/* ReRoot homepage polish - brighter, warmer, readable */
:root {
  --polish-bg: #fffdf6;
  --polish-panel: #fff8dd;
  --polish-yellow: #f7c843;
  --polish-yellow-soft: #fff1a8;
  --polish-green: #237348;
  --polish-ink: #172132;
  --polish-muted: #5f5a53;
  --polish-line: rgba(23, 33, 50, 0.11);
  --polish-white: rgba(255, 255, 255, 0.88);
}

body {
  background: var(--polish-bg) !important;
  color: var(--polish-ink) !important;
}

.btn-primary {
  background: var(--polish-yellow) !important;
  color: var(--polish-ink) !important;
  border: 1px solid rgba(23, 33, 50, 0.15) !important;
  box-shadow: 0 10px 0 rgba(23, 33, 50, 0.1), 0 22px 40px rgba(247, 200, 67, 0.24) !important;
  padding: 0.88rem 1.55rem !important;
}

.btn-primary:hover {
  filter: brightness(1.02) !important;
  transform: translateY(-1px) !important;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.54) !important;
  color: var(--polish-ink) !important;
  border: 1px solid rgba(23, 33, 50, 0.14) !important;
  padding: 0.88rem 1.55rem !important;
}

.btn-secondary:hover {
  background: #fff4bb !important;
}

.home-section,
.section-v1.home-section {
  padding-top: clamp(72px, 8vw, 112px) !important;
  padding-bottom: clamp(72px, 8vw, 112px) !important;
}

.soft-cream {
  background: #fff7d7 !important;
}

.home-trust-card,
.home-type-card,
.home-step-card,
.pricing-preview-card,
.home-result-preview-card,
.home-blockquote,
.home-featured-city,
.home-faq-list details {
  background: var(--polish-white) !important;
  border: 1px solid rgba(23, 33, 50, 0.09) !important;
  box-shadow: 0 16px 44px rgba(23, 33, 50, 0.06) !important;
}

.home-step-num {
  background: var(--polish-yellow) !important;
  color: var(--polish-ink) !important;
  box-shadow: inset 0 0 0 1px rgba(23, 33, 50, 0.1) !important;
}

.home-trust-label,
.result-preview-matches h4,
.result-preview-why h4,
.pricing-preview-card .preview-badge {
  color: var(--polish-green) !important;
}

.section-intro h2,
.home-final-cta h2 {
  color: var(--polish-ink) !important;
  letter-spacing: -0.055em !important;
}

.home-final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 200, 67, 0.38), transparent 24rem),
    #fff7d7 !important;
}

.hero-hook-line {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: var(--polish-green);
  margin: 0 0 0.85rem;
  line-height: 1.45;
  max-width: 34rem;
}

.home-entertainment-note {
  text-align: center;
  font-size: 0.92rem;
  color: var(--polish-muted);
  margin-top: 1.5rem;
  line-height: 1.6;
}

#results-insights {
  display: grid;
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
}

.results-insight-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--polish-line);
  border-radius: 24px;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 12px 40px rgba(23, 33, 50, 0.05);
}

.results-insight-card h2 {
  font-size: 1.2rem;
  margin: 0 0 0.65rem;
}

.insight-lead,
.insight-body {
  color: var(--polish-muted);
  line-height: 1.65;
  margin: 0;
}

.scorecard-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.scorecard-row {
  display: grid;
  gap: 0.35rem;
}

.scorecard-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  font-weight: 600;
}

.scorecard-track {
  height: 10px;
  background: #efe8d8;
  border-radius: 999px;
  overflow: hidden;
}

.scorecard-fill {
  height: 100%;
  background: linear-gradient(90deg, #237348, #f7c843);
  border-radius: 999px;
}

.trait-check-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.45rem;
}

.trait-check-list li::before {
  content: "✓ ";
  color: #237348;
  font-weight: 700;
}

.results-upgrade-moment {
  background: linear-gradient(135deg, #fff8dd, #fffdf6);
  border: 1px solid rgba(35, 115, 72, 0.18);
  border-radius: 20px;
  padding: 1.25rem 1.4rem;
  text-align: center;
  margin: 1.25rem 0;
}

.results-upgrade-moment p {
  margin: 0 0 0.85rem;
  line-height: 1.6;
}

.readiness-score-pill {
  display: inline-block;
  background: #237348;
  color: #fff;
  font-weight: 700;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 0.65rem;
}

.hidden-gem-card {
  background: linear-gradient(135deg, #fff1a8, #fffdf6);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  margin-top: 0.75rem;
}

.city-report-compact .city-emotional,
.city-report-full .city-emotional {
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.premium-teaser-line {
  font-size: 0.92rem;
  color: var(--polish-muted);
  margin-top: 0.75rem;
  font-style: italic;
}

.disclaimer-inline.entertainment-only {
  background: #fff8dd;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  margin-top: 2rem;
}

.results-share-hero {
  text-align: center;
  padding: 2rem 1.5rem 1rem;
  background: linear-gradient(135deg, #4A5D52, #C77750);
  color: #fff;
  border-radius: 28px;
  margin-bottom: 1rem;
}

.results-share-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  opacity: 0.88;
  margin: 0 0 0.75rem;
}

.results-share-label {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.86;
  margin: 0 0 0.35rem;
}

.results-share-type {
  font-size: clamp(2.4rem, 7vw, 3.6rem);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.03em;
}

.results-share-tagline {
  margin: 0.85rem auto 0;
  max-width: 34rem;
  line-height: 1.6;
  opacity: 0.92;
}

.results-top-match-card {
  margin-bottom: 1.25rem;
}

.results-top-match-image {
  min-height: 320px;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(23, 33, 50, 0.14);
}

.results-top-match-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(180deg, rgba(23, 33, 50, 0), rgba(23, 33, 50, 0.82));
  color: #fff;
}

.results-top-match-overlay h2 {
  font-size: clamp(2rem, 5vw, 2.8rem);
  margin: 0.15rem 0 0.35rem;
}

.results-share-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--polish-line);
  border-radius: 28px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  text-align: center;
}

.results-share-panel h2 {
  margin: 0 0 0.5rem;
}

.share-panel-lead {
  color: var(--polish-muted);
  margin: 0 0 1rem;
}

.results-share-panel-compact {
  margin-top: 0;
}

.share-card-preview {
  background: linear-gradient(135deg, #4A5D52, #C77750);
  color: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  max-width: 520px;
  margin: 0 auto 1.25rem;
  text-align: left;
}

.share-card-brand {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #F6C84C;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.share-card-type {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0.15rem 0 1rem;
}

.share-card-city {
  min-height: 180px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 1rem;
}

.share-card-city-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, rgba(23, 33, 50, 0), rgba(23, 33, 50, 0.78));
}

.share-card-match {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0.15rem 0 0;
}

.share-card-others,
.share-card-url {
  margin: 0.35rem 0 0;
  line-height: 1.6;
  opacity: 0.9;
}

.share-card-cta {
  margin: 1rem 0 0.25rem;
  font-weight: 800;
  color: #F6C84C;
}

.share-toolbar {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

.share-copy-text-btn {
  background: transparent;
  border: 1px solid rgba(23, 33, 50, 0.14);
}

.shared-match-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.65rem;
  text-align: left;
}

.shared-match-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  background: #fff8dd;
  border-radius: 14px;
}

.results-share-cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}

@media (max-width: 720px) {
  .share-toolbar,
  .results-share-cta {
    flex-direction: column;
  }

  .share-toolbar .btn-primary,
  .share-toolbar .btn-secondary,
  .share-toolbar .share-copy-text-btn,
  .results-share-cta .btn-primary,
  .results-share-cta .btn-secondary {
    width: 100%;
  }
}
