
:root{
  --bg:#07111f;
  --bg2:#0d1a2d;
  --panel:rgba(255,255,255,0.08);
  --panel-2:rgba(255,255,255,0.05);
  --stroke:rgba(255,255,255,0.12);
  --text:#f8fafc;
  --muted:#d1d9e6;
  --pink:#f05f97;
  --pink2:#d73f76;
  --blue:#8bd8ff;
  --blue2:#60a5fa;
  --green:#b7f3d0;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(240,95,151,.09), transparent 20%),
    radial-gradient(circle at top right, rgba(96,165,250,.09), transparent 22%),
    linear-gradient(180deg,var(--bg),var(--bg2));
  line-height:1.5;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}
.nav{
  position:sticky; top:0; z-index:100;
  background:linear-gradient(180deg,rgba(5,10,20,.82),rgba(5,10,20,.60));
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}
.nav-inner{
  min-height:84px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.logo-wrap img{height:68px; width:auto; object-fit:contain}
.nav-links{display:flex; align-items:center; gap:28px; color:#e7edf7; font-weight:600}
.nav-links a{opacity:.92}
.nav-links a:hover{opacity:1}
.nav-cta{
  padding:12px 18px; border-radius:14px;
  background:linear-gradient(180deg,var(--pink),var(--pink2));
  box-shadow:0 14px 34px rgba(240,95,151,.22);
}
.hero{
  min-height:92vh;
  display:flex; align-items:center;
  background:
    linear-gradient(90deg, rgba(7,17,31,.88) 0%, rgba(7,17,31,.66) 40%, rgba(7,17,31,.35) 100%),
    linear-gradient(180deg, rgba(7,17,31,.15), rgba(7,17,31,.25)),
    url("images/team-building-hero.png") center/cover no-repeat;
}
.hero-content{padding:72px 0 76px}
.eyebrow{
  display:inline-block; margin-bottom:18px;
  color:var(--blue); letter-spacing:.16em; font-size:13px; font-weight:800;
}
.hero h1{
  margin:0 0 18px;
  max-width:780px;
  font-size:clamp(46px, 6.5vw, 86px);
  line-height:.95;
  letter-spacing:-.06em;
}
.hero p{
  margin:0 0 30px;
  max-width:680px;
  font-size:clamp(18px,2.2vw,24px);
  color:var(--muted);
}
.actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:22px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:54px;
  padding:0 22px;
  border-radius:16px;
  font-weight:800;
  border:1px solid rgba(255,255,255,.12);
}
.btn.primary{
  background:linear-gradient(180deg,var(--pink),var(--pink2));
  box-shadow:0 16px 36px rgba(240,95,151,.24);
}
.btn.secondary{
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}
.hero-meta{display:flex; gap:12px; flex-wrap:wrap}
.hero-meta span{
  padding:11px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:#dff1ff;
  font-size:14px;
  font-weight:600;
}
section{padding:86px 0}
.section-title{
  margin:0 0 14px;
  font-size:clamp(34px,4.2vw,56px);
  line-height:1;
  letter-spacing:-.04em;
}
.lead{
  max-width:820px;
  margin:0 0 34px;
  color:var(--muted);
  font-size:19px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.card{
  padding:26px;
  border-radius:28px;
  border:1px solid var(--stroke);
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.05));
  box-shadow:0 16px 50px rgba(0,0,0,.20);
  backdrop-filter:blur(14px);
}
.icon{
  width:56px; height:56px;
  display:grid; place-items:center;
  margin-bottom:16px;
  border-radius:16px;
  background:rgba(139,216,255,.14);
  font-size:28px;
}
.card h3{margin:0 0 10px; font-size:28px; letter-spacing:-.03em}
.card p{margin:0; color:var(--muted); font-size:17px}
.band{
  background:
    radial-gradient(circle at top left, rgba(240,95,151,.14), transparent 28%),
    radial-gradient(circle at top right, rgba(96,165,250,.12), transparent 26%);
}
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.step{
  padding:24px;
  border-radius:24px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.06);
}
.num{
  width:42px; height:42px; border-radius:50%;
  display:grid; place-items:center;
  margin-bottom:14px; font-weight:900;
  background:linear-gradient(180deg,var(--blue2),#2563eb);
}
.step h4{margin:0 0 8px; font-size:23px}
.step p{margin:0; color:var(--muted)}
.split{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:26px;
  align-items:center;
}
.photo{
  min-height:520px;
  border-radius:32px;
  overflow:hidden;
  border:1px solid var(--stroke);
  background:
    linear-gradient(180deg, rgba(7,17,31,.18), rgba(7,17,31,.18)),
    url("images/team-building-hero.png") center/cover no-repeat;
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}
.bullets{display:grid; gap:16px}
.bullet{
  padding:22px;
  border-radius:24px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.06);
}
.bullet strong{display:block; margin-bottom:6px; font-size:22px}
.bullet span{color:var(--muted); font-size:17px}
.cta-band{
  margin-top:14px;
  padding:30px;
  border-radius:28px;
  border:1px solid var(--stroke);
  background:linear-gradient(135deg, rgba(240,95,151,.15), rgba(139,216,255,.10));
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}
.cta-band h3{
  margin:0;
  font-size:clamp(30px,3vw,44px);
  line-height:1;
  letter-spacing:-.04em;
}
.cta-band p{margin:8px 0 0; color:var(--muted); font-size:18px}
.footer{
  padding:30px 0 46px;
  text-align:center;
  color:#90a0b8;
  font-size:14px;
}
@media (max-width: 980px){
  .nav-inner{min-height:74px}
  .logo-wrap img{height:54px}
  .nav-links a:not(.nav-cta){display:none}
  .grid-3,.steps,.split{grid-template-columns:1fr}
  .hero{min-height:82vh; background-position:62% center}
  .photo{min-height:360px}
}
