/* ═══════════════════════════════════════
   SHARED GLOBAL STYLES
   Single styles.css — loaded on every page
═══════════════════════════════════════ */

/* Termina Demi served via Adobe Fonts kit (use.typekit.net/lmo7pet.css) — family name: 'termina' */

:root {
  --accent:    #C8F04D;
  --dark:      #111111;
  --light:     #ffffff;
  --font-head: 'termina', 'Termina', 'Futura PT', 'Futura', 'Century Gothic', 'Trebuchet MS', sans-serif;
  --font-body: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --nav-max:   1142px;
  --card-radius: 20px;
  color-scheme: light only;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: #FFFCF5; overflow-x: clip; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  background: #FFFCF5;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

/* ═══════════════════════════════════════
   PAGE WRAPPER (faq + privacy)
═══════════════════════════════════════ */
#pageWrap {
  background: #FFFCF5;
  min-height: 100vh;
  padding: 20px;
}

/* ═══════════════════════════════════════
   NAV
═══════════════════════════════════════ */
nav {
  position: sticky;
  top: 16px;
  z-index: 200;
  width: calc(100% - 40px);
  max-width: var(--nav-max);
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 24px;
  background: rgba(255,252,245,0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.60);
  border-radius: 100px;
  box-shadow: 0 2px 28px rgba(0,0,0,0.07);
}

.nav-horz-logo {
  height: 36px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.5vw, 44px);
  list-style: none;
}
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--dark);
  text-decoration: none;
  opacity: 0.72;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.nav-links a:hover { opacity: 1; }

.nav-right { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }

.nav-link-right {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--dark);
  text-decoration: none;
  opacity: 0.72;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.nav-link-right:hover { opacity: 1; }

.btn-cta-nav {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark);
  background: var(--accent);
  border: none;
  border-radius: 100px;
  padding: 10px 22px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.btn-cta-nav:hover { background: #b8e030; transform: translateY(-1px); }

.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.nav-hamburger span { display: block; width: 100%; height: 2px; background: var(--dark); border-radius: 2px; }

.nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.nav-drawer.open { display: flex; }
.nav-drawer a, .nav-drawer button {
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--dark);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.8;
}
.nav-drawer .drawer-cta {
  font-size: 1rem;
  font-weight: 600;
  background: var(--accent);
  color: var(--dark);
  border-radius: 100px;
  padding: 14px 36px;
  opacity: 1;
}
.nav-drawer .drawer-close { position: absolute; top: 24px; right: 28px; font-size: 2rem; line-height: 1; opacity: 0.5; }

/* ════ FOOTER ════ */
#footerSection {
  display: block;
  margin: 12px auto 0;
  width: 100%;
  max-width: 1240px;
}

.vfooter {
  position: relative;
  background: radial-gradient(ellipse 180% 200% at 5% 110%, #09606D 0%, #317C88 28%, #84B6BF 58%, #D2ECF2 100%);
  border-radius: clamp(16px, 5.1vw, 60px);
  padding: clamp(32px, 4.8vw, 56px) clamp(24px, 5vw, 60px) clamp(28px, 3.8vw, 44px);
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(9, 96, 109, 0.18), 0 4px 20px rgba(0,0,0,0.08);
}
.vfooter-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.vfooter-logo-link { display: block; text-decoration: none; margin-bottom: clamp(24px, 3.5vw, 40px); }
.vfooter-logo-svg  { width: clamp(100px, 13vw, 160px); height: auto; display: block; }
.vfooter-cols {
  display: flex;
  gap: clamp(28px, 5.5vw, 72px);
}
.vfooter-col-head {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1.3;
}
.vfooter-links {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.vfooter-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  line-height: 1.5;
  display: inline-block;
  transition: color 120ms;
}
.vfooter-links a:hover { color: #fff; }
.vfooter-rule {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.18);
  margin: 0 0 20px;
}
.vfooter-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.vfooter-social { display: flex; align-items: center; gap: 16px; }
.vfooter-social a {
  color: rgba(255,255,255,0.6);
  display: flex; align-items: center;
  text-decoration: none;
  transition: color 120ms;
}
.vfooter-social a:hover { color: #fff; }
.vfooter-social svg { width: 17px; height: 17px; }
.vfooter-copy {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  line-height: 1.4;
}

/* Footer watermark — top-right of footer on all pages */
.vfooter-watermark {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.32)) drop-shadow(0 0 16px rgba(255,255,255,0.16));
}

/* ═══════════════════════════════════════
   WAITLIST OVERLAY (shared)
═══════════════════════════════════════ */
#waitlist-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: #FFFCF5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  overflow: hidden;
}
#waitlist-overlay.wl-active {
  opacity: 1;
  pointer-events: all;
}
#waitlist-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.1;
  pointer-events: none;
}

.wl-blob-wrap {
  position: absolute;
  width: 700px;
  height: 700px;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  pointer-events: none;
  z-index: 1;
}
.wl-blob-wrap.bloomed {
  transform: scale(1);
  opacity: 1;
}
.wl-blob-gradient {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #09606D 0%, #317C88 28%, #619DA7 52%, transparent 74%);
  filter: blur(70px);
}

.wl-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 480px;
  padding: 0 24px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}
#waitlist-overlay.wl-active .wl-content {
  opacity: 1;
  transform: translateY(0);
}

.wl-headline {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  color: #0E0E0E;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-synthesis: none;
  text-align: center;
  margin-bottom: 12px;
}

.wl-subtext {
  font-family: var(--font-body);
  font-size: clamp(0.88rem, 1.5vw, 1rem);
  color: rgba(14,14,14,0.62);
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.6;
}

.wl-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wl-input {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: #0E0E0E;
  background: #FFFFFF;
  border: 1px solid #E8E4DC;
  border-radius: 12px;
  padding: 16px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.wl-input::placeholder { color: #888888; }
.wl-input:focus { border-color: #0E0E0E; }

/* Phone row: country code select + number input side-by-side */
.wl-phone-row {
  display: flex;
  border: 1px solid #E8E4DC;
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
  transition: border-color 0.2s;
}
.wl-phone-row:focus-within { border-color: #0E0E0E; }

.wl-dial {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 400;
  color: #0E0E0E;
  background: #F5F3EE;
  border: none;
  border-right: 1px solid #E8E4DC;
  padding: 16px 28px 16px 14px;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230E0E0E' stroke-opacity='.45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  min-width: 80px;
}
.wl-phone-row .wl-input {
  border: none;
  border-radius: 0;
  flex: 1;
  background: transparent;
  min-width: 0;
}
.wl-phone-row .wl-input:focus { border-color: transparent; }

.wl-submit {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: #FFFCF5;
  background: #0E0E0E;
  border: none;
  border-radius: 100px;
  padding: 16px 36px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-top: 4px;
}
.wl-submit:hover {
  background: #C8F04D;
  color: #0E0E0E;
}

.wl-field { display: flex; flex-direction: column; gap: 5px; }
.wl-label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(14,14,14,0.60);
  letter-spacing: 0.01em;
}
.wl-req { color: var(--accent); }
.wl-opt { font-weight: 400; color: rgba(14,14,14,0.38); }
.wl-error {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  color: #c0392b;
  min-height: 1em;
  line-height: 1.4;
}
.wl-submit-error {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  color: #c0392b;
  text-align: center;
  min-height: 1em;
  line-height: 1.4;
  margin-top: 0.25rem;
}

.wl-privacy {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(14,14,14,0.38);
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

.wl-confirmation {
  display: none;
  opacity: 0;
  position: fixed;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.4s ease;
  padding: 24px;
  z-index: 20;
}

.wl-confirm-text {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  color: #0E0E0E;
  letter-spacing: -0.03em;
  line-height: 1.25;
  font-synthesis: none;
  max-width: 640px;
}

.wl-celebrate-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle at 50% 50%, #09606D 0%, #317C88 30%, #619DA7 55%, transparent 75%);
}

.wl-close {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 2rem;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(14,14,14,0.35);
  z-index: 30;
  padding: 4px 8px;
  transition: color 0.2s;
}
.wl-close:hover { color: #0E0E0E; }

/* ═══════════════════════════════════════
   INDEX — SPLASH
═══════════════════════════════════════ */
#splash {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
#splash.fade-out {
  opacity: 0;
  transform: scale(1.03);
  pointer-events: none;
}
#splashLogo {
  width: clamp(80px, 15vw, 120px);
  height: clamp(80px, 15vw, 120px);
  transform-origin: center center;
  opacity: 0;
  animation: logoFadeIn 0.25s ease forwards, continuousSpin 0.75s linear 0.25s infinite;
}
@keyframes logoFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes continuousSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ═══════════════════════════════════════
   INDEX — PAGE WRAPPER
═══════════════════════════════════════ */
#heroSection {
  opacity: 0;
  transition: opacity 0.55s ease;
  background: #FFFCF5;
  min-height: 100vh;
  padding: 20px;
  color: inherit;
}
#heroSection.visible { opacity: 1; }

/* ═══════════════════════════════════════
   INDEX — SITE CARD
═══════════════════════════════════════ */
.site-card {
  width: 100%;
  border-radius: var(--card-radius);
  overflow: visible;
  background: #FFFCF5;
  box-shadow: 0 4px 40px rgba(0,0,0,0.10);
}

/* ═══════════════════════════════════════
   INDEX — HERO
═══════════════════════════════════════ */
.hero {
  position: relative;
  width: 100%;
  min-height: 85vh;
  max-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--card-radius);
  overflow: hidden;
  margin-bottom: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 60% 45%;
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(108deg, rgba(210,225,235,0.62) 0%, rgba(200,218,232,0.30) 44%, transparent 70%),
    linear-gradient(to top, rgba(14,14,14,0.82) 0%, rgba(14,14,14,0.45) 25%, rgba(14,14,14,0.10) 48%, transparent 65%);
}

/* NAV login button (index only) */
.btn-login {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark);
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.82;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.btn-login:hover { opacity: 1; }

/* HERO CONTENT */
.hero-content {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 64px;
  padding-bottom: 140px;
  max-width: min(640px, 90vw);
  animation: fadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.1s;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-inner { display: flex; flex-direction: column; gap: clamp(16px, 2.5vw, 24px); }

.hero-h1 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2rem, 5.5vw, 3.7rem);
  line-height: 1.1;
  color: var(--dark);
  letter-spacing: -0.025em;
  font-synthesis: none;
}
.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(0.88rem, 1.5vw, 1.05rem);
  font-weight: 400;
  color: var(--dark);
  line-height: 1.7;
  opacity: 0.76;
  max-width: min(420px, 100%);
}
.btn-hero {
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--dark);
  background: var(--light);
  border: none;
  border-radius: 100px;
  padding: 15px 34px;
  cursor: pointer;
  box-shadow: 0 4px 22px rgba(0,0,0,0.13);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.btn-hero:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.16); }

@media (max-width: 768px) {
  .btn-hero { background: var(--accent); }
  .btn-hero:hover { background: #b8e030; }
}

/* ═══════════════════════════════════════
   INDEX — SCROLL FADE-IN
═══════════════════════════════════════ */
.fade-section {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════
   INDEX — HOW IT WORKS SECTION
═══════════════════════════════════════ */
.how-section {
  background: #FFFCF5;
  padding: clamp(64px, 8vw, 100px) clamp(20px, 4vw, 48px);
}
.how-inner { max-width: 1280px; margin: 0 auto; }
.how-header { text-align: center; margin-bottom: clamp(40px, 5vw, 64px); }
.how-eyebrow {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dark);
  opacity: 0.45;
  margin-bottom: 12px;
}
.how-title {
  font-family: var(--font-head);
  font-synthesis: none;
  font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--dark);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.steps-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step-card { display: flex; flex-direction: column; gap: 20px; }
.step-card-inner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 322 / 342;
  background: transparent;
}
.step-card-inner > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.step-card-inner > svg { object-fit: cover; }
.step-card-inner > img { object-fit: cover; object-position: center top; }
.step-card-inner > img.results-img { object-fit: fill; background: transparent; border-radius: 20px; }
.step-svg { width: 100%; height: auto; display: block; }
.step-text { padding: 0 4px; }
.step-num {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--dark);
  opacity: 0.35;
  display: block;
  margin-bottom: 6px;
}
.step-heading {
  font-family: var(--font-head);
  font-synthesis: none;
  font-weight: 600;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.25;
}
.step-body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(0.8rem, 1.1vw, 0.88rem);
  color: var(--dark);
  opacity: 0.6;
  line-height: 1.6;
}

.how-cta { display: flex; justify-content: center; margin-top: clamp(36px, 5vw, 56px); }
.how-cta-btn {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  background: var(--accent);
  border: none;
  border-radius: 100px;
  padding: 16px 36px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(200,240,77,0.35);
}
.how-cta-btn:hover { background: #b8e030; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,240,77,0.45); }

.carousel-dots { display: none; justify-content: center; gap: 8px; margin-top: 28px; }
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.18);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.dot.active { background: var(--dark); transform: scale(1.25); }

@media (max-width: 960px) {
  .steps-track { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .carousel-dots { display: none; }
}
@media (max-width: 600px) {
  .how-section { padding: 56px 20px; }
  .steps-track {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 14px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 4px;
    padding-left: calc((100vw - 85vw) / 2);
    padding-right: calc((100vw - 85vw) / 2);
  }
  .steps-track::-webkit-scrollbar { display: none; }
  .step-card {
    scroll-snap-align: center;
    width: 85vw !important; min-width: 85vw !important; max-width: 85vw !important;
    flex-shrink: 0;
  }
  .step-card-inner {
    width: 85vw !important; min-width: 85vw !important; max-width: 85vw !important;
  }
  .carousel-dots { display: flex; }
}

/* ═══════════════════════════════════════
   INDEX — BODY SIGNALS SECTION
═══════════════════════════════════════ */
.bs-section { background: #FFFCF5; padding: clamp(64px, 8vw, 100px) clamp(24px, 5vw, 80px); }
.bs-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  margin-bottom: clamp(48px, 6vw, 80px);
}
.bs-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: #0E0E0E;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-synthesis: none;
}
.bs-subtitle {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  color: rgba(14,14,14,0.55);
  line-height: 1.7;
  padding-top: 8px;
}

.bs-tab-bar-wrap {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: clamp(40px, 5vw, 64px);
  width: 100%;
}
.bs-tab-bar-wrap::-webkit-scrollbar { display: none; }
.bs-tab-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0;
  border-bottom: 1px solid rgba(14,14,14,0.15);
  min-width: 0;
}
.bs-tab {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(0.78rem, 1.1vw, 0.92rem);
  color: rgba(14,14,14,0.4);
  background: none;
  border: none;
  cursor: pointer;
  padding: 14px 0 16px;
  flex: 1;
  text-align: center;
  white-space: nowrap;
  transition: color 0.25s ease;
  font-synthesis: none;
  position: relative;
}
.bs-tab.active { color: #0E0E0E; }
.bs-tab:hover:not(.active) { color: rgba(14,14,14,0.7); }
.bs-underline {
  position: absolute;
  bottom: -1px;
  height: 2px;
  background: #C8F04D;
  border-radius: 2px;
  transition: left 300ms ease, width 300ms ease;
  pointer-events: none;
}

.bs-panels { position: relative; }
.bs-panel { display: none; opacity: 0; transition: opacity 300ms ease-in-out; }
.bs-panel.active { display: block; opacity: 1; }
.bs-panel.fade-out { display: block; opacity: 0; }

.bs-panel-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.bs-img-wrap { width: 100%; background-color: transparent; }
.bs-img { width: 100%; height: auto; display: block; border-radius: 20px; object-fit: cover; }
.bs-copy { display: flex; flex-direction: column; gap: 20px; }
.bs-copy-heading {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #0E0E0E;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-synthesis: none;
}
.bs-copy-body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(0.88rem, 1.3vw, 1rem);
  color: rgba(14,14,14,0.65);
  line-height: 1.75;
}
.bs-cta {
  align-self: flex-start;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: #0E0E0E;
  background: #C8F04D;
  border: none;
  border-radius: 100px;
  padding: 14px 32px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.bs-cta:hover { background: #b8e030; transform: translateY(-1px); }

@media (max-width: 1024px) { .bs-section { padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 48px); } }
@media (max-width: 768px) {
  .bs-header { grid-template-columns: 1fr; gap: 16px; }
  .bs-panel-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 600px) {
  .bs-section { padding: 48px 20px; }
  .bs-header { grid-template-columns: 1fr; }
  .bs-tab-bar { min-width: max-content; justify-content: flex-start; }
  .bs-tab { flex: none; padding: 12px 20px 14px; font-size: 0.78rem; }
  .bs-panel-inner { grid-template-columns: 1fr !important; gap: 28px; }
  .bs-img-left .bs-img-wrap  { order: 0; }
  .bs-img-left .bs-copy      { order: 1; }
  .bs-img-right .bs-img-wrap { order: 0; }
  .bs-img-right .bs-copy     { order: 1; }
  .bs-cta { width: 100%; text-align: center; }
}

/* ════ INDEX — GLASS BANNER ════ */
.glass-banner {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  padding: 14px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gb-row { display: flex; align-items: center; width: max-content; gap: 12px; will-change: transform; }
.gb-row-1 { animation: gb-scroll-left 50s linear infinite; }
.gb-row-2 { animation: gb-scroll-right 50s linear infinite; }
@keyframes gb-scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(var(--gb-dist, -50%)); }
}
@keyframes gb-scroll-right {
  0%   { transform: translateX(var(--gb-dist-r, -50%)); }
  100% { transform: translateX(0); }
}
.gb-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px 8px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 252, 245, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 252, 245, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.12);
  color: #FFFCF5;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
  background: rgba(255, 252, 245, 0.08);
  gap: 0;
}
@supports (backdrop-filter: blur(1px)) {
  .gb-pill { backdrop-filter: blur(12px) saturate(1.4); -webkit-backdrop-filter: blur(12px) saturate(1.4); }
}
@supports not (backdrop-filter: blur(1px)) {
  .gb-pill { background: rgba(255, 252, 245, 0.12); }
}
.gb-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255, 252, 245, 0.15);
  border: 1px solid rgba(255, 252, 245, 0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-left: 4px; margin-right: 8px;
}
@supports (backdrop-filter: blur(1px)) {
  .gb-icon { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
}
.gb-label { line-height: 1; }

@media (max-width: 1024px) {
  .hero { min-height: 85vh; }
  .hero-content { padding: 40px 48px; padding-bottom: 130px; }
  .gb-pill { font-size: 12px; padding: 8px 14px 8px 6px; }
  .gb-icon { width: 28px; height: 28px; }
  .hero-content { background: linear-gradient(to right, rgba(255,252,245,0.55) 0%, rgba(255,252,245,0.15) 35%, transparent 55%); }
}
@media (max-width: 768px) {
  .hero { min-height: 80vh; max-height: none; }
  .hero-content { padding: 32px 32px; padding-bottom: 120px; max-width: 100%; }
  .btn-hero { width: 100%; }
  .gb-pill { font-size: 11px; padding: 7px 12px 7px 4px; }
  .gb-icon { width: 26px; height: 26px; margin-left: 3px; }
  .gb-icon svg { width: 13px; height: 13px; }
  .glass-banner {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.08) 35%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.68) 100%);
    padding-bottom: 16px !important;
  }
  .hero-bg::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0.45) 65%, rgba(0,0,0,0.68) 100%);
  }
  .hero-bg { background-position: 72% 20%; }
  #heroSection { padding: 12px; }
}
@media (max-width: 480px) {
  .hero { min-height: 90vh; max-height: none; }
  .hero-content { padding: 24px 20px; padding-bottom: 115px; }
  .hero-h1 { font-size: min(32px, 8vw); }
  .hero-sub { font-size: 14px; }
  .btn-hero { width: 100%; }
  .glass-banner { padding: 10px 0 16px; gap: 8px; }
  .gb-row { gap: 6px; }
  .gb-pill { font-size: 10px; padding: 6px 14px 6px 4px; }
  .gb-icon { width: 24px; height: 24px; margin-left: 3px; margin-right: 7px; }
  .gb-icon svg { width: 11px; height: 11px; }
  .hero-bg { background-position: 85% 12%; }
  .hero-content { align-items: flex-start; justify-content: flex-start; padding-bottom: 115px; max-width: 100%; }
  .btn-hero { width: 100%; text-align: center; }
}
@media (max-width: 375px) {
  .hero { min-height: 90vh; }
  .hero-content { padding: 20px 16px; padding-bottom: 110px; }
  .hero-h1 { font-size: min(28px, 7.5vw); }
  .hero-sub { font-size: 13px; }
  .gb-pill { font-size: 10px; padding: 6px 14px 6px 4px; }
  .gb-icon { width: 22px; height: 22px; margin-left: 3px; margin-right: 6px; }
  .gb-icon svg { width: 10px; height: 10px; }
  .gb-row { gap: 6px; }
}
@media (max-width: 360px) { .hero-h1 { font-size: 1.7rem; } }
@media (max-width: 320px) {
  .hero-content { padding: 16px; padding-bottom: 105px; }
  .hero-h1 { font-size: 24px; }
  .hero-sub { font-size: 12px; }
  .gb-pill { font-size: 9px; padding: 6px 14px 6px 4px; }
  .gb-icon { width: 20px; height: 20px; margin-left: 3px; margin-right: 5px; }
  .gb-icon svg { width: 9px; height: 9px; }
}

/* ═══════════════════════════════════════
   INDEX — WAITLIST extras
═══════════════════════════════════════ */
.wl-input.wl-invalid { border-color: #c0392b; }

.wl-confirm-text {
  color: #FFFFFF;
  margin-bottom: 0.5em;
}
.wl-confirm-sub {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1.2rem, 3vw, 2rem);
  color: rgba(255,255,255,0.80);
  letter-spacing: -0.01em;
  line-height: 1.3;
  max-width: 640px;
}

/* ═══════════════════════════════════════
   SHARED RESPONSIVE — nav + footer
═══════════════════════════════════════ */
@media (max-width: 1180px) {
  nav { margin: 20px 20px; max-width: calc(100% - 40px); }
}
@media (max-width: 768px) {
  .nav-links, .btn-cta-nav, .nav-link-right { display: none; }
  .nav-hamburger { display: flex; }
}
@media (max-width: 480px) {
  nav { margin: 10px 12px; padding: 9px 12px 9px 16px; max-width: calc(100% - 24px); }
  .nav-horz-logo { height: 28px; }
}
@media (max-width: 680px) {
  .vfooter-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
  .vfooter-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 600px) {
  .wl-content { max-width: 100%; padding: 0 20px; }
  .wl-blob-wrap { width: 440px; height: 440px; }
  .wl-close { top: 16px; right: 16px; font-size: 1.75rem; }
}
@media (max-width: 380px) {
  .wl-blob-wrap { width: 340px; height: 340px; }
  .wl-headline { font-size: 1.5rem; }
}

/* ═══════════════════════════════════════
   FAQ — SECTION
═══════════════════════════════════════ */
.faq-section {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 100px) 0 clamp(64px, 9vw, 112px);
}
.faq-headline {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  color: #0E0E0E;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-synthesis: none;
  text-align: center;
  margin-bottom: clamp(48px, 7vw, 80px);
}
.faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(14,14,14,0.10); }
.faq-item { border-bottom: 1px solid rgba(14,14,14,0.10); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 4px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: #0E0E0E;
  letter-spacing: -0.01em;
  line-height: 1.35;
  font-synthesis: none;
  transition: color 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.faq-question:hover { color: #09606D; }
.faq-icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(14,14,14,0.25);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s, transform 0.3s ease, background 0.2s;
}
.faq-icon svg { display: block; transition: transform 0.3s ease; }
.faq-item.open .faq-icon { border-color: #09606D; background: #09606D; transform: rotate(0deg); }
.faq-item.open .faq-icon svg { transform: rotate(45deg); }
.faq-item.open .faq-icon svg path { stroke: #FFFCF5; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer-inner {
  padding: 0 4px 28px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.75;
}

@media (max-width: 768px) {
  #pageWrap { padding: 12px; }
}

/* ═══════════════════════════════════════
   PRIVACY — CONTENT
═══════════════════════════════════════ */
.privacy-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) clamp(16px, 4vw, 40px) clamp(64px, 9vw, 112px);
}
.privacy-hero {
  background: radial-gradient(ellipse 160% 180% at 10% 120%, #09606D 0%, #317C88 30%, #84B6BF 62%, #C6E8EE 100%);
  border-radius: 20px;
  padding: clamp(36px, 5vw, 56px) clamp(28px, 5vw, 56px);
  margin-bottom: clamp(48px, 7vw, 72px);
  text-align: center;
}
.privacy-hero-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}
.privacy-hero-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #FFFCF5;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-synthesis: none;
  margin-bottom: 14px;
}
.privacy-hero-sub {
  font-family: var(--font-body);
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  margin-bottom: 16px;
}
.privacy-hero-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0E0E0E;
  background: #C8F04D;
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 6px;
}
.privacy-hero-date {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  display: block;
  margin-top: 10px;
}
.privacy-section { margin-bottom: clamp(40px, 6vw, 60px); }
.section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F0EDE6;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.section-num {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.75rem;
  color: #09606D;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-synthesis: none;
}
.section-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  color: #0E0E0E;
  letter-spacing: -0.01em;
  font-synthesis: none;
  line-height: 1.25;
}
.privacy-body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
}
.privacy-body p { margin-bottom: 16px; }
.privacy-body p:last-child { margin-bottom: 0; }
.privacy-body ul, .privacy-body ol { padding-left: 20px; margin-bottom: 16px; }
.privacy-body li { margin-bottom: 6px; }
.privacy-subhead {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: #0E0E0E;
  margin-bottom: 8px;
  margin-top: 24px;
}
.privacy-subhead:first-child { margin-top: 0; }
.privacy-table-wrap {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 12px;
  border: 1px solid rgba(14,14,14,0.08);
}
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #444;
}
.privacy-table th {
  background: #F0EDE6;
  font-weight: 600;
  color: #0E0E0E;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(14,14,14,0.10);
  white-space: nowrap;
}
.privacy-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(14,14,14,0.06);
  vertical-align: top;
  line-height: 1.6;
}
.privacy-table tr:last-child td { border-bottom: none; }
.privacy-table tr:nth-child(even) td { background: rgba(240,237,230,0.35); }
.privacy-callout {
  background: rgba(9,96,109,0.07);
  border-left: 3px solid #09606D;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 20px 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #09606D;
  line-height: 1.65;
}

@media (max-width: 480px) {
  .privacy-table th, .privacy-table td { padding: 10px 12px; font-size: 0.82rem; }
}
