
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#0d1b2a;--bg2:#0a1622;--card:#112233;--card2:#152a40;--accent:#009E73;--accent2:#21b78b;--text:#fff;--body:#c8dce8;--muted:#8da8c0;--border:#1e3a54;--purple:#8b5cf6;--orange:#f59e0b;--danger:#ff7676;--radius:16px;--radius-sm:10px;--shadow:0 22px 70px rgba(0,0,0,.28)}
html{scroll-behavior:smooth}body{background:var(--bg);color:var(--body);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.65;min-height:100vh}a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(1120px,90%);margin:0 auto}.narrow{width:min(760px,90%);margin:0 auto}
header{position:sticky;top:0;z-index:100;background:rgba(13,27,42,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-weight:800;font-size:21px}.brand img{width:36px;height:36px;border-radius:9px}.nav-links{display:flex;align-items:center;gap:22px}.nav-links a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:600}.nav-links a:hover,.nav-links a.active{color:var(--text)}.lang{border:1px solid var(--border);border-radius:999px;padding:5px 11px}.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:21px;padding:4px 9px}
.hero{padding:82px 0 90px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:56px}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--accent2);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.eyebrow{background:rgba(0,158,115,.12);border:1px solid rgba(0,158,115,.26);border-radius:999px;padding:6px 13px;margin-bottom:24px}.hero h1{font-size:clamp(44px,6vw,68px);line-height:1.04;letter-spacing:-2px;color:var(--text);margin-bottom:22px}.hero h1 span{color:var(--accent)}.hero-copy{font-size:18px;color:var(--muted);max-width:620px;margin-bottom:32px}.actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border-radius:10px;padding:12px 18px;font-size:14px;font-weight:800;border:1px solid var(--border);min-height:46px}.btn-primary{background:var(--accent);color:white;border-color:var(--accent)}.btn-primary:hover{background:#008865}.btn-secondary{color:var(--text);background:rgba(255,255,255,.025)}.btn-secondary:hover{border-color:var(--accent)}.fine{font-size:12px;color:#66849d;margin-top:15px}
.phone-stage{position:relative;min-height:570px}.phone-stage::before{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgba(0,158,115,.18),transparent 68%);left:10%;top:6%}.shot{position:absolute;border-radius:26px;filter:drop-shadow(0 26px 36px rgba(0,0,0,.28))}.shot-main{width:315px;right:10%;top:0;z-index:3}.shot-left{width:255px;left:0;top:145px;z-index:2;opacity:.92}.shot-back{width:235px;right:-5%;top:220px;z-index:1;opacity:.72}
.trust{border-block:1px solid var(--border);background:var(--bg2)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:25px 22px;text-align:center;border-right:1px solid var(--border)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;color:var(--text);font-size:15px;margin-bottom:3px}.trust-item span{font-size:12px;color:var(--muted)}
.section{padding:88px 0}.section.alt{background:var(--bg2);border-block:1px solid var(--border)}.section-head{max-width:720px;margin:0 auto 46px;text-align:center}.section-head .kicker{margin-bottom:12px}.section h2,.page-hero h1{font-size:clamp(30px,4.2vw,44px);line-height:1.1;color:var(--text);letter-spacing:-1px}.section-head p{color:var(--muted);font-size:16px;margin-top:14px}.story-grid,.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.story-copy h2,.split h2{font-size:clamp(29px,3.5vw,42px);line-height:1.12;color:var(--text);letter-spacing:-.8px;margin:12px 0 20px}.story-copy p,.split p{margin:0 0 16px}.quote{border-left:3px solid var(--accent);padding:12px 0 12px 18px;color:var(--text);font-size:18px;margin:25px 0}.lineage{display:grid;gap:13px}.lineage-row{display:grid;grid-template-columns:1fr 42px 1fr;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:15px}.lineage-row strong{color:var(--text);font-size:14px}.arrow{text-align:center;color:var(--accent);font-weight:900}.lineage-row span:last-child{font-size:14px;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:25px}.card:hover{border-color:rgba(0,158,115,.42)}.iconbox{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:rgba(0,158,115,.12);color:var(--accent2);font-size:20px;margin-bottom:16px}.card h3{color:var(--text);font-size:17px;margin-bottom:8px}.card p{color:var(--muted);font-size:14px}.card-link{text-decoration:none;display:block;height:100%}.card-link .card{height:100%}
.screenshot-frame{border:1px solid var(--border);background:#091421;border-radius:20px;padding:18px;box-shadow:var(--shadow)}.screenshot-frame img{border-radius:12px;margin:auto;max-height:620px}.spreadsheet-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.spreadsheet-pair img{border-radius:12px;border:1px solid var(--border)}
.download-card{background:linear-gradient(135deg,rgba(0,158,115,.13),rgba(17,34,51,.92));border:1px solid rgba(0,158,115,.28);border-radius:20px;padding:34px}.download-card h3{font-size:28px;color:var(--text);margin:8px 0 12px}.download-card .actions{margin-top:25px}.mini{font-size:13px;color:var(--muted)}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:22px;text-decoration:none;display:flex;flex-direction:column;min-height:220px}.article-card:hover{border-color:var(--accent);transform:translateY(-2px)}.article-card .tag{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--accent2);font-weight:800}.article-card h3{color:var(--text);font-size:19px;line-height:1.25;margin:9px 0 10px}.article-card p{color:var(--muted);font-size:14px;flex:1}.article-card .read{margin-top:18px;color:var(--text);font-weight:700;font-size:13px}
.coaching{background:linear-gradient(135deg,#112233,#102c2b);border:1px solid #20554c;border-radius:22px;padding:40px;display:grid;grid-template-columns:1.3fr .7fr;gap:35px;align-items:center}.coaching h2{font-size:34px;color:var(--text);margin:8px 0 12px}.coaching p{color:var(--muted)}.coaching-side{background:rgba(13,27,42,.55);border:1px solid var(--border);border-radius:14px;padding:22px}.coaching-side strong{color:var(--text);display:block;margin-bottom:10px}.checklist{list-style:none;display:grid;gap:8px}.checklist li::before{content:"✓";color:var(--accent2);font-weight:900;margin-right:8px}
.cta{padding:90px 0;text-align:center}.cta h2{font-size:clamp(32px,5vw,48px);color:var(--text);margin-bottom:14px}.cta p{color:var(--muted);font-size:17px;margin:0 auto 28px;max-width:600px}.cta .actions{justify-content:center}
footer{border-top:1px solid var(--border);padding:38px 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:start}.foot-brand{display:flex;align-items:center;gap:9px;color:var(--text);font-weight:800}.foot-brand img{width:30px;height:30px;border-radius:7px}.foot-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}.foot-links a{font-size:13px;color:var(--muted);text-decoration:none}.foot-links a:hover,.foot-links a.active{color:var(--text)}.foot-links a.active{font-weight:800}.copyright{font-size:12px;color:var(--muted);margin-top:12px}
.page-hero{padding:66px 0 46px;border-bottom:1px solid var(--border);background:var(--bg2)}.page-hero p{color:var(--muted);font-size:17px;max-width:690px;margin-top:15px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:15px}.breadcrumbs a{text-decoration:none;color:var(--accent2)}
.article{padding:56px 0 90px}.article article{width:min(740px,90%);margin:auto}.article h2{color:var(--text);font-size:25px;margin:35px 0 12px}.article h3{color:var(--text);font-size:18px;margin:27px 0 8px}.article p{font-size:16px;margin:0 0 18px}.article ul,.article ol{padding-left:24px;margin:0 0 20px}.article li{margin-bottom:9px}.callout{background:var(--card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:10px;padding:18px 20px;margin:26px 0}.callout strong{color:var(--text)}.article-nav{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--border);margin-top:45px;padding-top:22px}.article-nav a{color:var(--accent2);text-decoration:none;font-weight:700;font-size:14px}
.legal{padding:54px 0 85px}.legal h2{color:var(--text);font-size:21px;margin:35px 0 12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.legal h3{color:var(--text);font-size:16px;margin:22px 0 8px}.legal p,.legal li{font-size:15px}.legal ul,.legal ol{padding-left:24px;margin-bottom:16px}.legal li{margin-bottom:7px}.legal-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:20px;margin:18px 0}
.note{font-size:12px;color:var(--muted)}.price-placeholder{display:inline-flex;border:1px dashed #416078;color:var(--muted);padding:8px 12px;border-radius:8px;font-size:12px}
@media(max-width:900px){.hero-grid,.story-grid,.split,.coaching{grid-template-columns:1fr}.phone-stage{min-height:520px;max-width:560px;width:100%;margin:auto}.cards,.article-grid{grid-template-columns:repeat(2,1fr)}.coaching-side{max-width:500px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--border)}}
@media(max-width:680px){.nav{height:auto;min-height:64px;padding:12px 0;align-items:center}.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:16px 5%;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.hero{padding:58px 0 68px}.hero-grid{gap:30px}.phone-stage{min-height:430px}.shot-main{width:240px;right:8%}.shot-left{width:185px;top:125px}.shot-back{width:180px;top:190px}.cards,.article-grid,.spreadsheet-pair{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--border)}.trust-item:last-child{border-bottom:0}.section{padding:68px 0}.footer-grid{grid-template-columns:1fr}.foot-links{justify-content:flex-start}.coaching{padding:28px}.article-nav{flex-direction:column}.hero h1{letter-spacing:-1.2px}}

/* Overlapping screenshot carousel. Three screenshots stay visible at once; the controls rotate
   which one takes the front position without losing the layered composition. */
.screenshot-carousel{position:relative}.carousel-stack{position:relative;min-height:570px}.carousel-shot{position:absolute;border-radius:26px;filter:drop-shadow(0 26px 36px rgba(0,0,0,.28));transition:all .38s ease;transform-origin:center center;pointer-events:none}.carousel-shot.slot-main{width:315px;right:10%;top:0;z-index:3;opacity:1;transform:translate(0,0) scale(1)}.carousel-shot.slot-left{width:255px;left:0;top:145px;z-index:2;opacity:.92;transform:translate(0,0) scale(1)}.carousel-shot.slot-back{width:235px;right:-5%;top:220px;z-index:1;opacity:.7;transform:translate(0,0) scale(1)}.carousel-shot.slot-hidden{width:220px;left:50%;top:210px;z-index:0;opacity:0;transform:translate(-50%,18px) scale(.88)}
.carousel-control{position:absolute;z-index:8;bottom:36px;width:42px;height:42px;border-radius:999px;border:1px solid var(--border);background:rgba(13,27,42,.88);color:var(--text);font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(8px);transition:border-color .2s,background .2s,transform .2s}.carousel-control:hover{border-color:var(--accent);background:rgba(0,158,115,.18);transform:translateY(-1px)}.carousel-prev{left:calc(50% - 56px)}.carousel-next{left:calc(50% + 14px)}.carousel-dots{position:absolute;z-index:8;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.carousel-dot{width:6px;height:6px;border-radius:50%;background:#47647b;transition:width .2s,background .2s}.carousel-dot.active{width:18px;border-radius:999px;background:var(--accent)}
@media(max-width:900px){.carousel-stack{min-height:520px}}@media(max-width:680px){.carousel-stack{min-height:430px}.carousel-shot.slot-main{width:240px;right:8%}.carousel-shot.slot-left{width:185px;top:125px}.carousel-shot.slot-back{width:180px;top:190px}.carousel-control{bottom:28px;width:38px;height:38px;font-size:26px}.carousel-dots{bottom:9px}}
