/* ═══════════════════════════════════════════
   ROOT & GLOBALS
═══════════════════════════════════════════ */
:root {
  --y:  #ffca05;
  --yd: #d4a900;
  --k:  #1a1a1a;
  --footer-bg: #080808;
  --r: 20px;
  --sh:  0 4px 24px rgba(0,0,0,.07);
  --sh2: 0 16px 48px rgba(0,0,0,.14);
  --ease: all .3s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: hidden; }
@media (max-width: 991px) { html { scroll-padding-top: 100px; } }

body {
  font-family: 'Outfit', system-ui, sans-serif;
  color: var(--k);
  background: #fff;
  overflow-x: hidden;
  max-width: 100vw;
  padding-top: 0;
}

#inicio { padding-top: 92px; background-color: #000;}

/* ─ Typography helpers ─ */
.py-section { padding: 96px 0; }
@media (max-width: 768px) { .py-section { padding: 64px 0; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yd);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.eyebrow::before { content:''; display:inline-block; width:22px; height:2px; background:var(--y); border-radius:1px; }

.sec-title {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
}
.sec-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #6c757d;
  max-width: 540px;
}
.text-y  { color: var(--y)  !important; }
.text-yd { color: var(--yd) !important; }
.divider-y { width: 44px; height: 4px; background: var(--y); border-radius: 2px; margin: 10px 0 20px; }

/* ═══════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════ */
.hm-nav {
  position: fixed;
  top: 39px;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(18,18,18,.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 14px 0;
  transition: top .25s ease, padding .3s, box-shadow .3s;
  z-index: 1050;
}
.hm-nav.scrolled { top: 0; padding: 9px 0; box-shadow: 0 4px 28px rgba(0,0,0,.4); }
.nav-logo { height: 64px; }
.nav-logo:hover { opacity: .8; }

.hm-nav .nav-link {
  color: rgba(255,255,255,.68);
  font-size: 1rem;
  font-weight: 500;
  padding: 7px 14px !important;
  border-radius: 8px;
  transition: var(--ease);
}
.hm-nav .nav-link:hover,
.hm-nav .nav-link.active { color: var(--y); background: rgba(255,202,5,.07); }

.btn-nav-in {
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.8) !important;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px;
  padding: 7px 22px;
  font-size: .84rem;
  font-weight: 600;
  transition: var(--ease);
  text-decoration: none;
}
.btn-nav-in:hover { background: rgba(255,255,255,.14); color: #fff !important; }

.btn-nav-reg {
  background: var(--y);
  color: var(--k) !important;
  border-radius: 50px;
  padding: 7px 22px;
  font-size: .84rem;
  font-weight: 700;
  border: none;
  transition: var(--ease);
  text-decoration: none;
}
.btn-nav-reg:hover { background: var(--yd); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(255,202,5,.35); }

.navbar-toggler { border: none; padding: 6px; border-radius: 8px; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); }

/* ═══════════════════════════════════════════
   HERO CAROUSEL
═══════════════════════════════════════════ */
.hero-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #111;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1700px) { .hero-item { min-height:78vh; background-position: 60% center; } }
@media (min-width: 992px) and (max-width:1699px) { .hero-item { min-height: 65vh; background-position: 60% center; } }
@media (max-width: 991px) { .hero-item { min-height: 80vh; background-position: 60% center; }
    .hm-nav .nav-link { font-size: 0.9rem; } }
@media (max-width: 768px) { .hero-item { min-height: 85vh; background-position: 60% center; } }
@media (min-width: 768px) {      .cta-banner-img {
    position: relative; z-index: 9; width: 100% !important;
   margin-top: -200px;
    object-fit: contain; border-radius: 18px;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,.5));} }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(8,8,8,.92) 0%, rgba(8,8,8,.65) 52%, rgba(8,8,8,.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 130px 0 90px;
}
@media (max-width: 991px) { .hero-content { padding: 100px 16px 70px; } }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,202,5,.16);
  border: 1px solid rgba(255,202,5,.3);
  color: var(--y);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(2rem, 5.5vw, 3.9rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.14;
  margin-bottom: 18px;
}
.hero-title .hl { color: var(--y); }

.hero-sub {
  font-size: clamp(.9rem, 1.4vw, 1.05rem);
  color: rgba(255,255,255,.72);
  line-height: 1.75;
  max-width: 490px;
  margin-bottom: 36px;
}

.btn-hp {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--y); color: var(--k);
  border: none; border-radius: 50px;
  padding: 13px 28px; font-size: .93rem; font-weight: 700;
  text-decoration: none; transition: var(--ease);
}
.btn-hp:hover { background: var(--yd); color: var(--k); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,202,5,.4); }

.btn-ho {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1);
  color: #fff; border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 50px; padding: 13px 28px;
  font-size: .93rem; font-weight: 600;
  text-decoration: none; backdrop-filter: blur(6px);
  transition: var(--ease);
}
.btn-ho:hover { background: rgba(255,255,255,.2); color: #fff; border-color: rgba(255,255,255,.65); transform: translateY(-2px); }

/* Carousel controls */
.hm-indic { bottom: 28px; }
.hm-indic button {
  width: 36px !important; height: 4px !important;
  border-radius: 2px !important;
  background: rgba(255,255,255,.35) !important;
  border: none !important; transition: var(--ease) !important;
}
.hm-indic button.active { background: var(--y) !important; width: 56px !important; }

.carousel-control-prev,
.carousel-control-next {
  width: 48px; height: 48px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  top: 50%; bottom: unset; transform: translateY(-50%);
  backdrop-filter: blur(8px);
  margin: 0 20px;
  transition: var(--ease);
}
@media (max-width: 768px) { .carousel-control-prev, .carousel-control-next { display: none; } }
.carousel-control-prev:hover,
.carousel-control-next:hover { background: var(--y); border-color: var(--y); }
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon { filter: invert(1); }
.carousel-control-prev-icon,
.carousel-control-next-icon { width: 18px; height: 18px; }

/* ═══════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════ */
.stats-bar { background: var(--k); padding: 32px 0; }
.stat-item { text-align: center; }
.stat-num { font-size: 2.1rem; font-weight: 900; color: var(--y); line-height: 1; }
.stat-lbl { font-size: .77rem; color: rgba(255,255,255,.5); margin-top: 5px; }
.stat-sep { width: 1px; background: rgba(255,255,255,.1); }

/* ═══════════════════════════════════════════
   ABOUT / NOSOTROS
═══════════════════════════════════════════ */
.about-img {
  width: 100%; height: 490px;
  object-fit: cover;
  border-radius: 28px;
}
.about-img-wrap { position: relative; }
.about-badge {
  position: absolute; bottom: 28px; left: 28px;
  background: #fff; border-radius: 18px;
  padding: 16px 22px;
  box-shadow: 0 8px 36px rgba(0,0,0,.18);
}
.about-badge .big { font-size: 1.9rem; font-weight: 900; line-height: 1; color: var(--k); }
.about-badge .sm  { font-size: .7rem; color: #9ca3af; text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 576px) { .about-badge { bottom: 12px; left: 12px; padding: 12px 16px; } .about-badge .big { font-size: 1.5rem; } .about-badge .sm { font-size: .6rem; } }

.feat-row {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 15px 0; border-bottom: 1px solid #f3f3f3;
}
.feat-row:last-child { border-bottom: none; }
.feat-icon {
  width: 46px; height: 46px; min-width: 46px;
  border-radius: 13px; background: rgba(255,202,5,.11);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; color: var(--yd);
}
.feat-title { font-weight: 700; font-size: .9rem; margin-bottom: 3px; }
.feat-text  { font-size: .8rem; color: #6c757d; line-height: 1.5; }

/* ═══════════════════════════════════════════
   AUDIENCE CARDS
═══════════════════════════════════════════ */
.aud-card {
  background: #fff; border: 1.5px solid #efefef;
  border-radius: var(--r); padding: 32px 26px;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  height: 100%; transition: var(--ease);
}
.aud-card:hover { border-color: var(--y); transform: translateY(-7px); box-shadow: var(--sh2); color: inherit; }
.aud-card.featured { background: var(--k); border-color: var(--k); color: #fff; }
.aud-card.featured:hover { border-color: var(--y); }

.aud-icon {
  width: 62px; height: 62px; border-radius: 17px;
  background: rgba(255,202,5,.11);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem; color: var(--yd); margin-bottom: 20px;
}
.featured .aud-icon { background: rgba(255,202,5,.14); }
.aud-card .t  { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.aud-card .d  { font-size: .83rem; line-height: 1.65; color: #6c757d; flex: 1; }
.featured .d  { color: rgba(255,255,255,.6); }
.aud-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 700; color: var(--yd);
  margin-top: 18px; text-decoration: none; transition: gap .2s;
}
.aud-link:hover { gap: 10px; }
.featured .aud-link { color: var(--y); }

/* ═══════════════════════════════════════════
   SERVICES GRID
═══════════════════════════════════════════ */
.svc-card {
  background: #fff; border: 1.5px solid #efefef;
  border-radius: 18px; padding: 28px 24px;
  height: 100%; transition: var(--ease);
}
.svc-card:hover { border-color: var(--y); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(255,202,5,.1); }
.svc-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(255,202,5,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; color: var(--yd); margin-bottom: 16px;
}
.svc-card h4 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; }
.svc-card p  { font-size: .8rem; color: #6c757d; line-height: 1.65; margin: 0; }

/* ═══════════════════════════════════════════
   WHY CHECAR
═══════════════════════════════════════════ */
.why-row { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.why-row:last-child { margin-bottom: 0; }
.why-icon {
  width: 50px; height: 50px; min-width: 50px;
  border-radius: 14px; background: rgba(255,202,5,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: var(--yd);
}
.why-t { font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
.why-d { font-size: .8rem; color: #6c757d; line-height: 1.55; }

.why-collage { position: relative; overflow: hidden; }
.why-main {
  width: 100%; height: 380px;
  object-fit: cover; border-radius: 24px;
}
.why-small {
  position: absolute; bottom: 28px; left: -24px;
  width: 185px; height: 140px;
  object-fit: cover; border-radius: 18px;
  border: 4px solid #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.why-float {
  position: absolute; top: 28px; right: -18px;
  background: #fff; border-radius: 18px;
  padding: 14px 20px; text-align: center;
  box-shadow: var(--sh2);
}
.why-float .bn { font-size: 1.7rem; font-weight: 900; color: var(--y); line-height: 1; }
.why-float .bs { font-size: .7rem; color: #9ca3af; }
@media (max-width: 768px) { .why-small { display: none; } .why-float { right: 8px; } }

/* ═══════════════════════════════════════════
   HOW IT WORKS (dark)
═══════════════════════════════════════════ */
.how-section { background: var(--k); }
.how-step { text-align: center; position: relative; }
.how-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--y); color: var(--k);
  font-size: 1.45rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0;
}
.how-icon-ring {
  width: 84px; height: 84px; border-radius: 50%;
  border: 2px solid rgba(255,202,5,.22);
  background: rgba(255,202,5,.05);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--y);
  margin: 0 auto 20px;
}
.how-connector {
  position: absolute;
  top: 42px; left: calc(50% + 52px);
  width: calc(100% - 104px); height: 2px;
  background: linear-gradient(90deg, rgba(255,202,5,.5), rgba(255,202,5,.08));
}
.how-step:last-child .how-connector { display: none; }
.how-step h4 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.how-step p  { font-size: .81rem; color: rgba(255,255,255,.52); line-height: 1.65; max-width: 200px; margin: 0 auto; }
.how-step .step-num-label {
  display: inline-block; font-size: .68rem; font-weight: 700;
  color: var(--yd); letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 8px;
}

/* ═══════════════════════════════════════════
   PRICING
═══════════════════════════════════════════ */
.plans-carousel {
  --plans-gap: 24px;
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
}

.plans-track {
  display: flex;
  gap: var(--plans-gap);
  padding-top: 16px;
  will-change: transform;
}

.plans-track.is-animating {
  transition: transform .55s ease;
}

.plans-item {
  flex: 0 0 calc((100% - (2 * var(--plans-gap))) / 3);
  min-width: 0;
}

.plans-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.plans-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #d4d7dd;
  padding: 0;
  touch-action: manipulation;
  transition: transform .2s ease, background-color .2s ease;
}

.plans-dot:hover {
  background: #b7bcc6;
}

.plans-dot.is-active {
  background: var(--y);
  transform: scale(1.15);
}

.plan-card {
  background: #fff; border: 1.5px solid #efefef;
  border-radius: var(--r); padding: 36px 30px;
  height: 100%; position: relative; transition: var(--ease);
}
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--sh2); }
.plan-card.featured { background: var(--k); border-color: var(--k); color: #fff; }
.plan-card.featured:hover { border-color: var(--y); }

.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--y); color: var(--k);
  font-size: .7rem; font-weight: 800; padding: 4px 18px;
  border-radius: 20px; letter-spacing: .07em; text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 576px) { .plan-badge { font-size: .65rem; padding: 3px 14px; } }
.plan-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: rgba(255,202,5,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--yd); margin-bottom: 18px;
}
.featured .plan-icon { background: rgba(255,202,5,.12); }

.plan-name { font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: #9ca3af; margin-bottom: 4px; }
.featured .plan-name { color: rgba(255,255,255,.5); }
.plan-title { font-size: 1.15rem; font-weight: 800; margin-bottom: 4px; }

.plan-price { font-size: 3rem; font-weight: 900; line-height: 1; margin: 14px 0 4px; }
.plan-price sup { font-size: 1.1rem; top: -14px; position: relative; }
.plan-per { font-size: .82rem; color: #9ca3af; }
.featured .plan-per { color: rgba(255,255,255,.45); }

.plan-divider { height: 1px; background: #f0f0f0; margin: 20px 0; }
.featured .plan-divider { background: rgba(255,255,255,.08); }

.plan-features { list-style: none; padding: 0; margin: 0; }
.plan-features li {
  font-size: .83rem; padding: 6px 0;
  display: flex; align-items: center; gap: 10px; color: #555;
}
.featured .plan-features li { color: rgba(255,255,255,.72); }
.plan-features li i { color: var(--yd); font-size: .85rem; flex-shrink: 0; }
.featured .plan-features li i { color: var(--y); }

.btn-plan {
  display: block; text-align: center; border-radius: 14px;
  padding: 13px; font-weight: 700; font-size: .9rem;
  text-decoration: none; transition: var(--ease); margin-top: 26px;
}
.btn-plan-outline { border: 2px solid var(--y); color: var(--k); background: transparent; }
.btn-plan-outline:hover { background: var(--y); color: var(--k); }
.btn-plan-solid  { background: var(--y); color: var(--k); border: 2px solid var(--y); }
.btn-plan-solid:hover { background: var(--yd); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,202,5,.38); }
.plan-note { font-size: .73rem; color: #9ca3af; text-align: center; margin-top: 10px; }
.featured .plan-note { color: rgba(255,255,255,.35); }

@media (max-width: 991.98px) {
  .plans-item { flex-basis: calc((100% - var(--plans-gap)) / 2); }
}

@media (max-width: 767.98px) {
  .plans-item { flex-basis: 100%; }
}

/* ═══════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════ */
.cta-banner {
  background: linear-gradient(120deg, #0e0e0e 0%, #1e1e1e 100%);
  position: relative;
}
.cta-banner-img {
  width: 100%;
  object-fit: contain; border-radius: 18px;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.5));
}

/* ═══════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════ */
.tst-card {
  background: #fff; border: 1.5px solid #efefef;
  border-radius: 20px; padding: 28px 26px;
  height: 100%; transition: var(--ease);
}
.tst-card:hover { transform: translateY(-4px); box-shadow: var(--sh2); border-color: rgba(255,202,5,.3); }
.tst-stars { color: var(--y); font-size: .85rem; margin-bottom: 14px; }
.tst-text  { font-size: .86rem; line-height: 1.75; color: #555; font-style: italic; margin-bottom: 20px; flex: 1; }
.tst-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--y); display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: var(--k); font-size: 1rem; flex-shrink: 0;
}
.tst-name { font-size: .9rem; font-weight: 700; }
.tst-role { font-size: .73rem; color: #9ca3af; }

/* ═══════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════ */
.ci-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 0; border-bottom: 1px solid #f0f0f0;
}
.ci-item:last-child { border-bottom: none; }
.ci-icon {
  width: 48px; height: 48px; min-width: 48px;
  border-radius: 14px; background: rgba(255,202,5,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--yd);
}
.ci-lbl { font-size: .7rem; color: #9ca3af; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 3px; }
.ci-val { font-size: .92rem; font-weight: 600; }
.ci-val a { color: var(--k); text-decoration: none; }
.ci-val a:hover { color: var(--yd); }

.cf-label { font-size: .78rem; font-weight: 600; color: var(--k); margin-bottom: 6px; display: block; }
.cf-input, .cf-select, .cf-textarea {
  width: 100%; border: 2px solid #e9ecef;
  border-radius: 13px; padding: 12px 16px;
  font-size: .9rem; font-family: inherit;
  background: #fafafa; color: var(--k);
  outline: none; transition: border-color .25s, box-shadow .25s, background .25s;
  -webkit-appearance: none; appearance: none;
}
.cf-input:focus, .cf-select:focus, .cf-textarea:focus {
  border-color: var(--y); background: #fff;
  box-shadow: 0 0 0 4px rgba(255,202,5,.14);
}
.cf-textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--k); color: var(--y); border: none;
  border-radius: 13px; padding: 14px 32px;
  font-size: .95rem; font-weight: 700; cursor: pointer;
  transition: var(--ease); font-family: inherit;
}
.btn-submit:hover { background: #111; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.22); }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.site-footer { background: var(--footer-bg); color: rgba(255,255,255,.5); padding: 72px 0 0; }
.footer-logo { height: 32px; filter: brightness(0) invert(1); opacity: .8; }
.footer-desc { font-size: .81rem; line-height: 1.75; color: rgba(255,255,255,.4); margin-top: 16px; max-width: 270px; }
.footer-col-title { color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,.46); font-size: .84rem; text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--y); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.55); font-size: .95rem;
  text-decoration: none; transition: var(--ease);
}
.footer-social a:hover { background: var(--y); border-color: var(--y); color: var(--k); transform: translateY(-2px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 20px 0; margin-top: 56px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.footer-bottom p, .footer-bottom a { font-size: .76rem; color: rgba(255,255,255,.28); text-decoration: none; margin: 0; }
.footer-bottom a:hover { color: var(--y); }

/* ═══════════════════════════════════════════
   FAB + BACK TO TOP
═══════════════════════════════════════════ */
.fab-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 9999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  font-size: 1.7rem; color: #fff; text-decoration: none;
  transition: var(--ease);
}
.fab-wa:hover { transform: scale(1.1); color: #fff; box-shadow: 0 8px 32px rgba(37,211,102,.6); }

#btt {
  position: fixed; bottom: 100px; right: 28px; z-index: 9999;
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(18,18,18,.88);
  border: 1px solid rgba(255,255,255,.1);
  display: none; align-items: center; justify-content: center;
  color: #fff; font-size: .95rem; cursor: pointer;
  backdrop-filter: blur(8px); text-decoration: none;
  transition: var(--ease);
}
#btt.show { display: flex; }
#btt:hover { background: var(--y); color: var(--k); border-color: var(--y); }

@media (max-width: 576px) { 
  .fab-wa { width: 50px; height: 50px; bottom: 20px; right: 16px; font-size: 1.3rem; } 
  #btt { width: 50px; height: 50px; bottom: 80px; right: 16px; font-size: 0.9rem; } 
}

/* ═══════════════════════════════════════════
   MISC
═══════════════════════════════════════════ */
.brand-bar {
  background: #f8f9fa; border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; padding: 22px 0;
  overflow: hidden;
}

.brand-logos-container {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
  padding: 0 20px;
}

.brand-lbl {
  font-size: .72rem; font-weight: 600; color: #bbb; letter-spacing: .06em; text-transform: uppercase; 
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 10px;
}

.brand-carousel-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.brand-carousel {
  display: flex;
  gap: 40px;
  animation: scroll-carousel 20s linear infinite;
  white-space: nowrap;
}

.brand-carousel span {
  font-size: .95rem; font-weight: 700; color: #ccc; letter-spacing: .04em;
  flex-shrink: 0;
  display: inline-block;
}

@keyframes scroll-carousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 20px));
  }
}

@media (max-width: 768px) {
  .brand-logos-container {
    gap: 15px;
    padding: 0 12px;
  }
  .brand-carousel {
    gap: 20px;
  }
  .brand-carousel span {
    font-size: 0.82rem;
  }
  .brand-lbl {
    font-size: 0.65rem;
  }
}

.contact-map {
  border-radius: 18px; overflow: hidden;
  box-shadow: var(--sh);
  height: 220px; background: #e9ecef;
  display: flex; align-items: center; justify-content: center;
  color: #9ca3af; font-size: .85rem;
}
.notice-strip {
  background: var(--y); padding: 10px 0; text-align: center;
  font-size: .8rem; font-weight: 600; color: var(--k);
  overflow: hidden;
}
.notice-strip a { color: var(--k); font-weight: 700; }

/* ── SECTION UTILITIES ── */
.bg-section-alt { background: #f8f9fa; }
.eyebrow-center { justify-content: center; }
.eyebrow-light { justify-content: center; color: rgba(255,202,5,.9); }
.sec-lead-light { color: rgba(255,255,255,.5); }

/* ── APP PROMO SECTION ── */
.app-img { width: 100%; border-radius: 24px; box-shadow: 0 24px 64px rgba(0,0,0,.15); }
.app-feature-pill { background: #f8f9fa; border-radius: 12px; }
.app-feature-label { font-size: .84rem; font-weight: 600; }
.btn-link-yd { display: inline-flex; align-items: center; gap: 6px; color: var(--yd); font-weight: 700; text-decoration: none; font-size: .9rem; }
.btn-link-yd i { font-size: 1.3rem; }

/* ── PRICING FOOTER NOTE ── */
.plans-footer-note { font-size: .83rem; color: #9ca3af; }

/* ── CTA BANNER ── */
.cta-banner-desc { color: rgba(255,255,255,.6); font-size: 1rem; line-height: 1.75; max-width: 500px; margin-bottom: 36px; }

/* ── CONTACT ── */
.cf-card { background: #fff; border-radius: 24px; padding: 40px; box-shadow: 0 4px 40px rgba(0,0,0,.07); border: 1px solid #f0f0f0; }
.cf-card-title { font-weight: 800; margin-bottom: 24px; font-size: 1.2rem; }
.contact-success { text-align: center; padding: 24px 0; }
.contact-success-icon { width: 64px; height: 64px; background: var(--y); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 16px; }
.text-k { color: var(--k); }
.contact-success-title { font-weight: 800; }
.contact-success-text { color: #6c757d; font-size: .88rem; }

/* ── FOOTER UTILITIES ── */
.text-wa { color: #25d366; }
.footer-promo-box { background: rgba(255,202,5,.08); border: 1px solid rgba(255,202,5,.15); border-radius: 14px; padding: 14px 16px; }
.footer-promo-title { font-size: .72rem; color: rgba(255,202,5,.7); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 4px; }
.footer-promo-text { font-size: .82rem; color: rgba(255,255,255,.55); }

/* ═══════════════════════════════════════════
   APP QR EN TODOS LOS DISPOSITIVOS
═══════════════════════════════════════════ */

.app-qr-section {
  background: linear-gradient(150deg, #050505 0%, #111 100%);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

.app-qr-section::before {
  content: '';
  position: absolute;
  top: -200px; left: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,202,5,.07) 0%, transparent 65%);
  pointer-events: none;
}

.app-qr-section::after {
  content: '';
  position: absolute;
  bottom: -120px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,202,5,.04) 0%, transparent 65%);
  pointer-events: none;
}

@media (max-width: 768px) { .app-qr-section { padding: 64px 0; } }

.eyebrow-on-dark { color: rgba(255,202,5,.85); }

.app-qr-title {
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 900; color: #fff; line-height: 1.13; margin-bottom: 14px;
}

.app-qr-sub {
  color: rgba(255,255,255,.5); font-size: .97rem;
  line-height: 1.8; max-width: 440px; margin-bottom: 28px;
}

.app-feat-list { list-style: none; padding: 0; margin: 0 0 30px; display: flex; flex-direction: column; gap: 10px; }
.app-feat-list li { display: flex; align-items: center; gap: 11px; font-size: .87rem; color: rgba(255,255,255,.62); }
.app-feat-list li .afl-icon {
  width: 24px; height: 24px; min-width: 24px;
  background: rgba(255,202,5,.14); border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  color: var(--y); font-size: .72rem;
}

/* QR Card */
.qr-card {
  display: inline-flex; align-items: center; gap: 20px;
  background: rgba(255,255,255,.05);
  border: 1.5px solid rgba(255,202,5,.2);
  border-radius: 20px; padding: 18px 22px;
}

.qr-frame {
  background: #fff; border-radius: 12px; padding: 6px; line-height: 0; flex-shrink: 0;
}

.qr-frame img { width: 88px; height: 88px; display: block; border-radius: 6px; }

.qr-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,202,5,.13); border: 1px solid rgba(255,202,5,.25);
  border-radius: 50px; padding: 3px 10px;
  font-size: .66rem; font-weight: 700; color: var(--y);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 7px;
}

.qr-card-title { font-size: .86rem; font-weight: 700; color: #fff; margin-bottom: 3px; }
.qr-card-sub { font-size: .76rem; color: rgba(255,255,255,.4); line-height: 1.5; max-width: 170px; }

/* Compatible badges */
.compat-row { display: flex; gap: 8px; margin-top: 20px; flex-wrap: wrap; }

.compat-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 50px; padding: 7px 14px;
  font-size: .76rem; color: rgba(255,255,255,.55);
  transition: all .2s;
}

.compat-badge i { font-size: .9rem; color: rgba(255,202,5,.75); }
.compat-badge:hover { border-color: rgba(255,202,5,.3); color: rgba(255,255,255,.85); }

/* Phone Mockup */
.phone-wrap { display: flex; justify-content: center; align-items: center; }

.phone-outer {
  width: 400px; height: 700px; background: #111; border-radius: 50px; padding: 12px;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.12),
    0 0 0 5px rgba(255,255,255,.04),
    0 60px 120px rgba(0,0,0,.85);
  position: relative;
}

.phone-island {
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 68px; height: 20px; background: #000; border-radius: 12px; z-index: 5;
}

.phone-home {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  width: 76px; height: 4px; background: rgba(255,255,255,.25); border-radius: 2px;
}

.phone-screen { background: #fff; border-radius: 38px; overflow: hidden; height: 100%; display: flex; flex-direction: column; }

/* Phone Status bar */
.ps-bar {
  height: 38px; background: #fff;
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: 0 16px 6px;
}

.ps-time { font-size: .62rem; font-weight: 800; color: #1a1a1a; }
.ps-icons { display: flex; gap: 3px; align-items: center; }
.ps-icons i { font-size: .58rem; color: #1a1a1a; }

/* Phone nav */
.ps-nav {
  background: #1a1a1a; padding: 7px 14px;
  display: flex; align-items: center; justify-content: space-between;
}

.ps-nav-logo { height: 14px; filter: brightness(0) invert(1); }

.ps-nav-bell { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,202,5,.13); display: flex; align-items: center; justify-content: center; }
.ps-nav-bell i { font-size: .58rem; color: var(--y); }

/* Phone carousel */
.pcarousel { position: relative; overflow: hidden; height: 523px; flex: 1; }

.pcarousel-track {
  display: flex; height: 100%; width: 300%;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}

.pcarousel-slide { width: 33.3333%; flex: 0 0 33.3333%; height: 100%; position: relative; }
.pcarousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pcarousel-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 100%);
  padding: 22px 12px 10px;
}

.pcarousel-caption-title { font-size: .71rem; font-weight: 800; color: #fff; margin: 0 0 1px; }
.pcarousel-caption-sub { font-size: .61rem; color: rgba(255,255,255,.7); margin: 0; }

/* Phone carousel bottom */
.pcarousel-bottom {
  background: #fff; padding: 10px 14px 13px;
  display: flex; align-items: center; justify-content: space-between;
}

.pcarousel-dots { display: flex; gap: 5px; align-items: center; }

.pcarousel-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #dee2e6; cursor: pointer; transition: all .3s;
  border: none;
}

.pcarousel-dot.active { width: 18px; border-radius: 3px; background: var(--y); }

.pcarousel-btns { display: flex; gap: 7px; }

.pcarousel-btn {
  width: 28px; height: 28px; border-radius: 50%;
  background: #f8f9fa; border: 1.5px solid #e9ecef;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .68rem; color: #1a1a1a;
  transition: all .2s; user-select: none; padding: 0;
}

.pcarousel-btn:hover { background: var(--y); border-color: var(--y); }

/* Responsive */
@media (max-width: 991px) {
  .compat-row { justify-content: center; }
}

@media (max-width: 768px) {
  .app-qr-title { font-size: 1.5rem; }
  .app-qr-sub { font-size: .9rem; }
  .phone-wrap { overflow: visible; }
}
