:root {
  --navy: #06264a;
  --navy-2: #0a3565;
  --blue: #0868d7;
  --blue-2: #0c7eea;
  --sky: #eaf5ff;
  --sky-2: #f5faff;
  --ink: #10243c;
  --muted: #60748d;
  --body-copy: #333333;
  --line: #dbe7f3;
  --white: #ffffff;
  --green: #14a06f;
  --shadow: 0 18px 50px rgba(8, 50, 94, .12);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--body-copy);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy); color: #d9e7f5; font-size: 13px; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-contact, .topbar-social { display: flex; align-items: center; gap: 22px; }
.topbar a { transition: .2s ease; }
.topbar a:hover { color: #fff; }
.topbar-social a { font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(8,50,94,.09); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); }
.brand-mark svg { width: 100%; height: 100%; fill: currentColor; }
.brand-mark svg path:last-child { fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 22px; letter-spacing: -.7px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .3px; }
.main-nav { margin-left: auto; display: flex; align-items: stretch; gap: 30px; }
.main-nav a { position: relative; padding: 29px 0 25px; font-size: 14px; font-weight: 650; color: #223a56; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 16px; height: 2px; background: var(--blue); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav a.active { color: var(--blue); }
.header-cta { min-width: max-content; display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, var(--blue), #0c59bc); color: #fff; padding: 13px 19px; border-radius: 10px; font-weight: 800; font-size: 14px; box-shadow: 0 7px 18px rgba(8,104,215,.25); transition: .2s ease; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(8,104,215,.32); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 40px; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px 0; transition: .25s ease; }

.hero { position: relative; min-height: 520px; display: grid; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1752778076443-660395012b78?auto=format&fit=crop&w=2600&q=85") center center / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,23,46,.84) 0%, rgba(3,31,57,.64) 37%, rgba(3,31,57,.14) 65%, rgba(3,31,57,0) 100%); }
.hero-inner { position: relative; z-index: 2; padding-block: 86px; }
.hero-copy { width: min(650px, 60%); color: #fff; }
.eyebrow { margin: 0 0 8px; color: var(--blue); font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .11em; }
.hero-eyebrow { color: #fff; opacity: .9; }
.hero h1 { margin: 0; font-size: clamp(46px, 5.2vw, 74px); line-height: .98; letter-spacing: -2.7px; text-transform: uppercase; max-width: 700px; }
.hero h1 span { display: inline-block; margin-top: 11px; color: #75c9ff; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; letter-spacing: -2px; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 0; font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.94); }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 0 21px; border-radius: 8px; font-weight: 850; font-size: 13px; text-transform: uppercase; letter-spacing: .02em; }
.btn-primary { background: var(--blue); color: #fff; border: 1px solid var(--blue); box-shadow: 0 8px 24px rgba(0,80,172,.25); }
.btn-primary:hover { background: #0757b7; border-color: #0757b7; }




.section { padding: 76px 0; }
.about { background: var(--sky); }
.about-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 62px; align-items: center; }
.about-copy h2, .section-heading h2, .booking-intro h2 { margin: 0; font-size: clamp(29px, 3vw, 43px); line-height: 1.08; letter-spacing: -1.35px; }
.about-copy .lead { margin: 20px 0 8px; font-size: 19px; font-weight: 650; color: var(--body-copy); }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--body-copy); font-size: 18px; line-height: 1.65; }
.feature-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mini-feature .icon { display: block; margin-bottom: 9px; color: var(--blue); font-size: 29px; line-height: 1; }
.mini-feature h3 { margin: 0; font-size: 13px; }
.mini-feature p { margin: 3px 0 0; color: var(--body-copy); font-size: 13px; line-height: 1.45; }
.about-image { margin: 0; position: relative; }
.about-image img { width: 100%; min-height: 360px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.about-image figcaption { position: absolute; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(6,38,74,.30), rgba(8,104,215,.30)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.18); padding: 16px 20px; border-radius: 18px 0 18px 0; box-shadow: 0 16px 36px rgba(6,38,74,.18); display: grid; gap: 3px; font-size: 13px; max-width: min(320px, calc(100% - 36px)); }
.about-image figcaption strong { color: #fff; font-size: 16px; line-height: 1.2; letter-spacing: -.01em; }
.about-image figcaption span { color: rgba(255,255,255,.88); font-size: 12px; line-height: 1.45; }

.packages { background: #fff; }
.section-heading.centered { text-align: center; margin-bottom: 31px; }
.section-heading .eyebrow { margin-bottom: 7px; }
.wave { display: block; font-size: 26px; line-height: 1; color: var(--blue); transform: rotate(-6deg); }
.cards-wrap { position: relative; }
.package-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.package-card { position: relative; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid #e3ebf4; border-radius: 13px; box-shadow: 0 10px 28px rgba(21,58,98,.07); transition: transform .25s ease, box-shadow .25s ease; }
.package-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(21,58,98,.13); }
.package-card > img { width: 100%; height: 200px; object-fit: cover; }
.package-body { padding: 20px 20px 21px; display: flex; flex-direction: column; flex: 1; }
.tag { display: inline-block; margin-bottom: 6px; color: var(--blue); font-weight: 850; font-size: 10px; letter-spacing: .08em; }
.package-card h3 { margin: 0; font-size: 19px; }
.meta { list-style: none; display: flex; flex-wrap: wrap; gap: 11px; padding: 0; margin: 12px 0 15px; color: var(--muted); font-size: 11px; }
.price { margin: 0 0 15px; font-size: 21px; font-weight: 900; color: var(--navy); }
.price span, .price small { color: var(--muted); font-weight: 500; font-size: 10px; }
.service-note { min-height: 68px; margin: 0 0 17px; color: var(--body-copy); font-size: 15px; line-height: 1.55; }
.package-body .outline-btn { margin-top: auto; align-self: stretch; }
.outline-btn { width: 100%; min-height: 40px; border: 1px solid var(--blue); border-radius: 7px; background: #fff; color: var(--blue); font-weight: 850; font-size: 11px; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.outline-btn:hover { background: var(--blue); color: #fff; }
.featured-ribbon { position: absolute; z-index: 2; top: 13px; right: 13px; color: #fff; background: var(--green); border-radius: 999px; padding: 6px 9px; font-weight: 850; font-size: 9px; letter-spacing: .05em; }
.slider-arrow { display: none; position: absolute; z-index: 4; top: 43%; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #e1e9f1; background: #fff; box-shadow: 0 7px 20px rgba(19,58,96,.1); color: var(--navy); font-size: 30px; line-height: 1; cursor: pointer; }
.slider-arrow.prev { left: -23px; }
.slider-arrow.next { right: -23px; }

.experiences { background: #f4f9ff; padding-top: 58px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.experience-card { min-height: 166px; display: grid; grid-template-columns: 165px 1fr; align-items: stretch; overflow: hidden; background: #fff; border-radius: 13px; border: 1px solid #e5edf5; }
.experience-card img { width: 100%; height: 100%; min-height: 166px; object-fit: cover; }
.experience-card > div { position: relative; padding: 24px 22px 24px 30px; display: flex; flex-direction: column; justify-content: center; }
.round-icon { position: relative; left: auto; top: auto; transform: none; width: 45px; height: 45px; margin-bottom: 16px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--blue); color: #fff; }
.experience-card h3 { margin: 0 0 7px; font-size: 18px; }
.experience-card p { margin: 0; color: var(--body-copy); font-size: 15px; line-height: 1.55; }
.experience-card.text-only { display: block; background: linear-gradient(145deg, #fff, #ecf6ff); }
.experience-card.text-only > div { height: 100%; display: flex; flex-direction: column; justify-content: center; }
.experience-card.text-only .round-icon { position: static; transform: none; margin-bottom: 10px; border: 0; }

/* Completed third travel-style card */
.experience-card.alps-card img { object-position: center 54%; }
@media (max-width: 1050px) and (min-width: 821px) {
  .experience-card.alps-card { grid-column: 1 / -1; }
}

.booking-section {
  position: relative;
  overflow: visible;
  padding: 62px 0 70px;
  background:
    radial-gradient(circle at 8% 12%, rgba(8,104,215,.10), transparent 30%),
    radial-gradient(circle at 93% 92%, rgba(116,198,255,.16), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
}
.booking-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image: linear-gradient(rgba(8,104,215,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(8,104,215,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}
.booking-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  min-height: 510px;
  overflow: visible;
  border: 1px solid #cbdff3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(9,57,105,.13);
}
.booking-intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 38px;
  border-radius: 21px 0 0 21px;
  background: linear-gradient(155deg, #052c59 0%, #073d79 58%, #075db4 100%);
  color: #fff;
}
.booking-intro::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -125px;
  bottom: -130px;
  border: 48px solid rgba(255,255,255,.06);
  border-radius: 50%;
}
.booking-intro-top { position: relative; z-index: 1; display: flex; gap: 18px; align-items: flex-start; }
.booking-icon {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 17px;
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
.booking-icon img { width: 34px; height: 34px; filter: brightness(0) invert(1); }
.booking-intro .eyebrow { margin: 2px 0 7px; color: #93d4ff; }
.booking-intro h2 { margin: 0; max-width: 380px; color: #fff; font-size: clamp(29px, 3vw, 40px); line-height: 1.08; letter-spacing: -1.25px; }
.booking-lead { margin: 16px 0 0; max-width: 430px; color: #d7e9fb; font-size: 15px; line-height: 1.72; }
.booking-promise-list { position: relative; z-index: 1; display: grid; gap: 11px; }
.booking-promise-list > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.booking-promise-list > div:hover { transform: translateX(4px); background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.25); }
.booking-promise-list > div > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
}
.booking-promise-list p { margin: 0; display: grid; gap: 2px; }
.booking-promise-list strong { color: #fff; font-size: 13px; }
.booking-promise-list small { color: #c7def4; font-size: 11.5px; line-height: 1.45; }
.booking-mini-note { position: relative; z-index: 1; display: flex; gap: 10px; align-items: center; padding-top: 2px; color: #d8e9f8; }
.booking-mini-note > span { flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(119,211,255,.15); color: #8cd8ff; font-size: 13px; font-weight: 900; }
.booking-mini-note p { margin: 0; font-size: 11.5px; line-height: 1.45; }
.booking-form-wrap { padding: 39px 40px 36px; background: #fff; border-radius: 0 21px 21px 0; }
.booking-form-heading { margin-bottom: 24px; }
.booking-form-heading .eyebrow { margin: 0 0 5px; }
.booking-form-heading h3 { margin: 0; color: var(--navy); font-size: 25px; line-height: 1.15; letter-spacing: -.55px; }
.booking-form-heading > p:last-child { margin: 7px 0 0; color: #6b7f95; font-size: 13px; }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 14px; align-content: start; }
.form-field { position: relative; display: grid; gap: 7px; min-width: 0; }
.booking-form label.form-field > span,
.date-field-label {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  white-space: normal;
  color: #405872;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .025em;
}
.form-field-wide { grid-column: 1 / -1; }
.booking-form input,
.booking-form select {
  width: 100%;
  height: 56px;
  border: 1px solid #ccdfef;
  border-radius: 10px;
  background: #fbfdff;
  color: var(--body-copy);
  padding: 0 16px;
  outline: none;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.booking-form input:hover,
.booking-form select:hover { border-color: #a9cbe8; background: #fff; }
.booking-form input:focus,
.booking-form select:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(8,104,215,.10); }
.booking-form input::placeholder { color: #93a5b8; }
.booking-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #6e8499 50%), linear-gradient(135deg, #6e8499 50%, transparent 50%); background-position: calc(100% - 18px) 24px, calc(100% - 13px) 24px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 38px; }
.booking-submit {
  grid-column: 1 / -1;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 3px;
  padding: 0 17px 0 20px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(105deg, #075dbf, #0a79e2);
  color: #fff;
  box-shadow: 0 12px 26px rgba(8,104,215,.22);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .045em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.booking-submit b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.14); font-size: 18px; transition: transform .2s ease, background .2s ease; }
.booking-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(8,104,215,.29); filter: saturate(1.08); }
.booking-submit:hover b { transform: translateX(3px); background: rgba(255,255,255,.20); }
.booking-submit:focus-visible { outline: 3px solid rgba(8,104,215,.22); outline-offset: 3px; }
.form-message { grid-column: 1 / -1; min-height: 18px; margin: -2px 0 0; font-size: 12px; font-weight: 750; }
.form-message.success { color: #087f59; }
.form-message.error { color: #b12727; }

.service-strip { background: linear-gradient(90deg, #0b3a78, #072d60); color: #fff; }
.strip-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.strip-grid article { min-height: 50px; display: flex; align-items: center; gap: 13px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.15); }
.strip-grid article:first-child { padding-left: 0; }
.strip-grid article:last-child { border-right: 0; }
.strip-grid article > span { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.65); color: #99d2ff; }
.strip-grid h3 { margin: 0; font-size: 13px; }
.strip-grid p { margin: 2px 0 0; font-size: 12px; line-height: 1.4; color: #d9e7f5; }

.site-footer { background: #05244a; color: #d7e4f2; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr .72fr 1fr; gap: 44px; padding-block: 46px; }
.footer-logo { color: #fff; }
.footer-logo .brand-mark { color: #fff; }
.footer-logo .brand-copy small { color: #b6c8dc; }
.footer-brand > p { max-width: 340px; color: #c5d3e1; font-size: 14px; line-height: 1.6; }
.social-pills { display: flex; gap: 9px; margin-top: 16px; }
.social-pills a { width: 29px; height: 29px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 50%; font-size: 11px; font-weight: 850; }
.footer-column h3 { margin: 5px 0 15px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.footer-column p, .footer-column address { display: block; color: #c5d3e1; font-size: 14px; line-height: 1.5; font-style: normal; }
.footer-column a { display: block; color: #aebfd2; font-size: 12px; font-style: normal; margin-bottom: 7px; }
.footer-column a:hover { color: #fff; }
.contact-card .whatsapp {
  width: fit-content;
  display: inline-flex; display: inline-flex; justify-content: center; margin: 10px 0 7px; padding: 10px 16px; border-radius: 7px; background: #16a563; color: #fff; font-weight: 800; }
.contact-card small { color: #89a0bb; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #93a9c0; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom div div { display: flex; gap: 12px; }

.modal { width: min(760px, calc(100% - 30px)); border: 0; border-radius: 18px; padding: 0; box-shadow: 0 35px 100px rgba(1,17,36,.35); overflow: hidden; color: var(--ink); }
.modal::backdrop { background: rgba(1,15,33,.68); backdrop-filter: blur(3px); }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 8; min-width: 92px; height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.7); background: rgba(5,36,74,.9); color: #fff; box-shadow: 0 8px 24px rgba(1,17,36,.28); backdrop-filter: blur(10px); font-size: 13px; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.modal-close-label { line-height: 1; }
.modal-close-x { font-size: 24px; line-height: .8; font-weight: 400; margin-top: -2px; }
.modal-close:hover { transform: translateY(-2px); background: var(--blue); box-shadow: 0 11px 28px rgba(8,104,215,.32); }
.modal-close:focus-visible { outline: 3px solid rgba(117,201,255,.85); outline-offset: 3px; }
.modal-visual { min-height: 250px; display: grid; place-items: center; background: linear-gradient(rgba(3,30,57,.12),rgba(3,30,57,.25)), url("https://images.unsplash.com/photo-1529776554120-56027bd36834?auto=format&fit=crop&w=2200&q=85") center/cover; }
.modal-play { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; color: #fff; border: 2px solid #fff; background: rgba(0,0,0,.18); }
.modal-copy { padding: 30px; }
.modal-copy h2 { margin: 0 0 12px; font-size: 29px; }
.modal-copy p:not(.eyebrow) { color: var(--body-copy); font-size: 18px; line-height: 1.65; }
.small-modal { width: min(520px, calc(100% - 30px)); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header-inner { gap: 18px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 13px; }
  .header-cta { display: none; }
  .hero-copy { width: min(670px, 72%); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-card.text-only { grid-column: 1 / -1; }
  .booking-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .contact-card { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .topbar-social { display: none; }
  .topbar-inner { justify-content: center; }
  .site-header { top: 0; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; padding: 8px 20px 18px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(8,42,78,.12); transform-origin: top; transform: scaleY(0); opacity: 0; pointer-events: none; transition: .22s ease; }
  .main-nav.open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid #eef3f8; }
  .main-nav a::after { display: none; }
  .hero { min-height: 550px; }
  .hero-media { background-position: 56% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,23,46,.9), rgba(2,23,46,.52)); }
  .hero-copy { width: min(620px, 88%); }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .package-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 3px 1px 12px; }
  .package-track::-webkit-scrollbar { display: none; }
  .package-card { flex: 0 0 min(78vw, 360px); scroll-snap-align: start; }
  .slider-arrow { display: grid; place-items: center; top: 45%; }
  .slider-arrow.prev { left: -10px; }
  .slider-arrow.next { right: -10px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card.text-only { grid-column: auto; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .strip-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .strip-grid article { padding: 14px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .strip-grid article:first-child { padding-left: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar-contact { width: 100%; justify-content: space-between; gap: 10px; font-size: 11px; }
  .topbar-contact span { white-space: nowrap; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 19px; }
  .brand-copy small { font-size: 9px; }
  .hero { min-height: 600px; }
  .hero-inner { padding-block: 76px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 48px; letter-spacing: -2px; }
  .hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section { padding: 58px 0; }
  .about-image img { min-height: 280px; }
  .about-image figcaption { right: 10px; bottom: 10px; }
  .feature-grid { gap: 20px 14px; }
  .package-card { flex-basis: 86vw; }
  .experience-card { grid-template-columns: 120px 1fr; }
  .experience-card > div { padding: 20px 16px 20px 24px; }
  .round-icon { width: 40px; height: 40px; left: -18px; }
  .booking-panel { min-height: 0; padding: 26px 22px; }
  .booking-intro { display: block; }
  .booking-icon { margin-bottom: 12px; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-submit, .form-message { grid-column: auto; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid article { border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom .container { padding: 14px 0; flex-direction: column; align-items: flex-start; }
  .modal-copy { padding: 24px; }
}

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


.section-intro { max-width: 820px; margin: 10px auto 12px; color: var(--body-copy); font-size: 16px; line-height: 1.65; }
@media (min-width: 821px) { .package-track { grid-template-columns: repeat(3, 1fr); } .package-card > img { height: 215px; } }

/* Expanded destination guides */
.destination-modal {
  width: min(1040px, calc(100% - 32px));
  max-height: min(90vh, 920px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 18px;
}
.destination-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #d8e4ef;
}
.destination-gallery figure {
  position: relative;
  margin: 0;
  min-height: 310px;
  overflow: hidden;
  background: #dbe7f1;
}
.destination-gallery img {
  width: 100%;
  height: 310px;
  display: block;
  object-fit: cover;
}
.destination-gallery figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(3, 29, 57, .82);
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  backdrop-filter: blur(6px);
}
.destination-modal-copy {
  padding: 32px 38px 38px;
}
.destination-modal-copy h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -.025em;
}
.destination-modal-copy .destination-lead {
  max-width: 870px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}
.destination-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0 30px;
}
.destination-facts > div {
  padding: 15px 17px;
  border: 1px solid #dfe9f3;
  border-radius: 9px;
  background: #f6faff;
}
.destination-facts span {
  display: block;
  margin-bottom: 4px;
  color: #6e849a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.destination-facts strong {
  color: var(--navy);
  font-size: 13px;
  line-height: 1.35;
}
.destination-facts > div { transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.destination-facts span, .destination-facts strong { transition: color .2s ease; }
.destination-facts > div:hover { transform: translateY(-3px); background: var(--blue); border-color: var(--blue); box-shadow: 0 10px 24px rgba(8,104,215,.18); }
.destination-facts > div:hover span { color: rgba(255,255,255,.78); }
.destination-facts > div:hover strong { color: #fff; }
.destination-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr);
  gap: 38px;
  align-items: start;
}
.destination-detail-grid h3,
.destination-ats-note h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 17px;
}
.destination-modal-copy .destination-detail-grid p {
  margin: 0 0 13px;
  color: var(--body-copy);
  font-size: 15.5px;
  line-height: 1.75;
}
.destination-highlights {
  margin: 0;
  padding: 0;
  list-style: none;
}
.destination-highlights li {
  position: relative;
  padding: 0 0 11px 23px;
  color: var(--body-copy);
  font-size: 15px;
  line-height: 1.55;
}
.destination-highlights li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 900;
}
.destination-ats-note {
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 4px solid var(--blue);
  border-radius: 0 9px 9px 0;
  background: linear-gradient(90deg, #f1f8ff, #f9fcff);
}
.destination-modal-copy .destination-ats-note p {
  margin: 0;
  color: var(--body-copy);
  font-size: 15.5px;
  line-height: 1.7;
}
.destination-modal-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}
.destination-plan-btn {
  min-width: 210px;
  justify-content: center;
}

@media (max-width: 760px) {
  .about-image figcaption { right: 14px; left: 14px; bottom: 14px; max-width: none; }
  .destination-modal {
    width: min(96vw, 680px);
    max-height: 92vh;
    border-radius: 14px;
  }
  .destination-modal .modal-close { top: 10px; right: 10px; min-width: 82px; height: 40px; padding: 0 12px; }
  .destination-gallery {
    grid-template-columns: 1fr;
  }
  .destination-gallery figure,
  .destination-gallery img {
    min-height: 0;
    height: 235px;
  }
  .destination-modal-copy {
    padding: 26px 22px 30px;
  }
  .destination-facts {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-block: 20px 24px;
  }
  .destination-detail-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .destination-modal-actions,
  .destination-plan-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .destination-gallery figure,
  .destination-gallery img {
    height: 200px;
  }
  .destination-gallery figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    font-size: 10px;
  }
  .destination-modal-copy h2 {
    font-size: 31px;
  }
  .destination-modal-copy .destination-lead { font-size: 15px; }
  .destination-modal-copy .destination-detail-grid p,
  .destination-modal-copy .destination-ats-note p { font-size: 13.5px; }
}

/* Polished custom travel date picker */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.date-picker-field {
  position: relative;
  min-width: 0;
}
.date-picker-trigger {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 13px 6px 16px;
  border: 1px solid #ccdfef;
  border-radius: 10px;
  background: #fbfdff;
  color: var(--body-copy);
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.date-picker-trigger:hover {
  border-color: #9fc8ef;
  background: #fbfdff;
}
.date-picker-trigger:focus-visible,
.date-picker-field.is-open .date-picker-trigger {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(8,104,215,.11);
}
.date-picker-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}
.date-picker-label {
  color: #7a8da3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.1;
  text-transform: uppercase;
}
.date-picker-value {
  overflow: hidden;
  color: #314963;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.date-picker-field.has-value .date-picker-value { color: var(--navy); }
.date-picker-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--blue);
  opacity: .9;
}
.date-picker-popover {
  position: absolute;
  z-index: 80;
  top: calc(100% + 10px);
  left: 0;
  width: 328px;
  padding: 16px;
  border: 1px solid #d7e5f2;
  border-radius: 15px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 55px rgba(7,43,82,.2);
  backdrop-filter: blur(16px);
  transform-origin: top left;
  animation: calendar-in .16s ease-out both;
}
.date-picker-popover[hidden] { display: none; }
@keyframes calendar-in {
  from { opacity: 0; transform: translateY(-5px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.date-picker-head {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.calendar-month {
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
  text-align: center;
  letter-spacing: -.01em;
}
.calendar-nav {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #dce8f3;
  border-radius: 10px;
  background: #f7fbff;
  color: var(--navy);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: .18s ease;
}
.calendar-nav:hover:not(:disabled) {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.calendar-nav:disabled { opacity: .28; cursor: default; }
.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.calendar-weekdays { margin-bottom: 5px; }
.calendar-weekdays span {
  display: grid;
  place-items: center;
  height: 24px;
  color: #8496aa;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.calendar-day,
.calendar-blank {
  aspect-ratio: 1;
  min-width: 0;
  border: 0;
  border-radius: 9px;
}
.calendar-blank { background: transparent; }
.calendar-day {
  position: relative;
  display: grid;
  place-items: center;
  background: transparent;
  color: #2e465f;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.calendar-day:hover:not(:disabled) {
  background: #e8f3ff;
  color: var(--blue);
  transform: translateY(-1px);
}
.calendar-day.is-weekend:not(.is-selected) { color: #5d7690; }
.calendar-day.is-today:not(.is-selected)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateX(-50%);
}
.calendar-day.is-selected {
  background: linear-gradient(135deg, var(--blue), #0b7de8);
  color: #fff;
  box-shadow: 0 6px 14px rgba(8,104,215,.25);
}
.calendar-day:disabled {
  color: #c4ced8;
  cursor: not-allowed;
}
.calendar-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #e7eef5;
}
.calendar-footer button {
  min-height: 34px;
  padding: 0 11px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.calendar-clear {
  border: 0;
  background: transparent;
  color: #72869c;
}
.calendar-clear:hover { color: var(--navy); background: #f1f6fa; }
.calendar-today {
  border: 1px solid #c8def3;
  background: #edf7ff;
  color: var(--blue);
}
.calendar-today:hover { border-color: var(--blue); background: var(--blue); color: #fff; }

@media (max-width: 680px) {
  .date-picker-popover {
    width: min(328px, calc(100vw - 64px));
    padding: 14px;
  }
  .calendar-day { font-size: 11px; }
}


/* Booking section responsive refinement */
@media (max-width: 980px) {
  .booking-panel { grid-template-columns: 1fr; }
  .booking-intro { border-radius: 21px 21px 0 0; padding: 34px 34px 31px; }
  .booking-promise-list { grid-template-columns: repeat(3, 1fr); }
  .booking-promise-list > div { grid-template-columns: 1fr; }
  .booking-form-wrap { border-radius: 0 0 21px 21px; padding: 34px; }
}
@media (max-width: 680px) {
  .booking-section { padding: 42px 0 50px; }
  .booking-panel { border-radius: 17px; }
  .booking-intro { padding: 27px 22px 25px; border-radius: 16px 16px 0 0; }
  .booking-intro-top { gap: 13px; }
  .booking-icon { flex-basis: 50px; width: 50px; height: 50px; border-radius: 13px; }
  .booking-icon img { width: 28px; height: 28px; }
  .booking-intro h2 { font-size: 29px; }
  .booking-lead { font-size: 14px; }
  .booking-promise-list { grid-template-columns: 1fr; gap: 8px; }
  .booking-promise-list > div { grid-template-columns: 34px 1fr; }
  .booking-form-wrap { padding: 27px 21px 24px; border-radius: 0 0 16px 16px; }
  .booking-form-heading h3 { font-size: 22px; }
  .booking-form { grid-template-columns: 1fr; gap: 14px; }
  .form-field-wide, .booking-submit, .form-message { grid-column: auto; }
  .booking-form input, .booking-form select, .date-picker-trigger { height: 54px; }
  .booking-submit { min-height: 56px; }
}

/* V16: align travel-style card actions consistently */
.experience-card { display: grid; }
.experience-card > div { display: flex; flex-direction: column; height: 100%; }
.experience-card .card-button,
.experience-card a.button,
.experience-card button { margin-top: auto; align-self: flex-start; }

/* Alternative second section layout */
.about-alt-head { max-width: 760px; margin-bottom: 38px; }
.about-alt-layout { display:grid; grid-template-columns: 1fr 1fr; gap:48px; align-items:center; }
.about-alt-photo { position:relative; margin:0; }
.about-alt-photo img { width:100%; min-height:430px; object-fit:cover; border-radius:20px; box-shadow:var(--shadow); }
.about-alt-photo figcaption { position:absolute; right:0; bottom:0; background:linear-gradient(135deg,rgba(6,38,74,.30),rgba(8,104,215,.30)); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.18); padding:16px 20px; border-radius:18px 0 18px 0; color:#fff; display:grid; gap:3px; }
.about-alt-photo figcaption strong {font-size:16px;color:#fff}
.about-alt-photo figcaption span {font-size:12px;color:rgba(255,255,255,.9)}
.about-alt-content > p {font-size:18px; line-height:1.65; color:var(--body-copy); margin-top:0;}
.about-alt .feature-grid { grid-template-columns:repeat(2,1fr); gap:18px; margin-top:28px; }
.about-alt .mini-feature {padding:16px;border:1px solid #e3edf7;border-radius:14px;background:#fff;}
@media(max-width:900px){.about-alt-layout{grid-template-columns:1fr}.about-alt .feature-grid{grid-template-columns:1fr 1fr}}


/* V29: improved second-section icon cards */
.about-alt .feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.about-alt .mini-feature {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 18px 17px;
  border: 1px solid #dbe7f3;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 28px rgba(10,53,101,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.about-alt .mini-feature::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #09346D, #2d8cf0);
  opacity: .95;
}
.about-alt .mini-feature::after {
  content: none;
}
.about-alt .mini-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(10,53,101,.14);
  border-color: #c6dbef;
}
.about-alt .mini-feature-copy { min-width: 0; }
.about-alt .mini-feature h3 {
  margin: 1px 0 5px;
  font-size: 16px;
  line-height: 1.2;
  color: var(--navy);
}
.about-alt .mini-feature p {
  margin: 0;
  color: #4c627b;
  font-size: 14px;
  line-height: 1.5;
}
.about-alt .icon-badge {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #09346D;
  background: #ffffff;
  border: 1px solid #d7e3ef;
  box-shadow: 0 6px 16px rgba(10,53,101,.08);
}
.about-alt .icon-badge svg {
  width: 28px;
  height: 28px;
  display: block;
}
.about-alt .heritage-card .icon-badge,
.about-alt .riviera-card .icon-badge,
.about-alt .alps-card .icon-badge,
.about-alt .tours-card .icon-badge { background: #ffffff; }
@media (max-width: 900px) {
  .about-alt .feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .about-alt .feature-grid { grid-template-columns: 1fr; }
  .about-alt .mini-feature { padding: 16px; }
}

/* V31: match second section heading size with destinations heading */
.about-alt-head h2 { margin: 0; font-size: clamp(29px, 3vw, 43px); line-height: 1.08; letter-spacing: -1.35px; }

/* V34: fourth section icon redesign */
.about-alt .mini-feature {
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-alt .icon-badge {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #09346D, #0b65b8);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 24px rgba(9,52,109,.20);
}

.about-alt .icon-badge svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
}

.about-alt .heritage-card .icon-badge {
  background: linear-gradient(145deg, #09346D, #1c83d8);
}

.about-alt .riviera-card .icon-badge {
  background: linear-gradient(145deg, #006b8f, #12a6cf);
}

.about-alt .alps-card .icon-badge {
  background: linear-gradient(145deg, #14532d, #4d8b45);
}

.about-alt .tours-card .icon-badge {
  background: linear-gradient(145deg, #8a5a00, #d39b2c);
}


/* V35: Build a journey around your travel style icon refinement */
.experience-card .round-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border: 1px solid rgba(9,52,109,.18);
  border-radius: 18px;
  background: #09346D;
  color: #fff;
  box-shadow: 0 8px 18px rgba(9,52,109,.16);
}
.experience-card .round-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.8;
}


/* V36: popup close button hover - transparent background, keep border */
.destination-close:hover,
.modal-close:hover,
.popup-close:hover,
.close-popup:hover {
  background: transparent !important;
  border-color: inherit;
  color: inherit;
}


/* V37: improved and centered travel-style icons */
.experience-card > div {
  align-items: flex-start;
}
.experience-card .round-icon {
  align-self: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border: none;
  border-radius: 20px;
  background: #09346D;
  color: #fff;
  box-shadow: 0 12px 26px rgba(9,52,109,.18);
}
.experience-card .round-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  stroke: currentColor;
}
@media (max-width: 760px) {
  .experience-card .round-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
  }
  .experience-card .round-icon svg {
    width: 30px;
    height: 30px;
  }
}

/* V38: slightly richer icon rendering for travel-style section */
.experience-card .round-icon svg { filter: drop-shadow(0 1px 0 rgba(255,255,255,.12)); }

/* V39: alternate styling for travel-style icons */
.experience-card .round-icon {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  color: #09346D;
  border: 2px solid rgba(9,52,109,.16);
  box-shadow: 0 12px 28px rgba(9,52,109,.12), inset 0 1px 0 rgba(255,255,255,.95);
}
.experience-card .round-icon::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 1px solid rgba(9,52,109,.10);
}
.experience-card .round-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(9,52,109,.10) 0%, rgba(9,52,109,.04) 45%, rgba(9,52,109,0) 72%);
  z-index: -1;
}
.experience-card .round-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  filter: none;
}
@media (max-width: 760px) {
  .experience-card .round-icon {
    width: 66px;
    height: 66px;
  }
  .experience-card .round-icon svg {
    width: 30px;
    height: 30px;
  }
}

/* V40: match Plan My Albania Trip button width and center text */
.booking-form-wrap .btn,
.booking-section .btn {
  justify-content: center;
  text-align: center;
}
.booking-form-wrap .btn-primary,
.plan-trip-btn {
  min-width: 100%;
}

/* V41: make button below Travellers field match field length */
.booking-form .form-actions,
.booking-form .form-actions .btn,
.booking-form button[type="submit"] {
  width: 100%;
  max-width: none;
  justify-content: center;
}

/* V42: Plan button matches Travellers field column width */
.booking-form .booking-submit {
  grid-column: auto;
  width: 100%;
  justify-content: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.booking-form .booking-submit span {
  text-align: center;
}
.booking-form .booking-submit b {
  position: absolute;
  right: 12px;
}

/* V43: Plan button max height */
.booking-form .form-actions .btn,
.booking-form button[type="submit"] {
  max-height: 56px;
  height: 56px;
  align-items: center;
}

/* V47: final submit alignment with Travellers field */
@media (min-width: 761px) {
  .booking-submit {
    grid-column: 1 !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
  }
}

.booking-submit span {
  flex: 1;
  text-align: center;
}

/* V48: submit button aligned on the right side with Travellers field */
.booking-submit {
  grid-column: 2;
  width: 100%;
  height: 56px;
  min-height: 56px;
  justify-self: stretch;
}
@media (max-width: 760px) {
  .booking-submit {
    grid-column: 1 / -1;
  }
}

/* V49: remove previous alignment conflict and keep button with Travellers column */
@media (min-width: 761px) {
  .booking-submit {
    grid-column: 2 !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    justify-self: stretch !important;
  }
}

/* V50: button sits on same row as Travellers field */
@media (min-width: 761px) {
  .booking-submit {
    grid-column: 2 !important;
    grid-row: 4 !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    align-self: end;
  }
}
