:root {
  --navy: #092f5b;
  --navy-dark: #0d2542;
  --blue: #067895;
  --blue-soft: #edf8fb;
  --gold: #c59a3c;
  --text: #17314f;
  --muted: #647689;
  --line: #dfe9f1;
  --panel: #ffffff;
  --shadow: 0 10px 28px rgba(16, 42, 75, 0.09);
  --radius: 7px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.48;
}

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

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

button,
summary {
  font: inherit;
}

.container {
  width: min(1166px, calc(100% - 64px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
  border-radius: 6px;
  transform: translateY(-140%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 232, 241, 0.72);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1;
}

.brand-text {
  display: grid;
  color: var(--navy);
  letter-spacing: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
}

.brand-text small {
  margin-top: 3px;
  color: var(--navy);
  font-family: inherit;
  font-size: 8px;
  letter-spacing: 5px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 38px;
  flex: 1;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}

.nav-links a {
  padding: 8px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 10px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(16, 42, 75, 0.13);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #0b4778 0%, #082b56 100%);
  border-color: #092f5b;
}

.btn-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  border-color: #167f9d;
}

.btn-light {
  color: var(--navy);
  background: #fff;
  border-color: #d9e7ef;
}

.nav-cta {
  min-width: 238px;
  min-height: 43px;
  padding-inline: 26px;
  border-radius: 5px;
  box-shadow: 0 9px 22px rgba(16, 42, 75, 0.18);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 42px;
  background:
    radial-gradient(circle at 75% 12%, rgba(197, 154, 60, 0.12), transparent 28%),
    linear-gradient(90deg, #fff 0%, #fff 44%, rgba(239, 248, 251, 0.88) 72%, #e9f6fa 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 155px;
  pointer-events: none;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(410px, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: 10px;
}

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

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

h1 {
  max-width: 520px;
  margin-bottom: 17px;
  color: var(--navy-dark);
  font-size: clamp(33px, 3.15vw, 41px);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  color: var(--blue);
}

h2 {
  color: var(--navy);
  font-size: clamp(23px, 2.45vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.2;
}

.hero-lede {
  max-width: 430px;
  color: #263f59;
  font-size: 14.5px;
  line-height: 1.62;
}

.hero-metrics {
  display: flex;
  gap: 30px;
  margin: 24px 0 20px;
}

.hero-metrics div {
  min-width: 136px;
  padding-right: 28px;
  border-right: 1px solid #b9cbd9;
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 7px;
  color: var(--navy-dark);
  font-size: 11px;
  font-weight: 800;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
  color: #213d58;
  font-size: 11px;
  font-weight: 700;
}

.trust-list li::before {
  content: "◎";
  margin-right: 6px;
  color: var(--blue);
  font-size: 12px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-actions .btn {
  min-width: 0;
  min-height: 42px;
  padding-inline: 20px;
}

.hero-visual {
  position: relative;
  min-height: 430px;
  border-radius: 0;
  overflow: hidden;
  background: #dfeaf0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -10px 0;
  height: auto;
  background: url("assets/vh1-hero.png") center center / cover no-repeat;
  filter: contrast(1.15) brightness(1.03) saturate(1.06);
  pointer-events: none;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.025);
  transform-origin: center;
  transition: transform 0.08s linear;
  will-change: transform;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 55% 35%, rgba(255, 255, 255, 0.18), transparent 17%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.3) 18%, rgba(255, 255, 255, 0.08) 39%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(135deg, rgba(8, 43, 86, 0.18) 0%, rgba(6, 120, 149, 0.14) 48%, rgba(8, 43, 86, 0.17) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.34), transparent 30%);
  pointer-events: none;
}

.skyline {
  display: none;
}

.skyline span {
  position: absolute;
  left: var(--x);
  bottom: 0;
  width: var(--w, 8%);
  height: var(--h);
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0 5px, transparent 5px 13px),
    linear-gradient(180deg, #4e9bbb, #195979);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.18), 0 10px 24px rgba(16, 42, 75, 0.14);
}

.skyline .spire::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 36px solid #3f86a7;
  transform: translateX(-50%);
}

.hero-badges {
  position: absolute;
  top: 62px;
  right: 28px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.hero-badges span,
.hero-note {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 38px rgba(9, 47, 91, 0.12);
  backdrop-filter: blur(18px) saturate(1.12);
}

.hero-badges span {
  padding: 11px 18px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}

.hero-note {
  position: absolute;
  right: 28px;
  bottom: 86px;
  z-index: 2;
  width: min(292px, calc(100% - 56px));
  padding: 24px 26px;
}

.hero-note b,
.hero-note span {
  display: block;
}

.hero-note b {
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 13px;
}

.hero-note span {
  color: #40566e;
  font-size: 11px;
  line-height: 1.45;
}

.market-panel {
  display: none;
  position: absolute;
  right: 72px;
  top: 126px;
  z-index: 1;
  width: 300px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 38px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 20px 48px rgba(9, 47, 91, 0.16);
  opacity: 0.72;
  backdrop-filter: blur(8px);
}

.market-panel::before {
  content: "";
  position: absolute;
  inset: 22px 22px 24px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, transparent 0 12%, rgba(255, 255, 255, 0.72) 13% 14%, transparent 15% 33%, rgba(191, 217, 209, 0.72) 34% 35%, transparent 36% 55%, rgba(255, 255, 255, 0.72) 56% 57%, transparent 58% 100%);
}

.market-panel span {
  position: absolute;
  bottom: 22px;
  width: 8px;
  border-radius: 3px;
  background: rgba(210, 230, 226, 0.64);
}

.market-panel span:nth-child(1) { right: 92px; height: 44px; }
.market-panel span:nth-child(2) { right: 72px; height: 68px; }
.market-panel span:nth-child(3) { right: 52px; height: 38px; }
.market-panel span:nth-child(4) { right: 32px; height: 82px; background: rgba(255, 255, 255, 0.66); }

.benefit-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 9px 24px rgba(16, 42, 75, 0.08);
}

.benefit-strip article {
  display: flex;
  gap: 21px;
  align-items: center;
  min-height: 112px;
  padding: 26px 28px;
  border-right: 1px solid var(--line);
}

.benefit-strip article:last-child {
  border-right: 0;
}

.icon {
  display: grid;
  place-items: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 900;
}

.benefit-strip h2,
.benefit-strip p {
  margin: 0;
}

.benefit-strip h2 {
  font-size: 15.5px;
  line-height: 1.18;
}

.benefit-strip p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.38;
}

.calendar-section,
.briefing,
.performance,
.process,
.profile-comparison,
.leadership,
.faq,
.final-cta {
  margin-top: 18px;
}

.section-intro {
  margin-bottom: 24px;
}

.centered {
  text-align: center;
}

.centered p {
  margin-inline: auto;
}

.split-intro {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 36px;
  align-items: end;
  padding: 26px 30px;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  background: #fff;
}

.split-intro h2 {
  margin-bottom: 0;
  max-width: 420px;
}

.appointment-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  color: #4c6277;
  font-size: 12px;
}

.appointment-notes p {
  margin: 0;
}

.calendar-frame {
  overflow: hidden;
  min-height: 900px;
  border: 1px solid var(--line);
  border-radius: 0 0 var(--radius) var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 42, 75, 0.08);
}

.briefing {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 42px;
  align-items: center;
  padding: 18px 56px;
  border-radius: var(--radius);
  background: linear-gradient(100deg, #eef8fb 0%, #f9fdfe 100%);
}

.video-wrap {
  overflow: hidden;
  border-radius: 5px;
  background: #061c35;
  box-shadow: 0 12px 26px rgba(7, 31, 61, 0.16);
}

.video-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.briefing-copy p:not(.eyebrow) {
  max-width: 560px;
  color: #4d6379;
  font-size: 13px;
}

.performance {
  padding-top: 28px;
}

.performance-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: center;
}

.return-list {
  display: grid;
  gap: 20px;
}

.return-list article {
  position: relative;
  padding-left: 52px;
}

.return-list article::before {
  content: "$";
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 50%;
  font-weight: 900;
}

.return-list strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
}

.return-list span {
  color: var(--muted);
  font-size: 12px;
}

.chart-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px repeat(3, 1fr);
  gap: 18px;
  align-items: end;
  min-height: 248px;
  padding: 30px 30px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #fff, #fbfdfe),
    repeating-linear-gradient(0deg, transparent 0 47px, #eef3f7 47px 48px);
  box-shadow: 0 12px 30px rgba(16, 42, 75, 0.075);
}

.chart-y {
  display: grid;
  height: 180px;
  color: #7b8da0;
  font-size: 12px;
}

.chart-group {
  display: grid;
  gap: 14px;
  align-items: end;
}

.chart-group strong {
  text-align: center;
  color: #465b70;
  font-size: 12px;
}

.bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 9px;
  height: 178px;
  border-bottom: 1px solid #b8c8d4;
}

.bars i {
  display: block;
  width: min(30px, 15%);
  min-height: 10px;
  border-radius: 3px 3px 0 0;
  background: #2d8196;
}

.bars .neg {
  align-self: baseline;
  border-radius: 0 0 3px 3px;
}

.b1 { height: 70px; }
.b2 { height: 34px; background: #9fbea9 !important; }
.b3 { height: 54px; background: #8fb8d2 !important; }
.b4 { height: 36px; background: #173b60 !important; }
.b5 { height: 42px; background: #a86f54 !important; }
.b6 { height: 55px; }
.b7 { height: 20px; background: #9fbea9 !important; }
.b8 { height: 35px; background: #8fb8d2 !important; }
.b9 { height: 22px; background: #173b60 !important; }
.b10 { height: 34px; background: #a86f54 !important; }
.b11 { height: 82px; }
.b12 { height: 120px; background: #9fbea9 !important; }
.b13 { height: 58px; background: #8fb8d2 !important; }
.b14 { height: 43px; background: #173b60 !important; }
.b15 { height: 55px; background: #a86f54 !important; }

.fine-print {
  margin: 14px auto 0;
  color: #728297;
  font-size: 10px;
  line-height: 1.45;
}

.performance .fine-print {
  max-width: 800px;
  text-align: center;
}

.safeguards {
  margin-top: 34px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.compact {
  margin-bottom: 18px;
}

.safeguard-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.safeguard-grid article {
  min-height: 126px;
}

.safeguard-grid span {
  display: block;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

.safeguard-grid h3 {
  margin: 9px 0 5px;
  font-size: 13px;
}

.safeguard-grid p {
  color: #5e7186;
  font-size: 11px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.process-grid article {
  position: relative;
  min-height: 152px;
  padding: 18px 14px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 42, 75, 0.055);
}

.process-grid article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -16px;
  top: 50%;
  z-index: 3;
  color: var(--navy);
  font-weight: 900;
}

.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 50%;
  font-weight: 900;
}

.process-grid h3 {
  margin-bottom: 8px;
  font-size: 12px;
}

.process-grid p {
  margin: 0;
  color: #5f7184;
  font-size: 10px;
}

.profile-comparison {
  display: grid;
  grid-template-columns: 0.78fr 1.42fr;
  gap: 20px;
}

.investor-profile,
.comparison-table,
.leader-card,
.leadership blockquote,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 42, 75, 0.055);
}

.investor-profile {
  padding: 26px 30px;
}

.investor-profile h2 {
  font-size: 22px;
}

.investor-profile ul {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.investor-profile li {
  margin: 8px 0;
  color: #40566d;
  font-size: 12px;
}

.investor-profile li::before {
  content: "✓";
  margin-right: 12px;
  color: var(--blue);
  font-weight: 900;
}

.comparison-table {
  overflow: auto;
  padding: 20px;
}

.comparison-table .eyebrow {
  margin-bottom: 14px;
}

table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 11px;
}

th,
td {
  padding: 9px 12px;
  text-align: left;
  border: 1px solid #dfe8ef;
}

th {
  color: var(--navy);
  background: #f3f6f9;
  font-size: 10px;
  text-transform: uppercase;
}

td {
  color: #3e5369;
}

.leadership {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.leader-card {
  display: grid;
  grid-template-columns: 164px 1fr;
  gap: 30px;
  align-items: center;
  padding: 30px;
}

.leader-photo {
  display: block;
  width: 164px;
  height: 164px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(223, 233, 241, 0.95);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(16, 42, 75, 0.13);
}

.leader-card h2 {
  margin-bottom: 8px;
  font-size: 28px;
}

.leader-card p {
  color: #4d6377;
  font-size: 12px;
}

.leadership blockquote {
  margin: 0;
  padding: 42px;
  background: linear-gradient(135deg, #eef8fb, #fff);
}

.leadership blockquote p {
  color: #3e5368;
}

.leadership cite {
  color: var(--navy);
  font-weight: 900;
  font-style: normal;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.faq details {
  overflow: hidden;
}

.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding: 14px 18px;
  color: var(--navy);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  color: var(--blue);
  font-size: 18px;
}

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

.faq details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #5d7184;
  font-size: 12px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 26px 56px;
  color: #fff;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0b3568, #047da0);
  box-shadow: 0 12px 30px rgba(16, 42, 75, 0.18);
}

.final-cta > div {
  display: flex;
  gap: 24px;
  align-items: center;
}

.final-cta h2,
.final-cta p {
  color: #fff;
  margin-bottom: 0;
}

.final-cta h2 {
  font-size: 20px;
}

.final-cta p {
  margin-top: 8px;
  max-width: 720px;
  opacity: 0.9;
  font-size: 12px;
}

.calendar-icon {
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 24px;
}

.footer {
  margin-top: 20px;
  padding: 24px 0 18px;
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.8fr 1fr;
  gap: 44px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.footer h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 12px;
}

.footer a,
.footer span {
  display: block;
  margin: 7px 0;
  color: #4b6176;
  font-size: 11px;
  font-weight: 700;
}

.legal-page {
  min-height: 100vh;
  padding: 34px 0 70px;
  background:
    radial-gradient(circle at 75% 0%, rgba(6, 120, 149, 0.11), transparent 34%),
    linear-gradient(180deg, #f8fbfd 0%, #fff 42%);
}

.legal-shell {
  width: min(980px, calc(100% - 56px));
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.legal-box {
  padding: 58px 64px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(16, 42, 75, 0.1);
}

.legal-box h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 58px);
}

.legal-box h2 {
  margin: 36px 0 12px;
  font-size: 22px;
}

.legal-box p,
.legal-box li {
  color: #3c5167;
  font-size: 15px;
  line-height: 1.75;
}

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

.footer-brand {
  margin-bottom: 14px;
}

.linkedin {
  display: grid !important;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff !important;
  background: var(--blue);
  border-radius: 3px;
  font-weight: 900;
}

.copyright {
  margin: 18px 0 0;
  color: #728297;
  text-align: center;
  font-size: 10px;
}

@media (max-width: 1080px) {
  .nav {
    gap: 18px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-cta {
    min-width: auto;
  }

  .hero-grid,
  .performance-grid,
  .profile-comparison,
  .leadership {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 400px;
  }

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

  .benefit-strip article:nth-child(2) {
    border-right: 0;
  }

  .benefit-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .appointment-notes {
    grid-template-columns: 1fr;
  }

  .briefing {
    grid-template-columns: 1fr;
    padding: 28px;
  }

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

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

  .process-grid article::after {
    display: none;
  }

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

@media (max-width: 820px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .nav {
    min-height: 76px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-links.is-open {
    position: absolute;
    inset: 76px 16px auto;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open a {
    padding: 14px;
    border-bottom: 1px solid #edf3f7;
  }

  .nav-links.is-open a:last-child {
    border-bottom: 0;
  }

  .brand-text {
    font-size: 20px;
    letter-spacing: 6px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-grid {
    gap: 32px;
  }

  .hero-metrics,
  .hero-actions,
  .trust-list {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-metrics div {
    border-right: 0;
    border-bottom: 1px solid #c8d8e3;
    padding: 0 0 18px;
  }

  .hero-visual {
    min-height: 350px;
  }

  .hero-badges {
    left: 18px;
    right: 18px;
    top: 24px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .hero-note {
    right: 18px;
    bottom: 26px;
    width: min(294px, calc(100% - 36px));
  }

  .benefit-strip,
  .split-intro,
  .safeguard-grid,
  .process-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .benefit-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit-strip article:last-child {
    border-bottom: 0;
  }

  .split-intro {
    padding: 24px 22px;
  }

  .calendar-frame {
    min-height: 760px;
  }

  .calendar-frame iframe {
    height: 760px !important;
  }

  .chart-card {
    grid-template-columns: 34px repeat(3, 1fr);
    gap: 10px;
    padding-inline: 14px;
  }

  .bars {
    gap: 5px;
  }

  .leader-card {
    grid-template-columns: 1fr;
  }

  .leader-photo {
    width: 150px;
  }

  .final-cta,
  .final-cta > div {
    display: grid;
    padding: 28px;
  }

  .final-cta .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 37px;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 340px;
  }

  .skyline {
    width: 100%;
    right: 0;
    bottom: 88px;
  }

  .hero-badges span {
    padding: 8px 10px;
    font-size: 10.5px;
  }

  .benefit-strip article {
    padding: 22px;
    gap: 18px;
  }

  .icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .comparison-table {
    padding: 18px;
  }

  table {
    min-width: 560px;
    font-size: 12px;
  }

  .briefing,
  .investor-profile,
  .leader-card,
  .leadership blockquote {
    padding: 22px;
  }

  table {
    font-size: 13px;
  }
}
