/* Start custom CSS for section, class: .elementor-element-714772b *//* =========================================
   ANDDY TOURS PUNTA CANA - FONT IMPORTS
   Fuentes oficiales del landing:
   - Títulos: Roboto Bold / Black
   - Subtítulos: Roboto Condensed
   - Descripciones: Roboto Mono
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@400;500;700&display=swap');


/* =========================================
   HERO SECTION - MAIN WRAPPER
   Fondo principal del hero
   ========================================= */

.atpc-hero {
  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(29, 55, 173, 0.10), transparent 28%),
    radial-gradient(circle at 90% 90%, rgba(219, 30, 37, 0.10), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 48%, #f4f7ff 100%);
  color: #000000;
}


/* Forma decorativa blanca detrás del texto */
.atpc-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -220px;
  width: 760px;
  height: 980px;
  background: #ffffff;
  border-radius: 0 55% 55% 0;
  z-index: 1;
}


/* Círculo decorativo amarillo/naranja */
.atpc-hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -130px;
  width: 420px;
  height: 420px;
  background: rgba(239, 161, 16, 0.14);
  border-radius: 50%;
  z-index: 1;
}


/* =========================================
   HERO LAYOUT
   Divide el hero en dos columnas:
   izquierda texto / derecha collage
   ========================================= */

.atpc-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  min-height: 760px;
  margin: 0 auto;
  padding: 90px 28px 80px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 48px;
}


/* =========================================
   LEFT CONTENT
   Textos principales del hero
   ========================================= */

.atpc-hero__content {
  position: relative;
  z-index: 5;
  max-width: 590px;
}

.atpc-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #1d37ad;
}

.atpc-hero__title {
  margin: 0 0 24px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  color: #000000;
}

.atpc-hero__title span {
  position: relative;
  display: inline-block;
  color: #db1e25;
}


/* Línea azul debajo de DONE RIGHT */
.atpc-hero__title span::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -9px;
  width: 88%;
  height: 7px;
  background: #1d37ad;
  border-radius: 999px;
  transform: rotate(-1.5deg);
}

.atpc-hero__description {
  margin: 0 0 32px;
  font-family: "Roboto Mono", monospace;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  color: #000000;
}


/* =========================================
   HERO BUTTONS
   Botones principales del hero
   ========================================= */

.atpc-hero__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.atpc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.atpc-btn--primary {
  background: #db1e25;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(219, 30, 37, 0.24);
}

.atpc-btn--primary:hover {
  transform: translateY(-3px);
  background: #bd171d;
  color: #ffffff;
}

.atpc-btn--secondary {
  background: #ffffff;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.atpc-btn--secondary:hover {
  transform: translateY(-3px);
  border-color: #1d37ad;
  color: #1d37ad;
}


/* =========================================
   RATING / SOCIAL PROOF
   Avatares + estrellas
   ========================================= */

.atpc-hero__rating {
  display: flex;
  align-items: center;
  gap: 14px;
}

.atpc-hero__avatars {
  display: flex;
  align-items: center;
}

.atpc-hero__avatars img {
  width: 44px;
  height: 44px;
  margin-left: -11px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.atpc-hero__avatars img:first-child {
  margin-left: 0;
}

.atpc-hero__stars {
  margin-bottom: 3px;
  font-size: 17px;
  letter-spacing: 2px;
  color: #efa110;
}

.atpc-hero__rating-text span {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}


/* =========================================
   RIGHT COLLAGE AREA
   Collage visual de imágenes.
   Puedes reemplazar las URLs por imágenes reales de Anddy Tours.
   ========================================= */

.atpc-hero__visual {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 235px 300px;
  gap: 14px;
  transform: perspective(1000px) rotateY(-2deg);
}

.atpc-hero__image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}


/* Capa suave encima de cada imagen para dar contraste premium */
.atpc-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18));
}


/* Imagen 1: Playa / Punta Cana */
.atpc-hero__image--beach {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  border-radius: 36px 12px 12px 36px;
  background-image: url("https://anddytours.com/wp-content/uploads/Punta_Cana/Backgrounds/shutterstock_2424389297-2-scaled-e1726236754511-scaled.webp");
}


/* Imagen 2: Buggy / Adventure */
.atpc-hero__image--buggy {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  border-radius: 12px 36px 12px 12px;
  background-image: url("https://anddytours.com/wp-content/uploads/Punta_Cana/Sections_pictures/DSC_5179CABALLOS-1.jpg");
}


/* Imagen 3: Catamarán / Boat */
.atpc-hero__image--catamaran {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  border-radius: 12px 12px 12px 36px;
  background-image: url("https://anddytours.com/wp-content/uploads/Punta_Cana/Backgrounds/introduction-346035154-1240x720-1.jpg");
}


/* Imagen 4: Océano / Snorkeling */
.atpc-hero__image--ocean {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  border-radius: 12px 12px 36px 12px;
  background-image: url("https://anddytours.com/wp-content/uploads/Punta_Cana/Backgrounds/peninsula-de-samana_10fa0936_1254x836.jpg");
}


/* =========================================
   FLOATING BOOKING CARD
   Tarjeta flotante encima del collage
   ========================================= */

.atpc-hero__booking-card {
  position: absolute;
  right: 34px;
  top: 145px;
  z-index: 6;
  width: 340px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
}

.atpc-hero__booking-card h3 {
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  color: #1d37ad;
}

.atpc-form-group {
  margin-bottom: 14px;
}

.atpc-form-group label {
  display: block;
  margin-bottom: 7px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.atpc-form-group select,
.atpc-form-group input {
  width: 100%;
  height: 47px;
  padding: 0 13px;
  border-radius: 11px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  color: #000000;
  outline: none;
}

.atpc-form-group select:focus,
.atpc-form-group input:focus {
  border-color: #1d37ad;
}

.atpc-hero__booking-card button {
  width: 100%;
  height: 52px;
  margin-top: 4px;
  border: none;
  border-radius: 12px;
  background: #db1e25;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(219, 30, 37, 0.24);
  transition: all 0.25s ease;
}

.atpc-hero__booking-card button:hover {
  transform: translateY(-3px);
  background: #bd171d;
}


/* =========================================
   RESPONSIVE - LAPTOP
   Ajustes para pantallas medianas / laptops
   ========================================= */

@media (max-width: 1200px) {
  .atpc-hero__container {
    max-width: 1120px;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
  }

  .atpc-hero__title {
    font-size: clamp(50px, 5.6vw, 76px);
  }

  .atpc-hero__booking-card {
    right: 18px;
    width: 320px;
  }
}


/* =========================================
   RESPONSIVE - TABLET
   El hero pasa de dos columnas a una columna
   ========================================= */

@media (max-width: 980px) {
  .atpc-hero {
    min-height: auto;
  }

  .atpc-hero::before {
    width: 620px;
    height: 680px;
    top: -180px;
    left: -260px;
  }

  .atpc-hero__container {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 72px 24px 66px;
    gap: 46px;
  }

  .atpc-hero__content {
    max-width: 720px;
  }

  .atpc-hero__visual {
    min-height: 690px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 210px 210px 220px;
    transform: none;
  }

  .atpc-hero__image--beach {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    border-radius: 30px;
  }

  .atpc-hero__image--buggy {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    border-radius: 26px;
  }

  .atpc-hero__image--catamaran {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    border-radius: 26px;
  }

  .atpc-hero__image--ocean {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    border-radius: 30px;
  }

  .atpc-hero__booking-card {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    grid-column: 1 / 3;
    margin-top: 10px;
  }
}


/* =========================================
   RESPONSIVE - MOBILE
   Ajustes para teléfonos
   ========================================= */

@media (max-width: 640px) {
  .atpc-hero__container {
    padding: 58px 18px 54px;
  }

  .atpc-hero__eyebrow {
    font-size: 13px;
    letter-spacing: 1.2px;
  }

  .atpc-hero__title {
    font-size: 48px;
    letter-spacing: -1.8px;
  }

  .atpc-hero__description {
    font-size: 15px;
    line-height: 1.7;
  }

  .atpc-hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .atpc-btn {
    width: 100%;
  }

  .atpc-hero__rating {
    align-items: flex-start;
  }

  .atpc-hero__visual {
    display: block;
    min-height: auto;
  }

  .atpc-hero__image {
    height: 215px;
    margin-bottom: 14px;
    border-radius: 24px !important;
  }

  .atpc-hero__booking-card {
    margin-top: 18px;
    padding: 22px;
  }
}


/* =========================================
   RESPONSIVE - SMALL MOBILE
   Ajustes para celulares pequeños
   ========================================= */

@media (max-width: 420px) {
  .atpc-hero__title {
    font-size: 41px;
  }

  .atpc-hero__title span::after {
    height: 5px;
    bottom: -7px;
  }

  .atpc-hero__image {
    height: 195px;
  }

  .atpc-hero__booking-card h3 {
    font-size: 20px;
  }
}

/* =========================================
   HERO TOUR FINDER - ERROR MESSAGE
   Mensaje cuando el usuario no selecciona tour
   ========================================= */

.atpc-tour-finder-error {
  min-height: 18px;
  margin: -4px 0 12px;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  color: #db1e25;
}


/* =========================================
   TOUR CARD - HIGHLIGHT FROM FILTER
   Efecto visual cuando el filtro baja a una card
   ========================================= */

.atpc-tour-card {
  scroll-margin-top: 120px;
}

.atpc-tour-card--highlight {
  border-color: #db1e25 !important;
  box-shadow: 0 0 0 4px rgba(219, 30, 37, 0.14),
              0 34px 84px rgba(0, 0, 0, 0.16) !important;
}

/* =========================================
   HERO MOBILE - HIDE PHOTOS ONLY
   Oculta las fotos del hero en mobile,
   pero mantiene visible el filtro / Tour Finder.
   ========================================= */

@media (max-width: 680px) {
  .atpc-hero__visual {
    display: block !important;
    min-height: auto !important;
    margin-top: 10px;
  }

  /* Oculta solo las fotos del collage */
  .atpc-hero__image {
    display: none !important;
  }

  /* Mantiene visible el filtro */
  .atpc-hero__booking-card {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-top: 24px !important;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-096bb12 *//* =========================================
   ANDDY TOURS PUNTA CANA - TRUST REVIEWS STRIP FIX
   Corrige columnas, espacios y tamaño de logos
   ========================================= */

.atpc-proof-strip {
  width: 100%;
  background: #ffffff;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Contenedor principal */
.atpc-proof-strip__container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 24px;
  display: grid !important;
  grid-template-columns: minmax(1px, 0.85fr) minmax(330px, 1fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: 46px;
}

/* =========================================
   BLOQUE IZQUIERDO - RATING
   ========================================= */

.atpc-proof-strip__reviews {
  min-width: 0;
}

.atpc-proof-strip__label {
  display: block;
  margin-bottom: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1d37ad;
}

.atpc-proof-strip__rating-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.atpc-proof-strip__rating-row strong {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}

.atpc-proof-strip__small-text {
  width: 100%;
  margin-top: 8px;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.68);
}

/* Estrellas 4.4/5 */
.atpc-proof-strip__stars {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 3px;
}

.atpc-proof-strip__stars-base {
  color: rgba(0, 0, 0, 0.16);
}

.atpc-proof-strip__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  overflow: hidden;
  white-space: nowrap;
  color: #efa110;
}

.atpc-proof-strip__divider {
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.16);
}

/* =========================================
   BLOQUE CENTRAL - MENSAJE DE CONFIANZA
   ========================================= */

.atpc-proof-strip__message {
  min-width: 0;
  padding: 0 38px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.10);
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.atpc-proof-strip__message h3 {
  margin: 0 0 8px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.atpc-proof-strip__message p {
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.68);
}

/* Bandera Dominicana */
.atpc-proof-strip__flag {
  width: 34px;
  min-width: 34px;
  height: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 3px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10);
}

.atpc-proof-strip__flag span:nth-child(1),
.atpc-proof-strip__flag span:nth-child(4) {
  background: #1d37ad;
}

.atpc-proof-strip__flag span:nth-child(2),
.atpc-proof-strip__flag span:nth-child(3) {
  background: #db1e25;
}

/* =========================================
   BLOQUE DERECHO - LOGOS
   Importante:
   Controlamos por WIDTH, no por HEIGHT,
   porque algunos logos tienen mucho canvas vacío.
   ========================================= */

.atpc-proof-strip__logos {
  min-width: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 34px !important;
}

.atpc-proof-strip__logo {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
}

/* Tripadvisor */
.atpc-proof-strip__logo--tripadvisor {
  height: 150px !important;
  width: auto !important;
}

/* GetYourGuide */
.atpc-proof-strip__logo--getyourguide {
  width: 150px !important;
}

/* Google */
.atpc-proof-strip__logo--google {
  width: 145px !important;
}

/* Separadores entre logos */
.atpc-proof-strip__logo-divider {
  display: block !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 42px !important;
  background: rgba(0, 0, 0, 0.12) !important;
}

/* =========================================
   RESPONSIVE - LAPTOP
   ========================================= */

@media (max-width: 1200px) {
  .atpc-proof-strip__container {
    max-width: 1120px;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .atpc-proof-strip__message {
    border-right: none;
  }

  .atpc-proof-strip__logos {
    grid-column: 1 / 3;
    justify-content: center !important;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}

/* =========================================
   RESPONSIVE - TABLET
   ========================================= */

@media (max-width: 900px) {
  .atpc-proof-strip__container {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 26px;
    text-align: center;
  }

  .atpc-proof-strip__rating-row {
    justify-content: center;
  }

  .atpc-proof-strip__message {
    padding: 24px 0;
    justify-content: center;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .atpc-proof-strip__logos {
    grid-column: auto;
    justify-content: center !important;
    padding-top: 0;
    border-top: none;
  }
}

/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */

@media (max-width: 640px) {
  .atpc-proof-strip__container {
    padding: 30px 18px;
  }

  .atpc-proof-strip__label {
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .atpc-proof-strip__stars {
    font-size: 21px;
    letter-spacing: 2px;
  }

  .atpc-proof-strip__rating-row strong {
    font-size: 16px;
  }

  .atpc-proof-strip__message {
    flex-direction: column;
  }

  .atpc-proof-strip__message h3 {
    font-size: 16px;
  }

  .atpc-proof-strip__message p {
    font-size: 12px;
  }

  .atpc-proof-strip__logos {
    flex-wrap: wrap !important;
    gap: 22px !important;
  }

  .atpc-proof-strip__logo-divider {
    display: none !important;
  }

  .atpc-proof-strip__logo--tripadvisor {
    width: 165px !important;
  }

  .atpc-proof-strip__logo--getyourguide {
    width: 82px !important;
  }

  .atpc-proof-strip__logo--google {
    width: 128px !important;
  }
}

/* Mostrar logos de reviews solo en desktop */
.atpc-proof-strip__logos {
  display: none !important;
}

@media (min-width: 1025px) {
  .atpc-proof-strip__logos {
    display: flex !important;
  }
}

/* Mostrar logos de reviews solo en desktop grande */
.atpc-proof-strip__logos {
  display: none !important;
}

@media (min-width: 1367px) {
  .atpc-proof-strip__logos {
    display: flex !important;
  }
}

/* =========================================
   REVIEWS STRIP - LOGOS ONLY ON LARGE DESKTOP
   Oculta los logos en laptop, tablet y mobile.
   Solo los muestra en pantallas grandes.
   ========================================= */

.atpc-proof-strip__logos {
  display: none !important;
}

@media (min-width: 1600px) {
  .atpc-proof-strip__logos {
    display: flex !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5897706 *//* =========================================
   ANDDY TOURS PUNTA CANA - CONFIDENCE SECTION
   Sección tipo "Travel With Confidence"
   ========================================= */

.atpc-confidence {
  width: 100%;
  position: relative;
  background: #ffffff;
  color: #000000;
  overflow: hidden;
}


/* Fondo suave para mantener estética premium */
.atpc-confidence::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 430px;
  height: 430px;
  background: rgba(29, 55, 173, 0.06);
  border-radius: 50%;
  z-index: 1;
}

.atpc-confidence::after {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  background: rgba(239, 161, 16, 0.10);
  border-radius: 50%;
  z-index: 1;
}


/* =========================================
   MAIN LAYOUT
   Dos columnas: texto / collage
   ========================================= */

.atpc-confidence__container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 110px 28px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 80px;
}


/* =========================================
   LEFT CONTENT
   ========================================= */

.atpc-confidence__content {
  max-width: 580px;
}

.atpc-confidence__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #db1e25;
}

.atpc-confidence__title {
  margin: 0 0 22px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #000000;
}

.atpc-confidence__title span {
  display: inline-block;
  color: #1d37ad;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.atpc-confidence__description {
  max-width: 520px;
  margin: 0 0 42px;
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.72);
}


/* =========================================
   BENEFITS GRID
   Cuatro beneficios en formato 2x2
   ========================================= */

.atpc-confidence__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 42px;
}

.atpc-confidence__benefit {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

/* =========================================
   CONFIDENCE SECTION - PREMIUM ICONS
   Cambia los iconos básicos por SVG más limpios
   ========================================= */

.atpc-confidence__icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(29, 55, 173, 0.08);
  color: #1d37ad;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.atpc-confidence__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atpc-confidence__icon--blue {
  color: #1d37ad;
  background: rgba(29, 55, 173, 0.08);
}

.atpc-confidence__icon--red {
  color: #db1e25;
  background: rgba(219, 30, 37, 0.08);
}

.atpc-confidence__icon--yellow {
  color: #efa110;
  background: rgba(239, 161, 16, 0.12);
}
}

.atpc-confidence__benefit h3 {
  margin: 0 0 8px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.atpc-confidence__benefit p {
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.68);
}


/* =========================================
   RIGHT COLLAGE
   Collage de 4 imágenes con tarjeta flotante
   ========================================= */

.atpc-confidence__visual {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 210px 245px;
  gap: 22px;
}

.atpc-confidence__image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #f4f4f4;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.atpc-confidence__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}


/* Efecto suave al pasar el mouse */
.atpc-confidence__image:hover img {
  transform: scale(1.06);
}


/* Pequeña capa para dar profundidad visual */
.atpc-confidence__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02),
    rgba(0, 0, 0, 0.14)
  );
  pointer-events: none;
}


/* Posiciones del collage */
.atpc-confidence__image--one {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.atpc-confidence__image--two {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  transform: translateY(24px);
}

.atpc-confidence__image--three {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  transform: translateY(-4px);
}

.atpc-confidence__image--four {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  transform: translateY(20px);
}


/* =========================================
   FLOATING STAT CARD
   Tarjetica flotante inferior izquierda
   ========================================= */

.atpc-confidence__stat-card {
  position: absolute;
  left: -22px;
  bottom: 24px;
  z-index: 5;
  width: 145px;
  padding: 18px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.16);
}

.atpc-confidence__stat-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: #1d37ad;
}

.atpc-confidence__stat-card span {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 10.5px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.66);
}


/* =========================================
   RESPONSIVE - LAPTOP
   ========================================= */

@media (max-width: 1200px) {
  .atpc-confidence__container {
    max-width: 1120px;
    gap: 56px;
  }

  .atpc-confidence__visual {
    min-height: 520px;
    grid-template-rows: 195px 225px;
  }
}


/* =========================================
   RESPONSIVE - TABLET
   En tablet pasa a una columna
   ========================================= */

@media (max-width: 980px) {
  .atpc-confidence__container {
    grid-template-columns: 1fr;
    padding: 86px 24px;
    gap: 56px;
  }

  .atpc-confidence__content {
    max-width: 760px;
  }

  .atpc-confidence__description {
    max-width: 680px;
  }

  .atpc-confidence__visual {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .atpc-confidence__stat-card {
    left: 22px;
  }
}


/* =========================================
   RESPONSIVE - MOBILE
   Ajustes para teléfonos
   ========================================= */

@media (max-width: 680px) {
  .atpc-confidence__container {
    padding: 70px 18px;
  }

  .atpc-confidence__title {
    font-size: 42px;
    letter-spacing: -1.2px;
  }

  .atpc-confidence__description {
    font-size: 13.5px;
  }

  .atpc-confidence__benefits {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .atpc-confidence__visual {
    min-height: auto;
    display: block;
  }

  .atpc-confidence__image {
    height: 230px;
    margin-bottom: 18px;
    border-radius: 20px;
    transform: none !important;
  }

  .atpc-confidence__stat-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .atpc-confidence__stat-card strong {
    margin-bottom: 0;
    font-size: 32px;
  }

  .atpc-confidence__stat-card span {
    font-size: 11px;
  }
}


/* =========================================
   RESPONSIVE - SMALL MOBILE
   ========================================= */

@media (max-width: 420px) {
  .atpc-confidence__title {
    font-size: 36px;
  }

  .atpc-confidence__image {
    height: 205px;
  }

  .atpc-confidence__benefit h3 {
    font-size: 15px;
  }
}

/* =========================================
   CONFIDENCE SECTION - LAPTOP FIX
   Da más aire entre texto e imágenes en laptop
   ========================================= */

@media (min-width: 981px) and (max-width: 1280px) {
  .atpc-confidence__container {
    max-width: 1180px;
    padding: 95px 44px;
    grid-template-columns: 0.95fr 0.95fr;
    gap: 82px;
  }

  .atpc-confidence__content {
    max-width: 540px;
  }

  .atpc-confidence__title {
    font-size: 54px;
    line-height: 1.02;
  }

  .atpc-confidence__description {
    max-width: 500px;
    font-size: 14px;
  }

  .atpc-confidence__benefits {
    gap: 28px 32px;
  }

  .atpc-confidence__visual {
    min-height: 500px;
    grid-template-rows: 185px 220px;
    gap: 18px;
  }
}

/* =========================================
   CONFIDENCE SECTION - TABLET CENTER FIX
   Centra el collage de imágenes en tablet
   y evita que las fotos se vean desplazadas.
   ========================================= */

@media (min-width: 681px) and (max-width: 980px) {
  .atpc-confidence__container {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 86px 32px;
    gap: 58px;
  }

  .atpc-confidence__content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .atpc-confidence__visual {
    width: 100%;
    max-width: 760px;
    min-height: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 220px 240px;
    gap: 20px;
    justify-self: center;
  }

  .atpc-confidence__image {
    width: 100%;
    height: 100%;
  }

  .atpc-confidence__image--one,
  .atpc-confidence__image--two,
  .atpc-confidence__image--three,
  .atpc-confidence__image--four {
    transform: none !important;
  }

  .atpc-confidence__image img {
    object-position: center center;
  }

  .atpc-confidence__stat-card {
    left: 24px;
    bottom: 24px;
  }
}

/* =========================================
   CONFIDENCE SECTION - MOBILE IMAGE SELECTION
   En mobile solo mostramos la imagen 1 y la imagen 4
   ========================================= */

@media (max-width: 680px) {
  /* Oculta imagen 2 y 3 en mobile */
  .atpc-confidence__image--two,
  .atpc-confidence__image--three {
    display: none !important;
  }

  /* Mantiene visibles imagen 1 y 4 */
  .atpc-confidence__image--one,
  .atpc-confidence__image--four {
    display: block !important;
    height: 230px;
    margin-bottom: 18px;
    border-radius: 20px;
    transform: none !important;
  }

  .atpc-confidence__image--one img,
  .atpc-confidence__image--four img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b972f81 *//* =========================================
   ANDDY TOURS PUNTA CANA - MAIN TOURS PREVIEW
   4 tour cards with internal image slider
   ========================================= */

.atpc-tours-preview {
  width: 100%;
  background: #ffffff;
  color: #000000;
  overflow: hidden;
}

.atpc-tours-preview__container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 110px 28px;
}


/* Header section */
.atpc-tours-preview__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 46px;
}

.atpc-tours-preview__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: #db1e25;
}

.atpc-tours-preview__title {
  margin: 0 0 14px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  color: #000000;
}

.atpc-tours-preview__title span {
  color: #1d37ad;
}

.atpc-tours-preview__description {
  max-width: 650px;
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.68);
}

.atpc-tours-preview__all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  background: #1d37ad;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(29, 55, 173, 0.22);
  transition: all 0.25s ease;
}

.atpc-tours-preview__all-btn:hover {
  background: #db1e25;
  color: #ffffff;
  transform: translateY(-3px);
}


/* Grid: 4 cards visible on desktop */
.atpc-tours-preview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}


/* =========================================
   TOUR CARD
   ========================================= */

.atpc-tour-card {
  position: relative;
  min-width: 0;
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.10);
  transition: all 0.28s ease;
}

.atpc-tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.14);
}


/* Image slider area */
.atpc-tour-card__media {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #f4f4f4;
}

.atpc-tour-card__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.atpc-tour-card__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.atpc-tour-card__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.atpc-tour-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.32));
  pointer-events: none;
  z-index: 2;
}


/* Badge */
.atpc-tour-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  padding: 8px 12px;
  border-radius: 999px;
  background: #db1e25;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* Slider arrows */
.atpc-tour-card__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

.atpc-tour-card__arrow:hover {
  background: #db1e25;
  color: #ffffff;
}

.atpc-tour-card__arrow--prev {
  left: 14px;
}

.atpc-tour-card__arrow--next {
  right: 14px;
}


/* Slider dots */
.atpc-tour-card__dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
}

.atpc-tour-card__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.atpc-tour-card__dot.is-active {
  width: 20px;
  border-radius: 999px;
  background: #ffffff;
}


/* Card content */
.atpc-tour-card__body {
  padding: 24px 22px 24px;
}

.atpc-tour-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.atpc-tour-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(29, 55, 173, 0.08);
  color: #1d37ad;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.atpc-tour-card h3 {
  margin: 0 0 12px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.atpc-tour-card p {
  margin: 0 0 16px;
  font-family: "Roboto Mono", monospace;
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.68);
}

.atpc-tour-card ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.atpc-tour-card li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.72);
}

.atpc-tour-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #efa110;
}


/* Footer */
.atpc-tour-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.atpc-tour-card__price {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.68);
}

.atpc-tour-card__price strong {
  display: block;
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 900;
  color: #db1e25;
}

.atpc-tour-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  background: #db1e25;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.atpc-tour-card__btn:hover {
  background: #1d37ad;
  color: #ffffff;
  transform: translateY(-2px);
}


/* =========================================
   RESPONSIVE - LAPTOP
   ========================================= */

@media (max-width: 1280px) {
  .atpc-tours-preview__container {
    max-width: 1180px;
    padding: 96px 32px;
  }

  .atpc-tours-preview__grid {
    gap: 22px;
  }

  .atpc-tour-card__media {
    height: 230px;
  }

  .atpc-tour-card h3 {
    font-size: 20px;
  }
}


/* =========================================
   RESPONSIVE - TABLET
   ========================================= */

@media (max-width: 980px) {
  .atpc-tours-preview__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .atpc-tours-preview__all-btn {
    width: 100%;
  }

  .atpc-tours-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */

@media (max-width: 680px) {
  .atpc-tours-preview__container {
    padding: 74px 18px;
  }

  .atpc-tours-preview__title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .atpc-tours-preview__description {
    font-size: 13px;
  }

  .atpc-tours-preview__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .atpc-tour-card__media {
    height: 255px;
  }

  .atpc-tour-card__arrow {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
}

/* =========================================
   TOURS PREVIEW - LAPTOP
   En laptop las 4 cards pasan a 2 columnas / 2 filas
   ========================================= */

@media (min-width: 981px) and (max-width: 1280px) {
  .atpc-tours-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .atpc-tour-card__media {
    height: 280px;
  }

  .atpc-tour-card h3 {
    font-size: 24px;
  }

  .atpc-tour-card p {
    font-size: 13px;
  }
}

/* =========================================
   TOURS PREVIEW - MOBILE
   Oculta Zipline & Adventure Park en mobile
   ========================================= */

@media (max-width: 680px) {
  #tour-zipline-adventure {
    display: none !important;
  }
}


/* =========================================
   TOURS CARD - ARROWS ONLY ON IMAGE HOVER
   Las flechas aparecen solo cuando el usuario pasa
   el cursor por encima de la foto del tour.
   ========================================= */

/* Oculta las flechas por defecto */
.atpc-tour-card__arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) scale(0.92);
}

/* Muestra las flechas al pasar el cursor sobre la imagen */
.atpc-tour-card__media:hover .atpc-tour-card__arrow {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

/* En mobile/tablet dejamos las flechas visibles porque no hay hover real */
@media (max-width: 980px) {
  .atpc-tour-card__arrow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }
}

/* =========================================
   FIX - TOUR CARD IMAGE FULL COVER
   Evita el espacio gris debajo de las fotos
   ========================================= */

.atpc-tour-card__media {
  position: relative !important;
  height: 250px !important;
  overflow: hidden !important;
  background: #000000 !important;
}

.atpc-tour-card__slides {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.atpc-tour-card__slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.atpc-tour-card__slide.is-active {
  opacity: 1 !important;
  transform: scale(1) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab17574 *//* =========================================
   ANDDY TOURS PUNTA CANA - CATALOG HELP CTA
   Bloque debajo del catálogo para guiar al cliente
   hacia WhatsApp o correo.
   ========================================= */

.atpc-catalog-help {
  width: 100%;
  background: #ffffff;
  color: #000000;
  overflow: hidden;
}

.atpc-catalog-help__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 28px 96px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 48px;
}


/* =========================================
   LEFT CONTENT
   ========================================= */

.atpc-catalog-help__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #db1e25;
}

.atpc-catalog-help__title {
  margin: 0 0 18px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  color: #000000;
}

.atpc-catalog-help__title span {
  color: #1d37ad;
}

.atpc-catalog-help__description {
  max-width: 620px;
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.70);
}


/* =========================================
   RIGHT ACTIONS
   Botones de WhatsApp y Email
   ========================================= */

.atpc-catalog-help__actions {
  padding: 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 10%, rgba(239, 161, 16, 0.16), transparent 34%),
    rgba(29, 55, 173, 0.04);
  border: 1px solid rgba(29, 55, 173, 0.10);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08);
}

.atpc-catalog-help__btn {
  width: 100%;
  min-height: 54px;
  margin-bottom: 14px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.atpc-catalog-help__btn--whatsapp {
  background: #db1e25;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(219, 30, 37, 0.22);
}

.atpc-catalog-help__btn--whatsapp:hover {
  background: #1d37ad;
  color: #ffffff;
  transform: translateY(-3px);
}

.atpc-catalog-help__btn--email {
  background: #ffffff;
  color: #1d37ad;
  border: 1px solid rgba(29, 55, 173, 0.20);
}

.atpc-catalog-help__btn--email:hover {
  background: #1d37ad;
  color: #ffffff;
  transform: translateY(-3px);
}

.atpc-catalog-help__note {
  margin: 8px 0 0;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.64);
}


/* =========================================
   RESPONSIVE - TABLET
   ========================================= */

@media (max-width: 980px) {
  .atpc-catalog-help__container {
    grid-template-columns: 1fr;
    padding: 52px 24px 82px;
    gap: 34px;
  }

  .atpc-catalog-help__description {
    max-width: 720px;
  }
}


/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */

@media (max-width: 680px) {
  .atpc-catalog-help__container {
    padding: 42px 18px 72px;
  }

  .atpc-catalog-help__title {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .atpc-catalog-help__description {
    font-size: 13px;
  }

  .atpc-catalog-help__actions {
    padding: 22px;
    border-radius: 22px;
  }

  .atpc-catalog-help__btn {
    min-height: 52px;
    font-size: 14px;
  }
}/* End custom CSS */