/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--light); color: var(--text); font-family: 'Raleway', sans-serif; font-weight: 400; overflow-x: hidden; padding-top: 0; }
h1, h2, h3, h4 { font-family: 'Cinzel', serif; }
#stars-canvas { position: fixed; inset: 0; z-index: 0; pointer-events: none; }

/* ── Navbar ── */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: .75rem 0; background: var(--dark); transition: background .4s; }
.site-nav.scrolled { background: rgba(22,13,61,.96); backdrop-filter: blur(12px); padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-logo { font-family: 'Cinzel Decorative', serif; font-size: 1.1rem; color: #fcd34d !important; text-decoration: none; letter-spacing: .06em; }

/* ── Sections ── */
section { position: relative; z-index: 1; }
.section-tag { display: inline-block; font-family: 'Cinzel', serif; font-size: .65rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: .75rem; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; margin-bottom: 1rem; color: var(--text); }
.section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 520px; margin: 0 auto 3rem; }
.gold-divider { width: 60px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 1.25rem auto; }

/* ── Hero ── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; z-index: 1; }
.hero-tag { display: inline-block; font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(180,83,9,.25); border-radius: 50px; padding: .35rem 1.2rem; margin-bottom: 1.5rem; animation: fadeInUp .8s ease both; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 700; line-height: 1.15; margin-bottom: 1.5rem; color: var(--text); animation: fadeInUp .9s .1s ease both; }
.hero h1 .accent { background: linear-gradient(135deg, var(--purple), #9d4fd4, var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.1rem; color: var(--muted); line-height: 1.7; max-width: 480px; margin-bottom: 2.5rem; animation: fadeInUp 1s .2s ease both; }
.hero-btns { animation: fadeInUp 1s .3s ease both; }

/* ── Buttons ── */
.btn-primary-glow { background: var(--purple); border: none; border-radius: 50px; color: #fff; font-family: 'Cinzel', serif; font-size: .85rem; letter-spacing: .1em; padding: .85rem 2.2rem; text-decoration: none; display: inline-block; transition: all .3s; box-shadow: 0 6px 24px rgba(124,58,237,.28); }
.btn-primary-glow:hover { background: #6d28d9; box-shadow: 0 10px 32px rgba(124,58,237,.4); transform: translateY(-2px); color: #fff; }
.btn-ghost { border: 2px solid var(--purple); border-radius: 50px; color: var(--purple); background: transparent; font-family: 'Cinzel', serif; font-size: .85rem; letter-spacing: .1em; padding: .83rem 2.2rem; text-decoration: none; display: inline-block; transition: all .3s; }
.btn-ghost:hover { background: var(--purple); color: #fff; }

/* ── Tarot visual ── */
.hero-visual { animation: fadeInUp 1.1s .15s ease both; }
.tarot-scene { position: relative; width: 320px; max-width: 100%; margin: auto; }
.tarot-card { width: 220px; height: 360px; margin: auto; border-radius: 18px; background: linear-gradient(160deg, #2a1565, #180e4a); border: 1px solid rgba(192,132,252,.4); box-shadow: 0 0 0 1px rgba(252,211,77,.12), 0 25px 60px rgba(124,58,237,.2), 0 0 60px rgba(124,58,237,.15); display: flex; flex-direction: column; align-items: center; justify-content: center; animation: floatCard 6s ease-in-out infinite; position: relative; overflow: hidden; }
.tarot-card::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(240,192,96,.18); border-radius: 12px; }
.tarot-card::after { content: ''; position: absolute; width: 200%; height: 200%; top: -50%; left: -50%; background: conic-gradient(transparent 0deg, rgba(167,139,250,.06) 60deg, transparent 120deg); animation: rotateSlow 20s linear infinite; }
.card-symbol { font-size: 5rem; line-height: 1; filter: drop-shadow(0 0 20px rgba(240,192,96,.6)); position: relative; z-index: 1; }
.card-stars { color: #fcd34d; letter-spacing: .3em; font-size: .85rem; margin-top: 1rem; position: relative; z-index: 1; }
.card-title-text { font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .2em; color: rgba(240,236,255,.6); text-transform: uppercase; margin-top: .75rem; position: relative; z-index: 1; }
.orbiting-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #fcd34d; box-shadow: 0 0 8px #fcd34d; top: 50%; left: 50%; transform-origin: 0 0; }
.orbit-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(124,58,237,.15); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.bg-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }

/* ── Stats ── */
.stats-strip { border-top: 1px solid rgba(124,58,237,.12); border-bottom: 1px solid rgba(124,58,237,.12); padding: 2.5rem 0; background: var(--light-2); }
.stat-item { text-align: center; }
.stat-num { font-family: 'Cinzel', serif; font-size: 2.2rem; font-weight: 700; color: var(--purple); }
.stat-label { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.stat-sep { width: 1px; background: rgba(124,58,237,.15); align-self: stretch; }

/* ── Services ── */
.services { padding: 6rem 0; }
.service-card { background: var(--light-2); border: 1px solid rgba(124,58,237,.15); border-radius: 16px; padding: 2.2rem 1.8rem; transition: all .4s; height: 100%; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124,58,237,.06), transparent); opacity: 0; transition: opacity .4s; }
.service-card:hover { border-color: rgba(124,58,237,.35); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(124,58,237,.08); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(124,58,237,.1); border: 1px solid rgba(124,58,237,.18); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; }
.service-card h4 { font-size: 1rem; font-weight: 600; letter-spacing: .04em; margin-bottom: .65rem; color: var(--text); }
.service-card p { font-size: .88rem; color: var(--muted); line-height: 1.65; margin: 0; }
.service-link { display: inline-flex; align-items: center; gap: .4rem; font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--purple); text-decoration: none; margin-top: 1.2rem; transition: gap .25s; }
.service-link:hover { gap: .7rem; }

/* ── How it works ── */
.how-it-works { padding: 6rem 0; background: var(--light-2); }
.step-card { text-align: center; padding: 2rem 1.5rem; }
.step-icon { width: 72px; height: 72px; border-radius: 50%; border: 1px solid rgba(180,83,9,.2); background: rgba(180,83,9,.06); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 1.5rem; }
.step-card h4 { font-size: 1rem; letter-spacing: .05em; margin-bottom: .6rem; color: var(--text); }
.step-card p { font-size: .88rem; color: var(--muted); line-height: 1.65; }

/* ── Testimonials ── */
.testimonials { padding: 6rem 0; }
.testimonial-card { background: var(--light-2); border: 1px solid rgba(124,58,237,.15); border-radius: 16px; padding: 2.2rem; height: 100%; position: relative; }
.testimonial-card::before { content: '"'; font-family: Georgia, serif; font-size: 6rem; line-height: 1; color: rgba(124,58,237,.08); position: absolute; top: .5rem; left: 1.5rem; }
.testimonial-stars { color: var(--gold); font-size: .85rem; margin-bottom: 1rem; }
.testimonial-text { font-size: .92rem; color: var(--muted); line-height: 1.7; font-style: italic; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: .9rem; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--purple); display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; font-size: .9rem; font-weight: 600; color: #fff; flex-shrink: 0; }
.author-name { font-family: 'Cinzel', serif; font-size: .8rem; letter-spacing: .05em; color: var(--text); }
.author-role { font-size: .75rem; color: var(--muted); }

/* ── CTA ── */
.cta-section { padding: 7rem 0; text-align: center; background: var(--light-2); position: relative; overflow: hidden; }
.cta-section h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; color: var(--text); }
.cta-section p { color: var(--muted); font-size: 1.05rem; max-width: 480px; margin: 0 auto 2.5rem; }

/* ── Footer ── */
.site-footer { border-top: 1px solid rgba(255,255,255,.08); padding: 3.5rem 0 2rem; background: var(--dark); }
.footer-logo { font-family: 'Cinzel Decorative', serif; font-size: 1.2rem; color: #fcd34d; text-decoration: none; }
.footer-tagline { font-size: .83rem; color: rgba(240,236,255,.45); margin-top: .5rem; line-height: 1.6; }
.footer-heading { font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(240,236,255,.55); margin-bottom: 1.1rem; }
.footer-link { display: block; font-size: .85rem; color: rgba(240,236,255,.45); text-decoration: none; margin-bottom: .55rem; transition: color .2s; }
.footer-link:hover { color: var(--text-inv); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 2.5rem; padding-top: 1.5rem; font-size: .78rem; color: rgba(240,236,255,.35); }

/* ── Animations ── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes floatCard { 0%, 100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-14px) rotate(2deg); } }
@keyframes rotateSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes orbitDot { from { transform: rotate(0deg) translateX(140px) rotate(0deg); } to { transform: rotate(360deg) translateX(140px) rotate(-360deg); } }
@keyframes orbitDot2 { from { transform: rotate(180deg) translateX(110px) rotate(-180deg); } to { transform: rotate(540deg) translateX(110px) rotate(-540deg); } }
.orbit-dot-1 { animation: orbitDot 12s linear infinite; }
.orbit-dot-2 { animation: orbitDot2 8s linear infinite; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
