/* ==========================================================
   EL PERRO BIEN — SERVICE PAGES CSS
   Para páginas tipo:
   - perro reactivo
   - ansiedad por separación
   - peleas entre perros
   - evaluación conductual
   - consulta online
========================================================== */


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

.service-hero{
  position:relative;
  overflow:hidden;
  padding:140px 0 110px;
  background:
    radial-gradient(circle at 78% 24%, rgba(59,130,246,.16), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(16,185,129,.07), transparent 24%),
    linear-gradient(135deg,#0F1B2D 0%,#17314E 52%,#1D4D8B 100%);
}

.service-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(255,255,255,.02), rgba(255,255,255,0));
}

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

.service-hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:56px;
  align-items:center;
}

.service-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  color:#dbeafe;
  font-size:13px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:24px;
}

.service-badge-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#60A5FA;
}

.service-hero h1{
  color:#fff;
  font-size:clamp(2.5rem,5vw,4.5rem);
  line-height:1.03;
  letter-spacing:-.04em;
  margin-bottom:24px;
  max-width:760px;
}

.service-hero h1 em{
  font-style:normal;
  color:#60A5FA;
}

.service-sub{
  color:rgba(255,255,255,.78);
  font-size:1.12rem;
  line-height:1.78;
  max-width:620px;
  margin-bottom:38px;
}

.service-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.service-proof{
  margin-top:40px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  gap:24px;
  flex-wrap:wrap;
}

.service-proof span{
  color:rgba(255,255,255,.68);
  font-size:13px;
}


/* ==========================================================
   SIDE PANEL
========================================================== */

.service-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  padding:34px;
  backdrop-filter:blur(10px);
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}

.service-panel-title{
  color:#fff;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:22px;
}

.service-list{
  display:grid;
  gap:14px;
}

.service-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.45;
}

.service-item-icon{
  width:30px;
  height:30px;
  border-radius:10px;
  background:rgba(59,130,246,.18);
  color:#93C5FD;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-weight:800;
}

.service-mini{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.55;
}


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

.service-section{
  padding:96px 0;
}

.service-section-alt{
  padding:96px 0;
  background:var(--gray-50);
}

.service-head{
  max-width:760px;
  margin:0 auto 58px;
  text-align:center;
}

.service-label{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--blue);
  font-weight:800;
  margin-bottom:14px;
}

.service-head h2{
  margin-bottom:16px;
  font-size:clamp(2rem,4vw,3rem);
}

.service-head p{
  margin:0 auto;
  color:var(--gray-600);
  font-size:1.05rem;
  line-height:1.8;
}


/* ==========================================================
   CARDS GRID
========================================================== */

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.service-box{
  background:#fff;
  border:1px solid var(--gray-200);
  border-radius:22px;
  padding:28px;
  transition:.25s ease;
}

.service-box:hover{
  transform:translateY(-4px);
  border-color:var(--blue-border);
  box-shadow:0 20px 50px rgba(15,27,45,.08);
}

.service-box strong{
  display:block;
  margin-bottom:10px;
  font-size:1.02rem;
  color:var(--navy);
}

.service-box p{
  font-size:14px;
  color:var(--gray-600);
  line-height:1.7;
  margin:0;
}


/* ==========================================================
   DARK METHOD BAND
========================================================== */

.service-dark{
  padding:96px 0;
  background:var(--navy);
  position:relative;
  overflow:hidden;
}

.service-dark::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(59,130,246,.14), transparent 70%);
}

.service-dark .service-head{
  position:relative;
  z-index:2;
}

.service-dark .service-label{
  color:#93C5FD;
}

.service-dark .service-head h2{
  color:#fff;
}

.service-dark .service-head p{
  color:rgba(255,255,255,.68);
}

.service-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  position:relative;
  z-index:2;
}

.service-step{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:28px;
}

.service-step-num{
  font-size:52px;
  line-height:1;
  color:rgba(59,130,246,.35);
  font-weight:900;
  margin-bottom:18px;
}

.service-step h3{
  color:#fff;
  font-size:1.05rem;
  margin-bottom:10px;
}

.service-step p{
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.7;
  margin:0;
}


/* ==========================================================
   CTA BOX
========================================================== */

.service-cta{
  padding:110px 0;
  background:linear-gradient(135deg,#eff6ff 0%,#ffffff 60%);
}

.service-cta-box{
  max-width:920px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--gray-200);
  border-radius:28px;
  padding:56px;
  text-align:center;
  box-shadow:0 30px 70px rgba(15,27,45,.08);
}

.service-cta-box h2{
  margin-bottom:16px;
}

.service-cta-box p{
  max-width:640px;
  margin:0 auto 32px;
  color:var(--gray-600);
}


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

@media (max-width:1100px){

  .service-hero-grid,
  .service-grid,
  .service-steps{
    grid-template-columns:1fr 1fr;
  }

}

@media (max-width:768px){

  .service-hero{
    padding:118px 0 80px;
  }

  .service-hero-grid,
  .service-grid,
  .service-steps{
    grid-template-columns:1fr;
  }

  .service-panel{
    padding:28px;
  }

  .service-actions{
    flex-direction:column;
  }

  .service-actions .btn{
    width:100%;
    justify-content:center;
  }

  .service-proof{
    flex-direction:column;
    gap:10px;
  }

  .service-cta-box{
    padding:36px 24px;
  }

  .service-section,
  .service-section-alt,
  .service-dark,
  .service-cta{
    padding:72px 0;
  }

}