:root{--ink:#0d1b2a;--ink2:#1b2b40;--paper:#f4f7fb;--card:#fff;--grid:#e3eaf3;--line:#d7e0ec;--mut:#5b6b80;--blue:#2456e6;--green:#0e8a5f;--rose:#e0455a;--violet:#7a3fe0;--amber:#f5a623;--fs:"IBM Plex Sans","IBM Plex Sans Arabic","Noto Sans Devanagari",system-ui,sans-serif;--fm:"IBM Plex Mono",ui-monospace,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--fs);color:var(--ink);background:var(--paper);background-image:linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);background-size:28px 28px;min-height:100vh}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}a{color:inherit;text-decoration:none}.site-header{background:var(--ink);color:#fff;z-index:50;position:sticky;top:0;box-shadow:0 2px 12px #0d1b2a40}.hwrap{flex-wrap:wrap;align-items:center;gap:14px;max-width:1120px;margin:0 auto;padding:14px 20px;display:flex}.logo{letter-spacing:.2px;align-items:center;gap:10px;font-size:20px;font-weight:700;display:flex}.logo .mark{background:linear-gradient(135deg,var(--blue),var(--violet));width:34px;height:34px;font-family:var(--fm);color:#fff;border-radius:8px;place-items:center;font-size:16px;display:grid}.spacer{flex:1}.langsel{background:var(--ink2);color:#fff;border:1px solid #33445c;border-radius:8px;padding:8px 12px;font-size:14px}.langsel:focus{outline:2px solid var(--amber);outline-offset:1px}.hero{text-align:center;max-width:1120px;margin:0 auto;padding:40px 20px 8px}.hero h1{font-size:clamp(26px,4.4vw,42px);font-weight:700;line-height:1.2}.hero h1 .hl{color:var(--blue)}.hero p{color:var(--mut);margin-top:10px;max-width:640px;margin-inline:auto;font-size:16px}.searchbox{background:var(--card);border:1.5px solid var(--line);border-radius:12px;align-items:center;gap:10px;max-width:560px;margin:24px auto 0;padding:12px 16px;display:flex;box-shadow:0 4px 20px #0d1b2a0f}.searchbox:focus-within{border-color:var(--blue)}.searchbox svg{opacity:.45;flex:none}.searchbox input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:16px}.chips{flex-wrap:wrap;justify-content:center;gap:10px;max-width:1120px;margin:22px auto 0;padding:0 20px;display:flex}.chip{border:1.5px solid var(--line);background:var(--card);color:var(--mut);border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.chip .dot{border-radius:50%;width:8px;height:8px}.chip:hover{border-color:var(--blue);color:var(--ink)}.chip.on{background:var(--ink);color:#fff;border-color:var(--ink)}.cgrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;max-width:1120px;margin:26px auto 60px;padding:0 20px;display:grid}.ccard{background:var(--card);border:1.5px solid var(--line);text-align:start;border-radius:14px;flex-direction:column;gap:8px;padding:18px;transition:all .15s;display:flex}.ccard:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px #2456e61a}.ccard .tag{letter-spacing:.6px;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.ccard .tag .dot{border-radius:50%;width:7px;height:7px}.ccard h3{font-size:16.5px;font-weight:600}.ccard p{color:var(--mut);font-size:13px;line-height:1.5}.empty{text-align:center;color:var(--mut);grid-column:1/-1;padding:50px 0;font-size:15px}.cview{max-width:760px;margin:30px auto 70px;padding:0 20px}.backbtn{background:var(--card);border:1.5px solid var(--line);color:var(--mut);border-radius:10px;align-items:center;gap:8px;margin-bottom:18px;padding:9px 16px;font-size:14px;font-weight:600;display:inline-flex}.backbtn:hover{border-color:var(--blue);color:var(--ink)}.panel{background:var(--card);border:1.5px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0d1b2a12}.phead{padding:24px 26px 6px}.phead .tag{letter-spacing:.6px;text-transform:uppercase;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.phead .tag .dot{border-radius:50%;width:7px;height:7px}.phead h1{font-size:24px;font-weight:700}.phead p{color:var(--mut);margin-top:6px;font-size:14px;line-height:1.6}.pform{grid-template-columns:1fr 1fr;gap:14px;padding:18px 26px 24px;display:grid}.pform .full{grid-column:1/-1}.fld label{color:var(--ink2);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.fld input,.fld select{border:1.5px solid var(--line);width:100%;color:var(--ink);background:#fbfcfe;border-radius:10px;padding:11px 13px;font-size:15px}.fld input:focus,.fld select:focus{border-color:var(--blue);background:#fff;outline:none}.actions{grid-column:1/-1;gap:10px;margin-top:4px;display:flex}.btn{border:none;border-radius:10px;padding:13px 26px;font-size:15px;font-weight:700;transition:all .15s}.btn.go{background:var(--blue);color:#fff;flex:1}.btn.go:hover{background:#1a46c9}.btn.rs{border:1.5px solid var(--line);color:var(--mut);background:0 0}.btn.rs:hover{border-color:var(--rose);color:var(--rose)}.errmsg{color:var(--rose);grid-column:1/-1;font-size:13.5px;font-weight:600}.readout{color:#fff;background:#0d1b2a;padding:22px 26px}.readout .rmain{font-family:var(--fm);letter-spacing:.5px;text-align:center;font-variant-numeric:tabular-nums;word-break:break-all;direction:ltr;font-size:clamp(26px,5vw,38px);font-weight:600}.readout .rmain:after{content:"▌";color:var(--amber);vertical-align:middle;margin-inline-start:4px;font-size:.7em;animation:1.1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.readout .rlabel{text-align:center;color:#9fb2cc;letter-spacing:.4px;margin-top:4px;font-size:13px}.rrows{color:#fff;background:#0d1b2a;padding:6px 26px 20px}.rrow{border-top:1px solid #22344d;justify-content:space-between;gap:16px;padding:9px 0;font-size:14.5px;display:flex}.rrow .k{color:#9fb2cc}.rrow .v{font-family:var(--fm);font-variant-numeric:tabular-nums;color:#fff;direction:ltr}.about{background:var(--card);border:1.5px solid var(--line);max-width:760px;color:var(--ink2);border-radius:16px;margin:26px auto 0;padding:24px 26px;font-size:14.5px;line-height:1.8}.about h2{margin-bottom:8px;font-size:17px}@media (max-width:560px){.pform{grid-template-columns:1fr}.hwrap{padding:12px 14px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}.readout .rmain:after{animation:none}}.about .lede{color:var(--ink);font-size:15.5px}.about h2{color:var(--ink);margin:20px 0 8px;font-size:17px}.about p{margin-bottom:10px}.formula{font-family:var(--fm);background:var(--paper);border:1.5px solid var(--line);text-align:center;white-space:nowrap;font-variant-numeric:tabular-nums;border-radius:10px;margin:10px 0;padding:14px 18px;font-size:15px;overflow-x:auto}.faq details{border:1.5px solid var(--line);background:#fbfcfe;border-radius:10px;margin-bottom:8px}.faq summary{cursor:pointer;padding:12px 16px;font-weight:600;list-style-position:inside}.faq details[open] summary{border-bottom:1.5px solid var(--line)}.faq details p{color:var(--mut);margin:0;padding:12px 16px}.disclaimer{border-inline-start:3px solid var(--amber);color:var(--ink2);background:#fff9ec;border-radius:8px;margin-top:16px;padding:12px 16px;font-size:13px}.riyadh-clock{background:var(--ink2);border:1px solid #33445c;border-radius:8px;align-items:center;gap:8px;padding:7px 12px;font-size:13.5px;display:flex}.riyadh-clock .flag{font-size:16px;line-height:1}.riyadh-clock .rc-time{font-family:var(--fm);font-variant-numeric:tabular-nums;color:var(--amber);letter-spacing:.5px}.riyadh-clock .rc-label{color:#9fb2cc}@media (max-width:480px){.riyadh-clock .rc-label{display:none}}.footnav{border-top:1.5px solid var(--line);background:var(--card);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:26px;max-width:1120px;margin:0 auto;padding:36px 20px 10px;display:grid}.footnav .fcol h3{letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.footnav .fcol h3 .dot{border-radius:50%;width:7px;height:7px;display:inline-block}.footnav ul{list-style:none}.footnav li{margin-bottom:6px}.footnav a{color:var(--mut);font-size:13.5px;transition:all .12s}.footnav a:hover{color:var(--blue)}.converter-form{align-items:flex-end}.converter-swap-wrap{justify-content:center;align-items:flex-end;padding-bottom:2px;display:flex}.converter-swap{border:1.5px solid var(--line);background:var(--card);width:46px;height:46px;color:var(--blue);cursor:pointer;border-radius:50%;font-size:25px;line-height:1;transition:transform .15s,border-color .15s,background .15s}.converter-swap:hover{border-color:var(--blue);background:var(--bg);transform:rotate(180deg)}.converter-status{color:var(--mut);padding:8px 0;font-size:14px}.btn:disabled,.converter-swap:disabled{opacity:.55;cursor:not-allowed}@media (max-width:700px){.converter-swap-wrap{grid-column:1/-1;padding:0}.converter-swap{transform:rotate(90deg)}.converter-swap:hover{transform:rotate(270deg)}}.home-category-groups{flex-direction:column;gap:38px;margin-top:30px;display:flex}.home-category-section{scroll-margin-top:110px}.home-category-title{align-items:center;gap:9px;margin:0 0 17px;font-size:1.45rem;font-weight:700;display:flex}.home-category-title .dot{border-radius:50%;flex:none;width:10px;height:10px}.no-results{text-align:center;color:var(--mut);border:1px dashed var(--line);border-radius:18px;padding:36px 20px}@media (max-width:700px){.home-category-groups{gap:30px;margin-top:24px}.home-category-title{font-size:1.25rem}}.home-category-section .cgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;display:grid}.home-category-section .ccard{border:1px solid var(--line);background:var(--card);min-width:0;color:inherit;border-radius:16px;padding:22px 24px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:block;box-shadow:0 1px 2px #0d1b2a08}.home-category-section .ccard:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px #0d1b2a14}.home-category-section .ccard .tag{align-items:center;gap:6px;margin-bottom:9px;font-size:.82rem;font-weight:700;display:flex}.home-category-section .ccard h3{color:var(--ink);margin:0 0 7px;font-size:1.18rem;line-height:1.45}.home-category-section .ccard p{color:var(--mut);margin:0;font-size:.94rem;line-height:1.7}.home-category-section .ccard .dot{border-radius:50%;flex:none;width:7px;height:7px}@media (max-width:700px){.home-category-section .cgrid{grid-template-columns:1fr;gap:12px}.home-category-section .ccard{padding:19px 18px}}.chips{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:24px auto 34px;display:flex}.chip{border:1px solid var(--line);background:var(--card);min-height:42px;color:var(--ink);font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:8px 19px;font-weight:600;display:inline-flex}.chip:hover,.chip.on{border-color:var(--ink);background:var(--ink);color:var(--card)}.chip .dot{border-radius:50%;flex:none;width:7px;height:7px}:root{--surface:#fff;--surface-soft:#f8fafc;--surface-raised:#fff;--header-bg:#0d1b2af0;--hero-start:#eef4ff;--hero-end:#f8fbff;--shadow-sm:0 2px 10px #0f172a0f;--shadow-md:0 14px 40px #0f172a1a;--shadow-lg:0 24px 70px #0f172a24}html[data-theme=dark]{--ink:#f1f5f9;--ink2:#d9e2ee;--paper:#09111f;--card:#101b2c;--surface:#101b2c;--surface-soft:#0c1727;--surface-raised:#132238;--grid:#142238;--line:#263850;--mut:#9cafc4;--blue:#6d91ff;--green:#35c58a;--rose:#ff7588;--violet:#a986ff;--amber:#ffc15a;--header-bg:#060e1bf0;--hero-start:#0e1b31;--hero-end:#09111f;--shadow-sm:0 2px 12px #00000038;--shadow-md:0 18px 44px #0000004d;--shadow-lg:0 26px 80px #00000061;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background-color:var(--paper);transition:background-color .25s,color .25s}.site-header{background:var(--header-bg);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid #ffffff14}.logo-word{letter-spacing:-.4px;font-weight:700}.logo-word span{color:#84a2ff}.logo .mark{border-radius:11px;box-shadow:0 8px 20px #2456e647}.theme-toggle{background:var(--ink2);color:#fff;border:1px solid #33445c;border-radius:10px;place-items:center;width:40px;height:40px;transition:transform .18s,border-color .18s;display:grid}.theme-toggle:hover{border-color:#6d91ff;transform:translateY(-2px)}.hero-modern{background:radial-gradient(circle at 20% 20%,#2456e624,transparent 32%), radial-gradient(circle at 80% 15%,#7a3fe01f,transparent 30%), linear-gradient(180deg,var(--hero-start),var(--hero-end));border-bottom:1px solid var(--line);max-width:none;margin:0;padding:82px 20px 72px;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:900px;margin:0 auto;position:relative}.hero-modern h1{letter-spacing:-.055em;max-width:850px;color:var(--ink);margin:22px auto 0;font-size:clamp(2.35rem,6vw,4.8rem);line-height:1.04}.hero-modern p{max-width:720px;margin-top:22px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.75}.hero-badge,.section-kicker{color:var(--blue);align-items:center;gap:7px;font-size:.85rem;font-weight:700;display:inline-flex}.hero-badge{box-shadow:var(--shadow-sm);background:#ffffffad;border:1px solid #2456e633;border-radius:999px;padding:8px 13px}html[data-theme=dark] .hero-badge{background:#101b2cc7}.hero-searchbox{max-width:720px;min-height:64px;box-shadow:var(--shadow-lg);border:1px solid #2456e63d;border-radius:18px;margin-top:34px;padding:14px 18px}.hero-searchbox input{font-size:1.05rem}.search-result-count{background:var(--blue);color:#fff;border-radius:8px;place-items:center;min-width:34px;height:28px;padding:0 8px;font-size:.8rem;font-weight:700;display:grid}.hero-trust{color:var(--mut);flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:22px;font-size:.86rem;font-weight:600;display:flex}.hero-trust span{align-items:center;gap:6px;display:inline-flex}.hero-trust svg{color:var(--green)}.hero-orb{filter:blur(2px);opacity:.55;pointer-events:none;border-radius:999px;position:absolute}.hero-orb-one{top:-90px;background:#2456e624;width:220px;height:220px;inset-inline-start:8%}.hero-orb-two{bottom:-180px;background:#7a3fe01f;width:300px;height:300px;inset-inline-end:7%}.stats-strip{z-index:5;max-width:1120px;margin:-28px auto 0;padding:0 20px;position:relative}.stats-grid{background:var(--surface-raised);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:20px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.stat-item{text-align:center;border-inline-end:1px solid var(--line);align-content:center;place-items:center;gap:4px;min-height:112px;padding:22px 16px;display:grid}.stat-item:last-child{border-inline-end:none}.stat-item svg{color:var(--blue);margin-bottom:3px}.stat-item strong{color:var(--ink);font-size:1.5rem;line-height:1}.stat-item span{color:var(--mut);font-size:.82rem}.home-section,.home-category-groups,.home-cta{max-width:1120px;margin-inline:auto;padding-inline:20px}.home-section{margin-top:72px}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.section-heading h2,.section-heading h1{letter-spacing:-.035em;margin-top:8px;font-size:clamp(1.65rem,3vw,2.25rem)}.section-heading p{color:var(--mut);margin-top:8px;line-height:1.65}.popular-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.popular-card-wrap{height:100%}.modern-card{height:100%;box-shadow:var(--shadow-sm);border-radius:18px;padding:22px;position:relative;overflow:hidden}.modern-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(145deg,#2456e612,#0000 48%);transition:opacity .18s;position:absolute;inset:0}.modern-card:hover:before{opacity:1}.featured-card{min-height:240px}.calculator-icon,.category-title-icon{width:46px;height:46px;color:var(--category-color);background:color-mix(in srgb, var(--category-color) 12%, var(--surface));border-radius:14px;place-items:center;margin-bottom:16px;display:grid}.modern-card .tag{margin-bottom:6px;font-size:.72rem}.modern-card h3{font-size:1.12rem;line-height:1.4}.modern-card p{flex:1;margin-bottom:18px}.card-action{color:var(--blue);align-items:center;gap:5px;margin-top:auto;font-size:.82rem;font-weight:700;display:flex}[dir=rtl] .card-action svg,[dir=rtl] .cta-button svg{transform:rotate(180deg)}.category-filter-section{margin-top:76px}.compact-heading{margin-bottom:18px}.visible-results{color:var(--mut);white-space:nowrap;font-size:.86rem}.category-filter-section .chips{justify-content:flex-start;max-width:none;margin:20px 0 0;padding:0}.home-category-groups{gap:58px;margin-top:48px}.category-heading-row{align-items:center;gap:14px;margin-bottom:20px;display:flex}.category-title-icon{flex:none;margin:0}.category-heading-row .home-category-title{color:var(--ink);margin:0;font-size:1.45rem}.category-count{color:var(--mut);margin-top:3px;font-size:.78rem;display:block}.home-category-section .cgrid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;margin:0;padding:0}.no-results{background:var(--surface);color:var(--mut);place-items:center;gap:10px;display:grid}.home-cta{color:#fff;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#102044,#2456e6);border-radius:24px;justify-content:space-between;align-items:center;gap:28px;margin-top:84px;margin-bottom:84px;padding:36px;display:flex}.home-cta h2{margin-top:8px;font-size:clamp(1.5rem,3vw,2.2rem)}.home-cta p{color:#d8e2ff;max-width:640px;margin-top:8px;line-height:1.7}.home-cta .section-kicker{color:#bfd0ff}.cta-button{color:#153170;background:#fff;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-weight:700;display:inline-flex}html[data-theme=dark] .fld input,html[data-theme=dark] .fld select,html[data-theme=dark] .faq details{background:var(--surface-soft)}html[data-theme=dark] .disclaimer{background:#f5a6231a}@media (max-width:900px){.popular-grid,.home-category-section .cgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.hero-modern{padding:62px 16px}.hero-modern h1{letter-spacing:-.04em}.hero-searchbox{min-height:58px;margin-top:27px}.hero-trust{gap:10px 14px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-inline-end:none}.stat-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-section{margin-top:58px}.popular-grid,.home-category-section .cgrid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}.compact-heading{gap:8px}.category-filter-section .chips{scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:6px;overflow-x:auto}.category-filter-section .chip{flex:none}.home-cta{flex-direction:column;align-items:flex-start;margin-inline:16px;padding:28px 22px}.cta-button{width:100%}.riyadh-clock{order:4;justify-content:center;width:100%}}@media (max-width:480px){.hwrap{gap:9px}.logo-word{font-size:18px}.langsel{max-width:112px}.stats-strip{padding:0 14px}.stat-item{min-height:100px}.hero-trust span{font-size:.75rem}}html[data-theme=dark] header{color:#f8fafc}html[data-theme=dark] header select,html[data-theme=dark] header button,html[data-theme=dark] header time,html[data-theme=dark] header .langsel,html[data-theme=dark] header [class*=clock],html[data-theme=dark] header [class*=time],html[data-theme=dark] header [class*=theme],html[data-theme=dark] header [class*=toggle]{color:#f8fafc;border-color:#ffffff4d}html[data-theme=dark] header select,html[data-theme=dark] header button{background-color:#172033}html[data-theme=dark] header select option{color:#111827;background-color:#fff}html[data-theme=dark] header svg{color:currentColor;fill:currentColor;opacity:1}html[data-theme=dark] header button:hover,html[data-theme=dark] header select:hover{background-color:#243047;border-color:#ffffffa6}html[data-theme=dark] header button:focus-visible,html[data-theme=dark] header select:focus-visible{outline-offset:2px;outline:3px solid #fbbf24}html[data-theme=dark] .riyadh-clock{color:#fff!important;opacity:1!important;background:#ffffff14!important;border-color:#ffffff59!important}html[data-theme=dark] .riyadh-clock,html[data-theme=dark] .riyadh-clock *,html[data-theme=dark] .riyadh-clock .rc-time{color:#fff!important;fill:currentColor!important;opacity:1!important;visibility:visible!important}html[data-theme=dark] .riyadh-clock .rc-time{text-shadow:0 1px 2px #000000b3;font-weight:600}.home-seo-content{padding:24px 16px 64px}.home-seo-inner{border:1px solid var(--border,#dfe3ea);background:var(--card,#fff);border-radius:20px;width:min(1100px,100%);margin-inline:auto;padding:clamp(24px,4vw,44px)}.home-seo-content h2{margin:0 0 18px;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.3}.home-seo-content h3{margin:0 0 12px;font-size:1.2rem;line-height:1.4}.home-seo-content p,.home-seo-content li{line-height:1.85}.home-seo-intro{max-width:900px}.home-seo-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:32px;display:grid}.home-seo-columns ul{margin:0;padding-inline-start:22px}.home-faq{margin-top:42px}.home-faq details{border-bottom:1px solid var(--border,#dfe3ea);padding:16px 0}.home-faq summary{cursor:pointer;font-weight:700;line-height:1.6}.home-faq details p{margin:12px 0 0}@media (max-width:760px){.home-seo-content{padding-inline:12px}.home-seo-inner{border-radius:16px;padding:22px 18px}.home-seo-columns{grid-template-columns:1fr;gap:26px}}.premium-residency-tool{gap:20px;display:grid}.premium-residency-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:24px 26px;display:grid}.premium-residency-form .full,.premium-residency-form .actions{grid-column:1/-1}.premium-product-card{border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow);border-radius:18px;margin:0 26px 26px;padding:24px}.premium-product-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.premium-product-heading h2{margin:10px 0 0}.premium-product-badge{color:#0c7d5c;background:#0c7d5c1f;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-flex}.premium-product-fee{white-space:nowrap;font-size:22px}.premium-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.premium-product-grid>div,.premium-product-requirements{border:1px solid var(--line);border-radius:14px;padding:18px}.premium-product-grid h3,.premium-product-requirements h3{margin:0 0 10px}.premium-product-requirements{margin-top:18px}.premium-product-requirements ul{margin:0;padding-inline-start:22px}.premium-product-requirements li+li{margin-top:8px}.premium-official-links{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.premium-official-links a{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.premium-residency-disclaimer{border-inline-start:4px solid var(--amber);background:#f59e0b1a;border-radius:10px;margin:0 26px 26px;padding:14px 16px}@media (max-width:720px){.premium-residency-form,.premium-product-grid{grid-template-columns:1fr}.premium-residency-form .full,.premium-residency-form .actions{grid-column:auto}.premium-product-heading{flex-direction:column}.premium-product-card{margin-inline:16px;padding:18px}.premium-residency-form{padding-inline:16px}.premium-residency-disclaimer{margin-inline:16px}}.foreign-investor-cost-tool{gap:22px;padding-bottom:26px;display:grid}.foreign-investor-options,.investor-cost-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.foreign-investor-options,.investor-cost-section,.investor-services{margin-inline:26px}.foreign-investor-options{padding-top:24px}.investor-cost-section,.investor-services{border:1px solid var(--line);background:var(--card);border-radius:18px;padding:22px}.investor-cost-section h2,.investor-services h2{margin:0 0 18px}.investor-cost-field{position:relative}.investor-field-source{margin-top:7px;font-size:12px;text-decoration:none;display:inline-block}.investor-cost-actions{margin-inline:26px}.investor-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.investor-service-card{border:1px solid var(--line);border-radius:14px;padding:18px}.investor-service-card h3{margin:0 0 9px}.investor-service-card p{margin:0}.investor-service-links{flex-wrap:wrap;gap:12px;margin-top:14px;display:flex}.investor-service-links a{font-weight:700;text-decoration:none}.foreign-investor-disclaimer{border-inline-start:4px solid var(--amber);background:#f59e0b1a;border-radius:10px;margin:0 26px;padding:15px 17px}@media (max-width:720px){.foreign-investor-options,.investor-cost-grid,.investor-services-grid{grid-template-columns:1fr}.foreign-investor-options,.investor-cost-section,.investor-services,.investor-cost-actions,.foreign-investor-disclaimer{margin-inline:16px}.investor-cost-section,.investor-services{padding:18px}}.calculator-relations{border:1px solid var(--line);background:var(--card);border-radius:18px;margin:26px;padding:22px}.calculator-relations-heading{align-items:flex-start;gap:13px;margin-bottom:18px;display:flex}.calculator-relations-icon{background:#2563eb1a;border-radius:11px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.calculator-relations-heading h2{margin:0;font-size:21px}.calculator-relations-heading p{color:var(--muted);margin:7px 0 0}.calculator-relations-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;display:grid}.calculator-relation-card{border:1px solid var(--line);border-radius:14px;flex-direction:column;min-height:175px;padding:17px;display:flex;position:relative}.calculator-relation-card.current{background:#2563eb0f;border-color:#2563eb8c}.relation-current{background:#2563eb1f;border-radius:999px;align-self:flex-start;margin-bottom:10px;padding:4px 9px;font-size:12px;font-weight:700}.calculator-relation-card h3{margin:0 0 9px;font-size:17px}.calculator-relation-card p{color:var(--muted);margin:0 0 16px;line-height:1.7}.relation-link{margin-top:auto;font-weight:700;text-decoration:none}@media (max-width:720px){.calculator-relations{margin-inline:16px;padding:18px}.calculator-relations-grid{grid-template-columns:1fr}.calculator-relation-card{min-height:0}}.calculator-relations{z-index:2;pointer-events:auto;position:relative}.calculator-relation-selector{z-index:3;border:1px solid var(--line);background:var(--bg);border-radius:14px;margin-bottom:20px;padding:16px;position:relative}.calculator-relation-selector label{margin-bottom:8px;font-weight:700;display:block}.calculator-relation-selector-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;display:grid}.calculator-relation-selector select{z-index:4;border:1px solid var(--line);background:var(--card);width:100%;min-height:46px;color:var(--text);cursor:pointer;pointer-events:auto;border-radius:11px;padding-inline:12px;position:relative}.relation-go-button{cursor:pointer;pointer-events:auto;min-width:100px}.relation-go-button:disabled{cursor:not-allowed;opacity:.55}.calculator-relation-card-link{z-index:3;color:inherit;cursor:pointer;pointer-events:auto;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative}.calculator-relation-card-link:hover{box-shadow:var(--shadow);border-color:#2563eb8c;transform:translateY(-2px)}.calculator-relation-card-link:focus-visible,.calculator-relation-selector select:focus-visible,.relation-go-button:focus-visible{outline-offset:3px;outline:3px solid #2563eb4d}.calculator-relation-card-link .relation-link{align-items:center;gap:6px;margin-top:auto;display:inline-flex}@media (max-width:600px){.calculator-relation-selector-row{grid-template-columns:1fr}.relation-go-button{width:100%}}.top-site-links{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:min(1400px,100% - 32px);margin:20px auto 26px;display:grid}.top-site-link-card{border:1px solid var(--line);background:linear-gradient(145deg, #2563eb12, transparent 58%), var(--card);min-height:185px;color:var(--text);border-radius:19px;flex-direction:column;padding:20px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 35px #0f172a0d}.top-site-link-card:after{content:"";pointer-events:none;background:#2563eb12;border-radius:50%;width:105px;height:105px;position:absolute;inset:auto -28px -34px auto}.top-site-link-card:hover{border-color:#2563eb8c;transform:translateY(-4px);box-shadow:0 18px 45px #0f172a1c}.top-site-link-icon{background:#2563eb1f;border-radius:13px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:17px;display:inline-flex}.top-site-link-content{flex-direction:column;gap:9px;display:flex}.top-site-link-content strong{font-size:19px}.top-site-link-content small{color:var(--muted);font-size:14px;line-height:1.75}.top-site-link-open{align-items:center;gap:6px;margin-top:auto;padding-top:17px;font-size:13px;font-weight:800;display:inline-flex}@media (max-width:1050px){.top-site-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.top-site-links{grid-template-columns:1fr;width:min(100% - 24px,520px);margin-top:14px}.top-site-link-card{min-height:165px}}.modern-about{border:1px solid var(--line);background:var(--card);border-radius:26px;width:min(980px,100% - 28px);margin:34px auto;padding:36px;box-shadow:0 18px 55px #0f172a14}.modern-about-header{margin-bottom:22px}.modern-about-badge{background:#10b9811f;border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}.modern-about-header h1{margin:17px 0 12px;font-size:clamp(30px,5vw,48px);line-height:1.15}.modern-about-intro{max-width:850px;color:var(--text);margin:0;font-size:17px;line-height:2}.modern-about-highlights{gap:10px;margin:0 0 28px;display:flex}.modern-about-highlights span{background:#2563eb1a;border-radius:13px;justify-content:center;align-items:center;width:43px;height:43px;display:inline-flex}.modern-about-founder{border:1px solid var(--line);background:linear-gradient(135deg, #2563eb12, #10b9810d), var(--card);border-radius:20px;margin:0 0 26px;padding:26px}.modern-about-founder-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0 22px;display:grid}.modern-about-founder-row{border:1px solid var(--line);background:var(--bg);border-radius:15px;align-items:flex-start;gap:12px;min-width:0;padding:16px;display:flex}.modern-about-founder-row>svg{flex:none;margin-top:3px}.modern-about-founder-row>div{gap:4px;min-width:0;display:grid}.modern-about-founder-row strong{color:var(--mut);font-size:13px}.modern-about-founder-row span{overflow-wrap:anywhere;font-size:15px;font-weight:800;line-height:1.7}.modern-about-sections{gap:18px;display:grid}.modern-about-section{border:1px solid var(--line);background:var(--card);border-radius:19px;padding:24px}.modern-about-section-heading{align-items:center;gap:11px;margin-bottom:15px;display:flex}.modern-about-section-heading h2{margin:0;font-size:20px;line-height:1.4}.modern-about-section-icon{background:#2563eb1a;border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.modern-about-copy{gap:14px;display:grid}.modern-about-copy p{color:var(--text);margin:0;font-size:16px;line-height:2}.modern-about-notice{border-inline-start:4px solid var(--amber);background:#f59e0b1a;border-radius:14px;align-items:flex-start;gap:11px;margin-top:24px;padding:18px 20px;line-height:1.9;display:flex}.modern-about-notice>svg{flex:none;margin-top:3px}.modern-about-tech-icons{border-top:1px solid var(--line);color:var(--mut);justify-content:center;align-items:center;gap:14px;margin-top:24px;padding-top:20px;display:flex}@media (max-width:700px){.modern-about{border-radius:20px;width:min(100% - 20px,980px);margin:20px auto;padding:22px}.modern-about-intro{font-size:16px}.modern-about-founder{padding:18px}.modern-about-founder-card{grid-template-columns:1fr}.modern-about-section{padding:19px}.modern-about-section-heading{align-items:flex-start}.modern-about-notice{padding:16px}}.site-reviews-section{border:1px solid var(--line);background:radial-gradient(circle at 10% 0%, #2563eb17, transparent 32%), var(--card);border-radius:24px;width:min(1400px,100% - 32px);margin:34px auto;padding:28px;box-shadow:0 18px 55px #0f172a12}.site-reviews-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:25px;display:flex}.site-reviews-eyebrow{background:#2563eb1a;border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}.site-reviews-heading h2{margin:14px 0 8px;font-size:clamp(25px,4vw,37px)}.site-reviews-heading p{max-width:750px;color:var(--muted);margin:0;line-height:1.8}.site-reviews-summary{border:1px solid var(--line);background:var(--bg);border-radius:18px;flex-direction:column;align-items:center;min-width:180px;padding:18px;display:flex}.site-reviews-summary strong{margin-top:5px;font-size:31px}.site-reviews-summary span:last-child{color:var(--muted);font-size:13px}.site-review-static-stars{color:#f59e0b;gap:2px;display:inline-flex}.site-reviews-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:start;gap:24px;display:grid}.site-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.site-review-card{border:1px solid var(--line);background:var(--bg);border-radius:17px;flex-direction:column;min-height:205px;padding:19px;display:flex}.site-review-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.site-review-rating-number{color:var(--muted);font-size:12px;font-weight:700}.site-review-card blockquote{flex:1;margin:17px 0;line-height:1.85}.site-review-card footer{border-top:1px solid var(--line);flex-direction:column;gap:3px;padding-top:13px;display:flex}.site-review-card footer span{color:var(--muted);font-size:12px}.site-reviews-state{border:1px dashed var(--line);min-height:220px;color:var(--muted);text-align:center;border-radius:18px;justify-content:center;align-items:center;padding:25px;display:flex}.site-reviews-state.error{color:#b91c1c}.site-reviews-more{border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:pointer;border-radius:11px;margin:18px auto 0;padding:10px 18px;font-weight:700;display:block}.site-review-form{border:1px solid var(--line);background:var(--bg);border-radius:19px;padding:22px;position:sticky;top:20px}.site-review-form h3{margin:0 0 20px;font-size:22px}.site-review-field{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.site-review-field label{font-weight:750}.site-review-field input,.site-review-field textarea{border:1px solid var(--line);background:var(--card);width:100%;color:var(--text);font:inherit;border-radius:11px;padding:12px 13px}.site-review-field textarea{resize:vertical;min-height:135px}.site-review-field input:focus,.site-review-field textarea:focus{border-color:#2563eb99;outline:3px solid #2563eb2e}.site-review-stars-input{flex-wrap:wrap;gap:4px;display:flex}.site-review-star{color:#94a3b8;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:3px;display:inline-flex}.site-review-star.selected{color:#f59e0b}.site-review-star:hover{color:#f59e0b;transform:scale(1.08)}.site-review-counter{color:var(--muted);align-self:flex-end;font-size:12px}.site-review-notice{color:var(--muted);margin:0 0 15px;font-size:12px;line-height:1.65}.site-review-message{border-radius:11px;align-items:flex-start;gap:8px;margin-bottom:14px;padding:11px 13px;font-size:14px;line-height:1.6;display:flex}.site-review-message.error{color:#b91c1c;background:#dc26261a}.site-review-message.success{color:#15803d;background:#16a34a1a}.site-review-submit{background:var(--blue);color:#fff;cursor:pointer;width:100%;min-height:47px;font:inherit;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:800;display:inline-flex}.site-review-submit:disabled{cursor:not-allowed;opacity:.65}.site-review-spinner{animation:.8s linear infinite site-review-spin}.site-review-honeypot{clip:rect(0 0 0 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}@keyframes site-review-spin{to{transform:rotate(360deg)}}@media (max-width:1000px){.site-reviews-layout{grid-template-columns:1fr}.site-review-form{position:static}}@media (max-width:720px){.site-reviews-section{width:min(100% - 24px,600px);padding:19px}.site-reviews-heading{flex-direction:column}.site-reviews-summary{align-items:flex-start;width:100%}.site-reviews-grid{grid-template-columns:1fr}}.visitor-stats{border:1px solid var(--line);background:linear-gradient(135deg, color-mix(in srgb, var(--blue) 7%, var(--card)), var(--card) 52%, color-mix(in srgb, var(--green) 6%, var(--card)));width:min(1180px,100% - 32px);box-shadow:var(--shadow-sm);border-radius:24px;margin:30px auto 38px;padding:28px}.visitor-stats__head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.visitor-stats__eyebrow{color:var(--green);letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:.76rem;font-weight:800;display:inline-block}.visitor-stats__head h2{color:var(--ink);margin:0;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.25}.visitor-stats__head p{color:var(--mut);margin:7px 0 0}.visitor-stats__cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.visitor-stat-card{border:1px solid var(--line);background:var(--surface-raised);text-align:center;border-radius:18px;min-width:0;padding:18px 16px}.visitor-stat-card svg{color:var(--blue);margin-bottom:9px}.visitor-stat-card strong{color:var(--ink);font-size:1.5rem;line-height:1.2;display:block}.visitor-stat-card span{color:var(--mut);margin-top:5px;font-size:.82rem;display:block}.visitor-countries{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.visitor-countries h3{color:var(--ink);margin:0 0 13px;font-size:1rem}.visitor-country-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.visitor-country{border:1px solid var(--line);background:var(--surface-raised);border-radius:14px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex}.visitor-country__flag{flex:none;font-size:1.35rem}.visitor-country__name{flex:1;min-width:0}.visitor-country__name strong,.visitor-country__name small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.visitor-country__name strong{color:var(--ink);font-size:.82rem}.visitor-country__name small{color:var(--mut);margin-top:2px;font-size:.68rem}.visitor-country__visits{color:var(--green);flex:none;font-weight:800}.visitor-stats__loading{color:var(--mut);text-align:center;padding:20px}@media (max-width:1000px){.visitor-stats__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.visitor-country-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.visitor-stats{border-radius:19px;width:calc(100% - 20px);margin:20px auto 28px;padding:18px}.visitor-stats__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.visitor-stat-card:last-child{grid-column:1/-1}.visitor-country-list{grid-template-columns:1fr}}.admin-login-page,.admin-dashboard{color:#122033;background:radial-gradient(circle at 100% 0,#2456e61f,#0000 30%),#f6f8fc;min-height:100vh}.admin-login-page{place-items:center;padding:24px;display:grid}.admin-login-card{background:#fff;border:1px solid #dfe6ef;border-radius:24px;width:min(430px,100%);padding:34px;box-shadow:0 25px 70px #0f172a1f}.admin-login-logo{color:#2456e6;font-size:2rem;font-weight:800}.admin-login-card h1{margin:12px 0 5px}.admin-login-card p{color:#64748b;margin:0 0 25px;line-height:1.8}.admin-login-card label{margin:15px 0 7px;font-weight:700;display:block}.admin-login-card input{box-sizing:border-box;color:#122033;background:#fff;border:1px solid #d5deea;border-radius:12px;width:100%;min-height:46px;padding:0 13px}.admin-login-card button{color:#fff;cursor:pointer;background:#2456e6;border:0;border-radius:12px;width:100%;min-height:48px;margin-top:20px;font-weight:800}.admin-error{color:#be123c;background:#fff1f2;border-radius:10px;margin-top:13px;padding:10px 12px}.admin-dashboard{padding:32px}.admin-header{justify-content:space-between;align-items:center;gap:20px;max-width:1400px;margin:0 auto 24px;display:flex}.admin-kicker{color:#2456e6;letter-spacing:.08em;font-size:.76rem;font-weight:800}.admin-header h1{margin:5px 0 0}.admin-header-actions{gap:9px;display:flex}.admin-header-actions button,.admin-review-actions button{color:#122033;cursor:pointer;background:#fff;border:1px solid #dce4ee;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:9px 13px;display:inline-flex}.admin-header-actions button:disabled{cursor:wait;opacity:.6}.admin-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;max-width:1400px;margin:0 auto 20px;display:grid}.admin-stat-card{background:#fff;border:1px solid #dfe6ef;border-radius:18px;padding:20px}.admin-stat-card svg{color:#2456e6}.admin-stat-card strong{margin-top:15px;font-size:1.65rem;display:block}.admin-stat-card span{color:#64748b;font-size:.82rem}.admin-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1400px;margin:0 auto 20px;display:grid}.admin-panel{background:#fff;border:1px solid #dfe6ef;border-radius:20px;padding:22px}.admin-panel h2{margin:0 0 17px;font-size:1.15rem}.admin-country-row{border-bottom:1px solid #eef2f7;grid-template-columns:32px 1fr 1fr auto;align-items:center;gap:9px;padding:11px 0;display:grid}.admin-country-row small,.admin-page-row small{color:#64748b}.admin-page-row{border-bottom:1px solid #eef2f7;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 0;display:grid}.admin-page-row span{text-overflow:ellipsis;white-space:nowrap;text-align:left;direction:ltr;overflow:hidden}.admin-reviews-panel{max-width:1400px;margin:0 auto 40px}.admin-panel-heading{justify-content:space-between;gap:16px;display:flex}.admin-panel-heading p{color:#64748b}.admin-review-list{gap:12px;display:grid}.admin-review-card{border:1px solid #e1e8f0;border-radius:15px;padding:17px}.admin-review-top{justify-content:space-between;gap:12px;display:flex}.admin-review-top strong{display:block}.admin-review-top div span{color:#eab308}.admin-status{border-radius:999px;height:fit-content;padding:4px 9px;font-size:.72rem;font-weight:800}.admin-status--pending{color:#c2410c;background:#fff7ed}.admin-status--approved{color:#047857;background:#ecfdf5}.admin-status--rejected{color:#be123c;background:#fff1f2}.admin-review-card p{line-height:1.8}.admin-review-meta{color:#64748b;flex-wrap:wrap;gap:12px;font-size:.76rem;display:flex}.admin-review-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.admin-review-actions .approve{color:#047857}.admin-review-actions .reject{color:#c2410c}.admin-review-actions .delete{color:#be123c}.admin-review-summary{color:#64748b;margin-top:18px}.admin-empty{color:#64748b;text-align:center;padding:30px}@media (max-width:900px){.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid-two{grid-template-columns:1fr}.admin-header{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.admin-dashboard{padding:16px}.admin-stat-grid{grid-template-columns:1fr}.admin-country-row{grid-template-columns:28px 1fr auto}.admin-country-row small{display:none}.admin-page-row{grid-template-columns:minmax(0,1fr) auto}.admin-page-row small{display:none}}.admin-vercel-panel{max-width:1400px;margin:0 auto 20px}.admin-vercel-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none;margin:18px 0 20px}.admin-period-buttons{flex-wrap:wrap;gap:7px;display:flex}.admin-period-buttons button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dce4ee;border-radius:10px;min-width:62px;padding:8px 11px}.admin-period-buttons button.active{color:#fff;background:#2456e6;border-color:#2456e6}@media (max-width:760px){.admin-vercel-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.admin-vercel-stat-grid{grid-template-columns:1fr}}.calculator-motion-card{transition:transform .18s,box-shadow .18s;transform:translateY(0)}@media (hover:hover) and (pointer:fine){.calculator-motion-card:hover{transform:translateY(-5px)}}@media (prefers-reduced-motion:reduce){.calculator-motion-card{transition:none}.calculator-motion-card:hover{transform:none}}.money-amount{white-space:nowrap;unicode-bidi:isolate;grid-template-columns:max-content max-content;grid-template-areas:"number currency";align-items:baseline;column-gap:.28em;display:inline-grid;direction:rtl!important}.money-number{text-align:left;unicode-bidi:isolate;grid-area:number;direction:ltr!important}.money-currency{text-align:right;unicode-bidi:isolate;grid-area:currency;direction:rtl!important}.years-value{white-space:nowrap;unicode-bidi:isolate;grid-template-columns:max-content max-content;grid-template-areas:"number label";align-items:baseline;column-gap:.28em;display:inline-grid;direction:rtl!important}.years-number{unicode-bidi:isolate;grid-area:number;direction:ltr!important}.years-label{unicode-bidi:isolate;grid-area:label;direction:rtl!important}.calculator-trust{border:1px solid var(--line);background:var(--surface,#fff);border-radius:16px;margin:28px 0;padding:22px}.calculator-trust__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.calculator-trust__meta>div{background:var(--surface-soft,#f8fafc);border-radius:12px;flex-direction:column;gap:5px;padding:14px;display:flex}.calculator-trust__meta strong{font-size:.82rem}.calculator-trust__meta span{color:var(--mut)}.calculator-trust h2{margin:0 0 8px}.calculator-trust__note{color:var(--mut);margin:0 0 14px}.calculator-trust__sources{gap:10px;margin:0;padding:0;list-style:none;display:grid}.calculator-trust__sources a{border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:3px;padding:12px 14px;text-decoration:none;display:flex}.calculator-trust__sources a:hover{border-color:var(--blue)}.calculator-trust__sources small{color:var(--mut)}@media (max-width:640px){.calculator-trust{padding:16px}.calculator-trust__meta{grid-template-columns:1fr}}.calculator-trust__links{flex-wrap:wrap;gap:8px 14px;margin-top:14px;display:flex}.calculator-trust__links a{font-size:.9rem;font-weight:600;text-decoration:none}.calculator-trust__links a:hover{text-decoration:underline}.saudi-investor-journey{border:1px solid var(--line);background:var(--card);border-radius:28px;width:min(1400px,100% - 32px);margin:56px auto 0;overflow:hidden;box-shadow:0 22px 65px #0f172a14}.sij-hero{background:radial-gradient(circle at 8% 0%, #16a34a29, transparent 34%), radial-gradient(circle at 92% 100%, #2563eb24, transparent 35%), var(--card);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px;padding:42px;display:grid;position:relative;overflow:hidden}.sij-hero-copy{z-index:1;max-width:820px;position:relative}.sij-eyebrow,.sij-mini-kicker{align-items:center;gap:8px;font-weight:800;display:inline-flex}.sij-eyebrow{color:#15803d;background:#16a34a1c;border-radius:999px;padding:8px 13px;font-size:13px}.sij-hero h2{letter-spacing:-.045em;max-width:850px;margin:16px 0 12px;font-size:clamp(2rem,4vw,3.25rem);line-height:1.12}.sij-hero p{max-width:820px;color:var(--mut);margin:0;font-size:16px;line-height:1.85}.sij-trust-row{flex-wrap:wrap;gap:9px;margin-top:22px;display:flex}.sij-trust-row span{border:1px solid var(--line);background:var(--card);border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:700;display:inline-flex}.sij-hero-icon{color:#15803d;background:#16a34a17;border:1px solid #16a34a30;border-radius:30px;place-items:center;width:110px;height:110px;display:grid;transform:rotate(-3deg)}.sij-advisor-card{border-top:1px solid var(--line);padding:32px 42px 38px}.sij-advisor-heading{margin-bottom:25px}.sij-mini-kicker{color:var(--ink);font-size:15px}.sij-advisor-heading p,.sij-calculator-heading p{color:var(--mut);margin:7px 0 0;line-height:1.65}.sij-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.sij-field{border:0;flex-direction:column;gap:8px;min-width:0;margin:0;padding:0;display:flex}.sij-field>span:first-child,.sij-choice-field legend{color:var(--ink);font-size:13px;font-weight:750}.sij-field input,.sij-field select{border:1px solid var(--line);background:var(--card);width:100%;min-height:48px;color:var(--ink);font:inherit;border-radius:13px;outline:0;padding:10px 13px;transition:border-color .16s,box-shadow .16s}.sij-field input:focus,.sij-field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1f}.sij-select-wrap{display:block;position:relative}.sij-select-wrap select{appearance:none;padding-inline-end:38px}.sij-select-wrap>svg{inset-inline-end:13px;pointer-events:none;color:var(--mut);position:absolute;top:50%;transform:translateY(-50%)}.sij-choice-field{min-height:73px}.sij-choice-row{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.sij-choice{border:1px solid var(--line);background:var(--card);min-height:48px;color:var(--ink);font:inherit;cursor:pointer;border-radius:13px;font-weight:700;transition:all .16s}.sij-choice:hover{border-color:#2563eb80}.sij-choice.is-active{border-color:var(--blue);color:var(--blue);background:#2563eb17}.sij-form-actions{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.sij-primary-button,.sij-secondary-button{min-height:50px;font:inherit;cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:9px;padding:11px 18px;font-weight:800;display:inline-flex}.sij-primary-button{border:1px solid var(--blue);background:var(--blue);color:#fff;box-shadow:0 10px 25px #2563eb33}.sij-secondary-button{border:1px solid var(--line);background:var(--card);color:var(--ink)}.sij-results{gap:28px;padding:0 42px 42px;display:grid}.sij-summary-card{background:#16a34a0e;border:1px solid #16a34a33;border-radius:20px;justify-content:space-between;align-items:center;gap:22px;padding:25px;display:flex}.sij-summary-card h3{margin:7px 0 0;font-size:22px}.sij-summary-stats{grid-template-columns:repeat(4,minmax(90px,1fr));gap:9px;display:grid}.sij-summary-stats span{border:1px solid var(--line);background:var(--card);min-width:96px;color:var(--mut);border-radius:13px;flex-direction:column;gap:2px;padding:12px 13px;font-size:11px;display:flex}.sij-summary-stats strong{color:var(--ink);font-size:15px}.sij-steps{gap:12px;display:grid;position:relative}.sij-step{border:1px solid var(--line);background:var(--card);border-radius:18px;grid-template-columns:auto minmax(0,1fr);gap:16px;padding:20px;transition:all .16s;display:grid}.sij-step:hover{border-color:#2563eb66;box-shadow:0 10px 28px #0f172a0e}.sij-step-number{background:var(--blue);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.sij-step-body h4{margin:0;font-size:16px}.sij-step-body p{color:var(--mut);margin:7px 0 11px;font-size:13.5px;line-height:1.7}.sij-official-link{color:var(--blue);align-items:center;gap:7px;font-size:12.5px;font-weight:800;text-decoration:none;display:inline-flex}.sij-calculator-section{padding-top:4px}.sij-calculator-heading{margin-bottom:16px}.sij-calculator-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sij-calculator-card{border:1px solid var(--line);background:var(--card);min-height:150px;color:var(--ink);border-radius:17px;flex-direction:column;align-items:flex-start;gap:8px;padding:18px;text-decoration:none;transition:all .16s;display:flex}.sij-calculator-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 10px 28px #2563eb17}.sij-calculator-icon{width:42px;height:42px;color:var(--blue);background:#2563eb17;border-radius:12px;place-items:center;margin-bottom:3px;display:grid}.sij-calculator-card span{font-weight:800;line-height:1.45}.sij-calculator-card small{color:var(--blue);margin-top:auto;font-weight:700}.sij-note{background:#f59e0b17;border-inline-start:4px solid #d97706;border-radius:14px;align-items:flex-start;gap:10px;padding:17px 18px;display:flex}.sij-note>svg{color:#d97706;flex:none;margin-top:2px}.sij-note p{color:var(--ink);margin:0;font-size:13px;line-height:1.75}html[data-theme=dark] .saudi-investor-journey,html[data-theme=dark] .sij-field input,html[data-theme=dark] .sij-field select,html[data-theme=dark] .sij-choice,html[data-theme=dark] .sij-summary-stats span,html[data-theme=dark] .sij-step,html[data-theme=dark] .sij-calculator-card,html[data-theme=dark] .sij-trust-row span{background:var(--card)}html[data-theme=dark] .sij-eyebrow{color:#86efac;background:#16a34a29}html[data-theme=dark] .sij-hero-icon{color:#86efac}@media (max-width:1000px){.sij-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sij-calculator-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sij-summary-card{flex-direction:column;align-items:flex-start}.sij-summary-stats{width:100%}}@media (max-width:760px){.saudi-investor-journey{border-radius:22px;width:calc(100% - 24px);margin-top:42px}.sij-hero{grid-template-columns:1fr;padding:28px 22px}.sij-hero-icon{display:none}.sij-hero h2{font-size:clamp(1.8rem,8vw,2.5rem)}.sij-advisor-card,.sij-results{padding-inline:22px}.sij-advisor-card{padding-top:26px;padding-bottom:28px}.sij-results{padding-bottom:28px}.sij-form-grid{grid-template-columns:1fr}.sij-summary-stats,.sij-calculator-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.sij-form-actions{grid-template-columns:1fr;display:grid}.sij-primary-button,.sij-secondary-button{width:100%}.sij-summary-stats{grid-template-columns:1fr 1fr}.sij-calculator-grid{grid-template-columns:1fr}.sij-step{gap:12px;padding:16px}.sij-step-number{width:34px;height:34px}}.sij-progress-card{border:1px solid var(--line);background:var(--card);border-radius:18px;padding:20px}.sij-progress-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sij-progress-head>div{flex-direction:column;gap:4px;display:flex}.sij-progress-head span{color:var(--mut);font-size:12px}.sij-progress-percent{color:#15803d;font-size:19px}.sij-progress-track{background:var(--surface-soft);border-radius:999px;width:100%;height:10px;margin:14px 0 10px;overflow:hidden}.sij-progress-track>span{border-radius:inherit;background:#16a34a;height:100%;transition:width .25s;display:block}.sij-progress-card small{color:var(--mut)}.sij-step.is-completed{background:#16a34a0b;border-color:#16a34a59}.sij-step.is-completed .sij-step-number{background:#16a34a}.sij-step-actions{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.sij-complete-button{border:1px solid var(--line);background:var(--card);color:var(--ink);font:inherit;cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.sij-complete-button:hover{border-color:#16a34a}.sij-complete-button.is-completed{color:#15803d;background:#16a34a1a;border-color:#16a34a59}html[data-theme=dark] .sij-progress-percent,html[data-theme=dark] .sij-complete-button.is-completed{color:#86efac}@media (max-width:600px){.sij-step-actions{flex-direction:column;align-items:flex-start}}.sij-details-button{border:1px solid var(--line);background:var(--card);color:var(--blue);font:inherit;cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.sij-details-button:hover{border-color:var(--blue)}.sij-details-button svg{transition:transform .18s}.sij-details-button svg.is-open{transform:rotate(180deg)}.sij-step-detail-panel{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;padding-top:18px;display:grid}.sij-step-detail-panel section{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;padding:16px}.sij-step-detail-panel h5{color:var(--ink);margin:0 0 9px;font-size:13.5px}.sij-step-detail-panel p{color:var(--mut);margin:0;font-size:13px;line-height:1.8}.sij-step-detail-panel ul,.sij-step-detail-panel ol{color:var(--mut);gap:7px;margin:0;padding-inline-start:21px;font-size:13px;line-height:1.7;display:grid}.sij-detail-purpose,.sij-detail-next,.sij-detail-warning,.sij-detail-calculator-link{grid-column:1/-1}.sij-detail-warning{background:#f59e0b14!important;border-color:#f59e0b47!important}.sij-detail-warning h5{color:#b45309}.sij-detail-next{background:#16a34a0f!important;border-color:#16a34a3b!important}.sij-detail-calculator-link{color:var(--blue);background:#2563eb0f;border:1px solid #2563eb40;border-radius:14px;align-items:center;gap:9px;padding:14px 16px;text-decoration:none;display:flex}.sij-detail-calculator-link span{font-size:12px;font-weight:700}.sij-detail-calculator-link strong{font-size:13px}html[data-theme=dark] .sij-step-detail-panel section{background:var(--surface-soft)}html[data-theme=dark] .sij-detail-warning h5{color:#fbbf24}@media (max-width:760px){.sij-step-detail-panel{grid-template-columns:1fr}.sij-step-detail-panel section,.sij-detail-purpose,.sij-detail-next,.sij-detail-warning,.sij-detail-calculator-link{grid-column:auto}}.sij-profile-insights{flex-direction:column;gap:9px;width:100%;margin-top:4px;display:flex}.sij-profile-insights>strong{color:var(--mut);font-size:12px}.sij-profile-insights>div{flex-wrap:wrap;gap:7px;display:flex}.sij-profile-insights span{border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:11.5px;font-weight:750;display:inline-flex}@media (max-width:760px){.sij-profile-insights>div{align-items:flex-start}}.sij-legal-recommendation{background:linear-gradient(135deg,#2563eb0e,#16a34a09);border:1px solid #2563eb38;border-radius:20px;gap:18px;padding:24px;display:grid}.sij-legal-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.sij-legal-head h3{margin:7px 0 0;font-size:18px}.sij-fit-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:32px;padding:6px 11px;font-size:11px;font-weight:850;display:inline-flex}.sij-fit-badge.high{color:#15803d;background:#16a34a1f}.sij-fit-badge.medium{color:var(--blue);background:#2563eb1c}.sij-fit-badge.balanced{color:#b45309;background:#f59e0b1f}.sij-legal-primary{border:1px solid var(--line);background:var(--card);border-radius:15px;justify-content:space-between;align-items:center;gap:14px;padding:17px;display:flex}.sij-legal-primary strong{font-size:18px}.sij-legal-primary span{color:var(--mut);font-size:11px;font-weight:750}.sij-legal-reasons h4,.sij-legal-cautions h4{margin:0 0 10px;font-size:13px}.sij-legal-reasons ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.sij-legal-reasons li{color:var(--mut);align-items:flex-start;gap:8px;font-size:13px;line-height:1.65;display:flex}.sij-legal-reasons li svg{color:#16a34a;flex:none;margin-top:3px}.sij-legal-alternative,.sij-selection-check{border:1px solid var(--line);background:var(--card);border-radius:13px;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:13px 15px;display:flex}.sij-legal-alternative span,.sij-selection-check span{color:var(--mut);font-size:11px;font-weight:750}.sij-selection-check small{width:100%;color:var(--mut)}.sij-selection-check.matches{border-color:#16a34a4d}.sij-selection-check.differs{border-color:#f59e0b57}.sij-legal-cautions{background:#f59e0b13;border-inline-start:4px solid #d97706;border-radius:13px;padding:14px 16px}.sij-legal-cautions p{color:var(--mut);margin:5px 0 0;font-size:12.5px;line-height:1.7}.sij-legal-disclaimer{color:var(--mut);margin:0;font-size:11.5px;line-height:1.75}html[data-theme=dark] .sij-fit-badge.high{color:#86efac}html[data-theme=dark] .sij-fit-badge.balanced{color:#fbbf24}@media (max-width:600px){.sij-legal-head,.sij-legal-primary{flex-direction:column;align-items:flex-start}}.sij-authority-section{gap:18px;display:grid}.sij-authority-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.sij-authority-heading p{color:var(--mut);margin:7px 0 0;font-size:13px;line-height:1.65}.sij-authority-heading>strong{min-width:42px;height:42px;color:var(--blue);background:#2563eb1a;border-radius:13px;place-items:center;font-size:18px;display:grid}.sij-authority-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.sij-authority-card{border:1px solid var(--line);background:var(--card);border-radius:17px;flex-direction:column;gap:14px;padding:18px;display:flex}.sij-authority-card-head{align-items:flex-start;gap:11px;display:flex}.sij-authority-icon{width:42px;height:42px;color:var(--blue);background:#2563eb17;border-radius:12px;flex:none;place-items:center;display:grid}.sij-authority-card h4{margin:1px 0 3px;font-size:14px}.sij-authority-card-head span{color:var(--mut);font-size:11px}.sij-authority-reason{background:var(--surface-soft);border-radius:12px;padding:12px}.sij-authority-reason strong{margin-bottom:5px;font-size:11px;display:block}.sij-authority-reason p{color:var(--mut);margin:0;font-size:11.5px;line-height:1.65}.sij-authority-step-chips{flex-wrap:wrap;gap:6px;display:flex}.sij-authority-step-chips span{border:1px solid var(--line);color:var(--mut);border-radius:999px;padding:5px 8px;font-size:10.5px}.sij-authority-open{color:var(--blue);align-items:center;gap:7px;margin-top:auto;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}@media (max-width:1000px){.sij-authority-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.sij-authority-grid{grid-template-columns:1fr}}.sij-financial-inputs{border-top:1px solid var(--line);margin-top:28px;padding-top:26px}.sij-financial-inputs-head{align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.sij-financial-inputs-head>svg{color:var(--blue);flex:none;margin-top:2px}.sij-financial-inputs-head strong{font-size:14px}.sij-financial-inputs-head p{color:var(--mut);margin:5px 0 0;font-size:12.5px;line-height:1.65}.sij-cost-plan{background:linear-gradient(135deg,#16a34a0e,#2563eb09);border:1px solid #16a34a3d;border-radius:20px;gap:18px;padding:24px;display:grid}.sij-cost-plan-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.sij-cost-plan-head p{color:var(--mut);margin:7px 0 0;font-size:12px}.sij-cost-status{border-radius:999px;max-width:260px;padding:7px 11px;font-size:11px;font-weight:800;line-height:1.4}.sij-cost-status.covered{color:#15803d;background:#16a34a1f}.sij-cost-status.gap{color:#b91c1c;background:#dc26261a}.sij-cost-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.sij-cost-metric{border:1px solid var(--line);background:var(--card);border-radius:14px;flex-direction:column;gap:6px;min-width:0;padding:14px;display:flex}.sij-cost-metric span{color:var(--mut);font-size:10.5px;line-height:1.45}.sij-cost-metric strong{overflow-wrap:anywhere;font-size:14px}.sij-cost-performance{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.sij-cost-performance>div{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;flex-direction:column;gap:6px;padding:14px;display:flex}.sij-cost-performance span{color:var(--mut);font-size:10.5px}.sij-cost-performance strong{font-size:14px}.sij-cost-calculator-links{flex-wrap:wrap;gap:8px;display:flex}.sij-cost-calculator-links a{border:1px solid var(--line);background:var(--card);color:var(--blue);border-radius:11px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.sij-cost-disclaimer{color:var(--mut);margin:0;font-size:11px;line-height:1.7}html[data-theme=dark] .sij-cost-status.covered{color:#86efac}html[data-theme=dark] .sij-cost-status.gap{color:#fca5a5}@media (max-width:1000px){.sij-cost-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.sij-cost-plan-head{flex-direction:column}.sij-cost-performance{grid-template-columns:1fr}}@media (max-width:480px){.sij-cost-grid{grid-template-columns:1fr}}.sij-readiness{border:1px solid var(--line);background:var(--card);border-radius:20px;gap:20px;padding:24px;display:grid}.sij-readiness-head p{color:var(--mut);margin:7px 0 0;font-size:12.5px;line-height:1.7}.sij-readiness-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.sij-readiness-score{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;align-items:center;gap:14px;padding:16px;display:flex}.sij-readiness-circle{border:9px solid var(--line);background:var(--card);text-align:center;border-radius:50%;flex:none;align-content:center;place-items:center;gap:3px;width:120px;height:120px;display:grid}.sij-readiness-circle strong{font-size:27px;line-height:1}.sij-readiness-circle span{max-width:82px;color:var(--mut);font-size:9.5px;line-height:1.25}.sij-readiness-circle.ready{border-color:#16a34a}.sij-readiness-circle.strong{border-color:#2563eb}.sij-readiness-circle.developing{border-color:#d97706}.sij-readiness-circle.early{border-color:#dc2626}.sij-readiness-score small{color:var(--mut);font-weight:750}.sij-readiness-bars{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.sij-readiness-bar{gap:8px;display:grid}.sij-readiness-bar>div:first-child{justify-content:space-between;gap:10px;font-size:11.5px;display:flex}.sij-readiness-bar span{color:var(--mut)}.sij-readiness-track{background:var(--surface-soft);border-radius:999px;width:100%;height:9px;overflow:hidden}.sij-readiness-track>span{border-radius:inherit;background:#2563eb;height:100%;transition:width .25s;display:block}.sij-readiness-missing h4{margin:0 0 12px;font-size:14px}.sij-readiness-missing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.sij-readiness-missing-grid section{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;padding:14px}.sij-readiness-missing-grid strong{margin-bottom:8px;font-size:11.5px;display:block}.sij-readiness-missing-grid ul{color:var(--mut);gap:6px;margin:0;padding-inline-start:18px;font-size:11px;line-height:1.55;display:grid}.sij-readiness-missing-grid p{color:#15803d;margin:0;font-size:11px;line-height:1.55}.sij-readiness-disclaimer{color:var(--mut);margin:0;font-size:10.5px;line-height:1.7}@media (max-width:900px){.sij-readiness-main,.sij-readiness-missing-grid{grid-template-columns:1fr}}@media (max-width:650px){.sij-readiness-bars{grid-template-columns:1fr}.sij-readiness-score{flex-direction:column;align-items:flex-start}.sij-readiness-circle{width:108px;height:108px}}.sij-wizard{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--card);padding:22px 42px}.sij-wizard-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid;position:relative}.sij-wizard-step{border:1px solid var(--line);background:var(--card);min-width:0;min-height:54px;color:var(--mut);font:inherit;text-align:start;cursor:pointer;border-radius:14px;align-items:center;gap:9px;padding:9px 12px;transition:border-color .16s,background .16s,transform .16s;display:flex;position:relative}.sij-wizard-step:not(:disabled):hover{border-color:#2563eb73;transform:translateY(-1px)}.sij-wizard-step:disabled{opacity:.48;cursor:not-allowed}.sij-wizard-step>span{background:var(--surface-soft);border-radius:10px;flex:none;place-items:center;width:30px;height:30px;font-size:12px;font-weight:900;display:grid}.sij-wizard-step strong{min-width:0;font-size:11.5px;line-height:1.35}.sij-wizard-step.is-active{border-color:var(--blue);color:var(--ink);background:#2563eb12}.sij-wizard-step.is-active>span{background:var(--blue);color:#fff}.sij-wizard-step.is-complete{border-color:#16a34a47}.sij-wizard-step.is-complete>span{color:#15803d;background:#16a34a1f}.sij-wizard-context{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-top:15px;padding-top:15px;display:flex}.sij-wizard-context small{color:var(--blue);font-size:10.5px;font-weight:850}.sij-wizard-context p{max-width:720px;color:var(--mut);margin:4px 0 0;font-size:12px;line-height:1.55}.sij-wizard-controls{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.sij-wizard-controls button{border:1px solid var(--line);background:var(--card);min-height:38px;color:var(--ink);font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:7px 11px;font-size:11px;font-weight:800;display:inline-flex}.sij-wizard-controls button.is-primary{border-color:var(--blue);background:var(--blue);color:#fff}.sij-wizard-controls .sij-wizard-edit{color:var(--blue)}.saudi-investor-journey[data-wizard-stage="1"] .sij-results,.saudi-investor-journey[data-wizard-stage="2"] .sij-advisor-card,.saudi-investor-journey[data-wizard-stage="3"] .sij-advisor-card,.saudi-investor-journey[data-wizard-stage="4"] .sij-advisor-card{display:none}.saudi-investor-journey[data-wizard-stage="2"] .sij-wizard-journey,.saudi-investor-journey[data-wizard-stage="2"] .sij-wizard-launch,.saudi-investor-journey[data-wizard-stage="3"] .sij-wizard-analysis,.saudi-investor-journey[data-wizard-stage="3"] .sij-wizard-launch,.saudi-investor-journey[data-wizard-stage="4"] .sij-wizard-analysis,.saudi-investor-journey[data-wizard-stage="4"] .sij-wizard-journey{display:none!important}html[data-theme=dark] .sij-wizard-step.is-complete>span{color:#86efac}@media (max-width:900px){.sij-wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.sij-wizard-context{flex-direction:column;align-items:flex-start}.sij-wizard-controls{justify-content:flex-start}}@media (max-width:760px){.sij-wizard{padding:20px 22px}}@media (max-width:520px){.sij-wizard-steps{grid-template-columns:1fr}.sij-wizard-step{min-height:48px}.sij-wizard-controls{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.sij-wizard-controls button{width:100%}.sij-wizard-controls .sij-wizard-edit{grid-column:1/-1}}.sij-advisor-card,.sij-results,.sij-wizard-nav{font-size:1.04rem}.sij-advisor-card label,.sij-advisor-card .sij-field-label{font-size:.98rem;font-weight:700}.sij-advisor-card input,.sij-advisor-card select,.sij-advisor-card button{font-size:1rem}.sij-advisor-heading p,.sij-financial-inputs-head p,.sij-step-body p,.sij-summary-card p,.sij-readiness p,.sij-cost-plan p,.sij-authority-section p,.sij-legal-recommendation p{font-size:1rem;line-height:1.8}.sij-auto-note{opacity:.72;grid-column:1/-1;margin:-.3rem 0 .35rem;font-size:.9rem;line-height:1.6}.sij-form-grid select:disabled{cursor:not-allowed;opacity:.82;background:color-mix(in srgb, currentColor 4%, transparent)}.sij-secondary-button:active{color:#fff;background:#2563eb;border-color:#2563eb}.sij-secondary-button:active svg{color:#fff}@media (max-width:620px){.sij-advisor-card,.sij-results,.sij-wizard-nav,.sij-advisor-card input,.sij-advisor-card select,.sij-advisor-card button{font-size:1rem}}.sij-auto-field{min-width:0}.sij-auto-field .sij-field{width:100%}.sij-auto-field .sij-auto-note{opacity:.78;margin:.45rem 0 0;font-size:.94rem;line-height:1.65}.sij-referral-center{border:1px solid var(--line);background:var(--card);border-radius:18px;margin-top:22px;padding:24px}.sij-referral-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.sij-referral-head h3{margin:8px 0 7px;font-size:1.3rem}.sij-referral-head p{color:var(--mut);margin:0;font-size:1rem;line-height:1.75}.sij-referral-id{border:1px solid var(--line);background:var(--bg);border-radius:12px;flex:none;padding:10px 13px}.sij-referral-id small,.sij-referral-id strong{display:block}.sij-referral-id small{color:var(--mut);margin-bottom:4px;font-size:.78rem}.sij-referral-id strong{letter-spacing:.02em;direction:ltr;font-size:.9rem}.sij-referral-safety{border:1px solid var(--line);border-radius:12px;align-items:flex-start;gap:10px;margin-top:18px;padding:13px 15px;display:flex}.sij-referral-safety svg{color:var(--blue);flex:none}.sij-referral-safety p{margin:0;font-size:.94rem;line-height:1.65}.sij-referral-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:20px;display:grid}.sij-referral-grid label{gap:7px;min-width:0;display:grid}.sij-referral-grid label>span{font-size:.95rem;font-weight:750}.sij-referral-grid input,.sij-referral-grid textarea{border:1px solid var(--line);background:var(--bg);width:100%;min-width:0;color:var(--ink);font:inherit;border-radius:10px;padding:11px 12px;font-size:1rem}.sij-referral-grid textarea{resize:vertical}.sij-referral-message{grid-column:1/-1}.sij-referral-consent{align-items:flex-start;gap:10px;margin-top:18px;font-size:.94rem;line-height:1.65;display:flex}.sij-referral-consent input{flex:none;width:18px;height:18px;margin-top:3px}.sij-referral-preview{border:1px solid var(--line);background:var(--bg);border-radius:12px;margin-top:20px;padding:15px}.sij-referral-preview>strong{align-items:center;gap:7px;display:flex}.sij-referral-preview pre{white-space:pre-wrap;overflow-wrap:anywhere;text-align:left;direction:ltr;border-radius:9px;max-height:320px;margin:12px 0 0;padding:12px;font-size:.85rem;line-height:1.65;overflow:auto}.sij-referral-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.sij-referral-actions button,.sij-referral-mail{border:1px solid var(--blue);min-height:44px;font:inherit;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:10px 15px;font-weight:800;text-decoration:none;display:inline-flex}.sij-referral-actions button{background:var(--blue);color:#fff;cursor:pointer}.sij-referral-actions button:disabled,.sij-referral-mail.is-disabled{cursor:not-allowed;opacity:.5}.sij-referral-mail{color:var(--blue);background:0 0}.sij-referral-disclaimer{color:var(--mut);margin:16px 0 0;font-size:.88rem;line-height:1.65}@media (max-width:700px){.sij-referral-head{flex-direction:column}.sij-referral-id{width:100%}.sij-referral-grid{grid-template-columns:1fr}.sij-referral-message{grid-column:auto}.sij-referral-actions{grid-template-columns:1fr;display:grid}.sij-referral-actions button,.sij-referral-mail{width:100%}}.sij-referral-grid select{border:1px solid var(--line);background:var(--bg);width:100%;min-width:0;color:var(--ink);font:inherit;border-radius:10px;padding:11px 12px;font-size:1rem}.sij-inline-action{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.sij-inline-action button,.sij-referral-submit button{border:1px solid var(--blue);background:var(--blue);color:#fff;min-height:44px;font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:9px 13px;font-weight:800;display:inline-flex}.sij-inline-action button:disabled,.sij-referral-submit button:disabled{cursor:not-allowed;opacity:.5}.sij-phone-field{grid-template-columns:auto minmax(0,1fr);display:grid}.sij-phone-field .sij-calling-code{border:1px solid var(--line);background:color-mix(in srgb, var(--ink) 5%, var(--bg));direction:ltr;border-inline-end:0;border-radius:10px 0 0 10px;justify-content:center;align-items:center;min-width:66px;padding:0 10px;font-weight:800;display:flex}[dir=rtl] .sij-phone-field .sij-calling-code{border-inline-end:1px solid var(--line);border-inline-start:0;border-radius:0 10px 10px 0}.sij-phone-field input{direction:ltr;border-radius:0 10px 10px 0}[dir=rtl] .sij-phone-field input{border-radius:10px 0 0 10px}.sij-field-error,.sij-field-success,.sij-field-info{align-items:flex-start;gap:5px;margin-top:2px;font-size:.85rem;line-height:1.5;display:flex}.sij-field-error{color:#b91c1c}.sij-field-success{color:#15803d}.sij-field-info{color:var(--mut)}.sij-referral-submit{margin-top:18px}.sij-referral-submit p{color:var(--mut);margin:9px 0 0;font-size:.88rem;line-height:1.6}.sij-referral-created{border:1px solid color-mix(in srgb, #16a34a 35%, var(--line));background:color-mix(in srgb, #16a34a 7%, var(--card));border-radius:13px;align-items:flex-start;gap:12px;margin-top:20px;padding:16px;display:flex}.sij-referral-created>svg{color:#16a34a;flex:none}.sij-referral-created strong{margin-bottom:5px;display:block}.sij-referral-created p{margin:0 0 9px;font-size:.92rem;line-height:1.6}.sij-referral-created code{direction:ltr;border-radius:7px;padding:5px 8px;font-size:.9rem;font-weight:800;display:inline-block}.sij-spin{animation:.85s linear infinite sij-spin-animation}@keyframes sij-spin-animation{to{transform:rotate(360deg)}}@media (max-width:700px){.sij-inline-action{grid-template-columns:1fr}.sij-inline-action button,.sij-referral-submit button{width:100%}}.admin-investor-panel{max-width:1400px;margin:0 auto 20px}.admin-investor-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;margin:18px 0 20px;display:grid}.admin-investor-grids{max-width:none;margin:0}.admin-investor-list{background:#fbfdff;border:1px solid #e3e9f1;border-radius:16px;padding:18px}.admin-investor-list h3{margin:0 0 12px;font-size:1rem}.admin-investor-row{border-bottom:1px solid #edf1f6;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 0;display:grid}.admin-investor-row:last-child{border-bottom:0}.admin-investor-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-investor-row b{text-align:end;color:#122033;min-width:34px}@media (max-width:1100px){.admin-investor-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.admin-investor-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.admin-investor-stat-grid{grid-template-columns:1fr}.admin-investor-list{padding:14px}}html[lang=ar] body{font-family:IBM Plex Sans Arabic,IBM Plex Sans,system-ui,sans-serif;font-weight:600}html[lang=ar] p,html[lang=ar] li,html[lang=ar] a,html[lang=ar] label,html[lang=ar] summary,html[lang=ar] button,html[lang=ar] input,html[lang=ar] select,html[lang=ar] small,html[lang=ar] span{font-weight:600}html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3,html[lang=ar] h4,html[lang=ar] strong,html[lang=ar] b{font-weight:700}.sij-bank-selector{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;width:100%;margin:4px 0 2px;padding:16px}.sij-bank-selector-head{gap:6px;margin-bottom:14px;display:grid}.sij-bank-selector-title{color:var(--ink);align-items:center;gap:8px;font-size:14px;display:flex}.sij-bank-selector-title svg{color:var(--blue);flex:none}.sij-bank-selector-head p{color:var(--mut);margin:0;font-size:12.5px;line-height:1.7}.sij-bank-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sij-bank-card{border:1px solid var(--line);background:var(--card);min-width:0;color:var(--ink);border-radius:13px;flex-direction:column;justify-content:space-between;gap:10px;padding:13px 14px;text-decoration:none;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.sij-bank-card:hover{border-color:var(--blue);transform:translateY(-1px);box-shadow:0 8px 24px #0f172a14}.sij-bank-name{min-width:0;font-size:13px;font-weight:850;line-height:1.55}.sij-bank-open{width:max-content;max-width:100%;color:var(--blue);align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.sij-bank-open svg{flex:none}.sij-bank-regulatory{border-top:1px solid var(--line);gap:7px;margin-top:13px;padding-top:13px;display:grid}.sij-sama-link{width:max-content;max-width:100%;color:var(--blue);align-items:center;gap:7px;font-size:12px;font-weight:850;line-height:1.5;text-decoration:none;display:inline-flex}.sij-sama-link:hover{text-decoration:underline}.sij-sama-link svg{flex:none}.sij-bank-regulatory p{color:var(--mut);margin:0;font-size:11.5px;line-height:1.65}html[data-theme=dark] .sij-bank-card:hover{box-shadow:0 8px 24px #00000038}@media (max-width:700px){.sij-bank-grid{grid-template-columns:1fr}.sij-bank-selector{padding:13px}}.language-switcher{align-items:center;gap:8px;min-width:0;display:inline-flex}.language-switcher-label{color:#ffffffeb;white-space:nowrap;align-items:center;gap:5px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.language-switcher-label svg{flex:none}.language-switcher .langsel{min-width:126px}.language-switcher .langsel option{font-family:IBM Plex Sans,IBM Plex Sans Arabic,Noto Sans Devanagari,system-ui,sans-serif}html[data-theme=dark] .language-switcher-label{color:#f8fafc}@media (max-width:900px){.language-switcher-label span{display:none}.language-switcher{gap:5px}.language-switcher .langsel{min-width:116px}}@media (max-width:560px){.language-switcher .langsel{min-width:104px;max-width:118px}.language-switcher-label svg{width:15px;height:15px}}.investor-print-actions{margin-top:18px}@media print{@page{size:A4;margin:14mm}html,body{background:#fff!important}body{color:#000!important}.no-print,header,footer,nav,.ticker-wrap,.market-ticker,.readout,.rrows,.rrow,.investor-cost-section,.investor-services,.investor-service-card{break-inside:avoid}.readout,.rrows,.investor-cost-section,.investor-services{box-shadow:none!important}a{color:inherit!important;text-decoration:none!important}}.investor-print-header,.investor-print-note,.investor-print-footer,.investor-print-title{display:none}@media print{body *{visibility:hidden!important}.investor-print-report,.investor-print-report *{visibility:visible!important}.investor-print-report{width:100%;direction:inherit;margin:0;padding:0;position:absolute;inset:0;color:#000!important;background:#fff!important}.investor-print-header{border-bottom:2px solid #111;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding-bottom:14px;display:flex!important}.investor-print-brand{letter-spacing:-.02em;font-size:24px;font-weight:800}.investor-print-date{font-size:12px;font-weight:600}.investor-print-title{text-align:center;margin:0 0 24px;font-size:20px;font-weight:800;display:block!important}.investor-print-report .readout{margin-bottom:18px}.investor-print-report .rrows{margin-top:0}.investor-print-report .rrow{break-inside:avoid}.investor-print-note{border-top:1px solid #ccc;margin-top:28px;padding-top:16px;font-size:11px;line-height:1.8;display:block!important}.investor-print-footer{text-align:center;direction:ltr;margin-top:18px;font-size:11px;font-weight:700;display:block!important}.site-header,.site-footer,.footnav,.breadcrumb,.backbtn,.phead,.about,.calculator-trust,.related-calculators,.calculator-relations,.investor-print-actions,.foreign-investor-cost-tool>:not(.investor-print-report){display:none!important}.cview,.panel,.foreign-investor-cost-tool,.investor-print-report{width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;box-shadow:none!important;border:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}html,body{background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}.investor-print-report{position:static!important;inset:auto!important}}.investor-print-inputs{display:none}@media print{.investor-print-inputs{border:1px solid #d7dce3;border-radius:10px;margin:0 0 22px;padding:14px 16px;display:block!important}.investor-print-inputs h3{margin:0 0 12px;font-size:14px;font-weight:800}.investor-print-input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;display:grid!important}.investor-print-input-grid>div{break-inside:avoid;border-bottom:1px dotted #d7dce3;justify-content:space-between;align-items:baseline;gap:12px;padding:5px 0;display:flex!important}.investor-print-input-grid span{font-size:10.5px;font-weight:600}.investor-print-input-grid strong{text-align:end;font-size:10.5px;font-weight:800}html[lang=ar] .investor-print-input-grid,html[lang=ar] .investor-print-input-grid>div{direction:rtl}}.sij-print-report{display:none}.sij-print-actions{justify-content:center;margin:18px 0 26px;display:flex}#sij-print-root{display:none}@media print{body.sij-print-mode #sij-print-root{width:100%!important;display:block!important}body.sij-print-mode #sij-print-root .sij-print-report{color:#111!important;background:#fff!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important}.sij-print-header{border-bottom:2px solid #111;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding-bottom:12px;display:flex}.sij-print-brand{font-size:22px;font-weight:800}.sij-print-date{font-size:11px;font-weight:600}.sij-print-title{text-align:center;margin:0 0 22px;font-size:20px;font-weight:800}.sij-print-section{break-inside:avoid;margin:0 0 20px}.sij-print-section h3{border-bottom:1px solid #d8dce3;margin:0 0 10px;padding-bottom:7px;font-size:14px;font-weight:800}.sij-print-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;display:grid}.sij-print-profile-grid>div{border-bottom:1px dotted #d8dce3;justify-content:space-between;gap:12px;padding:5px 0;display:flex}.sij-print-profile-grid span,.sij-print-profile-grid strong{font-size:10.5px}.sij-print-progress-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.sij-print-progress-grid>div{text-align:center;border:1px solid #d8dce3;border-radius:8px;padding:10px}.sij-print-progress-grid strong,.sij-print-progress-grid span{display:block}.sij-print-progress-grid strong{font-size:16px}.sij-print-progress-grid span{margin-top:3px;font-size:9.5px}.sij-print-steps{gap:7px;display:grid}.sij-print-step{break-inside:avoid;border-bottom:1px solid #e2e5e9;grid-template-columns:26px 1fr auto;align-items:start;gap:9px;padding:8px 0;display:grid}.sij-print-step-number{border:1px solid #999;border-radius:50%;place-items:center;width:23px;height:23px;font-size:9px;font-weight:800;display:grid}.sij-print-step h4{margin:0 0 3px;font-size:11px;font-weight:800}.sij-print-step p{margin:0;font-size:9.5px;line-height:1.55}.sij-print-status{white-space:nowrap;font-size:9px;font-weight:700}.sij-print-status.is-done{font-weight:800}.sij-print-note{border-top:1px solid #bbb;margin:22px 0 0;padding-top:12px;font-size:9.5px;line-height:1.7}.sij-print-footer{text-align:center;direction:ltr;margin-top:14px;font-size:10px;font-weight:700}html[lang=ar] .sij-print-report,html[lang=ar] .sij-print-profile-grid,html[lang=ar] .sij-print-step{direction:rtl}body.sij-print-mode #sij-print-root,body.sij-print-mode #sij-print-root *,body.sij-print-mode .sij-print-report,body.sij-print-mode .sij-print-report *{visibility:visible!important}body.sij-print-mode>:not(#sij-print-root){display:none!important}body.sij-print-mode #sij-print-root{background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}body.sij-print-mode #sij-print-root .sij-print-report{color:#111!important;background:#fff!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:static!important;inset:auto!important;overflow:visible!important}body.sij-print-mode{background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important}body.sij-print-mode .sij-print-header{border-bottom:2px solid #111;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding-bottom:14px;display:flex!important}body.sij-print-mode .sij-print-brand{letter-spacing:-.02em;font-size:24px;font-weight:800}body.sij-print-mode .sij-print-date{font-size:12px;font-weight:600}body.sij-print-mode .sij-print-title{text-align:center;margin:0 0 24px;font-size:20px;font-weight:800}html[lang=ar] body.sij-print-mode .sij-print-report{direction:rtl}.sij-print-financial{break-inside:auto}.sij-print-financial-head{border-bottom:1px solid #d8dce3;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;padding-bottom:7px;display:flex!important}.sij-print-financial-head h3{border:0!important;margin:0!important;padding:0!important}.sij-print-capital-status{white-space:nowrap;font-size:9.5px;font-weight:800}.sij-print-financial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid!important}.sij-print-financial-grid>div{break-inside:avoid;border-bottom:1px dotted #d8dce3;justify-content:space-between;align-items:baseline;gap:12px;padding:5px 0;display:flex!important}.sij-print-financial-grid span,.sij-print-financial-grid strong{font-size:10px}.sij-print-financial-grid strong{white-space:nowrap;font-weight:800}.sij-print-financial-performance{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:12px;display:grid!important}.sij-print-financial-performance>div{text-align:center;break-inside:avoid;border:1px solid #d8dce3;border-radius:8px;padding:9px 7px}.sij-print-financial-performance span,.sij-print-financial-performance strong{display:block}.sij-print-financial-performance span{min-height:24px;font-size:8.5px;line-height:1.4}.sij-print-financial-performance strong{margin-top:4px;font-size:10.5px;font-weight:800}.sij-print-financial-note{opacity:.8;margin:10px 0 0;font-size:8.5px;line-height:1.6}html[lang=ar] .sij-print-financial,html[lang=ar] .sij-print-financial-head,html[lang=ar] .sij-print-financial-grid{direction:rtl}}.calculator-print-report{display:none}.calculator-print-actions{justify-content:center;margin-top:18px}#hesab-print-root{display:none}@media print{body.hesab-print-mode>:not(#hesab-print-root){display:none!important}body.hesab-print-mode #hesab-print-root,body.hesab-print-mode #hesab-print-root *{visibility:visible!important}body.hesab-print-mode #hesab-print-root{background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}body.hesab-print-mode #hesab-print-root .calculator-print-report{color:#111!important;background:#fff!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:static!important}body.hesab-print-mode{background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}.calculator-print-header{border-bottom:2px solid #111;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding-bottom:14px;display:flex!important}.calculator-print-brand{letter-spacing:-.02em;font-size:24px;font-weight:800}.calculator-print-date{font-size:12px;font-weight:600}.calculator-print-title{text-align:center;margin:0;font-size:20px;font-weight:800}.calculator-print-subtitle{text-align:center;margin:5px 0 24px;font-size:11px;font-weight:600}.calculator-print-section{break-inside:avoid;margin:0 0 22px}.calculator-print-section h3{border-bottom:1px solid #d8dce3;margin:0 0 10px;padding-bottom:7px;font-size:14px;font-weight:800}.calculator-print-input-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid!important}.calculator-print-input-grid>div,.calculator-print-results>div{break-inside:avoid;border-bottom:1px dotted #d8dce3;justify-content:space-between;align-items:baseline;gap:14px;padding:6px 0;display:flex!important}.calculator-print-input-grid span,.calculator-print-input-grid strong,.calculator-print-results span,.calculator-print-results strong{font-size:10.5px}.calculator-print-input-grid strong,.calculator-print-results strong{text-align:end;font-weight:800}.calculator-print-note{border-top:1px solid #bbb;margin:24px 0 0;padding-top:14px;font-size:9.5px;line-height:1.7}.calculator-print-footer{text-align:center;direction:ltr;margin-top:16px;font-size:10px;font-weight:700}html[lang=ar] body.hesab-print-mode .calculator-print-report,html[lang=ar] body.hesab-print-mode .calculator-print-input-grid,html[lang=ar] body.hesab-print-mode .calculator-print-results{direction:rtl}html[lang=ar] body.hesab-print-mode .calculator-print-money,html[lang=ar] body.hesab-print-mode .calculator-print-report .money-amount{white-space:nowrap;unicode-bidi:isolate;justify-content:flex-start;align-items:baseline;gap:4px;direction:ltr!important;flex-direction:row!important;display:inline-flex!important}html[lang=ar] body.hesab-print-mode .calculator-print-money-number,html[lang=ar] body.hesab-print-mode .calculator-print-report .money-number{unicode-bidi:isolate;order:1;direction:ltr!important}html[lang=ar] body.hesab-print-mode .calculator-print-money-currency,html[lang=ar] body.hesab-print-mode .calculator-print-report .money-currency{unicode-bidi:isolate;order:2;direction:rtl!important}body.hesab-print-mode .pdf-sar-value{white-space:nowrap!important;direction:ltr!important;unicode-bidi:isolate!important;grid-template-columns:max-content max-content!important;grid-template-areas:"number currency"!important;align-items:baseline!important;column-gap:4px!important;width:max-content!important;display:inline-grid!important}body.hesab-print-mode .pdf-sar-number{text-align:left!important;direction:ltr!important;unicode-bidi:isolate!important;grid-area:number!important}body.hesab-print-mode .pdf-sar-currency{text-align:right!important;direction:rtl!important;unicode-bidi:isolate!important;grid-area:currency!important}body.hesab-print-mode .pdf-money-value{white-space:nowrap!important;direction:ltr!important;flex-direction:row!important;gap:4px!important;display:inline-flex!important}html[lang=ar] body.hesab-print-mode .calculator-print-results strong,html[lang=ar] body.hesab-print-mode .calculator-print-input-grid strong{direction:ltr!important;unicode-bidi:isolate!important}html[lang=ar] body.hesab-print-mode .pdf-sar-value,html[lang=ar] body.hesab-print-mode .calculator-print-money,html[lang=ar] body.hesab-print-mode .calculator-print-report .money-amount{direction:rtl!important;flex-direction:row!important}html[lang=ar] body.hesab-print-mode .pdf-sar-number,html[lang=ar] body.hesab-print-mode .calculator-print-money-number,html[lang=ar] body.hesab-print-mode .calculator-print-report .money-number{direction:ltr!important}html[lang=ar] body.hesab-print-mode .pdf-sar-currency,html[lang=ar] body.hesab-print-mode .calculator-print-money-currency,html[lang=ar] body.hesab-print-mode .calculator-print-report .money-currency{direction:rtl!important}html[lang=ar] body.hesab-print-mode .pdf-years-value{white-space:nowrap;align-items:baseline;gap:4px;direction:rtl!important;flex-direction:row!important;display:inline-flex!important}html[lang=ar] body.hesab-print-mode .pdf-years-number{direction:ltr!important}html[lang=ar] body.hesab-print-mode .pdf-years-label{direction:rtl!important}}:root{--studio-paper:#fffdf9;--studio-paper-soft:#f8f5ef;--studio-ink:#172133;--studio-text:#3f4b5d;--studio-muted:#6e7785;--studio-orange:#f28a2e;--studio-orange-dark:#d76d16;--studio-orange-soft:#fff1e4;--studio-blue:#476fda;--studio-green:#45a86c;--studio-border:#e6e0d7;--studio-shadow:0 24px 70px #252b3621}html[data-theme=dark]{--studio-paper:#15191f;--studio-paper-soft:#1c222a;--studio-ink:#f7f4ed;--studio-text:#d2d7df;--studio-muted:#9da6b3;--studio-orange:#ff9a44;--studio-orange-dark:#e77a22;--studio-orange-soft:#ff9a441a;--studio-border:#303842;--studio-shadow:0 28px 80px #00000061}.photo-studio-hero{text-align:start;background:radial-gradient(circle at 78% 12%, #f28a2e1a, transparent 27%), radial-gradient(circle at 18% 20%, #476fda0e, transparent 25%), linear-gradient(180deg, var(--studio-paper), var(--studio-paper-soft));border-bottom:1px solid var(--studio-border);max-width:none;margin:0;padding:clamp(46px,6vw,82px) 24px clamp(58px,7vw,92px);overflow:hidden}.photo-studio-hero:before{content:"";pointer-events:none;opacity:.42;background-image:radial-gradient(#17213314 .6px,#0000 .6px);background-size:18px 18px;position:absolute;inset:0}html[data-theme=dark] .photo-studio-hero:before{opacity:.16}.photo-studio-shell{z-index:2;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:clamp(42px,6vw,88px);width:min(1240px,100%);margin:0 auto;display:grid;position:relative}.photo-studio-copy{min-width:0}.photo-studio-eyebrow{border:1px solid color-mix(in srgb, var(--studio-orange) 38%, var(--studio-border));background:var(--studio-orange-soft);width:max-content;max-width:100%;color:var(--studio-orange-dark);border-radius:999px;align-items:center;gap:10px;padding:7px 12px 7px 8px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 5px 16px #f28a2e12}.photo-studio-eyebrow-mark{background:var(--studio-orange);color:#fff;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.photo-studio-hero h1{max-width:720px;color:var(--studio-ink);letter-spacing:-.052em;text-wrap:balance;margin:25px 0 0;font-size:clamp(2.9rem,5.7vw,5.8rem);font-weight:750;line-height:.99}[dir=rtl] .photo-studio-hero h1{letter-spacing:0;font-size:clamp(3rem,5.6vw,5.55rem);font-weight:800;line-height:1.16}.photo-studio-subtitle{max-width:650px;font-weight:500;color:var(--studio-text)!important;margin:24px 0 0!important;font-size:clamp(1.08rem,1.75vw,1.28rem)!important;line-height:1.85!important}[dir=rtl] .photo-studio-subtitle{line-height:2!important}.photo-studio-search-wrap{max-width:680px;margin-top:34px}.photo-studio-search-label{color:var(--studio-muted);align-items:center;gap:7px;margin-bottom:9px;font-size:.83rem;font-weight:650;display:flex}.photo-studio-search-label svg{color:var(--studio-orange)}.photo-studio-search{border:1.5px solid var(--studio-border);background:color-mix(in srgb, var(--studio-paper) 96%, transparent);border-radius:17px;max-width:none;min-height:68px;margin:0;padding:11px 16px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 13px 38px #292f3c1a,inset 0 1px #ffffff7a}.photo-studio-search:focus-within{border-color:var(--studio-orange);transform:translateY(-1px);box-shadow:0 16px 44px #292f3c1f,0 0 0 4px #f28a2e1a}.photo-studio-search svg{color:var(--studio-orange);opacity:1}.photo-studio-search input{color:var(--studio-ink);font-size:clamp(1rem,1.5vw,1.08rem);font-weight:550}.photo-studio-search input::placeholder{color:var(--studio-muted);opacity:.72}.photo-studio-search .search-result-count{background:var(--studio-orange);color:#fff;border-radius:10px;min-width:38px}.photo-studio-trust{max-width:700px;color:var(--studio-text);justify-content:flex-start;gap:12px 20px;margin:25px 0 0;font-size:.9rem}.photo-studio-trust>span{gap:8px}.photo-trust-icon{background:var(--studio-paper);border:1px solid var(--studio-border);border-radius:9px;flex:none;place-items:center;width:29px;height:29px;box-shadow:0 4px 12px #1721330f;display:grid!important}.photo-studio-trust>span:first-child .photo-trust-icon{color:var(--studio-green)}.photo-studio-trust>span:nth-child(2) .photo-trust-icon{color:var(--studio-blue)}.photo-studio-trust>span:nth-child(3) .photo-trust-icon{color:var(--studio-orange)}.photo-studio-visual{min-width:0}.photo-studio-image-frame{aspect-ratio:1.08;width:100%;box-shadow:var(--studio-shadow);background:#eee8df;border:1px solid #cabeaec7;border-radius:32px;position:relative;overflow:hidden}.photo-studio-image{object-fit:cover;object-position:72% 50%;transform:scale(1.03)}[dir=rtl] .photo-studio-image{object-position:72% 50%}.photo-studio-image-shade{pointer-events:none;background:linear-gradient(90deg,#fffdf90a,#0000 26% 78%,#14171b14),linear-gradient(#ffffff14,#0000 28% 78%,#1113150f);position:absolute;inset:0}.photo-studio-floating-badge{-webkit-backdrop-filter:blur(12px);color:#253043;background:#ffffffdb;border:1px solid #ffffffbd;border-radius:16px;min-width:118px;padding:11px 14px;position:absolute;box-shadow:0 12px 34px #1f253021}.photo-studio-floating-badge span,.photo-studio-floating-badge small{display:block}.photo-studio-floating-badge span{font-family:var(--fm);font-variant-numeric:tabular-nums;direction:ltr;font-size:1.3rem;font-weight:700}.photo-studio-floating-badge small{color:#697383;margin-top:2px;font-size:.72rem;font-weight:650}.photo-studio-caption{min-height:38px;color:var(--studio-muted);letter-spacing:.08em;align-items:center;gap:10px;padding:0 9px;font-size:.7rem;font-weight:700;display:flex}.photo-studio-caption span:first-child{color:var(--studio-orange)}.photo-studio-caption i{background:var(--studio-border);flex:1;height:1px}.photo-studio-hero+.stats-strip{margin-top:-30px}.photo-studio-hero+.stats-strip .stats-grid{border:1px solid var(--studio-border);background:var(--studio-paper);border-radius:20px;overflow:hidden;box-shadow:0 18px 44px #252b361a}.photo-studio-hero+.stats-strip .stat-item{border-color:var(--studio-border);min-height:106px}.photo-studio-hero+.stats-strip .stat-item svg{color:var(--studio-orange)}.photo-studio-hero+.stats-strip .stat-item strong{color:var(--studio-ink);font-size:1.55rem}.photo-studio-hero+.stats-strip .stat-item span{color:var(--studio-muted);font-size:.86rem}.photo-studio-hero~.home-section .section-heading h2,.photo-studio-hero~.home-category-groups .home-category-title{color:var(--studio-ink);font-weight:750}[dir=rtl] .photo-studio-hero~.home-section .section-heading h2,[dir=rtl] .photo-studio-hero~.home-category-groups .home-category-title{font-weight:800}@media (max-width:980px){.photo-studio-shell{grid-template-columns:1fr;max-width:780px}.photo-studio-copy{text-align:center}.photo-studio-eyebrow{margin-inline:auto}.photo-studio-hero h1,.photo-studio-subtitle,.photo-studio-search-wrap,.photo-studio-trust{margin-inline:auto!important}.photo-studio-trust{justify-content:center}.photo-studio-visual{width:min(680px,100%);margin-inline:auto}.photo-studio-image-frame{aspect-ratio:1.25}}@media (max-width:700px){.photo-studio-hero{padding:38px 15px 62px}.photo-studio-shell{gap:38px}.photo-studio-hero h1{margin-top:20px;font-size:clamp(2.55rem,12vw,4.1rem)}[dir=rtl] .photo-studio-hero h1{font-size:clamp(2.6rem,11.5vw,4rem)}.photo-studio-subtitle{font-size:1.05rem!important}.photo-studio-search-wrap{margin-top:27px!important}.photo-studio-search{min-height:62px}.photo-studio-image-frame{aspect-ratio:1.08;border-radius:24px}.photo-studio-floating-badge{min-width:102px;padding:9px 11px}.photo-studio-floating-badge span{font-size:1.1rem}.photo-studio-floating-badge small{font-size:.65rem}}@media (max-width:440px){.photo-studio-eyebrow{font-size:.77rem}.photo-studio-eyebrow-mark{width:28px;height:28px}.photo-studio-trust{flex-direction:column;align-items:stretch;gap:8px}.photo-studio-trust>span{justify-content:center}.photo-studio-image-frame{aspect-ratio:.96}.photo-badge-top{top:12px;inset-inline-start:12px}.photo-badge-bottom{bottom:12px;inset-inline-end:12px}}.photo-studio-image-frame>.photo-studio-image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.photo-studio-shell{grid-template-columns:minmax(0,.94fr) minmax(440px,1.06fr);gap:clamp(44px,5.5vw,76px)}.photo-studio-image-frame{aspect-ratio:926/690;background:#eee7dd;border-radius:30px;min-height:0;overflow:hidden;box-shadow:0 28px 72px #252b3626}.photo-studio-image-frame>.photo-studio-image{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0;transform:none}.photo-studio-visual{align-self:center}.photo-studio-caption{margin-top:7px}.photo-badge-top{top:18px;inset-inline-start:18px}.photo-badge-bottom{bottom:18px;inset-inline-end:18px}@media (max-width:980px){.photo-studio-shell{grid-template-columns:1fr;max-width:780px}.photo-studio-visual{width:min(680px,100%)}.photo-studio-image-frame{aspect-ratio:926/690}}@media (max-width:700px){.photo-studio-image-frame{aspect-ratio:926/690;border-radius:22px}.photo-studio-floating-badge{min-width:96px}}@media (max-width:440px){.photo-studio-shell{gap:30px}.photo-studio-image-frame{aspect-ratio:1}}.photo-studio-shell{grid-template-columns:minmax(0,.82fr) minmax(540px,1.18fr);gap:clamp(46px,5vw,82px);width:min(1360px,100%)}.photo-studio-visual{place-self:center;width:100%;max-width:760px}.photo-studio-image-frame{aspect-ratio:926/690;background:#eee7dd;border-radius:30px;width:100%;min-height:0;overflow:hidden;box-shadow:0 30px 80px #252b362b}.photo-studio-image-frame>.photo-studio-image{object-fit:cover;object-position:48% 50%;transform-origin:50%;width:100%;height:100%;transition:transform .35s;display:block;position:absolute;inset:0;transform:scale(1.1)}.photo-studio-floating-badge,.photo-badge-top,.photo-badge-bottom{display:none!important}.photo-studio-image-shade{background:linear-gradient(90deg,#ffffff06,#0000 32% 86%,#11131509)}.photo-studio-copy{padding-block:18px}.photo-studio-hero h1{max-width:680px}.photo-studio-subtitle{max-width:610px}@media (min-width:1400px){.photo-studio-shell{grid-template-columns:minmax(0,.78fr) minmax(600px,1.22fr);width:min(1420px,100%)}.photo-studio-visual{max-width:820px}}@media (max-width:980px){.photo-studio-shell{grid-template-columns:1fr;max-width:820px}.photo-studio-visual{width:min(740px,100%);max-width:none;margin-inline:auto}.photo-studio-image-frame>.photo-studio-image{object-position:center center;transform:scale(1.06)}}@media (max-width:700px){.photo-studio-visual{width:100%}.photo-studio-image-frame{border-radius:23px}.photo-studio-image-frame>.photo-studio-image{object-position:center center;transform:scale(1.04)}}@media (max-width:440px){.photo-studio-image-frame{aspect-ratio:1}.photo-studio-image-frame>.photo-studio-image{transform:scale(1.08)}}.compact-category-browser{margin-top:64px}.compact-category-heading{margin-bottom:24px}.compact-category-heading p{max-width:680px}.compact-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:14px;display:grid}.compact-category-card{border:1px solid var(--studio-border);background:var(--studio-paper);border-radius:20px;min-width:0;transition:transform .18s,border-color .18s,box-shadow .18s;overflow:hidden;box-shadow:0 9px 26px #252b3612}.compact-category-card:hover{border-color:color-mix(in srgb, var(--category-color) 48%, var(--studio-border));transform:translateY(-2px);box-shadow:0 15px 34px #252b361a}.compact-category-card.is-open{border-color:color-mix(in srgb, var(--category-color) 58%, var(--studio-border));grid-column:1/-1;transform:none}.compact-category-trigger{width:100%;min-height:184px;color:var(--studio-ink);text-align:start;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:12px;padding:19px;display:flex}.compact-category-number{color:var(--studio-muted);font-family:var(--fm);letter-spacing:.06em;font-size:.68rem;font-weight:700}.compact-category-icon{width:52px;height:52px;color:var(--category-color);background:color-mix(in srgb, var(--category-color) 10%, var(--studio-paper));border:1px solid color-mix(in srgb, var(--category-color) 22%, var(--studio-border));border-radius:15px;flex:none;place-items:center;display:grid}.compact-category-copy{min-width:0}.compact-category-copy strong,.compact-category-copy small{display:block}.compact-category-copy strong{color:var(--studio-ink);font-size:1.08rem;font-weight:750;line-height:1.45}[dir=rtl] .compact-category-copy strong{font-weight:800}.compact-category-copy small{color:var(--studio-muted);margin-top:4px;font-size:.79rem}.compact-category-action{border-top:1px solid var(--studio-border);width:100%;color:var(--category-color);justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:11px;font-size:.78rem;font-weight:700;display:flex}.compact-category-action svg{flex:none;transition:transform .18s}[dir=rtl] .compact-category-action svg{transform:rotate(180deg)}.compact-category-card.is-open .compact-category-action svg{transform:rotate(90deg)}.compact-category-panel{border-top:1px solid var(--studio-border);background:var(--studio-paper-soft);padding:18px}.compact-category-panel[hidden]{display:none}.compact-category-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.compact-calculator-link{border:1px solid var(--studio-border);background:var(--studio-paper);min-height:50px;color:var(--studio-ink);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 13px;font-size:.87rem;font-weight:650;transition:border-color .15s,background .15s,transform .15s;display:flex}.compact-calculator-link:hover{border-color:var(--studio-orange);background:var(--studio-orange-soft);transform:translateY(-1px)}.compact-calculator-link svg{color:var(--studio-orange);flex:none}[dir=rtl] .compact-calculator-link svg{transform:rotate(180deg)}.compact-saudi-card{--category-color:#17865d;border-color:color-mix(in srgb, #17865d 32%, var(--studio-border));background:linear-gradient(135deg, color-mix(in srgb, #17865d 5%, var(--studio-paper)), var(--studio-paper));margin-top:16px}.compact-saudi-trigger{grid-template-columns:auto auto 1fr auto;align-items:center;column-gap:16px;min-height:132px;display:grid}.compact-saudi-trigger .compact-category-action{border-top:0;border-inline-start:1px solid var(--studio-border);width:auto;min-width:140px;margin:0;padding:10px 0 10px 16px}.compact-saudi-description{color:var(--studio-muted);margin:0 0 15px;font-size:.91rem;line-height:1.75}.compact-search-results{margin-top:58px}@media (max-width:1050px){.compact-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.compact-category-browser{margin-top:52px}.compact-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.compact-category-trigger{min-height:166px;padding:15px}.compact-category-icon{width:46px;height:46px}.compact-category-links{grid-template-columns:1fr}.compact-saudi-trigger{min-height:150px;display:flex}.compact-saudi-trigger .compact-category-action{padding-top:10px;border-inline-start:0;border-top:1px solid var(--studio-border);width:100%;min-width:0;padding-inline-start:0}}@media (max-width:440px){.compact-category-grid{grid-template-columns:1fr}.compact-category-trigger{min-height:140px}}.homepage-kafd-background{isolation:isolate;background-image:linear-gradient(180deg, #f6f4efb3 0%, #f7f5f0c2 24%, #f7f5f0b8 52%, #f7f5f0c7 78%, #f6f4efd6 100%), var(--hesab-master-background);background-position:50% 34%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100vh;position:relative}.homepage-kafd-background:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#ffffff0d,#ffffff21,#ffffff0d);position:absolute;inset:0}.homepage-kafd-background .photo-studio-hero,.homepage-kafd-background .home-main,.homepage-kafd-background .home-shell{background:0 0}.homepage-kafd-background .photo-studio-shell{-webkit-backdrop-filter:blur(10px)saturate(112%);background:#fffdf9b8;border:1px solid #ffffff94;border-radius:34px;padding:clamp(24px,3vw,42px);position:relative;box-shadow:0 26px 70px #151f2721}.homepage-kafd-background .stats-strip{-webkit-backdrop-filter:blur(9px);background:#fffdf9c2;border:1px solid #ffffff8a;border-radius:24px;position:relative;box-shadow:0 16px 42px #151f2717}.homepage-kafd-background .compact-category-card,.homepage-kafd-background .popular-card,.homepage-kafd-background .calc-card{-webkit-backdrop-filter:blur(10px);background:#fffdf9e0}.homepage-kafd-background .home-seo-inner{-webkit-backdrop-filter:blur(10px);background:#fffdf9e0;border:1px solid #ffffff94;box-shadow:0 18px 48px #151f2717}.homepage-kafd-background .site-reviews-section,.homepage-kafd-background .technology-partners{position:relative}html[data-theme=dark] .homepage-kafd-background{background-image:linear-gradient(180deg, #080d12bd 0%, #090f15cc 45%, #080d12db 100%), var(--hesab-master-background)}html[data-theme=dark] .homepage-kafd-background .photo-studio-shell,html[data-theme=dark] .homepage-kafd-background .stats-strip,html[data-theme=dark] .homepage-kafd-background .compact-category-card,html[data-theme=dark] .homepage-kafd-background .popular-card,html[data-theme=dark] .homepage-kafd-background .calc-card,html[data-theme=dark] .homepage-kafd-background .home-seo-inner{background:#10151bd6;border-color:#ffffff1a}@media (max-width:900px){.homepage-kafd-background{background-position:56% 0;background-size:auto 100vh;background-attachment:scroll}}@media (max-width:600px){.homepage-kafd-background{background-position:58% 0;background-size:auto 100vh}.homepage-kafd-background .photo-studio-shell{border-radius:24px;padding:18px}}.homepage-kafd-background .compact-category-grid{gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))!important}.homepage-kafd-background .compact-category-card,.homepage-kafd-background .compact-saudi-card{width:100%;min-width:0}@media (max-width:900px){.homepage-kafd-background .compact-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:560px){.homepage-kafd-background .compact-category-grid{gap:14px;grid-template-columns:1fr!important}}.subpage-nav{border:1px solid var(--studio-border);-webkit-backdrop-filter:blur(9px);background:#fffdf9e0;border-radius:15px;justify-content:space-between;align-items:center;gap:16px;width:min(1180px,100% - 32px);margin:18px auto 28px;padding:11px 13px;display:flex;box-shadow:0 8px 24px #1f273412}.subpage-breadcrumb{min-width:0;color:var(--studio-muted);align-items:center;gap:8px;font-size:.88rem;display:flex}.subpage-home-link{color:var(--studio-orange-dark);align-items:center;gap:6px;font-weight:700;display:inline-flex}.subpage-home-link:hover{color:var(--studio-orange)}.subpage-separator{color:var(--studio-border);font-weight:800}.subpage-current{min-width:0;color:var(--studio-ink);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.subpage-all-calculators{border:1px solid color-mix(in srgb, var(--studio-orange) 50%, var(--studio-border));background:var(--studio-orange-soft);min-height:42px;color:var(--studio-orange-dark);border-radius:11px;flex:none;align-items:center;gap:7px;padding:9px 14px;font-size:.85rem;font-weight:800;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.subpage-all-calculators:hover{background:color-mix(in srgb, var(--studio-orange) 16%, var(--studio-paper));border-color:var(--studio-orange);transform:translateY(-1px)}html[data-theme=dark] .subpage-nav{background:#12171de0;border-color:#ffffff1a}@media (max-width:650px){.subpage-nav{flex-direction:column;align-items:stretch;gap:10px;width:min(100% - 22px,1180px);margin:12px auto 20px}.subpage-all-calculators{justify-content:center}}.homepage-kafd-background .compact-category-grid{align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr))!important}.homepage-kafd-background .compact-category-grid>.compact-category-card{align-self:stretch;width:100%;min-width:0;margin-top:0}.homepage-kafd-background .compact-saudi-card{margin-top:0}.homepage-kafd-background .compact-saudi-trigger{flex-direction:column;align-items:flex-start;gap:12px;min-height:184px;display:flex}.homepage-kafd-background .compact-saudi-trigger .compact-category-action{border-inline-start:0;border-top:1px solid var(--studio-border);width:100%;min-width:0;margin-top:auto;padding:11px 0 0}@media (max-width:900px){.homepage-kafd-background .compact-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:560px){.homepage-kafd-background .compact-category-grid{grid-template-columns:1fr!important}}.homepage-kafd-background .stats-strip{z-index:2;margin-bottom:24px;position:relative;margin-top:clamp(34px,5vw,74px)!important}@media (max-width:700px){.homepage-kafd-background .stats-strip{margin-bottom:18px;margin-top:24px!important}}.modern-about>.subpage-nav{width:100%;margin:0 0 22px}.modern-about>.subpage-nav+.modern-about-header{margin-top:0}main>.subpage-nav,article>.subpage-nav{width:100%;max-width:none}.homepage-kafd-background{background-image:linear-gradient(180deg, #f6f4ef94 0%, #f6f4efa3 22%, #f6f4efad 52%, #f6f4efb8 78%, #f6f4efc2 100%), var(--hesab-master-background);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.homepage-kafd-background .stats-strip .stats-grid,.homepage-kafd-background .compact-category-card{background:#fffdf9db}@media (min-width:1600px){.homepage-kafd-background{background-position:50% 46%;background-size:cover}}@media (max-width:900px){.homepage-kafd-background{background-position:52% 0;background-size:cover;background-attachment:scroll}}@media (max-width:600px){.homepage-kafd-background{background-color:#eeece6;background-position:54% 0;background-size:auto 100vh}}.homepage-kafd-background{background-image:linear-gradient(180deg, #f7f6f257 0%, #f7f6f270 22%, #f7f6f280 52%, #f7f6f28f 78%, #f7f6f29e 100%), var(--hesab-master-background);background-position:50% 42%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;padding-top:clamp(32px,4.5vw,68px);display:flow-root}.homepage-kafd-background .stats-strip{margin-bottom:26px;margin-top:0!important}.homepage-kafd-background:before{background:linear-gradient(90deg,#ffffff03,#ffffff0b,#ffffff03)}.homepage-kafd-background .stats-strip .stats-grid{-webkit-backdrop-filter:blur(9px)saturate(110%);background:#fffdf9d1;border:1px solid #ffffffb3;box-shadow:0 18px 48px #101c2629}.homepage-kafd-background .compact-category-card{background:#fffdf9d4}html[data-theme=dark] .homepage-kafd-background{background-image:linear-gradient(180deg, #060b108f 0%, #070c11a1 55%, #060b10b3 100%), var(--hesab-master-background);background-position:50% 42%}html[data-theme=dark] .homepage-kafd-background .stats-strip .stats-grid{background:#0e141adb;border-color:#ffffff1f}@media (min-width:1600px){.homepage-kafd-background{background-position:50% 40%;padding-top:58px}}@media (max-width:900px){.homepage-kafd-background{background-position:top;background-size:cover;background-attachment:scroll;padding-top:28px}}@media (max-width:600px){.homepage-kafd-background{background-color:#e9e9e5;background-position:top;background-size:auto 100vh;padding-top:20px}}.calculator-photo-hero{background-image:var(--calculator-photo);background-size:cover;background-position:var(--calculator-photo-position,center);isolation:isolate;background-repeat:no-repeat;border-radius:16px 16px 0 0;width:100%;height:clamp(190px,28vw,285px);position:relative;overflow:hidden}.calculator-photo-hero:before{content:"";background-image:var(--calculator-photo);background-size:cover;background-position:var(--calculator-photo-position,center);z-index:-2;background-repeat:no-repeat;position:absolute;inset:0;transform:scale(1.01)}.calculator-photo-hero-shade{pointer-events:none;background:linear-gradient(#08121b05 0%,#08121b0a 58%,#08121b29 100%);position:absolute;inset:0}html[data-theme=dark] .calculator-photo-hero-shade{background:linear-gradient(#050a0f0d 0%,#050a0f1f 60%,#050a0f47 100%)}@media (max-width:700px){.calculator-photo-hero{border-radius:13px 13px 0 0;height:clamp(165px,48vw,225px)}}@media print{.calculator-photo-hero{display:none!important}}.calculator-photo-hero{border-bottom:1px solid #ffffff57;height:clamp(210px,30vw,310px);box-shadow:inset 0 -18px 34px #08121b0d}.calculator-photo-hero-shade{background:linear-gradient(#040c1400 0%,#040c1404 60%,#040c141c 100%)}.calculator-photo-hero:before{filter:none}.panel>.calculator-photo-hero+.phead{padding-top:24px}@media (max-width:700px){.calculator-photo-hero{height:clamp(180px,52vw,245px)}}.calculator-page-background{isolation:isolate;background-image:linear-gradient(180deg, #f7f6f2b8 0%, #f7f6f2cc 35%, #f7f6f2d6 68%, #f7f6f2e3 100%), var(--calculator-page-photo);background-size:cover;background-position:var(--calculator-page-position,center);background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;padding:1px 0;position:relative}.calculator-page-background:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#ffffff09,#ffffff17,#ffffff09);position:absolute;inset:0}.site-info-page-background{isolation:isolate;background-image:linear-gradient(180deg, #f7f6f29e 0%, #f7f6f2b5 38%, #f7f6f2c7 72%, #f7f6f2d4 100%), var(--hesab-master-background);background-position:50% 42%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:calc(100vh - 70px);padding:1px 0;position:relative}.site-info-page-background:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#ffffff05,#fff1,#ffffff05);position:absolute;inset:0}.site-info-page-background .modern-about{-webkit-backdrop-filter:blur(11px)saturate(108%);background:#fffdf9e6;border:1px solid #ffffffb8;margin-top:30px;margin-bottom:60px;box-shadow:0 22px 58px #111d2721}.site-info-page-background main>article{-webkit-backdrop-filter:blur(11px);background:#fffdf9e8;border:1px solid #ffffffb3;border-radius:18px;padding:clamp(22px,3vw,34px);box-shadow:0 18px 48px #121d271f}.site-info-page-background .subpage-nav{-webkit-backdrop-filter:blur(10px);background:#fffdf9e6}html[data-theme=dark] .calculator-page-background .panel,html[data-theme=dark] .calculator-page-background .about,html[data-theme=dark] .site-info-page-background .modern-about,html[data-theme=dark] .site-info-page-background main>article,html[data-theme=dark] .site-info-page-background .subpage-nav{background:#0f151be6;border-color:#ffffff1c}@media (max-width:900px){.calculator-page-background,.site-info-page-background{background-size:cover;background-attachment:scroll}}@media (max-width:600px){.calculator-page-background{background-position:top}.site-info-page-background{background-position:52% 0}.site-info-page-background .modern-about{margin-top:18px;margin-bottom:36px}.site-info-page-background main>article{padding:20px 17px}}@media print{.calculator-page-background,.site-info-page-background{background:#fff!important}}.calculator-page-background{background-image:linear-gradient(180deg, #f7f6f22e 0%, #f7f6f238 32%, #f7f6f245 66%, #f7f6f252 100%), var(--calculator-page-photo)!important;background-size:cover!important;background-position:var(--calculator-page-position,center)!important;background-repeat:no-repeat!important;background-attachment:fixed!important}.calculator-page-background:before{background:linear-gradient(90deg,#fff0,#ffffff06,#fff0)!important}.calculator-page-background .panel{-webkit-backdrop-filter:blur(4px)saturate(108%)!important;background:#fffdf9c9!important;border:1px solid #ffffffb8!important;box-shadow:0 22px 58px #0c19242e!important}.calculator-page-background .about,.calculator-page-background .calculator-trust,.calculator-page-background .calculator-relations,.calculator-page-background .related-calculators{-webkit-backdrop-filter:blur(4px)saturate(108%)!important;background:#fffdf9cc!important}.site-info-page-background{background-image:linear-gradient(180deg, #f7f6f229 0%, #f7f6f236 38%, #f7f6f245 72%, #f7f6f24f 100%), var(--hesab-master-background)!important;background-position:50% 42%!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important}.site-info-page-background:before{background:linear-gradient(90deg,#fff0,#ffffff05,#fff0)!important}.site-info-page-background .modern-about,.site-info-page-background main>article,.site-info-page-background .subpage-nav{-webkit-backdrop-filter:blur(4px)saturate(108%)!important;background:#fffdf9cf!important}html[data-theme=dark] .calculator-page-background{background-image:linear-gradient(180deg, #050a0f4d 0%, #060b115e 55%, #050a0f70 100%), var(--calculator-page-photo)!important}html[data-theme=dark] .site-info-page-background{background-image:linear-gradient(180deg, #050a0f47 0%, #060b1159 55%, #050a0f6b 100%), var(--hesab-master-background)!important}html[data-theme=dark] .calculator-page-background .panel,html[data-theme=dark] .calculator-page-background .about,html[data-theme=dark] .site-info-page-background .modern-about,html[data-theme=dark] .site-info-page-background main>article,html[data-theme=dark] .site-info-page-background .subpage-nav{background:#0e141ac7!important}@media (max-width:900px){.calculator-page-background,.site-info-page-background{background-size:cover!important;background-attachment:scroll!important}}.homepage-kafd-background,.calculator-page-background,.site-info-page-background{isolation:isolate;min-height:100vh;position:relative;background-image:linear-gradient(180deg, #f7f6f229 0%, #f7f6f236 38%, #f7f6f245 72%, #f7f6f24f 100%), var(--hesab-master-background)!important;background-position:50% 42%!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important}.homepage-kafd-background:before,.calculator-page-background:before,.site-info-page-background:before{content:"";z-index:-1;pointer-events:none;position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#ffffff05,#fff0)!important}.homepage-kafd-background .compact-category-card,.homepage-kafd-background .stats-strip .stats-grid,.calculator-page-background .panel,.calculator-page-background .about,.calculator-page-background .calculator-trust,.calculator-page-background .calculator-relations,.calculator-page-background .related-calculators,.site-info-page-background .modern-about,.site-info-page-background main>article,.site-info-page-background .subpage-nav{box-shadow:0 20px 54px #0f1c2724;-webkit-backdrop-filter:blur(4px)saturate(108%)!important;background:#fffdf9cf!important;border-color:#ffffffb8!important}.calculator-page-background input,.calculator-page-background select,.calculator-page-background textarea,.calculator-page-background .readout,.calculator-page-background .rrow,.calculator-page-background .formula{background-color:#ffffffe6}.homepage-kafd-background{display:flow-root}.calculator-page-background{padding:1px 0}.calculator-photo-hero{display:none!important}.site-info-page-background{padding:1px 0}html[data-theme=dark] .homepage-kafd-background,html[data-theme=dark] .calculator-page-background,html[data-theme=dark] .site-info-page-background{background-image:linear-gradient(180deg, #050a0f47 0%, #060b1159 55%, #050a0f6b 100%), var(--hesab-master-background)!important;background-position:50% 42%!important}html[data-theme=dark] .homepage-kafd-background .compact-category-card,html[data-theme=dark] .homepage-kafd-background .stats-strip .stats-grid,html[data-theme=dark] .calculator-page-background .panel,html[data-theme=dark] .calculator-page-background .about,html[data-theme=dark] .site-info-page-background .modern-about,html[data-theme=dark] .site-info-page-background main>article,html[data-theme=dark] .site-info-page-background .subpage-nav{background:#0e141ac7!important;border-color:#ffffff1c!important}@media (max-width:900px){.homepage-kafd-background,.calculator-page-background,.site-info-page-background{background-position:52% 0!important;background-size:cover!important;background-attachment:scroll!important}}@media (max-width:600px){.homepage-kafd-background,.calculator-page-background,.site-info-page-background{background-position:54% 0!important}}@media print{.homepage-kafd-background,.calculator-page-background,.site-info-page-background{background:#fff!important}}html[data-theme=dark] .calculator-page-background,html[data-theme=dark] .site-info-page-background{color:#f3f6f8}html[data-theme=dark] .calculator-page-background .phead h1{color:#fff!important}html[data-theme=dark] .calculator-page-background .phead p{color:#d6dde3!important}html[data-theme=dark] .calculator-page-background .about{color:#eef2f5!important}html[data-theme=dark] .calculator-page-background .about h2,html[data-theme=dark] .calculator-page-background .about h3,html[data-theme=dark] .calculator-page-background .about h4{color:#fff!important}html[data-theme=dark] .calculator-page-background .lede{color:#eef3f6!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .formula{box-shadow:inset 0 0 0 1px #ffffff08;color:#fff!important;background:#060c12d1!important;border-color:#ffffff29!important}html[data-theme=dark] .calculator-page-background .faq details{background:#090f15c7!important;border-color:#ffffff1f!important}html[data-theme=dark] .calculator-page-background .faq summary{color:#fff!important}html[data-theme=dark] .calculator-page-background .faq p{color:#dce4e9!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .disclaimer,html[data-theme=dark] .calculator-page-background .calculator-disclaimer,html[data-theme=dark] .calculator-page-background .foreign-investor-disclaimer{color:#d5dde3!important;opacity:1!important;background:#070d13b8!important;border-color:#ffffff1f!important}html[data-theme=dark] .calculator-page-background .calculator-trust,html[data-theme=dark] .calculator-page-background .calculator-relations,html[data-theme=dark] .calculator-page-background .related-calculators{color:#edf2f5!important}html[data-theme=dark] .calculator-page-background .calculator-trust p,html[data-theme=dark] .calculator-page-background .calculator-relations p,html[data-theme=dark] .calculator-page-background .related-calculators p,html[data-theme=dark] .calculator-page-background .calculator-trust li,html[data-theme=dark] .calculator-page-background .calculator-relations li,html[data-theme=dark] .calculator-page-background .related-calculators li{color:#d9e1e6!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-trust h2,html[data-theme=dark] .calculator-page-background .calculator-trust h3,html[data-theme=dark] .calculator-page-background .calculator-relations h2,html[data-theme=dark] .calculator-page-background .calculator-relations h3,html[data-theme=dark] .calculator-page-background .related-calculators h2,html[data-theme=dark] .calculator-page-background .related-calculators h3{color:#fff!important}html[data-theme=dark] .calculator-page-background label,html[data-theme=dark] .calculator-page-background .fld label,html[data-theme=dark] .calculator-page-background .field-label{color:#edf2f5!important}html[data-theme=dark] .calculator-page-background small,html[data-theme=dark] .calculator-page-background .help,html[data-theme=dark] .calculator-page-background .hint{color:#c9d2d9!important;opacity:1!important}html[data-theme=dark] .calculator-page-background input,html[data-theme=dark] .calculator-page-background select,html[data-theme=dark] .calculator-page-background textarea{color:#f8fafb!important;background:#080e14e0!important;border-color:#ffffff29!important}html[data-theme=dark] .calculator-page-background input::placeholder,html[data-theme=dark] .calculator-page-background textarea::placeholder{color:#9eabb4!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .readout,html[data-theme=dark] .calculator-page-background .rrows,html[data-theme=dark] .calculator-page-background .rrow{color:#f5f8fa!important;background:#070d13db!important;border-color:#ffffff1f!important}html[data-theme=dark] .calculator-page-background .rmain,html[data-theme=dark] .calculator-page-background .v,html[data-theme=dark] .calculator-page-background .money-number,html[data-theme=dark] .calculator-page-background .money-currency{color:#fff!important}html[data-theme=dark] .calculator-page-background .rlabel,html[data-theme=dark] .calculator-page-background .k{color:#cfd8de!important}html[data-theme=dark] .site-info-page-background .modern-about,html[data-theme=dark] .site-info-page-background main>article{color:#eef2f5!important}html[data-theme=dark] .site-info-page-background p,html[data-theme=dark] .site-info-page-background li{color:#dce3e8!important;opacity:1!important}html[data-theme=dark] .site-info-page-background h1,html[data-theme=dark] .site-info-page-background h2,html[data-theme=dark] .site-info-page-background h3,html[data-theme=dark] .site-info-page-background h4{color:#fff!important}html[data-theme=dark] .site-info-page-background .subpage-nav,html[data-theme=dark] .calculator-page-background .subpage-nav{color:#edf2f5!important}html[data-theme=dark] .site-info-page-background .subpage-current,html[data-theme=dark] .calculator-page-background .subpage-current{color:#fff!important}html[data-theme=dark] .calculator-page-background a,html[data-theme=dark] .site-info-page-background a{text-decoration-thickness:from-font}html[data-theme=dark] .calculator-page-background .about a,html[data-theme=dark] .site-info-page-background article a{color:#8dc5ff}html[data-theme=dark] .calculator-page-background table,html[data-theme=dark] .site-info-page-background table{color:#edf2f5;background:#070d13d1}html[data-theme=dark] .calculator-page-background th,html[data-theme=dark] .site-info-page-background th{color:#fff;background:#ffffff12}html[data-theme=dark] .calculator-page-background td,html[data-theme=dark] .site-info-page-background td{color:#dce3e8;border-color:#ffffff1a}html[data-theme=dark] .calculator-page-background strong,html[data-theme=dark] .site-info-page-background strong{color:#fff}html[lang=ar][data-theme=dark] .calculator-page-background p,html[lang=ar][data-theme=dark] .calculator-page-background li,html[lang=ar][data-theme=dark] .site-info-page-background p,html[lang=ar][data-theme=dark] .site-info-page-background li{font-weight:600;color:#e2e8ec!important}html[data-theme=dark] .calculator-page-background .panel{color:#f7f9fb!important;background:#0f161cf0!important;border-color:#ffffff24!important}html[data-theme=dark] .calculator-page-background .panel .phead{color:#f7f9fb!important}html[data-theme=dark] .calculator-page-background .panel .phead h1{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .panel .phead p{color:#e1e7eb!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .about,html[data-theme=dark] .calculator-page-background .about section,html[data-theme=dark] .calculator-page-background .about article,html[data-theme=dark] .calculator-page-background .about div{color:#edf2f5}html[data-theme=dark] .calculator-page-background .about p,html[data-theme=dark] .calculator-page-background .about li,html[data-theme=dark] .calculator-page-background .about dd,html[data-theme=dark] .calculator-page-background .about dt{color:#e4e9ed!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .about h2,html[data-theme=dark] .calculator-page-background .about h3,html[data-theme=dark] .calculator-page-background .about h4,html[data-theme=dark] .calculator-page-background .about h5{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .about>div,html[data-theme=dark] .calculator-page-background .about>section,html[data-theme=dark] .calculator-page-background .about article{border-color:#ffffff24!important}html[data-theme=dark] .calculator-page-background .about blockquote{color:#eef3f6!important;background:#080f15c7!important;border-color:#7aa2ff6b!important}html[data-theme=dark] .calculator-page-background .about a,html[data-theme=dark] .calculator-page-background .panel a:not(.backbtn){color:#9fbdff!important;opacity:1!important;text-decoration-color:#9fbdffa6!important}html[data-theme=dark] .calculator-page-background .about a:hover,html[data-theme=dark] .calculator-page-background .panel a:not(.backbtn):hover{color:#c9d9ff!important}html[data-theme=dark] .calculator-page-background .about ul,html[data-theme=dark] .calculator-page-background .about ol{color:#e5ebef!important}html[data-theme=dark] .calculator-page-background .about ul li::marker{color:#8eafff!important}html[data-theme=dark] .calculator-page-background .about ol li::marker{color:#8eafff!important}html[data-theme=dark] .calculator-page-background .about strong,html[data-theme=dark] .calculator-page-background .about b{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background table{color:#eef3f6!important;background:#080e13d6!important;border-color:#ffffff29!important}html[data-theme=dark] .calculator-page-background thead,html[data-theme=dark] .calculator-page-background th{color:#fff!important;background:#18222bf5!important}html[data-theme=dark] .calculator-page-background td{color:#e6ebef!important;background:#0a1117e0!important;border-color:#ffffff21!important}html[data-theme=dark] .calculator-page-background th{border-color:#ffffff29!important}html[data-theme=dark] .calculator-page-background code,html[data-theme=dark] .calculator-page-background pre,html[data-theme=dark] .calculator-page-background .about code,html[data-theme=dark] .calculator-page-background .about pre{color:#f2f6f8!important;opacity:1!important;background:#050b10e6!important;border-color:#ffffff26!important}html[data-theme=dark] .calculator-page-background [class*=relation],html[data-theme=dark] .calculator-page-background [class*=related],html[data-theme=dark] .calculator-page-background [class*=compare]{color:#eef3f6}html[data-theme=dark] .calculator-page-background [class*=relation] h2,html[data-theme=dark] .calculator-page-background [class*=relation] h3,html[data-theme=dark] .calculator-page-background [class*=related] h2,html[data-theme=dark] .calculator-page-background [class*=related] h3,html[data-theme=dark] .calculator-page-background [class*=compare] h2,html[data-theme=dark] .calculator-page-background [class*=compare] h3{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background [class*=relation] p,html[data-theme=dark] .calculator-page-background [class*=related] p,html[data-theme=dark] .calculator-page-background [class*=compare] p{color:#e2e8ec!important;opacity:1!important}html[data-theme=dark] .calculator-page-background [class*=relation] [class*=card],html[data-theme=dark] .calculator-page-background [class*=related] [class*=card],html[data-theme=dark] .calculator-page-background [class*=compare] [class*=card]{color:#f3f6f8!important;background:#0b1218e6!important;border-color:#ffffff2e!important;box-shadow:0 12px 30px #0003!important}html[data-theme=dark] .calculator-page-background [class*=relation] [class*=card] *,html[data-theme=dark] .calculator-page-background [class*=related] [class*=card] *,html[data-theme=dark] .calculator-page-background [class*=compare] [class*=card] *{opacity:1}html[data-theme=dark] .calculator-page-background [class*=relation] [class*=card] h3,html[data-theme=dark] .calculator-page-background [class*=relation] [class*=card] h4,html[data-theme=dark] .calculator-page-background [class*=related] [class*=card] h3,html[data-theme=dark] .calculator-page-background [class*=related] [class*=card] h4{color:#fff!important}html[data-theme=dark] .calculator-page-background [class*=relation] [class*=card] p,html[data-theme=dark] .calculator-page-background [class*=related] [class*=card] p{color:#dce4e9!important}html[data-theme=dark] .calculator-page-background details{color:#edf2f5!important;background:#091016e0!important;border-color:#ffffff26!important}html[data-theme=dark] .calculator-page-background details summary{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background details p{color:#dfe6ea!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .panel .muted,html[data-theme=dark] .calculator-page-background .panel [class*=muted],html[data-theme=dark] .calculator-page-background .about [class*=muted]{color:#cbd5dc!important;opacity:1!important}html[data-theme=dark] .calculator-page-background select{color:#fff!important;background-color:#111920!important;border-color:#fff3!important}html[data-theme=dark] .calculator-page-background select option{color:#fff;background:#111920}html[data-theme=dark] .calculator-page-background label{color:#f0f4f6!important;opacity:1!important}html[lang=ar][data-theme=dark] .calculator-page-background .about p,html[lang=ar][data-theme=dark] .calculator-page-background .about li,html[lang=ar][data-theme=dark] .calculator-page-background [class*=relation] p,html[lang=ar][data-theme=dark] .calculator-page-background [class*=related] p{font-weight:600;color:#e8edf0!important}@media (max-width:700px){html[data-theme=dark] .calculator-page-background [class*=relation] [class*=card],html[data-theme=dark] .calculator-page-background [class*=related] [class*=card]{background:#0a1117f0!important}}html[data-theme=dark] .calculator-page-background .calculator-trust{color:#f2f6f8!important;background:#091016eb!important;border-color:#ffffff29!important}html[data-theme=dark] .calculator-page-background .calculator-trust section,html[data-theme=dark] .calculator-page-background .calculator-trust article,html[data-theme=dark] .calculator-page-background .calculator-trust>div{color:#eef3f6!important}html[data-theme=dark] .calculator-page-background .calculator-trust h2,html[data-theme=dark] .calculator-page-background .calculator-trust h3,html[data-theme=dark] .calculator-page-background .calculator-trust h4{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-trust p{color:#e1e8ec!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-trust__sources{color:#edf2f5!important;background:#070d12d1!important;border:1px solid #ffffff24!important}html[data-theme=dark] .calculator-page-background .calculator-trust__sources li{color:#e5ebef!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-trust__sources li::marker{color:#8eafff!important}html[data-theme=dark] .calculator-page-background .calculator-trust__sources a{color:#a9c3ff!important;opacity:1!important;text-decoration-color:#a9c3ffb3!important}html[data-theme=dark] .calculator-page-background .calculator-trust__sources a:hover{color:#d2dfff!important;text-decoration-color:#d2dfff!important}html[data-theme=dark] .calculator-page-background .calculator-trust strong,html[data-theme=dark] .calculator-page-background .calculator-trust b{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-relations{color:#f3f6f8!important;background:#0a1117f0!important;border-color:#ffffff2e!important}html[data-theme=dark] .calculator-page-background .calculator-relations-heading{color:#fff!important}html[data-theme=dark] .calculator-page-background .calculator-relations-heading h2,html[data-theme=dark] .calculator-page-background .calculator-relations-heading h3{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-relations p{color:#dfe6ea!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-relation-selector{color:#f5f7f9!important;background:#070d12eb!important;border-color:#fff3!important}html[data-theme=dark] .calculator-page-background .calculator-relation-selector label{color:#eef3f6!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-relation-selector select{color:#fff!important;background:#111920!important;border-color:#ffffff2e!important}html[data-theme=dark] .calculator-page-background .calculator-relation-card{color:#f3f6f8!important;background:#0c141bf5!important;border-color:#fff3!important;box-shadow:0 12px 28px #00000038!important}html[data-theme=dark] .calculator-page-background .calculator-relation-card.current{background:#141f2af7!important;border-color:#6f97ffb8!important}html[data-theme=dark] .calculator-page-background .calculator-relation-card h3,html[data-theme=dark] .calculator-page-background .calculator-relation-card h4{color:#fff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-relation-card p{color:#dce4e9!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .calculator-relation-card a{color:#b4caff!important}html[data-theme=dark] .calculator-page-background .relation-current{color:#cbd9ff!important;background:#5b82e638!important;border-color:#7da0ff59!important}html[data-theme=dark] .calculator-page-background .relation-link{color:#b4caff!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .about{color:#eef3f6!important;background:#070d12e6!important;border-color:#ffffff24!important}html[data-theme=dark] .calculator-page-background .about p,html[data-theme=dark] .calculator-page-background .about li{color:#e5ebef!important;opacity:1!important}html[data-theme=dark] .calculator-page-background .about h2,html[data-theme=dark] .calculator-page-background .about h3,html[data-theme=dark] .calculator-page-background .about h4{color:#fff!important;opacity:1!important}html[lang=ar][data-theme=dark] .calculator-page-background .calculator-trust p,html[lang=ar][data-theme=dark] .calculator-page-background .calculator-trust li,html[lang=ar][data-theme=dark] .calculator-page-background .calculator-relations p,html[lang=ar][data-theme=dark] .calculator-page-background .calculator-relation-card p,html[lang=ar][data-theme=dark] .calculator-page-background .about p,html[lang=ar][data-theme=dark] .calculator-page-background .about li{font-weight:600;opacity:1!important}html:not([data-theme=dark]) .result,html:not([data-theme=dark]) .result-box,html:not([data-theme=dark]) .results,html:not([data-theme=dark]) .result-card,html:not([data-theme=dark]) .calculator-result,html:not([data-theme=dark]) .calculation-result,html:not([data-theme=dark]) .output,html:not([data-theme=dark]) .answer,html:not([data-theme=dark]) .summary,html:not([data-theme=dark]) .total{color:#18242d!important;opacity:1!important}html:not([data-theme=dark]) .result h1,html:not([data-theme=dark]) .result h2,html:not([data-theme=dark]) .result h3,html:not([data-theme=dark]) .result h4,html:not([data-theme=dark]) .result strong,html:not([data-theme=dark]) .result-box h1,html:not([data-theme=dark]) .result-box h2,html:not([data-theme=dark]) .result-box h3,html:not([data-theme=dark]) .result-box h4,html:not([data-theme=dark]) .result-box strong,html:not([data-theme=dark]) .results strong,html:not([data-theme=dark]) .calculator-result strong,html:not([data-theme=dark]) .calculation-result strong{color:#111a21!important;opacity:1!important}html:not([data-theme=dark]) .result .value,html:not([data-theme=dark]) .result .result-value,html:not([data-theme=dark]) .result .amount,html:not([data-theme=dark]) .result .number,html:not([data-theme=dark]) .result-box .value,html:not([data-theme=dark]) .result-box .result-value,html:not([data-theme=dark]) .result-box .amount,html:not([data-theme=dark]) .calculator-result .value,html:not([data-theme=dark]) .calculator-result .result-value,html:not([data-theme=dark]) .calculation-result .value,html:not([data-theme=dark]) .calculation-result .result-value{color:#0b1822!important;opacity:1!important;visibility:visible!important}html:not([data-theme=dark]) .result p,html:not([data-theme=dark]) .result span,html:not([data-theme=dark]) .result div,html:not([data-theme=dark]) .result-box p,html:not([data-theme=dark]) .result-box span,html:not([data-theme=dark]) .result-box div,html:not([data-theme=dark]) .calculator-result p,html:not([data-theme=dark]) .calculator-result span,html:not([data-theme=dark]) .calculator-result div{opacity:1}html:not([data-theme=dark]) .result *,html:not([data-theme=dark]) .result-box *,html:not([data-theme=dark]) .calculator-result *,html:not([data-theme=dark]) .calculation-result *{text-shadow:none}html:not([data-theme=dark]) .result .money,html:not([data-theme=dark]) .result .currency,html:not([data-theme=dark]) .result .payment,html:not([data-theme=dark]) .result .interest,html:not([data-theme=dark]) .result .principal,html:not([data-theme=dark]) .result .total{font-weight:700;color:#10202b!important;opacity:1!important}html:not([data-theme=dark]) .calculator-page-background .panel .result,html:not([data-theme=dark]) .calculator-page-background .panel .result-box,html:not([data-theme=dark]) .calculator-page-background .panel .results,html:not([data-theme=dark]) .calculator-page-background .panel .calculator-result,html:not([data-theme=dark]) .calculator-page-background .panel .calculation-result{color:#18242d!important;opacity:1!important}html:not([data-theme=dark]) input,html:not([data-theme=dark]) select,html:not([data-theme=dark]) textarea,html:not([data-theme=dark]) button{opacity:1}html:not([data-theme=dark]) .readout,html:not([data-theme=dark]) .rrows,html:not([data-theme=dark]) .rrow{color:#18232d!important;opacity:1!important}html:not([data-theme=dark]) .readout{background:#fffffff5!important;border-color:#1b2b382e!important;box-shadow:0 14px 36px #101c261f!important}html:not([data-theme=dark]) .rmain{color:#111a22!important;opacity:1!important;font-weight:800!important}html:not([data-theme=dark]) .rlabel{color:#3d4c58!important;opacity:1!important;font-weight:700!important}html:not([data-theme=dark]) .rrows{background:#fffffff0!important;border-color:#1b2b3829!important}html:not([data-theme=dark]) .rrow{color:#1b2833!important;opacity:1!important;border-color:#1b2b3821!important}html:not([data-theme=dark]) .rrow .k{color:#44535f!important;opacity:1!important;font-weight:600!important}html:not([data-theme=dark]) .rrow .v{color:#101a23!important;opacity:1!important;font-weight:800!important}html:not([data-theme=dark]) .readout *,html:not([data-theme=dark]) .rrows *,html:not([data-theme=dark]) .rrow *{opacity:1!important}html:not([data-theme=dark]) .money-amount,html:not([data-theme=dark]) .money-number,html:not([data-theme=dark]) .money-currency{color:#101a23!important;opacity:1!important}html:not([data-theme=dark]) .result,html:not([data-theme=dark]) .results,html:not([data-theme=dark]) .result-box,html:not([data-theme=dark]) .result-card,html:not([data-theme=dark]) .result-value,html:not([data-theme=dark]) .result-label{color:#18232d!important;opacity:1!important}html:not([data-theme=dark]) .result-value,html:not([data-theme=dark]) .result-card strong,html:not([data-theme=dark]) .result-box strong{color:#101a23!important;opacity:1!important;font-weight:800!important}html:not([data-theme=dark]) .readout [class*=muted],html:not([data-theme=dark]) .rrows [class*=muted],html:not([data-theme=dark]) .result [class*=muted],html:not([data-theme=dark]) .results [class*=muted]{color:#44535f!important;opacity:1!important}:root{--hesab-master-background:url(/images/saudi/riyadh-master-background.png)}html:not([data-theme=dark]) body,html:not([data-theme=dark]) .homepage-kafd-background,html:not([data-theme=dark]) .calculator-page-background,html:not([data-theme=dark]) .site-info-page-background{background-image:linear-gradient(#fff3, #fff3), var(--hesab-master-background)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important}html[data-theme=dark] body,html[data-theme=dark] .homepage-kafd-background,html[data-theme=dark] .calculator-page-background,html[data-theme=dark] .site-info-page-background{background-image:linear-gradient(#050c14b8, #050c14b8), var(--hesab-master-background)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important}@media (max-width:768px){html body,.homepage-kafd-background,.calculator-page-background,.site-info-page-background{background-position:50%!important;background-attachment:scroll!important}}.compact-category-heading h1{color:var(--studio-ink);font-weight:750}[dir=rtl] .compact-category-heading h1{font-weight:800}.admin-mfa-qr{background:#fff;border-radius:.75rem;width:min(240px,100%);height:auto;margin:1rem auto;padding:.5rem;display:block}.admin-mfa-secret{text-align:center;overflow-wrap:anywhere;direction:ltr;border-radius:.5rem;margin:.75rem 0 1rem;padding:.75rem;font-size:.9rem;display:block}.admin-mfa-code{text-align:center;letter-spacing:.3em;font-variant-numeric:tabular-nums;direction:ltr;font-size:1.15rem}
