/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* CUSTOM STYLE */
/* ── Secciones ── */
/* ── .hero ── */
/* Hero visual */
.hero-visual {
  position: relative;
}

/* Fondo corazón decorativo */
.heart-bg {
  position: absolute;
  width: 78%;
  max-width: 460px;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* Imagen principal mascotas */
.hero-pets {
  position: relative;
  z-index: 2;
  max-width: 520px;
  width: 100%;
}

/* Contenedor tarjetas flotantes */
.hero-cards {
  position: relative;
}

/* Tarjeta experiencia */
.float-card-exp {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 3;
  min-width: 140px;
}

/* Tarjeta cuidado personalizado */
.float-card-care {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: linear-gradient(135deg, #F8A955 0%, #F39C3A 100%);
  border-radius: 16px;
  padding: 18px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 3;
  min-width: 160px;
}

/* ── .features ── */
.heading-accent strong {
  color: #F39C3A;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 100px;
  font-weight: 700;
  color: rgba(255,255,255,0.15);
  line-height: 1;
  z-index: 0;
}

.feature-card-01::before { content: '01'; }
.feature-card-02::before { content: '02'; color: rgba(107,63,160,0.08); }
.feature-card-03::before { content: '03'; }
.feature-card-04::before { content: '04'; color: rgba(107,63,160,0.08); }

.feature-card::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 28px;
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  z-index: 1;
}

.feature-card-02::after,
.feature-card-04::after {
  background: rgba(107,63,160,0.1);
}

.feature-card__img {
  position: absolute !important;
  bottom: -6px;
  right: -16px;
  width: 90%;
  max-width: 270px;
  transform: translateY(-6px) scale(1.04);
  z-index: 1;
}

.feature-card-01 .feature-card__img { max-width: 270px; }
.feature-card-02 .feature-card__img { max-width: 270px; bottom: -6px; right: -16px; }
.feature-card-03 .feature-card__img { max-width: 275px; bottom: -14px; right: -18px; }
.feature-card-04 .feature-card__img { max-width: 240px; bottom: -6px; right: -8px; }

@media (max-width: 768px) {
  .feature-card__img {
    position: relative !important;
    bottom: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

/* ── #servicios ── */
.heading-accent strong {
  color: #F39C3A;
}

.accent {
  color: #F39C3A;
}

.services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .services-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(42,29,71,0.4) 50%, rgba(42,29,71,0.85) 100%);
  z-index: 1;
  pointer-events: none;
}

.service-card--1::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(78,49,112,0.3) 0%, rgba(107,58,160,0.4) 100%);
  z-index: 0;
  pointer-events: none;
}

.service-card--2::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(107,74,140,0.3) 0%, rgba(138,94,159,0.4) 100%);
  z-index: 0;
  pointer-events: none;
}

.service-card--3::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(140,94,159,0.3) 0%, rgba(170,124,195,0.4) 100%);
  z-index: 0;
  pointer-events: none;
}

.service-card .w-hwrapper,
.service-card .vc_column_inner {
  position: relative;
  z-index: 2;
}

.service-card__list ul {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 20px;
}

.service-card__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 14px;
}

.service-card__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #F39C3A;
  font-weight: 700;
  font-size: 16px;
}

.service-card__list,
.service-card .btn-saber-mas {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.service-card:hover .service-card__list,
.service-card:hover .btn-saber-mas {
  opacity: 1;
  max-height: 500px;
}

.btn-saber-mas {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.btn-saber-mas:hover {
  background-color: #E08A2A !important;
  transform: translateX(4px);
  transition: all 0.3s ease;
}

/* ── .about ── */
.about-heading strong {
  color: #F39C3A;
}

.about-card-orange {
  border-left: 4px solid #F39C3A;
}

/* ── .cat-section ── */
.section-title-accent strong {
  color: #F39C3A;
}

.equipo-photo-col {
  position: relative;
}

/* ── .cta-section ── */
.heading-accent strong { color: #F39C3A; }
.btn-naranja .w-btn { background-color: #F39C3A !important; border-color: #F39C3A !important; }
.btn-naranja .w-btn:hover { background-color: #E88A28 !important; border-color: #E88A28 !important; }

/* ── .contact ── */
/* Heading con palabra destacada en la sección contacto */
.heading-accent strong {
  color: #F39C3A;
  font-style: italic;
}

/* Tarjetas de contacto: iconos y hover */
.contact-cards .w-iconbox {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-cards .w-iconbox:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(107, 63, 160, 0.12);
}

/* Overlay de imagen fachada */
.contact-storefront__overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: rgba(107, 63, 160, 0.92);
  padding: 24px;
  border-radius: 16px;
  color: #ffffff;
}

/* Animación de entrada (fade-up) */
.contact-card,
.contact-form,
.contact-bottom > div {
  animation-name: afb;
  animation-delay: 0.2s;
}
/* END CUSTOM STYLE */
