/* ══════════════════════════
   EMPRESAS (B2B) — extends style.css, same palette/vars
══════════════════════════ */
.empresas-hero { background: var(--g-hero); padding: 150px 0 90px; position: relative; overflow: hidden; text-align: center; }
.empresas-hero .hero-dots { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, black 10%, transparent 80%); }
.empresas-hero .container { position: relative; z-index: 2; }
.empresas-hero h1 { font-family: var(--f-head); font-size: clamp(2.2rem,4.4vw,3.4rem); font-weight: 800; color: #fff; margin: 18px auto 16px; max-width: 780px; line-height: 1.12; }
.empresas-hero p { font-size: 1.02rem; color: rgba(255,255,255,.62); max-width: 620px; margin: 0 auto 32px; line-height: 1.75; }
.empresas-hero .hero-btns { justify-content: center; }

.cc-icon-b { background: rgba(108,59,245,.08); border: 1px solid rgba(108,59,245,.18); }
.cc-icon-c { background: rgba(0,196,167,.1); border: 1px solid rgba(0,196,167,.18); }

.b2b-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.b2b-step { text-align: center; padding: 26px 18px; }
.b2b-step-num { width: 42px; height: 42px; border-radius: 50%; background: var(--g-brand); color: #fff; font-family: var(--f-head); font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1rem; }
.b2b-step-title { font-weight: 700; font-size: .95rem; color: var(--ink); margin-bottom: 6px; }
.b2b-step-desc { font-size: .82rem; color: var(--muted); line-height: 1.65; }

/* Formulario de contacto */
.empresa-lead { background: var(--off); padding: 90px 0; }
.empresa-lead-inner { max-width: 720px; margin: 0 auto; background: #fff; border-radius: 22px; padding: 44px; box-shadow: 0 20px 60px rgba(15,10,30,.08); border: 1.5px solid #EAE5F5; }
.empresa-lead-success { text-align: center; padding: 30px 0; }
.empresa-lead-success-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--g-brand); color: #fff; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.empresa-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.empresa-form-grid .full { grid-column: 1 / -1; }
.empresa-form-grid label { display: block; font-size: .78rem; font-weight: 700; color: var(--ink2); margin-bottom: 6px; }
.empresa-form-grid input, .empresa-form-grid select, .empresa-form-grid textarea {
  width: 100%; border: 1.5px solid #EAE5F5; border-radius: 10px; padding: 12px 14px;
  font-family: var(--f-body); font-size: .88rem; color: var(--ink); background: #fff;
  transition: border-color .2s;
}
.empresa-form-grid input:focus, .empresa-form-grid select:focus, .empresa-form-grid textarea:focus { outline: none; border-color: var(--fire); }
.empresa-form-error { display: block; font-size: .74rem; color: var(--fire); margin-top: 5px; }
.empresa-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

@media (max-width: 900px) {
  .b2b-steps { grid-template-columns: repeat(2,1fr); }
  .empresa-form-grid { grid-template-columns: 1fr; }
  .empresa-lead-inner { padding: 28px; }
}
