/* =============================================================
   AUTO RENTAL 504 — Miami minimalista profesional
   Azul Miami + rosa de marca · fondo claro · cabecera y pie navy
   ============================================================= */

/* ---------------------------------------------- 1. TOKENS */
:root {
  --ink:      #0A1230;
  --ink-2:    #0E1A3C;
  --text:     #101B36;
  --muted:    #5C6B89;
  --paper:    #FFFFFF;
  --mist:     #F5F8FD;
  --line:     #E4EAF4;
  --line-2:   #D3DCEC;

  --blue:      #1D5BFF;
  --blue-dark: #0B3FCC;
  --blue-soft: #EAF0FF;
  --pink:      #E1417F;
  --pink-2:    #FF4D97;
  --pink-soft: #FFEDF4;

  --grad: linear-gradient(96deg, var(--blue), var(--pink));

  --sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  --wrap: 1180px;
  --gut: clamp(1.1rem, 4vw, 2.6rem);
  --r: 14px;
  --r-lg: 22px;
  --shadow: 0 1px 2px rgba(16,27,54,.04), 0 12px 32px -18px rgba(16,27,54,.28);
  --shadow-lg: 0 2px 4px rgba(16,27,54,.04), 0 30px 70px -34px rgba(16,27,54,.4);

  --ease: cubic-bezier(.16, 1, .3, 1);
}

/* ---------------------------------------------- 2. RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  color: var(--text);
  background: var(--paper);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
p { text-wrap: pretty; }

h1, h2, h3, h4 { font-weight: 800; letter-spacing: -.032em; line-height: 1.1; text-wrap: balance; }

::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 6px; }

/* ---------------------------------------------- 3. UTILIDADES */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }

.skip-link {
  position: fixed; top: -120px; left: 1rem; z-index: 999;
  padding: .7rem 1.1rem; border-radius: 10px;
  background: var(--ink); color: #fff; font-weight: 600;
}
.skip-link:focus { top: 1rem; }

.scroll-bar {
  position: fixed; inset: 0 auto auto 0; z-index: 200;
  height: 3px; width: 0;
  background: var(--grad);
  transition: width .1s linear;
}

.eyebrow {
  font-family: var(--mono); font-size: .7rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--blue);
  margin-bottom: .9rem;
}

.sec-head { max-width: 60ch; margin-bottom: clamp(2.2rem, 5vw, 3.4rem); }
.sec-head h2 { font-size: clamp(1.8rem, 3.8vw, 2.75rem); }
.lead { color: var(--muted); margin-top: 1rem; max-width: 60ch; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 700; color: var(--blue);
  transition: gap .35s var(--ease);
}
.link-arrow:hover { gap: .85rem; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------------------------------------------- 4. BOTONES */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .7rem 1.25rem; border-radius: 100px;
  font-weight: 700; font-size: .92rem; letter-spacing: -.01em;
  white-space: nowrap;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease),
              background-color .25s var(--ease), color .25s var(--ease), border-color .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: none; }
.btn-lg { padding: .92rem 1.6rem; font-size: 1rem; }

.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 26px -12px rgba(29,91,255,.75); }
.btn-primary:hover { box-shadow: 0 16px 34px -12px rgba(225,65,127,.7); }

.btn-soft { background: var(--blue-soft); color: var(--blue-dark); }
.btn-soft:hover { background: #DDE7FF; }

.btn-white { background: #fff; color: var(--ink); }
.btn-outline { border: 1.5px solid rgba(255,255,255,.4); color: #fff; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.btn-glass { color: #fff; border: 1.5px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
@supports (backdrop-filter: blur(10px)) {
  .btn-glass { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
}
.btn-glass:hover { background: rgba(255,255,255,.2); border-color: #fff; }

/* ---------------------------------------------- 5. CABECERA */
.head { position: sticky; top: 0; z-index: 100; }

.head-top { background: var(--ink); color: rgba(255,255,255,.72); font-size: .78rem; }
.head-top-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .5rem; }
.head-note { display: none; }
.head-top-right { display: flex; align-items: center; gap: .9rem; margin-left: auto; }
.head-tel { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--mono); font-weight: 500; color: #fff; }
.head-tel:hover { color: var(--pink-2); }

.lang { display: flex; gap: 2px; padding: 2px; border: 1px solid rgba(255,255,255,.18); border-radius: 100px; }
.lang-btn {
  font-family: var(--mono); font-size: .68rem; font-weight: 700;
  padding: .18rem .5rem; border-radius: 100px; color: rgba(255,255,255,.6);
  transition: background-color .25s, color .25s;
}
.lang-btn.is-active { background: #fff; color: var(--ink); }

.head-main { background: var(--ink-2); border-bottom: 1px solid rgba(255,255,255,.08); }
.head-in { display: flex; align-items: center; gap: 1.4rem; padding-block: .55rem; }
.head.is-stuck .head-in { padding-block: .3rem; }

.brand img { width: auto; height: 56px; transition: height .4s var(--ease); }
.head.is-stuck .brand img { height: 46px; }
@media (min-width: 720px) {
  .brand img { height: 76px; }
  .head.is-stuck .brand img { height: 58px; }
}

.nav { display: none; gap: 1.5rem; margin-left: auto; }
.nav a {
  font-size: .87rem; font-weight: 600; color: rgba(255,255,255,.7);
  padding-block: .3rem; position: relative; transition: color .25s var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  border-radius: 2px; background: var(--grad); transition: width .35s var(--ease);
}
.nav a:hover { color: #fff; }
.nav a:hover::after { width: 100%; }

.head-cta { display: flex; align-items: center; gap: .6rem; margin-left: auto; }
.nav + .head-cta { margin-left: 0; }

.burger { display: grid; place-content: center; gap: 5px; width: 40px; height: 40px; border-radius: 11px; border: 1px solid rgba(255,255,255,.2); }
.burger span { display: block; width: 16px; height: 1.7px; background: #fff; transition: transform .35s var(--ease); }
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.4px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.4px) rotate(-45deg); }

.menu-movil {
  display: flex; flex-direction: column;
  background: var(--ink-2); padding: .3rem var(--gut) 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.menu-movil[hidden] { display: none; }
.menu-movil a { padding: .8rem 0; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 600; }
.menu-movil a:last-child { border: 0; margin-top: 1rem; color: #fff; justify-content: center; }

/* ---------------------------------------------- 6. HERO */
.hero {
  position: relative; isolation: isolate;
  min-height: clamp(460px, 74vh, 720px);
  display: flex; align-items: center;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(5rem, 12vw, 8rem);
  color: #fff;
  background: var(--ink);
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: center 62%;
}
.hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(105deg, rgba(10,18,48,.94) 8%, rgba(10,18,48,.74) 44%, rgba(10,18,48,.30) 78%),
    linear-gradient(to top, rgba(10,18,48,.85), rgba(10,18,48,0) 45%);
}

.hero-in { position: relative; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.26); border-radius: 100px;
  padding: .38rem .85rem .38rem .65rem; margin-bottom: 1.3rem;
  background: rgba(255,255,255,.07);
}
.hero-kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink-2); }

.hero h1 { font-size: clamp(2.3rem, 6.4vw, 4.2rem); letter-spacing: -.042em; max-width: 15ch; }
.hero h1 em {
  display: block; font-style: normal;
  background: linear-gradient(96deg, #7FB0FF, #FF7FB4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.4vw, 1.1rem); margin-top: 1.2rem; max-width: 44ch; }
.hero-btns { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.9rem; }

.hero-stats {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.1rem 1.4rem; margin-top: clamp(2rem, 5vw, 3rem); max-width: 620px;
}
.hero-stats dt {
  font-family: var(--mono); font-size: .62rem; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: .15rem;
}
.hero-stats dd { font-size: clamp(1.15rem, 2.2vw, 1.5rem); font-weight: 800; letter-spacing: -.03em; }
.hero-stats sup { font-size: .55em; top: -.55em; }

/* ---------------------------------------------- 7. RESERVAR */
.book { position: relative; margin-top: -3.4rem; z-index: 5; }
.book-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.2rem, 3vw, 2rem);
}
.book-head { margin-bottom: 1.3rem; }
.book-head h2 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
.book-head p { color: var(--muted); font-size: .88rem; margin-top: .2rem; }

.book-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .9rem; }
.field { display: flex; flex-direction: column; gap: .35rem; grid-column: span 6; min-width: 0; }
.field label { font-size: .72rem; font-weight: 700; letter-spacing: .02em; color: var(--muted); text-transform: uppercase; }
.field input, .field select {
  font: inherit; font-size: .93rem; font-weight: 500; color: var(--text);
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: .68rem .8rem;
  width: 100%; min-height: 44px;
  appearance: none; -webkit-appearance: none;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background-color .25s;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235C6B89' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .75rem center; background-size: 15px;
  padding-right: 2.1rem; cursor: pointer;
}
.field input:focus, .field select:focus {
  outline: none; background: #fff;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(29,91,255,.14);
}
.field input.is-error, .field select.is-error {
  border-color: var(--pink); box-shadow: 0 0 0 3px rgba(225,65,127,.13);
}

.book-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .9rem; margin-top: 1.3rem; }
.book-msg { font-size: .85rem; color: var(--pink); font-weight: 600; min-height: 1.2em; }
.book-msg.is-ok { color: var(--blue); }
.book-foot .btn { flex: 1 1 240px; }

/* ---------------------------------------------- 8. TRUST */
.trust { padding: clamp(2.6rem, 6vw, 4.2rem) 0; }
.trust-in { display: grid; gap: 1.4rem; }
.trust-item { padding-left: 1rem; border-left: 2px solid var(--line-2); }
.trust-item strong { display: block; font-weight: 800; letter-spacing: -.02em; margin-bottom: .2rem; }
.trust-item span { color: var(--muted); font-size: .89rem; }

/* ---------------------------------------------- 9. BENTO */
.bento { padding: clamp(3rem, 7vw, 5.5rem) 0; background: var(--mist); }
.bento-grid { display: grid; gap: 1rem; }

.tile {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  min-height: 260px;
  display: flex; align-items: flex-end;
  isolation: isolate;
  background: var(--ink);
}
.tile img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease);
}
.tile::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(10,18,48,.92) 4%, rgba(10,18,48,.55) 42%, rgba(10,18,48,.05) 78%);
}
.tile:hover img { transform: scale(1.05); }
.tile-txt { padding: 1.3rem 1.4rem 1.4rem; color: #fff; }
.tile-txt h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.tile-txt p { font-size: .89rem; color: rgba(255,255,255,.78); max-width: 46ch; }

/* ---------------------------------------------- 10. FLOTA */
.fleet { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.cards { display: grid; gap: 1.1rem; }

.card {
  position: relative;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow .4s var(--ease), transform .4s var(--ease), border-color .3s;
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--line-2); }

.card-tag {
  position: absolute; top: .85rem; left: .85rem; z-index: 2;
  font-family: var(--mono); font-size: .6rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .28rem .6rem; border-radius: 100px;
  background: var(--blue-soft); color: var(--blue-dark);
}
.card-tag-pink { background: var(--pink-soft); color: var(--pink); }

.card-img { aspect-ratio: 16 / 10; padding: .9rem; display: grid; place-items: center; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s var(--ease); }
.card:hover .card-img img { transform: scale(1.04); }
.card-img-cover { padding: 0; }
.card-img-cover img { object-fit: cover; }

.card-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.card-kind {
  font-family: var(--mono); font-size: .64rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--pink); margin-bottom: .3rem;
}
.card-body h3 { font-size: 1.08rem; letter-spacing: -.02em; }

.card-specs { display: flex; flex-wrap: wrap; gap: .35rem; margin: .8rem 0 1rem; }
.card-specs li {
  font-size: .74rem; font-weight: 600; color: var(--muted);
  background: var(--mist); border: 1px solid var(--line);
  padding: .2rem .55rem; border-radius: 100px;
}

.card-price { margin-top: auto; padding-top: .9rem; border-top: 1px solid var(--line); }
.card-price strong { font-size: 1.55rem; letter-spacing: -.04em; font-weight: 800; }
.card-price > span { font-size: .8rem; color: var(--muted); font-weight: 600; margin-left: .2rem; }
.card-price em { display: block; font-style: normal; font-family: var(--mono); font-size: .72rem; color: var(--muted); margin-top: .15rem; }

.card-cta { display: inline-flex; align-items: center; gap: .4rem; margin-top: .9rem; font-size: .87rem; font-weight: 700; color: var(--blue); transition: gap .3s var(--ease); }
.card-cta:hover { gap: .8rem; }

.fleet-note { color: var(--muted); font-size: .78rem; margin-top: 1.6rem; max-width: 70ch; }
.fleet-link { margin-top: 1rem; }

/* ---------------------------------------------- 11. PASOS */
.steps { padding: clamp(3rem, 7vw, 5.5rem) 0; background: var(--mist); }
.steps-track { display: none; height: 2px; background: var(--line-2); border-radius: 2px; margin-bottom: 1.6rem; }
.steps-fill { display: block; height: 100%; width: 0; border-radius: 2px; background: var(--grad); transition: width .3s var(--ease); }
.steps-list { display: grid; gap: 1.4rem; }
.step { padding-top: 1.3rem; border-top: 2px solid var(--line-2); }
.step-n { font-family: var(--mono); font-size: .78rem; font-weight: 700; letter-spacing: .14em; color: var(--pink); display: block; margin-bottom: .7rem; }
.step h3 { font-size: 1.25rem; margin-bottom: .45rem; }
.step p { color: var(--muted); font-size: .92rem; }

/* ---------------------------------------------- 12. SOBRE */
.about { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.about-in { display: grid; gap: clamp(1.8rem, 5vw, 3.4rem); align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; border-radius: var(--r-lg); aspect-ratio: 4/3; object-fit: cover; }
.about-badge {
  position: absolute; right: -.4rem; bottom: -1rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--shadow); padding: .8rem 1.1rem; text-align: center;
}
.about-badge strong { display: block; font-size: 1.7rem; letter-spacing: -.04em; color: var(--blue); }
.about-badge span { font-size: .7rem; font-weight: 600; color: var(--muted); }

.about-copy h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.about-list { margin: 1.4rem 0 1.6rem; display: grid; gap: .5rem; }
.about-list li { display: flex; gap: .6rem; align-items: flex-start; font-size: .92rem; color: var(--muted); }
.about-list li::before {
  content: ""; flex-shrink: 0; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%;
  background: var(--blue-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231D5BFF' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center / 10px no-repeat;
}

/* ---------------------------------------------- 13. FAQ */
.faq { padding: clamp(3rem, 7vw, 5.5rem) 0; background: var(--mist); }
.faq-in { display: grid; gap: clamp(2rem, 5vw, 3.4rem); align-items: start; }
.faq-side h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.faq-side .btn { margin-top: 1.4rem; }

.faq-item { border-bottom: 1px solid var(--line-2); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
  padding: 1.1rem 0; cursor: pointer; list-style: none;
  font-weight: 700; font-size: 1rem; letter-spacing: -.015em;
  transition: color .25s var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid var(--line-2);
  background:
    linear-gradient(var(--muted), var(--muted)) center / 8px 1.6px no-repeat,
    linear-gradient(var(--muted), var(--muted)) center / 1.6px 8px no-repeat;
  transition: transform .4s var(--ease), border-color .25s, background-image .25s;
}
.faq-item[open] summary { color: var(--blue); }
.faq-item[open] summary::after {
  transform: rotate(135deg); border-color: var(--blue);
  background:
    linear-gradient(var(--blue), var(--blue)) center / 8px 1.6px no-repeat,
    linear-gradient(var(--blue), var(--blue)) center / 1.6px 8px no-repeat;
}
.faq-item:hover summary { color: var(--blue-dark); }
.faq-body { padding-bottom: 1.2rem; }
.faq-body p { color: var(--muted); font-size: .92rem; max-width: 66ch; }
.faq-item[open] .faq-body { animation: fadeIn .4s var(--ease); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-5px); } }

/* ---------------------------------------------- 14. MAPA */
.mapsec { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.map-wrap {
  display: grid; gap: 0;
  border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow);
  background: #fff;
}
.map-frame { position: relative; background: var(--mist); min-height: 320px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: saturate(.9); }
.map-card { padding: clamp(1.3rem, 3vw, 2rem); }
.map-card h3 { font-size: 1.25rem; margin-bottom: 1rem; }
.map-list { display: grid; gap: .8rem; margin-bottom: 1.4rem; }
.map-list li { display: flex; gap: .7rem; align-items: flex-start; font-size: .9rem; color: var(--muted); }
.map-list svg { flex-shrink: 0; margin-top: 2px; color: var(--blue); }
.map-list a:hover { color: var(--blue); }
.map-btns { display: flex; flex-wrap: wrap; gap: .6rem; }
.map-note { font-size: .78rem; color: var(--muted); margin-top: 1.1rem; max-width: 42ch; }

/* ---------------------------------------------- 15. CTA */
.cta { padding: clamp(2.6rem, 6vw, 4rem) 0; }
.cta-in {
  background: var(--grad); color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(1.8rem, 4vw, 3rem);
  display: grid; gap: 1.6rem; align-items: center;
}
.cta-in h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.cta-in p { color: rgba(255,255,255,.86); margin-top: .5rem; max-width: 46ch; }
.cta-btns { display: flex; flex-wrap: wrap; gap: .7rem; }

/* ---------------------------------------------- 16. FOOTER */
.foot { background: var(--ink); color: rgba(255,255,255,.68); padding-top: clamp(2.6rem, 6vw, 4rem); }
.foot-in { display: grid; gap: 2rem; padding-bottom: 2.6rem; }
.foot-brand img { height: 70px; width: auto; margin-bottom: 1rem; }
.foot-brand p { font-size: .89rem; max-width: 34ch; }
.foot-col { display: flex; flex-direction: column; gap: .5rem; align-items: flex-start; }
.foot-col h4 { font-family: var(--mono); font-size: .64rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #fff; margin-bottom: .4rem; }
.foot-col a { font-size: .89rem; transition: color .25s var(--ease); }
.foot-col a:hover { color: var(--pink-2); }
.foot-note { font-size: .78rem; opacity: .7; margin-top: .4rem; max-width: 28ch; }
.foot-social { display: flex; gap: .5rem; }
.foot-social a {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.16); border-radius: 11px;
  transition: color .25s, border-color .25s, transform .35s var(--ease);
}
.foot-social a:hover { color: var(--pink-2); border-color: var(--pink-2); transform: translateY(-2px); }

.foot-bottom {
  display: flex; flex-wrap: wrap; gap: .5rem; justify-content: space-between;
  padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem;
}
.foot-mini { font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }

/* ---------------------------------------------- 17. WHATSAPP */
.wa-float {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 90;
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: #25D366;
  box-shadow: 0 12px 28px -10px rgba(37,211,102,.75);
  transition: transform .4s var(--ease), box-shadow .35s var(--ease);
}
.wa-float:hover { transform: scale(1.07) translateY(-2px); }

/* ---------------------------------------------- 18. PÁGINA FLOTA */
.page-hero {
  position: relative; overflow: hidden; color: #fff; background: var(--ink);
  padding: clamp(3rem, 7vw, 4.6rem) 0 clamp(2.4rem, 5vw, 3.4rem);
}
.page-hero .hero-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.page-hero .hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(10,18,48,.95) 10%, rgba(10,18,48,.72) 60%, rgba(10,18,48,.45)); }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
.page-hero h1 em { display: block; font-style: normal; background: linear-gradient(96deg,#7FB0FF,#FF7FB4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-hero .lead { color: rgba(255,255,255,.82); }
.page-hero .eyebrow { color: var(--pink-2); }

.detail { padding: clamp(2.4rem, 5vw, 3.6rem) 0 clamp(3rem, 7vw, 5rem); }
.detail-grid { display: grid; gap: 1.4rem; }

.dcard {
  display: grid; gap: 0;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden;
  transition: box-shadow .4s var(--ease), border-color .3s;
}
.dcard:hover { box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.dcard-media { background: var(--mist); display: grid; place-items: center; padding: 1.2rem; aspect-ratio: 4/3; overflow: hidden; }
.dcard-media img { width: 100%; height: 100%; object-fit: contain; }
.dcard-media-cover { padding: 0; }
.dcard-media-cover img { object-fit: cover; }
.dcard-body { padding: clamp(1.2rem, 3vw, 2rem); }
.dcard-body h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-bottom: .3rem; }
.dcard-body > p { color: var(--muted); font-size: .93rem; margin-top: .7rem; }

.dprice { display: flex; align-items: baseline; gap: 1.2rem; margin: 1.2rem 0 1rem; flex-wrap: wrap; }
.dprice div { display: flex; flex-direction: column; }
.dprice strong { font-size: 1.6rem; letter-spacing: -.04em; }
.dprice span { font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.rtable { width: 100%; border-collapse: collapse; min-width: 620px; }
.rtable th, .rtable td { padding: .9rem 1.1rem; text-align: left; font-size: .9rem; }
.rtable thead th { font-family: var(--mono); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); border-bottom: 1px solid var(--line); white-space: nowrap; }
.rtable tbody tr { border-bottom: 1px solid var(--line); }
.rtable tbody tr:last-child { border-bottom: 0; }
.rtable tbody tr:hover { background: var(--mist); }
.rtable tbody th { font-weight: 700; white-space: nowrap; }
.rtable tbody td { color: var(--muted); font-family: var(--mono); font-size: .84rem; }

/* ---------------------------------------------- 19. REVEALS */
html.js .reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s var(--ease) var(--d, 0s), transform .7s var(--ease) var(--d, 0s);
}
html.js .reveal.is-visible { opacity: 1; transform: none; }
html.js .reveal[data-split] { opacity: 1; transform: none; }

@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) {
  animation-duration: .4s; animation-timing-function: cubic-bezier(.16,1,.3,1);
}

/* ---------------------------------------------- 20. RESPONSIVE */
@media (min-width: 540px) {
  .head-note { display: block; }
  .trust-in { grid-template-columns: repeat(2, 1fr); }
  .book-grid .f-date { grid-column: span 4; }
  .book-grid .f-time { grid-column: span 2; }
  .hero-stats { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (min-width: 720px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps-list { grid-template-columns: repeat(3, 1fr); }
  .steps-track { display: block; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-in { grid-template-columns: repeat(2, 1fr); }
  .cta-in { grid-template-columns: 1fr auto; }
  .about-in { grid-template-columns: 1fr 1.05fr; }
  .map-wrap { grid-template-columns: 1.35fr 1fr; }
  .dcard { grid-template-columns: 1fr 1.15fr; align-items: stretch; }
  .dcard-media { aspect-ratio: auto; min-height: 100%; }
  .tile { min-height: 300px; }
}

@media (min-width: 960px) {
  html { scroll-padding-top: 130px; }
  .nav { display: flex; }
  .burger { display: none; }
  .menu-movil { display: none !important; }

  .book-grid .f-loc  { grid-column: span 3; }
  .book-grid .f-date { grid-column: span 2; }
  .book-grid .f-time { grid-column: span 1; }
  .book-grid .f-half { grid-column: span 3; }

  .trust-in { grid-template-columns: repeat(4, 1fr); }
  .cards { grid-template-columns: repeat(4, 1fr); }
  .faq-in { grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); }
  .foot-in { grid-template-columns: 1.6fr 1fr 1.2fr .8fr; }
  .detail-grid { grid-template-columns: 1fr; }

  .bento-grid { grid-template-columns: repeat(3, 1fr); }
  .tile-lg { grid-column: span 2; }
  .tile { min-height: 330px; }
}

/* ---------------------------------------------- 21. REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
