:root {
  --ink: #122038;
  --ink-soft: #536077;
  --navy: #102b4e;
  --blue: #1677e8;
  --blue-dark: #0c5fc4;
  --cyan: #3cc9d8;
  --paper: #f4f8fc;
  --white: #ffffff;
  --line: #dce6f1;
  --shadow: 0 14px 38px rgba(16, 43, 78, 0.11);
  --radius: 17px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: .7rem 1rem;
  background: var(--ink);
  color: white;
  transform: translateY(-120%);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 230, 241, .85);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
}

.header-row {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--navy);
  text-decoration: none;
}

.brand-mark { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--navy); color: white; box-shadow: 0 8px 20px rgba(16,43,78,.18); font-size: .9rem; font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.brand-mark::after { content: ""; position: absolute; right: 7px; bottom: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.brand-copy { display: grid; gap: .22rem; }
.brand-copy strong { font-size: 1.02rem; line-height: 1; letter-spacing: -.025em; }
.brand-copy small { color: var(--blue-dark); font-size: .66rem; font-weight: 800; line-height: 1; letter-spacing: .07em; text-transform: uppercase; }

.desktop-nav { display: flex; align-items: center; gap: 1.5rem; }
.desktop-nav > a:not(.button) { text-decoration: none; font-size: .93rem; font-weight: 700; color: #35445d; }
.desktop-nav > a:not(.button):hover,
.desktop-nav > a[aria-current="page"] { color: var(--blue); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 44px;
  padding: .65rem 1.1rem;
  border: 0;
  border-radius: 13px;
  background: var(--blue);
  color: white;
  box-shadow: 0 10px 24px rgba(22, 119, 232, .25);
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.button:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(22, 119, 232, .3); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(60,201,216,.6); outline-offset: 3px; }
.button.secondary { background: white; color: var(--navy); border: 1px solid var(--line); box-shadow: none; }
.button.secondary:hover { border-color: #a8bdd4; }
.button.large { min-height: 50px; padding-inline: 1.3rem; }

.mobile-menu { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 38px;
  background:
    radial-gradient(circle at 80% 16%, rgba(60,201,216,.22), transparent 26%),
    linear-gradient(135deg, #f8fbff 0%, #edf6ff 58%, #f5ffff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -170px;
  bottom: -210px;
  border: 52px solid rgba(22,119,232,.08);
  border-radius: 50%;
}

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); align-items: center; gap: 38px; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 .7rem; color: var(--blue-dark); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--cyan); }

h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.13; letter-spacing: -.035em; }
h1 { margin-bottom: .8rem; font-size: clamp(2.3rem, 3.8vw, 3.45rem); }
.hero h1 { max-width: 790px; }
.hero-heading { margin-bottom: 1.15rem; padding: 20px 24px; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.hero-heading h1 { max-width: none; margin-bottom: 0; color: white; font-size: clamp(1rem, 1.5vw, 1.4rem); }
.hero-heading .eyebrow { color: var(--cyan); }
h2 { margin-bottom: .65rem; font-size: clamp(1.75rem, 3vw, 2.55rem); }
h3 { margin-bottom: .55rem; font-size: 1.2rem; }
.lead { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: clamp(1rem, 1.8vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.25rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; color: #3f516c; font-size: .85rem; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: .45rem; color: #0d9f85; font-weight: 900; }

.support-card {
  position: relative;
  z-index: 1;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 20px;
  background: rgba(255,255,255,.84);
  box-shadow: var(--shadow);
}
.status { display: inline-flex; align-items: center; gap: .5rem; color: #087760; font-size: .84rem; font-weight: 800; }
.status::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #15b58f; box-shadow: 0 0 0 6px rgba(21,181,143,.12); }
.support-card h2 { margin: .7rem 0 .35rem; font-size: 1.45rem; }
.support-card p { margin: .35rem 0; }
.phone-link { display: block; margin: .7rem 0; color: var(--blue-dark); font-size: clamp(1.65rem, 3.6vw, 2.15rem); font-weight: 850; letter-spacing: -.04em; text-decoration: none; }
.hours { display: grid; gap: .35rem; margin: .8rem 0 0; padding-top: .8rem; border-top: 1px solid var(--line); }
.hours div { display: flex; justify-content: space-between; gap: 1rem; }
.hours dt { color: var(--ink-soft); }
.hours dd { margin: 0; color: var(--navy); font-weight: 800; }

.section { padding: 38px 0; }
.section.tint { background: var(--paper); }
.page-hero + .section { padding-top: 28px; }
.section-heading { max-width: 800px; margin-bottom: 1.2rem; }
.section-heading p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }
.services-section { padding-top: 32px; }
.section-banner { max-width: none; padding: 20px 24px; border-radius: var(--radius); background: var(--navy); }
.section-banner h2 { color: white; }
.section-banner .eyebrow { color: var(--cyan); }
.section-banner > p:last-child { color: #c8d8e9; }
.grid { display: grid; gap: 14px; }
.services { grid-template-columns: repeat(4, 1fr); }
.card { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 13px; align-content: start; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.card:hover { border-color: #b9cde2; box-shadow: 0 12px 38px rgba(16,43,78,.08); }
.card-mark { grid-row: 1 / 3; display: grid; place-items: center; width: 40px; height: 40px; margin: 0; border-radius: 11px; background: #e9f4ff; color: var(--blue); font-size: .9rem; font-weight: 900; }
.card h3 { margin: .05rem 0 .25rem; }
.card p { margin: 0; color: var(--ink-soft); font-size: .94rem; line-height: 1.5; }
.service-summary { margin-top: 18px; padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #f8fbfe; }
.service-summary h3 { margin-bottom: .45rem; }
.service-summary p { margin: .45rem 0 0; }

.steps { grid-template-columns: repeat(4, 1fr); }
.step { position: relative; padding: 10px 20px 8px 0; }
.step-number { display: flex; align-items: center; gap: .65rem; margin-bottom: .7rem; color: var(--blue); font-weight: 900; }
.step-number span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: white; }
.step p { margin: 0; color: var(--ink-soft); }
.step:not(:last-child)::after { content: ""; position: absolute; top: 27px; right: 10px; width: 38px; height: 1px; background: #b9cde2; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.faq-item { padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.faq-item h3 { margin-bottom: .4rem; }
.faq-item p { margin: 0; color: var(--ink-soft); }

.cta-band { padding: 34px 0; background: var(--navy); color: white; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { margin-bottom: .55rem; color: white; }
.cta-band p { max-width: 650px; margin: 0; color: #c8d8e9; }
.cta-band .button { flex: 0 0 auto; background: var(--cyan); color: #062f3a; box-shadow: none; }

.page-hero { padding: 28px 0 20px; background: linear-gradient(135deg, #f6faff, #edf7ff); }
.page-hero h1 { max-width: none; margin-bottom: .45rem; font-size: clamp(2.3rem, 4vw, 3.5rem); }
.prose p { color: var(--ink-soft); }
.notice { margin-top: 1.25rem; padding: 1rem 1.15rem; border-left: 4px solid var(--cyan); border-radius: 0 12px 12px 0; background: #edfafd; color: #244b58; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-box { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 2rem; padding: 28px; border-radius: 19px; background: var(--navy); color: white; }
.price-box p { margin-bottom: 0; color: #c8d8e9; }
.price-details { padding: 28px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.price-details > :last-child { margin-bottom: 0; }
.price-box h2 { color: white; font-size: clamp(1.75rem, 2.5vw, 2.25rem); white-space: nowrap; }
.price { color: var(--cyan); font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.price small { display: block; margin-top: .6rem; color: #c8d8e9; font-size: .9rem; font-weight: 600; letter-spacing: 0; text-align: left; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 18px; }
.contact-panel { padding: 28px; border-radius: 19px; background: var(--navy); color: white; }
.contact-panel h2 { color: white; }
.contact-panel .phone-link { color: var(--cyan); }
.contact-panel .hours { border-color: rgba(255,255,255,.15); }
.contact-panel .hours dt { color: #c8d8e9; }
.contact-panel .hours dd { color: white; }
.download-panel { padding: 28px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.download-guide { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.download-primary, .download-steps { padding: 28px; border-radius: 19px; }
.download-primary { background: var(--navy); color: white; }
.download-primary h2 { color: white; }
.download-primary .eyebrow { color: var(--cyan); }
.download-primary .button { margin-top: .45rem; background: var(--cyan); color: #062f3a; box-shadow: none; }
.download-steps { border: 1px solid var(--line); background: white; }
.download-steps ol { margin: .8rem 0 0; padding-left: 1.35rem; color: var(--ink-soft); }
.download-steps li + li { margin-top: .5rem; }
.download-steps a { color: var(--blue-dark); font-weight: 800; }

.site-footer { padding: 25px 0; border-top: 1px solid var(--line); background: #f8fafc; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; color: var(--ink-soft); font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer-links a { font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; list-style: none; padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 11px; font-weight: 800; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: calc(100% + 10px); display: grid; min-width: 220px; padding: .7rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .mobile-menu nav a { padding: .7rem .8rem; border-radius: 9px; text-decoration: none; font-weight: 700; }
  .mobile-menu nav a:hover { background: var(--paper); }
  .hero { padding-top: 38px; }
  .hero-grid, .contact-grid, .price-grid, .download-guide { grid-template-columns: 1fr; }
  .support-card { max-width: 560px; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2)::after { display: none; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .price-box h2 { white-space: normal; }
  .header-row { min-height: 62px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 11px; font-size: .8rem; }
  .brand-copy small { display: none; }
  .hero { padding: 30px 0 28px; }
  .eyebrow { font-size: .7rem; letter-spacing: .07em; white-space: nowrap; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .services, .steps { grid-template-columns: 1fr; }
  .steps { gap: 7px; }
  .faq-grid { grid-template-columns: 1fr; }
  .step { padding: 7px 0; }
  .step::after { display: none; }
  .section { padding: 25px 0; }
  .page-hero { padding: 22px 0 15px; }
  .page-hero + .section { padding-top: 20px; }
  .card { padding: 15px; }
  .hero-heading { padding: 18px 20px; }
  .support-card, .contact-panel, .download-panel, .price-box, .price-details { padding: 22px; }
  .cta-band { padding: 27px 0; }
  .cta-row, .footer-row { align-items: flex-start; flex-direction: column; }
  .cta-row { display: flex; }
  .cta-row .button { width: 100%; }
  .footer-links { gap: .8rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
