    :root{
      --bg:#f4efe3;
      --blue:#0b3f76;
      --blue-2:#1f6eb7;
      --light:#dff1ff;
      --line:#7ea0bb;
      --text:#16385c;
      --white:#fff;
      --shadow:0 14px 34px rgba(5,28,53,.10);
      --radius:26px;
      --container:1160px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:'Montserrat',sans-serif;
      background:var(--bg);
      color:var(--text);
    }

   .offer{
      background: #F7F0E7;
      padding: 3em 1em;
      width: 100%;
      text-align: center;
    }

    .offer img{
      display: block;
      width: 100%;
      max-width: 500px;
      height: auto;
      margin: 0 auto;
    }
    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    .container{width:min(var(--container),calc(100% - 48px));margin:0 auto}

    .site-header{
      background:var(--bg);
      padding:22px 0;
      position:sticky;
      top:0;
      z-index:20;
    }
    .site-header .wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .logo{
      display:flex;
      align-items:center;
      gap:14px;
      min-width:130px;
    }
    .logo-badge{
      width:62px;height:62px;border-radius:18px;
      background:linear-gradient(180deg,#8ed0ff,#4aa2ea);
      border:3px solid var(--blue);
      position:relative;
      box-shadow:var(--shadow);
      flex:none;
    }
    .logo-badge:before{
      content:"🙂";
      position:absolute;inset:0;
      display:grid;place-items:center;
      font-size:34px;
      filter:saturate(1.2);
    }
    .logo-text strong{
      display:block;
      font-size:22px;
      line-height:1;
      letter-spacing:.2px;
      font-weight:900;
      color:var(--blue);
    }
    .logo-text span{
      display:block;
      font-size:14px;
      font-weight:800;
      margin-top:4px;
      color:var(--blue);
    }

    .nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:34px;
      flex:1;
      font-size:14px;
      font-weight:800;
      color:var(--blue);
      text-transform:uppercase;
    }
    .nav a{position:relative;padding:10px 0}
    .nav a.active:after,
    .nav a:hover:after{
      content:"";
      position:absolute;left:0;right:0;bottom:0;
      height:3px;border-radius:10px;background:var(--blue);
    }

    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      padding:16px 24px;
      border-radius:12px;
      font-size:15px;
      font-weight:800;
      transition:.25s ease;
      border:2px solid transparent;
    }
    .btn-primary{background:var(--blue);color:#fff}
    .btn-primary:hover{transform:translateY(-2px)}
    .btn-outline{background:#fff;color:var(--blue);border-color:var(--line)}
    .btn.small{padding:14px 18px;font-size:13px}
    .btn .sub{display:block;font-size:12px;font-weight:700;opacity:.9}

    .hero{
      position:relative;
      overflow:hidden;
      background: url(https://charlyswindowcleaning.com/images/BANNER.png);
      background-size: cover;
      min-height:560px;
    }
    .hero:after{
      content:"";
      position:absolute;
      left:-2%;right:-2%;bottom:-85px;
      height:190px;
      background:var(--bg);
      border-top-left-radius:55% 100%;
      border-top-right-radius:55% 100%;
      z-index:1;
    }
    .hero-grid{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns: 1.05fr 1.15fr;
      align-items:center;
      gap:28px;
      min-height:560px;
      padding:34px 0 90px;
    }
    .hero-copy{padding:10px 0 0}
    .hero h1{
      margin:0 0 18px;
      color:var(--blue);
      font-size:68px;
      line-height:.95;
      letter-spacing:-1.2px;
      font-weight:900;
      text-transform:uppercase;
      max-width:560px;
    }
    .hero .lead{
      font-size:26px;
      line-height:1.25;
      font-weight:800;
      color:var(--blue);
      max-width:450px;
      margin:0 0 12px;
    }
    .hero .sublead{
      font-size:24px;
      line-height:1.45;
      color:#355577;
      margin:0 0 24px;
      font-weight:500;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap}

    .hero-visual{
      min-height:470px;
      position:relative;
      border-radius:30px;
      overflow:hidden;
      background:
        linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,0) 36%),
        linear-gradient(135deg,#9fcdf4,#f3f9ff 30%,#9fb19c 31%,#73856d 100%);
      box-shadow:var(--shadow);
    }
    .building{
      position:absolute;
      inset:0;
      background:
        linear-gradient(140deg, rgba(0,0,0,.18), rgba(0,0,0,0) 42%),
        linear-gradient(120deg,#d0c8b9 0 16%,transparent 16%),
        linear-gradient(180deg,transparent 0 18%,#302d28 18% 19.5%,transparent 19.5% 53%,#302d28 53% 54.2%,transparent 54.2%),
        linear-gradient(90deg,transparent 0 15%, #1f1f1f 15% 16%, #7bb3de 16% 35%, #1f1f1f 35% 36%, #94bfdc 36% 55%, #1f1f1f 55% 56%, #8cb6d0 56% 74%, #1f1f1f 74% 75%, #87aec6 75% 92%, transparent 92%),
        linear-gradient(180deg,#b3dbfa 0%, #e9f4ff 58%, #8ca37d 58%, #6d7d61 100%);
    }
    .sparkle, .sparkle2, .sparkle3{
      position:absolute;border-radius:50%;
      background:radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,.5) 35%, rgba(255,255,255,0) 70%);
      box-shadow:0 0 30px rgba(255,255,255,.8);
    }
    .sparkle{width:90px;height:90px;top:84px;right:200px}
    .sparkle2{width:70px;height:70px;top:138px;right:150px}
    .sparkle3{width:54px;height:54px;top:116px;right:250px}

    .mascot{
      position:absolute;
      right:20px;
      bottom:0;
      width:290px;
      aspect-ratio: .8;
      z-index:3;
    }
    .mascot:before{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(180deg,#6ac0ff 0 18%, #f6d6ac 18% 39%, #f4f6fb 39% 52%, #5ca8e3 52% 100%);
      border-radius:40% 40% 18% 18% / 22% 22% 10% 10%;
      border:5px solid var(--blue);
      box-shadow:var(--shadow);
      clip-path:polygon(28% 0,72% 0,88% 10%,100% 32%,100% 100%,0 100%,0 30%,12% 10%);
    }
    .mascot .hat{
      position:absolute;top:16px;left:50%;transform:translateX(-50%);
      width:180px;height:72px;border-radius:50px 50px 28px 28px;
      background:linear-gradient(180deg,#c6ecff,#69bbff);
      border:5px solid var(--blue);
      z-index:2;
    }
    .mascot .hat:after{
      content:"CHARLYS";
      position:absolute;left:0;right:0;top:20px;text-align:center;
      font-size:20px;font-weight:900;color:#3671ab;transform:rotate(-6deg);
    }
    .mascot .smile{
      position:absolute;left:50%;top:132px;transform:translateX(-50%);
      width:120px;height:46px;border-radius:0 0 40px 40px;
      background:#fff;border:5px solid #7b3d1c;z-index:2;
    }
    .mascot .tool{
      position:absolute;left:-28px;top:122px;width:130px;height:28px;
      background:linear-gradient(90deg,#f9f9f9,#c8d0d6);
      border:4px solid #505d69;border-radius:8px;
      transform:rotate(-65deg);
      z-index:1;
    }
    .mascot .tool:after{
      content:"";position:absolute;right:-5px;top:10px;width:58px;height:16px;
      background:#4f97cb;border:4px solid var(--blue);border-radius:12px;transform:rotate(28deg);
    }
    .hero-wave{
      position:absolute;right:-100px;bottom:-20px;width:480px;height:200px;
      background:var(--blue);border-radius:75% 0 0 0;z-index:2;transform:rotate(-8deg);
    }

    section{position:relative;z-index:2}
    .section-title{margin:0;color:var(--blue);font-size:28px;line-height:1;font-weight:900;text-transform:uppercase}
    .section-sub{margin:8px 0 0;color:#4c6885;font-size:18px;font-weight:500}

    .services{padding:24px 0 16px}
    .cards-5{
      display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-top:24px;
    }
    .service-card{
      background:transparent;border:2px solid var(--line);border-radius:18px;padding:28px 18px 20px;
      text-align:center;min-height:212px;
    }
    .icon-box{
      width:120px;height:120px;margin:0 auto 16px;border-radius:18px;
      display:grid;place-items:center;color:var(--blue);font-size:44px;font-weight:900;
    }
    .service-card h3{
      margin:0 0 10px;color:var(--blue);font-size:18px;line-height:1.2;text-transform:uppercase;font-weight:900;
    }
    .service-card p{margin:0;color:#4a6880;font-size:15px;line-height:1.35;font-weight:500}

    .why{
      margin-top:16px;
      background:linear-gradient(90deg,#d6efff 0%, #c8e7ff 55%, rgba(200,231,255,.55) 55%, rgba(200,231,255,.0) 57%), linear-gradient(180deg,#eef8ff,#c9e7ff);
      overflow:hidden;
    }
    .why-grid{
      display:grid;grid-template-columns:1.25fr .9fr;gap:24px;align-items:end;
      min-height:285px;
    }
    .why-copy{padding:34px 0}
    .feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}
    .feature{text-align:center;padding:4px 10px}
    .feature .fi{font-size:52px;color:var(--blue);line-height:1;margin-bottom:14px;font-weight:900}
    .feature h4{margin:0 0 8px;color:var(--blue);font-size:16px;font-weight:900;line-height:1.2;text-transform:uppercase}
    .feature p{margin:0;color:#4d6881;font-size:14px;line-height:1.35}
    .why-image{
      min-height:285px;border-radius:24px 24px 0 0;
      position:relative;
      overflow:hidden;
    }



    .work{padding:28px 0 10px}
    .shot{
      border-radius:12px;overflow:hidden;min-height:164px;position:relative;box-shadow:var(--shadow);
      background:linear-gradient(135deg,#b8d8f4,#f4f8ff 45%,#7d8e6d 46%,#49573d 100%);
    }
    .shot:nth-child(2){background:linear-gradient(135deg,#506782,#0f3f73 35%,#8b7949 36%,#caa969 100%)}
    .shot:nth-child(3){background:linear-gradient(135deg,#adcdec,#f4f7fb 38%,#46627e 39%,#6eb2ea 100%)}
    .shot:nth-child(4){background:linear-gradient(135deg,#bed9f2,#ebf6ff 40%,#5d7b98 40%,#86b7e0 100%)}
    .badge-overlay{
      position:absolute;left:20px;bottom:18px;background:var(--blue);color:#fff;font-size:14px;font-weight:900;
      padding:10px 16px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;
    }

    .promise-row{display:grid;grid-template-columns:1.65fr .95fr;gap:22px;margin-top:18px;align-items:stretch}
    .promise-card,.review-card{
      background:#efe9db;border-radius:24px;padding:24px 28px;box-shadow:var(--shadow);
    }
    .promise-card{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center}
    .mini-mascot img{
      width: 100%;
    }
    .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:18px}
    .step{text-align:center}
    .num{width:42px;height:42px;border-radius:50%;margin:0 auto 10px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900}
    .step h4{margin:0 0 8px;font-size:16px;color:var(--blue);font-weight:900;text-transform:uppercase}
    .step p{margin:0;color:#4a6880;font-size:14px;line-height:1.35}
    .review-card{background:#cfe8ff;display:grid;place-items:center;text-align:center}
    .stars{font-size:30px;color:var(--blue);letter-spacing:4px;margin-bottom:14px}
    .review-card blockquote{margin:0;color:var(--blue);font-size:20px;line-height:1.35;font-weight:700;max-width:420px}
    .review-card cite{display:block;margin-top:18px;color:#4b6c88;font-size:16px;font-style:normal;font-weight:600}

    .cta{
      margin-top:22px;
      background:radial-gradient(circle at 20% 10%, rgba(255,255,255,.08), transparent 22%), linear-gradient(90deg,#062c58,#0a457e 70%,#0f518f 100%);
      color:#fff;overflow:hidden;
    }
    .cta .container{position:relative;padding:48px 0 40px}
    .cta h2{margin:0;color:#fff;font-size:40px;line-height:1;font-weight:900;text-transform:uppercase;text-align:center}
    .cta p{margin:12px 0 24px;color:#dcecff;font-size:22px;text-align:center}
    .cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
    .cta .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.65)}
    .spark{position:absolute;color:#fff;font-size:54px;opacity:.9}
    .spark.s1{left:40px;top:44px}
    .spark.s2{right:330px;bottom:58px}
    .cta-mascot{}

    .site-footer{padding:18px 0 26px;background:var(--bg)}
    .site-footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#4a6880;font-size:14px;font-weight:600}
    .socials{display:flex;gap:18px;font-size:24px;color:var(--blue);font-weight:900}

    @media (max-width: 1120px){
      .hero h1{font-size:54px}
      .hero .lead{font-size:22px}
      .hero .sublead{font-size:20px}
      .cards-5{grid-template-columns:repeat(3,1fr)}
      .feature-row{grid-template-columns:repeat(2,1fr)}
      .promise-row{grid-template-columns:1fr}
      .cta-mascot{display:none}
    }

    @media (max-width: 860px){

      .hero{
  background:
    linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
    url("https://charlyswindowcleaning.com/images/BANNER.png");
    
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
      .site-header .wrap{flex-wrap:wrap;justify-content:center}
      .nav{order:3;flex-wrap:wrap;gap:16px 22px}
      .hero-grid,.why-grid,.promise-card{grid-template-columns:1fr}
      .hero{min-height:auto}
      .hero-grid{padding-bottom:120px}
      .hero-visual{min-height:400px}
      .cards-5{grid-template-columns:repeat(2,1fr)}
      .service-card{min-height:190px}
      .container{width:min(var(--container),calc(100% - 28px))}
      .hero h1{font-size:42px}
      .section-title{font-size:24px}
      .cta h2{font-size:30px}
      .cta p{font-size:18px}
    }

    @media (max-width: 560px){
      .cards-5,.gallery,.steps,.feature-row{grid-template-columns:1fr}
      .hero-actions,.cta-actions{flex-direction:column}
      .btn{width:100%}
      .nav{font-size:12px}
      .logo-text strong{font-size:18px}
      .hero h1{font-size:34px}
      .hero .lead{font-size:18px}
      .hero .sublead{font-size:18px}
      .site-footer .wrap{flex-direction:column;text-align:center}
      .mascot{width:220px}
    }

    /* HEADER BASE */
.header {
  background: #f5f0e8;
  position: relative;
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

/* LOGO */
.logo {
  font-weight: bold;
  font-size: 20px;
  color: #0c3b5a;
}

/* MENÚ NORMAL (desktop) */
.nav-menu {
  display: flex;
  gap: 25px;
  list-style: none;
}

.nav-menu a {
  text-decoration: none;
  color: #0c3b5a;
  font-weight: 500;
}

/* BOTÓN HAMBURGUESA */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #0c3b5a;
  display: block;
  border-radius: 2px;
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */

@media (max-width: 768px) {

  .menu-toggle {
    display: flex;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    display: none;
    margin: 0; /* importante */
  }

  .nav-menu.active {
    display: flex;
  }


}


.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.menu-toggle span {
  transition: 0.3s;
}


.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 10px;
}

.lightbox.active {
  display: flex;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}


/* MOBILE: mostrar botón dentro del menú */
@media (max-width: 768px) {

  .menu-cta {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .menu-cta .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 90%;
    margin: auto;

    background: #0c3b5a;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
  }

  .menu-cta .sub {
    font-size: 12px;
    opacity: 0.8;
  }

}

@media (max-width: 768px) {

  .header-content {
    justify-content: space-between;
  }

  /* botón más compacto en móvil */
  .header .btn-primary {
    padding: 10px 12px;
    font-size: 12px;
  }

  .header .btn-primary .sub {
    display: none; /* opcional para ahorrar espacio */
  }

}


.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Empuja el menú hamburguesa hasta la derecha */
.menu-toggle {
  margin-left: auto;
}

/* Mantiene el botón antes del menú */
.header .btn-primary {
  margin-left: auto;
  margin-right: 10px;
}



.header-content {
  display: flex;
  align-items: left;
}


.nav {
  order: 1;
}

.header .btn-primary {
  order: 2;
  margin-left: auto; /* ESTE es el que lo manda al extremo */
}


.logo img {
    width: 100%;
    max-width: 200px;
}

@media (max-width: 768px) {
  .logo {
    order: 1;
    min-width: 140!important;
  }

  .menu-toggle {
    order: 3;
  }

  .header .btn-primary {
    order: 2;
    margin-left: 10px;
  }

}



.shot {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

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

/* efecto hover pro */
.shot:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 200px);
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.shot {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

@media (max-width: 768px) {

  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .shot {
    width: 100%;
    height: 120px; /* puedes subir a 140 si quieres */
  }

}


/*REDES*/

.social-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.social-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

/* Hover elegante */
.social-btn:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}

/* Colores por red */
.instagram {
    background: linear-gradient(45deg, #833AB4, #FD1D1D, #FCAF45);
}

.facebook {
    background: #1877F2;
}

.tiktok {
    background: #000;
}

/* Animación flotante suave */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0px); }
}

/* Animación escalonada (se ve más pro) */
.social-btn:nth-child(1) {
    animation-delay: 0s;
}
.social-btn:nth-child(2) {
    animation-delay: 0.2s;
}
.social-btn:nth-child(3) {
    animation-delay: 0.4s;
}


.cta-mascot img {
    margin-top: -200px;
}

.booking-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.booking-popup.active {
  display: flex;
}

.booking-box {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  width: 90%;
  max-width: 420px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  text-align: center;
}

.booking-box h2 {
  margin-bottom: 15px;
  color: #0c3b5a;
}

.booking-box input,
.booking-box textarea {
  width: 100%;
  margin: 8px 0;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: inherit;
}

.booking-box textarea {
  min-height: 80px;
}

.close-booking {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}