/* ═══════════════════════════════════════════════════════════════
   Testchii Landing — Visual Refinement Layer (v2026)
   ظاهر و عمق بصری — بدون تغییر فونت یا چیدمان سکشن‌ها
   ═══════════════════════════════════════════════════════════════ */

.landing-home {
  --tc-refine-glow: rgba(124, 92, 230, 0.14);
  --tc-refine-glow-cyan: rgba(72, 202, 228, 0.12);
  --tc-refine-glass: rgba(255, 255, 255, 0.72);
  --tc-refine-border: rgba(216, 201, 255, 0.55);
  --tc-refine-shadow-soft: 0 2px 8px rgba(46, 35, 77, 0.04);
  --tc-refine-shadow-md: 0 12px 40px -16px rgba(124, 92, 230, 0.18);
  --tc-refine-shadow-lg: 0 28px 64px -24px rgba(124, 92, 230, 0.22);
  --tc-refine-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --tc-refine-focus: 0 0 0 3px rgba(167, 139, 250, 0.45);
}

/* ── UX: readability + rhythm ── */
.landing-home {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.landing-home .tc-section {
  padding-block: clamp(3rem, 5.5vw, 4.25rem);
}

.landing-home .tc-hero-lead,
.landing-home .tc-features-head p,
.landing-home .tc-resources-head > p,
.landing-home .tc-section-lead,
.landing-home .tc-video-lead {
  color: #5f5b75;
  line-height: 1.85;
}

.landing-home main > .tc-section + .tc-section,
.landing-home main > section + section {
  position: relative;
}

/* خط جداکننده سکشن‌ها — یکسان (خط + هاله مثل بالای نظرات) */
.landing-home main > section:not(.tc-hero):not(.tc-cta):not(#popular-more)::before,
.landing-home main > .tc-section:not(.tc-hero):not(.tc-cta):not(#popular-more)::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  z-index: 2;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(216, 201, 255, 0.55) 20%,
    rgba(186, 230, 253, 0.45) 50%,
    rgba(216, 201, 255, 0.55) 80%,
    transparent
  );
  box-shadow:
    0 0 10px rgba(167, 139, 250, 0.28),
    0 0 24px rgba(186, 230, 253, 0.16);
  opacity: 0.85;
}

.landing-home main > section:not(.tc-hero):not(.tc-cta):not(#popular-more)::after,
.landing-home main > .tc-section:not(.tc-hero):not(.tc-cta):not(#popular-more)::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: clamp(4.5rem, 14vw, 7.5rem);
  background: radial-gradient(
    ellipse 75% 55% at 50% 0%,
    rgba(243, 238, 255, 0.65) 0%,
    transparent 68%
  );
}

.landing-home main > section:not(.tc-hero):not(.tc-cta):not(#popular-more) > .tc-container,
.landing-home main > .tc-section:not(.tc-hero):not(.tc-cta):not(#popular-more) > .tc-container {
  position: relative;
  z-index: 1;
}

/* ── UX: focus & tap targets ── */
.landing-home a:focus-visible,
.landing-home button:focus-visible {
  outline: none;
  box-shadow: var(--tc-refine-focus);
}

.landing-home .tc-btn:active {
  transform: translateY(0) scale(0.98);
}

.landing-home .tc-nav a,
.landing-home .tc-popular-shop-btn,
.landing-home .tc-feed-col-btn,
.landing-home .tc-text-feed-item {
  min-height: 44px;
}

.landing-home .tc-text-feed-item {
  border-radius: 0;
}

.landing-home .tc-text-feed-list > li:first-child .tc-text-feed-item {
  border-radius: 20px 20px 0 0;
}

.landing-home .tc-text-feed-list > li:last-child .tc-text-feed-item {
  border-radius: 0 0 20px 20px;
}

/* ── Backdrop: richer ambient canvas ── */
body.tc-has-landing-shell {
  background: #ddd6f3 !important;
}

.landing-home {
  background: transparent;
}

/* ── Shell: glass panel + inner luminance ── */
.landing-home .tc-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 1px rgba(124, 92, 230, 0.1),
    0 1px 2px rgba(46, 35, 77, 0.05),
    0 8px 24px rgba(46, 35, 77, 0.07),
    0 24px 56px rgba(124, 92, 230, 0.12),
    0 48px 96px rgba(46, 35, 77, 0.06);
}

.landing-home .tc-shell::before,
.landing-home .tc-shell::after {
  display: none !important;
}

.landing-home .tc-shell-blob {
  display: none !important;
}

.landing-home .tc-shell-blob--1 {
  background: radial-gradient(circle, #c4e8ff 0%, #eaf7ff 70%);
}

.landing-home .tc-shell-blob--2 {
  background: radial-gradient(circle, #ddd6fe 0%, #f5eeff 70%);
}

.landing-home .tc-shell-blob--3 {
  background: radial-gradient(circle, #fed7aa 0%, #fff3e9 70%);
}

/* ── Header: floating glass bar ── */
.landing-home .tc-header {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border-bottom: 1px solid rgba(240, 235, 250, 0.75);
}

.landing-home .tc-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 12px 40px -16px rgba(124, 92, 230, 0.16);
}

.landing-home .tc-nav a {
  border-radius: 12px;
  transition:
    color 0.25s var(--tc-refine-ease),
    background 0.25s var(--tc-refine-ease),
    box-shadow 0.25s var(--tc-refine-ease);
}

.landing-home .tc-nav a:hover {
  background: rgba(246, 240, 255, 0.85);
  box-shadow: 0 2px 8px rgba(124, 92, 230, 0.08);
}

.landing-home .tc-nav-actions .tc-btn-primary {
  background: linear-gradient(135deg, #b996ff 0%, #9177f6 45%, #7c5ce6 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 12px 28px -10px rgba(124, 92, 230, 0.55);
}

.landing-home .tc-nav-actions .tc-btn-primary:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 16px 36px -10px rgba(124, 92, 230, 0.65);
}

/* ── Buttons: depth + tactile hover ── */
.landing-home .tc-btn-primary {
  background: linear-gradient(135deg, #c4a8ff 0%, #a78bfa 38%, #8b6cf6 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 14px 32px -12px rgba(124, 92, 230, 0.55);
  transition:
    transform 0.28s var(--tc-refine-ease),
    box-shadow 0.28s var(--tc-refine-ease);
}

.landing-home .tc-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.32) inset,
    0 18px 40px -12px rgba(124, 92, 230, 0.62);
}

.landing-home .tc-btn-outline {
  border-color: rgba(216, 201, 255, 0.75);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--tc-refine-shadow-soft);
}

.landing-home .tc-btn-outline:hover {
  border-color: rgba(167, 139, 250, 0.65);
  background: rgba(250, 248, 255, 0.98);
  box-shadow: 0 8px 24px -12px rgba(124, 92, 230, 0.18);
}

.landing-home .tc-btn-pill {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 6px 18px -8px rgba(46, 35, 77, 0.12);
  transition:
    transform 0.25s var(--tc-refine-ease),
    box-shadow 0.25s var(--tc-refine-ease),
    background 0.25s;
}

.landing-home .tc-btn-pill:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 10px 24px -10px rgba(124, 92, 230, 0.2);
}

/* ── Kickers & section heads: jewel pill + accent line ── */
.landing-home .tc-kicker,
.landing-home .tc-section-kicker {
  position: relative;
  background: linear-gradient(135deg, rgba(246, 240, 255, 0.95) 0%, rgba(234, 247, 255, 0.85) 100%);
  border: 1px solid rgba(216, 201, 255, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 14px -6px rgba(124, 92, 230, 0.14);
}

.landing-home .tc-features-head h2,
.landing-home .tc-resources-head h2,
.landing-home .tc-section-title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.landing-home .tc-features-head h2::after,
.landing-home .tc-resources-head h2::after,
.landing-home .tc-section-title::after {
  content: '';
  display: block;
  width: 3.5rem;
  height: 4px;
  margin: 0.65rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #a78bfa, #48cae4);
  opacity: 0.85;
}

.landing-home .tc-features-head,
.landing-home .tc-resources-head,
.landing-home .tc-section-head--center {
  position: relative;
}

.landing-home .tc-features-head p,
.landing-home .tc-resources-head > p {
  max-width: 34rem;
  margin-inline: auto;
}

.landing-home .tc-features-grid {
  gap: 1.5rem;
}

.landing-home .tc-promo-grid {
  gap: 1.5rem;
}

.landing-home .tc-popular-grid {
  gap: 1.75rem;
}

.landing-home .tc-feed-dual {
  gap: 1.75rem;
}

/* ── Hero: richer atmosphere ── */
.landing-home .tc-hero--premium {
  background:
    radial-gradient(ellipse 85% 65% at 82% 12%, rgba(186, 230, 253, 0.55) 0%, transparent 58%),
    radial-gradient(ellipse 70% 50% at 8% 18%, rgba(221, 214, 254, 0.5) 0%, transparent 52%),
    radial-gradient(ellipse 50% 40% at 50% 95%, rgba(254, 243, 199, 0.25) 0%, transparent 55%),
    linear-gradient(168deg, #ffffff 0%, #faf8ff 38%, #f5f9ff 100%);
}

.landing-home .tc-hero-grid-pattern {
  opacity: 0.55;
  background-size: 40px 40px;
}

.landing-home .tc-hero-eyebrow {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 238, 255, 0.9) 100%);
  border-color: rgba(196, 181, 253, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 8px 24px -10px rgba(124, 92, 230, 0.22);
}

.landing-home .tc-hero-actions {
  gap: 0.85rem;
}

.landing-home .tc-hero-note {
  padding: 0.35rem 0.65rem;
  border-radius: 10px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.15);
}

.landing-home .tc-hero-trust {
  padding: 0.75rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(240, 235, 250, 0.85);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px -14px rgba(124, 92, 230, 0.14);
}

.landing-home .tc-hero-metric-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 248, 255, 0.78) 100%);
  border-color: rgba(226, 214, 255, 0.65);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 28px -14px rgba(124, 92, 230, 0.2);
}

.landing-home .tc-hero-metric-card:hover {
  border-color: rgba(196, 181, 253, 0.75);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 40px -14px rgba(124, 92, 230, 0.28);
}

.landing-home .tc-hero-float {
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 48px -16px rgba(46, 35, 77, 0.22);
}

.landing-home .tc-hero-wave svg path {
  filter: drop-shadow(0 -4px 12px rgba(124, 92, 230, 0.06));
}

/* ── Promo carousel ── */
.landing-home .tc-promo-shell,
.landing-home .tc-hero-promo-carousel {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--tc-refine-shadow-md);
  border: 1px solid rgba(216, 201, 255, 0.35);
}

.landing-home .tc-promo-progress {
  background: rgba(240, 235, 250, 0.75);
}

.landing-home .tc-promo-progress-fill {
  background: linear-gradient(90deg, #a78bfa, #48cae4);
}

/* ── Feature cards: glass depth + hover glow ── */
.landing-home .tc-feature-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 28px;
  transition:
    transform 0.38s var(--tc-refine-ease),
    box-shadow 0.38s var(--tc-refine-ease),
    border-color 0.38s;
}

.landing-home .tc-feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.55) 0%, transparent 65%);
  transition: opacity 0.38s var(--tc-refine-ease);
  pointer-events: none;
}

.landing-home .tc-feature-card:hover::before {
  opacity: 1;
}

.landing-home .tc-feature-card--lavender {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 16px 40px -18px rgba(124, 92, 230, 0.18);
}

.landing-home .tc-feature-card--sky {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 16px 40px -18px rgba(56, 140, 200, 0.14);
}

.landing-home .tc-feature-card--peach {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 16px 40px -18px rgba(220, 140, 80, 0.14);
}

.landing-home .tc-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--tc-refine-shadow-lg);
}

.landing-home .tc-feature-illus {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.landing-home .tc-feature-num {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px -6px rgba(124, 92, 230, 0.18);
}

.landing-home .tc-feature-card h3 {
  letter-spacing: -0.02em;
}

.landing-home .tc-feature-card p {
  max-width: 30ch;
  margin-inline: auto;
}

.landing-home .tc-promo-card-foot h3 {
  letter-spacing: -0.02em;
}

/* ── Video block: cinematic frame ── */
.landing-home .tc-video-block {
  position: relative;
  border-radius: 36px;
  border-color: rgba(196, 181, 253, 0.4);
  background:
    linear-gradient(145deg, rgba(243, 238, 255, 0.95) 0%, rgba(234, 247, 255, 0.88) 48%, rgba(255, 243, 233, 0.85) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 24px 56px -24px rgba(124, 92, 230, 0.22);
  overflow: hidden;
}

.landing-home .tc-video-block::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.12) 0%, transparent 55%);
  animation: tc-refine-ambient-drift 14s ease-in-out infinite;
}

@keyframes tc-refine-ambient-drift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(3%, -2%); }
}

.landing-home .tc-video-frame {
  border-radius: 26px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 22px 52px -20px rgba(124, 92, 230, 0.32);
}

.landing-home .tc-play-btn,
.landing-home .tc-play-btn--overlay {
  background: linear-gradient(145deg, #ffffff 0%, #f8f5ff 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 16px 40px -10px rgba(124, 92, 230, 0.4);
}

.landing-home .tc-video-points li {
  padding: 0.45rem 0.65rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.65);
}

/* ── Resources promo cards ── */
.landing-home .tc-resources {
  position: relative;
}

.landing-home .tc-promo-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 14px 36px -16px rgba(46, 35, 77, 0.12);
  transition:
    transform 0.38s var(--tc-refine-ease),
    box-shadow 0.38s var(--tc-refine-ease);
}

.landing-home .tc-promo-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--tc-refine-shadow-md);
}

.landing-home .tc-promo-illus-glow {
  opacity: 0.75;
  filter: blur(28px);
}

.landing-home .tc-promo-illus-pedestal {
  opacity: 0.85;
}

/* ── Popular boxes ── */
.landing-home .tc-popular-box {
  border-radius: 32px;
  border-width: 1px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 16px 40px -18px rgba(124, 92, 230, 0.12);
  transition:
    transform 0.35s var(--tc-refine-ease),
    box-shadow 0.35s var(--tc-refine-ease);
}

.landing-home .tc-popular-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--tc-refine-shadow-md);
}

.landing-home .tc-popular-item__img {
  border-radius: 14px;
  transition:
    transform 0.35s var(--tc-refine-ease),
    box-shadow 0.35s var(--tc-refine-ease);
}

.landing-home a.tc-popular-item--product:hover .tc-popular-item__img {
  box-shadow: 0 12px 28px -12px rgba(124, 92, 230, 0.22);
}

.landing-home .tc-popular-shop-btn {
  padding: 0.55rem 1.15rem;
  font-weight: 700;
}

.landing-home .tc-popular-head h3 {
  letter-spacing: -0.02em;
}

.landing-home .tc-popular-item__title {
  transition: color 0.22s var(--tc-refine-ease);
}

.landing-home a.tc-popular-item--product:hover .tc-popular-item__title {
  color: var(--tc-primary-dark);
}

/* ── Feed dual columns ── */
.landing-home .tc-text-feed {
  border-radius: 28px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 40px -18px rgba(46, 35, 77, 0.1);
  transition: box-shadow 0.35s var(--tc-refine-ease);
}

.landing-home .tc-feed-col:hover .tc-text-feed {
  box-shadow: var(--tc-refine-shadow-md);
}

.landing-home .tc-text-feed-item {
  transition:
    background 0.25s var(--tc-refine-ease),
    padding-inline-start 0.25s var(--tc-refine-ease);
}

.landing-home .tc-text-feed-item:hover {
  background: linear-gradient(90deg, rgba(124, 92, 230, 0.07) 0%, rgba(124, 92, 230, 0.02) 100%);
}

.landing-home .tc-feed-col--news .tc-text-feed-item:hover {
  background: linear-gradient(90deg, rgba(72, 202, 228, 0.1) 0%, rgba(72, 202, 228, 0.02) 100%);
}

.landing-home .tc-text-feed-arrow {
  box-shadow: 0 4px 12px -6px rgba(124, 92, 230, 0.2);
}

/* ── Testimonials: centered head + richer cards ── */
.landing-home #testimonials .tc-section-title {
  max-width: 32rem;
  margin-inline: auto;
  margin-bottom: 2.25rem;
}

.landing-home #testimonials .tc-testimonials-grid {
  gap: 1.5rem;
}

.landing-home .tc-testimonial {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 14px 36px -16px rgba(46, 35, 77, 0.1);
  transition:
    transform 0.38s var(--tc-refine-ease),
    box-shadow 0.38s var(--tc-refine-ease);
  overflow: hidden;
}

.landing-home .tc-testimonial--blue {
  border-top: 3px solid rgba(56, 189, 248, 0.6);
}

.landing-home .tc-testimonial--lavender {
  border-top: 3px solid rgba(167, 139, 250, 0.7);
}

.landing-home .tc-testimonial--peach {
  border-top: 3px solid rgba(251, 146, 60, 0.6);
}

.landing-home .tc-testimonial::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.35) 100%);
  opacity: 0;
  transition: opacity 0.35s var(--tc-refine-ease);
}

.landing-home .tc-testimonial:hover::after {
  opacity: 1;
}

.landing-home .tc-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: var(--tc-refine-shadow-md);
}

.landing-home .tc-testimonial-quote-icon {
  width: 36px;
  height: 36px;
  padding: 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 0.75;
}

.landing-home .tc-testimonial--blue .tc-testimonial-quote-icon {
  color: #0ea5e9;
  background: rgba(255, 255, 255, 0.72);
}

.landing-home .tc-testimonial--lavender .tc-testimonial-quote-icon {
  color: #8b5cf6;
}

.landing-home .tc-testimonial--peach .tc-testimonial-quote-icon {
  color: #f97316;
}

.landing-home .tc-testimonial-foot {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  margin-top: auto;
  padding-top: 1rem;
}

.landing-home .tc-testimonial p {
  position: relative;
  z-index: 1;
  line-height: 1.9;
  color: #3d3858;
}

.landing-home .tc-testimonial-meta strong {
  color: var(--tc-text);
}

.landing-home .tc-testimonial-avatar {
  box-shadow: 0 6px 16px -6px rgba(124, 92, 230, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.92);
}

.landing-home .tc-testimonials-dots {
  margin-top: 2rem;
}

.landing-home .tc-testimonials-dots .tc-dots span.is-active {
  background: linear-gradient(90deg, #a78bfa, #48cae4);
}

/* ── CTA banner: premium gradient shell ── */
.landing-home .tc-cta-banner {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(
    128deg,
    #7c5ce6 0%,
    #9a7bff 28%,
    #b18cff 52%,
    #c4b5fd 78%,
    #ddd6fe 100%
  ) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 4px 8px rgba(109, 60, 224, 0.12),
    0 32px 72px -20px rgba(109, 60, 224, 0.42) !important;
}

.landing-home .tc-cta-banner-kicker {
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px -8px rgba(0, 0, 0, 0.15);
}

.landing-home .tc-cta-banner-copy h2 {
  text-shadow: 0 2px 16px rgba(46, 35, 77, 0.12);
}

.landing-home .tc-cta-banner-copy p {
  opacity: 0.95;
  line-height: 1.75;
}

.landing-home .tc-cta-banner-actions {
  gap: 0.85rem;
  flex-wrap: wrap;
}

.landing-home .tc-btn-white {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 28px -10px rgba(0, 0, 0, 0.18);
}

.landing-home .tc-btn-white:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 14px 32px -10px rgba(0, 0, 0, 0.22);
}

.landing-home .tc-btn-cta-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
}

.landing-home .tc-btn-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.65);
}

/* ── Footer: soft gradient cap ── */
.landing-home .tc-footer {
  position: relative;
  background:
    linear-gradient(180deg, rgba(250, 248, 255, 0.98) 0%, rgba(243, 238, 255, 0.92) 100%);
  border-top: none;
}

.landing-home .tc-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.45), rgba(72, 202, 228, 0.35), transparent);
}

.landing-home .tc-social-link {
  transition:
    transform 0.28s var(--tc-refine-ease),
    box-shadow 0.28s var(--tc-refine-ease);
}

.landing-home .tc-social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px -10px rgba(46, 35, 77, 0.18);
}

.landing-home .tc-footer-links a {
  display: inline-block;
  transition:
    color 0.22s,
    transform 0.22s var(--tc-refine-ease);
}

.landing-home .tc-footer-links a:hover {
  transform: translateX(-3px);
}

/* ── Back to top ── */
.landing-home .tc-back-top {
  background: linear-gradient(145deg, #9a7bff 0%, #6d3ce0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 12px 32px -10px rgba(109, 60, 224, 0.55);
}

.landing-home .tc-back-top:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 16px 40px -10px rgba(109, 60, 224, 0.62);
}

/* ── Section ambient bands (visual rhythm, same order) ── */
.landing-home .tc-features {
  background:
    linear-gradient(180deg, #ffffff 0%, #faf8ff 50%, #ffffff 100%);
}

.landing-home #popular.tc-section {
  background: linear-gradient(180deg, #ffffff 0%, rgba(234, 247, 255, 0.35) 50%, #ffffff 100%);
}

.landing-home #testimonials.tc-section {
  background:
    radial-gradient(ellipse 45% 35% at 12% 80%, rgba(234, 247, 255, 0.35) 0%, transparent 60%),
    radial-gradient(ellipse 45% 35% at 88% 75%, rgba(255, 243, 233, 0.3) 0%, transparent 60%),
    #ffffff;
  padding-block: clamp(3.5rem, 6vw, 4.5rem);
}

.landing-home .tc-section-feed {
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
}

/* ── Reveal polish ── */
.landing-home [data-reveal].is-revealed {
  animation: tc-refine-reveal-in 0.65s var(--tc-refine-ease) both;
}

@keyframes tc-refine-reveal-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .landing-home .tc-video-block::before,
  .landing-home [data-reveal].is-revealed {
    animation: none;
  }

  .landing-home .tc-feature-card:hover,
  .landing-home .tc-promo-card:hover,
  .landing-home .tc-testimonial:hover,
  .landing-home .tc-popular-box:hover {
    transform: none;
  }
}

/* ── Mobile refinements ── */
@media (max-width: 768px) {
  .landing-home:not(.landing-dashboard) .tc-shell {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    margin-top: var(--tc-shell-gutter);
    border-radius: 26px;
  }

  .landing-home .tc-hero-trust {
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
  }

  .landing-home .tc-video-block {
    border-radius: 28px;
    padding: 1.5rem var(--tc-container-pad, 1rem);
  }

  .landing-home[data-landing-root] .tc-shell {
    margin-inline: auto;
  }

  .landing-home .tc-cta-banner {
    border-radius: 28px;
  }
}
