:root {
  --orange: #ff6408;
  --navy: #132343;
  --navy-deep: #0d1949;
  --blue: #269bdb;
  --blue-muted: #61808e;
  --platinum: #edf0f4;
  --slate: #afb8be;
  --graphite: #404040;
  --ink: #17243b;
  --paper: #f7f8fa;
  --white: #ffffff;
  --line: rgba(19, 35, 67, 0.18);
  --page: min(100% - 32px, 1180px);
  --font: "Effra", "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font-family: var(--font);
}

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

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

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

::selection {
  background: var(--orange);
  color: var(--navy);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(247, 248, 250, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: var(--page);
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-brand {
  width: clamp(150px, 42vw, 210px);
  flex: 0 1 auto;
}

.header-brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: none;
}

.header-cta {
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-left: 3px solid var(--blue);
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 750;
  white-space: nowrap;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--platinum);
}

.hero-video-background {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.hero-video-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(237, 240, 244, 0.76), rgba(237, 240, 244, 0.9) 44%, rgba(237, 240, 244, 0.97));
}

.hero-inner {
  width: var(--page);
  min-height: 620px;
  margin-inline: auto;
  padding: 48px 0 76px;
  display: flex;
  align-items: center;
}

.eyebrow {
  margin: 0;
  color: var(--blue-muted);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 34px;
  height: 3px;
  background: var(--blue);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  color: inherit;
  line-height: 1.02;
}

h1 {
  max-width: 680px;
  margin: 22px 0 20px;
  color: var(--navy);
  font-size: clamp(2.35rem, 10.5vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.hero-lead {
  max-width: 690px;
  margin: 0;
  color: #3f4c5f;
  font-size: clamp(1rem, 4.6vw, 1.25rem);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.button {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--navy);
  color: var(--white);
}

.button-primary:hover {
  background: var(--blue);
  color: var(--navy);
}

.button-secondary {
  border-color: var(--navy);
  background: rgba(255, 255, 255, 0.45);
  color: var(--navy);
}

.button-secondary:hover {
  background: var(--white);
}

.hero-facts {
  margin: 34px 0 0;
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(19, 35, 67, 0.28);
  list-style: none;
}

.hero-facts li {
  min-width: 0;
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  color: var(--navy);
  font-size: clamp(1rem, 5vw, 1.3rem);
  line-height: 1.1;
}

.hero-facts span {
  margin-top: 6px;
  color: #596577;
  font-size: 0.72rem;
  line-height: 1.25;
}

.by-invest-signature {
  width: min(260px, 76%);
  height: auto;
  margin-top: 24px;
}

.video-toggle {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 22px;
  min-height: 46px;
  min-width: 46px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(19, 35, 67, 0.9);
  color: var(--white);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.video-toggle-icon {
  color: var(--blue);
}

.video-toggle-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.signal-bar {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
}

.signal-bar i:nth-child(1) { background: #1e3348; }
.signal-bar i:nth-child(2) { background: var(--blue); }
.signal-bar i:nth-child(3) { background: var(--blue-muted); }
.signal-bar i:nth-child(4) { background: var(--slate); }

.section {
  padding: 56px 0;
}

.section-inner {
  width: var(--page);
  margin-inline: auto;
}

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

.section-heading h2,
.method h2,
.faq h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 8vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.section-heading p:not(.section-index) {
  max-width: 620px;
  margin: 16px 0 0;
  color: #5e6979;
  font-size: 1rem;
}

.listen {
  background: var(--white);
}

.platform-list {
  margin-top: 30px;
  border-top: 2px solid var(--navy);
}

.platform-list a {
  min-height: 88px;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  grid-template-areas:
    "logo name arrow"
    "logo note arrow";
  align-items: center;
  column-gap: 12px;
  border-bottom: 1px solid var(--line);
  transition: background-color 160ms ease, padding 160ms ease;
}

.platform-list a:hover {
  padding-inline: 10px;
  background: var(--platinum);
}

.platform-logo {
  grid-area: logo;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}

.platform-logo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.platform-list strong {
  grid-area: name;
  color: var(--navy);
  font-size: clamp(1.1rem, 5vw, 1.45rem);
  line-height: 1.1;
}

.platform-note {
  grid-area: note;
  color: #697383;
  font-size: 0.78rem;
}

.platform-arrow {
  grid-area: arrow;
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 800;
}

.section-dark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.about-watermark {
  position: absolute;
  z-index: -1;
  top: 96px;
  right: -32%;
  width: min(980px, 140vw);
  opacity: 0.045;
  filter: grayscale(1) brightness(3);
}

.section-heading-dark h2 {
  color: var(--white);
}

.section-heading-dark .section-index {
  color: var(--blue);
}

.section-heading-dark p:not(.section-index) {
  color: var(--slate);
}

.about-grid {
  margin-top: 36px;
  display: grid;
  gap: 32px;
}

.about-statement {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.55rem, 6.5vw, 2.8rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.brief-list {
  border-top: 1px solid rgba(237, 240, 244, 0.32);
}

.brief-list article {
  padding: 20px 0;
  display: grid;
  gap: 8px;
  border-bottom: 1px solid rgba(237, 240, 244, 0.25);
}

.brief-list span {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brief-list h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.28rem;
  font-weight: 700;
}

.brief-list p {
  margin: 0;
  color: var(--slate);
  font-size: 0.93rem;
}

.editorial-tags {
  margin-top: 30px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(237, 240, 244, 0.25);
}

.editorial-tags img {
  width: auto;
  height: 34px;
}

.radar {
  background: var(--platinum);
}

.radar-grid {
  margin-top: 34px;
  display: grid;
  border-top: 2px solid var(--navy);
}

.radar-grid article {
  min-height: 150px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.radar-grid span {
  color: var(--blue-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.radar-grid h3 {
  margin: 26px 0 8px;
  color: var(--navy);
  font-size: 1.35rem;
}

.radar-grid p {
  max-width: 320px;
  margin: 0;
  color: #5c6878;
  font-size: 0.9rem;
}

.method {
  background: var(--white);
  border-top: 8px solid var(--orange);
}

.method-grid {
  display: grid;
  gap: 28px;
}

.method h2 {
  margin-top: 0;
}

.method-copy p {
  margin: 0;
  color: #485567;
  font-size: clamp(1.04rem, 4.5vw, 1.25rem);
  line-height: 1.65;
}

.text-link {
  min-height: 48px;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid var(--orange);
  color: var(--navy);
  font-weight: 800;
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  gap: 32px;
}

.faq h2 {
  margin-top: 0;
}

.faq-intro {
  max-width: 340px;
  margin: 18px 0 0;
  color: #5c6878;
}

.faq-list {
  border-top: 2px solid var(--navy);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 78px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  color: var(--navy);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 44px 24px 0;
  color: #556173;
  font-size: 0.93rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    linear-gradient(90deg, rgba(19, 35, 67, 0.92), rgba(19, 35, 67, 0.76)),
    url("assets/kv-morning-call.png") center / cover no-repeat;
  color: var(--white);
}

.final-cta-inner {
  width: var(--page);
  margin-inline: auto;
}

.final-cta p {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-cta h2 {
  max-width: 760px;
  color: var(--white);
}

.button-light {
  margin-top: 30px;
  background: var(--white);
  color: var(--navy);
}

.button-light:hover {
  background: var(--blue);
}

.site-footer {
  padding: 48px 0 calc(26px + env(safe-area-inset-bottom));
  background: #0c1730;
  color: var(--white);
}

.footer-inner {
  width: var(--page);
  margin-inline: auto;
  display: grid;
  gap: 38px;
}

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

.footer-brand p {
  max-width: 310px;
  margin: 18px 0 0;
  color: var(--slate);
  font-size: 0.86rem;
}

.footer-nav {
  display: grid;
  gap: 2px;
}

.footer-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(237, 240, 244, 0.17);
  color: var(--platinum);
  font-size: 0.88rem;
}

.footer-nav a:hover {
  color: var(--blue);
}

.footer-disclaimer {
  max-width: 740px;
  margin: 0;
  color: #8f9aa9;
  font-size: 0.72rem;
}

.footer-bottom {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid rgba(237, 240, 244, 0.17);
  color: #7f8b9c;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 560px) {
  :root {
    --page: min(100% - 48px, 1180px);
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .button {
    width: auto;
  }

  .platform-list a {
    grid-template-columns: 48px minmax(170px, 1fr) minmax(150px, auto) 28px;
    grid-template-areas: "logo name note arrow";
  }

  .platform-note {
    text-align: right;
  }

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

  .radar-grid article:nth-child(odd) {
    padding-right: 24px;
    border-right: 1px solid var(--line);
  }

  .radar-grid article:nth-child(even) {
    padding-left: 24px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 800px) {
  .header-inner {
    min-height: 78px;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .desktop-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #4e5b6d;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .desktop-nav a:hover {
    color: var(--blue);
  }

  .header-cta {
    padding-inline: 18px;
  }

  .hero-inner {
    min-height: 650px;
    padding: 56px 0 72px;
  }

  .hero-copy {
    max-width: 640px;
  }

  h1 {
    font-size: clamp(3.5rem, 6.2vw, 5.4rem);
  }

  .hero-lead {
    max-width: 600px;
  }

  .section {
    padding: 84px 0;
  }

  .hero-video-background {
    transform: translateX(12%) scale(1.12);
  }

  .hero-video-shade {
    background: linear-gradient(90deg, rgba(237, 240, 244, 0.98), rgba(237, 240, 244, 0.9) 48%, rgba(237, 240, 244, 0.42) 74%, rgba(237, 240, 244, 0.14));
  }

  .video-toggle {
    right: max(24px, calc((100vw - 1180px) / 2));
    padding-inline: 16px;
  }

  .video-toggle-text {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .about-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
    gap: 56px;
  }

  .about-statement {
    padding-top: 8px;
  }

  .brief-list article {
    grid-template-columns: 92px 1fr;
  }

  .brief-list article p {
    grid-column: 2;
  }

  .method-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 70px;
    align-items: start;
  }

  .method-copy {
    padding-top: 28px;
  }

  .faq-grid {
    grid-template-columns: minmax(260px, 0.7fr) minmax(420px, 1.3fr);
    gap: 70px;
  }

  .final-cta {
    padding: 90px 0;
  }

  .footer-inner {
    grid-template-columns: minmax(220px, 0.8fr) minmax(220px, 0.6fr) minmax(280px, 1fr);
    column-gap: 64px;
    align-items: start;
  }

  .footer-disclaimer {
    padding-top: 4px;
  }

  .footer-bottom {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1040px) {
  .header-brand {
    width: 224px;
  }

  .hero-inner { min-height: 700px; }

  .radar-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .radar-grid article,
  .radar-grid article:nth-child(odd),
  .radar-grid article:nth-child(even) {
    padding: 28px 28px 30px;
    border-right: 1px solid var(--line);
  }

  .radar-grid article:nth-child(1),
  .radar-grid article:nth-child(4) {
    padding-left: 0;
  }

  .radar-grid article:nth-child(3),
  .radar-grid article:nth-child(6) {
    padding-right: 0;
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
