.site-logo img {
  height: 68px !important;
  max-width: 270px !important;
  transition: height 0.18s, max-width 0.18s;
}
@media (max-width: 700px) {
  .site-logo img {
    height: 48px !important;
    max-width: 170px !important;
  }
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.site-logo img + span, .site-logo-text {
  font-family: 'Playfair Display', var(--serif);
  font-weight: 800;
  font-size: 1.32rem;
  color: #35747a;
  letter-spacing: 0.01em;
  margin-left: 0.18em;
  text-shadow: 0 2px 12px #b8e3dd33;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 700px) {
  .site-logo img + span, .site-logo-text {
    font-size: 1.01rem;
  }
}
/* Όλα τα section labels (eyebrow) με ίδιο apricot/gold χρώμα */
.eyebrow {
  color: #d89a73 !important;
  font-weight: 900;
  letter-spacing: 0.13em;
  opacity: 0.98;
}
/* --- HEADER IMPROVEMENTS --- */
.site-header {
  font-family: 'Inter', var(--sans);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 24px rgba(79,143,138,0.07);
  border: 1.5px solid #e0e6e8;
  border-radius: 999px;
  margin-top: 18px;
  margin-bottom: 0;
  position: static !important;
}
.site-logo img {
  height: 54px !important;
  max-width: 220px !important;
}
.site-nav {
  gap: 8px;
}
.site-nav a, .footer-links a, .footer-links button {
  color: #35747a !important;
  font-size: 1.13rem !important;
  font-family: 'Inter', var(--sans);
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 0.18s;
}
.site-nav a:hover, .footer-links a:hover, .footer-links button:hover {
  color: #4f8f8a !important;
}
.language-toggle {
  font-size: 1.01rem !important;
}
@media (max-width: 700px) {
  .site-header {
    margin-top: 8px;
    padding: 8px 6px;
  }
  .site-logo img {
    height: 38px !important;
    max-width: 140px !important;
  }
  .site-nav a {
    font-size: 1.01rem !important;
    padding: 10px 8px;
  }
}
/* --- FOOTER HIERARCHY & ORDER --- */
.site-footer {
  border-top: 1.5px solid #e0e6e8;
  background: linear-gradient(90deg, #f8f3e8 80%, #eaf6f8 100%);
  padding-top: 0;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem 2rem;
  padding: 38px 0 18px 0;
  max-width: var(--max-width);
}
.footer-brand-group {
  flex: 2 1 260px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.footer-value-strip {
  order: -1;
  margin-bottom: 18px;
  align-self: flex-start;
}
.footer-links {
  flex: 1 1 160px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  align-items: flex-end;
  text-align: right;
}
.footer-credit-group {
  flex: 1 1 180px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3em;
  margin-top: 0.5em;
}
.footer-copyright {
  flex-basis: 100%;
  width: 100%;
  margin: 18px 0 0 0;
  text-align: left;
  font-size: 0.93rem;
  color: var(--muted);
}
.footer-brand {
  font-size: 1.18rem;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 0.2em;
}
.footer-network-line {
  color: var(--teal) !important;
  font-size: 0.92rem !important;
  font-weight: 800;
  margin-bottom: 0.2em;
}
.footer-credit {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0.6em;
}
.footer-credit:hover {
  color: var(--navy);
}
@media (max-width: 1199px) {
  .footer-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 28px 0 12px 0;
  }
  .footer-links, .footer-credit-group {
    align-items: flex-start;
    text-align: left;
  }
  .footer-value-strip {
    align-self: stretch;
    margin-bottom: 12px;
  }
  .footer-copyright {
    margin-top: 10px;
    text-align: left;
  }
}
/* Gradient summer titles with outline for specific sections */
.section-heading h2[data-i18n="questionsTitle"],
.section-heading h2[data-i18n="howTitle"],
.section-heading.split-heading h2[data-i18n="toursTitle"],
.section-heading.split-heading h2[data-i18n="conciergeTitle"] {
  background: linear-gradient(90deg, #3bb3c3 10%, #4f8f8a 40%, #d89a73 80%, #b8e3dd 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 12px #b8e3dd33,
    0 0 2px #fff,
    0 0 0.5px #4f8f8a;
  /* Subtle outline for lift */
  filter: drop-shadow(0 1px 0 #fff) drop-shadow(0 0 2px #b8e3dd88);
}
/* --- HERO TITLE JUST ASK MOBILE BOOST --- */
.hero-title-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 800;
  background: linear-gradient(90deg, #3bb3c3 10%, #4f8f8a 40%, #d89a73 80%, #b8e3dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 32px #b8e3dd44, 0 1px 0 #fff8ec;
  letter-spacing: 0.01em;
  margin-bottom: 0.18em;
  margin-top: 0.18em;
}
.hero-title-link .hero-emoji {
  margin-left: 0.18em;
  font-size: 1.1em;
  filter: drop-shadow(0 2px 6px #b8e3dd88);
}
@media (max-width: 700px) {
  .hero-title-link {
    font-size: 2.7rem !important;
    padding-top: 0.18em;
    padding-bottom: 0.18em;
    text-shadow: 0 6px 32px #b8e3dd66, 0 1px 0 #fff8ec;
  }
}
@media (max-width: 420px) {
  .hero-title-link {
    font-size: 2.1rem !important;
    padding-top: 0.12em;
    padding-bottom: 0.12em;
  }
}
/* --- RADICAL SITE BG & SECTION TITLES --- */
body {
  background:
    linear-gradient(120deg, #f8f3e8 0%, #eaf6f8 100%),
    radial-gradient(circle at 80% 10%, #e0f7fa 0%, transparent 60%),
    radial-gradient(circle at 20% 90%, #ffe6c1 0%, transparent 70%),
    linear-gradient(180deg, #fff8ec 0%, #eaf6f8 100%);
  background-blend-mode: lighten, screen, normal;
  /* dvh (not vh): 100vh includes the iOS URL bar → white gap below the footer
     on content pages. dvh tracks the real viewport. */
  min-height: 100dvh;
}

/* iOS (especially Chrome) paints the overscroll / bottom-toolbar band white,
   because every page background here is a gradient IMAGE — there is no solid
   color the browser can extend into that region, so it falls back to the white
   canvas. Give the root a solid fill so the band matches the page instead of
   flashing white. This is height-independent: it covers the band below TALL
   legal content (where min-height is a no-op since content > viewport) AND the
   landing, regardless of how iOS miscalculates the dynamic viewport. */
html {
  background-color: #eaf6f8; /* landing/chat: = the body gradient's bottom tone */
}
html:has(body.legal-page) {
  background-color: #f9f7ef; /* legal pages: = the footer's rendered cream tone */
}

body::before, body::after {
  display: none !important;
}

/* Section titles: flat muted teal, premium, χωρίς gradient/shadow */
.section-heading h2, .split-heading h2, .network-copy h2, .policy-hero h1 {
  color: #4f8f8a !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  text-shadow: none !important;
}

.eyebrow {
  color: #4f8f8a !important;
  opacity: 0.92;
}

/* Extra: section shells with soft glass effect */
.hero-title-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-weight: 800;
  color: #4f8f8a !important;
  letter-spacing: 0.02em;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  text-shadow: none !important;
  margin-bottom: 0.18em;
  margin-top: 0.18em;
}
@media (max-width: 700px) {
  .hero-title-link {
    font-size: 2.3rem !important;
    padding-top: 0.18em;
    padding-bottom: 0.18em;
  }
}
@media (max-width: 420px) {
  .hero-title-link {
    font-size: 1.7rem !important;
    padding-top: 0.12em;
    padding-bottom: 0.12em;
  }
}

/* Fine-tuning: section spacing, cards, headings, micro-animations */
.section-shell {
  padding-left: 2vw;
  padding-right: 2vw;
}
.section-heading h2, .split-heading h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--navy);
  margin-bottom: 0.5em;
  text-shadow: 0 2px 18px rgba(216,154,115,0.07);
}
.eyebrow {
  letter-spacing: 0.13em;
  color: var(--teal);
  font-weight: 900;
  opacity: 0.92;
}
.feature-card, .tour-card, .concierge-card, .step-card {
  transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
}
.feature-card:hover, .tour-card:hover, .concierge-card:hover, .step-card:hover {
  box-shadow: 0 12px 38px rgba(159,216,210,0.13), 0 0 0 2px var(--mint);
  border-color: var(--mint);
  transform: translateY(-2px) scale(1.01);
}
.question-card {
  transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
}
.question-card:hover {
  box-shadow: 0 10px 28px rgba(216,154,115,0.13);
  border-color: var(--apricot);
  transform: translateY(-2px) scale(1.01);
}
.chat-card {
  box-shadow: 0 18px 54px rgba(22,59,92,0.13), 0 0 0 1.5px var(--mint);
  border-radius: 24px;
}
.chat-card .input-area input {
  background: rgba(255,255,255,0.98);
  border: 1.5px solid var(--mint);
  font-size: 1.08rem;
  border-radius: 999px;
  padding: 0 16px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.chat-card .input-area input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(159,216,210,0.13);
}
.chat-card .input-area button {
  background: linear-gradient(135deg, #fff, var(--mint) 80%);
  color: var(--navy);
  border: 1.5px solid var(--teal);
  border-radius: 999px;
  font-weight: 700;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.chat-card .input-area button:hover {
  background: linear-gradient(135deg, var(--mint), #fff 80%);
  color: var(--teal);
  border-color: var(--teal);
}
.footer-value-strip {
  background: rgba(255,255,255,0.92);
  border-radius: 999px;
  padding: 0.5em 1.2em;
  box-shadow: 0 2px 12px rgba(159,216,210,0.07);
}
.cookie-value-strip {
  background: rgba(255,255,255,0.92);
  border-radius: 999px;
  padding: 0.3em 1em;
  box-shadow: 0 2px 12px rgba(159,216,210,0.07);
}
/* --- CTA BUTTONS CONSISTENCY & SUBTLE LUXURY --- */
.button, .button-primary, .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1.07rem;
  line-height: 1.1;
  border: 1.5px solid var(--aqua);
  background: linear-gradient(135deg, #fff, var(--mint) 80%);
  color: var(--navy);
  box-shadow: 0 6px 18px rgba(22,59,92,0.07);
  transition: box-shadow 0.18s, border-color 0.18s, background 0.18s, color 0.18s, transform 0.18s;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: linear-gradient(135deg, #fff, var(--mint) 80%);
  color: var(--navy);
  border: 1.5px solid var(--teal);
  box-shadow: 0 8px 22px rgba(79,143,138,0.10);
}

.button-secondary {
  background: rgba(255,255,255,0.92);
  color: var(--navy);
  border: 1.5px solid var(--aqua);
  box-shadow: 0 4px 12px rgba(216,154,115,0.07);
}

.button:hover, .button-primary:hover, .button-secondary:hover {
  background: linear-gradient(135deg, #f8f3e8 60%, var(--mint) 100%);
  color: var(--teal);
  border-color: var(--teal);
  box-shadow: 0 10px 28px rgba(79,143,138,0.13);
  transform: translateY(-2px) scale(1.03);
}

@media (max-width: 700px) {
  .button, .button-primary, .button-secondary {
    min-height: 44px;
    font-size: 1.01rem;
    padding: 0 0.5em;
    width: 100%;
    border-radius: 999px;
  }
}
/* --- MOBILE-FIRST PREMIUM ADDICTIVE DESIGN --- */
@media (max-width: 700px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 32px 0 18px;
    min-height: unset;
    gap: 18px;
  }
  .hero-copy {
    text-align: center;
    padding: 0 2vw;
  }
  .hero-title-link {
    font-size: 2.2rem !important;
    letter-spacing: 0.01em;
  }
  .hero-value-strip, .preview-value-reinforce {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.01rem !important;
  }
  .chat-card {
    margin: 0 auto;
    width: 100%;
    max-width: 99vw;
    border-radius: 18px;
    padding: 12px 6px 10px 6px;
    box-shadow: 0 8px 32px rgba(22,59,92,0.10);
  }
  .chat-card .input-area {
    flex-direction: row;
    gap: 4px;
    padding: 0 2px;
  }
  .input-area input {
    font-size: 1.08rem;
    min-height: 44px;
    border-radius: 999px;
    flex: 1 1 70%;
  }
  .input-area button {
    min-width: 44px;
    min-height: 44px;
    font-size: 1.2em;
    border-radius: 999px;
  }
  #floating-chat-bubble {
    bottom: 14px;
    right: 10px;
    font-size: 1.01rem;
    padding: 0.5em 0.9em;
    border-width: 2px;
    box-shadow: 0 4px 18px rgba(22,59,92,0.13), 0 0 0 2px #fff8ec;
  }
  .bubble-text {
    display: none;
  }
  .bubble-emoji {
    font-size: 1.5em;
  }
  .footer-value-strip {
    font-size: 0.98rem;
    margin-bottom: 10px;
  }
  .section-shell {
    width: min(98vw, var(--max-width));
    padding: 0 2vw;
  }
  .questions-section, .how-section, .tours-section, .concierge-section, .partners-section, .chatbot-section, .network-section {
    padding: 28px 0 18px 0 !important;
  }
  .question-card, .feature-card, .step-card, .tour-card, .concierge-card {
    border-radius: 14px !important;
    font-size: 1.01rem !important;
    min-height: 54px !important;
    padding: 12px 10px !important;
  }
  .question-card span[aria-hidden], .feature-card h3::before, .concierge-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 1.1em !important;
  }
  .hero-actions {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
  }
  .button, .button-primary, .button-secondary {
    min-height: 44px !important;
    font-size: 1.01rem !important;
    padding: 11px 0 !important;
    width: 100%;
    border-radius: 999px !important;
  }
  .cookie-banner {
    left: 2vw;
    right: 2vw;
    width: 96vw;
    padding: 10px 8px;
    border-radius: 14px;
    font-size: 0.98rem;
  }
}

@media (max-width: 420px) {
  .hero-title-link {
    font-size: 1.5rem !important;
  }
  .chat-card {
    padding: 7px 2px 7px 2px;
    border-radius: 12px;
  }
  .input-area input {
    font-size: 0.98rem;
    min-height: 38px;
  }
  .input-area button {
    min-width: 38px;
    min-height: 38px;
    font-size: 1em;
  }
  #floating-chat-bubble {
    bottom: 7px;
    right: 5px;
    font-size: 0.98rem;
    padding: 0.4em 0.7em;
  }
}

/* Sticky chat bubble on scroll for mobile */
@media (max-width: 700px) {
  #floating-chat-bubble {
    position: fixed;
    bottom: 14px;
    right: 10px;
    left: unset;
    top: unset;
    z-index: 1200;
    animation: bubblePulse 2.8s infinite, stickyAppear 0.7s;
    transition: bottom 0.2s, right 0.2s;
  }
  @keyframes stickyAppear {
    0% { opacity: 0; transform: translateY(30px) scale(0.8); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
  }
}

/* Make touch targets bigger and easier */
@media (max-width: 700px) {
  button, .button, .question-card, .feature-card, .step-card, .tour-card, .concierge-card {
    min-height: 44px !important;
    min-width: 44px !important;
    font-size: 1.01rem !important;
    border-radius: 14px !important;
  }
}
/* Floating Chat Bubble */
#floating-chat-bubble {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 0.7em;
  background: linear-gradient(135deg, #fff, var(--mint), var(--navy) 90%);
  color: var(--navy);
  border: 2.5px solid var(--teal);
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(22,59,92,0.13), 0 0 0 2px #fff8ec;
  padding: 0.7em 1.3em;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow 0.18s, transform 0.18s;
  animation: bubblePulse 2.8s infinite;
}

#floating-chat-bubble .bubble-emoji {
  font-size: 1.45em;
  filter: drop-shadow(0 2px 6px #b8e3dd88);
}

#floating-chat-bubble .bubble-text {
  font-size: 1em;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.01em;
}

#floating-chat-bubble:hover {
  box-shadow: 0 12px 38px rgba(22,59,92,0.18), 0 0 0 3px var(--mint);
  transform: translateY(-2px) scale(1.04);
}

@keyframes bubblePulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(22,59,92,0.13), 0 0 0 2px #fff8ec; }
  50% { box-shadow: 0 16px 48px rgba(79,143,138,0.18), 0 0 0 6px var(--mint); }
}

@media (max-width: 700px) {
  #floating-chat-bubble {
    bottom: 18px;
    right: 12px;
    font-size: 1.02rem;
    padding: 0.6em 1em;
  }
}

/* Highlight chat on bubble click */
.chat-highlight {
  animation: chatHighlight 1.2s;
}
@keyframes chatHighlight {
  0% { box-shadow: 0 0 0 0 var(--mint); }
  30% { box-shadow: 0 0 0 8px var(--mint); }
  100% { box-shadow: 0 0 0 0 transparent; }
}

/* Footer value strip */
.footer-value-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 18px;
  font-size: 1.08rem;
  font-family: var(--serif);
  color: var(--navy);
  font-weight: 700;
  opacity: 0.92;
}
.footer-value-icon {
  color: var(--teal);
  font-size: 1.1em;
}

/* Cookie value strip */
.cookie-value-strip {
  margin-top: 8px;
  font-size: 0.98rem;
  color: var(--teal);
  font-family: var(--serif);
  text-align: center;
  opacity: 0.88;
}

/* CTA pulse */
.pulse {
  animation: pulseBtn 1.8s infinite;
}
@keyframes pulseBtn {
  0%, 100% { box-shadow: 0 0 0 0 var(--apricot); }
  50% { box-shadow: 0 0 0 8px var(--apricot, #F0B985); }
}

.sparkle {
  color: var(--apricot);
  font-size: 1.1em;
  margin-left: 0.2em;
}
/* Mic status indicator styles */
.mic-status {
  display: inline-block;
  min-width: 60px;
  margin: 0 4px;
  font-size: 0.92em;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
  vertical-align: middle;
  transition: color 0.18s;
}
.mic-status-listening {
  color: #3f9b91;
}
.mic-status-processing {
  color: #b54848;
}
.mic-status-ready {
  color: var(--teal);
}
/* Final hero value strip override */
.hero-value-strip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 1.35rem 0 1.25rem !important;
  padding: 0.88rem 1.4rem !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 2px solid rgba(22, 59, 92, 0.28) !important;
  box-shadow:
    0 18px 44px rgba(22, 59, 92, 0.14),
    0 0 0 1px rgba(255,255,255,0.8) inset !important;
  color: #163B5C !important;
  font-size: clamp(1rem, 1.55vw, 1.16rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0.015em !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero-value-strip span {
  display: inline !important;
  color: inherit !important;
  font: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.hero-value-strip::before {
  content: "" !important;
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.hero-value-strip::after {
  content: "✦" !important;
  display: inline-block !important;
  color: #4F8F8A !important;
  font-size: 0.85em !important;
  opacity: 1 !important;
  flex: 0 0 auto !important;
  margin-left: 0.65rem !important;
}

@media (max-width: 640px) {
  .hero-value-strip {
    width: 100% !important;
    padding: 0.9rem 1rem !important;
    margin: 1.25rem 0 1.15rem !important;
    font-size: 1rem !important;
    white-space: normal !important;
  }
}

.chat-thread.chat-box {
  max-height: min(430px, 58vh);
  overflow-y: auto;
  padding: 2px 4px 2px 2px;
  scroll-behavior: smooth;
}

#ask-ai {
  scroll-margin-top: 110px;
}

.hero-title-link {
  color: inherit;
  text-decoration: none;
}

.seo-context {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.chat-card {
  overflow: visible;
  isolation: isolate;
  position: relative;
  z-index: 1;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 253, 248, 0.80)),
    radial-gradient(circle at 88% 8%, rgba(159, 216, 210, 0.18), transparent 34%),
    radial-gradient(circle at 12% 100%, rgba(240, 185, 133, 0.14), transparent 38%);
  box-shadow:
    0 52px 110px rgba(22, 59, 92, 0.18),
    0 26px 52px rgba(82, 54, 24, 0.12),
    0 0 0 1px rgba(22, 59, 92, 0.035),
    0 2px 0 rgba(255, 255, 255, 0.90) inset,
    0 -1px 0 rgba(22, 59, 92, 0.04) inset;
  backdrop-filter: blur(22px) saturate(122%);
  -webkit-backdrop-filter: blur(22px) saturate(122%);
}

.chat-card::before {
  inset: 12px;
  border-color: rgba(255, 255, 255, 0.76);
  border-radius: 22px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.82) inset,
    0 18px 36px rgba(22, 59, 92, 0.06);
}

.chat-card::after {
  content: "";
  position: absolute;
  inset: -42px -52px auto auto;
  z-index: -1;
  width: min(300px, 70%);
  height: 260px;
  border: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 40%, rgba(159, 216, 210, 0.22), transparent 48%),
    radial-gradient(circle at 72% 18%, rgba(240, 185, 133, 0.18), transparent 42%);
  filter: blur(24px);
  opacity: 0.72;
}

.chat-card > * {
  position: relative;
  z-index: 1;
}

.tour-card::before {
  pointer-events: none;
}

.tour-status {
  position: relative;
  z-index: 1;
}

@media (max-width: 1180px) {
  .network-panel {
    align-items: stretch;
  }

  .network-destinations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    justify-content: stretch;
  }

  .network-destination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 13px 14px 13px 16px;
    border: 1px solid rgba(216, 154, 115, 0.22);
    border-radius: 18px;
    background:
      radial-gradient(circle at 94% 0%, rgba(240, 185, 133, 0.14), transparent 42%),
      rgba(255, 255, 255, 0.68);
    box-shadow: 0 14px 34px rgba(82, 54, 24, 0.07);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    white-space: normal;
  }

  .network-destination.is-live {
    border-color: rgba(79, 143, 138, 0.30);
    background:
      radial-gradient(circle at 94% 0%, rgba(159, 216, 210, 0.22), transparent 42%),
      rgba(255, 255, 255, 0.72);
  }

  .network-destination > span:first-child {
    min-width: 0;
    color: var(--navy);
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .network-badge {
    flex: 0 0 auto;
    justify-content: center;
    min-height: 24px;
    padding: 6px 9px;
    font-size: 0.69rem;
    line-height: 1;
    white-space: nowrap;
  }
}

@media (max-width: 980px) {
  .network-panel {
    gap: 24px;
    padding: clamp(24px, 4vw, 34px);
  }

  .network-copy h2 {
    margin-bottom: 12px;
  }

  .network-copy p {
    margin-bottom: 10px;
  }

  .network-support {
    margin-bottom: 0 !important;
  }

  .network-destinations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .network-section {
    padding-top: 24px !important;
  }

  .network-panel {
    gap: 20px;
    padding: 22px;
    border-radius: 18px;
  }

  .network-destinations {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .network-destination {
    min-height: 54px;
    padding: 14px 15px;
    border-radius: 16px;
  }

  .network-destination > span:first-child {
    font-size: 0.94rem;
  }

  .network-badge {
    min-height: 25px;
    padding: 6px 10px;
    font-size: 0.7rem;
  }
}

@media (max-width: 420px) {
  .network-panel {
    padding: 20px;
  }

  .network-destination {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .network-badge {
    align-self: flex-start;
  }
}

.chat-box .user-message,
.chat-box .bot-message {
  max-width: 92%;
  padding: 14px 16px;
  border-radius: 20px;
  font-size: 0.95rem;
  line-height: 1.48;
  box-shadow: 0 14px 30px rgba(82, 54, 24, 0.08);
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.chat-box .bot-message {
  justify-self: start;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 59, 92, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.chat-message-text {
  white-space: normal;
}

.chat-message-text p {
  margin: 0 0 0.5em;
}

.chat-message-text p:last-child {
  margin-bottom: 0;
}

.chat-message-text strong {
  color: var(--teal-deep, #1F5F60);
  font-weight: 700;
}

.chat-inline-link {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.chat-inline-link:hover {
  color: var(--teal);
}

.chat-action-layer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(22, 59, 92, 0.08);
  white-space: normal;
}

.chat-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 13px;
  border: 1px solid rgba(79, 143, 138, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 236, 0.82));
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 10px 24px rgba(82, 54, 24, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.chat-action-button:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 143, 138, 0.42);
  box-shadow:
    0 14px 28px rgba(82, 54, 24, 0.12),
    0 0 24px rgba(159, 216, 210, 0.18);
}

.chat-action-phone {
  border-color: rgba(216, 154, 115, 0.28);
}

.chat-action-primary {
  border-color: rgba(79, 143, 138, 0.38);
  background: linear-gradient(135deg, rgba(184, 227, 221, 0.92), rgba(255, 248, 236, 0.88));
}

.affiliate-inline-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(79, 143, 138, 0.18);
  border-radius: 16px;
  background: rgba(255, 248, 236, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  white-space: normal;
}

.affiliate-inline-logo {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(79, 143, 138, 0.18);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(184, 227, 221, 0.82), rgba(255, 248, 236, 0.9));
  box-shadow: 0 8px 18px rgba(82, 54, 24, 0.08);
}

.affiliate-inline-content {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.affiliate-inline-name {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
}

.affiliate-inline-description {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
}

.affiliate-inline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  background: var(--teal);
  color: #ffffff;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(79, 143, 138, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.affiliate-inline-button:hover {
  transform: translateY(-1px);
  border-color: var(--teal-deep, var(--teal));
  background: var(--teal-deep, var(--teal));
  box-shadow: 0 14px 28px rgba(79, 143, 138, 0.14);
}

.affiliate-booking-modal {
  width: min(calc(100% - 32px), 470px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: var(--text);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.affiliate-booking-modal[open] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@starting-style {
  .affiliate-booking-modal[open] {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
}

.affiliate-booking-modal::backdrop {
  background: rgba(16, 16, 16, 0.46);
  backdrop-filter: blur(4px);
}

.affiliate-booking-sheet {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(216, 154, 115, 0.16);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.affiliate-booking-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(22, 59, 92, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.affiliate-booking-photo {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(22, 59, 92, 0.12), rgba(79, 143, 138, 0.16)), #e7e7e2;
}

.affiliate-booking-heading {
  display: grid;
  gap: 4px;
}

.affiliate-booking-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1.32rem;
  font-weight: 900;
  line-height: 1.2;
}

.affiliate-booking-heading span {
  color: var(--terracotta, #d89a73);
  font-size: 0.92rem;
  letter-spacing: 0;
}

.affiliate-booking-description,
.affiliate-booking-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.affiliate-booking-divider {
  height: 1px;
  background: rgba(22, 59, 92, 0.1);
}

.affiliate-booking-field,
.affiliate-booking-counter {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.affiliate-booking-field input {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(22, 59, 92, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font: inherit;
}

.affiliate-booking-stepper {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 46px;
  border: 1px solid rgba(22, 59, 92, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.affiliate-booking-stepper button {
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 1.3rem;
  font-weight: 900;
  cursor: pointer;
}

.affiliate-booking-stepper output {
  text-align: center;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
}

.affiliate-booking-primary,
.affiliate-booking-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 900;
  cursor: pointer;
}

.affiliate-booking-primary {
  border: 1.5px solid var(--teal);
  background: var(--teal);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(79, 143, 138, 0.1);
}

.affiliate-booking-secondary {
  border: 1.5px solid var(--teal);
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
}

.affiliate-booking-body {
  display: grid;
  gap: 14px;
}

.affiliate-booking-email {
  display: grid;
  gap: 14px;
}

.affiliate-booking-email-heading {
  margin: 0;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.3;
}

.affiliate-booking-email-field input[type="email"] {
  width: 100%;
}

.affiliate-booking-email-back {
  justify-self: center;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 8px;
}

.affiliate-booking-email-back:disabled {
  opacity: 0.5;
  cursor: default;
}

/* An explicit `display` overrides the `hidden` attribute, so the view toggle
   needs these higher-specificity rules to actually hide a panel. */
.affiliate-booking-body[hidden],
.affiliate-booking-email[hidden],
.affiliate-booking-confirmation[hidden] {
  display: none;
}

.affiliate-booking-primary[disabled],
.affiliate-booking-secondary[disabled] {
  opacity: 0.6;
  cursor: progress;
}

.affiliate-booking-error {
  margin: 0;
  color: #8f2f2f;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.affiliate-booking-confirmation {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
  padding: 8px 0 4px;
}

.affiliate-booking-confirmation-title {
  margin: 0;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
}

.affiliate-booking-confirmation-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.affiliate-booking-confirmation-code {
  padding: 12px 18px;
  border: 1px dashed var(--teal);
  border-radius: 14px;
  background: rgba(184, 227, 221, 0.22);
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  word-break: break-all;
}

.affiliate-booking-confirmation-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 700px) {
  .affiliate-inline-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .affiliate-inline-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .affiliate-booking-modal {
    width: 100%;
    max-width: none;
    margin: auto 0 0;
    border-radius: 22px 22px 0 0;
    opacity: 1;
    scale: 1;
    transform: translateY(100%);
    transition: transform 240ms ease;
  }

  .affiliate-booking-modal[open] {
    transform: translateY(0);
  }

  @starting-style {
    .affiliate-booking-modal[open] {
      transform: translateY(100%);
    }
  }

  .affiliate-booking-sheet {
    max-height: calc(100dvh - 24px);
    overflow: auto;
    border-radius: 22px 22px 0 0;
    padding: 20px 18px calc(22px + env(safe-area-inset-bottom));
  }
}

.chat-box .user-message {
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 16px 30px rgba(22, 59, 92, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
}

.chat-box .bot-message.loading {
  color: var(--muted);
  font-style: italic;
}

.chat-box .bot-message.error {
  border-color: rgba(216, 84, 84, 0.28);
  color: #8f2f2f;
}

@keyframes inputSoftPulse {
  0%,
  100% {
    box-shadow:
      0 20px 42px rgba(82, 54, 24, 0.12),
      0 0 0 0 rgba(255, 248, 236, 0),
      0 1px 0 rgba(255, 255, 255, 0.78) inset;
  }

  50% {
    box-shadow:
      0 24px 48px rgba(82, 54, 24, 0.14),
      0 0 26px rgba(255, 248, 236, 0.72),
      0 0 0 5px rgba(240, 185, 133, 0.08),
      0 1px 0 rgba(255, 255, 255, 0.86) inset;
  }
}

.input-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 48px auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin: 18px auto 0;
  padding: 7px;
  border: 1px solid rgba(22, 59, 92, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 20px 42px rgba(82, 54, 24, 0.12),
    0 0 0 4px rgba(255, 248, 236, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: inputSoftPulse 4.8s ease-in-out infinite;
}

.input-area input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(22, 59, 92, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.input-area input::placeholder {
  color: rgba(29, 35, 43, 0.58);
  opacity: 1;
}

.input-area input:focus {
  border-color: rgba(79, 143, 138, 0.55);
  box-shadow:
    0 0 0 4px rgba(159, 216, 210, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.80);
}

.input-area input:disabled {
  opacity: 0.72;
}

.mic-btn,
.send-btn {
  height: 46px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.mic-btn {
  width: 48px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  border: 1px solid rgba(22, 59, 92, 0.14);
  box-shadow:
    0 10px 20px rgba(22, 59, 92, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.82) inset;
}

.send-btn {
  min-width: 84px;
  padding: 0 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  box-shadow:
    0 16px 28px rgba(22, 59, 92, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.20) inset;
}

.mic-btn:hover,
.send-btn:hover {
  transform: translateY(-1px);
}

.mic-btn.recording {
  color: #ffffff;
  background: #b54848;
  border-color: rgba(181, 72, 72, 0.36);
  box-shadow: 0 0 0 5px rgba(181, 72, 72, 0.16);
}

.send-btn:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

@media (min-width: 981px) {
  .input-area {
    display: flex;
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .input-area input {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .input-area .mic-status,
  .mic-btn,
  .send-btn {
    flex: 0 0 auto;
  }

  .mic-btn {
    flex-basis: 48px;
  }
}

@keyframes livePulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
    box-shadow: 0 0 12px rgba(0, 255, 160, 0.28);
  }
}

.chat-card-top {
  gap: 9px;
  margin-bottom: 9px;
  color: rgba(22, 59, 92, 0.72);
  font-size: 0.92rem;
  font-weight: 760;
  letter-spacing: 0;
}

.chat-card-top .status-dot {
  width: 11px;
  height: 11px;
  background: #5a9f96;
  transform-origin: center;
  box-shadow:
    0 0 0 4px rgba(139, 196, 188, 0.13),
    0 0 18px rgba(72, 136, 128, 0.24);
  animation: livePulse 4.2s ease-in-out infinite;
  will-change: opacity, transform, box-shadow;
}

.chat-card-top .status-dot::after {
  inset: -7px;
  border-color: rgba(72, 136, 128, 0.24);
  animation: none;
}

.chat-instruction-line {
  margin: 2px 0 12px;
  color: rgba(22, 59, 92, 0.76);
  font-size: 1rem;
  font-weight: 560;
  line-height: 1.45;
  max-width: 25ch;
  text-wrap: balance;
}

.chat-empty-helper {
  justify-self: start;
  margin: 2px 0 2px;
  color: rgba(80, 89, 96, 0.84);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 31ch;
  text-wrap: balance;
}

.chat-value-line {
  justify-self: start;
  margin: 2px 0 8px;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.chat-language-note {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 6px 10px;
  border: 1px solid rgba(79, 143, 138, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #35636b;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.chat-language-note::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1px solid rgba(79, 143, 138, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(159, 216, 210, 0.14);
}

.chatbot-tech-note {
  margin-top: 14px;
  color: rgba(111, 114, 119, 0.88);
  font-size: 0.76rem;
}

.chat-disclaimer-note {
  margin-top: 12px;
  color: rgba(111, 114, 119, 0.58);
  font-size: 0.68rem;
  line-height: 1.35;
}

.chat-ai-attribution {
  margin-top: 5px;
  color: rgba(22, 59, 92, 0.66);
  font-size: 0.74rem;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .chat-card {
    padding: 18px;
    border-radius: 22px;
  }

  .chat-card::before {
    inset: 9px;
    border-radius: 17px;
  }

  .chat-thread.chat-box {
    max-height: min(390px, 52vh);
  }

  .input-area {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
    padding: 7px;
    border-radius: 24px;
  }

  .input-area input {
    grid-column: 1 / -1;
  }

  .mic-btn,
  .send-btn {
    min-height: 46px;
  }

  .send-btn {
    grid-column: 2;
    width: 100%;
    min-width: 0;
  }

  .chat-language-note {
    display: flex;
    width: 100%;
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .hero {
    gap: 26px;
    padding: 28px 0 34px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 8px;
  }

  .hero-copy h1 {
    margin-bottom: 12px;
  }

  .hero h1::after {
    width: 132px;
    height: 14px;
    margin-top: 12px;
  }

  .hero-subtitle {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .hero-value-strip {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0.74rem 0.95rem !important;
    font-size: 0.95rem !important;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 0;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 44px;
    padding: 12px 14px;
    font-size: 0.93rem;
    white-space: normal;
  }

  .chat-card {
    margin-top: 0;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-top: 24px;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .button {
    min-height: 42px;
    padding-inline: 10px;
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .input-area {
    animation: none;
  }

  .chat-card-top .status-dot,
  .chat-card-top .status-dot::after {
    animation: none;
  }
}

.legal-nav {
  margin-left: auto;
}

.policy-page {
  padding: 72px 0;
}

.policy-hero {
  max-width: 820px;
  margin: 0 auto 28px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  background: radial-gradient(circle at 92% 8%, rgba(159, 216, 210, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 236, 0.86));
  box-shadow: 0 18px 48px rgba(82, 54, 24, 0.08);
  backdrop-filter: blur(14px);
}

.policy-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.policy-hero p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.policy-updated {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(79, 143, 138, 0.18);
  border-radius: 999px;
  background: rgba(159, 216, 210, 0.12);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.policy-content {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 16px 44px rgba(82, 54, 24, 0.07);
}

.policy-content section + section {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.policy-content h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-family: var(--sans);
  font-size: clamp(1.18rem, 2.5vw, 1.5rem);
  font-weight: 800;
  line-height: 1.25;
}

.policy-content p,
.policy-content li {
  color: #344054;
}

.policy-content p:last-child {
  margin-bottom: 0;
}

.policy-content ul {
  margin: 0 0 20px;
  padding-left: 1.25rem;
}

.policy-content li + li {
  margin-top: 10px;
}

.policy-content a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 720px) {
  .input-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .send-btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .legal-page .site-header {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .legal-page .legal-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .legal-page .legal-nav a {
    min-height: 36px;
    padding: 8px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chat-card-top .status-dot,
  .chat-card-top .status-dot::after {
    animation: none;
  }
}

@keyframes primaryCtaBreath {
  0%,
  100% {
    box-shadow:
      0 18px 36px rgba(22, 59, 92, 0.20),
      0 0 0 0 rgba(240, 185, 133, 0),
      0 0 28px rgba(240, 185, 133, 0.18);
  }

  50% {
    box-shadow:
      0 22px 42px rgba(22, 59, 92, 0.24),
      0 0 0 6px rgba(240, 185, 133, 0.08),
      0 0 36px rgba(240, 185, 133, 0.24);
  }
}

.hero-actions .button-primary[data-i18n="startAsking"] {
  animation: primaryCtaBreath 5.6s ease-in-out infinite;
}

.section-micro-cta {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  padding: 7px 11px;
  border: 1px solid rgba(79, 143, 138, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(82, 54, 24, 0.05);
}

.split-heading + .tour-grid + .disclosure + .section-micro-cta,
.concierge-footer + .section-micro-cta,
.partners-panel + .section-micro-cta,
.chatbot-panel + .section-micro-cta,
.network-panel + .section-micro-cta {
  margin-top: 16px;
}

.questions-section,
.how-section,
.tours-section,
.concierge-section,
.partners-section,
.chatbot-section,
.network-section {
  position: relative;
}

.questions-section::after,
.how-section::before,
.concierge-section::after,
.partners-section::before,
.network-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.questions-section::after {
  inset: auto max(-12vw, -120px) -38px max(-12vw, -120px);
  height: 170px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent),
    radial-gradient(ellipse at 35% 60%, rgba(159, 216, 210, 0.12), transparent 62%);
}

.how-section::before {
  inset: 20px max(-10vw, -100px) auto max(-10vw, -100px);
  height: 160px;
  border-block: 1px solid rgba(216, 154, 115, 0.08);
  background:
    linear-gradient(90deg, transparent, rgba(255, 248, 236, 0.42), transparent),
    radial-gradient(ellipse at 82% 50%, rgba(240, 185, 133, 0.12), transparent 58%);
}


.concierge-section::after {
  right: max(18px, calc((100vw - var(--max-width)) / 2));
  bottom: 18px;
  width: min(320px, 42vw);
  height: 130px;
  border: 1px solid rgba(79, 143, 138, 0.10);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28));
  opacity: 0.7;
}

.partners-section::before,
.network-section::before {
  inset: 8px max(-10vw, -100px) auto max(-10vw, -100px);
  height: 180px;
  background:
    radial-gradient(ellipse at 20% 40%, rgba(240, 185, 133, 0.10), transparent 58%),
    radial-gradient(ellipse at 76% 55%, rgba(159, 216, 210, 0.10), transparent 60%);
}

.feature-card,
.tour-card,
.concierge-card {
  isolation: isolate;
}

.feature-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: -1;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 22px rgba(240, 185, 133, 0.10);
}

.feature-card:nth-child(2)::after {
  background: rgba(240, 185, 133, 0.14);
}

.feature-card:nth-child(4)::after {
  border: 1px solid rgba(216, 154, 115, 0.14);
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 0 24px rgba(216, 154, 115, 0.12);
}

.tour-card:nth-child(1),
.tour-card:nth-child(2),
.tour-card:nth-child(3),
.tour-card:nth-child(4) {
  background-blend-mode: normal;
}

.tour-card:nth-child(1) {
  background:
    radial-gradient(ellipse at 88% 8%, rgba(159, 216, 210, 0.24), transparent 38%),
    radial-gradient(ellipse at 15% 88%, rgba(255, 255, 255, 0.34), transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 236, 0.78));
}

.tour-card:nth-child(3) {
  background:
    radial-gradient(ellipse at 90% 12%, rgba(240, 185, 133, 0.22), transparent 38%),
    radial-gradient(ellipse at 15% 86%, rgba(255, 253, 248, 0.42), transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 236, 0.78));
}

.concierge-card:nth-child(1),
.concierge-card:nth-child(6) {
  background:
    radial-gradient(circle at 92% 8%, rgba(159, 216, 210, 0.24), transparent 36%),
    radial-gradient(ellipse at 8% 92%, rgba(240, 185, 133, 0.12), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 236, 0.78));
}

@media (max-width: 720px) {
  .hero-actions .button-primary[data-i18n="startAsking"] {
    animation-duration: 5.2s;
  }

  .questions-section::after,
  .how-section::before,
  .tours-section::after,
  .concierge-section::after,
  .partners-section::before,
  .network-section::before {
    opacity: 0.58;
  }

  .tours-section::after,
  .concierge-section::after {
    width: 180px;
    height: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions .button-primary[data-i18n="startAsking"] {
    animation: none;
  }
}

@media (min-width: 981px) {
  .input-area {
    display: flex;
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .input-area input {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

/* ============================================================ */
/* AEGEAN CONCIERGE — design system v3 (Phase 1.5)              */
/* Teal + muted sage. Premium summer vibes, no gold/mustard.    */
/* ============================================================ */

:root {
  /* Surfaces */
  --bg: #F5F8F7;
  --bg-soft: #EAF0EE;
  --surface: #FFFFFF;
  --surface-soft: #F2F6F5;
  --text: #0E2A2D;
  --muted: #5A6F71;
  --hairline: rgba(14, 58, 64, 0.10);

  /* Aegean teal — the primary brand */
  --navy: #0E3A40;       /* deep teal-charcoal (text + primary) */
  --teal: #2A7E7F;       /* mid teal — buttons, CTAs */
  --teal-deep: #1F5F60;
  --teal-soft: #C9E0DE;
  --aqua: #B8D6D3;
  --mint: #E6EEF1;

  /* Muted sage — secondary accent (replaces gold) */
  --sage: #9EB5A8;
  --sage-soft: #DCE6E0;
  --sage-deep: #6E8C7B;

  /* Legacy aliases mapped to new palette (kept so older rules still resolve) */
  --gold: var(--sage-deep);
  --gold-soft: var(--sage-soft);
  --apricot: var(--sage-deep);
  --terracotta: var(--teal-deep);
  --sand: var(--teal-soft);

  /* Type tokens */
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Shape & depth */
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 24px;
  --shadow:
    0 1px 2px rgba(14, 58, 64, 0.05),
    0 12px 32px -8px rgba(14, 58, 64, 0.10);
  --shadow-lg:
    0 2px 4px rgba(14, 58, 64, 0.05),
    0 24px 60px -16px rgba(14, 58, 64, 0.16);
}

/* Clean cycladic backdrop — no busy gradients */
body {
  background:
    radial-gradient(1200px 600px at 78% -10%, rgba(201, 214, 221, 0.35), transparent 60%),
    radial-gradient(900px 500px at 10% 110%, rgba(184, 147, 90, 0.06), transparent 60%),
    var(--bg) !important;
  background-blend-mode: normal !important;
  color: var(--text);
}

/* Headings on Cormorant Garamond — hotel-menu refinement */
h1, h2, h3,
.section-heading h2, .split-heading h2, .network-copy h2, .policy-hero h1,
.hero-title-link, .hero-copy h1 {
  font-family: var(--serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em !important;
  color: var(--navy) !important;
  text-shadow: none !important;
}

.hero-copy h1, .hero-title-link {
  font-family: var(--serif) !important;
  font-weight: 700 !important;
  letter-spacing: 0.005em !important;
  font-size: clamp(4rem, 14vw, 6.8rem) !important;
  line-height: 0.95 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: var(--navy) !important;
  color: var(--navy) !important;
  background-clip: unset !important;
  text-transform: uppercase;
  text-shadow: none !important;
  margin-top: 0.2em !important;
  margin-bottom: 0.15em !important;
}
.hero-title-link .hero-emoji { display: none; }

.hero-subtitle {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  color: var(--muted);
  letter-spacing: 0;
  margin-top: 0.4em;
}

/* Eyebrow — small caps muted sage marker (NOT gold) */
.eyebrow {
  color: var(--sage-deep) !important;
  font-family: var(--sans) !important;
  font-weight: 700 !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
  opacity: 1 !important;
}

/* Hero value strip — sage pill badge */
.hero-value-strip {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55em;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 0.5em 1.1em;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.86rem;
  color: var(--text);
  letter-spacing: 0.02em;
  box-shadow: 0 2px 10px rgba(14, 58, 64, 0.05);
}

.preview-value-reinforce {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--muted);
  margin-top: 0.6em;
  letter-spacing: 0.005em;
}
.preview-value-reinforce .sparkle { display: none; }

/* Cards — luxury minimal, single hairline + soft layered shadow */
.feature-card, .tour-card, .concierge-card, .step-card, .question-card {
  background: var(--surface) !important;
  border: 1px solid var(--hairline) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow) !important;
  transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease !important;
}
.feature-card:hover, .tour-card:hover, .concierge-card:hover,
.step-card:hover, .question-card:hover {
  border-color: var(--teal-soft) !important;
  box-shadow: var(--shadow-lg) !important;
  transform: translateY(-3px) !important;
}

/* Keep feature-card left padding so the ::before icon never overlaps title */
.feature-card { padding: 18px 16px 18px 58px !important; }
@media (max-width: 700px) {
  .feature-card { padding: 14px 14px 14px 56px !important; min-height: unset !important; }
}
.feature-card h3::before {
  border-color: rgba(42, 126, 127, 0.28) !important;
  background: var(--surface-soft) !important;
  color: var(--teal) !important;
  box-shadow: 0 4px 10px rgba(14, 58, 64, 0.06) !important;
}

/* Card headings stay refined */
.feature-card h3, .tour-card h3, .concierge-card h3, .step-card h3 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.005em;
}

/* Chat card — the hero piece. Teal hairline + lifted depth */
.chat-card {
  background: var(--surface) !important;
  border: 1px solid var(--hairline) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow:
    0 2px 6px rgba(14, 58, 64, 0.05),
    0 30px 70px -20px rgba(14, 58, 64, 0.20),
    0 0 0 1px rgba(42, 126, 127, 0.10) !important;
}
.chat-card .chat-card-top {
  color: var(--navy);
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.74rem;
}
.chat-card .status-dot {
  background: var(--teal) !important;
  box-shadow: 0 0 0 4px rgba(42, 126, 127, 0.20);
}
.chat-instruction-line {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--navy);
  letter-spacing: -0.005em;
}
.chat-card .input-area input {
  border: 1px solid var(--hairline) !important;
  background: var(--surface-soft) !important;
  font-family: var(--sans);
  font-size: 1.02rem;
  color: var(--text);
}
.chat-card .input-area input:focus {
  border-color: var(--teal) !important;
  box-shadow: 0 0 0 4px rgba(42, 126, 127, 0.16) !important;
  background: var(--surface) !important;
}

/* Buttons — solid teal primary + sage-hairline secondary */
.button, .button-primary, .button-secondary {
  font-family: var(--sans) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  border-radius: 999px !important;
  padding: 0 26px !important;
  min-height: 50px !important;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease !important;
}
.button-primary {
  background: var(--teal) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--teal) !important;
  box-shadow: 0 8px 24px -8px rgba(42, 126, 127, 0.55) !important;
}
.button-primary:hover {
  background: var(--teal-deep) !important;
  color: #FFFFFF !important;
  border-color: var(--teal-deep) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -10px rgba(31, 95, 96, 0.6) !important;
}
.button-secondary {
  background: var(--surface) !important;
  color: var(--navy) !important;
  border: 1px solid var(--sage) !important;
  box-shadow: none !important;
}
.button-secondary:hover {
  background: var(--surface-soft) !important;
  color: var(--teal-deep) !important;
  border-color: var(--sage-deep) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px -10px rgba(110, 140, 123, 0.35) !important;
}

/* Chat send button — teal, primary action inside chat */
.chat-card .input-area button.send-btn {
  background: var(--teal) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--teal) !important;
  font-weight: 700 !important;
}
.chat-card .input-area button.send-btn:hover {
  background: var(--teal-deep) !important;
  border-color: var(--teal-deep) !important;
  color: #FFFFFF !important;
}
.chat-card .input-area button.mic-btn {
  background: var(--surface) !important;
  color: var(--navy) !important;
  border: 1px solid var(--hairline) !important;
}

/* Pulse — subtler teal halo */
.pulse { animation: pulseTeal 2.4s ease-in-out infinite; }
@keyframes pulseTeal {
  0%, 100% { box-shadow: 0 8px 24px -8px rgba(42, 126, 127, 0.55), 0 0 0 0 rgba(42, 126, 127, 0.0); }
  50%      { box-shadow: 0 8px 24px -8px rgba(42, 126, 127, 0.55), 0 0 0 8px rgba(42, 126, 127, 0.0); }
}

/* Section labels (questions, how, tours, concierge) — flat navy, no rainbow gradient */
.section-heading h2[data-i18n="questionsTitle"],
.section-heading h2[data-i18n="howTitle"],
.section-heading.split-heading h2[data-i18n="toursTitle"],
.section-heading.split-heading h2[data-i18n="conciergeTitle"] {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: var(--navy) !important;
  background-clip: unset !important;
  color: var(--navy) !important;
  font-family: var(--serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.005em !important;
  text-shadow: none !important;
  filter: none !important;
}

/* Header — luxury concierge desk: white, single hairline, navy nav */
.site-header {
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border: 1px solid var(--hairline) !important;
  box-shadow: 0 2px 14px rgba(14, 58, 64, 0.05) !important;
  border-radius: 999px;
}
.site-nav a, .footer-links a, .footer-links button {
  color: var(--navy) !important;
  font-weight: 600 !important;
  font-size: 0.98rem !important;
  letter-spacing: 0.01em;
}
.site-nav a:hover, .footer-links a:hover, .footer-links button:hover {
  color: var(--teal) !important;
}
.site-logo img + span, .site-logo-text {
  font-family: var(--serif) !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  letter-spacing: 0.02em;
  text-shadow: none !important;
  text-transform: none;
  font-size: 1.18rem;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .site-logo img + span, .site-logo-text {
    font-size: 0.92rem;
  }
}
@media (max-width: 480px) {
  .site-logo img + span, .site-logo-text {
    display: none;
  }
}

/* Footer — clean teal-cream wash + tighter rhythm */
.site-footer {
  background: var(--bg-soft) !important;
  border-top: 1px solid var(--hairline) !important;
}
.footer-inner {
  padding: 32px 0 20px 0 !important;
  gap: 1.4rem 2rem !important;
}
.footer-brand {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.01em;
  font-size: 1.3rem;
}
/* Footer value pill — matches the hero pill for a consistent "easy & clear" promise */
.footer-value-strip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 0 1.1rem !important;
  padding: 0.82rem 1.35rem !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 2px solid rgba(22, 59, 92, 0.28) !important;
  box-shadow:
    0 18px 44px rgba(22, 59, 92, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset !important;
  color: #163B5C !important;
  font-family: var(--sans) !important;
  font-style: normal !important;
  font-size: clamp(0.96rem, 1.4vw, 1.1rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0.015em !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
.footer-value-strip .footer-value-icon {
  display: inline-block !important;
  color: #4F8F8A !important;
  font-size: 0.85em !important;
  opacity: 1 !important;
  margin: 0 0.55rem !important;
  flex: 0 0 auto !important;
}
.footer-value-icon { color: var(--teal) !important; }
.footer-network-line { color: var(--sage-deep) !important; }
.footer-credit { color: var(--muted) !important; }
@media (max-width: 1199px) {
  .footer-inner { gap: 1rem 1.2rem !important; padding: 24px 0 16px 0 !important; }
  .footer-brand-group { gap: 0.35em !important; }
  .footer-links { gap: 0.55em !important; }
  .footer-credit-group { margin-top: 0.2em !important; }
  .footer-copyright { margin-top: 8px !important; font-size: 0.85rem; }
}

/* Floating bubble — refined teal pill (concierge bell) */
#floating-chat-bubble {
  background: var(--teal) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--teal) !important;
  font-family: var(--sans) !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  box-shadow:
    0 12px 32px -10px rgba(42, 126, 127, 0.55),
    0 0 0 4px rgba(158, 181, 168, 0.22) !important;
}
#floating-chat-bubble:hover {
  background: var(--teal-deep) !important;
  border-color: var(--teal-deep) !important;
  box-shadow:
    0 18px 44px -10px rgba(31, 95, 96, 0.6),
    0 0 0 6px rgba(158, 181, 168, 0.28) !important;
}
#floating-chat-bubble .bubble-emoji {
  font-size: 1.25em;
  filter: none;
}

/* Cookie banner — quieter */
.cookie-banner {
  background: var(--surface) !important;
  border: 1px solid var(--hairline) !important;
  box-shadow: var(--shadow) !important;
  border-radius: var(--radius) !important;
  color: var(--text) !important;
}
.cookie-banner p {
  color: var(--text) !important;
}
.cookie-secondary {
  border-color: var(--hairline) !important;
  color: var(--navy) !important;
}
.cookie-secondary:hover {
  border-color: var(--navy) !important;
  color: var(--navy) !important;
}

/* Micro-CTA links under each section — solid teal pill (button-like), distinct from eyebrows */
.section-micro-cta {
  display: inline-block;
  background: var(--teal) !important;
  color: #FFFFFF !important;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--teal);
  text-decoration: none !important;
  box-shadow: 0 6px 18px -6px rgba(42, 126, 127, 0.5);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.section-micro-cta:hover {
  background: var(--teal-deep) !important;
  border-color: var(--teal-deep);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(31, 95, 96, 0.6);
}


/* ============================================================ */
/* Phase 1.5 — visibility & hierarchy fixes                     */
/* ============================================================ */

/* LIVE NOW (.chatbot-panel) — dark teal panel, MUST have white headings */
.chatbot-panel {
  background:
    radial-gradient(circle at 88% 10%, rgba(158, 181, 168, 0.22), transparent 38%),
    radial-gradient(circle at 8% 100%, rgba(201, 224, 222, 0.18), transparent 38%),
    linear-gradient(140deg, var(--teal-deep) 0%, var(--navy) 100%) !important;
  color: #FFFFFF !important;
}
.chatbot-panel h1,
.chatbot-panel h2,
.chatbot-panel h3,
.chatbot-panel .chatbot-copy h2 {
  color: #FFFFFF !important;
  background: none !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
.chatbot-panel p,
.chatbot-panel .chatbot-copy p,
.chatbot-panel a {
  color: rgba(255, 255, 255, 0.92) !important;
}
.chatbot-panel .eyebrow {
  color: var(--aqua) !important;
}
.chatbot-panel .section-micro-cta {
  background: #FFFFFF !important;
  color: var(--teal-deep) !important;
  border-color: #FFFFFF !important;
}
.chatbot-panel .section-micro-cta:hover {
  background: var(--mint) !important;
  color: var(--navy) !important;
  border-color: var(--mint) !important;
}

/* Become a partner (.partner-actions) — fix cramped button text */
.partners-panel .button,
.partner-actions .button,
.partner-actions .button-primary {
  padding: 0 32px !important;
  min-height: 52px !important;
  white-space: nowrap !important;
  font-size: 1rem !important;
}

/* Hero subtitle below JUST ASK — refined supporting line */
.hero-subtitle,
.hero-copy p:first-of-type {
  font-family: var(--serif) !important;
  font-style: italic;
  font-weight: 500 !important;
  color: var(--teal) !important;
  font-size: clamp(1.05rem, 2.4vw, 1.4rem) !important;
  letter-spacing: 0.005em;
  margin-top: 0 !important;
}

/* Eyebrow vs micro-CTA: clarify their roles globally
   (eyebrow stays small uppercase sage label; micro-CTA is teal pill button) */
.eyebrow + h2,
.eyebrow + h1 {
  margin-top: 0.35em !important;
}

/* Mobile hero spacing — bring JUST ASK to dominate the fold */
@media (max-width: 700px) {
  .hero { padding-top: 28px !important; padding-bottom: 22px !important; }
  .hero-copy h1, .hero-title-link {
    font-size: clamp(4.2rem, 18vw, 5.8rem) !important;
    line-height: 0.92 !important;
  }
  .hero-subtitle,
  .hero-copy p:first-of-type {
    font-size: 1.05rem !important;
  }
  .partners-panel .button,
  .partner-actions .button,
  .partner-actions .button-primary {
    padding: 0 24px !important;
    width: 100%;
    text-align: center;
  }
}

/* ============================================================ */
/* Phase 1.6 — hierarchy, motion & polish                       */
/* ============================================================ */

/* (1) Header — logo + brand name side by side */
.site-logo-text {
  display: inline-block !important;
  font-family: var(--serif) !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  color: var(--navy) !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
  text-transform: none !important;
  text-shadow: none !important;
  margin-left: 10px !important;
}
.site-logo-text em {
  font-style: italic !important;
  color: var(--teal) !important;
}
.site-logo picture,
.site-logo img {
  display: block;
  height: 66px !important;
  width: auto !important;
  max-width: none !important;
  clip-path: circle(44%);
  transition: transform 0.25s ease;
}
.site-logo:hover img {
  transform: translateY(-1px) scale(1.02);
}
@media (max-width: 700px) {
  .site-logo img { height: 50px !important; }
  .site-logo-text { font-size: 1rem !important; }
}
@media (max-width: 480px) {
  .site-logo-text { font-size: 0.88rem !important; }
}

/* (4) Hero decorative line — center it under JUST ASK, re-color to sage/teal */
.hero h1::after {
  width: 180px !important;
  height: 18px !important;
  margin: 18px auto 8px auto !important;
  background:
    radial-gradient(circle at 50% 50%, var(--teal) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 0, rgba(158, 181, 168, 0.55) 0 42%, transparent 42% 58%, rgba(158, 181, 168, 0.55) 58% 100%) !important;
  background-size: 100% 100%, 100% 1px !important;
  background-position: center, center !important;
  background-repeat: no-repeat !important;
}
.hero-copy h1 {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
@media (max-width: 700px) {
  .hero h1::after {
    width: 140px !important;
    margin: 12px auto 6px auto !important;
  }
}

/* (5) JUST ASK pill micro-CTAs — center within section, align with hero rhythm */
.section-micro-cta {
  display: block !important;
  width: fit-content !important;
  margin: 22px auto 0 auto !important;
  text-align: center;
}

/* (3) LIVE NOW dot — heartbeat pulse (double-beat) */
.chat-card .status-dot {
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px;
  background: #2DD17F !important; /* live green, more "online" than teal here */
  position: relative;
  display: inline-block;
  animation: heartbeat 1.6s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(45, 209, 127, 0.55);
}
.chat-card .status-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 2px solid rgba(45, 209, 127, 0.55);
  animation: heartbeatRing 1.6s ease-out infinite;
  pointer-events: none;
}
@keyframes heartbeat {
  0%   { transform: scale(1);    box-shadow: 0 0 0 0   rgba(45, 209, 127, 0.55); }
  14%  { transform: scale(1.25); box-shadow: 0 0 0 4px rgba(45, 209, 127, 0.35); }
  28%  { transform: scale(1);    box-shadow: 0 0 0 0   rgba(45, 209, 127, 0.0); }
  42%  { transform: scale(1.2);  box-shadow: 0 0 0 3px rgba(45, 209, 127, 0.28); }
  56%  { transform: scale(1);    box-shadow: 0 0 0 0   rgba(45, 209, 127, 0.0); }
  100% { transform: scale(1); }
}
@keyframes heartbeatRing {
  0%   { transform: scale(0.7); opacity: 0.9; }
  60%  { transform: scale(1.6); opacity: 0;   }
  100% { transform: scale(1.6); opacity: 0;   }
}
.chat-card .chat-card-top {
  letter-spacing: 0.08em !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  gap: 0.55em;
  align-items: center;
}

/* (9) BUTTON HIERARCHY — subtle gradients by importance
   Tier 1 (apex):  #floating-chat-bubble
   Tier 2 (hero):  .button-primary, .pulse primary
   Tier 3 (CTA):   .section-micro-cta JUST ASK pills
   Tier 4 (ghost): .button-secondary, .mic-btn
*/

/* Tier 2 — hero primary: teal vertical gradient */
.button-primary {
  background: linear-gradient(180deg, #3A9698 0%, var(--teal) 55%, var(--teal-deep) 100%) !important;
  border-color: var(--teal-deep) !important;
}
.button-primary:hover {
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-deep) 60%, #154C4D 100%) !important;
}

/* Tier 3 — micro-CTA pills: lighter teal gradient (clearly subordinate to floating) */
.section-micro-cta {
  background: linear-gradient(180deg, #4FA1A3 0%, var(--teal) 100%) !important;
  border-color: var(--teal-deep) !important;
}
.section-micro-cta:hover {
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-deep) 100%) !important;
}

/* Chat send button — teal gradient, matches tier 2 */
.chat-card .input-area button.send-btn {
  background: linear-gradient(180deg, #3A9698 0%, var(--teal) 55%, var(--teal-deep) 100%) !important;
  border-color: var(--teal-deep) !important;
}

/* (2 + 9 Tier 1) Floating bubble — apex of hierarchy: gradient + glow + shimmer sweep border */
#floating-chat-bubble {
  background: linear-gradient(135deg, #3A9698 0%, var(--teal) 45%, var(--teal-deep) 100%) !important;
  border: 2px solid transparent !important;
  background-clip: padding-box !important;
  position: fixed !important;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.4) inset,
    0 14px 38px -10px rgba(31, 95, 96, 0.65),
    0 0 0 6px rgba(158, 181, 168, 0.18),
    0 0 30px 2px rgba(42, 126, 127, 0.35) !important;
  animation: floatBubbleGlow 3.2s ease-in-out infinite;
}
@keyframes floatBubbleGlow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.40) inset,
      0 14px 38px -10px rgba(31, 95, 96, 0.65),
      0 0 0 6px rgba(158, 181, 168, 0.18),
      0 0 30px 2px rgba(42, 126, 127, 0.30);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.55) inset,
      0 18px 46px -10px rgba(31, 95, 96, 0.75),
      0 0 0 9px rgba(158, 181, 168, 0.10),
      0 0 44px 6px rgba(42, 126, 127, 0.48);
  }
}
/* Shimmer sweep across the bubble surface (uses the existing .shimmer span) */
#floating-chat-bubble .shimmer {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(255, 255, 255, 0.55) 50%,
    transparent 62%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: 200% 0;
  animation: bubbleShimmer 7.5s linear infinite;
  mix-blend-mode: overlay;
}
@keyframes bubbleShimmer {
  0%   { background-position: 200% 0; }
  45%  { background-position: -120% 0; }
  100% { background-position: -120% 0; }
}

/* (8) Network LIVE card — pulsing teal border + soft shimmer for the only live destination */
.network-destination.is-live {
  position: relative;
  border: 1px solid var(--teal) !important;
  box-shadow:
    0 0 0 0 rgba(42, 126, 127, 0.55),
    0 14px 32px -12px rgba(14, 58, 64, 0.18) !important;
  animation: networkLivePulse 2.4s ease-in-out infinite;
  overflow: hidden;
}
.network-destination.is-live::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(42, 126, 127, 0.18) 50%,
    transparent 62%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: -120% 0;
  animation: bubbleShimmer 8s ease-in-out infinite;
  border-radius: inherit;
}
.network-destination.is-live .network-badge {
  background: linear-gradient(180deg, #3DD583 0%, #1FB46B 100%) !important;
  color: #FFFFFF !important;
  border: 1px solid #1FB46B !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(45, 209, 127, 0.18);
}
@keyframes networkLivePulse {
  0%, 100% {
    box-shadow:
      0 0 0 0   rgba(42, 126, 127, 0.0),
      0 14px 32px -12px rgba(14, 58, 64, 0.18);
    border-color: var(--teal);
  }
  50% {
    box-shadow:
      0 0 0 6px rgba(42, 126, 127, 0.18),
      0 18px 40px -12px rgba(14, 58, 64, 0.22);
    border-color: var(--teal-deep);
  }
}

/* Ensure tier ordering visually: floating > hero primary > micro-CTA > secondary */
.button-secondary {
  background: var(--surface) !important;
  /* keep ghost — no gradient, lowest tier */
}

/* ============================================================ */
/* Phase 1.7 — unified button language (shimmer + halo by tier) */
/* All CTAs share the floating-bubble effect, with ring thickness */
/* proportional to size/importance.                              */
/* ============================================================ */

.button-primary,
.section-micro-cta,
.chat-card .input-area button.send-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Shared shimmer sweep (uses ::after so it never blocks text/clicks) */
.button-primary::after,
.section-micro-cta::after,
.chat-card .input-area button.send-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(255, 255, 255, 0.65) 50%,
    transparent 62%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: 200% 0;
  animation: bubbleShimmer 7s linear infinite;
  mix-blend-mode: screen;
  z-index: 1;
}

/* Keep label/icon ABOVE the shimmer layer */
.button-primary > *,
.section-micro-cta > *,
.chat-card .input-area button.send-btn > * {
  position: relative;
  z-index: 2;
}

/* Tier 2 — hero primary: medium halo ring (3px) */
.button-primary {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.30) inset,
    0 10px 28px -10px rgba(31, 95, 96, 0.55),
    0 0 0 3px rgba(158, 181, 168, 0.18),
    0 0 18px 1px rgba(42, 126, 127, 0.22) !important;
}
.button-primary:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.40) inset,
    0 14px 34px -10px rgba(31, 95, 96, 0.65),
    0 0 0 4px rgba(158, 181, 168, 0.22),
    0 0 26px 2px rgba(42, 126, 127, 0.32) !important;
}

/* Tier 3 — micro-CTA pills: thin halo (2px), subtler glow */
.section-micro-cta {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 6px 16px -6px rgba(42, 126, 127, 0.45),
    0 0 0 2px rgba(158, 181, 168, 0.16),
    0 0 12px 0 rgba(42, 126, 127, 0.18) !important;
}
.section-micro-cta:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.38) inset,
    0 10px 22px -8px rgba(31, 95, 96, 0.55),
    0 0 0 3px rgba(158, 181, 168, 0.20),
    0 0 18px 2px rgba(42, 126, 127, 0.28) !important;
}

/* Chat send button — same tier as primary (medium halo) */
.chat-card .input-area button.send-btn {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.30) inset,
    0 8px 22px -8px rgba(31, 95, 96, 0.55),
    0 0 0 2px rgba(158, 181, 168, 0.18),
    0 0 14px 1px rgba(42, 126, 127, 0.22) !important;
}
.chat-card .input-area button.send-btn:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.40) inset,
    0 12px 28px -8px rgba(31, 95, 96, 0.65),
    0 0 0 3px rgba(158, 181, 168, 0.22),
    0 0 22px 2px rgba(42, 126, 127, 0.32) !important;
}

/* Slow shimmer down on hover so it feels responsive, not frantic */
.button-primary:hover::after,
.section-micro-cta:hover::after,
.chat-card .input-area button.send-btn:hover::after {
  animation-duration: 5.5s;
}

/* Respect reduced-motion users */
@media (prefers-reduced-motion: reduce) {
  #floating-chat-bubble,
  .button-primary::after,
  .section-micro-cta::after,
  .chat-card .input-area button.send-btn::after,
  #floating-chat-bubble .shimmer,
  .network-destination.is-live,
  .network-destination.is-live::after,
  .chat-card .status-dot,
  .chat-card .status-dot::after {
    animation: none !important;
  }
}

/* ============================================================ */
/* Phase 1.8 — card borders: slightly more visible vs bg        */
/* ============================================================ */

.feature-card,
.tour-card,
.concierge-card,
.step-card,
.question-card,
.partners-panel,
.network-destination {
  border: 1px solid rgba(42, 126, 127, 0.18) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 1px 2px rgba(14, 58, 64, 0.04),
    0 10px 28px -12px rgba(14, 58, 64, 0.14) !important;
}

.feature-card:hover,
.tour-card:hover,
.concierge-card:hover,
.step-card:hover,
.question-card:hover {
  border-color: rgba(42, 126, 127, 0.38) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 2px 4px rgba(14, 58, 64, 0.06),
    0 20px 44px -14px rgba(14, 58, 64, 0.22) !important;
}

/* Keep the LIVE network card's animated teal border distinct (already pulses) */
.network-destination.is-live {
  border-color: var(--teal) !important;
}

/* Chat card hairline a touch warmer too, so it still reads as apex card */
.chat-card {
  border-color: rgba(42, 126, 127, 0.22) !important;
}

/* ============================================================ */
/* Phase 1.9 — concierge card CTAs: same family as floating,    */
/* but Tier 4 (subtler than hero primary & micro-CTA pills)     */
/* ============================================================ */

.concierge-card-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 9px 18px !important;
  border-radius: 999px !important;
  font-family: var(--sans) !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background: linear-gradient(180deg, #5FA7A9 0%, #3A8E90 100%) !important;
  border: 1px solid rgba(31, 95, 96, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.30) inset,
    0 4px 12px -4px rgba(42, 126, 127, 0.40),
    0 0 0 1.5px rgba(158, 181, 168, 0.16),
    0 0 10px 0 rgba(42, 126, 127, 0.18) !important;
  transition: transform 0.18s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.concierge-card-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.32) 50%,
    transparent 58%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: -120% 0;
  animation: bubbleShimmer 9s ease-in-out infinite;
  mix-blend-mode: overlay;
  z-index: 1;
}

.concierge-card-cta > * {
  position: relative;
  z-index: 2;
}

.concierge-card-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-deep) 100%) !important;
  border-color: var(--teal-deep) !important;
  color: #FFFFFF !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.40) inset,
    0 8px 20px -6px rgba(31, 95, 96, 0.55),
    0 0 0 2.5px rgba(158, 181, 168, 0.22),
    0 0 16px 1px rgba(42, 126, 127, 0.32) !important;
}
.concierge-card-cta:hover::after {
  animation-duration: 2.8s;
}

@media (prefers-reduced-motion: reduce) {
  .concierge-card-cta::after { animation: none !important; }
}

/* Concierge cards — push CTA to bottom so all buttons align across the row */
.concierge-card {
  align-items: stretch !important;
}
.concierge-card-content {
  flex: 1 1 auto;
  min-height: 100%;
}
.concierge-card-content .concierge-card-cta {
  margin-top: auto !important;
  align-self: flex-start;
}

/* ============================================================ */
/* Phase 1.9b — tour card CTAs share the concierge CTA style    */
/* ============================================================ */

.tour-card-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 9px 18px !important;
  border-radius: 999px !important;
  font-family: var(--sans) !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background: linear-gradient(180deg, #5FA7A9 0%, #3A8E90 100%) !important;
  border: 1px solid rgba(31, 95, 96, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.30) inset,
    0 4px 12px -4px rgba(42, 126, 127, 0.40),
    0 0 0 1.5px rgba(158, 181, 168, 0.16),
    0 0 10px 0 rgba(42, 126, 127, 0.18) !important;
  transition: transform 0.18s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.tour-card-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.32) 50%,
    transparent 58%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: -120% 0;
  animation: bubbleShimmer 9s ease-in-out infinite;
  mix-blend-mode: overlay;
  z-index: 1;
}

.tour-card-cta > * {
  position: relative;
  z-index: 2;
}

.tour-card-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-deep) 100%) !important;
  border-color: var(--teal-deep) !important;
  color: #FFFFFF !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.40) inset,
    0 8px 20px -6px rgba(31, 95, 96, 0.55),
    0 0 0 2.5px rgba(158, 181, 168, 0.22),
    0 0 16px 1px rgba(42, 126, 127, 0.32) !important;
}
.tour-card-cta:hover::after {
  animation-duration: 2.8s;
}

@media (prefers-reduced-motion: reduce) {
  .tour-card-cta::after { animation: none !important; }
}

/* ============================================================ */
/* Phase 2.0 — bigger card titles across all sections           */
/* Mobile/tablet-first scale (clamp grows with viewport).       */
/* ============================================================ */

.feature-card h3,
.tour-card h3,
.concierge-card h3,
.step-card h3,
.network-destination h3 {
  font-size: clamp(1.18rem, 3.6vw, 1.42rem) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.005em;
}

/* question-card uses span, not h3 */
.question-card [data-question-text] {
  font-size: clamp(1.02rem, 3.2vw, 1.12rem) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

/* Mobile: slightly more weight + tighter top spacing so titles read first */
@media (max-width: 700px) {
  .feature-card h3,
  .tour-card h3,
  .concierge-card h3,
  .step-card h3,
  .network-destination h3 {
    font-size: clamp(1.22rem, 5vw, 1.5rem) !important;
    line-height: 1.25 !important;
  }
  .question-card [data-question-text] {
    font-size: clamp(1.05rem, 4vw, 1.18rem) !important;
  }
}

/* ============================================================ */
/* Phase 2.1 — chat readability & input clarity                 */
/* Goals: easier to find input under sunlight, less clutter,    */
/* mobile-first typing comfort, addictive micro-feedback.       */
/* ============================================================ */

/* --- 1. Hide redundant secondary tech-note (keep only the     */
/*       disclaimer about verification, which is more useful)   */
.chat-card .chat-ai-attribution {
  display: none !important;
}

/* --- 2. Tighter spacing in chat header so input dominates --- */
.chat-card .chat-card-top {
  margin-bottom: 6px !important;
}
.chat-card .chat-instruction-line {
  margin: 6px 0 12px !important;
  font-size: 1.08rem !important;
  line-height: 1.45 !important;
  color: rgba(14, 58, 64, 0.78) !important;
}
.chat-card .chat-disclaimer-note {
  font-size: 0.72rem !important;
  opacity: 0.62;
  margin-top: 8px !important;
}

/* --- 3. Input area: high-contrast border, big touch target -- */
.chat-card .input-area {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 6px !important;
  background: #FFFFFF !important;
  border: 2px solid var(--teal) !important;
  border-radius: 16px !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 4px 14px -4px rgba(31, 95, 96, 0.22),
    0 0 0 4px rgba(42, 126, 127, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.25s ease;
  animation: inputAmbientGlow 5.6s ease-in-out infinite;
}

.chat-card .input-area::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    112deg,
    transparent 0%,
    transparent 36%,
    rgba(255, 255, 255, 0.62) 50%,
    rgba(159, 216, 210, 0.32) 56%,
    transparent 68%,
    transparent 100%
  );
  transform: translateX(-115%);
  opacity: 0.42;
  will-change: transform, opacity;
  animation: inputBorderShimmer 9s ease-in-out infinite;
}

.chat-card .input-area:hover,
.chat-card .input-area:focus-within {
  animation-duration: 4.0s;
}

.chat-card .input-area:hover::before,
.chat-card .input-area:focus-within::before {
  opacity: 0.58;
  animation-duration: 4.0s;
}

.chat-card .input-area > * {
  position: relative;
  z-index: 1;
}

@keyframes inputAmbientGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.9) inset,
      0 4px 14px -4px rgba(31, 95, 96, 0.22),
      0 0 0 4px rgba(42, 126, 127, 0.06);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 1) inset,
      0 8px 22px -4px rgba(31, 95, 96, 0.36),
      0 0 0 6px rgba(42, 126, 127, 0.18);
  }
}

@keyframes inputBorderShimmer {
  0%,
  72%,
  100% {
    transform: translateX(-115%);
  }
  42% {
    transform: translateX(115%);
  }
}

.chat-card .input-area:focus-within {
  border-color: var(--teal-deep) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 1) inset,
    0 6px 18px -4px rgba(31, 95, 96, 0.32),
    0 0 0 4px rgba(42, 126, 127, 0.18);
}

/* --- 4. The text input itself: big, legible, no iOS zoom ---- */
.chat-card .input-area #user-input {
  flex: 1 1 auto;
  min-height: 48px;
  padding: 12px 14px !important;
  font-size: 16px !important; /* prevents iOS zoom-on-focus */
  font-family: var(--sans);
  color: var(--navy) !important;
  background: transparent !important;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  outline: none !important;
}
.chat-card .input-area #user-input::placeholder {
  color: rgba(14, 58, 64, 0.42) !important;
  font-weight: 500;
  font-size: 0.92rem !important; /* keep textarea at 16px to prevent iOS zoom, but soften placeholder so long rotations don't wrap */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- 5. Mic + Send: clearly separated, mic ghost / send solid */
.chat-card .input-area .mic-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px !important;
  background: rgba(42, 126, 127, 0.08) !important;
  border: 1px solid rgba(42, 126, 127, 0.18) !important;
  color: var(--teal-deep) !important;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, transform 0.18s ease;
}
.chat-card .input-area .mic-btn:hover,
.chat-card .input-area .mic-btn:active {
  background: rgba(42, 126, 127, 0.16) !important;
  transform: scale(1.04);
}

.chat-card .input-area .send-btn {
  min-height: 44px;
  padding: 10px 18px !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.06em;
}

/* --- 6. Mobile: even bigger input + stacked send for thumbs - */
@media (max-width: 700px) {
  .chat-card .input-area {
    padding: 5px !important;
    gap: 4px;
  }
  .chat-card .input-area #user-input {
    min-height: 52px;
    font-size: 17px !important;
    padding: 14px 12px !important;
  }
  .chat-card .input-area .mic-btn {
    width: 48px;
    height: 48px;
  }
  .chat-card .input-area .send-btn {
    min-height: 48px;
    padding: 12px 16px !important;
  }
  .chat-card .chat-instruction-line {
    font-size: 1rem !important;
  }
}

/* --- 7. Empty-state helper: softer, less repetitive ---------- */
.chat-card .chat-empty-helper {
  font-size: 0.96rem !important;
  color: rgba(14, 58, 64, 0.62) !important;
  font-style: normal;
}

.chat-card .chat-value-line {
  font-size: 0.95rem !important;
  margin: 4px 0 12px !important;
}

/* --- 8. Bot/user bubbles: softer, slightly more breathing room */
.chat-card #chat-box {
  padding: 4px 2px !important;
  gap: 10px;
}
.chat-card .bot-message,
.chat-card .user-message {
  font-size: 0.96rem !important;
  line-height: 1.5 !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
}

/* --- 9. Mic status: subtle pill, not floating text ----------- */
.chat-card .mic-status:not(:empty) {
  font-size: 0.72rem !important;
  background: rgba(42, 126, 127, 0.10);
  color: var(--teal-deep) !important;
  padding: 4px 8px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

/* ============================================================ */
/* Phase 2.2 — chat UX layer: chips, dots, sun-mode, bounce     */
/* ============================================================ */

/* --- Quick-suggestion chips: hidden (removed from UI) -------- */
.chat-suggestion-chips { display: none !important; }
.chat-recent-chips,
.chat-recent-chips[hidden] { display: none !important; }

.chat-recent-label {
  font-size: 0.68rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(14, 58, 64, 0.55);
  margin-right: 2px;
  font-weight: 700;
}

.chat-chip {
  appearance: none;
  border: 1px solid rgba(42, 126, 127, 0.28);
  background: rgba(42, 126, 127, 0.06);
  color: var(--teal-deep);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.82rem;
  padding: 7px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.15s ease, border-color 0.18s ease;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-chip:hover {
  background: rgba(42, 126, 127, 0.14);
  border-color: rgba(42, 126, 127, 0.45);
  transform: translateY(-1px);
}
.chat-chip:active { transform: scale(0.97); }

.chat-chip-recent {
  background: rgba(158, 181, 168, 0.14);
  border-color: rgba(110, 140, 123, 0.32);
  color: var(--navy);
  font-weight: 500;
}

/* --- Textarea overrides (auto-grow friendly) ----------------- */
.chat-card .input-area #user-input {
  resize: none !important;
  line-height: 1.4 !important;
  max-height: 140px;
  overflow-y: hidden;
  transition: background 0.2s ease;
}
.chat-card .input-area #user-input.placeholder-fading::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.chat-card .input-area #user-input::placeholder {
  transition: opacity 0.3s ease;
}

/* --- Mic helper line under input ----------------------------- */
.chat-card .mic-helper-line {
  margin: 6px 0 0 !important;
  font-size: 0.74rem !important;
  color: rgba(14, 58, 64, 0.55) !important;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (min-width: 701px) {
  .chat-card .mic-helper-line { display: none; }
}

/* --- Typing dots indicator ----------------------------------- */
.bot-message.loading {
  background: rgba(42, 126, 127, 0.06) !important;
  padding: 14px 16px !important;
  min-height: 40px;
}
.typing-dots {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 2px 0;
}
.typing-dots > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  display: inline-block;
  animation: typingDot 1.2s ease-in-out infinite both;
}
.typing-dots > span:nth-child(2) { animation-delay: 0.15s; }
.typing-dots > span:nth-child(3) { animation-delay: 0.30s; }
@keyframes typingDot {
  0%, 60%, 100% { opacity: 0.28; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}
@media (prefers-reduced-motion: reduce) {
  .typing-dots > span { animation: none !important; opacity: 0.55; }
}

/* --- Send-button bounce on send ------------------------------ */
.send-btn.send-bounce {
  animation: sendPop 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes sendPop {
  0% { transform: scale(1); }
  40% { transform: scale(0.92); }
  100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .send-btn.send-bounce { animation: none !important; }
}

/* --- Outdoor (sun) mode toggle button ------------------------ */
.chat-sun-toggle {
  margin-left: 6px;
  appearance: none;
  border: 1px solid rgba(42, 126, 127, 0.28);
  background: rgba(42, 126, 127, 0.06);
  color: var(--teal-deep);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, transform 0.18s, color 0.18s;
}
.chat-sun-toggle:hover { background: rgba(42, 126, 127, 0.14); transform: scale(1.06); }
.chat-sun-toggle[aria-pressed="true"] {
  background: #FFD86B;
  color: #5A3F00;
  border-color: #C9A227;
  box-shadow: 0 0 0 2px rgba(255, 216, 107, 0.35);
}

/* --- SUN MODE: high-contrast for outdoor / sunlight ---------- */
body.sun-mode .chat-card {
  background: #FFFFFF !important;
  box-shadow:
    0 0 0 2px rgba(14, 58, 64, 0.10) inset,
    0 12px 32px -10px rgba(14, 58, 64, 0.28) !important;
}
body.sun-mode .chat-card .input-area {
  border-width: 3px !important;
  border-color: var(--navy) !important;
  box-shadow:
    0 0 0 1px #FFFFFF inset,
    0 0 0 4px rgba(14, 58, 64, 0.12),
    0 6px 18px -4px rgba(14, 58, 64, 0.40) !important;
}
body.sun-mode .chat-card .input-area:focus-within {
  border-color: #000814 !important;
  box-shadow:
    0 0 0 1px #FFFFFF inset,
    0 0 0 5px rgba(14, 58, 64, 0.24),
    0 8px 22px -4px rgba(14, 58, 64, 0.50) !important;
}
body.sun-mode .chat-card .input-area #user-input {
  color: #0A1E22 !important;
  font-weight: 600 !important;
}
body.sun-mode .chat-card .input-area #user-input::placeholder {
  color: rgba(14, 58, 64, 0.65) !important;
}
body.sun-mode .chat-card .bot-message,
body.sun-mode .chat-card .user-message {
  font-weight: 500 !important;
  color: #0A1E22 !important;
}
body.sun-mode .chat-card .chat-instruction-line,
body.sun-mode .chat-card .chat-disclaimer-note,
body.sun-mode .chat-card .mic-helper-line {
  color: rgba(14, 58, 64, 0.80) !important;
  opacity: 1 !important;
}
body.sun-mode .chat-chip {
  border-width: 2px;
  background: #FFFFFF;
  color: var(--navy);
}

@media (prefers-reduced-motion: reduce) {
  .chat-card .input-area,
  .chat-card .input-area::before {
    animation: none !important;
  }
}

/* Mobile chip row layout */
@media (max-width: 700px) {
  .chat-chip { font-size: 0.84rem; padding: 8px 13px; }
  .chat-recent-label { font-size: 0.65rem; }
}

/* Subtle breathing glow for key teal/glass CTAs only */
/* NOTE: earlier rules set box-shadow with !important which BLOCKS keyframe
   shadow changes. We animate filter: drop-shadow() instead — it stacks on top
   of the static box-shadow and is not subject to the same cascade conflict. */
#floating-chat-bubble,
.chat-card .input-area button.send-btn,
.partner-actions .button-primary[data-i18n="becomePartner"] {
  animation: buttonGlowPulse 3.4s ease-in-out infinite !important;
  will-change: filter, transform;
}

@keyframes buttonGlowPulse {
  0%,
  100% {
    filter:
      drop-shadow(0 0 0 rgba(42, 126, 127, 0))
      drop-shadow(0 0 0 rgba(158, 181, 168, 0))
      brightness(1);
    transform: scale(1);
  }
  50% {
    filter:
      drop-shadow(0 0 14px rgba(42, 126, 127, 0.55))
      drop-shadow(0 0 26px rgba(158, 181, 168, 0.35))
      brightness(1.08);
    transform: scale(1.012);
  }
}

/* Tier-specific intensity overrides */
#floating-chat-bubble {
  animation-duration: 3.0s !important;
}

/* Reduce-motion: keep a slow, gentle breathing glow (no scale, no shimmer).
   Higher specificity than the universal *,::after,::before kill-switch in
   styles.min.css, so our brand affordance survives the accessibility filter
   while still being calmer than the default. */
@media (prefers-reduced-motion: reduce) {
  #floating-chat-bubble,
  .chat-card .input-area button.send-btn,
  .partner-actions .button-primary[data-i18n="becomePartner"] {
    animation: buttonGlowPulseSoft 6s ease-in-out infinite !important;
    animation-duration: 6s !important;
    animation-iteration-count: infinite !important;
    transform: none !important;
    will-change: filter;
  }
}

@keyframes buttonGlowPulseSoft {
  0%, 100% {
    filter:
      drop-shadow(0 0 0 rgba(42, 126, 127, 0))
      brightness(1);
  }
  50% {
    filter:
      drop-shadow(0 0 10px rgba(42, 126, 127, 0.32))
      brightness(1.03);
  }
}

/* ============================================================ */
/* Chat card affordance — "ask here" attention system            */
/* Intro: 3 visible teal pulses on load → permanent calm halo    */
/* Uses outline + filter (avoids box-shadow !important conflict) */
/* ============================================================ */
.chat-card {
  outline: 2px solid rgba(42, 126, 127, 0);
  outline-offset: 6px;
  animation:
    chatCardIntroPulse 1.6s ease-out 0.4s 3 both,
    chatCardCalmHalo 4.6s ease-in-out 5.6s infinite;
}

/* Intro: 3 attention pulses that say "ask here" without shouting */
@keyframes chatCardIntroPulse {
  0% {
    outline-color: rgba(42, 126, 127, 0);
    outline-offset: 4px;
    filter: drop-shadow(0 0 0 rgba(42, 126, 127, 0));
  }
  40% {
    outline-color: rgba(42, 126, 127, 0.50);
    outline-offset: 9px;
    filter:
      drop-shadow(0 0 26px rgba(42, 126, 127, 0.45))
      drop-shadow(0 0 12px rgba(159, 216, 210, 0.30));
  }
  100% {
    outline-color: rgba(42, 126, 127, 0.10);
    outline-offset: 6px;
    filter: drop-shadow(0 0 0 rgba(42, 126, 127, 0));
  }
}

/* Calm: gentle permanent breathing halo so the card is always discoverable */
@keyframes chatCardCalmHalo {
  0%,
  100% {
    outline-color: rgba(42, 126, 127, 0.08);
    filter: drop-shadow(0 0 0 rgba(42, 126, 127, 0));
  }
  50% {
    outline-color: rgba(42, 126, 127, 0.22);
    filter: drop-shadow(0 0 16px rgba(42, 126, 127, 0.18));
  }
}

/* Reduce-motion: skip the 3 intro pulses; keep the slow calm halo so the
   card is still visibly discoverable. Higher specificity (.chat-card) than
   the universal *,::after,::before kill-switch in styles.min.css. */
@media (prefers-reduced-motion: reduce) {
  .chat-card {
    animation: chatCardCalmHalo 8s ease-in-out infinite !important;
    animation-duration: 8s !important;
    animation-iteration-count: infinite !important;
    outline: 2px solid rgba(42, 126, 127, 0.10) !important;
    outline-offset: 6px !important;
    filter: none !important;
  }
}

/* ============================================================ */
/* Phase 2.0 — Fixes pack                                       */
/* 1) iPhone hamburger nav anchoring                            */
/* 2) Shimmer only on 3 premium CTAs (Ask Santorini / Send /     */
/*    Become a Partner) with subtle premium sheen                */
/* 3) Stop iOS "endless page" below the footer                   */
/* ============================================================ */

/* (1) Hamburger fix — earlier override set .site-header to
   position:static!important, which broke .site-nav's absolute
   anchoring on mobile (the menu escaped the header and dropped
   over the hero). Re-anchor it with position:relative on small
   screens, and keep the body scrollable. */
@media (max-width: 980px) {
  .site-header {
    position: relative !important;
    z-index: 1000;
  }
  .site-nav {
    /* keep within viewport edges and never wider than the header */
    left: 8px !important;
    right: 8px !important;
    max-height: calc(100vh - 96px);
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* (2) Strip the shimmer sweep from all CTAs except the three the
   client approved. The shared rule earlier paints ::after on
   .button-primary / .section-micro-cta / .send-btn — we neutralise
   it on everything, then re-enable it (subtly) for the 3 targets. */
.button-primary::after,
.section-micro-cta::after,
.concierge-card-cta::after,
.tour-card-cta::after,
.chat-card .input-area button.send-btn::after {
  display: none !important;
  animation: none !important;
  background: none !important;
  mix-blend-mode: normal !important;
  content: none !important;
}

/* Premium sheen — DISABLED globally per "calm premium" pass.
   Keeping selectors so any future re-enable is a one-line change. */
#floating-chat-bubble .shimmer,
.chat-card .input-area button.send-btn::after,
.partner-actions .button-primary[data-i18n="becomePartner"]::after {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
  mix-blend-mode: normal !important;
  z-index: 1 !important;
}

/* Make sure ::after is enabled on the partner CTA host */
.partner-actions .button-primary[data-i18n="becomePartner"] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.partner-actions .button-primary[data-i18n="becomePartner"] > * {
  position: relative;
  z-index: 2;
}

/* Sheen visible for ~36% of cycle (1.8s of 5s) → noticeable in a
   short visit but not "marquee". Long-enough idle to feel premium. */
@keyframes premiumSheen {
  0%   { background-position: -150% 0; opacity: 0; }
  6%   { opacity: 1; }
  36%  { background-position: 150% 0;  opacity: 1; }
  44%  { opacity: 0; }
  100% { background-position: 150% 0;  opacity: 0; }
}

/* Reduced-motion: shimmer is removed entirely, nothing to slow. */
@media (prefers-reduced-motion: reduce) {
  #floating-chat-bubble .shimmer,
  .chat-card .input-area button.send-btn::after,
  .partner-actions .button-primary[data-i18n="becomePartner"]::after {
    animation: none !important;
  }
}

/* (3) iOS "endless page" below footer — caused by
   body { min-height: 100vh } combined with hero
   min-height: calc(100vh - 108px) on browsers where 100vh
   includes the URL bar. Switch to dynamic viewport units and
   clamp horizontal overflow defensively. */
html, body {
  overflow-x: clip;
  /* Suppress the vertical rubber-band at the bottom edge so iOS Chrome can't
     overscroll past the footer into the (now canvas-colored) toolbar band —
     removes the faint seam between the flat canvas and the gradient footer.
     Cheap, no layout impact; pull-to-refresh on these static pages is moot. */
  overscroll-behavior-y: none;
}
/* Scoped to the landing chat shell only — content pages (faq/privacy/404)
   must use natural height so they scroll natively and have no trailing gap. */
html.app-shell body {
  min-height: 100dvh !important;
}
.hero {
  min-height: calc(100dvh - 108px);
}
.site-footer {
  margin-bottom: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  /* Part 2 — flat floor: the base footer used a translucent cream
     (rgba(255,248,236,0.72)) over the body gradient, so its bottom edge was a
     GRADIENT and couldn't match the flat root canvas → a seam at the band on
     iOS Chrome. Make the base OPAQUE and equal to the legal-page canvas
     (#f9f7ef, html:has(body.legal-page)) so footer bottom == canvas == the
     toolbar band: seamless, invisible. The warm radial accent is kept over the
     flat base so the look stays ~identical to today (Nick to eyeball desktop). */
  background:
    radial-gradient(circle at 82% 8%, rgba(240, 185, 133, 0.14), transparent 24%),
    #f9f7ef;
}

/* Content pages (faq/privacy = .legal-page): when the content is SHORTER than
   the viewport (large/portrait/zoomed-out desktops), the global body min-height
   leaves the footer floating mid-page with gradient below it. Make the body a
   flex column and push the footer down with margin-top:auto so it sits flush at
   the bottom. (The iOS overscroll band is a separate problem, handled by the
   root background-color above — sizing can't fix it on tall pages.) Landing
   (.app-shell) untouched. */
body.legal-page {
  display: flex;
  flex-direction: column;
}
body.legal-page > .site-footer {
  margin-top: auto;
}

/* ============================================================ */
/* Premium-polish pass — kill shimmer, slow ambient motion      */
/* (final override block, must stay at end of file)             */
/* ============================================================ */

/* 1. Remove ALL shimmer sweeps — premium sites avoid them */
.button-primary::after,
.section-micro-cta::after,
.chat-card .input-area button.send-btn::after,
.concierge-card-cta::after,
.network-destination.is-live::after,
.chat-card .input-area::before {
  content: none !important;
  background: none !important;
  animation: none !important;
  display: none !important;
}

#floating-chat-bubble .shimmer {
  display: none !important;
  animation: none !important;
}

/* 2. Pulsing live-dot — slow, calm breath (~6s, gentler scale) */
.chat-card-top .status-dot {
  animation: livePulseCalm 6s ease-in-out infinite !important;
}
@keyframes livePulseCalm {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
    box-shadow: 0 0 10px rgba(0, 255, 160, 0.22);
  }
}

/* 3. Chat input border — much subtler ambient breath
      (slower cycle, smaller shadow delta, no halo expansion)   */
.chat-card .input-area {
  animation: inputAmbientGlowSubtle 9s ease-in-out infinite !important;
}
.chat-card .input-area:hover,
.chat-card .input-area:focus-within {
  animation-duration: 9s !important;
}
@keyframes inputAmbientGlowSubtle {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.9) inset,
      0 4px 14px -4px rgba(31, 95, 96, 0.20),
      0 0 0 4px rgba(42, 126, 127, 0.05);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 1) inset,
      0 6px 16px -4px rgba(31, 95, 96, 0.26),
      0 0 0 4px rgba(42, 126, 127, 0.10);
  }
}

/* 4. Secondary input-area (.input-area without .chat-card) — disable pulse */
.input-area {
  animation: none !important;
}

/* ============================================================ */
/* Premium footer layout — DESKTOP ONLY (≥1200px).              */
/* Below 1200 the footer stacks (see the ≤1199 blocks); the grid */
/* used display:grid !important, which previously overrode the   */
/* stack and collapsed at iPad-portrait widths with Greek text.  */
/* Top: trust pill (centered) — a hero-style "easy & clear"     */
/* Middle: brand-group left  ·  links right (horizontal)        */
/* Bottom: copyright left  ·  studio credit right (hairline div) */
/* ============================================================ */
@media (min-width: 1200px) {
  .footer-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "pill   pill"
      "brand  links"
      "copy   credit" !important;
    column-gap: 2.5rem !important;
    row-gap: 26px !important;
    padding: 44px 0 22px !important;
    align-items: start !important;
    flex-wrap: initial !important;
  }
  .footer-value-strip {
    grid-area: pill !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 0 4px !important;
    order: 0 !important;
  }
  .footer-brand-group {
    grid-area: brand !important;
    flex: initial !important;
    min-width: 0 !important;
    gap: 0.5em !important;
  }
  .footer-links {
    grid-area: links !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 22px !important;
    text-align: right !important;
    min-width: 0 !important;
  }
  .footer-credit-group {
    grid-area: credit !important;
    margin: 0 !important;
    align-items: flex-end !important;
    gap: 0 !important;
  }
  .footer-copyright {
    grid-area: copy !important;
    margin: 0 !important;
    flex-basis: auto !important;
    width: auto !important;
    text-align: left !important;
    align-self: center !important;
  }
  /* Hairline rule above the bottom row for a quiet "fine print" band */
  .footer-copyright,
  .footer-credit-group {
    padding-top: 18px !important;
    border-top: 1px solid var(--hairline) !important;
  }
}

/* Remove sun circle decoration from hero (visible through watercolor) */
.hero::after {
  display: none !important;
}

/* Remove orange linear band from feature-strip (visible through watercolor) */
.feature-strip {
  border-block-color: transparent !important;
  background: rgba(255, 255, 255, 0.22) !important;
}

/* ── Watercolor scenic decoration ──────────────────────────────────────────
   Aquarela of Santorini cliff houses + caldera.
   Appears on the right side below the hero/chat, where the layout has
   breathing room. Fades softly on all edges via mask gradients.
   Hidden on narrow viewports where it would crowd content.
   ──────────────────────────────────────────────────────────────────────── */
#main-content {
  position: relative;
}

.watercolor-bg-deco {
  position: absolute;
  top: calc(100vh - 80px);
  left: 14%;
  right: 0;
  height: min(85vh, 1020px);
  background: url('assets/photos/bg.jpeg') center / cover no-repeat;
  opacity: 0.60;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, black 20%, black 82%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 9%, black 78%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, black 20%, black 82%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 9%, black 78%, transparent 100%);
  mask-composite: intersect;
}

@media (max-width: 980px) {
  .watercolor-bg-deco {
    display: none;
  }
}

/* Mobile: full-screen chat when input is focused */
@media (max-width: 700px) {
  .chat-card--input-focused {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 12px 14px !important;
    padding-top: max(env(safe-area-inset-top, 0px), 12px) !important;
    padding-bottom: max(env(safe-area-inset-bottom, 0px), 12px) !important;
  }

  .chat-card--input-focused::before,
  .chat-card--input-focused::after {
    display: none !important;
  }

  .chat-card--input-focused .chat-thread.chat-box {
    flex: 1 !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow-y: auto !important;
  }
}

/* ============================================================ */
/* Chat back icon — inline in header row, left of sun toggle    */
/* ============================================================ */
.chat-back-icon {
  margin-left: auto;
  appearance: none;
  border: 1px solid rgba(42, 126, 127, 0.28);
  background: rgba(42, 126, 127, 0.06);
  color: var(--teal-deep);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.18s, transform 0.18s, color 0.18s;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.chat-back-icon:hover { background: rgba(42, 126, 127, 0.14); transform: scale(1.06); color: var(--teal-deep); }
.chat-back-icon:active { transform: scale(0.93); }
body.sun-mode .chat-back-icon { background: rgba(255, 248, 230, 0.35); border-color: rgba(255, 220, 120, 0.45); color: rgba(100, 70, 10, 0.70); }

/* ============================================================ */
/* MOBILE FULLSCREEN CHAT (≤768px) — pure CSS, no PWA           */
/* Desktop (≥769px): zero changes                               */
/* ============================================================ */

/* Hide mobile-only elements on desktop */
#mobile-footer { display: none; }
#mobile-site-btn { display: none; }

@media (max-width: 768px) {

  /* --- Viewport shell: full height, no scroll --------------- */
  /* Scoped to .app-shell (landing only). Content pages never get these
     rules, so they scroll natively on iOS — no page-level override needed. */
  html.app-shell, html.app-shell body {
    height: 100dvh;                /* fallback: viewport-height.js absent / no var() support */
    height: var(--app-vh, 100dvh); /* real visible viewport via visualViewport (iOS Chrome fix) */
    overflow: hidden;
  }

  html.app-shell body {
    display: flex;
    flex-direction: column;
    min-height: unset;
    background: var(--bg, #F5F8F7);
    background-blend-mode: normal;
  }

  /* --- Hide all page sections except #ask-ai ---------------- */
  html.app-shell .site-header,
  html.app-shell .watercolor-bg-deco,
  html.app-shell .floating-chat-bubble,
  html.app-shell .hero-copy,
  html.app-shell .questions-section,
  html.app-shell .feature-strip,
  html.app-shell .how-section,
  html.app-shell .tours-section,
  html.app-shell .concierge-section,
  html.app-shell .partners-section,
  html.app-shell .chatbot-section,
  html.app-shell .network-section,
  html.app-shell .seo-context,
  html.app-shell .site-footer {
    display: none !important;
  }

  /* --- Main fills remaining height -------------------------- */
  html.app-shell #main-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
  }

  /* --- Hero becomes transparent chat shell ------------------ */
  .hero,
  .hero.section-shell {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    min-height: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    gap: 0;
    overflow: hidden;
    width: 100%;
    max-width: none;
  }

  .hero::before, .hero::after { display: none !important; }

  /* --- Chat card: fullscreen -------------------------------- */
  #ask-ai.chat-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 52px 14px 10px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: var(--surface, #ffffff);
    overflow: hidden;
    isolation: auto;
  }

  #ask-ai.chat-card::before,
  #ask-ai.chat-card::after { display: none !important; }

  /* --- Chat messages: scrollable, fills space --------------- */
  #chat-box.chat-thread.chat-box {
    flex: 1 1 auto;
    max-height: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
    padding-bottom: 4px;
  }

  /* --- Input: pinned to bottom ------------------------------ */
  #ask-ai .input-area {
    flex-shrink: 0;
    margin-top: 8px;
    margin-bottom: 0;
    position: sticky;
    bottom: 0;
    z-index: 2;
    animation: none;
  }

  body.has-cookie-banner #ask-ai .input-area {
    margin-bottom: clamp(150px, 24dvh, 210px);
  }

  /* --- Hide secondary notes --------------------------------- */
  .chat-disclaimer-note,
  .chat-ai-attribution { display: none !important; }

  /* --- Floating "← Site" / "↑ Learn more" button ----------- */
  #mobile-site-btn {
    display: inline-flex;
    align-items: center;
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    padding: 6px 14px;
    border-radius: 999px;
    font-family: var(--sans, Inter, sans-serif);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--teal-deep, #1a6b6e);
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(42, 126, 127, 0.22);
    box-shadow: 0 2px 12px rgba(14, 58, 64, 0.10);
    text-decoration: none;
    transition: background 0.18s, transform 0.18s;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  #mobile-site-btn:hover { background: rgba(255, 255, 255, 0.88); transform: scale(1.04); }
  #mobile-site-btn:active { transform: scale(0.95); }

  /* --- Site-reveal mode: tapped "↑ Learn more" ------------- */
  html.is-site-reveal-active,
  html:has(#site-reveal:target),
  html.is-site-reveal-active body,
  html:has(#site-reveal:target) body {
    height: auto;
    overflow: auto;
  }

  html.is-site-reveal-active body,
  html:has(#site-reveal:target) body {
    display: block;
    min-height: 100dvh;
  }

  html.is-site-reveal-active #mobile-site-btn,
  html:has(#site-reveal:target) #mobile-site-btn { display: none; }

  html.is-site-reveal-active .site-header,
  html.is-site-reveal-active .watercolor-bg-deco,
  html.is-site-reveal-active .hero-copy,
  html.is-site-reveal-active .questions-section,
  html.is-site-reveal-active .feature-strip,
  html.is-site-reveal-active .how-section,
  html.is-site-reveal-active .tours-section,
  html.is-site-reveal-active .concierge-section,
  html.is-site-reveal-active .partners-section,
  html.is-site-reveal-active .chatbot-section,
  html.is-site-reveal-active .network-section,
  html.is-site-reveal-active .seo-context,
  html.is-site-reveal-active .site-footer,
  html:has(#site-reveal:target) .site-header,
  html:has(#site-reveal:target) .watercolor-bg-deco,
  html:has(#site-reveal:target) .hero-copy,
  html:has(#site-reveal:target) .questions-section,
  html:has(#site-reveal:target) .feature-strip,
  html:has(#site-reveal:target) .how-section,
  html:has(#site-reveal:target) .tours-section,
  html:has(#site-reveal:target) .concierge-section,
  html:has(#site-reveal:target) .partners-section,
  html:has(#site-reveal:target) .chatbot-section,
  html:has(#site-reveal:target) .network-section,
  html:has(#site-reveal:target) .seo-context,
  html:has(#site-reveal:target) .site-footer { display: revert !important; }

  html.is-site-reveal-active #main-content,
  html:has(#site-reveal:target) #main-content {
    flex: none;
    display: block;
    overflow: visible;
  }

  html.is-site-reveal-active .hero,
  html.is-site-reveal-active .hero.section-shell,
  html:has(#site-reveal:target) .hero,
  html:has(#site-reveal:target) .hero.section-shell {
    flex: none;
    display: grid;
    height: auto;
    padding: revert;
    margin: revert;
    gap: revert;
    overflow: visible;
    width: revert;
    max-width: revert;
  }

  html.is-site-reveal-active .hero::before,
  html.is-site-reveal-active .hero::after,
  html:has(#site-reveal:target) .hero::before,
  html:has(#site-reveal:target) .hero::after { display: revert !important; }

  html.is-site-reveal-active #ask-ai.chat-card,
  html:has(#site-reveal:target) #ask-ai.chat-card {
    flex: none;
    width: revert;
    max-width: revert;
    margin: 14px 0 0;
    padding: revert;
    border-radius: revert;
    border: revert;
    box-shadow: revert;
    background: revert;
    overflow: visible;
  }

  html.is-site-reveal-active #chat-box.chat-thread.chat-box,
  html:has(#site-reveal:target) #chat-box.chat-thread.chat-box {
    flex: none;
    max-height: revert;
    overflow-y: revert;
    min-height: revert;
  }

  html.is-site-reveal-active #ask-ai .input-area,
  html:has(#site-reveal:target) #ask-ai .input-area {
    flex-shrink: revert;
    position: revert;
    animation: revert;
  }

  html.is-site-reveal-active body.has-cookie-banner #ask-ai .input-area,
  html:has(#site-reveal:target) body.has-cookie-banner #ask-ai .input-area {
    margin-bottom: revert;
  }

  html.is-site-reveal-active .chat-disclaimer-note,
  html.is-site-reveal-active .chat-ai-attribution,
  html:has(#site-reveal:target) .chat-disclaimer-note,
  html:has(#site-reveal:target) .chat-ai-attribution { display: revert !important; }
}

/* ============================================================ */
/* MOBILE INTRO SCREEN — CSS animation                         */
/* Desktop: always hidden. Reduced-motion: hidden via JS.       */
/* ============================================================ */

#intro-screen { display: none; }

@media (max-width: 768px) {
  #intro-screen {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: var(--navy, #163B5C);
    animation: introScreenIn 0.55s ease-out forwards,
           introScreenOut 0.55s ease-in 2.45s forwards;
  }

  #intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    opacity: 0;
    animation: introContentIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
  }

  #intro-site-name {
    margin: 0;
    font-family: var(--serif, "Playfair Display", Georgia, serif);
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.2;
  }

  #intro-logo {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    animation: introLogoPulse 2.8s ease-in-out 0.6s infinite;
  }

  #intro-tagline {
    margin: 0;
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(3rem, 15vw, 5rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 2px 24px rgba(79, 143, 138, 0.28);
  }

  #intro-realtime-data {
    margin: -0.85rem 0 0;
    font-family: var(--serif);
    font-size: clamp(16px, 4.2vw, 18px);
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.3;
    text-align: center;
    animation: introRealtimePulse 2.4s ease-in-out 0.25s infinite;
  }

}

@keyframes introScreenIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes introContentIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes introScreenOut {
  from { opacity: 1; }
  to   { opacity: 0; pointer-events: none; }
}

@keyframes introRealtimePulse {
  0%, 100% {
    opacity: 0.72;
    transform: translateY(0) scale(1);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px) scale(1.015);
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
  }
}

@keyframes introLogoPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    filter: brightness(1);
  }
  50% {
    box-shadow: 0 0 32px 10px rgba(255, 255, 255, 0.10),
                0 0 64px 24px rgba(79, 143, 138, 0.08);
    filter: brightness(1.06);
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  #intro-screen,
  #intro-content,
  #intro-logo {
    animation: none !important;
  }

  #intro-screen,
  #intro-screen[data-intro-mode="static"] {
    display: flex !important;
    opacity: 1 !important;
  }

  #intro-content {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  html.is-site-reveal-active .site-header,
  html:has(#site-reveal:target) .site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center;
    position: relative !important;
    overflow: visible !important;
  }

  html.is-site-reveal-active .menu-toggle,
  html:has(#site-reveal:target) .menu-toggle {
    display: inline-grid !important;
    place-items: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    color: var(--navy);
    box-shadow: 0 10px 24px rgba(6, 59, 120, 0.08);
  }

  html.is-site-reveal-active .menu-toggle span,
  html:has(#site-reveal:target) .menu-toggle span {
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  html.is-site-reveal-active .site-header.is-menu-open .menu-toggle span:nth-child(1),
  html:has(#site-reveal:target) .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  html.is-site-reveal-active .site-header.is-menu-open .menu-toggle span:nth-child(2),
  html:has(#site-reveal:target) .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  html.is-site-reveal-active .site-header.is-menu-open .menu-toggle span:nth-child(3),
  html:has(#site-reveal:target) .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  html.is-site-reveal-active .site-nav,
  html:has(#site-reveal:target) .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 8px !important;
    right: 8px !important;
    display: grid;
    gap: 6px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface-soft);
    box-shadow: 0 22px 54px rgba(35, 66, 92, 0.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
    z-index: 1001;
  }

  html.is-site-reveal-active .site-header.is-menu-open .site-nav,
  html:has(#site-reveal:target) .site-header.is-menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
}

/* ============================================================ */
/* MOBILE CHAT BORDER — Aegean water light, mobile only         */
/* ============================================================ */

@media (max-width: 768px) {
  #ask-ai.chat-card {
    border: 2px solid #1a4a7a;
    animation:
      chatCardIntroPulse 1.6s ease-out 0.4s 3 both,
      chatCardCalmHalo 4.6s ease-in-out 5.6s infinite,
      aegeanBorderCycle 4s linear infinite;
  }
}

@keyframes aegeanBorderCycle {
  0%   { border-color: #1a4a7a; }
  25%  { border-color: #2d7dd2; }
  50%  { border-color: #0e6ba8; }
  75%  { border-color: #48cae4; }
  100% { border-color: #1a4a7a; }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  #ask-ai.chat-card {
    border: 2px solid #2d7dd2;
    animation: none !important;
  }
}

/* ============================================================ */
/* MOBILE "JUST ASK" RETURN BUTTON — site → chat navigation    */
/* Visible only in full-site mode (after tapping ↑ Learn more) */
/* Clicking it removes #site-reveal:target, restoring chat view */
/* ============================================================ */

#mobile-chat-btn { display: none; }

@media (max-width: 768px) {
  html:not(.is-site-reveal-active) #mobile-site-btn {
    display: inline-flex !important;
  }

  html:not(.is-site-reveal-active) #mobile-chat-btn {
    display: none !important;
  }

  html.is-site-reveal-active #mobile-chat-btn,
  html:has(#site-reveal:target) #mobile-chat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 13px 32px;
    border-radius: 999px;
    background: var(--navy, #163B5C);
    color: #ffffff;
    font-family: var(--serif, "Playfair Display", Georgia, serif);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 24px rgba(22, 59, 92, 0.38),
                0 1px 4px rgba(0, 0, 0, 0.12);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
  }

  html.is-site-reveal-active #mobile-chat-btn:hover,
  html:has(#site-reveal:target) #mobile-chat-btn:hover {
    background: #1e4f80;
    transform: translateX(-50%) scale(1.04);
  }

  html.is-site-reveal-active #mobile-chat-btn:active,
  html:has(#site-reveal:target) #mobile-chat-btn:active {
    transform: translateX(-50%) scale(0.96);
  }

  html.is-site-reveal-active.is-returning-chat .site-header,
  html.is-site-reveal-active.is-returning-chat .watercolor-bg-deco,
  html.is-site-reveal-active.is-returning-chat .hero-copy,
  html.is-site-reveal-active.is-returning-chat .questions-section,
  html.is-site-reveal-active.is-returning-chat .feature-strip,
  html.is-site-reveal-active.is-returning-chat .how-section,
  html.is-site-reveal-active.is-returning-chat .tours-section,
  html.is-site-reveal-active.is-returning-chat .concierge-section,
  html.is-site-reveal-active.is-returning-chat .partners-section,
  html.is-site-reveal-active.is-returning-chat .chatbot-section,
  html.is-site-reveal-active.is-returning-chat .network-section,
  html.is-site-reveal-active.is-returning-chat .seo-context,
  html.is-site-reveal-active.is-returning-chat .site-footer,
  html.is-site-reveal-active.is-returning-chat #mobile-chat-btn,
  html:has(#site-reveal:target).is-returning-chat .site-header,
  html:has(#site-reveal:target).is-returning-chat .watercolor-bg-deco,
  html:has(#site-reveal:target).is-returning-chat .hero-copy,
  html:has(#site-reveal:target).is-returning-chat .questions-section,
  html:has(#site-reveal:target).is-returning-chat .feature-strip,
  html:has(#site-reveal:target).is-returning-chat .how-section,
  html:has(#site-reveal:target).is-returning-chat .tours-section,
  html:has(#site-reveal:target).is-returning-chat .concierge-section,
  html:has(#site-reveal:target).is-returning-chat .partners-section,
  html:has(#site-reveal:target).is-returning-chat .chatbot-section,
  html:has(#site-reveal:target).is-returning-chat .network-section,
  html:has(#site-reveal:target).is-returning-chat .seo-context,
  html:has(#site-reveal:target).is-returning-chat .site-footer,
  html:has(#site-reveal:target).is-returning-chat #mobile-chat-btn {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  html.is-site-reveal-active.is-returning-chat #ask-ai.chat-card,
  html:has(#site-reveal:target).is-returning-chat #ask-ai.chat-card {
    opacity: 0.2;
    transform: scale(0.985);
    transition: opacity 220ms ease, transform 220ms ease;
  }
}

/* SEO: keyworded h1. Keep "JUST ASK" big/bold, add a visible smaller
   keyword line ("your Santorini AI travel guide") in the SAME h1.
   .hero-title-link is inline-flex (row) elsewhere — stack the two lines. */
.hero-title-link {
  flex-direction: column !important;
}
.hero-title-main {
  display: block;
}
.hero-title-tagline {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(0.95rem, 2.4vw, 1.35rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--teal);
  margin-top: 0.55em;
  text-transform: none;
}

/* "← Back to chat" button on the content pages (faq / privacy). */
.back-to-chat {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}
