/* ============================================================
   TodoVisas Leal — estilos
   Mezcla de inspiración: jesusreyeslaw (hero fotográfico, mayúsculas,
   cortes diagonales, franja de confianza) + oasislg (elegancia, espacio).
   Marca oficial: Barlow · magenta (#EE4D6F/#FF1A51) + azul marino (#0E1D33/#162F55)
   ============================================================ */

:root {
  --navy-900: #0E1D33;
  --navy-800: #162F55;
  --navy-700: #1d3a68;
  --blue-600: #0760E0;
  --blue-500: #107AF9;
  --magenta: #EE4D6F;
  --magenta-strong: #FF1A51;
  --magenta-deep: #C61044;
  --pink-light: #F4B2BE;
  --wa: #25D366;
  --wa-dark: #1da851;

  --ink: #142036;
  --muted: #5c6a82;
  --line: #e6ebf3;
  --bg: #ffffff;
  --bg-soft: #f5f8fd;

  --radius: 16px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 12px rgba(14, 29, 51, .06);
  --shadow: 0 16px 44px rgba(14, 29, 51, .11);
  --shadow-lg: 0 34px 80px rgba(14, 29, 51, .22);
  --container: 1180px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  --font: 'Barlow', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --script: 'Caveat', cursive;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 92px; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.62; font-size: 17px; overflow-x: hidden; }
img, svg, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(18px, 4vw, 44px); }
h1, h2, h3 { line-height: 1.1; font-weight: 800; color: var(--navy-900); letter-spacing: -.01em; }

.grad { color: var(--magenta); }

.eyebrow {
  display: inline-block; font-weight: 800; font-size: .8rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--magenta-strong); margin-bottom: 16px;
}
.eyebrow--light { color: var(--pink-light); }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 700; font-size: 1rem;
  padding: 13px 24px; border-radius: var(--radius-pill); border: 2px solid transparent; cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 19px; height: 19px; fill: currentColor; }
.btn:hover { transform: translateY(-2px); }
.btn--lg { padding: 16px 30px; font-size: 1.06rem; }
.btn--sm { padding: 9px 18px; font-size: .92rem; }
.btn--primary { background: var(--magenta-strong); color: #fff; box-shadow: 0 12px 26px rgba(255, 26, 81, .32); }
.btn--primary:hover { background: var(--magenta-deep); box-shadow: 0 16px 32px rgba(198, 16, 68, .42); }
.btn--wa { background: var(--wa); color: #06351c; box-shadow: 0 12px 26px rgba(37, 211, 102, .32); }
.btn--wa:hover { background: var(--wa-dark); color: #fff; box-shadow: 0 16px 32px rgba(29, 168, 81, .42); }
.btn--ghost { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .55); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: #fff; color: var(--navy-900); border-color: #fff; }
.section .btn--ghost { background: transparent; color: var(--navy-800); border-color: var(--line); }
.section .btn--ghost:hover { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }

/* ---------- Barra superior ---------- */
.topbar { background: var(--navy-900); color: #c8d4ea; font-size: .86rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-block: 9px; }
.topbar__contact { display: flex; align-items: center; gap: 18px; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; color: #c8d4ea; transition: color .2s; }
.topbar__item:hover { color: #fff; }
.topbar__item svg { width: 15px; height: 15px; fill: var(--magenta); }
.topbar__social { display: inline-flex; gap: 8px; }
.topbar__social a { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 255, 255, .08); transition: background .2s, transform .2s; }
.topbar__social a:hover { background: var(--magenta); transform: translateY(-2px); }
.topbar__social svg { width: 16px; height: 16px; fill: #fff; }

/* ---------- Encabezado ---------- */
.header {
  position: sticky; top: 0; z-index: 50; background: rgba(14, 29, 51, .92);
  backdrop-filter: saturate(140%) blur(12px); -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .08); transition: background .3s, box-shadow .3s;
}
.header.is-scrolled { background: rgba(14, 29, 51, .98); box-shadow: 0 10px 34px rgba(0, 0, 0, .28); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 13px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand__seal { height: 48px; width: auto; flex-shrink: 0; display: block; }
.brand__words { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.brand__mark { font-weight: 800; font-size: 1.32rem; display: inline-flex; gap: 0; letter-spacing: .005em; }
.brand__todo { color: #fff; }
.brand__visas { color: var(--magenta); }
.brand__leal { color: #fff; margin-left: .26em; }
.brand__tag { font-family: var(--script); font-size: 1rem; color: var(--pink-light); font-weight: 600; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav__link { color: #e4ebf7; font-weight: 600; padding: 9px 15px; border-radius: var(--radius-pill); transition: background .2s, color .2s; }
.nav__link:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.nav__cta { margin-left: 8px; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.hamburger span { width: 26px; height: 2.6px; background: #fff; border-radius: 3px; transition: transform .3s, opacity .3s; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.6px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.6px) rotate(-45deg); }

/* ---------- HERO (foto real + capa) ---------- */
.hero { position: relative; color: #fff; isolation: isolate; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__img, .hero__video, .hero__overlay { position: absolute; inset: 0; }
.hero__img { z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero__video { z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center;
  opacity: 0; transition: opacity .9s var(--ease); }
.hero__video.is-on { opacity: 1; }
.hero__overlay { z-index: 2;
  background:
    linear-gradient(90deg, rgba(14, 29, 51, .96) 0%, rgba(14, 29, 51, .86) 40%, rgba(14, 29, 51, .5) 78%, rgba(22, 47, 85, .45) 100%),
    linear-gradient(180deg, rgba(14, 29, 51, .5) 0%, rgba(10, 22, 42, .8) 100%);
}
.hero__inner { padding-block: clamp(60px, 8vw, 110px) clamp(38px, 5vw, 70px);
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(20px, 4vw, 56px); }
.hero__text { min-width: 0; }
.hero__figure { align-self: end; justify-self: end; display: flex; justify-content: flex-end; margin-bottom: 0; pointer-events: none; }
.hero__figure img { display: block; width: 100%; max-width: 440px; height: auto;
  -webkit-mask-image: linear-gradient(to bottom, #000 58%, rgba(0,0,0,.6) 82%, transparent 96%);
  mask-image: linear-gradient(to bottom, #000 58%, rgba(0,0,0,.6) 82%, transparent 96%);
  filter: drop-shadow(-10px 18px 30px rgba(0, 0, 0, .4)); }
.hero__eyebrow { display: inline-block; font-weight: 800; font-size: .82rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pink-light); margin-bottom: 18px;
  border-left: 3px solid var(--magenta); padding-left: 12px; }
.hero__title { text-transform: uppercase; font-weight: 900; color: #fff;
  font-size: clamp(2.2rem, 5.6vw, 4.3rem); line-height: 1.03; letter-spacing: -.015em; max-width: 16ch; margin-bottom: 22px;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .25); }
.hero__sub { font-size: clamp(1.06rem, 1.6vw, 1.3rem); color: #d3deef; max-width: 540px; margin-bottom: 32px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Franja de confianza al pie del hero */
.hero__trustbar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(8, 16, 30, .55) 40%);
  border-top: 1px solid rgba(255, 255, 255, .12); }
.hero__trustbar-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 26px;
  padding-block: 18px; color: #cdd9ee; font-size: .98rem; text-align: center; }
.hero__trustbar strong { color: #fff; font-weight: 800; }
.hero__trustbar .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--magenta); }

/* ---------- Secciones genéricas ---------- */
.section { padding-block: clamp(64px, 9vw, 116px); }
.section__head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
.section__title { font-size: clamp(1.9rem, 3.8vw, 2.9rem); margin-bottom: 14px; }
.section__lead { color: var(--muted); font-size: 1.14rem; }
.section__head--light .section__title { color: #fff; }

/* ---------- Servicios ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { position: relative; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s; }
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: var(--magenta); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #d4def0; }
.card:hover::before { transform: scaleX(1); }
.card__icon { font-size: 2.1rem; line-height: 1; }
.card__title { font-size: 1.3rem; margin: 16px 0 10px; }
.card__text { color: var(--muted); margin-bottom: 18px; flex: 1; }
.card__link { color: var(--magenta-strong); font-weight: 700; margin-top: auto; display: inline-flex; gap: 4px; transition: gap .2s, color .2s; }
.card__link:hover { color: var(--magenta-deep); gap: 9px; }

.card--feature { grid-column: span 3; flex-direction: row; align-items: center; gap: 30px; padding: 40px;
  background: var(--bg-soft); border: 1px solid var(--line); }
.card--feature .card__icon { font-size: 3.4rem; }
.card--feature__body { flex: 1; }
.card--feature .card__title { font-size: 1.8rem; }
.card--feature .card__text { font-size: 1.08rem; max-width: 60ch; }
.card__badge { position: absolute; top: 22px; right: 26px; background: var(--magenta-strong); color: #fff;
  font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: var(--radius-pill); }

/* ---------- Valores (azul marino, corte diagonal) ---------- */
.values { position: relative; color: #fff; isolation: isolate; overflow: hidden;
  padding-block: clamp(86px, 11vw, 140px);
  background: var(--navy-900);
  clip-path: polygon(0 46px, 100% 0, 100% 100%, 0 calc(100% - 46px)); margin-block: clamp(-30px, -3vw, -10px); }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-lg);
  padding: 34px 30px; transition: transform .25s var(--ease), background .25s; }
.value:hover { transform: translateY(-6px); background: rgba(255, 255, 255, .1); }
.value__icon { font-size: 2.2rem; }
.value h3 { color: #fff; font-size: 1.42rem; margin: 14px 0 10px; }
.value p { color: #c6d2e8; }

/* ---------- Nosotros (foto + texto, estilo Oasis) ---------- */
.about__inner { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.about__media { position: relative; }
.about__photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 18%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.about__photo-inset { position: absolute; left: -22px; bottom: -26px; width: 40%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 15%;
  border-radius: var(--radius); border: 5px solid #fff; box-shadow: var(--shadow-lg); }
.about__badge { position: absolute; right: -14px; bottom: -14px; background: var(--magenta-strong); color: #fff;
  border-radius: var(--radius); padding: 16px 22px; box-shadow: var(--shadow); text-align: center; line-height: 1.05; }
.about__badge strong { display: block; font-size: 2rem; font-weight: 900; }
.about__badge span { font-size: .82rem; font-weight: 600; letter-spacing: .02em; }
.about__copy p { color: var(--muted); margin-bottom: 16px; font-size: 1.08rem; }
.about__copy .btn { margin-top: 12px; }

/* ---------- Proceso ---------- */
.process { background: var(--bg-soft); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; }
.step__n { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy-900); color: #fff; font-weight: 800; font-size: 1.3rem; margin-bottom: 18px; }
.step h3 { font-size: 1.24rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .98rem; }

/* ---------- Testimonios (videos verticales en marco de celular) ---------- */
.testimonials__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); justify-content: center;
  gap: clamp(28px, 4vw, 60px); }
.testimonials__card { margin: 0; }
.testimonials__caption { max-width: 320px; margin: 18px auto 0; text-align: left;
  border-left: 3px solid var(--magenta); background: var(--bg-soft);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 14px 18px; }
.testimonials__caption p { font-size: 1.02rem; font-weight: 600; color: var(--navy-900); font-style: italic; margin-bottom: 6px; }
.testimonials__caption cite { color: var(--muted); font-style: normal; font-size: .9rem; }
.testimonials__cta { text-align: center; margin-top: 40px; }
.testimonials__player { position: relative; width: min(320px, 100%); margin-inline: auto;
  border-radius: 30px; overflow: hidden; border: 7px solid var(--navy-900);
  background: var(--navy-900); box-shadow: var(--shadow-lg); }
.testimonials__video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: var(--navy-900); }
.testimonials__play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; background: rgba(14, 29, 51, .3); border: 0; cursor: pointer; transition: background .25s; }
.testimonials__play:hover { background: rgba(14, 29, 51, .14); }
.testimonials__play.is-hidden { display: none; }
.testimonials__play-icon { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%;
  background: var(--magenta-strong); box-shadow: 0 14px 30px rgba(255, 26, 81, .45); transition: transform .25s var(--ease); }
.testimonials__play:hover .testimonials__play-icon { transform: scale(1.08); }
.testimonials__play-icon svg { width: 34px; height: 34px; fill: #fff; margin-left: 4px; }
.testimonials__play-label { color: #fff; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: .82rem;
  text-shadow: 0 2px 8px rgba(14, 29, 51, .6); }

/* ---------- Banda CTA ---------- */
.cta-band { padding-block: clamp(48px, 6vw, 80px); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  background: var(--navy-900);
  color: #fff; border-radius: var(--radius-lg); padding: clamp(32px, 5vw, 56px); box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 8px; }
.cta-band p { color: rgba(255, 255, 255, .92); font-size: 1.1rem; max-width: 46ch; }
.cta-band .btn--wa { background: #fff; color: var(--navy-900); }
.cta-band .btn--wa:hover { background: #06351c; color: #fff; }

/* ---------- Contacto ---------- */
.contact__inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 4vw, 54px); align-items: start; }
.contact__intro { color: var(--muted); margin-bottom: 24px; }
.form { display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__field { display: grid; gap: 7px; }
.form__field > span { font-weight: 600; font-size: .95rem; color: var(--navy-800); }
.form input, .form select, .form textarea { font-family: var(--font); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; width: 100%; transition: border-color .2s, box-shadow .2s; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(16, 122, 249, .14); }
.form textarea { resize: vertical; }
.form__submit { justify-self: start; margin-top: 4px; }
.form__hint { color: var(--muted); font-size: .92rem; }
.form__hint a { color: var(--magenta-strong); font-weight: 700; }
.form input.invalid { border-color: var(--magenta-strong); box-shadow: 0 0 0 4px rgba(255, 26, 81, .12); }

.contact__info { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 30px; }
.contact__info h3 { font-size: 1.36rem; margin-bottom: 18px; }
.contact__list { list-style: none; display: grid; gap: 16px; margin-bottom: 22px; }
.contact__list li { display: flex; gap: 12px; align-items: flex-start; }
.contact__list svg { width: 22px; height: 22px; fill: var(--magenta-strong); flex-shrink: 0; margin-top: 2px; }
.contact__list a:hover { color: var(--magenta-strong); }
.contact__social { display: flex; gap: 10px; margin-bottom: 22px; }
.contact__map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.contact__map iframe { width: 100%; height: 220px; border: 0; }

/* ---------- Pie ---------- */
.footer { background: var(--navy-900); color: #c2cfe6; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 36px; padding-block: 56px; }
.footer__logo { display: inline-flex; align-items: center; gap: 11px; }
.footer__emblema { height: 44px; width: auto; }
.brand__mark--footer { font-size: 1.4rem; }
.footer__tag { font-family: var(--script); color: var(--pink-light); font-size: 1.2rem; margin-top: 6px; }
.footer__nav { display: flex; flex-direction: column; gap: 10px; }
.footer__nav a { color: #c2cfe6; font-weight: 600; transition: color .2s; }
.footer__nav a:hover { color: #fff; }
.footer__contact p { margin-bottom: 8px; font-size: .98rem; }
.footer__contact a:hover { color: #fff; }
.footer__legal { border-top: 1px solid rgba(255, 255, 255, .1); }
.footer__legal .container { padding-block: 24px; }
.footer__disclaimer { font-size: .85rem; color: #8b9bba; max-width: 920px; margin-bottom: 12px; }
.footer__disclaimer strong { color: #c2cfe6; }
.footer__copy { font-size: .88rem; color: #8b9bba; }
.footer__credit { display: block; margin-top: 4px; font-size: .8rem; color: #6f7e9c; }

/* ---------- Botón flotante WhatsApp ---------- */
.wa-float { position: fixed; bottom: 22px; right: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); display: grid; place-items: center; box-shadow: 0 12px 28px rgba(37, 211, 102, .45); transition: transform .2s, box-shadow .2s; }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 16px 34px rgba(37, 211, 102, .6); }

/* ---------- Animaciones de aparición (SEGURAS) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s var(--ease), transform .6s var(--ease); will-change: opacity, transform; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1 !important; transform: none !important; transition: none; }
}

/* ============================================================ RESPONSIVE ============================================================ */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1.2fr .8fr; }
  .hero__figure img { max-width: 320px; }
  .about__inner, .contact__inner { grid-template-columns: 1fr; }
  .testimonials__grid { grid-template-columns: minmax(0, 380px); }
  .about__media { max-width: 460px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .card--feature { grid-column: span 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .topbar__email { display: none; }
  .values { clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 calc(100% - 30px)); }
}
@media (max-width: 760px) {
  .topbar { display: none; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px); flex-direction: column; align-items: stretch; justify-content: flex-start;
    gap: 6px; background: var(--navy-900); padding: 90px 22px 30px; transform: translateX(100%); transition: transform .32s var(--ease); box-shadow: -20px 0 50px rgba(0, 0, 0, .4); }
  .nav.is-open { transform: translateX(0); }
  .nav__link { font-size: 1.1rem; padding: 14px 16px; }
  .nav__cta { margin: 10px 0 0; }
  .hamburger { display: flex; z-index: 70; }
  .values__grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .card--feature { grid-column: span 1; flex-direction: column; align-items: flex-start; text-align: left; }
  .steps { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 26px; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .hero__inner { grid-template-columns: 1fr; padding-bottom: 0; }
  .hero__figure { display: none; }
  .hero__title { max-width: 100%; }
  /* En celular, sin la foto, la franja deja de flotar y baja al flujo normal
     para no encimarse con los botones. */
  .hero__trustbar { position: static; margin-top: 30px; background: rgba(8, 16, 30, .4); }
  .hero__trustbar-inner { padding-block: 16px; }
}
body.no-scroll { overflow: hidden; }
.nav-backdrop { position: fixed; inset: 0; z-index: 45; background: rgba(8, 16, 30, .55); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.nav-backdrop.is-open { opacity: 1; visibility: visible; }

/* ============================================================ TARJETAS CLICABLES + POP-UP DE SERVICIO ============================================================ */
.card--clickable { cursor: pointer; }
.card--clickable:focus-visible { outline: 3px solid var(--magenta); outline-offset: 4px; }
.card__more { color: var(--magenta-strong); font-weight: 700; margin-top: auto; display: inline-flex; align-items: center; gap: 5px; transition: gap .2s; }
.card--clickable:hover .card__more { gap: 10px; }

.modal { position: fixed; inset: 0; z-index: 120; display: none; }
.modal.is-open { display: block; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(8, 16, 30, .74); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.modal__dialog { position: relative; z-index: 1; width: min(92vw, 620px); max-height: 90vh; overflow-y: auto; -webkit-overflow-scrolling: touch;
  margin: 5vh auto; background: var(--bg); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); animation: modalIn .26s var(--ease); }
@keyframes modalIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .modal__dialog { animation: none; } }
.modal__close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 40px; height: 40px; border: 0; cursor: pointer;
  border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--navy-900); font-size: 1.7rem; line-height: 1; display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: background .2s, transform .2s; }
.modal__close:hover { background: #fff; transform: scale(1.06); }
.modal__media { width: 100%; height: clamp(170px, 26vw, 235px); overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: var(--bg-soft); }
.modal__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.modal__body { padding: clamp(24px, 4vw, 40px); }
.modal__title { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 12px; }
.modal__intro { color: var(--muted); font-size: 1.08rem; margin-bottom: 22px; }
.modal__sub { font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--magenta-strong); margin-bottom: 14px; }
.modal__points { list-style: none; display: grid; gap: 11px; margin-bottom: 26px; }
.modal__points li { position: relative; padding-left: 30px; color: var(--navy-800); line-height: 1.5; }
.modal__points li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--magenta-strong); font-weight: 900; }
.modal__cta { width: 100%; justify-content: center; }
.modal__legal { font-size: .8rem; color: var(--muted); margin-top: 16px; text-align: center; line-height: 1.5; }
