@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap");

:root {
  --navy: #1f3c57;
  --navy-deep: #132a3d;
  --navy-soft: #2b526f;
  --gold: #ffd32d;
  --gold-soft: #fff4b5;
  --white: #ffffff;
  --ink: #17212b;
  --muted: #5c6874;
  --line: #d9e0e5;
  --surface: #f4f7f9;
  --danger: #9b1c1c;
  --success: #176a43;
  --shadow-sm: 0 8px 24px rgba(19, 42, 61, 0.1);
  --shadow-lg: 0 24px 70px rgba(19, 42, 61, 0.19);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.narrow-copy {
  max-width: 820px;
}

.centered-heading {
  margin-inline: auto;
  text-align: center;
}

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

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

.gold-logo-bar {
  position: relative;
  z-index: 20;
  width: 100%;
  background: var(--gold);
  border-bottom: 1px solid rgba(31, 60, 87, 0.18);
}

.gold-logo-inner {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.brand-mark {
  display: inline-flex;
  align-items: stretch;
  color: var(--navy);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(0.98rem, 3.84vw, 1.3rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark-bold {
  display: inline-flex;
  align-items: center;
  padding: 6px 7px 6px 0;
}

.brand-mark-offers {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  color: var(--gold);
  background: var(--navy);
  border-radius: 5px;
  letter-spacing: -0.03em;
}

.gold-bar-qualifier {
  position: absolute;
  left: 50%;
  width: min(70vw, 820px);
  margin: 0;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.section {
  padding: 76px 0;
}

.section-navy {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 211, 45, 0.12), transparent 32%),
    linear-gradient(150deg, var(--navy-deep) 0%, var(--navy) 56%, #244d6a 100%);
}

.section-soft {
  background: var(--surface);
}

.section-gold {
  background: var(--gold);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-dark,
.section-kicker-dark {
  color: var(--navy);
}

.section-kicker-prominent {
  font-size: 0.89rem;
  letter-spacing: 0.14em;
}

.landing-hero {
  padding: clamp(18px, 2.4vw, 32px) 0 clamp(40px, 4vw, 58px);
}

.landing-hero-stack,
.confirmation-hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 1040px;
  text-align: center;
}

.landing-hero-stack {
  gap: clamp(14px, 1.8vw, 22px);
  max-width: 1240px;
}

.landing-hero-copy {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: clamp(6px, 0.8vw, 12px);
}

.landing-hero-stack .eyebrow {
  margin-bottom: 0;
  color: var(--navy);
}

.landing-hero h1,
.booking-hero h1,
.confirmation-hero h1,
.status-card h1 {
  max-width: 1020px;
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(2.15rem, 8.5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.landing-hero h1 {
  max-width: 1400px;
  font-size: clamp(2.35rem, 3.15vw, 4rem);
  line-height: 1.03;
  text-wrap: balance;
}

.landing-hero h1 span {
  color: var(--gold);
}

.hero-headline-break {
  display: none;
}

.hero-subhead {
  max-width: 1220px;
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  font-weight: 600;
  line-height: 1.45;
  text-wrap: balance;
}

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.cta-microcopy {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.landing-hero .cta-microcopy {
  display: block;
  max-width: 620px;
  line-height: 1.45;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms var(--ease-out), box-shadow 160ms var(--ease-out), background-color 160ms var(--ease-out);
}

.button svg {
  width: 1.5em;
  height: 1.5em;
  flex: 0 0 auto;
}

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

.button:active {
  transform: scale(0.97);
}

.button-primary {
  color: var(--navy-deep);
  background: var(--gold);
  box-shadow: 0 12px 34px rgba(255, 211, 45, 0.22);
}

.button-primary:hover {
  background: #ffdc53;
  box-shadow: 0 16px 40px rgba(255, 211, 45, 0.3);
}

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

.button-large {
  min-height: 58px;
  padding: 16px 30px;
  font-size: 1.05rem;
}

.hero-video-full {
  width: min(90%, 756px);
  margin: 0 auto;
}

.video-frame,
.confirmation-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #081724;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.video-frame iframe,
.confirmation-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-caption {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
}

.authority-section {
  padding-block: clamp(56px, 7vw, 86px);
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
  border-block: 1px solid var(--line);
}

.authority-stack {
  max-width: 1080px;
  display: grid;
  gap: clamp(34px, 5vw, 58px);
}

.authority-copy-block {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.authority-copy-block h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.authority-copy {
  max-width: 900px;
  margin: 20px auto 0;
  color: #3f4e5b;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  font-weight: 600;
  line-height: 1.65;
}

.trust-logo-groups {
  display: grid;
  gap: 20px;
}

.trust-logo-group {
  padding: clamp(22px, 3vw, 32px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.trust-logo-label {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.trust-logo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}

.trust-logo {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: 8px;
}

.trust-logo img {
  width: auto;
  height: auto;
  max-width: min(100%, 180px);
  max-height: 72px;
  object-fit: contain;
}

.trust-logo-chip {
  background: var(--navy);
}

.proof-heading {
  max-width: 760px;
}

.testimonial-video-grid,
.written-testimonial-grid {
  display: grid;
  gap: 20px;
}

.testimonial-video-grid {
  width: 100%;
  margin-inline: auto;
}

.testimonial-video-card,
.written-testimonial-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.testimonial-video-card .video-frame {
  border: 0;
  border-radius: 0;
}

.testimonial-video-meta {
  padding: 18px;
}

.testimonial-video-meta h3,
.written-testimonial-card blockquote {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

.testimonial-video-meta p,
.written-testimonial-card figcaption {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.written-testimonial-card {
  margin: 0;
  padding: 26px;
}

.written-testimonial-card blockquote {
  font-size: 1.05rem;
}

.phone-alert-strip {
  padding: 15px 16px;
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.split-section,
.founder-layout,
.faq-layout,
.bottleneck-layout,
.application-shell,
.booking-shell {
  display: grid;
  gap: 32px;
}

.section-heading {
  margin: 0 0 20px;
}

.section-heading h2,
.centered-heading h2,
.final-cta-inner h2,
.bottleneck-card h2,
.booking-card-header h2,
.form-card-header h1,
.application-intro h1 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.85rem, 5.8vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.09;
}

.section-heading-light h2,
.final-cta-inner h2 {
  color: var(--white);
}

.section-heading p,
.centered-heading p,
.application-intro p,
.booking-card-header p,
.form-card-header p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
}

.section-heading-light p {
  color: rgba(255, 255, 255, 0.78);
}

.emphasis-copy {
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 700;
}

.problem-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 211, 45, 0.12), transparent 28%),
    linear-gradient(145deg, #f5f8fa 0%, #ffffff 58%, #eef3f6 100%);
}

.infrastructure-layout {
  display: grid;
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.infrastructure-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.08;
  text-wrap: balance;
}

.infrastructure-copy > p:not(.section-kicker) {
  max-width: 640px;
  margin: 20px 0 0;
  color: #41515e;
  font-size: 1.04rem;
}

.infrastructure-copy .emphasis-copy {
  margin-top: 24px;
  padding-left: 18px;
  color: var(--navy-deep);
  border-left: 5px solid var(--gold);
}

.infrastructure-stats {
  display: grid;
  gap: 18px;
}

.infrastructure-stat {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 36px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 211, 45, 0.08), transparent 42%),
    var(--navy-deep);
  border: 1px solid rgba(31, 60, 87, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(19, 42, 61, 0.18);
}

.infrastructure-stat::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--gold);
}

.infrastructure-stat-value {
  display: block;
  color: var(--gold);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(3.15rem, 8vw, 5.6rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.infrastructure-stat p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--white);
  font-size: clamp(1.04rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.45;
}

.infrastructure-stat strong {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  line-height: 1.45;
}

.infrastructure-stat-value-wide {
  font-size: clamp(2.7rem, 6vw, 4.6rem);
  letter-spacing: -0.055em;
}

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

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

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--navy);
  font-weight: 900;
}

.section-navy .check-list li::before {
  color: var(--gold);
}

.mechanism-grid,
.step-card-grid,
.economics-grid,
.qa-grid {
  display: grid;
  gap: 18px;
}

.mechanism-card,
.review-card,
.next-step-card,
.bottleneck-card,
.booking-card,
.form-card,
.status-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.mechanism-card,
.review-card,
.next-step-card {
  padding: 26px;
}

.mechanism-card {
  color: var(--ink);
  border-top: 5px solid var(--gold);
}

.mechanism-card h3,
.review-card h3,
.next-step-card h3,
.economics-grid h3 {
  margin: 0 0 10px;
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.16rem;
  line-height: 1.25;
}

.mechanism-card p,
.review-card p,
.next-step-card p,
.economics-grid p {
  margin: 0;
}

.card-number {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--gold);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.team-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 211, 45, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

.team-section-inner {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.team-heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.team-grid {
  width: 100%;
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(18px, 2vw, 24px);
  margin-inline: auto;
}

.team-member-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.team-member-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: var(--surface);
}

.team-member-card img.team-member-image-white {
  background: var(--white);
}

.team-member-copy {
  padding: clamp(22px, 3vw, 30px);
}

.team-member-copy h3 {
  margin: 0 0 12px;
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  line-height: 1.2;
}

.team-member-copy p {
  margin: 0;
  color: #41515e;
  line-height: 1.65;
}

.team-cta {
  display: flex;
  justify-content: center;
}

.economics-section {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 211, 45, 0.14), transparent 30%),
    linear-gradient(145deg, #0f2637 0%, var(--navy) 58%, #244d6a 100%);
}

.economics-layout {
  display: grid;
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.economics-copy-block h2 {
  max-width: 670px;
  margin: 0;
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  letter-spacing: -0.05em;
  line-height: 1.08;
  text-wrap: balance;
}

.economics-copy-block > p:not(.section-kicker) {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.economics-alignment {
  max-width: 560px;
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 5px solid var(--gold);
  border-radius: 0 12px 12px 0;
}

.economics-alignment span,
.economics-panel-label {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.economics-alignment strong {
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.28rem;
}

.economics-panel {
  padding: clamp(22px, 4vw, 36px);
  color: var(--navy-deep);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.economics-panel-label {
  margin: 0 0 18px;
  color: var(--navy);
}

.economics-grid article {
  display: grid;
  gap: 7px;
  padding: 20px;
  background: #f7f9fb;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.economics-grid article strong {
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.economics-grid article span {
  color: #43515e;
  font-size: 0.91rem;
  font-weight: 600;
  line-height: 1.45;
}

.economics-note {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--navy-deep);
  font-weight: 700;
  line-height: 1.55;
}

.deliverable-list {
  max-width: 820px;
  margin-inline: auto;
}

.qa-grid details,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.qa-grid summary,
.faq-list summary {
  padding: 18px 20px;
  color: var(--navy-deep);
  cursor: pointer;
  font-weight: 800;
}

.qa-grid details p,
.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.pull-quote-band {
  padding: 62px 0;
  text-align: center;
}

.pull-quote-band blockquote {
  max-width: 920px;
  margin: 0 auto;
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.55rem, 4.8vw, 2.7rem);
  font-weight: 700;
  line-height: 1.25;
}

.final-cta-inner {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.final-cta-inner p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.application-main,
.booking-main,
.status-main {
  min-height: calc(100vh - 68px);
  background: var(--surface);
}

.application-main {
  padding: clamp(8px, 1.2vw, 14px) 0 72px;
}

.booking-main,
.status-main {
  padding: 48px 0 72px;
}

.application-hero {
  padding-bottom: clamp(10px, 1.4vw, 18px);
}

.application-shell {
  max-width: 960px;
}

.application-form-card {
  width: 100%;
  margin-inline: auto;
}

.application-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.application-points p {
  margin: 0;
  padding: 14px 16px;
  color: var(--navy-deep);
  background: var(--gold-soft);
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  font-weight: 700;
}

.form-card,
.booking-card,
.bottleneck-card,
.status-card {
  padding: 24px;
}

.form-card-header,
.booking-card-header {
  margin-bottom: 24px;
}

.form-step-label {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.progress-track {
  height: 8px;
  margin: 0 0 24px;
  overflow: hidden;
  background: #e5ebef;
  border-radius: 999px;
}

.progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--gold);
  border-radius: inherit;
  transition: width 200ms var(--ease-out);
}

.field-row {
  display: grid;
  gap: 16px;
}

.field-group {
  margin-bottom: 18px;
}

.application-form-linear {
  display: grid;
  gap: 0;
}

.application-question {
  min-width: 0;
  margin: 0;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #dce3e7;
}

.application-question:first-of-type {
  padding-top: 4px;
}

.application-question > label,
.application-question > legend {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.16rem);
  font-weight: 800;
  line-height: 1.35;
}

.question-number {
  color: var(--gold-dark);
}

.field-group label,
.field-group legend {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-deep);
  font-weight: 800;
}

.field-group input,
.field-group select,
.application-question > input,
.application-question > select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #aab6bf;
  border-radius: 8px;
}

.application-question > select {
  cursor: pointer;
}

.field-group input:focus,
.field-group select:focus,
.application-question > input:focus,
.application-question > select:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(255, 211, 45, 0.28);
  outline: 0;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.application-form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  gap: 10px;
  margin-top: 28px;
}

.application-form-actions .button-primary {
  width: 100%;
}

.application-back-link {
  min-height: 0;
  justify-self: center;
  padding: 2px 4px;
  color: var(--navy);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.application-back-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-alert,
.field-error {
  color: var(--danger);
  font-weight: 700;
}

.form-alert {
  margin: 0 0 20px;
  padding: 13px 15px;
  background: #fff0f0;
  border: 1px solid #efb5b5;
  border-radius: 8px;
}

.field-error {
  margin: 7px 0 0;
  font-size: 0.86rem;
}

.consent-copy,
.booking-privacy {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.consent-copy a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.secure-application-note {
  margin: 18px 0 0;
  color: #7f8b92;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.booking-hero,
.confirmation-hero {
  padding: 54px 0;
  text-align: center;
}

.booking-hero h1,
.confirmation-hero h1 {
  margin-inline: auto;
  font-size: clamp(2.05rem, 7.4vw, 3.8rem);
}

.booking-hero p,
.confirmation-hero p {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
}

.booking-shell {
  max-width: 980px;
}

.booking-card {
  padding: 22px;
}

.timezone-pill {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 11px;
  color: var(--navy);
  background: var(--gold-soft);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.slot-picker {
  display: grid;
  gap: 24px;
}

.slot-day {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.slot-day:first-child {
  padding-top: 0;
  border-top: 0;
}

.slot-day h3 {
  margin: 0 0 12px;
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.08rem;
}

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

.slot-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--navy);
  background: var(--white);
  border: 2px solid #bdc8d0;
  border-radius: 8px;
  appearance: none;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: background-color 150ms var(--ease-out), border-color 150ms var(--ease-out), color 150ms var(--ease-out), transform 150ms var(--ease-out);
}

.slot-button:hover {
  color: var(--gold);
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-1px);
}

.slot-button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.slot-button:active {
  transform: scale(0.98);
}

.empty-slots {
  padding: 22px;
  color: var(--navy-deep);
  background: var(--gold-soft);
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}

.confirmation-directive {
  display: inline-flex;
  padding: 8px 13px;
  color: var(--navy-deep);
  background: var(--gold);
  border-radius: 999px;
  font-weight: 900;
}

.call-details-panel {
  width: min(100%, 760px);
  display: grid;
  gap: 10px;
  padding: 22px;
  color: var(--navy-deep);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.call-details-panel p {
  margin: 0;
  color: var(--navy-deep);
}

.calendar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.bottleneck-layout {
  align-items: start;
}

.bottleneck-card {
  border-top: 7px solid var(--gold);
}

.bottleneck-card select {
  width: 100%;
  min-height: 52px;
  margin: 16px 0;
  padding: 11px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #aab6bf;
  border-radius: 8px;
}

.saved-state {
  padding: 16px;
  color: var(--success);
  background: #e8f7ef;
  border: 1px solid #a4d9bd;
  border-radius: 9px;
  font-weight: 800;
}

.next-step-card {
  border-left: 6px solid var(--gold);
}

.status-main-soft {
  display: grid;
  align-items: center;
}

.status-card {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.status-card h1 {
  margin-inline: auto;
  color: var(--navy-deep);
  font-size: clamp(2rem, 7vw, 3.5rem);
}

.status-card p {
  color: var(--muted);
}

.status-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
}

.ps-copy {
  max-width: 900px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 10px 0 0;
  padding: 20px 24px;
  color: var(--navy-deep);
  background: var(--white);
  border-left: 6px solid var(--gold);
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(4, 19, 30, 0.28);
  font-weight: 650;
  line-height: 1.55;
  text-align: left;
}

.ps-copy strong {
  flex: 0 0 auto;
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.08rem;
}

.ps-copy span {
  color: #263b4b;
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #0f2637;
}

.site-footer .brand-mark-bold {
  color: var(--white);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.footer-legal-links a {
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.footer-disclosure {
  width: 100%;
  flex: 0 0 100%;
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.56);
  text-align: left;
}

.footer-inner .footer-disclosure p {
  margin: 0;
  font-size: 0.67rem;
  line-height: 1.55;
}

.legal-main {
  padding: clamp(40px, 6vw, 76px) 0;
  background: var(--surface);
}

.legal-document {
  max-width: 920px;
  padding: clamp(28px, 5vw, 64px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.legal-document h1,
.legal-document h2,
.legal-document h3 {
  color: var(--navy-deep);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.18;
}

.legal-document h1 {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 4rem);
  letter-spacing: -0.05em;
}

.legal-document h2 {
  margin: 2.6em 0 0.8em;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  letter-spacing: -0.03em;
  scroll-margin-top: 24px;
}

.legal-document h3 {
  margin: 1.8em 0 0.55em;
  font-size: 1.08rem;
}

.legal-document p {
  margin: 0.9em 0 0;
  color: #344553;
  line-height: 1.72;
}

.legal-document a {
  color: var(--navy);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.legal-updated {
  color: var(--muted) !important;
  font-weight: 800;
}

.legal-emphasis {
  padding: 18px 20px;
  color: var(--navy-deep) !important;
  background: var(--gold-soft);
  border-left: 5px solid var(--gold);
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 750;
}

.legal-toc {
  margin: 34px 0;
  padding: clamp(22px, 4vw, 34px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.legal-toc h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
}

.legal-toc ol {
  columns: 2;
  column-gap: 40px;
  margin: 0;
  padding-left: 22px;
}

.legal-toc li {
  break-inside: avoid;
  margin: 0 0 8px;
}

.footer-inner p,
.footer-meta {
  margin: 0;
  font-size: 0.75rem;
}

.tracking-pixel {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 640px) {
  .shell {
    width: min(1160px, calc(100% - 48px));
  }

  .gold-logo-inner {
    min-height: 51px;
  }

  .landing-hero {
    padding: clamp(18px, 2.4vw, 32px) 0 clamp(40px, 4vw, 58px);
  }

  .field-row,
  .qa-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-logo-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .testimonial-video-grid,
  .written-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .form-card,
  .booking-card,
  .bottleneck-card,
  .status-card {
    padding: 34px;
  }

  .footer-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .footer-inner > p:not(.footer-meta) {
    min-width: 280px;
    flex: 1;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }
}

@media (min-width: 820px) {
  .section {
    padding: 96px 0;
  }

  .landing-hero .shell {
    width: min(1440px, calc(100% - 96px));
  }

  .landing-hero-stack {
    gap: clamp(14px, 1.6vw, 20px);
  }

  .landing-hero h1 {
    font-size: clamp(3rem, 3.15vw, 4rem);
    line-height: 1.03;
  }

  .landing-hero .button-large {
    min-width: 310px;
    min-height: 56px;
    padding: 14px 28px;
    font-size: 1.02rem;
  }

  .hero-video-full {
    width: min(90%, 756px);
  }

  .trust-logo-groups {
    grid-template-columns: minmax(0, 1fr);
  }

  .economics-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  }

  .infrastructure-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  }

  .split-section,
  .founder-layout,
  .bottleneck-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 64px;
  }

  .step-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-layout {
    grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
    align-items: start;
  }

  .sticky-heading {
    position: sticky;
    top: 28px;
  }

  .booking-card {
    padding: 42px;
  }

  .slot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .mechanism-grid {
    max-width: 920px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
  }

  .team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .testimonial-video-grid {
    width: 75%;
  }
}

@media (min-width: 820px) and (max-height: 760px) {
  .landing-hero {
    padding: 14px 0 34px;
  }

  .landing-hero-stack {
    gap: 12px;
  }

  .landing-hero-copy {
    gap: 5px;
  }

  .landing-hero h1 {
    font-size: clamp(2.7rem, 3.15vw, 3.4rem);
  }

  .hero-video-full {
    width: min(90%, 684px);
  }
}

@media (max-width: 700px) {
  .gold-logo-inner {
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding-block: 6px;
  }

  .gold-bar-qualifier {
    position: static;
    width: 100%;
    font-size: 0.58rem;
    letter-spacing: 0.055em;
    text-align: center;
    transform: none;
  }
}

@media (max-width: 520px) {
  .gold-logo-inner {
    justify-content: center;
  }

  .button,
  .calendar-actions .button,
  .form-actions .button {
    width: 100%;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .landing-hero h1 {
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }

  .landing-hero {
    padding: 20px 0 42px;
  }

  .landing-hero-stack {
    gap: 16px;
  }

  .legal-toc ol {
    columns: 1;
  }

  .video-frame,
  .confirmation-video {
    border-radius: 18px;
  }

  .ps-copy {
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px;
  }
}

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

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

.source-video-layout {
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.source-video-card {
  width: min(100%, 360px);
  margin-inline: auto;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius-lg) + 4px);
  box-shadow: var(--shadow-lg);
}

.video-frame-portrait {
  aspect-ratio: 9 / 16;
  border-color: rgba(31, 60, 87, 0.12);
  box-shadow: none;
}

@media (min-width: 820px) {
  .source-video-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  }
}

/* Progressive application steps: complete form stays visible without JavaScript. */
.js [data-form-step] {
  display: none;
}

.js [data-form-step].is-active {
  display: block;
}

[hidden] {
  display: none !important;
}
