/* ============================================================
   MLW Layovers (City Page) — Coming Soon level polish
   File: /astra-child/css/mlw-layovers.css
   ============================================================ */

html, body { overflow-x: hidden !important; }

body.page-template-page-layovers,
body.page-template-page-layovers-php{
  background:#0b1220 !important;
  color:#f9fafb;
}

body.page-template-page-layovers .site,
body.page-template-page-layovers .site-content,
body.page-template-page-layovers .ast-container,
body.page-template-page-layovers #primary,
body.page-template-page-layovers #content,
body.page-template-page-layovers .content-area,
body.page-template-page-layovers .entry-content,
body.page-template-page-layovers-php .site,
body.page-template-page-layovers-php .site-content,
body.page-template-page-layovers-php .ast-container,
body.page-template-page-layovers-php #primary,
body.page-template-page-layovers-php #content,
body.page-template-page-layovers-php .content-area,
body.page-template-page-layovers-php .entry-content{
  max-width:100% !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
/* Visible text selection on dark glass */
body.page-template-page-layovers ::selection,
body.page-template-page-layovers-php ::selection{
  background: rgba(76,201,240,0.35);
  color: #ffffff;
}

body.page-template-page-layovers ::-moz-selection,
body.page-template-page-layovers-php ::-moz-selection{
  background: rgba(76,201,240,0.35);
  color: #ffffff;
}

.mlw-muted{ opacity:.86; }
.mlw-wysiwyg{ line-height:1.7; }
.mlw-wysiwyg p{ margin:0 0 14px; }
.mlw-wysiwyg h2,.mlw-wysiwyg h3{ margin:18px 0 10px; }
.mlw-wysiwyg ul,.mlw-wysiwyg ol{ margin:0 0 14px 18px; }

/* Full-bleed template wrapper */
.mlw-city-page{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#0b1220;
  color:#f9fafb;
  overflow-x:hidden;
}

.mlw-city-page *{ box-sizing:border-box; }

/* ============================================================
   HERO (more color + more legible)
   ============================================================ */
.mlw-city-hero{
  position:relative;
  padding: 44px 20px 70px;

  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  background:
    radial-gradient(circle at 12% 18%, rgba(76,201,240,0.26), transparent 56%),
    radial-gradient(circle at 92% 28%, rgba(255,138,92,0.26), transparent 58%),
    radial-gradient(circle at 70% 90%, rgba(186,85,255,0.14), transparent 55%),
    linear-gradient(180deg, rgba(11,18,32,0.70), rgba(11,18,32,0.96));
}

/* Hero image from PHP var */
.mlw-city-hero[style]{
  background:
    linear-gradient(180deg, rgba(11,18,32,0.20), rgba(11,18,32,0.72)),
    radial-gradient(circle at 12% 18%, rgba(76,201,240,0.18), transparent 56%),
    radial-gradient(circle at 92% 28%, rgba(255,138,92,0.18), transparent 58%),
    var(--mlw-hero-url) center/cover no-repeat;
}

.mlw-city-hero__overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,0.10), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.35));
}

.mlw-city-hero__inner{
  position:relative;
  z-index:1;
  max-width: 1120px;
  margin:0 auto;
}

/* HERO glass panel (brighter + glossy like Coming Soon) */
.mlw-hero-panel{
  border-radius: 26px;
  padding: 28px;

  background:
    radial-gradient(120% 120% at 15% 10%, rgba(76,201,240,.12), transparent 60%),
    radial-gradient(120% 120% at 90% 20%, rgba(255,138,92,.10), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    rgba(8,12,22,.72);

  border: 1px solid rgba(148,163,184,0.22);
  backdrop-filter: blur(18px);

  box-shadow:
    0 40px 120px rgba(0,0,0,.65),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.mlw-hero-panel__grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items:start;
}

.mlw-hero-left{ min-width:0; }
.mlw-hero-right{ min-width:0; }

.mlw-city-hero__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

.mlw-city-hero__pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius:999px;
  font-size: 13px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(148,163,184,0.26);
  backdrop-filter: blur(10px);
}

.mlw-city-hero__codes{
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .92;
}

.mlw-city-hero__title{
  font-size: clamp(46px, 5.6vw, 78px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  color: #fff;
  text-shadow:
    0 16px 50px rgba(0,0,0,0.55),
    0 2px 10px rgba(0,0,0,0.35);
}

.mlw-city-hero__tagline{
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 12px;
  opacity: .98;
}

.mlw-city-hero__intro{
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 18px;
  opacity: .92;
  max-width: 72ch;
}

/* Buttons */
.mlw-city-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 6px;
}

.mlw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius:999px;
  font-weight: 900;
  border: 1px solid transparent;
  text-decoration:none;
  transition: transform .12s ease, filter .12s ease, border-color .12s ease;
}

.mlw-btn--primary{
  background: linear-gradient(120deg, rgba(76,201,240,1), rgba(255,138,92,1));
  color:#0b1220;
  box-shadow: 0 18px 40px rgba(0,0,0,0.30);
}

.mlw-btn--ghost{
  background: rgba(255,255,255,0.06);
  color:#f9fafb;
  border-color: rgba(148,163,184,0.28);
  backdrop-filter: blur(10px);
}

.mlw-btn--secondary{
  background:
    linear-gradient(140deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
  color:#f9fafb;
  border-color: rgba(148,163,184,0.28);
  backdrop-filter: blur(10px);
}

.mlw-btn:hover{ transform: translateY(-1px); filter: brightness(1.06); }
.mlw-btn:active{ transform: translateY(1px); }

/* Divider like Coming Soon */
.mlw-hero-divider{
  height:1px;
  margin: 18px 0 16px;
  background: linear-gradient(90deg, rgba(148,163,184,0.00), rgba(148,163,184,0.26), rgba(148,163,184,0.00));
}

/* Feature row (the 3 boxes) */
.mlw-feature-row{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mlw-feature-card{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px 14px;
  border-radius: 16px;

  background:
    linear-gradient(140deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03)),
    rgba(11,18,32,0.20);
  border: 1px solid rgba(148,163,184,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 14px 40px rgba(0,0,0,0.16);
}

.mlw-feature-icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(148,163,184,0.18);
  flex: 0 0 auto;
}

.mlw-feature-title{
  font-weight: 900;
  margin: 0 0 2px;
}

.mlw-feature-text{
  font-size: 13px;
  opacity: .90;
  line-height: 1.35;
}

/* Right column: buckets */
.mlw-city-buckets__title{
  margin: 4px 0 12px;
  font-size: 16px;
  font-weight: 900;
  opacity: .95;
}

.mlw-city-buckets__grid{
  display:grid;
  gap: 14px;
}

.mlw-bucket{
  display:block;
  padding: 18px;
  border-radius: 16px;
  text-decoration:none;

  background:
    linear-gradient(140deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03)),
    rgba(11,18,32,0.22);
  border: 1px solid rgba(148,163,184,0.22);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 18px 50px rgba(0,0,0,0.18);

  transition: transform .12s ease, border-color .12s ease, filter .12s ease;
}

.mlw-bucket__label{ font-weight: 900; font-size: 18px; margin-bottom: 6px; color:#fff; }
.mlw-bucket__desc{ font-size: 14px; opacity: .92; }
/* ===== Bucket description readability (kill hard blue) ===== */
.mlw-bucket__desc{
  color: rgba(226,232,240,0.88) !important;
  opacity: 1 !important;
}

/* Keep disabled dim but still readable */
.mlw-bucket.is-disabled .mlw-bucket__desc,
.mlw-bucket[aria-disabled="true"] .mlw-bucket__desc{
  color: rgba(226,232,240,0.70) !important;
}

.mlw-bucket:hover{
  transform: translateY(-1px);
  border-color: rgba(76,201,240,0.50);
  filter: brightness(1.05);
}

.mlw-bucket.is-disabled,
.mlw-bucket[aria-disabled="true"]{ opacity:.45; cursor:default; }

.mlw-city-buckets__note{
  margin: 14px 0 0;
  font-size: 13px;
  opacity: .90;
}

/* ============================================================
   Sections
   ============================================================ */
.mlw-city-section{
  padding: 60px 20px;
  background:#0b1220;
}

.mlw-city-section__inner{
  max-width:1120px;
  margin:0 auto;
}

.mlw-city-section h2{
  margin: 0 0 12px;
  font-size: 32px;
  letter-spacing:-0.02em;
}

.mlw-city-section + .mlw-city-section{
  border-top: 1px solid rgba(148,163,184,0.12);
}

/* Plugin placeholder */
.mlw-plugin-box{
  margin-top: 14px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(148,163,184,0.26);
}

/* ============================================================
   Other Services cards (brighter + more premium, less dull)
   ============================================================ */
.mlw-cards{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mlw-card{
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 10%, rgba(76,201,240,0.10), transparent 55%),
    radial-gradient(circle at 90% 30%, rgba(255,138,92,0.10), transparent 55%),
    linear-gradient(140deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03)),
    rgba(15,23,42,0.28);
  border: 1px solid rgba(148,163,184,0.18);
  box-shadow:
    0 22px 70px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.14);
  transition: transform .12s ease, filter .12s ease, border-color .12s ease;
}

.mlw-card:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  border-color: rgba(76,201,240,0.32);
}

.mlw-card p{
  margin: 0 0 12px;
  opacity: .92;
  line-height: 1.55;
}

/* Partner pill */
.mlw-partner-pill{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(76,201,240,0.14);
  border: 1px solid rgba(76,201,240,0.34);
  margin-right: 10px;
}

.mlw-card__partnerline{ margin:0 0 14px; }

/* Center partner button */
.mlw-cta-row{
  margin-top: 10px;
  display:flex;
  justify-content:center;
  width:100%;
}
.mlw-btn--wide{ width:100%; max-width: 360px; }

/* Blank states */
.mlw-city-blank{ padding:70px 20px; background:#0b1220; }
.mlw-city-blank__inner{ max-width:1120px; margin:0 auto; }
.mlw-city-blank h1{ margin:0 0 10px; font-size: 46px; letter-spacing:-0.03em; }
.mlw-city-blank p{ margin:0 0 8px; opacity:.9; font-size:16px; }

/* Responsive */
@media (max-width: 980px){
  .mlw-hero-panel__grid{ grid-template-columns: 1fr; }
  .mlw-feature-row{ grid-template-columns: 1fr; }
  .mlw-cards{ grid-template-columns: 1fr; }
}

@media (max-width: 540px){
  .mlw-city-hero{ padding: 34px 16px 56px; }
  .mlw-hero-panel{ padding: 18px; border-radius: 22px; }
  .mlw-city-section{ padding: 48px 16px; }
}
/* =========================================================
   OTHER SERVICES — VISUAL POLISH & READABILITY
   ========================================================= */

/* Section header: "Other Services" */
.mlw-city-section h2 {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

/* Service cards container spacing */
.mlw-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

/* Individual service card */
.mlw-card {
  padding: 2.25rem;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 20px 40px rgba(0,0,0,0.35);
}

/* Card title (Driver / Transfers, Luggage Storage, Day Hotels) */
.mlw-card h3 {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

/* Card description text */
.mlw-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

/* Partner pill (PARTNER) */
.mlw-card .mlw-pill,
.mlw-card .mlw-partner {
  background: rgba(120, 200, 255, 0.18);
  color: #cfeaff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Button alignment fix */
.mlw-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

/* CTA button inside cards */
.mlw-card .mlw-btn {
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
}
/* =========================================================
   FEATURE BUBBLES — TEXT ALIGNMENT FIX
   ========================================================= */

.mlw-feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon title"
    "icon desc";
  column-gap: 0.75rem;
  row-gap: 0.35rem;
  align-items: start;
}

/* Icon */
.mlw-feature-icon {
  grid-area: icon;
  margin-top: 0.1rem;
}

/* Title */
.mlw-feature-title {
  grid-area: title;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
}

/* Description — force under title */
.mlw-feature-text {
  grid-area: desc;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.45;
}
/* ============================================================
   MLW — WPForms on Layovers (sleek glass, readable, compact)
   Requires: wrapper div class="mlw-form" around the shortcode
   ============================================================ */

/* Overall container width */
body.page-template-page-layovers .mlw-form .wpforms-container,
body.page-template-page-layovers-php .mlw-form .wpforms-container{
  max-width: 880px;
  margin: 0 auto;
}

/* Glass card (less boxy, more “sleek”) */
body.page-template-page-layovers .mlw-form .wpforms-form,
body.page-template-page-layovers-php .mlw-form .wpforms-form{
  padding: 24px;
  border-radius: 28px;

  background:
    radial-gradient(1200px 400px at 15% 0%, rgba(76,201,240,.20), transparent 55%),
    radial-gradient(900px 340px at 85% 15%, rgba(255,138,92,.16), transparent 55%),
    linear-gradient(140deg, rgba(255,255,255,.12), rgba(255,255,255,.03)),
    rgba(12,18,34,.40);

  border: 1px solid rgba(148,163,184,.22);
  backdrop-filter: blur(18px);

  box-shadow:
    0 35px 110px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.16);
}

/* Make field spacing compact */
body.page-template-page-layovers .mlw-form .wpforms-field,
body.page-template-page-layovers-php .mlw-form .wpforms-field{
  margin: 0 !important;
  padding: 10px 0 !important;
}

/* Labels */
body.page-template-page-layovers .mlw-form .wpforms-field-label,
body.page-template-page-layovers-php .mlw-form .wpforms-field-label{
  color: rgba(255,255,255,.92) !important;
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  margin-bottom: 8px !important;
}

/* Required star */
body.page-template-page-layovers .mlw-form .wpforms-required-label,
body.page-template-page-layovers-php .mlw-form .wpforms-required-label{
  color: rgba(255,138,92,1) !important;
}

/* 2-column layout */
body.page-template-page-layovers .mlw-form .wpforms-field-container,
body.page-template-page-layovers-php .mlw-form .wpforms-field-container{
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

/* Full width fields */
body.page-template-page-layovers .mlw-form .wpforms-field-textarea,
body.page-template-page-layovers .mlw-form .wpforms-field-checkbox,
body.page-template-page-layovers .mlw-form .wpforms-field-radio,
body.page-template-page-layovers .mlw-form .wpforms-field-divider,
body.page-template-page-layovers-php .mlw-form .wpforms-field-textarea,
body.page-template-page-layovers-php .mlw-form .wpforms-field-checkbox,
body.page-template-page-layovers-php .mlw-form .wpforms-field-radio,
body.page-template-page-layovers-php .mlw-form .wpforms-field-divider{
  grid-column: 1 / -1 !important;
}

/* Inputs: sleeker, less boxy */
body.page-template-page-layovers .mlw-form input[type="text"],
body.page-template-page-layovers .mlw-form input[type="email"],
body.page-template-page-layovers .mlw-form input[type="tel"],
body.page-template-page-layovers .mlw-form input[type="url"],
body.page-template-page-layovers .mlw-form input[type="date"],
body.page-template-page-layovers .mlw-form input[type="time"],
body.page-template-page-layovers .mlw-form select,
body.page-template-page-layovers .mlw-form textarea,
body.page-template-page-layovers-php .mlw-form input[type="text"],
body.page-template-page-layovers-php .mlw-form input[type="email"],
body.page-template-page-layovers-php .mlw-form input[type="tel"],
body.page-template-page-layovers-php .mlw-form input[type="url"],
body.page-template-page-layovers-php .mlw-form input[type="date"],
body.page-template-page-layovers-php .mlw-form input[type="time"],
body.page-template-page-layovers-php .mlw-form select,
body.page-template-page-layovers-php .mlw-form textarea{
  width: 100% !important;
  padding: 12px 14px !important;
  min-height: 44px !important;

  border-radius: 18px !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    rgba(10,16,28,.45) !important;

  color: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(148,163,184,.22) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 18px 60px rgba(0,0,0,.20) !important;

  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

/* Textarea sizing */
body.page-template-page-layovers .mlw-form textarea,
body.page-template-page-layovers-php .mlw-form textarea{
  min-height: 120px !important;
  resize: vertical;
}

/* Placeholder FIX (brighter + legible) */
body.page-template-page-layovers .mlw-form input::placeholder,
body.page-template-page-layovers .mlw-form textarea::placeholder,
body.page-template-page-layovers-php .mlw-form input::placeholder,
body.page-template-page-layovers-php .mlw-form textarea::placeholder{
  color: rgba(255,255,255,.65) !important;
  opacity: 1 !important;
}

/* Helper text under fields */
body.page-template-page-layovers .mlw-form .wpforms-field-description,
body.page-template-page-layovers-php .mlw-form .wpforms-field-description{
  color: rgba(255,255,255,.72) !important;
  font-size: 13px !important;
  margin-top: 8px !important;
}

/* Focus glow (more premium) */
body.page-template-page-layovers .mlw-form input:focus,
body.page-template-page-layovers .mlw-form textarea:focus,
body.page-template-page-layovers .mlw-form select:focus,
body.page-template-page-layovers-php .mlw-form input:focus,
body.page-template-page-layovers-php .mlw-form textarea:focus,
body.page-template-page-layovers-php .mlw-form select:focus{
  outline: none !important;
  border-color: rgba(76,201,240,.62) !important;
  box-shadow:
    0 0 0 4px rgba(76,201,240,.18),
    0 0 0 8px rgba(255,138,92,.10),
    inset 0 1px 0 rgba(255,255,255,.10),
    0 26px 80px rgba(0,0,0,.26) !important;
}

/* Checkbox list: sleek pills + readable */
body.page-template-page-layovers .mlw-form .wpforms-field-checkbox ul,
body.page-template-page-layovers-php .mlw-form .wpforms-field-checkbox ul{
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  margin-top: 6px;
}

body.page-template-page-layovers .mlw-form .wpforms-field-checkbox li,
body.page-template-page-layovers-php .mlw-form .wpforms-field-checkbox li{
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    rgba(10,16,28,.35);
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 16px;
  padding: 10px 12px;
}

body.page-template-page-layovers .mlw-form .wpforms-field-checkbox li label,
body.page-template-page-layovers-php .mlw-form .wpforms-field-checkbox li label{
  color: rgba(255,255,255,.92) !important;
  font-size: 14px !important;
}

/* Make checkbox itself visible */
body.page-template-page-layovers .mlw-form input[type="checkbox"],
body.page-template-page-layovers .mlw-form input[type="radio"],
body.page-template-page-layovers-php .mlw-form input[type="checkbox"],
body.page-template-page-layovers-php .mlw-form input[type="radio"]{
  accent-color: rgba(76,201,240,1);
  transform: scale(1.1);
}

/* Submit row */
body.page-template-page-layovers .mlw-form .wpforms-submit-container,
body.page-template-page-layovers-php .mlw-form .wpforms-submit-container{
  grid-column: 1 / -1 !important;
  display: flex !important;
  justify-content: flex-end !important;
  padding-top: 6px !important;
}

/* Button: glossy + modern */
body.page-template-page-layovers .mlw-form button[type="submit"],
body.page-template-page-layovers-php .mlw-form button[type="submit"]{
  border: 0 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em;

  color: #0b1220 !important;
  background:
    radial-gradient(80px 30px at 30% 25%, rgba(255,255,255,.45), transparent 60%),
    linear-gradient(120deg, rgba(76,201,240,1), rgba(255,138,92,1)) !important;

  box-shadow: 0 20px 55px rgba(0,0,0,.30);
  transition: transform .12s ease, filter .12s ease;
}

body.page-template-page-layovers .mlw-form button[type="submit"]:hover,
body.page-template-page-layovers-php .mlw-form button[type="submit"]:hover{
  transform: translateY(-1px);
  filter: brightness(1.04);
}

/* Mobile: 1 column */
@media (max-width: 760px){
  body.page-template-page-layovers .mlw-form .wpforms-field-container,
  body.page-template-page-layovers-php .mlw-form .wpforms-field-container{
    grid-template-columns: 1fr;
  }

  body.page-template-page-layovers .mlw-form .wpforms-field-checkbox ul,
  body.page-template-page-layovers-php .mlw-form .wpforms-field-checkbox ul{
    grid-template-columns: 1fr;
  }}
 
  /* NEW PARTNER pill */
.mlw-partner-pill--new {
  background: linear-gradient(135deg, #5eead4, #60a5fa);
  color: #0b1220;
  font-weight: 700;
  box-shadow: 0 0 12px rgba(94, 234, 212, 0.35);
}

/* Loader */
.mlw-plugin-box--loading {
  position: relative;
  min-height: 220px;
}

.mlw-loader {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.mlw-loader-bar {
  width: 8px;
  height: 48px;
  background: rgba(255,255,255,0.25);
  border-radius: 4px;
  animation: mlw-pulse 1.2s infinite ease-in-out;
}

.mlw-loader-bar:nth-child(2) { animation-delay: .15s; }
.mlw-loader-bar:nth-child(3) { animation-delay: .3s; }

@keyframes mlw-pulse {
  0%, 100% { transform: scaleY(.4); opacity: .4; }
  50% { transform: scaleY(1); opacity: 1; }
}
html {
  scroll-behavior: smooth;
}
#mlw-services .mlw-cards{
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
/* ============================================================
   FORCE: Replace gradient CTAs with moody pill (LAYOVERS PAGE)
   ============================================================ */

/* Hit ANY primary MLW button inside the layovers hero */
body.page-template-page-layovers .mlw-city-page .mlw-hero-panel a.mlw-btn--primary,
body.page-template-page-layovers .mlw-city-page .mlw-hero-panel button.mlw-btn--primary,
body.page-template-page-layovers-php .mlw-city-page .mlw-hero-panel a.mlw-btn--primary,
body.page-template-page-layovers-php .mlw-city-page .mlw-hero-panel button.mlw-btn--primary{
  background: rgba(255,255,255,.06) !important;
  background-image: none !important;
  color: rgba(255,255,255,.94) !important;

  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 18px 45px rgba(0,0,0,.28) !important;

  backdrop-filter: blur(10px);
}

body.page-template-page-layovers .mlw-city-page .mlw-hero-panel a.mlw-btn--primary:hover,
body.page-template-page-layovers-php .mlw-city-page .mlw-hero-panel a.mlw-btn--primary:hover,
body.page-template-page-layovers .mlw-city-page .mlw-hero-panel button.mlw-btn--primary:hover,
body.page-template-page-layovers-php .mlw-city-page .mlw-hero-panel button.mlw-btn--primary:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.085) !important;
  border-color: rgba(255,255,255,.26) !important;
  filter: brightness(1.06);
}
/* ============================================================
   LAYOVERS PAGE — Replace “gradient” CTAs with moody pill button
   ============================================================ */

/* Hero primary buttons (Book tours) */
body.page-template-page-layovers .mlw-city-page .mlw-btn--primary,
body.page-template-page-layovers-php .mlw-city-page .mlw-btn--primary{
  background: rgba(255,255,255,.06) !important;
  background-image: none !important;
  color: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 18px 45px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(10px);
}
body.page-template-page-layovers .mlw-city-page .mlw-btn--primary:hover,
body.page-template-page-layovers-php .mlw-city-page .mlw-btn--primary:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.085) !important;
  border-color: rgba(255,255,255,.26) !important;
  filter: brightness(1.06);
}

/* WPForms submit button */
body.page-template-page-layovers .mlw-form button[type="submit"],
body.page-template-page-layovers-php .mlw-form button[type="submit"],
body.page-template-page-layovers .mlw-form .wpforms-submit,
body.page-template-page-layovers-php .mlw-form .wpforms-submit{
  background: rgba(255,255,255,.06) !important;
  background-image: none !important;
  color: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 18px 45px rgba(0,0,0,.28) !important;
  border-radius: 999px !important;
  backdrop-filter: blur(10px);
}
body.page-template-page-layovers .mlw-form button[type="submit"]:hover,
body.page-template-page-layovers-php .mlw-form button[type="submit"]:hover,
body.page-template-page-layovers .mlw-form .wpforms-submit:hover,
body.page-template-page-layovers-php .mlw-form .wpforms-submit:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.085) !important;
  border-color: rgba(255,255,255,.26) !important;
  filter: brightness(1.06);
}
/* ============================================================
   FINAL OVERRIDES — PICK YOUR TIME + BUCKET DESC READABILITY
   Put at VERY BOTTOM of mlw-layovers.css
   ============================================================ */

/* Make sure the title is readable and NOT inheriting weird highlight */
body.page-template-page-layovers .mlw-city-buckets__title,
body.page-template-page-layovers-php .mlw-city-buckets__title{
  color: rgba(255,255,255,0.92) !important;
  background: transparent !important;
}

/* Kill "blue" text under each bucket */
body.page-template-page-layovers .mlw-bucket__desc,
body.page-template-page-layovers-php .mlw-bucket__desc{
  color: rgba(226,232,240,0.88) !important;
  opacity: 1 !important;
}

/* If the desc is actually a link or contains a link, force that too */
body.page-template-page-layovers .mlw-bucket__desc a,
body.page-template-page-layovers-php .mlw-bucket__desc a{
  color: rgba(226,232,240,0.88) !important;
  text-decoration: none !important;
}

/* If the blue highlight you see is TEXT SELECTION, set selection colors */
body.page-template-page-layovers ::selection,
body.page-template-page-layovers-php ::selection{
  background: rgba(76,201,240,0.35) !important;
  color: #ffffff !important;
}
body.page-template-page-layovers ::-moz-selection,
body.page-template-page-layovers-php ::-moz-selection{
  background: rgba(76,201,240,0.35) !important;
  color: #ffffff !important;
}
/* ============================
   City Guides “Terminal” Tabs
   ============================ */

.mlw-guides-terminal__head{
  margin-bottom: 14px;
}
.mlw-guides-terminal__title{
  margin: 0 0 6px;
}
.mlw-guides-terminal__sub{
  margin: 0;
  color: rgba(255,255,255,.70);
}

.mlw-guides-terminal{
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  overflow: hidden;
}

/* Tabs rail = “gates” */
.mlw-guides-tabs{
  display:flex;
  gap: 10px;
  padding: 14px;
  overflow-x: auto;
  scrollbar-width: none;

  background: rgba(11,18,32,.62);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mlw-guides-tabs::-webkit-scrollbar{ display:none; }

.mlw-guides-tab{
  position: relative;
  flex: 0 0 auto;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: rgba(248,250,252,.92);
  cursor:pointer;
  text-align:left;
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.mlw-guides-tab:hover{
  transform: translateY(-1px);
  border-color: rgba(125,211,252,.30);
  background: rgba(125,211,252,.10);
}

.mlw-guides-tab.is-active{
  border-color: rgba(125,211,252,.45);
  background: rgba(15,23,42,.92);
  box-shadow:
    0 18px 44px rgba(0,0,0,.40),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.mlw-guides-tab__stamp{
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

.mlw-guides-tab__label{
  font-weight: 900;
  font-size: 13px;
}
.mlw-guides-tab__meta{
  font-size: 12px;
  color: rgba(255,255,255,.62);
}

/* Panels */
.mlw-guides-panel{
  padding: 16px 16px 18px;
  background: rgba(11,18,32,.42);
}

.mlw-guides-panel__top{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap: 10px;
  margin-bottom: 12px;
}
.mlw-guides-panel__kicker{
  font-weight: 950;
  letter-spacing: -0.01em;
}
.mlw-guides-panel__hint{
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

/* Guide cards = “boarding passes” */
.mlw-guides-cards{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.mlw-guide-mini{
  display:block;
  text-decoration:none;
  border-radius: 16px;
  padding: 14px 14px 12px;
  background:
    radial-gradient(220px 120px at 20% 20%, rgba(76,201,240,.12), transparent 60%),
    rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  color: rgba(248,250,252,.92);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  position: relative;
  overflow: hidden;
}

.mlw-guide-mini:before{
  content:"";
  position:absolute;
  top:-28px; right:-28px;
  width: 90px; height: 90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,138,92,.22), transparent 60%);
  filter: blur(2px);
  opacity: .9;
}

.mlw-guide-mini:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.16);
  background:
    radial-gradient(240px 140px at 20% 20%, rgba(125,211,252,.16), transparent 60%),
    rgba(15,23,42,.70);
}

.mlw-guide-mini__title{
  font-weight: 950;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.mlw-guide-mini__ex{
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.mlw-guide-mini__cta{
  font-weight: 900;
  font-size: 13px;
  color: rgba(255,255,255,.86);
}
.mlw-guides-terminal__head{ margin-bottom: 8px !important; }
.mlw-guides-terminal__title{ margin: 0 0 4px !important; }
.mlw-guides-terminal__sub{ margin: 0 !important; }
/* Tabs: remove any smeary background */
.mlw-guides-tabs{
  background: rgba(11,18,32,.55) !important;
}

/* Panel: tighten top padding since we removed the header row */
.mlw-guides-panel{
  padding-top: 12px !important;
}

/* Cards: clean glass (no colored blob) */
.mlw-guide-mini{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.38) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.mlw-guide-mini::before{
  display:none !important;
}

.mlw-guide-mini:hover{
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(125,211,252,.28) !important;
}