@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap');
:root{--ink:#10231d;--muted:#64716c;--green:#0b3b2e;--green2:#146248;--gold:#d6ac58;--gold2:#f0d69b;--paper:#fff;--soft:#f4f7f5;--line:#dfe7e2;--danger:#9b3d2f;--shadow:0 22px 60px rgba(9,50,39,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,system-ui,sans-serif;color:var(--ink);background:#f7f9f8}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.ev-topbar{position:sticky;top:0;z-index:40;min-height:72px;padding:10px clamp(16px,4vw,60px);display:flex;align-items:center;gap:26px;background:rgba(8,42,33,.96);backdrop-filter:blur(18px);color:#fff}.ev-brand{display:grid;grid-template-columns:44px auto;column-gap:10px;align-items:center;margin-inline-end:auto}.ev-brand>span{grid-row:1/3;width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#153429;font-weight:900}.ev-brand b{font-size:17px}.ev-brand small{font-size:10px;opacity:.66}.ev-topbar nav{display:flex;gap:20px;font-size:13px;font-weight:800}.ev-langs{display:flex;padding:3px;border-radius:12px;background:rgba(255,255,255,.1)}.ev-langs button{border:0;background:transparent;color:#fff;padding:7px 9px;border-radius:9px;font-weight:900;cursor:pointer}.ev-langs button.active{background:#fff;color:var(--green)}main{max-width:1500px;margin:auto}.ev-hero{position:relative;min-height:660px;overflow:hidden;color:#fff}.ev-hero-media{position:absolute;inset:0;display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;gap:5px}.ev-hero-media img{width:100%;height:100%;object-fit:cover}.ev-hero-media img:first-child{grid-row:1/3}.ev-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,23,17,.95) 0%,rgba(3,23,17,.73) 45%,rgba(3,23,17,.26) 100%),linear-gradient(0deg,rgba(3,23,17,.72),transparent 55%)}[dir=ltr] .ev-hero-overlay{background:linear-gradient(270deg,rgba(3,23,17,.95) 0%,rgba(3,23,17,.73) 45%,rgba(3,23,17,.26) 100%),linear-gradient(0deg,rgba(3,23,17,.72),transparent 55%)}.ev-hero-content{position:relative;z-index:2;max-width:760px;padding:clamp(90px,13vw,165px) clamp(22px,7vw,100px)}.ev-kicker,.ev-head span{display:inline-block;color:var(--gold2);font-weight:900;font-size:13px;letter-spacing:.04em}.ev-hero h1{font-size:clamp(54px,9vw,116px);line-height:.9;margin:18px 0 24px}.ev-hero p{font-size:clamp(16px,2vw,21px);line-height:1.9;color:rgba(255,255,255,.8);max-width:700px}.ev-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.ev-btn{border:1px solid transparent;border-radius:15px;padding:13px 21px;font-weight:900;cursor:pointer}.ev-btn.primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#173126}.ev-btn.ghost{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);color:#fff}.ev-trust{margin:-45px auto 0;position:relative;z-index:4;width:min(1200px,calc(100% - 30px));display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:25px;box-shadow:var(--shadow);overflow:hidden}.ev-trust div{padding:23px;border-inline-end:1px solid var(--line);display:grid;gap:5px;text-align:center}.ev-trust div:last-child{border:0}.ev-trust b{font-size:28px;color:var(--green2)}.ev-trust span{font-size:12px;color:var(--muted)}.ev-alert{width:min(1200px,calc(100% - 30px));margin:30px auto 0;padding:18px 22px;display:flex;gap:14px;align-items:flex-start;border:1px solid #d2e4d9;border-radius:20px;background:#edf7f1}.ev-alert>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--green2);color:#fff;font-weight:900}.ev-alert p{margin:4px 0 0;color:var(--muted);line-height:1.8}.ev-featured,.ev-section{padding:70px clamp(18px,5vw,70px)}.ev-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.ev-head h2,.ev-agent h2{margin:6px 0 0;font-size:clamp(30px,4vw,49px);line-height:1.1}.ev-head p{color:var(--muted)}.ev-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ev-feature-card{position:relative;min-height:440px;border-radius:26px;overflow:hidden;color:#fff;box-shadow:var(--shadow);cursor:pointer}.ev-feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}.ev-feature-card:hover img{transform:scale(1.06)}.ev-feature-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,26,20,.94),rgba(4,26,20,.07) 72%)}.ev-feature-copy{position:absolute;z-index:2;inset:auto 0 0;padding:25px}.ev-feature-copy h3{font-size:23px;line-height:1.35;margin:9px 0}.ev-feature-copy p{font-size:13px;color:rgba(255,255,255,.74);line-height:1.7}.ev-tagline{display:flex;gap:7px;flex-wrap:wrap}.ev-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.14);font-size:10px;font-weight:900}.ev-badge.pending{background:#fff1c5;color:#654600}.ev-badge.held{background:#dff4e8;color:#075c3d}.ev-section{background:#fff}.ev-section:nth-of-type(even){background:#f5f8f6}.ev-filters{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:10px;padding:15px;border:1px solid var(--line);background:#fff;border-radius:21px;box-shadow:0 12px 35px rgba(13,60,47,.06)}.ev-filters label{display:grid;gap:6px}.ev-filters label span{font-size:10px;font-weight:900;color:var(--muted)}.ev-filters input,.ev-filters select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:13px;background:#f8faf9;padding:10px;color:var(--ink)}.ev-filters>button,.ev-more{border:0;border-radius:13px;background:var(--green);color:#fff;padding:10px 16px;font-weight:900;cursor:pointer;align-self:end;min-height:46px}.ev-chips{display:flex;gap:8px;overflow:auto;padding:16px 0}.ev-chips button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 13px;color:var(--ink);font-weight:800;cursor:pointer}.ev-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ev-card{display:grid;grid-template-columns:145px minmax(0,1fr);min-height:255px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 12px 30px rgba(10,52,40,.07);transition:.25s}.ev-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.ev-card>img{width:100%;height:100%;object-fit:cover}.ev-card-copy{padding:18px;display:grid;align-content:start;gap:9px}.ev-card-copy h3{margin:0;font-size:18px;line-height:1.45}.ev-card-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.ev-card-meta{display:flex;gap:7px;flex-wrap:wrap}.ev-card-actions{display:flex;gap:8px;margin-top:auto}.ev-card-actions button,.ev-card-actions a{border:1px solid var(--line);background:#f8faf9;border-radius:10px;padding:7px 10px;font-size:11px;font-weight:900;cursor:pointer}.ev-card-actions a{color:var(--green2)}.ev-more{display:block;margin:25px auto 0;min-width:180px}.ev-more[hidden]{display:none}.ev-agent{display:grid;grid-template-columns:1fr 1fr;gap:35px;color:#fff;background:radial-gradient(circle at 10% 0%,rgba(240,214,155,.22),transparent 34%),linear-gradient(135deg,#092c22,#115541)!important}.ev-agent p{color:rgba(255,255,255,.72);line-height:1.8}.ev-agent-input{display:flex;margin-top:22px}.ev-agent-input input{min-height:52px;flex:1;border:0;padding:12px 16px;border-radius:15px 0 0 15px}.ev-agent-input button{border:0;background:var(--gold);font-weight:900;padding:0 24px;border-radius:0 15px 15px 0;cursor:pointer}[dir=rtl] .ev-agent-input input{border-radius:0 15px 15px 0}[dir=rtl] .ev-agent-input button{border-radius:15px 0 0 15px}.ev-agent-suggestions{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.ev-agent-suggestions button{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;padding:7px 10px;border-radius:999px;cursor:pointer}.ev-agent-answer{min-height:300px;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.08);display:grid;align-content:start;gap:10px}.ev-agent-item{padding:13px;border-radius:15px;background:rgba(255,255,255,.09)}.ev-agent-item b{display:block}.ev-agent-item small{color:rgba(255,255,255,.65)}.ev-sources{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ev-source{border:1px solid var(--line);border-radius:20px;padding:20px;background:#fff}.ev-source h3{font-size:16px}.ev-source small{color:var(--muted)}.ev-socials{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.ev-socials a{padding:6px 9px;border-radius:9px;background:#eef5f1;color:var(--green2);font-size:10px;font-weight:900}footer{max-width:1500px;margin:auto;padding:24px clamp(20px,5vw,70px);display:flex;justify-content:space-between;gap:20px;background:#061e17;color:#fff;font-size:12px}footer span{opacity:.65}.ev-modal{position:fixed;inset:0;z-index:80;background:rgba(3,18,13,.75);display:none;place-items:center;padding:20px}.ev-modal.open{display:grid}.ev-modal-card{position:relative;width:min(760px,100%);max-height:88vh;overflow:auto;border-radius:28px;background:#fff;box-shadow:var(--shadow)}.ev-close{position:sticky;top:12px;margin:12px 12px 0;float:left;z-index:2;border:0;width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 5px 18px #0002;font-size:24px;cursor:pointer}.ev-modal-image{width:100%;height:300px;object-fit:cover}.ev-modal-body{padding:28px}.ev-modal-body h2{font-size:34px;line-height:1.25}.ev-modal-body p{color:var(--muted);line-height:1.9}.ev-modal-info{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.ev-modal-info div{padding:12px;border-radius:13px;background:#f3f7f5}.ev-empty{grid-column:1/-1;padding:50px;text-align:center;border:1px dashed var(--line);border-radius:20px;color:var(--muted)}
@media(max-width:1150px){.ev-featured-grid{grid-template-columns:repeat(2,1fr)}.ev-grid{grid-template-columns:repeat(2,1fr)}.ev-filters{grid-template-columns:repeat(2,1fr)}.ev-sources{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.ev-topbar{flex-wrap:wrap}.ev-topbar nav{display:none}.ev-brand{margin-inline-end:auto}.ev-hero{min-height:590px}.ev-hero-media{grid-template-columns:1fr 1fr}.ev-hero-overlay{background:linear-gradient(0deg,rgba(3,23,17,.96),rgba(3,23,17,.3))}.ev-trust{grid-template-columns:repeat(2,1fr)}.ev-featured,.ev-section{padding:55px 16px}.ev-featured-grid,.ev-grid,.ev-sources{grid-template-columns:1fr}.ev-feature-card{min-height:390px}.ev-filters{grid-template-columns:1fr}.ev-card{grid-template-columns:115px 1fr}.ev-agent{grid-template-columns:1fr}.ev-head{align-items:start;flex-direction:column}.ev-modal-info{grid-template-columns:1fr}footer{flex-direction:column}}
