/* VoyaLure — complete responsive travel affiliate website */
:root {
  --navy: #071a2f;
  --navy-2: #0b2742;
  --blue: #0f6fff;
  --aqua: #16d5c8;
  --coral: #ff6b5e;
  --gold: #f7c65b;
  --cream: #f7f5ef;
  --paper: #ffffff;
  --ink: #122033;
  --muted: #647386;
  --line: #dfe6ed;
  --success: #0aa478;
  --shadow: 0 24px 70px rgba(7, 26, 47, .16);
  --soft-shadow: 0 15px 45px rgba(7, 26, 47, .10);
  --radius: 24px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.affiliate-strip {
  min-height: 34px;
  padding: 7px 20px;
  background: #04111f;
  color: #c9d7e5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  text-align: center;
}
.affiliate-strip a { color: var(--aqua); font-weight: 700; text-decoration: underline; }
.strip-dot { opacity: .5; }

.site-header {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 20px 0;
  transition: .25s ease;
}
.site-header.scrolled {
  position: fixed;
  top: 0;
  padding: 11px 0;
  background: rgba(7, 26, 47, .96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0,0,0,.15);
}
.nav-wrap { display: flex; justify-content: space-between; align-items: center; }
.brand img { width: 182px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  opacity: .88;
  transition: .2s ease;
}
.main-nav a:hover { opacity: 1; color: var(--aqua); }
.main-nav .nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  opacity: 1;
}
.main-nav .nav-cta:hover { background: var(--aqua); color: var(--navy); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px; }

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  padding: 170px 0 70px;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(4,17,31,.94) 0%, rgba(4,17,31,.78) 42%, rgba(4,17,31,.28) 100%),
    linear-gradient(0deg, rgba(7,26,47,.82) 0%, transparent 48%),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=86") center/cover;
  transform: scale(1.02);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .25; }
.hero-glow-one { width: 350px; height: 350px; background: var(--aqua); right: 7%; top: 20%; }
.hero-glow-two { width: 280px; height: 280px; background: var(--coral); left: -5%; bottom: 8%; }
.hero-content { position: relative; z-index: 2; }
.hero-copy { max-width: 760px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  font-size: 12px;
  color: #d8f8f5;
}
.eyebrow.dark { color: #17746e; }
.eyebrow.light { color: var(--aqua); }
.pulse-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--aqua);
  box-shadow: 0 0 0 0 rgba(22,213,200,.6);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 10px rgba(22,213,200,0); }
  100% { box-shadow: 0 0 0 0 rgba(22,213,200,0); }
}
.hero h1, .section h2, .newsletter-card h2, .legal-hero h1 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.hero h1 { font-size: clamp(48px, 6vw, 82px); max-width: 820px; margin: 18px 0 20px; }
.hero h1 em { color: var(--aqua); font-style: normal; position: relative; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -5px;
  height: 8px; border-radius: 50%; background: var(--coral); transform: rotate(-2deg); opacity: .9;
}
.hero-copy > p { max-width: 680px; font-size: 20px; color: #d7e3ef; margin: 0 0 24px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; color: #ecf8ff; font-size: 14px; }

.search-shell {
  margin-top: 44px;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: var(--radius);
  box-shadow: 0 35px 90px rgba(0,0,0,.26);
  color: var(--ink);
  overflow: hidden;
}
.search-tabs {
  display: flex;
  padding: 10px 12px 0;
  border-bottom: 1px solid var(--line);
  background: #fbfcfd;
}
.search-tab {
  position: relative;
  min-width: 138px;
  padding: 17px 20px 18px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
}
.search-tab::after {
  content: ""; position: absolute; height: 3px; left: 20px; right: 20px; bottom: -1px;
  border-radius: 3px 3px 0 0; background: transparent;
}
.search-tab.active { color: var(--navy); }
.search-tab.active::after { background: var(--coral); }
.tab-icon { margin-right: 5px; font-size: 18px; color: var(--blue); }

.search-panel {
  display: none;
  align-items: end;
  grid-template-columns: 1.6fr repeat(3, 1fr) auto;
  gap: 10px;
  padding: 24px;
}
.search-panel.active { display: grid; }
.search-panel[data-panel="flights"] { grid-template-columns: 1.25fr auto 1.25fr .9fr .9fr .9fr auto; }
.field { min-width: 0; }
.field label {
  display: block;
  font-size: 12px;
  color: #465669;
  font-weight: 800;
  margin: 0 0 7px 3px;
}
.field input, .field select, .newsletter-form input, .contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  height: 54px;
  border: 1px solid #ccd7e0;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  padding: 0 14px;
  outline: none;
  transition: .2s ease;
}
.field input:focus, .field select:focus, .newsletter-form input:focus,
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(15,111,255,.1);
}
.input-wrap { position: relative; }
.input-wrap input { padding-left: 38px; }
.input-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--blue); z-index: 1; }
.search-button {
  height: 54px;
  border: 0;
  border-radius: 12px;
  padding: 0 22px;
  background: var(--coral);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(255,107,94,.27);
}
.search-button:hover { background: #f55144; transform: translateY(-1px); }
.swap-button {
  align-self: end;
  width: 40px;
  height: 54px;
  background: #edf4fb;
  color: var(--blue);
  border: 1px solid #dbe6f0;
  border-radius: 12px;
  font-size: 18px;
}
.search-note {
  margin: -6px 25px 18px;
  font-size: 11px;
  color: #718091;
}
.hero-stats {
  position: relative; z-index: 2;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 880px;
}
.hero-stats div { display: flex; align-items: baseline; gap: 9px; border-right: 1px solid rgba(255,255,255,.22); padding: 0 24px; }
.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { font-size: 22px; color: var(--aqua); }
.hero-stats span { font-size: 12px; color: #d6e2ec; }

.quick-links { position: relative; z-index: 5; margin-top: -38px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quick-card {
  min-height: 92px; padding: 18px;
  border: 1px solid #e4ebf1;
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
  color: var(--ink);
}
.quick-card:hover { transform: translateY(-4px); border-color: #b9d7ff; }
.quick-card .quick-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: #eef6ff; font-size: 22px; }
.quick-card span:nth-child(2) { display: flex; flex-direction: column; flex: 1; }
.quick-card strong { font-size: 14px; }
.quick-card small { font-size: 11px; color: var(--muted); }
.quick-card b { color: var(--blue); }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 40px; }
.split-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.section-heading h2 { font-size: clamp(36px, 4vw, 56px); margin: 10px 0 0; }
.section-heading > p { max-width: 430px; color: var(--muted); font-size: 16px; margin: 0 0 6px; }
.centred { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.centred p { margin: 13px auto 0; }

.destination-section { background: #fff; }
.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 255px; gap: 16px; }
.destination-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  min-height: 255px;
}
.destination-large { grid-column: span 2; grid-row: span 2; }
.destination-wide { grid-column: span 2; }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.destination-card:hover img { transform: scale(1.07); }
.destination-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,17,31,.9) 0%, rgba(3,17,31,.1) 68%); }
.destination-copy { position: absolute; left: 25px; right: 25px; bottom: 24px; color: #fff; }
.destination-copy span, .service-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--aqua);
}
.destination-copy h3 { font-family: "Manrope"; font-size: 31px; margin: 4px 0 5px; }
.destination-copy p { margin: 0 0 12px; color: #e4eef5; font-size: 14px; max-width: 420px; }
.destination-copy button {
  border: 0; padding: 0; background: none; color: #fff; font-weight: 800; font-size: 13px;
}
.destination-copy button b { color: var(--aqua); margin-left: 5px; }
.destination-copy.compact h3 { font-size: 25px; }

.deals-section { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(7,26,47,.08);
  border: 1px solid #eee;
  transition: .3s ease;
}
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.featured-service { border: 2px solid var(--aqua); }
.popular-ribbon {
  position: absolute; z-index: 3; right: 16px; top: 15px;
  background: var(--gold); color: var(--navy);
  border-radius: 999px; padding: 7px 11px; font-size: 10px; font-weight: 800; text-transform: uppercase;
}
.service-image { height: 235px; background-size: cover; background-position: center; position: relative; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,20,34,.55), transparent 70%); }
.hotel-image { background-image: url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1100&q=82"); }
.flight-image { background-image: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1100&q=82"); }
.car-image { background-image: url("https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?auto=format&fit=crop&w=1100&q=82"); }
.service-badge { position: absolute; z-index: 2; left: 18px; bottom: 17px; color: #fff; background: rgba(7,26,47,.72); padding: 7px 10px; border-radius: 999px; backdrop-filter: blur(7px); }
.service-body { padding: 27px; }
.mini-label { color: var(--coral); font-weight: 800; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }
.service-body h3 { font-family: "Manrope"; font-size: 24px; margin: 6px 0 10px; }
.service-body p { color: var(--muted); min-height: 72px; margin: 0 0 18px; }
.service-body button {
  border: 0; background: none; padding: 0; color: var(--navy); font-weight: 800;
}
.service-body button span { color: var(--blue); margin-left: 5px; }

.why-section { overflow: hidden; }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; }
.why-visual { position: relative; min-height: 610px; }
.image-stack {
  position: absolute; inset: 0 60px 0 0; border-radius: 180px 180px 24px 24px; overflow: hidden;
}
.image-stack img { width: 100%; height: 100%; object-fit: cover; }
.why-visual::before {
  content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%;
  background: #d9fbf8; left: -70px; top: -50px;
}
.why-visual::after {
  content: ""; position: absolute; width: 180px; height: 180px; border: 28px solid #fff2cf;
  border-radius: 50%; right: -10px; bottom: -60px;
}
.floating-card {
  position: absolute; z-index: 4; right: 0; top: 115px;
  display: flex; align-items: center; gap: 12px;
  padding: 15px 18px; background: #fff; border-radius: 15px; box-shadow: var(--shadow);
}
.floating-card.second { top: auto; bottom: 105px; right: 10px; }
.floating-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #e9fbf9; color: #087f75; font-weight: 800; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card small { color: var(--muted); }
.why-copy h2 { font-size: clamp(38px, 4.5vw, 59px); margin: 12px 0 18px; }
.why-copy .lead { color: var(--muted); font-size: 18px; }
.benefit-list { margin: 32px 0; display: grid; gap: 21px; }
.benefit { display: grid; grid-template-columns: 48px 1fr; gap: 15px; }
.benefit > span {
  width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%;
  background: var(--navy); color: var(--aqua); font-weight: 800; font-size: 12px;
}
.benefit h3 { margin: 0 0 4px; font-size: 17px; }
.benefit p { color: var(--muted); margin: 0; font-size: 14px; }
.primary-link {
  display: inline-flex; gap: 20px; align-items: center; padding: 15px 22px;
  border-radius: 12px; background: var(--coral); color: #fff; font-weight: 800;
}

.steps-section { background: var(--navy); color: #fff; }
.steps-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; max-width: 1000px; margin: 50px auto 0; }
.step { text-align: center; position: relative; padding: 10px 25px; }
.step-number { position: absolute; top: -4px; right: 28%; font-size: 11px; color: var(--navy); background: var(--gold); width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; }
.step-icon { width: 80px; height: 80px; margin: auto; display: grid; place-items: center; border-radius: 23px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: var(--aqua); font-size: 29px; }
.step h3 { font-family: "Manrope"; margin: 18px 0 6px; font-size: 22px; }
.step p { color: #b9cad9; font-size: 14px; }
.step-line { width: 90px; border-top: 1px dashed rgba(255,255,255,.35); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-intro h2 { font-size: 48px; margin: 11px 0 16px; }
.faq-intro p { color: var(--muted); }
.faq-intro a { color: var(--blue); font-weight: 800; display: inline-block; margin-top: 12px; }
.accordion details { border-bottom: 1px solid var(--line); padding: 0 0; }
.accordion summary {
  list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center;
  padding: 22px 0; font-family: "Manrope"; font-weight: 700; cursor: pointer;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 24px; color: var(--blue); transition: .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion p { color: var(--muted); margin: -8px 0 22px; max-width: 650px; }

.newsletter-section { padding: 0 0 90px; }
.newsletter-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #0b3153, #071a2f 64%);
  color: #fff;
  border-radius: 28px;
  padding: 52px 55px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 55px;
  align-items: center;
  box-shadow: var(--shadow);
}
.newsletter-card::before {
  content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  right: -150px; top: -180px; background: rgba(22,213,200,.12);
}
.newsletter-card h2 { font-size: 41px; margin: 9px 0 10px; }
.newsletter-card p { color: #c6d6e4; margin: 0; }
.newsletter-art { position: absolute; font-size: 90px; color: rgba(255,255,255,.04); left: 46%; top: -8px; transform: rotate(-18deg); }
.newsletter-form { position: relative; z-index: 2; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-form input { border: 0; }
.newsletter-form button {
  border: 0; border-radius: 12px; padding: 0 18px; background: var(--coral); color: #fff; font-weight: 800;
}
.newsletter-form small { grid-column: 1 / -1; color: #91a6b9; margin-top: 6px; }
.newsletter-form small a { text-decoration: underline; }

.site-footer { background: #04111f; color: #b8c6d4; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 170px; margin-bottom: 15px; }
.footer-brand p { max-width: 350px; }
.site-footer h3 { color: #fff; font-size: 14px; margin: 0 0 16px; }
.site-footer .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.site-footer a { font-size: 13px; }
.site-footer a:hover { color: var(--aqua); }
.socials { display: flex; gap: 9px; margin-top: 18px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #314252; border-radius: 50%; color: #fff; font-weight: 800; }
.footer-bottom { margin-top: 45px; border-top: 1px solid #203140; padding-top: 20px; display: flex; justify-content: space-between; gap: 40px; font-size: 11px; }
.footer-bottom p:last-child { max-width: 600px; text-align: right; }

.modal-backdrop {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(2,12,22,.74); backdrop-filter: blur(8px);
  display: none; place-items: center; padding: 20px;
}
.modal-backdrop.show { display: grid; }
.modal {
  position: relative; width: min(520px, 100%); background: #fff; border-radius: 25px; padding: 38px;
  box-shadow: 0 30px 100px rgba(0,0,0,.35); text-align: center;
}
.modal-close { position: absolute; right: 16px; top: 12px; border: 0; background: transparent; font-size: 27px; color: var(--muted); }
.modal-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 17px; border-radius: 50%; background: #e8fbf8; color: #087f75; font-size: 25px; }
.modal h2 { font-family: "Manrope"; font-size: 30px; margin: 0 0 10px; }
.modal > p { color: var(--muted); }
.demo-notice { background: #fff8e7; border: 1px solid #f5d990; border-radius: 13px; padding: 15px; text-align: left; font-size: 13px; margin: 20px 0; }
.demo-notice strong { color: #6c4b00; }
.demo-notice p { margin: 5px 0 0; color: #79662f; }
.demo-notice code { background: rgba(255,255,255,.7); padding: 2px 4px; }
.modal-primary { width: 100%; border: 0; border-radius: 12px; padding: 14px; background: var(--navy); color: #fff; font-weight: 800; }

.toast {
  position: fixed; z-index: 110; left: 50%; bottom: 28px;
  transform: translate(-50%, 30px);
  background: var(--navy); color: #fff; border-radius: 999px; padding: 13px 19px;
  box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .25s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

/* Inner pages */
.inner-header { position: relative; top: auto; background: var(--navy); }
.inner-header + main { padding-top: 0; }
.legal-hero {
  background: linear-gradient(135deg, #0c3152, #071a2f);
  color: #fff; padding: 85px 0 70px; text-align: center;
}
.legal-hero h1 { font-size: 54px; margin: 8px 0 12px; }
.legal-hero p { color: #c3d4e2; max-width: 700px; margin: auto; }
.content-page { padding: 70px 0 100px; }
.content-narrow { max-width: 820px; }
.content-page h2 { font-family: "Manrope"; margin-top: 38px; font-size: 26px; }
.content-page h3 { font-family: "Manrope"; margin-top: 28px; }
.content-page p, .content-page li { color: #4e5e6e; }
.content-page a { color: var(--blue); text-decoration: underline; }
.notice-box { padding: 20px; border-radius: 14px; background: #eef8ff; border-left: 4px solid var(--blue); margin: 25px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-grid img { border-radius: 25px; height: 560px; object-fit: cover; }
.about-grid h2 { font-size: 48px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 35px; }
.value-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; }
.value-card span { font-size: 26px; }
.value-card h3 { margin: 12px 0 6px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-card { background: var(--navy); color: #fff; border-radius: 24px; padding: 35px; }
.contact-card p { color: #c4d2df; }
.contact-list { display: grid; gap: 16px; margin-top: 25px; }
.contact-list div { display: flex; gap: 13px; }
.contact-list span { color: var(--aqua); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .full { grid-column: 1/-1; }
.contact-form label { display: block; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.contact-form textarea { height: 160px; padding: 14px; resize: vertical; }
.contact-form button { grid-column: 1/-1; border: 0; border-radius: 12px; background: var(--coral); color: #fff; padding: 15px; font-weight: 800; }

/* Cookie banner */
.cookie-banner {
  position: fixed; z-index: 90; left: 20px; right: 20px; bottom: 18px;
  max-width: 880px; margin: auto; background: #fff; border-radius: 18px; box-shadow: 0 25px 80px rgba(0,0,0,.24);
  border: 1px solid #e1e8ef; padding: 18px; display: none; align-items: center; gap: 18px;
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 13px; flex: 1; }
.cookie-banner p strong { display: block; color: var(--ink); font-size: 14px; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions button { border: 0; border-radius: 10px; padding: 10px 14px; font-weight: 800; }
.cookie-decline { background: #edf1f5; color: var(--ink); }
.cookie-accept { background: var(--navy); color: #fff; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .search-panel, .search-panel[data-panel="flights"] { grid-template-columns: repeat(2, 1fr); }
  .search-button { justify-content: center; }
  .swap-button { display: none; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-large { grid-column: span 2; }
  .why-grid { gap: 45px; }
}

@media (max-width: 820px) {
  .affiliate-strip .strip-dot, .affiliate-strip span:first-child { display: none; }
  .site-header { top: 34px; }
  .site-header.scrolled { top: 0; }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; top: 0; right: -100%; width: min(360px, 88vw); height: 100vh;
    padding: 90px 28px; background: var(--navy); flex-direction: column; align-items: stretch; gap: 10px;
    transition: right .25s ease; box-shadow: -20px 0 60px rgba(0,0,0,.25);
  }
  .main-nav.open { right: 0; }
  .main-nav a { font-size: 18px; padding: 10px 0; }
  .main-nav .nav-cta { text-align: center; padding: 14px; margin-top: 10px; }
  .hero { padding-top: 145px; min-height: auto; }
  .hero h1 { font-size: 52px; }
  .search-tabs { overflow-x: auto; }
  .search-tab { min-width: 120px; }
  .search-panel, .search-panel[data-panel="flights"] { grid-template-columns: 1fr 1fr; }
  .field-wide { grid-column: 1/-1; }
  .search-button { grid-column: 1/-1; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 16px 0; }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 15px; }
  .service-grid { grid-template-columns: 1fr; max-width: 580px; margin: auto; }
  .why-grid, .faq-grid, .newsletter-card, .about-grid, .contact-layout { grid-template-columns: 1fr; }
  .why-visual { min-height: 540px; }
  .why-copy { order: -1; }
  .steps-grid { grid-template-columns: 1fr; gap: 15px; }
  .step-line { width: 1px; height: 30px; border-top: 0; border-left: 1px dashed rgba(255,255,255,.35); justify-self: center; }
  .newsletter-card { gap: 30px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: block; }
  .footer-bottom p:last-child { text-align: left; }
  .about-grid img { height: 420px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .affiliate-strip { font-size: 10px; }
  .brand img { width: 158px; }
  .hero { padding: 135px 0 60px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 17px; }
  .hero-points { display: grid; gap: 7px; }
  .search-shell { margin-top: 30px; border-radius: 18px; }
  .search-panel, .search-panel[data-panel="flights"] { grid-template-columns: 1fr; padding: 18px; }
  .field-wide, .search-button { grid-column: auto; }
  .search-note { margin-left: 18px; margin-right: 18px; }
  .hero-stats { display: none; }
  .quick-links { margin-top: -25px; }
  .quick-grid { grid-template-columns: 1fr; }
  .section { padding: 75px 0; }
  .section-heading h2, .why-copy h2, .faq-intro h2 { font-size: 37px; }
  .destination-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .destination-large, .destination-wide { grid-column: span 1; grid-row: span 1; }
  .why-visual { min-height: 480px; }
  .image-stack { right: 20px; }
  .floating-card { right: -5px; padding: 11px; }
  .newsletter-card { padding: 35px 22px; }
  .newsletter-card h2 { font-size: 32px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { height: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .modal { padding: 30px 20px; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full, .contact-form button { grid-column: auto; }
  .legal-hero h1 { font-size: 42px; }
  .values-grid { grid-template-columns: 1fr; }
}
