:root {
    --color-primary: #2B4C7E;
    --color-primary-dark: #1E3A60;
    --color-accent: #2A9D8F;
    --color-accent-dark: #228B7E;
    --color-bg: #F8F6F2;
    --color-bg-alt: #F0ECE5;
    --color-bg-dark: #1A1A1A;
    --color-text: #2C2C2C;
    --color-text-light: #666;
    --color-text-muted: #999;
    --color-border: #E0DAD0;
    --font-heading: 'Nunito', sans-serif;
    --font-body: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --max-width: 1200px;
    --content-width: 720px;
    --radius: 8px;
    --shadow: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-hover: 0 8px 24px rgba(0,0,0,0.12);
    --transition: 0.25s ease;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.7;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-primary);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--color-accent)}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.25;color:var(--color-primary)}

/* Header */
.site-header{background:#fff;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100;box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.header-inner{max-width:var(--max-width);margin:0 auto;padding:0.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}
.site-logo a{display:flex;align-items:center}
.site-logo img{height:44px;width:auto}
.site-title-text{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:var(--color-primary)}
.site-nav{display:flex;align-items:center;gap:0.25rem}
.site-nav ul{list-style:none;display:flex;gap:1.5rem;align-items:center}
.site-nav a{font-size:0.9rem;font-weight:600;color:var(--color-text);text-transform:uppercase;letter-spacing:0.04em;padding:0.25rem 0;position:relative}
.site-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-accent);transition:width var(--transition)}
.site-nav a:hover::after,.site-nav .nav-current a::after{width:100%}
.site-nav a:hover{color:var(--color-primary)}
.nav-cta{margin-left:1rem;padding:0.5rem 1.25rem!important;font-size:0.85rem!important;border-radius:var(--radius)!important}
.nav-cta::after{display:none!important}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:0.5rem;flex-direction:column;gap:5px;z-index:101}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--color-text);transition:var(--transition)}

/* Buttons */
.btn{display:inline-block;padding:0.85rem 2rem;border-radius:var(--radius);font-family:var(--font-heading);font-size:0.95rem;font-weight:700;cursor:pointer;transition:all var(--transition);text-decoration:none;text-align:center}
.btn-primary{background:var(--color-accent);color:#fff;border:2px solid var(--color-accent)}
.btn-primary:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);color:#fff}
.btn-outline{background:transparent;color:#fff;border:2px solid #fff}
.btn-outline:hover{background:#fff;color:var(--color-primary)}
.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}

/* Hero */
.hero{background:linear-gradient(135deg,var(--color-primary) 0%,#162D50 60%);color:#fff;text-align:center;padding:6rem 1.5rem 5rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(42,157,143,0.15) 0%,transparent 70%);border-radius:50%}
.hero-inner{position:relative;max-width:800px;margin:0 auto}
.hero h1{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-0.02em}
.hero-tagline{font-size:1.25rem;font-weight:400;color:rgba(255,255,255,0.85);max-width:600px;margin:0 auto 2rem}
.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* Sections */
.section{padding:5rem 1.5rem}
.section:nth-child(even){background:var(--color-bg-alt)}
.section-inner{max-width:var(--max-width);margin:0 auto}
.section-title{font-size:2rem;text-align:center;margin-bottom:3rem}
.section-title::after{content:'';display:block;width:60px;height:3px;background:var(--color-accent);margin:0.75rem auto 0}

/* Service Cards */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
.service-card{background:#fff;padding:2rem;border-radius:var(--radius);border:1px solid var(--color-border);text-align:center;transition:transform var(--transition),box-shadow var(--transition)}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.service-icon{font-size:2.5rem;display:block;margin-bottom:1rem}
.service-card h3{font-size:1.15rem;margin-bottom:0.75rem;color:var(--color-primary)}
.service-card p{color:var(--color-text-light);font-size:0.95rem}

/* Trust */
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}
.trust-card{text-align:center;padding:2rem 1.5rem}
.trust-icon{font-size:2.5rem;display:block;margin-bottom:1rem}
.trust-card h3{font-size:1.1rem;margin-bottom:0.5rem}
.trust-card p{color:var(--color-text-light);font-size:0.95rem}

/* Areas */
.areas-section{text-align:center}
.areas-list{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;max-width:700px;margin:0 auto}
.areas-list span{background:#fff;padding:0.5rem 1.25rem;border-radius:999px;font-size:0.9rem;font-weight:600;color:var(--color-primary);border:1px solid var(--color-border)}

/* Post Feed */
.post-feed{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.post-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);transition:transform var(--transition),box-shadow var(--transition)}
.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.post-card-image img{width:100%;aspect-ratio:3/2;object-fit:cover}
.post-card-content{padding:1.25rem}
.post-card-content h3{font-size:1.15rem;margin-bottom:0.5rem}
.post-card-content h3 a{color:var(--color-text)}
.post-card-content h3 a:hover{color:var(--color-accent)}
.post-card-content p{color:var(--color-text-light);font-size:0.9rem;margin-bottom:0.5rem}
.post-card-content time{font-size:0.8rem;color:var(--color-text-muted)}

/* CTA */
.cta-section{background:var(--color-primary)!important;color:#fff;text-align:center}
.cta-section h2{color:#fff;font-size:2.25rem;margin-bottom:1rem}
.cta-section p{color:rgba(255,255,255,0.8);max-width:550px;margin:0 auto 2rem;font-size:1.1rem}

/* Post / Page Full */
.post-full,.page-full{max-width:var(--max-width);margin:0 auto}
.post-hero img,.page-hero img{width:100%;max-height:500px;object-fit:cover}
.post-content-wrap,.page-content-wrap{max-width:var(--content-width);margin:0 auto;padding:3rem 1.5rem 5rem}
.post-header,.page-header{margin-bottom:2.5rem;text-align:center}
.post-header h1,.page-header h1{font-size:2.5rem;margin-bottom:1rem}
.post-meta{color:var(--color-text-muted);font-size:0.95rem;display:flex;gap:1rem;justify-content:center}
.post-tag a{color:var(--color-accent);font-weight:600}
.post-body,.page-body{font-size:1.0625rem;line-height:1.8}
.post-body h2,.page-body h2{font-size:1.65rem;margin:2.5rem 0 1rem}
.post-body h3,.page-body h3{font-size:1.3rem;margin:2rem 0 0.75rem}
.post-body p,.page-body p{margin-bottom:1.5rem}
.post-body blockquote,.page-body blockquote{border-left:4px solid var(--color-accent);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--color-text-light)}
.post-body img,.page-body img{border-radius:var(--radius);margin:2rem 0}
.post-body ul,.post-body ol,.page-body ul,.page-body ol{margin:0 0 1.5rem 1.5rem}
.post-body li,.page-body li{margin-bottom:0.5rem}
.post-body a,.page-body a{text-decoration:underline;text-underline-offset:2px}
.kg-image-card img,.kg-gallery-image img{border-radius:var(--radius)}
.kg-bookmark-card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}

/* Related */
.related-posts{border-top:1px solid var(--color-border)}

/* Tag / Author */
.tag-header,.author-header{text-align:center;padding:4rem 1.5rem 2rem;background:var(--color-bg-alt)}
.tag-header h1,.author-header h1{font-size:2.25rem;margin-bottom:0.5rem}
.tag-description,.author-bio{color:var(--color-text-light);max-width:600px;margin:0 auto}
.author-avatar{width:120px;height:120px;border-radius:50%;margin:0 auto 1rem;object-fit:cover}

/* Error */
.error-page{text-align:center;padding:8rem 1.5rem}
.error-code{font-size:6rem;color:var(--color-accent);font-weight:800}
.error-message{font-size:1.25rem;color:var(--color-text-light);margin:1rem 0 2rem}

/* Pagination */
.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}
.pagination a{font-weight:600;color:var(--color-accent)}

/* Footer */
.site-footer{background:var(--color-bg-dark);color:rgba(255,255,255,0.7);padding:4rem 1.5rem 2rem}
.footer-inner{max-width:var(--max-width);margin:0 auto}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,0.1)}
.footer-col h4{color:#fff;font-family:var(--font-heading);font-size:1rem;margin-bottom:1rem}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:0.4rem;font-size:0.9rem}
.footer-col nav ul{display:flex;flex-direction:column;gap:0.4rem}
.footer-col nav a{color:rgba(255,255,255,0.6);font-size:0.9rem}
.footer-col nav a:hover{color:#fff}
.footer-tagline{font-family:var(--font-heading);font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:0.5rem;font-weight:700}
.footer-contact a{color:var(--color-accent)}
.footer-contact a:hover{color:#fff}
.footer-bottom{text-align:center;font-size:0.85rem}
.footer-credit{margin-top:0.5rem}
.footer-credit a{color:var(--color-accent)}
.footer-credit a:hover{color:#fff}

/* Responsive */
@media(max-width:768px){
    .hero{padding:4rem 1.5rem 3rem}
    .hero h1{font-size:2rem}
    .hero-tagline{font-size:1.05rem}
    .section{padding:3rem 1rem}
    .section-title{font-size:1.6rem;margin-bottom:2rem}
    .post-header h1,.page-header h1{font-size:1.85rem}
    .menu-toggle{display:flex}
    .site-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;border-left:1px solid var(--color-border);padding:5rem 2rem 2rem;transition:right var(--transition);z-index:100;flex-direction:column;align-items:flex-start;gap:0}
    .site-nav.is-open{right:0}
    .site-nav ul{flex-direction:column;gap:1.25rem}
    .site-nav a{font-size:1.05rem}
    .nav-cta{margin-left:0;margin-top:1.5rem}
    .services-grid{grid-template-columns:1fr 1fr}
    .post-feed{grid-template-columns:1fr}
}
@media(max-width:480px){
    .hero h1{font-size:1.7rem}
    .services-grid{grid-template-columns:1fr}
    .footer-grid{grid-template-columns:1fr}
}

.gh-portal-triggerbtn-iframe{display:none!important}
