:root {
  --navy: #062f70;
  --navy-dark: #031e4d;
  --blue: #0b4a9e;
  --teal: #1a9296;
  --orange: #f5821f;
  --orange-dark: #df6810;
  --cream: #f7f4f4;
  --white: #fff;
  --ink: #060606;
  --muted: #6b7280;
  --line: #dce3ec;
  --green: #169b62;
  --shadow: 0 18px 55px rgba(3, 30, 77, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: "Outfit", "Segoe UI", sans-serif; color: var(--navy-dark); background: #fff; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header { position: sticky; top: 0; z-index: 50; height: 84px; color: #fff; background: rgba(4, 41, 98, .97); box-shadow: 0 10px 28px rgba(1, 19, 49, .14); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { width: 86px; height: 74px; flex: 0 0 auto; overflow: hidden; display: block; }
.brand-crop { display: block; width: 86px; height: 74px; background: url("assets/logo-vuelos-y-vacaciones.png") center -10px / 102px auto no-repeat; filter: brightness(0) invert(1); }
.nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.nav a { font-size: .91rem; font-weight: 600; opacity: .88; transition: .2s ease; }
.nav a:hover { color: #ffb266; opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: flex; align-items: center; gap: 7px; font-weight: 600; white-space: nowrap; }
.phone-link svg { width: 18px; height: 18px; }
.button { border: 0; border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 50px; padding: 0 28px; background: linear-gradient(135deg, #ff942c, #ff6a00); color: #fff; font-weight: 700; box-shadow: 0 10px 26px rgba(237, 105, 10, .28); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(237, 105, 10, .38); }
.button-small { min-height: 42px; padding-inline: 22px; font-size: .9rem; }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; color: #fff; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.hero { position: relative; min-height: 646px; color: #fff; overflow: hidden; isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-media { background: url("assets/hero-clearwater-miami.png") center / cover no-repeat; transform: scale(1.01); }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(1, 30, 74, .96) 0%, rgba(3, 49, 108, .76) 39%, rgba(3, 40, 87, .12) 68%, rgba(3, 32, 72, .22) 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 54px; align-items: center; min-height: 646px; padding-block: 42px; }
.hero-copy { max-width: 670px; text-shadow: 0 4px 22px rgba(0, 0, 0, .2); }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--orange); font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--orange); }
.hero h1 { margin: 0; font-size: clamp(3.7rem, 6.25vw, 5.8rem); line-height: .88; letter-spacing: -.055em; font-weight: 800; }
.hero-subtitle { margin: 14px 0 4px; color: #ff971f; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1; font-weight: 800; }
.hero-note { margin: 0 0 20px; font-size: 1.05rem; }
.date-pill { width: max-content; display: flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1.5px solid rgba(255,255,255,.8); border-radius: 10px; font-weight: 600; background: rgba(3, 31, 75, .24); }
.date-pill svg { width: 21px; height: 21px; }
.price { display: flex; align-items: center; gap: 10px; margin-top: 18px; font-size: clamp(2.25rem, 4vw, 3.35rem); line-height: 1; font-weight: 800; letter-spacing: -.03em; }
.price svg { width: 34px; height: 34px; fill: currentColor; }
.price-currency { font-size: .56em; letter-spacing: .01em; }
.payment { width: max-content; max-width: 100%; margin: 12px 0 0; padding: 7px 12px; border: 1px solid rgba(255,255,255,.75); border-radius: 7px; background: rgba(3, 31, 75, .5); }
.payment strong { color: #ff982d; }

.lead-card { color: var(--navy-dark); padding: 25px; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.7); border-radius: 19px; box-shadow: 0 25px 70px rgba(0, 15, 46, .34); }
.form-heading { text-align: center; margin-bottom: 16px; }
.form-kicker { color: var(--orange-dark); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.lead-card h2 { max-width: 320px; margin: 5px auto 0; font-size: 1.45rem; line-height: 1.08; letter-spacing: -.025em; }
.form-heading p { margin: 7px auto 0; max-width: 310px; color: var(--muted); font-size: .86rem; line-height: 1.3; }
.lead-card form, .contact-step, .schedule-step { display: grid; gap: 9px; }
.lead-card label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.lead-card input, .lead-card select, .lead-card textarea { width: 100%; min-height: 43px; border: 1px solid #d9dee8; border-radius: 8px; padding: 10px 13px; color: var(--navy-dark); background: #fff; outline: 0; transition: border-color .2s, box-shadow .2s; }
.lead-card textarea { resize: vertical; min-height: 54px; }
.lead-card input:focus, .lead-card select:focus, .lead-card textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(26,146,150,.13); }
.submit-button { width: 100%; border-radius: 9px; min-height: 50px; margin-top: 2px; }
.submit-button:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
.privacy { margin: 0; text-align: center; color: var(--green); font-size: .84rem; font-weight: 600; }
.form-progress { display: flex; align-items: center; gap: 9px; margin: 0 0 3px; color: #9aa3b1; font-size: .72rem; font-weight: 700; }
.form-progress span { white-space: nowrap; }
.form-progress span.active { color: var(--orange-dark); }
.form-progress i { flex: 1; height: 2px; background: #e3e7ed; }
.contact-summary { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 10px 12px; border-radius: 9px; background: #f2f6fa; }
.contact-summary span { color: var(--muted); font-size: .72rem; }
.contact-summary strong { grid-row: 2; font-size: .91rem; }
.contact-summary button { grid-column: 2; grid-row: 1 / 3; border: 0; color: var(--blue); background: none; font-size: .75rem; font-weight: 700; cursor: pointer; }
.availability-note { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 11px; border: 1px solid #c6e2e3; border-radius: 9px; color: var(--teal); background: #eefafa; font-size: .73rem; }
.availability-note span { text-align: right; }
.calendar { padding: 10px; border: 1px solid #dce3ec; border-radius: 12px; background: #fff; }
.calendar-header { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; margin-bottom: 7px; text-align: center; }
.calendar-header strong { font-size: .91rem; text-transform: capitalize; }
.calendar-header button { width: 32px; height: 32px; border: 0; border-radius: 8px; color: var(--navy); background: #edf3f8; font-size: 1.4rem; cursor: pointer; }
.calendar-header button:disabled { opacity: .3; cursor: not-allowed; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.calendar-weekdays span { padding: 4px 0; color: #8b95a4; text-align: center; font-size: .65rem; font-weight: 700; }
.calendar-days button, .calendar-days .empty-day { aspect-ratio: 1; min-width: 0; }
.calendar-days button { border: 0; border-radius: 8px; color: var(--navy-dark); background: transparent; font-size: .76rem; font-weight: 600; cursor: pointer; }
.calendar-days button:hover { color: #fff; background: var(--teal); }
.calendar-days button.selected { color: #fff; background: var(--orange); box-shadow: 0 5px 14px rgba(245,130,31,.28); }
.calendar-days button:disabled { color: #c7ccd4; background: #f6f7f9; cursor: not-allowed; }
.time-picker { padding-top: 2px; }
.time-picker p { margin: 0 0 8px; color: var(--muted); font-size: .76rem; }
.time-picker p strong { color: var(--navy-dark); }
.time-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.time-slots button { min-height: 37px; border: 1px solid #ccd6e1; border-radius: 8px; color: var(--navy); background: #fff; font-size: .75rem; font-weight: 700; cursor: pointer; }
.time-slots button:hover, .time-slots button.selected { border-color: var(--teal); color: #fff; background: var(--teal); }

.section { padding: 72px 0; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 30px; }
.section-title-row h2, .reasons h2, .cta h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.section-title-row > p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.55; }

.includes { position: relative; padding-top: 54px; background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.feature { min-height: 155px; padding: 24px 13px 18px; text-align: center; background: #fff; border: 1px solid #e6eaf0; border-radius: 16px; box-shadow: 0 10px 35px rgba(3,30,77,.08); transition: transform .2s, border-color .2s; }
.feature:hover { transform: translateY(-4px); border-color: #9dd5d6; }
.feature svg { width: 40px; height: 40px; color: var(--navy); }
.feature h3 { margin: 13px 0 2px; font-size: 1rem; }
.feature p { margin: 0; color: var(--muted); font-size: .8rem; }

.hotels { background: linear-gradient(180deg, #f7fafc, #fff); }
.hotel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hotel-card { display: grid; grid-template-columns: 42% 1fr; min-height: 220px; overflow: hidden; border: 1px solid #e1e6ed; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.hotel-image { position: relative; min-height: 220px; background-image: linear-gradient(0deg, rgba(2,27,67,.28), transparent 55%), url("assets/hero-clearwater-miami.png"); background-size: auto 100%; }
.hotel-clearwater { background-position: 54% center; }
.hotel-miami { background-position: 91% center; }
.hotel-image span { position: absolute; left: 17px; bottom: 15px; padding: 6px 10px; border-radius: 999px; color: #fff; font-size: .78rem; font-weight: 700; background: rgba(2, 38, 88, .76); backdrop-filter: blur(8px); }
.hotel-body { display: flex; flex-direction: column; justify-content: space-between; padding: 27px; }
.hotel-city { margin: 0 0 7px; color: var(--teal); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.hotel-body h3 { margin: 0; font-size: 1.45rem; line-height: 1.14; }
.stars { margin: 0; color: var(--orange); letter-spacing: .1em; }
.stars span { color: #d8dde5; }

.itinerary { overflow: hidden; }
.timeline { display: grid; grid-template-columns: repeat(10, minmax(118px, 1fr)); gap: 14px; overflow-x: auto; padding: 8px 2px 25px; scrollbar-color: var(--teal) #edf1f5; }
.timeline article { position: relative; display: flex; flex-direction: column; gap: 6px; min-height: 118px; padding: 17px 14px; border: 1px solid #e0e5ec; border-radius: 14px; background: #fff; box-shadow: 0 9px 25px rgba(3,30,77,.07); }
.timeline article:not(:last-child)::after { content: ""; position: absolute; top: 57px; right: -15px; width: 15px; border-top: 2px solid var(--teal); }
.timeline article:not(:last-child)::before { content: ""; position: absolute; z-index: 2; top: 53px; right: -10px; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.timeline b { color: var(--orange-dark); font-size: .8rem; text-transform: uppercase; }
.timeline span { font-size: .86rem; font-weight: 600; line-height: 1.25; }

.reasons { color: #fff; background: var(--navy); }
.reasons-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; align-items: center; }
.reason { display: flex; gap: 13px; }
.reason > span { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; color: #ffad5e; font-size: .78rem; font-weight: 800; }
.reason h3 { margin: 0 0 4px; font-size: 1.02rem; }
.reason p { margin: 0; color: rgba(255,255,255,.7); font-size: .86rem; line-height: 1.38; }

.cta { padding: 62px 0; color: #fff; background: radial-gradient(circle at 10% 0, rgba(26,146,150,.32), transparent 32%), linear-gradient(105deg, var(--navy-dark), var(--navy)); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta p:not(.section-kicker) { margin: 7px 0 0; color: rgba(255,255,255,.77); }

.footer { padding: 52px 0 20px; color: rgba(255,255,255,.74); background: #02142f; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; }
.footer .brand-crop { width: 106px; height: 88px; background-size: 125px auto; background-position: center -12px; }
.footer-brand p { max-width: 330px; margin: 8px 0 0; line-height: 1.5; }
.footer h3 { margin: 0 0 15px; color: #fff; font-size: .95rem; }
.footer a, .footer p { display: block; margin: 8px 0; }
.footer a:hover { color: #ff9c42; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.whatsapp-float { position: fixed; z-index: 40; right: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: #fff; background: #18a969; font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.24); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.07); }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; max-width: calc(100% - 30px); padding: 13px 18px; border-radius: 9px; color: #fff; background: var(--navy-dark); box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 15px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Viajes personalizados */
.personalized-hero { min-height: 690px; }
.personalized-hero .hero-media { background-image: url("assets/hero-viajes-personalizados.png"); background-position: center; }
.personalized-hero .hero-shade { background: linear-gradient(90deg, rgba(1,24,60,.96) 0%, rgba(3,43,91,.78) 38%, rgba(3,32,72,.13) 67%, rgba(3,32,72,.24) 100%); }
.personalized-hero .hero-grid { min-height: 690px; }
.personalized-hero h1 { font-size: clamp(4rem, 6.5vw, 6rem); }
.personalized-hero h1 span { color: #fff; }
.personalized-hero .hero-note { max-width: 610px; margin-top: 15px; font-size: 1.08rem; line-height: 1.5; }
.hero-benefits { display: grid; gap: 8px; margin: 22px 0 26px; }
.hero-benefits span { display: flex; align-items: center; gap: 9px; font-weight: 600; }
.hero-benefits b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--navy-dark); background: #fff; font-size: .72rem; }
.hero-cta { width: max-content; }
.featured-service { border-color: #b8dddd; background: linear-gradient(145deg, #fff, #edfafa); }
.featured-service svg { color: var(--teal); }
.destination-showcase { background: linear-gradient(180deg, #f6fafb, #fff); }
.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.destination-card { position: relative; min-height: 360px; display: flex; align-items: end; overflow: hidden; border-radius: 20px; color: #fff; background-image: linear-gradient(0deg, rgba(2,21,50,.88), rgba(2,21,50,.02) 68%), url("assets/hero-viajes-personalizados.png"); background-size: auto 100%; box-shadow: var(--shadow); transition: transform .25s ease; }
.destination-card:hover { transform: translateY(-5px); }
.destination-beach { background-position: 6% center; }
.destination-europe { background-position: 66% center; }
.destination-nature { background-position: 35% center; }
.destination-exotic { background-position: 98% center; }
.destination-card div { padding: 25px; }
.destination-card span { color: #ffad5e; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.destination-card h3 { margin: 5px 0 7px; font-size: 1.45rem; line-height: 1; }
.destination-card p { margin: 0; color: rgba(255,255,255,.77); font-size: .86rem; line-height: 1.4; }
.custom-process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article { position: relative; min-height: 195px; padding: 28px 24px; border: 1px solid #e0e6ed; border-radius: 18px; background: #fff; box-shadow: 0 12px 36px rgba(3,30,77,.07); }
.process-grid article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -25px; width: 30px; color: var(--teal); text-align: center; font-size: 1.2rem; }
.process-grid span { color: var(--orange); font-size: .78rem; font-weight: 800; }
.process-grid h3 { margin: 19px 0 7px; font-size: 1.14rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.personalized-reasons .reasons-grid { grid-template-columns: 1.45fr repeat(3, 1fr); }
.personalized-reasons .reason > span { font-size: .7rem; }

/* Sudáfrica & Mauritius */
.south-africa-page { --sand: #d99a4e; --earth: #714528; --lagoon: #168e9f; }
.south-africa-hero { min-height: 735px; }
.south-africa-hero .hero-media { background-image: url("assets/hero-sudafrica-mauritius.png"); background-position: center; }
.south-africa-hero .hero-shade { background: linear-gradient(90deg, rgba(1,17,36,.98) 0%, rgba(2,30,62,.82) 36%, rgba(3,27,55,.12) 67%, rgba(1,21,43,.37) 100%); }
.south-africa-hero .hero-grid { min-height: 735px; }
.south-africa-hero .hero-copy { max-width: 650px; }
.south-africa-hero h1 { font-size: clamp(4rem, 6.3vw, 6.15rem); }
.south-africa-hero h1 span { color: #ffd091; }
.south-africa-hero .hero-note { max-width: 620px; margin-top: 14px; font-size: 1.06rem; line-height: 1.5; }
.trip-facts { display: flex; gap: 10px; margin: 19px 0 13px; }
.trip-facts span { display: grid; min-width: 178px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 11px; background: rgba(1,22,47,.4); backdrop-filter: blur(8px); }
.trip-facts strong { font-size: .95rem; }
.trip-facts small { margin-top: 2px; color: rgba(255,255,255,.72); font-size: .76rem; }
.deadline { width: max-content; max-width: 100%; margin: 0; padding: 9px 13px; border-radius: 9px; color: #fff; background: rgba(7,28,52,.7); box-shadow: inset 0 0 0 1px rgba(255,208,145,.46); font-size: .9rem; }
.deadline span { margin-right: 8px; color: #071c34; padding: 3px 7px; border-radius: 6px; background: #ffd091; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.deadline strong { color: #ffd091; }
.south-africa-hero .hero-benefits { margin: 16px 0 21px; }
.south-africa-hero .hero-benefits b { color: #071c34; background: #ffd091; }

.africa-intro { background: #fff; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.experience-card { position: relative; display: flex; align-items: end; min-height: 390px; overflow: hidden; border-radius: 22px; color: #fff; background-image: linear-gradient(0deg, rgba(1,18,38,.94), rgba(1,18,38,.02) 72%), url("assets/hero-sudafrica-mauritius.png"); background-size: auto 100%; box-shadow: var(--shadow); transition: transform .25s ease; }
.experience-card:hover { transform: translateY(-5px); }
.exp-cape { background-position: 52% center; }
.exp-safari { background-position: 35% center; }
.exp-peninsula { background-position: 60% center; }
.exp-mauritius { background-position: 95% center; }
.experience-card div { max-width: 540px; padding: 28px; }
.experience-card span { color: #ffd091; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.experience-card h3 { margin: 6px 0 8px; font-size: 1.65rem; line-height: 1.05; }
.experience-card p { margin: 0; color: rgba(255,255,255,.8); font-size: .91rem; line-height: 1.5; }

.africa-route { background: linear-gradient(180deg, #f8f5f0, #fff); }
.route-list { position: relative; display: grid; gap: 13px; max-width: 1010px; margin-inline: auto; }
.route-list::before { content: ""; position: absolute; top: 42px; bottom: 42px; left: 31px; width: 2px; background: linear-gradient(var(--sand), var(--lagoon)); }
.route-list article { position: relative; display: grid; grid-template-columns: 64px 105px 1fr; align-items: center; min-height: 105px; padding: 14px 24px 14px 0; border: 1px solid #e7e0d8; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 10px 30px rgba(70,45,26,.07); }
.route-list article > span { z-index: 1; display: grid; place-items: center; width: 42px; height: 42px; margin-left: 11px; border: 5px solid #fff; border-radius: 50%; color: #fff; background: var(--earth); font-size: .72rem; font-weight: 800; box-shadow: 0 5px 16px rgba(71,42,24,.22); }
.route-list time { color: var(--orange-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.route-list h3 { margin: 0 0 4px; font-size: 1.15rem; }
.route-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.4; }

.africa-includes { background: #fff; }
.africa-feature-grid .feature { border-color: #e5ded6; }
.included-note { display: grid; grid-template-columns: .9fr 1.5fr; align-items: center; gap: 30px; margin-top: 22px; padding: 24px 28px; border-radius: 18px; color: #fff; background: linear-gradient(110deg, #082f59, #087f8d); }
.included-note div { display: grid; }
.included-note span { color: #ffd091; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.included-note strong { margin-top: 4px; font-size: 1.25rem; }
.included-note p { margin: 0; color: rgba(255,255,255,.78); font-size: .88rem; line-height: 1.5; }

.africa-quote { position: relative; min-height: 390px; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(1,18,38,.8), rgba(1,18,38,.35)), url("assets/hero-sudafrica-mauritius.png") center 72% / cover no-repeat; background-attachment: fixed; }
.quote-inner { text-align: center; }
.quote-inner p { max-width: 900px; margin: 0 auto 14px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.04em; font-weight: 700; }
.quote-inner span { color: #ffd091; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.travel-ready { background: #f6f8fa; }
.ready-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: 80px; align-items: start; }
.ready-grid h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.ready-grid > div > p:last-child { color: var(--muted); line-height: 1.55; }
.ready-grid ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.ready-grid li { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 17px 19px; border: 1px solid #dde4eb; border-radius: 14px; background: #fff; }
.ready-grid li strong { color: var(--orange-dark); }
.ready-grid li span { color: var(--muted); font-size: .88rem; line-height: 1.42; }
.africa-cta { background: radial-gradient(circle at 80% 0, rgba(217,154,78,.32), transparent 32%), linear-gradient(105deg, #041a34, #073a68); }

@media (max-width: 1080px) {
  .nav { gap: 18px; }
  .nav a:nth-child(4) { display: none; }
  .phone-link span { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 365px; gap: 30px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .reasons-grid { grid-template-columns: 1fr 1fr; }
  .reasons-grid > div:first-child { grid-column: 1 / -1; }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article::after { display: none; }
  .personalized-reasons .reasons-grid { grid-template-columns: 1fr 1fr; }
  .south-africa-hero .hero-grid { grid-template-columns: minmax(0, 1fr) 365px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; }
  .container { width: min(100% - 28px, 680px); }
  .brand { width: 74px; height: 64px; }
  .brand-crop { width: 74px; height: 64px; background-size: 88px auto; background-position: center -8px; }
  .menu-toggle { display: block; order: 3; margin-left: auto; }
  .header-actions { margin-left: auto; }
  .phone-link, .header-actions .button { display: none; }
  .nav { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 10px 20px 18px; margin: 0; color: #fff; background: var(--navy-dark); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav a, .nav a:nth-child(4) { display: block; padding: 13px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .hero { min-height: auto; }
  .hero-media { background-position: 60% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(2,34,78,.93) 0%, rgba(3,41,91,.78) 45%, rgba(3,34,73,.72) 100%); }
  .hero-grid { display: block; min-height: auto; padding: 50px 0 42px; }
  .hero-copy { padding-bottom: 36px; }
  .hero h1 { font-size: clamp(3.2rem, 13vw, 5rem); }
  .lead-card { max-width: 560px; margin-inline: auto; }
  .personalized-hero .hero-grid { min-height: auto; }
  .personalized-hero .hero-copy { max-width: 600px; }
  .south-africa-hero .hero-grid { min-height: auto; }
  .south-africa-hero .hero-copy { max-width: 650px; }
  .south-africa-hero .hero-media { background-position: 56% center; }
  .south-africa-hero .hero-shade { background: linear-gradient(180deg, rgba(1,18,38,.92), rgba(2,29,57,.72)); }
  .section { padding: 58px 0; }
  .section-title-row { display: block; }
  .section-title-row > p { margin-top: 13px; }
  .hotel-grid { grid-template-columns: 1fr; }
  .cta-inner { display: block; }
  .cta .button { margin-top: 24px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 340px; background-size: cover; }
  .ready-grid { grid-template-columns: 1fr; gap: 28px; }
  .included-note { grid-template-columns: 1fr; gap: 12px; }
  .africa-quote { background-attachment: scroll; }
}

@media (max-width: 560px) {
  .hero-copy { text-align: center; }
  .eyebrow, .date-pill, .payment { margin-inline: auto; }
  .hero-note { max-width: 350px; margin-inline: auto; margin-bottom: 20px; }
  .personalized-hero .hero-note { margin-top: 14px; }
  .hero-benefits { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .hero-cta { margin-inline: auto; }
  .price { justify-content: center; }
  .payment { font-size: .88rem; }
  .lead-card { padding: 22px 17px; }
  .feature-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .feature { min-height: 145px; }
  .hotel-card { display: block; }
  .hotel-image { min-height: 200px; background-size: cover; }
  .hotel-clearwater { background-position: 55% center; }
  .hotel-body { min-height: 176px; }
  .reasons-grid { grid-template-columns: 1fr; }
  .reasons-grid > div:first-child { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
  .whatsapp-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .destination-grid, .process-grid, .personalized-reasons .reasons-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 300px; background-size: cover; }
  .trip-facts { display: grid; }
  .trip-facts span { min-width: min(300px, 100%); }
  .deadline { line-height: 1.8; }
  .route-list article { grid-template-columns: 56px 1fr; padding-right: 16px; }
  .route-list time { grid-column: 2; }
  .route-list article > div { grid-column: 2; }
  .route-list::before { left: 27px; }
  .ready-grid li { grid-template-columns: 1fr; gap: 5px; }
  .experience-card { min-height: 320px; }
}

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