/* ============================================================
   TipTop / טיפ טופ — Premium Royal Navy + Classic Gold UI
   © Ofir Baranes 2026
   ============================================================ */

/* ---------- 0a. Accessibility primitives ---------- */
.skip-to-content {
  position: fixed;
  top: -100px;
  right: 16px;
  z-index: 9999;
  padding: 12px 22px;
  background: var(--grad-gold, linear-gradient(135deg, #FFF3B8, #E5B947 50%, #B8860B));
  color: #182C5E;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(229,185,71,.5);
  transition: top .25s cubic-bezier(.34,1.56,.64,1);
}
.skip-to-content:focus {
  top: 16px;
  outline: 3px solid #FFE89A;
  outline-offset: 2px;
}
:focus-visible { outline: 2px solid #E5B947; outline-offset: 3px; border-radius: 6px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- 0. Reset & tokens ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Heebo', system-ui, -apple-system, sans-serif;
  background: #102347;
  color: rgba(255,255,255,.92);
  line-height: 1.6;
  overflow-x: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

:root {
  /* base — deep royal navy (matches logo) */
  --bg-0: #102347;
  --bg-1: #182C5E;
  --bg-2: #213872;
  --navy-deep: #08102A;
  --navy: #2B4587;
  --navy-light: #1B3068;

  /* glass */
  --glass: rgba(255,255,255,0.04);
  --glass-2: rgba(255,255,255,0.07);
  --glass-border: rgba(255,255,255,0.09);
  --glass-border-strong: rgba(255,255,255,0.18);

  /* accents — classic regal gold (matching the logo) */
  --gold-1: #FFE89A;     /* light highlight */
  --gold-2: #E5B947;     /* main classic gold */
  --gold-3: #B8860B;     /* deep gold */
  --gold-deep: #8B6914;  /* shadow gold */
  --grad-gold: linear-gradient(135deg, #FFF3B8 0%, #FFE89A 22%, #E5B947 55%, #B8860B 100%);
  --grad-gold-shine: linear-gradient(135deg, #FFF7C2 0%, #FFE89A 25%, #D4AF37 55%, #8B6914 100%);

  /* secondary */
  --royal: #1E3A8A;
  --royal-light: #3B5BDB;
  --pink: #E879F9;
  --purple: #8B5CF6;
  --indigo: #6366F1;
  --cyan: #22D3EE;
  --green: #34D399;
  --blue: #3B82F6;
  --grad-aurora: linear-gradient(120deg, #1E3A8A 0%, #6366F1 35%, #E5B947 75%, #B8860B 100%);

  --text: rgba(255,255,255,0.94);
  --text-2: rgba(229,237,255,0.64);
  --text-3: rgba(229,237,255,0.42);
  --on-gold: #182C5E;  /* text color on gold backgrounds */

  --shadow-1: 0 10px 40px rgba(0,0,0,0.55);
  --shadow-glow: 0 0 60px rgba(229,185,71,0.35);

  --radius: 22px;
  --radius-sm: 14px;
  --container: 1240px;
  --t-spring: cubic-bezier(.34,1.56,.64,1);
  --t-soft: cubic-bezier(.2,.8,.2,1);
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }

::selection { background: rgba(229,185,71,.35); color: #fff; }

/* ---------- 1. Background layers ---------- */
.bg-grid {
  position: fixed; inset: 0; z-index: -3; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: -1px -1px;
  mask-image: radial-gradient(ellipse at 50% 30%, black 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, black 0%, transparent 75%);
}

.bg-blobs { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.blob {
  position: absolute; border-radius: 50%; filter: blur(120px);
  opacity: .55; will-change: transform;
}
.blob-1 { width: 620px; height: 620px; top: -10%; right: -10%; background: radial-gradient(circle, #E5B947 0%, transparent 70%); opacity: .42; animation: blobFloat1 22s ease-in-out infinite; }
.blob-2 { width: 540px; height: 540px; bottom: -15%; left: -8%; background: radial-gradient(circle, #1E3A8A 0%, transparent 70%); opacity: .7; animation: blobFloat2 28s ease-in-out infinite; }
.blob-3 { width: 480px; height: 480px; top: 40%; left: 45%; background: radial-gradient(circle, #3B5BDB 0%, transparent 70%); opacity: .32; animation: blobFloat3 32s ease-in-out infinite; }

@keyframes blobFloat1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-80px, 60px) scale(1.1); } }
@keyframes blobFloat2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(70px, -50px) scale(1.05); } }
@keyframes blobFloat3 { 0%,100% { transform: translate(-50%, -50%) scale(1); } 50% { transform: translate(-40%, -55%) scale(.9); } }

.noise {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.cursor-glow {
  position: fixed; width: 540px; height: 540px; top: 0; left: 0;
  border-radius: 50%; pointer-events: none; z-index: -1;
  background: radial-gradient(circle, rgba(229,185,71,.16) 0%, rgba(59,91,219,.06) 40%, transparent 65%);
  transform: translate(-50%, -50%);
  transition: transform .2s ease-out;
  will-change: transform;
}

/* ---------- 2. Layout helpers ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 120px 0; position: relative; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 8px 16px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  color: var(--gold-1);
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}
.section-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
.section-sub {
  font-size: clamp(16px, 1.5vw, 19px);
  color: var(--text-2);
  line-height: 1.7;
}
.gradient-text {
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- 3. Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 100px;
  font-weight: 700; font-size: 15px;
  cursor: pointer; user-select: none;
  position: relative; isolation: isolate;
  transition: transform .25s var(--t-spring), box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
}
.btn-lg { padding: 18px 34px; font-size: 16px; }
.btn-block { width: 100%; }

.btn-primary {
  color: #182C5E;
  background: var(--grad-gold);
  box-shadow: 0 12px 36px -8px rgba(184,134,11,.55), inset 0 0 0 1px rgba(255,255,255,.25);
}
.btn-primary::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: -1;
  background: var(--grad-gold);
  filter: blur(22px); opacity: .55;
  transition: opacity .25s ease;
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-primary:hover::after { opacity: .85; }

.btn-ghost {
  color: var(--text);
  background: var(--glass);
  backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border-strong);
}
.btn-ghost:hover { background: var(--glass-2); transform: translateY(-2px); }

/* ---------- 4. Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  transition: padding .3s ease, background .3s ease, backdrop-filter .3s ease;
}
.nav.scrolled {
  padding: 12px 0;
  background: rgba(8,8,23,0.75);
  backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--glass-border);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--bg-1);
  border: 1px solid var(--glass-border-strong);
  display: grid; place-items: center;
  position: relative; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}
.logo-mark.sm { width: 32px; height: 32px; border-radius: 9px; }
.logo-glow {
  position: absolute; inset: -50%;
  background: var(--grad-gold);
  filter: blur(18px); opacity: .55;
  animation: spin 8s linear infinite;
}
.logo-icon {
  position: relative;
  font-size: 22px; font-weight: 900;
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-mark.sm .logo-icon { font-size: 18px; }
.logo-text { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.logo-text span { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

@keyframes spin { to { transform: rotate(360deg); } }

.nav-links { list-style: none; display: flex; gap: 6px; align-items: center; }
.nav-links a {
  padding: 10px 16px; border-radius: 100px;
  font-size: 14.5px; font-weight: 500; color: var(--text-2);
  transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--text); background: var(--glass); }
/* drawer-only items: hidden on desktop, shown only in mobile breakpoint */
.nav-links .drawer-brand,
.nav-links .drawer-cta { display: none; }
.nav-links a i { display: none; }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-btn { padding: 11px 22px; font-size: 14px; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--glass);
  border: 1px solid var(--glass-border-strong);
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s, border-color .3s, box-shadow .3s, transform .25s;
}
.nav-toggle:hover {
  background: rgba(229,185,71,0.10);
  border-color: var(--border-gold);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(229,185,71,0.20);
}
.nav-toggle span {
  width: 22px;
  height: 2.5px;
  background: var(--text);
  border-radius: 3px;
  transition: transform .4s var(--t-spring), opacity .25s, background .3s;
  transform-origin: center;
}

/* ---------- 5. Hero ---------- */
.hero {
  min-height: 100vh;
  padding: 160px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  max-width: var(--container);
  margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px;
  align-items: center;
}
.hero-content { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  background: var(--glass);
  border: 1px solid var(--glass-border-strong);
  border-radius: 100px;
  font-size: 13px; font-weight: 600;
  color: var(--text-2);
  backdrop-filter: blur(10px);
  margin-bottom: 28px;
  animation: float-soft 4s ease-in-out infinite;
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.85); } }
@keyframes float-soft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

.hero-title {
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.035em;
  margin-bottom: 28px;
}
.hero-title .line { display: block; }
.hero-title .subtitle-line {
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 500;
  color: var(--text-2);
  margin-top: 18px;
  letter-spacing: -.02em;
}
.hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-2);
  margin-bottom: 36px;
  max-width: 560px;
  line-height: 1.75;
}
.hero-sub b { color: var(--gold-1); font-weight: 700; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }

.hero-trust {
  list-style: none; display: flex; flex-wrap: wrap; gap: 22px;
  font-size: 13.5px; color: var(--text-2);
}
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-trust i { color: var(--green); font-size: 12px; }

/* Hero visual */
.hero-visual { position: relative; height: 560px; }
.hv-shell {
  position: absolute; inset: 0;
  perspective: 1500px;
}
.hv-glow {
  position: absolute; inset: 8%;
  background: radial-gradient(circle, rgba(229,185,71,.35) 0%, transparent 65%);
  filter: blur(40px);
  animation: pulse-glow 6s ease-in-out infinite;
}
@keyframes pulse-glow { 0%,100% { opacity: .7; } 50% { opacity: 1; } }

.hv-coins { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

.hv-card {
  position: absolute;
  background: rgba(20,20,40,.65);
  backdrop-filter: blur(24px) saturate(140%);
  border: 1px solid var(--glass-border-strong);
  border-radius: var(--radius);
  padding: 18px 22px;
  box-shadow: var(--shadow-1), inset 0 1px 0 rgba(255,255,255,.08);
  will-change: transform;
}

.hv-card-total {
  top: 4%; right: 0;
  display: flex; align-items: center; gap: 14px;
  min-width: 230px;
}
.hv-card-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--grad-gold);
  color: #182C5E; font-size: 22px;
  box-shadow: 0 8px 24px -8px rgba(229,185,71,.55);
}
.hv-card-label { font-size: 12px; color: var(--text-3); margin-bottom: 4px; }
.hv-card-value { font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.hv-card-trend { font-size: 11.5px; color: var(--green); margin-top: 4px; display: flex; align-items: center; gap: 4px; }

.hv-card-split {
  bottom: 8%; right: 8%;
  width: 290px;
}
.hv-split-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 13px; color: var(--text-2); }
.hv-split-head i { color: var(--gold-1); }
.hv-waiters { display: flex; flex-direction: column; gap: 10px; }
.hv-waiter { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; font-size: 12.5px; }
.avatar {
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 700; font-size: 12px; color: #fff;
}
.avatar.a-1 { background: linear-gradient(135deg, #E5B947, #1E3A8A); }
.avatar.a-2 { background: linear-gradient(135deg, #8B5CF6, #6366F1); }
.avatar.a-3 { background: linear-gradient(135deg, #22D3EE, #3B82F6); }
.avatar.a-4 { background: linear-gradient(135deg, #34D399, #22D3EE); }
.w-bar { height: 6px; background: rgba(255,255,255,.07); border-radius: 100px; overflow: hidden; }
.w-bar span {
  display: block; height: 100%; width: var(--w);
  background: var(--grad-gold);
  border-radius: inherit;
  animation: barFill 1.8s var(--t-spring) forwards;
  transform-origin: right;
}
@keyframes barFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.w-amt { font-weight: 700; color: var(--gold-1); }

.hv-card-ring {
  top: 30%; left: 0;
  width: 220px;
  text-align: center;
}
.ring-wrap { position: relative; width: 130px; height: 130px; margin: 0 auto 12px; }
.ring-svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-bg { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 10; }
.ring-fg {
  fill: none; stroke: url(#none); stroke: #E5B947;
  stroke-width: 10; stroke-linecap: round;
  stroke-dasharray: 301.59;
  stroke-dashoffset: 114.6; /* 62% filled */
  animation: ringDraw 2s var(--t-spring) forwards;
}
@keyframes ringDraw { from { stroke-dashoffset: 301.59; } }
.ring-center { position: absolute; inset: 0; display: grid; place-items: center; }
.ring-val { font-size: 28px; font-weight: 800; }
.ring-lbl { font-size: 11px; color: var(--text-3); }
.ring-legend { font-size: 11.5px; display: flex; flex-direction: column; gap: 4px; color: var(--text-2); }
.ring-legend > div { display: flex; align-items: center; gap: 6px; justify-content: center; }
.dot-c, .dot-cr { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dot-c { background: rgba(255,255,255,.25); }
.dot-cr { background: var(--gold-2); }

.hv-receipt {
  position: absolute;
  bottom: 0; left: 6%;
  width: 200px;
  background: #fbf8f1;
  color: #1a1a2e;
  border-radius: 8px;
  padding: 14px 16px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  box-shadow: 0 18px 40px rgba(0,0,0,.4);
  transform: rotate(-6deg);
}
.r-row { display: flex; justify-content: space-between; padding: 3px 0; }
.r-head { font-weight: 700; font-size: 12px; text-align: center; display: block; }
.r-line { height: 1px; background: #1a1a2e; margin: 6px 0; }
.r-line.dashed { background: repeating-linear-gradient(90deg, #1a1a2e 0 4px, transparent 4px 8px); }
.r-tip { font-weight: 700; color: #B8860B; }
.r-stamp {
  text-align: center; margin-top: 10px;
  color: var(--green);
  border: 2px dashed var(--green);
  padding: 6px;
  font-weight: 700;
  transform: rotate(-3deg);
  font-size: 12px;
}

.float-a { animation: floatA 6s ease-in-out infinite; }
.float-b { animation: floatB 7s ease-in-out infinite; }
.float-c { animation: floatC 8s ease-in-out infinite; }
.float-d { animation: floatD 9s ease-in-out infinite; }
@keyframes floatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes floatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes floatC { 0%,100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-10px) translateX(6px); } }
@keyframes floatD { 0%,100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-8px); } }

/* ---------- Trusted by (real active clients) ---------- */
.trusted-by {
  margin-top: 70px;
  padding: 30px 0 0;
  position: relative;
}
.trusted-head { text-align: center; margin-bottom: 30px; }
.trusted-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px; border-radius: 100px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  color: var(--gold-1);
  font-size: 12.5px; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase;
  backdrop-filter: blur(10px);
  margin-bottom: 18px;
}
.trusted-eyebrow .dot-live {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  animation: pulse 2s ease-in-out infinite;
}
.trusted-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.trusted-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 920px;
  margin: 0 auto;
}
.trusted-card {
  background: var(--glass);
  border: 1px solid var(--glass-border-strong);
  border-radius: 22px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 22px;
  backdrop-filter: blur(14px);
  transition: transform .35s var(--t-spring), border-color .25s, background .25s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}
.trusted-card::before {
  content: '';
  position: absolute; top: 0; right: 0; left: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229,185,71,.4), transparent);
}
.trusted-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold);
  background: var(--glass-2);
  box-shadow: 0 18px 40px -12px rgba(229,185,71,.25);
}
.trusted-logo-wrap {
  width: 110px; height: 82px;
  border-radius: 16px;
  overflow: hidden;
  display: grid; place-items: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, #f7f5ef 0%, #fff 50%, #f3eedf 100%);
  border: 1px solid var(--border-gold);
  box-shadow:
    0 8px 22px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,232,154,.20),
    inset 0 1px 0 rgba(255,255,255,.85);
  padding: 14px 16px;
}
.trusted-logo-wrap img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
.trusted-info { flex: 1; min-width: 0; }
.trusted-info strong {
  display: block;
  font-size: 18px; font-weight: 800;
  color: var(--text);
  letter-spacing: -0.015em;
  margin-bottom: 4px;
}
.trusted-info > span {
  display: block;
  font-size: 13.5px;
  color: var(--text-2);
  margin-bottom: 12px;
}
.trusted-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trusted-badge,
.trusted-type {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 700;
  padding: 4px 10px; border-radius: 100px;
  border: 1px solid transparent;
}
.trusted-badge {
  color: var(--green);
  background: rgba(52,211,153,.12);
  border-color: rgba(52,211,153,.28);
}
.trusted-type {
  color: var(--gold-1);
  background: rgba(229,185,71,.10);
  border-color: rgba(229,185,71,.24);
}
.trusted-foot {
  text-align: center;
  margin-top: 28px;
  font-size: 13.5px;
  color: var(--text-2);
}
.trusted-foot i { color: var(--gold-2); margin-left: 6px; }
.trusted-foot a {
  color: var(--gold-1);
  font-weight: 700;
  border-bottom: 1px dashed var(--border-gold);
  padding: 0 2px;
  transition: color .2s, border-color .2s;
}
.trusted-foot a:hover { color: var(--gold-2); border-bottom-style: solid; }

@media (max-width: 720px) {
  .trusted-grid { grid-template-columns: 1fr; gap: 14px; max-width: 480px; }
  .trusted-card { padding: 20px 22px; gap: 16px; }
  .trusted-logo-wrap { width: 92px; height: 70px; border-radius: 14px; padding: 10px 12px; }
  .trusted-info strong { font-size: 16px; }
  .trusted-info > span { font-size: 12.5px; margin-bottom: 10px; }
  .trusted-meta { gap: 6px; }
  .trusted-badge, .trusted-type { font-size: 10.5px; padding: 3px 8px; }
}

/* Marquee (legacy — kept for reference, hidden) */
.marquee-wrap { display: none; margin-top: 80px; position: relative; }
.marquee-wrap::before, .marquee-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.marquee-wrap::before { right: 0; background: linear-gradient(to left, var(--bg-0), transparent); }
.marquee-wrap::after { left: 0; background: linear-gradient(to right, var(--bg-0), transparent); }
.marquee { overflow: hidden; padding: 18px 0; border-top: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border); }
.marquee-track {
  display: flex; gap: 56px; width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee-track span {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; color: var(--text-2); font-weight: 500;
}
.marquee-track span i { color: var(--gold-1); font-size: 17px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }

/* ---------- 6. Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--t-soft), transform .8s var(--t-soft);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- 7. Problem (pain) ---------- */
.pain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.pain-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 32px 28px;
  backdrop-filter: blur(14px);
  transition: transform .35s var(--t-spring), border-color .25s, background .25s;
  position: relative; overflow: hidden;
}
.pain-card::before {
  content: '';
  position: absolute; top: -1px; left: -1px; right: -1px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0; transition: opacity .35s;
}
.pain-card:hover {
  transform: translateY(-6px);
  background: var(--glass-2);
  border-color: var(--glass-border-strong);
}
.pain-card:hover::before { opacity: 1; }
.pain-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(184,134,11,.18), rgba(139,92,246,.18));
  border: 1px solid var(--glass-border-strong);
  margin-bottom: 18px;
  font-size: 22px;
  color: var(--gold-1);
}
.pain-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; letter-spacing: -.01em; }
.pain-card p { color: var(--text-2); font-size: 15px; line-height: 1.7; }

/* ---------- 8. Solution intro ---------- */
.solution-card {
  display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center;
  padding: 50px 56px;
  background: linear-gradient(135deg, rgba(229,185,71,.08), rgba(139,92,246,.06));
  border: 1px solid var(--glass-border-strong);
  border-radius: 32px;
  backdrop-filter: blur(20px);
  position: relative; overflow: hidden;
}
.solution-card::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(229,185,71,.15), transparent 60%);
  pointer-events: none;
}
.sol-icon {
  width: 96px; height: 96px; border-radius: 24px;
  background: var(--grad-gold);
  display: grid; place-items: center;
  color: #182C5E; font-size: 42px;
  box-shadow: 0 20px 40px -10px rgba(229,185,71,.5);
  position: relative;
}
.sol-text { position: relative; z-index: 1; }
.solution-title { font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; line-height: 1.15; margin-bottom: 12px; letter-spacing: -.02em; }
.sol-text p { color: var(--text-2); font-size: 17px; line-height: 1.7; }

/* ---------- 9. Features ---------- */
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.feat-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 36px 30px;
  backdrop-filter: blur(14px);
  position: relative;
  transition: transform .35s var(--t-spring), border-color .25s;
  will-change: transform;
  overflow: hidden;
}
.feat-card::before {
  content: '';
  position: absolute; inset: -1px;
  background: linear-gradient(135deg, transparent, rgba(229,185,71,.4), transparent);
  border-radius: inherit;
  opacity: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  padding: 1px;
  transition: opacity .35s;
  pointer-events: none;
}
.feat-card:hover::before { opacity: 1; }
.feat-card:hover { border-color: var(--glass-border-strong); }

.feat-num {
  position: absolute; top: 28px; left: 30px;
  font-size: 13px; font-weight: 700;
  color: var(--text-3);
  letter-spacing: 2px;
}
.feat-icon {
  width: 64px; height: 64px; border-radius: 18px;
  display: grid; place-items: center;
  font-size: 26px;
  margin-bottom: 22px;
  position: relative;
  border: 1px solid var(--glass-border-strong);
}
.feat-icon::after {
  content: ''; position: absolute; inset: -4px; border-radius: inherit;
  opacity: .35; z-index: -1; filter: blur(14px);
}
.icon-amber  { background: linear-gradient(135deg, rgba(229,185,71,.22), rgba(184,134,11,.12)); color: #E5B947; }
.icon-amber::after  { background: #E5B947; }
.icon-purple { background: linear-gradient(135deg, rgba(139,92,246,.22), rgba(99,102,241,.12)); color: #B99CFF; }
.icon-purple::after { background: #8B5CF6; }
.icon-cyan   { background: linear-gradient(135deg, rgba(34,211,238,.22), rgba(59,130,246,.12)); color: #67E8F9; }
.icon-cyan::after   { background: #22D3EE; }
.icon-pink   { background: linear-gradient(135deg, rgba(255,92,168,.22), rgba(184,134,11,.12)); color: #FF8EC2; }
.icon-pink::after   { background: #FF5CA8; }
.icon-green  { background: linear-gradient(135deg, rgba(52,211,153,.22), rgba(34,211,238,.12)); color: #6EE7B7; }
.icon-green::after  { background: #34D399; }
.icon-blue   { background: linear-gradient(135deg, rgba(59,130,246,.22), rgba(139,92,246,.12)); color: #93C5FD; }
.icon-blue::after   { background: #3B82F6; }

.feat-card h3 { font-size: 21px; font-weight: 700; margin-bottom: 10px; letter-spacing: -.01em; }
.feat-card > p { color: var(--text-2); font-size: 15px; line-height: 1.7; margin-bottom: 18px; }
.feat-points { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.feat-points li {
  font-size: 13.5px; color: var(--text-2);
  display: flex; align-items: center; gap: 10px;
}
.feat-points i { color: var(--green); font-size: 11px; }

/* ---------- 10. How it works ---------- */
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  position: relative;
}
.steps::before {
  content: ''; position: absolute;
  top: 36px; right: 4%; left: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-2) 20%, var(--gold-2) 80%, transparent);
  opacity: .35;
}
.step {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  backdrop-filter: blur(14px);
  position: relative;
  transition: transform .35s var(--t-spring);
}
.step:hover { transform: translateY(-6px); }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--grad-gold); color: #182C5E;
  font-size: 24px; font-weight: 800;
  display: grid; place-items: center;
  margin: -56px auto 22px;
  box-shadow: 0 12px 30px -8px rgba(229,185,71,.55);
  border: 4px solid var(--bg-0);
}
.step-icon { font-size: 32px; color: var(--gold-1); margin-bottom: 12px; }
.step h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.step p { color: var(--text-2); font-size: 14.5px; line-height: 1.7; }

/* ---------- 11. Live demo ---------- */
.demo-stage {
  display: grid; grid-template-columns: 1fr auto; gap: 40px;
  align-items: center;
  position: relative;
}

.browser {
  background: rgba(8,8,23,.85);
  border: 1px solid var(--glass-border-strong);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 0 60px rgba(229,185,71,.12);
  backdrop-filter: blur(20px);
  transform: perspective(1600px) rotateY(2deg);
  transition: transform .8s var(--t-soft);
}
.browser:hover { transform: perspective(1600px) rotateY(0deg); }
.browser-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 16px;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid var(--glass-border);
}
.browser-bar .dot { width: 11px; height: 11px; border-radius: 50%; }
.browser-bar .dot.red { background: #FF5F57; }
.browser-bar .dot.yellow { background: #FEBC2E; }
.browser-bar .dot.green { background: #28C840; }
.addr {
  flex: 1; margin-right: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 12.5px; color: var(--text-3);
  display: flex; align-items: center; gap: 8px;
  text-align: center; justify-content: center;
}
.addr i { font-size: 10px; color: var(--green); }

.browser-body {
  display: grid; grid-template-columns: 200px 1fr;
  min-height: 460px;
}

.d-side {
  background: rgba(255,255,255,.02);
  border-left: 1px solid var(--glass-border);
  padding: 20px 14px;
  display: flex; flex-direction: column; gap: 22px;
}
.d-logo {
  font-size: 17px; font-weight: 800;
  display: flex; align-items: center; gap: 8px;
  padding: 0 8px;
}
.d-logo span {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--grad-gold);
  display: grid; place-items: center;
  color: #182C5E; font-weight: 900;
}
.d-nav { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.d-nav a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13.5px; color: var(--text-2);
  transition: background .2s, color .2s;
  cursor: pointer;
}
.d-nav a i { width: 16px; text-align: center; }
.d-nav a:hover { background: var(--glass); color: var(--text); }
.d-nav a.active {
  background: linear-gradient(135deg, rgba(229,185,71,.16), rgba(184,134,11,.08));
  color: var(--gold-1);
  border: 1px solid rgba(229,185,71,.2);
}
.d-user {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 10px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
}
.d-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--grad-gold); color: #182C5E; display: grid; place-items: center; font-weight: 800; font-size: 14px; }
.d-name { font-size: 13px; font-weight: 600; }
.d-role { font-size: 11px; color: var(--text-3); }

.d-main { padding: 26px; }
.d-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 22px; }
.d-top h4 { font-size: 19px; font-weight: 700; }
.d-date { font-size: 12.5px; color: var(--text-3); margin-top: 4px; }
.d-actions { display: flex; gap: 8px; }
.chip {
  padding: 9px 14px; border-radius: 10px;
  font-size: 12.5px; font-weight: 600;
  background: var(--grad-gold); color: #182C5E;
  display: inline-flex; align-items: center; gap: 6px;
}
.chip-ghost { background: var(--glass); color: var(--text); border: 1px solid var(--glass-border-strong); }
.chip i { font-size: 10px; }

.d-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.kpi {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 14px 16px;
}
.kpi-lbl { font-size: 11.5px; color: var(--text-3); margin-bottom: 6px; }
.kpi-val { font-size: 22px; font-weight: 800; letter-spacing: -.01em; }
.kpi-trend { font-size: 11px; color: var(--text-2); margin-top: 4px; display: inline-flex; align-items: center; gap: 4px; }
.kpi-trend.up { color: var(--green); }

.d-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; }
.d-chart, .d-leaders {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 18px;
}
.d-chart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.d-chart-head h5, .d-leaders h5 { font-size: 14px; font-weight: 700; }
.d-tabs { display: flex; gap: 4px; font-size: 11.5px; }
.d-tabs span {
  padding: 5px 10px; border-radius: 6px;
  color: var(--text-3); cursor: pointer;
}
.d-tabs .active { background: var(--glass-2); color: var(--text); }

.bars { display: flex; align-items: flex-end; gap: 10px; height: 130px; }
.bar {
  flex: 1; position: relative;
  background: rgba(255,255,255,.06);
  border-radius: 6px 6px 0 0;
  height: 100%;
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden;
}
.bar::before {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: var(--h);
  background: linear-gradient(180deg, var(--gold-2), var(--gold-3));
  border-radius: 6px 6px 0 0;
  animation: barRise 1.4s var(--t-spring) forwards;
  transform-origin: bottom;
  transform: scaleY(0);
}
.bar.tall::before { background: linear-gradient(180deg, var(--gold-1), var(--gold-3)); box-shadow: 0 0 18px rgba(229,185,71,.5); }
.bar span {
  position: relative; z-index: 1;
  font-size: 11px; color: rgba(0,0,0,.65); font-weight: 700;
  padding: 2px 0;
}
.bar:not(.tall) span { color: var(--text-3); position: absolute; bottom: -18px; }
@keyframes barRise { to { transform: scaleY(1); } }

.d-leaders h5 { margin-bottom: 14px; }
.d-leaders ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.d-leaders li {
  display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 10px;
  font-size: 13px;
}
.rank {
  font-weight: 700; color: var(--text-3); font-size: 12px;
  text-align: center;
}
.who { display: flex; align-items: center; gap: 8px; }
.ava { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: #fff; }
.ava-1 { background: linear-gradient(135deg, #E5B947, #1E3A8A); }
.ava-2 { background: linear-gradient(135deg, #8B5CF6, #6366F1); }
.ava-3 { background: linear-gradient(135deg, #22D3EE, #3B82F6); }
.ava-4 { background: linear-gradient(135deg, #34D399, #22D3EE); }
.amt { font-weight: 700; color: var(--gold-1); }

/* Phone */
.phone {
  width: 240px; height: 480px;
  background: #102347;
  border: 8px solid #2B4587;
  border-radius: 40px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0,0,0,.5), 0 0 50px rgba(139,92,246,.18);
  overflow: hidden;
  transform: rotate(4deg);
  transition: transform .8s var(--t-soft);
}
.phone:hover { transform: rotate(0deg); }
.phone-notch {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 22px;
  background: #2B4587; border-radius: 100px;
  z-index: 5;
}
.phone-screen {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #213872 0%, #102347 100%);
  padding: 36px 18px 18px;
  display: flex; flex-direction: column; gap: 12px;
}
.ps-top { display: flex; justify-content: space-between; font-size: 11px; color: var(--text-2); padding: 0 4px; }
.ps-top i { margin-left: 4px; font-size: 10px; }
.ps-greet { padding: 8px 0 4px; }
.ps-hi { font-size: 18px; font-weight: 800; }
.ps-sub { font-size: 12px; color: var(--text-3); }
.ps-card {
  background: linear-gradient(135deg, rgba(229,185,71,.2), rgba(184,134,11,.08));
  border: 1px solid rgba(229,185,71,.25);
  border-radius: 18px;
  padding: 18px 16px;
  text-align: center;
}
.ps-label { font-size: 11px; color: var(--gold-1); margin-bottom: 6px; }
.ps-amt { font-size: 32px; font-weight: 900; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 8px; }
.ps-split { display: flex; justify-content: space-around; font-size: 10.5px; color: var(--text-2); }
.ps-split i { color: var(--gold-1); margin-left: 4px; }
.ps-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ps-m-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: 12px; padding: 10px;
  text-align: center;
}
.ps-m-l { font-size: 10px; color: var(--text-3); }
.ps-m-v { font-size: 15px; font-weight: 800; color: var(--gold-1); margin-top: 2px; }
.ps-cta {
  margin-top: auto; padding: 10px;
  background: var(--grad-gold); color: #182C5E;
  border-radius: 100px;
  text-align: center; font-size: 12px; font-weight: 700;
}

/* ---------- 12. Stats ---------- */
.stats { padding: 80px 0; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  background: linear-gradient(135deg, rgba(229,185,71,.06), rgba(139,92,246,.04));
  border: 1px solid var(--glass-border-strong);
  border-radius: 32px;
  padding: 50px 40px;
  backdrop-filter: blur(20px);
}
.stat { text-align: center; position: relative; }
.stat + .stat::before {
  content: ''; position: absolute; right: -10px; top: 20%; bottom: 20%;
  width: 1px; background: var(--glass-border);
}
.stat-val {
  font-size: clamp(36px, 4vw, 56px); font-weight: 900;
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -.03em;
  line-height: 1;
}
.stat-lbl { color: var(--text-2); font-size: 14px; margin-top: 10px; }

/* ---------- 13. Testimonials ---------- */
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.t-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 32px 28px;
  backdrop-filter: blur(14px);
  position: relative;
  transition: transform .35s var(--t-spring);
}
.t-card:hover { transform: translateY(-6px); }
.t-card.feat { background: linear-gradient(135deg, rgba(229,185,71,.12), rgba(139,92,246,.08)); border-color: rgba(229,185,71,.25); }
.t-stars { color: var(--gold-1); font-size: 18px; margin-bottom: 16px; letter-spacing: 4px; }
.t-text { font-size: 16px; line-height: 1.75; color: var(--text); margin-bottom: 22px; }
.t-text b { color: var(--gold-1); font-weight: 700; }
.t-foot { display: flex; align-items: center; gap: 12px; }
.t-ava { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 16px; }
.t-a-1 { background: linear-gradient(135deg, #E5B947, #1E3A8A); }
.t-a-2 { background: linear-gradient(135deg, #8B5CF6, #6366F1); }
.t-a-3 { background: linear-gradient(135deg, #22D3EE, #34D399); }
.t-name { font-weight: 700; font-size: 14.5px; }
.t-role { font-size: 12.5px; color: var(--text-3); }

/* ---------- 14. Pricing ---------- */
.price-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  max-width: 1080px; margin: 0 auto;
}
.price-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 36px 32px;
  backdrop-filter: blur(14px);
  position: relative;
  transition: transform .35s var(--t-spring);
}
.price-card:hover { transform: translateY(-6px); }
.price-card.featured {
  background: linear-gradient(135deg, rgba(229,185,71,.12), rgba(139,92,246,.06));
  border: 1px solid rgba(229,185,71,.3);
  transform: scale(1.04);
  box-shadow: 0 30px 60px -20px rgba(229,185,71,.3);
}
.price-card.featured:hover { transform: scale(1.04) translateY(-6px); }
.price-tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad-gold); color: #182C5E;
  padding: 6px 16px; border-radius: 100px;
  font-size: 12px; font-weight: 700;
  white-space: nowrap;
}
.price-head { margin-bottom: 22px; }
.price-head h3 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.price-head p { color: var(--text-2); font-size: 13.5px; }
.price-amt {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--glass-border);
}
.currency { font-size: 20px; color: var(--text-2); font-weight: 600; }
.num { font-size: 52px; font-weight: 900; letter-spacing: -.04em; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.per { font-size: 14px; color: var(--text-3); }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.price-features li { font-size: 14px; color: var(--text-2); display: flex; align-items: center; gap: 10px; }
.price-features i { color: var(--green); font-size: 12px; }

/* ---------- 15. FAQ ---------- */
.faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  transition: background .25s, border-color .25s;
}
.faq-item:hover { background: var(--glass-2); border-color: var(--glass-border-strong); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 28px;
  font-size: 16.5px; font-weight: 600;
  display: flex; align-items: center; justify-content: space-between;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '\002B';
  width: 32px; height: 32px;
  background: var(--glass); border-radius: 50%;
  display: grid; place-items: center;
  font-size: 18px; color: var(--gold-1);
  border: 1px solid var(--glass-border-strong);
  transition: transform .35s var(--t-spring), background .25s;
}
.faq-item[open] summary::after { content: '\2212'; transform: rotate(180deg); background: var(--grad-gold); color: #182C5E; }
.faq-item p {
  padding: 0 28px 24px;
  color: var(--text-2);
  font-size: 15px; line-height: 1.75;
  animation: faqOpen .4s var(--t-soft);
}
.faq-item p b { color: var(--gold-1); }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- 16. Final CTA ---------- */
.cta { padding-bottom: 120px; }
.cta-card {
  position: relative;
  background: linear-gradient(135deg, rgba(229,185,71,.10), rgba(139,92,246,.08));
  border: 1px solid var(--glass-border-strong);
  border-radius: 36px;
  padding: 70px 60px;
  overflow: hidden;
  backdrop-filter: blur(20px);
}
.cta-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(229,185,71,.25), transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(139,92,246,.22), transparent 50%);
  pointer-events: none;
}
.cta-content { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; text-align: center; }
.cta-title { font-size: clamp(32px, 4.5vw, 52px); font-weight: 900; line-height: 1.1; margin: 18px 0; letter-spacing: -.025em; }
.cta-sub { font-size: 17px; color: var(--text-2); margin-bottom: 36px; }

.cta-form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  margin-bottom: 24px;
  text-align: right;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 12.5px; color: var(--text-3); font-weight: 600; padding-right: 4px; }
.field input, .field select, .field textarea {
  background: rgba(8,8,23,.6);
  border: 1px solid var(--glass-border-strong);
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 15px;
  color: var(--text);
  outline: none;
  transition: border-color .25s, background .25s, box-shadow .25s;
  font-family: inherit;
  resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold-2);
  background: rgba(8,8,23,.85);
  box-shadow: 0 0 0 3px rgba(229,185,71,.15);
}
.field-full button { margin-top: 8px; }
.cta-form > button { grid-column: 1 / -1; margin-top: 8px; }

.cta-alt {
  display: flex; justify-content: center; gap: 28px; flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--glass-border);
}
.alt-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--text-2);
  padding: 8px 14px; border-radius: 100px;
  transition: color .2s, background .2s;
}
.alt-link i { color: var(--gold-1); }
.alt-link:hover { color: var(--text); background: var(--glass); }

/* ---------- 16b. Legal sections (accessibility / privacy / terms) ---------- */
.legal {
  padding: 60px 0 20px;
  position: relative;
}
.legal-doc {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  margin-bottom: 14px;
  overflow: hidden;
  backdrop-filter: blur(14px);
  transition: border-color .25s, background .25s;
}
.legal-doc:hover { border-color: var(--glass-border-strong); }
.legal-doc summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 28px;
  font-size: 16px; font-weight: 700;
  display: flex; align-items: center; gap: 14px;
  position: relative;
  color: var(--text);
}
.legal-doc summary::-webkit-details-marker { display: none; }
.legal-doc summary i {
  color: var(--gold-1);
  font-size: 19px;
  width: 26px; text-align: center;
}
.legal-doc summary > span:not(.legal-arrow) { flex: 1; }
.legal-arrow {
  width: 30px; height: 30px;
  background: var(--glass);
  border: 1px solid var(--glass-border-strong);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 16px; color: var(--gold-1);
  transition: transform .35s var(--t-spring), background .25s;
}
.legal-doc[open] .legal-arrow { transform: rotate(45deg); background: var(--grad-gold); color: var(--on-gold); border-color: transparent; }
.legal-body {
  padding: 6px 28px 28px;
  color: var(--text-2);
  font-size: 15px; line-height: 1.85;
  animation: legalOpen .4s var(--t-soft);
}
.legal-body h4 {
  color: var(--gold-1);
  font-size: 15.5px;
  font-weight: 700;
  margin: 22px 0 8px;
  letter-spacing: .01em;
}
.legal-body p { margin-bottom: 10px; }
.legal-body p b { color: var(--text); font-weight: 700; }
.legal-body ul {
  list-style: none;
  padding-right: 4px;
  margin-bottom: 14px;
}
.legal-body li {
  position: relative;
  padding-right: 22px;
  margin-bottom: 6px;
}
.legal-body li::before {
  content: '◆';
  position: absolute;
  right: 0; top: 2px;
  color: var(--gold-2);
  font-size: 9px;
}
.legal-body a {
  color: var(--gold-1);
  border-bottom: 1px dashed var(--border-gold);
  transition: color .2s, border-color .2s;
}
.legal-body a:hover { color: var(--gold-2); border-bottom-style: solid; }
.legal-meta {
  margin-top: 22px; padding-top: 14px;
  border-top: 1px solid var(--glass-border);
  font-size: 12.5px; color: var(--text-3);
}
@keyframes legalOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 640px) {
  .legal-doc summary { padding: 18px 20px; font-size: 14.5px; }
  .legal-body { padding: 4px 20px 22px; font-size: 14px; }
}

/* ---------- 16c. Cookie consent banner ---------- */
.cookie-banner {
  position: fixed;
  bottom: 20px; left: 20px; right: 20px;
  z-index: 80;
  background: rgba(15, 30, 61, 0.95);
  backdrop-filter: blur(28px) saturate(160%);
  border: 1px solid var(--border-gold);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.55), inset 0 1px 0 rgba(229,185,71,.18);
  max-width: 880px;
  margin: 0 auto;
  transform: translateY(140%);
  opacity: 0;
  visibility: hidden;
  transition: transform .55s var(--t-spring), opacity .35s, visibility .55s;
}
.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.cookie-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
}
.cookie-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: var(--grad-gold);
  color: var(--on-gold);
  font-size: 22px;
  box-shadow: 0 8px 22px rgba(229,185,71,.35);
  flex-shrink: 0;
}
.cookie-title {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.cookie-desc {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.55;
}
.cookie-desc a {
  color: var(--gold-1);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-actions {
  display: flex; gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; border-radius: 16px; }
  .cookie-inner { grid-template-columns: 1fr; gap: 14px; padding: 16px 18px; text-align: right; }
  .cookie-icon { width: 42px; height: 42px; font-size: 19px; }
  .cookie-actions { justify-content: flex-end; }
}

/* ---------- 16d. Footer legal links ---------- */
.foot-legal {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}
.foot-legal a {
  font-size: 13px;
  color: var(--text-2);
  padding: 4px 8px;
  border-radius: 6px;
  transition: color .2s, background .2s;
}
.foot-legal a:hover { color: var(--gold-1); background: var(--glass); }
.foot-sep { color: var(--text-3); font-size: 12px; }

/* ---------- 17. Footer ---------- */
.footer {
  padding: 40px 0 30px;
  border-top: 1px solid var(--glass-border);
  background: rgba(5,5,16,.6);
  backdrop-filter: blur(10px);
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 22px;
  flex-wrap: wrap;
}
.foot-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 16px; }
.foot-brand b { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.foot-links { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-links a { font-size: 14px; color: var(--text-2); transition: color .2s; }
.foot-links a:hover { color: var(--gold-1); }
.foot-copy { font-size: 12.5px; color: var(--text-3); }

/* ---------- 18. WhatsApp float ---------- */
.whatsapp-float {
  position: fixed; bottom: 26px; left: 26px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  display: grid; place-items: center;
  color: #fff; font-size: 28px;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.5);
  z-index: 50;
  transition: transform .25s var(--t-spring);
}
.whatsapp-float:hover { transform: scale(1.1); }
.wa-pulse {
  position: absolute; inset: 0; border-radius: 50%;
  background: #25D366; opacity: .5;
  animation: waPulse 2s ease-in-out infinite;
  z-index: -1;
}
@keyframes waPulse { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- 19. Responsive ---------- */
@media (max-width: 1080px) {
  .pain-grid, .feat-grid, .t-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 60px 20px; }
  .steps::before { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .stat + .stat::before { display: none; }
  .demo-stage { grid-template-columns: 1fr; }
  .phone { margin: 0 auto; }
  .d-kpis { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Animated brand logo centerpiece ---------- */
.hv-logo-stage {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 320px; height: 320px;
  z-index: 1;
  pointer-events: none;
  display: grid; place-items: center;
  opacity: .62;
}

.hv-logo-aura {
  position: absolute;
  inset: -28%;
  background:
    radial-gradient(circle, rgba(229,185,71,.55) 0%, rgba(184,134,11,.18) 35%, transparent 70%);
  filter: blur(28px);
  animation: aura-pulse 4.5s ease-in-out infinite;
}
@keyframes aura-pulse {
  0%, 100% { opacity: .7; transform: scale(1); }
  50%      { opacity: 1;  transform: scale(1.1); }
}

.hv-logo-ring {
  position: absolute; border-radius: 50%;
  pointer-events: none;
}
.hv-logo-ring.r1 {
  inset: -4%;
  background: conic-gradient(from 0deg,
    transparent 0%, rgba(255,232,154,.65) 25%, transparent 55%,
    rgba(229,185,71,.45) 80%, transparent 100%);
  -webkit-mask: radial-gradient(circle, transparent 91%, black 92%, black 100%);
          mask: radial-gradient(circle, transparent 91%, black 92%, black 100%);
  animation: ring-spin 14s linear infinite;
}
.hv-logo-ring.r2 {
  inset: -14%;
  border: 1px dashed rgba(229,185,71,.35);
  animation: ring-spin-rev 22s linear infinite;
}
.hv-logo-ring.r3 {
  inset: -24%;
  border: 1px solid rgba(229,185,71,.18);
  animation: ring-spin 32s linear infinite;
}
@keyframes ring-spin     { to { transform: rotate(360deg);  } }
@keyframes ring-spin-rev { to { transform: rotate(-360deg); } }

/* Orbiting dots */
.hv-logo-orbit {
  position: absolute; inset: -18%;
  animation: ring-spin 18s linear infinite;
}
.orbit-dot {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 12px var(--gold-1), 0 0 24px rgba(229,185,71,.5);
}
.orbit-dot.d1 { top: 50%; right: -5px; transform: translateY(-50%); }
.orbit-dot.d2 { top: -5px; left: 50%;  transform: translateX(-50%); width: 7px; height: 7px; opacity: .8; }
.orbit-dot.d3 { bottom: 12%; left: 8%; width: 5px; height: 5px; opacity: .7; }

/* The actual logo image */
.hv-logo-art {
  position: relative;
  z-index: 5;
  width: 74%; height: 74%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(229,185,71,.35);
  box-shadow:
    0 30px 60px -16px rgba(0,0,0,.65),
    0 0 0 6px rgba(229,185,71,.07),
    inset 0 0 0 1px rgba(255,232,154,.15);
  filter: drop-shadow(0 0 28px rgba(229,185,71,.35));
  animation: logo-float 6s ease-in-out infinite;
}
@keyframes logo-float {
  0%, 100% { transform: translateY(0)   scale(1); }
  50%      { transform: translateY(-8px) scale(1.02); }
}

/* Sparkles around */
.hv-logo-sparkles { position: absolute; inset: -10%; pointer-events: none; }
.hv-logo-sparkles span {
  position: absolute;
  width: 6px; height: 6px;
  background: var(--gold-1);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--gold-2), 0 0 20px var(--gold-1);
  opacity: 0;
  animation: sparkle 6s ease-in-out infinite;
}
.hv-logo-sparkles span:nth-child(1) { top:  8%; left: 14%; animation-delay: 0s;   }
.hv-logo-sparkles span:nth-child(2) { top: 18%; right: 8%; animation-delay: 1s;   }
.hv-logo-sparkles span:nth-child(3) { top: 62%; left:  4%; animation-delay: 2s; width: 5px; height: 5px; }
.hv-logo-sparkles span:nth-child(4) { bottom: 16%; right: 14%; animation-delay: 3s; }
.hv-logo-sparkles span:nth-child(5) { bottom:  6%; left: 38%; animation-delay: 4s; width: 4px; height: 4px; }
.hv-logo-sparkles span:nth-child(6) { top: 45%; right: 0%; animation-delay: 5s; }
@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(.4); }
  45%      { opacity: 1; transform: scale(1.2); }
  60%      { opacity: 1; transform: scale(1); }
}

/* Make sure floating cards always sit ABOVE the logo halo */
.hv-card, .hv-receipt { z-index: 4; }

/* ---------- Mobile drawer (overlay + hamburger X + elegant atmosphere) ---------- */
/* Overlay lives inside .nav so it shares the same stacking context as the drawer */
.nav-overlay {
  position: fixed; inset: 0;
  background: rgba(4, 10, 22, 0.62);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  opacity: 0; pointer-events: none;
  transition: opacity .45s var(--t-soft);
  z-index: 150;   /* below drawer (220) — within nav's stacking context */
}
body.menu-open .nav-overlay { opacity: 1; pointer-events: auto; }
body.menu-open { overflow: hidden; }

/* ✦ FIX: when menu is open, neutralize .nav.scrolled backdrop-filter.
   Reason: backdrop-filter on the nav creates a containing block for
   position:fixed descendants — the drawer then anchors to the nav (top strip)
   instead of the viewport, causing partial visibility while scrolled. */
body.menu-open .nav,
body.menu-open .nav.scrolled {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: transparent !important;
  border-bottom: 0 !important;
}

/* ── Elegant drawer atmosphere (mirrors hero-logo decoration) ── */
.drawer-decor {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(86vw, 360px);
  pointer-events: none;
  overflow: hidden;
  z-index: 235;            /* above drawer (220), below toggle (260) */
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s var(--t-soft), visibility .6s;
}
body.menu-open .drawer-decor { opacity: 1; visibility: visible; }

/* Gold pulsing auras */
.dd-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(34px);
  will-change: transform, opacity;
}
.dd-aura-top {
  top: -160px; right: -120px;
  width: 380px; height: 380px;
  background: radial-gradient(circle,
    rgba(229,185,71,.45) 0%,
    rgba(184,134,11,.14) 35%,
    transparent 70%);
  animation: dd-aura-pulse 5.5s ease-in-out infinite;
}
.dd-aura-bottom {
  bottom: -180px; left: -150px;
  width: 360px; height: 360px;
  background: radial-gradient(circle,
    rgba(99,132,255,.30) 0%,
    rgba(30,58,138,.12) 40%,
    transparent 70%);
  animation: dd-aura-pulse 7s ease-in-out infinite;
  animation-delay: 1.5s;
}
@keyframes dd-aura-pulse {
  0%, 100% { opacity: .55; transform: scale(.95); }
  50%      { opacity: 1;   transform: scale(1.15); }
}

/* Slow rotating rings */
.dd-ring {
  position: absolute;
  border-radius: 50%;
}
.dd-ring-1 {
  top: -180px; right: -200px;
  width: 500px; height: 500px;
  background: conic-gradient(from 0deg,
    transparent 0%,
    rgba(255,232,154,.22) 22%,
    transparent 50%,
    rgba(229,185,71,.14) 78%,
    transparent 100%);
  -webkit-mask: radial-gradient(circle, transparent 93%, black 94%);
          mask: radial-gradient(circle, transparent 93%, black 94%);
  animation: dd-spin 32s linear infinite;
}
.dd-ring-2 {
  bottom: -160px; left: -160px;
  width: 380px; height: 380px;
  border: 1px dashed rgba(229,185,71,.20);
  animation: dd-spin-rev 46s linear infinite;
}
@keyframes dd-spin     { to { transform: rotate(360deg);  } }
@keyframes dd-spin-rev { to { transform: rotate(-360deg); } }

/* Gentle floating sparkles distributed in drawer */
.dd-sparkles { position: absolute; inset: 0; }
.dd-sparkles span {
  position: absolute;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold-1);
  box-shadow: 0 0 8px var(--gold-2), 0 0 18px rgba(229,185,71,.55);
  opacity: 0;
  animation: dd-sparkle 7s ease-in-out infinite;
}
.dd-sparkles span:nth-child(1) { top: 10%;  left: 18%; animation-delay: .2s; width: 4px; height: 4px; }
.dd-sparkles span:nth-child(2) { top: 22%;  right: 14%; animation-delay: 1.0s; }
.dd-sparkles span:nth-child(3) { top: 36%;  left: 10%; animation-delay: 2.0s; width: 4px; height: 4px; }
.dd-sparkles span:nth-child(4) { top: 48%;  right: 24%; animation-delay: 3.0s; }
.dd-sparkles span:nth-child(5) { top: 60%;  left: 28%; animation-delay: 4.0s; width: 6px; height: 6px; }
.dd-sparkles span:nth-child(6) { top: 72%;  right: 12%; animation-delay: 1.5s; width: 4px; height: 4px; }
.dd-sparkles span:nth-child(7) { bottom: 18%; left: 16%; animation-delay: 2.5s; }
.dd-sparkles span:nth-child(8) { bottom: 8%;  right: 28%; animation-delay: 3.5s; width: 4px; height: 4px; }
.dd-sparkles span:nth-child(9) { top: 16%;  right: 34%; animation-delay: 5.0s; }
.dd-sparkles span:nth-child(10) { top: 84%; left: 8%; animation-delay: 5.5s; width: 4px; height: 4px; }
@keyframes dd-sparkle {
  0%, 100% { opacity: 0; transform: scale(.4); }
  35%      { opacity: 1; transform: scale(1.3); }
  55%      { opacity: 1; transform: scale(1);   }
}

@media (max-width: 880px) {
  /* Nav button visibility */
  .nav-btn { display: none; }
  .nav-toggle { display: flex; position: relative; z-index: 260; }

  /* Hamburger → X animation */
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); background: var(--gold-1); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); background: var(--gold-1); }

  /* When menu opens: teleport to drawer's top-left corner + premium gold treatment */
  body.menu-open .nav-toggle {
    position: fixed;
    top: 16px;
    right: calc(min(86vw, 360px) - 60px);
    z-index: 260;
    width: 46px; height: 46px;
    background: linear-gradient(135deg, rgba(229,185,71,0.22), rgba(184,134,11,0.10));
    border: 1px solid var(--border-gold);
    box-shadow:
      0 12px 30px rgba(229,185,71,0.35),
      0 0 0 1px rgba(255,232,154,0.18),
      inset 0 1px 0 rgba(255,232,154,0.18);
    animation: x-button-appear .45s .15s cubic-bezier(.34, 1.30, .64, 1) backwards;
  }
  /* Ambient pulse halo */
  body.menu-open .nav-toggle::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 18px;
    background: radial-gradient(circle, rgba(229,185,71,0.45), transparent 65%);
    filter: blur(10px);
    z-index: -1;
    opacity: 0;
    animation: x-glow-pulse 2.6s ease-in-out .55s infinite;
  }
  body.menu-open .nav-toggle:hover {
    transform: scale(1.06);
    box-shadow:
      0 16px 38px rgba(229,185,71,0.50),
      0 0 0 1px rgba(255,232,154,0.28),
      inset 0 1px 0 rgba(255,232,154,0.28);
  }
  @keyframes x-button-appear {
    0%   { opacity: 0; transform: translateX(28px) scale(.78); }
    60%  { opacity: 1; }
    100% { opacity: 1; transform: translateX(0) scale(1); }
  }
  @keyframes x-glow-pulse {
    0%, 100% { opacity: 0.45; transform: scale(.92); }
    50%      { opacity: 1;    transform: scale(1.08); }
  }

  /* (tiny-phone override is placed in the 620px breakpoint below) */

  /* Nav drawer — premium multi-layer glass */
  .nav-links {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(86vw, 360px);
    flex-direction: column;
    gap: 6px;
    padding: 22px 20px 28px;
    background:
      /* Top right gold halo */
      radial-gradient(70% 38% at 78% 4%, rgba(229,185,71,0.18), transparent 62%),
      /* Bottom left royal blue accent */
      radial-gradient(60% 35% at 18% 96%, rgba(99,132,255,0.10), transparent 70%),
      /* Subtle middle warm tone */
      radial-gradient(40% 30% at 70% 50%, rgba(184,134,11,0.07), transparent 75%),
      /* Base gradient */
      linear-gradient(180deg, rgba(33, 56, 114, 0.97) 0%, rgba(16, 35, 71, 0.99) 100%);
    backdrop-filter: blur(32px) saturate(170%);
    -webkit-backdrop-filter: blur(32px) saturate(170%);
    border-left: 1px solid var(--border-gold);
    box-shadow:
      -28px 0 80px rgba(0, 0, 0, 0.75),
      inset 2px 0 0 rgba(229,185,71,0.30),
      inset 0 1px 0 rgba(255,232,154,0.10);
    transform: translateX(100%);
    transition: transform .55s cubic-bezier(.34, 1.30, .64, 1);
    z-index: 220;
    overflow-y: auto;
    overscroll-behavior: contain;
    list-style: none;
    margin: 0;
  }
  .nav-links.open { transform: translateX(0); }
  /* Custom scrollbar inside drawer */
  .nav-links::-webkit-scrollbar { width: 6px; }
  .nav-links::-webkit-scrollbar-thumb { background: rgba(229,185,71,.22); border-radius: 6px; }

  /* Drawer brand header — prominent + pulsing glow */
  .nav-links .drawer-brand {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 14px 6px 22px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--glass-border);
    position: relative;
    z-index: 1;
  }
  .nav-links .drawer-brand::after {
    content: '';
    position: absolute; bottom: -1px; right: 0; left: 0; height: 1.5px;
    background: linear-gradient(90deg, transparent 5%, rgba(229,185,71,0.55) 50%, transparent 95%);
    box-shadow: 0 0 14px rgba(229,185,71,0.35);
  }
  .nav-links .drawer-brand .logo-mark {
    width: 50px; height: 50px;
    flex-shrink: 0;
    position: relative;
    box-shadow:
      0 0 0 1px rgba(229,185,71,.28),
      0 8px 22px rgba(0,0,0,.45),
      0 0 22px rgba(229,185,71,.22);
    animation: brand-mark-glow 4.5s ease-in-out infinite;
  }
  @keyframes brand-mark-glow {
    0%, 100% { box-shadow: 0 0 0 1px rgba(229,185,71,.28), 0 8px 22px rgba(0,0,0,.45), 0 0 22px rgba(229,185,71,.22); }
    50%      { box-shadow: 0 0 0 1px rgba(229,185,71,.45), 0 8px 22px rgba(0,0,0,.45), 0 0 36px rgba(229,185,71,.55); }
  }
  .nav-links .drawer-brand > span {
    display: flex; flex-direction: column; gap: 5px;
    line-height: 1;
  }
  .nav-links .drawer-brand .logo-en {
    font-size: 22px; font-weight: 900; letter-spacing: -0.02em;
    background: var(--grad-gold);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 12px rgba(229,185,71,0.25));
  }
  .nav-links .drawer-brand em {
    display: inline-block !important;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-3);
    padding: 0; background: none; border: none;
    letter-spacing: 0.02em;
  }

  /* Drawer items — initial hidden state for cascade reveal */
  .nav-links li {
    width: 100%;
    list-style: none;
    opacity: 0;
    transform: translateX(28px);
    transition: opacity .45s var(--t-spring), transform .45s var(--t-spring);
  }
  /* When drawer is open, items cascade in one after another */
  .nav-links.open li {
    opacity: 1;
    transform: translateX(0);
  }
  .nav-links.open .drawer-brand   { transition-delay: .18s; }
  .nav-links.open li:nth-child(2) { transition-delay: .28s; }
  .nav-links.open li:nth-child(3) { transition-delay: .34s; }
  .nav-links.open li:nth-child(4) { transition-delay: .40s; }
  .nav-links.open li:nth-child(5) { transition-delay: .46s; }
  .nav-links.open li:nth-child(6) { transition-delay: .52s; }
  .nav-links.open li:nth-child(7) { transition-delay: .58s; }
  .nav-links.open .drawer-cta     { transition-delay: .68s; }

  .nav-links a {
    display: flex !important;
    align-items: center !important;
    gap: 14px;
    padding: 15px 18px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--text) !important;
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid var(--glass-border) !important;
    transition: all .35s var(--t-spring) !important;
    width: 100%;
    text-align: right;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  /* Gold accent bar that slides in from right on hover */
  .nav-links a::before {
    content: '';
    position: absolute;
    top: 12px; bottom: 12px;
    right: 0;
    width: 3px;
    background: var(--grad-gold);
    border-radius: 4px;
    transform: translateX(8px);
    opacity: 0;
    transition: transform .35s var(--t-spring), opacity .25s;
    box-shadow: 0 0 12px rgba(229,185,71,.6);
  }
  .nav-links a i {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 22px; text-align: center;
    color: var(--gold-2);
    font-size: 15px;
    transition: transform .35s var(--t-spring), color .25s;
  }
  .nav-links .drawer-cta { display: block !important; }
  .nav-links a span { flex: 1; }
  .nav-links a::after {
    content: '←';
    color: var(--gold-2);
    font-size: 18px; font-weight: 700;
    opacity: 0.35;
    transition: opacity .3s, transform .35s var(--t-spring);
  }
  .nav-links a:hover, .nav-links a:active, .nav-links a:focus-visible {
    background: linear-gradient(135deg, rgba(229,185,71,0.16), rgba(184,134,11,0.07)) !important;
    border-color: var(--border-gold) !important;
    color: var(--gold-1) !important;
    transform: translateX(-4px);
    box-shadow: 0 8px 24px -8px rgba(229,185,71,.30);
  }
  .nav-links a:hover::before,
  .nav-links a:focus-visible::before {
    transform: translateX(0);
    opacity: 1;
  }
  .nav-links a:hover::after, .nav-links a:focus-visible::after {
    opacity: 1; transform: translateX(-4px);
  }
  .nav-links a:hover i { transform: scale(1.15) rotate(-3deg); color: var(--gold-1); }

  /* Drawer CTA at bottom */
  .nav-links .drawer-cta {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--glass-border);
    position: relative;
  }
  .nav-links .drawer-cta::before {
    content: '';
    position: absolute; top: -1px; right: 0; left: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(229,185,71,0.35), transparent);
  }
  .nav-links .drawer-cta a {
    background: var(--grad-gold) !important;
    color: var(--on-gold) !important;
    border: 1px solid rgba(255,232,154,0.45) !important;
    justify-content: center !important;
    box-shadow:
      0 18px 38px -10px rgba(229,185,71,0.65),
      0 4px 12px rgba(184,134,11,0.30),
      inset 0 1px 0 rgba(255,247,200,0.45);
    font-weight: 800 !important;
    font-size: 15.5px !important;
    position: relative;
    overflow: hidden;
  }
  .nav-links .drawer-cta a i { color: var(--on-gold); }
  .nav-links .drawer-cta a::before { display: none; }
  .nav-links .drawer-cta a::after {
    content: '';
    display: block;
    position: absolute; inset: 0;
    background: linear-gradient(115deg,
      transparent 30%,
      rgba(255,255,255,.45) 50%,
      transparent 70%);
    transform: translateX(120%);
    pointer-events: none;
    color: transparent;
  }
  .nav-links.open .drawer-cta a::after {
    animation: cta-shine 3.5s ease-in-out 1.2s infinite;
  }
  @keyframes cta-shine {
    0%      { transform: translateX(120%); }
    40%     { transform: translateX(-120%); }
    100%    { transform: translateX(-120%); }
  }
  .nav-links .drawer-cta a:hover {
    transform: translateY(-2px) !important;
    box-shadow:
      0 22px 44px -10px rgba(229,185,71,0.80),
      0 4px 12px rgba(184,134,11,0.35),
      inset 0 1px 0 rgba(255,247,200,0.55);
    color: var(--on-gold) !important;
  }
  .nav-links .drawer-cta a:hover i { transform: translateX(-3px); }

  /* Hero — title first, then logo, then data cards */
  .hero { padding: 130px 0 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual {
    height: auto;
    min-height: 0;
    padding: 6px 0 0;
    perspective: none;
    /* NO order override — visual comes AFTER content in flow */
  }
  .hv-shell {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: auto;
    align-items: center;
    position: relative;
    padding: 8px 0 12px;
    perspective: none;
  }

  /* Logo stage — prominent centerpiece on top of mobile visual */
  .hv-logo-stage {
    position: relative !important;
    top: auto !important; left: auto !important;
    transform: none !important;
    width: 240px; height: 240px;
    margin: 8px auto 16px;
    opacity: 1;
    z-index: 5;
    order: -10;
  }

  /* Override absolute positioning — make cards in-flow */
  .hv-shell > .hv-card {
    position: relative !important;
    top: auto !important; right: auto !important;
    left: auto !important; bottom: auto !important;
    transform: none !important;
    animation: none !important;
    width: 100%;
    max-width: 360px;
    z-index: 2;
  }
  .hv-card-total { display: flex; align-items: center; gap: 14px; }
  .hv-card-split { width: 100% !important; }
  .hv-card-ring { width: 100% !important; max-width: 280px; text-align: center; }
  .hv-receipt { display: none !important; }
  .hv-coins {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    opacity: 0.45;
  }
  .hv-glow { opacity: 0.18 !important; }

  .hero-cta { justify-content: center; }
  .hero-content { text-align: center; }
  .hero-trust { justify-content: center; }

  .solution-card { grid-template-columns: 1fr; text-align: center; padding: 40px 28px; gap: 22px; }
  .sol-icon { margin: 0 auto; }
  .browser-body { grid-template-columns: 1fr; }
  .d-side { display: none; }
  .d-kpis { grid-template-columns: repeat(2, 1fr); }
  .d-row { grid-template-columns: 1fr; }
  .cta-form { grid-template-columns: 1fr; }
  .cta-card { padding: 50px 28px; }
}

@media (max-width: 620px) {
  .section { padding: 80px 0; }
  .pain-grid, .feat-grid, .t-grid, .price-grid, .stats-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-6px); }

  /* Hero — tighter spacing on small phones */
  .hero { padding: 110px 0 50px; }
  .hero-title { font-size: clamp(34px, 9vw, 48px) !important; }
  .hv-shell { gap: 12px; padding: 4px 0 10px; }
  .hv-shell > .hv-card { max-width: 100%; }
  .hv-card-split { padding: 16px 18px; }
  .hv-card-ring { max-width: 240px; padding: 16px 18px; }
  .hv-card-total { padding: 14px 18px; }
  .hv-card-icon { width: 44px; height: 44px; font-size: 20px; }
  .hv-card-value { font-size: 22px; }
  .hv-logo-stage { width: 200px; height: 200px; margin: 4px auto 12px; }

  .footer-inner { flex-direction: column; text-align: center; }
  .nav-inner { padding: 0 16px; }
  .container { padding: 0 16px; }

  /* Drawer takes more of the screen on tiny phones */
  .nav-links { width: 92vw !important; padding: 18px 16px 24px !important; }
  /* Re-anchor the X to the wider drawer's left edge */
  body.menu-open .nav-toggle { right: calc(92vw - 60px); }
}

/* ---------- 20. Logo image integration ---------- */
.logo-mark {
  overflow: hidden;
  background: var(--navy-deep);
  border: 1px solid rgba(229,185,71,.25);
  box-shadow: inset 0 0 0 1px rgba(255,232,154,.08), 0 4px 14px rgba(0,0,0,.4);
}
.logo-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  z-index: 1;
}
.logo-mark .logo-glow {
  inset: -30%;
  background: conic-gradient(from 0deg, #E5B947, #B8860B, #FFE89A, #E5B947);
  filter: blur(14px);
  opacity: .55;
  z-index: 0;
}
.logo-text {
  display: inline-flex; align-items: baseline; gap: 8px;
  line-height: 1;
}
.logo-text em {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-3);
  letter-spacing: .02em;
  padding: 2px 8px;
  border-radius: 100px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
}
@media (max-width: 880px) {
  .logo-text em { display: none; }
}

/* Solution card large logo */
.sol-icon-logo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
  position: relative;
  overflow: visible;
}
.sol-icon-logo::before {
  content: '';
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(229,185,71,.5), rgba(184,134,11,.2), rgba(255,232,154,.5), rgba(229,185,71,.5));
  filter: blur(18px);
  z-index: 0;
  animation: spin 14s linear infinite;
}
.sol-icon-logo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 36px rgba(229,185,71,.35));
}
@media (max-width: 880px) {
  .sol-icon-logo { width: 110px; height: 110px; }
}

/* Footer logo image — smaller, circular */
.foot-brand .logo-img {
  border-radius: 50%;
}

/* Refined glass / on-gold text contrast */
.btn-primary { color: var(--on-gold); }
.chip { color: var(--on-gold); }
.step-num { color: var(--on-gold); }
.hv-card-icon { color: var(--on-gold); }
.d-logo span { color: var(--on-gold); }
.d-avatar { color: var(--on-gold); }
.faq-item[open] summary::after { color: var(--on-gold); }
.price-tag { color: var(--on-gold); }
.ps-cta { color: var(--on-gold); }

/* Subtle improvement: navbar scrolled state with navy tint */
.nav.scrolled { background: rgba(10,20,48,0.82); }

/* Marquee fade in navy */
.marquee-wrap::before { background: linear-gradient(to left, var(--bg-0), transparent); }
.marquee-wrap::after { background: linear-gradient(to right, var(--bg-0), transparent); }

/* Force ring stroke to the gold */
.ring-fg { stroke: var(--gold-2); }

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