/* Absolute Listing Marketing — shared growth card (production) */

.am-growth {
  --am-ink: #121820;
  --am-ink-2: #2a3340;
  --am-muted: #5c6675;
  --am-line: #e4e0d8;
  --am-surface: #ffffff;
  --am-bg: #f7f4ef;
  --am-navy: #0c1b33;
  --am-accent: #c9a962;
  --am-guest: #2a6f6a;
  --am-radius: 14px;
  --am-shadow: 0 10px 30px rgba(18, 24, 32, 0.08);
}

.mp .am-growth,
.am-growth {
  color: var(--am-ink);
}

.section.am-growth {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, #fff 0%, var(--am-bg) 100%);
  border-block: 1px solid var(--am-line);
}

.am-growth-inner {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.am-growth-inner.container {
  width: min(1120px, calc(100% - 2rem));
}

.am-growth-head {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.am-growth-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--am-guest);
}

.am-growth-head h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.6rem, 3.6vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: var(--am-navy);
}

.am-growth-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--am-muted);
}

.am-growth-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  .am-growth-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
  }
}

.am-growth-stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.65rem;
  min-height: 9rem;
  padding: 1.25rem 1.15rem 1.3rem;
  background: var(--am-surface);
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  box-shadow: 0 4px 18px rgba(18, 24, 32, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .am-growth-stat:hover {
    border-color: rgba(12, 27, 51, 0.18);
    box-shadow: var(--am-shadow);
    transform: translateY(-2px);
  }
}

.am-growth-stat strong {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--am-navy);
}

.am-growth-stat span {
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--am-muted);
  font-weight: 500;
}

.am-growth-pillars {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.5rem;
}

@media (min-width: 700px) {
  .am-growth-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .am-growth-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.am-growth-pillar {
  padding: 1.2rem 1.25rem;
  background: var(--am-surface);
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius);
  border-top: 3px solid var(--am-accent);
  box-shadow: 0 4px 16px rgba(18, 24, 32, 0.04);
  height: 100%;
}

.am-growth-pillar h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  color: var(--am-ink);
}

.am-growth-pillar p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--am-muted);
}

.am-growth-channels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  list-style: none;
  background: rgba(12, 27, 51, 0.035);
  border: 1px solid var(--am-line);
  border-radius: 12px;
}

.am-growth-channels li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 4.25rem;
  min-height: 2.55rem;
  padding: 0.45rem 0.8rem;
  background: var(--am-surface);
  border: 1px solid var(--am-line);
  border-radius: 10px;
}

.am-growth-channels img {
  display: block;
  width: auto !important;
  max-width: none !important;
  height: 1.35rem !important;
  object-fit: contain;
}

.am-growth-channels li[data-channel="booking"] img {
  height: 1.15rem !important;
}

.am-growth-channels li[data-channel="agoda"] img {
  height: 1.7rem !important;
}

.am-growth-channels li[data-channel="airbnb"] img {
  height: 1.4rem !important;
  width: 4.5rem !important;
}

.am-growth-channels li[data-channel="direct"] img,
.am-growth-channels li[data-channel="manual"] img {
  width: 1.65rem !important;
  height: 1.65rem !important;
}

.am-growth-channels li[data-channel="direct"],
.am-growth-channels li[data-channel="manual"] {
  gap: 0.4rem;
  min-width: 0;
  color: var(--am-navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.am-growth-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
  align-items: center;
}

/* Homepage outline buttons are white-on-dark by default — force light-surface contrast */
.am-growth-ctas .btn-outline,
.am-growth .btn-outline {
  background: #fff;
  color: var(--am-navy);
  border: 1.5px solid rgba(12, 27, 51, 0.22);
}

.am-growth-ctas .btn-outline:hover,
.am-growth .btn-outline:hover {
  background: #fff;
  color: var(--am-navy);
  border-color: var(--am-navy);
}

.am-growth-ctas .btn-primary {
  color: var(--am-navy);
}

.am-growth-ctas .mp-btn-ghost {
  background: #fff;
  color: var(--am-navy);
  border-color: rgba(12, 27, 51, 0.22);
}

.am-growth-ctas .mp-btn-ghost:hover {
  background: #fff;
  color: var(--am-navy);
  border-color: var(--am-navy);
}

.am-growth-disclaimer {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--am-muted);
  max-width: 72ch;
}

.mp-section.am-growth-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(247, 244, 239, 0.98));
}

.mp-section-alt.am-growth-section {
  background: var(--mp-surface, #fff);
}

.am-growth-hero-note {
  max-width: 40rem;
  margin: 0.35rem 0 1rem !important;
  color: var(--am-muted) !important;
}

@media (max-width: 640px) {
  .section.am-growth {
    padding: 2.75rem 0;
  }

  .am-growth-inner,
  .am-growth-inner.container {
    width: min(1180px, calc(100% - 1.5rem));
  }

  .am-growth-head {
    margin-bottom: 1.35rem;
  }

  .am-growth-stat {
    min-height: 0;
    padding: 1rem 0.95rem 1.05rem;
    gap: 0.45rem;
  }

  .am-growth-stat strong {
    font-size: clamp(1.75rem, 9vw, 2.15rem);
  }

  .am-growth-stat span {
    font-size: 0.82rem;
  }

  .am-growth-stats {
    gap: 0.55rem;
    margin-bottom: 1.35rem;
  }

  .am-growth-ctas {
    display: grid;
    grid-template-columns: 1fr;
  }

  .am-growth-ctas .mp-btn,
  .am-growth-ctas .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .am-growth-channels {
    padding: 0.7rem;
  }
}

@media (min-width: 641px) and (max-width: 899px) {
  .am-growth-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
