/**
 * DECTO Landing Atelier — cream + green + champagne (lux, harmonious)
 * NOT app shell. Marker: BN_LANDING_CREAM_V4
 */
body.index-page {
  --la-ink: #142824;
  --la-forest: #1a3d36;
  --la-mid: #274842;
  --la-gold: #c9a66b;
  --la-cream: #f5f2eb;
  --la-paper: #fffcf8;
  --la-muted: #556862;
  --la-font: 'Vazirmatn', system-ui, sans-serif;
  font-family: var(--la-font) !important;
  color: var(--la-ink);
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(26, 61, 54, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(201, 166, 107, 0.12), transparent 50%),
    linear-gradient(180deg, #f7f4ee 0%, #f5f2eb 45%, #efeae0 100%) !important;
  -webkit-font-smoothing: antialiased;
}

body.index-page,
body.index-page button,
body.index-page input,
body.index-page a {
  font-family: var(--la-font) !important;
}

body.index-page .navbar,
body.index-page .navbar--premium {
  background: rgba(255, 252, 248, 0.9) !important;
  border-bottom: 1px solid rgba(26, 61, 54, 0.08) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: none !important;
}

body.index-page .navbar a,
body.index-page .navbar .nav-link,
body.index-page .nav-brand {
  color: var(--la-forest) !important;
  font-weight: 700;
}

body.index-page .bn-nav-login-cta,
body.index-page .navbar .btn-primary {
  background: linear-gradient(135deg, #1a3d36, #274842) !important;
  color: #fffcf8 !important;
  -webkit-text-fill-color: #fffcf8 !important;
  border: none !important;
  font-weight: 900 !important;
  border-radius: 999px !important;
}

body.index-page .bn-nav-login-cta *,
body.index-page .navbar .btn-primary * {
  color: #fffcf8 !important;
  -webkit-text-fill-color: #fffcf8 !important;
}

body.index-page .bottom-nav,
body.index-page .bn-bottom-nav-spacer {
  display: none !important;
}

body.index-page .bl-landing {
  position: relative;
  overflow: clip;
  background: transparent !important;
}

body.index-page .bl-hero__scene { opacity: 0.4; }
body.index-page .bl-lux__glow--emerald {
  background: radial-gradient(circle at 72% 18%, rgba(26, 61, 54, 0.14), transparent 55%) !important;
}
body.index-page .bl-lux__glow--champagne {
  background: radial-gradient(circle at 18% 75%, rgba(201, 166, 107, 0.18), transparent 52%) !important;
}

body.index-page .bl-hero,
body.index-page .lux-landing-hero.bl-hero {
  min-height: min(88vh, 860px);
  padding-top: clamp(4.5rem, 10vw, 7rem);
  padding-bottom: 3rem;
  color: var(--la-ink) !important;
}

body.index-page .bl-hero__badge {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 166, 107, 0.45) !important;
  background: rgba(255, 252, 248, 0.85) !important;
  color: var(--la-forest) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

body.index-page .bl-hero h1,
body.index-page #bl-hero-title {
  font-family: var(--la-font) !important;
  font-size: clamp(2.4rem, 6.8vw, 4.2rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.08 !important;
  color: var(--la-forest) !important;
  -webkit-text-fill-color: var(--la-forest) !important;
  background: none !important;
  margin: 1rem 0 0.85rem !important;
  text-shadow: none !important;
}

body.index-page .bl-hero__lead {
  max-width: 34rem;
  margin-inline: auto;
  font-size: clamp(1.02rem, 2.3vw, 1.18rem) !important;
  font-weight: 600 !important;
  line-height: 1.75 !important;
  color: #4d635c !important;
  -webkit-text-fill-color: #4d635c !important;
}

body.index-page .bl-hero__trust-card {
  background: rgba(255, 253, 249, 0.92) !important;
  border: 1px solid rgba(201, 166, 107, 0.14) !important;
  color: var(--bn-green-deep, #142824) !important;
  -webkit-text-fill-color: var(--bn-green-deep, #142824) !important;
  box-shadow: 0 2px 10px rgba(201, 166, 107, 0.06) !important;
}

/* restore original trust icons (simple green glyph, no filled green circle) */
body.index-page .bl-hero__trust-icon {
  width: 26px !important;
  height: 26px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--bn-green, #1A3D36) !important;
  font-size: 0.84rem !important;
  box-shadow: none !important;
}

body.index-page .bl-hero__trust-icon i {
  color: var(--bn-green, #1A3D36) !important;
}

body.index-page .bl-btn-champagne,
body.index-page .bl-btn-hero-cta,
body.index-page #heroAuthed .btn-primary {
  min-height: 3.25rem;
  border-radius: 999px !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #1a3d36 0%, #274842 55%, #355944 100%) !important;
  color: #fffcf8 !important;
  border: 1px solid rgba(201, 166, 107, 0.28) !important;
  box-shadow: 0 12px 30px rgba(26, 61, 54, 0.22) !important;
}

body.index-page .bl-btn-register,
body.index-page .bl-btn-hero-secondary,
body.index-page #heroAuthed .btn-outline {
  min-height: 3.25rem;
  border-radius: 999px !important;
  font-weight: 800 !important;
  border: 1.5px solid rgba(201, 166, 107, 0.55) !important;
  background: rgba(255, 252, 248, 0.92) !important;
  color: var(--la-forest) !important;
}

body.index-page .bl-app-dl {
  border-radius: 999px !important;
  border: 1px solid rgba(26, 61, 54, 0.12) !important;
  background: var(--la-paper) !important;
  color: var(--la-ink) !important;
  box-shadow: 0 8px 22px rgba(20, 40, 36, 0.06);
}
body.index-page .bl-app-dl__text strong { color: var(--la-ink) !important; }
body.index-page .bl-app-dl__text small { color: var(--la-muted) !important; }

body.index-page .bl-hero__scroll {
  color: var(--la-muted) !important;
}

body.index-page .bl-experience,
body.index-page .bl-features,
body.index-page .bl-journey,
body.index-page .lux-features {
  background: transparent !important;
  color: var(--la-forest) !important;
}

body.index-page .bl-experience__label,
body.index-page .bl-features__head .section-title,
body.index-page .bl-features h2,
body.index-page .lux-feature-card h3,
body.index-page .bl-journey h2,
body.index-page .section-title,
body.index-page .nav-link,
body.index-page .nav-link span,
body.index-page h2:not(.lux-cta h2):not(.bl-cta h2),
body.index-page h3 {
  color: var(--la-forest) !important;
  -webkit-text-fill-color: var(--la-forest) !important;
  background: none !important;
}

body.index-page .bl-features__head p,
body.index-page .lux-feature-card p,
body.index-page .bl-journey p,
body.index-page .bl-experience__label,
body.index-page .bl-hero__lead {
  color: #4d635c !important;
  -webkit-text-fill-color: #4d635c !important;
}

body.index-page .bl-features__head .section-title,
body.index-page .bl-features h2,
body.index-page .bl-journey h2,
body.index-page .lux-feature-card h3,
body.index-page .section-title {
  font-weight: 900 !important;
  letter-spacing: -0.03em;
  color: var(--la-forest) !important;
  -webkit-text-fill-color: var(--la-forest) !important;
}

/* Bottom CTA band — green surface → white text (do NOT inherit forest ink) */
body.index-page .lux-cta.bl-cta,
body.index-page section.bl-cta,
body.index-page .bl-cta.lux-cta {
  background: linear-gradient(155deg, #142824 0%, #1a3d36 45%, #274842 100%) !important;
  color: #fffcf8 !important;
}

body.index-page .lux-cta.bl-cta h2,
body.index-page .bl-cta h2,
body.index-page .lux-cta__content h2,
body.index-page .lux-cta.bl-cta .lux-cta__content h2 {
  color: #fffcf8 !important;
  -webkit-text-fill-color: #fffcf8 !important;
  background: none !important;
}

body.index-page .lux-cta.bl-cta p,
body.index-page .bl-cta p,
body.index-page .lux-cta__content p {
  color: rgba(255, 252, 248, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 252, 248, 0.88) !important;
  background: none !important;
}

body.index-page a.bn-nav-login-cta.btn,
body.index-page .bn-nav-login-cta.btn-sm {
  color: #fffcf8 !important;
  -webkit-text-fill-color: #fffcf8 !important;
}

body.index-page .bl-experience__pill {
  border-radius: 999px !important;
  border: 1px solid rgba(26, 61, 54, 0.12) !important;
  background: var(--la-paper) !important;
  color: var(--la-forest) !important;
  font-weight: 700;
}

body.index-page .lux-feature-card {
  border-radius: 26px 20px 28px 22px !important;
  border: 1px solid rgba(26, 61, 54, 0.08) !important;
  background: var(--la-paper) !important;
  box-shadow: 0 12px 32px rgba(20, 40, 36, 0.06) !important;
}

body.index-page .lux-feature-icon {
  background: linear-gradient(145deg, #1a3d36, #355944) !important;
  color: #e8d4a8 !important;
  border-radius: 16px !important;
}

body.index-page .bl-landing-app-bar {
  background: rgba(255, 252, 248, 0.94) !important;
  border: 1px solid rgba(201, 166, 107, 0.35) !important;
  color: var(--la-ink) !important;
  box-shadow: 0 12px 32px rgba(20, 40, 36, 0.1) !important;
}

@media (max-width: 640px) {
  body.index-page .bl-hero__trust-card {
    width: 100%;
    justify-content: flex-start;
  }
  body.index-page .lux-landing-actions--dual {
    display: grid;
    gap: 0.65rem;
  }
  body.index-page .lux-landing-actions--dual .btn {
    width: 100%;
  }
}

/* ——— Luxury polish v8 (safe, same palette) ——— */
body.index-page .bl-hero__scene {
  opacity: 0.52 !important;
}

body.index-page .bl-hero__badge {
  box-shadow: 0 6px 18px rgba(201, 166, 107, 0.12) !important;
}

body.index-page .bl-hero__badge i {
  color: #c9a66b !important;
}

body.index-page .bl-hero h1,
body.index-page #bl-hero-title {
  letter-spacing: -0.045em !important;
}

body.index-page .bl-hero__trust {
  gap: 0.75rem !important;
}

body.index-page .bl-hero__trust-card {
  border-radius: 18px !important;
  padding: 0.7rem 1rem !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.index-page .bl-hero__trust-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(20, 40, 36, 0.08) !important;
}

body.index-page .bl-btn-champagne,
body.index-page .bl-btn-hero-cta {
  box-shadow:
    0 0 0 1px rgba(232, 212, 168, 0.22),
    0 14px 34px rgba(26, 61, 54, 0.24) !important;
}

body.index-page .bl-btn-register,
body.index-page .bl-btn-hero-secondary {
  box-shadow: 0 8px 20px rgba(201, 166, 107, 0.1) !important;
}

body.index-page .bl-experience__inner {
  border-radius: 28px !important;
  padding: 1.35rem 1.1rem !important;
  background: rgba(255, 252, 248, 0.55) !important;
  border: 1px solid rgba(201, 166, 107, 0.18) !important;
  box-shadow: 0 10px 28px rgba(20, 40, 36, 0.04) !important;
}

body.index-page .bl-experience__label {
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  margin-bottom: 0.85rem !important;
}

body.index-page .bl-experience__pill {
  box-shadow: 0 4px 14px rgba(20, 40, 36, 0.04) !important;
  padding: 0.55rem 0.95rem !important;
}

body.index-page .bl-experience__pill i {
  color: #c9a66b !important;
  margin-inline-end: 0.35rem;
}

body.index-page .lux-feature-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.index-page .lux-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201, 166, 107, 0.55), transparent);
  opacity: 0.85;
  pointer-events: none;
}

body.index-page .lux-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 166, 107, 0.28) !important;
  box-shadow: 0 18px 40px rgba(20, 40, 36, 0.09) !important;
}

body.index-page .lux-feature-icon {
  box-shadow: 0 8px 18px rgba(26, 61, 54, 0.18) !important;
  border: 1px solid rgba(232, 212, 168, 0.35) !important;
}

body.index-page .lux-feature-card h3 {
  font-size: 1.12rem !important;
}

body.index-page .lux-cta.bl-cta,
body.index-page section.bl-cta {
  border-radius: 32px !important;
  border: 1px solid rgba(201, 166, 107, 0.28) !important;
  box-shadow:
    0 0 0 1px rgba(232, 212, 168, 0.12),
    0 22px 50px rgba(20, 40, 36, 0.18) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.index-page .lux-feature-card,
  body.index-page .bl-hero__trust-card {
    transition: none !important;
  }
  body.index-page .lux-feature-card:hover,
  body.index-page .bl-hero__trust-card:hover {
    transform: none !important;
  }
}
