*{box-sizing:border-box;margin:0;padding:0}
:root{--teal:#2BBFAA;--teal-dark:#1A9E8E;--teal-light:#E8F8F6;--teal-mid:#B2EBE5;--text:#1A2332;--text-muted:#64748B;--text-light:#94A3B8;--bg:#F7F9FC;--white:#FFFFFF;--border:#E2E8F0;--border-light:#EEF2F7;--red:#D92D20;--amber:#B45309;--blue:#0369A1;--shadow:0 1px 3px rgba(15,23,42,.08),0 1px 2px rgba(15,23,42,.04);--shadow-md:0 8px 24px rgba(15,23,42,.08)}
html{scroll-behavior:smooth}
body{font-family:'IBM Plex Sans Arabic',Tahoma,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;font-size:15px;line-height:1.75}
a{color:var(--teal-dark);text-decoration:none}
a:hover{text-decoration:underline}
img,svg{max-width:100%}
.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}
.nav{max-width:1120px;margin:0 auto;padding:0 1.25rem;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none}
.brand:hover{text-decoration:none}
.brand-logo{width:44px;height:44px;object-fit:contain;display:block;flex-shrink:0}
.brand-text{display:flex;flex-direction:column;line-height:1.25}
.brand-text strong{font-size:17px;font-weight:700}
.brand-text span{font-size:12px;color:var(--text-muted)}
.nav-links{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
.nav-link{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;color:var(--text-muted);font-size:14px;font-weight:500}
.nav-link:hover{background:var(--teal-light);color:var(--teal-dark);text-decoration:none}
.nav-link.active{background:var(--teal);color:#fff}
.nav-toggle{display:none;border:1px solid var(--border);background:var(--white);border-radius:9px;padding:8px;color:var(--text);font-family:inherit}
.container{max-width:1120px;margin:0 auto;padding:2rem 1.25rem}
.narrow{max-width:820px}
.hero{text-align:center;padding:4rem 1.25rem 2.5rem;max-width:820px;margin:0 auto}
.hero-logo-wrap{width:124px;height:124px;margin:0 auto 1.4rem;display:flex;align-items:center;justify-content:center}
.hero-logo{width:124px;height:124px;object-fit:contain;display:block}
.hero h1{font-size:2.35rem;line-height:1.35;margin-bottom:.8rem}
.hero p{max-width:660px;margin:0 auto;color:var(--text-muted);font-size:1.02rem}
.page-head{padding:2.4rem 1.25rem 1.2rem;text-align:center}
.page-head h1{font-size:2rem;line-height:1.35;margin-bottom:.45rem}
.page-head p{color:var(--text-muted);max-width:720px;margin:0 auto}
.grid{display:grid;gap:16px}
.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card,.form-card,.article-card,.notice,.faq details{background:var(--white);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow)}
.card,.article-card{padding:1.35rem}
.card.accent{background:var(--teal-light);border-color:var(--teal-mid)}
.card h2,.card h3,.article-card h2,.article-card h3{font-size:1.08rem;margin-bottom:.45rem}
.card p,.article-card p{color:var(--text-muted);font-size:14px}
.card-icon{width:46px;height:46px;border-radius:12px;background:rgba(43,191,170,.15);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;font-size:21px;margin-bottom:.75rem}
.btn-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:1rem}
.btn-primary,.btn-outline,.btn-small{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-family:inherit;font-weight:700;cursor:pointer;text-decoration:none;border:0}
.btn-primary{background:var(--teal);color:#fff;padding:12px 20px}
.btn-primary:hover{background:var(--teal-dark);text-decoration:none}
.btn-outline{background:var(--white);color:var(--text-muted);border:1.5px solid var(--border);padding:11px 18px}
.btn-outline:hover{border-color:var(--teal);color:var(--teal-dark);text-decoration:none}
.btn-small{font-size:13px;padding:8px 12px;background:var(--teal-light);color:var(--teal-dark)}
.btn-small:hover{text-decoration:none;background:var(--teal-mid)}
.notice{padding:1rem 1.15rem;display:flex;align-items:flex-start;gap:10px;color:var(--text-muted);font-size:13.5px;margin:1rem 0}
.notice strong{color:var(--text)}
.section-title{font-size:1.45rem;margin:2rem 0 .75rem}
.form-card{padding:1.55rem;margin-bottom:1.25rem}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}
.field-group{display:flex;flex-direction:column;gap:6px}
label{font-size:13px;font-weight:600;color:var(--text)}
.req{color:var(--red)}
input,select,textarea{padding:11px 14px;border:1.5px solid var(--border);border-radius:10px;font-size:14px;font-family:inherit;color:var(--text);background:var(--white);direction:rtl}
textarea{min-height:150px;resize:vertical}
input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline:3px solid rgba(43,191,170,.25);outline-offset:2px;border-color:var(--teal)}
.ins-section{background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:12px;padding:1.1rem;margin-top:4px}
.ins-header label,.radio-opt{display:flex;align-items:center;gap:8px;cursor:pointer}
.ins-header input,.radio-opt input{accent-color:var(--teal);width:18px;height:18px}
.ins-type-row{display:flex;gap:16px;margin:12px 0}
.ins-amount{display:none}.ins-amount.show{display:block}
.result-hero,.eos-result-card{background:var(--teal-light);border:1.5px solid var(--teal-mid);border-radius:16px;padding:1.8rem;text-align:center;margin-bottom:1.25rem}
.result-icon{width:52px;height:52px;background:rgba(43,191,170,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:var(--teal-dark);font-size:24px}
.result-label{font-size:14px;color:var(--text-muted)}
.result-amount{font-size:2.85rem;font-weight:700;color:var(--teal-dark);line-height:1.15;direction:ltr}
.result-currency{font-size:14px;color:var(--text-muted)}
.detail-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.35rem;margin-bottom:1.25rem;box-shadow:var(--shadow)}
.detail-card h2,.detail-card h3{font-size:1.05rem;margin-bottom:.85rem}
.detail-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px;border:1px solid var(--border-light);border-radius:10px;margin-bottom:8px;background:var(--bg)}
.detail-row.highlight{background:var(--teal-light);border-color:var(--teal-mid)}
.d-info{display:flex;flex-direction:column;gap:2px;text-align:right}
.d-label{font-size:14px}.d-sub{font-size:12px;color:var(--text-muted)}
.d-val{font-size:14px;font-weight:700;white-space:nowrap;color:var(--text)}
.highlight .d-val{color:var(--teal-dark)}
.bracket-title{font-size:13px;font-weight:700;color:var(--text-muted);margin:.9rem 0 .45rem}
.history-list{display:flex;flex-direction:column;gap:10px;margin-bottom:1.25rem}
.history-item{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow)}
.h-date,.h-gross,.h-meta{font-size:12px;color:var(--text-muted)}
.h-name{font-size:14px;font-weight:700}
.net-val{font-size:18px;font-weight:700;color:var(--teal-dark);direction:ltr;text-align:left}
.tabs-note{font-size:13px;color:var(--text-muted)}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start}
.article-body{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow)}
.article-body h1{font-size:2rem;line-height:1.35;margin-bottom:.5rem}
.article-body h2{font-size:1.28rem;margin:1.7rem 0 .55rem}
.article-body p,.article-body li{color:#334155;font-size:16px;line-height:2}
.article-body ul{padding-right:1.35rem;margin:.5rem 0}
.article-meta{color:var(--text-muted);font-size:13px;margin-bottom:1rem}
.side-box{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1rem;box-shadow:var(--shadow);position:sticky;top:84px}
.side-box h2,.side-box h3{font-size:1rem;margin-bottom:.65rem}
.side-box a{display:block;padding:.45rem 0;border-bottom:1px solid var(--border-light);font-size:13px}
.side-box a:last-child{border-bottom:0}
.faq{margin-top:1.5rem}
.faq details{padding:1rem;margin-bottom:.7rem}
.faq summary{cursor:pointer;font-weight:700}
.faq p{margin-top:.6rem}
.tag{display:inline-flex;background:var(--teal-light);color:var(--teal-dark);border:1px solid var(--teal-mid);border-radius:999px;padding:.22rem .65rem;font-size:12px;font-weight:700}
.link-list{display:grid;gap:10px;margin-top:1rem}
.site-footer{background:#F0F4F8;border-top:1px solid var(--border);margin-top:2.5rem}
.footer-inner{max-width:1120px;margin:0 auto;padding:2rem 1.25rem;display:grid;grid-template-columns:1.3fr 2fr;gap:24px}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:.55rem}
.footer-logo-img{width:38px;height:38px;object-fit:contain;display:block;flex-shrink:0}
.footer-inner p{color:var(--text-muted);font-size:13px}
.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.footer-links a{font-size:13px;color:var(--text-muted)}
.copyright{text-align:center;border-top:1px solid var(--border);padding:1rem;color:var(--text-muted);font-size:12px}
.error-code{font-size:5rem;color:var(--teal-dark);font-weight:700;line-height:1}
@media(max-width:860px){.nav{align-items:flex-start;padding-top:.7rem;padding-bottom:.7rem}.nav-toggle{display:block}.nav-links{display:none;width:100%;padding-top:.6rem}.nav.open{flex-wrap:wrap}.nav.open .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.nav-link{justify-content:center}.cards-3,.cards-2,.article-layout,.footer-inner{grid-template-columns:1fr}.side-box{position:static}.hero h1,.page-head h1,.article-body h1{font-size:1.55rem}.hero{padding-top:2.5rem}.article-body{padding:1.3rem}.form-row{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){body{font-size:14px}.container{padding:1.35rem 1rem}.brand-logo{width:40px;height:40px}.brand-text strong{font-size:16px}.brand-text span{font-size:11px}.nav.open .nav-links{grid-template-columns:1fr}.hero-logo-wrap{width:108px;height:108px}.hero-logo{width:108px;height:108px}.result-amount{font-size:2rem}.history-item,.detail-row{flex-direction:column;align-items:flex-start}.net-val{text-align:right}.footer-links{grid-template-columns:1fr}.btn-row{flex-direction:column}.btn-primary,.btn-outline{width:100%}}

.source-box{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.15rem;margin:1.25rem 0;box-shadow:var(--shadow)}
.source-box h2{font-size:1.05rem;margin-bottom:.45rem}
.source-box p{color:var(--text-muted);font-size:14px}
.source-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:1rem}
.source-links a{display:flex;align-items:center;justify-content:center;text-align:center;min-height:44px;padding:.75rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);font-weight:700;font-size:13px}
.source-links a:hover{background:var(--teal-light);border-color:var(--teal-mid);text-decoration:none}
@media(max-width:620px){.source-links{grid-template-columns:1fr}}
