@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');
:root{
  --navy:#0b1f3a; --blue:#1459d9; --blue2:#2d7df4; --sky:#eaf3ff; --ink:#172235;
  --muted:#6e7b8f; --line:#dfe7f1; --bg:#f5f8fc; --card:#fff; --green:#0f9f6e;
  --amber:#f59e0b; --red:#d64545; --shadow:0 14px 40px rgba(13,42,82,.09);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:'Cairo',Tahoma,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.8}
a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.topbar{background:var(--navy);color:#fff;font-size:13px;padding:8px 0}.topbar .wrap{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.header .wrap{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:74px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--navy)}
.logo{width:44px;height:44px;border-radius:13px;background:linear-gradient(145deg,var(--blue),var(--navy));display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px;box-shadow:var(--shadow)}
.nav{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.nav a{font-size:13px;padding:9px 11px;border-radius:10px;color:#45546a}.nav a:hover,.nav a.active{background:var(--sky);color:var(--blue);font-weight:700}
.hero{padding:66px 0 48px;background:radial-gradient(circle at 12% 12%,#dbeaff 0,transparent 30%),linear-gradient(180deg,#fff,#f4f8fd)}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#e9f2ff;color:var(--blue);font-weight:800;font-size:13px;padding:7px 11px;border-radius:999px}
h1{font-size:clamp(34px,5vw,60px);line-height:1.22;margin:16px 0;color:var(--navy)}.lead{font-size:18px;color:#536279;max-width:780px}.hero-card{background:linear-gradient(145deg,var(--navy),#15386b);color:#fff;border-radius:28px;padding:30px;box-shadow:0 26px 60px rgba(11,31,58,.23)}
.hero-card h3{margin-top:0}.metric{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.14)}.metric:last-child{border-bottom:0}.metric b{font-size:28px}.metric small{display:block;opacity:.78}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:12px 17px;font-weight:800;border:1px solid transparent}.btn.primary{background:var(--blue);color:#fff}.btn.soft{background:#fff;color:var(--navy);border-color:var(--line)}
.section{padding:46px 0}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.section-title h2{margin:0;color:var(--navy);font-size:30px}.section-title p{margin:0;color:var(--muted);max-width:680px}
.grid{display:grid;gap:18px}.g2{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 8px 26px rgba(24,55,93,.05)}.card h3,.card h4{color:var(--navy);margin-top:0}.icon{width:48px;height:48px;border-radius:14px;background:var(--sky);display:grid;place-items:center;font-size:23px;margin-bottom:15px}.muted{color:var(--muted)}
.callout{border-radius:20px;padding:22px;background:linear-gradient(135deg,#edf5ff,#fff);border:1px solid #d5e6ff}.callout.warn{background:#fff9e9;border-color:#f8df9c}.callout.green{background:#ecfbf5;border-color:#bdebd9}.callout.red{background:#fff1f1;border-color:#f6caca}
.pill{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;background:#edf3fb;color:#4d6179}.pill.green{background:#e8f8f1;color:#0a7d55}.pill.amber{background:#fff4d8;color:#9b6500}.pill.red{background:#feecec;color:#b52f2f}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{padding:14px 16px;border-bottom:1px solid #e9eef5;text-align:right;vertical-align:top}.table th{background:#f3f7fc;color:#344761;font-size:13px}.table tr:last-child td{border-bottom:0}.money{font-weight:800;color:var(--navy);white-space:nowrap}
.steps{counter-reset:step;display:grid;gap:14px}.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 64px 18px 18px}.step:before{counter-increment:step;content:counter(step);position:absolute;right:18px;top:18px;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:800}
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.kpi b{display:block;font-size:26px;color:var(--navy)}.kpi span{font-size:13px;color:var(--muted)}
.progress-row{margin:15px 0}.progress-head{display:flex;justify-content:space-between;font-size:13px;margin-bottom:7px}.bar{height:10px;background:#e9eff6;border-radius:99px;overflow:hidden}.bar i{display:block;height:100%;background:linear-gradient(90deg,var(--blue2),var(--blue));border-radius:99px}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.phase{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;position:relative}.phase:after{content:'';position:absolute;left:-15px;top:29px;width:15px;height:2px;background:#b9c9dc}.phase:last-child:after{display:none}.phase .num{font-size:12px;color:var(--blue);font-weight:800}.phase h4{margin:6px 0 8px}
.checks{padding:0;margin:0;list-style:none}.checks li{padding:7px 0 7px 0}.checks li:before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e6f7f0;color:var(--green);font-weight:900;margin-left:8px}
.quote{font-size:21px;font-weight:800;color:var(--navy);padding:18px 20px;border-right:4px solid var(--blue);background:#fff;border-radius:14px}
.page-hero{padding:42px 0 30px;background:linear-gradient(180deg,#fff,#f5f8fc);border-bottom:1px solid var(--line)}.page-hero h1{font-size:42px;margin:12px 0 6px}.breadcrumb{font-size:13px;color:var(--muted)}
.scenario{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.scenario button{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:10px;font-family:inherit;cursor:pointer}.scenario button.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.footer{margin-top:40px;background:var(--navy);color:#d9e2ef;padding:34px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:22px}.footer a{display:block;padding:3px 0;color:#d9e2ef}.note{font-size:12px;color:#8795a7}.print-note{font-size:13px;color:var(--muted);margin-top:12px}
@media(max-width:920px){.hero-grid,.g4,.g3,.g2,.footer-grid{grid-template-columns:1fr}.kpis,.timeline{grid-template-columns:repeat(2,1fr)}.nav{display:none}.hero{padding-top:36px}.hero-card{order:-1}.section-title{align-items:flex-start;flex-direction:column}}
@media(max-width:540px){.wrap{width:min(100% - 20px,1180px)}.kpis,.timeline{grid-template-columns:1fr}h1{font-size:34px}.page-hero h1{font-size:32px}.card{padding:17px}.topbar .wrap{justify-content:center;text-align:center}}
@media print{.header,.topbar,.footer,.actions,.scenario,.print-note{display:none!important}.section{padding:24px 0}.card,.hero-card,.table-wrap{box-shadow:none}.page-hero,.hero{padding:20px 0}.wrap{width:100%}body{background:#fff}.hero-card{background:#fff;color:#111;border:1px solid #ddd}.hero-card .metric{border-color:#ddd}}
