/* ============================================================
   SPIRITUAL CLINIC — Premium Purple & Gold CSS Theme
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --purple-900: #0c0218;
    --purple-800: #16042b;
    --purple-700: #1c0836;
    --purple-600: #290b4d;
    --purple-500: #3d1269;
    --gold: #D4AF37;
    --gold-light: #FFD700;
    --gold-pale: #FFF2A8;
    --white: #FFFFFF;
    --text-light: #EAE0F5;
    --text-muted: #B8A9D0;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-600: #4b5563;
    --radius: 16px;
    --shadow: 0 4px 24px rgba(0,0,0,0.12);
    --shadow-lg: 0 10px 40px rgba(0,0,0,0.2);
    --transition: all 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1f2937; background: #fff; line-height: 1.6; }
h1,h2,h3,h4,h5 { font-family: 'Cinzel', serif; }
a { text-decoration: none; transition: var(--transition); }
img { max-width: 100%; }

/* ── Container ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }

/* ── Header ── */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: linear-gradient(135deg, #1f083d 0%, #30115b 50%, #1f083d 100%);
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 4px 30px rgba(0,0,0,0.5);
}
.header-gold-bar { height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-pale), var(--gold)); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.site-logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--gold), #996515); display: flex; align-items: center; justify-content: center; font-size: 22px; border: 1px solid var(--gold-pale); }
.logo-name { font-family: 'Cinzel', serif; font-weight: 700; font-size: 1.25rem; color: var(--gold); letter-spacing: 0.1em; text-shadow: 0 0 15px rgba(212,175,55,0.4); }
.logo-sub { font-size: 10px; color: var(--text-light); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 2px; }

.nav-links { display: flex; align-items: center; gap: 4px; background: rgba(18,4,38,0.85); border: 1px solid rgba(212,175,55,0.35); padding: 6px; border-radius: 50px; }
.nav-links a { padding: 8px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; color: #fff; letter-spacing: 0.03em; }
.nav-links a:hover, .nav-links a.active { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--purple-900); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 50px; font-weight: 700; font-size: 13px; cursor: pointer; border: none; transition: var(--transition); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold)); color: var(--purple-900); box-shadow: 0 0 20px rgba(212,175,55,0.5); }
.btn-gold:hover { box-shadow: 0 0 35px rgba(212,175,55,0.9); transform: translateY(-2px) scale(1.03); color: var(--purple-900); }
.btn-outline-gold { border: 2px solid var(--gold); color: var(--gold); background: transparent; }
.btn-outline-gold:hover { background: rgba(212,175,55,0.15); }
.btn-ghost { color: var(--text-light); font-size: 12px; font-weight: 700; }
.btn-ghost:hover { color: var(--gold); }
.btn-primary { background: var(--purple-700); color: #fff; }
.btn-primary:hover { background: var(--purple-600); transform: translateY(-1px); }
.btn-lg { padding: 16px 36px; font-size: 15px; }

/* ── Mobile Nav ── */
.hamburger { display: none; background: #120424; border: 1px solid rgba(212,175,55,0.4); color: #fff; padding: 10px; border-radius: 10px; cursor: pointer; font-size: 18px; }
.mobile-nav { display: none; background: var(--purple-700); border-top: 2px solid rgba(212,175,55,0.4); padding: 16px 24px 24px; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 10px 16px; color: #fff; font-weight: 700; font-size: 14px; border-radius: 12px; margin-bottom: 4px; }
.mobile-nav a:hover, .mobile-nav a.active { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--purple-900); }
.mobile-nav-actions { padding-top: 16px; border-top: 1px solid rgba(212,175,55,0.2); margin-top: 8px; display: flex; flex-direction: column; gap: 8px; }

@media (max-width: 1024px) { .nav-links, .header-actions { display: none; } .hamburger { display: block; } }

/* ── Hero Section ── */
.hero {
    position: relative; min-height: 92vh; display: flex; align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 30%, #46147d 0%, #290b4d 35%, #16042b 70%, #0c0218 100%);
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,8,54,0.82) 0%, rgba(38,12,70,0.72) 50%, rgba(13,3,26,0.95) 100%); }
.hero-stars { position: absolute; inset: 0; background-image: radial-gradient(rgba(212,175,55,0.18) 1px, transparent 1px), radial-gradient(rgba(255,255,255,0.12) 1px, transparent 1px); background-size: 50px 50px, 100px 100px; background-position: 0 0, 25px 25px; opacity: 0.35; }
.hero-glow-1 { position: absolute; top: 10%; left: 20%; width: 400px; height: 400px; border-radius: 50%; background: rgba(142,68,173,0.35); filter: blur(80px); animation: pulse 4s infinite; }
.hero-glow-2 { position: absolute; bottom: 10%; right: 20%; width: 450px; height: 450px; border-radius: 50%; background: rgba(212,175,55,0.2); filter: blur(80px); animation: pulse 4s 1.2s infinite; }
@keyframes pulse { 0%,100%{opacity:0.6} 50%{opacity:1} }

.hero-content { position: relative; z-index: 2; text-align: center; padding: 80px 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 24px; border-radius: 50px; background: rgba(22,4,43,0.9); border: 1.5px solid var(--gold); box-shadow: 0 0 20px rgba(212,175,55,0.3); margin-bottom: 28px; }
.hero-badge span { font-size: 11px; font-weight: 700; color: var(--gold-light); letter-spacing: 0.15em; text-transform: uppercase; }
.hero-title { font-size: clamp(2.2rem, 6vw, 5rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 20px; text-shadow: 0 5px 30px rgba(0,0,0,0.9); }
.hero-title .highlight {
    display: block; margin-top: 8px;
    background: linear-gradient(135deg, var(--gold-pale) 0%, var(--gold-light) 25%, #E5B22D 60%, var(--gold-pale) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 35px rgba(255,215,0,0.8));
}
.hero-subtitle { font-size: 1.1rem; color: var(--text-light); max-width: 620px; margin: 0 auto 40px; line-height: 1.7; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.hero-trust { margin-top: 56px; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.trust-badge { display: flex; align-items: center; gap: 10px; padding: 12px 20px; border-radius: 16px; background: rgba(22,4,43,0.9); border: 1px solid rgba(212,175,55,0.45); color: #fff; font-weight: 700; font-size: 13px; }
.trust-badge i { color: var(--gold-light); font-size: 15px; }
.hero-wave { position: absolute; bottom: 0; left: 0; right: 0; }

/* ── Section Headings ── */
.section-eyebrow { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 8px; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: var(--purple-700); margin-bottom: 12px; }
.section-title.white { color: #fff; }
.gold-divider { width: 60px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)); margin: 12px auto; border-radius: 2px; }
.gold-divider.left { margin-left: 0; }
.section-lead { font-size: 15px; color: var(--gray-600); max-width: 580px; margin: 0 auto; line-height: 1.7; }

/* ── Cards ── */
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); transition: var(--transition); }
.card:hover { box-shadow: var(--shadow-lg); }
.service-card { padding: 28px 20px; text-align: center; border: 1px solid var(--gray-100); }
.service-card:hover { border-color: #c084fc; transform: translateY(-4px); }
.service-icon { width: 56px; height: 56px; border-radius: 16px; background: #f3e8ff; color: var(--purple-700); font-size: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: var(--transition); }
.service-card:hover .service-icon { background: var(--purple-700); color: var(--gold); }
.service-card h3 { font-size: 15px; color: var(--purple-700); margin-bottom: 8px; }
.service-card p { font-size: 12px; color: var(--gray-600); line-height: 1.6; }
.service-card .learn-more { font-size: 12px; color: var(--gold); font-weight: 700; margin-top: 16px; display: inline-flex; align-items: center; gap: 4px; }

/* ── Packages ── */
.packages-section { background: linear-gradient(135deg, var(--purple-900), var(--purple-600), #4c1d95); }
.package-card { border-radius: 24px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); overflow: hidden; transition: var(--transition); }
.package-card.featured { border: 2px solid var(--gold); box-shadow: 0 0 40px rgba(212,175,55,0.3); transform: scale(1.05); }
.package-featured-badge { background: var(--gold); color: var(--purple-900); text-align: center; font-size: 11px; font-weight: 700; padding: 6px; letter-spacing: 0.1em; text-transform: uppercase; }
.package-body { padding: 32px 28px; }
.package-name { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.package-subtitle { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 20px; }
.package-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 28px; }
.package-price .amount { font-size: 2.5rem; font-weight: 700; color: var(--gold); }
.package-price .period { font-size: 13px; color: rgba(255,255,255,0.5); }
.package-features { list-style: none; margin-bottom: 28px; }
.package-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.85); margin-bottom: 10px; }
.package-features li i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.btn-package { display: block; text-align: center; padding: 14px; border-radius: 50px; font-weight: 700; font-size: 14px; transition: var(--transition); }
.btn-package.featured { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--purple-900); }
.btn-package.regular { border: 2px solid rgba(255,255,255,0.4); color: #fff; }
.btn-package:hover { transform: translateY(-2px); opacity: 0.9; color: inherit; }

/* ── Testimonials ── */
.testimonial-card { padding: 24px; border: 1px solid var(--gray-100); }
.stars { color: var(--gold); font-size: 13px; margin-bottom: 12px; }
.testimonial-text { font-size: 13px; color: var(--gray-600); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: #f3e8ff; color: var(--purple-700); font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; }
.author-name { font-weight: 700; font-size: 13px; color: #111; }
.author-loc { font-size: 11px; color: #9ca3af; }

/* ── FAQ ── */
.faq-item { border: 1px solid var(--gray-100); border-radius: 12px; overflow: hidden; margin-bottom: 8px; }
.faq-question { width: 100%; padding: 18px 20px; text-align: left; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Cinzel', serif; font-weight: 700; font-size: 14px; color: var(--purple-700); }
.faq-question:hover { color: var(--gold); }
.faq-answer { display: none; padding: 0 20px 18px; font-size: 13px; color: var(--gray-600); line-height: 1.7; border-top: 1px solid var(--gray-100); }
.faq-answer.open { display: block; }
.faq-question i { font-size: 11px; transition: transform 0.2s; }
.faq-question.open i { transform: rotate(180deg); color: var(--gold); }

/* ── Footer ── */
.site-footer { background: var(--purple-900); color: var(--text-muted); padding: 60px 0 0; }
.footer-logo-name { font-family: 'Cinzel', serif; font-size: 1.5rem; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; }
.footer-desc { font-size: 13px; line-height: 1.7; margin-top: 10px; max-width: 280px; }
.footer-heading { font-size: 12px; font-weight: 700; color: #fff; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: 13px; color: var(--text-muted); }
.footer-links a:hover { color: var(--gold); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 13px; }
.footer-contact-item i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 48px; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 12px; }

/* ── Forms ── */
.form-card { background: #fff; border-radius: 20px; padding: 36px; box-shadow: var(--shadow-lg); }
.form-label { display: block; font-size: 12px; font-weight: 700; color: #374151; margin-bottom: 6px; letter-spacing: 0.03em; }
.form-input { width: 100%; padding: 12px 16px; border: 1.5px solid #e5e7eb; border-radius: 10px; font-size: 14px; font-family: 'Inter', sans-serif; transition: border-color 0.2s; }
.form-input:focus { outline: none; border-color: #9333ea; box-shadow: 0 0 0 3px rgba(147,51,234,0.1); }
.form-select { width: 100%; padding: 12px 16px; border: 1.5px solid #e5e7eb; border-radius: 10px; font-size: 14px; font-family: 'Inter', sans-serif; background: #fff; cursor: pointer; }
.form-textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #e5e7eb; border-radius: 10px; font-size: 14px; font-family: 'Inter', sans-serif; resize: vertical; }
.form-group { margin-bottom: 20px; }
.form-error { font-size: 11px; color: #dc2626; margin-top: 4px; }

/* ── Alert / Flash ── */
.alert { padding: 14px 18px; border-radius: 12px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.alert-success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.alert-danger  { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.alert-info    { background: #f0f9ff; color: #075985; border: 1px solid #bae6fd; }
.alert-warning { background: #fffbeb; color: #92400e; border: 1px solid #fed7aa; }

/* ── Grid Helpers ── */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1024px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } .hero-title { font-size: 2rem; } .package-card.featured { transform: none; } }
.text-center { text-align: center; }
.mt-1{margin-top:4px} .mt-2{margin-top:8px} .mt-3{margin-top:12px} .mt-4{margin-top:16px} .mt-6{margin-top:24px} .mt-8{margin-top:32px} .mt-10{margin-top:40px} .mt-12{margin-top:48px}
.mb-4{margin-bottom:16px} .mb-6{margin-bottom:24px} .mb-8{margin-bottom:32px}
.flex{display:flex} .items-center{align-items:center} .justify-between{justify-content:space-between} .gap-2{gap:8px} .gap-3{gap:12px} .gap-4{gap:16px}

/* ── Admin Panel ── */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar { width: 260px; background: var(--purple-900); color: #fff; position: fixed; top: 0; bottom: 0; left: 0; overflow-y: auto; z-index: 50; padding: 0 0 24px; }
.admin-sidebar-logo { padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.admin-sidebar-logo span { font-family: 'Cinzel', serif; font-size: 1.1rem; color: var(--gold); }
.admin-nav a { display: flex; align-items: center; gap: 12px; padding: 12px 24px; font-size: 13px; font-weight: 600; color: var(--text-muted); }
.admin-nav a:hover, .admin-nav a.active { background: rgba(212,175,55,0.12); color: var(--gold); border-right: 3px solid var(--gold); }
.admin-nav a i { width: 18px; }
.admin-main { margin-left: 260px; flex: 1; background: var(--gray-50); min-height: 100vh; }
.admin-topbar { background: #fff; border-bottom: 1px solid var(--gray-100); padding: 0 32px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.admin-topbar h1 { font-size: 18px; color: var(--purple-700); }
.admin-content { padding: 32px; }
.stat-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: var(--shadow); border-left: 4px solid var(--gold); }
.stat-card .stat-number { font-size: 2rem; font-weight: 700; color: var(--purple-700); }
.stat-card .stat-label { font-size: 12px; color: #9ca3af; margin-top: 4px; }
.table-card { background: #fff; border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.table-card table { width: 100%; border-collapse: collapse; }
.table-card th { background: var(--gray-50); padding: 12px 16px; font-size: 11px; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: 0.05em; text-align: left; }
.table-card td { padding: 14px 16px; font-size: 13px; border-top: 1px solid var(--gray-100); }
.badge { padding: 4px 10px; border-radius: 50px; font-size: 11px; font-weight: 700; }
.badge-pending  { background: #fef3c7; color: #92400e; }
.badge-approved { background: #d1fae5; color: #065f46; }
.badge-rejected { background: #fee2e2; color: #991b1b; }
.badge-confirmed{ background: #dbeafe; color: #1e40af; }

/* ── Payment Page ── */
.payment-box { background: linear-gradient(135deg, var(--purple-900), var(--purple-700)); border-radius: 24px; padding: 36px; color: #fff; border: 1px solid rgba(212,175,55,0.3); }
.wallet-address { background: rgba(255,255,255,0.08); border: 1px solid rgba(212,175,55,0.3); border-radius: 12px; padding: 16px; font-family: monospace; font-size: 14px; color: var(--gold); word-break: break-all; cursor: pointer; }
.crypto-tab { padding: 8px 20px; border-radius: 50px; font-size: 12px; font-weight: 700; border: 2px solid rgba(212,175,55,0.4); color: rgba(255,255,255,0.6); cursor: pointer; }
.crypto-tab.active { border-color: var(--gold); color: var(--gold); background: rgba(212,175,55,0.15); }

/* ── Utility ── */
.text-gold { color: var(--gold); }
.text-muted { color: #9ca3af; }
.text-sm { font-size: 13px; }
.text-xs { font-size: 11px; }
.font-bold { font-weight: 700; }
.rounded { border-radius: var(--radius); }
.w-full { width: 100%; }
.hidden { display: none !important; }
