:root {
  --red: #e31a2b;
  --blue: #182d85;
  --ink: #454545;
  --text: #282828;
  --muted: #6d6d6d;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f5f6f8;
  --blue-soft: #edf0fb;
  --red-soft: #fdebee;
  --max: 1160px;
  --radius: 8px;
  font-family: "DIN Pro", "DINPro-Regular", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(69, 69, 69, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.brand img {
  display: block;
  width: clamp(150px, 18vw, 214px);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.main-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-color: var(--red);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
  min-height: calc(100vh - 82px);
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(36px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}

.subpage-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(56px, 9vw, 116px) clamp(18px, 4vw, 36px) clamp(42px, 7vw, 86px);
  border-bottom: 1px solid var(--line);
}

.subpage-hero h1 {
  max-width: 980px;
  font-size: clamp(2.45rem, 5.4vw, 5.1rem);
}

.subpage-list {
  padding-top: clamp(44px, 7vw, 78px);
}

.hero-copy,
.section,
.contact-section,
.site-footer {
  max-width: var(--max);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Didot, "Bodoni 72", Georgia, serif;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.04;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 7.8vw, 7.15rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
}

h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1.2;
}

p {
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.62;
}

.hero-lead {
  max-width: 740px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  line-height: 1.32;
}

.hero-text {
  max-width: 680px;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-weight: 800;
}

.button.primary {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--ink);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.hero-media {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.hero-media img {
  display: block;
  width: 100%;
  height: clamp(500px, 66vh, 720px);
  border-radius: var(--radius);
  object-fit: cover;
  object-position: 50% 42%;
}

.section {
  margin: 0 auto;
  padding: clamp(66px, 9vw, 124px) clamp(18px, 4vw, 36px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.section-lead {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
}

.intro-section {
  padding-top: clamp(56px, 8vw, 92px);
}

.intro-section .section-lead {
  max-width: 900px;
  margin-bottom: clamp(26px, 4vw, 44px);
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 5vw, 62px);
  max-width: 980px;
}

.approach-copy {
  max-width: 820px;
  margin-bottom: 0;
}

.approach-line {
  margin: clamp(30px, 5vw, 52px) 0 0;
  color: var(--red);
  font-size: clamp(1.24rem, 2.8vw, 2rem);
  font-weight: 900;
  line-height: 1.15;
}

.offers-section {
  max-width: none;
  background: var(--soft);
}

.offers-section > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.method-grid,
.offer-grid,
.stats-grid,
.process-list {
  display: grid;
  gap: 16px;
}

.method-grid article,
.offer-card,
.process-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.method-grid article {
  min-height: 230px;
  padding: 26px;
}

.method-index,
.process-list span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
}

.offers-section .section-heading,
.offers-section .section-lead {
  max-width: 880px;
}

.offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.offer-card {
  min-height: 280px;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.offer-type {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-card p:not(.offer-type) {
  color: var(--muted);
}

.offer-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.offer-card.is-draft {
  border-style: dashed;
  background: var(--red-soft);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  background: #fff;
}

.proof-section .proof-copy,
.proof-section .stats-grid {
  max-width: none;
}

.proof-section p {
  color: var(--muted);
}

.proof-section h2 {
  color: var(--ink);
}

.stats-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stats-grid div {
  min-height: 180px;
  padding: 24px;
  border: 1px solid rgba(24, 45, 133, 0.16);
  border-radius: var(--radius);
  background: #f8f9fd;
}

.stats-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-family: Didot, "Bodoni 72", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
}

.stats-grid span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.process-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.process-list article {
  padding: 24px;
}

.about-section {
  border-top: 1px solid var(--line);
}

.about-section > p:last-child {
  max-width: 780px;
}

.contact-section {
  margin: 0 auto clamp(28px, 5vw, 58px);
  padding: clamp(44px, 7vw, 78px) clamp(22px, 5vw, 66px);
  border-radius: var(--radius);
  background: var(--red);
  color: #fff;
}

.contact-section h2,
.contact-section p,
.contact-section .eyebrow {
  color: #fff;
}

.contact-section p {
  max-width: 760px;
}

.contact-section .button.primary {
  margin-top: 20px;
  border-color: #fff;
  background: #fff;
  color: var(--red);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 28px clamp(18px, 4vw, 36px) 42px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-media {
    max-width: none;
    justify-self: stretch;
  }

  .hero-media img {
    height: min(82vh, 620px);
  }

  .two-column,
  .method-grid,
  .offer-grid,
  .proof-section,
  .process-list {
    grid-template-columns: 1fr;
  }

  .proof-section {
    padding-left: clamp(18px, 4vw, 36px);
    padding-right: clamp(18px, 4vw, 36px);
  }

  .offer-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.08rem, 9.2vw, 2.82rem);
  }

  .hero {
    padding-top: 34px;
    overflow: hidden;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
