html,body{overflow-x:hidden;max-width:100vw;}
.sec-label,.sec-title,.sec-sub,.acc-head-text h3,.acc-head-text span,.hc-title,.hc-label,.hc-val,.hc-badge,.hc-tag,.next-label,.next-text h5,.next-text p,.sub-card h4,.sub-card p,.pl-link,.p-info h4,.p-info p,.bq blockquote,.bq cite,.f-brand,.f-by,.f-desc,.f-copy,.n-name,.n-cta,.h-badge,.btn,.lc h3,.lc-num,.lc-ex strong,.acc-icon,.acc-simple-label,.acc-ref{font-family:"Vazirmatn",sans-serif}
:root{
--teal:#0d9488;--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-600:#0d9488;--teal-700:#0f766e;--teal-800:#115e59;--teal-900:#134e4a;
--amber:#d97706;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-800:#92400e;
--rose:#e11d48;--rose-50:#fff1f2;--rose-100:#ffe4e6;--rose-800:#9f1239;
--violet:#7c3aed;--violet-50:#f5f3ff;--violet-100:#ede9fe;--violet-800:#5b21b6;
--slate:#334155;--slate-400:#94a3b8;--slate-500:#64748b;
--bg:#ffffff;--bg2:#f8fafb;--bg3:#e2e8f0;
--card:#ffffff;--text:#0f172a;--text2:#475569;--text3:#94a3b8;
--border:rgba(0,0,0,0.07);--border2:rgba(0,0,0,0.12);
--r:16px;--r2:24px;
}
*{margin:0;padding:0;box-sizing:border-box}
::selection{background:var(--teal-100);color:var(--teal-900)}
html{scroll-behavior:smooth}
body{font-family:'Vazirmatn',sans-serif;background:var(--bg);color:var(--text);line-height:1.9;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.essay p,.h-lead,.acc-body-inner p,.lc>p,.q-block p,.acc-simple p{text-align:justify;text-justify:inter-word}
@font-face{font-family:'Vazirmatn';src:url('/fonts/vazirmatn-regular.woff2') format('woff2');font-weight:400}
@font-face{font-family:'Vazirmatn';src:url('/fonts/vazirmatn-bold.woff2') format('woff2');font-weight:700}
@font-face{font-family:'Vazirmatn';src:url('/fonts/vazirmatn-extrabold.woff2') format('woff2');font-weight:800}
@font-face{font-family:'Vazirmatn';src:url('/fonts/vazirmatn-black.woff2') format('woff2');font-weight:900}
.icon{width:18px;height:18px;display:inline-block;vertical-align:middle;flex-shrink:0}
.icon-sm{width:14px;height:14px}
.icon-lg{width:22px;height:22px}

/* PROGRESS */
.prog{position:fixed;top:0;right:0;height:3px;z-index:10001;width:0;background:linear-gradient(90deg,var(--teal),var(--amber));border-radius:0 0 0 3px}

/* NAV — Option A minimal */
nav{position:fixed;top:0;right:0;left:0;z-index:10000;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;transition:all 0.4s}
nav.scrolled{background:rgba(255,255,255,0.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:0 1px 4px rgba(0,0,0,0.04)}
.n-logo{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--text)}
.n-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--teal),var(--teal-700));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:0.9rem}
.n-name{font-weight:800;font-size:0.9rem;letter-spacing:0.3px}
.n-links{display:none;gap:2px}
.n-links a{color:var(--text2);text-decoration:none;font-size:0.84rem;padding:7px 14px;border-radius:10px;transition:all 0.25s}
.n-links a:hover{color:var(--text);background:var(--bg2)}
.n-cta{padding:9px 20px;border-radius:11px;background:var(--teal);color:#fff;font-family:'Vazirmatn';font-size:0.84rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all 0.3s;-webkit-tap-highlight-color:transparent}
.n-cta:hover{box-shadow:0 6px 20px rgba(13,148,136,0.22);transform:translateY(-1px)}
.n-cta:active{transform:scale(0.97)}

/* HERO — Option B split */
.hero{padding:90px 20px 40px;position:relative;overflow:hidden}
.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:0.55;pointer-events:none}
.hero-orb.a{width:420px;height:420px;top:-100px;right:-80px;background:#99f6e4}
.hero-orb.b{width:320px;height:320px;bottom:-60px;left:-60px;background:#fde68a}
.hero-orb.c{width:260px;height:260px;top:30%;left:25%;background:#fecaca;opacity:0.35}
.hero-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}
.hero-grid{display:flex;flex-direction:column;gap:28px}
.hero-text{max-width:600px}
.h-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;background:var(--card);border:1px solid var(--border2);border-radius:100px;font-size:0.78rem;font-weight:700;color:var(--teal);box-shadow:0 1px 4px rgba(0,0,0,0.04);margin-bottom:22px}
.h-dot{width:7px;height:7px;border-radius:50%;background:#2dd4bf;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.3;transform:scale(0.75)}}
.hero h1{font-size:2.1rem;font-weight:900;line-height:1.2;margin-bottom:10px;letter-spacing:-0.5px}
.hero h1 .hi{color:var(--teal)}
.h-en{font-family:'Playfair Display',serif;font-size:0.95rem;color:var(--text3);font-style:italic;direction:ltr;text-align:left;margin-bottom:16px}
.h-lead{font-size:1rem;color:var(--text2);margin-bottom:24px;line-height:1.9;max-width:520px}
.h-btns{display:flex;gap:10px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:13px;font-family:'Vazirmatn';font-size:0.92rem;font-weight:700;text-decoration:none;transition:all 0.35s cubic-bezier(.16,1,.3,1);border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}
.btn:active{transform:scale(0.97)}
.btn-p{background:var(--teal);color:#fff;box-shadow:0 4px 14px rgba(13,148,136,0.2)}
.btn-p:hover{box-shadow:0 8px 28px rgba(13,148,136,0.28);transform:translateY(-2px)}
.btn-s{background:var(--card);color:var(--text);border:1.5px solid var(--border2);box-shadow:0 1px 3px rgba(0,0,0,0.04)}
.btn-s:hover{border-color:var(--teal);color:var(--teal)}
.btn-imdb{background:#f5c518;color:#0f172a;font-weight:800;box-shadow:0 3px 10px rgba(245,197,24,0.25)}
.btn-imdb:hover{box-shadow:0 6px 18px rgba(245,197,24,0.4);transform:translateY(-2px)}
.btn-imdb .imdb-mark{font-family:'DM Mono',monospace;font-weight:800;font-size:0.78rem;background:#0f172a;color:#f5c518;padding:2px 6px;border-radius:4px;letter-spacing:0.5px}
h1 .red{color:#be123c}
.h-pills{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}
.pill{display:inline-flex;align-items:center;gap:5px;padding:6px 13px;background:var(--card);border:1px solid var(--border);border-radius:10px;font-size:0.76rem;color:var(--text2);box-shadow:0 1px 2px rgba(0,0,0,0.03)}

/* Side card */
.h-card{background:linear-gradient(160deg,#0d9488 0%,#0f766e 100%);border:none;border-radius:var(--r2);padding:24px;box-shadow:0 12px 40px rgba(13,148,136,0.25);position:relative;overflow:hidden;color:#fff}
.h-card::before{content:'';position:absolute;top:-1px;right:0;left:0;height:3px;background:linear-gradient(90deg,#5eead4,#fde68a,#fca5a5)}
.hc-title{font-size:0.72rem;color:rgba(255,255,255,0.6);letter-spacing:0;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:6px}
.hc-title svg{stroke:#fff;opacity:0.5}
.hc-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid rgba(255,255,255,0.12)}
.hc-row:last-of-type{border-bottom:none}
.hc-label{font-size:0.84rem;color:rgba(255,255,255,0.75);display:flex;align-items:center;gap:6px}
.hc-label svg{stroke:rgba(255,255,255,0.5)}
.hc-val{font-family:'DM Mono',monospace;font-size:0.82rem;color:#fff;direction:ltr}
.hc-badge{padding:3px 10px;border-radius:7px;font-size:0.72rem;font-weight:700}
.hc-badge.g{background:rgba(255,255,255,0.15);color:#ccfbf1}
.hc-badge.a{background:rgba(255,255,255,0.15);color:#fef3c7}
.hc-badge.r{background:rgba(255,255,255,0.15);color:#ffe4e6}
.hc-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}
.hc-tag{padding:4px 10px;border-radius:7px;font-size:0.72rem;background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.8)}

/* SECTIONS */
.sec{padding:56px 20px;max-width:760px;margin:0 auto}
.sec-wide{max-width:1100px;margin:0 auto;padding:56px 20px;display:flex;flex-direction:column;align-items:center}
.sec-wide>*{width:100%;max-width:760px}
.sec-label{font-size:0.72rem;font-weight:700;color:var(--teal);letter-spacing:0;margin-bottom:6px;display:flex;align-items:center;gap:5px}
.sec-title{font-size:1.55rem;font-weight:900;line-height:1.28;margin-bottom:10px;letter-spacing:-0.3px}
.sec-title .hi{color:var(--teal)}
.sec-sub{font-size:0.98rem;color:var(--text2);max-width:700px;margin-bottom:32px;line-height:1.85}
.divider{width:44px;height:3px;background:linear-gradient(90deg,var(--teal),var(--amber));border-radius:3px;margin-bottom:32px}

/* ESSAY INTRO */
.essay p{font-size:1.02rem;color:var(--text2);margin-bottom:18px;line-height:2}
.essay p strong{color:var(--text);font-weight:700}
.q-block{position:relative;padding:22px 20px;margin:28px 0;border-radius:var(--r2);border-right:4px solid var(--teal);overflow:hidden}
.q-block.teal{background:linear-gradient(135deg,var(--teal-50),#f0fdf9)}
.q-block p{font-size:0.98rem;line-height:1.85;font-style:italic;position:relative;z-index:1}
.q-block cite{display:block;font-size:0.78rem;color:var(--text3);margin-top:6px;font-style:normal}
.q-mark{position:absolute;top:8px;right:12px;font-family:'Playfair Display',serif;font-size:4rem;color:var(--teal);opacity:0.08;line-height:1}

/* ACCORDION THEMES — Option A */
.acc-list{display:flex;flex-direction:column;gap:8px}
.acc{background:var(--card);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:box-shadow 0.3s}
.acc.open{box-shadow:0 8px 30px rgba(0,0,0,0.06);border-color:var(--border2)}
.acc-head{padding:14px 18px;display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background 0.2s;user-select:none}
.acc-head:hover{background:var(--bg)}
.acc-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0.82rem;font-weight:700;background:var(--bg2);color:var(--teal)}
.acc-icon.teal,.acc-icon.amber,.acc-icon.rose,.acc-icon.violet{background:var(--bg2);color:var(--teal)}
.acc-head-text{flex:1}
.acc-head-text h3{font-size:0.98rem;font-weight:700;line-height:1.4}
.acc-head-text span{font-size:0.72rem;color:var(--text3)}
.acc-arrow{width:24px;height:24px;border-radius:8px;background:var(--bg2);display:flex;align-items:center;justify-content:center;transition:transform 0.35s;flex-shrink:0}
.acc.open .acc-arrow{transform:rotate(180deg);background:var(--teal-100)}
.acc-arrow svg{width:14px;height:14px;color:var(--text3)}
.acc.open .acc-arrow svg{color:var(--teal)}
.acc-body{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.16,1,.3,1)}
.acc.open .acc-body{max-height:600px}
.acc-body-inner{padding:0 18px 18px}
.acc-body-inner p{font-size:0.9rem;color:var(--text2);line-height:1.85;margin-bottom:12px}
.acc-quote{padding:12px 14px;background:var(--bg);border-radius:12px;border-right:3px solid var(--teal);font-size:0.9rem;font-style:italic;line-height:1.8;margin-bottom:10px;position:relative}
.acc-ref{display:flex;align-items:center;gap:7px;padding:10px 12px;background:var(--bg2);border-radius:10px;font-size:0.8rem;color:var(--text2);margin-bottom:10px}
.acc-ref .ref-en{font-family:'DM Mono',monospace;font-size:0.7rem;color:var(--text3);direction:ltr;display:block;margin-top:1px}
.acc-simple{padding:12px 14px;background:var(--teal-50);border-radius:12px}
.acc-simple-label{font-size:0.7rem;font-weight:700;color:var(--teal-800);letter-spacing:0;margin-bottom:3px;display:flex;align-items:center;gap:4px}
.acc-simple p{font-size:0.86rem;color:var(--teal-800);margin:0;line-height:1.75}

/* BIG QUOTE */
.bq{padding:88px 20px;text-align:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#0d9488 0%,#0f766e 40%,#115e59 100%)}
.bq::before{content:'';position:absolute;inset:0;opacity:0.04;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2h2v2h18v2H22v2.5z' fill='%23fff' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E")}
.bq::after{content:'';position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent)}
.bq-bg{display:none}
.bq-inner{position:relative;z-index:1;max-width:620px;margin:0 auto}
.bq-decor{display:flex;justify-content:center;gap:8px;margin-bottom:28px}
.bq-decor span{display:block;height:1px;border-radius:1px}
.bq-decor span:nth-child(1){width:50px;background:rgba(255,255,255,0.15)}
.bq-decor span:nth-child(2){width:12px;height:12px;border-radius:50%;border:1.5px solid rgba(255,255,255,0.2);background:none;margin-top:-5px}
.bq-decor span:nth-child(3){width:50px;background:rgba(255,255,255,0.15)}
.bq-m{font-family:'Playfair Display',serif;font-size:7rem;color:#fff;opacity:0.08;line-height:0.4;display:block;margin-bottom:20px}
.bq blockquote{font-size:1.6rem;font-weight:900;line-height:1.55;color:#fff;letter-spacing:0.3px}
.bq blockquote .bq-highlight{display:inline;background:rgba(255,255,255,0.12);padding:4px 12px;border-radius:8px;border-bottom:2px solid rgba(255,255,255,0.3)}
.bq cite{display:block;margin-top:24px;font-size:0.82rem;color:rgba(255,255,255,0.45);font-style:normal;letter-spacing:0.5px}

/* LESSON CARDS — Option B */
.lessons{display:flex;flex-direction:column;gap:12px}
.lc{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:20px;position:relative;overflow:hidden;transition:all 0.35s}
.lc:hover{box-shadow:0 8px 24px rgba(0,0,0,0.05);transform:translateY(-2px)}
.lc::before{content:'';position:absolute;top:0;right:0;bottom:0;width:4px;border-radius:0 var(--r2) var(--r2) 0}
.lc:nth-child(1)::before{background:var(--teal)}
.lc:nth-child(2)::before{background:var(--amber)}
.lc:nth-child(3)::before{background:var(--rose)}
.lc:nth-child(4)::before{background:var(--violet)}
.lc:nth-child(5)::before{background:var(--teal)}
.lc-num{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:0.85rem;margin-bottom:10px}
.lc:nth-child(1) .lc-num{background:var(--teal-100);color:var(--teal)}
.lc:nth-child(2) .lc-num{background:var(--amber-100);color:var(--amber)}
.lc:nth-child(3) .lc-num{background:var(--rose-100);color:var(--rose)}
.lc:nth-child(4) .lc-num{background:var(--violet-100);color:var(--violet)}
.lc:nth-child(5) .lc-num{background:var(--teal-100);color:var(--teal)}
.lc h3{font-size:0.98rem;font-weight:800;margin-bottom:6px;line-height:1.45}
.lc>p{font-size:0.88rem;color:var(--text2);line-height:1.8}
.lc-ex{margin-top:10px;padding:12px 14px;background:var(--bg);border-radius:12px;border-right:2px solid var(--teal)}
.lc-ex strong{font-size:0.7rem;color:var(--teal);letter-spacing:0;display:flex;align-items:center;gap:4px;margin-bottom:3px}
.lc-ex p{font-size:0.84rem;color:var(--text2);margin:0;line-height:1.7}

/* PLAYER — Option C: player + next + subscribe */
.player-sec{padding:48px 20px;background:#f0fdfa}
.player-inner{max-width:680px;margin:0 auto}
.player-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:24px;box-shadow:0 12px 40px rgba(0,0,0,0.06);position:relative;overflow:hidden;margin-bottom:16px}
.player-card::before{content:'';position:absolute;top:-1px;right:0;left:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--amber))}
.p-top{display:flex;align-items:center;gap:14px}
.p-art{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,var(--teal),var(--teal-700));display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(13,148,136,0.2)}
.p-art svg{width:24px;height:24px;color:#fff}
.p-info h4{font-size:1rem;font-weight:800}
.p-info p{font-size:0.8rem;color:var(--text3)}
.aparat-wrap{position:relative;margin-top:18px;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 4px 20px rgba(0,0,0,0.1)}
.aparat-ratio{display:block;padding-top:56.25%}
.aparat-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}

/* Next episode */
.next-ep{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:18px;display:flex;align-items:center;gap:14px;margin-bottom:16px;transition:all 0.3s;cursor:pointer;-webkit-tap-highlight-color:transparent}
.next-ep:hover{box-shadow:0 6px 20px rgba(0,0,0,0.05);border-color:var(--border2)}
.next-ep:active{transform:scale(0.99)}
.next-art{width:48px;height:48px;border-radius:12px;background:var(--bg2);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0.9rem;color:var(--text3)}
.next-text{flex:1}
.next-text .next-label{font-size:0.7rem;color:var(--teal);font-weight:700;letter-spacing:0}
.next-text h5{font-size:0.92rem;font-weight:700}
.next-text p{font-size:0.78rem;color:var(--text3)}
.next-arrow{width:32px;height:32px;border-radius:50%;background:var(--teal-100);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.next-arrow svg{width:14px;height:14px;color:var(--teal);transform:rotate(180deg)}

/* Subscribe CTA */
.sub-card{background:linear-gradient(135deg,var(--teal-50),var(--amber-50));border:1px solid var(--border);border-radius:var(--r2);padding:24px;text-align:center}
.sub-card h4{font-size:1.1rem;font-weight:900;margin-bottom:6px}
.sub-card>p{font-size:0.88rem;color:var(--text2);margin-bottom:16px}
.sub-form{display:flex;gap:8px;max-width:380px;margin:0 auto}
.sub-input{flex:1;padding:12px 14px;border-radius:12px;border:1.5px solid var(--border2);font-family:'Vazirmatn';font-size:0.88rem;background:var(--card);outline:none;transition:border 0.3s;direction:ltr}
.sub-input:focus{border-color:var(--teal)}
.sub-input::placeholder{color:var(--text3);direction:rtl;text-align:right}
.sub-btn{padding:12px 22px;border-radius:12px;background:var(--teal);color:#fff;font-family:'Vazirmatn';font-size:0.88rem;font-weight:700;border:none;cursor:pointer;white-space:nowrap;transition:all 0.3s;-webkit-tap-highlight-color:transparent}
.sub-btn:hover{box-shadow:0 4px 14px rgba(13,148,136,0.2)}
.sub-btn:active{transform:scale(0.97)}
.sub-platforms{display:flex;gap:8px;justify-content:center;margin-top:14px;flex-wrap:wrap}
.pl-link{padding:8px 16px;border-radius:10px;font-size:0.8rem;color:var(--text2);border:1px solid var(--border);text-decoration:none;display:flex;align-items:center;gap:5px;background:var(--card);transition:all 0.3s;font-weight:600;-webkit-tap-highlight-color:transparent}
.pl-link:hover{border-color:var(--teal);color:var(--teal)}
.pl-link:active{background:var(--teal-50)}

/* FOOTER */
footer{text-align:center;padding:40px 20px;border-top:1px solid var(--border)}
.f-brand{font-weight:900;font-size:1rem;margin-bottom:4px;display:flex;align-items:center;justify-content:center;gap:6px}
.f-by{font-size:0.85rem;color:var(--text2);margin-bottom:6px;text-align:center}
.f-by strong{color:var(--teal);font-weight:700}
.f-desc{font-size:0.82rem;color:var(--text3);margin-bottom:20px;max-width:380px;margin-left:auto;margin-right:auto}
.f-socials{display:flex;justify-content:center;gap:8px;margin-bottom:16px}
.f-socials a{width:40px;height:40px;border-radius:12px;background:var(--bg2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--text2);transition:all 0.3s;-webkit-tap-highlight-color:transparent}
.f-socials a:hover{color:var(--teal);border-color:var(--teal);background:var(--teal-50)}
.f-socials a svg{width:16px;height:16px}
.f-copy{font-size:0.7rem;color:var(--text3)}

/* ANIMATIONS */
.rv{opacity:0;transform:translateY(28px);transition:all 0.7s cubic-bezier(.16,1,.3,1)}
.rv.v{opacity:1;transform:translateY(0)}
.d1{transition-delay:.06s}.d2{transition-delay:.12s}.d3{transition-delay:.18s}.d4{transition-delay:.24s}.d5{transition-delay:.3s}

/* DESKTOP */
@media(min-width:768px){
  .n-links{display:flex}
  .hero{padding:110px 24px 56px}
  .hero-inner{max-width:1160px}
  .hero-grid{flex-direction:row;align-items:center;gap:56px;justify-content:space-between}
  .hero-text{flex:1;max-width:none;min-width:0}
  .h-card{width:340px;flex-shrink:0}
  .hero h1{font-size:2.6rem}
  .h-btns{flex-direction:row}
  .sec{padding:72px 24px}
  .sec-wide{padding:72px 24px}
  .lessons{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .bq{padding:100px 24px}
  .bq blockquote{font-size:2rem}
  .sub-form{flex-direction:row}
}
@media(max-width:767px){
  .h-btns{flex-direction:column}
  .h-btns .btn{justify-content:center}
  .sub-form{flex-direction:column}
  .hero{background:linear-gradient(180deg,#e6fffa 0%,#ffffff 35%,#fffbeb 100%)}
  .bq{margin:0 -20px;border-radius:0}
}

.comment-form-card{background:#fff;border:1px solid rgba(0,0,0,0.07);border-radius:20px;padding:24px;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.04)}
.comment-form-stripe{position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,#0d9488,#e11d48)}
.comment-form-header{display:flex;align-items:center;gap:8px;font-size:1.05rem;font-weight:700;margin-bottom:4px;padding-top:6px}
.comment-form-sub{font-size:0.82rem;color:#94a3b8;margin-bottom:18px}
.comment-form-row{margin-bottom:12px}
.comment-input{width:100%;padding:12px 14px;border-radius:12px;border:1.5px solid rgba(0,0,0,0.08);font-family:'Vazirmatn',sans-serif;font-size:0.92rem;outline:none;transition:border 0.3s;background:#fff}
.comment-input:focus{border-color:#e11d48}
.comment-textarea{width:100%;padding:12px 14px;border-radius:12px;border:1.5px solid rgba(0,0,0,0.08);font-family:'Vazirmatn',sans-serif;font-size:0.92rem;outline:none;resize:vertical;min-height:100px;margin-bottom:14px;transition:border 0.3s;background:#fff}
.comment-textarea:focus{border-color:#e11d48}
.comment-submit{display:inline-flex;align-items:center;gap:6px;padding:11px 26px;border-radius:12px;background:#e11d48;color:#fff;font-family:'Vazirmatn',sans-serif;font-size:0.92rem;font-weight:700;border:none;cursor:pointer;transition:all 0.3s;-webkit-tap-highlight-color:transparent}
.comment-submit:hover{box-shadow:0 6px 20px rgba(225,29,72,0.25);transform:translateY(-1px)}
.comment-submit:active{transform:scale(0.97)}
.comment-submit:disabled{opacity:0.6;cursor:not-allowed;transform:none;box-shadow:none}
.comments-count{font-size:0.85rem;color:#94a3b8;margin:24px 0 14px;text-align:center}
.comments-list{display:flex;flex-direction:column;gap:10px}
.comment-card{background:#f8fafb;border:1px solid rgba(0,0,0,0.07);border-radius:16px;padding:16px;transition:all 0.3s}
.comment-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.05)}
.comment-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.comment-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:700;flex-shrink:0}
.comment-name{font-size:0.9rem;font-weight:700}
.comment-date{font-size:0.72rem;color:#94a3b8}
.comment-body{font-size:0.9rem;color:#475569;line-height:1.85;text-align:justify}

.home-nav{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,0.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:0.5px solid rgba(0,0,0,0.06)}
.home-nav-inner{width:100%;padding:8px 40px;display:flex;justify-content:space-between;align-items:center}
.home-nav-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#0f172a}
.home-nav-mark{width:28px;height:28px;border-radius:8px;background:#0d9488;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:11px}
.home-nav-name{font-size:0.95rem;font-weight:700}
.home-nav-sep{width:1px;height:16px;background:rgba(0,0,0,0.1);margin:0 10px}
.home-nav-author{font-size:0.78rem;color:#94a3b8}
.home-nav-links{display:flex;gap:6px;align-items:center}
.home-nav-link{padding:5px 14px;border-radius:8px;font-size:0.82rem;color:#475569;text-decoration:none;border:0.5px solid rgba(0,0,0,0.08);transition:all 0.2s;font-family:'Vazirmatn',sans-serif}
.home-nav-link:hover{border-color:#0d9488;color:#0d9488}
.home-nav-link-primary{background:#0d9488;color:#fff;border-color:#0d9488}
.home-nav-link-primary:hover{background:#0f766e;color:#fff}
.home-main{max-width:1200px;margin:0 auto;padding:0 24px}
.home-header{padding:32px 0 8px}
.home-header-icon{display:flex;align-items:center;gap:6px;font-size:0.78rem;color:#0d9488;font-weight:700;margin-bottom:6px}
.home-title{font-size:1.6rem;font-weight:900;color:#0f172a;margin-bottom:4px}
.home-subtitle{font-size:0.92rem;color:#94a3b8}
.home-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;padding:20px 0 32px}
.ep-card{text-decoration:none;color:inherit;border-radius:14px;overflow:hidden;background:#fff;border:0.5px solid rgba(0,0,0,0.06);transition:all 0.3s;display:block}
.ep-card:hover{box-shadow:0 8px 28px rgba(0,0,0,0.08);transform:translateY(-3px)}
.ep-cover{position:relative;aspect-ratio:3/4;background:linear-gradient(160deg,#115e59,#0d9488,#5eead4);overflow:hidden}
.ep-cover img{width:100%;height:100%;object-fit:cover}
.ep-cover-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.ep-badge{position:absolute;top:8px;right:8px;padding:3px 8px;border-radius:6px;background:rgba(0,0,0,0.5);color:#fff;font-size:0.72rem;font-weight:700;backdrop-filter:blur(4px)}
.ep-duration{position:absolute;bottom:8px;left:8px;padding:3px 8px;border-radius:6px;background:rgba(0,0,0,0.5);color:#fff;font-size:0.72rem;backdrop-filter:blur(4px);font-family:'Vazirmatn',sans-serif}
.ep-info{padding:10px 12px 14px}
.ep-title{font-size:0.92rem;font-weight:700;line-height:1.4;margin-bottom:3px;color:#0f172a}
.ep-director{font-size:0.76rem;color:#94a3b8;margin-bottom:8px}
.ep-tags{display:flex;gap:4px;flex-wrap:wrap}
.ep-tag{padding:2px 8px;border-radius:5px;background:#f0fdfa;color:#0d9488;font-size:0.68rem;font-weight:500}
.home-subscribe{padding:24px 0 32px;border-top:0.5px solid rgba(0,0,0,0.06)}
.home-subscribe-inner{max-width:420px;margin:0 auto;text-align:center}
.home-subscribe-text{font-size:0.88rem;color:#94a3b8;margin-bottom:12px}
.home-subscribe-form{display:flex;gap:8px}
.home-subscribe-input{flex:1;padding:10px 14px;border-radius:10px;border:1.5px solid rgba(0,0,0,0.08);font-family:'Vazirmatn',sans-serif;font-size:0.88rem;direction:ltr;text-align:left;outline:none;transition:border 0.3s}
.home-subscribe-input:focus{border-color:#0d9488}
.home-subscribe-btn{padding:10px 22px;border-radius:10px;background:#0d9488;color:#fff;font-family:'Vazirmatn',sans-serif;font-size:0.88rem;font-weight:700;border:none;cursor:pointer;transition:all 0.3s;white-space:nowrap}
.home-subscribe-btn:hover{background:#0f766e}
.home-subscribe-btn:disabled{opacity:0.6;cursor:not-allowed}
.home-msg{padding:10px;border-radius:8px;font-size:0.84rem;margin-bottom:10px}
.home-msg-ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}
.home-msg-err{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.home-footer{border-top:0.5px solid rgba(0,0,0,0.06);background:#fff}
.home-footer-inner{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;justify-content:space-between;align-items:center}
.home-footer-text{font-size:0.78rem;color:#cbd5e1}
.home-footer-socials{display:flex;gap:8px}
.home-footer-socials a{width:28px;height:28px;border-radius:7px;background:#f8fafb;display:flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;transition:all 0.2s}
.home-footer-socials a:hover{color:#0d9488;background:#f0fdfa}
.home-empty{grid-column:1/-1;text-align:center;padding:48px 0;color:#94a3b8;font-size:0.92rem}
@media(max-width:1024px){.home-grid{grid-template-columns:repeat(3,1fr);gap:12px}}
@media(max-width:640px){.home-grid{grid-template-columns:repeat(2,1fr);gap:10px}.home-title{font-size:1.3rem}.home-subscribe-form{flex-direction:column}.home-nav-links{gap:4px}.home-nav-link{padding:4px 10px;font-size:0.76rem}}

/* === HOME PAGE FIXES === */
body{background:#f8fafb}
.home-main{padding:0 32px}
.home-header{padding:40px 0 12px;text-align:center}
.home-header-icon{justify-content:center;font-size:0.82rem;margin-bottom:8px}
.home-title{font-size:1.8rem;text-align:center}
.home-subtitle{font-size:0.95rem;text-align:center}
.home-grid{gap:16px;padding:28px 0 40px;justify-items:center}
.ep-card{border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,0.04)}
.ep-card:hover{box-shadow:0 12px 36px rgba(0,0,0,0.1)}
.ep-info{padding:12px 14px 16px}
.ep-title{font-size:0.95rem}
.home-subscribe{background:#fff;border-radius:20px;margin:0 auto 32px;max-width:600px;padding:28px;border-top:none;box-shadow:0 2px 12px rgba(0,0,0,0.04)}
.home-subscribe-inner{max-width:100%}
.home-footer{background:#f8fafb;border-top:none}
.home-footer-inner{padding:20px 32px}

/* === NAVBAR FIX === */

.home-nav-brand{gap:10px}
.home-nav-sep{margin:0 6px}

/* === SEARCH BAR === */
.home-nav-search{flex:1;max-width:480px;margin:0 40px;display:flex;align-items:center;gap:8px;padding:6px 14px;border-radius:10px;background:#f1f5f9;border:1px solid transparent;transition:all 0.3s}
.home-nav-search:focus-within{background:#fff;border-color:#0d9488;box-shadow:0 0 0 3px rgba(13,148,136,0.1)}
.home-search-input{border:none;background:transparent;outline:none;font-family:'Vazirmatn',sans-serif;font-size:0.84rem;color:#0f172a;width:100%;direction:rtl}
.home-search-input::placeholder{color:#94a3b8}
@media(max-width:640px){.home-nav-search{display:none}}

.hero-actions{
  width:fit-content;
  max-width:100%;
  margin:28px auto 0;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:18px;
}

.hero-actions .h-btns{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  width:100%;
}

.hero-actions .btn{
  min-height:58px;
  padding:13px 26px;
  border-radius:16px;
  white-space:nowrap;
}

.h-seo-intro{
  width:100%;
  max-width:100%;
  margin:0;
  padding:18px 24px;
  border-radius:22px;
  background:rgba(255,255,255,0.76);
  border:1px solid rgba(13,148,136,0.12);
  box-shadow:0 10px 30px rgba(15,23,42,0.045);
  color:#334155;
  font-size:0.98rem;
  line-height:2.05;
  text-align:center;
}

@media(max-width:767px){
  .hero-actions{
    width:100%;
    margin-top:22px;
    gap:14px;
  }

  .hero-actions .h-btns{
    flex-direction:column;
  }

  .hero-actions .btn{
    width:100%;
    min-height:54px;
  }

  .h-seo-intro{
    padding:15px 17px;
    border-radius:18px;
    font-size:0.94rem;
    line-height:1.9;
  }
}


/* === EPISODES ARCHIVE === */
.archive-main{
  max-width:1220px;
  margin:0 auto;
  padding:18px 24px 56px;
}

.archive-header{
  padding:8px 0 20px;
  text-align:right;
}

.archive-kicker{
  display:inline-flex;
  align-items:center;
  padding:5px 12px;
  border-radius:999px;
  background:#f0fdfa;
  color:#0d9488;
  font-size:0.78rem;
  font-weight:800;
  margin-bottom:10px;
}

.archive-header h1{
  font-size:2rem;
  line-height:1.35;
  font-weight:900;
  color:#0f172a;
  margin-bottom:8px;
}

.archive-header p{
  font-size:0.98rem;
  color:#64748b;
  max-width:680px;
}

.archive-layout{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:22px;
  align-items:start;
  direction:ltr;
}

.archive-results,
.archive-filters{
  direction:rtl;
}

.archive-results-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:14px;
}

.archive-results-top h2{
  font-size:1.1rem;
  font-weight:900;
  color:#0f172a;
}

.archive-results-top p{
  font-size:0.82rem;
  color:#94a3b8;
}

.archive-rss{
  text-decoration:none;
  color:#0d9488;
  background:#f0fdfa;
  border:1px solid #ccfbf1;
  padding:6px 12px;
  border-radius:10px;
  font-size:0.78rem;
  font-weight:800;
}

.archive-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.archive-card{
  display:flex;
  gap:18px;
  align-items:stretch;
  background:#fff;
  border:1px solid rgba(0,0,0,0.07);
  border-radius:22px;
  padding:14px;
  box-shadow:0 2px 14px rgba(15,23,42,0.04);
  transition:all 0.25s ease;
}

.archive-card:hover{
  border-color:rgba(13,148,136,0.25);
  box-shadow:0 12px 34px rgba(15,23,42,0.08);
  transform:translateY(-2px);
}

.archive-cover{
  width:118px;
  min-width:118px;
  height:150px;
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(145deg,#0f766e,#134e4a);
  display:block;
  text-decoration:none;
}

.archive-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.archive-cover-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:2rem;
  font-weight:900;
  opacity:0.8;
}

.archive-card-body{
  flex:1;
  min-width:0;
  padding:6px 0;
}

.archive-ep-number{
  font-size:0.74rem;
  font-weight:800;
  color:#0d9488;
  margin-bottom:4px;
}

.archive-card-body h3{
  font-size:1.15rem;
  font-weight:900;
  line-height:1.45;
  margin-bottom:3px;
}

.archive-card-body h3 a{
  color:#0f172a;
  text-decoration:none;
}

.archive-card-body h3 a:hover{
  color:#0d9488;
}

.archive-meta-line{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:#94a3b8;
  font-size:0.78rem;
  margin-bottom:8px;
}

.archive-meta-line span:not(:last-child)::after{
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#cbd5e1;
  margin-right:8px;
  vertical-align:middle;
}

.archive-summary{
  color:#475569;
  font-size:0.88rem;
  line-height:1.9;
  margin-bottom:10px;
}

.archive-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.archive-tags a{
  text-decoration:none;
  color:#0f766e;
  background:#f0fdfa;
  border:1px solid #ccfbf1;
  border-radius:999px;
  padding:4px 10px;
  font-size:0.72rem;
  font-weight:700;
}

.archive-card-side{
  width:150px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  padding:8px 0 4px;
}

.archive-duration{
  color:#64748b;
  font-size:0.78rem;
  line-height:1.7;
}

.archive-btn{
  display:inline-flex;
  align-items:center;
  gap:7px;
  text-decoration:none;
  background:#0d9488;
  color:#fff;
  border-radius:13px;
  padding:10px 14px;
  font-size:0.82rem;
  font-weight:800;
  box-shadow:0 8px 18px rgba(13,148,136,0.18);
}

.archive-btn span{
  font-size:0.72rem;
}

.archive-filters{
  position:sticky;
  top:74px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.07);
  border-radius:22px;
  padding:18px;
  box-shadow:0 2px 18px rgba(15,23,42,0.05);
}

.archive-filter-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
}

.archive-filter-title span{
  font-size:1rem;
  font-weight:900;
  color:#0f172a;
}

.archive-filter-title a{
  font-size:0.76rem;
  color:#0d9488;
  text-decoration:none;
  font-weight:800;
}

.archive-field{
  display:block;
  margin-bottom:14px;
}

.archive-field span,
.archive-checks>span{
  display:block;
  font-size:0.78rem;
  font-weight:800;
  color:#334155;
  margin-bottom:6px;
}

.archive-field input,
.archive-field select{
  width:100%;
  height:42px;
  border:1px solid rgba(0,0,0,0.1);
  border-radius:12px;
  padding:0 12px;
  font-family:'Vazirmatn',sans-serif;
  font-size:0.82rem;
  color:#0f172a;
  background:#fff;
  outline:none;
}

.archive-field select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  line-height:42px;
  padding:0 12px 0 38px;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230f172a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:left 14px center;
  background-size:14px;
}

.archive-field input:focus,
.archive-field select:focus{
  border-color:#0d9488;
  box-shadow:0 0 0 3px rgba(13,148,136,0.08);
}

.archive-check-list{
  max-height:240px;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:7px;
  padding-left:4px;
}

.archive-check-list label{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:0.82rem;
  color:#475569;
  cursor:pointer;
}

.archive-check-list input{
  accent-color:#0d9488;
}

.archive-submit{
  width:100%;
  margin-top:16px;
  height:44px;
  border:0;
  border-radius:13px;
  background:#0d9488;
  color:#fff;
  font-family:'Vazirmatn',sans-serif;
  font-size:0.88rem;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(13,148,136,0.18);
}

.archive-empty{
  background:#fff;
  border:1px solid rgba(0,0,0,0.07);
  border-radius:22px;
  padding:32px;
  text-align:center;
}

.archive-empty h3{
  font-size:1.1rem;
  font-weight:900;
  margin-bottom:6px;
}

.archive-empty p{
  color:#64748b;
  font-size:0.9rem;
  margin-bottom:14px;
}

.archive-empty a{
  color:#0d9488;
  text-decoration:none;
  font-weight:900;
}

.archive-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:7px;
  margin-top:22px;
}

.archive-pagination a,
.archive-pagination span{
  min-width:36px;
  height:36px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  text-decoration:none;
  font-size:0.82rem;
  font-weight:800;
  color:#475569;
  background:#fff;
  border:1px solid rgba(0,0,0,0.07);
}

.archive-pagination .active{
  background:#0d9488;
  color:#fff;
  border-color:#0d9488;
}

.archive-pagination .disabled{
  opacity:0.45;
}

@media(max-width:900px){
  .archive-layout{
    grid-template-columns:1fr;
    direction:rtl;
  }

  .archive-filters{
    position:relative;
    top:auto;
    order:-1;
  }

  .archive-card{
    flex-direction:column;
  }

.archive-cover{
  width:100%;
  height:200px;
  padding:10px;
  position:relative;
  background:linear-gradient(135deg,#f8fafc,#ecfdf5);
  border:1px solid rgba(13,148,136,0.10);
}

.archive-cover::before{
  content:"";
  position:absolute;
  inset:-14px;
  background-image:var(--cover-bg);
  background-size:cover;
  background-position:center;
  filter:blur(9px) saturate(1.22);
  transform:scale(1.08);
  opacity:0.70;
  z-index:0;
}

.archive-cover::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.12)
  );
  z-index:1;
}

.archive-cover img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:12px;
  background:transparent;
}

  .archive-card-side{
    width:100%;
    flex-direction:row;
    align-items:center;
  }
}

.archive-layout-single{
  display:block;
  max-width:900px;
  margin:0 auto;
}
.tag-header{
  text-align:center;
}

.tag-header p{
  margin-left:auto;
  margin-right:auto;
}

/* === TOPIC CLUSTER DARK PAGE CLEAN === */
.topic-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 18% 10%,rgba(13,148,136,.20),transparent 32%),
    radial-gradient(circle at 88% 8%,rgba(190,18,60,.18),transparent 28%),
    linear-gradient(180deg,#06111d 0%,#050b12 44%,#071016 100%);
  color:#e5edf5;
  overflow:visible;
}

.topic-page a{
  text-decoration:none;
  color:inherit;
}

.topic-nav{
  position:sticky;
  top:0;
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 42px;
  background:rgba(5,11,18,.84);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.topic-brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  color:#fff;
}

.topic-mark{
  width:34px;
  height:34px;
  border-radius:12px;
  background:linear-gradient(135deg,#0d9488,#134e4a);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
}

.topic-nav-links{
  display:flex;
  gap:8px;
  align-items:center;
}

.topic-nav-links a{
  font-size:.84rem;
  color:#b6c6d8;
  padding:8px 14px;
  border-radius:12px;
  border:1px solid transparent;
  transition:all .25s ease;
}

.topic-nav-links a:hover,
.topic-nav-links a.active{
  color:#fff;
  background:rgba(13,148,136,.16);
  border-color:rgba(45,212,191,.25);
}

.topic-hero{
  display:none;
}

.topic-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:64px 30px 80px;
  display:grid;
  grid-template-columns:280px minmax(0, 1fr);
  gap:24px;
  align-items:start;
}

.topic-side{
  position:sticky;
  top:96px;
  align-self:start;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  border-radius:28px;
  padding:18px;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.topic-side-title{
  font-weight:950;
  margin-bottom:12px;
  color:#fff;
  font-size:1rem;
}

.topic-side a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  border-radius:14px;
  color:#b6c6d8;
  font-size:.84rem;
  margin-bottom:4px;
  transition:all .25s ease;
}

.topic-side a:hover,
.topic-side a.on{
  background:rgba(13,148,136,.16);
  color:#fff;
}

.topic-content{
  display:flex;
  flex-direction:column;
  gap:22px;
  min-width:0;
}

.topic-panel{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  border-radius:30px;
  padding:28px;
  box-shadow:0 18px 54px rgba(0,0,0,.18);
}

.topic-panel:first-child{
  background:rgba(255,255,255,.06);
  border-color:rgba(45,212,191,.16);
}

.topic-panel h2{
  font-size:1.45rem;
  color:#fff;
  margin-bottom:12px;
  line-height:1.5;
}

.topic-panel p{
  color:#b6c6d8;
  font-size:.97rem;
  line-height:2;
  text-align:justify;
}

.topic-section-head span{
  display:inline-block;
  color:#5eead4;
  font-size:.72rem;
  font-weight:900;
  margin-bottom:4px;
  letter-spacing:.4px;
}

.topic-concepts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:18px;
}

.topic-chip{
  padding:11px 13px;
  border-radius:16px;
  background:rgba(13,148,136,.12);
  border:1px solid rgba(45,212,191,.18);
  color:#ccfbf1;
  font-size:.83rem;
  font-weight:800;
  text-align:center;
}

.topic-episodes{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}

.topic-ep{
  display:flex;
  gap:13px;
  padding:13px;
  border-radius:22px;
  background:#07131f;
  border:1px solid rgba(255,255,255,.08);
  transition:all .25s ease;
}

.topic-ep:hover{
  transform:translateY(-2px);
  border-color:rgba(45,212,191,.22);
  background:#091827;
}

.topic-poster{
  width:78px;
  min-width:78px;
  height:104px;
  border-radius:16px;
  background:
    linear-gradient(140deg,rgba(15,118,110,.82),rgba(17,24,39,.9) 55%,rgba(190,18,60,.76)),
    #0f172a;
  background-size:cover;
  background-position:center;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
}

.topic-ep-meta{
  font-size:.72rem;
  color:#5eead4;
  font-weight:800;
  margin-bottom:3px;
}

.topic-ep-meta span{
  color:#8fa3b8;
  margin-right:8px;
  font-weight:700;
}

.topic-ep h3{
  font-size:.96rem;
  color:#fff;
  margin-bottom:4px;
  line-height:1.5;
}

.topic-ep p{
  font-size:.78rem;
  color:#9fb0c4;
  line-height:1.65;
  text-align:right;
}

.topic-ep-tags{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  margin-top:8px;
}

.topic-ep-tags span{
  font-size:.66rem;
  color:#ccfbf1;
  background:rgba(13,148,136,.12);
  border:1px solid rgba(45,212,191,.16);
  padding:2px 7px;
  border-radius:999px;
}

.topic-tags{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
}

.topic-tag{
  font-size:.78rem;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  color:#d8e3ef;
}

.topic-tag:hover{
  background:rgba(13,148,136,.14);
  color:#ccfbf1;
  border-color:rgba(45,212,191,.22);
}

.topic-faq{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:14px;
}

.topic-q{
  padding:15px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}

.topic-q strong{
  display:block;
  color:#fff;
  margin-bottom:3px;
}

.topic-empty{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  color:#9fb0c4;
  border:1px solid rgba(255,255,255,.08);
}

.topic-footer-cta{
  max-width:1180px;
  margin:0 auto 70px;
  padding:0 30px;
}

.topic-cta-box{
  border-radius:32px;
  padding:30px;
  background:linear-gradient(135deg,rgba(13,148,136,.22),rgba(190,18,60,.12));
  border:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
}

.topic-cta-box h2{
  color:#fff;
  font-size:1.35rem;
  margin-bottom:4px;
}

.topic-cta-box p{
  color:#b6c6d8;
  font-size:.9rem;
  line-height:1.9;
}

@media(max-width:900px){
  .topic-nav{
    padding:12px 18px;
  }

  .topic-nav-links a:nth-child(2){
    display:none;
  }

  .topic-wrap{
    grid-template-columns:1fr;
    padding:28px 18px 50px;
  }

  .topic-side{
    position:relative;
    top:auto;
    order:-1;
  }

  .topic-concepts,
  .topic-episodes{
    grid-template-columns:1fr;
  }

  .topic-cta-box{
    flex-direction:column;
    align-items:flex-start;
  }
}
/* === TOPIC FOOTER FIX === */
.topic-page .topic-footer-cta{
  max-width:1180px;
  margin:0 auto;
  padding:0 30px 72px;
}

.topic-page .topic-cta-box{
  border-radius:32px;
  padding:30px;
  background:
    radial-gradient(circle at 20% 20%,rgba(45,212,191,.16),transparent 35%),
    linear-gradient(135deg,rgba(13,148,136,.20),rgba(190,18,60,.10));
  border:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  box-shadow:0 18px 54px rgba(0,0,0,.18);
}

.topic-page .topic-cta-box h2{
  color:#fff;
  font-size:1.35rem;
  line-height:1.6;
  margin-bottom:4px;
}

.topic-page .topic-cta-box p{
  color:#b6c6d8;
  font-size:.9rem;
  line-height:1.9;
}

.topic-page .topic-btn-primary{
  background:#0d9488;
  color:#fff;
  box-shadow:0 14px 34px rgba(13,148,136,.22);
}

.topic-page .topic-btn-primary:hover{
  background:#0f766e;
}

@media(max-width:900px){
  .topic-page .topic-footer-cta{
    padding:0 18px 48px;
  }

  .topic-page .topic-cta-box{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
  }
}
/* === TOPIC FOOTER LINK FIX === */
.topic-page .topic-footer-cta a{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #5eead4 !important;
  display: inline !important;
}

.topic-page .topic-footer-cta a:hover{
  color: #99f6e4 !important;
  text-decoration: underline;
}

/* === TOPICS INDEX PAGE === */
.topics-index-main{
  max-width:1180px;
  margin:0 auto;
  padding:42px 30px 72px;
}

.topics-index-header{
  text-align:center;
  max-width:760px;
  margin:0 auto 34px;
}

.topics-index-header span{
  display:inline-flex;
  padding:6px 14px;
  border-radius:999px;
  background:#f0fdfa;
  color:#0d9488;
  font-size:.78rem;
  font-weight:900;
  margin-bottom:12px;
}

.topics-index-header h1{
  font-size:2rem;
  line-height:1.45;
  font-weight:950;
  color:#0f172a;
  margin-bottom:10px;
}

.topics-index-header p{
  color:#64748b;
  font-size:.98rem;
  line-height:2;
}

.topics-index-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.topic-index-card{
  display:flex;
  flex-direction:column;
  min-height:280px;
  padding:24px;
  border-radius:28px;
  background:
    radial-gradient(circle at 15% 10%,rgba(13,148,136,.10),transparent 32%),
    linear-gradient(180deg,#ffffff,#f8fafc);
  border:1px solid rgba(0,0,0,.07);
  box-shadow:0 8px 28px rgba(15,23,42,.055);
  color:#0f172a;
  text-decoration:none;
  transition:all .25s ease;
}

.topic-index-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 44px rgba(15,23,42,.10);
  border-color:rgba(13,148,136,.22);
}

.topic-index-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
}

.topic-index-kicker{
  color:#0d9488;
  background:#f0fdfa;
  border:1px solid #ccfbf1;
  padding:4px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
}

.topic-index-count{
  color:#64748b;
  background:#f1f5f9;
  padding:4px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
}

.topic-index-card h2{
  font-size:1.35rem;
  line-height:1.5;
  font-weight:950;
  margin-bottom:10px;
}

.topic-index-card p{
  color:#475569;
  font-size:.9rem;
  line-height:2;
  margin-bottom:16px;
  text-align:justify;
}

.topic-index-concepts{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
  padding-top:6px;
}

.topic-index-concepts span{
  font-size:.72rem;
  color:#0f766e;
  background:#f0fdfa;
  border:1px solid #ccfbf1;
  padding:4px 9px;
  border-radius:999px;
  font-weight:800;
}

.topic-index-more{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(0,0,0,.07);
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#0d9488;
  font-size:.86rem;
  font-weight:950;
}

.topic-index-more span{
  font-size:1rem;
}

.topics-index-empty{
  grid-column:1/-1;
  padding:36px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  text-align:center;
  color:#64748b;
}

@media(max-width:760px){
  .topics-index-main{
    padding:30px 18px 54px;
  }

  .topics-index-header h1{
    font-size:1.55rem;
  }

  .topics-index-grid{
    grid-template-columns:1fr;
  }

  .topic-index-card{
    padding:20px;
    border-radius:22px;
  }
}

/* === HOME FOOTER REFINED === */
.home-footer{
  background:#f8fafb;
  border-top:0.5px solid rgba(0,0,0,0.06);
}

.home-footer-inner{
  max-width:1200px;
  margin:0 auto;
  padding:18px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  direction:rtl;
}

/* سمت راست فوتر */
.home-footer-tools{
  display:flex;
  align-items:center;
  gap:10px;
  direction:ltr;
}

/* سمت چپ فوتر */
.home-footer-text{
  font-size:0.78rem;
  color:#94a3b8;
  white-space:nowrap;
  direction:rtl;
}

.home-footer-socials{
  display:flex;
  align-items:center;
  gap:8px;
}

.home-footer-socials a{
  width:30px;
  height:30px;
  border-radius:8px;
  background:#f8fafb;
  border:1px solid rgba(0,0,0,0.07);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#94a3b8;
  text-decoration:none;
  transition:all 0.2s;
}

.home-footer-socials a:hover{
  color:#0d9488;
  background:#f0fdfa;
  border-color:rgba(13,148,136,0.18);
}

.home-enamad{
  width:62px;
  min-width:62px;
  height:62px;
  padding:4px;
  border-radius:13px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 2px 10px rgba(15,23,42,0.04);
  display:flex;
  align-items:center;
  justify-content:center;
}

.home-enamad a{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.home-enamad img{
  display:block;
  width:48px;
  height:auto;
}

@media(max-width:640px){
  .home-footer-inner{
    flex-direction:column;
    gap:14px;
    padding:18px 20px;
  }

  .home-footer-tools{
    order:1;
  }

  .home-footer-text{
    order:2;
    white-space:normal;
    text-align:center;
  }
}