/* Start custom CSS for html, class: .elementor-element-3620907 */:root{
  --bg:#fbfbfd;
  --paper:#ffffff;
  --text:#0b0f17;
  --muted:#4b5563;
  --muted2:#6b7280;
  --line:rgba(11,15,23,.12);

  --accent:#f0b429;
  --accent2:#e95b2a;

  --radius:14px;
  --btnRadius:10px;
  --max:1160px;
  --shadow:0 16px 50px rgba(11,15,23,.10);
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(900px 600px at 18% 0%, rgba(240,180,41,.12), transparent 55%),
    radial-gradient(900px 600px at 85% 8%, rgba(233,91,42,.10), transparent 55%),
    linear-gradient(180deg, var(--bg), #f6f7fb);
  color:var(--text);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.wrap{max-width:var(--max); margin:0 auto; padding:0 22px}
.thin{max-width:900px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px;
  border-radius:var(--btnRadius);
  border:1px solid rgba(11,15,23,.18);
  background:rgba(255,255,255,.85);
  color:var(--text);
  font-weight:900;
  transition:.16s ease;
  white-space:nowrap;
  box-shadow:0 10px 30px rgba(11,15,23,.06);
}
.btn:hover{transform:translateY(-1px); border-color:rgba(11,15,23,.28)}
.btn.primary{
  background:var(--text);
  color:#fff;
  border-color:var(--text);
  box-shadow:0 16px 40px rgba(11,15,23,.14);
}
.btn.primary:hover{filter:brightness(1.03)}
.btn.ghost{background:transparent; box-shadow:none}

.section{padding:74px 0}
.section-head{
  display:flex; justify-content:space-between; align-items:flex-end;
  gap:18px; margin-bottom:22px;
}
.section-head h2{
  font-family:"Bebas Neue", Inter, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing:.03em;
  text-transform:uppercase;
  line-height:.95;
}
.section-head p{
  color:rgba(11,15,23,.72);
  max-width:62ch;
  line-height:1.7;
  font-size:15px;
}

.grid-2{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:28px;
  align-items:start;
}

.text-block h3{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:rgba(11,15,23,.68);
  margin-bottom:10px;
}
.text-block p{
  color:rgba(11,15,23,.78);
  line-height:1.8;
  font-size:15px;
}

.bullets{margin-top:14px; display:grid; gap:10px}
.bullet{
  display:flex; gap:10px; align-items:flex-start;
  color:rgba(11,15,23,.75);
  line-height:1.7;
  font-size:14px;
}
.bullet span{
  width:8px; height:8px; border-radius:50%;
  background:rgba(233,91,42,.90);
  margin-top:7px; flex:0 0 8px;
}

.photo{
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid rgba(11,15,23,.10);
  box-shadow:var(--shadow);
  background:#000;
  min-height:320px;
  position:relative;
}
.photo img{width:100%;height:100%;object-fit:cover}
.photo:after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.28));
  pointer-events:none;
}

/* nav */
.nav{
  position:sticky; top:0; z-index:40;
  background:rgba(251,251,253,.78);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{display:flex; align-items:center; gap:12px; min-width:200px}
.brand img{height:40px; width:auto}
.nav-links{
  display:flex; gap:22px; align-items:center;
  font-weight:800; letter-spacing:.02em;
  color:rgba(11,15,23,.88);
}
.nav-links a{
  padding:10px 6px;
  border-bottom:2px solid transparent;
  opacity:.88;
}
.nav-links a:hover{opacity:1;border-bottom-color:rgba(240,180,41,.75)}
.nav-cta{display:flex; gap:10px; align-items:center; min-width:240px; justify-content:flex-end}

.icon-btn{
  display:none;
  width:44px; height:44px;
  border-radius:12px;
  border:1px solid rgba(11,15,23,.18);
  background:rgba(255,255,255,.85);
  align-items:center; justify-content:center;
}
.mobile-panel{
  display:none;
  border-top:1px solid var(--line);
  background:rgba(251,251,253,.92);
  backdrop-filter: blur(10px);
  padding:10px 0 16px;
}
.mobile-panel a{
  display:block;
  padding:12px 22px;
  font-weight:900;
  color:rgba(11,15,23,.88);
}
.mobile-panel a:hover{background:rgba(11,15,23,.04)}
.mobile-panel .row{display:flex; gap:10px; padding:10px 22px 0}
.mobile-panel .row .btn{flex:1}

/* hero */
.hero{
  position:relative;
  min-height:82vh;
  display:flex;
  align-items:flex-end;
  padding:52px 0 56px;
  overflow:hidden;
}
.hero-media{
  position:absolute; inset:0;
  background:center/cover no-repeat;
  filter:saturate(1.02) contrast(1.02);
  transform:scale(1.02);
}
.hero-overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(251,251,253,.92) 10%, rgba(251,251,253,.70) 46%, rgba(251,251,253,.28) 70%, rgba(251,251,253,.86) 100%),
    radial-gradient(900px 600px at 18% 0%, rgba(240,180,41,.18), transparent 50%);
}
.hero-bottomfade{
  position:absolute; left:0; right:0; bottom:0;
  height:160px;
  background:linear-gradient(180deg, transparent, rgba(251,251,253,.98));
}
.hero-grid{
  position:relative;
  width:100%;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:34px;
  align-items:end;
}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:12px;
  border:1px solid rgba(11,15,23,.14);
  background:rgba(255,255,255,.80);
  color:rgba(11,15,23,.82);
  font-weight:900;
  letter-spacing:.02em;
  width:fit-content;
  margin-bottom:14px;
}
.dot{
  width:10px; height:10px; border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 6px rgba(240,180,41,.18);
}
.hero h1{
  font-family:"Bebas Neue", Inter, system-ui, sans-serif;
  font-size: clamp(46px, 6vw, 84px);
  line-height:.92;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.hero h1 .accent{color:var(--accent2)}
.hero p{
  margin-top:14px;
  max-width:60ch;
  color:rgba(11,15,23,.76);
  font-size:16px;
  line-height:1.7;
}
.hero-actions{
  margin-top:20px;
  display:flex; gap:12px; flex-wrap:wrap; align-items:center;
}
.hero-side{
  justify-self:end;
  width:100%;
  max-width:440px;
  padding-left:18px;
  border-left:2px solid rgba(11,15,23,.12);
}
.hero-side h3{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:rgba(11,15,23,.70);
}
.hero-side ul{
  list-style:none;
  display:grid;
  gap:10px;
  margin-top:12px;
  color:rgba(11,15,23,.78);
  font-size:14px;
  line-height:1.65;
}
.hero-side li{display:flex; gap:10px; align-items:flex-start}
.check{
  width:18px; height:18px; border-radius:6px;
  border:1px solid rgba(240,180,41,.55);
  background:rgba(240,180,41,.18);
  flex:0 0 18px;
  margin-top:2px;
  position:relative;
}
.check:after{
  content:"";
  position:absolute; left:5px; top:3px;
  width:6px; height:10px;
  border-right:2px solid rgba(11,15,23,.86);
  border-bottom:2px solid rgba(11,15,23,.86);
  transform:rotate(45deg);
}

/* activities list */
.list{margin-top:6px; border-top:1px solid var(--line)}
.item{
  display:flex; justify-content:space-between; align-items:center;
  padding:18px 0;
  border-bottom:1px solid var(--line);
  gap:18px;
}
.item strong{font-size:18px; letter-spacing:.01em}
.item span{display:block; margin-top:6px; color:rgba(11,15,23,.68); line-height:1.7; font-size:14px}
.arrow{
  width:42px; height:42px;
  border-radius:12px;
  border:1px solid rgba(11,15,23,.14);
  background:rgba(255,255,255,.85);
  display:grid; place-items:center;
  flex:0 0 42px;
  transition:.16s ease;
}
.item:hover .arrow{transform:translateX(2px); border-color:rgba(233,91,42,.35)}

/* team */
.team-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
  margin-top:18px;
}
.person{
  border:1px solid rgba(11,15,23,.10);
  background:rgba(255,255,255,.85);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 12px 34px rgba(11,15,23,.08);
  display:flex; flex-direction:column;
  min-height:340px;
}
.person .ph{height:240px; background:#111}
.person .ph img{width:100%; height:100%; object-fit:cover}
.person .meta{padding:14px 14px 16px}
.person .name{font-weight:900; font-size:18px}
.person .role{color:rgba(11,15,23,.68); margin-top:6px; line-height:1.6; font-size:14px}

/* countdown */
.countdown{display:flex; gap:14px; flex-wrap:wrap; margin-top:14px}
.timebox{
  border:1px solid rgba(11,15,23,.10);
  background:rgba(255,255,255,.85);
  border-radius:14px;
  padding:14px 14px;
  min-width:128px;
  box-shadow:0 12px 34px rgba(11,15,23,.08);
  text-align:center;
}
.timebox .num{
  font-family:"Bebas Neue", Inter, sans-serif;
  font-size:44px;
  line-height:1;
  letter-spacing:.04em;
  color:var(--text);
}
.timebox .lbl{
  margin-top:6px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(11,15,23,.62);
  font-weight:900;
}

/* footer */
footer{
  padding:42px 0 56px;
  border-top:1px solid var(--line);
  color:rgba(11,15,23,.72);
  background:rgba(255,255,255,.55);
}
.foot-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap:18px;
  margin-top:18px;
}
.foot-title{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:rgba(11,15,23,.78);
  margin-bottom:10px;
}
.foot a{display:block;padding:6px 0;color:rgba(11,15,23,.66)}
.foot a:hover{color:var(--text)}
.social{display:flex; gap:10px; align-items:center; margin-top:10px}
.social a{
  width:42px; height:42px;
  border-radius:12px;
  border:1px solid rgba(11,15,23,.12);
  background:rgba(255,255,255,.85);
  display:grid; place-items:center;
}
.social a:hover{border-color:rgba(233,91,42,.35)}

@media (max-width: 960px){
  .nav-links{display:none}
  .nav-cta{display:none}
  .icon-btn{display:inline-flex}
  .hero-grid{grid-template-columns:1fr; gap:18px}
  .hero-side{
    justify-self:start; max-width:640px;
    border-left:none; padding-left:0;
    border-top:2px solid rgba(11,15,23,.10); padding-top:14px
  }
  .grid-2{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr}
  .hero{min-height:76vh}
}
@media (max-width: 520px){
  .section{padding:58px 0}
  .timebox{min-width:calc(50% - 7px)}
  .brand img{height:36px}
}
@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important; transition:none !important; animation:none !important}
}/* End custom CSS */