@font-face {
  font-family: 'IRANSans';
  src: url('https://cdn.sqp.ir/Plugins/fonts/IRANSansWeb/IRANSansWeb.woff2') format('woff2'),
       url('https://cdn.sqp.ir/Plugins/fonts/IRANSansWeb/IRANSansWeb.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: url('https://cdn.sqp.ir/Plugins/fonts/IRANSansWeb/IRANSansWeb_Medium.woff2') format('woff2'),
       url('https://cdn.sqp.ir/Plugins/fonts/IRANSansWeb/IRANSansWeb_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSans';
  src: url('https://cdn.sqp.ir/Plugins/fonts/IRANSansWeb/IRANSansWeb_Bold.woff2') format('woff2'),
       url('https://cdn.sqp.ir/Plugins/fonts/IRANSansWeb/IRANSansWeb_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root{--navy:#06162c;--navy2:#0b2344;--blue:#164b91;--gold:#d8ad4b;--gold2:#f1cf75;--cream:#f7f3ea;--text:#172033;--muted:#6f7787;--line:#e6e3dc;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'IRANSans',Tahoma,'Segoe UI',Arial,sans-serif;background:#fff;color:var(--text);line-height:1.8;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(6,22,44,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{height:92px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:14px;min-width:270px}
.brand img{width:190px;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.18))}
.brand span{display:flex;flex-direction:column;color:#fff;line-height:1.35}
.brand strong{font-size:18px;font-weight:700}
.brand small{font-size:11px;opacity:.82;margin-top:4px}
.nav-wrap nav{display:flex;align-items:center;gap:20px;margin:auto}
.nav-wrap nav a{color:#e9eef8;font-size:14px}
.nav-wrap nav a:hover{color:var(--gold2)}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 20px;font-weight:700;cursor:pointer;transition:.2s}
.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#352606;box-shadow:0 10px 26px rgba(216,173,75,.22)}
.btn-gold:hover{transform:translateY(-1px)}
.btn-outline{border:1px solid rgba(216,173,75,.65);color:var(--gold2);background:transparent}
.btn-ghost{border:1px solid rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.04)}
.full{width:100%}
.menu-btn{display:none;background:none;border:0;color:#fff;font-size:26px}
.hero{background:radial-gradient(circle at 15% 25%,rgba(25,78,145,.35),transparent 28%),linear-gradient(135deg,#051224 0%,#0a2447 55%,#06162c 100%);color:#fff;padding:76px 0 82px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}
.eyebrow{display:inline-block;color:var(--gold2);font-size:12px;letter-spacing:.5px;font-weight:700;margin-bottom:12px}
.hero h1,.section h2{margin:0}
.hero h1{font-size:54px;line-height:1.35}
.hero h1 span{color:var(--gold2)}
.hero-copy>p{color:#d3dcee;max-width:680px;font-size:17px}
.hero-actions{display:flex;gap:12px;margin:28px 0}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:36px}
.trust-row div{padding:14px 0;border-top:1px solid rgba(255,255,255,.14)}
.trust-row strong,.trust-row span{display:block}
.trust-row strong{color:#fff;font-size:16px}
.trust-row span{font-size:11px;color:#aab6c8}
.price-card{background:#fff;color:var(--text);padding:26px;border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.price-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.price-card-head span{font-size:12px;color:var(--muted)}
.price-card-head strong{font-size:30px;display:block;color:var(--navy)}
.price-card-head small{font-size:12px}
.status{color:#1b8f5a!important;background:#e9f8f0;padding:6px 10px;border-radius:99px}
.switcher{display:grid;grid-template-columns:1fr 1fr;background:#f1f3f6;border-radius:12px;padding:4px;margin:22px 0}
.switcher button{border:0;background:transparent;padding:10px;border-radius:9px;font-weight:700;cursor:pointer;font-family:inherit}
.switcher button.active{background:var(--navy);color:#fff}
.price-card label,.custom-form label{font-size:12px;color:var(--muted);display:block;margin-bottom:7px}
.price-card input,.custom-form input,.custom-form select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:11px;font:inherit;outline:none}
.price-card input:focus,.custom-form input:focus,.custom-form select:focus{border-color:var(--gold)}
.equivalent{display:flex;justify-content:space-between;margin:16px 0 20px;padding:12px 0;border-bottom:1px solid var(--line)}
.equivalent span{color:var(--muted);font-size:13px}
.equivalent strong{color:var(--navy)}
.microcopy{font-size:10px!important;color:#8a91a0!important;margin:12px 0 0!important}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-34px;position:relative;z-index:2}
.features article{background:#fff;border:1px solid #ece9e2;border-radius:18px;padding:24px;box-shadow:0 14px 40px rgba(20,32,55,.08)}
.features .icon{width:40px;height:40px;border-radius:12px;background:#f7edd2;color:#9d731b;display:grid;place-items:center;font-weight:700}
.features h3{font-size:15px;margin:12px 0 6px}
.features p{font-size:12px;color:var(--muted);margin:0}
.section{padding:92px 0}
.dark-section{background:#081b35;color:#fff;margin-top:70px}
.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.custom-grid h2,.section-title h2{font-size:36px}
.custom-grid>div>p{color:#bec9da}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin:26px 0}
.chips span{padding:7px 11px;border:1px solid rgba(255,255,255,.15);border-radius:99px;font-size:12px;color:#d9e2ef}
.custom-card{background:#fff;border-radius:24px;padding:28px;color:var(--text);display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}
.gold-token{aspect-ratio:1/1.15;border-radius:20px;background:linear-gradient(145deg,#f8dc8a,#bd8423);box-shadow:inset 0 0 0 2px rgba(255,255,255,.35),0 18px 38px rgba(0,0,0,.24);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#382603;text-align:center}
.gold-token span{font-weight:900;letter-spacing:3px}
.gold-token strong{font-size:42px;line-height:1.1}
.gold-token small{font-size:10px}
.gold-token em{margin-top:22px;font-size:12px;font-style:normal;background:rgba(255,255,255,.24);padding:5px 9px;border-radius:99px}
.custom-form{display:grid;gap:8px}
.custom-form .btn{margin-top:10px}
.section-title{text-align:center;max-width:720px;margin:0 auto 50px}
.section-title p{color:var(--muted)}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.timeline div{position:relative;border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}
.timeline b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#f7edd2;color:#8c681e}
.timeline h3{font-size:16px;margin:14px 0 5px}
.timeline p{font-size:12px;color:var(--muted);margin:0}
.stats-band{background:#f6f1e5;padding:46px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.stats-grid strong,.stats-grid span{display:block}
.stats-grid strong{font-size:28px;color:#8f6715}
.stats-grid span{font-size:12px;color:var(--muted)}
.faq{max-width:900px}
.faq details{border-bottom:1px solid var(--line);padding:18px 0}
.faq summary{font-weight:700;cursor:pointer}
.faq details p{color:var(--muted);font-size:13px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1.5fr .8fr;gap:30px;align-items:center}
footer{background:#051225;color:#c9d3e2;padding:40px 0}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand img{width:200px;height:auto;object-fit:contain;display:block}
.footer-grid p{font-size:12px}
.footer-links{display:flex;gap:16px;justify-content:flex-end;font-size:12px}
.toast{position:fixed;left:24px;bottom:24px;background:#132846;color:#fff;padding:12px 18px;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.2);opacity:0;transform:translateY(12px);pointer-events:none;transition:.25s}
.toast.show{opacity:1;transform:none}
@media(max-width:900px){.desktop-only{display:none}.menu-btn{display:block;margin-right:auto}.nav-wrap{height:84px}.nav-wrap nav{display:none;position:absolute;top:84px;right:18px;left:18px;background:#0b2344;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px;flex-direction:column;align-items:stretch}.nav-wrap nav.show{display:flex}.hero-grid,.custom-grid{grid-template-columns:1fr}.hero{padding-top:48px}.hero h1{font-size:40px}.features{grid-template-columns:1fr 1fr;margin-top:30px}.timeline{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-links{justify-content:center}.footer-brand{justify-content:center}.brand{min-width:0}.brand img{width:160px}}
@media(max-width:560px){.container{width:min(100% - 24px,1180px)}.hero h1{font-size:33px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column}.trust-row,.features,.timeline,.stats-grid{grid-template-columns:1fr 1fr}.custom-card{grid-template-columns:1fr}.price-card{padding:20px}.section{padding:68px 0}.custom-grid h2,.section-title h2{font-size:29px}.brand small{display:none}.footer-brand img{width:170px}}
@media(max-width:390px){.trust-row,.features,.timeline,.stats-grid{grid-template-columns:1fr}.nav-wrap{height:74px}.nav-wrap nav{top:74px}.brand img{width:146px}}
.price-meta{display:block!important;margin-top:5px;font-size:10px!important;color:#7f8795!important;line-height:1.6}
.status-up{color:#178a55!important;background:#e9f8f0!important}
.status-down{color:#b33939!important;background:#fff0f0!important}
.status-error{color:#a56b12!important;background:#fff7df!important}
