[data-product="horoscope"] {
  --product-accent: #8B5CF6;
  --product-accent-strong: #7C3AED;
  --product-secondary: #6366F1;
  --product-highlight: #38BDF8;
  --product-soft: rgba(139,92,246,.12);
  --product-soft-strong: rgba(124,58,237,.18);
  --product-border: rgba(139,92,246,.32);
  --product-glow: rgba(99,102,241,.2);
  --product-gradient: linear-gradient(135deg, #8B5CF6 0%, #38BDF8 100%);
  --product-button-text: #0f0d16;
}

[data-product="horoscope"] .product-decoration {
  background:
    radial-gradient(circle, rgba(56,189,248,.1) 1px, transparent 1.5px),
    radial-gradient(circle at 72% 12%, rgba(139,92,246,.22), transparent 32%);
  background-size: 54px 54px, auto;
}

[data-product="horoscope"] .product-decoration::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  top: 70px;
  right: 6%;
  border: 1px solid rgba(139,92,246,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(99,102,241,.035), 0 0 0 140px rgba(56,189,248,.02);
}

[data-product="horoscope"] .product-feature-showcase {
  position: relative;
}

[data-product="horoscope"] .product-feature-showcase .product-section__head {
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 34px;
  text-align: center;
}

[data-product="horoscope"] .product-feature-showcase .product-section__head > p:last-child {
  max-width: 690px;
  margin: 14px auto 0;
}

[data-product="horoscope"] .product-feature-showcase .product-feature-grid {
  gap: clamp(16px, 2vw, 24px);
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card {
  position: relative;
  min-height: 510px;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-color: rgba(139,92,246,.2);
  background:
    linear-gradient(180deg, rgba(20,18,43,.92), rgba(12,11,24,.96));
  box-shadow: 0 18px 45px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.045);
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px transparent;
  pointer-events: none;
  transition: box-shadow .22s ease;
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(56,189,248,.38);
  background: linear-gradient(180deg, rgba(27,23,55,.96), rgba(14,12,29,.98));
  box-shadow: 0 24px 58px rgba(7,5,18,.34), 0 0 35px rgba(99,102,241,.08);
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card:hover::after {
  box-shadow: inset 0 0 0 1px rgba(56,189,248,.08);
}

[data-product="horoscope"] .product-feature-card__art {
  position: relative;
  display: grid;
  min-height: 188px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.065);
  background:
    radial-gradient(circle at 50% 45%, rgba(139,92,246,.16), transparent 58%),
    linear-gradient(135deg, rgba(56,189,248,.035), rgba(236,72,153,.035));
}

[data-product="horoscope"] .product-feature-card__art::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: radial-gradient(circle, #c4b5fd 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

[data-product="horoscope"] .product-feature-card__art svg {
  position: relative;
  width: 100%;
  height: 180px;
  transition: transform .35s ease, filter .35s ease;
  filter: drop-shadow(0 12px 20px rgba(4,3,14,.4));
}

[data-product="horoscope"] .product-feature-card:hover .product-feature-card__art svg {
  transform: scale(1.035);
  filter: drop-shadow(0 15px 25px rgba(56,189,248,.12));
}

[data-product="horoscope"] .product-feature-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 11px;
  padding: 25px 25px 24px;
}

[data-product="horoscope"] .product-feature-card__eyebrow {
  color: #a5b4fc;
  font: 800 10px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .14em;
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card h3 {
  margin: 0;
  font-size: 1.42rem;
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card p {
  line-height: 1.62;
}

[data-product="horoscope"] .product-feature-card__details {
  display: grid;
  gap: 7px;
  margin-top: 3px;
  color: rgba(238,242,255,.82);
  font-size: 12px;
  line-height: 1.45;
}

[data-product="horoscope"] .product-feature-card__details > span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

[data-product="horoscope"] .product-feature-card__details > span::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  margin-top: 6px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px rgba(56,189,248,.72);
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.07);
  font-size: 12px;
  letter-spacing: .015em;
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card small span {
  font-size: 17px;
  transition: transform .18s ease;
}

[data-product="horoscope"] .product-feature-showcase .product-feature-card:hover small span {
  transform: translateX(4px);
}

@media (max-width: 900px) and (min-width: 621px) {
  [data-product="horoscope"] .product-feature-showcase .product-feature-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }
}

@media (max-width: 620px) {
  [data-product="horoscope"] .product-feature-showcase .product-section__head {
    text-align: left;
  }

  [data-product="horoscope"] .product-feature-showcase .product-feature-card {
    min-height: 0;
  }

  [data-product="horoscope"] .product-feature-card__art {
    min-height: 168px;
  }

  [data-product="horoscope"] .product-feature-card__art svg {
    height: 164px;
  }
}

[data-product="horoscope"] .horoscope-cosmos {
  min-height: 440px;
  isolation: isolate;
  overflow: visible;
  border: 0;
  background:
    radial-gradient(circle at 52% 48%, rgba(139,92,246,.22), transparent 38%),
    radial-gradient(circle at 77% 20%, rgba(56,189,248,.1), transparent 24%);
  box-shadow: none;
}

[data-product="horoscope"] .horoscope-cosmos::before,
[data-product="horoscope"] .horoscope-cosmos::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

[data-product="horoscope"] .horoscope-cosmos::before {
  inset: 5% -5% 3%;
  border-radius: 34px;
  background:
    radial-gradient(circle, rgba(196,181,253,.16) 1px, transparent 1.4px),
    linear-gradient(145deg, rgba(21,18,48,.84), rgba(10,11,30,.62));
  background-size: 30px 30px, auto;
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 34px 80px rgba(0,0,0,.3);
  mask-image: linear-gradient(to bottom, #000 78%, transparent);
}

[data-product="horoscope"] .horoscope-cosmos::after {
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(139,92,246,.14);
  filter: blur(68px);
  animation: horoscope-aura 7s ease-in-out infinite alternate;
}

[data-product="horoscope"] .horoscope-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
}

[data-product="horoscope"] .horoscope-orbit--outer {
  width: min(94%, 430px);
  border: 1px solid rgba(129,140,248,.25);
  box-shadow: 0 0 0 28px rgba(99,102,241,.028), inset 0 0 56px rgba(139,92,246,.05);
  transform: translate(-50%, -50%);
}

[data-product="horoscope"] .horoscope-orbit--outer::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-top: 2px solid #7dd3fc;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: inherit;
  filter: drop-shadow(0 0 8px rgba(56,189,248,.92));
  animation: horoscope-orbit-ring 18s linear infinite;
}

[data-product="horoscope"] .horoscope-orbit--outer > span {
  --angle: calc(var(--i) * 30deg);
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(253,230,138,.32);
  border-radius: 50%;
  background: #11112d;
  box-shadow: 0 7px 22px rgba(0,0,0,.36), 0 0 13px rgba(139,92,246,.14);
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-215px) rotate(calc(var(--angle) * -1));
}

[data-product="horoscope"] .horoscope-rashi-mark {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 6px rgba(139,92,246,.35));
}

[data-product="horoscope"] .horoscope-rashi-mark__disc {
  fill: #181538;
  stroke: rgba(125,211,252,.45);
  stroke-width: 1;
}

[data-product="horoscope"] .horoscope-rashi-mark__symbol {
  fill: none;
  stroke: #c4b5fd;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-product="horoscope"] .horoscope-orbit--inner {
  width: 292px;
  border: 1px dashed rgba(56,189,248,.19);
  transform: translate(-50%, -50%);
}

[data-product="horoscope"] .horoscope-orbit--inner::before,
[data-product="horoscope"] .horoscope-orbit--inner::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #bae6fd;
  box-shadow: 0 0 13px #38bdf8;
  animation: horoscope-scan 11s linear infinite;
}

[data-product="horoscope"] .horoscope-orbit--inner::after {
  animation-delay: -5.5s;
}

[data-product="horoscope"] .horoscope-sky-card {
  position: relative;
  z-index: 2;
  width: min(67%, 300px);
  overflow: hidden;
  border: 1px solid rgba(165,180,252,.34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 38%, rgba(99,102,241,.2), transparent 38%),
    linear-gradient(155deg, rgba(28,24,62,.97), rgba(11,12,32,.98));
  box-shadow: 0 30px 70px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.07);
  animation: horoscope-float 6s ease-in-out infinite;
}

[data-product="horoscope"] .horoscope-sky-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 30%, rgba(255,255,255,.06) 49%, transparent 67%);
  transform: translateX(-100%);
  animation: horoscope-sheen 7.5s ease-in-out infinite;
  pointer-events: none;
}

[data-product="horoscope"] .horoscope-sky-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 19px 20px 16px;
  border-bottom: 1px solid rgba(165,180,252,.14);
}

[data-product="horoscope"] .horoscope-sky-card__head div {
  display: grid;
  gap: 6px;
}

[data-product="horoscope"] .horoscope-sky-card__head div > span,
[data-product="horoscope"] .horoscope-sky-card__body > span,
[data-product="horoscope"] .horoscope-reading-card > span,
[data-product="horoscope"] .horoscope-moon-card div > span {
  color: #7dd3fc;
  font: 800 9px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

[data-product="horoscope"] .horoscope-sky-card__head div > strong {
  color: #f5f3ff;
  font: 600 13px/1.25 "Space Grotesk", "Inter", system-ui, sans-serif;
}

[data-product="horoscope"] .horoscope-sky-card__head > i {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 1px solid rgba(125,211,252,.2);
  border-radius: 999px;
  color: rgba(224,231,255,.72);
  background: rgba(56,189,248,.08);
  font: normal 750 7px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .08em;
 }

[data-product="horoscope"] .horoscope-sky-card__head > i span {
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 9px #38bdf8;
}

[data-product="horoscope"] .horoscope-sky-card__body {
  display: grid;
  min-height: 194px;
  place-items: center;
  align-content: center;
  gap: 2px;
  background:
    radial-gradient(circle, transparent 57px, rgba(129,140,248,.13) 58px, transparent 59px),
    radial-gradient(circle, transparent 79px, rgba(56,189,248,.06) 80px, transparent 81px);
}

[data-product="horoscope"] .horoscope-kundli {
  width: 148px;
  height: 148px;
  overflow: visible;
  fill: rgba(99,102,241,.04);
  stroke: url(#horoscope-kundli-line);
  stroke-width: 1.1;
  filter: drop-shadow(0 0 13px rgba(99,102,241,.28));
}

[data-product="horoscope"] .horoscope-kundli__moon {
  fill: rgba(224,231,255,.08);
  stroke: #c4b5fd;
  stroke-width: 1.4;
}

[data-product="horoscope"] .horoscope-kundli__star {
  fill: #bae6fd;
  stroke: none;
  filter: drop-shadow(0 0 5px #38bdf8);
}

[data-product="horoscope"] .horoscope-sky-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(165,180,252,.14);
 }

[data-product="horoscope"] .horoscope-sky-card__metrics div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 13px 5px 14px;
  text-align: center;
 }

[data-product="horoscope"] .horoscope-sky-card__metrics div + div {
  border-left: 1px solid rgba(165,180,252,.11);
 }

[data-product="horoscope"] .horoscope-sky-card__metrics span {
  color: rgba(224,231,255,.54);
  font-size: 8px;
  text-transform: uppercase;
 }

[data-product="horoscope"] .horoscope-sky-card__metrics strong {
  overflow: hidden;
  color: #c4b5fd;
  font: 600 10px/1.1 "Space Grotesk", system-ui, sans-serif;
  text-overflow: ellipsis;
 }

[data-product="horoscope"] .horoscope-reading-card,
[data-product="horoscope"] .horoscope-moon-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(165,180,252,.28);
  background: rgba(14,14,41,.91);
  box-shadow: 0 18px 36px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
 }

[data-product="horoscope"] .horoscope-reading-card {
  left: -1%;
  bottom: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  min-width: 210px;
  padding: 14px 16px;
  border-radius: 15px;
  animation: horoscope-float 6s -2.4s ease-in-out infinite;
 }

[data-product="horoscope"] .horoscope-reading-card > span {
  grid-column: 1 / -1;
 }

[data-product="horoscope"] .horoscope-reading-card strong {
  color: #f5f3ff;
  font: 600 11px/1 "Space Grotesk", system-ui, sans-serif;
 }

[data-product="horoscope"] .horoscope-reading-card i {
  color: #7dd3fc;
  font: normal 700 11px/1 "Space Grotesk", system-ui, sans-serif;
 }

[data-product="horoscope"] .horoscope-moon-card {
  right: -11%;
  top: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border-radius: 16px;
  animation: horoscope-float 6s -4.1s ease-in-out infinite;
 }

[data-product="horoscope"] .horoscope-moon-card__icon {
  position: relative;
  width: 35px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0e7ff, #7dd3fc);
  box-shadow: 0 0 18px rgba(125,211,252,.28);
 }

[data-product="horoscope"] .horoscope-moon-card__icon::after {
  content: "";
  position: absolute;
  width: 35px;
  aspect-ratio: 1;
  left: 11px;
  top: -6px;
  border-radius: 50%;
  background: #12122f;
 }

[data-product="horoscope"] .horoscope-moon-card div {
  display: grid;
  gap: 5px;
 }

[data-product="horoscope"] .horoscope-moon-card strong {
  color: #f5f3ff;
  font: 600 11px/1 "Space Grotesk", system-ui, sans-serif;
  white-space: nowrap;
 }

[data-product="horoscope"] .horoscope-cosmos__caption {
  position: absolute;
  right: 24px;
  top: calc(100% + 36px);
  bottom: auto;
  left: 24px;
  color: rgba(224,231,255,.55);
  font: 750 9px/1.4 "Inter", system-ui, sans-serif;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
 }

[data-product="horoscope"] .horoscope-cosmos__caption span {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 7px 1px 0;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 9px #38bdf8;
 }

@keyframes horoscope-orbit-ring {
  to { transform: rotate(360deg); }
 }

@keyframes horoscope-scan {
  from { transform: translate(-50%, -50%) rotate(0deg) translateY(-146px); }
  to { transform: translate(-50%, -50%) rotate(360deg) translateY(-146px); }
 }

@keyframes horoscope-float {
  50% { transform: translateY(-7px); }
 }

@keyframes horoscope-sheen {
  0%, 64% { transform: translateX(-110%); }
  82%, 100% { transform: translateX(110%); }
 }

@keyframes horoscope-aura {
  from { opacity: .52; transform: translate(-24px, 12px) scale(.92); }
  to { opacity: 1; transform: translate(24px, -12px) scale(1.08); }
}

[data-product="horoscope"] .rashifal-section {
  position: relative;
}

[data-product="horoscope"] .rashifal-section__head {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

[data-product="horoscope"] .rashifal-section__head > p:last-child {
  margin: 14px auto 0;
}

[data-product="horoscope"] .rashi-selection-heading__intro {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

[data-product="horoscope"] .rashi-selection-heading__intro > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(56,189,248,.38);
  border-radius: 10px;
  color: #bae6fd;
  background: rgba(56,189,248,.09);
  font: 800 11px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .08em;
}

[data-product="horoscope"] .rashi-selection-heading h3 {
  margin: 0 0 7px;
  color: var(--text);
  font-size: 1.08rem;
}

[data-product="horoscope"] .rashi-selection-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

[data-product="horoscope"] .rashifal-periods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  width: clamp(360px, 34vw, 430px);
  min-width: 0;
  justify-self: center;
  padding: 5px;
  border: 1px solid rgba(139,92,246,.28);
  border-radius: 999px;
  background: rgba(19,18,41,.72);
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 12px 30px rgba(3,2,12,.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

[data-product="horoscope"] .rashifal-period {
  min-height: 40px;
  padding: 9px 18px;
  border: 0;
  border-radius: 999px;
  color: var(--text);
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

[data-product="horoscope"] .rashifal-period:hover {
  transform: none;
  background: rgba(139,92,246,.1);
}

[data-product="horoscope"] .rashifal-period:focus-visible {
  outline: 3px solid var(--product-focus-ring);
  outline-offset: 3px;
}

[data-product="horoscope"] .rashifal-period.is-active {
  color: #f8f7ff;
  background: linear-gradient(135deg, rgba(124,58,237,.86), rgba(14,165,233,.75));
  box-shadow: 0 7px 18px rgba(14,12,38,.3), inset 0 1px rgba(255,255,255,.2);
}

[data-product="horoscope"] .rashifal-period span {
  display: block;
}

[data-product="horoscope"] .rashifal-period span {
  font: 700 12px/1.2 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .rashi-selection-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}

[data-product="horoscope"] .rashi-selection-heading strong {
  color: var(--product-highlight);
}

[data-product="horoscope"] .rashi-selection-heading__hint {
  justify-self: end;
  white-space: nowrap;
}

[data-product="horoscope"] .rashi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 20px);
}

[data-product="horoscope"] .rashi-card {
  --rashi-accent: 139, 92, 246;
  --rashi-accent-soft: 129, 140, 248;
  --rashi-orbit-y: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 354px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(var(--rashi-accent), .23);
  border-radius: 20px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 21%, rgba(var(--rashi-accent), .18), transparent 37%),
    linear-gradient(155deg, rgba(28,26,62,.94), rgba(13,13,31,.97));
  box-shadow: 0 18px 42px rgba(3,2,12,.2), inset 0 1px rgba(255,255,255,.065);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  text-decoration: none;
  isolation: isolate;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

[data-product="horoscope"] .rashi-card--fire {
  --rashi-accent: 249, 115, 22;
  --rashi-accent-soft: 251, 191, 36;
}

[data-product="horoscope"] .rashi-card--earth {
  --rashi-accent: 16, 185, 129;
  --rashi-accent-soft: 52, 211, 153;
}

[data-product="horoscope"] .rashi-card--air {
  --rashi-accent: 14, 165, 233;
  --rashi-accent-soft: 56, 189, 248;
}

[data-product="horoscope"] .rashi-card--water {
  --rashi-accent: 147, 51, 234;
  --rashi-accent-soft: 192, 132, 252;
}

[data-product="horoscope"] .rashi-card::before,
[data-product="horoscope"] .rashi-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

[data-product="horoscope"] .rashi-card::before {
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% var(--rashi-orbit-y), transparent 0 70px, rgba(var(--rashi-accent-soft), .14) 71px 72px, transparent 73px),
    radial-gradient(circle, rgba(var(--rashi-accent-soft), .18) 1px, transparent 1.25px);
  background-size: auto, 24px 24px;
  mask-image: linear-gradient(to bottom, #000 0, #000 42%, transparent 69%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 42%, transparent 69%);
}

[data-product="horoscope"] .rashi-card::after {
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: linear-gradient(112deg, transparent 32%, rgba(255,255,255,.065) 48%, transparent 64%);
  transform: translateX(-115%);
  transition: transform .55s ease;
}

[data-product="horoscope"] .rashi-card:hover,
[data-product="horoscope"] .rashi-card.is-active {
  transform: translateY(-5px);
  border-color: rgba(var(--rashi-accent), .58);
  box-shadow: 0 24px 52px rgba(3,2,12,.34), 0 0 28px rgba(var(--rashi-accent), .1), inset 0 1px rgba(255,255,255,.08);
}

[data-product="horoscope"] .rashi-card:hover::after {
  transform: translateX(115%);
}

[data-product="horoscope"] .rashi-card:focus-visible {
  outline: 3px solid var(--product-focus-ring);
  outline-offset: 4px;
}

[data-product="horoscope"] .rashi-card__top {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
}

[data-product="horoscope"] .rashi-card__number {
  color: rgba(224,231,255,.42);
  font: 800 10px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .12em;
}

[data-product="horoscope"] .rashi-card__element {
  padding: 5px 8px;
  border: 1px solid rgba(var(--rashi-accent), .25);
  border-radius: 999px;
  color: rgb(var(--rashi-accent-soft));
  background: rgba(var(--rashi-accent), .09);
  font: 750 9px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

[data-product="horoscope"] .rashi-card__visual {
  position: relative;
  z-index: 4;
  display: grid;
  width: 118px;
  max-width: 70%;
  aspect-ratio: 1;
  margin: 5px auto 22px;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(var(--rashi-accent), .1);
  border-radius: 24px;
  background: radial-gradient(circle, rgba(var(--rashi-accent), .15), transparent 70%);
  box-shadow: inset 0 1px rgba(255,255,255,.035), 0 0 34px rgba(var(--rashi-accent), .12);
}

[data-product="horoscope"] .rashi-card__visual::before {
  content: "";
  position: absolute;
  inset: -14px;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(15,16,39,.98) 0 48%, rgba(17,18,44,.94) 49% 56%, rgba(var(--rashi-accent), .15) 62%, transparent 74%);
  box-shadow: 0 0 34px rgba(var(--rashi-accent), .1);
  pointer-events: none;
}

[data-product="horoscope"] .rashi-card__art {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 50%;
  filter: drop-shadow(0 12px 20px rgba(2,1,10,.38));
  transition: transform .22s ease, filter .22s ease;
}

[data-product="horoscope"] .rashi-card:hover .rashi-card__art,
[data-product="horoscope"] .rashi-card.is-active .rashi-card__art {
  transform: scale(1.035);
  filter: drop-shadow(0 14px 22px rgba(3,2,12,.46)) drop-shadow(0 0 10px rgba(var(--rashi-accent), .2));
}

[data-product="horoscope"] .rashi-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  padding-top: 2px;
}

[data-product="horoscope"] .rashi-card__name {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

[data-product="horoscope"] .rashi-card strong {
  color: #f8f7ff;
  font: 650 17px/1.2 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .rashi-card__name small {
  color: rgba(var(--rashi-accent), .9);
  font: 700 10px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
}

[data-product="horoscope"] .rashi-card__description {
  display: block;
  min-height: 48px;
  margin-top: 8px;
  color: rgba(224,231,255,.62);
  font-size: 11.5px;
  line-height: 1.52;
}

[data-product="horoscope"] .rashi-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.075);
  color: rgba(238,242,255,.9);
  font: 700 11px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .025em;
}

[data-product="horoscope"] .rashi-card__arrow {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(var(--rashi-accent), .28);
  border-radius: 50%;
  color: rgb(var(--rashi-accent));
  background: rgba(var(--rashi-accent), .09);
  font-size: 14px;
  transition: transform .18s ease;
}

[data-product="horoscope"] .rashi-card:hover .rashi-card__arrow {
  transform: translateX(3px);
}

[data-product="horoscope"] .rashi-finder {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 52px);
  min-height: 248px;
  margin: 4px 0 var(--product-section-space);
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(167,139,250,.34);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 22%, rgba(56,189,248,.18), transparent 23%),
    radial-gradient(circle at 84% 110%, rgba(245,158,11,.15), transparent 35%),
    linear-gradient(118deg, rgba(13,11,34,.98), rgba(28,18,62,.94) 54%, rgba(10,20,43,.97));
  box-shadow: 0 24px 64px rgba(2,1,12,.3), inset 0 1px 0 rgba(255,255,255,.06);
}

[data-product="horoscope"] .rashi-finder::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(125,211,252,.7) 0 1px, transparent 1.5px);
  background-position: 0 0, 27px 31px;
  background-size: 68px 68px, 91px 91px;
  mask-image: linear-gradient(90deg, #000, transparent 42%, #000);
}

[data-product="horoscope"] .rashi-finder::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  right: -120px;
  bottom: -190px;
  border: 1px solid rgba(251,191,36,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(251,191,36,.025), 0 0 0 64px rgba(139,92,246,.025);
}

[data-product="horoscope"] .rashi-finder__visual {
  position: relative;
  display: grid;
  width: 164px;
  aspect-ratio: 1;
  place-items: center;
}

[data-product="horoscope"] .rashi-finder__orbit {
  position: absolute;
  border: 1px solid rgba(196,181,253,.28);
  border-radius: 50%;
}

[data-product="horoscope"] .rashi-finder__orbit--outer {
  inset: 0;
  border-style: dashed;
  animation: rashi-finder-spin 28s linear infinite;
}

[data-product="horoscope"] .rashi-finder__orbit--outer::before,
[data-product="horoscope"] .rashi-finder__orbit--inner::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 15px rgba(56,189,248,.8);
}

[data-product="horoscope"] .rashi-finder__orbit--outer::before {
  top: 18px;
  right: 17px;
}

[data-product="horoscope"] .rashi-finder__orbit--inner {
  inset: 20px;
  border-color: rgba(251,191,36,.25);
  transform: rotate(-28deg);
}

[data-product="horoscope"] .rashi-finder__orbit--inner::before {
  right: 8px;
  bottom: 15px;
  width: 5px;
  height: 5px;
  background: #fbbf24;
  box-shadow: 0 0 12px rgba(251,191,36,.8);
}

[data-product="horoscope"] .rashi-finder__moon {
  display: grid;
  width: 86px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fef3c7;
  background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.16), transparent 38%), rgba(139,92,246,.18);
  box-shadow: 0 0 42px rgba(139,92,246,.26), inset 0 0 22px rgba(56,189,248,.1);
}

[data-product="horoscope"] .rashi-finder__moon svg {
  width: 54px;
  fill: currentColor;
}

[data-product="horoscope"] .rashi-finder__star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px rgba(255,255,255,.85);
}

[data-product="horoscope"] .rashi-finder__star--one {
  top: 45px;
  left: 25px;
}

[data-product="horoscope"] .rashi-finder__star--two {
  right: 21px;
  bottom: 45px;
}

[data-product="horoscope"] .rashi-finder__copy {
  min-width: 0;
}

[data-product="horoscope"] .rashi-finder__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  color: #c4b5fd;
  font: 700 11px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

[data-product="horoscope"] .rashi-finder__eyebrow span {
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, #38bdf8, #a78bfa);
}

[data-product="horoscope"] .rashi-finder h2 {
  margin: 0;
  color: #fff;
  font: 650 clamp(1.65rem, 3vw, 2.35rem)/1.1 "Space Grotesk", system-ui, sans-serif;
  letter-spacing: -.025em;
}

[data-product="horoscope"] .rashi-finder__copy > p:last-of-type {
  max-width: 560px;
  margin: 11px 0 0;
  color: rgba(226,232,240,.7);
  font-size: 14px;
  line-height: 1.65;
}

[data-product="horoscope"] .rashi-finder__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

[data-product="horoscope"] .rashi-finder__copy li {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: rgba(238,242,255,.76);
  background: rgba(255,255,255,.035);
  font: 650 10px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

[data-product="horoscope"] .rashi-finder__copy li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 7px rgba(56,189,248,.6);
}

[data-product="horoscope"] .rashi-finder__action {
  display: flex;
  min-width: 245px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px 17px 21px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 16px;
  color: #121027;
  background: linear-gradient(135deg, #fef3c7, #fbbf24 48%, #a78bfa 140%);
  box-shadow: 0 12px 30px rgba(245,158,11,.14);
  font: 750 13px/1.35 "Inter", system-ui, sans-serif;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

[data-product="horoscope"] .rashi-finder__action small {
  display: block;
  margin-bottom: 3px;
  color: rgba(18,16,39,.63);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

[data-product="horoscope"] .rashi-finder__action svg {
  width: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .2s ease;
}

[data-product="horoscope"] .rashi-finder__action:hover,
[data-product="horoscope"] .rashi-finder__action:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(245,158,11,.22);
}

[data-product="horoscope"] .rashi-finder__action:hover svg {
  transform: translateX(4px);
}

@keyframes rashi-finder-spin {
  to { transform: rotate(360deg); }
}

[data-product="horoscope"] .kundli-studio__head {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

[data-product="horoscope"] .kundli-studio__head > p:last-child {
  margin-inline: auto;
}

[data-product="horoscope"] .kundli-studio__workspace {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: 14px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(139,92,246,.27);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 80%, rgba(56,189,248,.08), transparent 30%),
    linear-gradient(135deg, rgba(12,10,31,.96), rgba(20,14,48,.94));
  box-shadow: 0 26px 70px rgba(2,1,12,.28), inset 0 1px rgba(255,255,255,.05);
}

[data-product="horoscope"] .kundli-studio__workspace::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  top: -150px;
  right: -95px;
  border: 1px solid rgba(56,189,248,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(56,189,248,.025), 0 0 0 68px rgba(139,92,246,.025);
}

[data-product="horoscope"] .kundli-studio__visual {
  position: relative;
  display: flex;
  min-height: 480px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(56,189,248,.2);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 45%, rgba(99,102,241,.25), transparent 38%),
    linear-gradient(160deg, rgba(9,22,48,.88), rgba(13,8,32,.96));
}

[data-product="horoscope"] .kundli-studio__visual::before,
[data-product="horoscope"] .kundli-studio__visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(167,139,250,.12);
  border-radius: 50%;
}

[data-product="horoscope"] .kundli-studio__visual::before {
  width: 330px;
  height: 330px;
  top: 75px;
}

[data-product="horoscope"] .kundli-studio__visual::after {
  width: 280px;
  height: 280px;
  top: 100px;
  border-style: dashed;
  animation: rashi-finder-spin 42s linear infinite reverse;
}

[data-product="horoscope"] .kundli-studio__visual-head,
[data-product="horoscope"] .kundli-studio__signals {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

[data-product="horoscope"] .kundli-studio__visual-head span {
  color: #e0f2fe;
  font: 700 11px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

[data-product="horoscope"] .kundli-studio__visual-head i {
  color: rgba(196,181,253,.64);
  font: 600 10px/1.2 "Inter", system-ui, sans-serif;
  font-style: normal;
}

[data-product="horoscope"] .kundli-studio__chart {
  position: relative;
  z-index: 2;
  width: min(100%, 270px);
  height: auto;
  margin-top: 66px;
  overflow: visible;
  fill: none;
  stroke: rgba(125,211,252,.5);
  stroke-width: 1.15;
  filter: drop-shadow(0 0 15px rgba(56,189,248,.12));
}

[data-product="horoscope"] .kundli-studio__chart circle {
  fill: rgba(139,92,246,.09);
  stroke: rgba(196,181,253,.55);
}

[data-product="horoscope"] .kundli-studio__chart .kundli-studio__moon {
  fill: #fde68a;
  stroke: none;
  filter: drop-shadow(0 0 10px rgba(251,191,36,.38));
}

[data-product="horoscope"] .kundli-studio__signals {
  justify-content: center;
  margin-top: auto;
}

[data-product="horoscope"] .kundli-studio__signals span {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(224,242,254,.68);
  background: rgba(255,255,255,.035);
  font: 700 9px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

[data-product="horoscope"] .kundli-studio__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: rgba(167,139,250,.22);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}

[data-product="horoscope"] .kundli-studio__form-intro {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 2px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

[data-product="horoscope"] .kundli-studio__form-intro > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(56,189,248,.35);
  border-radius: 12px;
  color: #7dd3fc;
  background: rgba(56,189,248,.08);
  font: 800 11px/1 "Inter", system-ui, sans-serif;
}

[data-product="horoscope"] .kundli-studio__form-intro strong,
[data-product="horoscope"] .kundli-studio__form-intro small {
  display: block;
}

[data-product="horoscope"] .kundli-studio__form-intro strong {
  color: #f8fafc;
  font: 650 15px/1.25 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .kundli-studio__form-intro small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

[data-product="horoscope"] .kundli-studio__panel .product-field input {
  border-color: rgba(167,139,250,.18);
  background: rgba(5,5,18,.68);
}

[data-product="horoscope"] .product-field input:is([type="date"], [type="time"]) {
  color-scheme: dark;
}

[data-product="horoscope"] .product-field input:is([type="date"], [type="time"])::-webkit-calendar-picker-indicator {
  width: 18px;
  height: 18px;
  margin-right: -2px;
  padding: 4px;
  border-radius: 6px;
  cursor: pointer;
  opacity: .82;
  filter: brightness(0) saturate(100%) invert(83%) sepia(23%) saturate(1034%) hue-rotate(172deg) brightness(102%) contrast(98%);
  transition: opacity .18s ease, background-color .18s ease;
}

[data-product="horoscope"] .product-field input:is([type="date"], [type="time"])::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
  background-color: rgba(56,189,248,.12);
}

[data-product="horoscope"] .kundli-studio__panel .product-button {
  width: 100%;
  min-height: 50px;
}

[data-product="horoscope"] .matching-studio__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 840px;
}

[data-product="horoscope"] .matching-studio__head > div:last-child > p:last-child {
  margin-bottom: 0;
}

[data-product="horoscope"] .matching-studio__symbol {
  position: relative;
  width: 92px;
  height: 68px;
}

[data-product="horoscope"] .matching-studio__symbol span {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 5px;
  border: 1px solid rgba(167,139,250,.42);
  border-radius: 50%;
  background: rgba(139,92,246,.08);
}

[data-product="horoscope"] .matching-studio__symbol span:first-child {
  left: 0;
}

[data-product="horoscope"] .matching-studio__symbol span:nth-child(2) {
  right: 0;
  border-color: rgba(56,189,248,.38);
  background: rgba(56,189,248,.07);
}

[data-product="horoscope"] .matching-studio__symbol i {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 26px;
  height: 26px;
  top: 21px;
  left: 33px;
  place-items: center;
  border: 1px solid rgba(251,191,36,.38);
  border-radius: 50%;
  color: #fcd34d;
  background: #171128;
  font: 700 14px/1 "Inter", system-ui, sans-serif;
  font-style: normal;
}

[data-product="horoscope"] .matching-studio__panel {
  position: relative;
  padding: clamp(18px, 3vw, 30px);
  overflow: hidden;
  border-color: rgba(139,92,246,.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 0, rgba(139,92,246,.12), transparent 30%),
    radial-gradient(circle at 100% 0, rgba(56,189,248,.1), transparent 30%),
    linear-gradient(145deg, rgba(17,12,40,.98), rgba(7,15,31,.96));
}

[data-product="horoscope"] .matching-studio__panel::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -100px;
  bottom: -110px;
  border: 1px solid rgba(56,189,248,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(56,189,248,.02);
}

[data-product="horoscope"] .matching-studio__note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

[data-product="horoscope"] .matching-studio__note > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(251,191,36,.25);
  border-radius: 12px;
  color: #fcd34d;
  background: rgba(251,191,36,.07);
}

[data-product="horoscope"] .matching-studio__note svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

[data-product="horoscope"] .matching-studio__note p,
[data-product="horoscope"] .matching-studio__note strong,
[data-product="horoscope"] .matching-studio__note small {
  display: block;
  margin: 0;
}

[data-product="horoscope"] .matching-studio__note strong {
  color: #f8fafc;
  font: 650 14px/1.3 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .matching-studio__note small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

[data-product="horoscope"] .matching-people {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

[data-product="horoscope"] .matching-person {
  position: relative;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 25px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.028);
}

[data-product="horoscope"] .matching-person::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  top: -1px;
  left: 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, #38bdf8, #a5f3fc);
  box-shadow: 0 0 12px rgba(56,189,248,.4);
}

[data-product="horoscope"] .matching-person--two::before {
  background: linear-gradient(90deg, #f472b6, #fbcfe8);
  box-shadow: 0 0 12px rgba(244,114,182,.38);
}

[data-product="horoscope"] .matching-person legend {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 10px;
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  color: var(--text);
}

[data-product="horoscope"] .matching-person legend .matching-person__gender {
  grid-row: 1 / span 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(56,189,248,.28);
  border-radius: 50%;
  color: #7dd3fc;
  background: rgba(56,189,248,.09);
}

[data-product="horoscope"] .matching-person legend .matching-person__gender svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

[data-product="horoscope"] .matching-person--two legend .matching-person__gender {
  border-color: rgba(244,114,182,.28);
  color: #f9a8d4;
  background: rgba(244,114,182,.09);
}

[data-product="horoscope"] .matching-person legend strong {
  font: 650 1.05rem/1.2 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .matching-person legend small {
  color: var(--muted);
  font: 500 10px/1.2 "Inter", system-ui, sans-serif;
}

[data-product="horoscope"] .matching-person .product-field input {
  border-color: rgba(255,255,255,.1);
  background: rgba(3,4,15,.62);
}

[data-product="horoscope"] .matching-person .product-button {
  width: 100%;
}

[data-product="horoscope"] .matching-studio__link {
  position: relative;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  justify-self: center;
  place-items: center;
  border: 1px solid rgba(251,191,36,.32);
  border-radius: 50%;
  color: #fcd34d;
  background: #151026;
  box-shadow: 0 0 0 7px #100d24, 0 0 24px rgba(251,191,36,.12);
}

[data-product="horoscope"] .matching-studio__link::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(167,139,250,.35), rgba(251,191,36,.45), rgba(56,189,248,.35));
}

[data-product="horoscope"] .matching-studio__link i {
  font: 700 17px/1 "Inter", system-ui, sans-serif;
  font-style: normal;
}

[data-product="horoscope"] .matching-studio__finish {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 42px;
}

[data-product="horoscope"] .matching-studio__finish > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167,139,250,.25));
}

[data-product="horoscope"] .matching-studio__finish > span:last-child {
  background: linear-gradient(90deg, rgba(56,189,248,.25), transparent);
}

[data-product="horoscope"] .matching-studio__finish .product-button {
  min-width: 230px;
}

[data-product="horoscope"] .confirmation-card {
  padding: 20px;
  border: 1px solid rgba(245,158,11,.34);
  border-radius: var(--product-card-radius);
  background: rgba(245,158,11,.08);
}

[data-product="horoscope"] .confirmation-card dl {
  display: grid;
  grid-template-columns: minmax(120px, .4fr) 1fr;
  gap: 10px 18px;
  margin: 16px 0;
}

[data-product="horoscope"] .confirmation-card dt {
  color: var(--muted);
}

[data-product="horoscope"] .confirmation-card dd {
  margin: 0;
  overflow-wrap: anywhere;
}

[data-product="horoscope"] .profile-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

[data-product="horoscope"] .profile-card,
[data-product="horoscope"] .forecast-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--product-card-radius);
  background: rgba(255,255,255,.03);
}

[data-product="horoscope"] .profile-card__label {
  color: var(--muted);
  font-size: 13px;
}

[data-product="horoscope"] .profile-card strong {
  display: block;
  margin-top: 8px;
  color: var(--product-highlight);
  font: 600 1.75rem/1.15 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .product-result-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

[data-product="horoscope"] .product-result-header h2 {
  margin: 0;
}

[data-product="horoscope"] .product-result-meta {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

[data-product="horoscope"] .kundli-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) 1.18fr;
  gap: 20px;
  margin-top: 20px;
}

[data-product="horoscope"] .kundli-chart {
  display: grid;
  min-height: 330px;
  aspect-ratio: 1;
  place-items: center;
  padding: 16px;
  border: 1px solid var(--product-border);
  border-radius: var(--product-card-radius);
  color: var(--product-highlight);
  background: rgba(4,4,15,.45);
}

[data-product="horoscope"] .kundli-chart svg {
  width: 100%;
  max-width: 420px;
  height: auto;
}

[data-product="horoscope"] .kundli-studio .product-results {
  margin-top: clamp(34px, 5vw, 58px);
  scroll-margin-top: 92px;
}

[data-product="horoscope"] .kundli-result {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3.5vw, 36px);
  border-color: rgba(56,189,248,.25);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 0, rgba(56,189,248,.12), transparent 26%),
    radial-gradient(circle at 100% 15%, rgba(139,92,246,.12), transparent 28%),
    linear-gradient(145deg, rgba(8,18,39,.98), rgba(18,11,43,.97));
  box-shadow: 0 28px 72px rgba(2,1,12,.34), inset 0 1px rgba(255,255,255,.06);
}

[data-product="horoscope"] .kundli-result::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -175px;
  right: -95px;
  border: 1px solid rgba(125,211,252,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(56,189,248,.025), 0 0 0 72px rgba(139,92,246,.02);
}

[data-product="horoscope"] .kundli-result__header {
  position: relative;
  z-index: 1;
  align-items: center;
  padding-bottom: 26px;
  border-color: rgba(255,255,255,.09);
}

[data-product="horoscope"] .kundli-result__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

[data-product="horoscope"] .kundli-result__seal {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(251,191,36,.3);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(251,191,36,.12), rgba(139,92,246,.08));
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 10px 24px rgba(2,1,12,.2);
}

[data-product="horoscope"] .kundli-result__seal::before,
[data-product="horoscope"] .kundli-result__seal::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #fcd34d;
  transform: rotate(45deg);
}

[data-product="horoscope"] .kundli-result__seal::after {
  width: 10px;
  height: 10px;
  border-color: #7dd3fc;
}

[data-product="horoscope"] .kundli-result__heading .product-badge {
  margin-bottom: 8px;
}

[data-product="horoscope"] .kundli-result__heading h2 {
  color: #f8fafc;
  font-size: clamp(1.45rem, 2.7vw, 2rem);
  letter-spacing: -.02em;
}

[data-product="horoscope"] .kundli-result .product-result-meta {
  max-width: 430px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  color: rgba(226,232,240,.68);
  background: rgba(255,255,255,.03);
  font-size: 11px;
  text-align: right;
}

[data-product="horoscope"] .kundli-result .profile-summary {
  position: relative;
  z-index: 1;
  gap: 12px;
  margin-top: 26px;
}

[data-product="horoscope"] .kundli-result .profile-card {
  --summary-accent: 56,189,248;
  position: relative;
  overflow: hidden;
  padding: 22px 20px;
  border-color: rgba(var(--summary-accent), .2);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0, rgba(var(--summary-accent), .1), transparent 44%),
    rgba(255,255,255,.028);
}

[data-product="horoscope"] .kundli-result .profile-card--moon {
  --summary-accent: 251,191,36;
}

[data-product="horoscope"] .kundli-result .profile-card--nakshatra {
  --summary-accent: 167,139,250;
}

[data-product="horoscope"] .profile-card__index {
  position: absolute;
  top: 14px;
  right: 15px;
  color: rgba(var(--summary-accent), .55);
  font: 800 10px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .08em;
}

[data-product="horoscope"] .kundli-result .profile-card__label {
  color: rgba(226,232,240,.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

[data-product="horoscope"] .kundli-result .profile-card strong {
  padding-right: 18px;
  color: rgb(var(--summary-accent));
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

[data-product="horoscope"] .kundli-result__details {
  position: relative;
  z-index: 1;
  gap: 14px;
  margin-top: 14px;
}

[data-product="horoscope"] .kundli-result__chart {
  border-color: rgba(56,189,248,.2);
  border-radius: 18px;
  color: #7dd3fc;
  background:
    radial-gradient(circle at 50% 50%, rgba(99,102,241,.16), transparent 55%),
    rgba(2,7,22,.52);
  box-shadow: inset 0 1px rgba(255,255,255,.04);
}

[data-product="horoscope"] .kundli-result__table {
  border-radius: 18px;
}

[data-product="horoscope"] .kundli-result__table h3 {
  margin: 0 0 14px;
  color: #e0f2fe;
  font: 650 1rem/1.2 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] :is(.graha-table, .koota-table) {
  width: 100%;
  border-collapse: collapse;
}

[data-product="horoscope"] :is(.graha-table, .koota-table) :is(th, td) {
  padding: 11px 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
  vertical-align: top;
}

[data-product="horoscope"] :is(.graha-table, .koota-table) th {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

[data-product="horoscope"] .advanced-results {
  margin-top: 22px;
}

[data-product="horoscope"] .matching-score {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px 18px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--product-border);
  border-radius: var(--product-card-radius);
  background: var(--product-soft);
}

[data-product="horoscope"] .matching-score__value {
  color: var(--product-highlight);
  font-family: "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .matching-score__num {
  font-size: 2.75rem;
  font-weight: 600;
}

[data-product="horoscope"] .matching-score__max {
  color: var(--muted);
  font-size: 1.35rem;
}

[data-product="horoscope"] .matching-score__verdict {
  justify-self: start;
  padding: 6px 12px;
  border: 1px solid var(--product-border);
  border-radius: 999px;
  color: var(--text);
  background: rgba(8,7,20,.38);
  font: 700 13px/1.3 "Inter", system-ui, sans-serif;
}

[data-product="horoscope"] .matching-score__percentage {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

[data-product="horoscope"] .matching-score progress {
  grid-column: 1 / -1;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

[data-product="horoscope"] .matching-score progress::-webkit-progress-bar {
  background: rgba(255,255,255,.08);
}

[data-product="horoscope"] .matching-score progress::-webkit-progress-value {
  background: var(--product-gradient);
}

[data-product="horoscope"] .matching-score progress::-moz-progress-bar {
  background: var(--product-accent);
}

[data-product="horoscope"] .koota-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
}

[data-product="horoscope"] .koota-note {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 400;
}

[data-product="horoscope"] .matching-caution {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  color: var(--muted);
  background: rgba(242,191,85,.075);
  font-size: 13px;
  line-height: 1.65;
}

/* Shared sign-detail experience: one themed layout powers all twelve Rashis. */
[data-product="horoscope"] .sign-hero-panel,
[data-product="horoscope"] .sign-forecast {
  --rashi-accent: 139, 92, 246;
  --rashi-accent-soft: 129, 140, 248;
}

[data-product="horoscope"] .sign-hero-panel {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  padding: 18px;
  overflow: hidden;
  border-color: rgba(var(--rashi-accent), .32);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 35%, rgba(var(--rashi-accent), .25), transparent 36%),
    linear-gradient(155deg, rgba(28,26,62,.97), rgba(12,12,30,.99));
  box-shadow: 0 28px 70px rgba(3,2,12,.38), 0 0 48px rgba(var(--rashi-accent), .08), inset 0 1px rgba(255,255,255,.07);
}

[data-product="horoscope"] .sign-hero-panel::before,
[data-product="horoscope"] .sign-hero-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

[data-product="horoscope"] .sign-hero-panel::before {
  z-index: -1;
  inset: 0;
  opacity: .45;
  background-image:
    radial-gradient(circle, rgba(var(--rashi-accent-soft), .45) 0 1px, transparent 1.3px),
    radial-gradient(circle, rgba(255,255,255,.3) 0 1px, transparent 1.3px);
  background-position: 0 0, 21px 27px;
  background-size: 58px 58px, 79px 79px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

[data-product="horoscope"] .sign-hero-panel::after {
  z-index: -1;
  width: 260px;
  height: 260px;
  right: -128px;
  bottom: -152px;
  border: 1px solid rgba(var(--rashi-accent-soft), .18);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(var(--rashi-accent), .025), 0 0 0 68px rgba(var(--rashi-accent-soft), .02);
}

[data-product="horoscope"] .sign-hero-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 462px;
  flex-direction: column;
}

[data-product="horoscope"] .sign-hero-card__top {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

[data-product="horoscope"] .sign-hero-card__top > span {
  color: rgba(224,231,255,.55);
  font: 800 10px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .14em;
}

[data-product="horoscope"] .sign-hero-card__top > strong {
  padding: 7px 10px;
  border: 1px solid rgba(var(--rashi-accent), .28);
  border-radius: 999px;
  color: rgb(var(--rashi-accent-soft));
  background: rgba(var(--rashi-accent), .1);
  font: 800 9px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

[data-product="horoscope"] .sign-hero-card__visual {
  position: relative;
  display: grid;
  width: 220px;
  max-width: 66%;
  aspect-ratio: 1;
  margin: 4px auto 0;
  place-items: center;
}

[data-product="horoscope"] .sign-hero-card__visual::before,
[data-product="horoscope"] .sign-hero-card__visual::after,
[data-product="horoscope"] .sign-hero-card__orbit {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

[data-product="horoscope"] .sign-hero-card__visual::before {
  inset: 12px;
  border: 1px solid rgba(var(--rashi-accent-soft), .18);
  box-shadow: 0 0 42px rgba(var(--rashi-accent), .15), inset 0 0 36px rgba(var(--rashi-accent), .09);
}

[data-product="horoscope"] .sign-hero-card__visual::after {
  inset: 0;
  border: 1px dashed rgba(var(--rashi-accent-soft), .24);
  animation: sign-detail-spin 32s linear infinite;
}

[data-product="horoscope"] .sign-hero-card__orbit {
  inset: 28px;
  border: 1px solid rgba(255,255,255,.06);
}

[data-product="horoscope"] .sign-hero-card__orbit::before,
[data-product="horoscope"] .sign-hero-card__orbit::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(var(--rashi-accent-soft));
  box-shadow: 0 0 12px rgba(var(--rashi-accent-soft), .9);
}

[data-product="horoscope"] .sign-hero-card__orbit::before {
  top: 9px;
  right: 25px;
}

[data-product="horoscope"] .sign-hero-card__orbit::after {
  left: 18px;
  bottom: 20px;
  width: 4px;
  height: 4px;
  opacity: .7;
}

[data-product="horoscope"] .sign-hero-card__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 168px;
  max-width: 77%;
  height: auto;
  filter: drop-shadow(0 17px 30px rgba(2,1,10,.45)) drop-shadow(0 0 14px rgba(var(--rashi-accent), .15));
  animation: horoscope-float 6s ease-in-out infinite;
}

[data-product="horoscope"] .sign-hero-card__identity {
  display: grid;
  width: min(100%, 280px);
  margin: clamp(18px, 2vw, 24px) auto clamp(14px, 1.4vw, 18px);
  justify-items: center;
  gap: clamp(8px, .8vw, 11px);
  text-align: center;
}

[data-product="horoscope"] .sign-hero-card__identity p {
  margin: 0;
  color: rgb(var(--rashi-accent-soft));
  font: 800 11px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

[data-product="horoscope"] .sign-hero-card__identity h2 {
  margin: 0;
  color: #fff;
  font: 650 clamp(2rem, 3.4vw, 2.5rem)/1 "Space Grotesk", system-ui, sans-serif;
  letter-spacing: -.025em;
}

[data-product="horoscope"] .sign-hero-card__identity > span {
  color: rgba(224,231,255,.58);
  font-size: 13px;
  line-height: 1.25;
}

[data-product="horoscope"] .sign-hero-card__periods {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.08);
}

[data-product="horoscope"] .sign-hero-card__periods > p {
  margin: 0 0 9px;
  color: rgba(224,231,255,.5);
  font: 750 9px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

[data-product="horoscope"] .sign-hero-card__periods .product-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  padding: 5px;
  border-color: rgba(var(--rashi-accent), .2);
  border-radius: 13px;
  background: rgba(4,4,16,.38);
}

[data-product="horoscope"] .sign-hero-card__periods .product-tab {
  min-width: 0;
  padding: 0 8px;
  border-radius: 9px;
  font-size: 12px;
  text-decoration: none;
}

[data-product="horoscope"] .sign-hero-card__periods .product-tab:is([aria-selected="true"], [aria-current="page"]) {
  border-color: rgba(var(--rashi-accent-soft), .32);
  color: #fff;
  background: linear-gradient(135deg, rgba(var(--rashi-accent), .7), rgba(var(--rashi-accent-soft), .4));
  box-shadow: 0 8px 18px rgba(2,1,12,.24), inset 0 1px rgba(255,255,255,.13);
}

[data-product="horoscope"] .sign-forecast {
  position: relative;
  isolation: isolate;
  margin-bottom: var(--product-section-space);
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(var(--rashi-accent), .28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 4%, rgba(var(--rashi-accent), .13), transparent 27%),
    linear-gradient(145deg, rgba(20,18,45,.97), rgba(10,11,27,.99));
  box-shadow: 0 28px 74px rgba(2,1,12,.3), inset 0 1px rgba(255,255,255,.06);
}

[data-product="horoscope"] .sign-forecast__backdrop {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .32;
  background-image:
    radial-gradient(circle, rgba(var(--rashi-accent-soft), .55) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255,255,255,.32) 0 1px, transparent 1.4px);
  background-position: 0 0, 23px 31px;
  background-size: 76px 76px, 103px 103px;
  mask-image: linear-gradient(130deg, #000, transparent 65%);
  -webkit-mask-image: linear-gradient(130deg, #000, transparent 65%);
}

[data-product="horoscope"] .sign-forecast__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

[data-product="horoscope"] .sign-forecast__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 20px;
}

[data-product="horoscope"] .sign-forecast__art {
  position: relative;
  display: grid;
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(var(--rashi-accent), .25);
  border-radius: 25px;
  background: radial-gradient(circle, rgba(var(--rashi-accent), .2), rgba(8,8,24,.6) 72%);
  box-shadow: 0 13px 28px rgba(2,1,12,.26), inset 0 1px rgba(255,255,255,.06);
}

[data-product="horoscope"] .sign-forecast__art::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(var(--rashi-accent-soft), .22);
  border-radius: 50%;
}

[data-product="horoscope"] .sign-forecast__art img {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
}

[data-product="horoscope"] .sign-forecast__identity .product-eyebrow {
  color: rgb(var(--rashi-accent-soft));
}

[data-product="horoscope"] .sign-forecast__identity h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}

[data-product="horoscope"] .sign-forecast__identity h2 span {
  color: rgba(var(--rashi-accent-soft), .9);
}

[data-product="horoscope"] .sign-forecast__identity h2 + p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(224,231,255,.62);
  font-size: 15px;
  line-height: 1.6;
}

[data-product="horoscope"] .sign-forecast__window {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 6px 9px;
  min-width: 230px;
  padding: 15px 17px;
  border: 1px solid rgba(var(--rashi-accent), .2);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px rgba(255,255,255,.045);
}

[data-product="horoscope"] .sign-forecast__window.sign-forecast__window--single {
  grid-template-columns: minmax(0, 1fr) auto;
}

[data-product="horoscope"] .sign-forecast__window > span {
  grid-column: 1 / -1;
  color: rgba(224,231,255,.45);
  font: 800 10px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

[data-product="horoscope"] .sign-forecast__window strong {
  color: #f8fafc;
  font: 650 14px/1.25 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .sign-forecast__window i {
  color: rgb(var(--rashi-accent-soft));
  font-style: normal;
}

[data-product="horoscope"] .sign-forecast__window small {
  grid-column: 1 / -1;
  color: rgb(var(--rashi-accent-soft));
  font: 800 10px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .14em;
}

[data-product="horoscope"] .sign-forecast__window.sign-forecast__window--single small {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

[data-product="horoscope"] .sign-forecast .forecast-grid {
  gap: 16px;
  margin-top: 24px;
}

[data-product="horoscope"] .sign-forecast .forecast-card {
  position: relative;
  min-width: 0;
  min-height: 176px;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(var(--rashi-accent), .17);
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(var(--rashi-accent), .09), transparent 34%),
    rgba(255,255,255,.028);
  box-shadow: inset 0 1px rgba(255,255,255,.045);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

[data-product="horoscope"] .sign-forecast .forecast-card::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: -48px;
  bottom: -52px;
  border: 1px solid rgba(var(--rashi-accent-soft), .1);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(var(--rashi-accent), .018);
}

[data-product="horoscope"] .sign-forecast .forecast-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--rashi-accent), .34);
  background: rgba(var(--rashi-accent), .055);
}

[data-product="horoscope"] .forecast-card__head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}

[data-product="horoscope"] .forecast-card__head > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(var(--rashi-accent), .23);
  border-radius: 10px;
  color: rgb(var(--rashi-accent-soft));
  background: rgba(var(--rashi-accent), .09);
  font: 800 11px/1 "Inter", system-ui, sans-serif;
}

[data-product="horoscope"] .forecast-card__head h3 {
  margin: 0;
  color: #f8fafc;
  font: 650 clamp(1.16rem, 1.3vw, 1.3rem)/1.2 "Space Grotesk", system-ui, sans-serif;
}

[data-product="horoscope"] .forecast-card__head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(var(--rashi-accent-soft));
  box-shadow: 0 0 10px rgba(var(--rashi-accent-soft), .65);
}

[data-product="horoscope"] .sign-forecast .forecast-card p {
  margin: 0;
  max-width: 64ch;
  color: rgba(226,232,240,.78);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.62;
}

[data-product="horoscope"] .sign-forecast__error {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
}

[data-product="horoscope"] .sign-forecast__navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

[data-product="horoscope"] .sign-forecast__navigation a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 2px 11px;
  min-height: 66px;
  padding: 12px 16px;
  border: 1px solid rgba(var(--rashi-accent), .15);
  border-radius: 15px;
  color: var(--text);
  background: rgba(255,255,255,.025);
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease;
}

[data-product="horoscope"] .sign-forecast__navigation a:last-child {
  grid-template-columns: minmax(0, 1fr) auto;
  text-align: right;
}

[data-product="horoscope"] .sign-forecast__navigation a:hover,
[data-product="horoscope"] .sign-forecast__navigation a:focus-visible {
  border-color: rgba(var(--rashi-accent), .35);
  background: rgba(var(--rashi-accent), .06);
}

[data-product="horoscope"] .sign-forecast__navigation a > span {
  grid-row: 1 / span 2;
  color: rgb(var(--rashi-accent-soft));
  font-size: 19px;
}

[data-product="horoscope"] .sign-forecast__navigation a:last-child > span {
  grid-column: 2;
}

[data-product="horoscope"] .sign-forecast__navigation small,
[data-product="horoscope"] .sign-forecast__navigation strong {
  display: block;
}

[data-product="horoscope"] .sign-forecast__navigation small {
  color: rgba(224,231,255,.44);
  font: 750 10px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

[data-product="horoscope"] .sign-forecast__navigation strong {
  font: 650 15px/1.25 "Space Grotesk", system-ui, sans-serif;
}

@keyframes sign-detail-spin {
  to { transform: rotate(360deg); }
}

[data-product="horoscope"] .rashifal-head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-color: var(--product-border);
}

[data-product="horoscope"] .rashifal-head__icon {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--product-border);
  border-radius: 16px;
  color: var(--product-highlight);
  background: var(--product-soft);
}

[data-product="horoscope"] .rashifal-head__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

[data-product="horoscope"] .rashifal-head p {
  margin-bottom: 0;
  color: var(--muted);
}

[data-product="horoscope"] .forecast-grid {
  display: grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 20px;
}

[data-product="horoscope"] .forecast-card h3 {
  margin: 0 0 8px;
  color: var(--product-highlight);
}

[data-product="horoscope"] .forecast-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

[data-product="horoscope"] .developer-api {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(34px, 5vw, 66px);
  padding: clamp(32px, 4.5vw, 52px);
  border-color: rgba(56,189,248,.25);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 0, rgba(56,189,248,.15), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(139,92,246,.14), transparent 34%),
    linear-gradient(135deg, rgba(5,15,34,.98), rgba(16,10,39,.98));
  box-shadow: 0 30px 76px rgba(2,1,12,.38), inset 0 1px rgba(255,255,255,.06);
}

[data-product="horoscope"] .developer-api::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .28;
  background-image: radial-gradient(circle, rgba(125,211,252,.8) 0 1px, transparent 1.5px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 48%);
}

[data-product="horoscope"] .developer-api::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 250px;
  top: -165px;
  right: -95px;
  border: 1px solid rgba(167,139,250,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(167,139,250,.025), 0 0 0 68px rgba(56,189,248,.02);
}

[data-product="horoscope"] .developer-api .product-api-cta__content,
[data-product="horoscope"] .developer-api .product-api-cta__aside {
  position: relative;
  z-index: 1;
  min-width: 0;
}

[data-product="horoscope"] .developer-api .product-api-cta__badge {
  gap: 8px;
  min-height: 30px;
  border-color: rgba(56,189,248,.25);
  color: #7dd3fc;
  background: rgba(56,189,248,.07);
}

[data-product="horoscope"] .developer-api .product-api-cta__badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 9px rgba(34,197,94,.75);
}

[data-product="horoscope"] .developer-api .product-api-cta__heading {
  align-items: center;
  margin-top: 22px;
}

[data-product="horoscope"] .developer-api .product-api-cta__icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(167,139,250,.25);
  border-radius: 16px;
  color: #c4b5fd;
  background: linear-gradient(145deg, rgba(139,92,246,.18), rgba(56,189,248,.08));
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 12px 26px rgba(2,1,12,.22);
}

[data-product="horoscope"] .developer-api .product-api-cta__heading h2 {
  color: #f8fafc;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  letter-spacing: -.025em;
}

[data-product="horoscope"] .developer-api .product-api-cta__content > p {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(226,232,240,.68);
  font-size: 14px;
}

[data-product="horoscope"] .developer-api__capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

[data-product="horoscope"] .developer-api__capabilities span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(226,232,240,.72);
  background: rgba(255,255,255,.035);
  font: 700 9px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
}

[data-product="horoscope"] .developer-api__capabilities i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 7px rgba(56,189,248,.7);
}

[data-product="horoscope"] .developer-api .product-api-cta__aside {
  display: grid;
  gap: 16px;
}

[data-product="horoscope"] .developer-api__console {
  overflow: hidden;
  border: 1px solid rgba(125,211,252,.18);
  border-radius: 18px;
  background: rgba(2,6,19,.78);
  box-shadow: 0 18px 42px rgba(2,1,12,.28), inset 0 1px rgba(255,255,255,.04);
}

[data-product="horoscope"] .developer-api__console-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 47px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.025);
}

[data-product="horoscope"] .developer-api__dots {
  display: flex;
  gap: 5px;
}

[data-product="horoscope"] .developer-api__dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fb7185;
}

[data-product="horoscope"] .developer-api__dots i:nth-child(2) {
  background: #fbbf24;
}

[data-product="horoscope"] .developer-api__dots i:nth-child(3) {
  background: #22c55e;
}

[data-product="horoscope"] .developer-api__console-head code {
  overflow: hidden;
  color: rgba(224,242,254,.76);
  font: 600 11px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-product="horoscope"] .developer-api__console-head strong {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #86efac;
  font: 800 9px/1 "Inter", system-ui, sans-serif;
  letter-spacing: .05em;
}

[data-product="horoscope"] .developer-api__console-head strong i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34,197,94,.72);
}

[data-product="horoscope"] .developer-api__console pre {
  margin: 0;
  padding: 22px 20px 24px;
  overflow-x: auto;
  color: rgba(226,232,240,.65);
  font: 500 12px/1.75 ui-monospace, SFMono-Regular, Consolas, monospace;
}

[data-product="horoscope"] .developer-api__console pre span {
  color: #c4b5fd;
}

[data-product="horoscope"] .developer-api__console pre b {
  color: #7dd3fc;
  font-weight: 600;
}

[data-product="horoscope"] .developer-api__console pre em {
  color: #fde68a;
  font-style: normal;
}

[data-product="horoscope"] .developer-api .product-api-cta__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
}

[data-product="horoscope"] .developer-api .product-api-cta__actions .product-button {
  display: inline-flex;
  min-height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 999px;
  color: var(--text);
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
}

[data-product="horoscope"] .developer-api .product-api-cta__actions .product-button:hover,
[data-product="horoscope"] .developer-api .product-api-cta__actions .product-button:focus-visible {
  border-color: rgba(56,189,248,.72);
  color: #38bdf8;
  background: transparent;
  filter: none;
  transform: none;
}

@media (max-width: 1024px) {
  [data-product="horoscope"] .rashi-card {
    min-height: 338px;
  }
}

@media (max-width: 900px) {
  [data-product="horoscope"] .developer-api {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-product="horoscope"] .developer-api .product-api-cta__content > p {
    max-width: 680px;
  }

  [data-product="horoscope"] .rashi-finder {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  [data-product="horoscope"] .rashi-finder__visual {
    grid-row: 1 / span 2;
    width: 145px;
  }

  [data-product="horoscope"] .rashi-finder__action {
    grid-column: 2;
    width: min(100%, 300px);
  }

  [data-product="horoscope"] .rashi-selection-heading {
    grid-template-columns: 1fr;
  }

  [data-product="horoscope"] .rashi-selection-heading__intro,
  [data-product="horoscope"] .rashi-selection-heading__hint {
    justify-self: center;
  }

  [data-product="horoscope"] .product-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-product="horoscope"] .product-hero__copy {
    min-width: 0;
  }

  [data-product="horoscope"] .sign-hero-panel {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  [data-product="horoscope"] .sign-forecast__head {
    gap: 22px;
  }

  [data-product="horoscope"] .horoscope-cosmos {
    width: 100%;
    max-width: 520px;
    min-height: 430px;
    margin-inline: auto;
  }

  [data-product="horoscope"] .kundli-layout {
    grid-template-columns: 1fr;
  }

  [data-product="horoscope"] .kundli-chart {
    width: min(100%, 520px);
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  [data-product="horoscope"] .developer-api {
    gap: 28px;
    margin-bottom: 52px;
    padding: 24px 18px 18px;
    border-radius: 22px;
  }

  [data-product="horoscope"] .developer-api .product-api-cta__heading {
    gap: 12px;
  }

  [data-product="horoscope"] .developer-api .product-api-cta__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  [data-product="horoscope"] .developer-api__console-head {
    gap: 9px;
    padding-inline: 12px;
  }

  [data-product="horoscope"] .developer-api__console pre {
    padding: 18px 15px 20px;
    font-size: 10.5px;
  }

  [data-product="horoscope"] .developer-api .product-api-cta__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-product="horoscope"] .developer-api .product-api-cta__actions .product-button,
  [data-product="horoscope"] .developer-api .product-api-cta__actions .product-link {
    width: 100%;
  }

  [data-product="horoscope"] .kundli-studio .product-results {
    margin-top: 34px;
  }

  [data-product="horoscope"] .kundli-result {
    padding: 18px;
    border-radius: 22px;
  }

  [data-product="horoscope"] .kundli-result__header {
    align-items: flex-start;
  }

  [data-product="horoscope"] .kundli-result__heading {
    gap: 12px;
  }

  [data-product="horoscope"] .kundli-result__seal {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  [data-product="horoscope"] .kundli-result__seal::before {
    width: 20px;
    height: 20px;
  }

  [data-product="horoscope"] .kundli-result .product-result-meta {
    width: 100%;
    max-width: none;
    text-align: left;
  }

  [data-product="horoscope"] .kundli-studio__head {
    text-align: left;
  }

  [data-product="horoscope"] .kundli-studio__workspace {
    grid-template-columns: 1fr;
    padding: 9px;
    border-radius: 22px;
  }

  [data-product="horoscope"] .kundli-studio__visual {
    min-height: 310px;
    padding: 18px;
    border-radius: 16px;
  }

  [data-product="horoscope"] .kundli-studio__visual::before {
    width: 260px;
    height: 260px;
    top: 30px;
  }

  [data-product="horoscope"] .kundli-studio__visual::after {
    width: 220px;
    height: 220px;
    top: 50px;
  }

  [data-product="horoscope"] .kundli-studio__chart {
    width: 190px;
    margin-top: 28px;
  }

  [data-product="horoscope"] .kundli-studio__panel {
    border-radius: 16px;
  }

  [data-product="horoscope"] .matching-studio__head {
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  [data-product="horoscope"] .matching-studio__symbol {
    width: 68px;
    height: 52px;
  }

  [data-product="horoscope"] .matching-studio__symbol span {
    width: 44px;
    height: 44px;
    top: 4px;
  }

  [data-product="horoscope"] .matching-studio__symbol i {
    width: 22px;
    height: 22px;
    top: 15px;
    left: 23px;
    font-size: 12px;
  }

  [data-product="horoscope"] .matching-studio__panel {
    padding: 14px;
    border-radius: 22px;
  }

  [data-product="horoscope"] .matching-people {
    grid-template-columns: minmax(0, 1fr);
  }

  [data-product="horoscope"] .matching-studio__link {
    margin: 10px 0;
  }

  [data-product="horoscope"] .matching-studio__link::before {
    width: 1px;
    height: 20px;
    background: linear-gradient(180deg, rgba(167,139,250,.35), rgba(251,191,36,.45), rgba(56,189,248,.35));
  }

  [data-product="horoscope"] .matching-studio__finish {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  [data-product="horoscope"] .matching-studio__finish > span {
    display: none;
  }

  [data-product="horoscope"] .matching-studio__finish .product-button {
    width: 100%;
    min-width: 0;
  }

  [data-product="horoscope"] .horoscope-cosmos {
    min-height: 390px;
    overflow: visible;
  }

  [data-product="horoscope"] .horoscope-cosmos::before {
    inset: 2% 0 5%;
  }

  [data-product="horoscope"] .horoscope-orbit {
    top: 46%;
  }

  [data-product="horoscope"] .horoscope-orbit--outer {
    width: 320px;
  }

  [data-product="horoscope"] .horoscope-orbit--outer > span {
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-160px) rotate(calc(var(--angle) * -1));
  }

  [data-product="horoscope"] .horoscope-orbit--inner {
    width: 244px;
  }

  [data-product="horoscope"] .horoscope-orbit--inner::before,
  [data-product="horoscope"] .horoscope-orbit--inner::after {
    animation-name: horoscope-scan-mobile;
  }

  [data-product="horoscope"] .horoscope-sky-card {
    width: 248px;
    border-radius: 20px;
  }

  [data-product="horoscope"] .horoscope-sky-card__head {
    padding: 15px 16px 13px;
  }

  [data-product="horoscope"] .horoscope-sky-card__body {
    min-height: 158px;
  }

  [data-product="horoscope"] .horoscope-kundli {
    width: 120px;
    height: 120px;
  }

  [data-product="horoscope"] .horoscope-sky-card__metrics div {
    padding: 11px 4px 12px;
  }

  [data-product="horoscope"] .horoscope-reading-card {
    left: 9px;
    bottom: 0;
    min-width: 200px;
    padding: 12px 13px;
  }

  [data-product="horoscope"] .horoscope-moon-card {
    right: 8px;
    top: 18px;
    padding: 10px;
  }

  [data-product="horoscope"] .horoscope-moon-card__icon {
    width: 28px;
  }

  [data-product="horoscope"] .horoscope-moon-card__icon::after {
    width: 28px;
    left: 9px;
    top: -5px;
  }

  [data-product="horoscope"] .horoscope-moon-card strong {
    display: none;
  }

  [data-product="horoscope"] .horoscope-cosmos__caption {
    top: calc(100% + 28px);
    right: 8px;
    left: 8px;
  }

  [data-product="horoscope"] .product-decoration::after {
    display: none;
  }

  [data-product="horoscope"] .sign-hero-panel {
    min-height: 454px;
    padding: 14px;
    border-radius: 22px;
  }

  [data-product="horoscope"] .sign-hero-card {
    min-height: 424px;
  }

  [data-product="horoscope"] .sign-hero-card__visual {
    width: 188px;
    margin-top: 2px;
  }

  [data-product="horoscope"] .sign-hero-card__identity {
    margin-top: 15px;
    margin-bottom: 12px;
    gap: 7px;
  }

  [data-product="horoscope"] .sign-hero-card__visual img {
    width: 146px;
  }

  [data-product="horoscope"] .sign-hero-card__identity h2 {
    font-size: 2rem;
  }

  [data-product="horoscope"] .sign-forecast {
    margin-bottom: 48px;
    padding: 20px 16px;
    border-radius: 23px;
  }

  [data-product="horoscope"] .sign-forecast__head {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 20px;
  }

  [data-product="horoscope"] .sign-forecast__identity {
    align-items: flex-start;
    gap: 14px;
  }

  [data-product="horoscope"] .sign-forecast__art {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  [data-product="horoscope"] .sign-forecast__art img {
    width: 58px;
    height: 58px;
  }

  [data-product="horoscope"] .sign-forecast__identity h2 {
    font-size: clamp(1.52rem, 8vw, 1.95rem);
  }

  [data-product="horoscope"] .sign-forecast__identity h2 + p {
    font-size: 14px;
  }

  [data-product="horoscope"] .sign-forecast__window {
    grid-template-columns: auto auto auto 1fr;
    width: 100%;
    min-width: 0;
    padding: 13px 14px;
  }

  [data-product="horoscope"] .sign-forecast__window > span {
    grid-column: 1 / -1;
  }

  [data-product="horoscope"] .sign-forecast__window small {
    grid-column: auto;
    justify-self: end;
  }

  [data-product="horoscope"] .sign-forecast .forecast-grid {
    margin-top: 16px;
  }

  [data-product="horoscope"] .sign-forecast .forecast-card {
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }

  [data-product="horoscope"] .forecast-card__head {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 11px;
    margin-bottom: 14px;
  }

  [data-product="horoscope"] .forecast-card__head > span {
    width: 34px;
    height: 34px;
  }

  [data-product="horoscope"] .forecast-card__head h3 {
    font-size: 1.15rem;
  }

  [data-product="horoscope"] .sign-forecast .forecast-card p {
    font-size: 1rem;
    line-height: 1.58;
  }

  [data-product="horoscope"] .sign-forecast__navigation {
    gap: 8px;
    margin-top: 12px;
  }

  [data-product="horoscope"] .sign-forecast__navigation a {
    min-height: 64px;
    padding: 10px;
  }

  [data-product="horoscope"] .sign-forecast__navigation small {
    font-size: 9px;
  }

  [data-product="horoscope"] .rashi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-product="horoscope"] .rashifal-section__head {
    text-align: left;
  }

  [data-product="horoscope"] .rashifal-periods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }

  [data-product="horoscope"] .rashifal-period {
    min-height: 40px;
    padding: 8px 6px;
  }

  [data-product="horoscope"] .rashi-selection-heading {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  [data-product="horoscope"] .rashi-selection-heading__hint {
    align-self: flex-end;
    padding-left: 0;
  }

  [data-product="horoscope"] .rashi-card {
    --rashi-orbit-y: 89px;
    min-height: 326px;
    padding: 12px;
  }

  [data-product="horoscope"] .rashi-card__visual {
    width: 96px;
    /* The artwork halo paints outside its box; use the card's free space here. */
    margin-bottom: 36px;
  }

  [data-product="horoscope"] .rashi-card__name {
    align-items: baseline;
    flex-flow: row wrap;
    gap: 4px 8px;
  }

  [data-product="horoscope"] .rashi-card__description {
    min-height: 63px;
    font-size: 10.5px;
  }

  [data-product="horoscope"] .rashi-finder {
    display: block;
    min-height: 0;
    padding: 28px 22px 22px;
    border-radius: 22px;
  }

  [data-product="horoscope"] .rashi-finder__visual {
    position: absolute;
    z-index: -1;
    width: 132px;
    top: -25px;
    right: -24px;
    opacity: .42;
  }

  [data-product="horoscope"] .rashi-finder__copy {
    position: relative;
    z-index: 1;
    padding-right: 38px;
  }

  [data-product="horoscope"] .rashi-finder__copy > p:last-of-type {
    max-width: 330px;
  }

  [data-product="horoscope"] .rashi-finder__copy ul {
    gap: 6px;
  }

  [data-product="horoscope"] .rashi-finder__copy li {
    padding: 5px 8px;
    font-size: 9px;
  }

  [data-product="horoscope"] .rashi-finder__action {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    margin-top: 22px;
  }

  [data-product="horoscope"] .profile-summary,
  [data-product="horoscope"] .forecast-grid {
    grid-template-columns: 1fr;
  }

  [data-product="horoscope"] .confirmation-card dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  [data-product="horoscope"] .matching-score {
    grid-template-columns: 1fr;
  }

  [data-product="horoscope"] .matching-score__percentage,
  [data-product="horoscope"] .matching-score progress {
    grid-column: auto;
  }

  [data-product="horoscope"] :is(.graha-table, .koota-table) thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  [data-product="horoscope"] :is(.graha-table, .koota-table) tr {
    display: grid;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
  }

  [data-product="horoscope"] :is(.graha-table, .koota-table) td {
    border: 0;
  }
}

@keyframes horoscope-scan-mobile {
  from { transform: translate(-50%, -50%) rotate(0deg) translateY(-122px); }
  to { transform: translate(-50%, -50%) rotate(360deg) translateY(-122px); }
}

@media (prefers-reduced-motion: reduce) {
  [data-product="horoscope"] *,
  [data-product="horoscope"] *::before,
  [data-product="horoscope"] *::after {
    animation: none !important;
    transition: none !important;
  }
}
