@import "https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;900&family=Inter:wght@300;400;500;600&display=swap";
:root{--ytl-red:#c00;--ytl-red-dark:#a30000;--ytl-red-light:#fff0f0;--ytl-black:#0d0d0d;--ytl-dark:#1a1a1a;--ytl-gray:#f5f5f5;--ytl-gray-2:#ebebeb;--ytl-gray-3:#d4d4d4;--ytl-white:#fff;--ytl-text:#1a1a1a;--ytl-text-sub:#6b7280;--ytl-text-light:#9ca3af;--ytl-border:#e5e7eb;--font-ar:"Cairo", sans-serif;--font-en:"Inter", sans-serif;--radius:12px;--radius-sm:8px;--radius-full:999px;--shadow-sm:0 1px 4px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 12px 48px #0000001f}.topbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--ytl-border);background:#ffffffeb;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.topbar-logo span{color:var(--ytl-red)}.steps-bar{background:var(--ytl-gray);border-radius:var(--radius-full);align-items:center;gap:0;padding:4px;display:flex}.step-pill.active{background:var(--ytl-red);color:#fff;box-shadow:0 2px 8px #cc00004d}.step-pill.done{color:var(--ytl-red);background:var(--ytl-red-light)}.page-container{max-width:720px;min-height:calc(100vh - 64px);margin:0 auto;padding:48px 24px 80px}.section-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--ytl-red);background:var(--ytl-red-light);border-radius:var(--radius-full);border:1px solid #cc000026;align-items:center;gap:6px;margin-bottom:20px;padding:5px 14px;font-size:11px;font-weight:600;display:inline-flex}.page-title{letter-spacing:-.02em;color:var(--ytl-text);margin-bottom:12px;font-size:clamp(28px,5vw,44px);font-weight:900;line-height:1.1}.page-title em{color:var(--ytl-red);font-style:normal}.page-subtitle{color:var(--ytl-text-sub);max-width:520px;margin-bottom:40px;font-size:16px;line-height:1.75}.card{background:var(--ytl-white);border:1px solid var(--ytl-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md)}.field-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field-label{text-transform:uppercase;letter-spacing:.06em;color:var(--ytl-text-sub);font-size:12px;font-weight:600}.field-input{background:var(--ytl-white);border:1.5px solid var(--ytl-border);border-radius:var(--radius-sm);color:var(--ytl-text);appearance:none;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.field-input:focus{border-color:var(--ytl-red);box-shadow:0 0 0 3px #cc00001a}.field-input::placeholder{color:var(--ytl-text-light)}.btn-primary{background:var(--ytl-red);color:#fff;border-radius:var(--radius-sm);letter-spacing:.02em;cursor:pointer;appearance:none;border:none;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--ytl-red-dark);transform:translateY(-1px);box-shadow:0 6px 20px #cc00004d}.btn-secondary{color:var(--ytl-text);border:1.5px solid var(--ytl-border);border-radius:var(--radius-sm);cursor:pointer;appearance:none;background:0 0;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn-secondary:hover{border-color:var(--ytl-red);color:var(--ytl-red);background:var(--ytl-red-light)}.sector-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px;display:grid}@media (min-width:540px){.sector-grid{grid-template-columns:repeat(3,1fr)}}.sector-card{border:2px solid var(--ytl-border);border-radius:var(--radius);cursor:pointer;text-align:center;background:var(--ytl-white);padding:20px 16px;transition:all .2s;position:relative;overflow:hidden}.sector-card:before{content:"";background:var(--ytl-red);opacity:0;transition:opacity .2s;position:absolute;inset:0}.sector-card:hover:before{opacity:.03}.sector-card.selected{border-color:var(--ytl-red);background:var(--ytl-red-light);box-shadow:0 0 0 4px #cc000014}.sector-card.selected:before{opacity:.05}.sector-icon{margin-bottom:8px;font-size:28px;display:block}.sector-name{color:var(--ytl-text);margin-bottom:4px;font-size:12px;font-weight:700;line-height:1.3}.sector-desc{color:var(--ytl-text-light);font-size:10px;line-height:1.5}.question-card{background:var(--ytl-white);border:1.5px solid var(--ytl-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:14px;padding:24px}.question-number{background:var(--ytl-red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex}.question-text{color:var(--ytl-text);flex:1;font-size:15px;font-weight:600;line-height:1.6}.question-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:4px;margin-top:6px;padding:3px 10px;font-size:10px;font-weight:600;display:inline-flex}.badge-yn{color:#0369a1;background:#e0f2fe}.badge-scale{color:#7e22ce;background:#f3e8ff}.yn-row{gap:10px;margin-top:14px;display:flex}.yn-btn{border:2px solid var(--ytl-border);border-radius:var(--radius-sm);background:var(--ytl-white);color:var(--ytl-text-sub);cursor:pointer;appearance:none;flex:1;padding:12px;font-family:inherit;font-size:14px;font-weight:600;transition:all .18s}.yn-btn:hover{border-color:var(--ytl-red);color:var(--ytl-red)}.yn-btn.selected{background:var(--ytl-red);border-color:var(--ytl-red);color:#fff}.scale-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.scale-label{color:var(--ytl-text-light);font-size:11px}.scale-btns{flex:1;justify-content:center;gap:6px;display:flex}.scale-btn{border:2px solid var(--ytl-border);border-radius:var(--radius-sm);background:var(--ytl-white);width:44px;height:44px;color:var(--ytl-text-sub);cursor:pointer;appearance:none;font-family:Inter,sans-serif;font-size:16px;font-weight:700;transition:all .15s}.scale-btn:hover{border-color:var(--ytl-red);color:var(--ytl-red)}.scale-btn.selected{background:var(--ytl-red);border-color:var(--ytl-red);color:#fff}.progress-wrap{margin-bottom:32px}.progress-info{color:var(--ytl-text-sub);justify-content:space-between;margin-bottom:8px;font-size:13px;display:flex}.progress-track{background:var(--ytl-gray-2);border-radius:var(--radius-full);height:5px;overflow:hidden}.progress-fill{background:var(--ytl-red);border-radius:var(--radius-full);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.insight-box{background:var(--ytl-red-light);border-radius:var(--radius-sm);color:#7a1a1a;border:1px solid #cc000026;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 14px;font-size:12px;line-height:1.6;display:flex}.score-ring-wrap{background:var(--ytl-white);border-bottom:1px solid var(--ytl-border);flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex}.kpi-grid{background:var(--ytl-border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.kpi-cell{background:var(--ytl-white);text-align:center;padding:20px}.kpi-val{color:var(--ytl-red);margin-bottom:4px;font-size:26px;font-weight:900}.kpi-lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--ytl-text-sub);font-size:10px;font-weight:600;line-height:1.4}.rec-item{border-bottom:1px solid var(--ytl-border);align-items:flex-start;gap:14px;padding:16px 20px;display:flex}.rec-item:last-child{border-bottom:none}.priority-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;margin-top:2px;padding:3px 10px;font-size:10px;font-weight:700}.priority-high{color:#dc2626;background:#fee2e2}.priority-med{color:#92400e;background:#fef3c7}.section-heading{color:var(--ytl-text);align-items:center;gap:10px;margin:32px 0 16px;font-size:18px;font-weight:800;display:flex}.section-heading:after{content:"";background:var(--ytl-border);flex:1;height:1px}.cta-block{background:var(--ytl-dark);border-radius:var(--radius);text-align:center;color:#fff;padding:36px 32px}.cta-block h3{margin-bottom:10px;font-size:22px;font-weight:800}.cta-block p{color:#ffffffa6;margin-bottom:24px;font-size:14px;line-height:1.7}.notif-row{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.notif-badge{border-radius:var(--radius-full);align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}.notif-sheet{color:#166534;background:#dcfce7}.notif-email{color:#1d4ed8;background:#eff6ff}.notif-wa{color:#15803d;background:#dcfce7}.notif-dot{border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}.notif-dot-g{background:#16a34a}.notif-dot-b{background:#1d4ed8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.loader-overlay{-webkit-backdrop-filter:blur(8px);z-index:999;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:fixed;inset:0}.loader-spinner{border:3px solid var(--ytl-gray-2);border-top-color:var(--ytl-red);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{color:var(--ytl-text-sub);letter-spacing:.04em;font-size:14px;font-weight:600}.divider{background:var(--ytl-border);height:1px;margin:24px 0}@media (max-width:480px){.page-container{padding:32px 16px 72px}.kpi-grid{grid-template-columns:repeat(3,1fr)}.topbar{padding:0 16px}.steps-bar .step-pill{padding:5px 10px;font-size:11px}}@media print{.topbar,.btn-primary,.btn-secondary,.loader-overlay{display:none!important}.page-container{padding:0}.card{box-shadow:none;border:1px solid #e5e7eb}}[dir=rtl] .section-heading:after{order:-1}[dir=rtl] .rec-item{flex-direction:row}
