:root{--ink:#12211f;--muted:#61706d;--paper:#f4f6f2;--white:#fff;--teal:#00796b;--teal-dark:#062d2b;--mint:#bce8dc;--line:#d9dfdb;--lime:#d9f06a;--radius:1.35rem;--shadow:0 28px 80px rgba(6,45,43,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Segoe UI",Tahoma,Arial,sans-serif;font-size:16px;line-height:1.55}img{max-width:100%;display:block}a{color:inherit}.skip{position:fixed;left:1rem;top:-4rem;z-index:100;background:var(--ink);color:#fff;padding:.8rem 1rem}.skip:focus{top:1rem}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4vw,4.5rem);position:sticky;top:0;z-index:50;background:rgba(244,246,242,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(18,33,31,.08)}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;font-weight:800;font-size:1.25rem;letter-spacing:-.03em}.brand img{width:34px;height:34px;border-radius:9px}.site-header nav{display:flex;gap:2rem;font-size:.92rem}.site-header nav a{text-decoration:none;color:var(--muted)}.site-header nav a:hover{color:var(--teal)}.language{border:1px solid var(--line);background:var(--white);border-radius:999px;padding:.58rem 1rem;min-width:88px;font:inherit;font-weight:700;cursor:pointer}.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:4vw;align-items:center;padding:clamp(3rem,8vw,7rem) clamp(1.25rem,6vw,7rem);overflow:hidden}.eyebrow{font-size:.73rem;font-weight:800;letter-spacing:.16em;color:var(--teal);margin:0 0 1.25rem}.hero h1{font-size:clamp(3.5rem,7.2vw,7.8rem);line-height:.88;letter-spacing:-.072em;margin:0;max-width:900px}.lede{font-size:clamp(1.08rem,1.5vw,1.35rem);max-width:700px;color:var(--muted);margin:2rem 0}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:.95rem 1.35rem;font-weight:750;min-height:48px}.button.primary{background:var(--teal);color:#fff}.button.primary:hover{background:#00685d}.button.secondary{border:1px solid var(--line);background:#fff}.proof-row{display:flex;gap:2.5rem;margin-top:3.2rem}.proof-row span{display:grid}.proof-row b{font-size:2rem;line-height:1}.proof-row small{margin-top:.45rem;color:var(--muted)}.hero-stage{position:relative;height:min(690px,72vh);min-height:550px}.phone{position:absolute;margin:0;background:#101918;border:8px solid #17201f;border-radius:36px;overflow:hidden;box-shadow:var(--shadow)}.phone img{width:100%;height:100%;object-fit:cover}.phone-main{width:285px;height:618px;left:8%;top:2%;transform:rotate(-4deg);z-index:3}.phone-side{width:235px;height:510px;right:2%;top:17%;transform:rotate(7deg);z-index:2}.stage-card{position:absolute;right:1%;top:3%;width:54%;background:var(--lime);border-radius:1.2rem;padding:1.2rem 1.3rem;transform:rotate(3deg);z-index:1}.stage-card span,.decision-slip span{font-size:.68rem;font-weight:850;letter-spacing:.13em}.stage-card strong{display:block;font-size:1.15rem;line-height:1.2;margin-top:.5rem}.decision-slip{position:absolute;left:0;bottom:7%;z-index:5;width:235px;background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1rem 1.1rem;box-shadow:0 18px 50px rgba(6,45,43,.14);transform:rotate(2deg)}.decision-slip b,.decision-slip i{display:block}.decision-slip b{margin-top:.6rem}.decision-slip i{font-style:normal;color:var(--muted);font-size:.82rem;margin-top:.15rem}.manifesto{background:var(--teal-dark);color:#fff;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,7rem)}.manifesto>p{color:var(--mint);font-size:1.15rem;margin:0}.manifesto h2{font-size:clamp(2.8rem,6vw,6.5rem);line-height:.95;letter-spacing:-.06em;margin:.5rem 0 4rem}.process{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.2)}.process div{display:grid;padding:1.4rem 1rem 1rem 0;border-right:1px solid rgba(255,255,255,.15)}.process b{color:var(--mint);font-size:.75rem}.process span{font-size:1.5rem;font-weight:750;margin:.6rem 0}.process small{color:#abc1bd}.capabilities{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,7rem)}.section-heading{max-width:1000px;margin-bottom:3rem}.section-heading h2{font-size:clamp(2.6rem,5vw,5.4rem);letter-spacing:-.06em;line-height:.98;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.feature{min-height:350px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2.6rem);overflow:hidden}.feature h3{font-size:clamp(1.7rem,3vw,2.7rem);letter-spacing:-.045em;line-height:1.05;margin:2.3rem 0 1rem}.feature p{color:var(--muted);font-size:1.05rem;max-width:580px}.feature-index{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--paper);font-size:.72rem;font-weight:800}.feature.dark{background:var(--teal-dark);color:#fff}.feature.dark p{color:#bad0cc}.feature.dark .feature-index{background:var(--lime);color:var(--ink)}.feature-wide{grid-column:1/-1;display:grid;grid-template-columns:.8fr 1fr;align-items:center;gap:4vw;min-height:540px}.feature-wide img{width:min(100%,360px);justify-self:center;border-radius:26px;box-shadow:0 22px 55px rgba(18,33,31,.17)}.feature-wide.reversed div{order:2}.feature-wide.reversed img{order:1}.all-features{margin-top:7rem}.all-features h3{font-size:2rem;letter-spacing:-.04em}.feature-list{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink)}.feature-list span{padding:1rem .7rem 1rem 0;border-bottom:1px solid var(--line);font-weight:650}.feature-list span:before{content:"+";color:var(--teal);margin-right:.55rem}.film{background:var(--teal-dark);padding:clamp(5rem,8vw,8rem) clamp(1.25rem,6vw,7rem)}.section-heading.light{color:#fff}.section-heading.light .eyebrow{color:var(--mint)}.video-frame{max-width:1400px;margin:0 auto;border:1px solid rgba(255,255,255,.18);border-radius:1.5rem;padding:clamp(.4rem,1vw,1rem);background:#092220;box-shadow:0 35px 100px rgba(0,0,0,.35)}video{display:block;width:100%;aspect-ratio:16/9;border-radius:1rem;background:#000}.screens{padding:clamp(5rem,9vw,9rem) 0}.screens-heading{padding:0 clamp(1.25rem,6vw,7rem);max-width:none;display:grid;grid-template-columns:1fr .55fr;gap:3rem;align-items:end}.screens-heading>p{color:var(--muted);font-size:1.05rem}.screen-gallery{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,17vw);gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:1rem clamp(1.25rem,6vw,7rem) 3rem}.screen-card{scroll-snap-align:start;border:0;background:transparent;text-align:left;padding:0;cursor:zoom-in;color:inherit}.screen-card figure{margin:0;background:#e5e9e5;border-radius:1.4rem;padding:.7rem;transition:transform .25s ease,box-shadow .25s ease}.screen-card:hover figure{transform:translateY(-7px);box-shadow:0 24px 45px rgba(18,33,31,.12)}.screen-card img{width:100%;aspect-ratio:9/19.5;object-fit:cover;object-position:top;border-radius:1rem}.screen-card b{display:block;margin-top:.85rem;font-size:.9rem}.screen-card small{color:var(--muted)}.closing{text-align:center;padding:clamp(6rem,12vw,12rem) 1.25rem}.closing img{width:82px;border-radius:22px;margin:0 auto 2rem}.closing h2{font-size:clamp(3.3rem,7vw,7.5rem);letter-spacing:-.07em;line-height:.9;margin:.3rem auto 2.5rem;max-width:950px}footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem clamp(1.25rem,6vw,7rem);border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.footer-brand{color:var(--ink)}footer a:hover{color:var(--teal)}.screen-dialog{width:min(94vw,1100px);height:min(92vh,900px);border:0;border-radius:1.4rem;padding:1rem;background:#111b1a;color:#fff}.screen-dialog::backdrop{background:rgba(2,14,13,.88);backdrop-filter:blur(10px)}.screen-dialog img{height:calc(100% - 45px);width:100%;object-fit:contain}.screen-dialog p{text-align:center;margin:.7rem}.dialog-close{position:absolute;right:1rem;top:1rem;z-index:2;width:42px;height:42px;border-radius:50%;border:0;background:#fff;font-size:1.65rem;cursor:pointer}html[dir="rtl"] body{font-family:Tahoma,"Segoe UI",Arial,sans-serif}html[dir="rtl"] .eyebrow{letter-spacing:0}html[dir="rtl"] .feature-list span{padding-right:0;padding-left:.7rem}html[dir="rtl"] .feature-list span:before{margin-right:0;margin-left:.55rem}html[dir="rtl"] .screen-card{text-align:right}html[dir="rtl"] .process div{padding-right:0;padding-left:1rem;border-right:0;border-left:1px solid rgba(255,255,255,.15)}
@media(max-width:980px){body{padding-bottom:76px}.site-header nav{position:fixed;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:.3rem;width:max-content;max-width:calc(100vw - 24px);padding:.35rem;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:999px;box-shadow:0 14px 40px rgba(6,45,43,.18);backdrop-filter:blur(16px)}.site-header nav a{padding:.55rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.site-header nav a:hover,.site-header nav a:focus-visible{background:var(--paper)}.hero{grid-template-columns:1fr;padding-top:4rem}.hero-stage{height:620px;margin-top:1rem}.feature-list{grid-template-columns:repeat(2,1fr)}.screens-heading{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.process div{border-bottom:1px solid rgba(255,255,255,.15)}footer{flex-wrap:wrap}}
@media(max-width:680px){.site-header{height:68px}.hero{min-height:auto;padding-bottom:3rem}.hero h1{font-size:clamp(3.25rem,17vw,5rem)}.lede{font-size:1rem}.proof-row{gap:1.2rem}.proof-row small{max-width:90px}.hero-stage{height:510px;min-height:0}.phone-main{width:220px;height:477px;left:1%}.phone-side{width:170px;height:368px;right:-8%;top:20%}.stage-card{display:none}.decision-slip{bottom:0;width:190px}.process{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto;grid-template-columns:1fr;min-height:0}.feature-wide.reversed div,.feature-wide.reversed img{order:initial}.feature-wide img{max-height:460px;object-fit:cover;object-position:top}.feature-list{grid-template-columns:1fr}.screen-gallery{grid-auto-columns:72vw}.closing h2{font-size:3.8rem}footer{display:grid;text-align:center;justify-content:center}.footer-brand{justify-content:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.screen-card figure{transition:none}}
 .transcript{max-width:1400px;margin:1rem auto 0;color:#d8e6e2}.transcript summary{cursor:pointer;color:var(--mint);font-weight:750}.transcript p{max-width:78ch;margin:.75rem auto 0;line-height:1.75}
.audiences,.faq{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,7rem);border-top:1px solid var(--line)}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.audience-grid article{padding:1.6rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.audience-grid b{color:var(--teal)}.audience-grid h3{font-size:1.5rem;margin:2rem 0 .75rem}.audience-grid p,.faq-list p{color:var(--muted)}.faq-list{max-width:900px;border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:1.15rem 0}.faq-list summary{cursor:pointer;font-weight:750}.faq-list p{max-width:75ch;margin:.75rem 0 0}@media(max-width:780px){.audience-grid{grid-template-columns:1fr}}
