:root {
  --navy-950: #050b1d;
  --navy-900: #07112b;
  --navy-800: #0b1a3f;
  --navy-700: #12264f;
  --gold-500: #b89968;
  --gold-400: #caae82;
  --gold-300: #dfcba8;
  --gold-100: #f1e8d7;
  --gold-text: #856131;
  --paper: #fbfaf6;
  --cream: #f5f1e8;
  --white: #ffffff;
  --ink: #1c2433;
  --muted: #5e6674;
  --line: #e4ddd0;
  --green: #1f9f63;
  --green-dark: #16794a;
  --warning: #a75d25;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shell: 1180px;
  --shadow-sm: 0 12px 35px rgba(7, 17, 43, 0.08);
  --shadow-lg: 0 30px 80px rgba(1, 7, 23, 0.24);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

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

body,
button,
input,
textarea {
  font-family: var(--sans);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

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

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--navy-900);
  background: var(--white);
  border-radius: 6px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

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

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

.lp-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 82px;
  color: var(--white);
  background: rgba(5, 11, 29, 0.76);
  border-bottom: 1px solid rgba(202, 174, 130, 0.18);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.lp-header.scrolled {
  background: rgba(5, 11, 29, 0.96);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand-name {
  padding-left: 13px;
  border-left: 1px solid rgba(202, 174, 130, 0.38);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-name small {
  display: block;
  margin-top: 5px;
  color: var(--gold-400);
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.32em;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 24px;
}

.organic-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  margin-left: auto;
}

.organic-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.organic-nav a:hover,
.organic-nav a[aria-current="page"] {
  color: var(--gold-300);
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.77rem;
  font-weight: 500;
}

.availability i,
.card-status span {
  width: 8px;
  height: 8px;
  background: #4fce8d;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(79, 206, 141, 0.12);
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

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

.button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  color: var(--gold-300);
  border-color: rgba(202, 174, 130, 0.65);
  font-size: 0.75rem;
}

.button-small:hover {
  color: var(--navy-950);
  background: var(--gold-400);
}

.button-primary {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 14px 40px rgba(184, 153, 104, 0.2);
}

.button-primary:hover {
  background: linear-gradient(135deg, #ecd9b6, var(--gold-400));
  box-shadow: 0 18px 45px rgba(184, 153, 104, 0.28);
}

.button-dark {
  color: var(--white);
  background: var(--navy-800);
  box-shadow: 0 12px 30px rgba(7, 17, 43, 0.15);
}

.button-dark:hover {
  background: var(--navy-700);
}

.hero {
  min-height: 810px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 144px 0 90px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(5, 11, 29, 0.98) 0%, rgba(7, 17, 43, 0.96) 53%, rgba(10, 26, 61, 0.96) 100%),
    var(--navy-900);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -320px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(202, 174, 130, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 100px rgba(202, 174, 130, 0.025),
    0 0 0 200px rgba(202, 174, 130, 0.018);
}

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

.hero-glow-one {
  width: 500px;
  height: 500px;
  top: -280px;
  left: 18%;
  background: radial-gradient(circle, rgba(184, 153, 104, 0.16), transparent 68%);
}

.hero-glow-two {
  width: 420px;
  height: 420px;
  right: 5%;
  bottom: -190px;
  background: radial-gradient(circle, rgba(55, 104, 170, 0.15), transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(60px, 8vw, 110px);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-400);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 30px;
  height: 1px;
  background: var(--gold-400);
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(3.6rem, 5.8vw, 5.35rem);
  line-height: 0.99;
}

.hero h1 em,
.section h2 em,
.final-cta h2 em,
.profile-copy h2 em {
  color: var(--gold-400);
  font-weight: 500;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.62rem);
  line-height: 1.38;
}

.hero-support {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  line-height: 1.7;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0 6px;
  color: rgba(255, 255, 255, 0.77);
  border-bottom: 1px solid rgba(202, 174, 130, 0.38);
  font-size: 0.78rem;
  font-weight: 600;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.text-link:hover {
  color: var(--gold-300);
  border-color: var(--gold-300);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-notes svg {
  width: 17px;
  height: 17px;
  fill: var(--gold-400);
}

.hero-card {
  position: relative;
  padding: 34px 34px 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(202, 174, 130, 0.25);
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 34px;
  width: 64px;
  height: 2px;
  background: var(--gold-400);
}

.card-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin: 20px 0 12px;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 500;
}

.issue-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.issue-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.issue-list li:last-child {
  border-bottom: 0;
}

.issue-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--gold-300);
  background: rgba(202, 174, 130, 0.09);
  border: 1px solid rgba(202, 174, 130, 0.16);
  border-radius: 50%;
}

.issue-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.issue-list strong,
.issue-list small {
  display: block;
}

.issue-list strong {
  color: rgba(255, 255, 255, 0.91);
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 600;
}

.issue-list small {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.69rem;
}

.card-caveat {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.69rem;
  line-height: 1.6;
}

.emergency-note {
  color: #6d3d18;
  background: #fff8ec;
  border-block: 1px solid #efdec0;
}

.emergency-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-block: 18px;
}

.emergency-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--warning);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 600;
}

.emergency-inner strong {
  display: block;
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 600;
}

.emergency-inner p {
  margin: 1px 0 0;
  font-size: 0.79rem;
}

.section {
  padding: 108px 0;
}

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

.section-heading.narrow {
  max-width: 790px;
}

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

.section h2,
.final-cta h2 {
  color: var(--navy-900);
  font-size: clamp(2.55rem, 4.3vw, 4rem);
  line-height: 1.04;
}

.section-heading h2 {
  margin-top: 17px;
}

.section-heading p {
  max-width: 670px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.section-heading.centered p {
  margin-inline: auto;
}

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

.section:not(.documents-section) h2 em,
.profile-copy h2 em {
  color: var(--gold-text);
}

.problem-section {
  background: var(--paper);
}

.cancellation-section {
  background: var(--cream);
}

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

.problem-card {
  min-height: 285px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.problem-card:hover {
  z-index: 2;
  transform: translateY(-5px);
  border-color: rgba(184, 153, 104, 0.58);
  box-shadow: var(--shadow-sm);
}

.problem-card.featured {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(184, 153, 104, 0.16), transparent 38%),
    var(--navy-800);
  border-color: var(--navy-800);
}

.card-number {
  color: var(--gold-text);
  font-family: var(--display);
  font-size: 1.15rem;
  font-style: italic;
}

.problem-card h3 {
  margin: 24px 0 12px;
  color: var(--navy-900);
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
}

.problem-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.7;
}

.problem-card a {
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--gold-300);
  font-size: 0.73rem;
  font-weight: 700;
}

.problem-card.featured h3 {
  color: var(--white);
}

.problem-card.featured .card-number {
  color: var(--gold-300);
}

.problem-card.featured p {
  color: rgba(255, 255, 255, 0.66);
}

.calm-card {
  justify-content: center;
  background: var(--cream);
}

.calm-label {
  width: fit-content;
  padding: 6px 10px;
  color: var(--navy-800);
  background: var(--gold-100);
  border-radius: 2px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calm-card h3 {
  margin-top: 18px;
}

.market-context {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin-top: 38px;
  padding: 34px 38px;
  background: var(--cream);
  border-left: 3px solid var(--gold-500);
}

.market-number {
  color: var(--navy-800);
  font-family: var(--display);
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 0.8;
}

.market-number span {
  color: var(--gold-text);
  font-size: 2.2rem;
}

.market-context p {
  margin: 0;
  color: var(--muted);
  font-size: 0.81rem;
}

.market-context p strong {
  color: var(--navy-900);
  font-weight: 600;
}

.market-context a {
  color: var(--navy-700);
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}

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

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

.source-card {
  display: flex;
  min-height: 310px;
  padding: 34px;
  border: 1px solid var(--line);
  flex-direction: column;
  background: var(--paper);
}

.source-card > span {
  color: var(--gold-text);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.source-card h3 {
  margin-top: 18px;
  color: var(--navy-900);
  font-size: 1.75rem;
}

.source-card p {
  margin-top: 15px;
  color: var(--muted);
  font-size: 0.84rem;
}

.source-card a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--navy-700);
  font-size: 0.7rem;
  font-weight: 800;
}

.content-updated {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.documents-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 0 100%, rgba(184, 153, 104, 0.11), transparent 36%),
    linear-gradient(130deg, var(--navy-900), var(--navy-800));
}

.documents-section::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(202, 174, 130, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(202, 174, 130, 0.025), 0 0 0 140px rgba(202, 174, 130, 0.018);
}

.documents-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
  align-items: center;
  gap: 90px;
}

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

.documents-copy h2 {
  margin-top: 18px;
  color: var(--white);
}

.documents-copy p {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.privacy-note {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  margin-top: 32px;
  padding: 17px 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(202, 174, 130, 0.15);
  border-radius: 4px;
}

.privacy-note svg {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  fill: var(--gold-400);
}

.privacy-note span {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.72rem;
  line-height: 1.6;
}

.privacy-note strong {
  color: rgba(255, 255, 255, 0.85);
}

.document-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: documents;
}

.document-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.document-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.document-list > li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--gold-300);
  border: 1px solid rgba(202, 174, 130, 0.35);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.15rem;
}

.document-list strong,
.document-list small {
  display: block;
}

.document-list strong {
  color: rgba(255, 255, 255, 0.93);
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 600;
}

.document-list small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.7rem;
}

.process-section {
  background: var(--cream);
}

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

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

.process-line article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-dot {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: var(--navy-800);
  background: var(--paper);
  border: 1px solid var(--gold-400);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.2rem;
  box-shadow: 0 0 0 9px var(--cream);
}

.process-line h3 {
  margin: 24px 0 9px;
  color: var(--navy-900);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
}

.process-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.65;
}

.centered-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
}

.centered-action span {
  color: var(--muted);
  font-size: 0.68rem;
}

.profile-section {
  background: var(--paper);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(64px, 9vw, 125px);
}

.profile-photo {
  position: relative;
  max-width: 480px;
  padding: 20px 0 0 20px;
}

.profile-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 55%;
  border-top: 1px solid var(--gold-500);
  border-left: 1px solid var(--gold-500);
}

.photo-frame {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow-lg);
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 17, 43, 0.12), transparent 46%);
}

.photo-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
}

.profile-seal {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 118px;
  height: 118px;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--gold-300);
  background: var(--navy-900);
  border: 5px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 12px 35px rgba(7, 17, 43, 0.25);
}

.profile-seal span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.profile-seal strong {
  display: block;
  margin-top: 2px;
  color: var(--white);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
}

.profile-copy h2 {
  margin-top: 18px;
}

.profile-role {
  margin: 20px 0 0;
  color: var(--gold-text);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.profile-copy > p:not(.profile-role) {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.profile-copy > .text-link {
  display: inline-flex;
  margin-top: 26px;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 32px;
  background: var(--line);
  border: 1px solid var(--line);
}

.credentials-grid div {
  padding: 18px 20px;
  background: var(--paper);
}

.credentials-grid strong,
.credentials-grid span {
  display: block;
}

.credentials-grid strong {
  color: var(--navy-800);
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 600;
}

.credentials-grid span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.65rem;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(55px, 8vw, 110px);
}

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

.faq-heading h2 {
  margin-top: 18px;
}

.faq-heading p {
  margin: 20px 0 25px;
  color: var(--muted);
  font-size: 0.82rem;
}

.text-link.dark {
  color: var(--navy-800);
  border-color: var(--gold-400);
}

.text-link.dark:hover {
  color: var(--gold-text);
}

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

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

.faq-list summary {
  position: relative;
  padding: 24px 46px 24px 0;
  color: var(--navy-900);
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary span,
.faq-list summary span::after {
  position: absolute;
  background: var(--gold-500);
  transition: transform 0.2s ease;
}

.faq-list summary span {
  top: 50%;
  right: 8px;
  width: 16px;
  height: 1px;
}

.faq-list summary span::after {
  content: "";
  inset: 0;
  transform: rotate(90deg);
}

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

.faq-list details[open] summary {
  color: var(--gold-text);
}

.faq-list details p {
  max-width: 710px;
  margin: -4px 0 24px;
  padding-right: 40px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.75;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0, rgba(184, 153, 104, 0.16), transparent 40%),
    var(--navy-900);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 830px;
  text-align: center;
}

.final-cta h2 {
  margin-top: 20px;
  color: var(--white);
}

.final-cta p {
  max-width: 650px;
  margin: 22px auto 30px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.91rem;
}

.final-cta small {
  display: block;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.65rem;
}

.final-orbit {
  position: absolute;
  border: 1px solid rgba(202, 174, 130, 0.09);
  border-radius: 50%;
}

.orbit-one {
  width: 460px;
  height: 460px;
  top: -270px;
  left: -130px;
}

.orbit-two {
  width: 620px;
  height: 620px;
  right: -330px;
  bottom: -430px;
}

.lp-footer {
  color: rgba(255, 255, 255, 0.63);
  background: var(--navy-950);
}

.footer-main {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-lawyer strong,
.footer-lawyer span,
.footer-contact a,
.footer-contact span {
  display: block;
}

.footer-lawyer strong {
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 600;
}

.footer-lawyer span,
.footer-contact span {
  margin-top: 3px;
  font-size: 0.65rem;
}

.footer-contact {
  text-align: right;
}

.footer-contact a {
  color: var(--gold-300);
  font-size: 0.82rem;
  font-weight: 600;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 96px;
}

.footer-legal a {
  color: var(--gold-300);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-banner {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: min(920px, calc(100% - 48px));
  margin-inline: auto;
  padding: 22px 24px;
  color: var(--white);
  background: rgba(5, 11, 29, 0.97);
  border: 1px solid rgba(202, 174, 130, 0.38);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.consent-banner[hidden] {
  display: none;
}

.consent-copy strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-300);
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 600;
}

.consent-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.55;
}

.consent-copy a {
  color: var(--gold-300);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.consent-button {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(202, 174, 130, 0.45);
  border-radius: 7px;
  color: var(--white);
  background: transparent;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.consent-accept {
  color: var(--navy-950);
  background: var(--gold-300);
  border-color: var(--gold-300);
}

.consent-button:hover {
  border-color: var(--gold-300);
}

.footer-legal p {
  max-width: 810px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.6rem;
  line-height: 1.65;
}

.footer-legal > span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.6rem;
}

.mobile-whatsapp {
  display: none;
}

.problem-section,
.documents-section,
.process-section,
.profile-section,
.faq-section,
.sources-section,
.final-cta,
.lp-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 1000px;
}

@media (max-width: 1050px) {
  .organic-nav {
    display: none;
  }

  .availability {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.75fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 6.2vw, 4.4rem);
  }

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

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

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

  .documents-grid {
    gap: 55px;
  }

  .profile-seal {
    right: -10px;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 36px, var(--shell));
  }

  .lp-header {
    height: 72px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .header-contact .button-small {
    min-height: 39px;
    padding-inline: 14px;
    font-size: 0.68rem;
  }

  .hero {
    min-height: 0;
    padding: 126px 0 76px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .hero-card {
    max-width: 620px;
  }

  .market-context {
    grid-template-columns: 110px 1fr;
  }

  .market-context a {
    grid-column: 2;
  }

  .documents-grid,
  .profile-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .documents-grid {
    gap: 48px;
  }

  .documents-copy {
    max-width: 680px;
  }

  .process-line {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 28px;
  }

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

  .profile-grid {
    gap: 70px;
  }

  .profile-photo {
    width: min(100% - 20px, 440px);
  }

  .faq-grid {
    gap: 48px;
  }

  .faq-heading {
    position: static;
    max-width: 660px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    padding-block: 34px;
  }

  .footer-contact {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-bottom: 76px;
  }

  .shell {
    width: min(100% - 32px, var(--shell));
  }

  .header-contact .button-small {
    display: none;
  }

  .brand {
    gap: 9px;
  }

  .brand-name {
    padding-left: 10px;
    font-size: 0.92rem;
  }

  .brand-name small {
    font-size: 0.48rem;
  }

  .hero {
    padding: 112px 0 62px;
  }

  .hero::before {
    background-size: 54px 54px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(3rem, 15vw, 4.1rem);
    line-height: 0.96;
  }

  .hero-lead {
    margin-top: 23px;
    font-size: 1.24rem;
  }

  .hero-support {
    font-size: 0.84rem;
  }

  .hero-actions .button {
    width: 100%;
    padding-inline: 18px;
    font-size: 0.76rem;
  }

  .hero-notes {
    flex-direction: column;
    gap: 8px;
  }

  .hero-card {
    padding: 30px 24px 25px;
  }

  .issue-list li {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .issue-icon {
    width: 38px;
    height: 38px;
  }

  .emergency-inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .emergency-inner strong {
    font-size: 1.04rem;
  }

  .section {
    padding: 78px 0;
  }

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

  .section h2,
  .final-cta h2 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

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

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

  .source-card {
    min-height: 0;
  }

  .problem-card {
    min-height: 0;
    padding: 28px;
  }

  .problem-card a {
    margin-top: 18px;
  }

  .market-context {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px;
  }

  .market-context a {
    grid-column: auto;
  }

  .market-number {
    font-size: 4rem;
  }

  .privacy-note {
    grid-template-columns: 28px 1fr;
  }

  .document-list li {
    grid-template-columns: 42px 1fr;
    gap: 13px;
  }

  .document-list > li > span {
    width: 38px;
    height: 38px;
  }

  .process-line {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .process-line article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0 16px;
    text-align: left;
  }

  .step-dot {
    grid-row: 1 / 3;
    margin: 0;
    box-shadow: none;
  }

  .process-line h3 {
    margin: 1px 0 5px;
  }

  .profile-photo {
    padding: 14px 0 0 14px;
  }

  .profile-seal {
    right: -8px;
    bottom: -38px;
    width: 105px;
    height: 105px;
  }

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

  .faq-list summary {
    padding-block: 21px;
    font-size: 1.15rem;
  }

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

  .final-cta .button {
    width: 100%;
    padding-inline: 16px;
    font-size: 0.75rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-contact {
    grid-column: auto;
  }

  .footer-legal {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-block: 24px 30px;
  }

  .consent-banner {
    right: 12px;
    bottom: 88px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 16px;
    width: auto;
    padding: 19px;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }

  .consent-button {
    padding-inline: 10px;
    font-size: 0.66rem;
  }

  .mobile-whatsapp {
    position: fixed;
    z-index: 1200;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(5, 11, 29, 0.96);
    border-top: 1px solid rgba(202, 174, 130, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .mobile-whatsapp a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
    background: var(--green-dark);
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .mobile-whatsapp svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
}

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

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

@media print {
  .lp-header,
  .mobile-whatsapp,
  .hero-actions,
  .centered-action,
  .final-cta {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .hero,
  .documents-section {
    min-height: 0;
    color: #000;
    background: #fff;
  }
}
