/* ═══════════════════════════════════════════════════════════════
   BLOCKBELLS.CSS — Design System v8 (Premium Edition)
   Oriya Computers · Jacques · 2026
   ─────────────────────────────────────────────────────────────
   Red #CC0000 | Pearl #F8F8FA | Charcoal #2E2E30
   Fonts: Bebas Neue + DM Sans
   VARIANCE:9 / MOTION:8 / DENSITY:3
   Premium athletic — editorial asymmetry, cinematic motion,
   deliberate whitespace, no equal-column defaults
═══════════════════════════════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #2E2E30; background: #F0F0F4; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
ul, ol { list-style: none; }

/* ── DESIGN TOKENS ── */
:root {
  /* Brand */
  --red:          #CC0000;
  --red-dark:     #AA0000;
  --red-deep:     #880000;
  --red-glow:     rgba(204,0,0,0.18);
  --red-soft:     rgba(204,0,0,0.08);
  --charcoal:     #2E2E30;
  --charcoal-2:   #252527;
  --black:        #111113;
  --pearl:        #F8F8FA;
  --pearl-2:      #F2F2F6;
  --pearl-3:      #EBEBF0;
  --white:        #FFFFFF;
  --grey-light:   #E0E0E8;
  --grey-mid:     #8888A0;
  --grey-dark:    #555566;

  /* Glass system */
  --glass-bg:         linear-gradient(165deg, rgba(255,255,255,0.97) 0%, rgba(252,252,255,0.88) 40%, rgba(246,246,252,0.76) 100%);
  --glass-bg-rich:    linear-gradient(165deg, rgba(255,255,255,0.99) 0%, rgba(255,253,255,0.93) 40%, rgba(252,248,255,0.82) 100%);
  --glass-border:     1px solid rgba(255,255,255,0.96);
  --glass-border-red: 1px solid rgba(204,0,0,0.22);
  --glass-shadow:
    0 24px 56px rgba(60,40,100,0.09),
    0 8px 20px rgba(0,0,0,0.055),
    0 2px 5px rgba(0,0,0,0.04),
    inset 0 2px 8px rgba(255,255,255,0.99),
    inset 3px 0 6px rgba(255,255,255,0.65),
    inset -3px 0 6px rgba(255,255,255,0.60),
    inset 0 -8px 18px rgba(0,0,0,0.03),
    0 0 0 0.5px rgba(60,40,100,0.06);
  --glass-shadow-red:
    0 32px 72px rgba(204,0,0,0.13),
    0 14px 30px rgba(204,0,0,0.08),
    0 4px 10px rgba(204,0,0,0.05),
    inset 0 2px 8px rgba(255,255,255,0.99),
    inset 3px 0 7px rgba(255,255,255,0.68),
    inset -3px 0 7px rgba(255,255,255,0.62),
    inset 0 -10px 20px rgba(204,0,0,0.04),
    0 0 0 1.5px rgba(204,0,0,0.14);
  --glass-shine:      linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.28) 55%, transparent 100%);
  --glass-refract:    linear-gradient(135deg, rgba(204,0,0,0.10) 0%, transparent 22%, transparent 78%, rgba(180,180,220,0.10) 100%);
  --glass-blur:       blur(28px) saturate(1.6);

  /* Button glass */
  --btn-red-bg:     linear-gradient(160deg, #e82020 0%, #CC0000 50%, #a80000 100%);
  --btn-red-shadow: 0 8px 24px rgba(204,0,0,0.42), 0 3px 8px rgba(204,0,0,0.24), 0 1px 2px rgba(0,0,0,0.14), inset 0 1px 4px rgba(255,255,255,0.26), inset 0 -2px 5px rgba(0,0,0,0.18);
  --btn-ghost-bg:   linear-gradient(160deg, rgba(255,255,255,0.96), rgba(248,248,252,0.82));
  --btn-ghost-shadow: inset 0 2px 6px rgba(255,255,255,0.99), inset 0 -3px 6px rgba(0,0,0,0.03), 0 8px 24px rgba(60,40,100,0.08), 0 2px 5px rgba(0,0,0,0.04);

  /* Radius */
  --radius-sm:  8px;
  --radius-md:  14px;
  --radius-lg:  22px;
  --radius-xl:  30px;
  --radius-pill: 999px;

  /* Type */
  --font-head: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  /* Layout */
  --nav-h:      72px;
  --sidebar-w:  248px;
  --max-w:      1200px;
  --transition: 0.22s ease;

  /* Page background — layered blobs give backdrop-filter something to blur */
  --page-bg: #F0F0F4;
}

/* ── PAGE BACKGROUND — rich blobs for frosted glass effect ── */
/* Dark sections (.usp-sec, .testi-sec) override this locally */
.page-public {
  background-color: #EDEDF2;
  background-image:
    /* Top-left strong red bloom */
    radial-gradient(ellipse 70% 50% at 5% 8%,
      rgba(204,0,0,0.14) 0%, rgba(204,0,0,0.06) 40%, transparent 70%),
    /* Top-right violet */
    radial-gradient(ellipse 60% 45% at 95% 5%,
      rgba(130,120,180,0.13) 0%, rgba(130,120,180,0.05) 45%, transparent 68%),
    /* Mid-right red accent */
    radial-gradient(ellipse 45% 35% at 88% 42%,
      rgba(204,0,0,0.09) 0%, transparent 60%),
    /* Mid-left blue-violet */
    radial-gradient(ellipse 60% 45% at 8% 52%,
      rgba(100,95,160,0.11) 0%, rgba(100,95,160,0.04) 50%, transparent 68%),
    /* Lower-centre red */
    radial-gradient(ellipse 55% 40% at 70% 80%,
      rgba(204,0,0,0.10) 0%, rgba(204,0,0,0.03) 50%, transparent 68%),
    /* Bottom-left cool violet */
    radial-gradient(ellipse 50% 35% at 12% 95%,
      rgba(120,115,170,0.12) 0%, transparent 62%),
    /* Extra mid-page warm spot */
    radial-gradient(ellipse 40% 30% at 50% 50%,
      rgba(204,0,0,0.04) 0%, transparent 55%);
  min-height: 100vh;
}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-head); letter-spacing: 0.02em; line-height: 0.92; color: var(--charcoal); }
h1 { font-size: clamp(56px,7.5vw,108px); }
h2 { font-size: clamp(42px,5.5vw,80px); }
h3 { font-size: clamp(28px,3.2vw,44px); }
h4 { font-size: 24px; }
p  { font-family: var(--font-body); font-weight: 300; line-height: 1.75; color: var(--grey-dark); }

.text-red   { color: var(--red); }
.text-white { color: #fff; }
.text-dark  { color: var(--charcoal); }
.text-grey  { color: var(--grey-dark); }

.eyebrow {
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--red);
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.eyebrow::before { display: none; }
.eyebrow-center { justify-content: center; }
.eyebrow-white { color: rgba(255,255,255,0.75); }
.eyebrow-white::before { background: rgba(255,255,255,0.5); }

.divider { width:48px; height:3px; background:var(--red); border-radius:2px; margin:16px 0; }
.divider-center { margin-left:auto; margin-right:auto; }
.divider-white { background: rgba(255,255,255,0.4); }

/* ── LAYOUT ── */
.container    { max-width:var(--max-w); margin:0 auto; padding:0 56px; }
.container-sm { max-width:800px;  margin:0 auto; padding:0 56px; }
.container-xs { max-width:580px;  margin:0 auto; padding:0 56px; }
.section      { padding:100px 0; }
.section-sm   { padding:70px 0; }
.section-lg   { padding:130px 0; }

.bg-pearl     { background: var(--pearl); }
.bg-pearl-2   { background: var(--pearl-2); }
.bg-white     { background: var(--white); }
.bg-charcoal  { background: var(--charcoal); }
.bg-black     { background: var(--black); }
.bg-red       { background: var(--red); }

/* ════════════════════════════════════════════════════════════
   GLASS COMPONENTS — The core Oriya glass system
════════════════════════════════════════════════════════════ */

/* ── GLASS CARD (base) ── */
.g-card {
  position: relative;
  background: linear-gradient(160deg,
    rgba(255,255,255,1.00) 0%,
    rgba(252,252,255,0.97) 50%,
    rgba(248,248,254,0.95) 100%
  );
  border-radius: var(--radius-xl);
  /* Crystal edge: outer ambient halo + bright white edge highlight + base shadow */
  border: 1px solid rgba(255,255,255,0.95);
  outline: 1px solid rgba(200,198,218,0.35);
  outline-offset: 0px;
  box-shadow:
    /* Inner top highlight — light catching top edge */
    inset 0 2px 3px rgba(255,255,255,1.00),
    /* Inner bottom depth */
    inset 0 -4px 12px rgba(60,40,100,0.04),
    /* Inner left light */
    inset 3px 0 8px rgba(255,255,255,0.70),
    /* Inner right shadow */
    inset -3px 0 8px rgba(60,40,100,0.02),
    /* Close shadow — card thickness */
    0 2px 4px rgba(0,0,0,0.06),
    /* Mid shadow — elevation */
    0 8px 24px rgba(60,40,100,0.08),
    /* Far shadow — ambient light */
    0 24px 56px rgba(60,40,100,0.07),
    /* Outer edge glow — light refracting around border */
    0 0 0 1px rgba(255,255,255,0.80);
  overflow: hidden;
}
/* Top gloss reflection streak — thick acrylic surface catch */
.g-card::before {
  content:'';
  position:absolute; top:0; left:6%; right:6%;
  height: 44%;
  background: linear-gradient(180deg,
    rgba(255,255,255,0.72) 0%,
    rgba(255,255,255,0.18) 45%,
    transparent 100%
  );
  border-radius: 0 0 70% 70%;
  pointer-events:none; z-index:3;
}
/* Bottom inner shadow — gives card thickness from below */
.g-card::after {
  content:'';
  position:absolute; bottom:0; left:0; right:0;
  height: 35%;
  background: linear-gradient(0deg,
    rgba(60,40,100,0.04) 0%,
    transparent 100%
  );
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  pointer-events:none; z-index:1;
}
.g-card > * { position:relative; z-index:2; }
.g-card:hover {
  transform: translateY(-6px);
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow:
    inset 0 2px 4px rgba(255,255,255,0.98),
    inset 0 -5px 14px rgba(60,40,100,0.06),
    inset 3px 0 8px rgba(255,255,255,0.65),
    inset -3px 0 8px rgba(255,255,255,0.50),
    0 2px 4px rgba(0,0,0,0.07),
    0 14px 36px rgba(60,40,100,0.14),
    0 36px 80px rgba(60,40,100,0.11),
    0 0 0 1px rgba(255,255,255,0.90),
    0 0 0 2.5px rgba(204,0,0,0.06);
}

/* Featured / highlighted variant — red-tinted frosted glass */
.g-card-featured {
  background: linear-gradient(160deg,
    rgba(255,255,255,0.65) 0%,
    rgba(255,250,250,0.52) 50%,
    rgba(255,245,245,0.42) 100%
  );
  backdrop-filter: blur(24px) saturate(1.8) brightness(1.04);
  -webkit-backdrop-filter: blur(24px) saturate(1.8) brightness(1.04);
  border: 1px solid rgba(255,255,255,0.85);
  outline: 1px solid rgba(204,0,0,0.22);
  outline-offset: 0px;
  box-shadow:
    inset 0 2px 4px rgba(255,255,255,0.95),
    inset 0 -5px 14px rgba(204,0,0,0.05),
    inset 3px 0 8px rgba(255,255,255,0.60),
    inset -3px 0 8px rgba(204,0,0,0.03),
    0 2px 4px rgba(204,0,0,0.07),
    0 10px 32px rgba(204,0,0,0.12),
    0 32px 72px rgba(204,0,0,0.10),
    0 0 0 1px rgba(255,255,255,0.80),
    0 0 0 2.5px rgba(204,0,0,0.09);
}

/* Pill (nav / stat) — crystal acrylic */
.g-pill {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg,
    rgba(255,255,255,0.68) 0%,
    rgba(255,255,255,0.52) 100%
  );
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border: 1px solid rgba(255,255,255,0.97);
  border-radius: var(--radius-pill);
  outline: 1px solid rgba(200,198,218,0.30);
  outline-offset: 0px;
  box-shadow:
    inset 0 2px 3px rgba(255,255,255,1.00),
    inset 0 -3px 8px rgba(60,40,100,0.03),
    inset 2px 0 6px rgba(255,255,255,0.72),
    inset -2px 0 6px rgba(60,40,100,0.02),
    0 6px 20px rgba(60,40,100,0.08),
    0 2px 6px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.85);
}
.g-pill::before {
  content:''; position:absolute;
  top:0; left:8%; right:8%; height:50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, transparent 100%);
  border-radius: 0 0 65% 65%; pointer-events:none; z-index:3;
}
.g-pill > * { position:relative; z-index:2; }

/* Glass orb (icon container) — crystal sphere */
.g-orb {
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  background: radial-gradient(circle at 35% 35%,
    rgba(255,255,255,1.00) 0%,
    rgba(252,252,255,0.96) 40%,
    rgba(242,240,252,0.88) 70%,
    rgba(235,232,248,0.80) 100%
  );
  border: 1px solid rgba(255,255,255,0.98);
  outline: 1px solid rgba(200,198,218,0.28);
  outline-offset: 0px;
  box-shadow:
    inset 0 3px 8px rgba(255,255,255,1.00),
    inset 3px 0 8px rgba(255,255,255,0.75),
    inset -3px 0 8px rgba(255,255,255,0.55),
    inset 0 -5px 12px rgba(60,40,100,0.06),
    0 8px 24px rgba(60,40,100,0.12),
    0 3px 8px rgba(0,0,0,0.07),
    0 0 0 1px rgba(255,255,255,0.90);
}
/* Primary specular highlight — top left bright spot */
.g-orb::before {
  content:''; position:absolute;
  top:10%; left:16%; width:42%; height:24%;
  background: rgba(255,255,255,1.00);
  border-radius: 50%; transform: rotate(-22deg);
  filter: blur(1px); z-index: 3;
}
/* Secondary small highlight dot — only on orbs inside cards/pills, not conflicting with g-card::after */
.g-card .g-orb::after,
.g-pill .g-orb::after,
.usp-tile .g-orb::after,
.hiw-step .g-orb::after {
  content:''; position:absolute;
  bottom:16%; right:16%; width:16%; height:10%;
  background: rgba(255,255,255,0.60);
  border-radius: 50%; filter: blur(1.5px); z-index: 3;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 14px 30px; border: none; cursor: pointer;
  border-radius: var(--radius-pill);
  transition: transform var(--transition), box-shadow var(--transition);
  white-space: nowrap; position: relative; overflow: hidden;
}
.btn::before {
  content:''; position:absolute; top:0; left:0; right:0; height:50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, transparent 100%);
  border-radius: var(--radius-pill) var(--radius-pill) 0 0;
  pointer-events:none;
}
.btn:active { transform: scale(0.97); }

/* Primary red glass button */
.btn-primary {
  background: var(--btn-red-bg);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--btn-red-shadow);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(204,0,0,0.50), 0 6px 14px rgba(204,0,0,0.28), inset 0 1px 4px rgba(255,255,255,0.28); }
.btn-primary::before { background: linear-gradient(180deg, rgba(255,255,255,0.24) 0%, transparent 100%); }

/* Ghost glass button */
.btn-ghost {
  background: var(--btn-ghost-bg);
  color: var(--red);
  border: 1px solid rgba(204,0,0,0.20);
  box-shadow: var(--btn-ghost-shadow);
}
.btn-ghost:hover { transform: translateY(-3px); border-color: rgba(204,0,0,0.35); box-shadow: var(--btn-ghost-shadow), 0 8px 24px rgba(204,0,0,0.08); }

/* Dark section ghost */
.btn-ghost-dark {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 3px rgba(255,255,255,0.12);
}
.btn-ghost-dark:hover { border-color: rgba(255,255,255,0.45); color: #fff; }

.btn-sm { font-size: 11px; padding: 10px 22px; }
.btn-block { display: flex; width: 100%; justify-content: center; }

/* ── NAV ── */
.site-nav {
  position: fixed; top: 60px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 64px); max-width: 1140px;
  height: 60px; z-index: 999;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px;
  /* Glass pill nav */
  background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.56) 100%);
  border: 1px solid rgba(255,255,255,0.88);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(32px) saturate(2.0) brightness(1.04);
  -webkit-backdrop-filter: blur(32px) saturate(2.0) brightness(1.04);
  box-shadow:
    inset 0 2px 5px rgba(255,255,255,0.99),
    0 8px 32px rgba(60,40,100,0.08),
    0 2px 8px rgba(0,0,0,0.05),
    0 0 0 0.5px rgba(204,0,0,0.05);
  transition: box-shadow 0.35s;
}
/* Nav top gloss */
.site-nav::after {
  content:''; position:absolute; top:0; left:5%; right:5%; height:50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, transparent 100%);
  border-radius: 0 0 65% 65%; pointer-events:none;
}
/* Nav crystal edge */
.site-nav::before {
  content:''; position:absolute; inset:-1px; border-radius:var(--radius-pill);
  background: linear-gradient(135deg, rgba(204,0,0,0.08) 0%, transparent 18%, transparent 82%, rgba(180,180,220,0.08) 100%);
  pointer-events:none;
}
.site-nav.scrolled {
  box-shadow:
    inset 0 2px 5px rgba(255,255,255,0.99),
    0 14px 44px rgba(60,40,100,0.12),
    0 4px 12px rgba(0,0,0,0.07),
    0 0 0 0.5px rgba(204,0,0,0.07);
}
.nav-logo {
  font-family: var(--font-head); font-size: 24px; letter-spacing: 0.06em;
  color: var(--charcoal); text-decoration: none; flex-shrink: 0; position:relative; z-index:2;
}
.nav-logo span { color: var(--red); }
.nav-links { display:flex; align-items:center; gap:28px; list-style:none; position:relative; z-index:2; }
.nav-links a {
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: #111113; text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: #CC0000; }
.nav-cta {
  position: relative; z-index: 2; overflow: hidden;
  padding: 9px 20px; border-radius: var(--radius-pill);
  background: var(--btn-red-bg); color: #fff !important;
  font-size: 11px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--btn-red-shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.nav-cta::before {
  content:''; position:absolute; top:0; left:0; right:0; height:50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.24) 0%, transparent 100%);
  border-radius: var(--radius-pill) var(--radius-pill) 0 0; pointer-events:none;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(204,0,0,0.48); }

/* Mobile nav */
.nav-hamburger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px; z-index:1001; position:relative; z-index:3; }
.nav-hamburger span { display:block; width:22px; height:2px; background: var(--charcoal); transition:transform 0.3s, opacity 0.3s; transform-origin:center; }
.nav-hamburger.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity:0; transform:scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

.nav-mobile-drawer {
  display:none; position:fixed; top:calc(var(--nav-h) + 10px); left:16px; right:16px;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(60,40,100,0.12);
  z-index:999; padding:8px 0 16px;
  opacity:0; transform:translateY(-8px);
  transition:opacity 0.25s, transform 0.25s; pointer-events:none;
}
.nav-mobile-drawer.open { opacity:1; transform:translateY(0); pointer-events:auto; }
.nav-mobile-drawer a { display:block; padding:14px 24px; font-family:var(--font-body); font-size:14px; font-weight:500; letter-spacing:0.06em; text-transform:uppercase; color:var(--grey-dark); text-decoration:none; border-bottom:1px solid rgba(0,0,0,0.04); transition:color 0.15s; }
.nav-mobile-drawer a:hover { color:var(--red); }
.nav-mobile-drawer .mob-cta { margin:12px 16px 0; display:block; background:var(--btn-red-bg); color:#fff !important; text-align:center; padding:14px; border-radius:var(--radius-pill); border-bottom:none !important; font-weight:700; box-shadow:var(--btn-red-shadow); }

/* ── NAV SPACER (because nav is floating) ── */
.nav-spacer { height: calc(var(--nav-h) + 24px); }

/* ═══════════════════════════════════════════════════════════
   PUBLIC PAGE SECTIONS
═══════════════════════════════════════════════════════════ */

/* ── HERO ── */
/* .hero — fully defined in index.php inline styles (v26 cinematic hero) */
.hero-headline span { color: var(--red); }
.hero-sub {
  font-size: clamp(15px,1.6vw,18px); font-weight: 300;
  color: var(--grey-dark); line-height: 1.7;
  max-width: 440px; margin-bottom: 36px;
}
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:52px; }

/* Hero stat pills */
.hero-stats { display:flex; gap:12px; flex-wrap:wrap; }
.hero-stat {
  display:flex; align-items:center; gap:12px;
  padding:14px 20px;
}
.hero-stat-icon {
  width:38px; height:38px; font-size:18px;
}
.hero-stat-num {
  font-family:var(--font-head); font-size:26px; color:var(--charcoal); line-height:1;
}
.hero-stat-num em { color:var(--red); font-style:normal; }
.hero-stat-lbl {
  font-size:10px; font-weight:600; letter-spacing:0.13em;
  text-transform:uppercase; color:var(--grey-mid);
}

.hero-right {
  position: relative; overflow: hidden;
  background: var(--charcoal);
}
.hero-right img {
  width:100%; height:100%; object-fit:cover; object-position:center top;
  display:block;
}
.hero-right-overlay {
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(248,248,250,0.35) 0%, transparent 35%);
  pointer-events:none;
}

/* ── USP STRIP ── */
.usp-strip {
  display:grid; grid-template-columns:repeat(4,1fr); gap:16px;
}
.usp-tile {
  padding:32px 20px 28px; text-align:center;
  transition:transform var(--transition), box-shadow var(--transition);
}
.usp-tile:hover { transform:translateY(-5px); }
.usp-tile .g-orb {
  width:56px; height:56px; font-size:24px;
  margin:0 auto 16px;
}
.usp-title {
  font-family:var(--font-head); font-size:18px;
  color:var(--charcoal); letter-spacing:0.04em; margin-bottom:6px;
}
.usp-body {
  font-size:12px; font-weight:300; color:var(--grey-dark); line-height:1.6;
}

/* USP orb — crystal sphere using background layers only (no ::before/::after conflict) */
.usp-orb {
  width: 60px; height: 60px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  /* Layered radial gradients: specular dot + sphere shading */
  background:
    radial-gradient(circle at 30% 26%, rgba(255,255,255,0.98) 0%, transparent 32%),
    radial-gradient(circle at 68% 72%, rgba(255,255,255,0.35) 0%, transparent 22%),
    radial-gradient(circle at 38% 35%,
      rgba(255,255,255,1.00) 0%,
      rgba(252,250,255,0.94) 25%,
      rgba(242,238,255,0.82) 55%,
      rgba(228,224,248,0.70) 80%,
      rgba(210,205,240,0.55) 100%
    );
  border: 1px solid rgba(255,255,255,0.95);
  outline: 1px solid rgba(195,192,220,0.35);
  outline-offset: 1px;
  box-shadow:
    inset 5px 5px 12px rgba(255,255,255,0.98),
    inset -4px -4px 10px rgba(60,40,100,0.08),
    inset 0 -6px 14px rgba(60,40,100,0.06),
    0 6px 20px rgba(60,40,100,0.12),
    0 2px 8px rgba(0,0,0,0.08),
    0 0 0 1.5px rgba(255,255,255,0.85),
    0 10px 28px rgba(204,0,0,0.07);
}

/* ── PLAN CARDS (v26 — asymmetric premium) ── */
.plan-stage {
  display: grid;
  grid-template-columns: 1fr 1.28fr 1fr;
  gap: 20px;
  align-items: end;
  position: relative;
  padding: 60px 0 80px;
}

.plan-card {
  border-radius: 28px;
  position:relative; overflow:hidden;
  transition:transform var(--transition), box-shadow var(--transition);
  background: #ffffff;
  border: none;
  box-shadow:
    0 0 0 1px rgba(220,218,230,0.50),
    inset 0 1px 0 rgba(255,255,255,1.00),
    inset 3px 0 0 rgba(255,255,255,0.85),
    inset 6px 0 12px rgba(255,255,255,0.40),
    inset 0 -2px 0 rgba(180,175,210,0.30),
    inset -3px 0 0 rgba(180,175,210,0.18),
    0 2px 4px rgba(0,0,0,0.06),
    0 8px 20px rgba(60,40,100,0.10),
    0 20px 48px rgba(60,40,100,0.10),
    0 40px 80px rgba(60,40,100,0.08);
  padding-bottom:28px;
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s cubic-bezier(0.16,1,0.3,1);
}
/* Glass 3D effect — top edge light streak only, no oval */
.plan-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.90) 20%,
    rgba(255,255,255,1.00) 50%,
    rgba(255,255,255,0.90) 80%,
    transparent 100%
  );
  border-radius: 28px 28px 0 0;
  pointer-events: none;
  z-index: 10;
}
/* Bottom edge subtle shadow */
.plan-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(0deg, rgba(60,40,100,0.04) 0%, transparent 100%);
  border-radius: 0 0 28px 28px;
  pointer-events: none;
  z-index: 1;
}
.plan-card > * { position:relative; z-index:2; }

/* Side cards recede downward — not squeezed */
.plan-card.left,
.plan-card.right {
  opacity: 0.88;
  transform: translateY(32px);
}
.plan-card.left:hover,
.plan-card.right:hover {
  opacity: 1;
  transform: translateY(22px);
  box-shadow:
    0 0 0 1px rgba(220,218,230,0.60),
    inset 0 1px 0 rgba(255,255,255,1.00),
    inset 3px 0 0 rgba(255,255,255,0.90),
    0 8px 24px rgba(60,40,100,0.14),
    0 24px 56px rgba(60,40,100,0.14),
    0 48px 96px rgba(60,40,100,0.10);
}
.plan-card.center {
  z-index:10;
  transform: translateY(0);
  background: linear-gradient(160deg, rgba(255,255,255,0.78) 0%, rgba(255,250,250,0.65) 50%, rgba(255,245,245,0.55) 100%);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border-radius: 32px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.92),
    0 0 0 2.5px rgba(204,0,0,0.20),
    inset 0 2px 0 rgba(255,255,255,1.00),
    inset 0 3px 8px rgba(255,255,255,0.85),
    inset 3px 0 0 rgba(255,255,255,0.95),
    inset 6px 0 14px rgba(255,255,255,0.50),
    inset 0 -2px 0 rgba(204,0,0,0.20),
    inset 0 -10px 24px rgba(204,0,0,0.06),
    inset -3px 0 0 rgba(204,0,0,0.12),
    inset -8px 0 18px rgba(204,0,0,0.04),
    0 4px 8px rgba(204,0,0,0.08),
    0 20px 50px rgba(204,0,0,0.16),
    0 48px 96px rgba(204,0,0,0.12);
}
.plan-card.center:hover {
  transform: translateY(-10px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.95),
    0 0 0 2.5px rgba(204,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,1.00),
    inset 3px 0 0 rgba(255,255,255,0.95),
    inset 0 -2px 0 rgba(204,0,0,0.22),
    inset -3px 0 0 rgba(204,0,0,0.14),
    0 8px 16px rgba(204,0,0,0.10),
    0 28px 60px rgba(204,0,0,0.22),
    0 60px 120px rgba(204,0,0,0.16);
}

/* Popular tag */
.plan-tag {
  position:absolute; top:0; left:50%; transform:translateX(-50%);
  background:var(--btn-red-bg); color:#fff;
  font-size:9px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase;
  padding:6px 18px; border-radius:0 0 16px 16px;
  box-shadow:0 5px 18px rgba(204,0,0,0.42), inset 0 1px 3px rgba(255,255,255,0.24);
  z-index:10; white-space:nowrap;
}

.plan-img-zone {
  height:210px;
  border-radius:27px 27px 0 0;
  position:relative;
  overflow:hidden;
  background:#000;
  margin:0;
  width:100%;
}
.plan-card.center .plan-img-zone {
  height:280px;
  border-radius:31px 31px 0 0;
}
.plan-img-zone img {
  position:absolute; top:0; left:0;
  width:100%; height:100%;
  object-fit:cover; object-position:center top;
  display:block;
}
.plan-img-zone .plan-img-ph {
  display:flex; flex-direction:column; align-items:center; gap:8px;
  color:var(--grey-mid); font-size:12px; font-weight:300;
}

.plan-body { padding:20px 24px 0; }
.plan-name {
  font-family:var(--font-head); font-size:28px; color:var(--charcoal);
  letter-spacing:0.04em; margin-bottom:4px; text-align:center;
}
.plan-card.center .plan-name { font-size:38px; color:var(--red); text-align:center; }
.plan-tagline { font-size:14px; font-weight:500; color:#444; line-height:1.55; margin-bottom:18px; text-align:center; }

.plan-features { list-style:none; padding:0; margin:0 0 20px; }
.plan-features li {
  font-size:15px; font-weight:800; color:#000;
  padding:8px 4px; border-bottom:1px solid rgba(0,0,0,0.07);
  display:flex; align-items:flex-start; justify-content:center;
  gap:8px; text-align:center; flex-wrap:nowrap; line-height:1.4;
}
.plan-features li span:last-child { text-align:center; }
.plan-features li:last-child { border-bottom:none; }
.plan-check {
  color:var(--red); font-weight:800; flex-shrink:0;
}
.plan-card.center .plan-check {
  color:var(--red);
}
.plan-plus {
  color:var(--red); font-weight:800; flex-shrink:0;
}

.plan-divider {
  height:1px; margin:0 0 18px;
  background:linear-gradient(90deg, transparent, rgba(204,0,0,0.12), rgba(180,180,220,0.10), transparent);
}

.plan-price { text-align:center; margin-bottom:20px; }
.plan-price-currency { font-family:var(--font-head); font-size:22px; color:var(--red); vertical-align:super; }
.plan-price-amount  { font-family:var(--font-head); font-size:48px; color:var(--charcoal); letter-spacing:0.02em; line-height:1; }
.plan-card.center .plan-price-amount { font-size:68px; color:var(--red); }
.plan-price-period  { font-size:12px; font-weight:300; color:var(--grey-mid); display:block; margin-top:2px; }

.plan-cta-btn {
  display:block; width:calc(100% - 48px); margin:0 24px;
  padding:13px 0; border-radius:var(--radius-pill);
  text-align:center; font-size:12px; font-weight:700;
  letter-spacing:0.10em; text-transform:uppercase;
  cursor:pointer; border:none; outline:none;
  position:relative; overflow:hidden;
  /* Default: ghost */
  background: var(--btn-ghost-bg);
  border:1px solid rgba(204,0,0,0.20);
  color:var(--red);
  box-shadow: var(--btn-ghost-shadow);
  transition:transform var(--transition), box-shadow var(--transition);
}
.plan-cta-btn::before {
  content:''; position:absolute; top:0; left:0; right:0; height:50%;
  background:linear-gradient(180deg,rgba(255,255,255,0.70) 0%,transparent 100%);
  border-radius:var(--radius-pill) var(--radius-pill) 0 0; pointer-events:none;
}
.plan-cta-btn:hover { transform:translateY(-2px); }
/* Featured centre btn */
.plan-card.center .plan-cta-btn {
  background: var(--btn-red-bg); color:#fff;
  border-color:rgba(255,255,255,0.14);
  box-shadow: var(--btn-red-shadow);
  padding: 16px 0;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.plan-card.center .plan-cta-btn::before {
  background:linear-gradient(180deg,rgba(255,255,255,0.24) 0%,transparent 100%);
}

/* ── TESTIMONIALS — editorial asymmetric layout ── */

/* Hero quote — full width, editorial statement */
.testi-hero {
  padding: 56px 64px;
  margin-bottom: 20px;
  position: relative;
}
.testi-hero .testi-quote-mark {
  font-size: 120px;
  line-height: 0.7;
  margin-bottom: 16px;
}
.testi-hero .testi-body {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.55;
  margin-bottom: 28px;
  max-width: 800px;
}
.testi-hero .testi-stars span { font-size: 16px; }

/* Secondary pair — 2 col below hero */
.testi-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.testi-card { padding:32px 28px; text-align:center; }

.testi-quote-mark {
  font-size:56px; color:var(--red); font-family:Georgia,serif;
  line-height:0.8; margin-bottom:8px; position:relative; z-index:2;
  display:block; text-align:center;
}
.testi-body {
  font-size:15px; font-weight:400; color:var(--grey-dark);
  line-height:1.78; margin-bottom:22px; position:relative; z-index:2;
  text-align:center;
}
.testi-foot { display:flex; align-items:center; gap:14px; position:relative; z-index:2; justify-content:center; }
.testi-avatar {
  width:42px; height:42px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:700; color:#fff;
  background:var(--btn-red-bg);
  box-shadow:0 4px 14px rgba(204,0,0,0.38), inset 0 1px 3px rgba(255,255,255,0.22);
  position:relative; overflow:hidden;
}
.testi-avatar::before { content:''; position:absolute; top:0; left:0; right:0; height:50%; background:linear-gradient(180deg,rgba(255,255,255,0.22) 0%,transparent 100%); border-radius:50% 50% 0 0; }
.testi-name { font-size:14px; font-weight:600; color:var(--charcoal); }
.testi-meta { font-size:12px; font-weight:300; color:var(--grey-mid); }

/* Stars */
.testi-stars { display:flex; gap:3px; margin-bottom:14px; position:relative; z-index:2; justify-content:center; }
.testi-stars span { color:#CC0000; font-size:14px; }

/* Hero testi overrides — left aligned */
.testi-hero .testi-quote-mark { text-align:left; }
.testi-hero .testi-body { text-align:left; }
.testi-hero .testi-foot { justify-content:flex-start; }
.testi-hero .testi-stars { justify-content:flex-start; }

/* ── HOW IT WORKS — v26 staggered vertical layout ── */
.hiw-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 24px;
  position: relative;
  align-items: start;
}
.hiw-connector { display: none; }

.hiw-step {
  padding: 40px 32px 36px;
  text-align: left;
}
/* Stagger each step down to break equal-row feel */
.hiw-step:nth-child(1) { margin-top: 0; }
.hiw-step:nth-child(2) { margin-top: 48px; }
.hiw-step:nth-child(3) { margin-top: 96px; }

.hiw-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  margin: 0 0 20px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-size: 24px; color: var(--red);
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.95) 0%, transparent 35%),
    radial-gradient(circle at 38% 35%, rgba(255,255,255,1.00) 0%, rgba(242,238,255,0.82) 55%, rgba(228,224,248,0.70) 100%);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow:
    inset 3px 3px 8px rgba(255,255,255,0.98),
    inset -2px -2px 6px rgba(180,175,210,0.25),
    0 4px 12px rgba(204,0,0,0.10),
    0 2px 6px rgba(60,40,100,0.08);
}
.hiw-step-title {
  font-family: var(--font-head); font-size: 28px;
  color: var(--charcoal); letter-spacing: 0.04em; margin-bottom: 12px;
  line-height: 1;
}
.hiw-step-body  { font-size: 14px; font-weight: 300; color: var(--grey-dark); line-height: 1.72; }

/* ── FAQ ── */
.faq-list { display:flex; flex-direction:column; gap:10px; max-width:820px; margin:0 auto; }
.faq-item { overflow:hidden; }
.faq-question {
  width:100%; text-align:left; padding:20px 28px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  font-family:var(--font-body); font-size:15px; font-weight:500; color:var(--charcoal);
  background:none; border:none; cursor:pointer;
  transition:color var(--transition);
}
.faq-question:hover { color:var(--red); }
.faq-icon {
  width:28px; height:28px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(145deg, rgba(204,0,0,0.08), rgba(204,0,0,0.03));
  border:1px solid rgba(204,0,0,0.16);
  color:var(--red); font-size:16px; font-weight:300;
  transition:transform var(--transition);
}
.faq-item.open .faq-icon { transform:rotate(45deg); }
.faq-answer { display:none; padding:0 28px 22px; font-size:14px; font-weight:300; color:var(--grey-dark); line-height:1.75; }
.faq-item.open .faq-answer { display:block; }

/* ── CTA BAND ── */
.cta-band {
  background:linear-gradient(135deg, var(--charcoal) 0%, var(--black) 100%);
  border-radius:var(--radius-xl); overflow:hidden; position:relative;
  padding:80px 72px;
}
.cta-band::before {
  content:''; position:absolute; top:-80px; left:-80px;
  width:400px; height:400px;
  background:radial-gradient(circle, rgba(204,0,0,0.18) 0%, transparent 65%);
  pointer-events:none;
}
.cta-band::after {
  content:''; position:absolute; bottom:-80px; right:-80px;
  width:360px; height:360px;
  background:radial-gradient(circle, rgba(180,180,220,0.10) 0%, transparent 65%);
  pointer-events:none;
}
.cta-band-inner { position:relative; z-index:2; text-align:center; max-width:680px; margin:0 auto; }
.cta-band h2 { color:#fff; margin-bottom:16px; }
.cta-band h2 span { color:var(--red); }
.cta-band p { color:rgba(255,255,255,0.6); font-size:16px; margin-bottom:36px; }
.cta-band-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ── FOOTER ── */
.site-footer {
  background:var(--black); padding:72px 0 36px;
  border-top:1px solid rgba(255,255,255,0.04);
}
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:48px; margin-bottom:52px; }
.footer-brand-logo { font-family:var(--font-head); font-size:24px; letter-spacing:0.06em; color:#fff; margin-bottom:14px; }
.footer-brand-logo span { color:var(--red); }
.footer-brand-tagline { font-size:13px; font-weight:300; color:rgba(255,255,255,0.38); line-height:1.7; max-width:240px; }
.footer-col-title { font-size:10px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:rgba(255,255,255,0.28); margin-bottom:18px; }
.footer-links { display:flex; flex-direction:column; gap:10px; }
.footer-links a { font-size:14px; font-weight:300; color:rgba(255,255,255,0.48); text-decoration:none; transition:color 0.2s; }
.footer-links a:hover { color:rgba(255,255,255,0.85); }
.footer-bottom { border-top:1px solid rgba(255,255,255,0.06); padding-top:28px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; }
.footer-copy { font-size:12px; font-weight:300; color:rgba(255,255,255,0.25); }
.footer-legal { display:flex; gap:20px; }
.footer-legal a { font-size:12px; font-weight:300; color:rgba(255,255,255,0.28); text-decoration:none; transition:color 0.2s; }
.footer-legal a:hover { color:rgba(255,255,255,0.6); }

/* ── SCROLL REVEAL ── */
.reveal { opacity:0; transform:translateY(24px); transition:opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-delay-1 { transition-delay:0.10s; }
.reveal-delay-2 { transition-delay:0.22s; }
.reveal-delay-3 { transition-delay:0.34s; }
.reveal-delay-4 { transition-delay:0.46s; }
.reveal-delay-5 { transition-delay:0.58s; }

/* ── SCROLL PROGRESS BAR ── */
#progress-bar { position:fixed; top:0; left:0; height:3px; width:0%; background:var(--red); z-index:9999; transition:width 0.1s linear; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
@keyframes spin   { to{transform:rotate(360deg)} }
.spinner { width:22px; height:22px; border:2px solid rgba(204,0,0,0.2); border-top-color:var(--red); border-radius:50%; animation:spin 0.7s linear infinite; display:inline-block; }

/* ══════════════════════════════════════════════════════════════
   MEMBER AREA — SIDEBAR LAYOUT (unchanged)
══════════════════════════════════════════════════════════════ */
.sidebar { width:var(--sidebar-w); min-height:100vh; background:var(--charcoal); border-right:1px solid rgba(255,255,255,0.06); display:flex; flex-direction:column; position:fixed; top:0; left:0; bottom:0; z-index:50; transition:transform 0.3s ease; }
.sidebar-logo { padding:26px 24px 22px; border-bottom:1px solid rgba(255,255,255,0.07); font-family:var(--font-head); font-size:22px; letter-spacing:0.06em; color:#fff; text-decoration:none; display:block; flex-shrink:0; }
.sidebar-logo span { color:var(--red); }
.sidebar-member { padding:18px 22px; border-bottom:1px solid rgba(255,255,255,0.06); flex-shrink:0; }
.member-avatar { width:40px; height:40px; border-radius:50%; background:var(--red); display:flex; align-items:center; justify-content:center; font-family:var(--font-head); font-size:18px; color:#fff; margin-bottom:10px; flex-shrink:0; }
.member-name { font-size:14px; font-weight:600; color:#fff; margin-bottom:4px; }
.member-plan { display:inline-block; background:rgba(204,0,0,0.12); border:1px solid rgba(204,0,0,0.25); color:var(--red); font-size:10px; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; padding:3px 10px; border-radius:99px; }
.sidebar-nav { flex:1; padding:16px 0; overflow-y:auto; }
.nav-section-label { font-size:10px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:rgba(255,255,255,0.22); padding:14px 22px 6px; display:block; }
.nav-item { display:flex; align-items:center; gap:12px; padding:11px 22px; color:rgba(255,255,255,0.48); text-decoration:none; font-size:14px; font-weight:400; border-left:3px solid transparent; transition:color 0.15s, background 0.15s; }
.nav-item:hover { color:rgba(255,255,255,0.88); background:rgba(255,255,255,0.04); }
.nav-item.active { color:#fff; background:rgba(204,0,0,0.1); border-left-color:var(--red); font-weight:500; }
.nav-icon { font-size:16px; min-width:20px; text-align:center; opacity:0.65; }
.nav-item.active .nav-icon { opacity:1; }
.sidebar-footer { padding:18px 22px; border-top:1px solid rgba(255,255,255,0.06); flex-shrink:0; }
.sidebar-footer a { display:flex; align-items:center; gap:10px; color:rgba(255,255,255,0.32); text-decoration:none; font-size:13px; transition:color 0.2s; }
.sidebar-footer a:hover { color:var(--red); }

.main-content { margin-left:var(--sidebar-w); min-height:100vh; padding:40px; background:var(--pearl); }
.topbar { display:flex; align-items:flex-start; justify-content:space-between; margin-bottom:32px; flex-wrap:wrap; gap:16px; }
.topbar-greeting h1 { font-family:var(--font-head); font-size:clamp(30px,3.5vw,44px); letter-spacing:0.02em; line-height:1; color:var(--charcoal); margin-bottom:6px; }
.topbar-greeting h1 span { color:var(--red); }
.topbar-greeting p { font-size:14px; font-weight:300; color:var(--grey-dark); }
.topbar-date { background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius-md); padding:12px 20px; text-align:right; flex-shrink:0; }
.topbar-date strong { display:block; font-size:15px; font-weight:600; color:var(--charcoal); margin-bottom:2px; }
.topbar-date span { font-size:13px; font-weight:300; color:var(--grey-dark); }
.status-banner { background:#fff8f8; border:1px solid rgba(204,0,0,0.2); border-left:3px solid var(--red); border-radius:var(--radius-md); padding:16px 22px; margin-bottom:24px; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.status-banner p { font-size:14px; font-weight:300; color:var(--charcoal); }
.plan-ready-banner { background:#f0faf4; border:1px solid rgba(39,174,96,0.3); border-left:3px solid #27ae60; border-radius:var(--radius-md); padding:16px 22px; margin-bottom:24px; display:flex; align-items:center; gap:16px; }
.weighin-banner { background:linear-gradient(135deg,var(--red) 0%,#AA0000 100%); border-radius:var(--radius-lg); padding:26px 32px; margin-bottom:24px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; position:relative; overflow:hidden; box-shadow:0 8px 32px rgba(204,0,0,0.35); }
.weighin-banner::before { content:'⚖️'; position:absolute; right:24px; top:50%; transform:translateY(-50%); font-size:80px; opacity:0.12; pointer-events:none; }
.weighin-banner.weighin-done { background:linear-gradient(135deg,#2E2E30 0%,#1a1a1c 100%); box-shadow:none; border:1px solid rgba(255,255,255,0.08); }
.weighin-title { font-family:var(--font-head); font-size:24px; color:#fff; letter-spacing:0.04em; margin-bottom:4px; }
.weighin-sub { font-size:14px; font-weight:400; color:rgba(255,255,255,0.8); }
.weighin-banner.weighin-done .weighin-sub { color:rgba(255,255,255,0.5); }
.weighin-last strong { display:block; font-family:var(--font-head); font-size:32px; color:#fff; letter-spacing:0.04em; line-height:1; margin-bottom:2px; }
.weighin-last strong em { color:rgba(255,255,255,0.7); font-style:normal; font-size:20px; }
.weighin-last { font-size:13px; color:rgba(255,255,255,0.6); }
.weighin-form { display:none; align-items:center; gap:10px; flex-wrap:wrap; margin-top:12px; }
.weighin-form.show { display:flex; }
.weighin-input { background:rgba(255,255,255,0.2); border:1.5px solid rgba(255,255,255,0.4); border-radius:var(--radius-sm); color:#fff; font-family:var(--font-body); font-size:16px; padding:11px 14px; width:120px; outline:none; transition:border-color 0.2s; }
.weighin-input:focus { border-color:#fff; background:rgba(255,255,255,0.25); }
.weighin-input::placeholder { color:rgba(255,255,255,0.5); }
.btn-weighin { background:#fff; color:var(--red); padding:12px 24px; border:none; cursor:pointer; border-radius:var(--radius-sm); font-family:var(--font-body); font-size:13px; font-weight:700; letter-spacing:0.07em; text-transform:uppercase; transition:background 0.2s, transform 0.15s; flex-shrink:0; }
.btn-weighin:hover { background:rgba(255,255,255,0.9); transform:translateY(-1px); }
.weighin-banner.weighin-done .btn-weighin { background:var(--red); color:#fff; }
.weighin-banner.weighin-done .btn-weighin:hover { background:var(--red-dark); }
.stats-row { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-bottom:26px; }
.stat-card { background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius-md); padding:22px 18px; position:relative; transition:transform 0.2s, border-color 0.2s; }
.stat-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:var(--grey-light); border-radius:var(--radius-md) var(--radius-md) 0 0; transition:background 0.3s; }
.stat-card:hover { transform:translateY(-2px); }
.stat-card:hover::before { background:var(--red); }
.stat-icon { font-size:22px; margin-bottom:12px; }
.stat-value { font-family:var(--font-head); font-size:38px; line-height:1; color:var(--charcoal); margin-bottom:4px; letter-spacing:0.02em; }
.stat-value.red { color:var(--red); }
.stat-label { font-size:11px; font-weight:600; color:var(--grey-mid); text-transform:uppercase; letter-spacing:0.1em; }
.dash-grid { display:grid; grid-template-columns:1fr 310px; gap:20px; align-items:start; }
.content-card { background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius-lg); overflow:hidden; margin-bottom:20px; }
.content-card-header { padding:20px 24px 16px; border-bottom:1px solid var(--grey-light); display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; background:var(--pearl); border-radius:var(--radius-lg) var(--radius-lg) 0 0; }
.content-card-title { font-family:var(--font-head); font-size:22px; letter-spacing:0.03em; color:var(--charcoal); }
.content-card-title span { color:var(--red); }
.content-card-link { font-size:12px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:var(--red); text-decoration:none; transition:opacity 0.2s; }
.content-card-link:hover { opacity:0.75; }
.side-cards { display:flex; flex-direction:column; gap:16px; }
.streak-card { background:var(--charcoal); border-radius:var(--radius-lg); border-left:4px solid var(--red); padding:24px; text-align:center; position:relative; overflow:hidden; }
.streak-card::before { content:''; position:absolute; top:-30px; left:50%; transform:translateX(-50%); width:200px; height:200px; background:radial-gradient(circle,rgba(204,0,0,0.12),transparent 65%); pointer-events:none; }
.streak-fire { font-size:40px; margin-bottom:6px; position:relative; }
.streak-number { font-family:var(--font-head); font-size:68px; color:var(--red); line-height:1; position:relative; letter-spacing:0.02em; }
.streak-label { font-size:11px; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--grey-mid); margin-top:6px; position:relative; }
.streak-sub { font-size:13px; font-weight:300; color:rgba(255,255,255,0.45); margin-top:10px; position:relative; line-height:1.5; }
.profile-card { background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius-lg); padding:22px; }
.profile-card-title { font-family:var(--font-head); font-size:20px; letter-spacing:0.03em; color:var(--charcoal); margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid var(--grey-light); }
.profile-row { display:flex; justify-content:space-between; align-items:center; padding:8px 0; font-size:13px; border-bottom:1px solid var(--pearl); }
.profile-row:last-of-type { border-bottom:none; }
.profile-row .plabel { color:var(--grey-dark); font-weight:300; }
.profile-row .pvalue { font-weight:600; color:var(--charcoal); }
.profile-row .pvalue.red { color:var(--red); }
.edit-profile-link { display:block; text-align:center; margin-top:14px; font-size:12px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:var(--grey-dark); text-decoration:none; transition:color 0.2s; }
.edit-profile-link:hover { color:var(--red); }
.quick-links { background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius-lg); overflow:hidden; }
.quick-link-item { display:flex; align-items:center; gap:12px; padding:14px 18px; border-bottom:1px solid var(--pearl); text-decoration:none; color:var(--charcoal); font-size:14px; transition:background 0.15s, color 0.15s; }
.quick-link-item:last-child { border-bottom:none; }
.quick-link-item:hover { background:var(--pearl); color:var(--red); }
.quick-link-item .ql-icon { font-size:18px; min-width:24px; }
.quick-link-item .ql-arrow { margin-left:auto; color:var(--grey-mid); font-size:14px; transition:color 0.2s; }
.quick-link-item:hover .ql-arrow { color:var(--red); }
.exercise-item { display:flex; align-items:center; gap:14px; padding:13px 24px; border-bottom:1px solid var(--pearl); text-decoration:none; color:var(--charcoal); transition:background 0.15s; }
.exercise-item:last-child { border-bottom:none; }
.exercise-item:hover { background:var(--pearl); }
.ex-thumb { width:46px; height:46px; background:var(--pearl); border:1px solid var(--grey-light); border-radius:var(--radius-sm); display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; overflow:hidden; }
.ex-thumb img { width:100%; height:100%; object-fit:cover; }
.ex-info { flex:1; min-width:0; }
.ex-name { font-size:14px; font-weight:500; color:var(--charcoal); margin-bottom:3px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ex-meta { font-size:12px; font-weight:300; color:var(--grey-dark); display:flex; gap:10px; flex-wrap:wrap; }
.ex-sets { font-family:var(--font-head); font-size:22px; color:var(--red); text-align:right; min-width:54px; flex-shrink:0; letter-spacing:0.02em; line-height:1; }
.ex-sets small { font-family:var(--font-body); font-size:10px; font-weight:300; color:var(--grey-mid); display:block; letter-spacing:0.06em; text-transform:uppercase; }
.workout-footer { padding:16px 24px; border-top:1px solid var(--grey-light); background:var(--pearl); border-radius:0 0 var(--radius-lg) var(--radius-lg); display:flex; align-items:center; justify-content:space-between; gap:12px; }
.day-badge { background:rgba(204,0,0,0.08); border:1px solid rgba(204,0,0,0.2); color:var(--red); font-size:11px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; padding:5px 14px; border-radius:99px; }
.btn-start-workout { background:var(--red); color:#fff; padding:11px 24px; border-radius:var(--radius-sm); font-family:var(--font-body); font-size:13px; font-weight:600; letter-spacing:0.06em; text-transform:uppercase; text-decoration:none; transition:background 0.2s, transform 0.15s; box-shadow:0 3px 12px rgba(204,0,0,0.2); }
.btn-start-workout:hover { background:var(--red-dark); transform:translateY(-1px); }
.no-workout { padding:48px 28px; text-align:center; }
.no-workout .icon { font-size:44px; margin-bottom:16px; }
.no-workout h3 { font-family:var(--font-head); font-size:26px; letter-spacing:0.03em; color:var(--charcoal); margin-bottom:8px; }
.no-workout p { font-size:14px; font-weight:300; color:var(--grey-dark); margin-bottom:24px; max-width:300px; margin-left:auto; margin-right:auto; }
.btn-red { display:inline-block; background:var(--red); color:#fff; padding:12px 26px; font-family:var(--font-body); font-size:13px; font-weight:600; letter-spacing:0.06em; text-transform:uppercase; text-decoration:none; border:none; cursor:pointer; border-radius:var(--radius-sm); transition:background 0.2s, transform 0.15s; box-shadow:0 3px 12px rgba(204,0,0,0.2); }
.btn-red:hover { background:var(--red-dark); transform:translateY(-1px); }
.btn-outline-member { display:inline-block; background:transparent; color:var(--charcoal); padding:11px 22px; border:1.5px solid var(--grey-mid); border-radius:var(--radius-sm); font-family:var(--font-body); font-size:13px; font-weight:500; text-decoration:none; cursor:pointer; transition:border-color 0.2s, color 0.2s; }
.btn-outline-member:hover { border-color:var(--charcoal); }
.data-table { width:100%; border-collapse:collapse; font-size:14px; }
.data-table th { padding:11px 16px; text-align:left; font-size:10px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--grey-dark); border-bottom:1.5px solid var(--grey-light); background:var(--pearl); }
.data-table td { padding:13px 16px; border-bottom:1px solid var(--pearl); color:var(--charcoal); font-weight:300; vertical-align:middle; }
.data-table tr:last-child td { border-bottom:none; }
.data-table tr:hover td { background:var(--pearl); }
.hamburger { display:none; position:fixed; top:14px; left:14px; z-index:200; background:var(--charcoal); border:1px solid rgba(255,255,255,0.1); width:40px; height:40px; align-items:center; justify-content:center; cursor:pointer; font-size:18px; color:#fff; border-radius:var(--radius-sm); }
.sidebar-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.45); z-index:40; }

/* ── FORMS ── */
.form-group { display:flex; flex-direction:column; gap:7px; margin-bottom:18px; }
.form-label { font-size:11px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--charcoal); }
.form-label-dark { color:rgba(255,255,255,0.65); }
.form-input, .form-select, .form-textarea { font-family:var(--font-body); font-size:15px; color:var(--charcoal); background:#fff; border:1.5px solid var(--grey-light); border-radius:var(--radius-md); padding:13px 16px; width:100%; outline:none; transition:border-color var(--transition); -webkit-appearance:none; appearance:none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color:var(--red); box-shadow:0 0 0 4px rgba(204,0,0,0.08); }
.form-input::placeholder, .form-textarea::placeholder { color:var(--grey-mid); }
.form-input-dark { background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.1); color:#fff; }
.form-input-dark:focus { border-color:var(--red); background:rgba(255,255,255,0.09); }
.form-input-dark::placeholder { color:rgba(255,255,255,0.25); }
.form-textarea { resize:vertical; min-height:110px; }
.form-error { font-size:12px; color:var(--red); margin-top:4px; }
.form-hint  { font-size:12px; color:var(--grey-mid); margin-top:4px; }

/* ── ALERTS ── */
.alert { padding:14px 18px; font-size:14px; font-weight:300; border-left:3px solid; border-radius:var(--radius-sm); margin-bottom:20px; display:flex; align-items:flex-start; gap:10px; }
.alert-success { background:#f0faf4; border-color:#27ae60; color:#1a5c35; }
.alert-error   { background:#fff8f8; border-color:var(--red); color:#7a1010; }
.alert-info    { background:#f0f4ff; border-color:#3b5bdb; color:#1e3a8a; }
.alert-warn    { background:#fffbeb; border-color:#d97706; color:#7c4a00; }

/* ── BADGES ── */
.badge { display:inline-block; font-size:10px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; padding:4px 11px; border-radius:99px; white-space:nowrap; }
.badge-red    { background:rgba(204,0,0,0.1);   color:var(--red);     border:1px solid rgba(204,0,0,0.22); }
.badge-green  { background:#f0faf4;              color:#1a7a40;        border:1px solid rgba(39,174,96,0.25); }
.badge-orange { background:#fff8ec;              color:#b36200;        border:1px solid rgba(243,156,18,0.25); }
.badge-grey   { background:var(--pearl-2);       color:var(--grey-dark); border:1px solid var(--grey-light); }
.badge-white  { background:rgba(255,255,255,0.12); color:#fff;         border:1px solid rgba(255,255,255,0.2); }

/* ── PROGRESS ── */
.progress-track { height:6px; background:var(--grey-light); border-radius:3px; overflow:hidden; }
.progress-fill  { height:100%; background:var(--red); border-radius:3px; transition:width 0.5s ease; }
.progress-track-dark { background:rgba(255,255,255,0.1); }

/* ── QUIZ ── */
.quiz-wrap { min-height:100vh; background:var(--charcoal); display:flex; align-items:center; justify-content:center; padding:40px 24px; position:relative; overflow:hidden; }
.quiz-wrap::before { content:''; position:absolute; top:-100px; right:-100px; width:500px; height:500px; background:radial-gradient(circle,rgba(204,0,0,0.12) 0%,transparent 65%); pointer-events:none; }
.quiz-card { background:rgba(255,255,255,0.05); backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px); border:1px solid rgba(255,255,255,0.09); border-radius:var(--radius-xl); padding:52px 48px; max-width:620px; width:100%; position:relative; z-index:2; }
.quiz-progress { height:3px; background:rgba(255,255,255,0.08); margin-bottom:40px; border-radius:2px; overflow:hidden; }
.quiz-progress-fill { height:100%; background:var(--red); transition:width 0.4s ease; }
.quiz-step-label { font-size:11px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:var(--red); margin-bottom:12px; }
.quiz-question { font-family:var(--font-head); font-size:clamp(26px,4vw,38px); color:#fff; line-height:1.05; letter-spacing:0.02em; margin-bottom:32px; }
.quiz-options { display:flex; flex-direction:column; gap:12px; margin-bottom:32px; }
.quiz-option { background:rgba(255,255,255,0.04); border:1.5px solid rgba(255,255,255,0.1); border-radius:var(--radius-md); padding:15px 20px; font-family:var(--font-body); font-size:15px; color:rgba(255,255,255,0.72); cursor:pointer; text-align:left; width:100%; transition:all 0.2s; }
.quiz-option:hover { border-color:rgba(204,0,0,0.45); color:#fff; background:rgba(204,0,0,0.06); }
.quiz-option.selected { border-color:var(--red); background:rgba(204,0,0,0.1); color:#fff; }
.quiz-option-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-bottom:32px; }

/* ── AUTH PAGES ── */
.auth-wrap { min-height:100vh; background:var(--page-bg); display:flex; align-items:center; justify-content:center; padding:40px 24px; }
.auth-card { background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius-xl); padding:52px 48px; max-width:480px; width:100%; box-shadow:var(--glass-shadow); }
.auth-logo { font-family:var(--font-head); font-size:26px; letter-spacing:0.06em; color:var(--charcoal); margin-bottom:8px; }
.auth-logo span { color:var(--red); }
.auth-title { font-family:var(--font-head); font-size:38px; color:var(--charcoal); letter-spacing:0.02em; margin-bottom:6px; line-height:1; }
.auth-title span { color:var(--red); }
.auth-divider { width:36px; height:3px; background:var(--red); border-radius:2px; margin:14px 0 28px; }
.auth-sub { font-size:15px; font-weight:300; color:var(--grey-dark); margin-bottom:32px; line-height:1.6; }
.auth-footer { font-size:14px; font-weight:300; color:var(--grey-dark); text-align:center; margin-top:24px; }
.auth-footer a { color:var(--red); font-weight:500; text-decoration:none; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .container, .container-sm, .container-xs { padding:0 32px; }
  .dash-grid { grid-template-columns:1fr; }
  .stats-row { grid-template-columns:repeat(2,1fr); }
  /* plan-stage handled mobile-first in index.php inline styles */
  .usp-strip { grid-template-columns:repeat(2,1fr); }
  /* testi handled in index.php inline */
  /* hiw handled in index.php inline */
  .footer-grid { grid-template-columns:1fr 1fr; gap:32px; }
  .faq-layout { grid-template-columns:1fr; gap:32px; }
}
@media (max-width: 768px) {
  :root { --nav-h:48px; }
  .site-nav {
    top:8px !important;
    left:10px !important;
    right:10px !important;
    width:auto !important;
    max-width:none !important;
    transform:none !important;
    padding:0 18px !important;
    height:46px !important;
  }
  .nav-logo { font-size:18px !important; }
  .nav-links { display:none; }
  .nav-hamburger { display:flex; }
  .nav-mobile-drawer { display:block; }
  .container, .container-sm, .container-xs { padding:0 16px; }
  .section { padding:48px 0; }
  /* CTA band */
  .cta-band { padding:44px 22px; border-radius:var(--radius-lg); }
  .cta-band-actions { flex-direction:column; align-items:center; }
  /* Footer */
  .footer-grid { grid-template-columns:1fr 1fr; gap:24px; }
  /* Member area */
  .sidebar { transform:translateX(-100%); }
  .sidebar.open { transform:translateX(0); box-shadow:4px 0 24px rgba(0,0,0,0.3); }
  .sidebar-overlay.open { display:block; }
  .hamburger { display:flex; }
  .main-content { margin-left:0 !important; padding:60px 14px 36px !important; }
  .stats-row { grid-template-columns:repeat(2,1fr); }
  .topbar { flex-direction:column; }
  .weighin-banner { flex-direction:column; align-items:flex-start; }
  .quiz-card { padding:32px 20px; }
  .auth-card { padding:32px 20px; }
  h1 { font-size: clamp(32px,8vw,56px); }
  h2 { font-size: clamp(26px,6vw,44px); }
}
@media (max-width: 480px) {
  :root { --nav-h:46px; }
  .site-nav {
    top:8px !important;
    left:8px !important;
    right:8px !important;
    width:auto !important;
    max-width:none !important;
    transform:none !important;
    padding:0 14px !important;
    height:44px !important;
  }
  .nav-logo { font-size:17px !important; letter-spacing:0.05em !important; }
  .nav-cta { padding:7px 14px !important; font-size:10px !important; letter-spacing:0.07em !important; }
  .container, .container-sm, .container-xs { padding:0 12px; }
  .section { padding:36px 0; }
  /* Stats — member area */
  .stats-row { grid-template-columns:repeat(2,1fr); gap:8px; }
  /* Footer */
  .footer-grid { grid-template-columns:1fr 1fr; gap:16px; }
  /* Quiz/auth */
  .quiz-option-grid { grid-template-columns:1fr; }
  .quiz-card { padding:24px 14px; }
  .auth-card { padding:24px 14px; }
  /* Section heads */
  h2 { font-size: clamp(28px,7vw,40px); }
  .eyebrow { font-size:9px; letter-spacing:0.16em; }
  .faq-question { font-size:14px; padding:16px 20px; }
}
