/**
 * Design System — Componentes
 * Nav, botones, hero, cards, pricing, zigzag, footer, media queries. Usar en todas las landings.
 */
/* ===== Navbar Landing Page (componente reutilizable) ===== */
.nav-landing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: transparent;
  background-color: transparent;
  min-height: 4rem;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.25s ease, background 0.25s ease;
}
.nav-landing.nav-landing--scrolled {
  background: rgba(12, 41, 79, 0.95);
  backdrop-filter: blur(8px);
}
.nav-landing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.nav-landing-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--white);
}
.nav-landing-logo svg {
  height: 58px;
  width: auto;
}
.nav-landing-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
.nav-landing-links a {
  font-family: Poppins, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.nav-landing-links a:hover {
  color: var(--white-smoke);
  opacity: 0.9;
}
.nav-landing-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.nav-landing-ctas .btn {
  font-size: 0.805rem;
  padding: 0.6rem 1.2rem;
}
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--white);
}
.nav-burger-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-landing--open .nav-burger-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-landing--open .nav-burger-bar:nth-child(2) { opacity: 0; }
.nav-landing--open .nav-burger-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-drawer {
  display: none;
}
@media (min-width: 768px) {
  .nav-landing-links { display: flex; }
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.btn-primary {
  color: var(--white);
  background: var(--gradient-primary);
}
.btn-primary:hover { filter: brightness(1.1); }
.btn-secondary {
  color: var(--white);
  background: var(--gradient-primary-soft);
  border: 1px solid var(--border-secondary);
}
.btn-secondary:hover { border-color: rgba(33, 122, 237, 0.65); background: linear-gradient(45deg, rgba(109, 237, 88, 0.25), rgba(33, 122, 237, 0.4)); }
.btn-group { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

/* Pastilla (badge/pill, no es botón) */
.pastilla {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  background: var(--gradient-primary);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 200px;
  margin-bottom: 2rem;
}
.pastilla.pastilla-secundaria {
  background: var(--gradient-primary-soft);
  border: 1px solid var(--border-secondary);
}
.pastilla.pastilla-secundaria:hover {
  border-color: rgba(33, 122, 237, 0.65);
  background: linear-gradient(45deg, rgba(109, 237, 88, 0.25), rgba(33, 122, 237, 0.4));
}

/* Hero: sin margin-top para que el gradiente llegue al borde superior y no se vea el body detrás del navbar */
.hero {
  background: var(--gradient-hero);
  padding-top: 13rem;
  padding-bottom: 4rem;
}
.hero-label { font-size: clamp(0.8125rem, 2vw, 0.9375rem); font-weight: 300; letter-spacing: 0.05em; text-transform: uppercase; color: var(--white-smoke); opacity: 0.95; text-align: left; margin: 0 0 1.38rem; display: block; }
.hero-headline { max-width: 600px; width: 100%; font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 600; line-height: 1.2; margin: 0 0 1.38rem; text-align: left; }
.hero-sub { font-size: 1.125rem; font-weight: 300; color: var(--white-smoke); max-width: 36rem; margin: 0 0 2.76rem; text-align: left; }
.hero-cta { justify-content: flex-start; margin-top: 0; }
.video-section-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.video-wrap {
  flex: 0 0 min(800px, 100%);
  max-width: 800px;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--blue-card);
}
.video-intro {
  flex: 0 0 auto;
  text-align: left;
  min-width: 180px;
}
.video-intro-text {
  font-family: Caveat, cursive;
  font-size: clamp(1.31rem, 3vw, 1.875rem);
  font-weight: 500;
  color: white;
  margin: 0;
  display: block;
  line-height: 1.25;
  max-width: 10em;
}
.video-intro-arrow {
  display: block;
  margin: 0.5rem 0 0;
  width: 100px;
  height: 70px;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: nowrap;
}
.hero-content {
  flex: 1 1 min(100%, 28rem);
  min-width: 0;
}
/* Bloque de 3 imágenes: separación +35% entre ellas, siguen solapadas */
.hero-visual {
  flex: 0 1 auto;
  width: min(100%, 420px);
  margin-left: auto;
  position: relative;
  min-height: 17rem;
  align-self: flex-start;
}
.hero_images-floating {
  position: relative;
  width: 100%;
  min-height: 17rem;
}
.hero_images-floating img {
  position: absolute;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.3);
  object-fit: cover;
}
/* 1. Follaje (atrás, izq) */
.hero_images-floating .image-5 {
  width: 16.75rem;
  max-width: 100%;
  top: 1.25rem;
  right: 8.75rem;
  z-index: 1;
}
/* 2. Edificio/calle (medio) */
.hero_images-floating .image-6 {
  width: 16.75rem;
  max-width: 100%;
  top: 2.75rem;
  right: 4.4rem;
  z-index: 2;
}
/* 3. Café (delante, der) */
.hero_images-floating .image-7 {
  width: 18rem;
  max-width: 100%;
  top: 0;
  right: 0;
  z-index: 3;
}
/* Layout “stack” hero / phrase / video: hasta 1024px (incluye tablets y móviles con viewport ancho o modo escritorio ~980px). Menú hamburguesa sigue en 767px. */
@media (max-width: 1024px) {
  .hero-inner { flex-direction: column; align-items: stretch; }
  .hero { padding-bottom: 5rem; overflow: hidden; }
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 1rem;
  }
  .hero-cta .btn {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  .hero-visual { display: none !important; }
  .section-video { padding-top: 4rem; }
  .video-section-inner { flex-direction: column; align-items: stretch; }
  .video-intro { display: none !important; }
  .video-wrap { order: 0; width: 100%; max-width: 100%; }
  .phrase-block { display: flex; flex-direction: column; overflow: visible; gap: 0; }
  .phrase-block-inner { margin-right: 0; margin-left: 0; padding: 0 1.5rem 2rem; order: 1; width: 100%; box-sizing: border-box; }
  .phrase-block-inner .container { max-width: 100%; width: 100%; padding-left: 0 !important; padding-right: 0 !important; margin-left: 0; text-align: left; }
  .phrase-block .pastilla { margin-left: 0; margin-right: auto; margin-bottom: 1.08rem; }
  .phrase-block h2 { text-align: left; margin-bottom: 1.08rem; }
  .phrase-block .text-lead { text-align: left; margin-bottom: 1.44rem; }
  .phrase-block .btn-group { flex-direction: column; align-items: stretch; width: 100%; margin-top: 2.16rem; }
  .phrase-block .btn-group .btn { width: 100%; display: block; box-sizing: border-box; }
  .phrase-block-visual { position: static; width: 100%; min-height: 0; aspect-ratio: auto; order: 2; padding: 0 1.5rem 2rem; overflow: visible; display: flex; justify-content: flex-end; align-items: flex-end; }
  .phrase-block-visual img { position: static; width: auto; max-width: 100%; height: auto; max-height: 280px; object-fit: contain; object-position: bottom right; display: block; margin-left: auto; }
}

/* Cards */
.card {
  background: var(--blue-card);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-title { font-size: 1.5rem; font-weight: 700; margin: 0 0 1rem; }
.card ul { margin: 0; padding-left: 1.25rem; }
.card li { margin-bottom: 0.5rem; }

/* Grids */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }

/* Typography */
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 500; margin: 0 0 1rem; line-height: 1.2; }
.section-title-frase { font-family: Poppins, sans-serif; font-size: clamp(1.75rem, 5vw, 3.125rem); font-weight: 600; margin: 0; line-height: 1.2; text-align: center; }
.section-subtitle-frase { font-family: Poppins, sans-serif; font-size: 1.125rem; font-weight: 300; color: var(--white-smoke); margin: 0.75rem auto 4rem; text-align: center; max-width: 36rem; }
.partner-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.875rem; margin-bottom: 6rem; }
.partner-logos img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  animation: partner-logo-float 3.2s ease-in-out infinite;
}
.partner-logos img:nth-child(1) { animation-delay: 0s; }
.partner-logos img:nth-child(2) { animation-delay: 0.4s; }
.partner-logos img:nth-child(3) { animation-delay: 0.8s; }
.partner-logos img:nth-child(4) { animation-delay: 0.2s; }
@keyframes partner-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.section-heading-left { font-family: Poppins, sans-serif; font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 500; margin: 0 0 1.5rem; line-height: 1.2; text-align: left; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 0; }
.service-card {
  background: var(--blue-card);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  min-height: 18rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-card-icon { width: 96px; height: 96px; object-fit: contain; margin-bottom: 1.25rem; }
.service-card-title { font-family: Poppins, sans-serif; font-size: 1.5rem; font-weight: 500; margin: 0 0 0.75rem; }
.service-card-desc { font-family: Poppins, sans-serif; font-size: 1.125rem; font-weight: 300; color: var(--white-smoke); margin: 0; line-height: 1.5; }
.text-gradient { background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-lead { font-size: 1.125rem; color: var(--white-smoke); margin-bottom: 1.5rem; max-width: 42rem; }

/* Frase sobre fondo diferente (full-width, rompe ritmo visual) */
.phrase-block {
  width: 100%;
  background: var(--blue-card);
  padding: 3.5rem 0;
  position: relative;
  overflow: hidden;
}
.phrase-block-inner {
  margin-left: max(1.5rem, calc((100vw - 68rem) / 2));
  margin-right: 42%;
}
.phrase-block-inner .container {
  margin-left: 0;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 1200px) {
  .phrase-block-inner { margin-left: 0; margin-right: 0; }
}
.phrase-block .pastilla { margin-left: 0; margin-right: auto; margin-bottom: 0.9rem; }
.phrase-block h2 { margin-bottom: 0.9rem; }
.phrase-block .text-lead { margin-bottom: 1.2rem; }
.phrase-block .btn-group { margin-top: 1.8rem; }
.phrase-block-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  min-width: 280px;
  overflow: hidden;
}
.phrase-block-visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* CTA card (estilo nextrocket.io) */
.cta-card-wrap {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
.cta-card {
  background: linear-gradient(273deg, #0f3463 0%, #163b6a 50%, #1a4280 100%);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 320px;
}
.cta-card-content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta-card-title { font-family: Poppins, sans-serif; font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 500; color: var(--white); margin: 0 0 1rem; line-height: 1.2; }
.cta-card-desc { font-family: Poppins, sans-serif; font-size: 1.125rem; font-weight: 300; color: var(--white-smoke); margin: 0 0 1.75rem; line-height: 1.6; max-width: 40rem; }
.cta-card .btn-group { margin-top: 0; }
.cta-card-visual {
  flex: 0 0 42%;
  max-width: 420px;
  min-width: 280px;
  position: relative;
  overflow: hidden;
}
.cta-card-visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Promise section */
.promise {
  background: var(--gradient-promise);
  border-radius: 20px;
  padding: 4rem 2rem;
  text-align: center;
}
.promise-text { font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 600; line-height: 1.4; margin: 0; max-width: 36rem; margin-left: auto; margin-right: auto; }

/* CTA final */
.cta-split { align-items: start; }
.cta-box { padding: 2rem; }
.cta-box .btn { margin-top: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 500; margin-bottom: 0.25rem; font-size: 0.9375rem; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  background: rgba(255,255,255,0.08);
  color: var(--white);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.5); }
.form-group select option { background: var(--midnight-blue); color: var(--white); }
.form-group textarea { min-height: 100px; resize: vertical; }
.form-submit { width: 100%; margin-top: 0.5rem; }

/* How it works */
.how-invest { margin-top: 1.5rem; font-size: 1.125rem; color: var(--white-smoke); }
.how-invest strong { color: var(--white); }

/* Footer (CTA + copyright como en diseño) */
.footer {
  border-top: 1px solid #94A3B8;
  padding: 3rem 0 2rem;
  margin-top: 4rem;
  background: var(--midnight-blue);
}
.footer-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.footer-cta-text { flex: 1 1 280px; min-width: 0; }
.footer-cta h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  margin: 0 0 0.75rem;
}
.footer-cta .footer-lead { font-size: 1.125rem; color: var(--white-smoke); margin: 0; font-weight: 300; }
.footer-cta .btn { flex-shrink: 0; }
.footer-copy { font-size: 0.875rem; color: var(--white-smoke); margin: 0; }
@media (max-width: 768px) {
  .footer-cta { flex-direction: column; align-items: stretch; text-align: left; margin-bottom: 2.5rem; }
  .footer-cta .btn { align-self: center; width: 100%; max-width: 280px; }
}

/* Pricing */
.pricing-section { padding-top: 0; padding-bottom: 5rem; }
.pricing-header {
  padding: 3rem 1.5rem;
  margin: 0 -1.5rem 3rem;
  text-align: center;
}
.pricing-heading {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 0.5rem;
  line-height: 1.3;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.pricing-heading-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--white-smoke);
  margin: 0;
  line-height: 1.4;
}
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}
.pricing-card {
  background: var(--blue-card);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--white);
}
.pricing-card--popular { box-shadow: 0 8px 32px rgba(88, 97, 237, 0.25); padding-top: 2.25rem; }
.pricing-card--popular .pastilla {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.pricing-card-title {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 0.5rem;
}
.pricing-card-price {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 0.75rem;
}
.pricing-card-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 0.75rem;
  line-height: 1.4;
}
.pricing-card-desc {
  font-size: 0.9375rem;
  font-weight: 200;
  color: var(--white-smoke);
  margin: 0 0 1.5rem;
  line-height: 1.5;
  flex: 1;
}
.pricing-card-cta {
  display: block;
  text-align: center;
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-weight: 500;
  margin-top: auto;
  text-decoration: none;
}
@media (max-width: 900px) {
  .pricing-cards { grid-template-columns: 1fr; max-width: 22rem; margin-left: auto; margin-right: auto; }
}

/* Zigzag: ¿Qué incluye el programa? */
.zigzag-section { padding-top: 5rem; padding-bottom: 5rem; }
.zigzag-section .section-heading { font-family: Poppins, sans-serif; font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 600; margin: 0 0 3rem; text-align: center; line-height: 1.2; }
.zigzag-block {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
  width: 100%;
}
.zigzag-block:last-child { margin-bottom: 0; }
.zigzag-block--reverse { flex-direction: row-reverse; }
.zigzag-content { flex: 1 1 50%; min-width: 0; }
.zigzag-content h3 { font-family: Poppins, sans-serif; font-size: clamp(1.35rem, 2.5vw, 1.75rem); font-weight: 500; margin: 0 0 1rem; line-height: 1.3; color: var(--white); }
.zigzag-content p { font-family: Poppins, sans-serif; font-size: 1.125rem; font-weight: 300; color: var(--white-smoke); margin: 0; line-height: 1.6; }
.zigzag-media { flex: 1 1 50%; min-width: 0; }
.zigzag-placeholder {
  aspect-ratio: 16 / 9;
  min-height: 14rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
}
.zigzag-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 16px;
}
.zigzag-placeholder-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}
.zigzag-block:has(.zigzag-placeholder-wrap),
.zigzag-media:has(.zigzag-placeholder-wrap) { overflow: visible; }
.zigzag-placeholder-wrap .zigzag-placeholder { background: transparent; overflow: visible; }
.zigzag-placeholder-wrap .zigzag-placeholder img { transform: scale(1.5); }
.zigzag-placeholder-arrows-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.zigzag-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  object-fit: contain;
  animation: zigzag-arrow-float 2.8s ease-in-out infinite;
}
.zigzag-arrow--pink { top: 10%; right: 24%; animation-delay: 0s; }
.zigzag-arrow--green { top: 50%; right: 26%; animation-delay: 0.4s; }
.zigzag-arrow--blue { top: 30%; left: 20%; animation-delay: 0.8s; }
@keyframes zigzag-arrow-float {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-6px) translateX(3px); }
}

@media (max-width: 900px) {
  .grid-3, .service-cards { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .cta-split .cta-box:first-child { border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 2rem; }
  .cta-card { flex-direction: column; min-height: 0; }
  .cta-card-content { padding: 2.5rem 2rem; }
  .cta-card-visual { flex: none; width: 100%; max-width: none; min-width: 0; height: 280px; }
  .zigzag-block, .zigzag-block--reverse { flex-direction: column; margin-bottom: 4rem; gap: 1.5rem; }
  .zigzag-media { order: -1; min-width: 0; max-width: 100%; box-sizing: border-box; }
  .zigzag-placeholder { min-height: 16rem; width: 100%; max-width: 100%; border-radius: 16px; box-sizing: border-box; }
  /* Prototipo navegable: en móvil la imagen sin scale para que no se corte ni desborde */
  .zigzag-placeholder-wrap { overflow: hidden; border-radius: 16px; }
  .zigzag-placeholder-wrap .zigzag-placeholder img { transform: scale(1); }
  .zigzag-block:has(.zigzag-placeholder-wrap) { overflow: hidden; }
  .zigzag-media:has(.zigzag-placeholder-wrap) { overflow: hidden; }
  .zigzag-arrow { width: 32px; height: 32px; }
}
@media (max-width: 767px) {
  .nav-burger { display: flex; }
  .nav-landing--open .nav-burger { visibility: hidden; pointer-events: none; }
  .nav-landing-ctas { display: none; }
  .hero { padding-top: 6.5rem; }
  .nav-drawer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    background: var(--midnight-blue);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-landing--open {
    z-index: 10001;
  }
  .nav-landing--open .nav-drawer {
    display: flex;
  }
  body.nav-drawer-open { overflow: hidden; }
  .nav-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: var(--midnight-blue);
    cursor: pointer;
  }
  .nav-drawer-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    min-height: 4rem;
  }
  .nav-drawer-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--white);
  }
  .nav-drawer-logo svg { height: 58px; width: auto; }
  .nav-drawer-close {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 300;
  }
  .nav-drawer-close svg { width: 24px; height: 24px; }
  .nav-drawer-panel {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    padding: 1.5rem;
    padding-top: 2rem;
    left: 0;
    right: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .nav-drawer-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0;
  }
  .nav-drawer-links a {
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--white);
    text-decoration: none;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    transition: color 0.2s ease, opacity 0.2s ease;
    white-space: normal;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-drawer-links a:last-child {
    border-bottom: none;
  }
  .nav-drawer-links a:hover,
  .nav-drawer-links a:focus-visible {
    color: var(--white-smoke);
    opacity: 0.95;
  }
  .nav-drawer-panel > .btn {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
}
