:root {
  --navy: #17324d;
  --navy-deep: #10263a;
  --navy-soft: #284967;
  --orange: #d9572b;
  --orange-dark: #bd4721;
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #17232e;
  --muted: #65717b;
  --line: #d9dedf;
  --success: #176b51;
  --warning: #875b00;
  --shadow: 0 18px 55px rgba(16, 38, 58, .14);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-180%); background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.announcement { background: var(--orange); color: #fff; font-size: .88rem; font-weight: 700; }
.announcement-inner { display: flex; gap: 12px; justify-content: center; align-items: center; padding: 9px 0; text-align: center; }
.announcement-dot { width: 4px; height: 4px; border-radius: 999px; background: currentColor; opacity: .7; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.96); border-bottom: 1px solid rgba(23,50,77,.10); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); }
.brand-mark { width: 42px; height: 42px; display: inline-flex; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { letter-spacing: .025em; font-size: 1.02rem; }
.brand-copy em { font-family: Georgia, serif; font-weight: 400; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a { text-decoration: none; font-weight: 750; font-size: .93rem; color: var(--navy); }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--orange); }
.nav-cta { padding: 11px 16px; border-radius: 999px; background: var(--navy); color: #fff !important; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { width: 25px; height: 2px; background: var(--navy); display: block; margin: 5px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f3e9, #ffffff 58%, #edf2f3); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: repeating-linear-gradient(120deg, transparent 0 48px, rgba(23,50,77,.06) 48px 50px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; min-height: 690px; padding-block: 72px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .11em; font-weight: 850; font-size: .76rem; color: var(--orange); }
.eyebrow span { width: 36px; height: 2px; background: currentColor; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.3rem); letter-spacing: -.045em; margin: 18px 0 24px; }
h1 em { color: var(--orange); font-weight: 500; }
.hero-lead { font-size: 1.18rem; color: #46535e; max-width: 660px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin: 30px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 13px 21px; border-radius: 11px; border: 2px solid transparent; text-decoration: none; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 26px rgba(217,87,43,.24); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { color: var(--navy); border-color: var(--navy); background: transparent; }
.button-secondary:hover { background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.6); }
.button-outline-light:hover { background: #fff; color: var(--navy); }
.button-cream { background: var(--cream); color: var(--navy); }
.button-full { width: 100%; }
.button[aria-disabled="true"], .button:disabled { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.hero-checks { display: grid; gap: 8px; list-style: none; padding: 0; margin: 0; font-weight: 700; color: #3d4b56; }
.hero-checks span { color: var(--success); margin-right: 8px; }
.hero-visual { position: relative; min-height: 510px; }
.hero-glow { position: absolute; width: 440px; height: 440px; right: 4%; top: 4%; border-radius: 50%; background: rgba(217,87,43,.13); filter: blur(2px); }
.mockup { position: absolute; width: min(285px, 45vw); border-radius: 4px; box-shadow: 0 25px 55px rgba(16,38,58,.25); }
.mockup-back { right: 0; top: 52px; transform: rotate(7deg); }
.mockup-middle { left: 80px; top: 105px; transform: rotate(-7deg); }
.mockup-front { left: 170px; top: 16px; z-index: 3; }
.instant-card { position: absolute; z-index: 5; right: 5px; bottom: 30px; background: var(--navy); color: #fff; padding: 17px 20px; border-radius: 12px; box-shadow: var(--shadow); display: grid; }
.instant-card span { opacity: .8; font-size: .82rem; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 24px 18px; display: grid; grid-template-columns: 34px 1fr; column-gap: 10px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:last-child { border-right: 0; }
.mini-icon { grid-row: 1 / 3; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.12); display: grid; place-items: center; }
.trust-grid strong { line-height: 1.2; }
.trust-grid small { opacity: .72; }

.section { padding: 92px 0; }
.section-light { background: var(--cream); }
.section-heading { max-width: 780px; margin-bottom: 45px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .legal-hero h1, .page-hero h1 { font-size: clamp(2.35rem, 4.5vw, 4rem); margin: 12px 0 17px; letter-spacing: -.03em; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { background: #fff; border: 1px solid rgba(23,50,77,.10); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 30px rgba(16,38,58,.07); }
.product-card.featured-product { grid-column: span 3; display: grid; grid-template-columns: .82fr 1.18fr; }
.product-cover-wrap { min-height: 330px; padding: 28px; background: linear-gradient(145deg, #eef2f2, #fbf7ef); display: grid; place-items: center; }
.product-cover-wrap img { max-height: 300px; filter: drop-shadow(0 14px 20px rgba(16,38,58,.22)); }
.featured-product .product-cover-wrap { min-height: 480px; }
.featured-product .product-cover-wrap img { max-height: 420px; }
.product-copy { padding: 26px; }
.product-copy h3 { font-size: 1.65rem; margin: 8px 0 12px; }
.product-copy p, .product-copy li { color: var(--muted); }
.product-label { color: var(--orange); text-transform: uppercase; letter-spacing: .1em; font-weight: 850; font-size: .7rem; }

.problem-section { background: #fff; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.problem-copy h2, .audience-copy h2 { font-size: clamp(2.3rem, 4vw, 3.7rem); margin: 14px 0 20px; }
.quote-panel { margin-top: 30px; padding: 24px; border-left: 5px solid var(--orange); background: var(--cream); font-family: Georgia, serif; font-size: 1.18rem; }
.benefit-list { display: grid; gap: 14px; }
.benefit-list article { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.benefit-list article > span { width: 50px; height: 50px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 850; }
.benefit-list h3 { margin: 0 0 5px; }
.benefit-list p { margin: 0; color: var(--muted); }

.pricing-section { background: var(--navy-deep); }
.on-dark h2, .on-dark p, .on-dark .section-kicker { color: #fff; }
.on-dark p { opacity: .72; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); color: #fff; padding: 30px; }
.price-card.popular { background: #fff; color: var(--ink); transform: translateY(-12px); box-shadow: 0 25px 65px rgba(0,0,0,.26); }
.price-card h3 { color: inherit; font-size: 1.8rem; margin: 7px 0 9px; }
.price-card-top p, .payment-note { opacity: .76; }
.tier { text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 900; color: var(--orange); }
.price { font-size: 4.1rem; font-weight: 900; line-height: 1; margin-top: 20px; }
.price span { font-size: 1.4rem; vertical-align: top; }
.price sup { font-size: 1.4rem; }
.price-features { list-style: none; padding: 0; margin: 22px 0 28px; flex: 1; }
.price-features li { padding: 9px 0 9px 25px; position: relative; border-bottom: 1px solid rgba(127,127,127,.2); }
.price-features li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.popular-ribbon { position: absolute; right: 22px; top: -13px; background: var(--orange); color: #fff; border-radius: 999px; padding: 7px 13px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.popular .button-primary { color: #fff; }
.card-emphasis { display: block; text-align: center; margin-top: 13px; color: var(--muted); }
.pricing-footnote { color: rgba(255,255,255,.65); text-align: center; max-width: 850px; margin: 30px auto 0; font-size: .88rem; }
.guarantee-bar { margin: 42px auto 0; max-width: 940px; display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 18px; background: var(--cream); color: var(--navy); border-radius: 16px; padding: 18px 22px; }
.guarantee-icon { width: 58px; height: 58px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 1.2rem; }
.guarantee-bar p { margin: 3px 0 0; color: var(--muted); }
.guarantee-bar a { color: var(--orange); font-weight: 850; }

.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 730px; }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: center; }
th:first-child, tbody th { text-align: left; }
thead th { background: var(--navy); color: #fff; }
thead span { opacity: .72; }
.popular-col { background: rgba(217,87,43,.08); }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps-grid article { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 28px; }
.step-number { width: 46px; height: 46px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; font-weight: 900; margin-bottom: 18px; }
.steps-grid h3 { font-size: 1.45rem; margin-bottom: 8px; }
.steps-grid p { color: var(--muted); }

.audience-section { background: #fff; }
.audience-panel { background: var(--navy); color: #fff; border-radius: 24px; padding: 45px; }
.audience-panel h2 { color: #fff; font-size: 2.7rem; }
.panel-badge { display: inline-block; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 6px 12px; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.audience-tags span { border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.1); }
.text-link { color: var(--orange); font-weight: 850; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.faq-intro h2 { font-size: 3rem; margin: 10px 0 15px; }
.accordion details { border-top: 1px solid var(--line); padding: 18px 0; }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; list-style: none; color: var(--navy); font-weight: 850; font-size: 1.07rem; }
.accordion p { color: var(--muted); }

.final-cta { background: var(--orange); color: #fff; padding: 62px 0; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta h2 { color: #fff; font-size: 2.8rem; margin: 7px 0; }
.section-kicker.light { color: #fff; }

.site-footer { background: #0b1d2d; color: rgba(255,255,255,.78); padding: 58px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 35px; }
.light-brand { color: #fff; }
.footer-brand p { max-width: 390px; }
.site-footer h3 { color: #fff; font-size: 1.06rem; font-family: inherit; }
.site-footer a:not(.brand) { display: block; color: inherit; text-decoration: none; padding: 4px 0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .85rem; }

/* Interior pages */
.page-hero, .legal-hero { background: var(--cream); border-bottom: 1px solid rgba(23,50,77,.1); padding: 68px 0; }
.page-hero p, .legal-hero p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.breadcrumbs { font-size: .84rem; color: var(--muted); margin-bottom: 18px; }
.breadcrumbs a { color: var(--orange); }
.content-shell { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 55px; padding: 70px 0 95px; }
.toc { position: sticky; top: 110px; align-self: start; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 18px; }
.toc strong { display: block; color: var(--navy); margin-bottom: 8px; }
.toc a { display: block; color: var(--muted); text-decoration: none; padding: 5px 0; font-size: .9rem; }
.toc a:hover { color: var(--orange); }
.prose { max-width: 850px; }
.prose h2 { margin-top: 44px; font-size: 2rem; }
.prose h3 { margin-top: 28px; font-size: 1.35rem; }
.prose p, .prose li { color: #43515c; }
.prose a { color: var(--orange); }
.notice { border-left: 5px solid var(--orange); background: var(--cream); padding: 18px 20px; margin: 24px 0; border-radius: 0 10px 10px 0; }
.notice strong { color: var(--navy); }
.meta-line { color: var(--muted); font-size: .9rem; }

/* Service page */
.service-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; padding: 65px 0 95px; }
.contact-cards { display: grid; gap: 16px; align-content: start; }
.contact-card, .form-card, .checkout-card, .order-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 25px; box-shadow: 0 12px 30px rgba(16,38,58,.06); }
.contact-card h2, .form-card h2 { font-size: 1.65rem; }
.contact-value { font-size: 1.25rem; font-weight: 900; color: var(--navy); word-break: break-word; }
.contact-card a { color: var(--orange); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 800; color: var(--navy); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #bdc7cc; border-radius: 9px; padding: 12px 13px; background: #fff; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(217,87,43,.18); border-color: var(--orange); }
.field textarea { min-height: 150px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: 22px 1fr; gap: 9px; align-items: start; }
.checkbox input { margin-top: 4px; }
.form-status { margin-top: 13px; padding: 11px 13px; border-radius: 8px; display: none; }
.form-status.visible { display: block; }
.form-status.success { background: #e7f5ef; color: var(--success); }
.form-status.error { background: #fff1ee; color: #922f16; }
.honeypot { position: absolute; left: -9999px; }

/* Checkout */
.checkout-section { padding: 62px 0 95px; background: linear-gradient(180deg, var(--cream), #fff); }
.checkout-layout { display: grid; grid-template-columns: 1fr 410px; gap: 35px; align-items: start; }
.checkout-card h1 { font-size: 2.7rem; }
.checkout-card .secure-note { display: flex; gap: 10px; padding: 14px; background: #edf7f3; color: var(--success); border-radius: 10px; font-weight: 750; }
.checkout-steps { list-style: none; padding: 0; counter-reset: checkout; }
.checkout-steps li { position: relative; padding: 12px 0 12px 42px; border-bottom: 1px solid var(--line); }
.checkout-steps li::before { counter-increment: checkout; content: counter(checkout); position: absolute; left: 0; top: 12px; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: .8rem; font-weight: 900; }
.order-card { position: sticky; top: 110px; }
.order-card h2 { font-size: 1.55rem; }
.order-row { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.order-total { font-size: 1.35rem; color: var(--navy); font-weight: 900; }
.checkout-agreement { margin: 18px 0; }
.checkout-admin-note { display: none; background: #fff8df; color: var(--warning); border: 1px solid #ead18b; border-radius: 9px; padding: 12px; font-size: .9rem; }
.checkout-admin-note.visible { display: block; }
.payment-logos { text-align: center; color: var(--muted); font-size: .82rem; margin-top: 14px; }

.status-page { min-height: 68vh; display: grid; place-items: center; padding: 70px 20px; background: var(--cream); }
.status-card { max-width: 670px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 46px; box-shadow: var(--shadow); }
.status-icon { width: 74px; height: 74px; border-radius: 50%; background: #e7f5ef; color: var(--success); display: grid; place-items: center; margin: 0 auto 20px; font-size: 2rem; font-weight: 900; }
.status-card h1 { font-size: 2.8rem; }

@media (max-width: 980px) {
  .primary-nav { position: fixed; inset: 112px 20px auto; display: none; padding: 20px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero-grid, .split-grid, .service-grid, .checkout-layout { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 55px; gap: 25px; }
  .hero-visual { min-height: 520px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card.featured-product { grid-column: span 2; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 670px; margin-inline: auto; }
  .price-card.popular { transform: none; order: -1; }
  .steps-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .content-shell { grid-template-columns: 1fr; }
  .toc { position: static; }
  .order-card { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .announcement-inner span:last-child, .announcement-dot { display: none; }
  .brand-copy strong { font-size: .88rem; }
  .brand-copy small { display: none; }
  .hero-grid { min-height: auto; }
  h1 { font-size: 3rem; }
  .hero-visual { min-height: 390px; }
  .mockup { width: 190px; }
  .mockup-back { top: 55px; }
  .mockup-middle { left: 10px; top: 105px; }
  .mockup-front { left: 86px; }
  .instant-card { right: 0; bottom: 7px; }
  .trust-grid, .product-grid, .product-card.featured-product, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .product-card.featured-product { grid-column: span 1; display: block; }
  .product-cover-wrap, .featured-product .product-cover-wrap { min-height: 330px; }
  .featured-product .product-cover-wrap img { max-height: 300px; }
  .section { padding: 68px 0; }
  .guarantee-bar { grid-template-columns: 56px 1fr; }
  .guarantee-bar a { grid-column: 1 / -1; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
}
