/* pages/about — extracted page styles */
.tk-about-hero{position:relative;background:linear-gradient(135deg,var(--tk-green),#0a7d3f);color:#fff;border-radius:20px;padding:2.6rem 2rem;overflow:hidden;margin-bottom:1.4rem}
.tk-about-hero:after{content:"";position:absolute;right:-60px;top:-60px;width:240px;height:240px;background:rgba(255,255,255,.08);border-radius:50%}
.tk-about-hero:before{content:"";position:absolute;right:60px;bottom:-90px;width:200px;height:200px;background:rgba(255,255,255,.06);border-radius:50%}
.tk-about-hero h1{font-size:2rem;margin:0 0 .6rem;color:#fff;position:relative;z-index:1}
.tk-about-hero p{margin:0;max-width:680px;opacity:.94;font-size:1.02rem;line-height:1.7;position:relative;z-index:1}
.tk-about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.4rem}
.tk-stat{background:#fff;border:1px solid var(--tk-line);border-radius:14px;padding:1.3rem 1rem;text-align:center}
.tk-stat__num{font-size:1.7rem;font-weight:800;color:var(--tk-green);line-height:1}
.tk-stat__lbl{font-size:.84rem;color:var(--tk-muted);margin-top:.35rem}
.tk-about-content{font-size:.96rem;line-height:1.85;color:#444}
.tk-about-content h2,.tk-about-content h3{color:#1d1d1d;font-weight:700;margin:1.5rem 0 .7rem;line-height:1.3}
.tk-about-content h2{font-size:1.3rem}.tk-about-content h3{font-size:1.1rem}
.tk-about-content p{margin:0 0 1rem}
.tk-about-content a{color:var(--tk-green);text-decoration:underline}
.tk-about-content ul,.tk-about-content ol{margin:0 0 1rem 1.2rem}
.tk-about-content img{max-width:100%;height:auto;border-radius:10px}
.tk-mv{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.4rem}
@media(max-width:680px){.tk-mv{grid-template-columns:1fr}}
.tk-mv__card{border:1px solid var(--tk-line);border-radius:14px;padding:1.4rem;background:#fff}
.tk-mv__card i{font-size:1.5rem;color:var(--tk-green)}
.tk-mv__card h3{margin:.6rem 0 .4rem;font-size:1.1rem}
.tk-mv__card p{margin:0;color:var(--tk-muted);font-size:.9rem;line-height:1.7}
.tk-about-cta{margin-top:1.6rem;background:#0f1b14;color:#fff;border-radius:18px;padding:2rem;text-align:center}
.tk-about-cta h2{color:#fff;font-size:1.4rem;margin:0 0 .5rem}
.tk-about-cta p{opacity:.85;margin:0 0 1.2rem}
.tk-about-cta .tk-btn{margin:.25rem}
