/* Astrotalk-inspired premium theme for NovaTara */
:root {
  --at-orange: #ff6b00;
  --at-orange-light: #ff8c2a;
  --at-orange-dark: #e85d00;
  --at-gold: #ffc107;
  --at-purple: #2a1052;
  --at-purple-deep: #1a0638;
  --at-purple-soft: #3d1a6e;
  --at-green: #22c55e;
  --at-cream: #fff8f0;
  --at-white: #ffffff;
  --at-text-dark: #2f1d42;
  --at-text-muted: #6b5b7a;
  --at-shadow: 0 8px 32px rgba(42, 16, 82, 0.12);
  --at-shadow-lg: 0 20px 60px rgba(42, 16, 82, 0.18);
  --at-radius: 16px;
  --at-radius-lg: 24px;
  --at-radius-pill: 999px;
  --nav-h: 64px;
  --at-page-gutter: clamp(20px, 5vw, 72px);
  --at-content-max: 1180px;
}

body.theme-astrotalk .container-wide,
body.theme-astrotalk .container-narrow {
  max-width: var(--at-content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--at-page-gutter);
  padding-right: var(--at-page-gutter);
}

body.theme-astrotalk .at-promo-bar {
  padding-left: var(--at-page-gutter);
  padding-right: var(--at-page-gutter);
}

body.theme-astrotalk {
  --bg: var(--at-cream);
  --bg-elevated: var(--at-white);
  --surface: var(--at-white);
  --surface-2: #f5eef8;
  --border: rgba(42, 16, 82, 0.08);
  --text: var(--at-text-dark);
  --text-muted: var(--at-text-muted);
  --saffron: var(--at-orange);
  --saffron-bright: var(--at-orange-light);
  --saffron-deep: var(--at-orange-dark);
  --gold: var(--at-gold);
  --gradient-btn: linear-gradient(135deg, #ff8c2a 0%, #ff6b00 50%, #e85d00 100%);
  --gradient-text: linear-gradient(135deg, #ff6b00 0%, #ffc107 50%, #ff8c2a 100%);
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 165, 47, 0.14), transparent 26%),
    radial-gradient(circle at top left, rgba(124, 84, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #0b0419 0%, #13062b 52%, #090114 100%);
  color: var(--at-text-dark);
}

body.theme-astrotalk::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,1) 0 2px, transparent 3px),
    radial-gradient(circle at 17% 70%, rgba(255,255,255,0.88) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 31% 24%, rgba(255,255,255,1) 0 2.2px, transparent 3.2px),
    radial-gradient(circle at 42% 78%, rgba(255,255,255,0.9) 0 1.6px, transparent 2.6px),
    radial-gradient(circle at 56% 18%, rgba(255,255,255,1) 0 2.1px, transparent 3.1px),
    radial-gradient(circle at 71% 35%, rgba(255,255,255,0.92) 0 1.4px, transparent 2.4px),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,1) 0 2.4px, transparent 3.4px),
    radial-gradient(circle at 90% 72%, rgba(255,255,255,0.86) 0 1.3px, transparent 2.1px),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.75) 0 1.2px, transparent 2px),
    radial-gradient(circle at 64% 62%, rgba(255,255,255,0.9) 0 1.7px, transparent 2.7px),
    radial-gradient(circle at 12% 42%, rgba(255,255,255,0.82) 0 1.2px, transparent 2px),
    radial-gradient(circle at 74% 84%, rgba(255,255,255,0.96) 0 1.8px, transparent 2.8px),
    radial-gradient(circle at 26% 88%, rgba(255,255,255,0.78) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 36% 9%, rgba(255,255,255,0.96) 0 1.5px, transparent 2.3px),
    radial-gradient(circle at 95% 10%, rgba(255,255,255,0.9) 0 1.4px, transparent 2.2px),
    radial-gradient(circle at 6% 92%, rgba(255,255,255,0.88) 0 1.3px, transparent 2px);
  background-size: 220px 220px, 260px 260px, 180px 180px, 300px 300px, 240px 240px, 200px 200px, 260px 260px, 320px 320px, 280px 280px, 340px 340px, 290px 290px, 300px 300px, 330px 330px, 250px 250px, 280px 280px, 310px 310px;
  animation: starTwinkle 6.5s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.55));
}

body.theme-astrotalk::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.46;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.72) 14%, transparent 28%);
  transform: translateX(-30%) translateY(-12%);
  animation: starSweep 10s linear infinite;
  filter: blur(3px);
}

body.theme-astrotalk .site-nav,
body.theme-astrotalk main,
body.theme-astrotalk .site-footer {
  position: relative;
  z-index: 1;
}

body.theme-astrotalk.has-celestial-bg {
  background: var(--at-cream);
}

/* Top promo bar */
.at-promo-bar {
  background: linear-gradient(90deg, var(--at-purple-deep), var(--at-purple), var(--at-purple-soft));
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-size: 0.8125rem;
  font-weight: 500;
  position: relative;
  z-index: 1001;
  overflow: hidden;
}

.at-promo-bar span {
  background: linear-gradient(90deg, #fff, var(--at-gold), #fff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
  to { background-position: 200% center; }
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes starSweep {
  0% { transform: translateX(-34%) translateY(-18%) rotate(10deg); opacity: 0.15; }
  50% { transform: translateX(18%) translateY(10%) rotate(10deg); opacity: 0.42; }
  100% { transform: translateX(-34%) translateY(-18%) rotate(10deg); opacity: 0.15; }
}

/* Nav */
body.theme-astrotalk .site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  min-height: var(--nav-h);
  background: linear-gradient(90deg, rgba(10, 5, 18, 0.96), rgba(32, 15, 54, 0.98));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: 0 12px 34px rgba(10, 5, 18, 0.22);
  padding: 7px 0 0;
}

body.theme-astrotalk .site-nav.scrolled {
  background: linear-gradient(90deg, rgba(10, 5, 18, 0.98), rgba(31, 15, 52, 0.98));
  box-shadow: 0 12px 40px rgba(10, 5, 18, 0.32);
}

body.theme-astrotalk .site-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: calc(var(--nav-h) - 6px);
  padding: 6px 12px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(21, 11, 38, 0.98), rgba(44, 22, 73, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 10px 28px rgba(13, 7, 23, 0.2);
}

body.theme-astrotalk .site-logo {
  flex-shrink: 0;
  position: relative;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

body.theme-astrotalk .site-logo::before {
  content: "";
  width: 10px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  background: linear-gradient(135deg, #ff8c2a, #ffc107);
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.55);
}

body.theme-astrotalk .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  min-width: 0;
}

body.theme-astrotalk .nav-links > li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

body.theme-astrotalk .nav-links li.dropdown {
  position: relative;
}

body.theme-astrotalk .nav-links a {
  color: #fff9f2;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 9px 13px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  border-radius: 999px;
  transition: all 0.24s ease;
}

body.theme-astrotalk .nav-links a:hover {
  color: #ffd27a;
  background: rgba(255, 255, 255, 0.08);
}

body.theme-astrotalk .nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

body.theme-astrotalk .nav-actions .btn-sm,
body.theme-astrotalk .nav-actions .btn,
body.theme-astrotalk .nav-user-btn,
body.theme-astrotalk .nav-icon-btn {
  border-radius: 999px;
}

body.theme-astrotalk .nav-actions .btn-sm {
  padding: 8px 14px;
  font-size: 0.8125rem;
  white-space: nowrap;
}

body.theme-astrotalk .nav-icon-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 18px rgba(10, 5, 18, 0.16);
}

body.theme-astrotalk .nav-user-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 18px rgba(10, 5, 18, 0.16);
}

body.theme-astrotalk .nav-user-btn .nav-btn-label {
  margin-left: 4px;
}

body.theme-astrotalk .btn-primary {
  background: linear-gradient(135deg, #ff8c2a 0%, #ff6b00 50%, #e85d00 100%);
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: var(--at-radius-pill);
  padding: 10px 22px;
  box-shadow: 0 4px 20px rgba(255, 107, 0, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
}

body.theme-astrotalk .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 107, 0, 0.45);
  color: #fff;
}

body.theme-astrotalk .btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  border-radius: var(--at-radius-pill);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
}

body.theme-astrotalk .btn-ghost:hover {
  border-color: rgba(255, 199, 111, 0.55);
  color: #ffd27a;
  background: rgba(255, 255, 255, 0.09);
}

body.theme-astrotalk .badge-cart {
  background: var(--at-orange);
  color: #fff;
}

body.theme-astrotalk .mobile-drawer {
  background: linear-gradient(180deg, rgba(16, 8, 28, 0.98), rgba(25, 11, 42, 0.98));
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

body.theme-astrotalk .mobile-drawer a {
  color: #fff9f2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

/* Hero */
.at-hero {
  position: relative;
  min-height: 610px;
  margin-top: calc(-1 * (28px + var(--nav-h)));
  padding: 112px 0 56px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 193, 7, 0.18), transparent 25%),
    radial-gradient(circle at 72% 16%, rgba(255, 107, 0, 0.16), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(175, 94, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #08041a 0%, #18052d 35%, #24094a 68%, #431780 100%);
}

/* Animated moon */
.at-hero-sky {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.at-sun {
  position: absolute;
  top: 14%;
  left: 4%;
  width: clamp(72px, 9vw, 110px);
  height: clamp(72px, 9vw, 110px);
  animation: sunFloat 9s ease-in-out infinite;
}

.at-sun-body {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fffef6 0%, #fff4bb 30%, #ffd96d 58%, #ff9b1a 82%, #ff6d00 100%);
  box-shadow:
    0 0 32px rgba(255, 223, 120, 0.72),
    0 0 80px rgba(255, 151, 35, 0.42),
    inset -10px -5px 16px rgba(196, 105, 0, 0.26);
}

.at-sun-glow {
  position: absolute;
  inset: -40%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 94, 0.20) 0%, transparent 70%);
  animation: sunGlow 6s ease-in-out infinite;
}

.at-moon {
  position: absolute;
  top: 14%;
  right: clamp(4%, 10vw, 14%);
  width: clamp(64px, 8vw, 96px);
  height: clamp(64px, 8vw, 96px);
  animation: moonFloat 10s ease-in-out infinite;
}

.at-moon-body {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 38%, #fffef5 0%, #fff3c4 35%, #f0d78c 65%, #d4a843 100%);
  box-shadow:
    0 0 30px rgba(255, 240, 180, 0.55),
    0 0 70px rgba(255, 200, 100, 0.25),
    inset -8px -4px 16px rgba(180, 140, 60, 0.2);
}

.at-moon-body::after {
  content: '';
  position: absolute;
  top: 8%;
  right: 10%;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(42, 16, 82, 0.95), rgba(26, 6, 56, 0.98));
  transform: translateX(18%);
}

.at-moon-glow {
  position: absolute;
  inset: -40%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 220, 120, 0.18) 0%, transparent 70%);
  animation: moonGlow 6s ease-in-out infinite;
}

@keyframes sunFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(4deg); }
}

@keyframes sunGlow {
  0%, 100% { opacity: 0.65; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes moonFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-14px) rotate(3deg); }
}

@keyframes moonGlow {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

.at-shooting-star {
  position: absolute;
  top: 22%;
  left: 15%;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), transparent);
  border-radius: 2px;
  transform: rotate(-35deg);
  opacity: 0;
  animation: shootingStar 8s ease-in-out infinite;
}

@keyframes shootingStar {
  0%, 85%, 100% { opacity: 0; transform: rotate(-35deg) translateX(0); }
  88% { opacity: 1; }
  92% { opacity: 0; transform: rotate(-35deg) translateX(180px) translateY(80px); }
}

.at-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 10% 14%, rgba(255,255,255,0.7) 0 1px, transparent 1.6px),
    radial-gradient(circle at 70% 22%, rgba(255,255,255,0.5) 0 1px, transparent 1.6px),
    radial-gradient(circle at 88% 30%, rgba(255,255,255,0.75) 0 1px, transparent 1.7px),
    radial-gradient(circle at 18% 78%, rgba(255,255,255,0.4) 0 1px, transparent 1.6px),
    radial-gradient(circle at 50% 54%, rgba(255,255,255,0.45) 0 1px, transparent 1.7px),
    radial-gradient(circle at 82% 48%, rgba(255,255,255,0.4) 0 1px, transparent 1.4px);
  background-size: auto, 180px 180px, 220px 220px, 210px 210px, 200px 200px, 260px 260px, 240px 240px;
  opacity: 0.7;
  pointer-events: none;
}

.at-hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.02)),
              linear-gradient(90deg, rgba(255, 193, 7, 0.15), rgba(255, 107, 0, 0.12));
  clip-path: polygon(0 55%, 12% 38%, 24% 54%, 38% 34%, 50% 50%, 64% 32%, 78% 48%, 100% 22%, 100% 100%, 0 100%);
  opacity: 0.85;
}

.at-hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.at-hero-particles span {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  animation: twinkleStar var(--dur, 4s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.at-hero-particles span.star-sm {
  width: 2px;
  height: 2px;
  opacity: 0.5;
}

.at-hero-particles span.star-md {
  width: 3px;
  height: 3px;
  opacity: 0.7;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}

.at-hero-particles span.star-lg {
  width: 4px;
  height: 4px;
  opacity: 0.85;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

@keyframes twinkleStar {
  0%, 100% { opacity: var(--o-min, 0.3); transform: scale(1); }
  50% { opacity: var(--o-max, 1); transform: scale(1.4); }
}

@keyframes floatStar {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.4; }
  50% { transform: translateY(-20px) scale(1.3); opacity: 1; }
}

.at-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
  padding: 10px 0 24px;
  width: 100%;
}

.at-hero-content {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  padding: 22px 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  max-width: 520px;
}

.at-hero-content h1 {
  font-family: 'Outfit', var(--font);
  font-size: clamp(2rem, 5.3vw, 54px);
  line-height: 1.03;
  font-weight: 900;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.at-hero-content .highlight {
  background: linear-gradient(90deg, #FFD54F, #FF9800, #ff6b00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.at-hero-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.9rem, 1.65vw, 1rem);
  max-width: 410px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.at-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: var(--at-radius-pill);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  margin-bottom: 14px;
  animation: pulseBadge 2.5s ease-in-out infinite;
}

@keyframes pulseBadge {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.3); }
  50% { box-shadow: 0 0 0 10px rgba(255, 193, 7, 0); }
}

.at-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.at-hero .btn-accent {
  padding: 16px 36px;
  font-size: 18px;
  border-radius: 60px;
  background: linear-gradient(135deg, #FFD54F, #ff9800, #ff6b00);
  box-shadow: 0 15px 35px rgba(255, 140, 0, 0.4);
  color: #120937;
  font-weight: 900;
}

.at-hero-cta .btn-accent {
  background: linear-gradient(135deg, #ffab34, #ff7a08 55%, #ff5000);
  color: #120937;
  font-weight: 800;
  border-radius: var(--at-radius-pill);
  padding: 12px 22px;
  border: none;
  box-shadow: 0 10px 28px rgba(255, 120, 0, 0.3);
  transition: transform 0.25s;
}

.at-hero-cta .btn-accent:hover {
  transform: translateY(-3px) scale(1.02);
  color: #120937;
}

.at-hero-cta .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  border-radius: var(--at-radius-pill);
  padding: 12px 26px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.at-hero-cta .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff;
}

.at-hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.at-hero-stat strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--at-gold);
}

.at-hero-stat span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

body.theme-astrotalk .site-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  min-height: var(--nav-h);
}

body.theme-astrotalk .site-logo {
  flex-shrink: 0;
}

body.theme-astrotalk .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 2px;
  margin: 0;
  padding: 0;
  min-width: 0;
}

body.theme-astrotalk .nav-links > li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

body.theme-astrotalk .nav-links li.dropdown {
  position: relative;
}

body.theme-astrotalk .nav-links a {
  font-size: 0.8125rem;
  padding: 8px 12px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

body.theme-astrotalk .nav-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

body.theme-astrotalk .nav-actions .btn-sm {
  padding: 7px 12px;
  font-size: 0.8125rem;
  white-space: nowrap;
}

body.theme-astrotalk .nav-icon-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

body.theme-astrotalk .nav-user-btn .nav-btn-label {
  margin-left: 4px;
}

body.theme-astrotalk .site-logo img {
  height: 38px;
  max-width: 180px;
}

@media (min-width: 992px) and (max-width: 1280px) {
  body.theme-astrotalk .nav-links a {
    padding: 7px 9px;
    font-size: 0.75rem;
  }

  body.theme-astrotalk .site-logo img {
    height: 34px;
    max-width: 150px;
  }

  body.theme-astrotalk .nav-user-btn .nav-btn-label {
    display: none;
  }

  body.theme-astrotalk .nav-actions .btn-sm {
    padding: 7px 10px;
  }
}

/* Hero phone mockup */
.at-hero-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 520px;
}

.at-hero-visual img {
  width: 100%;
  max-width: 520px;
  animation: float 5s ease-in-out infinite;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.4));
}

.at-phone-mock {
  width: 300px;
  background: linear-gradient(180deg, #e9ac73 0%, #eb9457 100%);
  border-radius: 36px;
  padding: 12px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.18);
  animation: phoneFloat 4s ease-in-out infinite;
  margin-left: 400px;
  transform: translateX(18px);
  opacity: 0.92;
}

@keyframes phoneFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.at-phone-screen {
  background: linear-gradient(180deg, #4b3e70 0%, #8669c0 100%);
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(42, 16, 82, 0.08);
}

.at-phone-header {
  background: var(--gradient-btn);
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}

.at-phone-chat {
  padding: 16px;
}

.at-chat-bubble {
  background: #fff;
  border-radius: 16px 16px 16px 4px;
  padding: 12px 14px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
  box-shadow: var(--at-shadow);
  animation: bubbleIn 0.6s ease backwards;
}

.at-chat-bubble.user {
  background: linear-gradient(135deg, #ff8c2a, #ff6b00);
  color: #fff;
  border-radius: 16px 16px 4px 16px;
  margin-left: 40px;
}

.at-chat-bubble:nth-child(1) { animation-delay: 0.2s; }
.at-chat-bubble:nth-child(2) { animation-delay: 0.5s; }
.at-chat-bubble:nth-child(3) { animation-delay: 0.8s; }

@keyframes bubbleIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.at-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  padding: 16px 22px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  animation: floatCard 3s ease-in-out infinite;
  color: #2c184f;
  z-index: 3;
}

.at-floating-card.card-1 { top: 16%; right: 18px; animation-delay: 0s; }
.at-floating-card.card-2 { bottom: 18%; left: -10px; animation-delay: 1s; }

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.at-floating-card .dot-online {
  width: 10px;
  height: 10px;
  background: var(--at-green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--at-green);
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Quick actions */
.quick-actions-band {
  margin-top: 0;
  padding: 24px 0 30px;
  background:
    radial-gradient(circle at 18% 20%, rgba(124, 58, 237, 0.14), transparent 28%),
    radial-gradient(circle at 82% 80%, rgba(236, 72, 153, 0.08), transparent 30%),
    linear-gradient(180deg, #05020c 0%, #0d0620 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.at-quick-actions {
  background: rgba(17, 8, 38, 0.76);
  backdrop-filter: blur(20px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
  max-width: 1100px;
  border-radius: calc(var(--at-radius-lg) + 6px);
  box-shadow: 0 40px 90px rgba(15, 8, 38, 0.3);
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.at-quick-action {
  text-align: center;
  padding: 22px 12px;
  border-radius: var(--at-radius);
  transition: transform 0.25s, background 0.25s, border-color 0.25s;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.at-quick-action:hover {
  background: rgba(255, 193, 7, 0.12);
  transform: translateY(-4px);
  color: #fff;
  border-color: rgba(255, 193, 7, 0.22);
}

.at-quick-action .icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 107, 0, 0.12));
  color: #fff;
  transition: transform 0.25s, box-shadow 0.25s;
}

.at-quick-action:hover .icon-wrap {
  transform: scale(1.08);
  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.24);
}

.at-quick-action span {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
}

/* Zodiac strip */
.at-zodiac-strip {
  padding: 88px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 193, 7, 0.17), transparent 23%),
    radial-gradient(circle at 88% 68%, rgba(192, 132, 252, 0.16), transparent 26%),
    radial-gradient(circle at 50% 48%, rgba(90, 39, 132, 0.12), transparent 42%),
    linear-gradient(180deg, #0b0317 0%, #1b092b 50%, #0d041b 100%);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.at-zodiac-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 210, 122, 0.3) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 170px 170px, 68px 68px, 68px 68px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  opacity: 0.72;
  pointer-events: none;
}

.at-zodiac-strip::after {
  content: '';
  position: absolute;
  inset: 24px 0;
  border-top: 1px solid rgba(255, 193, 7, 0.14);
  border-bottom: 1px solid rgba(192, 132, 252, 0.14);
  box-shadow: 0 0 80px rgba(255, 193, 7, 0.05);
  pointer-events: none;
}

.at-zodiac-strip > .container-wide {
  position: relative;
  z-index: 2;
}

.at-zodiac-strip > .container-wide::before,
.at-zodiac-strip > .container-wide::after {
  position: absolute;
  top: 38px;
  color: rgba(255, 210, 122, 0.44);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  pointer-events: none;
}

.at-zodiac-strip > .container-wide::before {
  content: 'ZODIAC CIRCLE';
  left: -28px;
}

.at-zodiac-strip > .container-wide::after {
  content: '12 SIGNS';
  right: -18px;
  bottom: 30px;
  transform: rotate(180deg);
}

.at-zodiac-strip .at-section-header {
  margin-bottom: 44px;
}

.at-zodiac-strip .at-section-header::after {
  content: '';
  display: block;
  width: 54px;
  height: 2px;
  margin: 20px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #ffc107, transparent);
  box-shadow: 0 0 14px rgba(255, 193, 7, 0.42);
}

.at-zodiac-scroll {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.at-zodiac-scroll::before {
  content: 'SELECT YOUR SIGN';
  position: absolute;
  left: -58px;
  top: 50%;
  color: rgba(255, 248, 240, 0.28);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  pointer-events: none;
}

.at-zodiac-item {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 20px 12px 16px;
  background: linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.04));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: #fff8f0;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.at-zodiac-item::before {
  content: '';
  position: absolute;
  width: 82px;
  height: 82px;
  top: -38px;
  right: -28px;
  border-radius: 50%;
  background: rgba(192, 132, 252, 0.14);
  transition: transform 0.3s ease, background 0.3s ease;
}

.at-zodiac-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 193, 7, 0.12);
  color: #ffd27a;
  border-color: rgba(255, 193, 7, 0.58);
  background: linear-gradient(145deg, rgba(255, 193, 7, 0.16), rgba(255,255,255,0.06));
}

.at-zodiac-item:hover::before {
  transform: scale(1.35);
  background: rgba(255, 193, 7, 0.2);
}

.at-zodiac-item .symbol {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #9a5cff, #6131b7);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 20px rgba(108, 54, 201, 0.35), inset 0 1px 0 rgba(255,255,255,0.28);
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.at-zodiac-item:hover .symbol {
  transform: rotate(-6deg) scale(1.08);
  box-shadow: 0 10px 24px rgba(255, 153, 0, 0.28), inset 0 1px 0 rgba(255,255,255,0.3);
}

.at-zodiac-item .name {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

.at-zodiac-item .card-action {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: rgba(255, 248, 240, 0.4);
  font-size: 0.75rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.at-zodiac-item:hover .card-action {
  color: #ffd27a;
  transform: translate(2px, -2px);
}

@media (max-width: 991px) {
  .at-zodiac-scroll { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .at-zodiac-strip > .container-wide::before,
  .at-zodiac-strip > .container-wide::after,
  .at-zodiac-scroll::before { display: none; }
}

@media (max-width: 600px) {
  .at-zodiac-strip { padding: 64px 0 68px; }
  .at-zodiac-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0 14px;
  }
  .at-zodiac-item {
    min-height: 126px;
    min-width: 0;
    padding: 14px 6px 12px;
    gap: 9px;
    border-radius: 15px;
    overflow: hidden;
  }
  .at-zodiac-item .symbol { width: 44px; height: 44px; font-size: 1.45rem; border-radius: 13px; }
  .at-zodiac-item .name {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 0.58rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  .at-zodiac-item .card-action { right: 7px; bottom: 7px; font-size: 0.65rem; }
}

/* Section headers */
.at-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at top left, rgba(255, 193, 7, 0.10), transparent 22%),
    linear-gradient(180deg, #0b0316 0%, #15072a 100%);
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.at-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.03) 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 35%, rgba(255,255,255,0.03) 0 1px, transparent 1.5px);
  background-size: 220px 220px, 260px 260px;
  opacity: 0.8;
  pointer-events: none;
}

.at-section-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.at-section-header .label {
  display: inline-block;
  background: rgba(255, 193, 7, 0.14);
  color: #ffd27a;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: var(--at-radius-pill);
  margin-bottom: 12px;
}

.at-section-header h2 {
  font-family: 'Outfit', var(--font);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 800;
  color: #fff8f0;
  margin: 0 0 12px;
}

.at-section-header p {
  color: rgba(255, 248, 240, 0.72);
  max-width: 560px;
  margin: 0 auto;
}

/* Expert cards */
.at-experts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.at-expert-card {
  background: linear-gradient(155deg, rgba(255,255,255,0.13), rgba(255,255,255,0.04));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
  color: #fff8f0;
  position: relative;
  backdrop-filter: blur(10px);
}

.at-expert-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.14), transparent 38%, rgba(192, 132, 252, 0.1));
  pointer-events: none;
}

.at-expert-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 193, 7, 0.1);
  color: #fff8f0;
  border-color: rgba(255, 193, 7, 0.5);
}

.at-expert-card .avatar {
  height: 144px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 193, 7, 0.4), transparent 28%),
    linear-gradient(135deg, #18052d 0%, #32105c 44%, #5a2784 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.at-expert-card .avatar::before {
  content: '';
  width: 76px;
  height: 76px;
  position: absolute;
  border: 1px solid rgba(255, 211, 122, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 193, 7, 0.05), 0 0 28px rgba(255, 193, 7, 0.25);
}

.at-expert-card .avatar::after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 28px;
  left: calc(50% + 38px);
  border-radius: 50%;
  background: #ffd27a;
  box-shadow: 0 0 12px #ffd27a;
}

.at-expert-card .online-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--at-green);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--at-radius-pill);
  display: flex;
  align-items: center;
  gap: 4px;
}

.at-expert-card .online-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.at-expert-body {
  padding: 18px 18px 17px;
  position: relative;
  z-index: 1;
}

.expert-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.expert-tag {
  display: block;
  margin-bottom: 5px;
  color: #d7bcff;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.at-expert-body h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: #fff8f0;
}

.expert-arrow {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: rgba(255, 248, 240, 0.68);
  font-size: 0.78rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.at-expert-card:hover .expert-arrow {
  background: #ffc107;
  color: #32105c;
  transform: translate(2px, -2px);
}

.at-expert-body .skills {
  font-size: 0.75rem;
  color: rgba(255, 248, 240, 0.72);
  margin-bottom: 10px;
}

.at-expert-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.at-expert-meta .rating {
  color: #ffd27a;
  font-weight: 700;
  font-size: 0.875rem;
}

.at-expert-meta .price {
  color: #ff9f2f;
  font-weight: 800;
  font-size: 0.9375rem;
}

.at-expert-meta .price small {
  font-weight: 500;
  color: rgba(255, 248, 240, 0.68);
}

.expert-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  color: #ffd27a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.expert-cta i { transition: transform 0.3s ease; }

.at-expert-card:hover .expert-cta i { transform: translateX(5px); }

@media (max-width: 991px) {
  .at-experts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; }
}

@media (max-width: 560px) {
  .at-experts-grid { grid-template-columns: 1fr; max-width: 360px; gap: 16px; }
  .at-expert-card .avatar { height: 148px; }
}

/* Services grid */
.at-services-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 52%, rgba(255, 193, 7, 0.09), transparent 22%),
    radial-gradient(circle at 88% 48%, rgba(192, 132, 252, 0.1), transparent 24%),
    linear-gradient(180deg, #0b0316 0%, #160727 52%, #0d041b 100%);
}

.at-services-section::after {
  content: '';
  position: absolute;
  inset: 30px 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.at-services-section .container-wide {
  position: relative;
  z-index: 1;
}

.at-services-section .container-wide::before,
.at-services-section .container-wide::after {
  content: '';
  position: absolute;
  top: 142px;
  width: 86px;
  height: 220px;
  border-top: 1px solid rgba(255, 193, 7, 0.34);
  border-bottom: 1px solid rgba(255, 193, 7, 0.14);
  pointer-events: none;
}

.at-services-section .container-wide::before {
  left: -28px;
  border-left: 1px solid rgba(255, 193, 7, 0.34);
  transform: skewY(-10deg);
}

.at-services-section .container-wide::after {
  right: -28px;
  border-right: 1px solid rgba(255, 193, 7, 0.34);
  transform: skewY(10deg);
}

.at-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.at-services-grid::before,
.at-services-grid::after {
  position: absolute;
  color: rgba(255, 210, 122, 0.48);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  pointer-events: none;
}

.at-services-grid::before {
  content: 'COSMIC GUIDANCE';
  left: -52px;
  top: 28px;
}

.at-services-grid::after {
  content: 'EST. 2026';
  right: -42px;
  bottom: 28px;
  transform: rotate(180deg);
}

.at-service-card {
  min-height: 148px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  text-decoration: none;
  color: #fff8f0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.at-service-card::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  top: -64px;
  left: -42px;
  border-radius: 50%;
  background: rgba(255, 193, 7, 0.13);
  transition: transform 0.3s ease, background 0.3s ease;
}

.at-service-card:hover {
  border-color: rgba(255, 193, 7, 0.42);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 193, 7, 0.08);
  color: #ffd27a;
  background: linear-gradient(145deg, rgba(255,193,7,0.15), rgba(255,255,255,0.05));
}

.at-service-card:hover::before {
  transform: scale(1.4);
  background: rgba(255, 193, 7, 0.2);
}

.service-number {
  position: absolute;
  top: 12px;
  right: 16px;
  color: rgba(255, 248, 240, 0.34);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 193, 7, 0.36);
  border-radius: 17px;
  background: rgba(255, 193, 7, 0.12);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.service-icon i {
  font-size: 1.65rem;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.at-service-card:hover .service-icon {
  transform: rotate(-7deg) scale(1.08);
  background: rgba(255, 193, 7, 0.2);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.16);
}

.service-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 1;
}

.service-copy strong {
  color: #fff8f0;
  font-size: 0.94rem;
  font-weight: 800;
}

.service-copy small {
  color: rgba(255, 248, 240, 0.58);
  font-size: 0.7rem;
  line-height: 1.35;
}

.service-arrow {
  position: absolute;
  right: 16px;
  bottom: 13px;
  color: rgba(255, 210, 122, 0.58);
  font-size: 0.78rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.at-service-card:hover .service-arrow {
  color: #ffd27a;
  transform: translate(3px, -3px);
}

@media (max-width: 800px) {
  .at-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 640px; }
  .at-services-section .container-wide::before,
  .at-services-section .container-wide::after,
  .at-services-grid::before,
  .at-services-grid::after { display: none; }
}

@media (max-width: 520px) {
  .at-services-grid { grid-template-columns: 1fr; max-width: 360px; gap: 12px; }
  .at-service-card { min-height: 126px; padding: 18px 16px; }
  .service-icon { width: 50px; height: 50px; border-radius: 15px; }
  .service-copy strong { font-size: 0.9rem; }
}

/* Products on dark premium bg */
body.theme-astrotalk .at-products-section {
  position: relative;
  overflow: hidden;
  padding-top: 92px;
  padding-bottom: 104px;
  background:
    radial-gradient(ellipse at 50% 68%, rgba(255, 193, 7, 0.13), transparent 34%),
    radial-gradient(circle at 12% 22%, rgba(192, 132, 252, 0.12), transparent 24%),
    linear-gradient(180deg, #0a0315 0%, #130620 48%, #0a0315 100%);
}

body.theme-astrotalk .at-products-section::before {
  content: '';
  position: absolute;
  top: 42%;
  left: 50%;
  color: rgba(73, 73, 69, 0.418);
   content: "NOVA TARA NOVA TARA\A NOVA  TARA NOVA TARA\A NOVA TARA NOVA TARA";
  font-family: 'Outfit', var(--font);
  font-size: clamp(3rem, 9vw, 8rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 4.2;
  white-space: pre;
  transform: translate(-50%, -50%) rotate(20deg);
  pointer-events: none;
  text-align: center;
}

body.theme-astrotalk .at-products-section::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 58px;
  width: min(960px, 76%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.55) 18%, rgba(255, 193, 7, 0.55) 82%, transparent);
  box-shadow: 0 0 22px rgba(255, 193, 7, 0.35);
  pointer-events: none;
}

body.theme-astrotalk .at-products-section .container-wide {
  position: relative;
  z-index: 1;
}

body.theme-astrotalk .at-products-section .at-section-header::after {
  content: '';
  display: block;
  width: 66px;
  height: 2px;
  margin: 20px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #ffc107, transparent);
  box-shadow: 0 0 16px rgba(255, 193, 7, 0.4);
}

body.theme-astrotalk .product-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
}

body.theme-astrotalk .product-grid::before {
  content: '';
  position: absolute;
  left: -24px;
  right: -24px;
  bottom: -18px;
  height: 42px;
  border-top: 1px solid rgba(255, 193, 7, 0.32);
  border-radius: 50%;
  box-shadow: 0 -8px 28px rgba(255, 193, 7, 0.12);
  pointer-events: none;
}

body.theme-astrotalk .product-card {
  background: rgba(15, 7, 28, 0.8);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

body.theme-astrotalk .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 193, 7, 0.1);
  border-color: rgba(255, 193, 7, 0.48);
}

body.theme-astrotalk .product-card .product-img {
  aspect-ratio: 1.08;
  background: linear-gradient(145deg, #151022, #080b12);
}

body.theme-astrotalk .product-card .product-img::before {
  background: radial-gradient(circle at 50% 36%, rgba(192, 132, 252, 0.14), transparent 48%), linear-gradient(145deg, #171126, #080b12);
}

body.theme-astrotalk .product-card .product-img::after {
  background: linear-gradient(135deg, transparent 45%, rgba(255, 193, 7, 0.1));
}

body.theme-astrotalk .product-card .product-img img {
  object-fit: contain;
  padding: 22px;
  transition: transform 0.4s ease;
}

body.theme-astrotalk .product-card .product-img i {
  font-size: 3.6rem;
}

body.theme-astrotalk .product-card .product-badge {
  top: 14px;
  left: auto;
  right: 14px;
  background: rgba(255, 193, 7, 0.14);
  border-color: rgba(255, 193, 7, 0.28);
  color: #ffd27a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.theme-astrotalk .product-card .product-body {
  background: linear-gradient(180deg, rgba(29, 13, 46, 0.92), rgba(13, 6, 24, 0.96));
  padding: 17px 18px 16px;
}

body.theme-astrotalk .product-kicker {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 210, 122, 0.64);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.theme-astrotalk .product-card .product-body h3 {
  color: #fff8f0;
  font-size: 1rem;
  margin-bottom: 12px;
}

body.theme-astrotalk .product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.theme-astrotalk .product-card .product-price {
  color: #ff9f2f;
  font-weight: 800;
}

body.theme-astrotalk .product-card .product-price del {
  color: rgba(255, 248, 240, 0.58);
}

body.theme-astrotalk .product-link {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 193, 7, 0.28);
  border-radius: 50%;
  color: #ffd27a;
  font-size: 0.78rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

body.theme-astrotalk .product-card:hover .product-link {
  transform: translate(2px, -2px);
  background: #ffc107;
  color: #32105c;
}

body.theme-astrotalk .section-label {
  color: #ffd27a;
}

body.theme-astrotalk .section-alt {
  background: linear-gradient(180deg, #0d0620 0%, #18052d 100%);
}

@media (max-width: 800px) {
  body.theme-astrotalk .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 640px; }
}

@media (max-width: 520px) {
  body.theme-astrotalk .product-grid { grid-template-columns: 1fr; max-width: 360px; }
}

@media (max-width: 600px) {
  body.theme-astrotalk .at-products-section { padding-top: 68px; padding-bottom: 82px; }
  body.theme-astrotalk .at-products-section::after { bottom: 40px; width: 72%; }
}

body.theme-astrotalk .testimonial-strip {
  position: relative;
  z-index: 1;
}

body.theme-astrotalk .testimonial-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  border-radius: 24px;
  padding: 28px;
}

body.theme-astrotalk .testimonial-card p {
  color: rgba(255, 248, 240, 0.9);
}

body.theme-astrotalk .testimonial-card .testimonial-author {
  color: #fff8f0;
}

body.theme-astrotalk .testimonial-card .testimonial-author span {
  color: rgba(255, 248, 240, 0.68);
}

/* CTA band */
.at-cta-band {
  background: linear-gradient(135deg, var(--at-purple-deep), var(--at-purple), var(--at-orange-dark));
  border-radius: var(--at-radius-lg);
  padding: 48px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: min(var(--at-content-max), calc(100% - 2 * var(--at-page-gutter)));
  margin: 0 auto 64px;
}

.at-cta-band::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.3), transparent 70%);
  top: -100px;
  right: -50px;
  animation: ctaGlow 4s ease-in-out infinite;
}

@keyframes ctaGlow {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

.at-cta-band h2 {
  font-family: 'Outfit', var(--font);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 12px;
  position: relative;
}

.at-cta-band p {
  opacity: 0.85;
  margin-bottom: 28px;
  position: relative;
}

/* Footer */
body.theme-astrotalk .site-footer {
  background:
    radial-gradient(circle at top left, rgba(255, 193, 7, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 107, 0, 0.14), transparent 24%),
    linear-gradient(180deg, #0a0416 0%, #18052d 48%, #220740 100%);
  color: #fff8f0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 64px 0 34px;
  position: relative;
  overflow: hidden;
}

body.theme-astrotalk .site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,0.07) 0 1px, transparent 1.6px),
    radial-gradient(circle at 85% 26%, rgba(255,255,255,0.05) 0 1px, transparent 1.6px),
    radial-gradient(circle at 68% 78%, rgba(255,255,255,0.05) 0 1px, transparent 1.6px);
  background-size: 220px 220px, 260px 260px, 240px 240px;
  opacity: 0.8;
  pointer-events: none;
}

body.theme-astrotalk .site-footer .container-wide {
  position: relative;
  z-index: 1;
}

body.theme-astrotalk .footer-grid {
  gap: 32px;
  margin-bottom: 38px;
}

body.theme-astrotalk .site-footer h4 {
  color: #ffd27a;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.theme-astrotalk .site-footer .footer-grid a,
body.theme-astrotalk .site-footer .footer-grid li,
body.theme-astrotalk .site-footer .footer-grid ul,
body.theme-astrotalk .site-footer .footer-bottom,
body.theme-astrotalk .site-footer .footer-tagline,
body.theme-astrotalk .site-footer .footer-contact .bi,
body.theme-astrotalk .site-footer .footer-contact span,
body.theme-astrotalk .site-footer .footer-company-legal,
body.theme-astrotalk .site-footer .site-logo-text--footer {
  color: #ffffff !important;
}

body.theme-astrotalk .store-layout {
  gap: 28px;
}

body.theme-astrotalk .store-sidebar {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

body.theme-astrotalk .store-sidebar__title,
body.theme-astrotalk .store-sidebar__heading,
body.theme-astrotalk .store-price-filter__label,
body.theme-astrotalk .store-price-filter__values {
  color: #fff8f0;
}

body.theme-astrotalk .store-sidebar__close {
  color: #fff8f0;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

body.theme-astrotalk .store-sidebar__close:hover {
  color: #ffd27a;
  border-color: rgba(255, 193, 7, 0.36);
}

body.theme-astrotalk .store-sidebar__section + .store-sidebar__section {
  border-top-color: rgba(255, 255, 255, 0.10);
}

body.theme-astrotalk .store-cat-link {
  color: rgba(255, 248, 240, 0.84);
  background: rgba(255, 255, 255, 0.04);
  border-left-color: transparent;
  border-radius: 14px;
}

body.theme-astrotalk .store-cat-link:hover {
  color: #fff8f0;
  background: rgba(255, 193, 7, 0.12);
}

body.theme-astrotalk .store-cat-link.active {
  color: #fff8f0;
  background: linear-gradient(135deg, rgba(255, 140, 42, 0.34), rgba(255, 107, 0, 0.24));
  border-left-color: #ffd27a;
}

body.theme-astrotalk .store-cat-link--parent,
body.theme-astrotalk .store-cat-link--child {
  color: #fff8f0;
}

body.theme-astrotalk .store-cat-children {
  border-left-color: rgba(255, 255, 255, 0.10);
}

body.theme-astrotalk .site-footer a:hover {
  color: #ff9f2f;
}

body.theme-astrotalk .footer-social a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.theme-astrotalk .footer-social a i {
  color: #ffffff !important;
}

body.theme-astrotalk .footer-social a:hover {
  background: linear-gradient(135deg, #ff8c2a, #ff6b00);
  color: #fff;
}

body.theme-astrotalk .footer-bottom {
  color: rgba(255, 248, 240, 0.72);
  border-top-color: rgba(255, 255, 255, 0.12);
  padding-top: 20px;
}

body.theme-astrotalk .footer-contact .bi,
body.theme-astrotalk .footer-contact span,
body.theme-astrotalk .footer-company-legal {
  color: rgba(255, 248, 240, 0.9);
}

body.theme-astrotalk .footer-contact a {
  color: rgba(255, 248, 240, 0.78);
}

body.theme-astrotalk .footer-contact a:hover {
  color: #ff9f2f;
}

body.theme-astrotalk .footer-tagline {
  color: rgba(255, 248, 240, 0.72) !important;
}

/* Mobile bottom nav */
.at-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: linear-gradient(180deg, rgba(10, 4, 22, 0.97), rgba(18, 8, 31, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 -8px 32px rgba(7, 2, 16, 0.45);
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
}

.at-bottom-nav-inner {
  display: flex;
  justify-content: space-around;
  max-width: 480px;
  margin: 0 auto;
}

.at-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  color: rgba(255, 248, 240, 0.76);
  font-size: 0.6875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, transform 0.2s;
  border-radius: 14px;
}

.at-bottom-nav a i {
  font-size: 1.25rem;
}

.at-bottom-nav a.active,
.at-bottom-nav a:hover {
  color: #fff8f0;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.at-bottom-nav a.chat-fab {
  position: relative;
  top: -20px;
  background: var(--gradient-btn);
  color: #fff !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(255, 107, 0, 0.4);
}

.at-bottom-nav a.chat-fab span { display: none; }

/* Reveal animations */
body.theme-astrotalk .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body.theme-astrotalk .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Home page nav offset for promo bar */
body.theme-astrotalk .at-promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

body.theme-astrotalk .at-nav-home {
  top: 36px !important;
}

body.theme-astrotalk .at-main-home {
  padding-top: calc(36px + var(--nav-h)) !important;
}

body.theme-astrotalk .dropdown-menu {
  background: linear-gradient(180deg, rgba(15, 7, 28, 0.98), rgba(32, 14, 56, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  padding: 8px;
  backdrop-filter: blur(10px);
}

body.theme-astrotalk .dropdown-item {
  border-radius: 10px;
  font-weight: 600;
  color: rgba(255, 248, 240, 0.92);
}

body.theme-astrotalk .dropdown-item:hover,
body.theme-astrotalk .dropdown-item:focus,
body.theme-astrotalk .dropdown-item.active {
  background: rgba(255, 140, 42, 0.18);
  color: #fff8f0;
}

body.theme-astrotalk .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

/* Inner pages — match homepage theme */
body.theme-astrotalk .page-hero {
  background: linear-gradient(135deg, var(--at-purple-deep) 0%, var(--at-purple) 55%, #4a1d8a 100%);
  padding: calc(var(--nav-h) + 28px) 0 36px;
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

body.theme-astrotalk .page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 193, 7, 0.14), transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(255, 107, 0, 0.1), transparent 40%);
  pointer-events: none;
}

body.theme-astrotalk .page-hero::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

body.theme-astrotalk .page-hero .container-narrow,
body.theme-astrotalk .page-hero .container-wide {
  position: relative;
  z-index: 1;
}

body.theme-astrotalk .page-hero h1 {
  font-family: 'Outfit', var(--font);
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.theme-astrotalk .page-hero p,
body.theme-astrotalk .page-hero .text-muted {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.9375rem;
}

body.theme-astrotalk .page-content {
  padding: 40px 0 88px;
  background:
    radial-gradient(circle at top left, rgba(255, 193, 7, 0.08), transparent 24%),
    linear-gradient(180deg, #0b0316 0%, #14062a 100%);
}

/* Wider cards on inner pages */
body.theme-astrotalk .auth-page-wrap {
  max-width: min(720px, calc(100% - 2 * var(--at-page-gutter)));
}

body.theme-astrotalk .auth-page-wrap--wide {
  max-width: min(860px, calc(100% - 2 * var(--at-page-gutter)));
}

body.theme-astrotalk .page-content > .container-narrow:not(.auth-page-wrap) {
  max-width: min(var(--at-content-max), calc(100% - 2 * var(--at-page-gutter)));
}

body.theme-astrotalk .page-content .card-panel {
  width: 100%;
}

/* All cards — dark premium style with accent top bar */
body.theme-astrotalk .card-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--at-radius-lg);
  padding: clamp(22px, 4vw, 32px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}

body.theme-astrotalk .card-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--at-purple), var(--at-orange) 55%, var(--at-gold));
}

body.theme-astrotalk .card-panel:hover {
  box-shadow: var(--at-shadow-lg);
}

body.theme-astrotalk .auth-card-header {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

body.theme-astrotalk .auth-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.12), rgba(42, 16, 82, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--at-orange);
}

body.theme-astrotalk .auth-card-header h2 {
  font-family: 'Outfit', var(--font);
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: #fff8f0;
}

body.theme-astrotalk .auth-card-header p {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 248, 240, 0.72);
}

body.theme-astrotalk .card-panel .form-label {
  color: #fff8f0;
  font-weight: 600;
  font-size: 0.875rem;
}

body.theme-astrotalk .page-content .card-panel h2 {
  color: #fff8f0;
}

body.theme-astrotalk .page-content .contact-company-name,
body.theme-astrotalk .page-content .contact-info-list,
body.theme-astrotalk .page-content .contact-info-list li,
body.theme-astrotalk .page-content .contact-info-list span,
body.theme-astrotalk .page-content .contact-info-list a,
body.theme-astrotalk .page-content .contact-info-list i {
  color: #fff8f0 !important;
}

body.theme-astrotalk .page-content .contact-info-list a:hover {
  color: #ff9f2f !important;
}

body.theme-astrotalk .form-control,
body.theme-astrotalk .form-select {
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  color: #fff8f0;
  border-radius: 12px;
  padding: 12px 16px;
}

body.theme-astrotalk .form-control:focus,
body.theme-astrotalk .form-select:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--at-orange);
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.12);
  color: #fff8f0;
}

body.theme-astrotalk .form-control::placeholder {
  color: #9ca3af;
}

body.theme-astrotalk .input-group .form-control {
  border-right: none;
}

body.theme-astrotalk .input-group .btn-ghost,
body.theme-astrotalk .input-group .btn-primary,
body.theme-astrotalk .otp-send-btn {
  background: var(--gradient-btn);
  color: #fff !important;
  border: none;
  font-weight: 700;
  font-size: 0.8125rem;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  border-radius: 0 12px 12px 0 !important;
}

body.theme-astrotalk .input-group .btn-ghost:hover,
body.theme-astrotalk .otp-send-btn:hover {
  filter: brightness(1.06);
  color: #fff !important;
}

body.theme-astrotalk .input-group .form-control:first-child {
  border-radius: 12px 0 0 12px !important;
}

body.theme-astrotalk .btn-outline-light,
body.theme-astrotalk .otp-verify-btn {
  background: linear-gradient(135deg, var(--at-purple), var(--at-purple-soft));
  color: #fff !important;
  border: none;
  font-weight: 700;
  border-radius: 12px !important;
}

body.theme-astrotalk .btn-outline-light:hover,
body.theme-astrotalk .otp-verify-btn:hover {
  filter: brightness(1.08);
  color: #fff !important;
}

body.theme-astrotalk .card-panel a:not(.btn) {
  color: var(--at-orange);
  font-weight: 600;
}

body.theme-astrotalk .card-panel a:not(.btn):hover {
  color: var(--at-orange-dark);
}

body.theme-astrotalk .card-panel .text-muted,
body.theme-astrotalk .page-content .text-muted {
  color: rgba(255, 248, 240, 0.72) !important;
}

body.theme-astrotalk .card-panel code {
  background: rgba(255, 107, 0, 0.1);
  color: var(--at-orange-dark);
  padding: 2px 8px;
  border-radius: 6px;
}

/* Alerts — soft premium style */
body.theme-astrotalk .alert-danger {
  background: #fff5f5;
  border: 1px solid #fecaca;
  color: #b91c1c;
  border-radius: var(--at-radius);
  font-weight: 500;
}

body.theme-astrotalk .alert-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
  border-radius: var(--at-radius);
}

body.theme-astrotalk .alert-warning {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  border-radius: var(--at-radius);
}

body.theme-astrotalk .alert-dark {
  background: rgba(42, 16, 82, 0.06);
  border: 1px solid var(--border);
  color: var(--at-text-dark);
  border-radius: var(--at-radius);
}

body.theme-astrotalk .alert-info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  border-radius: var(--at-radius);
}

/* Nav pills (consultation tabs etc.) */
body.theme-astrotalk .nav-pills .nav-link {
  color: var(--at-text-muted);
  background: var(--at-white);
  border: 1px solid var(--border);
  border-radius: var(--at-radius-pill);
  font-weight: 600;
  font-size: 0.875rem;
}

body.theme-astrotalk .nav-pills .nav-link:hover {
  color: var(--at-orange);
  border-color: rgba(255, 107, 0, 0.3);
  background: rgba(255, 107, 0, 0.06);
}

body.theme-astrotalk .nav-pills .nav-link.active {
  background: var(--gradient-btn);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(255, 107, 0, 0.3);
}

/* Product & testimonial cards */
body.theme-astrotalk .product-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.theme-astrotalk .testimonial-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--at-radius-lg);
  padding: 24px;
}

body.theme-astrotalk .feature-card {
  background: var(--at-white);
  border: 1px solid var(--border);
}

/* Chat layout cards */
body.theme-astrotalk .chat-sidebar.card-panel,
body.theme-astrotalk .chat-main.card-panel {
  padding-top: 28px;
}

body.theme-astrotalk .chat-sidebar.card-panel::before,
body.theme-astrotalk .chat-main.card-panel::before {
  height: 3px;
}

body.theme-astrotalk .wallet-pill {
  background: var(--at-white);
  border: 1px solid var(--border);
  color: var(--at-text-dark);
}

body.theme-astrotalk .wallet-pill-free {
  border-color: rgba(34, 197, 94, 0.35);
  color: #15803d;
}

body.theme-astrotalk .wallet-pill-coins {
  border-color: rgba(255, 107, 0, 0.35);
  color: var(--at-orange);
}

/* Modal */
body.theme-astrotalk .modal-content.card-panel {
  background: var(--at-white);
  color: var(--at-text-dark);
}

body.theme-astrotalk .modal-content .modal-header {
  border-color: var(--border);
}

body.theme-astrotalk .modal-content .modal-title {
  color: var(--at-text-dark);
  font-weight: 700;
}

body.theme-astrotalk .modal-content .btn-close {
  filter: none;
}

/* Tables in cards */
body.theme-astrotalk .card-panel .table {
  color: var(--at-text-dark);
}

body.theme-astrotalk .card-panel .table-dark {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: #f9fafb;
  --bs-table-hover-bg: rgba(255, 107, 0, 0.05);
  color: var(--at-text-dark);
}

/* Dashboard stat boxes */
body.theme-astrotalk .dash-stat,
body.theme-astrotalk .order-detail-box {
  background: #f9fafb;
  border: 1px solid var(--border);
  border-radius: var(--at-radius);
}

body.theme-astrotalk .btn-accent {
  background: linear-gradient(135deg, var(--at-gold), var(--at-orange-light));
  color: var(--at-purple-deep);
  font-weight: 800;
  border: none;
  border-radius: var(--at-radius-pill);
}

body.theme-astrotalk .btn-accent:hover {
  filter: brightness(1.05);
  color: var(--at-purple-deep);
}


/* Responsive */
@media (max-width: 991px) {
  .at-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 0 48px;
  }

  .at-hero-sub { margin-left: auto; margin-right: auto; }
  .at-hero-cta { justify-content: center; }
  .at-hero-stats { justify-content: center; }
  .at-hero-visual { display: none; }

  .at-moon {
    top: 8%;
    right: 6%;
    opacity: 0.7;
  }

  .at-quick-actions {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .at-bottom-nav { display: block; }
  body.theme-astrotalk main { padding-bottom: 72px; }
  .at-promo-bar { font-size: 0.75rem; padding: 6px 12px; }
}

@media (max-width: 575px) {
  .at-quick-actions { grid-template-columns: 1fr 1fr; gap: 8px; }
  .at-quick-action { padding: 14px 8px; }
  .at-quick-action .icon-wrap { width: 48px; height: 48px; font-size: 1.25rem; }
}

/* Final home reviews and CTA UI */
body.theme-astrotalk .at-reviews-section {
  position: relative;
  overflow: hidden;
  padding-top: 82px;
  padding-bottom: 86px;
  background: radial-gradient(circle at 18% 25%, rgba(107, 64, 150, 0.836), transparent 28%), radial-gradient(circle at 82% 75%, rgba(255,193,7,0.12), transparent 26%), linear-gradient(180deg, #0a0315, #18072b 52%, #0b0317);
}

body.theme-astrotalk .at-reviews-section::before {
  content: 'NOVA TARA NOVA TARA NOVA TARA\A NOVA TARA NOVA TARA NOVA TARA';
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255,255,255,0.025);
  font: 800 clamp(2rem, 6vw, 5.5rem)/1.6 'Outfit', var(--font);
  letter-spacing: 0.08em;
  white-space: pre;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-12deg);
  pointer-events: none;
}

body.theme-astrotalk .at-reviews-section .container-wide {
  position: relative;
  z-index: 1;
}

body.theme-astrotalk .at-reviews-section .testimonial-strip {
  max-width: 960px;
  margin: 0 auto;
  gap: 16px;
}

body.theme-astrotalk .at-reviews-section .testimonial-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045));
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

body.theme-astrotalk .at-reviews-section .testimonial-card::before {
  content: '“';
  top: 0;
  right: 14px;
  color: rgba(255,193,7,0.2);
  font-size: 5rem;
}

body.theme-astrotalk .at-reviews-section .testimonial-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, #ffc107, #a86cff, transparent);
}

body.theme-astrotalk .at-reviews-section .testimonial-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,193,7,0.55);
  box-shadow: 0 26px 48px rgba(0,0,0,0.38);
}

body.theme-astrotalk .at-reviews-section .testimonial-stars {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(255,193,7,0.26);
  border-radius: 999px;
  background: rgba(255,193,7,0.1);
  font-size: 0.66rem;
  letter-spacing: 2px;
}

body.theme-astrotalk .at-reviews-section .testimonial-card p {
  margin: 12px 0 18px;
  color: rgba(255,248,240,0.88);
  font-size: 0.84rem;
  line-height: 1.55;
}

body.theme-astrotalk .at-reviews-section .testimonial-author {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff8f0;
  font-size: 0.78rem;
  font-weight: 800;
}

body.theme-astrotalk .at-reviews-section .testimonial-author::before {
  content: '✦';
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffc107, #ff7a18);
  color: #32105c;
}

body.theme-astrotalk .at-reviews-section .testimonial-author span {
  margin-left: auto;
  color: rgba(255,248,240,0.54);
  font-size: 0.68rem;
}

body.theme-astrotalk .at-final-cta {
  background: linear-gradient(120deg, #2d1760 0%, #54226f 48%, #c7591b 100%);
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border: 1px solid rgba(255,193,7,0.34);
  box-shadow: 0 22px 52px rgba(42,16,82,0.3), 0 0 0 8px rgba(255,193,7,0.035);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

body.theme-astrotalk .at-cta-section {
  position: relative;
  padding: 76px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(255, 193, 7, 0.18), transparent 30%),
    radial-gradient(circle at 12% 75%, rgba(192, 132, 252, 0.2), transparent 28%),
    linear-gradient(180deg, #120725 0%, #261044 50%, #120725 100%);
}

body.theme-astrotalk .at-cta-section::before {
  content: 'NOVA TARA NOVA TARA\A NOVA TARA NOVA TARA';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.025);
  font: 800 clamp(2rem, 7vw, 6rem)/1.7 'Outfit', var(--font);
  letter-spacing: 0.08em;
  text-align: center;
  white-space: pre;
  transform: rotate(-10deg) scale(1.08);
  pointer-events: none;
}

body.theme-astrotalk .at-cta-section::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: min(960px, 78%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255,193,7,0.52), transparent);
  box-shadow: 0 0 22px rgba(255,193,7,0.28);
}

body.theme-astrotalk .at-final-cta:hover {
  transform: translateY(-7px);
  border-color: rgba(255,193,7,0.62);
  box-shadow: 0 30px 64px rgba(42,16,82,0.38), 0 0 0 9px rgba(255,193,7,0.05), 0 0 32px rgba(255,193,7,0.1);
}

body.theme-astrotalk .at-final-cta::before {
  z-index: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

body.theme-astrotalk .at-final-cta:hover::before {
  opacity: 0.82;
  transform: rotate(-10deg) scale(1.14);
}

body.theme-astrotalk .at-final-cta::before {
  content: 'NOVA TARA NOVA TARA\A NOVA TARA NOVA TARA';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.045);
  font: 800 clamp(1.6rem, 5vw, 4.2rem)/1.7 'Outfit', var(--font);
  letter-spacing: 0.08em;
  text-align: center;
  white-space: pre;
  transform: rotate(-10deg) scale(1.08);
  pointer-events: none;
  animation: none;
}

body.theme-astrotalk .at-final-cta::after {
  content: 'NOVATARA  •  START YOUR SPIRITUAL JOURNEY';
  position: absolute;
  top: 17px;
  color: rgba(255,248,240,0.66);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

body.theme-astrotalk .at-final-cta h2 {
  margin-top: 16px;
}

body.theme-astrotalk .at-final-cta .btn {
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 26px rgba(255,153,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

body.theme-astrotalk .at-final-cta .btn:hover {
  transform: translateY(-3px) scale(1.04);
  filter: brightness(1.08);
  box-shadow: 0 16px 32px rgba(255,153,0,0.44);
}

@media (max-width: 600px) {
  body.theme-astrotalk .at-reviews-section { padding-top: 64px; padding-bottom: 70px; }
  body.theme-astrotalk .at-reviews-section::before { font-size: 2.2rem; }
  body.theme-astrotalk .at-reviews-section .testimonial-card { min-height: 172px; }
  body.theme-astrotalk .at-cta-section { padding: 54px 0 64px; }
  body.theme-astrotalk .at-final-cta { min-height: 240px; padding: 52px 22px 30px; }
  body.theme-astrotalk .at-final-cta::after { max-width: 82%; text-align: center; line-height: 1.5; }
}

/* Human-style live chat */
.chat-human-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  margin: -1.25rem -1.25rem 16px;
  background: linear-gradient(135deg, var(--at-purple-deep), var(--at-purple));
  color: #fff;
  border-radius: var(--at-radius) var(--at-radius) 0 0;
}

.chat-human-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.chat-human-header strong {
  display: block;
  font-size: 1rem;
}

.chat-human-status {
  font-size: 0.75rem;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 6px;
}

.chat-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--at-green);
  box-shadow: 0 0 8px var(--at-green);
  display: inline-block;
  animation: blink 1.5s infinite;
}

body.theme-astrotalk .chat-box {
  background: #f0f2f5;
  border: 1px solid var(--border);
  padding: 16px;
}

body.theme-astrotalk .chat-msg.human-chat {
  max-width: 100%;
  margin-bottom: 14px;
}

body.theme-astrotalk .chat-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

body.theme-astrotalk .chat-msg.user .chat-row {
  flex-direction: row-reverse;
}

body.theme-astrotalk .chat-content {
  max-width: 78%;
  min-width: 0;
}

body.theme-astrotalk .chat-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 0.6875rem;
}

body.theme-astrotalk .chat-meta-user {
  justify-content: flex-end;
}

body.theme-astrotalk .chat-sender {
  font-weight: 700;
  color: var(--at-teal, #0d9488);
}

/* Modern homepage hero */
.astro-modern-hero {
  position: relative;
  min-height: 720px;
  padding: 108px var(--at-page-gutter) 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #05020c;
  color: #fff;
  font-family: 'Plus Jakarta Sans', var(--font);
}

.ambient-glow-1,
.ambient-glow-2,
.star-particle-field,
.star-particle-field-fast {
  position: absolute;
  pointer-events: none;
}

.ambient-glow-1 {
  top: -10%;
  right: 5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.18), transparent 70%);
  filter: blur(60px);
}

.ambient-glow-2 {
  bottom: -10%;
  left: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.08), transparent 70%);
  filter: blur(60px);
}

.star-particle-field,
.star-particle-field-fast {
  inset: 0;
  background-repeat: repeat;
}

.star-particle-field {
  background-image: radial-gradient(#fff 1px, transparent 15px), radial-gradient(rgba(255, 255, 255, 0.4) 1.5px, transparent 25px);
  background-size: 250px 250px, 400px 400px;
  opacity: 0.35;
  animation: driftStars 80s linear infinite, twinkleSlow 4s ease-in-out infinite;
}

.star-particle-field-fast {
  background-image: radial-gradient(rgba(255, 215, 0, 0.6) 1px, transparent 12px);
  background-size: 320px 320px;
  opacity: 0.2;
  animation: driftStars 40s linear infinite, twinkleFast 2s ease-in-out infinite;
}

.modern-container {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.text-content-side { flex: 1.2; max-width: 620px; }

.live-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  color: #d1cadd;
  font-size: 0.85rem;
  font-weight: 500;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: livePulse 2s infinite;
}

.modern-main-title {
  margin: 0 0 20px;
  color: #fff;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
}

.gradient-text {
  color: #e879f9;
  font-family: 'Plus Jakarta Sans', var(--font);
  font-weight: 800;
  background: linear-gradient(135deg, #c084fc, #e879f9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modern-subtitle { max-width: 560px; margin-bottom: 35px; color: #94a3b8; font-size: 1.05rem; line-height: 1.7; }

.modern-search-bar {
  display: flex;
  max-width: 500px;
  margin-bottom: 40px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.select-wrapper { flex: 1; display: flex; align-items: center; min-width: 0; padding-left: 15px; }
.select-icon { flex: 0 0 auto; margin-right: 10px; font-size: 1.2rem; }
.modern-search-bar select { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 1rem; cursor: pointer; }
.modern-search-bar select option { background: #0f0b21; color: #fff; }

.action-submit-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 14px 24px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #06040f;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.action-submit-btn:hover { transform: translateY(-2px); background: #c084fc; color: #fff; }

.trust-stats-row { display: flex; align-items: center; gap: 30px; }
.stat-item strong, .stat-item small { display: block; }
.stat-item strong { color: #fff; font-size: 1.5rem; }
.stat-item small { color: #64748b; font-size: 0.78rem; }
.stat-line { width: 1px; height: 35px; background: rgba(255, 255, 255, 0.1); }

.visual-cards-side { flex: 1; display: flex; align-items: center; justify-content: center; }
.cosmic-universe-system { position: relative; width: 440px; height: 590px; display: flex; align-items: flex-start; justify-content: center; }
.celestial-solar-system { position: absolute; top: -40px; left: 30px; z-index: 1; width: 380px; height: 380px; display: flex; align-items: center; justify-content: center; }
.surya-core { z-index: 2; font-size: 3rem; filter: drop-shadow(0 0 25px #ffcc00); animation: sunPulse 4s ease-in-out infinite; }

.orbit-track { position: absolute; display: flex; align-items: center; justify-content: center; border: 1px dashed rgba(255, 255, 255, 0.08); border-radius: 50%; }
.orbit-track--inner { width: 160px; height: 160px; animation: rotateOrbit 18s linear infinite; }
.orbit-track--outer { width: 320px; height: 320px; border-style: solid; border-color: rgba(192, 132, 252, 0.1); animation: rotateOrbit 35s linear infinite; }
.orbiting-planet, .astro-node { position: absolute; display: flex; align-items: center; justify-content: center; border-radius: 50%; user-select: none; }
.orbiting-planet { top: -12px; font-size: 1.4rem; }
.astro-node { width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(15, 8, 38, 0.8); color: #c084fc; font-size: 1.1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); }
.navagraha-node { top: 50%; left: 50%; color: #f7d774; border-color: rgba(247, 215, 116, 0.3); }
.navagraha-surya { transform: translate(-50%, -50%) rotate(0deg) translateY(-160px) rotate(0deg); }
.navagraha-chandra { transform: translate(-50%, -50%) rotate(40deg) translateY(-160px) rotate(-40deg); }
.navagraha-mangal { transform: translate(-50%, -50%) rotate(80deg) translateY(-160px) rotate(-80deg); }
.navagraha-budh { transform: translate(-50%, -50%) rotate(120deg) translateY(-160px) rotate(-120deg); }
.navagraha-guru { transform: translate(-50%, -50%) rotate(160deg) translateY(-160px) rotate(-160deg); }
.navagraha-shukra { transform: translate(-50%, -50%) rotate(200deg) translateY(-160px) rotate(-200deg); }
.navagraha-shani { transform: translate(-50%, -50%) rotate(240deg) translateY(-160px) rotate(-240deg); }
.navagraha-rahu { transform: translate(-50%, -50%) rotate(280deg) translateY(-160px) rotate(-280deg); }
.navagraha-ketu { transform: translate(-50%, -50%) rotate(320deg) translateY(-160px) rotate(-320deg); }
.node-aries { top: -18px; left: 50%; color: #ffcc00; border-color: rgba(255, 204, 0, 0.3); transform: translateX(-50%); }
.node-leo { bottom: -18px; left: 50%; transform: translateX(-50%); }
.node-scorpio { top: 50%; left: -18px; transform: translateY(-50%); }
.node-gemini { top: 50%; right: -18px; transform: translateY(-50%); }

.premium-glass-card { position: absolute; z-index: 2; top: 350px; left: 60px; width: 320px; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 24px; background: rgba(255, 255, 255, 0.06); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); backdrop-filter: blur(20px); animation: floatDashboard 6s ease-in-out infinite; }
.card-header-row { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.zodiac-large-symbol { font-size: 2rem; }
.card-title-meta h4 { margin: 0; color: #fff; font-size: 1.05rem; }
.card-title-meta p { margin: 2px 0 0; color: #94a3b8; font-size: 0.75rem; }
.sparkle-badge { margin-left: auto; padding: 4px 10px; border: 1px solid rgba(192, 132, 252, 0.3); border-radius: 50px; background: rgba(192, 132, 252, 0.15); color: #c084fc; font-size: 0.7rem; font-weight: 600; }
.card-body-metrics { display: flex; flex-direction: column; gap: 14px; margin-bottom: 15px; }
.metric-row { display: flex; align-items: center; gap: 12px; font-size: 0.8rem; }
.metric-row .label { width: 100px; color: #94a3b8; }
.progress-bar { flex: 1; height: 5px; overflow: hidden; border-radius: 10px; background: rgba(255, 255, 255, 0.05); }
.progress-fill { height: 100%; background: linear-gradient(90deg, #c084fc, #e879f9); }
.metric-row .val { color: #fff; font-weight: 600; }
.card-footer-alert { padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.05); color: #cbd5e1; font-size: 0.75rem; }

@keyframes rotateOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 991px) {
  .astro-modern-hero { min-height: 0; padding-top: 104px; }
  .modern-container { flex-direction: column; gap: 40px; text-align: center; }
  .text-content-side { display: flex; flex-direction: column; align-items: center; }
  .modern-main-title { font-size: clamp(2.6rem, 9vw, 3.5rem); }
  .modern-search-bar { width: 100%; max-width: 500px; }
  .trust-stats-row { justify-content: center; }
  .cosmic-universe-system { transform: scale(0.78); transform-origin: top center; margin-bottom: -100px; }
}

@media (max-width: 575px) {
  .astro-modern-hero { padding-right: 20px; padding-left: 20px; }
  .modern-search-bar { flex-direction: column; gap: 10px; }
  .select-wrapper { min-height: 44px; padding: 8px 5px; }
  .action-submit-btn { justify-content: center; width: 100%; }
  .trust-stats-row { gap: 18px; }
  .stat-item small { font-size: 0.7rem; }
  .cosmic-universe-system { transform: scale(0.62); margin-bottom: -155px; }
}

body.theme-astrotalk .chat-msg.user .chat-sender {
  color: var(--at-orange);
}

body.theme-astrotalk .chat-time {
  color: var(--at-text-muted);
  font-weight: 500;
}

body.theme-astrotalk .chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 800;
}

body.theme-astrotalk .chat-avatar.bot-avatar {
  background: linear-gradient(135deg, var(--at-purple), var(--at-purple-soft));
}

body.theme-astrotalk .chat-avatar.user-avatar {
  background: linear-gradient(135deg, var(--at-orange-light), var(--at-orange));
  color: #fff;
}

body.theme-astrotalk .chat-msg.bot .chat-bubble {
  background: #fff;
  border: none;
  border-radius: 4px 18px 18px 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  color: var(--at-text-dark);
  text-align: left;
}

body.theme-astrotalk .chat-msg.user .chat-bubble {
  background: linear-gradient(135deg, #dcf8c6, #c8f0b8);
  color: #1a2e1a;
  border-radius: 18px 4px 18px 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  text-align: left;
}

body.theme-astrotalk .chat-welcome .chat-bubble {
  border-left: 3px solid var(--at-orange);
}

body.theme-astrotalk .chat-typing .chat-bubble {
  padding: 12px 16px;
  color: var(--at-text-muted);
  font-size: 0.8125rem;
}

body.theme-astrotalk .chat-form textarea {
  border-radius: 24px;
  padding: 12px 18px;
  border: 1px solid var(--border);
  background: #fff;
}

body.theme-astrotalk .chat-form textarea:focus {
  border-color: var(--at-orange);
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.12);
}

