body {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



/* ======================================
NAVBAR
====================================== */

.navbar-custom{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    padding:25px 0;
}

.logo{
    font-size:42px;
    font-weight:600;
    color:#fff;
    text-decoration:none;
}

.logo span{
    font-size:20px;
    font-weight:300;
    margin-left:5px;
}

.navbar-nav .nav-link{
    color:#fff;
    font-size:14px;
    letter-spacing:0.5px;
    margin:0 8px;
    transition:0.3s;
}

.navbar-nav .nav-link:hover{
    opacity:0.7;
}

.social-icons{
    display:flex;
    gap:18px;
}

.social-icons a{
    color:#fff;
    font-size:18px;
    transition:0.3s;
}

.social-icons a:hover{
    opacity:0.7;
}




/* ======================================
SLIDER
====================================== */

.carousel-item{
    height:100vh;
    min-height:700px;
    position:relative;
}

.carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Overlay oscuro */
.carousel-item::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
    z-index:1;
}

/* ======================================
CAPTION
====================================== */

.carousel-caption{
    z-index:5;
    bottom:50%;
    transform:translateY(50%);
    left:8%;
    right:auto;
    width:700px;
    text-align:left;
}

.subtitle{
    font-size:22px;
    font-weight:400;
    margin-bottom:15px;
    color:#fff;
}

.main-title{
    font-size:72px;
    line-height:1;
    font-weight:300;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:25px;
    color:#fff;
}

.description{
    font-size:20px;
    line-height:1.5;
    font-weight:300;
    margin-bottom:35px;
    color:#fff;
}

.btn-custom{
    border:1px solid rgba(255,255,255,0.8);
    color:#fff;
    padding:14px 42px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
    transition:0.3s;
    display:inline-block;
}

.btn-custom:hover{
    background:#fff;
    color:#000;
}

/* ======================================
INDICATORS
====================================== */

.carousel-indicators{
    bottom:35px;
}

.carousel-indicators [data-bs-target]{
    width:12px;
    height:12px;
    border-radius:50%;
}

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

@media(max-width:992px){

    .carousel-caption{
        width:90%;
        left:50%;
        right:auto;
        transform:translate(-50%,50%);
        text-align:left;
    }

    .main-title{
        font-size:48px;
    }

    .description{
        font-size:18px;
    }

    .navbar-collapse{
        background:rgba(0,0,0,0.85);
        padding:20px;
        margin-top:15px;
        border-radius:10px;
    }
}

@media(max-width:576px){

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

    .subtitle{
        font-size:18px;
    }

    .description{
        font-size:16px;
    }

    .logo{
        font-size:30px;
    }

    .btn-custom{
        padding:12px 25px;
    }
}

/* ======================================
HERO
====================================== */

.hero-section{
    position:relative;
    min-height:65vh; /* reducido */
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#000;
}

/* Efectos decorativos */

.hero-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(255,255,255,0.03);
    top:-180px;
    right:-150px;
    filter:blur(10px);
}

.hero-section::after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,0.02);
    bottom:-120px;
    left:-100px;
    filter:blur(10px);
}

/* ======================================
CONTENIDO
====================================== */

.hero-content{
    position:relative;
    z-index:5;
    width:100%;
    padding:120px 0 70px;
    text-align:left;
}

.hero-wrapper{
    max-width:700px;
    margin:auto;
}

/* Texto */

.hero-title{
    font-size:82px;
    line-height:1;
    font-weight:200;
    letter-spacing:4px;
    color:#fff;
    margin-bottom:18px;
}

.hero-description{
    font-size:20px;
    line-height:1.6;
    color:rgba(255,255,255,0.7);
    font-weight:300;
    max-width:620px;
    margin:auto;
}

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

@media(max-width:992px){

    .hero-section{
        min-height:55vh;
    }

    .hero-content{
        padding:110px 0 60px;
    }

    .hero-title{
        font-size:58px;
    }

    .hero-description{
        font-size:18px;
    }
}

@media(max-width:576px){

    .hero-section{
        min-height:50vh;
    }

    .hero-content{
        padding:100px 0 50px;
    }

    .hero-title{
        font-size:40px;
        letter-spacing:2px;
    }

    .hero-description{
        font-size:16px;
    }
}




        .biohus-section{
            background:#202426;
            padding:50px 0 35px;
            color:#fff;
            min-height:100vh;
        }

        .logo{
            width:140px;
            opacity:.95;
            margin-bottom:20px;
        }

        .hero-title{
            font-size:2.2rem;
            font-weight:300;
            line-height:1.35;
            color:#f2f2f2;
            letter-spacing:.2px;
            margin:auto;
        }

        .hero-subtitle{
            margin-top:55px;
            margin-bottom:45px;
            color:#d6d6d6;
            font-size:1rem;
            line-height:1.5;
            font-weight:300;
        }

        .hero-subtitle strong{
            display:block;
            font-size:1.05rem;
            font-weight:500;
            margin-bottom:2px;
            color:#ffffff;
        }

        .style-card{
            position:relative;
            overflow:hidden;
            height:420px;
            background:#000;
        }

        .style-card img{
            width:100%;
            height:100%;
            object-fit:cover;
            filter:brightness(42%);
            transition:.5s ease;
        }

        .style-card:hover img{
            transform:scale(1.03);
            filter:brightness(50%);
        }

        .card-overlay{
            position:absolute;
            inset:0;
            text-align: center;
            display:flex;
            flex-direction:column;
            justify-content:space-between;
            padding:28px 22px 28px;
        }

      .card-mini-logo{
        display: inline-block;
        margin: auto;
      }
        .mini-logo{
            width:70px !important;
            filter: none !important;
        }

        .card-bottom{
    display: inline-block;
    margin: auto;
            text-align:center;

        }

        .card-title{
            font-size:2rem;
            font-weight:300;
            letter-spacing:1.5px;
            margin-bottom:12px;
            color:#fff;
            border-bottom: 1px solid #fff;
        }

        .btn-outline-custom{
            border:1px solid rgba(255,255,255,.7);
            color:#fff;
            background:transparent;
            border-radius:5px;
            padding:7px 18px;
            font-size:.9rem;
            letter-spacing:1px;
            text-transform:uppercase;
            transition:.3s ease;
            text-decoration:none;
            display:inline-block;
        }

        .btn-outline-custom:hover{
            background:#fff;
            color:#000;
        }

        @media(max-width:991px){

            .hero-title{
                font-size:1.55rem;
            }

            .style-card{
                height:350px;
            }

            .card-title{
                font-size:1.7rem;
            }

        }


/* ======================================
SECTION
====================================== */

.servicios-section{
  background: #E0DAD8;
    padding:90px 0;
}

/* ======================================
TÍTULOS
====================================== */

.servicios-section .section-title{
    font-size: 64px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

@media (max-width: 991px){
    .servicios-section .section-title{
        font-size: 48px !important;
    }
}

@media (max-width: 767px){
    .servicios-section .section-title{
        font-size: 36px !important;
        line-height: 1.2;
    }
}

.section-subtitle{
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:70px;
    font-weight:400;
}

/* ======================================
CARD
====================================== */

.service-card{
    border:3px solid #2a2525;
    padding:25px;
    height:100%;
    min-height:360px;

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    transition:0.3s ease;
    background:transparent;
}

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

/* ======================================
ICON
====================================== */

.service-icon{
    font-size:48px;
    color:#7a7a7a;
    margin-bottom:20px;
}

/* ======================================
TITLE
====================================== */

.service-title{
    font-size:32px;
    line-height:1.05;
    font-weight:500;
    margin-bottom:25px;
}

/* ======================================
TEXT
====================================== */

.service-text{
    font-size:16px;
    line-height:1.6;
    color:#3b3535;
}

/* ======================================
BUTTON
====================================== */

.service-link{
    text-decoration:none;
    color:#2a2525;
    font-size:18px;
    font-weight:500;
    text-transform:uppercase;
    align-self:flex-end;
    margin-top:40px;
    transition:0.3s;
}

.service-link:hover{
    opacity:0.7;
}

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

@media(max-width:992px){

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

    .service-card{
        min-height:auto;
    }
}

@media(max-width:768px){

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

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

    .section-subtitle{
        font-size:16px;
        margin-bottom:50px;
    }

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



.biohus-section-elegir{
    position:relative;
    padding:100px 0 80px;
    overflow:hidden;

    background-image:url('/images/bg-home2.jpg');
    background-size:cover;
    background-position:center;
}

/* Overlay oscuro */

.biohus-section-elegir::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
    z-index:1;
}

.biohus-section-elegir .container{
    position:relative;
    z-index:2;
}
/* ======================================
TÍTULOS
====================================== */



.section-title{
    color:#fff;
    font-size:64px;
    font-weight:400;
    margin-bottom:18px;
}

.section-description{
    color:#fff;
    font-size:22px;
    line-height:1.4;
    max-width:900px;
    margin:auto;
    font-weight:300;
}

/* ======================================
ITEMS
====================================== */

.feature-item{
    text-align:center;
    color:#fff;
    margin-top:70px;
}

/* círculo */

.feature-icon{
    width:150px;
    height:150px;
    border:4px solid rgba(255,255,255,0.8);
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 25px;

    transition:0.3s;
}

.feature-item:hover .feature-icon{
    transform:translateY(-8px);
    border-color:#fff;
}

/* icon */

.feature-icon i{
    font-size:65px;
    color:#d7d7d7;
}

/* title */

.feature-title{
    font-size:22px;
    line-height:1.3;
    font-weight:400;
    margin-bottom:25px;
}


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

@media(max-width:992px){

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

    .section-description{
        font-size:18px;
    }

    .feature-icon{
        width:130px;
        height:130px;
    }

    .feature-icon i{
        font-size:52px;
    }
}

@media(max-width:768px){

    .biohus-section{
        padding:80px 0 60px;
    }

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

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

    .feature-item{
        margin-top:50px;
    }

    .feature-title{
        font-size:20px;
    }
}

/* ======================================
SECTION
====================================== */

.footer-biohus{
    background:linear-gradient(to right,#1a1f24,#121417);
    color:#fff;
    overflow:hidden;
}

/* ======================================
TOP CTA
====================================== */

.footer-title{
    font-size:64px;
    font-weight:400;
    color:#9da0a5;
    margin-bottom:15px;
}

.footer-description{
    font-size:24px;
    line-height:1.4;
    font-weight:300;
    max-width:900px;
    margin:auto;
    color:#fff;
}

/* ======================================
BUTTON
====================================== */

.btn-outline-custom{
    border:1px solid rgba(255,255,255,0.9);
    color:#fff;
    padding:10px 34px;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
    display:inline-block;
    transition:0.3s;
}

.btn-outline-custom:hover{
    background:#fff;
    color:#000;
}

/* ======================================
DIVIDER
====================================== */

.footer-divider{
    position:relative;
    margin:70px 0 60px;
}

.footer-divider::before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.6);
}

.divider-logo{
    position:relative;
    z-index:2;
    background:#171b1f;
    display:inline-block;
    padding:0 18px;
    color:#d8d8d8;
    font-size:42px;
    font-weight:600;
    letter-spacing:2px;
}

/* ======================================
CONTACT SECTION
====================================== */

.contact-title{
    font-size:50px;
    color:#9da0a5;
    margin-bottom:20px;
    font-weight:400;
}

.contact-text{
    font-size:22px;
    line-height:1.5;
    color:#fff;
    font-weight:300;
}

/* ======================================
INFO
====================================== */

.info-title{
    font-size:25px;
    color:#9da0a5;
    margin-bottom:10px;
    font-weight:400;
}

.info-text{
    font-size:20px;
    line-height:1.5;
    color:#fff;
    font-weight:300;
}



.contact-links{
    font-size:20px;
    line-height:1.6;
    font-weight:300;
}

.contact-links a{
    color:#fff;
    text-decoration:none;
}

/* ======================================
BOTTOM
====================================== */

.footer-bottom{
    margin-top:60px;
}

.footer-logo{
    font-size:80px;
    font-weight:600;
    color:#d6d6d6;
    line-height:0.9;
}

.footer-logo-text{
    font-size:22px;
    line-height:1.1;
    color:#d6d6d6;
    font-weight:400;
}

.footer-links{
    font-size:16px;
    line-height:1.8;
    color:#bfbfbf;
}

.footer-links a{
    color:#bfbfbf;
    text-decoration:none;
}

.footer-copy{
    text-align:right;
    color:#8a8a8a;
    font-size:14px;
}

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

@media(max-width:992px){

    .footer-title{
        font-size:44px;
    }

    .footer-description{
        font-size:20px;
    }

    .contact-title{
        font-size:42px;
    }

    .info-title{
        margin-top:40px;
    }

    .footer-copy{
        text-align:left;
        margin-top:30px;
    }
}

@media(max-width:768px){

    .footer-biohus{
        padding:60px 0 30px;
    }

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

    .footer-description{
        font-size:18px;
    }

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

    .contact-text,
    .info-text,
    .contact-links{
        font-size:18px;
    }

    .footer-logo{
        font-size:60px;
    }

    .footer-logo-text{
        font-size:18px;
    }
}


  .wsp {
    background: #25d366;
  }

  .wsp:hover {
    background: #128C7E;
  }

  #back_to_top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

#back_to_top:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}


    section{
      padding:50px 0;
    }

    .btn-custom3{
      background:#8B7B4A;
      color:#fff;
      border:none;
      padding:14px 28px;
      font-size:14px;
      font-weight:600;
      letter-spacing:.5px;
      text-transform:uppercase;
      transition:.3s;
    }

    .btn-custom3:hover{
      background:#6f623c;
      color:#fff;
    }

    .btn-outline-custom3{
      border:1px solid rgba(255,255,255,.5);
      color:#fff;
      padding:14px 28px;
      font-size:14px;
      font-weight:600;
      text-transform:uppercase;
      transition:.3s;
    }

    .btn-outline-custom3:hover{
      background:#fff;
      color:#000;
    }

    .section-tag{
      font-size:13px;
      text-transform:uppercase;
      letter-spacing:2px;
      color:var(--secondary);
      font-weight:600;
      margin-bottom:15px;
    }

    .section-title2{
        color:#000;
      font-size:48px;
      font-weight:800;
      line-height:1.1;
      margin-bottom:25px;
    }

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

    /* HERO */

    .hero{
      min-height:100vh;

      display:flex;
      align-items:center;
      color:#fff;
      position:relative;
    }

    .hero-americana{
      background:
      linear-gradient(to right, rgba(0,0,0,.75), rgba(0,0,0,.35)),
      url('/images/estilos/bg-americano.jpeg') center/cover;
    }

.hero-nordico{
  background:
  linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.30)),
  url('/images/estilos/bg-nordico.jpg') center/cover;
}

.hero-clasico{
  background:
  linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.30)),
  url('/images/estilos/bg-clasico.jpg') center/cover;
}
.hero-moderna{
background:
  linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.30)),
  url('/images/estilos/bg-moderno.jpg') center/cover;
}

.hero-aislamiento{
background:
  linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.30)),
  url('https://content.arquitecturaydiseno.es/medio/2018/11/20/prefabricada-leap-factory_65f61751_1500x1000.jpg') center/cover;
}

.hero-construccion-premium{
background:
  linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.30)),
  url('https://pulethome.com/wp-content/uploads/2026/05/3FTApojlwOjj9L_zrn87ZcRQ0A5gXqzzAKu9LPXoLYLaZrELOcKiqa3tpsWDzRqWuH3_vMtqQYuNjmVhTL2KttEm_askUPw-KDA0o6Qovbb73UI7atY6DcZShaFJZ-Ha3mT97G1L_fMs5nE5fwCiOZHvdymeHrnRw7jL02kVYNkhTfPArQ7OAipCXUwiQnEB-1.jpeg') center/cover;
}

.hero-normativa{
background:
  linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.30)),
  url('https://www.construimostucasa.com/wp-content/uploads/2019/03/Exterior-3.jpg') center/cover;
}

.hero-sustentable{
background:
  linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.30)),
  url('https://zerohousing.es/wp-content/uploads/2026/01/Casa-prefabricada-modular-ZH180-con-piscina-y-jardin.webp') center/cover;
}

.hero-petfriendly{
background:
  linear-gradient(to right, rgba(0,0,0,.72), rgba(0,0,0,.30)),
  url('https://habitaro.com/wp-content/uploads/2025/04/Construcciones-para-mascotas-1024x683.webp') center/cover;
}


        .hero-nosotros{
      background:
      linear-gradient(to right, rgba(0,0,0,.75), rgba(0,0,0,.35)),
      url('/images/bgnosotros.avif') center/cover;
    }

    .hero-content{
      max-width:800px;
    }

    .hero h1{
      font-size:80px;
      font-weight:800;
      line-height:1;
      margin-bottom:25px;
    }

    .hero p{
      font-size:20px;
      line-height:1.8;
      color:rgba(255,255,255,.85);
      margin-bottom:35px;
    }

    .hero-buttons{
      display:flex;
      gap:15px;
      flex-wrap:wrap;
    }

    /* ABOUT */

    .about-image{
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 20px 60px rgba(0,0,0,.12);
    }

    .about-image img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .feature-box{
      display:flex;
      gap:15px;
      align-items:flex-start;
      margin-top:25px;
    }

    .feature-box i{
      font-size:28px;
      color:var(--secondary);
    }

    .feature-box h5{
      font-size:17px;
      font-weight:700;
      margin-bottom:6px;
    }

    .feature-box p{
      color:#666;
      margin:0;
      font-size:15px;
      line-height:1.7;
    }

    /* MODELOS */

    .models{
      background:var(--light);
    }

    .model-card{
      background:#fff;
      border-radius:18px;
      overflow:hidden;
      border:1px solid #eee;
      transition:.3s;
      height:100%;
    }

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

    .model-card img{
      width:100%;
      height:240px;
      object-fit:cover;
    }

    .model-content{
      padding:25px;
    }

    .model-content h4{
      font-size:24px;
      font-weight:700;
      margin-bottom:10px;
    }

    .model-content p{
      color:#666;
      line-height:1.7;
      margin-bottom:20px;
    }

    .model-specs{
      display:flex;
      gap:20px;
      flex-wrap:wrap;
      margin-bottom:25px;
    }

    .spec{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:14px;
      color:#444;
    }

    .spec i{
      color:var(--secondary);
    }

    .features-list{
      list-style:none;
      padding:0;
      margin:0 0 25px;
    }

    .features-list li{
      margin-bottom:10px;
      color:#555;
      font-size:15px;
    }

    .features-list li i{
      color:var(--secondary);
      margin-right:8px;
    }

    .card-buttons{
      display:flex;
      gap:12px;
    }

    .card-buttons .btn{
      flex:1;
    }

    /* BENEFICIOS */

    .benefits-grid{
      display:grid;
      grid-template-columns:repeat(6,1fr);
      gap:30px;
      margin-top:50px;
    }

    .benefit-item{
      text-align:center;
    }

    .benefit-item i{
      font-size:42px;
      color:var(--secondary);
      margin-bottom:20px;
    }

    .benefit-item h5{
      font-size:18px;
      font-weight:700;
      margin-bottom:10px;
    }

    .benefit-item p{
      font-size:15px;
      color:#666;
      line-height:1.7;
    }

    /* CTA */

    .cta-section{
      background:
      linear-gradient(to right, rgba(20,20,20,.85), rgba(20,20,20,.45)),
      url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?q=80&w=1800&auto=format&fit=crop') center/cover;
      border-radius:28px;
      overflow:hidden;
      padding:90px;
      color:#fff;
    }

    .cta-section h2{
      font-size:52px;
      font-weight:800;
      margin-bottom:25px;
      line-height:1.1;
    }

    .cta-section p{
      font-size:18px;
      color:rgba(255,255,255,.85);
      line-height:1.8;
      margin-bottom:35px;
    }

    @media(max-width:991px){

      section{
        padding:70px 0;
      }

      .hero{
        min-height:auto;
        padding:120px 0;
      }

      .hero h1{
        font-size:58px;
      }

      .section-title2{
        font-size:38px;
      }

      .benefits-grid{
        grid-template-columns:repeat(2,1fr);
      }

      .cta-section{
        padding:60px 35px;
      }

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

      .contact-cta{
        padding:35px;
      }

      .contact-cta h3{
        font-size:32px;
      }

    }

    @media(max-width:767px){

      .hero h1{
        font-size:44px;
      }

      .section-title2{
        font-size:32px;
      }

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

      .card-buttons{
        flex-direction:column;
      }

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

    }

  

.simple-white-cta{
  padding:0 0 90px;
  background:#fff;
}

.simple-white-cta-box{
  background:#fff;
  border:1px solid #E9E6DE;
  border-radius:28px;
  padding:65px 70px;
  transition:.3s;
}

.simple-white-cta-box:hover{
  box-shadow:0 20px 60px rgba(0,0,0,.06);
}

.white-cta-badge{
  display:inline-block;
  margin-bottom:18px;
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  color:#8B7B4A;
}

.white-cta-title{
  font-size:52px;
  font-weight:800;
  line-height:1.1;
  color:#1F1F1B;
  margin-bottom:20px;
  max-width:720px;
}

.white-cta-text{
  font-size:18px;
  line-height:1.8;
  color:#666;
  margin-bottom:0;
  max-width:650px;
}

.white-cta-btn{
  background:#8B7B4A;
  color:#fff;
  border:none;
  padding:18px 34px;
  border-radius:14px;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  transition:.3s;
}

.white-cta-btn:hover{
  background:#74663E;
  color:#fff;
  transform:translateY(-2px);
}

@media(max-width:991px){

  .simple-white-cta-box{
    padding:50px 35px;
  }

  .white-cta-title{
    font-size:38px;
  }

}

@media(max-width:767px){

  .simple-white-cta-box{
    padding:40px 24px;
    border-radius:22px;
  }

  .white-cta-title{
    font-size:30px;
  }

  .white-cta-text{
    font-size:16px;
  }

  .white-cta-btn{
    width:100%;
  }

}


.comparison-biohus{
    background:#f8f9f7;
}

.section-title{
    font-size:48px;
    font-weight:700;
    color:#1f2933;
    margin-bottom:15px;
}

.section-subtitle{
    max-width:700px;
    margin:auto;
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
}

.comparison-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    border:1px solid #eef1ef;
}

.card-header-custom{
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid #e5e7eb;
}

.card-header-custom h3{
    margin:0;
    font-size:28px;
    font-weight:700;
}


.comparison-list{
    list-style:none;
    margin:0;
    padding:0;
}

.comparison-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:18px;
    color:#4b5563;
    line-height:1.7;
}

.comparison-list li:before{
    content:"";
    width:10px;
    height:10px;
    border-radius:50%;
    background:#474747;
    position:absolute;
    left:0;
    top:10px;
}

.comparison-highlight{
    background:#474747;
    color:#fff;
    border-radius:24px;
    padding:50px;
    text-align:center;
}

.comparison-highlight h4{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.comparison-highlight p{
    margin:0 auto;
    max-width:800px;
    opacity:.9;
    font-size:18px;
    line-height:1.8;
}

@media(max-width:768px){

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

    .comparison-card{
        padding:30px;
    }

    .comparison-highlight{
        padding:35px 25px;
    }

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

}

.benefits-section{
    background:#f8f9f7;
}

.section-subtitle{
    max-width:700px;
    margin:15px auto 0;
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
}

.benefit-card{
    background:#fff;
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ecefec;
    transition:all .3s ease;
}

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

.benefit-icon{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:18px;
    background:#F8F9F7;
    display:flex;
    align-items:center;
    justify-content:center;
}

.benefit-icon i{
    font-size:28px;
    color:#000;
}

.benefit-card h5{
    color:#1f2933;
    font-weight:700;
    margin-bottom:15px;
}

.benefit-card p{
    color:#6b7280;
    line-height:1.7;
    margin:0;
}