/* Main CSS — بارگذاری ناهمزمان | طراحی: اهورا گنجی (AhourA Ganji) */

/* ========== منوی موبایل بدون جاوااسکریپت ========== */
.navtoggle{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.burger{display:flex;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;
  background:#131c2e;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;padding:0 10px;flex-shrink:0}
.burger span{display:block;height:2px;background:#e6edf7;border-radius:2px;transition:.25s}
.navtoggle:focus-visible~.head-act .burger{outline:2px solid #f59e0b}
.nav{display:none}
.navtoggle:checked~.nav{display:block;position:fixed;top:84px;right:0;left:0;bottom:0;background:#0b1220;
  border-top:1px solid rgba(255,255,255,.1);padding:12px 16px 100px;overflow-y:auto;z-index:49}
.nav__list li a{display:block;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:14.5px}
.nav__list li.current-menu-item>a{color:#fbbf24;font-weight:700}
.nav__wa{display:block;margin-top:16px}

@media(min-width:992px){
  .burger{display:none}
  .nav{display:flex!important;position:static!important;align-items:center;gap:20px;background:0;border:0;padding:0;
    bottom:auto;overflow:visible}
  .nav__list{display:flex;gap:20px}
  .nav__list li a{border:0;padding:0;color:#c3cfe2;font-size:13.5px}
  .nav__list li a:hover{color:#fbbf24}
  .nav__wa{display:none}
}

/* ========== کارت هیرو ========== */
.hero-card{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:22px;text-align:center}
.hero-card__i{font-size:64px;line-height:1}
.hero-card p{color:#b6c3d8;font-size:13px;margin:12px 0 14px}
.ticks{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:12px}
.ticks li{background:rgba(255,255,255,.04);border-radius:12px;padding:9px 6px}
.ticks li::before{content:"✅ "}
.hero-card__link{display:block;margin-top:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
  border-radius:12px;padding:11px;font-size:12px;font-weight:700}
.hero-card__link:hover{color:#fbbf24;border-color:rgba(245,158,11,.4)}

/* ========== بخش‌ها ========== */
.sec{padding:40px 0}
.lazy{content-visibility:auto;contain-intrinsic-size:800px}
.sec__t{font-size:21px;font-weight:900;text-align:center;line-height:1.6}
.sec__t small{font-size:12px;font-weight:400;color:#7d8da8}
.sec__t--right,.sec__s--right{text-align:right}
.sec__s{text-align:center;color:#93a3bd;font-size:13.5px;max-width:640px;margin:8px auto 0;line-height:1.9}
.grid{display:grid;gap:11px;margin-top:24px}
.grid--3,.grid--4{grid-template-columns:1fr 1fr}
@media(min-width:760px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}
  .sec__t{font-size:29px}.sec{padding:62px 0}.grid{gap:14px}}

.card{display:block;background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:15px;
  transition:transform .2s,border-color .2s;overflow:hidden}
.card:hover{border-color:rgba(245,158,11,.45);transform:translateY(-3px)}
.card__i{font-size:25px;display:block}
.card h3,.card .h3{font-size:13.5px;font-weight:700;margin:8px 0 6px;line-height:1.7}
.card p{font-size:12px;color:#93a3bd;line-height:1.95}
.card__img{border-radius:12px;margin:-15px -15px 12px;width:calc(100% + 30px);max-width:none;aspect-ratio:16/10;object-fit:cover}
.card__ph{margin:-15px -15px 12px;height:110px;display:grid;place-items:center;font-size:36px;
  background:linear-gradient(135deg,rgba(245,158,11,.18),rgba(56,189,248,.08))}
.card__cat{font-size:10.5px;color:#fbbf24;font-weight:700}
.card__meta{display:flex;justify-content:space-between;margin-top:10px;font-size:10.5px;color:#7d8da8}
.more{display:inline-block;margin-top:9px;font-size:11.5px;color:#fbbf24;font-weight:700}
.card--step{position:relative;padding-top:20px}
.num{position:absolute;top:-12px;right:15px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  font-weight:700;color:#fff;font-size:12px;background:linear-gradient(135deg,#f59e0b,#ea580c)}
.stars{color:#fbbf24;letter-spacing:2px;font-size:13px}
blockquote{font-size:12.5px;color:#c3cfe2;margin:9px 0;line-height:2}
figcaption{font-size:12.5px;font-weight:700}

/* ========== مناطق ========== */
.loc-grid{display:grid;gap:10px;margin-top:20px;grid-template-columns:1fr}
@media(min-width:620px){.loc-grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.loc-grid{grid-template-columns:repeat(3,1fr)}}
.loc{display:flex;align-items:center;gap:10px;background:#131c2e;border:1px solid rgba(255,255,255,.09);
  border-radius:16px;padding:11px 13px;transition:border-color .2s}
.loc:hover{border-color:rgba(245,158,11,.4)}
.loc__main{flex:1;min-width:0}
.loc__main b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.loc__main small{font-size:10.5px;color:#7d8da8}
.loc__act{display:flex;gap:6px;flex-shrink:0}
.loc__call,.loc__go{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font-size:13px}
.loc__call{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff}
.loc__go{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);font-size:12px}
.loc__go:hover{background:rgba(255,255,255,.14)}

.meta-chips{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}
.meta-chips span{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:99px;padding:6px 12px;font-size:11.5px}
.meta-chips .on{color:#fbbf24}

/* ========== نقشه ========== */
.map-sec{margin-top:18px}
.mapbox{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:22px;overflow:hidden}
.mapbox iframe{width:100%;height:280px;border:0;display:block;filter:invert(.92) hue-rotate(180deg) saturate(.7)}
@media(min-width:760px){.mapbox iframe{height:420px}}
.mapbox__bar{display:flex;flex-direction:column;gap:10px;align-items:center;padding:14px;
  border-top:1px solid rgba(255,255,255,.09);text-align:center}
@media(min-width:620px){.mapbox__bar{flex-direction:row;justify-content:space-between;text-align:right}}

/* ========== تعرفه ========== */
.price{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:18px;overflow:hidden;margin-top:22px}
.price__row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;font-size:13px;
  border-bottom:1px solid rgba(255,255,255,.07)}
.price__row:last-child{border:0}
.price__row b{color:#fbbf24;font-size:11.5px;white-space:nowrap}
.link{display:inline-block;color:#fbbf24;font-weight:700;font-size:13px}

/* ========== چیپ‌ها ========== */
.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:20px}
.chips li,.chips a{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:99px;
  padding:7px 14px;font-size:12px;display:inline-block}
.chips--links a:hover{border-color:rgba(245,158,11,.45);color:#fbbf24}
.chip-all{background:rgba(245,158,11,.15)!important;color:#fbbf24;font-weight:700}

/* ========== آکاردئون ========== */
.acc{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:16px;margin-top:10px;overflow:hidden}
.acc summary{cursor:pointer;padding:14px 15px;font-weight:700;font-size:13.5px;list-style:none;
  display:flex;justify-content:space-between;gap:10px;align-items:flex-start;line-height:1.8}
.acc summary::-webkit-details-marker{display:none}
.acc summary::after{content:"+";color:#fbbf24;font-size:20px;line-height:1.2;flex-shrink:0}
.acc[open] summary::after{content:"−"}
.acc p{padding:0 15px 15px;color:#a9b7cd;font-size:12.5px;line-height:2}
.faq-h{font-size:19px;font-weight:900;margin:32px 0 6px}

/* ========== CTA ========== */
.cta-band{padding:26px 0}
.cta-band__in{background:#131c2e;border:1px solid rgba(245,158,11,.28);border-radius:24px;padding:26px 20px;
  text-align:center;position:relative;overflow:hidden}
.cta-band__in::before{content:"";position:absolute;top:-70px;left:30%;width:200px;height:200px;
  background:rgba(245,158,11,.18);filter:blur(70px);border-radius:50%}
.cta-band__in>*{position:relative}
.cta-band h2{font-size:18px;font-weight:900;line-height:1.7}
.cta-band p{font-size:13px;margin-top:6px}
.cta-band .btn{margin-top:16px}
.cta-band .small{margin-top:10px;font-size:11.5px}
@media(min-width:760px){.cta-band h2{font-size:24px}}

.inline-cta{background:#131c2e;border:1px solid rgba(245,158,11,.25);border-radius:18px;padding:16px;
  margin:24px 0;display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}
.inline-cta b{font-size:14px}
.inline-cta .btn{width:100%}
@media(min-width:620px){.inline-cta{flex-direction:row;text-align:right}
  .inline-cta b{flex:1}.inline-cta .btn{width:auto;white-space:nowrap}}

/* ========== سربرگ صفحه و محتوا ========== */
.page-head{padding:96px 0 6px}
@media(min-width:992px){.page-head{padding:120px 0 10px}}
.page-head h1{font-size:22px;font-weight:900;line-height:1.6;margin:10px 0}
@media(min-width:760px){.page-head h1{font-size:33px}}
.crumb ol{display:flex;flex-wrap:wrap;gap:5px;font-size:11.5px;color:#7d8da8}
.crumb li+li::before{content:"› ";margin-left:3px}
.crumb a{color:#fbbf24}
.post-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:11.5px;color:#7d8da8;margin-top:10px}
.post-meta .tag{color:#fbbf24}

.prose{padding:8px 16px 20px}
.prose h2{font-size:19px;font-weight:900;margin:30px 0 10px;scroll-margin-top:100px;line-height:1.7;color:#fff}
.prose h3{font-size:15.5px;font-weight:700;margin:22px 0 8px;color:#fbbf24;line-height:1.8}
.prose p{color:#aebbd0;margin-bottom:14px;font-size:14px;line-height:2.1}
.prose strong,.prose b{color:#fff}
.prose a{color:#fbbf24;text-decoration:underline;text-underline-offset:4px}
.prose ul,.prose ol{margin:0 20px 18px;color:#aebbd0;font-size:14px}
.prose ul li{list-style:disc;margin-bottom:8px;line-height:2}
.prose ol li{list-style:decimal;margin-bottom:8px;line-height:2}
.prose img{border-radius:14px;margin:16px 0}
.prose blockquote{border-right:3px solid #f59e0b;background:#131c2e;border-radius:12px;padding:14px 16px;margin:18px 0}
.prose table{width:100%;border-collapse:collapse;font-size:13px;margin:16px 0}
.prose th,.prose td{border:1px solid rgba(255,255,255,.1);padding:9px 11px;text-align:right}
.prose th{background:#131c2e;color:#fff}

.feat{border-radius:18px;margin:14px 0;width:100%}
.feat--ph{height:150px;display:grid;place-items:center;font-size:52px;
  background:linear-gradient(135deg,rgba(245,158,11,.18),rgba(56,189,248,.08))}
@media(min-width:760px){.feat--ph{height:220px}}

.toc{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-right:3px solid #f59e0b;
  border-radius:14px;padding:14px 16px;margin-bottom:24px}
.toc b{display:block;font-size:13px;margin-bottom:8px;color:#fff}
.toc ol{counter-reset:t;margin:0!important}
.toc li{counter-increment:t;font-size:12.5px;margin-bottom:5px;list-style:none!important}
.toc li::before{content:counter(t) ". ";color:#fbbf24}
.toc a{color:#b6c3d8;text-decoration:none!important}
.toc a:hover{color:#fbbf24}

/* ========== تماس ========== */
.contact-grid{display:grid;gap:11px;margin:18px 0}
@media(min-width:620px){.contact-grid{grid-template-columns:repeat(3,1fr)}}
.cbox{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:18px;text-align:center}
.cbox__i{font-size:26px;display:block}
.cbox b{display:block;margin:8px 0 6px;font-size:13.5px}
.cbox__num{display:block;color:#fbbf24;font-weight:900;font-size:17px;margin-bottom:12px}
.cbox .btn{width:100%}

/* ========== فوتر ========== */
.site-foot{border-top:1px solid rgba(255,255,255,.08);padding:32px 0 0;background:#0a1020;font-size:12px;margin-top:20px}
.foot-grid{display:grid;gap:26px}
@media(min-width:760px){.foot-grid{grid-template-columns:1.2fr .8fr 1fr}}
.fw__t{display:block;font-size:14px;margin-bottom:10px;color:#fff}
.fw__t.mt{margin-top:20px}
.site-foot p{color:#93a3bd;line-height:2;margin-bottom:4px}
.foot-list li{margin-bottom:7px;font-size:12px;color:#93a3bd}
.foot-list a:hover{color:#fbbf24}
.foot-list--inline{display:flex;flex-wrap:wrap;gap:6px}
.foot-list--inline li{background:rgba(255,255,255,.05);border-radius:8px;padding:4px 9px;margin:0;font-size:10.5px}
.foot-list--inline .all{background:rgba(245,158,11,.15)}
.foot-list--inline .all a{color:#fbbf24;font-weight:700}
.foot-tel{display:inline-block;color:#fbbf24;font-weight:900;font-size:16px;margin-top:8px}
.foot-btns{display:flex;gap:8px;margin-top:12px}
.foot-btns .btn{flex:1}
.foot-seo{border-top:1px solid rgba(255,255,255,.07);margin-top:26px;padding-top:14px;text-align:center}
.foot-seo p{font-size:11px;line-height:2.2}

.foot-bar{border-top:1px solid rgba(255,255,255,.07);margin-top:14px;padding:14px 0 90px;background:#070c17}
@media(min-width:992px){.foot-bar{padding-bottom:16px}}
.foot-bar__in{display:flex;flex-direction:column;gap:9px;align-items:center;text-align:center}
@media(min-width:760px){.foot-bar__in{flex-direction:row;justify-content:space-between;text-align:right}}
.foot-bar p{font-size:11.5px;margin:0}
.credit a{display:inline-flex;align-items:center;gap:7px;background:rgba(245,158,11,.1);
  border:1px solid rgba(245,158,11,.25);border-radius:99px;padding:5px 13px;transition:.2s;margin-right:4px}
.credit a:hover{background:rgba(245,158,11,.2);border-color:rgba(245,158,11,.5)}
.credit b{color:#fbbf24;font-size:12px}
.credit__num{color:#93a3bd;font-size:10.5px;direction:ltr}

/* ========== نوار چسبان موبایل ========== */
.sticky-cta{position:fixed;bottom:0;right:0;left:0;z-index:45;display:grid;grid-template-columns:1fr 1fr;gap:9px;
  padding:9px 11px calc(9px + env(safe-area-inset-bottom));background:rgba(11,18,32,.98);
  border-top:1px solid rgba(255,255,255,.1);backdrop-filter:none}
.sticky-cta .btn{padding:12px;font-size:13.5px;border-radius:13px}
@media(min-width:992px){.sticky-cta{display:none}}

/* ========== صفحه‌بندی و دیدگاه ========== */
.pager{margin-top:28px;text-align:center}
.pager .page-numbers{display:inline-block;padding:8px 13px;margin:0 3px;background:#131c2e;border-radius:10px;font-size:13px}
.pager .current{background:#f59e0b;color:#000;font-weight:700}
.tags{margin:18px 0;display:flex;flex-wrap:wrap;gap:6px}
.tags a{background:#131c2e;border:1px solid rgba(255,255,255,.1);border-radius:99px;padding:5px 12px;font-size:11.5px}

.cmt{padding:20px 0 10px}
.cmt-list{margin:16px 0}
.cmt-list li{background:#131c2e;border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:14px;margin-bottom:10px;list-style:none}
.cmt-list .children{margin:12px 12px 0 0}
.cmt textarea,.cmt input[type=text],.cmt input[type=email],.cmt input[type=url]{
  width:100%;background:#131c2e;border:1px solid rgba(255,255,255,.12);border-radius:12px;
  padding:11px 13px;color:#e6edf7;font-size:13.5px;margin-top:5px}
.cmt label{font-size:13px;font-weight:700}
.cmt p{margin-bottom:12px}
.comment-form-cookies-consent{display:flex;gap:7px;align-items:center}
