:root {
  --navy-950: #0a1332;
  --navy-900: #0d1a3f;
  --navy-820: #12224d;
  --navy-760: #1c2f62;
  --gold: #c9a227;
  --gold-strong: #d4af37;
  --gold-soft: #e8c95a;
  --off-white: #f6f1e8;
  --paper: #fffdfa;
  --ink: #151c2d;
  --muted: #626b7b;
  --line: rgba(201, 162, 39, 0.28);
  --line-dark: rgba(10, 19, 50, 0.12);
  --shadow: 0 24px 70px rgba(10, 19, 50, 0.16);
  --container: 1280px;
  --radius: 6px;
  --serif: "Manrope", "Segoe UI", Roboto, Arial, sans-serif;
  --sans: "Manrope", "Segoe UI", Roboto, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--off-white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.68;
}

::selection {
  color: var(--navy-950);
  background: var(--gold-soft);
}

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

img,
svg {
  display: block;
}

button,
input,
select {
  font: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: var(--navy-950);
  background: var(--gold-soft);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(232, 201, 90, 0.18);
  background: rgba(10, 19, 50, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(100% - 2rem, 1240px);
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.logo-shell {
  display: flex;
  width: auto;
  max-width: clamp(180px, 18vw, 260px);
  height: 52px;
  align-items: center;
}

.logo-shell img {
  width: auto;
  max-width: 100%;
  max-height: 48px;
  height: auto;
  object-fit: contain;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.3rem);
  color: rgba(246, 241, 232, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-nav a {
  position: relative;
  padding-block: 0.35rem;
}

.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.header-nav a:hover::after,
.header-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.82rem 1.1rem;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.45);
  outline-offset: 3px;
}

.button-primary {
  color: var(--navy-950);
  background: var(--gold-strong);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.button-primary:hover {
  background: var(--gold-soft);
}

.button-secondary,
.button-outline {
  color: var(--off-white);
  border-color: rgba(201, 162, 39, 0.5);
  background: rgba(255, 255, 255, 0.045);
}

.button-secondary:hover,
.button-outline:hover {
  border-color: var(--gold);
  background: rgba(201, 162, 39, 0.13);
}

.button-outline {
  color: var(--navy-950);
  background: transparent;
}

.whatsapp-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.section,
.section-dark,
.final-cta {
  position: relative;
  padding: clamp(5.5rem, 9vw, 8.8rem) 0;
}

.section-dark,
.section-navy {
  overflow: hidden;
  color: var(--off-white);
  background-color: var(--navy-950);
  background-image:
    radial-gradient(circle at 84% 16%, rgba(212, 175, 55, 0.13), transparent 28rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
}

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

.section-navy {
  background-color: var(--navy-900);
}

.hero {
  min-height: calc(88vh - 88px);
  display: flex;
  align-items: center;
  padding-top: clamp(5rem, 7vw, 7rem);
  padding-bottom: clamp(5rem, 7vw, 7rem);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
  gap: clamp(2.25rem, 4.5vw, 4rem);
  align-items: center;
}

.hero-copy-block {
  max-width: 900px;
}

.hero-logo-frame {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  margin: 0;
  min-height: clamp(320px, 42vw, 460px);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  aspect-ratio: 0.82 / 1;
  border: 1px solid rgba(232, 201, 90, 0.2);
  border-radius: var(--radius);
  background: rgba(10, 19, 50, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 28px 90px rgba(0, 0, 0, 0.22);
}

.hero-logo-frame::before,
.hero-logo-frame::after {
  content: "";
  position: absolute;
  background: var(--gold);
  opacity: 0.55;
}

.hero-logo-frame::before {
  width: 84px;
  height: 1px;
  top: 24px;
  right: 24px;
}

.hero-logo-frame::after {
  width: 1px;
  height: 84px;
  top: 24px;
  right: 24px;
}

.hero-logo-frame img {
  width: min(92%, 360px);
  max-height: none;
  height: auto;
  padding: 0;
  transform: none;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
}

.blueprint-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
}

.blueprint-lines::before,
.blueprint-lines::after {
  content: "";
  position: absolute;
  border-color: rgba(232, 201, 90, 0.18);
  border-style: solid;
}

.blueprint-lines::before {
  width: 18vw;
  height: 18vw;
  min-width: 180px;
  min-height: 180px;
  right: 7vw;
  bottom: 8vw;
  border-width: 1px 0 0 1px;
}

.blueprint-lines::after {
  width: 12vw;
  height: 1px;
  left: 7vw;
  top: 18%;
  background: rgba(232, 201, 90, 0.2);
  border: 0;
}

.blueprint-lines-subtle {
  opacity: 0.35;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 750;
  line-height: 1.1;
}

h1 {
  max-width: 860px;
  margin-bottom: 1.5rem;
  color: var(--paper);
  font-size: clamp(2.5rem, 3.7vw, 4.05rem);
}

h2 {
  max-width: 900px;
  margin-bottom: 1rem;
  color: inherit;
  font-size: clamp(2.15rem, 3.8vw, 3.65rem);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  line-height: 1.32;
}

.hero-copy {
  max-width: 820px;
  margin-bottom: 2rem;
  color: rgba(246, 241, 232, 0.82);
  font-size: clamp(1.03rem, 1.45vw, 1.22rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.fee-highlight {
  max-width: 720px;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--gold);
  color: rgba(246, 241, 232, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 700;
}

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

.section-heading p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.section-navy .section-heading p:not(.eyebrow),
.section-dark .section-heading p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.74);
}

.asymmetric-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.section-angled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8vw;
  width: 1px;
  height: 110px;
  background: var(--line);
}

.problem-grid {
  display: grid;
  gap: 1rem;
}

.info-card,
.audience-card,
.trust-panel {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: var(--paper);
  box-shadow: 0 12px 40px rgba(10, 19, 50, 0.06);
}

.info-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1.1rem;
}

.info-card h3,
.info-card p {
  grid-column: 2;
}

.info-card p,
.audience-card p,
.timeline-item p,
.trust-panel p,
.final-cta p {
  margin-bottom: 0;
}

.card-index {
  grid-row: span 2;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  max-width: none;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.process-heading .eyebrow {
  grid-column: 1 / -1;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 31px;
  height: 1px;
  background: rgba(232, 201, 90, 0.28);
}

.timeline-item {
  position: relative;
  padding: 0 0.4rem;
}

.timeline-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 1.4rem;
  place-items: center;
  clip-path: polygon(50% 0, 100% 17%, 100% 72%, 50% 100%, 0 72%, 0 17%);
  color: var(--navy-950);
  background: var(--gold-strong);
  font-weight: 800;
}

.timeline-item p {
  color: rgba(246, 241, 232, 0.72);
}

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(2.25rem, 5vw, 4.5rem);
  align-items: start;
}

.calculator {
  display: grid;
  grid-template-columns: minmax(390px, 1fr) minmax(330px, 0.9fr);
  border: 1px solid rgba(10, 19, 50, 0.12);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.calculator-form,
.calculator-result,
.detail-panel {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.calculator-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border-right: 1px solid var(--line-dark);
  align-content: start;
}

.calculator-form label,
.detail-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 800;
}

.calculator-form label {
  border: 1px solid rgba(10, 19, 50, 0.1);
  border-radius: var(--radius);
  padding: 0.85rem;
  background: #ffffff;
}

.calculator-form label:nth-child(2) {
  grid-column: auto;
}

.calculator-form label:nth-child(3),
.calculator-form label:nth-child(5) {
  grid-column: span 2;
}

.calculator-form input,
.calculator-form select,
.detail-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(10, 19, 50, 0.16);
  border-radius: var(--radius);
  padding: 0.85rem 0.95rem;
  color: var(--ink);
  background: #fbf7ef;
}

.calculator-form input::placeholder {
  color: rgba(24, 32, 51, 0.45);
}

.calculator-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--off-white);
  background:
    linear-gradient(135deg, rgba(201, 162, 39, 0.12), transparent 42%),
    var(--navy-900);
}

.result-label,
.detail-kicker {
  margin-bottom: 0.55rem;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calculator-result strong {
  display: block;
  margin-bottom: 1.35rem;
  color: var(--paper);
  font-family: var(--sans);
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  font-weight: 800;
  line-height: 1.1;
}

.result-details {
  display: grid;
  gap: 0.8rem;
  margin: 0 0 1rem;
}

.result-details div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(232, 201, 90, 0.18);
}

.result-details dt {
  color: rgba(246, 241, 232, 0.68);
}

.result-details dd {
  margin: 0;
  color: var(--off-white);
  font-weight: 800;
  text-align: right;
}

.result-note {
  margin-bottom: 1.2rem;
  color: rgba(246, 241, 232, 0.7);
  font-size: 0.92rem;
}

.result-cta {
  width: fit-content;
}

.detail-panel {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line-dark);
  background: #fbf7ef;
}

.detail-panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.detail-panel-heading h3 {
  margin-bottom: 0;
}

.detail-form {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.4rem;
}

.detail-form fieldset {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  border: 1px solid rgba(10, 19, 50, 0.14);
  border-radius: var(--radius);
  padding: 1rem;
}

.detail-form legend {
  padding-inline: 0.35rem;
  color: var(--ink);
  font-weight: 800;
}

.detail-form fieldset label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-weight: 600;
}

.detail-submit {
  width: fit-content;
  color: var(--navy-950);
  background: var(--gold-strong);
  border-color: rgba(10, 19, 50, 0.16);
}

.detail-submit:hover {
  color: var(--navy-950);
  background: var(--gold-soft);
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

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

.section-navy .audience-card {
  min-height: 100%;
  color: var(--off-white);
  border-color: rgba(232, 201, 90, 0.18);
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.audience-number {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold-soft);
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.section-navy .audience-card p {
  color: rgba(246, 241, 232, 0.72);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.trust-grid {
  display: grid;
  gap: 1rem;
}

.trust-panel {
  position: relative;
}

.trust-rule {
  display: block;
  width: 72px;
  height: 2px;
  margin-bottom: 1rem;
  background: var(--gold);
}

.trust-panel p {
  color: var(--muted);
}

.final-cta {
  color: var(--off-white);
  background-color: var(--navy-950);
}

.final-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.final-copy p {
  margin-bottom: 1.4rem;
  color: rgba(246, 241, 232, 0.76);
}

.site-footer {
  padding: clamp(1.5rem, 3vw, 2rem) 0;
  color: rgba(246, 241, 232, 0.78);
  background: #070f28;
  border-top: 1px solid rgba(232, 201, 90, 0.18);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.35rem;
  align-items: center;
  text-align: center;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
}

.social-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid rgba(201, 162, 39, 0.38);
  border-radius: var(--radius);
  padding: 0.65rem 0.95rem;
  color: rgba(246, 241, 232, 0.88);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: var(--gold);
  background: rgba(201, 162, 39, 0.14);
  color: var(--gold-soft);
}

.social-link:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.45);
  outline-offset: 3px;
}

.footer-top-link {
  color: rgba(246, 241, 232, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .asymmetric-layout,
  .calculator-layout,
  .audience-layout,
  .trust-layout,
  .final-layout,
  .process-heading {
    grid-template-columns: 1fr;
  }

  .hero-logo-frame {
    min-height: 300px;
    max-width: 420px;
    margin-inline: auto;
  }

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

  .timeline::before {
    display: none;
  }

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

  .calculator-form {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 64px;
    gap: 0.8rem;
  }

  .header-nav {
    display: none;
  }

  .logo-shell {
    max-width: 150px;
    height: 40px;
  }

  .logo-shell img {
    max-height: 36px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0.7rem 0.8rem;
    font-size: 0.9rem;
  }

  .section,
  .section-dark,
  .final-cta {
    padding: 4.2rem 0;
  }

  .hero {
    min-height: auto;
    padding-top: 4.8rem;
  }

  .hero-logo-frame {
    min-height: 280px;
    padding: 1.25rem;
  }

  .hero-logo-frame img {
    width: min(100%, 300px);
  }

  .timeline,
  .audience-grid,
  .calculator-form {
    grid-template-columns: 1fr;
  }

  .timeline {
    gap: 1rem;
  }

  .timeline::before {
    display: block;
    left: 25px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: rgba(232, 201, 90, 0.28);
  }

  .timeline-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(232, 201, 90, 0.18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.045);
  }

  .timeline-number {
    grid-row: 1 / span 2;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .timeline-item h3,
  .timeline-item p {
    grid-column: 2;
  }

  .calculator-form label:nth-child(2) {
    grid-column: auto;
  }

  .hero-actions .button,
  .result-cta,
  .detail-submit,
  .final-cta .button {
    width: 100%;
  }

  .detail-panel-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social {
    gap: 0.55rem;
  }

  .social-link {
    flex: 1 1 calc(50% - 0.55rem);
    min-width: 140px;
    padding-inline: 0.75rem;
    font-size: 0.74rem;
  }

  .social-link span {
    display: none;
  }

  .social-link svg {
    width: 20px;
    height: 20px;
  }

  .result-details div {
    display: grid;
    gap: 0.25rem;
  }

  .result-details dd {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .container,
  .header-inner {
    width: min(100% - 1.25rem, var(--container));
  }

  .header-cta .whatsapp-icon {
    display: none;
  }

  .logo-shell {
    max-width: 132px;
    height: 36px;
  }

  .logo-shell img {
    max-height: 32px;
  }

  .fee-highlight,
  .info-card,
  .audience-card,
  .calculator-form,
  .calculator-result,
  .detail-panel,
  .trust-panel {
    padding: 1.05rem;
  }

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

  .info-card h3,
  .info-card p {
    grid-column: auto;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
