:root {
    --ink: #10233f;
    --ink-2: #1a3152;
    --orange: #ff6b35;
    --orange-dark: #e74d18;
    --sky: #19a7a4;
    --cream: #fff8ea;
    --paper: #ffffff;
    --mist: #f2f5f7;
    --line: #dbe2e8;
    --muted: #617086;
    --success: #157a5b;
    --shadow: 0 18px 50px rgba(16, 35, 63, .12);
    --radius: 1.4rem;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0 0 .75rem; font-family: 'Manrope', sans-serif; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.45rem); }
h3 { font-size: 1.24rem; }
p { margin: 0 0 1rem; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding: clamp(4.2rem, 8vw, 7.4rem) 0; }
.section--soft { background: var(--mist); }
.section--cream { background: var(--cream); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.3rem; }
.section-head p { max-width: 38rem; color: var(--muted); }
.section-head__copy { max-width: 48rem; }
.eyebrow { margin-bottom: .85rem; color: var(--orange-dark); font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--light { color: #ffb593; }
.text-link { color: var(--orange-dark); font-weight: 800; white-space: nowrap; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; background: #fff; padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.announcement { background: var(--ink); color: #fff; font-size: .88rem; }
.announcement__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.announcement a { color: #ffd5c5; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(219,226,232,.9); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; flex-shrink: 0; }
.brand__mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px 13px 13px 4px; background: var(--orange); color: #fff; font: 800 .9rem/1 'Manrope', sans-serif; letter-spacing: -.04em; box-shadow: 0 7px 18px rgba(255,107,53,.28); }
.brand__name { font: 700 .83rem/1.05 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.brand__name strong { color: var(--orange-dark); }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.8rem); }
.main-nav a { position: relative; padding: .5rem 0; font-weight: 700; font-size: .95rem; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 52px; padding: .82rem 1.35rem; border: 1px solid var(--orange); border-radius: 999px; background: var(--orange); color: #fff; font-weight: 800; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); box-shadow: 0 10px 24px rgba(231,77,24,.24); }
.button--small { min-height: 44px; padding: .68rem 1rem; font-size: .9rem; }
.button--compact { min-height: 42px; padding: .65rem .9rem; font-size: .88rem; }
.button--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.button--outline:hover { color: #fff; background: var(--ink); border-color: var(--ink); box-shadow: 0 10px 24px rgba(16,35,63,.16); }
.button--light { background: #fff; border-color: #fff; color: var(--ink); }
.button--light:hover { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button--ghost-light { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.button--ghost-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }

.hero { position: relative; overflow: hidden; min-height: 720px; display: flex; align-items: center; color: #fff; background: var(--ink); }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,25,46,.92) 0%, rgba(8,25,46,.76) 42%, rgba(8,25,46,.18) 78%), linear-gradient(0deg, rgba(8,25,46,.45), transparent 45%); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .55fr; align-items: center; gap: 3rem; padding-block: 6rem; }
.hero__copy { max-width: 780px; }
.hero__copy h1 span { display: block; color: #ffab87; }
.hero__copy > p { max-width: 620px; margin: 1.4rem 0 1.8rem; font-size: clamp(1.05rem, 2vw, 1.28rem); color: #e5edf6; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2rem; color: #dfe9f4; font-size: .92rem; }
.hero__trust span::before { content: '✓'; display: inline-grid; place-items: center; margin-right: .45rem; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--sky); font-size: .72rem; font-weight: 900; }
.weekoff-card { justify-self: end; width: min(100%, 310px); padding: 1.6rem; border: 1px solid rgba(255,255,255,.26); border-radius: 2rem 2rem .7rem 2rem; background: rgba(255,255,255,.12); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.weekoff-card__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.22); }
.weekoff-card__stamp { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--orange); font: 800 .77rem/1.05 'Manrope', sans-serif; text-align: center; transform: rotate(-8deg); }
.weekoff-card__route { margin: 1.2rem 0; }
.weekoff-card__route span { display: block; color: #b8c6d7; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.weekoff-card__route strong { font: 800 1.1rem/1.3 'Manrope', sans-serif; }
.weekoff-card__days { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
.weekoff-card__days span { padding: .65rem .25rem; border-radius: .7rem; background: rgba(255,255,255,.1); color: #cbd6e3; text-align: center; font-size: .75rem; }
.weekoff-card__days strong { display: block; margin-top: .2rem; color: #fff; font-size: 1.12rem; }

.quick-strip { position: relative; z-index: 3; margin-top: -55px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.quick-item { padding: 1.5rem; border-right: 1px solid var(--line); }
.quick-item:last-child { border-right: 0; }
.quick-item span { display: block; margin-bottom: .25rem; color: var(--muted); font-size: .84rem; }
.quick-item strong { font: 800 1.05rem/1.2 'Manrope', sans-serif; }

.trip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.trip-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.trip-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.trip-card[hidden] { display: none; }
.trip-card__image { position: relative; aspect-ratio: 1.38; overflow: hidden; background: #dce5ea; }
.trip-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.trip-card:hover .trip-card__image img { transform: scale(1.035); }
.trip-card__badge, .trip-card__duration { position: absolute; top: .9rem; padding: .4rem .65rem; border-radius: 999px; font-weight: 800; font-size: .73rem; }
.trip-card__badge { left: .9rem; color: #fff; background: var(--orange); }
.trip-card__duration { right: .9rem; color: var(--ink); background: rgba(255,255,255,.92); }
.trip-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.2rem; }
.trip-card__location { margin-bottom: .25rem; color: var(--orange-dark); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.trip-card__body h3 { min-height: 2.8em; }
.trip-card__meta { display: flex; justify-content: space-between; gap: .8rem; margin-bottom: .85rem; color: var(--muted); font-size: .84rem; }
.trip-card__highlights { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1.1rem; padding: 0; list-style: none; }
.trip-card__highlights li { padding: .3rem .55rem; border-radius: 999px; color: var(--ink-2); background: var(--mist); font-size: .75rem; }
.trip-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.price span { display: block; color: var(--muted); font-size: .72rem; }
.price strong { display: inline-block; margin-right: .35rem; font: 800 1.25rem/1.2 'Manrope', sans-serif; }
.price del { color: #8894a3; font-size: .8rem; }
.filters { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.filter-button { padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-weight: 800; }
.filter-button:hover, .filter-button.is-active { color: #fff; border-color: var(--ink); background: var(--ink); }
.filter-empty { display: none; padding: 2rem; border-radius: 1rem; background: var(--mist); }

.category-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.category-card { min-height: 270px; display: flex; flex-direction: column; justify-content: end; padding: 1.5rem; border-radius: var(--radius); color: #fff; background: var(--ink); overflow: hidden; position: relative; }
.category-card:first-child { min-height: 360px; grid-row: span 2; }
.category-card:nth-child(2) { background: var(--orange); }
.category-card:nth-child(3) { background: var(--sky); }
.category-card::before { content: ''; position: absolute; width: 180px; height: 180px; right: -55px; top: -55px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.05); }
.category-card > * { position: relative; z-index: 1; }
.category-card span { color: rgba(255,255,255,.78); font-size: .83rem; text-transform: uppercase; letter-spacing: .1em; }
.category-card h3 { font-size: clamp(1.45rem, 2.5vw, 2.1rem); }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; counter-reset: steps; }
.step { position: relative; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; counter-increment: steps; }
.step::before { content: '0' counter(steps); display: block; margin-bottom: 2.4rem; color: var(--orange); font: 800 1rem/1 'Manrope', sans-serif; }
.step:not(:last-child)::after { content: '→'; position: absolute; right: -1.15rem; top: 50%; z-index: 2; display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: 50%; color: var(--orange-dark); background: var(--cream); font-weight: 800; }
.step p { color: var(--muted); }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.split__image { position: relative; }
.split__image img { width: 100%; min-height: 520px; object-fit: cover; border-radius: 2.5rem .7rem 2.5rem 2.5rem; }
.split__note { position: absolute; right: -1rem; bottom: 2rem; max-width: 260px; padding: 1.25rem; border-radius: 1rem 1rem .3rem 1rem; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.check-list { display: grid; gap: .9rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .75rem; }
.check-list li::before { content: '✓'; flex: 0 0 26px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: #fff; background: var(--sky); font-weight: 900; font-size: .75rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.quote-card { padding: 1.7rem; border-radius: var(--radius); background: #fff; }
.quote-card::before { content: '“'; display: block; height: 2.5rem; color: var(--orange); font: 800 3.4rem/1 serif; }
.quote-card blockquote { margin: .7rem 0 1.4rem; color: var(--ink-2); }
.quote-card strong { display: block; }
.quote-card span { color: var(--muted); font-size: .85rem; }

.page-hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 7rem) 0; color: #fff; background: var(--ink); }
.page-hero::after { content: ''; position: absolute; width: 380px; height: 380px; top: -190px; right: 6%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.035); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero p { max-width: 680px; color: #d9e2ee; font-size: 1.12rem; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.5rem, 5.5vw, 5rem); }
.breadcrumb { margin-bottom: 1.5rem; color: #b8c6d7; font-size: .88rem; }
.breadcrumb a { color: #fff; }

.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.story-copy p { color: var(--muted); font-size: 1.08rem; }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.value-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; }
.value-card span { display: block; margin-bottom: .8rem; color: var(--orange-dark); font-weight: 800; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--radius); color: #fff; background: var(--ink); overflow: hidden; }
.stat { padding: 2rem 1.3rem; border-right: 1px solid rgba(255,255,255,.15); text-align: center; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: #ffab87; font: 800 clamp(1.6rem, 3vw, 2.4rem)/1 'Manrope', sans-serif; }
.stat span { color: #d1dce9; font-size: .87rem; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 2rem; align-items: start; }
.contact-panel { position: sticky; top: 115px; padding: 2rem; border-radius: var(--radius); color: #fff; background: var(--ink); }
.contact-item { display: block; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.15); }
.contact-item span { display: block; color: #aebed1; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-item strong { font-size: 1.05rem; }
.form-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field--wide { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .9rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd8e0; border-radius: .75rem; padding: .85rem .9rem; color: var(--ink); background: #fff; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(25,167,164,.17); border-color: var(--sky); }
.form-note { margin-top: 1rem; color: var(--muted); font-size: .85rem; }
.form-status { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: .7rem; color: #fff; background: var(--success); }
.form-status.is-visible { display: block; }

.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); justify-content: center; gap: 4rem; align-items: start; }
.legal-nav { position: sticky; top: 115px; padding: 1.2rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; }
.legal-nav strong { display: block; margin-bottom: .75rem; }
.legal-nav a { display: block; padding: .55rem .7rem; border-radius: .55rem; color: var(--muted); font-size: .9rem; }
.legal-nav a:hover, .legal-nav a.is-active { color: var(--ink); background: var(--mist); }
.legal-content h2 { margin-top: 2.2rem; font-size: 1.65rem; }
.legal-content h3 { margin-top: 1.5rem; font-size: 1.15rem; }
.legal-content p, .legal-content li { color: #43536a; }
.legal-content ul { padding-left: 1.25rem; }
.legal-meta { margin-bottom: 2rem; padding: 1rem; border-left: 4px solid var(--orange); color: var(--muted); background: var(--cream); }
.policy-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.policy-table th, .policy-table td { padding: .85rem; border: 1px solid var(--line); text-align: left; }
.policy-table th { background: var(--mist); }

.cta-band { padding: 3.8rem 0; color: #fff; background: var(--orange-dark); }
.cta-band__inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-band h2 { max-width: 650px; font-size: clamp(1.8rem, 3.5vw, 3rem); }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.site-footer { padding: 4.2rem 0 1.5rem; color: #d0dbea; background: #0b1a30; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2.5rem; }
.brand--footer { color: #fff; margin-bottom: 1rem; }
.footer-brand p { max-width: 390px; color: #9eb0c6; }
.footer-contact { display: flex; flex-direction: column; gap: .3rem; color: #fff; }
.footer-grid h3 { margin-bottom: 1rem; color: #fff; font-size: .95rem; letter-spacing: .04em; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: .55rem 0; color: #9eb0c6; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); color: #8599b1; font-size: .8rem; }
.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 40; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #20b86a; box-shadow: 0 12px 30px rgba(9,74,44,.3); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); }
.floating-whatsapp svg { width: 29px; fill: #fff; }

@media (max-width: 980px) {
    .header-cta { display: none; }
    .hero__inner { grid-template-columns: 1fr .42fr; }
    .trip-grid { grid-template-columns: 1fr 1fr; }
    .category-grid { grid-template-columns: 1fr 1fr; }
    .category-card:first-child { grid-row: auto; min-height: 270px; }
    .split { grid-template-columns: 1fr; }
    .split__image { max-width: 700px; }
    .testimonial-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-panel { position: static; }
    .legal-layout { grid-template-columns: 1fr; gap: 2rem; }
    .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: .25rem; }
    .legal-nav strong { width: 100%; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > :last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
    .announcement__inner { justify-content: center; min-height: 34px; }
    .announcement span { display: none; }
    .nav-wrap { min-height: 70px; }
    .nav-toggle { display: block; margin-left: auto; }
    .main-nav { position: fixed; inset: 104px 0 0; display: grid; align-content: start; gap: .25rem; padding: 1.3rem 1rem 3rem; background: #fff; transform: translateX(100%); transition: transform .25s ease; }
    .main-nav.is-open { transform: translateX(0); }
    .main-nav a { padding: 1rem; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
    .main-nav a::after { display: none; }
    .hero { min-height: 720px; align-items: end; }
    .hero::after { background: linear-gradient(0deg, rgba(8,25,46,.97) 0%, rgba(8,25,46,.72) 62%, rgba(8,25,46,.25) 100%); }
    .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 4rem; }
    .hero__copy h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
    .weekoff-card { display: none; }
    .quick-strip { margin-top: 0; background: var(--ink); }
    .quick-grid { grid-template-columns: 1fr 1fr; border-radius: 0; box-shadow: none; }
    .quick-item:nth-child(2) { border-right: 0; }
    .quick-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .section-head { display: block; }
    .trip-grid, .testimonial-grid, .steps-grid { grid-template-columns: 1fr; }
    .step:not(:last-child)::after { display: none; }
    .category-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 220px; }
    .stats-row { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(2) { border-right: 0; }
    .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
    .story-grid { grid-template-columns: 1fr; }
    .cta-band__inner { display: block; }
    .cta-band__actions { margin-top: 1.5rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > :last-child { grid-column: auto; }
    .footer-bottom { display: block; }
    .form-grid { grid-template-columns: 1fr; }
    .field--wide { grid-column: auto; }
    .legal-nav { overflow-x: auto; flex-wrap: nowrap; }
    .legal-nav strong { display: none; }
    .legal-nav a { flex: 0 0 auto; }
}

@media (max-width: 480px) {
    .container { width: min(calc(100% - 1.25rem), var(--container)); }
    .button { width: 100%; }
    .brand__mark { width: 39px; height: 39px; }
    .hero__actions, .cta-band__actions { display: grid; }
    .hero__trust { display: grid; gap: .7rem; }
    .quick-item { padding: 1.1rem .85rem; }
    .quick-item strong { font-size: .92rem; }
    .trip-card__footer { align-items: stretch; flex-direction: column; }
    .trip-card__footer .button { width: 100%; }
    .values { grid-template-columns: 1fr; }
    .policy-table { font-size: .82rem; }
    .policy-table th, .policy-table td { padding: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
