/* AUREX PAY — Site v4 (energético, jovem, animado) */

body { background: #050506; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

/* (custom cursor removido) */
.cursor-dot, .cursor-ring { display: none !important; }

/* ═════ AMBIENT (estático, leve) ═════ */
.ambient { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.blob { position: absolute; border-radius: 50%; }
.blob-1 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(217,168,89,0.35) 0%, transparent 65%); top: -15%; left: -10%; }
.blob-2 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(140,97,28,0.28) 0%, transparent 65%); bottom: -20%; right: -10%; }
.blob-3 { display: none; }
@media (max-width: 820px) { .blob-1 { width: 320px; height: 320px; opacity: 0.6; } .blob-2 { display: none; } }

/* grain/scan desligados (peso) */
.grain, .hero-scan { display: none !important; }

.wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 56px); position: relative; z-index: 2; }

/* ═════ HEADER ═════ */
.hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 18px 0; transition: all 0.4s var(--ease); }
.hdr.scrolled { background: rgba(8,8,10,0.92); border-bottom: 1px solid var(--hairline); padding: 12px 0; }
.hdr-row { display: flex; align-items: center; gap: 40px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-txt { display: flex; flex-direction: column; line-height: 1; }
.logo-txt .wm {
  font-family: var(--f-head); font-size: 18px; font-weight: 700; letter-spacing: 0.18em;
  background: linear-gradient(135deg, #F8E4B8, #D9A859, #B8862F);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.logo-txt .sub { font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.32em; color: var(--acc-300); margin-top: 4px; }
.nav { display: flex; gap: 30px; margin-left: auto; }
.nav a { font-family: var(--f-head); font-size: 13px; font-weight: 500; color: var(--soft); letter-spacing: 0.02em; position: relative; }
.nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: linear-gradient(90deg, var(--acc-200), var(--acc-400)); transition: width 0.3s var(--ease); }
.nav a:hover::after { width: 100%; }

/* ═════ BUTTONS ═════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--f-head); font-size: 13px; font-weight: 600; letter-spacing: 0.015em;
  padding: 13px 22px; border-radius: var(--r-pill); border: 1px solid transparent;
  transition: all 0.3s var(--ease); white-space: nowrap; position: relative; overflow: hidden;
}
.btn svg { width: 14px; height: 14px; }
.btn-primary {
  background: linear-gradient(135deg, #EDC987 0%, #D9A859 45%, #B8862F 100%);
  color: #1A1004; border: 1px solid #EDC987;
  box-shadow: 0 0 0 1px rgba(237,201,135,0.3), 0 14px 40px rgba(184,134,47,0.45), inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.55) 50%, transparent 60%);
  transform: translateX(-100%); transition: transform 0.7s var(--ease);
}
.btn-primary:hover::before { transform: translateX(100%); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(237,201,135,0.5), 0 20px 60px rgba(217,168,89,0.6), inset 0 1px 0 rgba(255,255,255,0.5); }
.btn-ghost { background: rgba(255,255,255,0.03); color: var(--white); border-color: var(--hairline2); backdrop-filter: blur(8px); }
.btn-ghost:hover { border-color: var(--acc-300); color: var(--acc-200); background: rgba(217,168,89,0.08); }
.btn-xl { padding: 16px 28px; font-size: 14px; }

/* ═════ HERO ═════ */
.hero { min-height: 100vh; padding: 140px 0 90px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(217,168,89,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,168,89,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, black 20%, transparent 75%);
}
.hero-scan {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(217,168,89,0.08), transparent);
  height: 200px; animation: scan 6s linear infinite;
}
@keyframes scan { 0% { transform: translateY(-200px); } 100% { transform: translateY(100vh); } }

.hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 64px; align-items: center; width: 100%; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 10px; border-radius: var(--r-pill);
  border: 1px solid var(--hairline2); background: rgba(255,255,255,0.03); backdrop-filter: blur(10px);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; color: var(--soft); text-transform: uppercase;
  margin-bottom: 28px; width: fit-content;
}
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: #3ECC84; box-shadow: 0 0 8px #3ECC84; }
.hero-badge em { color: var(--acc-200); font-style: normal; font-weight: 500; }


.hero-h1 { font-family: var(--f-head); font-size: clamp(48px, 6.4vw, 88px); font-weight: 700; color: var(--white); line-height: 0.96; letter-spacing: -0.03em; margin-bottom: 24px; }
.hero-h1 .gold-shine {
  background: linear-gradient(135deg, #F8E4B8 0%, #D9A859 50%, #B8862F 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-family: var(--f-display); font-style: italic; font-weight: 300; letter-spacing: -0.035em;
  display: inline-block;
}

.hero-sub { font-size: 19px; color: var(--soft); line-height: 1.6; max-width: 540px; margin-bottom: 36px; }
.hero-sub strong { color: var(--white); font-weight: 500; }
.hero-sub .hi { color: var(--acc-200); font-weight: 600; }

.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }

.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid var(--hairline); }
.hstat { display: flex; flex-direction: column; gap: 4px; }
.hstat-val {
  font-family: var(--f-head); font-size: 28px; font-weight: 700; letter-spacing: -0.03em; line-height: 1;
  background: linear-gradient(135deg, #F8E4B8, #D9A859);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hstat-lbl { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.15em; color: var(--muted); text-transform: uppercase; }

/* ═════ HERO CARD STACK ═════ */
.hero-visual { position: relative; height: 620px; perspective: 1800px; }
@media (max-width: 1040px) { .ambient .blob-2 { display: none; } .phone { animation: none; } .notif-card, .spark-card { animation: none; } }
.phone {
  position: absolute; top: 50%; left: 50%; width: 300px; height: 580px;
  transform: translate(-50%,-50%) rotateY(-10deg) rotateX(3deg);
  background: linear-gradient(165deg, #1A1A24 0%, #0A0A10 100%);
  border-radius: 40px; border: 1px solid var(--hairline2);
  box-shadow: 0 40px 90px rgba(0,0,0,0.6), 0 0 0 1px rgba(217,168,89,0.08);
  padding: 18px; overflow: hidden;
}
.phone::before {
  content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 26px; background: #000; border-radius: 14px; z-index: 10;
}
.phone-screen { width: 100%; height: 100%; border-radius: 24px; background: radial-gradient(circle at 50% 0%, #1F1814 0%, #0A0A10 55%); padding: 44px 18px 18px; display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden; }
.phone-screen::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 20%, rgba(217,168,89,0.18), transparent 50%);
  pointer-events: none;
}
.phone-status { display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 10px; color: var(--soft); padding: 0 8px; }
.phone-greet { font-family: var(--f-mono); font-size: 10px; color: var(--muted); letter-spacing: 0.2em; text-transform: uppercase; margin-top: 8px; }
.phone-balance { font-family: var(--f-head); font-size: 36px; font-weight: 700; color: var(--white); letter-spacing: -0.03em; margin-bottom: -4px; }
.phone-balance .cur { color: var(--muted); font-size: 0.5em; font-weight: 500; margin-right: 4px; }
.phone-delta { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-mono); font-size: 11px; color: #3ECC84; padding: 4px 10px; background: rgba(62,204,132,0.12); border-radius: var(--r-pill); width: fit-content; }
.phone-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 8px; }
.phone-act {
  background: rgba(255,255,255,0.05); border: 1px solid var(--hairline); border-radius: 12px;
  padding: 10px 4px; display: flex; flex-direction: column; gap: 6px; align-items: center;
  font-family: var(--f-mono); font-size: 9px; color: var(--soft); letter-spacing: 0.06em;
}
.phone-act .ico { font-size: 14px; color: var(--acc-200); }
.phone-sec-title { font-family: var(--f-mono); font-size: 10px; color: var(--muted); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 6px; display: flex; justify-content: space-between; }
.phone-sec-title .live { display: inline-flex; align-items: center; gap: 5px; color: var(--acc-200); }
.phone-sec-title .live::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--acc-200); box-shadow: 0 0 6px var(--acc-300); }
.phone-txs { display: flex; flex-direction: column; gap: 6px; }
.phone-tx { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; padding: 8px; background: rgba(255,255,255,0.03); border-radius: 10px; border: 1px solid var(--hairline); }
.phone-tx .ico { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: var(--f-mono); font-size: 9px; font-weight: 600; }
.phone-tx .ico.pix { background: linear-gradient(135deg, #EDC987, #B8862F); color: #1A1004; }
.phone-tx .ico.crd { background: rgba(111,164,232,0.15); color: #6FA4E8; border: 1px solid rgba(111,164,232,0.3); }
.phone-tx .ico.bol { background: rgba(255,255,255,0.05); color: var(--soft); border: 1px solid var(--hairline2); }
.phone-tx-name { font-family: var(--f-head); font-size: 11px; font-weight: 600; color: var(--white); }
.phone-tx-meta { font-family: var(--f-mono); font-size: 8.5px; color: var(--muted); letter-spacing: 0.05em; margin-top: 2px; }
.phone-tx-amt { font-family: var(--f-mono); font-size: 11px; font-weight: 500; color: #3ECC84; }

/* floating notification card */
.notif-card {
  position: absolute; top: 50px; right: -24px; z-index: 4;
  background: linear-gradient(135deg, rgba(25,20,10,0.95), rgba(15,10,5,0.95));
  border: 1px solid rgba(237,201,135,0.35); border-radius: var(--r-4);
  padding: 14px 16px; width: 240px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.notif-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.notif-head .ico {
  width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #EDC987, #B8862F); color: #1A1004; font-weight: 700; font-family: var(--f-head); font-size: 12px;
}
.notif-head .t { font-family: var(--f-head); font-size: 12px; font-weight: 600; color: var(--white); }
.notif-head .tm { font-family: var(--f-mono); font-size: 9px; color: var(--muted); margin-left: auto; letter-spacing: 0.08em; }
.notif-body { font-family: var(--f-body); font-size: 12px; color: var(--soft); line-height: 1.5; }
.notif-body strong { color: var(--acc-200); }

.spark-card {
  position: absolute; bottom: 60px; left: -40px; z-index: 4;
  background: linear-gradient(135deg, rgba(20,15,8,0.95), rgba(8,8,10,0.95));
  border: 1px solid var(--hairline2); border-radius: var(--r-4);
  padding: 16px; width: 220px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.spark-card .kic { font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; margin-bottom: 6px; }
.spark-card .val { font-family: var(--f-head); font-size: 22px; font-weight: 700; letter-spacing: -0.025em; background: linear-gradient(135deg, #F8E4B8, #D9A859); -webkit-background-clip: text; background-clip: text; color: transparent; }
.spark-card .sub { font-family: var(--f-mono); font-size: 10px; color: #3ECC84; margin-top: 2px; }
.spark-card svg { width: 100%; height: 42px; margin-top: 8px; }

/* ═════ TICKER ═════ */
.ticker-sec { padding: 36px 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); overflow: hidden; position: relative; z-index: 2; }
.ticker-sec::before, .ticker-sec::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.ticker-sec::before { left: 0; background: linear-gradient(90deg, #050506, transparent); }
.ticker-sec::after { right: 0; background: linear-gradient(-90deg, #050506, transparent); }
.ticker-track {
  display: flex; gap: 56px; white-space: nowrap; flex-wrap: wrap;
  justify-content: center;
}
.ticker-item { font-family: var(--f-head); font-size: 22px; font-weight: 600; color: var(--muted); letter-spacing: -0.015em; display: inline-flex; align-items: center; gap: 18px; flex-shrink: 0; transition: color 0.3s; }
.ticker-item:hover { color: var(--acc-200); }
.ticker-item .star { font-family: var(--f-display); font-style: italic; color: var(--acc-400); font-weight: 300; font-size: 20px; }

/* ═════ SECTION SYSTEM ═════ */
.sec { padding: clamp(100px, 12vw, 160px) 0; position: relative; z-index: 2; }
.sec-hd { max-width: 820px; margin-bottom: 72px; }
.sec-kicker {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--acc-200); text-transform: uppercase;
  border: 1px solid var(--acc-dim-3); background: rgba(184,134,47,0.08); border-radius: var(--r-pill);
  margin-bottom: 28px;
}
.sec-kicker::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--acc-300); box-shadow: 0 0 8px var(--acc-300); }
.sec-title { font-family: var(--f-head); font-size: clamp(40px, 5.4vw, 72px); font-weight: 700; color: var(--white); line-height: 1; letter-spacing: -0.03em; margin-bottom: 24px; }
.sec-title .gold {
  background: linear-gradient(135deg, #F8E4B8 0%, #D9A859 60%, #B8862F 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-family: var(--f-display); font-style: italic; font-weight: 300;
}
.sec-sub { font-size: 18px; color: var(--soft); line-height: 1.6; max-width: 640px; }

/* ═════ VALUE PROPS — hero trio ═════ */
.props-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 16px; margin-bottom: 80px; }
.prop {
  padding: 36px 32px; border-radius: var(--r-5); position: relative; overflow: hidden;
  border: 1px solid var(--hairline); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  transition: all 0.4s var(--ease); min-height: 340px;
  display: flex; flex-direction: column;
}
.prop::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--r-5);
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(237,201,135,0.12), transparent 60%);
  opacity: 0; transition: opacity 0.4s;
}
.prop:hover { border-color: var(--acc-dim-3); transform: translateY(-4px); }
.prop:hover::before { opacity: 1; }
.prop.hero-prop {
  background: linear-gradient(135deg, rgba(237,201,135,0.15) 0%, rgba(184,134,47,0.08) 40%, rgba(8,8,10,0.95) 100%);
  border-color: var(--acc-dim-3);
}
.prop-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--acc-200); text-transform: uppercase; margin-bottom: 18px; }
.prop-tag::before { content: ''; width: 20px; height: 1px; background: var(--acc-400); }
.prop-big {
  font-family: var(--f-head); font-size: clamp(48px, 6vw, 72px); font-weight: 700; line-height: 0.92; letter-spacing: -0.035em;
  background: linear-gradient(135deg, #F8E4B8, #D9A859);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 18px;
}
.prop-big .unit { font-family: var(--f-head); font-size: 0.42em; font-weight: 600; color: var(--soft); -webkit-text-fill-color: var(--soft); margin-left: 6px; letter-spacing: -0.01em; }
.prop h3 { font-family: var(--f-head); font-size: 22px; font-weight: 600; color: var(--white); letter-spacing: -0.015em; margin-bottom: 12px; line-height: 1.2; }
.prop p { font-size: 14.5px; color: var(--body); line-height: 1.65; margin-bottom: auto; }
.prop-chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: var(--r-pill); background: rgba(255,255,255,0.05); border: 1px solid var(--hairline2); font-family: var(--f-mono); font-size: 11px; color: var(--acc-200); letter-spacing: 0.08em; margin-top: 16px; width: fit-content; }
.prop-chip .dot { width: 5px; height: 5px; border-radius: 50%; background: #3ECC84; box-shadow: 0 0 6px #3ECC84; }

/* ═════ FEATURES — bento grid ═════ */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.bento-card {
  padding: 32px; border-radius: var(--r-5); position: relative; overflow: hidden;
  border: 1px solid var(--hairline); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  display: flex; flex-direction: column; gap: 14px; min-height: 280px;
  transition: all 0.4s var(--ease);
}
.bento-card:hover { border-color: var(--acc-dim-3); transform: translateY(-3px); }
.bento-kick { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--acc-200); text-transform: uppercase; }
.bento-t { font-family: var(--f-head); font-size: 22px; font-weight: 600; color: var(--white); letter-spacing: -0.015em; line-height: 1.2; }
.bento-t .ital { font-family: var(--f-display); font-style: italic; font-weight: 300; color: var(--acc-200); }
.bento-d { font-size: 13.5px; color: var(--body); line-height: 1.65; }

.b-span-3 { grid-column: span 3; }
.b-span-2 { grid-column: span 2; }
.b-span-4 { grid-column: span 4; }

/* Bento visual — live pix ring */
.pix-ring { position: relative; width: 180px; height: 180px; margin: auto; }
.pix-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.pix-ring .val { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.pix-ring .val .big { font-family: var(--f-head); font-size: 32px; font-weight: 700; background: linear-gradient(135deg, #F8E4B8, #D9A859); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -0.03em; line-height: 1; }
.pix-ring .val .sub { font-family: var(--f-mono); font-size: 9px; color: var(--muted); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 6px; }

/* Bento — rate comparison */
.rate-vs { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.rate-row { display: grid; grid-template-columns: 80px 1fr auto; gap: 12px; align-items: center; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.05em; }
.rate-lbl { color: var(--muted); text-transform: uppercase; }
.rate-bar { height: 8px; background: var(--surf-2); border-radius: 4px; overflow: hidden; position: relative; }
.rate-bar .fill { height: 100%; border-radius: 4px; position: relative; }
.rate-row.them .fill { background: #4A4A58; width: 100%; }
.rate-row.us .fill { background: linear-gradient(90deg, #EDC987, #B8862F); width: 48%; box-shadow: 0 0 20px rgba(217,168,89,0.6); }

.rate-val { color: var(--white); font-weight: 500; }
.rate-row.us .rate-val { color: var(--acc-200); font-weight: 600; }

/* Bento — antecipação timeline */
.ant-timeline { display: flex; align-items: center; margin-top: auto; padding: 14px 0; position: relative; }
.ant-timeline::before { content: ''; position: absolute; top: 26px; left: 4%; right: 4%; height: 2px; background: linear-gradient(90deg, var(--acc-400), transparent 50%, var(--mute-2) 50%, var(--mute-2)); }
.ant-step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; position: relative; z-index: 1; }
.ant-dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--mute-2); background: #050506; display: flex; align-items: center; justify-content: center; }
.ant-dot.on { border-color: var(--acc-300); background: var(--acc-400); box-shadow: 0 0 14px var(--acc-glow); }
.ant-lbl { font-family: var(--f-mono); font-size: 10px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.ant-step.on .ant-lbl { color: var(--acc-200); font-weight: 500; }

/* Bento — globe ping */
.globe {
  width: 100%; height: 180px; position: relative; overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(217,168,89,0.12) 0%, transparent 50%);
  border-radius: var(--r-4); margin-top: auto;
}
.globe svg { width: 100%; height: 100%; }
.globe .ping { fill: var(--acc-200); }
.globe .ping-ring { stroke: var(--acc-300); fill: none; stroke-width: 1; }

/* ═════ COMPARISON TABLE ═════ */
.comp {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid var(--hairline); border-radius: var(--r-5); overflow: hidden;
}
.comp-head {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; padding: 22px 28px;
  border-bottom: 1px solid var(--hairline); background: rgba(255,255,255,0.02);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase;
}
.comp-head .them { text-align: center; }
.comp-head .us { text-align: center; color: var(--acc-200); font-weight: 600; }
.comp-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; padding: 20px 28px; border-bottom: 1px solid var(--hairline); transition: background 0.3s; }
.comp-row:last-child { border-bottom: none; }
.comp-row:hover { background: rgba(217,168,89,0.03); }
.comp-label { font-family: var(--f-head); font-size: 15px; font-weight: 600; color: var(--white); letter-spacing: -0.01em; }
.comp-val { font-family: var(--f-mono); font-size: 14px; color: var(--body); text-align: center; align-self: center; }
.comp-val.us { color: var(--acc-200); font-weight: 600; font-size: 15px; }
.comp-val.us::before { content: '● '; color: #3ECC84; }

/* ═════ HOW IT WORKS — 4 steps horizontal ═════ */
.how { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.how-step {
  padding: 36px 28px; border-radius: var(--r-4); position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid var(--hairline); min-height: 280px;
  display: flex; flex-direction: column; gap: 12px; overflow: hidden;
  counter-increment: step;
}
.how-step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; top: 24px; right: 28px;
  font-family: var(--f-display); font-style: italic; font-size: 84px; font-weight: 300;
  color: transparent; -webkit-text-stroke: 1px var(--acc-dim-3); line-height: 0.8;
  letter-spacing: -0.04em; opacity: 0.7;
}
.how-step .n { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--acc-200); text-transform: uppercase; }
.how-step h4 { font-family: var(--f-head); font-size: 18px; font-weight: 600; color: var(--white); letter-spacing: -0.01em; z-index: 2; }
.how-step p { font-size: 13.5px; color: var(--body); line-height: 1.65; z-index: 2; margin-top: auto; }

/* ═════ TESTIMONIALS — carousel ═════ */
.testi-rail { position: relative; overflow: hidden; }
.testi-track { display: flex; gap: 16px; flex-wrap: wrap; }
.testi-card {
  flex: 0 0 420px; padding: 36px 32px; border-radius: var(--r-5);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 24px;
  min-height: 280px;
}
.testi-stars { display: flex; gap: 2px; color: var(--acc-300); font-size: 14px; }
.testi-q { font-family: var(--f-head); font-size: 17px; font-weight: 500; color: var(--white); line-height: 1.45; letter-spacing: -0.01em; }
.testi-q em { font-family: var(--f-display); font-style: italic; font-weight: 300; color: var(--acc-200); }
.testi-attr { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #EDC987, #8C611C); display: flex; align-items: center; justify-content: center; font-family: var(--f-head); font-size: 16px; font-weight: 700; color: #1A1004; flex-shrink: 0; }
.testi-name { font-family: var(--f-head); font-size: 14px; font-weight: 600; color: var(--white); letter-spacing: -0.01em; }
.testi-role { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; margin-top: 3px; }

/* ═════ PRICING — minimal 3 cards ═════ */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price {
  padding: 40px 36px; border-radius: var(--r-5); position: relative; overflow: hidden;
  border: 1px solid var(--hairline);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  display: flex; flex-direction: column; gap: 22px; transition: all 0.4s var(--ease);
}
.price:hover { border-color: var(--acc-dim-3); transform: translateY(-4px); }
.price.featured {
  background: linear-gradient(165deg, rgba(237,201,135,0.12), rgba(184,134,47,0.04) 50%, rgba(8,8,10,0.95));
  border-color: var(--acc-dim-4);
  box-shadow: 0 24px 80px rgba(184,134,47,0.2), 0 0 0 1px rgba(237,201,135,0.2) inset;
}
.price.featured::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--acc-200), var(--acc-400), var(--acc-200), transparent);
}
.price-badge { position: absolute; top: 20px; right: 20px; font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--acc-200); padding: 4px 10px; background: var(--acc-dim-2); border: 1px solid var(--acc-dim-3); border-radius: var(--r-pill); }
.price-tier { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--muted); text-transform: uppercase; }
.price-name { font-family: var(--f-display); font-style: italic; font-weight: 300; font-size: 40px; color: var(--white); letter-spacing: -0.03em; line-height: 1; }
.price.featured .price-name { background: linear-gradient(135deg, #F8E4B8, #D9A859); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price-amount { display: flex; align-items: baseline; gap: 4px; }
.price-amount .n { font-family: var(--f-head); font-size: 56px; font-weight: 700; color: var(--white); letter-spacing: -0.035em; line-height: 1; }
.price-amount .n .pct { color: var(--acc-200); font-size: 0.7em; }
.price-amount .u { font-family: var(--f-mono); font-size: 12px; color: var(--muted); letter-spacing: 0.06em; }
.price-d { font-size: 14px; color: var(--body); line-height: 1.6; padding-bottom: 18px; border-bottom: 1px solid var(--hairline); }
.price-list { display: flex; flex-direction: column; gap: 12px; }
.price-list li { display: flex; gap: 10px; font-size: 13.5px; color: var(--soft); line-height: 1.5; }
.price-list li::before { content: '✓'; font-family: var(--f-mono); color: var(--acc-200); font-weight: 700; flex-shrink: 0; }
.price-list li.off { color: var(--muted); }
.price-list li.off::before { content: '—'; color: var(--mute-2); }

/* ═════ CTA ═════ */
.cta-sec { padding: clamp(100px, 14vw, 180px) 0; position: relative; overflow: hidden; z-index: 2; }
.cta-box {
  max-width: 960px; margin: 0 auto; padding: 80px 60px; border-radius: var(--r-5); text-align: center;
  background: linear-gradient(135deg, rgba(237,201,135,0.14), rgba(184,134,47,0.06) 50%, rgba(8,8,10,0.85));
  border: 1px solid var(--acc-dim-3); position: relative; overflow: hidden;
}
.cta-box::before {
  content: ''; position: absolute; inset: 0; opacity: 0.4;
  background: radial-gradient(ellipse at 50% 0%, var(--acc-glow), transparent 60%);
  pointer-events: none;
}
.cta-box::after {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px; pointer-events: none;
  mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 80%);
}
.cta-inner { position: relative; z-index: 2; }
.cta-h {
  font-family: var(--f-head); font-size: clamp(44px, 6vw, 76px); font-weight: 700;
  color: var(--white); letter-spacing: -0.032em; line-height: 1; margin-bottom: 20px;
}
.cta-h .gold { font-family: var(--f-display); font-style: italic; font-weight: 300; background: linear-gradient(135deg, #F8E4B8, #D9A859); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cta-sub { font-size: 18px; color: var(--soft); line-height: 1.55; margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ═════ FOOTER ═════ */
.ftr { padding: 80px 0 32px; border-top: 1px solid var(--hairline); position: relative; z-index: 2; }
.ftr-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--hairline); }
.ftr-brand { display: flex; flex-direction: column; gap: 16px; }
.ftr-tag { font-size: 14px; color: var(--body); line-height: 1.65; max-width: 300px; }
.ftr-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.ftr-badge { font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.14em; color: var(--muted); padding: 5px 10px; border: 1px solid var(--hairline); border-radius: var(--r-2); text-transform: uppercase; }
.ftr-col h5 { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.22em; color: var(--acc-200); text-transform: uppercase; margin-bottom: 18px; }
.ftr-col nav { display: flex; flex-direction: column; gap: 10px; }
.ftr-col nav a { font-size: 13.5px; color: var(--soft); transition: color 0.2s; }
.ftr-col nav a:hover { color: var(--acc-200); }
.ftr-bot { padding: 24px 0 0; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-family: var(--f-mono); font-size: 10.5px; color: var(--muted); letter-spacing: 0.1em; }

/* ═════ TWEAKS ═════ */
.tweaks { position: fixed; bottom: 24px; right: 24px; z-index: 90; background: rgba(12,12,16,0.92); backdrop-filter: blur(24px); border: 1px solid var(--hairline2); border-radius: var(--r-4); padding: 20px 22px; display: none; flex-direction: column; gap: 14px; min-width: 280px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }
.tweaks.on { display: flex; }
.tweaks-head { display: flex; justify-content: space-between; align-items: center; }
.tweaks-head h5 { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--acc-200); text-transform: uppercase; }
.tweaks-head button { color: var(--muted); font-family: var(--f-mono); font-size: 16px; padding: 0 4px; }
.tweaks-lbl { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; }
.tweaks-opts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.tweaks-opt { padding: 10px 8px; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--hairline); border-radius: var(--r-2); display: flex; flex-direction: column; gap: 6px; align-items: center; transition: all 0.2s; }
.tweaks-opt.on { color: var(--white); border-color: var(--acc-dim-3); background: var(--acc-dim-1); }
.tweaks-opt .sw { width: 18px; height: 18px; border-radius: 50%; }
.tweaks-opt[data-v="gold"] .sw { background: linear-gradient(135deg, #F8E4B8, #B8862F); }
.tweaks-opt[data-v="platina"] .sw { background: linear-gradient(135deg, #EEF3F8, #606D82); }
.tweaks-opt[data-v="esmeralda"] .sw { background: linear-gradient(135deg, #D8F5E4, #2B9865); }

/* ═════ REVEAL ═════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.08s } .d2 { transition-delay: 0.18s } .d3 { transition-delay: 0.28s } .d4 { transition-delay: 0.38s }

/* ═════ RESPONSIVE ═════ */
@media (max-width: 1040px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { height: 480px; display: none; }
  .props-grid { grid-template-columns: 1fr 1fr; }
  .prop.hero-prop { grid-column: span 2; min-height: 280px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .b-span-3, .b-span-2, .b-span-4 { grid-column: span 2; }
  .how { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .comp-head, .comp-row { grid-template-columns: 1.2fr 1fr 1fr 1fr; padding: 18px 20px; }
}
@media (max-width: 640px) {
  .nav { display: none; }
  .props-grid { grid-template-columns: 1fr; }
  .prop.hero-prop { grid-column: span 1; }
  .bento { grid-template-columns: 1fr; }
  .b-span-3, .b-span-2, .b-span-4 { grid-column: span 1; }
  .how { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 60px 28px; }
  .comp-head, .comp-row { grid-template-columns: 1.3fr 1fr 1fr; font-size: 12px; padding: 14px 16px; }
  .comp-head .them:nth-child(3), .comp-row > :nth-child(3) { display: none; }
}
