:root{--ink:#242126;--muted:#665e5d;--cream:#fffaf4;--paper:#fff;--orange:#e65d16;--red:#d72e48;--gold:#ffc247;--line:#f0e4d8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5}a{color:inherit}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.preview{background:#29242a;color:white;text-align:center;padding:8px;font-size:12px;letter-spacing:.06em}.bar{height:5px;background:linear-gradient(90deg,var(--gold),#ff871e,var(--red))}header{background:rgba(255,250,244,.96);border-bottom:1px solid var(--line)}nav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}.brand{font-weight:850;font-size:23px;letter-spacing:-.06em;text-decoration:none}.brand span{color:var(--orange)}.parent{font-size:11px;letter-spacing:.07em;color:var(--muted);font-weight:650}.links{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:650}.links a{text-decoration:none}.btn{display:inline-block;background:var(--orange);color:#fff;padding:14px 21px;border-radius:10px;text-decoration:none;font-weight:750;box-shadow:0 7px 17px #e65d1626}.btn:hover{background:#c7470a}.btn.ghost{background:white;color:var(--ink);border:1px solid var(--line);box-shadow:none}.hero{position:relative;overflow:hidden;padding:100px 0 85px;background:radial-gradient(circle at 87% 23%,#ffe5ba 0,transparent 34%),radial-gradient(circle at 10% 100%,#ffefe9 0,transparent 28%)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:62px}.eyebrow{display:inline-block;color:#a63e15;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}h1{font-size:clamp(43px,5.8vw,75px);line-height:1.04;letter-spacing:-.065em;margin:18px 0 23px;max-width:700px}h1 em{font-style:normal;background:linear-gradient(95deg,#eb8d16,#df3c42);color:transparent;background-clip:text}.lead{font-size:19px;color:#514a49;max-width:590px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.note{font-size:13px;color:var(--muted);margin-top:18px}.illustration{background:#fff;border:1px solid #f1dfcf;border-radius:24px;padding:24px;box-shadow:0 23px 55px #9a5b2220;transform:rotate(2deg)}.illustration .top{display:flex;align-items:center;justify-content:space-between;font-weight:800}.dots{display:flex;gap:5px}.dots i{width:8px;height:8px;background:#ffc34b;border-radius:50%}.dots i:nth-child(2){background:#fa8424}.dots i:nth-child(3){background:#e9374e}.tile{border:1px solid var(--line);background:#fffaf5;border-radius:13px;padding:18px;margin-top:18px}.tile strong{display:block;font-size:16px}.tile small{color:var(--muted)}.tag{display:inline-block;background:#fff0da;color:#9f4016;border-radius:99px;padding:5px 10px;font-size:11px;font-weight:800}.arrow{font-size:30px;color:var(--orange);text-align:center;margin:4px}.result{background:#fff2e6;border:1px solid #fbd7b8}.section{padding:80px 0}.section h2{font-size:clamp(31px,3.4vw,45px);letter-spacing:-.05em;line-height:1.13;margin:10px 0 15px}.section-intro{color:var(--muted);max-width:650px;margin:0 0 32px}.steps,.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.step,.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px}.number{background:#fff0d7;color:#a54516;width:35px;height:35px;border-radius:9px;display:grid;place-items:center;font-weight:850}.step h3,.card h3{margin:18px 0 7px;font-size:20px}.step p,.card p{color:var(--muted);font-size:14px;margin:0}.packages{background:#fff5eb;border-block:1px solid #f4e1ce}.cards{grid-template-columns:repeat(4,1fr)}.card{display:flex;flex-direction:column}.card .kicker{color:#a24316;text-transform:uppercase;font-size:11px;font-weight:850;letter-spacing:.1em}.card h3{margin:12px 0}.card .price{font-size:29px;font-weight:850;letter-spacing:-.045em;margin:0 0 10px}.card .price small{font-size:12px;font-weight:600;letter-spacing:0;color:var(--muted)}.card p{flex:1}.card a{font-weight:750;color:#bd4b12;margin-top:22px;font-size:14px}.card.feature{border:2px solid #ee8e3a;box-shadow:0 12px 30px #dc6e1921}.fine{font-size:12px;color:#786e6b;margin-top:19px}.cta{background:#262127;color:#fff;padding:69px 0}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:-.05em;margin:0 0 10px}.cta p{color:#e3d8d0;margin:0}.cta .btn{white-space:nowrap}footer{padding:34px 0;color:#6f6561;font-size:13px}.foot{display:flex;justify-content:space-between;gap:20px}footer a{color:#b94718}@media(max-width:800px){.hero{padding:65px 0}.hero-grid{grid-template-columns:1fr;gap:38px}.illustration{max-width:520px;transform:none}.steps{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.links a:not(.btn){display:none}.cta .wrap{display:block}.cta .btn{margin-top:25px}}@media(max-width:510px){.cards{grid-template-columns:1fr}.foot{display:block}.links .btn{padding:10px 12px;font-size:12px}.brand{font-size:20px}}
:focus-visible{outline:3px solid #a63e15;outline-offset:4px}.error-toast{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:1000;background:#fff;border:2px solid var(--red);border-radius:10px;padding:16px;display:flex;gap:16px;max-width:calc(100% - 32px)}.error-toast button{font:inherit;cursor:pointer}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

