/*
 * Estilos principales del sitio.
 * Archivo vigente. Comentarios por bloque para soporte y mantenimiento.
 */


:root{
    --navy:#061E5B;
    --deep:#030D26;
    --blue:#0077FF;
    --cyan:#00AEEF;
    --sky:#DFF8FF;
    --white:#ffffff;
    --soft:#F3F7FB;
    --text:#122033;
    --muted:#607087;
    --radius:24px;
    --shadow:0 24px 70px rgba(3,13,38,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(6,30,91,.08);display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,4vw,64px)}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;color:var(--navy)}
.brand img{width:54px;height:54px;object-fit:contain}
.brand span{letter-spacing:.2px}
.main-nav{display:flex;align-items:center;gap:22px;font-weight:650;color:#22324a}
.main-nav a{padding:10px 4px}
.nav-cta{background:var(--navy);color:#fff!important;padding:11px 18px!important;border-radius:999px}
.nav-toggle{display:none;background:var(--navy);color:#fff;border:0;border-radius:12px;padding:10px 14px;font-size:22px}
.hero{min-height:760px;padding:90px clamp(20px,6vw,96px);display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;background:
radial-gradient(circle at 80% 20%,rgba(0,174,239,.22),transparent 35%),
linear-gradient(135deg,#fff 0%,#eef8ff 52%,#f8fbff 100%)}
.hero h1,.page-hero h1,.service-hero h1{font-size:clamp(40px,5.7vw,76px);line-height:1.02;margin:14px 0 22px;color:var(--navy);letter-spacing:-2.4px}
.hero p,.page-hero p,.service-hero p{font-size:clamp(18px,2vw,23px);color:#40516a;max-width:820px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--cyan);font-weight:800;text-transform:uppercase;letter-spacing:1.6px;font-size:13px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:800;border:1px solid transparent;transition:.2s ease}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;box-shadow:0 12px 28px rgba(0,119,255,.28)}
.btn-secondary{background:var(--navy);color:#fff}
.btn-outline{border-color:rgba(6,30,91,.22);color:var(--navy);background:#fff}
.btn:hover{transform:translateY(-2px)}
.hero-panel{background:#fff;border-radius:34px;padding:28px;box-shadow:var(--shadow);border:1px solid rgba(0,174,239,.16)}
.hero-panel img{border-radius:24px;background:#fff}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.metric-grid div{padding:18px;border-radius:18px;background:linear-gradient(180deg,#f3fbff,#fff);border:1px solid rgba(0,174,239,.16)}
.metric-grid strong{display:block;color:var(--navy);font-size:28px}
.metric-grid span{font-size:13px;color:var(--muted)}
.section{padding:76px clamp(20px,6vw,96px)}
.section-heading{max-width:920px;margin-bottom:34px}
.section-heading h2,.split-section h2,.detail-main h2,.cta-band h2{font-size:clamp(32px,4vw,52px);line-height:1.08;margin:12px 0;color:var(--navy);letter-spacing:-1.4px}
.section-heading p,.split-section p,.lead{font-size:18px;color:#4d5d75}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.service-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(6,30,91,.08);transition:.25s ease;position:relative}
.service-card:hover{transform:translateY(-6px)}
.service-card img{width:100%;height:220px;object-fit:cover}
.service-card div{padding:24px}
.service-card span{font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:1.4px;color:var(--cyan)}
.service-card h2,.service-card h3{color:var(--navy);line-height:1.12;margin:8px 0 12px;font-size:24px}
.service-card p{color:#52627a;font-size:15px}
.service-card a{font-weight:900;color:var(--blue)}
.accent-blue{border-top:5px solid #0A84FF}.accent-cyan{border-top:5px solid #00AEEF}.accent-indigo{border-top:5px solid #4F46E5}.accent-teal{border-top:5px solid #14B8A6}.accent-violet{border-top:5px solid #7C3AED}.accent-amber{border-top:5px solid #F59E0B}.accent-orange{border-top:5px solid #F97316}.accent-neon{border-top:5px solid #22D3EE}.accent-sky{border-top:5px solid #38BDF8}.accent-red{border-top:5px solid #EF4444}.accent-green{border-top:5px solid #22C55E}.accent-purple{border-top:5px solid #A855F7}
.split-section{padding:76px clamp(20px,6vw,96px);display:grid;grid-template-columns:1fr .75fr;gap:36px;align-items:center;background:#f7fbff}
.color-panel,.note-box,.cta-band{background:linear-gradient(135deg,var(--navy),#0B4FB3 60%,var(--cyan));color:#fff;border-radius:32px;padding:36px;box-shadow:var(--shadow)}
.color-panel h3,.note-box h2,.cta-band h2{font-size:32px;margin-top:0;color:#fff}
.color-panel p,.note-box p,.cta-band p{color:#e6f8ff}
.check-list{padding:0;list-style:none;display:grid;gap:12px}
.check-list li{position:relative;padding-left:30px}
.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;background:rgba(0,174,239,.14);color:var(--blue);border-radius:50%;display:grid;place-items:center;font-weight:900}
.product-categories{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0}
.product-categories span,.pill-grid span{padding:12px 16px;border-radius:999px;background:#fff;border:1px solid rgba(0,174,239,.22);color:var(--navy);font-weight:800;box-shadow:0 8px 24px rgba(6,30,91,.06)}
.products-preview{background:linear-gradient(180deg,#fff,#eef8ff)}
.page-hero{padding:90px clamp(20px,6vw,96px);background:linear-gradient(135deg,#061E5B,#073C93 65%,#00AEEF);color:#fff}
.page-hero.compact{min-height:420px;display:flex;align-items:center}
.page-hero h1,.page-hero p{color:#fff}
.service-hero{min-height:580px;background-size:cover;background-position:center;display:flex;align-items:end;padding:90px clamp(20px,6vw,96px);color:#fff}
.service-hero h1,.service-hero p{color:#fff;max-width:900px}
.service-detail{display:grid;grid-template-columns:1fr 380px;gap:42px;align-items:start}
.detail-block{margin-top:34px;padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(6,30,91,.08);box-shadow:0 16px 50px rgba(6,30,91,.07)}
.detail-block.colored{background:linear-gradient(135deg,#f1fbff,#fff);border-color:rgba(0,174,239,.2)}
.pill-grid{display:flex;gap:12px;flex-wrap:wrap}
.detail-aside{position:sticky;top:100px}
.detail-aside img{border-radius:30px;box-shadow:var(--shadow);margin-bottom:18px}
.aside-card{padding:26px;border-radius:28px;border:1px solid rgba(0,174,239,.16);box-shadow:var(--shadow);display:grid;gap:12px;background:#fff}
.cta-band{text-align:center;margin:0 clamp(20px,6vw,96px) 76px}
.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:28px}
.filter-box{padding:24px;border-radius:24px;background:#fff;box-shadow:var(--shadow);height:max-content;display:grid;gap:12px}
.filter-box a{padding:12px;border-radius:14px;background:#f3f8ff;color:var(--navy);font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{padding:26px;border-radius:28px;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(6,30,91,.08)}
.product-icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:18px}
.contact-section{display:grid;grid-template-columns:1fr 400px;gap:32px;align-items:start}
.contact-form,.contact-card{padding:30px;border-radius:30px;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(6,30,91,.08)}
.contact-form{display:grid;gap:16px}
.contact-form label{font-weight:800;color:var(--navy);display:grid;gap:8px}
input,select,textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(6,30,91,.16);font:inherit;color:var(--text);background:#fff}
textarea{resize:vertical}
.hidden-field{display:none}
.form-error{padding:14px 16px;border-radius:14px;background:#fff1f2;color:#991b1b;font-weight:800}
.form-note{font-size:13px;color:var(--muted)}
.values-grid,.process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.values-grid div,.process-grid article{padding:26px;border-radius:24px;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(0,174,239,.13)}
.values-grid strong,.process-grid strong{display:block;color:var(--cyan);font-size:24px}
.legal{max-width:920px}
.chatbot-placeholder{padding:0 clamp(20px,6vw,96px) 76px;background:#fff}
.chatbot-card{border-radius:30px;padding:28px;background:linear-gradient(135deg,#071849,#0B4FB3);color:#fff;display:grid;gap:16px;box-shadow:var(--shadow)}
.chatbot-head{display:flex;justify-content:space-between;gap:12px;align-items:center}
.chatbot-head span{background:rgba(255,255,255,.16);padding:8px 12px;border-radius:999px}
.chatbot-card p{color:#e6f8ff;max-width:980px}
.chatbot-actions{display:flex;gap:12px;flex-wrap:wrap}
.site-footer{padding:54px clamp(20px,6vw,96px);background:var(--deep);color:#dbeafe;display:grid;grid-template-columns:1.2fr .7fr .9fr;gap:30px}
.site-footer a,.site-footer span{display:block;color:#dbeafe;margin:8px 0}
.site-footer h3{color:#fff}
.footer-logo{width:220px;background:#fff;border-radius:18px;padding:8px}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:30;background:#25D366;color:#fff;font-weight:900;padding:14px 18px;border-radius:999px;box-shadow:0 12px 34px rgba(37,211,102,.34)}
.success{background:linear-gradient(135deg,#063,#00AEEF)}
@media (max-width:1100px){
    .hero,.service-detail,.split-section,.contact-section,.catalog-layout{grid-template-columns:1fr}
    .service-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
    .detail-aside{position:static}
}
@media (max-width:760px){
    .nav-toggle{display:block}
    .main-nav{display:none;position:absolute;left:18px;right:18px;top:78px;background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:flex-start}
    .main-nav.open{display:flex}
    .hero{padding-top:48px;min-height:auto}
    .service-grid,.product-grid,.metric-grid,.values-grid,.process-grid{grid-template-columns:1fr}
    .hero h1,.page-hero h1,.service-hero h1{letter-spacing:-1px}
    .site-footer{grid-template-columns:1fr}
}


/* ===== Ajustes v5: inicio más compacto, servicios detallados y nosotros institucional ===== */
.hero-compact-home{
    min-height:620px;
    padding-top:68px;
    padding-bottom:68px;
    grid-template-columns:1fr .9fr;
}
.hero-compact-home h1{
    font-size:clamp(34px,4.4vw,58px);
    line-height:1.04;
    letter-spacing:-1.7px;
    max-width:820px;
}
.hero-compact-home p{
    font-size:clamp(16px,1.5vw,19px);
    max-width:720px;
}
.hero-panel-refined{
    padding:22px;
    border-radius:30px;
    max-width:560px;
    justify-self:center;
}
.hero-panel-refined img{
    max-height:310px;
    width:100%;
    object-fit:contain;
}
.hero-panel-refined .metric-grid div{
    min-height:82px;
}
.hero-panel-refined .metric-grid strong{
    font-size:23px;
}
.home-service-grid .service-card img,
.service-card .service-image-wrap img{
    height:190px;
    object-fit:contain;
    padding:20px;
    background:linear-gradient(135deg,#f8fcff,#eaf8ff);
}
.service-image-wrap{
    background:linear-gradient(135deg,#f8fcff,#eaf8ff);
}
.service-card.accent-cyan{border-top:5px solid #00AEEF}
.service-card.accent-blue{border-top:5px solid #0077FF}
.service-card.accent-indigo{border-top:5px solid #3347FF}
.service-card.accent-teal{border-top:5px solid #00B8A9}
.service-card.accent-violet{border-top:5px solid #7C3AED}
.service-card.accent-amber{border-top:5px solid #F59E0B}
.service-card.accent-orange{border-top:5px solid #F97316}
.service-card.accent-neon{border-top:5px solid #22D3EE}
.service-card.accent-sky{border-top:5px solid #38BDF8}
.service-card.accent-red{border-top:5px solid #EF4444}
.service-card.accent-green{border-top:5px solid #22C55E}
.service-card.accent-purple{border-top:5px solid #9333EA}

.services-hero{
    background:
        radial-gradient(circle at 12% 18%,rgba(0,174,239,.18),transparent 32%),
        linear-gradient(135deg,#061E5B,#030D26);
    color:#fff;
}
.services-hero h1{color:#fff}
.services-hero p{color:#dff8ff}

.service-directory{background:#f8fbff}
.service-lanes{display:grid;gap:34px}
.service-lane{
    background:#fff;
    border-radius:34px;
    padding:28px;
    box-shadow:var(--shadow);
    border:1px solid rgba(6,30,91,.08);
}
.lane-heading{
    display:flex;
    justify-content:space-between;
    gap:24px;
    align-items:flex-start;
    border-bottom:1px solid rgba(6,30,91,.08);
    padding-bottom:18px;
    margin-bottom:22px;
}
.lane-heading h2{margin:0;color:var(--navy);font-size:clamp(24px,3vw,36px);letter-spacing:-.8px}
.lane-heading p{max-width:520px;margin:0;color:#53657d}
.directory-list{display:grid;gap:18px}
.directory-card{
    display:grid;
    grid-template-columns:210px 1fr;
    gap:22px;
    align-items:center;
    padding:16px;
    border-radius:26px;
    background:linear-gradient(135deg,#fff,#f7fbff);
    border:1px solid rgba(0,174,239,.12);
}
.directory-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(3,13,38,.10)}
.directory-image{
    border-radius:22px;
    overflow:hidden;
    background:linear-gradient(135deg,#eff9ff,#ffffff);
    border:1px solid rgba(0,174,239,.15);
}
.directory-image img{
    width:100%;
    height:150px;
    object-fit:contain;
    padding:18px;
}
.directory-content span{
    font-size:12px;
    letter-spacing:1.4px;
    text-transform:uppercase;
    font-weight:900;
    color:var(--cyan);
}
.directory-content h3{
    margin:6px 0 8px;
    color:var(--navy);
    font-size:25px;
    line-height:1.1;
}
.directory-content p{margin:0 0 14px;color:#53657d}
.mini-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.mini-pills small{
    padding:7px 10px;
    border-radius:999px;
    background:#eef8ff;
    color:#0b4fb3;
    font-weight:800;
}
.directory-content a{font-weight:900;color:var(--navy)}

.value-strip{
    display:grid;
    gap:6px;
    padding:20px 22px;
    border-radius:22px;
    background:linear-gradient(135deg,#061E5B,#0077FF);
    color:#fff;
    margin:24px 0;
}
.value-strip span{color:#e7f7ff}
.package-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.package-card{
    padding:20px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(0,174,239,.16);
    box-shadow:0 14px 34px rgba(3,13,38,.07);
}
.package-card strong{display:block;color:var(--navy);font-size:20px;margin-bottom:6px}
.package-card p{margin:0 0 10px;color:#506077}
.package-card small{font-weight:900;color:#0077FF}
.specific-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.specific-grid article{
    padding:18px;
    border-radius:20px;
    background:#fff;
    border:1px solid rgba(6,30,91,.08);
}
.specific-grid strong{display:block;color:var(--navy);margin-bottom:6px}
.specific-grid span{display:block;color:#53657d}
.ia-grid article{
    background:linear-gradient(135deg,#ffffff,#ecfbff);
}
.combo-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin:18px 0 22px;
}
.combo-grid article{
    padding:20px;
    border-radius:22px;
    background:linear-gradient(135deg,#061E5B,#0B4FB3);
    color:#fff;
}
.combo-grid strong{display:block;margin-bottom:8px}
.combo-grid span{display:block;color:#def7ff}
.combo-section{margin-top:26px}
.combo-section h4{color:var(--navy);font-size:24px;margin:0 0 12px}
.combos-master .btn{margin-top:10px}
.detail-aside img{
    object-fit:contain;
    background:linear-gradient(135deg,#f8fcff,#eaf8ff);
    padding:22px;
    max-height:330px;
    width:100%;
}
.about-hero{
    background:
        radial-gradient(circle at 15% 20%,rgba(0,174,239,.20),transparent 30%),
        linear-gradient(135deg,#f7fcff,#ffffff);
}
.about-intro{align-items:center}
.values-color div:nth-child(1){background:linear-gradient(135deg,#ecfeff,#fff)}
.values-color div:nth-child(2){background:linear-gradient(135deg,#eef2ff,#fff)}
.values-color div:nth-child(3){background:linear-gradient(135deg,#eff6ff,#fff)}
.mission-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
    background:#f8fbff;
}
.mission-grid article{
    padding:34px;
    border-radius:30px;
    background:#fff;
    box-shadow:var(--shadow);
    border:1px solid rgba(6,30,91,.08);
}
.mission-grid h2{color:var(--navy);font-size:clamp(28px,3.2vw,42px);line-height:1.12;margin:10px 0}
.about-cards{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.about-cards article{
    padding:24px;
    border-radius:24px;
    background:#fff;
    border:1px solid rgba(0,174,239,.12);
    box-shadow:0 16px 40px rgba(3,13,38,.08);
}
.about-cards strong{display:block;color:var(--navy);font-size:20px;margin-bottom:8px}
.about-cards span{color:#53657d}
.why-us{background:linear-gradient(135deg,#061E5B,#030D26);color:#fff}
.why-us .section-heading h2,.why-us .section-heading p{color:#fff}
.why-list{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:14px;
}
.why-list div{
    padding:22px;
    border-radius:22px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.14);
}
.why-list strong{display:block;color:#fff;margin-bottom:8px}
.why-list span{display:block;color:#dff8ff;font-size:14px}

@media (max-width:1100px){
    .hero-compact-home{grid-template-columns:1fr}
    .hero-panel-refined{justify-self:start;max-width:640px}
    .directory-card{grid-template-columns:160px 1fr}
    .about-cards{grid-template-columns:repeat(2,1fr)}
    .why-list{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
    .hero-compact-home h1{font-size:clamp(32px,10vw,44px)}
    .hero-panel-refined img{max-height:240px}
    .directory-card{grid-template-columns:1fr}
    .directory-image img{height:180px}
    .lane-heading{display:block}
    .package-grid,.specific-grid,.combo-grid,.mission-grid,.about-cards,.why-list{grid-template-columns:1fr}
    .home-service-grid .service-card img,
    .service-card .service-image-wrap img{height:210px}
}


/* ===== Ajustes v6: visibilidad, responsividad, servicios y nosotros ===== */
.btn-whatsapp,
.whatsapp-float{
    background:#25D366!important;
    color:#fff!important;
    border-color:#25D366!important;
    box-shadow:0 14px 32px rgba(37,211,102,.28);
}
.btn-whatsapp:hover,
.whatsapp-float:hover{
    background:#1EBE5D!important;
    transform:translateY(-2px);
}
.btn-detail{
    background:linear-gradient(135deg,var(--blue),var(--cyan));
    color:#fff!important;
    padding:12px 18px;
    border-radius:999px;
    display:inline-flex;
    width:max-content;
    box-shadow:0 12px 26px rgba(0,119,255,.24);
}
.directory-content a.btn-detail{font-weight:900;color:#fff!important}
.service-directory .section-heading{display:none}
.service-lane{
    position:relative;
    overflow:hidden;
}
.service-lane:before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:7px;
    background:linear-gradient(180deg,var(--cyan),var(--blue),var(--navy));
}
.directory-card{
    transition:.22s ease;
}
.directory-content p{
    max-width:980px;
}
.package-card small{
    display:block;
    margin-top:12px;
    color:#0B4FB3;
    line-height:1.45;
    background:#eef8ff;
    padding:10px 12px;
    border-radius:14px;
}
.problem-solution-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.solution-block{
    background:linear-gradient(135deg,#061E5B,#0B4FB3);
    color:#fff;
}
.solution-block h3,
.solution-block p{color:#fff}
.benefits-block{
    background:linear-gradient(135deg,#f7fcff,#ffffff);
}
.benefit-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.benefit-grid article{
    padding:18px;
    border-radius:20px;
    background:#fff;
    border:1px solid rgba(0,174,239,.16);
    color:var(--navy);
    font-weight:800;
    box-shadow:0 12px 28px rgba(3,13,38,.06);
}
.product-note{
    margin:28px clamp(20px,6vw,96px) 92px!important;
    padding:40px!important;
    border-radius:32px;
}
.product-note + .chatbot-placeholder{
    padding-top:20px;
}
.about-hero,
.about-hero h1,
.about-hero p{
    color:var(--navy)!important;
}
.about-hero-v6{
    background:
        radial-gradient(circle at 84% 18%,rgba(0,174,239,.24),transparent 34%),
        linear-gradient(135deg,#ffffff,#eef8ff 62%,#f8fbff);
    color:var(--navy);
}
.about-hero-v6 h1{
    color:var(--navy)!important;
    max-width:940px;
}
.about-hero-v6 p{
    color:#40516a!important;
    max-width:760px;
}
.about-hero-grid{
    display:grid;
    grid-template-columns:1fr 360px;
    gap:34px;
    align-items:center;
    width:100%;
}
.about-hero-card{
    padding:28px;
    border-radius:30px;
    background:#fff;
    box-shadow:var(--shadow);
    border:1px solid rgba(0,174,239,.15);
}
.about-hero-card strong{
    display:block;
    color:var(--navy);
    font-size:24px;
    line-height:1.12;
    margin-bottom:12px;
}
.about-hero-card span{color:#53657d}
.about-summary{background:#fff}
.about-pillars{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.about-pillars article{
    padding:28px;
    border-radius:28px;
    background:linear-gradient(135deg,#f7fcff,#fff);
    border:1px solid rgba(0,174,239,.14);
    box-shadow:0 14px 38px rgba(3,13,38,.07);
}
.about-pillars strong{
    color:var(--navy);
    font-size:24px;
}
.about-pillars p{color:#53657d}
.mission-vision-v6{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px;
    background:#f8fbff;
}
.mission-vision-v6 article{
    padding:34px;
    border-radius:30px;
    background:#fff;
    box-shadow:var(--shadow);
    border:1px solid rgba(6,30,91,.08);
}
.mission-vision-v6 h2{
    color:var(--navy);
    font-size:clamp(28px,3.2vw,42px);
    line-height:1.12;
}
.about-value-section{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:26px;
    align-items:stretch;
}
.value-card-large{
    background:linear-gradient(135deg,#061E5B,#0B4FB3 70%,#00AEEF);
    color:#fff;
    border-radius:34px;
    padding:38px;
    box-shadow:var(--shadow);
}
.value-card-large h2,
.value-card-large p{color:#fff}
.value-card-large h2{
    font-size:clamp(30px,3.8vw,48px);
    line-height:1.08;
    margin:12px 0;
}
.objective-list{
    padding:34px;
    border-radius:34px;
    background:#fff;
    border:1px solid rgba(0,174,239,.14);
    box-shadow:var(--shadow);
}
.objective-list h3{color:var(--navy);font-size:28px;margin-top:0}
.about-services-v6{background:#fff}
.why-us-v6{
    background:linear-gradient(135deg,#061E5B,#030D26);
    color:#fff;
}
.why-us-v6 .section-heading h2,
.why-us-v6 .section-heading p{color:#fff}
.about-cta{
    margin-top:58px!important;
    margin-bottom:92px!important;
}
@media (max-width:1100px){
    .problem-solution-grid,
    .about-hero-grid,
    .about-value-section{
        grid-template-columns:1fr;
    }
    .about-hero-card{
        max-width:720px;
    }
    .about-pillars{
        grid-template-columns:1fr;
    }
}
@media (max-width:900px){
    .service-detail{
        grid-template-columns:1fr!important;
    }
    .catalog-layout{
        grid-template-columns:1fr!important;
    }
    .product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media (max-width:760px){
    .service-hero{
        min-height:auto;
        padding-top:72px;
        padding-bottom:72px;
    }
    .service-hero h1{
        font-size:clamp(34px,10vw,48px);
    }
    .directory-card{
        grid-template-columns:1fr!important;
    }
    .directory-image img{
        width:100%;
        height:190px;
        object-fit:contain;
    }
    .benefit-grid,
    .product-grid,
    .mission-vision-v6{
        grid-template-columns:1fr!important;
    }
    .product-note{
        margin:20px 18px 76px!important;
        padding:28px!important;
    }
    .chatbot-placeholder{
        padding-top:18px;
    }
    .about-hero-v6{
        min-height:auto;
        padding-top:64px;
        padding-bottom:64px;
    }
    .about-hero-card,
    .value-card-large,
    .objective-list{
        padding:26px;
        border-radius:26px;
    }
    .why-list{
        grid-template-columns:1fr!important;
    }
    .about-cta{
        margin-top:42px!important;
    }
}
@media (max-width:480px){
    .btn,
    .btn-detail{
        width:100%;
        text-align:center;
    }
    .hero-actions{
        width:100%;
    }
    .site-header{
        padding-left:14px;
        padding-right:14px;
    }
    .brand span{
        font-size:14px;
    }
    .brand img{
        width:46px;
        height:46px;
    }
}


/* ===== Módulo SYSCOM ===== */
.cart-nav{font-weight:800;color:var(--blue)!important}
.syscom-hero{
    background:
        radial-gradient(circle at 90% 12%, rgba(0,174,239,.30), transparent 34%),
        radial-gradient(circle at 10% 95%, rgba(0,119,255,.20), transparent 30%),
        linear-gradient(135deg,#f7fcff 0%,#eef8ff 48%,#fff 100%);
    border-bottom:1px solid rgba(0,174,239,.15);
}
.syscom-category-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.syscom-category-card{
    min-height:160px;
    padding:26px;
    border-radius:26px;
    color:#fff;
    background:
        linear-gradient(135deg,rgba(6,30,91,.96),rgba(0,119,255,.88)),
        radial-gradient(circle at 100% 0%,rgba(0,174,239,.55),transparent 30%);
    box-shadow:0 18px 50px rgba(6,30,91,.16);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:.2s ease;
}
.syscom-category-card:nth-child(2n){background:linear-gradient(135deg,#003c8f,#00aeef)}
.syscom-category-card:nth-child(3n){background:linear-gradient(135deg,#061e5b,#00a87e)}
.syscom-category-card:hover{transform:translateY(-4px)}
.syscom-category-card strong{font-size:22px}
.syscom-category-card span{opacity:.9}
.syscom-search{
    display:flex;
    gap:14px;
    background:#fff;
    padding:14px;
    border-radius:22px;
    box-shadow:var(--shadow);
    border:1px solid rgba(6,30,91,.08);
    margin:0 auto 34px;
    max-width:900px;
}
.syscom-search input{
    flex:1;
    border:1px solid rgba(6,30,91,.15);
    border-radius:16px;
    padding:14px 16px;
    font-size:16px;
}
.syscom-product-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}
.syscom-product-card{
    background:#fff;
    border:1px solid rgba(6,30,91,.08);
    border-radius:28px;
    box-shadow:0 18px 50px rgba(3,13,38,.08);
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
.syscom-product-image{
    height:240px;
    background:linear-gradient(135deg,#f4fbff,#e9f7ff);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}
.syscom-product-image img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.syscom-product-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}
.product-brand{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--cyan);font-weight:900}
.syscom-product-body h3{margin:0;color:var(--navy);font-size:20px;line-height:1.18}
.syscom-product-body p{margin:0;color:var(--muted);font-size:15px}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}
.product-meta strong{color:var(--navy);font-size:18px}
.product-meta span{background:#e8fff5;color:#07885c;border-radius:999px;padding:6px 10px;font-weight:800;font-size:12px}
.inline-cart-form{display:flex;gap:10px;align-items:center;margin-top:8px}
.inline-cart-form input,.detail-cart-form input,.checkout-form input,.cart-table input{
    border:1px solid rgba(6,30,91,.16);
    border-radius:14px;
    padding:10px 12px;
}
.inline-cart-form input{width:76px}
.text-link{color:var(--blue);font-weight:800}
.product-detail{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:42px;
    align-items:start;
}
.product-detail-image{
    background:linear-gradient(135deg,#f4fbff,#e8f8ff);
    border-radius:34px;
    padding:34px;
    box-shadow:var(--shadow);
    min-height:480px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.product-detail-image img{max-height:420px;object-fit:contain}
.product-detail-info h1{font-size:clamp(34px,4vw,58px);line-height:1.05;color:var(--navy);margin:12px 0}
.detail-price{display:flex;align-items:center;gap:14px;margin:22px 0}
.detail-price strong{font-size:32px;color:var(--blue)}
.detail-price span{background:#e8fff5;color:#07885c;border-radius:999px;padding:8px 14px;font-weight:800}
.product-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}
.product-specs div{background:#f7fbff;border:1px solid rgba(0,174,239,.14);border-radius:18px;padding:16px}
.product-specs dt{color:var(--muted);font-size:13px;font-weight:800}
.product-specs dd{margin:0;color:var(--navy);font-weight:900}
.detail-cart-form{display:flex;gap:12px;flex-wrap:wrap;align-items:end}
.detail-cart-form label{font-weight:800;color:var(--navy)}
.detail-cart-form input{display:block;margin-top:6px;width:110px}
.product-detail-note{margin-top:24px}
.empty-cart{
    text-align:center;
    background:#fff;
    border-radius:28px;
    box-shadow:var(--shadow);
    padding:52px;
}
.cart-table-wrap{background:#fff;border-radius:28px;box-shadow:var(--shadow);padding:22px;overflow-x:auto}
.cart-table{width:100%;border-collapse:collapse;min-width:780px}
.cart-table th{text-align:left;color:var(--navy);padding:12px;border-bottom:1px solid rgba(6,30,91,.12)}
.cart-table td{padding:16px 12px;border-bottom:1px solid rgba(6,30,91,.08)}
.cart-product{display:flex;gap:14px;align-items:center}
.cart-product img{width:76px;height:76px;object-fit:contain;background:#f4fbff;border-radius:14px;padding:8px}
.cart-product span{display:block;color:var(--muted);font-size:13px}
.cart-remove{border:0;background:#ffecec;color:#b42318;border-radius:999px;padding:9px 12px;font-weight:900}
.cart-summary{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:18px;
    margin-top:22px;
    flex-wrap:wrap;
}
.cart-summary strong{font-size:24px;color:var(--blue)}
.cart-summary small{width:100%;text-align:right;color:var(--muted)}
.cart-actions-panel{
    margin-top:30px;
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:24px;
}
.checkout-form,.checkout-result .note-box{
    background:#fff;
    border-radius:28px;
    box-shadow:var(--shadow);
    padding:28px;
}
.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}
.cart-whatsapp{align-self:stretch;font-size:18px}
.checkout-result{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}
.summary-list{padding-left:18px;color:var(--muted)}
.health-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.health-card{
    background:#fff;
    border-radius:24px;
    box-shadow:var(--shadow);
    padding:24px;
    border:1px solid rgba(6,30,91,.08);
}
.health-card.ok{border-color:#29cc7a;background:#f0fff7}
.health-card.fail{border-color:#ff5a5f;background:#fff5f5}
.health-card.warn{border-color:#f7b731;background:#fffaf0}
@media (max-width: 980px){
    .syscom-category-grid,.syscom-product-grid,.product-detail,.cart-actions-panel,.checkout-result,.health-grid{grid-template-columns:1fr 1fr}
    .form-grid{grid-template-columns:1fr}
}
@media (max-width: 640px){
    .syscom-category-grid,.syscom-product-grid,.product-detail,.cart-actions-panel,.checkout-result,.health-grid{grid-template-columns:1fr}
    .syscom-search{flex-direction:column}
    .syscom-product-image{height:210px}
    .product-specs{grid-template-columns:1fr}
    .cart-summary{justify-content:flex-start}
    .cart-summary small{text-align:left}
}


/* ===== Corrección visual módulo SYSCOM v6.1 ===== */
.page-hero.syscom-hero{
    min-height:340px;
    padding-top:72px;
    padding-bottom:72px;
    overflow:hidden;
    position:relative;
    background:
        radial-gradient(circle at 85% 18%, rgba(0,174,239,.45), transparent 30%),
        radial-gradient(circle at 12% 85%, rgba(34,211,238,.28), transparent 28%),
        linear-gradient(135deg,#030D26 0%,#061E5B 48%,#0077FF 100%);
    border-bottom:1px solid rgba(0,174,239,.22);
}
.page-hero.syscom-hero::after{
    content:"";
    position:absolute;
    inset:auto -80px -160px auto;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,255,255,.10);
    pointer-events:none;
}
.page-hero.syscom-hero > div{
    position:relative;
    z-index:1;
    max-width:980px;
}
.page-hero.syscom-hero h1{
    color:#fff;
    font-size:clamp(34px,4.8vw,60px);
    letter-spacing:-1.6px;
}
.page-hero.syscom-hero p{
    color:#E6F8FF;
    max-width:820px;
}
.page-hero.syscom-hero .eyebrow{
    color:#83F3FF;
}
.page-hero.syscom-hero .btn-outline{
    background:rgba(255,255,255,.12);
    color:#fff;
    border-color:rgba(255,255,255,.35);
}
.page-hero.syscom-hero .btn-whatsapp{
    background:#25D366;
    color:#fff;
    border-color:#25D366;
}
.syscom-category-card{
    position:relative;
    overflow:hidden;
}
.syscom-category-card::after{
    content:"";
    position:absolute;
    right:-60px;
    bottom:-70px;
    width:170px;
    height:170px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
}
.syscom-product-card{
    min-width:0;
}
.syscom-product-body h3,
.cart-product strong{
    overflow-wrap:anywhere;
}
.checkout-status-box,
.checkout-summary-box{
    background:#fff!important;
    color:var(--text)!important;
}
.checkout-status-box h2,
.checkout-summary-box h2{
    color:var(--navy)!important;
}
.checkout-status-box p,
.checkout-summary-box p,
.checkout-summary-box .summary-list{
    color:#52627a!important;
}
.checkout-status-box .small-muted{
    color:#6b778c!important;
    font-size:14px;
}
.checkout-status-box code{
    background:#eef8ff;
    padding:2px 6px;
    border-radius:6px;
    color:var(--navy);
}
@media (max-width: 980px){
    .page-hero.syscom-hero{min-height:300px;padding-top:60px;padding-bottom:60px}
}
@media (max-width: 640px){
    .page-hero.syscom-hero{min-height:auto;padding-top:48px;padding-bottom:48px}
    .inline-cart-form{align-items:stretch}
    .inline-cart-form .btn{flex:1}
}


/* Ajustes SYSCOM v6.2 */
.syscom-products-container{position:relative;min-height:240px}
.syscom-products-container.is-loading::before{
    content:"Buscando productos...";
    position:absolute;
    inset:0;
    z-index:5;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--navy);
    font-weight:800;
    background:rgba(255,255,255,.78);
    backdrop-filter:blur(4px);
    border-radius:var(--radius);
}
.syscom-product-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}
.syscom-product-card{
    display:flex;
    flex-direction:column;
    min-height:100%;
    overflow:hidden;
    border:1px solid rgba(0,174,239,.18);
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 50px rgba(3,13,38,.08);
}
.syscom-product-image{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:230px;
    padding:22px;
    background:linear-gradient(145deg,#f4fbff,#ffffff);
    border-bottom:1px solid rgba(0,174,239,.12);
}
.syscom-product-image img{
    width:100%;
    max-width:230px;
    height:190px;
    object-fit:contain;
    mix-blend-mode:multiply;
}
.syscom-product-body{
    display:flex;
    flex-direction:column;
    gap:12px;
    flex:1;
    padding:22px;
}
.syscom-product-body h3{
    margin:0;
    color:var(--navy);
    font-size:20px;
    line-height:1.22;
}
.syscom-product-body p{margin:0;color:var(--muted);font-size:14px}
.product-brand{
    color:var(--cyan);
    font-weight:800;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.7px;
}
.product-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:auto;
    padding-top:12px;
    border-top:1px solid rgba(6,30,91,.08);
}
.product-meta strong{color:var(--navy);font-size:18px}
.product-meta span{
    color:#087a35;
    background:#e8f8ee;
    border-radius:999px;
    padding:5px 10px;
    font-size:12px;
    font-weight:800;
}
.syscom-card-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
}
.inline-cart-form{
    display:grid;
    grid-template-columns:74px 1fr;
    gap:10px;
    align-items:center;
}
.inline-cart-form input[type="number"],
.detail-cart-form input[type="number"],
.syscom-search input[type="search"]{
    width:100%;
    border:1px solid rgba(6,30,91,.16);
    border-radius:999px;
    padding:12px 14px;
    font:inherit;
}
.syscom-search{
    display:grid;
    grid-template-columns:minmax(220px,1fr) auto;
    gap:12px;
    max-width:840px;
    margin:0 auto 28px;
}
.syscom-result-summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:18px;
    color:var(--navy);
    font-weight:800;
}
.syscom-result-summary small{color:var(--muted);font-weight:700}
.syscom-pagination{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}
.syscom-pagination a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:42px;
    padding:0 12px;
    border-radius:14px;
    border:1px solid rgba(6,30,91,.16);
    color:var(--navy);
    background:#fff;
    font-weight:800;
}
.syscom-pagination a.active,
.syscom-pagination a:hover{
    color:#fff;
    background:linear-gradient(135deg,var(--blue),var(--cyan));
    border-color:transparent;
}
.syscom-empty-results{
    text-align:center;
    background:#fff;
    border:1px solid rgba(0,174,239,.18);
    border-radius:24px;
    padding:34px;
    box-shadow:0 18px 50px rgba(3,13,38,.08);
}
.product-detail-hero h1{max-width:1050px}
.product-detail{
    display:grid;
    grid-template-columns:minmax(280px,.85fr) minmax(320px,1.15fr);
    gap:38px;
    align-items:start;
}
.product-detail-image{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:430px;
    padding:34px;
    border-radius:28px;
    background:linear-gradient(145deg,#eefbff,#ffffff);
    box-shadow:0 18px 50px rgba(3,13,38,.08);
}
.product-detail-image img{
    width:100%;
    max-width:430px;
    max-height:360px;
    object-fit:contain;
    mix-blend-mode:multiply;
}
.product-detail-info{
    min-width:0;
    overflow-wrap:anywhere;
}
.product-detail-info h2{color:var(--navy);font-size:34px;line-height:1.12;margin:10px 0 14px}
.product-detail-info p{
    color:var(--muted);
    font-size:16px;
}
.detail-price{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:18px 0;
    border-top:1px solid rgba(6,30,91,.1);
    border-bottom:1px solid rgba(6,30,91,.1);
    margin:20px 0;
}
.detail-price strong{font-size:28px;color:var(--navy)}
.detail-price span{font-weight:800;color:#087a35}
.product-specs{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin:20px 0;
}
.product-specs div{
    padding:16px;
    border-radius:18px;
    background:#f5fbff;
    border:1px solid rgba(0,174,239,.16);
}
.product-specs dt{font-weight:800;color:var(--navy)}
.product-specs dd{margin:4px 0 0;color:var(--muted)}
.detail-cart-form{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:flex-end;
    margin:22px 0;
}
.detail-cart-form label{
    display:grid;
    gap:6px;
    font-weight:800;
    color:var(--navy);
    min-width:120px;
}
.cart-whatsapp-btn{
    align-self:flex-start;
    width:auto!important;
    max-width:max-content;
    padding:12px 18px!important;
    font-size:14px;
}
.cart-actions,
.cart-summary{
    gap:12px;
}
.cart-nav{
    display:inline-flex!important;
    align-items:center;
    gap:7px;
    font-weight:900;
    color:var(--navy)!important;
}
.cart-nav .cart-icon{font-size:18px;line-height:1}
.cart-nav .cart-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:22px;
    height:22px;
    padding:0 7px;
    border-radius:999px;
    background:var(--cyan);
    color:#fff;
    font-size:12px;
}
@media (max-width:980px){
    .syscom-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .product-detail{grid-template-columns:1fr}
    .product-specs{grid-template-columns:1fr}
}
@media (max-width:640px){
    .syscom-product-grid{grid-template-columns:1fr}
    .syscom-search{grid-template-columns:1fr}
    .syscom-result-summary{align-items:flex-start;flex-direction:column}
    .inline-cart-form{grid-template-columns:1fr}
    .product-detail-image{min-height:300px;padding:22px}
    .product-detail-image img{max-height:260px}
    .detail-price{align-items:flex-start;flex-direction:column}
    .cart-whatsapp-btn{max-width:100%;width:100%!important}
}


/* SYSCOM v6.3 ajustes por documentación API */
.syscom-product-image{
    min-height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#f6fbff,#ffffff);
}
.syscom-product-image img{
    width:100%;
    height:210px;
    object-fit:contain;
    padding:18px;
}
.product-detail-image{
    display:flex;
    align-items:center;
    justify-content:center;
}
.product-detail-image img{
    max-height:430px;
    object-fit:contain;
    background:#fff;
    border-radius:18px;
}
.product-detail-info p{
    word-break:break-word;
    overflow-wrap:anywhere;
}
.product-characteristics{
    margin:22px 0;
    padding:20px;
    border-radius:20px;
    background:linear-gradient(135deg,#f3fbff,#ffffff);
    border:1px solid rgba(0,174,239,.18);
}
.product-characteristics h3{
    margin:0 0 12px;
    color:var(--navy);
}
.product-characteristics ul{
    margin:0;
    padding-left:20px;
}
.product-characteristics li{
    margin:8px 0;
    color:#34455e;
}
.cart-whatsapp{
    align-self:flex-start;
    padding:11px 18px;
    font-size:14px;
    width:auto!important;
    max-width:max-content;
}
.checkout-status-box .small-muted{
    overflow-wrap:anywhere;
}
.syscom-products-container.is-loading{
    position:relative;
    opacity:.62;
}
.syscom-products-container.is-loading::after{
    content:'Actualizando catálogo...';
    position:absolute;
    top:16px;
    right:16px;
    background:#061E5B;
    color:#fff;
    padding:8px 12px;
    border-radius:999px;
    font-weight:800;
    font-size:12px;
}
@media(max-width:760px){
    .syscom-product-image{min-height:180px}
    .syscom-product-image img{height:180px}
    .cart-whatsapp{max-width:100%; width:100%!important}
}


/* Paginación compacta SYSCOM */
.compact-pagination{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
    margin-top:34px;
    padding:18px;
    border-radius:22px;
    background:linear-gradient(135deg, rgba(6,30,91,.06), rgba(0,174,239,.10));
    border:1px solid rgba(0,174,239,.18);
}
.pagination-status{
    display:flex;
    flex-direction:column;
    gap:2px;
    color:var(--navy);
}
.pagination-status strong{
    font-size:15px;
    font-weight:900;
}
.pagination-status span{
    font-size:13px;
    color:var(--muted);
}
.pagination-controls{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}
.pagination-btn,
.pagination-number{
    min-width:40px;
    height:40px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid rgba(6,30,91,.16);
    background:#fff;
    color:var(--navy);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    box-shadow:0 8px 18px rgba(3,13,38,.06);
    transition:.2s ease;
}
.pagination-number.active{
    background:linear-gradient(135deg,var(--blue),var(--cyan));
    color:#fff;
    border-color:transparent;
}
.pagination-btn:hover,
.pagination-number:hover{
    transform:translateY(-2px);
    border-color:rgba(0,174,239,.45);
}
.pagination-btn.disabled{
    opacity:.45;
    cursor:not-allowed;
    box-shadow:none;
}
.pagination-btn.disabled:hover{
    transform:none;
}
.pagination-ellipsis{
    color:var(--muted);
    font-weight:900;
    padding:0 4px;
}
@media (max-width: 680px){
    .compact-pagination{
        align-items:stretch;
        justify-content:center;
    }
    .pagination-status{
        width:100%;
        text-align:center;
    }
    .pagination-controls{
        width:100%;
        justify-content:center;
    }
    .pagination-btn{
        flex:1 1 130px;
    }
}


/* SYSCOM v6.5: carrito fluido, mensajes temporales y actualización AJAX */
.syscom-toast {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 9999;
    max-width: min(420px, calc(100vw - 32px));
    background: linear-gradient(135deg, #052b6f, #0ea5e9);
    color: #fff;
    padding: 14px 18px;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(2, 6, 23, .28);
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
    font-weight: 700;
}

.syscom-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.syscom-toast.is-error {
    background: linear-gradient(135deg, #991b1b, #ef4444);
}

.cart-content-panel.is-loading,
.syscom-products-container.is-loading {
    opacity: .62;
    pointer-events: none;
    position: relative;
}

.cart-content-panel.is-loading::after,
.syscom-products-container.is-loading::after {
    content: "Actualizando...";
    position: absolute;
    inset: 18px 18px auto auto;
    background: rgba(6, 30, 91, .92);
    color: #fff;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(2, 6, 23, .22);
}

.cart-count {
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0ea5e9;
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
    margin-left: 4px;
}

.cart-count.is-empty {
    display: none;
}

.cart-table input.js-cart-quantity {
    width: 78px;
    text-align: center;
    font-weight: 800;
}

.cart-summary .btn,
.cart-summary button[type="submit"] {
    display: none;
}

.cart-whatsapp {
    align-self: flex-start;
    width: auto;
    max-width: 360px;
    padding-inline: 18px;
}

@media (max-width: 720px) {
    .syscom-toast {
        left: 16px;
        right: 16px;
        bottom: 18px;
    }

    .cart-whatsapp {
        width: 100%;
        max-width: none;
        justify-content: center;
    }
}


/* Diagnóstico de precios SYSCOM */
.syscom-debug-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.debug-card {
  background: #ffffff;
  border: 1px solid rgba(30, 64, 175, 0.14);
  border-radius: 22px;
  padding: 1.4rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.debug-dl {
  display: grid;
  gap: .8rem;
  margin: 0;
}

.debug-dl div {
  display: grid;
  grid-template-columns: minmax(160px, 240px) 1fr;
  gap: .8rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  padding-bottom: .65rem;
}

.debug-dl dt {
  color: #0f3b7a;
  font-weight: 800;
}

.debug-dl dd {
  margin: 0;
  color: #334155;
  word-break: break-word;
}

.debug-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.2rem;
}

.debug-table-wrap {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(30, 64, 175, 0.14);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.debug-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: .94rem;
}

.debug-table th,
.debug-table td {
  padding: .9rem 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  text-align: left;
  vertical-align: top;
}

.debug-table th {
  background: linear-gradient(135deg, #0f3b7a, #0ea5e9);
  color: #ffffff;
  font-weight: 800;
}

.debug-table tr.is-selected-price td {
  background: rgba(34, 197, 94, 0.11);
}

.debug-table code {
  white-space: nowrap;
  color: #0f3b7a;
  font-weight: 700;
}

.debug-json {
  background: #0b1220;
  color: #dbeafe;
  border-radius: 22px;
  padding: 1.25rem;
  overflow-x: auto;
  max-height: 620px;
  border: 1px solid rgba(14, 165, 233, 0.25);
}

@media (max-width: 760px) {
  .syscom-debug-grid {
    grid-template-columns: 1fr;
  }

  .debug-dl div {
    grid-template-columns: 1fr;
  }
}


/* Checkout SYSCOM avanzado */
.syscom-checkout-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
}

.syscom-order-form {
    display: grid;
    gap: 1.1rem;
}

.checkout-block {
    padding: 1rem;
    border: 1px solid rgba(12, 42, 102, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(241,248,255,0.92));
    box-shadow: 0 10px 26px rgba(8, 28, 70, 0.05);
}

.checkout-block h3 {
    margin: 0 0 .75rem;
    font-size: 1rem;
    color: var(--primary, #061E5B);
}

.checkout-block label {
    display: grid;
    gap: .35rem;
    font-weight: 700;
    color: #173b68;
    font-size: .92rem;
}

.checkout-block input,
.checkout-block select {
    width: 100%;
    border: 1px solid rgba(12, 42, 102, 0.18);
    border-radius: 12px;
    padding: .78rem .9rem;
    background: #fff;
    color: #15233b;
}

.checkout-flags {
    display: grid;
    gap: .65rem;
}

.checkout-flags label {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 600;
}

.checkout-flags input[type="checkbox"] {
    width: auto;
}

.is-hidden {
    display: none !important;
}

.checkout-debug-box {
    grid-column: 1 / -1;
}

.checkout-debug-box details {
    margin-top: 1rem;
    border: 1px solid rgba(12, 42, 102, 0.12);
    border-radius: 14px;
    padding: .9rem;
    background: #f8fbff;
}

.checkout-debug-box summary {
    cursor: pointer;
    font-weight: 800;
    color: #061E5B;
}

.checkout-debug-box pre {
    overflow: auto;
    max-height: 420px;
    background: #07182f;
    color: #eaf6ff;
    border-radius: 12px;
    padding: 1rem;
    font-size: .82rem;
}

@media (min-width: 980px) {
    .syscom-checkout-panel {
        grid-template-columns: minmax(0, 1fr) 320px;
        align-items: start;
    }

    .syscom-order-form {
        grid-column: 1 / 2;
    }

    .cart-whatsapp {
        grid-column: 2 / 3;
        align-self: start;
    }
}


/* Checkout limpio para cliente final - SYSCOM cart */
.form-grid-wide{grid-column:span 2}
.form-errors{
    border:1px solid rgba(220,38,38,.25);
    background:#fff5f5;
    color:#991b1b;
    border-radius:16px;
    padding:14px 16px;
}
.form-errors ul{margin:.5rem 0 0;padding-left:1.2rem}
.checkout-help{color:var(--muted);font-size:.92rem;line-height:1.5}
.checkout-help.is-error{color:#b42318;font-weight:800}
.checkout-system-note{
    background:linear-gradient(135deg, rgba(6,30,91,.06), rgba(0,174,239,.08));
    border:1px solid rgba(0,174,239,.18);
    border-radius:18px;
    padding:14px 16px;
    color:#173b68;
    font-size:.92rem;
    line-height:1.55;
}
.checkout-system-note code{
    background:#eef6ff;
    border:1px solid rgba(6,30,91,.08);
    border-radius:7px;
    padding:1px 5px;
}
.checkout-final-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
}
.checkout-final-actions .btn{min-height:48px}
.checkout-final-actions .cart-whatsapp{
    align-self:auto;
    font-size:15px;
    padding:13px 18px;
}
@media (max-width: 760px){
    .form-grid-wide{grid-column:span 1}
    .checkout-final-actions .btn{width:100%;justify-content:center}
}


/* Ajustes checkout SYSCOM v7.2 */
.cart-checkout-full,
.syscom-checkout-panel {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr !important;
}

.syscom-order-form {
    width: 100%;
    max-width: none;
}

.checkout-form.syscom-order-form {
    width: 100%;
}

.checkout-block .form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.form-grid-wide {
    grid-column: 1 / -1;
}

.readonly-field {
    background: #eef7ff !important;
    color: #173b68 !important;
    font-weight: 800;
    cursor: not-allowed;
}

.field-note {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 600;
}

.js-zip-status.is-error {
    color: #b42318;
    font-weight: 800;
}

.checkout-final-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.checkout-final-actions .btn {
    min-width: 210px;
    justify-content: center;
}

@media (max-width: 980px) {
    .checkout-block .form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .checkout-block .form-grid {
        grid-template-columns: 1fr;
    }

    .checkout-final-actions .btn {
        width: 100%;
    }
}


/* Ajustes v7.3: carrito, IVA y checkout progresivo */
.product-meta strong small,
.detail-price strong small,
.cart-table td small{
    display:inline-block;
    margin-left:4px;
    font-size:11px;
    font-weight:800;
    color:var(--cyan);
    white-space:nowrap;
}
.cart-order-summary{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:22px;
}
.summary-card{
    background:linear-gradient(180deg,#ffffff,#f4fbff);
    border:1px solid rgba(0,174,239,.18);
    border-radius:18px;
    padding:16px;
    box-shadow:0 14px 34px rgba(3,13,38,.08);
}
.summary-card span{
    display:block;
    color:#607087;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.6px;
    margin-bottom:6px;
}
.summary-card strong{
    display:block;
    color:var(--navy);
    font-size:clamp(20px,2.3vw,30px);
    line-height:1.1;
}
.summary-card small{
    display:block;
    color:#607087;
    margin-top:7px;
    font-size:12px;
}
.summary-total{
    background:linear-gradient(135deg,var(--navy),#073b8f 60%,var(--cyan));
    color:#fff;
}
.summary-total span,
.summary-total strong,
.summary-total small{
    color:#fff;
}
.cart-summary-actions{
    display:flex;
    justify-content:flex-end;
    margin-top:18px;
}
.checkout-form-panel[hidden]{
    display:none!important;
}
.checkout-form-panel.is-visible{
    display:block;
    animation:checkoutReveal .24s ease-out both;
}
@keyframes checkoutReveal{
    from{opacity:0;transform:translateY(10px)}
    to{opacity:1;transform:translateY(0)}
}
.readonly-field{
    background:#eef5fb!important;
    color:#24364f!important;
}
.js-zip-status.is-error{
    color:#b42318;
    font-weight:800;
}
@media (max-width:980px){
    .cart-order-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
    .cart-order-summary{grid-template-columns:1fr}
    .cart-summary-actions{justify-content:stretch}
    .cart-summary-actions .btn{width:100%}
}


/* ===== Ajustes v21: responsive contacto móvil y control de desbordamiento ===== */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    overflow-wrap: break-word;
}
.site-header,
.page-hero,
.section,
.site-footer,
.contact-section,
.contact-form,
.contact-card {
    max-width: 100%;
}
.brand {
    min-width: 0;
    flex: 1 1 auto;
}
.brand span,
.page-hero p,
.contact-card p,
.contact-form label,
.contact-form textarea,
.contact-form input {
    overflow-wrap: anywhere;
    word-break: normal;
}

@media (max-width: 760px) {
    .site-header {
        padding-left: 18px;
        padding-right: 18px;
        gap: 12px;
    }
    .brand img {
        width: 44px;
        height: 44px;
    }
    .brand span {
        font-size: clamp(16px, 5.4vw, 20px);
        line-height: 1.15;
    }
    .page-hero,
    .section,
    .split-section,
    .site-footer {
        padding-left: 18px;
        padding-right: 18px;
    }
    .page-hero.compact {
        min-height: auto;
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .contact-form,
    .contact-card {
        padding: 22px;
        border-radius: 22px;
    }
    .contact-form {
        gap: 14px;
    }
    .main-nav {
        left: 12px;
        right: 12px;
    }
    .whatsapp-float {
        right: 12px;
        bottom: 16px;
        padding: 12px 14px;
        font-size: 15px;
        max-width: calc(100vw - 24px);
    }
}


/* ===== Ajustes v22: centrado de contenedores en contacto móvil ===== */
.section.contact-section {
    width: min(100%, 1400px);
    margin-inline: auto;
}
.contact-section {
    justify-items: stretch;
}
.contact-form,
.contact-card {
    width: 100%;
    margin-inline: auto;
}
.cf-turnstile {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.cf-turnstile > div {
    margin-inline: auto;
}

@media (max-width: 760px) {
    .contact-section {
        justify-items: center;
        row-gap: 24px;
    }
    .contact-form,
    .contact-card {
        width: min(100%, 680px);
        margin-inline: auto;
    }
    .contact-card .btn {
        width: 100%;
        justify-content: center;
    }
}


/* ===== v39.4 Visual Comercial Integral ===== */
.hero-visual{
    min-height:680px;
    grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);
}
.hero-visual-panel{
    position:relative;
    border-radius:34px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(3,13,38,.18);
    border:1px solid rgba(0,174,239,.20);
    background:#061E5B;
}
.hero-visual-panel img{
    width:100%;
    height:100%;
    min-height:430px;
    object-fit:cover;
}
.metric-grid-overlay{
    position:absolute;
    left:22px;
    right:22px;
    bottom:22px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}
.metric-grid-overlay div{
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(12px);
    border-radius:18px;
    padding:14px;
    box-shadow:0 14px 34px rgba(3,13,38,.18);
}
.visual-carousel-section{
    background:linear-gradient(180deg,#fff,#f2fbff);
}
.visual-carousel{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(290px,365px);
    gap:22px;
    overflow-x:auto;
    padding:8px 4px 18px;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin;
}
.visual-slide{
    scroll-snap-align:start;
    background:#fff;
    border:1px solid rgba(0,174,239,.16);
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 18px 55px rgba(6,30,91,.11);
    display:flex;
    flex-direction:column;
    min-height:430px;
}
.visual-slide img{
    width:100%;
    height:190px;
    object-fit:cover;
}
.visual-slide div{
    padding:22px;
}
.visual-slide h3{
    margin:0 0 10px;
    color:var(--navy);
    font-size:21px;
}
.visual-slide p{
    color:var(--muted);
    margin:0 0 16px;
}
.visual-slide a{
    color:var(--blue);
    font-weight:900;
}
.use-case-section{
    background:
        radial-gradient(circle at 90% 12%,rgba(0,174,239,.10),transparent 28%),
        linear-gradient(180deg,#fff,#eef8ff);
}
.use-case-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.use-case-grid article{
    border-radius:26px;
    padding:24px;
    background:#fff;
    border:1px solid rgba(0,174,239,.14);
    box-shadow:0 14px 44px rgba(6,30,91,.09);
}
.use-case-grid span{
    color:var(--cyan);
    font-size:12px;
    font-weight:900;
    letter-spacing:1.2px;
    text-transform:uppercase;
}
.use-case-grid h3{
    color:var(--navy);
    margin:8px 0;
    font-size:22px;
}
.consultative-highlight{
    background:#fff;
}
.products-preview-pro{
    background:linear-gradient(180deg,#f8fcff,#fff);
}
.product-solution-strip{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    margin:26px 0;
}
.product-solution-strip article{
    border-radius:28px;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(0,174,239,.14);
    box-shadow:0 18px 54px rgba(6,30,91,.10);
}
.product-solution-strip img{
    width:100%;
    height:170px;
    object-fit:cover;
}
.product-solution-strip h3{
    margin:20px 20px 8px;
    color:var(--navy);
}
.product-solution-strip p{
    margin:0 20px 22px;
    color:var(--muted);
}
.footer-cta{
    margin:0;
    padding:56px clamp(20px,6vw,96px);
    background:
        radial-gradient(circle at 90% 10%,rgba(0,174,239,.24),transparent 30%),
        linear-gradient(135deg,#030D26,#061E5B 58%,#0077FF);
    color:#fff;
    display:grid;
    grid-template-columns:1fr auto;
    gap:30px;
    align-items:center;
}
.footer-cta h2{
    color:#fff;
    margin:10px 0 12px;
    font-size:clamp(30px,4vw,48px);
    line-height:1.05;
}
.footer-cta p{
    color:#dff8ff;
    max-width:860px;
    margin:0;
}
.footer-cta__points{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}
.footer-cta__points span{
    border:1px solid rgba(255,255,255,.26);
    background:rgba(255,255,255,.10);
    border-radius:999px;
    padding:9px 13px;
    font-weight:800;
    color:#fff;
}
.footer-cta__actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    justify-content:flex-end;
}
.site-footer-pro{
    grid-template-columns:1.3fr .8fr .8fr 1fr!important;
    gap:34px!important;
    padding-top:60px!important;
    padding-bottom:38px!important;
}
.site-footer-pro .footer-brand p{
    color:#dbeafe;
    max-width:410px;
}
.site-footer-pro .footer-brand strong{
    color:#bdf7ff;
}
.footer-links a,
.footer-links span{
    display:block;
    color:#dbeafe;
    margin:9px 0;
}
.footer-links a:hover{
    color:#fff;
    text-decoration:underline;
}
.floating-actions{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:9997;
    display:flex;
    flex-direction:column;
    gap:12px;
}
.floating-action{
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    border-radius:50%;
    box-shadow:0 16px 42px rgba(3,13,38,.24);
    transition:transform .18s ease, box-shadow .18s ease;
}
.floating-action:hover{
    transform:translateY(-2px) scale(1.03);
    box-shadow:0 20px 52px rgba(3,13,38,.30);
}
.floating-action svg{
    width:31px;
    height:31px;
}
.floating-action--whatsapp{
    background:#25D366;
    color:#fff;
}
.whatsapp-float{display:none!important}
.cookie-banner{
    position:fixed;
    left:22px;
    right:22px;
    bottom:22px;
    z-index:10000;
    display:grid;
    grid-template-columns:1fr auto;
    gap:20px;
    align-items:center;
    padding:18px;
    border-radius:22px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    box-shadow:0 22px 70px rgba(3,13,38,.22);
    border:1px solid rgba(0,174,239,.18);
}
.cookie-banner strong{
    display:block;
    color:var(--navy);
    margin-bottom:4px;
}
.cookie-banner p{
    margin:0;
    color:#52627a;
    font-size:14px;
}
.cookie-banner__actions{
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
    justify-content:flex-end;
}
.cookie-banner__actions button,
.cookie-banner__actions a{
    border:0;
    border-radius:999px;
    padding:10px 14px;
    font-weight:900;
    cursor:pointer;
    background:var(--navy);
    color:#fff;
    font:inherit;
    font-weight:900;
}
.cookie-banner__actions button:nth-child(2){
    background:#eef6ff;
    color:var(--navy);
}
.cookie-banner__actions a{
    background:transparent;
    color:var(--blue);
}
.cookie-banner.is-hiding{
    opacity:0;
    transform:translateY(12px);
    transition:.2s ease;
}
.product-landing-hero,
.products-commerce-hero{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);
    gap:30px;
    align-items:center;
}
.product-landing-hero{
    background:
        linear-gradient(90deg,rgba(3,13,38,.92),rgba(6,30,91,.72)),
        url('/assets/img/visuals/productos-hero.svg') center/cover no-repeat!important;
}
.products-commerce-hero{
    background:
        radial-gradient(circle at 12% 10%,rgba(0,174,239,.20),transparent 28%),
        linear-gradient(135deg,#f7fcff 0%,#eef8ff 48%,#fff 100%)!important;
    color:var(--text)!important;
}
.products-commerce-hero h1,
.products-commerce-hero p{
    color:var(--navy)!important;
}
.products-hero-art img{
    border-radius:30px;
    box-shadow:0 24px 70px rgba(6,30,91,.16);
}
.product-categories-pro{
    background:#fff;
}
.kits-section{
    background:linear-gradient(180deg,#fff,#eef8ff);
}
.kit-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.kit-grid article{
    border-radius:24px;
    padding:24px;
    background:#fff;
    box-shadow:0 16px 48px rgba(6,30,91,.10);
    border:1px solid rgba(0,174,239,.14);
}
.kit-grid strong{
    display:block;
    color:var(--navy);
    font-size:20px;
    margin-bottom:8px;
}
.kit-grid span{
    color:var(--muted);
}
.service-intro-visual{
    background:linear-gradient(180deg,#fff,#f6fcff);
}
.service-visual-guidance{
    background:linear-gradient(135deg,#f7fcff,#fff);
}
.mini-solution-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin-top:18px;
}
.mini-solution-grid article{
    padding:18px;
    border-radius:20px;
    background:#fff;
    border:1px solid rgba(0,174,239,.14);
}
.mini-solution-grid strong{
    display:block;
    color:var(--navy);
    margin-bottom:6px;
}
.mini-solution-grid span{
    color:var(--muted);
    font-size:14px;
}
.legal-pro{
    display:grid;
    gap:18px;
}
.legal-card{
    padding:28px;
    border-radius:24px;
    background:#fff;
    border:1px solid rgba(0,174,239,.14);
    box-shadow:0 12px 40px rgba(6,30,91,.08);
}
.legal-card h2{
    color:var(--navy);
    margin-top:0;
}
.privacy-hero{
    background:linear-gradient(135deg,#030D26,#061E5B 64%,#00AEEF)!important;
}
.btn-outline{
    background:#fff;
}
@media (max-width:1100px){
    .hero-visual,
    .product-landing-hero,
    .products-commerce-hero,
    .footer-cta{
        grid-template-columns:1fr!important;
    }
    .product-solution-strip,
    .use-case-grid,
    .kit-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .site-footer-pro{
        grid-template-columns:1fr 1fr!important;
    }
    .footer-cta__actions{
        justify-content:flex-start;
    }
}
@media (max-width:760px){
    .hero-visual-panel img{
        min-height:300px;
    }
    .metric-grid-overlay{
        position:static;
        grid-template-columns:1fr;
        padding:14px;
        background:#eef8ff;
    }
    .metric-grid-overlay div{
        box-shadow:none;
    }
    .visual-carousel{
        grid-auto-columns:minmax(260px,82vw);
    }
    .product-solution-strip,
    .use-case-grid,
    .kit-grid,
    .mini-solution-grid,
    .site-footer-pro{
        grid-template-columns:1fr!important;
    }
    .footer-cta{
        padding:42px 20px;
    }
    .cookie-banner{
        grid-template-columns:1fr;
        left:12px;
        right:12px;
        bottom:12px;
    }
    .cookie-banner__actions{
        justify-content:flex-start;
    }
    .floating-actions{
        right:14px;
        bottom:14px;
    }
    .floating-action{
        width:54px;
        height:54px;
    }
}
