:root {
  --ink: #182033;
  --muted: #566176;
  --paper: #fffdf8;
  --canvas: #f6f1e8;
  --card: #ffffff;
  --indigo: #122046;
  --indigo-deep: #09142f;
  --saffron: #ca7a16;
  --saffron-dark: #9a5810;
  --line: #e6ddcf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: var(--saffron-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid #f3b75e; outline-offset: 3px; }
.site-shell { background: var(--paper); }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { background: rgba(255, 253, 248, 0.96); border-bottom: 1px solid rgba(230, 221, 207, 0.9); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--indigo); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 700; text-decoration: none; letter-spacing: -0.02em; }
.brand-mark { display: inline-grid; width: 30px; height: 30px; margin-right: 8px; place-items: center; border-radius: 50%; color: #fff9e8; background: var(--saffron); font-family: Inter, sans-serif; font-size: 0.86rem; vertical-align: 2px; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 16px; }
.nav-links a { color: #3d4659; font-size: 0.92rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--saffron-dark); }
.button, .button-secondary { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 10px 20px; font-weight: 750; text-align: center; text-decoration: none; transition: transform 150ms ease, background 150ms ease, border-color 150ms ease; }
.button { color: #fff; background: var(--saffron); box-shadow: 0 8px 22px rgba(202, 122, 22, 0.2); }
.button:hover { color: #fff; background: var(--saffron-dark); transform: translateY(-1px); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,0.55); background: transparent; }
.button-secondary:hover { color: var(--indigo); background: #fff; }
.hero { overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(7, 17, 43, 0.97) 0%, rgba(13, 29, 65, 0.92) 51%, rgba(13, 29, 65, 0.42) 100%), url("images/jyotish-baje-og.jpg") center right / cover no-repeat; }
.hero .wrap { min-height: 520px; display: flex; align-items: center; padding: 84px 0; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 14px; color: #ffd999; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3 { color: var(--indigo); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { margin: 0; color: #fff; font-size: clamp(2.7rem, 6vw, 5.15rem); letter-spacing: -0.045em; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.035em; }
h3 { margin: 0; font-size: 1.3rem; }
.hero-lede { max-width: 600px; margin: 24px 0 0; color: #edf1fb; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-note { margin: 18px 0 0; color: #cbd5e9; font-size: 0.9rem; }
.section { padding: 84px 0; }
.section-alt { background: #f4eee3; }
.section-heading { max-width: 730px; margin-bottom: 38px; }
.section-heading p { margin: 15px 0 0; color: var(--muted); font-size: 1.06rem; }
.feature-grid, .article-grid, .stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.feature-card, .article-card, .stat-card, .content-card { border: 1px solid var(--line); border-radius: 18px; background: var(--card); box-shadow: 0 8px 28px rgba(21, 27, 47, 0.055); }
.feature-card, .article-card { padding: 27px; }
.feature-card a, .article-card a { color: inherit; text-decoration: none; }
.feature-card:hover, .article-card:hover { border-color: #ddb06d; transform: translateY(-2px); transition: transform 150ms ease, border-color 150ms ease; }
.icon-disc { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; color: var(--saffron-dark); background: #fff0d7; font-weight: 800; }
.feature-card p, .article-card p, .content-card p { color: var(--muted); }
.card-link { display: inline-block; margin-top: 10px; color: var(--saffron-dark); font-size: 0.93rem; font-weight: 800; }
.stat-card { padding: 26px; }
.stat-card strong { display: block; color: var(--saffron-dark); font-size: 1.04rem; }
.stat-card span { color: var(--muted); font-size: 0.92rem; }
.callout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; align-items: center; border-radius: 24px; padding: 44px; color: #fff; background: var(--indigo); }
.callout h2 { color: #fff; }
.callout p { color: #d9e2f3; }
.callout .button { justify-self: end; min-width: 180px; }
.page-hero { color: #fff; background: linear-gradient(135deg, #0a1735, #1d315f); padding: 78px 0 68px; }
.page-hero h1 { max-width: 800px; font-size: clamp(2.65rem, 5.5vw, 4.35rem); }
.page-hero p:last-child { max-width: 760px; margin: 20px 0 0; color: #d9e2f3; font-size: 1.13rem; }
.breadcrumbs { margin: 0 0 20px; color: #c6d2ec; font-size: 0.9rem; }
.breadcrumbs a { color: #f4d399; text-decoration: none; }
.prose { width: min(800px, 100%); margin: 0 auto; }
.prose h2 { margin-top: 52px; }
.prose h3 { margin-top: 30px; }
.prose p, .prose li { color: #3e495d; }
.prose ul { padding-left: 1.3rem; }
.prose li + li { margin-top: 8px; }
.content-card { margin-top: 34px; padding: 28px; }
.content-card h2 { margin-bottom: 14px; font-size: 1.7rem; }
.faq { margin-top: 42px; }
.faq details { border-top: 1px solid var(--line); padding: 17px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--indigo); font-weight: 800; }
.faq p { margin: 11px 0 0; color: var(--muted); }
.legal-meta { margin: 17px 0 0; color: #d9e2f3; font-size: 0.92rem; }
.notice { margin-top: 36px; border-left: 4px solid var(--saffron); padding: 18px 20px; color: #4c3a20; background: #fff1d8; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 35px; }
.price-card { padding: 34px; }
.price-card.featured { border: 2px solid var(--saffron); }
.price { display: block; margin: 14px 0 3px; color: var(--indigo); font-family: Georgia, serif; font-size: 3rem; font-weight: 700; }
.price-note { display: block; color: var(--muted); font-size: 0.92rem; }
.price-card ul { padding-left: 1.25rem; color: var(--muted); }
.site-footer { padding: 56px 0 34px; color: #c7d2e7; background: var(--indigo-deep); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 28px; }
.site-footer .brand { color: #fff; }
.site-footer p { max-width: 420px; color: #b7c4dc; font-size: 0.92rem; }
.site-footer h2 { color: #fff; font-family: Inter, sans-serif; font-size: 0.95rem; letter-spacing: 0; }
.site-footer ul { margin: 13px 0 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { color: #d9e4f7; text-decoration: none; }
.site-footer a:hover { color: #ffd999; }
.footer-bottom { margin-top: 38px; padding-top: 18px; border-top: 1px solid #293858; color: #94a5c4; font-size: 0.82rem; }
@media (max-width: 760px) { .wrap { width: min(100% - 32px, 1120px); } .nav { min-height: 64px; } .nav-links a:not(.button) { display: none; } .hero .wrap { min-height: 500px; padding: 66px 0; } .hero { background-position: 64% center; } .section { padding: 62px 0; } .feature-grid, .article-grid, .stat-grid, .footer-grid, .pricing-grid, .callout { grid-template-columns: 1fr; } .callout { padding: 32px; } .callout .button { justify-self: start; } .page-hero { padding: 60px 0 55px; } }
