
    :root{
      --navy:#06263b;
      --navy-2:#0a3855;
      --blue:#1687c7;
      --blue-2:#0c73ad;
      --aqua:#79dce8;
      --aqua-2:#b9f2f7;
      --ice:#f4fbfe;
      --ice-2:#eaf8fd;
      --white:#fff;
      --text:#123446;
      --muted:#637f8d;
      --line:#dbeef5;
      --soft:0 18px 45px rgba(6,38,59,.08);
      --medium:0 28px 70px rgba(6,38,59,.14);
      --radius:26px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Inter,Arial,sans-serif;
      color:var(--text);
      background:#fff;
      line-height:1.65;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%;height:auto}
    .container{width:min(1160px,calc(100% - 40px));margin:auto}

        .topbar{
      background:#071d30;
      color:rgba(255,255,255,.88);
      font-size:12.5px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .topbar .container{
      min-height:36px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .topbar strong{color:#fff}
    .topbar svg{
      width:13px !important;
      height:13px !important;
      max-width:13px !important;
      max-height:13px !important;
      fill:currentColor;
      flex-shrink:0;
      display:inline-block;
      vertical-align:middle;
    }
    .topbar a{
      color:rgba(255,255,255,.88);
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      gap:5px;
    }
    .topbar a:hover{
      color:#38bdf8;
    }

        /* ==========================================================================
       HEADER & MENÚ PROFESIONAL Y ELEGANTE
       ========================================================================== */
    header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255, 255, 255, 0.96);
      backdrop-filter:blur(20px);
      -webkit-backdrop-filter:blur(20px);
      border-bottom:1px solid #e2e8f0;
      box-shadow:0 2px 10px rgba(15, 23, 42, 0.04);
    }
    .nav{
      min-height:70px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand{
      display:flex;
      align-items:center;
      flex-shrink:0;
    }
    .brand img{
      height:46px;
      width:auto;
      object-fit:contain;
      transition:opacity .2s ease;
    }
    .brand:hover img{
      opacity:0.88;
    }
    .menu{
      display:flex;
      align-items:center;
      gap:2px;
      list-style:none;
      margin:0;
      padding:0;
    }
    .menu a{
      font-size:14px;
      font-weight:600;
      color:#334155;
      padding:8px 12px;
      border-radius:8px;
      transition:all .18s ease;
      white-space:nowrap;
      line-height:1;
      display:inline-flex;
      align-items:center;
      text-decoration:none;
    }
    .menu a:hover{
      color:#0284c7;
      background:#f0f9ff;
    }
    .menu a.active{
      color:#0284c7;
      background:#f0f9ff;
      font-weight:700;
    }
    .menu a.b2b-link{
      color:#0369a1;
      font-weight:700;
    }
    .menu a.b2b-link:hover{
      color:#0284c7;
      background:#e0f2fe;
    }

    .nav-cta-wrap{
      display:flex;
      align-items:center;
      gap:10px;
      flex-shrink:0;
    }
    .btn-header-pedido{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      background:linear-gradient(135deg, #0284c7 0%, #06b6d4 100%);
      color:#fff !important;
      font-size:13.5px;
      font-weight:700;
      padding:9px 18px;
      border-radius:9999px;
      box-shadow:0 3px 12px rgba(2, 132, 199, 0.25);
      transition:all .2s ease;
      border:none;
      cursor:pointer;
      white-space:nowrap;
      text-decoration:none;
    }
    .btn-header-pedido:hover{
      background:linear-gradient(135deg, #0369a1 0%, #0891b2 100%);
      transform:translateY(-1px);
      box-shadow:0 5px 16px rgba(2, 132, 199, 0.35);
      color:#fff !important;
    }
    .btn-header-pedido svg{
      width:16px;
      height:16px;
      fill:currentColor;
      flex-shrink:0;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:11px 20px;
      border-radius:999px;
      font-size:13px;
      font-weight:800;
      border:1px solid transparent;
      transition:.22s ease;
      white-space:nowrap;
      letter-spacing:.01em;
      cursor:pointer;
    }
    .btn-primary{background:linear-gradient(135deg,var(--blue),#43b9e5);color:#fff;box-shadow:0 16px 30px rgba(22,135,199,.22)}
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 36px rgba(22,135,199,.28)}
    .btn-light{background:#fff;color:var(--blue-2);border-color:#d1eaf4;box-shadow:0 10px 22px rgba(6,38,59,.06)}
    .btn-light:hover{border-color:#9eddeb;transform:translateY(-2px)}
    .btn-whatsapp{background:#eefaf3;color:#11643a;border-color:#cfead9}
    .btn-whatsapp:hover{transform:translateY(-2px);background:#e6f7ed}

    .hero{
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(90deg,rgba(6,38,59,.74) 0%,rgba(6,54,82,.56) 42%,rgba(255,255,255,.45) 100%),
        url("../img/bg01.png") center/cover no-repeat;
      min-height:720px;
      isolation:isolate;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 15% 20%,rgba(121,220,232,.28),transparent 32%),
        linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.28));
      z-index:-1;
    }
    .hero:after{
      content:"";
      position:absolute;
      left:-5%;right:-5%;bottom:-2px;height:120px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 150" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,78 C180,120 300,120 460,82 C640,38 780,20 960,58 C1140,96 1260,120 1440,76 L1440,150 L0,150 Z"/></svg>') center/100% 100% no-repeat;
      pointer-events:none;
    }
    .hero-grid{
      min-height:720px;
      display:grid;
      grid-template-columns:1.02fr .98fr;
      align-items:center;
      gap:58px;
      padding:88px 0 130px;
      position:relative;
      z-index:1;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:9px 15px;
      border-radius:999px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.28);
      color:#fff;
      font-size:12px;
      font-weight:800;
      box-shadow:0 12px 30px rgba(0,0,0,.08);
      backdrop-filter:blur(14px);
      margin-bottom:24px;
    }
    .eyebrow:before{content:"";width:10px;height:10px;background:var(--aqua);border-radius:50%;box-shadow:0 0 0 6px rgba(121,220,232,.18)}
    h1,h2,h3{font-family:Manrope,Inter,Arial,sans-serif}
    h1{
      margin:0;
      color:#fff;
      font-size:clamp(40px,4.8vw,68px);
      line-height:1.02;
      letter-spacing:-.05em;
      font-weight:800;
      max-width:760px;
    }
    h1 .accent{color:var(--aqua-2)}
    .hero-lead{
      margin:24px 0 0;
      color:rgba(255,255,255,.88);
      max-width:660px;
      font-size:18px;
      line-height:1.9;
      font-weight:500;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
    .hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;max-width:680px}
    .hero-tags span{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.9);font-size:12px;font-weight:700;backdrop-filter:blur(8px)}

    .hero-card{
      position:relative;
      padding:18px;
      border-radius:38px;
      background:rgba(255,255,255,.88);
      border:1px solid rgba(255,255,255,.72);
      box-shadow:var(--medium);
      backdrop-filter:blur(16px);
    }
    .hero-card-inner{border-radius:30px;background:linear-gradient(180deg,#f7fdff,#edf9fd);padding:20px;border:1px solid rgba(203,231,242,.9)}
    .hero-card img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 12px 28px rgba(6,38,59,.08)}
    .hero-badge{position:absolute;left:34px;top:34px;background:var(--navy);color:#fff;border-radius:18px;padding:15px 18px;box-shadow:0 18px 35px rgba(6,38,59,.18);font-size:13px;font-weight:800;line-height:1.3;z-index:2}
    .hero-badge span{display:block;color:rgba(255,255,255,.72);margin-top:5px;font-weight:700}
    .hero-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
    .hero-mini div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px}
    .hero-mini strong{display:block;color:var(--navy);font-size:14px;margin-bottom:4px}
    .hero-mini span{color:var(--muted);font-size:13px}

    section{position:relative;padding:88px 0}
    .section-soft{background:linear-gradient(180deg,#fff 0%,var(--ice) 100%)}
    .section-blue{background:linear-gradient(180deg,#f4fbfe,#fff)}
    .section-wave-top:before{
      content:"";
      position:absolute;
      left:0;right:0;top:-1px;height:86px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,0 L1440,0 L1440,50 C1190,95 1030,18 780,55 C520,94 330,112 0,52 Z"/></svg>') center/100% 100% no-repeat;
      pointer-events:none;
    }
    .section-head{max-width:780px;margin-bottom:40px}
    .section-head.center{text-align:center;margin-left:auto;margin-right:auto}
    .label{display:inline-block;color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;margin-bottom:12px}
    h2{margin:0 0 14px;color:var(--navy);font-size:clamp(26px,2.7vw,38px);line-height:1.18;letter-spacing:-.03em;font-weight:800}
    .section-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}

    .trust-band{padding:38px 0 46px;background:#ffffff;position:relative}
    .trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
    .trust-item{background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(6,38,59,.05);transition:all .3s cubic-bezier(0.16,1,0.3,1);text-decoration:none;position:relative}
    .trust-item:hover{transform:translateY(-6px);border-color:#38bdf8;box-shadow:0 20px 40px rgba(2,132,199,.14)}
    .trust-item-stage{height:165px;width:100%;position:relative;overflow:hidden;background:#f1f8fc}
    .trust-item-stage img{width:100%;height:100%;object-fit:cover;object-position:center 35%;transition:transform .45s ease;display:block}
    .trust-item:hover .trust-item-stage img{transform:scale(1.06)}
    .trust-item-stage::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,38,59,.02) 0%,transparent 60%,rgba(6,38,59,.08) 100%);pointer-events:none}
    .trust-item-badge{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);color:#0284c7;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;border-radius:9999px;border:1px solid rgba(186,230,253,.9);box-shadow:0 4px 12px rgba(6,38,59,.08);z-index:2}
    .trust-item-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}
    .trust-item-body strong{display:block;color:var(--navy);font-size:17px;font-weight:800;line-height:1.25;margin-bottom:6px}
    .trust-item-body span{display:block;color:#64748b;font-size:13.5px;line-height:1.5;margin-bottom:14px}
    .trust-item-link{margin-top:auto;display:inline-flex;align-items:center;gap:6px;color:#0284c7;font-size:13px;font-weight:700;transition:gap .2s ease,color .2s ease}
    .trust-item:hover .trust-item-link{gap:10px;color:#0369a1}

    .benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
    .benefit{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--soft);transition:.22s ease}
    .benefit:hover{transform:translateY(-4px);box-shadow:0 26px 55px rgba(6,38,59,.11)}
    .benefit-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#eafaff,#fff);color:var(--blue);display:grid;place-items:center;margin-bottom:16px;border:1px solid #d8edf6}
    .benefit-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .benefit h3{margin:0 0 8px;color:var(--navy);font-size:16px;font-weight:800}
    .benefit p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}

    .split-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;align-items:center}
    .image-panel{position:relative;background:#fff;border:1px solid var(--line);border-radius:30px;padding:16px;box-shadow:var(--soft);overflow:hidden}
    .image-panel img{width:100%;border-radius:22px;object-fit:cover;max-height:540px}
    .image-panel.wave-bottom:after{
      content:"";
      position:absolute;
      left:16px;right:16px;bottom:16px;height:70px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none"><path fill="%23ffffff" fill-opacity="0.95" d="M0,68 C180,110 360,98 540,62 C760,18 920,42 1080,78 C1220,110 1330,100 1440,66 L1440,120 L0,120 Z"/></svg>') center/100% 100% no-repeat;
      border-radius:0 0 22px 22px;
      pointer-events:none;
    }
    .details{display:grid;gap:14px}
    .detail{display:grid;grid-template-columns:42px 1fr;gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 10px 25px rgba(6,38,59,.04)}
    .check{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#e8fbff,#fff);color:var(--blue);display:grid;place-items:center;font-weight:900;border:1px solid #d8edf6}
    .detail strong{display:block;color:var(--navy);margin-bottom:4px;font-size:15px}
    .detail span{color:var(--muted);font-size:14px;line-height:1.65}

    .mission-grid,.products{display:grid;grid-template-columns:1fr 1fr;gap:24px}
    .mission-card,.product,.process-card,.step,.faq-item,.contact-card,.form-card,.quality-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--soft)}
    .mission-card{padding:32px}
    .mission-card h3,.process-card h3,.step h3{margin:0 0 8px;color:var(--navy);font-size:18px;font-weight:800}
    .mission-card p,.process-card p,.step p{margin:0;color:var(--muted)}
    .process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .process-card{padding:26px}
    .quality-card{padding:26px;margin-top:18px;background:linear-gradient(180deg,#fff,#f8fdff)}
    .quality-list{margin:0;padding-left:18px;color:var(--muted);display:grid;gap:8px}

    .product{overflow:hidden;transition:.22s ease}
    .product:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(6,38,59,.12)}
    .product-img{position:relative;background:linear-gradient(180deg,#f4fbfe,#e7f7fd);padding:18px;border-bottom:1px solid var(--line)}
    .product-img img{width:100%;height:320px;object-fit:contain;border-radius:20px;background:#fff;padding:8px}
    .product-tag{position:absolute;top:30px;right:30px;background:var(--blue);color:#fff;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:900;box-shadow:0 12px 22px rgba(22,135,199,.2)}
    .product-body{padding:28px}
    .product-body h3{margin:0 0 8px;color:var(--navy);font-size:20px;font-weight:800}
    .product-body p{margin:0 0 16px;color:var(--muted)}
    .product-list{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:9px;color:var(--text)}
    .product-list li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:9px}

    .gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;margin-top:34px}
    .gallery-main,.gallery-side{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--soft);overflow:hidden}
    .gallery-main{min-height:420px;display:flex;align-items:flex-end;padding:28px;background:linear-gradient(180deg,rgba(6,38,59,.08),rgba(6,38,59,.22)),url("../img/agua03.png") center/cover no-repeat}
    .gallery-copy{max-width:520px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.7);border-radius:22px;padding:22px;backdrop-filter:blur(10px)}
    .gallery-copy h3{margin:0 0 8px;color:var(--navy);font-size:22px;font-weight:800;line-height:1.2}
    .gallery-copy p{margin:0;color:var(--muted)}
    .gallery-side div{padding:24px;border-bottom:1px solid var(--line)}
    .gallery-side div:last-child{border-bottom:0}
    .gallery-side strong{display:block;color:var(--navy);margin-bottom:6px;font-weight:800}
    .gallery-side span{color:var(--muted);font-size:14px}

    .service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .step{padding:26px}
    .step-number{font-size:32px;color:var(--aqua);font-weight:900;line-height:1;margin-bottom:14px}

    .coverage-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}
    .coverage-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--soft)}
    .coverage-card strong{display:block;color:var(--navy);font-size:17px;margin-bottom:8px}
    .coverage-card p{margin:0;color:var(--muted)}

    .faq-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start}
    .faq-intro{position:sticky;top:110px;align-self:start;height:fit-content;z-index:2;background:linear-gradient(180deg,#fff,#f7fdff);border:1px solid var(--line);border-radius:30px;padding:32px;box-shadow:0 20px 50px rgba(6,38,59,.08)}
    .faq-list{display:grid;gap:14px}
    .faq-item{padding:21px}
    .faq-item strong{display:block;color:var(--navy);font-size:15px;margin-bottom:5px;font-weight:800}
    .faq-item p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}

    .contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
    .contact-card,.form-card{padding:32px}
    .contact-card p,.form-card p{color:var(--muted);margin:0}
    .contact-list{display:grid;gap:12px;margin-top:22px}
    .contact-item{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:14px 0;border-top:1px solid var(--line)}
    .contact-item:first-child{border-top:0}
    .contact-icon{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#e8fbff,#fff);color:var(--blue);display:grid;place-items:center;border:1px solid #d8edf6}
    .contact-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .contact-item b{display:block;color:var(--navy);font-size:14px}
    .contact-item span{color:var(--muted);font-size:14px}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px}
    input,select,textarea{width:100%;border:1px solid var(--line);background:#fbfeff;border-radius:14px;padding:13px 15px;font:inherit;color:var(--text);font-size:14px;outline:none;transition:.2s ease}
    input:focus,select:focus,textarea:focus{border-color:#8fd9e8;box-shadow:0 0 0 4px rgba(121,220,232,.16);background:#fff}
    textarea{grid-column:1/-1;min-height:120px;resize:vertical}
    .form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}

    .cta{padding:82px 20px;text-align:center;color:#fff;background:linear-gradient(135deg,rgba(6,38,59,.9),rgba(22,135,199,.78)),url("../img/bg01.png") center/cover no-repeat;overflow:hidden}
    .cta h2{color:#fff}
    .cta p{color:rgba(255,255,255,.85);margin:0 0 24px;font-size:16px}
    .cta .btn{background:#fff;color:var(--blue-2)}

    footer{background:linear-gradient(180deg,#041f31,#062943);color:rgba(255,255,255,.78);padding:46px 0 20px;font-size:14px}
    .footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px;align-items:start}
    .footer-logo-wrap{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.96);padding:10px 14px;border-radius:16px;margin-bottom:14px;box-shadow:0 10px 20px rgba(0,0,0,.18)}
    .footer-brand img{height:56px;width:auto}
    .footer-brand p{margin:0;max-width:380px;line-height:1.65}
    .footer-title{display:block;color:#fff;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
    .footer-links,.footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:8px}
    .footer-links li,.footer-contact li{display:flex;align-items:flex-start;gap:8px}
    .footer-ico{width:16px;height:16px;stroke:#74d2f5;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;margin-top:3px}
    .footer-links a,.footer-contact a,.footer-bottom a{color:rgba(255,255,255,.84);font-weight:500}
    .footer-links a:hover,.footer-contact a:hover,.footer-bottom a:hover{color:#fff}
    .footer-bottom{margin-top:30px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12.5px;color:rgba(255,255,255,.62)}
    .footer-erp{display:inline-flex;align-items:center;gap:8px}
    .footer-erp .footer-ico{margin-top:0}

    @media(max-width:1080px){
      .menu{display:none !important}
      .mobile-nav-toggle{display:inline-flex !important}
      .benefits{grid-template-columns:repeat(3,1fr)}
      .hero-grid{gap:36px}
      h1{font-size:clamp(36px,5vw,56px)}
    }
    @media(max-width:920px){
      .menu{display:none !important}
      .mobile-nav-toggle{display:inline-flex !important}
      .hero{min-height:auto;background-position:center}
      .hero-grid,.split-grid,.gallery,.faq-wrap,.contact-grid{grid-template-columns:1fr}
      .hero-grid{min-height:auto;padding:70px 0 120px}
      .hero-card{max-width:620px;margin:auto;width:100%}
      .trust-grid,.products,.service-grid,.process-grid,.mission-grid,.coverage-grid{grid-template-columns:1fr 1fr}
      .faq-intro{position:static}
    }
    @media(max-width:640px){
      .container{width:min(100% - 28px,1160px)}
      .topbar{font-size:12px}.topbar .container{text-align:center;justify-content:center}
      .nav{min-height:68px}.brand img{height:46px}.nav .btn{padding:9px 13px;min-height:38px;font-size:12px}
      .hero{background:linear-gradient(180deg,rgba(6,38,59,.72),rgba(6,54,82,.46)),url("../img/bg01.png") center/cover no-repeat}
      .hero-grid{padding:46px 0 92px;gap:28px}
      .eyebrow{font-size:10px;padding:7px 11px;margin-bottom:16px}
      h1{font-size:clamp(26px,8vw,36px);line-height:1.12;letter-spacing:-.025em;font-weight:750;max-width:96%}
      .hero-lead{font-size:14.5px;line-height:1.72;margin-top:16px;color:rgba(255,255,255,.86)}
      .hero-actions{gap:10px;margin-top:22px}.hero-actions .btn{width:100%;min-height:42px}
      .hero-tags{margin-top:20px;gap:8px}.hero-tags span{font-size:11px;padding:7px 11px}
      .hero-card{border-radius:26px;padding:10px}.hero-card-inner{border-radius:20px;padding:10px}.hero-card img{height:auto;aspect-ratio:1/1;object-fit:contain;background:#eef9fd;border-radius:16px;padding:6px}
      .hero-badge{left:20px;top:20px;border-radius:14px;padding:10px 12px;font-size:11px}
      .hero-mini{grid-template-columns:1fr;gap:8px}.hero-mini div{padding:12px;border-radius:14px}
      section{padding:58px 0}.section-head{margin-bottom:26px}.label{font-size:10px}h2{font-size:clamp(22px,7vw,28px);letter-spacing:-.015em}.section-head p{font-size:14.5px;line-height:1.68}
      .trust-grid,.benefits,.products,.service-grid,.process-grid,.mission-grid,.coverage-grid,.form-grid{grid-template-columns:1fr}
      .trust-item,.benefit,.mission-card,.process-card,.step,.coverage-card,.faq-item,.contact-card,.form-card{border-radius:20px;padding:20px}
      .image-panel{border-radius:22px;padding:10px}.image-panel img{border-radius:16px;max-height:360px;object-fit:cover}
      .image-panel.wave-bottom:after{left:10px;right:10px;bottom:10px;height:54px;border-radius:0 0 16px 16px}
      .product{border-radius:22px}.product-img{padding:10px}.product-img img{height:auto;aspect-ratio:1/1;object-fit:contain;border-radius:16px;padding:8px}.product-body{padding:20px}.product-tag{top:20px;right:20px}
      .gallery-main{min-height:320px;padding:14px;border-radius:22px}.gallery-copy{padding:16px;border-radius:16px}.gallery-side{border-radius:22px}
      .cta{padding:62px 18px}
      footer{font-size:13px}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-brand img{height:50px}.footer-bottom{margin-top:22px}
    }
    @media(max-width:420px){
      .brand img{height:40px}.nav .btn{font-size:11px;padding:8px 11px}
      h1{font-size:clamp(24px,8.4vw,32px)}
      .hero-lead{font-size:14px}.hero-grid{padding-top:38px}.hero-card img{aspect-ratio:1/1.05}
    }


    /* HERO FINAL LIMPIO Y PROFESIONAL CON FONDO NÍTIDO */
    .hero-clean{
      position:relative;
      min-height:380px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.65) 38%, rgba(255, 255, 255, 0.10) 65%, rgba(255, 255, 255, 0) 100%),
        url("../img/bg01.png") center right / cover no-repeat;
      border-bottom:1px solid rgba(219,238,245,.95);
      isolation:isolate;
    }
    .hero-clean:before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 10% 20%, rgba(121, 220, 232, 0.18), transparent 45%);
      pointer-events:none;
      z-index:0;
    }
    .hero-clean:after{
      content:"";
      position:absolute;
      left:0;right:0;bottom:-1px;height:45px;
      background:linear-gradient(180deg, transparent 0%, #ffffff 90%);
      pointer-events:none;
      z-index:0;
    }
    .hero-clean-wrap{
      position:relative;
      z-index:1;
      min-height:360px;
      display:flex;
      align-items:center;
      padding:34px 0 40px;
    }
    .hero-clean-content{
      width:min(100%,660px);
      padding:0;
    }
    .clean-eyebrow{
      background:rgba(255,255,255,.82);
      color:var(--blue-2);
      border:1px solid #cfeaf4;
      box-shadow:0 8px 18px rgba(6,38,59,.05);
      backdrop-filter:blur(12px);
      margin-bottom:12px;
    }
    .clean-eyebrow:before{background:var(--aqua);box-shadow:0 0 0 6px rgba(121,220,232,.20)}
    .hero-clean h1{
      color:var(--navy);
      font-size:clamp(28px,3.5vw,44px);
      line-height:1.10;
      letter-spacing:-.03em;
      font-weight:700;
      max-width:620px;
    }
    .hero-clean h1 .accent{color:var(--blue)}
    .hero-clean .hero-lead{
      color:#456d7f;
      max-width:620px;
      font-size:15px;
      line-height:1.62;
      margin-top:12px;
      font-weight:500;
    }
    .clean-actions{
      margin-top:18px;
      gap:10px;
    }
    .clean-actions .btn{
      min-height:38px;
      padding:8px 16px;
      font-size:13px;
    }

    @media(max-width:920px){
      .hero-clean{
        min-height:auto;
        background:
          linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 58%,rgba(255,255,255,.96) 100%),
          url("../img/bg01.png") center/cover no-repeat;
      }
      .hero-clean-wrap{
        min-height:auto;
        padding:30px 0 36px;
      }
      .hero-clean-content{width:100%;max-width:680px}
    }
    @media(max-width:640px){
      .hero-clean{
        background:
          linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.92) 68%,rgba(255,255,255,1) 100%),
          url("../img/bg01.png") center/cover no-repeat;
      }
      .hero-clean-wrap{padding:22px 0 28px;text-align:left}
      .clean-eyebrow{font-size:10px;line-height:1.35;white-space:normal;align-items:flex-start}
      .hero-clean h1{font-size:clamp(22px,7vw,28px);line-height:1.14;letter-spacing:-.02em;font-weight:650;max-width:100%}
      .hero-clean .hero-lead{font-size:13.5px;line-height:1.55;margin-top:10px;max-width:100%}
      .clean-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px}
      .clean-actions .btn{width:100%;min-height:38px}
    }


    /* ===== Mejoras visuales: divisiones orgánicas tipo agua ===== */
    :root{
      --wave-white:#ffffff;
      --wave-ice:#f4fbfe;
      --wave-blue:#eefaff;
    }

    main section:not(.hero){
      position:relative;
      overflow:hidden;
    }



    /* Fix FAQ sticky: permite que el panel izquierdo permanezca fijo mientras se desplazan las preguntas */
    #faq{
      overflow:visible !important;
    }
    #faq .container,
    #faq .faq-wrap{
      overflow:visible !important;
    }
    .faq-wrap > div{
      min-height:1px;
    }

    .water-wave-top{
      padding-top:120px;
    }

    .water-wave-top::before{
      content:"";
      position:absolute;
      left:-2%;
      right:-2%;
      top:-1px;
      height:92px;
      z-index:0;
      pointer-events:none;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 140" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,0H1440V64C1260,112 1130,30 940,56C740,84 620,138 410,90C260,56 140,34 0,78Z"/><path fill="%23eaf8fd" fill-opacity="0.75" d="M0,18H1440V80C1220,116 1080,74 890,86C690,98 560,118 360,88C210,66 90,74 0,108Z"/></svg>') center/100% 100% no-repeat;
    }

    .water-wave-bottom{
      padding-bottom:120px;
    }

    .water-wave-bottom::after{
      content:"";
      position:absolute;
      left:-2%;
      right:-2%;
      bottom:-1px;
      height:96px;
      z-index:0;
      pointer-events:none;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 140" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,70C190,20 360,96 560,60C770,22 880,8 1088,54C1240,88 1340,102 1440,64V140H0Z"/><path fill="%23eaf8fd" fill-opacity="0.55" d="M0,94C220,52 330,106 520,84C720,62 820,48 1040,82C1210,108 1320,112 1440,86V140H0Z"/></svg>') center/100% 100% no-repeat;
    }

    .water-wave-top > .container,
    .water-wave-bottom > .container,
    .section-wave-top > .container{
      position:relative;
      z-index:1;
    }

    .section-soft.water-wave-top::before,
    .section-soft.water-wave-bottom::after{
      opacity:.95;
    }

    .section-blue.water-wave-top::before,
    .section-blue.water-wave-bottom::after{
      opacity:.9;
      filter:saturate(1.05);
    }

    .water-glow{
      background-image:
        radial-gradient(circle at 10% 12%, rgba(121,220,232,.13), transparent 32%),
        radial-gradient(circle at 92% 18%, rgba(22,135,199,.10), transparent 28%),
        linear-gradient(180deg,#ffffff 0%, #f7fdff 100%);
    }

    .section-soft.water-glow{
      background-image:
        radial-gradient(circle at 14% 18%, rgba(121,220,232,.14), transparent 30%),
        radial-gradient(circle at 86% 82%, rgba(22,135,199,.08), transparent 30%),
        linear-gradient(180deg,#f8fdff 0%, #ffffff 100%);
    }

    .water-drops{
      position:absolute;
      inset:0;
      pointer-events:none;
      overflow:hidden;
      z-index:0;
    }

    .water-drops::before,
    .water-drops::after{
      content:"";
      position:absolute;
      border-radius:50%;
      background:rgba(121,220,232,.16);
      filter:blur(.2px);
      animation:floatDrop 9s ease-in-out infinite;
    }

    .water-drops::before{width:92px;height:92px;right:9%;top:18%;box-shadow:-260px 130px 0 -36px rgba(121,220,232,.12), -120px 310px 0 -44px rgba(22,135,199,.10)}
    .water-drops::after{width:54px;height:54px;left:8%;bottom:18%;animation-delay:2s;box-shadow:180px -80px 0 -20px rgba(121,220,232,.12), 390px 20px 0 -26px rgba(22,135,199,.08)}

    @keyframes floatDrop{
      0%,100%{transform:translateY(0) scale(1);opacity:.7}
      50%{transform:translateY(-16px) scale(1.04);opacity:.95}
    }

    .image-panel,
    .product-img img,
    .gallery-main{
      position:relative;
      isolation:isolate;
    }

    .image-panel::before,
    .product-img::before,
    .gallery-main::before{
      content:"";
      position:absolute;
      inset:0;
      z-index:1;
      pointer-events:none;
      background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.28) 46%,transparent 62%);
      transform:translateX(-120%);
      animation:waterShine 7s ease-in-out infinite;
      border-radius:inherit;
    }

    .product-img::before{inset:18px;border-radius:20px}

    @keyframes waterShine{
      0%,58%{transform:translateX(-120%);opacity:0}
      70%{opacity:1}
      100%{transform:translateX(120%);opacity:0}
    }

    .benefit,.trust-item,.mission-card,.process-card,.step,.coverage-card,.faq-item,.contact-card,.form-card,.product{
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .benefit:hover,.trust-item:hover,.mission-card:hover,.process-card:hover,.step:hover,.coverage-card:hover,.faq-item:hover,.contact-card:hover,.form-card:hover,.product:hover{
      border-color:#c7eaf5;
      box-shadow:0 24px 54px rgba(6,38,59,.10);
    }

    @media(max-width:640px){
      .water-wave-top{padding-top:78px}
      .water-wave-bottom{padding-bottom:78px}
      .water-wave-top::before{height:58px}
      .water-wave-bottom::after{height:62px}
      .water-drops{display:none}
      .image-panel::before,.product-img::before,.gallery-main::before{display:none}
    }

  

    /* ===== Ajuste final: portada clara con fondo animado tipo agua ===== */
    .hero-clean{
      min-height:380px;
      display:flex;
      align-items:center;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(90deg,
          rgba(255,255,255,.88) 0%,
          rgba(255,255,255,.64) 43%,
          rgba(255,255,255,.28) 72%,
          rgba(255,255,255,.10) 100%
        ),
        url("../img/bg01.png") center right/cover no-repeat;
      border-bottom:1px solid rgba(219,238,245,.95);
      isolation:isolate;
    }

    .hero-clean::before{
      content:"";
      position:absolute;
      inset:0;
      z-index:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 72% 42%, rgba(121,220,232,.20), transparent 42%),
        radial-gradient(circle at 28% 74%, rgba(22,135,199,.10), transparent 46%);
      animation:waterLight 12s ease-in-out infinite;
    }

    .hero-clean::after{
      content:"";
      position:absolute;
      inset:-2%;
      z-index:0;
      pointer-events:none;
      background:url("../img/bg01.png") center right/cover no-repeat;
      opacity:.24;
      mix-blend-mode:soft-light;
      animation:waterMove 18s ease-in-out infinite alternate;
    }

    .hero-clean-wrap,
    .hero-clean-content{
      position:relative;
      z-index:2;
    }

    @keyframes waterMove{
      0%{transform:scale(1) translate3d(0,0,0)}
      50%{transform:scale(1.045) translate3d(0,-12px,0)}
      100%{transform:scale(1.02) translate3d(0,8px,0)}
    }

    @keyframes waterLight{
      0%,100%{opacity:.68}
      50%{opacity:1}
    }

    /* Cortes de secciones más sobrios y diferentes */
    .water-wave-top::before,
    .water-wave-bottom::after,
    .section-wave-top::before{
      opacity:.58;
      filter:none;
    }

    .trust-band.water-wave-bottom::after{
      height:68px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 100" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,48 C220,78 420,26 640,48 C850,70 1010,84 1210,52 C1320,34 1380,38 1440,48 L1440,100 L0,100 Z"/></svg>') center/100% 100% no-repeat;
    }

    #beneficios.water-wave-top::before,
    #calidad.water-wave-top::before,
    #servicio.water-wave-top::before,
    #contacto.water-wave-top::before{
      height:72px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 100" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,0 H1440 V44 C1210,72 1030,20 820,42 C620,64 470,90 260,54 C130,32 60,36 0,48 Z"/></svg>') center/100% 100% no-repeat;
    }

    #nosotros.water-wave-top::before,
    #productos.water-wave-top::before,
    #cobertura.water-wave-top::before,
    #faq.water-wave-top::before{
      height:76px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 100" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,0 H1440 V52 C1260,34 1120,76 930,58 C720,38 610,16 420,48 C250,76 120,76 0,42 Z"/></svg>') center/100% 100% no-repeat;
    }

    .water-wave-bottom::after{
      height:74px;
      background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 110" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,58 C180,84 340,24 530,50 C740,80 880,78 1080,46 C1240,20 1340,36 1440,54 V110 H0 Z"/></svg>') center/100% 100% no-repeat;
    }

    @media(max-width:640px){
      .hero-clean{
        min-height:auto;
        background:
          linear-gradient(180deg,
            rgba(255,255,255,.96) 0%,
            rgba(255,255,255,.82) 58%,
            rgba(255,255,255,.96) 100%
          ),
          url("../img/bg01.png") center/cover no-repeat;
      }
      .hero-clean::after{
        animation:none;
        opacity:.16;
        inset:0;
      }
      .hero-clean::before{
        animation:none;
        opacity:.72;
      }
      .water-wave-top::before,
      .water-wave-bottom::after,
      .section-wave-top::before{
        opacity:.42;
      }
    }


    /* ===== Ajuste solicitado: topbar mobile en una línea + fondo hero más visible ===== */
    .hero-clean{
      background:
        linear-gradient(90deg,
          rgba(255,255,255,.82) 0%,
          rgba(255,255,255,.52) 42%,
          rgba(255,255,255,.18) 72%,
          rgba(255,255,255,.04) 100%
        ),
        url("../img/bg01.png") center right/cover no-repeat !important;
    }

    .hero-clean::before{
      background:
        radial-gradient(circle at 72% 42%, rgba(121,220,232,.16), transparent 42%),
        radial-gradient(circle at 28% 74%, rgba(22,135,199,.07), transparent 46%) !important;
      opacity:.72;
    }

    .hero-clean::after{
      opacity:.30;
      mix-blend-mode:soft-light;
    }

    @media(max-width:640px){
      .topbar .container{
        min-height:34px;
        justify-content:center;
        text-align:center;
      }

      .topbar .container span:nth-child(2){
        display:none !important;
      }

      .topbar .container span:first-child{
        display:block;
        width:100%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
      }

      .hero-clean{
        background:
          linear-gradient(180deg,
            rgba(255,255,255,.88) 0%,
            rgba(255,255,255,.66) 52%,
            rgba(255,255,255,.86) 100%
          ),
          url("../img/bg01.png") center/cover no-repeat;
      }

      .hero-clean::before{
        opacity:.48 !important;
      }

      .hero-clean::after{
        opacity:.22 !important;
      }
    }


    /* ===== Parallax suave al mover el dedo / mouse en portada ===== */
    .hero-clean{
      --hero-parallax-x:0px;
      --hero-parallax-y:0px;
      --hero-parallax-soft-x:0px;
      --hero-parallax-soft-y:0px;
    }

    .hero-clean::after{
      transform:translate3d(var(--hero-parallax-x), var(--hero-parallax-y), 0) scale(1.045);
      will-change:transform;
      transition:transform .18s ease-out;
      animation:waterMoveParallax 18s ease-in-out infinite alternate;
    }

    .hero-clean::before{
      transform:translate3d(var(--hero-parallax-soft-x), var(--hero-parallax-soft-y), 0);
      will-change:transform, opacity;
      transition:transform .22s ease-out;
    }

    @keyframes waterMoveParallax{
      0%{background-position:50% 50%;}
      50%{background-position:52% 47%;}
      100%{background-position:49% 53%;}
    }

    @media(max-width:640px){
      .hero-clean::after{
        animation:waterMoveParallax 24s ease-in-out infinite alternate !important;
        opacity:.24 !important;
      }
    }

  


/* ===== MULTI-PAGE & EXTRA COMPONENTS COMPATIBILITY ===== */

.mobile-nav-toggle {
  display: none;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  padding: 8px 10px;
  border-radius: 12px;
  cursor: pointer;
  color: var(--navy);
}

.mobile-nav-toggle svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  background-color: rgba(6, 38, 59, 0.65);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-drawer.open {
  display: block;
  opacity: 1;
}

.mobile-drawer-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  max-width: 340px;
  background: #fff;
  padding: 26px;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 35px rgba(6, 38, 59, 0.2);
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}

.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}

.mobile-drawer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-drawer-links a {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 14px;
}

.mobile-drawer-links a.active {
  background: var(--ice);
  color: var(--blue);
}

.page-hero-corp {
  background: linear-gradient(180deg, #eaf8fd 0%, #ffffff 100%);
  padding: 44px 0 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  max-width: 820px;
  margin: 0 auto;
}

.page-hero-corp h1 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
  margin: 12px 0 16px;
}

.page-hero-corp p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
}

/* Grilla de 5 Formatos */
.products-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.product-card-corp {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--soft);
  transition: transform .22s ease, box-shadow .22s ease;
}

.product-card-corp:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(6,38,59,.12);
  border-color: #9eddeb;
}

.product-card-header {
  position: relative;
  background: linear-gradient(180deg, #f4fbfe, #e7f7fd);
  padding: 20px 14px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.product-card-header img {
  height: 190px;
  width: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.product-card-corp:hover .product-card-header img {
  transform: scale(1.06);
}

.product-badge-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: var(--blue);
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  box-shadow: 0 4px 10px rgba(6,38,59,.06);
}

.product-card-body {
  padding: 20px 16px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 6px;
}

.product-card-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 14px;
  flex-grow: 1;
}

.product-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--blue-2);
  background: var(--ice);
  padding: 6px 10px;
  border-radius: 10px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
}

/* Sectores 3 Columnas */
.sectors-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sector-card-corp {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--soft);
  transition: transform .22s ease, box-shadow .22s ease;
}

.sector-card-corp:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(6,38,59,.12);
  border-color: #9eddeb;
}

.sector-card-img {
  height: 220px;
  width: 100%;
  overflow: hidden;
  background: #eef9fd;
}

.sector-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sector-card-corp:hover .sector-card-img img {
  transform: scale(1.05);
}

.sector-card-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.sector-card-tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blue);
  background: var(--ice);
  padding: 4px 10px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 10px;
  border: 1px solid var(--line);
}

.sector-card-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 8px;
}

.sector-card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* Pilares 4 Columnas */
.pillars-grid-4,
.process-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pillar-card-corp,
.process-step-corp {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px 20px;
  box-shadow: var(--soft);
  transition: transform .22s ease, box-shadow .22s ease;
}

.pillar-card-corp:hover,
.process-step-corp:hover {
  transform: translateY(-4px);
  border-color: #9eddeb;
  box-shadow: 0 20px 40px rgba(6,38,59,.10);
}

.pillar-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e8fbff, #fff);
  border: 1px solid #d8edf6;
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.pillar-icon-box svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.pillar-title,
.process-step-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 8px;
}

.pillar-desc,
.process-step-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.process-step-num {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--ice);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
}

/* B2B Carta Formal & Cotizador */
.b2b-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.formal-letter-card,
.form-panel-corp {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 34px 30px;
  box-shadow: var(--soft);
}

.letter-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}

.letter-ref {
  font-size: 11px;
  font-weight: 800;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.letter-title {
  font-size: 21px;
  font-weight: 800;
  color: var(--navy);
  margin: 4px 0 0;
}

.letter-body {
  font-size: 14.5px;
  color: var(--text);
  line-height: 1.75;
}

.letter-body p {
  margin: 0 0 14px;
}

.letter-features-list {
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  margin: 18px 0;
  display: grid;
  gap: 10px;
}

.letter-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--navy);
}

.letter-feature-item svg {
  width: 18px;
  height: 18px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 2.5;
  flex-shrink: 0;
  margin-top: 2px;
}

.letter-signature {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 14px;
}

.sig-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #43b9e5);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  display: grid;
  place-items: center;
}

.sig-details strong {
  display: block;
  font-size: 14.5px;
  color: var(--navy);
}

.sig-details span {
  font-size: 12.5px;
  color: var(--muted);
}

.form-grid-corp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group-corp {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group-corp.full {
  grid-column: 1 / -1;
}

.form-group-corp label {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

.form-group-corp input,
.form-group-corp select,
.form-group-corp textarea {
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfeff;
  color: var(--text);
  outline: none;
  transition: .2s ease;
  width: 100%;
}

.form-group-corp input:focus,
.form-group-corp select:focus,
.form-group-corp textarea:focus {
  border-color: #8fd9e8;
  box-shadow: 0 0 0 4px rgba(121,220,232,.16);
  background: #fff;
}

.form-group-corp textarea {
  min-height: 85px;
  resize: vertical;
}

/* Canales de Contacto Directo */
.contact-channels-list {
  display: grid;
  gap: 14px;
}

.contact-channel-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--soft);
  transition: transform .22s ease, border-color .22s ease;
}

.contact-channel-box:hover {
  transform: translateX(4px);
  border-color: #9eddeb;
}

.contact-channel-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e8fbff, #fff);
  border: 1px solid #d8edf6;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.contact-channel-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-channel-details strong {
  display: block;
  font-size: 14px;
  color: var(--navy);
}

.contact-channel-details a {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--blue);
  margin: 2px 0;
}

.contact-channel-details a:hover {
  color: var(--blue-2);
}

.contact-channel-details span {
  font-size: 12.5px;
  color: var(--muted);
}

/* Banner CTA & Footer */
.cta-banner-corp {
  background: linear-gradient(135deg, rgba(6,38,59,.92), rgba(22,135,199,.82)), url("../img/bg01.png") center/cover no-repeat;
  border-radius: 30px;
  padding: 60px 32px;
  text-align: center;
  color: #fff;
  box-shadow: var(--medium);
}

.cta-banner-corp h2 {
  color: #fff;
  font-size: clamp(28px, 3.5vw, 42px);
  margin: 0 0 12px;
}

.cta-banner-corp p {
  color: rgba(255,255,255,.88);
  font-size: 16.5px;
  max-width: 680px;
  margin: 0 auto 28px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-corp {
  background: linear-gradient(180deg, #041f31, #062943);
  color: rgba(255,255,255,.78);
  padding: 56px 0 20px;
}

.footer-grid-corp {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 36px;
}

.footer-brand img {
  height: 52px;
  width: auto;
  margin-bottom: 14px;
}

.footer-brand p {
  font-size: 13.5px;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  margin: 0 0 12px;
}

.footer-col h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 14px;
}

.footer-nav-list {
  display: grid;
  gap: 9px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list a {
  color: rgba(255,255,255,.8);
  font-size: 13.5px;
}

.footer-nav-list a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-contact-items {
  display: grid;
  gap: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: rgba(255,255,255,.8);
}

.footer-contact-item svg {
  width: 16px;
  height: 16px;
  fill: #74d2f5;
  flex-shrink: 0;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,.6);
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom-bar a {
  color: #74d2f5;
}

.floating-wa-corp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.45);
  z-index: 999;
  transition: transform .22s ease;
}

.floating-wa-corp:hover {
  transform: scale(1.1);
}

.floating-wa-corp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@media(max-width:1080px){
  .products-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .b2b-split-grid {
    grid-template-columns: 1fr;
  }
  .pillars-grid-4,
  .process-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:768px){
  .products-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sectors-grid-3 {
    grid-template-columns: 1fr;
  }
  .pillars-grid-4,
  .process-grid-4 {
    grid-template-columns: 1fr;
  }
  .form-grid-corp {
    grid-template-columns: 1fr;
  }
  .footer-grid-corp {
    grid-template-columns: 1fr;
  }
}

@media(max-width:480px){
  .products-grid-5 {
    grid-template-columns: 1fr;
  }
}


    /* ===== HERO CLEAN VISUAL (SIN TARJETA PESADA) ===== */
    .hero-visual{
      display:flex;
      justify-content:center;
      align-items:center;
      position:relative;
    }

    .hero-visual-img{
      max-height:480px;
      width:auto;
      object-fit:contain;
      filter:drop-shadow(0 24px 40px rgba(6,38,59,.22));
      transition:transform .35s ease;
      animation:floatBottle 7s ease-in-out infinite;
    }

    .hero-visual-img:hover{
      transform:scale(1.03) translateY(-6px);
    }

    @keyframes floatBottle{
      0%,100%{transform:translateY(0)}
      50%{transform:translateY(-12px)}
    }

    .hero-photo-clean{
      width:100%;
      height:440px;
      object-fit:cover;
      border-radius:28px;
      box-shadow:0 24px 55px rgba(6,38,59,.16);
      border:3px solid rgba(255,255,255,.95);
      transition:transform .3s ease;
    }

    .hero-photo-clean:hover{
      transform:translateY(-4px);
    }

    @media(max-width:920px){
      .hero-visual-img{max-height:340px}
      .hero-photo-clean{height:320px}
    }


/* ==========================================================================
   BENTO GRID MODERNO PARA PRODUCTOS (LAYOUT DINÁMICO & FLUIDO)
   ========================================================================== */
.bento-products-wrap {
  display: grid;
  gap: 28px;
  margin-top: 36px;
}

.bento-featured-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(234, 248, 253, 0.9) 100%);
  border: 1.5px solid rgba(186, 230, 253, 0.9);
  border-radius: 32px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px -10px rgba(6, 38, 59, 0.08);
  transition: all 0.3s ease;
}

.bento-featured-card:hover {
  border-color: #7dd3fc;
  box-shadow: 0 26px 55px -8px rgba(2, 132, 199, 0.16);
  transform: translateY(-4px);
}

.bento-featured-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  background: linear-gradient(135deg, #0284c7 0%, #06b6d4 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 16px;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}

.bento-featured-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.bento-featured-image {
  background: radial-gradient(circle at 50% 50%, rgba(121, 220, 232, 0.25) 0%, transparent 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.bento-bottle-floating {
  max-height: 380px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(6, 38, 59, 0.16));
  transition: transform 0.4s ease;
  border-radius: 20px;
}

.bento-featured-card:hover .bento-bottle-floating {
  transform: scale(1.04) translateY(-6px);
}

.bento-format-tag {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0284c7;
  background: #e0f2fe;
  padding: 4px 14px;
  border-radius: 9999px;
  margin-bottom: 12px;
  border: 1px solid #bae6fd;
}

.bento-featured-title {
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  color: #0c2847;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.bento-featured-desc {
  font-size: 15.5px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 24px;
}

.bento-specs-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.bento-spec-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(186, 230, 253, 0.8);
  border-radius: 16px;
  padding: 14px 16px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(6, 38, 59, 0.03);
}

.bento-spec-item strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #0c2847;
  margin-bottom: 2px;
}

.bento-spec-item span {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.bento-featured-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Grilla de los otros 4 formatos */
.bento-subgrid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bento-card {
  background: #fff;
  border: 1.5px solid rgba(219, 238, 245, 0.9);
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px rgba(6, 38, 59, 0.04);
  transition: all 0.28s ease;
}

.bento-card:hover {
  transform: translateY(-6px);
  border-color: #7dd3fc;
  box-shadow: 0 20px 40px rgba(6, 38, 59, 0.1);
}

.bento-card-header {
  position: relative;
  background: linear-gradient(180deg, #f8fdff 0%, #edf9fd 100%);
  padding: 24px 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(219, 238, 245, 0.8);
}

.bento-card-img {
  height: 190px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  border-radius: 12px;
}

.bento-card:hover .bento-card-img {
  transform: scale(1.07);
}

.bento-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #0284c7;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid #bae6fd;
  box-shadow: 0 2px 6px rgba(6, 38, 59, 0.05);
}

.bento-card-body {
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bento-card-title {
  font-family: Outfit, Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0c2847;
  margin-bottom: 6px;
}

.bento-card-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
}

.bento-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #0369a1;
  background: #f0f9ff;
  padding: 6px 12px;
  border-radius: 10px;
  margin-bottom: 16px;
  border: 1px solid #e0f2fe;
}

@media (max-width: 1080px) {
  .bento-subgrid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-featured-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .bento-featured-actions {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .bento-featured-card {
    padding: 24px;
    border-radius: 24px;
  }
  .bento-featured-badge {
    position: static;
    display: inline-block;
    margin-bottom: 14px;
  }
  .bento-specs-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .bento-subgrid-4 {
    grid-template-columns: 1fr;
  }
}



/* ==========================================================================
   NUEVO CATÁLOGO DE PRODUCTOS: DISEÑO LIMPIO, ELEGANTE Y JERÁRQUICO
   ========================================================================== */
.formats-showcase {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Fila 1: Formatos Principales (20L y 5L) */
.formats-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.format-card-featured {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.format-card-featured:hover {
  transform: translateY(-5px);
  border-color: #7dd3fc;
  box-shadow: 0 20px 40px -10px rgba(2, 132, 199, 0.14);
}

.format-img-box-featured {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 60%, rgba(224, 242, 254, 0.8) 0%, rgba(240, 249, 255, 0.4) 50%, rgba(255, 255, 255, 0) 70%);
  border-radius: 18px;
}

.format-img-box-featured img {
  max-height: 185px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(6, 38, 59, 0.08));
  transition: transform 0.3s ease;
}

.format-card-featured:hover .format-img-box-featured img {
  transform: scale(1.06);
}

.format-featured-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.format-pill-tag {
  display: inline-block;
  background: #f0f9ff;
  color: #0284c7;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid #bae6fd;
  margin-bottom: 10px;
}

.format-card-title-lg {
  font-family: Outfit, Inter, sans-serif;
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.2;
}

.format-card-desc-lg {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 16px;
}

/* Fila 2: Formatos Individuales (1.5L, 1L, 500cc) */
.formats-bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.format-card-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 26px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.format-card-item:hover {
  transform: translateY(-5px);
  border-color: #7dd3fc;
  box-shadow: 0 20px 40px -10px rgba(2, 132, 199, 0.14);
}

.format-img-box-item {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 60%, rgba(224, 242, 254, 0.7) 0%, rgba(240, 249, 255, 0.3) 50%, rgba(255, 255, 255, 0) 70%);
  border-radius: 18px;
  margin-bottom: 16px;
}

.format-img-box-item img {
  max-height: 165px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(6, 38, 59, 0.08));
  transition: transform 0.3s ease;
}

.format-card-item:hover .format-img-box-item img {
  transform: scale(1.08);
}

.format-card-title-sm {
  font-family: Outfit, Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.2;
}

.format-card-desc-sm {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 16px;
  flex-grow: 1;
}

.format-btn-action {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: linear-gradient(135deg, #0284c7 0%, #0891b2 100%);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.2);
}

.format-btn-action:hover {
  background: linear-gradient(135deg, #0369a1 0%, #0e7490 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.3);
}

.format-btn-action svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .formats-top-row {
    grid-template-columns: 1fr;
  }
  .formats-bottom-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .format-card-featured {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 18px;
  }
  .format-featured-body {
    align-items: center;
  }
  .format-btn-action {
    width: 100%;
  }
}


/* ==========================================================================
   SECCIÓN DE PROCESO DE PURIFICACIÓN MULTICAPA MODERNA Y PROFESIONAL
   ========================================================================== */
.purification-wrap {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.purification-media {
  position: relative;
}

.purification-img-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 45px -10px rgba(6, 38, 59, 0.12);
  border: 1px solid rgba(186, 230, 253, 0.6);
  position: relative;
}

.purification-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.purification-floating-stat {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid #bae6fd;
  border-radius: 18px;
  padding: 14px 20px;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.15);
  display: flex;
  align-items: center;
  gap: 14px;
}

.purification-stat-val {
  font-family: Outfit, Inter, sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #0284c7;
  line-height: 1;
}

.purification-stat-lbl {
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  line-height: 1.3;
}

.purification-steps-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 28px;
}

.purification-step-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.25s ease;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}

.purification-step-item:hover {
  border-color: #7dd3fc;
  transform: translateX(4px);
  box-shadow: 0 8px 20px -4px rgba(2, 132, 199, 0.12);
}

.purification-step-num {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  color: #0284c7;
  font-family: Outfit, Inter, sans-serif;
  font-size: 15px;
  font-weight: 800;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bae6fd;
}

.purification-step-content h4 {
  font-family: Outfit, Inter, sans-serif;
  font-size: 15.5px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
}

.purification-step-content p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.purification-badges-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.purification-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}

.purification-badge svg {
  width: 14px;
  height: 14px;
  fill: #0284c7;
}

@media (max-width: 980px) {
  .purification-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 540px) {
  .purification-floating-stat {
    position: static;
    margin-top: 14px;
    border-radius: 14px;
  }
}
