.portal-page,#view-erp{--gold:#C8A96E;--ink:#111820;--ink2:#36414f;--muted:#718096;--off:#F6F8FB;--line:#E5EAF0;--white:#fff;--blue:#2459D3;--blue2:#163A8C;--green:#16764a;--danger:#b53a3a;--shadow:0 24px 70px rgba(17,24,32,.12);font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff}
@scope (.portal-page, #view-erp) {
:root{--gold:#C8A96E;--ink:#111820;--ink2:#36414f;--muted:#718096;--off:#F6F8FB;--line:#E5EAF0;--white:#fff;--blue:#2459D3;--blue2:#163A8C;--green:#16764a;--danger:#b53a3a;--shadow:0 24px 70px rgba(17,24,32,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Outfit',sans-serif;color:var(--ink);background:#fff}a{color:inherit}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);z-index:30}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:38px;height:38px;border-radius:9px;background:var(--ink);color:var(--gold);display:grid;place-items:center;font-family:'Cormorant Garamond';font-size:25px;font-weight:700;transform:rotate(45deg)}.brand-mark::first-letter{transform:rotate(-45deg)}.brand strong{display:block;letter-spacing:2px}.brand small{display:block;font-size:10px;letter-spacing:2.4px;color:var(--muted)}.topbar nav{display:flex;align-items:center;gap:24px}.topbar nav a{text-decoration:none;font-size:14px;font-weight:600;color:var(--ink2)}.nav-cta{background:var(--ink)!important;color:#fff!important;padding:10px 18px;border-radius:999px}.hero{min-height:680px;background:linear-gradient(135deg,#f9fafc 0%,#eef3ff 55%,#f8f3e9 100%);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:80px 7vw;overflow:hidden}.eyebrow{color:var(--blue);font-weight:800;letter-spacing:2px;text-transform:uppercase;font-size:12px}.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(48px,6vw,82px);line-height:.98;margin:18px 0 24px;font-weight:600}.hero h1 span{color:var(--blue)}.hero p{font-size:19px;line-height:1.7;color:var(--ink2);max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:11px;text-decoration:none;font-weight:800;border:1px solid transparent;cursor:pointer;font-family:inherit;font-size:15px}.btn-primary{background:var(--blue);color:#fff}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;border-color:var(--line);color:var(--ink)}.btn-gold{background:var(--gold);color:var(--ink)}.hero-note{margin-top:20px!important;font-size:13px!important;color:var(--muted)!important}.dashboard-mock{background:#0d1725;color:#fff;border-radius:26px;padding:20px;box-shadow:0 40px 100px rgba(16,30,56,.25);transform:rotate(1deg)}.mock-top{display:flex;justify-content:space-between;align-items:center;padding:5px 5px 18px}.mock-logo{font-weight:800;letter-spacing:2px;color:var(--gold)}.mock-status{font-size:11px;background:rgba(37,203,126,.15);color:#74e7ae;padding:7px 10px;border-radius:999px}.mock-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mock-card{background:#142338;border:1px solid rgba(255,255,255,.07);padding:18px;border-radius:15px}.mock-card small{color:#8ba0ba}.mock-card b{display:block;font-size:24px;margin-top:7px}.mock-panel{margin-top:12px;background:#142338;border-radius:15px;padding:18px}.mock-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px}.mock-row:last-child{border:0}.section{padding:90px 7vw}.section.alt{background:var(--off)}.section-head{text-align:center;max-width:780px;margin:0 auto 50px}.section-head .eyebrow{display:block}.section-head h2{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,5vw,58px);margin:12px 0}.section-head p{color:var(--ink2);line-height:1.7}.features{display:flex;flex-wrap:nowrap;gap:18px;max-width:1450px;margin:auto;overflow-x:auto;padding:10px 2px 18px;scroll-snap-type:x proximity;scrollbar-width:thin}.feature{border:1px solid var(--line);border-radius:20px;padding:30px 24px;background:#fff;flex:1 1 0;min-width:190px;min-height:225px;scroll-snap-align:start;box-shadow:0 10px 30px rgba(17,24,32,.045)}.feature .icon{font-size:32px}.feature h3{margin:16px 0 10px;font-size:19px;line-height:1.2}.feature p{color:var(--muted);font-size:15px;line-height:1.65}.demo-card{max-width:1100px;margin:auto;background:linear-gradient(135deg,#111820,#1d365e);color:#fff;border-radius:28px;padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;box-shadow:var(--shadow)}.demo-card h2{font-family:'Cormorant Garamond';font-size:48px;margin:10px 0}.demo-card p{color:#c7d1dd;line-height:1.7}.demo-screen{background:#fff;color:var(--ink);border-radius:18px;padding:18px;min-height:250px}.demo-screen .bar{height:12px;border-radius:8px;background:#e9eef5;margin-bottom:12px}.demo-screen .bar.gold{width:55%;background:#e0c996}.demo-screen .mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.demo-screen .mini{height:80px;border-radius:12px;background:#f1f4f8;border:1px solid #e6ebf0}.plans-toggle{display:flex;justify-content:center;gap:4px;background:#eef1f5;padding:5px;border-radius:999px;width:max-content;margin:0 auto 32px}.plans-toggle button{border:0;background:transparent;padding:10px 18px;border-radius:999px;font-weight:700;cursor:pointer}.plans-toggle button.active{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08)}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1180px;margin:auto}.plan{border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;position:relative;display:flex;flex-direction:column}.plan.recommended{border:2px solid var(--blue);box-shadow:var(--shadow);transform:translateY(-8px)}.plan-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;padding:7px 13px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.plan h3{font-size:24px;margin:4px 0}.plan-users{color:var(--muted);font-size:14px}.price{font-size:40px;font-weight:800;margin:20px 0 0}.price small{font-size:14px;color:var(--muted);font-weight:500}.annual-note{font-size:12px;color:var(--green);font-weight:700;min-height:20px}.setup{background:#f4f0e8;border-radius:10px;padding:10px 12px;margin:12px 0;font-size:13px}.plan ul{list-style:none;padding:0;margin:18px 0 25px;flex:1}.plan li{padding:7px 0;font-size:14px;color:var(--ink2)}.plan li:before{content:'✓';color:var(--green);font-weight:900;margin-right:8px}.custom-card{max-width:1180px;margin:22px auto 0;border:1px dashed #bac5d3;background:#f8fafc;border-radius:18px;padding:25px;display:flex;align-items:center;justify-content:space-between;gap:20px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:1180px;margin:auto}.step{padding:24px;border-radius:16px;background:#fff;border:1px solid var(--line)}.step b{width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;margin-bottom:15px}.step p{font-size:13px;color:var(--muted);line-height:1.5}.faq{max-width:900px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--ink2);line-height:1.7}.cta-band{margin:0 7vw 80px;background:var(--ink);color:#fff;border-radius:24px;padding:45px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-family:'Cormorant Garamond';font-size:42px;margin:0 0 7px}.cta-band p{color:#b9c4d0;margin:0}footer{background:#0c121a;color:#dbe3ec;padding:50px 7vw 30px;display:grid;grid-template-columns:1.3fr 1fr;gap:30px}.footer-brand{font-size:20px;font-weight:800;letter-spacing:2px}.footer-brand span{color:var(--gold)}footer p{color:#8fa0b2;font-size:13px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.footer-links a{color:#b7c4d2;text-decoration:none;font-size:13px}.footer-copy{grid-column:1/-1;border-top:1px solid #1c2733;padding-top:20px;color:#75879a;font-size:12px}.checkout{padding:55px 7vw 90px;background:var(--off);min-height:calc(100vh - 78px)}.checkout-grid{max-width:1150px;margin:auto;display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:start}.form-card,.summary-card,.legal-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px}.form-card h1{font-family:'Cormorant Garamond';font-size:46px;margin:0 0 10px}.form-section{padding:22px 0;border-top:1px solid var(--line)}.form-section:first-of-type{border-top:0}.form-section h3{margin:0 0 16px}.fields{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.field.full{grid-column:1/-1}.field-help{display:block;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.45}.fixed-plan-value{min-height:48px;border:1px solid #ccd5df;border-radius:10px;background:#f6f8fb;padding:9px 13px;display:flex;align-items:center;gap:12px}.fixed-plan-value strong{font-size:22px;color:var(--blue)}.fixed-plan-value span{font-size:12px;color:var(--muted);font-weight:600}
label{display:block;font-size:12px;font-weight:800;margin-bottom:7px;color:var(--ink2)}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #ccd5df;border-radius:10px;font:inherit;background:#fff}textarea{min-height:100px;resize:vertical}.check{display:flex;gap:10px;align-items:flex-start;margin:13px 0}.check input{width:auto;margin-top:4px}.check label{font-weight:500;line-height:1.5}.summary-card{position:sticky;top:100px}.sum-row{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.sum-total{font-size:22px;font-weight:800}.notice{padding:13px 15px;border-radius:10px;font-size:13px;line-height:1.5;margin:15px 0}.notice.info{background:#edf3ff;color:#274979}.notice.warn{background:#fff6df;color:#70551a}.notice.success{background:#eaf8f1;color:#236345}.legal-wrap{padding:55px 7vw 90px;background:var(--off)}.legal-card{max-width:900px;margin:auto}.legal-card h1{font-family:'Cormorant Garamond';font-size:46px}.legal-card h2{margin-top:32px}.legal-card p,.legal-card li{color:var(--ink2);line-height:1.75}.legal-meta{font-size:12px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:16px}.demo-wrap{padding:55px 7vw 90px;background:var(--off)}.demo-player{max-width:1050px;margin:auto;background:#0d1725;border-radius:24px;color:#fff;overflow:hidden}.demo-stage{min-height:520px;padding:50px;display:grid;align-items:center;grid-template-columns:1fr 1fr;gap:40px}.demo-copy h1{font-family:'Cormorant Garamond';font-size:52px;margin:10px 0}.demo-copy p{color:#bdc9d7;line-height:1.7}.demo-visual{background:#fff;color:var(--ink);border-radius:20px;padding:22px;min-height:310px}.demo-nav{display:flex;justify-content:space-between;align-items:center;padding:18px 28px;background:#111f31;border-top:1px solid rgba(255,255,255,.08)}.demo-dots{display:flex;gap:7px}.demo-dot{width:8px;height:8px;border-radius:50%;background:#46617f}.demo-dot.active{background:var(--gold)}@media(max-width:1180px){.feature{flex:0 0 240px}}@media(max-width:900px){.topbar nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:55px}.dashboard-mock{transform:none}.demo-card,.checkout-grid,.demo-stage{grid-template-columns:1fr}.plans{grid-template-columns:1fr}.plan.recommended{transform:none}.steps{grid-template-columns:1fr 1fr}.fields{grid-template-columns:1fr}.field.full{grid-column:auto}.summary-card{position:static}.cta-band{flex-direction:column;align-items:flex-start}footer{grid-template-columns:1fr}.footer-copy{grid-column:1}}@media(max-width:560px){.topbar{padding:0 18px}.hero,.section,.checkout,.legal-wrap,.demo-wrap{padding-left:20px;padding-right:20px}.hero h1{font-size:48px}.steps{grid-template-columns:1fr}.demo-card{padding:28px}.cta-band{margin-left:20px;margin-right:20px}.custom-card{flex-direction:column;align-items:flex-start}.footer-links{grid-template-columns:1fr}}


/* E9.6.2 — Branding oficial y navegación de regreso */
.topbar-left{display:flex;align-items:center;gap:18px;min-width:0}
.brand-logo{width:42px;height:42px;object-fit:contain;display:block;border-radius:9px;background:#fff;flex:0 0 42px}
.brand-copy{display:block;line-height:1.05}
.brand-copy strong{display:block;letter-spacing:2px;color:var(--ink)}
.brand-copy small{display:block;font-size:10px;letter-spacing:2.4px;color:var(--muted);margin-top:4px}
.nav-back{display:inline-flex;align-items:center;padding-left:18px;border-left:1px solid var(--line);text-decoration:none!important;color:var(--blue2)!important;font-size:13px!important;font-weight:800!important;white-space:nowrap;transition:opacity .2s ease}
.nav-back:hover{opacity:.7}
.footer-home{margin-top:16px!important}
.footer-home a{color:#dbe3ec;text-decoration:none;font-weight:700}
.footer-home a:hover{text-decoration:underline}
@media(max-width:980px){
  .topbar{padding-left:22px;padding-right:22px}
  .topbar-left{gap:12px}
  .nav-back{padding-left:12px;font-size:12px!important}
}
@media(max-width:720px){
  .topbar{height:auto;min-height:78px;padding-top:11px;padding-bottom:11px;gap:12px}
  .brand-logo{width:38px;height:38px;flex-basis:38px}
  .brand-copy strong{font-size:13px}
  .brand-copy small{font-size:9px}
  .nav-back{border-left:0;padding-left:0}
  .topbar nav{gap:8px}
}
@media(max-width:560px){
  .topbar{align-items:center}
  .topbar-left{gap:9px}
  .nav-back{font-size:11px!important}
  .nav-cta{padding:9px 13px}
}

/* E9.7 — Presentación comercial avanzada Solucab Suite ERP */
.hero-v2{min-height:760px;background:radial-gradient(circle at 78% 20%,rgba(47,103,221,.23),transparent 30%),radial-gradient(circle at 88% 80%,rgba(200,169,110,.15),transparent 34%),linear-gradient(120deg,#071422 0%,#0b1c31 47%,#102848 100%);color:#fff;grid-template-columns:.9fr 1.1fr;gap:48px;padding-top:78px;padding-bottom:78px;position:relative}
.hero-v2:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.7));pointer-events:none}
.hero-v2 .eyebrow{color:#e6c681}.hero-copy-v2{position:relative;z-index:2;max-width:720px}.hero-v2 h1{font-size:clamp(54px,5.6vw,84px);letter-spacing:-1.6px;margin-bottom:22px}.hero-v2 h1 span{color:#d6ad5d}.hero-lead{font-size:18px!important;color:#c7d2df!important;max-width:690px!important;line-height:1.72!important}
.hero-trust{display:flex;flex-wrap:wrap;gap:9px;margin:27px 0 30px}.hero-trust span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);padding:10px 13px;border-radius:12px;font-size:12px;font-weight:700;color:#e8edf4;backdrop-filter:blur(8px)}.hero-trust i{font-style:normal;color:#e7be6d;font-size:16px}.hero-v2 .btn-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}.hero-v2 .btn-light:hover{background:rgba(255,255,255,.14)}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:34px;border:1px solid rgba(255,255,255,.10);border-radius:16px;overflow:hidden;background:rgba(255,255,255,.06);max-width:690px}.hero-proof div{padding:15px 16px;background:rgba(7,20,34,.45)}.hero-proof strong,.hero-proof small{display:block}.hero-proof strong{font-size:13px;color:#fff}.hero-proof small{font-size:11px;color:#8fa4bb;line-height:1.45;margin-top:4px}
.product-stage{position:relative;z-index:2;min-height:610px;display:grid;place-items:center}.stage-orbit{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.orbit-a{width:560px;height:560px}.orbit-b{width:420px;height:420px;border-color:rgba(200,169,110,.14)}
.laptop-shell{position:relative;width:min(680px,95%);z-index:4;filter:drop-shadow(0 35px 50px rgba(0,0,0,.35));transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}.laptop-shell:before{content:"";position:absolute;inset:-7px -7px 50px;border-radius:20px;background:linear-gradient(145deg,#27323f,#060a0f);z-index:-1}.laptop-camera{position:absolute;width:5px;height:5px;background:#394453;border-radius:50%;top:-2px;left:50%;z-index:10}.erp-screen{height:398px;background:#f4f7fb;border-radius:13px;overflow:hidden;display:grid;grid-template-columns:138px 1fr;border:1px solid #263341}.erp-side{background:#091a2c;padding:18px 11px;display:flex;flex-direction:column;gap:8px;color:#8094aa;font-size:10px}.erp-side b{color:#fff;font-size:10px;margin:-23px 0 12px 30px;white-space:nowrap}.erp-brand-dot{width:23px;height:23px;border-radius:7px;background:#d4aa58;color:#0a1828;display:grid;place-items:center;font-weight:900}.erp-side span{padding:8px 9px;border-radius:7px}.erp-side span.active{background:#163356;color:#fff}.erp-main{padding:17px 18px;color:#101824}.erp-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.erp-top strong{font-size:13px}.erp-top span{font-size:9px;color:#708196}.erp-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.erp-kpis>div{background:#fff;border:1px solid #e3e9f0;border-radius:9px;padding:11px}.erp-kpis small,.erp-kpis b,.erp-kpis em{display:block}.erp-kpis small{font-size:8px;color:#708196}.erp-kpis b{font-size:15px;margin:6px 0}.erp-kpis em{font-size:8px;font-style:normal;color:#258e59;font-weight:800}.erp-kpis em.neutral{color:#567087}.erp-analytics{display:grid;grid-template-columns:1.4fr .75fr;gap:9px;margin-top:9px}.chart-card,.donut-card{background:#fff;border:1px solid #e3e9f0;border-radius:10px;padding:12px}.card-title{display:flex;justify-content:space-between;font-size:9px;font-weight:700}.card-title small{font-size:7px;color:#8796a9}.line-chart{height:160px;position:relative;margin-top:10px;background:repeating-linear-gradient(to bottom,#fff 0,#fff 31px,#edf1f5 32px)}.line-chart svg{position:absolute;inset:12px 0 4px;width:100%;height:calc(100% - 16px);overflow:visible}.line-chart polyline,.phone-mini-chart polyline{fill:none;stroke:#2c67db;stroke-width:2.3;vector-effect:non-scaling-stroke}.line-chart i{display:none}.donut{width:112px;height:112px;border-radius:50%;background:conic-gradient(#2e67da 0 31%,#1aa074 31% 55%,#e0ad4e 55% 77%,#d45b53 77% 100%);margin:22px auto 12px;position:relative}.donut:after{content:"";position:absolute;inset:28px;border-radius:50%;background:#fff}.legend{display:grid;gap:5px;font-size:7px;color:#6d7b8d}.legend span{display:flex;align-items:center;gap:5px}.legend i{width:6px;height:6px;border-radius:50%;background:#2e67da}.legend span:nth-child(2) i{background:#1aa074}.legend span:nth-child(3) i{background:#e0ad4e}.laptop-base{height:25px;margin:-1px -34px 0;background:linear-gradient(#212a33,#0b0f14);border-radius:0 0 50% 50%/0 0 100% 100%;box-shadow:0 8px 18px rgba(0,0,0,.28)}
.phone-shell{position:absolute;z-index:6;right:-4px;bottom:78px;width:155px;height:320px;border:7px solid #080c11;border-radius:29px;background:#f5f7fb;padding:20px 9px 9px;color:#111923;box-shadow:0 25px 45px rgba(0,0,0,.38);transform:rotate(1.5deg)}.phone-notch{position:absolute;top:5px;left:50%;transform:translateX(-50%);width:62px;height:13px;background:#080c11;border-radius:999px}.phone-head{font-size:9px;font-weight:900;border-bottom:1px solid #dce3ea;padding-bottom:9px}.phone-head span{float:right;color:#2aa76a}.phone-card{margin-top:8px;background:#fff;border:1px solid #e4eaf0;border-radius:8px;padding:8px}.phone-card small,.phone-card b,.phone-card em{display:block}.phone-card small{font-size:6px;color:#6f8093}.phone-card b{font-size:11px;margin-top:3px}.phone-card em{font-size:6px;color:#278e58;font-style:normal}.phone-mini-chart{height:45px;background:#fff;border-radius:8px;margin-top:8px;padding:6px}.phone-mini-chart svg{width:100%;height:100%}.floating-status{position:absolute;z-index:8;display:flex;gap:9px;align-items:center;background:rgba(10,26,44,.92);border:1px solid rgba(255,255,255,.10);box-shadow:0 18px 38px rgba(0,0,0,.28);padding:10px 12px;border-radius:12px;backdrop-filter:blur(10px)}.floating-status i{width:27px;height:27px;border-radius:8px;background:#d6ad5d;color:#071422;display:grid;place-items:center;font-style:normal;font-weight:900}.floating-status b,.floating-status span{display:block}.floating-status b{font-size:10px}.floating-status span{font-size:8px;color:#92a7bd;margin-top:2px}.status-a{left:-12px;bottom:120px}.status-b{left:90px;bottom:57px}
.benefit-ribbon{position:relative;z-index:10;margin:-34px auto 0;width:min(1420px,92vw);display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border:1px solid #e2e8ef;border-radius:20px;box-shadow:0 24px 60px rgba(10,25,45,.13);overflow:hidden}.benefit-ribbon article{display:flex;gap:12px;padding:22px 18px;border-right:1px solid #e8edf2}.benefit-ribbon article:last-child{border:0}.benefit-icon{width:38px;height:38px;border-radius:11px;background:#f7f1e5;color:#a87518;display:grid;place-items:center;font-size:20px;flex:0 0 38px}.benefit-ribbon b,.benefit-ribbon small{display:block}.benefit-ribbon b{font-size:12px;color:#112039}.benefit-ribbon small{font-size:10px;color:#728096;line-height:1.4;margin-top:4px}
.section-head-wide{max-width:920px}.section-head h2 span{color:var(--blue)}.suite-overview{padding-top:120px}.suite-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;max-width:1400px;margin:auto}.pillar{border:1px solid #e2e8ef;background:#fff;border-radius:22px;padding:27px;position:relative;overflow:hidden;min-height:350px;box-shadow:0 12px 35px rgba(17,24,32,.045)}.pillar:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--blue)}.pillar.operation:before{background:#aa7a22}.pillar.finance:before{background:#2c8d68}.pillar.governance:before{background:#6d5bc6}.pillar-no{font-family:'Cormorant Garamond';font-size:46px;color:#dfe5ed;line-height:1}.pillar-head span{display:block;font-size:10px;letter-spacing:1.8px;font-weight:900;color:#66778c;margin:16px 0 7px}.pillar-head h3{font-size:23px;line-height:1.18;margin:0 0 20px}.pillar ul{list-style:none;padding:0;margin:0}.pillar li{font-size:13px;color:#435164;padding:9px 0;border-bottom:1px solid #edf1f4}.pillar li:before{content:"✓";color:#2e8a61;font-weight:900;margin-right:8px}.pillar-foot{font-size:10px;color:#7b899b;margin-top:20px}.module-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:1250px;margin:34px auto 0}.module-cloud span{background:#f4f7fa;border:1px solid #e3e9ef;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:700;color:#46566a}
.story-section{background:linear-gradient(180deg,#f6f8fb 0,#eef3f9 100%)}.story-shell{max-width:1240px;margin:auto;background:#071524;border-radius:28px;color:#fff;box-shadow:0 30px 80px rgba(9,25,43,.15);overflow:hidden}.story-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid rgba(255,255,255,.08)}.story-tabs button{border:0;background:transparent;color:#71869e;padding:19px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;border-right:1px solid rgba(255,255,255,.06)}.story-tabs button.active{background:#102844;color:#fff;box-shadow:inset 0 -3px #d8ad5b}.story-stage{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center;padding:56px}.story-kicker{font-size:10px;letter-spacing:2px;color:#d6ae61;font-weight:900}.story-copy h3{font-family:'Cormorant Garamond';font-size:44px;line-height:1.04;margin:12px 0 18px}.story-copy p{color:#afbdcc;line-height:1.7}.story-points{display:flex;flex-wrap:wrap;gap:7px;margin:22px 0}.story-points span{border:1px solid rgba(255,255,255,.1);padding:8px 10px;border-radius:999px;font-size:10px;color:#d7dfe8}.story-link{display:inline-block;color:#e1bc75;font-weight:800;text-decoration:none;font-size:13px;margin-top:5px}.story-visual{min-height:300px;background:linear-gradient(140deg,#f9fbfd,#eef2f7);border-radius:20px;color:#101824;padding:28px;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden}.story-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(36,89,211,.10),transparent 35%)}.flow-card{position:relative;z-index:2;flex:1;background:#fff;border:1px solid #dde5ee;border-radius:15px;padding:18px;box-shadow:0 12px 22px rgba(20,40,65,.06)}.flow-card.big{flex:1.15}.flow-card small,.flow-card b,.flow-card em{display:block}.flow-card small{font-size:9px;color:#718096}.flow-card b{font-size:13px;margin:7px 0}.flow-card em{font-style:normal;color:#238758;font-size:9px;font-weight:800}.flow-arrow{position:relative;z-index:2;color:#91a0b2;font-weight:900}
.product-value{background:#fff}.value-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}.value-copy h2{font-family:'Cormorant Garamond';font-size:clamp(40px,4.8vw,62px);line-height:1;margin:12px 0 20px}.value-copy>p{color:#66768a;line-height:1.75;max-width:660px}.value-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.value-list>div{display:flex;gap:11px;padding:15px;border:1px solid #e3e9ef;border-radius:14px;background:#fafbfd}.value-list i{width:25px;height:25px;border-radius:50%;background:#e9f6ef;color:#1f8457;display:grid;place-items:center;font-style:normal;font-weight:900;flex:0 0 25px}.value-list b,.value-list small{display:block}.value-list b{font-size:12px}.value-list small{font-size:10px;color:#7a899b;line-height:1.45;margin-top:4px}.control-board{background:#0a1a2c;color:#fff;border-radius:24px;padding:30px;box-shadow:0 28px 60px rgba(10,26,44,.2)}.control-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:17px}.control-title span{font-size:13px;font-weight:800}.control-title b{font-size:10px;color:#72dfa5}.control-score{padding:28px 0;text-align:center}.control-score strong{font-size:62px;color:#e2b65f}.control-score span,.control-score small{display:block}.control-score span{font-size:14px;font-weight:800}.control-score small{font-size:10px;color:#8095aa;margin-top:5px}.control-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.control-mini span{background:#122942;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:12px}.control-mini b,.control-mini em{display:block}.control-mini b{font-size:9px}.control-mini em{font-size:8px;color:#78dca5;font-style:normal;margin-top:5px}.control-board p{font-size:10px;color:#8fa3b8;line-height:1.6;margin:20px 0 0}
.video-section{background:#f1f4f8}.video-shell{max-width:1240px;margin:auto;background:linear-gradient(120deg,#0a1828,#14345c);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:.8fr 1.2fr;color:#fff;box-shadow:0 30px 75px rgba(9,25,43,.16)}.video-copy{padding:52px}.video-copy h2{font-family:'Cormorant Garamond';font-size:49px;line-height:1.02;margin:13px 0 17px}.video-copy h2 span{color:#d8ad5b}.video-copy p{color:#b5c3d2;line-height:1.7}.video-ready{display:flex;gap:12px;align-items:center;margin:24px 0;padding:13px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.04)}.video-ready i{width:32px;height:32px;border-radius:50%;background:#d8ad5b;color:#081728;display:grid;place-items:center;font-style:normal;font-size:11px}.video-ready b,.video-ready small{display:block}.video-ready b{font-size:11px}.video-ready small{font-size:9px;color:#93a7bb;margin-top:3px}.video-frame{min-height:430px;background:#050e18;display:grid;place-items:center;padding:35px}.video-frame video{width:100%;max-height:420px;border-radius:18px;background:#000}.video-placeholder{position:relative;width:100%;height:350px;border-radius:18px;overflow:hidden;background:#f6f8fb;text-decoration:none;color:#101824;box-shadow:inset 0 0 0 1px #dfe7ef}.video-ui-top{height:44px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 17px;border-bottom:1px solid #e6ebf0;font-size:9px;font-weight:900}.video-ui-top small{color:#8b99a9;font-size:7px}.video-ui-body{height:306px;display:grid;grid-template-columns:75px 1fr}.video-side{background:#0b1c30;padding:18px 12px;display:grid;align-content:start;gap:11px}.video-side i{height:8px;border-radius:5px;background:#29415b}.video-side i:first-child{background:#d6aa59}.video-dashboard{padding:28px}.video-dashboard>span{display:block;width:42%;height:15px;border-radius:7px;background:#dae2eb}.video-dashboard>div{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:20px}.video-dashboard>div i{height:65px;border:1px solid #dce4ed;background:#fff;border-radius:10px}.video-dashboard>b{display:block;height:115px;margin-top:15px;border-radius:11px;background:linear-gradient(180deg,#fff,#eef3f8);border:1px solid #dce4ed}.video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;background:#d8ad5b;color:#081728;display:grid;place-items:center;padding-left:4px;font-size:22px;box-shadow:0 12px 30px rgba(0,0,0,.22)}.video-placeholder>strong{position:absolute;left:50%;top:calc(50% + 55px);transform:translateX(-50%);font-size:11px;background:#fff;padding:8px 12px;border-radius:999px;box-shadow:0 6px 18px rgba(10,26,44,.12)}
.cta-band-v2{background:linear-gradient(120deg,#081728,#102b4e);position:relative;overflow:hidden}.cta-band-v2:after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(216,173,91,.2);border-radius:50%;right:-70px;top:-120px}.cta-band-v2>div{position:relative;z-index:2}.cta-band-v2>div>span{color:#d8ad5b;font-size:10px;letter-spacing:2px;font-weight:900;text-transform:uppercase}.cta-actions{display:flex;gap:10px}.btn-ghost{border-color:rgba(255,255,255,.17);color:#fff;background:rgba(255,255,255,.04)}
@media(max-width:1220px){.benefit-ribbon{grid-template-columns:repeat(3,1fr)}.benefit-ribbon article:nth-child(3){border-right:0}.benefit-ribbon article:nth-child(-n+3){border-bottom:1px solid #e8edf2}.suite-pillars{grid-template-columns:repeat(2,1fr)}.phone-shell{right:0}.floating-status{display:none}}
@media(max-width:980px){.hero-v2{grid-template-columns:1fr;min-height:auto}.hero-copy-v2{max-width:none}.product-stage{min-height:560px}.benefit-ribbon{margin-top:0;width:100%;border-radius:0;border-left:0;border-right:0}.story-stage,.value-grid,.video-shell{grid-template-columns:1fr}.video-frame{min-height:390px}.story-visual{min-height:280px}.value-list{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.hero-v2{padding-top:48px}.hero-v2 h1{font-size:52px}.hero-lead{font-size:16px!important}.hero-proof{grid-template-columns:1fr}.product-stage{min-height:410px}.laptop-shell{width:98%;transform:none}.erp-screen{height:300px;grid-template-columns:90px 1fr}.erp-side{font-size:7px;padding:10px 7px}.erp-side b{display:none}.erp-brand-dot{width:20px;height:20px}.erp-side span{padding:5px}.erp-main{padding:10px}.erp-kpis{grid-template-columns:repeat(2,1fr)}.erp-kpis>div:nth-child(n+3){display:none}.erp-analytics{grid-template-columns:1fr}.donut-card{display:none}.line-chart{height:130px}.phone-shell{width:105px;height:220px;bottom:24px;right:-5px;padding:17px 6px 6px;border-width:5px}.phone-card{padding:5px}.phone-card b{font-size:8px}.phone-mini-chart{display:none}.benefit-ribbon{grid-template-columns:1fr 1fr}.benefit-ribbon article:nth-child(odd){border-right:1px solid #e8edf2}.benefit-ribbon article:nth-child(even){border-right:0}.benefit-ribbon article{border-bottom:1px solid #e8edf2}.benefit-ribbon article:nth-last-child(-n+2){border-bottom:0}.suite-pillars{grid-template-columns:1fr}.story-tabs{grid-template-columns:1fr 1fr}.story-stage{padding:30px}.story-visual{display:grid;grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg);text-align:center}.value-list{grid-template-columns:1fr}.video-copy{padding:32px}.video-frame{padding:18px}.video-placeholder{height:290px}.video-ui-body{height:246px}.cta-actions{flex-direction:column;width:100%}.cta-actions .btn{width:100%}}
@media(max-width:520px){.hero-trust{display:grid;grid-template-columns:1fr 1fr}.benefit-ribbon{grid-template-columns:1fr}.benefit-ribbon article{border-right:0!important;border-bottom:1px solid #e8edf2!important}.benefit-ribbon article:last-child{border-bottom:0!important}.story-tabs{grid-template-columns:1fr}.control-mini{grid-template-columns:1fr}.video-copy h2{font-size:39px}}

/* Identidad Solucab Group — armonizada con el sitio principal */
:root{--gold:#c8a96e;--ink:#101a34;--ink2:#36435d;--muted:#667188;--off:#f6f9fd;--line:#e3e9f2;--white:#fff;--blue:#075de8;--blue2:#101d3f;--green:#168451;--danger:#b53a3a;--shadow:0 20px 55px rgba(21,47,92,.11)}
body{font-family:'DM Sans',sans-serif;color:var(--ink)}
.hero h1,.section-head h2,.demo-card h2,.cta-band h2,.form-card h1,.legal-card h1,.demo-copy h1,.story-copy h3,.value-copy h2,.video-copy h2{font-family:'Manrope',sans-serif;font-weight:800;letter-spacing:-.045em}
.topbar{border-color:var(--line);box-shadow:0 7px 25px rgba(21,43,82,.05)}
.brand-logo{width:46px;height:46px;border-radius:11px;object-fit:cover}
.brand-copy strong{font:600 1.34rem/1 'Cormorant Garamond',serif;letter-spacing:.15em;color:#11192a;white-space:nowrap}
.brand-copy strong em{font-size:.58em;font-style:normal;letter-spacing:.2em}
.brand-copy small{margin-top:5px;color:var(--gold);font:800 .57rem/1 'Manrope',sans-serif;letter-spacing:.2em}
.nav-back{color:var(--blue2)!important}
.nav-cta{background:var(--blue)!important;border-radius:10px;box-shadow:0 9px 22px rgba(7,93,232,.2)}
.topbar nav a:hover{color:var(--blue)}
.hero-v2{background:radial-gradient(circle at 78% 20%,rgba(7,93,232,.25),transparent 30%),radial-gradient(circle at 88% 80%,rgba(200,169,110,.14),transparent 34%),linear-gradient(120deg,#08142b 0%,#101d3f 48%,#12366e 100%)}
.hero-v2 .eyebrow,.story-kicker,.cta-band-v2>div>span{color:var(--gold)}
.hero-v2 h1 span,.video-copy h2 span{color:#e1bd73}
.btn-primary{background:var(--blue);box-shadow:0 10px 24px rgba(7,93,232,.2)}
.btn-dark{background:var(--blue2)}
.btn-gold{background:var(--gold);color:var(--blue2)}
.plan.recommended{border-color:var(--blue)}.plan-badge{background:var(--blue)}
.story-shell,.control-board,.demo-player{background:#0a1731}.story-tabs button.active{background:#122b58;box-shadow:inset 0 -3px var(--gold)}
.video-shell,.cta-band-v2{background:linear-gradient(120deg,#09152d,#12386f)}
footer{background:#08142b}.footer-brand span{color:var(--gold)}
@media(max-width:720px){.brand-logo{width:40px;height:40px;flex-basis:40px}.brand-copy strong{font-size:1.05rem}.brand-copy small{font-size:.5rem}}

/* Modo integrado: la cabecera y el pie pertenecen a Solucab Group */
body.portal-embed>.topbar,body.portal-embed>footer{display:none!important}
body.portal-embed .hero-v2{padding-top:58px}
body.portal-embed .benefit-ribbon{margin-top:-24px}
body.portal-embed .checkout,body.portal-embed .demo-wrap,body.portal-embed .legal-wrap{min-height:760px;padding-top:55px}

/* E9.8 — Dashboard unificado y estable al cambiar el zoom */
body.portal-embed{width:100%;max-width:100%;overflow-x:hidden}
body.portal-embed .hero-v2{width:100%;max-width:none}
.product-stage{width:min(760px,100%);min-width:0;margin-inline:auto;isolation:isolate;overflow:visible}
.laptop-shell{width:min(650px,85%);margin-left:-5%;transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}
.phone-shell{right:1.5%;bottom:78px}
.status-a{left:1%;bottom:120px}.status-b{left:14%;bottom:57px}
@media(min-width:1121px){.hero-v2{grid-template-columns:minmax(430px,1fr) minmax(520px,760px)}}
@media(max-width:980px){.laptop-shell{margin-left:-3%}}
@media(max-width:720px){
  .product-stage{width:100%;min-height:410px}
  .laptop-shell{width:94%;margin-left:-3%;transform:none}
  .phone-shell{right:0;bottom:24px}
}

}


/* HF 2026-08-21 — Cabecera Demo/Contratación alineada con Solucab Group */
.topbar.topbar-simple{
  height:96px;
  padding:0 clamp(34px,5vw,82px);
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e4eaf1;
  box-shadow:0 8px 28px rgba(20,43,78,.055);
}
.topbar-simple .topbar-left{display:flex;align-items:center;min-width:0}
.topbar-simple .brand-main{gap:16px}
.topbar-simple .brand-logo{
  width:54px;height:54px;flex:0 0 54px;border-radius:13px;object-fit:cover;
  box-shadow:0 7px 18px rgba(15,31,60,.08)
}
.topbar-simple .brand-copy{display:flex;align-items:center;min-height:54px}
.topbar-simple .brand-copy strong{
  font:600 clamp(1.6rem,2vw,2.08rem)/1 'Cormorant Garamond',serif;
  letter-spacing:.155em;color:#11192a;white-space:nowrap
}
.topbar-simple .brand-copy strong em{
  font-size:.56em;font-style:normal;letter-spacing:.21em;margin-left:.16em
}
.topbar-simple-action{display:flex;align-items:center;justify-content:flex-end}
.suite-return-pill{
  display:inline-flex;align-items:center;gap:12px;min-height:50px;
  padding:8px 18px 8px 12px;border:1px solid #dce3ec;border-radius:14px;
  background:#fff;color:#10234b;text-decoration:none;
  box-shadow:0 8px 22px rgba(18,43,82,.07);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.suite-return-pill:hover{
  transform:translateY(-1px);border-color:#c8a96e;
  box-shadow:0 12px 28px rgba(18,43,82,.11)
}
.suite-return-arrow{
  width:32px;height:32px;border-radius:10px;display:grid;place-items:center;
  background:#0f1d3e;color:#d9b466;font-size:17px;font-weight:900
}
.suite-return-copy{display:flex;flex-direction:column;line-height:1.05;text-align:left}
.suite-return-copy small{
  font:800 .55rem/1 'Manrope',sans-serif;letter-spacing:.14em;color:#7b8798;margin-bottom:4px
}
.suite-return-copy strong{
  font:800 .94rem/1 'Manrope',sans-serif;color:#10234b
}
@media(max-width:720px){
  .topbar.topbar-simple{min-height:82px;height:auto;padding:10px 18px;gap:12px}
  .topbar-simple .brand-main{gap:10px}
  .topbar-simple .brand-logo{width:43px;height:43px;flex-basis:43px;border-radius:10px}
  .topbar-simple .brand-copy strong{font-size:1.13rem;letter-spacing:.12em}
  .suite-return-pill{min-height:42px;padding:7px 11px 7px 8px;gap:8px;border-radius:12px}
  .suite-return-arrow{width:28px;height:28px;border-radius:8px}
  .suite-return-copy small{display:none}
  .suite-return-copy strong{font-size:.78rem}
}
@media(max-width:480px){
  .topbar-simple .brand-copy strong em{display:none}
  .suite-return-copy strong{font-size:.72rem}
}


/* HF4 2026-08-21 — Cabecera con proporciones EXACTAS de Solucab Group */
.topbar.topbar-simple{
  height:92px !important;
  min-height:92px !important;
  padding:0 5vw !important;
  gap:2rem !important;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid #e5eaf0 !important;
  box-shadow:0 7px 25px rgba(21,43,82,.05) !important;
}
.topbar-simple .brand-main{
  gap:14px !important;
}
.topbar-simple .brand-logo{
  width:46px !important;
  height:46px !important;
  flex:0 0 46px !important;
  border-radius:11px !important;
  object-fit:cover !important;
  background:transparent !important;
  box-shadow:none !important;
}
.topbar-simple .brand-copy{
  min-height:46px !important;
}
.topbar-simple .brand-copy strong{
  font:600 1.65rem/1 "Cormorant Garamond",serif !important;
  letter-spacing:.15em !important;
  color:#11192a !important;
}
.topbar-simple .brand-copy strong em{
  font-size:.56em !important;
  font-style:normal !important;
  letter-spacing:.21em !important;
  margin-left:0 !important;
}

/* El botón derecho no debe alterar la altura del encabezado. */
.topbar-simple .suite-return-pill{
  min-height:46px !important;
  padding:6px 14px 6px 9px !important;
  border-radius:11px !important;
}
.topbar-simple .suite-return-arrow{
  width:29px !important;
  height:29px !important;
  border-radius:8px !important;
}

@media(max-width:720px){
  .topbar.topbar-simple{
    height:76px !important;
    min-height:76px !important;
    padding:0 4vw !important;
    gap:.75rem !important;
  }
  .topbar-simple .brand-logo{
    width:38px !important;
    height:38px !important;
    flex-basis:38px !important;
  }
  .topbar-simple .brand-copy{
    min-height:38px !important;
  }
  .topbar-simple .brand-copy strong{
    font-size:1.2rem !important;
  }
}


/* HF5 — match físico/visual con header principal + cache bust */
.topbar.topbar-simple{
  box-sizing:border-box !important;
  height:92px !important;
  min-height:92px !important;
  max-height:92px !important;
  padding:0 5vw !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:2rem !important;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid #e3e9f2 !important;
  box-shadow:0 7px 25px rgba(21,43,82,.05) !important;
  backdrop-filter:blur(14px) !important;
}
.topbar-simple .topbar-left{
  height:92px !important;
  min-height:0 !important;
  display:flex !important;
  align-items:center !important;
}
.topbar-simple .brand-main{
  height:92px !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
}
.topbar-simple .brand-logo{
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  min-height:46px !important;
  max-width:46px !important;
  max-height:46px !important;
  flex:0 0 46px !important;
  object-fit:cover !important;
  border-radius:11px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.topbar-simple .brand-copy{
  min-height:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
}
.topbar-simple .brand-copy strong{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  font:600 1.65rem/1 "Cormorant Garamond",serif !important;
  letter-spacing:.15em !important;
  color:#11192a !important;
}
.topbar-simple .brand-copy strong em{
  font-size:.56em !important;
  font-style:normal !important;
  letter-spacing:.21em !important;
  margin-left:0 !important;
}
.topbar-simple-action{
  height:92px !important;
  display:flex !important;
  align-items:center !important;
}
.topbar-simple .suite-return-pill{
  box-sizing:border-box !important;
  height:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  padding:6px 14px 6px 9px !important;
  margin:0 !important;
  border-radius:10px !important;
}
.topbar-simple .suite-return-arrow{
  width:29px !important;
  height:29px !important;
  min-width:29px !important;
  min-height:29px !important;
}
.topbar-simple .suite-return-copy{
  line-height:1 !important;
}
.topbar-simple .suite-return-copy small{
  line-height:1 !important;
  margin-bottom:3px !important;
}
.topbar-simple .suite-return-copy strong{
  line-height:1 !important;
}

@media(max-width:720px){
  .topbar.topbar-simple{
    height:76px !important;
    min-height:76px !important;
    max-height:76px !important;
    padding:0 4vw !important;
  }
  .topbar-simple .topbar-left,
  .topbar-simple .brand-main,
  .topbar-simple-action{
    height:76px !important;
  }
  .topbar-simple .brand-logo{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
    max-width:38px !important;
    max-height:38px !important;
    flex-basis:38px !important;
  }
  .topbar-simple .brand-copy strong{
    font-size:1.2rem !important;
  }
}


/* HF6 2026-08-21 — Ajuste por altura real observada en Safari/Retina
   Mantiene logo y tipografía; reduce únicamente la banda blanca. */
.topbar.topbar-simple{
  height:78px !important;
  min-height:78px !important;
  max-height:78px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.topbar-simple .topbar-left,
.topbar-simple .brand-main,
.topbar-simple-action{
  height:78px !important;
  min-height:78px !important;
  max-height:78px !important;
}
.topbar-simple .brand-logo{
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  min-height:46px !important;
  max-width:46px !important;
  max-height:46px !important;
  flex-basis:46px !important;
}
.topbar-simple .brand-copy strong{
  font-size:1.65rem !important;
}
.topbar-simple .suite-return-pill{
  height:44px !important;
  min-height:44px !important;
  max-height:44px !important;
}

@media(max-width:720px){
  .topbar.topbar-simple{
    height:68px !important;
    min-height:68px !important;
    max-height:68px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
  .topbar-simple .topbar-left,
  .topbar-simple .brand-main,
  .topbar-simple-action{
    height:68px !important;
    min-height:68px !important;
    max-height:68px !important;
  }
}


/* HF7 2026-08-21 — Corrección raíz: margen nativo del BODY en páginas standalone
   El sitio principal hace reset global de margin/padding.
   En Solucab Suite el reset de body estaba dentro de @scope, por lo que
   no alcanzaba al BODY real en Demo / Contratación y el navegador dejaba
   su margen nativo (~8 px). Eso desplazaba toda la cabecera hacia abajo
   y hacía que visualmente pareciera más alta. */
html,
body{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
}

/* Restaurar exactamente las medidas reales del header principal */
.topbar.topbar-simple{
  box-sizing:border-box !important;
  height:92px !important;
  min-height:92px !important;
  max-height:92px !important;
  margin:0 !important;
  padding:0 5vw !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:2rem !important;
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid #e3e9f2 !important;
  box-shadow:0 7px 25px rgba(21,43,82,.05) !important;
  backdrop-filter:blur(14px) !important;
}

.topbar-simple .topbar-left,
.topbar-simple .brand-main,
.topbar-simple-action{
  height:92px !important;
  min-height:92px !important;
  max-height:92px !important;
  margin:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  align-items:center !important;
}

.topbar-simple .brand-main{
  display:flex !important;
  gap:14px !important;
}

.topbar-simple .brand-logo{
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  min-height:46px !important;
  max-width:46px !important;
  max-height:46px !important;
  flex:0 0 46px !important;
  object-fit:cover !important;
  border-radius:11px !important;
  margin:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}

.topbar-simple .brand-copy,
.topbar-simple .brand-copy strong{
  margin:0 !important;
  padding:0 !important;
}

.topbar-simple .brand-copy strong{
  font:600 1.65rem/1 "Cormorant Garamond",serif !important;
  letter-spacing:.15em !important;
  color:#11192a !important;
}

.topbar-simple .brand-copy strong em{
  font-size:.56em !important;
  font-style:normal !important;
  letter-spacing:.21em !important;
}

.topbar-simple .suite-return-pill{
  height:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  margin:0 !important;
}

/* Igual que site-v2.css del portal principal */
@media(max-width:720px){
  .topbar.topbar-simple{
    height:76px !important;
    min-height:76px !important;
    max-height:76px !important;
    padding:0 4vw !important;
    gap:.75rem !important;
  }
  .topbar-simple .topbar-left,
  .topbar-simple .brand-main,
  .topbar-simple-action{
    height:76px !important;
    min-height:76px !important;
    max-height:76px !important;
  }
  .topbar-simple .brand-logo{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
    max-width:38px !important;
    max-height:38px !important;
    flex-basis:38px !important;
  }
  .topbar-simple .brand-copy strong{
    font-size:1.2rem !important;
  }
}
