:root{color-scheme:dark;--space:#020918;--navy:#07172e;--panel:#0b1d39;--text:#f8fafc;--muted:#94a3b8;--line:rgba(148,190,235,.18);--blue:#3b82f6;--cyan:#22d3ee;--ok:#10d9a0;--header:84px;--app-min:100vh;--shadow:0 22px 60px rgba(0,0,0,.3);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
@supports (height:100svh){:root{--app-min:100svh}}
@supports (height:100dvh){:root{--app-min:100dvh}}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;overflow-x:hidden;min-height:var(--app-min);display:flex;flex-direction:column;background:#020918;color:var(--text);line-height:1.65}
button,input,textarea{font:inherit}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
.sr-only,.skip{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip:focus{position:fixed;inset:1rem auto auto 1rem;width:auto;height:auto;margin:0;clip:auto;padding:.6rem 1rem;background:white;color:#020918;z-index:100}

.dragon-header{position:sticky;top:0;z-index:50;flex:0 0 auto;height:var(--header);padding:0 max(1rem,calc((100vw - 1490px)/2));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;direction:ltr;background:rgba(2,9,24,.97);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(16px)}
.brand{display:flex;align-items:center;gap:.75rem}
.brand img{width:230px;height:54px;object-fit:contain;filter:brightness(1.15) contrast(1.08) drop-shadow(0 0 9px rgba(96,165,250,.3))}
.brand span{display:flex;flex-direction:column;line-height:1.15;white-space:nowrap}
.brand b{font-size:.88rem}
.brand small{font-size:.62rem;color:#7db1ff;letter-spacing:.06em}
.dragon-nav{justify-self:center;display:flex;align-items:center;gap:1.45rem}
html[dir="rtl"] .dragon-nav{direction:rtl}
html[dir="ltr"] .dragon-nav{direction:ltr}
.dragon-nav a{font-size:.84rem;color:#9eacc4;white-space:nowrap}
.dragon-nav a:hover,.dragon-nav .active{color:white}
.dragon-nav a:focus,.brand:focus{outline:none}
.dragon-nav a:focus-visible,.brand:focus-visible,#aboutNav:focus-visible{outline:2px solid #38bdf8;outline-offset:3px}
.dragon-nav .active{padding:.35rem .7rem;border-radius:.4rem;background:rgba(255,255,255,.09)}
.header-actions{display:flex;align-items:center;gap:.55rem}
.language-shell{position:relative}
.language-toggle{height:34px;min-height:0;padding:0 .75rem;background:transparent;border:1px solid rgba(255,255,255,.12);font-size:.75rem}
.language-menu{position:absolute;top:42px;inset-inline-end:0;width:170px;padding:.4rem;border:1px solid var(--line);border-radius:.7rem;background:#07152b;box-shadow:var(--shadow)}
.language-menu::before{content:"";position:absolute;inset-inline:0;bottom:100%;height:12px}
.language-menu button{width:100%;text-align:start;background:transparent;border:0;padding:.55rem}
.header-buy,.dragon-start{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 1.2rem;border-radius:.55rem;background:linear-gradient(135deg,#1d4ed8,#3b82f6);font-size:.78rem;font-weight:750;box-shadow:0 4px 18px rgba(59,130,246,.35)}
.nav-toggle{display:none}

main{width:100%;flex:1 0 auto;display:flex;flex-direction:column;min-height:calc(var(--app-min) - var(--header) - env(safe-area-inset-bottom,0px))}
#home:not([hidden]),#about:not([hidden]),#discover:not([hidden]),#supportContact:not([hidden]){flex:1 0 auto}
.dragon-hero{position:relative;isolation:isolate;overflow:hidden;min-height:750px;padding:62px max(1rem,calc((100vw - 1300px)/2)) 120px;display:grid;place-items:start center;text-align:center;background:radial-gradient(ellipse at 50% 82%,rgba(0,190,255,.11),transparent 40%),linear-gradient(180deg,#010713,#00101e 70%,#09213d)}
.network{position:absolute;inset:0;z-index:-2;opacity:.25;background-image:linear-gradient(16deg,transparent 49.8%,rgba(56,189,248,.22) 50%,transparent 50.2%),linear-gradient(-8deg,transparent 49.8%,rgba(56,189,248,.16) 50%,transparent 50.2%);background-size:560px 230px}
.star{position:absolute;width:3px;height:3px;border-radius:50%;background:white;box-shadow:0 0 8px white;animation:twinkle 3s infinite alternate}
.s1{top:12%;left:15%}
.s2{top:31%;left:27%}
.s3{top:20%;right:28%}
.dragon-hero-copy{z-index:3;display:grid;justify-items:center;width:min(900px,100%)}
.hero-pill,.section-kicker{margin:0 0 1rem;color:#38dffa;font-size:.72rem;font-weight:800;letter-spacing:.14em}
.hero-pill{padding:.35rem 1rem;border:1px solid rgba(59,130,246,.35);border-radius:999px;background:rgba(12,49,93,.45)}
.dragon-hero{scroll-margin-top:84px}
.dragon-hero h1{margin:0;font-size:clamp(2.9rem,5vw,4.7rem);line-height:1.03;letter-spacing:-.045em}
.dragon-hero h1:focus{outline:none}
.dragon-hero h1:focus-visible{outline:2px solid #38bdf8;outline-offset:8px}
.dragon-hero h1 span,.dragon-hero h1 strong{display:block}
.dragon-hero h1 strong{margin-top:.15em;background:linear-gradient(90deg,#5ee7ff,#58a6ff 48%,#9b7bff);-webkit-background-clip:text;background-clip:text;color:transparent}
.dragon-hero-lead{max-width:690px;margin:1.5rem 0;color:#c1cede;font-size:1.08rem}
.hero-actions{display:flex;gap:1rem}
.hero-secondary{display:inline-flex;min-width:260px;min-height:48px;align-items:center;justify-content:center;border:1px solid rgba(148,190,235,.3);border-radius:.65rem;background:rgba(255,255,255,.06);font-weight:700}
.dragon-start{min-width:260px;min-height:48px;background:linear-gradient(135deg,#0d8d88,#14b8a6)}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);width:min(770px,100%);margin-top:1.3rem;border:1px solid rgba(148,190,235,.13);border-radius:1rem;background:rgba(14,37,62,.78);backdrop-filter:blur(12px)}
.hero-stats span{padding:.8rem;border-inline-end:1px solid rgba(148,190,235,.09)}
.hero-stats span:last-child{border:0}
.hero-stats b{display:block;font-size:2rem;line-height:1.2}
.hero-stats small{color:#28d2e7}
.dragon-earth-stage{position:absolute;right:calc(2.5% + 25px);top:69px;width:295px;z-index:2}
.dragon-earth{display:block;width:100%;border-radius:50%;filter:drop-shadow(0 0 30px rgba(59,130,246,.4))}
.dragon-earth-glow{position:absolute;inset:12%;border-radius:50%;box-shadow:0 0 85px rgba(41,142,255,.45)}
.dragon-orbit{position:absolute;inset:40% -5%;border:1px solid rgba(96,165,250,.35);border-radius:50%;transform:rotate(14deg)}
.dragon-earth-stage small{color:#4880ba;font-size:.55rem;letter-spacing:.22em}
.satellite{position:absolute;left:-67px;top:-57px;width:76px;pointer-events:none;z-index:1;animation:satellite-float 14s ease-in-out infinite}
.satellite svg{display:block;width:100%;height:auto;overflow:visible;filter:drop-shadow(0 0 8px rgba(34,211,238,.35))}
.storefront-section{padding:28px max(1rem,calc((100vw - 1250px)/2)) 48px;background:#f8fafc;color:#172033}
@media(min-width:801px){body[data-view=products] #discover.storefront-section{padding-block-start:22px}}
#discover,#supportContact{scroll-margin-top:84px}
.about-section{padding:2.25rem max(1rem,calc((100vw - 1280px)/2)) 2.5rem;background:#f5f7fb;color:#172033;border-block:1px solid #e4eaf3}
#about{scroll-margin-top:var(--header)}
.dragon-hero[hidden],.about-section[hidden],.storefront-section[hidden]{display:none!important}
.about-intro{margin:0 auto 1.35rem;text-align:center}
.about-intro h2{margin:0;font-size:clamp(1.7rem,3vw,2.15rem);line-height:1.25;color:#0f172a;letter-spacing:-.02em;border:0;outline:none;box-shadow:none;background:transparent}
.about-intro h2:focus,.about-intro h2:focus-visible{outline:none;border:0;box-shadow:none}
.about-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;align-items:stretch}
.about-card{display:flex;flex-direction:column;height:100%;margin:0;padding:1.4rem 1.3rem 1.45rem;background:#fff;border:1px solid #dce3ee;border-radius:.9rem;box-shadow:0 10px 28px rgba(15,23,42,.05);border-inline-start:3px solid #38bdf8}
.about-card h3{margin:0 0 .85rem;font-size:1.12rem;line-height:1.35;color:#0f172a}
.about-card p{margin:0 0 1rem;color:#3d4a5f;font-size:.95rem;line-height:1.85}
.about-card p:last-child{margin-bottom:0}
.section-heading{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin:0 0 .55rem}
.section-heading h2{margin:0;font-size:2.1rem}
.section-kicker{margin-bottom:.25rem}
.journey-help{margin:.25rem 0;color:#667085}
.guest-badge{align-self:center;padding:.4rem .8rem;border:1px solid #c9d3e1;border-radius:999px;color:#58677d;font-size:.75rem}
.catalog-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,2fr);gap:14px;align-items:stretch;margin:0 0 .55rem}
.division-tabs{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-column:1/span 2;gap:14px;margin:0}
.division-tab{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:56px;height:58px;padding:.35rem .8rem;text-align:start;background:white;color:#5e6677;border:1px solid #dce2eb;border-radius:.7rem}
.division-tab b{font-size:.92rem;line-height:1.2}
.division-tab small{font-weight:400;font-size:.68rem;line-height:1.25}
.division-tab.active{color:white;border-color:#763cff;background:linear-gradient(135deg,#5220bb,#8b28ff);box-shadow:0 12px 25px rgba(106,45,220,.22)}
.catalog-search{display:flex;align-items:center;grid-column:3;min-width:0;margin:0}
.catalog-search[hidden]{display:none!important}
.catalog-controls:has(#catalogSearch[hidden]){grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.catalog-controls:has(#catalogSearch[hidden]) .division-tabs{grid-column:1/-1}
.catalog-search-field{display:flex;gap:.5rem;align-items:center;width:100%}
.catalog-search input{flex:1;min-width:0;width:100%;min-height:44px;height:44px;margin:0;background:white;color:#172033;border:1px solid #dce2eb}
.catalog-search input:focus-visible{outline:2px solid #7c2cff;outline-offset:2px}
.catalog-search-clear,.catalog-search button{min-height:44px;height:44px;padding:0 .9rem;flex:none;background:white;color:#3d4a5f;border:1px solid #dce2eb}
.catalog-empty{grid-column:1/-1;margin:0;padding:2rem 1rem;text-align:center;color:#5e6677}
.categories{display:flex;gap:.55rem;overflow:auto;padding:0 0 .5rem}
.category{flex:none;min-height:38px;padding:.45rem .9rem;background:white;color:#4b5565;border:1px solid #dce2eb;border-radius:.55rem}
.category.active{color:white;background:#7c2cff;border-color:#7c2cff}
.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}
.product{min-height:0;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.4rem;text-align:start;border:1px solid #dfe4ec;border-radius:1rem;background:white;color:#172033;box-shadow:0 8px 25px rgba(31,41,55,.06);transition:.2s}
.product:not(:disabled):hover{transform:translateY(-4px);border-color:#9b76ef;box-shadow:0 15px 35px rgba(75,42,145,.13)}
.product-top{display:flex;justify-content:space-between;gap:.5rem}
.product-identity{display:flex;align-items:center;gap:.7rem;min-height:40px}
.product-logo{width:40px;height:40px;flex:none;object-fit:contain;border-radius:10px}
.product-name{margin:0;font-size:1.05rem;line-height:1.2}
.product-plan{color:#697487;font-size:.75rem}
.product-category,.product-description,.product-options{color:#697487;font-size:.77rem}
.product-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}
.product-prices{display:grid;gap:.12rem;min-height:1.3em}
.product-price-usd{font-weight:750;font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}
.product-price-toman{font-size:.88rem;color:#3d4a5f;font-variant-numeric:tabular-nums}
.product-price-pending{color:#5e6677;font-size:.8rem}
.product strong{font-size:1.05rem}
.product .availability{padding:.2rem .55rem;border-radius:999px;background:#e7f9f1;color:#087c5d;font-size:.68rem}
.product-cta{margin-top:auto;padding-top:.55rem;border-top:1px solid #edf0f4;color:#7428dc;font-size:.78rem;font-weight:800}
.product.unavailable{opacity:.66}
.product.selected{border-color:#7c2cff;box-shadow:0 0 0 3px rgba(124,44,255,.13)}
.catalog-error{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:#5e6677}
.catalog-error button{margin-top:.8rem}
.empty-services{text-align:center;padding:5rem 1rem;color:#657087}
.empty-services span{font-size:3rem;color:#9462ef}
.empty-services h3{color:#172033}
.checkout-shell{max-width:1000px;margin:0 auto;padding:3rem 1rem 5rem}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:.4rem;padding:.65rem;border:1px solid var(--line);border-radius:1rem;background:#081932}
.steps span{padding:.55rem;text-align:center;color:#879ab4;border-bottom:2px solid #29415f;font-size:.73rem}
.steps .active{color:white;border-color:#22d3ee}
.notice,.card{margin:1rem 0;padding:1.5rem;border:1px solid var(--line);border-radius:1rem;background:linear-gradient(145deg,#102747,#07172e);box-shadow:var(--shadow)}
.notice{position:sticky;top:76px;z-index:20;background:#352b16}
.card h2{margin:.1rem 0 .4rem}
label{display:grid;gap:.35rem;margin:.9rem 0;font-weight:700}
input,textarea{width:100%;padding:.8rem;border:1px solid #526982;border-radius:.65rem;background:#020c1d;color:white}
textarea{resize:vertical}
button{min-height:44px;padding:.7rem 1rem;border:1px solid transparent;border-radius:.65rem;background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:white;font-weight:750;cursor:pointer}
button:disabled{opacity:.55;cursor:not-allowed}
.secondary{border-color:#37506e;background:#183250}
.journey-actions,.actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1rem}
.selected-summary,.amount-summary{padding:.85rem;border-inline-start:3px solid #22d3ee;background:rgba(34,211,238,.07)}
.variants{display:flex;gap:.5rem;flex-wrap:wrap}
.variant-option{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem;border:1px solid #37506e;border-radius:.6rem}
.variant-option input{width:auto}
.payment-instructions{padding:1rem;border:1px solid #37506e;border-radius:.8rem}
.payment-instructions dl{display:grid;grid-template-columns:max-content 1fr;gap:.5rem 1rem}
.badge{display:inline-flex;padding:.35rem .8rem;border-radius:999px;background:rgba(16,217,160,.12);color:#55d6a0}
pre{padding:1rem;white-space:pre-wrap;background:#010713;direction:ltr;text-align:left}
footer{flex:0 0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem max(1rem,calc((100vw - 1200px)/2));border-top:1px solid rgba(255,255,255,.07);background:#020918;color:#c5d0e0}
footer>div,footer>nav{display:flex;flex-direction:column;align-items:start;gap:.7rem}
footer b,.footer-heading{color:#fff;font-size:1.12rem;font-weight:750;line-height:1.45}
footer a,footer button{font-size:.95rem;line-height:1.6}
footer button{min-height:0;padding:0;background:none;color:#d5deea;text-align:start}
.footer-brand img{width:230px}
.footer-brand small{color:#78a8ee}
.footer-nav-link{color:#d5deea}
.footer-nav-link:hover,.footer-heading:hover,footer button:hover{color:#fff}
.footer-email{display:block;margin-top:.15rem;color:#7dd3fc;text-decoration:underline;overflow-wrap:anywhere}
.footer-email:focus-visible,.footer-heading:focus-visible,.footer-nav-link:focus-visible,footer button:focus-visible{outline:2px solid #38bdf8;outline-offset:3px}
.footer-language-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}
.footer-language-list li{margin:0}
.enamad-slot[hidden]{display:none!important}
.enamad-slot{margin:0;padding:0}
.enamad-badge{display:inline-block;margin-top:.75rem}
.enamad-badge img{display:block;width:auto;height:auto;max-width:118px;max-height:118px;object-fit:contain;background:transparent;filter:none}

@keyframes twinkle{from{opacity:.2;transform:scale(.8)}
to{opacity:1;transform:scale(1.4)}
}
@keyframes satellite-float{0%,100%{transform:translate(0,4px) rotate(-9deg)}
50%{transform:translate(-10px,14px) rotate(6deg)}
}
@media(max-width:1100px){.brand span{display:none}
.brand img{width:190px}
.dragon-nav{gap:1rem}
.dragon-earth-stage{opacity:.45}
.products{grid-template-columns:repeat(2,minmax(0,1fr))}
.about-pillars{grid-template-columns:1fr}
}
@media(max-width:800px){:root{--header:66px}
.dragon-header{padding:0 .8rem;gap:.5rem}
.brand img{width:155px}
.dragon-nav{position:absolute;inset:100% .75rem auto;display:none;flex-direction:column;align-items:stretch;padding:.6rem;background:#07172e;border:1px solid var(--line);border-radius:.8rem}
.dragon-nav.open{display:flex}
.dragon-nav a{padding:.7rem}
.nav-toggle{display:block;width:44px;padding:0;order:3}
.header-buy{display:none}
.dragon-earth-stage{width:180px;right:-15px}
footer{grid-template-columns:1fr 1fr;gap:2rem}
.dragon-hero{min-height:680px}
.products{grid-template-columns:repeat(2,minmax(0,1fr))}
.about-section{padding:56px 1rem 64px}
.about-pillars{grid-template-columns:1fr}
}
@media(max-width:767px){.dragon-earth-stage,.dragon-earth,.satellite{display:none}
.catalog-controls{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem}
.division-tabs{grid-column:1/-1}
#catalogSearch{grid-column:1/-1}
.division-tab{min-height:44px;height:auto;padding:.5rem .7rem}
}
@media(max-width:560px){.brand img{width:135px}
.language-toggle{padding:0 .5rem}
.dragon-hero{min-height:650px;padding:52px 1rem 110px}
.dragon-hero h1{font-size:2.35rem}
.dragon-hero-lead{font-size:.92rem}
.hero-actions{width:100%;flex-direction:column}
.dragon-start,.hero-secondary{width:100%;min-width:0}
.hero-stats{grid-template-columns:repeat(2,1fr)}
.dragon-earth-stage{top:auto;bottom:20px;right:-35px;width:145px}
.storefront-section{padding:2rem .8rem}
.about-section{padding:48px .8rem 56px}
.section-heading{display:block}
.guest-badge{display:inline-flex;margin-top:.7rem}
.division-tabs{gap:.75rem}
.products{grid-template-columns:1fr}
.steps{overflow:auto;grid-template-columns:repeat(5,minmax(0,1fr))}
.journey-actions>*{flex:1 1 100%}
.payment-instructions dl{grid-template-columns:1fr}
footer{grid-template-columns:1fr;gap:2rem;padding:3rem 1rem}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.star,.satellite{animation:none!important}
*{transition-duration:.01ms!important}
}
#journey[hidden],#journeySteps[hidden]{display:none!important}
.checkout-shell[hidden]{padding:0;margin:0}
.journey-card label{display:grid;gap:.35rem}
#supportContact.storefront-section{padding-block:30px 24px}
@media(min-width:801px){#supportContact.storefront-section{padding-block:38px 24px}}
@media(min-width:801px) and (min-height:900px){#supportContact.storefront-section{display:flex;flex-direction:column;justify-content:flex-end;padding-block:38px 24px}}
#supportContact .section-heading{margin-bottom:.3rem}
#supportContact .section-heading h2{font-size:1.7rem}
.support-form{display:grid;gap:.65rem;margin:0;padding:1.1rem 1.2rem 1rem;background:#fff;color:#172033;border:1px solid #d7dee8;border-radius:1rem;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.support-form .name-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}
.support-form label{display:grid;gap:.22rem;margin:0;color:#1b2433;font-size:.9rem}
.support-form input,.support-form textarea{width:100%;min-height:44px;padding:.65rem .85rem;border:1px solid #8b98a8;border-radius:.6rem;background:#fff;color:#172033}
.support-form textarea{min-height:112px;resize:vertical}
.support-form input:focus-visible,.support-form textarea:focus-visible{outline:2px solid #22d3ee;outline-offset:2px;border-color:#3b82f6}
.support-form .journey-actions{margin-top:.15rem}
.support-form .support-submit{min-height:46px;padding:.7rem 1.2rem;font-size:1rem}
.support-form .support-retry{background:#eef3f8;color:#1b2433;border-color:#c5d0de}
.contact-status{margin:0;color:#3d4a5f}
.contact-status[data-state=pending]{color:#345068}
.contact-status[data-state=success]{color:#0f7b57}
.contact-status[data-state=failure]{color:#b42318}
@media(max-width:560px){.support-form .name-row{grid-template-columns:1fr}}
