:root {
  --ink: #102f35;
  --deep-ink: #082a30;
  --teal: #0c5a60;
  --sea: #8ebfc0;
  --pale-sea: #e8f3f1;
  --paper: #fbfaf6;
  --warm: #f1eee5;
  --line: #dce3df;
  --muted: #64777a;
  --coral: #e48566;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.65; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.page-shell { overflow: hidden; }

.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; height: 72px; }
.site-header .navbar { min-height: 72px; }
.navbar-brand { color: var(--ink); font: 400 25px/1 var(--serif); display: inline-flex; gap: 9px; align-items: center; letter-spacing: -.5px; }
.navbar-brand i { color: #127278; font-size: 20px; }
.nav-link { color: #20454a; font-size: 12px; font-weight: 700; padding: 8px 15px !important; transition: color .2s ease; }
.nav-link:hover, .nav-link:focus { color: var(--teal); }
.nav-actions .btn-text { font-size: 12px; font-weight: 700; color: var(--ink); }
.navbar-toggler { color: var(--ink); font-size: 1.5rem; }
.btn { border-radius: 7px; font-weight: 800; font-size: 12px; padding: 12px 19px; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { --bs-btn-bg: var(--deep-ink); --bs-btn-border-color: var(--deep-ink); --bs-btn-hover-bg: #164b50; --bs-btn-hover-border-color: #164b50; --bs-btn-active-bg: #164b50; --bs-btn-active-border-color: #164b50; }
.btn-primary i, .btn-outline-light i { margin-left: 8px; }
.btn-sm { padding: 10px 15px; font-size: 11px; }
.btn-lg { padding: 14px 22px; font-size: 12px; }
.btn-ghost-light { background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.65); color: var(--ink); padding: 13px 19px; }
.btn-ghost-light:hover { background: #fff; color: var(--ink); }
.section-space { padding: 78px 0; }
.eyebrow { margin: 0 0 12px; color: #4a8a8c; font-size: 10px; font-weight: 800; letter-spacing: 1.25px; line-height: 1.2; text-transform: uppercase; }
.eyebrow-light { color: #b9d7d4; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.8px; line-height: .98; }
h1 em, h2 em, h3 em { font-style: italic; }
h2 { font-size: clamp(38px, 4vw, 60px); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #0c6268; border-bottom: 1px solid #9fc4c2; font-size: 12px; font-weight: 800; padding-bottom: 3px; transition: gap .2s ease, color .2s ease; }
.text-link:hover { color: #064248; gap: 13px; }

.hero-section { padding: 0; }
.hero-frame { position: relative; overflow: hidden; min-height: 590px; padding: 98px 5.3% 36px; background: #dce8e6; border-radius: 0 0 16px 16px; }
.hero-photo { position: absolute; width: 67%; height: 100%; right: 0; top: 0; object-fit: cover; object-position: 66% center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, #f5f7f2 0%, rgba(245,247,242,.97) 33%, rgba(245,247,242,.54) 53%, rgba(245,247,242,.03) 72%); }
.hero-copy { padding-bottom: 10px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 8px; color: #327579; }
.hero-copy .eyebrow span { background: #2e8586; width: 20px; height: 1px; }
.hero-copy h1 { font-size: clamp(49px, 5.1vw, 76px); max-width: 530px; margin: 0 0 23px; }
.hero-intro { max-width: 446px; color: #3a5559; font-size: 13px; line-height: 1.75; }
.hero-actions { margin-top: 27px; }
.hero-proof { gap: 13px; margin-top: 36px; }
.hero-proof p { margin: 0; color: #496369; font-size: 10px; }
.hero-proof strong { color: var(--ink); font-weight: 800; }
.avatar-group { display: flex; padding-left: 6px; }
.avatar, .review-avatar { display: inline-block; border-radius: 100%; border: 2px solid var(--paper); background-size: cover; background-position: center; }
.avatar { width: 27px; height: 27px; margin-left: -7px; }
.avatar-one { background-image: url("images/lake-como-traveler.png"); background-position: 28% 39%; }
.avatar-two { background-image: url("images/amalfi-hero.png"); background-position: 83% 54%; }
.avatar-three { background-image: url("images/lake-como-traveler.png"); background-position: 75% 52%; }
.avatar-four { background-image: url("images/amalfi-hero.png"); background-position: 92% 43%; }

.trip-surface { position: relative; margin: 0 auto; max-width: 660px; background: #fbfcfb; border: 7px solid #143e44; border-radius: 17px; box-shadow: 0 18px 30px rgba(17,48,50,.24); overflow: hidden; transform: rotate(1.4deg); }
.trip-topbar { height: 48px; padding: 0 15px; border-bottom: 1px solid #e1e8e6; color: #173b41; font-size: 10px; background: #fff; }
.trip-topbar strong { font: 400 15px var(--serif); }
.tiny-mark, .side-logo { color: #137278; }
.top-divider { height: 17px; border-left: 1px solid #d9e1e0; }
.desktop-label { color: #6a7e80; }
.mini-avatar { align-items: center; background: #d8ebea; border-radius: 50%; display: inline-flex; font-size: 8px; font-weight: 800; height: 22px; justify-content: center; width: 22px; }
.trip-body { display: flex; min-height: 329px; }
.trip-rail { align-items: center; border-right: 1px solid #e5ebea; flex-direction: column; gap: 9px; padding: 16px 9px; }
.trip-rail button { background: transparent; border: 0; border-radius: 5px; color: #92a5a5; font-size: 12px; height: 27px; width: 27px; }
.trip-rail .rail-active { background: #e7f2f1; color: #0d6c70; }
.itinerary-pane { background: #fff; flex: 0 0 42%; padding: 21px 17px 13px; }
.trip-meta { align-items: center; display: flex; justify-content: space-between; }
.trip-meta span { color: #75a0a0; font-size: 7px; font-weight: 800; letter-spacing: .8px; }
.trip-meta .btn-link { color: #197276; font-size: 8px; font-weight: 800; text-decoration: none; }
.itinerary-pane h2 { font: 400 24px/1.1 var(--serif); letter-spacing: -.2px; margin: 10px 0 5px; }
.trip-date { color: #789093; font-size: 8px; margin-bottom: 14px; }
.trip-tabs { border-bottom: 1px solid #e7eaea; display: flex; gap: 14px; }
.trip-tabs button { background: none; border: 0; color: #8da0a0; font-size: 8px; font-weight: 700; padding: 0 0 8px; }
.trip-tabs button.active { border-bottom: 2px solid #0c7074; color: #0b565b; }
.day-list { margin-top: 8px; }
.day-row { align-items: center; border-radius: 5px; display: flex; gap: 8px; margin: 1px -8px; padding: 7px 8px; }
.day-row.active-day { background: #f0f7f5; }
.day-number { color: #549a9d; font-size: 8px; font-weight: 800; width: 17px; }
.day-row div:nth-child(2) { flex: 1; }
.day-row strong, .day-row small { display: block; }
.day-row strong { color: #244348; font-size: 8px; line-height: 1.3; }
.day-row small { color: #839797; font-size: 7px; line-height: 1.3; }
.day-row > i { color: #7c9697; font-size: 8px; }
.trip-map { flex: 1; overflow: hidden; position: relative; }
.trip-map > img { height: 100%; object-fit: cover; width: 100%; }
.map-label { background: #fff; border-radius: 3px; box-shadow: 0 3px 8px rgba(4,54,60,.16); color: #315659; font-size: 7px; font-weight: 800; padding: 4px 5px; position: absolute; }
.map-label i { color: #e36f55; margin-right: 2px; }
.label-one { left: 14%; top: 25%; }.label-two { right: 12%; top: 56%; }
.map-note { align-items: center; background: rgba(255,255,255,.96); border-radius: 5px; bottom: 15px; box-shadow: 0 4px 12px rgba(5,42,43,.14); display: flex; gap: 6px; left: 12px; padding: 7px; position: absolute; width: 143px; }
.map-note-icon, .ask-icon { align-items: center; background: #dcefed; border-radius: 50%; color: #0d7477; display: inline-flex; height: 22px; justify-content: center; width: 22px; }
.map-note strong, .map-note small { display: block; line-height: 1.3; }.map-note strong { font-size: 7px; }.map-note small { color: #789191; font-size: 6px; }
.map-expand { background: rgba(255,255,255,.94); border: 0; border-radius: 4px; color: #336468; font-size: 10px; height: 25px; position: absolute; right: 10px; top: 10px; width: 25px; }
.ask-roamliy { align-items: center; background: #fff; border-top: 1px solid #e6ecea; color: #809394; display: flex; font-size: 8px; gap: 7px; padding: 9px 14px; }.ask-roamliy span:nth-child(2) { flex: 1; }.ask-icon { height: 22px; width: 22px; }.ask-roamliy button { background: #0c6267; border: 0; border-radius: 50%; color: #fff; font-size: 10px; height: 22px; width: 22px; }

.trust-strip { border-bottom: 1px solid var(--line); padding: 21px 0; }.trust-strip p { color: #385459; font-size: 10px; line-height: 1.4; margin: 0; }.trust-names { align-items: center; color: #324d52; display: flex; font-family: var(--serif); font-size: 19px; gap: clamp(15px, 3vw, 35px); }.trust-names span:nth-child(3) { font-family: var(--sans); font-size: 13px; font-weight: 800; }.trust-names span:nth-child(4) { font-style: italic; }.trust-strip .text-link { font-size: 9px; }

.intro-grid { background: #f4f1e9; border-radius: 10px; overflow: hidden; }.intro-photo-wrap { min-height: 490px; overflow: hidden; position: relative; }.intro-photo { height: 100%; object-fit: cover; object-position: center; position: absolute; width: 100%; }.photo-caption { bottom: 28px; color: #fff; font: italic 24px var(--serif); left: 32px; position: absolute; transform: rotate(-7deg); }.intro-copy { align-self: center; padding: 55px 8% 55px 7%; }.intro-copy h2 { font-size: clamp(39px, 3.8vw, 56px); margin-bottom: 25px; }.intro-copy p { color: #566b6c; max-width: 470px; }.intro-copy .large-body { color: #365257; font-size: 16px; line-height: 1.7; }.intro-fact { align-items: center; border-top: 1px solid #d9dfd9; color: #52676a; display: flex; font-size: 11px; gap: 11px; line-height: 1.45; margin-top: 32px; padding-top: 20px; }.intro-fact i { align-items: center; background: #d8eeeb; border-radius: 50%; color: #0b656b; display: inline-flex; font-size: 15px; height: 35px; justify-content: center; width: 35px; }.intro-fact strong { color: #1d474b; }

.section-heading { margin-bottom: 42px; }.section-heading h2 { margin-bottom: 0; }.section-note { color: #718385; font-size: 11px; margin: 0 0 6px; text-align: right; }.centered-heading { text-align: center; }.centered-heading h2 { font-size: clamp(38px, 3.6vw, 54px); }
.journey-row { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }.journey-step { background: #f5f4ee; min-height: 245px; padding: 27px 25px; position: relative; }.journey-step:nth-of-type(3) { background: #ecf4f1; }.step-number { color: #4f9899; font-size: 10px; font-weight: 800; }.step-icon { align-items: center; background: #d8eeeb; border-radius: 50%; color: #0b686e; display: inline-flex; font-size: 20px; height: 43px; justify-content: center; margin: 19px 0 17px; width: 43px; }.journey-step h3 { font: 400 22px/1.1 var(--serif); margin-bottom: 10px; }.journey-step p { color: #687c7e; font-size: 10px; line-height: 1.6; margin-bottom: 0; }.journey-arrow { align-items: center; background: var(--paper); border: 1px solid #cfe1df; border-radius: 50%; color: #11696d; display: flex; height: 25px; justify-content: center; position: absolute; top: 112px; transform: translateX(-50%); width: 25px; z-index: 1; }.journey-arrow:nth-of-type(2) { left: 25%; }.journey-arrow:nth-of-type(4) { left: 50%; }.journey-arrow:nth-of-type(6) { left: 75%; }

.feature-section { background: #eef5f3; }.feature-grid { margin-top: 42px; }.feature-card { background: #fbfcfa; height: 100%; min-height: 215px; padding: 27px 25px; }.feature-icon { align-items: center; background: #e3f0ed; border-radius: 50%; color: #08636a; display: inline-flex; font-size: 20px; height: 45px; justify-content: center; margin-bottom: 30px; width: 45px; }.feature-card h3 { font: 400 22px/1.05 var(--serif); margin-bottom: 10px; }.feature-card p { color: #65797b; font-size: 10px; line-height: 1.65; margin: 0; }

.product-section { background: #0d3c43; }.product-panel { align-items: center; display: grid; gap: 6%; grid-template-columns: 37% 57%; }.product-copy { color: #c6d9d7; }.product-copy h2 { color: #fff; font-size: clamp(37px, 3.8vw, 55px); margin: 15px 0 23px; }.product-copy > p { font-size: 12px; line-height: 1.7; }.product-list { border-top: 1px solid rgba(214,238,235,.22); list-style: none; margin: 26px 0; padding: 18px 0 0; }.product-list li { font-size: 10px; margin: 9px 0; }.product-list i { color: #87c9c5; margin-right: 6px; }.product-copy .btn-outline-light { border-color: rgba(255,255,255,.55); font-size: 11px; }
.product-window { background: #f9fcfb; border: 5px solid #1e5960; border-radius: 13px; box-shadow: 0 14px 25px rgba(0,0,0,.2); overflow: hidden; }.window-bar { align-items: center; background: #fff; color: #829a99; display: flex; font-size: 8px; gap: 5px; height: 34px; padding: 0 12px; }.window-bar > span { background: #d3dedb; border-radius: 50%; height: 6px; width: 6px; }.window-bar strong { color: #6d8586; flex: 1; font-weight: 700; text-align: center; }.window-bar i { font-size: 12px; }.window-main { display: flex; height: 332px; }.window-side { align-items: center; background: #f5f9f7; border-right: 1px solid #e3ece8; color: #87a2a2; display: flex; flex-direction: column; gap: 15px; padding: 14px 8px; width: 39px; }.window-side span { align-items: center; display: flex; font-size: 11px; height: 22px; justify-content: center; width: 22px; }.window-side .side-selected { background: #dbeeea; border-radius: 5px; color: #0b656a; }.window-content { background: #fff; flex: 1; padding: 15px; }.window-title { align-items: flex-start; display: flex; justify-content: space-between; }.window-title small, .window-stats small { color: #76a0a0; display: block; font-size: 7px; font-weight: 800; letter-spacing: .5px; }.window-title h3 { font: 400 19px var(--serif); margin: 4px 0 11px; }.weather { color: #496b6d; font-size: 8px; font-weight: 700; }.weather i { color: #eaa332; font-size: 13px; }.window-map { height: 176px; overflow: hidden; position: relative; }.window-map > img { height: 100%; object-fit: cover; width: 100%; }.pin { color: #0c777b; font-size: 19px; position: absolute; text-shadow: 0 2px 4px rgba(14,75,73,.35); }.pin-a { left: 37%; top: 33%; }.pin-b { left: 70%; top: 59%; }.map-card { background: rgba(255,255,255,.96); border-radius: 4px; bottom: 10px; box-shadow: 0 3px 8px rgba(10,62,61,.15); padding: 6px 8px; position: absolute; right: 10px; width: 92px; }.map-card strong, .map-card small { display: block; line-height: 1.3; }.map-card strong { color: #34585c; font-size: 7px; }.map-card small { color: #849a99; font-size: 6px; }.mini-thumbs { display: flex; gap: 3px; margin-top: 5px; }.mini-thumbs span { background: #7eb0af; display: block; height: 17px; width: 23px; }.mini-thumbs span:nth-child(2) { background: #d3a582; }.mini-thumbs span:nth-child(3) { background: #557e81; }.window-stats { align-items: center; display: grid; gap: 10px; grid-template-columns: 1.2fr .7fr 1.5fr; padding-top: 12px; }.window-stats strong { color: #183d43; display: block; font: 400 17px var(--serif); line-height: 1.3; }.window-stats > div:first-child span { color: #829495; display: block; font-size: 7px; }.budget-ring { align-items: center; background: #d5ece9; border: 5px solid #1b8788; border-radius: 50%; color: #246265; display: flex; font-size: 8px; font-weight: 800; height: 40px; justify-content: center; width: 40px; }.budget-bars span { background: #edf1ef; display: block; height: 4px; margin-top: 4px; }.budget-bars b { background: #5eaeaf; display: block; height: 4px; }

.traveler-section { background: #f7f4ec; }.traveler-tabs { border-bottom: 1px solid #d9e0db; display: flex; gap: 26px; margin-bottom: 28px; overflow-x: auto; }.traveler-tabs button { background: transparent; border: 0; border-bottom: 2px solid transparent; color: #758789; font-size: 10px; font-weight: 800; padding: 0 0 11px; white-space: nowrap; }.traveler-tabs button.active { border-color: #0d6a6d; color: #0d565a; }.traveler-showcase { background: #fff; display: grid; grid-template-columns: 33% 42% 25%; min-height: 304px; }.showcase-image { min-height: 304px; overflow: hidden; }.showcase-image img { height: 100%; object-fit: cover; object-position: center 35%; width: 100%; }.showcase-copy { padding: 36px 42px; }.showcase-index { color: #7da8a7; font-size: 9px; font-weight: 800; letter-spacing: 1px; }.showcase-copy h3 { font: 400 32px/1.02 var(--serif); margin: 16px 0; }.showcase-copy p { color: #5d7477; font-size: 10px; line-height: 1.7; }.showcase-points { background: #e4f0ed; display: flex; flex-direction: column; justify-content: center; padding: 27px; }.showcase-points > div { align-items: flex-start; border-bottom: 1px solid #cce0dc; display: flex; gap: 9px; padding: 13px 0; }.showcase-points > div:first-child { padding-top: 0; }.showcase-points > div:last-child { border: 0; padding-bottom: 0; }.showcase-points i { color: #187479; font-size: 13px; }.showcase-points strong, .showcase-points small { display: block; }.showcase-points strong { color: #28565a; font-size: 9px; }.showcase-points small { color: #6c8989; font-size: 8px; }

.numbers-section { background: #e2efed; padding: 0 0 90px; }.numbers-panel { align-items: stretch; background: #1d6c71; color: #d7eeee; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); overflow: hidden; position: relative; }.numbers-panel::after { background-image: url("images/amalfi-hero.png"); background-position: 78% 71%; background-size: cover; content: ""; height: 100%; opacity: .16; position: absolute; right: 0; top: 0; width: 44%; }.numbers-intro, .number-item { padding: 37px 28px; position: relative; z-index: 1; }.numbers-intro h2 { color: #fff; font-size: 37px; margin: 0; }.number-item { align-items: center; border-left: 1px solid rgba(220,242,239,.27); display: flex; flex-direction: column; justify-content: center; }.number-item strong { color: #fff; font: 400 35px/1 var(--serif); }.number-item span { font-size: 9px; line-height: 1.45; text-align: center; }

.stories-section { background: #fff; }.quote-card { border: 1px solid #e0e8e5; height: 100%; margin: 0; padding: 27px 24px 20px; }.quote-mark { color: #88bcba; font-size: 25px; line-height: 1; }.quote-card blockquote { color: #3f5b5f; font-size: 12px; line-height: 1.75; margin: 10px 0 23px; }.quote-card figcaption { align-items: center; display: flex; gap: 8px; }.review-avatar { height: 28px; width: 28px; }.quote-card figcaption div { flex: 1; }.quote-card figcaption strong, .quote-card figcaption small { display: block; line-height: 1.35; }.quote-card figcaption strong { color: #294e53; font-size: 9px; }.quote-card figcaption small { color: #849898; font-size: 8px; }.stars { color: #df855e; font-size: 8px; letter-spacing: 1px; }

.pricing-section { background: #f6f4ee; }.pricing-heading { align-items: end; display: flex; justify-content: space-between; }.pricing-switch { border: 1px solid #cddbd7; border-radius: 6px; display: flex; overflow: hidden; }.pricing-switch button { background: transparent; border: 0; color: #728687; font-size: 9px; font-weight: 800; padding: 8px 11px; }.pricing-switch button.active { background: #0b5d63; color: #fff; }.pricing-switch span { color: #438488; font-size: 8px; }.pricing-switch .active span { color: #d8f1ee; }.price-card { background: #fff; border: 1px solid #dbe3e0; height: 100%; padding: 30px 27px 24px; position: relative; }.price-card.featured { border: 2px solid #0b656a; padding: 29px 26px 23px; }.popular-label { background: #0b656a; color: #fff; font-size: 8px; font-weight: 800; padding: 5px 10px; position: absolute; right: 16px; top: -13px; }.price-kicker { color: #659695; font-size: 9px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }.price-card h3 { font: 400 30px var(--serif); margin-bottom: 6px; }.price-desc { color: #718485; font-size: 10px; height: 31px; line-height: 1.55; }.price { align-items: baseline; display: flex; gap: 2px; margin: 26px 0 22px; }.price span { font: 400 20px var(--serif); }.price strong { font: 400 48px/.9 var(--serif); }.price small { color: #718687; font-size: 9px; }.price-card ul { border-top: 1px solid #e4eae8; list-style: none; margin: 0 0 26px; min-height: 117px; padding: 18px 0 0; }.price-card li { color: #566e71; font-size: 10px; margin-bottom: 9px; }.price-card li i { color: #21837f; margin-right: 4px; }

.faq-section { background: #fff; }.faq-section h2 { font-size: clamp(37px, 3.8vw, 55px); }.accordion-item { border-color: #dfe7e4; }.accordion-button { box-shadow: none !important; color: #21484d; font: 400 21px var(--serif); padding: 21px 0; }.accordion-button:not(.collapsed) { background: #fff; color: var(--ink); }.accordion-button::after { background-image: none; content: "+"; font: 400 25px/1 var(--sans); height: auto; transform: none; width: auto; }.accordion-button:not(.collapsed)::after { content: "–"; }.accordion-body { color: #627679; font-size: 11px; line-height: 1.75; padding: 0 45px 21px 0; }

.closing-section { background: #f7f4ec; padding: 0 0 78px; }.closing-panel { align-items: center; display: flex; justify-content: center; min-height: 372px; overflow: hidden; position: relative; text-align: center; }.closing-panel > img { height: 100%; object-fit: cover; object-position: 62% 72%; position: absolute; width: 100%; }.closing-overlay { background: rgba(8,52,58,.57); inset: 0; position: absolute; }.closing-content { color: #d8ece8; position: relative; z-index: 1; }.closing-content h2 { color: #fff; font-size: clamp(43px, 4.5vw, 61px); margin: 13px 0; }.closing-content > p:not(.eyebrow) { font-size: 12px; margin-bottom: 24px; }

.site-footer { background: #092f35; color: #c7ddda; padding: 65px 0 23px; }.footer-brand { color: #fff; }.footer-brand i { color: #8fc9c5; }.site-footer p { color: #b3cfcd; font-size: 11px; margin: 15px 0 22px; }.footer-social { display: flex; gap: 7px; }.footer-social a { align-items: center; border: 1px solid rgba(210,237,233,.4); border-radius: 50%; color: #d5eae6; display: inline-flex; font-size: 11px; height: 28px; justify-content: center; width: 28px; }.site-footer h3 { color: #d8ebe8; font-size: 10px; font-weight: 800; letter-spacing: .7px; margin: 4px 0 15px; text-transform: uppercase; }.site-footer .col-lg-2 a { color: #b4cfcd; display: block; font-size: 10px; margin: 8px 0; }.footer-small { margin: 0 0 11px !important; }.newsletter-form { background: rgba(225,243,240,.13); display: flex; padding: 4px; }.newsletter-form input { background: transparent; border: 0; color: #fff; font-size: 10px; outline: none; padding: 7px 8px; width: 100%; }.newsletter-form input::placeholder { color: #b5cfcd; }.newsletter-form button { background: #e8f2ef; border: 0; color: #0c4a51; font-size: 13px; width: 32px; }.site-footer small { color: #a4c7c4; font-size: 9px; }.footer-bottom { align-items: center; border-top: 1px solid rgba(207,232,229,.2); display: flex; font-size: 9px; justify-content: space-between; margin-top: 54px; padding-top: 20px; }.footer-bottom div { display: flex; gap: 20px; }.footer-bottom a { color: #bdd8d4; }.footer-signoff { color: #a5d0ca; font: italic 15px var(--serif); }

.planner-modal { border: 0; border-radius: 12px; overflow: hidden; }.planner-modal .modal-header { background: #ecf4f1; padding: 27px 30px 10px; }.planner-modal .modal-title { font: 400 34px var(--serif); }.planner-modal .modal-body { padding: 24px 30px 30px; }.planner-modal label { color: #36575c; display: block; font-size: 10px; font-weight: 800; margin-bottom: 6px; }.planner-modal .form-control, .planner-modal .form-select { border-color: #d9e4e1; border-radius: 5px; color: #284d52; font-size: 12px; min-height: 43px; }.planner-modal .form-control:focus, .planner-modal .form-select:focus { border-color: #65a9a7; box-shadow: 0 0 0 .18rem rgba(47,130,129,.15); }.trip-success { padding: 28px 15px 12px; }.success-icon { align-items: center; background: #d9eeea; border-radius: 50%; color: #107176; display: inline-flex; font-size: 24px; height: 60px; justify-content: center; margin-bottom: 13px; width: 60px; }.trip-success h3 { font: 400 30px var(--serif); }.trip-success p { color: #617779; font-size: 12px; margin: 0 auto 18px; max-width: 285px; }

@media (max-width: 991.98px) {
  .site-header { background: rgba(251,250,246,.94); position: relative; }.site-header .navbar { min-height: 70px; }.navbar-collapse { background: #fbfaf6; border-top: 1px solid #e0e5e1; margin: 0 -1.5rem; padding: 12px 1.5rem 18px; }.navbar-nav { align-items: start !important; }.nav-link { padding-left: 0 !important; }.nav-actions { justify-content: flex-start; }.hero-section { padding-top: 0; }.hero-frame { border-radius: 0; min-height: auto; padding: 68px 7% 55px; }.hero-photo { height: 46%; top: auto; width: 100%; bottom: 0; }.hero-wash { background: linear-gradient(180deg, #f5f7f2 0%, rgba(245,247,242,.98) 58%, rgba(245,247,242,.1) 100%); }.trip-surface { margin-top: 10px; }.intro-photo-wrap { min-height: 380px; }.intro-copy { padding: 50px 9%; }.product-panel { grid-template-columns: 1fr; }.product-copy { max-width: 560px; }.product-window { max-width: 660px; }.traveler-showcase { grid-template-columns: 37% 63%; }.showcase-points { grid-column: 1 / -1; flex-direction: row; gap: 20px; padding: 20px 28px; }.showcase-points > div { border-bottom: 0; border-right: 1px solid #cce0dc; flex: 1; padding: 0 15px !important; }.showcase-points > div:first-child { padding-left: 0 !important; }.showcase-points > div:last-child { border: 0; }.numbers-panel { grid-template-columns: 1.5fr repeat(3, 1fr); }.numbers-intro, .number-item { padding: 27px 18px; }.numbers-intro h2 { font-size: 32px; }
}

/* The reference keeps its editorial split layout through a compact tablet width. */
@media (min-width: 600px) and (max-width: 991.98px) {
  .site-header { background: transparent; position: absolute; }
  .site-header .navbar { min-height: 68px; }
  .navbar-brand { font-size: 19px; }.navbar-brand i { font-size: 15px; }.navbar-toggler { display: none; }
  .navbar-collapse { background: transparent; border: 0; display: flex !important; flex-basis: auto; margin: 0; padding: 0; }
  .navbar-nav { flex-direction: row; margin-left: auto !important; margin-right: 8px !important; }.nav-link { font-size: 8px; padding: 6px 7px !important; }
  .nav-actions { gap: 4px !important; margin: 0 !important; }.nav-actions .btn-text { font-size: 8px; padding-left: 5px; padding-right: 5px; }.nav-actions .btn-sm { font-size: 8px; padding: 8px 9px; }
  .hero-frame { min-height: 488px; padding: 91px 4% 29px; }.hero-photo { bottom: auto; height: 100%; top: 0; width: 68%; }.hero-wash { background: linear-gradient(90deg, #f5f7f2 0%, rgba(245,247,242,.98) 33%, rgba(245,247,242,.48) 58%, rgba(245,247,242,.04) 79%); }
  .hero-frame .row { align-items: center; flex-wrap: nowrap; }.hero-frame .col-lg-5 { flex: 0 0 39%; max-width: 39%; }.hero-frame .col-lg-7 { flex: 0 0 61%; max-width: 61%; }
  .hero-copy h1 { font-size: 36px; margin-bottom: 12px; }.hero-copy .eyebrow { font-size: 7px; margin-bottom: 8px; }.hero-copy .eyebrow span { width: 12px; }.hero-intro { font-size: 8px; line-height: 1.6; }.hero-actions { gap: 7px !important; margin-top: 16px; }.hero-actions .btn { font-size: 8px; padding: 8px 10px; }.hero-proof { gap: 7px; margin-top: 16px; }.hero-proof p { font-size: 7px; }.avatar { height: 18px; width: 18px; }
  .trip-surface { border-width: 4px; border-radius: 10px; max-width: none; transform: rotate(1.1deg); }.trip-topbar { height: 31px; font-size: 7px; padding: 0 9px; }.trip-topbar strong { font-size: 10px; }.mini-avatar { font-size: 6px; height: 15px; width: 15px; }.trip-body { min-height: 230px; }.trip-rail { gap: 4px; padding: 10px 5px; }.trip-rail button { font-size: 8px; height: 18px; width: 18px; }.itinerary-pane { flex-basis: 43%; padding: 12px 9px 7px; }.trip-meta span, .trip-meta .btn-link { font-size: 5px; }.itinerary-pane h2 { font-size: 17px; margin: 6px 0 3px; }.trip-date { font-size: 6px; margin-bottom: 7px; }.trip-tabs { gap: 7px; }.trip-tabs button { font-size: 6px; padding-bottom: 5px; }.day-list { margin-top: 4px; }.day-row { gap: 4px; margin: 0 -4px; padding: 4px; }.day-number, .day-row strong { font-size: 6px; }.day-row small { font-size: 5px; }.day-row > i { font-size: 6px; }.map-label { font-size: 5px; padding: 3px; }.map-note { bottom: 7px; left: 7px; padding: 4px; width: 90px; }.map-note-icon { height: 15px; width: 15px; }.map-note strong { font-size: 5px; }.map-note small { font-size: 4px; }.map-expand { font-size: 7px; height: 17px; right: 6px; top: 6px; width: 17px; }.ask-roamliy { font-size: 6px; gap: 5px; padding: 6px 9px; }.ask-icon, .ask-roamliy button { font-size: 7px; height: 16px; width: 16px; }
  .trust-strip { padding: 13px 0; }.trust-strip p { font-size: 7px; }.trust-names { font-size: 13px; gap: 14px; }.trust-names span:nth-child(3) { font-size: 9px; }.trust-strip .text-link { font-size: 7px; }
  .intro-grid .col-lg-6 { flex: 0 0 50%; max-width: 50%; }.intro-photo-wrap { min-height: 296px; }.intro-copy { padding: 29px 7%; }.intro-copy h2 { font-size: 34px; margin-bottom: 14px; }.intro-copy .large-body { font-size: 10px; }.intro-copy p { font-size: 8px; }.intro-copy .text-link { font-size: 8px; }.photo-caption { bottom: 18px; font-size: 17px; left: 18px; }.intro-fact { font-size: 7px; margin-top: 18px; padding-top: 12px; }.intro-fact i { font-size: 10px; height: 25px; width: 25px; }
  .product-panel { grid-template-columns: 39% 55%; }.product-copy h2 { font-size: 34px; }.product-copy > p { font-size: 8px; }.product-list { margin: 16px 0; padding-top: 12px; }.product-list li { font-size: 7px; }.product-copy .btn-outline-light { font-size: 8px; padding: 8px 10px; }
}

@media (max-width: 767.98px) {
  .section-space { padding: 72px 0; }.hero-copy h1 { font-size: 52px; }.hero-photo { height: 35%; }.trip-surface { transform: none; }.itinerary-pane { flex-basis: 53%; padding: 17px 12px 10px; }.trip-map { flex-basis: 47%; }.trip-body { min-height: 295px; }.trip-surface { border-width: 5px; }.day-row { gap: 4px; padding-left: 4px; padding-right: 4px; }.day-row small { display: none; }.day-row strong { font-size: 7px; }.desktop-label, .top-divider { display: none; }.trust-names { font-size: 16px; gap: 16px; }.trust-strip { text-align: center; }.intro-photo-wrap { min-height: 310px; }.intro-copy { padding: 42px 9%; }.section-note { text-align: left; }.journey-row { gap: 1px; grid-template-columns: 1fr 1fr; }.journey-step { min-height: 220px; padding: 21px 18px; }.journey-arrow { display: none; }.feature-grid { margin-top: 28px; }.feature-card { min-height: 185px; }.product-section { padding: 72px 0; }.window-main { height: 285px; }.window-map { height: 140px; }.window-content { padding: 12px; }.window-stats { padding-top: 8px; }.traveler-tabs { gap: 20px; }.traveler-showcase { display: block; }.showcase-image { min-height: 265px; }.showcase-copy { padding: 31px 27px; }.showcase-points { display: block; padding: 20px 27px; }.showcase-points > div { border-bottom: 1px solid #cce0dc; border-right: 0; padding: 12px 0 !important; }.numbers-section { padding-bottom: 62px; }.numbers-panel { grid-template-columns: 1fr 1fr; }.numbers-intro { grid-column: span 2; }.number-item:nth-child(2) { border-left: 0; }.number-item { padding: 22px 10px; }.number-item strong { font-size: 31px; }.quote-card { min-height: 220px; }.pricing-heading { align-items: flex-start; flex-direction: column; gap: 20px; }.price-desc { height: auto; }.price-card ul { min-height: auto; }.faq-section .row { gap: 0 !important; }.closing-section { padding-bottom: 0; }.closing-panel { margin: 0 -12px; min-height: 350px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 38px; }.footer-signoff { align-self: flex-end; }.footer-bottom div { gap: 12px; }.footer-main { padding-top: 0; }
}

@media (max-width: 430px) {
  h2 { font-size: 42px; }.hero-frame { padding-left: 5%; padding-right: 5%; }.hero-copy h1 { font-size: 47px; }.hero-actions .btn { width: 100%; }.hero-proof { margin-top: 26px; }.trip-topbar { padding: 0 10px; }.trip-rail { display: none !important; }.itinerary-pane { flex-basis: 59%; }.trip-map { flex-basis: 41%; }.itinerary-pane h2 { font-size: 19px; }.trip-tabs { gap: 8px; }.map-note { left: 6px; width: 105px; }.map-note strong { font-size: 6px; }.map-note small { display: none; }.trust-names span:nth-child(3), .trust-names span:nth-child(4) { display: none; }.journey-row { grid-template-columns: 1fr; }.journey-step { min-height: auto; }.feature-card { min-height: 165px; }.product-window { margin-left: -6px; margin-right: -6px; }.window-side { display: none; }.window-main { height: 270px; }.window-stats { grid-template-columns: 1.1fr .7fr 1.4fr; }.window-title h3 { font-size: 17px; }.showcase-copy h3 { font-size: 29px; }.numbers-intro h2 { font-size: 31px; }.number-item span { font-size: 8px; }.closing-content { padding: 0 20px; }
}

/* A compact rhythm keeps the landing page focused on the content, not empty space. */
.numbers-section { padding: 58px 0; }
@media (max-width: 991.98px) {
  .site-header .navbar { min-height: 62px; }
  .hero-frame { padding: 54px 7% 34px; }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hero-frame { min-height: 440px; padding: 75px 4% 24px; }
}
@media (max-width: 767.98px) {
  .section-space { padding: 60px 0; }
  .numbers-section { padding: 48px 0; }
}
