/*
Theme Name: سئواکتور
Theme URI: https://seo.actor
Author: SEOActor
Author URI: https://seo.actor
Description: قالب اختصاصی آژانس سئو سئواکتور — راست‌به‌چپ، تم سینمایی مشکی/قرمز. مناسب آژانس‌های سئو و دیجیتال مارکتینگ.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: seoactor
Tags: rtl-language-support, blog, custom-menu, featured-images, translation-ready
*/

/* ═══════════ متغیرهای برند ═══════════ */
:root{
  --bg:#0D0D0F; --bg-2:#131316; --surface:#17171B; --surface-2:#1F1F25;
  --line:#2A2A31; --red:#B40D24; --red-soft:#D82035; --white:#FFFFFF;
  --text:#F2F2F3; --muted:#8A8A93;
  --header-bg:rgba(13,13,15,.9); --footer-bg:#0a0a0c; --shadow:rgba(0,0,0,.5);
  --radius:16px; --radius-sm:10px; --max:1180px;
  --font:'Vazirmatn',system-ui,sans-serif; --font-heading:'IRANYekan','Yekan Bakh','Yekan','BYekan','Vazirmatn',system-ui,sans-serif; --font-lat:'Montserrat',sans-serif;
}
body.theme-light{
  --bg:#FFFFFF; --bg-2:#F6F7FA; --surface:#FFFFFF; --surface-2:#F0F2F6;
  --line:#E2E5EC; --white:#101116; --text:#252833; --muted:#687082;
  --header-bg:rgba(255,255,255,.9); --footer-bg:#F7F8FB; --shadow:rgba(17,24,39,.12);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.85;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4,h5,h6,.logo-tx,.btn,.nav-links a{font-family:var(--font-heading)}
a{text-decoration:none;color:inherit}
img,svg{display:block;max-width:100%}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
.lat{font-family:var(--font-lat)}

.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:16px;font-weight:700;padding:14px 28px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}
.btn-primary{background:linear-gradient(180deg,#D82035 0%,#B40D24 58%,#8F0719 100%);color:#fff;box-shadow:0 10px 24px rgba(180,13,36,.24),inset 0 1px 0 rgba(255,255,255,.16)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(180,13,36,.38),inset 0 1px 0 rgba(255,255,255,.18)}
.btn-ghost{background:transparent;color:var(--white);border:1.5px solid var(--line)}
.btn-ghost:hover{border-color:var(--red);color:var(--red-soft)}

.logo{display:flex;align-items:center;gap:11px;color:var(--white)}
.brand-ic{width:36px;height:36px;color:var(--white);flex-shrink:0;border-radius:50%;object-fit:contain}
.logo-tx{font-weight:900;font-size:23px;letter-spacing:-.3px;line-height:1}
.logo-tx .ac{color:var(--red)}

header.site-header{position:sticky;top:0;z-index:50;background:var(--header-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:76px}
.nav-links{display:flex;align-items:center;gap:30px;list-style:none}
.nav-links a{color:var(--muted);font-size:15px;font-weight:500;transition:color .2s}
.nav-links a:hover,.nav-links .current-menu-item>a{color:var(--white)}
.nav-cta{padding:10px 22px;font-size:15px}
.burger{display:none;background:none;border:none;color:var(--white);font-size:26px;cursor:pointer}
.theme-toggle{width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,border-color .2s,background .2s,color .2s;flex-shrink:0}
.theme-toggle:hover{transform:translateY(-2px);border-color:var(--red);color:var(--red-soft)}
.theme-toggle svg{width:20px;height:20px;stroke-width:2}
.theme-toggle .sun{display:none}
body.theme-light .theme-toggle .moon{display:none}
body.theme-light .theme-toggle .sun{display:block}

.page-hero{position:relative;background:var(--bg);padding:80px 0;border-bottom:1px solid var(--line);overflow:hidden;text-align:center}
.page-hero .glow{position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:800px;height:450px;background:radial-gradient(ellipse,rgba(225,6,0,.15),transparent 60%);pointer-events:none}
.page-hero .crumb{position:relative;z-index:2;color:var(--muted);font-size:14px;margin-bottom:14px}
.page-hero .crumb a:hover{color:var(--red-soft)}
.page-hero h1{position:relative;z-index:2;font-size:clamp(30px,5vw,50px);font-weight:900;letter-spacing:-1px;color:var(--white)}
.page-hero h1 .hl{color:var(--red)}
.page-hero p{position:relative;z-index:2;color:var(--muted);font-size:17px;max-width:600px;margin:16px auto 0}

section{padding:90px 0}
.section-head{text-align:center;max-width:640px;margin:0 auto 56px}
.section-head .tag{color:var(--red);font-weight:700;font-size:15px}
.section-head h2{font-size:clamp(26px,4vw,40px);font-weight:900;margin-top:12px;letter-spacing:-.5px;color:var(--white)}
.section-head p{color:var(--muted);font-size:17px;margin-top:14px}

.foot-cta{background:radial-gradient(circle at 86% 38%,rgba(255,59,48,.22),transparent 28%),radial-gradient(circle at 12% 85%,rgba(225,6,0,.18),transparent 34%),linear-gradient(135deg,#180607 0%,#111115 46%,#09090c 100%);border:1px solid rgba(255,59,48,.56);border-radius:22px;padding:44px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;position:relative;overflow:hidden;margin-bottom:-60px;z-index:3;box-shadow:0 26px 80px rgba(0,0,0,.56),0 0 0 1px rgba(255,255,255,.035) inset,0 0 45px rgba(225,6,0,.12)}
.foot-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.055),transparent 28%,transparent 72%,rgba(225,6,0,.12)),repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 18px);pointer-events:none;opacity:.72}
.foot-cta::after{content:"";position:absolute;right:34px;left:34px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,59,48,.95),rgba(255,255,255,.55),rgba(255,59,48,.95),transparent);box-shadow:0 0 22px rgba(225,6,0,.85);pointer-events:none}
.foot-cta .txt,.foot-cta .form{position:relative;z-index:2}
.foot-cta h3{color:var(--white);font-size:clamp(20px,2.6vw,28px);font-weight:900;letter-spacing:0;margin:0}
.foot-cta p{color:#b9b9c1;font-size:15px;margin-top:6px}
.foot-cta .form{display:flex;gap:10px;flex-wrap:wrap}
.foot-cta input{background:rgba(5,5,8,.66);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px 18px;color:var(--white);font-family:var(--font);font-size:15px;min-width:230px;box-shadow:0 0 0 1px rgba(0,0,0,.35) inset}
.foot-cta input::placeholder{color:#7f8089}
.foot-cta input:focus{outline:none;border-color:rgba(255,59,48,.78);box-shadow:0 0 0 3px rgba(225,6,0,.14),0 0 0 1px rgba(0,0,0,.35) inset}
.foot-cta button{background:linear-gradient(180deg,#D82035 0%,#B40D24 58%,#8F0719 100%);color:var(--white);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:14px 26px;font-family:var(--font-heading);font-size:15px;font-weight:800;cursor:pointer;white-space:nowrap;transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 14px 30px rgba(180,13,36,.30),0 0 0 1px rgba(255,255,255,.08) inset}
.foot-cta button:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 16px 36px rgba(225,6,0,.42),0 0 0 1px rgba(255,255,255,.12) inset}
footer.site-footer{background:var(--footer-bg);color:var(--muted);border-top:1px solid var(--line);padding:120px 0 0}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:44px;padding-bottom:50px;margin-bottom:0}
.f-brand .logo{display:flex;align-items:center;gap:11px;margin-bottom:18px}
.f-brand>p{color:var(--muted);font-size:14.5px;max-width:290px;line-height:1.9;margin-bottom:22px}
.f-social{display:flex;gap:12px}
.f-social a{width:40px;height:40px;border-radius:10px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .25s}
.f-social a:hover{background:var(--red);border-color:var(--red);color:var(--white);transform:translateY(-3px)}
.f-social a svg{width:18px;height:18px}
.f-col h4,.f-offices h4{color:var(--white);font-size:15px;font-weight:700;margin-bottom:20px;position:relative;padding-bottom:12px}
.f-col h4::after,.f-offices h4::after{content:"";position:absolute;bottom:0;right:0;width:28px;height:2px;background:var(--red)}
.f-col ul{list-style:none;display:flex;flex-direction:column;gap:13px}
.f-col a{color:var(--muted);font-size:14.5px;transition:color .2s,padding .2s;display:inline-flex;align-items:center;gap:7px}
.f-col a:hover{color:var(--red-soft);padding-right:4px}
.office-item{display:flex;gap:11px;margin-bottom:18px}
.office-item .pin{width:34px;height:34px;flex-shrink:0;border-radius:9px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--red)}
.office-item .pin svg{width:17px;height:17px}
.office-item .oi-name{color:var(--white);font-size:14px;font-weight:700;margin-bottom:2px}
.office-item .oi-name span{color:var(--red-soft);font-size:11px;font-weight:600}
.office-item .oi-addr{color:var(--muted);font-size:13.5px;line-height:1.7}
.f-phones{margin-top:6px;padding-top:18px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}
.f-phones a{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:14px;transition:color .2s}
.f-phones a:hover{color:var(--red-soft)}
.f-phones a svg{width:16px;height:16px;color:var(--red);flex-shrink:0}
.f-phones a .num{direction:ltr}
.foot-bottom{border-top:1px solid var(--line);padding:26px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}
.foot-bottom p{color:var(--muted);font-size:13.5px}
.foot-bottom .links{display:flex;gap:22px}
.foot-bottom .links a{color:var(--muted);font-size:13.5px;transition:color .2s}
.foot-bottom .links a:hover{color:var(--red-soft)}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}
.reveal.in{opacity:1;transform:none}

/* استایل محتوای مقاله وردپرس */
.art-body{max-width:760px;margin:0 auto;padding:56px 24px 90px}
.art-body h2{color:var(--white);font-size:27px;font-weight:900;margin:38px 0 16px}
.art-body h3{color:var(--white);font-size:21px;font-weight:700;margin:28px 0 12px}
.art-body p{color:#C9C9CF;font-size:17px;margin-bottom:18px;line-height:1.95}
.art-body ul,.art-body ol{margin:0 0 20px;padding-right:24px}
.art-body li{color:#C9C9CF;font-size:16.5px;margin-bottom:12px}
.art-body img{border-radius:14px;margin:24px 0}
.art-body blockquote{border-right:3px solid var(--red);background:var(--surface);padding:22px 26px;border-radius:0 12px 12px 0;margin:26px 0;color:var(--white);font-size:19px}
.art-body a{color:var(--red-soft);text-decoration:underline}

@media(max-width:900px){.foot-grid{grid-template-columns:1fr 1fr;gap:36px}.foot-cta{flex-direction:column;align-items:flex-start;text-align:right}}
@media(max-width:640px){
  .wrap{padding:0 16px}
  header.site-header{z-index:100}
  .nav-inner{height:64px;position:relative;gap:10px}
  .logo{gap:8px}
  .brand-ic{width:34px;height:34px}
  .logo-tx{font-size:20px;white-space:nowrap}
  .site-nav{position:static}
  .nav-links{display:none}
  body.mobile-menu-open .nav-links{display:flex;position:absolute;top:64px;right:16px;left:16px;flex-direction:column;align-items:stretch;gap:6px;background:rgba(13,13,15,.98);border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 22px 60px rgba(0,0,0,.48);backdrop-filter:blur(14px);z-index:120}
  body.theme-light.mobile-menu-open .nav-links{background:rgba(255,255,255,.98);box-shadow:0 22px 60px rgba(15,23,42,.14)}
  .nav-links li{width:100%;list-style:none}
  .nav-links a{display:flex;width:100%;padding:12px 14px;border-radius:12px;font-size:15px;color:var(--white);background:transparent}
  .nav-links a:hover,.nav-links .current-menu-item>a{background:var(--surface-2);color:var(--red-soft)}
  .burger{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--surface);border:1px solid var(--line);font-size:24px;line-height:1;flex-shrink:0}
  .theme-toggle{width:42px;height:42px;order:2}
  .nav-cta{display:none}
  section{padding:60px 0}.foot-grid{grid-template-columns:1fr;gap:32px}.foot-cta{padding:32px 24px;margin-bottom:-50px}.foot-cta input{min-width:0;width:100%}.foot-cta .form{width:100%}.foot-cta button{width:100%}.foot-bottom{flex-direction:column;text-align:center}
  .page-hero{padding:52px 16px}
  .page-hero h1{font-size:30px;line-height:1.45;letter-spacing:0}
  .page-hero p{font-size:15.5px;line-height:1.9}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Light theme */
body.theme-light{
  color-scheme:light;
}
body.theme-light header.site-header{
  background:rgba(255,255,255,.9)!important;
  box-shadow:0 14px 36px rgba(15,23,42,.08)!important;
}
body.theme-light .logo,
body.theme-light .logo-tx,
body.theme-light h1,
body.theme-light h2,
body.theme-light h3,
body.theme-light h4,
body.theme-light .section-head h2,
body.theme-light .art-body h2,
body.theme-light .art-body h3{
  color:var(--white)!important;
}
body.theme-light .btn-ghost,
body.theme-light .nav-links a:hover,
body.theme-light .nav-links .current-menu-item>a{
  color:var(--white);
}
body.theme-light .hero,
body.theme-light .services,
body.theme-light .pr-section,
body.theme-light .stats,
body.theme-light .page-hero{
  background:var(--bg)!important;
}
body.theme-light .marquee,
body.theme-light .trust,
body.theme-light .jr-section,
body.theme-light .tst-section,
body.theme-light .proc{
  background:var(--bg-2)!important;
}
body.theme-light .hero-dots{
  background-image:radial-gradient(rgba(225,6,0,.12) 1px,transparent 1px);
}
body.theme-light .hero-glow,
body.theme-light .page-hero .glow,
body.theme-light .jr-section::before,
body.theme-light .pr-section::before,
body.theme-light .tst-section::before{
  opacity:.75;
}
body.theme-light .rank-card,
body.theme-light .rank-search,
body.theme-light .rank-row,
body.theme-light .rank-row.mine,
body.theme-light .card,
body.theme-light .tl-card,
body.theme-light .tl-dot,
body.theme-light .tl-icon,
body.theme-light .plan,
body.theme-light .term,
body.theme-light .tst-card,
body.theme-light .brand-chip,
body.theme-light .post,
body.theme-light .quick,
body.theme-light .office,
body.theme-light .hours,
body.theme-light .form-card,
body.theme-light .side-card,
body.theme-light .audit,
body.theme-light .pillar,
body.theme-light .dual-card,
body.theme-light .step,
body.theme-light .faq-item,
body.theme-light .callout{
  background:var(--surface)!important;
  border-color:var(--line)!important;
  box-shadow:0 16px 42px rgba(15,23,42,.06);
}
body.theme-light .rank-search,
body.theme-light .rank-row,
body.theme-light .card .ic,
body.theme-light .tl-icon,
body.theme-light .term .ic,
body.theme-light .side-card .ic,
body.theme-light .audit .ah .ic,
body.theme-light .pillar .ic,
body.theme-light .quick .ic,
body.theme-light .hours .ic,
body.theme-light .office-item .pin,
body.theme-light .f-social a,
body.theme-light .tst-person .brand,
body.theme-light .plan li.inherit{
  background:var(--bg-2)!important;
  border-color:var(--line)!important;
}
body.theme-light .plan.star,
body.theme-light .jr-section .tl-item.final .tl-card,
body.theme-light .tst-card.feature,
body.theme-light .side-cta,
body.theme-light .cta-box{
  background:linear-gradient(145deg,#fff5f4,var(--surface) 64%)!important;
  border-color:rgba(225,6,0,.32)!important;
  box-shadow:0 18px 46px rgba(225,6,0,.08);
}
body.theme-light .foot-cta{
  background:radial-gradient(circle at 86% 38%,rgba(255,59,48,.14),transparent 28%),radial-gradient(circle at 12% 85%,rgba(225,6,0,.10),transparent 34%),linear-gradient(135deg,#fff7f6 0%,#ffffff 46%,#f7f8fb 100%)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.10),0 0 0 1px rgba(225,6,0,.10) inset!important;
}
body.theme-light .foot-cta p,
body.theme-light .service-cinema-hero p,
body.theme-light .art-body p,
body.theme-light .art-body li,
body.theme-light .content p{
  color:var(--muted)!important;
}
body.theme-light .foot-cta input,
body.theme-light .field input,
body.theme-light .field textarea,
body.theme-light .field select{
  background:#fff!important;
  color:var(--text)!important;
  border-color:var(--line)!important;
}
body.theme-light .foot-cta input::placeholder,
body.theme-light .field input::placeholder,
body.theme-light .field textarea::placeholder{
  color:#8b94a5!important;
}
body.theme-light footer.site-footer{
  background:var(--footer-bg)!important;
}
body.theme-light .btn-primary,
body.theme-light .nav-cta,
body.theme-light .jr-cta a,
body.theme-light .submit-btn,
body.theme-light .foot-cta button,
body.theme-light .side-cta .btn,
body.theme-light .side-cta a,
body.theme-light .plan .badge,
body.theme-light .plan .p-btn.solid,
body.theme-light .rank-row.top .pos,
body.theme-light .rank-row.mine .label .tag-you,
body.theme-light .tl-item:hover .tl-dot,
body.theme-light .jr-section .tl-item.final .tl-dot,
body.theme-light .jr-section .tl-item.final .tl-icon,
body.theme-light .plan li.inherit .chk,
body.theme-light .plan li.pro .chk,
body.theme-light .dual-card .tp .ic,
body.theme-light .step .n,
body.theme-light .tst-person .av,
body.theme-light .f-social a:hover{
  color:#fff!important;
}
body.theme-light .service-cinema-hero{
  background:radial-gradient(circle at 50% 43%,rgba(225,6,0,.10),transparent 25%),radial-gradient(circle at 91% 83%,rgba(225,6,0,.14),transparent 18%),linear-gradient(180deg,#ffffff 0%,#f8f9fc 54%,#ffffff 100%)!important;
  border-bottom-color:rgba(225,6,0,.22)!important;
}
body.theme-light .service-cinema-hero::before{
  background:linear-gradient(135deg,transparent 0 13%,rgba(225,6,0,.25) 13.08%,transparent 13.16% 100%),linear-gradient(135deg,transparent 0 78%,rgba(225,6,0,.20) 78.08%,transparent 78.18% 100%),repeating-linear-gradient(135deg,rgba(15,23,42,.035) 0 1px,transparent 1px 14px)!important;
}
body.theme-light .service-cinema-hero::after{
  background:radial-gradient(ellipse at center,transparent 38%,rgba(255,255,255,.62) 100%)!important;
}
body.theme-light .service-cinema-hero h1{
  color:#101116!important;
  text-shadow:0 2px 0 rgba(255,255,255,.7),0 14px 28px rgba(15,23,42,.16)!important;
}
body.theme-light .service-crumb,
body.theme-light .service-crumb a,
body.theme-light .service-crumb span{
  color:#4b5565!important;
}
body.theme-light .hero-mini-card{
  background:rgba(255,255,255,.76)!important;
  box-shadow:0 18px 44px rgba(225,6,0,.10),inset 0 0 35px rgba(225,6,0,.04)!important;
}
body.theme-light .hero-red-vignette{
  background:linear-gradient(90deg,rgba(225,6,0,.04),transparent 33%,transparent 66%,rgba(225,6,0,.10))!important;
}
body.theme-light .svc-card{
  background:#fff!important;
  border-color:var(--line)!important;
  color:var(--text)!important;
  box-shadow:0 18px 46px rgba(15,23,42,.06)!important;
}
body.theme-light .svc-card:hover{
  background:#fff!important;
  border-color:rgba(225,6,0,.30)!important;
  box-shadow:0 22px 60px rgba(15,23,42,.10)!important;
}
body.theme-light .svc-card h3{
  color:var(--white)!important;
}
body.theme-light .svc-card p{
  color:var(--muted)!important;
}
body.theme-light .svc-card .more{
  color:var(--text)!important;
  opacity:.76!important;
}
body.theme-light .svc-card:hover .more{
  color:var(--red-soft)!important;
  opacity:1!important;
}
body.theme-light .svc-card .icon{
  background:transparent!important;
  border-color:transparent!important;
}
body.theme-light .svc-card:hover .icon{
  background:transparent!important;
  border-color:transparent!important;
}

/* About page */
.about-hero{position:relative;padding:92px 0 72px;border-bottom:1px solid var(--line);overflow:hidden;text-align:center;background:var(--bg)}
.about-hero .glow{position:absolute;top:-28%;left:50%;transform:translateX(-50%);width:860px;height:480px;background:radial-gradient(ellipse,rgba(225,6,0,.16),transparent 60%);pointer-events:none}
.about-hero .dots{position:absolute;inset:0;opacity:.4;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:26px 26px;pointer-events:none}
.about-hero .inner{position:relative;z-index:2;max-width:820px;margin:0 auto}
.about-hero .crumb{color:var(--muted);font-size:14px;margin-bottom:16px}
.about-hero .crumb a:hover{color:var(--red-soft)}
.about-hero .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--surface);color:var(--red-soft);padding:8px 18px;border-radius:100px;font-size:14px;font-weight:500;border:1px solid var(--line);margin-bottom:22px}
.about-hero .eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 10px var(--red)}
.about-hero h1{font-size:clamp(32px,5.5vw,54px);font-weight:900;letter-spacing:0;color:var(--white);line-height:1.25}
.about-hero h1 .hl{color:var(--red)}
.about-hero .lead{color:var(--muted);font-size:18px;margin:20px auto 0;max-width:650px}
.about-stats{background:var(--bg-2);border-bottom:1px solid var(--line);padding:40px 0}
.about-stats .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.about-stat .num{display:inline-flex;direction:ltr;align-items:baseline;justify-content:center;gap:3px;font-size:clamp(30px,4vw,44px);font-weight:900;color:var(--white);font-family:var(--font-heading);line-height:1;letter-spacing:0;font-variant-numeric:normal}
.about-stat .num .u{color:var(--red)}
.about-stat .lbl{color:var(--muted);font-size:15px;margin-top:8px}
.about-story{padding:90px 0;background:var(--bg)}
.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-story-text h2{font-size:clamp(26px,3.5vw,38px);font-weight:900;color:var(--white);margin-bottom:20px;letter-spacing:0;line-height:1.3}
.about-story-text h2 .hl{color:var(--red)}
.about-story-text p{color:#C4C4CB;font-size:16.5px;margin-bottom:16px;line-height:2}
.about-story-text strong{color:var(--white)}
.about-photo-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.about-photo-card img{width:100%;height:420px;object-fit:cover;display:block;filter:saturate(.96) contrast(1.04)}
.about-photo-card .quote{position:absolute;right:24px;left:24px;bottom:24px;background:rgba(13,13,15,.82);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:22px;backdrop-filter:blur(14px)}
.about-photo-card .mark{font-size:48px;color:var(--red);line-height:.6;font-family:var(--font-lat);font-weight:800}
.about-photo-card p{color:#fff;font-size:17px;font-weight:600;line-height:1.8;margin:10px 0 12px}
.about-photo-card .sign{color:var(--red-soft);font-weight:800;font-size:14px}
.about-photo-card .sign span{color:#bfc2cc;font-weight:500;font-size:13px}
.about-values{background:var(--bg-2);padding:90px 0}
.about-head{text-align:center;max-width:650px;margin:0 auto 56px}
.about-head .tag{color:var(--red-soft);font-weight:800;font-size:15px}
.about-head h2{font-size:clamp(26px,4vw,40px);font-weight:900;color:var(--white);margin-top:12px;letter-spacing:0}
.about-head p{color:var(--muted);font-size:17px;margin-top:14px}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.about-value{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:32px 28px;transition:border-color .3s,transform .3s,box-shadow .3s}
.about-value:hover{border-color:var(--red);transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.28)}
.about-value .ic{width:52px;height:52px;border-radius:13px;background:var(--bg);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--red);margin-bottom:18px}
.about-value .ic svg{width:26px;height:26px;stroke-width:1.9}
.about-value h3{color:var(--white);font-size:19px;font-weight:800;margin-bottom:10px}
.about-value p{color:var(--muted);font-size:15px;line-height:1.8}
.about-team{padding:90px 0;background:var(--bg)}
.about-leader{max-width:920px;margin:0 auto 50px;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:40px;display:grid;grid-template-columns:190px 1fr;gap:36px;align-items:center;position:relative;overflow:hidden}
.about-leader::before{content:'';position:absolute;top:0;right:0;width:4px;height:100%;background:var(--red)}
.about-leader .photo{width:190px;height:190px;border-radius:18px;overflow:hidden;background:var(--surface-2)}
.about-leader .photo img{width:100%;height:100%;object-fit:cover}
.about-leader .role-badge{display:inline-block;background:var(--red);color:#fff;font-size:12px;font-weight:800;padding:4px 12px;border-radius:100px;margin-bottom:12px}
.about-leader h3{color:var(--white);font-size:27px;font-weight:900;margin-bottom:4px}
.about-leader .title{color:var(--red-soft);font-size:15px;font-weight:700;margin-bottom:14px;font-family:var(--font-lat)}
.about-leader p{color:#C4C4CB;font-size:15.5px;line-height:1.9}
.about-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:980px;margin:0 auto}
.about-member{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:28px;text-align:center;transition:border-color .3s,transform .3s,box-shadow .3s}
.about-member:hover{border-color:var(--red);transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.24)}
.about-member .photo{width:104px;height:104px;border-radius:50%;margin:0 auto 16px;background:var(--surface-2);overflow:hidden;border:2px solid var(--line)}
.about-member .photo img{width:100%;height:100%;object-fit:cover}
.about-member h3{color:var(--white);font-size:17px;font-weight:800;margin-bottom:4px}
.about-member .title{color:var(--red-soft);font-size:13px;font-weight:700;margin-bottom:10px;font-family:var(--font-lat)}
.about-member p{color:var(--muted);font-size:13.5px;line-height:1.7}
.about-cta{padding:0 0 90px;background:var(--bg)}
.about-cta .cta-box{background:linear-gradient(135deg,#1c0707,var(--surface));border:1px solid var(--red);border-radius:24px;padding:60px 50px;text-align:center;position:relative;overflow:hidden}
.about-cta .cta-box::before{content:'';position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:560px;height:400px;background:radial-gradient(ellipse,rgba(225,6,0,.24),transparent 65%)}
.about-cta .cta-box>*{position:relative;z-index:2}
.about-cta h2{color:var(--white);font-size:clamp(24px,3.5vw,36px);font-weight:900;letter-spacing:0}
.about-cta p{color:var(--muted);font-size:17px;margin:14px auto 30px;max-width:540px}
.about-cta a{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(180deg,#D82035 0%,#B40D24 58%,#8F0719 100%);color:#fff;padding:15px 34px;border-radius:11px;font-weight:800;font-size:16px;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px rgba(180,13,36,.24),inset 0 1px 0 rgba(255,255,255,.16)}
.about-cta a:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(225,6,0,.4)}
.about-cta a svg{width:18px;height:18px}
body.theme-light .about-hero,
body.theme-light .about-story,
body.theme-light .about-team,
body.theme-light .about-cta{background:var(--bg)!important}
body.theme-light .about-stats,
body.theme-light .about-values{background:var(--bg-2)!important}
body.theme-light .about-hero .dots{background-image:radial-gradient(rgba(225,6,0,.12) 1px,transparent 1px)}
body.theme-light .about-hero .eyebrow,
body.theme-light .about-value,
body.theme-light .about-leader,
body.theme-light .about-member,
body.theme-light .about-photo-card{background:var(--surface)!important;border-color:var(--line)!important;box-shadow:0 16px 42px rgba(15,23,42,.06)}
body.theme-light .about-value .ic{background:var(--bg-2)!important;border-color:var(--line)!important}
body.theme-light .about-story-text p,
body.theme-light .about-leader p{color:var(--muted)!important}
body.theme-light .about-photo-card .quote{background:rgba(255,255,255,.86)!important;border-color:rgba(15,23,42,.10)!important}
body.theme-light .about-photo-card .quote p{color:var(--white)!important}
body.theme-light .about-photo-card .sign span{color:var(--muted)!important}
body.theme-light .about-cta .cta-box{background:linear-gradient(135deg,#fff5f4,#fff 58%,#f7f8fb)!important;border-color:rgba(225,6,0,.30)!important}
@media(max-width:900px){
  .about-stats .grid{grid-template-columns:repeat(2,1fr);gap:32px}
  .about-story-grid{grid-template-columns:1fr;gap:40px}
  .about-values-grid{grid-template-columns:1fr}
  .about-team-grid{grid-template-columns:repeat(2,1fr)}
  .about-leader{grid-template-columns:1fr;text-align:center;padding:32px}
  .about-leader .photo{margin:0 auto}
  .about-leader::before{width:100%;height:4px}
}
@media(max-width:640px){
  .about-team-grid{grid-template-columns:1fr}
  .about-cta .cta-box{padding:40px 24px}
  .about-photo-card img{height:360px}
  .about-hero{padding:72px 0 58px}
  .about-hero h1{font-size:30px;line-height:1.55;max-width:330px;margin-inline:auto}
  .about-hero .lead{font-size:16px;line-height:2;max-width:330px}
  .about-story-grid{gap:28px}
  .about-story-text{text-align:center}
  .about-story-text h2{font-size:28px;line-height:1.55;max-width:330px;margin:0 auto 18px}
  .about-story-text p{font-size:15.5px;line-height:2;text-align:right}
}

/* ═══════════ صفحه اصلی: هیرو ═══════════ */
.hero{position:relative;background:var(--bg);color:var(--white);overflow:hidden;padding:100px 0 90px;border-bottom:1px solid var(--line)}
.hero-dots{position:absolute;inset:0;z-index:1;opacity:.5;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:26px 26px}
.hero-glow{position:absolute;top:-10%;left:50%;transform:translateX(-50%);width:900px;height:520px;z-index:1;background:radial-gradient(ellipse at center,rgba(225,6,0,.18) 0%,rgba(225,6,0,0) 60%);pointer-events:none;animation:glowPulse 7s ease-in-out infinite}
@keyframes glowPulse{0%,100%{opacity:.75}50%{opacity:1}}
.hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;text-align:right}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--surface);color:var(--red-soft);padding:8px 18px;border-radius:100px;font-size:14px;font-weight:500;border:1px solid var(--line);margin-bottom:26px}
.eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 10px var(--red)}
.hero h1{font-size:clamp(38px,6vw,64px);font-weight:900;line-height:1.28;letter-spacing:-1px}
.hero h1 .hl{color:var(--red)}
.hero p.lead{font-size:clamp(17px,2.2vw,20px);color:var(--muted);max-width:560px;margin:24px 0 0;font-weight:400}
.hero-actions{display:flex;gap:16px;margin-top:38px;flex-wrap:wrap}
.rank-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.rank-search{display:flex;align-items:center;gap:10px;background:var(--bg);border:1px solid var(--line);border-radius:100px;padding:12px 20px;margin-bottom:18px;color:var(--muted);font-size:14.5px}
.rank-search svg{width:17px;height:17px;color:var(--red);flex-shrink:0}
.rank-search .cursor{width:2px;height:16px;background:var(--red);animation:blink 1.1s step-end infinite;margin-right:auto}
@keyframes blink{50%{opacity:0}}
.rank-list{display:flex;flex-direction:column;gap:8px}
.rank-row{display:flex;align-items:center;gap:12px;background:var(--bg);border:1px solid transparent;border-radius:12px;padding:12px 14px;transition:all .5s cubic-bezier(.34,1.3,.5,1)}
.rank-row .pos{width:30px;height:30px;flex-shrink:0;border-radius:8px;background:var(--surface-2);color:var(--muted);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;transition:all .5s}
.rank-row .bars{flex-grow:1;display:flex;flex-direction:column;gap:5px}
.rank-row .bars i{display:block;height:6px;border-radius:4px;background:var(--surface-2)}
.rank-row .bars i:first-child{width:70%}.rank-row .bars i:last-child{width:45%}
.rank-row.mine{background:var(--surface-2);border-color:var(--line)}
.rank-row.mine .label{font-weight:700;color:var(--white);font-size:14.5px;display:flex;align-items:center;gap:7px}
.rank-row.mine .label .tag-you{background:var(--red);color:var(--white);font-size:11px;font-weight:700;padding:2px 8px;border-radius:100px}
.rank-row.top{border-color:var(--red);box-shadow:0 0 0 1px var(--red),0 8px 30px rgba(225,6,0,.3)}
.rank-row.top .pos{background:var(--red);color:var(--white)}

.marquee{background:var(--bg-2);overflow:hidden;padding:18px 0;border-bottom:1px solid var(--line);direction:ltr}
.marquee-track{display:flex;direction:ltr;width:max-content;animation:scrollX 55s linear infinite;will-change:transform}
.marquee-track span{color:var(--muted);font-size:15px;font-weight:500;display:flex;direction:rtl;align-items:center;gap:12px;white-space:nowrap;padding:0 20px}
.marquee-track span::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--red);display:inline-block;flex-shrink:0}
@keyframes scrollX{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.trust{background:var(--bg-2);padding:26px 0;border-bottom:1px solid var(--line)}
.trust-inner{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:15px;align-items:center}
.trust b{color:var(--white)}
.trust .sep{width:5px;height:5px;border-radius:50%;background:var(--red)}

.services{background:var(--bg)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:34px 30px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden;color:inherit;text-decoration:none;display:block}
.card::after{content:'';position:absolute;top:0;right:0;width:0;height:3px;background:var(--red);transition:width .3s}
.card:hover{transform:translateY(-6px);box-shadow:0 18px 50px var(--shadow)}
.card:hover::after{width:100%}
.card .ic{width:60px;height:60px;border-radius:15px;background:transparent;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--red);border:0;overflow:visible;transition:transform .25s ease,filter .25s ease}
.card:hover .ic{transform:scale(1.06);filter:drop-shadow(0 8px 16px rgba(225,6,0,.16))}
.card .ic img{width:72px;height:72px;max-width:none;object-fit:contain;display:block}
body.theme-light .card .ic{background:transparent!important;border-color:transparent!important}
.card h3{font-size:20px;font-weight:700;color:var(--white);margin-bottom:10px}
.card p{color:var(--muted);font-size:15.5px}

@media(max-width:900px){
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .hero-grid{grid-template-columns:1fr;gap:44px;text-align:center}
  .hero h1,.hero p.lead{text-align:center}.hero p.lead{margin-inline:auto}
  .hero-actions{justify-content:center}.rank-card{max-width:440px;margin:0 auto}
}
@media(max-width:640px){.grid-3{grid-template-columns:1fr}}

/* ═══════════ مسیر سئوسازی ═══════════ */
.jr-section{padding:100px 0;background:var(--bg-2);position:relative;overflow:hidden}
.jr-section::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(225,6,0,.08),transparent 62%);pointer-events:none}
.jr-head{text-align:center;max-width:640px;margin:0 auto 64px;position:relative;z-index:1}
.jr-head .tag{display:inline-flex;align-items:center;gap:8px;color:var(--red-soft);font-weight:700;font-size:15px;margin-bottom:14px}
.jr-head .tag::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 10px var(--red)}
.jr-head h2{font-size:clamp(28px,4.5vw,44px);font-weight:900;color:var(--white);letter-spacing:0;line-height:1.3}
.jr-head p{color:var(--muted);font-size:17.5px;margin-top:16px}
.jr-section .timeline{max-width:820px;margin:0 auto;position:relative}
.jr-section .timeline::before{content:"";position:absolute;top:20px;bottom:60px;right:29px;width:2px;background:linear-gradient(var(--red) 0%,var(--line) 12%,var(--line) 88%,transparent 100%)}
.jr-section .tl-item{position:relative;padding:0 84px 26px 0}
.jr-section .tl-item:last-child{padding-bottom:0}
.jr-section .tl-dot{position:absolute;right:8px;top:6px;width:44px;height:44px;border-radius:13px;background:var(--surface);border:2px solid var(--line);color:var(--muted);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:17px;z-index:2;transition:all .3s}
.jr-section .tl-item:hover .tl-dot{background:var(--red);border-color:var(--red);color:var(--white)}
.jr-section .tl-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px 28px;transition:border-color .3s,transform .3s;display:flex;gap:20px;align-items:flex-start}
.jr-section .tl-card:hover{border-color:var(--red);transform:translateX(-5px)}
.jr-section .tl-icon{width:52px;height:52px;flex-shrink:0;border-radius:13px;background:var(--bg);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--red);transition:background .3s,border-color .3s}
.jr-section .tl-card:hover .tl-icon{background:rgba(225,6,0,.08);border-color:rgba(225,6,0,.35)}
.jr-section .tl-icon svg{width:26px;height:26px;stroke-width:1.9}
.jr-section .tl-body h3,.jr-section .tl-card>h3{color:var(--white);font-size:19px;font-weight:700;margin-bottom:7px}
.jr-section .tl-body p,.jr-section .tl-card>p{color:var(--muted);font-size:15px;line-height:1.85}
.jr-section .tl-item.final .tl-dot{background:var(--red);border-color:var(--red);color:var(--white);box-shadow:0 0 0 4px rgba(225,6,0,.15)}
.jr-section .tl-item.final .tl-card{background:linear-gradient(150deg,#1e0808,var(--surface) 60%);border-color:var(--red)}
.jr-section .tl-item.final .tl-icon{background:var(--red);border-color:var(--red);color:var(--white)}
.jr-section .tl-item.final .tl-body h3,.jr-section .tl-item.final .tl-card>h3{color:var(--red-soft)}
.jr-cta{text-align:center;margin-top:56px;position:relative;z-index:1}
.jr-cta a{display:inline-flex;align-items:center;gap:9px;background:var(--red);color:var(--white);padding:15px 32px;border-radius:11px;font-weight:700;font-size:16px;transition:transform .2s,box-shadow .2s}
.jr-cta a:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(225,6,0,.4)}
.jr-cta a svg{width:18px;height:18px}

@media(max-width:600px){
  .jr-section{padding:70px 0}
  .jr-section .tl-item{padding-right:70px}
  .jr-section .timeline::before{right:25px}
  .jr-section .tl-dot{width:38px;height:38px;font-size:15px}
  .jr-section .tl-card{flex-direction:column;gap:14px;padding:22px}
}

/* ═══════════ پکیج‌ها و تعرفه‌ها ═══════════ */
.pr-section{padding:100px 0;background:var(--bg);position:relative;overflow:hidden}
.pr-section::before{content:"";position:absolute;top:-6%;left:50%;transform:translateX(-50%);width:900px;height:480px;background:radial-gradient(ellipse,rgba(225,6,0,.09),transparent 62%);pointer-events:none;z-index:0}
.pr-inner{position:relative;z-index:1}
.pr-head{text-align:center;max-width:660px;margin:0 auto 56px}
.pr-head .tag{display:inline-flex;align-items:center;gap:8px;color:var(--red-soft);font-weight:700;font-size:15px;margin-bottom:14px}
.pr-head .tag::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 10px var(--red)}
.pr-head h2{font-size:clamp(28px,4.5vw,44px);font-weight:900;color:var(--white);letter-spacing:0;line-height:1.3}
.pr-head h2 .hl{color:var(--red)}
.pr-head p{color:var(--muted);font-size:17.5px;margin-top:16px}
.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.plan{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:36px 30px;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative}
.plan:hover{transform:translateY(-6px);box-shadow:0 20px 55px rgba(0,0,0,.5)}
.plan.star{background:linear-gradient(165deg,#1e0808,var(--surface) 55%);border-color:var(--red);box-shadow:0 20px 60px rgba(225,6,0,.15)}
.plan.star:hover{transform:translateY(-8px)}
.plan .badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--red);color:var(--white);font-size:13px;font-weight:700;padding:7px 20px;border-radius:100px;box-shadow:0 8px 20px rgba(225,6,0,.4);white-space:nowrap}
.plan .p-name{font-size:23px;font-weight:900;color:var(--white)}
.plan .p-desc{color:var(--muted);font-size:14.5px;margin-top:8px;min-height:66px;line-height:1.8}
.plan .p-price{margin:20px 0 6px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.plan .p-price .amount{font-size:38px;font-weight:900;color:var(--white);line-height:1}
.plan.star .p-price .amount{color:var(--red-soft)}
.plan .p-price .unit{font-size:15px;font-weight:500;color:var(--muted)}
.plan .p-price .per{font-size:14px;font-weight:400;color:var(--muted)}
.plan .p-price.custom .amount{font-size:30px}
.plan .p-divider{height:1px;background:var(--line);margin:24px 0}
.plan ul{list-style:none;display:flex;flex-direction:column;gap:13px;flex-grow:1;margin-bottom:30px}
.plan li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:var(--text);line-height:1.7}
.plan li .chk{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:rgba(225,6,0,.12);display:flex;align-items:center;justify-content:center;color:var(--red);margin-top:2px}
.plan li .chk svg{width:11px;height:11px;stroke-width:3.2}
.plan li.inherit{color:var(--white);font-weight:700;background:var(--bg);border:1px solid var(--line);border-radius:9px;padding:11px 13px;margin-bottom:4px}
.plan li.inherit .chk{background:var(--red);color:var(--white)}
.plan.star li.inherit{border-color:rgba(225,6,0,.3)}
.plan li.pro{color:var(--white);font-weight:600}
.plan li.pro .chk{background:var(--red);color:var(--white)}
.plan .p-btn{width:100%;text-align:center;padding:15px;border-radius:11px;font-family:var(--font);font-size:15.5px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s,color .2s;text-decoration:none;display:block}
.plan .p-btn.ghost{background:transparent;color:var(--white);border:1.5px solid var(--line)}
.plan .p-btn.ghost:hover{border-color:var(--red);color:var(--red-soft)}
.plan .p-btn.solid{background:var(--red);color:var(--white);border:1.5px solid var(--red)}
.plan .p-btn.solid:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(225,6,0,.4)}
.pr-terms{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:44px}
.term{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 26px;max-width:340px}
.term .ic{width:44px;height:44px;flex-shrink:0;border-radius:11px;background:var(--bg);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--red)}
.term .ic svg{width:22px;height:22px}
.term .t{color:var(--muted);font-size:13px}
.term .v{color:var(--white);font-size:16px;font-weight:800;margin-top:1px}
.term .v span{color:var(--red-soft)}
.pr-note{text-align:center;color:var(--muted);font-size:14px;margin-top:28px}
.legacy-pricing{display:none!important}

/* ═══════════ آمار ═══════════ */
.stats{background:var(--bg)}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat{text-align:center;padding:20px}
.stat .big{font-family:var(--font);font-size:clamp(36px,5vw,52px);font-weight:900;color:var(--white);line-height:1;direction:ltr;font-variant-numeric:normal;display:inline-flex;align-items:baseline;justify-content:center;gap:4px}
.stat .big .num{display:inline-block}
.stat .big .sym,.stat .big .u{color:var(--red)}
.stat .lbl{color:var(--muted);font-size:16px;margin-top:10px}

/* ═══════════ تصویر شاخص مقاله ═══════════ */
.post-featured{max-width:1080px;margin:-20px auto 0;position:relative;z-index:3;padding:0 24px}
.post-featured__frame{aspect-ratio:16/9;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:var(--surface)}
.post-featured__image{width:100%!important;height:100%!important;max-width:100%;object-fit:cover;object-position:center center;display:block;margin:0!important}
.art-body .wp-block-image img{max-width:100%;height:auto!important;object-fit:contain}
.article-meta-card{max-width:900px;margin:18px auto 0;padding:14px 16px;background:linear-gradient(135deg,rgba(225,6,0,.08),var(--surface) 48%,rgba(255,255,255,.025));border:1px solid var(--line);border-radius:18px;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 18px 45px rgba(0,0,0,.22);position:relative;z-index:3}
.article-meta-card::before{content:"";position:absolute;inset:0;border-radius:inherit;border-top:1px solid rgba(255,255,255,.08);pointer-events:none}
.article-meta-author{display:flex;align-items:center;gap:10px;color:var(--white);text-decoration:none;padding-left:12px;border-left:1px solid var(--line);position:relative;z-index:1}
.article-meta-author img{width:46px;height:46px;border-radius:14px;object-fit:cover;object-position:center top;display:block;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 22px rgba(0,0,0,.24)}
.article-meta-author span{display:flex;flex-direction:column;gap:2px;text-align:right}
.article-meta-author b{font-size:14.5px;font-weight:900;color:var(--white);line-height:1.4}
.article-meta-author em{font-style:normal;font-size:12px;font-weight:700;color:var(--muted)}
.article-meta-item{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13.5px;font-weight:700;position:relative;z-index:1;background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:10px 12px;white-space:nowrap}
.article-meta-item svg{width:17px;height:17px;color:var(--red);flex-shrink:0}
body.theme-light .article-meta-card{background:linear-gradient(135deg,rgba(184,18,28,.07),var(--surface) 48%,rgba(255,255,255,.6));box-shadow:0 16px 40px rgba(15,23,42,.08)}
@media(max-width:640px){
  .post-featured{padding:0 16px}
  .post-featured__frame{border-radius:16px}
  .article-meta-card{margin:14px 16px 0;align-items:stretch;justify-content:flex-start;gap:10px;overflow-x:auto;padding:12px;border-radius:16px}
  .article-meta-author{min-width:max-content;padding-left:10px}
  .article-meta-item{min-width:max-content}
}

@media(max-width:640px){
  .art-hero{padding:38px 0 24px!important}
  .art-hero .crumb{font-size:12.5px!important;line-height:1.8;margin-bottom:12px!important;padding:0 6px}
  .art-hero h1{font-size:clamp(25px,8vw,32px)!important;line-height:1.52!important;letter-spacing:0!important;max-width:342px;margin:0 auto}
  .post-featured{margin:0 auto;padding:0}
  .post-featured__frame{border-radius:0;border-right:0;border-left:0}
  .article-meta-card{max-width:none;margin:12px 12px 0;display:grid;grid-template-columns:1fr;overflow:visible}
  .article-meta-author{border-left:0;border-bottom:1px solid var(--line);padding:0 0 10px;min-width:0}
  .article-meta-author img{width:42px;height:42px;border-radius:13px}
  .article-meta-item{justify-content:flex-start;min-width:0;width:100%;padding:10px 11px}
  .art-body{padding:34px 18px 68px;max-width:100%}
  .art-body h2{font-size:23px;line-height:1.65;margin:32px 0 14px}
  .art-body h3{font-size:19px;line-height:1.65;margin:26px 0 12px}
  .art-body p{font-size:16px;line-height:2;margin-bottom:17px}
  .art-body li{font-size:15.5px;line-height:1.95;margin-bottom:10px}
  .art-body ul,.art-body ol{padding-right:20px}
  .art-body blockquote{padding:18px 20px;font-size:16px;line-height:2}
  .art-body .wp-block-image{margin:28px -2px}
  .art-body .wp-block-image img{border-radius:14px}
}

/* ═══════════ امضای نویسنده مقاله ═══════════ */
.author-signature{margin-top:48px;padding:28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(225,6,0,.08),var(--surface) 44%);display:flex;gap:20px;align-items:flex-start;position:relative;overflow:hidden}
.author-signature::before{content:"";position:absolute;inset:0;border-top:3px solid var(--red);pointer-events:none}
.author-signature__avatar{width:96px;height:96px;flex-shrink:0;border-radius:22px;object-fit:cover;object-position:center top;background:var(--surface-2);border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 38px rgba(0,0,0,.28),0 10px 28px rgba(225,6,0,.16);display:block}
.author-signature__body{position:relative;z-index:1}
.author-signature__eyebrow{display:inline-flex;color:var(--red-soft);font-size:13px;font-weight:800;margin-bottom:7px}
.author-signature h2{font-size:24px;font-weight:900;color:var(--white);line-height:1.35;margin:0}
.author-signature__role{color:var(--muted);font-size:14px;font-weight:700;margin-top:5px}
.author-signature p{color:var(--text);font-size:15.5px;line-height:1.95;margin-top:14px}
.author-signature a{display:inline-flex;margin-top:16px;color:var(--red-soft);font-size:14px;font-weight:800;text-decoration:none}
.author-signature a:hover{color:var(--red)}
body.theme-light .author-signature{background:linear-gradient(145deg,rgba(184,18,28,.08),var(--surface) 46%);box-shadow:0 16px 40px rgba(15,23,42,.08)}
body.theme-light .author-signature h2{color:var(--white)}

@media(max-width:640px){
  .author-signature{flex-direction:column;padding:24px}
  .author-signature__avatar{width:84px;height:84px;border-radius:20px}
  .author-signature h2{font-size:22px}
  .author-signature p{font-size:15px;line-height:2}
  .share{flex-wrap:wrap}
  .related-posts__grid{grid-template-columns:1fr!important}
}

/* ═══════════ نظرات مشتریان ═══════════ */
.tst-section{background:var(--bg-2);position:relative;overflow:hidden}
.tst-section::before{content:"";position:absolute;top:-8%;left:50%;transform:translateX(-50%);width:900px;height:480px;background:radial-gradient(ellipse,rgba(225,6,0,.1),transparent 62%);pointer-events:none;z-index:0}
.tst-inner{position:relative;z-index:1}
.tst-head{text-align:center;max-width:660px;margin:0 auto 30px}
.tst-head .tag{display:inline-flex;align-items:center;gap:8px;color:var(--red-soft);font-weight:700;font-size:15px;margin-bottom:14px}
.tst-head .tag::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 10px var(--red)}
.tst-head h2{font-size:clamp(28px,4.5vw,44px);font-weight:900;color:var(--white);letter-spacing:0;line-height:1.3}
.tst-head h2 .hl{color:var(--red)}
.tst-head p{color:var(--muted);font-size:17.5px;margin-top:16px}
.brands{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin:0 auto 60px;max-width:900px}
.brand-chip{display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--line);border-radius:100px;padding:10px 20px;color:var(--muted);font-size:14.5px;font-weight:600;transition:all .25s}
.brand-chip:hover{border-color:var(--red);color:var(--white)}
.brand-chip .dot{width:9px;height:9px;border-radius:50%;background:var(--red);flex-shrink:0}
.tst-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.tst-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:32px;display:flex;flex-direction:column;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;height:100%}
.tst-card:hover{transform:translateY(-6px);border-color:#3a3a42;box-shadow:0 20px 50px rgba(0,0,0,.5)}
.tst-card.feature{background:linear-gradient(150deg,#1e0808,var(--surface) 60%);border-color:rgba(225,6,0,.35)}
.tst-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.tst-quote-ic{color:var(--red)}
.tst-quote-ic svg{width:34px;height:34px}
.stars{display:flex;gap:3px}
.stars svg{width:16px;height:16px;color:var(--red)}
.tst-text{color:var(--text);font-size:16px;line-height:2;flex-grow:1;margin-bottom:22px}
.tst-result{display:inline-flex;align-items:center;gap:8px;background:rgba(225,6,0,.1);border:1px solid rgba(225,6,0,.25);border-radius:10px;padding:9px 14px;margin-bottom:22px;align-self:flex-start}
.tst-result .num{color:var(--red-soft);font-size:18px;font-weight:900;direction:ltr}
.tst-result .lbl{color:var(--muted);font-size:13px}
.tst-person{display:flex;align-items:center;gap:13px;padding-top:20px;border-top:1px solid var(--line)}
.tst-person .av{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:linear-gradient(160deg,var(--red),#7a0400);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:19px;font-weight:900}
.tst-person .who{font-size:15px;font-weight:700;color:var(--white)}
.tst-person .role{font-size:13px;color:var(--muted)}
.tst-person .brand{margin-right:auto;color:var(--red-soft);font-size:13px;font-weight:700;background:var(--bg);border:1px solid var(--line);padding:5px 12px;border-radius:8px}

@media(max-width:900px){.plans{grid-template-columns:1fr;max-width:440px;margin:0 auto}.plan.star{transform:none}.plan.star:hover{transform:translateY(-6px)}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.tst-grid{grid-template-columns:1fr}.tst-section{padding:70px 0}.tst-person{align-items:flex-start}.tst-person .brand{margin-right:0}}
@media(max-width:640px){.grid-4{grid-template-columns:1fr}.tst-card{padding:26px}.brands{margin-bottom:40px}.brand-chip{width:100%;justify-content:center}.tst-result{align-self:stretch;justify-content:center;text-align:center}.tst-person{flex-wrap:wrap}.tst-person .brand{width:100%;text-align:center}}

/* Author profile */
.author-profile-page{background:var(--bg);color:var(--text)}
.author-profile-wrap{width:min(860px,calc(100% - 48px));margin:0 auto}
.author-profile-hero{position:relative;padding:58px 0 42px;overflow:hidden;border-bottom:1px solid var(--line)}
.author-profile-hero__bg{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse at 50% 0%,#000,transparent 72%)}
.author-profile-hero__bg span{position:absolute;top:-210px;left:50%;width:680px;height:450px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(180,13,36,.24),transparent 64%)}
.author-profile-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}
.author-profile-avatar{position:relative;width:150px;height:150px;margin-bottom:24px}
.author-profile-avatar__ring{position:absolute;inset:-8px;border-radius:50%;background:conic-gradient(from 140deg,var(--red),#510914,var(--red-soft),#780819,var(--red));animation:seoactor-author-ring 14s linear infinite}
@keyframes seoactor-author-ring{to{transform:rotate(360deg)}}
.author-profile-avatar__inner{position:absolute;inset:0;z-index:1;border-radius:50%;padding:5px;background:var(--bg)}
.author-profile-avatar__inner img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:50% 38%;border:1px solid var(--line);background:var(--surface)}
.author-profile-avatar__badge{position:absolute;left:2px;bottom:2px;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:4px solid var(--bg);border-radius:50%;background:var(--red);color:#fff;box-shadow:0 8px 20px rgba(180,13,36,.42)}
.author-profile-avatar__badge svg{width:19px;height:19px}
.author-profile-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:6px 15px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--red-soft);font-size:13px;font-weight:700}
.author-profile-kicker>span{width:7px;height:7px;border-radius:50%;background:var(--red-soft);box-shadow:0 0 10px rgba(216,32,53,.7)}
.author-profile-heading h1{margin:0 0 10px;color:var(--white);font-size:clamp(32px,5vw,46px);font-weight:900;line-height:1.25;letter-spacing:0}
.author-profile-heading>p{max-width:580px;margin:0 auto 22px;color:var(--muted);font-size:16px;font-weight:600}
.author-profile-socials{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.author-profile-socials a{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--muted);transition:transform .2s,border-color .2s,color .2s,background .2s}
.author-profile-socials a:hover{transform:translateY(-3px);border-color:var(--red);color:var(--red-soft);background:var(--surface-2)}
.author-profile-socials svg{width:19px;height:19px}
.author-profile-body{padding:48px 0 66px}
.author-profile-section{margin-bottom:42px}
.author-profile-section--flush{margin-bottom:0}
.author-profile-section h2{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:var(--white);font-size:21px;font-weight:900;line-height:1.5;letter-spacing:0}
.author-profile-section h2::before{content:"";width:5px;height:22px;flex:0 0 5px;border-radius:4px;background:var(--red)}
.author-profile-bio p{color:var(--text);font-size:16px;line-height:2.15;unicode-bidi:plaintext}
.author-expertise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.author-expertise-item{min-height:74px;display:flex;align-items:center;gap:12px;padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:14.5px;font-weight:700;transition:border-color .2s,transform .2s}
.author-expertise-item:hover{transform:translateY(-2px);border-color:var(--red)}
.author-expertise-item__icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:var(--bg);color:var(--red-soft)}
.author-expertise-item__icon svg{width:19px;height:19px}
.author-posts-section{padding:58px 0;background:var(--bg-2);border-block:1px solid var(--line)}
.author-posts-list{display:flex;flex-direction:column;gap:12px}
.author-post-card{min-height:92px;display:flex;align-items:center;gap:16px;padding:19px 22px;border:1px solid var(--line);border-radius:14px;background:var(--surface);transition:border-color .2s,transform .2s,box-shadow .2s}
.author-post-card:hover{transform:translateX(-4px);border-color:var(--red);box-shadow:0 12px 30px rgba(0,0,0,.16)}
.author-post-card__number{width:31px;flex:0 0 31px;color:var(--red-soft);font-size:17px;font-weight:800;direction:rtl}
.author-post-card__content{min-width:0;flex:1}
.author-post-card__title{display:block;color:var(--white);font-size:16.5px;font-weight:800;line-height:1.65}
.author-post-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:5px;color:var(--muted);font-size:13px}
.author-post-card__tag{padding:2px 10px;border-radius:999px;background:rgba(180,13,36,.13);color:var(--red-soft);font-size:12px;font-weight:700}
.author-post-card__arrow{width:18px;height:18px;flex:0 0 18px;color:var(--muted)}
.author-posts-empty{padding:28px;border:1px dashed var(--line);border-radius:12px;color:var(--muted);text-align:center}
.author-posts-section .navigation.pagination{margin-top:26px}
.author-posts-section .nav-links{display:flex;justify-content:center;align-items:center;gap:8px}
.author-posts-section .page-numbers{min-width:40px;height:40px;display:grid;place-items:center;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font-weight:700}
.author-posts-section .page-numbers.current,.author-posts-section .page-numbers:hover{border-color:var(--red);background:var(--red);color:#fff}
.author-profile-cta{padding:58px 0 72px}
.author-profile-cta__box{position:relative;overflow:hidden;padding:38px;border:1px solid var(--red);border-radius:18px;background:linear-gradient(150deg,rgba(180,13,36,.17),var(--surface) 55%);text-align:center}
.author-profile-cta__box::before{content:"";position:absolute;top:-120px;right:-70px;width:300px;height:300px;background:radial-gradient(circle,rgba(180,13,36,.22),transparent 70%);pointer-events:none}
.author-profile-cta__box>*{position:relative;z-index:1}
.author-profile-cta__box h2{margin:0 0 8px;color:var(--white);font-size:22px;font-weight:900;letter-spacing:0}
.author-profile-cta__box p{margin:0 0 21px;color:var(--muted);font-size:14.5px}
.author-profile-cta__box .btn{color:#fff}
.author-profile-cta__box .btn svg{width:17px;height:17px}
body.theme-light .author-profile-hero__bg{background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px)}
body.theme-light .author-profile-hero__bg span{background:radial-gradient(ellipse,rgba(180,13,36,.13),transparent 64%)}
body.theme-light .author-profile-avatar__inner{background:var(--bg)}
body.theme-light .author-profile-socials a,body.theme-light .author-expertise-item,body.theme-light .author-post-card{box-shadow:0 12px 32px rgba(15,23,42,.055)}
body.theme-light .author-profile-cta__box{background:linear-gradient(150deg,rgba(180,13,36,.08),#fff 58%,#f6f7fa)}
@media (prefers-reduced-motion:reduce){.author-profile-avatar__ring{animation:none}.author-profile-page *{scroll-behavior:auto!important}}
@media(max-width:640px){
  .author-profile-wrap{width:min(100% - 32px,860px)}
  .author-profile-hero{padding:46px 0 34px}
  .author-profile-avatar{width:132px;height:132px;margin-bottom:22px}
  .author-profile-avatar__badge{width:36px;height:36px}
  .author-profile-heading h1{font-size:34px}
  .author-profile-heading>p{font-size:14.5px;line-height:1.9}
  .author-profile-body{padding:40px 0 52px}
  .author-profile-section{margin-bottom:34px}
  .author-profile-section h2{font-size:19px}
  .author-profile-bio p{font-size:15px;line-height:2.05}
  .author-expertise-grid{grid-template-columns:1fr}
  .author-posts-section{padding:46px 0}
  .author-post-card{min-height:0;gap:12px;padding:16px}
  .author-post-card__number{width:26px;flex-basis:26px;font-size:15px}
  .author-post-card__title{font-size:15px}
  .author-post-card__meta{font-size:12px}
  .author-profile-cta{padding:46px 0 58px}
  .author-profile-cta__box{padding:30px 20px}
  .author-profile-cta__box h2{font-size:20px}
}
