/* Page-specific service visuals */
.svc-hero{padding:60px 6% 80px;position:relative;overflow:hidden}
.svc-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 55% 50% at 70% 30%,rgba(124,58,237,.09) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(110,231,183,.06) 0%,transparent 55%);pointer-events:none}
.svc-hero-inner{max-width:1240px;margin:0 auto;position:relative;z-index:1}
.svc-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.svc-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border:1px solid rgba(124,58,237,.2);border-radius:100px;font-size:12px;color:var(--vl);background:rgba(124,58,237,.06);font-weight:600;letter-spacing:.3px;text-transform:uppercase;margin-bottom:24px}
.svc-pill-dot{width:6px;height:6px;background:var(--vl);border-radius:50%;animation:svcpulse 2s infinite}
.svc-h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(34px,4.5vw,52px);font-weight:700;letter-spacing:-1.5px;line-height:1.1;color:var(--text);margin-bottom:8px}
.svc-h1-sub{font-family:'Figtree',sans-serif;font-size:clamp(16px,2vw,20px);font-weight:600;color:var(--vl);margin-bottom:20px;display:block}
.svc-sub{font-size:17px;line-height:1.7;color:var(--muted);max-width:480px;margin-bottom:32px}
.svc-sub strong{color:var(--text)}
/* Hero visual - live updating CRM */
.svc-hero-visual{position:relative}
.crm-card{
  background:rgba(13,13,34,.92);border:1px solid var(--border);border-radius:20px;
  overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.6),0 0 0 1px rgba(167,139,250,.06);
}
.crm-card-header{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.015)}
.crm-dots{display:flex;gap:5px}
.rd{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.1)}
.rd.active{background:var(--violet)}
.crm-label{font-size:11px;color:var(--vl);font-weight:700;letter-spacing:1px;text-transform:uppercase}
.crm-body{padding:20px;min-height:420px;display:flex;flex-direction:column;gap:14px}

/* Trigger event display */
.trigger-event{
  display:flex;align-items:center;gap:10px;padding:10px 14px;
  background:rgba(37,211,102,.07);border:1px solid rgba(37,211,102,.15);
  border-radius:10px;font-size:12px;color:var(--text);
  opacity:0;transform:translateY(8px);
}
.trigger-event.show{animation:teIn .4s ease forwards}
@keyframes teIn{to{opacity:1;transform:translateY(0)}}
.trigger-icon{width:26px;height:26px;border-radius:7px;background:#25D366;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}
.trigger-text{flex:1}
.trigger-text strong{color:var(--mint)}

/* Processing indicator */
.processing-row{
  display:flex;align-items:center;gap:8px;padding:8px 14px;font-size:11.5px;color:var(--vl);
  opacity:0;
}
.processing-row.show{animation:teIn .3s ease forwards}
.processing-dot{width:6px;height:6px;border-radius:50%;background:var(--vl);animation:procPulse 1s infinite}
@keyframes procPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}

/* CRM update card */
.crm-update{
  background:rgba(124,58,237,.06);border:1px solid rgba(124,58,237,.15);
  border-radius:12px;padding:16px;opacity:0;transform:translateY(8px);
}
.crm-update.show{animation:teIn .45s ease forwards}
.cu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.cu-label{font-size:10px;color:var(--vl);font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.cu-badge{font-size:9.5px;color:var(--mint);background:rgba(110,231,183,.08);padding:2px 8px;border-radius:4px;display:flex;align-items:center;gap:4px}
.cu-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border);font-size:12px}
.cu-row:last-child{border-bottom:none}
.cu-row-label{color:var(--muted)}
.cu-row-val{font-weight:600;color:var(--text)}
.cu-row-val.new{color:var(--mint)}

/* ── PROBLEM/SOLUTION ── */
.problem-section{padding:100px 6%}
.problem-inner{max-width:1100px;margin:0 auto}
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.problem-card,.solution-card{border-radius:18px;padding:32px;display:flex;flex-direction:column;gap:16px}
.problem-card{background:rgba(248,113,113,.04);border:1px solid rgba(248,113,113,.15)}
.solution-card{background:rgba(110,231,183,.04);border:1px solid rgba(110,231,183,.15)}
.pc-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;width:fit-content;padding:4px 12px;border-radius:20px}
.problem-card .pc-label{background:rgba(248,113,113,.1);color:#F87171}
.solution-card .pc-label{background:rgba(110,231,183,.1);color:var(--mint)}
.pc-title{font-family:'Space Grotesk',sans-serif;font-size:19px;font-weight:700;color:var(--text)}
.pc-list{display:flex;flex-direction:column;gap:10px}
.pc-item{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.55;color:var(--muted)}
.pc-icon{width:18px;height:18px;border-radius:50%;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}
.problem-card .pc-icon{background:rgba(248,113,113,.1);color:#F87171}
.solution-card .pc-icon{background:rgba(110,231,183,.1);color:var(--mint)}

/* Stat callout */
.stat-callout{
  margin-top:32px;padding:24px 28px;background:rgba(124,58,237,.05);
  border:1px solid rgba(124,58,237,.12);border-radius:14px;
  display:flex;align-items:center;gap:20px;
}
.stat-num{font-family:'Space Grotesk',sans-serif;font-size:36px;font-weight:700;color:var(--vl);flex-shrink:0}
.stat-text{font-size:13.5px;line-height:1.6;color:var(--muted)}
.stat-text strong{color:var(--text)}

/* ── COMPATIBLE CRMs ── */
.compat-section{padding:100px 6%;background:rgba(124,58,237,.02)}
.compat-inner{max-width:1000px;margin:0 auto}
.compat-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:48px}
.compat-chip{display:flex;align-items:center;gap:10px;padding:14px 22px;background:rgba(13,13,34,.6);border:1px solid var(--border);border-radius:14px;transition:transform .25s,border-color .25s}
.compat-chip:hover{transform:translateY(-3px);border-color:rgba(124,58,237,.25)}
.compat-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}
.compat-name{font-size:13.5px;font-weight:600;color:var(--text)}
.compat-note{text-align:center;font-size:13px;color:var(--muted);margin-top:28px}

/* ── HOW IT WORKS ── */
.hiw-section{padding:100px 6%}
.hiw-inner{max-width:1000px;margin:0 auto}
.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:48px;position:relative}
.hiw-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;position:relative;padding:0 16px}
.hiw-step:not(:last-child)::after{content:'';position:absolute;top:24px;left:calc(50% + 36px);right:calc(-50% + 36px);height:1px;background:linear-gradient(90deg,rgba(124,58,237,.3),rgba(124,58,237,.1))}
.hiw-num{width:48px;height:48px;border-radius:50%;background:rgba(124,58,237,.1);border:1px solid rgba(124,58,237,.25);display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk',sans-serif;font-size:18px;font-weight:700;color:var(--vl);position:relative;z-index:1;background-color:var(--bg)}
.hiw-title{font-size:15px;font-weight:700;color:var(--text)}
.hiw-desc{font-size:13px;line-height:1.6;color:var(--muted)}

/* ── BENEFITS ── */
.benefits-section{padding:100px 6%}
.benefits-inner{max-width:1100px;margin:0 auto}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.benefit-card{background:rgba(13,13,34,.6);border:1px solid var(--border);border-radius:16px;padding:28px 24px;transition:transform .3s,border-color .3s}
.benefit-card:hover{transform:translateY(-4px);border-color:rgba(124,58,237,.25)}
.benefit-icon{width:44px;height:44px;border-radius:12px;background:rgba(124,58,237,.1);border:1px solid rgba(124,58,237,.2);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.benefit-title{font-family:'Space Grotesk',sans-serif;font-size:17px;font-weight:700;color:var(--text);margin-bottom:8px}
.benefit-desc{font-size:13px;line-height:1.6;color:var(--muted)}

/* ── FAQ MINI ── */
.faq-mini-section{padding:100px 6%}
.faq-mini-inner{max-width:760px;margin:0 auto}
.faq-mini-item{border-top:1px solid var(--border)}
.faq-mini-item:last-child{border-bottom:1px solid var(--border)}
.faq-mini-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left}
.faq-mini-q-text{font-size:15px;font-weight:600;color:var(--text)}
.faq-mini-icon{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.04);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s}
.faq-mini-item.open .faq-mini-icon{transform:rotate(45deg);background:rgba(124,58,237,.15);border-color:rgba(124,58,237,.3)}
.faq-mini-icon svg{width:11px;height:11px;stroke:var(--muted);fill:none;stroke-width:2.5;stroke-linecap:round}
.faq-mini-answer{overflow:hidden;max-height:0;transition:max-height .4s ease}
.faq-mini-item.open .faq-mini-answer{max-height:220px}
.faq-mini-answer-inner{padding:0 0 20px;font-size:14px;line-height:1.7;color:var(--muted)}

/* ── PREMIUM BRAND LOGOS / DARK OPTIMIZED ── */
.crm-card-header{position:relative;gap:14px}.crm-label-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.status-chip{font-size:9px;line-height:1;font-weight:800;letter-spacing:.45px;text-transform:uppercase;padding:6px 9px;border-radius:999px;white-space:nowrap}.status-chip.green{color:#6EE7B7;background:rgba(110,231,183,.08);border:1px solid rgba(110,231,183,.18)}.status-chip.purple{color:#A78BFA;background:rgba(124,58,237,.12);border:1px solid rgba(167,139,250,.18)}
.brand-svg{width:24px;height:24px;display:block;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))}.trigger-icon{background:rgba(255,255,255,.94)!important;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 24px rgba(0,0,0,.22)}.trigger-icon .brand-svg{width:20px;height:20px}.compat-icon{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.035));border:1px solid rgba(167,139,250,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 10px 26px rgba(0,0,0,.22)}.compat-icon .brand-svg{width:22px;height:22px}.compat-grid{max-width:1120px;margin:48px auto 0;gap:14px 14px}.compat-chip{min-height:62px;min-width:142px;justify-content:flex-start;background:linear-gradient(180deg,rgba(18,18,42,.82),rgba(10,10,28,.78));box-shadow:0 16px 40px rgba(0,0,0,.16);animation:brandFloat 7s ease-in-out infinite}.compat-chip:nth-child(2n){animation-duration:8.2s;animation-delay:.45s}.compat-chip:nth-child(3n){animation-duration:9.1s;animation-delay:.8s}.compat-chip:nth-child(5n){animation-duration:7.7s;animation-delay:1.1s}@keyframes brandFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.brand-orbit{position:absolute;inset:-18px;pointer-events:none;z-index:4}.orbit-logo{position:absolute;width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));border:1px solid rgba(167,139,250,.22);box-shadow:0 18px 45px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.04);animation:orbitFloat 6.5s ease-in-out infinite}.orbit-logo .brand-svg{width:24px;height:24px}.orbit-logo.whatsapp{right:-22px;top:52px}.orbit-logo.gmail{left:-22px;top:94px;animation-delay:.7s}.orbit-logo.hubspot{right:10px;bottom:46px;animation-delay:1.2s}.orbit-logo.salesforce{left:46%;bottom:-24px;animation-delay:.35s}.orbit-logo.sheets{right:-20px;top:220px;animation-delay:1.7s}@keyframes orbitFloat{0%,100%{transform:translateY(0) scale(1);opacity:.92}50%{transform:translateY(-9px) scale(1.03);opacity:1}}
@media(max-width:960px){.brand-orbit{display:none}.crm-label-wrap{display:none}.crm-card{max-width:680px;margin:0 auto}}
@media(max-width:600px){.compat-grid{gap:10px}.compat-chip{min-width:calc(50% - 8px);padding:12px 14px}.compat-name{font-size:12.5px}.crm-body{min-height:360px}}


/* ── HERO ORBIT: MÁS LOGOS + APARICIÓN SECUENCIAL ── */
.brand-orbit{position:absolute;inset:-22px;pointer-events:none;z-index:4}
.orbit-logo{
  position:absolute;width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.04));
  border:1px solid rgba(167,139,250,.24);
  box-shadow:0 18px 45px rgba(0,0,0,.38),inset 0 0 0 1px rgba(255,255,255,.045);
  opacity:0;transform:translateY(8px) scale(.96);
  animation:orbitLogoCycle 13.5s ease-in-out infinite;
}
.orbit-logo .brand-svg{width:24px;height:24px;display:block;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))}
@keyframes orbitLogoCycle{
  0%,12%{opacity:0;transform:translateY(10px) scale(.94)}
  18%,48%{opacity:.96;transform:translateY(0) scale(1)}
  58%{opacity:.72;transform:translateY(-7px) scale(1.03)}
  70%,100%{opacity:0;transform:translateY(-12px) scale(.96)}
}
.orbit-logo.whatsapp{right:-24px;top:42px;animation-delay:.1s}
.orbit-logo.gmail{left:-24px;top:86px;animation-delay:1.2s}
.orbit-logo.hubspot{right:-2px;bottom:32px;animation-delay:2.4s}
.orbit-logo.salesforce{left:48%;bottom:-28px;animation-delay:3.4s}
.orbit-logo.sheets{right:-18px;top:205px;animation-delay:4.6s}
.orbit-logo.slack{left:18px;bottom:68px;animation-delay:5.6s}
.orbit-logo.teams{left:18%;top:-24px;animation-delay:6.5s}
.orbit-logo.outlook{right:22%;top:-22px;animation-delay:7.4s}
.orbit-logo.airtable{left:35%;bottom:-24px;animation-delay:8.4s}
.orbit-logo.pipedrive{right:17%;bottom:-20px;animation-delay:9.2s}
.orbit-logo.zoho{left:-22px;bottom:155px;animation-delay:10.2s}
.orbit-logo.dynamics{right:-20px;bottom:142px;animation-delay:11.1s}
.orbit-logo.monday{left:8%;bottom:-18px;animation-delay:12s}
@media(max-width:960px){.brand-orbit{display:none}}

/* ── reveal ── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  .svc-hero-grid{grid-template-columns:1fr;gap:48px}
  .problem-grid{grid-template-columns:1fr}
  .benefits-grid{grid-template-columns:1fr 1fr}
  .hiw-steps{grid-template-columns:1fr;gap:32px}
  .hiw-step::after{display:none}
  .nav-links{display:none}
  .hamburger{display:flex}
  .stat-callout{flex-direction:column;text-align:center}
}
@media(max-width:600px){
  .benefits-grid{grid-template-columns:1fr}
}
