/* ==========================================================
   Golden Rashifal — Main Stylesheet
   Mobile-first, lightweight, premium golden design system
   ========================================================== */

/* ── Reset / Base ────────────────────────────── */
*,*::before,*::after{box-sizing:border-box}
body{font-size:17px}
h1,h2,h3,h4,h5,h6{margin:0 0 .6em;line-height:1.25;font-weight:700;color:var(--gr-dark)}
p{margin:0 0 1em}
ul,ol{margin:0;padding:0;list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
input,select,textarea{font-family:inherit;font-size:1rem}

/* ── Container ───────────────────────────────── */
.gr-container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1rem}

/* ── Layout ──────────────────────────────────── */
.gr-row{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}
.gr-content-col{flex:1 1 640px;min-width:0}
.gr-sidebar-col{flex:0 0 300px;min-width:0}
.gr-content-wrap{padding-block:2rem}

/* ── Skip link ───────────────────────────────── */
.gr-skip{position:absolute;left:-9999px;top:0;z-index:9999;background:var(--gr-gold);color:#fff;padding:.5rem 1rem}
.gr-skip:focus{left:0}

/* ── Buttons ─────────────────────────────────── */
.gr-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.4rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:background .2s,transform .15s;text-decoration:none}
.gr-btn-gold{background:var(--gr-gold);color:#fff}
.gr-btn-gold:hover{background:var(--gr-gold-2);transform:translateY(-1px)}
.gr-btn-sm{font-size:.8rem;padding:.3rem .8rem;border-radius:6px;background:var(--gr-gold-soft);color:var(--gr-dark)}
.gr-btn-lg{padding:.8rem 2rem;font-size:1rem}

/* ── Labels / badges ─────────────────────────── */
.gr-label{display:inline-block;font-size:.78rem;font-weight:600;padding:.2rem .7rem;border-radius:20px;background:var(--gr-gold-soft);color:var(--gr-gold)}
.gr-label-gold{background:var(--gr-gold);color:#fff}
.gr-badge-now{background:var(--gr-gold);color:#fff;font-size:.7rem;padding:.1rem .5rem;border-radius:10px;margin-left:.3rem}

/* ── Header ──────────────────────────────────── */
.gr-header{background:#fff;border-bottom:1px solid var(--gr-border);position:sticky;top:0;z-index:200;box-shadow:var(--gr-shadow)}
.gr-topbar{background:var(--gr-dark);color:#e2c97e;font-size:.78rem;padding:.35rem 0}
.gr-topbar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.gr-date{display:flex;align-items:center;gap:.3rem}
.gr-quickpan{display:flex;gap:1rem;flex-wrap:wrap}
.gr-qp-item{color:#ccc}
.gr-qp-item strong{color:#e2c97e}
.gr-topbar-actions{display:flex;gap:.5rem}
.gr-topbar-actions button{background:none;color:#ccc;font-size:.9rem;padding:.2rem .5rem;border-radius:4px;transition:color .2s}
.gr-topbar-actions button:hover{color:var(--gr-gold)}
.gr-mainbar{padding:.75rem 0}
.gr-mainbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.gr-brand{display:flex;flex-direction:column}
.gr-logo-text{display:flex;align-items:center;gap:.4rem;font-size:1.4rem;font-weight:700;color:var(--gr-dark);text-decoration:none}
.gr-logo-mark{font-size:1.5rem}
.gr-logo-name{background:linear-gradient(135deg,var(--gr-gold),#a07410);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.gr-tagline{font-size:.72rem;color:var(--gr-muted);margin:0}

/* ── Navigation ──────────────────────────────── */
.gr-nav{display:flex;align-items:center}
.gr-menu,.gr-menu li{display:flex;align-items:center;list-style:none;margin:0;padding:0}
.gr-menu > li > a{display:block;padding:.5rem .85rem;font-size:.9rem;font-weight:600;color:var(--gr-dark);border-radius:6px;transition:color .2s,background .2s}
.gr-menu > li > a:hover{color:var(--gr-gold);background:var(--gr-gold-soft)}
.gr-menu > li{position:relative}
.gr-menu > li > ul{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--gr-border);border-radius:10px;box-shadow:0 12px 36px rgba(0,0,0,.1);min-width:200px;padding:.5rem}
.gr-menu > li:hover > ul{display:block}
.gr-menu ul li a{display:block;padding:.45rem 1rem;font-size:.88rem;color:var(--gr-text);border-radius:6px;transition:background .15s}
.gr-menu ul li a:hover{background:var(--gr-gold-soft);color:var(--gr-gold)}
.gr-mobile-toggle{display:none;flex-direction:column;gap:5px;padding:.4rem}
.gr-mobile-toggle span{display:block;width:22px;height:2px;background:var(--gr-dark);border-radius:2px;transition:transform .25s}

/* ── Search panel ────────────────────────────── */
.gr-search-panel{padding:.75rem 0;background:var(--gr-bg);border-top:1px solid var(--gr-border)}
.gr-search-panel .search-form{display:flex;gap:.5rem}
.gr-search-panel .search-field{flex:1;padding:.55rem 1rem;border:1px solid var(--gr-border);border-radius:8px;font-size:.95rem}
.gr-search-panel .search-submit{padding:.55rem 1.2rem;background:var(--gr-gold);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}

/* ── Sections ────────────────────────────────── */
.gr-section{padding-block:3rem}
.gr-section:nth-child(even){background:var(--gr-card)}
.gr-section-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem}
.gr-section-title{font-size:1.5rem;font-weight:700;color:var(--gr-dark);margin:0}
.gr-section-sub{color:var(--gr-muted);font-size:.9rem;margin:.3rem 0 0}
.gr-see-all{font-size:.9rem;font-weight:600;color:var(--gr-gold);text-decoration:none}
.gr-see-all:hover{text-decoration:underline}

/* ── Hero ────────────────────────────────────── */
.gr-hero-section{background:linear-gradient(135deg,var(--gr-dark) 0%,#1e2430 100%);color:#fff;padding-block:3.5rem}
.gr-hero-inner{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap}
.gr-hero-img{flex:1 1 420px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.gr-hero-img img{width:100%;height:auto;object-fit:cover}
.gr-hero-content{flex:1 1 320px}
.gr-hero-title{font-size:2rem;color:#fff;margin:.5rem 0 1rem;line-height:1.2}
.gr-hero-title a{color:#fff;text-decoration:none}
.gr-hero-title a:hover{color:var(--gr-gold-2)}
.gr-hero-excerpt{color:rgba(255,255,255,.8);margin-bottom:1.5rem;line-height:1.7}

/* ── Cards ───────────────────────────────────── */
.gr-card-grid{display:grid;gap:1.5rem}
.gr-card-grid-3{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.gr-card-grid-4{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.gr-post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.gr-card{background:var(--gr-card);border:1px solid var(--gr-border);border-radius:14px;overflow:hidden;box-shadow:var(--gr-shadow);transition:transform .2s,box-shadow .2s}
.gr-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(20,16,2,.1)}
.gr-card-img-link img{width:100%;height:180px;object-fit:cover;display:block;transition:transform .3s}
.gr-card-img-link:hover img{transform:scale(1.03)}
.gr-card-body{padding:1.1rem 1.25rem 1.25rem}
.gr-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.78rem;color:var(--gr-muted);margin-bottom:.5rem}
.gr-card-title{font-size:1.05rem;line-height:1.35;margin:.3rem 0 .5rem}
.gr-card-title a{color:var(--gr-dark);text-decoration:none}
.gr-card-title a:hover{color:var(--gr-gold)}
.gr-card-excerpt{font-size:.88rem;color:var(--gr-muted);line-height:1.5;margin-bottom:.75rem}
.gr-card-read{font-size:.85rem;font-weight:600;color:var(--gr-gold)}
.gr-card-sm .gr-card-img-link img{height:120px}

/* ── Zodiac grid ─────────────────────────────── */
.gr-zodiac-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem;list-style:none}
.gr-zodiac-card{background:#fff;border:1px solid var(--gr-border);border-radius:12px;transition:border-color .2s,box-shadow .2s}
.gr-zodiac-card:hover{border-color:var(--gr-gold);box-shadow:0 6px 20px rgba(201,162,39,.15)}
.gr-zodiac-link{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.1rem .75rem;text-decoration:none;text-align:center}
.gr-zodiac-icon{font-size:2rem}
.gr-zodiac-hindi{font-size:1rem;font-weight:700;color:var(--gr-dark)}
.gr-zodiac-en{font-size:.75rem;color:var(--gr-muted)}
.gr-zodiac-date{font-size:.7rem;color:var(--gr-muted)}
.gr-zodiac-read{margin-top:.4rem;background:var(--gr-gold-soft);color:var(--gr-gold);padding:.2rem .7rem;border-radius:6px;font-size:.75rem;font-weight:600}

/* ── Panchang card ───────────────────────────── */
.gr-panchang-card{background:#fff;border:1px solid var(--gr-border);border-radius:16px;padding:1.75rem;box-shadow:var(--gr-shadow)}
.gr-panchang-date{font-size:1rem;font-weight:600;color:var(--gr-gold);margin-bottom:1rem}
.gr-panchang-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem 1.5rem;list-style:none}
.gr-panchang-list li{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;background:var(--gr-bg);border-radius:8px;border:1px solid var(--gr-border)}
.gr-pan-label{font-size:.82rem;color:var(--gr-muted);font-weight:500}
.gr-pan-value{font-weight:700;color:var(--gr-dark);font-size:.9rem}
.gr-pan-danger{color:#c0392b}
.gr-pan-good{color:#27ae60}

/* ── Choghadiya table ────────────────────────── */
.gr-cg-table{width:100%;border-collapse:collapse;border-radius:10px;overflow:hidden;font-size:.9rem}
.gr-cg-table th{background:var(--gr-dark);color:var(--gr-gold);padding:.65rem 1rem;text-align:left;font-size:.82rem}
.gr-cg-table td{padding:.6rem 1rem;border-bottom:1px solid var(--gr-border);color:var(--gr-text)}
.gr-cg-table tr:last-child td{border-bottom:none}
.gr-cg-table tr:hover td{background:var(--gr-gold-soft)}
.gr-cg-current td{background:#fff8e5 !important;font-weight:600}
.gr-cg-name{display:inline-block;padding:.15rem .6rem;border-radius:5px;font-weight:700;font-size:.85rem}
.gr-cg-amrit{background:#d4efdf;color:#1d8348}
.gr-cg-shubh{background:#d6eaf8;color:#1a5276}
.gr-cg-labh{background:#d5f5e3;color:#145a32}
.gr-cg-char{background:#fef9e7;color:#7d6608}
.gr-cg-rog{background:#fde8d8;color:#a04000}
.gr-cg-kaal{background:#f9ebea;color:#922b21}
.gr-cg-udveg{background:#f5eef8;color:#6c3483}
.gr-cg-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.gr-cg-legend-item{font-size:.78rem;padding:.25rem .7rem;border-radius:6px;background:var(--gr-bg)}

/* ── Tabs ────────────────────────────────────── */
.gr-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}
.gr-tab{padding:.55rem 1.1rem;border-radius:8px;border:1.5px solid var(--gr-border);font-size:.88rem;font-weight:600;color:var(--gr-muted);background:#fff;transition:all .2s;cursor:pointer}
.gr-tab.gr-tab-active,.gr-tab:hover{background:var(--gr-gold);color:#fff;border-color:var(--gr-gold)}

/* ── Rahu Kaal ───────────────────────────────── */
.gr-rk-today-card{display:inline-flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#c0392b,#922b21);color:#fff;padding:1.25rem 2rem;border-radius:14px;margin-bottom:1.5rem}
.gr-rk-label{font-size:.85rem;opacity:.85;margin-bottom:.25rem}
.gr-rk-time{font-size:1.5rem;font-weight:700}
.gr-rk-week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:1rem}
.gr-rk-day{background:#fff;border:1px solid var(--gr-border);border-radius:8px;padding:.6rem;text-align:center}
.gr-rk-day-name{display:block;font-size:.75rem;color:var(--gr-muted);margin-bottom:.2rem}
.gr-rk-day-time{display:block;font-size:.78rem;font-weight:600;color:var(--gr-dark)}
.gr-rk-today-day{border-color:var(--gr-gold);background:var(--gr-gold-soft)}
.gr-rk-note{font-size:.82rem;color:var(--gr-muted);line-height:1.5}

/* ── Festivals ───────────────────────────────── */
.gr-festival-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}
.gr-festival-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1.1rem;background:#fff;border:1px solid var(--gr-border);border-radius:10px;transition:box-shadow .2s}
.gr-festival-item:hover{box-shadow:var(--gr-shadow)}
.gr-festival-date{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--gr-gold);color:#fff;width:48px;height:48px;border-radius:10px;flex-shrink:0;line-height:1.1}
.gr-festival-day{font-size:1.2rem;font-weight:700}
.gr-festival-month{font-size:.7rem}
.gr-festival-info{flex:1;min-width:0}
.gr-festival-name{display:block;font-weight:700;color:var(--gr-dark)}
.gr-festival-type{display:block;font-size:.78rem;color:var(--gr-muted)}
.gr-festival-link{color:var(--gr-gold);font-size:1.1rem;text-decoration:none;padding:.2rem}

/* ── Muhurat ─────────────────────────────────── */
.gr-muhurat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1rem}
.gr-muhurat-card{background:#fff;border:1px solid var(--gr-border);border-radius:12px;padding:1.1rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}
.gr-muhurat-icon{font-size:1.75rem}
.gr-muhurat-label{font-size:.85rem;font-weight:600;color:var(--gr-dark)}
.gr-muhurat-time{font-size:.8rem;color:var(--gr-muted)}
.gr-muhurat-note{font-size:.8rem;color:var(--gr-muted)}

/* ── Numerology ──────────────────────────────── */
.gr-num-calc{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;background:#fff;border:1px solid var(--gr-border);border-radius:14px;padding:1.5rem;margin-bottom:1.5rem}
.gr-num-calc label{font-size:.85rem;font-weight:600;display:block;margin-bottom:.25rem}
.gr-input{padding:.55rem .9rem;border:1.5px solid var(--gr-border);border-radius:8px;font-size:.95rem;transition:border-color .2s}
.gr-input:focus{outline:none;border-color:var(--gr-gold)}
.gr-num-result{margin-top:.75rem;width:100%;font-weight:700;color:var(--gr-gold);min-height:1.5rem}
.gr-num-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:.5rem}
.gr-num-card{display:flex;flex-direction:column;align-items:center;background:#fff;border:1.5px solid var(--gr-border);border-radius:10px;padding:.75rem .5rem;text-decoration:none;transition:border-color .2s}
.gr-num-card:hover{border-color:var(--gr-gold);background:var(--gr-gold-soft)}
.gr-num-digit{font-size:1.5rem;font-weight:700;color:var(--gr-gold)}
.gr-num-label{font-size:.7rem;color:var(--gr-muted);margin-top:.2rem}
.gr-num-detail-card{background:#fff;border:1px solid var(--gr-border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1rem}

/* ── Trending ────────────────────────────────── */
.gr-trending-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;counter-reset:tr}
.gr-trending-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;background:#fff;border:1px solid var(--gr-border);border-radius:10px}
.gr-trending-num{font-size:1.4rem;font-weight:700;color:var(--gr-gold);flex-shrink:0;line-height:1}
.gr-trending-body{flex:1;min-width:0}
.gr-trending-title{font-size:.92rem;font-weight:600;margin:0 0 .2rem;line-height:1.35}
.gr-trending-title a{color:var(--gr-dark);text-decoration:none}
.gr-trending-title a:hover{color:var(--gr-gold)}
.gr-trending-date{font-size:.75rem;color:var(--gr-muted)}
.gr-trending-img img{width:72px;height:52px;object-fit:cover;border-radius:6px;flex-shrink:0}

/* ── FAQ ─────────────────────────────────────── */
.gr-faq-list{display:flex;flex-direction:column;gap:.5rem}
.gr-faq-item{border:1px solid var(--gr-border);border-radius:10px;overflow:hidden}
.gr-faq-q{width:100%;text-align:left;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;color:var(--gr-dark);display:flex;justify-content:space-between;align-items:center;background:#fff;cursor:pointer;transition:background .2s}
.gr-faq-q:hover{background:var(--gr-gold-soft)}
.gr-faq-toggle{font-size:1.3rem;flex-shrink:0;transition:transform .2s}
.gr-faq-q[aria-expanded="true"] .gr-faq-toggle{transform:rotate(45deg)}
.gr-faq-a{padding:.75rem 1.25rem 1rem;background:#fefdf8;font-size:.9rem;color:var(--gr-text);line-height:1.65}

/* ── Quick links ─────────────────────────────── */
.gr-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem;list-style:none}
.gr-quick-link{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.85rem .75rem;background:#fff;border:1px solid var(--gr-border);border-radius:10px;text-decoration:none;text-align:center;transition:border-color .2s,box-shadow .2s}
.gr-quick-link:hover{border-color:var(--gr-gold);box-shadow:0 4px 14px rgba(201,162,39,.12)}
.gr-ql-icon{font-size:1.4rem}
.gr-ql-text{font-size:.8rem;font-weight:600;color:var(--gr-dark)}

/* ── Article ─────────────────────────────────── */
.gr-article{max-width:760px}
.gr-entry-header{margin-bottom:1.5rem}
.gr-entry-cats a{color:var(--gr-gold);font-size:.82rem;font-weight:600;text-decoration:none}
.gr-entry-title{font-size:2rem;line-height:1.2;margin:.5rem 0 .75rem}
.gr-entry-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;color:var(--gr-muted);font-size:.85rem}
.gr-author-avatar{border-radius:50%;width:40px;height:40px;object-fit:cover}
.gr-entry-meta-text{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}
.gr-meta-author{font-weight:600;color:var(--gr-dark)}
.gr-meta-sep{color:var(--gr-border)}
.gr-read-time{background:var(--gr-gold-soft);padding:.15rem .6rem;border-radius:5px;font-size:.75rem;color:var(--gr-gold);font-weight:600}
.gr-featured-img{border-radius:14px;overflow:hidden;margin-bottom:1.75rem;box-shadow:var(--gr-shadow)}
.gr-featured-img figcaption{font-size:.78rem;color:var(--gr-muted);text-align:center;padding:.4rem}
.gr-entry-content{line-height:1.75;color:var(--gr-text)}
.gr-entry-content h2{font-size:1.4rem;margin:2rem 0 .75rem}
.gr-entry-content h3{font-size:1.15rem;margin:1.5rem 0 .6rem}
.gr-entry-content p{margin-bottom:1.1rem}
.gr-entry-content a{color:var(--gr-gold);text-decoration:underline}
.gr-entry-content ul,.gr-entry-content ol{margin:0 0 1rem 1.5rem;list-style:disc}
.gr-entry-content ol{list-style:decimal}
.gr-entry-content blockquote{border-left:4px solid var(--gr-gold);padding:.75rem 1.25rem;background:var(--gr-gold-soft);border-radius:0 8px 8px 0;margin:1.5rem 0;font-style:italic}

/* ── Reading progress bar ────────────────────── */
.gr-reading-bar{position:fixed;top:0;left:0;right:0;height:3px;background:var(--gr-border);z-index:999}
.gr-reading-bar span{display:block;height:100%;background:var(--gr-gold);width:0;transition:width .1s linear}

/* ── TOC ─────────────────────────────────────── */
.gr-toc{background:var(--gr-gold-soft);border:1px solid var(--gr-border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.75rem}
.gr-toc-head{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:.75rem}
.gr-toc-toggle{font-size:.82rem;color:var(--gr-gold);background:none;border:none;cursor:pointer}
.gr-toc-list{list-style:none;counter-reset:toc}
.gr-toc-list li{counter-increment:toc;padding:.2rem 0}
.gr-toc-list li::before{content:counter(toc)". "}
.gr-toc-h3{padding-left:1.25rem}
.gr-toc-h3::before{content:""!important}
.gr-toc-list a{color:var(--gr-dark);text-decoration:none;font-size:.88rem}
.gr-toc-list a:hover{color:var(--gr-gold)}

/* ── Disclaimer ──────────────────────────────── */
.gr-disclaimer{background:#fff8e5;border-left:4px solid var(--gr-gold);padding:.85rem 1.1rem;border-radius:0 8px 8px 0;font-size:.84rem;color:var(--gr-text);margin:1.5rem 0;line-height:1.5}
.gr-global-disclaimer{background:#f8f4ea;border-top:1px solid var(--gr-border);padding:.75rem 0;font-size:.8rem;color:var(--gr-muted)}

/* ── Social share ────────────────────────────── */
.gr-social-share{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:1.5rem 0}
.gr-share-label{font-size:.85rem;font-weight:600;color:var(--gr-muted)}
.gr-share-btn{display:inline-block;padding:.4rem .9rem;border-radius:7px;font-size:.82rem;font-weight:600;text-decoration:none;cursor:pointer;transition:opacity .2s}
.gr-share-wa{background:#25d366;color:#fff}
.gr-share-fb{background:#1877f2;color:#fff}
.gr-share-tw{background:#1da1f2;color:#fff}
.gr-share-copy{background:var(--gr-dark);color:#fff;border:none;font-size:.82rem}
.gr-share-btn:hover{opacity:.88}

/* ── Author box ──────────────────────────────── */
.gr-author-box{display:flex;gap:1.25rem;background:#fff;border:1px solid var(--gr-border);border-radius:14px;padding:1.5rem;margin:2rem 0}
.gr-author-box-img{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}
.gr-author-box-by{font-size:.75rem;color:var(--gr-muted);text-transform:uppercase;letter-spacing:.05em}
.gr-author-box-name{font-size:1.1rem;font-weight:700;margin:.2rem 0 .5rem}
.gr-author-box-bio{font-size:.87rem;color:var(--gr-muted);line-height:1.55}
.gr-author-box-link{font-size:.85rem;font-weight:600;color:var(--gr-gold)}

/* ── Related posts ───────────────────────────── */
.gr-related{margin-top:2.5rem}
.gr-related-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem}

/* ── Sidebar ─────────────────────────────────── */
.gr-sidebar{display:flex;flex-direction:column;gap:1.5rem}
.gr-sticky-sidebar .gr-sidebar{position:sticky;top:80px}
.widget{background:#fff;border:1px solid var(--gr-border);border-radius:12px;padding:1.25rem;overflow:hidden}
.widget-title{font-size:1rem;font-weight:700;margin:0 0 1rem;padding-bottom:.6rem;border-bottom:2px solid var(--gr-gold-soft)}
.gr-zodiac-links-list li a{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.88rem;color:var(--gr-dark);transition:color .2s}
.gr-zodiac-links-list li a:hover{color:var(--gr-gold)}
.gr-panchang-mini li{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid var(--gr-border);font-size:.85rem}
.gr-panchang-mini li:last-child{border-bottom:none}
.gr-panchang-more{display:block;text-align:center;margin-top:.75rem;font-size:.85rem;font-weight:600;color:var(--gr-gold)}

/* ── Breadcrumbs ─────────────────────────────── */
.gr-breadcrumbs{margin-bottom:1.25rem}
.gr-bc-list{display:flex;flex-wrap:wrap;gap:.3rem;list-style:none;font-size:.82rem}
.gr-bc-item a{color:var(--gr-gold);text-decoration:none}
.gr-bc-item+.gr-bc-item::before{content:"›";margin-right:.3rem;color:var(--gr-muted)}
.gr-bc-current{color:var(--gr-muted)}

/* ── Archive / search headers ────────────────── */
.gr-archive-header{margin-bottom:2rem}
.gr-archive-title{font-size:1.75rem}
.gr-archive-title span{color:var(--gr-gold)}
.gr-archive-desc{color:var(--gr-muted)}

/* ── 404 ─────────────────────────────────────── */
.gr-404{padding:4rem 1rem;text-align:center}
.gr-404-icon{font-size:4rem;display:block;margin-bottom:1rem}

/* ── No results ──────────────────────────────── */
.gr-no-results{padding:3rem;text-align:center;background:#fff;border-radius:14px;border:1px solid var(--gr-border)}

/* ── Footer ──────────────────────────────────── */
.gr-footer{background:var(--gr-dark);color:#b0bcc7;padding-top:3rem}
.gr-footer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;padding-bottom:2.5rem}
.gr-footer-title{color:var(--gr-gold-2);font-size:1.15rem;margin-bottom:.75rem}
.gr-footer-note{font-size:.82rem;color:#8899aa;line-height:1.55}
.gr-footer-col .widget-title{color:var(--gr-gold-2);border-color:#2a3040}
.gr-footer-col .widget{background:transparent;border:none;border-radius:0;padding:0}
.gr-footer-col a{color:#adb5bd;font-size:.88rem;transition:color .2s}
.gr-footer-col a:hover{color:var(--gr-gold-2)}
.gr-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:.75rem 0}
.gr-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.8rem}
.gr-footer-menu{display:flex;flex-wrap:wrap;gap:1rem;list-style:none}
.gr-footer-menu a{color:#8899aa;text-decoration:none;font-size:.8rem}
.gr-footer-menu a:hover{color:var(--gr-gold-2)}

/* ── Back to top ─────────────────────────────── */
.gr-totop{position:fixed;bottom:80px;right:1.25rem;background:var(--gr-gold);color:#fff;width:40px;height:40px;border-radius:50%;font-size:.9rem;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;z-index:300}
.gr-totop.gr-visible{opacity:1;pointer-events:auto}

/* ── Ad areas ────────────────────────────────── */
.gr-ad{text-align:center;overflow:hidden}
.gr-ad-header{padding:.5rem 0;background:#f8f4ea;border-bottom:1px solid var(--gr-border)}
.gr-ad-footer{padding:1rem 0}
.gr-ad-incontent{margin:1.5rem 0}

/* ── City selector ───────────────────────────── */
.gr-city-selector{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}
.gr-select{padding:.5rem .9rem;border:1.5px solid var(--gr-border);border-radius:8px;font-size:.9rem;background:#fff}

/* ── Rashifal type tabs ──────────────────────── */
.gr-rashifal-type-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.75rem}

/* ── Panchang full page ──────────────────────── */
.gr-panchang-full{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}
.gr-panchang-full-card .gr-panchang-list{grid-template-columns:1fr}

/* ── Kundli form ─────────────────────────────── */
.gr-kundli-form-wrap{background:#fff;border:1px solid var(--gr-border);border-radius:16px;padding:2rem;margin-bottom:2rem}
.gr-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.25rem}
.gr-form-group label{font-size:.85rem;font-weight:600;display:block;margin-bottom:.3rem}
.gr-kundli-result{margin-top:1.25rem;min-height:2rem}

/* ── Utilities ───────────────────────────────── */
.gr-mt-2{margin-top:2rem}
.gr-mt-3{margin-top:3rem}
.gr-page-title{font-size:2rem;margin-bottom:.5rem}
.gr-section-head .gr-section-sub{color:var(--gr-muted)}

/* ── Pagination ──────────────────────────────── */
.nav-links{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}
.page-numbers{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:1px solid var(--gr-border);font-size:.9rem;color:var(--gr-dark);text-decoration:none;transition:all .2s}
.page-numbers.current,.page-numbers:hover{background:var(--gr-gold);color:#fff;border-color:var(--gr-gold)}

/* ── Dark mode ───────────────────────────────── */
.dark-mode{--gr-bg:#0e1116;--gr-card:#171b22;--gr-text:#e2e8f0;--gr-dark:#f1f5f9;--gr-border:#2a3040;--gr-muted:#8899aa;--gr-shadow:0 6px 24px rgba(0,0,0,.3)}
.dark-mode .gr-header{background:#171b22;border-color:#2a3040}
.dark-mode .widget,.dark-mode .gr-card,.dark-mode .gr-panchang-card,.dark-mode .gr-festival-item,.dark-mode .gr-trending-item{background:#171b22;border-color:#2a3040}
.dark-mode .gr-hero-section{background:linear-gradient(135deg,#050608,#0a0d11)}
.dark-mode .gr-faq-q{background:#171b22;color:#e2e8f0}
.dark-mode .gr-toc{background:#1a1f2b;border-color:#2a3040}

/* ── Hindu Calendar ──────────────────────────── */
.gr-cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}
.gr-calendar-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;border:1px solid var(--gr-border);margin-bottom:1.5rem}
.gr-calendar-table th{background:var(--gr-dark);color:var(--gr-gold);padding:.65rem;text-align:center;font-size:.85rem;font-weight:600}
.gr-calendar-table td{border:1px solid var(--gr-border);padding:.5rem;text-align:center;vertical-align:top;height:52px;background:#fff;transition:background .15s}
.gr-calendar-table td:hover:not(.gr-cal-empty){background:var(--gr-gold-soft)}
.gr-cal-empty{background:#fafafa}
.gr-cal-today{background:var(--gr-gold-soft) !important;font-weight:700}
.gr-cal-date{font-size:.95rem;font-weight:600;color:var(--gr-dark)}
.gr-cal-today .gr-cal-date{color:var(--gr-gold)}

/* ── Print ───────────────────────────────────── */
@media print{
	.gr-header,.gr-footer,.gr-bottom-nav,.gr-ad,.gr-totop,.gr-reading-bar{display:none!important}
	.gr-content-col{flex:0 0 100%}
	.gr-sidebar-col{display:none}
}
