:root {
  --bg: #080915;
  --bg2: #0b0c1a;
  --card: #0f1226;
  --text: #e9ecf1;
  --muted: #a9b1c4;
  --line: rgba(255, 255, 255, .10);

  --brand: #7c5cff;
  /* mor */
  --brand2: #22d3ee;
  /* cyan */
  --hot: #ff4fd8;
  /* pembe glow */
  --shadow: 0 22px 70px rgba(0, 0, 0, .52);

  --radius: 18px;
  --radius2: 24px;
  --container: 1120px;
}

[data-theme="light"] {
  --bg: #f7f8ff;
  --bg2: #ffffff;
  --card: #ffffff;
  --text: #12131a;
  --muted: #5a647a;
  --line: rgba(0, 0, 0, .08);
  --shadow: 0 18px 60px rgba(16, 24, 40, .12);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background:
    radial-gradient(1200px 700px at 10% 0%, rgba(124, 92, 255, .22), transparent 60%),
    radial-gradient(1000px 600px at 90% 10%, rgba(34, 211, 238, .16), transparent 60%),
    radial-gradient(900px 500px at 70% 85%, rgba(255, 79, 216, .10), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px
}

/* IMPORTANT FIX */
[hidden] {
  display: none !important;
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px);
}

[data-theme="light"] .topbar {
  background: rgba(255, 255, 255, .75)
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 12px;
  font-size: 14px;
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 10px
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--muted)
}

.dot--live {
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .15)
}

.link {
  opacity: .9
}

.link:hover {
  opacity: 1;
  text-decoration: underline
}

/* ========================================
   NAVBAR - Centered Logo Layout
======================================== */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

/* Inner Pages Navbar */
.nav--inner {
  background: rgba(8, 9, 21, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.nav--inner .nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.nav--inner .brand {
  flex-shrink: 0;
}

.nav--inner .brand__logo {
  height: 60px;
  width: auto;
}

.nav--inner .hamburger {
  display: none;
  margin-left: auto;
}

@media (max-width: 768px) {
  .nav--inner .nav__links--desktop,
  .nav--inner .nav__cta {
    display: none !important;
  }
  
  .nav--inner .hamburger {
    display: flex !important;
  }
  
  .nav--inner .brand__logo {
    height: 50px;
  }
}

.nav__links--desktop {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav__links--desktop a {
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.nav__links--desktop a:hover {
  color: #fff;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Brand / Logo - Centered & Hanging Down */
.brand {
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  top: -20px;
  z-index: 10;
}

.brand__logo {
  height: 262px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.5));
  transition: all .3s ease;
}

.brand:hover .brand__logo {
  transform: scale(1.03);
  filter: drop-shadow(0 12px 32px rgba(0,0,0,.6));
}

/* Left Menu */
.nav__links--left {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Right Section */
.nav__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav__links--right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav__links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, .75);
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  transition: all .3s ease;
}

.nav__links a svg {
  opacity: .7;
  transition: all .3s ease;
}

.nav-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
  transition: all .3s ease;
}

.nav__links a:hover {
  color: #fff;
  background: linear-gradient(135deg, rgba(139,92,246,.2), rgba(236,72,153,.2));
  border-color: rgba(139,92,246,.3);
  transform: translateY(-2px);
}

.nav__links a:hover svg {
  opacity: 1;
  color: #a78bfa;
}

.nav__links a:hover .nav-icon {
  transform: scale(1.1);
  filter: drop-shadow(0 0 6px rgba(139,92,246,.5));
}

/* CTA Button */
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(139,92,246,.3);
}

.nav__cta svg {
  animation: starPulse 2s ease-in-out infinite;
}

@keyframes starPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: .8; }
}

.nav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139,92,246,.5);
}

/* Fortune Modal */
.fortune-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.fortune-modal[hidden] {
  display: none;
}

.fortune-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(10px);
  animation: fadeIn .3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fortune-modal__content {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: linear-gradient(145deg, rgba(30,25,50,.98), rgba(15,12,30,.98));
  border: 1px solid rgba(139,92,246,.3);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 
    0 25px 50px rgba(0,0,0,.5),
    0 0 100px rgba(139,92,246,.2);
  animation: modalSlideIn .4s ease;
}

@keyframes modalSlideIn {
  from { 
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to { 
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.fortune-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s ease;
}

.fortune-modal__close:hover {
  background: rgba(255,255,255,.2);
  transform: rotate(90deg);
}

.fortune-modal__header {
  text-align: center;
  margin-bottom: 24px;
}

.fortune-modal__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  animation: iconGlow 2s ease-in-out infinite;
}

@keyframes iconGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(139,92,246,.5); }
  50% { box-shadow: 0 0 40px rgba(236,72,153,.7); }
}

.fortune-modal__header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.fortune-modal__date {
  font-size: 14px;
  color: rgba(255,255,255,.5);
}

.fortune-modal__body {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  min-height: 120px;
}

.fortune-modal__text {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.9);
  text-align: center;
}

.fortune-modal__footer {
  display: flex;
  gap: 12px;
}

.fortune-modal__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
}

.fortune-modal__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139,92,246,.4);
}

.fortune-modal__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
}

.fortune-modal__share:hover {
  background: rgba(255,255,255,.15);
}

.fortune-modal__share:disabled {
  opacity: .7;
  cursor: wait;
}

.fortune-modal__share .spin {
  animation: spinLoader .8s linear infinite;
}

@keyframes spinLoader {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Randevu Button - Premium Style */
.btn-randevu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #9333ea 0%, #7c3aed 50%, #6366f1 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 4px 15px rgba(147, 51, 234, .4),
    0 0 0 1px rgba(255,255,255,.1) inset;
  transition: all .3s ease;
}

.btn-randevu::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  transition: left .5s ease;
}

.btn-randevu:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 25px rgba(147, 51, 234, .5),
    0 0 0 1px rgba(255,255,255,.2) inset;
}

.btn-randevu:hover::before {
  left: 100%;
}

.btn-randevu__icon {
  font-size: 16px;
  animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .7; transform: scale(1.2); }
}

/* Hamburger */
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(135deg, rgba(139,92,246,.2), rgba(236,72,153,.2));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.hamburger:hover {
  background: linear-gradient(135deg, rgba(139,92,246,.4), rgba(236,72,153,.4));
  transform: scale(1.05);
}

.hamburger svg {
  color: #fff;
  transition: transform .3s ease;
}

.hamburger:hover svg {
  transform: rotate(90deg);
}

/* Mobile Menu */
.mobile {
  display: none;
}

.mobile[hidden] {
  display: none !important;
}

/* Mobile Scroll Down Arrow */
.mobile-scroll-down {
  display: none;
}

@media (max-width: 768px) {
  .nav__links,
  .nav__links--left,
  .nav__links--right,
  .nav__links--desktop {
    display: none !important;
  }
  .nav__cta {
    display: none !important;
  }
  .nav__right {
    margin-left: auto;
  }
  .nav__inner {
    height: 70px;
    justify-content: space-between;
  }
  .hamburger {
    display: flex !important;
  }
  
  /* Mobile Menu - Açıldığında */
  .mobile:not([hidden]) {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(8, 9, 21, 0.98);
    backdrop-filter: blur(20px);
    padding: 15px;
    z-index: 9999;
    border-top: 1px solid rgba(139, 92, 246, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    max-height: 70vh;
    overflow-y: auto;
  }
  .mobile a {
    display: block;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 5px;
    transition: background 0.2s;
    font-size: 15px;
  }
  .mobile a:hover {
    background: rgba(139, 92, 246, 0.3);
  }
  .services-row {
    display: none !important;
  }
  
  /* Mobile Scroll Down Arrow */
  .mobile-scroll-down {
    display: flex;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: rgba(124, 92, 246, 0.3);
    border: 2px solid rgba(124, 92, 246, 0.6);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    animation: bounceDown 2s infinite;
    z-index: 10;
  }
  .mobile-scroll-down svg {
    color: #fff;
  }
}

@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.mobile a {
  display: block;
  padding: 12px 16px;
  color: rgba(255,255,255,.8);
  border-radius: 10px;
  margin-bottom: 4px;
}

.mobile a:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.mobile-fortune-btn {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  font-size: 15px;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mobile-fortune-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
}

.mobile__actions {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.mobile__actions .btn {
  width: 100%;
}

/* Responsive - Tablet */
@media (max-width: 900px) {
  .nav__links--left,
  .nav__links--right {
    display: none;
  }
  
  .nav__cta {
    display: none;
  }
  
  .brand {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  
  .brand__logo {
    height: 180px;
  }
  
  .hamburger {
    display: flex;
  }
  
  .btn--nav {
    display: none;
  }
  
  .services-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    bottom: 20px;
    padding: 0 16px;
    padding-top: 50px;
  }
  
  .service-card {
    margin-top: 45px;
  }
  
  .hero-section {
    min-height: 100vh;
  }
}

/* Responsive - Mobile */
@media (max-width: 600px) {
  .nav__inner {
    height: 80px;
    padding: 0 16px;
  }
  
  .brand {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  
  .brand__logo {
    height: 225px;
  }
  
  .services-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    bottom: 15px;
    padding: 0 12px;
    padding-top: 40px;
    max-width: 100%;
  }
  
  .service-card {
    padding: 20px 12px 16px;
    padding-top: 50px;
    margin-top: 40px;
    border-radius: 12px;
  }
  
  .service-icon {
    top: -35px;
    width: 70px;
    height: 70px;
  }
  
  .service-icon img {
    width: 70px;
    height: 70px;
  }
  
  .service-card h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  
  .service-card p {
    font-size: 11px;
    line-height: 1.3;
  }
  
  .hero-section {
    min-height: 100vh;
  }
  
  .mobile {
    padding: 12px 16px;
  }
  
  .mobile a {
    padding: 10px 14px;
    font-size: 14px;
  }
  
  /* Mobile Centering */
  .section__head {
    text-align: center;
  }
  
  .section__head h2 {
    font-size: 28px;
  }
  
  .container {
    padding: 0 16px;
  }
  
  .dream-card,
  .serviceCard {
    margin: 0 auto;
  }
  
  .dream-slider__track,
  .services-slider__track {
    justify-content: center;
  }
}

/* ========================================
   HERO SLIDER - Full Width Image Slider
======================================== */
/* ========================================
   MYSTICAL HERO SECTION
======================================== */
/* ========================================
   MYSTICAL HERO SECTION (Symmetrical)
======================================== */
/* ========================================
   COSMIC HERO SECTION
======================================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-bottom: 120px;
  /* Space for glass cards */
}

/* Background Slider Images */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: var(--bg);
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out, transform 8s ease;
  transform: scale(1.1);
}

.hero-slide-bg.is-active {
  opacity: 1;
  transform: scale(1);
}

/* Cosmic Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 9, 21, 0.3) 0%, rgba(8, 9, 21, 0.6) 50%, rgba(8, 9, 21, 1) 100%),
    radial-gradient(circle at 50% 30%, rgba(124, 92, 255, 0.15) 0%, transparent 60%);
  backdrop-filter: blur(1px);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Typography */
.hero-title {
  font-family: serif;
  /* Elegant */
  font-size: clamp(56px, 6vw, 96px);
  line-height: 1.1;
  margin: 0 0 20px;
  text-shadow: 0 0 40px rgba(124, 92, 255, .5);
}

.hero-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, .8);
  max-width: 600px;
  margin: 0 auto 40px;
  letter-spacing: .5px;
}

.hero-btns {
  display: flex;
  gap: 16px;
}

.btn--glow {
  background: linear-gradient(90deg, #7c5cff, #a855f7);
  box-shadow: 0 0 30px rgba(124, 92, 255, .4);
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Service Cards Row */
.services-row {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  max-width: 1100px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0 20px;
  padding-top: 40px;
  z-index: 10;
}

a.service-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-card {
  position: relative;
  padding: 28px 20px 20px;
  padding-top: 60px;
  margin-top: 50px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  text-align: center;
  cursor: pointer;
  transition: all .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  background: rgba(124, 92, 255, .1);
  border-color: rgba(124, 92, 255, .25);
}

.service-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
}

.service-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  filter:
    drop-shadow(0 10px 18px rgba(0,0,0,0.55))
    drop-shadow(0 0 18px rgba(170,90,255,0.45));
  transform: translateZ(0);
  transition: all 180ms ease;
}

.service-card:hover .service-icon img {
  transform: translateY(-2px);
  filter:
    drop-shadow(0 14px 24px rgba(0,0,0,0.6))
    drop-shadow(0 0 26px rgba(170,90,255,0.65));
}

.service-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.service-card p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.4;
}


.grad {
  background: linear-gradient(90deg, var(--brand), var(--brand2), var(--hot));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6
}

.hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 24px
}

.hero__stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 6px
}

.stat {
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: 12px 14px;
  min-width: 160px;
}

[data-theme="light"] .stat {
  background: rgba(255, 255, 255, .70)
}

.stat__num {
  font-size: 20px;
  font-weight: 900
}

.stat__label {
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px
}

.card {
  border: 1px solid var(--line);
  background: rgba(15, 18, 38, .70);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding: 18px;
}

[data-theme="light"] .card {
  background: rgba(255, 255, 255, .90)
}

.card--glow {
  position: relative
}

.card--glow::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--radius2);
  background:
    radial-gradient(300px 190px at 30% 20%, rgba(124, 92, 255, .30), transparent 55%),
    radial-gradient(270px 170px at 80% 60%, rgba(34, 211, 238, .22), transparent 55%),
    radial-gradient(260px 160px at 60% 10%, rgba(255, 79, 216, .16), transparent 55%);
  pointer-events: none;
  z-index: -1;
  filter: blur(14px);
  opacity: .95;
}

.eyebrow {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(124, 92, 255, .12);
  font-size: 12px;
  font-weight: 800;
}

.muted {
  color: var(--muted)
}

.tiny {
  font-size: 12px
}

/* Crystal Card - Clean Layout */
.crystal-card {
  position: relative;
  padding: 24px;
  text-align: center;
}

.badge--corner {
  position: absolute;
  top: 16px;
  right: 16px;
}

.crystal-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.fortune-display {
  max-width: 280px;
  padding: 16px 20px;
  border: 1px dashed rgba(124, 92, 255, .4);
  background: rgba(124, 92, 255, .08);
  border-radius: 16px;
}

.fortune-display__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text);
  margin: 0;
}

.crystal-card__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.crystal-card__hint {
  margin: 16px 0 0;
  text-align: center;
}

.row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap
}

.sep {
  border: none;
  border-top: 1px solid var(--line);
  margin: 16px 0
}

/* Crystal Ball - Mystical Glowing Orb */
.crystalWrap {
  display: grid;
  place-items: center;
  position: relative
}

.crystalBall {
  width: 200px;
  height: 200px;
  border-radius: 999px;
  position: relative;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .45), transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(90, 50, 180, 0.7), transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(30, 10, 80, 0.95), transparent 80%),
    linear-gradient(180deg, rgba(60, 30, 120, 0.3), rgba(10, 5, 30, 0.9));
  border: 2px solid rgba(150, 120, 255, .25);
  box-shadow:
    0 0 60px rgba(124, 92, 255, .5),
    0 0 120px rgba(124, 92, 255, .3),
    0 0 180px rgba(90, 60, 200, .2),
    inset 0 0 60px rgba(124, 92, 255, .3),
    inset 0 0 100px rgba(60, 30, 150, .4);
  overflow: hidden;
}

/* Inner magical glow - main pulse */
.crystalGlow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(180, 140, 255, .9) 0%,
      rgba(124, 92, 255, .7) 30%,
      rgba(90, 60, 200, .4) 50%,
      transparent 70%);
  filter: blur(8px);
  animation: innerGlow 2s ease-in-out infinite;
}

/* Glowing core orb */
.crystalCore {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, .95) 0%,
      rgba(200, 180, 255, .8) 20%,
      rgba(150, 120, 255, .6) 40%,
      rgba(124, 92, 255, .4) 60%,
      transparent 80%);
  animation: corePulse 1.5s ease-in-out infinite;
  box-shadow:
    0 0 30px rgba(200, 180, 255, .8),
    0 0 60px rgba(150, 120, 255, .5),
    0 0 90px rgba(124, 92, 255, .3);
}

/* Floating sparkles/stars */
.crystalSparkles {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  overflow: hidden;
}

.crystalSparkles::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(2px 2px at 25% 30%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(2px 2px at 70% 25%, rgba(255, 255, 255, .9), transparent),
    radial-gradient(1.5px 1.5px at 45% 65%, rgba(255, 255, 255, .85), transparent),
    radial-gradient(2px 2px at 80% 70%, rgba(255, 255, 255, .9), transparent),
    radial-gradient(1.5px 1.5px at 30% 75%, rgba(255, 255, 255, .8), transparent),
    radial-gradient(2px 2px at 60% 40%, rgba(200, 180, 255, 1), transparent),
    radial-gradient(1.5px 1.5px at 15% 55%, rgba(255, 255, 255, .85), transparent),
    radial-gradient(2px 2px at 85% 45%, rgba(200, 180, 255, .95), transparent);
  animation: sparkleFloat 3s ease-in-out infinite;
}

.crystalSparkles::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(3px 3px at 35% 45%, rgba(255, 255, 255, .9), transparent),
    radial-gradient(2.5px 2.5px at 65% 55%, rgba(200, 180, 255, 1), transparent),
    radial-gradient(2px 2px at 50% 30%, rgba(255, 255, 255, .85), transparent),
    radial-gradient(2.5px 2.5px at 40% 80%, rgba(255, 255, 255, .9), transparent);
  animation: sparkleFloat2 2.5s ease-in-out infinite 0.5s;
}

/* Glass reflection */
.crystalBall::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 15%;
  width: 35%;
  height: 25%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, .4) 0%,
      rgba(255, 255, 255, .1) 50%,
      transparent 100%);
  border-radius: 50%;
  filter: blur(2px);
}

/* Outer glow ring */
.crystalBall::after {
  content: "";
  position: absolute;
  inset: -15px;
  border-radius: 999px;
  background: radial-gradient(circle,
      transparent 45%,
      rgba(124, 92, 255, .15) 55%,
      rgba(90, 60, 200, .1) 65%,
      transparent 75%);
  animation: ringPulse 2.5s ease-in-out infinite;
}

/* Crystal base/stand */
.crystalBase {
  width: 180px;
  height: 35px;
  margin-top: -12px;
  border-radius: 50%;
  background: linear-gradient(180deg,
      rgba(90, 60, 180, .4) 0%,
      rgba(60, 30, 120, .6) 50%,
      rgba(30, 15, 60, .8) 100%);
  border: 1px solid rgba(150, 120, 255, .2);
  box-shadow:
    0 10px 40px rgba(124, 92, 255, .3),
    0 20px 60px rgba(90, 60, 200, .2),
    inset 0 -5px 20px rgba(0, 0, 0, .3);
  position: relative;
}

.crystalBase::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20%;
  width: 60%;
  height: 8px;
  background: linear-gradient(90deg,
      transparent,
      rgba(200, 180, 255, .3) 30%,
      rgba(200, 180, 255, .4) 50%,
      rgba(200, 180, 255, .3) 70%,
      transparent);
  border-radius: 50%;
  filter: blur(1px);
}

/* Animations */
@keyframes innerGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
    filter: blur(8px);
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
    filter: blur(12px);
  }
}

@keyframes corePulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
    box-shadow:
      0 0 30px rgba(200, 180, 255, .8),
      0 0 60px rgba(150, 120, 255, .5),
      0 0 90px rgba(124, 92, 255, .3);
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
    box-shadow:
      0 0 40px rgba(255, 255, 255, .9),
      0 0 80px rgba(200, 180, 255, .7),
      0 0 120px rgba(150, 120, 255, .5),
      0 0 160px rgba(124, 92, 255, .3);
  }
}

@keyframes sparkleFloat {

  0%,
  100% {
    opacity: 0.7;
    transform: rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: rotate(10deg);
  }
}

@keyframes sparkleFloat2 {

  0%,
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1);
  }

  50% {
    opacity: 1;
    transform: rotate(-8deg) scale(1.05);
  }
}

@keyframes ringPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

/* Tarot */
.tarot__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.tarot__grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.cardBack {
  aspect-ratio: 3/4;
  border-radius: 16px;
  border: 1px solid var(--line);
  background:
    radial-gradient(120px 80px at 30% 30%, rgba(34, 211, 238, .24), transparent 60%),
    radial-gradient(140px 100px at 70% 70%, rgba(124, 92, 255, .25), transparent 60%),
    linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  display: grid;
  place-items: center;
  cursor: pointer;
  user-select: none;
  transition: transform .12s ease, border-color .12s ease;
}

.cardBack:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, .35)
}

.cardBack span {
  font-weight: 900;
  opacity: .95
}

.tarot__result {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0, 0, 0, .08);
  color: var(--muted);
  line-height: 1.5;
}

[data-theme="light"] .tarot__result {
  background: rgba(255, 255, 255, .70)
}

/* Slider dots */
.slider__dots {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  justify-content: center
}

.dotBtn {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .18);
  cursor: pointer;
}

.dotBtn.is-active {
  background: linear-gradient(135deg, rgba(124, 92, 255, .95), rgba(34, 211, 238, .75));
  border-color: transparent;
  box-shadow: 0 0 0 6px rgba(124, 92, 255, .10);
}

/* Services with photos */
.section {
  padding: 56px 0
}

.section--alt {
  background: linear-gradient(180deg, rgba(124, 92, 255, .06), rgba(34, 211, 238, .04));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section__head {
  margin-bottom: 18px
}

h2 {
  margin: 0 0 8px;
  font-size: 32px;
  letter-spacing: -.3px
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

a.serviceCard {
  text-decoration: none;
  color: inherit;
  display: block;
}

.serviceCard {
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  overflow: hidden;
  background: rgba(0, 0, 0, .08);
}

[data-theme="light"] .serviceCard {
  background: rgba(255, 255, 255, .80)
}

.serviceCard__img {
  height: 170px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.serviceCard__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45));
}

.serviceCard__body {
  padding: 14px
}

.serviceCard__body h3 {
  margin: 0 0 6px
}

.serviceCard__body p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.55
}

.chipRow {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.chip {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(124, 92, 255, .10);
  font-size: 12px;
  color: var(--text);
}

/* Services Slider */
.services-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0 60px;
}

.services-slider__track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: grab;
}

.services-slider__track:active {
  cursor: grabbing;
}

.services-slider .serviceCard {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 300px;
  background: rgba(30, 25, 50, 0.8);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.services-slider .serviceCard:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.2);
}

.services-slider .serviceCard__img {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.services-slider .serviceCard__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 12, 30, 0.9));
}

.services-slider .serviceCard__body {
  padding: 20px;
}

.services-slider .serviceCard__body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.services-slider .serviceCard__body p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}

.services-slider .chipRow {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.services-slider .chip {
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(139, 92, 246, 0.3);
  background: rgba(139, 92, 246, 0.15);
  font-size: 12px;
  color: #a78bfa;
}

/* Slider Arrows */
.services-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 25, 50, 0.9);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.services-slider__arrow:hover {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  border-color: transparent;
  transform: translateY(-50%) scale(1.1);
}

.services-slider__arrow--prev {
  left: 10px;
}

.services-slider__arrow--next {
  right: 10px;
}

/* Slider Dots */
.services-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.services-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.services-slider__dot:hover {
  background: rgba(255, 255, 255, 0.5);
}

.services-slider__dot.active {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  width: 30px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 1024px) {
  .services-slider .serviceCard {
    flex: 0 0 calc(50% - 12px);
    min-width: 280px;
  }
}

@media (max-width: 640px) {
  .services-slider .serviceCard {
    flex: 0 0 calc(85%);
    min-width: 260px;
    max-width: 320px;
    margin: 0 auto;
  }
  
  .services-slider__track {
    padding: 0 20px;
  }
  
  .services-slider__arrow {
    width: 40px;
    height: 40px;
  }
  
  .services-slider__arrow--prev {
    left: 5px;
  }
  
  .services-slider__arrow--next {
    right: 5px;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn--primary {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  color: #fff;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(139, 92, 246, 0.5);
  transform: translateY(-2px);
}

.btn--lg {
  padding: 16px 32px;
  font-size: 16px;
}

.btn--sm {
  padding: 8px 16px;
  font-size: 13px;
}

/* Zodiac / Horoscope Section */
.section__head--center {
  text-align: center;
}

.section__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 16px 0;
  color: #8b5cf6;
}

.section__divider span {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8b5cf6, transparent);
}

.zodiac-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.zodiac-card {
  background: rgba(30, 25, 50, 0.6);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.zodiac-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.zodiac-card:hover::before,
.zodiac-card.active::before {
  opacity: 1;
}

.zodiac-card__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.zodiac-card__icon svg {
  width: 100%;
  height: 100%;
  color: #f59e0b;
  transition: all 0.3s ease;
}

.zodiac-card:hover .zodiac-card__icon,
.zodiac-card.active .zodiac-card__icon {
  transform: scale(1.15);
}

.zodiac-card:hover .zodiac-card__icon svg,
.zodiac-card.active .zodiac-card__icon svg {
  color: #fff;
}

.zodiac-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.zodiac-card__date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.zodiac-card:hover .zodiac-card__date,
.zodiac-card.active .zodiac-card__date {
  color: rgba(255, 255, 255, 0.9);
}

.zodiac-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.3);
}

/* Zodiac Modal */
.zodiac-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.zodiac-modal[hidden] {
  display: none;
}

.zodiac-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}

.zodiac-modal__content {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: linear-gradient(145deg, rgba(30, 25, 50, 0.98), rgba(15, 12, 30, 0.98));
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 24px;
  padding: 32px;
  animation: modalSlideIn 0.4s ease;
}

.zodiac-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.zodiac-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.zodiac-modal__header {
  text-align: center;
  margin-bottom: 24px;
}

.zodiac-modal__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: #f59e0b;
}

.zodiac-modal__icon svg {
  width: 100%;
  height: 100%;
}

.zodiac-modal__header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 8px 0;
}

.zodiac-modal__date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.zodiac-modal__body h4 {
  font-size: 16px;
  color: #f59e0b;
  margin-bottom: 12px;
}

.zodiac-modal__body > p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 24px;
}

.zodiac-modal__stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.zodiac-stat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zodiac-stat__label {
  width: 70px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.zodiac-stat__bar {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.zodiac-stat__fill {
  height: 100%;
  background: linear-gradient(90deg, #f59e0b, #f97316);
  border-radius: 10px;
  transition: width 0.8s ease;
}

.zodiac-modal__lucky {
  display: flex;
  gap: 24px;
  padding: 16px;
  background: rgba(245, 158, 11, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
}

.zodiac-modal__lucky div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.zodiac-modal__lucky strong {
  color: #f59e0b;
}

.zodiac-modal__lucky span {
  color: #fff;
}

.zodiac-modal__footer {
  display: flex;
  justify-content: center;
}

/* Zodiac Responsive */
@media (max-width: 1024px) {
  .zodiac-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .zodiac-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  
  .zodiac-card {
    padding: 16px 12px;
  }
  
  .zodiac-card__icon {
    font-size: 32px;
  }
  
  .zodiac-card h3 {
    font-size: 14px;
  }
  
  /* Mobile Section Centering */
  .section__head {
    text-align: center;
    padding: 0 16px;
  }
  
  .section__head--center {
    text-align: center;
  }
  
  .section__divider {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .zodiac-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .zodiac-modal__content {
    padding: 24px 20px;
  }
  
  .zodiac-modal__lucky {
    flex-direction: column;
    gap: 8px;
  }
}

/* Dream Slider */
.dream-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0 60px;
}

.dream-slider__track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

a.dream-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.dream-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 260px;
  background: linear-gradient(145deg, rgba(30, 25, 50, 0.8), rgba(20, 15, 40, 0.9));
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.dream-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8b5cf6, #ec4899, #8b5cf6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dream-card:hover::before {
  opacity: 1;
}

.dream-card:hover {
  transform: translateY(-8px);
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.2);
}

.dream-card__icon {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
}

.dream-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.dream-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Dream Slider Navigation */
.dream-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 25, 50, 0.95);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.dream-slider__arrow:hover {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  border-color: transparent;
  transform: translateY(-50%) scale(1.1);
}

.dream-slider__arrow--prev { left: 10px; }
.dream-slider__arrow--next { right: 10px; }

.dream-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.dream-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dream-slider__dot.active {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  width: 28px;
  border-radius: 10px;
}

/* Dream Slider Responsive */
@media (max-width: 1024px) {
  .dream-card {
    flex: 0 0 calc(33.333% - 14px);
  }
}

@media (max-width: 768px) {
  .dream-card {
    flex: 0 0 calc(80% - 10px);
    min-width: 260px;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .dream-card {
    flex: 0 0 calc(85%);
    min-width: 220px;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .dream-slider__track {
    padding: 0 20px;
  }
  
  .dream-slider__arrow {
    width: 38px;
    height: 38px;
  }
}

/* Panels / forms */
.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: start
}

.steps {
  display: grid;
  gap: 10px;
  margin-top: 14px
}

.step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  padding: 14px;
  background: rgba(0, 0, 0, .08);
}

[data-theme="light"] .step {
  background: rgba(255, 255, 255, .80)
}

.step__num {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(124, 92, 255, .18);
  border: 1px solid rgba(124, 92, 255, .25);
  font-weight: 900;
}

.step h4 {
  margin: 0 0 4px
}

.step p {
  margin: 0
}

.note {
  margin-top: 12px;
  border: 1px solid rgba(34, 211, 238, .22);
  background: rgba(34, 211, 238, .08);
  border-radius: 18px;
  padding: 12px;
  color: var(--muted);
  line-height: 1.55;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  background: rgba(15, 18, 38, .55);
  box-shadow: var(--shadow);
  padding: 16px;
}

[data-theme="light"] .panel {
  background: rgba(255, 255, 255, .92)
}

.panel__top h3 {
  margin: 0 0 6px
}

.form {
  display: grid;
  gap: 12px;
  margin-top: 12px
}

.field {
  display: grid;
  gap: 6px
}

.field.two {
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

label {
  font-size: 13px;
  color: var(--muted)
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 12px;
  background: rgba(0, 0, 0, .10);
  color: var(--text);
  outline: none;
}

[data-theme="light"] input,
[data-theme="light"] select,
[data-theme="light"] textarea {
  background: rgba(255, 255, 255, .80)
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(34, 211, 238, .35);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, .12);
}

.error {
  min-height: 16px;
  color: #fb7185;
  font-size: 12px
}

/* Pricing */
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px
}

.priceCard {
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  padding: 24px;
  background: rgba(15, 18, 38, 0.6);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.priceCard .btn {
  width: 100%;
  margin-top: auto;
}

[data-theme="light"] .priceCard {
  background: rgba(255, 255, 255, .80)
}

.price {
  font-size: 34px;
  font-weight: 900;
  margin: 6px 0
}

.price span {
  font-size: 16px;
  color: var(--muted);
  margin-right: 2px
}

.priceCard--featured {
  background: linear-gradient(180deg, rgba(124, 92, 255, .14), rgba(34, 211, 238, .08));
  border-color: rgba(124, 92, 255, .35);
}

.ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(124, 92, 255, .18);
  border: 1px solid rgba(124, 92, 255, .35);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

/* Reviews Section */
.reviews-wrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
  align-items: start;
}

/* Reviews Slider */
.reviews-slider {
  position: relative;
  overflow: hidden;
  padding: 10px 0 50px;
}

.reviews-slider__track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.review {
  flex: 0 0 calc(50% - 10px);
  min-width: 280px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 16px;
  padding: 20px;
  background: rgba(30, 25, 50, 0.6);
  transition: all 0.3s ease;
}

.review:hover {
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.15);
}

.review__top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.review__top strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.stars {
  color: #fbbf24;
  font-size: 14px;
  letter-spacing: 1px;
}

.review p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 12px;
}

.review__service {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 20px;
  font-size: 11px;
  color: #a78bfa;
}

/* Reviews Slider Navigation */
.reviews-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 25, 50, 0.9);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.reviews-slider__arrow:hover {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  border-color: transparent;
}

.reviews-slider__arrow--prev { left: 0; }
.reviews-slider__arrow--next { right: 0; }

.reviews-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.reviews-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reviews-slider__dot.active {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  width: 24px;
  border-radius: 8px;
}

/* Review Form Card */
.review-form-card {
  background: rgba(30, 25, 50, 0.8);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 20px;
  padding: 24px;
}

.review-form-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.review-form-card > .muted {
  font-size: 14px;
  margin-bottom: 20px;
}

.review-form .field {
  margin-bottom: 14px;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
  outline: none;
  border-color: rgba(139, 92, 246, 0.5);
  background: rgba(139, 92, 246, 0.1);
}

.review-form input::placeholder,
.review-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.review-form select option {
  background: #1a1025;
  color: #fff;
}

.star-rating label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.star-input {
  display: flex;
  gap: 4px;
}

.star-input span {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
}

.star-input span.active,
.star-input span:hover {
  color: #fbbf24;
  transform: scale(1.1);
}

.review-form .btn {
  width: 100%;
}

/* Responsive */
@media (max-width: 900px) {
  .reviews-wrapper {
    grid-template-columns: 1fr;
  }
  
  .review-form-card {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .review {
    flex: 0 0 calc(100% - 20px);
  }
  
  .reviews-slider__arrow {
    width: 36px;
    height: 36px;
  }
}

.stars {
  color: #fbbf24;
  letter-spacing: .08em;
  font-size: 13px
}

.faq {
  display: grid;
  gap: 10px;
  margin-top: 14px
}

.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  padding: 14px 16px;
  background: rgba(0, 0, 0, .08);
}

[data-theme="light"] .faq details {
  background: rgba(255, 255, 255, .80)
}

.faq summary {
  cursor: pointer;
  font-weight: 900
}

.faq p {
  color: var(--muted);
  margin: 10px 0 0;
  line-height: 1.6
}

.footer {
  border-top: 1px solid var(--line);
  padding: 22px 0
}

.footer__inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.footer__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px
}

.footer__links a:hover {
  color: var(--text)
}

.fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(15, 18, 38, .78);
  backdrop-filter: blur(12px);
  color: var(--text);
  cursor: pointer;
  box-shadow: var(--shadow);
}

[data-theme="light"] .fab {
  background: rgba(255, 255, 255, .90)
}

/* Modals */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 100
}

.modal.show {
  display: block
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55)
}

.modal__panel {
  position: relative;
  max-width: 560px;
  margin: 7vh auto;
  background: rgba(15, 18, 38, .92);
  border: 1px solid var(--line);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding: 14px;
}

[data-theme="light"] .modal__panel {
  background: rgba(255, 255, 255, .94)
}

.modal__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding: 6px 6px 10px;
}

.toast {
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(34, 197, 94, .30);
  background: rgba(34, 197, 94, .10);
}

/* Tabs */
.tabs {
  display: flex;
  gap: 10px;
  padding: 6px
}

.tab {
  flex: 1;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(124, 92, 255, .08);
  cursor: pointer;
  font-weight: 800;
  color: var(--muted);
}

.tab.is-active {
  color: var(--text);
  background: linear-gradient(135deg, rgba(124, 92, 255, .26), rgba(34, 211, 238, .12));
  border-color: rgba(34, 211, 238, .20);
}

.tabPanel {
  display: none
}

.tabPanel.is-active {
  display: block
}

/* Responsive */
@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .slider__body {
    grid-template-columns: 1fr;
  }

  .split {
    grid-template-columns: 1fr
  }

  .grid3 {
    grid-template-columns: 1fr 1fr
  }

  .pricing {
    grid-template-columns: 1fr
  }

  .nav__links {
    display: none
  }

  .hamburger {
    display: inline-block
  }
}

@media (max-width: 560px) {
  .grid3 {
    grid-template-columns: 1fr
  }

  .field.two {
    grid-template-columns: 1fr
  }

  .tarot__grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .crystalBall {
    width: 160px;
    height: 160px
  }

  .crystalBase {
    width: 150px;
    height: 30px
  }

  .crystalGlow {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
  }

  .crystalCore {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
  }
}

/* ========================================
   SOCIAL BUTTONS
======================================== */

/* Desktop - Floating Side Buttons */
.social-float {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.social-float__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,.3);
}

.social-float__btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,.4);
}

.social-float__btn--phone {
  background: linear-gradient(135deg, #00b4d8, #0077b6);
}

.social-float__btn--whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.social-float__btn--instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

/* Mobile - Bottom Bar */
.mobile-social-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(15,18,38,.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 8px 12px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
}

.mobile-social-bar {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mobile-social__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

.mobile-social__btn--whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.mobile-social__btn--phone {
  background: linear-gradient(135deg, #ff9500, #ff5e3a);
}

.mobile-social__btn--instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.mobile-social__btn:active {
  transform: scale(0.95);
}

/* Show/Hide based on screen size */
@media (max-width: 768px) {
  .social-float {
    display: none;
  }
  
  .mobile-social-bar {
    display: grid;
  }
}

@media (min-width: 769px) {
  .social-float {
    display: flex;
  }
  
  .mobile-social-bar {
    display: none;
  }
}

/* Pricing Features */
.priceCard__features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.priceCard__features li {
  padding: 8px 0;
  color: var(--muted);
  font-size: 14px;
  border-bottom: 1px solid var(--line);
  position: relative;
  padding-left: 24px;
}

.priceCard__features li:last-child {
  border-bottom: none;
}

.priceCard__features li::before {
  content: "✓";
  color: var(--brand);
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Zodiac Symbol */
.zodiac-symbol {
  font-size: 40px;
  line-height: 1;
}

.zodiac-card__icon .zodiac-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Review form success/error messages */
.review-form .message {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}

.review-form .message--success {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.review-form .message--error {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}