:root{--ink:#191919;--muted:#666;--paper:#fff;--soft:#f7f4f2;--red:#ef2828;--red-dark:#b91919;--green:#0d372f;--line:#e5dfdb;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}img{max-width:100%}.skip-link{position:absolute;left:-999px;top:10px;background:#fff;padding:10px 14px;z-index:100}.skip-link:focus{left:10px}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.header-inner{max-width:1180px;margin:auto;display:flex;align-items:center;gap:26px;padding:14px 24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;font-size:1.25rem;white-space:nowrap}.brand img{width:42px;height:42px;object-fit:contain}.main-nav{display:flex;gap:22px;margin-left:auto;align-items:center}.main-nav a{text-decoration:none;font-weight:700;color:#31443e}.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--red)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;background:var(--red);color:#fff;text-decoration:none;font-weight:900;border:2px solid var(--red);transition:transform .2s ease,background .2s ease}.header-cta:hover,.button:hover{transform:translateY(-2px);background:var(--red-dark);border-color:var(--red-dark)}.button.secondary{background:transparent;color:var(--ink);border-color:var(--ink)}.button.secondary:hover{background:var(--ink);color:#fff}.hero{overflow:hidden;background:linear-gradient(118deg,#0a2520 0%,#111 54%,#4a1717 100%);color:#fff}.hero-inner{max-width:1180px;margin:auto;padding:82px 24px 76px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:54px;align-items:center}.eyebrow{color:#ff5656;text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:.82rem}.hero h1{font-size:clamp(2.5rem,6vw,5.2rem);line-height:.98;letter-spacing:-.055em;margin:18px 0 24px;max-width:900px}.hero p{font-size:clamp(1.05rem,2vw,1.25rem);color:#d8d8d8;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero .button.secondary{color:#fff;border-color:#fff}.hero-card{background:#fff;color:var(--ink);padding:26px;border-radius:var(--radius);box-shadow:0 28px 80px rgba(0,0,0,.28);transform:rotate(2deg)}.hero-card strong{display:block;font-size:1.2rem}.hero-card ul{padding-left:20px;margin-bottom:0}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-inner{max-width:1180px;margin:auto;padding:16px 24px;display:flex;justify-content:center;gap:34px;flex-wrap:wrap;color:#4f4f4f;font-weight:700}.section{max-width:1180px;margin:auto;padding:76px 24px}.section.soft{max-width:none;background:var(--soft)}.section.soft>.section-inner{max-width:1180px;margin:auto}.section-head{max-width:760px;margin-bottom:34px}.section h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}.section-head p{font-size:1.1rem;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;box-shadow:0 8px 26px rgba(20,20,20,.04)}.card .number{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#feeaea;color:var(--red-dark);font-weight:900}.card h3{font-size:1.35rem;margin:18px 0 8px}.card p{color:var(--muted)}.card a.more{display:inline-block;margin-top:10px;color:var(--red-dark);font-weight:900}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-item{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--line)}.price-item strong{display:block;font-size:1.45rem;margin-top:8px}.price-note{margin-top:18px;color:var(--muted);font-size:.95rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}.check-list{list-style:none;padding:0}.check-list li{position:relative;padding:0 0 16px 34px}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--red);font-weight:900}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{counter-increment:step;padding:26px;border-radius:20px;background:#fff;border:1px solid var(--line)}.step:before{content:counter(step);display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--red);color:#fff;font-weight:900}.step h3{margin:18px 0 8px}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:18px;padding:20px 22px;background:#fff}.faq-list summary{cursor:pointer;font-weight:900;font-size:1.05rem}.faq-list p{color:var(--muted)}.cta-section{margin:0 24px 76px;border-radius:32px;background:#191919;color:#fff}.cta-inner{max-width:1080px;margin:auto;padding:58px 36px;text-align:center}.cta-inner h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:0 0 14px}.cta-inner p{color:#d4d4d4;max-width:700px;margin:0 auto 26px}.breadcrumbs{max-width:1180px;margin:auto;padding:18px 24px;font-size:.92rem;color:var(--muted)}.breadcrumbs a{color:var(--red-dark)}.site-footer{background:#0b2520;color:#fff}.footer-inner{max-width:1180px;margin:auto;padding:50px 24px;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.site-footer h2,.site-footer h3{margin-top:0}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.site-footer a{color:#d5dfdc;text-decoration:none}.site-footer a:hover{text-decoration:underline;color:#fff}.footer-note{border-top:1px solid rgba(255,255,255,.15);max-width:1180px;margin:auto;padding:18px 24px 30px;color:#b7c8c3;font-size:.9rem}@media (max-width:900px){.main-nav{display:none}.header-inner{gap:14px}.header-cta{margin-left:auto;padding:0 14px}.hero-inner,.two-col{grid-template-columns:1fr}.hero-card{max-width:520px;transform:none}.cards,.price-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:620px){.header-inner{padding:10px 16px}.brand{font-size:1.05rem}.brand img{width:36px;height:36px}.header-cta{min-height:42px;font-size:.9rem}.hero-inner{padding:60px 18px 54px}.hero h1{font-size:2.8rem}.section{padding:58px 18px}.cards,.price-grid,.steps,.footer-inner{grid-template-columns:1fr}.trust-inner{justify-content:flex-start;gap:14px}.cta-section{margin:0 12px 58px}.cta-inner{padding:46px 20px}}
