:root{
    --primary:#0b5773;
    --secondary:#1d2f67;
    --dark:#071629;
    --light-bg:#eef1fb;
    --text:#111827;
}

*{box-sizing:border-box;}
body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    color:var(--text);
    background:#f3f5ff;
    font-size:14px;
    line-height:1.7;
}
a{text-decoration:none;}

.navbar{
    min-height:92px;
    box-shadow:0 2px 15px rgba(0,0,0,.03);
}
.logo-main{max-width:145px;height:auto;}
.nav-link{
    color:#071629;
    font-size:12px;
    font-weight:500;
}
.nav-link:hover{color:var(--primary);}
.btn-header{
    width:48px;
    height:34px;
    background:var(--primary);
    color:#fff;
    border-radius:3px;
    align-items:center;
    justify-content:center;
}
.btn-header:hover{background:#083e53;color:#fff;}

main{padding-top:92px;}
.hero-section{
    min-height:340px;
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:center;
    color:#fff;
}
.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.34);
}
.hero-content{max-width:980px;padding:60px 0;}
.hero-content h1{
    font-size:22px;
    line-height:1.3;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:.4px;
    margin-bottom:35px;
}
.hero-content p{
    max-width:760px;
    margin:0 auto 35px;
    font-weight:700;
    line-height:1.45;
}
.btn-light-custom,
.btn-primary-custom{
    border:none;
    border-radius:3px;
    font-size:11px;
    letter-spacing:.5px;
    text-transform:uppercase;
    padding:10px 22px;
}
.btn-light-custom{background:#fff;color:var(--primary);}
.btn-light-custom:hover{background:#eaf4f8;color:var(--primary);}
.btn-primary-custom{background:var(--primary);color:#fff;}
.btn-primary-custom:hover{background:#083e53;color:#fff;}

.products-strip{
    background:#fff;
    padding:8px 0;
}
.products-strip img{
    max-height:145px;
    max-width:100%;
    object-fit:contain;
}

.mountain-cta,
.bottom-cta{
    position:relative;
    background-size:cover;
    background-position:center;
    color:#fff;
}
.mountain-cta{min-height:315px;display:flex;align-items:center;}
.mountain-overlay{
    position:absolute;
    inset:0;
    background:rgba(19,53,82,.45);
}
.mountain-overlay.dark{background:rgba(11,23,47,.65);}
.mountain-cta p{
    font-weight:700;
    max-width:920px;
    margin:0 auto 45px;
}

.content-section{
    padding:55px 0;
    background:#f6f7ff;
}
.light-section{background:#f3f5ff;}
.narrow-container{max-width:1180px;}
.content-section h2{
    font-size:27px;
    font-weight:800;
    margin-bottom:50px;
}
.content-section h6,
.comparison-section h6{
    font-size:13px;
    font-weight:800;
    margin-bottom:20px;
}
.content-section p,
.comparison-section p{
    font-size:12.5px;
    color:#172033;
}

.comparison-section{
    padding:60px 0 75px;
    background:#eef1fb;
}
.section-small-title{
    text-transform:uppercase;
    margin-bottom:55px!important;
    letter-spacing:.4px;
}
.comparison-img{
    width:100%;
    max-width:940px;
    border:12px solid #fff;
    display:block;
    margin:0 auto;
}
.solutions-list{
    margin-top:40px;
    font-weight:600;
}

.bottom-cta{
    min-height:240px;
    display:flex;
    align-items:center;
}
.bottom-cta h3{
    font-size:18px;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:.5px;
}

.footer-main{
    background:#eef1fb;
    padding:45px 0 85px;
}
.contact-box{
    max-width:430px;
    margin:0 auto 95px;
    color:#07364b;
    font-size:12px;
    font-weight:700;
}
.contact-line{
    border-top:1px solid rgba(0,0,0,.35);
    padding:13px 0;
}
.footer-logo{max-width:180px;}
.footer-text{max-width:260px;font-size:12px;color:#24324a;}
.footer-content h5{
    font-size:14px;
    font-weight:800;
    color:#061d4c;
    margin-bottom:18px;
}
.footer-menu,
.footer-contact{
    padding:0;
    margin:0;
    list-style:none;
}
.footer-menu li{margin-bottom:10px;}
.footer-menu a,
.footer-contact li{
    color:#172033;
    font-size:12px;
}
.social-links{display:flex;gap:12px;}
.social-links a{
    width:28px;
    height:28px;
    background:#fff;
    color:#306c88;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}
.copyright{
    background:#26316d;
    color:#fff;
    padding:22px 0;
    font-size:11px;
    line-height:1.6;
}

@media(max-width:991px){
    .navbar{min-height:78px;}
    main{padding-top:78px;}
    .logo-main{max-width:120px;}
    .navbar-collapse{
        background:#fff;
        padding:18px 0;
    }
    .hero-section{min-height:430px;}
    .hero-content h1{font-size:20px;margin-bottom:24px;}
    .hero-content p{font-size:13px;}
    .products-strip img{max-height:120px;}
    .content-section h2{font-size:23px;margin-bottom:32px;}
}

@media(max-width:576px){
    body{font-size:13px;}
    .hero-section{min-height:470px;}
    .hero-content{padding:45px 0;}
    .hero-content h1{font-size:18px;}
    .hero-content p{font-size:12px;}
    .mountain-cta{min-height:300px;}
    .mountain-cta p{font-size:12px;margin-bottom:30px;}
    .content-section,.comparison-section{padding:42px 0;}
    .content-section h2{font-size:21px;}
    .comparison-img{border:6px solid #fff;}
    .contact-box{margin-bottom:55px;}
    .footer-main{text-align:center;}
    .footer-text{margin-left:auto;margin-right:auto;}
    .social-links{justify-content:center;}
}


/* HERO CAROUSEL */
.hero-carousel {
    position: relative;
}

.hero-section {
    position: relative;
    min-height: 720px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.55)
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 950px;
    padding: 120px 20px;
}

.hero-label {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-content h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 25px;

    /* CONTORNO NEGRO */
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 10px rgba(0,0,0,0.35);
}

.hero-content p {
    color: rgba(255,255,255,0.95);
    font-size: 21px;
    line-height: 1.8;
    max-width: 850px;
    margin: 0 auto 35px;
    font-weight: 500;
}

.btn-light-custom {
    background: #ffffff;
    color: #1f4f6d;
    padding: 14px 34px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-light-custom:hover {
    background: #1f4f6d;
    color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    width: 6%;
}

@media (max-width: 991px) {

    .hero-section {
        min-height: 650px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 1.7;
    }
}

@media (max-width: 767px) {

    .hero-section {
        min-height: 600px;
    }

    .hero-content {
        padding: 90px 15px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .btn-light-custom {
        padding: 12px 24px;
        font-size: 14px;
    }
}

body{
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color:#333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav .nav-link,
.hero-label,
.btn,
.section-title{
    font-family: 'Montserrat', sans-serif;
}

.navbar-nav .nav-link{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.hero-content h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.hero-content p{
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}

.products-section{
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.section-label{
    display:inline-block;
    color:#1f4f6d;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
    line-height:1.2;
}

.section-text{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.product-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    transition:0.4s;
    height:100%;
}

.product-card img{
    width:100%;
    height:260px;
    object-fit:contain;
    transition:0.4s;
}

.product-card:hover{
    transform:translateY(-8px);
}

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

#productsCarousel .carousel-control-prev,
#productsCarousel .carousel-control-next{
    width:5%;
}

#productsCarousel .carousel-control-prev-icon,
#productsCarousel .carousel-control-next-icon{
    background-color:#1f4f6d;
    border-radius:50%;
    width:45px;
    height:45px;
    background-size:50%;
}

@media(max-width:991px){

    .section-title{
        font-size:34px;
    }

    .product-card img{
        height:220px;
    }

}

@media(max-width:767px){

    .section-title{
        font-size:28px;
    }

    .section-text{
        font-size:16px;
    }

    .product-card{
        padding:18px;
    }

    .product-card img{
        height:180px;
    }

}


.cta-himalaya{
    position: relative;
    background: url('../img/bg-himalaya.jpg') center center/cover no-repeat;
    padding: 180px 20px;
    overflow: hidden;
}

.cta-himalaya::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(18,40,68,0.45);
}

.cta-himalaya .container{
    position:relative;
    z-index:2;
}

.cta-himalaya p{
    color:#fff;
    font-size:30px;
    line-height:1.5;
    font-weight:700;
    max-width:1200px;
    margin:0 auto 45px;
    text-align:center;
}

.cta-himalaya .btn{
    padding:16px 40px;
    border-radius:8px;
    font-weight:600;
    font-size:16px;
    letter-spacing:.5px;
}

.content-section{
    padding: 110px 0;
    background: #f5f7fc;
}

.narrow-container{
    max-width: 1250px;
}

/* TITULOS */
.content-section h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 62px;
    font-weight: 800;
    line-height: 1.15;
    color: #1c2430;
    margin-bottom: 55px;
    letter-spacing: -1px;
}

/* SUBTITULOS */
.content-section h6{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #1c2430;
    margin-bottom: 35px;
    line-height: 1.4;
}

/* PARRAFOS */
.content-section p{
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    line-height: 2;
    color: #3d4757;
    margin-bottom: 35px;
    font-weight: 400;
}

/* TEXTOS EN NEGRITA */
.content-section strong{
    font-weight: 700;
    color: #111827;
}

/* BOTON */
.btn-primary-custom{
    background: #0f5f84;
    color: #fff;
    padding: 16px 38px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
    display: inline-block;
}

.btn-primary-custom:hover{
    background: #083e58;
    color: #fff;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:991px){

    .content-section{
        padding: 80px 0;
    }

    .content-section h2{
        font-size: 44px;
        margin-bottom: 40px;
    }

    .content-section h6{
        font-size: 24px;
    }

    .content-section p{
        font-size: 20px;
        line-height: 1.9;
    }

}

@media(max-width:767px){

    .content-section{
        padding: 65px 0;
    }

    .content-section h2{
        font-size: 34px;
        line-height: 1.2;
    }

    .content-section h6{
        font-size: 22px;
        margin-bottom: 25px;
    }

    .content-section p{
        font-size: 18px;
        line-height: 1.8;
    }

}


.comparison-section{
    padding: 120px 0;
    background:#f5f7fc;
}

/* TITULO SUPERIOR */
.section-small-title{
    font-family:'Montserrat', sans-serif;
    font-size:24px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#1b2430;
    margin-bottom:55px;
}

/* IMAGEN */
.comparison-img{
    width:100%;
    max-width:1200px;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(0,0,0,0.10);
    margin-bottom:70px;
}

/* SUBTITULO */
.comparison-section h6{
    font-family:'Montserrat', sans-serif;
    font-size:42px;
    font-weight:800;
    line-height:1.3;
    color:#1b2430;
    margin-bottom:35px;
}

/* PARRAFOS */
.comparison-section p{
    font-family:'Karla', sans-serif;
    font-size:18px;
    line-height:2;
    color:#3e4957;
    margin-bottom:35px;
}

/* LISTADO FINAL */
.solutions-list{
    margin-top:50px;
    font-size:18px !important;
    line-height:2.1 !important;
}

.solutions-list strong{
    color:#111827;
    font-weight:700;
}

/* RESPONSIVE */
@media(max-width:991px){

    .comparison-section{
        padding:90px 0;
    }

    .section-small-title{
        font-size:20px;
        margin-bottom:40px;
    }

    .comparison-section h6{
        font-size:34px;
    }

    .comparison-section p{
        font-size:20px;
        line-height:1.9;
    }

    .solutions-list{
        font-size:20px !important;
    }

}

@media(max-width:767px){

    .comparison-section{
        padding:70px 0;
    }

    .section-small-title{
        font-size:16px;
        line-height:1.5;
    }

    .comparison-section h6{
        font-size:28px;
        margin-bottom:25px;
    }

    .comparison-section p{
        font-size:18px;
        line-height:1.8;
    }

    .solutions-list{
        font-size:18px !important;
        line-height:1.9 !important;
    }

    .comparison-img{
        border-radius:16px;
        margin-bottom:45px;
    }

}

.bottom-cta{
    position: relative;
    padding: 180px 0;
    overflow: hidden;

    background-image:url('../img/bg-himalaya.jpg');
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;

    /* PARALLAX */
    background-attachment: fixed;
}

.bottom-cta::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(18,32,60,0.50);
}

.bottom-cta .container{
    position:relative;
    z-index:2;
}

.bottom-cta h3{
    font-family:'Montserrat', sans-serif;
    font-size:62px;
    font-weight:800;
    color:#fff;
    line-height:1.2;
    margin-bottom:40px;
    text-transform:uppercase;
}

.bottom-cta .btn{
    padding:18px 42px;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    letter-spacing:1px;
}

/* MOBILE */
@media(max-width:991px){

    .bottom-cta{
        padding:120px 0;

        /* iPhone suele romper el fixed */
        background-attachment:scroll;
    }

    .bottom-cta h3{
        font-size:42px;
    }

}

@media(max-width:767px){

    .bottom-cta{
        padding:90px 0;
    }

    .bottom-cta h3{
        font-size:30px;
    }

}


.footer-main{
    padding: 100px 0 70px;
    background:#f3f6fc;
}

.contact-box p{
    font-size:22px;
    font-weight:700;
    color:#083e58;
    margin-bottom:25px;
}

.contact-line{
    max-width:700px;
    margin:0 auto;
    padding:22px 0;
    border-top:1px solid rgba(0,0,0,.35);
    font-size:20px;
    font-weight:700;
    color:#083e58;
}

.contact-line:last-of-type{
    border-bottom:1px solid rgba(0,0,0,.35);
}

.footer-content{
    margin-top:120px;
}

.footer-logo{
    max-width:280px;
}

.footer-text{
    font-size:20px;
    line-height:1.8;
    color:#1f2a3a;
    max-width:340px;
}

.footer-main h5{
    font-size:28px;
    font-weight:800;
    color:#001b44;
    margin-bottom:28px;
}

.footer-menu,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-menu li,
.footer-contact li{
    margin-bottom:18px;
    font-size:19px;
    color:#1f2a3a;
}

.footer-menu a{
    color:#1f2a3a;
    text-decoration:none;
    transition:.3s;
}

.footer-menu a:hover{
    color:#0f6d96;
}

.social-links{
    display:flex;
    gap:15px;
}

.social-links a{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    color:#0f6d96;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    transition:.3s;
}

.social-links a:hover{
    background:#0f6d96;
    color:#fff;
}

.copyright{
    background:#263d78;
    color:#fff;
    padding:24px 0;
    font-size:16px;
    line-height:1.7;
}

@media(max-width:767px){
    .footer-main{
        padding:70px 0 50px;
    }

    .footer-content{
        margin-top:80px;
    }

    .footer-logo{
        max-width:220px;
    }

    .contact-line,
    .footer-text,
    .footer-menu li,
    .footer-contact li{
        font-size:17px;
    }

    .footer-main h5{
        font-size:24px;
    }
}

.footer-menu li{
    margin-bottom:22px;
}

.footer-menu li a{
    font-size:20px;
    font-weight:500;
    color:#1f2a3a;
    text-decoration:none;
    transition:.3s;
    display:inline-block;
}

.footer-menu li a:hover{
    color:#0f6d96;
    transform:translateX(4px);
}

@media(max-width:767px){

    #productsCarousel .carousel-inner{
        padding: 0 38px;
    }

    #productsCarousel .carousel-item .row{
        display:flex;
        flex-wrap:nowrap;
        overflow:hidden;
    }

    #productsCarousel .carousel-item .col-6{
        flex: 0 0 100%;
        max-width:100%;
    }

    #productsCarousel .carousel-item .col-6:not(:first-child){
        display:none;
    }

    #productsCarousel .product-card{
        padding:14px;
        border-radius:22px;
        box-shadow:0 12px 30px rgba(0,0,0,.08);
    }

    #productsCarousel .product-card img{
        width:100%;
        height:280px;
        object-fit:cover;
        border-radius:18px;
    }

    #productsCarousel .carousel-control-prev,
    #productsCarousel .carousel-control-next{
        width:42px;
        height:42px;
        top:50%;
        transform:translateY(-50%);
        background:#0f5f84;
        border-radius:50%;
        opacity:.9;
    }

    #productsCarousel .carousel-control-prev{
        left:5px;
    }

    #productsCarousel .carousel-control-next{
        right:5px;
    }
}

.page-hero{
    position:relative;
    padding:160px 0;
    background-size:cover;
    background-position:center;
}

.page-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(15,25,55,.55);
}

.page-hero h1{
    color:#fff;
    font-size:58px;
    font-weight:800;

    /* CONTORNO NEGRO */
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  0px 10px rgba(0,0,0,0.35);
}

.page-hero p{
    color:#fff;
    font-size:20px;
}

.residential-section,
.skin-section{
    padding:100px 0;
    background:#f5f7fc;
}

.skin-section{
    background:#fff;
}

.rounded-custom{
    border-radius:18px;
}

.residential-section h2,
.skin-section h2{
    font-size:44px;
    font-weight:800;
    margin-bottom:30px;
}

.residential-section p,
.skin-section p,
.skin-section li{
    font-size:20px;
    line-height:1.9;
}

.skin-product{
    max-height:620px;
    object-fit:contain;
}

@media(max-width:767px){
    .page-hero{
        padding:110px 0;
    }

    .page-hero h1{
        font-size:38px;
    }

    .residential-section,
    .skin-section{
        padding:70px 0;
    }

    .residential-section h2,
    .skin-section h2{
        font-size:30px;
    }

    .residential-section p,
    .skin-section p,
    .skin-section li{
        font-size:17px;
    }
}

.page-hero{
    position: relative;
    min-height: 820px; /* antes capaz 300 o 350 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.page-hero-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.page-hero .container{
    position: relative;
    z-index: 2;
}

.page-hero h1{
    font-size: 5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.page-hero p{
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
}

/* MOBILE */
@media(max-width:768px){

    .page-hero{
        min-height: 320px;
        background-attachment: scroll;
    }

    .page-hero h1{
        font-size: 3rem;
    }

    .page-hero p{
        font-size: 1.1rem;
    }

}

/* ==========================
   PÁGINA RESIDENCIAL
========================== */

.page-hero{
    position:relative;
    min-height:820px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    overflow:hidden;
}

.page-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(5,20,45,.55);
}

.page-hero .container{
    position:relative;
    z-index:2;
}

.page-hero h1{
    font-size:72px;
    font-weight:800;
    color:#fff;
    margin-bottom:12px;
}

.page-hero p{
    font-size:24px;
    color:#fff;
    font-weight:500;
}

.narrow-container{
    max-width:1280px;
}

.residential-section,
.skin-section{
    padding:120px 0;
}

.white-section{
    background:#fff;
}

.light-section{
    background:#f3f6fc;
}

.section-label{
    display:inline-block;
    color:#0f6d96;
    font-size:15px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:16px;
}

.residential-section h2,
.skin-section h2{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    color:#202733;
    margin-bottom:28px;
}

.residential-section h4,
.skin-section h4{
    font-size:30px;
    font-weight:800;
    color:#202733;
    margin-bottom:20px;
}

.residential-section h5,
.skin-section h5{
    font-size:22px;
    font-weight:800;
    color:#0b3f5c;
    margin-top:28px;
    margin-bottom:14px;
}

.residential-section p,
.skin-section p,
.skin-section li{
    font-size:20px;
    line-height:1.9;
    color:#2d3748;
}

.rounded-custom{
    border-radius:24px;
}

.shadow-soft{
    box-shadow:0 18px 50px rgba(0,0,0,.10);
}

.benefit-box{
    height:100%;
    background:#fff;
    padding:34px 30px;
    border-radius:24px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.3s;
}

.benefit-box:hover{
    transform:translateY(-6px);
}

.benefit-box i{
    font-size:42px;
    color:#0f6d96;
    margin-bottom:20px;
    display:inline-block;
}

.benefit-box h5{
    margin-top:0;
    font-size:24px;
    color:#202733;
}

.benefit-box p{
    font-size:18px;
    line-height:1.7;
    margin-bottom:0;
}

.quote-highlight{
    max-width:980px;
    margin:0 auto 70px;
    text-align:center;
    font-size:38px;
    font-weight:800;
    line-height:1.4;
    color:#0d3b66;
}

.content-card{
    height:100%;
    background:#fff;
    padding:42px;
    border-radius:26px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.features-list{
    margin-top:30px;
}

.features-list div{
    font-size:20px;
    font-weight:600;
    color:#263445;
    margin-bottom:16px;
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.features-list i{
    color:#0f6d96;
    font-size:22px;
    margin-top:3px;
}

.large-editorial-image{
    width:100%;
    min-height:560px;
    object-fit:cover;
}

.skin-card{
    box-shadow:none;
    padding:20px 0 20px 35px;
    background:transparent;
}

.skin-card ul{
    padding-left:22px;
}

.residential-cta{
    position:relative;
    padding:140px 0;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    overflow:hidden;
}

.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(5,20,35,.68);
}

.residential-cta .container{
    position:relative;
    z-index:2;
}

.residential-cta h2{
    color:#fff;
    font-size:56px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:22px;
}

.residential-cta p{
    color:#eef6fb;
    font-size:22px;
    line-height:1.8;
    max-width:900px;
    margin:0 auto;
}

/* RESPONSIVE */
@media(max-width:991px){

    .page-hero{
        min-height:360px;
        background-attachment:scroll;
    }

    .page-hero h1{
        font-size:54px;
    }

    .residential-section,
    .skin-section{
        padding:85px 0;
    }

    .residential-section h2,
    .skin-section h2{
        font-size:38px;
    }

    .quote-highlight{
        font-size:30px;
    }

    .skin-card{
        padding:0;
    }

    .large-editorial-image{
        min-height:auto;
    }

    .residential-cta{
        padding:100px 0;
        background-attachment:scroll;
    }

    .residential-cta h2{
        font-size:40px;
    }
}

@media(max-width:767px){

    .page-hero{
        min-height:310px;
    }

    .page-hero h1{
        font-size:42px;
    }

    .page-hero p{
        font-size:17px;
    }

    .residential-section,
    .skin-section{
        padding:65px 0;
    }

    .residential-section h2,
    .skin-section h2{
        font-size:31px;
    }

    .residential-section p,
    .skin-section p,
    .skin-section li{
        font-size:17px;
        line-height:1.8;
    }

    .quote-highlight{
        font-size:24px;
        margin-bottom:45px;
    }

    .content-card{
        padding:28px;
    }

    .benefit-box{
        padding:28px;
    }

    .residential-cta h2{
        font-size:32px;
    }

    .residential-cta p{
        font-size:18px;
    }
}

.commercial-section{
    padding:120px 0;
}

.commercial-item{
    margin-bottom:28px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(0,0,0,.08);
}

.commercial-item h5{
    font-size:22px;
    font-weight:800;
    color:#0b3f5c;
    margin-bottom:8px;
}

.commercial-item p{
    font-size:19px;
    line-height:1.8;
    margin-bottom:0;
}

.commercial-section h2{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:30px;
}

.commercial-section p{
    font-size:20px;
    line-height:1.9;
    color:#2d3748;
}

@media(max-width:767px){
    .commercial-section{
        padding:65px 0;
    }

    .commercial-section h2{
        font-size:31px;
    }

    .commercial-item p,
    .commercial-section p{
        font-size:17px;
    }
}



/* INDUSTRIAL */
.industrial-hero{
    min-height:820px;
}

.industrial-section{
    padding:120px 0;
}

.industrial-section h2{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    color:#202733;
    margin-bottom:28px;
}

.industrial-section h4{
    font-size:32px;
    font-weight:800;
    color:#202733;
    margin-bottom:15px;
}

.industrial-section h5{
    font-size:22px;
    font-weight:800;
    color:#0b3f5c;
    margin-bottom:20px;
}

.industrial-section p{
    font-size:20px;
    line-height:1.9;
    color:#2d3748;
}

.industrial-main-img{
    max-width:950px;
    width:100%;
}

@media(max-width:991px){
    .industrial-hero{
        min-height:520px;
    }

    .industrial-section{
        padding:85px 0;
    }

    .industrial-section h2{
        font-size:38px;
    }
}

@media(max-width:767px){
    .industrial-hero{
        min-height:380px;
    }

    .industrial-section{
        padding:65px 0;
    }

    .industrial-section h2{
        font-size:31px;
    }

    .industrial-section p{
        font-size:17px;
    }
}

.industry-showcase{
    padding:120px 0;
}

.industry-combo-card{
    background:#fff;
    border-radius:32px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(0,0,0,.10);
}

.industry-combo-image img{
    width:100%;
    height:560px;
    object-fit:cover;
    object-position:center;
    display:block;
}

.industry-combo-content{
    padding:60px 70px 65px;
    position:relative;
}

.industry-main-icon{
    width:95px;
    height:95px;
    border-radius:50%;
    background:#e8f5fb;
    color:#0f6d96;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    margin-bottom:25px;
}

.industry-combo-content h2{
    font-size:46px;
    font-weight:800;
    color:#0d2438;
    line-height:1.2;
    margin-bottom:25px;
}

.industry-combo-content p{
    font-size:20px;
    line-height:1.85;
    color:#2d3748;
}

.industry-mini{
    display:flex;
    gap:16px;
    align-items:flex-start;
    height:100%;
}

.industry-mini i{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:50%;
    background:#e8f5fb;
    color:#0f6d96;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.industry-mini p{
    font-size:17px;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){
    .industry-combo-image img{
        height:420px;
    }

    .industry-combo-content{
        padding:45px;
    }

    .industry-combo-content h2{
        font-size:36px;
    }
}

@media(max-width:767px){
    .industry-showcase{
        padding:70px 0;
    }

    .industry-combo-card{
        border-radius:24px;
    }

    .industry-combo-image img{
        height:280px;
    }

    .industry-combo-content{
        padding:30px;
    }

    .industry-main-icon{
        width:70px;
        height:70px;
        font-size:30px;
    }

    .industry-combo-content h2{
        font-size:28px;
    }

    .industry-combo-content p{
        font-size:17px;
    }

    .industry-mini{
        flex-direction:column;
        gap:10px;
    }
}

/* RURAL */
.rural-hero{
    min-height:820px;
}

.rural-section{
    padding:120px 0;
}

.rural-section h2{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    color:#202733;
    margin-bottom:28px;
}

.rural-section p{
    font-size:20px;
    line-height:1.9;
    color:#2d3748;
}

.rural-table{
    width:100%;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.rural-table th{
    background:#0f6d96;
    color:#fff;
    padding:18px;
    font-size:18px;
}

.rural-table td{
    padding:18px;
    border-bottom:1px solid rgba(0,0,0,.08);
    font-size:17px;
    color:#2d3748;
}

.rural-table tr:last-child td{
    border-bottom:0;
}

@media(max-width:991px){
    .rural-hero{
        min-height:480px;
    }

    .rural-section{
        padding:85px 0;
    }

    .rural-section h2{
        font-size:38px;
    }
}

@media(max-width:767px){
    .rural-hero{
        min-height:360px;
    }

    .rural-section{
        padding:65px 0;
    }

    .rural-section h2{
        font-size:31px;
    }

    .rural-section p{
        font-size:17px;
    }

    .rural-table th,
    .rural-table td{
        font-size:15px;
        padding:14px;
    }
}


.rural-article-card{
    padding:60px;
    border-radius:32px;
}

.rural-article-card h3{
    font-size:42px;
    font-weight:800;
    color:#172437;
    line-height:1.2;
}

.rural-highlight-box{
    background:#eef7fb;
    padding:28px;
    border-radius:22px;
    margin-top:30px;
    border-left:6px solid #0f6d96;
}

.rural-highlight-box h5{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f6d96;
}

.rural-highlight-box i{
    margin-right:8px;
}

.mini-card{
    background:#fff;
    padding:28px;
    border-radius:22px;
    height:100%;
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.mini-card h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#172437;
}

.solution-block{
    background:#f8fbfd;
    border-radius:28px;
    padding:50px;
}

.solution-block h3{
    margin-top:10px;
    margin-bottom:20px;
}

.solution-item{
    background:#fff;
    padding:30px;
    border-radius:22px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.solution-item i{
    font-size:42px;
    color:#0f6d96;
    margin-bottom:18px;
    display:block;
}

.solution-item h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#172437;
}

.final-call-box{
    background:linear-gradient(135deg,#0f6d96,#133b5c);
    padding:55px;
    border-radius:30px;
    text-align:center;
    color:#fff;
}

.final-call-box h4{
    font-size:38px;
    font-weight:800;
    margin-bottom:20px;
}

.final-call-box p{
    color:#fff;
    font-size:20px;
    max-width:900px;
    margin:0 auto 20px;
}

@media(max-width:991px){

    .rural-article-card{
        padding:35px;
    }

    .rural-article-card h3{
        font-size:34px;
    }

    .solution-block{
        padding:35px;
    }

    .final-call-box{
        padding:40px 30px;
    }

    .final-call-box h4{
        font-size:30px;
    }
}

@media(max-width:767px){

    .rural-article-card{
        padding:25px;
        border-radius:24px;
    }

    .rural-article-card h3{
        font-size:28px;
    }

    .mini-card,
    .solution-item{
        padding:22px;
    }

    .solution-block{
        padding:25px;
    }

    .final-call-box{
        padding:35px 20px;
    }

    .final-call-box h4{
        font-size:26px;
    }

    .final-call-box p{
        font-size:17px;
    }
}


.technical-card{
    background:#fff;
    border-radius:32px;
    padding:70px;
    box-shadow:0 20px 60px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
}

.technical-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:8px;
    background:linear-gradient(90deg,#0f5f8f,#2fa7db);
}

.technical-header{
    margin-bottom:45px;
}

.technical-header h2{
    font-size:clamp(2rem,4vw,3.5rem);
    font-weight:800;
    line-height:1.1;
    color:#08213f;
    margin-bottom:20px;
    max-width:900px;
}

.technical-meta{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    font-size:.95rem;
    color:#5d6a7a;
    font-weight:500;
}

.technical-meta i{
    color:#0f5f8f;
    margin-right:8px;
}

.technical-content p{
    font-size:1.08rem;
    line-height:2;
    color:#334155;
    margin-bottom:24px;
}

.technical-content h5{
    font-size:1.6rem;
    font-weight:800;
    color:#08213f;
    margin-top:45px;
    margin-bottom:25px;
}

.technical-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin:45px 0;
}

.tech-box{
    background:#f5f9fc;
    border-radius:24px;
    padding:35px 28px;
    transition:.3s ease;
    border:1px solid rgba(15,95,143,.08);
}

.tech-box:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(15,95,143,.08);
}

.tech-box i{
    font-size:2rem;
    color:#0f5f8f;
    margin-bottom:18px;
    display:block;
}

.tech-box h6{
    font-size:1.15rem;
    font-weight:800;
    color:#08213f;
    margin-bottom:12px;
}

.tech-box p{
    margin:0;
    font-size:.98rem;
    line-height:1.8;
}

.technical-highlight{
    background:linear-gradient(135deg,#0f5f8f,#2fa7db);
    color:#fff;
    padding:28px 32px;
    border-radius:24px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-top:50px;
}

.technical-highlight i{
    font-size:2rem;
    opacity:.9;
}

.technical-highlight strong{
    display:block;
    margin-bottom:5px;
}

@media(max-width:991px){

    .technical-card{
        padding:45px 30px;
    }

    .technical-grid{
        grid-template-columns:1fr;
    }

    .technical-header h2{
        font-size:2.2rem;
    }

}


.rural-comparison-section{
    padding:110px 0;
}

.comparison-wrapper{
    background:#fff;
    border-radius:34px;
    padding:70px;
    box-shadow:0 25px 70px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
}

.comparison-wrapper::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:8px;
    background:linear-gradient(90deg,#0f5f8f,#3bb2e6);
}

.comparison-header{
    margin-bottom:55px;
}

.comparison-header h2{
    font-size:clamp(2rem,4vw,3.5rem);
    font-weight:800;
    line-height:1.1;
    color:#08213f;
    margin-bottom:22px;
    max-width:850px;
}

.comparison-header p{
    font-size:1.1rem;
    line-height:2;
    color:#526071;
    max-width:850px;
}

.comparison-card{
    background:#f7fafc;
    border-radius:28px;
    padding:38px;
    height:100%;
    border:1px solid rgba(15,95,143,.08);
    transition:.3s ease;
}

.comparison-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(15,95,143,.08);
}

.comparison-icon{
    width:72px;
    height:72px;
    border-radius:20px;
    background:#e8f4fb;
    color:#0f5f8f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    margin-bottom:25px;
}

.comparison-card h4{
    font-size:1.7rem;
    font-weight:800;
    color:#08213f;
    margin-bottom:20px;
}

.comparison-card p{
    color:#4c5b6d;
    line-height:2;
    font-size:1.02rem;
}

.comparison-list{
    padding-left:20px;
    margin:0;
}

.comparison-list li{
    margin-bottom:18px;
    color:#4c5b6d;
    line-height:1.9;
}

.gpd-table-card{
    margin-top:25px;
    background:#f9fbfd;
    border-radius:30px;
    padding:45px;
    border:1px solid rgba(15,95,143,.08);
}

.gpd-header{
    margin-bottom:30px;
}

.gpd-header h3{
    font-size:2.3rem;
    font-weight:800;
    color:#08213f;
    margin-bottom:10px;
}

.gpd-header p{
    color:#5b6877;
    margin:0;
}

.gpd-table{
    margin:0;
}

.gpd-table thead th{
    border:none;
    background:#0f5f8f;
    color:#fff;
    padding:22px;
    font-size:1rem;
    font-weight:700;
}

.gpd-table thead th:first-child{
    border-radius:18px 0 0 18px;
}

.gpd-table thead th:last-child{
    border-radius:0 18px 18px 0;
}

.gpd-table tbody tr{
    background:#fff;
}

.gpd-table tbody td{
    padding:26px 22px;
    border-bottom:1px solid #edf2f7;
    vertical-align:middle;
    color:#334155;
    font-size:1rem;
    line-height:1.8;
}

.water-type{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:700;
}

.water-type.clean{
    color:#0f5f8f;
}

.water-type.dirty{
    color:#d97706;
}

.water-type i{
    font-size:1.2rem;
}

@media(max-width:991px){

    .comparison-wrapper{
        padding:45px 25px;
    }

    .comparison-header h2{
        font-size:2.2rem;
    }

    .comparison-card{
        padding:28px;
    }

    .gpd-table-card{
        padding:30px 20px;
    }

    .gpd-header h3{
        font-size:1.8rem;
    }

}

.rural-technical-section{
    background:#f4f6fb;
    padding:100px 0;
}

.technical-header{
    max-width:900px;
    margin:auto;
}

.section-badge{
    display:inline-block;
    background:#d9edf8;
    color:#0c5b86;
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.technical-header h2{
    font-size:48px;
    font-weight:800;
    color:#0b1b33;
    margin-bottom:20px;
}

.technical-header p{
    font-size:18px;
    color:#5d6778;
    line-height:1.8;
}

.technical-card{
    background:#fff;
    border-radius:35px;
    padding:60px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.mini-label{
    display:inline-block;
    color:#0c5b86;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
    letter-spacing:.5px;
}

.technical-card h3{
    font-size:42px;
    font-weight:800;
    color:#0b1b33;
    margin-bottom:25px;
}

.technical-card p{
    color:#4f5a6b;
    line-height:2;
    font-size:17px;
}

.styled-list{
    padding-left:20px;
}

.styled-list li{
    margin-bottom:15px;
    line-height:1.8;
    color:#4f5a6b;
}

.video-wrapper{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    border-radius:25px;
}

.video-wrapper iframe{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    border:0;
}

.pubmed-btn{
    display:inline-block;
    margin-top:20px;
    padding:14px 24px;
    background:#0c5b86;
    color:#fff;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}

.pubmed-btn:hover{
    background:#083f5d;
    color:#fff;
}

.info-box{
    background:#f7f9fc;
    border-radius:25px;
    padding:30px;
    height:100%;
}

.info-box h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    color:#0b1b33;
}

.info-box ul{
    padding-left:18px;
    margin:0;
}

.info-box li{
    margin-bottom:12px;
    color:#566273;
}

.study-block{
    padding:30px 0;
    border-bottom:1px solid #e7ebf1;
}

.study-block:last-child{
    border:none;
    padding-bottom:0;
}

.study-block h4{
    font-size:28px;
    font-weight:800;
    margin-bottom:18px;
    color:#0b1b33;
}

.benefit-card{
    background:#f7f9fc;
    border-radius:25px;
    padding:35px;
    height:100%;
    text-align:center;
}

.benefit-card i{
    font-size:42px;
    color:#0c5b86;
    margin-bottom:20px;
}

.benefit-card h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.medical-disclaimer{
    background:#eaf4fb;
    border-left:5px solid #0c5b86;
    border-radius:20px;
    padding:30px;
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.medical-disclaimer i{
    font-size:28px;
    color:#0c5b86;
}

.medical-disclaimer p{
    margin:0;
    line-height:1.9;
    color:#4f5a6b;
}

@media(max-width:991px){

    .technical-card{
        padding:35px;
    }

    .technical-header h2,
    .technical-card h3{
        font-size:34px;
    }

}

.agua-hero{
    min-height:820px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}

.agua-hero h1{
    color:#fff;
    font-size:64px;
    font-weight:800;
}

.hydrogen-intro-section{
    background:#f3f6fc;
    padding:90px 0;
}

.hydrogen-intro-section h2{
    font-size:34px;
    font-weight:800;
    color:#061936;
    margin-bottom:25px;
}

.hydrogen-intro-section p{
    font-size:20px;
    line-height:1.9;
    color:#081b3a;
    margin-bottom:20px;
}

.video-box{
    position:relative;
    width:100%;
    padding-bottom:56.25%;
    border-radius:0;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.12);
}

.video-box iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

@media(max-width:767px){
    .agua-hero{
        min-height:300px;
    }

    .agua-hero h1{
        font-size:38px;
    }

    .hydrogen-intro-section{
        padding:60px 0;
    }

    .hydrogen-intro-section h2{
        font-size:28px;
    }

    .hydrogen-intro-section p{
        font-size:17px;
    }
}



.agua-hero{
    position:relative;
    min-height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.page-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(4,18,37,.55),
        rgba(4,18,37,.72)
    );
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:auto;
    color:#fff;
}

.hero-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(8px);
    margin-bottom:20px;
    font-weight:600;
    letter-spacing:.5px;
}

.agua-hero h1{
    font-size:72px;
    font-weight:800;
    margin-bottom:20px;
    color:#fff;
}

.agua-hero p{
    font-size:20px;
    line-height:1.8;
    color:#f1f5f9;
}

.hydrogen-section{
    background:#f4f7fb;
}

.narrow-container{
    max-width:1320px;
}

.hydrogen-card{
    background:#fff;
    padding:60px;
    border-radius:30px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.mini-label{
    display:inline-block;
    padding:8px 14px;
    border-radius:30px;
    background:#e9f5fb;
    color:#0b5f86;
    font-weight:700;
    margin-bottom:18px;
}

.hydrogen-card h2{
    font-size:48px;
    font-weight:800;
    color:#0d1b3e;
    margin-bottom:25px;
}

.hydrogen-card h3{
    font-size:34px;
    font-weight:800;
    color:#0d1b3e;
    margin-bottom:20px;
}

.hydrogen-card p{
    font-size:18px;
    line-height:2;
    color:#4b5563;
}

.video-box{
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

.source-box{
    background:#f4f8fb;
    padding:35px;
    border-radius:24px;
}

.source-link{
    display:inline-block;
    margin-top:15px;
    color:#0b5f86;
    font-weight:700;
    text-decoration:none;
}

.styled-list{
    padding-left:20px;
}

.styled-list li{
    margin-bottom:18px;
    line-height:1.9;
    color:#4b5563;
}

.info-block{
    background:#f8fbfd;
    padding:30px;
    border-radius:24px;
    margin-bottom:25px;
    border:1px solid #e5edf5;
}

.info-block h4{
    font-size:24px;
    font-weight:800;
    color:#0d1b3e;
    margin-bottom:20px;
}

.study-index{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.study-index a{
    background:#f4f8fb;
    border-radius:16px;
    padding:18px 22px;
    text-decoration:none;
    color:#0b5f86;
    font-weight:700;
    transition:.3s ease;
    border:1px solid #dce7f2;
}

.study-index a:hover{
    background:#0b5f86;
    color:#fff;
    transform:translateY(-4px);
}

.study-detail{
    scroll-margin-top:130px;
    margin-bottom:30px;
}

.study-card{
    background:#fff;
    border-radius:26px;
    padding:45px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    border:1px solid #edf2f7;
}

.study-number{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0b5f86;
    color:#fff;
    font-size:22px;
    font-weight:800;
    margin-bottom:25px;
}

.source-ref{
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #e5edf5;
    color:#0b5f86;
    font-weight:700;
}

@media(max-width:991px){

    .agua-hero{
        min-height:380px;
    }

    .agua-hero h1{
        font-size:48px;
    }

    .hydrogen-card{
        padding:35px;
    }

    .hydrogen-card h2{
        font-size:36px;
    }

    .study-index{
        grid-template-columns:1fr;
    }

}

.alcalina-hero{
    min-height:820px;
    background-size:cover;
    background-position:center;
}

.alkaline-section{
    background:#f4f7fb;
    padding:100px 0;
}

.alkaline-card{
    background:#fff;
    border-radius:30px;
    padding:60px;
    box-shadow:0 18px 55px rgba(0,0,0,.06);
}

.alkaline-card h2{
    font-size:44px;
    font-weight:800;
    color:#0d1b3e;
    margin-bottom:25px;
}

.alkaline-card h3{
    font-size:28px;
    font-weight:800;
    color:#0d1b3e;
    margin-top:35px;
    margin-bottom:18px;
}

.alkaline-card p{
    font-size:18px;
    line-height:2;
    color:#334155;
}

.benefit-mini-card{
    height:100%;
    background:#f8fbfd;
    border:1px solid #e5edf5;
    border-radius:22px;
    padding:28px;
}

.benefit-mini-card h4{
    font-size:22px;
    font-weight:800;
    color:#0b5f86;
    margin-bottom:15px;
}

.source-link{
    display:inline-block;
    margin-top:20px;
    color:#0b5f86;
    font-weight:800;
    text-decoration:none;
}

.source-link:hover{
    text-decoration:underline;
}

@media(max-width:991px){
    .alcalina-hero{
        min-height:380px;
    }

    .alkaline-card{
        padding:35px;
    }

    .alkaline-card h2{
        font-size:34px;
    }

    .alkaline-card p{
        font-size:16px;
    }
}

.contacto-hero{
    min-height:820px;
    background-size:cover;
    background-position:center;
}

.contact-page-section{
    background:#fff;
    padding:90px 0;
}

.contact-intro-card,
.contact-info-card,
.contact-form-box{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 15px 45px rgba(0,0,0,.07);
}

.contact-intro-card h2,
.contact-form-box h2{
    font-size:34px;
    font-weight:800;
    color:#061936;
}

.contact-info-card h4{
    font-size:24px;
    font-weight:800;
    color:#061936;
    border-left:4px solid #0b5f86;
    padding-left:18px;
    margin-bottom:20px;
}

.contact-info-card p{
    font-size:18px;
    font-weight:700;
    color:#061936;
}

.contact-info-card i{
    color:#0b5f86;
    margin-right:8px;
}

.contact-image{
    width:100%;
    height:620px;
    object-fit:cover;
    border-radius:18px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.contact-form-box .form-control{
    height:52px;
    border-radius:0;
    border:1px solid #d9dee7;
    font-size:16px;
}

.contact-form-box textarea.form-control{
    height:auto;
}

@media(max-width:767px){
    .contacto-hero{
        min-height:320px;
    }

    .contact-page-section{
        padding:60px 0;
    }

    .contact-image{
        height:360px;
    }

    .contact-intro-card,
    .contact-info-card,
    .contact-form-box{
        padding:25px;
    }
}


.hunza-origin-section{
    background:#f7f9fc;
    position:relative;
}

.hunza-origin-section .section-label{
    color:#0f5b87;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:.9rem;
}

.hunza-origin-section h2{
    font-size:3rem;
    font-weight:800;
    color:#0b1d3a;
    margin:15px 0 25px;
    line-height:1.1;
}

.hunza-origin-section p{
    font-size:1.05rem;
    line-height:1.9;
    color:#445;
}

.highlight-text{
    font-weight:700;
    color:#0f5b87 !important;
}

.hunza-video-box{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.hunza-video-box video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* ===============================
   HOME AJUSTES CLIENTE
================================ */

.hunza-origin-section{
    position:relative;
    padding:120px 0;
    background:#f4f7fb;
    overflow:hidden;
}

.hunza-origin-bg{
    position:absolute;
    inset:0;
    background:url('../img/himalaya-origin-bg.jpg') center/cover no-repeat;
    opacity:.09;
}

.hunza-origin-section .container{
    position:relative;
    z-index:2;
}

.hunza-origin-section h2{
    font-size:clamp(2.2rem,4vw,4rem);
    font-weight:800;
    line-height:1.1;
    color:#0b1d3a;
    margin:15px 0 28px;
}

.hunza-origin-section p{
    font-size:1.15rem;
    line-height:2;
    color:#334155;
    margin-bottom:22px;
}

.hunza-video-box{
    position:relative;
    min-height:420px;
    border-radius:34px;
    overflow:hidden;
    background:linear-gradient(135deg,#dff3fb,#ffffff);
    box-shadow:0 25px 70px rgba(0,0,0,.13);
}

.hunza-video-box video{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
    display:block;
}

.video-placeholder{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:40px;
    color:#0f5f8f;
    font-weight:800;
    font-size:1.2rem;
    background:rgba(255,255,255,.55);
}

/* ===============================
   FAMILIA + PURIFICADOR + HIMALAYA
================================ */

.family-water-section{
    position:relative;
    padding:150px 0;
    min-height:680px;
    background-size:cover;
    background-position:center;
    color:#fff;
    overflow:hidden;
}

.family-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(5,22,45,.82),
        rgba(5,22,45,.58),
        rgba(5,22,45,.25)
    );
    z-index:1;
}

.family-mountain-bg{
    position:absolute;
    inset:0;
    background:url('../img/montanas-disipadas.png') center/cover no-repeat;
    opacity:.28;
    z-index:0;
}

.family-purifier-bg{
    position:absolute;
    right:2%;
    bottom:0;
    width:40%;
    height:95%;
    background:url('../img/purificador-familia.png') right bottom/contain no-repeat;
    opacity:.95;
    z-index:2;
}

.family-water-section .container{
    position:relative;
    z-index:3;
}

.family-water-section .section-label.light{
    color:#fff;
    background:rgba(255,255,255,.14);
    padding:9px 16px;
    border-radius:40px;
    display:inline-block;
    margin-bottom:20px;
}

.family-water-section h2{
    font-size:clamp(2.2rem,4vw,4.4rem);
    font-weight:800;
    line-height:1.08;
    margin-bottom:25px;
    color:#fff;
}

.family-water-section p{
    font-size:1.15rem;
    line-height:1.9;
    max-width:650px;
    color:#f8fafc;
}

/* ===============================
   CONFIANZA
================================ */

.trust-section{
    background:#fff;
    padding:100px 0 !important;
}

.trust-card{
    background:#fff;
    border-radius:28px;
    padding:42px 30px;
    height:100%;
    box-shadow:0 18px 55px rgba(0,0,0,.07);
    transition:.3s ease;
    border:1px solid #edf2f7;
}

.trust-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 70px rgba(15,95,143,.13);
}

.trust-icon{
    width:76px;
    height:76px;
    border-radius:50%;
    background:#eef7fb;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.trust-icon i{
    font-size:2rem;
    color:#0f5f8f;
}

.trust-card h5{
    font-size:1.35rem;
    font-weight:800;
    margin-bottom:16px;
    color:#0b1d3a;
}

.trust-card p{
    color:#475569;
    line-height:1.8;
    margin:0;
}

/* ===============================
   RESPONSIVO
================================ */

@media(max-width:991px){

    .hunza-origin-section{
        padding:90px 0;
    }

    .hunza-video-box,
    .hunza-video-box video{
        min-height:320px;
    }

    .family-water-section{
        padding:100px 0;
        min-height:auto;
    }

    .family-purifier-bg{
        opacity:.25;
        width:75%;
    }

    .family-overlay{
        background:rgba(5,22,45,.75);
    }
}

@media(max-width:767px){

    .hunza-origin-section{
        padding:70px 0;
    }

    .hunza-origin-section p{
        font-size:1rem;
    }

    .hunza-video-box,
    .hunza-video-box video{
        min-height:260px;
    }

    .family-water-section{
        padding:80px 0;
        text-align:center;
    }

    .family-purifier-bg{
        display:none;
    }

    .family-water-section p{
        margin:auto;
        font-size:1rem;
    }

    .trust-section{
        padding:70px 0 !important;
    }
}

/* ===============================
   CTA FAMILIA HIMALAYA
================================ */

.family-water-section{
    position:relative;
    min-height:760px;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    padding:120px 0;
}

.family-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(5,22,45,.75) 0%,
        rgba(5,22,45,.55) 35%,
        rgba(5,22,45,.35) 100%
    );
}

.family-content{
    position:relative;
    z-index:2;
    max-width:650px;
    margin-left:auto;
}

.family-content .section-label{
    display:inline-block;
    padding:10px 18px;
    border-radius:40px;
    background:rgba(255,255,255,.18);
    color:#fff;
    font-size:.85rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:25px;
    backdrop-filter:blur(10px);
}

.family-content h2{
    font-size:clamp(2.8rem,5vw,5.2rem);
    line-height:0.95;
    font-weight:900;
    color:#fff;
    margin-bottom:30px;
    letter-spacing:-2px;
}

.family-content p{
    font-size:1.18rem;
    line-height:2;
    color:rgba(255,255,255,.92);
    margin-bottom:35px;
}

.btn-light-custom{
    background:#fff;
    color:#0b2f52;
    border:none;
    padding:16px 32px;
    border-radius:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    transition:.3s;
}

.btn-light-custom:hover{
    background:#0f5b87;
    color:#fff;
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width:991px){

    .family-water-section{
        min-height:auto;
        padding:90px 0;
        background-position:center;
    }

    .family-overlay{
        background:rgba(5,22,45,.68);
    }

    .family-content{
        max-width:100%;
        margin:auto;
    }

    .family-content h2{
        font-size:3rem;
        line-height:1;
    }

    .family-content p{
        font-size:1.05rem;
    }
}

@media(max-width:767px){

    .family-water-section{
        padding:70px 0;
    }

    .family-content{
        text-align:center !important;
    }

    .family-content h2{
        font-size:2.4rem;
        line-height:1.05;
        letter-spacing:-1px;
    }

    .family-content p{
        font-size:1rem;
        line-height:1.8;
    }

    .btn-light-custom{
        width:100%;
        max-width:320px;
    }
}

.use-fields-section{
    background:#f4f7fb;
}

.use-card,
.info-card{
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    height:100%;
    box-shadow:0 18px 55px rgba(0,0,0,.07);
    transition:.3s ease;
}

.use-card:hover,
.info-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 70px rgba(15,95,143,.13);
}

.use-card img,
.info-card img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.use-card-body,
.info-card-body{
    padding:30px;
}

.use-card h4,
.info-card h4{
    font-size:1.35rem;
    font-weight:800;
    color:#0b1d3a;
    margin-bottom:15px;
}

.use-card p,
.info-card p{
    color:#475569;
    line-height:1.8;
    margin-bottom:22px;
}

.info-blog-section{
    background:#fff;
}

.read-more{
    color:#0f5f8f;
    font-weight:800;
    text-decoration:none;
}

.read-more:hover{
    color:#083f5d;
}

@media(max-width:767px){
    .use-card img,
    .info-card img{
        height:200px;
    }

    .use-card-body,
    .info-card-body{
        padding:24px;
    }
}




.process-section{
    background:#f4f7fb;
}

.process-card,
.process-step-card{
    background:#fff;
    border-radius:28px;
    padding:50px;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
}

.process-card h3,
.process-step-card h3{
    font-size:2rem;
    font-weight:800;
    color:#0c2146;
    margin-bottom:20px;
}

.process-card p,
.process-step-card p{
    color:#475569;
    line-height:1.9;
    font-size:1.03rem;
}

.process-image-placeholder img{
    width:100%;
    border-radius:24px;
    object-fit:cover;
}

.process-highlight{
    background:#eef6ff;
    border-left:5px solid #0f5f89;
    padding:22px;
    border-radius:18px;
    display:flex;
    gap:15px;
    align-items:flex-start;
    margin-top:30px;
}

.process-highlight i{
    font-size:1.5rem;
    color:#0f5f89;
}

.step-number{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0f5f89;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    font-weight:800;
    margin-bottom:25px;
}

.mini-process-box{
    background:#f8fbff;
    border-radius:20px;
    padding:28px;
    height:100%;
    border:1px solid #e6eef7;
}

.mini-process-box h5{
    font-size:1.1rem;
    font-weight:700;
    color:#0c2146;
    margin-bottom:15px;
}

.mini-process-box p{
    font-size:0.95rem;
    line-height:1.7;
    margin-bottom:0;
}

.process-note{
    background:#f0f9ff;
    border:1px solid #dbeafe;
    padding:20px;
    border-radius:16px;
    margin-top:25px;
    color:#0c2146;
}

@media(max-width:991px){

    .process-card,
    .process-step-card{
        padding:35px 25px;
    }

    .process-card h3,
    .process-step-card h3{
        font-size:1.6rem;
    }

}


.rural-water-section{
    background:#f4f7fb;
}

.rural-card{
    background:#fff;
    border-radius:30px;
    padding:55px;
    box-shadow:0 10px 35px rgba(0,0,0,0.05);
}

.rural-card h2{
    font-size:2.3rem;
    font-weight:800;
    color:#0b2147;
    margin-bottom:25px;
}

.rural-card h3{
    font-size:2rem;
    font-weight:800;
    color:#0b2147;
    margin-bottom:25px;
}

.rural-card p{
    color:#4b5563;
    line-height:1.9;
    font-size:1.04rem;
}

.rural-highlight{
    background:#eef6ff;
    border-left:5px solid #0f5f89;
    padding:22px;
    border-radius:18px;
    margin-top:30px;
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.rural-highlight i{
    color:#0f5f89;
    font-size:1.5rem;
}

.rural-benefit-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    height:100%;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.rural-benefit-card i{
    font-size:2rem;
    color:#0f5f89;
    margin-bottom:18px;
}

.rural-benefit-card h4{
    font-size:1.25rem;
    font-weight:700;
    margin-bottom:15px;
    color:#0b2147;
}

.rural-benefit-card p{
    color:#64748b;
    line-height:1.7;
    margin-bottom:0;
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.process-rural-card{
    background:#fff;
    border-radius:28px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.process-number{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0f5f89;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    font-weight:800;
    margin-bottom:25px;
}

.process-rural-card h3{
    font-size:1.6rem;
    font-weight:800;
    color:#0b2147;
    margin-bottom:20px;
}

.process-rural-card p{
    color:#4b5563;
    line-height:1.8;
}

.rural-contact-box{
    background:linear-gradient(135deg,#0f5f89,#123d6b);
    border-radius:30px;
    padding:50px;
    color:#fff;
}

.rural-contact-box h3{
    font-size:2rem;
    font-weight:800;
    margin-bottom:15px;
}

.rural-contact-box p{
    color:rgba(255,255,255,0.9);
    margin-bottom:0;
}

.rural-image-placeholder img{
    width:100%;
    border-radius:24px;
    object-fit:cover;
}

@media(max-width:991px){

    .rural-card{
        padding:35px 25px;
    }

    .rural-card h2,
    .rural-card h3{
        font-size:1.8rem;
    }

    .process-grid{
        grid-template-columns:1fr;
    }

    .rural-contact-box{
        padding:35px 25px;
        text-align:center;
    }

}


/* =========================================
   PIEL Y CABELLO
========================================= */

.rural-card{
    background:#fff;
    border-radius:35px;
    padding:60px;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.rural-card h2{
    font-size:52px;
    line-height:1.1;
    font-weight:800;
    color:#05285b;
    margin-bottom:25px;
}

.rural-card h3{
    font-size:38px;
    line-height:1.2;
    font-weight:800;
    color:#05285b;
    margin-bottom:25px;
}

.rural-card p{
    font-size:18px;
    line-height:1.95;
    color:#4c5c73;
    margin-bottom:22px;
}

.mini-label{
    display:inline-block;
    background:#e9f2f8;
    color:#0f5e8d;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:10px 18px;
    border-radius:30px;
    margin-bottom:20px;
}

.rural-image-placeholder img{
    width:100%;
    border-radius:30px;
    object-fit:cover;
}

.rural-highlight{
    display:flex;
    align-items:center;
    gap:18px;
    background:#edf5fb;
    border-left:5px solid #0f5e8d;
    padding:28px;
    border-radius:22px;
    margin-top:30px;
}

.rural-highlight i{
    font-size:34px;
    color:#0f5e8d;
}

.rural-highlight div{
    font-size:17px;
    font-weight:600;
    color:#234;
    line-height:1.7;
}

.rural-benefit-card{
    background:#fff;
    border-radius:25px;
    padding:35px 30px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.rural-benefit-card:hover{
    transform:translateY(-6px);
}

.rural-benefit-card i{
    font-size:42px;
    color:#0f5e8d;
    margin-bottom:20px;
}

.rural-benefit-card h4{
    font-size:24px;
    font-weight:800;
    color:#05285b;
    margin-bottom:15px;
}

.rural-benefit-card p{
    font-size:16px;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .rural-card{
        padding:35px;
    }

    .rural-card h2{
        font-size:38px;
    }

    .rural-card h3{
        font-size:30px;
    }

}

@media(max-width:767px){

    .rural-card{
        padding:28px 22px;
        border-radius:25px;
    }

    .rural-card h2{
        font-size:30px;
    }

    .rural-card h3{
        font-size:26px;
    }

    .rural-card p{
        font-size:16px;
        line-height:1.8;
    }

    .rural-highlight{
        flex-direction:column;
        align-items:flex-start;
    }

}

.videos-section{
    background:#f4f7fb;
}

.video-card{
    background:#fff;
    border-radius:24px;
    padding:14px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.video-card video{
    width:100%;
    height:360px;
    object-fit:cover;
    border-radius:18px;
    display:block;
    background:#000;
}

@media(max-width:767px){
    .video-card video{
        height:240px;
    }
}

.mhi-highlight{
    background:linear-gradient(135deg,#0b2c52,#144f8a);
    border-radius:24px;
    padding:35px;
    color:#fff;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mhi-highlight::before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
}

.mhi-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    padding:8px 14px;
    border-radius:50px;
    margin-bottom:18px;
    font-size:14px;
    font-weight:600;
    backdrop-filter:blur(10px);
}

.mhi-highlight h4{
    font-size:32px;
    line-height:1.2;
    font-weight:800;
    margin-bottom:20px;
    color:#fff;
}

.mhi-highlight p{
    font-size:17px;
    line-height:1.7;
    color:rgba(255,255,255,.92);
    margin-bottom:28px;
}

.mhi-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#0b2c52;
    padding:14px 28px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    transition:.3s ease;
}

.mhi-button:hover{
    transform:translateY(-3px);
    background:#dff1ff;
    color:#0b2c52;
}

@media(max-width:768px){

    .mhi-highlight{
        padding:28px;
    }

    .mhi-highlight h4{
        font-size:24px;
    }

    .mhi-highlight p{
        font-size:15px;
    }

}

.medical-warning-box{
    background:linear-gradient(135deg,#fff7d6,#ffe98f);
    border-left:6px solid #d9a300;
    border-radius:24px;
    padding:35px;
    display:flex;
    gap:24px;
    align-items:flex-start;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.medical-warning-box::before{
    content:'';
    position:absolute;
    top:-60px;
    right:-60px;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.25);
    border-radius:50%;
}

.warning-icon{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:#d9a300;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.warning-content{
    position:relative;
    z-index:2;
}

.warning-label{
    display:inline-block;
    background:#d9a300;
    color:#fff;
    font-size:13px;
    font-weight:700;
    padding:8px 14px;
    border-radius:50px;
    margin-bottom:16px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.medical-warning-box h4{
    font-size:32px;
    font-weight:800;
    color:#1b1b1b;
    margin-bottom:18px;
}

.medical-warning-box p{
    font-size:17px;
    line-height:1.8;
    color:#333;
    margin-bottom:18px;
}

.warning-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#1b1b1b;
    color:#fff;
    text-decoration:none;
    padding:14px 26px;
    border-radius:14px;
    font-weight:700;
    margin-top:10px;
    transition:.3s ease;
}

.warning-link:hover{
    background:#d9a300;
    color:#1b1b1b;
    transform:translateY(-3px);
}

.medical-warning-box small{
    display:block;
    margin-top:16px;
    color:#6a5a00;
    font-size:14px;
    font-weight:600;
}

@media(max-width:768px){

    .medical-warning-box{
        flex-direction:column;
        padding:28px;
    }

    .medical-warning-box h4{
        font-size:24px;
    }

    .medical-warning-box p{
        font-size:15px;
    }

}

/* =========================
   DISCLAIMER CIENTÍFICO
========================= */

.scientific-disclaimer-box{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#0d1b2a,#132238);
    border-radius:28px;
    padding:45px;
    display:flex;
    gap:30px;
    align-items:flex-start;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 20px 50px rgba(0,0,0,.18);
}

.scientific-disclaimer-box::before{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
    top:-120px;
    right:-120px;
}

.scientific-disclaimer-icon{
    min-width:80px;
    width:80px;
    height:80px;
    border-radius:22px;
    background:linear-gradient(135deg,#0ea5e9,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
    box-shadow:0 15px 35px rgba(37,99,235,.35);
}

.scientific-disclaimer-content{
    position:relative;
    z-index:2;
}

.scientific-disclaimer-badge{
    display:inline-block;
    background:rgba(14,165,233,.15);
    border:1px solid rgba(14,165,233,.35);
    color:#7dd3fc;
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:20px;
    text-transform:uppercase;
}

.scientific-disclaimer-content h3{
    color:#fff;
    font-size:38px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:22px;
}

.scientific-disclaimer-content p{
    color:rgba(255,255,255,.85);
    font-size:17px;
    line-height:1.9;
    margin-bottom:18px;
}

.scientific-links{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:25px;
}

.scientific-btn{
    text-decoration:none;
    padding:15px 28px;
    border-radius:14px;
    font-weight:700;
    transition:.3s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.primary-btn{
    background:#0ea5e9;
    color:#fff;
}

.primary-btn:hover{
    background:#38bdf8;
    color:#fff;
    transform:translateY(-3px);
}

.secondary-btn{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
}

.secondary-btn:hover{
    background:#fff;
    color:#111827;
    transform:translateY(-3px);
}


/* =========================
   DISCLAIMER MÉDICO
========================= */

.medical-warning-box{
    background:linear-gradient(135deg,#fff7d6,#ffe98f);
    border-left:6px solid #d9a300;
    border-radius:24px;
    padding:35px;
    display:flex;
    gap:24px;
    align-items:flex-start;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.medical-warning-box::before{
    content:'';
    position:absolute;
    top:-60px;
    right:-60px;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.25);
    border-radius:50%;
}

.warning-icon{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:#d9a300;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.warning-content{
    position:relative;
    z-index:2;
}

.warning-label{
    display:inline-block;
    background:#d9a300;
    color:#fff;
    font-size:13px;
    font-weight:700;
    padding:8px 14px;
    border-radius:50px;
    margin-bottom:16px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.medical-warning-box h4{
    font-size:32px;
    font-weight:800;
    color:#1b1b1b;
    margin-bottom:18px;
}

.medical-warning-box p{
    font-size:17px;
    line-height:1.8;
    color:#333;
    margin-bottom:18px;
}

.warning-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#1b1b1b;
    color:#fff;
    text-decoration:none;
    padding:14px 26px;
    border-radius:14px;
    font-weight:700;
    margin-top:10px;
    transition:.3s ease;
}

.warning-link:hover{
    background:#d9a300;
    color:#1b1b1b;
    transform:translateY(-3px);
}

.medical-warning-box small{
    display:block;
    margin-top:16px;
    color:#6a5a00;
    font-size:14px;
    font-weight:600;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .scientific-disclaimer-box,
    .medical-warning-box{
        flex-direction:column;
        padding:28px;
    }

    .scientific-disclaimer-content h3{
        font-size:28px;
    }

    .medical-warning-box h4{
        font-size:24px;
    }

    .scientific-disclaimer-content p,
    .medical-warning-box p{
        font-size:15px;
    }

    .scientific-links{
        flex-direction:column;
    }

    .scientific-btn{
        width:100%;
    }

}



.productivity-impact-section{
    padding:100px 0;
    background:#f7f9fc;
}

.productivity-impact-section .section-label{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#0b6aa9;
    margin-bottom:18px;
}

.productivity-impact-section .section-title{
    font-size:clamp(38px,5vw,68px);
    font-weight:800;
    line-height:1.1;
    color:#06224a;
    margin-bottom:0;
}

.impact-box{
    background:#fff;
    border-radius:32px;
    padding:55px;
    border:1px solid #e5edf6;
    box-shadow:0 10px 35px rgba(0,0,0,.04);
}

.impact-box h3{
    font-size:42px;
    line-height:1.2;
    font-weight:800;
    color:#06224a;
    margin-bottom:24px;
}

.impact-box h5{
    font-size:26px;
    font-weight:700;
    color:#0b6aa9;
    margin-bottom:20px;
}

.impact-box p{
    font-size:19px;
    line-height:2;
    color:#4f5f78;
    margin-bottom:22px;
}

.impact-list{
    padding-left:22px;
    margin-bottom:25px;
}

.impact-list li{
    font-size:18px;
    line-height:2;
    color:#4f5f78;
    margin-bottom:16px;
}

.impact-list strong{
    color:#06224a;
    font-weight:700;
}

.analysis-box{
    background:#f5f9ff;
    border-left:6px solid #0b6aa9;
    border-radius:24px;
    padding:35px;
}

.analysis-box h5{
    margin-bottom:18px;
}

.impact-table{
    border-radius:22px;
    overflow:hidden;
    border:none;
    margin-bottom:0;
}

.impact-table thead th{
    background:#083b88;
    color:#fff;
    font-size:16px;
    font-weight:700;
    padding:22px;
    border:none;
    text-align:center;
    vertical-align:middle;
}

.impact-table tbody td{
    padding:20px;
    font-size:16px;
    line-height:1.7;
    color:#42536d;
    vertical-align:middle;
    border-color:#e3ebf5;
}

.impact-table tbody tr:nth-child(even){
    background:#f8fbff;
}

.impact-table tbody td:first-child{
    font-weight:700;
    color:#06224a;
}

@media(max-width:991px){

    .productivity-impact-section{
        padding:70px 0;
    }

    .impact-box{
        padding:30px;
    }

    .impact-box h3{
        font-size:30px;
    }

    .impact-box h5{
        font-size:22px;
    }

    .impact-box p,
    .impact-list li{
        font-size:16px;
        line-height:1.8;
    }

    .impact-table thead th,
    .impact-table tbody td{
        font-size:14px;
        padding:14px;
    }

}

.process-group{
    background:#f7f9fc;
    border:1px solid #dfe7f1;
    border-radius:28px;
    padding:35px;
    margin-top:40px;
}

.process-step-card{
    padding:22px 0;
    border-bottom:1px solid #dfe7f1;
}

.process-step-card:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.process-step-card:first-child{
    padding-top:0;
}

.process-step-card h3{
    font-size:28px;
    font-weight:800;
    color:#06224a;
    margin-bottom:15px;
    line-height:1.2;
}

.process-step-card p{
    font-size:17px;
    line-height:1.9;
    color:#52627b;
    margin-bottom:0;
}

@media(max-width:768px){

    .process-group{
        padding:25px;
        border-radius:22px;
    }

    .process-step-card h3{
        font-size:22px;
    }

    .process-step-card p{
        font-size:15px;
        line-height:1.8;
    }

}

.process-group{
    background:#f7f9fc;
    border:1px solid #dfe7f1;
    border-radius:28px;
    padding:35px;
    margin-top:40px;
}

.process-step-card{
    padding:22px 0;
    border-bottom:1px solid #dfe7f1;
}

.process-step-card:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.process-step-card:first-child{
    padding-top:0;
}

.process-step-card h3{
    font-size:28px;
    font-weight:800;
    color:#06224a;
    margin-bottom:15px;
    line-height:1.2;
}

.process-step-card p{
    font-size:17px;
    line-height:1.9;
    color:#52627b;
    margin-bottom:0;
}

@media(max-width:768px){

    .process-group{
        padding:25px;
        border-radius:22px;
    }

    .process-step-card h3{
        font-size:22px;
    }

    .process-step-card p{
        font-size:15px;
        line-height:1.8;
    }

}

.process-compact-card{
    background:#fff;
    border:1px solid #e4ebf3;
    border-radius:30px;
    padding:38px 42px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.compact-item{
    padding:24px 0;
    border-bottom:1px solid #e4ebf3;
}

.compact-item:first-child{
    padding-top:0;
}

.compact-item:last-child{
    padding-bottom:0;
    border-bottom:0;
}

.compact-item h3{
    font-size:26px;
    font-weight:800;
    color:#06224a;
    margin-bottom:10px;
}

.compact-item p{
    font-size:17px;
    line-height:1.8;
    color:#4f5f78;
    margin-bottom:0;
}

@media(max-width:768px){
    .process-compact-card{
        padding:26px;
        border-radius:24px;
    }

    .compact-item{
        padding:20px 0;
    }

    .compact-item h3{
        font-size:22px;
    }

    .compact-item p{
        font-size:15px;
    }
}

.comparison-section{
    background:#eef1fb;
    padding:90px 0;
}

.comparison-image-box{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.comparison-img{
    width:100%;
    max-width:1100px;
    border-radius:18px;
    box-shadow:0 15px 45px rgba(0,0,0,0.12);
    display:block;
}

@media(max-width:768px){

    .comparison-section{
        padding:60px 0;
    }

    .comparison-img{
        border-radius:12px;
    }

}

.study-card p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.styled-list li {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

















/* mio */

.footer-content {
    margin-top: 0px;
}



































