
:root{--orange:#ff9500;--dark:#101820;--muted:#68707a;--light:#fff7ec;--line:#eee1d2;--white:#fff;--black:#0e0f12}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--dark);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}.topbar{background:#101820;color:#fff;font-size:14px;padding:9px 0}.wrap{width:min(1180px,92%);margin:auto}.topbar .wrap,.nav .wrap,.hero .wrap,.split,.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar span{margin-right:22px}.nav{position:sticky;top:0;background:#fff;z-index:20;box-shadow:0 6px 28px rgba(0,0,0,.06)}.nav .wrap{padding:17px 0}.brand{font-weight:900;font-size:22px;letter-spacing:-.5px}.brand b{color:var(--orange)}.menu{display:flex;gap:30px;align-items:center;font-weight:700}.btn,.menu .book,.hero a.btn{display:inline-block;background:var(--orange);color:#fff;padding:13px 22px;border-radius:999px;font-weight:800;box-shadow:0 12px 24px rgba(255,149,0,.25);border:0}.btn.dark{background:var(--dark)}.hero{background:linear-gradient(135deg,#fff8ee 0%,#fff 55%,#fff3dd 100%);padding:85px 0 70px;overflow:hidden}.hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:56px}.eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:13px}h1{font-size:58px;line-height:1.02;margin:12px 0 18px;letter-spacing:-2px}h2{font-size:38px;line-height:1.12;margin:10px 0 14px;letter-spacing:-1px}h3{font-size:21px;margin:0 0 8px}.lead{font-size:19px;color:#47515c;max-width:650px}.hero-img{position:relative}.hero-img img,.rounded-img{width:100%;border-radius:32px;box-shadow:0 24px 60px rgba(0,0,0,.16);object-fit:cover}.hero-img img:nth-child(2){position:absolute;width:45%;right:-18px;bottom:-45px;border:8px solid #fff;border-radius:24px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}.pill{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 12px 34px rgba(0,0,0,.06)}.pill strong{display:block;color:#111}.section{padding:78px 0}.section.alt{background:#fff8ee}.split{display:grid;grid-template-columns:1fr 1fr;gap:54px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 16px 40px rgba(0,0,0,.06)}.card .icon{width:46px;height:46px;background:#fff1db;color:var(--orange);border-radius:14px;display:grid;place-items:center;font-size:24px;margin-bottom:18px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.stat{background:#101820;color:#fff;border-radius:22px;padding:24px;text-align:center}.stat b{font-size:34px;color:var(--orange);display:block}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step{padding:24px;border-left:4px solid var(--orange);background:#fff;border-radius:18px}.why{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.why .card{padding:22px}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;margin-bottom:10px}.faq{max-width:900px;margin:24px auto 0}.faq details{border:1px solid var(--line);border-radius:16px;padding:18px 22px;margin-bottom:12px;background:#fff}.faq summary{font-weight:800;cursor:pointer}.cta{background:#101820;color:#fff;text-align:center;padding:70px 0}.cta h2{color:#fff}.form{display:grid;gap:12px}.form input,.form textarea{width:100%;border:1px solid #ddd;border-radius:12px;padding:14px 16px;font:inherit}.footer{background:#0c1118;color:#fff;padding:62px 0 28px}.footer-grid{align-items:flex-start;display:grid;grid-template-columns:1.3fr .8fr .8fr 1.1fr}.footer p,.footer li{color:#c7ced8}.footer ul{list-style:none;padding:0}.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:22px;color:#c7ced8;display:flex;justify-content:space-between}.popup{position:fixed;right:22px;bottom:22px;background:#fff;border-radius:24px;box-shadow:0 22px 70px rgba(0,0,0,.22);width:min(380px,calc(100% - 44px));padding:22px;z-index:99;border:1px solid var(--line)}.popup img{width:70px;height:70px;object-fit:cover;border-radius:16px;float:left;margin-right:14px}.popup .no{display:inline-block;margin-left:8px;color:#777;font-weight:800}.subhero{background:#fff8ee;padding:62px 0;text-align:center}.price{font-size:28px;color:var(--orange);font-weight:900}.logos{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.logos img{max-width:100%;background:#fff;border:1px solid var(--line);padding:12px;border-radius:14px}.embed-box{border:2px dashed #f2bf72;border-radius:22px;padding:30px;background:#fffdf8;text-align:center}code{background:#101820;color:#fff;padding:2px 6px;border-radius:6px}@media(max-width:850px){.hero .wrap,.split,.footer-grid{grid-template-columns:1fr}.features,.cards,.stats,.steps,.why,.testimonials,.logos{grid-template-columns:1fr}.menu{display:none}h1{font-size:42px}.hero-img img:nth-child(2){position:relative;width:100%;right:0;bottom:0;margin-top:16px}.copy{display:block}.popup{display:none}}