:root {
  --navy: #03265a;
  --navy-2: #071f46;
  --navy-3: #001a3f;
  --gold: #d6a62c;
  --gold-light: #efcf73;
  --gold-dark: #ae7813;
  --ink: #101a31;
  --muted: #5d6472;
  --cream: #fbfaf7;
  --line: #e5d29f;
  --shadow: 0 18px 45px rgba(5, 30, 70, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Montserrat", Arial, sans-serif; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.3em; height: 1.3em; fill: currentColor; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 72px 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy-3); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.header-shell { width: min(1280px, 100%); height: 88px; margin: auto; display: flex; align-items: center; padding: 0 24px 0 220px; position: relative; }
.brand { position: absolute; left: 0; top: 0; width: 205px; height: 142px; border-radius: 0 0 68px 0; background: white; padding: 7px 26px 20px 28px; z-index: 2; box-shadow: 8px 8px 25px rgba(0,0,0,.07); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 31px; flex: 1; }
.site-nav a { color: #fff; font-size: .86rem; font-weight: 600; position: relative; padding: 34px 0 31px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--gold); transition: .25s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav a:hover, .site-nav a.active { color: var(--gold-light); }
.button { border: 0; border-radius: 12px; min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.03); }
.button-gold { color: #0c2448; background: linear-gradient(135deg, var(--gold-light), var(--gold-dark)); box-shadow: 0 8px 20px rgba(214, 166, 44, .3); }
.button-navy { color: #fff; background: var(--navy); }
.header-cta { margin-left: 22px; min-width: 140px; }
.menu-button { display: none; color: #fff; border: 0; background: transparent; font-size: 1.65rem; }

.hero { margin-top: 0; min-height: 595px; display: grid; grid-template-columns: 44% 56%; position: relative; border-radius: 0 0 26px 26px; overflow: visible; padding: 80px 0 94px; }
.hero::before { content: ""; position: absolute; inset: 0 50% 0 calc(50% - 50vw); z-index: -2; background: radial-gradient(circle at 15% 20%, #eef8ff 0 20%, #fff 62%); }
.hero::after { content: ""; position: absolute; inset: 0 calc(50% - 50vw) 0 50%; z-index: -2; background: #dff2ff; }
.hero-copy { align-self: center; position: relative; z-index: 4; padding-left: 18px; }
.script-label { margin: 0 0 9px; color: var(--gold-dark); font-family: "Great Vibes", cursive; font-size: 2rem; }
.hero h1 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.1rem, 5.4vw, 5.25rem); line-height: .98; color: var(--navy-3); letter-spacing: -.04em; }
.hero h1 span { color: var(--gold-dark); }
.hero-text { max-width: 520px; line-height: 1.75; color: #3d4655; font-size: .98rem; margin: 25px 0; }
.hero-text strong { color: var(--navy); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions .button { min-width: 170px; border-radius: 28px; }
.hero-image { position: absolute; top: 0; bottom: 0; right: calc(50% - 50vw); left: 42%; z-index: 1; overflow: hidden; }
.hero-image::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.82) 8%, rgba(255,255,255,0) 35%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-benefits { position: absolute; z-index: 5; left: 5%; right: 5%; bottom: -30px; min-height: 88px; background: linear-gradient(90deg, var(--navy), #002553); color: #fff; border-radius: 60px 60px 18px 18px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; padding: 18px 42px; box-shadow: 0 15px 35px rgba(0,28,68,.25); border-bottom: 4px solid var(--gold); }
.hero-benefits article { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 46px; padding: 0 32px; border-right: 1px solid rgba(255,255,255,.25); }
.hero-benefits article:last-child { border: 0; }
.hero-benefits svg { color: var(--gold); width: 36px; height: 36px; flex: none; }
.hero-benefits strong, .hero-benefits span { display: block; }
.hero-benefits strong { font-size: .84rem; }
.hero-benefits span { font-size: .73rem; color: #dbe5f2; margin-top: 4px; }

.section-heading { text-align: center; margin-bottom: 36px; }
.section-heading span { text-transform: uppercase; color: var(--gold-dark); font-size: .77rem; letter-spacing: .08em; font-weight: 700; display: inline-flex; align-items: center; gap: 14px; }
.section-heading span::before, .section-heading span::after { content: ""; width: 48px; height: 1px; background: var(--gold); }
.section-heading h2 { margin: 7px 0 0; color: var(--navy-2); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 3.4vw, 3rem); }
.section-heading.compact { margin-bottom: 24px; }

.services { padding-top: 110px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card { min-height: 280px; background: #fff; border-radius: 14px; padding: 28px 17px 24px; text-align: center; box-shadow: 0 8px 30px rgba(12, 35, 78, .10); border: 1px solid #f1f2f4; transition: .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 18px 35px rgba(12,35,78,.16); }
.icon-disc { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 18px; background: var(--navy); border: 3px solid var(--gold); color: var(--gold); border-radius: 50%; }
.icon-disc svg { width: 42px; height: 42px; }
.service-card h3 { color: var(--navy-2); font-size: .94rem; line-height: 1.25; margin: 0; min-height: 44px; display: grid; place-items: center; }
.service-card i { display: block; width: 24px; height: 2px; background: var(--gold); margin: 10px auto 13px; }
.service-card small { color: var(--gold-dark); font-size: .65rem; display: block; min-height: 24px; font-weight: 600; margin-top: 3px; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: .76rem; margin: 9px 0 0; }

.why { background: linear-gradient(180deg, #fbfaf7, #fff); }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.why-grid article { text-align: center; padding: 10px 30px; border-right: 1px solid var(--line); }
.why-grid article:last-child { border: 0; }
.why-grid svg { width: 47px; height: 47px; color: var(--gold-dark); }
.why-grid h3 { color: var(--navy); font-size: .95rem; line-height: 1.3; margin: 12px 0; }
.why-grid p { color: var(--muted); font-size: .76rem; line-height: 1.55; margin: 0; }

.destinations { padding-top: 48px; }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.destination-grid article { position: relative; height: 245px; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); background: #dde4ec; }
.destination-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: .4s; }
.destination-grid article:hover img { transform: scale(1.04); }
.destination-grid article::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(0,26,63,.88)); }
.destination-card-copy { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2; color: #fff; }
.destination-card-copy h3 { margin: 8px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: 1.8rem; color: #fff; }
.destination-label { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: rgba(0,26,63,.78); border: 1px solid rgba(239,207,115,.45); color: #fff; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }

.fleet { background: radial-gradient(circle at 12% 20%, #123d77, var(--navy-3) 52%); color: #fff; padding: 55px 0 38px; overflow: hidden; position: relative; }
.fleet::before, .fleet::after { content: "✈ · · · · ·"; position: absolute; color: rgba(214,166,44,.55); font-size: 1.25rem; letter-spacing: 6px; transform: rotate(-9deg); }
.fleet::before { left: 25px; top: 18px; }
.fleet::after { right: 35px; bottom: 22px; transform: rotate(8deg); }
.fleet-shell { display: grid; grid-template-columns: 43% 57%; align-items: center; gap: 42px; }
.fleet-image { min-height: 250px; border-radius: 30px; overflow: hidden; }
.fleet-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: screen; }
.fleet-copy > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; font-weight: 700; }
.fleet-copy h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.3rem, 4vw, 3.6rem); margin: 5px 0 10px; }
.fleet-copy p { color: #dbe4f3; line-height: 1.7; max-width: 680px; }
.fleet-features { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 23px; }
.fleet-features div { display: flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 600; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.25); }
.fleet-features div:last-child { border: 0; }
.fleet-features svg, .snowflake { color: var(--gold); font-size: 1.6rem; }

.contact-band { margin-top: 0; transform: translateY(24px); position: relative; z-index: 3; min-height: 154px; background: #fffdfa; box-shadow: var(--shadow); border-radius: 22px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; align-items: center; padding: 28px 34px; gap: 18px; }
.contact-intro { padding-right: 30px; border-right: 1px solid var(--line); }
.contact-intro p { margin: 0; color: var(--gold-dark); font-family: "Great Vibes", cursive; font-size: 2.2rem; line-height: 1; }
.contact-intro h2 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; margin: 3px 0 5px; font-size: 2rem; }
.contact-intro span { color: var(--muted); font-size: .72rem; }
.contact-item { display: flex; gap: 13px; align-items: center; min-width: 0; }
.contact-item > svg { width: 44px; height: 44px; padding: 10px; border: 2px solid var(--gold); color: var(--gold-dark); border-radius: 50%; flex: none; }
.contact-item small { color: var(--gold-dark); text-transform: uppercase; font-weight: 700; font-size: .65rem; display: block; margin: 4px 0 2px; }
.contact-item a { color: var(--navy); font-weight: 700; font-size: .78rem; overflow-wrap: anywhere; }
.contact-item.whatsapp > svg { color: #13a85a; border-color: #13a85a; }
.quote-band-button { display: none; }

.site-footer { background: var(--navy-3); color: #fff; padding-top: 75px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .85fr 1fr; gap: 55px; padding: 35px 0; }
.footer-brand { display: grid; grid-template-columns: 115px 1fr; gap: 20px; align-items: center; }
.footer-brand img { width: 115px; height: 115px; object-fit: contain; border-radius: 50%; }
.footer-brand p { color: #d8e2f1; line-height: 1.6; font-size: .74rem; }
.site-footer h3 { color: var(--gold); text-transform: uppercase; letter-spacing: .07em; font-size: .76rem; margin: 0 0 16px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; }
.footer-links a { font-size: .74rem; color: #dbe5f2; }
.footer-links a:hover { color: var(--gold-light); }
.footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; color: #dbe5f2; font-size: .72rem; line-height: 1.55; }
.footer-contact svg { color: var(--gold); flex: none; margin-top: 2px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 800; }
.footer-bottom { background: linear-gradient(90deg, #b97c16, #e7bc57, #b97c16); color: var(--navy-3); font-weight: 600; font-size: .68rem; }
.footer-bottom .section-shell { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; }
.modal.show { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1, 16, 43, .78); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(650px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; background: #fff; border-radius: 24px; padding: 36px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--navy); background: #f3f5f8; display: grid; place-items: center; }
.modal-kicker { color: var(--gold-dark); text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .09em; }
.modal-card h2 { font-family: "Playfair Display", Georgia, serif; color: var(--navy); font-size: 2.5rem; margin: 5px 0; }
.modal-card > p { color: var(--muted); line-height: 1.6; font-size: .85rem; }
#quote-form { display: grid; gap: 15px; margin-top: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#quote-form label { color: var(--navy); font-size: .75rem; font-weight: 700; display: grid; gap: 7px; }
#quote-form input, #quote-form select, #quote-form textarea { width: 100%; border: 1px solid #d9dee6; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; }
#quote-form input:focus, #quote-form select:focus, #quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,166,44,.15); }
.full-button { width: 100%; margin-top: 4px; }

@media (max-width: 1120px) {
  .header-shell { padding-left: 185px; }
  .brand { width: 175px; height: 126px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: .75rem; }
  .header-cta { min-width: 120px; padding-inline: 16px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-band { grid-template-columns: 1.15fr 1fr 1fr; }
  .contact-item.whatsapp { display: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 860px) {
  .section-shell { width: min(100% - 26px, 720px); }
  .header-shell { height: 76px; padding: 0 16px; justify-content: flex-end; }
  .brand { width: 144px; height: 108px; padding: 5px 18px 14px; }
  .menu-button { display: grid; place-items: center; margin-right: 10px; }
  .header-cta { min-height: 42px; min-width: auto; padding: 0 16px; font-size: .78rem; }
  .site-nav { position: fixed; top: 76px; left: 0; right: 0; display: grid; gap: 0; background: var(--navy-3); padding: 18px 28px 26px; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .28s; box-shadow: 0 18px 30px rgba(0,0,0,.2); }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav a::after { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 78px 0 0; width: 100%; }
  .hero::before, .hero::after { display: none; }
  .hero-copy { padding: 30px 26px 34px; background: linear-gradient(135deg, #f6fbff, #fff); }
  .hero-image { position: relative; inset: auto; height: 420px; }
  .hero-image::before { background: linear-gradient(180deg, rgba(255,255,255,.5), transparent 25%); }
  .hero-benefits { position: relative; left: auto; right: auto; bottom: auto; width: calc(100% - 26px); margin: -28px auto 0; grid-template-columns: 1fr; border-radius: 24px; padding: 10px 24px; }
  .hero-benefits article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); justify-content: flex-start; padding: 14px 10px; }
  .hero-benefits article:last-child { border-bottom: 0; }
  .services { padding-top: 70px; }
  .why-grid { grid-template-columns: repeat(2,1fr); gap: 0; }
  .why-grid article { border-bottom: 1px solid var(--line); }
  .why-grid article:nth-child(2n) { border-right: 0; }
  .why-grid article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-grid article { height: 255px; }
  .fleet-shell { grid-template-columns: 1fr; }
  .fleet-image { min-height: 300px; }
  .contact-band { grid-template-columns: 1fr 1fr; padding: 26px; }
  .contact-intro { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .section { padding: 54px 0; }
  .header-cta svg { display: none; }
  .hero-copy { padding-top: 40px; }
  .hero h1 { font-size: 3.15rem; }
  .script-label { font-size: 1.75rem; }
  .hero-actions .button { width: 100%; }
  .hero-image { height: 320px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .service-card { min-height: 252px; padding: 22px 12px; }
  .icon-disc { width: 66px; height: 66px; }
  .icon-disc svg { width: 34px; height: 34px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article, .why-grid article:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--line); padding: 26px 20px; }
  .why-grid article:last-child { grid-column: auto; }
  .fleet-features { display: grid; grid-template-columns: 1fr 1fr; }
  .fleet-features div { border: 0; }
  .contact-band { grid-template-columns: 1fr; transform: none; margin-top: 18px; }
  .contact-item.whatsapp { display: flex; }
  .quote-band-button { display: inline-flex; width: 100%; }
  .site-footer { padding-top: 35px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-template-columns: 90px 1fr; grid-column: auto; }
  .footer-brand img { width: 90px; height: 90px; }
  .footer-bottom .section-shell { padding: 10px 0; flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .modal-card { padding: 30px 20px; }
}

/* INNER PAGES */
.inner-page main { min-height: 60vh; }
.page-hero { min-height: 430px; position: relative; isolation: isolate; display: grid; align-items: center; background-image: var(--page-bg); background-size: cover; background-position: center; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: auto -8% -60% 48%; height: 360px; background: rgba(214,166,44,.25); border: 2px solid rgba(239,207,115,.35); border-radius: 50%; z-index: -1; transform: rotate(-12deg); }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,26,63,.95) 0%, rgba(3,38,90,.82) 47%, rgba(0,26,63,.26) 100%), linear-gradient(0deg, rgba(0,0,0,.18), transparent); z-index: -1; }
.page-hero-content { color: #fff; padding-top: 72px; }
.page-hero-content > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .78rem; }
.page-hero h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(3rem, 6vw, 5.25rem); line-height: 1; margin: 12px 0 18px; max-width: 780px; }
.page-hero p { max-width: 700px; color: #e8edf5; line-height: 1.75; font-size: 1rem; }
.breadcrumb { margin-top: 28px; display: flex; align-items: center; gap: 11px; font-size: .78rem; color: #d6dfed; }
.breadcrumb a { color: var(--gold-light); font-weight: 700; }
.content-section { background: #fff; }
.split-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 72px; align-items: center; }
.media-card { position: relative; min-height: 470px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: linear-gradient(145deg, #fff, #edf5fb); }
.media-card > img { width: 100%; height: 100%; object-fit: cover; }
.logo-story-card { display: grid; place-items: center; padding: 42px; }
.logo-story-card > img { object-fit: contain; max-width: 390px; }
.media-card-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 17px 20px; display: flex; align-items: center; gap: 13px; color: #fff; background: rgba(0,26,63,.92); border: 1px solid rgba(239,207,115,.35); border-radius: 16px; backdrop-filter: blur(10px); }
.media-card-badge svg { color: var(--gold); width: 30px; height: 30px; }
.media-card-badge span { font-weight: 700; }
.copy-block .eyebrow, .quote-sidebar .eyebrow { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; }
.copy-block h2, .quote-sidebar h2, .contact-message h2 { font-family: "Playfair Display", Georgia, serif; color: var(--navy-2); font-size: clamp(2.2rem, 4vw, 3.55rem); line-height: 1.12; margin: 10px 0 20px; }
.copy-block p, .quote-sidebar > p, .contact-message > p { color: var(--muted); line-height: 1.85; font-size: .94rem; }
.copy-block .button { margin-top: 18px; }
.signature-line { font-family: "Great Vibes", cursive; color: var(--gold-dark); font-size: 2.2rem; margin-top: 18px; }
.values-section { background: linear-gradient(180deg, #fbfaf7, #fff); }
.value-grid, .feature-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-grid article, .feature-card-grid article { background: #fff; border: 1px solid #edf0f4; border-radius: 20px; box-shadow: 0 12px 35px rgba(6,32,72,.08); padding: 34px; }
.line-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: #f8f2e4; color: var(--gold-dark); }
.line-icon svg { width: 34px; height: 34px; }
.value-grid h3, .feature-card-grid h3 { color: var(--navy); font-size: 1.05rem; margin: 19px 0 10px; }
.value-grid p, .feature-card-grid p { color: var(--muted); line-height: 1.7; font-size: .82rem; margin: 0; }
.inner-why { padding-bottom: 85px; }
.wide-cta { background: radial-gradient(circle at 10% 50%, #164982, var(--navy-3) 48%); color: #fff; padding: 42px 0; }
.wide-cta .section-shell { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.wide-cta span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; }
.wide-cta h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.9rem, 3.5vw, 3rem); margin: 5px 0 0; }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a:hover { text-decoration: underline; }

.detailed-services { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.detail-service-card { position: relative; display: grid; grid-template-columns: 92px 1fr; gap: 22px; min-height: 315px; padding: 30px 30px 58px; background: #fff; border: 1px solid #edf0f4; border-radius: 22px; box-shadow: 0 13px 38px rgba(5,31,72,.08); overflow: hidden; }
.detail-service-card::after { content: ""; position: absolute; right: -50px; top: -70px; width: 150px; height: 150px; border: 25px solid rgba(214,166,44,.08); border-radius: 50%; }
.detail-service-card .icon-disc { width: 78px; height: 78px; margin: 0; }
.detail-service-card h3 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; margin: 4px 0 10px; }
.detail-service-card p { color: var(--muted); line-height: 1.7; font-size: .84rem; }
.check-list { list-style: none; padding: 0; margin: 15px 0 0; display: grid; gap: 8px; }
.check-list li { color: #3f4b5c; font-size: .78rem; position: relative; padding-left: 22px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 800; }
.detail-service-card > a { position: absolute; left: 30px; bottom: 25px; color: var(--gold-dark); font-size: .78rem; font-weight: 800; }
.detail-service-card > a span { transition: .2s; display: inline-block; }
.detail-service-card > a:hover span { transform: translateX(5px); }
.process-section { background: #f7f9fc; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-grid article { background: #fff; border-radius: 20px; padding: 30px; display: flex; gap: 18px; box-shadow: 0 10px 32px rgba(5,31,72,.07); }
.process-grid b { color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-size: 2.1rem; }
.process-grid h3 { color: var(--navy); margin: 3px 0 9px; font-size: 1rem; }
.process-grid p { color: var(--muted); font-size: .8rem; line-height: 1.65; margin: 0; }

.tour-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.tour-card { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid #eef0f3; }
.tour-image { height: 250px; position: relative; overflow: hidden; background: linear-gradient(135deg, #d7e7f4, #f4f7fb); }
.tour-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: .5s; }
.tour-card:hover .tour-image img { transform: scale(1.05); }
.tour-image::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,26,63,.75)); }
.tour-image > span { position: absolute; left: 20px; bottom: 17px; z-index: 2; color: #fff; background: rgba(0,26,63,.8); border: 1px solid rgba(239,207,115,.5); border-radius: 20px; padding: 7px 13px; font-size: .69rem; font-weight: 700; }
.tour-card-copy { padding: 26px; }
.tour-card-copy h3 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; margin: 0 0 10px; }
.tour-card-copy p { color: var(--muted); font-size: .82rem; line-height: 1.7; min-height: 84px; }
.tour-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0; }
.tour-tags span { background: #f7f0df; color: #8b6215; border-radius: 20px; padding: 7px 11px; font-size: .64rem; font-weight: 700; }
.tour-card-copy a { color: var(--navy); font-size: .74rem; font-weight: 800; }
.tour-card-copy a:hover { color: var(--gold-dark); }
.tour-types-section { background: #f8fafc; }
.tour-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tour-types article { text-align: center; padding: 34px 22px; border-radius: 18px; background: #fff; border: 1px solid #edf0f4; }
.tour-types svg { color: var(--gold-dark); width: 48px; height: 48px; }
.tour-types h3 { color: var(--navy); font-size: .98rem; }
.tour-types p { color: var(--muted); font-size: .76rem; line-height: 1.65; }
.travel-banner { margin-top: 72px; margin-bottom: 72px; min-height: 420px; display: grid; grid-template-columns: 54% 46%; border-radius: 28px; overflow: hidden; background: var(--navy-3); color: #fff; box-shadow: var(--shadow); }
.travel-banner-image img { width: 100%; height: 100%; object-fit: cover; }
.travel-banner-copy { padding: 54px; display: flex; flex-direction: column; justify-content: center; }
.travel-banner-copy .script-label { font-size: 2rem; }
.travel-banner-copy h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.2rem); margin: 5px 0 16px; }
.travel-banner-copy p { color: #d9e3f0; line-height: 1.7; }
.travel-banner-copy .button { align-self: flex-start; margin-top: 12px; }

.fleet-detail .wide-media { min-height: 420px; }
.wide-media > img { object-fit: cover; }
.fleet-features-section { background: linear-gradient(180deg, #f8fafc, #fff); }
.feature-card-grid { grid-template-columns: repeat(4,1fr); }
.feature-card-grid .line-icon .snowflake { font-size: 2rem; }
.ideal-for-section { background: var(--navy-3); color: #fff; }
.ideal-for-section .section-heading h2 { color: #fff; }
.ideal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.ideal-grid article { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); overflow: hidden; }
.ideal-grid article::after { content: ""; position: absolute; right: -35px; bottom: -35px; width: 90px; height: 90px; border-radius: 50%; background: rgba(214,166,44,.08); }
.ideal-grid span { color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; }
.ideal-grid h3 { margin: 13px 0 9px; font-size: .95rem; }
.ideal-grid p { color: #cfd9e8; line-height: 1.6; font-size: .77rem; margin: 0; }

.quote-page-section { background: #f7f9fc; }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; }
.quote-sidebar { position: sticky; top: 116px; background: radial-gradient(circle at 15% 10%, #174b85, var(--navy-3) 55%); color: #fff; border-radius: 24px; padding: 38px; box-shadow: var(--shadow); }
.quote-sidebar h2 { color: #fff; }
.quote-sidebar > p { color: #d7e0ed; }
.quote-step { display: flex; gap: 15px; margin-top: 25px; }
.quote-step b { width: 38px; height: 38px; flex: none; display: grid; place-items: center; color: var(--navy); background: linear-gradient(135deg,var(--gold-light),var(--gold-dark)); border-radius: 50%; }
.quote-step h3 { margin: 1px 0 5px; font-size: .9rem; }
.quote-step p { color: #cbd6e5; font-size: .73rem; line-height: 1.55; margin: 0; }
.quote-help { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; gap: 13px; }
.quote-help svg { width: 40px; height: 40px; color: #32d270; }
.quote-help small { color: #bfccde; display: block; font-size: .67rem; }
.quote-help a { color: #fff; font-weight: 800; font-size: .8rem; }
.quote-form-card { background: #fff; border-radius: 24px; box-shadow: var(--shadow); padding: 40px; }
.quote-form-card > h2 { font-family: "Playfair Display", Georgia, serif; color: var(--navy); font-size: 2.35rem; margin: 7px 0; }
.quote-form-card > p { color: var(--muted); font-size: .78rem; }
.page-quote-form, .compact-form-card form { display: grid; gap: 16px; margin-top: 25px; }
.page-quote-form label, .compact-form-card label { color: var(--navy); font-size: .75rem; font-weight: 700; display: grid; gap: 7px; }
.page-quote-form input, .page-quote-form select, .page-quote-form textarea, .compact-form-card input, .compact-form-card select, .compact-form-card textarea { width: 100%; border: 1px solid #d9dee6; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; }
.page-quote-form input:focus, .page-quote-form select:focus, .page-quote-form textarea:focus, .compact-form-card input:focus, .compact-form-card textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,166,44,.15); }
.form-section-title { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; border-bottom: 1px solid var(--line); padding: 12px 0 9px; }
.consent-check { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.55; color: var(--muted) !important; }
.consent-check input { width: 18px !important; height: 18px; margin-top: 2px; }

.contact-page-section { background: #fff; }
.contact-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.contact-card { background: #fff; border: 1px solid #edf0f4; border-radius: 20px; padding: 30px 23px; box-shadow: 0 10px 32px rgba(5,31,72,.08); transition: .25s; }
.contact-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(5,31,72,.13); }
.contact-card small { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 800; display: block; margin: 22px 0 8px; }
.contact-card h3 { color: var(--navy); font-size: .95rem; overflow-wrap: anywhere; margin: 0 0 11px; }
.contact-card p { color: var(--muted); font-size: .74rem; line-height: 1.65; margin: 0; }
.whatsapp-card .line-icon { color: #0ea957; background: #eaf9f0; }
.contact-form-section { background: #f7f9fc; }
.contact-form-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: center; }
.contact-note { display: flex; align-items: center; gap: 14px; margin: 25px 0; padding: 18px; background: #fff; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; }
.contact-note svg { color: var(--gold-dark); width: 32px; height: 32px; }
.contact-note p { color: var(--navy); font-weight: 700; font-size: .8rem; margin: 0; }
.compact-form-card { padding: 35px; }
.contact-help-strip { background: var(--navy); color: #fff; padding: 25px 0; }
.contact-help-strip .section-shell { display: flex; align-items: center; justify-content: center; gap: 18px; }
.contact-help-strip svg { color: var(--gold); width: 42px; height: 42px; }
.contact-help-strip strong, .contact-help-strip span { display: block; }
.contact-help-strip strong { font-size: .9rem; }
.contact-help-strip span { color: #cfd9e8; font-size: .72rem; margin-top: 4px; }

.legal-section { background: #f7f9fc; }
.legal-card { max-width: 900px; background: #fff; border-radius: 24px; padding: 48px 56px; box-shadow: var(--shadow); }
.legal-updated { color: var(--gold-dark) !important; font-weight: 700; }
.legal-card h2 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; margin: 30px 0 8px; }
.legal-card p { color: var(--muted); line-height: 1.85; font-size: .86rem; }
.legal-card a { color: var(--gold-dark); font-weight: 700; }

@media (max-width: 1050px) {
  .split-layout { gap: 42px; }
  .detail-service-card { grid-template-columns: 78px 1fr; padding-inline: 24px; }
  .tour-card-grid { grid-template-columns: 1fr 1fr; }
  .tour-card:last-child { grid-column: 1 / -1; max-width: 570px; justify-self: center; }
  .feature-card-grid, .contact-card-grid { grid-template-columns: 1fr 1fr; }
  .tour-types { grid-template-columns: 1fr 1fr; }
  .quote-layout { grid-template-columns: .85fr 1.15fr; }
  .footer-bottom .section-shell { flex-wrap: wrap; justify-content: center; padding-block: 10px; }
}

@media (max-width: 800px) {
  .page-hero { min-height: 390px; }
  .page-hero-content { padding-top: 90px; }
  .split-layout, .travel-banner, .quote-layout, .contact-form-layout { grid-template-columns: 1fr; }
  .media-card { min-height: 390px; }
  .value-grid, .process-grid { grid-template-columns: 1fr; }
  .detailed-services { grid-template-columns: 1fr; }
  .travel-banner-image { min-height: 330px; }
  .quote-sidebar { position: static; }
  .ideal-grid { grid-template-columns: 1fr 1fr; }
  .wide-cta .section-shell { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 580px) {
  .page-hero { min-height: 355px; }
  .page-hero h1 { font-size: 2.85rem; }
  .page-hero p { font-size: .84rem; }
  .split-layout { gap: 34px; }
  .media-card { min-height: 330px; border-radius: 20px; }
  .logo-story-card { padding: 30px; }
  .value-grid article, .feature-card-grid article { padding: 27px; }
  .detailed-services { gap: 14px; }
  .detail-service-card { grid-template-columns: 1fr; min-height: 0; padding: 24px 21px 62px; }
  .detail-service-card .icon-disc { width: 70px; height: 70px; }
  .tour-card-grid, .feature-card-grid, .contact-card-grid, .tour-types, .ideal-grid { grid-template-columns: 1fr; }
  .tour-card:last-child { grid-column: auto; max-width: none; }
  .tour-card-copy p { min-height: 0; }
  .travel-banner { margin-block: 40px; }
  .travel-banner-copy { padding: 35px 25px; }
  .quote-sidebar, .quote-form-card { padding: 27px 21px; border-radius: 18px; }
  .contact-help-strip .section-shell { align-items: flex-start; }
  .legal-card { padding: 31px 22px; border-radius: 18px; }
  .footer-legal { width: 100%; justify-content: center; }
}

/* Stability and image-layout fixes */
html, body { width: 100%; min-height: 100%; }
.site-header { width: 100%; }
.header-shell { max-width: 1320px; }
.brand img, .footer-brand img { object-fit: contain; }
.hero-image img { object-position: center center; }
.fleet-image { background: #061f48; display: grid; place-items: center; }
.fleet-image img { object-fit: contain; mix-blend-mode: normal; }
.media-card.wide-media { background: #061f48; }
.media-card.wide-media > img { object-fit: contain; background: #061f48; }
.page-hero { background-position: center center; }
.footer-grid { grid-template-columns: 1.35fr .85fr 1fr; }
.socials { display: none; }
.button, .site-nav a, .contact-item a, .footer-contact a { overflow-wrap: anywhere; }

@media (max-width: 1120px) {
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
