/*
Theme Name: TTrial SEO Magazine
Theme URI: https://ttrial.org/
Author: TTrial
Description: Lightweight, responsive, SEO-focused WordPress theme for TTrial.org with customizable homepage sections, author profile, FAQ, categories and latest articles.
Version: 1.0.0.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: ttrial-seo
*/
:root{--primary:#0f766e;--primary-dark:#115e59;--accent:#f59e0b;--text:#172033;--muted:#667085;--bg:#f8fafc;--card:#fff;--border:#e5e7eb;--radius:18px;--shadow:0 12px 35px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.7}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto}.container{width:min(1120px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-brand{font-size:25px;font-weight:900;letter-spacing:-.04em;color:var(--text)}.site-brand span{color:var(--primary)}.custom-logo{max-height:48px;width:auto}.main-nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0;align-items:center}.main-nav a{font-weight:650;color:var(--text);font-size:14px}.menu-toggle{display:none;border:1px solid var(--border);background:#fff;border-radius:10px;padding:8px 12px}.hero{padding:88px 0 72px;background:linear-gradient(135deg,#ecfdf5 0%,#fff 52%,#fffbeb 100%)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}.eyebrow{display:inline-block;font-weight:800;color:var(--primary);font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.hero h1{font-size:clamp(40px,5vw,66px);line-height:1.05;letter-spacing:-.055em;margin:0 0 22px}.hero p{font-size:18px;color:var(--muted);max-width:680px}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:12px;font-weight:800;border:1px solid transparent}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);color:#fff}.btn-secondary{background:#fff;color:var(--text);border-color:var(--border)}.hero-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.hero-card h3{margin-top:0}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0;list-style:none}.trust-list li{background:var(--bg);padding:13px;border-radius:12px;font-weight:700;font-size:14px}.stats{padding:24px 0;border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{text-align:center;padding:18px}.stat strong{display:block;font-size:28px;line-height:1.1}.stat span{color:var(--muted);font-size:13px}.section{padding:76px 0}.section.alt{background:var(--bg)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section h2{font-size:34px;line-height:1.2;letter-spacing:-.035em;margin:0}.section-head p{color:var(--muted);margin:5px 0 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card h3{margin:0 0 5px;font-size:18px}.category-card p{margin:0;color:var(--muted);font-size:14px}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column}.post-thumb{aspect-ratio:16/9;background:#e2e8f0;overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover}.post-body{padding:20px}.post-meta{font-size:12px;color:var(--muted);margin-bottom:7px}.post-card h3{font-size:19px;line-height:1.3;margin:0 0 10px}.post-excerpt{font-size:14px;color:var(--muted);margin:0}.author{display:grid;grid-template-columns:180px 1fr;gap:30px;align-items:center}.author-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;background:#e2e8f0}.author h2{margin-bottom:8px}.faq-list{display:grid;gap:12px;max-width:900px}.faq-item{border:1px solid var(--border);border-radius:14px;background:#fff;padding:18px 20px}.faq-item summary{cursor:pointer;font-weight:800}.faq-answer{color:var(--muted);padding-top:12px}.cta{padding:60px 0}.cta-box{background:var(--primary);color:#fff;border-radius:26px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-box h2{margin:0 0 7px;font-size:32px}.cta-box p{margin:0;opacity:.88}.cta-box .btn{background:#fff;color:var(--primary)}.site-footer{background:#0b1220;color:#cbd5e1;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:35px}.site-footer h3{color:#fff;margin-top:0}.site-footer a{color:#cbd5e1}.footer-menu{list-style:none;padding:0;margin:0;display:grid;gap:8px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;font-size:13px}.content-area{padding:70px 0}.single-post{max-width:820px;margin:auto}.single-post h1{font-size:clamp(36px,5vw,56px);line-height:1.12}.entry-meta{color:var(--muted)}.entry-content{font-size:18px}.entry-content h2,.entry-content h3{line-height:1.25}.entry-content img{border-radius:14px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.hero-grid,.author{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.posts-grid,.archive-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.main-nav{display:none}.menu-toggle{display:block}.main-nav.open{display:block;position:absolute;left:4%;right:4%;top:70px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:var(--shadow)}.main-nav.open ul{display:grid}.author-photo{margin:auto}.cta-box{display:block}.cta-box .btn{margin-top:20px}}
@media(max-width:600px){.hero{padding:58px 0}.stats-grid{grid-template-columns:1fr 1fr}.category-grid,.posts-grid,.archive-grid,.footer-grid{grid-template-columns:1fr}.section{padding:54px 0}.section-head{display:block}.hero-card{padding:20px}.cta-box{padding:30px}.hero h1{font-size:42px}}
/* TTrial Pro visual layer */
:root{--primary:#0f766e;--primary-dark:#0b5f59;--accent:#f59e0b;--ink:#101828;--muted:#667085;--line:#e7eaf0;--soft:#f6f8fb;--radius:22px;--shadow:0 18px 50px rgba(16,24,40,.09)}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}.site-header{box-shadow:0 1px 0 rgba(16,24,40,.04)}.site-brand{font-size:28px}.site-brand span{color:var(--primary)}
.hero{padding:92px 0 82px;background:radial-gradient(circle at 85% 20%,rgba(245,158,11,.14),transparent 28%),radial-gradient(circle at 20% 10%,rgba(15,118,110,.12),transparent 34%),linear-gradient(180deg,#fbfffe,#fff)}.hero-copy{position:relative;z-index:2}.hero h1{max-width:720px;font-weight:900}.hero p{max-width:660px}.hero-mini{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;color:#475467;font-size:13px;font-weight:700}.hero-mini span{display:inline-flex;gap:6px;align-items:center}.hero-visual{min-height:430px;position:relative;display:flex;align-items:center;justify-content:center}.visual-main{width:min(390px,88%);min-height:330px;border-radius:30px;padding:28px;background:linear-gradient(145deg,#0f766e,#083f3c);color:#fff;box-shadow:0 30px 70px rgba(15,118,110,.25);transform:rotate(2deg)}.visual-top{display:flex;align-items:center;gap:8px;font-size:12px;opacity:.85}.pulse{width:8px;height:8px;border-radius:50%;background:#fbbf24;box-shadow:0 0 0 6px rgba(251,191,36,.14)}.visual-title{font-size:35px;line-height:1.08;font-weight:700;margin-top:72px;letter-spacing:-.04em}.visual-title b{color:#fbbf24}.visual-lines{margin-top:32px;display:grid;gap:9px}.visual-lines i{height:6px;border-radius:20px;background:rgba(255,255,255,.22)}.visual-lines i:nth-child(2){width:75%}.visual-lines i:nth-child(3){width:55%}.visual-bottom{display:flex;gap:7px;flex-wrap:wrap;margin-top:28px}.visual-bottom span{font-size:10px;border:1px solid rgba(255,255,255,.22);padding:5px 8px;border-radius:99px}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:13px 16px;display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center;font-size:12px}.floating-card small{grid-column:2;color:var(--muted);font-size:10px}.floating-one{top:55px;left:2px}.floating-two{right:0;bottom:55px}.stats{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 25px rgba(16,24,40,.03)}.stat strong{font-weight:900}.section{padding:86px 0}.section-head{margin-bottom:34px}.section h2{font-size:38px;font-weight:850}.centered{justify-content:center;text-align:center}.centered>div{max-width:680px}.text-link{font-weight:800;white-space:nowrap}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px}.category-card{min-height:150px;padding:22px;position:relative;display:flex;flex-direction:column;justify-content:space-between;border-radius:20px;box-shadow:0 2px 0 rgba(16,24,40,.02);overflow:hidden}.category-card:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:rgba(15,118,110,.07);right:-35px;top:-35px}.cat-number{font-size:11px;font-weight:900;color:var(--primary);letter-spacing:.08em}.category-card h3{font-size:19px}.arrow{align-self:flex-end;font-size:20px;color:var(--primary)}.posts-grid{gap:24px}.post-card{border-radius:20px;box-shadow:0 4px 18px rgba(16,24,40,.04);transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.post-thumb{background:linear-gradient(135deg,#e6fffa,#fef3c7)}.thumb-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:900;color:var(--primary)}.post-body{padding:22px}.post-meta{display:flex;gap:7px;align-items:center}.post-card h3{font-size:21px}.read-more{display:inline-block;margin-top:12px;font-size:13px;font-weight:850}.why{background:linear-gradient(180deg,#fff,#f7fbfa)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.feature-icon{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ecfdf5;color:var(--primary);font-weight:900;font-size:20px}.feature h3{margin:18px 0 7px}.feature p{color:var(--muted);font-size:14px;margin:0}.author{padding:35px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,#fff,#f5fbfa);grid-template-columns:190px 1fr}.author-art{display:flex;justify-content:center}.author-ring{width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:60px;font-weight:900;color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);box-shadow:0 15px 35px rgba(15,118,110,.2);border:8px solid #fff}.faq-list{max-width:850px;margin:auto}.faq-item{padding:20px 22px;border-radius:16px;transition:.2s}.faq-item[open]{box-shadow:0 10px 28px rgba(16,24,40,.05)}.faq-item summary{display:flex;justify-content:space-between;align-items:center}.faq-item summary span{font-size:22px;color:var(--primary);transition:.2s}.faq-item[open] summary span{transform:rotate(45deg)}.cta{padding:72px 0}.cta-box{padding:56px;border-radius:30px;background:linear-gradient(120deg,#0f766e,#075e59);position:relative;overflow:hidden;box-shadow:0 25px 60px rgba(15,118,110,.2)}.cta-box:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-110px;top:-130px;border:50px solid rgba(255,255,255,.06)}.cta-box>*{position:relative;z-index:1}.cta-box .eyebrow{color:#a7f3d0}.btn-light{background:#fff;color:var(--primary);box-shadow:0 8px 20px rgba(0,0,0,.1)}
@media(max-width:1000px){.category-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:20px}.hero-visual{min-height:360px}.floating-one{left:4%}.floating-two{right:4%}}
@media(max-width:700px){.hero{padding:62px 0}.hero-visual{min-height:390px}.visual-main{width:82%;min-height:300px}.visual-title{font-size:29px;margin-top:55px}.floating-one{top:25px}.floating-two{bottom:20px}.category-grid,.feature-grid{grid-template-columns:1fr}.author{grid-template-columns:1fr;text-align:center;padding:28px}.author-art{margin-bottom:8px}.section h2{font-size:31px}.hero-mini{gap:10px;display:grid}.stats-grid{grid-template-columns:repeat(2,1fr)}}
.breadcrumbs{display:flex;gap:8px;align-items:center;color:#667085;font-size:13px;margin-bottom:25px}.breadcrumbs a{font-weight:700}.archive-header{margin-bottom:35px}.archive-header h1{font-size:44px;letter-spacing:-.04em}.author-box{margin-top:45px;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--soft)}.author-box p{margin-bottom:0;color:var(--muted)}.single-post>header>img{width:100%;max-height:560px;object-fit:cover;border-radius:22px;margin:20px 0 30px}
/* TTrial softer page background and visual separation */
body{background:var(--body-bg,#f6f8fb)}
main{overflow:hidden}
.section:not(.alt){background:var(--section-bg,#fff)}
.stats{background:var(--section-bg,#fff)}
.hero{border-bottom:1px solid rgba(15,118,110,.08)}
.category-card,.post-card,.feature,.faq-item,.hero-card{background:var(--card-bg,#fff)}
.category-card,.post-card,.feature{border-color:#e3e8ef}
.post-card .post-thumb{position:relative}
.post-card .post-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(16,24,40,.08));pointer-events:none}
.section.alt{border-top:1px solid rgba(15,118,110,.04);border-bottom:1px solid rgba(15,118,110,.04)}
.site-footer{margin-top:0}

/* TTrial V4 homepage enhancements */
.featured-section{padding-top:70px}.featured-card{display:grid;grid-template-columns:1.08fr .92fr;gap:0;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 18px 50px rgba(16,24,40,.07)}.featured-image{min-height:390px;background:linear-gradient(135deg,#dff7f3,#fdf3d5)}.featured-image a,.featured-image img{display:block;width:100%;height:100%}.featured-image img{object-fit:cover}.featured-placeholder{height:100%;min-height:390px;display:flex;align-items:center;justify-content:center;font-size:56px;font-weight:900;color:var(--primary)}.featured-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.featured-copy h2{margin:8px 0 14px}.featured-copy h3{font-size:28px;line-height:1.2;margin:0 0 12px}.featured-copy h3 a{color:var(--ink)}.featured-copy p{color:var(--muted);max-width:560px}.featured-meta{display:flex;gap:8px;color:var(--muted);font-size:13px;margin-bottom:12px}.featured-copy .btn{align-self:flex-start;margin-top:12px}.contributors{background:#fff}.contributors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.contributor-card{display:flex;gap:16px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 4px 18px rgba(16,24,40,.035)}.contributor-avatar{flex:0 0 80px}.contributor-img{width:80px;height:80px;border-radius:50%}.contributor-card h3{margin:0 0 6px;font-size:19px}.contributor-card p{font-size:13px;color:var(--muted);margin:0 0 9px}.contributor-card a{font-size:13px;font-weight:800;color:var(--primary)}.about-section{background:linear-gradient(135deg,#f1f7f6,#fff)}.about-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.about-grid h2{font-size:42px;line-height:1.12}.about-copy{font-size:16px;line-height:1.75;color:#475467}.about-copy p{margin-top:0;margin-bottom:16px}.about-copy .text-link{display:inline-block;margin-top:5px}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.faq-intro{position:sticky;top:100px}.faq-intro h2{font-size:42px;line-height:1.12}.faq-intro p{color:var(--muted);margin-bottom:22px}.faq-intro .btn{display:inline-flex}.faq-list{max-width:none}.faq-item{background:#fff}.faq-section{padding-top:86px;padding-bottom:86px}.section-head>div{min-width:0}.post-thumb img{aspect-ratio:16/9;object-fit:cover}.post-card{overflow:hidden}.post-card h3{line-height:1.25}.site-header{position:sticky;top:0;z-index:100}.site-header:before{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:rgba(16,24,40,.05)}
@media(max-width:900px){.featured-card,.about-grid,.faq-layout{grid-template-columns:1fr}.featured-copy{padding:34px}.featured-image{min-height:280px}.featured-placeholder{min-height:280px}.contributors-grid{grid-template-columns:repeat(2,1fr)}.faq-intro{position:static}.about-grid{gap:25px}.about-grid h2,.faq-intro h2{font-size:34px}}
@media(max-width:600px){.featured-copy{padding:28px}.featured-copy h3{font-size:23px}.contributor-card{padding:20px}.about-grid h2,.faq-intro h2{font-size:30px}}
/* TTrial V5 contributor placeholders */
.contributor-placeholder{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dff7f3,#fef3d5);color:var(--primary);font-size:28px;font-weight:900;border:4px solid #fff;box-shadow:0 8px 20px rgba(16,24,40,.08)}
.contributor-img{object-fit:cover;display:block;border:4px solid #fff;box-shadow:0 8px 20px rgba(16,24,40,.08)}
@media(max-width:600px){.contributor-avatar{flex-basis:72px}.contributor-placeholder,.contributor-img{width:72px;height:72px}}

/* V7 FAQ compact layout: removes excessive blank space and keeps FAQs visible */
.faq-section{padding-top:68px;padding-bottom:68px}
.faq-heading{text-align:center;max-width:760px;margin:0 auto 30px}
.faq-heading h2{font-size:42px;line-height:1.12;margin:0 0 10px;letter-spacing:-.04em}
.faq-heading p{color:var(--muted);margin:0 auto;max-width:650px}
.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1000px;margin:0 auto}
.faq-item{height:max-content;padding:18px 20px}
.faq-item summary{font-size:15px;line-height:1.45;min-height:24px}
.faq-answer{font-size:14px;line-height:1.65}
.faq-cta{text-align:center;margin-top:26px}
@media(max-width:800px){.faq-list{grid-template-columns:1fr}.faq-heading h2{font-size:34px}}
@media(max-width:600px){.faq-section{padding-top:52px;padding-bottom:52px}.faq-heading h2{font-size:30px}.faq-item{padding:16px}}
/* About TTrial — premium editorial layout */
.about-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#eef7f5 0%,#f8fbfa 48%,#ffffff 100%);border-top:1px solid rgba(15,118,110,.08);border-bottom:1px solid rgba(16,24,40,.06)}
.about-section:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-150px;top:-180px;background:rgba(15,118,110,.07);pointer-events:none}
.about-section:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;left:-90px;bottom:-90px;background:rgba(245,158,11,.08);pointer-events:none}
.about-wrap{position:relative;z-index:1}
.about-top{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:stretch;margin-bottom:48px}
.about-intro{padding:8px 0}
.about-intro h2{font-size:clamp(38px,4.5vw,62px);line-height:1.02;letter-spacing:-.035em;max-width:620px;margin:14px 0 18px}
.about-lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:560px;margin:0 0 26px}
.about-feature{position:relative;min-height:280px;padding:34px;border-radius:28px;background:linear-gradient(145deg,#0f766e,#075e59);color:#fff;box-shadow:0 24px 60px rgba(15,118,110,.18);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}
.about-feature:before{content:"";position:absolute;width:210px;height:210px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-50px;top:-50px}
.about-feature:after{content:"";position:absolute;width:110px;height:110px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:32px;top:32px}
.about-feature-badge{position:relative;z-index:2;align-self:flex-start;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:auto}
.about-feature-badge span{margin-right:5px;color:#fbbf24}
.about-feature-number{position:absolute;right:35px;top:58px;font-size:150px;line-height:1;font-weight:900;color:rgba(255,255,255,.08);letter-spacing:-.08em}
.about-feature strong{position:relative;z-index:2;display:block;font-size:25px;line-height:1.2;margin-bottom:9px}
.about-feature p{position:relative;z-index:2;max-width:470px;margin:0;color:rgba(255,255,255,.8);line-height:1.65}
.about-content-row{display:grid;grid-template-columns:1.55fr .8fr;gap:50px;align-items:start}
.about-copy{font-size:16px;line-height:1.8;color:#475467}
.about-copy p{margin:0 0 18px}
.about-copy p:last-child{margin-bottom:0}
.about-points{display:grid;gap:13px}
.about-point{display:flex;gap:15px;align-items:flex-start;padding:18px;border:1px solid rgba(16,24,40,.08);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 8px 24px rgba(16,24,40,.035)}
.about-point>span{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#e1f4f1;color:var(--primary);font-size:12px;font-weight:900}
.about-point strong{display:block;font-size:15px;margin-bottom:4px;color:var(--ink)}
.about-point p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
@media(max-width:900px){.about-top,.about-content-row{grid-template-columns:1fr;gap:30px}.about-top{margin-bottom:34px}.about-feature{min-height:250px}.about-intro h2{font-size:42px}}
@media(max-width:600px){.about-intro h2{font-size:34px}.about-lead{font-size:16px}.about-feature{padding:26px;border-radius:22px}.about-feature-number{font-size:110px;right:20px;top:65px}.about-feature strong{font-size:21px}.about-copy{font-size:15px}.about-point{padding:15px}}

/* V11 Premium Typography & Readability */
:root{--ink:#111827;--text-strong:#172033;--text-body:#344054;--muted:#526176;--line:#dfe5ec}
body{color:var(--text-body);font-size:16.5px;line-height:1.78;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body p{color:var(--text-body)}
.section h2,.hero h1,.featured-copy h3,.post-card h3,.category-card h3,.feature h3,.contributor-card h3,.author h2,.cta-box h2{color:var(--text-strong)}
.section h2{font-weight:900;letter-spacing:-.045em}
.section-head p,.hero p,.post-excerpt,.feature p,.contributor-card p,.faq-heading p,.faq-answer,.about-copy,.about-point p{color:var(--text-body)}
.hero p{font-size:19px;line-height:1.7}
.hero-mini{color:#344054}
.post-excerpt,.feature p,.contributor-card p{font-size:15px;line-height:1.7}
.post-meta,.featured-meta,.stat span{color:#526176}
.category-card p{color:#526176;font-size:14.5px;line-height:1.6}
.text-link,.read-more{font-weight:850}
.about-section{background:linear-gradient(135deg,#eaf5f3 0%,#f7faf9 48%,#fff 100%)}
.about-intro h2{font-size:clamp(40px,4.2vw,56px);font-weight:950;line-height:1.04;letter-spacing:-.055em;color:#0f172a;margin:8px 0 18px}
.about-lead{font-size:18px!important;line-height:1.65;color:#344054!important;max-width:520px;margin-bottom:24px}
.about-copy{font-size:17px;line-height:1.85;color:#344054}
.about-copy p{margin:0 0 20px}
.about-copy p:first-child:first-letter{font-size:3.2em;line-height:.82;font-weight:900;color:var(--primary);float:left;padding:7px 9px 0 0}
.about-point{background:rgba(255,255,255,.9);border-color:#d8e2e0;box-shadow:0 10px 28px rgba(16,24,40,.055)}
.about-point strong{font-size:16px;color:#101828}
.about-point p{font-size:14px;color:#526176;line-height:1.65}
.about-feature strong{font-size:27px}
.about-feature p{font-size:15px;color:rgba(255,255,255,.88)}
.faq-item summary{color:#172033;font-size:16px;line-height:1.5}
.faq-answer{font-size:15px;line-height:1.75;color:#344054}
.feature h3{font-size:20px}
.feature p{font-size:15px}
.author p{font-size:16px;color:#344054}
.single-post .entry-content,.page .entry-content{color:#344054}
.single-post .entry-content p,.page .entry-content p{margin:0 0 1.25em}
.single-post .entry-content li,.page .entry-content li{color:#344054}
@media(max-width:600px){body{font-size:16px}.hero p{font-size:17px}.about-copy{font-size:16px}.about-intro h2{font-size:36px}}

/* V13 — Premium editorial content treatment inspired by modern publication layouts */
.about-section{
  background:#06271b;
  color:#eefcf6;
  border-top:0;
  border-bottom:0;
  position:relative;
  overflow:hidden;
}
.about-section:before{
  width:520px;height:520px;right:-220px;top:-260px;
  background:rgba(105,224,53,.06);
}
.about-section:after{
  width:240px;height:240px;left:-120px;bottom:-120px;
  background:rgba(105,224,53,.05);
}
.about-top{grid-template-columns:1.15fr .85fr;gap:76px;margin-bottom:54px}
.about-intro{padding:0}
.about-intro .eyebrow{color:#72e23f;letter-spacing:.16em}
.about-intro h2{
  color:#fff;
  font-size:clamp(48px,6vw,82px);
  line-height:.94;
  letter-spacing:-.065em;
  font-weight:950;
  max-width:760px;
  margin:16px 0 24px;
}
.about-intro h2 span{color:#72e23f}
.about-lead{
  color:rgba(241,250,246,.82)!important;
  font-size:19px!important;
  line-height:1.7;
  max-width:650px;
}
.about-section .btn-primary{
  background:#72e23f;
  color:#06271b;
  border-color:#72e23f;
  box-shadow:none;
  font-weight:900;
}
.about-section .btn-primary:hover{background:#8bea60;color:#06271b}
.about-feature{
  min-height:340px;
  border:1px solid rgba(114,226,63,.25);
  background:linear-gradient(150deg,#0d4933,#06271b);
  box-shadow:0 25px 70px rgba(0,0,0,.2);
  justify-content:flex-end;
}
.about-feature-badge{color:#eaffdf;border-color:rgba(114,226,63,.28);background:rgba(114,226,63,.08)}
.about-feature-badge span{color:#72e23f}
.about-feature-number{color:rgba(114,226,63,.08);font-size:190px}
.about-feature strong{color:#fff;font-size:30px}
.about-feature p{color:rgba(240,250,245,.82);font-size:16px}
.about-content-row{grid-template-columns:1.55fr .8fr;gap:64px}
.about-copy{color:rgba(239,249,244,.84);font-size:17px;line-height:1.9}
.about-copy p{color:rgba(239,249,244,.84);margin-bottom:22px}
.about-copy p:first-child:first-letter{color:#72e23f}
.about-points{gap:14px}
.about-point{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:none;
  backdrop-filter:blur(4px);
}
.about-point>span{background:#72e23f;color:#06271b}
.about-point strong{color:#fff}
.about-point p{color:rgba(239,249,244,.66);font-size:14px}

/* Make the long-form publishing section feel editorial rather than generic cards */
.publishing-guide{background:#f4f8f6}
.publishing-guide .section-head h2{font-size:clamp(38px,5vw,62px);letter-spacing:-.055em}
.publishing-guide .feature{border:1px solid #d9e5df;background:#fff;box-shadow:0 14px 35px rgba(16,40,30,.055)}
.publishing-guide .feature-icon{background:#06271b;color:#72e23f}
.publishing-guide .feature h3{color:#10231b}
.publishing-guide .feature p{color:#46574f}

@media(max-width:900px){
  .about-top,.about-content-row{grid-template-columns:1fr;gap:34px}
  .about-intro h2{font-size:clamp(44px,10vw,64px)}
  .about-feature{min-height:290px}
}
@media(max-width:600px){
  .about-section{padding-top:62px;padding-bottom:62px}
  .about-intro h2{font-size:42px}
  .about-copy{font-size:16px;line-height:1.8}
  .about-feature{padding:26px;min-height:260px}
  .about-feature-number{font-size:120px}
}


/* V13 contrast safeguard: keep the premium About section dark even when Customizer sets global section colors. */
.section.about-section{background:#06271b !important;color:#eefcf6 !important;}
.section.about-section .about-copy,.section.about-section .about-copy p{color:#e7f4ee !important;}
.section.about-section .about-point p{color:#c9ddd4 !important;}
.section.about-section .about-intro h2{color:#ffffff !important;}
.section.about-section .about-intro h2 span{color:#72e23f !important;}
.section.about-section .about-lead{color:#dceee7 !important;}
.section.about-section .about-feature p{color:#d9ebe4 !important;}

/* V14 — unified premium editorial homepage system */
:root{
  --brand-deep:#06271b;
  --brand:#0a3f2b;
  --lime:#72e23f;
  --lime-soft:#e9fbdc;
  --paper:#f5f8f6;
  --ink:#0e1a15;
  --body:#3d4d46;
  --white:#ffffff;
}
body{background:#fff;color:var(--body)}
.site-header{background:rgba(6,39,27,.96)!important;border-bottom:1px solid rgba(255,255,255,.10)!important}
.site-brand,.main-nav a{color:#fff!important}.site-brand span{color:var(--lime)!important}
.main-nav a:hover{color:var(--lime)!important}.menu-toggle{background:transparent!important;color:#fff;border-color:rgba(255,255,255,.2)!important}
.hero{
  background:radial-gradient(circle at 86% 18%,rgba(114,226,63,.10),transparent 26%),
             radial-gradient(circle at 15% 90%,rgba(114,226,63,.06),transparent 30%),
             var(--brand-deep)!important;
  color:#fff;padding:100px 0 88px;overflow:hidden;position:relative;
}
.hero:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(114,226,63,.10);border-radius:50%;right:-230px;bottom:-270px}
.hero h1{color:#fff!important;font-size:clamp(42px,5vw,64px);line-height:.96;letter-spacing:-.065em;max-width:800px}
.hero h1 span{color:var(--lime)}
.hero p{color:rgba(239,249,244,.82)!important;font-size:19px;line-height:1.72}
.hero .eyebrow{color:var(--lime)}
.hero-mini{color:#d6e7df!important}.hero-mini span{border:1px solid rgba(114,226,63,.18);padding:7px 10px;border-radius:999px;background:rgba(114,226,63,.05)}
.btn-primary{background:var(--lime)!important;color:#06271b!important;border-color:var(--lime)!important}.btn-primary:hover{background:#8bea60!important;color:#06271b!important}
.btn-secondary{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important}.btn-secondary:hover{border-color:var(--lime)!important;color:var(--lime)!important}
.visual-main{background:linear-gradient(145deg,#0d4933,#041d14)!important;border:1px solid rgba(114,226,63,.20);box-shadow:0 30px 80px rgba(0,0,0,.28)!important}.visual-title b{color:var(--lime)!important}.visual-bottom span{border-color:rgba(114,226,63,.24)!important}
.floating-card{background:#fff;border-color:#dbe5df}.stats{background:#fff;border-bottom:1px solid #dfe8e3}.stat strong{color:var(--brand-deep)}.stat span{color:#5d6d65}
.section{padding:92px 0}.section.alt{background:var(--paper)}
.eyebrow{color:#11704f}.section h2{color:var(--brand-deep)!important;font-size:clamp(38px,4.6vw,58px);line-height:1.02;letter-spacing:-.055em}
.section-head p{color:#5a6a63!important;font-size:16px;line-height:1.7}.text-link,.read-more{color:#08724d!important}.text-link:hover,.read-more:hover{color:#52c92a!important}
.featured-section{background:#fff}.featured-card{border:1px solid #dce6e1!important;box-shadow:0 18px 55px rgba(6,39,27,.08)!important}.featured-copy h2,.featured-copy h3,.featured-copy h3 a{color:var(--brand-deep)!important}.featured-copy p{color:#53635b!important}
.category-card{border-color:#dbe6e0!important;background:#fff!important;box-shadow:0 8px 25px rgba(6,39,27,.035)!important}.category-card:hover{border-color:#a9d89b!important;box-shadow:0 18px 38px rgba(6,39,27,.09)!important}.category-card h3{color:#10231b!important}.cat-number{color:#16854f!important}
.why{background:#06271b!important;color:#fff}.why .eyebrow{color:var(--lime)}.why h2,.why .section-head p{color:#fff!important}.why .section-head p{opacity:.78}.why .feature{background:rgba(255,255,255,.045)!important;border:1px solid rgba(114,226,63,.18)!important;box-shadow:none!important}.why .feature h3{color:#fff!important}.why .feature p{color:#c8d9d1!important}.why .feature-icon{background:var(--lime)!important;color:#06271b!important}
.posts-grid{gap:24px}.post-card{border-color:#dbe5df!important;box-shadow:0 10px 30px rgba(6,39,27,.045)!important}.post-card:hover{box-shadow:0 18px 42px rgba(6,39,27,.10)!important;transform:translateY(-3px)}.post-card h3,.post-card h3 a{color:#10231b!important}.post-excerpt{color:#52635b!important}.post-meta{color:#65756d!important}
.contributors{background:#fff}.contributor-card{border-color:#dbe5df!important;box-shadow:0 10px 28px rgba(6,39,27,.045)!important}.contributor-card h3{color:#10231b!important}.contributor-card p{color:#5b6b63!important}.contributor-card a{color:#0b754c!important}.contributor-placeholder{background:#e7f8df!important;color:#0d633f!important}
/* About section remains the visual anchor and is intentionally consistent with the reference style. */
.section.about-section{background:#06271b!important;color:#eefcf6!important}.about-intro h2{font-size:clamp(48px,6vw,82px)!important}.about-copy{font-size:17px!important;line-height:1.9!important;color:#e7f4ee!important}.about-copy p{color:#e7f4ee!important}.about-point{background:rgba(255,255,255,.035)!important;border-color:rgba(114,226,63,.15)!important}.about-point strong{color:#fff!important}.about-point p{color:#c9ddd4!important}
.publishing-guide{background:#f2f7f4!important}.publishing-guide .feature{border-color:#d7e4dd!important;background:#fff!important;box-shadow:0 12px 34px rgba(6,39,27,.055)!important}.publishing-guide .feature-icon{background:#06271b!important;color:var(--lime)!important}.publishing-guide .feature h3{color:#10231b!important}.publishing-guide .feature p{color:#53635b!important}
.author{background:transparent}.author h2{color:#10231b!important}.author p{color:#52635b!important}.author-ring{background:#06271b!important;color:var(--lime)!important;border-color:rgba(114,226,63,.25)!important}
.faq-section{background:#f2f7f4!important}.faq-heading h2{color:#06271b!important}.faq-heading p{color:#5a6a63!important}.faq-item{border-color:#d8e4dd!important;box-shadow:0 8px 22px rgba(6,39,27,.035)!important}.faq-item summary{color:#10231b!important}.faq-answer{color:#52635b!important}.faq-item[open]{border-color:#9dd78b!important;box-shadow:0 12px 30px rgba(6,39,27,.07)!important}.faq-cta .btn-primary{background:var(--lime)!important}
.cta{background:#fff}.cta-box{background:#06271b!important;border:1px solid rgba(114,226,63,.18);box-shadow:0 25px 60px rgba(6,39,27,.14)!important}.cta-box h2{color:#fff!important}.cta-box p{color:#d5e6de!important}.cta-box .eyebrow{color:var(--lime)!important}.cta-box .btn-light{background:var(--lime)!important;color:#06271b!important}
.site-footer{background:#041a11!important;border-top:1px solid rgba(114,226,63,.10)}
@media(max-width:900px){.hero{padding:72px 0 65px}.hero h1{font-size:clamp(40px,8vw,58px)}.about-intro h2{font-size:clamp(44px,10vw,68px)!important}}
@media(max-width:600px){.site-brand{font-size:24px}.hero h1{font-size:38px}.hero p{font-size:17px}.section{padding:66px 0}.section h2{font-size:36px}.about-intro h2{font-size:42px!important}}
