html{scroll-behavior:smooth}:root{--primary-color: #CC0000;--primary-hover: #a80000;--secondary-color: #111111;--accent-color: #e05555;--background-color: #f8fafc;--surface-color: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--border-color: #e2e8f0;--red-light: #fff0f0;--red-muted: #f9d0d0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:var(--background-color);color:var(--text-primary);margin:0;padding:0;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .2s ease}ul{list-style:none;padding:0;margin:0}.container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin-top:0;line-height:1.2}h1{font-size:2.5rem;font-weight:700;letter-spacing:-.025em}h2{font-size:2rem;font-weight:600;letter-spacing:-.025em}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem;color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border-radius:9999px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem;box-shadow:var(--shadow-sm)}.btn:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.card{background-color:var(--surface-color);border-radius:16px;box-shadow:var(--shadow-md);padding:24px;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--border-color)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.cta-banner{position:relative;padding:100px 24px;text-align:center;background-size:cover;background-position:center;background-attachment:fixed}.cta-overlay{position:absolute;inset:0;background:#1e1e1ec7}.cta-content{position:relative;z-index:1;max-width:680px;margin:0 auto}.cta-content h2{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.03em}.cta-content p{font-size:1.15rem;color:#ffffffd9;line-height:1.7;margin-bottom:36px}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn-cta-primary{padding:16px 36px;font-weight:700;font-size:1.05rem;background:#fff;color:#c00;border-radius:14px;box-shadow:0 8px 24px #00000026;transition:all .3s ease}.btn-cta-primary:hover{background:#fff0f0;transform:translateY(-3px);box-shadow:0 12px 32px #0003;color:#a80000}.btn-cta-secondary{padding:16px 36px;font-weight:700;font-size:1.05rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);border-radius:14px;transition:all .3s ease}.btn-cta-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-3px)}.trust-section{padding:70px 0;background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.trust-item{padding:28px 16px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .3s ease}.trust-item:hover{background:#fff0f0;border-color:#cc000026;transform:translateY(-3px)}.trust-icon{font-size:2.2rem;display:flex;align-items:center;justify-content:center;margin-bottom:10px;color:#c00}.trust-icon svg{width:36px;height:36px}.trust-item h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:4px}.trust-item p{font-size:.85rem;color:#94a3b8;margin:0}@media(max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.trust-grid{grid-template-columns:1fr}.cta-content h2{font-size:2.2rem}}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:var(--text-primary)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;background-color:var(--background-color);transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0000000d}.navbar{background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);position:fixed;top:0;left:0;width:100%;z-index:1000;padding:.7rem 0;transition:all .3s ease}.navbar.scrolled{box-shadow:0 4px 24px #00000014;background:#fffffffa}.navbar-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1400px;margin:0 auto;padding:0 28px;position:relative}.nav-left,.nav-right{display:flex;align-items:center;gap:6px}.nav-right{justify-content:flex-end;gap:8px}.nav-item{display:flex;align-items:center;gap:4px;font-size:.9rem;color:#374151;font-weight:500;cursor:pointer;background:none;border:none;padding:6px 10px;border-radius:8px;text-decoration:none;transition:all .2s ease;position:relative;white-space:nowrap}.nav-item:hover{color:#111;background:#f3f4f6}.nav-item svg{transition:transform .2s ease;color:#94a3b8}.nav-item.dropdown.open>svg{transform:rotate(180deg);color:#111}.nav-item.dropdown.open{color:#111;background:#f1f5f9}.search-trigger-wrapper{margin-right:4px;display:flex;align-items:center;margin-top:12px}.search-input-container{display:flex;align-items:center;background:#f1f5f9;border-radius:99px;padding:6px 14px;border:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);width:160px;height:38px;box-shadow:inset 0 2px 4px #00000005}.search-input-container:focus-within{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 4px #cc000014,0 4px 12px #0000000d;width:260px}.search-input-container svg{color:#94a3b8;margin-right:10px;flex-shrink:0;transition:color .2s ease}.search-input-container:focus-within svg{color:var(--primary-color)}.nav-search-input{background:transparent;border:none;outline:none;font-size:.9rem;font-weight:500;width:100%;color:var(--text-primary);font-family:inherit}.nav-search-input::placeholder{color:#94a3b8}@media(max-width:1100px){.search-input-container{width:44px;padding:10px;justify-content:center}.search-input-container svg{margin-right:0}.nav-search-input{display:none}.search-input-container:focus-within{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:calc(100% - 40px);z-index:10;padding:10px 16px}.search-input-container:focus-within .nav-search-input{display:block}.search-input-container:focus-within svg{margin-right:10px}}.mobile-search-form{padding:16px 20px 8px;width:100%}.mobile-search-form .search-input-container{width:100%}.mobile-search-form .nav-search-input{display:block}.mobile-search-form .search-input-container svg{margin-right:10px}.logo-brand{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .2s}.logo-brand:hover{opacity:.85}.dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(8px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 60px #0000001f,0 4px 16px #0000000f;padding:8px;min-width:240px;opacity:0;pointer-events:none;transition:all .22s cubic-bezier(.16,1,.3,1);z-index:200}.dropdown-menu-right{left:auto;right:0;transform:translateY(8px)}.dropdown.open .dropdown-menu{opacity:1;pointer-events:all;transform:translate(-50%) translateY(0)}.dropdown.open .dropdown-menu-right{transform:translateY(0)}.dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;color:#111;transition:background .15s ease}.dropdown-item:hover{background:#f1f5f9}.dropdown-item:hover strong{color:#000}.di-icon{font-size:1.4rem;width:36px;height:36px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;color:#94a3b8}.dropdown-item:hover .di-icon{background:#e2e8f0}.dropdown-item strong{display:block;font-size:.88rem;font-weight:600;color:#111;transition:color .15s}.dropdown-item p{margin:0;font-size:.78rem;color:#9ca3af;line-height:1.3}.sign-in{font-weight:600;color:#374151}.sign-in:hover{color:#111;background:transparent}.btn-header-cta{padding:.55rem 1.2rem;font-size:.88rem;font-weight:700;background:#c00;color:#fff;border-radius:10px;text-decoration:none;transition:all .2s ease;white-space:nowrap;box-shadow:0 2px 8px #cc000040;letter-spacing:-.01em}.btn-header-cta:hover{background:#a80000;transform:translateY(-1px);box-shadow:0 6px 16px #cc00004d;color:#fff}.nav-profile-wrapper{position:relative}.nav-profile-btn{background:none;border:none;cursor:pointer;padding:2px;border-radius:50%;transition:all .2s ease}.nav-profile-btn:hover{transform:scale(1.05)}.nav-avatar{width:38px;height:38px;border-radius:50%;background:#c00;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 8px #cc000040;border:2.5px solid white;transition:box-shadow .2s ease;-webkit-user-select:none;user-select:none}.nav-avatar.small{width:32px;height:32px;font-size:.72rem;border-width:2px}.nav-profile-btn:hover .nav-avatar{box-shadow:0 4px 14px #c006}.nav-avatar-img,.profile-dropdown-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 60px #0000001f,0 4px 16px #0000000f;min-width:260px;opacity:0;pointer-events:none;transform:translateY(8px) scale(.96);transition:all .22s cubic-bezier(.16,1,.3,1);z-index:300;overflow:hidden}.profile-dropdown.open{opacity:1;pointer-events:all;transform:translateY(0) scale(1)}.profile-dropdown-header{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#fff0f0,#fdf0f0)}.profile-dropdown-avatar{width:44px;height:44px;border-radius:50%;background:#c00;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;letter-spacing:.5px;flex-shrink:0}.profile-dropdown-info{display:flex;flex-direction:column;min-width:0}.profile-dropdown-info strong{font-size:.92rem;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-info span{font-size:.78rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-divider{height:1px;background:#e5e7eb}.profile-dropdown-item{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:.88rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease;text-decoration:none;background:none;border:none;width:100%;text-align:left;font-family:inherit}.profile-dropdown-item:hover{background:#f3f4f6;color:#111}.profile-dropdown-item svg{color:#9ca3af;flex-shrink:0}.profile-dropdown-item:hover svg{color:#c00}.profile-dropdown-item.logout-btn{color:#dc2626;border-top:1px solid #f3f4f6}.profile-dropdown-item.logout-btn:hover{background:#fef2f2;color:#b91c1c}.profile-dropdown-item.logout-btn svg{color:#dc2626}.profile-dropdown-item.logout-btn:hover svg{color:#b91c1c}.mobile-user-info{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid #f3f4f6;font-weight:600;color:#333}.btn-mobile-logout{padding:14px 0;background:none;border:none;border-bottom:1px solid #f3f4f6;font-size:1rem;color:#dc2626;font-weight:600;cursor:pointer;text-align:left;width:100%;font-family:inherit}.btn-mobile-logout:hover{color:#b91c1c}.mobile-toggle{display:none;position:absolute;right:24px;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0}.mobile-toggle .bar{width:100%;height:2px;background-color:#333;border-radius:2px;transition:all .3s ease}.nav-content-mobile{display:none}@media(max-width:900px){.navbar-container{display:flex;justify-content:space-between}.nav-left,.nav-right{display:none}.logo-brand{transform:none;margin:0}.mobile-toggle{display:flex}.nav-content-mobile{display:flex;position:fixed;top:60px;left:0;width:100%;background:#fff;flex-direction:column;padding:20px;box-shadow:0 8px 24px #0000001a;transform:translateY(-110%);opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1);z-index:999}.nav-content-mobile.active{transform:translateY(0);opacity:1}.nav-content-mobile a{padding:14px 0;border-bottom:1px solid #f3f4f6;font-size:1rem;color:#333;font-weight:600}.btn-mobile-cta{margin-top:16px;text-align:center;background:#c00!important;color:#fff!important;border:none;border-radius:10px;padding:14px!important;border-bottom:none!important}.mobile-overlay{position:fixed;inset:0;background:#0000004d;z-index:998}}.campaign-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;margin-top:40px}.campaign-card{background:var(--surface-color);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border-color);transition:all .3s ease}.campaign-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.campaign-card img{width:100%;height:220px;object-fit:cover}.campaign-card-content{padding:24px}.campaign-card h3{margin-bottom:.5rem;color:var(--text-primary)}.progress-bar{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;margin:16px 0}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:4px}@media(max-width:768px){h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.2rem}.container{padding:0 16px}.cta-banner{padding:60px 16px;background-attachment:scroll}.cta-content h2{font-size:1.8rem}.cta-content p{font-size:1rem}.btn-cta-primary,.btn-cta-secondary{padding:14px 28px;font-size:.95rem}}@media(max-width:480px){body{font-size:14px}h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.1rem}.container{padding:0 12px}.navbar{padding:.5rem 0}.navbar-container{padding:0 12px}.logo-brand img{height:45px!important}.nav-content-mobile{top:55px;padding:16px}.nav-content-mobile a{padding:12px 0;font-size:.95rem}.btn-mobile-cta{padding:12px!important;font-size:.95rem}.card{padding:16px;border-radius:12px}.btn{padding:.6rem 1.2rem;font-size:.9rem}.btn-header-cta{padding:.5rem 1rem;font-size:.82rem}.campaign-grid{grid-template-columns:1fr;gap:20px}.campaign-card img{height:180px}.campaign-card-content{padding:16px}.cta-banner{padding:48px 12px}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:.9rem;margin-bottom:24px}.btn-cta-primary,.btn-cta-secondary{padding:12px 24px;font-size:.9rem;width:100%}.cta-buttons{flex-direction:column;align-items:stretch}.trust-section{padding:40px 0}.trust-item{padding:20px 14px}.profile-dropdown{min-width:220px;right:-10px}.form-group input,.form-group textarea,.form-group select{padding:10px;font-size:.9rem}}.site-footer{background:#fff;margin-top:0}.footer-wave{display:block;line-height:0;background:#fff}.footer-wave svg{width:100%;height:90px;display:block}.footer-body{background:#0a0a0a;padding:3.5rem 6% 0}.footer-logo-row{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:3.5rem}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.06);align-items:start}.footer-col-heading{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin:0 0 1rem}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-link{color:#ffffff8c;font-size:.93rem;font-weight:400;text-decoration:none;transition:color .2s ease;width:fit-content;line-height:1.4}.footer-link:hover{color:#c00}.footer-col-newsletter{gap:20px}.newsletter-label{font-size:.92rem;color:#ffffffa6;line-height:1.6;margin:0}.newsletter-form{display:flex;align-items:stretch;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden;max-width:300px;transition:border-color .2s}.newsletter-form:focus-within{border-color:#c00}.newsletter-form input{flex:1;background:transparent;border:none;outline:none;padding:11px 14px;font-size:.88rem;color:#fff;font-family:inherit;min-width:0}.newsletter-form input::placeholder{color:#ffffff40}.newsletter-form button{background:#c00;border:none;padding:11px 15px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.newsletter-form button:hover{background:#a80000}.social-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.social-label{font-size:.85rem;color:#fff6;white-space:nowrap;font-weight:500}.social-icons{display:flex;gap:8px;align-items:center}.social-icon{width:38px;height:38px;background:#ffffff0f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffa6;text-decoration:none;font-size:.95rem;transition:all .22s ease;border:1px solid rgba(255,255,255,.08);flex-shrink:0}.social-icon:hover{background:#c00;border-color:#c00;color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px #cc00004d}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;font-size:.82rem;color:#ffffff38;flex-wrap:wrap;gap:8px}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.newsletter-form{max-width:100%}}@media(max-width:600px){.footer-body{padding:3rem 5% 0}.footer-bottom{flex-direction:column;text-align:center;gap:4px}}.hero-section{position:relative;padding:120px 20px 80px;background:linear-gradient(135deg,#e6f2ff,#fff,#f0f8ff);overflow:hidden;min-height:90vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.hero-content{text-align:left;max-width:600px}.trust-badge{display:inline-flex;align-items:center;gap:8px;background:#cc000014;color:#c00;padding:8px 16px;border-radius:30px;font-size:14px;font-weight:600;margin-bottom:24px;border:1px solid rgba(204,0,0,.15)}.hero-title{font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1;color:#0f172a;margin-bottom:24px;letter-spacing:-.02em}.highlight-text:after{content:"";position:absolute;bottom:8px;left:0;width:100%;height:12px;background:#cc00001a;z-index:-1;border-radius:4px}.hero-subtitle{font-size:1.125rem;line-height:1.6;color:#475569;margin-bottom:32px}.hero-actions{display:flex;gap:16px;margin-bottom:40px}.btn{padding:14px 28px;border-radius:12px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease}.btn-primary-hero{background:#c00;color:#fff;box-shadow:0 4px 6px -1px #cc00004d,0 2px 4px -1px #cc00001a}.btn-primary-hero:hover{background:#000;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000004d}.btn-secondary-hero{background:#fff;color:#334155;border:1px solid #e2e8f0}.btn-secondary-hero:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.hero-stats-line{display:flex;align-items:center;gap:24px;padding-top:24px;border-top:1px solid #e2e8f0}.stat-item{display:flex;align-items:center;gap:12px}.icon-box{width:40px;height:40px;border-radius:50%;background:#cc000014;color:#c00;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.stat-item span{font-size:.95rem;font-weight:600;color:#334155;line-height:1.2}.stat-separator{width:1px;height:30px;background:#cbd5e1}.hero-images{position:relative;height:500px;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr)}.image-card{position:absolute;border-radius:20px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;background:#fff;padding:6px}.image-card img{border-radius:16px;width:100%;height:100%;object-fit:cover;display:block}.card-1{width:260px;height:320px;top:0;left:40px;z-index:2;transform:rotate(-3deg);animation:float 6s ease-in-out infinite}.card-2{width:280px;height:220px;bottom:20px;right:20px;z-index:3;transform:rotate(2deg);animation:float 7s ease-in-out infinite 1s}.card-3{width:220px;height:220px;top:60px;right:40px;z-index:1;transform:rotate(6deg);opacity:.9;animation:float 8s ease-in-out infinite .5s}.card-overlay{position:absolute;bottom:16px;left:16px;background:#ffffffe6;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;color:#c00;box-shadow:0 4px 6px -1px #0000001a}.floating-shape{position:absolute;border-radius:50%;filter:blur(40px);z-index:0;opacity:.6}.shape-1{width:300px;height:300px;background:#bbf7d0;top:-50px;right:-50px;animation:floatShape 10s infinite alternate}.shape-2{width:200px;height:200px;background:#bae6fd;bottom:0;left:0;animation:floatShape 8s infinite alternate-reverse}@keyframes float{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-15px) rotate(-3deg)}}@keyframes floatShape{0%{transform:translate(0)}to{transform:translate(30px,30px)}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{margin:0 auto;text-align:center}.hero-actions,.hero-stats-line{justify-content:center}.hero-images{height:600px;margin-top:40px;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.card-1{left:50%;transform:translate(-120%)}.card-2{right:50%;transform:translate(120%)}.card-3{left:50%;transform:translate(-50%);top:40px}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-images{display:none}.hero-section{padding-top:100px;min-height:auto}}@media(max-width:480px){.hero-section{padding:90px 16px 50px;min-height:auto}.hero-title{font-size:1.8rem;margin-bottom:16px}.highlight-text:after{height:8px;bottom:4px}.hero-subtitle{font-size:.95rem;margin-bottom:24px;line-height:1.6}.trust-badge{font-size:12px;padding:6px 12px;margin-bottom:16px}.hero-actions{flex-direction:column;gap:10px;margin-bottom:28px}.hero-actions .btn{width:100%;text-align:center;justify-content:center;padding:12px 20px;font-size:.9rem}.hero-stats-line{flex-direction:column;gap:14px;padding-top:20px;align-items:flex-start}.stat-separator{display:none}.stat-item span{font-size:.85rem}.icon-box{width:36px;height:36px;font-size:1rem}}.section-badge{display:inline-block;background:#fff0f0;color:#c00;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:50px;margin-bottom:16px;border:1px solid rgba(204,0,0,.15)}.section-title{font-size:2.6rem;font-weight:800;color:#0f172a;margin-bottom:12px;letter-spacing:-.03em;line-height:1.15}.section-subtitle{font-size:1.1rem;color:#64748b;max-width:620px;margin:0 auto 48px;line-height:1.7}.impact-section{padding:100px 0 80px;text-align:center;background:#f8fafc;position:relative;overflow:hidden}.impact-section:before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(0,102,204,.08) 0%,transparent 70%);border-radius:50%}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:20px}.stat-card{background:#fff;border-radius:20px;padding:36px 24px;box-shadow:0 4px 20px #0000000d;border:1px solid #e2e8f0;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#c00;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.stat-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #cc00001a}.stat-card:hover:after{transform:scaleX(1)}.stat-icon{font-size:2.4rem;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#c00}.stat-icon svg{width:40px;height:40px}.stat-number{font-size:2.4rem;font-weight:800;color:#111;margin:0 0 6px}.stat-label{font-size:.95rem;color:#64748b;font-weight:500;margin:0}.how-it-works-section{padding:90px 0;text-align:center;background:#fff}.steps-grid{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.step-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:40px 28px;max-width:280px;text-align:center;position:relative;transition:all .35s ease}.step-card:hover{background:#fff;transform:translateY(-6px);box-shadow:0 16px 40px #0000001a;border-color:#e2e8f0}.step-number{position:absolute;top:-14px;left:50%;transform:translate(-50%);width:30px;height:30px;background:#c00;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;box-shadow:0 4px 12px #cc00004d}.step-icon-circle{width:72px;height:72px;margin:8px auto 20px;background:#fff0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#c00;transition:all .3s ease}.step-card:hover .step-icon-circle{background:#c00;color:#fff;transform:scale(1.08)}.step-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:10px}.step-card p{font-size:.9rem;color:#64748b;line-height:1.6;margin:0}.step-connector{display:flex;align-items:center;padding:0 12px;opacity:.5}.causes-section{padding:90px 0 100px;text-align:center;background:linear-gradient(180deg,#f8fafc,#e6f2ff)}.causes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cause-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #0000000d;border:1px solid #f1f5f9;transition:all .4s cubic-bezier(.16,1,.3,1);text-align:left;height:100%;display:flex;flex-direction:column;cursor:pointer;text-decoration:none;color:inherit}.cause-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px #0000001a}.cause-img-wrapper{position:relative;overflow:hidden;height:250px}.cause-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.cause-card:hover .cause-img-wrapper img{transform:scale(1.08)}.cause-badge-overlay{position:absolute;bottom:16px;left:16px;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:8px 16px;border-radius:12px;z-index:2}.cause-content{padding:32px;flex-grow:1;display:flex;flex-direction:column}.cause-card-title{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:12px;letter-spacing:-.02em}.cause-card-desc{font-size:1.05rem;color:#64748b;line-height:1.6;margin-bottom:24px}.cause-progress-bar{width:100%;height:10px;background:#f1f5f9;border-radius:100px;overflow:hidden;margin-bottom:14px}.cause-progress-fill{height:100%;border-radius:100px;background:#c00;transition:width 1s ease}.cause-amounts{display:flex;justify-content:space-between;align-items:center;font-size:1rem;margin-bottom:28px}.cause-raised{font-weight:800;color:#c00}.cause-goal{color:#94a3b8;font-weight:600}.btn-donate-now{width:100%;padding:16px;font-size:1.1rem;font-weight:800;border-radius:16px;background:#c00;color:#fff;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #c003}.btn-donate-now:hover{background:#a80000;transform:translateY(-2px);box-shadow:0 8px 20px #cc00004d;color:#fff}.causes-see-more{text-align:center;margin-top:40px}.btn-see-more{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;background:#fff;border:2px solid #CC0000;border-radius:50px;color:#c00;font-size:.95rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .25s ease;letter-spacing:.02em}.btn-see-more:hover{background:#c00;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #cc000040}.campaigns-section{padding:90px 0;text-align:center;background:#fff}.campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}.testimonials-section{padding:90px 0;text-align:center;background:linear-gradient(180deg,#f8fafc,#e0f2fe);position:relative}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.testimonial-card{background:#fff;border-radius:20px;padding:32px 28px 28px;box-shadow:0 4px 16px #0000000d;border:1px solid #e2e8f0;text-align:left;transition:all .35s ease;position:relative}.testimonial-card:before{content:'"';position:absolute;top:16px;right:24px;font-size:4rem;font-family:Georgia,serif;color:#cc00001f;line-height:1;pointer-events:none}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a}.testimonial-stars{margin-bottom:14px;font-size:1rem;display:flex;gap:3px}.star-icon{color:#f59e0b;width:18px;height:18px}.testimonial-text{font-size:.95rem;color:#334155;line-height:1.7;font-style:italic;margin-bottom:24px}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(204,0,0,.3)}.testimonial-author strong{display:block;font-size:.95rem;color:#0f172a}.testimonial-author span{font-size:.8rem;color:#94a3b8}.how-we-help-section{padding:100px 0;background:#fff}.help-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.help-row:last-child{margin-bottom:0}.help-row-reverse{direction:rtl}.help-row-reverse>*{direction:ltr}.help-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #0000001f}.help-image img{width:100%;height:380px;object-fit:cover;display:block;transition:transform .6s ease}.help-row:hover .help-image img{transform:scale(1.05)}.help-image-badge{position:absolute;top:16px;left:16px;background:#cc0000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:8px 16px;border-radius:10px;font-size:.8rem;font-weight:700;display:flex;align-items:center;gap:6px;letter-spacing:.02em}.help-image-badge svg{width:14px;height:14px}.help-text{text-align:left}.help-tag{display:inline-block;background:#fff0f0;color:#c00;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:50px;margin-bottom:14px;border:1px solid rgba(204,0,0,.15)}.help-text h3{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:14px;letter-spacing:-.02em;line-height:1.2}.help-text>p{font-size:1rem;color:#64748b;line-height:1.75;margin-bottom:24px}.help-points{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px}.help-points li{display:flex;align-items:center;gap:10px;font-size:.95rem;color:#334155;font-weight:500}.check-icon{color:#c00;width:18px;height:18px;flex-shrink:0}.btn-help{padding:14px 28px;font-size:.95rem;font-weight:700;border-radius:12px;background:#c00;color:#fff;display:inline-flex;align-items:center;gap:6px;transition:all .3s ease;box-shadow:0 4px 16px #c003}.btn-help:hover{background:#a80000;transform:translateY(-2px);box-shadow:0 8px 24px #cc00004d;color:#fff}.impact-stories-section{padding:100px 0;background:#f8fafc;text-align:center}.impact-stories-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px;margin-bottom:48px}.impact-story-card{position:relative;border-radius:20px;overflow:hidden;min-height:280px;cursor:pointer}.impact-story-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.impact-story-card:hover img{transform:scale(1.06)}.impact-story-overlay{position:absolute;bottom:0;left:0;right:0;padding:28px 24px;background:linear-gradient(transparent,#000000d1);color:#fff;text-align:left}.impact-story-tag{display:inline-block;background:#c00c;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:6px;margin-bottom:10px}.impact-story-overlay h3{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.3}.impact-story-overlay p{font-size:.85rem;color:#fffc;line-height:1.5;margin:0}.impact-story-featured{grid-row:1 / 3;min-height:580px}.impact-story-featured .impact-story-overlay h3{font-size:1.6rem}.impact-story-featured .impact-story-overlay p{font-size:.95rem}.impact-numbers-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border-radius:20px;padding:32px 20px;box-shadow:0 8px 30px #00000014;border:1px solid #e2e8f0}.impact-number-item{display:flex;align-items:center;justify-content:center;gap:14px;padding:0 16px;border-right:1px solid #e2e8f0}.impact-number-item:last-child{border-right:none}.impact-bar-icon{width:32px;height:32px;color:#c00;flex-shrink:0}.impact-number-item div{text-align:left}.impact-number-item strong{display:block;font-size:1.3rem;font-weight:800;color:#0f172a;line-height:1.2}.impact-number-item span{font-size:.8rem;color:#94a3b8;font-weight:500}@media(max-width:1024px){.stats-grid,.causes-grid,.testimonials-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2rem}.help-row{gap:40px}.impact-stories-grid{grid-template-columns:1fr 1fr}.impact-numbers-bar{grid-template-columns:repeat(2,1fr);gap:20px}.impact-number-item{border-right:none}}@media(max-width:768px){.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.stats-grid,.causes-grid,.testimonials-grid{grid-template-columns:1fr}.steps-grid{flex-direction:column;gap:20px}.step-connector{transform:rotate(90deg)}.step-card{max-width:100%;width:100%}.trust-grid{grid-template-columns:repeat(2,1fr);gap:16px}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.help-row,.help-row-reverse{grid-template-columns:1fr;gap:30px}.help-row-reverse{direction:ltr}.help-image img{height:260px}.help-text h3{font-size:1.4rem}.impact-stories-grid{grid-template-columns:1fr}.impact-story-featured{grid-row:auto;min-height:300px}.impact-numbers-bar{grid-template-columns:repeat(2,1fr);gap:16px}.impact-number-item{border-right:none}}@media(max-width:480px){.trust-grid{grid-template-columns:1fr}.impact-section,.how-it-works-section,.causes-section,.testimonials-section,.how-we-help-section,.impact-stories-section{padding:50px 0}.help-row{margin-bottom:40px}.impact-numbers-bar{grid-template-columns:1fr;gap:16px}.cta-banner{padding:48px 12px}.section-badge{font-size:.7rem;padding:5px 12px;margin-bottom:12px}.section-title{font-size:1.45rem;margin-bottom:10px}.section-subtitle{font-size:.9rem;margin-bottom:32px}.stat-card{padding:24px 16px;border-radius:16px}.stat-number{font-size:1.8rem}.stat-label{font-size:.85rem}.stat-icon svg{width:32px;height:32px}.step-card{padding:28px 20px;border-radius:16px}.step-icon-circle{width:56px;height:56px}.step-card h3{font-size:1.1rem}.step-card p{font-size:.85rem}.step-connector svg{width:20px;height:20px}.cause-img-wrapper{height:200px}.cause-content{padding:20px}.cause-card-title{font-size:1.2rem}.cause-card-desc{font-size:.9rem;margin-bottom:16px}.cause-amounts{font-size:.85rem;margin-bottom:20px}.btn-donate-now{padding:14px;font-size:1rem;border-radius:12px}.btn-see-more{padding:12px 28px;font-size:.85rem}.help-image img{height:220px}.help-text h3{font-size:1.2rem}.help-text>p{font-size:.9rem}.help-points li{font-size:.85rem}.btn-help{padding:12px 22px;font-size:.85rem;width:100%;justify-content:center}.testimonial-card{padding:24px 20px 20px}.testimonial-text{font-size:.88rem}.testimonial-avatar{width:40px;height:40px}.impact-story-card{min-height:220px}.impact-story-featured{min-height:260px}.impact-story-overlay h3{font-size:1.05rem}.impact-story-overlay p{font-size:.78rem}.impact-story-featured .impact-story-overlay h3{font-size:1.2rem}.impact-numbers-bar{padding:20px 16px;border-radius:14px}.impact-number-item{padding:8px;gap:10px}.impact-number-item strong{font-size:1.1rem}.impact-number-item span{font-size:.72rem}.impact-bar-icon{width:26px;height:26px}}.about-page{overflow-x:hidden}.about-hero{position:relative;margin-top:60px;width:100%;height:520px;overflow:hidden}.about-hero-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.about-hero-text{position:absolute;bottom:0;left:0;right:0;padding:3rem 5%;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%);color:#fff}.about-hero-badge{display:inline-block;background:#c00;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:999px;margin-bottom:1rem}.about-hero-text h1{font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.03em;margin:0;max-width:700px}.section-tag{display:inline-block;background:#fff0f0;color:#c00;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:999px;margin-bottom:1rem}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;padding:6rem 24px}.intro-text h2{font-size:2.2rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.03em}.intro-text p{font-size:1rem;color:#475569;line-height:1.8;margin-bottom:1.1rem}.intro-images{position:relative;height:460px}.intro-img{position:absolute;border-radius:20px;object-fit:cover;box-shadow:0 20px 60px #00000024}.intro-img-top{width:72%;height:300px;top:0;right:0}.intro-img-bottom{width:65%;height:250px;bottom:0;left:0;border:5px solid white}.about-mission{padding:6rem 0;background:#fff}.mission-container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.mission-image{position:relative;border-radius:20px;overflow:hidden;height:480px}.mission-image img{width:100%;height:100%;object-fit:cover;border-radius:20px;position:relative;z-index:2}.mission-blob{position:absolute;bottom:-30px;left:-30px;width:200px;height:200px;background:#e6f2ff;border-radius:50%;z-index:1;filter:blur(40px)}.mission-text h2{font-size:2.2rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.03em}.mission-text p{font-size:1rem;color:#475569;line-height:1.8;margin-bottom:2rem}.mission-stats-row{display:flex;gap:40px;padding-top:2rem;border-top:1px solid #e2e8f0}.m-stat-item{display:flex;flex-direction:column}.m-stat-item strong{font-size:1.8rem;font-weight:800;color:#c00;line-height:1;margin-bottom:.4rem}.m-stat-item span{font-size:.9rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.about-gallery-section{background:#f8fafc;padding:5rem 0}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-header h2{font-size:2.2rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-bottom:.6rem}.gallery-header p{font-size:1rem;color:#64748b;margin:0}.gallery-marquee{overflow:hidden;width:100%;margin-top:2rem}.marquee-track{display:flex;gap:24px;width:max-content;animation:scroll 25s linear infinite;padding:20px 0}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track:hover{animation-play-state:paused}.gallery-card{position:relative;overflow:hidden;cursor:pointer;min-width:300px;width:300px;border-radius:16px;box-shadow:0 10px 20px #00000014}.gallery-card img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .5s ease}.gallery-card:hover img{transform:scale(1.06)}.gallery-card-body{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.78) 0%,transparent 100%);color:#fff;transform:translateY(40px);transition:transform .35s ease}.gallery-card:hover .gallery-card-body{transform:translateY(0)}.gallery-card-body h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.gallery-card-body p{font-size:.82rem;color:#ffffffd1;line-height:1.5;margin:0;opacity:0;transition:opacity .3s ease .05s}.gallery-card:hover .gallery-card-body p{opacity:1}.about-why{padding:6rem 0;background:#fff}.why-header{text-align:center;margin-bottom:4rem}.why-header h2{font-size:2.2rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-bottom:.6rem}.why-header p{font-size:1rem;color:#64748b;margin:0}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;transition:all .3s ease}.why-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #cc00001a;border-color:#c00;background:#fff}.why-icon{width:52px;height:52px;background:#fff0f0;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;color:#c00;transition:background .3s}.why-icon svg{width:26px;height:26px}.why-card:hover .why-icon{background:#c00;color:#fff}.why-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.6rem}.why-card p{font-size:.92rem;color:#64748b;line-height:1.7;margin:0}.about-cta-wave{position:relative;margin-top:0}.wave-top{display:block;line-height:0;margin-bottom:-2px}.wave-top svg{width:100%;height:80px;display:block}.cta-wave-body{background:#1a2332;padding:5rem 0 6rem;text-align:center}.cta-logo-mark{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800;color:#06c;letter-spacing:-.05em}.cta-wave-content h2{font-size:2.6rem;font-weight:800;color:#fff;letter-spacing:-.04em;margin-bottom:1rem}.cta-wave-content p{font-size:1.05rem;color:#ffffffa6;max-width:520px;margin:0 auto 2.5rem;line-height:1.7}.cta-wave-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-btn-primary{display:inline-block;padding:.9rem 2.4rem;background:#06c;color:#fff;font-size:1rem;font-weight:700;border-radius:12px;text-decoration:none;transition:all .25s ease;box-shadow:0 6px 20px #0066cc59}.cta-btn-primary:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 12px 28px #0066cc73}.cta-btn-outline{display:inline-block;padding:.9rem 2.4rem;background:transparent;color:#fff;font-size:1rem;font-weight:700;border-radius:12px;text-decoration:none;border:2px solid rgba(255,255,255,.25);transition:all .25s ease}.cta-btn-outline:hover{border-color:#fff;background:#ffffff14;transform:translateY(-2px)}@media(max-width:1024px){.gallery-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-hero{height:380px}.about-hero-text h1{font-size:2rem}.about-intro{grid-template-columns:1fr;gap:3rem;padding:4rem 24px}.intro-images{height:300px}.why-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-card img{height:220px}.cta-wave-content h2{font-size:1.8rem}.mission-container{grid-template-columns:1fr;gap:3rem;padding-left:24px;padding-right:24px;flex-direction:column-reverse}.mission-image{height:350px;order:-1}}@media(max-width:480px){.about-hero{height:280px;margin-top:55px}.about-hero-text{padding:2rem 16px}.about-hero-text h1{font-size:1.5rem}.about-hero-text p{font-size:.88rem}.about-intro{padding:3rem 16px}.intro-images{height:240px}.gallery-grid{grid-template-columns:1fr}.gallery-card img{height:200px}.cta-wave-content h2{font-size:1.4rem}.cta-wave-content p{font-size:.9rem}.mission-container{padding-left:16px;padding-right:16px}.mission-image{height:260px}}.cd-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#6b7280;padding-top:80px}.cd-spinner{width:38px;height:38px;border:3px solid #f0f0f0;border-top-color:#c00;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cd-error{min-height:60vh;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#6b7280;padding-top:80px}.cd-page{min-height:100vh;background:#f7f7f7;padding-top:72px}.cd-topbar{background:#fff;border-bottom:1px solid #ebebeb;padding:11px 5%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:72px;z-index:50}.cd-back-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:none;font-size:.88rem;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:color .15s}.cd-back-btn:hover{color:#c00}.cd-topbar-right{display:flex;gap:8px}.cd-topbar-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.8rem;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}.cd-topbar-btn:hover{border-color:#c00;color:#c00;background:#fff8f8}.cd-wa-top{background:#25d366;color:#fff;border-color:#25d366}.cd-wa-top:hover{background:#1ebe5d;border-color:#1ebe5d;color:#fff}.cd-layout{max-width:1160px;margin:0 auto;padding:28px 4% 60px;display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start}.cd-left{display:flex;flex-direction:column;gap:20px}.cd-notice{display:flex;align-items:center;gap:10px;background:#f4f4f4;border-radius:8px;padding:11px 16px;font-size:.85rem;color:#6b7280}.cd-notice-icon{color:#9ca3af;flex-shrink:0}.cd-title{font-size:1.45rem;font-weight:800;color:#111;line-height:1.35;margin:0;text-transform:uppercase}.cd-carousel{border-radius:14px;overflow:hidden;background:#1a1a1a}.cd-carousel-main{position:relative;aspect-ratio:16/9;overflow:hidden}.cd-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.cd-no-img{height:340px;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:#555}.cd-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.82rem;color:#111;box-shadow:0 2px 8px #00000026;transition:all .2s}.cd-arrow.left{left:12px}.cd-arrow.right{right:12px}.cd-arrow:hover{background:#c00;color:#fff}.cd-dots{display:flex;justify-content:center;gap:6px;padding:10px;background:#111}.cd-dot{width:7px;height:7px;border-radius:50%;background:#555;border:none;cursor:pointer;padding:0;transition:all .2s}.cd-dot.active{background:#c00;width:22px;border-radius:4px}.cd-mini-row{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:14px 20px}.cd-mini-circle-wrap{position:relative;flex-shrink:0}.cd-mini-svg{transform:rotate(-90deg)}.cd-circ-bg{fill:none;stroke:#f0f0f0}.cd-circ-fill{fill:none;stroke:#c00;stroke-linecap:round;stroke-dasharray:251;transition:stroke-dashoffset 1s ease}.cd-mini-pct{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#111}.cd-mini-info{flex:1}.cd-mini-label{font-size:.75rem;color:#9ca3af;margin:0 0 2px}.cd-mini-amount{font-size:1.1rem;font-weight:800;color:#c00;margin:0 0 2px}.cd-mini-goal{font-size:.78rem;color:#9ca3af;margin:0}.cd-mini-supporters{margin-left:auto}.cd-supporters-count{background:#f4f4f4;border:1px solid #e5e7eb;color:#374151;font-size:.8rem;font-weight:700;padding:6px 14px;border-radius:20px;cursor:pointer;text-decoration:underline;margin:0}.cd-share-row{display:flex;gap:12px}.cd-share-wa{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#25d366;color:#fff;font-size:.92rem;font-weight:700;border-radius:50px;border:none;cursor:pointer;font-family:inherit;transition:background .2s}.cd-share-wa:hover{background:#1ebe5d}.cd-share-copy{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:#fff;color:#c00;font-size:.92rem;font-weight:700;border-radius:50px;border:1.5px solid #CC0000;cursor:pointer;font-family:inherit;transition:all .2s}.cd-share-copy:hover{background:#fff0f0}.cd-people-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cd-person-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:14px}.cd-person-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;flex-shrink:0}.cd-person-role{font-size:.72rem;color:#9ca3af;margin:0 0 2px}.cd-person-name{font-size:.88rem;font-weight:700;color:#111;margin:0}.cd-tabs{display:flex;border-bottom:2px solid #ebebeb;gap:0}.cd-tab{padding:12px 20px;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;font-size:.9rem;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .15s}.cd-tab:hover{color:#111}.cd-tab.active{color:#c00;border-bottom-color:#c00}.cd-tab-body{background:#fff;border-radius:12px;border:1px solid #ebebeb;padding:24px;min-height:180px}.cd-story p{font-size:.97rem;color:#374151;line-height:1.85;margin:0;white-space:pre-line}.cd-why{display:flex;flex-direction:column;gap:14px}.cd-why-card{display:flex;align-items:flex-start;gap:14px;background:#f9fafb;border:1px solid #f1f5f9;border-left:4px solid #CC0000;border-radius:10px;padding:16px}.cd-why-icon{color:#c00;font-size:1.2rem;margin-top:2px;flex-shrink:0}.cd-why-card h4{font-size:.92rem;font-weight:700;color:#111;margin:0 0 6px}.cd-why-card p{font-size:.88rem;color:#6b7280;line-height:1.6;margin:0}.cd-docs{display:flex;flex-direction:column;gap:10px}.cd-doc-item{display:flex;align-items:center;gap:14px;padding:14px;background:#f9fafb;border:1px solid #f1f5f9;border-radius:10px;transition:all .15s}.cd-doc-item:hover{border-color:#cc000026;background:#fff8f8}.cd-doc-icon{width:38px;height:38px;background:#fff0f0;color:#c00;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.cd-doc-type{font-size:.85rem;font-weight:700;color:#111;margin:0 0 2px}.cd-doc-name{font-size:.76rem;color:#9ca3af;margin:0}.cd-empty{text-align:center;color:#9ca3af;font-size:.9rem;padding:24px;margin:0}.cd-sidebar-wrap{position:sticky;top:128px;height:fit-content}.cd-sidebar{background:#f5f3f5;border:1px solid #e5e0e5;border-radius:4px;box-shadow:0 2px 12px #0000000f;overflow:hidden}.cd-sb-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 14px;background:#fff;border-bottom:1px solid #ebebeb}.cd-sb-header-left{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:#111}.cd-sb-donate-icon{color:#c00;font-size:1.1rem}.cd-sb-supporters{color:#374151;font-size:.82rem;font-weight:700;text-decoration:underline;text-decoration-color:#9ca3af}.cd-sb-raised-row{display:flex;align-items:center;gap:16px;padding:18px 20px 14px;background:#fff}.cd-sb-circle-wrap{position:relative;flex-shrink:0}.cd-sb-svg{transform:rotate(-90deg)}.cd-sb-pct{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;color:#111}.cd-sb-raised-label{font-size:.75rem;color:#9ca3af;margin:0 0 2px}.cd-sb-raised-amount{font-size:1.2rem;font-weight:800;color:#c00;margin:0 0 2px}.cd-sb-goal{font-size:.78rem;color:#9ca3af;margin:0}.cd-sb-donate-btn{display:block;width:calc(100% - 36px);margin:16px 18px 0;padding:16px;background:#111;color:#fff;font-size:1.05rem;font-weight:800;border:none;border-radius:50px;cursor:pointer;font-family:inherit;transition:all .2s;letter-spacing:.01em}.cd-sb-donate-btn:hover{background:#2a2a2a;transform:translateY(-1px)}.cd-sb-methods{text-align:center;font-size:.8rem;color:#6b7280;padding:10px 18px 4px;margin:0}.cd-sb-or{display:flex;align-items:center;gap:10px;padding:14px 18px 6px}.cd-sb-or span{flex:1;height:1px;background:#ebebeb}.cd-sb-or p{font-size:.78rem;color:#9ca3af;white-space:nowrap;margin:0}.cd-sb-or strong{color:#c00}.cd-sb-qr-wrap{padding:8px 18px}.cd-sb-qr-box{position:relative;width:100%;aspect-ratio:1;background:#f0edf0;border:1px solid #ddd8dd;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cd-sb-qr-icon{font-size:9rem;color:#bbb;opacity:.85}.cd-sb-qr-scan-line{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#CC0000 50%,transparent);animation:qr-scan 2s ease-in-out infinite}@keyframes qr-scan{0%{top:8%}50%{top:88%}to{top:8%}}.cd-sb-qr-btn-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cd-sb-qr-generate{display:inline-block;padding:8px 22px;background:#fff;border:1.5px solid #8b3a5a;border-radius:50px;color:#8b3a5a;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap}.cd-sb-scan-text{text-align:center;font-size:.78rem;color:#9ca3af;padding:4px 18px 10px;margin:0}.cd-sb-upi-row{display:flex;justify-content:center;gap:8px;padding:0 18px 18px}.cd-upi-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;border:1px solid #e5e7eb;color:#fff;flex-shrink:0}.cd-upi-circle.phonpe{background:#5f259f}.cd-upi-circle.gpay{background:#4285f4}.cd-upi-circle.paytm{background:#00b9f1}.cd-upi-circle.bhim{background:#1a1a2e}.cd-upi-circle.amazon{background:#f90}@media(max-width:900px){.cd-layout{grid-template-columns:1fr}.cd-sidebar-wrap{position:static;order:-1}.cd-sb-qr-wrap{width:60%;margin:0 auto}}@media(max-width:560px){.cd-title{font-size:1.15rem}.cd-people-row{grid-template-columns:1fr}.cd-topbar-right .cd-topbar-btn:last-child{display:none}.cd-sb-qr-wrap{width:100%}}@media(max-width:480px){.cd-page{padding-top:60px}.cd-topbar{top:60px;padding:8px 12px}.cd-layout{padding:16px 12px 40px;gap:16px}.cd-title{font-size:1.05rem}.cd-carousel{border-radius:10px}.cd-mini-row{padding:12px 14px;gap:12px;flex-wrap:wrap}.cd-mini-amount{font-size:1rem}.cd-share-row{flex-direction:column;gap:8px}.cd-share-wa,.cd-share-copy{font-size:.85rem;padding:10px}.cd-person-card{padding:12px;gap:10px}.cd-person-avatar{width:38px;height:38px;font-size:.95rem}.cd-tab{padding:10px 14px;font-size:.82rem}.cd-tab-body{padding:16px}.cd-story p{font-size:.9rem;line-height:1.7}.cd-sidebar{border-radius:12px}.cd-sb-donate-btn{width:calc(100% - 24px);margin:12px 12px 0;padding:14px;font-size:.95rem}.cd-sb-qr-box{border-radius:8px}.cd-sb-qr-icon{font-size:6rem}.cd-upi-circle{width:34px;height:34px;font-size:.65rem}.cd-notice{font-size:.78rem;padding:10px 12px}}.auth-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-left{position:relative;background:url(https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?q=80&w=1200&auto=format&fit=crop) center / cover no-repeat;display:flex;align-items:center;padding:48px;overflow:hidden}.auth-left-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#000000b3,#1e293be0 60%,#0f172af2)}.auth-left-content{position:relative;z-index:2;width:100%;max-width:520px}.auth-left-logo{display:inline-block;margin-bottom:32px}.auth-left-text h1{font-size:2.8rem;font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.03em;margin:0 0 16px}.auth-left-text h1 span{background:linear-gradient(135deg,#f44,#c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-left-text p{font-size:1.05rem;color:#ffffffbf;line-height:1.7;margin:0 0 36px;max-width:440px}.auth-left-stats{display:flex;gap:28px;margin-bottom:0}.auth-stat{display:flex;align-items:center;gap:10px}.auth-stat svg{width:22px;height:22px;color:#c00;flex-shrink:0}.auth-stat div{display:flex;flex-direction:column}.auth-stat strong{font-size:1.1rem;font-weight:800;color:#fff;line-height:1.2}.auth-stat span{font-size:.75rem;color:#ffffff80;font-weight:500}.auth-left-testimonial{background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:24px;position:relative}.auth-testimonial-quote{position:absolute;top:8px;left:20px;font-size:3.5rem;font-family:Georgia,serif;color:#cc00004d;line-height:1;pointer-events:none}.auth-left-testimonial p{font-size:.95rem;color:#ffffffd9;line-height:1.6;font-style:italic;margin:10px 0 16px}.auth-testimonial-author{display:flex;align-items:center;gap:12px}.auth-testimonial-author img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(204,0,0,.4)}.auth-testimonial-author strong{display:block;font-size:.88rem;color:#fff;font-weight:600}.auth-testimonial-author span{font-size:.75rem;color:#ffffff80}.auth-right{display:flex;align-items:center;justify-content:center;background:#fff;padding:48px 36px;overflow-y:auto}.auth-right-inner{width:100%;max-width:440px}.auth-mobile-logo{display:none;margin-bottom:24px;text-align:center}.auth-tabs{display:flex;background:#f1f5f9;border-radius:12px;padding:4px;margin-bottom:28px;border:1px solid #e2e8f0}.auth-tab{flex:1;padding:12px;border:none;background:none;font-size:.95rem;font-weight:600;color:#64748b;border-radius:10px;cursor:pointer;transition:all .3s ease;font-family:inherit}.auth-tab.active{background:#c00;color:#fff;box-shadow:0 4px 12px #c003}.auth-tab:not(.active):hover{color:#c00}.auth-header h2{font-size:1.8rem;font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.02em}.auth-header p{font-size:.92rem;color:#64748b;margin:0 0 28px;line-height:1.5}.social-login-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.social-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;border:1.5px solid #e2e8f0;background:#fff;color:#334155}.social-btn:hover{border-color:#e6f2ff;background:#e6f2ff;transform:translateY(-1px);box-shadow:0 4px 12px #0066cc1a}.social-btn svg{width:16px;height:16px}.social-google svg{color:#ea4335}.social-phone svg{color:#0052a3}.auth-divider{display:flex;align-items:center;gap:16px;margin-bottom:24px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-divider span{font-size:.8rem;color:#94a3b8;font-weight:500;white-space:nowrap}.auth-input-group{position:relative;margin-bottom:16px}.auth-input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#94a3b8;pointer-events:none;transition:color .2s}.auth-input-group input{width:100%;padding:14px 48px 14px 44px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-family:inherit;color:#0f172a;background:#fff;transition:all .3s ease;outline:none;box-sizing:border-box}.auth-input-group input::placeholder{color:#cbd5e1}.auth-input-group input:focus{border-color:#475569;box-shadow:0 0 0 3px #0000000d}.auth-input-group input:focus~.auth-input-icon,.auth-input-group:focus-within .auth-input-icon{color:#c00}.auth-password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s}.auth-password-toggle:hover{color:#c00}.auth-password-toggle svg{width:16px;height:16px}.auth-extras{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.auth-checkbox{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#475569;cursor:pointer;font-weight:500}.auth-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#CC0000;cursor:pointer}.auth-forgot{font-size:.85rem;color:#c00;font-weight:600;text-decoration:none;transition:color .2s}.auth-forgot:hover{color:#a80000}.auth-terms{margin-bottom:20px}.auth-terms a{color:#c00;font-weight:600;text-decoration:none}.auth-terms a:hover{color:#a80000;text-decoration:underline}.auth-submit-btn{width:100%;padding:15px 24px;background:#c00;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 16px #cc000040;margin-bottom:20px}.auth-submit-btn:hover{background:#a80000;transform:translateY(-2px);box-shadow:0 8px 24px #cc000059}.auth-submit-btn svg{width:14px;height:14px;transition:transform .2s}.auth-submit-btn:hover svg{transform:translate(3px)}.auth-benefits{display:flex;flex-direction:column;gap:10px;padding:16px;background:#fff0f0;border-radius:12px;border:1px solid rgba(204,0,0,.12);margin-bottom:16px}.auth-benefit{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#334155;font-weight:500}.auth-benefit svg{width:16px;height:16px;color:#c00;flex-shrink:0}.auth-bottom{text-align:center;padding-top:12px}.auth-back-home{font-size:.88rem;color:#94a3b8;text-decoration:none;font-weight:500;transition:color .2s}.auth-back-home:hover{color:#c00}.signup-steps{display:flex;align-items:center;justify-content:center;margin-bottom:28px;gap:0}.step-dot{display:flex;flex-direction:column;align-items:center;gap:6px}.step-dot span{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;border:2px solid #e2e8f0;color:#94a3b8;background:#fff;transition:all .3s ease}.step-dot.active span{background:#c00;border-color:#c00;color:#fff;box-shadow:0 4px 12px #c003}.step-dot p{font-size:.7rem;font-weight:600;color:#94a3b8;margin:0;transition:color .3s}.step-dot.active p{color:#c00}.step-line{width:50px;height:2px;background:#e2e8f0;margin:0 8px 20px;transition:background .3s}.step-line.active{background:#c00}.otp-icon-wrap{width:56px;height:56px;border-radius:16px;background:#fff0f0;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.otp-icon-wrap svg{width:26px;height:26px;color:#c00}.otp-input-grid{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.otp-box{width:50px;height:56px;text-align:center;font-size:1.4rem;font-weight:800;color:#0f172a;border:2px solid #e2e8f0;border-radius:12px;outline:none;transition:all .2s ease;font-family:inherit;background:#fff}.otp-box:focus{border-color:#475569;box-shadow:0 0 0 3px #0000000d}.otp-box:not(:placeholder-shown),.otp-box:not([value=""]){border-color:#c00;background:#fff0f0}.otp-resend{text-align:center;font-size:.85rem;color:#64748b;margin-bottom:20px}.resend-btn{background:none;border:none;color:#c00;font-weight:700;cursor:pointer;font-family:inherit;font-size:inherit;padding:0;margin-left:4px;transition:color .2s}.resend-btn:hover{color:#a80000;text-decoration:underline}.profile-pic-upload{position:relative;width:110px;height:110px;border-radius:50%;margin:0 auto 24px;cursor:pointer;overflow:hidden;border:3px solid rgba(204,0,0,.2);transition:all .3s ease}.profile-pic-upload:hover{border-color:#c00;box-shadow:0 0 0 4px #cc00001f}.profile-pic-placeholder{width:100%;height:100%;background:#fff0f0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.profile-pic-placeholder svg{width:28px;height:28px;color:#c00}.profile-pic-placeholder span{font-size:.7rem;font-weight:600;color:#c00}.profile-pic-preview{width:100%;height:100%;object-fit:cover}.profile-pic-edit{position:absolute;bottom:0;left:0;right:0;height:32px;background:#cc0000d9;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.profile-pic-upload:hover .profile-pic-edit{opacity:1}.profile-pic-edit svg{width:14px;height:14px;color:#fff}.auth-back-btn{width:100%;padding:12px;background:none;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.auth-back-btn:hover{border-color:#c00;color:#c00;background:#fff0f0}.auth-back-btn svg{width:14px;height:14px}.auth-header,.auth-form{animation:fadeInUp .5s ease-out}.auth-left:before,.auth-left:after{content:"";position:absolute;border-radius:50%;z-index:1;opacity:.08}.auth-left:before{width:300px;height:300px;background:#6ee7b7;top:-60px;right:-80px;animation:float 8s ease-in-out infinite}.auth-left:after{width:200px;height:200px;background:#34d399;bottom:20%;right:10%;animation:float 6s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(-15px,15px)}}.auth-error,.auth-success{background:#fef2f2;color:#b91c1c;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem;display:flex;align-items:center;border:1px solid #fecaca;animation:shake .4s ease-in-out}.auth-success{background:#e6f2ff;color:#003d7a;border-color:#d9e9ff;animation:fadeIn .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.field-error-msg{color:#dc2626;font-size:.8rem;margin-top:-12px;margin-bottom:16px;margin-left:4px;animation:fadeIn .3s ease}@media(max-width:1024px){.auth-left-text h1{font-size:2.2rem}.auth-left{padding:36px}}.forgot-password-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.forgot-password-modal{background:#fff;border-radius:16px;padding:40px;max-width:420px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.forgot-password-modal h2{font-size:1.8rem;font-weight:800;color:#0f172a;margin:0 0 12px}.forgot-password-modal p{font-size:.95rem;color:#64748b;margin:0 0 24px;line-height:1.6}.close-modal-btn{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;color:#94a3b8;cursor:pointer;transition:color .2s}.close-modal-btn:hover{color:#0f172a}.forgot-password-modal form{margin-bottom:20px}.forgot-password-modal .error-message{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;padding:12px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.forgot-password-modal .success-message{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0;padding:12px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.modal-back-btn{width:100%;padding:12px;background:none;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s}.modal-back-btn:hover{border-color:#06c;color:#06c;background:#e6f2ff}@media(max-width:768px){.forgot-password-modal{padding:32px 24px;max-width:90vw}.forgot-password-modal h2{font-size:1.5rem}}@media(max-width:768px){.auth-page{grid-template-columns:1fr}.auth-left{display:none}.auth-right{min-height:100vh;padding:32px 20px;background:linear-gradient(180deg,#e6f2ff,#fff)}.auth-mobile-logo{display:block}.auth-header h2{font-size:1.5rem}.social-login-grid{grid-template-columns:1fr}}@media(max-width:480px){.auth-right{padding:24px 16px}.auth-input-group input{padding:12px 44px 12px 40px;font-size:.9rem}.auth-submit-btn{padding:14px 20px}}.reset-password-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#f8fafc);padding:20px}.reset-password-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;padding:48px;max-width:480px;width:100%}.reset-password-header{text-align:center;margin-bottom:36px}.reset-icon{font-size:3rem;color:#c00;margin-bottom:16px;display:block}.reset-password-header h1{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.02em}.reset-password-header p{font-size:.95rem;color:#64748b;margin:0;line-height:1.6}.error-message{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;padding:14px;border-radius:8px;margin-bottom:20px;font-size:.9rem;font-weight:500}.success-message{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0;padding:14px;border-radius:8px;margin-bottom:20px;font-size:.9rem;font-weight:500}form,.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:600;color:#0f172a;margin-bottom:8px;font-size:.95rem}.password-input-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:12px;color:#94a3b8;font-size:.95rem}.password-input-group input{width:100%;padding:12px 44px 12px 40px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#0f172a;transition:all .3s ease;outline:none}.password-input-group input:focus{border-color:#475569;box-shadow:0 0 0 3px #0000000d}.password-input-group input::placeholder{color:#cbd5e1}.password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:#94a3b8;padding:4px 8px;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle:hover{color:#475569}.password-toggle svg{width:18px;height:18px}.password-requirements{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:24px}.password-requirements p{font-size:.85rem;font-weight:600;color:#0f172a;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.password-requirements ul{list-style:none;margin:0;padding:0}.password-requirements li{font-size:.85rem;color:#64748b;padding:4px 0;margin:0;transition:color .2s}.password-requirements li.met{color:#16a34a;font-weight:600}.reset-submit-btn{width:100%;padding:14px;background:#c00;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px #c003}.reset-submit-btn:hover:not(:disabled){background:#a80000;transform:translateY(-2px);box-shadow:0 8px 24px #cc00004d}.reset-submit-btn:active:not(:disabled){transform:translateY(0)}.reset-submit-btn:disabled{opacity:.7;cursor:not-allowed}.back-to-login{text-align:center}.back-to-login a{color:#475569;font-weight:600;text-decoration:none;transition:color .2s;font-size:.95rem}.back-to-login a:hover{color:#111;text-decoration:underline}@media(max-width:768px){.reset-password-card{padding:32px 24px}.reset-password-header h1{font-size:1.6rem}.reset-icon{font-size:2.5rem}.form-group{margin-bottom:20px}}@media(max-width:480px){.reset-password-container{padding:12px}.reset-password-card{padding:24px 16px}.reset-password-header h1{font-size:1.4rem}.reset-icon{font-size:2rem}.password-input-group input{padding:10px 40px 10px 36px;font-size:.9rem}.reset-submit-btn{padding:12px;font-size:.95rem}}.dd-page{min-height:100vh;background:#f4f4f5;padding-top:72px}.dd-wrap{display:grid;grid-template-columns:240px 1fr;min-height:calc(100vh - 72px);max-width:1200px;margin:0 auto}.dd-sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:28px 20px;display:flex;flex-direction:column;gap:28px;position:sticky;top:72px;height:calc(100vh - 72px)}.dd-profile{text-align:center;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.dd-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #CC0000;margin-bottom:12px}.dd-profile h3{font-size:.95rem;font-weight:700;color:#111;margin:0 0 4px}.dd-profile p{font-size:.78rem;color:#6b7280;margin:0 0 8px}.dd-since{display:inline-block;background:#f4f4f5;color:#475569;font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:20px}.dd-nav{display:flex;flex-direction:column;gap:4px;flex:1}.dd-nav-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;background:transparent;border:none;color:#6b7280;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .15s;text-align:left;font-family:inherit}.dd-nav-btn:hover{background:#f4f4f5;color:#111}.dd-nav-btn.active{background:#fff0f0;color:#c00;font-weight:700}.dd-logout{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:transparent;border:1px solid #f0f0f0;color:#ef4444;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit}.dd-logout:hover{background:#fef2f2}.dd-main{padding:28px;display:flex;flex-direction:column;gap:24px}.dd-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:14px;padding:24px 28px;border:1px solid #e5e7eb}.dd-header h1{font-size:1.4rem;font-weight:800;color:#111;margin:0 0 4px}.dd-header p{font-size:.88rem;color:#6b7280;margin:0}.dd-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;background:#c00;color:#fff;font-size:.88rem;font-weight:700;border-radius:10px;text-decoration:none;transition:background .15s;white-space:nowrap}.dd-cta:hover{background:#a80000}.dd-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-stat-card{border-radius:14px;padding:22px;display:flex;align-items:center;gap:16px;color:#fff}.dd-stat-red{background:#c00}.dd-stat-black{background:#1a1a1a}.dd-stat-gray{background:#374151}.dd-stat-icon{width:44px;height:44px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.dd-stat-card span{display:block;font-size:.72rem;font-weight:600;opacity:.75;margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.dd-stat-card strong{display:block;font-size:1.5rem;font-weight:800;margin-bottom:4px;letter-spacing:-.02em}.dd-stat-card small{display:flex;align-items:center;gap:4px;font-size:.72rem;opacity:.75}.dd-card{background:#fff;border-radius:14px;padding:24px;border:1px solid #e5e7eb}.dd-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dd-card-header h2{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:#111;margin:0}.dd-export{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#f4f4f5;border:1px solid #e5e7eb;border-radius:8px;font-size:.8rem;font-weight:600;color:#475569;cursor:pointer;font-family:inherit;transition:all .15s}.dd-export:hover{background:#fff0f0;color:#c00;border-color:#c003}.dd-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #f0f0f0}.dd-table{width:100%;border-collapse:collapse}.dd-table th{background:#f9fafb;padding:11px 14px;text-align:left;font-size:.72rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.dd-table td{padding:13px 14px;font-size:.85rem;color:#374151;border-bottom:1px solid #f9fafb;vertical-align:middle}.dd-table tr:last-child td{border-bottom:none}.dd-table tbody tr:hover td{background:#fafafa}.td-name{font-weight:600;color:#111!important;max-width:240px}.td-amount{font-weight:700;color:#111!important}.td-date{color:#9ca3af!important;font-size:.8rem!important}.td-actions{display:flex;gap:6px}.dd-icon-btn{width:30px;height:30px;border-radius:7px;background:#f4f4f5;border:1px solid #e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.78rem;transition:all .15s}.dd-icon-btn:hover{background:#fff0f0;border-color:#c003;color:#c00}.dd-cat{display:inline-block;padding:2px 9px;border-radius:6px;font-size:.7rem;font-weight:700;background:#f1f5f9;color:#475569}.dd-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:7px;font-size:.72rem;font-weight:700}.dd-badge.completed{background:#dcfce7;color:#15803d}.dd-badge.pending{background:#fef9c3;color:#a16207}.dd-saved-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dd-saved-card{border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;transition:box-shadow .2s}.dd-saved-card:hover{box-shadow:0 8px 24px #00000014}.dd-saved-card img{width:100%;height:140px;object-fit:cover}.dd-saved-info{padding:14px}.dd-saved-info h4{font-size:.85rem;font-weight:700;color:#111;margin:0 0 10px;line-height:1.4}.dd-progress-bar{width:100%;height:6px;background:#f0f0f0;border-radius:999px;overflow:hidden;margin-bottom:8px}.dd-progress-bar div{height:100%;background:#c00;border-radius:999px}.dd-saved-meta{display:flex;justify-content:space-between;font-size:.78rem;margin-bottom:12px;color:#6b7280}.dd-saved-meta .pct{font-weight:700;color:#c00}.dd-saved-btn{display:block;text-align:center;padding:9px;background:#c00;color:#fff;font-size:.82rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background .15s}.dd-saved-btn:hover{background:#a80000}.dd-empty{color:#6b7280;font-size:.9rem;text-align:center;padding:32px 0;margin:0}@media(max-width:960px){.dd-wrap{grid-template-columns:1fr}.dd-sidebar{height:auto;position:static;flex-direction:column}.dd-stats,.dd-saved-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.dd-stats,.dd-saved-grid{grid-template-columns:1fr}.dd-main{padding:16px}.dd-header{flex-direction:column;align-items:flex-start;gap:14px}}@media(max-width:480px){.dd-page{padding-top:60px}.dd-sidebar{padding:20px 14px;gap:20px}.dd-main{padding:12px;gap:16px}.dd-header{padding:16px;border-radius:10px}.dd-header h1{font-size:1.15rem}.dd-header p{font-size:.8rem}.dd-cta{font-size:.82rem;padding:9px 18px}.dd-stat-card{padding:16px;border-radius:10px}.dd-stat-card strong{font-size:1.2rem}.dd-stat-icon{width:38px;height:38px;border-radius:10px}.dd-card{padding:16px;border-radius:10px}.dd-card-header h2{font-size:.9rem}.dd-saved-card img{height:120px}.dd-saved-info{padding:12px}.dd-saved-info h4{font-size:.82rem}.dd-profile h3{font-size:.88rem}.dd-avatar{width:60px;height:60px}}.dd-avatar-wrapper{display:flex;justify-content:center;margin-bottom:12px}.dd-avatar-placeholder{width:72px;height:72px;background:#c00;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;border:3px solid #fff;box-shadow:0 4px 12px #c003}.status-badge{display:inline-block;padding:3px 10px;border-radius:50px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.status-badge.active{background:#dcfce7;color:#15803d}.status-badge.pending{background:#fef9c3;color:#a16207}.status-badge.closed{background:#f1f5f9;color:#475569}.terms-container{min-height:100vh;background:var(--background-color);font-family:Outfit,sans-serif;color:var(--text-primary);padding-bottom:80px}.terms-banner{position:relative;height:450px;background:url(/assets/terms_banner-D5CXsnV7.png) center/cover;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;overflow:hidden}.banner-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0003,#06c6);z-index:1}.banner-content{position:relative;z-index:2;max-width:900px;padding:40px 20px;animation:fadeInUp 1s ease-out}.banner-icon{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:24px;color:#fff;margin-bottom:24px;box-shadow:0 8px 32px #0000001a}.banner-icon svg{width:50px;height:50px}.banner-title{font-size:4rem;font-weight:800;margin-bottom:12px;letter-spacing:-.03em;text-shadow:0 4px 12px rgba(0,0,0,.2)}.banner-subtitle{font-size:1.4rem;opacity:.95;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.1)}.terms-layout{display:grid;grid-template-columns:280px 1fr;gap:40px;max-width:1400px;margin:-60px auto 0;padding:0 40px;position:relative;z-index:10}.terms-sidebar{position:sticky;top:100px;height:fit-content;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:32px;box-shadow:var(--shadow-lg)}.sidebar-title{font-size:.85rem;font-weight:700;text-transform:uppercase;color:var(--primary-color);letter-spacing:.1em;margin-bottom:24px}.sidebar-link{font-size:.95rem;color:var(--text-secondary);padding:10px 16px;border-radius:12px;transition:all .2s ease;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-link.active{background:var(--primary-color);color:#fff;font-weight:600;box-shadow:0 4px 12px #06c3}.terms-content-card{background:#fff;border-radius:24px;padding:80px;box-shadow:0 20px 80px #0000000d;border:1px solid rgba(0,0,0,.02)}.update-date{font-size:.9rem;color:var(--text-secondary);margin-bottom:40px;display:flex;align-items:center;gap:8px}.trust-badges-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px}.badge-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;background:var(--background-color);border-radius:20px;border:1px solid var(--border-color);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.badge-item:hover{transform:translateY(-8px);border-color:var(--primary-color);box-shadow:0 12px 30px #0066cc1a}.badge-icon-wrapper{width:56px;height:56px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);margin-bottom:16px;box-shadow:var(--shadow-sm)}.badge-item h3{font-size:1.1rem;margin-bottom:8px;color:var(--text-primary)}.badge-item p{font-size:.85rem;color:var(--text-secondary);line-height:1.4;margin:0}.terms-content-card h1{font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:32px;letter-spacing:-.02em}.terms-content-card h2{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-top:56px;margin-bottom:24px;display:flex;align-items:center;gap:16px}.terms-content-card h2:before{content:"";width:4px;height:32px;background:var(--primary-color);border-radius:2px}.terms-content-card h3{font-size:1.25rem;color:var(--primary-color);margin-top:32px;margin-bottom:16px}.terms-content-card p{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);margin-bottom:20px;text-align:left}.highlight-section{background:linear-gradient(135deg,#0066cc08,#0ea5e908);border:1px solid var(--primary-color);border-radius:20px;padding:32px;margin:48px 0;text-align:center}.highlight-section p{color:var(--primary-color);font-weight:600;font-size:1.1rem;margin:0}.legal-section{padding:24px 0;border-bottom:1px solid var(--border-color)}.legal-section:last-child{border-bottom:none}.subsection-card{background:var(--background-color);border-radius:16px;padding:24px;margin-top:16px;border-left:4px solid var(--secondary-color)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.terms-layout{grid-template-columns:1fr;padding:0 24px}.terms-sidebar{display:none}.terms-content-card{padding:60px 40px;margin-top:-40px}}@media(max-width:768px){.banner-title{font-size:2.5rem}.trust-badges-row{grid-template-columns:1fr}.terms-content-card{padding:40px 24px}.terms-content-card h1{font-size:2.25rem}}.privacy-container{font-family:Outfit,sans-serif;color:var(--text-primary);background:var(--background-color);min-height:100vh}.privacy-banner{position:relative;height:400px;background:url(/assets/terms_banner-D5CXsnV7.png) center/cover;display:flex;align-items:center;justify-content:center;overflow:hidden}.privacy-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0066ccd9,#0ea5e9b3);z-index:1}.privacy-banner-content{position:relative;z-index:2;text-align:center;padding:0 20px;max-width:800px}.privacy-banner-icon{width:64px;height:64px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;border:1px solid rgba(255,255,255,.3)}.privacy-banner h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.02em}.privacy-banner p{font-size:1.25rem;color:#ffffffe6;font-weight:400}.privacy-layout{max-width:1200px;margin:-60px auto 60px;display:grid;grid-template-columns:320px 1fr;gap:40px;padding:0 20px;position:relative;z-index:10}.privacy-sidebar{position:sticky;top:100px;height:fit-content;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:32px;box-shadow:var(--shadow-lg)}.sidebar-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:24px;font-weight:700}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.sidebar-link{background:none;border:none;text-align:left;padding:12px 16px;border-radius:12px;font-size:.95rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.sidebar-link:hover{background:#0066cc0d;color:var(--primary-color)}.sidebar-link.active{background:var(--primary-color);color:#fff;box-shadow:0 10px 15px -3px #0066cc4d}.privacy-content-card{background:#fff;border-radius:32px;padding:60px;box-shadow:var(--shadow-xl);border:1px solid var(--border-color)}.update-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#0066cc0d;color:var(--primary-color);border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:32px}.privacy-section{margin-bottom:48px;scroll-margin-top:120px}.privacy-section h2{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:20px;display:flex;align-items:center;gap:12px}.privacy-section h2:before{content:"";width:4px;height:24px;background:var(--primary-color);border-radius:2px}.privacy-section p{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin-bottom:16px}.policy-note{background:#fdf2f2;border-radius:16px;padding:24px;border-left:4px solid #ef4444;margin:32px 0}.policy-note p{color:#991b1b;font-weight:500;margin:0}.privacy-footer{text-align:center;padding:80px 0;color:var(--text-secondary)}@media(max-width:992px){.privacy-layout{grid-template-columns:1fr;margin-top:-30px}.privacy-sidebar{display:none}.privacy-content-card{padding:32px}}.document-upload-container{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:24px;margin:20px 0;max-width:100%}.document-header{margin-bottom:20px}.document-header h3{margin:0 0 8px;color:#1f2937;font-size:18px;font-weight:600}.requirement-text{color:#6b7280;margin:0 0 12px;font-size:14px}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:16px}.progress-fill{height:100%;background:#06c;transition:width .3s ease}.error-message{color:#dc2626;background:#fee2e2;border:1px solid #fecaca;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.success-message{color:#0052a3;background:#e6f2ff;border:1px solid #d9e9ff;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.document-uploads{margin-bottom:20px}.document-input-group{margin-bottom:16px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.document-input-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.document-type-select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-bottom:8px;cursor:pointer;background:#fff;transition:all .2s}.document-type-select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.file-input-wrapper{position:relative}.file-input{display:none}.file-label{display:block;padding:12px;border:2px dashed #9ca3af;border-radius:6px;text-align:center;cursor:pointer;transition:all .2s;font-size:14px;color:#6b7280;background:#fff}.file-label:hover{border-color:#60a5fa;background:#eff6ff;color:#3b82f6}.upload-button{width:100%;padding:12px;background:#06c;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px;transition:background .2s}.upload-button:hover:not(:disabled){background:#0052a3}.upload-button:disabled{background:#9ca3af;cursor:not-allowed}.uploaded-docs{margin-top:16px;padding:12px;background:#e8f5e9;border-radius:6px}.uploaded-docs h4{margin:0 0 8px;color:#1b5e20;font-size:14px;font-weight:600}.uploaded-docs ul{list-style:none;padding:0;margin:0}.uploaded-docs li{color:#2e7d32;font-size:13px;margin:4px 0;padding-left:20px;position:relative}.uploaded-docs li:before{content:"✓";position:absolute;left:0;color:#2e7d32;font-weight:700}@media(max-width:640px){.document-upload-container{padding:16px}.document-header h3{font-size:16px}.document-input-group{padding:12px}}.start-fund-container{padding:80px 20px;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}.background-slideshow{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;list-style:none;margin:0;padding:0}.background-slideshow li{width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;z-index:0;animation:imageAnimation 24s linear infinite}.background-slideshow li:nth-child(1){background-image:url(https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?q=80&w=2070&auto=format&fit=crop)}.background-slideshow li:nth-child(2){background-image:url(https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=2070&auto=format&fit=crop);animation-delay:6s}.background-slideshow li:nth-child(3){background-image:url(https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?q=80&w=2070&auto=format&fit=crop);animation-delay:12s}.background-slideshow li:nth-child(4){background-image:url(https://images.unsplash.com/photo-1503676260728-1c00da094a0b?q=80&w=2022&auto=format&fit=crop);animation-delay:18s}.background-slideshow:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0f172aa6;z-index:1}@keyframes imageAnimation{0%{opacity:0;animation-timing-function:ease-in}8%{opacity:1;animation-timing-function:ease-out}25%{opacity:1}33%{opacity:0}to{opacity:0}}.start-fund-card{background:#fff;width:100%;max-width:600px;padding:40px;border-radius:12px;box-shadow:0 10px 30px #00000040;position:relative;z-index:2}.start-fund-title{text-align:center;margin-bottom:30px}.progress-container{position:relative;width:100%;max-width:400px;margin:0 auto 50px}.progress-track{position:absolute;top:20px;left:0;width:100%;height:4px;background:#e2e8f0;border-radius:2px;z-index:1}.progress-fill{height:100%;background:#c00;border-radius:2px;transition:width .4s ease-in-out}.steps-wrapper{position:relative;display:flex;justify-content:space-between;z-index:2}.step-node{display:flex;flex-direction:column;align-items:center;cursor:default}.step-circle{width:44px;height:44px;border-radius:50%;background:#fff;border:3px solid #e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;transition:all .3s ease;box-shadow:0 0 0 4px #fff}.step-node.active .step-circle{border-color:#c00;background:#c00;color:#fff;box-shadow:0 0 0 4px #cc00001a}.form-group input:focus,.form-group textarea:focus{border-color:#c00;outline:none;box-shadow:0 0 0 3px #0000000d}.input-error{border-color:#ef4444!important;background-color:#fef2f2!important}.input-error:focus{box-shadow:0 0 0 3px #ef444426!important;border-color:#ef4444!important}.step-label{margin-top:12px;font-size:13px;font-weight:600;color:#94a3b8;transition:color .3s;background:#fff;padding:2px 6px;border-radius:4px}.step-node.active .step-label{color:#0f172a;font-weight:700}.step-content h2{font-size:24px;font-weight:700;margin-bottom:10px;color:#0f172a}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.category-card{border:1px solid #e2e8f0;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:all .2s}.category-card:hover{border-color:#c00;background:#fff0f0}.category-card.selected{border-color:#c00;background:#fff0f0;color:#c00}.cat-icon{font-size:24px;margin-bottom:8px;color:#c00}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#334155;font-size:14px}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:8px;font-size:15px;color:#0f172a;transition:border .2s}.image-upload-wrapper{margin-top:8px}.upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;border:2px dashed #cbd5e1;border-radius:10px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);cursor:pointer;transition:all .3s ease;text-align:center;gap:12px}.upload-label:hover{border-color:#111;background:#f8fafc;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.upload-label:active{transform:translateY(0)}.upload-icon{font-size:32px;color:#c00}.upload-label span{font-weight:600;color:#0f172a;font-size:15px}.upload-label small{color:#64748b;font-size:13px;font-weight:400}.image-preview{margin-top:15px;width:100%;height:200px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;background:#f1f5f9;display:flex;justify-content:center;align-items:center}.image-preview img{width:100%;height:100%;object-fit:contain;display:block}.file-input{width:100%;padding:10px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;cursor:pointer}.file-input:hover{background:#f1f5f9;border-color:#06c}.next-btn,.submit-btn{background:#c00;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s;width:100%;justify-content:center;margin-top:20px}.next-btn:hover,.submit-btn:hover{background:#a80000}.back-btn{background:none;border:none;color:#64748b;font-weight:600;margin-top:12px;cursor:pointer;width:100%}.back-btn:hover{text-decoration:underline}.fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.document-info{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:16px;margin:20px 0;color:#92400e;font-size:14px;line-height:1.6}.document-info strong{font-weight:600}.steps-wrapper{display:flex;justify-content:space-between;align-items:center;position:relative;gap:0}.step-node{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}.step-node:not(:last-child):after{content:"";position:absolute;top:20px;left:50%;width:50%;height:2px;background:#e5e7eb;z-index:0}.step-node.active:not(:last-child):after{background:#06c}.step-circle{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;z-index:1;transition:all .3s ease}.step-node.active .step-circle{background:#06c;color:#fff;border-color:#06c}.step-label{font-size:12px;color:#6b7280;margin-top:8px;text-align:center;font-weight:500}.step-node.active .step-label{color:#06c;font-weight:600}@media(max-width:768px){.upload-label{padding:30px 15px}.upload-icon{font-size:24px}.upload-label span{font-size:14px}.upload-label small{font-size:12px}.image-preview{height:150px;margin-top:12px}.form-row{flex-direction:column}.form-row .form-group{width:100%}}@media(max-width:480px){.start-fund-container{padding:70px 10px}.start-fund-card{padding:24px 16px;border-radius:10px}.start-fund-title h2{font-size:1.3rem}.progress-container{max-width:100%;margin-bottom:36px}.step-circle{width:36px;height:36px;font-size:14px}.step-label{font-size:11px;margin-top:8px}.category-grid{grid-template-columns:1fr;gap:12px}.category-card{padding:18px}.step-content h2{font-size:20px}.form-group label{font-size:13px}.form-group input,.form-group textarea{padding:10px;font-size:14px}.next-btn,.submit-btn{padding:12px 20px;font-size:.9rem}.document-info{padding:12px;font-size:13px}}.how-it-works-page{padding-top:80px;background:#fff;overflow-x:hidden}.hiw-hero{padding:80px 0 60px;text-align:center;background:linear-gradient(180deg,#e6f2ff,#fff)}.hiw-hero-content{max-width:800px;margin:0 auto}.hiw-hero h1{font-size:3.5rem;font-weight:800;color:#0f172a;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.03em}.hiw-hero p{font-size:1.2rem;color:#64748b;line-height:1.7;margin-bottom:2.5rem}.highlight-text{color:#c00;position:relative;display:inline-block}.highlight-text:after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:8px;background:#06c3;z-index:-1;border-radius:4px}.hiw-steps-section{padding:60px 0 100px}.hiw-step-row{display:flex;align-items:center;gap:80px;margin-bottom:100px}.hiw-step-row:last-child{margin-bottom:0}.hiw-step-row.reverse{flex-direction:row-reverse}.hiw-step-image{flex:1;position:relative}.hiw-step-image img{width:100%;height:480px;object-fit:cover;border-radius:24px;box-shadow:0 20px 50px #0000001a;border:1px solid #e2e8f0;transition:transform .4s ease}.hiw-step-row:hover .hiw-step-image img{transform:scale(1.02)}.step-number-badge{position:absolute;top:-20px;left:-20px;width:70px;height:70px;background:#c00;color:#fff;font-size:2rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #cc00004d;border:4px solid white}.hiw-step-text{flex:1}.step-icon{width:60px;height:60px;background:#fff0f0;color:#c00;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.5rem}.hiw-step-text h2{font-size:2.2rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}.hiw-step-text p{font-size:1.1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.step-list{display:flex;flex-direction:column;gap:12px;padding:0;margin:0;list-style:none}.step-list li{display:flex;align-items:center;gap:12px;font-size:1rem;color:#334155;font-weight:500}.step-list li:before{content:"✓";color:#111;font-weight:800;background:#f1f5f9;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.urgent-causes-section{padding:80px 0 100px;background:linear-gradient(180deg,#f8fafc,#e6f2ff)}.urgent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.urgent-header h2{font-size:2.2rem;font-weight:800;color:#0f172a;margin:0}.urgent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.urgent-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000f;border:1px solid #e2e8f0;transition:transform .3s ease}.urgent-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.urgent-img-wrapper{position:relative;height:220px}.urgent-img-wrapper img{width:100%;height:100%;object-fit:cover}.urgent-cat-badge{position:absolute;bottom:16px;left:16px;background:#000000bf;color:#fff;font-size:.75rem;font-weight:700;padding:6px 12px;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.urgent-content{padding:24px}.urgent-content h3{font-size:1.3rem;font-weight:700;margin-bottom:10px;color:#0f172a;line-height:1.3}.urgent-content p{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.urgent-progress-track{width:100%;height:8px;background:#e2e8f0;border-radius:50px;margin-bottom:12px;overflow:hidden}.urgent-progress-fill{height:100%;background:#c00;border-radius:50px}.urgent-stats{display:flex;justify-content:space-between;margin-bottom:20px;font-size:.9rem}.amount-raised{font-weight:700;color:#c00}.amount-goal{color:#94a3b8}.btn-urgent-donate{width:100%;padding:12px;background:#c00;color:#fff;font-weight:700;font-size:1rem;border-radius:10px;border:none;cursor:pointer;transition:background .3s}.btn-urgent-donate:hover{background:#a80000}.btn-primary-hiw{padding:1rem 2rem;background:#c00;color:#fff;font-weight:700;font-size:1rem;border-radius:50px;text-decoration:none;box-shadow:0 10px 20px #c003;transition:all .3s ease}.btn-primary-hiw:hover{transform:translateY(-2px);box-shadow:0 15px 30px #cc00004d;background:#a80000}@media(max-width:900px){.hiw-step-row{flex-direction:column;gap:40px;text-align:center}.hiw-step-row.reverse{flex-direction:column}.hiw-step-text{align-items:center}.step-icon{margin:0 auto 1.5rem}.step-list{align-items:flex-start;display:inline-flex;text-align:left}.step-number-badge{left:50%;transform:translate(-50%);top:-30px}.hiw-hero h1{font-size:2.5rem}.urgent-grid{grid-template-columns:1fr}.urgent-header{flex-direction:column;gap:20px;text-align:center}}@media(max-width:480px){.how-it-works-page{padding-top:60px}.hiw-hero{padding:50px 0 40px}.hiw-hero h1{font-size:1.8rem}.hiw-hero p{font-size:1rem;margin-bottom:1.5rem}.hiw-steps-section{padding:40px 0 60px}.hiw-step-row{gap:24px;margin-bottom:60px}.hiw-step-image img{height:280px;border-radius:16px}.step-number-badge{width:50px;height:50px;font-size:1.4rem;top:-16px}.step-icon{width:48px;height:48px;font-size:1.4rem;border-radius:12px;margin-bottom:1rem}.hiw-step-text h2{font-size:1.4rem}.hiw-step-text p{font-size:.95rem}.step-list li{font-size:.88rem}.urgent-causes-section{padding:50px 0 60px}.urgent-header h2{font-size:1.5rem}.urgent-img-wrapper{height:180px}.urgent-content{padding:16px}.urgent-content h3{font-size:1.1rem}.urgent-content p{font-size:.85rem}.btn-urgent-donate{padding:10px;font-size:.9rem}.btn-primary-hiw{padding:.8rem 1.6rem;font-size:.9rem}}
