:root{
  --e4c-red:#d71936;
  --e4c-red2:#ef3150;
  --e4c-wine:#26080f;
  --e4c-wine2:#3c0d16;
  --e4c-wine3:#5b1120;
  --e4c-gold:#d7ab36;
  --e4c-paper:#fffafb;
  --e4c-line:rgba(255,255,255,.10);
}

/* Corporate top shell */
.site-header.e4s-corp-header{
  position:sticky;
  top:0;
  z-index:80;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:linear-gradient(100deg,#1f080d 0%,#340b13 55%,#54101e 100%);
  box-shadow:0 12px 32px rgba(35,7,14,.18);
  backdrop-filter:blur(18px);
}
.e4s-corp-strip{
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(9,3,5,.32);
}
.e4s-corp-strip .wrap{
  min-height:31px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#d9bcc3;
  font-size:10px;
  font-weight:700;
}
.e4s-corp-strip-left,.e4s-corp-strip-right{display:flex;align-items:center;gap:16px}
.e4s-corp-strip a{color:#f1dce1;text-decoration:none}
.e4s-corp-strip a:hover{color:#fff}
.e4s-corp-strip i{color:#f0bd38;margin-right:5px}
.e4s-corp-main{
  min-height:78px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:30px;
}
.e4s-corp-brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content}
.e4s-corp-logo{
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(145deg,#f02443,#a90924);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 24px rgba(135,5,30,.38);
  font-weight:950;font-size:17px;letter-spacing:-.4px;
}
.e4s-corp-brand-copy{display:grid;line-height:1.02}
.e4s-corp-brand-copy strong{font-size:20px;color:#fff;letter-spacing:-.3px}
.e4s-corp-brand-copy small{margin-top:6px;color:#e5b833;font-size:7px;font-weight:900;letter-spacing:.14em}
.e4s-corp-nav{display:flex;align-items:center;justify-content:center;gap:4px}
.e4s-corp-nav-item{position:relative}
.e4s-corp-nav>a,.e4s-corp-nav-item>button{
  appearance:none;border:0;background:none;
  min-height:42px;padding:0 12px;
  display:inline-flex;align-items:center;gap:6px;
  color:#f0dde2;text-decoration:none;
  font:800 11px/1 Inter,"Segoe UI",sans-serif;
  cursor:pointer;border-radius:9px;
}
.e4s-corp-nav>a:hover,.e4s-corp-nav-item>button:hover,.e4s-corp-nav-item.open>button{background:rgba(255,255,255,.07);color:#fff}
.e4s-corp-nav-item>button i{font-size:8px;opacity:.75}
.e4s-corp-menu{
  position:absolute;top:calc(100% + 9px);left:0;
  width:360px;padding:10px;
  display:none;
  grid-template-columns:1fr 1fr;
  gap:7px;
  border:1px solid #eadce0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 24px 55px rgba(40,7,14,.20);
}
.e4s-corp-nav-item.open .e4s-corp-menu{display:grid}
.e4s-corp-menu:before{content:"";position:absolute;top:-6px;left:26px;width:12px;height:12px;background:#fff;border-left:1px solid #eadce0;border-top:1px solid #eadce0;transform:rotate(45deg)}
.e4s-corp-menu-group{padding:7px}
.e4s-corp-menu-group>small{display:block;margin:2px 7px 7px;color:#b0162f;font-size:8px;font-weight:900;letter-spacing:.11em}
.e4s-corp-menu a{display:flex;align-items:center;gap:9px;padding:9px 8px;border-radius:9px;text-decoration:none;color:#263d48;font-size:10px;font-weight:800}
.e4s-corp-menu a:hover{background:#fff2f5;color:#a70e27}
.e4s-corp-menu a i{width:17px;color:#cc1734;text-align:center}
.e4s-corp-actions{display:flex;align-items:center;gap:8px}
.e4s-corp-actions>a{
  min-height:40px;padding:0 14px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:10px;text-decoration:none;
  font-size:10px;font-weight:900;
}
.e4s-corp-login{color:#f5e5e9;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05)}
.e4s-corp-cta{color:#fff;background:linear-gradient(180deg,#eb2746,#bd102d);box-shadow:0 8px 20px rgba(177,8,39,.25)}
.e4s-corp-lang{min-width:38px!important;padding:0 8px!important;color:#e4bd4c!important}
.e4s-corp-mobile{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.05);color:#fff;cursor:pointer}
.e4s-corp-mobile-panel{display:none}

/* Corporate footer */
footer.e4s-corp-footer{
  color:#bda2a9;
  background:
    radial-gradient(circle at 10% 0%,rgba(215,25,54,.16),transparent 24%),
    linear-gradient(145deg,#15070a,#26080f 55%,#320a12);
}
.e4s-corp-footer-top{padding:54px 0 38px}
.e4s-corp-footer-grid{display:grid;grid-template-columns:1.45fr .8fr 1fr .92fr;gap:44px}
.e4s-corp-footer .e4s-corp-brand{margin-bottom:16px}
.e4s-corp-footer .e4s-corp-logo{width:44px;height:44px}
.e4s-corp-footer-intro p{max-width:420px;margin:0;color:#b79ba2;font-size:11px;line-height:1.8}
.e4s-corp-footer-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:17px}
.e4s-corp-footer-badges span{padding:6px 8px;border:1px solid rgba(255,255,255,.09);border-radius:8px;color:#d8c5ca;background:rgba(255,255,255,.035);font-size:8px;font-weight:800}
.e4s-corp-footer-col h4{margin:3px 0 14px;color:#fff;font-size:11px}
.e4s-corp-footer-col a{display:block;margin:0 0 9px;color:#bfa4ab;text-decoration:none;font-size:10px}
.e4s-corp-footer-col a:hover{color:#fff}
.e4s-corp-footer-col a:before{content:"›";margin-right:7px;color:#d62843}
.e4s-corp-contact{display:grid;gap:10px}
.e4s-corp-contact a{display:flex;align-items:flex-start;gap:8px;margin:0}
.e4s-corp-contact a:before{display:none}
.e4s-corp-contact i{margin-top:2px;width:15px;color:#dc2844;text-align:center}
.e4s-corp-footer-tech{margin-top:31px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:24px}
.e4s-corp-footer-tech strong{color:#fff;font-size:9px}
.e4s-corp-tech-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.e4s-corp-tech-list span{padding:6px 9px;border-radius:7px;background:rgba(255,255,255,.045);color:#bda4ab;font-size:8px;font-weight:800}
.e4s-corp-footer-bottom{border-top:1px solid rgba(255,255,255,.07);background:rgba(0,0,0,.18)}
.e4s-corp-footer-bottom .wrap{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#806970;font-size:8px}
.e4s-corp-footer-bottom a{color:#9f858d;text-decoration:none}
.e4s-corp-footer-bottom a:hover{color:#fff}

@media(max-width:1050px){
  .e4s-corp-main{grid-template-columns:auto 1fr auto;gap:16px}
  .e4s-corp-nav{display:none}
  .e4s-corp-mobile{display:grid;place-items:center}
  .e4s-corp-actions .e4s-corp-login,.e4s-corp-actions .e4s-corp-lang{display:none}
  .e4s-corp-mobile-panel{
    position:absolute;left:0;right:0;top:100%;
    padding:14px max(21px,calc((100vw - 1180px)/2));
    border-top:1px solid rgba(255,255,255,.08);
    background:#25090f;
    box-shadow:0 18px 35px rgba(25,3,8,.24);
  }
  .e4s-corp-header.mobile-open .e4s-corp-mobile-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
  .e4s-corp-mobile-panel a{padding:11px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;text-decoration:none;color:#f2e4e7;background:rgba(255,255,255,.035);font-size:10px;font-weight:800}
  .e4s-corp-footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .e4s-corp-footer-intro{grid-column:1/-1}
}
@media(max-width:700px){
  .e4s-corp-strip .wrap{min-height:28px}
  .e4s-corp-strip-left span{display:none}
  .e4s-corp-strip-right a:first-child{display:none}
  .e4s-corp-main{min-height:68px}
  .e4s-corp-logo{width:42px;height:42px;font-size:15px}
  .e4s-corp-brand-copy strong{font-size:17px}
  .e4s-corp-brand-copy small{font-size:6px}
  .e4s-corp-actions .e4s-corp-cta{display:none}
  .e4s-corp-header.mobile-open .e4s-corp-mobile-panel{grid-template-columns:1fr}
  .e4s-corp-footer-top{padding:42px 0 30px}
  .e4s-corp-footer-grid{grid-template-columns:1fr 1fr;gap:30px 24px}
  .e4s-corp-footer-intro{grid-column:1/-1}
  .e4s-corp-footer-tech{align-items:flex-start;flex-direction:column}
  .e4s-corp-tech-list{justify-content:flex-start}
  .e4s-corp-footer-bottom .wrap{padding:14px 0;min-height:0;align-items:flex-start;flex-direction:column}
}
