:root{
  --bg:#12081f;
  --bg2:#1b0f2c;
  --panel:#24143d;
  --panel2:#2f1a4d;
  --line:#ff6ad5;
  --line2:#00e5ff;
  --text:#fff7ff;
  --muted:#d7c9e8;
  --pink:#ff4fd8;
  --cyan:#47f5ff;
  --yellow:#ffe66d;
  --green:#6dffb3;
  --shadow:0 0 0 2px rgba(255,255,255,.04), 0 18px 40px rgba(0,0,0,.35);
  --radius:18px;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Verdana, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,79,216,.16), transparent 20%),
    radial-gradient(circle at top right, rgba(71,245,255,.14), transparent 20%),
    linear-gradient(180deg, var(--bg), var(--bg2) 45%, #14091f 100%);
  line-height:1.6;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(1180px, 92%);
  margin:0 auto;
}

header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(18,8,31,.92);
  backdrop-filter:blur(8px);
  border-bottom:2px solid var(--line2);
  box-shadow:0 2px 0 rgba(255,255,255,.04);
}

.topbar{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.logo{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:28px;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  color:var(--yellow);
  text-shadow:0 0 10px rgba(255,230,109,.28);
}

.logo-mark{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-size:22px;
  color:var(--cyan);
  background:linear-gradient(135deg, rgba(255,79,216,.25), rgba(71,245,255,.18));
  border:2px solid var(--line);
  box-shadow:0 0 18px rgba(255,79,216,.18);
}

.logo span{
  color:var(--cyan);
}

nav{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

nav a{
  padding:8px 10px;
  border:1px solid transparent;
  font-size:14px;
  color:#f8efff;
  transition:.25s;
  text-transform:uppercase;
}

nav a:hover,
nav a.active{
  border-color:var(--line2);
  background:rgba(71,245,255,.08);
  color:var(--cyan);
  box-shadow:0 0 12px rgba(71,245,255,.12);
}

.hero{
  min-height:94vh;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
  padding:42px 0 70px;
}

.hero-copy{
  animation:fadeUp .8s ease both;
}

.badge{
  display:inline-block;
  padding:8px 14px;
  border:2px solid var(--line);
  border-radius:999px;
  color:var(--pink);
  background:rgba(255,79,216,.08);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
  box-shadow:0 0 16px rgba(255,79,216,.12);
}

h1{
  font-size:clamp(34px, 7vw, 70px);
  line-height:1.02;
  margin-bottom:18px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.page-hero h1{
  font-size:clamp(30px, 6vw, 54px);
}

.lead{
  font-size:18px;
  color:var(--muted);
  line-height:1.85;
  max-width:680px;
  margin-bottom:28px;
}

.actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.btn,
.btn-outline{
  min-height:52px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.7px;
  border-radius:14px;
  transition:.25s;
}

.btn{
  background:linear-gradient(135deg, var(--pink), #ff96ec);
  color:#25062a;
  border:2px solid #ffc4f4;
  box-shadow:0 0 20px rgba(255,79,216,.18);
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-outline{
  background:rgba(71,245,255,.08);
  border:2px solid var(--line2);
  color:var(--cyan);
  box-shadow:0 0 18px rgba(71,245,255,.12);
}

.btn-outline:hover{
  background:rgba(71,245,255,.14);
}

.hero-visual{
  min-height:620px;
  border-radius:22px;
  overflow:hidden;
  border:2px solid var(--line2);
  box-shadow:var(--shadow), 0 0 28px rgba(71,245,255,.10);
  background:
    linear-gradient(180deg, rgba(18,8,31,.12), rgba(18,8,31,.58)),
    url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
  position:relative;
}

.hero-panel{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  padding:22px;
  border-radius:18px;
  background:rgba(23,10,36,.78);
  border:2px solid var(--line);
  backdrop-filter:blur(8px);
  box-shadow:0 0 18px rgba(255,79,216,.12);
}

.hero-panel h3{
  color:var(--yellow);
  margin-bottom:8px;
  font-size:24px;
  text-transform:uppercase;
}

.hero-panel p{
  color:#f0def6;
}

.page-hero{
  min-height:48vh;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg, rgba(18,8,31,.92), rgba(18,8,31,.42)),
    url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  border-bottom:2px solid var(--line);
}

.page-hero-content{
  max-width:760px;
  padding:86px 0;
  animation:fadeUp .8s ease both;
}

.section{
  padding:82px 0;
}

.section-title{
  font-size:clamp(28px, 4vw, 40px);
  margin-bottom:16px;
  text-transform:uppercase;
}

.section-text{
  max-width:820px;
  color:var(--muted);
  line-height:1.85;
  margin-bottom:36px;
}

.grid-3,
.service-grid,
.session-grid,
.stat-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}

.grid-2,
.about-grid,
.contact-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:28px;
  align-items:center;
}

.card,
.stat-card,
.info-box,
.form-box,
.cta-box,
.session-card{
  background:linear-gradient(180deg, var(--panel), var(--panel2));
  border:2px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.card,
.session-card{
  overflow:hidden;
}

.card img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.card-content,
.session-content{
  padding:24px;
}

.card h3,
.session-card h3,
.stat-card h3,
.info-box h2,
.form-box h2,
.cta-box h3{
  margin-bottom:12px;
  text-transform:uppercase;
}

.card p,
.session-card p,
.stat-card p,
.info-box p{
  color:var(--muted);
}

.kicker{
  display:inline-block;
  color:var(--cyan);
  font-size:13px;
  margin-bottom:10px;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.stat-card,
.info-box,
.form-box,
.cta-box{
  padding:28px;
}

.stat-number{
  display:block;
  font-size:34px;
  font-weight:800;
  color:var(--yellow);
  margin-bottom:8px;
  text-shadow:0 0 10px rgba(255,230,109,.18);
}

.about-image img,
.map img{
  border-radius:18px;
  border:2px solid var(--line2);
  box-shadow:var(--shadow);
}

.list{
  list-style:none;
  display:grid;
  gap:12px;
  margin-top:18px;
}

.list li{
  color:#f6edff;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.session-meta{
  display:grid;
  gap:8px;
  color:#f6edff;
}

.session-meta strong{
  color:var(--yellow);
}

.cta-box{
  margin-top:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-color:var(--line2);
}

form{
  display:grid;
  gap:14px;
}

input,
textarea,
select{
  width:100%;
  background:rgba(255,255,255,.05);
  color:#fff;
  border:2px solid rgba(255,255,255,.08);
  border-radius:12px;
  padding:15px 16px;
  outline:none;
}

textarea{
  min-height:150px;
  resize:vertical;
}

input:focus,
textarea:focus,
select:focus{
  border-color:var(--line2);
  box-shadow:0 0 14px rgba(71,245,255,.10);
}

footer{
  border-top:2px solid var(--line2);
  background:rgba(18,8,31,.98);
}

.footer-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  color:#c8bdd9;
  font-size:14px;
}

.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  width:62px;
  height:62px;
  border-radius:50%;
  background:var(--green);
  color:#07140d;
  display:grid;
  place-items:center;
  font-size:28px;
  font-weight:800;
  box-shadow:0 18px 35px rgba(109,255,179,.30);
  z-index:1001;
  transition:.25s;
  border:2px solid #c6ffe2;
}

.whatsapp-float:hover{
  transform:scale(1.06) translateY(-3px);
}

.fade-up{
  animation:fadeUp .85s ease both;
}

.delay-1{animation-delay:.08s;}
.delay-2{animation-delay:.16s;}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(24px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width: 980px){
  .hero,
  .grid-3,
  .service-grid,
  .session-grid,
  .stat-grid,
  .grid-2,
  .about-grid,
  .contact-grid{
    grid-template-columns:1fr;
  }

  .hero-visual{
    min-height:420px;
  }

  .cta-box{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 640px){
  .topbar{
    align-items:flex-start;
    flex-direction:column;
    padding:14px 0;
  }

  nav{
    gap:12px;
  }

  .lead{
    font-size:16px;
  }

  .section{
    padding:70px 0;
  }

  .logo{
    font-size:22px;
  }
}