/*
Theme Name:  Kanektt
Theme URI:   https://kanektt.com
Author:      Kanektt
Description: India's Verified Digital Marketer Directory. Forest Green (hope) + Saffron Gold (prosperity). Complete directory theme with blog, SEO, Google Discover optimisation, custom CMS.
Version:     3.0.0
License:     GNU General Public License v2 or later
Text Domain: kanektt
*/

/* ─────────────────────────────────────────
   INDIAN COLOUR PALETTE
   Green  = Hope, Growth, Harvest
   Saffron= Prosperity, Trust, Devotion
   Gold   = Abundance, Spiritual purity
   Cream  = Warmth, Purity (replaces cold white)
───────────────────────────────────────── */
:root{
  --gd: #1a4731;   /* green dark  – nav/footer */
  --gm: #246b47;   /* green mid   – primary    */
  --gl: #2e8a5c;   /* green light – hover      */
  --gp: #e8f5ef;   /* green pale  – backgrounds*/
  --gmu:#c5e8d5;   /* green muted – borders    */
  --sd: #c5601f;   /* saffron dark             */
  --sm: #e07b39;   /* saffron mid  – accent    */
  --sl: #f5a26b;   /* saffron light            */
  --sp: #fdf0e6;   /* saffron pale             */
  --gol:#f0cb5a;   /* gold light               */
  --gop:#fdf8e6;   /* gold pale                */
  --cr: #faf8f3;   /* cream                    */
  --cr2:#f2ede3;   /* cream 2                  */
  --cr3:#e8e1d4;   /* cream 3                  */
  --tx: #1c2b1e;   /* text primary             */
  --t2: #3d5445;   /* text secondary           */
  --mu: #6b8070;   /* muted                    */
  --br: rgba(36,107,71,.13); /* border         */
  --b2: rgba(36,107,71,.22); /* border strong  */
  --sh: 0 2px 8px rgba(26,71,49,.08);
  --shm:0 4px 20px rgba(26,71,49,.12);
  --shl:0 8px 40px rgba(26,71,49,.15);
  --r:  10px;
  --rl: 16px;
  --rx: 22px;
}

/* RESET */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--tx);background:var(--cr);font-size:15px;line-height:1.65}
a{text-decoration:none;color:inherit;transition:color .15s}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
input,select,textarea,button{font-family:inherit;font-size:inherit}
p{margin-bottom:1rem}p:last-child{margin-bottom:0}

/* TYPOGRAPHY */
h1{font-size:40px;font-weight:700;line-height:1.15;letter-spacing:-.5px}
h2{font-size:30px;font-weight:700;line-height:1.25}
h3{font-size:20px;font-weight:600}
h4{font-size:16px;font-weight:600}

/* LAYOUT */
.container{max-width:1100px;margin:0 auto;padding:0 24px}
.container-sm{max-width:1080px;margin:0 auto;padding:0 24px}
.section{padding:72px 0}
.s-cream{background:var(--cr)}
.s-cream2{background:var(--cr2)}
.s-green{background:var(--gd)}
.s-pale{background:var(--gp)}
.s-saffron{background:var(--sp)}
.section-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:10px;color:var(--gd)}
.section-sub{text-align:center;color:var(--mu);font-size:16px;margin-bottom:52px;max-width:520px;margin-left:auto;margin-right:auto}
.s-green .section-title{color:var(--gol)}
.s-green .section-sub{color:rgba(250,248,243,.6)}

/* RANGOLI DIVIDER */
.divider{display:flex;align-items:center;gap:16px;justify-content:center;margin-bottom:16px}
.divider::before,.divider::after{content:'';height:1.5px;width:60px;background:linear-gradient(to right,transparent,var(--sm))}
.divider::after{background:linear-gradient(to left,transparent,var(--sm))}
.divider span{width:10px;height:10px;background:var(--sm);border-radius:50%;display:block}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;border-radius:var(--r);font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .18s;text-decoration:none;letter-spacing:.2px}
.btn-g{background:var(--gm);color:#fff;box-shadow:var(--sh)}
.btn-g:hover{background:var(--gl);color:#fff;box-shadow:var(--shm);transform:translateY(-1px)}
.btn-s{background:var(--sm);color:#fff;box-shadow:var(--sh)}
.btn-s:hover{background:var(--sd);color:#fff;transform:translateY(-1px)}
.btn-og{background:transparent;color:var(--gm);border:1.5px solid var(--gm)}
.btn-og:hover{background:var(--gm);color:#fff}
.btn-os{background:transparent;color:var(--sm);border:1.5px solid var(--sm)}
.btn-os:hover{background:var(--sm);color:#fff}
.btn-cr{background:var(--cr);color:var(--gd)}
.btn-cr:hover{background:#fff}
.btn-lg{padding:15px 36px;font-size:16px;border-radius:12px}
.btn-block{display:flex;width:100%;justify-content:center}

/* ═══════════════ NAVBAR ═══════════════ */
#site-header{background:var(--gd);position:sticky;top:0;z-index:999;box-shadow:0 2px 24px rgba(26,71,49,.25);border-bottom:2px solid var(--sd)}
.navbar{display:flex;align-items:center;justify-content:space-between;height:66px}
.site-logo{font-size:26px;font-weight:800;color:var(--cr);letter-spacing:-.5px}
.site-logo span{color:var(--gol)}
.site-logo:hover{color:var(--cr)}
.nav-menu{display:flex;align-items:center;gap:2px}
.nav-menu a{color:rgba(250,248,243,.78);font-size:14px;padding:8px 15px;border-radius:8px;transition:all .15s;font-weight:500}
.nav-menu a:hover,.nav-menu a.active{color:var(--cr);background:rgba(255,255,255,.1)}
.nav-cta{margin-left:10px!important;background:var(--sm)!important;color:#fff!important;border-radius:8px!important;font-weight:600!important}
.nav-cta:hover{background:var(--sd)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px}
.hamburger span{display:block;width:22px;height:2.5px;background:var(--cr);border-radius:2px;transition:.2s}

/* ═══════════════ HERO ═══════════════ */
.hero{background:var(--gd);padding:88px 0 96px;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(212,160,23,.08) 0%,transparent 60%),radial-gradient(ellipse at 70% 20%,rgba(224,123,57,.06) 0%,transparent 50%);pointer-events:none}
.hero-badge{display:inline-block;background:rgba(212,160,23,.15);color:var(--gol);font-size:13px;font-weight:600;padding:7px 20px;border-radius:30px;border:1px solid rgba(212,160,23,.3);margin-bottom:26px;letter-spacing:.3px}
.hero h1{color:var(--cr);margin-bottom:20px}
.hero h1 span{color:var(--gol)}
.hero-sub{font-size:18px;color:rgba(250,248,243,.7);max-width:550px;margin:0 auto 44px;line-height:1.65}
.hero-search{display:flex;max-width:600px;margin:0 auto 36px;background:var(--cr);border-radius:14px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.25);border:2px solid rgba(212,160,23,.3)}
.hero-search select,.hero-search input{border:none;outline:none;padding:16px 20px;font-size:15px;color:var(--tx);background:var(--cr)}
.hero-search select{border-right:1.5px solid var(--cr3);min-width:160px;cursor:pointer;font-weight:500}
.hero-search input{flex:1}
.hero-search button{background:var(--sm);color:#fff;border:none;padding:0 32px;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s}
.hero-search button:hover{background:var(--sd)}
.hero-stats{display:flex;justify-content:center;gap:56px;margin-top:52px;padding-top:44px;border-top:1px solid rgba(212,160,23,.2)}
.hero-stat strong{display:block;font-size:28px;font-weight:800;color:var(--gol)}
.hero-stat span{font-size:13px;color:rgba(250,248,243,.55);margin-top:3px;display:block}

/* ═══════════════ CATEGORY CARDS ═══════════════ */
.cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:14px}
.cat-card{background:#fff;border:1.5px solid var(--br);border-radius:var(--rl);padding:24px 14px;text-align:center;cursor:pointer;transition:all .2s;text-decoration:none;display:block;box-shadow:var(--sh)}
.cat-card:hover{border-color:var(--sm);transform:translateY(-4px);box-shadow:0 10px 28px rgba(224,123,57,.15)}
.cat-icon{font-size:30px;margin-bottom:10px}
.cat-name{font-size:14px;font-weight:700;color:var(--gd)}
.cat-count{font-size:12px;color:var(--mu);margin-top:3px}

/* ═══════════════ MARKETER CARDS ═══════════════ */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}
.mcard{background:#fff;border:1.5px solid var(--br);border-radius:var(--rl);padding:22px 18px;transition:all .2s;text-decoration:none;display:block;color:var(--tx);box-shadow:var(--sh)}
.mcard:hover{border-color:var(--gl);box-shadow:0 8px 30px rgba(36,107,71,.12);transform:translateY(-3px)}
.mcard-top{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.avatar{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;color:#fff;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.mcard-name{font-size:15px;font-weight:700;color:var(--gd)}
.mcard-skill{font-size:13px;color:var(--mu);margin-top:2px}
.verified-badge{display:inline-flex;align-items:center;gap:5px;background:var(--sp);color:var(--sd);font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;border:1px solid rgba(224,123,57,.25);margin-bottom:12px}
.mcard-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.tag{font-size:11px;font-weight:600;background:var(--gp);color:var(--gd);padding:4px 10px;border-radius:20px;border:1px solid var(--gmu)}
.mcard-footer{display:flex;justify-content:space-between;align-items:flex-end}
.mcard-price{font-size:13px;font-weight:700;color:var(--gd)}
.mcard-city{font-size:12px;color:var(--mu);margin-top:2px}
.stars{color:#d4a017;font-size:14px;letter-spacing:1px}

/* ═══════════════ FILTERS BAR ═══════════════ */
.filters-wrap{background:#fff;border-bottom:2px solid var(--br);padding:18px 0;position:sticky;top:66px;z-index:99;box-shadow:var(--sh)}
.filters-bar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.f-select{padding:9px 14px;border:1.5px solid var(--b2);border-radius:var(--r);font-size:13px;font-weight:500;color:var(--tx);background:var(--cr);cursor:pointer;outline:none;transition:all .15s}
.f-select:focus{border-color:var(--gm);background:#fff}
.f-search{flex:1;min-width:200px;padding:9px 14px;border:1.5px solid var(--b2);border-radius:var(--r);font-size:13px;outline:none;background:var(--cr)}
.f-search:focus{border-color:var(--gm);background:#fff}
.results-count{font-size:13px;color:var(--mu);margin-left:auto;font-weight:500}
.no-results{grid-column:1/-1;text-align:center;padding:60px 20px}
.no-results p{font-size:16px;color:var(--mu);margin-bottom:20px}

/* ═══════════════ STEPS ═══════════════ */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px}
.step-card{text-align:center;padding:32px 20px}
.step-num{width:52px;height:52px;background:rgba(212,160,23,.15);border:2.5px solid var(--gol);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--gol);margin:0 auto 18px}
.step-title{font-size:16px;font-weight:700;color:var(--gol);margin-bottom:8px}
.step-desc{font-size:14px;color:rgba(250,248,243,.6);line-height:1.6}

/* ═══════════════ PRICING ═══════════════ */
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px;max-width:820px;margin:0 auto}
.price-card{background:#fff;border:1.5px solid var(--br);border-radius:var(--rl);padding:32px 26px;position:relative;box-shadow:var(--sh)}
.price-card.featured{border:2.5px solid var(--sm);box-shadow:var(--shm)}
.price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--sm);color:#fff;font-size:11px;font-weight:700;padding:5px 18px;border-radius:20px;white-space:nowrap}
.price-tier{font-size:12px;font-weight:700;color:var(--mu);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.price-amount{font-size:40px;font-weight:800;color:var(--gd);line-height:1}
.price-amount sup{font-size:20px;vertical-align:super}
.price-period{font-size:13px;color:var(--mu);margin-bottom:22px;margin-top:4px}
.price-features{margin-bottom:26px}
.price-features li{font-size:14px;color:var(--t2);padding:8px 0;border-bottom:1px solid var(--br)}
.price-features li:last-child{border:none}
.price-features li::before{content:"✓ ";color:var(--gm);font-weight:800}

/* ═══════════════ PAGE HEADER ═══════════════ */
.page-header{background:var(--gd);padding:48px 0 40px}
.page-header h1{font-size:34px;color:var(--cr);margin-bottom:10px}
.page-header p{color:rgba(250,248,243,.65);font-size:16px;margin:0}

/* ═══════════════ BREADCRUMB ═══════════════ */
.breadcrumb{padding:14px 0;font-size:13px;color:rgba(250,248,243,.5)}
.breadcrumb a{color:rgba(250,248,243,.65)}
.breadcrumb a:hover{color:var(--gol)}
.breadcrumb .sep{margin:0 8px}

/* ═══════════════ PROFILE ═══════════════ */
.profile-hero{background:var(--gd);padding:44px 0}
.profile-top{display:flex;align-items:flex-start;gap:26px}
.profile-avatar-lg{width:92px;height:92px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;color:#fff;flex-shrink:0;border:3px solid rgba(212,160,23,.4);box-shadow:0 4px 20px rgba(0,0,0,.2)}
.profile-info h1{font-size:28px;color:var(--cr);margin-bottom:6px}
.profile-info p{font-size:15px;color:rgba(250,248,243,.65);margin-bottom:14px}
.profile-badges{display:flex;flex-wrap:wrap;gap:8px}
.pbadge{font-size:12px;padding:5px 14px;border-radius:20px;font-weight:600}
.pbadge-v{background:rgba(224,123,57,.2);color:var(--sl);border:1px solid rgba(224,123,57,.3)}
.pbadge-i{background:rgba(255,255,255,.1);color:rgba(250,248,243,.75);border:1px solid rgba(255,255,255,.15)}
.profile-body{display:grid;grid-template-columns:1fr 310px;gap:28px;padding:40px 0}
.profile-section{background:#fff;border:1.5px solid var(--br);border-radius:var(--rl);padding:24px;margin-bottom:22px}
.profile-section h3{font-size:16px;font-weight:700;margin-bottom:16px;color:var(--gd);padding-bottom:12px;border-bottom:1.5px solid var(--br)}
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.stat-box{background:var(--gp);border-radius:10px;padding:16px;text-align:center;border:1px solid var(--gmu)}
.stat-box strong{display:block;font-size:24px;font-weight:800;color:var(--gd)}
.stat-box span{font-size:12px;color:var(--mu)}
.contact-card{background:#fff;border:1.5px solid var(--br);border-radius:var(--rl);padding:24px;position:sticky;top:150px;box-shadow:var(--shm)}
.contact-card h3{font-size:16px;font-weight:700;margin-bottom:16px;color:var(--gd)}
.price-display{text-align:center;margin-bottom:20px;padding:18px;background:var(--gp);border-radius:12px;border:1px solid var(--gmu)}
.price-display strong{font-size:32px;font-weight:800;color:var(--gd);display:block}
.price-display span{font-size:13px;color:var(--mu)}

/* ═══════════════ FORMS ═══════════════ */
.form-wrap{background:#fff;border:1.5px solid var(--br);border-radius:var(--rx);padding:40px;max-width:600px;margin:0 auto;box-shadow:var(--shl)}
.form-title{font-size:24px;font-weight:800;color:var(--gd);margin-bottom:6px}
.form-sub{font-size:14px;color:var(--mu);margin-bottom:28px}
.form-row{margin-bottom:18px}
.form-row label{display:block;font-size:13px;font-weight:700;color:var(--gd);margin-bottom:7px}
.form-row input,.form-row select,.form-row textarea{width:100%;padding:12px 16px;border:1.5px solid var(--b2);border-radius:var(--r);font-size:14px;color:var(--tx);background:var(--cr);outline:none;transition:all .15s}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--gm);background:#fff;box-shadow:0 0 0 3px rgba(36,107,71,.1)}
.form-row textarea{min-height:110px;resize:vertical}
.form-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-note{font-size:12px;color:var(--mu);margin-top:5px}
.req{color:var(--sm)}
.notice{padding:14px 18px;border-radius:var(--r);font-size:14px;margin-bottom:20px;font-weight:500}
.notice-ok{background:var(--gp);color:var(--gd);border:1.5px solid var(--gmu)}
.notice-err{background:#fef2f2;color:#991b1b;border:1.5px solid #fecaca}

/* ═══════════════ PAGINATION ═══════════════ */
.pagination{display:flex;gap:6px;justify-content:center;margin-top:52px}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--r);font-size:14px;font-weight:600;border:1.5px solid var(--b2);color:var(--tx);transition:all .15s;background:#fff}
.pagination a:hover{border-color:var(--gm);color:var(--gm)}
.pagination .current{background:var(--gm);color:#fff;border-color:var(--gm)}

/* ═══════════════ CTA BANNER ═══════════════ */
.cta-banner{background:var(--sm);color:#fff;text-align:center;padding:64px 0}
.cta-banner h2{margin-bottom:12px;font-size:32px}
.cta-banner p{font-size:17px;opacity:.9;margin-bottom:30px}

/* ═══════════════ TRUST STRIP ═══════════════ */
.trust-strip{background:var(--gp);border-top:1.5px solid var(--gmu);border-bottom:1.5px solid var(--gmu);padding:18px 0}
.trust-items{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600;color:var(--gd)}

/* ═══════════════ BLOG ═══════════════ */
.blog-cat-bar{background:#fff;border-bottom:1.5px solid var(--br);padding:14px 0;position:sticky;top:66px;z-index:98}
.blog-cats{display:flex;gap:8px;flex-wrap:wrap;overflow-x:auto;padding-bottom:2px}
.blog-pill{display:inline-block;padding:7px 16px;border-radius:30px;font-size:13px;font-weight:600;border:1.5px solid var(--b2);color:var(--mu);background:var(--cr);text-decoration:none;white-space:nowrap;transition:all .15s}
.blog-pill:hover,.blog-pill.active{background:var(--gm);color:#fff;border-color:var(--gm)}

.blog-featured{display:grid;grid-template-columns:1.2fr 1fr;background:#fff;border:1.5px solid var(--br);border-radius:var(--rx);overflow:hidden;margin-bottom:40px;box-shadow:var(--shm)}
.blog-featured-img{display:block;overflow:hidden;aspect-ratio:16/9}
.blog-featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.blog-featured-img:hover img{transform:scale(1.03)}
.blog-featured-body{padding:36px 32px;display:flex;flex-direction:column;justify-content:center}
.blog-featured-title{font-size:24px;font-weight:700;color:var(--gd);margin:10px 0 14px;line-height:1.3}
.blog-featured-title a{color:inherit}
.blog-featured-title a:hover{color:var(--sm)}
.blog-featured-excerpt{font-size:15px;color:var(--mu);line-height:1.7;margin-bottom:22px}

.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:48px}
.blog-card{background:#fff;border:1.5px solid var(--br);border-radius:var(--rl);overflow:hidden;transition:all .2s;box-shadow:var(--sh)}
.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shm);border-color:var(--gl)}
.blog-card-img{display:block;position:relative;overflow:hidden;aspect-ratio:16/9}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.blog-card:hover .blog-card-img img{transform:scale(1.04)}
.blog-card-cat{position:absolute;top:12px;left:12px;background:var(--sm);color:#fff;font-size:11px;font-weight:700;padding:4px 11px;border-radius:20px}
.blog-card-body{padding:18px 16px}
.blog-card-title{font-size:16px;font-weight:700;color:var(--gd);margin:8px 0 10px;line-height:1.4}
.blog-card-title a{color:inherit}
.blog-card-title a:hover{color:var(--sm)}
.blog-card-excerpt{font-size:13px;color:var(--mu);line-height:1.6;margin-bottom:14px}
.blog-card-footer{display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid var(--br)}
.blog-author-sm{border-radius:50%}
.blog-author-name-sm{font-size:12px;font-weight:600;color:var(--gd)}
.read-more{margin-left:auto;font-size:12px;font-weight:700;color:var(--sm);text-decoration:none}
.read-more:hover{text-decoration:underline}

.post-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}
.cat-tag{background:var(--sp);color:var(--sd);font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;border:1px solid rgba(224,123,57,.25);text-decoration:none}
.cat-tag:hover{background:var(--sm);color:#fff}
.read-time{font-size:12px;color:var(--mu);font-weight:500}
.post-date{font-size:12px;color:var(--mu)}

.blog-author-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.blog-avatar{border-radius:50%;border:2px solid var(--gmu)}
.blog-author-name{font-size:14px;font-weight:700;color:var(--gd);display:block}

.blog-pagination{display:flex;gap:6px;justify-content:center;margin-top:20px;flex-wrap:wrap}
.blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border-radius:var(--r);font-size:14px;font-weight:600;border:1.5px solid var(--b2);color:var(--tx);text-decoration:none;background:#fff;transition:all .15s}
.blog-pagination .page-numbers:hover{border-color:var(--gm);color:var(--gm)}
.blog-pagination .page-numbers.current{background:var(--gm);color:#fff;border-color:var(--gm)}

/* NEWSLETTER */
.newsletter-form{display:flex;max-width:460px;margin:0 auto;background:rgba(255,255,255,.15);border-radius:10px;overflow:hidden;border:1.5px solid rgba(255,255,255,.3)}
.newsletter-form input{flex:1;border:none;outline:none;padding:14px 18px;font-size:15px;background:transparent;color:#fff}
.newsletter-form input::placeholder{color:rgba(255,255,255,.6)}

/* ═══════════════ SINGLE POST ═══════════════ */
.post-header{background:var(--gd);padding:36px 0 40px}
.post-title{font-size:34px;line-height:1.2;color:var(--cr);margin-bottom:20px}
.post-author-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px}
.post-author-name{font-size:15px;font-weight:700;color:var(--cr);display:block}
.post-author-title-sm{font-size:12px;color:rgba(250,248,243,.6)}
.share-row{margin-left:auto;display:flex;gap:6px}
.share-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.12);color:var(--cr);font-size:13px;font-weight:700;text-decoration:none;border:1px solid rgba(255,255,255,.2);transition:all .15s}
.share-btn:hover{background:var(--sm);border-color:var(--sm);color:#fff}

.post-feat-img{padding:0;background:var(--gd)}
.post-feat-img img{width:100%;max-height:500px;object-fit:cover;display:block}
.img-caption{font-size:12px;color:var(--mu);text-align:center;padding:8px 0;font-style:italic}

.post-body-wrap{padding:48px 0 16px;background:var(--cr)}
/* Layout: single column default, two-col only when TOC present */
.post-layout{display:block;max-width:760px;margin:0 auto}
.post-layout.has-toc{display:grid;grid-template-columns:200px 1fr;gap:48px;align-items:start;max-width:100%}

.post-toc{position:sticky;top:100px;background:#fff;border:1.5px solid var(--br);border-radius:var(--rl);padding:18px 16px}
.toc-title{font-size:12px;font-weight:700;color:var(--gd);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-bottom:8px;border-bottom:1.5px solid var(--br)}
#toc-list a{display:block;font-size:13px;color:var(--mu);text-decoration:none;padding:4px 0;border-left:2px solid transparent;padding-left:10px;transition:all .15s;line-height:1.4}
#toc-list a:hover,#toc-list a.active{color:var(--gm);border-left-color:var(--gm)}
#toc-list .toc-h3{padding-left:20px;font-size:12px}
.toc-cta{margin-top:16px;padding-top:14px;border-top:1px solid var(--br);text-align:center}

.post-content{font-size:16px;line-height:1.85;color:var(--t2)}
.post-content h2{font-size:24px;font-weight:700;color:var(--gd);margin:36px 0 14px;border-bottom:2px solid var(--gp);padding-bottom:10px}
.post-content h3{font-size:19px;font-weight:700;color:var(--gd);margin:28px 0 10px}
.post-content h4{font-size:16px;font-weight:700;color:var(--sd);margin:22px 0 8px}
.post-content p{margin-bottom:1.2rem}
.post-content ul,.post-content ol{padding-left:22px;margin-bottom:1.2rem}
.post-content li{margin-bottom:6px}
.post-content ul li::marker{color:var(--sm)}
.post-content ol li::marker{color:var(--gm);font-weight:700}
.post-content a{color:var(--gm);text-decoration:underline;text-underline-offset:3px}
.post-content a:hover{color:var(--sm)}
.post-content strong{color:var(--gd)}
.post-content blockquote{border-left:4px solid var(--sm);background:var(--sp);padding:16px 20px;margin:24px 0;border-radius:0 10px 10px 0;font-style:italic;color:var(--sd)}
.post-content img{max-width:100%;border-radius:var(--r);margin:20px 0}
.post-content table{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px}
.post-content table th{background:var(--gm);color:#fff;padding:10px 14px;text-align:left}
.post-content table td{padding:10px 14px;border-bottom:1px solid var(--br)}
.post-content table tr:nth-child(even) td{background:var(--gp)}
.post-content code{background:var(--gp);color:var(--gd);padding:2px 7px;border-radius:4px;font-size:13px}
.post-content pre{background:var(--gd);color:var(--cr);padding:20px;border-radius:10px;overflow-x:auto;margin:20px 0;position:relative}

.post-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:28px 0;padding:18px 0;border-top:1px solid var(--br)}
.post-tag{font-size:12px;background:var(--gp);color:var(--gd);padding:4px 12px;border-radius:20px;border:1px solid var(--gmu);text-decoration:none;font-weight:600}
.post-tag:hover{background:var(--gm);color:#fff}

.share-full{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--gp);border:1.5px solid var(--gmu);border-radius:var(--r);padding:16px 20px;margin:24px 0 32px}
.share-full span{font-size:14px;font-weight:700;color:var(--gd);margin-right:4px}
.share-full .share-btn{background:#fff;color:var(--gd);border:1.5px solid var(--b2);width:auto;padding:6px 16px;font-size:12px;font-weight:700;border-radius:8px}

.author-box{display:flex;gap:20px;background:#fff;border:1.5px solid var(--br);border-radius:var(--rl);padding:24px;margin-top:32px;align-items:flex-start}
.author-box-avatar{border-radius:50%;flex-shrink:0;border:3px solid var(--gmu)}
.author-box-name{font-size:18px;font-weight:700;color:var(--gd);margin-bottom:2px}
.author-box-title{font-size:13px;color:var(--sd);font-weight:600;margin-bottom:6px}
.author-box-expertise{font-size:13px;color:var(--mu);margin-bottom:10px}
.author-box-bio{font-size:14px;color:var(--t2);line-height:1.7;margin-bottom:14px}
.author-box-links{display:flex;gap:10px;flex-wrap:wrap}
.author-box-links a{font-size:13px;font-weight:700;color:var(--gm);text-decoration:none;padding:5px 12px;border-radius:7px;border:1.5px solid var(--gmu)}
.author-box-links a:hover{background:var(--gm);color:#fff;border-color:var(--gm)}

/* ═══════════════ FOOTER ═══════════════ */
#site-footer{background:var(--gd);color:rgba(250,248,243,.6);border-top:3px solid var(--sd)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:60px 0 44px}
.footer-brand .site-logo{font-size:24px;margin-bottom:16px;display:inline-block}
.footer-brand p{font-size:14px;line-height:1.75;max-width:240px}
.footer-col h4{color:var(--gol);font-size:13px;font-weight:700;margin-bottom:18px;text-transform:uppercase;letter-spacing:.8px}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{font-size:14px;color:rgba(250,248,243,.55);transition:color .15s}
.footer-col ul li a:hover{color:var(--gol)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-size:13px}
.footer-bottom .accent{color:var(--gol)}

/* ═══════════════ 404 ═══════════════ */
.error-wrap{text-align:center;padding:100px 24px}
.error-code{font-size:120px;font-weight:800;color:var(--gmu);line-height:1}
.error-title{font-size:28px;font-weight:700;color:var(--gd);margin:16px 0 10px}
.error-desc{font-size:16px;color:var(--mu);margin-bottom:32px}
.error-search{display:flex;max-width:400px;margin:0 auto 32px;gap:0;border:1.5px solid var(--b2);border-radius:var(--r);overflow:hidden}
.error-search input{flex:1;border:none;outline:none;padding:12px 16px;font-size:14px;background:var(--cr)}
.error-search button{background:var(--gm);color:#fff;border:none;padding:0 20px;cursor:pointer;font-weight:600}

/* ═══════════════ SEARCH RESULTS ═══════════════ */
.search-header{background:var(--gd);padding:36px 0}
.search-header h1{color:var(--cr);font-size:26px}
.search-header p{color:rgba(250,248,243,.65);font-size:15px;margin-top:6px}

/* ═══════════════════════════════════════════════
   BLOG SINGLE POST — MOBILE FIRST, FULLY RESPONSIVE
════════════════════════════════════════════════ */

/* ── CONTAINER ── */
.gl-container{
  width:100%;
  max-width:1140px;
  margin:0 auto;
  padding:0 20px;
  box-sizing:border-box;
}

/* ── BREADCRUMB ── */
.gl-breadcrumb-bar{
  background:#f7f8fa;
  border-bottom:1px solid #e8e8e8;
  padding:10px 0;
}
.gl-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:4px 6px;
  font-size:13px;
  color:#888;
  line-height:1.4;
}
.gl-breadcrumb a{color:#888;text-decoration:none;}
.gl-breadcrumb a:hover{color:#246b47;}
.gl-breadcrumb span{color:#ccc;}

/* ── POST HERO ── */
.gl-post-hero{
  background:#fff;
  padding:28px 0 24px;
  border-bottom:1px solid #eee;
}
.gl-cat-pill{margin-bottom:12px;}
.gl-cat-pill a{
  display:inline-block;
  background:#e8f5ef;
  color:#246b47;
  font-size:11px;
  font-weight:700;
  padding:4px 14px;
  border-radius:20px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.5px;
  border:1px solid #c5e8d5;
}
.gl-post-title{
  font-size:24px;
  font-weight:800;
  color:#111;
  line-height:1.3;
  margin-bottom:12px;
}
.gl-post-subtitle{
  font-size:15px;
  color:#555;
  line-height:1.65;
  margin-bottom:18px;
}
.gl-author-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
}
.gl-author-info{
  display:flex;
  align-items:center;
  gap:10px;
}
.gl-author-avatar{
  border-radius:50%;
  border:2px solid #c5e8d5;
  width:38px;
  height:38px;
  flex-shrink:0;
}
.gl-author-name{
  font-size:13px;
  font-weight:700;
  color:#111;
  line-height:1.3;
}
.gl-author-sep{color:#ccc;margin:0 4px;}
.gl-author-role-sm{font-size:12px;color:#888;font-weight:400;}
.gl-post-meta-row{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  color:#888;
  margin-top:2px;
}
.gl-dot{color:#ccc;}

/* Share buttons — hero */
.gl-share-row{display:flex;align-items:center;gap:6px;}
.gl-share-label{font-size:12px;color:#888;font-weight:600;}
.gl-share-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:7px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  border:1.5px solid #ddd;
  background:#fff;
  color:#444;
  transition:all .15s;
  flex-shrink:0;
}
.gl-share-x{border-color:#000;color:#000;}
.gl-share-x:hover{background:#000;color:#fff;}
.gl-share-li{border-color:#0077b5;color:#0077b5;}
.gl-share-li:hover{background:#0077b5;color:#fff;}
.gl-share-wa{border-color:#25d366;color:#25d366;}
.gl-share-wa:hover{background:#25d366;color:#fff;}

/* ── FEATURED IMAGE ── */
.gl-feat-img-wrap{background:#fff;padding:0 0 24px;}
.gl-feat-img{
  width:100%;
  height:200px;
  object-fit:cover;
  border-radius:10px;
  display:block;
}
.gl-img-caption{
  font-size:12px;
  color:#888;
  text-align:center;
  margin-top:8px;
  font-style:italic;
}

/* ── POST BODY ── */
.gl-post-body{background:#fff;padding:28px 0 48px;}

/* Layout — single column by default (mobile first) */
.gl-post-layout{display:block;}

/* TOC — hidden on mobile, shown on desktop via JS */
.gl-toc{display:none;}

/* ── ARTICLE CONTENT ── */
.gl-article{min-width:0;}
.gl-content{
  font-size:16px;
  line-height:1.8;
  color:#333;
}
.gl-content h2{
  font-size:20px;
  font-weight:800;
  color:#111;
  margin:32px 0 12px;
  line-height:1.3;
}
.gl-content h3{
  font-size:17px;
  font-weight:700;
  color:#111;
  margin:24px 0 10px;
}
.gl-content h4{
  font-size:15px;
  font-weight:700;
  color:#c5601f;
  margin:20px 0 8px;
}
.gl-content p{margin-bottom:1.3rem;}
.gl-content ul,.gl-content ol{padding-left:22px;margin-bottom:1.3rem;}
.gl-content li{margin-bottom:6px;}
.gl-content ul li::marker{color:#e07b39;}
.gl-content ol li::marker{color:#246b47;font-weight:700;}
.gl-content a{color:#246b47;text-decoration:underline;text-underline-offset:3px;}
.gl-content a:hover{color:#e07b39;}
.gl-content strong{color:#111;font-weight:700;}
.gl-content blockquote{
  border-left:4px solid #e07b39;
  background:#fff8f3;
  padding:14px 18px;
  margin:24px 0;
  border-radius:0 8px 8px 0;
  font-style:italic;
  color:#555;
  font-size:15px;
}
.gl-content img{
  max-width:100%;
  height:auto;
  border-radius:8px;
  margin:20px 0;
  display:block;
}

/* Tables — scrollable on mobile */
.gl-content .table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:20px 0;
  border-radius:8px;
  border:1px solid #e8e8e8;
}
.gl-content table{
  width:100%;
  min-width:400px;
  border-collapse:collapse;
  font-size:14px;
}
.gl-content table th{
  background:#246b47;
  color:#fff;
  padding:10px 14px;
  text-align:left;
  font-size:13px;
  white-space:nowrap;
}
.gl-content table td{
  padding:10px 14px;
  border-bottom:1px solid #f0f0f0;
  color:#444;
}
.gl-content table tr:nth-child(even) td{background:#f9fafb;}

.gl-content code{
  background:#f3f4f6;
  color:#c7254e;
  padding:2px 6px;
  border-radius:4px;
  font-size:13px;
  font-family:monospace;
}
.gl-content pre{
  background:#1e293b;
  color:#e2e8f0;
  padding:18px;
  border-radius:8px;
  overflow-x:auto;
  margin:20px 0;
  font-size:13px;
}
.gl-content pre code{background:none;color:inherit;padding:0;}
.gl-content hr{border:none;border-top:2px solid #f0f0f0;margin:32px 0;}

/* ── TAGS ── */
.gl-tags{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin:28px 0;
  padding:16px 0;
  border-top:1px solid #eee;
}
.gl-tags span{font-size:13px;font-weight:700;color:#444;}
.gl-tag{
  font-size:12px;
  background:#e8f5ef;
  color:#1a4731;
  padding:4px 12px;
  border-radius:20px;
  border:1px solid #c5e8d5;
  text-decoration:none;
  font-weight:600;
}
.gl-tag:hover{background:#246b47;color:#fff;}

/* ── SHARE BAR ── */
.gl-share-bar{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  background:#f7f8fa;
  border:1.5px solid #e8e8e8;
  border-radius:10px;
  padding:14px 16px;
  margin:20px 0 32px;
}
.gl-share-bar>span{
  font-size:13px;
  font-weight:700;
  color:#111;
  width:100%;
  margin-bottom:4px;
}
.gl-share-bar .gl-share-btn{
  width:auto;
  height:36px;
  padding:0 14px;
  font-size:12px;
  border-radius:7px;
  flex:1;
  white-space:nowrap;
}

/* ── AUTHOR BOX ── */
.gl-author-box{
  display:flex;
  flex-direction:column;
  gap:14px;
  background:#f7f8fa;
  border:1.5px solid #e8e8e8;
  border-radius:12px;
  padding:20px;
  margin-top:36px;
}
.gl-author-box-img{
  border-radius:50%;
  border:3px solid #c5e8d5;
  width:56px;
  height:56px;
  flex-shrink:0;
}
.gl-author-box-name{font-size:16px;font-weight:800;color:#111;margin-bottom:2px;}
.gl-author-box-role{font-size:12px;color:#c5601f;font-weight:600;margin-bottom:4px;}
.gl-author-box-exp{font-size:12px;color:#888;margin-bottom:8px;}
.gl-author-box-bio{font-size:13px;color:#555;line-height:1.65;margin-bottom:12px;}
.gl-author-box-links{display:flex;gap:8px;flex-wrap:wrap;}
.gl-author-box-links a{
  font-size:12px;
  font-weight:700;
  color:#246b47;
  text-decoration:none;
  padding:5px 12px;
  border-radius:6px;
  border:1.5px solid #c5e8d5;
}
.gl-author-box-links a:hover{background:#246b47;color:#fff;}

/* ── TOC (desktop only) ── */
.gl-toc-inner{
  background:#fff;
  border:1.5px solid #e8e8e8;
  border-radius:10px;
  padding:18px;
  margin-bottom:16px;
}
.gl-toc-title{
  font-size:11px;
  font-weight:700;
  color:#111;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:2px solid #e8f5ef;
}
#toc-list a{
  display:block;
  font-size:13px;
  color:#666;
  text-decoration:none;
  padding:4px 0 4px 10px;
  border-left:2px solid transparent;
  line-height:1.45;
  transition:all .15s;
}
#toc-list a:hover,#toc-list a.active{
  color:#246b47;
  border-left-color:#246b47;
  font-weight:600;
}
#toc-list .toc-h3{padding-left:22px;font-size:12px;color:#999;}
.gl-toc-cta{
  background:#1a4731;
  border-radius:10px;
  padding:16px;
  text-align:center;
}
.gl-toc-cta p{font-size:12px;color:rgba(255,255,255,.8);margin-bottom:8px;}
.gl-toc-cta-btn{
  display:block;
  background:#e07b39;
  color:#fff;
  border-radius:6px;
  padding:9px 12px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

/* ── RELATED POSTS ── */
.gl-related{background:#f7f8fa;padding:40px 0;border-top:1px solid #eee;}
.gl-related-title{font-size:20px;font-weight:800;color:#111;margin-bottom:20px;}

/* ═══════════════ TABLET 640px+ ═══════════════ */
@media(min-width:640px){
  .gl-post-title{font-size:28px;}
  .gl-post-subtitle{font-size:16px;}
  .gl-content{font-size:17px;}
  .gl-content h2{font-size:22px;}
  .gl-content h3{font-size:18px;}
  .gl-feat-img{height:280px;}
  .gl-author-box{flex-direction:row;align-items:flex-start;}
  .gl-author-box-img{width:70px;height:70px;}
  .gl-share-bar>span{width:auto;margin-bottom:0;}
  .gl-share-bar .gl-share-btn{flex:none;}
}

/* ═══════════════ DESKTOP 900px+ ═══════════════ */
@media(min-width:900px){
  .gl-container{padding:0 32px;}
  .gl-post-hero{padding:40px 0 36px;}
  .gl-post-title{font-size:36px;}
  .gl-post-subtitle{font-size:17px;margin-bottom:24px;}
  .gl-feat-img{height:420px;border-radius:12px;}
  .gl-feat-img-wrap{padding:0 0 36px;}
  .gl-post-body{padding:44px 0 64px;}
  .gl-content{font-size:17px;line-height:1.85;}
  .gl-content h2{font-size:26px;margin:44px 0 16px;}
  .gl-content h3{font-size:20px;margin:32px 0 12px;}
  .gl-content h4{font-size:17px;}
  .gl-author-box{padding:26px;}
  .gl-author-box-img{width:80px;height:80px;}
  .gl-author-box-name{font-size:18px;}
  .gl-related{padding:52px 0;}
  .gl-related-title{font-size:24px;margin-bottom:28px;}

  /* Two-column layout with TOC */
  .gl-post-layout.has-toc{
    display:grid;
    grid-template-columns:240px 1fr;
    gap:48px;
    align-items:start;
  }
  .gl-toc{display:block;position:sticky;top:90px;}
  .gl-share-bar{padding:16px 20px;}
  .gl-share-bar>span{width:auto;margin-bottom:0;}
  .gl-share-bar .gl-share-btn{flex:none;padding:0 18px;}
}

/* ═══════════════ LARGE DESKTOP 1200px+ ═══════════════ */
@media(min-width:1200px){
  .gl-post-title{font-size:40px;}
  .gl-post-layout.has-toc{grid-template-columns:260px 1fr;gap:56px;}
  .gl-feat-img{height:480px;}
}

/* ═══════════════ SITE-WIDE RESPONSIVE ═══════════════ */
@media(max-width:900px){
  .profile-body{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px;}
  .blog-featured{grid-template-columns:1fr;}
  .blog-featured-img{max-height:240px;overflow:hidden;}
  .post-layout.has-toc{grid-template-columns:1fr;}
  .post-toc{position:static;margin-bottom:24px;}
  .post-title{font-size:26px;}
}
@media(max-width:768px){
  h1{font-size:26px;}
  h2{font-size:20px;}
  .hero{padding:48px 0 56px;}
  .hero-stats{gap:20px;flex-wrap:wrap;}
  .hero-search{flex-wrap:wrap;}
  .hero-search select{border-right:none;border-bottom:1.5px solid var(--cr3);width:100%;}
  .hero-search button{width:100%;padding:14px;}
  .nav-menu{display:none;position:absolute;top:66px;left:0;right:0;background:var(--gd);flex-direction:column;padding:16px;gap:2px;border-top:1px solid rgba(255,255,255,.1);z-index:1000;}
  .nav-menu.open{display:flex;}
  .hamburger{display:flex;}
  .filters-bar{flex-direction:column;align-items:stretch;}
  .results-count{margin-left:0;}
  .form-2col{grid-template-columns:1fr;}
  .trust-items{gap:20px;}
  .author-box{flex-direction:column;}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr;}
  .pricing-grid{grid-template-columns:1fr;}
  .hero-stats{flex-direction:column;gap:16px;}
  .stat-row{grid-template-columns:1fr;}
  .form-wrap{padding:20px 16px;}
  .blog-grid{grid-template-columns:1fr;}
  .gl-share-bar .gl-share-btn{font-size:11px;}
}

/* Breadcrumb */
.gl-breadcrumb-bar{background:#f7f8fa;border-bottom:1px solid #e8e8e8;padding:10px 0}
.gl-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--mu);flex-wrap:wrap}
.gl-breadcrumb a{color:var(--mu);text-decoration:none}
.gl-breadcrumb a:hover{color:var(--gm)}
.gl-breadcrumb span{color:#bbb}

/* Post Hero — white background like GL */
.gl-post-hero{background:#fff;padding:36px 0 32px;border-bottom:1px solid #eee}
.gl-cat-pill{margin-bottom:14px}
.gl-cat-pill a{display:inline-block;background:var(--gp);color:var(--gm);font-size:12px;font-weight:700;padding:4px 14px;border-radius:20px;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;border:1px solid var(--gmu)}
.gl-post-title{font-size:36px;font-weight:800;color:#1a1a1a;line-height:1.25;margin-bottom:14px;max-width:860px}
.gl-post-subtitle{font-size:17px;color:#555;line-height:1.6;max-width:780px;margin-bottom:22px}

/* Author row in hero */
.gl-author-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.gl-author-info{display:flex;align-items:center;gap:12px}
.gl-author-avatar{border-radius:50%;border:2px solid var(--gmu)}
.gl-author-name{font-size:14px;font-weight:700;color:#1a1a1a}
.gl-author-sep{color:#bbb;margin:0 5px}
.gl-author-role-sm{font-size:13px;color:var(--mu);font-weight:400}
.gl-post-meta-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--mu);margin-top:2px}
.gl-dot{color:#bbb}

/* Share buttons in hero */
.gl-share-row{display:flex;align-items:center;gap:8px}
.gl-share-label{font-size:13px;color:var(--mu);font-weight:600}
.gl-share-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;font-size:13px;font-weight:700;text-decoration:none;transition:all .15s;border:1.5px solid #ddd;background:#fff;color:#444}
.gl-share-btn:hover{transform:translateY(-1px);box-shadow:0 3px 10px rgba(0,0,0,.1)}
.gl-share-x{border-color:#000;color:#000}.gl-share-x:hover{background:#000;color:#fff;border-color:#000}
.gl-share-li{border-color:#0077b5;color:#0077b5}.gl-share-li:hover{background:#0077b5;color:#fff}
.gl-share-wa{border-color:#25d366;color:#25d366}.gl-share-wa:hover{background:#25d366;color:#fff}

/* Featured Image */
.gl-feat-img-wrap{background:#fff;padding:0 0 32px}
.gl-feat-img{width:100%;max-height:480px;object-fit:cover;border-radius:12px;display:block}
.gl-img-caption{font-size:12px;color:var(--mu);text-align:center;margin-top:8px;font-style:italic}

/* Post Body — two column layout */
.gl-post-body{background:#fff;padding:40px 0 60px}

.gl-post-layout{display:block}
.gl-post-layout.has-toc{display:grid;grid-template-columns:260px 1fr;gap:56px;align-items:start}

/* TOC Sidebar */
.gl-toc{position:sticky;top:90px}
.gl-toc-inner{background:#fff;border:1.5px solid #e8e8e8;border-radius:10px;padding:20px;margin-bottom:20px}
.gl-toc-title{font-size:13px;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.6px;margin-bottom:14px;padding-bottom:12px;border-bottom:2px solid var(--gp)}
#toc-list a{display:block;font-size:13px;color:#555;text-decoration:none;padding:5px 0 5px 12px;border-left:2px solid transparent;line-height:1.45;transition:all .15s}
#toc-list a:hover,#toc-list a.active{color:var(--gm);border-left-color:var(--gm);font-weight:600}
#toc-list .toc-h3{padding-left:24px;font-size:12px;color:#777}
.gl-toc-cta{background:linear-gradient(135deg,var(--gd),var(--gm));border-radius:10px;padding:18px;text-align:center}
.gl-toc-cta p{font-size:13px;color:rgba(255,255,255,.8);margin-bottom:10px}
.gl-toc-cta-btn{display:block;background:var(--sm);color:#fff;border-radius:7px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s}
.gl-toc-cta-btn:hover{background:#c5601f}

/* Article Content */
.gl-article{min-width:0}
.gl-content{font-size:17px;line-height:1.85;color:#333}
.gl-content h2{font-size:26px;font-weight:800;color:#1a1a1a;margin:44px 0 16px;line-height:1.3}
.gl-content h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:32px 0 12px}
.gl-content h4{font-size:17px;font-weight:700;color:var(--sd);margin:24px 0 10px}
.gl-content p{margin-bottom:1.4rem}
.gl-content ul,.gl-content ol{padding-left:24px;margin-bottom:1.4rem}
.gl-content li{margin-bottom:8px}
.gl-content ul li::marker{color:var(--sm)}
.gl-content ol li::marker{color:var(--gm);font-weight:700}
.gl-content a{color:var(--gm);text-decoration:underline;text-underline-offset:3px}
.gl-content a:hover{color:var(--sm)}
.gl-content strong{color:#1a1a1a;font-weight:700}
.gl-content blockquote{border-left:4px solid var(--sm);background:#fff8f3;padding:18px 22px;margin:28px 0;border-radius:0 10px 10px 0;font-style:italic;color:#555;font-size:17px}
.gl-content img{max-width:100%;border-radius:10px;margin:24px 0;display:block}
.gl-content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:15px;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}
.gl-content table th{background:var(--gm);color:#fff;padding:12px 16px;text-align:left;font-size:14px}
.gl-content table td{padding:11px 16px;border-bottom:1px solid #f0f0f0;color:#444}
.gl-content table tr:nth-child(even) td{background:#f9f9f9}
.gl-content code{background:#f3f4f6;color:#c7254e;padding:2px 7px;border-radius:4px;font-size:14px;font-family:monospace}
.gl-content pre{background:#1e293b;color:#e2e8f0;padding:22px;border-radius:10px;overflow-x:auto;margin:24px 0;position:relative}
.gl-content pre code{background:none;color:inherit;padding:0;font-size:14px}
.gl-content hr{border:none;border-top:2px solid #f0f0f0;margin:40px 0}

/* Tags */
.gl-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:32px 0;padding:20px 0;border-top:1px solid #eee}
.gl-tags span{font-size:13px;font-weight:700;color:#444}
.gl-tag{font-size:12px;background:var(--gp);color:var(--gd);padding:5px 14px;border-radius:20px;border:1px solid var(--gmu);text-decoration:none;font-weight:600;transition:all .15s}
.gl-tag:hover{background:var(--gm);color:#fff;border-color:var(--gm)}

/* Share bar */
.gl-share-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#f7f8fa;border:1.5px solid #e8e8e8;border-radius:10px;padding:16px 20px;margin:24px 0 36px}
.gl-share-bar span{font-size:14px;font-weight:700;color:#1a1a1a;margin-right:4px}
.gl-share-bar .gl-share-btn{width:auto;padding:7px 18px;font-size:13px;border-radius:7px}

/* Author Box */
.gl-author-box{display:flex;gap:22px;background:#f7f8fa;border:1.5px solid #e8e8e8;border-radius:12px;padding:26px;margin-top:40px;align-items:flex-start}
.gl-author-box-img{border-radius:50%;flex-shrink:0;border:3px solid var(--gmu)}
.gl-author-box-body{flex:1}
.gl-author-box-name{font-size:18px;font-weight:800;color:#1a1a1a;margin-bottom:2px}
.gl-author-box-role{font-size:13px;color:var(--sd);font-weight:600;margin-bottom:6px}
.gl-author-box-exp{font-size:13px;color:var(--mu);margin-bottom:10px}
.gl-author-box-bio{font-size:14px;color:#555;line-height:1.7;margin-bottom:14px}
.gl-author-box-links{display:flex;gap:10px;flex-wrap:wrap}
.gl-author-box-links a{font-size:13px;font-weight:700;color:var(--gm);text-decoration:none;padding:6px 14px;border-radius:7px;border:1.5px solid var(--gmu);transition:all .15s}
.gl-author-box-links a:hover{background:var(--gm);color:#fff;border-color:var(--gm)}

/* Related Posts */
.gl-related{background:#f7f8fa;padding:52px 0;border-top:1px solid #eee}
.gl-related-title{font-size:24px;font-weight:800;color:#1a1a1a;margin-bottom:28px}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media(max-width:900px){
  .profile-body{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .blog-featured{grid-template-columns:1fr}
  .blog-featured-img{max-height:240px;overflow:hidden}
  .post-layout.has-toc{grid-template-columns:1fr}
  .post-toc{position:static;margin-bottom:24px}
  .post-title{font-size:26px}
  .gl-post-layout.has-toc{grid-template-columns:1fr}
  .gl-toc{position:static;margin-bottom:0}
  .gl-post-title{font-size:26px}
  .gl-author-row{flex-direction:column;align-items:flex-start;gap:12px}
}

@media(max-width:768px){
  h1{font-size:26px}h2{font-size:20px}
  .hero{padding:60px 0 68px}
  .hero-stats{gap:24px;flex-wrap:wrap}
  .hero-search{flex-wrap:wrap}
  .hero-search select{border-right:none;border-bottom:1.5px solid var(--cr3);width:100%}
  .hero-search button{width:100%;padding:15px}
  .nav-menu{display:none;position:absolute;top:66px;left:0;right:0;background:var(--gd);flex-direction:column;padding:16px;gap:2px;border-top:1px solid rgba(255,255,255,.1);z-index:1000}
  .nav-menu.open{display:flex}
  .hamburger{display:flex}
  .filters-bar{flex-direction:column;align-items:stretch}
  .results-count{margin-left:0}
  .form-2col{grid-template-columns:1fr}
  .trust-items{gap:20px}
  .author-box{flex-direction:column}

  /* ── GL BLOG MOBILE FIXES ── */
  .gl-container{padding:0 16px}
  .gl-post-hero{padding:24px 0 20px}
  .gl-post-title{font-size:22px;line-height:1.3;margin-bottom:12px}
  .gl-post-subtitle{font-size:15px;margin-bottom:16px}

  /* TOC — hide on mobile entirely, not needed */
  .gl-toc{display:none !important}
  .gl-post-layout.has-toc{grid-template-columns:1fr !important}

  /* Author row — stack cleanly */
  .gl-author-row{flex-direction:column;align-items:flex-start;gap:10px}
  .gl-share-row{display:none} /* hide header share buttons on mobile — bottom bar handles it */

  /* Featured image */
  .gl-feat-img{max-height:220px;object-fit:cover;border-radius:8px}
  .gl-feat-img-wrap{padding:0 0 20px}

  /* Post body */
  .gl-post-body{padding:24px 0 40px}
  .gl-content{font-size:16px;line-height:1.8}
  .gl-content h2{font-size:20px;margin:32px 0 12px}
  .gl-content h3{font-size:17px;margin:24px 0 10px}

  /* Fix table overflow — most critical mobile issue */
  .gl-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:13px;white-space:nowrap}
  .gl-content table th,.gl-content table td{padding:8px 12px}

  /* Share bar — show only icons not full text */
  .gl-share-bar{padding:12px 16px;gap:8px;flex-wrap:wrap}
  .gl-share-bar span{font-size:13px;width:100%;margin-bottom:4px}
  .gl-share-bar .gl-share-btn{font-size:12px;padding:7px 12px;flex:1;text-align:center;min-width:0}

  /* Author box — stack on mobile */
  .gl-author-box{flex-direction:column;padding:18px;gap:14px}
  .gl-author-box-img{width:56px !important;height:56px !important}
  .gl-author-box-name{font-size:16px}

  /* Breadcrumb — prevent overflow */
  .gl-breadcrumb{font-size:12px;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .gl-breadcrumb-bar{padding:8px 0}

  /* Related posts */
  .gl-related{padding:32px 0}
  .gl-related-title{font-size:20px;margin-bottom:20px}

  /* FAQ */
  .knkt-faq-title,.faq-title{font-size:18px !important;padding:16px 16px 0 !important}
  .knkt-faq-q,.faq-question{padding:14px 16px;font-size:14px}
  .knkt-faq-a-inner,.faq-answer-inner{padding:4px 16px 16px;font-size:14px}

  /* Category pill */
  .gl-cat-pill a{font-size:11px;padding:4px 12px}
}

@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:1fr}
  .hero-stats{flex-direction:column;gap:20px}
  .stat-row{grid-template-columns:1fr}
  .form-wrap{padding:24px 18px}
  .blog-grid{grid-template-columns:1fr}

  /* Extra small phones */
  .gl-post-title{font-size:20px}
  .gl-content{font-size:15px}
  .gl-content h2{font-size:18px}
  .gl-share-bar .gl-share-btn{font-size:11px;padding:6px 8px}
}
body {
    background: red !important;
}