:root{--ink:#171225;--purple:#4c267c;--purple2:#6f3cb4;--teal:#00a8a8;--blue:#0874b9;--green:#7cc242;--foam:#f5fbfa;--white:#fff;--line:#d8e9e6;--muted:#526267;--sun:#f2c94c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);font-size:16px;line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.concept{background:var(--ink);color:#fff;text-align:center;padding:8px 16px;font-size:.78rem;letter-spacing:.08em}.top{background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.nav{height:82px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin-right:auto}.mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--purple),var(--teal));font-size:1.35rem;font-weight:900}.brand b{font-size:1.05rem;line-height:1.1;letter-spacing:.03em}.brand small{display:block;color:var(--teal);font-weight:800;letter-spacing:.13em;font-size:.62rem}.links{display:flex;align-items:center;gap:24px}.links a{text-decoration:none;font-weight:750;font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:14px 22px;background:var(--purple);color:#fff;text-decoration:none;font-weight:850;box-shadow:0 10px 24px rgba(76,38,124,.18);transition:.2s}.btn:hover{transform:translateY(-2px);background:var(--purple2)}.btn.alt{background:#fff;color:var(--purple);border:2px solid var(--purple);box-shadow:none}.btn.teal{background:var(--teal)}.menu{display:none;background:none;border:0;font-size:1.5rem}.hero{min-height:680px;display:grid;grid-template-columns:.88fr 1.12fr;background:linear-gradient(135deg,#eefcfa,#f4effb)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:70px max(36px,calc((100vw - 1180px)/2)) 70px max(36px,calc((100vw - 1180px)/2));padding-right:54px}.eyebrow{font-weight:900;color:var(--teal);letter-spacing:.16em;text-transform:uppercase;font-size:.78rem}.hero h1,.page-hero h1{font-size:clamp(3.1rem,6vw,6.7rem);line-height:.88;margin:18px 0 26px;letter-spacing:-.065em}.hero h1 em{font-style:normal;color:var(--purple)}.hero p{font-size:1.22rem;max-width:620px;color:#39484d}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:27px 0 22px}.mini{display:flex;gap:22px;flex-wrap:wrap;color:#35484e;font-weight:750;font-size:.92rem}.hero-photo{position:relative;min-height:680px;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,18,37,.08),transparent 36%)}.badge{position:absolute;right:25px;bottom:25px;background:rgba(23,18,37,.86);color:white;padding:15px 18px;border-radius:14px;font-weight:850}.stripe{background:var(--purple);color:white}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.2)}.trust div{padding:25px 28px;background:rgba(255,255,255,.04)}.trust strong{display:block;color:#76eee4;text-transform:uppercase;font-size:.7rem;letter-spacing:.13em}.section{padding:92px 0}.section.soft{background:var(--foam)}.head{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:42px}.head h2{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1;margin:8px 0;letter-spacing:-.045em}.head p{color:var(--muted);font-size:1.08rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;box-shadow:0 12px 35px rgba(17,56,68,.06)}.num{width:44px;height:44px;border-radius:13px;background:#e1f7f4;color:var(--purple);display:grid;place-items:center;font-weight:900}.card h3{font-size:1.35rem;margin:20px 0 8px}.card p{color:var(--muted)}.card a{color:var(--purple);font-weight:850;text-decoration:none}.split{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.split img{width:100%;height:100%;object-fit:cover}.panel{padding:80px max(40px,calc((100vw - 1180px)/2));padding-left:70px;display:flex;flex-direction:column;justify-content:center;background:var(--ink);color:white}.panel h2{font-size:clamp(2.3rem,4vw,4.4rem);line-height:1;margin:14px 0 24px}.checks{list-style:none;padding:0}.checks li{margin:12px 0;padding-left:28px;position:relative}.checks li:before{content:"✓";position:absolute;left:0;color:#6ee0d8;font-weight:900}.proof-note{border:2px dashed #9fcac4;border-radius:20px;padding:30px;background:#fff}.map{background:linear-gradient(135deg,#d7f3ef,#e4ddf4);min-height:360px;border-radius:25px;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.map:before{content:"";position:absolute;inset:-20%;background:repeating-linear-gradient(40deg,transparent 0 54px,rgba(76,38,124,.08) 55px 59px)}.map-card{position:relative;background:#fff;padding:22px;border-radius:16px;width:min(340px,100%);box-shadow:0 16px 35px rgba(0,0,0,.12)}.cta{background:linear-gradient(120deg,var(--purple),#261942 65%,var(--teal));color:#fff;border-radius:30px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:clamp(2.1rem,4vw,4rem);line-height:1;margin:0 0 12px}.footer{background:#100b1e;color:#d9d3e4;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer a{color:#fff;text-decoration:none;display:block;margin:8px 0}.fine{margin-top:40px;padding-top:20px;border-top:1px solid #342b49;font-size:.78rem;color:#aaa1b8}.page-hero{padding:100px 0 75px;background:linear-gradient(135deg,#e5faf7,#eee6f7)}.page-hero h1{max-width:900px;font-size:clamp(3.5rem,7vw,6.8rem)}.page-hero p{font-size:1.2rem;max-width:720px;color:var(--muted)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.feature{border-left:5px solid var(--teal);padding:10px 0 10px 25px;margin:30px 0}.gallery{display:grid;grid-template-columns:1.35fr .65fr;grid-auto-rows:280px;gap:16px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery img:first-child{grid-row:span 2}.form{display:grid;gap:16px}.form label{font-weight:800}.form input,.form textarea,.form select{width:100%;padding:15px 16px;border:1px solid #b8d0cc;border-radius:12px;font:inherit}.form textarea{min-height:140px}.notice{background:#fff5ce;border-left:5px solid var(--sun);padding:18px 20px;border-radius:10px;color:#514516}.confirm{font-size:.85rem;color:#6d5d1d}.mobilebar{display:none}.photo-disclosure{font-size:.78rem;color:#62777b;margin-top:12px}
@media(max-width:900px){.links{display:none}.menu{display:block}.hero{grid-template-columns:1fr}.hero-copy{padding:62px 28px}.hero-photo{min-height:480px}.trust,.cards{grid-template-columns:1fr}.head,.split,.content-grid{grid-template-columns:1fr}.panel{padding:60px 28px}.footer-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr;grid-auto-rows:260px}.gallery img:first-child{grid-row:auto}.cta{padding:38px;display:block}.cta .actions{margin-bottom:0}.mobilebar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;background:#fff;border-top:1px solid var(--line);padding:10px 16px;gap:10px}.mobilebar .btn{flex:1;padding:12px}.footer{padding-bottom:100px}}
@media(max-width:560px){.wrap{width:min(100% - 28px,1180px)}.concept{font-size:.67rem}.nav{height:70px}.brand b{font-size:.9rem}.hero h1{font-size:3.45rem}.hero-photo{min-height:370px}.section{padding:68px 0}.footer-grid{grid-template-columns:1fr}.mini{display:grid;gap:8px}.page-hero{padding:70px 0 52px}.page-hero h1{font-size:3.4rem}.cta{border-radius:20px;padding:30px 24px}}
