:root{
  --yre-navy-950:#071e31;
  --yre-navy-900:#0a2b45;
  --yre-navy-800:#123d5f;
  --yre-blue-700:#0b5f91;
  --yre-blue-600:#1173aa;
  --yre-blue-100:#e8f4fb;
  --yre-blue-50:#f4f9fc;
  --yre-gold-600:#c99425;
  --yre-gold-500:#e4ad39;
  --yre-gold-100:#fff5da;
  --yre-ink:#152f42;
  --yre-muted:#667b8a;
  --yre-line:#dce7ed;
  --yre-soft:#f4f7f9;
  --yre-white:#fff;
  --yre-success:#17805d;
  --yre-radius:22px;
  --yre-shadow:0 18px 52px rgba(8,44,68,.09);
}
html{scroll-behavior:smooth}
body[data-surface="public"]{background:#fff;color:var(--yre-ink)}
body[data-surface="public"] .yes-skip-link{background:var(--yre-gold-500);color:var(--yre-navy-950)}
.yre-site{min-height:100vh;background:#fff;color:var(--yre-ink);font-family:'IBM Plex Sans Arabic','Cairo',system-ui,sans-serif;overflow-x:hidden}
.yre-site *{box-sizing:border-box}
.yre-site a{text-decoration:none}
.yre-container{width:min(1220px,calc(100% - 36px));margin-inline:auto}
.yre-utility{background:var(--yre-navy-950);color:#dfeaf1;font-size:12px}
.yre-utility__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.yre-utility__contact,.yre-utility__meta{display:flex;align-items:center;gap:18px;min-width:0}
.yre-utility a{display:inline-flex;align-items:center;gap:7px;color:inherit}
.yre-utility a:hover{color:#fff}
.yre-utility form{margin:0}
.yre-language{border:0;border-inline-start:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;padding-inline-start:16px;font:inherit;font-weight:800;cursor:pointer}

.yre-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(211,225,233,.9);box-shadow:0 5px 24px rgba(8,43,65,.055);backdrop-filter:blur(14px)}
.yre-header__inner{min-height:86px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px}
.yre-brand{display:inline-flex;align-items:center;gap:12px;min-width:250px;color:var(--yre-navy-950)}
.yre-brand__mark{width:58px;height:58px;display:grid;place-items:center;border:1px solid var(--yre-line);border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(8,43,65,.08);overflow:hidden}
.yre-brand__mark img{width:52px;height:52px;object-fit:contain}
.yre-brand__copy{min-width:0}.yre-brand__copy strong,.yre-brand__copy small{display:block}.yre-brand__copy strong{font-size:15px;line-height:1.5;font-weight:900}.yre-brand__copy small{margin-top:2px;color:#718594;font-size:9px;letter-spacing:.065em;font-weight:700}
.yre-nav{display:flex;align-items:stretch;justify-content:center;gap:2px;height:86px}
.yre-nav__home,.yre-nav__trigger{height:100%;display:inline-flex;align-items:center;gap:5px;border:0;border-bottom:3px solid transparent;background:transparent;padding:0 10px;color:#355469;font-size:12px;font-weight:850;cursor:pointer;white-space:nowrap}
.yre-nav__home:hover,.yre-nav__trigger:hover,.yre-nav__home.is-active,.yre-nav__trigger.is-active{color:var(--yre-blue-700);border-bottom-color:var(--yre-gold-500)}
.yre-nav__trigger svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .18s}
.yre-nav__group{position:relative;height:100%}
.yre-nav__group.is-open .yre-nav__trigger svg{transform:rotate(180deg)}
.yre-nav__menu{position:absolute;top:calc(100% - 1px);inset-inline-start:50%;width:min(620px,90vw);transform:translateX(50%);border:1px solid #dce7ed;border-radius:0 0 22px 22px;background:#fff;box-shadow:0 24px 55px rgba(4,38,60,.16);padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}
[dir="ltr"] .yre-nav__menu{transform:translateX(-50%)}
.yre-nav__group.is-open .yre-nav__menu{opacity:1;visibility:visible;pointer-events:auto}
.yre-nav__menu-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid #edf2f5;padding:0 2px 13px;margin-bottom:12px}.yre-nav__menu-head span{font-size:15px;font-weight:900;color:var(--yre-navy-950)}.yre-nav__menu-head small{color:#8496a2;font-size:10px}
.yre-nav__menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.yre-nav__menu-link{display:flex;align-items:flex-start;gap:10px;border-radius:13px;padding:10px;color:#24475e;transition:.16s}.yre-nav__menu-link:hover,.yre-nav__menu-link.is-active{background:#f1f7fa;color:var(--yre-blue-700)}
.yre-nav__menu-icon{margin-top:2px;width:26px;height:26px;border-radius:9px;background:#edf5fa;display:grid;place-items:center;flex:0 0 26px}
.yre-nav__menu-link strong,.yre-nav__menu-link small{display:block}.yre-nav__menu-link strong{font-size:11px;font-weight:900}.yre-nav__menu-link small{margin-top:3px;color:#7a8f9c;font-size:9px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.yre-header__actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}
.yre-header__verify,.yre-header__portal{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:13px;padding:0 12px;font-size:10px;font-weight:900;white-space:nowrap}
.yre-header__verify{border:1px solid #cde0e9;background:#fff;color:var(--yre-blue-700)}.yre-header__verify:hover{background:#f4fafc}
.yre-header__portal{border:1px solid var(--yre-gold-500);background:var(--yre-gold-500);color:#132b3d}.yre-header__portal:hover{background:#efbc4c}
.yre-mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--yre-line);border-radius:13px;background:#fff;color:var(--yre-navy-900);place-items:center;cursor:pointer}
.yre-mobile-nav{border-top:1px solid var(--yre-line);background:#fff;box-shadow:0 18px 35px rgba(8,43,65,.12)}
.yre-mobile-nav__inner{padding-block:12px 20px}.yre-mobile-nav__top-link{display:block;border-radius:12px;padding:11px 12px;color:var(--yre-navy-900);font-weight:900}
.yre-mobile-nav__group{border-top:1px solid #edf2f5}.yre-mobile-nav__group summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:12px;color:#284b60;font-weight:900;cursor:pointer}.yre-mobile-nav__group summary::-webkit-details-marker{display:none}.yre-mobile-nav__group[open] summary span{transform:rotate(45deg)}.yre-mobile-nav__group summary span{font-size:18px;transition:.18s}
.yre-mobile-nav__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:0 8px 12px}.yre-mobile-nav__links a{border-radius:10px;background:#f6f9fb;padding:10px;color:#526d7e;font-size:11px;font-weight:800}
.yre-mobile-nav__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.yre-mobile-nav__actions a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border-radius:12px;background:var(--yre-navy-900);color:#fff;font-size:11px;font-weight:900}.yre-mobile-nav__actions a:first-child{background:var(--yre-gold-500);color:var(--yre-navy-950)}

.yre-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#071f32 0%,#0b3857 55%,#0c5278 100%);color:#fff}
.yre-hero__pattern{position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),radial-gradient(circle at 82% 20%,rgba(228,173,57,.75),transparent 26%);background-size:42px 42px,42px 42px,auto}
.yre-hero__shell{position:relative;z-index:2;min-height:590px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:60px;padding-block:72px 54px}
.yre-hero__content{min-width:0}.yre-hero__badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);padding:8px 12px;color:#f7d98e;font-size:11px;font-weight:850}
.yre-hero__slides{position:relative;min-height:275px;margin-top:20px}.yre-hero__slide{position:absolute;inset:0;opacity:0;transform:translateY(8px);pointer-events:none;transition:.32s ease}.yre-hero__slide.is-active{position:relative;opacity:1;transform:none;pointer-events:auto}
.yre-hero h1{max-width:780px;margin:0;color:#fff;font-size:clamp(35px,4.5vw,62px);font-weight:950;line-height:1.22;letter-spacing:-.02em}.yre-hero__slide p{max-width:700px;margin:19px 0 0;color:#d4e4ed;font-size:17px;line-height:1.9}
.yre-hero__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px}.yre-btn{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:13px;padding:0 18px;font-size:12px;font-weight:900;transition:.18s}.yre-btn:hover{transform:translateY(-1px)}.yre-btn--gold{background:var(--yre-gold-500);border-color:var(--yre-gold-500);color:var(--yre-navy-950);box-shadow:0 12px 28px rgba(228,173,57,.2)}.yre-btn--gold:hover{background:#efbb4b}.yre-btn--ghost{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff}.yre-btn--ghost:hover{background:rgba(255,255,255,.14)}.yre-btn--navy{background:var(--yre-navy-900);border-color:var(--yre-navy-900);color:#fff}
.yre-hero__trust{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:25px;color:#bed1dc;font-size:10px;font-weight:800}.yre-hero__trust span{display:inline-flex;align-items:center;gap:6px}
.yre-hero__visual{position:relative}.yre-hero__visual-card{position:relative;min-height:390px;border:1px solid rgba(255,255,255,.2);border-radius:30px;background:#0a2d45;box-shadow:0 32px 70px rgba(0,0,0,.25);overflow:hidden}.yre-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:.35s ease}.yre-hero__image.is-active{opacity:1;transform:scale(1)}.yre-hero__visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(3,24,39,.88))}
.yre-hero__visual-overlay{position:absolute;z-index:2;inset-inline:24px;bottom:22px}.yre-hero__visual-overlay span,.yre-hero__visual-overlay strong{display:block}.yre-hero__visual-overlay span{color:#f4c969;font-size:10px;font-weight:950;letter-spacing:.05em}.yre-hero__visual-overlay strong{margin-top:5px;color:#fff;font-size:16px;line-height:1.6}
.yre-hero__mini-cards{position:absolute;inset-inline-start:-34px;bottom:-28px;z-index:4;display:grid;gap:8px;width:235px}.yre-hero__mini-cards a{display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.75);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 15px 35px rgba(3,28,45,.2);padding:10px 12px;color:var(--yre-blue-700)}.yre-hero__mini-cards a>svg{flex:0 0 auto}.yre-hero__mini-cards b,.yre-hero__mini-cards small{display:block}.yre-hero__mini-cards b{color:var(--yre-navy-950);font-size:10px}.yre-hero__mini-cards small{margin-top:2px;color:#718692;font-size:8px}
.yre-hero__dots{position:relative;z-index:5;display:flex;gap:6px;padding-bottom:24px}.yre-hero__dots button{width:28px;height:4px;border:0;border-radius:999px;background:rgba(255,255,255,.28);padding:0;cursor:pointer;transition:.2s}.yre-hero__dots button.is-active{width:48px;background:var(--yre-gold-500)}

.yre-section{padding:78px 0}.yre-section:nth-of-type(even){background:#fff}.yre-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--yre-blue-700);font-size:11px;font-weight:950;letter-spacing:.035em}.yre-kicker:before{content:"";width:22px;height:3px;border-radius:999px;background:var(--yre-gold-500)}
.yre-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}.yre-section-head>div{max-width:760px}.yre-section-head h2,.yre-about__content h2,.yre-magazine__content h2{margin:7px 0 0;color:var(--yre-navy-950);font-size:clamp(27px,3vw,39px);line-height:1.35;font-weight:950}.yre-section-head p{max-width:680px;margin:10px 0 0;color:var(--yre-muted);font-size:14px;line-height:1.85}
.yre-link{display:inline-flex;align-items:center;gap:7px;color:var(--yre-blue-700);font-size:11px;font-weight:950;white-space:nowrap}.yre-link:hover{color:var(--yre-navy-950)}.yre-link--light{color:#dce9f0}.yre-link--light:hover{color:#fff}

.yre-services{background:#f5f8fa}.yre-services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.yre-service-card{position:relative;display:flex;align-items:flex-start;gap:12px;min-height:128px;border:1px solid #dfe8ed;border-radius:18px;background:#fff;padding:18px;color:var(--yre-ink);box-shadow:0 6px 20px rgba(10,50,74,.035);transition:.18s}.yre-service-card:hover{border-color:#b7d5e4;box-shadow:0 15px 32px rgba(10,50,74,.09);transform:translateY(-2px)}.yre-service-card__icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border-radius:14px;background:#edf6fb;color:var(--yre-blue-700)}.yre-service-card:nth-child(4n+2) .yre-service-card__icon{background:#eff8f3;color:#187b5b}.yre-service-card:nth-child(4n+3) .yre-service-card__icon{background:#fff6df;color:#b17d12}.yre-service-card:nth-child(4n+4) .yre-service-card__icon{background:#f3f0fb;color:#7055a5}.yre-service-card__body{min-width:0}.yre-service-card__body strong,.yre-service-card__body small{display:block}.yre-service-card__body strong{color:var(--yre-navy-950);font-size:12px;font-weight:950}.yre-service-card__body small{margin-top:6px;color:#728692;font-size:10px;line-height:1.65}.yre-service-card__arrow{position:absolute;inset-inline-end:14px;bottom:14px;color:#9dafba}
.yre-verify-box{margin-top:18px;border:1px solid #cbdfe8;border-radius:20px;background:linear-gradient(100deg,#edf7fb,#fff);padding:17px 18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.65fr);align-items:center;gap:22px}.yre-verify-box__copy{display:flex;align-items:center;gap:13px}.yre-verify-box__copy>span{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--yre-navy-900);color:#fff}.yre-verify-box__copy strong,.yre-verify-box__copy small{display:block}.yre-verify-box__copy strong{color:var(--yre-navy-950);font-size:12px;font-weight:950}.yre-verify-box__copy small{margin-top:4px;color:#6b808e;font-size:10px}.yre-verify-box__form{display:grid;grid-template-columns:1fr auto;gap:7px}.yre-verify-box__form input{min-height:45px;border:1px solid #ccdce4;border-radius:12px;background:#fff;padding:0 13px;color:var(--yre-ink);font-size:12px;outline:0}.yre-verify-box__form input:focus{border-color:#73afcb;box-shadow:0 0 0 3px rgba(17,115,170,.08)}.yre-verify-box__form button{min-height:45px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:12px;background:var(--yre-navy-900);padding:0 16px;color:#fff;font-size:11px;font-weight:900;cursor:pointer}

.yre-ticker{border-block:1px solid #e3ebef;background:#fff}.yre-ticker__inner{min-height:48px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;overflow:hidden}.yre-ticker__label{display:inline-flex;align-items:center;gap:7px;border-inline-end:1px solid #dce6eb;padding-inline-end:16px;color:var(--yre-blue-700);font-size:10px;font-weight:950;white-space:nowrap}.yre-ticker__track{overflow:hidden}.yre-ticker__items{display:flex;align-items:center;gap:34px;width:max-content;animation:yreTicker 30s linear infinite}.yre-ticker__items a,.yre-ticker__items span{position:relative;color:#4c6777;font-size:10px;font-weight:800;white-space:nowrap}.yre-ticker__items a:after,.yre-ticker__items span:after{content:"";position:absolute;inset-inline-end:-19px;top:50%;width:4px;height:4px;border-radius:50%;background:var(--yre-gold-500)}@keyframes yreTicker{from{transform:translateX(0)}to{transform:translateX(35%)}}[dir="ltr"] .yre-ticker__items{animation-direction:reverse}

.yre-about{background:#fff}.yre-about__grid{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(0,1.2fr);gap:70px;align-items:center}.yre-about__visual{position:relative;min-height:390px;border-radius:30px;background:linear-gradient(145deg,var(--yre-navy-950),#0d5278);overflow:hidden;box-shadow:var(--yre-shadow)}.yre-about__visual:before,.yre-about__visual:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.15)}.yre-about__visual:before{width:340px;height:340px;inset-inline-start:-100px;top:-100px}.yre-about__visual:after{width:220px;height:220px;inset-inline-end:-60px;bottom:-60px}.yre-about__seal{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:14px;color:#fff;text-align:center}.yre-about__seal img{width:120px;height:120px;object-fit:contain;border-radius:26px;background:#fff;padding:8px;box-shadow:0 18px 35px rgba(0,0,0,.22)}.yre-about__seal span{font-size:14px;font-weight:950}.yre-about__metric{position:absolute;inset-inline-end:20px;bottom:20px;border:1px solid rgba(255,255,255,.2);border-radius:15px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px);padding:11px 14px;color:#fff}.yre-about__metric b,.yre-about__metric small{display:block}.yre-about__metric b{color:#f3c65e;font-size:20px}.yre-about__metric small{margin-top:2px;font-size:8px}.yre-about__content>p{max-width:700px;margin:16px 0 0;color:var(--yre-muted);font-size:15px;line-height:2}.yre-about__pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:25px 0}.yre-about__pillars div{border:1px solid var(--yre-line);border-radius:16px;background:#fff;padding:14px}.yre-about__pillars span,.yre-about__pillars strong,.yre-about__pillars small{display:block}.yre-about__pillars span{color:var(--yre-gold-600);font-size:10px;font-weight:950}.yre-about__pillars strong{margin-top:5px;color:var(--yre-navy-950);font-size:11px}.yre-about__pillars small{margin-top:4px;color:#7a8d99;font-size:9px;line-height:1.6}

.yre-stats{background:var(--yre-navy-950);color:#fff}.yre-stats__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.yre-stat{min-height:135px;display:flex;align-items:center;justify-content:center;gap:13px;border-inline-end:1px solid rgba(255,255,255,.1);padding:22px}.yre-stat:last-child{border-inline-end:0}.yre-stat>span{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border-radius:14px;background:rgba(255,255,255,.08);color:#f1c55e}.yre-stat strong,.yre-stat small{display:block}.yre-stat strong{font-size:25px;font-weight:950}.yre-stat small{margin-top:3px;color:#a9c0ce;font-size:9px;font-weight:800}

.yre-news{background:#fff}.yre-news__grid{display:grid;grid-template-columns:1.35fr .825fr .825fr;gap:14px}.yre-news-card{border:1px solid var(--yre-line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 7px 24px rgba(8,48,72,.04)}.yre-news-card__media{display:block;height:205px;overflow:hidden;background:#e9f1f5}.yre-news-card--featured .yre-news-card__media{height:330px}.yre-news-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.yre-news-card:hover .yre-news-card__media img{transform:scale(1.035)}.yre-news-card__placeholder{height:100%;display:grid;place-items:center;color:#8eabba;background:linear-gradient(135deg,#eef5f8,#ddeaf1)}.yre-news-card__body{padding:17px}.yre-news-card__meta{display:flex;align-items:center;gap:8px;color:#82949f;font-size:8px;font-weight:800}.yre-news-card__meta span{color:var(--yre-blue-700)}.yre-news-card h3{margin:8px 0 0;font-size:14px;line-height:1.75;font-weight:950}.yre-news-card--featured h3{font-size:19px}.yre-news-card h3 a{color:var(--yre-navy-950)}.yre-news-card p{margin:8px 0 0;color:#70838f;font-size:10px;line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yre-card-link{display:inline-flex;align-items:center;gap:6px;margin-top:13px;color:var(--yre-blue-700);font-size:9px;font-weight:950}

.yre-professional{background:#f5f8fa}.yre-professional__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.yre-stream{border:1px solid var(--yre-line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 7px 20px rgba(8,48,72,.035)}.yre-stream__head{min-height:78px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #edf2f5;padding:14px 16px}.yre-stream__icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border-radius:14px;background:#edf6fb;color:var(--yre-blue-700)}.yre-stream:nth-child(2) .yre-stream__icon{background:#fff5dd;color:#aa7916}.yre-stream:nth-child(3) .yre-stream__icon{background:#eff8f3;color:#187d5b}.yre-stream__head>div{min-width:0;flex:1}.yre-stream__head h3{margin:0;color:var(--yre-navy-950);font-size:12px;font-weight:950}.yre-stream__head a{display:inline-block;margin-top:3px;color:var(--yre-blue-700);font-size:8px;font-weight:900}.yre-stream__list{padding:4px 14px 10px}.yre-stream-item{display:block;border-bottom:1px solid #edf2f5;padding:12px 2px;color:var(--yre-ink)}.yre-stream-item:last-child{border-bottom:0}.yre-stream-item strong,.yre-stream-item span{display:block}.yre-stream-item strong{font-size:10px;line-height:1.6;font-weight:900}.yre-stream-item span{margin-top:4px;color:#8496a1;font-size:8px;line-height:1.5}.yre-stream-item:hover strong{color:var(--yre-blue-700)}.yre-stream__empty{margin:0;padding:20px 3px;color:#8798a3;font-size:9px}

.yre-magazine{background:#fff}.yre-magazine__card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:55px;border-radius:30px;background:linear-gradient(130deg,#071e31,#0b496c);padding:42px 54px;color:#fff;overflow:hidden;box-shadow:0 25px 60px rgba(6,35,55,.18)}.yre-magazine__card:after{content:"";position:absolute;inset-inline-end:-140px;top:-180px;width:440px;height:440px;border:1px solid rgba(255,255,255,.12);border-radius:50%}.yre-magazine__content{position:relative;z-index:2}.yre-magazine__content .yre-kicker{color:#f0c65e}.yre-magazine__content h2{color:#fff}.yre-magazine__content h3{margin:10px 0 0;color:#fff;font-size:15px;font-weight:900}.yre-magazine__content p{max-width:700px;margin:10px 0 0;color:#c8dbe5;font-size:12px;line-height:1.85}.yre-magazine__meta{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.yre-magazine__meta span{border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.07);padding:6px 10px;color:#dbe7ed;font-size:8px;font-weight:850}.yre-magazine__actions{display:flex;align-items:center;gap:15px;margin-top:22px}.yre-magazine__cover{position:relative;z-index:2;height:320px;border-radius:18px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.25);overflow:hidden;transform:rotate(-2deg)}[dir="rtl"] .yre-magazine__cover{transform:rotate(2deg)}.yre-magazine__cover img{width:100%;height:100%;object-fit:cover}.yre-magazine__cover>div{height:100%;display:grid;place-items:center;align-content:center;gap:10px;color:var(--yre-blue-700)}.yre-magazine__cover>div span{font-size:10px;font-weight:900}

.yre-branches{background:#f5f8fa}.yre-branches__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.yre-branch-card{display:flex;align-items:flex-start;gap:11px;border:1px solid var(--yre-line);border-radius:17px;background:#fff;padding:15px}.yre-branch-card__icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border-radius:13px;background:#edf6fb;color:var(--yre-blue-700)}.yre-branch-card>div{min-width:0}.yre-branch-card__title{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.yre-branch-card h3{margin:0;color:var(--yre-navy-950);font-size:11px;font-weight:950}.yre-branch-card__title span{border-radius:999px;background:var(--yre-gold-100);padding:3px 6px;color:#986b0e;font-size:7px;font-weight:900}.yre-branch-card p{margin:6px 0 0;color:#7a8e9b;font-size:9px;line-height:1.6}.yre-branch-card__links{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.yre-branch-card__links a{color:var(--yre-blue-700);font-size:8px;font-weight:800}

.yre-cta{padding-top:52px;padding-bottom:52px;background:#fff}.yre-cta__card{display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:27px;background:linear-gradient(115deg,var(--yre-navy-950),#0c4264);padding:35px 42px;color:#fff;box-shadow:var(--yre-shadow)}.yre-cta__card>div:first-child{max-width:720px}.yre-cta__card span{color:#f1c75d;font-size:9px;font-weight:950}.yre-cta__card h2{margin:6px 0 0;color:#fff;font-size:27px;font-weight:950}.yre-cta__card p{margin:8px 0 0;color:#c5d7e1;font-size:11px;line-height:1.8}.yre-cta__card>div:last-child{display:flex;align-items:center;gap:8px;flex-wrap:wrap}

.yre-footer{background:#061b2b;color:#c8d7df}.yre-footer__top{padding:58px 0 42px}.yre-footer__grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr) 1.25fr;gap:38px}.yre-footer__brand{display:flex;align-items:center;gap:11px;color:#fff}.yre-footer__brand>span:first-child{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#fff}.yre-footer__brand img{width:48px;height:48px;object-fit:contain}.yre-footer__brand strong,.yre-footer__brand small{display:block}.yre-footer__brand strong{font-size:12px}.yre-footer__brand small{margin-top:2px;color:#8fa7b5;font-size:8px}.yre-footer__about p{max-width:340px;margin:16px 0 0;color:#93a9b5;font-size:10px;line-height:1.9}.yre-footer__social{display:flex;gap:7px;margin-top:15px}.yre-footer__social a{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:9px;font-weight:900}.yre-footer__links h2,.yre-footer__contact h2{margin:0 0 14px;color:#fff;font-size:11px;font-weight:950}.yre-footer__links ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.yre-footer__links a{color:#93a9b5;font-size:9px;font-weight:750}.yre-footer__links a:hover{color:#fff}.yre-footer__contact p{display:flex;align-items:flex-start;gap:8px;margin:0 0 10px;color:#93a9b5;font-size:9px;line-height:1.6}.yre-footer__contact svg{flex:0 0 auto;margin-top:1px}.yre-footer__contact a{color:inherit}.yre-footer__bottom{border-top:1px solid rgba(255,255,255,.08)}.yre-footer__bottom-inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#7f98a6;font-size:8px}.yre-footer__bottom-inner div{display:flex;gap:16px}.yre-footer__bottom-inner a{color:#93a9b5}

/* Rebuilt generic public content */
body[data-surface="public"] .yes-container{width:min(1220px,calc(100% - 36px));max-width:none;padding-inline:0}
body[data-surface="public"] .yes-panel{border-color:var(--yre-line);border-radius:18px;box-shadow:0 7px 24px rgba(8,48,72,.04)}
body[data-surface="public"] main>.border-b.bg-slate-50,body[data-surface="public"] main>nav.border-b{background:#f5f8fa;border-color:var(--yre-line)}
body[data-surface="public"] main>.relative.overflow-hidden.border-b{background:linear-gradient(130deg,#f7fafb,#eef5f8);border-color:var(--yre-line)}
body[data-surface="public"] main>.relative.overflow-hidden.border-b h1{color:var(--yre-navy-950)}
body[data-surface="public"] .text-brand-blue-600,body[data-surface="public"] .text-brand-blue-700{color:var(--yre-blue-700)!important}
body[data-surface="public"] .text-brand-navy-950{color:var(--yre-navy-950)!important}
body[data-surface="public"] .bg-brand-blue-50{background:var(--yre-blue-50)!important}
body[data-surface="public"] .bg-brand-navy-950{background:var(--yre-navy-950)!important}

@media(max-width:1180px){
  .yre-header__inner{gap:16px}.yre-brand{min-width:210px}.yre-brand__copy strong{font-size:13px}.yre-nav__home,.yre-nav__trigger{padding-inline:7px;font-size:11px}.yre-header__verify span{display:none}.yre-header__verify{width:43px;padding:0}.yre-hero__shell{grid-template-columns:minmax(0,1fr) 390px;gap:38px}.yre-services__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.yre-footer__grid{grid-template-columns:1.6fr repeat(2,1fr) 1.2fr}.yre-footer__links:nth-of-type(4){display:none}.yre-branches__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .yre-utility__meta>span{display:none}.yre-header__inner{min-height:70px;grid-template-columns:minmax(0,1fr) auto}.yre-nav{display:none}.yre-brand{min-width:0}.yre-brand__mark{width:48px;height:48px;border-radius:14px}.yre-brand__mark img{width:43px;height:43px}.yre-mobile-toggle{display:grid}.yre-header__verify,.yre-header__portal{display:none}.yre-hero__shell{min-height:auto;grid-template-columns:1fr;padding-block:58px 70px}.yre-hero__content{max-width:760px}.yre-hero__visual{display:none}.yre-hero__slides{min-height:260px}.yre-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yre-verify-box{grid-template-columns:1fr}.yre-about__grid{grid-template-columns:1fr;gap:35px}.yre-about__visual{min-height:300px}.yre-stats__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.yre-stat:nth-child(3){border-inline-end:0}.yre-stat:nth-child(n+4){border-top:1px solid rgba(255,255,255,.1)}.yre-news__grid{grid-template-columns:1fr 1fr}.yre-news-card--featured{grid-column:1/-1}.yre-news-card--featured .yre-news-card__media{height:320px}.yre-professional__grid{grid-template-columns:1fr 1fr}.yre-professional__grid .yre-stream:last-child{grid-column:1/-1}.yre-magazine__card{grid-template-columns:1fr 230px;padding:36px}.yre-branches__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yre-footer__grid{grid-template-columns:1.6fr 1fr 1fr}.yre-footer__contact{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 20px}.yre-footer__contact h2{grid-column:1/-1}
}
@media(max-width:680px){
  .yre-container{width:min(100% - 26px,1220px)}.yre-utility__inner{justify-content:center}.yre-utility__contact a:nth-child(2){display:none}.yre-utility__meta{margin-inline-start:auto}.yre-header__inner{min-height:64px}.yre-brand__mark{width:44px;height:44px}.yre-brand__mark img{width:40px;height:40px}.yre-brand__copy strong{font-size:11px}.yre-brand__copy small{display:none}.yre-mobile-nav__links{grid-template-columns:1fr}.yre-hero__shell{padding-block:44px 55px}.yre-hero h1{font-size:34px}.yre-hero__slide p{font-size:14px;line-height:1.85}.yre-hero__slides{min-height:315px}.yre-hero__actions{align-items:stretch}.yre-btn{min-height:45px}.yre-hero__trust{gap:10px}.yre-hero__trust span:nth-child(3){display:none}.yre-section{padding:55px 0}.yre-section-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:22px}.yre-section-head h2,.yre-about__content h2,.yre-magazine__content h2{font-size:27px}.yre-services__grid{grid-template-columns:1fr}.yre-service-card{min-height:108px}.yre-verify-box__form{grid-template-columns:1fr}.yre-about__visual{min-height:265px}.yre-about__seal img{width:90px;height:90px}.yre-about__pillars{grid-template-columns:1fr}.yre-stats__grid{grid-template-columns:1fr 1fr}.yre-stat{min-height:108px;border-bottom:1px solid rgba(255,255,255,.1);border-inline-end:1px solid rgba(255,255,255,.1)}.yre-stat:nth-child(2n){border-inline-end:0}.yre-stat:last-child{grid-column:1/-1;border-bottom:0}.yre-news__grid{grid-template-columns:1fr}.yre-news-card--featured{grid-column:auto}.yre-news-card--featured .yre-news-card__media,.yre-news-card__media{height:220px}.yre-news-card--featured h3{font-size:15px}.yre-professional__grid{grid-template-columns:1fr}.yre-professional__grid .yre-stream:last-child{grid-column:auto}.yre-magazine__card{grid-template-columns:1fr;padding:28px 23px}.yre-magazine__cover{display:none}.yre-branches__grid{grid-template-columns:1fr}.yre-cta__card{align-items:flex-start;flex-direction:column;padding:28px 23px}.yre-cta__card h2{font-size:23px}.yre-footer__grid{grid-template-columns:1fr 1fr;gap:30px}.yre-footer__about{grid-column:1/-1}.yre-footer__contact{grid-template-columns:1fr}.yre-footer__bottom-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding-block:14px}.yre-footer__bottom-inner div{flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){.yre-site *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.yre-breadcrumbs{border-bottom:1px solid var(--yre-line);background:#f7f9fa}.yre-breadcrumbs__inner{min-height:46px;display:flex;align-items:center;gap:8px;color:#7d909c;font-size:9px;font-weight:800}.yre-breadcrumbs__inner a{color:var(--yre-blue-700)}.yre-breadcrumbs__inner svg{color:#9aabb4}.yre-breadcrumbs__inner span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.yre-page-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--yre-line);background:linear-gradient(125deg,#f9fbfc,#eef5f8)}.yre-page-hero__pattern{position:absolute;inset:0;opacity:.55;background:radial-gradient(circle at 80% 10%,rgba(17,115,170,.12),transparent 25%),linear-gradient(90deg,rgba(10,43,69,.03) 1px,transparent 1px);background-size:auto,38px 38px}.yre-page-hero__inner{position:relative;padding-block:54px 58px}.yre-page-hero h1{max-width:900px;margin:8px 0 0;color:var(--yre-navy-950);font-size:clamp(30px,4vw,46px);line-height:1.35;font-weight:950}.yre-page-hero p{max-width:780px;margin:13px 0 0;color:var(--yre-muted);font-size:14px;line-height:1.9}
.yre-public-service-card{display:flex;height:100%;flex-direction:column;border:1px solid var(--yre-line);border-radius:18px;background:#fff;padding:20px;color:var(--yre-ink);box-shadow:0 7px 22px rgba(8,48,72,.04);transition:.18s}.yre-public-service-card:hover{transform:translateY(-2px);border-color:#bdd7e4;box-shadow:0 16px 34px rgba(8,48,72,.09)}.yre-public-service-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--yre-blue-50);color:var(--yre-blue-700)}.yre-public-service-card h3{margin:15px 0 0;color:var(--yre-navy-950);font-size:12px;font-weight:950}.yre-public-service-card p{margin:7px 0 0;color:#748996;font-size:9px;line-height:1.75}.yre-public-service-card__link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:16px;color:var(--yre-blue-700);font-size:9px;font-weight:950}
.yre-public-section-heading h2{margin:7px 0 0;color:var(--yre-navy-950);font-size:30px;font-weight:950}.yre-public-section-heading p{margin:9px 0 0;color:var(--yre-muted);font-size:12px;line-height:1.8}
