:root {
  --navy-950: #061536;
  --navy-900: #0a1b3f;
  --navy-800: #102a57;
  --navy-700: #173b75;
  --gold-500: #c8a15a;
  --gold-400: #d9b876;
  --gold-200: #ead7ad;
  --cream: #f8f4eb;
  --white: #ffffff;
  --ink: #111827;
  --muted: #667085;
  --line: #dfe3ea;
  --success: #117a52;
  --error: #b42318;
  --shadow: 0 28px 80px rgba(5, 20, 52, 0.18);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 999;
  padding: 12px 16px;
  background: var(--gold-500);
  color: var(--navy-950);
  font-weight: 700;
}

.skip-link:focus {
  top: 20px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(8, 28, 65, 0.08);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

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

.brand-mark {
  width: 52px;
  height: 34px;
  overflow: hidden;
  border-radius: 3px;
  background: var(--navy-950);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: var(--navy-950);
}

.brand-copy span {
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.desktop-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.desktop-nav a {
  font-size: 14px;
  font-weight: 600;
  color: #344054;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--navy-800);
}

.button {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:focus-visible,
.faq-item button:focus-visible,
.menu-button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(200, 161, 90, 0.42);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.button-outline {
  color: var(--navy-950);
  border-color: rgba(6, 21, 54, 0.18);
  background: var(--white);
}

.button-gold {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  box-shadow: 0 14px 30px rgba(200, 161, 90, 0.25);
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 161, 90, 0.14), transparent 25%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 62%, #0c244d);
  color: var(--white);
  padding: 76px 0 0;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  width: 350px;
  height: 350px;
  right: 4%;
  top: 9%;
  background: rgba(200, 161, 90, 0.13);
}

.hero-glow-two {
  width: 240px;
  height: 240px;
  left: -90px;
  bottom: 50px;
  background: rgba(82, 123, 200, 0.16);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 74px;
  align-items: start;
}

.hero-copy {
  padding: 42px 0 72px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-200);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 0 6px rgba(200, 161, 90, 0.12);
}

.hero h1,
.section-heading h2,
.why-copy h2,
.centered-heading h2,
.insight-card h2,
.faq-intro h2,
.closing-cta h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.045em;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(50px, 6.2vw, 84px);
  line-height: 0.98;
  font-weight: 800;
}

.hero h1 span {
  display: block;
  color: var(--gold-400);
}

.hero-intro {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.76);
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  color: var(--white);
}

.hero-proof {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.13);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hero-proof > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.proof-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(217, 184, 118, 0.42);
  color: var(--gold-400);
  font-size: 10px;
  font-weight: 800;
}

.hero-proof p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,0.58);
}

.hero-proof strong {
  color: var(--white);
}

.lead-card {
  position: relative;
  margin-bottom: -74px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.lead-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border: 1px solid rgba(8, 31, 70, 0.06);
  border-radius: 20px;
}

.lead-card-top,
.lead-form {
  position: relative;
}

.form-kicker {
  margin: 0 0 8px;
  color: var(--gold-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-card h2 {
  margin: 0;
  font: 800 32px/1.1 "Manrope", sans-serif;
  letter-spacing: -0.035em;
  color: var(--navy-950);
}

.lead-card-top > p:last-child {
  margin: 12px 0 24px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.lead-form {
  display: grid;
  gap: 15px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-size: 12px;
  font-weight: 700;
  color: #344054;
}

.field input,
.field select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
}

.field input:hover,
.field select:hover {
  border-color: #98a2b3;
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: var(--error);
}

.field-error {
  min-height: 14px;
  color: var(--error);
  font-size: 11px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.checkbox-label input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: var(--navy-800);
}

.button-submit {
  width: 100%;
  margin-top: 2px;
  justify-content: space-between;
  color: var(--white);
  border-radius: 12px;
  background: var(--navy-950);
  box-shadow: 0 12px 28px rgba(6, 21, 54, 0.18);
}

.button-submit:hover {
  background: var(--navy-800);
}

.button-submit:disabled {
  opacity: 0.68;
  cursor: wait;
  transform: none;
}

.form-note,
.form-status {
  margin: 0;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
}

.form-status {
  display: none;
  padding: 11px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
}

.form-status.is-visible {
  display: block;
}

.form-status.success {
  color: var(--success);
  background: rgba(17, 122, 82, 0.08);
}

.form-status.error {
  color: var(--error);
  background: rgba(180, 35, 24, 0.08);
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.trust-bar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2px;
  padding: 23px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.trust-bar span {
  padding: 0 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.trust-bar span:last-child {
  border-right: 0;
}

.section {
  padding: 120px 0;
}

.section-light {
  background: var(--white);
}

.section-heading {
  margin-bottom: 52px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: end;
}

.section-kicker {
  color: var(--gold-500);
}

.section-kicker-light {
  color: var(--gold-400);
}

.section-heading h2,
.why-copy h2,
.centered-heading h2,
.insight-card h2,
.faq-intro h2,
.closing-cta h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 1.04;
}

.split-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.services-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 290px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fbfcfd;
  overflow: hidden;
}

.service-card:nth-child(4) {
  grid-column: 2 / 4;
  min-height: 240px;
}

.service-featured {
  grid-row: span 2;
  min-height: 548px;
  color: var(--white);
  background:
    linear-gradient(rgba(6, 21, 54, 0.84), rgba(6, 21, 54, 0.96)),
    radial-gradient(circle at 20% 10%, rgba(200,161,90,.45), transparent 34%),
    var(--navy-950);
  border-color: transparent;
}

.service-number {
  font: 800 12px/1 "Manrope", sans-serif;
  letter-spacing: 0.12em;
  color: var(--gold-500);
}

.service-card h3 {
  margin: 0 0 12px;
  font: 800 26px/1.15 "Manrope", sans-serif;
  letter-spacing: -0.025em;
  color: var(--navy-950);
}

.service-featured h3 {
  color: var(--white);
  font-size: 36px;
}

.service-card p {
  margin: 0;
  line-height: 1.7;
  color: var(--muted);
}

.service-featured p {
  color: rgba(255,255,255,0.7);
}

.service-arrow {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--white);
  border: 1px solid var(--line);
}

.section-navy {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(200, 161, 90, 0.15), transparent 28%),
    var(--navy-950);
}

.why-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: center;
}

.why-copy h2 {
  color: var(--white);
}

.why-copy > p:not(.section-kicker) {
  margin: 24px 0 34px;
  color: rgba(255,255,255,0.68);
  line-height: 1.8;
  font-size: 17px;
}

.why-panel {
  padding-left: 42px;
  border-left: 1px solid rgba(255,255,255,0.13);
}

.why-panel article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.why-panel article:last-child {
  border-bottom: 0;
}

.why-panel article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-400);
  border: 1px solid rgba(217,184,118,0.36);
  font-size: 11px;
  font-weight: 800;
}

.why-panel h3 {
  margin: 0 0 8px;
  font: 700 22px/1.2 "Manrope", sans-serif;
}

.why-panel p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  line-height: 1.7;
}

.centered-heading {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.process-grid {
  position: relative;
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.process-grid::before {
  content: "";
  position: absolute;
  left: 16.6%;
  right: 16.6%;
  top: 29px;
  height: 1px;
  background: var(--line);
}

.process-grid article {
  position: relative;
  text-align: center;
  padding: 0 20px;
}

.process-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy-950);
  box-shadow: 0 0 0 10px var(--white);
  font-weight: 800;
}

.process-grid h3 {
  margin: 0 0 10px;
  font: 700 20px/1.25 "Manrope", sans-serif;
  color: var(--navy-950);
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.insight-section {
  padding-top: 0;
}

.insight-card {
  padding: 64px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
  border-radius: var(--radius-lg);
  background: var(--cream);
}

.insight-card h2 {
  font-size: clamp(36px, 4vw, 54px);
}

.insight-list {
  display: grid;
  gap: 14px;
}

.insight-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(6,21,54,0.12);
  color: var(--navy-950);
  font-weight: 700;
}

.insight-list div:last-child {
  border-bottom: 0;
}

.insight-list span {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: var(--gold-500);
}

.faq-section {
  border-top: 1px solid #eef0f4;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 86px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  font-size: clamp(38px, 4.5vw, 56px);
}

.faq-intro > p:last-child {
  color: var(--muted);
  line-height: 1.75;
}

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

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

.faq-item button {
  width: 100%;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  color: var(--navy-950);
  text-align: left;
  font: 700 18px/1.4 "Manrope", sans-serif;
  cursor: pointer;
}

.faq-symbol {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  transition: transform 180ms ease;
}

.faq-item.is-open .faq-symbol {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 24px;
}

.closing-cta {
  padding: 76px 0;
  color: var(--white);
  background: var(--navy-800);
}

.closing-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.closing-cta h2 {
  color: var(--white);
  font-size: clamp(36px, 4.4vw, 58px);
}

.site-footer {
  padding: 72px 0 22px;
  color: rgba(255,255,255,0.64);
  background: #04102a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  gap: 60px;
}

.footer-brand .brand-copy strong {
  color: var(--white);
}

.footer-brand .brand-copy span {
  color: rgba(255,255,255,0.48);
}

.footer-grid h3 {
  margin: 0 0 18px;
  color: var(--white);
  font: 700 14px/1 "Manrope", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-grid > div:first-child p {
  max-width: 390px;
  margin-top: 20px;
}

.footer-bottom {
  margin-top: 58px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 12px;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

@media (max-width: 1020px) {
  .desktop-nav,
  .header-inner > .button {
    display: none;
  }

  .menu-button {
    margin-left: auto;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--white);
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    background: var(--navy-950);
    transition: transform 180ms ease;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    padding: 20px;
    display: none;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 50px rgba(6,21,54,.12);
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .mobile-menu a {
    padding: 15px 10px;
    border-bottom: 1px solid #eef0f4;
    font-weight: 700;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    padding-bottom: 42px;
  }

  .lead-card {
    max-width: 700px;
    margin-bottom: -62px;
  }

  .trust-bar {
    margin-top: 100px;
  }

  .split-heading,
  .why-layout,
  .insight-card,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .faq-intro {
    position: static;
  }

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

  .service-featured {
    grid-row: auto;
    min-height: 340px;
    grid-column: 1 / -1;
  }

  .service-card:nth-child(4) {
    grid-column: auto;
    min-height: 290px;
  }

  .why-panel {
    padding-left: 0;
    border-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 70px;
  }

  .mobile-menu {
    top: 70px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-mark {
    width: 44px;
    height: 29px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .hero-intro {
    font-size: 17px;
  }

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

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

  .lead-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

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

  .trust-bar {
    grid-template-columns: 1fr 1fr;
    row-gap: 18px;
    padding-bottom: 18px;
  }

  .trust-bar span {
    padding: 0 10px;
  }

  .trust-bar span:nth-child(2) {
    border-right: 0;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2,
  .why-copy h2,
  .centered-heading h2,
  .insight-card h2,
  .faq-intro h2,
  .closing-cta h2 {
    font-size: 39px;
  }

  .services-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-featured,
  .service-card,
  .service-card:nth-child(4) {
    grid-column: auto;
    min-height: 300px;
  }

  .process-grid::before {
    display: none;
  }

  .insight-card {
    padding: 34px 22px;
  }

  .closing-cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    gap: 38px;
  }

  .footer-bottom {
    margin-top: 36px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Sharp conversion-focused revision */
:root {
  --radius-lg: 0;
  --radius-md: 0;
}

.site-header {
  min-height: 76px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(6, 21, 54, 0.14);
}

.header-inner {
  position: relative;
  min-height: 76px;
  justify-content: space-between;
}

.desktop-nav-left {
  margin-left: 0;
  margin-right: auto;
}

.brand-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-faq-link {
  font-size: 14px;
  font-weight: 600;
  color: #344054;
}

.brand-mark,
.button,
.menu-button,
.lead-card,
.lead-card::before,
.field input,
.field select,
.button-submit,
.form-status,
.service-card,
.service-arrow,
.insight-card,
.process-icon,
.proof-icon,
.why-panel article > span,
.faq-symbol {
  border-radius: 0 !important;
}

.brand-mark {
  width: 58px;
  height: 36px;
}

.hero {
  padding-top: 54px;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.75fr);
  gap: 54px;
  align-items: center;
}

.hero-copy {
  padding: 34px 0 58px;
}

.hero h1 {
  font-size: clamp(48px, 5.6vw, 78px);
}

.hero-intro {
  margin-top: 22px;
  font-size: 18px;
}

.hero-proof {
  margin-top: 38px;
  padding-top: 22px;
}

.lead-card {
  margin-bottom: 0;
  padding: 26px;
  box-shadow: 18px 18px 0 rgba(200, 161, 90, 0.16);
}

.lead-card::before {
  display: none;
}

.lead-card h2 {
  font-size: 28px;
}

.lead-card-top > p:last-child {
  margin: 9px 0 18px;
}

.lead-form {
  gap: 10px;
}

.field-row {
  gap: 10px;
}

.field {
  gap: 5px;
}

.field input,
.field select {
  min-height: 44px;
  padding: 0 12px;
}

.field-error {
  min-height: 0;
}

.field-error:empty {
  display: none;
}

.compact-consent {
  margin: 2px 0 0;
}

.button-submit {
  min-height: 48px;
  margin-top: 2px;
}

.form-note {
  font-size: 10px;
}

.trust-bar {
  margin-top: 44px;
}

@media (max-width: 1100px) {
  .desktop-nav-left,
  .header-actions {
    display: none;
  }

  .header-inner {
    justify-content: flex-end;
  }

  .menu-button {
    display: grid;
    margin-left: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .lead-card {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .trust-bar {
    margin-top: 54px;
  }
}

@media (max-width: 720px) {
  .site-header,
  .header-inner {
    min-height: 66px;
  }

  .mobile-menu {
    top: 66px;
  }

  .brand-centered {
    max-width: calc(100% - 110px);
  }

  .brand-copy span {
    display: none;
  }

  .brand-mark {
    width: 46px;
    height: 29px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-copy {
    padding: 16px 0 34px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-intro {
    font-size: 16px;
    line-height: 1.55;
  }

  .lead-card {
    padding: 20px 16px;
    box-shadow: 10px 10px 0 rgba(200, 161, 90, 0.16);
  }

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

  .trust-bar {
    margin-top: 38px;
  }
}


/* Accessible conversion and brand-marquee refinement */
.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 52px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--navy-950) 50%),
    linear-gradient(135deg, var(--navy-950) 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 50%,
    calc(100% - 15px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field select::-ms-expand {
  display: none;
}

.consent-group {
  display: grid;
  gap: 4px;
}

.checkbox-label {
  min-height: 28px;
}

.checkbox-label input {
  flex: 0 0 auto;
}

.field-error:not(:empty) {
  display: block;
}

.brand-cloud {
  padding: 58px 0 64px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.brand-cloud-header {
  margin-bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.brand-cloud-kicker {
  margin: 0 0 8px;
  color: var(--gold-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-cloud h2 {
  max-width: 720px;
  margin: 0;
  color: var(--navy-950);
  font: 800 clamp(25px, 3vw, 39px)/1.08 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.marquee-control {
  min-height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  border: 1px solid rgba(6, 21, 54, 0.18);
  border-radius: 0;
  color: var(--navy-950);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.marquee-control:hover {
  background: var(--cream);
}

.marquee-control-icon {
  width: 18px;
  text-align: center;
  font-weight: 800;
}

.brand-marquee {
  position: relative;
  width: 100%;
  padding: 20px 0 24px;
  overflow: hidden;
  outline: none;
}

.brand-marquee::before,
.brand-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(11vw, 150px);
  pointer-events: none;
}

.brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
}

.brand-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255,255,255,0));
}

.brand-marquee:focus-visible {
  outline: 3px solid rgba(200, 161, 90, 0.52);
  outline-offset: 4px;
}

.brand-marquee-track {
  width: max-content;
  display: flex;
  gap: 18px;
  animation: brand-marquee-scroll 34s linear infinite;
  will-change: transform;
}

.brand-marquee:hover .brand-marquee-track,
.brand-marquee:focus-within .brand-marquee-track,
.brand-marquee.is-paused .brand-marquee-track {
  animation-play-state: paused;
}

.brand-badge {
  width: 210px;
  min-height: 84px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(6, 21, 54, 0.14);
  background: #fff;
  box-shadow: 9px 9px 0 rgba(6, 21, 54, 0.045);
  color: var(--navy-950);
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.brand-badge:nth-child(even) {
  transform: translateY(10px);
}

.brand-badge:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 161, 90, 0.75);
  box-shadow: 11px 11px 0 rgba(200, 161, 90, 0.12);
}

.badge-symbol {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--gold-500);
  color: var(--gold-500);
  background: var(--navy-950);
  font: 800 15px/1 "Manrope", sans-serif;
}

.brand-badge strong {
  font: 700 13px/1.25 "Manrope", sans-serif;
  letter-spacing: 0.02em;
}

@keyframes brand-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (max-width: 720px) {
  .brand-cloud {
    padding: 46px 0 50px;
  }

  .brand-cloud-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 18px;
  }

  .brand-cloud h2 {
    font-size: 28px;
  }

  .brand-badge {
    width: 176px;
    min-height: 72px;
    padding: 13px 15px;
  }

  .badge-symbol {
    width: 36px;
    height: 36px;
  }

  .marquee-control {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-marquee {
    overflow-x: auto;
    padding-bottom: 16px;
  }

  .brand-marquee-track {
    animation: none !important;
  }

  .brand-badge {
    transform: none !important;
  }

  .marquee-control {
    display: none;
  }
}

@media (forced-colors: active) {
  .brand-badge,
  .marquee-control,
  .field input,
  .field select,
  .button {
    border: 1px solid ButtonText;
  }

  .badge-symbol {
    border: 1px solid ButtonText;
  }
}


/* Thank-you page */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.noscript-note {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid var(--gold-500);
  color: var(--navy-950);
  background: var(--cream);
  font-size: 13px;
  line-height: 1.5;
}

.centered-header-inner {
  justify-content: center;
}

.centered-brand {
  margin-inline: auto;
}

.thank-you-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 82px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 20%, rgba(200, 161, 90, 0.18), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 64%, #0c244d);
}

.thank-you-grid {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.thank-you-layout {
  position: relative;
}

.thank-you-card {
  max-width: 880px;
  margin-inline: auto;
  padding: 58px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(6, 21, 54, 0.84);
  box-shadow: 18px 18px 0 rgba(200, 161, 90, 0.12);
  backdrop-filter: blur(14px);
}

.confirmation-mark {
  width: 62px;
  height: 62px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-400);
  color: var(--navy-950);
  background: var(--gold-400);
  font-size: 28px;
  font-weight: 800;
}

.thank-you-card h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font: 800 clamp(45px, 6vw, 72px)/0.99 "Manrope", sans-serif;
  letter-spacing: -0.052em;
}

.thank-you-intro {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255,255,255,0.74);
  font-size: 18px;
  line-height: 1.72;
}

.next-step-panel {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.next-step-panel h2 {
  margin: 0 0 22px;
  color: var(--gold-400);
  font: 800 14px/1 "Manrope", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.next-step-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
}

.next-step-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.next-step-list li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217,184,118,0.55);
  color: var(--gold-400);
  font-size: 10px;
  font-weight: 800;
}

.next-step-list strong {
  display: block;
  color: var(--white);
  font: 700 15px/1.35 "Manrope", sans-serif;
}

.next-step-list p {
  margin: 7px 0 0;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  line-height: 1.58;
}

.thank-you-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.thank-you-secondary {
  color: var(--white);
  border-color: rgba(255,255,255,0.35);
  background: transparent;
}

.thank-you-secondary:hover {
  background: rgba(255,255,255,0.08);
}

.thank-you-note {
  margin: 20px 0 0;
  color: rgba(255,255,255,0.52);
  font-size: 12px;
  line-height: 1.5;
}

.thank-you-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 800px) {
  .thank-you-hero {
    min-height: auto;
    padding: 52px 0;
  }

  .thank-you-card {
    padding: 38px 26px;
    box-shadow: 10px 10px 0 rgba(200, 161, 90, 0.12);
  }

  .next-step-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .thank-you-card {
    padding: 30px 20px;
  }

  .thank-you-card h1 {
    font-size: 42px;
  }

  .thank-you-actions {
    display: grid;
  }

  .thank-you-actions .button {
    width: 100%;
  }
}
