:root{
  --navy:#06182b;
  --navy2:#0a2540;
  --ink:#071426;
  --blue:#0a6cff;
  --cyan:#13b8e8;
  --violet:#6e5cff;
  --sky:#eef7ff;
  --line:#dbe5ef;
  --muted:#5c6b7a;
  --white:#fff;
  --max:1240px;
  --shadow:0 18px 60px rgba(5,26,54,.12);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.5}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topline{height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan),var(--violet))}.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(6,24,43,.08)}.nav-inner{height:78px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:172px;height:auto}.nav-links{display:flex;gap:26px;align-items:center;margin-left:auto}.nav-links a{color:#24364a;text-decoration:none;font-size:14px;font-weight:650}.nav-links a:hover{color:var(--blue)}.nav-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:8px;text-decoration:none;font-weight:750;font-size:14px;border:1px solid transparent;transition:.2s ease}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#0758d4;transform:translateY(-1px)}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border-color:#94a7bb;color:var(--navy);background:#fff}.btn-link{color:var(--blue);padding:0;min-height:auto}.mobile-toggle{display:none;background:none;border:0;font-size:26px}.hero{position:relative;overflow:hidden;background:#f7faff;padding:76px 0 82px}.hero:before{content:"";position:absolute;width:680px;height:680px;border-radius:50%;right:-220px;top:-260px;background:radial-gradient(circle at 40% 40%,rgba(19,184,232,.26),rgba(10,108,255,.10) 48%,transparent 70%)}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:64px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#095abb;margin-bottom:22px}.eyebrow:before{content:"";width:28px;height:3px;border-radius:4px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.hero h1{font-size:clamp(52px,5.2vw,82px);line-height:.98;letter-spacing:-.052em;margin:0 0 26px;max-width:760px}.hero h1 span{background:linear-gradient(90deg,#096cff,#15b8e8 58%,#735cff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy{font-size:19px;color:#405165;max-width:660px;margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:25px}.hero-proof{display:flex;flex-wrap:wrap;gap:20px;font-size:13px;color:#526273}.proof-item{display:flex;align-items:center;gap:7px}.proof-item:before{content:"✓";color:#0b9f7b;font-weight:900}.product-stage{position:relative}.product-card{position:relative;border-radius:18px;background:linear-gradient(145deg,#081a31,#0f3a6d);padding:18px;box-shadow:0 30px 80px rgba(7,30,66,.25);transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}.browser{border-radius:12px;overflow:hidden;background:#f7f9fc}.browser-top{height:44px;background:#fff;border-bottom:1px solid #dbe4ee;display:flex;align-items:center;gap:8px;padding:0 14px}.dot{width:8px;height:8px;border-radius:50%;background:#c4cfda}.browser-body{padding:24px}.dash-head{display:flex;justify-content:space-between;align-items:flex-start}.dash-title{font-size:22px;font-weight:800}.status{font-size:12px;background:#e7fbf3;color:#08835f;padding:7px 10px;border-radius:99px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.stat{background:#fff;border:1px solid #e1e8ef;border-radius:10px;padding:14px}.stat small{color:#7a8998}.stat strong{display:block;font-size:19px;margin-top:6px}.chart{height:190px;border:1px solid #e1e8ef;border-radius:10px;background:linear-gradient(180deg,#fff,#f4f8fd);display:flex;align-items:end;gap:10px;padding:26px 20px 18px}.bar{flex:1;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,var(--cyan),var(--blue));min-height:30px}.float-card{position:absolute;background:#fff;border:1px solid rgba(4,27,57,.08);box-shadow:var(--shadow);border-radius:12px;padding:14px 16px;font-size:13px}.float-card strong{display:block;font-size:14px}.float-a{right:-32px;top:32px}.float-b{left:-30px;bottom:48px}.logo-ribbon{border-bottom:1px solid var(--line);background:#fff}.logo-ribbon .container{min-height:84px;display:flex;align-items:center;justify-content:center;gap:38px;flex-wrap:wrap;color:#33485f;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.section{padding:96px 0}.section-sm{padding:64px 0}.section-dark{background:var(--navy);color:#fff}.section-soft{background:#f5f8fb}.section-head{display:flex;gap:40px;justify-content:space-between;align-items:end;margin-bottom:42px}.section-head .intro{max-width:690px}.kicker{font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#0871e3;margin-bottom:12px}.section-dark .kicker{color:#55d6ff}.section h2{font-size:clamp(36px,4vw,58px);line-height:1.06;letter-spacing:-.038em;margin:0 0 16px}.section-head p,.section-copy{font-size:18px;color:#596b7f;margin:0}.section-dark .section-head p,.section-dark .section-copy{color:#b9c8d8}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:30px;min-height:245px;transition:.2s ease}.solution-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bbd4ee}.iconbox{width:46px;height:46px;border-radius:10px;background:var(--sky);display:grid;place-items:center;font-weight:900;color:var(--blue);margin-bottom:34px}.solution-card h3{font-size:22px;line-height:1.15;margin:0 0 12px}.solution-card p{color:#657486;margin:0 0 22px}.solution-card a{color:var(--blue);font-weight:800;text-decoration:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.visual-panel{background:linear-gradient(145deg,#09213f,#0b67cc);border-radius:18px;padding:38px;min-height:470px;box-shadow:var(--shadow);position:relative;overflow:hidden}.visual-panel:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-130px;bottom:-150px}.metric{background:#fff;border-radius:12px;padding:22px;max-width:430px;margin:0 0 16px}.metric small{color:#6d7d8b}.metric strong{display:block;color:var(--ink);font-size:26px;margin-top:5px}.metric-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.check-list{display:grid;gap:17px;margin:28px 0}.check{display:grid;grid-template-columns:30px 1fr;gap:12px}.check .n{width:26px;height:26px;border-radius:50%;background:#e8f4ff;color:var(--blue);display:grid;place-items:center;font-size:13px;font-weight:900}.check strong{display:block;margin-bottom:3px}.check span{color:#607083}.integrations{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.integration{height:104px;background:#fff;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:22px}.integration img{max-width:120px;max-height:38px;filter:saturate(.9)}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.industry{padding:28px;border-top:3px solid var(--blue);background:#fff;color:var(--ink);min-height:220px}.industry h3{margin:0 0 12px;font-size:21px}.industry p{color:#687789}.sectors-section{background:linear-gradient(180deg,#fbfdff 0%,#f5f8fc 100%)}.sectors-head .intro{max-width:860px}.industry-grid-premium{gap:18px;margin-top:8px}.premium-industry{position:relative;padding:28px;border:1px solid var(--line);border-top:0;border-radius:18px;background:#fff;min-height:338px;box-shadow:0 10px 30px rgba(10,34,63,.05);transition:.22s ease;overflow:hidden}.premium-industry:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.premium-industry:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(8,31,63,.12);border-color:#bdd3ea}.industry-top{display:flex;gap:16px;align-items:center;margin-bottom:16px}.industry-icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(180deg,#eef6ff,#dff0ff);color:var(--blue);display:grid;place-items:center;flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(9,108,255,.10)}.industry-icon svg{width:28px;height:28px}.industry-kicker{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#0871e3;margin-bottom:6px}.premium-industry h3{margin:0;font-size:28px;line-height:1.08;letter-spacing:-.03em}.premium-industry p{margin:0 0 18px;color:#5f7185;font-size:16px;line-height:1.55}.industry-services-title{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#7b8ea1;margin-bottom:10px}.industry-services{display:flex;flex-wrap:wrap;gap:9px}.industry-services span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#f0f6fd;border:1px solid #d6e4f3;color:#183556;font-size:13px;font-weight:700}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{border:1px solid var(--line);border-radius:14px;padding:30px;background:#fff;position:relative}.price-card.featured{border:2px solid var(--blue);box-shadow:var(--shadow)}.tag{position:absolute;right:18px;top:18px;font-size:11px;font-weight:850;background:#e9f4ff;color:#075fc4;border-radius:99px;padding:7px 10px;text-transform:uppercase;letter-spacing:.06em}.price-card h3{font-size:24px;margin:0 0 8px}.price{font-size:42px;font-weight:900;letter-spacing:-.05em}.price small{font-size:13px;font-weight:600;color:#6e7d8c}.price-card ul{padding:0;list-style:none;margin:24px 0;display:grid;gap:11px}.price-card li:before{content:"✓";color:#069b73;font-weight:900;margin-right:8px}.cta{background:linear-gradient(110deg,#06182b 5%,#0b54ad 60%,#0aaed3 100%);color:#fff;border-radius:18px;padding:54px 58px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{margin:0 0 10px;font-size:clamp(34px,4vw,54px)}.cta p{margin:0;color:#dcecff;max-width:700px}.footer{background:#04111f;color:#d6e2ed;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer img{width:170px;filter:brightness(0) invert(1)}.footer h4{color:#fff;margin:0 0 15px}.footer a{display:block;color:#aebfd0;text-decoration:none;margin:8px 0}.foot-note{border-top:1px solid #1a3045;margin-top:45px;padding-top:24px;color:#8295a8;font-size:13px;display:flex;justify-content:space-between;gap:20px}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:20;background:#16bb68;color:#fff;text-decoration:none;font-weight:800;padding:14px 18px;border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.18)}
@media(max-width:980px){.nav-links{display:none}.mobile-toggle{display:block;margin-left:auto}.nav-actions .btn-outline{display:none}.hero-grid,.split{grid-template-columns:1fr}.hero{padding-top:54px}.product-stage{max-width:720px}.solution-grid,.pricing{grid-template-columns:1fr 1fr}.industry-grid,.integrations{grid-template-columns:1fr 1fr}.premium-industry{min-height:auto}.section{padding:76px 0}.footer-grid{grid-template-columns:1fr 1fr}.float-a{right:8px}.float-b{left:8px}}
@media(max-width:640px){.container{width:min(var(--max),calc(100% - 26px))}.nav-inner{height:68px}.brand img{width:146px}.nav-actions .btn-primary{display:none}.hero h1{font-size:46px}.hero-copy{font-size:17px}.hero-actions .btn{width:100%}.float-card{display:none}.browser-body{padding:14px}.stat-grid{grid-template-columns:1fr}.stat-grid .stat:nth-child(3){display:none}.chart{height:135px}.solution-grid,.pricing,.industry-grid,.integrations,.metric-row{grid-template-columns:1fr}.section-head{display:block}.section-head .btn{margin-top:22px}.section h2{font-size:38px}.cta{padding:36px 26px;display:block}.cta .btn{margin-top:22px}.footer-grid{grid-template-columns:1fr}.foot-note{display:block}.logo-ribbon .container{justify-content:flex-start;gap:16px;padding:20px 0}.whatsapp{right:12px;bottom:12px}}


/* V2: internal pages and 4-plan pricing */
.pricing-four{grid-template-columns:repeat(4,1fr)}
.pricing-four .price-card{display:flex;flex-direction:column;min-height:570px}
.pricing-four .price-card .btn{margin-top:auto}
.plan-type{font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#0871e3;margin-bottom:10px}
.plan-summary{font-size:14px;color:#627286;min-height:84px;margin:12px 0 0}
.plan-badges{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 16px}
.plan-badge{font-size:10px;font-weight:850;border-radius:99px;padding:6px 9px;text-transform:uppercase;letter-spacing:.04em;border:1px solid}
.plan-badge.on{color:#08775a;background:#eafff6;border-color:#a8ecd5}
.plan-badge.off{color:#667789;background:#f4f7fa;border-color:#dce5ed}
.plan-alert{font-size:12px;line-height:1.35;color:#8a4b0b;background:#fff7e9;border:1px solid #f2d49f;border-radius:8px;padding:10px 11px;margin-bottom:18px}
.plan-support{font-size:12px;font-weight:750;color:#5d6d7e;margin-bottom:18px}
.pricing-note{font-size:13px;color:#6b7b8c;margin:24px 0 0}
.internal-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7faff 0%,#f3f8fd 60%,#e7f7ff 100%);padding:82px 0 84px;border-bottom:1px solid var(--line)}
.internal-hero:after{content:"";position:absolute;width:560px;height:560px;right:-180px;top:-230px;border-radius:50%;background:radial-gradient(circle,rgba(19,184,232,.18),rgba(10,108,255,.07) 50%,transparent 70%)}
.internal-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.internal-hero h1{font-size:clamp(50px,5vw,76px);line-height:.99;letter-spacing:-.05em;margin:0 0 24px;max-width:760px}
.internal-hero h1 span{background:linear-gradient(90deg,#096cff,#14b5e8);-webkit-background-clip:text;background-clip:text;color:transparent}
.internal-hero p{font-size:18px;color:#506277;max-width:690px;margin:0 0 28px}
.internal-visual{min-height:380px;border-radius:18px;background:linear-gradient(145deg,#071b33,#0c4e97);padding:34px;color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}
.internal-visual:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:-100px;bottom:-120px}
.knowledge-panel{position:relative;z-index:1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:28px;min-height:310px;display:flex;flex-direction:column;justify-content:center}
.knowledge-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#62ddff;font-weight:850;margin-bottom:12px}.knowledge-panel>strong{font-size:29px;line-height:1.15}.knowledge-panel p{color:#c7dbef;font-size:15px;margin:16px 0 24px}.knowledge-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.knowledge-numbers div{background:#fff;color:var(--ink);border-radius:9px;padding:12px}.knowledge-numbers b{display:block;font-size:18px}.knowledge-numbers span{font-size:11px;color:#718193}
.resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.resource-card{position:relative;border:1px solid var(--line);border-radius:14px;background:#fff;padding:30px;min-height:250px;transition:.2s}.resource-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bdd4ea}.resource-meta{display:flex;justify-content:space-between;gap:12px;color:#0871e3;text-transform:uppercase;font-size:10px;font-weight:850;letter-spacing:.09em;margin-bottom:22px}.resource-meta span:last-child{color:#8392a2}.resource-card h2{font-size:25px;line-height:1.15;letter-spacing:-.025em;margin:0 0 12px}.resource-card p{color:#657588;margin:0 0 22px}.resource-card a{color:var(--blue);text-decoration:none;font-weight:850}
.support-status{position:relative;z-index:1;background:#fff;color:var(--ink);border-radius:12px;padding:18px;display:flex;align-items:center;gap:13px;margin-bottom:14px}.status-dot{width:12px;height:12px;border-radius:50%;background:#11bb7a;box-shadow:0 0 0 6px rgba(17,187,122,.12)}.support-status small{display:block;color:#748496}.support-status strong{display:block;font-size:17px}.support-stack{position:relative;z-index:1;display:grid;gap:10px}.support-stack>div{display:grid;grid-template-columns:38px 1fr;gap:12px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);border-radius:10px;padding:14px}.support-stack span{font-weight:900;color:#60d9ff}.support-stack p{font-size:13px;color:#d7e7f5;margin:0}.support-stack b{display:block;color:#fff;margin-bottom:2px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.support-card{border:1px solid var(--line);border-radius:14px;padding:30px;background:#fff;min-height:275px}.support-icon{width:42px;height:42px;border-radius:10px;background:var(--sky);display:grid;place-items:center;color:var(--blue);font-weight:900;margin-bottom:32px}.support-card h3{font-size:23px;margin:0 0 12px}.support-card p{color:#657588;margin:0 0 22px}.support-card a{color:var(--blue);font-weight:850;text-decoration:none}.support-checklist{display:grid;gap:12px}.support-checklist>div{display:grid;grid-template-columns:42px 1fr;gap:14px;border:1px solid var(--line);background:#fff;border-radius:12px;padding:18px}.support-checklist span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eaf5ff;color:var(--blue);font-weight:900}.support-checklist p{font-size:14px;color:#647487;margin:0}.support-checklist b{display:block;color:var(--ink);font-size:15px;margin-bottom:2px}
@media(max-width:1120px){.pricing-four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.internal-hero-grid{grid-template-columns:1fr}.internal-visual{min-height:auto}.resource-grid{grid-template-columns:1fr}.support-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.pricing-four,.support-grid{grid-template-columns:1fr}.pricing-four .price-card{min-height:auto}.plan-summary{min-height:auto}.internal-hero{padding:54px 0 60px}.internal-hero h1{font-size:44px}.knowledge-numbers{grid-template-columns:1fr}.internal-visual{padding:20px}}

.product-family-section{background:linear-gradient(180deg,#f7fbff,#eef7ff);border-top:1px solid #e0edf8;border-bottom:1px solid #e0edf8}.product-family-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}.product-family-copy h2 span{background:linear-gradient(90deg,#086cff,#13b8e8);-webkit-background-clip:text;background-clip:text;color:transparent}.product-family-copy .section-copy{max-width:580px;margin-bottom:28px}.product-family-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-family-card{border-radius:18px;padding:28px;min-height:260px;box-shadow:0 16px 45px rgba(6,38,72,.1);transition:.2s ease}.product-family-card:hover{transform:translateY(-5px)}.product-family-erp{background:#fff;border:1px solid #dce7f1}.product-family-wms{background:linear-gradient(145deg,#071b33,#0b5db5);color:#fff}.product-family-label{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:850;color:#0871e3;margin-bottom:30px}.product-family-wms .product-family-label{color:#69dcff}.product-family-card h3{font-size:30px;letter-spacing:-.04em;margin:0 0 10px}.product-family-card p{color:#627488;margin:0 0 26px}.product-family-wms p{color:#d2e5f7}.product-family-card a{color:var(--blue);font-weight:850;text-decoration:none}.product-family-wms a{color:#fff}@media(max-width:980px){.product-family-layout{grid-template-columns:1fr;gap:34px}}@media(max-width:640px){.product-family-cards{grid-template-columns:1fr}.product-family-card{min-height:auto}}

/* V3: dashboard real, pricing layout and integration logo normalization */
.dashboard-stage{position:relative;min-width:0}
.dashboard-shot-wrap{position:relative;border-radius:18px;background:linear-gradient(145deg,#071a31,#16449a);padding:14px;box-shadow:0 28px 70px rgba(7,30,66,.24);overflow:hidden}
.dashboard-shot-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.10),transparent 35%);pointer-events:none}
.dashboard-shot{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;object-position:left top;border-radius:11px;background:#fff}
.dashboard-stage .float-a{right:-20px;top:28px}
.integrations{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.integration{height:132px;padding:24px;background:#fff;transition:.2s ease;overflow:hidden}
.integration:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(5,26,54,.10);border-color:#b8d3ec}
.integration img{display:block;width:170px;height:58px;max-width:82%;max-height:58px;object-fit:contain;filter:none}
.integration:nth-child(1) img{width:92px;height:92px;max-height:92px}
.integration:nth-child(7) img{width:112px;height:64px;max-height:64px}
.pricing-main{grid-template-columns:repeat(3,1fr);align-items:stretch}
.pricing-main .price-card{display:flex;flex-direction:column;min-height:590px;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease}
.pricing-main .price-card .btn{margin-top:auto}
.price-card{transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease}
.price-card:hover{transform:translateY(-8px);background:linear-gradient(145deg,#071b31,#0b3564);color:#fff;border-color:#0a6cff;box-shadow:0 24px 55px rgba(7,30,66,.20)}
.price-card:hover .plan-type,.price-card:hover .price small,.price-card:hover .plan-summary,.price-card:hover .plan-support{color:#cfe0f2}
.price-card:hover li{color:#fff}
.price-card:hover .btn-outline{background:#fff;color:var(--navy);border-color:#fff}
.price-card:hover .btn-dark{background:#fff;color:var(--navy)}
.price-card.featured:hover{background:linear-gradient(145deg,#0756c7,#0a6cff 58%,#16a9d8);border-color:#0a6cff}
.price-card.featured:hover .tag{background:#fff;color:#075fc4}
.pricing-secondary{margin-top:18px;display:flex;justify-content:center}
.price-card-compact{width:min(100%,860px);min-height:0;padding:24px 28px}
.compact-plan-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding-bottom:16px}
.compact-plan-head h3{margin:0}
.price-card-compact .price{font-size:34px;white-space:nowrap}
.price-card-compact .plan-summary{min-height:auto;margin:16px 0 18px;max-width:760px}
.compact-plan-details{display:grid;grid-template-columns:1fr 1.1fr;gap:30px;align-items:start}
.price-card-compact ul{margin:0}
.compact-plan-action{display:flex;flex-direction:column;align-items:flex-start}
.price-card-compact:hover .compact-plan-head{border-color:rgba(255,255,255,.18)}
.price-card-compact:hover .plan-alert{background:rgba(255,247,233,.12);color:#ffe0a6;border-color:rgba(242,212,159,.3)}
@media(max-width:980px){.pricing-main{grid-template-columns:1fr 1fr}.pricing-main .price-card.featured{grid-column:span 2}.dashboard-shot{max-height:none}.integrations{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.pricing-main{grid-template-columns:1fr}.pricing-main .price-card.featured{grid-column:auto}.pricing-main .price-card{min-height:auto}.compact-plan-head{display:block}.compact-plan-head .price{margin-top:12px}.compact-plan-details{grid-template-columns:1fr}.integration{height:112px}.integration img{width:145px;height:50px}.dashboard-stage .float-a{display:none}}


/* V4: Operación conectada — visual premium */
.operation-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#031426 0%,#061b31 48%,#082646 100%);color:#fff;padding:112px 0}
.operation-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to right,transparent,black 18%,black 82%,transparent);pointer-events:none}
.operation-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}
.operation-glow-a{width:520px;height:520px;right:-180px;top:-180px;background:radial-gradient(circle,rgba(10,108,255,.27),rgba(10,108,255,0) 68%)}
.operation-glow-b{width:440px;height:440px;left:-210px;bottom:-230px;background:radial-gradient(circle,rgba(19,184,232,.17),rgba(19,184,232,0) 68%)}
.operation-layout{position:relative;z-index:1;display:grid;grid-template-columns:.92fr 1.08fr;gap:88px;align-items:center}
.operation-copy{max-width:590px}
.operation-section .kicker{color:#50d9ff}
.operation-section h2{font-size:clamp(44px,4.3vw,66px);line-height:1.02;letter-spacing:-.047em;margin:0 0 22px}
.operation-section h2 span{background:linear-gradient(90deg,#fff 0%,#75dcff 48%,#7e7cff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.operation-section .section-copy{font-size:18px;line-height:1.7;color:#b5c7d8;max-width:570px}
.operation-steps{display:grid;gap:12px;margin:30px 0 32px}
.operation-step{display:grid;grid-template-columns:46px 1fr;gap:15px;padding:15px 16px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.035);transition:transform .22s ease,border-color .22s ease,background .22s ease}
.operation-step:hover{transform:translateX(6px);border-color:rgba(77,202,255,.34);background:rgba(255,255,255,.055)}
.operation-step-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(10,108,255,.24),rgba(19,184,232,.16));border:1px solid rgba(96,211,255,.24);color:#75dcff;font-size:11px;font-weight:900;letter-spacing:.06em}
.operation-step strong{display:block;font-size:16px;margin:0 0 3px;color:#fff}
.operation-step span{display:block;font-size:13.5px;line-height:1.48;color:#8fa6bb}
.operation-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.operation-actions>span{font-size:12px;color:#7f98ae;letter-spacing:.02em}
.operation-console{position:relative;border-radius:24px;padding:18px;background:linear-gradient(160deg,rgba(15,46,82,.96),rgba(6,25,47,.98));border:1px solid rgba(130,193,255,.18);box-shadow:0 36px 90px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden}
.operation-console:before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 100% 0%,rgba(48,118,255,.24),transparent 36%),radial-gradient(circle at 0% 100%,rgba(19,184,232,.13),transparent 38%);pointer-events:none}
.operation-console>*{position:relative;z-index:1}
.operation-console-head{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 4px 14px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:17px;font-size:13px}
.operation-console-head>div{display:flex;align-items:center;gap:9px;color:#dceafa}
.console-dot{width:10px;height:10px;border-radius:50%;background:#12c6ff;box-shadow:0 0 0 6px rgba(18,198,255,.09)}
.console-live{font-size:11px;font-weight:800;color:#63e7bf;background:rgba(18,188,121,.09);border:1px solid rgba(95,227,185,.14);padding:7px 10px;border-radius:999px}
.flow-card{position:relative;display:flex;align-items:center;gap:13px;background:rgba(255,255,255,.975);color:var(--ink);border:1px solid rgba(255,255,255,.55);border-radius:15px;box-shadow:0 13px 34px rgba(0,0,0,.14);padding:16px;transition:transform .22s ease,box-shadow .22s ease}
.flow-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.2)}
.flow-sale{padding:18px}
.flow-icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#0a6cff,#0953c8);color:#fff;font-size:14px;font-weight:900;box-shadow:0 8px 20px rgba(10,108,255,.2)}
.flow-icon.cyan{background:linear-gradient(145deg,#0bbec8,#078fbb)}
.flow-icon.violet{background:linear-gradient(145deg,#7158f6,#5444c8)}
.flow-content{min-width:0}
.flow-content small{display:block;color:#738496;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.flow-content strong{display:block;color:#071426;font-size:20px;line-height:1.15;margin:3px 0}
.flow-content span{display:block;color:#718093;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.flow-status{margin-left:auto;font-size:10px;font-weight:900;border-radius:999px;padding:7px 10px;white-space:nowrap}
.flow-status.ok{background:#e9fff5;color:#07835e;border:1px solid #b8eedb}
.flow-check{margin-left:auto;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e9fff5;color:#07906a;font-weight:900;font-size:12px}
.flow-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.flow-small{padding:14px}
.flow-small .flow-content strong{font-size:15px}
.flow-connector{height:34px;display:grid;place-items:center;position:relative}
.flow-connector:before{content:"";width:2px;height:100%;background:linear-gradient(180deg,#20c9ff,#6c63ff);opacity:.65}
.flow-connector span{position:absolute;width:8px;height:8px;border-radius:50%;background:#5f85ff;box-shadow:0 0 0 5px rgba(95,133,255,.1),0 0 18px rgba(77,189,255,.6);animation:flowPulse 2s ease-in-out infinite}
.flow-connector-short{height:30px}
.flow-result{border-radius:15px;padding:17px 18px;background:linear-gradient(145deg,rgba(10,108,255,.16),rgba(19,184,232,.08));border:1px solid rgba(99,199,255,.22)}
.flow-result-top{display:flex;align-items:center;justify-content:space-between;gap:18px}
.flow-result small{display:block;color:#7fa8c5;text-transform:uppercase;letter-spacing:.09em;font-size:9px;font-weight:850}
.flow-result strong{display:block;color:#fff;font-size:19px;margin-top:3px}
.pulse-ring{width:38px;height:38px;border-radius:50%;border:1px solid rgba(96,221,255,.24);display:grid;place-items:center;background:rgba(20,198,255,.06)}
.pulse-ring i{width:10px;height:10px;border-radius:50%;background:#4ee5b5;box-shadow:0 0 0 7px rgba(78,229,181,.09);animation:statusPulse 1.8s ease-in-out infinite}
.flow-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}
.flow-chips span{font-size:10px;font-weight:800;color:#bfe3f6;border:1px solid rgba(167,220,248,.14);background:rgba(255,255,255,.04);padding:6px 8px;border-radius:999px}
.operation-console-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:14px;border-radius:13px;overflow:hidden;background:rgba(255,255,255,.08)}
.operation-console-foot>div{background:rgba(4,20,38,.88);padding:14px;text-align:center}
.operation-console-foot strong{display:block;font-size:18px;color:#fff;line-height:1}
.operation-console-foot span{display:block;font-size:9px;color:#7894aa;text-transform:uppercase;letter-spacing:.06em;margin-top:5px}
@keyframes flowPulse{0%,100%{transform:translateY(-9px);opacity:.45}50%{transform:translateY(9px);opacity:1}}
@keyframes statusPulse{0%,100%{box-shadow:0 0 0 6px rgba(78,229,181,.08)}50%{box-shadow:0 0 0 11px rgba(78,229,181,.02)}}
@media(max-width:980px){.operation-section{padding:84px 0}.operation-layout{grid-template-columns:1fr;gap:52px}.operation-copy{max-width:720px}.operation-console{max-width:760px}}
@media(max-width:640px){.operation-section{padding:70px 0}.operation-section h2{font-size:40px}.operation-section .section-copy{font-size:16px}.operation-step{grid-template-columns:40px 1fr;padding:13px 12px}.operation-step-icon{width:36px;height:36px}.operation-console{border-radius:18px;padding:13px}.flow-grid{grid-template-columns:1fr}.flow-connector{height:26px}.flow-card{padding:13px}.flow-sale{align-items:flex-start}.flow-status{position:absolute;right:12px;top:12px}.flow-content strong{font-size:17px}.operation-console-foot{grid-template-columns:1fr}.operation-console-foot>div{display:flex;align-items:center;justify-content:space-between;text-align:left;padding:11px 13px}.operation-console-foot strong{font-size:16px}.operation-console-foot span{margin:0}.operation-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.flow-connector span,.pulse-ring i{animation:none}}


/* V5: four pricing cards on one line */
.pricing-four-live{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.pricing-four-live .price-card{min-height:590px;display:flex;flex-direction:column;padding:26px 24px}
.pricing-four-live .price-card .btn{margin-top:auto}
.pricing-four-live .price{font-size:38px}
.pricing-four-live .plan-summary{min-height:88px}
.plan-alert-soft{margin:14px 0 16px;padding:10px 11px;border-radius:9px;border:1px solid #f2d49f;background:#fff7e9;color:#8a5a12;font-size:12px;line-height:1.4}
.price-card:hover .plan-alert-soft{background:rgba(255,247,233,.12);color:#ffe0a6;border-color:rgba(242,212,159,.3)}
@media(max-width:1120px){.pricing-four-live{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-four-live .price-card{min-height:auto}.pricing-four-live .plan-summary{min-height:auto}}
@media(max-width:640px){.pricing-four-live{grid-template-columns:1fr}}

/* V5: four pricing plans on one desktop row */
.pricing-four-live{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.pricing-four-live .price-card{min-width:0;min-height:610px;padding:26px 22px;display:flex;flex-direction:column}
.pricing-four-live .price-card .price{font-size:36px;white-space:nowrap}
.pricing-four-live .price-card .price small{font-size:11px}
.pricing-four-live .plan-summary{min-height:78px}
.pricing-four-live .price-card ul{margin:20px 0}
.pricing-four-live .price-card .btn{margin-top:auto;width:100%}
.pricing-four-live .tag{right:14px;top:14px}
@media(max-width:1180px){.pricing-four-live{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-four-live .price-card{min-height:560px}}
@media(max-width:700px){.pricing-four-live{grid-template-columns:1fr}.pricing-four-live .price-card{min-height:auto}.pricing-four-live .plan-summary{min-height:auto}}


/* V6: wider pricing section — use more of the desktop viewport */
.plans-section{overflow:hidden}
.plans-wide{width:min(1580px,calc(100% - 64px));max-width:none}
.plans-wide .section-head{margin-bottom:38px}
.plans-wide .section-head .intro{max-width:820px}
.pricing-four-live{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%}
.pricing-four-live .price-card{min-height:570px;padding:30px 28px;border-radius:16px}
.pricing-four-live .price-card h3{font-size:25px}
.pricing-four-live .price-card .price{font-size:40px}
.pricing-four-live .plan-summary{min-height:76px;font-size:14px}
.pricing-four-live .price-card ul{margin:22px 0;gap:12px}
.pricing-four-live .price-card .btn{min-height:50px}
.plans-wide .pricing-note{margin-top:20px}
@media(max-width:1400px){
  .plans-wide{width:min(1320px,calc(100% - 48px))}
  .pricing-four-live{gap:16px}
  .pricing-four-live .price-card{padding:26px 22px}
  .pricing-four-live .price-card .price{font-size:36px}
}
@media(max-width:1120px){
  .plans-wide{width:min(var(--max),calc(100% - 40px))}
  .pricing-four-live{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pricing-four-live .price-card{min-height:auto}
}
@media(max-width:640px){
  .plans-wide{width:calc(100% - 26px)}
  .pricing-four-live{grid-template-columns:1fr}
}

/* V7: trial note + commercial quote form */
.trial-note{margin:24px auto 0;display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;color:#40556b;font-size:14px}
.trial-note-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e8fbf4;color:#078764;font-weight:900}
.trial-note strong{color:#071426;font-size:15px}
.quote-section{background:#fff;padding-top:104px;padding-bottom:110px}
.quote-wrap{display:grid;grid-template-columns:.86fr 1.14fr;gap:76px;align-items:start}
.quote-copy{padding-top:12px}
.quote-copy h2{max-width:610px;margin-bottom:18px}
.quote-copy>p{font-size:18px;color:#596b7f;max-width:590px;margin:0 0 34px}
.quote-copy>p strong{color:#071426}
.quote-points{display:grid;gap:14px;max-width:600px}
.quote-points>div{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:start;padding:16px 0;border-top:1px solid #e3ebf3}
.quote-points>div:last-child{border-bottom:1px solid #e3ebf3}
.quote-points>div>span{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#edf6ff;color:#0869dc;font-size:12px;font-weight:900}
.quote-points strong{display:block;font-size:16px;margin:1px 0 3px}
.quote-points small{display:block;color:#657689;font-size:14px;line-height:1.45}
.quote-card{border-radius:22px;background:linear-gradient(145deg,#07182c,#0b3f79);padding:10px;box-shadow:0 28px 80px rgba(6,33,67,.18)}
.quote-form{background:#fff;border-radius:16px;padding:34px;position:relative}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.quote-form label{display:grid;gap:8px;color:#21354a;font-size:13px;font-weight:800}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #cfdbe7;background:#fbfdff;color:#071426;border-radius:9px;padding:13px 14px;font:inherit;font-size:14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.quote-form input,.quote-form select{height:50px}
.quote-form textarea{resize:vertical;min-height:116px}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#0a6cff;background:#fff;box-shadow:0 0 0 4px rgba(10,108,255,.10)}
.form-full{grid-column:1/-1}
.form-honeypot{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.quote-form-foot{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.quote-form-foot p{margin:0;color:#738293;font-size:12px;max-width:290px}
.quote-submit{min-width:208px;border:0;cursor:pointer}
.quote-submit:disabled{opacity:.62;cursor:wait;transform:none}
.form-status{display:none;margin-top:16px;border-radius:9px;padding:12px 14px;font-size:13px;font-weight:700}
.form-status.is-success{display:block;background:#e8fbf4;color:#087052;border:1px solid #b8eedc}
.form-status.is-error{display:block;background:#fff1f0;color:#a1332d;border:1px solid #f0c5c1}
@media(max-width:980px){.quote-wrap{grid-template-columns:1fr;gap:42px}.quote-copy>p,.quote-points{max-width:none}}
@media(max-width:640px){.quote-section{padding:72px 0}.quote-card{padding:7px;border-radius:17px}.quote-form{padding:22px 18px}.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}.quote-form-foot{align-items:stretch;flex-direction:column}.quote-submit{width:100%}.trial-note{padding:0 12px;text-align:center}}


/* V8: quote form with RUT + Giro and improved design */
.quote-wrap{align-items:center}
.quote-copy h2{font-size:clamp(44px,5.2vw,66px);line-height:.98;letter-spacing:-.045em}
.quote-copy>p{font-size:20px;line-height:1.55}
.quote-card-enhanced{padding:12px;border-radius:26px;background:linear-gradient(135deg,#06172d 0%,#0d3465 52%,#1498d6 100%);box-shadow:0 30px 90px rgba(8,29,58,.22)}
.quote-form-enhanced{padding:28px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border-radius:20px;border:1px solid rgba(207,219,231,.8)}
.quote-form-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:0 0 20px;margin:0 0 22px;border-bottom:1px solid #e7eef6}
.quote-form-intro strong{display:block;color:#071426;font-size:20px;line-height:1.1;margin-bottom:4px}
.quote-form-intro small{display:block;color:#6f8194;font-size:13px;line-height:1.5}
.quote-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#eaf4ff;color:#0a6cff;font-size:12px;font-weight:800;white-space:nowrap}
.quote-form label{gap:9px}
.quote-form label span{color:#12283f;font-size:12px;letter-spacing:.01em}
.quote-form input,.quote-form select,.quote-form textarea{background:#fff;border:1px solid #d4dfeb;border-radius:12px;padding:14px 15px;font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.quote-form input,.quote-form select{height:54px}
.quote-form textarea{min-height:132px}
.quote-form input::placeholder,.quote-form textarea::placeholder{color:#96a4b3}
.quote-form-foot{margin-top:24px;padding-top:20px;border-top:1px solid #e7eef6;align-items:center}
.quote-form-foot p{font-size:13px;line-height:1.5;max-width:360px}
.quote-form-foot p strong{color:#071426}
.quote-submit{min-width:230px;border-radius:12px;box-shadow:0 16px 35px rgba(10,108,255,.22)}
.quote-submit:hover{transform:translateY(-1px)}
.form-status{margin-top:18px;border-radius:12px;padding:13px 14px}
@media(max-width:980px){.quote-copy h2{font-size:clamp(38px,9vw,56px)}}
@media(max-width:640px){.quote-form-intro{flex-direction:column;align-items:flex-start}.quote-form-foot p{max-width:none}.quote-copy h2{font-size:clamp(34px,11vw,46px)}}

/* V12: sectores ancho completo + empresas de servicios */
.sectors-wide{width:min(1580px,calc(100% - 64px));max-width:none}
.sectors-wide .sectors-head{margin-bottom:38px}
.sectors-wide .sectors-head .intro{max-width:900px}
.sectors-wide .industry-grid-premium{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;width:100%}
.sectors-wide .premium-industry{min-height:390px;padding:30px 26px;display:flex;flex-direction:column}
.sectors-wide .premium-industry p{min-height:118px}
.sectors-wide .industry-services{margin-top:auto}
.sectors-wide .industry-icon{width:60px;height:60px}
.sectors-wide .premium-industry h3{font-size:25px}
@media(max-width:1400px){
  .sectors-wide{width:min(1320px,calc(100% - 48px))}
  .sectors-wide .industry-grid-premium{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .sectors-wide .premium-industry{min-height:350px}
  .sectors-wide .premium-industry p{min-height:auto}
}
@media(max-width:1120px){
  .sectors-wide{width:min(var(--max),calc(100% - 40px))}
  .sectors-wide .industry-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sectors-wide .premium-industry{min-height:auto}
}
@media(max-width:640px){
  .sectors-wide{width:calc(100% - 26px)}
  .sectors-wide .industry-grid-premium{grid-template-columns:1fr}
}

/* V13: sectores con proporción y orden visual de los planes */
.sectors-wide .industry-grid-premium{align-items:stretch}
.sectors-wide .premium-industry{
  min-height:470px;
  padding:32px 28px 28px;
  border:1px solid #cfdae6;
  border-radius:14px;
  box-shadow:none;
  background:#fff;
  overflow:visible;
}
.sectors-wide .premium-industry:before{display:none}
.sectors-wide .premium-industry:hover{
  transform:translateY(-4px);
  border-color:#0a6cff;
  box-shadow:0 18px 42px rgba(10,108,255,.10)
}
.sectors-wide .industry-top{
  position:relative;
  display:block;
  min-height:104px;
  margin-bottom:10px;
  padding-right:58px;
}
.sectors-wide .industry-icon{
  position:absolute;
  right:0;
  top:0;
  width:46px;
  height:46px;
  border-radius:12px;
  background:#eef6ff;
  box-shadow:inset 0 0 0 1px #d7e8fb;
}
.sectors-wide .industry-icon svg{width:23px;height:23px}
.sectors-wide .industry-kicker{
  min-height:17px;
  margin:0 0 12px;
  font-size:10px;
  line-height:1.2;
  white-space:nowrap;
  letter-spacing:.11em;
}
.sectors-wide .premium-industry h3{
  margin:0;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.sectors-wide .premium-industry p{
  min-height:132px;
  margin:0 0 20px;
  font-size:15px;
  line-height:1.58;
  color:#5c6e82;
}
.sectors-wide .industry-services-title{
  margin:0 0 12px;
  padding-top:2px;
  font-size:11px;
  letter-spacing:.11em;
}
.sectors-wide .industry-services{
  margin-top:auto;
  gap:8px;
  align-content:flex-start;
}
.sectors-wide .industry-services span{
  min-height:32px;
  padding:0 11px;
  border-radius:999px;
  font-size:12px;
  background:#f5f8fc;
  border-color:#d4e0ec;
}
@media(max-width:1400px){
  .sectors-wide .premium-industry{min-height:430px}
  .sectors-wide .premium-industry p{min-height:auto}
  .sectors-wide .industry-kicker{white-space:normal}
}
@media(max-width:1120px){
  .sectors-wide .premium-industry{min-height:390px}
}
@media(max-width:640px){
  .sectors-wide .premium-industry{min-height:auto;padding:26px 22px}
  .sectors-wide .industry-top{min-height:auto;margin-bottom:16px;padding-right:54px}
  .sectors-wide .premium-industry p{min-height:auto}
}


/* V14: sectores con el mismo peso visual de Planes */
@media(min-width:1401px){
  .sectors-wide{
    width:min(1900px,calc(100% - 32px));
    max-width:none;
  }
  .sectors-wide .sectors-head{
    width:min(1580px,calc(100% - 32px));
    margin-left:auto;
    margin-right:auto;
  }
  .sectors-wide .industry-grid-premium{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:20px;
    width:100%;
  }
  .sectors-wide .premium-industry{
    min-height:570px;
    padding:30px 28px;
    border-radius:16px;
  }
}
.sectors-wide .premium-industry{
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  background:#fff;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease;
}
.sectors-wide .industry-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 48px;
  column-gap:14px;
  align-items:start;
  min-height:112px;
  margin:0 0 12px;
  padding:0;
}
.sectors-wide .industry-icon{
  position:static;
  width:46px;
  height:46px;
  justify-self:end;
}
.sectors-wide .industry-kicker{
  display:block;
  min-height:30px;
  margin:0 0 8px;
  white-space:normal;
  font-size:10px;
  line-height:1.25;
}
.sectors-wide .premium-industry h3{
  min-height:58px;
  margin:0;
  font-size:25px;
  line-height:1.08;
}
.sectors-wide .premium-industry p{
  min-height:148px;
  margin:0 0 20px;
  font-size:14px;
  line-height:1.55;
}
.sectors-wide .industry-services-title{
  margin-top:auto;
  margin-bottom:12px;
}
.sectors-wide .industry-services{
  margin-top:0;
  min-height:78px;
  align-content:flex-start;
}
.sectors-wide .premium-industry:hover{
  transform:translateY(-8px);
  background:linear-gradient(145deg,#071b31,#0b3564);
  color:#fff;
  border-color:#0a6cff;
  box-shadow:0 24px 55px rgba(7,30,66,.20);
}
.sectors-wide .premium-industry:hover p,
.sectors-wide .premium-industry:hover .industry-kicker,
.sectors-wide .premium-industry:hover .industry-services-title{
  color:#cfe0f2;
}
.sectors-wide .premium-industry:hover .industry-icon{
  background:#fff;
  color:var(--blue);
  box-shadow:none;
}
.sectors-wide .premium-industry:hover .industry-services span{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}
@media(max-width:1400px){
  .sectors-wide .premium-industry{min-height:520px}
  .sectors-wide .industry-top{min-height:104px}
  .sectors-wide .premium-industry h3{min-height:54px}
  .sectors-wide .premium-industry p{min-height:126px}
}
@media(max-width:1120px){
  .sectors-wide .premium-industry{min-height:auto}
  .sectors-wide .industry-top{min-height:98px}
  .sectors-wide .premium-industry h3{min-height:auto}
  .sectors-wide .premium-industry p{min-height:auto}
  .sectors-wide .industry-services{min-height:auto}
}
@media(max-width:640px){
  .sectors-wide .industry-top{grid-template-columns:minmax(0,1fr) 46px;min-height:auto}
  .sectors-wide .industry-kicker{min-height:auto}
  .sectors-wide .premium-industry h3{min-height:auto}
}


/* V15 FIX: Sectores alineados y con el mismo ancho general que Planes */
.sectors-wide{
  width:min(1580px,calc(100% - 64px)) !important;
  max-width:none !important;
}
.sectors-wide .sectors-head{
  width:auto !important;
  margin-left:0 !important;
  margin-right:0 !important;
  margin-bottom:38px !important;
}
.sectors-wide .industry-grid-premium{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:20px !important;
  width:100% !important;
  align-items:stretch !important;
}
.sectors-wide .premium-industry{
  min-width:0 !important;
  min-height:570px !important;
  padding:30px 28px 28px !important;
  border-radius:16px !important;
  overflow:hidden !important;
}
.sectors-wide .industry-top{
  position:relative !important;
  display:block !important;
  min-height:112px !important;
  margin:0 0 14px !important;
  padding:0 60px 0 0 !important;
}
.sectors-wide .industry-top > div:last-child{
  min-width:0 !important;
  width:100% !important;
}
.sectors-wide .industry-icon{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  width:46px !important;
  height:46px !important;
  margin:0 !important;
}
.sectors-wide .industry-kicker{
  display:block !important;
  min-height:32px !important;
  margin:0 0 8px !important;
  font-size:10px !important;
  line-height:1.25 !important;
  white-space:normal !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
.sectors-wide .premium-industry h3{
  min-height:58px !important;
  margin:0 !important;
  font-size:25px !important;
  line-height:1.08 !important;
  white-space:normal !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  hyphens:none !important;
}
.sectors-wide .premium-industry p{
  min-height:148px !important;
  margin:0 0 20px !important;
  font-size:14px !important;
  line-height:1.55 !important;
}
.sectors-wide .industry-services-title{
  margin-top:auto !important;
  margin-bottom:12px !important;
}
.sectors-wide .industry-services{
  margin-top:0 !important;
  min-height:78px !important;
  gap:8px !important;
  align-content:flex-start !important;
}
@media(max-width:1400px){
  .sectors-wide{width:min(1320px,calc(100% - 48px)) !important}
  .sectors-wide .industry-grid-premium{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:16px !important}
  .sectors-wide .premium-industry{min-height:500px !important}
  .sectors-wide .premium-industry p{min-height:120px !important}
}
@media(max-width:1120px){
  .sectors-wide{width:min(var(--max),calc(100% - 40px)) !important}
  .sectors-wide .industry-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .sectors-wide .premium-industry{min-height:auto !important}
  .sectors-wide .industry-top,
  .sectors-wide .premium-industry h3,
  .sectors-wide .premium-industry p,
  .sectors-wide .industry-services{min-height:auto !important}
}
@media(max-width:640px){
  .sectors-wide{width:calc(100% - 26px) !important}
  .sectors-wide .industry-grid-premium{grid-template-columns:1fr !important}
  .sectors-wide .premium-industry{padding:26px 22px !important}
}

/* =========================================================
   V16 — SECTORES + PLANES CON IDENTIDAD VISUAL DIFERENCIADA
   Sectores: escenario oscuro / tecnológico.
   Planes: escenario claro / pricing premium.
   ========================================================= */

/* ----- SECTORES: fondo tecnológico oscuro ----- */
.sectors-section{
  position:relative !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 12% 18%,rgba(16,167,232,.18),transparent 30%),
    radial-gradient(circle at 88% 72%,rgba(35,96,255,.18),transparent 34%),
    linear-gradient(145deg,#04111f 0%,#071b31 48%,#0a2b50 100%) !important;
  color:#fff !important;
  padding-top:104px !important;
  padding-bottom:118px !important;
}
.sectors-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.42;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:48px 48px;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%);
}
.sectors-section:after{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  right:-250px;
  top:-250px;
  border:1px solid rgba(79,195,255,.14);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(35,151,255,.025),0 0 0 140px rgba(35,151,255,.018);
  pointer-events:none;
}
.sectors-section .sectors-wide{position:relative;z-index:2}
.sectors-section .kicker{color:#57d8ff !important}
.sectors-section h2{color:#fff !important;max-width:920px}
.sectors-section .section-head p{color:#b9cce0 !important;max-width:820px}

/* Cards tipo "solution tile", no pricing card */
.sectors-wide .premium-industry{
  position:relative !important;
  min-height:548px !important;
  padding:30px 28px 26px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(246,250,255,.96)) !important;
  border:1px solid rgba(150,193,232,.34) !important;
  box-shadow:0 22px 60px rgba(0,0,0,.18) !important;
  color:#06182b !important;
  backdrop-filter:blur(10px);
  transform:none !important;
}
.sectors-wide .premium-industry:before{
  height:5px !important;
  background:linear-gradient(90deg,#0a6cff,#17c1e8) !important;
}
.sectors-wide .premium-industry:after{
  content:"01";
  position:absolute;
  right:24px;
  bottom:20px;
  font-size:72px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.08em;
  color:rgba(9,108,255,.045);
  pointer-events:none;
}
.sectors-wide .premium-industry:nth-child(2):after{content:"02"}
.sectors-wide .premium-industry:nth-child(3):after{content:"03"}
.sectors-wide .premium-industry:nth-child(4):after{content:"04"}
.sectors-wide .premium-industry:nth-child(5):after{content:"05"}
.sectors-wide .premium-industry:hover{
  transform:translateY(-8px) !important;
  background:linear-gradient(180deg,#ffffff,#f4f9ff) !important;
  border-color:rgba(64,169,255,.78) !important;
  box-shadow:0 30px 72px rgba(0,0,0,.28),0 0 0 1px rgba(45,164,255,.12) !important;
  color:#06182b !important;
}
.sectors-wide .premium-industry:hover p{color:#53687d !important}
.sectors-wide .premium-industry:hover .industry-kicker{color:#0871e3 !important}
.sectors-wide .premium-industry:hover .industry-services-title{color:#70869b !important}
.sectors-wide .premium-industry:hover .industry-services span{
  background:#edf6ff !important;
  border-color:#c7ddf1 !important;
  color:#143a61 !important;
}
.sectors-wide .industry-icon{
  width:50px !important;
  height:50px !important;
  border-radius:14px !important;
  background:linear-gradient(145deg,#e7f4ff,#ffffff) !important;
  border:1px solid #cfe5f8 !important;
  color:#0a6cff !important;
  box-shadow:0 10px 28px rgba(17,116,215,.12) !important;
}
.sectors-wide .industry-kicker{color:#0871e3 !important}
.sectors-wide .premium-industry h3{color:#06182b !important}
.sectors-wide .premium-industry p{color:#53687d !important}
.sectors-wide .industry-services-title{color:#70869b !important}
.sectors-wide .industry-services span{
  position:relative;
  z-index:2;
  background:#edf6ff !important;
  color:#143a61 !important;
  border-color:#c7ddf1 !important;
}

/* ----- PLANES: escenario claro, elevado y comercial ----- */
.plans-section{
  position:relative !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 18% 8%,rgba(28,181,230,.11),transparent 31%),
    radial-gradient(circle at 84% 18%,rgba(68,95,255,.10),transparent 34%),
    linear-gradient(180deg,#f9fbfe 0%,#eef4fa 100%) !important;
  padding-top:110px !important;
  padding-bottom:116px !important;
}
.plans-section:before{
  content:"";
  position:absolute;
  left:50%;
  top:255px;
  width:min(1640px,94vw);
  height:470px;
  transform:translateX(-50%);
  border-radius:34px;
  background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(223,238,252,.38));
  border:1px solid rgba(157,188,216,.28);
  box-shadow:0 40px 100px rgba(19,56,94,.08);
  pointer-events:none;
}
.plans-section:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 0 45%,rgba(255,255,255,.55) 45% 46%,transparent 46% 100%);
  opacity:.45;
}
.plans-section .plans-wide{position:relative;z-index:2}
.plans-section .section-head{position:relative;z-index:3}
.plans-section .section-head .intro{max-width:880px !important}
.plans-section h2{max-width:760px}

.pricing-four-live{
  position:relative;
  z-index:3;
  gap:20px !important;
  align-items:stretch !important;
}
.pricing-four-live .price-card{
  position:relative;
  overflow:hidden;
  min-height:590px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid #d6e2ee !important;
  border-radius:20px !important;
  box-shadow:0 18px 48px rgba(15,47,82,.08) !important;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease !important;
}
.pricing-four-live .price-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#8fa8bf,#b7c8d8);
}
.pricing-four-live .price-card:nth-child(2):before{background:linear-gradient(90deg,#13b8e8,#0a8ee7)}
.pricing-four-live .price-card:nth-child(3):before{background:linear-gradient(90deg,#0a6cff,#6558ff)}
.pricing-four-live .price-card:nth-child(4):before{background:linear-gradient(90deg,#06182b,#0c447c)}
.pricing-four-live .price-card:hover{
  transform:translateY(-9px) !important;
  border-color:#a8c8e5 !important;
  box-shadow:0 30px 70px rgba(13,49,86,.15) !important;
  background:#fff !important;
  color:var(--ink) !important;
}
.pricing-four-live .price-card:hover h3,
.pricing-four-live .price-card:hover .price,
.pricing-four-live .price-card:hover li{color:var(--ink) !important}
.pricing-four-live .price-card:hover .plan-summary,
.pricing-four-live .price-card:hover .price small{color:#617287 !important}
.pricing-four-live .price-card:hover .plan-badge-muted{background:#eef3f8 !important;color:#506277 !important;border-color:#d8e2ec !important}
.pricing-four-live .price-card.featured{
  transform:translateY(-12px) !important;
  border:2px solid #0a6cff !important;
  box-shadow:0 30px 80px rgba(10,108,255,.18) !important;
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%) !important;
}
.pricing-four-live .price-card.featured:hover{
  transform:translateY(-17px) !important;
  background:linear-gradient(180deg,#fff,#f4f9ff) !important;
  color:var(--ink) !important;
  box-shadow:0 38px 90px rgba(10,108,255,.24) !important;
}
.pricing-four-live .price-card.featured .tag{
  box-shadow:0 8px 20px rgba(10,108,255,.12);
}
.pricing-four-live .price{
  margin:14px 0 14px !important;
}
.pricing-four-live .price-card ul{
  padding-top:8px !important;
  border-top:1px solid #edf1f5;
}
.plans-wide .pricing-note{
  position:relative;
  z-index:3;
  padding:14px 18px;
  border-radius:12px;
  background:rgba(255,255,255,.64);
  border:1px solid rgba(168,195,220,.36);
  backdrop-filter:blur(6px);
}

/* Mantener responsive limpio */
@media(max-width:1400px){
  .sectors-section{padding-top:88px !important;padding-bottom:96px !important}
  .plans-section{padding-top:92px !important;padding-bottom:98px !important}
  .plans-section:before{top:235px;height:520px}
  .pricing-four-live .price-card.featured{transform:none !important}
  .pricing-four-live .price-card.featured:hover{transform:translateY(-8px) !important}
}
@media(max-width:1120px){
  .plans-section:before{display:none}
  .sectors-wide .premium-industry{min-height:auto !important}
  .pricing-four-live .price-card{min-height:auto !important}
}
@media(max-width:640px){
  .sectors-section,.plans-section{padding-top:72px !important;padding-bottom:78px !important}
  .sectors-section:before{background-size:34px 34px}
  .sectors-wide .premium-industry{padding:26px 22px !important}
}


/* V17: quitar espacio vacío entre descripción y Servicios clave */
.sectors-wide .premium-industry{
  min-height:420px !important;
  height:auto !important;
  padding:28px 26px 26px !important;
  justify-content:flex-start !important;
}
.sectors-wide .industry-top{
  min-height:98px !important;
  margin-bottom:10px !important;
}
.sectors-wide .premium-industry h3{
  min-height:54px !important;
}
.sectors-wide .premium-industry p{
  min-height:0 !important;
  height:auto !important;
  margin:0 0 24px !important;
}
.sectors-wide .industry-services-title{
  margin-top:0 !important;
  margin-bottom:10px !important;
}
.sectors-wide .industry-services{
  min-height:0 !important;
  height:auto !important;
  margin-top:0 !important;
  align-content:flex-start !important;
}
.sectors-wide .premium-industry:after{
  bottom:14px !important;
  font-size:58px !important;
}

/* Mantener las cinco tarjetas parejas sin crear un hueco artificial */
@media(min-width:1401px){
  .sectors-wide .industry-grid-premium{
    align-items:stretch !important;
  }
  .sectors-wide .premium-industry{
    min-height:420px !important;
  }
}
@media(max-width:1400px){
  .sectors-wide .premium-industry{
    min-height:390px !important;
  }
  .sectors-wide .industry-top{
    min-height:92px !important;
  }
  .sectors-wide .premium-industry h3{
    min-height:50px !important;
  }
}
@media(max-width:1120px){
  .sectors-wide .premium-industry,
  .sectors-wide .industry-top,
  .sectors-wide .premium-industry h3{
    min-height:auto !important;
  }
}


/* ============================================================
   V18 — PLANES: layout limpio + hover con cambio de color
   ============================================================ */

/* Quitamos el panel flotante anterior que cortaba visualmente las tarjetas */
.plans-section:before{
  display:none !important;
}
.plans-section:after{
  opacity:.18 !important;
}

/* La grilla completa pasa a ser el "escenario" de los planes */
.plans-section .pricing-four-live{
  position:relative !important;
  z-index:3 !important;
  width:100% !important;
  padding:26px !important;
  gap:20px !important;
  border:1px solid rgba(151,181,210,.30) !important;
  border-radius:30px !important;
  background:rgba(255,255,255,.58) !important;
  box-shadow:0 32px 80px rgba(20,55,92,.10) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  align-items:stretch !important;
}

/* Tarjetas parejas y sin desplazamientos raros */
.plans-section .pricing-four-live .price-card{
  min-height:590px !important;
  height:100% !important;
  padding:30px 28px !important;
  border-radius:18px !important;
  background:#fff !important;
  border:1px solid #d5e1ec !important;
  box-shadow:0 12px 30px rgba(12,42,73,.06) !important;
  color:var(--ink) !important;
  transform:none !important;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    color .24s ease !important;
}

/* Pro Comercial destacado, pero alineado con las demás */
.plans-section .pricing-four-live .price-card.featured{
  transform:none !important;
  border:2px solid #0a6cff !important;
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%) !important;
  box-shadow:0 20px 48px rgba(10,108,255,.14) !important;
}

/* HOVER: vuelve el cambio de color */
.plans-section .pricing-four-live .price-card:hover{
  transform:translateY(-10px) !important;
  background:linear-gradient(150deg,#06182b 0%,#0a3159 100%) !important;
  border-color:#1689ff !important;
  color:#fff !important;
  box-shadow:0 30px 68px rgba(3,25,52,.28) !important;
}

/* Pro Comercial tiene hover azul */
.plans-section .pricing-four-live .price-card.featured:hover{
  transform:translateY(-10px) !important;
  background:linear-gradient(145deg,#0754c3 0%,#0a6cff 55%,#12a9d6 100%) !important;
  border-color:#4dcaff !important;
  box-shadow:0 34px 78px rgba(10,108,255,.30) !important;
}

/* Textos en hover */
.plans-section .pricing-four-live .price-card:hover h3,
.plans-section .pricing-four-live .price-card:hover .price,
.plans-section .pricing-four-live .price-card:hover li,
.plans-section .pricing-four-live .price-card:hover .plan-support{
  color:#fff !important;
}

.plans-section .pricing-four-live .price-card:hover .plan-type{
  color:#62d8ff !important;
}

.plans-section .pricing-four-live .price-card:hover .plan-summary,
.plans-section .pricing-four-live .price-card:hover .price small{
  color:#cbdced !important;
}

.plans-section .pricing-four-live .price-card:hover ul{
  border-top-color:rgba(255,255,255,.14) !important;
}

/* Badges */
.plans-section .pricing-four-live .price-card:hover .plan-badge.on{
  color:#dffff4 !important;
  background:rgba(9,188,139,.16) !important;
  border-color:rgba(96,238,198,.48) !important;
}

.plans-section .pricing-four-live .price-card:hover .plan-badge.off{
  color:#e2ecf6 !important;
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.20) !important;
}

/* Alerta del plan Punto de Venta */
.plans-section .pricing-four-live .price-card:hover .plan-alert,
.plans-section .pricing-four-live .price-card:hover .plan-alert-soft{
  color:#ffe4aa !important;
  background:rgba(255,186,73,.10) !important;
  border-color:rgba(255,210,133,.38) !important;
}

/* Botones claros al pasar el mouse */
.plans-section .pricing-four-live .price-card:hover .btn,
.plans-section .pricing-four-live .price-card:hover .btn-outline,
.plans-section .pricing-four-live .price-card:hover .btn-dark,
.plans-section .pricing-four-live .price-card:hover .btn-primary{
  background:#fff !important;
  color:#071a2e !important;
  border-color:#fff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.12) !important;
}

.plans-section .pricing-four-live .price-card:hover .tag{
  background:#fff !important;
  color:#075fc4 !important;
}

/* Mantener todos los botones perfectamente alineados */
.plans-section .pricing-four-live .price-card .btn{
  margin-top:auto !important;
  width:100% !important;
  min-height:50px !important;
}

/* Nota inferior separada del escenario */
.plans-wide .pricing-note{
  margin-top:18px !important;
  background:rgba(255,255,255,.78) !important;
  border-color:rgba(151,181,210,.32) !important;
}

/* Responsive */
@media(max-width:1400px){
  .plans-section .pricing-four-live{
    padding:20px !important;
    gap:16px !important;
  }
  .plans-section .pricing-four-live .price-card{
    min-height:570px !important;
    padding:26px 22px !important;
  }
}
@media(max-width:1120px){
  .plans-section .pricing-four-live{
    border-radius:22px !important;
  }
  .plans-section .pricing-four-live .price-card{
    min-height:auto !important;
  }
}
@media(max-width:640px){
  .plans-section .pricing-four-live{
    padding:12px !important;
    border-radius:18px !important;
  }
  .plans-section .pricing-four-live .price-card:hover,
  .plans-section .pricing-four-live .price-card.featured:hover{
    transform:none !important;
  }
}


/* ============================================================
   V19 — Más elegido sin tapar texto + prueba dentro de la nota
   ============================================================ */

/* Badge flotando sobre la esquina, sin cubrir el tipo de plan */
.plans-section .pricing-four-live .price-card.featured{
  overflow:visible !important;
}
.plans-section .pricing-four-live .price-card.featured .tag{
  top:-17px !important;
  right:18px !important;
  z-index:8 !important;
  padding:8px 13px !important;
  box-shadow:0 10px 24px rgba(8,72,155,.15) !important;
  white-space:nowrap !important;
}
.plans-section .pricing-four-live .price-card.featured .plan-type{
  padding-right:0 !important;
  margin-top:0 !important;
}

/* Barra inferior única: límites + 14 días de prueba */
.plans-wide .pricing-note-combined{
  margin-top:18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
  width:100% !important;
  padding:13px 16px !important;
  border:1px solid rgba(151,181,210,.36) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.82) !important;
  color:#64778a !important;
  font-size:13px !important;
  line-height:1.45 !important;
  box-shadow:0 8px 22px rgba(18,53,88,.04) !important;
}
.pricing-note-copy{
  flex:1 1 auto !important;
  min-width:0 !important;
}
.pricing-note-trial{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  white-space:nowrap !important;
  color:#40556b !important;
}
.pricing-note-trial strong{
  color:#071426 !important;
  font-size:13px !important;
}
.pricing-note-check{
  width:22px !important;
  height:22px !important;
  border-radius:50% !important;
  display:inline-grid !important;
  place-items:center !important;
  background:#e8fbf4 !important;
  color:#078764 !important;
  font-weight:900 !important;
  line-height:1 !important;
}

/* Ya no se usa la nota separada */
.trial-note{
  display:none !important;
}

@media(max-width:980px){
  .plans-wide .pricing-note-combined{
    align-items:flex-start !important;
    flex-direction:column !important;
    gap:9px !important;
  }
  .pricing-note-trial{
    white-space:normal !important;
  }
}
@media(max-width:640px){
  .plans-section .pricing-four-live .price-card.featured .tag{
    top:-14px !important;
    right:14px !important;
    font-size:10px !important;
    padding:7px 10px !important;
  }
  .plans-wide .pricing-note-combined{
    padding:12px 13px !important;
  }
}


/* ============================================================
   V20 — Badge "Más elegido" dentro de la tarjeta
   ============================================================ */

/* Ninguna tarjeta debe tener elementos saliendo del cuadro */
.plans-section .pricing-four-live .price-card,
.plans-section .pricing-four-live .price-card.featured{
  overflow:hidden !important;
}

/* El badge queda DENTRO de Pro Comercial, arriba a la derecha */
.plans-section .pricing-four-live .price-card.featured .tag{
  top:14px !important;
  right:14px !important;
  left:auto !important;
  z-index:6 !important;
  padding:7px 11px !important;
  border-radius:999px !important;
  background:#eaf4ff !important;
  color:#075fc4 !important;
  box-shadow:none !important;
  border:1px solid #d7eaff !important;
  font-size:10px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

/* Reservamos espacio arriba para que el badge no tape el texto */
.plans-section .pricing-four-live .price-card.featured{
  padding-top:52px !important;
}

/* El tipo de plan queda limpio, sin ser tapado */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  padding-right:0 !important;
  margin-top:0 !important;
  max-width:100% !important;
}

/* En hover el badge también permanece dentro y legible */
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  background:#ffffff !important;
  color:#075fc4 !important;
  border-color:rgba(255,255,255,.75) !important;
}

/* Evitar cualquier "fondo" o borde que parezca sobresalir */
.plans-section .pricing-four-live .price-card.featured:before,
.plans-section .pricing-four-live .price-card.featured:after{
  border-radius:inherit !important;
  overflow:hidden !important;
}

/* Ajuste de las demás tarjetas para que todas mantengan el mismo marco */
.plans-section .pricing-four-live .price-card{
  border-radius:18px !important;
}

/* En pantallas pequeñas mantenemos el badge dentro */
@media(max-width:640px){
  .plans-section .pricing-four-live .price-card.featured{
    padding-top:48px !important;
  }
  .plans-section .pricing-four-live .price-card.featured .tag{
    top:12px !important;
    right:12px !important;
    font-size:9px !important;
    padding:6px 9px !important;
  }
}


/* ============================================================
   V21 — Alinear Pro Comercial con Emprende y Enterprise
   ============================================================ */

/* Pro Comercial vuelve a empezar a la misma altura que las otras tarjetas */
.plans-section .pricing-four-live .price-card.featured{
  padding-top:30px !important;
}

/* "Operación comercial completa" queda en la misma línea visual
   que "Para pequeñas empresas" y "Mayor capacidad" */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin-top:0 !important;
  min-height:18px !important;
  line-height:1.2 !important;
  padding-right:104px !important;
}

/* El badge sigue dentro de la tarjeta, pero ocupa la esquina derecha
   sin empujar hacia abajo el contenido */
.plans-section .pricing-four-live .price-card.featured .tag{
  top:14px !important;
  right:14px !important;
  left:auto !important;
  margin:0 !important;
}

/* Todos los títulos comienzan a la misma distancia del subtítulo */
.plans-section .pricing-four-live .price-card h3,
.plans-section .pricing-four-live .price-card.featured h3{
  margin-top:14px !important;
}

/* Ajuste fino en pantallas más estrechas */
@media(max-width:1400px){
  .plans-section .pricing-four-live .price-card.featured .plan-type{
    padding-right:96px !important;
    font-size:10px !important;
  }
}
@media(max-width:640px){
  .plans-section .pricing-four-live .price-card.featured{
    padding-top:26px !important;
  }
  .plans-section .pricing-four-live .price-card.featured .plan-type{
    padding-right:90px !important;
  }
}


/* ============================================================
   V22 — Alineación real de Pro Comercial + límites actualizados
   ============================================================ */

/* Todos los encabezados parten exactamente desde la misma altura */
.plans-section .pricing-four-live .price-card,
.plans-section .pricing-four-live .price-card.featured{
  padding-top:30px !important;
}

.plans-section .pricing-four-live .price-card .plan-type,
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin:0 !important;
  padding:0 !important;
  min-height:18px !important;
  line-height:1.2 !important;
}

/* Todos los nombres de plan comienzan a la misma altura */
.plans-section .pricing-four-live .price-card h3,
.plans-section .pricing-four-live .price-card.featured h3{
  margin:14px 0 0 !important;
  min-height:34px !important;
  line-height:1.15 !important;
}

/* "Más elegido" se mueve a la línea del nombre Pro Comercial.
   Ya no ocupa ni desplaza la línea de "Operación comercial completa". */
.plans-section .pricing-four-live .price-card.featured .tag{
  top:58px !important;
  right:14px !important;
  left:auto !important;
  z-index:8 !important;
  margin:0 !important;
  white-space:nowrap !important;
}

/* Reservamos únicamente espacio lateral en el título, no espacio vertical */
.plans-section .pricing-four-live .price-card.featured h3{
  padding-right:112px !important;
}

/* La línea "Operación comercial completa" queda libre y a la misma altura
   que "Para pequeñas empresas" y "Mayor capacidad". */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  padding-right:0 !important;
}

/* Nota inferior: mantener límites y prueba en una sola barra */
.plans-wide .pricing-note-combined{
  align-items:center !important;
}
.pricing-note-copy{
  line-height:1.5 !important;
}

/* Ajustes responsive sin volver a bajar Pro Comercial */
@media(max-width:1400px){
  .plans-section .pricing-four-live .price-card.featured .tag{
    top:56px !important;
    right:12px !important;
    font-size:9px !important;
  }
  .plans-section .pricing-four-live .price-card.featured h3{
    padding-right:98px !important;
  }
}
@media(max-width:640px){
  .plans-section .pricing-four-live .price-card,
  .plans-section .pricing-four-live .price-card.featured{
    padding-top:26px !important;
  }
  .plans-section .pricing-four-live .price-card.featured .tag{
    top:52px !important;
    right:12px !important;
  }
  .plans-section .pricing-four-live .price-card.featured h3{
    padding-right:96px !important;
  }
}


/* ============================================================
   V23 — Punto de Venta SII incluido + badge Más elegido centrado
   ============================================================ */

/* Pro Comercial: badge centrado en la línea superior, sin mover el contenido */
.plans-section .pricing-four-live .price-card.featured{
  position:relative !important;
  overflow:visible !important;
  padding-top:30px !important;
}

.plans-section .pricing-four-live .price-card.featured .tag{
  top:0 !important;
  left:50% !important;
  right:auto !important;
  transform:translate(-50%,-50%) !important;
  z-index:12 !important;

  padding:8px 15px !important;
  border-radius:999px !important;
  border:3px solid #ffffff !important;
  background:linear-gradient(90deg,#6257f5 0%,#0a7cff 52%,#14c5df 100%) !important;
  color:#ffffff !important;
  box-shadow:0 10px 24px rgba(10,108,255,.25) !important;

  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:.07em !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

/* En hover Pro Comercial pasa a azul, pero el badge sigue destacando */
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  background:linear-gradient(90deg,#7a5cff 0%,#21b8ff 100%) !important;
  color:#ffffff !important;
  border-color:#ffffff !important;
  box-shadow:0 12px 28px rgba(0,0,0,.22) !important;
}

/* El contenido queda exactamente alineado con Emprende y Enterprise */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin:0 !important;
  padding:0 !important;
}
.plans-section .pricing-four-live .price-card.featured h3{
  margin-top:14px !important;
  padding-right:0 !important;
}

@media(max-width:640px){
  .plans-section .pricing-four-live .price-card.featured .tag{
    padding:7px 11px !important;
    font-size:9px !important;
  }
}


/* ============================================================
   V24 — Pro Comercial: borde limpio + badge sin borde
         + hover badge morado + precio IVA mejor presentado
   ============================================================ */

/* PRO COMERCIAL: mismo marco limpio que Enterprise,
   pero con una línea superior azul-violeta para destacar */
.plans-section .pricing-four-live .price-card.featured{
  position:relative !important;
  overflow:visible !important;
  border:1px solid #d5e1ec !important;
  border-radius:18px !important;
  background:#ffffff !important;
  box-shadow:0 16px 38px rgba(12,42,73,.09) !important;
}

/* Eliminamos cualquier borde/efecto anterior que pueda aparecer */
.plans-section .pricing-four-live .price-card.featured:before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  height:5px !important;
  border-radius:18px 18px 0 0 !important;
  background:linear-gradient(90deg,#0a72ff 0%,#1ab8e8 55%,#7057f5 100%) !important;
  z-index:2 !important;
  pointer-events:none !important;
}
.plans-section .pricing-four-live .price-card.featured:after{
  display:none !important;
}

/* MÁS ELEGIDO: sin borde */
.plans-section .pricing-four-live .price-card.featured .tag{
  top:0 !important;
  left:50% !important;
  right:auto !important;
  transform:translate(-50%,-50%) !important;
  z-index:12 !important;

  border:0 !important;
  outline:0 !important;
  box-shadow:0 8px 20px rgba(8,104,230,.22) !important;
  background:linear-gradient(90deg,#0b78ff 0%,#16b6df 100%) !important;
  color:#ffffff !important;
  padding:8px 16px !important;
  border-radius:999px !important;
  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:.07em !important;
}

/* HOVER Pro Comercial sigue azul */
.plans-section .pricing-four-live .price-card.featured:hover{
  background:linear-gradient(145deg,#0756c7 0%,#0a6cff 58%,#16a9d8 100%) !important;
  border-color:#0b7eff !important;
  box-shadow:0 32px 72px rgba(5,73,161,.28) !important;
}

/* Al pasar el mouse, Más elegido pasa a MORADO bien visible */
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  border:0 !important;
  background:linear-gradient(90deg,#6b4df6 0%,#913cf0 100%) !important;
  color:#ffffff !important;
  box-shadow:0 10px 24px rgba(105,59,238,.34) !important;
}

/* Formato nuevo de + IVA / mes */
.plans-section .pricing-four-live .price{
  display:flex !important;
  align-items:flex-end !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
}

.plans-section .pricing-four-live .price-tax{
  display:inline-flex !important;
  align-items:baseline !important;
  gap:4px !important;
  margin-bottom:7px !important;
  padding:5px 8px !important;
  border-radius:8px !important;
  background:#f1f6fb !important;
  border:1px solid #dbe6f0 !important;
  color:#5d7084 !important;
  font-size:11px !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  white-space:nowrap !important;
}

.plans-section .pricing-four-live .price-tax strong{
  font-size:11px !important;
  color:#33495f !important;
  font-weight:800 !important;
}

.plans-section .pricing-four-live .price-tax span{
  font-size:10px !important;
  color:#73859a !important;
  font-weight:650 !important;
}

/* Precio dentro del hover */
.plans-section .pricing-four-live .price-card:hover .price-tax{
  background:rgba(255,255,255,.13) !important;
  border-color:rgba(255,255,255,.26) !important;
}
.plans-section .pricing-four-live .price-card:hover .price-tax strong,
.plans-section .pricing-four-live .price-card:hover .price-tax span{
  color:#ffffff !important;
}

/* Mantener la alineación superior correcta */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin:0 !important;
  padding:0 !important;
}
.plans-section .pricing-four-live .price-card.featured h3{
  margin-top:14px !important;
  padding-right:0 !important;
}

/* Tablet / móvil */
@media(max-width:640px){
  .plans-section .pricing-four-live .price{
    gap:7px !important;
  }
  .plans-section .pricing-four-live .price-tax{
    padding:4px 6px !important;
    margin-bottom:5px !important;
  }
  .plans-section .pricing-four-live .price-card.featured .tag{
    padding:7px 12px !important;
    font-size:9px !important;
  }
}


/* ============================================================
   V25 — FIX línea superior Pro Comercial dentro del borde
   ============================================================ */

/* La línea superior queda totalmente dentro de la tarjeta */
.plans-section .pricing-four-live .price-card.featured:before{
  top:1px !important;
  left:1px !important;
  right:1px !important;
  width:auto !important;
  height:4px !important;
  border-radius:16px 16px 0 0 !important;
  background:linear-gradient(90deg,#0a72ff 0%,#1ab8e8 55%,#7057f5 100%) !important;
  box-shadow:none !important;
  clip-path:inset(0 round 16px 16px 0 0) !important;
}

/* Evitar cualquier desborde visual lateral */
.plans-section .pricing-four-live .price-card.featured{
  border-radius:18px !important;
}

/* Badge se mantiene centrado y visible */
.plans-section .pricing-four-live .price-card.featured .tag{
  top:1px !important;
  transform:translate(-50%,-50%) !important;
}


/* ============================================================
   V26 — Pro Comercial con borde superior igual a Enterprise
   ============================================================ */

/* Mismo formato visual de borde superior que Enterprise:
   una línea limpia DENTRO de la tarjeta, sin sobresalir. */
.plans-section .pricing-four-live .price-card.featured{
  overflow:hidden !important;
  border:1px solid #d5e1ec !important;
  border-radius:18px !important;
}

/* Quitamos completamente la línea gradient anterior */
.plans-section .pricing-four-live .price-card.featured:before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:auto !important;
  height:5px !important;
  border-radius:18px 18px 0 0 !important;
  background:#0a6cff !important;
  box-shadow:none !important;
  clip-path:none !important;
  z-index:2 !important;
  pointer-events:none !important;
}

/* "Más elegido" queda dentro del cuadro, centrado arriba,
   sin romper ni salir del borde. */
.plans-section .pricing-four-live .price-card.featured .tag{
  top:14px !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  z-index:8 !important;
  border:0 !important;
  outline:0 !important;
  padding:7px 14px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#6d4df6 0%,#8e3ff1 100%) !important;
  color:#fff !important;
  box-shadow:0 8px 20px rgba(105,59,238,.24) !important;
}

/* Para que el badge no tape el texto */
.plans-section .pricing-four-live .price-card.featured{
  padding-top:52px !important;
}

/* En hover: mantiene el formato y el badge sigue morado */
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  background:linear-gradient(90deg,#7250ff 0%,#9b45f4 100%) !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(105,59,238,.34) !important;
}

/* En hover, la línea superior sigue limpia */
.plans-section .pricing-four-live .price-card.featured:hover:before{
  background:#52d2ff !important;
}

/* Responsive */
@media(max-width:640px){
  .plans-section .pricing-four-live .price-card.featured{
    padding-top:48px !important;
  }
  .plans-section .pricing-four-live .price-card.featured .tag{
    top:12px !important;
    padding:6px 11px !important;
    font-size:9px !important;
  }
}


/* ============================================================
   V27 — Badge "Más elegido" centrado sobre la línea superior,
   dentro de la tarjeta y sin salir del borde
   ============================================================ */

/* Mantener la tarjeta cerrada, sin elementos fuera del borde */
.plans-section .pricing-four-live .price-card.featured{
  overflow:hidden !important;
  padding-top:58px !important;
}

/* Línea superior limpia como Enterprise */
.plans-section .pricing-four-live .price-card.featured:before{
  top:0 !important;
  left:0 !important;
  right:0 !important;
  height:5px !important;
  border-radius:18px 18px 0 0 !important;
  background:#0a6cff !important;
  z-index:2 !important;
}

/* Más elegido: centrado SOBRE la línea, pero dentro de la tarjeta */
.plans-section .pricing-four-live .price-card.featured .tag{
  top:8px !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  z-index:8 !important;
  padding:7px 14px !important;
  border-radius:999px !important;
  border:0 !important;
  outline:0 !important;
  background:linear-gradient(90deg,#6d4df6 0%,#8e3ff1 100%) !important;
  color:#fff !important;
  box-shadow:0 8px 20px rgba(105,59,238,.24) !important;
}

/* No tocar el resto del contenido */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin-top:0 !important;
}
.plans-section .pricing-four-live .price-card.featured h3{
  margin-top:14px !important;
}

/* Hover: mantener mismo comportamiento, solo el badge más vivo */
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  background:linear-gradient(90deg,#7250ff 0%,#9b45f4 100%) !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(105,59,238,.34) !important;
}

@media(max-width:640px){
  .plans-section .pricing-four-live .price-card.featured{
    padding-top:54px !important;
  }
  .plans-section .pricing-four-live .price-card.featured .tag{
    top:8px !important;
    padding:6px 11px !important;
    font-size:9px !important;
  }
}


/* ============================================================
   V28 — Alinear Pro Comercial con Emprende y Enterprise
   Badge sobre la línea superior, sin salir del borde,
   y contenido en la misma altura que las demás cards
   ============================================================ */

/* altura y ritmo iguales en las 4 cards */
.plans-section .pricing-four-live .price-card{
  padding-top:30px !important;
}

.plans-section .pricing-four-live .price-card .plan-type{
  display:block !important;
  min-height:28px !important;
  margin:0 0 10px 0 !important;
  line-height:1.15 !important;
}

.plans-section .pricing-four-live .price-card h3{
  margin:0 0 14px 0 !important;
  min-height:52px !important;
  line-height:1.06 !important;
  display:flex !important;
  align-items:flex-start !important;
}

/* Pro Comercial: no bajar el contenido */
.plans-section .pricing-four-live .price-card.featured{
  padding-top:30px !important;
  overflow:hidden !important;
  position:relative !important;
}

/* línea superior limpia, dentro del borde */
.plans-section .pricing-four-live .price-card.featured:before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:4px !important;
  border-radius:16px 16px 0 0 !important;
  background:#0a6cff !important;
  z-index:2 !important;
}

/* badge centrado SOBRE la línea, pero dentro del card */
.plans-section .pricing-four-live .price-card.featured .tag{
  position:absolute !important;
  top:10px !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  border:0 !important;
  outline:0 !important;
  z-index:8 !important;
  background:linear-gradient(90deg,#6f4ef8 0%,#8f42f0 100%) !important;
  color:#fff !important;
  box-shadow:0 8px 20px rgba(98,66,231,.18) !important;
}

/* alinear exactamente el bloque de Pro con las otras cards */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin-top:44px !important;
}

/* hover: mismo comportamiento, sin mover posición */
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  top:10px !important;
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  background:linear-gradient(90deg,#7652ff 0%,#9950ff 100%) !important;
  color:#fff !important;
}

@media(max-width:640px){
  .plans-section .pricing-four-live .price-card,
  .plans-section .pricing-four-live .price-card.featured{
    padding-top:26px !important;
  }
  .plans-section .pricing-four-live .price-card.featured .plan-type{
    margin-top:40px !important;
  }
  .plans-section .pricing-four-live .price-card h3{
    min-height:auto !important;
  }
  .plans-section .pricing-four-live .price-card.featured .tag{
    top:8px !important;
    font-size:9px !important;
    padding:6px 12px !important;
  }
}


/* ============================================================
   V30 — RESTAURAR DISEÑO ANTERIOR
   Solo: alineación horizontal + ubicación actual de "Más elegido"
   ============================================================ */

/* Las 4 tarjetas vuelven a compartir exactamente el mismo inicio */
.plans-section .pricing-four-live .price-card,
.plans-section .pricing-four-live .price-card.featured{
  padding-top:34px !important;
}

/* Misma línea horizontal para los subtítulos */
.plans-section .pricing-four-live .price-card .plan-type,
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin:0 0 12px 0 !important;
  min-height:14px !important;
  padding:0 !important;
  position:relative !important;
  top:0 !important;
  line-height:1.15 !important;
}

/* Misma línea horizontal para Emprende / Pro Comercial / Enterprise */
.plans-section .pricing-four-live .price-card h3,
.plans-section .pricing-four-live .price-card.featured h3{
  margin:0 0 18px 0 !important;
  min-height:54px !important;
  padding:0 !important;
  position:relative !important;
  top:0 !important;
  display:flex !important;
  align-items:flex-start !important;
}

/* Pro Comercial conserva el borde y diseño anterior */
.plans-section .pricing-four-live .price-card.featured{
  overflow:visible !important;
}

/* Línea de Pro: centrada y sin sobresalir hacia izquierda/derecha */
.plans-section .pricing-four-live .price-card.featured:before{
  content:"" !important;
  position:absolute !important;
  left:12px !important;
  right:12px !important;
  top:0 !important;
  width:auto !important;
  height:4px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#2374ff 0%,#8250f4 100%) !important;
  z-index:2 !important;
  box-shadow:none !important;
}

/* MÁS ELEGIDO: exactamente centrado en la línea superior */
.plans-section .pricing-four-live .price-card.featured .tag{
  position:absolute !important;
  top:0 !important;
  left:50% !important;
  right:auto !important;
  transform:translate(-50%,-42%) !important;
  margin:0 !important;
  z-index:10 !important;
  border:0 !important;
  outline:0 !important;
  white-space:nowrap !important;
}

/* En hover no cambia de posición */
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  top:0 !important;
  left:50% !important;
  right:auto !important;
  transform:translate(-50%,-42%) !important;
}

/* Eliminar el desplazamiento vertical que tenía V28 */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin-top:0 !important;
}

@media(max-width:640px){
  .plans-section .pricing-four-live .price-card,
  .plans-section .pricing-four-live .price-card.featured{
    padding-top:30px !important;
  }

  .plans-section .pricing-four-live .price-card h3,
  .plans-section .pricing-four-live .price-card.featured h3{
    min-height:auto !important;
  }

  .plans-section .pricing-four-live .price-card.featured .tag{
    top:0 !important;
    transform:translate(-50%,-38%) !important;
  }
}


/* ============================================================
   V31 — Ajuste fino planes
   - Línea superior de Pro Comercial igual de tamaño que las demás
   - Menos espacio entre título y precio
   ============================================================ */

/* Menos aire entre subtítulo / título / precio */
.plans-section .pricing-four-live .price-card .plan-type,
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin:0 0 10px 0 !important;
}

.plans-section .pricing-four-live .price-card h3,
.plans-section .pricing-four-live .price-card.featured h3{
  margin:0 0 8px 0 !important;
  min-height:46px !important;
}

.plans-section .pricing-four-live .price-card .price,
.plans-section .pricing-four-live .price-card.featured .price{
  margin:2px 0 12px !important;
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

/* La línea de Pro queda exactamente proporcional a las otras */
.plans-section .pricing-four-live .price-card.featured:before{
  left:0 !important;
  right:0 !important;
  width:100% !important;
  height:6px !important;
  border-radius:0 !important;
  background:linear-gradient(90deg,#2374ff 0%,#8250f4 100%) !important;
}

/* Mantener el badge en la misma ubicación aprobada */
.plans-section .pricing-four-live .price-card.featured .tag,
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  top:0 !important;
  left:50% !important;
  transform:translate(-50%,-42%) !important;
}

@media(max-width:640px){
  .plans-section .pricing-four-live .price-card h3,
  .plans-section .pricing-four-live .price-card.featured h3{
    min-height:auto !important;
  }
}


/* ============================================================
   V32 — Ajuste final planes
   - Línea superior de Pro Comercial igual a las otras
   - Mantener badge en la misma ubicación
   - Todos los botones con texto uniforme
   ============================================================ */

/* Pro Comercial: misma línea superior redondeada y con márgenes internos */
.plans-section .pricing-four-live .price-card.featured{
  border-radius:18px !important;
  overflow:visible !important;
}

.plans-section .pricing-four-live .price-card.featured:before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:24px !important;
  right:24px !important;
  width:auto !important;
  height:5px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#2374ff 0%,#8250f4 100%) !important;
  z-index:2 !important;
  pointer-events:none !important;
}

/* Badge conserva la ubicación aprobada, sin salirse ni mover el layout */
.plans-section .pricing-four-live .price-card.featured .tag,
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  top:0 !important;
  left:50% !important;
  right:auto !important;
  transform:translate(-50%,-50%) !important;
  z-index:12 !important;
}

/* Un poco menos de espacio entre título y precio */
.plans-section .pricing-four-live .price-card h3,
.plans-section .pricing-four-live .price-card.featured h3{
  margin:10px 0 8px !important;
}

.plans-section .pricing-four-live .price-card .price,
.plans-section .pricing-four-live .price-card.featured .price{
  margin:0 0 12px !important;
}

@media (max-width:640px){
  .plans-section .pricing-four-live .price-card.featured:before{
    left:18px !important;
    right:18px !important;
  }
}


/* ============================================================
   V34 — Solo Pro Comercial como los otros 3 planes
   - Restaurar los otros planes tal como estaban
   - Hacer que la línea de Pro Comercial se vea como las demás
   - Mantener el badge “Más elegido” centrado arriba de la línea
   ============================================================ */

/* Pro Comercial: misma forma visual de línea superior que los otros cards */
.plans-section .pricing-four-live .price-card.featured{
  border-radius:20px !important;
  overflow:visible !important;
}

.plans-section .pricing-four-live .price-card.featured:before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  height:6px !important;
  border-radius:20px 20px 0 0 !important;
  background:linear-gradient(90deg,#2374ff 0%,#8250f4 100%) !important;
  z-index:2 !important;
  pointer-events:none !important;
}

/* Badge: mantenerlo centrado arriba de la línea, sin mover el contenido */
.plans-section .pricing-four-live .price-card.featured .tag,
.plans-section .pricing-four-live .price-card.featured:hover .tag{
  top:0 !important;
  left:50% !important;
  right:auto !important;
  transform:translate(-50%,-50%) !important;
  z-index:12 !important;
}

/* Alinear el arranque del contenido con los demás */
.plans-section .pricing-four-live .price-card.featured .plan-type{
  margin:0 0 12px 0 !important;
}
.plans-section .pricing-four-live .price-card.featured h3{
  margin:0 0 10px 0 !important;
}
.plans-section .pricing-four-live .price-card.featured .price{
  margin:0 0 14px !important;
}


/* ============================================================
   V36 — Soluciones Zelink premium con iconos
   ============================================================ */
.solutions-premium{
  position:relative;
  overflow:hidden;
  padding:112px 0 118px !important;
  background:
    linear-gradient(180deg,#ffffff 0%,#f7fbff 52%,#f3f8fd 100%);
  border-top:1px solid #edf2f7;
  border-bottom:1px solid #e8f0f7;
}
.solutions-premium:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(9,108,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(9,108,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 78%);
}
.solutions-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
  pointer-events:none;
}
.solutions-glow-a{
  width:520px;height:520px;
  right:-190px;top:-160px;
  background:radial-gradient(circle,rgba(19,184,232,.17),rgba(10,108,255,.07) 52%,transparent 72%);
}
.solutions-glow-b{
  width:430px;height:430px;
  left:-220px;bottom:-210px;
  background:radial-gradient(circle,rgba(105,83,255,.10),rgba(10,108,255,.04) 52%,transparent 72%);
}
.solutions-premium-inner{position:relative;z-index:2}
.solutions-premium-head{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:70px;
  align-items:end;
  margin-bottom:46px;
}
.solutions-premium-copy{max-width:820px}
.solutions-premium-copy .kicker{margin-bottom:14px}
.solutions-premium-copy h2{
  max-width:800px;
  margin:0 0 18px;
  font-size:clamp(42px,4.6vw,64px);
  line-height:1;
  letter-spacing:-.045em;
}
.solutions-premium-copy h2 span{
  background:linear-gradient(90deg,#0a64da 0%,#11aee4 72%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.solutions-premium-copy p{
  max-width:730px;
  margin:0;
  color:#586b80;
  font-size:17px;
  line-height:1.65;
}
.solutions-premium-cta{
  justify-self:end;
  display:grid;
  justify-items:end;
  gap:14px;
  text-align:right;
}
.solutions-premium-cta>span{
  max-width:250px;
  color:#607488;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
}
.solution-grid-premium{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.solution-card-premium{
  position:relative;
  min-height:300px;
  padding:28px 28px 24px;
  display:flex;
  flex-direction:column;
  border:1px solid #dbe6f0;
  border-radius:20px;
  background:rgba(255,255,255,.9);
  box-shadow:0 12px 34px rgba(15,49,82,.055);
  overflow:hidden;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    color .24s ease;
}
.solution-card-premium:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:4px;
  background:linear-gradient(90deg,#0a6cff,#15b8e8);
}
.solution-card-premium:nth-child(3n+2):before{
  background:linear-gradient(90deg,#13b8e8,#6558ff);
}
.solution-card-premium:nth-child(3n):before{
  background:linear-gradient(90deg,#6558ff,#0a6cff);
}
.solution-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px;
}
.solution-icon{
  width:54px;height:54px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#0a6cff;
  background:linear-gradient(180deg,#eff7ff,#e4f2ff);
  border:1px solid #d5e8fb;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  transition:.24s ease;
}
.solution-icon svg{width:27px;height:27px}
.solution-number{
  font-size:12px;
  font-weight:850;
  letter-spacing:.10em;
  color:#8ca0b5;
}
.solution-label{
  margin-bottom:7px;
  color:#0871e3;
  font-size:10px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.13em;
}
.solution-card-premium h3{
  margin:0 0 12px;
  font-size:23px;
  line-height:1.12;
  letter-spacing:-.025em;
}
.solution-card-premium p{
  margin:0 0 22px;
  color:#617489;
  font-size:14px;
  line-height:1.6;
}
.solution-card-premium>a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  color:#0a67df;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}
.solution-card-premium>a span{transition:transform .2s ease}
.solution-card-premium:hover{
  transform:translateY(-7px);
  border-color:#0b78ef;
  background:linear-gradient(145deg,#071b31 0%,#0b315a 100%);
  color:#fff;
  box-shadow:0 28px 60px rgba(7,36,70,.18);
}
.solution-card-premium:hover .solution-icon{
  background:#fff;
  color:#0a6cff;
  border-color:#fff;
  transform:scale(1.04);
}
.solution-card-premium:hover .solution-number{color:#8ddfff}
.solution-card-premium:hover .solution-label{color:#55d6ff}
.solution-card-premium:hover p{color:#c6d6e7}
.solution-card-premium:hover>a{color:#fff}
.solution-card-premium:hover>a span{transform:translateX(4px)}

@media(max-width:980px){
  .solutions-premium{padding:88px 0 92px !important}
  .solutions-premium-head{grid-template-columns:1fr;gap:26px}
  .solutions-premium-cta{justify-self:start;justify-items:start;text-align:left}
  .solution-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .solutions-premium{padding:72px 0 76px !important}
  .solutions-premium-copy h2{font-size:40px}
  .solutions-premium-copy p{font-size:16px}
  .solution-grid-premium{grid-template-columns:1fr}
  .solution-card-premium{min-height:auto;padding:24px 22px}
}


/* ============================================================
   V37 — HERO PREMIUM
   Solo mejora visual del banner principal + ERP más grande
   ============================================================ */

.hero{
  position:relative;
  overflow:hidden;
  padding:82px 0 92px !important;
  background:
    radial-gradient(circle at 93% 12%,rgba(19,184,232,.20),transparent 28%),
    radial-gradient(circle at 76% 70%,rgba(103,83,255,.10),transparent 34%),
    linear-gradient(180deg,#f8fbff 0%,#f3f8fd 100%) !important;
  border-bottom:1px solid #e5edf5;
}

/* Grid tecnológico muy sutil */
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(10,108,255,.032) 1px,transparent 1px),
    linear-gradient(90deg,rgba(10,108,255,.032) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to right,rgba(0,0,0,.35),transparent 88%);
}

/* Orb original más limpio */
.hero:before{
  width:760px !important;
  height:760px !important;
  right:-250px !important;
  top:-350px !important;
  background:
    radial-gradient(circle at 42% 42%,
      rgba(66,192,242,.26),
      rgba(10,108,255,.10) 46%,
      rgba(106,81,255,.04) 62%,
      transparent 72%) !important;
}

/* Hero usa más ancho de pantalla */
.hero .container{
  width:min(1520px,calc(100% - 64px)) !important;
  max-width:none !important;
  position:relative;
  z-index:2;
}

.hero-grid{
  grid-template-columns:minmax(470px,.86fr) minmax(650px,1.14fr) !important;
  gap:46px !important;
  align-items:center !important;
}

/* Columna izquierda más compacta y premium */
.hero-grid > div:first-child{
  position:relative;
  z-index:3;
  padding-right:10px;
}

.hero .eyebrow{
  margin-bottom:24px !important;
}

.hero h1{
  max-width:690px !important;
  margin-bottom:24px !important;
  font-size:clamp(58px,5.25vw,84px) !important;
  line-height:.97 !important;
}

.hero-copy{
  max-width:680px !important;
  margin-bottom:28px !important;
  font-size:18px !important;
  line-height:1.62 !important;
}

.hero-actions{
  margin-bottom:22px !important;
}

.hero-actions .btn{
  min-height:52px !important;
  padding-left:24px !important;
  padding-right:24px !important;
  border-radius:10px !important;
}

.hero-actions .btn-primary{
  box-shadow:0 14px 28px rgba(10,108,255,.18);
}

/* Beneficios más ordenados */
.hero-proof{
  gap:10px !important;
}

.hero-proof .proof-item{
  min-height:32px;
  padding:0 11px;
  border:1px solid #dce8f2;
  border-radius:999px;
  background:rgba(255,255,255,.68);
  backdrop-filter:blur(6px);
  color:#52677d;
  font-size:12px;
}

/* ERP GRANDE */
.dashboard-stage{
  position:relative !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  padding:26px 18px 32px 22px;
}

/* halo detrás del ERP */
.dashboard-stage:before{
  content:"";
  position:absolute;
  inset:7% 1% 3% 5%;
  border-radius:36px;
  background:
    radial-gradient(circle at 78% 18%,rgba(18,186,233,.32),transparent 32%),
    linear-gradient(135deg,rgba(10,108,255,.12),rgba(91,76,245,.08));
  filter:blur(22px);
  transform:scale(1.03);
  z-index:-1;
}

.dashboard-shot-wrap{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:12px !important;
  border-radius:24px !important;
  background:
    linear-gradient(135deg,#06172c 0%,#0c3971 48%,#1d57ad 100%) !important;
  border:1px solid rgba(15,71,139,.20);
  box-shadow:
    0 38px 85px rgba(5,29,64,.22),
    0 10px 28px rgba(10,108,255,.10) !important;
  transform:none !important;
  transition:transform .28s ease,box-shadow .28s ease !important;
}

.dashboard-shot-wrap:hover{
  transform:translateY(-5px) scale(1.006) !important;
  box-shadow:
    0 46px 100px rgba(5,29,64,.26),
    0 12px 34px rgba(10,108,255,.14) !important;
}

.dashboard-shot{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:left top !important;
  border-radius:15px !important;
  box-shadow:inset 0 0 0 1px rgba(5,30,65,.06);
}

/* Tarjeta flotante mejor integrada */
.dashboard-stage .float-a{
  right:-4px !important;
  top:46px !important;
  min-width:245px;
  padding:15px 18px !important;
  border-radius:14px !important;
  border:1px solid rgba(7,35,68,.09) !important;
  background:rgba(255,255,255,.94) !important;
  backdrop-filter:blur(12px);
  box-shadow:0 20px 45px rgba(7,31,65,.16) !important;
}

.dashboard-stage .float-a small{
  display:block;
  margin-bottom:4px;
  color:#668097;
  font-size:11px;
}

.dashboard-stage .float-a strong{
  font-size:14px !important;
  color:#071426;
}

/* Punto verde de estado */
.dashboard-stage .float-a:before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  right:14px;
  top:16px;
  border-radius:50%;
  background:#15c98a;
  box-shadow:0 0 0 5px rgba(21,201,138,.10);
}

/* Responsive */
@media(max-width:1280px){
  .hero .container{
    width:min(1320px,calc(100% - 48px)) !important;
  }
  .hero-grid{
    grid-template-columns:minmax(430px,.92fr) minmax(560px,1.08fr) !important;
    gap:34px !important;
  }
  .dashboard-stage{
    padding-left:8px;
    padding-right:8px;
  }
}

@media(max-width:980px){
  .hero{
    padding:68px 0 76px !important;
  }
  .hero .container{
    width:min(var(--max),calc(100% - 40px)) !important;
  }
  .hero-grid{
    grid-template-columns:1fr !important;
    gap:48px !important;
  }
  .hero h1{
    max-width:760px !important;
  }
  .dashboard-stage{
    max-width:900px !important;
    padding:10px 0 18px;
  }
  .dashboard-stage .float-a{
    right:10px !important;
  }
}

@media(max-width:640px){
  .hero{
    padding:52px 0 62px !important;
  }
  .hero .container{
    width:calc(100% - 26px) !important;
  }
  .hero h1{
    font-size:46px !important;
  }
  .hero-copy{
    font-size:16px !important;
  }
  .hero-proof .proof-item{
    width:auto;
  }
  .dashboard-stage{
    padding:0;
  }
  .dashboard-shot-wrap{
    padding:7px !important;
    border-radius:17px !important;
  }
  .dashboard-shot{
    border-radius:11px !important;
  }
  .dashboard-stage .float-a{
    display:none !important;
  }
}


/* ============================================================
   V38 — HERO COMPLETAMENTE REDISEÑADO
   ============================================================ */
.hero-v38{
  position:relative;
  overflow:hidden;
  padding:82px 0 88px !important;
  background:
    radial-gradient(circle at 88% 8%,rgba(32,194,239,.18),transparent 24%),
    radial-gradient(circle at 15% 90%,rgba(104,82,255,.08),transparent 28%),
    linear-gradient(180deg,#f8fbff 0%,#f2f7fc 100%) !important;
  border-bottom:1px solid #e4edf6;
}
.hero-v38:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(10,108,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(10,108,255,.025) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 74%);
}
.hero-v38:before{display:none !important}
.hero-v38-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px)}
.hero-v38-glow-a{width:620px;height:620px;right:-250px;top:-310px;background:radial-gradient(circle,rgba(18,184,234,.22),rgba(10,108,255,.05) 55%,transparent 72%)}
.hero-v38-glow-b{width:470px;height:470px;left:-260px;bottom:-260px;background:radial-gradient(circle,rgba(104,83,255,.10),rgba(10,108,255,.03) 56%,transparent 72%)}
.hero-v38-inner{position:relative;z-index:2;width:min(1500px,calc(100% - 64px)) !important;max-width:none !important}
.hero-v38-top{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.62fr);gap:70px;align-items:end;margin-bottom:42px}
.hero-v38-copy{max-width:860px}
.hero-v38-copy .eyebrow{margin-bottom:20px !important}
.hero-v38-copy h1{max-width:900px !important;margin:0 0 22px !important;font-size:clamp(58px,5.35vw,86px) !important;line-height:.96 !important;letter-spacing:-.052em !important}
.hero-v38-copy h1 span{background:linear-gradient(90deg,#0a6cff,#15b8e8 58%,#7057f5);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-v38-copy>p{max-width:790px;margin:0 0 26px;color:#51657a;font-size:18px;line-height:1.65}
.hero-v38-actions{margin-bottom:18px !important}
.hero-v38-actions .btn{min-height:52px;border-radius:10px;padding:0 24px}
.hero-v38-actions .btn-primary{box-shadow:0 14px 28px rgba(10,108,255,.17)}
.hero-v38-proof{display:flex;flex-wrap:wrap;gap:18px;color:#5d7084;font-size:12px}
.hero-v38-proof span{display:inline-flex;align-items:center;gap:6px}
.hero-v38-proof span::first-letter{color:#079f76}

.hero-v38-summary{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;min-height:250px;padding:24px;border:1px solid #d9e6f1;border-radius:22px;background:rgba(255,255,255,.76);backdrop-filter:blur(14px);box-shadow:0 20px 48px rgba(15,49,82,.08)}
.hero-v38-summary-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:20px;border-bottom:1px solid #e8eff6}
.hero-v38-summary-label{display:block;margin-bottom:6px;color:#0a6cff;font-size:10px;font-weight:900;letter-spacing:.14em}
.hero-v38-summary-top strong{display:block;color:#071426;font-size:20px;line-height:1.15}
.hero-v38-live{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#16845f;font-size:11px;font-weight:800;background:#eafaf4;border:1px solid #c8efe1;border-radius:999px;padding:7px 10px}
.hero-v38-live i,.hero-v38-windowstatus i{width:7px;height:7px;border-radius:50%;background:#14c98a;box-shadow:0 0 0 4px rgba(20,201,138,.10)}
.hero-v38-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.hero-v38-summary-grid>div{min-width:0;padding:13px 12px;border:1px solid #e0e9f2;border-radius:13px;background:#fff}
.hero-v38-summary-grid span{display:block;margin-bottom:8px;color:#0a6cff;font-size:10px;font-weight:900}
.hero-v38-summary-grid strong{display:block;margin-bottom:4px;color:#0a1d31;font-size:13px}
.hero-v38-summary-grid small{display:block;color:#718398;font-size:10px;line-height:1.35}

.hero-v38-showcase{position:relative;width:100%;padding:14px 14px 18px;border:1px solid rgba(24,73,130,.18);border-radius:28px;background:linear-gradient(145deg,#06172b 0%,#0b3567 52%,#154d94 100%);box-shadow:0 42px 100px rgba(6,30,66,.23),0 12px 30px rgba(10,108,255,.10)}
.hero-v38-showcase:before{content:"";position:absolute;inset:-16px 8% auto;height:120px;border-radius:50%;background:rgba(18,183,232,.18);filter:blur(48px);z-index:-1}
.hero-v38-windowbar{height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 10px 0 8px;color:#fff}
.hero-v38-windowbrand{display:flex;align-items:center;gap:11px}
.hero-v38-z{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,#12b9e8,#0a6cff 60%,#6f57f5);font-size:15px;font-weight:950;box-shadow:0 8px 20px rgba(7,105,214,.28)}
.hero-v38-windowbrand strong{display:block;font-size:13px;line-height:1.1}
.hero-v38-windowbrand small{display:block;margin-top:3px;color:#9eb7d0;font-size:9px}
.hero-v38-windowstatus{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:#d8e7f5;font-size:11px;font-weight:750}
.hero-v38-screen{overflow:hidden;border-radius:18px;background:#f8fafc;box-shadow:inset 0 0 0 1px rgba(4,29,61,.08)}
.hero-v38-screen img{display:block;width:100%;height:auto;object-fit:contain;object-position:left top}
.hero-v38-chip{position:absolute;min-width:190px;padding:12px 15px;border:1px solid rgba(9,40,77,.09);border-radius:13px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 18px 42px rgba(7,31,65,.14)}
.hero-v38-chip span{display:block;margin-bottom:3px;color:#708398;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:850}
.hero-v38-chip strong{display:block;color:#07182a;font-size:12px}
.hero-v38-chip-a{right:28px;top:86px}
.hero-v38-chip-b{left:30px;bottom:34px}
.hero-v38-chip-c{right:46px;bottom:34px}

@media(max-width:1180px){
  .hero-v38-inner{width:min(1320px,calc(100% - 48px)) !important}
  .hero-v38-top{grid-template-columns:1fr;gap:28px}
  .hero-v38-summary{min-height:auto}
  .hero-v38-summary-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .hero-v38{padding:60px 0 68px !important}
  .hero-v38-inner{width:calc(100% - 26px) !important}
  .hero-v38-copy h1{font-size:47px !important}
  .hero-v38-copy>p{font-size:16px}
  .hero-v38-summary{padding:18px;border-radius:17px}
  .hero-v38-summary-grid{grid-template-columns:1fr;gap:8px}
  .hero-v38-showcase{padding:8px 8px 10px;border-radius:18px}
  .hero-v38-windowbar{height:50px}
  .hero-v38-windowstatus{display:none}
  .hero-v38-screen{border-radius:12px}
  .hero-v38-chip{display:none}
}


/* ============================================================
   V39 — HERO completamente nuevo
   Dark premium + ERP grande + layout limpio
   ============================================================ */
.hero-v39{
  position:relative;
  overflow:hidden;
  padding:0 !important;
  min-height:760px;
  background:
    radial-gradient(circle at 85% 20%,rgba(16,151,255,.24),transparent 32%),
    radial-gradient(circle at 68% 78%,rgba(104,75,255,.17),transparent 33%),
    linear-gradient(118deg,#041326 0%,#082a52 52%,#0b4e95 100%) !important;
  color:#fff;
  border-bottom:0 !important;
}
.hero-v39:before,
.hero-v39:after{
  display:none !important;
}
.hero-v39-grid{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.55;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.18) 72%,transparent 100%);
}
.hero-v39-glow{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(4px);
}
.hero-v39-glow-one{
  width:720px;
  height:720px;
  right:-260px;
  top:-310px;
  background:radial-gradient(circle,rgba(30,198,238,.25),rgba(10,108,255,.08) 54%,transparent 72%);
}
.hero-v39-glow-two{
  width:480px;
  height:480px;
  left:-250px;
  bottom:-270px;
  background:radial-gradient(circle,rgba(112,79,246,.16),rgba(10,108,255,.03) 58%,transparent 75%);
}

.hero-v39-inner{
  position:relative;
  z-index:2;
  width:min(1540px,calc(100% - 72px)) !important;
  max-width:none !important;
  min-height:690px;
  display:grid;
  grid-template-columns:minmax(430px,.82fr) minmax(680px,1.18fr);
  gap:58px;
  align-items:center;
  padding:70px 0 56px;
}

.hero-v39-copy{
  position:relative;
  z-index:3;
  max-width:680px;
}
.hero-v39-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  padding:8px 12px;
  border:1px solid rgba(96,220,255,.25);
  border-radius:999px;
  background:rgba(4,27,52,.42);
  color:#8de8ff;
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.12em;
  backdrop-filter:blur(10px);
}
.hero-v39-kicker-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#18d7bd;
  box-shadow:0 0 0 5px rgba(24,215,189,.11);
}

.hero-v39 h1{
  margin:0 0 24px !important;
  max-width:700px !important;
  color:#fff !important;
  font-size:clamp(62px,5.15vw,88px) !important;
  line-height:.94 !important;
  letter-spacing:-.055em !important;
}
.hero-v39 h1 span{
  display:block;
  margin-top:7px;
  background:linear-gradient(90deg,#50dcff 0%,#1aa7ff 52%,#9c7cff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent !important;
}
.hero-v39-lead{
  max-width:650px;
  margin:0 0 30px;
  color:#c4d5e8;
  font-size:17px;
  line-height:1.68;
}
.hero-v39-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:22px;
}
.hero-v39-actions .btn{
  min-height:54px;
  padding:0 25px;
  border-radius:11px;
}
.hero-v39-primary{
  background:linear-gradient(100deg,#0a7cff,#14b8df) !important;
  color:#fff !important;
  border-color:transparent !important;
  box-shadow:0 16px 34px rgba(0,126,255,.25);
}
.hero-v39-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 40px rgba(0,126,255,.32);
}
.hero-v39-primary span{
  font-size:17px;
  transition:transform .2s ease;
}
.hero-v39-primary:hover span{
  transform:translateX(3px);
}
.hero-v39-secondary{
  background:rgba(255,255,255,.055) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.28) !important;
  backdrop-filter:blur(8px);
}
.hero-v39-secondary:hover{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.48) !important;
}

.hero-v39-trust{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  color:#a9bfd3;
  font-size:12px;
}
.hero-v39-trust span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.hero-v39-trust i{
  color:#28d6a2;
  font-style:normal;
  font-weight:900;
}

.hero-v39-modules{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:34px;
  max-width:620px;
}
.hero-v39-modules>div{
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:rgba(255,255,255,.045);
  backdrop-filter:blur(10px);
}
.hero-v39-modules span{
  display:block;
  margin-bottom:4px;
  color:#5fd9ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.10em;
}
.hero-v39-modules strong{
  display:block;
  color:#e8f2fb;
  font-size:11px;
  font-weight:750;
}

.hero-v39-product{
  position:relative;
  width:100%;
  min-width:0;
  padding:13px 13px 15px;
  border:1px solid rgba(126,195,255,.22);
  border-radius:26px;
  background:
    linear-gradient(150deg,rgba(3,20,39,.96),rgba(7,47,92,.96) 62%,rgba(12,75,143,.96));
  box-shadow:
    0 46px 110px rgba(1,11,28,.40),
    0 15px 40px rgba(0,110,255,.12),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-v39-product:before{
  content:"";
  position:absolute;
  inset:-22px 9% auto;
  height:170px;
  border-radius:50%;
  background:rgba(22,180,235,.18);
  filter:blur(60px);
  z-index:-1;
}
.hero-v39-product-head{
  height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 9px 0 7px;
}
.hero-v39-product-brand{
  display:flex;
  align-items:center;
  gap:11px;
}
.hero-v39-mark{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:linear-gradient(135deg,#20c6e9,#0b7dff 60%,#7959fa);
  color:#fff;
  font-size:15px;
  font-weight:950;
  box-shadow:0 8px 20px rgba(0,105,229,.26);
}
.hero-v39-product-brand strong{
  display:block;
  font-size:12px;
  letter-spacing:.05em;
  color:#fff;
}
.hero-v39-product-brand small{
  display:block;
  margin-top:2px;
  color:#7e9ab5;
  font-size:9px;
}
.hero-v39-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#c7d9e8;
  font-size:10px;
  font-weight:750;
}
.hero-v39-status i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#23d39e;
  box-shadow:0 0 0 4px rgba(35,211,158,.09);
}

.hero-v39-screen{
  overflow:hidden;
  border-radius:17px;
  background:#f7f9fc;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.07),
    inset 0 0 0 1px rgba(3,26,55,.06);
}
.hero-v39-screen img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:left top;
}

.hero-v39-floating{
  position:absolute;
  z-index:4;
  min-width:196px;
  padding:12px 14px;
  border:1px solid rgba(7,38,73,.10);
  border-radius:13px;
  background:rgba(255,255,255,.96);
  color:#07182a;
  box-shadow:0 18px 42px rgba(4,25,55,.18);
  backdrop-filter:blur(14px);
}
.hero-v39-floating span{
  display:block;
  margin-bottom:3px;
  color:#71869a;
  font-size:9px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.hero-v39-floating strong{
  display:block;
  font-size:12px;
}
.hero-v39-floating-stock{
  right:-14px;
  top:84px;
  padding-right:38px;
}
.hero-v39-floating-stock i{
  position:absolute;
  right:13px;
  top:16px;
  color:#19b986;
  font-style:normal;
  font-weight:900;
}
.hero-v39-floating-sales{
  left:-18px;
  bottom:34px;
}

.hero-v39-bottom{
  position:relative;
  z-index:3;
  border-top:1px solid rgba(255,255,255,.07);
  background:rgba(1,15,31,.46);
  backdrop-filter:blur(12px);
}
.hero-v39-bottom .container{
  min-height:70px;
  width:min(1540px,calc(100% - 72px)) !important;
  max-width:none !important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  color:#9cb2c7;
  font-size:10px;
  font-weight:800;
  letter-spacing:.10em;
}
.hero-v39-bottom i{
  width:3px;
  height:3px;
  border-radius:50%;
  background:#36c9ed;
}

@media(max-width:1320px){
  .hero-v39-inner{
    width:min(1320px,calc(100% - 48px)) !important;
    grid-template-columns:minmax(400px,.85fr) minmax(590px,1.15fr);
    gap:36px;
  }
  .hero-v39 h1{
    font-size:clamp(56px,5vw,76px) !important;
  }
}
@media(max-width:1040px){
  .hero-v39{
    min-height:auto;
  }
  .hero-v39-inner{
    width:min(var(--max),calc(100% - 40px)) !important;
    grid-template-columns:1fr;
    gap:46px;
    padding:66px 0 58px;
  }
  .hero-v39-copy{
    max-width:760px;
  }
  .hero-v39-product{
    max-width:920px;
  }
  .hero-v39-bottom .container{
    width:min(var(--max),calc(100% - 40px)) !important;
  }
}
@media(max-width:640px){
  .hero-v39-inner{
    width:calc(100% - 26px) !important;
    padding:50px 0 46px;
  }
  .hero-v39 h1{
    font-size:46px !important;
  }
  .hero-v39-lead{
    font-size:16px;
  }
  .hero-v39-actions .btn{
    width:100%;
  }
  .hero-v39-trust{
    gap:10px 15px;
  }
  .hero-v39-modules{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hero-v39-product{
    padding:8px 8px 10px;
    border-radius:18px;
  }
  .hero-v39-product-head{
    height:50px;
  }
  .hero-v39-screen{
    border-radius:12px;
  }
  .hero-v39-floating{
    display:none;
  }
  .hero-v39-bottom .container{
    width:calc(100% - 26px) !important;
    min-height:58px;
    justify-content:flex-start;
    gap:13px;
    overflow:hidden;
    white-space:nowrap;
    font-size:9px;
  }
}


/* V39.1 ajustes solicitados: texto más ordenado + icono favicon */
.hero-v39-inner{
  grid-template-columns:minmax(420px,.78fr) minmax(720px,1.22fr);
  gap:48px;
}
.hero-v39-copy{
  max-width:600px;
}
.hero-v39 h1{
  max-width:560px !important;
  font-size:clamp(52px,4.3vw,74px) !important;
  line-height:.96 !important;
  letter-spacing:-.052em !important;
  margin:0 0 20px !important;
}
.hero-v39 h1 span{
  margin-top:10px;
}
.hero-v39-lead{
  max-width:560px;
  font-size:16px;
  line-height:1.65;
  margin:0 0 26px;
}
.hero-v39-actions{
  margin-bottom:18px;
}
.hero-v39-trust{
  margin-top:2px;
}
.hero-v39-modules{
  margin-top:28px;
  max-width:560px;
}
.hero-v39-product{
  padding:14px 14px 16px;
}
.hero-v39-product-head{
  height:60px;
  padding:0 10px 0 8px;
}
.hero-v39-product-brand{
  gap:12px;
}
.hero-v39-mark{
  display:none !important;
}
.hero-v39-mark-img{
  width:38px;
  height:38px;
  object-fit:contain;
  display:block;
  padding:6px;
  box-sizing:border-box;
  border-radius:12px;
  background:#ffffff;
  border:1px solid rgba(180,210,255,.38);
  box-shadow:0 10px 24px rgba(0,110,255,.18);
}
.hero-v39-product-brand strong{
  font-size:13px;
  letter-spacing:.04em;
}
.hero-v39-product-brand small{
  font-size:10px;
}
.hero-v39-status{
  padding:9px 12px;
  font-size:10px;
}
.hero-v39-screen{
  border-radius:18px;
}
@media(max-width:1320px){
  .hero-v39-inner{
    grid-template-columns:minmax(390px,.8fr) minmax(600px,1.2fr);
    gap:34px;
  }
  .hero-v39-copy{
    max-width:560px;
  }
  .hero-v39 h1{
    max-width:520px !important;
    font-size:clamp(48px,4.2vw,66px) !important;
  }
}
@media(max-width:1040px){
  .hero-v39-copy{
    max-width:760px;
  }
  .hero-v39 h1{
    max-width:640px !important;
    font-size:clamp(46px,6.3vw,64px) !important;
  }
}
@media(max-width:640px){
  .hero-v39 h1{
    max-width:none !important;
    font-size:42px !important;
  }
  .hero-v39-lead{
    font-size:15px;
  }
  .hero-v39-mark-img{
    width:34px;
    height:34px;
  }
}


/* ============================================================
   V39.2 — Barra de módulos blanca y limpia + eliminar duplicado
   ============================================================ */

.hero-v39-bottom{
  position:relative !important;
  z-index:4 !important;
  background:#ffffff !important;
  border-top:1px solid #dfe8f1 !important;
  border-bottom:1px solid #dfe8f1 !important;
  box-shadow:0 8px 24px rgba(7,32,61,.06) !important;
  backdrop-filter:none !important;
}

.hero-v39-bottom .container{
  min-height:76px !important;
  width:min(1540px,calc(100% - 72px)) !important;
  max-width:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:20px !important;
  color:#122a43 !important;
  font-size:11px !important;
  font-weight:850 !important;
  letter-spacing:.08em !important;
}

.hero-v39-bottom span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:36px !important;
  padding:0 13px !important;
  border-radius:999px !important;
  color:#15314f !important;
  background:#f7faff !important;
  border:1px solid #e2ebf4 !important;
  transition:
    transform .2s ease,
    border-color .2s ease,
    color .2s ease,
    background .2s ease,
    box-shadow .2s ease !important;
}

.hero-v39-bottom span:hover{
  transform:translateY(-2px) !important;
  color:#0869dc !important;
  background:#eef7ff !important;
  border-color:#bcdcff !important;
  box-shadow:0 8px 20px rgba(10,108,255,.08) !important;
}

.hero-v39-bottom i{
  width:4px !important;
  height:4px !important;
  flex:0 0 4px !important;
  border-radius:50% !important;
  background:linear-gradient(135deg,#0a6cff,#13b8e8) !important;
  box-shadow:0 0 0 4px rgba(10,108,255,.05) !important;
}

/* Ocultar por seguridad cualquier cinta antigua si quedara cacheada */
.logo-ribbon{
  display:none !important;
}

@media(max-width:1040px){
  .hero-v39-bottom .container{
    width:min(var(--max),calc(100% - 40px)) !important;
    justify-content:flex-start !important;
    overflow-x:auto !important;
    scrollbar-width:none !important;
    padding:14px 0 !important;
  }
  .hero-v39-bottom .container::-webkit-scrollbar{
    display:none !important;
  }
  .hero-v39-bottom span{
    flex:0 0 auto !important;
  }
  .hero-v39-bottom i{
    flex:0 0 4px !important;
  }
}

@media(max-width:640px){
  .hero-v39-bottom .container{
    width:calc(100% - 26px) !important;
    min-height:66px !important;
    gap:10px !important;
    font-size:9px !important;
  }
  .hero-v39-bottom span{
    min-height:32px !important;
    padding:0 10px !important;
  }
}


/* Mantener Mercado Libre más grande */
.integration:nth-child(1) img{width:128px !important;height:72px !important;max-width:92% !important;max-height:72px !important}


/* ===== ZELINK V10 · FOOTER + LEGAL + COOKIES ===== */
.footer-v2{position:relative;overflow:hidden;background:#03111f;color:#d8e5f1;padding:0 0 26px}.footer-v2:before{content:"";position:absolute;inset:auto -20% -260px 45%;height:420px;background:radial-gradient(circle,rgba(17,166,229,.12),transparent 68%);pointer-events:none}.footer-accent{height:3px;background:linear-gradient(90deg,#0a6cff,#10b8df 58%,#765cff)}.footer-v2 .container{position:relative;z-index:1}.footer-v2-grid{display:grid;grid-template-columns:1.55fr .82fr .9fr .98fr 1.16fr;gap:42px;padding:64px 0 46px}.footer-brand-v2 img{width:178px;filter:brightness(0) invert(1);margin-bottom:18px}.footer-brand-v2>a{display:inline-block}.footer-brand-v2 p{max-width:360px;margin:0 0 20px;color:#9fb3c7;line-height:1.7;font-size:14px}.footer-country{display:inline-flex;align-items:center;gap:8px;border:1px solid #1c3a55;background:rgba(255,255,255,.025);color:#a9c3da;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.footer-country:before{content:"";width:7px;height:7px;border-radius:50%;background:#15d4a7;box-shadow:0 0 0 4px rgba(21,212,167,.08)}.footer-column h4{margin:5px 0 20px;color:#fff;font-size:12px;letter-spacing:.09em;text-transform:uppercase}.footer-column>a{display:block;color:#aabed0;text-decoration:none;margin:10px 0;font-size:14px;transition:.18s ease}.footer-column>a:hover{color:#fff;transform:translateX(2px)}.footer-contact-v2>a{border:1px solid #17314a;border-radius:10px;padding:11px 12px;margin:0 0 9px;background:rgba(255,255,255,.025)}.footer-contact-v2>a:hover{border-color:#2e5f8b;background:rgba(255,255,255,.045);transform:none}.footer-contact-v2 span{display:block;color:#708aa3;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.footer-contact-v2 strong{display:block;color:#c9d9e7;font-size:13px;margin-top:2px}.footer-v2-bottom{border-top:1px solid #183148;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:#718ba3;font-size:12px}.footer-v2-bottom>div{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer-v2-bottom a,.footer-cookie-button{color:#91a9bf;text-decoration:none;background:none;border:0;padding:0;font:inherit;cursor:pointer}.footer-v2-bottom a:hover,.footer-cookie-button:hover{color:#fff}.privacy-check{display:flex!important;align-items:flex-start;gap:10px;background:#f5f9fd;border:1px solid #d8e5f0;border-radius:10px;padding:12px 14px;margin-top:2px}.privacy-check input{width:17px!important;height:17px!important;min-height:0!important;margin:2px 0 0;accent-color:#0a6cff;flex:0 0 auto}.privacy-check span{font-size:12px!important;line-height:1.5!important;color:#53677b!important;font-weight:500!important}.privacy-check a{color:#0966d8;font-weight:750;text-decoration:none}.privacy-check a:hover{text-decoration:underline}
.cookie-banner{position:fixed;z-index:1000;left:22px;right:22px;bottom:22px;max-width:1180px;margin:auto;background:#071a2d;color:#fff;border:1px solid #203a52;border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.30);padding:20px 22px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.cookie-banner[hidden]{display:none}.cookie-copy{display:flex;gap:14px;align-items:flex-start}.cookie-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#0a6cff,#10b8df);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.cookie-copy strong{display:block;font-size:15px;margin-bottom:4px}.cookie-copy p{margin:0;color:#b4c5d5;font-size:13px;line-height:1.55;max-width:760px}.cookie-copy a{color:#67d9ff;font-weight:700}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.cookie-actions button{border:1px solid #35506a;background:#0c243a;color:#d9e6f1;border-radius:9px;padding:11px 14px;font-weight:800;cursor:pointer}.cookie-actions .accept{background:#0a6cff;border-color:#0a6cff;color:#fff}.cookie-actions button:hover{filter:brightness(1.08)}
.legal-page{background:#f6f9fc;min-height:70vh}.legal-hero{padding:76px 0 54px;background:linear-gradient(180deg,#f6faff,#fff);border-bottom:1px solid #dfe8f1}.legal-hero-inner{max-width:900px}.legal-kicker{font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#0871e3;margin-bottom:13px}.legal-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0 0 18px}.legal-hero p{font-size:18px;color:#576b7f;max-width:800px;margin:0}.legal-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.legal-meta span{border:1px solid #d6e3ee;background:#fff;border-radius:999px;padding:8px 11px;color:#60758a;font-size:12px;font-weight:750}.legal-shell{display:grid;grid-template-columns:250px minmax(0,820px);gap:58px;align-items:start;padding:60px 0 88px}.legal-nav{position:sticky;top:100px;border:1px solid #dbe6ef;background:#fff;border-radius:14px;padding:16px}.legal-nav strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#768b9f;padding:6px 8px 10px}.legal-nav a{display:block;padding:10px 9px;color:#2d4358;text-decoration:none;border-radius:8px;font-size:13px;font-weight:650}.legal-nav a:hover,.legal-nav a.active{background:#eef6ff;color:#0864d3}.legal-content{background:#fff;border:1px solid #dce6ef;border-radius:18px;padding:42px 46px;box-shadow:0 18px 60px rgba(5,31,57,.06)}.legal-content h2{font-size:25px;letter-spacing:-.02em;margin:36px 0 10px;color:#08192b}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:17px;margin:24px 0 8px}.legal-content p,.legal-content li{color:#52677b;line-height:1.75;font-size:15px}.legal-content ul{padding-left:20px}.legal-note{border-left:4px solid #0a6cff;background:#f0f7ff;padding:16px 18px;border-radius:0 10px 10px 0;margin:22px 0;color:#35536f}.legal-warning{border-left-color:#f1a62b;background:#fff8eb}.legal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:58px 0 86px}.legal-card{background:#fff;border:1px solid #dbe5ee;border-radius:16px;padding:26px;text-decoration:none;color:#0a1a2d;transition:.2s ease}.legal-card:hover{transform:translateY(-3px);box-shadow:0 18px 50px rgba(7,31,58,.09);border-color:#a9cbed}.legal-card span{display:inline-flex;width:36px;height:36px;border-radius:9px;background:#eaf5ff;color:#0967d9;align-items:center;justify-content:center;font-weight:900;margin-bottom:30px}.legal-card h2{font-size:22px;margin:0 0 8px}.legal-card p{margin:0;color:#64778a;font-size:14px}.legal-back{display:inline-flex;margin-top:28px;color:#0a66d6;text-decoration:none;font-weight:800}.legal-identification{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.legal-identification div{background:#f7fafd;border:1px solid #e0e9f1;border-radius:10px;padding:13px}.legal-identification small{display:block;color:#71869b;text-transform:uppercase;letter-spacing:.06em;font-weight:800;font-size:9px}.legal-identification strong{display:block;color:#17324c;font-size:14px;margin-top:3px}
@media(max-width:1100px){.footer-v2-grid{grid-template-columns:1.4fr repeat(2,1fr)}.footer-contact-v2{grid-column:2/4}.legal-shell{grid-template-columns:1fr}.legal-nav{position:static;display:flex;overflow:auto;gap:4px}.legal-nav strong{display:none}.legal-nav a{white-space:nowrap}.cookie-banner{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}}
@media(max-width:700px){.footer-v2-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand-v2{grid-column:1/-1}.footer-contact-v2{grid-column:1/-1}.footer-v2-bottom{align-items:flex-start;flex-direction:column}.cookie-banner{left:10px;right:10px;bottom:10px;padding:16px}.cookie-copy{gap:10px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.cookie-actions button{width:100%}.legal-hero{padding:52px 0 38px}.legal-content{padding:28px 22px}.legal-grid{grid-template-columns:1fr}.legal-identification{grid-template-columns:1fr}}




/* ============================================================
   V41 — Recursos: hero editorial premium y más limpio
   ============================================================ */
.resources-hero-v41{
  position:relative !important;
  overflow:hidden !important;
  padding:96px 0 104px !important;
  background:
    linear-gradient(180deg,#ffffff 0%,#f8fbff 54%,#f1f7fd 100%) !important;
  border-bottom:1px solid #e2ebf3 !important;
}
.resources-hero-v41:before,
.resources-hero-v41:after{
  display:none !important;
}
.resources-v41-orb{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.resources-v41-orb-a{
  width:520px;
  height:520px;
  right:-170px;
  top:-220px;
  background:radial-gradient(circle,rgba(20,184,232,.16),rgba(10,108,255,.055) 56%,transparent 74%);
}
.resources-v41-orb-b{
  width:400px;
  height:400px;
  left:-230px;
  bottom:-250px;
  background:radial-gradient(circle,rgba(108,85,255,.08),transparent 72%);
}

.resources-v41-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(430px,.88fr) minmax(620px,1.12fr);
  gap:76px;
  align-items:center;
}

.resources-v41-copy{
  max-width:690px;
}
.resources-v41-copy .eyebrow{
  margin-bottom:22px;
}
.resources-v41-copy h1{
  max-width:660px !important;
  margin:0 0 24px !important;
  font-size:clamp(58px,5.1vw,78px) !important;
  line-height:.97 !important;
  letter-spacing:-.052em !important;
  color:#071426 !important;
}
.resources-v41-copy h1 span{
  display:block;
  background:linear-gradient(90deg,#096cff 0%,#14b7e7 56%,#6b63ff 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.resources-v41-copy>p{
  max-width:630px !important;
  margin:0 0 30px !important;
  color:#566a7f !important;
  font-size:18px !important;
  line-height:1.65 !important;
}
.resources-v41-actions{
  margin-bottom:28px !important;
}
.resources-v41-actions .btn{
  min-height:52px !important;
  border-radius:10px !important;
}

.resources-v41-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.resources-v41-meta span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid #dce7f1;
  background:#fff;
  color:#607387;
  font-size:12px;
  box-shadow:0 8px 22px rgba(8,40,76,.045);
}
.resources-v41-meta b{
  color:#0a6cff;
  font-size:12px;
}

.resources-v41-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(240px,.88fr);
  gap:14px;
  align-items:stretch;
}
.resources-v41-featured{
  position:relative;
  min-height:470px;
  padding:30px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid #d7e3ee;
  background:
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 26px 70px rgba(9,42,82,.11);
}
.resources-v41-featured:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:linear-gradient(180deg,#0a6cff,#13b8e8 65%,#6d5cff);
}
.resources-v41-featured:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  right:-120px;
  bottom:-130px;
  border:1px solid rgba(10,108,255,.10);
  box-shadow:0 0 0 34px rgba(10,108,255,.022),0 0 0 70px rgba(10,108,255,.014);
}
.resources-v41-featured-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:28px;
}
.resources-v41-chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:#eaf4ff;
  color:#0869dc;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}
.resources-v41-readtime{
  color:#8798a8;
  font-size:11px;
  font-weight:750;
}
.resources-v41-icon{
  position:relative;
  z-index:2;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  border-radius:16px;
  background:linear-gradient(145deg,#0a6cff,#13b8e8);
  color:#fff;
  box-shadow:0 14px 28px rgba(10,108,255,.18);
}
.resources-v41-icon svg{
  width:28px;
  height:28px;
}
.resources-v41-category{
  position:relative;
  z-index:2;
  display:block;
  margin-bottom:10px;
  color:#0871e3;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
}
.resources-v41-featured h2{
  position:relative;
  z-index:2;
  max-width:470px;
  margin:0 0 16px;
  color:#071426;
  font-size:32px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.resources-v41-featured p{
  position:relative;
  z-index:2;
  max-width:480px;
  margin:0 0 28px;
  color:#5f7184;
  font-size:15px;
  line-height:1.6;
}
.resources-v41-featured>a{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0968dc;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
}
.resources-v41-featured>a span{
  transition:transform .2s ease;
}
.resources-v41-featured>a:hover span{
  transform:translateX(4px);
}
.resources-v41-number{
  position:absolute;
  right:22px;
  bottom:6px;
  color:#eaf2fb;
  font-size:100px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.07em;
  user-select:none;
}

.resources-v41-side{
  display:grid;
  gap:14px;
}
.resources-v41-side>a{
  position:relative;
  min-height:142px;
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:13px;
  align-items:center;
  padding:18px;
  overflow:hidden;
  border:1px solid #d8e4ef;
  border-radius:18px;
  background:#fff;
  color:#071426;
  text-decoration:none;
  box-shadow:0 14px 34px rgba(8,40,76,.055);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.resources-v41-side>a:hover{
  transform:translateY(-3px);
  border-color:#a9cff7;
  box-shadow:0 20px 42px rgba(8,40,76,.10);
}
.resources-v41-side-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#edf6ff;
  color:#0a6cff;
}
.resources-v41-side-icon svg{
  width:23px;
  height:23px;
}
.resources-v41-side small{
  display:block;
  margin-bottom:5px;
  color:#0a6cff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.10em;
}
.resources-v41-side strong{
  display:block;
  max-width:170px;
  font-size:15px;
  line-height:1.28;
}
.resources-v41-side b{
  align-self:start;
  padding-top:3px;
  color:#a7b5c4;
  font-size:11px;
  letter-spacing:.06em;
}

@media(max-width:1120px){
  .resources-v41-grid{
    grid-template-columns:1fr;
    gap:46px;
  }
  .resources-v41-copy{
    max-width:760px;
  }
  .resources-v41-showcase{
    max-width:900px;
  }
}
@media(max-width:720px){
  .resources-hero-v41{
    padding:66px 0 72px !important;
  }
  .resources-v41-copy h1{
    font-size:46px !important;
  }
  .resources-v41-copy>p{
    font-size:16px !important;
  }
  .resources-v41-showcase{
    grid-template-columns:1fr;
  }
  .resources-v41-featured{
    min-height:auto;
    padding:24px 22px 28px;
  }
  .resources-v41-featured h2{
    font-size:27px;
  }
  .resources-v41-side>a{
    min-height:118px;
  }
}


/* ===== V42 Recursos grid redesign ===== */
.resources-library-v42{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}
.resources-library-head{
  align-items:flex-end;
}
.resources-head-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(110px,1fr));
  gap:12px;
  min-width:360px;
}
.resources-head-stats div{
  padding:16px 18px;
  border-radius:16px;
  border:1px solid #dce8f2;
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 10px 26px rgba(8,40,76,.05);
}
.resources-head-stats strong{
  display:block;
  color:#071426;
  font-size:28px;
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:5px;
}
.resources-head-stats span{
  color:#6a7c8f;
  font-size:12px;
}
.resource-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 28px;
}
.resource-filters span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d8e5f0;
  color:#4f6478;
  font-size:12px;
  font-weight:750;
  box-shadow:0 8px 20px rgba(10,28,52,.035);
}
.resource-grid-v42{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.resource-card-v42{
  position:relative;
  overflow:hidden;
  min-height:228px;
  padding:26px;
  border-radius:18px;
  border:1px solid #dbe6f0;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 14px 34px rgba(8,40,76,.05);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.resource-card-v42:before{
  content:'';
  position:absolute;
  left:0;top:0;right:0;height:4px;
  background:linear-gradient(90deg,#0a6cff,#15b8e8 55%,#765bff);
  opacity:.95;
}
.resource-card-v42:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 48px rgba(8,40,76,.10);
  border-color:#b8d2ec;
}
.resource-card-v42 .resource-meta{margin-bottom:16px}
.resource-card-v42 h3,
.resource-card-v42 h2{
  margin:0 0 12px;
  color:#071426;
  line-height:1.16;
  letter-spacing:-.03em;
}
.resource-card-v42 h3{font-size:23px}
.resource-card-v42 h2{font-size:34px;max-width:550px}
.resource-card-v42 p{
  margin:0 0 18px;
  color:#627487;
  font-size:15px;
  line-height:1.58;
}
.resource-card-v42 a{
  color:#0a6cff;
  text-decoration:none;
  font-weight:850;
  font-size:14px;
}
.resource-card-v42 a:hover{color:#084fb7}
.featured-guide{
  grid-column:span 2;
  min-height:292px;
  padding:28px 30px 30px;
}
.featured-guide .resource-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.guide-badge{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#eef6ff;
  color:#0867dc;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.resource-visual{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:14px;
}
.resource-icon{
  display:grid;
  place-items:center;
  width:52px;height:52px;
  border-radius:14px;
  background:linear-gradient(145deg,#0a6cff,#14b8e8);
  color:#fff;
  font-size:22px;
  box-shadow:0 14px 28px rgba(10,108,255,.18);
}
.resource-number{
  color:#e8f1fb;
  font-size:76px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.06em;
  user-select:none;
}
.resource-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}
.resource-footer small{
  color:#7f90a0;
  font-size:12px;
  font-weight:700;
}
.compact-guide{
  display:flex;
  flex-direction:column;
}
.compact-guide a{margin-top:auto}
@media (max-width:1180px){
  .resources-head-stats{min-width:0; width:100%; max-width:420px}
  .resource-grid-v42{grid-template-columns:repeat(2,minmax(0,1fr));}
  .featured-guide{grid-column:span 2}
}
@media (max-width:980px){
  .resources-library-head{display:block}
  .resources-head-stats{margin-top:24px}
}
@media (max-width:720px){
  .resource-grid-v42{grid-template-columns:1fr}
  .featured-guide{grid-column:auto; min-height:auto}
  .resource-card-v42{padding:22px}
  .resource-card-v42 h2{font-size:28px}
  .resource-card-v42 h3{font-size:22px}
  .resource-footer{display:block}
  .resource-footer small{display:block;margin-top:10px}
  .resources-head-stats{grid-template-columns:1fr 1fr 1fr; gap:10px}
  .resources-head-stats div{padding:14px}
}
@media (max-width:560px){
  .resources-head-stats{grid-template-columns:1fr}
}


/* ===== V43 Premium CTA for blog ===== */
.cta-section-premium{padding-top:84px;padding-bottom:92px}
.cta-premium{
  position:relative;
  overflow:hidden;
  background:linear-gradient(120deg,#06172d 0%,#0b3f83 45%,#0fa8d1 100%);
  color:#fff;
  border-radius:24px;
  padding:56px 56px;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:34px;
  align-items:center;
  box-shadow:0 28px 64px rgba(6,23,45,.18);
}
.cta-premium:before{
  content:'';position:absolute;right:-80px;top:-80px;width:280px;height:280px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.14) 0%, rgba(255,255,255,.05) 45%, transparent 68%);
}
.cta-premium:after{
  content:'';position:absolute;left:-60px;bottom:-70px;width:240px;height:240px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.10) 0%, rgba(255,255,255,.03) 50%, transparent 72%);
}
.cta-premium-copy,.cta-premium-panel{position:relative;z-index:1}
.cta-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:0 14px;min-height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#dff5ff}
.cta-kicker:before{content:'';width:8px;height:8px;border-radius:50%;background:#32e2ad;box-shadow:0 0 0 6px rgba(50,226,173,.12)}
.cta-premium h2{margin:0 0 14px;font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.045em;max-width:760px}
.cta-premium p{margin:0 0 22px;color:#deecfa;font-size:20px;line-height:1.55;max-width:720px}
.cta-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.cta-benefits span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:13px;font-weight:800}
.cta-actions{display:flex;flex-wrap:wrap;gap:12px}
.cta-actions .btn{min-height:52px;border-radius:12px;padding:0 24px}
.cta-outline-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.3)!important;color:#fff}
.cta-outline-light:hover{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.46)!important}
.cta-premium-panel{padding:22px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px)}
.cta-mini-card-top{padding:20px 20px 18px;border-radius:16px;background:rgba(4,18,35,.24);border:1px solid rgba(255,255,255,.12);margin-bottom:14px}
.cta-mini-card-top small{display:block;color:#9cdfff;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px}
.cta-mini-card-top strong{display:block;font-size:28px;line-height:1.05;letter-spacing:-.03em;margin-bottom:8px;color:#fff}
.cta-mini-card-top span{display:block;color:#d8e8f8;font-size:14px;line-height:1.45}
.cta-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.cta-mini-stat{padding:18px 16px;border-radius:16px;background:#fff;color:#071426;box-shadow:0 14px 30px rgba(0,0,0,.08)}
.cta-mini-stat strong{display:block;font-size:23px;line-height:1;margin-bottom:6px;letter-spacing:-.04em}
.cta-mini-stat span{display:block;font-size:12px;color:#66798b;font-weight:700;line-height:1.35}
@media(max-width:980px){
 .cta-premium{grid-template-columns:1fr;padding:40px 28px;gap:24px}
 .cta-premium p{font-size:18px}
}
@media(max-width:640px){
 .cta-section-premium{padding-top:64px;padding-bottom:72px}
 .cta-premium h2{font-size:36px}
 .cta-benefits span{width:100%;justify-content:center}
 .cta-actions .btn{width:100%}
 .cta-mini-grid{grid-template-columns:1fr}
 .cta-premium-panel{padding:16px}
 .cta-mini-card-top strong{font-size:24px}
}


/* V46: soporte hero premium */
.support-visual-panel{display:grid;grid-template-rows:auto auto 1fr;gap:18px}
.support-visual-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px 18px}
.support-visual-title{display:flex;align-items:center;gap:13px}.support-visual-title small{display:block;color:#adc4d9;font-size:12px}.support-visual-title strong{display:block;font-size:18px;color:#fff;letter-spacing:-.02em}
.support-live-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(17,187,122,.13);border:1px solid rgba(112,236,187,.18);color:#7ff0c4;font-size:12px;font-weight:800}
.support-channel-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.support-channel-card{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:flex-start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:16px;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.support-channel-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.11);border-color:rgba(110,219,255,.32)}
.support-channel-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(12,108,255,.95),rgba(19,184,232,.86));color:#fff;font-size:14px;font-weight:900;box-shadow:0 12px 24px rgba(5,22,46,.22)}
.support-channel-card small{display:block;color:#9cc4de;font-size:11px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}.support-channel-card strong{display:block;color:#fff;font-size:15px;margin-bottom:4px}.support-channel-card p{margin:0;color:#d7e7f5;font-size:13px;line-height:1.45}
.support-process-panel{position:relative;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:18px 18px 16px}
.support-process-head{margin-bottom:14px}.support-process-head small{display:block;color:#9ec0d8;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.support-process-head strong{display:block;color:#fff;font-size:17px}
.support-process-steps{display:grid;gap:10px}.support-process-steps>div{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:flex-start;padding:12px 0;border-top:1px solid rgba(255,255,255,.09)}.support-process-steps>div:first-child{border-top:0;padding-top:0}.support-process-steps span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.12);color:#6ee1ff;font-size:12px;font-weight:900}.support-process-steps p{margin:0;color:#d7e7f5;font-size:13px;line-height:1.45}.support-process-steps b{display:block;color:#fff;font-size:14px;margin-bottom:2px}
@media(max-width:980px){.support-channel-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.support-visual-head{display:block}.support-live-badge{margin-top:10px}.support-channel-grid{grid-template-columns:1fr}.support-channel-card{grid-template-columns:40px 1fr}}


/* V46.3 soporte: iconos reales para canales */
.support-channel-icon svg,
.support-card-icon svg{width:22px;height:22px;display:block}
.support-card-icon{font-size:0}
.support-icon-mail,.support-icon-portal{background:linear-gradient(145deg,rgba(12,108,255,.95),rgba(19,184,232,.86));color:#fff;box-shadow:0 12px 24px rgba(5,22,46,.16)}
.support-icon-whatsapp{background:linear-gradient(145deg,#19c37d,#13b8e8);color:#fff;box-shadow:0 12px 24px rgba(5,22,46,.16)}
.support-card .support-card-icon{width:48px;height:48px;border-radius:14px;margin-bottom:26px}
.support-card .support-card-icon svg{width:24px;height:24px}
.support-channel-card .support-channel-icon{font-size:0}

/* V47: acceso WMS azul y slider ERP/WMS limpio */
.nav-actions .btn-wms{
  background:#0871e3 !important;
  border-color:#0871e3 !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(8,113,227,.18);
}
.nav-actions .btn-wms:hover{
  background:#075fc4 !important;
  border-color:#075fc4 !important;
  color:#fff !important;
  transform:translateY(-1px);
}
.hero-banner-slider{
  position:relative;
  width:100%;
  aspect-ratio:1917/950;
  overflow:hidden;
  background:#f4f8fb;
}
.hero-banner-slider .hero-banner-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:top left;
  will-change:transform,opacity;
}
.hero-banner-slider .hero-banner-erp{animation:zelinkBannerErp 10s infinite ease-in-out}
.hero-banner-slider .hero-banner-wms{animation:zelinkBannerWms 10s infinite ease-in-out}
@keyframes zelinkBannerErp{
  0%,42%{opacity:1;transform:translateX(0)}
  50%,92%{opacity:0;transform:translateX(-100%)}
  100%{opacity:1;transform:translateX(0)}
}
@keyframes zelinkBannerWms{
  0%,42%{opacity:0;transform:translateX(100%)}
  50%,92%{opacity:1;transform:translateX(0)}
  100%{opacity:0;transform:translateX(100%)}
}
@media(max-width:980px){.nav-actions .btn-wms{display:none}}
