:root {
  --mly-navy: #071b33;
  --mly-coral: #ff5f56;
  --mly-turquoise: #00bfae;
  --mly-sun: #ffc857;
  --mly-blue: #3478f6;
  --mly-violet: #7c5cff;
  --mly-ink: #10243e;
  --mly-muted: #5c6f84;
  --mly-cloud: #f3f8fd;
  --mly-white: #ffffff;
  --mly-border: #dbe7f1;
  --mly-shadow: 0 24px 70px rgba(7, 27, 51, 0.12);
  --mly-radius: 28px;
}

body.merchlys-site-active .container-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.merchlys-site-active .main-content {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.merchlys-site-active #page-header-bg,
body.merchlys-site-active .page-header-no-bg {
  display: none !important;
}

.mly-vc-clean,
.mly-vc-clean > .row_col_wrap_12,
.mly-vc-clean > .row_col_wrap_12 > .wpb_column,
.mly-vc-clean .vc_column-inner,
.mly-vc-clean .wpb_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.mly-site,
.mly-site * {
  box-sizing: border-box;
}

.mly-site {
  color: var(--mly-ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.65;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.mly-site a {
  color: inherit;
  text-decoration: none;
}

.mly-site h1,
.mly-site h2,
.mly-site h3,
.mly-site p {
  margin-top: 0;
}

.mly-site h1,
.mly-site h2,
.mly-site h3,
.mly-site strong {
  color: inherit;
}

.mly-site img {
  display: block;
  max-width: 100%;
}

.mly-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.mly-section {
  padding: 112px 0;
}

.mly-section--cloud { background: var(--mly-cloud); }
.mly-section--white { background: var(--mly-white); }
.mly-section--navy { background: var(--mly-navy); color: #fff; }

.mly-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--mly-turquoise);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mly-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 54px;
}

.mly-section-heading .mly-kicker {
  grid-column: 1 / -1;
  margin-bottom: -24px;
}

.mly-section-heading h2 {
  margin-bottom: 0;
  max-width: 760px;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.mly-section-heading p {
  margin-bottom: 4px;
  color: var(--mly-muted);
  font-size: 18px;
  line-height: 1.65;
}

.mly-heading--light h2 { color: #fff; }
.mly-heading--light p { color: rgba(255,255,255,.68); }

.mly-hero {
  position: relative;
  min-height: 820px;
  padding: 132px 0 54px;
  background-image: linear-gradient(90deg, rgba(7,27,51,.96) 0%, rgba(7,27,51,.85) 39%, rgba(7,27,51,.32) 70%, rgba(7,27,51,.12) 100%), var(--mly-hero);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.mly-hero::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,27,51,.54), transparent 40%);
  content: "";
  pointer-events: none;
}

.mly-hero__shell {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 630px;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 500px);
  gap: clamp(36px, 4vw, 66px);
  align-items: center;
}

.mly-hero__shell > * { min-width: 0; }

.mly-hero__content {
  align-self: center;
  max-width: 760px;
}

.mly-pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mly-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mly-coral);
  box-shadow: 0 0 0 5px rgba(255,95,86,.18);
}

.mly-hero h1 {
  margin-bottom: 26px;
  max-width: 790px;
  color: #fff;
  font-size: clamp(52px, 5.3vw, 82px);
  font-weight: 780;
  letter-spacing: -0.058em;
  line-height: .98;
}

.mly-hero__content > p {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.82);
  font-size: 19px;
  line-height: 1.7;
}

.mly-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.mly-button {
  display: inline-flex;
  min-height: 54px;
  gap: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.15;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.mly-button:hover,
.mly-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(7,27,51,.2);
}

.mly-button:focus-visible,
.mly-site a:focus-visible,
.mly-site button:focus-visible,
.mly-site select:focus-visible,
.mly-site input:focus-visible {
  outline: 3px solid var(--mly-sun);
  outline-offset: 3px;
}

.mly-button--coral { background: var(--mly-coral); color: #fff !important; }
.mly-button--primary { background: var(--mly-turquoise); color: var(--mly-navy) !important; }
.mly-button--navy { background: var(--mly-navy); color: #fff !important; }
.mly-button--glass { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.11); color: #fff !important; backdrop-filter: blur(12px); }
.mly-button--outline { border-color: var(--mly-border); background: #fff; color: var(--mly-navy) !important; }

.mly-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 35px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 700;
}

.mly-proof span::before {
  color: var(--mly-turquoise);
  content: "✓";
  margin-right: 7px;
}

.mly-finder {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 28px;
  padding: 30px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 28px 70px rgba(7,27,51,.32);
  color: var(--mly-ink);
  backdrop-filter: blur(18px);
}

.mly-finder::before {
  position: absolute;
  top: -1px;
  right: 36px;
  left: 36px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--mly-coral), var(--mly-sun), var(--mly-turquoise));
  content: "";
}

.mly-finder__heading span {
  display: block;
  color: var(--mly-coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mly-finder__heading strong {
  display: block;
  margin-top: 5px;
  color: var(--mly-navy);
  font-size: 24px;
  line-height: 1.35;
}

.mly-finder label > span {
  display: block;
  margin-bottom: 5px;
  color: #5c6f84;
  font-size: 13px;
  font-weight: 800;
}

.mly-finder input,
.mly-location-search input {
  width: 100%;
  height: 54px;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  padding: 0 15px;
  background: #f7fafc;
  color: var(--mly-navy);
  font: inherit;
  font-size: 15px;
}

.mly-finder__destination { position: relative; min-width: 0; }
.mly-finder__destination label { display: block; min-width: 0; }
.mly-finder__destination input { min-width: 0; height: 58px; }

.mly-finder__heading small {
  display: block;
  margin-top: 5px;
  color: var(--mly-muted);
  font-size: 13px;
}

.mly-finder__note {
  margin: 0;
  color: var(--mly-muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.5;
  text-align: center;
}

.mly-finder__dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mly-finder__dates label { min-width: 0; }
.mly-finder__dates label:last-child { grid-column: 1 / -1; }
.mly-finder__dates input,
.mly-finder__dates select { width: 100%; min-width: 0; height: 50px; font-size: 14px; }

.mly-city-finder label { position: relative; }

.mly-location-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  border: 1px solid var(--mly-border);
  border-radius: 14px;
  padding: 7px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7,27,51,.2);
}

.mly-city-finder .mly-location-suggestions { top: calc(100% + 8px); right: 0; left: 0; }

.mly-location-suggestions a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 15px;
  border-radius: 9px;
  padding: 10px 11px;
  color: var(--mly-navy);
}

.mly-location-suggestions a:hover,
.mly-location-suggestions a:focus { background: var(--mly-cloud); }
.mly-location-suggestions strong { font-size: 14px; }
.mly-location-suggestions small { color: var(--mly-muted); font-size: 11px; }
.mly-location-suggestions em { grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--mly-coral); font-style: normal; font-size: 16px; }

.mly-finder select {
  width: 100%;
  height: 48px;
  border: 1px solid #dce6ef;
  border-radius: 11px;
  padding: 0 34px 0 12px;
  background: #f7fafc;
  color: var(--mly-navy);
  font: inherit;
  font-size: 14px;
}

.mly-finder button {
  min-height: 56px;
  border: 0;
  border-radius: 13px;
  padding: 12px 16px;
  background: var(--mly-navy);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
}

.mly-finder button span { margin-left: 10px; }

.mly-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mly-service-card {
  position: relative;
  display: flex;
  min-height: 235px;
  flex-direction: column;
  border: 1px solid var(--mly-border);
  border-radius: 22px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7,27,51,.05);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.mly-service-card::after,
.mly-hub-card::after {
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: var(--card-accent);
  content: "";
  opacity: .12;
}

.mly-service-card:hover {
  border-color: var(--card-accent);
  box-shadow: var(--mly-shadow);
  transform: translateY(-7px);
}

.mly-service-card__icon {
  display: inline-flex;
  width: fit-content;
  min-width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 12px;
  background: color-mix(in srgb, var(--card-accent) 15%, white);
  color: var(--mly-navy);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

.mly-service-card__copy {
  display: block;
  margin-top: auto;
  padding-top: 24px;
}

.mly-service-card__copy b {
  display: block;
  margin-bottom: 7px;
  color: var(--card-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mly-service-card__copy strong {
  display: block;
  margin-bottom: 7px;
  color: var(--mly-navy);
  font-size: 20px;
  line-height: 1.25;
}

.mly-service-card__copy small {
  display: block;
  color: var(--mly-muted);
  font-size: 14px;
  line-height: 1.55;
}

.mly-service-grid--seven { grid-template-columns: repeat(4,minmax(0,1fr)); }
.mly-service-card--action { min-height: 320px; }
.mly-service-card--action:hover { transform: translateY(-4px); }
.mly-service-card--action .mly-service-card__copy { margin-bottom: 18px; }
.mly-service-card--action .mly-service-card__copy b { color: var(--card-accent); }
.mly-service-card--action .mly-service-card__copy strong { font-size: 18px; }
.mly-service-card__actions { position: relative; z-index: 2; display: grid; gap: 8px; margin-top: auto; }
.mly-service-card__actions .mly-button { width: 100%; min-height: 44px; justify-content: space-between; padding: 10px 14px; font-size: 12px; }
.mly-commercial-note { max-width: 820px; margin: 30px auto 0; color: var(--mly-muted); font-size: 12px; text-align: center; }

.mly-section--search {
  position: relative;
  background: radial-gradient(circle at 8% 10%, rgba(255,200,87,.55), transparent 26%), radial-gradient(circle at 92% 90%, rgba(0,191,174,.3), transparent 30%), #eef5ff;
}

.mly-search-panel {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 50px;
  align-items: center;
  border-radius: 32px;
  padding: 58px;
  background: linear-gradient(135deg,var(--mly-navy),#103f69);
  box-shadow: var(--mly-shadow);
  color: #fff;
}

.mly-search-panel__copy h2 { margin: 0 0 16px; color: #fff; font-size: clamp(40px,4.5vw,64px); line-height: 1.02; letter-spacing: -.045em; }
.mly-search-panel__copy p { margin: 0; color: rgba(255,255,255,.68); font-size: 17px; }
.mly-location-search { position: relative; border-radius: 22px; padding: 24px; background: #fff; color: var(--mly-navy); }
.mly-location-search label > span { display: block; margin-bottom: 8px; color: var(--mly-muted); font-size: 12px; font-weight: 850; }
.mly-location-search label > div { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.mly-location-search button { min-width: 125px; border: 0; border-radius: 12px; padding: 0 18px; background: var(--mly-coral); color: #fff; cursor: pointer; font: inherit; font-weight: 850; }
.mly-location-search .mly-location-suggestions { top: 92px; right: 24px; left: 24px; }
.mly-location-search__dates { display:grid; grid-template-columns:1fr 1fr .7fr; gap:9px; margin-top:12px; }
.mly-location-search__dates input,.mly-location-search__dates select { width:100%; height:45px; border:1px solid #dce6ef; border-radius:11px; padding:0 11px; background:#f7fafc; color:var(--mly-navy); font:inherit; font-size:12px; }
.mly-search-panel__points { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding-top: 3px; }
.mly-search-panel__points span { border: 1px solid rgba(255,255,255,.13); border-radius: 14px; padding: 13px 15px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.72); font-size: 13px; }
.mly-search-panel__points b { margin-right: 9px; color: var(--mly-sun); }

.mly-location-hero {
  position: relative;
  padding: 150px 0 94px;
  background: radial-gradient(circle at 82% 20%, rgba(255,200,87,.28), transparent 26%), radial-gradient(circle at 12% 90%, rgba(255,95,86,.25), transparent 28%), linear-gradient(135deg,#071b33,#123c65);
  color: #fff;
}

.mly-location-hero h1 { max-width: 980px; margin: 0 0 24px; color: #fff; font-size: clamp(50px,7vw,88px); font-weight: 780; letter-spacing: -.055em; line-height: .98; }
.mly-location-hero p { max-width: 780px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; }
.mly-location-hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.mly-location-hero__chips span { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 7px 12px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.82); font-size: 12px; font-weight: 800; }
.mly-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: rgba(255,255,255,.6); font-size: 12px; font-weight: 750; }
.mly-breadcrumbs a:hover { color: var(--mly-sun); }
.mly-text-link { display: inline-block; margin-top: 22px; color: var(--mly-sun) !important; font-weight: 850; }
.mly-location-explore { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; }
.mly-location-explore h2 { color: var(--mly-navy); font-size: 40px; line-height: 1.08; letter-spacing: -.035em; }
.mly-location-explore ul { margin: 25px 0 0; padding: 0; list-style: none; }
.mly-location-explore li { border-top: 1px solid var(--mly-border); padding: 14px 0; color: var(--mly-muted); }
.mly-location-explore li::before { margin-right: 9px; color: var(--mly-coral); content: "✓"; font-weight: 900; }
.mly-search-matches { border-top: 1px solid var(--mly-border); }
.mly-search-match-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.mly-search-match-card { display: flex; min-height: 170px; flex-direction: column; justify-content: space-between; border: 1px solid var(--mly-border); border-radius: 18px; padding: 20px; background: #fff; box-shadow: 0 12px 32px rgba(7,27,51,.05); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.mly-search-match-card:hover,.mly-search-match-card:focus { border-color: var(--mly-turquoise); box-shadow: 0 18px 40px rgba(7,27,51,.09); transform: translateY(-3px); }
.mly-search-match-card > span { color: var(--mly-coral); font-size: 10px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.mly-search-match-card strong { margin-top: 12px; color: var(--mly-navy); font-size: 22px; line-height: 1.08; }
.mly-search-match-card small { margin-top: 8px; color: var(--mly-muted); font-size: 12px; line-height: 1.45; }
.mly-search-match-card em { margin-top: 17px; color: var(--mly-blue); font-size: 12px; font-style: normal; font-weight: 900; }
.mly-child-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 25px; }
.mly-child-grid a { display: flex; min-height: 88px; flex-direction: column; justify-content: center; border: 1px solid var(--mly-border); border-radius: 14px; padding: 15px; background: var(--mly-cloud); }
.mly-child-grid a:hover { border-color: var(--mly-turquoise); }
.mly-child-grid strong { color: var(--mly-navy); font-size: 15px; }
.mly-child-grid span { margin-top: 4px; color: var(--mly-turquoise); font-size: 11px; font-weight: 850; }

.mly-country-directory { margin-top: 100px; border-top: 1px solid var(--mly-border); padding-top: 90px; }
.mly-country-groups { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; align-items: start; }
.mly-country-groups > div { border: 1px solid var(--mly-border); border-radius: 18px; padding: 22px; background: #fff; }
.mly-country-groups > div > strong { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 11px; background: var(--mly-navy); color: #fff; font-size: 15px; }
.mly-country-groups ul { margin: 14px 0 0; padding: 0; list-style: none; }
.mly-country-groups li { border-top: 1px solid var(--mly-border); }
.mly-country-groups li:first-child { border-top: 0; }
.mly-country-groups a { display: block; padding: 9px 0; color: var(--mly-muted); font-size: 13px; font-weight: 700; }
.mly-country-groups a:hover { color: var(--mly-coral); }

.mly-card-arrow {
  position: absolute;
  top: 27px;
  right: 25px;
  color: var(--card-accent);
  font-size: 22px;
  font-weight: 900;
}

.mly-accent--turquoise { --card-accent: var(--mly-turquoise); }
.mly-accent--coral { --card-accent: var(--mly-coral); }
.mly-accent--sun { --card-accent: var(--mly-sun); }
.mly-accent--blue { --card-accent: var(--mly-blue); }
.mly-accent--navy { --card-accent: var(--mly-navy); }
.mly-accent--violet { --card-accent: var(--mly-violet); }

.mly-style-layout {
  display: grid;
  grid-template-columns: .92fr 1.4fr;
  gap: 26px;
}

.mly-style-image {
  position: relative;
  min-height: 650px;
  border-radius: var(--mly-radius);
  overflow: hidden;
}

.mly-style-image::after {
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(7,27,51,.9));
  content: "";
}

.mly-style-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.mly-style-image:hover img { transform: scale(1.035); }

.mly-style-image > span {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 32px;
  left: 32px;
}

.mly-style-image small,
.mly-style-image strong { display: block; color: #fff; }
.mly-style-image small { margin-bottom: 7px; color: var(--mly-sun); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mly-style-image strong { font-size: 27px; line-height: 1.2; }

.mly-style-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mly-style-card {
  position: relative;
  display: flex;
  min-height: 151px;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  padding: 23px 23px 18px 25px;
  background: rgba(255,255,255,.065);
  transition: background .25s ease, transform .25s ease;
}

.mly-style-card:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }
.mly-style-card strong { color: #fff; font-size: 18px; }
.mly-style-card small { max-width: 90%; margin-top: 5px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.45; }
.mly-style-card em { margin-top: auto; color: var(--card-accent); font-size: 12px; font-style: normal; font-weight: 900; }
.mly-style-dot { position: absolute; top: 24px; right: 24px; width: 9px; height: 9px; border-radius: 50%; background: var(--card-accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--card-accent) 16%, transparent); }

.mly-destination-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 46px;
  align-items: stretch;
}

.mly-destination-photo {
  position: relative;
  min-height: 660px;
  border-radius: var(--mly-radius);
  overflow: hidden;
  box-shadow: var(--mly-shadow);
}

.mly-destination-photo::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(7,27,51,.86));
  content: "";
}

.mly-destination-photo img { width: 100%; height: 100%; object-fit: cover; }

.mly-destination-photo span {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  left: 34px;
  color: #fff;
}

.mly-destination-photo small,
.mly-destination-photo strong { display: block; color: inherit; }
.mly-destination-photo small { color: var(--mly-sun); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mly-destination-photo strong { max-width: 470px; margin-top: 7px; font-size: 32px; line-height: 1.2; }

.mly-destination-list { display: grid; }

.mly-destination-list a {
  display: grid;
  grid-template-columns: 48px minmax(120px,.7fr) minmax(0,1.25fr) 22px;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--mly-border);
  padding: 23px 0;
  transition: padding .2s ease, color .2s ease;
}

.mly-destination-list a:hover { padding-left: 8px; color: var(--mly-coral); }
.mly-destination-list span { color: var(--mly-turquoise); font-size: 12px; font-weight: 900; }
.mly-destination-list strong { color: var(--mly-navy); font-size: 22px; line-height: 1.25; }
.mly-destination-list small { color: var(--mly-muted); font-size: 13px; line-height: 1.5; }
.mly-destination-list em { color: var(--mly-coral); font-size: 20px; font-style: normal; }

.mly-section--sunrise {
  position: relative;
  background: linear-gradient(125deg, var(--mly-coral), #ff8767 42%, var(--mly-sun));
  color: var(--mly-navy);
}

.mly-feature {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(400px,.8fr);
  gap: 90px;
  align-items: center;
}

.mly-feature__copy h2 {
  max-width: 670px;
  margin-bottom: 24px;
  color: var(--mly-navy);
  font-size: clamp(40px, 5vw, 67px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.mly-feature__copy p { max-width: 650px; margin-bottom: 30px; color: rgba(7,27,51,.76); font-size: 18px; }
.mly-feature .mly-kicker { color: var(--mly-navy); opacity: .7; }

.mly-steps { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.mly-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: center; border: 1px solid rgba(255,255,255,.47); border-radius: 18px; padding: 19px; background: rgba(255,255,255,.5); backdrop-filter: blur(12px); }
.mly-steps li > span { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 14px; background: var(--mly-navy); color: #fff; font-size: 12px; font-weight: 900; }
.mly-steps strong,.mly-steps small { display: block; }
.mly-steps strong { color: var(--mly-navy); font-size: 17px; }
.mly-steps small { margin-top: 3px; color: rgba(7,27,51,.67); font-size: 13px; line-height: 1.45; }

.mly-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mly-trust-grid article { position: relative; min-height: 260px; border: 1px solid var(--mly-border); border-radius: 23px; padding: 31px; background: #fff; overflow: hidden; }
.mly-trust-grid article::after { position: absolute; right: -50px; bottom: -55px; width: 150px; height: 150px; border-radius: 50%; background: linear-gradient(135deg,var(--mly-turquoise),var(--mly-blue)); content:""; opacity:.09; }
.mly-trust-grid article > span { color: var(--mly-coral); font-size: 12px; font-weight: 950; letter-spacing: .14em; }
.mly-trust-grid strong { display: block; margin-top: 48px; color: var(--mly-navy); font-size: 24px; line-height: 1.25; }
.mly-trust-grid p { margin: 10px 0 0; color: var(--mly-muted); font-size: 15px; }

.mly-journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.mly-journal-card { position: relative; min-height: 330px; border: 1px solid var(--mly-border); border-top: 5px solid var(--card-accent); border-radius: 22px; padding: 31px; background: #fff; box-shadow: 0 16px 44px rgba(7,27,51,.06); transition: transform .3s ease, box-shadow .3s ease; }
.mly-journal-card:hover { transform: translateY(-6px); box-shadow: var(--mly-shadow); }
.mly-journal-card > span { color: var(--card-accent); font-size: 11px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.mly-journal-card h3 { margin: 54px 0 12px; color: var(--mly-navy); font-size: 27px; line-height: 1.2; }
.mly-journal-card p { color: var(--mly-muted); font-size: 15px; }
.mly-journal-card em { position: absolute; bottom: 28px; color: var(--mly-navy); font-size: 13px; font-style: normal; font-weight: 900; }

/* Editorial journal and guide cards */
.mly-section--blog { position: relative; background: linear-gradient(135deg,#fff8ef 0%,#f0fbfa 48%,#eef3ff 100%); overflow: hidden; }
.mly-section--blog::before,.mly-section--blog::after { position:absolute; border-radius:50%; content:""; pointer-events:none; }
.mly-section--blog::before { width:340px; height:340px; top:-190px; right:5%; background:rgba(255,95,86,.13); }
.mly-section--blog::after { width:280px; height:280px; bottom:-170px; left:0; background:rgba(52,120,246,.11); }
.mly-blog-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.mly-blog-card { display:flex; min-width:0; flex-direction:column; border:1px solid rgba(7,27,51,.1); border-radius:26px; background:#fff; box-shadow:0 20px 55px rgba(7,27,51,.1); overflow:hidden; transition:transform .28s ease,box-shadow .28s ease; }
.mly-blog-card:hover { transform:translateY(-8px); box-shadow:0 28px 70px rgba(7,27,51,.17); }
.mly-blog-card__media { position:relative; height:220px; background:linear-gradient(135deg,var(--card-accent),#071b33); overflow:hidden; }
.mly-blog-card__media::after { position:absolute; inset:0; background:linear-gradient(180deg,transparent 40%,rgba(7,27,51,.55)); content:""; }
.mly-blog-card__media img { width:100%; height:100%; object-fit:cover; opacity:.93; transition:transform .5s ease; }
.mly-blog-card:hover .mly-blog-card__media img { transform:scale(1.06); }
.mly-blog-card__media > span { position:absolute; z-index:1; left:18px; bottom:17px; border:1px solid rgba(255,255,255,.5); border-radius:999px; padding:7px 11px; background:rgba(7,27,51,.55); color:#fff; font-size:10px; font-weight:950; letter-spacing:.16em; text-transform:uppercase; }
.mly-blog-card__body { display:flex; min-height:255px; flex:1; flex-direction:column; padding:25px 26px 24px; border-top:5px solid var(--card-accent); }
.mly-blog-card__body h3 { margin:0 0 12px; color:var(--mly-navy); font-size:25px; line-height:1.18; letter-spacing:-.02em; }
.mly-blog-card__body p { margin:0; color:var(--mly-muted); font-size:15px; line-height:1.65; }
.mly-blog-card__body em { display:flex; gap:8px; align-items:center; margin-top:auto; padding-top:23px; color:var(--mly-navy); font-size:13px; font-style:normal; font-weight:950; }
.mly-blog-card__body em span { color:var(--card-accent); font-size:18px; }
.mly-guide-intro { max-width:760px; margin-bottom:42px; }
.mly-guide-intro h2 { margin-bottom:14px; color:var(--mly-navy); font-size:clamp(36px,5vw,60px); line-height:1.04; letter-spacing:-.045em; }
.mly-guide-intro p { margin:0; color:var(--mly-muted); font-size:18px; }
.mly-guide-cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.mly-guide-card { display:flex; min-width:0; flex-direction:column; border:1px solid var(--mly-border); border-radius:24px; background:#fff; overflow:hidden; box-shadow:0 15px 45px rgba(7,27,51,.07); transition:transform .25s ease,box-shadow .25s ease; }
.mly-guide-card:hover { transform:translateY(-6px); box-shadow:var(--mly-shadow); }
.mly-guide-card__media { position:relative; height:190px; background:linear-gradient(135deg,var(--card-accent),var(--mly-navy)); overflow:hidden; }
.mly-guide-card__media::after { position:absolute; inset:0; background:linear-gradient(180deg,transparent,rgba(7,27,51,.58)); content:""; }
.mly-guide-card__media img { width:100%; height:100%; object-fit:cover; }
.mly-guide-card__media span { position:absolute; z-index:1; left:17px; bottom:15px; color:#fff; font-size:10px; font-weight:950; letter-spacing:.16em; text-transform:uppercase; }
.mly-guide-card__body { display:flex; min-height:225px; flex:1; flex-direction:column; padding:24px; border-top:4px solid var(--card-accent); }
.mly-guide-card__body h2 { margin-bottom:11px; color:var(--mly-navy); font-size:24px; line-height:1.2; }
.mly-guide-card__body p { margin:0; color:var(--mly-muted); font-size:14px; }
.mly-guide-card__body em { display:flex; gap:7px; align-items:center; margin-top:auto; padding-top:20px; color:var(--card-accent); font-size:13px; font-style:normal; font-weight:950; }
.mly-guide-card__body em span { font-size:17px; }

/* Seeded editorial post layout */
.mly-blog-post { width:100vw; margin-left:calc(50% - 50vw); background:#fff; }
.mly-blog-post__hero { padding:128px 0 90px; background:radial-gradient(circle at 83% 18%,rgba(0,191,174,.26),transparent 28%),radial-gradient(circle at 10% 88%,rgba(255,95,86,.25),transparent 30%),var(--mly-navy); color:#fff; }
.mly-blog-post__hero-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(340px,.72fr); gap:70px; align-items:center; }
.mly-blog-post__hero h1 { max-width:800px; margin:0 0 22px; color:#fff; font-size:clamp(48px,6.5vw,84px); line-height:.99; letter-spacing:-.055em; }
.mly-blog-post__hero p { max-width:680px; margin:0; color:rgba(255,255,255,.72); font-size:19px; }
.mly-blog-post__hero img { width:100%; height:390px; border:1px solid rgba(255,255,255,.23); border-radius:28px; object-fit:cover; box-shadow:0 26px 65px rgba(0,0,0,.3); }
.mly-blog-post__body { max-width:860px; padding-top:75px; padding-bottom:105px; }
.mly-blog-post__body > * { max-width:820px; }
.mly-blog-post__body .mly-blog-post__lede { margin-bottom:42px; color:var(--mly-navy); font-size:21px; line-height:1.65; }
.mly-blog-post__body h2 { margin:48px 0 14px; color:var(--mly-navy); font-size:clamp(29px,4vw,43px); line-height:1.1; letter-spacing:-.035em; }
.mly-blog-post__body h3 { margin:35px 0 12px; color:var(--mly-navy); font-size:26px; }
.mly-blog-post__body p,.mly-blog-post__body li { color:var(--mly-muted); font-size:17px; line-height:1.82; }
.mly-blog-post__body li { margin-bottom:9px; }
.mly-blog-post__body ol,.mly-blog-post__body ul { padding-left:24px; }
.mly-blog-callout { margin:36px 0; border-left:6px solid var(--mly-coral); border-radius:0 20px 20px 0; padding:25px 28px; background:linear-gradient(135deg,#fff3df,#e9fbf8); }
.mly-blog-callout strong { color:var(--mly-navy); font-size:19px; }
.mly-blog-callout p { margin:5px 0 0; }
.mly-blog-check-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:30px 0; }
.mly-blog-check-grid > div { border:1px solid var(--mly-border); border-top:4px solid var(--mly-turquoise); border-radius:17px; padding:20px; background:#f7fbff; }
.mly-blog-check-grid > div:nth-child(2) { border-top-color:var(--mly-coral); background:#fff8f4; }
.mly-blog-check-grid > div:nth-child(3) { border-top-color:var(--mly-blue); background:#f4f7ff; }
.mly-blog-check-grid span { display:block; margin-bottom:11px; color:var(--mly-coral); font-size:10px; font-weight:950; letter-spacing:.16em; }
.mly-blog-check-grid strong { display:block; margin-bottom:7px; color:var(--mly-navy); font-size:17px; line-height:1.3; }
.mly-blog-check-grid p { margin:0; font-size:14px !important; line-height:1.55 !important; }
.mly-blog-cta { display:inline-flex; gap:9px; align-items:center; margin-top:17px; border-radius:999px; padding:13px 19px; background:var(--mly-coral); box-shadow:0 12px 24px rgba(255,95,86,.2); color:#fff !important; font-size:14px !important; font-weight:900; }
.mly-blog-cta:hover { background:var(--mly-navy); }

.mly-section--closing { background: var(--mly-navy); color: #fff; }
.mly-closing { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.mly-closing h2 { max-width: 760px; margin-bottom: 18px; color:#fff; font-size: clamp(40px,5vw,68px); line-height:1.02; letter-spacing:-.045em; }
.mly-closing p { max-width:700px; margin-bottom:0; color:rgba(255,255,255,.65); font-size:17px; }

.mly-inner-hero,
.mly-detail-hero,
.mly-legal > header {
  padding: 150px 0 88px;
  background: radial-gradient(circle at 82% 25%, rgba(0,191,174,.25), transparent 28%), radial-gradient(circle at 17% 80%, rgba(255,95,86,.22), transparent 30%), var(--mly-navy);
  color: #fff;
}

.mly-inner-hero h1,
.mly-legal h1 {
  max-width: 930px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(50px,7vw,86px);
  font-weight: 770;
  letter-spacing: -.055em;
  line-height: .98;
}

.mly-inner-hero p { max-width: 720px; margin-bottom: 0; color:rgba(255,255,255,.7); font-size:19px; }

.mly-hub-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:19px; }
.mly-hub-card { position:relative; min-height:260px; border:1px solid var(--mly-border); border-radius:23px; padding:29px; background:#fff; overflow:hidden; transition:transform .25s ease,box-shadow .25s ease; }
.mly-hub-card:hover { transform:translateY(-5px); box-shadow:var(--mly-shadow); }
.mly-hub-card > span { display:block; width:48px; height:8px; border-radius:99px; background:var(--card-accent); }
.mly-hub-card h2 { margin:52px 0 10px; color:var(--mly-navy); font-size:25px; line-height:1.2; }
.mly-hub-card p { color:var(--mly-muted); font-size:14px; }
.mly-hub-card em { position:absolute; bottom:25px; color:var(--card-accent); font-size:13px; font-style:normal; font-weight:900; }

.mly-guide-list { border-top:1px solid var(--mly-border); }
.mly-guide-list article { display:grid; grid-template-columns:100px 1fr; gap:28px; border-bottom:1px solid var(--mly-border); padding:35px 5px; }
.mly-guide-list article > span { color:var(--mly-coral); font-size:13px; font-weight:950; letter-spacing:.14em; }
.mly-guide-list h2 { margin-bottom:7px; color:var(--mly-navy); font-size:30px; }
.mly-guide-list p { margin:0; color:var(--mly-muted); font-size:16px; }

.mly-notice { margin-bottom:30px; border-left:5px solid var(--mly-sun); border-radius:0 17px 17px 0; padding:22px 25px; background:#fff; }
.mly-notice strong { color:var(--mly-navy); font-size:18px; }
.mly-notice p { margin:5px 0 0; color:var(--mly-muted); }

.mly-story { display:grid; grid-template-columns:1.3fr .7fr; gap:70px; align-items:start; }
.mly-story h2 { color:var(--mly-navy); font-size:clamp(38px,5vw,62px); line-height:1.04; letter-spacing:-.045em; }
.mly-story p { color:var(--mly-muted); font-size:17px; }
.mly-story aside { border-radius:24px; padding:30px; background:var(--mly-navy); color:#fff; }
.mly-story aside strong { color:#fff; font-size:21px; }
.mly-story ul { margin:20px 0 0; padding:0; list-style:none; }
.mly-story li { border-top:1px solid rgba(255,255,255,.13); padding:14px 0; color:rgba(255,255,255,.72); font-size:14px; }
.mly-story li::before { color:var(--mly-turquoise); content:"✓"; margin-right:8px; }

.mly-contact-card { max-width:820px; border-radius:28px; padding:48px; background:linear-gradient(135deg,#fff,#eaf8f7); box-shadow:var(--mly-shadow); }
.mly-contact-card h2 { margin-bottom:16px; color:var(--mly-navy); font-size:clamp(30px,5vw,52px); overflow-wrap:anywhere; }
.mly-contact-card p { max-width:650px; margin-bottom:28px; color:var(--mly-muted); font-size:17px; }

.mly-detail-hero { position:relative; background:var(--mly-navy); background:linear-gradient(125deg,var(--mly-navy),color-mix(in srgb,var(--card-accent) 45%,var(--mly-navy))); }
.mly-detail-hero__grid { display:grid; grid-template-columns:1fr .8fr; gap:70px; align-items:center; }
.mly-detail-hero h1 { margin-bottom:22px; color:#fff; font-size:clamp(50px,6.5vw,82px); line-height:.99; letter-spacing:-.055em; }
.mly-detail-hero p { max-width:650px; margin-bottom:30px; color:rgba(255,255,255,.72); font-size:18px; }
.mly-detail-hero .mly-partner-note { display:block; margin-top:18px; color:rgba(255,255,255,.62); font-size:12px; line-height:1.5; }
.mly-detail-hero img { width:100%; height:420px; border:1px solid rgba(255,255,255,.2); border-radius:27px; object-fit:cover; box-shadow:0 28px 70px rgba(0,0,0,.28); }
.mly-detail-content { display:grid; grid-template-columns:1.2fr .65fr; gap:90px; }
.mly-detail-content article h2 { color:var(--mly-navy); font-size:44px; line-height:1.08; letter-spacing:-.035em; }
.mly-detail-content article h3 { margin:35px 0 14px; color:var(--mly-navy); font-size:24px; }
.mly-detail-content article p,.mly-detail-content article li { color:var(--mly-muted); font-size:17px; }
.mly-detail-content article li { margin-bottom:10px; }
.mly-detail-content aside { height:fit-content; border:1px solid var(--mly-border); border-radius:23px; padding:28px; background:var(--mly-cloud); }
.mly-detail-content aside > strong { display:block; margin-bottom:14px; color:var(--mly-navy); font-size:20px; }
.mly-detail-content aside a { display:flex; justify-content:space-between; border-top:1px solid var(--mly-border); padding:15px 0; color:var(--mly-muted); font-size:14px; font-weight:800; }
.mly-detail-content aside a:hover { color:var(--mly-coral); }

.mly-legal { background:#fff; }
.mly-legal > section { padding:80px 0 110px; }
.mly-prose { max-width:850px; }
.mly-prose h2 { margin:40px 0 12px; color:var(--mly-navy); font-size:31px; }
.mly-prose p,.mly-prose li { color:var(--mly-muted); font-size:17px; line-height:1.8; }

.mly-affiliate-note {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 24px;
  background: var(--mly-navy);
  color: rgba(255,255,255,.65);
  font-size: 13px;
  text-align: center;
}

.mly-affiliate-note a { color: var(--mly-turquoise); font-weight: 800; }

/* City hotel search */
.mly-hotel-search {
  position: relative;
  background: radial-gradient(circle at 8% 0,rgba(0,191,174,.18),transparent 31%),radial-gradient(circle at 96% 100%,rgba(255,95,86,.16),transparent 30%),#f5f9ff;
}
.mly-hotel-search__intro { display:grid; grid-template-columns:minmax(0,.75fr) minmax(300px,.55fr); gap:22px 70px; align-items:end; margin-bottom:34px; }
.mly-hotel-search__intro .mly-kicker { grid-column:1/-1; margin:0 0 -7px; }
.mly-hotel-search__intro h2 { margin:0; color:var(--mly-navy); font-size:clamp(40px,5vw,66px); line-height:1.01; letter-spacing:-.045em; }
.mly-hotel-search__intro p { margin:0; color:var(--mly-muted); font-size:16px; line-height:1.7; }
.mly-hotel-form { display:grid; grid-template-columns:1fr 1fr .65fr .65fr auto; gap:12px; align-items:end; border:1px solid var(--mly-border); border-radius:24px; padding:22px; background:#fff; box-shadow:0 18px 55px rgba(7,27,51,.08); }
.mly-hotel-form label>span { display:block; margin-bottom:7px; color:var(--mly-muted); font-size:11px; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.mly-hotel-form input,.mly-hotel-form select { width:100%; height:50px; border:1px solid #dce6ef; border-radius:12px; padding:0 13px; background:#f7fafc; color:var(--mly-navy); font:inherit; font-size:14px; }
.mly-hotel-form button { display:flex; min-height:50px; gap:14px; align-items:center; justify-content:center; border:0; border-radius:13px; padding:12px 20px; background:linear-gradient(135deg,var(--mly-coral),#ff7a5f); box-shadow:0 12px 28px rgba(255,95,86,.22); color:#fff; cursor:pointer; font:inherit; font-size:13px; font-weight:900; white-space:nowrap; }
.mly-hotel-form button:disabled { cursor:wait; opacity:.65; }
.mly-hotel-status,.mly-hotel-unavailable { margin-top:18px; border:1px solid var(--mly-border); border-radius:15px; padding:15px 18px; background:#fff; color:var(--mly-muted); font-size:13px; }
.mly-hotel-status--loading { border-color:#b5e8e2; background:#effbf9; color:#08766b; }
.mly-hotel-status--success { border-color:#c8e1ff; background:#f2f8ff; color:#245f9b; }
.mly-hotel-status--error { border-color:#ffd0cb; background:#fff5f3; color:#a33d34; }
.mly-hotel-unavailable strong { color:var(--mly-navy); }
.mly-hotel-unavailable p { margin:4px 0 0; }
.mly-hotel-unavailable small { display:block; margin-top:8px; color:#a45d00; }
.mly-hotel-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:22px; }
.mly-hotel-card { display:flex; min-width:0; flex-direction:column; border:1px solid var(--mly-border); border-radius:22px; background:#fff; overflow:hidden; box-shadow:0 15px 45px rgba(7,27,51,.07); transition:transform .22s ease,box-shadow .22s ease; }
.mly-hotel-card:hover { transform:translateY(-4px); box-shadow:0 22px 58px rgba(7,27,51,.12); }
.mly-hotel-card__media { display:grid; height:210px; place-items:center; background:linear-gradient(145deg,#daf5f1,#e9f0ff); overflow:hidden; }
.mly-hotel-card__media img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.mly-hotel-card:hover .mly-hotel-card__media img { transform:scale(1.035); }
.mly-hotel-card__placeholder { display:grid; width:75px; height:75px; place-items:center; border-radius:50%; background:var(--mly-navy); color:#fff; font-size:11px; font-weight:950; letter-spacing:.12em; }
.mly-hotel-card__copy { display:flex; min-height:238px; flex:1; flex-direction:column; padding:22px; }
.mly-hotel-card__facts { display:flex; flex-wrap:wrap; gap:7px; }
.mly-hotel-card__facts span,.mly-hotel-card__features span { border-radius:999px; padding:5px 8px; background:#e9f8f5; color:#08766b; font-size:10px; font-weight:850; }
.mly-hotel-card h3 { margin:15px 0 13px; color:var(--mly-navy); font-size:22px; line-height:1.2; }
.mly-hotel-card__features { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:18px; }
.mly-hotel-card__features span { background:#fff3df; color:#865900; }
.mly-hotel-card__button { display:flex; min-height:44px; align-items:center; justify-content:center; margin-top:auto; border-radius:12px; background:var(--mly-navy); color:#fff !important; font-size:12px; font-weight:900; }
.mly-hotel-card__button:hover { background:var(--mly-blue); }

@media (max-width: 1100px) {
  .mly-hero__shell { grid-template-columns: minmax(0,1fr) minmax(370px,410px); gap: 30px; }
  .mly-service-grid { grid-template-columns: repeat(2,1fr); }
	.mly-service-grid--seven { grid-template-columns: repeat(2,1fr); }
  .mly-style-layout { grid-template-columns: 1fr; }
  .mly-style-image { min-height: 520px; }
  .mly-feature { gap: 50px; }
  .mly-hub-grid { grid-template-columns: repeat(2,1fr); }
	.mly-country-groups { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .mly-shell { width: min(100% - 32px, 680px); }
  .mly-section { padding: 78px 0; }
  .mly-section-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 38px; }
  .mly-section-heading .mly-kicker { margin-bottom: 1px; }
  .mly-section-heading p { font-size: 16px; }
  .mly-hero { min-height: auto; padding: 100px 0 38px; background-image: linear-gradient(0deg,rgba(7,27,51,.92),rgba(7,27,51,.5)),var(--mly-hero); background-position: 58% center; }
  .mly-hero__shell { min-height:0; grid-template-columns:1fr; gap:40px; }
  .mly-hero__content { padding-top:60px; }
  .mly-hero h1 { font-size:clamp(48px,13vw,68px); }
  .mly-proof { gap:10px 18px; }
  .mly-finder { grid-template-columns:1fr; max-width:620px; margin:0 auto; }
  .mly-finder__heading,.mly-finder button,.mly-finder__dates { grid-column:auto; }
  .mly-destination-layout,.mly-feature,.mly-closing,.mly-story,.mly-detail-hero__grid,.mly-detail-content { grid-template-columns:1fr; }
	.mly-search-panel,.mly-location-explore { grid-template-columns:1fr; }
	.mly-search-panel { gap:28px; padding:38px; }
	.mly-search-panel__points { grid-template-columns:1fr; }
	.mly-hotel-search__intro { grid-template-columns:1fr; }
	.mly-hotel-search__intro .mly-kicker { grid-column:auto; }
	.mly-hotel-form { grid-template-columns:repeat(2,1fr); }
	.mly-hotel-form button { grid-column:1/-1; }
	.mly-hotel-grid { grid-template-columns:repeat(2,1fr); }
	.mly-country-groups { grid-template-columns:repeat(2,1fr); }
  .mly-destination-photo { min-height:520px; }
  .mly-feature { gap:45px; }
  .mly-closing { align-items:start; }
  .mly-trust-grid,.mly-journal-grid,.mly-blog-grid,.mly-guide-cards { grid-template-columns:1fr; }
  .mly-journal-card { min-height:280px; }
  .mly-inner-hero,.mly-detail-hero,.mly-legal>header { padding:120px 0 70px; }
  .mly-detail-hero img { height:360px; }
  .mly-blog-post__hero-grid { grid-template-columns:1fr; gap:38px; }
  .mly-blog-post__hero img { height:330px; }
  .mly-blog-check-grid { grid-template-columns:1fr; }
}

@media (max-width: 560px) {
  .mly-shell { width: calc(100% - 26px); }
  .mly-section { padding:64px 0; }
  .mly-service-grid,.mly-style-grid,.mly-hub-grid { grid-template-columns:1fr; }
	.mly-service-grid--seven,.mly-child-grid { grid-template-columns:1fr; }
	.mly-search-panel { padding:28px 18px; }
	.mly-location-search label > div { grid-template-columns:1fr; }
	.mly-location-search button { min-height:50px; }
	.mly-location-search__dates,.mly-hotel-form,.mly-hotel-grid { grid-template-columns:1fr; }
	.mly-hotel-form button { grid-column:auto; }
	.mly-hotel-card__media { height:230px; }
	.mly-location-hero { padding:120px 0 70px; }
	.mly-country-groups { grid-template-columns:1fr; }
  .mly-service-card { min-height:205px; }
  .mly-style-image { min-height:470px; }
  .mly-destination-photo { min-height:440px; }
  .mly-destination-list a { grid-template-columns:38px 1fr 20px; gap:10px; }
  .mly-destination-list small { grid-column:2/4; }
  .mly-finder { grid-template-columns:1fr; padding:20px; }
  .mly-finder__heading,.mly-finder button { grid-column:auto; }
	.mly-finder__dates { grid-column:auto; grid-template-columns:1fr; }
	.mly-finder__dates label:last-child { grid-column:auto; }
  .mly-actions { align-items:stretch; flex-direction:column; }
  .mly-button { width:100%; }
  .mly-proof { display:grid; }
  .mly-steps li { grid-template-columns:50px 1fr; }
  .mly-guide-list article { grid-template-columns:45px 1fr; gap:12px; }
  .mly-contact-card { padding:30px 22px; }
  .mly-detail-hero img { height:260px; }
  .mly-detail-content article h2 { font-size:36px; }
  .mly-blog-post__hero { padding:105px 0 60px; }
  .mly-blog-post__hero h1 { font-size:clamp(42px,12vw,64px); }
  .mly-blog-post__hero p { font-size:17px; }
  .mly-blog-post__hero img { height:250px; }
  .mly-blog-post__body { padding-top:55px; padding-bottom:75px; }
  .mly-blog-post__body p,.mly-blog-post__body li { font-size:16px; }
}

@media (prefers-reduced-motion: reduce) {
  .mly-site *, .mly-site *::before, .mly-site *::after { scroll-behavior:auto !important; transition-duration:.01ms !important; }
}

/* AI trip planner */
.mly-ai-teaser {
  position: relative;
  background: linear-gradient(125deg, #fff3de 0%, #e5fbf8 48%, #e8efff 100%);
  overflow: hidden;
}

.mly-ai-teaser::before,
.mly-ai-teaser::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mly-ai-teaser::before { width: 380px; height: 380px; top: -210px; right: 8%; background: rgba(255,95,86,.17); }
.mly-ai-teaser::after { width: 280px; height: 280px; bottom: -190px; left: 4%; background: rgba(0,191,174,.15); }
.mly-ai-teaser__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.mly-ai-teaser__grid > div:first-child { max-width: 700px; }
.mly-ai-teaser h2 { margin-bottom: 22px; color: var(--mly-navy); font-size: clamp(42px,5.3vw,70px); letter-spacing: -.05em; line-height: 1.02; }
.mly-ai-teaser p { max-width: 660px; margin-bottom: 30px; color: var(--mly-muted); font-size: 18px; }
.mly-ai-teaser__days { position: relative; border: 1px solid rgba(255,255,255,.82); border-radius: 30px; padding: 36px; background: rgba(255,255,255,.72); box-shadow: 0 30px 80px rgba(7,27,51,.12); backdrop-filter: blur(18px); transform: rotate(1.5deg); }
.mly-ai-teaser__days > span { display: inline-flex; border-radius: 99px; padding: 7px 11px; background: var(--mly-coral); color: #fff; font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.mly-ai-teaser__days article { display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--mly-border); padding: 18px 2px; }
.mly-ai-teaser__days article b { color: var(--mly-turquoise); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.mly-ai-teaser__days article strong { color: var(--mly-navy); font-size: 16px; text-align: right; }
.mly-ai-teaser__days small { display: block; margin-top: 18px; color: var(--mly-muted); font-size: 12px; }

.mly-ai-hero {
  position: relative;
  padding: 118px 0 64px;
  background: radial-gradient(circle at 77% 24%, rgba(255,200,87,.28), transparent 23%), radial-gradient(circle at 15% 76%, rgba(0,191,174,.27), transparent 28%), linear-gradient(125deg,#06182e 0%,#0b3157 55%,#243b81 100%);
  color: #fff;
  overflow: hidden;
}

.mly-ai-hero::after { position: absolute; right: -100px; bottom: -180px; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.mly-ai-hero .mly-shell { position: relative; z-index: 1; }
.mly-ai-hero h1 { max-width: 940px; margin-bottom: 20px; color: #fff; font-size: clamp(46px,6.1vw,76px); font-weight: 780; letter-spacing: -.055em; line-height: .98; }
.mly-ai-hero p { max-width: 780px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 19px; }
.mly-ai-hero__proof { display: flex; flex-wrap: wrap; gap: 10px; }
.mly-ai-hero__proof span { border: 1px solid rgba(255,255,255,.2); border-radius: 99px; padding: 8px 13px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.86); font-size: 12px; font-weight: 800; }
.mly-location-hero .mly-actions { margin-top: 24px; }

.mly-ai-workspace { display: block; }
.mly-ai-form { position: relative; border: 1px solid var(--mly-border); border-radius: 28px; padding: 30px; background: #fff; box-shadow: 0 24px 70px rgba(7,27,51,.09); }
.mly-ai-form__heading > span,.mly-ai-intro > span { color: var(--mly-coral); font-size: 11px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.mly-ai-form__heading h2 { margin: 9px 0 6px; color: var(--mly-navy); font-size: 30px; line-height: 1.16; letter-spacing: -.03em; }
.mly-ai-form__heading p { margin-bottom: 22px; color: var(--mly-muted); font-size: 14px; }
.mly-ai-form__heading .mly-ai-auth-note { margin: -9px 0 18px; color: #007e72; font-size: 12px; font-weight: 850; }
.mly-ai-searchbar { display: grid; grid-template-columns: minmax(170px,1.2fr) minmax(170px,1.2fr) minmax(78px,.45fr) minmax(92px,.55fr) minmax(145px,.8fr) minmax(150px,.72fr); gap: 12px; align-items: end; }
.mly-ai-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.mly-ai-field { display: block; margin: 0; }
.mly-ai-field--wide { grid-column: 1 / -1; }
.mly-ai-field > span { display: block; margin-bottom: 7px; color: var(--mly-navy); font-size: 12px; font-weight: 850; }
.mly-site .mly-ai-field input,
.mly-site .mly-ai-field select,
.mly-site .mly-ai-field textarea { width: 100%; min-height: 49px; margin: 0; border: 1px solid #cfdeea; border-radius: 12px; padding: 10px 12px; background: #f9fcff; color: var(--mly-ink); font-family: inherit; font-size: 14px; box-shadow: none; }
.mly-site .mly-ai-field textarea { min-height: 92px; resize: vertical; line-height: 1.5; }
.mly-site .mly-ai-field input:focus,
.mly-site .mly-ai-field select:focus,
.mly-site .mly-ai-field textarea:focus { border-color: var(--mly-turquoise); outline: 3px solid rgba(0,191,174,.13); }
.mly-ai-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.mly-ai-submit { display: flex; width: 100%; min-height: 49px; align-items: center; justify-content: space-between; margin: 0; border: 0; border-radius: 12px; padding: 11px 16px; background: linear-gradient(100deg,var(--mly-coral),#ff805e); color: #fff; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 900; box-shadow: 0 13px 28px rgba(255,95,86,.26); transition: transform .2s ease, opacity .2s ease; }
.mly-ai-submit:hover { transform: translateY(-2px); }
.mly-ai-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.mly-ai-submit em { font-size: 20px; font-style: normal; }
.mly-ai-preferences { margin-top: 20px; border-top: 1px solid var(--mly-border); padding-top: 15px; }
.mly-ai-preferences summary { display: flex; width: fit-content; align-items: center; gap: 9px; color: var(--mly-navy); cursor: pointer; font-size: 13px; font-weight: 900; }
.mly-ai-preferences summary span { border-radius: 99px; padding: 4px 8px; background: #e5f8f5; color: #007c6d; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.mly-ai-preferences[open] summary { margin-bottom: 16px; }
.mly-ai-form__note { margin: 15px 0 0; color: #77889a; font-size: 11px; line-height: 1.55; }

.mly-ai-intro { min-height: 0; margin-top: 24px; border: 1px solid #cfe2ef; border-radius: 28px; padding: 38px; background: linear-gradient(145deg,#ffffff,#eaf7fb); overflow: hidden; }
.mly-ai-intro h2 { max-width: 780px; margin: 13px 0 10px; color: var(--mly-navy); font-size: clamp(32px,4.2vw,50px); letter-spacing: -.05em; line-height: 1.04; }
.mly-ai-intro > p { max-width: 590px; color: var(--mly-muted); font-size: 17px; }
.mly-ai-intro__stack { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 30px; }
.mly-ai-intro__stack article { display: grid; grid-template-columns: 72px 1fr .7fr; gap: 15px; align-items: center; border: 1px solid var(--mly-border); border-radius: 16px; padding: 17px; background: rgba(255,255,255,.86); box-shadow: 0 10px 30px rgba(7,27,51,.06); }
.mly-ai-intro__stack b { color: var(--mly-coral); font-size: 11px; letter-spacing: .1em; }
.mly-ai-intro__stack span { display: block; height: 10px; border-radius: 99px; background: #e8eff5; }
.mly-ai-intro__stack span:last-child { background: #d9f3ef; }
.mly-ai-status { margin-top: 24px; border: 1px solid var(--mly-border); border-radius: 20px; padding: 24px; background: #fff; color: var(--mly-navy); font-weight: 800; }
.mly-ai-status--loading { border-color: rgba(0,191,174,.35); background: #ecfbf8; }
.mly-ai-status--error { border-color: rgba(255,95,86,.4); background: #fff1ef; color: #98291f; }
.mly-ai-unavailable { max-width: 820px; border: 1px solid var(--mly-border); border-radius: 24px; padding: 38px; background: #fff; box-shadow: var(--mly-shadow); }
.mly-ai-unavailable strong { display: block; color: var(--mly-navy); font-size: 26px; }
.mly-ai-unavailable p { margin: 7px 0 0; color: var(--mly-muted); }
.mly-ai-unavailable a { color: var(--mly-blue); font-weight: 800; }

.mly-ai-results { min-width: 0; margin-top: 24px; }
.mly-ai-result-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; border-radius: 28px; padding: 42px; background: linear-gradient(125deg,var(--mly-navy),#174c6b); color: #fff; box-shadow: 0 24px 70px rgba(7,27,51,.16); }
.mly-ai-result-head h2 { margin: 0 0 12px; color: #fff; font-size: clamp(34px,4vw,55px); letter-spacing: -.045em; line-height: 1.02; }
.mly-ai-result-head p { max-width: 640px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; }
.mly-ai-result-actions { display: flex; flex-direction: column; gap: 8px; }
.mly-ai-result-actions .mly-plan-saved { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid rgba(120,240,223,.5); border-radius: 999px; padding: 11px 16px; background: linear-gradient(105deg,#0a877c,#0b647e); color: #fff; font-size: 12px; font-weight: 900; text-align: center; }
.mly-ai-result-actions button { min-width: 150px; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; padding: 10px 14px; background: rgba(255,255,255,.09); color: #fff; cursor: pointer; font-family: inherit; font-size: 12px; font-weight: 850; }
.mly-ai-result-actions button:hover { background: rgba(255,255,255,.17); }
.mly-ai-booking + .mly-ai-result-head { margin-top: 24px; }
.mly-ai-days { display: grid; gap: 18px; margin-top: 22px; }
.mly-ai-day { display: grid; grid-template-columns: 150px 1fr; border: 1px solid var(--mly-border); border-radius: 24px; background: #fff; overflow: hidden; box-shadow: 0 14px 42px rgba(7,27,51,.055); }
.mly-ai-day__head { padding: 27px 22px; background: linear-gradient(150deg,#fff3de,#ffe7df); }
.mly-ai-day:nth-child(3n+2) .mly-ai-day__head { background: linear-gradient(150deg,#e4faf7,#dff0ff); }
.mly-ai-day:nth-child(3n) .mly-ai-day__head { background: linear-gradient(150deg,#e9e8ff,#f2eaff); }
.mly-ai-day__head span { display: inline-block; margin-bottom: 35px; border-radius: 99px; padding: 6px 9px; background: var(--mly-navy); color: #fff; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.mly-ai-day__head h3 { margin: 0; color: var(--mly-navy); font-size: 22px; line-height: 1.15; }
.mly-ai-day__moments { display: grid; grid-template-columns: 1fr; }
.mly-ai-moment { min-width: 0; border-left: 1px solid var(--mly-border); padding: 27px 20px; }
.mly-ai-moment b { color: var(--mly-turquoise); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.mly-ai-moment p { margin: 10px 0 0; color: var(--mly-muted); font-size: 13px; line-height: 1.58; }
.mly-ai-points { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.mly-ai-points li { position: relative; padding-left: 25px; color: var(--mly-muted); font-size: 13px; line-height: 1.58; }
.mly-ai-points li::before { position: absolute; top: .62em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--mly-navy); content: ""; }
.mly-ai-moment__links { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 15px; }
.mly-ai-moment__links-label { flex: 0 0 100%; color: var(--mly-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mly-ai-action { display: grid; gap: 5px; min-width: 0; }
.mly-ai-moment__links a { display: inline-flex; align-items: center; border: 1px solid rgba(52,120,246,.22); border-radius: 999px; padding: 7px 9px; background: #f3f7ff; color: var(--mly-blue); font-size: 11px; font-weight: 850; line-height: 1.2; }
.mly-ai-moment__links a:hover { border-color: var(--mly-turquoise); background: #e9faf7; color: #007c6d; }
.mly-ai-action__partners { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px; padding-left: 5px; color: #6f8292; font-size: 10px; line-height: 1.25; }
.mly-ai-action__partners small { color: #7a8b99; font-size: 9px; font-weight: 750; }
.mly-ai-action__partners .mly-ai-action__partner { border: 0; border-radius: 0; padding: 0; background: transparent; color: #155ec7; font-size: 10px; font-weight: 850; text-decoration: underline; }
.mly-ai-nearby { margin-top: 18px; }
.mly-ai-nearby__label { display: block; margin-bottom: 8px; color: var(--mly-coral); font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.mly-ai-nearby__grid { display: grid; gap: 8px; }
.mly-ai-nearby-card { min-width: 0; border: 1px solid #dbe8f0; border-top: 3px solid #00bfae; border-radius: 12px; padding: 10px; background: linear-gradient(145deg,#fbfdff,#f0fbf8); }
.mly-ai-nearby-card[data-mly-place-category="restaurants"] { border-top-color: #ff6a5f; background: linear-gradient(145deg,#fffdfb,#fff3ed); }
.mly-ai-nearby-card[data-mly-place-category="hotels"] { border-top-color: #3478f6; background: linear-gradient(145deg,#fbfdff,#eef4ff); }
.mly-ai-nearby-card[data-mly-place-category="cafes"] { border-top-color: #d99a24; background: linear-gradient(145deg,#fffef9,#fff8e7); }
.mly-ai-nearby-card[data-mly-place-category="fuel"],.mly-ai-nearby-card[data-mly-place-category="service"],.mly-ai-nearby-card[data-mly-place-category="puncture"] { border-top-color: #00a793; }
.mly-ai-nearby-card[data-mly-place-category="malls"] { border-top-color: #8e63e8; background: linear-gradient(145deg,#fcfbff,#f3efff); }
.mly-ai-nearby-card[data-mly-place-category="toilets"] { border-top-color: #6d89a3; background: linear-gradient(145deg,#fcfeff,#edf5fb); }
.mly-ai-nearby-card[data-mly-place-category="bars"] { border-top-color: #e55ea4; background: linear-gradient(145deg,#fffaff,#fdf0f7); }
.mly-ai-nearby-card[data-mly-place-category="things"] { border-top-color: #f1ae25; background: linear-gradient(145deg,#fffef9,#fff8e8); }
.mly-ai-nearby-card__head { display: flex; align-items: center; gap: 7px; }
.mly-ai-nearby-card__head span { display: inline-grid; min-width: 25px; height: 22px; place-items: center; border-radius: 7px; background: #dff8f2; color: #007c6d; font-size: 8px; font-weight: 950; letter-spacing: .04em; }
.mly-ai-nearby-card__head strong { color: var(--mly-navy); font-size: 11px; line-height: 1.2; }
.mly-ai-nearby-card h4 { margin: 8px 0 3px; color: var(--mly-navy); font-size: 12px; line-height: 1.25; }
.mly-ai-nearby-card p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--mly-muted); font-size: 10px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mly-ai-nearby-card > small { display: block; margin-top: 6px; color: #9a6700; font-size: 10px; font-weight: 800; }
.mly-ai-nearby-card__links { display: flex; flex-wrap: wrap; gap: 5px 9px; margin-top: 8px; }
.mly-ai-nearby-card__link { display: inline-flex; color: var(--mly-blue); font-size: 10px; font-weight: 900; }
.mly-ai-nearby-card__link--secondary { color: #71849a; font-weight: 800; }
.mly-ai-nearby-card__link:hover { color: #007c6d; }
.mly-ai-nearby__note { display: block; margin-top: 8px; color: #8090a0; font-size: 9px; line-height: 1.35; }
.mly-ai-day__tip { grid-column: 2; display: grid; grid-template-columns: 130px 1fr; gap: 17px; border-top: 1px solid var(--mly-border); padding: 17px 20px; background: #fbfdff; }
.mly-ai-day__tip b { color: var(--mly-coral); font-size: 11px; }
.mly-ai-day__tip p { margin: 0; color: var(--mly-muted); font-size: 12px; line-height: 1.55; }

.mly-ai-notes,.mly-ai-booking { margin-top: 24px; border-radius: 26px; padding: 37px; background: #fff; border: 1px solid var(--mly-border); }
.mly-ai-notes h2,.mly-ai-booking h2 { margin-bottom: 17px; color: var(--mly-navy); font-size: 31px; letter-spacing: -.035em; line-height: 1.1; }
.mly-ai-notes ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.mly-ai-notes li { position: relative; padding-left: 28px; color: var(--mly-muted); font-size: 14px; }
.mly-ai-notes li::before { position: absolute; left: 0; top: 2px; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #dcf7f3; color: #00796c; content: "✓"; font-size: 10px; font-weight: 950; }
.mly-ai-booking { background: linear-gradient(145deg,#fff,#f0f8ff); }
.mly-ai-booking > p { color: var(--mly-muted); font-size: 14px; }
.mly-ai-booking__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; margin-top: 25px; }
.mly-ai-booking-card { display: flex; min-height: 118px; flex-direction: column; justify-content: space-between; border: 1px solid var(--mly-border); border-radius: 17px; padding: 18px; background: #fff; transition: transform .2s ease,border-color .2s ease; }
.mly-ai-booking-card:hover { border-color: var(--mly-turquoise); transform: translateY(-3px); }
.mly-ai-booking-card small { color: var(--mly-coral); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mly-ai-booking-card strong { color: var(--mly-navy); font-size: 18px; }
.mly-ai-booking-card span { color: var(--mly-blue); font-size: 12px; font-weight: 850; }
.mly-ai-disclosure,.mly-ai-generated-note { display: block; margin-top: 22px; color: #75879a; font-size: 11px; line-height: 1.55; }
.mly-ai-generated-note { border-left: 4px solid var(--mly-sun); border-radius: 0 12px 12px 0; padding: 14px 16px; background: #fffaf0; }

.mly-agent-section { margin-top: 24px; border: 1px solid var(--mly-border); border-radius: 28px; padding: 38px; background: linear-gradient(145deg,#fff 0%,#effcf9 48%,#eef4ff 100%); box-shadow: 0 18px 55px rgba(7,27,51,.06); }
.mly-agent-section > h2 { max-width: 680px; margin: 10px 0 12px; color: var(--mly-navy); font-size: clamp(30px,4vw,46px); letter-spacing: -.045em; line-height: 1.05; }
.mly-agent-section > p { max-width: 700px; margin: 0; color: var(--mly-muted); font-size: 16px; line-height: 1.65; }
.mly-agent-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.mly-agent-group { min-width: 0; border: 1px solid rgba(7,27,51,.1); border-radius: 22px; padding: 20px; background: rgba(255,255,255,.86); }
.mly-agent-group__head { border-bottom: 1px solid var(--mly-border); margin-bottom: 13px; padding-bottom: 14px; }
.mly-agent-group__head small { color: var(--mly-coral); font-size: 12px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.mly-agent-group__head h3 { margin: 5px 0 0; color: var(--mly-navy); font-size: 24px; letter-spacing: -.025em; }
.mly-agent-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--mly-border); padding: 15px 0; }
.mly-agent-card:last-child { border-bottom: 0; padding-bottom: 2px; }
.mly-agent-card strong { display: block; color: var(--mly-navy); font-size: 16px; line-height: 1.25; }
.mly-agent-card p { margin: 6px 0; color: var(--mly-muted); font-size: 13px; line-height: 1.45; }
.mly-agent-card small { color: #9a6700; font-size: 12px; font-weight: 850; }
.mly-agent-card__badge { display: inline-flex; margin-right: 6px; border-radius: 999px; padding: 4px 7px; background: #e7faf6; color: #006f63 !important; font-size: 10px !important; letter-spacing: .04em; text-transform: uppercase; }
.mly-agent-card button { border: 0; border-radius: 99px; padding: 10px 13px; background: var(--mly-navy); color: #fff; cursor: pointer; font-family: inherit; font-size: 12px; font-weight: 850; white-space: nowrap; transition: transform .2s ease,background .2s ease; }
.mly-agent-card button:hover { background: var(--mly-coral); transform: translateY(-2px); }
.mly-agent-empty,.mly-agent-group__none { margin-top: 24px; border: 1px dashed rgba(7,27,51,.2); border-radius: 16px; padding: 18px; background: rgba(255,255,255,.78); color: var(--mly-muted); font-size: 15px; }
.mly-agent-empty strong { display: block; margin-bottom: 5px; color: var(--mly-navy); font-size: 17px; }
.mly-agent-empty p,.mly-agent-group__none { margin-bottom: 0; }
.mly-google-attribution { display: block; margin-top: 17px; color: #66788b; font-size: 12px; }

.mly-provider-comparison { border-top: 1px solid rgba(207,226,239,.8); }
.mly-provider-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.mly-provider-grid article { display: flex; min-height: 116px; align-items: flex-end; justify-content: space-between; gap: 18px; border: 1px solid var(--mly-border); border-radius: 18px; padding: 21px; background: #fff; box-shadow: 0 12px 35px rgba(7,27,51,.05); }
.mly-provider-grid article > div { display: grid; gap: 7px; }
.mly-provider-grid strong { color: var(--mly-navy); font-size: 18px; }
.mly-provider-grid article span { color: var(--mly-muted); font-size: 13px; line-height: 1.4; }
.mly-provider-grid a { flex: 0 0 auto; border-radius: 99px; padding: 10px 13px; background: var(--mly-navy); color: #fff; font-size: 12px; font-weight: 850; white-space: nowrap; }
.mly-provider-grid a:hover { background: var(--mly-coral); color: #fff; }
.mly-provider-empty { border: 1px dashed rgba(7,27,51,.2); border-radius: 16px; padding: 20px; background: rgba(255,255,255,.75); color: var(--mly-muted); }
.mly-provider-empty strong { display: block; margin-bottom: 5px; color: var(--mly-navy); }
.mly-provider-empty p { margin: 0; }

.mly-lead-prompt { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(7,27,51,.55); opacity: 0; transition: opacity .22s ease; }
.mly-lead-prompt.mly-is-open { opacity: 1; }
.mly-lead-prompt__card { position: relative; width: min(560px,100%); border: 1px solid rgba(255,255,255,.6); border-radius: 24px; padding: 40px; background: linear-gradient(145deg,#fff,#eefaf8); box-shadow: 0 28px 90px rgba(7,27,51,.28); transform: translateY(12px) scale(.98); transition: transform .22s ease; }
.mly-lead-prompt.mly-is-open .mly-lead-prompt__card { transform: translateY(0) scale(1); }
.mly-lead-prompt__card .mly-kicker { color: var(--mly-coral); }
.mly-lead-prompt__card h2 { margin: 12px 40px 12px 0; color: var(--mly-navy); font-size: clamp(30px,4vw,44px); letter-spacing: -.045em; line-height: 1.05; }
.mly-lead-prompt__card p { max-width: 480px; margin: 0 0 25px; color: var(--mly-muted); font-size: 16px; line-height: 1.6; }
.mly-lead-prompt__close { position: absolute; top: 14px; right: 16px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--mly-border); border-radius: 50%; background: #fff; color: var(--mly-navy); cursor: pointer; font-size: 24px; line-height: 1; }
.mly-lead-prompt__action { border: 0; border-radius: 99px; padding: 14px 19px; background: linear-gradient(100deg,var(--mly-coral),#ff845f); color: #fff; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 900; box-shadow: 0 12px 24px rgba(255,95,86,.2); }

.mly-lead-section { margin-top: 24px; border-radius: 30px; padding: 42px; background: radial-gradient(circle at 90% 10%,rgba(255,200,87,.22),transparent 26%),linear-gradient(135deg,#071b33,#114f6d 62%,#155f6c); color: #fff; box-shadow: 0 28px 80px rgba(7,27,51,.18); }
.mly-lead-section__intro { max-width: 760px; }
.mly-lead-section__intro .mly-kicker { color: #77f0df; }
.mly-lead-section__intro h2 { margin: 10px 0 12px; color: #fff; font-size: clamp(34px,4.5vw,54px); letter-spacing: -.045em; line-height: 1.02; }
.mly-lead-section__intro p { margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.65; }
.mly-lead-form { margin-top: 28px; border-radius: 22px; padding: 26px; background: #fff; color: var(--mly-ink); }
.mly-lead-summary { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline; border-radius: 15px; padding: 16px 18px; background: linear-gradient(105deg,#fff0e8,#e8fbf8); }
.mly-lead-summary small { color: var(--mly-coral); font-size: 11px; font-weight: 950; letter-spacing: .11em; }
.mly-lead-summary strong { color: var(--mly-navy); font-size: 18px; }
.mly-lead-summary span { color: var(--mly-muted); font-size: 13px; }
.mly-lead-selection { margin: 12px 0 21px; color: var(--mly-blue); font-size: 13px; font-weight: 850; }
.mly-lead-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.mly-lead-field { display: block; min-width: 0; margin: 0; }
.mly-lead-field--wide { grid-column: 1/-1; }
.mly-lead-field > span { display: block; margin-bottom: 7px; color: var(--mly-navy); font-size: 14px; font-weight: 850; }
.mly-site .mly-lead-field input,.mly-site .mly-lead-field select,.mly-site .mly-lead-field textarea { width: 100%; min-height: 52px; margin: 0; border: 1px solid #cfdeea; border-radius: 12px; padding: 11px 13px; background: #f9fcff; color: var(--mly-ink); font-family: inherit; font-size: 15px; box-shadow: none; }
.mly-site .mly-lead-field textarea { min-height: 100px; resize: vertical; line-height: 1.5; }
.mly-site .mly-lead-field input:focus,.mly-site .mly-lead-field select:focus,.mly-site .mly-lead-field textarea:focus { border-color: var(--mly-turquoise); outline: 3px solid rgba(0,191,174,.13); }
.mly-lead-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 20px 0; color: var(--mly-muted); font-size: 13px; line-height: 1.55; }
.mly-lead-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--mly-turquoise); }
.mly-lead-consent a { color: var(--mly-blue); font-weight: 800; }
.mly-lead-submit { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; border: 0; border-radius: 14px; padding: 14px 18px; background: linear-gradient(100deg,var(--mly-coral),#ff845f); color: #fff; cursor: pointer; font-family: inherit; font-size: 15px; font-weight: 900; box-shadow: 0 13px 28px rgba(255,95,86,.24); }
.mly-lead-submit:disabled { cursor: wait; opacity: .65; }
.mly-lead-submit em { font-size: 20px; font-style: normal; }
.mly-lead-status { margin-top: 14px; border-radius: 12px; padding: 13px 15px; background: #edf7ff; color: var(--mly-navy); font-size: 14px; font-weight: 800; }
.mly-lead-status--loading { background: #e8faf6; }
.mly-lead-status--error { background: #fff0ed; color: #98291f; }
.mly-lead-success { padding: 26px 12px; text-align: center; }
.mly-lead-success > span { display: grid; width: 54px; height: 54px; place-items: center; margin: 0 auto 15px; border-radius: 50%; background: #dcf7f3; color: #00796c; font-size: 24px; font-weight: 950; }
.mly-lead-success h3 { margin: 0 0 8px; color: var(--mly-navy); font-size: 28px; }
.mly-lead-success p { max-width: 620px; margin: 0 auto; color: var(--mly-muted); font-size: 16px; }

@media (max-width: 1050px) {
  .mly-ai-teaser__grid { grid-template-columns: 1fr .8fr; gap: 40px; }
	.mly-ai-searchbar { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.mly-ai-submit { grid-column: span 3; }
	.mly-agent-groups { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
	  .mly-ai-teaser__grid { grid-template-columns: 1fr; }
	  .mly-search-match-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mly-ai-teaser__days { max-width: 580px; transform: none; }
  .mly-ai-form { position: static; grid-row: auto; }
  .mly-ai-result-head { grid-template-columns: 1fr; }
  .mly-ai-result-actions { flex-direction: row; flex-wrap: wrap; }
  .mly-ai-intro__stack { grid-template-columns: 1fr; }
  .mly-ai-hero { padding: 120px 0 75px; }
}

@media (max-width: 560px) {
  .mly-ai-teaser__days,.mly-ai-form,.mly-ai-intro,.mly-ai-result-head,.mly-ai-notes,.mly-ai-booking,.mly-agent-section,.mly-lead-section { border-radius: 20px; padding: 23px 19px; }
	  .mly-ai-searchbar,.mly-ai-fields,.mly-ai-booking__grid,.mly-lead-fields,.mly-provider-grid,.mly-search-match-grid { grid-template-columns: 1fr; }
  .mly-ai-submit { grid-column: auto; }
  .mly-ai-field--wide { grid-column: auto; }
	.mly-lead-field--wide { grid-column: auto; }
	.mly-ai-day__head { padding: 20px; }
	.mly-ai-day__head span { margin-bottom: 16px; }
	.mly-ai-day__moments { grid-template-columns: 1fr; }
	.mly-ai-moment { border-left: 0; padding: 19px 20px; }
	.mly-ai-day__tip { grid-column: 1; grid-template-columns: 1fr; }
  .mly-ai-result-actions button { min-width: 0; flex: 1; }
  .mly-ai-intro__stack article { grid-template-columns: 62px 1fr; }
  .mly-ai-intro__stack article span:last-child { display: none; }
	.mly-agent-group { padding: 16px; }
	.mly-agent-card { grid-template-columns: 1fr; }
	.mly-agent-card button { width: 100%; }
	.mly-lead-form { padding: 19px; }
	.mly-lead-summary { align-items: flex-start; flex-direction: column; }
	.mly-provider-grid article { align-items: stretch; flex-direction: column; }
	.mly-provider-grid a { text-align: center; }
}

@media print {
	@page { size: A4; margin: 12mm; }
	body * { visibility: hidden !important; }
	.mly-ai-results,.mly-ai-results * { visibility: visible !important; }
	.mly-ai-results { position: static !important; inset: auto; width: 100%; margin: 0; overflow: visible !important; }
	.mly-ai-result-actions,.mly-agent-section,.mly-lead-section,.mly-lead-prompt,.mly-ai-generated-note { display: none !important; }
	.mly-ai-result-head { display: block !important; margin: 0 0 14px; border: 0; border-bottom: 2px solid #0b3157; border-radius: 0; padding: 0 0 14px; background: #fff !important; color: #071b33 !important; box-shadow: none; }
	.mly-ai-result-head h2 { max-width: 100%; margin: 0 0 7px; color: #071b33 !important; font-size: 25pt; }
	.mly-ai-result-head p { max-width: 100%; color: #435a70 !important; font-size: 9.5pt; }
	.mly-ai-days { display: grid; gap: 10px; margin: 0; }
	.mly-ai-day { display: grid !important; grid-template-columns: 128px 1fr !important; break-inside: auto; page-break-inside: auto; border: 1px solid #c8d8e5; border-radius: 10px; box-shadow: none; }
	.mly-ai-day__head { padding: 12px 11px; background: #eef7f8 !important; }
	.mly-ai-day__head span { margin-bottom: 18px; padding: 4px 6px; background: #071b33 !important; color: #fff !important; font-size: 7pt; }
	.mly-ai-day__head h3 { color: #071b33 !important; font-size: 12pt; overflow-wrap: anywhere; }
	.mly-ai-day__moments { display: grid !important; grid-template-columns: 1fr !important; }
	.mly-ai-moment { border-left: 1px solid #d8e4ec; border-bottom: 0; padding: 12px 10px; }
	  .mly-ai-moment b { color: #007c6d !important; font-size: 7pt; }
	  .mly-ai-moment p { margin-top: 6px; color: #33495e !important; font-size: 8.5pt; line-height: 1.4; }
	  .mly-ai-moment__links { gap: 4px; margin-top: 7px; }
	  .mly-ai-moment__links a { border: 0; padding: 0; background: transparent; color: #155ec7 !important; font-size: 7.5pt; font-weight: 800; text-decoration: underline; }
	  .mly-ai-nearby { margin-top: 8px; }
	  .mly-ai-nearby__label { margin-bottom: 4px; color: #c44940 !important; font-size: 6.5pt; }
	.mly-ai-nearby-card { border-color: #d8e4ec; border-radius: 5px; padding: 5px; background: #f7fbff !important; }
	  .mly-ai-nearby-card { break-inside: avoid; page-break-inside: avoid; }
	  .mly-ai-nearby-card__head span { min-width: 18px; height: 15px; font-size: 5pt; }
	  .mly-ai-nearby-card__head strong,.mly-ai-nearby-card h4 { color: #071b33 !important; font-size: 6.5pt; }
	  .mly-ai-nearby-card h4 { margin: 4px 0 2px; }
	  .mly-ai-nearby-card p { color: #435a70 !important; font-size: 6pt; }
	  .mly-ai-nearby-card > small { margin-top: 3px; color: #7d5b08 !important; font-size: 6pt; }
	  .mly-ai-nearby-card__links { gap: 2px 6px; margin-top: 3px; }
	  .mly-ai-nearby-card__link { margin-top: 3px; color: #155ec7 !important; font-size: 6.5pt; }
	.mly-ai-nearby__note { margin-top: 4px; color: #66788b !important; font-size: 6pt; }
	.mly-ai-booking { display: block !important; margin: 0 0 12px; border: 1px solid #c8d8e5; border-radius: 10px; padding: 14px; background: #f7fbff !important; box-shadow: none; }
	.mly-ai-booking h2 { margin-bottom: 7px; color: #071b33 !important; font-size: 14pt; }
	.mly-ai-booking > p { color: #435a70 !important; font-size: 8pt; }
	.mly-ai-booking__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5px; margin-top: 9px; }
	.mly-ai-booking-card { min-height: 0; border-color: #d8e4ec; border-radius: 5px; padding: 6px; background: #fff !important; }
	.mly-ai-booking-card small { color: #c44940 !important; font-size: 5.5pt; }
	.mly-ai-booking-card strong { color: #071b33 !important; font-size: 8pt; }
	.mly-ai-booking-card span { color: #155ec7 !important; font-size: 6.5pt; }
	.mly-ai-disclosure { margin-top: 8px; color: #66788b !important; font-size: 6pt; }
	.mly-ai-day__tip { grid-column: 2; grid-template-columns: 92px 1fr; gap: 8px; border-top: 1px solid #d8e4ec; padding: 9px 10px; background: #fbfdff !important; }
	.mly-ai-day__tip b { color: #c44940 !important; font-size: 7.5pt; }
	.mly-ai-day__tip p { color: #33495e !important; font-size: 8pt; }
	.mly-ai-notes { display: block !important; margin-top: 12px; border: 1px solid #c8d8e5; border-radius: 10px; padding: 14px; box-shadow: none; }
	.mly-ai-notes h2 { margin-bottom: 8px; color: #071b33 !important; font-size: 14pt; }
	.mly-ai-notes li { color: #33495e !important; font-size: 8.5pt; }
	.mly-ai-notes li::before { background: #dcf7f3 !important; color: #00796c !important; }
	.mly-site { color-adjust: exact; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* v6.4 presentation refinements: recognisable partner brands, brighter
 * itinerary actions, overlap-safe day cards and compact homepage rows. */
.mly-provider-grid article { align-items: center; min-height: 154px; padding: 22px; background: linear-gradient(145deg,#fff,#f6fbff); }
.mly-provider-card__identity { display: flex; min-width: 0; align-items: center; gap: 14px; }
.mly-provider-card__identity > div { display: grid; min-width: 0; gap: 6px; }
.mly-provider-grid strong { font-size: 23px; line-height: 1.1; }
.mly-provider-logo { position: relative; display: inline-grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; overflow: hidden; border: 1px solid rgba(52,120,246,.18); border-radius: 17px; background: linear-gradient(145deg,#e7f8f5,#eaf0ff); color: var(--mly-navy); }
.mly-provider-logo img { position: relative; z-index: 2; width: 100%; height: 100%; padding: 10px; object-fit: contain; background: #fff; }
.mly-provider-logo b { position: absolute; inset: 0; display: grid; place-items: center; color: var(--mly-navy); font-size: 15px; font-weight: 950; letter-spacing: .04em; }
.mly-provider-grid a { display: inline-flex; min-height: 47px; align-items: center; gap: 6px; border: 1px solid rgba(255,95,86,.2); padding: 12px 16px; background: linear-gradient(105deg,var(--mly-navy),#155f78); box-shadow: 0 9px 20px rgba(7,27,51,.14); font-size: 13px; transition: transform .2s ease,box-shadow .2s ease,background .2s ease; }
.mly-provider-grid a:hover { background: linear-gradient(105deg,var(--mly-coral),#ff8a61); box-shadow: 0 12px 25px rgba(255,95,86,.24); transform: translateY(-2px); }
.mly-service-card__brands { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 14px; }
.mly-service-card__brands > span { display: inline-grid; width: 28px; height: 28px; place-items: center; overflow: hidden; border: 1px solid rgba(52,120,246,.18); border-radius: 9px; background: #fff; }
.mly-service-card__brands .mly-provider-logo { width: 100%; height: 100%; flex-basis: auto; border: 0; border-radius: 8px; }
.mly-service-card__brands .mly-provider-logo img { padding: 5px; }
.mly-service-card__brands .mly-provider-logo b { font-size: 8px; }
.mly-service-card__brands > em { color: var(--mly-muted); font-size: 11px; font-style: normal; font-weight: 900; }
.mly-service-card--action .mly-service-card__copy b { display: inline-flex; margin-bottom: 10px; border-radius: 999px; padding: 6px 10px; background: color-mix(in srgb, var(--card-accent) 13%, white); font-size: 13px; letter-spacing: .11em; }
.mly-service-card--action .mly-service-card__copy strong { font-size: 25px; letter-spacing: -.02em; }
.mly-ai-day { grid-template-columns: minmax(155px,190px) minmax(0,1fr); }
.mly-ai-day__head,.mly-ai-day__moments,.mly-ai-moment,.mly-ai-day__tip { min-width: 0; }
.mly-ai-day__head h3 { overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
.mly-ai-day__moments { min-width: 0; }
.mly-ai-moment__links a { display: inline-flex; min-height: 34px; align-items: center; border: 1px solid rgba(52,120,246,.3); padding: 8px 12px; background: linear-gradient(105deg,#eef4ff,#e9fbf8); box-shadow: 0 5px 12px rgba(52,120,246,.08); color: var(--mly-navy); font-size: 12px; font-weight: 950; }
.mly-ai-moment__links a:hover { border-color: var(--mly-coral); background: linear-gradient(105deg,#fff0e9,#fff9df); color: var(--mly-navy); transform: translateY(-1px); }
.mly-ai-action-link--flight { border-color: rgba(52,120,246,.45) !important; background: linear-gradient(105deg,#eaf1ff,#eafaff) !important; }
.mly-ai-action-link--hotel { border-color: rgba(0,191,174,.45) !important; background: linear-gradient(105deg,#e8fbf7,#f2fff0) !important; }
.mly-ai-action-link--transfer { border-color: rgba(255,95,86,.42) !important; background: linear-gradient(105deg,#fff0ed,#fff9ea) !important; }
.mly-ai-action-link--attraction { border-color: rgba(124,92,255,.4) !important; background: linear-gradient(105deg,#f1edff,#fff0fa) !important; }
.mly-ai-moment__links .mly-ai-action-link { border-color: var(--mly-navy) !important; background: var(--mly-navy) !important; color: #fff !important; box-shadow: 0 7px 16px rgba(7,27,51,.16); }
.mly-ai-moment__links .mly-ai-action-link:hover { border-color: var(--mly-coral) !important; background: #123e67 !important; color: #fff !important; transform: translateY(-1px); }
.mly-ai-nearby-card[data-mly-place-category="things"] { border-width: 2px; border-top-width: 5px; box-shadow: 0 8px 22px rgba(241,174,37,.16); }
.mly-ai-nearby-card[data-mly-place-category="things"] .mly-ai-nearby-card__head span { min-width: 36px; height: 30px; border-radius: 10px; background: linear-gradient(135deg,#fff0a6,#ffc857); color: #7b4d00; font-size: 10px; box-shadow: 0 4px 10px rgba(241,174,37,.2); }
.mly-ai-nearby-card[data-mly-place-category="things"] .mly-ai-nearby-card__head strong { font-size: 13px; }
.mly-ai-nearby-card[data-mly-place-category="things"] h4 { font-size: 14px; }
.mly-ai-nearby-card h4,.mly-ai-nearby-card p { overflow-wrap: anywhere; }
.mly-ai-booking-card { position: relative; overflow: hidden; min-height: 152px; padding: 20px; background: linear-gradient(145deg,#fff,#f3f9ff); box-shadow: 0 9px 25px rgba(7,27,51,.05); }
.mly-ai-booking-card::after { position: absolute; right: -26px; bottom: -38px; width: 105px; height: 105px; border-radius: 50%; background: linear-gradient(135deg,var(--mly-turquoise),var(--mly-blue)); content: ""; opacity: .1; }
.mly-ai-booking-card small { position: relative; z-index: 1; font-size: 13px; letter-spacing: .13em; }
.mly-ai-booking-card strong { position: relative; z-index: 1; font-size: 25px; line-height: 1.1; letter-spacing: -.025em; }
.mly-ai-booking-card__brands { position: relative; z-index: 1; display: flex; gap: 6px; align-items: center; }
.mly-ai-booking-brand { display: inline-grid; width: 28px; height: 28px; position: relative; place-items: center; overflow: hidden; border: 1px solid rgba(52,120,246,.18); border-radius: 9px; background: #fff; color: var(--mly-navy); }
.mly-ai-booking-brand img { position: relative; z-index: 1; width: 100%; height: 100%; padding: 5px; object-fit: contain; background: #fff; }
.mly-ai-booking-brand b { position: absolute; inset: 0; display: grid; place-items: center; font-size: 8px; font-weight: 950; }
.mly-ai-booking-card__cta { position: relative; z-index: 1; display: inline-flex; align-self: flex-start; border-radius: 999px; padding: 9px 12px; background: var(--mly-navy); color: #fff !important; font-size: 13px; font-weight: 950; box-shadow: 0 6px 15px rgba(7,27,51,.14); }
.mly-ai-booking-card:hover .mly-ai-booking-card__cta { background: var(--mly-coral); }
.mly-ai-booking-card:hover { border-color: var(--mly-coral); box-shadow: 0 14px 31px rgba(255,95,86,.14); transform: translateY(-4px); }
body.merchlys-site-active .main-content > .row,
body.merchlys-site-active .main-content > .wpb_row,
body.merchlys-site-active .mly-vc-clean,
body.merchlys-site-active .mly-vc-clean > .row_col_wrap_12 { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }
body.merchlys-site-active .mly-vc-clean + .mly-vc-clean { margin-top: 0 !important; }

@media (max-width: 820px) {
	.mly-provider-grid article { align-items: flex-start; }
	.mly-provider-card__identity { width: 100%; }
	.mly-ai-day { grid-template-columns: minmax(140px,175px) minmax(0,1fr); }
}

@media (max-width: 560px) {
	.mly-ai-day { grid-template-columns: 1fr; }
	.mly-ai-day__tip { grid-column: 1; }
	.mly-provider-grid article { min-height: 0; }
	.mly-provider-grid strong { font-size: 20px; }
	.mly-provider-grid a { width: 100%; justify-content: center; }
}

@media print {
	.mly-print-body * { visibility: visible !important; }
	.mly-print-body,.mly-print-body html { height: auto !important; min-height: 0 !important; overflow: visible !important; }
	.mly-print-document { width: 100% !important; max-width: none !important; min-height: 0 !important; height: auto !important; margin: 0 !important; overflow: visible !important; }
	.mly-print-document .mly-ai-results { border: 0 !important; box-shadow: none !important; min-height: 0 !important; height: auto !important; overflow: visible !important; }
	.mly-print-document .mly-ai-day { grid-template-columns: minmax(128px,155px) minmax(0,1fr) !important; }
	.mly-print-document .mly-ai-day__head h3 { overflow-wrap: anywhere !important; }
}

/* v6.8 front-end traveller accounts, saved plans and server-verified human checks. */
.mly-captcha { display: grid; grid-template-columns: minmax(0,1fr) minmax(100px,150px); gap: 8px 12px; align-items: center; margin-top: 14px; border: 1px solid #d6e4ef; border-radius: 13px; padding: 12px 14px; background: linear-gradient(105deg,#f8fcff,#effaf7); }
.mly-captcha > span { color: var(--mly-navy); font-size: 13px; font-weight: 850; }
.mly-captcha input[type="number"] { width: 100%; min-height: 44px; margin: 0; border: 1px solid #c7dbe8; border-radius: 10px; padding: 9px 11px; background: #fff; color: var(--mly-navy); font-family: inherit; font-size: 15px; font-weight: 800; }
.mly-captcha input[type="number"]:focus { border-color: var(--mly-turquoise); outline: 3px solid rgba(0,191,174,.13); }
.mly-captcha input[type="hidden"] { display: none; }
.mly-ai-captcha { max-width: 440px; margin: 16px 0 0; }
.mly-lead-captcha { grid-column: 1/-1; margin-top: 0; }
.mly-hotel-captcha { grid-column: 1/-1; margin-top: 0; }
.mly-ai-result-actions .mly-plan-action { min-height: 50px; border-radius: 999px; padding: 11px 16px; font-size: 13px; font-weight: 900; }
.mly-ai-result-actions .mly-plan-action--print { border-color: rgba(255,255,255,.8); background: #fff; color: var(--mly-navy); box-shadow: 0 9px 20px rgba(0,0,0,.12); }
.mly-ai-result-actions .mly-plan-action--print:hover { background: #fff7e7; color: var(--mly-navy); }
.mly-ai-result-actions .mly-plan-action--revise { border-color: rgba(120,240,223,.55); background: rgba(120,240,223,.14); color: #dffff9; }
.mly-ai-result-actions .mly-plan-action--revise:hover { background: rgba(120,240,223,.25); }
html.mly-hide-wpadminbar { margin-top: 0 !important; }
html.mly-hide-wpadminbar body { margin-top: 0 !important; }
html.mly-hide-wpadminbar #wpadminbar { display: none !important; }
.mly-profile-auth[hidden],.mly-profile-benefits[hidden],.mly-profile-app[hidden] { display: none !important; }
.mly-profile-hero { overflow: hidden; padding: 112px 0 72px; background: radial-gradient(circle at 82% 20%,rgba(255,200,87,.32),transparent 28%),linear-gradient(125deg,#071b33,#0b516a 58%,#0e7480); color: #fff; }
.mly-profile-hero .mly-kicker { color: #78f0df; }
.mly-profile-hero h1 { max-width: 820px; margin: 12px 0 12px; color: #fff; font-size: clamp(46px,7vw,86px); letter-spacing: -.065em; line-height: .95; }
.mly-profile-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.65; }
.mly-profile-auth { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.mly-account-card { border: 1px solid var(--mly-border); border-radius: 24px; padding: 27px; background: #fff; box-shadow: 0 18px 50px rgba(7,27,51,.08); }
.mly-account-card h2 { margin: 9px 0 8px; color: var(--mly-navy); font-size: clamp(27px,3vw,38px); letter-spacing: -.04em; }
.mly-account-card p { min-height: 52px; margin: 0 0 21px; color: var(--mly-muted); font-size: 14px; line-height: 1.55; }
.mly-account-card > label:not(.mly-captcha) { display: block; margin: 0 0 13px; }
.mly-account-card > label:not(.mly-captcha) > span { display: block; margin-bottom: 6px; color: var(--mly-navy); font-size: 13px; font-weight: 850; }
.mly-account-card > label:not(.mly-captcha) input { width: 100%; min-height: 48px; margin: 0; border: 1px solid #cfdeea; border-radius: 11px; padding: 10px 12px; background: #f9fcff; color: var(--mly-ink); font-family: inherit; font-size: 15px; }
.mly-account-card > label:not(.mly-captcha) input:focus { border-color: var(--mly-turquoise); outline: 3px solid rgba(0,191,174,.13); }
.mly-profile-button { display: inline-flex; width: 100%; min-height: 52px; align-items: center; justify-content: space-between; border: 0; border-radius: 13px; padding: 12px 16px; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 900; }
.mly-profile-button--primary { background: linear-gradient(100deg,var(--mly-coral),#ff875e); color: #fff; box-shadow: 0 12px 25px rgba(255,95,86,.2); }
.mly-profile-button--secondary { border: 1px solid rgba(52,120,246,.25); background: linear-gradient(105deg,#edf3ff,#e9fbf7); color: var(--mly-navy); }
.mly-account-card .mly-profile-button--secondary { border-color: rgba(255,95,86,.55) !important; background: linear-gradient(105deg,var(--mly-coral),#ff875e) !important; color: #fff !important; box-shadow: 0 12px 25px rgba(255,95,86,.23); }
.mly-account-card .mly-profile-button--secondary:hover { background: linear-gradient(105deg,#f4514b,#ff7d55) !important; color: #fff !important; transform: translateY(-1px); }
.mly-profile-app__head .mly-profile-button--secondary { border-color: rgba(52,120,246,.42) !important; background: linear-gradient(105deg,#0a2d50,#155b78) !important; color: #fff !important; box-shadow: 0 10px 22px rgba(7,27,51,.16); }
.mly-profile-app__head .mly-profile-button--secondary:hover { background: linear-gradient(105deg,#12426a,#0b7780) !important; color: #fff !important; }
.mly-profile-button:disabled { cursor: wait; opacity: .9; }
.mly-account-form-status,.mly-profile-status { margin-top: 12px; border-radius: 10px; padding: 11px 13px; background: #eef7ff; color: var(--mly-navy); font-size: 13px; font-weight: 750; }
.mly-account-form-status--loading { background: #e9faf5; color: #006f63; }
.mly-account-form-status--success { background: #e9faf5; color: #006f63; }
.mly-account-form-status--error,.mly-profile-status--error { background: #fff0ed; color: #9b3025; }
.mly-profile-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.mly-profile-benefits article { display: grid; gap: 7px; border-radius: 19px; padding: 20px; background: linear-gradient(145deg,#fff5ee,#effbf9); }
.mly-profile-benefits b { color: var(--mly-coral); font-size: 13px; letter-spacing: .12em; }
.mly-profile-benefits strong { color: var(--mly-navy); font-size: 17px; line-height: 1.2; }
.mly-profile-benefits span { color: var(--mly-muted); font-size: 13px; line-height: 1.5; }
.mly-profile-app { border-radius: 26px; padding: 27px; background: linear-gradient(145deg,#fff,#f2fbfb); box-shadow: 0 18px 50px rgba(7,27,51,.08); }
.mly-profile-app__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--mly-border); padding-bottom: 23px; }
.mly-profile-app__head h2 { margin: 8px 0 8px; color: var(--mly-navy); font-size: clamp(29px,4vw,48px); letter-spacing: -.05em; }
.mly-profile-app__head p { margin: 0; color: var(--mly-muted); }
.mly-profile-app__head .mly-profile-button { width: auto; min-width: 140px; }
.mly-profile-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; margin-top: 20px; }
.mly-profile-columns--single { grid-template-columns: minmax(0,1fr); }
.mly-saved-panel { min-width: 0; border: 1px solid var(--mly-border); border-radius: 19px; padding: 19px; background: #fff; }
.mly-saved-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.mly-saved-panel__head h3 { margin: 7px 0 0; color: var(--mly-navy); font-size: 24px; letter-spacing: -.03em; }
.mly-text-link { color: var(--mly-blue); font-size: 13px; font-weight: 900; text-decoration: none; }
.mly-text-link:hover { color: var(--mly-coral); }
.mly-saved-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #dce8ef; border-radius: 13px; padding: 13px 14px; background: linear-gradient(105deg,#fafdff,#f3fbf8); }
.mly-saved-item + .mly-saved-item { margin-top: 9px; }
.mly-saved-item > div:first-child { display: grid; min-width: 0; gap: 5px; }
.mly-saved-item strong { overflow-wrap: anywhere; color: var(--mly-navy); font-size: 14px; }
.mly-saved-item small { color: var(--mly-muted); font-size: 11px; line-height: 1.4; }
.mly-saved-item__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.mly-delete-trip { border: 0; background: transparent; color: #af483b; cursor: pointer; font-family: inherit; font-size: 12px; font-weight: 850; }
.mly-delete-trip:hover { color: var(--mly-navy); text-decoration: underline; }
.mly-profile-loading,.mly-saved-panel [data-mly-saved-trips] > p,.mly-saved-panel [data-mly-saved-searches] > p { margin: 0; color: var(--mly-muted); font-size: 14px; line-height: 1.55; }

@media (max-width: 820px) {
	.mly-profile-auth,.mly-profile-columns { grid-template-columns: 1fr; }
	.mly-profile-benefits { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	.mly-profile-hero { padding: 88px 0 54px; }
	.mly-account-card,.mly-profile-app { padding: 20px; }
	.mly-profile-app__head { flex-direction: column; }
	.mly-profile-app__head .mly-profile-button { width: 100%; }
	.mly-saved-panel__head { flex-direction: column; }
	.mly-saved-item { align-items: flex-start; flex-direction: column; }
	.mly-saved-item__actions { width: 100%; justify-content: space-between; }
	.mly-captcha { grid-template-columns: 1fr; }
}

@media print {
	.mly-plan-saved { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* v6.8 live planning layer: weather, timing, event checks and traffic guidance. */
.mly-ai-weather { display: grid; gap: 7px; margin-top: 14px; border: 1px solid #b9e7e1; border-radius: 14px; padding: 12px 14px; background: linear-gradient(125deg,#effdfa,#f1f6ff); }
.mly-ai-weather__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.mly-ai-weather__head small { color: #007e72; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mly-ai-weather__head strong { color: var(--mly-navy); font-size: 13px; }
.mly-ai-weather__facts { display: flex; gap: 7px; flex-wrap: wrap; }
.mly-ai-weather__facts span { border-radius: 999px; padding: 5px 8px; background: #fff; color: #315a72; font-size: 11px; font-weight: 800; }
.mly-ai-weather p { margin: 0; color: #526f85; font-size: 12px; line-height: 1.45; }
.mly-ai-weather__date { color: #6c8396; font-size: 10px; }
.mly-ai-weather__link,.mly-ai-research-card__link { color: var(--mly-blue); font-size: 12px; font-weight: 900; text-decoration: none; }
.mly-ai-weather__link:hover,.mly-ai-research-card__link:hover { color: var(--mly-coral); text-decoration: underline; }
.mly-ai-research { display: grid; gap: 22px; margin-top: 26px; border: 1px solid #cfe3ee; border-radius: 24px; padding: clamp(20px,3vw,32px); background: linear-gradient(145deg,#f5fbff,#f1fcf8 70%,#fff8ea); }
.mly-ai-research > h2 { margin: -8px 0 0; color: var(--mly-navy); font-size: clamp(27px,3vw,42px); letter-spacing: -.045em; }
.mly-ai-research > p { max-width: 760px; margin: -10px 0 0; color: var(--mly-muted); line-height: 1.6; }
.mly-ai-research__overview { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.mly-ai-research-card { display: grid; align-content: start; gap: 8px; min-width: 0; border: 1px solid rgba(119,161,185,.35); border-radius: 18px; padding: 19px; background: rgba(255,255,255,.88); box-shadow: 0 10px 26px rgba(7,27,51,.05); }
.mly-ai-research-card--sun { border-top: 4px solid #f0ae26; background: linear-gradient(145deg,#fffdf6,#fff7df); }
.mly-ai-research-card--traffic { border-top: 4px solid #3478f6; background: linear-gradient(145deg,#f5f8ff,#f4fbff); }
.mly-ai-research-card--special { border-top: 4px solid #00bfae; }
.mly-ai-research-card > small,.mly-ai-research__label { color: #007f73; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mly-ai-research-card h3 { margin: 0; color: var(--mly-navy); font-size: 21px; line-height: 1.12; }
.mly-ai-research-card h4 { margin: 0; color: var(--mly-navy); font-size: 17px; line-height: 1.2; }
.mly-ai-research-card p { margin: 0; color: #5c7489; font-size: 13px; line-height: 1.55; }
.mly-ai-research-card__facts { display: grid; gap: 5px; }
.mly-ai-research-card__facts span { color: #315a72; font-size: 12px; font-weight: 750; }
.mly-ai-research__subsection { display: grid; gap: 11px; }
.mly-ai-research__subsection h3 { margin: 0; color: var(--mly-navy); font-size: 23px; letter-spacing: -.03em; }
.mly-ai-research__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.mly-ai-research__events { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.mly-ai-event-card { display: grid; align-content: start; gap: 7px; border: 1px solid #cfe0eb; border-radius: 15px; padding: 16px; background: rgba(255,255,255,.83); }
.mly-ai-event-card small { color: var(--mly-coral); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mly-ai-event-card strong { color: var(--mly-navy); font-size: 16px; }
.mly-ai-event-card p { margin: 0; color: #5c7489; font-size: 12px; line-height: 1.5; }
.mly-ai-event-card a { color: var(--mly-blue); font-size: 12px; font-weight: 900; text-decoration: none; }
.mly-ai-research__note,.mly-ai-research__source { margin: 0; color: #60798e; font-size: 12px; line-height: 1.5; }
.mly-ai-research__source a { color: var(--mly-blue); font-weight: 850; }

@media (max-width: 760px) {
	.mly-ai-research__overview,.mly-ai-research__grid,.mly-ai-research__events { grid-template-columns: 1fr; }
}

@media print {
	.mly-ai-weather,.mly-ai-research-card,.mly-ai-event-card { break-inside: avoid; page-break-inside: avoid; box-shadow: none; }
	.mly-ai-research { margin-top: 14px; padding: 16px; }
}

/* v7.3 itinerary refresh: readable moment cards, clear labels and a calm
 * vertical rhythm that remains useful on phones and wide screens. */
.mly-brand-expansion { margin-top: 14px !important; color: var(--mly-coral) !important; font-size: 13px !important; font-weight: 850 !important; letter-spacing: .015em; }
.mly-hero .mly-brand-expansion { color: #ffe2a0 !important; }
.mly-ai-hero .mly-brand-expansion { color: #ffe2a0 !important; font-size: 15px !important; }
.mly-ai-day { display: block !important; overflow: hidden; border-radius: 24px; }
.mly-ai-day__head { display: flex !important; align-items: flex-start; gap: 18px; min-width: 0; padding: 24px 28px !important; }
.mly-ai-day__head span { flex: 0 0 auto; margin: 0 !important; }
.mly-ai-day__head h3 { min-width: 0; margin: 0 !important; overflow-wrap: anywhere; }
.mly-ai-day__moments { display: grid !important; grid-template-columns: 1fr; gap: 12px; padding: 0 14px 14px; background: #f9fcff; }
.mly-ai-moment { min-width: 0; min-height: 100%; border: 1px solid #d4e3ed !important; border-top: 5px solid var(--mly-turquoise) !important; border-left: 1px solid #d4e3ed !important; border-radius: 17px; padding: 22px !important; background: #fff !important; box-shadow: 0 8px 22px rgba(7,27,51,.045); }
.mly-ai-moment:nth-child(2) { border-top-color: var(--mly-sun) !important; background: #fffdf6 !important; }
.mly-ai-moment:nth-child(3) { border-top-color: var(--mly-coral) !important; background: #fff8f5 !important; }
.mly-ai-moment > b { display: inline-flex; align-items: center; margin-bottom: 15px; border-radius: 999px; padding: 8px 13px; background: var(--mly-navy); color: #fff !important; font-size: 12px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 6px 13px rgba(7,27,51,.12); }
.mly-ai-moment > p { margin: 0; color: #385873; font-size: 16px; line-height: 1.62; }
.mly-ai-points { gap: 11px; margin: 0; }
.mly-ai-points li { padding-left: 28px; color: #385873; font-size: 16px; line-height: 1.62; }
.mly-ai-points li::before { top: .58em; width: 10px; height: 10px; background: var(--mly-navy); }
.mly-ai-moment__links { margin-top: 20px; }
.mly-ai-moment__links-label,.mly-ai-nearby__label { font-size: 12px !important; letter-spacing: .1em; }
.mly-ai-nearby { margin-top: 20px; }
.mly-ai-nearby__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.mly-ai-day__tip { display: grid !important; grid-template-columns: minmax(140px,.35fr) 1fr; gap: 12px; grid-column: auto !important; border-top: 1px solid #d4e3ed; padding: 15px 28px !important; }
.mly-ai-day__tip p { margin: 0; }
.mly-forgot-toggle { display: inline-block; margin-top: 13px; border: 0; padding: 0; background: transparent; color: var(--mly-blue); cursor: pointer; font: inherit; font-size: 13px; font-weight: 850; text-decoration: underline; }
.mly-forgot-toggle:hover { color: var(--mly-coral); }
.mly-profile-status--success { background: #e9faf5; color: #006f63; }
.mly-reset-form,.mly-forgot-form { grid-column: 1 / -1; max-width: 760px; }

@media (max-width: 820px) {
	.mly-ai-day__moments { grid-template-columns: 1fr !important; }
	.mly-ai-moment + .mly-ai-moment { border-left: 1px solid #d4e3ed !important; }
	.mly-ai-day__tip { grid-template-columns: 1fr; }
	.mly-ai-nearby__grid { grid-template-columns: 1fr; }
}

@media print {
	.mly-print-document .mly-ai-booking,
	.mly-print-document .mly-ai-moment__links,
	.mly-print-document .mly-ai-nearby { display: none !important; }
	.mly-print-document .mly-ai-results,
	.mly-print-document .mly-ai-day,
	.mly-print-document .mly-ai-notes,
	.mly-print-document .mly-ai-research { border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
	.mly-print-document .mly-ai-day { display: block !important; }
	.mly-print-document .mly-ai-day__head { display: flex !important; padding: 10px 0 !important; background: #fff !important; }
	.mly-print-document .mly-ai-day__moments { display: grid !important; grid-template-columns: 1fr !important; gap: 7px; padding: 0 !important; background: #fff !important; }
	.mly-print-document .mly-ai-moment { border: 0 !important; border-top: 2px solid #c8d8e5 !important; border-radius: 0 !important; padding: 10px 8px !important; box-shadow: none !important; background: #fff !important; }
	.mly-print-document .mly-ai-moment > p { font-size: 8.5pt; }
	.mly-print-document .mly-ai-moment > b { display: inline-flex; margin-bottom: 6px; border-radius: 99px; padding: 4px 7px; background: #071b33 !important; color: #fff !important; font-size: 7pt; }
	.mly-print-document .mly-ai-points { gap: 4px; }
	.mly-print-document .mly-ai-points li { padding-left: 16px; color: #33495e; font-size: 8.5pt; line-height: 1.4; }
	.mly-print-document .mly-ai-points li::before { top: .55em; width: 5px; height: 5px; }
	.mly-print-document .mly-ai-day__tip { display: grid !important; border-top: 1px solid #d8e4ec !important; padding: 9px 0 !important; }
}
