/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --bg-deep: #000000;
  --bg-panel: #0d0d0d;
  --bg-panel-2: #161616;
  --line: rgba(255, 255, 255, 0.12);

  --red: #E50914;
  --red-dim: #B20710;
  --white-accent: #FFFFFF;
  --dark-red: #4A0000;
  --dark-red-soft: #850000;

  --paper: #FFFFFF;
  --paper-ink: #000000;

  --text-hi: #FFFFFF;
  --text-mid: #A3A3A3;
  --text-dim: #737373;

  --wa-green: #25D366;
  --wa-bubble: #DCF8C6;

  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;

  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Instrument Sans', system-ui, sans-serif;
  --font-mono: 'Space Mono', monospace;

  --container: 1100px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: var(--bg-deep);
  color: var(--text-hi);
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
  padding-bottom: 78px;
  /* room for sticky mobile bar */
}

@media (min-width:900px) {
  body {
    padding-bottom: 0;
  }
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

ul {
  list-style: none;
}

.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 22px;
}

@media (min-width:900px) {
  .wrap {
    padding: 0 40px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white-accent);
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.eyebrow.pink {
  color: var(--red);
  border-color: rgba(229, 9, 20, 0.4);
  background: rgba(229, 9, 20, 0.08);
}

section {
  position: relative;
  padding: 64px 0;
}

@media (min-width:900px) {
  section {
    padding: 100px 0;
  }
}

.section-title {
  font-size: clamp(28px, 6vw, 46px);
  font-weight: 700;
  margin: 14px 0 12px;
}

.section-sub {
  color: var(--text-mid);
  font-size: clamp(15px, 3.6vw, 18px);
  max-width: 560px;
}

/* diagonal seam between sections */
.seam {
  position: relative;
  height: 1px;
}

.seam svg {
  width: 100%;
  height: 44px;
  display: block;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  padding: 17px 30px;
  border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--red);
  color: #FFFFFF;
  box-shadow: 0 8px 24px -6px rgba(229, 9, 20, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 12px 32px -6px rgba(229, 9, 20, 0.7);
}

.btn-primary:active {
  transform: translateY(0) scale(0.98);
}

.btn-lime,
.btn-white {
  background: var(--white-accent);
  color: #000000;
  box-shadow: 0 8px 24px -6px rgba(255, 255, 255, 0.45);
}

.btn-lime:hover,
.btn-white:hover {
  transform: translateY(-2px) scale(1.015);
}

.btn-ghost {
  background: transparent;
  color: var(--text-hi);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.btn-ghost:hover {
  border-color: var(--red);
  color: var(--red);
}

.btn-block {
  width: 100%;
}

.btn .arrow {
  transition: transform .18s ease;
}

.btn:hover .arrow {
  transform: translateX(3px);
}

/* ============================================================
   BACKGROUND ATMOSPHERE
   ============================================================ */
.glow-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
}

.glow-pink {
  width: 340px;
  height: 340px;
  background: var(--red);
  top: -100px;
  right: -80px;
}

.glow-violet {
  width: 420px;
  height: 420px;
  background: var(--dark-red);
  bottom: -160px;
  left: -120px;
}

.glow-lime {
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.18;
  top: 40%;
  left: 50%;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 56px;
  position: relative;
  /* Deep black background, subtle red gradient at top */
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(229, 9, 20, 0.35), transparent 60%),
    var(--bg-deep);
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.main-logo {
  height: 54px;
  width: auto;
  margin: 0 auto 28px;
  display: block;
}

.hero h1 {
  font-size: clamp(34px, 7.6vw, 64px);
  font-weight: 800;
  margin: 18px 0 16px;
}

.hero h1 .hl {
  color: var(--red);
}

.hero-sub {
  font-size: clamp(16px, 4vw, 20px);
  color: var(--text-mid);
  max-width: 560px;
  margin: 0 auto 30px;
}

.hero-sub strong {
  color: var(--text-hi);
}

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.trust-line {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-dim);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.trust-line .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  display: inline-block;
}

.hero-visual {
  margin: 40px auto 0;
  max-width: 640px;
  position: relative;
}

.phone-frame {
  border-radius: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  padding: 16px;
  backdrop-filter: blur(6px);
}

.phone-strip {
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.phone-card {
  flex: 0 0 auto;
  width: 120px;
  height: 150px;
  border-radius: 16px;
  background: linear-gradient(160deg, var(--dark-red-soft), var(--bg-panel-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  border: 1px solid var(--line);
  animation: floaty 5s ease-in-out infinite;
}

.phone-card:nth-child(2) {
  animation-delay: .6s;
  background: linear-gradient(160deg, #300000, #0c0c0c);
}

.phone-card:nth-child(3) {
  animation-delay: 1.2s;
  background: linear-gradient(160deg, #220000, #060606);
}

.phone-card:nth-child(4) {
  animation-delay: 1.8s;
  background: linear-gradient(160deg, #110000, #050505);
}

@keyframes floaty {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* ============================================================
   PROBLEM
   ============================================================ */
.problem {
  background: var(--bg-panel);
}

.problem-lines {
  max-width: 640px;
  margin: 36px auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.problem-line {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(18px, 4.4vw, 26px);
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text-mid);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease, color .3s ease;
}

.problem-line.in {
  opacity: 1;
  transform: translateY(0);
}

.problem-line:hover {
  color: var(--text-hi);
}

.problem-line span {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 0.55em;
  vertical-align: middle;
  margin-right: 10px;
}

.bridge-line {
  text-align: center;
  margin-top: 38px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 6vw, 38px);
  color: var(--white-accent);
}

/* ============================================================
   SOLUTION
   ============================================================ */
.solution {
  text-align: center;
}

.solution-icons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0 34px;
}

@media (min-width:700px) {
  .solution-icons {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}

.solution-icon {
  flex: 1;
  max-width: 280px;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: var(--radius-md);
  background: var(--bg-panel);
  border: 1px solid var(--line);
}

.solution-icon .emoji {
  font-size: 38px;
  margin-bottom: 12px;
}

.solution-icon h4 {
  font-size: 18px;
  font-weight: 700;
}

/* ============================================================
   COURSES
   ============================================================ */
.courses {
  background: var(--bg-panel);
}

.course-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

@media (min-width:820px) {
  .course-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.course-card {
  background: linear-gradient(165deg, var(--bg-panel-2), var(--bg-panel));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s ease, border-color .25s ease;
}

.course-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.4);
}

.course-num {
  font-family: var(--font-mono);
  color: var(--white-accent);
  font-size: 13px;
}

.course-card h3 {
  font-size: 22px;
  font-weight: 700;
}

.course-card ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 4px;
}

.course-card li {
  font-size: 14.5px;
  color: var(--text-mid);
  padding-left: 20px;
  position: relative;
}

.course-card li::before {
  content: "↳";
  position: absolute;
  left: 0;
  color: var(--red);
}

.course-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: rgba(229, 9, 20, 0.14);
}

/* ============================================================
   RECEIPT / VALUE STACK — SIGNATURE ELEMENT
   ============================================================ */
.value-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.receipt-wrap {
  margin-top: 44px;
  perspective: 1000px;
}

.receipt {
  width: min(92vw, 400px);
  background: var(--paper);
  color: var(--paper-ink);
  font-family: var(--font-mono);
  padding: 34px 26px 30px;
  transform: rotate(-1.4deg);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 0, 0, 0.04);
  position: relative;
  clip-path: polygon(0% 0%, 4% 2%, 8% 0%, 12% 2%, 16% 0%, 20% 2%, 24% 0%, 28% 2%, 32% 0%, 36% 2%, 40% 0%, 44% 2%, 48% 0%, 52% 2%, 56% 0%, 60% 2%, 64% 0%, 68% 2%, 72% 0%, 76% 2%, 80% 0%, 84% 2%, 88% 0%, 92% 2%, 96% 0%, 100% 2%,
      100% 98%, 96% 100%, 92% 98%, 88% 100%, 84% 98%, 80% 100%, 76% 98%, 72% 100%, 68% 98%, 64% 100%, 60% 98%, 56% 100%, 52% 98%, 48% 100%, 44% 98%, 40% 100%, 36% 98%, 32% 100%, 28% 98%, 24% 100%, 20% 98%, 16% 100%, 12% 98%, 8% 100%, 4% 98%, 0% 100%);
}

.receipt-head {
  text-align: center;
  margin-bottom: 14px;
}

.receipt-logo {
  height: 38px;
  width: auto;
  margin: 0 auto 6px;
  display: block;
}

.receipt-head .r-tag {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .6;
  margin-top: 4px;
}

.receipt-dash {
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
  margin: 14px 0;
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  padding: 6px 0;
}

.receipt-row .item {
  opacity: .85;
}

.receipt-row .price {
  font-weight: 700;
}

.receipt-row.free .price {
  color: var(--red-dim);
}

.receipt-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  padding-top: 10px;
}

.receipt-due {
  margin-top: 16px;
  background: var(--paper-ink);
  color: var(--paper);
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}

.receipt-due .old {
  text-decoration: line-through;
  opacity: .5;
  font-size: 13px;
  margin-right: 8px;
}

.receipt-due .new {
  font-size: 22px;
  font-weight: 700;
  color: var(--red);
}

.receipt-barcode {
  margin-top: 20px;
  height: 38px;
  background: repeating-linear-gradient(90deg, var(--paper-ink) 0 2px, transparent 2px 5px, var(--paper-ink) 5px 6px, transparent 6px 9px);
  opacity: 0.85;
}

.receipt-thanks {
  text-align: center;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .55;
  margin-top: 12px;
}

.value-cta {
  margin-top: 38px;
}

/* ============================================================
   BONUSES
   ============================================================ */
.bonuses {
  background: var(--bg-panel);
}

.bonus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 38px;
}

@media (min-width:700px) {
  .bonus-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bonus-card {
  background: var(--bg-panel-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  text-align: center;
}

.bonus-card .emoji {
  font-size: 28px;
  margin-bottom: 10px;
}

.bonus-card h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.bonus-card p {
  font-size: 12.5px;
  color: var(--text-dim);
}

/* ============================================================
   SOCIAL PROOF
   ============================================================ */
.about-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin-top: 40px;
  align-items: center;
}

@media (min-width:860px) {
  .about-block {
    grid-template-columns: 1fr 1fr;
  }
}

.founder-card {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.founder-logo {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 16px;
}

.founder-card p {
  color: var(--text-mid);
  font-size: 15px;
  margin-top: 10px;
}

.founder-card .who {
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 14px;
  font-family: var(--font-mono);
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.stat-chip {
  font-family: var(--font-mono);
  font-size: 12.5px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-mid);
}

.wa-thread {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #0B141A;
  border-radius: var(--radius-lg);
  padding: 22px 16px;
  border: 1px solid var(--line);
}

.wa-thread-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: var(--text-mid);
}

.wa-thread-head .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wa-green);
}

.wa-bubble {
  background: var(--wa-bubble);
  color: #0B141A;
  border-radius: 10px 10px 10px 2px;
  padding: 10px 12px;
  max-width: 82%;
  font-size: 13.5px;
  align-self: flex-start;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s ease, transform .5s ease;
}

.wa-bubble.in {
  opacity: 1;
  transform: translateY(0);
}

.wa-bubble .name {
  font-weight: 700;
  font-size: 12px;
  color: #0a7a3c;
  margin-bottom: 3px;
  display: block;
}

.wa-bubble .meta {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 5px;
  font-size: 10.5px;
  color: #5b6b5f;
}

.wa-bubble .meta .tick {
  color: #53bdeb;
}

/* ============================================================
   OBJECTIONS / FAQ (accordion, shared style)
   ============================================================ */
.accordion {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.acc-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--bg-panel);
  overflow: hidden;
}

.acc-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
}

.acc-q .plus {
  font-size: 20px;
  color: var(--red);
  transition: transform .3s ease;
  flex: 0 0 auto;
  margin-left: 14px;
}

.acc-item.open .acc-q .plus {
  transform: rotate(45deg);
}

.acc-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.acc-a-inner {
  padding: 0 20px 20px;
  color: var(--text-mid);
  font-size: 14.5px;
}

/* ============================================================
   URGENCY
   ============================================================ */
.urgency {
  background: linear-gradient(135deg, var(--red) 0%, #7A0000 100%);
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.urgency::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px 26px);
}

.urgency-inner {
  position: relative;
  z-index: 1;
}

.urgency .eyebrow {
  background: rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
}

.urgency h2 {
  color: #FFFFFF;
}

.countdown {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
}

.cd-box {
  background: #000000;
  color: #FFFFFF;
  border-radius: 14px;
  padding: 16px 14px;
  min-width: 74px;
  text-align: center;
  font-family: var(--font-mono);
}

.cd-box .num {
  font-size: 28px;
  font-weight: 700;
  color: var(--white-accent);
}

.cd-box .lab {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .8;
  margin-top: 4px;
}

.seats-line {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  background: #000000;
  color: var(--white-accent);
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.seat-bar {
  width: min(320px, 80vw);
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 999px;
  margin: 0 auto 26px;
  overflow: hidden;
}

.seat-bar-fill {
  height: 100%;
  background: #FFFFFF;
  border-radius: 999px;
  width: 78%;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta {
  text-align: center;
  background:
    radial-gradient(ellipse 80% 70% at 50% 110%, rgba(229, 9, 20, 0.18), transparent 60%),
    var(--bg-deep);
}

.badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 30px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-dim);
}

.badges span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ============================================================
   CHECKOUT
   ============================================================ */
.checkout {
  background: var(--bg-panel);
}

.checkout-box {
  max-width: 460px;
  margin: 40px auto 0;
  background: var(--bg-panel-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
}

.checkout-box .price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
  margin-bottom: 22px;
}

.checkout-box .price-row .old {
  font-family: var(--font-mono);
  text-decoration: line-through;
  color: var(--text-dim);
}

.checkout-box .price-row .new {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 34px;
  color: var(--red);
}

.field {
  margin-bottom: 14px;
}

.field label {
  display: block;
  font-size: 12.5px;
  color: var(--text-dim);
  margin-bottom: 6px;
  font-family: var(--font-mono);
}

.field input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 10px;
  background: var(--bg-deep);
  border: 1px solid var(--line);
  color: var(--text-hi);
  font-size: 15px;
  font-family: var(--font-body);
  transition: border-color .2s ease;
}

.field input:focus {
  outline: none;
  border-color: var(--white-accent);
}

.checkout-note {
  font-size: 12px;
  color: var(--text-dim);
  text-align: center;
  margin-top: 14px;
}

.success-box {
  display: none;
  text-align: center;
  padding: 14px 0;
}

.success-box.show {
  display: block;
}

.success-box .tick {
  font-size: 44px;
  margin-bottom: 10px;
}

.checkout-form.hide {
  display: none;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  padding: 50px 0 90px;
  border-top: 1px solid var(--line);
}

@media (min-width:900px) {
  footer {
    padding: 60px 0;
  }
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-bottom: 26px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

@media (min-width:700px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.footer-logo-img {
  height: 46px;
  width: auto;
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  font-size: 13px;
  color: var(--text-mid);
}

.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: border-color .2s ease, color .2s ease;
}

.footer-social a:hover {
  border-color: var(--white-accent);
  color: var(--white-accent);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: var(--text-dim);
}

@media (min-width:700px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ============================================================
   STICKY MOBILE BAR
   ============================================================ */
.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(0);
  transition: transform .3s ease;
}

.sticky-bar.hidden {
  transform: translateY(120%);
}

.sticky-bar .sb-price {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-mid);
}

.sticky-bar .sb-price b {
  color: var(--red);
  font-size: 15px;
  display: block;
}

@media (min-width:900px) {
  .sticky-bar {
    display: none;
  }
}

/* ============================================================
   WHATSAPP FLOAT (desktop + mobile, above sticky bar)
   ============================================================ */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 49;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--wa-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 10px 24px -6px rgba(37, 211, 102, 0.6);
}

@media (min-width:900px) {
  .wa-float {
    bottom: 28px;
  }
}

/* ============================================================
   REVEAL ANIMATION UTILITY
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}