/** biome-ignore-all lint/style/noDescendingSpecificity: <no descendientes> */

/* ===== LANG SWITCHER (select.lang-sel) ===== */
.lang-sel {
  appearance: none;
  -webkit-appearance: none;
  background: #181e2a;
  color: #fff;
  border: 1.5px solid #2d3748;
  border-radius: 8px;
  padding: 8px 32px 8px 12px;
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  margin-right: 10px;
  min-width: 120px;
  position: relative;
}
.lang-sel:focus,
.lang-sel:hover {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px #2563eb33;
}
.lang-sel option {
  background: #181e2a;
  color: #fff;
}
/* Custom arrow for select */
.lang-sel::-ms-expand {
  display: none;
}
.lang-sel {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' stroke='%23fff' stroke-width='2' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
}

section,
.section,
.section-favorites,
.banners-section,
.features-section,
.testi-section,
.contact-section,
footer {
  width: 95% !important;
  max-width: 95% !important;
  min-width: 95% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;
  right: 0 !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 700px) {
  .products-carousel-outer {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .products-carousel-outer::before,
  .products-carousel-outer::after {
    display: none !important;
  }
  .products-grid {
    width: auto !important;
    min-width: 100vw !important;
    gap: 10px !important;
    animation: none !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
  }
  .prod-card {
    width: 80vw !important;
    min-width: 240px !important;
    max-width: 320px !important;
    scroll-snap-align: start;
  }
}

@media (max-width: 900px) {
  .hero-eyebrow {
    font-size: 9px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 700px) {
  .cta-actions {
    gap: 6px !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .btn-cta-main {
    padding: 10px 16px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
  }
  .btn-cta-ghost {
    padding: 10px 12px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }
}
@media (max-width: 700px) {
  .hero-right {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .mascot-base {
    width: 100px !important;
    max-width: 90vw !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .float-card {
    font-size: 10px !important;
    padding: 4px 6px !important;
    border-radius: 6px !important;
    left: auto !important;
    right: auto !important;
    min-width: 0 !important;
    max-width: 90vw !important;
  }
}
@media (max-width: 700px) {
  .hero-grid {
    display: block !important;
    width: 100% !important;
  }
  .hero-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .hero-right {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 700px) {
  .banners-grid {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    width: 100% !important;
  }
  .banner-card {
    width: 100% !important;
    margin-bottom: 14px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

:root {
  --navy: #0b0e1a;
  --navy-2: #111829;
  --navy-3: #18213a;
  --navy-4: #1c2540;
  --navy-5: #222e50;
  --blue: #2563eb;
  --blue-l: #60a5fa;
  --blue-d: #1d4ed8;
  --blue-p: rgba(37, 99, 235, 0.1);
  --blue-b: rgba(37, 99, 235, 0.2);
  --gold: #c9933a;
  --gold-l: #e8b55a;
  --gold-p: rgba(201, 147, 58, 0.1);
  --gold-b: rgba(201, 147, 58, 0.22);
  --green: #10b981;
  --green-p: rgba(16, 185, 129, 0.1);
  --green-b: rgba(16, 185, 129, 0.25);
  --violet: #8b5cf6;
  --violet-p: rgba(139, 92, 246, 0.1);
  --text: #d0c8bc;
  --text-m: #9db1ca;
  --text-d: #7288a6;
  --border: rgba(255, 255, 255, 0.07);
  --border-b: rgba(37, 99, 235, 0.18);
  --border-g: rgba(201, 147, 58, 0.2);
  --r: 16px;
  --r-s: 12px;
}

a:focus-visible {
  outline: 2px solid var(--blue-l);
  outline-offset: 3px;
  border-radius: 6px;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--navy);
  color: var(--text);
  overflow-x: hidden;
  /* padding-top: 112px; /* nav (68px) + carrusel (44px) */
}

/* â”€â”€ GLOBAL AMBIENCE â”€â”€ */
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      ellipse at 10% 15%,
      rgba(37, 99, 235, 0.07) 0%,
      transparent 45%
    ),
    radial-gradient(
      ellipse at 90% 85%,
      rgba(201, 147, 58, 0.05) 0%,
      transparent 45%
    ),
    radial-gradient(
      ellipse at 50% 50%,
      rgba(37, 99, 235, 0.025) 0%,
      transparent 65%
    );
}
.grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(96, 165, 250, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
}

/* â”€â”€ SCROLLBAR â”€â”€ */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: var(--navy);
}
::-webkit-scrollbar-thumb {
  background: var(--navy-5);
  border-radius: 3px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 40px;
  background: rgba(11, 14, 26, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  height: 68px;
  gap: 32px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(37, 99, 235, 0.4));
}
.nav-name {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}
.nav-link {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-m);
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.25px;
  text-decoration-color: currentColor;
  transition: all 0.18s;
}
.nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.btn-ghost {
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-m);
  background: transparent;
  border: 1px solid var(--border);
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.18s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.btn-ghost:hover {
  color: #fff;
  border-color: var(--border-b);
  background: var(--blue-p);
}
.btn-nav-cta {
  padding: 9px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--blue-d), var(--blue));
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.btn-nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hero {
  position: relative;
  z-index: 1;
  padding: 50px 40px 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}
section#inicio .hero-left {
  flex: 1 1 50%;
  min-width: 0;
}
section#inicio .hero-right {
  flex: 1 1 50%;
  min-width: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: static;
  animation: none;
}

/* star particles */
.stars {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.star {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  animation: twinkle var(--d, 3s) var(--del, 0s) ease-in-out infinite;
}
@keyframes twinkle {
  0%,
  100% {
    opacity: 0.06;
  }
  50% {
    opacity: 0.5;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-p);
  border: 1px solid var(--border-b);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-l);
  margin-bottom: 4px;
  margin-top: 0;
  @media (max-width: 900px) {
    .hero-eyebrow {
      margin-top: 24px !important;
    }
  }
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.6s ease both;
}
.hero-eyebrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 25%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 75%
  );
  pointer-events: none;
  animation: eyebrowSweep 3.5s ease-in-out infinite;
}
@keyframes eyebrowSweep {
  0% {
    left: -80%;
  }
  28% {
    left: 130%;
  }
  100% {
    left: 130%;
  }
}
.hero-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-l);
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.7);
  }
}

.hero-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 20px;
  animation: fadeUp 0.6s 0.1s ease both;
}
.hero-title .typewriter-line {
  display: inline-block;
  min-height: 1.1em;
}
.hero-title .typewriter-line.is-active::after {
  content: '';
  display: inline-block;
  width: 0.08em;
  height: 0.86em;
  margin-left: 0.09em;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 2px;
  vertical-align: -0.08em;
  animation: typeCaretBlink 0.9s steps(1, end) infinite;
}
@keyframes typeCaretBlink {
  50% {
    opacity: 0;
  }
}
.hero-title .accent {
  background: linear-gradient(135deg, var(--blue-l) 0%, #a5b4fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-title .accent-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-l) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sub {
  font-size: 18px;
  color: var(--text-m);
  line-height: 1.6;
  max-width: 580px;
  margin: 0 0 36px;
  animation: fadeUp 0.6s 0.18s ease both;
}
.hero-sub em {
  color: var(--blue-l);
  font-style: normal;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  animation: fadeUp 0.6s 0.25s ease both;
}
.btn-hero {
  padding: 15px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.22s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-hero-primary {
  background: linear-gradient(135deg, var(--blue-d), var(--blue));

  /* Responsive Banners Section (fixed) */
  @media (max-width: 1000px) {
    .banners-section {
      padding: 0 18px 60px;
    }
    .banners-grid {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .banner-card {
      min-height: 220px;
      border-radius: 16px;
    }
    .banner-content {
      padding: 18px;
    }
  }

  @media (max-width: 700px) {
    .banners-section {
      padding: 0 4vw 32px;
    }
    .banners-grid {
      grid-template-columns: 1fr !important;
      gap: 10px;
    }
    .banner-card {
      min-height: 140px !important;
      border-radius: 10px !important;
      display: flex !important;
      flex-direction: column !important;
      width: 100% !important;
      box-sizing: border-box !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    .banner-content {
      padding: 10px 6px;
    }
    .banner-deco {
      font-size: 32px;
      top: 10px;
      right: 10px;
    }
  }
  color: #fff;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.35);
}
.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.5);
}
.btn-hero-secondary {
  background: transparent;
  color: var(--text-m);
  border: 1.5px solid var(--border);
}
.btn-hero-secondary:hover {
  border-color: var(--border-b);
  color: #fff;
  background: var(--blue-p);
}

.hero-note {
  font-size: 12px;
  color: var(--text-d);
  animation: fadeUp 0.6s 0.32s ease both;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hero-note svg {
  color: var(--green);
}

/* trust badges */
.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  animation: fadeUp 0.6s 0.4s ease both;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-m);
}
.trust-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.ti-g {
  background: var(--green-p);
}
.ti-b {
  background: var(--blue-p);
}
.ti-gold {
  background: var(--gold-p);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* ── Role selector (hero derecho) ──────────────────────────────── */
.role-selector {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.role-tab {
  border-radius: 9999px;
  border: 1px solid;
  padding: 6px 16px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  background: transparent;
  transition:
    background 0.18s,
    color 0.18s;
}
.role-tab--seller {
  border-color: var(--border-b);
  color: var(--blue-l);
}
.role-tab--seller.role-tab--active {
  background: var(--blue-p);
  color: #fff;
}
.role-tab--buyer {
  border-color: rgba(16, 185, 129, 0.35);
  color: #6ee7b7;
}
.role-tab--buyer.role-tab--active {
  background: rgba(16, 185, 129, 0.15);
}
.role-tab--affiliate {
  border-color: rgba(139, 92, 246, 0.35);
  color: #c4b5fd;
}
.role-tab--affiliate.role-tab--active {
  background: rgba(139, 92, 246, 0.15);
}

/* ── Role cards ─────────────────────────────────────────────────── */
.role-card {
  height: 290px;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.role-card--hidden {
  display: none;
}
.role-card--seller {
  background: linear-gradient(160deg, #0c1a40, #0d2157, #091836);
  border: 1px solid var(--border-b);
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.15);
}
.card-mascot-seller {
  position: absolute;
  right: -90px;
  top: -30px;
  width: 60%;
  z-index: -auto;
  pointer-events: none;
}
.card-mascot-seller img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(0.9);
  mask-image: radial-gradient(
    ellipse 90% 90% at 60% 40%,
    black 26%,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 90% 90% at 60% 40%,
    black 26%,
    transparent 70%
  );
  filter: brightness(0.9);
  z-index: -auto;
}
.role-card--buyer {
  background: linear-gradient(160deg, #0a1a10, #0d2218, #051a12);
  border: 1px solid rgba(16, 185, 129, 0.2);
  box-shadow: 0 8px 32px rgba(16, 185, 129, 0.1);
}
.card-mascot-buyer {
  position: absolute;
  right: -120px;
  top: -20px;
  width: 75%;
  z-index: -auto;
  pointer-events: none;
}
.card-mascot-buyer img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(0.9);
  mask-image: radial-gradient(
    ellipse 95% 82% at 60% 40%,
    black 26%,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 90% at 60% 40%,
    black 26%,
    transparent 70%
  );
  filter: brightness(0.9);
  z-index: -auto;
  clip-path: inset(0 0 0 30px);
}
.role-card--affiliate {
  background: linear-gradient(160deg, #1a0e3d, #200d52, #0f0826);
  border: 1px solid rgba(139, 92, 246, 0.2);
  box-shadow: 0 8px 32px rgba(139, 92, 246, 0.1);
}
.card-mascot-affiliate {
  position: absolute;
  right: -90px;
  top: -30px;
  width: 60%;
  z-index: -auto;
  pointer-events: none;
}
.card-mascot-affiliate img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(0.9);
  mask-image: radial-gradient(
    ellipse 100% 100% at 60% 40%,
    black 26%,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 95% 82% at 60% 40%,
    black 26%,
    transparent 70%
  );
  filter: brightness(0.9);
  z-index: -auto;
}
.role-card-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 6px;
  display: inline-block;
  width: fit-content;
}
.role-card--seller .role-card-tag {
  background: var(--blue-p);
  color: var(--blue-l);
  border: 1px solid var(--border-b);
}
.role-card--buyer .role-card-tag {
  background: rgba(16, 185, 129, 0.12);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.role-card--affiliate .role-card-tag {
  background: rgba(139, 92, 246, 0.12);
  color: #c4b5fd;
  border: 1px solid rgba(139, 92, 246, 0.2);
}
.role-card-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  z-index: 10;
}
.role-card-text {
  width: 60%;
  font-size: 14px;
  color: var(--text-m);
  line-height: 1.6;
  z-index: 10;
}
.role-card-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  transition:
    opacity 0.18s,
    transform 0.18s;
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 20px;
  right: 20px;
}
.role-card-btn--buyer {
  background: linear-gradient(135deg, #059669, #10b981);
}
.role-card-btn--affiliate {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
}
.role-card-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.role-card-link {
  font-size: 13px;
  color: var(--text-d);
  text-decoration: none;
  text-align: center;
  transition: color 0.15s;
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.role-card-link:hover {
  color: var(--text-m);
}

/* ── Responsive hero 2 columnas ────────────────────────────────── */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }
  section#inicio .hero-left {
    width: 100%;
    flex: none;
  }
  section#inicio .hero-right {
    width: 100%;
    flex: none;
    max-width: 0 px;
    margin: 0 auto;
  }
  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-trust {
    justify-content: center;
  }
  .role-selector {
    justify-content: center;
  }
}

.section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
  flex-wrap: wrap;
}
.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.section-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.section-sub {
  font-size: 13px;
  color: var(--text-m);
  margin-top: 4px;
}

.see-all {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue-l);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.4px;
  text-decoration-color: currentColor;
  transition: opacity 0.18s;
}
.see-all:hover {
  opacity: 1;
  color: #8ac4ff;
}

/* product cards carousel */
.products-carousel-outer {
  overflow: hidden;
  position: relative;
}
.products-carousel-outer::before,
.products-carousel-outer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.products-carousel-outer::before {
  left: 0;
  background: linear-gradient(to right, var(--navy), transparent);
}
.products-carousel-outer::after {
  right: 0;
  background: linear-gradient(to left, var(--navy), transparent);
}
.products-grid,
.products-grid-favorites,
/* .products-grid-top-sales, */ /* Oculto Top Ventas temporalmente */
.products-grid-new,
.products-grid-automations {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: carouselScroll 20s linear infinite;
  cursor: grab;
}
.products-grid:hover,
.products-grid-favorites:hover,
/* .products-grid-top-sales:hover, */ /* Oculto Top Ventas temporalmente */
.products-grid-new:hover,
.products-grid-automations:hover {
  animation-play-state: paused;
}
@keyframes carouselScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.prod-card {
  width: 280px;
  flex-shrink: 0;
  background: var(--navy-2);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.22s,
    transform 0.22s,
    box-shadow 0.22s;
  cursor: pointer;
}
.prod-card:hover {
  border-color: var(--border-b);
  transform: translateY(-5px);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(37, 99, 235, 0.1);
}

.prod-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--navy-3), var(--navy-4));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  position: relative;
  overflow: hidden;
}
.prod-thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  flex: 1 0 auto;
}
.prod-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(11, 14, 26, 0.7)
  );
}
.prod-thumb-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 6px;
}
.tb-blue {
  background: var(--blue-p);
  color: var(--blue-l);
  border: 1px solid var(--blue-b);
}
.tb-gold {
  background: var(--gold-p);
  color: var(--gold-l);
  border: 1px solid var(--gold-b);
}
.tb-green {
  background: var(--green-p);
  color: var(--green);
  border: 1px solid var(--green-b);
}
.tb-violet {
  background: var(--violet-p);
  color: #c4b5fd;
  border: 1px solid rgba(139, 92, 246, 0.25);
}

.prod-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prod-seller {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--text-m);
  font-weight: 500;
}
.seller-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--navy-5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  flex-shrink: 0;
}

.prod-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prod-desc {
  font-size: 11px;
  color: var(--text-m);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/* stars rating */
.prod-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.stars-row {
  display: flex;
  gap: 1px;
}
.star-i {
  font-size: 11px;
}
.rating-num {
  font-size: 11px;
  color: var(--text-m);
  font-weight: 600;
}

.prod-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.prod-price {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.prod-price sub {
  font-size: 0.6em;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: var(--text-m);
}
.prod-orig {
  font-size: 11px;
  color: var(--text-d);
  text-decoration: line-through;
  margin-top: 1px;
}

.btn-prod {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  background: var(--blue-p);
  border: 1px solid var(--blue-b);
  color: var(--blue-l);
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.18s;
}
.btn-prod:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.btn-prod-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  background: var(--blue-p);
  border: 1px solid var(--blue-b);
  color: var(--blue-l);
  cursor: pointer;
  transition: all 0.18s;
}
.btn-prod-cart:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.btn-prod-cart svg {
  width: 15px;
  height: 15px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.banners-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
.banners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.banner-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  cursor: pointer;
  transition:
    transform 0.25s,
    box-shadow 0.25s;

  /* Responsive Banners Section */
  @media (max-width: 1000px) {
    min-height: 360px;
    .banners-section {
      padding: 0 18px 60px;
    }
    .banners-grid {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .banner-content {
      padding: 18px;
    }
    .banner-mascot {
      width: 58%;
    }
  }

  @media (max-width: 700px) {
    min-height: 300px;
    border-radius: 12px;
    .banners-section {
      padding: 0 4vw 32px;
    }
    .banners-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .banner-content {
      padding: 12px 14px;
    }
    .banner-mascot {
      width: 50%;
      right: -5px;
    }
  }
}
.banner-card:hover {
  transform: translateY(-6px);
}
.banner-card.vendor:hover {
  box-shadow:
    0 16px 52px rgba(37, 99, 235, 0.38),
    0 0 0 1px rgba(37, 99, 235, 0.38);
}
.banner-card.buyer:hover {
  box-shadow:
    0 16px 52px rgba(16, 185, 129, 0.32),
    0 0 0 1px rgba(16, 185, 129, 0.32);
}
.banner-card.affiliate:hover {
  box-shadow:
    0 16px 52px rgba(139, 92, 246, 0.38),
    0 0 0 1px rgba(139, 92, 246, 0.32);
}
.banner-card:hover .banner-mascot img {
  transform: translateY(-10px) scale(1.05);
}
.banner-card:nth-child(1) {
  animation: fadeUp 0.5s 0.1s ease both;
}
.banner-card:nth-child(2) {
  animation: fadeUp 0.5s 0.18s ease both;
}
.banner-card:nth-child(3) {
  animation: fadeUp 0.5s 0.26s ease both;
}

.banner-card.vendor {
  background: linear-gradient(160deg, #0c1a40, #0d2157, #091836);
  border: 1px solid var(--border-b);
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.15);
}
.banner-card.buyer {
  background: linear-gradient(160deg, #0a1a10, #0d2218, #051a12);
  border: 1px solid rgba(16, 185, 129, 0.2);
  box-shadow: 0 8px 32px rgba(16, 185, 129, 0.1);
}
.banner-card.affiliate {
  background: linear-gradient(160deg, #1a0e3d, #200d52, #0f0826);
  border: 1px solid rgba(139, 92, 246, 0.2);
  box-shadow: 0 8px 32px rgba(139, 92, 246, 0.1);
}

/* glow bg per card */
.banner-card.vendor::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 75% 25%,
    rgba(37, 99, 235, 0.38) 0%,
    transparent 52%
  );
}
.banner-card.buyer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 75% 25%,
    rgba(16, 185, 129, 0.32) 0%,
    transparent 52%
  );
}
.banner-card.affiliate::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 75% 25%,
    rgba(139, 92, 246, 0.38) 0%,
    transparent 52%
  );
}

/* bottom gradient overlay — ensures text is always readable over mascot */
.banner-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.22) 55%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* mascot illustration */
.banner-mascot {
  position: absolute;
  right: -10px;
  top: 5px;
  width: 63%;
  z-index: 2;
  pointer-events: none;
}
.banner-mascot img {
  width: 100%;
  height: auto;
  display: block;
  mask-image: radial-gradient(
    ellipse 80% 82% at 50% 40%,
    black 26%,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 82% at 50% 40%,
    black 26%,
    transparent 70%
  );
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.vendor .banner-mascot {
  filter: drop-shadow(0 6px 28px rgba(37, 99, 235, 0.7))
    drop-shadow(0 0 12px rgba(100, 149, 255, 0.4));
}
.buyer .banner-mascot {
  filter: drop-shadow(0 6px 28px rgba(16, 185, 129, 0.7))
    drop-shadow(0 0 12px rgba(52, 211, 153, 0.4));
}
.affiliate .banner-mascot {
  filter: drop-shadow(0 6px 28px rgba(139, 92, 246, 0.7))
    drop-shadow(0 0 12px rgba(167, 139, 250, 0.4));
}
/* grid lines inside banner */
.banner-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 32px 32px;
}

.banner-content {
  position: relative;
  z-index: 3;
  padding: 28px;
}

.banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 16px;
  margin-bottom: 14px;
}
.vendor .banner-tag {
  background: rgba(37, 99, 235, 0.15);
  border: 1px solid rgba(37, 99, 235, 0.3);
  color: var(--blue-l);
}
.buyer .banner-tag {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: var(--green);
}
.affiliate .banner-tag {
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.25);
  color: #c4b5fd;
}

.banner-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.banner-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-banner {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}
.vendor .btn-banner {
  background: linear-gradient(135deg, var(--blue-d), var(--blue));
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
}
.buyer .btn-banner {
  background: linear-gradient(135deg, #059669, var(--green));
  color: #fff;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.25);
}
.affiliate .btn-banner {
  background: linear-gradient(135deg, #5b21b6, var(--violet));
  color: #fff;
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.3);
}
.btn-banner:hover {
  transform: translateY(-2px);
}
.btn-banner svg {
  transition: transform 0.18s;
}
.btn-banner:hover svg {
  transform: translateX(3px);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cats-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
.cat-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.cat-tab {
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-m);
  font-family: 'DM Sans', sans-serif;
  transition: all 0.18s;
}
.cat-tab.active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}
.cat-tab:not(.active):hover {
  border-color: var(--border-b);
  color: #fff;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
/* cat cards same as prod-card but with category badge */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.features-section {
  position: relative;
  z-index: 1;
  background: var(--navy-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 80px 40px;
}
.features-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.feat-card {
  background: var(--navy-3);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px;
  transition:
    border-color 0.2s,
    transform 0.2s;
  animation: fadeUp 0.5s ease both;
}

/* Responsive Features Section */
@media (max-width: 1000px) {
  .features-section {
    padding: 60px 18px;
  }
  .features-inner {
    padding: 0 4vw;
  }
  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .feat-card {
    padding: 22px;
  }
}

@media (max-width: 700px) {
  .features-section {
    padding: 38px 4vw;
  }
  .features-inner {
    padding: 0;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }
  .feat-card {
    padding: 16px 10px;
    font-size: 15px;
  }
  .feat-title {
    font-size: 15px;
  }
  .feat-desc {
    font-size: 12px;
  }
  .feat-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.feat-card:nth-child(1) {
  animation-delay: 0.05s;
}
.feat-card:nth-child(2) {
  animation-delay: 0.1s;
}
.feat-card:nth-child(3) {
  animation-delay: 0.15s;
}
.feat-card:nth-child(4) {
  animation-delay: 0.2s;
}
.feat-card:nth-child(5) {
  animation-delay: 0.25s;
}
.feat-card:nth-child(6) {
  animation-delay: 0.3s;
}
.feat-card:hover {
  border-color: var(--border-b);
  transform: translateY(-4px);
}

.feat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
.feat-icon-brand {
  display: block;
  max-width: 72%;
  max-height: 72%;
  object-fit: contain;
}
.feat-icon-stripe {
  max-width: 84%;
}
.fi-b {
  background: var(--blue-p);
}
.fi-g {
  background: var(--green-p);
}
.fi-gold {
  background: var(--gold-p);
}
.fi-v {
  background: var(--violet-p);
}

.feat-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.feat-desc {
  font-size: 13px;
  color: var(--text-m);
  line-height: 1.6;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.stats-band {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border-radius: var(--r);
  overflow: hidden;
}
.stat-item {
  background: var(--navy-2);
  padding: 32px 28px;
  text-align: center;
}
.stat-num {
  font-family: 'Libre Baskerville', serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.03em;
}
.stat-num span {
  color: var(--blue-l);
}
.stat-lbl {
  font-size: 13px;
  color: var(--text-m);
  font-weight: 500;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cta-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
/*.cta-card {
  background: linear-gradient(135deg, #0c1a40 0%, #0d2157 50%, #091836 100%);
  border: 1px solid var(--border-b);
  border-radius: 24px;
  padding: 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(37, 99, 235, 0.2) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(201, 147, 58, 0.1) 0%,
      transparent 50%
    );
}
.cta-card .grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(96, 165, 250, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}*/
.cta-emoji {
  font-size: 56px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: block;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.cta-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.cta-title .g {
  background: linear-gradient(135deg, var(--gold), var(--gold-l));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
}
.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.btn-cta-main {
  padding: 16px 36px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--blue-d), var(--blue));
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.22s;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.35);
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-cta-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.5);
}
.btn-cta-ghost {
  padding: 16px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
}
.btn-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.testi-section {
  position: relative;
  z-index: 1;
  background: var(--navy-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 80px 40px;
}
.testi-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.testi-card {
  background: var(--navy-3);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px;
  transition:
    border-color 0.2s,
    transform 0.2s;
  animation: fadeUp 0.5s ease both;
}

/* Responsive Testimonials Section */
@media (max-width: 1000px) {
  .testi-section {
    padding: 60px 18px;
  }
  .testi-inner {
    padding: 0 4vw;
  }
  .testi-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .testi-card {
    padding: 22px;
  }
}

@media (max-width: 700px) {
  .testi-section {
    padding: 38px 4vw;
  }
  .testi-inner {
    padding: 0;
  }
  .testi-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }
  .testi-card {
    padding: 16px 10px;
    font-size: 15px;
  }
  .testi-quote {
    font-size: 13px;
  }
  .testi-name {
    font-size: 12px;
  }
  .testi-role {
    font-size: 10px;
  }
  .testi-avatar {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.testi-card:nth-child(2) {
  animation-delay: 0.1s;
}
.testi-card:nth-child(3) {
  animation-delay: 0.2s;
}
.testi-card:hover {
  border-color: var(--border-g);
  transform: translateY(-4px);
}
.testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}
.testi-stars span {
  font-size: 14px;
}
.testi-quote {
  font-size: 14px;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
}
.testi-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-4), var(--navy-5));
  border: 2px solid var(--border-b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.testi-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.testi-role {
  font-size: 11px;
  color: var(--text-m);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.contact-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Responsive Contact Section */
@media (max-width: 1000px) {
  .contact-section {
    padding: 60px 18px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-form {
    padding: 24px;
  }
}

@media (max-width: 700px) {
  .contact-section {
    padding: 32px 4vw;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-form {
    padding: 12px 6px;
    border-radius: 12px;
  }
  .contact-info-items {
    gap: 10px;
    margin-top: 18px;
  }
  .cinfo {
    padding: 10px;
    border-radius: 8px;
    gap: 8px;
  }
  .cinfo-icon {
    width: 28px;
    height: 28px;
    font-size: 13px;
    border-radius: 6px;
  }
  .cinfo-label {
    font-size: 10px;
  }
  .cinfo-val {
    font-size: 12px;
  }
}
.contact-info-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
.cinfo {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--navy-2);
  border: 1px solid var(--border);
  border-radius: var(--r-s);
  padding: 16px;
  transition: border-color 0.18s;
}
.cinfo:hover {
  border-color: var(--border-b);
}
.cinfo-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.cinfo-label {
  font-size: 11px;
  color: var(--text-m);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.cinfo-val {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.contact-form {
  background: var(--navy-2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.form-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-m);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.form-input,
.form-textarea {
  background: var(--navy-3);
  border: 1px solid var(--border);
  color: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  outline: none;
  transition: border 0.18s;
  width: 100%;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--text-d);
}
.form-input:focus,
.form-textarea:focus {
  border-color: var(--border-b);
}
.form-textarea {
  resize: vertical;
  min-height: 100px;
}
.landing-hcaptcha-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 18px 0 16px;
}
.landing-hcaptcha-status {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: var(--text-m);
}
.btn-submit {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--blue-d), var(--blue));
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.22s;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-submit:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
  transform: none;
  background: linear-gradient(135deg, #3a455e, #56627f);
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.4);
}
.btn-submit:disabled:hover {
  transform: none;
  box-shadow: none;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
footer {
  position: relative;
  z-index: 1;
  background: var(--navy-2);
  border-top: 1px solid var(--border);
  padding: 60px 40px 28px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.footer-brand-logo {
  font-size: 2rem;
  width: 30px;
  height: 40px;
}
.footer-brand-name {
  font-size: 1.1rem;
}
.footer-desc {
  font-size: 13px;
  color: var(--text-m);
  margin-bottom: 12px;
}
.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.social-btn {
  color: #fff;
  background: var(--navy-3);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.18s;
}
.social-btn:hover {
  background: var(--blue-d);
}
.footer-col-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 15px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-link {
  color: var(--text-m);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.18s;
}
.footer-link:hover {
  color: var(--gold-l);
}
.footer-bottom {
  border-top: 1.2px solid var(--border);
  padding: 18px 0 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text-m);
}
.footer-copy {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-version {
  color: var(--text-d);
  font-size: 12px;
}
@media (max-width: 1000px) {
  .footer-inner {
    padding: 0 10px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media (max-width: 700px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .footer-inner {
    padding: 0 2vw;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 14px 0 8px 0;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SECTION DIVIDER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.section-divider {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 40px;
}
.divider-line {
  height: 1px;
  background: var(--border);
  margin: 0 0 80px;
}

/* ════════════════════════════════════
   HERO — ASYMMETRIC
════════════════════════════════════ */
.hero-section {
  position: relative;
  z-index: 1;
  /*min-height: 100vh;*/
  display: flex;
  align-items: flex-start;
  padding: 0 28px 0px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

/* Responsive Hero Section */
@media (max-width: 1000px) {
  .hero-section {
    padding: 0 10px 0 10px;
    min-height: unset;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 2vw;
  }
  .hero-right {
    height: 380px;
  }
  .hero-title {
    font-size: clamp(28px, 5vw, 44px);
  }
}

@media (max-width: 700px) {
  .hero-section {
    padding: 0;
    min-height: unset;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 1vw;
  }
  .hero-title {
    font-size: clamp(22px, 7vw, 32px);
    margin-bottom: 12px;
  }
  .hero-sub {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .hero-pills {
    gap: 4px;
    margin-bottom: 18px;
  }
  .hero-pill {
    font-size: 11px;
    padding: 4px 8px;
  }
  .hero-actions {
    gap: 6px;
  }
  .btn-hero-main {
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 8px;
  }
  .btn-hero-ghost {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 8px;
  }
  .hero-right {
    height: 220px;
  }
  .mascot-base {
    width: 120px;
  }
  .float-card {
    padding: 6px 8px;
    font-size: 11px;
    border-radius: 8px;
  }
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 60% 50%,
    rgba(37, 99, 235, 0.12) 0%,
    transparent 55%
  );
  pointer-events: none;
}
@media (max-width: 400px) {
  .role-card-text {
    width: 100%;
    text-align: justify;
  }
}

/* animated orbit rings */
.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  animation: orbitSpin linear infinite;
  pointer-events: none;
}
.or-1 {
  width: 500px;
  height: 500px;
  border-color: rgba(37, 99, 235, 0.08);
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  animation-duration: 40s;
}
.or-2 {
  width: 700px;
  height: 700px;
  border-color: rgba(6, 182, 212, 0.05);
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  animation-duration: 60s;
  animation-direction: reverse;
}
.or-3 {
  width: 900px;
  height: 900px;
  border-color: rgba(201, 147, 58, 0.04);
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  animation-duration: 80s;
}
@keyframes orbitSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hero-grid {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 60px;
  align-items: center;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.hero-grid > *:last-child {
  margin-bottom: 0 !important;
}

/* LEFT */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 147, 58, 0.1);
  border: 1px solid rgba(201, 147, 58, 0.25);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-l);
  margin-bottom: 24px;
  animation: fadeUp 0.6s ease both;
  overflow: hidden;
  position: relative;
}
.hero-badge::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(201, 147, 58, 0.15),
    transparent
  );
  animation: sh 3s 1.5s ease infinite;
}
@keyframes sh {
  0% {
    transform: translateX(-100%);
  }
  60%,
  100% {
    transform: translateX(200%);
  }
}
.hb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-l);
  animation: blink 1.8s ease infinite;
  flex-shrink: 0;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

.hero-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin-bottom: 20px;
}
.hero-title .line-1 {
  display: block;
  animation: fadeUp 0.6s 0.08s ease both;
}
.hero-title .line-2 {
  display: block;
  animation: fadeUp 0.6s 0.18s ease both;
}
.hero-title .line-3 {
  display: block;
  animation: fadeUp 0.6s 0.28s ease both;
}
.ht-blue {
  background: linear-gradient(135deg, var(--blue-l), #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ht-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-l));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ht-cyan {
  background: linear-gradient(135deg, var(--cyan-l), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* typewriter cursor */
.cursor {
  display: inline-block;
  width: 3px;
  height: 0.85em;
  background: var(--blue-l);
  border-radius: 2px;
  vertical-align: text-bottom;
  animation: cursorBlink 0.8s ease infinite;
}
@keyframes cursorBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.hero-sub {
  font-size: 17px;
  color: var(--text-m);
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 34px;
  animation: fadeUp 0.6s 0.36s ease both;
}
.hero-sub strong {
  color: var(--text);
  font-weight: 600;
}

/* pill features */
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
  animation: fadeUp 0.6s 0.44s ease both;
}
.hero-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--navy-3);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-m);
  transition: all 0.18s;
  cursor: default;
}
.hero-pill:hover {
  border-color: var(--border-b);
  color: #fff;
  transform: translateY(-1px);
}
.hp-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.52s ease both;
}
.btn-hero-main {
  padding: 15px 32px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--blue-d), var(--blue), #0ea5e9);
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.22s;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
}
.btn-hero-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.5s;
}
.btn-hero-main:hover::before {
  transform: translateX(100%);
}
.btn-hero-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.55);
}
.btn-hero-ghost {
  padding: 15px 24px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
}
.btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* RIGHT — mascot + floating cards */
.hero-right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: fadeIn 0.8s 0.3s ease both;
  height: 540px;
}
.mascot-base {
  width: 280px;
  z-index: 3;
  position: relative;
  filter: drop-shadow(0 0 30px rgba(6, 182, 212, 0.4))
    drop-shadow(0 0 60px rgba(139, 92, 246, 0.25));
  animation: mascotFloat 5s ease-in-out infinite;
}
@keyframes mascotFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* floating stat cards */
.float-card {
  position: absolute;
  z-index: 4;
  background: rgba(13, 17, 32, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.fc-1 {
  top: 40px;
  left: -20px;
  animation: floatCard1 4s ease-in-out infinite;
}
.fc-2 {
  top: 80px;
  right: -30px;
  animation: floatCard2 5s ease-in-out infinite 1s;
}
.fc-3 {
  top: 50%;
  bottom: auto;
  left: -30px;
  animation: floatCard3 4s ease-in-out infinite 2s;
}
.fc-4 {
  bottom: 120px;
  right: -20px;
  animation: floatCard2 5s ease-in-out infinite 0.5s;
}
@keyframes floatCard1 {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-6px) rotate(0deg);
  }
}
@keyframes floatCard2 {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes floatCard3 {
  0%,
  100% {
    transform: translateY(-50%) rotate(-1deg);
  }
  50% {
    transform: translateY(calc(-50% - 6px)) rotate(0deg);
  }
}

.fc-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-d);
  margin-bottom: 4px;
}
.fc-val {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.fc-sub {
  font-size: 11px;
  color: var(--text-m);
  margin-top: 2px;
}
.fc-green {
  color: var(--green);
}
.fc-gold {
  color: var(--gold-l);
}
.fc-blue {
  color: var(--blue-l);
}
.fc-cyan {
  color: var(--cyan-l);
}

.mascot-glow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 30px;
  background: radial-gradient(
    ellipse,
    rgba(6, 182, 212, 0.5) 0%,
    transparent 70%
  );
  filter: blur(12px);
  animation: glowPulse 5s ease-in-out infinite;
}
@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.3);
  }
}

.section-favorites {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
.section-favorites-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
  flex-wrap: wrap;
}
.section-favorites-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.section-favorites-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.section-favorites-sub {
  font-size: 13px;
  color: var(--text-m);
  margin-top: 4px;
}

/* Carrusel promo 20% OFF */
.carousel-promo {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 99;
  overflow: hidden;
  background: linear-gradient(90deg, var(--blue), var(--blue-l));
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  border-bottom: 2px solid var(--gold);
  height: 44px;
  display: flex;
  align-items: center;
}
.carousel-promo .carousel-track {
  display: flex;
  width: max-content;
  animation: carousel-scroll 18s linear infinite;
  gap: 48px;
  align-items: center;
}
.carousel-promo span {
  white-space: nowrap;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
@keyframes carousel-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.33%);
  }
}

/* === HERO EMAIL CTA BLOQUE === */
.hero-email-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0 auto;
  max-width: 340px;
  width: 100%;
  gap: 10px;
  background: rgba(20, 28, 44, 0.92);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  box-shadow:
    0 4px 24px rgba(37, 99, 235, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  padding: 18px 18px 14px 18px;
}
.hero-email-alert {
  color: var(--gold-l);
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin-bottom: 2px;
  line-height: 1.4;
}
.hero-email-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}
.hero-email-input {
  flex: 1;
  padding: 10px 13px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: var(--navy-3);
  color: #fff;
  font-size: 15px;
  outline: none;
  min-width: 0;
  font-family: 'DM Sans', sans-serif;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
.hero-email-input:focus {
  border-color: var(--gold-l);
  box-shadow: 0 0 0 2px rgba(201, 147, 58, 0.13);
}
.hero-email-btn {
  padding: 10px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-l));
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.18s,
    transform 0.18s;
  box-shadow: 0 2px 8px rgba(201, 147, 58, 0.1);
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
}
.hero-email-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px) scale(1.03);
}
@media (max-width: 600px) {
  .hero-email-cta {
    max-width: 100vw;
    padding: 10px 6px 8px 6px;
  }
  .hero-email-form {
    flex-direction: column;
    gap: 7px;
  }
  .hero-email-btn {
    width: 100%;
  }
}

/* HERO/section#inicio FULL RESPONSIVE */
.hero,
section#inicio {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}
.hero-title {
  word-break: break-word;
}
.hero-sub {
  margin-bottom: 36px;
}
.hero-email-cta {
  margin-left: auto;
  margin-right: auto;
}
.hero-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}
@media (max-width: 900px) {
  .hero,
  section#inicio {
    padding: 36px 10px 24px 10px;
    max-width: 100;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    gap: 30px;
  }
  .hero-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 600px) {
  .hero,
  section#inicio {
    padding: 22px 2vw 16px 2vw;
    min-width: 290px;
  }
  .role-card {
    height: auto !important;
    min-height: 290px !important;
    /* Permitimos que se estire */
    /* Mantenemos un tamaño base */
    padding-bottom: 30px !important;
  }
  .hero-text {
    position: relative !important;
    width: 100% !important;
    margin-bottom: auto !important;
    /* ¡ESTO ES EL TRUCO! Empuja todo lo que tiene debajo hacia el fondo */
    z-index: 10;
  }
  .role-card-btn,
  .role-card-link {
    /* 3. Quitamos el 'absolute' para que sientan el empuje del texto */
    position: relative !important;
    bottom: auto !important;
    /* Liberamos el anclaje fijo */
    left: auto !important;
    right: auto !important;
    margin-top: 15px !important;
    /* Separación entre ellos */
    z-index: 10;
  }
  .hero-title {
    font-size: 1.3rem;
  }
  .hero-actions {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: center;
  }
  .hero-email-cta {
    padding: 10px 2vw 8px 2vw;
    max-width: 100vw;
  }
}

/* NAV FULL RESPONSIVE */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.nav-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
}
.nav-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* HAMBURGER */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 20;
}

/* ════════════════════════════════════
   MODAL STYLES
════════════════════════════════════ */
.modal.hidden {
  display: none !important;
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal-panel {
  position: relative;
  background: linear-gradient(135deg, #0b1220 0%, #1e293b 100%);
  color: #fff;
  box-shadow: 0 0 32px 0 #1e293bcc;
  border: 2px solid var(--blue);
  border-radius: 18px;
  margin: 32px;
  padding: 32px 24px;
  max-width: 700px;
  width: 90%;
  z-index: 10001;
  max-height: 85vh;
  overflow-y: auto;
}

.modal-panel h3 {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-actions button {
  background: linear-gradient(135deg, var(--blue-d), var(--blue));
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
}

.modal-actions button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.legal-modal-content {
  margin: 16px 0;
}

.legal-modal-content iframe {
  width: 100%;
  height: 400px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
/* ── NAV RESPONSIVE ── */
@media (max-width: 900px) {
  nav {
    padding: 0 16px;
    flex-wrap: nowrap;
  }
  .nav-hamburger {
    display: flex;
  }
  .nav-actions {
    display: none;
  }
  .nav-links {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(20, 28, 44, 0.98);
    flex-direction: column;
    gap: 0;
    padding: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
    border-bottom: 1.5px solid var(--border);
    z-index: 9998;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-link {
    width: 100%;
    text-align: left;
    padding: 18px 24px;
    border-bottom: 1px solid var(--border);
    background: none;
    color: #fff;
    border-radius: 0;
    margin: 0;
  }
  .nav-link:last-child {
    border-bottom: none;
  }
  /* Las acciones están DENTRO de nav-links, se muestran como bloque normal */
  .nav-actions-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    width: 100%;
    border-top: 1px solid var(--border);
    background: rgba(11, 14, 26, 0.98);
  }
  .nav-actions-mobile .lang-sel {
    width: 100%;
    background: #181e2a;
    border: 1.5px solid #2d3748;
    font-weight: 500;
    color: #fff;
  }
  .nav-actions-mobile .btn-ghost {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: var(--text-m);
    background: transparent;
    border: 1px solid var(--border);
  }
  .nav-actions-mobile .btn-nav-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, var(--blue-d), var(--blue));
    color: #fff;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
  }
}

/* Desktop: ocultar nav-actions-mobile */
@media (min-width: 901px) {
  .nav-hamburger {
    display: none;
  }
  .nav-actions-mobile {
    display: none !important;
  }
}
/*TOP 6 AUTOMATIZACIONES*/
.automation-deals-section {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(20px, 6vw, 80px) 88px;
}

.automation-deals-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 34px;
}

.automation-deals-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.automation-deals-subtitle {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-m);
}

.automation-deals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 34px;
}

.automation-deal-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 150px;
  padding-left: 28px;
}

.automation-deal-number {
  position: absolute;
  top: -8px;
  left: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
}

.automation-deal-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  margin-top: 4px;
}

.automation-deal-content {
  position: relative;
  z-index: 1;
  padding-top: 2px;
}

.automation-deal-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.automation-deal-desc {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 8px;
}

.automation-deal-example {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-m);
}

.automation-deal-example strong {
  color: var(--gold-l);
  font-weight: 700;
}

.ad-blue {
  background: linear-gradient(135deg, #0f172a, #0b4ea2);
  border: 1px solid rgba(96, 165, 250, 0.24);
}

.ad-violet {
  background: linear-gradient(135deg, #312e81, #6d28d9);
  border: 1px solid rgba(196, 181, 253, 0.24);
  font-size: 17px;
  text-transform: lowercase;
  font-family: 'DM Sans', sans-serif;
}

.ad-cyan {
  background: linear-gradient(135deg, #083344, #0e7490);
  border: 1px solid rgba(103, 232, 249, 0.24);
}

.ad-indigo {
  background: linear-gradient(135deg, #1e1b4b, #4338ca);
  border: 1px solid rgba(165, 180, 252, 0.24);
}

.ad-green {
  background: linear-gradient(135deg, #052e2b, #059669);
  border: 1px solid rgba(110, 231, 183, 0.24);
}

.ad-gold {
  background: linear-gradient(135deg, #3b2f10, #c9933a);
  border: 1px solid rgba(232, 181, 90, 0.24);
}

@media (max-width: 1100px) {
  .automation-deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 28px;
  }

  .automation-deal-name {
    font-size: 18px;
  }

  .automation-deal-desc {
    font-size: 13px;
  }

  .automation-deal-example {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .automation-deals-section {
    padding: 0 16px 56px;
  }

  .automation-deals-header {
    margin-bottom: 26px;
  }

  .automation-deals-title {
    font-size: 26px;
  }

  .automation-deals-subtitle {
    font-size: 14px;
  }

  .automation-deals-grid {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }

  .automation-deal-card {
    gap: 12px;
    min-height: auto;
    padding-left: 24px;
  }

  .automation-deal-number {
    font-size: 50px;
    top: -4px;
  }

  .automation-deal-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 4px;
  }

  .automation-deal-name {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .automation-deal-desc {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .automation-deal-example {
    font-size: 12px;
  }
}

#openPrivacy2 {
  position: relative;
  color: #ccc;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
}

#openPrivacy2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s;
}

#openPrivacy2:hover::after {
  width: 100%;
}

#openPrivacy2:hover {
  color: #fff;
}

/* ── Filtros de categoría en carrusel 2 ── */
.lp-cat-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.lp-cat-btn {
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
  font-family: inherit;
}

.lp-cat-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.lp-cat-btn--active {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border-color: transparent;
  color: #fff;
}

/* ===== LUCIDE ICONS ===== */
.trust-icon svg,
.feat-icon svg,
.cinfo-icon svg {
  display: block;
}
.trust-icon svg {
  width: 14px;
  height: 14px;
}
.ti-g svg {
  color: var(--green);
}
.ti-b svg {
  color: var(--blue);
}
.ti-gold svg {
  color: var(--gold-l);
}
.feat-icon svg {
  width: 24px;
  height: 24px;
}
.fi-b svg {
  color: var(--blue);
}
.fi-g svg {
  color: var(--green);
}
.fi-gold svg {
  color: var(--gold-l);
}
.fi-v svg {
  color: var(--violet);
}
.cinfo-icon svg {
  width: 20px;
  height: 20px;
}
.prod-thumb > i[data-lucide],
.prod-thumb > svg {
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.45);
}
.hero-eyebrow svg {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.fc-sub svg {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  color: #f97316;
  fill: #f97316;
  stroke: none;
}
.stars-row svg {
  width: 11px;
  height: 11px;
  color: #f59e0b;
  fill: currentColor;
  stroke: none;
}
.testi-stars svg {
  width: 14px;
  height: 14px;
  color: #f59e0b;
  fill: currentColor;
  stroke: none;
}
.testi-avatar svg {
  width: 20px;
  height: 20px;
  color: var(--text-m);
}
.testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
