/* ==========================================================
   Astro Sadhana — Premium Indian Astrology Design System
   Palette: Royal Purple, Saffron Gold, Warm Ivory, Deep Maroon
   ========================================================== */

:root {
  --royal:        #4b1d6b;
  --royal-dark:   #3a1656;
  --royal-soft:   #7a2a8f;
  --saffron:      #d4a017;
  --saffron-soft: #efc963;
  --maroon:       #7a1e2e;
  --ivory:        #faf5ea;
  --ivory-2:      #f5efe0;
  --paper:        #ffffff;
  --ink:          #2a1d33;
  --ink-2:        #5a4c62;
  --muted:        #8e8299;
  --line:         #ecdfcf;
  --success:      #1f7a4a;
  --danger:       #a8232f;

  --font-display: 'Fraunces', 'Times New Roman', serif;
  --font-body:    'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow-soft:  0 6px 24px rgba(75, 29, 107, 0.08);
  --shadow-hover: 0 14px 40px rgba(75, 29, 107, 0.16);
}

* { box-sizing: border-box; }
html, body { background: var(--ivory); }
body {
  font-family: var(--font-body);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5 { font-family: var(--font-display); color: var(--royal-dark); font-weight: 600; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); line-height: 1.1; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.2; }
h3 { font-size: 1.35rem; }
a { color: var(--royal); text-decoration: none; }
a:hover { color: var(--maroon); }
::selection { background: var(--saffron-soft); color: var(--royal-dark); }

/* Mandala pattern background */
.mandala-bg {
  position: relative; overflow: hidden;
  background:
    radial-gradient(60% 55% at 100% 0%, rgba(212,160,23,0.10), transparent 60%),
    radial-gradient(60% 60% at 0% 100%, rgba(75,29,107,0.06), transparent 60%),
    var(--ivory);
}
.mandala-bg::before {
  content:""; position:absolute; right:-140px; top:-140px; width:520px; height:520px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='%23d4a017' stroke-width='0.6' opacity='0.35'><circle cx='100' cy='100' r='90'/><circle cx='100' cy='100' r='72'/><circle cx='100' cy='100' r='54'/><circle cx='100' cy='100' r='36'/><circle cx='100' cy='100' r='18'/><g stroke='%234b1d6b'><path d='M100 10 L100 190'/><path d='M10 100 L190 100'/><path d='M30 30 L170 170'/><path d='M170 30 L30 170'/></g></g></svg>") center/contain no-repeat;
  pointer-events: none; opacity: 0.55;
}
.mandala-bg::after {
  content:""; position:absolute; left:-160px; bottom:-160px; width:460px; height:460px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='%234b1d6b' stroke-width='0.6' opacity='0.25'><circle cx='100' cy='100' r='90'/><circle cx='100' cy='100' r='68'/><circle cx='100' cy='100' r='46'/><circle cx='100' cy='100' r='24'/></g></svg>") center/contain no-repeat;
  pointer-events: none;
}

/* ---------- Topbar ---------- */
.topbar { background: linear-gradient(90deg, var(--royal-dark), var(--royal-soft)); color: #fff8ea; padding: 8px 0; font-size: 13px; }
.topbar-link { color: #fff8ea; opacity: .9; }
.topbar-link:hover { color: #fff; }

/* ---------- Navbar ---------- */
.site-nav { background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); padding: 12px 0; }
.brand-mark { display: inline-flex; }
.brand-text { line-height: 1; display: flex; flex-direction: column; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--royal-dark); letter-spacing: 0.2px; }
.brand-tag { font-size: .72rem; color: var(--saffron); letter-spacing: .18em; text-transform: uppercase; margin-top: 2px; }
.navbar-nav .nav-link { color: var(--ink); font-weight: 500; margin: 0 .5rem; position: relative; }
.navbar-nav .nav-link:hover { color: var(--royal); }
.navbar-nav .nav-link::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 0; height: 2px; background: var(--saffron); transition: width .25s, left .25s; }
.navbar-nav .nav-link:hover::after { width: 24px; left: calc(50% - 12px); }
.nav-login { color: var(--royal); font-weight: 600; }

/* ---------- Buttons ---------- */
.btn { font-weight: 600; letter-spacing: .01em; transition: transform .15s ease, box-shadow .2s ease, background .2s ease; }
.btn-pill { border-radius: 999px; padding: .6rem 1.2rem; }
.btn-royal { background: var(--royal); color: #fff; border: 1px solid var(--royal); }
.btn-royal:hover { background: var(--royal-dark); color: #fff; box-shadow: 0 10px 24px rgba(75,29,107,.25); transform: translateY(-1px); }
.btn-saffron { background: var(--saffron); color: var(--royal-dark); border: 1px solid var(--saffron); }
.btn-saffron:hover { background: #c99413; color: #241033; }
.btn-outline-primary { border-color: var(--royal); color: var(--royal); }
.btn-outline-primary:hover { background: var(--royal); color: #fff; border-color: var(--royal); }
.btn-ghost { background: transparent; color: var(--royal); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--ivory-2); }

/* ---------- Hero ---------- */
.hero {
  padding: clamp(48px, 8vw, 96px) 0 clamp(60px, 8vw, 110px);
  position: relative;
}
.hero .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #fff; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--royal); box-shadow: var(--shadow-soft); }
.hero .eyebrow .dot { width: 8px; height: 8px; background: var(--saffron); border-radius: 50%; box-shadow: 0 0 0 4px rgba(212,160,23,.18); }
.hero h1 span { color: var(--saffron); font-style: italic; font-weight: 500; }
.hero p.lead { color: var(--ink-2); font-size: 1.12rem; max-width: 560px; }
.hero-search {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft); padding: 8px; margin-top: 24px; display: flex; gap: 6px; flex-wrap: wrap; align-items: center; max-width: 620px;
}
.hero-search select, .hero-search input { border: 0; background: transparent; padding: 10px 14px; font-weight: 500; color: var(--ink); flex: 1; min-width: 140px; }
.hero-search select:focus, .hero-search input:focus { outline: none; }
.hero-search button { flex: 0 0 auto; }
.hero-trust { display: flex; gap: 28px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust > div { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: 14px; }
.hero-trust i { color: var(--saffron); font-size: 20px; }

.hero-visual { position: relative; }
.hero-card {
  background: linear-gradient(160deg, #fff, var(--ivory-2));
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  box-shadow: var(--shadow-hover);
}
.hero-card .astro-photo {
  width: 100%; aspect-ratio: 4 / 5; border-radius: 20px;
  background: linear-gradient(160deg, #efe1c7, #e9c48c);
  position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.hero-card .astro-photo::before {
  content:""; position:absolute; inset:0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='%234b1d6b' stroke-width='0.4' opacity='0.35'><circle cx='100' cy='100' r='90'/><circle cx='100' cy='100' r='68'/><circle cx='100' cy='100' r='46'/></g></svg>") center/cover no-repeat;
  mix-blend-mode: multiply;
}
.hero-card .astro-photo .initials { font-family: var(--font-display); font-size: 88px; color: var(--royal-dark); text-shadow: 0 3px 0 rgba(255,255,255,.5); position: relative; z-index: 1; }
.hero-card .meta { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.hero-card .meta .stars { color: var(--saffron); }
.hero-card .cta-line { margin-top: 12px; padding: 12px 14px; background: #fff8e7; border: 1px dashed var(--saffron); border-radius: 12px; color: var(--maroon); font-weight: 600; font-size: 14px; }
.hero-badge {
  position: absolute; top: 18px; right: -14px; z-index: 2; background: var(--royal); color: #fff; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; box-shadow: var(--shadow-soft);
}

/* ---------- Sections ---------- */
section { padding: clamp(56px, 7vw, 96px) 0; }
.section-eyebrow { color: var(--saffron); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; }
.section-title { margin-top: 8px; }
.section-sub { color: var(--ink-2); max-width: 640px; }

/* ---------- Cards ---------- */
.card-elevated {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft); transition: transform .2s, box-shadow .2s;
  overflow: hidden;
}
.card-elevated:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

/* Category chip */
.cat-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  padding: 22px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  transition: all .2s ease; color: var(--ink); height: 100%;
}
.cat-card .icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #fff2d4, #f3e0a9); color: var(--royal-dark); font-size: 20px; }
.cat-card:hover { border-color: var(--saffron); box-shadow: var(--shadow-soft); transform: translateY(-3px); color: var(--ink); }
.cat-card .name { font-family: var(--font-display); font-weight: 600; color: var(--royal-dark); font-size: 1.05rem; }
.cat-card .desc { font-size: 13px; color: var(--muted); }

/* Consultant card */
.consultant-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px; box-shadow: var(--shadow-soft); transition: all .2s ease; height: 100%;
  display: flex; flex-direction: column;
}
.consultant-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); border-color: var(--saffron-soft); }
.consultant-photo {
  width: 88px; height: 88px; border-radius: 22px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #f6e4b6, #e5b56b); color: var(--royal-dark);
  font-family: var(--font-display); font-size: 30px; font-weight: 700; flex: 0 0 auto;
  border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.consultant-card .name { font-family: var(--font-display); font-weight: 700; color: var(--royal-dark); font-size: 1.15rem; margin: 10px 0 2px; }
.consultant-card .short { color: var(--ink-2); font-size: 14px; }
.consultant-card .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.tag { background: var(--ivory-2); color: var(--royal-dark); border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 500; }
.stars { color: var(--saffron); letter-spacing: 1px; }
.badge-available { background: rgba(31,122,74,.1); color: var(--success); padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.consultant-card .meta { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: 13px; color: var(--ink-2); }

/* Plan cards */
.plan-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 26px; height: 100%; position: relative; box-shadow: var(--shadow-soft);
  transition: all .25s ease; display: flex; flex-direction: column;
}
.plan-card.featured {
  border: 2px solid var(--saffron); background: linear-gradient(180deg, #fffbf0, #fff);
  transform: translateY(-6px);
}
.plan-card:hover { box-shadow: var(--shadow-hover); }
.plan-card .plan-name { font-family: var(--font-display); font-size: 1.35rem; color: var(--royal-dark); font-weight: 700; }
.plan-card .plan-price { font-family: var(--font-display); font-size: 2.6rem; color: var(--maroon); font-weight: 700; margin: 8px 0 0; }
.plan-card .plan-price small { font-size: 1rem; color: var(--muted); font-weight: 500; }
.plan-card .plan-features { list-style: none; padding: 0; margin: 20px 0; }
.plan-card .plan-features li { padding: 8px 0; padding-left: 26px; position: relative; color: var(--ink); }
.plan-card .plan-features li::before { content: "\F26E"; font-family: bootstrap-icons; position: absolute; left: 0; color: var(--saffron); }
.plan-card .plan-tag { position: absolute; top: -12px; right: 22px; background: var(--saffron); color: var(--royal-dark); padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .05em; }

/* How it works step */
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 24px; height: 100%; position: relative;
}
.step .num { position: absolute; top: -18px; left: 22px; width: 40px; height: 40px; border-radius: 12px; background: var(--royal); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 18px; box-shadow: 0 6px 14px rgba(75,29,107,.25); }
.step h5 { color: var(--royal-dark); margin-top: 20px; font-size: 1.1rem; }
.step p { color: var(--ink-2); margin: 0; font-size: 14px; }

/* Testimonial */
.testimonial {
  background: linear-gradient(180deg, #fff, var(--ivory-2));
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; height: 100%; box-shadow: var(--shadow-soft); position: relative;
}
.testimonial::before { content: "\201C"; position: absolute; top: 10px; right: 20px; font-family: var(--font-display); font-size: 90px; color: rgba(212,160,23,.25); line-height: 1; }
.testimonial p { color: var(--ink); font-style: italic; }
.testimonial .name { font-weight: 700; color: var(--royal-dark); font-family: var(--font-display); }
.testimonial .city { color: var(--muted); font-size: 13px; }

/* FAQ */
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); margin-bottom: 12px; overflow: hidden; }
.faq-item summary { padding: 18px 22px; font-weight: 600; color: var(--royal-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "\F282"; font-family: bootstrap-icons; color: var(--saffron); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item .faq-body { padding: 0 22px 20px; color: var(--ink-2); }

/* Blog card */
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; height: 100%; box-shadow: var(--shadow-soft); transition: all .2s ease; }
.blog-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.blog-card .thumb { aspect-ratio: 16/9; background: linear-gradient(160deg, var(--ivory-2), var(--saffron-soft)); display: flex; align-items: center; justify-content: center; color: var(--royal-dark); font-family: var(--font-display); font-size: 2rem; }
.blog-card .body { padding: 22px; }
.blog-card h5 { color: var(--royal-dark); font-size: 1.1rem; margin-bottom: 8px; }
.blog-card .excerpt { color: var(--ink-2); font-size: 14px; }
.blog-card .meta { color: var(--muted); font-size: 12px; margin-top: 12px; }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--royal-dark), var(--royal-soft));
  color: #fff8ea; border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 60px); position: relative; overflow: hidden;
}
.cta-band h2 { color: #fff; }
.cta-band::after {
  content:""; position:absolute; right:-100px; top:-100px; width:360px; height:360px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g fill='none' stroke='%23d4a017' stroke-width='0.6' opacity='0.35'><circle cx='100' cy='100' r='90'/><circle cx='100' cy='100' r='68'/><circle cx='100' cy='100' r='46'/></g></svg>") center/contain no-repeat;
}

/* Footer */
.site-footer { background: #241130; color: #eadfd0; padding: 70px 0 24px; margin-top: 60px; }
.footer-brand-mark { display: inline-flex; }
.footer-brand { font-family: var(--font-display); color: #fff8ea; font-size: 1.35rem; font-weight: 700; }
.footer-tag { color: var(--saffron); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.footer-title { font-family: var(--font-display); color: #fff8ea; font-size: 1rem; font-weight: 600; margin-bottom: 14px; }
.footer-desc { color: #c9bfae; font-size: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #c9bfae; font-size: 14px; }
.footer-links a:hover { color: var(--saffron); }
.footer-hr { border-color: rgba(255,255,255,.08); margin: 40px 0 20px; }
.footer-social a { color: #c9bfae; font-size: 18px; margin-right: 14px; }
.footer-social a:hover { color: var(--saffron); }
.footer-contact { color: #c9bfae; font-size: 14px; }
.footer-contact a { color: #c9bfae; }
.footer-contact a:hover { color: var(--saffron); }
.footer-legal a { color: #c9bfae; margin-left: 16px; }
.footer-legal a:hover { color: var(--saffron); }
.disclaimer-note { color: #8f8271; margin-top: 18px; }

.newsletter-form .form-control { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: #fff8ea; }
.newsletter-form .form-control::placeholder { color: #a89984; }

/* WhatsApp float */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 10px 24px rgba(37,211,102,.35); z-index: 9999; transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }

/* Forms */
.form-elegant .form-label { font-weight: 600; color: var(--royal-dark); font-size: 14px; }
.form-elegant .form-control, .form-elegant .form-select { border-radius: 12px; padding: .75rem 1rem; border: 1px solid var(--line); background: #fff; }
.form-elegant .form-control:focus, .form-elegant .form-select:focus { border-color: var(--saffron); box-shadow: 0 0 0 4px rgba(212,160,23,.15); }
.form-elegant textarea.form-control { min-height: 110px; }

/* Panels */
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-soft); }

/* Breadcrumbs */
.breadcrumb-wrap { background: var(--ivory-2); padding: 14px 0; border-bottom: 1px solid var(--line); }
.breadcrumb { margin: 0; font-size: 14px; }
.breadcrumb a { color: var(--royal); }
.breadcrumb-item.active { color: var(--muted); }

/* Filter sidebar */
.filter-card { position: sticky; top: 88px; }
.filter-card h6 { color: var(--royal-dark); font-family: var(--font-display); font-weight: 600; margin: 16px 0 10px; }
.filter-card .form-check-label { font-size: 14px; color: var(--ink); }

/* Booking flow */
.step-indicator { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; flex-wrap: wrap; }
.step-indicator .pill { padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 600; background: #fff; border: 1px solid var(--line); color: var(--muted); }
.step-indicator .pill.active { background: var(--royal); color: #fff; border-color: var(--royal); }
.step-indicator .pill.done { background: var(--saffron); color: var(--royal-dark); border-color: var(--saffron); }
.step-indicator .sep { color: var(--muted); }

.time-slot {
  padding: 10px 14px; border-radius: 12px; background: #fff; border: 1px solid var(--line); font-weight: 600; color: var(--ink);
  cursor: pointer; transition: all .15s; text-align: center; font-size: 14px;
}
.time-slot:hover { border-color: var(--saffron); color: var(--maroon); }
.time-slot input { display: none; }
.time-slot.selected, .time-slot:has(input:checked) { background: var(--royal); color: #fff; border-color: var(--royal); }
.time-slot.disabled { opacity: .5; cursor: not-allowed; }

/* Order summary card */
.summary-card { position: sticky; top: 90px; }
.summary-card .row-line { display: flex; justify-content: space-between; padding: 8px 0; color: var(--ink-2); font-size: 14px; }
.summary-card .row-line.total { border-top: 1px dashed var(--line); margin-top: 8px; padding-top: 14px; color: var(--royal-dark); font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; }

/* Login/register card */
.auth-shell { min-height: 78vh; display: flex; align-items: center; }
.auth-card { max-width: 460px; width: 100%; margin: 0 auto; }
.auth-card h2 { text-align: center; }

/* Account sidebar */
.account-menu { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 12px; box-shadow: var(--shadow-soft); }
.account-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; color: var(--ink); font-weight: 500; }
.account-menu a i { color: var(--saffron); font-size: 18px; }
.account-menu a:hover { background: var(--ivory-2); color: var(--royal); }
.account-menu a.active { background: var(--royal); color: #fff; }
.account-menu a.active i { color: #fff8e7; }

/* Table */
.table-clean thead th { background: var(--ivory-2); color: var(--royal-dark); border-bottom: 1px solid var(--line); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.table-clean tbody td { vertical-align: middle; }
.status-pill { padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.status-pending { background: rgba(212,160,23,.14); color: #7a5a08; }
.status-confirmed { background: rgba(75,29,107,.10); color: var(--royal); }
.status-completed { background: rgba(31,122,74,.14); color: var(--success); }
.status-cancelled { background: rgba(168,35,47,.12); color: var(--danger); }
.status-paid { background: rgba(31,122,74,.14); color: var(--success); }
.status-failed { background: rgba(168,35,47,.12); color: var(--danger); }
.status-refunded { background: rgba(142,130,153,.18); color: var(--ink-2); }

/* Utilities */
.divider-dot { display: inline-block; width: 4px; height: 4px; background: var(--saffron); border-radius: 50%; margin: 0 10px; vertical-align: middle; }
.rating-badge { display: inline-flex; align-items: center; gap: 4px; background: var(--ivory-2); border: 1px solid var(--line); padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; color: var(--royal-dark); }

/* Hindi / Devanagari typography */
.hi-text, .hindi { font-family: 'Noto Sans Devanagari', 'Manrope', sans-serif; font-weight: 500; }
.hi-title { font-family: 'Tiro Devanagari Hindi', 'Noto Sans Devanagari', serif; font-weight: 500; letter-spacing: 0.01em; }
.hi-sub { font-family: 'Noto Sans Devanagari', sans-serif; color: var(--maroon); font-weight: 500; font-size: 1.05rem; margin-top: 6px; }
.bilingual-eyebrow { font-family: 'Noto Sans Devanagari', sans-serif; color: var(--saffron); font-size: 12px; letter-spacing: .18em; text-transform: none; font-weight: 600; }

/* Bharat trust ribbon */
.bharat-ribbon {
  background: linear-gradient(90deg, #ff9933, #ffffff, #138808);
  height: 4px; width: 100%;
}

/* Om accent */
.om-accent {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #fff2d4, #efc963);
  color: var(--maroon); font-family: 'Tiro Devanagari Hindi', serif; font-size: 26px;
  box-shadow: 0 4px 14px rgba(212,160,23,.35);
}

/* Rangoli border decoration */
.rangoli-line {
  height: 24px;
  background:
    radial-gradient(circle at 12px 12px, var(--saffron) 3px, transparent 3.5px),
    radial-gradient(circle at 24px 12px, var(--royal) 2px, transparent 2.5px);
  background-size: 24px 24px, 24px 24px;
  background-position: 0 0, 12px 0;
  opacity: .5;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .hero { padding: 40px 0 60px; }
  .hero-badge { right: 12px; top: 12px; }
  .navbar-nav .nav-link { margin: 6px 0; }
  .hi-title { font-size: 1.4rem; }
}
