/** Shopify CDN: Minification failed

Line 97:9 Expected identifier but found whitespace
Line 97:17 Unexpected ";"

**/
/* ============================================================
   BrainSAIT Store — Premium Commerce Design System
   Learn · Build · Solutions · OID & Registry
   Dark default · Light toggle
   ============================================================ */

/* ── Design tokens · Dark (obsidian default) ── */
:root[data-theme='dark'] {
  /* Core palette — obsidian, graphite, ivory, champagne gold, electric teal */
  --bg: #080b12;
  --bg-2: #0e1320;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-2: rgba(255, 255, 255, 0.078);
  --glass: rgba(10, 14, 24, 0.88);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.24);

  /* Typography colors */
  --ink: #eef1fb;
  --ink-soft: #c6cce6;
  --muted: #8b93b5;

  /* Accent palette — restrained champagne gold + focused electric teal */
  --gold: #d4a853;
  --gold-2: #e8c878;
  --gold-l: #e8c878;
  --teal: #0ea5e9;
  --teal-2: #38bdf8;

  /* Legacy aliases for backward compat */
  --cyan: #0ea5e9;
  --magenta: #d4a853;
  --lime: #4ef0b0;

  /* Semantic */
  --ok: #4ef0b0;
  --bad: #ff5d8f;
  --navy: #0b1f3a;

  /* Elevation */
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
  --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.24);

  /* Gradients — subtle, not neon */
  --hero-grad: linear-gradient(135deg, #0ea5e9 0%, #d4a853 50%, #0ea5e9 100%);
  --gold-grad: linear-gradient(120deg, #e8c878, #d4a853);
  --panel-grad: radial-gradient(120% 140% at 20% 0%, rgba(14, 165, 233, 0.06) 0%, transparent 45%),
    radial-gradient(120% 140% at 90% 100%, rgba(212, 168, 83, 0.05) 0%, transparent 45%),
    linear-gradient(160deg, #0b1026 0%, #070a18 100%);
  --glass-blur: saturate(135%) blur(10px);
}

/* ── Design tokens · Light (warm ivory) ── */
:root[data-theme='light'] {
  --bg: #f8f7f4;
  --bg-2: #ffffff;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-2: rgba(255, 255, 255, 0.96);
  --glass: rgba(255, 255, 255, 0.9);
  --line: rgba(18, 24, 52, 0.12);
  --line-strong: rgba(18, 24, 52, 0.24);

  --ink: #151a30;
  --ink-soft: #333b57;
  --muted: #5c6480;

  --gold: #a67c2e;
  --gold-2: #c49b3e;
  --gold-l: #a67c2e;
  --teal: #0284c7;
  --teal-2: #0ea5e9;

  --cyan: #0284c7;
  --magenta: #a67c2e;
  --lime: #0d9488;

  --ok: #0d9488;
  --bad: #e11d48;
  --navy: #0b1f3a;

  --shadow: 0 24px 60px rgba(24, 32, 78, 0.14);
  --shadow-soft: 0 14px 40px rgba(24, 32, 78, 0.1);

  --hero-grad: linear-gradient(135deg, #0284c7 0%, #a67c2e 50%, #0284c7 100%);
  --gold-grad: linear-gradient(120deg, #c49b3e, #a67c2e);
  --panel-grad: radial-gradient(120% 140% at 20% 0%, rgba(2, 132, 199, 0.06) 0%, transparent 45%),
    radial-gradient(120% 140% at 90% 100%, rgba(166, 124, 46, 0.05) 0%, transparent 45%),
    linear-gradient(160deg, #ffffff 0%, #f8f7f4 100%);
  --glass-blur: saturate(130%) blur(8px);
}
  --bg-2: #ffffff;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-2: rgba(255, 255, 255, 0.96);
  --glass: rgba(255, 255, 255, 0.9);
  --line: rgba(18, 24, 52, 0.12);
  --line-strong: rgba(18, 24, 52, 0.24);
  --ink: #151a30;
  --ink-soft: #333b57;
  --muted: #5c6480;
  --gold: #b8860b;
  --gold-2: #d4a437;
  --gold-l: #b8860b;
  --cyan: #0284c7;
  --magenta: #c026d3;
  --lime: #5e8d00;
  --ok: #0d9488;
  --bad: #e11d48;
  --navy: #0b1f3a;
  --shadow: 0 24px 60px rgba(24, 32, 78, 0.14);
  --shadow-soft: 0 14px 40px rgba(24, 32, 78, 0.1);
  --hero-grad: linear-gradient(115deg, #b8860b 0%, #d4a437 18%, #0284c7 52%, #c026d3 82%, #b8860b 100%);
  --gold-grad: linear-gradient(120deg, #d4a437, #b8860b);
  --panel-grad: radial-gradient(120% 140% at 20% 0%, rgba(2, 132, 199, 0.08) 0%, transparent 45%),
    radial-gradient(120% 140% at 90% 100%, rgba(192, 38, 211, 0.07) 0%, transparent 45%),
    linear-gradient(160deg, #ffffff 0%, #f7f8fb 100%);
  --glass-blur: saturate(130%) blur(8px);
}

/* ── Shared tokens & fonts (dir-driven AR/EN) — radii tightened to Shopify-grade 10/8 ── */
:root {
  --radius: 10px;
  --radius-sm: 8px;
  --cover-ratio: 0.667; /* 2:3 book cover */
  --maxw: 1240px;
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
:root[dir='rtl'] {
  --font-display: 'Amiri', 'Playfair Display', Georgia, serif;
  --font-body: 'Almarai', 'Manrope', system-ui, sans-serif;
}
:root[dir='ltr'] {
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Manrope', system-ui, sans-serif;
}

/* ── Base ─────────────────────────────────────────────────── */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
/* Kill phantom horizontal scroll that off-canvas drawers (chat/menu) can
   produce on mobile — body alone is not the scrolling box, html is. */
html { overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background 0.45s var(--ease-out), color 0.45s var(--ease-out);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a, .chip, .icon-btn, .button { touch-action: manipulation; }
button { font-family: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.01em;
}
h1 { font-weight: 800; }
img { max-width: 100%; }
::selection { background: rgba(233, 196, 106, 0.28); color: var(--ink); }

/* Luxury scrollbar */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--gold), var(--cyan));
  border-radius: 99px;
  border: 3px solid var(--bg);
}

/* ── Ambient aurora background + film grain ───────────────── */
.bg-aurora {
  position: fixed; inset: 0; z-index: -2; overflow: hidden;
  background: var(--bg);
  transition: background 0.45s var(--ease-out);
}
.bg-aurora::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  opacity: 0.05; pointer-events: none;
}
/* Orbs removed — calm Shopify canvas, no animated gradients competing with product cards */
.bg-aurora::before { opacity: 0.035; }

/* RTL-safe skip-link — visible gold pill on focus */
.skip-to-content-link {
  position: absolute; left: -99999px; top: 0; z-index: 100;
  background: var(--gold-grad); color: #131320; font-weight: 800;
  padding: 0.7rem 1.1rem; border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}
.skip-to-content-link:focus {
  left: 1rem; top: 1rem;
  clip-path: none; overflow: visible;
}

/* ── Glass primitives ─────────────────────────────────────── */
.glass {
  background: var(--surface);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
}
.hairline {
  position: relative;
}
.hairline::after {
  content: ''; position: absolute; inset-inline: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--cyan), transparent);
  opacity: 0.6;
}

/* ── Buttons ──────────────────────────────────────────────── */
.button {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: var(--font-body); font-weight: 700;
  border-radius: 999px; padding: 0.75rem 1.35rem;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s var(--ease-out),
    background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  position: relative; overflow: hidden; white-space: nowrap;
}
.button.sm { padding: 0.5rem 0.95rem; font-size: 0.84rem; }
.button.lg { padding: 1rem 1.8rem; font-size: 1.05rem; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0) scale(0.98); }
.button.primary {
  background: linear-gradient(135deg, #f2d17b, #d6a833); color: #131320;
  box-shadow: 0 8px 18px rgba(214,168,51,.22), inset 0 1px 0 rgba(255,255,255,.4);
}
.button.primary:hover { box-shadow: 0 10px 22px rgba(214,168,51,.3); }
.button.primary::after { display: none; }
.button.secondary {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
}
.button.secondary:hover { border-color: var(--gold); color: var(--gold); }
.button.disabled { background: var(--surface); border-color: var(--line); color: var(--muted); pointer-events: none; }

/* ── Layout ───────────────────────────────────────────────── */
.page { max-width: var(--maxw); margin: 0 auto; padding: 2.8rem 1.2rem 5rem; position: relative; }
.page-head { text-align: center; margin-bottom: 2.4rem; }
.page-head h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  background: var(--hero-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% 100%; animation: shimmer 10s linear infinite;
}
.lede { color: var(--muted); max-width: 62ch; margin: 0.7rem auto 0; font-size: 1.05rem; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin: 2.8rem 0 1.2rem; }
.section-head h2 { font-size: 1.8rem; position: relative; }
.section-head h2::after {
  content: ''; position: absolute; inset-inline-start: 0; bottom: -0.4rem;
  width: 3.2rem; height: 3px; border-radius: 99px;
  background: var(--gold-grad);
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero { text-align: center; padding: 3.2rem 0 1.6rem; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--line); border-radius: 999px;
  padding: 0.4rem 1.1rem; margin-bottom: 1.4rem;
  background: var(--surface);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
}
.hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); animation: pulseDot 2.4s ease-in-out infinite; }
@keyframes pulseDot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }
.hero h1 {
  font-size: clamp(2.7rem, 7vw, 4.8rem);
  line-height: 1.15; margin: 0;
  background: var(--hero-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 220% 100%; animation: shimmer 12s linear infinite;
}
.hero .lede {
  font-size: clamp(1.02rem, 2.2vw, 1.2rem);
  color: var(--ink-soft);
  margin-top: 1.2rem;
}
.hero-teaser {
  margin: 1.4rem auto 0;
  max-width: 58ch;
  font-size: clamp(1rem, 2vw, 1.12rem);
  font-weight: 600;
  color: var(--gold-l);
  background: linear-gradient(135deg, rgba(201,162,39,0.14), rgba(201,162,39,0.05));
  border: 1px solid rgba(201,162,39,0.35);
  border-radius: 999px;
  padding: 0.7rem 1.6rem;
}
@keyframes shimmer { to { background-position: -200% 0; } }

/* ── Stage cards — phosphoric LEARN · BUILD · SOLUTIONS ───── */
.stages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin: 2.4rem 0 1rem; }
.stage-card {
  --acc: var(--teal);
  position: relative; display: flex; flex-direction: column; gap: 0.55rem;
  padding: 1.7rem 1.5rem; border-radius: 26px; overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s var(--ease-out), border-color 0.28s ease;
}
.stage-card::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--acc), transparent);
  opacity: 0.85;
}
.stage-card::after {
  content: ''; position: absolute; inset: -40% -20%;
  background: radial-gradient(60% 60% at 50% 110%, color-mix(in srgb, var(--acc) 16%, transparent), transparent 70%);
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}
.stage-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--acc) 45%, var(--line)); }
.stage-card:hover::after { opacity: 1; }
.stage-card.learn { --acc: var(--teal); }
.stage-card.learn:hover { box-shadow: 0 26px 60px rgba(14, 165, 233, 0.22); }
.stage-card.build { --acc: var(--gold); }
.stage-card.build:hover { box-shadow: 0 26px 60px rgba(212, 168, 83, 0.22); }
.stage-card.solutions { --acc: var(--ok); }
.stage-card.solutions:hover { box-shadow: 0 26px 60px rgba(184, 241, 78, 0.2); }
.stage-icon {
  width: 52px; height: 52px; border-radius: 16px;
  display: grid; place-items: center; color: var(--acc);
  background: color-mix(in srgb, var(--acc) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--acc) 35%, transparent);
  box-shadow: 0 0 26px color-mix(in srgb, var(--acc) 22%, transparent);
  transition: transform 0.28s var(--ease-out);
}
.stage-card:hover .stage-icon { transform: rotate(-8deg) scale(1.1); }
.stage-card h2 {
  font-size: 1.75rem; margin: 0.55rem 0 0; color: var(--ink);
  font-weight: 700;
}
.stage-card h2 span { color: var(--acc); }
.stage-card p { color: var(--muted); font-size: 0.93rem; margin: 0; }
.stage-count {
  font-family: var(--font-display); font-size: 2.9rem; font-weight: 700; line-height: 1;
  margin-top: 0.6rem;
  background: linear-gradient(120deg, var(--acc), color-mix(in srgb, var(--acc) 45%, var(--gold)));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-variant-numeric: tabular-nums;
}
.stage-count::after { content: attr(data-suffix); font-size: 1.05rem; color: var(--muted); -webkit-text-fill-color: var(--muted); margin-inline-start: 0.25rem; }
.stage-arrow {
  position: absolute; top: 1.6rem; inset-inline-end: 1.5rem;
  color: var(--acc); transition: transform 0.3s var(--ease-out);
}
.stage-card:hover .stage-arrow { transform: translateX(6px); }
:root[dir='rtl'] .stage-card:hover .stage-arrow { transform: translateX(-6px) scaleX(-1); }

/* ── Filters / chips ──────────────────────────────────────── */
.filters { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1.8rem; }
.chip {
  border: 1px solid var(--line); background: var(--surface); color: var(--ink-soft);
  border-radius: 999px; padding: 0.5rem 1.05rem; font-weight: 700; cursor: pointer; font-size: 0.88rem;
  transition: all 0.2s ease;
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
}
.chip:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-1px); }
.chip.active {
  background: var(--gold-grad); color: #131320;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(233, 196, 106, 0.35);
}

/* ── Product grid + card ──────────────────────────────────── */
.product-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  grid-auto-rows: 1fr;
  padding: 0;
  margin: 0;
}
.pcard {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  display: flex; flex-direction: column;
  height: 100%;
  transition: transform 0.26s var(--ease-out), box-shadow 0.26s var(--ease-out), border-color 0.26s ease;
}
.pcard:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow), 0 0 44px rgba(233, 196, 106, 0.14);
}
.pcard-cover { position: relative; height: 180px; background: var(--bg-2); overflow: hidden; flex: 0 0 auto; }
.pcard-cover-link { display: block; height: 100%; }
.pcard-cover img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s var(--ease-out), filter 0.4s ease;
}
.pcard:hover .pcard-cover img { transform: scale(1.06); }
.pcard-cover::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.35));
  pointer-events: none;
}
.pcard-cover-fallback {
  width: 100%; height: 100%; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 4.5rem; font-weight: 700;
  background: linear-gradient(140deg, #1c2140, #0a0e21);
  color: var(--gold); text-shadow: 0 0 30px rgba(233, 196, 106, 0.5);
}
.pcard-badge {
  position: absolute; top: 0.7rem; inset-inline-end: 0.7rem; z-index: 2;
  background: var(--glass); border: 1px solid var(--line);
  color: var(--ink-soft); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em;
  padding: 0.28rem 0.7rem; border-radius: 999px;
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
}
.pcard-badge-free {
  background: var(--gold-grad); color: #131320; border-color: transparent;
  box-shadow: 0 4px 16px rgba(233, 196, 106, 0.4);
}
.pcard-badge.comm {
  position: absolute; top: 0.7rem; inset-inline-start: 0.7rem; inset-inline-end: auto;
  font-size: 0.66rem;
}
.pcard-badge.comm-product { background: linear-gradient(135deg, rgba(212,168,83,.2), rgba(212,168,83,.1)); color: var(--gold-l); border-color: rgba(212,168,83,.45); }
.pcard-badge.comm-demo { background: rgba(14,165,233,.12); color: var(--teal); border-color: rgba(14,165,233,.4); }
.pcard-badge.comm-service { background: rgba(78,240,176,.12); color: var(--ok); border-color: rgba(78,240,176,.4); }
.pcard-body { padding: 1.05rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.45rem; flex: 1; }
.pcard-eyebrow {
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); font-weight: 800;
}
.pcard-title { font-size: 1.06rem; margin: 0; line-height: 1.3; font-weight: 700; }
.pcard-title a {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color 0.18s ease;
}
.pcard-title a:hover { color: var(--gold); }
.pcard-prop {
  color: var(--muted); font-size: 0.82rem; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pcard-foot {
  margin-top: auto; padding-top: 0.7rem; border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; flex-wrap: wrap;
}
.pcard-price {
  font-family: var(--font-display); font-weight: 700; font-size: 1.18rem;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-variant-numeric: tabular-nums;
}
.pcard-cta { display: flex; gap: 0.4rem; flex-wrap: wrap; justify-content: flex-end; }

/* Enhanced card meta: category + rating row */
.pcard-meta {
  display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
}
.pcard-rating {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-size: 0.72rem; font-weight: 700; color: var(--gold);
  background: color-mix(in srgb, var(--gold) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent);
  padding: 0.14rem 0.5rem; border-radius: 999px; white-space: nowrap;
}
/* Format chip on the cover (top-left, next to commercial badge) */
.pcard-badge.pcard-format {
  position: absolute; bottom: 0.7rem; inset-inline-end: 0.7rem; top: auto;
  background: color-mix(in srgb, var(--cyan) 16%, var(--glass));
  color: #7dd3fc; border-color: rgba(41, 216, 255, 0.4);
}
/* Specific tagline with soft fade instead of hard clip */
.pcard-prop {
  -webkit-line-clamp: 3;
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent);
}
/* Benefit snippet (first bullet) */
.pcard-benefit {
  margin: 0; color: var(--ink-soft); font-size: 0.78rem;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
  padding-inline-start: 0.6rem; border-inline-start: 2px solid var(--gold);
}

/* ── Program teaser (home) ────────────────────────────────── */
.program-teaser {
  position: relative; text-align: center;
  border-radius: 30px; padding: 3rem 2rem; margin-top: 3rem; overflow: hidden;
  background: var(--panel-grad);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
}
.program-teaser::before {
  content: ''; position: absolute; inset: -30% -10%;
  background: radial-gradient(45% 60% at 15% 0%, rgba(233, 196, 106, 0.16), transparent 60%),
    radial-gradient(45% 60% at 85% 100%, rgba(240, 108, 255, 0.14), transparent 60%);
  pointer-events: none;
}
.program-teaser h2 { font-size: 2rem; color: var(--gold); margin-bottom: 0.4rem; }
.program-teaser p { color: var(--ink-soft); margin-bottom: 1.2rem; }
.program-teaser strong {
  display: block; font-family: var(--font-display); font-size: 2.4rem; margin: 0.4rem 0 1.4rem;
  background: var(--hero-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% 100%; animation: shimmer 10s linear infinite;
}

/* ── Build page ───────────────────────────────────────────── */
.build-hero { text-align: center; padding: 3.4rem 0 1rem; }
.build-hero h1 {
  font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.15; margin: 0 auto;
  background: var(--hero-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 220% 100%; animation: shimmer 12s linear infinite; max-width: 900px;
}
.build-hero-cta { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; margin-top: 1.8rem; }
.build-launch-strip {
  display: inline-flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; justify-content: center;
  margin-top: 1.4rem; padding: 0.6rem 1.2rem;
  background: linear-gradient(135deg, rgba(233, 196, 106, 0.14), rgba(41, 216, 255, 0.1));
  border: 1px solid rgba(233, 196, 106, 0.35);
  border-radius: 999px;
}
.launch-tag {
  background: var(--gold-grad); color: #131320; font-weight: 800; font-size: 0.8rem;
  padding: 0.22rem 0.7rem; border-radius: 999px; letter-spacing: 0.02em;
}
.launch-was { color: var(--muted); text-decoration: line-through; font-size: 0.95rem; }
.launch-now { color: var(--ink); font-weight: 800; font-size: 1.15rem; font-variant-numeric: tabular-nums; }
.launch-timer { color: var(--gold); font-size: 0.82rem; font-weight: 600; }
.build-price { display: flex; justify-content: center; margin: 2.6rem 0; }

.build-register { max-width: 1020px; margin: 3rem auto; text-align: center; }
.build-register h2 { font-size: 1.9rem; margin-bottom: 0.5rem; }
.register-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem; margin: 1.8rem 0;
}
.register-step {
  position: relative; text-align: start; padding: 1.4rem 1.2rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
}
.rs-num {
  position: absolute; top: 1rem; right: 1rem;
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 800; font-size: 0.8rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-l)); color: var(--navy);
}
:root[dir='rtl'] .rs-num { right: auto; left: 1rem; }
.register-step h3 { font-size: 1.05rem; margin-bottom: 0.5rem; padding-inline-end: 2.2rem; }
.register-step p { font-size: 0.86rem; color: var(--muted); line-height: 1.75; margin-bottom: 1rem; }
.register-step code { font-size: 0.78rem; background: var(--surface-2); padding: 0.1rem 0.35rem; border-radius: 6px; color: var(--gold); }
.register-commands {
  display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin: 1rem 0;
}
.register-commands code {
  padding: 0.35rem 0.8rem; border-radius: 999px; font-size: 0.78rem;
  background: color-mix(in srgb, var(--gold) 10%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--gold) 25%, var(--line)); color: var(--gold);
}
.rc-title { width: 100%; color: var(--muted); font-size: 0.82rem; }

.build-lifecycle { max-width: 1020px; margin: 3rem auto; text-align: center; }
.build-lifecycle h2 { font-size: 1.9rem; margin-bottom: 0.5rem; }
.lifecycle-track {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem; margin: 1.8rem 0;
}
.lifecycle-phase {
  position: relative; text-align: start; padding: 1.4rem 1.2rem 1.2rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  transition: transform 0.24s ease, border-color 0.24s ease;
}
.lifecycle-phase:hover { transform: translateY(-4px); }
.lc-flag {
  display: inline-block; padding: 0.28rem 0.8rem; border-radius: 999px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; margin-bottom: 0.7rem;
}
.wk1 .lc-flag { background: rgba(41, 216, 255, 0.12); color: #38bdf8; border: 1px solid rgba(41, 216, 255, 0.35); }
.wk2 .lc-flag { background: rgba(233, 196, 106, 0.12); color: var(--gold-l); border: 1px solid rgba(233, 196, 106, 0.35); }
.grad .lc-flag { background: rgba(52, 211, 153, 0.12); color: #34d399; border: 1px solid rgba(52, 211, 153, 0.35); }
.exp .lc-flag { background: rgba(244, 63, 94, 0.12); color: #fb7185; border: 1px solid rgba(244, 63, 94, 0.35); }
.lifecycle-phase h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.lifecycle-phase p { font-size: 0.84rem; color: var(--muted); line-height: 1.65; }
.lifecycle-timer {
  display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 0.6rem;
  padding: 0.6rem 1.2rem; border-radius: 999px;
  background: color-mix(in srgb, var(--gold) 12%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--gold) 30%, var(--line));
  color: var(--gold-l); font-weight: 700; font-size: 0.92rem;
}
.timer-icon { font-size: 1rem; }

.second-brain-program { max-width: 1020px; margin: 3rem auto; text-align: center; }
.second-brain-program h2 { font-size: 1.9rem; margin-bottom: 0.5rem; }
.second-brain-summary {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem; margin: 1.8rem 0; text-align: start;
}
.sb-row {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.3rem 1.2rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  transition: transform 0.24s ease, border-color 0.24s ease;
}
.sb-row:hover { transform: translateY(-3px); border-color: rgba(201,162,39,0.5); }
.sb-num {
  flex: 0 0 auto; min-width: 2.6rem; height: 2.6rem; display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; font-weight: 800; border-radius: 14px;
  background: linear-gradient(135deg, var(--gold), var(--gold-l));
  color: #131320;
}
.sb-row h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.sb-row p { font-size: 0.84rem; color: var(--muted); line-height: 1.65; margin: 0; }
.sb-cert {
  display: flex; gap: 0.7rem; align-items: flex-start; text-align: start;
  max-width: 760px; margin: 0 auto; padding: 1rem 1.2rem;
  background: color-mix(in srgb, var(--gold) 8%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--gold) 22%, var(--line));
  border-radius: 14px; color: var(--ink-soft); font-size: 0.86rem; line-height: 1.7;
}
.sb-cert svg { flex: 0 0 auto; margin-top: 0.2rem; color: var(--gold); }

.build-security { max-width: 1020px; margin: 3rem auto; text-align: center; }
.build-security h2 { font-size: 1.9rem; margin-bottom: 0.5rem; }
.security-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem; margin: 1.8rem 0;
}
.security-card {
  text-align: start; padding: 1.3rem 1.2rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
}
.sec-icon { color: var(--gold); margin-bottom: 0.5rem; }
.security-card h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.security-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.6; }
.policy-note {
  display: flex; gap: 0.7rem; align-items: flex-start; text-align: start;
  max-width: 720px; margin: 1.2rem auto 0; padding: 1rem 1.2rem;
  background: color-mix(in srgb, var(--gold) 8%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--gold) 22%, var(--line));
  border-radius: 14px; color: var(--ink-soft); font-size: 0.86rem; line-height: 1.7;
}
.policy-note svg { flex: 0 0 auto; margin-top: 0.2rem; color: var(--gold); }

.benefits-intro { text-align: center; color: var(--muted); margin-bottom: 2.2rem; font-size: 1rem; }
.program-benefits {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px; padding: 2.6rem;
  margin: 2.8rem auto; max-width: 1020px;
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  overflow: hidden;
}
.program-benefits::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(70% 60% at 50% -20%, rgba(233, 196, 106, 0.1), transparent 60%);
  pointer-events: none;
}
.program-benefits h2 { font-size: 1.9rem; margin-bottom: 0.5rem; text-align: center; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.4rem; margin-bottom: 2rem;
}
.benefit-card {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 20px; padding: 1.6rem 1.3rem; text-align: center;
  transition: transform 0.24s var(--ease-out), box-shadow 0.24s ease, border-color 0.24s ease;
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
}
.benefit-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 18px 44px rgba(233, 196, 106, 0.16); }
.benefit-icon { font-size: 2.6rem; margin-bottom: 0.7rem; display: block; filter: drop-shadow(0 6px 18px rgba(233, 196, 106, 0.3)); }
.benefit-card h3 { font-size: 1.12rem; margin: 0.5rem 0; }

.fineprint { color: var(--muted); font-size: 0.82rem; display: flex; align-items: center; gap: 0.4rem; justify-content: center; }
.program-info { max-width: 740px; margin: 2.8rem auto; text-align: center; }
.program-info p { color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; }

/* ── Build ticket form (BuildEligibilityForm.css port) ────── */
.build-form-container {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  min-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-step { min-width: 0; }
.form-step {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 2.2rem 1.8rem;
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--shadow-soft);
  animation: fadeIn 0.35s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.form-step::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--cyan), var(--magenta), transparent);
  opacity: 0.8;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.form-step h2 { font-size: 1.85rem; font-weight: 700; margin-bottom: 0.5rem; text-align: center; color: var(--ink); }
.form-step .step-subtitle { text-align: center; color: var(--muted); font-size: 1.05rem; margin-bottom: 1.6rem; font-weight: 500; }
.form-step .step-description { text-align: center; color: var(--muted); font-size: 0.95rem; margin-bottom: 2rem; line-height: 1.6; }

.build-ticket-card {
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 1.6rem 1.4rem;
  background: var(--surface-2);
}
.launch-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #131320;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.bt-price-row { display: flex; align-items: baseline; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 0.4rem; }
.bt-original { color: var(--muted); text-decoration: line-through; font-size: 1rem; }
.bt-price {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.bt-savings { color: var(--ok); font-weight: 700; font-size: 0.88rem; }
.promo-ok { color: #34d399; font-size: 0.88rem; display: flex; align-items: center; gap: 0.4rem; margin-top: 0.6rem; }

.promo-box { margin: 1.2rem 0 1rem; text-align: start; }
.promo-row { display: flex; gap: 0.6rem; }
.promo-row input {
  flex: 1; background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px;
  padding: 0.7rem 1rem; color: var(--ink); font-size: 0.95rem; outline: none;
  font-family: inherit;
}
.promo-row input:focus { border-color: var(--gold); }
.btn-promo {
  background: var(--gold-grad); color: #131320; font-weight: 800;
  border: 0; border-radius: 12px; padding: 0 1.2rem; cursor: pointer; font-size: 0.9rem;
}
.promo-err { color: #fb7185; font-size: 0.85rem; margin-top: 0.6rem; }
.promo-clear { margin: 0.5rem 0 0; }
.promo-clear-btn {
  background: none; border: 0; color: var(--muted); font-size: 0.8rem;
  text-decoration: underline; cursor: pointer; padding: 0;
}

.plan-box { margin: 1.2rem 0; text-align: start; }
.plan-label { font-size: 0.85rem; color: var(--ink-soft); display: block; margin-bottom: 0.6rem; font-weight: 700; }
.plan-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
.plan-option {
  display: flex; flex-direction: column; gap: 0.2rem; text-align: start;
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 0.8rem 1rem; cursor: pointer; color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.plan-option:hover { border-color: var(--gold); }
.plan-option.active {
  border-color: var(--gold);
  background: color-mix(in srgb, var(--gold) 12%, var(--surface));
  box-shadow: 0 0 22px rgba(233, 196, 106, 0.18);
}
.plan-name { font-weight: 800; font-size: 0.9rem; }
.plan-price { color: var(--gold); font-weight: 700; font-size: 0.85rem; font-variant-numeric: tabular-nums; }
.plan-hint { color: var(--muted); font-size: 0.82rem; margin: 0.7rem 0 0; line-height: 1.7; }

.bt-note {
  background: color-mix(in srgb, var(--gold) 8%, var(--surface));
  border: 1px dashed color-mix(in srgb, var(--gold) 30%, var(--line));
  color: var(--ink-soft); font-size: 0.82rem;
  border-radius: 12px; padding: 0.7rem 0.9rem; text-align: center; margin: 1rem 0;
}

.verification-form { display: flex; flex-direction: column; gap: 0.9rem; margin: 1.2rem 0; text-align: start; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-field label { font-size: 0.85rem; color: var(--ink-soft); font-weight: 700; }
.form-field input {
  background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px;
  padding: 0.7rem 1rem; color: var(--ink); font-size: 0.95rem; outline: none;
  font-family: inherit;
}
.form-field input:focus { border-color: var(--gold); }
.field-hint { color: var(--muted); font-size: 0.76rem; margin: 0.2rem 0 0; line-height: 1.6; }
.turnstile-box { margin: 1rem 0; min-height: 65px; }
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  width: 100%;
  background: var(--gold-grad); color: #131320; font-weight: 800; font-size: 1rem;
  border: 0; border-radius: 999px; padding: 0.9rem 1.4rem; cursor: pointer;
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s var(--ease-out);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(233, 196, 106, 0.45); }
.btn-primary:disabled { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--surface); border: 1px solid var(--line); color: var(--ink);
  border-radius: 999px; padding: 0.7rem 1.2rem; font-weight: 700; font-size: 0.9rem; cursor: pointer;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.bt-booking { text-align: center; margin-top: 1rem; }
.bt-booking a { color: var(--gold); font-size: 0.84rem; text-decoration: underline; }

/* ── Product detail ───────────────────────────────────────── */
.product-grid { display: grid; grid-template-columns: 400px 1fr; gap: 2.8rem; align-items: start; }
.product-media {
  position: relative; padding: 0.7rem; border-radius: calc(var(--radius) + 8px);
  background: var(--surface); border: 1px solid var(--line);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  box-shadow: var(--shadow);
}
.product-media::after {
  content: ''; position: absolute; inset: -1px; border-radius: inherit; z-index: -1;
  background: linear-gradient(135deg, rgba(233, 196, 106, 0.4), rgba(41, 216, 255, 0.25), rgba(240, 108, 255, 0.3));
  filter: blur(18px); opacity: 0.35;
}
.product-media img { width: 100%; border-radius: var(--radius); display: block; }
.product-info h1 {
  font-size: clamp(1.9rem, 4vw, 2.7rem); margin: 0.4rem 0 0.9rem;
  background: var(--hero-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% 100%; animation: shimmer 11s linear infinite;
}
.product-price {
  font-family: var(--font-display); font-size: 2rem; font-weight: 700; margin: 1.2rem 0;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.benefits { padding-inline-start: 1.1rem; color: var(--muted); }
.benefits li { margin: 0.35rem 0; }
.benefits li::marker { color: var(--gold); }

/* ── Booking (solutions CTA) ──────────────────────────────── */
.book-section { margin-top: 3.2rem; }
.book-section .section-head { margin: 0 0 1rem; flex-wrap: wrap; gap: 0.6rem; }
.book-section .book-note { color: var(--muted); font-size: 0.95rem; max-width: 46ch; }
.book-frame {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--surface);
  box-shadow: var(--shadow); -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
}
.book-frame iframe { display: block; }

/* ── Footer ───────────────────────────────────────────────── */
.site-foot {
  border-top: 1px solid var(--line);
  background: var(--glass);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  padding: 1.8rem 1.2rem; text-align: center; color: var(--muted); font-size: 0.85rem;
}
.site-foot .muted { color: var(--muted); }

/* ── Entrance reveal ──────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); animation: rise 0.7s var(--ease-out) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ============================================================
   Theme integration — Dawn header / cart / drawers in GH skin
   ============================================================ */

/* Aurora background on every page */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: -1;
  background:
    radial-gradient(46vw 46vw at -12vw -18vw, color-mix(in srgb, var(--cyan) 22%, transparent), transparent 65%),
    radial-gradient(40vw 40vw at 110% 110%, color-mix(in srgb, var(--magenta) 18%, transparent), transparent 65%),
    radial-gradient(34vw 34vw at 50% 38vh, color-mix(in srgb, var(--gold) 14%, transparent), transparent 65%),
    var(--bg);
  transition: background 0.45s var(--ease-out);
  pointer-events: none;
}

/* Header — floating glass bar over the Dawn header */
#header-group {
  position: sticky; top: 0; z-index: 60;
}
#header-group header,
#header-component {
  background: var(--glass) !important;
  -webkit-backdrop-filter: var(--glass-blur) !important;
  backdrop-filter: var(--glass-blur) !important;
  border-bottom: 1px solid var(--line) !important;
  color: var(--ink);
}
#header-group .header,
#header-group .header-section {
  background: transparent !important;
}
#header-component .header__row {
  max-width: var(--maxw);
}
#header-component .header__column {
  background: transparent !important;
}
#header-component .header__logo,
#header-component .header__logo img {
  max-height: 44px;
}
#header-component header-menu details,
#header-component .header-menu a,
#header-component .header-actions a,
#header-component .header-actions button {
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 0.9rem;
}
#header-component .header-menu a:hover,
#header-component .header-actions a:hover {
  color: var(--gold);
}
#header-component .header-menu > ul > li > a {
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  transition: color 0.2s ease, background 0.2s ease;
}
#header-component .header-menu > ul > li > a:hover {
  background: var(--surface-2);
  color: var(--ink);
}
#header-component .header-menu > ul > li > a[aria-current='page'] {
  color: var(--gold);
  background: var(--surface-2);
  box-shadow: inset 0 0 0 1px var(--line), 0 0 18px rgba(233, 196, 106, 0.18);
}

/* Announcement bar — brand strip */
#header-group [id*='announcements'],
#header-group .announcement-bar {
  background: linear-gradient(90deg, #131320 0%, #2a2f52 100%) !important;
  border: 0 !important;
}
#header-group .announcement-bar p,
#header-group .announcement-bar span,
#header-group [id*='announcements'] * {
  color: var(--gold) !important;
}

/* Cart drawer / search / quick-add — glass panels */
cart-drawer,
#CartDrawer,
.search-modal,
.search-modal__dialog,
quick-add-modal,
#QuickAddModal,
.theme-drawer {
  background: var(--glass) !important;
  -webkit-backdrop-filter: var(--glass-blur) !important;
  backdrop-filter: var(--glass-blur) !important;
}
cart-drawer .cart-drawer__inner,
.cart-drawer__inner,
.search-modal__content,
quick-add-modal .quick-add__inner,
.theme-drawer__inner {
  background: var(--bg) !important;
  border-inline-start: 1px solid var(--line) !important;
}

/* Quick view (webrender) */
.qv-backdrop {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(6, 8, 20, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px; animation: qvFade 0.18s ease;
}
/* Visibility is driven ONLY by .qv-open (toggled in gh-qv.js).
   Fixes bug: display:flex outranked the [hidden] attribute, so the
   quick-view stayed permanently visible on every page. */
.qv-backdrop:not(.qv-open),
.qv-backdrop[hidden] {
  display: none !important;
}
.qv-panel {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border-radius: var(--radius);
  max-width: 680px; width: 100%; max-height: 90vh; overflow-y: auto;
  box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1fr 1fr;
  animation: qvSheet 0.26s cubic-bezier(0.2, 0.85, 0.25, 1.12);
}
.qv-close {
  position: absolute; top: 12px; inset-inline-end: 12px; z-index: 4;
  background: var(--glass); border: 1px solid var(--line); border-radius: 50%;
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ink); font-size: 14px;
}
.qv-media { position: relative; min-height: 240px; }
.qv-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  border-radius: var(--radius) 0 0 var(--radius);
}
.qv-body { padding: 28px; display: flex; flex-direction: column; }
.qv-cat { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px; }
.qv-body h3 { font-size: 22px; line-height: 1.3; margin: 0 0 6px; font-family: var(--font-display); }
.qv-prop { font-size: 16px; font-weight: 600; margin: 0 0 6px; color: var(--gold); }
.qv-desc { font-size: 15px; color: var(--muted); margin: 0 0 12px; line-height: 1.65; }
.qv-meta { display: flex; align-items: center; gap: 8px; font-size: 14px; margin-top: 12px; color: var(--muted); }
.qv-divider { border: 0; border-top: 1px solid var(--line); margin: 14px 0; }
.qv-price-row { display: flex; align-items: baseline; gap: 10px; }
.qv-price {
  font-family: var(--font-display); font-size: 26px; font-weight: 700;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.qv-cta { margin-top: 18px; }
.qv-cta .button { width: 100%; justify-content: center; }
.qv-trust { color: var(--muted); font-size: 13px; text-align: center; margin-top: 14px; }
@keyframes qvFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes qvSheet { from { opacity: 0; transform: translateY(18px) scale(0.98); } to { opacity: 1; transform: none; } }

/* Legacy gh-btn alias (leftover references) */
.gh-btn {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 700; border-radius: 999px; padding: 0.75rem 1.35rem;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s var(--ease-out);
}
.gh-btn--primary { background: var(--gold-grad); color: #131320; box-shadow: 0 10px 30px rgba(233, 196, 106, 0.35); }
.gh-btn--ghost { background: var(--surface); border-color: var(--line); color: var(--ink); }
.gh-btn--dark { background: #131320; color: var(--gold); border-color: var(--gold); }

/* ── Focus & a11y — Shopify-grade ─────────────────────────── */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.pcard:focus-within { border-color: var(--line-strong); }
.button:focus-visible, .chip:focus-visible { outline-offset: 3px; }

/* ── Reduced motion ───────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 860px) {
  .stages { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero { padding-top: 2.2rem; }
  .chip { min-height: 42px; }
  .button, .icon-btn { min-height: 44px; }
  .pcard-cta { min-height: 40px; }
  .section-head { flex-wrap: wrap; }
  .qv-panel { grid-template-columns: 1fr; }
  .plan-options { grid-template-columns: 1fr; }
}

/* ============================================================
   UI cohesion & mobile polish (2026-08-26)
   - Native Horizon product page glossed to the GH luxury glass
   - Mobile filter chips become a horizontal scroll (no tall wrap)
   - Focus-visible accessibility outlines + scroll-margin under sticky header
   ============================================================ */

/* --- Product page: match GH luxury glass (native product-information) ---
   NOTE: anchor must resolve to the LIVE DOM. The rendered root id is
   "ProductInformation-template-<id>" (class "product-details"), NOT the
   canonical "#product-information" — keying on the canonical id was dead
   CSS. Use a descendant-of-main compound that matches the real anchor. */
main .product-details[id*="ProductInformation"],
main div[id*="ProductInformation"] {
  position: relative;
}
main .product-information__grid .product-information__media {
  position: relative;
  padding: 0.7rem;
  border-radius: calc(var(--radius) + 6px);
  background: var(--surface);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--shadow);
}
main .product-information__grid .product-information__media::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(233, 196, 106, 0.5), rgba(41, 216, 255, 0.25), rgba(240, 108, 255, 0.3));
  filter: blur(18px);
  opacity: 0.35;
  pointer-events: none;
}
main .product-information__grid .product-information__media > * { position: relative; z-index: 1; }
main .product-information__grid .product-information__media .product-media,
main .product-information__grid .product-information__media .product-media-container { border-radius: var(--radius); }
main div[id*="ProductInformation"] h1 {
  margin: 0.2rem 0 0.5rem;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.15;
  background: var(--hero-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: shimmer 11s linear infinite;
}
main div[id*="ProductInformation"] .price,
main div[id*="ProductInformation"] product-price .price { color: var(--gold); }
main div[id*="ProductInformation"] button.add-to-cart-button {
  min-height: 48px;
  border-radius: 999px;
  font-weight: 800;
  background: var(--gold-grad) !important;
  color: #131320 !important;
  border-color: transparent !important;
  box-shadow: 0 10px 30px rgba(233, 196, 106, 0.4);
}
main div[id*="ProductInformation"] button.add-to-cart-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(233, 196, 106, 0.55);
}
/* RTL: native price/desc are forced left in Horizon; flip for the Arabic store.
   product-price lives under a [class*="align-left"] text-block, NOT under
   the media grid, so scope to the ProductInformation root instead. */
[dir="rtl"] main div[id*="ProductInformation"] .text-left,
[dir="rtl"] main div[id*="ProductInformation"] [class*="align-left"] { text-align: start; }
/* product-price is direction-aware: start = right in RTL, left in LTR */
main [id*="ProductInformation"] product-price[class*="align-left"] { text-align: start; }

/* --- Mobile filter chips: horizontal scroll instead of a tall column --- */
@media (max-width: 560px) {
  .gh-shelf .filters {
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    margin-inline: -1.2rem;
    padding-inline: 1.2rem;
  }
  .gh-shelf .filters::-webkit-scrollbar,
  .gh-shelf .filters::-moz-scrollbar { display: none; }
  .gh-shelf .chip { flex: 0 0 auto; }
}

/* --- Anchor scroll-margin for sticky header --- */
#apply, [id="apply"] { scroll-margin-top: 88px; }
/* --- Local Saudi payment options (MyFatoorah) · mf-pay-buttons.liquid --- */
.mf-pay { margin-top: 1rem; }
.mf-pay-label { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 0.55rem; }
.mf-pay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.mf-pay-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.55rem 0.6rem; border-radius: 999px; font-size: 0.8rem; font-weight: 800;
  text-decoration: none; color: #fff; border: 1px solid transparent;
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s var(--ease-out); }
.mf-pay-btn:hover { transform: translateY(-2px); }
.mf-pay-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; opacity: 0.9; }
.mf-pay-stcpay { background: linear-gradient(135deg, #7f2dfb, #a855f7); box-shadow: 0 8px 22px rgba(168,85,247,.35); }
.mf-pay-stcpay:hover { box-shadow: 0 12px 30px rgba(168,85,247,.5); }
.mf-pay-mada { background: linear-gradient(135deg, #00a99d, #16a34a); box-shadow: 0 8px 22px rgba(22,163,74,.35); }
.mf-pay-mada:hover { box-shadow: 0 12px 30px rgba(22,163,74,.5); }
.mf-pay-card { background: linear-gradient(135deg, var(--gold), #a67c2e); color: #131320; box-shadow: 0 8px 22px rgba(212,168,83,.35); }
.mf-pay-card:hover { box-shadow: 0 12px 30px rgba(212,168,83,.5); }
.mf-pay-grid--compact .mf-pay-btn { padding: 0.42rem 0.4rem; font-size: 0.74rem; }
@media (max-width: 560px) { .mf-pay-grid { grid-template-columns: 1fr; } .mf-pay-grid--compact { grid-template-columns: 1fr; } }
.mf-pay-hint { font-size: 0.72rem; color: var(--muted); margin: 0 0 0.55rem; }
.mf-pay-btn.is-loading { opacity: 0.55; pointer-events: none; cursor: wait; }

/* ── Professional storefront pass — synced to gh.io 2750463: compact, payment-first ─ */
.button, .chip, .icon-btn, .hero-eyebrow, .pcard-badge, .pcard-rating, .mf-pay-btn,
.bs-build__plan, .bs-build__phase, .benefits-card { border-radius: var(--radius-sm) !important; }
.button { min-height: 40px; box-shadow: none !important; }
.button.sm { min-height: 38px; padding: 0.54rem 0.78rem; font-size: 0.82rem; }
.button.lg { min-height: 46px; padding: 0.78rem 1.15rem; font-size: 0.96rem; }
.bs-build__plan, .benefits-card, .bs-build__phase { border-radius: var(--radius) !important; box-shadow: var(--shadow-soft) !important; }
.pcard { min-height: 0; box-shadow: 0 10px 26px rgba(0,0,0,.12) !important; }
.pcard:hover { transform: translateY(-3px); }
.pcard-body { padding: 0.95rem !important; gap: 0.42rem !important; }
.pcard-prop { min-height: 3.75em; font-size: 0.8rem; line-height: 1.55; -webkit-line-clamp: 3 !important; }
.pcard-price { font-family: var(--font-body) !important; font-size: 0.94rem !important; font-weight: 800 !important; background: none !important; color: var(--gold) !important; -webkit-text-fill-color: var(--gold) !important; }
#header-group header, #header-component { box-shadow: 0 1px 0 rgba(255,255,255,.03); }
#header-component .header__logo { border-radius: var(--radius-sm); }
body::before { opacity: 0.85; }
@media (max-width: 749px) {
  .bs-build__plans { grid-template-columns: 1fr !important; }
  .bs-build__track { grid-template-columns: 1fr !important; }
  .mf-pay-grid, .mf-pay-grid--compact { grid-template-columns: 1fr !important; }
}

/* ═══════════════════════════════════════════════════════════
   Skeleton Loading States
   ═══════════════════════════════════════════════════════════ */

/* Base skeleton */
.skeleton {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border-radius: var(--radius-sm);
}

.skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  animation: skeleton-shimmer 1.8s ease-in-out infinite;
}

:root[data-theme='light'] .skeleton::after {
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.04), transparent);
}

@keyframes skeleton-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Card skeleton */
.skeleton-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
}

.skeleton-card__cover {
  aspect-ratio: 16 / 10;
  background: var(--bg-2);
}

.skeleton-card__body {
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.skeleton-card__eyebrow {
  width: 40%;
  height: 10px;
}

.skeleton-card__title {
  width: 85%;
  height: 16px;
}

.skeleton-card__prop {
  width: 100%;
  height: 12px;
}

.skeleton-card__price {
  width: 50%;
  height: 18px;
  margin-top: auto;
}

.skeleton-card__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-top: 0.6rem;
}

.skeleton-card__btn {
  height: 36px;
  border-radius: var(--radius-sm);
}

/* Grid with skeleton cards */
.grid.is-loading .pcard { display: none; }
.grid.is-loading .skeleton-card { display: flex; }

/* Product detail skeleton */
.skeleton-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 768px) {
  .skeleton-product {
    grid-template-columns: 1fr;
  }
}

.skeleton-product__media {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  background: var(--surface);
}

.skeleton-product__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.skeleton-product__eyebrow {
  width: 60px;
  height: 10px;
}

.skeleton-product__title {
  width: 80%;
  height: 28px;
}

.skeleton-product__price {
  width: 120px;
  height: 24px;
}

.skeleton-product__desc {
  width: 100%;
  height: 14px;
}

.skeleton-product__cta {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.skeleton-product__cta-btn {
  flex: 1;
  height: 44px;
  border-radius: var(--radius-sm);
}

/* Fade-in for content */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  animation: fadeInUp 0.5s var(--ease-out) both;
}

.reveal-delay-1 { animation-delay: 0.1s; }
.reveal-delay-2 { animation-delay: 0.2s; }
.reveal-delay-3 { animation-delay: 0.3s; }

/* ═══════════════════════════════════════════════════════════
   Micro-Interactions & Hover Effects
   ═══════════════════════════════════════════════════════════ */

/* Button ripple effect */
.button {
  position: relative;
  overflow: hidden;
}

.button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  pointer-events: none;
}

.button:active::before {
  width: 300px;
  height: 300px;
}

/* Card entrance animation */
@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.pcard {
  animation: cardEntrance 0.4s var(--ease-out) both;
}

.pcard:nth-child(1) { animation-delay: 0.05s; }
.pcard:nth-child(2) { animation-delay: 0.1s; }
.pcard:nth-child(3) { animation-delay: 0.15s; }
.pcard:nth-child(4) { animation-delay: 0.2s; }
.pcard:nth-child(5) { animation-delay: 0.25s; }
.pcard:nth-child(6) { animation-delay: 0.3s; }

/* Gold shimmer on hover for primary elements */
@keyframes goldShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.pcard:hover .pcard-price {
  background-size: 200% auto;
  animation: goldShimmer 2s linear infinite;
}

/* Floating action indicator */
@keyframes floatPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.pcard-badge {
  animation: floatPulse 3s ease-in-out infinite;
}

/* Icon rotation on hover */
.pcard-cover-link {
  transition: transform 0.3s var(--ease-out);
}

.pcard:hover .pcard-cover-link {
  transform: scale(1.03);
}

/* Stage card glow */
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 20px color-mix(in srgb, var(--acc) 15%, transparent); }
  50% { box-shadow: 0 0 40px color-mix(in srgb, var(--acc) 30%, transparent); }
}

.stage-card:hover {
  animation: glowPulse 2s ease-in-out infinite;
}

/* Footer link underline animation */
.brainsait-footer__col a {
  position: relative;
  display: inline-block;
}

.brainsait-footer__col a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--ease-out);
}

.brainsait-footer__col a:hover::after {
  width: 100%;
}

/* Smooth page transitions */
@media (prefers-reduced-motion: no-preference) {
  .page-wrapper {
    transition: opacity 0.2s var(--ease-out);
  }
}

/* Scroll-triggered reveal helper */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}

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