/* Wataxi — identidad pública */
:root {
    --ink: #0b0b0b;
    --ink-soft: #1a1a1a;
    --paper: #f5f6f8;
    --white: #ffffff;
    --taxi: #f0c200;
    --taxi-deep: #d4a800;
    --muted: #5a5f66;
    --line: #e2e5ea;
    --wa: #25d366;
    --wa-deep: #1da851;
    --font-display: "Syne", sans-serif;
    --font-body: "Outfit", sans-serif;
    --radius: 2px;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body) !important;
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5,
.heading-section h2,
.slider-text h1,
.ftco-heading-2 {
    font-family: var(--font-display) !important;
    letter-spacing: -0.02em;
    font-weight: 700;
}

/* —— Nav —— */
.site-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: .85rem 0;
    background: transparent;
    transition: background .3s var(--ease), box-shadow .3s var(--ease);
}
.site-nav.is-solid {
    position: fixed;
    background: rgba(11, 11, 11, .94);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.site-nav .navbar-brand img {
    max-height: 42px;
    width: auto;
    height: 42px;
}

/* Marca: icono + tipografía (más nítida que un PNG/SVG con texto) */
.brand-mark {
    display: inline-flex !important;
    align-items: center;
    gap: .65rem;
    text-decoration: none !important;
    line-height: 1.05;
}
.brand-mark__icon {
    width: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    flex-shrink: 0;
    display: block;
}
.brand-mark__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .05rem;
}
.brand-mark__name {
    font-family: var(--font-display), Syne, sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
    color: #fff;
}
.brand-mark__city {
    font-family: var(--font-body), Outfit, sans-serif;
    font-weight: 600;
    font-size: .78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--taxi);
}
.footer-brand .brand-mark {
    margin-bottom: .75rem;
}
.footer-brand .brand-mark__name { font-size: 1.35rem; }
.footer-brand .brand-mark__city { font-size: .82rem; }
.footer-brand .brand-mark__icon {
    width: 44px !important;
    height: 44px !important;
    max-height: 44px !important;
}
.site-nav .nav-link {
    color: rgba(255,255,255,.88) !important;
    font-weight: 500;
    font-size: .95rem;
    padding: .5rem .9rem !important;
}
.site-nav .nav-link:hover { color: var(--taxi) !important; }
.site-nav .nav-cta-wa {
    background: var(--wa) !important;
    color: #fff !important;
    border-radius: var(--radius);
    padding: .55rem 1rem !important;
    font-weight: 600 !important;
    margin-left: .35rem;
}
.site-nav .nav-cta-wa:hover { background: var(--wa-deep) !important; color: #fff !important; }
.site-nav .nav-link-empresa {
    background: transparent !important;
    color: var(--taxi) !important;
    border: 1px solid rgba(240, 194, 0, .45);
    border-radius: var(--radius);
    padding: .45rem .9rem !important;
    margin-left: .35rem;
    font-weight: 600;
}
.site-nav .nav-link-empresa:hover {
    background: var(--taxi) !important;
    color: var(--ink) !important;
    border-color: var(--taxi);
}
.site-nav .navbar-toggler {
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    padding: .35rem .65rem;
    font-size: .85rem;
}
.page-inner .site-nav {
    position: relative;
    background: var(--ink);
}

/* —— Buttons —— */
.btn {
    border-radius: var(--radius) !important;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: .01em;
}
.btn-primary,
.btn.btn-primary {
    background: var(--taxi) !important;
    border-color: var(--taxi) !important;
    color: var(--ink) !important;
}
.btn-primary:hover,
.btn.btn-primary:hover {
    background: var(--taxi-deep) !important;
    border-color: var(--taxi-deep) !important;
    color: var(--ink) !important;
}
.btn-outline-primary,
.btn.btn-outline-primary {
    color: var(--ink) !important;
    border-color: var(--ink) !important;
    background: transparent !important;
}
.btn-outline-primary:hover {
    background: var(--ink) !important;
    color: #fff !important;
}
.btn-whatsapp {
    background: var(--wa) !important;
    border-color: var(--wa) !important;
    color: #fff !important;
}
.btn-whatsapp:hover {
    background: var(--wa-deep) !important;
    border-color: var(--wa-deep) !important;
    color: #fff !important;
}
.btn-ghost-light {
    background: transparent;
    border: 1px solid rgba(255,255,255,.55);
    color: #fff !important;
}
.btn-ghost-light:hover {
    background: rgba(255,255,255,.12);
    color: #fff !important;
}
.btn-link-quiet {
    color: rgba(255,255,255,.85);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    background: none;
    border: 0;
    padding: 0;
}
.btn-link-quiet:hover { color: var(--taxi); }

/* —— Hero home —— */
.hero-brand {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center 40%;
    color: #fff;
    overflow: hidden;
}
.hero-brand__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 45%;
    transform: scale(1.04);
    animation: heroZoom 18s var(--ease) forwards;
}
.hero-brand__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11,11,11,.55) 0%, rgba(11,11,11,.25) 35%, rgba(11,11,11,.78) 100%),
        linear-gradient(90deg, rgba(11,11,11,.7) 0%, rgba(11,11,11,.2) 60%, transparent 100%);
}
.hero-brand__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 7.5rem 0 4.5rem;
}
.hero-brand__mark {
    display: inline-block;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: var(--taxi);
    margin-bottom: .85rem;
    letter-spacing: -0.03em;
    opacity: 0;
    animation: fadeUp .7s var(--ease) .15s forwards;
}
.hero-brand h1 {
    font-size: clamp(2.2rem, 5.5vw, 4.1rem);
    line-height: 1.05;
    max-width: 14ch;
    color: #fff;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeUp .7s var(--ease) .28s forwards;
}
.hero-brand__lead {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: rgba(255,255,255,.9);
    max-width: 32rem;
    margin-bottom: 1.75rem;
    opacity: 0;
    animation: fadeUp .7s var(--ease) .4s forwards;
}
.hero-brand__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .85rem 1.25rem;
    opacity: 0;
    animation: fadeUp .7s var(--ease) .52s forwards;
}
.hero-brand__cta .btn { min-width: 12rem; }

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes heroZoom {
    from { transform: scale(1.06); }
    to { transform: scale(1); }
}

/* —— Trust strip —— */
.trust-strip {
    background: var(--ink);
    color: rgba(255,255,255,.82);
    border-top: 1px solid rgba(240,194,0,.35);
}
.trust-strip__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem 2rem;
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    font-size: .95rem;
}
.trust-strip__list li {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.trust-strip__list li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--taxi);
    border-radius: 50%;
    flex-shrink: 0;
}

/* —— Sections —— */
.section-brand {
    padding: 4.5rem 0;
}
.section-brand--paper { background: var(--paper); }
.section-brand--ink {
    background: var(--ink-soft);
    color: #fff;
}
.section-head {
    max-width: 38rem;
    margin-bottom: 2.75rem;
}
.section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.section-eyebrow {
    display: block;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--taxi-deep);
    margin-bottom: .65rem;
}
.section-brand--ink .section-eyebrow { color: var(--taxi); }
.section-head h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    margin-bottom: .65rem;
    color: inherit;
}
.section-head p {
    color: var(--muted);
    margin: 0;
    font-size: 1.05rem;
}
.section-brand--ink .section-head p { color: rgba(255,255,255,.72); }

/* —— Destinos —— */
.dest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (min-width: 992px) {
    .dest-grid { grid-template-columns: repeat(4, 1fr); gap: 1.15rem; }
}
.dest-tile {
    position: relative;
    display: block;
    min-height: 280px;
    overflow: hidden;
    color: #fff !important;
    text-decoration: none !important;
    background-size: cover;
    background-position: center;
}
.dest-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,11,11,.15) 0%, rgba(11,11,11,.82) 100%);
    transition: background .35s var(--ease);
}
.dest-tile__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 1.35rem 1.25rem;
    transition: transform .35s var(--ease);
}
.dest-tile h3 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: .35rem;
}
.dest-tile p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: .92rem;
}
.dest-tile:hover::after {
    background: linear-gradient(180deg, rgba(11,11,11,.05) 0%, rgba(11,11,11,.7) 100%);
}
.dest-tile:hover .dest-tile__body { transform: translateY(-4px); }

/* —— How / WhatsApp mock —— */
.how-layout {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}
@media (min-width: 992px) {
    .how-layout { grid-template-columns: 1fr 1.05fr; gap: 3.5rem; }
}
.how-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: how;
}
.how-steps li {
    position: relative;
    padding: 0 0 1.75rem 3.25rem;
    border-left: 1px solid rgba(255,255,255,.12);
    margin-left: .85rem;
}
.how-steps li:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
}
.how-steps li::before {
    counter-increment: how;
    content: counter(how);
    position: absolute;
    left: -0.85rem;
    top: 0;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: var(--taxi);
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-steps h3 {
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: .3rem;
}
.how-steps p {
    margin: 0;
    color: rgba(255,255,255,.68);
}

.wa-phone {
    max-width: 340px;
    margin: 0 auto;
    background: #111;
    border-radius: 28px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 60px rgba(0,0,0,.45);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.wa-phone.is-in {
    opacity: 1;
    transform: translateY(0);
}
.wa-phone__screen {
    background: #0b141a;
    border-radius: 20px;
    overflow: hidden;
    min-height: 380px;
}
.wa-phone__bar {
    background: #1f2c34;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
}
.wa-phone__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--wa);
}
.wa-phone__chat {
    padding: 1rem .85rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}
.wa-bubble {
    max-width: 88%;
    padding: .65rem .8rem;
    border-radius: 10px;
    font-size: .88rem;
    line-height: 1.35;
    opacity: 0;
    transform: translateY(8px);
}
.wa-phone.is-in .wa-bubble {
    animation: fadeUp .5s var(--ease) forwards;
}
.wa-phone.is-in .wa-bubble:nth-child(1) { animation-delay: .35s; }
.wa-phone.is-in .wa-bubble:nth-child(2) { animation-delay: .55s; }
.wa-phone.is-in .wa-bubble:nth-child(3) { animation-delay: .75s; }
.wa-phone.is-in .wa-bubble:nth-child(4) { animation-delay: .95s; }
.wa-bubble--in {
    align-self: flex-start;
    background: #202c33;
    color: #e9edef;
}
.wa-bubble--out {
    align-self: flex-end;
    background: #005c4b;
    color: #e9edef;
}

/* —— Empresas —— */
.b2b-block {
    display: grid;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 768px) {
    .b2b-block { grid-template-columns: 1.2fr .8fr; }
}
.b2b-points {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
}
.b2b-points li {
    padding: .55rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
}
.b2b-points li strong { color: var(--ink); font-weight: 600; }

/* —— FAQ —— */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-btn {
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    padding: 1.15rem 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
}
.faq-btn:focus { outline: 2px solid var(--taxi); outline-offset: 2px; }
.faq-chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--muted);
    border-bottom: 2px solid var(--muted);
    transform: rotate(45deg);
    transition: transform .2s ease;
    flex-shrink: 0;
}
.faq-btn:not(.collapsed) .faq-chevron { transform: rotate(-135deg); }
.faq-body {
    padding: 0 0 1.2rem;
    color: var(--muted);
    max-width: 46rem;
}

/* —— Contact —— */
.contact-grid {
    display: grid;
    gap: 2.5rem;
}
@media (min-width: 768px) {
    .contact-grid { grid-template-columns: 1.1fr .9fr; gap: 3rem; }
}
.contact-form .form-control {
    border-radius: var(--radius);
    border-color: var(--line);
    padding: .75rem .9rem;
    font-size: 1rem;
}
.contact-form .form-control:focus {
    border-color: #9aa3ad;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, .08);
}
.contact-aside {
    padding: 1.5rem 0;
}
.contact-aside a.wa-line {
    color: var(--wa-deep);
    font-weight: 700;
    font-size: 1.15rem;
}

/* —— Footer —— */
.site-footer {
    background: var(--ink);
    color: rgba(255,255,255,.7);
    padding: 3.5rem 0 2rem;
}
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--taxi); text-decoration: none; }
.site-footer h2 {
    color: #fff;
    font-size: .85rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.site-footer .footer-brand img { max-height: 40px; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .45rem; }
.site-footer__bottom {
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: .85rem;
    text-align: center;
}

/* —— Booking / quote flow —— */
.flow-page {
    background: var(--paper);
    padding: 5.5rem 0 4rem;
    min-height: 70vh;
}
.flow-steps {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1rem;
    justify-content: center;
    margin-bottom: 1.75rem;
    font-size: .9rem;
    color: var(--muted);
}
.flow-steps__item {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}
.flow-steps__item span:first-child {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    border: 1px solid var(--line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    background: #fff;
}
.flow-steps__item.is-active { color: var(--ink); font-weight: 600; }
.flow-steps__item.is-active span:first-child {
    background: var(--taxi);
    border-color: var(--taxi);
    color: var(--ink);
}
.flow-steps__item.is-done { color: var(--ink); }
.flow-steps__item.is-done span:first-child {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}
.flow-card {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    padding: 1.75rem 1.5rem 2rem;
}
@media (min-width: 576px) {
    .flow-card { padding: 2.25rem 2rem 2.5rem; }
}
.flow-card__title {
    font-size: clamp(1.5rem, 3vw, 1.9rem);
    margin-bottom: .5rem;
}
.flow-card__lead {
    color: var(--muted);
    margin-bottom: 1.5rem;
}
.flow-form label {
    font-weight: 600;
    font-size: .92rem;
    margin-bottom: .35rem;
}
.flow-form .form-control-lg {
    border-radius: var(--radius);
    border-color: var(--line);
}
.flow-form .form-control:focus,
.flow-form .form-control-lg:focus {
    border-color: #9aa3ad !important;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, .08) !important;
}
.flow-form input.form-control:-webkit-autofill,
.flow-form input.form-control:-webkit-autofill:hover,
.flow-form input.form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: var(--ink) !important;
    caret-color: var(--ink);
    transition: background-color 99999s ease-out;
}
.flow-more {
    border-top: 1px solid var(--line);
    padding-top: .85rem;
    margin-top: .25rem;
}
.flow-more summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--ink);
    outline: none;
}
.flow-more__body { padding-top: 1rem; }
.flow-alt { color: var(--muted); font-size: .95rem; }
.flow-card--price { text-align: center; }
.flow-route { font-size: 1.05rem; line-height: 1.4; }
.flow-route__arrow { margin: 0 .35rem; color: var(--muted); }
.flow-address-check {
    text-align: left;
    background: var(--paper);
    border: 1px solid var(--line);
    border-left: 3px solid var(--taxi);
    padding: 1rem 1.1rem;
    margin-bottom: 1.35rem;
}
.flow-address-check__label {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: .75rem;
}
.flow-address-check__row {
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    gap: .35rem .65rem;
    align-items: start;
    margin-bottom: .55rem;
    font-size: 1.02rem;
    line-height: 1.35;
}
.flow-address-check__row strong {
    font-weight: 700;
    color: var(--ink);
    word-break: break-word;
}
.flow-address-check__tag {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--muted);
    padding-top: .15rem;
}
.flow-address-check__edit {
    display: inline-block;
    margin-top: .35rem;
    font-weight: 600;
    font-size: .95rem;
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: .15em;
}
.flow-address-check__edit:hover {
    color: var(--taxi-ink, #111);
}
    @media (max-width: 575.98px) {
        .flow-address-check__row {
            grid-template-columns: 1fr;
            gap: .1rem;
            margin-bottom: .75rem;
        }
    }
.flow-price-label {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .75rem;
    font-weight: 700;
    color: var(--muted);
}
.flow-price {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 6vw, 3.4rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: .5rem;
    color: var(--ink);
}
.flow-price-note { color: var(--muted); font-size: .95rem; margin-bottom: 0; }
.flow-breakdown {
    text-align: left;
    margin-top: 1.25rem;
    border-top: 1px solid var(--line);
    padding-top: .85rem;
}
.flow-breakdown summary { cursor: pointer; font-weight: 600; }
.flow-actions .btn + .btn { margin-top: .65rem; }
.flow-summary {
    background: var(--paper);
    padding: 1rem 1.1rem;
    border-left: 3px solid var(--taxi);
}
.flow-card--done .flow-done-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--taxi);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
}
.flow-confirm-notice {
    text-align: left;
    background: var(--paper);
    border: 1px solid var(--line);
    border-left: 3px solid var(--taxi);
    padding: 1rem 1.1rem;
    margin: 1.25rem 0 1.5rem;
}
.flow-confirm-notice__main {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: .65rem;
    line-height: 1.4;
}
.flow-confirm-notice__warn {
    font-size: .95rem;
    color: var(--muted);
    line-height: 1.4;
}

/* —— Mobile CTA —— */
.cta-flotante-movil {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 12px 16px;
    background: rgba(11,11,11,.96);
    border-top: 1px solid rgba(240,194,0,.3);
}
.cta-flotante-movil .btn { width: 100%; }
@media (max-width: 767.98px) {
    .cta-flotante-movil {
        display: block;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    }
    .site-footer { padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)); }
    .flow-page { padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px)); }

    /* Hide floating bar on booking flow — forms already have primary CTA */
    body:has(.flow-page) .cta-flotante-movil,
    body.hide-mobile-cta .cta-flotante-movil { display: none !important; }
    body:has(.flow-page) .site-footer,
    body.hide-mobile-cta .site-footer { padding-bottom: 2rem; }

    /* Nav mobile */
    .site-nav {
        padding: .55rem 0;
        background: rgba(11,11,11,.88);
        backdrop-filter: blur(8px);
    }
    .site-nav .navbar-brand img,
    .site-nav .brand-mark__icon { max-height: 40px; width: 40px !important; height: 40px !important; }
    .site-nav .navbar-toggler {
        border-color: rgba(255,255,255,.35);
        padding: .45rem .7rem;
        font-size: .8rem;
    }
    .site-nav .navbar-collapse {
        background: var(--ink);
        margin: .65rem -15px 0;
        padding: .75rem 1rem 1rem;
        border-top: 1px solid rgba(255,255,255,.08);
    }
    .site-nav .nav-item { width: 100%; }
    .site-nav .nav-link {
        padding: .85rem .25rem !important;
        font-size: 1.05rem;
        border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .site-nav .nav-cta-wa,
    .site-nav .nav-link-empresa {
        display: block !important;
        text-align: center;
        margin: .65rem 0 0 !important;
        padding: .85rem 1rem !important;
        border-bottom: 0 !important;
    }
    .site-nav .dropdown-menu {
        background: #1a1a1a;
        border: 0;
        width: 100%;
    }
    .site-nav .dropdown-item { color: #fff; padding: .7rem 1rem; }
    .site-nav .dropdown-item:hover { background: rgba(255,255,255,.08); color: var(--taxi); }

    /* Hero */
    .hero-brand {
        min-height: 100svh;
        min-height: 100dvh;
        align-items: flex-end;
    }
    .hero-brand__inner {
        padding: 5.25rem 0 calc(1.75rem + env(safe-area-inset-bottom, 0px));
    }
    .hero-brand__mark { font-size: 1.25rem; margin-bottom: .55rem; }
    .hero-brand h1 {
        font-size: clamp(1.85rem, 8.5vw, 2.45rem);
        max-width: none;
        margin-bottom: .75rem;
    }
    .hero-brand__lead {
        font-size: 1.02rem;
        margin-bottom: 1.25rem;
        max-width: none;
    }
    .hero-brand__cta {
        flex-direction: column;
        align-items: stretch;
        gap: .75rem;
    }
    .hero-brand__cta .btn {
        width: 100%;
        min-width: 0;
        text-align: center;
        padding-top: .95rem !important;
        padding-bottom: .95rem !important;
        font-size: 1.05rem;
    }
    .hero-brand__cta .btn-link-quiet {
        text-align: center;
        padding: .35rem 0 .15rem;
        font-size: .95rem;
    }

    /* Trust */
    .trust-strip__list {
        flex-direction: column;
        align-items: flex-start;
        gap: .55rem;
        padding: .95rem 0;
        font-size: .9rem;
    }

    /* Sections */
    .section-brand { padding: 3rem 0; }
    .section-head { margin-bottom: 1.75rem; }
    .section-head h2 { font-size: 1.55rem; }

    /* Destinos: 1 col on very small, 2 from 400px */
    .dest-grid {
        grid-template-columns: 1fr;
        gap: .75rem;
    }
    .dest-tile { min-height: 200px; }
    .dest-tile__body { padding: 1.1rem 1rem; }

    /* How / WhatsApp mock */
    .how-layout { gap: 2rem; }
    .wa-phone {
        max-width: 300px;
        transform: none;
    }
    .wa-phone__screen { min-height: 340px; }

    /* B2B */
    .b2b-block .btn { width: 100%; }

    /* FAQ */
    .faq-btn {
        font-size: .98rem;
        padding: 1rem 0;
        align-items: flex-start;
    }

    /* Contact */
    .contact-grid { gap: 2rem; }
    .contact-form .form-control,
    .flow-form .form-control,
    .flow-form .form-control-lg {
        font-size: 16px !important; /* evita zoom iOS */
        min-height: 48px;
        padding: .8rem .9rem;
    }
    .contact-form textarea.form-control,
    .flow-form textarea.form-control {
        min-height: 110px;
    }

    /* Flow booking */
    .flow-page {
        padding: 4.75rem 0 2.5rem;
        min-height: auto;
    }
    .flow-steps {
        gap: .4rem .55rem;
        margin-bottom: 1.15rem;
        font-size: .78rem;
    }
    .flow-steps__item span:first-child {
        width: 1.35rem;
        height: 1.35rem;
        font-size: .7rem;
    }
    .flow-card {
        margin-left: -4px;
        margin-right: -4px;
        border-left: 0;
        border-right: 0;
        padding: 1.35rem 1.1rem 1.6rem;
    }
    .flow-card__title { font-size: 1.4rem; }
    .flow-card__lead { font-size: .95rem; margin-bottom: 1.15rem; }
    .flow-price { font-size: 2.6rem; }
    .flow-actions .btn {
        font-size: 1.05rem;
        padding-top: .95rem !important;
        padding-bottom: .95rem !important;
    }
    .flow-route { font-size: .98rem; word-break: break-word; }
    .flow-summary { padding: .9rem; }

    /* Landings */
    .page-inner main.bg-white > section.ftco-section:first-child {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .landing-cta {
        flex-direction: column;
        align-items: stretch !important;
    }
    .landing-cta .btn {
        width: 100%;
        min-width: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center;
    }

    /* Footer */
    .site-footer { padding: 2.5rem 0 2rem; }
    .site-footer .col-6 { margin-bottom: 1.5rem; }
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .dest-grid { grid-template-columns: repeat(2, 1fr); }
    .dest-tile { min-height: 220px; }
}

/* —— Inner pages (landings / presupuesto) —— */
.page-inner .hero-wrap {
    background-color: var(--ink);
}
.page-inner .btn-primary { box-shadow: none; }
.page-inner .heading-section .subheading,
.page-inner .subheading {
    color: var(--taxi-deep) !important;
}
.page-inner main.bg-white {
    padding-top: 0;
}
.page-inner main.bg-white > section.ftco-section:first-child {
    padding-top: 3rem;
}
.page-inner .bg-light.border.rounded.shadow-sm,
.page-inner .bg-white.rounded-lg.shadow-sm {
    border: 1px solid var(--line) !important;
    box-shadow: none !important;
    border-radius: var(--radius) !important;
}
.page-inner h1.h2,
.page-inner h1 {
    font-family: var(--font-display) !important;
    letter-spacing: -0.02em;
}
.landing-cta .btn { min-width: 11rem; }

.page-inner .lead { color: var(--muted) !important; }
.pac-container {
    z-index: 10500 !important;
    font-family: var(--font-body) !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.15) !important;
    border: 1px solid var(--line) !important;
}
html.maps-auth-failed .pac-container { display: none !important; }

.addr-suggest {
    position: relative;
    z-index: 2;
}
.addr-suggest.is-open { z-index: 30; }
.addr-suggest__list,
ul.addr-suggest__list {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 4px) !important;
    z-index: 1060 !important;
    margin: 0 !important;
    padding: .4rem 0 !important;
    list-style: none !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: 6px !important;
    box-shadow: 0 12px 32px rgba(0,0,0,.14) !important;
    max-height: 280px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}
.addr-suggest__list li,
ul.addr-suggest__list > li {
    list-style: none !important;
    margin: 0 !important;
    padding: .75rem 1rem !important;
    cursor: pointer;
    border-bottom: 1px solid #f0f1f3;
    display: block !important;
}
.addr-suggest__list li:last-child {
    border-bottom: 0 !important;
}
.addr-suggest__list li::before,
.addr-suggest__list li::marker {
    content: none !important;
    display: none !important;
}
.addr-suggest__title {
    display: block;
    font-weight: 600;
    font-size: .95rem;
    color: var(--ink);
    line-height: 1.25;
    margin-bottom: .15rem;
}
.addr-suggest__meta {
    display: block;
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.3;
}
.addr-suggest__list li:hover,
.addr-suggest__list li:focus,
.addr-suggest__list li.is-active {
    background: #f7f8fa !important;
    outline: none;
}

/* Hide old theme loader visually faster */
#ftco-loader { display: none !important; }
