/*
 Theme Name: GeneratePress Child
 Template: generatepress
 Version: 1.0
*/

/* =========================================================
   GLOBAL
========================================================= */

:root {
  --dvz-color-primary: #0052ff;
  --dvz-color-primary-soft: #e5edff;
  --dvz-color-accent: #ffbf1a;
  --dvz-radius-lg: 24px;
  --dvz-shadow-card: 0 18px 40px rgba(15, 23, 42, 0.25);
  --dvz-font-title: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}


body {
  overflow-x: hidden;
}

section {
  display: block;
  width: 100%;
  /* clear: both; */
}

/* Remove GeneratePress page padding */
.home .site-content { padding: 0 !important; }
.home .inside-article { padding: 0 !important; }

/* Disable GeneratePress grid layout on the homepage */
.home .site-content {
  display: block !important;
}

.home .inside-article,
.home .grid-container {
  display: block !important;
  grid-template-columns: unset !important;
}


.home section {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 5;
  justify-content: center;
  align-items: center;
}

/* =========================
   LAYOUT GENERAL – APP PAGES
   ========================= */

.dvz-page {
  /* deja un espacio extra arriba para que no lo tape el navbar */
  padding: 110px 16px 80px; /* antes era 60px 16px 80px */
  background: radial-gradient(circle at top, #e5f0ff 0%, #f8fafc 50%, #ffffff 100%);
}

.dvz-page__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Titulares genéricos dentro de dvz-page */
.dvz-page h1,
.dvz-page h2 {
  font-family: inherit;
  color: #0f172a;
}

/* Inputs y botones genéricos (para UM y Woo) */
.dvz-page input[type="text"],
.dvz-page input[type="email"],
.dvz-page input[type="password"],
.dvz-page input[type="tel"],
.dvz-page textarea,
.dvz-page select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 10px 12px;
  font-size: 14px;
  color: #111827;
  background: #f9fafb;
}

.dvz-page input::placeholder,
.dvz-page textarea::placeholder {
  color: #9ca3af;
}

.dvz-page button,
.dvz-page .button,
.dvz-page a.button,
.dvz-page input[type="submit"] {
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/* Footer a todo lo ancho (sin márgenes laterales) */
.site-footer .inside-site-info {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Inputs y botones genéricos dentro de las páginas tipo app */
.dvz-page input[type="text"],
.dvz-page input[type="email"],
.dvz-page input[type="password"],
.dvz-page input[type="tel"],
.dvz-page input[type="url"],
.dvz-page textarea,
.dvz-page select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 10px 12px;
  font-size: 14px;
  color: #111827;
  background: #f9fafb;
}

.dvz-page input::placeholder,
.dvz-page textarea::placeholder {
  color: #9ca3af;
}

.dvz-page .um-button,
.dvz-page .um input[type="submit"],
.dvz-page .woocommerce a.button,
.dvz-page .woocommerce button.button,
.dvz-page .woocommerce input.button {
  border-radius: 999px;
  background: #0052ff;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 18px;
  border: none;
}

.dvz-page .um-button:hover,
.dvz-page .um input[type="submit"]:hover,
.dvz-page .woocommerce a.button:hover,
.dvz-page .woocommerce button.button:hover,
.dvz-page .woocommerce input.button:hover {
  background: #003ec4;
}

/* Puedes reutilizar tu botón primario amarillo/azul aquí si quieres */

/* =========================================================
   HERO SECTION (STATIC + SWIPER VERSION)
========================================================= */

.hero-fullwidth {
  margin-top: 10vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative; /* IMPORTANT */
  z-index: 1;
}

/* Shared hero base */
.hero-section {
  position: relative;
  width: 100vw;
  /* margin-left: calc(50% - 50vw); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  text-align: center;
}

.hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.hero-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.hero-button {
  background-color: #137fec;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.hero-button:hover {
  background-color: #0e5cb5;
}

.hero-content img {
  max-width: 200px;
  height: auto;
  margin-bottom: 1.5rem;
}

/* Desktop */
@media (min-width: 768px) {
  .hero-content { padding: 3rem; }
  .hero-content img { max-width: 400px; }
  .hero-title { font-size: 3.5rem; }
  .hero-subtitle { font-size: 1.25rem; }
}

/* Wide screens */
@media (min-width: 1200px) {
  .hero-title { font-size: 4.5rem; }
}

/* =========================================================
   HERO SWIPER VARIANT
========================================================= */

.hero-swiper,
.hero-section .swiper-slide {
  width: 100%;
  height: 100vh;
}

.hero-section .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-icon {
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) saturate(100%) invert(81%) sepia(79%) saturate(2525%)
          hue-rotate(25deg) brightness(103%) contrast(97%);
}

.hero-pagination .swiper-pagination-bullet {
  background: #c7f20a;
  opacity: 0.6;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: #c7f20a;
  opacity: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-content { text-align: center; max-width: 90%; }
  .hero-title { font-size: 2.5rem; }
  .hero-subtitle { font-size: 1rem; }
  .hero-title-wrap { justify-content: center; }
}

/* Fix hero content centering */
.hero-content {
  max-width: none !important;
  width: 100% !important;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   GENERAL SECTION STYLE
========================================================= */

.section-content {
  padding: 6rem 2rem;
  text-align: center;
  width: 100%;
}

.section-content:nth-child(even) {
  background-color: #f7f9fc;
}

.container {
  /* max-width: 1200px; */
  margin: 0 auto;
}


/* =========================================================
   CUSTOM NAVBAR
========================================================= */

.divezvla-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  z-index: 9999;
  left: 0;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo-icon {
  background-color: #fff;
  color: #fff;
  font-weight: 700;
  width: 92px;
  height: 40px;
  border-radius: 50%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-right: 10px;
}

.nav-logo-main {
  font-weight: 700;
  font-size: 1.2rem;
}

.nav-logo-sub {
  opacity: 0.8;
  margin-left: 4px;
  font-size: 1rem;
}

/* Menu */
.menu-icon {
    font-size: 12px;
}

.nav-menu {
  display: flex;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #222;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.nav-links li a:hover {
  color: #57a0ff;
}

/* Actions */
.nav-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav-login {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

.nav-login:hover {
  background: #dbeafe;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

.nav-register {
  background: #ffc107;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

.nav-register:hover {
  background: #e6ac00;
}

/* Hamburger */
.nav-toggle {
  padding: 0;
  position: relative;
  margin-right: 0;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 26px;
  cursor: pointer;
  background: none;
  border: none;
}

.nav-toggle span {
  height: 3px;
  width: 100%;
  color: #000;
  background: #000;
  border-radius: 3px;
}

/* Mobile menu */
@media (max-width: 900px) {
  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav-toggle { 
    display: flex; 
  }

  .nav-container {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    height: 10vh;
  }

  .nav-menu.open,
  .nav-actions.open {
    display: block;
  }

  /* .nav-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    flex-direction: column;
  } */

  .nav-links {
    flex-direction: column;
    gap: 1rem;
  }

  .nav-actions {
    margin-top: 2rem;
  }
}

/* Hide on desktop */
.mobile-only { display: none; }
.desktop-only { display: flex; }

/* MOBILE ONLY */
@media (max-width: 900px) {
  .desktop-only { display: none !important; }
  .mobile-only { display: flex !important; }
}

/* ============================
   MOBILE PANEL & OVERLAY
============================ */

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 9998;
}

.mobile-menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 380px;
  height: 100vh;
  background: #fff;
  padding: 1rem;
  box-shadow: -2px 0 20px rgba(0,0,0,0.12);
  transition: 0.35s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-radius: 30px 0 0 30px;
}

.mobile-menu-panel.open {
  right: 0;
}

/* ============================
   TOP BAR
============================ */

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-mobile-menu {
  padding: 0;
  font-size: 1.8rem;
  background: #f4f4f4;
  border: none;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

/* ============================
   LINKS
============================ */

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #111;
  font-size: 1.2rem;
}

.mobile-menu-links i.icon {
  font-style: normal;
  font-size: 1.3rem;
}

/* ============================
   AUTH AREA
============================ */

.mobile-auth {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0px;
  text-align: center;
}

.mobile-login {
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
}

.mobile-register {
  background: #ffc107;
  color: black;
  padding: 1rem;
  font-size: 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}

.mobile-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 1rem 0;
}

.nav-links li a {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

/* Icon inside menu description */
.nav-links li .menu-item-description {
  display: inline-flex;
  margin-right: 6px;
}

.nav-links li .menu-item-description svg {
  width: 20px;
  height: 20px;
  stroke: #1f2937;
}

.dv-hidden {
  display: none !important;
}

.dv-auth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
}

.dv-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1.5rem; /* so content isn't glued to screen edges on small screens */
}

/* ==== MODAL CARD LOOK ==== */

.dv-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  max-width: 480px;
  width: 100%;
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  padding: 32px 40px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
}

/* Title */
.dv-modal-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
}

/* Close button (X) */
.dv-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
  color: #6b7280;
}
.dv-modal-close:hover {
  color: #111827;
}


/* Scope everything to the modal so you don't break other UM forms */
.dv-modal-content .um {
  --dv-input-bg: #f6f7f8;
  --dv-input-border: #e5e7eb;
  --dv-input-radius: 999px;
}

/* Labels */
.dv-modal-content .um .um-field-label label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #111827;
}

/* Field spacing */
.dv-modal-content .um .um-field {
  margin-bottom: 1rem;
}

/* Text / email / password / tel inputs */
.dv-modal-content .um input[type="text"],
.dv-modal-content .um input[type="email"],
.dv-modal-content .um input[type="password"],
.dv-modal-content .um input[type="tel"],
.dv-modal-content .um input[type="number"],
.dv-modal-content .um input[type="date"] {
  width: 100%;
  height: 52px;
  border-radius: var(--dv-input-radius);
  border: 1px solid var(--dv-input-border);
  background: var(--dv-input-bg);
  padding: 0 1.1rem;
  font-size: 0.95rem;
}

/* Focus */
.dv-modal-content .um input:focus {
  outline: none;
  border-color: #177ccf;
  box-shadow: 0 0 0 1px rgba(23, 124, 207, 0.2);
}

/* Radio/checkbox text a bit nicer */
.dv-modal-content .um .um-field-radio .um-field-label label,
.dv-modal-content .um .um-field-radio .um-field-checkbox-option {
  font-size: 0.95rem;
}

/* Submit button */
.dv-modal-content .um input[type="submit"],
.dv-modal-content .um .um-button {
  background: #177ccf;
  border-radius: 999px;
  border: none;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.dv-modal-content .um input[type="submit"]:hover,
.dv-modal-content .um .um-button:hover {
  background: #0f62a7;
}

.dv-modal-content .um .um-col-alt {
  margin-top: 1.5rem;
}

.dv-modal-content .um input[type="submit"],
.dv-modal-content .um .um-button {
  background: #177ccf;
  border-radius: 999px;
  border: none;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.dv-modal-content .um input[type="submit"]:hover,
.dv-modal-content .um .um-button:hover {
  background: #0f62a7;
}


.dv-modal-divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1rem;
  font-size: 0.85rem;
  color: #9ca3af;
}
.dv-modal-divider::before,
.dv-modal-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.dv-modal-divider span {
  margin: 0 0.75rem;
}

.dv-modal-footer-text {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.9rem;
  color: #6b7280;
}
.dv-modal-footer-text a {
  color: #177ccf;
  font-weight: 500;
  text-decoration: none;
}
.dv-modal-footer-text a:hover {
  text-decoration: underline;
}


/* =========================================================
   FLOATING SOCIAL LINKS
========================================================= */

.social-float {
  position: fixed;
  bottom: 4rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 100;
}

.social-float a img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s ease;
}

.social-float a:hover img {
  transform: scale(1.15);
}

/* =========================================================
   DIVEVZLA FOOTER
========================================================= */

.divezvla-footer {
  background: linear-gradient(180deg, #063274, #0846a0);
  color: #e5f0ff;
  font-size: 0.95rem;
  margin-top: 0;
}

/* TOP: 4 columns */
.footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem 3rem;
  display: grid;
  grid-template-columns: 2.1fr 1fr 1fr 1.3fr;
  gap: 2.5rem;
}

.footer-col {
  min-width: 0;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* About column */
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-about-text {
  margin: 0 0 1rem;
  line-height: 1.6;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  margin-bottom: 0.25rem;
}

/* Menus */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 0.35rem;
}

.footer-menu a {
  color: #d3e3ff;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #ffffff;
}

/* Instagram */
.footer-instagram-grid {
  margin-top: 0.5rem;
}

/* Si el plugin ya genera el grid, lo dejará así; si no, puedes
   añadir estilos aquí para las imágenes. */


/* NEWSLETTER BAR */
.footer-newsletter-wrapper {
  padding: 0 1.5rem 3rem;
}

.footer-newsletter {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(8, 69, 160, 0.9);
  border-radius: 18px;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-newsletter h3 {
  margin: 0 0 0.3rem;
  font-size: 1.35rem;
}

.footer-newsletter p {
  margin: 0;
  opacity: 0.9;
}

/* Formulario: dejar que el plugin ponga sus estilos.
   Sólo controlamos el ancho. */
.newsletter-form form {
  display: flex;
  gap: 0.75rem;
}

/* BOTTOM BAR */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2rem;
  padding: 1.25rem 1.5rem 1.75rem;
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-bottom-social a {
  margin-right: 0.75rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #d3e3ff;
}

.footer-bottom-social a:hover {
  color: #ffffff;
}

.footer-bottom-text {
  font-size: 0.85rem;
  opacity: 0.9;
}

.footer-bottom .heart {
  color: #ffb3c1;
}

/* Links & general */
.divezvla-footer a {
  color: #d3e3ff;
}

.divezvla-footer a:hover {
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .footer-main {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Remove outer "boxed" container on the homepage */
.home #page.site.grid-container.container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Make sure inner grid containers don't re-add padding */
.home .grid-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Already had these, but we reinforce the idea: no padding in content */
.home .site-content,
.home .inside-article {
  padding: 0 !important;
  margin: 0 !important;
}

/* =========================================
   FOOTER NEWSLETTER – centered layout
   ========================================= */

/* Whole blue card content */
.footer-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

/* Limit width of text block */
.footer-newsletter .newsletter-text {
  max-width: 720px;
}

/* Form wrapper */
.footer-newsletter .newsletter-form {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Remove box styling from WPForms */
#wpforms-123.wpforms-container {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Row: email field + button */
#wpforms-123 .wpforms-field-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
}

/* Hide ghost field_1 completely */
#wpforms-123 #wpforms-123-field_1-container {
  display: none !important;
}

/* Honeypot stays hidden (safety) */
#wpforms-123 #wpforms-123-field_3-container {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
}

/* Email field column */
#wpforms-123 .wpforms-field-email {
  flex: 0 0 420px;  /* grow 0, shrink 0, base width 420px */
  margin: 0;
}

/* Email input styling */
#wpforms-123 .wpforms-field-email input {
  width: 100%;
  height: 48px;
  padding: 0 1.25rem;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #ffffff;
  color: #0b1538;
  font-size: 0.95rem;
}

/* Hide labels visually (to avoid "Email Email Email" text) */
#wpforms-123 .wpforms-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Submit container inline with input */
#wpforms-123 .wpforms-submit-container {
  display: flex;
  margin: 0 !important;
  align-items: center;
}

/* Button styling */
#wpforms-123 .wpforms-submit {
  height: 48px;
  padding: 0 1.25rem;
  border-radius: 10px;
  border: none;
  background: #ffc107 !important;
  color: #0b1538 !important;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.2s ease, transform 0.1s ease;
}

#wpforms-123 .wpforms-submit:hover {
  background: #e6ac00 !important;
  transform: translateY(-1px);
}

/* Optional: you can add the paper plane via pseudo-element instead of emoji in text */

#wpforms-123 .wpforms-submit::before {
  content: "✈";
  font-size: 1rem;
}


/* Spinner */
#wpforms-123 .wpforms-submit-spinner {
  margin-left: 0.5rem;
}

/* 1) Control the flex item (the container) width */
#wpforms-123 #wpforms-123-field_2-container {
  flex: 0 0 520px;   /* adjust 520px to taste */
  margin: 0;
}

/* 2) Make the input fill its container */
#wpforms-123 #wpforms-123-field_2.wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;   /* override WPForms default cap */
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 768px) {

  .footer-newsletter .newsletter-form {
  flex-direction: column;
}

  #wpforms-123 .wpforms-field-container {
    flex-direction: column;
    align-items: stretch;
  }

  #wpforms-123 .wpforms-field-email {
    flex: 1 1 auto;
  }

  #wpforms-123 .wpforms-submit {
    width: 100%;
    justify-content: center;
  }

  /* 1) Control the flex item (the container) width */
#wpforms-123 #wpforms-123-field_2-container {
  flex: 1;   /* adjust 520px to taste */
  margin: 0;
}

/* 2) Make the input fill its container */
#wpforms-123 #wpforms-123-field_2.wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;   /* override WPForms default cap */
}
}

/* SECTION */
.dv-map-section {
  margin: 4rem auto;
  max-width: 1200px;
  padding: 3rem 2rem;
  border-radius: 32px;
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.dv-map-header {
  text-align: center;
  margin-bottom: 2rem;
}
.dv-map-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.dv-map-header p {
  color: #6b7280;
}

/* LAYOUT: map left, card right */
.dv-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: stretch;
}

/* MAP CANVAS */
.dv-map-canvas {
  background: #dbeafe;
  border-radius: 32px;
  min-height: 320px;
  height: 420px;
  overflow: hidden;
}

/* Make Leaflet map fill container */
#dv-dive-map .leaflet-container,
.dv-map-canvas .leaflet-container {
  width: 100%;
  height: 100%;
}

/* Custom marker */
.dv-marker-icon {
  width: 24px;
  height: 24px;
}
.dv-marker-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: #177ccf;
  box-shadow: 0 0 0 6px rgba(23, 124, 207, 0.25);
}

/* CARD */
.dv-site-card {
  border-radius: 32px;
  background: #f9fafb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
  overflow: hidden;
}
.dv-site-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dv-site-card-image-wrap img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.dv-site-card-body {
  padding: 1.5rem 1.8rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.dv-site-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.dv-site-card-header h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}
.dv-site-rating {
  /* display: inline-flex; */
  display: none;
  align-items: center;
  gap: 0.15rem;
  font-weight: 600;
  color: #f59e0b;
}
.dv-site-rating .dv-star {
  font-size: 1.1rem;
}

.dv-site-region {
  color: #6b7280;
  font-size: 0.95rem;
}

.dv-site-stats {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.dv-stat-label {
  display: block;
  font-size: 0.75rem;
  color: #9ca3af;
}
.dv-stat-value {
  font-weight: 600;
  font-size: 0.9rem;
}

/* Difficulty badge */
.dv-badge {
  display: inline-block;
  padding: 0.15rem 0.65rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
}
.dv-badge--beginner {
  background: #bbf7d0;
  color: #166534;
}
.dv-badge--intermediate {
  background: #facc15;
  color: #92400e;
}
.dv-badge--advanced {
  background: #fecaca;
  color: #b91c1c;
}

.dv-site-excerpt {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.dv-site-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.25rem;
}
.dv-feature-pill {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #e5e7eb;
  font-size: 0.8rem;
}

/* CTA button */
.dv-site-cta {
  margin-top: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #177ccf;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.dv-site-cta:hover {
  background: #0f62a7;
}

/* LEGEND */
.dv-map-legend {
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.dv-legend-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.dv-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.dv-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
.dv-dot--beginner {
  background: #22c55e;
}
.dv-dot--intermediate {
  background: #facc15;
}
.dv-dot--advanced {
  background: #ef4444;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .dv-map-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .dv-site-card {
    margin-top: 1.5rem;
  }
}

/* ===========================
   DESTINOS NACIONALES SECTION
=========================== */

.dv-national-section {
  max-width: 1500px;
  padding: 0;
}

.dv-national-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.dv-national-header h2 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.dv-national-header p {
  color: #6b7280;
  font-size: 0.98rem;
}

/* Cards grid */
.dv-national-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

@media (max-width: 1000px) {
  .dv-national-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .dv-national-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Card */
.dv-destination-card {
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  max-width: 500px;
  height: 500px;
}

/* Top image area */
.dv-destination-image-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
}
.dv-destination-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gradient overlay + bottom text in image */
.dv-destination-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
  color: #ffffff;
}

/* Top area containing tag + rating */
.dv-destination-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.5rem;
}

/* Internacional tag */
.dv-destination-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #2563eb;
  color: #eff6ff;
  font-size: 0.8rem;
  font-weight: 600;
}
.dv-tag-icon {
  font-size: 0.9rem;
}

.dv-destination-text h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.dv-destination-location {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9rem;
  opacity: 0.9;
}
.dv-location-icon {
  font-size: 1rem;
}

/* Rating pill (top-right) */
.dv-destination-rating {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #facc15;
  color: #111827;
  font-size: 0.85rem;
  font-weight: 600;
}
.dv-star-icon {
  font-size: 1rem;
}

/* Body */
.dv-destination-body {
  padding: 1.4rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dv-destination-description {
  margin: 0;
  color: #4b5563;
  font-size: 0.94rem;
}

/* Meta */
.dv-destination-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.dv-meta-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.dv-meta-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6b7280;
}

.dv-meta-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
}

/* Highlights pills */
.dv-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.dv-highlight-pill {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 0.8rem;
  color: #374151;
}

/* Footer row: season + button */
.dv-meta-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.dv-details-btn {
  white-space: nowrap;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}
.dv-details-btn:hover {
  background: #f9fafb;
}

/* ===========================
   DiveVzla – Tienda de Cursos
   =========================== */

.dv-shop {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 16px 40px;
}

.dv-shop__header {
  text-align: center;
  margin-bottom: 32px;
}

.dv-shop__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.dv-shop__subtitle {
  color: #4b5563;
  font-size: 0.98rem;
}

/* Yellow promo banner */

.dv-shop__banner {
  margin: 0 auto 40px;
  padding: 30px 24px;
  border-radius: 26px;
  background: linear-gradient(90deg, #ffc300, #ffb000);
  text-align: center;
  color: #111827;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  max-width: 1000px;
}

.dv-shop__banner-badge {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.dv-shop__banner-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
}

.dv-shop__banner-subtitle {
  margin: 4px 0 6px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.dv-shop__banner-helper {
  margin: 0;
  font-size: 0.9rem;
}

/* Product grid override */

/* Product grid – override theme floats */
.dv-shop ul.products,
.woocommerce-page .dv-shop ul.products,
.woocommerce .dv-shop ul.products {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Reset Woo/GeneratePress defaults on each product card */
.dv-shop ul.products li.product,
.woocommerce-page .dv-shop ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  box-sizing: border-box;
}

/* Use the same grid on the main shop archive too */
.woocommerce ul.products,
.woocommerce-page ul.products {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: " ";
    display: none;
}

/* Card */

.dv-course-card {
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
}

.dv-course-card__image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.dv-course-card__image {
  width: 100%;
  height: 230px !important; 
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.dv-course-card:hover .dv-course-card__image {
  transform: scale(1.05);
}

.dv-course-card__sale-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #f97373;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Card body */

.dv-course-card__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dv-course-card__meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  margin-bottom: 8px;
}

.dv-course-card__level {
  background: #e9f9ef;
  color: #16a34a;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.dv-course-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f59e0b;
  font-weight: 600;
}

.dv-course-card__rating-icon {
  font-size: 1rem;
}

.dv-course-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.dv-course-card__title a {
  color: #111827;
  text-decoration: none;
}

.dv-course-card__title a:hover {
  text-decoration: underline;
}

.dv-course-card__excerpt {
  font-size: 0.9rem;
  color: #4b5563;
  margin: 0 0 6px;
}

.dv-course-card__duration {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0 0 12px;
}

/* Footer prices + button */

.dv-course-card__footer {
  margin-top: auto;                /* pushes footer to bottom of card */
  display: flex;
  flex-direction: column;          /* price on top, button below */
  align-items: flex-start;
  gap: 10px;
}

.dv-course-card__prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.dv-course-card__price-current {
  color: #16a34a;
  font-size: 1.2rem;
  font-weight: 800;
}

.dv-course-card__price-old {
  color: #9ca3af;
  font-size: 0.9rem;
  text-decoration: line-through;
}

/* Add to cart button */

.dv-course-card__button {
  width: 100%;
}

.dv-course-card__button .button {
  display: block;
  width: 100%;
  text-align: center;

  padding: 12px 18px;
  background: #2563eb !important;
  color: #ffffff !important;

  font-size: 0.9rem;
  font-weight: 700;
  border: none;
  border-radius: 0 0 26px 26px;    /* matches card bottom radius */
}



.dv-course-card__button .button:hover {
  background: #1d4ed8;
}

/* Páginas de archivo de productos (catálogo) */
body.woocommerce.archive main,
body.post-type-archive-product main {
  background: radial-gradient(circle at top, #e5f0ff 0%, #f8fafc 50%, #ffffff 100%);
  padding: 60px 16px 80px;
}

body.woocommerce.archive main .content-area,
body.post-type-archive-product main .content-area {
  max-width: 1200px;
  margin: 0 auto;
}


/* Responsive */

@media (max-width: 1024px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dv-shop {
    padding: 40px 12px 60px;
  }

  .dv-shop__banner {
    padding: 22px 16px;
    border-radius: 20px;
  }

  .woocommerce ul.products,
  ul.products {
    grid-template-columns: 1fr;
  }

  .dv-course-card__image {
    height: 210px;
  }
}

/* =========================
   Proveedores de Servicios
   ========================= */

.dv-providers {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 16px 80px;
}

.dv-providers__header {
  text-align: center;
  margin-bottom: 32px;
}

.dv-providers__title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.dv-providers__subtitle {
  font-size: 0.98rem;
  color: #4b5563;
}

.dv-providers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Card */

.dv-provider-card {
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 500px;
}

.dv-provider-card__image-wrapper {
  position: relative;
}

.dv-provider-card__image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.dv-provider-card__badges {
  position: absolute;
  left: 16px;
  top: 14px;
  display: flex;
  gap: 8px;
}

.dv-provider-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #ffffff;
}

.dv-provider-badge--blue {
  background: #2563eb;
}

.dv-provider-badge--purple {
  background: #8b5cf6;
}

.dv-provider-badge--green {
  background: #16a34a;
}

.dv-provider-badge--gray {
  background: #6b7280;
}

.dv-provider-badge--verified {
  background: #22c55e;
}

/* Body */

.dv-provider-card__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dv-provider-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.dv-provider-card__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.dv-provider-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.88rem;
  color: #f59e0b;
  font-weight: 600;
}

.dv-provider-card__rating-icon {
  font-size: 1rem;
}

.dv-provider-card__location {
  margin: 0 0 8px;
  font-size: 0.88rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dv-provider-card__excerpt {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 10px;
}

.dv-provider-card__specialties-label {
  font-size: 0.86rem;
  font-weight: 600;
}

.dv-provider-card__specialties {
  margin-bottom: 10px;
}

.dv-provider-card__specialties-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.dv-provider-tag {
  background: #f3f4f6;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.78rem;
}

.dv-provider-card__contact-info {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.85rem;
}

.dv-provider-contact-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4b5563;
  text-decoration: none;
}

.dv-provider-contact-row:hover {
  text-decoration: underline;
}

/* Footer button */

.dv-provider-card__footer {
  margin-top: auto;
  padding-top: 10px;
}

.dv-provider-card__button {
  display: block;
  width: 80%;
  text-align: center;
  padding: 11px 16px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.dv-provider-card__button:hover {
  background: #1d4ed8;
}

/* Responsive */

@media (max-width: 1024px) {
  .dv-providers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dv-providers {
    padding: 40px 12px 60px;
  }

  .dv-providers__grid {
    grid-template-columns: 1fr;
  }

  .dv-provider-card__image {
    height: 210px;
  }
}

/* =========================
   PODCAST PAGE – LAYOUT BASE
   ========================= */

.dvz-podcast-page-wrapper {
  background: #f7f9fc;
  padding: 60px 16px 80px;
}

.dvz-podcast-page-wrapper > section {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   HERO
   ========================= */

.dvz-podcast-hero {
  text-align: center;
  margin-bottom: 48px;
}

.dvz-podcast-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.dvz-podcast-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #e4eeff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.dvz-podcast-title {
  font-size: 32px;
  font-weight: 700;
  color: #031633;
  margin: 0;
}

.dvz-podcast-subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  color: #5c6a81;
}

/* =========================
   EPISODIO DESTACADO
   ========================= */

.dvz-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #031633;
}

.dvz-podcast-featured {
  margin-bottom: 48px;
}

.dvz-podcast-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
  background: linear-gradient(90deg, #0055ff 0%, #0066ff 100%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 35, 90, 0.25);
  color: #ffffff;
}

.dvz-podcast-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dvz-podcast-featured-content {
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.dvz-podcast-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ffd54f;
  font-size: 13px;
  font-weight: 600;
  color: #1b1b1b;
}

.dvz-podcast-episode-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.dvz-podcast-episode-desc {
  margin: 0;
  font-size: 15px;
  color: #e5eeff;
}

.dvz-podcast-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #e5eeff;
}

.dvz-podcast-meta-row span::before {
  content: "•";
  margin: 0 6px 0 0;
}

.dvz-podcast-meta-row span:first-child::before {
  content: "";
  margin: 0;
}

.dvz-podcast-featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* Botones reutilizables */
.dvz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.dvz-btn-primary {
  background: #ffbf1a;
  color: #1c1300;
  border-color: #f5b100;
}

.dvz-btn-primary:hover {
  background: #ffcf4c;
}

.dvz-btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}

.dvz-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* =========================
   FILTROS / CHIPS
   ========================= */

.dvz-podcast-filters {
  margin-bottom: 24px;
}

.dvz-podcast-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dvz-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e6ebf5;
  color: #39475b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.dvz-chip:hover {
  background: #d4def3;
}

.dvz-chip.is-active {
  background: #115dff;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(12, 72, 190, 0.35);
}

/* =========================
   GRID DE EPISODIOS
   ========================= */

.dvz-podcast-grid {
  margin-bottom: 56px;
}

.dvz-podcast-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.dvz-podcast-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(5, 25, 60, 0.12);
  display: flex;
  flex-direction: column;
}

.dvz-podcast-card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.dvz-podcast-card-body {
  padding: 18px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dvz-podcast-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0 0;
  color: #131b2f;
}

.dvz-podcast-card-desc {
  font-size: 14px;
  color: #546175;
  margin: 0;
}

.dvz-podcast-card .dvz-podcast-meta-row {
  margin-top: 4px;
  color: #7a8597;
}

.dvz-podcast-card-actions {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}

.dvz-icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #d7deea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  color: #414f66;
  background: #f6f8fc;
}

.dvz-icon-btn:hover {
  background: #e8efff;
  border-color: #bfd0ff;
}

/* =========================
   CTA FINAL – PLATAFORMAS
   ========================= */

.dvz-podcast-cta {
  margin-top: 24px;
}

.dvz-podcast-cta-inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(5, 25, 60, 0.10);
}

.dvz-podcast-cta-inner h2 {
  font-size: 20px;
  margin: 0 0 6px;
  color: #111827;
}

.dvz-podcast-cta-inner p {
  margin: 0 0 18px;
  font-size: 14px;
  color: #4b5563;
}

.dvz-podcast-platform-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.dvz-platform-btn {
  min-width: 120px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}

/* Colores base de cada plataforma (puedes ajustarlos) */
.dvz-platform-btn:nth-child(1) { background: #1db954; }  /* Spotify */
.dvz-platform-btn:nth-child(2) { background: #9333ea; }  /* Apple Podcasts */
.dvz-platform-btn:nth-child(3) { background: #ff0000; }  /* YouTube */
.dvz-platform-btn:nth-child(4) { background: #374151; }  /* RSS */

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .dvz-podcast-featured-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .dvz-podcast-featured-image {
    max-height: 260px;
  }

  .dvz-podcast-featured-content {
    padding: 24px 20px 24px;
  }

  .dvz-podcast-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .dvz-podcast-page-wrapper {
    padding: 40px 12px 60px;
  }

  .dvz-podcast-title {
    font-size: 24px;
  }

  .dvz-podcast-featured-card {
    border-radius: 18px;
  }

  .dvz-podcast-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dvz-podcast-card-image img {
    height: 190px;
  }
}

/* =========================
   HOME – SECCIÓN PODCAST
   ========================= */

.dvz-home-podcast {
  padding: 60px 16px 40px;
}

.dvz-home-podcast__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */

.dvz-home-podcast__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 24px;
}

.dvz-home-podcast__eyebrow {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2563eb;
  margin: 0 0 4px;
}

.dvz-home-podcast__title {
  font-size: 24px;
  font-weight: 700;
  color: #031633;
  margin: 0 0 4px;
}

.dvz-home-podcast__subtitle {
  font-size: 14px;
  color: #64748b;
  max-width: 480px;
  margin: 0;
}

.dvz-home-podcast__header-cta {
  flex-shrink: 0;
}

/* Layout principal: Destacado + últimos */

.dvz-home-podcast__content {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 24px;
}

/* Columna izquierda: ya usamos .dvz-podcast-featured-card */

/* Columna derecha – últimos episodios */

.dvz-home-podcast__latest-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 12px;
}

.dvz-home-podcast__latest-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dvz-home-podcast__latest-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.dvz-home-podcast__latest-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dvz-home-podcast__latest-episode-title {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 0;
  color: #111827;
}

.dvz-home-podcast__latest-episode-desc {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.dvz-home-podcast__latest-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
  justify-content: center;
}

.dvz-home-podcast__empty {
  font-size: 14px;
  color: #6b7280;
}

/* Responsive */

@media (max-width: 1024px) {
  .dvz-home-podcast__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .dvz-home-podcast__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .dvz-home-podcast__header-cta {
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .dvz-home-podcast {
    padding: 40px 12px 24px;
  }

  .dvz-home-podcast__title {
    font-size: 20px;
  }
}

/* =========================================
   HOME – TESTIMONIOS
   ========================================= */

.dvz-testimonials {
  padding: 70px 16px 80px;
  background: radial-gradient(circle at top, #fff9e6 0%, #f5fbff 55%, #eef5ff 100%);
}

.dvz-testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------- Header ---------- */

.dvz-testimonials__header {
  text-align: center;
  margin-bottom: 32px;
}

.dvz-testimonials__title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.dvz-testimonials__subtitle {
  font-size: 15px;
  color: #6b7280;
  max-width: 640px;
  margin: 0 auto;
}

/* ---------- Slider wrapper ---------- */

.dvz-testimonials__slider-wrapper {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

/* Botones de navegación */

.dvz-testimonials__nav {
  border: 1px solid #d1d5db;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.dvz-testimonials__nav:hover {
  background: #f3f4ff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

/* Swiper container */

.dvz-testimonials-swiper {
  width: 100%;
}

/* ---------- Tarjetas de testimonio ---------- */

.dvz-testimonial-card {
  height: auto;
  
}

.dvz-testimonial-card__inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 20px 16px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.15);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

/* Header dentro de la card */

.dvz-testimonial-card__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.dvz-testimonial-card__avatar {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  padding: 3px;
  background: radial-gradient(circle at 30% 10%, #60a5fa, #1d4ed8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dvz-testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #ffffff;
}

.dvz-testimonial-card__avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #e5e7eb;
}

.dvz-testimonial-card__person {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dvz-testimonial-card__name {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.dvz-testimonial-card__location {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.dvz-testimonial-card__cert {
  font-size: 13px;
  color: #2563eb;
  font-weight: 500;
  margin: 0;
}

.dvz-testimonial-card__quote-icon {
  font-size: 22px;
  color: #c4c9ff;
}

/* Rating (estrellas) */

.dvz-testimonial-card__rating {
  display: flex;
  gap: 2px;
  margin-top: 4px;
}

.dvz-star {
  font-size: 15px;
  color: #e5e7eb;
}

.dvz-star.is-filled {
  color: #fbbf24; /* dorado */
}

/* Texto de la reseña */

.dvz-testimonial-card__text {
  font-size: 14px;
  color: #4b5563;
  margin: 6px 0 2px;
  line-height: 1.6;
}

/* Etiqueta inferior (viaje / curso) */

.dvz-testimonial-card__tag {
  margin-top: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e8f0ff;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 500;
  align-self: flex-start;
}

/* ---------- Paginación (puntos) ---------- */

.dvz-testimonials__pagination {
  margin-top: 16px;
}

.dvz-testimonials .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  opacity: 1;
}

.dvz-testimonials .swiper-pagination-bullet-active {
  background: #2563eb;
}

/* ---------- Stats box ---------- */

.dvz-testimonials__stats {
  margin: 32px auto 28px;
  max-width: 880px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  padding: 18px 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.dvz-testimonials__stat {
  text-align: center;
}

.dvz-testimonials__stat-value {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 2px;
}

.dvz-testimonials__stat-label {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* ---------- CTA final ---------- */

.dvz-testimonials__cta {
  text-align: center;
  margin-top: 24px;
}

.dvz-testimonials__cta h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 4px;
}

.dvz-testimonials__cta p {
  font-size: 14px;
  color: #4b5563;
  margin: 0 0 14px;
}

/* Reutilizamos .dvz-btn y .dvz-btn-primary del podcast */

/* =========================================
   RESPONSIVE – TESTIMONIOS
   ========================================= */

@media (max-width: 1024px) {
  .dvz-testimonials__slider-wrapper {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
  }

  .dvz-testimonials__nav {
    order: -1;               /* botones arriba del slider */
    width: fit-content;
    justify-self: center;
    display: none;
  }

  .dvz-testimonials__nav--next {
    margin-left: 8px;
  }

  .dvz-testimonials__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .dvz-testimonials {
    padding: 50px 12px 60px;
  }

  .dvz-testimonials__title {
    font-size: 22px;
  }

  .dvz-testimonial-card__inner {
    padding: 16px 16px 14px;
  }

  .dvz-testimonials__stats {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}

/* =========================
   SOMOS DIVEVZLA
   ========================= */

.dvz-about {
  padding: 50px 16px 50px;
  background: #ffffff;
}

.dvz-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.dvz-about__eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2563eb;
  font-weight: 600;
  margin: 0 0 6px;
}

.dvz-about__title {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}

.dvz-about__subtitle {
  font-size: 15px;
  color: #64748b;
  margin: 0 0 14px;
  max-width: 520px;
}

.dvz-about__text p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0 0 10px;
}

.dvz-about__pillars {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dvz-about__pillar {
  background: #f3f7ff;
  border-radius: 16px;
  padding: 12px 14px;
}

.dvz-about__pillar h3 {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 4px;
}

.dvz-about__pillar p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.dvz-about__cta {
  margin-top: 18px;
}

.dvz-about__image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
  object-fit: cover;
}

/* Responsive */

@media (max-width: 1024px) {
  .dvz-about__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .dvz-about__image {
    order: -1;
  }

  .dvz-about__pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .dvz-about {
    padding: 50px 12px 50px;
  }

  .dvz-about__title {
    font-size: 22px;
  }

  .dvz-about__pillars {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =========================
   CONTACTO
   ========================= */

.dvz-contact {
  padding: 70px 16px 80px;
  background: #0b1120;
  background-image: radial-gradient(circle at top left, rgba(56, 189, 248, 0.35), transparent 50%),
                    radial-gradient(circle at bottom right, rgba(129, 140, 248, 0.25), transparent 55%);
  color: #e5e7eb;
}

.dvz-contact__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.dvz-contact__header {
  text-align: center;
  margin-bottom: 28px;
}

.dvz-contact__title {
  font-size: 26px;
  font-weight: 700;
  color: #f9fafb;
  margin: 0 0 6px;
}

.dvz-contact__subtitle {
  font-size: 14px;
  color: #9ca3af;
  max-width: 520px;
  margin: 0 auto;
}

.dvz-contact__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: flex-start;
}

/* Columna izquierda: cards */

.dvz-contact__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dvz-contact__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.8);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.6);
}

.dvz-contact__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 10%, #38bdf8, #1d4ed8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.dvz-contact__card-body h3 {
  font-size: 14px;
  font-weight: 600;
  color: #f9fafb;
  margin: 0 0 4px;
}

.dvz-contact__card-body p {
  font-size: 13px;
  color: #e5e7eb;
  margin: 0 0 2px;
}

.dvz-contact__card-body a {
  font-size: 13px;
  color: #93c5fd;
  text-decoration: none;
}

.dvz-contact__card-body a:hover {
  text-decoration: underline;
}

.dvz-contact__meta {
  margin-top: 4px;
  font-size: 13px;
  color: #d1d5db;
}

.dvz-contact__meta p {
  margin: 2px 0;
}

/* Columna derecha: formulario */

.dvz-contact__form {
  background: rgba(15, 23, 42, 0.96);
  border-radius: 20px;
  padding: 20px 20px 18px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.8);
}

/* Placeholder cuando no hay form */
.dvz-contact__form-placeholder {
  font-size: 14px;
  color: #9ca3af;
}

/* Ajustes básicos para WPForms dentro de este bloque (opcional) */
.dvz-contact__form .wpforms-form label {
  color: #e5e7eb;
  font-size: 13px;
}

.dvz-contact__form .wpforms-field input,
.dvz-contact__form .wpforms-field textarea {
  background: #020617;
  border-radius: 10px;
  border: 1px solid #1f2937;
  color: #f9fafb;
  font-size: 14px;
}

.dvz-contact__form .wpforms-submit {
  border-radius: 999px !important;
}

/* Responsive */

@media (max-width: 1024px) {
  .dvz-contact__content {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .dvz-contact {
    padding: 52px 12px 60px;
  }

  .dvz-contact__title {
    font-size: 22px;
  }
}

/* =========================
   AJUSTES DE LUZ – CONTACTO
   ========================= */

/* Aclarar un poco el fondo general */
.dvz-contact {
  background: radial-gradient(circle at top left, #e0f2fe 0%, #e5edff 40%, #dbeafe 100%);
  color: #1f2937;
}

/* Cards de la izquierda siguen oscuras pero legibles */
.dvz-contact__card {
  background: #0b1120;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.6);
}

.dvz-contact__card-body h3 {
  color: #f9fafb;
}

.dvz-contact__card-body p,
.dvz-contact__meta {
  color: #e5e7eb;
}

/* FORMULARIO MÁS CLARO */
.dvz-contact__form {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
}

/* Etiquetas del formulario */
.dvz-contact__form .wpforms-form label {
  color: #111827;
  font-weight: 500;
}

/* Inputs y textarea */
.dvz-contact__form .wpforms-field input,
.dvz-contact__form .wpforms-field textarea {
  background: #f9fafb;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  color: #111827;
}

/* Placeholder */
.dvz-contact__form .wpforms-field input::placeholder,
.dvz-contact__form .wpforms-field textarea::placeholder {
  color: #9ca3af;
}

/* Botón WPForms */
.dvz-contact__form .wpforms-submit {
  background: #0369a1 !important;
  border-radius: 999px !important;
  border: none !important;
}

.dvz-contact__form .wpforms-submit:hover {
  background: #0284c7 !important;
}

/* =========================
   EXPO DIVE – PÁGINA
   ========================= */

.dvz-expo-page {
  background: #f3f6ff;
  padding: 110px 16px 80px;
  margin: 0px;
}

.dvz-expo-hero {
  max-width: 1200px;
  margin: 0 auto 60px;
}

.dvz-expo-hero__inner {
  position: relative;
  border-radius: 40px;
  padding: 48px 60px;
  overflow: hidden;
  background: linear-gradient(135deg, #0052ff, #0072ff);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.35);
  color: #ffffff;
}

.dvz-expo-hero__inner.has-bg {
  background-size: cover;
  background-position: center;
}

.dvz-expo-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 82, 255, 0.95), rgba(0, 114, 255, 0.96));
  mix-blend-mode: multiply;
}

.dvz-expo-hero__content {
  position: relative;
  max-width: 780px;
}

.dvz-expo-hero__badge {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffbf1a;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.dvz-expo-hero__title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 8px;
}

.dvz-expo-hero__subtitle {
  font-size: 20px;
  color: #ffe48a;
  margin: 0 0 22px;
}

/* Info row */

.dvz-expo-hero__info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 26px;
  font-size: 15px;
}

.dvz-expo-hero__info-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dvz-expo-hero__info-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* CTA row */

.dvz-expo-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.dvz-expo-hero__cta-main {
  padding-inline: 22px;
}

.dvz-expo-hero__cta-secondary {
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.dvz-expo-hero__cta-secondary:hover {
  background: #e5edff;
}

.divezvla-footer {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.grid-container {
    width: 100%;
}

.container {
    max-width: 100%;
    margin: 0px;
}

.site-footer .inside-site-info {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Responsive */

@media (max-width: 1024px) {
  .dvz-expo-hero__inner {
    margin-top: 40px;
    padding: 40px 26px;
    border-radius: 32px;
  }

  .dvz-expo-hero__title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .dvz-expo-page {
    padding: 40px 12px 60px;
  }

  .dvz-expo-hero__title {
    font-size: 28px;
  }

  .dvz-expo-hero__subtitle {
    font-size: 16px;
  }

  .dvz-expo-hero__info-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================
   HOME – TEASER EXPO
   ========================= */

.dvz-home-expo {
  padding: 40px 16px 60px;
  background: #eef4ff;
}

.dvz-home-expo__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border-radius: 32px;
  padding: 26px 32px;
  overflow: hidden;
  background: linear-gradient(135deg, #0052ff, #0072ff);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.3);
  color: #ffffff;
}

.dvz-home-expo__inner.has-bg {
  background-size: cover;
  background-position: center;
}

.dvz-home-expo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 82, 255, 0.95), rgba(0, 114, 255, 0.96));
  mix-blend-mode: multiply;
}

.dvz-home-expo__content {
  position: relative;
}

.dvz-home-expo__badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: #ffbf1a;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.dvz-home-expo__title {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 4px;
}

.dvz-home-expo__subtitle {
  font-size: 15px;
  color: #ffe48a;
  margin: 0 0 14px;
}

.dvz-home-expo__info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 16px;
}

.dvz-home-expo__info-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dvz-home-expo__info-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dvz-home-expo__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dvz-home-expo__cta-secondary {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #e5edff;
  font-size: 13px;
  text-decoration: none;
}

.dvz-home-expo__cta-secondary:hover {
  background: rgba(255, 255, 255, 0.26);
}

/* Responsive teaser */

@media (max-width: 768px) {
  .dvz-home-expo {
    padding: 32px 12px 40px;
  }

  .dvz-home-expo__inner {
    padding: 22px 18px;
  }

  .dvz-home-expo__title {
    font-size: 22px;
  }
}

/* =========================
   EXPO – ÁREAS
   ========================= */

.dvz-expo-areas {
  padding: 40px 16px 40px;
}

.dvz-expo-areas__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.dvz-expo-areas__title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}

.dvz-expo-areas__subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 24px;
}

.dvz-expo-areas__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 26px;
}

.dvz-expo-area-card {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
}

.dvz-expo-area-card__top {
  position: relative;
  padding: 18px 18px 70px;
  overflow: hidden;
  color: #ffffff;
}

.dvz-expo-area-card__chip {
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: 12px;
  font-weight: 600;
}

.dvz-expo-area-card__icon-circle {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #1d4ed8;
}

.dvz-expo-area-card__bg-image {
  position: absolute;
  inset: 0;
  opacity: 0.28;
}

.dvz-expo-area-card__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Colores de cada área */
.dvz-expo-area-card--blue .dvz-expo-area-card__top {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
}

.dvz-expo-area-card--yellow .dvz-expo-area-card__top {
  background: linear-gradient(135deg, #f59e0b, #facc15);
}

.dvz-expo-area-card--purple .dvz-expo-area-card__top {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
}

.dvz-expo-area-card--green .dvz-expo-area-card__top {
  background: linear-gradient(135deg, #059669, #22c55e);
}

.dvz-expo-area-card__bottom {
  padding: 16px 18px 16px;
  text-align: left;
}

.dvz-expo-area-card__bottom h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 6px;
}

.dvz-expo-area-card__bottom p {
  font-size: 13px;
  color: #4b5563;
  margin: 0 0 10px;
}

.dvz-expo-area-card__link {
  border: none;
  background: transparent;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

/* Stats barra azul */

.dvz-expo-areas__stats {
  margin-top: 10px;
  background: #0052ff;
  border-radius: 22px;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  color: #ffffff;
}

.dvz-expo-areas__stat {
  text-align: center;
}

.dvz-expo-areas__stat-value {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}

.dvz-expo-areas__stat-label {
  font-size: 13px;
  margin: 0;
}

/* =========================
   EXPO – AGENDA
   ========================= */

.dvz-expo-agenda {
  padding: 40px 16px 40px;
  background: radial-gradient(circle at top, #fff7e5 0%, #fffdf7 40%, #fff7e5 100%);
}

.dvz-expo-agenda__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.dvz-expo-agenda__title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}

.dvz-expo-agenda__day {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 22px;
}

.dvz-expo-agenda__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dvz-expo-agenda__item {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.dvz-expo-agenda__time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #374151;
}

.dvz-expo-agenda__time-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dvz-expo-agenda__body {
  font-size: 14px;
}

.dvz-expo-agenda__item-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 4px;
}

.dvz-expo-agenda__speaker {
  font-size: 13px;
  color: #4b5563;
  margin: 0 0 3px;
}

.dvz-expo-agenda__location {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* Tag de tipo */

.dvz-expo-agenda__tag {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.dvz-expo-agenda__tag--conferencia {
  background: #e0edff;
  color: #1d4ed8;
}

.dvz-expo-agenda__tag--taller {
  background: #fef3c7;
  color: #b45309;
}

.dvz-expo-agenda__tag--demostracion {
  background: #f3e8ff;
  color: #7e22ce;
}

.dvz-expo-agenda__tag--networking {
  background: #dcfce7;
  color: #15803d;
}

.dvz-expo-agenda__footer {
  margin-top: 18px;
}

.dvz-expo-agenda__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #111827;
  color: #f9fafb;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

/* =========================
   EXPO – TICKETS
   ========================= */

.dvz-expo-tickets {
  padding: 50px 16px 60px;
  background: #fef3c7;
}

.dvz-expo-tickets__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.dvz-expo-tickets__title {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 6px;
}

.dvz-expo-tickets__subtitle {
  font-size: 14px;
  color: #4b5563;
  margin: 0 0 24px;
}

.dvz-expo-tickets__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 18px;
}

.dvz-expo-ticket-card {
  background: #ffffff;
  border-radius: 22px;
  border: 2px solid #111827;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
  padding: 18px 18px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dvz-expo-ticket-card.is-featured {
  border-color: #2563eb;
  box-shadow: 0 22px 50px rgba(37, 99, 235, 0.4);
}

.dvz-expo-ticket-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.dvz-expo-ticket-card__name {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 4px;
  color: #111827;
}

.dvz-expo-ticket-card__price {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #1d4ed8;
}

.dvz-expo-ticket-card__desc {
  font-size: 13px;
  color: #4b5563;
  margin: 0 0 12px;
}

.dvz-expo-ticket-card__btn {
  display: block;
  width: 100%;
  padding: 9px 0;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.dvz-expo-ticket-card__btn:hover {
  background: #1d4ed8;
}

.dvz-expo-tickets__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.dvz-expo-tickets__btn {
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dvz-expo-tickets__btn--primary {
  background: #111827;
  color: #f9fafb;
}

.dvz-expo-tickets__btn--outline {
  background: #ffffff;
  color: #111827;
  border: 1px solid #111827;
}

/* RESPONSIVE EXPO SECTIONS */

@media (max-width: 1024px) {
  .dvz-expo-areas__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dvz-expo-areas__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dvz-expo-agenda__item {
    grid-template-columns: minmax(0, 1fr);
    align-items: flex-start;
  }

  .dvz-expo-tickets__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .dvz-expo-areas__cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .dvz-expo-areas__stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .dvz-expo-tickets__cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ================================
   Layout general páginas "app"
   (sign-in, sign-up, perfil, carrito, etc.)
   ================================ */

/* Que el contenedor principal ocupe todo el ancho */
body.page-template-page-app #page {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Empujar contenido por debajo del navbar fijo */
body.page-template-page-app .site-content {
  padding-top: 90px; /* ajusta si ves que sigue muy pegado */
}

/* Fondo y espaciado general de la página de app */
body.page-template-page-app .dvz-page {
  min-height: calc(100vh - 260px); /* contenido + footer */
  background: #f3f4f6; /* gris clarito como el front */
  padding: 40px 16px 48px;
}

/* Centro el "inner" y lo convierto en un flex centrado */
body.page-template-page-app .dvz-page__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* Que el formulario de UM no se pegue a la izquierda
   y respete un ancho máximo agradable */
body.page-template-page-app .dvz-page__inner .um {
  width: 100%;
  max-width: 520px; /* puedes subir/bajar este valor a tu gusto */
}

/* Opcional: darle un fondo tipo card al formulario */
body.page-template-page-app .dvz-page__inner .um-form {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  padding: 32px 28px;
}

/* Quitar cualquier margen raro encima del footer */
body.page-template-page-app .divezvla-footer {
  margin-top: 0;
  border-radius: 0;
}

.site-content {
  display: block;
}


.dvmd-discount-popup {
  display: none; /* por defecto visible, o display:none y lo muestras con JS */
}

.dvmd-discount-popup.is-visible {
  display: block; /* o flex, según tu diseño */
}

/* ===========================
   PÁGINA SOMOS DIVEVZLA
   (usa App Page + bloques)
   =========================== */

/* Hero */
.dv-about-hero {
  background: radial-gradient(circle at top, #e5f0ff 0%, #f8fafc 40%, #ffffff 100%);
  border-radius: 24px;
  padding: 32px 24px 36px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  margin-bottom: 32px;
}

.dv-about-hero h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.dv-about-hero p {
  margin-bottom: 16px;
}

.dv-about-hero .wp-block-button__link {
  border-radius: 999px;
  background: #0052ff;
  padding: 10px 22px;
  font-weight: 600;
}

/* Misión, Visión, Valores */

.dv-about-mvv {
  margin-top: 40px;
  margin-bottom: 32px;
}

.dv-about-mvv > h2 {
  text-align: center;
  margin-bottom: 8px;
}

.dv-about-mvv > p {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 24px;
}

.dv-about-mvv-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 20px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.1);
}

.dv-about-mvv-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

/* Timeline */

.dv-about-timeline {
  margin-top: 40px;
  margin-bottom: 32px;
}

.dv-about-timeline > h2 {
  text-align: center;
  margin-bottom: 8px;
}

.dv-about-timeline > p {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 24px;
}

.dv-about-timeline-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  margin-bottom: 12px;
  border-left: 4px solid #0052ff;
}

/* Qué hacemos */

.dv-about-services {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dv-about-services > h2 {
  text-align: center;
  margin-bottom: 8px;
}

.dv-about-services > p {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 24px;
}

.dv-about-service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.1);
}

.dv-about-service-card h3 {
  margin-top: 0;
  margin-bottom: 6px;
}

.dv-about-service-card p {
  margin: 0;
}

/* Responsive */

@media (max-width: 768px) {
  .dv-about-hero {
    padding: 24px 18px 28px;
  }
}

/* Corregir layout en la página "Somos DiveVzla"
   (apilar secciones y evitar el flex de los formularios) */
body.page-somos-divezla .dvz-page__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: block;     /* <- volvemos al flujo normal de bloque */
}

/* Grid limpio para las tarjetas de Misión / Visión / Valores */
.dv-about-mvv .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* Grid para las tarjetas de "Qué hacemos" */
.dv-about-services .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* PÁGINA "Somos DiveVzla" – deshacer el flex que usamos en login/register */
body.page-somos-divezla .dvz-page__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: block !important;   /* <- clave */
}

/* Espaciado vertical entre secciones de la página */
body.page-somos-divezla .dvz-page__inner > .wp-block-group {
  margin-bottom: 40px;
}

/* Grid para Misión / Visión / Valores */
body.page-somos-divezla .dv-about-mvv .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

/* Grid para "Qué hacemos en DiveVzla" */
body.page-somos-divezla .dv-about-services .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

body.page-template-page-app .dvz-page__inner {
    display: block;
}


/* PAGINA DE DESTINO */ 

.dv-destination-single-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  padding: 24px 22px 26px;
}

.dv-destination-single__header h1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.dv-destination-single__excerpt {
  margin: 0 0 16px;
  color: #4b5563;
}

.dv-destination-single__image {
  margin-bottom: 18px;
}

.dv-destination-single__image img {
  border-radius: 18px;
}

.dv-destination-single__content {
  margin-bottom: 20px;
}

.dv-destination-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.dv-destination-badge--national {
  background: #e0f2fe;
  color: #0369a1;
}

.dv-destination-badge--international {
  background: #fef3c7;
  color: #92400e;
}

.dv-destination-single__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin: 16px 0 22px;
}

.dv-fact-card {
  background: #f9fafb;
  border-radius: 14px;
  padding: 10px 12px;
}

.dv-fact-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  margin-bottom: 4px;
}

.dv-fact-value {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.dv-destination-single__section {
  margin-top: 18px;
}

.dv-destination-single__section h2 {
  margin-bottom: 6px;
}

.dv-destination-single__tagline {
  margin: 6px 0 10px;
  color: #4b5563;
}

/* PÁGINA DE DESTINOS NACIONALES E INTERNACIONALES */

.dv-destinations-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

/* Slider Destinos */

.dv-destinations-slider {
  margin-top: 20px;
  margin-bottom: 12px;
}

.dv-destinations-slider .swiper-slide {
  height: auto;
}

.dv-destinations-slider .dv-destination-card {
  height: 100%;
}

.dv-destinations-slider {
  position: relative;
  padding: 0 20px; /* deja espacio lateral para las flechas */
}

/* Flechas Swiper – estilo botón redondo fuera de las cards */
.dv-destinations-slider .swiper-button-prev,
.dv-destinations-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
  color: #0f172a;
  top: 50%;
  transform: translateY(-50%);
}

.dv-destinations-slider .swiper-button-prev::after,
.dv-destinations-slider .swiper-button-next::after {
  font-size: 16px;
}

/* Las movemos un poco hacia afuera */
.dv-destinations-slider .swiper-button-prev {
  left: 4px;
}

.dv-destinations-slider .swiper-button-next {
  right: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .dv-destinations-slider .swiper-button-prev,
.dv-destinations-slider .swiper-button-next {
    display: none;
    width: 0px;
    height: 0px;
}

.dv-destinations-slider {
  position: relative;
  /* quita espacio lateral para las flechas */
}

}


/* GRID de la sección tienda en el home */
.dv-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.dv-shop-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dv-shop-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.2);
}

.dv-shop-card__image {
  height: 190px;
  background-size: cover;
  background-position: center;
}

.dv-shop-card__body {
  padding: 16px 18px 18px;
}

.dv-shop-card__body h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.dv-shop-card__body p {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

/* Responsive */
@media (max-width: 768px) {
  .dv-shop-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* SLIDER SOMOS DIVEVZLA */
.dvz-about__image .dvz-about-slider {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.dvz-about__image .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================
   HOME – DESTINOS
   ========================================= */

.dv-destinations {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  /* Sin degradado: fondo liso muy suave */
  background: #f5f7fb; /* puedes cambiar a transparent si quieres 100% limpio */
  /* background: #ffffff; */
}

.dv-destinations__inner {
  max-width: 1300px;
  margin: 0 auto;
}

/* ---------- Header ---------- */

.dv-destinations__header {
  text-align: center;
  margin-bottom: 32px;
}

.dv-destinations__header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.dv-destinations__header p {
  font-size: 15px;
  color: #6b7280;
  max-width: 640px;
  margin: 0 auto;
}

/* ---------- Slider wrapper ---------- */

.dv-destinations__slider-wrapper {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

/* Botones de navegación (copiados de testimonios) */

.dv-destinations__nav {
  border: 1px solid #d1d5db;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.dv-destinations__nav:hover {
  background: #f3f4ff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

/* Swiper container */

.dv-destinations-swiper {
  width: 100%;
  height: 550px;
}

/* Garantizar que las slides se adapten a la altura de la card */

.dv-destinations .swiper-slide {
  height: auto;
}

/* ---------- Paginación (puntos) ---------- */

.dv-destinations__pagination {
  margin-top: 16px;
  text-align: center;
}

.dv-destinations .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  opacity: 1;
}

.dv-destinations .swiper-pagination-bullet-active {
  background: #2563eb;
}

/* ---------- FOOTER ---------- */

/* ===========================
   Section footer CTA (DiveVzla)
   =========================== */
.dv-section__footer{
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

/* Base button (si ya existe en tu proyecto, deja solo lo que falte) */
.dv-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px; /* pill */
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Secondary style (turquesa/azul estilo DiveVzla) */
.dv-btn-secondary{
  background: transparent;
  color: var(--dv-primary, #0b66c3);
  border: 1.5px solid rgba(11, 102, 195, 0.35);
  box-shadow: 0 8px 24px rgba(11, 102, 195, 0.10);
}

.dv-btn-secondary:hover{
  background: rgba(11, 102, 195, 0.08);
  border-color: rgba(11, 102, 195, 0.55);
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(11, 102, 195, 0.18);
}

.dv-btn-secondary:active{
  transform: translateY(0px);
  box-shadow: 0 6px 16px rgba(11, 102, 195, 0.14);
}

/* Accesibilidad / teclado */
.dv-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 102, 195, 0.18), 0 12px 30px rgba(11, 102, 195, 0.18);
}

/* Mobile: que se vea “full” como CTA */
@media (max-width: 768px){
  .dv-section__footer{
    justify-content: stretch;
  }

  .dv-section__footer .dv-btn{
    width: 100%;
  }
}

.dv-section__footer .dv-btn::after{
  content: "→";
  font-weight: 700;
  opacity: .9;
}

/* =========================================
   RESPONSIVE – DESTINOS
   ========================================= */

@media (max-width: 1024px) {
  .dv-destinations__slider-wrapper {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
  }

  .dv-destinations__nav {
    order: -1;               /* botones arriba del slider */
    width: fit-content;
    justify-self: center;
    display: none;           /* si quieres que en móvil solo se use swipe */
  }

  .dv-destinations__nav--next {
    margin-left: 8px;
  }
}

@media (max-width: 768px) {
  .dv-destinations {
    padding: 50px 12px 60px;
  }

  .dv-destinations__header h2 {
    font-size: 22px;
  }
}

/* =========================================
   HOME – PROVEEDORES (SLIDER)
   ========================================= */

.dv-providers {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dv-providers__inner {
  max-width: 1400px;
}

/* Header */

.dv-providers__header {
  text-align: center;
  margin-bottom: 32px;
}

.dv-providers__title {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.dv-providers__subtitle {
  font-size: 15px;
  color: #6b7280;
  max-width: 640px;
  margin: 0 auto;
}

/* Slider wrapper: botones a los lados */

.dv-providers__slider-wrapper {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

/* Botones de navegación (clonados de testimonios/destinos) */

.dv-providers__nav {
  border: 1px solid #d1d5db;
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.dv-providers__nav:hover {
  background: #f3f4ff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

/* Swiper container */

.dv-providers-swiper {
  width: 100%;
  height: 600px;
}

/* Asegurar que las slides respeten la altura de la card */

.dv-providers .swiper-slide {
  height: auto;
}

/* Paginación */

.dv-providers__pagination {
  margin-top: 16px;
  text-align: center;
}

.dv-providers .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  opacity: 1;
}

.dv-providers .swiper-pagination-bullet-active {
  background: #2563eb;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .dv-providers__slider-wrapper {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
  }

  .dv-providers__nav {
    order: -1;
    width: fit-content;
    justify-self: center;
    display: none; /* si quieres sólo swipe en móvil */
  }
}

@media (max-width: 768px) {
  .dv-providers {
    padding: 50px 12px 60px;
  }

  .dv-providers__title {
    font-size: 22px;
  }
}

