:root {
  --color-bg: #0A0A0A;
  --color-navy: #0D1B3E;
  --color-navy-light: #132449;
  --color-gold: #C9A84C;
  --color-gold-light: #F0C040;
  --color-gold-pale: #FFF3C4;
  --color-text: #F8F8F8;
  --color-muted: #a8a8a8;
  --color-brown: #6B3A2A;
  --font-display: 'Playfair Display', serif;
  --font-body: 'DM Sans', sans-serif;

  --text-hero: clamp(2.4rem, 4.6vw, 4rem);
  --text-h2: clamp(1.75rem, 3.4vw, 2.6rem);
  --text-h3: clamp(1.1rem, 2vw, 1.4rem);

  --gold-gradient: linear-gradient(135deg, #FFF3C4, #F0C040, #C9A84C);
  --navy-gradient: linear-gradient(155deg, #132449 0%, #0D1B3E 55%, #0a1530 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  overflow-x: hidden;
  position: relative;
}
a { color: var(--color-gold-light); text-decoration: none; }
img { max-width: 100%; display: block; }
.gold { color: var(--color-gold); }
.gold-italic { color: var(--color-gold-light); font-style: italic; }

.gold-shine {
  background: linear-gradient(100deg, #C9A84C 20%, #F0C040 35%, #FFF3C4 50%, #F0C040 65%, #C9A84C 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

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

/* Progress bar */
.progress-bar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--gold-gradient);
  z-index: 200; transform-origin: left;
}

/* Background video */
.bg-video-wrap { position: fixed; inset: 0; z-index: -1; background: var(--color-bg); }
.bg-video-wrap video {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.5) blur(1px); opacity: 0.4;
}
.bg-video-overlay { position: absolute; inset: 0; background: var(--color-bg); opacity: 0.72; }

/* Navbar */
.navbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1.5px solid var(--color-gold);
  box-shadow: 0 2px 20px rgba(201,168,76,0.15);
  padding: 14px 5%;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
.navbar.is-scrolled { padding: 10px 5%; box-shadow: 0 4px 28px rgba(201,168,76,0.22); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.brand-word { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: 0.02em; }
.nav-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.icon-btn {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid rgba(201,168,76,0.5);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-gold-light);
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.icon-btn:hover { border-color: var(--color-gold); }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px; border-radius: 100px;
  font-weight: 700; font-size: 13.5px;
  white-space: nowrap; font-family: var(--font-body);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-gold { background: var(--gold-gradient); color: var(--color-bg); }
.btn-gold:hover { color: var(--color-bg); }
.btn-outline { border: 1.5px solid rgba(248,248,248,0.3); color: var(--color-text); }
.btn-outline:hover { color: var(--color-text); border-color: var(--color-gold); }
.btn-lg { padding: 17px 30px; font-size: 16px; box-shadow: 0 0 40px rgba(240,192,64,0.5), 0 8px 30px rgba(0,0,0,0.4); }
.btn-outline.btn-lg { box-shadow: none; }
.btn-xl { padding: 19px 42px; font-size: 17px; box-shadow: 0 0 60px rgba(240,192,64,0.55), 0 8px 40px rgba(0,0,0,0.4); }
.btn-block { display: flex; justify-content: center; width: 100%; }
.wa-dot { width: 20px; height: 20px; border-radius: 50%; background: var(--color-bg); display: inline-flex; align-items: center; justify-content: center; font-size: 8px; color: var(--color-gold-light); }

/* Section helpers */
.section-eyebrow {
  font-size: 13px; letter-spacing: 0.12em; color: var(--color-gold);
  text-transform: uppercase; margin-bottom: 14px; text-align: center;
}
.section-title {
  font-family: var(--font-display); font-weight: 700; font-size: var(--text-h2);
  text-align: center; max-width: 900px; margin: 0 auto 44px;
}

/* Laura section */
.laura-section { position: relative; padding: 60px 6%; background: var(--color-bg); }
.laura-frame {
  max-width: 560px; margin: 0 auto; position: relative;
  border-radius: 22px; overflow: hidden; border: 1.5px solid var(--color-gold);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8);
  aspect-ratio: 9/16; background: var(--color-navy);
}
.laura-frame video { width: 100%; height: 100%; object-fit: contain; cursor: pointer; }
.laura-badge {
  position: absolute; top: 18px; right: 18px;
  background: rgba(10,10,10,0.75); border: 1px solid rgba(201,168,76,0.5);
  color: var(--color-gold-light); font-size: 12px; font-weight: 600;
  padding: 7px 14px; border-radius: 100px;
}
.laura-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(10,10,10,0.4); cursor: pointer; border: none; width: 100%;
}
.laura-play[hidden] { display: none; }
.play-triangle {
  width: 74px; height: 74px; border-radius: 50%;
  background: var(--gold-gradient); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 40px rgba(240,192,64,0.5); position: relative;
}
.play-triangle::after {
  content: ''; width: 0; height: 0;
  border-top: 14px solid transparent; border-bottom: 14px solid transparent;
  border-left: 22px solid #0A0A0A; margin-left: 4px;
}

/* Hero */
.hero {
  position: relative; padding: 80px 6% 100px; overflow: hidden;
}
.hero-noise {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 15% 30%, rgba(13,27,62,0.4), transparent 70%),
    radial-gradient(1px 1px at 20% 30%, rgba(240,192,64,0.4) 1px, transparent 0),
    radial-gradient(1px 1px at 60% 70%, rgba(240,192,64,0.25) 1px, transparent 0),
    radial-gradient(1px 1px at 85% 20%, rgba(240,192,64,0.3) 1px, transparent 0);
  background-size: 100% 100%, 220px 220px, 220px 220px, 220px 220px;
}
.hero-grid {
  position: relative; z-index: 2; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(201,168,76,0.4); padding: 7px 16px;
  border-radius: 100px; font-size: 12.5px; letter-spacing: 0.08em;
  color: var(--color-gold-light); margin-bottom: 26px; text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-display); font-weight: 800; font-size: var(--text-hero);
  line-height: 1.06; letter-spacing: -0.01em; margin-bottom: 22px;
}
.hero-sub { font-size: 18px; line-height: 1.6; color: #d8d8d8; max-width: 520px; margin-bottom: 18px; }
.hero-hook {
  font-family: var(--font-display); font-style: italic; font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.35; color: var(--color-gold-light); font-weight: 700; max-width: 560px; margin-bottom: 34px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-stats { display: flex; gap: 26px; flex-wrap: wrap; }
.stat-num { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--color-gold-light); }
.stat-label { font-size: 13px; color: #9a9a9a; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.15); }

/* Cedula 3D */
.cedula-stage {
  position: relative; display: flex; justify-content: center; align-items: center;
  perspective: 1400px; padding-bottom: 60px; padding-left: min(70px, 8vw); max-width: 100%;
}
.microchip-badge { position: absolute; left: -10px; bottom: 10px; z-index: 3; }
.chip-circle {
  width: 104px; height: 104px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #1e3260, #0d1930 70%);
  border: 2px solid var(--color-gold-light);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.7), 0 0 35px rgba(240,192,64,0.3);
}
.chip-icon { width: 46px; height: 32px; border-radius: 6px; background: var(--gold-gradient); position: relative; display: flex; align-items: center; justify-content: center; }
.chip-inner { width: 28px; height: 18px; border: 1.5px solid #0A0A0A; border-radius: 3px; }
.chip-pin { position: absolute; width: 3px; height: 4px; background: #0A0A0A; }
.chip-pin.tl { top: -4px; left: 6px; } .chip-pin.tr { top: -4px; right: 6px; }
.chip-pin.bl { bottom: -4px; left: 6px; } .chip-pin.br { bottom: -4px; right: 6px; }
.chip-label { font-size: 8.5px; color: var(--color-gold-light); letter-spacing: 0.08em; font-weight: 700; }

.cedula-card { width: min(400px, 84vw); transform-style: preserve-3d; will-change: transform; }
.cedula-face {
  background: var(--navy-gradient);
  border: 1.5px solid var(--color-gold-light); border-radius: 20px; padding: 26px;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.7), 0 0 50px rgba(240,192,64,0.25), inset 0 1px 0 rgba(255,255,255,0.05);
}
.cedula-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.cedula-title { font-size: 10.5px; letter-spacing: 0.12em; color: var(--color-gold-light); font-weight: 700; text-transform: uppercase; }
.cedula-seal {
  width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--color-gold);
  display: flex; align-items: center; justify-content: center; font-size: 12px;
  color: var(--color-gold-light); font-weight: 700; box-shadow: 0 0 12px rgba(240,192,64,0.4);
}
.cedula-body { display: flex; gap: 16px; margin-bottom: 16px; }
.cedula-photo { width: 88px; height: 104px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(201,168,76,0.5); flex-shrink: 0; }
.cedula-photo img { width: 100%; height: 100%; object-fit: cover; }
.cedula-info { flex: 1; display: flex; flex-direction: column; gap: 8px; justify-content: center; }
.field-label { font-size: 9.5px; color: #7f8db3; letter-spacing: 0.05em; }
.field-value { font-size: 14px; color: #e8e8e8; font-weight: 500; }
.field-value.name { font-family: var(--font-display); font-size: 19px; font-weight: 700; color: var(--color-text); }
.cedula-chip-row { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px dashed rgba(201,168,76,0.35); }
.chip-number { font-size: 13px; color: var(--color-gold-light); font-weight: 600; letter-spacing: 0.03em; font-family: monospace; }
.mini-chip { width: 34px; height: 34px; border-radius: 7px; background: linear-gradient(135deg, #C9A84C, #F0C040); display: flex; align-items: center; justify-content: center; }
.mini-chip span { width: 16px; height: 16px; border: 2px solid #0A0A0A; border-radius: 3px; display: block; }
.cedula-footer { margin-top: 14px; display: flex; justify-content: space-between; align-items: center; }
.cedula-issued { font-size: 9px; color: #5f6c92; letter-spacing: 0.04em; }
.cedula-verified { font-size: 9px; color: #5f6c92; }

/* Hook banner */
.hook-banner {
  background: linear-gradient(100deg, #C9A84C, #FFF3C4 45%, #F0C040 55%, #C9A84C);
  padding: 36px 6%; display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap; text-align: center;
  box-shadow: 0 0 50px rgba(240,192,64,0.3);
}
.hook-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.25rem, 2.4vw, 1.9rem); color: var(--color-bg); letter-spacing: -0.01em; }
.hook-divider { height: 26px; width: 1.5px; background: rgba(10,10,10,0.3); }
.hook-sub { font-size: 15.5px; font-weight: 600; color: #1a1408; }

/* Trust statement */
.trust-statement { background: rgba(13,27,62,0.55); padding: 44px 6%; text-align: center; border-bottom: 1px solid rgba(201,168,76,0.2); }
.trust-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.25rem, 2.6vw, 2rem); margin-bottom: 10px; line-height: 1.3; }
.trust-sub { font-size: 16px; color: #c9d3ec; margin-bottom: 14px; }
.trust-pill { display: inline-block; border: 1px solid var(--color-gold); color: var(--color-gold-light); font-size: 13px; font-weight: 700; letter-spacing: 0.05em; padding: 9px 20px; border-radius: 100px; text-transform: uppercase; }

/* Trust bar */
.trust-bar {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px; background: rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.trust-item { background: rgba(10,10,10,0.6); padding: 34px 24px; text-align: center; }
.trust-icon {
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--color-gold);
  margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; color: var(--color-gold-light);
}
.trust-item-title { font-weight: 700; font-size: 15px; margin-bottom: 5px; }
.trust-item-sub { font-size: 13px; color: #9a9a9a; }

/* Reel */
.reel-section { padding: 100px 6%; background: rgba(10,10,10,0.4); text-align: center; }
.reel-frame {
  max-width: 920px; margin: 0 auto; border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(201,168,76,0.3); box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8);
  aspect-ratio: 16/9; background: var(--color-navy);
}
.reel-frame video { width: 100%; height: 100%; object-fit: cover; }

/* Breeds */
.breeds-section { padding: 100px 6%; background: linear-gradient(180deg, rgba(10,10,10,0.4), rgba(13,27,62,0.6) 100%); }
.breeds-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; max-width: 1280px; margin: 0 auto; }
.breed-card {
  background: rgba(255,255,255,0.03); border: 1.5px solid rgba(201,168,76,0.45);
  border-radius: 18px; overflow: hidden; box-shadow: 0 0 25px rgba(201,168,76,0.08);
  transform-style: preserve-3d; will-change: transform;
}
.breed-photo { aspect-ratio: 1/1; overflow: hidden; background: var(--color-navy); }
.breed-photo img { width: 100%; height: 100%; object-fit: contain; }
.breed-body { padding: 22px; }
.breed-tag { font-size: 11px; letter-spacing: 0.08em; color: var(--color-gold-light); text-transform: uppercase; margin-bottom: 8px; }
.breed-name { font-family: var(--font-display); font-weight: 700; font-size: 20px; margin-bottom: 10px; }
.breed-desc { font-size: 13.5px; color: #b0b0b0; line-height: 1.5; margin-bottom: 14px; min-height: 58px; }
.breed-prices { display: flex; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.price-box { background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.35); border-radius: 10px; padding: 8px 12px; flex: 1; min-width: 110px; }
.price-label { font-size: 10px; color: #8fa0c9; letter-spacing: 0.04em; }
.price-value { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--color-gold-light); }

/* Bento */
.bento-section { padding: 100px 6%; background: rgba(13,27,62,0.55); }
.bento { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; max-width: 1280px; margin: 0 auto; }
.bento-item {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(201,168,76,0.15);
  border-radius: 20px; padding: 28px;
}
.bento-featured {
  grid-column: span 2; grid-row: span 2;
  background: var(--navy-gradient); border: 1.5px solid var(--color-gold);
  padding: 34px; display: flex; flex-direction: column; justify-content: space-between;
  min-height: 280px; box-shadow: 0 0 40px rgba(201,168,76,0.15);
}
.bento-icon { width: 42px; height: 42px; border-radius: 12px; border: 1.5px solid var(--color-gold); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--color-gold-light); }
.bento-featured .bento-icon { width: 48px; height: 48px; margin-bottom: 20px; }
.bento-title { font-family: var(--font-display); font-weight: 700; font-size: 24px; margin-bottom: 12px; }
.bento-desc { font-size: 14.5px; color: #b8c2de; line-height: 1.6; }
.bento-tag { font-size: 12px; color: var(--color-gold-light); font-weight: 600; margin-top: 20px; }
.bento-title-sm { font-family: var(--font-display); font-weight: 700; font-size: 18px; margin-bottom: 8px; }
.bento-desc-sm { font-size: 13.5px; color: #b8c2de; line-height: 1.5; }
@media (max-width: 700px) { .bento-featured { grid-column: span 1; grid-row: span 1; min-height: auto; } }

/* Phone showcase (app + instagram) */
.phone-showcase, .ig-section {
  padding: 110px 6%; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px; align-items: center;
}
.phone-showcase { background: rgba(10,10,10,0.4); }
.ig-section { background: rgba(13,27,62,0.55); text-decoration: none; }
.phone-stage { display: flex; justify-content: center; perspective: 1400px; }
.phone-mock {
  width: 240px; border-radius: 38px; background: linear-gradient(155deg, #151515, #0A0A0A);
  border: 2px solid var(--color-gold); padding: 14px; box-shadow: 0 50px 100px -30px rgba(0,0,0,0.8);
  will-change: transform;
}
.phone-screen { width: 100%; aspect-ratio: 310/705; border-radius: 26px; overflow: hidden; background: var(--color-bg); }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; }
.phone-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.75rem, 3.2vw, 2.5rem); line-height: 1.15; margin-bottom: 20px; color: var(--color-text); }
.phone-desc { font-size: 16px; color: #c8c8c8; line-height: 1.7; margin-bottom: 26px; max-width: 460px; }
.store-badges { display: flex; gap: 14px; flex-wrap: wrap; }
.store-badge { border: 1px solid rgba(201,168,76,0.4); padding: 12px 20px; border-radius: 12px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.store-icon { font-size: 18px; }
.ig-cta { display: inline-flex; align-items: center; gap: 10px; border: 1.5px solid var(--color-gold); color: var(--color-gold-light); padding: 14px 28px; border-radius: 100px; font-weight: 700; font-size: 15px; width: fit-content; }

/* Process */
.process-section { padding: 100px 6%; background: linear-gradient(180deg, rgba(13,27,62,0.55), rgba(10,10,10,0.4)); }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; max-width: 1200px; margin: 0 auto; }
.process-step { text-align: center; padding: 0 12px; }
.step-num {
  width: 64px; height: 64px; border-radius: 50%; background: var(--gold-gradient); color: var(--color-bg);
  font-family: var(--font-display); font-weight: 800; font-size: 24px;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.step-title { font-weight: 700; font-size: 16.5px; margin-bottom: 10px; }
.step-desc { font-size: 13.5px; color: #a8a8a8; line-height: 1.55; }

/* CTA final */
.cta-final { padding: 110px 6%; background: rgba(10,10,10,0.4); text-align: center; position: relative; overflow: hidden; }
.cta-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(201,168,76,0.15), transparent 70%); }
.cta-content { position: relative; z-index: 1; }
.cta-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 4vw, 3.25rem); margin-bottom: 20px; line-height: 1.1; }
.cta-sub { font-size: 16.5px; color: #c8c8c8; max-width: 520px; margin: 0 auto 36px; }

/* Footer */
.site-footer { padding: 40px 6% 90px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-brand { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--color-gold); }
.footer-right { display: flex; align-items: center; gap: 18px; }
.footer-ig { font-size: 13px; color: var(--color-gold-light); font-weight: 600; }
.footer-copy { font-size: 13px; color: #8a8a8a; }

/* Sticky mobile WhatsApp */
.sticky-wa {
  position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%);
  z-index: 100; background: var(--gold-gradient); color: var(--color-bg);
  padding: 13px 26px; border-radius: 100px; font-weight: 700; font-size: 14px;
  display: none; align-items: center; gap: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5), 0 0 30px rgba(240,192,64,0.4);
}
@media (max-width: 640px) { .sticky-wa { display: inline-flex; } }

/* Reveal (GSAP handles the actual animation; this is the JS-off fallback) */
.reveal { opacity: 1; }
.no-js .reveal { opacity: 1; }

/* Cursor (desktop only) */
.cursor, .cursor-dot { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 300; border-radius: 50%; transform: translate(-50%, -50%); }
.cursor { width: 34px; height: 34px; border: 1.5px solid var(--color-gold-light); }
.cursor-dot { width: 5px; height: 5px; background: var(--color-gold-light); }
@media (hover: none), (max-width: 900px) { .cursor, .cursor-dot { display: none; } }
