:root {
  --ink: #0b2447;
  --ink-strong: #061832;
  --muted: #53647c;
  --line: #d8e2ed;
  --surface: #ffffff;
  --surface-cool: #f4f8fc;
  --surface-blue: #edf5fc;
  --accent: #d96400;
  --accent-dark: #aa4800;
  --green: #1f8b57;
  --shadow: 0 18px 44px rgba(8, 31, 63, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 226, 237, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--ink-strong);
  white-space: nowrap;
}

.brand img {
  width: 38px;
  height: 38px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
}

.header-call {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  text-decoration: none;
}

.phone-round {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
}

.header-call small,
.cta-note,
.microcopy {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.header-call strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, #fff 46%, rgba(255, 255, 255, 0.66) 61%, rgba(255, 255, 255, 0.02) 78%),
    var(--surface);
}

.hero-inner {
  width: min(100%, 1440px);
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(40px, 1fr) minmax(320px, 540px) minmax(420px, 760px) minmax(40px, 1fr);
  align-items: stretch;
}

.hero-copy {
  grid-column: 2;
  align-self: center;
  padding: 72px 0 84px;
  position: relative;
  z-index: 2;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 610px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink-strong);
  font-size: clamp(46px, 5.7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lede,
.page-hero p {
  max-width: 560px;
  margin: 24px 0 0;
  color: #233a5b;
  font-size: clamp(20px, 2.1vw, 25px);
  line-height: 1.42;
}

.hero-media {
  grid-column: 3 / 5;
  position: relative;
  min-height: 650px;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.button,
.mobile-call {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 25px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 26px rgba(217, 100, 0, 0.24);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.mobile-call:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(217, 100, 0, 0.28);
}

.button:focus-visible,
.mobile-call:focus-visible,
.nav a:focus-visible,
.brand:focus-visible,
details summary:focus-visible,
.header-call:focus-visible {
  outline: 3px solid rgba(217, 100, 0, 0.46);
  outline-offset: 4px;
}

.button.is-disabled,
.mobile-call.is-disabled {
  background: #6e7b8e;
  box-shadow: none;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
  color: #2f4562;
  font-size: 16px;
  font-weight: 760;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.check-dot {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
}

.check-dot::after {
  content: "";
  width: 8px;
  height: 4px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.section {
  padding: 78px 0;
}

.section.alt {
  background: var(--surface-cool);
}

.section.blue {
  background: var(--surface-blue);
}

.section-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 64px;
  align-items: start;
}

.section h2 {
  margin: 0;
  color: var(--ink-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.16;
}

.section p {
  margin: 16px 0 0;
  color: #334964;
}

.fit-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 15px;
}

.fit-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  align-items: start;
}

.fit-list strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.fit-list li > span:not(.check-dot) {
  display: block;
}

.fit-list li > span:not(.check-dot) > span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 15px;
}

.info-panel {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8, 31, 63, 0.06);
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.icon-item {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: var(--ink);
  background: #edf4fb;
  border-radius: 8px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 42px;
}

.step {
  position: relative;
  padding-top: 42px;
}

.step::before {
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 850;
}

.step p {
  font-size: 16px;
}

.call-band {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.call-band .phone-round {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
}

.faq-list {
  width: min(100%, 920px);
  margin: 36px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

details + details {
  border-top: 1px solid var(--line);
}

summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #41566f;
  font-size: 16px;
}

.centered {
  text-align: center;
}

.centered p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 44px;
  background: linear-gradient(135deg, #eef6fd 0%, #fff 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.notice {
  width: min(100% - 40px, var(--max));
  margin: 18px auto 0;
  padding: 16px 18px;
  color: #5a2500;
  background: #fff3e8;
  border: 1px solid #f0c39f;
  border-radius: 8px;
}

.notice strong,
.notice span {
  display: block;
}

.legal-copy {
  max-width: 940px;
  color: #344a65;
}

.legal-copy h2 {
  margin-top: 38px;
  font-size: 30px;
}

.legal-copy ul {
  padding-left: 22px;
}

.site-footer {
  color: #dbe7f4;
  background: #062145;
  border-top: 4px solid var(--accent);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px;
  padding: 38px 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

.footer-brand img {
  width: 34px;
  height: 34px;
}

.footer-disclosure {
  max-width: 720px;
  margin: 18px 0 0;
  color: #c4d2e3;
  font-size: 13px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 20px;
  font-size: 14px;
  font-weight: 800;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.mobile-sticky {
  display: none;
}

.page-hero {
  padding: 72px 0 46px;
  background: var(--surface-cool);
}

.page-hero h1 {
  font-size: clamp(42px, 5vw, 64px);
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 66px;
  }

  .nav,
  .header-call small {
    display: none;
  }

  .header-call .phone-round {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .header-call strong {
    display: none;
  }

  .hero {
    background: #fff;
  }

  .hero-inner {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    order: 2;
    width: min(100% - 40px, var(--max));
    margin: 0 auto;
    padding: 24px 0 48px;
  }

  .hero-media {
    order: 1;
    min-height: 270px;
  }

  .hero-media::before {
    inset: auto 0 0;
    width: 100%;
    height: 42%;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .section-grid,
  .final-cta,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .steps,
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .call-band {
    grid-template-columns: 1fr;
  }

  .call-band .phone-round {
    display: none;
  }

  .footer-links {
    justify-content: flex-start;
  }

}

@media (max-width: 640px) {
  body {
    font-size: 17px;
    padding-bottom: 88px;
  }

  .header-inner,
  .section-inner,
  .footer-inner,
  .hero-copy,
  .notice {
    width: min(100% - 28px, var(--max));
  }

  .brand {
    font-size: 21px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .hero h1 {
    font-size: 39px;
    line-height: 1.02;
  }

  .hero-lede {
    margin-top: 18px;
    font-size: 18px;
  }

  .button {
    width: 100%;
    min-height: 62px;
    padding: 18px;
    font-size: 17px;
  }

  .cta-stack {
    margin-top: 24px;
  }

  .mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: block;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }

  .mobile-call {
    width: 100%;
  }

  .trust-row {
    display: grid;
    font-size: 15px;
  }

  .section {
    padding: 56px 0;
  }

  .section-grid {
    gap: 32px;
  }

  .info-panel,
  .call-band,
  .final-cta {
    padding: 24px;
  }

  .steps,
  .icon-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  summary {
    min-height: 58px;
    padding: 17px 18px;
    font-size: 16px;
  }

  details p {
    padding: 0 18px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
