: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 */
.navbar-diez{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(31,36,48,.06);
  box-shadow:0 8px 24px rgba(0,0,0,.035);
  padding-top:.7rem;
  padding-bottom:.7rem;
}

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

.brand-name{
  font-weight:800;
  letter-spacing:-.02em;
  font-size:1.05rem;
  color:#1f2430;
}

.navbar-diez .nav-link{
  color:var(--ink) !important;
  opacity:.82;
  font-weight:600;
  padding:.65rem .85rem !important;
  border-radius:12px;
}

.navbar-diez .nav-link:hover{
  opacity:1;
  background:rgba(247,223,163,.18);
}

.navbar-diez .nav-link.active{
  background:rgba(247,223,163,.22);
  opacity:1;
}

.dropdown-menu-darkish{
  background:rgba(255,255,255,.98);
  border:1px solid rgba(31,36,48,.06);
  border-radius:16px;
  padding:.5rem;
  box-shadow:0 16px 34px rgba(0,0,0,.08);
}

.dropdown-item{
  color:var(--ink);
  border-radius:10px;
  padding:.65rem .85rem;
}

.dropdown-item:hover{
  background:rgba(247,223,163,.18);
  color:var(--ink);
}

/* 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;
}