@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--dark: #0A0F14;--navy: #1F2A33;--orange: #FF4D00;--orange-cta: #D94000;--orange-label: #FF6D33;--blue: #00D4FF;--light: #F4F2EE;--muted: #6B7A8A;--white: #FFFFFF;--font: "Inter Variable", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-primary: rgba(244, 242, 238, .9);--text-secondary: rgba(244, 242, 238, .65);--text-tertiary: rgba(244, 242, 238, .58);--text-muted: rgba(244, 242, 238, .45)}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font);font-size-adjust:.508;background:var(--dark);color:var(--light);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 32px}.container--wide{max-width:1400px;margin:0 auto;padding:0 32px}.tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--orange-label);margin-bottom:20px}.skip-link{position:absolute;top:-100%;left:16px;background:var(--orange-cta);color:var(--white);padding:12px 24px;border-radius:0 0 8px 8px;font-weight:700;font-size:14px;z-index:200;text-decoration:none;transition:top .2s}.skip-link:focus{top:0}a:focus-visible,button:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}.btn-primary:active{transform:translateY(0) scale(.97)!important;transition-duration:.1s!important}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1!important;transform:none!important;transition:none!important}.ticker-track,.hero-badge span{animation:none}.btn-primary:hover{transform:none}}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;mix-blend-mode:normal;transition:background .4s,backdrop-filter .4s}nav.scrolled{background:#0a0f14e6;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--light)}.nav-logo svg{width:32px;height:38px}.nav-logo span{font-size:15px;font-weight:700;letter-spacing:-.01em}.nav-links{display:flex;align-items:center;gap:36px}.nav-links a{font-size:14px;font-weight:500;color:#f4f2eea6;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--orange-cta);color:var(--white)!important;padding:10px 22px;min-height:44px;display:inline-flex!important;align-items:center;border-radius:6px;font-weight:700!important;font-size:14px!important;transition:background .2s,transform .15s!important}.nav-cta:hover{background:#b83600!important;transform:translateY(-1px)}.nav-cta:active{transform:translateY(0) scale(.97)!important}.nav-toggle{display:none;background:none;border:none;padding:10px;cursor:pointer;z-index:101;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--light);border-radius:2px;transition:transform .3s ease,opacity .2s ease;transform-origin:center}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}#hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:40px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0a0f14,#1a0800,#0a0f14)}.video-bg{position:absolute;inset:0;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:#0a0f1473}.hero-content{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ff4d001f;border:1px solid rgba(255,77,0,.3);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:600;color:var(--orange);letter-spacing:.05em;margin-bottom:32px}.hero-badge span{width:6px;height:6px;background:var(--orange);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}h1{font-size:clamp(44px,7vw,96px);font-weight:900;line-height:1.05;letter-spacing:-.03em;color:var(--white);margin-bottom:32px}h1 em{font-style:normal;color:var(--orange)}.hero-sub{font-size:clamp(16px,2vw,20px);color:#f4f2eea6;max-width:540px;line-height:1.6;margin-bottom:48px;font-weight:400}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--orange);color:var(--white);padding:16px 32px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .2s,opacity .2s;letter-spacing:-.01em}.btn-primary:hover{transform:translateY(-2px);opacity:.9}.btn-ghost{display:inline-flex;align-items:center;gap:8px;color:#f4f2eeb3;font-weight:600;font-size:15px;text-decoration:none;transition:color .2s;min-height:44px;padding:8px 0}.btn-ghost:hover{color:var(--white)}.btn-ghost svg{transition:transform .2s}.btn-ghost:hover svg{transform:translate(4px)}.ticker-wrap{overflow:hidden;background:var(--orange);padding:14px 0;white-space:nowrap}.ticker-track{display:inline-flex;animation:ticker 25s linear infinite;will-change:transform}.ticker-item{display:inline-flex;align-items:center;gap:32px;padding-right:32px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white)}.ticker-item:after{content:"×";color:#fff6}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}#problem{padding:120px 0;background:var(--dark);content-visibility:auto;contain-intrinsic-size:auto 800px}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.problem-text h2{font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1.1;letter-spacing:-.03em;color:var(--white);margin-bottom:24px}.problem-text p{font-size:17px;line-height:1.7;color:var(--text-secondary);margin-bottom:16px}.stat-footnote{grid-column:1 / -1;font-size:11px;color:var(--text-tertiary);padding:12px 16px 0;font-style:italic}.problem-stats{display:grid;grid-template-columns:1fr 1fr;gap:2px}.stat-box{background:var(--navy);padding:36px 32px}.stat-box:first-child{border-radius:12px 0 0}.stat-box:nth-child(2){border-radius:0 12px 0 0}.stat-box:nth-child(3){border-radius:0 0 0 12px}.stat-box:nth-child(4){border-radius:0 0 12px}.stat-footnote{grid-column:1 / -1}.stat-number{font-size:52px;font-weight:900;letter-spacing:-.04em;color:var(--orange);line-height:1;margin-bottom:8px}.stat-label{font-size:13px;color:var(--text-tertiary);line-height:1.4}.img-placeholder{border-radius:12px;overflow:hidden;aspect-ratio:4/3;background:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:32px;border:1px dashed rgba(255,255,255,.1);text-align:center;cursor:pointer;transition:border-color .2s}.img-placeholder:hover{border-color:#ff4d0066}.img-placeholder-icon{width:48px;height:48px;border-radius:50%;background:#ff4d001a;border:1px solid rgba(255,77,0,.3);display:flex;align-items:center;justify-content:center}.img-placeholder-icon svg{width:20px;height:20px;color:var(--orange)}.img-placeholder-title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f4f2ee80}.img-placeholder-prompt{font-size:12px;color:#f4f2ee40;line-height:1.6;font-style:italic;max-width:280px}#question{padding:160px 0;background:var(--dark);border-top:1px solid rgba(255,77,0,.12);border-bottom:1px solid rgba(255,77,0,.12);overflow:hidden;position:relative;content-visibility:auto;contain-intrinsic-size:auto 600px}#question:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:500px;background:radial-gradient(ellipse at center,rgba(255,77,0,.07) 0%,transparent 70%);pointer-events:none}.question-content{position:relative;z-index:1;text-align:center}.question-label{font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--orange-label);margin-bottom:32px}.big-question{font-size:clamp(26px,4.5vw,52px);font-weight:900;line-height:1.2;letter-spacing:-.015em;color:var(--white);max-width:900px;margin:0 auto 32px}.big-question em{font-style:italic;color:var(--blue)}.question-sub{font-size:17px;color:var(--text-secondary);max-width:560px;margin:0 auto;line-height:1.7}#process{padding:120px 0;background:var(--dark);content-visibility:auto;contain-intrinsic-size:auto 900px}.section-header{margin-bottom:72px}.section-header h2{font-size:clamp(32px,4vw,52px);font-weight:900;letter-spacing:-.03em;color:var(--white);line-height:1.1;margin-bottom:16px}.section-header p{font-size:17px;color:var(--text-secondary);max-width:560px;line-height:1.7}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.step{background:var(--navy);padding:48px 40px;position:relative;transition:background .3s}.step:hover{background:#263040}.step:first-child{border-radius:12px 0 0}.step:nth-child(3){border-radius:0 12px 0 0}.step:nth-child(4){border-radius:0 0 0 12px}.step:last-child{border-radius:0 0 12px}.step-num{font-size:64px;font-weight:900;letter-spacing:-.04em;color:#ff4d0026;line-height:1;margin-bottom:24px}.step h3{font-size:18px;font-weight:800;letter-spacing:0em;color:var(--white);margin-bottom:12px}.step p{font-size:14px;color:var(--text-secondary);line-height:1.7}.step-accent{width:3px;height:32px;background:var(--orange);border-radius:2px;margin-bottom:24px}#benefits{padding:120px 0;background:var(--light);content-visibility:auto;contain-intrinsic-size:auto 900px}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;border-radius:16px;overflow:hidden}.benefit-panel{padding:72px 64px;display:flex;flex-direction:column}.benefit-panel.dark{background:var(--navy);color:var(--light)}.benefit-panel.light{background:#e8e4de;color:var(--navy)}.panel-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.benefit-panel h2{font-size:clamp(24px,3vw,36px);font-weight:900;letter-spacing:-.03em;line-height:1.1;margin-bottom:40px}.benefit-panel.dark h2{color:var(--white)}.benefit-panel.light h2{color:var(--navy)}.benefit-list{list-style:none;display:flex;flex-direction:column;gap:16px}.benefit-list li{display:flex;align-items:flex-start;gap:14px;font-size:15px;line-height:1.5}.benefit-panel.dark .benefit-list li{color:#f4f2eebf}.benefit-panel.light .benefit-list li{color:#1f2a33bf}.benefit-list li:before{content:"";width:20px;height:20px;min-width:20px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px}.benefit-image{margin-top:auto;padding-top:48px}#manifesto{padding:120px 0;background:var(--dark);position:relative;overflow:hidden;content-visibility:auto;contain-intrinsic-size:auto 900px}#manifesto:after{content:"GEEN\aTHEA\aTER";position:absolute;bottom:-80px;right:-40px;font-size:200px;font-weight:900;line-height:.9;color:#ff4d000a;letter-spacing:-.05em;white-space:pre;pointer-events:none}.manifesto-header{margin-bottom:72px}.manifesto-header h2{font-size:clamp(32px,4vw,52px);font-weight:900;letter-spacing:-.03em;color:var(--white);line-height:1.1;margin-bottom:16px}.manifesto-header p{font-size:17px;color:var(--text-secondary);max-width:560px;line-height:1.7}.manifesto-list{display:flex;flex-direction:column;gap:2px}.manifesto-item{display:grid;grid-template-columns:80px 1fr;align-items:start;background:var(--navy);padding:40px 48px;transition:background .2s;cursor:default}.manifesto-item:first-child{border-radius:12px 12px 0 0}.manifesto-item:last-child{border-radius:0 0 12px 12px}.manifesto-item:hover{background:#263040}.manifesto-item-num{font-size:40px;font-weight:900;letter-spacing:-.04em;color:#ff4d0040;line-height:1;padding-top:4px}.manifesto-item-body h3{font-size:20px;font-weight:800;letter-spacing:-.01em;color:var(--white);margin-bottom:8px}.manifesto-item-body p{font-size:15px;color:var(--text-secondary);line-height:1.7;max-width:640px}#case{padding:120px 0;background:var(--navy);content-visibility:auto;contain-intrinsic-size:auto 800px}.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.case-text h2{font-size:clamp(28px,3.5vw,44px);font-weight:900;letter-spacing:-.03em;color:var(--white);line-height:1.15;margin-bottom:24px}.case-text p{font-size:16px;color:var(--text-secondary);line-height:1.75;margin-bottom:16px}.flow-diagram{background:var(--dark);border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:4px}.flow-step{display:flex;align-items:center;gap:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:16px 20px;transition:border-color .2s,background .2s}.flow-step:hover{border-color:#ff4d004d;background:#ff4d000a}.flow-icon{width:36px;height:36px;border-radius:8px;background:#ff4d001a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.flow-icon svg{width:16px;height:16px}.flow-label{font-size:14px;font-weight:600;color:var(--white)}.flow-sublabel{font-size:12px;color:#f4f2ee94;margin-top:2px}.flow-arrow{text-align:center;color:#ff4d0066;font-size:18px;line-height:1;padding:2px 0}.case-metric{display:flex;gap:16px}.metric{flex:1;background:var(--dark);border-radius:10px;padding:24px 20px;text-align:center}.metric-value{font-size:32px;font-weight:900;letter-spacing:-.04em;color:var(--orange);margin-bottom:6px}.metric-label{font-size:12px;color:#f4f2ee94;line-height:1.4}#demo-video{padding:120px 0;background:var(--dark);content-visibility:auto;contain-intrinsic-size:auto 600px}.video-section-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:72px;align-items:center}.video-section-text h2{font-size:clamp(28px,3.5vw,44px);font-weight:900;letter-spacing:-.03em;color:var(--white);line-height:1.1;margin-bottom:20px}.video-section-text p{font-size:16px;color:#f4f2ee99;line-height:1.75}.video-block{border-radius:16px;overflow:hidden;aspect-ratio:16/9;background:var(--navy);position:relative}#team{padding:120px 0;background:var(--light);content-visibility:auto;contain-intrinsic-size:auto 800px}#team .section-header h2{color:var(--navy)}#team .section-header p{color:#1f2a3399}#team .tag{color:var(--orange)}.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:64px}.team-card{background:var(--white);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 24px #0000000f;transition:transform .25s,box-shadow .25s}.team-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px #0000001a}.team-photo{aspect-ratio:4/3;background:#e8e4de;position:relative;overflow:hidden}.team-photo .img-placeholder{border-radius:0;border:none;background:#e8e4de;height:100%;aspect-ratio:unset}.team-photo .img-placeholder-title{color:#1f2a3359}.team-photo .img-placeholder-prompt{color:#1f2a3340}.team-photo .img-placeholder-icon{background:#ff4d0014}.team-info{padding:32px;flex:1}.team-info h3{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--navy);margin-bottom:4px}.team-role{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#cc3b00;margin-bottom:16px}.team-info p{font-size:15px;color:#1f2a33a6;line-height:1.65;margin-bottom:24px}.team-links{display:flex;gap:12px}.team-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--navy);text-decoration:none;opacity:.5;transition:opacity .2s}.team-link:hover{opacity:1}.team-link svg{width:14px;height:14px}.cta-form{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:var(--white);letter-spacing:.02em}.form-group input,.form-group textarea,.form-group select{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 16px;font-size:15px;font-family:var(--font);color:var(--white);outline:none;transition:border-color .2s,background .2s;-webkit-appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff59}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#fff9;background:#ffffff29}.form-group input.error,.form-group textarea.error{border-color:#ffb3a0}.form-group .error-msg{font-size:12px;color:#ffb3a0;display:none}.form-group.has-error .error-msg{display:block}.form-group textarea{min-height:100px;resize:vertical}.form-role-toggle{display:flex;gap:8px}.role-option{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 16px;font-size:14px;font-weight:600;color:#ffffffb3;cursor:pointer;transition:all .2s;user-select:none}.role-option input{display:none}.role-option.selected,.role-option:has(input:checked){background:#fff3;border-color:#fff9;color:var(--white)}.form-submit{background:var(--white);color:var(--orange);border:none;padding:16px 32px;border-radius:8px;font-size:15px;font-weight:800;font-family:var(--font);cursor:pointer;letter-spacing:-.01em;transition:transform .2s,opacity .2s;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:8px}.form-submit:hover{transform:translateY(-2px)}.form-submit:active{transform:translateY(0) scale(.97);transition-duration:.1s}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-success{display:none;text-align:center;padding:40px 0}.form-success.visible{display:block}.form-success-icon{width:64px;height:64px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.form-success-icon svg{width:28px;height:28px}.form-success h3{font-size:24px;font-weight:900;color:var(--white);margin-bottom:12px}.form-success p{font-size:16px;color:#ffffffbf;margin-bottom:8px}.privacy-label{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#ffffffb3;cursor:pointer;line-height:1.5}.privacy-label input[type=checkbox]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:var(--white);cursor:pointer}.privacy-label a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.privacy-label a:hover{opacity:.8}.form-server-error{background:#ffb3a026;border:1px solid rgba(255,179,160,.4);border-radius:8px;padding:12px 16px}.form-server-error p{font-size:14px;color:#ffb3a0;margin:0;line-height:1.5}#cta{padding:140px 0;background:var(--orange);position:relative;overflow:hidden;content-visibility:auto;contain-intrinsic-size:auto 800px}#cta:before{content:"";position:absolute;top:-60px;right:-60px;width:400px;height:400px;border-radius:50%;background:#ffffff12}#cta:after{content:"";position:absolute;bottom:-80px;left:80px;width:240px;height:240px;border-radius:50%;background:#ffffff0d}.cta-content{position:relative;z-index:1;text-align:center}.cta-content h2{font-size:clamp(32px,5vw,64px);font-weight:900;letter-spacing:-.03em;color:var(--white);line-height:1.05;margin-bottom:24px}.cta-content p{font-size:18px;color:var(--white);max-width:520px;margin:0 auto 48px;line-height:1.6}footer{background:var(--navy);padding:64px 0 40px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:56px;gap:48px;flex-wrap:wrap}.footer-brand{max-width:300px}.footer-brand .logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-brand .logo svg{width:28px;height:33px}.footer-brand .logo span{font-size:14px;font-weight:700;color:var(--light)}.footer-brand p{font-size:14px;color:#f4f2ee94;line-height:1.6}.footer-links .footer-heading,.footer-links h4{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#f4f2ee8c;margin-bottom:16px}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links ul a{font-size:14px;color:#f4f2ee8c;text-decoration:none;transition:color .2s}.footer-links ul a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:13px;color:#f4f2ee8c}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media(max-width:900px){.problem-grid,.case-grid,.video-section-grid{grid-template-columns:1fr;gap:48px}.benefits-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr 1fr}.step:nth-child(2){border-radius:0 12px 0 0}.step:nth-child(3){border-radius:0}.step:nth-child(4){border-radius:0}.step:nth-child(5){border-radius:0 0 0 12px}.step:last-child{border-radius:0 0 12px}.benefit-panel{padding:48px 40px}.manifesto-item{grid-template-columns:56px 1fr;padding:32px}.team-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}@media(max-width:860px){nav{padding:16px 20px}.nav-toggle{display:flex}.nav-links{position:fixed;inset:0;background:#0a0f14f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:28px;z-index:100;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;pointer-events:none}.nav-links.open{opacity:1;visibility:visible;pointer-events:all}.nav-links a{font-size:22px;font-weight:700;color:var(--light)}.nav-cta{margin-top:8px;padding:16px 40px!important;font-size:16px!important;min-height:52px}}@media(max-width:640px){.container,.container--wide{padding:0 20px}.process-steps{grid-template-columns:1fr}.step:nth-child(n){border-radius:0}.step:first-child{border-radius:12px 12px 0 0}.step:last-child{border-radius:0 0 12px 12px}.stat-box{padding:28px 24px}#hero{padding-bottom:64px;min-height:auto;height:100svh;justify-content:center;padding-top:100px}.benefit-panel{padding:40px 28px}.manifesto-item{padding:24px;gap:8px}.form-row{grid-template-columns:1fr}.case-metric{flex-wrap:wrap}.metric{flex:1 1 calc(50% - 8px);min-width:0}}
