/* CLEAN LANDING RESET */
.clean-landing{
  max-width:1280px;
  margin:0 auto;
  padding:70px clamp(18px,4vw,42px);
}
.clean-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:34px;
  align-items:center;
  min-height:560px;
}
.clean-kicker{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(56,189,248,.12);
  border:1px solid rgba(56,189,248,.28);
  color:#bae6fd;
  font-weight:900;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.clean-hero h1{
  margin:18px 0;
  color:#fff;
  font-size:clamp(44px,7vw,82px);
  line-height:.96;
  letter-spacing:-3px;
}
.clean-hero p{
  color:#cbd5e1;
  font-size:18px;
  line-height:1.75;
  max-width:760px;
}
.clean-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}
.clean-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}
.clean-stat{
  padding:20px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
}
.clean-stat strong{
  display:block;
  color:#7dd3fc;
  font-size:38px;
  line-height:1;
}
.clean-stat span{
  display:block;
  color:#9fb2c8;
  margin-top:7px;
  font-weight:800;
  font-size:13px;
}
.clean-visual{
  padding:28px;
  border-radius:34px;
  background:radial-gradient(circle at 50% 0%,rgba(56,189,248,.22),transparent 52%),linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 30px 90px rgba(0,0,0,.32);
}
.clean-console{
  border-radius:28px;
  overflow:hidden;
  background:#07111f;
  border:1px solid rgba(56,189,248,.22);
}
.clean-console-head{
  display:flex;
  gap:8px;
  padding:14px;
  background:rgba(255,255,255,.06);
}
.clean-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#38bdf8;
  opacity:.8;
}
.clean-console-body{
  padding:24px;
}
.clean-console-line{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#dbeafe;
}
.clean-console-line:last-child{
  border-bottom:0;
}
.clean-console-line b{
  color:#fff;
}
.clean-section{
  padding:40px clamp(18px,4vw,42px) 80px;
  max-width:1280px;
  margin:auto;
}
.clean-section-title{
  max-width:780px;
  margin-bottom:24px;
}
.clean-section-title h2{
  color:#fff;
  font-size:clamp(34px,5vw,56px);
  margin:0 0 12px;
}
.clean-section-title p{
  color:#cbd5e1;
  line-height:1.7;
  font-size:17px;
}
.clean-course-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.clean-course-card{
  padding:28px;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 70px rgba(0,0,0,.22);
}
.clean-course-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:28px;
}
.clean-course-card p{
  color:#cbd5e1;
  line-height:1.7;
}
.clean-pills{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.clean-pills span{
  padding:8px 11px;
  border-radius:999px;
  background:rgba(56,189,248,.10);
  border:1px solid rgba(56,189,248,.22);
  color:#bae6fd;
  font-size:13px;
  font-weight:850;
}
.clean-mission{
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(56,189,248,.13),rgba(129,140,248,.10));
  border:1px solid rgba(125,211,252,.22);
}
.clean-mission h2{
  color:#fff;
  margin:0 0 14px;
}
.clean-mission p{
  color:#dbeafe;
  line-height:1.75;
  max-width:950px;
}
@media(max-width:900px){
  .clean-hero{grid-template-columns:1fr;min-height:auto}
  .clean-course-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .clean-stats{grid-template-columns:1fr}
}
