/* General landing (/empresas), ported from the Venezuela landing (rrintec.com/lp/software-demo-gratis)
   for clients outside Venezuela. Same RR INTEC tokens; loaded after the shared system.
   navy #152341 · blue #1260dc · wash #f6f9fd · line #e1e8f1 · text #59677c */

/* ---- Bloque de encabezado centrado reutilizable ---- */
.gl-head{max-width:760px;margin:0 auto 42px;text-align:center}
.gl-head .eyebrow{display:inline-block}
.gl-head h2{font-size:clamp(28px,3.1vw,40px);font-weight:650;line-height:1.18;color:var(--navy);margin:14px 0 0}
.gl-head h2 span{color:var(--blue)}
.gl-head p{max-width:620px;margin:16px auto 0;color:var(--text);font-size:15px;line-height:1.7}

/* ---- 02 PROBLEMA (4 tarjetas) ---- */
.gl-problem .gl-lead{max-width:640px;margin:0 auto 34px;text-align:center;color:var(--text);font-size:15px;line-height:1.9}
.gl-problem .gl-lead b{color:#334d74;font-weight:600}
.gl-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gl-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 1px 2px #1836600a}
.gl-card .gl-ic{width:42px;height:42px;border-radius:11px;background:#eef4fe;color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.gl-card .gl-ic .icon{width:20px;height:20px}
.gl-card h3{font-size:16px;font-weight:650;color:var(--navy);margin:0 0 7px}
.gl-card p{font-size:13.5px;line-height:1.6;color:var(--text);margin:0}
.gl-closer{max-width:720px;margin:40px auto 0;text-align:center;font-size:clamp(19px,2.1vw,24px);line-height:1.4;font-weight:600;color:var(--navy)}
.gl-closer span{color:var(--blue)}

/* ---- 03 REGLAS DE TU NEGOCIO (tarjetas si-esto → entonces) ---- */
.gl-rules{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:980px;margin:0 auto}
.gl-rule{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 24px;box-shadow:0 1px 2px #1836600a}
.gl-rule-ic{width:44px;height:44px;border-radius:11px;background:#eef4fe;color:var(--blue);display:flex;align-items:center;justify-content:center;flex:none}
.gl-rule-ic .icon{width:21px;height:21px}
.gl-rule-body{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}
.gl-rule small{display:block;font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-family:ui-monospace,monospace;margin-bottom:6px}
.gl-rule-if b{font-size:14px;font-weight:600;color:var(--navy);line-height:1.4}
.gl-rule-then b{font-size:14px;font-weight:600;color:var(--blue);line-height:1.4}
.gl-rule-arrow{width:20px;height:20px;color:var(--steel);flex:none}
.gl-rules-note{max-width:760px;margin:40px auto 0;text-align:center;font-size:clamp(18px,2vw,23px);line-height:1.4;font-weight:600;color:var(--navy)}
.gl-rules-note span{color:var(--blue)}
@media(max-width:900px){.gl-rules{grid-template-columns:1fr}}
@media(max-width:560px){.gl-rule-body{grid-template-columns:1fr;gap:10px;text-align:center}.gl-rule-arrow{margin:0 auto;transform:rotate(90deg)}.gl-rule{grid-template-columns:1fr;justify-items:center;text-align:center}}

/* ---- Chips "y también…" bajo el widget de industrias (absorbe el viejo grid) ---- */
.gl-more{max-width:820px;margin:26px auto 0;text-align:center;font-size:13.5px;line-height:1.9;color:var(--muted)}
.gl-more::before{content:"Y también";display:block;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);font-weight:700;margin-bottom:6px}

/* ---- 09 BENEFICIOS ---- */
.gl-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gl-benefit{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 1px 2px #1836600a}
.gl-benefit .gl-ic{width:40px;height:40px;border-radius:10px;background:#eef4fe;color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.gl-benefit .gl-ic .icon{width:19px;height:19px}
.gl-benefit h3{font-size:16px;font-weight:650;color:var(--navy);margin:0 0 6px}
.gl-benefit p{font-size:13.5px;line-height:1.6;color:var(--text);margin:0}

/* ---- 10 CASOS REALES ---- */
.gl-cases{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.gl-case{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.gl-case-media{position:relative;aspect-ratio:16/10;background:#0c1526;overflow:hidden}
.gl-case-media img{width:100%;height:100%;object-fit:cover;object-position:top;filter:saturate(1.02)}
.gl-case-tag{position:absolute;left:14px;top:14px;background:#ffffffe6;border:1px solid var(--line);color:var(--blue);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 11px;border-radius:99px;backdrop-filter:blur(4px)}
.gl-case-body{padding:24px}
.gl-case-body h3{font-size:18px;font-weight:650;color:var(--navy);margin:0 0 12px}
.gl-case-body dl{margin:0;display:grid;gap:10px}
.gl-case-body dt{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-family:ui-monospace,monospace;margin-bottom:2px}
.gl-case-body dd{margin:0;font-size:13.5px;line-height:1.55;color:var(--text)}
.gl-case-note{max-width:720px;margin:34px auto 0;text-align:center;font-size:14px;color:var(--muted)}

/* ---- 12 SOFTWARE-AWARE (banda) ---- */
.gl-aware{background:linear-gradient(180deg,#f6f9fd,#eef4fe);border:1px solid var(--line);border-radius:22px;padding:44px;text-align:center;max-width:900px;margin:0 auto}
.gl-aware h2{font-size:clamp(24px,2.6vw,32px);font-weight:650;color:var(--navy);margin:12px 0 0}
.gl-aware p{max-width:560px;margin:14px auto 24px;color:var(--text);font-size:15px;line-height:1.7}

/* ---- Autoridad: métricas ---- */
.gl-authority-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.gl-metric{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;text-align:left}
.gl-metric strong{display:block;font-size:22px;font-weight:700;color:var(--blue);line-height:1.1}
.gl-metric span{display:block;margin-top:6px;font-size:12px;line-height:1.4;color:var(--text)}

/* ---- Responsive ---- */
@media(max-width:1000px){
  .gl-problem-grid{grid-template-columns:repeat(2,1fr)}
  .gl-benefits{grid-template-columns:repeat(2,1fr)}
  .gl-cases{grid-template-columns:1fr}
}
@media(max-width:640px){
  .gl-problem-grid,.gl-benefits{grid-template-columns:1fr}
    .gl-authority-metrics{grid-template-columns:1fr}
  .gl-aware{padding:32px 22px}
  .gl-head{margin-bottom:30px}
}

/* Párrafo de contexto bajo el h2 de la sección IA (fondo navy) */
.intelligence-lead{max-width:680px;margin:18px 0 0;font-size:15px;line-height:1.7;color:#aebfda}

/* CTA final: bajar el enlace "hablar con un asesor" a su propia línea, separado del botón */
.final-inner .text-link{display:flex;align-items:center;justify-content:center;gap:6px;width:max-content;margin:18px auto 0}

/* Botón secundario (ghost) para CTA "Ya sé qué software necesito" */
.button.button-ghost{background:#fff;color:var(--blue);border:1px solid #cdd9ec;box-shadow:0 1px 2px #1836600a}
.button.button-ghost:hover{background:#f4f8ff;border-color:var(--blue);box-shadow:0 6px 16px #125fcc1a}
.button.button-ghost .icon{color:var(--blue)}

/* Headline and metrics sized for this page's longer copy. */
.general .hero h1{font-size:clamp(44px,3.7vw,53px);line-height:1.08;max-width:560px}
.gl-metric strong{font-size:18px}
@media(max-width:1199px){.general .hero h1{font-size:46px}}
@media(max-width:959px){.general .hero h1{font-size:50px}}
@media(max-width:639px){.general .hero h1{font-size:38px;line-height:1.1}}
@media(max-width:374px){.general .hero h1{font-size:33px}}

/* Legible minimums on this page, as on /procesos. */
.general .eyebrow{font-size:10px;letter-spacing:.1em}
.general .hero-assurances{font-size:11px;gap:12px}
.general .hero-assurances .icon{width:13px;height:13px}
.general .final-note{font-size:11px}
.general .footer-inner>p{font-size:10px}
.general .authority-expertise{font-size:10px}
.general .authority-years>span{font-size:10px}
.general .proof-copy .eyebrow,.general .proof-index{font-size:9px}
.general .proof-traits{font-size:11px}
.general .proof-caption,.general .proof-devices figcaption{font-size:10px}
.general .industry-tabs .tab-text small{font-size:10px}
.general .hero-preview-note{font-size:9px}
.general .hero-preview-note strong{font-size:11px}
.general .stage-label{font-size:9px}
.general .intelligence-heading .eyebrow{font-size:10px}
.general .intelligence-note{font-size:11px}
.general .mini-connected-flow{font-size:11px}
.general .intelligence-base>p{font-size:11px}
.general .connection-top,.general .connection-top>span:last-child{font-size:10px}
.general .connection-chain>li>div>span{font-size:11px}
.general .faq-list summary{font-size:16px}
.general .faq-list details>p{font-size:14px}
@media(max-width:639px){
  .general .eyebrow{font-size:9px;letter-spacing:.07em}
  .general .hero-eyebrow{font-size:9px}
  .general .stage-label,.general .hero-preview-note{font-size:7px}
  .general .hero-preview-note strong{font-size:8px}
  .general .proof-copy .eyebrow,.general .proof-index{font-size:8px}
  .general .proof-traits{font-size:10px}
  .general .industry-tabs .tab-text small{font-size:9px}
  .general .mini-connected-flow{font-size:9px}
  .general .intelligence-base>p,.general .intelligence-note{font-size:10px}
  .general .connection-top{font-size:8px}
  .general .authority-years>span{font-size:8px}
  .general .final-inner>.button{font-size:13px}
  .general .faq-list summary{font-size:15px}
}
