/* Homepage-only polish injected by MarketingPageProductionEnhancer. */

/* Hero: premium animated product visual without image/video payload. */
.hero-experience {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  overflow: visible;
}

.hero-experience::before {
  content: "";
  position: absolute;
  inset: 7% -8% 2% 8%;
  z-index: -2;
  border-radius: 42%;
  background:
    radial-gradient(circle at 52% 45%, rgba(17,169,226,.18), transparent 34%),
    radial-gradient(circle at 72% 20%, rgba(82,200,238,.11), transparent 24%),
    radial-gradient(circle at 18% 74%, rgba(109,98,187,.07), transparent 25%);
  filter: blur(13px);
  animation: hero-ambient 9s ease-in-out infinite;
}

.hero-experience .orb {
  opacity: .56;
  filter: saturate(1.08);
}

.hero-dashboard {
  position: relative;
  z-index: 4;
  width: min(100%, 710px);
  margin: 42px 20px 0 54px;
  transform-origin: 52% 56%;
  animation:
    hero-dashboard-enter .78s cubic-bezier(.2,.72,.24,1) both,
    hero-dashboard-float 8s ease-in-out 1.1s infinite;
  box-shadow:
    0 34px 95px rgba(29,44,56,.18),
    0 0 0 1px rgba(255,255,255,.65) inset;
}

.hero-dashboard:hover {
  box-shadow:
    0 42px 110px rgba(29,44,56,.22),
    0 0 0 1px rgba(255,255,255,.72) inset;
}

.hero-sync-layer {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.hero-sync-lines {
  position: absolute;
  inset: 14px -24px 18px -54px;
  width: calc(100% + 78px);
  height: calc(100% - 32px);
  overflow: visible;
  opacity: .92;
}

.hero-sync-path {
  fill: none;
  stroke: rgba(17,169,226,.42);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 7 10;
  animation: hero-flow 4.5s linear infinite;
  filter: drop-shadow(0 0 4px rgba(17,169,226,.17));
}

.hero-sync-path-b { animation-duration: 5.2s; opacity: .72; }
.hero-sync-path-c { animation-duration: 5.8s; opacity: .62; }
.hero-sync-path-out { stroke: rgba(23,133,92,.38); animation-duration: 4.9s; }
.hero-sync-path-out-two { animation-delay: -1.8s; }

.hero-sync-pulse {
  fill: #12abe3;
  stroke: rgba(255,255,255,.95);
  stroke-width: 2;
  filter: drop-shadow(0 0 7px rgba(17,169,226,.52));
}

.hero-channel-stack {
  position: absolute;
  top: 72px;
  left: -54px;
  z-index: 8;
  display: grid;
  gap: 12px;
  width: 178px;
}

.hero-channel-card {
  display: grid;
  grid-template-columns: 34px 1fr 8px;
  align-items: center;
  gap: 9px;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid rgba(210,224,231,.94);
  border-radius: 15px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 38px rgba(29,44,56,.11);
  backdrop-filter: blur(12px);
  animation: hero-card-float 6.2s ease-in-out infinite;
}

.hero-channel-airbnb { animation-delay: -1.4s; }
.hero-channel-expedia { animation-delay: -2.7s; }
.hero-channel-more { animation-delay: -3.6s; }

.hero-channel-card b,
.hero-stat-card b,
.hero-message-card b,
.hero-sync-hub b {
  display: block;
  color: #20262d;
  font-size: .72rem;
  line-height: 1.18;
}

.hero-channel-card small,
.hero-stat-card small,
.hero-message-card small,
.hero-sync-hub small {
  display: block;
  margin-top: 3px;
  color: #75838d;
  font-size: .56rem;
  line-height: 1.18;
}

.hero-channel-card i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20a675;
  box-shadow: 0 0 0 4px rgba(32,166,117,.09);
}

.hero-channel-mark,
.hero-channel-dots {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

.hero-channel-booking .hero-channel-mark { background: linear-gradient(145deg,#087faf,#0ca4df); }
.hero-channel-airbnb .hero-channel-mark { background: linear-gradient(145deg,#ff7184,#ff526e); }
.hero-channel-expedia .hero-channel-mark { background: linear-gradient(145deg,#f5b425,#d78a12); }
.hero-channel-more {
  grid-template-columns: 34px 1fr;
  min-height: 48px;
  width: 156px;
  margin-left: 12px;
  opacity: .92;
}
.hero-channel-more .hero-channel-dots { background: #eef5f8; color: #60727e; }

.hero-sync-hub {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 9;
  display: grid;
  grid-template-columns: 38px auto;
  align-items: center;
  gap: 10px;
  min-width: 154px;
  padding: 10px 13px 10px 10px;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(167,221,239,.9);
  border-radius: 16px;
  background: rgba(247,253,255,.94);
  box-shadow: 0 16px 42px rgba(8,127,175,.15);
  backdrop-filter: blur(12px);
}

.hero-sync-hub-rings {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17,169,226,.25);
  border-radius: 50%;
  animation: hero-hub-ring 2.8s ease-out infinite;
}

.hero-sync-hub-icon {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg,#0b91c5,#11a9e2);
  color: #fff;
  font-size: 1.24rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(8,127,175,.22);
}

.hero-stat-stack {
  position: absolute;
  right: -35px;
  top: 78px;
  z-index: 8;
  display: grid;
  gap: 12px;
  width: 170px;
}

.hero-stat-card,
.hero-message-card {
  display: grid;
  align-items: center;
  border: 1px solid rgba(210,224,231,.94);
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 38px rgba(29,44,56,.105);
  backdrop-filter: blur(12px);
  animation: hero-card-float 6.8s ease-in-out infinite;
}

.hero-stat-card {
  grid-template-columns: 32px 1fr auto;
  gap: 9px;
  min-height: 58px;
  padding: 10px 11px;
  border-radius: 15px;
}

.hero-stat-reservations { animation-delay: -2.2s; }
.hero-message-card { animation-delay: -3.7s; }

.hero-stat-icon,
.hero-message-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #eaf7fc;
  color: #087faf;
  font-size: .7rem;
  font-weight: 900;
}

.hero-stat-card b { font-size: .95rem; }
.hero-stat-up {
  align-self: end;
  padding-bottom: 2px;
  color: #17855c;
  font-size: .6rem;
  font-weight: 850;
}

.hero-message-card {
  grid-template-columns: 32px 1fr 8px;
  gap: 9px;
  min-height: 62px;
  padding: 10px 11px;
  border-radius: 15px;
}

.hero-message-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #11a9e2;
  box-shadow: 0 0 0 0 rgba(17,169,226,.35);
  animation: hero-notification 2.8s ease-out infinite;
}

.hero-experience .booking-note {
  z-index: 10;
  top: 132px;
  left: 3px;
  right: auto;
  bottom: auto;
  animation: hero-card-float 7.2s ease-in-out -1s infinite;
}

.hero-experience .sync-note {
  z-index: 10;
  right: -5px;
  bottom: 12px;
  animation: hero-card-float 7.5s ease-in-out -2.4s infinite;
}

@keyframes hero-dashboard-enter {
  0% { opacity: 0; transform: perspective(1300px) rotateY(-3deg) translateY(18px) scale(.975); }
  100% { opacity: 1; transform: perspective(1300px) rotateY(-1.4deg) translateY(0) scale(1); }
}

@keyframes hero-dashboard-float {
  0%,100% { transform: perspective(1300px) rotateY(-1.4deg) translateY(0); }
  50% { transform: perspective(1300px) rotateY(-.4deg) translateY(-7px); }
}

@keyframes hero-card-float {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-7px,0); }
}

@keyframes hero-flow {
  to { stroke-dashoffset: -68; }
}

@keyframes hero-hub-ring {
  0% { transform: scale(.75); opacity: .7; }
  75%,100% { transform: scale(1.38); opacity: 0; }
}

@keyframes hero-notification {
  0% { box-shadow: 0 0 0 0 rgba(17,169,226,.38); }
  70%,100% { box-shadow: 0 0 0 9px rgba(17,169,226,0); }
}

@keyframes hero-ambient {
  0%,100% { transform: translate3d(0,0,0) scale(1); opacity: .88; }
  50% { transform: translate3d(8px,-5px,0) scale(1.035); opacity: 1; }
}

/* FAQ: keep the questions prominent, but lighter and easier to scan. */
.faq-item h3 {
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.35;
  letter-spacing: -0.012em;
}

.faq-q {
  padding: 17px 19px;
  font-weight: 730;
  line-height: 1.35;
}

.faq-q .plus,
.plus {
  flex: 0 0 auto;
}

/* Comparison: make the two states visually distinct without turning them into banners. */
.comparison-section .comparison-head {
  margin-bottom: 22px;
}

.comparison-section .comparison-grid {
  position: relative;
  align-items: stretch;
  gap: 22px;
}

.comparison-section .comparison-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 27px 28px 29px;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(29, 44, 56, 0.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.comparison-section .comparison-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 21px 50px rgba(29, 44, 56, 0.11);
}

.comparison-section .comparison-card.without {
  border-color: #ecd9d4;
  background: linear-gradient(145deg, #fff9f7 0%, #fff 68%);
}

.comparison-section .comparison-card.with {
  border-color: #bfe3d6;
  background: linear-gradient(145deg, #f4fbf8 0%, #fff 72%);
}

.comparison-section .comparison-card::after {
  content: "";
  position: absolute;
  inset: auto -34px -54px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  opacity: .7;
}

.comparison-section .comparison-card.without::after {
  background: radial-gradient(circle, rgba(197, 93, 67, .08), transparent 68%);
}

.comparison-section .comparison-card.with::after {
  background: radial-gradient(circle, rgba(23, 133, 92, .10), transparent 68%);
}

.comparison-section .comparison-card h3 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 19px;
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: -.018em;
}

.comparison-section .comparison-card h3 span:first-child {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 900;
}

.comparison-section .comparison-card.without h3 span:first-child {
  background: #fff0ec;
  color: #b75c45;
}

.comparison-section .comparison-card.with h3 span:first-child {
  background: #dff3eb;
  color: #14734f;
}

.comparison-section .comparison-list {
  gap: 14px;
}

.comparison-section .comparison-list li {
  padding-left: 28px;
  color: var(--ink2);
  line-height: 1.58;
}

.comparison-section .comparison-list li::before {
  left: 1px;
  width: 18px;
  text-align: center;
}

/* Animated SVG: manual channel work on the left, synchronized flow on the right. */
.comparison-motion {
  position: relative;
  margin: 4px 0 24px;
  padding: 14px 16px 12px;
  overflow: hidden;
  border: 1px solid #dfe9ee;
  border-radius: 18px;
  background:
    radial-gradient(circle at 76% 50%, rgba(17, 169, 226, .09), transparent 29%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,252,.94));
  box-shadow: 0 12px 32px rgba(29, 44, 56, .055);
}

.comparison-motion::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, #d9e5ea 18%, #d9e5ea 82%, transparent);
}

.comparison-motion svg {
  width: 100%;
  height: auto;
}

.comparison-motion .motion-node {
  fill: #fff;
  stroke: #cfdae0;
  stroke-width: 1.6;
}

.comparison-motion .motion-node-good {
  fill: #f5fbf8;
  stroke: #b9dfd1;
}

.comparison-motion .motion-node-bad {
  fill: #fff8f6;
  stroke: #ead2cc;
}

.comparison-motion .motion-ui-line {
  stroke: #8fa0aa;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: .72;
}

.comparison-motion .motion-ui-line.accent {
  stroke: #11a9e2;
}

.comparison-motion .motion-path {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 7 9;
}

.comparison-motion .motion-path-bad {
  stroke: #c77762;
  opacity: .55;
  animation: syncbeds-dash-back 4.8s linear infinite;
}

.comparison-motion .motion-path-good {
  stroke: #11a9e2;
  opacity: .82;
  animation: syncbeds-dash-forward 3.4s linear infinite;
}

.comparison-motion .motion-hub-ring {
  fill: rgba(17, 169, 226, .08);
  stroke: rgba(17, 169, 226, .38);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: syncbeds-hub-pulse 2.7s ease-in-out infinite;
}

.comparison-motion .motion-hub-core {
  fill: #087faf;
}

.comparison-motion .motion-warning {
  fill: #fff0ec;
  stroke: #d79a89;
  stroke-width: 1.6;
  transform-box: fill-box;
  transform-origin: center;
  animation: syncbeds-warning-pulse 2.4s ease-in-out infinite;
}

.comparison-motion .motion-warning-x {
  stroke: #b75c45;
  stroke-width: 2.8;
  stroke-linecap: round;
}

.comparison-motion .motion-check {
  fill: #e5f5ef;
  stroke: #8fcab5;
  stroke-width: 1.6;
}

.comparison-motion .motion-check-mark {
  fill: none;
  stroke: #17855c;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes syncbeds-dash-forward {
  to { stroke-dashoffset: -64; }
}

@keyframes syncbeds-dash-back {
  to { stroke-dashoffset: 64; }
}

@keyframes syncbeds-hub-pulse {
  0%, 100% { transform: scale(.94); opacity: .72; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes syncbeds-warning-pulse {
  0%, 100% { transform: scale(.96); opacity: .78; }
  50% { transform: scale(1.06); opacity: 1; }
}

@media (max-width: 1180px) {
  .hero-channel-stack { left: -12px; width: 164px; }
  .hero-stat-stack { right: -4px; width: 158px; }
  .hero-dashboard { margin-left: 34px; margin-right: 18px; }
  .hero-sync-lines { inset-left: -24px; }
}

@media (max-width: 980px) {
  .hero-experience { min-height: 565px; margin-top: 10px; }
  .hero-dashboard { margin: 58px 42px 0; width: calc(100% - 84px); }
  .hero-channel-stack { top: 26px; left: 6px; width: 154px; }
  .hero-channel-expedia,
  .hero-channel-more { display: none; }
  .hero-stat-stack { top: 30px; right: 4px; width: 150px; }
  .hero-message-card { display: none; }
  .hero-sync-lines { inset: 4px 0 20px 0; width: 100%; height: calc(100% - 24px); }
  .hero-sync-hub { top: 45%; }
}

@media (max-width: 760px) {
  .hero-experience {
    min-height: 470px;
    margin-top: 14px;
  }

  .hero-dashboard {
    width: calc(100% - 24px);
    margin: 58px 12px 0;
  }

  .hero-channel-stack {
    top: 9px;
    left: 4px;
    width: 145px;
    gap: 8px;
  }

  .hero-channel-card {
    min-height: 48px;
    padding: 8px 9px;
    border-radius: 12px;
  }

  .hero-channel-card small,
  .hero-sync-hub small { display: none; }
  .hero-channel-expedia,
  .hero-channel-more { display: none; }

  .hero-stat-stack {
    top: 10px;
    right: 4px;
    width: 138px;
  }

  .hero-stat-reservations,
  .hero-message-card { display: none; }

  .hero-sync-hub {
    top: 46%;
    min-width: 122px;
    padding-right: 10px;
  }

  .hero-sync-lines { opacity: .62; }
  .hero-experience .booking-note { display: none; }
  .hero-experience .sync-note { right: 2px; bottom: 1px; }

  .faq-item h3 {
    font-size: .98rem;
  }

  .faq-q {
    padding: 15px;
    font-weight: 720;
  }

  .comparison-motion {
    margin-bottom: 18px;
    padding: 9px 7px;
    border-radius: 14px;
  }

  .comparison-motion::before {
    display: none;
  }

  .comparison-motion svg {
    width: 100%;
    min-width: 0;
  }

  .comparison-section .comparison-card {
    padding: 22px 20px 24px;
  }
}

@media (max-width: 480px) {
  .hero-experience { min-height: 405px; }
  .hero-dashboard { margin-top: 52px; width: calc(100% - 10px); margin-left: 5px; margin-right: 5px; }
  .hero-channel-stack { width: 128px; }
  .hero-channel-card { grid-template-columns: 28px 1fr 7px; gap: 6px; min-height: 42px; }
  .hero-channel-mark { width: 28px; height: 28px; border-radius: 8px; }
  .hero-channel-card b { font-size: .62rem; }
  .hero-channel-card small { display: none; }
  .hero-stat-stack { width: 120px; }
  .hero-stat-card { grid-template-columns: 28px 1fr; min-height: 42px; padding: 7px 8px; }
  .hero-stat-icon { width: 28px; height: 28px; }
  .hero-stat-up { display: none; }
  .hero-stat-card b { font-size: .76rem; }
  .hero-sync-hub { display: none; }
  .hero-sync-lines { display: none; }
  .hero-experience .sync-note { display: none; }
  .comparison-motion { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-experience::before,
  .hero-dashboard,
  .hero-channel-card,
  .hero-stat-card,
  .hero-message-card,
  .hero-sync-hub-rings,
  .hero-message-dot,
  .hero-experience .booking-note,
  .hero-experience .sync-note,
  .hero-sync-path,
  .comparison-section .comparison-card,
  .comparison-motion * {
    animation: none !important;
    transition: none !important;
  }

  .hero-sync-pulse { display: none; }
  .hero-dashboard { transform: none; opacity: 1; }
}

/* Final homepage hero polish. Loaded after home-experience.css. */

.hero-experience {
  min-height: 632px;
}

.hero-experience::before {
  inset: 2% -12% -1% 2%;
  background:
    radial-gradient(circle at 54% 43%, rgba(17,169,226,.22), transparent 34%),
    radial-gradient(circle at 81% 18%, rgba(82,200,238,.13), transparent 24%),
    radial-gradient(circle at 20% 78%, rgba(109,98,187,.07), transparent 24%);
  filter: blur(16px);
}

.hero-experience::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 42px -34px 22px 34px;
  border-radius: 42px;
  pointer-events: none;
  background:
    radial-gradient(circle at 27% 30%, rgba(17,169,226,.10) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 22%, rgba(17,169,226,.09) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 68%, rgba(23,133,92,.08) 0 2px, transparent 3px);
  background-size: 86px 86px, 112px 112px, 96px 96px;
  opacity: .8;
  animation: hero-wow-particles 14s linear infinite;
}

.hero-dashboard {
  width: min(106%, 752px);
  margin: 32px -4px 0 40px;
  box-shadow:
    0 38px 110px rgba(29,44,56,.20),
    0 0 0 1px rgba(255,255,255,.72) inset,
    0 0 64px rgba(17,169,226,.07);
}

.hero-dashboard::after {
  content: "";
  position: absolute;
  z-index: 15;
  top: -35%;
  bottom: -35%;
  left: -42%;
  width: 32%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,.08) 25%, rgba(255,255,255,.35) 50%, rgba(255,255,255,.08) 75%, transparent 100%);
  transform: skewX(-14deg);
  opacity: 0;
  animation: hero-wow-shine 8.8s ease-in-out 1.5s infinite;
}

.hero-channel-stack {
  top: 58px;
  left: -74px;
  gap: 16px;
  width: 184px;
}

.hero-channel-card {
  min-height: 58px;
  border-color: rgba(200,220,229,.96);
  box-shadow:
    0 17px 42px rgba(29,44,56,.12),
    0 0 0 1px rgba(255,255,255,.68) inset;
}

.hero-channel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.34), transparent 34% 68%, rgba(17,169,226,.035));
}

.hero-channel-more {
  margin-left: 18px;
}

.hero-stat-stack {
  right: -58px;
  top: 54px;
  gap: 14px;
  width: 174px;
}

.hero-stat-card,
.hero-message-card {
  box-shadow:
    0 17px 42px rgba(29,44,56,.12),
    0 0 0 1px rgba(255,255,255,.68) inset;
}

.hero-experience .booking-note {
  top: 18px;
  left: 126px;
  right: auto;
  bottom: auto;
  box-shadow: 0 16px 38px rgba(29,44,56,.12);
}

.hero-experience .sync-note {
  right: -24px;
  bottom: 4px;
}

.hero-sync-hub {
  left: 52%;
  top: 48%;
  min-width: 166px;
  padding: 11px 15px 11px 11px;
  border-color: rgba(119,204,235,.96);
  background: rgba(249,254,255,.97);
  box-shadow:
    0 18px 46px rgba(8,127,175,.19),
    0 0 0 8px rgba(17,169,226,.035),
    0 0 42px rgba(17,169,226,.10);
}

.hero-sync-hub::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border-radius: 24px;
  border: 1px solid rgba(17,169,226,.12);
  animation: hero-wow-hub-aura 3.3s ease-in-out infinite;
}

.hero-sync-hub::after {
  content: "✓ LIVE";
  position: absolute;
  top: -12px;
  right: -18px;
  padding: 4px 7px;
  border: 1px solid rgba(155,216,193,.9);
  border-radius: 999px;
  background: rgba(244,252,248,.98);
  color: #14734f;
  font-size: .47rem;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 7px 18px rgba(23,133,92,.10);
}

.hero-sync-hub-rings {
  left: 3px;
  top: 3px;
  width: 48px;
  height: 48px;
  border-color: rgba(17,169,226,.34);
}

.hero-sync-hub-icon {
  background: linear-gradient(145deg,#087faf,#11a9e2 58%,#35bee8);
  box-shadow:
    0 9px 22px rgba(8,127,175,.28),
    0 0 22px rgba(17,169,226,.18);
}

.hero-sync-lines {
  opacity: .70;
  filter: saturate(.96);
}

.hero-sync-path {
  stroke-width: 1.75;
  stroke-dasharray: 6 12;
  filter: drop-shadow(0 0 3px rgba(17,169,226,.12));
}

.hero-sync-path-a,
.hero-sync-path-b,
.hero-sync-path-c {
  opacity: .78;
}

.hero-sync-path-out,
.hero-sync-path-out-two {
  opacity: .50;
}

.hero-sync-pulse {
  r: 4px;
  filter: drop-shadow(0 0 8px rgba(17,169,226,.62));
}

.hero-message-dot {
  width: 8px;
  height: 8px;
}

@keyframes hero-wow-shine {
  0%, 68% { left: -42%; opacity: 0; }
  72% { opacity: .55; }
  84% { opacity: .18; }
  88%, 100% { left: 118%; opacity: 0; }
}

@keyframes hero-wow-hub-aura {
  0%,100% { transform: scale(.96); opacity: .34; }
  50% { transform: scale(1.045); opacity: .72; }
}

@keyframes hero-wow-particles {
  to { background-position: 86px -86px, -112px 112px, 96px 96px; }
}

@media (max-width: 1240px) {
  .hero-dashboard {
    width: min(103%, 724px);
    margin-left: 44px;
    margin-right: 4px;
  }
  .hero-channel-stack { left: -28px; }
  .hero-stat-stack { right: -12px; }
  .hero-experience .booking-note { left: 118px; }
  .hero-experience .sync-note { right: -4px; }
}

@media (max-width: 980px) {
  .hero-experience { min-height: 575px; }
  .hero-dashboard {
    width: calc(100% - 78px);
    margin: 58px 39px 0;
  }
  .hero-channel-stack {
    top: 24px;
    left: 5px;
    gap: 10px;
  }
  .hero-stat-stack {
    top: 26px;
    right: 5px;
    gap: 10px;
  }
  .hero-experience .booking-note { display: none; }
  .hero-sync-hub { left: 50%; top: 47%; }
}

@media (max-width: 760px) {
  .hero-experience { min-height: 474px; }
  .hero-dashboard {
    width: calc(100% - 22px);
    margin: 58px 11px 0;
  }
  .hero-channel-stack { left: 3px; top: 8px; }
  .hero-stat-stack { right: 3px; top: 8px; }
  .hero-sync-hub::after { display: none; }
  .hero-dashboard::after { display: none; }
  .hero-experience::after { opacity: .42; }
}

@media (max-width: 480px) {
  .hero-experience::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-experience::after,
  .hero-dashboard::after,
  .hero-sync-hub::before {
    animation: none !important;
  }
}

/* Final desktop hero composition polish. Loaded after home-wow.css. */

@media (min-width: 1241px) {
  .hero-experience {
    left: 36px;
  }

  .hero-dashboard {
    width: min(108%, 766px);
    margin: 26px -18px 0 52px;
    box-shadow:
      0 42px 118px rgba(29,44,56,.22),
      0 18px 42px rgba(8,127,175,.08),
      0 0 0 1px rgba(255,255,255,.74) inset,
      0 0 72px rgba(17,169,226,.08);
  }

  .hero-channel-stack {
    top: 66px;
    left: -42px;
    gap: 17px;
    width: 176px;
  }

  .hero-channel-booking { margin-left: 0; }
  .hero-channel-airbnb { margin-left: 9px; }
  .hero-channel-expedia { margin-left: -3px; }
  .hero-channel-more { margin-left: 17px; }

  .hero-experience .booking-note {
    top: 4px;
    left: 182px;
  }

  .hero-stat-stack {
    top: 50px;
    right: -72px;
    gap: 15px;
    width: 176px;
  }

  .hero-stat-reservations { margin-left: 10px; }
  .hero-message-card { margin-left: -5px; }

  .hero-experience .sync-note {
    right: -34px;
    bottom: -2px;
  }

  .hero-sync-hub {
    left: 53%;
    top: 49%;
    min-width: 172px;
    box-shadow:
      0 20px 52px rgba(8,127,175,.20),
      0 0 0 9px rgba(17,169,226,.038),
      0 0 48px rgba(17,169,226,.12);
  }

  .hero-sync-lines {
    inset: 18px -36px 18px -42px;
    width: calc(100% + 78px);
    opacity: .61;
  }

  .hero-sync-path-a,
  .hero-sync-path-b,
  .hero-sync-path-c {
    opacity: .72;
  }

  .hero-sync-path-out,
  .hero-sync-path-out-two {
    opacity: .42;
  }
}

/* Refine the glass cards so they feel like product UI, not labels floating on top. */
.hero-channel-card,
.hero-stat-card,
.hero-message-card,
.hero-experience .booking-note,
.hero-experience .sync-note {
  border-color: rgba(196,217,227,.94);
  background: linear-gradient(145deg,rgba(255,255,255,.97),rgba(249,253,255,.93));
  backdrop-filter: blur(14px) saturate(1.08);
}

.hero-channel-card:hover,
.hero-stat-card:hover,
.hero-message-card:hover {
  border-color: rgba(133,203,229,.9);
}

.hero-sync-hub {
  background: linear-gradient(145deg,rgba(255,255,255,.985),rgba(241,251,255,.965));
}

/* The visual should feel alive, but the calendar must stay readable. */
.hero-dashboard .cal,
.hero-dashboard .metrics,
.hero-dashboard .dash-top {
  position: relative;
  z-index: 2;
}

/* Customer proof: fit all seven references cleanly on wide screens and remove the browser-like scrollbar. */
@media (min-width: 1181px) {
  .customer-list {
    grid-template-columns: repeat(7,minmax(0,1fr));
    gap: 10px;
    overflow: visible;
    padding-bottom: 2px;
    scroll-snap-type: none;
  }

  .customer-card {
    min-height: 72px;
    padding: 14px 13px;
    gap: 9px;
    font-size: .91rem;
  }
}

@media (max-width: 1180px) {
  .customer-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .customer-list::-webkit-scrollbar {
    display: none;
  }
}

/* Give the comparison story a little more visual rhythm without adding more animation. */
.comparison-section .comparison-head {
  max-width: 840px;
  margin-bottom: 30px;
}

.comparison-section .comparison-motion {
  box-shadow:
    0 18px 48px rgba(29,44,56,.065),
    0 0 0 1px rgba(255,255,255,.72) inset;
}

/*
 * LCP: the homepage H1 is the mobile Largest Contentful Paint element. The generic
 * .reveal observer used by the generated marketing page intentionally waits before
 * animating content into view; that is useful below the fold, but it made the hero
 * copy wait ~2.5s in production PageSpeed. Keep the copy immediately paintable while
 * preserving all of the product/dashboard choreography on the right.
 */
.hero-copy.reveal,
.hero-copy.reveal.visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

/* First-impression choreography: the product assembles itself instead of appearing all at once. */
.hero-sync-lines {
  animation: hero-wow-lines-in .65s ease-out .66s both;
}

.hero-channel-booking {
  animation: hero-wow-card-in .58s cubic-bezier(.2,.72,.24,1) .42s both,
             hero-card-float 6.2s ease-in-out 1.25s infinite;
}

.hero-channel-airbnb {
  animation: hero-wow-card-in .58s cubic-bezier(.2,.72,.24,1) .56s both,
             hero-card-float 6.5s ease-in-out 1.4s infinite;
}

.hero-channel-expedia {
  animation: hero-wow-card-in .58s cubic-bezier(.2,.72,.24,1) .70s both,
             hero-card-float 6.8s ease-in-out 1.55s infinite;
}

.hero-channel-more {
  animation: hero-wow-card-in .58s cubic-bezier(.2,.72,.24,1) .84s both,
             hero-card-float 7s ease-in-out 1.7s infinite;
}

.hero-stat-occupancy {
  animation: hero-wow-stat-in .58s cubic-bezier(.2,.72,.24,1) .76s both,
             hero-card-float 6.8s ease-in-out 1.6s infinite;
}

.hero-stat-reservations {
  animation: hero-wow-stat-in .58s cubic-bezier(.2,.72,.24,1) .90s both,
             hero-card-float 7s ease-in-out 1.75s infinite;
}

.hero-message-card {
  animation: hero-wow-stat-in .58s cubic-bezier(.2,.72,.24,1) 1.04s both,
             hero-card-float 7.2s ease-in-out 1.9s infinite;
}

.hero-sync-hub {
  animation: hero-wow-hub-in .68s cubic-bezier(.2,.78,.24,1) 1.02s both;
}

.hero-experience .booking-note {
  animation: hero-wow-note-in .58s cubic-bezier(.2,.72,.24,1) .84s both,
             hero-card-float 7.2s ease-in-out 1.7s infinite;
}

.hero-experience .sync-note {
  animation: hero-wow-note-in .58s cubic-bezier(.2,.72,.24,1) 1.16s both,
             hero-card-float 7.5s ease-in-out 2s infinite;
}

@keyframes hero-wow-card-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-wow-stat-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-wow-note-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-wow-hub-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hero-wow-lines-in {
  from { opacity: 0; }
}

/* Lighthouse / accessibility hardening. Keep motion paint-only and improve low-contrast secondary UI. */
.hero-dashboard {
  animation:
    hero-dashboard-fade .55s ease-out both,
    hero-dashboard-float 8s ease-in-out .8s infinite;
}

@keyframes hero-dashboard-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.language-flag {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.integration-label,
.integration-badge,
.connection-note p,
.product-copy p,
.product-copy small,
.product-copy li,
.product-copy li span,
.product-section .num,
.product-section .mc-head,
.product-section .mc-head span,
.product-section .visual-tag {
  color: #425563;
}

.integration-badge i,
.product-section .num {
  color: #075f84;
}

.integration-strip a,
.integration-strip .integration-cta,
.product-section a:not(.btn) {
  color: #06658e;
}

@media (max-width: 760px) {
  /*
   * PSI attributed the mobile CLS spike to the decorative .hero::before layer.
   * It does not carry content, so remove only that paint-only pseudo element on
   * narrow screens instead of masking a real layout problem with fixed heights.
   */
  .hero::before {
    content: none !important;
    display: none !important;
  }

  /* The first viewport must be stable and immediately paintable. */
  .hero-experience.reveal,
  .hero-experience.reveal.visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-copy h1 {
    overflow-wrap: break-word;
    hyphens: auto;
  }
}

@media (max-width: 1240px) and (min-width: 981px) {
  .hero-dashboard {
    width: min(104%, 730px);
  }

  .hero-channel-stack {
    left: -18px;
  }

  .hero-stat-stack {
    right: -16px;
  }
}

@media (max-width: 980px) {
  .hero-experience {
    left: 0;
  }
}

@media (max-width: 760px) {
  .hero-channel-booking,
  .hero-channel-airbnb,
  .hero-stat-occupancy {
    animation-duration: .46s, 7s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-experience {
    left: 0;
  }

  .hero-dashboard,
  .hero-sync-lines,
  .hero-channel-card,
  .hero-stat-card,
  .hero-message-card,
  .hero-sync-hub,
  .hero-experience .booking-note,
  .hero-experience .sync-note {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
/* Homepage accessibility contrast hardening. Keep this file visual-only and layout-neutral. */

/* Integration strip */
.integration-strip,
.integration {
  color: #20262d;
}

.integration-label,
.integration h2 {
  color: #33414b !important;
}

.integration-badge,
.int-logo {
  color: #2c3943 !important;
}

.integration-badge i,
.int-logo i {
  color: #fff !important;
  background: #075f84 !important;
  border-color: #075f84 !important;
}

/* Product sections and miniature UI labels flagged by Lighthouse. */
.product-section .product-copy p,
.product-section .product-copy li,
.product-section .product-copy small,
.connection-note,
.connection-note p,
.addons-note {
  color: #3f4d58 !important;
}

.product-section .product-copy strong,
.product-section .product-copy b,
.connection-note strong {
  color: #20262d !important;
}

.product-section .text-link,
.product-section a,
.connection-note a {
  color: #075f84;
}

/* Mini product visuals: preserve geometry, but force AA-safe foreground/background pairs. */
.product-section .visual,
.product-section .visual p,
.product-section .visual small,
.product-section .visual span,
.product-section .visual div,
.product-section .visual .mc-head,
.product-section .visual .num {
  --muted: #52616c;
  --ink2: #33414b;
}

.product-section .visual p,
.product-section .visual small,
.product-section .visual .mc-head {
  color: #46545f !important;
}

/* Lighthouse specifically reports the tiny <i> badges (B1/B2/ZG/MO/eV). Tiny text needs a stronger pair than normal body copy. */
.product-section .visual i,
.product-section .visual .int-logo i,
.product-section .visual .integration-badge i {
  color: #fff !important;
  background: #075f84 !important;
  border-color: #075f84 !important;
  opacity: 1 !important;
}

.product-section .visual .num,
.product-section .visual .text-link,
.product-section .visual a {
  color: #075f84 !important;
}

/* Small outlined/secondary actions. */
.product-section button,
.product-section .secondary,
.product-section .btn.secondary {
  color: #20262d !important;
}

/* Keep the homepage language flags proportional without changing layout. */
.language-flag {
  width: 20px !important;
  height: auto !important;
  object-fit: contain;
  flex: 0 0 auto;
}
