#ceo-section{
  --assc-dark:#08151e;
  --assc-primary:#0b1f3a;
  --assc-accent:#ae8768;
  --assc-secondary:#8c8c8c;
  --assc-body:#4a4a4a;
  --assc-white:#ffffff;
  --shadow-strong:0 32px 90px rgba(0,0,0,.12);
  --font-main:"Cairo",sans-serif;
  position:relative;
  overflow-x:hidden;
  font-family:var(--font-main);
  color:var(--assc-body);
  background:
    radial-gradient(circle at 15% 20%, rgba(174,135,104,.08), transparent 35%),
    radial-gradient(circle at 85% 70%, rgba(8,21,30,.05), transparent 35%),
    linear-gradient(180deg, #f9fcff 0%, #ffffff 55%, #f8fbff 100%);
}

#ceo-section *,
#ceo-section *::before,
#ceo-section *::after{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

#ceo-section a{
  color:inherit;
  text-decoration:none;
}

#ceo-section img{
  display:block;
  max-width:100%;
}

#ceo-section :focus{
  outline:none;
}

#ceo-section :focus-visible{
  outline:3px solid var(--assc-accent);
  outline-offset:4px;
  border-radius:14px;
}

#ceo-section .page-shell{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px 20px;
  isolation:isolate;
}

#ceo-section .page-shell::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.35;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(8,21,30,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,21,30,.035) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(circle at 50% 50%, #000, transparent 75%);
  -webkit-mask-image:radial-gradient(circle at 50% 50%, #000, transparent 75%);
}

#ceo-section .orb{
  position:absolute;
  z-index:0;
  border-radius:50%;
  pointer-events:none;
  filter:blur(40px);
  opacity:.34;
  animation:ceoFloatOrb 10s ease-in-out infinite;
}

#ceo-section .orb.one{
  top:80px;
  right:70px;
  width:280px;
  height:280px;
  background:radial-gradient(circle, rgba(174,135,104,.20), transparent 70%);
}

#ceo-section .orb.two{
  left:40px;
  bottom:60px;
  width:340px;
  height:340px;
  background:radial-gradient(circle, rgba(8,21,30,.15), transparent 72%);
  animation-delay:2s;
}

@keyframes ceoFloatOrb{
  0%,100%{transform:translateY(0) translateX(0) scale(1);}
  50%{transform:translateY(-14px) translateX(8px) scale(1.04);}
}

#ceo-section .ceo-page{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1240px;
  opacity:0;
  transform:translateY(22px) scale(.995);
  transition:
    opacity 1.15s cubic-bezier(.22,1,.36,1),
    transform 1.15s cubic-bezier(.22,1,.36,1);
  will-change:opacity,transform;
}

#ceo-section .ceo-page.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

#ceo-section .ceo-card{
  position:relative;
  display:grid;
  grid-template-columns:420px 1fr;
  min-height:680px;
  overflow:hidden;
  border-radius:40px;
  border:1px solid rgba(174,135,104,.15);
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:var(--shadow-strong);
}

#ceo-section .ceo-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(135deg, rgba(174,135,104,.08), transparent 30%),
    linear-gradient(225deg, rgba(8,21,30,.06), transparent 35%);
}

#ceo-section .ceo-media{
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:flex-end;
  min-height:100%;
  padding:34px;
  background-color:var(--assc-dark);
  background-image:
    linear-gradient(180deg, rgba(8,21,30,.44), rgba(8,21,30,.76)),
    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1200&q=80");
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  filter:saturate(.68) contrast(.96) brightness(.92);
}

#ceo-section .ceo-media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 24% 22%, rgba(174,135,104,.14), transparent 32%),
    linear-gradient(180deg, rgba(8,21,30,.12), rgba(8,21,30,.30)),
    linear-gradient(135deg, rgba(255,255,255,.02), transparent 38%);
}

#ceo-section .ceo-badge,
#ceo-section .ceo-topline,
#ceo-section .ceo-title,
#ceo-section .ceo-divider,
#ceo-section .ceo-text,
#ceo-section .ceo-signature{
  opacity:0;
  transform:translateY(12px);
  transition:
    opacity .95s cubic-bezier(.22,1,.36,1),
    transform .95s cubic-bezier(.22,1,.36,1);
}

#ceo-section .ceo-page.is-visible .ceo-badge,
#ceo-section .ceo-page.is-visible .ceo-topline,
#ceo-section .ceo-page.is-visible .ceo-title,
#ceo-section .ceo-page.is-visible .ceo-divider,
#ceo-section .ceo-page.is-visible .ceo-text,
#ceo-section .ceo-page.is-visible .ceo-signature{
  opacity:1;
  transform:translateY(0);
}

#ceo-section .ceo-badge{
  position:relative;
  z-index:2;
  width:100%;
  padding:24px 22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 18px 45px rgba(0,0,0,.22);
  transition-delay:.22s;
}

#ceo-section .ceo-topline{transition-delay:.08s;}
#ceo-section .ceo-title{transition-delay:.14s;}
#ceo-section .ceo-divider{transition-delay:.20s;}
#ceo-section .ceo-text{transition-delay:.28s;}
#ceo-section .ceo-signature{transition-delay:.38s;}

#ceo-section .ceo-badge .mini{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  color:var(--assc-accent);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

#ceo-section .ceo-badge .mini::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--assc-accent);
  box-shadow:0 0 0 6px rgba(174,135,104,.14);
}

#ceo-section .ceo-badge h2{
  margin-bottom:10px;
  color:#fff;
  font-size:1.38rem;
  font-weight:900;
  line-height:1.45;
}

#ceo-section .ceo-badge p{
  color:rgba(255,255,255,.82);
  font-size:.96rem;
  line-height:1.85;
}

#ceo-section .ceo-content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:56px 54px 50px;
}

#ceo-section .ceo-topline{
  display:inline-flex;
  align-items:center;
  gap:12px;
  width:fit-content;
  margin-bottom:20px;
  padding:10px 16px;
  border:1px solid rgba(174,135,104,.18);
  border-radius:999px;
  background:rgba(174,135,104,.10);
  color:var(--assc-accent);
  font-size:.84rem;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

#ceo-section .ceo-title{
  display:inline-block;
  margin-bottom:16px;
  background:linear-gradient(135deg, var(--assc-dark) 20%, var(--assc-accent) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  font-size:clamp(2rem,4vw,3rem);
  font-weight:900;
  line-height:1.2;
  letter-spacing:-.4px;
}

#ceo-section .ceo-divider{
  width:110px;
  height:4px;
  margin-bottom:24px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--assc-accent), var(--assc-dark));
  box-shadow:0 14px 30px rgba(174,135,104,.18);
}

#ceo-section .ceo-text{
  max-width:720px;
  margin-bottom:28px;
  color:var(--assc-body);
  font-size:1.01rem;
  line-height:2.08;
  text-align:right;
  text-wrap:pretty;
}

#ceo-section .ceo-text p{
  margin-bottom:14px;
}

#ceo-section .ceo-text p:last-child{
  margin-bottom:0;
}

#ceo-section .ceo-signature{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center;
  gap:20px;
  margin-top:auto;
  padding-top:24px;
  border-top:1px solid rgba(174,135,104,.15);
  width:100%;
  max-width:720px;
}

#ceo-section .sign-block{
  display:flex;
  flex-direction:column;
  gap:6px;
}

#ceo-section .sign-label{
  color:rgba(8,21,30,.62);
  font-size:.95rem;
  font-weight:700;
}

#ceo-section .sign-name{
  color:var(--assc-dark);
  font-size:1.25rem;
  font-weight:900;
}

#ceo-section .sign-role{
  color:var(--assc-accent);
  font-size:.98rem;
  font-weight:800;
}

@media (max-width:1100px){
  #ceo-section .ceo-card{
    grid-template-columns:1fr;
  }

  #ceo-section .ceo-media{
    min-height:340px;
  }
}

@media (max-width:768px){
  #ceo-section .page-shell{
    padding:22px 12px;
  }

  #ceo-section .orb.one{
    top:30px;
    right:-40px;
    width:180px;
    height:180px;
  }

  #ceo-section .orb.two{
    left:-60px;
    bottom:20px;
    width:220px;
    height:220px;
  }

  #ceo-section .ceo-card{
    min-height:auto;
    border-radius:24px;
  }

  #ceo-section .ceo-media{
    min-height:260px;
    padding:14px;
  }

  #ceo-section .ceo-badge{
    padding:16px 14px;
    border-radius:16px;
  }

  #ceo-section .ceo-badge .mini{
    margin-bottom:10px;
    font-size:.68rem;
    letter-spacing:1.5px;
  }

  #ceo-section .ceo-badge h2{
    margin-bottom:8px;
    font-size:1.08rem;
    line-height:1.45;
  }

  #ceo-section .ceo-badge p{
    font-size:.9rem;
    line-height:1.75;
  }

  #ceo-section .ceo-content{
    padding:24px 16px 22px;
  }

  #ceo-section .ceo-topline{
    gap:8px;
    margin-bottom:14px;
    padding:8px 12px;
    font-size:.7rem;
    letter-spacing:1.2px;
  }

  #ceo-section .ceo-title{
    margin-bottom:12px;
    font-size:2.1rem;
    line-height:1.18;
  }

  #ceo-section .ceo-divider{
    width:74px;
    height:3px;
    margin-bottom:16px;
  }

  #ceo-section .ceo-text{
    max-width:100%;
    margin-bottom:20px;
    font-size:.97rem;
    line-height:1.95;
  }

  #ceo-section .ceo-signature{
    max-width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
    padding-top:16px;
  }

  #ceo-section .sign-block{
    gap:2px;
  }

  #ceo-section .sign-label{
    font-size:.88rem;
  }

  #ceo-section .sign-name{
    font-size:1.08rem;
  }

  #ceo-section .sign-role{
    font-size:.9rem;
  }
}

@media (max-width:420px){
  #ceo-section .ceo-media{
    min-height:225px;
  }

  #ceo-section .ceo-title{
    font-size:1.95rem;
  }

  #ceo-section .ceo-text{
    font-size:.95rem;
  }
}

@media (prefers-reduced-motion:reduce){
  #ceo-section,
  #ceo-section *{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }

  #ceo-section .ceo-page,
  #ceo-section .ceo-badge,
  #ceo-section .ceo-topline,
  #ceo-section .ceo-title,
  #ceo-section .ceo-divider,
  #ceo-section .ceo-text,
  #ceo-section .ceo-signature{
    opacity:1 !important;
    transform:none !important;
  }
}
