:root {
  --navy: #0a192f;
  --navy2: #0e1e38;
  --gold: #b8860b;
  --gold3: #ffd700;
  --gold-lt: #fff4ca;
  --gold-bg: #fdf8ed;
  --bg: #FFF9F0;
  --tx: #2C1810;
  --mu: #6B4C3B;
  --bd: #E8D5B7;
  --red: #780b0b;
  --blue: #123d87;
  --fh: 'Playfair Display', Georgia, serif;
  --fb: 'Noto Serif Bengali', 'Segoe UI', sans-serif;
  --r: 10px;
  --shadow: 0 4px 28px rgba(0,0,0,.09);
  --transition: all 0.2s ease;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  font-family: var(--fb);
  background: var(--bg);
  color: var(--tx);
  line-height: 1.9;
  font-size: 1.05rem;
  padding-top: 66px;
  overflow-x: clip;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--navy);
  color: var(--gold-lt);
  padding: 8px 14px;
  z-index: 9999;
  font-size: 0.85rem;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  height: 66px;
  background: var(--navy);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid var(--gold);
}
.ham {
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(184, 134, 11, 0.45);
  cursor: pointer;
  color: var(--gold-lt);
  font-size: 1.25rem;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  flex-shrink: 0;
  transition: background 0.2s;
}
.ham:hover {
  background: rgba(184, 134, 11, 0.18);
}
.header-brand {
  font-family: var(--fh);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--gold-lt);
  letter-spacing: 0.05em;
  flex: 1;
  text-align: center;
  line-height: 1.2;
}
.header-sub {
  font-size: 0.65rem;
  font-weight: 400;
  color: #8aabcb;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 1px;
}
.header-logo {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: contain;
  background: var(--navy);
  padding: 2px;
  flex-shrink: 0;
}
.nav {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  background: var(--navy2);
  border-top: 2px solid var(--gold);
  z-index: 899;
  max-height: 82vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}
.nav.open {
  display: flex;
}
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  top: 66px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 898;
}
.nav-overlay.open {
  display: block;
}
.nav a {
  color: #b0c4dc;
  padding: 12px 22px;
  font-size: 0.93rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: 9px;
}
.nav a i {
  width: 20px;
  color: var(--gold3);
  opacity: 0.85;
}
.nav a:hover {
  background: rgba(184, 134, 11, 0.12);
  color: var(--gold-lt);
}
.nav a.wa-nav {
  color: #4ade80;
  font-weight: 700;
}
body.nav-open {
  overflow-y: hidden;
}
body.nav-open .wa-float,
body.nav-open #back-to-top {
  display: none !important;
}
.nav-sep {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: 4px 0;
}
.nav-cta {
  margin: 8px 16px 4px;
  padding: 11px 16px;
  background: linear-gradient(135deg,#b8860b,#daa520);
  color: #12122a !important;
  font-weight: 700 !important;
  border-radius: 9px;
  text-align: center;
  justify-content: center !important;
  border-bottom: none !important;
  font-size: 0.88rem !important;
}
.nav-cta:hover { background: linear-gradient(135deg,#daa520,#f0c040) !important; }
.nav-sec-lbl {
  padding: 10px 22px 3px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(200,180,120,.55);
  text-transform: uppercase;
}
/* ── SERVICE INTERLINK GRID ── */
.svc-interlink {
  margin: 28px 0 8px;
  padding: 22px 20px;
  background: linear-gradient(135deg,#f7f0e6,#fdf6f0);
  border-radius: 14px;
  border: 1px solid rgba(184,134,11,.18);
}
.svc-interlink h4 {
  font-size: .88rem;
  font-weight: 700;
  color: #12122a;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.svc-interlink h4 i { color: #b8860b; }
.svc-ig {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(130px,1fr));
  gap: 10px;
}
.svc-ic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 14px 10px 12px;
  background: #fff;
  border: 1px solid rgba(184,134,11,.15);
  border-top: 3px solid #b8860b;
  border-radius: 10px;
  color: #12122a;
  font-size: .76rem;
  font-weight: 600;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
  line-height: 1.3;
}
.svc-ic:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(184,134,11,.18); }
.svc-ic i { font-size: 1.4rem; color: #b8860b; }
.svc-ic em { font-style: normal; font-size: .68rem; color: #888; margin-top: 2px; }
.svc-ic .svc-img { width:54px;height:54px;object-fit:cover;border-radius:50%;border:2px solid rgba(201,146,42,.2);flex-shrink:0; }
@media(max-width:480px){
  .svc-ig { grid-template-columns: repeat(3,1fr); }
  .svc-ic { padding: 11px 6px 9px; font-size:.7rem; }
  .svc-ic i { font-size: 1.2rem; }
}
.breadcrumb {
  max-width: 780px;
  margin: 0 auto;
  padding: 10px 18px 0;
  font-size: 0.78rem;
  color: var(--mu);
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.breadcrumb a {
  color: var(--gold);
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb i {
  font-size: 0.65rem;
  color: #bbb;
}
main {
  max-width: 780px;
  margin: 0 auto;
  padding: 18px 18px 60px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-size: 0.87rem;
  margin-bottom: 18px;
  opacity: 0.8;
}
.back-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.post-header {
  margin-bottom: 26px;
  border-bottom: 2px solid var(--bd);
  padding-bottom: 20px;
}
.post-header h1 {
  font-family: var(--fh);
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  color: #1a2e48;
  line-height: 1.35;
  margin-bottom: 12px;
}
.post-meta {
  font-size: 0.83rem;
  color: var(--mu);
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
}
.post-meta i {
  color: var(--gold);
  margin-right: 4px;
}
.tags {
  margin-top: 10px;
}
.tag {
  display: inline-block;
  background: var(--gold-bg);
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(184, 134, 11, 0.28);
  margin: 2px 3px 2px 0;
}
.featured-img {
  width: 100%;
  aspect-ratio: 1200 / 630;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--r);
  margin-bottom: 18px;
  display: block;
  border-top: 4px solid var(--gold);
  background: var(--gold-bg);
}
.post-body h2 {
  font-family: var(--fh);
  color: #1a2e48;
  margin: 30px 0 12px;
  font-size: 1.35rem;
  border-left: 4px solid var(--gold);
  padding-left: 12px;
  line-height: 1.4;
}
.post-body h3 {
  font-family: var(--fh);
  color: #1a2e48;
  margin: 22px 0 8px;
  font-size: 1.1rem;
  padding-left: 4px;
}
.post-body h4,
.post-body h5,
.post-body h6 {
  font-family: var(--fh);
  color: var(--mu);
  margin: 16px 0 6px;
}
.post-body p {
  margin-bottom: 16px;
}
.post-body hr {
  border: none;
  border-top: 1px solid var(--bd);
  margin: 28px 0;
}
.post-body blockquote {
  border-left: 4px solid var(--gold);
  padding: 14px 20px;
  background: var(--gold-bg);
  margin: 22px 0;
  font-style: italic;
  color: var(--mu);
  border-radius: 0 var(--r) var(--r) 0;
  font-family: var(--fh);
  font-size: 1.02rem;
  line-height: 1.75;
}
.post-body a {
  color: var(--blue);
  border-bottom: 1px dotted;
}
.post-body a:hover {
  color: var(--gold);
}
.post-body ul,
.post-body ol {
  margin: 10px 0 16px 24px;
}
.post-body li {
  margin-bottom: 7px;
}
.post-body strong {
  color: var(--tx);
  font-weight: 700;
}
.post-body em {
  font-style: italic;
}
.post-body img {
  max-width: 100%;
  border-radius: var(--r);
  margin: 16px 0;
  box-shadow: var(--shadow);
}
.tbl-wrap {
  overflow-x: auto;
  margin: 18px 0 22px;
  border-radius: var(--r);
  border: 1px solid var(--bd);
  box-shadow: var(--shadow);
}
.tbl-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.tbl-wrap th {
  background: var(--navy);
  color: var(--gold-lt);
  padding: 11px 14px;
  text-align: left;
  font-weight: 600;
  font-family: var(--fh);
}
.tbl-wrap td {
  padding: 9px 14px;
  border-bottom: 1px solid var(--bd);
  vertical-align: top;
}
.tbl-wrap tr:nth-child(even) td {
  background: var(--gold-bg);
}
.tbl-wrap tr:last-child td {
  border-bottom: none;
}
.tbl-wrap tr:hover td {
  background: rgba(184, 134, 11, 0.06);
}
.pjk-strip {
  background: linear-gradient(135deg, #fffbf0, #fef5e0);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 34px 0;
  border: 1.5px solid rgba(201, 146, 42, 0.28);
  box-shadow: 0 4px 16px rgba(184, 134, 11, 0.1);
  text-align: center;
}
.pjk-strip h3 {
  font-family: var(--fh);
  color: var(--navy2);
  font-size: 1rem;
  margin: 0 0 4px;
}
.pjk-strip p {
  color: #5a4a2e;
  font-size: 0.82rem;
  margin: 0 0 12px;
  line-height: 1.5;
}
.pjk-icon-wrap {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(201, 146, 42, 0.1);
  border: 1.5px solid rgba(201, 146, 42, 0.3);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
}
.pjk-icon-img {
  width: 38px; height: 38px;
  animation: pjkSpin 15s linear infinite;
}
@keyframes pjkSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.pjk-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}
.pjk-tags a {
  background: rgba(201, 146, 42, 0.1);
  border: 1px solid rgba(201, 146, 42, 0.28);
  color: #8a5e0a;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--transition);
}
.pjk-tags a:hover {
  background: rgba(201, 146, 42, 0.22);
  color: #5a3a00;
  border-color: rgba(201, 146, 42, 0.5);
}
.pjk-btn {
  display: inline-block;
  background: linear-gradient(135deg, #b8791c, #e8bc5a, #b8791c);
  background-size: 200%;
  color: #1a0a00;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 9px 28px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(184, 121, 28, 0.4);
  transition: var(--transition);
}
.pjk-btn:hover {
  transform: translateY(-2px);
  background-position: right;
}
.cta-box {
  background: linear-gradient(135deg, #1a0a2e, #12122a, #1c1060);
  border: 1px solid rgba(201, 146, 42, 0.22);
  border-top: 3px solid var(--gold);
  color: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  margin: 28px 0 20px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 146, 42, 0.12), transparent 70%);
  pointer-events: none;
}
.cta-img {
  width: 68px; height: 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(201, 146, 42, 0.45);
  margin: 0 auto 12px;
  display: block;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.cta-box h3 {
  font-family: var(--fh);
  color: var(--gold-lt);
  margin-bottom: 8px;
  font-size: 1.1rem;
}
.cta-box p {
  margin-bottom: 16px;
  opacity: 0.85;
  font-size: 0.88rem;
  line-height: 1.7;
}
.cta-box strong {
  color: var(--gold3);
}
.btn-book-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold-lt), #ffe88a);
  color: #5a1f0a;
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 800;
  margin: 5px;
  font-size: 0.92rem;
  cursor: pointer;
  border: 2px solid rgba(184, 134, 11, 0.4);
  transition: var(--transition);
  font-family: var(--fb);
}
.btn-book-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(184, 134, 11, 0.4);
}
.btn-wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 800;
  margin: 5px;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
  font-family: var(--fb);
}
.btn-wa-cta:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}
.author-bio {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--gold-bg);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 18px;
  margin: 0 0 20px;
}
.author-bio .ico {
  font-size: 2.5rem;
  line-height: 1;
  flex-shrink: 0;
}
.author-bio h4 {
  font-family: var(--fh);
  margin: 0 0 3px;
  color: #1a2e48;
  font-size: 0.95rem;
}
.author-bio .sub {
  font-size: 0.8rem;
  color: var(--gold);
  margin: 0 0 5px;
  font-weight: 600;
  display: block;
}
.author-bio p {
  font-size: 0.86rem;
  color: var(--mu);
  line-height: 1.65;
  margin: 0;
}
.author-bio a {
  color: var(--gold);
  font-weight: 600;
  border-bottom: 1px dotted;
}
.related {
  background: var(--gold-bg);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 16px 18px;
}
.related h4 {
  font-family: var(--fh);
  margin: 0 0 10px;
  color: #1a2e48;
  font-size: 0.92rem;
}
.related a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 0.88rem;
  line-height: 2;
  padding: 2px 0;
}
.related a i {
  color: var(--gold);
  font-size: 0.78rem;
  flex-shrink: 0;
}
.related a:hover {
  color: var(--gold);
}
.related-posts-box {
  background: var(--gold-bg);
  border: 1px solid var(--bd);
  border-left: 4px solid var(--gold);
  border-radius: var(--r);
  padding: 22px;
  margin: 38px 0;
  box-shadow: var(--shadow);
}
.rp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.rp-header h3 {
  font-family: var(--fh);
  color: #1a2e48;
  margin: 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rp-header h3 i {
  color: var(--gold);
}
.rp-cluster {
  background: var(--navy);
  color: var(--gold-lt);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
}
.rp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}
.rp-card {
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 14px 16px;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.rp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}
.rp-card--highlight {
  border-color: var(--gold);
  border-left: 4px solid var(--gold);
}
.rp-title {
  font-weight: 600;
  color: var(--blue);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
.rp-date {
  font-size: 0.74rem;
  color: var(--mu);
}
.rp-date i {
  color: var(--gold);
  margin-right: 3px;
}
.rp-tag {
  display: inline-block;
  font-size: 0.69rem;
  background: var(--navy);
  color: var(--gold-lt);
  padding: 2px 8px;
  border-radius: 10px;
  margin-top: 6px;
}
.rp-footer {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--bd);
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.rp-footer a {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.sidebar-widget {
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: var(--r);
  padding: 18px;
  margin-bottom: 26px;
  box-shadow: var(--shadow);
}
.sidebar-widget h4 {
  font-family: var(--fh);
  color: var(--navy);
  margin: 0 0 12px;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--gold);
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
}
.sidebar-widget h4 i {
  color: var(--gold);
}
.sidebar-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-widget li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(232, 213, 183, 0.5);
}
.sidebar-widget li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget li a {
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.4;
}
.sidebar-widget li a i {
  color: var(--gold);
  font-size: 0.68rem;
  margin-top: 4px;
  flex-shrink: 0;
}
.sidebar-widget li a:hover {
  color: var(--gold);
}
.sidebar-more {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
}
.site-footer {
  background: linear-gradient(180deg, #08111f 0%, #03070f 100%);
  border-top: 3px solid var(--gold);
  margin-top: 50px;
  content-visibility: auto;
  contain-intrinsic-size: 400px;
}
.ftr-top {
  background: linear-gradient(135deg, #0d1e38 0%, #091529 100%);
  border-bottom: 1px solid rgba(184, 134, 11, 0.15);
  padding: 28px 24px;
}
.ftr-top-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.ftr-brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.ftr-logo {
  border-radius: 10px;
  border: 2px solid rgba(184, 134, 11, 0.35);
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.ftr-brand-name {
  font-family: var(--fh);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold-lt);
}
.ftr-brand-sub {
  font-size: 0.73rem;
  color: #5a7a9a;
  margin-top: 2px;
}
.ftr-svc-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 9px;
}
.ftr-svc-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 134, 11, 0.17);
  border-radius: 10px;
  padding: 13px 10px;
  text-align: center;
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.ftr-svc-card:hover {
  background: rgba(184, 134, 11, 0.1);
  border-color: rgba(184, 134, 11, 0.4);
  transform: translateY(-3px);
}
.ftr-svc-card i {
  font-size: 1.25rem;
  color: var(--gold);
  opacity: 0.85;
}
.ftr-svc-card span {
  font-size: 0.77rem;
  color: #8aabcb;
  font-weight: 600;
  line-height: 1.3;
}
.ftr-svc-card em {
  font-style: normal;
  font-size: 0.67rem;
  color: var(--gold);
  font-weight: 700;
}
.ftr-mid {
  padding: 34px 24px 28px;
}
.ftr-mid-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  gap: 0;
}
.ftr-col {
  padding: 0 24px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.ftr-col:first-child {
  padding-left: 0;
}
.ftr-col:last-child {
  padding-right: 0;
  border-right: none;
}
.ftr-col+.ftr-col {
  padding-left: 24px;
}
.ftr-col h4 {
  font-family: var(--fh);
  color: var(--gold);
  font-size: 0.77rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(184, 134, 11, 0.2);
}
.ftr-col p,
.ftr-col a {
  font-size: 0.8rem;
  color: #7a9ab8;
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s;
  line-height: 1.6;
  text-decoration: none;
}
.ftr-col a:hover {
  color: var(--gold-lt);
}
.ftr-col i {
  width: 14px;
  margin-right: 7px;
  color: var(--gold);
  font-size: 0.75rem;
  opacity: 0.75;
}
.ftr-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #25d366;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 0.8rem;
  margin-top: 6px;
  transition: background 0.2s;
}
.ftr-wa-btn:hover {
  background: #1ebe5d !important;
}
.ftr-area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.ftr-area-tags span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #7a9ab8;
  font-size: 0.69rem;
  padding: 3px 8px;
  border-radius: 20px;
}
.ftr-area-all {
  background: rgba(184, 134, 11, 0.12) !important;
  border-color: rgba(184, 134, 11, 0.3) !important;
  color: var(--gold) !important;
}
.ftr-lang-note {
  font-size: 0.73rem;
  color: var(--gold);
  margin-top: 6px;
  opacity: 0.85;
}
.ftr-social-grid {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ftr-social-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: var(--transition);
}
.ftr-social-grid a:hover {
  transform: translateX(4px);
}
.ftr-social-grid a i {
  font-size: 0.95rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}
.ftr-social-grid a span {
  font-size: 0.77rem;
  color: #8aabcb;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.ftr-social-grid a span em {
  font-style: normal;
  font-size: 0.65rem;
  color: #5a7a9a;
}
.fsg-fb {
  border-color: rgba(24, 119, 242, 0.22) !important;
}
.fsg-fb i {
  color: #1877f2;
}
.fsg-fb:hover {
  background: rgba(24, 119, 242, 0.08) !important;
}
.fsg-yt {
  border-color: rgba(255, 0, 0, 0.18) !important;
}
.fsg-yt i {
  color: #ff0000;
}
.fsg-yt:hover {
  background: rgba(255, 0, 0, 0.07) !important;
}
.fsg-ig {
  border-color: rgba(214, 36, 159, 0.18) !important;
}
.fsg-ig i {
  color: #d6249f;
}
.fsg-ig:hover {
  background: rgba(214, 36, 159, 0.06) !important;
}
.fsg-tw {
  border-color: rgba(255, 255, 255, 0.09) !important;
}
.fsg-tw i {
  color: #e7e9ea;
}
.fsg-tw:hover {
  background: rgba(255, 255, 255, 0.04) !important;
}
.fsg-li {
  border-color: rgba(0, 119, 181, 0.18) !important;
}
.fsg-li i {
  color: #0077b5;
}
.fsg-li:hover {
  background: rgba(0, 119, 181, 0.07) !important;
}
.ftr-bottom {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.ftr-bottom p {
  font-size: 0.73rem;
  color: #2d4560;
}
.ftr-bottom-links {
  display: flex;
  gap: 14px;
}
.ftr-bottom-links a {
  font-size: 0.72rem;
  color: #3d5570;
  border-bottom: 1px solid #2d3d50;
  text-decoration: none;
  transition: color 0.2s;
}
.ftr-bottom-links a:hover {
  color: #6888a8;
}
#svc-overlay,
#book-overlay,
#rzp-success-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 25, 0.88);
  z-index: 9400;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 16px;
}
#svc-overlay.show,
#book-overlay.show,
#rzp-success-overlay.show {
  opacity: 1;
}
#svc-modal,
#book-modal,
#rzp-success-modal {
  background: #fff;
  border-radius: 22px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(184, 134, 11, 0.2);
  transform: translateY(22px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
  opacity: 0;
}
#svc-modal {
  padding: 28px 22px 22px;
  max-width: 480px;
  width: 100%;
}
#book-modal {
  padding: 32px 28px 28px;
  max-width: 420px;
  width: 100%;
}
#rzp-success-modal {
  padding: 36px 28px 30px;
  max-width: 400px;
  width: 100%;
  text-align: center;
}
#svc-overlay.show #svc-modal,
#book-overlay.show #book-modal,
#rzp-success-overlay.show #rzp-success-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.bm-close-x {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #f0f0f8;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 1;
}
.bm-close-x:hover {
  background: #e0e0f0;
  color: var(--navy);
}
.bm-header {
  text-align: center;
  margin-bottom: 16px;
}
.bm-logo {
  height: 48px;
  width: auto;
  display: block;
  margin: 0 auto 8px;
}
.bm-brand {
  font-family: var(--fh);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--navy);
}
.bm-svc-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #f8f4ff, #fff8e1);
  border: 1px solid #e0d4f0;
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 16px;
}
.bm-svc-name {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--navy);
}
.bm-svc-price {
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--red);
}
.bm-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
  margin-top: 12px;
}
.bm-req {
  color: var(--red);
}
.bm-inp {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid #e8e0f0;
  border-radius: 10px;
  font-size: 0.95rem;
  color: var(--tx);
  background: #fafafa;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.bm-inp:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(10, 25, 47, 0.1);
  background: #fff;
}
.bm-inp.err {
  border-color: var(--red);
  animation: bm-shake 0.35s;
  box-shadow: 0 0 0 3px rgba(120, 11, 11, 0.1);
}
.bm-phone-wrap {
  display: flex;
  align-items: center;
  border: 2px solid #e8e0f0;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fafafa;
}
.bm-phone-wrap:focus-within {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(10, 25, 47, 0.1);
  background: #fff;
}
.bm-prefix {
  background: #eef2ff;
  padding: 0 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  border-right: 1px solid #e0d4f0;
  height: 48px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.bm-inp-tel {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex: 1;
  background: transparent;
}
.bm-inp-tel:focus {
  background: transparent !important;
  box-shadow: none !important;
}
.bm-proceed-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--navy), #1e3a5f);
  color: var(--gold3);
  border: none;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 20px rgba(10, 25, 47, 0.35);
  margin-top: 14px;
}
.bm-proceed-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(10, 25, 47, 0.45);
}
.bm-secure-note {
  text-align: center;
  font-size: 0.7rem;
  color: #aaa;
  margin-top: 10px;
}
@keyframes bm-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}
.success-ring {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
}
.success-checkmark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #25a244;
  stroke-miterlimit: 10;
  animation: sc-scale 0.3s ease-in-out 0.9s both;
}
.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke: #25a244;
  fill: none;
  animation: sc-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: sc-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes sc-stroke {
  100% { stroke-dashoffset: 0; }
}
@keyframes sc-scale {
  0%, 100% { transform: none; }
  50% { transform: scale3d(1.1, 1.1, 1); }
}
.success-title {
  font-family: var(--fh);
  color: var(--navy);
  font-size: 1.35rem;
  margin: 0 0 8px;
}
.success-msg {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.65;
}
.pid-box {
  background: #f0f0fa;
  border: 1px dashed #c0b8e0;
  border-radius: 10px;
  padding: 10px 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pid-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.pid-value {
  font-family: monospace;
  font-size: 0.8rem;
  color: var(--navy);
  word-break: break-all;
  text-align: right;
  font-weight: 700;
}
.success-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #25d366;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.96rem;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.38);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.success-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.52);
}
.success-note {
  font-size: 0.7rem;
  color: #aaa;
  margin-top: 12px;
}
.wa-float {
  position: fixed;
  bottom: 26px;
  right: 22px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.wa-bubble {
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #111;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  max-width: 150px;
  text-align: center;
  display: none;
}
.wa-bubble.show {
  display: block;
  animation: popIn 0.4s ease;
}
.wa-btn-fl {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  animation: waPulse 2.4s infinite;
}
.wa-btn-fl:hover {
  background: #1ebe5d;
  animation: none;
  transform: scale(1.07);
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 4px 34px rgba(37, 211, 102, 0.8), 0 0 0 8px rgba(37, 211, 102, 0.1); }
}
@keyframes popIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
#back-to-top {
  position: fixed;
  bottom: 22px;
  left: 18px;
  width: 44px;
  height: 44px;
  background: transparent;
  color: var(--gold3);
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 800;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}
#back-to-top:hover {
  background: var(--navy2);
}
@media (max-width: 860px) {
  .ftr-mid-inner {
    grid-template-columns: 1fr 1fr;
  }
  .ftr-col {
    border-right: none;
    padding: 0 0 22px 0 !important;
  }
  .ftr-col+.ftr-col {
    padding-left: 0 !important;
  }
}
@media (max-width: 540px) {
  .ftr-mid-inner {
    grid-template-columns: 1fr;
  }
  .ftr-svc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .ftr-bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 600px) {
  main {
    padding: 14px 14px 48px;
  }
  .post-header h1 {
    font-size: 1.4rem;
  }
  .rp-grid {
    grid-template-columns: 1fr;
  }
}
/* ── READING PROGRESS BAR ── */
#rpb {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold3));
  z-index: 9999;
  transition: width 0.1s linear;
  pointer-events: none;
}
/* ── TABLE OF CONTENTS ── */
.toc-box {
  background: var(--gold-bg);
  border: 1px solid var(--bd);
  border-left: 4px solid var(--gold);
  border-radius: var(--r);
  padding: 16px 20px;
  margin: 24px 0;
}
.toc-head {
  font-family: var(--fh);
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.toc-count {
  font-size: .75rem;
  color: var(--mu);
  font-weight: 400;
  margin-left: auto;
}
.toc-list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.toc-list li { margin: 0; }
.toc-list a {
  color: var(--navy);
  border-bottom: 1px dashed var(--bd);
  font-size: .93rem;
  line-height: 1.5;
  transition: color .2s;
}
.toc-list a:hover { color: var(--gold); border-bottom-color: var(--gold); }
/* ── MID-ARTICLE CTA ── */
.mid-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 32px 0;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 2px 10px rgba(20, 15, 5, .06), 0 1px 3px rgba(20, 15, 5, .08);
  border: 1px solid rgba(20, 15, 5, .06);
  position: relative;
  overflow: hidden;
}
.mid-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 4px;
  background: var(--cta-accent, var(--gold));
}
.mid-cta.panjika   { --cta-accent: #2980b9; background: linear-gradient(135deg, #eef7fd, #fff 55%); }
.mid-cta.rashifal  { --cta-accent: var(--gold); background: linear-gradient(135deg, #fdf6e5, #fff 55%); }
.mid-cta.kundali   { --cta-accent: #7c3aed; background: linear-gradient(135deg, #f4effb, #fff 55%); }
.mid-cta.palmistry { --cta-accent: #27ae60; background: linear-gradient(135deg, #eef9f1, #fff 55%); }
.mid-cta.default   { --cta-accent: var(--gold); background: linear-gradient(135deg, var(--gold-bg), #fff 55%); }
.mid-cta-ic {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background: var(--cta-accent, var(--gold));
  box-shadow: 0 4px 12px color-mix(in srgb, var(--cta-accent, var(--gold)) 45%, transparent);
}
.mid-cta-tx { flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.mid-cta-tx strong { font-size: .98rem; color: var(--navy); font-weight: 700; }
.mid-cta-tx span { font-size: .82rem; color: var(--mu); line-height: 1.4; }
.mid-cta-btn {
  background: var(--cta-accent, var(--gold));
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .2s, box-shadow .2s, filter .2s;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 3px 10px color-mix(in srgb, var(--cta-accent, var(--gold)) 40%, transparent);
}
.mid-cta-btn:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 6px 16px color-mix(in srgb, var(--cta-accent, var(--gold)) 50%, transparent); }
@media (max-width: 480px) {
  .mid-cta { padding: 14px 14px 14px 16px; gap: 10px; }
  .mid-cta-ic { width: 38px; height: 38px; font-size: 1.2rem; }
  .mid-cta-ic svg { width: 1.1em; height: 1.1em; }
  .mid-cta-tx strong { font-size: .85rem; line-height: 1.3; }
  .mid-cta-tx span { font-size: .7rem; }
  .mid-cta-btn { padding: 8px 13px; font-size: .76rem; gap: 4px; }
}
@media print {
  .site-header,
  .nav,
  .breadcrumb,
  .pjk-strip,
  .cta-box,
  .related-posts-box,
  .sidebar-widget,
  .author-bio,
  .related,
  .wa-float,
  #back-to-top,
  #rpb,
  .toc-box,
  .mid-cta {
    display: none !important;
  }
  body {
    padding-top: 0;
    font-size: 12pt;
  }
  .featured-img {
    max-height: 300px;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
}

/* =====================================================
   BLOG POST COMPONENT CLASSES
   ===================================================== */
.mh{background:linear-gradient(135deg,#0a1730,#1a3060);border-radius:10px;padding:22px 18px;text-align:center;margin-bottom:20px}
.post-body .mh-tag{font-size:.72rem;letter-spacing:3px;color:#c9a227;text-transform:uppercase;margin:0 0 7px}
.post-body .mh-title{font-size:1.45rem;color:#fff;margin:0 0 10px;line-height:1.35;font-weight:700;border-left:none;padding-left:0;font-family:inherit}
.mh-pills{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.pill{background:rgba(201,162,39,.18);border:1px solid rgba(201,162,39,.3);border-radius:20px;padding:3px 11px;font-size:.74rem;color:#c9a227}
.intro-box{background:#f0f7ff;border:1px solid #b8d4f0;border-radius:8px;padding:12px 16px;margin:0 0 18px;font-size:.9rem;color:#1a3a6a;line-height:1.72}
.shastra{background:linear-gradient(135deg,#0a1730,#112240);border-radius:8px;padding:14px 18px;margin:0 0 22px;font-style:italic;color:#f0d080;font-size:.91rem;line-height:1.75}
.rs{border-left:4px solid #c9a227;padding:0 0 4px 16px;margin:22px 0}
.rs-head{display:flex;align-items:center;gap:10px;margin-bottom:9px}
.rs-sym{display:inline-flex;align-items:center;min-width:34px}
.rs-sym img{width:30px;height:27px;object-fit:contain}
.rs-name{font-size:1.02rem;font-weight:700;color:#5a3e00;margin:0}
.rs-elem{font-size:.73rem;color:#888;margin:2px 0 0}
.rs p{font-size:.91rem;color:#333;line-height:1.78;margin:0 0 7px}
.rs-label{font-weight:700;color:#3a2800}
.chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}
.cw{background:#e6f4e6;color:#1a5c1a;border-radius:4px;padding:2px 9px;font-size:.77rem;font-weight:600;border:1px solid #b0d8b0}
.ch{background:#fff0e0;color:#a84000;border-radius:4px;padding:2px 9px;font-size:.77rem;font-weight:600;border:1px solid #e8b870}
.ca{background:#fff8e0;color:#7a5500;border-radius:4px;padding:2px 9px;font-size:.77rem;font-weight:600;border:1px solid #e0c840}
hr.rd{border:none;border-top:1px dashed #e0cc90;margin:20px 0}
.sbox{background:#f5f5f5;border-radius:10px;padding:13px 17px;margin:22px 0;font-size:14px}
.abox{display:flex;align-items:center;gap:13px;background:linear-gradient(135deg,#fff8dc,#fef3c7);border:1px solid #d4a017;padding:13px 17px;border-radius:12px;margin-top:20px}
.sum-table{width:100%;border-collapse:collapse;font-size:13px;background:#fffbf0;border:1px solid #e8d5a0;border-radius:8px;overflow:hidden;margin:20px 0}
.sum-table thead tr{background:#d4a017;color:#fff}
.sum-table th,.sum-table td{padding:8px 12px;text-align:left;border-bottom:1px solid #e8d5a0}
.sum-table tbody tr:nth-child(even){background:#fff8e8}
.sum-table td img{display:inline-block;width:16px;height:14px;object-fit:contain;vertical-align:middle;margin-right:5px}
.nb-card{background:#fffbf0;border:1px solid #e8d5a0;border-radius:10px;padding:16px 20px;margin:16px 0}
.nb-card h3{margin:0 0 8px;color:#7a5c00;font-size:1rem}
.nb-card p{margin:0;color:#555;font-size:.9rem;line-height:1.7}
.nakshatra-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:13px;border-radius:8px;overflow:hidden}
.nakshatra-table th{background:#0a1730;color:#c9a227;padding:10px 12px;text-align:left;font-weight:600}
.nakshatra-table td{padding:8px 12px;border-bottom:1px solid #e8d9a0;background:#fffbf5}
.nakshatra-table tr:nth-child(even) td{background:#fff8e8}
.month-card{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin:24px 0}
.mc{background:#f9f5eb;border:1px solid #e8d9a0;border-left:4px solid #c9a227;border-radius:0 10px 10px 0;padding:12px 14px;transition:all .2s}
.mc:hover{background:#fff5e0;transform:translateX(3px)}
.mc-month{font-weight:700;color:#5a3e00;font-size:.95rem;margin:0 0 3px}
.mc-nakshatra{color:#888;font-size:.8rem;margin:0}
.shastra-box{background:linear-gradient(135deg,#0a1730,#112240);border-radius:12px;padding:20px 24px;margin:24px 0}
.shastra-text{font-style:italic;color:#f0d080;font-size:1rem;line-height:1.9;margin:0 0 10px;font-family:Georgia,serif}
.shastra-meaning{color:#c8d8f0;font-size:.91rem;line-height:1.7;margin:0;border-top:1px solid rgba(201,162,39,.3);padding-top:10px}
.samudrik-section{background:#f9f5eb;border:1px solid #e8d9a0;border-radius:12px;padding:20px 24px;margin:20px 0}
.samudrik-section-title{font-size:1rem;font-weight:700;color:#5a3e00;margin:0 0 14px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e0cc90;padding-bottom:10px}
.samudrik-row{display:flex;align-items:flex-start;gap:10px;margin:8px 0;font-size:.91rem;color:#444;line-height:1.6}
.samudrik-dot{color:#c9a227;font-size:1.1rem;min-width:16px;margin-top:1px}
.feature-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin:20px 0}
.mini-card{background:linear-gradient(135deg,#fff8dc,#fef3c7);border:1px solid #d4a017;border-radius:10px;padding:14px 16px}
.mini-card-icon{font-size:1.5rem;margin-bottom:6px}
.mini-card-title{font-weight:700;color:#7a5c00;font-size:.93rem;margin:0 0 5px}
.mini-card-body{font-size:.87rem;color:#666;line-height:1.6;margin:0}
.jyotish-box{background:linear-gradient(135deg,#0a1730,#112240);border-radius:12px;padding:20px 24px;margin:24px 0}
.jyotish-row{display:flex;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1px solid rgba(201,162,39,.2);font-size:.91rem;color:#c8d8f0;line-height:1.6}
.jyotish-row:last-child{border-bottom:none}
.jyotish-arrow{color:#c9a227;min-width:18px}
.shloka-box{background:linear-gradient(135deg,#0a1730 0%,#112240 100%);border:1px solid #c9a227;border-radius:12px;padding:1.5rem 1.8rem;margin:2rem 0;position:relative}
.shloka-box::before{content:"✦";position:absolute;top:12px;right:18px;color:#c9a227;font-size:1.2rem;opacity:.6}
.shloka-text{font-style:italic;color:#f0d080;font-size:1.05rem;line-height:1.8;margin:0 0 .8rem;font-family:'Times New Roman',serif}
.shloka-meaning{color:#c8d8f0;font-size:.9rem;line-height:1.6;margin:0;border-top:1px solid rgba(201,162,39,.3);padding-top:.8rem}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem;margin:2rem 0}
.feature-card{background:#f9f5eb;border:1px solid #e8d9a0;border-radius:10px;padding:1.2rem 1.3rem;border-left:4px solid #c9a227}
.feature-card-title{font-weight:700;color:#5a3e00;font-size:.95rem;margin:0 0 .6rem;display:flex;align-items:center;gap:.5rem}
.feature-card-body{color:#555;font-size:.88rem;line-height:1.6;margin:0}
.verdict-box{background:#f9f5eb;border:1px solid #e8d9a0;border-radius:12px;padding:1.3rem 1.8rem;margin:2rem 0}
.verdict-row{display:flex;align-items:flex-start;gap:.8rem;padding:.8rem 0;border-bottom:1px solid #f0e8c8}
.verdict-row:last-child{border-bottom:none}
.verdict-icon{font-size:1.2rem;min-width:32px;text-align:center}
.verdict-text{font-size:.9rem;color:#444;line-height:1.6}
.verdict-text strong{color:#5a3e00}
.hero-badge{text-align:center;margin-bottom:.5rem}
.hero-badge span{display:inline-block;background:#0a1730;color:#c9a227;font-size:.7rem;letter-spacing:2px;padding:.3rem 1rem;border-radius:20px;text-transform:uppercase}
.post-body .post-title{text-align:center;font-size:clamp(1.6rem,4vw,2rem);margin:0 0 8px;color:#1a2e48;font-family:'Playfair Display',Georgia,serif;border-left:none;padding-left:0}
.post-subtitle{font-size:.75em;color:var(--gold);display:block;margin-top:5px}
.hero-quote{font-size:1.1rem;font-style:italic;background:var(--gold-bg);padding:20px 24px;border-left:5px solid var(--gold);border-radius:0 12px 12px 0;margin:0 0 30px;color:#3a2800}
.section-title{font-size:1.45rem;margin:40px 0 16px;color:var(--navy);border-left:4px solid var(--gold);padding-left:18px;font-family:'Playfair Display',Georgia,serif}
.dialogue{font-size:1rem;line-height:1.85;color:var(--tx);margin-bottom:1.2rem}
.speaker-name{font-weight:700;color:#8B1A1A;background:rgba(139,26,26,.05);padding:2px 8px;border-radius:20px;display:inline-block;margin-right:6px}
.quote-block{background:#fff8e8;border-left:4px solid var(--gold);padding:14px 20px;margin:20px 0;font-style:italic;color:#5a3e00;border-radius:0 8px 8px 0}
.info-box{background:var(--gold-bg);border:1px solid #c8950c;border-radius:12px;padding:18px 22px;margin:22px 0}
.info-box p{margin:6px 0;color:#555}
.info-box-title{font-weight:700;color:var(--gold);margin-bottom:12px;font-size:1.1rem}
.comparison-table{overflow-x:auto;margin:20px 0}
.comparison-table table{width:100%;border-collapse:collapse;font-size:14px;background:#fffbf0;border:1px solid #e8d5a0;border-radius:8px;overflow:hidden}
.comparison-table th{background:var(--gold);color:#fff;padding:10px 14px;text-align:left}
.comparison-table td{padding:9px 14px;border-bottom:1px solid #e8d5a0}
.comparison-table tr:last-child td{border-bottom:none}
.comparison-table tr:nth-child(even){background:#fff8e8}
.case-study{background:linear-gradient(135deg,#f8f4ff,#f0e8ff);border-radius:12px;padding:16px 20px;margin:24px 0;border:1px solid rgba(139,26,26,.1)}
.case-study strong{color:#8B1A1A}
.philosopher-note{background:linear-gradient(135deg,#f8f4ff,#f0e8ff);border-radius:12px;padding:16px 20px;margin:24px 0;border:1px solid rgba(139,26,26,.1)}
.philosopher-note strong{color:#8B1A1A}
.conclusion-quote{font-size:1.2rem;text-align:center;background:linear-gradient(135deg,var(--navy),var(--navy2));color:var(--gold3);padding:30px 24px;border-radius:16px;margin:40px 0 30px;font-style:italic}
.related-box{background:#f5f5f5;border-radius:12px;padding:18px 22px;margin:30px 0}
.author-box{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#fff8dc,#fef3c7);border:1px solid var(--gold);padding:20px 24px;border-radius:16px;margin-top:30px}
@media(max-width:600px){.author-box{flex-direction:column;text-align:center}}
