@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-dark: #193a8a;
  --blue: #3157d5;
  --blue-soft: #dde5ff;
  --paper: #f6f3ed;
  --paper-light: #fbf9f4;
  --ink: #171717;
  --muted: #5f6361;
  --teal: #00796b;
  --mustard: #e9a614;
  --coral: #c84444;
  --orchid: #8f3f97;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-light); font-family: Montserrat, Arial, sans-serif; font-size: 18px; line-height: 1.58; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.brandbar { position: absolute; inset: 0 0 auto; z-index: 10; height: 92px; display: flex; align-items: center; background: transparent; }
.brandbar .shell { display: flex; align-items: center; }
.brandbar img { width: 176px; height: auto; }

h1, h2, h3 { margin: 0; font-family: "Open Sans", Arial, sans-serif; letter-spacing: -0.035em; }
h1 { max-width: 610px; color: white; font-size: clamp(48px, 4.8vw, 62px); line-height: 1.02; }
h1 > span { display: block; }
h2 { color: var(--blue-dark); font-size: clamp(38px, 4vw, 56px); line-height: 1.08; }
h3 { color: var(--blue-dark); font-size: 21px; line-height: 1.18; letter-spacing: -0.015em; }
p { margin: 0; }
.eyebrow { margin-bottom: 16px; color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow--mustard { color: var(--mustard); }
.section { padding: 104px 0; }
.section--paper { background: var(--paper-light); }
.section--blue-soft { background: var(--blue-soft); }
.section--cobalt, .section--cta { background: var(--blue-dark); color: white; }

.hero { position: relative; min-height: 700px; overflow: hidden; background: var(--blue-dark); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,58,138,.98) 0%, rgba(25,58,138,.93) 37%, rgba(25,58,138,.15) 61%, rgba(25,58,138,0) 100%); }
.hero__content { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 90px; }
.hero__lead { max-width: 500px; margin-top: 28px; color: rgba(255,255,255,.94); font-size: 21px; line-height: 1.52; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; margin-top: 32px; padding: 0 30px; border-radius: 10px; color: #111; background: var(--mustard); font-weight: 800; text-decoration: none; box-shadow: 0 9px 26px rgba(0,0,0,.18); }
.button:hover { background: #f0b322; }
.micro { max-width: 560px; margin-top: 14px; color: rgba(255,255,255,.79); font-size: 14px; line-height: 1.4; }

.split { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: 72px; align-items: center; }
.split--wide { grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); }
.lede { max-width: 620px; margin-top: 24px; color: var(--muted); font-size: 20px; }
.outcomes { display: grid; gap: 24px; margin-top: 42px; }
.outcomes article { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.outcomes article p { margin-top: 4px; color: var(--muted); font-size: 16px; }
.dot { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; font-weight: 800; }
.dot--blue { background: var(--blue); }.dot--teal { background: var(--teal); }.dot--mustard { background: #d98b00; }.dot--orchid { background: var(--orchid); }
.mockup-card { margin: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 24px 70px rgba(25,58,138,.18); }

.how-panel { position: relative; min-height: 650px; overflow: hidden; border-radius: 28px; box-shadow: 0 24px 60px rgba(25,58,138,.16); }
.how-panel__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.how-panel__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,249,244,0) 0%, rgba(251,249,244,.08) 42%, rgba(251,249,244,.92) 61%, rgba(251,249,244,.98) 100%); }
.how-panel__content { position: relative; z-index: 2; width: 46%; margin-left: auto; padding: 68px 56px 64px 68px; }
.how-panel h2 { font-size: clamp(36px, 3.8vw, 52px); }
.flow { display: grid; gap: 22px; margin-top: 34px; }
.flow article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; }
.flow article > span { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue-dark); font-weight: 800; }
.flow p { margin-top: 3px; color: #374052; font-size: 16px; }
.note { margin-top: 30px; padding-left: 18px; border-left: 4px solid var(--mustard); color: #374052; font-size: 16px; }

.preview-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; }
.preview-heading p { max-width: 520px; color: var(--muted); }
.pages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; align-items: start; margin-top: 52px; }
.pages figure { margin: 0; }
.pages img { width: 100%; border-radius: 16px; box-shadow: 0 18px 48px rgba(25,58,138,.15); }
.pages figcaption { margin-top: 14px; color: var(--blue-dark); font-size: 15px; font-weight: 800; }

.trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 78px; }
.trust article { display: grid; grid-template-columns: 64px 1fr; gap: 22px; }
.trust h2 { color: white; font-size: 32px; }
.trust p { margin-top: 13px; color: rgba(255,255,255,.83); font-size: 16px; }
.trust__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-size: 26px; font-weight: 800; }
.trust__icon--mustard { background: var(--mustard); color: var(--ink); }

.section--brand { overflow: hidden; background: var(--blue); color: white; }
.brand-story { position: relative; max-width: 880px; margin-inline: auto; text-align: center; }
.brand-story h2 { color: white; }
.brand-story > p:last-child { margin-top: 30px; color: var(--blue-soft); font-weight: 700; letter-spacing: .03em; }
.brand-story span { margin: 0 10px; color: var(--mustard); }

.cta { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.cta h2 { color: white; }
.cta > div:first-child > p:last-child { max-width: 620px; margin-top: 22px; color: rgba(255,255,255,.83); }
.cta__action .button { width: 100%; margin-top: 0; }
.cta__action .micro { text-align: center; }

@media (max-width: 900px) {
  body { font-size: 17px; }
  .shell { width: calc(100% - 40px); max-width: 680px; }
  .brandbar { height: 76px; }
  .brandbar img { width: 148px; }
  .section { padding: 72px 0; }
  .hero { min-height: 680px; }
  .hero__image { object-position: 62% center; }
  .hero__veil { display: block; background: linear-gradient(90deg, rgba(25,58,138,.98) 0%, rgba(25,58,138,.92) 43%, rgba(25,58,138,.2) 67%, rgba(25,58,138,0) 100%); }
  .hero__content { padding-top: 124px; padding-bottom: 64px; }
  h1 { max-width: 47%; font-size: clamp(42px, 7vw, 54px); }
  .hero__lead { font-size: 18px; }
  .split, .split--wide, .preview-heading, .trust, .cta { grid-template-columns: 1fr; gap: 48px; }
  .mockup-card { max-width: 540px; margin-inline: auto; }
  .how-panel { min-height: 620px; }
  .how-panel__image { object-position: 45% center; }
  .how-panel__content { width: 49%; padding: 56px 34px 52px 46px; }
  .how-panel h2 { font-size: 38px; }
  .flow { gap: 17px; margin-top: 28px; }
  .note { margin-top: 24px; }
  .pages { gap: 18px; }
  .trust { gap: 46px; }
  .cta__action { max-width: 520px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 32px); max-width: 520px; }
  .section { padding: 58px 0; }
  h2 { font-size: 36px; }
  .brandbar { height: 66px; }
  .hero { min-height: 960px; }
  .hero__image { inset: auto 0 0; height: 49%; object-position: 70% center; }
  .hero__veil { background: linear-gradient(180deg, var(--blue-dark) 0%, var(--blue-dark) 52%, rgba(25,58,138,.96) 61%, rgba(25,58,138,.25) 82%, rgba(25,58,138,0) 100%); }
  .hero__content { padding-top: 104px; padding-bottom: 50px; }
  .hero__content h1, .hero__lead, .hero__content .micro { max-width: 100%; }
  .hero__content h1 { font-size: 39px; line-height: 1.01; }
  .hero__content h1 > span { display: inline; }
  .hero__content h1 > span:not(:last-child)::after { content: " "; }
  .hero__lead { margin-top: 22px; font-size: 16px; line-height: 1.45; }
  .hero__content .button { width: 100%; min-height: 56px; padding: 9px 14px; text-align: center; line-height: 1.25; }
  .button { width: 100%; min-height: 56px; padding: 0 18px; }
  .how-panel { min-height: 0; border-radius: 22px; background: var(--paper-light); }
  .how-panel__image { position: relative; width: 100%; height: auto; aspect-ratio: 16/9; object-position: center; }
  .how-panel__veil { display: none; }
  .how-panel__content { width: 100%; margin: 0; padding: 38px 28px 42px; }
  .how-panel h2 { font-size: 34px; }
  .pages { grid-template-columns: 1fr; gap: 32px; }
  .pages figure { max-width: 360px; margin-inline: auto; }
  .trust article { grid-template-columns: 50px 1fr; gap: 16px; }
  .trust__icon { width: 48px; height: 48px; }
  .trust h2 { font-size: 27px; }
  .brand-story > p:last-child { line-height: 1.8; }
}
