:root {
  --navy-950: #0a0a0a;
  --navy-900: #111111;
  --navy-700: #444444;
  --gold-500: #d9a441;
  --gold-300: #f0cb80;
  --paper: #f8f8f8;
  --ink: #111111;
  --white: #ffffff;
  --muted: #666666;
  --line: #e0e0e0;
  --max-width: 1120px;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 10%, rgba(217, 164, 65, 0.06) 0%, transparent 38%),
    var(--paper);
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--white);
  padding: 0.8rem 1rem;
  z-index: 100;
  color: var(--navy-900);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.93);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.6rem;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.brand-logo {
  height: 3rem;
  width: auto;
  object-fit: contain;
  display: block;
}

.brand-mark {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  color: var(--gold-500);
}

.brand-text {
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.primary-nav a {
  text-decoration: none;
  color: #e8edf4;
  font-weight: 500;
  font-size: 0.95rem;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--gold-300);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: var(--white);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font: inherit;
}

.hero {
  position: relative;
  min-height: 88vh;
  min-height: 88dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("https://images.squarespace-cdn.com/content/v1/69abdb14d99db51e757f620e/054d85c5-0c25-43c6-bee8-225779dd63dc/1000140016.jpg?format=1500w");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.hero-overlay {
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.76) 45%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(0deg, rgba(217, 164, 65, 0.18) 0%, rgba(217, 164, 65, 0) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: var(--white);
  padding-block: 6rem 3.5rem;
}

.kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--gold-500);
}

h1,
h2,
h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
}

h1 {
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  margin-top: 0.7rem;
  max-width: 16ch;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-top: 0.5rem;
  margin-bottom: 0.9rem;
}

h3 {
  font-size: 1.45rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hero-sub {
  max-width: 62ch;
  margin-top: 1rem;
  font-size: 1.08rem;
  color: #e8edf4;
}

.hero-local {
  margin-top: -0.35rem;
  margin-bottom: 0;
  color: #c6d3e7;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.hero-stats {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 820px;
}

.hero-stats article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.8rem;
  padding: 1rem;
}

.hero-stats strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.9rem;
  color: var(--gold-300);
  display: block;
  line-height: 1;
}

.hero-stats span {
  color: #f1f4f8;
  font-size: 0.95rem;
}

.section {
  padding-block: clamp(3.2rem, 6vw, 5.6rem);
}

.about-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.about-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-photo {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  align-self: start;
}

.about-photo img {
  width: 100%;
  display: block;
  height: auto;
}

.about-card,
.logistics-card,
.price-card,
.trust-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.about-card {
  padding: 1.2rem;
}

.about-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.about-card li {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 0.45rem 0.55rem;
  text-align: center;
  font-weight: 600;
}

.mini-note {
  color: var(--muted);
  margin: 0;
}

.pillars {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0)),
    var(--paper);
}

.center {
  text-align: center;
}

.pillar-grid,
.price-grid,
.faq-grid,
.trust-grid {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

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

.pillar {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #ffffff;
  padding: 1rem;
}

.pillar-index {
  display: inline-block;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.1rem;
  color: var(--gold-500);
}

.details-snapshot {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 1.5rem;
  max-width: 560px;
  margin: 1.5rem auto 0;
}

.details-snapshot ul {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  line-height: 2;
}

.details-snapshot li {
  overflow-wrap: anywhere;
}

.details-snapshot table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
}

.details-snapshot th,
.details-snapshot td {
  padding: 0.45rem 0.55rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}

@media (max-width: 480px) {
  .details-snapshot {
    padding: 1.1rem;
  }

  .details-snapshot th,
  .details-snapshot td {
    padding: 0.35rem 0.3rem;
    font-size: 0.86rem;
  }
}

.price-note {
  margin-top: 0.2rem;
  margin-bottom: 0;
  color: var(--navy-700);
  font-weight: 600;
}

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

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

.faq {
  padding-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.faq-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.faq-card p {
  margin-top: 0.55rem;
  margin-bottom: 0;
}

.price-card {
  padding: 1.2rem;
}

.price-card.highlight {
  border-color: var(--gold-500);
  background: linear-gradient(180deg, #fffbf0 0%, #ffffff 100%);
}

.price {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: var(--navy-900);
}

.kit-banner {
  margin-top: 1rem;
  background: #111111;
  color: #f3f3f3;
  border-radius: 0.9rem;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr minmax(120px, 170px);
  align-items: center;
}

.kit-banner-content {
  padding: 1.1rem 1.2rem;
}

.kit-banner-image {
  padding: 0.85rem 1rem 0.85rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kit-banner-image img {
  width: auto;
  max-width: 100%;
  max-height: 190px;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0.7rem;
}

.cta-center {
  margin-top: 1.2rem;
  text-align: center;
}

.muted {
  color: var(--muted);
  margin-top: 0.75rem;
}

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

.trust {
  padding-top: clamp(1.4rem, 3vw, 2.2rem);
}

.trust-card {
  padding: 1rem;
}

.trust-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
}

.map-wrap {
  margin-top: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--white);
}

.map-wrap iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
}

.conversion-band {
  padding-top: 0;
}

.conversion-wrap {
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.82) 52%, rgba(10, 10, 10, 0.88) 100%),
    radial-gradient(circle at 85% 20%, rgba(217, 164, 65, 0.28) 0%, transparent 45%),
    url("images/group-shot.jpeg") center / cover no-repeat;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #f0f4fb;
  box-shadow: var(--shadow);
  padding: 1.4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}

.conversion-wrap .kicker {
  color: var(--gold-300);
}

.conversion-wrap h2 {
  margin-top: 0.35rem;
  margin-bottom: 0.55rem;
  max-width: 18ch;
}

.conversion-wrap p {
  margin-bottom: 0;
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #0a0a0a;
  color: #dce7f6;
  padding-top: 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 0 1.5rem;
}

.footer-logo {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-sub {
  color: #777777;
  font-size: 0.85rem;
  margin: 0.35rem 0 0;
}

.footer-col-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #666666;
  margin: 0 0 0.35rem;
}

.footer-partner-link {
  display: block;
  text-decoration: none;
}

.footer-partner-link:hover,
.footer-partner-link:focus-visible {
  opacity: 0.8;
}

.footer-partner-logo {
  height: 2.2rem;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-contact-link {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.3rem;
}

.footer-contact-link:hover,
.footer-contact-link:focus-visible {
  color: var(--gold-300);
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin: 0;
}

.copyright {
  margin: 0;
  text-align: center;
  font-size: 0.88rem;
  color: #555555;
  padding: 0.8rem 0 1.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--gold-500);
  color: #202227;
  box-shadow: 0 10px 30px rgba(217, 164, 65, 0.34);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #e3b866;
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.62);
  color: var(--white);
  background: transparent;
}

.site-footer .btn-outline {
  border-color: rgba(255, 255, 255, 0.38);
}

.btn-sm {
  min-height: 2.2rem;
  padding: 0.3rem 0.85rem;
  font-size: 0.92rem;
}

.btn-lg {
  min-height: 2.95rem;
  padding: 0.55rem 1.2rem;
}

.floating-register {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 25;
  background: var(--gold-500);
  color: #202227;
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

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

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

@media (max-width: 960px) {
  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0.8rem 1.25rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-wrap > .btn {
    display: none;
  }

  .about-layout,
  .pillar-grid,
  .price-grid,
  .faq-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-stats article {
    padding: 0.7rem 0.5rem;
  }

  .hero-stats strong {
    font-size: 1.4rem;
  }

  .hero-stats span {
    font-size: 0.78rem;
    line-height: 1.25;
    display: block;
  }

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

  .conversion-wrap {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero {
    min-height: 82vh;
  }

  .hero-content {
    padding-top: 5rem;
  }

  .map-wrap iframe {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 1.5rem, var(--max-width));
  }

  .hero-sub {
    font-size: 1rem;
  }

  .floating-register {
    left: 0.8rem;
    right: 0.8rem;
    text-align: center;
  }

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

  .conversion-wrap {
    padding: 1.2rem;
  }

  .guarantee-banner {
    padding: 1rem 1.1rem;
    gap: 0.75rem;
  }

  .kit-banner {
    grid-template-columns: 1fr;
  }

  .kit-banner-image {
    width: 100%;
    padding: 0 1rem 1rem;
  }

  .kit-banner-image img {
    max-height: 340px;
    border-radius: 0.7rem;
    background: #111111;
  }

  .about-photo {
    width: min(100%, 420px);
    margin-inline: auto;
  }
}

@media (max-width: 420px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats article {
    padding: 0.85rem 1rem;
  }

  .hero-stats strong {
    font-size: 1.7rem;
  }

  .hero-stats span {
    font-size: 0.9rem;
  }

  .brand-logo {
    height: 2.4rem;
  }

  .nav-wrap {
    min-height: 3.8rem;
    gap: 0.5rem;
  }

  .hero-content {
    padding-top: 4rem;
  }

  .price {
    font-size: 2.4rem;
  }

  .step-card {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.2rem;
  }

  .step-number {
    font-size: 2.4rem;
  }

  .floating-register {
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
  }
}

/* ── Nav dropdown ────────────────────────────────────────── */
.nav-programs-wrap {
  position: relative;
}

.nav-programs-toggle {
  background: transparent;
  border: none;
  color: var(--gold-300);
  font-weight: 700;
  font-size: 0.95rem;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1;
}

.nav-programs-toggle:hover,
.nav-programs-toggle:focus-visible {
  color: var(--gold-500);
}

.nav-caret {
  font-size: 0.7rem;
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.6rem;
  padding: 0.35rem 0;
  min-width: 220px;
  z-index: 50;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.nav-programs-wrap:hover .nav-dropdown,
.nav-programs-wrap.is-open .nav-dropdown {
  display: block;
}

/* Invisible bridge fills the gap between button and dropdown on hover */
.nav-programs-wrap::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.7rem;
  display: none;
}

.nav-programs-wrap:hover::after {
  display: block;
}

.nav-dropdown a {
  display: block;
  padding: 0.6rem 1rem;
  color: #e8edf4 !important;
  font-weight: 500 !important;
  font-size: 0.92rem;
  text-decoration: none;
  text-align: center;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  color: var(--gold-300) !important;
}

/* ── Sold Out dropdown item ─────────────────────────────── */
.nav-dropdown-item-wrap {
  position: relative;
}

.nav-item-sold-out {
  pointer-events: none;
  opacity: 0.4;
  user-select: none;
}

.sold-out-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-300);
  background: rgba(14, 14, 14, 0.72);
  border-radius: 0.25rem;
  pointer-events: none;
}

/* ── Inline countdown (same line as date text) ───────────── */
.countdown-inline {
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
}

@media (max-width: 560px) {
  .countdown-inline {
    white-space: normal;
  }
}

/* ── Kit includes list ───────────────────────────────────── */
.kit-includes {
  list-style: none;
  padding: 0;
  margin: 0.6rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.kit-includes li {
  padding-left: 1.3rem;
  position: relative;
  font-size: 0.95rem;
}

.kit-includes li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--gold-300);
}

/* ── Instagram handle link ───────────────────────────────── */
.instagram-handle-link {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: 0.02em;
  color: var(--navy-900);
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
  transition: color 160ms ease;
}

.instagram-handle-link:hover,
.instagram-handle-link:focus-visible {
  color: var(--gold-500);
}

/* ── Founder Instagram link (pro-d-day / idp) ───────────── */
.insta-link {
  color: var(--gold-300);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.5rem;
}

.insta-link:hover,
.insta-link:focus-visible {
  text-decoration: underline;
}

/* ── IDP: Who It's For ───────────────────────────────────── */
.who-for-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.who-for-col {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.who-for-col h3 {
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}

.who-for-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.who-for-col li {
  padding-left: 1.4rem;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.4;
}

.col-yes li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}

.col-no li::before {
  content: "\00D7";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
}

/* ── IDP: 3-Step Process ─────────────────────────────────── */
.steps-grid {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.step-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.step-number {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--gold-500);
}

.step-card h3 {
  margin-bottom: 0.5rem;
}

.step-card p {
  margin: 0;
}

/* ── IDP: Comparison Grid ────────────────────────────────── */
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.comparison-col {
  border-radius: 1rem;
  padding: 1.5rem;
}

.comparison-col.col-others {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}

.comparison-col.col-kd {
  background: linear-gradient(180deg, #fffbf0 0%, #fff 100%);
  border: 1.5px solid var(--gold-500);
}

.comparison-col h3 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.comparison-col.col-others h3 {
  color: var(--muted);
}

.comparison-col.col-kd h3 {
  color: var(--gold-500);
}

.comparison-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.comparison-col li {
  padding-left: 1.4rem;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.4;
}

.col-others li::before {
  content: "\00D7";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
}

.col-kd li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}

/* ── IDP: Program Cards ──────────────────────────────────── */
.program-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.program-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.program-card.program-featured {
  border-color: var(--gold-500);
  background: linear-gradient(180deg, #fffbf0 0%, #fff 100%);
}

.program-card h3 {
  margin-bottom: 0.4rem;
}

.program-card p {
  margin-bottom: 0;
}

.program-tag {
  display: inline-block;
  background: var(--gold-500);
  color: #202227;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

/* ── Responsive: IDP two-col grids → single col ─────────── */
@media (max-width: 960px) {
  .who-for-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .about-photo img {
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .nav-programs-wrap {
    width: 100%;
  }

  .nav-programs-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }

  .nav-dropdown {
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0.2rem 0 0 1rem;
    min-width: unset;
  }

  .nav-programs-wrap:hover .nav-dropdown {
    display: none;
  }

  .nav-programs-wrap.is-open .nav-dropdown {
    display: block;
  }

  .nav-dropdown a {
    padding: 0.4rem 0;
    color: #c6cfdb !important;
    font-size: 0.9rem;
  }
}

/* ── Countdown timers ─────────────────────────────────────── */
.countdown-row {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.countdown-block {
  flex: 1;
  min-width: 200px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.2rem 1.5rem;
  box-shadow: var(--shadow);
}

.countdown-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: var(--gold-500);
  margin: 0 0 0.75rem;
}

.countdown-display {
  display: flex;
  gap: 1.2rem;
}

.countdown-display span {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.countdown-display strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.8rem;
  color: var(--navy-900);
}

.countdown-display small {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-top: 0.25rem;
}

/* ── Price card included list ─────────────────────────────── */
.price-includes {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.price-includes li {
  font-size: 0.88rem;
  color: var(--navy-700);
  padding-left: 1.3rem;
  position: relative;
}

.price-includes li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}

/* ── Guarantee banner ─────────────────────────────────────── */
.guarantee-banner {
  margin-top: 1.2rem;
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: 1rem;
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.guarantee-check {
  width: 1.8rem;
  height: 1.8rem;
  background: #22c55e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}

.guarantee-banner strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
  color: var(--navy-900);
}

.guarantee-banner p {
  margin: 0;
  color: #374151;
  font-size: 0.92rem;
}

/* ── Instagram section ────────────────────────────────────── */
.instagram-section {
  background: var(--paper);
}

.instagram-feed-wrap {
  margin-top: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.lightwidget-widget {
  width: 100%;
  border: 0;
  overflow: hidden;
  min-height: 400px;
  display: block;
}
