/* ===================================================
   SGP — Plantilla moderna inspirada en el hero visual
   Aplicada como capa final sobre los estilos existentes
   =================================================== */
:root{
  --bg:#f7fbff;
  --bg-soft:#eef6ff;
  --card:#ffffff;
  --ink:#071a33;
  --ink-soft:#32445f;
  --muted:#687792;
  --line:#dbe8f7;
  --line-strong:#b8ccea;
  --brand:#1764f5;
  --brand-2:#0b3f9e;
  --brand-soft:#eaf2ff;
  --accent:#16a35e;
  --accent-soft:#e8f8ef;
  --gold:#a87f3a;
  --gold-soft:#fff4da;
  --check:#16a35e;
  --x:#c2473c;
  --r:22px;
  --r-sm:14px;
  --shadow:0 12px 30px -18px rgba(15,54,112,.22);
  --shadow-lg:0 26px 70px -34px rgba(15,54,112,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;
  background:
    radial-gradient(circle at 50% -10%, rgba(23,100,245,.10), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 38%,#eef6ff 100%)!important;
  color:var(--ink)!important;
  line-height:1.62!important;
  overflow-x:hidden;
}
body::before{opacity:.12!important;mix-blend-mode:normal!important}
.wrap,.header-wrap{max-width:1240px!important}

/* Header */
.site-header{
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(219,232,247,.85)!important;
  box-shadow:0 10px 30px -26px rgba(7,26,51,.35)!important;
}
.site-logo,.logo-img{filter:drop-shadow(0 10px 14px rgba(15,54,112,.10))}
.nav-link,.nav-main a{color:var(--ink-soft)!important;font-weight:700!important}
.nav-link:hover,.nav-main a:hover{color:var(--brand)!important}
.header-cta,.drawer-cta,.cta,.btn,.submit-btn,button[type='submit']{
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--brand),#0d78ff)!important;
  color:#fff!important;
  border:1px solid rgba(23,100,245,.18)!important;
  box-shadow:0 16px 34px -20px rgba(23,100,245,.65)!important;
  font-weight:800!important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease!important;
}
.header-cta:hover,.drawer-cta:hover,.cta:hover,.btn:hover,.submit-btn:hover,button[type='submit']:hover{
  transform:translateY(-2px)!important;
  filter:saturate(1.08)!important;
  box-shadow:0 20px 42px -20px rgba(23,100,245,.75)!important;
}

/* Hero principal: reemplazo HTML, no imagen */
.hero.sgp-different-hero{
  padding:58px 0 34px!important;
  text-align:center!important;
}
.sgp-different-hero .hero-title{
  font-family:'DM Sans',sans-serif!important;
  font-size:clamp(34px,5vw,58px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  margin:0 0 18px!important;
  color:var(--ink)!important;
}
.sgp-different-hero .hero-lede{
  max-width:900px;
  margin:0 auto 54px;
  padding:20px 28px;
  color:var(--ink);
  font-size:clamp(16px,1.7vw,20px);
  line-height:1.55;
  font-weight:800;
  background:linear-gradient(135deg,rgba(234,242,255,.92),rgba(255,255,255,.96));
  border:1px solid rgba(219,232,247,.95);
  border-radius:16px;
}
.sgp-different-hero .hero-lede .lede-warning{
  color:var(--ink);
  font-weight:900;
}
.hero-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  margin:0 auto 36px;
  text-align:left;
}
.hero-feature{
  background:transparent;
  border:0;
  border-radius:0;
  padding:10px 6px;
  box-shadow:none;
}
.hero-feature-icon{
  width:48px;height:48px;
  color:var(--brand);
  margin-bottom:14px;
}
.hero-feature-icon svg{width:100%;height:100%;display:block;stroke-width:1.9}
.hero-feature h3{
  font-size:18px;
  color:var(--ink);
  margin:0 0 8px;
  letter-spacing:-.02em;
  line-height:1.18;
  font-weight:900;
}
.hero-feature p{
  color:var(--ink-soft);
  margin:0;
  font-size:15.5px;
  line-height:1.55;
}
.hero-proof-card{
  display:grid;
  grid-template-columns:120px 1fr 360px;
  gap:28px;
  align-items:center;
  text-align:left;
  margin:22px auto;
  padding:28px 30px;
  border-radius:24px;
  border:1px solid rgba(219,232,247,.95);
  box-shadow:0 24px 70px -42px rgba(7,26,51,.30);
}
.hero-proof-card.blue{
  background:linear-gradient(135deg,rgba(234,242,255,.92),rgba(255,255,255,.96));
}
.hero-proof-card.green{
  background:linear-gradient(135deg,rgba(232,248,239,.94),rgba(255,255,255,.96));
  border-color:#cfeedd;
}
.hero-proof-icon{
  width:86px;height:86px;
  border-radius:26px;
  display:flex;align-items:center;justify-content:center;
}
.hero-proof-icon svg{width:62px;height:62px;display:block;stroke-width:1.8}
.hero-proof-icon.blue{color:var(--brand);background:#e1edff}
.hero-proof-icon.green{color:var(--accent);background:#dff6e9}
.hero-proof-content h2{
  color:var(--ink);
  font-family:'DM Sans',sans-serif!important;
  font-size:clamp(22px,2.4vw,31px);
  line-height:1.16;
  margin:0 0 12px;
  font-weight:900;
  letter-spacing:-.035em;
}
.hero-proof-content p{
  color:var(--ink-soft);
  font-size:16px;
  line-height:1.6;
  margin:0;
}
.hero-checks{list-style:none;margin:0;padding:0;border-left:1px solid rgba(23,100,245,.25);padding-left:28px}
.hero-proof-card.green .hero-checks{border-left-color:rgba(22,163,94,.25)}
.hero-checks li{display:flex;gap:12px;align-items:flex-start;margin:10px 0;color:var(--ink);font-weight:800;line-height:1.35}
.hero-checks li::before{content:'✓';font-weight:900;color:var(--brand);font-size:19px;line-height:1}
.hero-proof-card.green .hero-checks li::before{color:var(--accent)}
.hero-checks li.check-emphasis{color:var(--ink)}
.hero-checks li.check-emphasis::before{color:var(--brand)}
.hero-closing{
  margin:34px auto 0;
  max-width:820px;
  font-size:clamp(22px,3vw,30px);
  line-height:1.22;
  color:var(--ink);
  font-weight:900;
  letter-spacing:-.035em;
}



/* Multi-organización */
.multi-org-section{
  display:grid;
  grid-template-columns:minmax(320px, 0.95fr) minmax(420px, 1.35fr);
  gap:38px;
  align-items:center;
  margin:28px auto 38px;
  padding:54px 56px;
  text-align:left;
  border-radius:28px;
  background:linear-gradient(135deg,rgba(234,242,255,.90),rgba(255,255,255,.96));
  border:1px solid rgba(219,232,247,.95);
  box-shadow:0 24px 70px -42px rgba(7,26,51,.30);
  overflow:hidden;
}
.eyebrow-pill{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(23,100,245,.35);
  color:var(--brand);
  background:rgba(234,242,255,.92);
  border-radius:999px;
  padding:4px 14px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.045em;
  margin-bottom:18px;
}
.multi-org-copy h2{
  margin:0 0 16px;
  color:var(--ink);
  font-size:clamp(30px,4vw,48px);
  line-height:1.06;
  font-weight:900;
  letter-spacing:-.05em;
}
.multi-org-copy p{margin:0 0 24px;color:var(--ink-soft);font-size:16px;line-height:1.62;max-width:520px}
.multi-org-list{list-style:none;margin:0 0 30px;padding:0;display:grid;gap:15px;max-width:560px}
.multi-org-list li{position:relative;padding-left:36px;color:var(--ink);font-size:15.5px;line-height:1.55;font-weight:650}
.multi-org-list li::before{content:'✓';position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:900;font-size:14px}
.multi-org-list strong{color:var(--brand);font-weight:900}
.multi-org-list li:nth-child(1) strong:nth-of-type(3){color:#6d28d9}
.multi-org-cta{display:inline-flex;align-items:center;gap:14px;text-decoration:none;border-radius:999px;padding:14px 24px;background:linear-gradient(135deg,var(--brand),#0d78ff);color:#fff!important;font-weight:900;box-shadow:0 18px 40px -22px rgba(23,100,245,.75)}
.multi-org-cta:hover{transform:translateY(-2px);filter:saturate(1.08)}
.multi-org-visual{position:relative;min-height:430px;display:grid;align-items:center;grid-template-columns:1fr 240px;gap:28px}
.laptop-card{position:relative;align-self:center;justify-self:center;width:min(100%,440px);margin-top:16px}
.laptop-screen{height:230px;border-radius:18px 18px 8px 8px;background:#101827;border:9px solid #182238;display:grid;grid-template-columns:96px 1fr;overflow:hidden;box-shadow:0 24px 42px -26px rgba(7,26,51,.55)}
.laptop-base{height:18px;width:108%;margin:0 -4%;border-radius:0 0 50% 50%;background:linear-gradient(180deg,#aab4c4,#4b5565);box-shadow:0 10px 18px -12px rgba(7,26,51,.7)}
.mini-sidebar{background:#06285f;color:#fff;padding:18px 14px;display:grid;align-content:start;gap:12px;font-size:12px;font-weight:900}
.mini-sidebar i{height:6px;width:54px;border-radius:99px;background:rgba(255,255,255,.55)}
.mini-dashboard{background:#f7fbff;padding:22px;color:var(--ink);font-size:14px}
.mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:26px 0 20px}
.mini-metrics span{background:#fff;border:1px solid #e4edf9;border-radius:8px;padding:12px 6px;text-align:center;font-weight:900;color:var(--ink)}
.mini-chart{height:62px;border-radius:10px;background:linear-gradient(180deg,#fff,#eef6ff);border:1px solid #e4edf9;position:relative;overflow:hidden}
.mini-chart b{position:absolute;inset:32px 16px 16px 16px;border-bottom:3px solid var(--brand);border-right:3px solid var(--brand);transform:skewY(-18deg);border-radius:8px}
.org-cards{display:grid;gap:22px;z-index:2}
.org-card{display:grid;grid-template-columns:54px 1fr;grid-template-areas:'icon title' 'icon mail' 'icon status';gap:2px 14px;align-items:center;background:#fff;border:1px solid rgba(219,232,247,.95);border-radius:18px;padding:16px 18px;box-shadow:0 18px 40px -30px rgba(7,26,51,.45);min-width:220px}
.org-card i{grid-area:icon;width:52px;height:52px;border-radius:14px;background:var(--brand-soft);position:relative}
.org-card i::before{content:'';position:absolute;inset:12px 16px 10px;border:3px solid currentColor;border-radius:3px;color:var(--brand)}
.org-card strong{grid-area:title;color:var(--ink);font-size:15px;font-weight:900;line-height:1.1}
.org-card small{grid-area:mail;color:var(--brand);font-weight:800;font-size:12px}
.org-card em{grid-area:status;color:var(--ink-soft);font-style:normal;font-size:12px}
.org-card em::before{content:'';display:inline-block;width:7px;height:7px;background:#22c55e;border-radius:50%;margin-right:6px}
.org-card.green i{background:#e8f8ef}.org-card.green i::before{color:var(--accent)}
.org-card.purple i{background:#f1e8ff}.org-card.purple i::before{color:#7c3aed}
.org-connector{position:absolute;right:228px;top:86px;bottom:130px;width:92px;border:3px dotted rgba(23,100,245,.75);border-right:0;border-radius:22px 0 0 22px}
.org-connector span{position:absolute;right:-15px;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:var(--brand);box-shadow:0 14px 30px -18px rgba(23,100,245,.95)}
.org-connector span::before{content:'👤';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:20px}
.multi-org-security{position:absolute;left:80px;bottom:0;display:flex;gap:16px;align-items:center;color:var(--ink)}
.multi-org-security span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#e1edff;color:var(--brand)}
.multi-org-security strong{font-size:16px;font-weight:900}.multi-org-security p{margin:2px 0 0;color:var(--ink-soft);font-size:14px}
@media(max-width:960px){
  .multi-org-section{grid-template-columns:1fr;padding:34px 24px;gap:22px}
  .multi-org-copy{order:1}
  .multi-org-visual{order:2;display:block;min-height:auto;margin-top:4px}
  .org-connector,.laptop-card,.org-cards{display:none!important}
  .multi-org-security{position:static;margin-top:0;padding:18px;border:1px solid rgba(23,100,245,.16);border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 18px 40px -32px rgba(7,26,51,.34)}
}
@media(max-width:640px){
  .multi-org-section{padding:28px 18px;margin:22px auto 30px;border-radius:22px}
  .multi-org-copy h2{font-size:clamp(28px,9vw,40px)}
  .multi-org-copy p{font-size:15.5px;line-height:1.55}
  .multi-org-list{gap:12px;margin-bottom:22px}
  .multi-org-list li{font-size:15px;padding-left:32px}
  .multi-org-cta{width:100%;justify-content:center;padding:14px 18px}
  .multi-org-security{align-items:flex-start;gap:12px;padding:16px}
  .multi-org-security span{width:40px;height:40px;flex:0 0 40px}
  .multi-org-security strong{font-size:15px;line-height:1.25}
  .multi-org-security p{font-size:13.5px;line-height:1.45}
}

/* Secciones y tarjetas */
h1,h2,h3,.plan-name,.section-title,.pillar-title{
  color:var(--ink)!important;
  letter-spacing:-.03em;
}
h1,h2,.section-title{font-family:'DM Sans',sans-serif!important;font-weight:900!important}
.hero:not(.sgp-different-hero){padding-top:64px!important}
.lede,.plan-desc,.feat-text,.section-lede,p,li{color:var(--ink-soft)}
.card,.pillar,.module-card,.faq-item,.form-card,.legal-card,.content-card,.comparison-card,.sgp-intro,.volume-note,.pricing-model-note,.auth-card,details,.pricing-table-wrap,.table-wrap{
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(219,232,247,.95)!important;
  border-radius:24px!important;
  box-shadow:var(--shadow)!important;
}
.card:hover,.pillar:hover,.module-card:hover,.faq-item:hover,.content-card:hover,.comparison-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg)!important;
  border-color:var(--line-strong)!important;
}
.card.featured{
  background:linear-gradient(160deg,#071a33,#0b3f9e)!important;
  border-color:rgba(23,100,245,.35)!important;
}

.card.entrepreneur-card{
  background:linear-gradient(180deg,#e9fbff 0%,#dff5ff 52%,#eefbff 100%)!important;
  border-color:#8fd8ee!important;
  box-shadow:0 22px 60px rgba(15,166,199,.14)!important;
}
.card.entrepreneur-card .plan-name,
.card.entrepreneur-card .price-num{
  color:var(--ink)!important;
}
.card.entrepreneur-card .price-annual{
  color:#0b55d9!important;
  font-weight:800!important;
}
.card.entrepreneur-card .feat svg{
  color:#16a34a!important;
}
.card.entrepreneur-card .feat-list .head{
  border-color:#a7deef!important;
}

.card.premium-card{
  background:linear-gradient(160deg,#1a2438,#0e1727)!important;
  border-color:rgba(168,127,58,.36)!important;
}
.card.featured .plan-name,
.card.premium-card .plan-name{
  color:#fff!important;
}

.badge-feat,.badge,.tag,.eyebrow{
  border-radius:999px!important;
  font-weight:900!important;
}
.pillar-icon,.module-icon,.seal-icon{
  background:var(--brand-soft)!important;
  color:var(--brand)!important;
  border:1px solid rgba(23,100,245,.12)!important;
  border-radius:18px!important;
}
.trajectory-seal{
  background:linear-gradient(135deg,#071a33,#0b3f9e)!important;
  border-radius:28px!important;
  box-shadow:var(--shadow-lg)!important;
}
.trajectory-seal h3,.trajectory-seal p{color:#fff!important}
.currency-toggle,.price-switch,.tabs,.selector{
  background:#fff!important;
  border-color:var(--line)!important;
  box-shadow:var(--shadow)!important;
}
.currency-toggle .pill{background:linear-gradient(135deg,var(--brand),#0d78ff)!important}
input,select,textarea{
  border:1px solid var(--line)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:var(--ink)!important;
  box-shadow:0 10px 30px -26px rgba(7,26,51,.25)!important;
}
input:focus,select:focus,textarea:focus{
  outline:none!important;
  border-color:var(--brand)!important;
  box-shadow:0 0 0 4px rgba(23,100,245,.12)!important;
}
table{border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border-radius:18px!important;overflow:hidden!important}
th{background:var(--brand-soft)!important;color:var(--ink)!important;font-weight:900!important}
td,th{border-color:var(--line)!important}
footer,.site-footer{
  background:#06162d!important;
  color:#d9e8ff!important;
}
footer a,.site-footer a{color:#d9e8ff!important}

@media(max-width:980px){
  .hero-feature-grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .hero-proof-card{grid-template-columns:82px 1fr;gap:18px}
  .hero-checks{grid-column:2;padding-left:0;border-left:0}
  .hero-proof-icon{width:70px;height:70px;border-radius:20px}
  .hero-proof-icon svg{width:48px;height:48px}
}
@media(max-width:640px){
  .sgp-different-hero{padding-top:34px!important}
  .sgp-different-hero .hero-lede{margin-bottom:28px}
  .hero-feature-grid{grid-template-columns:1fr}
  .hero-proof-card{grid-template-columns:1fr;text-align:left;padding:24px 20px}
  .hero-proof-icon{width:62px;height:62px}
  .hero-checks{grid-column:auto}
  .hero-closing{font-size:22px}
}

.sgp-different-hero .hero-lede .lede-highlight{
  color:#0f62fe;
  font-weight:950;
  background:rgba(15,98,254,.09);
  border:1px solid rgba(15,98,254,.16);
  border-radius:10px;
  padding:.05em .32em .08em;
  white-space:nowrap;
}

/* Transparencia y residencia de datos */
.transparency-section,
.hybrid-saas-section{
  margin:34px 0 0;
  border-radius:34px;
  padding:34px;
  background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%);
  border:1px solid rgba(23,100,245,.14);
  box-shadow:0 24px 70px -48px rgba(15,23,42,.35);
  display:grid;
  grid-template-columns:78px 1fr;
  gap:22px;
  align-items:flex-start;
}
.transparency-section .section-icon,
.hybrid-saas-section .section-icon{
  width:70px;height:70px;border-radius:22px;display:grid;place-items:center;
  color:var(--brand);background:#e1edff;
}
.hybrid-saas-section{background:linear-gradient(135deg,#f7fffb 0%,#edfdf5 100%);border-color:rgba(22,163,94,.16)}
.hybrid-saas-section .section-icon{color:var(--accent);background:#dff6e9}
.transparency-section h2,
.hybrid-saas-section h2{margin:0 0 10px;font-size:clamp(24px,3vw,38px);line-height:1.05;color:var(--ink)}
.transparency-section p,
.hybrid-saas-section p{margin:0;color:var(--ink-soft);font-size:17px;line-height:1.65;max-width:900px}
.transparency-section strong,
.hybrid-saas-section strong{color:var(--brand);font-weight:900}
.hybrid-saas-section strong{color:var(--accent)}
.plan-note-card{
  margin:18px 0 28px;padding:24px 26px;border-radius:24px;
  background:linear-gradient(135deg,#f7fffb 0%,#eefbf5 100%);
  border:1px solid rgba(22,163,94,.16);box-shadow:0 18px 50px -42px rgba(15,23,42,.35)
}
.plan-note-card h3{margin:0 0 8px;color:var(--ink);font-size:22px}
.plan-note-card p{margin:0;color:var(--ink-soft);font-size:15.5px;line-height:1.65}
@media(max-width:760px){
  .transparency-section,.hybrid-saas-section{grid-template-columns:1fr;padding:26px 22px;border-radius:26px}
  .transparency-section .section-icon,.hybrid-saas-section .section-icon{width:58px;height:58px;border-radius:18px}
}

/* Logo SGP actualizado */
.site-logo{
  min-width:0;
}
.logo-img{
  width:auto!important;
  height:46px!important;
  max-width:230px!important;
  object-fit:contain!important;
  border-radius:0!important;
}
@media (max-width: 900px){
  .logo-img{
    height:40px!important;
    max-width:190px!important;
  }
}
@media (max-width: 520px){
  .logo-img{
    height:34px!important;
    max-width:158px!important;
  }
}

/* Botón único de selección en tarjetas de planes */
.plan-action{
  margin-top:24px;
  padding-top:20px;
}
.plan-choose-btn{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--brand),#0d78ff);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
  letter-spacing:.01em;
  box-shadow:0 18px 40px -24px rgba(23,100,245,.9);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.plan-choose-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 48px -22px rgba(23,100,245,.95);
  filter:saturate(1.05);
}
.card.featured .plan-choose-btn{
  background:#fff;
  color:#0b3f9e!important;
}
.card.premium-card .plan-choose-btn{
  background:linear-gradient(135deg,#f6d992,#d9aa45);
  color:#111827!important;
}
.card.entrepreneur-card .plan-choose-btn{
  background:linear-gradient(135deg,#0ea5e9,#1764f5);
}
@media(max-width:720px){
  .plan-action{margin-top:20px;padding-top:16px}
}
