:root{
  --bg:#fffdf7;
  --bg2:#fff8e8;
  --bg3:#f8fbff;

  --ink:#1f2430;
  --muted:#6c788c;

  --card:#ffffffd9;
  --border:rgba(31,36,48,.08);

  --primary:#f7dfa3;
  --primary-strong:#f1cf7a;
  --secondary:#ffd9e5;
  --tertiary:#d9ecff;
  --mint:#dff6ea;

  --btn:#f4d78d;
  --btn-text:#4b3d1f;
  --btn-soft:#ffe9b8;
}

/* BASE */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}

body{
  color:var(--ink);
  background:
    radial-gradient(900px 420px at 8% 8%, rgba(247,223,163,.30), transparent 60%),
    radial-gradient(800px 380px at 92% 10%, rgba(255,217,229,.22), transparent 60%),
    linear-gradient(180deg, var(--bg3) 0%, var(--bg) 55%, #fff 100%);
}

/* TOPBAR */
.topbar{
  background:linear-gradient(90deg, rgba(255,248,232,.92), rgba(255,253,247,.92));
  border-bottom:1px solid rgba(31,36,48,.06);
  backdrop-filter:blur(8px);
}

.topbar .text-muted-soft{
  color:#6f6a5a !important;
}

.toplink{
  color:#6b6149 !important;
  text-decoration:none;
  font-weight:500;
  transition:.2s ease;
}

.toplink:hover{
  color:#3f3520 !important;
}

.topbar .toplink:first-child{
  background:rgba(247,223,163,.45);
  padding:.3rem .65rem;
  border-radius:999px;
  font-weight:700;
}

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

.navbar-premium{
  background: rgba(18, 18, 18, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  padding: 14px 0;
}

.brand-logo{
  height: 52px;
  width: auto;
  object-fit: contain;
}

.brand-name{
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: .2px;
}

.navbar-diez .nav-link{
  color: rgba(255,255,255,.88);
  font-weight: 600;
  font-size: .97rem;
  padding: 10px 14px !important;
  border-radius: 12px;
  transition: all .25s ease;
}

.navbar-diez .nav-link:hover{
  color: #fff;
  background: rgba(255,255,255,.06);
}

.navbar-diez .nav-link.active{
  color: #f3d57a !important;
  background: rgba(243,213,122,.10);
}

/* PROMOCIONES DESTACADA */
.nav-link-promo{
  background: linear-gradient(180deg, #f6e2a6, #e9c96a);
  color: #4e3d14 !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 22px rgba(212,175,55,.18);
  border: 1px solid rgba(212,175,55,.35);
}

.nav-link-promo:hover{
  color: #3d2f10 !important;
  background: linear-gradient(180deg, #f8e6b3, #e7c15a);
  transform: translateY(-1px);
}

.nav-link-promo.active{
  color: #3d2f10 !important;
  background: linear-gradient(180deg, #f8e6b3, #e7c15a);
  box-shadow: 0 14px 26px rgba(212,175,55,.24);
}

/* CONTACTO */
.nav-contact-btn{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.nav-contact-btn:hover{
  background: rgba(255,255,255,.10);
  color: #fff !important;
}

/* DROPDOWN */
.dropdown-menu-premium{
  min-width: 250px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(25,25,25,.97);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.dropdown-menu-premium .dropdown-item{
  color: rgba(255,255,255,.88);
  font-weight: 500;
  border-radius: 12px;
  padding: 11px 14px;
  transition: all .22s ease;
}

.dropdown-menu-premium .dropdown-item:hover{
  background: rgba(243,213,122,.12);
  color: #f3d57a;
}

/* TOGGLER */
.custom-toggler{
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255,255,255,.04);
}

.custom-toggler:focus{
  box-shadow: 0 0 0 .2rem rgba(243,213,122,.18);
}

.navbar-dark .navbar-toggler-icon,
.navbar-toggler-icon{
  filter: invert(1);
}

/* MOBILE */
@media (max-width: 991.98px){
  .navbar-premium{
    padding: 10px 0;
  }

  .brand-logo{
    height: 46px;
  }

  .brand-name{
    font-size: 1.02rem;
  }

  .navbar-collapse{
    margin-top: 14px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(20,20,20,.96);
    border: 1px solid rgba(255,255,255,.06);
  }

  .navbar-nav{
    gap: 8px !important;
  }

  .nav-link-promo{
    text-align: center;
  }

  .nav-contact-btn{
    text-align: center;
  }
}

/* HERO GENERAL */
.hero-soft{
  position:relative;
  padding:3rem 0 2.5rem;
}

.hero-soft .container{
  max-width:1180px;
}

.hero-picadas{
  background:
    radial-gradient(700px 320px at 10% 15%, rgba(247,223,163,.28), transparent 60%),
    radial-gradient(650px 300px at 90% 10%, rgba(255,217,229,.20), transparent 60%),
    linear-gradient(180deg, #fffdf8 0%, #fff8ee 100%);
}

.hero-badge-soft{
  display:inline-flex;
  gap:.45rem;
  align-items:center;
  padding:.5rem .9rem;
  border:1px solid rgba(31,36,48,.06);
  border-radius:999px;
  color:#72684d;
  background:rgba(255,255,255,.75);
  font-size:.92rem;
  box-shadow:0 6px 16px rgba(0,0,0,.04);
}

.hero-soft h1{
  font-size:clamp(2.2rem, 4vw, 4.1rem);
  line-height:1.08;
  letter-spacing:-.03em;
  max-width:680px;
  margin-bottom:1.2rem;
}

.hero-muted{
  color:#7a8398;
}

.hero-lead{
  color:#566273;
  font-size:1.12rem;
  line-height:1.65;
  max-width:620px;
}

/* IMAGEN HERO */
.hero-image-card{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(31,36,48,.06);
  border-radius:24px;
  padding:10px;
  box-shadow:0 18px 40px rgba(0,0,0,.07);
  max-width:520px;
  margin-left:auto;
}

.hero-side-image{
  width:100%;
  height:360px;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
  display:block;
}
.hero-image-card:hover{
transform:translateY(-4px);
transition:.3s ease;
}
/* HERO IMAGE PREMIUM */

.hero-image-card{
transition:transform .35s ease, box-shadow .35s ease;
}

.hero-image-card:hover{
transform:translateY(-6px);
box-shadow:
0 35px 70px rgba(0,0,0,.18),
0 15px 30px rgba(0,0,0,.10);
}

/* animación imagen */

.hero-side-image{
transition:transform .6s ease;
}

.hero-image-card:hover .hero-side-image{
transform:scale(1.04);
}


/* BOTONES */
.btn-diez{
  background:linear-gradient(180deg, var(--btn), var(--primary-strong));
  color:var(--btn-text);
  border:1px solid rgba(120,96,30,.08);
  border-radius:14px;
  padding:.85rem 1.15rem;
  font-weight:700;
  box-shadow:0 10px 22px rgba(241,207,122,.22);
  transition:.25s ease;
}

.btn-diez:hover{
  color:var(--btn-text);
  filter:brightness(1.03);
  transform:translateY(-1px);
}

.btn-outline-soft{
  border:1px solid rgba(247,223,163,.45);
  color:#5a4d2d;
  border-radius:14px;
  padding:.85rem 1.15rem;
  font-weight:700;
  background:rgba(255,244,210,.72);
  transition:.25s ease;
}

.btn-outline-soft:hover{
  background:rgba(255,239,190,.95);
  color:#4c4024;
}

/* MINI TEXTOS */
.mini-soft{
  font-size:.92rem;
  color:#66758a;
}

/* CARDS */
.service-card{
  background:rgba(255,255,255,.84);
  border:1px solid rgba(31,36,48,.06);
  border-radius:22px;
  box-shadow:0 16px 36px rgba(0,0,0,.06);
  overflow:hidden;
  height:100%;
}

.service-card-img{
  width:100%;
  height:220px;
  object-fit:cover;
  object-position:center;
  display:block;
}

.service-card-body{
  padding:1.35rem;
}

.price-soft{
  font-weight:800;
  font-size:2rem;
  letter-spacing:-.02em;
  color:#2a2f3a;
}

.soft-tag{
  display:inline-block;
  padding:.38rem .7rem;
  border-radius:999px;
  border:1px solid rgba(247,223,163,.35);
  background:rgba(255,248,232,.9);
  color:#72684d;
  font-size:.84rem;
  font-weight:600;
}

.feature-soft{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(31,36,48,.06);
  border-radius:18px;
  padding:1rem;
  height:100%;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}

.quote-card-soft{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(31,36,48,.06);
  border-radius:24px;
  padding:1.5rem;
  box-shadow:0 18px 40px rgba(0,0,0,.06);
}

/* FORM */
.form-soft{
  border:1px solid rgba(31,36,48,.10) !important;
  border-radius:14px;
  padding:.9rem 1rem;
  background:rgba(255,255,255,.92);
  color:#1f2430;
  box-shadow:none !important;
}

.form-soft:focus{
  border-color:rgba(168,216,255,.55) !important;
  box-shadow:0 0 0 .18rem rgba(168,216,255,.18) !important;
  background:#fff;
  color:#1f2430;
}

/* FOOTER */
.footer-diez{
  background:linear-gradient(90deg, rgba(255,250,238,.9), rgba(255,255,255,.85));
  border-top:1px solid rgba(31,36,48,.06);
}

.footer-link{
  color:#6b6149;
}

.footer-link:hover{
  color:#3f3520;
}

/* VISIBILIDAD RESPONSIVE */
.desktop-only{
  display:block !important;
}

.mobile-only{
  display:none !important;
}

@media (max-width: 991.98px){
  .desktop-only{
    display:none !important;
  }

  .mobile-only{
    display:block !important;
  }
}



.hero-video-box video,
.video-desktop,
.video-mobile{
  display:block;
  width:100% !important;
  max-width:100% !important;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:0 !important;
}

/* por si el video está dentro de container con paddings */
.hero-video-wrap .container,
.hero-video-wrap .container-fluid{
  max-width:100%;
}

/* DESKTOP GRANDE */
@media (min-width: 1200px){
  .hero-side-image{
    height:380px;
  }
}

/* TABLET */
@media (max-width: 991.98px){
  .hero-soft{
    padding:2.5rem 0 2rem;
  }

  .hero-soft h1{
    max-width:100%;
    font-size:clamp(2rem, 5vw, 3.2rem);
  }

  .hero-lead{
    max-width:100%;
  }

  .hero-image-card{
    max-width:100%;
    margin-left:0;
    margin-top:.5rem;
  }

  .hero-side-image{
    height:300px;
  }

  .service-card-img{
    height:210px;
  }

  .hero-video-box{
    height:460px;
  }

  .hero-video-box::after{
    background:linear-gradient(
      180deg,
      rgba(20,24,30,.20) 0%,
      rgba(20,24,30,.08) 100%
    );
  }

  .video-overlay-bottom{
    position:static;
    transform:none;
    width:100%;
    max-width:100%;
    margin-top:14px;
    padding:0;
  }

  .cta-card{
    max-width:none;
    min-width:calc(50% - 8px);
  }
}

/* MOBILE */
@media (max-width: 767.98px){
  .hero-soft{
    padding:2rem 0 1.5rem;
  }

  .hero-badge-soft{
    font-size:.84rem;
    padding:.45rem .75rem;
  }

  .hero-soft h1{
    font-size:clamp(1.8rem, 8vw, 2.6rem);
    line-height:1.1;
  }

  .hero-lead{
    font-size:1rem;
    line-height:1.55;
  }

  .hero-side-image{
    height:240px;
    border-radius:16px;
  }

  .service-card-img{
    height:190px;
  }

  .quote-card-soft{
    padding:1rem;
  }

  .btn-diez,
  .btn-outline-soft{
    width:100%;
  }

  .hero-video-box{
    height:280px;
  }

  .video-overlay-bottom{
    margin-top:12px;
  }

  .cta-card{
    min-width:100%;
    width:100%;
  }
}
/* ===== ICONOS PNG EN AMARILLO PASTEL ===== */
.icono-amarillo-pastel {
  filter: brightness(0) saturate(100%)
          invert(88%) sepia(32%) saturate(473%)
          hue-rotate(336deg) brightness(101%) contrast(95%);
}

/* Quitar fondo blanco de las imágenes */
.service-card-img,
.hero-side-image {
  background: transparent !important;
  object-fit: contain;
  display: block;
}

/* Opcional: asegurar buena visualización */
.service-card-img {
  width: 100%;
  max-height: 220px;
  padding: 1rem;
}
/* TITULOS DE SECCION (ICONO + TEXTO) */
.section-title-soft{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.6rem;
  margin: 2.6rem 0 2.2rem; /* aire arriba y abajo */
}

.section-icon-soft{
  width:64px;
  height:64px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background: linear-gradient(180deg, #fff4cf, #f4d78d);
  color:#6b5520;
  font-size:1.55rem;
  box-shadow:0 10px 24px rgba(232,199,106,.20);
  border:1px solid rgba(232,199,106,.35);
}

.section-title-soft h3{
  font-weight:800;
  color:#1f2430;
  letter-spacing:-.02em;
  margin:0;
}

/* en mobile un poco menos de aire */
@media (max-width: 767.98px){
  .section-title-soft{
    margin: 2rem 0 1.6rem;
  }
}
.whatsapp-float{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #25d366, #1ebe5b);
  color: #fff !important;
  font-size: 2rem;
  text-decoration: none;
  box-shadow:
    0 12px 30px rgba(37,211,102,.35),
    0 0 0 10px rgba(37,211,102,.10);
  z-index: 9999;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.whatsapp-float:hover{
  color: #fff !important;
  transform: translateY(-3px) scale(1.05);
  filter: brightness(1.03);
  box-shadow:
    0 16px 36px rgba(37,211,102,.42),
    0 0 0 12px rgba(37,211,102,.12);
}

.whatsapp-float i{
  line-height: 1;
}

@media (max-width: 767.98px){
  .whatsapp-float{
    right: 16px;
    bottom: 16px;
    width: 62px;
    height: 62px;
    font-size: 1.8rem;
  }
}
/* MEGA HERO PRO */

.hero-video-box{
  position:relative;
  overflow:hidden;
}

/* CARD HOVER PREMIUM */

.service-card{
transition:
transform .35s ease,
box-shadow .35s ease;
}

.service-card:hover{

transform:translateY(-8px);

box-shadow:
0 30px 60px rgba(0,0,0,.12),
0 12px 20px rgba(0,0,0,.08);
}

/* animacion imagen */

.service-card-img{
transition:transform .6s ease;
}

.service-card:hover .service-card-img{
transform:scale(1.05);
}
.btn-diez,
.btn-outline-soft{

transition:
transform .2s ease,
box-shadow .2s ease;

}

.btn-diez:hover{

transform:translateY(-2px);

box-shadow:
0 14px 28px rgba(241,207,122,.35);

}
.cta-card{

background:rgba(255,255,255,.75);

backdrop-filter:blur(12px);

border:1px solid rgba(255,255,255,.4);

}
@media (max-width: 768px) {
    .top-bar {
        display: none !important;
    }
}
.contact-card-modern{
background: rgba(255,255,255,0.9);
backdrop-filter: blur(12px);
border-radius: 20px;
max-width: 1000px;
margin: auto;
}

.contact-icon{
font-size:70px;
color:#d8b85c;
}

.contact-box{
transition: all .3s ease;
}

.contact-box:hover{
transform: translateY(-4px);
}

.contact-link{
text-decoration:none;
color:#333;
font-weight:500;
}

.contact-link:hover{
color:#caa648;
}

.footer-brand img{
height:60px;
}

.footer-services{
font-size:14px;
color:#555;
max-width:700px;
margin:auto;
}

.footer-copy{
font-size:13px;
color:#777;
}
/* HERO (Video + Título + CTA) */
.hero-premium {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.hero-premium .hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-premium .hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.hero-premium .hero-title {
  font-size: 56px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-premium .hero-sub {
  font-size: 22px;
  margin-bottom: 30px;
}

/* Botones CTA */
.hero-premium .hero-buttons .btn-gold {
  background: #d8b85c;
  border: none;
  color: #000;
  font-weight: bold;
}

.hero-premium .hero-buttons .btn-outline-light {
  border: 2px solid white;
  color: white;
}

/* Cards de servicios */
.service-card-premium {
  background: white;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-card-premium img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.service-card-premium h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}

.service-card-premium p {
  font-size: 16px;
  color: #555;
}

.service-card-premium .btn-outline-soft {
  border: 2px solid #d8b85c;
  color: #d8b85c;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}

/* Reseñas */
.review-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.review-card .stars {
  color: #f4b400;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 16px;
  color: #555;
}

.review-card strong {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

/* CTA final */
.cta-final {
  background-color: #f7f7f7;
  padding: 40px 0;
}

.cta-final h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.cta-final p {
  font-size: 18px;
  color: #777;
  margin-bottom: 30px;
}

.cta-final .btn-gold {
  background: #d8b85c;
  border: none;
  color: #000;
  font-weight: bold;
  padding: 15px 30px;
  font-size: 18px;
}

.cta-final .btn-gold i {
  margin-right: 10px;
}

/* Footer */
.footer-premium {
  background-color: #222;
  color: white;
  padding: 50px 0;
}

.footer-premium .brand-logo {
  max-width: 150px;
}

.footer-premium .footer-link {
  color: #ddd;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-premium .footer-link:hover {
  color: #d8b85c;
}

.footer-premium .social-links i {
  color: #ddd;
  margin-right: 20px;
  font-size: 20px;
}

.footer-premium .social-links i:hover {
  color: #d8b85c;
}
.process-wrapper{
position:relative;
}

.process-row{
position:relative;
}

.process-row::before{

content:"";
position:absolute;
top:35px;
left:10%;
width:80%;
height:2px;
background:#e5e5e5;
z-index:0;

}

.process-card{
position:relative;
background:white;
border-radius:12px;
padding:30px 20px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:all .3s;
height:100%;
z-index:1;
}

.process-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

.process-number{

width:60px;
height:60px;
border-radius:50%;
background:#caa45f;
color:white;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px auto;
font-size:22px;
}
@media (max-width:768px){

.process-row::before{
display:none;
}

}
/* HERO IMAGE GLOW */

.hero-image-card{
position:relative;
}

.hero-image-card::after{
content:"";
position:absolute;
top:-20%;
left:-20%;
width:140%;
height:140%;
background:radial-gradient(circle, rgba(247,223,163,.35) 0%, transparent 70%);
z-index:0;
filter:blur(10px);
}

.hero-side-image{
position:relative;
z-index:1;
}
.icon-soft{
font-size:32px;
color:#caa45f;
margin-bottom:12px;
}

.cliente-logo{
max-height:45px;
opacity:.7;
transition:.3s;
filter:grayscale(100%);
}

.cliente-logo:hover{
opacity:1;
filter:grayscale(0%);
}
.stats-section{
background:#111;
color:white;
}

.stat-box{
padding:20px;
}

.stat-number{
font-size:42px;
font-weight:700;
color:#caa45f;
margin-bottom:8px;
}

.stat-text{
font-size:15px;
opacity:.85;
}
.stats-section{
background:#111;
color:white;
}

.stat-number{
font-size:42px;
font-weight:700;
color:#caa45f;
}

.stat-text{
font-size:15px;
opacity:.9;
}
.porque-card{

background:white;
padding:30px 20px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:all .3s ease;
height:100%;

}

.porque-card:hover{

transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,0.1);

}

.porque-icon{

font-size:34px;
color:#caa45f;
margin-bottom:15px;
display:block;

}

.porque-card h5{
font-weight:600;
margin-bottom:10px;
}

.porque-card p{
font-size:14px;
opacity:.9;
}
.gold-icon-circle{
  width:60px;
  height:60px;
  background:#caa45f;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 15px auto;
  color:white;
  font-size:22px;
  box-shadow:0 8px 18px rgba(0,0,0,0.15);
}

.gold-icon-circle i{
  color:white !important;
}

.soft-card{
background:white;
border-radius:12px;
padding:25px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:all .3s ease;
height:100%;
}

.soft-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,0.1);
}
#clientes {
  background: linear-gradient(180deg, #ffffff 0%, #f8f6f2 100%);
}

/* contenedor slider */

.clientes-slider-wrap{
  position: relative;
  padding: 10px 0;
}

.clientesSwiper{
  padding-bottom: 25px;
}

/* card logo */

.cliente-premium-card{
  height:120px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(202,164,95,0.18);
  box-shadow:0 8px 22px rgba(0,0,0,0.06);

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

  padding:18px;

  transition:all .3s ease;
}

.cliente-premium-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

/* logo */

.cliente-premium-logo{
  max-width:140px;
  max-height:55px;
  width:auto;
  height:auto;
  object-fit:contain;
  opacity:1;
  transition:transform .35s ease;
}

.cliente-premium-card:hover .cliente-premium-logo{
  transform:scale(1.05);
}

/* pagination */

.clientes-pagination{
  margin-top:15px;
}

.clientes-pagination .swiper-pagination-bullet{
  width:8px;
  height:8px;
  background:#caa45f;
  opacity:.35;
}

.clientes-pagination .swiper-pagination-bullet-active{
  opacity:1;
}

/* responsive */

@media (max-width:768px){

.cliente-premium-card{
  height:95px;
  padding:14px;
}

.cliente-premium-logo{
  max-width:110px;
  max-height:45px;
}

}

@media (max-width:480px){

.cliente-premium-card{
  height:85px;
}

.cliente-premium-logo{
  max-width:90px;
  max-height:38px;
}

}
.plan-buttons {
  display: flex;
  gap: 16px;
}

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

@media (max-width: 576px) {
  .plan-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .plan-buttons .btn {
    width: 100%;
  }
}
.botones-card-servicio {
  display: flex;
  gap: 12px;
}

.botones-card-servicio .btn {
  flex: 1 1 0;
}

@media (max-width: 576px) {
  .botones-card-servicio {
    flex-direction: column;
  }

  .botones-card-servicio .btn {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 576px) {
  .botones-card-servicio {
    flex-direction: column !important;
  }

  .botones-card-servicio .btn {
    width: 100% !important;
    flex: none !important;
  }
}
.service-icon-soft {
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(202, 164, 95, 0.20), rgba(202, 164, 95, 0.10));
  border: 1px solid rgba(202, 164, 95, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon-soft i {
  color: #caa45f !important;
  font-size: 1.6rem;
  line-height: 1;
}
.footer-seo-section {
    background: #f8f6f1;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-seo h6 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #1f2430;
}

.footer-seo-link {
    color: #555;
    text-decoration: none;
    transition: all .2s ease;
}

.footer-seo-link:hover {
    color: #c9a227;
    text-decoration: underline;
}
/* ==============================
   PROMOCIONES PREMIUM
============================== */

.promo-card-premium{
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(202,164,95,.18);
  border-radius: 24px;
  padding: 28px 22px 24px;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  text-align: left;
}

.promo-card-premium:hover{
  transform: translateY(-8px);
  box-shadow: 0 24px 46px rgba(0,0,0,.12);
  border-color: rgba(202,164,95,.35);
}

.promo-card-premium:hover .promo-icon-soft{
  transform: scale(1.08);
}

.promo-card-premium:hover .precio-final{
  transform: scale(1.04);
}

.promo-card-premium:hover .promo-shine{
  left: 120%;
}

.promo-card-premium::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(212,175,55,.05), transparent 30%);
  pointer-events: none;
}

/* ==============================
   DESTACADA
============================== */

.promo-destacada{
  border: 1px solid rgba(212,175,55,.38);
  box-shadow: 0 16px 34px rgba(212,175,55,.14);
}

.promo-top-label{
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f6e2a6, #edd27a);
  color: #6b5520;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(202,164,95,.20);
}

/* ==============================
   EFECTO SHINE
============================== */

.promo-shine{
  position: absolute;
  top: -120%;
  left: -40%;
  width: 60%;
  height: 240%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.35) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(18deg);
  transition: left .8s ease;
  pointer-events: none;
}

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

.promo-card-head{
  text-align: center;
  margin-bottom: 18px;
}

.promo-badge-top{
  display: inline-block;
  margin: 0 auto 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(202,164,95,.12);
  color: #8b6a1f;
  font-size: .82rem;
  font-weight: 700;
  border: 1px solid rgba(202,164,95,.20);
}

.promo-icon-soft{
  width: 74px !important;
  height: 74px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
  background: linear-gradient(180deg, #f6e2a6, #edd27a) !important;
  border: 1px solid rgba(202,164,95,.35) !important;
  box-shadow: 0 8px 18px rgba(202,164,95,.18) !important;
  transition: transform .35s ease;
}

.promo-icon-soft i{
  color: #6b5520 !important;
  font-size: 1.55rem !important;
  line-height: 1 !important;
}

.promo-title,
.promo-card-premium h4{
  font-size: 1.35rem;
  font-weight: 800;
  color: #1f2430;
  margin-bottom: 10px;
  line-height: 1.25;
}

.promo-texto{
  color: #5f6673;
  line-height: 1.65;
  font-size: .98rem;
  max-width: 95%;
  margin: 0 auto;
}

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

.promo-meta{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
}

.promo-chip{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: #fcfaf5;
  border: 1px solid rgba(202,164,95,.16);
}

.promo-chip i{
  font-size: 1rem;
  color: #b88900;
  margin-top: 3px;
  min-width: 18px;
}

.promo-chip span{
  display: block;
  color: #4f5663;
  font-size: .95rem;
  line-height: 1.5;
}

.promo-chip strong{
  color: #1f2430;
  font-weight: 700;
}

/* ==============================
   PRECIO
============================== */

.promo-precio-box{
  margin-top: auto;
  padding-top: 4px;
}

.promo-ahorro{
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(39, 174, 96, .10);
  color: #1d7a47;
  font-size: .85rem;
  font-weight: 700;
  border: 1px solid rgba(39,174,96,.14);
}

.promo-precio{
  text-align: center;
  margin-bottom: 18px;
}

.precio-original{
  display: block;
  color: #9a9a9a;
  text-decoration: line-through;
  font-size: 1rem;
  margin-bottom: 4px;
}

.precio-final{
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #1f2430;
  line-height: 1.15;
  transition: transform .35s ease;
}

.promo-precio small{
  display: block;
  margin-top: 6px;
  color: #b88900;
  font-weight: 700;
  font-size: .88rem;
}

/* ==============================
   BOTONES
============================== */

.promo-actions{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-promo-whatsapp{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #25D366, #1fb85a);
  color: #fff !important;
  font-weight: 700;
  font-size: .98rem;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 20px rgba(37,211,102,.20);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.btn-promo-whatsapp:hover{
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(37,211,102,.28);
}

.btn-promo-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #fff7df;
  color: #6b5520 !important;
  font-weight: 700;
  font-size: .96rem;
  text-decoration: none;
  border: 1px solid rgba(202,164,95,.28);
  transition: all .25s ease;
}

.btn-promo-outline:hover{
  background: linear-gradient(180deg, #f6e2a6, #edd27a);
  color: #5c4817 !important;
  border-color: rgba(202,164,95,.42);
  transform: translateY(-2px);
}

/* ==============================
   AJUSTES MOBILE
============================== */

@media (max-width: 991.98px){
  .promo-card-premium{
    padding: 24px 18px 20px;
  }

  .promo-title,
  .promo-card-premium h4{
    font-size: 1.25rem;
  }

  .precio-final{
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px){
  .promo-card-premium{
    border-radius: 20px;
  }

  .promo-icon-soft{
    width: 68px !important;
    height: 68px !important;
  }

  .promo-icon-soft i{
    font-size: 1.4rem !important;
  }

  .promo-texto{
    font-size: .95rem;
  }

  .promo-chip{
    padding: 12px;
  }

  .precio-final{
    font-size: 1.7rem;
  }

  .btn-promo-whatsapp,
  .btn-promo-outline{
    min-height: 48px;
    font-size: .95rem;
  }
}