:root {
  --blue: #347fa2;
  --blue-dark: #2d5368;
  --blue-deep: #244756;
  --blue-pale: #eaf4f8;
  --blue-paler: #f5fafc;
  --slate: #3d4d56;
  --ink: #1f2b31;
  --muted: #677780;
  --line: #d9e2e7;
  --paper: #ffffff;
  --soft: #f7f8f8;
  --shadow: 0 16px 40px rgba(29, 65, 82, .10);
  --radius: 18px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .7rem 1rem;
  background: #111;
  color: white;
  border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-tint { background: var(--blue-paler); border-top: 1px solid #eef3f5; border-bottom: 1px solid #eef3f5; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(217,226,231,.85);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.12; }
.brand-name { font-weight: 800; letter-spacing: .035em; color: var(--blue); font-size: 2.3rem; }
.brand-tagline { font-size: .82rem; color: var(--muted); margin-top: .22rem; }
.nav { display: flex; align-items: center; gap: 24px; font-size: .91rem; font-weight: 600; }
.nav a { text-decoration: none; color: #36454d; }
.nav a:hover { color: var(--blue); }
.nav-cta { border: 1px solid var(--blue); color: var(--blue)!important; border-radius: 999px; padding: .58rem .9rem; }
.nav-cta:hover { background: var(--blue-pale); }

.hero { padding-top: 108px; padding-bottom: 96px; background: linear-gradient(180deg, #fff 0%, #fff 72%, #f8fbfc 100%); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 74px; align-items: center; }
.eyebrow { margin: 0 0 .8rem; color: var(--blue); text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 800; }
h1, h2, h3 { color: #21333c; line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.6rem, 5vw, 4.9rem); letter-spacing: -.04em; margin-bottom: 1.5rem; max-width: 900px; }
.hero-copy h1 { font-size: clamp(2.08rem, 4vw, 3.92rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); letter-spacing: -.03em; margin-bottom: 1.1rem; }
h3 { font-size: 1.2rem; margin-bottom: .7rem; }
.hero-lead { font-size: 1.2rem; color: #4d606a; max-width: 760px; }
.hero-actions { display: flex; gap: 12px; margin: 2rem 0 1.2rem; flex-wrap: wrap; }
.microcopy { color: var(--muted); font-size: .84rem; max-width: 660px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: .72rem 1.15rem;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 750;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { color: white; background: var(--blue); box-shadow: 0 9px 24px rgba(52,127,162,.22); }
.button.primary:hover { background: #2e7596; box-shadow: 0 12px 28px rgba(52,127,162,.28); }
.button.secondary { color: var(--blue-dark); background: white; border-color: #bdd3dd; }
.button.secondary:hover { background: var(--blue-paler); }
.hero-card { padding: 34px; border: 1px solid #c9dde6; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card h2 { font-size: 1.65rem; }
.hero-card p { color: #53666f; }
.depth-mark { width: 72px; margin-bottom: 26px; }
.depth-mark span { display: block; height: 5px; background: var(--blue); border-radius: 3px; margin: 6px 0; }
.depth-mark span:nth-child(2){ width: 78%; opacity: .75; }
.depth-mark span:nth-child(3){ width: 56%; opacity: .5; }
.trust-line { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .93rem; color: #52636c; }

.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading > p:last-child { color: #60717a; font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 14px; min-height: 220px; }
.feature-card p { color: #60717a; margin-bottom: 0; }
.feature-number { display: inline-block; margin-bottom: 2rem; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.deliverables { margin-top: 22px; padding: 32px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: center; background: var(--blue-deep); color: white; border-radius: 16px; }
.deliverables h3 { color: white; font-size: 1.7rem; margin-bottom: 0; }
.deliverables .eyebrow { color: #a9d3e4; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; margin: .5rem 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #91cce3; font-weight: 800; }
.assurance-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.assurance-item { padding: 20px 22px; border-left: 3px solid var(--blue); background: white; }
.assurance-item strong, .assurance-item span { display:block; }
.assurance-item span { color: var(--muted); font-size: .88rem; margin-top: .35rem; }

.pricing-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; }
.pricing-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.pricing-table th { background: var(--slate); color: white; text-align: left; font-size: .88rem; }
.pricing-table th, .pricing-table td { padding: 16px 18px; }
.pricing-table td { border-top: 1px solid var(--line); }
.pricing-table tbody tr:nth-child(even) { background: #fbfcfc; }
.table-note { margin: 10px 2px 34px; color: var(--muted); font-size: .82rem; }
.option-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.option-card { padding: 30px; border-radius: 16px; border: 1px solid transparent; }
.accent-light { background: var(--blue-pale); border-color: #cce0e8; }
.accent-dark { background: var(--blue-deep); color: white; }
.accent-dark h3 { color: white; }
.accent-dark .eyebrow { color: #9fd0e2; }
.accent-dark p { color: #d7e4e9; }
.option-lines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.option-lines > div { padding: 15px; background: rgba(255,255,255,.75); border: 1px solid rgba(52,127,162,.16); border-radius: 10px; }
.option-lines strong, .option-lines span, .option-lines b { display:block; }
.option-lines span { color: var(--muted); font-size: .8rem; }
.option-lines b { color: var(--blue); margin-top: .3rem; }
.small { font-size: .82rem; color: var(--muted); }
.final-rate { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0; }
.final-rate > div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: 15px; border-radius: 10px; }
.final-rate span, .final-rate strong { display:block; }
.final-rate span { font-size: .8rem; color: #ccdde4; }
.final-rate strong { font-size: 1.5rem; color: white; margin-top: .2rem; }

.calculator-section { background: linear-gradient(135deg, #2f799a 0%, #295a70 100%); color: white; }
.calculator-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: start; }
.calculator-intro { position: sticky; top: 110px; }
.calculator-intro h2 { color: white; }
.calculator-intro .eyebrow { color: #c6e6f2; }
.calculator-intro p { color: #deebf0; }
.calculator-note { border-left: 3px solid #9bd5e8; padding-left: 18px; font-size: .9rem; margin-top: 28px; }
.launch-offer { margin: 28px 0 22px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.11); border-radius: 14px; }
.launch-offer[hidden] { display: none; }
.launch-offer .launch-kicker { margin: 0 0 .35rem; color: #c6e6f2; text-transform: uppercase; letter-spacing: .1em; font-size: .69rem; font-weight: 800; }
.launch-offer > strong { display: block; color: white; font-size: 1.35rem; line-height: 1.2; }
.launch-offer p:last-child { margin: .55rem 0 0; color: #e6f2f6; font-size: .9rem; }
.launch-offer code { padding: .12rem .35rem; border-radius: 5px; background: rgba(255,255,255,.16); color: white; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-weight: 800; }
.calculator { background: white; color: var(--ink); border-radius: 18px; padding: 30px; box-shadow: 0 24px 60px rgba(6,31,43,.22); }
.field-group { margin-bottom: 24px; }
.field-group > label, fieldset legend { display:block; font-weight: 750; margin-bottom: 8px; }
fieldset { border: 0; padding: 0; margin-left: 0; margin-right: 0; }
.input-suffix { display: flex; align-items: center; border: 1px solid #cbd8de; border-radius: 10px; overflow: hidden; background: white; }
.input-suffix input { width: 100%; border: 0; padding: 14px 16px; outline: none; font-size: 1.12rem; }
.input-suffix span { padding: 0 14px; color: var(--muted); font-size: .9rem; }
.input-suffix:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(52,127,162,.12); }
.radio-card { display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--line); border-radius: 10px; padding: 12px 13px; margin: 8px 0; cursor: pointer; }
.radio-card:has(input:checked) { background: var(--blue-paler); border-color: #9fc4d4; }
.radio-card input { margin-top: 4px; accent-color: var(--blue); }
.radio-card span { display:block; }
.radio-card strong, .radio-card small { display:block; }
.radio-card small { color: var(--muted); }
.checkbox-row { display: flex; gap: 12px; align-items: flex-start; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; margin-bottom: 24px; cursor:pointer; }
.checkbox-row input { margin-top: 4px; accent-color: var(--blue); }
.checkbox-row strong, .checkbox-row small { display:block; }
.checkbox-row small { color: var(--muted); }
.optional { font-weight: 400; color: var(--muted); }
.promo-line { display: flex; gap: 8px; }
.promo-line input { flex:1; border: 1px solid #cbd8de; border-radius: 10px; padding: 12px 13px; text-transform: uppercase; }
.promo-line input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(52,127,162,.12); }
.small-button { min-height: 44px; background: #eef5f8; color: var(--blue-dark); border-color: #c7dce5; }
.promo-message { min-height: 1.2em; margin: 7px 0 0; font-size: .82rem; color: var(--muted); }
.promo-message.ok { color: #2d6c4f; }
.promo-message.error { color: #9d4444; }
.result-card { background: #f5f8f9; border: 1px solid #dfe8eb; border-radius: 12px; padding: 18px; margin: 22px 0 16px; }
.result-line, .result-total { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.result-line { padding: 7px 0; color: #52636c; }
.result-line strong { color: var(--ink); }
.price-pair { display: inline-flex; align-items: baseline; justify-content: flex-end; gap: 9px; flex-wrap: wrap; }
.price-pair del { color: #85949b; font-weight: 500; text-decoration-thickness: 1.5px; }
.price-pair .discounted-price { color: #2d6c4f; font-weight: 800; }
.promo-result strong { color: #2d6c4f; }
.result-total { margin-top: 11px; padding-top: 14px; border-top: 2px solid #cbd8de; font-weight: 800; }
.result-total strong { color: var(--blue-dark); font-size: 1.5rem; }
.result-help { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.payment-card { margin-top: 18px; padding-top: 17px; border-top: 1px solid #d6e1e5; }
.payment-title { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; margin-bottom: 9px; }
.payment-title span { color: #40545e; font-size: .86rem; font-weight: 750; }
.payment-title strong { color: var(--blue-dark); font-size: .9rem; }
.payment-schedule { display: grid; gap: 7px; }
.payment-row { display: flex; justify-content: space-between; gap: 16px; color: #5d6e76; font-size: .84rem; }
.payment-row strong { color: var(--ink); }
.support-payment-note { margin: 12px 0 0; padding: 10px 12px; border-radius: 9px; background: #eaf4f8; color: #35515f; font-size: .8rem; }
.payment-help { margin: 11px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.full { width: 100%; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background:white; }
.steps article > span { display:inline-flex; width: 34px; height: 34px; border-radius: 50%; align-items:center; justify-content:center; background: var(--blue-pale); color: var(--blue); font-weight:800; margin-bottom: 24px; }
.steps p { color: var(--muted); margin-bottom:0; }
.about-grid { display:grid; grid-template-columns: .75fr 1.25fr; gap:70px; }
.about-copy { font-size:1.06rem; color:#53656e; }
.signature { font-weight:800; color:var(--blue-dark); margin-top:28px; }
.contact-section { padding-top: 56px; }
.contact-card { display:grid; grid-template-columns: 1.15fr .85fr; gap:50px; align-items:center; background: var(--blue-pale); border:1px solid #cfe2ea; border-radius:18px; padding:44px; }
.contact-card h2 { margin-bottom:.8rem; }
.contact-actions { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.contact-actions span, .text-link { color:#51646d; font-size:.92rem; }
.text-link { text-underline-offset:3px; }

.site-footer { background:#243943; color:#d9e4e8; padding:40px 0 24px; font-size:.84rem; }
.footer-grid { display:grid; grid-template-columns: 1fr 1.2fr auto; gap:30px; align-items:start; }
.footer-grid > div:first-child strong, .footer-grid > div:first-child span { display:block; }
.footer-grid > div:first-child strong { color:white; letter-spacing:.05em; }
.legal-identity span { display:block; }
.footer-links { display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end; }
.footer-links a { color:white; text-underline-offset:3px; }
.mediator { margin-top:24px; padding-top:18px; border-top:1px solid rgba(255,255,255,.14); color:#aebfc6; font-size:.76rem; }

@media (max-width: 960px) {
  .nav a:not(.nav-cta) { display:none; }
  .hero-grid, .calculator-grid, .about-grid, .contact-card { grid-template-columns: 1fr; gap:36px; }
  .calculator-intro { position:static; }
  .feature-grid, .assurance-row, .steps { grid-template-columns:1fr; }
  .deliverables { grid-template-columns:1fr; gap:18px; }
  .option-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-links { justify-content:flex-start; }
}

@media (max-width: 660px) {
  .wrap { width:min(calc(100% - 26px), var(--max)); }
  .section { padding:64px 0; }
  .hero { padding-top:72px; }
  h1 { font-size:2.75rem; }
  .hero-copy h1 { font-size:2.2rem; }
  h2 { font-size:2rem; }
  .nav-wrap { min-height:68px; }
  .brand-name { font-size: 1.42rem; }
  .brand-tagline { display:none; }
  .nav-cta { font-size:.78rem; padding:.5rem .7rem; }
  .option-lines, .final-rate { grid-template-columns:1fr; }
  .calculator { padding:20px; }
  .promo-line { flex-direction:column; }
  .payment-title, .payment-row { align-items:flex-start; }
  .payment-title { flex-direction:column; gap:2px; }
  .price-pair { gap:6px; }
  .contact-card { padding:26px; }
  .footer-links { flex-direction:column; }
}
.legal-page { max-width: 850px; }
.legal-page h1 { font-size: clamp(2.7rem, 6vw, 4.5rem); }
.legal-page h2 { font-size: 1.35rem; margin-top: 2.4rem; }
.legal-page p { color: #556871; }
.legal-page a { color: var(--blue-dark); }
