:root{
  --brand:#ccfe1f;
  --ink:#ffffff;
  --ink2:rgba(255,255,255,0.85);
  --gray:rgba(255,255,255,0.5);
  --gray-light:rgba(255,255,255,0.4);
  --white:#111111;
  --off:#161616;
  --off2:#1a1a1a;
  --border:rgba(255,255,255,0.08);
  --border-dark:rgba(255,255,255,0.06);

  --brand-dark:#a8d419;
  --brand-light:#d4ff3a;
  --cyan:#ccfe1f;
  --ink:#0F172A;
  --ink2:#1E293B;
  --ink3:#1a1a1a;
  --gray:#64748B;
  --gray2:#94A3B8;
  --gray3:#CBD5E1;
  --off:#F8FAFC;
  --off2:#F1F5F9;
  --white:#FFFFFF;
  --success:#10B981;
  --danger:#EF4444;
  --warn:#F59E0B;
  --border:rgba(15,23,42,0.08);
  --shadow-sm:0 2px 8px rgba(15,23,42,0.06);
  --shadow:0 8px 24px rgba(15,23,42,0.08);
  --shadow-lg:0 20px 56px rgba(15,23,42,0.14);
  --radius-sm:8px;
  --radius:14px;
  --radius-lg:24px;
  --radius-xl:32px;
}

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip}
body{
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;
  background:#0a0a0a;color:#fff;line-height:1.6;
  -webkit-font-smoothing:antialiased;overflow-x:clip;
  transition:background-color 0.4s ease,color 0.4s ease;
  position:relative;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
::selection{background:#111;color:#fff}

.num,.price-amt,.stat-num,h1 em,.big-stat-num{
  font-family:'Montserrat',sans-serif;font-weight:800;letter-spacing:-0.02em;
}

.container{max-width:1280px;margin:0 auto;padding:0 1.25rem}
@media(min-width:768px){.container{padding:0 2rem}}
/* ═══════ SECTION ALTERNATION ═══════ */
.section{padding:4rem 0;position:relative}
@media(min-width:768px){.section{padding:6rem 0}}
.section-light{background:var(--off)}
.section-alt{background:var(--off2)}
.section-dark{
  background:#0d0d0d;
  color:#fff;
}
.section-dark .s-tag{background:none;color:rgba(255,255,255,0.55);border:none;padding-left:0}
.section-dark .s-tag::before{display:none}
/* Lima como texto no funciona sobre fondo claro — en claras: texto oscuro + tick lima */
.section-dark .s-title{color:var(--white)}
.section-dark .s-sub{color:rgba(255,255,255,0.5)}
.section-dark .aud-card{background:#161616;border:none}
.section-dark .aud-card h3{color:var(--white)}
.section-dark .aud-card p{color:rgba(255,255,255,0.5)}
.section-dark .aud-icon{background:rgba(180,220,20,0.15)}
.section-dark .faq-item{border-color:rgba(255,255,255,0.08)}
.section-dark .faq-q{color:var(--white)}
.section-dark .faq-a-inner{color:rgba(255,255,255,0.55)}
.section-dark .faq-a-inner strong{color:rgba(255,255,255,0.85)}
.section-dark .faq-a-inner ul li{color:rgba(255,255,255,0.55)}
.section-dark .q-icon{background:#fff;color:#111}
.section-dark .faq-item.open .q-icon{background:#fff;color:#111}
.section-dark .plan{background:var(--ink2);border-color:rgba(255,255,255,0.08)}
.section-dark .plan:hover{border-color:rgba(180,220,20,0.5)}
.section-dark .plan.featured{background:var(--ink3);border-color:var(--brand)}
.section-dark .plan-name{color:var(--white)}
.section-dark .plan-desc{color:rgba(255,255,255,0.45)}
.section-dark .plan-price .price-amt{color:var(--white)}
.section-dark .plan-note{color:rgba(255,255,255,0.3)}
.section-dark .plan-delivery{background:rgba(255,255,255,0.1)}
.section-dark .plan-feats li{color:rgba(255,255,255,0.65);border-color:rgba(255,255,255,0.06)}
.section-dark .plan-feats li.no{color:rgba(255,255,255,0.25)}
.section-dark .plan-callout{background:rgba(245,158,11,0.08);border-color:rgba(245,158,11,0.2)}
.section-dark .plan-callout-title{color:var(--white)}
.section-dark .plan-callout p{color:rgba(255,255,255,0.45)}
.section-dark .plan-fit{background:rgba(255,255,255,0.04);border-color:rgba(255,255,255,0.06)}
.section-dark .plan-fit-row ul li{color:rgba(255,255,255,0.5)}
.section-dark .s-sub{color:rgba(255,255,255,0.45)}
/* quiz btn inside dark section */
.section-dark .btn-laser::after{background:var(--ink)}
/* testimonios dark */
.section-dark .tcard{background:161616;border-color:rgba(255,255,255,0.06)}
.section-dark .tcard:hover{border-color:rgba(180,220,20,0.3)}
.section-dark .t-q{color:rgba(255,255,255,0.7)}
.section-dark .t-nm{color:var(--white)}
.section-dark .t-biz{color:rgba(255,255,255,0.35)}
.section-dark .t-auth{border-color:rgba(255,255,255,0.08)}
/* contacto dark */
.section-dark .socials-block p{color:rgba(255,255,255,0.5)}
.section-dark .socials a{background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.1);color:rgba(255,255,255,0.6)}
.section-dark .socials a:hover{background:#111;color:#fff;border-color:var(--brand)}
.section-dark .phone{color:rgba(255,255,255,0.6)}
/* reseñas Google en fondo negro */
.section-dark .google-logo{filter:grayscale(100%) brightness(2);opacity:0.5}
.section-dark .google-score{color:var(--white)}
.section-dark .google-count{color:rgba(255,255,255,0.4)}
.section-dark .greview-card{background:#1a1a1a;border-color:rgba(255,255,255,0.08);box-shadow:none}
.section-dark .greview-card:hover{border-color:rgba(204,254,31,0.3);box-shadow:none}
.section-dark .greview-name{color:var(--white)}
.section-dark .greview-time{color:rgba(255,255,255,0.35)}
.section-dark .greview-text{color:rgba(255,255,255,0.6)}
.section-dark .greview-cta{color:rgba(255,255,255,0.5);border-color:rgba(255,255,255,0.12)}
.section-dark .greview-cta:hover{color:#fff;border-color:rgba(204,254,31,0.4)}

/* ═══════ BUTTONS ═══════ */
@property --ang{syntax:'<angle>';initial-value:0deg;inherits:false}
@keyframes rot{to{--ang:360deg}}

.btn{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  gap:0.55rem;padding:0.95rem 1.8rem;border-radius:100px;
  font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:0.92rem;
  letter-spacing:0.01em;cursor:pointer;
  transition:transform 0.25s cubic-bezier(0.2,0.9,0.4,1.1),
             box-shadow 0.25s ease,background 0.25s ease,color 0.25s ease;
  white-space:nowrap;overflow:hidden;isolation:isolate;
}
.btn:active{transform:scale(0.97)}

.btn-primary{background:#111;color:#fff;box-shadow:0 6px 20px rgba(180,220,20,0.35)}
.btn-primary:hover{background:#111;transform:translateY(-2px);box-shadow:0 12px 28px rgba(180,220,20,0.45)}

/* Shine on hover for primary */
.btn-primary::after{
  content:'';position:absolute;top:0;left:-120%;width:100%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);
  transition:left 0.7s ease;z-index:1;
}
.btn-primary:hover::after{left:120%}

/* LASER BORDER BUTTON — luz sutil recorriendo el borde */
.btn-laser-glow{
  position:relative;background:#111;color:#ccfe1f !important;
  padding:0.95rem 1.8rem;border-radius:100px;font-weight:800;
  box-shadow:0 0 0 1.5px rgba(204,254,31,0.55), 0 6px 16px rgba(180,220,20,0.18);
  transition:transform 0.25s,box-shadow 0.25s;
  isolation:isolate;
}
.btn-laser-glow::before{
  content:'';position:absolute;inset:-3px;border-radius:100px;
  background:conic-gradient(from var(--ang),
    rgba(204,254,31,0.6) 0deg,rgba(232,255,106,0.6) 20deg,transparent 40deg,
    transparent 320deg,rgba(204,254,31,0.6) 340deg,rgba(232,255,106,0.6) 360deg);
  animation:rot 2.5s linear infinite;z-index:-2;
}
.btn-laser-glow::after{
  content:'';position:absolute;inset:2px;background:#111;
  border-radius:100px;z-index:-1;
}
.btn-laser-glow:hover{transform:translateY(-2px);box-shadow:0 0 0 1.5px rgba(232,255,106,0.7),0 10px 22px rgba(180,220,20,0.28)}
.btn-laser-glow > *{position:relative;z-index:2}

/* Outlined laser */
.btn-laser{background:rgba(255,255,255,0.18);color:#fff;padding:0.95rem 1.8rem;
  border:1.5px solid rgba(255,255,255,0.45);border-radius:100px;font-weight:800;transition:all 0.25s;backdrop-filter:blur(4px);}
.btn-laser::before{content:none}
.btn-laser:hover{background:#ccfe1f;color:#111;transform:translateY(-2px)}
.section-light .btn-laser,.section-alt .btn-laser{color:#111;border-color:#111}
.section-light .btn-laser:hover,.section-alt .btn-laser:hover{background:#111;color:#ccfe1f}

.btn-ghost{background:rgba(255,255,255,0.08);color:#fff;border:1px solid rgba(255,255,255,0.15);backdrop-filter:blur(10px)}
.btn-ghost:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.25);transform:translateY(-2px)}

.btn-white{background:#fff;color:var(--brand)}
.btn-white:hover{background:var(--off);transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,0.15)}

.btn-lg{padding:1.1rem 2.2rem;font-size:0.98rem}
.btn-block{width:100%}

/* ═══════ TOPBAR ═══════ */
@keyframes shimmer{0%,100%{background-position:200% center}50%{background-position:0% center}}
.topbar{
  background:linear-gradient(90deg,
    #111 0%,
    #111 20%,
    rgba(204,254,31,0.06) 35%,
    rgba(204,254,31,0.09) 50%,
    rgba(204,254,31,0.06) 65%,
    #111 80%,
    #111 100%
  );
  background-size:200% 100%;
  animation:tbShimmer 4s ease-in-out infinite;
  color:#fff;padding:0.6rem 1rem;
  font-size:0.78rem;font-weight:700;text-align:center;line-height:1.4;
  justify-content:center;
  position:sticky;top:0;z-index:101;letter-spacing:0.01em;
  overflow:hidden;border-bottom:1px solid rgba(204,254,31,0.2);
}
@keyframes tbShimmer{
  0%{background-position:100% 0}
  50%{background-position:0% 0}
  100%{background-position:100% 0}
}
#topbar-confetti{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
.topbar .t-gift{
  display:inline-flex;align-items:center;gap:0.4rem;
  background:none;border:none;
  color:#fff;font-size:0.78rem;font-weight:900;letter-spacing:0.05em;
  text-decoration:none;
  padding:0;margin-right:0.5rem;
  position:relative;z-index:1;
}
.topbar .t-items{color:rgba(255,255,255,0.85);position:relative;z-index:1}
.topbar .t-items strong{color:#ccfe1f;font-weight:900}


/* Subtle section textures */
.section-light{
  background-image:
    radial-gradient(rgba(15,23,42,0.035) 1px,transparent 1px),
    radial-gradient(ellipse 80% 50% at 50% 100%,rgba(204,254,31,0.06) 0%,transparent 70%);
  background-size:28px 28px,100% 100%;
}
.section-alt{
  background-image:
    linear-gradient(rgba(15,23,42,0.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(15,23,42,0.03) 1px,transparent 1px),
    radial-gradient(ellipse 60% 40% at 80% 20%,rgba(204,254,31,0.07) 0%,transparent 60%);
  background-size:40px 40px,40px 40px,100% 100%;
}
.section-dark{
  background-image:
    radial-gradient(rgba(204,254,31,0.03) 1px,transparent 1px),
    radial-gradient(ellipse 70% 50% at 20% 80%,rgba(204,254,31,0.04) 0%,transparent 65%);
  background-size:32px 32px,100% 100%;
}
.section-white{
  background-image:
    linear-gradient(45deg,rgba(255,255,255,0.015) 1px,transparent 1px),
    linear-gradient(-45deg,rgba(255,255,255,0.015) 1px,transparent 1px),
    radial-gradient(ellipse 50% 40% at 50% 0%,rgba(204,254,31,0.04) 0%,transparent 60%);
  background-size:30px 30px,30px 30px,100% 100%;
}
/* ═══════ NAV ═══════ */
.nav{
  position:sticky;top:0;z-index:100;
  background:#111;
  border-bottom:1px solid rgba(255,255,255,0.07);
  transition:background 0.3s;
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:0.9rem 0;gap:1rem}
.nav-logo{
  font-family:'Montserrat',sans-serif;font-size:1.35rem;font-weight:900;
  letter-spacing:-0.02em;
  background:linear-gradient(135deg,#ccfe1f,#a8d419);
  -webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap;
}
.nav-logo .dot{display:inline-block;width:6px;height:6px;background:#111;border-radius:50%;margin:0 2px;vertical-align:middle}

/* ─── DESKTOP NAV LINKS ─── */
.nav-links{
  display:flex;align-items:center;gap:0.15rem;list-style:none;
}
.nav-links li{position:relative;display:flex;align-items:center}
.nav-links li+li::before{
  content:'';display:block;width:4px;height:4px;border-radius:50%;
  background:rgba(255,255,255,0.2);margin:0 0.3rem;
}
.nav-links a{
  color:rgba(255,255,255,0.72);font-size:0.87rem;font-weight:500;
  padding:0.5rem 0.7rem;border-radius:8px;transition:all 0.2s;
}
.nav-links a:hover{color:#fff;background:rgba(255,255,255,0.08)}

.nav-actions{display:flex;align-items:center;gap:0.7rem}
.icon-btn{
  width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.08);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,0.7);font-size:0.95rem;transition:all 0.2s;border:1px solid rgba(255,255,255,0.1);
}
.icon-btn:hover{background:rgba(255,255,255,0.15);transform:translateY(-1px);color:#fff}

/* Hide mobile-only elements on desktop */
.menu-toggle{display:none}
.mobile-drawer{display:none}
.drawer-overlay{display:none}

/* ─── MOBILE ─── */
@media(max-width:960px){
  /* Hide desktop nav links */
  .nav-links{display:none}
  .nav-cta-desktop{display:none}

  /* Show hamburger */
  .menu-toggle{
    display:flex;width:40px;height:40px;align-items:center;justify-content:center;
    color:#fff;font-size:1.2rem;border-radius:8px;
    background:var(--off2);border:1px solid var(--border);cursor:pointer;
  }

  /* Drawer overlay */
  .drawer-overlay{
    display:block;
    position:fixed;inset:0;background:rgba(0,0,0,0.5);
    backdrop-filter:blur(4px);z-index:490;
    opacity:0;visibility:hidden;transition:all 0.3s;
  }
  .drawer-overlay.open{opacity:1;visibility:visible}

  /* Drawer panel */
  .mobile-drawer{
    display:flex;flex-direction:column;
    position:fixed;top:0;right:0;
    width:78%;max-width:300px;height:100%;
    background:#111;
    padding:5rem 1.5rem 2rem;
    box-shadow:-8px 0 32px rgba(0,0,0,0.4);
    z-index:500;overflow-y:auto;
    transform:translateX(100%);
    transition:transform 0.35s cubic-bezier(0.2,0.9,0.4,1.1);
  }
  .mobile-drawer.open{transform:translateX(0)}

  .drawer-close{
    position:absolute;top:1.2rem;right:1.2rem;
    width:38px;height:38px;border-radius:50%;
    background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);
    display:flex;align-items:center;justify-content:center;
    font-size:1rem;color:rgba(255,255,255,0.7);cursor:pointer;
  }
  .drawer-links{list-style:none;display:flex;flex-direction:column;gap:0;margin-top:0.5rem}
  .drawer-links li{border-bottom:1px solid rgba(255,255,255,0.08)}
  .drawer-links a{
    display:block;padding:1rem 0.3rem;
    font-size:1rem;font-weight:600;color:rgba(255,255,255,0.75);
    transition:all 0.2s;
  }
  .drawer-links a:hover{color:#fff;padding-left:0.8rem}
  .drawer-cta{
    margin-top:1.5rem;
    position:relative;
    background:#111;color:#fff;
    padding:0.9rem 1rem;border-radius:8px;
    font-weight:700;font-size:0.9rem;
    text-align:center;display:block;width:100%;
    cursor:pointer;border:none;
    overflow:hidden;isolation:isolate;
    transition:all 0.25s;
  }
  .drawer-cta::before{
    content:'';position:absolute;inset:-2px;border-radius:10px;
    background:conic-gradient(from var(--ang),transparent 0deg,transparent 290deg,rgba(255,255,255,0.9) 330deg,var(--cyan) 360deg);
    z-index:-2;animation:rot 2.5s linear infinite;
  }
  .drawer-cta::after{
    content:'';position:absolute;inset:2px;background:#111;
    border-radius:6px;z-index:-1;transition:background 0.25s;
  }
  .drawer-cta:hover::after{background:#111}
  .drawer-cta > *{position:relative;z-index:1}
}

/* ═══════ HERO ═══════ */
.hero{position:relative;padding:3rem 0 4rem;overflow:hidden;background:#0a0a0a;min-height:100svh;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.hero-texture{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 90% 70% at 50% 0%,rgba(204,254,31,0.07) 0%,transparent 65%),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(204,254,31,0.05) 0%,transparent 60%),url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");opacity:1}
.hero-bg::before{
  content:'';position:absolute;top:-20%;left:50%;transform:translateX(-50%);
  width:900px;height:900px;max-width:120vw;
  background:radial-gradient(circle,rgba(180,220,20,0.09) 0%,transparent 60%);
  border-radius:50%;
}
.hero-bg::after{
  content:'';position:absolute;bottom:-20%;right:-10%;
  width:500px;height:500px;
  background:radial-gradient(circle,rgba(204,254,31,0.07) 0%,transparent 65%);
  border-radius:50%;
}
.hero-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,0.035) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:radial-gradient(ellipse 80% 60% at center,#000,transparent);
  -webkit-mask-image:radial-gradient(ellipse 80% 60% at center,#000,transparent);
  pointer-events:none;
}
.hero>.container{width:100%;padding-top:2rem;padding-bottom:2rem}
.hero-inner{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}

.hero-flag{
  display:inline-flex;align-items:center;gap:0.5rem;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  color:rgba(255,255,255,0.8);font-size:0.78rem;font-weight:700;
  padding:0.45rem 1rem;border-radius:100px;margin-bottom:1.5rem;
}
.hero-flag .blink{width:6px;height:6px;background:#fff;border-radius:50%;animation:blink 1.5s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:0.2}}

.hero h1{
  font-size:clamp(1.6rem,5vw,3.6rem);font-weight:800;line-height:1.05;
  letter-spacing:-0.03em;margin-bottom:1.2rem;color:#fff;
}
.hero h1 em{
  display:block;color:rgba(255,255,255,0.8);
  font-style:normal;margin-top:0.2em;background:none;-webkit-background-clip:unset;background-clip:unset;
}
.hero-sub{
  font-size:clamp(0.95rem,2.2vw,1.15rem);color:rgba(255,255,255,0.6);
  max-width:620px;margin:0 auto 2rem;line-height:1.65;
}
.hero-sub strong{color:#fff;font-weight:700}

.hero-btns{display:flex;flex-direction:column;gap:0.75rem;max-width:380px;margin:0 auto 2rem}
@media(min-width:640px){.hero-btns{flex-direction:row;max-width:none;justify-content:center}}

.hero-badges{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center}
.hbadge{
  display:inline-flex;align-items:center;gap:0.4rem;
  background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);
  font-size:0.78rem;font-weight:600;padding:0.45rem 0.95rem;
  border-radius:100px;color:rgba(255,255,255,0.75);
}
.hbadge i{color:rgba(255,255,255,0.55);font-size:0.72rem}

.hero-stats{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1px;background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius);
  margin:3rem auto 0;max-width:680px;overflow:hidden;
}
.hero-stat{padding:1.2rem 0.8rem;text-align:center;background:#131313}
.hero-stat .big-stat-num{font-size:clamp(1.4rem,4.5vw,2.2rem);font-weight:800;display:block;background:linear-gradient(80deg,var(--brand),var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;}
.hero-stat .l{font-size:0.7rem;color:rgba(255,255,255,0.45);letter-spacing:0.06em;text-transform:uppercase;margin-top:0.2rem;font-weight:600}

/* ═══════ LOGOS SLIDER ═══════ */
.logos-sec{padding:2.5rem 0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}
.logos-label{text-align:center;font-size:0.72rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--gray2);margin-bottom:1.8rem}
.logos-track-wrap{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.logos-track{display:flex;gap:2rem;width:max-content;animation:logoscroll 70s linear infinite;align-items:center}
.logos-track:hover{animation-play-state:paused}
@keyframes logoscroll{to{transform:translateX(-50%)}}
.logo-card{
  flex-shrink:0;
  background:transparent;
  border:none;
  padding:0;
  display:flex;align-items:center;justify-content:center;
  transition:all 0.3s;
}
.logo-card img{
  height:52px;width:auto;max-width:140px;
  object-fit:contain;
  filter:drop-shadow(0 2px 6px rgba(15,23,42,0.12));
  opacity:0.88;
  transition:all 0.3s;
}
@media(min-width:768px){
  .logo-card img{height:64px;max-width:180px}
}
.logo-card:hover img{
  opacity:1;
  filter:drop-shadow(0 4px 12px rgba(15,23,42,0.18));
  transform:translateY(-2px) scale(1.04);
}

/* ═══════ PORTFOLIO CAROUSEL (home, auto-scroll estilo logos) ═══════ */
.pf-carousel-wrap{
  position:relative;overflow:hidden;
  mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);
}
.pf-carousel-track{
  display:flex;gap:1.3rem;width:max-content;align-items:flex-start;
  animation:pfscroll 140s linear infinite;
}
.pf-carousel-track:hover{animation-play-state:paused}
@keyframes pfscroll{to{transform:translateX(-50%)}}
.pf-carousel-track .portfolio-card{flex:0 0 260px;width:260px}
@media(min-width:768px){
  .pf-carousel-track .portfolio-card{flex:0 0 300px;width:300px}
}
.pf-carousel-track .portfolio-card img{width:100%;height:auto;display:block}

/* ═══════ SECTIONS COMMON ═══════ */
.s-head{text-align:center;max-width:720px;margin:0 auto 3rem}
.s-tag{
  display:inline-flex;align-items:center;gap:0.5rem;
  font-family:'Montserrat',sans-serif;font-size:0.7rem;font-weight:700;
  letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.55);margin-bottom:0.9rem;
}
.s-tag::before{content:'';width:18px;height:2px;background:#111;border-radius:1px}
.section-light .s-tag,.section-alt .s-tag{color:var(--gray)}
.section-light .s-tag::before,.section-alt .s-tag::before{background:var(--ink)}
.s-title{
  font-size:clamp(1.8rem,4.2vw,2.8rem);font-weight:800;line-height:1.15;
  letter-spacing:-0.02em;margin-bottom:0.9rem;color:var(--ink);
}
.s-title em{font-style:normal;color:#fff}
.section-light .s-title em,.section-alt .s-title em{
  color:var(--ink);background:none;
}
.s-sub{color:var(--gray);font-size:clamp(0.92rem,2vw,1.02rem);line-height:1.7;max-width:600px}
.s-head .s-sub{margin-left:auto;margin-right:auto}

/* ═══════ AUDIENCIA ═══════ */
.audience-grid{
  display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;
}
@media(min-width:640px){.audience-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.audience-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1400px){.audience-grid{grid-template-columns:repeat(5,1fr)}}
.aud-card{
  background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);
  border-radius:var(--radius-lg);padding:1.8rem 1.4rem;
  text-align:center;transition:all 0.3s;position:relative;overflow:hidden;
}
.aud-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,#ccfe1f,#a8d419);
  transform:scaleX(0);transform-origin:left;transition:transform 0.35s;
}
.aud-card:hover{border-color:rgba(180,220,20,0.3);box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.aud-card:hover::before{transform:scaleX(1)}
.aud-icon{
  width:60px;height:60px;margin:0 auto 1rem;
  background:transparent;
  border-radius:16px;display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;
}
.aud-icon i{
  width:44px;height:44px;border-radius:50%;
  background:#1a1a1a;color:#ccfe1f;
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;
}
.aud-card h3{font-size:1rem;font-weight:700;margin-bottom:0.4rem;color:var(--ink)}
.aud-card p{font-size:0.85rem;color:var(--gray);line-height:1.55}

/* ═══════ SIN vs CON (Comparación) ═══════ */
.compare-grid{
  display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem;
  position:relative;
}
@media(min-width:768px){.compare-grid{grid-template-columns:1fr auto 1fr;gap:2rem;align-items:stretch}}

.compare-col{
  border-radius:var(--radius-lg);padding:2rem 1.5rem;
  border:2px solid;
}
.compare-col.bad{
  background:rgba(239,68,68,0.04);border-color:rgba(239,68,68,0.2);
}
.compare-col.good{
  background:linear-gradient(180deg,rgba(180,220,20,0.05),rgba(204,254,31,0.04));
  border-color:rgba(180,220,20,0.3);
  box-shadow:0 12px 40px rgba(180,220,20,0.12);
}
.compare-head{display:flex;align-items:center;gap:0.8rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.compare-icon{
  width:44px;height:44px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;flex-shrink:0;
}
.bad .compare-icon{background:rgba(239,68,68,0.12);color:var(--danger)}
.good .compare-icon{background:linear-gradient(135deg,#ccfe1f,#a8d419);color:#fff}
.compare-head h3{font-size:1.05rem;font-weight:800;line-height:1.2;color:var(--ink)}
.compare-head .bad-sub{font-size:0.78rem;color:var(--danger);font-weight:600;margin-top:0.15rem}
.compare-head .good-sub{font-size:0.78rem;color:var(--ink2);font-weight:600;margin-top:0.15rem}
.compare-list{list-style:none;display:flex;flex-direction:column;gap:0.8rem}
.compare-list li{
  display:flex;gap:0.7rem;align-items:flex-start;
  font-size:0.88rem;line-height:1.5;color:var(--ink2);
}
.compare-list li i{flex-shrink:0;margin-top:3px;font-size:0.95rem}
.bad .compare-list li i{color:var(--danger)}
.good .compare-list li i{color:var(--success)}

.compare-divider{
  display:none;
}
@media(min-width:768px){
  .compare-divider{
    display:flex;align-items:center;justify-content:center;
    font-family:'Montserrat',sans-serif;font-weight:800;font-size:1.3rem;
    color:var(--gray2);min-width:40px;
  }
  .compare-divider::before{content:'VS'}
}

/* ═══════ BANNER AUTOMATIZADO ═══════ */
.banner-dark{
  background:linear-gradient(135deg,#0d0d0d 0%,#141414 100%);
  border-radius:var(--radius-lg);padding:3rem 1.5rem;text-align:center;color:#fff;
  position:relative;overflow:hidden;
}
.banner-dark::before{
  content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;
  background:radial-gradient(circle,rgba(180,220,20,0.2) 0%,transparent 60%);
  pointer-events:none;
}
.banner-dark-inner{position:relative;z-index:2;max-width:720px;margin:0 auto}
.banner-dark h2{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;line-height:1.15;letter-spacing:-0.02em;margin-bottom:1rem}
.banner-dark h2 em{font-style:normal;color:#fff}
.banner-dark p{color:rgba(255,255,255,0.7);font-size:1rem;line-height:1.65;margin-bottom:1.2rem}
.banner-dark .hl{color:#fff;font-weight:700;text-decoration:underline;text-decoration-color:rgba(255,255,255,0.3)}
.banner-dark .btn-row{margin-top:1.8rem;display:flex;gap:0.8rem;justify-content:center;flex-wrap:wrap}
@media(min-width:768px){.banner-dark{padding:4.5rem 3rem}}

/* ═══════ STATS BIG ═══════ */
.stats-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);
  border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:2.5rem;
}
.stat-big{padding:2rem 1rem;text-align:center;background:#1a1a1a}
.stat-big .num{font-size:clamp(1.8rem,5vw,3rem);color:var(--brand);display:block}
.stat-big .num::before{content:'+';font-size:0.7em;opacity:0.6}
.stat-big:nth-child(3) .num::before{content:''}
.stat-big:nth-child(3) .num::after{content:'%';font-size:0.6em;opacity:0.6}
.stat-big .l{font-size:0.72rem;color:var(--gray);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;margin-top:0.3rem}
@media(min-width:768px){.stat-big{padding:3rem 1.5rem}}

/* ═══════ PORTFOLIO SWIPER ═══════ */
.swiper{
  padding:0.5rem 0 0;
  overflow:visible;
}

.swiper-slide{
  height:auto;

}

/* CARD */
.portfolio-card{
  background:var(--white);
  border:0.4px solid var(--border) !important;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:all 0.35s;

  display:flex;
  flex-direction:column;

  height:auto; /* ❌ quitamos el 100% */
  width:100%;
}

/* HOVER */
.portfolio-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(180,220,20,0.3);
}

/* IMAGEN (CLAVE) */
.portfolio-card img{
  width:100%;
  height:auto; /* 👈 importante */
  object-fit:contain;

  display:block;
  background:#1a1a1a; /* opcional para que no se vea vacío feo */

  transition:transform 0.5s;
}

/* hover imagen */
.portfolio-card:hover img{
  transform:scale(1.03);
}

/* INFO */
.portfolio-info{
  padding:1.3rem;
  background:#161616;
  display:flex;
  flex-direction:column;
  gap:0.3rem;
}

.portfolio-info h3{
  font-size:1rem;
  font-weight:700;
  margin-bottom:0;
  color:#fff;
}

.portfolio-info p{
  font-size:0.82rem;
  color:rgba(255,255,255,0.45);
}

.portfolio-info .portfolio-url{
  display:inline-flex;
  align-items:center;
  gap:0.35rem;

  font-size:0.75rem;
  color:var(--brand);
  font-weight:600;

  margin-top:auto;
  padding-top:0.5rem;

  transition:gap 0.2s;
}

.portfolio-info .portfolio-url:hover{
  gap:0.55rem;
}
.portfolio-info .portfolio-url:hover{gap:0.55rem}

/* ═══════ PORTFOLIO SWIPER ═══════ */

.swiper{
  padding:0.5rem 0 0;
  overflow:visible;
}

.swiper-slide{
  height:auto;
}

/* CARD */
.portfolio-card{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:all 0.35s;

  display:flex;
  flex-direction:column;

  height:auto;
  width:100%;
}

.portfolio-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(180,220,20,0.3);
}

/* IMAGEN */
.portfolio-card img{
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  background:#1a1a1a;
  transition:transform 0.5s;
}

.portfolio-card:hover img{
  transform:scale(1.03);
}

/* INFO */
.portfolio-info{
  padding:1.3rem;
  display:flex;
  flex-direction:column;
  gap:0.3rem;
}

.portfolio-info h3{
  font-size:1rem;
  font-weight:700;
  margin-bottom:0;
  color:#fff;
}

.portfolio-info p{
  font-size:0.82rem;
  color:rgba(255,255,255,0.45);
}

.portfolio-info .portfolio-url{
  display:inline-flex;
  align-items:center;
  gap:0.35rem;
  font-size:0.75rem;
  color:var(--brand);
  font-weight:600;
  margin-top:auto;
  padding-top:0.5rem;
  transition:gap 0.2s;
}

.portfolio-info .portfolio-url:hover{
  gap:0.55rem;
}

/* ═══════ PORTFOLIO SWIPER ═══════ */

.swiper{
  padding:0.5rem 0 0;
  overflow:visible;
  position:relative; /* 👈 clave para flechas fijas */
}

.swiper-slide{
  height:auto;
}

/* CARD */
.portfolio-card{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:all 0.35s;

  display:flex;
  flex-direction:column;

  height:auto;
  width:100%;
}

.portfolio-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(180,220,20,0.3);
}

/* IMAGEN */
.portfolio-card img{
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  background:#1a1a1a;
  transition:transform 0.5s;
}

.portfolio-card:hover img{
  transform:scale(1.03);
}

/* INFO */
.portfolio-info{
  padding:1.3rem;
  display:flex;
  flex-direction:column;
  gap:0.3rem;
}

.portfolio-info h3{
  font-size:1rem;
  font-weight:700;
  margin-bottom:0;
  color:#fff;
}

.portfolio-info p{
  font-size:0.82rem;
  color:rgba(255,255,255,0.45);
}

.portfolio-info .portfolio-url{
  display:inline-flex;
  align-items:center;
  gap:0.35rem;
  font-size:0.75rem;
  color:var(--brand);
  font-weight:600;
  margin-top:auto;
  padding-top:0.5rem;
  transition:gap 0.2s;
}

.portfolio-info .portfolio-url:hover{
  gap:0.55rem;
}

.portfolio-more{text-align:center;margin-top:2.2rem}

/* ═══════ PAGINACIÓN ═══════ */

.swiper-pagination{
  position:relative !important;
  margin-top:1.2rem;

  display:flex !important;
  justify-content:center;
  align-items:center;
  gap:6px;
  width:100%;
}

.swiper-pagination-bullet{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#111;
  opacity:0.3;
  margin:0 !important;
  transition:all 0.3s ease;
}

.swiper-pagination-bullet-active{
  width:22px;
  border-radius:6px;
  opacity:1;
}

/* ═══════ FLECHAS ═══════ */

/* Ocultas en móvil */
.swiper-button-next,
.swiper-button-prev{
  display:none;
}

/* Desktop */
@media(min-width:1024px){

  .swiper-button-next,
  .swiper-button-prev{
    display:flex;
    align-items:center;
    justify-content:center;

    position:absolute; /* 👈 las fija */
    top:50%;
    transform:translateY(-50%);
    z-index:10;

    width:44px;
    height:44px;
    border-radius:50%;

    color:var(--brand);
    background:var(--white);
    box-shadow:var(--shadow);

    transition:all 0.25s ease;
  }

  .swiper-button-prev{
    left:-20px;
  }

  .swiper-button-next{
    right:-20px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after{
    font-size:1rem;
    font-weight:800;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover{
    transform:translateY(-50%) scale(1.1);
    box-shadow:var(--shadow-lg);
  }
}

/* ═══════ PROCESO VIDEOS ═══════ */
.process-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}
@media(min-width:900px){.process-grid{grid-template-columns:1fr 1fr;gap:2rem}}
.process-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}
.process-video{width:100%;aspect-ratio:16/9;background:var(--ink)}
.process-video iframe{width:100%;height:100%;border:none;display:block}
.process-info{padding:1.5rem}
.process-info h4{font-size:1rem;font-weight:700;margin-bottom:0.8rem}
.process-stack{display:flex;flex-wrap:wrap;gap:0.4rem}
.stack-tag{
  display:inline-flex;align-items:center;gap:0.3rem;
  background:var(--off2);border:1px solid var(--border);
  font-size:0.72rem;font-weight:600;color:rgba(255,255,255,0.75);
  padding:0.3rem 0.7rem;border-radius:6px;
}
.stack-tag i{color:var(--brand);font-size:0.6rem}

/* ═══════ PLANS ═══════ */
/* ═══════ PLANS GRID — 3 col centered + SWITCH ═══════ */
.plans-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}
@media(min-width:900px){.plans-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start;max-width:1100px;margin-left:auto;margin-right:auto}}
/* make plan cards vivid on dark bg */
.section-dark .plan{background:#161616;border-color:rgba(255,255,255,0.1)}
.section-dark .plan:hover{border-color:rgba(180,220,20,0.6);box-shadow:0 12px 40px rgba(180,220,20,0.25)}
.section-dark .plan.featured{background:#1a1a0a;border-color:rgba(255,255,255,0.1);box-shadow:none}
.plan-switch{
  display:flex;align-items:center;justify-content:center;gap:0.6rem;
  background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);
  border-radius:100px;padding:0.3rem 0.4rem;margin-bottom:1.2rem;
  width:fit-content;
}
.plan-switch-btn{
  font-size:0.72rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;
  padding:0.4rem 0.9rem;border-radius:100px;cursor:pointer;
  transition:all 0.25s;border:none;background:transparent;
  color:rgba(255,255,255,0.45);
}
.plan-switch-btn.active{background:#111;color:#fff;box-shadow:0 2px 8px rgba(180,220,20,0.4)}
/* compact callout for switch plan */
.plan-callout-sm{
  display:flex;gap:0.6rem;align-items:flex-start;
  background:rgba(245,158,11,0.08);border:1px solid rgba(245,158,11,0.2);
  border-radius:var(--radius-sm);padding:0.75rem;margin-bottom:1rem;
  font-size:0.78rem;
}
.plan-callout-sm i{color:var(--warn);flex-shrink:0;margin-top:2px}
.plan-callout-sm p{color:rgba(255,255,255,0.5);line-height:1.45;margin:0}
.plan-callout-sm.admin{background:rgba(180,220,20,0.1);border-color:rgba(180,220,20,0.25)}
.plan-callout-sm.admin i{color:#ccfe1f}
/* hide ecommerce price tweak */
.plan-switch-panel{display:none}
.plan-switch-panel.active{display:block}
/* En móvil mostrar ambos paneles como cards separadas */
@media(max-width:899px){
  .plan-switch{display:none}
  #planOnePage{background:transparent !important:none !important;padding:0 !important;box-shadow:none !important;display:flex;flex-direction:column;gap:1.5rem;}
  .plan-switch-panel{display:block !important;background:#1a1a1a;border:1.5px solid rgba(255,255,255,0.12);border-radius:var(--radius-lg);padding:2rem 1.8rem;}
  .plan-switch-panel + .plan-switch-panel{margin-top:0}
}

.plan{
  background:var(--white);border:1.5px solid var(--border);
  border-radius:var(--radius-lg);padding:2rem 1.8rem;position:relative;
  transition:all 0.35s;display:flex;flex-direction:column;
}
.plan:hover{transform:translateY(-6px) scale(1.01);box-shadow:var(--shadow-lg);border-color:rgba(180,220,20,0.3)}
.plan.featured{
  border-color:rgba(255,255,255,0.1);
  box-shadow:0 12px 40px rgba(180,220,20,0.15);
  transform:scale(1.02);
}
.plan.featured:hover{transform:scale(1.02) translateY(-6px)}
.plan-badge{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:linear-gradient(90deg,#ccfe1f,#a8d419);
  color:#111;font-size:0.66rem;font-weight:900;
  letter-spacing:0.12em;text-transform:uppercase;
  padding:0.35rem 1.1rem;border-radius:100px;white-space:nowrap;
  box-shadow:0 6px 16px rgba(180,220,20,0.35);
}
.plan-tag{
  display:inline-block;font-size:0.68rem;font-weight:700;
  letter-spacing:0.14em;text-transform:uppercase;
  padding:0.3rem 0.8rem;border-radius:6px;margin-bottom:1rem;
}
.plan-tag.green{background:rgba(16,185,129,0.1);color:var(--success)}
.plan-tag.blue{background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.7)}
.plan-tag.purple{background:rgba(139,92,246,0.1);color:#8B5CF6}
.plan-name{font-size:1.4rem;font-weight:800;margin-bottom:0.3rem}
.plan-desc{font-size:0.82rem;color:var(--gray);line-height:1.55;margin-bottom:1.3rem;min-height:2.5em}
.plan-price{display:flex;align-items:baseline;gap:0.15rem;margin-bottom:0.2rem}
.plan-price .cur{font-family:'Montserrat',sans-serif;font-size:1.3rem;font-weight:700;color:#fff}
.plan-price .price-amt{font-size:clamp(2.8rem,7vw,3.4rem);line-height:1;color:#fff}
.plan-price .per{font-size:0.78rem;color:var(--gray);align-self:flex-end;padding-bottom:0.5rem;margin-left:0.3rem}
.plan-delivery{
  display:inline-flex;align-items:center;gap:0.4rem;
  background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.75);
  font-size:0.75rem;font-weight:700;padding:0.4rem 0.8rem;
  border-radius:6px;margin-bottom:1.5rem;
}
.plan-feats{list-style:none;margin-bottom:1.8rem;flex-grow:1}
.plan-feats li{
  display:flex;gap:0.6rem;align-items:flex-start;
  font-size:0.84rem;color:rgba(255,255,255,0.75);line-height:1.5;
  padding:0.5rem 0;border-bottom:1px dashed var(--border);
}
.plan-feats li:last-child{border-bottom:none}
.plan-feats li i{font-size:0.95rem;flex-shrink:0;margin-top:2px}
.plan-feats li.yes i{
  border-radius:50%;font-size:0.55rem;width:15px;height:15px;
  display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;
  background:#10B981;color:#fff;border:none;
}
.plan-feats li.no i{color:var(--danger)}
.plan-feats li.no{color:var(--gray)}

/* ═══════ TESTIMONIALS ═══════ */
.t-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:2.5rem}
@media(min-width:700px){.t-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.t-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem}}
#testimonios .t-grid .tcard:nth-child(n+5){display:none}
.testimonios-more{text-align:center;margin-top:2.2rem}
.tcard{background:#161616;border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius-lg);padding:1.3rem;transition:all 0.3s}
.tcard:hover{border-color:rgba(180,220,20,0.3);box-shadow:var(--shadow-lg);transform:translateY(-3px)}
.t-video{width:100%;aspect-ratio:9/16;max-height:520px;border-radius:var(--radius);overflow:hidden;background:#0a0a0a;margin-bottom:1.2rem}
.t-video iframe{width:100%;height:100%;border:none;display:block}
.t-stars{color:var(--warn);font-size:0.85rem;letter-spacing:0.1em;margin-bottom:0.6rem}
.t-q{font-size:0.9rem;line-height:1.6;color:rgba(255,255,255,0.75);font-style:italic;margin-bottom:1rem}
.t-auth{display:flex;align-items:flex-start;gap:0.7rem;padding-top:1rem;border-top:1px solid var(--border)}
.t-av{
  width:46px;height:46px;border-radius:14px;
  background:#222;border:1px solid rgba(255,255,255,0.12);
  color:#fff;font-family:'Montserrat',sans-serif;font-size:0.85rem;font-weight:900;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.t-nm{font-size:0.88rem;font-weight:700;margin-bottom:0.15rem}
.t-biz{font-size:0.73rem;color:var(--gray);line-height:1.4}

/* ═══════ FAQ 2 COLUMNAS ═══════ */
.faq{max-width:1100px;margin:2.5rem auto 0;display:grid;grid-template-columns:1fr;gap:0.5rem 2rem}
@media(min-width:900px){.faq{grid-template-columns:1fr 1fr;gap:0 2.5rem}}
.faq-item{border-bottom:1px solid var(--border);transition:background 0.2s}
.faq-q{
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1.3rem 0;cursor:pointer;
  font-size:0.98rem;font-weight:700;color:var(--ink);
  user-select:none;transition:color 0.2s;
}
.faq-q:hover{color:var(--brand-dark)}
.faq-q .q-icon{
  flex-shrink:0;width:30px;height:30px;border-radius:50%;
  background:#fff;color:#111;border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  font-size:0.75rem;transition:all 0.3s;
}
.faq-item.open .q-icon{transform:rotate(135deg);background:#fff;color:#111}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.35s ease}
.faq-a-inner{padding:0 0 1.3rem;font-size:0.9rem;color:var(--gray);line-height:1.65}
.faq-a-inner strong{color:var(--ink2)}
.faq-a-inner ul{padding-left:1.2rem;margin:0.4rem 0;display:flex;flex-direction:column;gap:0.35rem}
.faq-a-inner ul li{color:var(--gray);line-height:1.5}
.faq-item.open .faq-a{max-height:600px}

/* ═══════ CONTACT CTA ═══════ */
.contact-cta{
  background:linear-gradient(135deg,#111 0%,#1a1a0a 100%);
  border:1px solid rgba(204,254,31,0.25);
  border-radius:var(--radius-lg);padding:3rem 1.5rem;text-align:center;color:#fff;
  position:relative;overflow:hidden;
}
.contact-cta::before{
  content:'';position:absolute;top:-30%;right:-20%;width:400px;height:400px;
  background:radial-gradient(circle,rgba(204,254,31,0.12) 0%,transparent 60%);
  border-radius:50%;pointer-events:none;
}
.contact-cta h2{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:800;line-height:1.15;margin-bottom:0.8rem;position:relative;z-index:1;color:#fff}
.contact-cta p{font-size:1rem;color:rgba(255,255,255,0.7);margin-bottom:1.8rem;position:relative;z-index:1}
.contact-cta .btn-row{display:flex;flex-direction:column;gap:0.75rem;align-items:center;position:relative;z-index:1;max-width:340px;margin:0 auto}
@media(min-width:640px){
  .contact-cta{padding:4.5rem 2.5rem}
  .contact-cta .btn-row{flex-direction:row;max-width:none;justify-content:center}
}

.socials-block{margin-top:3rem;text-align:center}
.socials-block p{font-size:0.88rem;color:var(--gray);font-weight:600;margin-bottom:1rem}
.socials{display:flex;gap:0.8rem;justify-content:center;margin-bottom:1rem}
.socials a{
  width:48px;height:48px;border-radius:50%;background:var(--off2);border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,0.6);font-size:1.1rem;transition:all 0.2s;
}
.socials a:hover{background:#111;color:#fff;transform:translateY(-3px);border-color:var(--brand);box-shadow:0 8px 20px rgba(180,220,20,0.3)}
.socials-block .phone{color:#fff;font-size:0.9rem}
.socials-block .phone strong{color:#fff}

/* ═══════ FOOTER ═══════ */
.footer{background:#090909;color:rgba(255,255,255,0.5);padding:2.5rem 0 1.5rem;border-top:1px solid rgba(255,255,255,0.06)}
body.dark .footer{background:#090909}
.footer-wrap{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0.5rem}
.footer-logo{font-family:'Montserrat',sans-serif;font-size:1.2rem;font-weight:900;color:#ccfe1f;margin-bottom:0.4rem}
.footer p{font-size:0.8rem;line-height:1.6,}


/* ═══════ FLOATING GRATIS BANNER ═══════ */
.gratis-float{
  position:fixed;
  left:1.2rem;
  bottom:1.5rem;
  z-index:89;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0;
  cursor:pointer;
  transition:transform 0.25s;
}
.gratis-float:hover{transform:translateY(-3px)}
.gratis-float-inner{
  background:#000;
  border:1px solid rgba(204,254,31,0.22);
  border-radius:14px;
  padding:0.65rem 0.9rem;
  display:flex;flex-direction:column;gap:0.2rem;
  box-shadow:0 4px 20px rgba(0,0,0,0.4),0 0 8px rgba(204,254,31,0.05);
  position:relative;overflow:hidden;
}
.gratis-float-inner::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(204,254,31,0.05),transparent);
  pointer-events:none;
}
.gratis-float-badge{
  font-size:0.68rem;font-weight:900;letter-spacing:0.14em;text-transform:uppercase;
  color:#ccfe1f;display:flex;align-items:center;gap:0.3rem;
}
.gratis-float-badge::before{
  content:'';width:6px;height:6px;border-radius:50%;
  background:#ccfe1f;animation:blink 1.5s infinite;flex-shrink:0;
}
.gratis-float-text{
  font-size:0.85rem;font-weight:700;color:#fff;line-height:1.3;white-space:nowrap;letter-spacing:0.01em;
}
.gratis-float-text span{color:#fff}
.gratis-float-cta{
  font-size:0.62rem;font-weight:800;color:rgba(255,255,255,0.4);
  display:flex;align-items:center;gap:0.25rem;margin-top:0.1rem;
  text-transform:uppercase;letter-spacing:0.08em;
}
@media(max-width:480px){
  .gratis-float{display:none}
}

/* ═══════ PROCESO ═══════ */
.proceso-section{padding:5rem 0;background:var(--off);position:relative;overflow:hidden}
.proceso-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 50%,rgba(204,254,31,0.05) 0%,transparent 70%);pointer-events:none}
.proceso-timeline{position:relative;max-width:860px;margin:3rem auto 0;display:flex;flex-direction:column}
.proceso-timeline::before{content:'';position:absolute;left:32px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(15,23,42,0.15) 10%,rgba(15,23,42,0.08) 90%,transparent)}
@media(min-width:700px){
  .proceso-timeline::before{left:50%;transform:translateX(-50%)}
  .proceso-step:nth-child(odd){padding-right:3.5rem;align-self:flex-start}
  .proceso-step:nth-child(even){padding-left:3.5rem;align-self:flex-end;margin-left:50%;flex-direction:row-reverse;text-align:right}
  .proceso-step{width:50%;padding-bottom:3.5rem}
}
.proceso-step{display:flex;align-items:flex-start;gap:1.5rem;padding:0 0 3rem;position:relative}
.proceso-dot{width:64px;height:64px;border-radius:50%;flex-shrink:0;background:#0d0d0d;border:1px solid rgba(204,254,31,0.2);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:all 0.3s}
.proceso-dot::before{content:'';position:absolute;inset:-4px;border-radius:50%;background:conic-gradient(from var(--ang,0deg),transparent 0deg,transparent 300deg,rgba(204,254,31,0.5) 340deg,#ccfe1f 360deg);animation:rot 4s linear infinite;z-index:-1}
.proceso-dot::after{content:'';position:absolute;inset:3px;background:#0d0d0d;border-radius:50%;z-index:-1}
.proceso-num{font-family:'Montserrat',sans-serif;font-size:1.1rem;font-weight:900;color:#ccfe1f;position:relative;z-index:1}
.proceso-content{flex:1;padding-top:0.7rem}
.proceso-tag{font-size:0.62rem;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;color:var(--gray);margin-bottom:0.4rem;display:block}
.proceso-title{font-family:'Montserrat',sans-serif;font-size:1.1rem;font-weight:800;color:var(--ink);margin-bottom:0.5rem;line-height:1.2}
.proceso-desc{font-size:0.84rem;color:var(--ink2);line-height:1.75}
.proceso-step:hover .proceso-dot{border-color:rgba(204,254,31,0.5);box-shadow:0 0 20px rgba(204,254,31,0.15)}
/* fondo blanco: el tag y la palabra destacada del título no pueden ser lima puro */
.proceso-section .s-tag{color:var(--ink)}
.proceso-section .s-tag::before{background:var(--brand-dark)}
.proceso-section .s-title em{color:var(--ink);background:none}


/* ═══════ GOOGLE REVIEWS ═══════ */
.google-rating-summary{display:flex;align-items:center;gap:0.8rem;justify-content:center;flex-wrap:wrap;margin:1.5rem 0 2.5rem}
.google-logo{height:22px;width:auto;filter:grayscale(35%);opacity:0.85}
.google-score{font-family:'Montserrat',sans-serif;font-size:2.2rem;font-weight:900;color:var(--ink)}
.google-stars-big{color:#f4b400;font-size:1.2rem;letter-spacing:2px}
.google-count{font-size:0.8rem;color:var(--gray)}
.greview-grid{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:600px){.greview-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.greview-grid{grid-template-columns:repeat(3,1fr)}}
.greview-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:12px;padding:1.2rem;display:flex;flex-direction:column;gap:0.7rem;transition:all 0.3s}
.greview-card:hover{border-color:rgba(180,220,20,0.35);box-shadow:var(--shadow);transform:translateY(-3px)}
.greview-header{display:flex;align-items:center;gap:0.75rem}
.greview-av{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-size:1rem;font-weight:900;color:#fff}
.greview-meta{flex:1}
.greview-name{font-size:0.87rem;font-weight:700;color:var(--ink);display:flex;align-items:center;gap:0.4rem;flex-wrap:wrap}
.greview-badge{font-size:0.6rem;font-weight:700;color:#1a73e8;background:rgba(26,115,232,0.15);padding:0.1rem 0.45rem;border-radius:100px;letter-spacing:0.04em}
.greview-time{font-size:0.72rem;color:var(--gray);margin-top:0.1rem}
.greview-gicon{width:18px;height:18px;object-fit:contain;margin-left:auto;flex-shrink:0;opacity:0.7}
.greview-stars{color:#f4b400;font-size:0.85rem;letter-spacing:1px}
.greview-text{font-size:0.83rem;color:var(--ink2);line-height:1.65}
.greview-cta{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.82rem;font-weight:600;color:var(--ink2);border:1px solid var(--border);border-radius:100px;padding:0.55rem 1.2rem;transition:all 0.2s}
.greview-cta:hover{color:var(--ink);border-color:rgba(180,220,20,0.4)}

/* ═══════ WA FLOAT ═══════ */
.wa-float{
  position:fixed;bottom:1.5rem;right:1.5rem;z-index:90;
  width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:1.75rem;
  box-shadow:0 8px 24px rgba(37,211,102,0.5);transition:transform 0.3s;
}
.wa-float:hover{transform:scale(1.1) rotate(8deg)}
.wa-float::before{
  content:'';position:absolute;inset:-6px;border-radius:50%;
  border:2px solid #25D366;opacity:0;animation:waring 2s ease-out infinite;
}
@keyframes waring{0%{transform:scale(1);opacity:0.8}100%{transform:scale(1.5);opacity:0}}
@supports(padding:env(safe-area-inset-bottom)){.wa-float{bottom:max(1.5rem,env(safe-area-inset-bottom))}}

/* ═══════ COTIZA FLOAT (solo móvil, lado opuesto al WhatsApp) ═══════ */
.cotiza-float{display:none}
@media(max-width:768px){
  .cotiza-float{
    display:flex;position:fixed;bottom:1.2rem;left:1.2rem;z-index:90;
    width:52px;height:52px;border-radius:50%;
    background:linear-gradient(135deg,#ccfe1f,#a8d419);color:#111;
    align-items:center;justify-content:center;font-size:1.3rem;
    box-shadow:0 8px 24px rgba(204,254,31,0.45);border:none;cursor:pointer;
    transition:transform 0.3s;
  }
  .cotiza-float:hover{transform:scale(1.1) rotate(-8deg)}
  .cotiza-float::before{
    content:'';position:absolute;inset:-6px;border-radius:50%;
    border:2px solid #ccfe1f;opacity:0;animation:waring 2s ease-out infinite;
  }
  @supports(padding:env(safe-area-inset-bottom)){.cotiza-float{bottom:max(1.2rem,env(safe-area-inset-bottom))}}
}

/* ═══════ MODAL ═══════ */
.modal{
  position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,0.85);
  backdrop-filter:blur(12px);
  display:none;align-items:flex-start;justify-content:center;
  padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;
}
.modal.open{display:flex;animation:mfade 0.25s ease}
@keyframes mfade{from{opacity:0}to{opacity:1}}
.modal-card{
  background:#1a1a1a;border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-lg);
  padding:1.5rem 1.25rem;max-width:480px;width:100%;position:relative;
  animation:mscale 0.3s cubic-bezier(0.2,0.9,0.4,1.1);
  margin:auto;flex-shrink:0;
}
@media(min-width:640px){.modal-card{padding:2rem 1.5rem}}
@keyframes mscale{from{transform:scale(0.92);opacity:0}to{transform:scale(1);opacity:1}}
.modal-close{
  position:absolute;top:1rem;right:1rem;z-index:5;
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,0.08);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:1rem;transition:background 0.2s;
}
.modal-close:hover{background:rgba(255,255,255,0.15)}
.modal-card h3{font-size:1.3rem;font-weight:800;margin-bottom:0.4rem;padding-right:3rem}
.modal-card>p{color:var(--gray);font-size:0.88rem;margin-bottom:1rem}
.calendly-wrap{margin-top:0.5rem;border-radius:var(--radius);overflow:hidden}
.calendly-inline-widget{min-width:280px;height:600px}
@media(min-width:640px){.calendly-inline-widget{height:680px}}

/* ═══════ PLAN CALLOUT ═══════ */
.plan-callout{
  display:flex;gap:0.8rem;align-items:flex-start;
  background:rgba(245,158,11,0.06);
  border:1px solid rgba(245,158,11,0.25);
  border-radius:var(--radius);padding:1rem;
  margin-bottom:1.2rem;
}
.plan-callout-icon{font-size:1.1rem;color:var(--warn);flex-shrink:0;margin-top:2px}
.plan-callout-title{font-size:0.82rem;font-weight:700;margin-bottom:0.3rem;color:#fff}
.plan-callout p{font-size:0.78rem;color:var(--gray);line-height:1.55;margin:0}

/* ═══════ PLAN FIT ═══════ */
.plan-fit{
  background:#222;border:1px solid rgba(255,255,255,0.1);
  border-radius:var(--radius);padding:1rem;margin-bottom:1.5rem;
  display:flex;flex-direction:column;gap:0.8rem;
}
.plan-fit-row{}
.plan-fit-label{
  font-size:0.72rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;
  margin-bottom:0.5rem;display:flex;align-items:center;gap:0.4rem;
}
.plan-fit-row.good .plan-fit-label{color:var(--success)}
.plan-fit-row.bad .plan-fit-label{color:var(--danger)}
.plan-fit-row ul{list-style:none;display:flex;flex-direction:column;gap:0.3rem}
.plan-fit-row ul li{font-size:0.8rem;color:rgba(255,255,255,0.75);display:flex;align-items:flex-start;gap:0.4rem}
.plan-fit-row ul li::before{content:'·';font-weight:900;margin-top:-1px;flex-shrink:0}
.plan-fit-row.good ul li::before{color:var(--success)}
.plan-fit-row.bad ul li::before{color:var(--danger)}

/* ═══════ QUIZ MODAL ═══════ */
.quiz-modal{
  position:fixed;inset:0;z-index:1000;
  background:rgba(0,0,0,0.85);
  backdrop-filter:blur(12px);
  display:none;align-items:flex-start;justify-content:center;
  padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;
}
.quiz-modal.open{display:flex;animation:mfade 0.25s ease}
.quiz-card{
  background:#1a1a1a;border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-lg);
  padding:1.5rem 1.25rem;max-width:560px;width:100%;position:relative;
  animation:mscale 0.35s cubic-bezier(0.2,0.9,0.4,1.1);
  margin:auto;flex-shrink:0;
}
@media(min-width:640px){.quiz-card{padding:2rem 1.5rem}}
.quiz-close{
  position:absolute;top:1rem;right:1rem;
  width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,0.12);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:0.9rem;transition:all 0.2s;cursor:pointer;
  border:1px solid rgba(255,255,255,0.25);
}
.quiz-close:hover{background:rgba(255,255,255,0.22);border-color:rgba(255,255,255,0.4)}

/* Progress bar */
.quiz-progress{margin-bottom:1.5rem}
.quiz-progress-bar{
  height:5px;background:rgba(255,255,255,0.1);border-radius:100px;overflow:hidden;margin-bottom:0.5rem;
}
.quiz-progress-fill{
  height:100%;background:linear-gradient(90deg,#ccfe1f,#a8d419);
  border-radius:100px;transition:width 0.4s cubic-bezier(0.2,0.9,0.4,1.1);
}
.quiz-progress-label{font-size:0.72rem;color:var(--gray);font-weight:600}

/* Question */
.quiz-step{animation:qIn 0.4s cubic-bezier(0.2,0.9,0.4,1.1) both}
@keyframes qIn{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}
.quiz-icon{
  width:52px;height:52px;border-radius:14px;
  background:linear-gradient(135deg,rgba(180,220,20,0.12),rgba(204,254,31,0.08));
  color:var(--brand);font-size:1.3rem;
  display:flex;align-items:center;justify-content:center;margin-bottom:1rem;
}
.quiz-question{font-size:1.1rem;font-weight:800;line-height:1.3;margin-bottom:0.5rem}
.quiz-hint{font-size:0.82rem;color:var(--gray);margin-bottom:1.3rem;line-height:1.5}

/* Options */
.quiz-options{display:flex;flex-direction:column;gap:0.6rem}
.quiz-opt{
  display:flex;align-items:flex-start;gap:0.9rem;
  background:#222;border:1.5px solid rgba(255,255,255,0.1);
  border-radius:var(--radius);padding:0.9rem 1rem;
  cursor:pointer;transition:all 0.2s;text-align:left;
  font-size:0.9rem;font-weight:500;color:#fff;width:100%;
}
.quiz-opt:hover{border-color:#ccfe1f;background:rgba(204,254,31,0.06);transform:translateX(3px)}
.quiz-opt.selected{border-color:#ccfe1f;background:rgba(204,254,31,0.1);color:#ccfe1f}
.quiz-opt-icon{
  width:32px;height:32px;border-radius:8px;background:#2a2a2a;
  border:1px solid rgba(255,255,255,0.12);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;font-size:0.95rem;
  transition:all 0.2s;
}
.quiz-opt.selected .quiz-opt-icon{background:#ccfe1f;color:#111;border-color:#ccfe1f}
.quiz-opt-text{}
.quiz-opt-main{font-weight:600;line-height:1.3}
.quiz-opt-sub{font-size:0.76rem;color:var(--gray);margin-top:0.15rem;font-weight:400}

/* Nav buttons */
.quiz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.3rem;gap:1rem}
.quiz-back{
  display:flex;align-items:center;gap:0.4rem;
  font-size:0.82rem;font-weight:600;color:var(--gray);
  padding:0.6rem 0.8rem;border-radius:8px;background:none;border:none;cursor:pointer;
  transition:all 0.2s;
}
.quiz-back:hover{color:#fff;background:#222}
.quiz-back:disabled{opacity:0.3;pointer-events:none}

/* Result screen */
.quiz-result{animation:qIn 0.5s ease both}
.quiz-result-badge{
  display:inline-flex;align-items:center;gap:0.5rem;
  background:rgba(180,220,20,0.08);color:var(--brand);
  font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;
  padding:0.4rem 0.8rem;border-radius:100px;margin-bottom:1rem;
}
.quiz-result-title{font-size:1.5rem;font-weight:900;line-height:1.15;margin-bottom:0.4rem}
.quiz-result-desc{font-size:0.9rem;color:var(--gray);line-height:1.6;margin-bottom:1.2rem}
.quiz-result-plan{
  background:var(--off);border:1.5px solid var(--border);
  border-radius:var(--radius-lg);padding:1.4rem;margin-bottom:1.3rem;
}
.quiz-result-plan-name{
  font-size:1.2rem;font-weight:900;
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:0.5rem;margin-bottom:0.5rem;
}
.quiz-result-plan-price{
  font-family:'Montserrat',sans-serif;font-size:1.6rem;font-weight:900;color:var(--brand);
}
.quiz-result-why{font-size:0.82rem;color:var(--gray);line-height:1.55;margin-bottom:1rem}
.quiz-result-feats{list-style:none;display:flex;flex-direction:column;gap:0.4rem}
.quiz-result-feats li{
  font-size:0.82rem;color:rgba(255,255,255,0.75);display:flex;gap:0.5rem;align-items:flex-start;
}
.quiz-result-feats li i{color:var(--success);font-size:0.85rem;flex-shrink:0;margin-top:2px}
.quiz-result-actions{display:flex;flex-direction:column;gap:0.6rem}
/* ═══════ GRATIS BANNER — rediseño ═══════ */
.gratis-banner{
  background:linear-gradient(135deg,#0d0d0d 0%,#141414 50%,#0d0d0d 100%);
  padding:3rem 0 2rem;position:relative;overflow:hidden;
}
.gratis-banner::before{
  content:'';position:absolute;top:-80px;right:-80px;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(180,220,20,0.25) 0%,transparent 70%);
  pointer-events:none;
}
.gratis-banner::after{
  content:'';position:absolute;bottom:-60px;left:-60px;
  width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(204,254,31,0.15) 0%,transparent 70%);
  pointer-events:none;
}
.gratis-inner{
  display:flex;flex-direction:column;gap:2.5rem;
  position:relative;z-index:1;
}
@media(min-width:900px){.gratis-inner{flex-direction:row;align-items:center;gap:3rem}}
.gratis-left{flex:1}
.gratis-pill{
  display:inline-flex;align-items:center;gap:0.5rem;
  background:linear-gradient(90deg,#ccfe1f,#a8d419);
  color:#111;font-size:0.72rem;font-weight:800;letter-spacing:0.12em;text-transform:uppercase;
  padding:0.35rem 1rem;border-radius:100px;margin-bottom:1rem;
}
.gratis-headline{
  font-family:'Montserrat',sans-serif;
  font-size:clamp(1.4rem,3.5vw,2.2rem);font-weight:900;
  color:#fff;line-height:1.15;letter-spacing:-0.02em;margin-bottom:0.6rem;
}
.gratis-headline .plus{color:#fff;margin:0 0.2rem}
.gratis-tagline{font-size:0.9rem;color:rgba(255,255,255,0.5);line-height:1.5}
.gratis-right{
  display:flex;flex-direction:column;gap:0.75rem;flex-shrink:0;
}
@media(min-width:640px){.gratis-right{flex-direction:row;gap:1rem}}
@media(min-width:900px){.gratis-right{flex-direction:column;gap:0.75rem;min-width:260px}}
.gratis-item-card{
  display:flex;align-items:center;gap:0.9rem;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:12px;padding:0.85rem 1.1rem;
  transition:all 0.25s;
}
.gratis-item-card:hover{background:rgba(255,255,255,0.09);border-color:rgba(180,220,20,0.4);transform:translateX(4px)}
.gratis-item-card i{font-size:1.3rem;color:rgba(255,255,255,0.7);flex-shrink:0;width:24px;text-align:center}
.gratis-item-card strong{display:block;color:#fff;font-size:0.88rem;font-weight:700;margin-bottom:0.1rem}
.gratis-item-card span{display:block;color:rgba(255,255,255,0.4);font-size:0.72rem}
.gratis-footer{
  display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;
  border-top:1px solid rgba(255,255,255,0.08);
  padding-top:1.5rem;margin-top:0.5rem;
  position:relative;z-index:1;
}
.gratis-footer span{
  display:inline-flex;align-items:center;gap:0.4rem;
  font-size:0.76rem;color:rgba(255,255,255,0.4);font-weight:500;
}
.gratis-footer span i{color:rgba(255,255,255,0.6);font-size:0.7rem}

/* ═══════ QUIZ RESTART ═══════ */
.quiz-restart{
  font-size:0.8rem;color:var(--gray);text-align:center;margin-top:0.8rem;
  cursor:pointer;text-decoration:underline;background:none;border:none;
}
.quiz-restart:hover{color:var(--brand)}



/* ═══════ QUIZ LEAD FORM ═══════ */
.lead-form{display:flex;flex-direction:column;gap:0.8rem}
.lead-field{display:flex;flex-direction:column;gap:0.3rem}
.lead-field label{font-size:0.78rem;font-weight:700;color:rgba(255,255,255,0.75)}
.lead-field input,.lead-field select,.lead-field textarea{
  padding:0.75rem 1rem;border-radius:var(--radius-sm);
  border:1.5px solid rgba(255,255,255,0.1);background:#2a2a2a;
  font-family:'Plus Jakarta Sans',sans-serif;font-size:0.9rem;color:#fff;
  transition:border 0.2s;width:100%;
}
.lead-field input:focus,.lead-field select:focus,.lead-field textarea:focus{
  outline:none;border-color:#ccfe1f;background:#333;
}
.lead-field input::placeholder,.lead-field textarea::placeholder{color:var(--gray2)}
.btn-ghost{background:rgba(255,255,255,0.06);color:#fff;border:1px solid rgba(255,255,255,0.15)}
.btn-ghost:hover{background:rgba(255,255,255,0.1);transform:translateY(-2px)}

/* ═══════ YOUTUBE LAZY LOAD ═══════ */
.yt-lazy{
  position:relative;width:100%;aspect-ratio:4/3;
  cursor:pointer;overflow:hidden;border-radius:8px;
  background:#000;
}
.yt-lazy img{
  width:100%;height:100%;object-fit:cover;
  transition:transform 0.3s;display:block;
}
.yt-lazy:hover img{transform:scale(1.03)}
.yt-play{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);
  width:64px;height:64px;border-radius:50%;
  background:rgba(255,0,0,0.9);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.4rem;
  transition:all 0.2s;border:3px solid rgba(255,255,255,0.3);
}
.yt-lazy:hover .yt-play{
  background:#ff0000;transform:translate(-50%,-50%) scale(1.1);
}
.yt-lazy iframe{
  position:absolute;inset:0;width:100%;height:100%;border:none;
}


/* ═══════ HERO CASOS ═══════ */
.hero-casos{
  display:flex;align-items:stretch;gap:0;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:var(--radius);padding:1rem 1.5rem;
  margin:1.2rem auto;flex-wrap:wrap;
  justify-content:center;width:100%;
}
.hero-caso{display:flex;flex-direction:column;gap:0.2rem;flex:1;min-width:160px;text-align:center}
.hero-caso-nombre{
  font-size:0.72rem;font-weight:700;letter-spacing:0.1em;
  text-transform:uppercase;
  background:linear-gradient(90deg,#ccfe1f,#a8d419);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
}
.hero-caso-result{font-size:0.85rem;color:rgba(255,255,255,0.85);line-height:1.4}
.hero-caso-result strong{color:#fff;font-weight:700}
.hero-caso-divider{
  width:1px;
  background:linear-gradient(to bottom,transparent,rgba(255,255,255,0.2),transparent);
  flex-shrink:0;margin:0 1.2rem;
}
.hero-promise{
  font-size:1rem;color:rgba(255,255,255,0.7);
  line-height:1.6;margin:0.5rem 0 1.5rem;
}
.hero-price{
  display:inline-block;margin-top:4px;
  font-weight:700;
  background:linear-gradient(90deg,#ccfe1f,#a8d419);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
}
@media(max-width:600px){
  .hero-caso-divider{display:none}
  .hero-casos{flex-direction:column;gap:0.75rem}
}

.hero-caso-result strong {
  display: block;
}

@media (max-width: 768px) {
  .nav {
    position: sticky;
    top: 42px;
    z-index: 99;
  }
}

/* ═══════ CASOS DE ÉXITO ═══════ */
.casos-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:700px){.casos-grid{grid-template-columns:repeat(2,1fr)}}
.caso-card{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:var(--radius-lg);
  padding:1.8rem;
  display:flex;flex-direction:column;gap:0.8rem;
  transition:all 0.3s;
}
.caso-card:hover{background:rgba(255,255,255,0.07);border-color:rgba(180,220,20,0.4);transform:translateY(-4px)}
.caso-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.caso-logo-wrap{background:rgba(255,255,255,0.9);border-radius:8px;display:flex;align-items:center}
.caso-logo-wrap img{height:36px;width:auto;object-fit:contain;}
.caso-industry{font-size:0.75rem;font-weight:600;color:rgba(255,255,255,0.45)}
.caso-stat-big{
  font-family:'Montserrat',sans-serif;
  font-size:3rem;font-weight:900;line-height:1;
  background:linear-gradient(90deg,#ccfe1f,#a8d419);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.caso-stat-label{font-size:0.78rem;font-weight:600;color:rgba(255,255,255,0.45);text-transform:uppercase;letter-spacing:0.06em;margin-top:-0.3rem}
.caso-desc{font-size:0.88rem;color:rgba(255,255,255,0.6);line-height:1.7}
.caso-resultados{display:flex;flex-direction:column;gap:0.4rem;padding:0.9rem;background:rgba(255,255,255,0.04);border-radius:10px;border:1px solid rgba(255,255,255,0.07)}
.caso-r{display:flex;align-items:flex-start;gap:0.6rem;font-size:0.82rem;color:rgba(255,255,255,0.75)}
.caso-r i{color:var(--success);flex-shrink:0;margin-top:0.15rem}
.caso-link{
  display:inline-flex;align-items:center;gap:0.4rem;
  font-size:0.8rem;font-weight:700;color:#ccfe1f;
  margin-top:auto;transition:gap 0.2s;
}
.caso-link:hover{gap:0.7rem}

/* ═══════ REVEAL ═══════ */
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.6s ease,transform 0.6s cubic-bezier(0.2,0.9,0.4,1.1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.hero-flag,.hero h1,.hero-sub,.hero-btns,.hero-badges,.hero-stats{opacity:0;animation:heroIn 0.7s ease forwards}
.hero h1{animation-delay:0.1s}
.hero-sub{animation-delay:0.2s}
.hero-btns{animation-delay:0.3s}
.hero-badges{animation-delay:0.4s}
.hero-stats{animation-delay:0.5s}
@keyframes heroIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/* ═══════ MOBILE OPTIMIZATIONS ═══════ */
@media(max-width:768px){

  /* Topbar fijo en móvil */
  .topbar{
    display:flex !important;
    position:fixed !important;
    top:0;left:0;right:0;
    transform:none !important;
    z-index:300;
    justify-content:center;
    background:#111 !important;
    background-image:none !important;
    animation:none !important;
  }
  /* Espacio para el topbar fijo */
  body{padding-top:42px}
  .hero{padding-top:2rem}

  /* Hero — pantalla completa limpia */
  .hero{padding:2rem 0 3rem;min-height:100svh}
  .hero-inner{text-align:center}
  .hero h1{font-size:clamp(1.7rem,8vw,2.4rem);letter-spacing:-0.02em}
  .hero-sub{font-size:0.95rem;max-width:100%;margin:0 auto 1.5rem}
  .hero-badges{justify-content:center}
  .hbadge{font-size:0.78rem;padding:0.4rem 0.75rem}
  .hero-stats{justify-content:center;gap:1.5rem;margin-top:1.5rem}
  .big-stat-num{font-size:1.6rem}

  /* Hero form — 1 columna */
  .hero-form-card{padding:1.3rem}
  .hf-row{grid-template-columns:1fr !important}

  /* Secciones */
  .section,.section-dark,.section-light,.section-alt,.section-white{padding:3rem 0}
  .s-title{font-size:clamp(1.4rem,6vw,2rem)}
  .s-sub{font-size:0.88rem}

  /* Grids */
  .plans-grid{grid-template-columns:1fr !important}
  .pain-grid{grid-template-columns:1fr !important}
  .compare-grid{grid-template-columns:1fr !important}
  .casos-grid{grid-template-columns:1fr !important}
  .t-grid{grid-template-columns:1fr !important}

  /* Banners */
  .banner-dark{padding:2rem 1.2rem}
  .banner-dark h2{font-size:1.5rem}
  .gratis-inner{gap:1.5rem}
  .gratis-headline{font-size:1.4rem}

  /* Stats */
  .stats-grid{grid-template-columns:repeat(3,1fr)}
  .stat-big .n{font-size:1.8rem}

  /* Portfolio swiper — vertical en móvil */
  .portfolio-card img{
    aspect-ratio:auto;
    height:auto;
    width:100%;
    object-fit:contain;
    display:block;
  }

  /* FAQ */
  .faq{grid-template-columns:1fr !important}

  /* Float banner — también ocultar en móvil pequeño */
  .gratis-float{display:none}

  /* WA float */
  .wa-float{width:52px;height:52px;font-size:1.5rem;bottom:1.2rem;right:1.2rem}

  /* Proceso steps */
  .process-steps{grid-template-columns:1fr !important}

  /* Cases */
  .caso-stat-big{font-size:2.5rem}

  /* Contact CTA */
  .contact-cta{padding:2.5rem 1.2rem}
  .contact-cta h2{font-size:1.5rem}
}

@media(max-width:480px){
  .hero h1{font-size:clamp(1.5rem,7vw,2rem)}
  .btn-lg{padding:0.85rem 1.4rem;font-size:0.9rem}
  .hero-btns{flex-direction:column;align-items:center}
  .stats-grid{grid-template-columns:repeat(3,1fr);gap:0}
  .plan{padding:1.5rem 1.2rem}
}

/* ═══════ PAGE HERO (subpáginas) ═══════ */
.page-hero{padding:1.5rem 0 2.5rem;text-align:center}
.page-hero .s-tag{display:inline-block;color:rgba(255,255,255,0.6) !important}
.page-hero .s-tag::before{background:#fff !important}
.page-hero .s-title{margin-top:0.6rem;color:#fff !important}
.page-hero .s-title em{color:#fff !important}
.page-hero .s-sub{max-width:640px;margin:0.9rem auto 0;color:rgba(255,255,255,0.62) !important}
.page-hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:0.6rem;margin-top:1.6rem}
.page-hero-stat{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:100px;padding:0.5rem 1rem;font-size:0.78rem;font-weight:600;color:rgba(255,255,255,0.8)}
.page-hero-stat strong{color:var(--brand-light,#ccfe1f)}
.page-hero-cta{margin-top:1.6rem;display:flex;flex-direction:column;align-items:center;gap:0.6rem}
.page-hero-cta-sub{font-size:0.8rem;color:rgba(255,255,255,0.5)}

/* ═══════ PORTFOLIO FILTERS ═══════ */
.pf-filters{display:flex;flex-wrap:wrap;gap:0.55rem;justify-content:center;margin:0 0 2.5rem}
.pf-filter-btn{background:#fff;border:1.5px solid var(--border);color:var(--ink);font-size:0.78rem;font-weight:600;padding:0.55rem 1.05rem;border-radius:100px;cursor:pointer;transition:all 0.2s;font-family:'Plus Jakarta Sans',sans-serif}
.pf-filter-btn span{opacity:0.55;font-weight:500;margin-left:0.15rem}
.pf-filter-btn:hover{border-color:var(--ink);transform:translateY(-1px)}
.pf-filter-btn.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.pf-filter-btn.active span{opacity:0.7}
.pf-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}
@media(min-width:640px){.pf-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pf-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1280px){.pf-grid{grid-template-columns:repeat(4,1fr)}}
.pf-grid .portfolio-card img{width:100%;height:auto;display:block}
.pf-card.pf-hidden{display:none}
.pf-count{text-align:center;font-size:0.82rem;color:var(--gray);margin-bottom:1.5rem}

/* ═══════ PORTFOLIO CARD — pie blanco + imagen completa (override) ═══════ */
.portfolio-info{background:#fff !important}
.portfolio-info h3{color:var(--ink) !important}
.portfolio-info p{color:var(--gray) !important}
.portfolio-info .portfolio-url{color:var(--ink) !important}
.portfolio-info .portfolio-url:hover{color:var(--brand-dark,#a8d419) !important}
.portfolio-card{border:1px solid var(--border) !important}

/* ═══════ TESTIMONIOS PAGE EXTRAS ═══════ */
.t-grid-full .tcard{}
.tx-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:2rem}
@media(min-width:700px){.tx-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.tx-grid{grid-template-columns:repeat(3,1fr)}}
.tx-card{background:var(--off2);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem}
.tx-card .t-stars{color:#F59E0B;font-size:0.9rem;margin-bottom:0.6rem}
.tx-card .t-q{font-size:0.9rem;line-height:1.6;color:var(--ink2,var(--ink));margin-bottom:1rem}
.tx-card .t-auth{display:flex;align-items:center;gap:0.7rem}

/* ═══════ PRECIOS PAGE — PLAN DEEP DIVE ═══════ */
.plan-deep{border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin-top:1.5rem;background:var(--off2);color:var(--ink)}
.plan-deep+.plan-deep{margin-top:1.2rem}
.plan-deep-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}
.plan-deep-head h3{font-family:'Montserrat',sans-serif;font-size:1.5rem;font-weight:800;margin:0;color:var(--ink)}
.plan-deep-price{font-size:1.6rem;font-weight:900;color:var(--ink)}
.plan-deep-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:800px){.plan-deep-grid{grid-template-columns:1fr 1fr}}
.plan-deep-block h4{font-size:0.82rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--gray);margin-bottom:0.6rem}
.plan-deep-block ul{display:flex;flex-direction:column;gap:0.45rem;font-size:0.88rem}
.plan-deep-block ul li{display:flex;align-items:flex-start;gap:0.5rem}
.plan-deep-block ul li i{color:var(--success,#10B981);margin-top:0.2rem;flex-shrink:0}
