/* ═══════════════════════════════════════════════════════════════
   Testchii — Premium Hero + Promo Banner (first impression)
   ═══════════════════════════════════════════════════════════════ */

/* ── Header refinement ── */
.landing-home .tc-header {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
}

.landing-home .tc-brand span {
  letter-spacing: -0.03em;
}

.landing-home .tc-nav-actions .tc-btn-primary {
  box-shadow: 0 10px 28px -12px rgba(154, 123, 255, 0.7);
}

/* ── Hero shell ── */
.landing-home .tc-hero--premium {
  position: relative;
  padding: clamp(2rem, 5vw, 3.5rem) 0 0;
  min-height: min(92vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(ellipse 90% 70% at 85% 15%, rgba(234, 247, 255, 0.95) 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 10% 20%, rgba(245, 238, 255, 0.9) 0%, transparent 50%),
    linear-gradient(165deg, #ffffff 0%, #faf8ff 42%, #f5f9ff 100%);
  overflow: hidden;
}

.landing-home .tc-hero-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(167, 139, 250, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 139, 250, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 30%, transparent 75%);
}

.landing-home .tc-hero-blob--3 {
  width: 320px;
  height: 320px;
  background: #fff3e9;
  top: 15%;
  right: -5%;
  opacity: 0.55;
}

.landing-home .tc-hero-spark {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c4b5fd;
  box-shadow: 0 0 20px 4px rgba(196, 181, 253, 0.5);
  animation: tc-spark-pulse 3s ease-in-out infinite;
}

.landing-home .tc-hero-spark--1 {
  top: 18%;
  right: 22%;
}

.landing-home .tc-hero-spark--2 {
  bottom: 28%;
  left: 12%;
  animation-delay: 1.2s;
  background: #7dd3fc;
  box-shadow: 0 0 18px 4px rgba(125, 211, 252, 0.45);
}

@keyframes tc-spark-pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.35); opacity: 1; }
}

.landing-home .tc-hero--premium .tc-container {
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 2.5rem;
}

.landing-home .tc-hero--premium .tc-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  width: 100%;
}

/* ── Copy column ── */
.landing-home .tc-hero-copy {
  padding-bottom: 0;
  max-width: 36rem;
}

.landing-home .tc-hero-eyebrow {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(243, 238, 255, 0.85) 100%);
  border: 1px solid rgba(216, 201, 255, 0.65);
  box-shadow: 0 8px 24px -12px rgba(124, 92, 230, 0.25);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.45rem 1rem 0.45rem 0.85rem;
}

.landing-home .tc-hero-brand {
  display: inline-flex;
  align-items: baseline;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.landing-home .tc-hero-brand-base {
  color: #7e6fd6;
  font-weight: 800;
}

.landing-home .tc-hero-brand-i {
  color: #34d399;
  font-weight: 800;
  text-shadow: 0 0 12px rgba(52, 211, 153, 0.25);
}

.landing-home .tc-hero-eyebrow-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  animation: tc-eyebrow-pulse 2s ease-out infinite;
  flex-shrink: 0;
}

@keyframes tc-eyebrow-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.landing-home .tc-hero-title {
  margin: 0 0 1.15rem;
}

.landing-home .tc-hero--premium .tc-hero-title {
  margin-bottom: clamp(1.55rem, 2.4vw, 2rem);
}

.landing-home .tc-hero-title-line {
  display: block;
}

.landing-home .tc-hero-title-line--2 {
  color: var(--tc-text);
  font-weight: 800;
}

.landing-home .tc-hero--premium .tc-hero-title-accent {
  font-weight: 700 !important;
  color: #7c5ce6;
  background: none;
  -webkit-text-fill-color: currentColor;
  background-clip: unset;
}

.landing-home .tc-hero--premium h1,
.landing-home .tc-hero--premium .tc-hero-title {
  font-size: clamp(1.95rem, 4.2vw, 2.75rem);
  line-height: 1.28;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.landing-home .tc-hero--premium .tc-hero-title-line--2 {
  font-weight: 700 !important;
  color: #5b4fc7;
}

.landing-home .tc-hero-actions--secondary {
  margin-top: 1.85rem;
}

.landing-home .tc-hero--premium .tc-hero-lead {
  font-size: clamp(0.92rem, 1.65vw, 1rem);
  line-height: 1.75;
  font-weight: 500;
  color: #6b6780;
  max-width: 26rem;
  text-align: justify;
  text-justify: inter-word;
}

.landing-home .tc-hero-actions {
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}

.landing-home .tc-btn-shine {
  position: relative;
  overflow: hidden;
}

.landing-home .tc-btn-shine::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-18deg);
  animation: tc-btn-shine 4.5s ease-in-out infinite;
}

@keyframes tc-btn-shine {
  0%, 55%, 100% { left: -120%; }
  25% { left: 140%; }
}

.landing-home .tc-hero-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 1rem;
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6d6a82;
}

.landing-home .tc-hero-note-sep {
  color: #c4b5fd;
  font-weight: 700;
  user-select: none;
}

.landing-home .tc-hero-note .tc-icon {
  color: #22c55e;
}

.landing-home .tc-hero-trust {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
  padding: 0.65rem 0;
}

.landing-home .tc-hero-avatars {
  display: flex;
  flex-shrink: 0;
}

.landing-home .tc-hero-avatars span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  margin-inline-start: calc((var(--i) - 1) * -10px);
  box-shadow: 0 4px 12px -4px rgba(46, 35, 77, 0.35);
}

.landing-home .tc-hero-avatars span:nth-child(1) { background: linear-gradient(135deg, #a78bfa, #7c5ce6); z-index: 4; }
.landing-home .tc-hero-avatars span:nth-child(2) { background: linear-gradient(135deg, #38bdf8, #0ea5e9); z-index: 3; }
.landing-home .tc-hero-avatars span:nth-child(3) { background: linear-gradient(135deg, #34d399, #10b981); z-index: 2; }
.landing-home .tc-hero-avatars span:nth-child(4) { background: linear-gradient(135deg, #fbbf24, #f59e0b); z-index: 1; font-size: 0.65rem; }

.landing-home .tc-hero-trust p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--tc-text-muted);
  line-height: 1.5;
}

.landing-home .tc-hero-trust strong {
  color: var(--tc-text);
  font-weight: 800;
}

/* Metric glass cards */
.landing-home .tc-hero--premium .tc-hero-metrics {
  margin-top: 1.75rem;
  padding: 0;
  border: 0;
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
}

.landing-home .tc-hero-metric-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(240, 235, 250, 0.95);
  border-radius: 16px;
  padding: 0.7rem 0.35rem;
  min-width: 0;
  text-align: center;
  box-shadow: 0 10px 28px -16px rgba(124, 92, 230, 0.2);
  transition: transform 0.3s var(--tc-ease), box-shadow 0.3s var(--tc-ease), border-color 0.3s;
}

.landing-home .tc-hero-metric-card:hover {
  transform: translateY(-3px);
  border-color: #e2d6ff;
  box-shadow: 0 16px 36px -14px rgba(124, 92, 230, 0.28);
}

.landing-home .tc-hero-metric-card strong {
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, #7c5ce6, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-home .tc-hero-metric-card strong::after {
  content: '+';
  font-size: 0.85em;
  -webkit-text-fill-color: #a78bfa;
  margin-inline-start: 0.05em;
}

.landing-home .tc-hero-metric-card strong:not([data-count])::after {
  content: none;
}

.landing-home .tc-hero-metric-card span {
  font-size: clamp(0.62rem, 1.6vw, 0.72rem);
  line-height: 1.3;
  margin-top: 0.12rem;
  display: block;
}

/* ── Visual column ── */
.landing-home .tc-hero-visual-wrap {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-home .tc-hero-visual-glow {
  display: none;
}

@keyframes tc-glow-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.85; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}

.landing-home .tc-hero--premium .tc-hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-home .tc-hero--premium .tc-hero-img {
  max-height: min(520px, 62vh);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: none;
  animation: tc-hero-float-img 6s ease-in-out infinite;
}

.landing-home .tc-hero--premium .tc-hero-illus-stage--bare .tc-hero-img {
  border-radius: 0;
  filter: saturate(1.03) contrast(1.02);
}

@keyframes tc-hero-float-img {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Floating chips */
.landing-home .tc-hero-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.9rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 16px 40px -12px rgba(46, 35, 77, 0.22);
  animation: tc-float-chip 5s ease-in-out infinite;
}

.landing-home .tc-hero-float--1 {
  top: 12%;
  left: 0;
  animation-delay: 0s;
}

.landing-home .tc-hero-float--2 {
  bottom: 14%;
  right: 0;
  animation-delay: 1.5s;
}

@keyframes tc-float-chip {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.landing-home .tc-hero-float-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.landing-home .tc-hero-float-icon .tc-icon {
  width: 20px;
  height: 20px;
  color: #fff;
}

.landing-home .tc-hero-float-icon--violet {
  background: linear-gradient(135deg, #c4b5fd, #8b5cf6);
}

.landing-home .tc-hero-float-icon--mint {
  background: linear-gradient(135deg, #6ee7b7, #34d399);
}

.landing-home .tc-hero-float-body {
  display: grid;
  gap: 0.05rem;
  line-height: 1.3;
}

.landing-home .tc-hero-float-body strong {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--tc-text);
}

.landing-home .tc-hero-float-body small {
  font-size: 0.68rem;
  color: var(--tc-text-muted);
}

/* Wave transition */
.landing-home .tc-hero-wave {
  position: relative;
  z-index: 2;
  line-height: 0;
  margin-top: auto;
  width: 100%;
}

.landing-home .tc-hero-wave svg {
  width: 100%;
  height: 56px;
  display: block;
}

/* ── Promo banner — برند (گرادیان بنفش + متن HTML) ── */
.landing-home .tc-hero-promo {
  padding: 0.5rem 0 2.25rem;
  background: #fff;
}

.landing-home .tc-hero-promo-card--branded .tc-hero-promo-inner {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  border: none;
  background: linear-gradient(105deg, #c4b0f5 0%, #d4c4fa 38%, #e8dcf8 72%, #f0e8fc 100%);
  box-shadow: 0 18px 48px -16px rgba(124, 92, 230, 0.28);
  min-height: clamp(200px, 28vw, 260px);
}

.landing-home .tc-hero-promo-card--branded:hover .tc-hero-promo-inner {
  box-shadow: 0 24px 56px -14px rgba(124, 92, 230, 0.34);
}

.landing-home .tc-hero-promo-card--branded .tc-hero-promo-body {
  background: transparent;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.75rem);
  justify-content: center;
  align-items: flex-start;
  text-align: right;
  z-index: 2;
}

.landing-home .tc-hero-promo-headline {
  margin: 0 0 0.65rem;
  font-size: clamp(1.15rem, 2.8vw, 1.65rem);
  font-weight: 800;
  line-height: 1.45;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(90, 60, 160, 0.15);
}

.landing-home .tc-hero-promo-sub {
  margin: 0;
  font-size: clamp(0.88rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
  max-width: 26rem;
}

.landing-home .tc-hero-promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.35rem;
  padding: 0.7rem 1.65rem;
  border-radius: 999px;
  background: #fff;
  color: #8b6cf0;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 28px -8px rgba(46, 35, 77, 0.22);
  transition: transform 0.25s var(--tc-ease), box-shadow 0.25s var(--tc-ease);
}

.landing-home a.tc-hero-promo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -8px rgba(46, 35, 77, 0.28);
  color: #7c5ce6;
}

.landing-home .tc-hero-promo-btn--ghost {
  background: rgba(255, 255, 255, 0.95);
}

.landing-home .tc-hero-promo-card--branded .tc-hero-promo-visual {
  background: transparent;
  padding: 0;
  min-height: 0;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}

.landing-home .tc-hero-promo-card--branded .tc-hero-promo-visual::before {
  display: none;
}

.landing-home .tc-hero-promo-card--branded .tc-hero-promo-visual img {
  width: auto;
  max-width: 100%;
  max-height: clamp(180px, 26vw, 250px);
  height: auto;
  object-fit: contain;
  object-position: bottom left;
  margin-inline-end: -0.5rem;
  margin-bottom: -0.25rem;
  filter: none;
}

.landing-home .tc-hero-promo-carousel {
  position: relative;
}

.landing-home .tc-hero-promo-viewport {
  position: relative;
  min-height: 0;
}

.landing-home .tc-hero-promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s var(--tc-ease), visibility 0.5s;
  z-index: 0;
}

.landing-home .tc-hero-promo-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.landing-home .tc-hero-promo-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.landing-home .tc-hero-promo-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  align-items: stretch;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(225, 214, 255, 0.75);
  background: #fff;
  box-shadow:
    0 4px 6px -2px rgba(124, 92, 230, 0.06),
    0 20px 44px -16px rgba(124, 92, 230, 0.14);
  transition: transform 0.35s var(--tc-ease), box-shadow 0.35s var(--tc-ease);
}

.landing-home .tc-hero-promo-card:hover .tc-hero-promo-inner {
  transform: translateY(-3px);
  box-shadow:
    0 8px 12px -4px rgba(124, 92, 230, 0.1),
    0 28px 56px -14px rgba(124, 92, 230, 0.2);
}

.landing-home .tc-hero-promo-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(160deg, #faf7ff 0%, #f5f0ff 100%);
  text-align: right;
}

.landing-home .tc-hero-promo-badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--tc-primary-dark);
  background: #fff;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 201, 255, 0.65);
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 12px -6px rgba(124, 92, 230, 0.2);
}

.landing-home .tc-hero-promo-title {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 800;
  line-height: 1.55;
  color: var(--tc-text);
}

.landing-home .tc-hero-promo-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--tc-primary-dark);
  transition: gap 0.25s var(--tc-ease);
}

.landing-home .tc-hero-promo-card:hover .tc-hero-promo-cta {
  gap: 0.55rem;
}

.landing-home .tc-hero-promo-visual {
  position: relative;
  min-height: clamp(168px, 26vw, 220px);
  background: linear-gradient(145deg, #fff9f4 0%, #eaf7ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
}

.landing-home .tc-hero-promo-visual::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(167, 139, 250, 0.12);
  top: 10%;
  left: 8%;
}

.landing-home .tc-hero-promo-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 24px rgba(124, 92, 230, 0.12));
}

.landing-home .tc-hero-promo-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.landing-home .tc-hero-promo-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #d8ccf5;
  cursor: pointer;
  transition: width 0.25s var(--tc-ease), background 0.25s var(--tc-ease);
}

.landing-home .tc-hero-promo-dot.is-active {
  width: 22px;
  background: var(--tc-primary-dark);
}

/* Hero reveal: staggered entrance */
.landing-home .tc-hero--premium [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-home .tc-hero--premium [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

.landing-home .tc-hero--premium [data-reveal-delay="2"] {
  transition-delay: 0.12s;
}

/* Features section starts clean after hero wave */
.landing-home .tc-features {
  padding-top: 2.5rem;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .landing-home .tc-hero--premium {
    min-height: auto;
  }

  .landing-home .tc-hero--premium .tc-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .landing-home .tc-hero-copy {
    max-width: none;
    margin-inline: auto;
  }

  .landing-home .tc-hero-eyebrow {
    margin-inline: auto;
  }

  .landing-home .tc-hero--premium .tc-hero-lead {
    margin-inline: auto;
  }

  .landing-home .tc-hero-actions,
  .landing-home .tc-hero-trust {
    justify-content: center;
  }

  .landing-home .tc-hero-trust {
    flex-direction: column;
    text-align: center;
  }

  .landing-home .tc-hero-avatars {
    justify-content: center;
  }

  .landing-home .tc-hero--premium .tc-hero-metrics {
    max-width: 100%;
    margin-inline: 0;
  }

  .landing-home .tc-hero-float--1 {
    left: 5%;
  }

  .landing-home .tc-hero-float--2 {
    right: 5%;
  }

}

.landing-home .tc-hero-actions {
  flex-wrap: wrap;
  gap: 0.65rem;
}

.landing-home .tc-hero-note-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #6d3ce0;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.landing-home .tc-hero-note-link:hover {
  color: #4f2eb8;
}

.landing-home .tc-hero-visual-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  max-width: min(100%, 22rem);
  padding: 0.62rem 1.2rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(135deg, #6d3ce0 0%, #8b5cf6 52%, #a78bfa 100%);
  box-shadow:
    0 16px 40px -14px rgba(109, 60, 224, 0.55),
    0 0 0 1px rgba(109, 60, 224, 0.12);
  transform: translate(-50%, -42%);
}

.landing-home .tc-hero-visual-badge__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #fef08a;
  font-size: 0.72rem;
  line-height: 1;
}

.landing-home .tc-hero-visual-badge__text {
  color: #fff;
  font-size: clamp(0.78rem, 1.55vw, 0.94rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
}

.landing-home .tc-hero-visual-badge__glow {
  display: none;
}

.landing-home .tc-footer-col--newsletter {
  text-align: center;
}

.landing-home .tc-footer-col--newsletter h4,
.landing-home .tc-footer-col--newsletter .tc-footer-about--compact {
  text-align: center;
  margin-inline: auto;
}

.landing-home .tc-footer-col--newsletter .tc-newsletter-form input {
  text-align: center;
}

@media (max-width: 600px) {
  .landing-home .tc-hero--premium .tc-hero-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    max-width: 100%;
  }

  .landing-home .tc-hero--premium .tc-hero-metric-card {
    padding: 0.55rem 0.2rem;
    border-radius: 12px;
  }

  .landing-home .tc-hero-float {
    display: none;
  }

  .landing-home .tc-hero--premium .tc-hero-img {
    max-height: 340px;
  }

  .landing-home .tc-hero-visual-badge {
    max-width: calc(100% - 1.5rem);
    padding: 0.55rem 0.95rem;
    transform: translate(-50%, -36%);
  }

  .landing-home .tc-hero-visual-badge__text {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-home .tc-hero-title-accent,
  .landing-home .tc-btn-shine::after,
  .landing-home .tc-hero-img,
  .landing-home .tc-hero-float,
  .landing-home .tc-hero-visual-glow,
  .landing-home .tc-hero-spark,
  .landing-home .tc-hero-eyebrow-pulse {
    animation: none;
  }
}
