/* ── PAGE-SPECIFIC ─────────────────────────────── */
.page-home-redesign { padding-top: 0; }
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; background: var(--dark); position: relative; overflow: hidden; padding: 100px 20px 60px; }
.hero-bg { position: absolute; inset: 0; background: url('../../image/hero-tablet.webp') center/cover; opacity: .09; }
.hero-noise { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E"); opacity: .6; pointer-events: none; }
.hero-glow { position: absolute; top: -15%; left: 50%; transform: translateX(-50%); width: 900px; height: 700px; background: radial-gradient(ellipse, rgba(89,0,255,.22) 0%, rgba(255,64,161,.1) 40%, transparent 68%); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: center; width: 100%; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,64,161,.1); border: 1px solid rgba(255,64,161,.28); border-radius: 999px; padding: 5px 14px 5px 8px; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: #ff90c8; margin-bottom: 26px; }
.hero-eyebrow-dot { width: 6px; height: 6px; background: #ff40a1; border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; line-height: 1.06; letter-spacing: -.035em; margin-bottom: 20px; color: #fff; }
.hero-sub { font-size: clamp(.97rem, 1.7vw, 1.12rem); color: rgba(255,255,255,.68); line-height: 1.68; max-width: 520px; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.hero-stat-n { font-size: 1.4rem; font-weight: 900; color: #fff; letter-spacing: -.03em; display: block; }
.hero-stat-l { font-size: .72rem; color: rgba(255,255,255,.45); margin-top: 1px; display: block; }
.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-bot-img { width: 260px; filter: drop-shadow(0 0 60px rgba(255,64,161,.3)) drop-shadow(0 0 18px rgba(89,0,255,.22)); animation: float 5s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.hero-bubble { position: absolute; left: -40px; bottom: 20px; background: rgba(16,9,32,.92); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 12px 16px; min-width: 200px; backdrop-filter: blur(12px); animation: popIn .4s ease .7s both; }
@keyframes popIn { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:none} }
.hero-bubble-msg { font-size: .78rem; color: rgba(255,255,255,.88); line-height: 1.45; }
.hero-bubble-meta { font-size: .63rem; color: rgba(255,255,255,.3); margin-top: 5px; display: flex; align-items: center; gap: 5px; }
.hero-bubble-meta::before { content: ''; width: 6px; height: 6px; background: #00e87a; border-radius: 50%; display: inline-block; }
@media (max-width: 860px) {
  /* Hero móvil más ligero para mejorar FCP/LCP/SI. */
  .hero { min-height: 72svh; padding-top: 88px; padding-bottom: 36px; }
  .hero-bg { background: none; }
  .hero-noise, .hero-glow { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { order: -1; }
  .hero-bot-picture { display: none; }
  .hero-bot-img { width: 160px; animation: none; filter: drop-shadow(0 0 20px rgba(89,0,255,.15)); }
  .hero-bubble { display: none; }
  .hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); margin-bottom: 12px; }
  .hero-sub { font-size: .95rem; line-height: 1.5; margin-bottom: 16px; }
  .hero-ctas { margin-bottom: 12px; }
  .hero-stats { display: none; }
  .hero-eyebrow-dot { animation: none; }
  /* Evita CLS por swap tardío de icon-font en primer pantallazo. */
  .hero-ctas i,
  .trust-item i { display: none !important; }
  .trust-bar { display: none; }
}

.trust-bar { background: rgba(89,0,255,.07); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); padding: 22px 20px; }
.trust-bar-inner { max-width: 1080px; margin: 0 auto; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 9px; font-size: .82rem; color: rgba(255,255,255,.5); font-weight: 500; }
.trust-item i { color: #ff40a1; }

.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 780px) { .pain-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-card { background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius); padding: 24px 20px; transition: border-color .25s, box-shadow .25s; }
.pain-card:hover { border-color: rgba(89,0,255,.25); box-shadow: 0 4px 20px rgba(89,0,255,.07); }
.pain-ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(89,0,255,.08); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; margin-bottom: 14px; }
.pain-card h3 { font-size: .88rem; font-weight: 800; color: var(--text-dark); margin-bottom: 6px; }
.pain-card p { font-size: .83rem; color: var(--text-mid); line-height: 1.58; }

.srv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .srv-grid { grid-template-columns: 1fr; } }
.srv-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius-lg); padding: 32px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: border-color .3s, transform .3s; }
.srv-card:hover { border-color: rgba(255,64,161,.38); transform: translateY(-4px); background: linear-gradient(135deg, rgba(255,64,161,.14), rgba(124,60,255,.12)); box-shadow: 0 12px 36px rgba(255,64,161,.18), 0 0 0 1px rgba(255,64,161,.14) inset; }
.srv-card.featured { border-color: rgba(255,64,161,.35); background: rgba(255,64,161,.04); }
.srv-card.featured::before { content: ''; position: absolute; inset: 0; background: var(--grad); opacity: .06; pointer-events: none; }
.srv-popular {
  display: inline-flex;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: linear-gradient(100deg, #7c3cff 0%, #5900ff 100%);
  color: #fff;
  padding: 4px 11px;
  border-radius: 999px;
  margin-bottom: 20px;
  width: fit-content;
  box-shadow: 0 6px 18px rgba(124,60,255,.35);
}
.srv-icon { font-size: 1.8rem; margin-bottom: 16px; }
.srv-card h3 { font-size: 1.15rem; font-weight: 900; color: #fff; margin-bottom: 10px; letter-spacing: -.02em; }
.srv-card > p { font-size: .88rem; color: var(--text-light); line-height: 1.62; margin-bottom: 24px; flex: 1; }
.srv-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 9px; }
.srv-features li { font-size: .82rem; color: rgba(255,255,255,.72); display: flex; align-items: flex-start; gap: 9px; }
.srv-features li::before { content: ''; min-width: 5px; height: 5px; border-radius: 50%; background: #ff40a1; flex-shrink: 0; margin-top: 6px; }
.srv-card .srv-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16,10,34,.92);
  color: #ff40a1;
  border: 1px solid rgba(255,64,161,.68);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  padding: 11px 22px;
  border-radius: 999px;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
  width: fit-content;
  box-shadow: 0 0 0 1px rgba(255,64,161,.12) inset, 0 4px 20px rgba(255,64,161,.2);
}
.srv-card .srv-cta:hover {
  background: #ff40a1;
  color: #fff;
  border-color: #ff40a1;
  box-shadow: 0 10px 30px rgba(255,64,161,.34);
}
.srv-hint { font-size: .74rem; color: rgba(255,255,255,.3); margin-top: 10px; }

.method-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; padding-top: 8px; }
.method-steps::before {
  content: '';
  position: absolute;
  top: var(--method-beam-y, 42px);
  left: var(--method-beam-x, 0px);
  width: var(--method-beam-w, 0px);
  height: 2px;
  background: rgba(255,255,255,.06);
  z-index: 0;
  pointer-events: none;
}
.method-steps .method-beam:not(.method-beam--playing) { display: none; }
.method-steps .method-beam.method-beam--playing {
  display: block;
  position: absolute;
  top: var(--method-beam-y, 42px);
  left: var(--method-beam-x, 0px);
  width: var(--method-beam-w, 0px);
  height: 2px;
  z-index: 0;
  border-radius: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,64,161,.96), rgba(89,0,255,.82), rgba(255,208,251,.92), rgba(89,0,255,.76));
  background-size: 200% 100%;
  box-shadow: 0 0 14px rgba(255,64,161,.42), 0 0 24px rgba(89,0,255,.28);
  transform: scaleX(0);
  transform-origin: left center;
}
.method-steps .method-beam.method-beam--shine.method-beam--playing { animation: beamShimmer 2.2s linear infinite; }
@keyframes beamShimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
@media (max-width: 760px) {
  .method-steps { grid-template-columns: 1fr; }
  .method-steps::before,
  .method-steps .method-beam { display: none !important; }
}
.method-step-n { width: 60px; height: 60px; border-radius: 50%; border: 1px solid rgba(255,64,161,.35); background: rgba(255,64,161,.07); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 900; color: #fff; margin-bottom: 22px; position: relative; z-index: 1; }
.method-step h3 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 9px; }
.method-step p { font-size: .86rem; color: var(--text-light); line-height: 1.62; }

.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 760px) { .sector-grid { grid-template-columns: 1fr; } }
.sector-card { border-radius: var(--radius-lg); overflow: hidden; position: relative; aspect-ratio: 4/3; border: 1px solid rgba(255,255,255,.06); transition: border-color .25s, box-shadow .25s; }
.sector-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.sector-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(255,64,161,.00), rgba(255,64,161,.18)); opacity: 0; transition: opacity .25s ease; }
.sector-card:hover img { transform: scale(1.04); }
.sector-card:hover { border-color: rgba(255,64,161,.42); box-shadow: 0 10px 28px rgba(255,64,161,.2); }
.sector-card:hover::after { opacity: 1; }
.sector-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,4,15,.92) 0%, transparent 65%); display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; }
.sector-name { font-size: 1.1rem; font-weight: 900; color: #fff; letter-spacing: -.02em; margin-bottom: 5px; }
.sector-desc { font-size: .8rem; color: rgba(255,255,255,.7); line-height: 1.5; }

.integs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.integ-pill { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; padding: 8px 18px; font-size: .81rem; color: rgba(255,255,255,.65); font-weight: 500; transition: border-color .2s, background .2s, color .2s; }
.integ-pill:hover { border-color: rgba(89,0,255,.35); background: rgba(89,0,255,.08); color: #fff; }
.integ-pill i { color: #ff40a1; }

.faq-wrap { max-width: 680px; border: 1px solid var(--border-light); border-radius: var(--radius-lg); overflow: hidden; }
.faq-row { border-bottom: 1px solid var(--border-light); }
.faq-row:last-child { border-bottom: none; }
.faq-q-btn { width: 100%; text-align: left; background: #fff; border: none; padding: 20px 22px; font-size: .92rem; font-weight: 700; color: var(--text-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: var(--font); transition: background .2s; }
.faq-q-btn:hover { background: var(--lightbg); }
.faq-chev { color: var(--primary); font-size: .78rem; transition: transform .3s; flex-shrink: 0; }
.faq-chev.open { transform: rotate(180deg); }
.faq-ans { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; font-size: .88rem; color: var(--text-mid); line-height: 1.65; background: #fff; padding: 0 22px; }
.faq-ans.open { max-height: 250px; padding: 0 22px 20px; }

.cta-band { background: linear-gradient(135deg, rgba(89,0,255,.22), rgba(255,64,161,.12)); border-top: 1px solid rgba(255,64,161,.15); border-bottom: 1px solid rgba(255,64,161,.1); padding: clamp(48px, 7vw, 80px) 20px; text-align: center; }
.cta-band h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); font-weight: 900; letter-spacing: -.028em; margin-bottom: 14px; }
.cta-band p { color: var(--text-light); margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-band-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
#assistant-booking { margin-top: 16px; }
