:root {
  --fw-ink: #071827;
  --fw-muted: #587085;
  --fw-soft: #eef6fb;
  --fw-line: rgba(92, 128, 153, .28);
  --fw-blue: #0068b7;
  --fw-blue-dark: #08233d;
  --fw-cyan: #4ed5f0;
  --fw-mint: #8df0bf;
  --fw-red: #e66c64;
  --fw-card: rgba(255,255,255,.82);
}

* { box-sizing: border-box; }

body.fw-landing {
  margin: 0;
  font-family: Inter, Montserrat, Arial, sans-serif;
  color: var(--fw-ink);
  background:
    linear-gradient(rgba(9, 35, 61, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 35, 61, .045) 1px, transparent 1px),
    radial-gradient(circle at 82% 6%, rgba(78, 213, 240, .22), transparent 21rem),
    #f8fbfd;
  background-size: 96px 96px, 96px 96px, auto, auto;
  line-height: 1.55;
}

.fw-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.fw-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--fw-line);
  background: rgba(248,251,253,.92);
  backdrop-filter: blur(14px);
}

.fw-header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.fw-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--fw-ink);
  font-weight: 900;
}

.fw-brand img {
  width: 62px;
  height: auto;
  display: block;
}

.fw-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 800;
  color: #42566a;
}

.fw-nav a {
  color: inherit;
  text-decoration: none;
}

.fw-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #06284b, #0783df);
  box-shadow: 0 16px 36px rgba(0, 80, 150, .22);
  text-decoration: none;
  font-weight: 900;
}

.fw-btn--ghost {
  color: var(--fw-blue-dark);
  background: rgba(255,255,255,.72);
  border-color: var(--fw-line);
  box-shadow: none;
}

.fw-hero {
  padding: clamp(58px, 8vw, 96px) 0 54px;
}

.fw-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.fw-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(141,240,191,.42);
  border-radius: 999px;
  background: rgba(141,240,191,.14);
  color: #096047;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fw-pill::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--fw-mint);
  box-shadow: 0 0 0 8px rgba(141,240,191,.18);
}

.fw-hero h1 {
  max-width: 12ch;
  margin: 24px 0 18px;
  font-size: clamp(46px, 7vw, 98px);
  line-height: .94;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fw-hero__lead {
  max-width: 770px;
  margin: 0 0 28px;
  color: #41586d;
  font-size: clamp(18px, 2vw, 24px);
}

.fw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 26px 0 28px;
}

.fw-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.fw-proof-row div,
.fw-card {
  border: 1px solid var(--fw-line);
  border-radius: 8px;
  background: var(--fw-card);
  box-shadow: 0 22px 70px rgba(8, 35, 61, .08);
}

.fw-proof-row div {
  padding: 15px;
}

.fw-proof-row strong {
  display: block;
  font-size: 22px;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fw-proof-row span {
  color: var(--fw-muted);
  font-weight: 750;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fw-visual {
  position: relative;
  padding: 24px;
  border: 1px solid var(--fw-line);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(8,35,61,.94), rgba(0,104,183,.74));
  color: #fff;
  overflow: hidden;
  min-height: 500px;
}

.fw-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 80px 80px;
}

.fw-visual > * { position: relative; z-index: 1; }

.fw-diagnostic-board {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.fw-board-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.fw-board-top span,
.fw-board-row span {
  color: var(--fw-mint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fw-board-top strong {
  max-width: 9ch;
  text-align: right;
  font-size: clamp(25px, 3vw, 42px);
  line-height: .95;
}

.fw-board-row {
  display: grid;
  gap: 8px;
}

.fw-board-row b {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.18;
}

.fw-board-meter {
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.14);
}

.fw-board-meter i {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fw-mint), var(--fw-cyan));
}

.fw-board-note {
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid rgba(141,240,191,.34);
  border-radius: 8px;
  background: rgba(141,240,191,.1);
  color: rgba(255,255,255,.9);
  font-weight: 850;
}

.fw-flow {
  display: grid;
  gap: 13px;
  margin-top: 20px;
}

.fw-flow__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
}

.fw-flow__item b {
  font-size: 18px;
}

.fw-section {
  padding: clamp(54px, 7vw, 94px) 0;
}

.fw-situation-band {
  padding: 22px 0 0;
}

.fw-situation-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 14px;
}

.fw-section--intent {
  background:
    radial-gradient(circle at 86% 12%, rgba(141, 240, 191, .2), transparent 24rem),
    #ffffff;
}

.fw-intent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fw-compact-card {
  min-height: 156px;
  padding: 22px;
  border: 1px solid var(--fw-line);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 54px rgba(8, 35, 61, .07);
}

.fw-compact-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--fw-blue-dark);
  font-size: 18px;
}

.fw-compact-card p {
  margin: 0;
  color: var(--fw-muted);
  font-size: 16px;
}

.fw-section--soft {
  background:
    linear-gradient(135deg, rgba(141, 240, 191, .16), rgba(78, 213, 240, .1)),
    #f2f8fb;
}

.fw-section--compact {
  padding: 38px 0;
}

.fw-section--diagnosis {
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(238,246,251,.85));
}

.fw-section--objections {
  background:
    linear-gradient(135deg, rgba(230, 108, 100, .08), rgba(78, 213, 240, .08)),
    #f8fbfd;
}

.fw-section--dark {
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px),
    linear-gradient(135deg, #071827, #123652);
  background-size: 94px 94px, 94px 94px, auto;
}

.fw-section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 28px;
}

.fw-eyebrow {
  margin: 0 0 12px;
  color: var(--fw-blue);
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fw-section--dark .fw-eyebrow {
  color: var(--fw-mint);
}

.fw-section h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fw-section-head p:last-child,
.fw-card p,
.fw-card li {
  color: var(--fw-muted);
  font-size: 17px;
}

.fw-section--dark .fw-card p,
.fw-section--dark .fw-card li {
  color: rgba(255,255,255,.76);
}

.fw-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fw-card {
  padding: clamp(20px, 2.5vw, 30px);
}

.fw-card--dark {
  color: #fff;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.16);
}

.fw-card--warn {
  border-color: rgba(230, 108, 100, .34);
  background: rgba(255, 255, 255, .9);
}

.fw-card__num {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--fw-mint), var(--fw-cyan));
  color: #06233c;
  font-weight: 950;
}

.fw-card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.04;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fw-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
}

.fw-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.fw-list li {
  position: relative;
  padding-left: 30px;
}

.fw-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--fw-mint);
}

.fw-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fw-example {
  display: grid;
  gap: 22px;
}

.fw-example p {
  margin: 0;
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.22;
  color: var(--fw-blue-dark);
  font-weight: 850;
}

.fw-doc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fw-doc {
  min-height: 128px;
  padding: 20px;
  border: 1px solid var(--fw-line);
  border-radius: 8px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 16px 42px rgba(8, 35, 61, .06);
}

.fw-doc span {
  display: block;
  margin-bottom: 20px;
  color: var(--fw-blue);
  font-weight: 950;
}

.fw-doc strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.fw-question-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fw-question,
.fw-outcome,
.fw-objection {
  border: 1px solid var(--fw-line);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 42px rgba(8, 35, 61, .06);
}

.fw-question {
  min-height: 168px;
  padding: 20px;
}

.fw-question span,
.fw-outcome span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #06233c;
  background: var(--fw-mint);
  font-weight: 950;
}

.fw-question strong {
  display: block;
  font-size: 20px;
  line-height: 1.18;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fw-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fw-outcome {
  min-height: 210px;
  padding: clamp(22px, 3vw, 34px);
}

.fw-outcome h3 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: .98;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fw-objection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fw-objection {
  padding: clamp(22px, 2.7vw, 32px);
}

.fw-objection h3 {
  margin: 0 0 14px;
  color: var(--fw-blue-dark);
  font-size: clamp(23px, 2.5vw, 32px);
  line-height: 1.02;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fw-objection p {
  margin: 0;
  color: var(--fw-muted);
  font-size: 17px;
}

.fw-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fw-trust {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.fw-trust p:not(.fw-eyebrow) {
  max-width: 760px;
  color: var(--fw-muted);
  font-size: 18px;
}

.fw-trust-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--fw-line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(135deg, #071827, #0c5f9f);
  background-size: 72px 72px, 72px 72px, auto;
  color: #fff;
  box-shadow: 0 22px 70px rgba(8, 35, 61, .12);
}

.fw-trust-panel strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
}

.fw-trust-panel span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(141,240,191,.38);
  border-radius: 999px;
  color: var(--fw-mint);
  font-weight: 950;
}

.fw-trust-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}

.fw-trust-panel li {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.fw-trust-panel p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-weight: 800;
}

.fw-related {
  display: grid;
  gap: 14px;
}

.fw-related div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fw-related a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--fw-line);
  border-radius: 8px;
  color: var(--fw-blue-dark);
  background: rgba(255,255,255,.72);
  text-decoration: none;
  font-weight: 850;
}

.fw-cta-band {
  padding: clamp(48px, 7vw, 82px) 0;
  color: #fff;
  background: linear-gradient(135deg, #071827, #0068b7);
}

.fw-cta-band .fw-shell {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.fw-cta-band h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 64px);
  line-height: .98;
}

.fw-footer {
  padding: 36px 0;
  color: #587085;
  background: #f8fbfd;
  border-top: 1px solid var(--fw-line);
}

.fw-footer__grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.fw-footer a {
  color: inherit;
  margin-left: 16px;
}

@media (max-width: 860px) {
  .fw-shell {
    width: min(100% - 28px, 1180px);
  }

  .fw-header__inner {
    min-height: 70px;
  }

  .fw-brand strong {
    display: none;
  }

  .fw-brand img {
    width: 54px;
  }

  .fw-nav {
    display: none;
  }

  .fw-header .fw-btn {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 14px;
  }

  .fw-hero {
    padding-top: 38px;
  }

  .fw-hero__grid,
  .fw-section-head,
  .fw-split,
  .fw-situation-grid,
  .fw-intent-grid,
  .fw-grid,
  .fw-fit-grid,
  .fw-doc-grid,
  .fw-question-grid,
  .fw-outcome-grid,
  .fw-objection-grid,
  .fw-faq-grid,
  .fw-trust {
    grid-template-columns: 1fr;
  }

  .fw-hero h1 {
    max-width: 10ch;
    font-size: clamp(44px, 13vw, 64px);
  }

  .fw-hero__lead {
    font-size: 18px;
  }

  .fw-hero__actions {
    align-items: stretch;
  }

  .fw-hero__actions .fw-btn,
  .fw-cta-band .fw-btn {
    width: 100%;
  }

  .fw-proof-row {
    grid-template-columns: 1fr;
  }

  .fw-visual {
    min-height: auto;
    padding: 16px;
  }

  .fw-compact-card,
  .fw-question,
  .fw-outcome {
    min-height: auto;
  }

  .fw-cta-band .fw-shell,
  .fw-footer__grid {
    display: grid;
  }

  .fw-footer a {
    display: block;
    margin: 8px 0 0;
  }
}
