
:root{--s-deep:#071f2a;--s-deep2:#115262;--s-gold:#d6b466;--s-paper:#f7f8f8;--s-ink:#15262c;--s-muted:#60747c;--s-line:#d9e1e4;--s-green:#0f766e;--s-white:#fff;--s-radius:24px;--s-shadow:0 18px 55px rgba(7,31,42,.12);--s-body:clamp(16px,1.2vw,18px);--s-lead:clamp(18px,1.5vw,21px);--s-h1:clamp(40px,6vw,72px);--s-h2:clamp(28px,4vw,44px);--s-h3:clamp(20px,2.3vw,27px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--s-paper);color:var(--s-ink);font-family:Aptos,Inter,"Segoe UI","Helvetica Neue",Arial,sans-serif;font-size:var(--s-body);line-height:1.68}html[lang="ar"] body{font-family:"IBM Plex Sans Arabic","Noto Sans Arabic",Tahoma,"Segoe UI",Arial,sans-serif}.s-shell{width:min(1180px,calc(100% - 32px));margin:auto}.s-hero{background:linear-gradient(135deg,var(--s-deep),var(--s-deep2));color:#fff;padding:24px 0 72px}.s-nav{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:52px}.s-brand{font-weight:900}.s-brand b{color:var(--s-gold)}.s-nav a{color:#d9e8ec;text-decoration:none}.s-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:38px;align-items:center}.s-kicker{font-size:13px;font-weight:900;letter-spacing:.08em;color:var(--s-gold);text-transform:uppercase}.s-hero h1{font-size:var(--s-h1);line-height:1.04;margin:12px 0 20px}.s-hero p,.s-lead{font-size:var(--s-lead);color:#d9e8ec}.s-hero-visual img{display:block;width:100%;height:auto;border-radius:28px;box-shadow:var(--s-shadow)}.s-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.s-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:999px;text-decoration:none;font-weight:850;border:1px solid var(--s-line);background:#fff;color:var(--s-deep)}.s-btn.primary{background:var(--s-gold);border-color:var(--s-gold)}.s-btn.dark{background:var(--s-deep);color:#fff;border-color:var(--s-deep)}.s-section{padding:68px 0}.s-section.alt{background:#fff}.s-section h2{font-size:var(--s-h2);line-height:1.12;margin:0 0 16px}.s-section h3{font-size:var(--s-h3);line-height:1.2}.s-section .s-lead{color:var(--s-muted);max-width:900px}.s-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.s-card{background:#fff;border:1px solid var(--s-line);border-radius:var(--s-radius);padding:24px;box-shadow:0 8px 24px rgba(7,31,42,.05)}.s-card h3{margin-top:0}.s-card p{color:var(--s-muted)}.s-family{display:inline-block;font-size:12px;font-weight:900;color:var(--s-green);background:#e8f4ef;border-radius:999px;padding:6px 10px}.s-status{display:inline-block;font-size:12px;font-weight:900;color:#775b12;background:#fff7d9;border-radius:999px;padding:6px 10px}.s-filter{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.s-filter button{border:1px solid var(--s-line);background:#fff;border-radius:999px;padding:9px 13px;font-weight:800;cursor:pointer}.s-filter button.active{background:var(--s-deep);color:#fff}.s-note{border-inline-start:4px solid var(--s-gold);background:#fff9e9;padding:18px 20px;border-radius:14px}.s-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:22px}.s-step{background:#fff;border:1px solid var(--s-line);border-radius:16px;padding:16px}.s-step strong{display:block;color:var(--s-green);margin-bottom:6px}.s-form{display:grid;gap:18px;max-width:900px}.s-field label,.s-choice-title{display:block;font-weight:850;margin-bottom:6px}.s-field input,.s-field select,.s-field textarea{width:100%;padding:13px 14px;border:1px solid #bfcdd2;border-radius:12px;background:#fff;font:inherit}.s-choice{display:grid;gap:8px}.s-choice label{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid var(--s-line);padding:12px;border-radius:12px}.s-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.s-table th,.s-table td{padding:13px;border-bottom:1px solid var(--s-line);vertical-align:top}.s-cta{background:linear-gradient(135deg,#0a3342,#115262);color:#fff;border-radius:28px;padding:36px}.s-footer{background:#06171f;color:#bacbd0;padding:32px 0}.s-footer strong{color:#fff}.s-small{font-size:13px;color:var(--s-muted)}
/* LAB-WEB-001 user rule: narrative text justified */
:where(.s-hero h1,.s-hero h2,.s-hero h3,.s-hero p,.s-section h1,.s-section h2,.s-section h3,.s-section p,.s-section li,.s-card,.s-step,.s-note,.s-table th,.s-table td,.s-footer,.s-choice label){text-align:justify;text-justify:inter-word;hyphens:auto}html[lang="ar"] :where(.s-hero h1,.s-hero h2,.s-hero h3,.s-hero p,.s-section h1,.s-section h2,.s-section h3,.s-section p,.s-section li,.s-card,.s-step,.s-note,.s-table th,.s-table td,.s-footer,.s-choice label){direction:rtl}
:where(.s-btn,button,input,select,textarea,.s-family,.s-status,.s-kicker,.s-brand){text-align:initial;text-justify:auto;hyphens:manual}
@media(max-width:900px){.s-hero-grid{grid-template-columns:1fr}.s-grid{grid-template-columns:1fr 1fr}.s-flow{grid-template-columns:1fr 1fr}.s-hero-visual{max-width:720px}}
@media(max-width:620px){.s-grid,.s-flow{grid-template-columns:1fr}.s-nav{align-items:flex-start}.s-hero{padding-bottom:48px}.s-section{padding:48px 0}}
