@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ─── Todo el sitio usa Inter ─── */
* { font-family: 'Inter', sans-serif; }

/* ─── Pesos Inter para headings ─── */
h1,h2,h3 { font-weight: 800; letter-spacing: -.4px; line-height: 1.15; }

/* ─── Animaciones entrada ─── */
.will-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.will-reveal.is-visible { opacity: 1; transform: none; }
.will-reveal:nth-child(2) { transition-delay: .1s; }
.will-reveal:nth-child(3) { transition-delay: .2s; }
.will-reveal:nth-child(4) { transition-delay: .3s; }

.reveal-title {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal-title.is-visible { opacity: 1; transform: none; }

/* ─── Eyebrow label ─── */
.eyebrow {
  display: block;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 12px;
  text-align: center;
}
.eyebrow--gold  { color: var(--gold); }
.eyebrow--light { color: rgba(216,184,128,.75); }

/* ─── Heading de sección ─── */
.section__h {
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--ink);
  text-align: center;
  line-height: 1.15;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.section__h_1 {
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: white;
  text-align: center;
  line-height: 1.15;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.section__h--light { color: #fff; }

/* ─── Botones ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .18s, box-shadow .2s, background .2s, color .2s;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn--gold   { background: var(--gold); color: var(--ink); border-color: var(--gold); box-shadow: 0 6px 24px var(--gold-glow); }
.btn--gold:hover   { background: rgb(232,205,152); box-shadow: 0 10px 32px var(--gold-glow); }
.btn--ghost  { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.4); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.btn--ghost:hover  { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.7); }
.btn--dark   { background: var(--ink); color: var(--gold); border-color: var(--ink); }
.btn--dark:hover   { background: #1c1c1c; }
.btn--sm     { padding: 9px 20px; font-size: .75rem; }

/* ─── Secciones ─── */
.section { padding: clamp(64px,8vw,108px) 0; position: relative; }
.section--white { background: var(--white); }
.section--cream { background: var(--cream); }
.section--navy  { background: var(--navy); }

.section--white::before,
.section--cream::before {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 56px; height: 3px; border-radius: 2px;
  background: var(--gold);
}

/* ═══════════════════════════════════════════════════════════════════
   §1  HERO
═══════════════════════════════════════════════════════════════════ */
.hero {
  position: relative; width: 100%;
  height: calc(100svh - var(--offset-total));
  min-height: 560px; overflow: hidden;
  background: #05101f;
}
.hero__vid {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center; z-index: 0;
}
.hero__vid--desk { display: block; }
.hero__vid--mob  { display: none; }
@media(max-width:768px) { .hero__vid--desk{display:none;} .hero__vid--mob{display:block;} }

.hero__veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(to top,  rgba(2, 7, 18, 0.788) 0%, rgba(2, 7, 18, 0.486) 35%, rgba(2,7,18,.15) 65%, transparent 100%),
    linear-gradient(to bottom,rgba(2, 7, 18, 0.155) 0%, transparent 30%);
}
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; z-index: 3;
  background: linear-gradient(90deg,transparent,rgba(216,184,128,.5) 15%,var(--gold) 50%,rgba(216,184,128,.5) 85%,transparent);
}
.hero__content {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  padding-bottom: clamp(60px,10vh,100px); gap: 24px;
}
.hero__label {
  display: flex; align-items: center; gap: 14px;
  font-size: .65rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); opacity: .85;
}
.hero__line { display: block; width: 30px; height: 1px; background: var(--gold); opacity: .5; }

.hero__phrase {
  font-size: clamp(1rem, 4.3vw, 2.7rem);
  font-weight: 800;
  color: #fff;
  text-align: center; line-height: 1.1;
  max-width: 900px; padding-inline: 28px;
  text-shadow: 0 2px 32px rgba(0,0,0,.5);
  opacity: 0; transform: translateY(16px);
  transition: opacity .52s ease, transform .52s ease;
  pointer-events: none;
}
.hero__phrase.is-on    { opacity: 1; transform: none; }
.hero__phrase.is-final {
  font-size: clamp(1.5rem, 4.5vw, 3rem);
  color: black;
  text-shadow: none;
  font-style: italic;
  font-weight: 600;
}
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

.hero__down {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  z-index: 3; color: rgba(255,255,255,.4);
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  animation: bounce 2.4s ease-in-out infinite;
  text-decoration: none; transition: color .2s, border-color .2s;
}
.hero__down:hover { color: var(--gold); border-color: var(--gold); }
@keyframes bounce {
  0%,100%{ transform:translateX(-50%) translateY(0) }
  55%    { transform:translateX(-50%) translateY(6px) }
}

/* ═══════════════════════════════════════════════════════════════════
   §2  COUNTDOWN
═══════════════════════════════════════════════════════════════════ */
.cd-section {
  background: #eaeaea;
  padding: clamp(56px,7vw,92px) 0;
  position: relative; overflow: hidden;
}
.cd-section__bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% -10%,rgba(216,184,128,.18) 0%,transparent 60%);
  background-image: radial-gradient(rgba(216,184,128,.06) 1px,transparent 1px);
  background-size: 28px 28px;
}
.cd-section__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(20px,3vw,40px); align-items: center;
}
@media(max-width:760px) { .cd-section__inner { grid-template-columns: 1fr; } }
 
.cd-section__copy { text-align: left; }
.cd-section__copy .eyebrow { text-align: left; }
@media(max-width:760px) {
  .cd-section__copy,
  .cd-section__copy .eyebrow { text-align: center; }
}
 
.cd-section__h {
  font-size: clamp(1.6rem,3.5vw,2.6rem); font-weight: 800;
  color: black; line-height: 1.2; margin-bottom: 16px;
}
.cd-section__sub {
  color: black; font-size: .93rem;
  line-height: 1.72; margin-bottom: 0; max-width: 440px;
}
 
.cd-section__clock { text-align: center; }
.cd-section__deadline {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(28,55,85,.55); margin-top: 14px;
}
 
/* Botón centrado debajo de las dos columnas */
.cd-section__cta {
  position: relative; z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 4vw, 30px);
}
 
.cdg {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 10px; max-width: 480px; margin-inline: auto;
}
@media(max-width:440px) { .cdg { gap: 6px; } }
 
.cd-box {
  position: relative;
  background: black;
  border: 1px solid gray;
  border-radius: 12px; padding: 24px 6px 16px;
  overflow: hidden; text-align: center;
  transition: border-color .3s, background .3s, transform .25s;
}
.cd-box:hover {
  border-color: rgba(28,55,85,.55);
  background: rgba(28,55,85,.9);
  transform: translateY(-4px);
}
.cd-box::after {
  content: ''; position: absolute; top: 0; left: 14%; right: 14%;
  height: 1.5px;
  background: linear-gradient(90deg,transparent,var(--navy),transparent);
}
.cd-num {
  font-size: clamp(2.4rem,6vw,3.8rem); font-weight: 800;
  color: var(--gold); line-height: 1; display: block;
  text-shadow: 0 2px 0 var(--gold-hi);
}
.cd-label {
  font-size: .52rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2.5px;
  color: white; margin-top: 8px; display: block;
}
/* ═══════════════════════════════════════════════════════════════════
   §3  SERVICIOS — flip cards
═══════════════════════════════════════════════════════════════════ */
.cards3 {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 28px;
}
@media(max-width:860px) { .cards3 { grid-template-columns: repeat(2,1fr); } }
@media(max-width:540px) { .cards3 { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; } }

.flip-card { perspective: 1100px; height: 420px; }
.flip-card__inner {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform .62s cubic-bezier(.4,0,.2,1);
}
.flip-card:hover .flip-card__inner,
.flip-card__inner.is-flipped { transform: rotateY(180deg); }

.flip-card__front,
.flip-card__back {
  position: absolute; inset: 0; border-radius: var(--r);
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 32px 26px; overflow: hidden;
}
.flip-card__front {
  background: black;
  box-shadow: inset 0 4px 0 0 var(--gold), 0 4px 28px rgba(0,0,0,.06);
  transition: box-shadow .3s;
}
.flip-card:hover .flip-card__front {
  box-shadow: inset 0 4px 0 0 var(--gold), 0 18px 52px rgba(0,0,0,.13);
}
.flip-card__front::before {
  content: ''; position: absolute; bottom: -40px; right: -40px;
  width: 160px; height: 160px; border-radius: 50%;
  border: 1.5px solid rgba(216,184,128,.1); pointer-events: none;
}
.flip-card__front::after {
  content: ''; position: absolute; bottom: -20px; right: -20px;
  width: 100px; height: 100px; border-radius: 50%;
  border: 1.5px solid rgba(216,184,128,.08); pointer-events: none;
}
.flip-card__back {
  background: white;
  transform: rotateY(180deg);
  justify-content: center; padding-top: 28px;
  box-shadow: 2px 3px 2px 3px rgba(76, 76, 76, 0.39);
}
.flip-card__back::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle,rgba(216,184,128,.1) 0%,transparent 65%);
  pointer-events: none;
}

.flip-card__icon {
  width: 110px; height: 110px; margin-bottom: 18px;
}
.flip-card__icon img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.1));
  transition: transform .4s ease;
}
.flip-card:hover .flip-card__icon img { transform: scale(1.07) translateY(-4px); }

.flip-card__front h3 { font-size: 1.05rem; font-weight: 800; color: white; margin-bottom: 8px; text-align: center; }
.flip-card__front p  { font-size: .82rem; color: var(--muted); text-align: center; line-height: 1.55; }
.flip-card__hint { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #bbb; margin-top: 12px; }
@media(hover:none) { .flip-card__hint { display: none; } }

.flip-card__back h3 { font-size: .95rem; font-weight: 800; color: var(--navy); margin-bottom: 14px; width: 100%; }
.flip-card__back > p { font-size: .82rem; color: black; line-height: 1.65; margin-bottom: 14px; width: 100%; }
.flip-card__back > p strong { color: black; }
.flip-card__back ul { list-style: none; padding: 0; margin: 0 0 18px; width: 100%; }
.flip-card__back ul li {
  font-size: .79rem; color: black;
  padding: 6px 0 6px 16px; position: relative;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.flip-card__back ul li:last-child { border-bottom: none; }
.flip-card__back ul li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--navy); box-shadow: 0 0 5px rgba(216,184,128,.6);
}

/* ═══════════════════════════════════════════════════════════════════
   §4  POR QUÉ ELEGIRNOS 
═══════════════════════════════════════════════════════════════════ */

.pillar_section { background: #eaeaea; }

.pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 780px;
  margin-inline: auto;
}
@media (max-width: 520px) { .pillars { grid-template-columns: 1fr; max-width: 420px; } }

.pillar {
  background: #fff;
  border-radius: 20px;
  padding: 36px 26px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 40px rgba(28,55,85,.15);
}

/* Número decorativo de fondo */
.pillar::after {
  content: attr(data-n);
  position: absolute;
  bottom: -18px;
  right: -6px;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(28,55,85,.05);
  pointer-events: none;
  user-select: none;
  letter-spacing: -.05em;
}

/* Barra accent inferior (aparece en hover) */
.pillar::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
  border-radius: 0 0 20px 20px;
}
.pillar:hover::before { transform: scaleX(1); }
.pillar:nth-child(1)::before { background: rgba(28,55,85); }
.pillar:nth-child(2)::before { background: rgba(216,183,128); }
.pillar:nth-child(3)::before { background: rgba(28,55,85); }
.pillar:nth-child(4)::before { background: rgba(216,183,128); }

/* Ícono */
.pillar__ico {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: filter .2s;
}
.pillar:nth-child(1) .pillar__ico { background: white; }
.pillar:nth-child(2) .pillar__ico { background: white; }
.pillar:nth-child(3) .pillar__ico { background: white; }
.pillar:nth-child(4) .pillar__ico { background: white; }
.pillar:hover .pillar__ico { filter: saturate(1.2) brightness(1.04); }

.pillar__ico svg { width: 65px; height: 65px; }

/* Textos */
.pillar__num {
  display: block;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 8px;
}
.pillar h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #0e1e30;
  line-height: 1.25;
  margin: 0 0 12px;
}
.pillar p {
  font-size: .8rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   §5  ADVISORY — navy, rueda + panel
═══════════════════════════════════════════════════════════════════ */
.adv-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 52px; align-items: center;
}
@media(max-width:860px) { .adv-wrap { grid-template-columns: 1fr; } }

.adv-wheel-col { display: flex; justify-content: center; }
.adv-wheel {
  position: relative;
  width: min(460px,90vw); height: min(460px,90vw);
  cursor: grab;
}
.adv-wheel:active { cursor: grabbing; }

.adv-ring {
  position: absolute; inset: 16px; border-radius: 50%;
  border: 15px solid var(--navy);
  background: radial-gradient(circle,rgba(216,184,128,.04) 0%,transparent 65%);
}
.adv-ring::after {
  content: ''; position: absolute; inset: 26px; border-radius: 50%;
  border: 1px solid rgba(216,184,128,.09);
}

.adv-node {
  position: absolute; width: 128px; height: 128px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.99); border: 1.5px solid rgba(216,184,128,.2);
  box-shadow: 0 3px 16px rgba(0,0,0,.2);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; cursor: pointer; padding: 10px;
  transition: border-color .22s, box-shadow .22s, background .22s;
}
.adv-node:hover, .adv-node.is-active {
  border-color: var(--gold);
  box-shadow: 0 4px 22px rgba(216,184,128,.35), 0 0 0 4px rgba(216,184,128,.12);
  background: rgba(255, 255, 255, 0.99);
}
.adv-node svg { width: 38px; height: 38px; flex-shrink: 0; overflow: visible; }
.adv-node svg path,.adv-node svg rect,.adv-node svg polygon,.adv-node svg circle { fill: black; }
.adv-node svg .st1,.adv-node svg .st0 { fill:none !important; stroke:black !important; }
.adv-node svg [fill="none"] { fill:none !important; }
.adv-node:hover svg path,.adv-node.is-active svg path { fill: var(--gold); }
.adv-node:hover svg rect,.adv-node.is-active svg rect,
.adv-node:hover svg polygon,.adv-node.is-active svg polygon,
.adv-node:hover svg circle,.adv-node.is-active svg circle { fill: var(--gold); }
.adv-node:hover svg [fill="none"],.adv-node.is-active svg [fill="none"] { fill:none !important; }
.adv-node:hover svg .st1,.adv-node.is-active svg .st1,
.adv-node:hover svg .st0,.adv-node.is-active svg .st0 { stroke:var(--gold) !important; fill:none !important; }
.adv-node strong {
  font-size: .6rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
  color: black; text-align: center; line-height: 1.25;
  transition: color .22s;
}
.adv-node:hover strong,.adv-node.is-active strong { color: var(--gold); }

.adv-detail-col { display: flex; justify-content: center; }
.adv-detail {
  background: white;
  box-shadow: 1px 2px 3px 3px #eaeaea;
  padding: clamp(28px,4vw,48px);
  min-height: 290px; width: 100%; max-width: 370px;
  position: relative; overflow: hidden; backdrop-filter: blur(8px);
}
.adv-detail::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
}
#advName {
  font-size: clamp(1.1rem,2.4vw,1.5rem); font-weight: 800;
  color: black; margin-bottom: 18px; padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.459);
}
#advList { list-style: none; padding: 0; margin: 0; }
#advList li {
  font-size: .88rem; color: black;
  padding: 9px 0 9px 20px; position: relative;
  border-bottom: 1px solid rgba(46, 46, 46, 0.221); line-height: 1.45;
}
#advList li:last-child { border-bottom: none; }
#advList li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%;
  background: black; box-shadow: 0 0 6px rgba(216,184,128,.5);
}
.adv-idle { color: rgba(255,255,255,.28); font-size: .8rem; margin-top: 20px; }

/* ═══════════════════════════════════════════════════════════════════
   §7  FRANQUICIA
═══════════════════════════════════════════════════════════════════ */
.promo-sec { overflow: hidden; background-color: var(--navy);}
.promo-sec__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px,5vw,80px); align-items: center;
}
@media(max-width:860px) { .promo-sec__grid { grid-template-columns: 1fr; } }

.promo-sec__fig {
  margin: 0; border-radius: 18px; overflow: hidden;
  aspect-ratio: 4/3; box-shadow: 0 24px 60px rgba(0,0,0,.16); position: relative;
}
.promo-sec__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.promo-sec__fig:hover .promo-sec__img { transform: scale(1.05); }
.promo-sec__badge {
  position: absolute; bottom: 16px; left: 16px;
  background: var(--gold); color: var(--ink);
  font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 4px;
}
.promo-sec__h { font-size: clamp(1.2rem,3vw,2.1rem); font-weight: 800; color: white; line-height: 1.2; margin-bottom: 18px; }
.promo-sec__p { color: white; font-size: clamp(0.8rem,2vw,1.1rem); line-height: 1.78; margin-bottom: 15px; }
.promo-sec__p strong { color: white; font-weight: 700; }

.check-list { list-style: none; padding: 0; margin: 0 0 30px; }
.check-list li {
  font-size: clamp(0.8rem,1.5vw,1rem); color: #c0bfbf;
  padding: 4px 0 4px 24px; position: relative;
  border-bottom: 1px solid var(--border);
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 6px rgba(216,184,128,.4);
}
.btn--gray{
  background-color: #eaeaea;
  color:black;
}
.btn--blue{
  background-color: rgb(28,55,85);
  color:white;
}

/* ═══════════════════════════════════════════════════════════════════
   §8  INDUSTRIAS
═══════════════════════════════════════════════════════════════════ */
.ind-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media(max-width:980px) { .ind-cards { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px) { .ind-cards { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }

.ind-card {
  background: var(--white); border-radius: 14px; overflow: hidden;
  border: 1px solid var(--border); box-shadow: 0 2px 14px rgba(0,0,0,.05);
  display: flex; flex-direction: column;
  transition: box-shadow .28s, transform .28s;
}
.ind-card:hover { box-shadow: 0 14px 44px rgba(0,0,0,.11), 0 0 0 2px var(--gold); transform: translateY(-5px); }
.ind-card__media { width: 100%; height: 280px; object-fit: cover; display: block; transition: transform .5s ease; }
.ind-card:hover .ind-card__media { transform: scale(1.06); }
.ind-card__head { 
  background: var(--gold); 
  padding: 13px 18px; 
  position: relative; 
}
.ind-card__title { font-size: .93rem; font-weight: 800; color: black; margin: 0; text-align: center; }
.ind-card__body  { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.ind-card__desc  { font-size: .81rem; color: var(--muted); line-height: 1.62; margin-bottom: 14px; flex: 1; }

.ind-rotator { margin-top: auto; }
.ind-rotator-label { font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #9ca3af; margin-bottom: 6px; }
.ind-rotator-ui {
  display: flex; align-items: center; gap: 8px;
  background: rgba(15,34,64,.03); border: 1px solid var(--border); border-radius: 6px; padding: 7px 10px;
}
.ind-rot-btn { background: none; border: none; cursor: pointer; font-size: 1.2rem; line-height: 1; color: var(--ink); padding: 0 4px; transition: color .18s; }
.ind-rot-btn:hover { color: var(--gold-deep); }
.ind-rotator-chip { flex: 1; text-align: center; font-size: .73rem; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }




/* ═══════════════════════════════════════
   CTA BAND
═══════════════════════════════════════ */
.cta-band {
  background: var(--navy);
  padding: clamp(48px, 7vw, 90px) 0;
}

.cta-band__wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.cta-band__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-band__text .eyebrow {
  margin-bottom: 10px;
}

.cta-band__text h2 {
  margin: 0 0 12px;
  color: white;
  font-size: clamp(28px, 4.3vw, 58px);
  line-height: 1.05;
  font-weight: 800;
}

.cta-band__text p {
  margin: 0 0 22px;
  max-width: 760px;
  color: white;
  font-size: clamp(15px, 1.6vw, 20px);
  line-height: 1.5;
  font-weight: 500;
}

.cta-band__toggle {
  min-width: 220px;
}

.cta-band__panel {
  margin-top: 26px;
}

.cta-band__form {
  max-width: 430px;
  margin: 0 auto;
}

.cta-band__form > div,
.cta-band__form iframe,
.cta-band__form form {
  width: 100% !important;
}

@media (max-width: 700px) {
  .cta-band {
    padding: 42px 0;
  }

  .cta-band__text h2 {
    line-height: 1.1;
  }

  .cta-band__form {
    max-width: 100%;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   §10  FAQ
═══════════════════════════════════════════════════════════════════ */
.faq-cols {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 0 52px; max-width: 1000px; margin-inline: auto;
}
@media(max-width:700px) { .faq-cols { grid-template-columns: 1fr; gap: 0; } }

.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:nth-child(1),
.faq-item:nth-child(2) { border-top: 1px solid var(--border); }
@media(max-width:700px) { .faq-item:nth-child(2) { border-top: none; } }

.faq-item summary {
  list-style: none; padding: 18px 4px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span:first-child {
  font-size: .9rem; font-weight: 700; color: var(--ink); line-height: 1.45; transition: color .2s;
}
.faq-icon {
  width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%;
  border: 1.5px solid rgba(216,184,128,.5);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-deep); font-size: 1.1rem; line-height: 1;
  transition: transform .3s, background .2s;
}
.faq-icon::after { content: '+'; display: block; }
.faq-item[open] .faq-icon { transform: rotate(45deg); background: var(--gold); color: var(--ink); }
.faq-item[open] summary span:first-child { color: var(--gold-deep); }
.faq-item > p { font-size: .87rem; color: var(--muted); line-height: 1.72; padding: 0 4px 18px; }

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════════ */
@media(max-width:700px) {
  .hero__phrase { font-size: clamp(1.6rem,7vw,2.4rem); padding-inline: 20px; }
  .hero__phrase.is-final { font-size: clamp(2rem,8.5vw,3rem); }
  .hero__ctas { gap: 10px; }
  .btn { font-size: .8rem; padding: 12px 22px; }
  .flip-card { height: 370px; }
  .adv-wheel { width: min(320px,93vw); height: min(320px,93vw); }
  .adv-node  { width: 82px; height: 82px; }
  .adv-node svg { width: 26px; height: 26px; }
  .adv-node strong { font-size: .5rem; }
  .section__h { margin-bottom: 32px; }
}
@media(min-width:1400px) {
  .hero__phrase.is-final { font-size: 4rem; }
  .flip-card { height: 440px; }
  .adv-wheel { width: 520px; height: 520px; }
  .cdg { max-width: 520px; gap: 14px; }
  .cd-num { font-size: 4rem; }
}