:root{
  --cs2-bg: #0b0c10;
  --cs2-card: rgba(255,255,255,.04);
  --cs2-card2: rgba(255,255,255,.06);
  --cs2-stroke: rgba(255,255,255,.08);
  --cs2-text: rgba(255,255,255,.92);
  --cs2-muted: rgba(255,255,255,.62);
  --cs2-accent: #4e63ff;
  --cs2-accent2: #6c5cff;
  --cs2-shadow: 0 18px 60px rgba(0,0,0,.55);
  --cs2-radius: 26px;
  --cs2-pill: 18px;
  --cs2-max: 1200px;
}

.cs2-wrap{
  width: min(var(--cs2-max), calc(100% - 48px));
  margin: 0 auto;
}

.cs2-hero{
  position: relative;
  padding: 56px 0 32px;
  background: radial-gradient(900px 340px at 20% 10%, rgba(78, 99, 255, .22), transparent 60%),
              radial-gradient(700px 300px at 70% 20%, rgba(108, 92, 255, .18), transparent 60%),
              linear-gradient(180deg, rgba(255,255,255,.02), transparent);
}

.cs2-hero__bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1200px 520px at 50% 0%, rgba(255,255,255,.05), transparent 65%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 2px, transparent 2px 18px);
  opacity:.25;
  mask-image: radial-gradient(circle at 40% 0%, rgba(0,0,0,1), rgba(0,0,0,.2) 55%, transparent 75%);
}

.cs2-hero .cs2-wrap{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 22px;
  align-items: center;
}

@media (max-width: 980px){
  .cs2-hero .cs2-wrap{ grid-template-columns: 1fr; }
}

.cs2-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--cs2-stroke);
  color: var(--cs2-muted);
  font-weight: 700;
  letter-spacing: .3px;
  font-size: 12px;
}

.cs2-title{
  margin: 14px 0 10px;
  color: var(--cs2-text);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  font-weight: 900;
}

.cs2-title__accent{
  color: rgba(78,99,255,.95);
}

.cs2-subtitle{
  margin: 0 0 18px;
  color: var(--cs2-muted);
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.55;
}

.cs2-hero__actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.cs2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--cs2-stroke);
  text-decoration:none;
  color: var(--cs2-text);
  font-weight: 800;
  letter-spacing:.2px;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  background: rgba(255,255,255,.04);
}

.cs2-btn:hover{ transform: translateY(-1px); border-color: rgba(78,99,255,.35); }
.cs2-btn:active{ transform: translateY(0px); }

.cs2-btn--primary{
  background: linear-gradient(90deg, rgba(78,99,255,.92), rgba(108,92,255,.92));
  border-color: rgba(255,255,255,.10);
}

.cs2-btn--ghost{
  background: rgba(255,255,255,.03);
}

.cs2-hero__facts{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cs2-fact{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--cs2-stroke);
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
}

.cs2-hero__preview{
  display:flex;
  justify-content:flex-end;
}

.cs2-previewCard{
  width: min(320px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  background: radial-gradient(240px 180px at 25% 20%, rgba(78,99,255,.22), transparent 65%),
              radial-gradient(240px 180px at 70% 30%, rgba(108,92,255,.18), transparent 65%),
              rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--cs2-shadow);
  position: relative;
  overflow:hidden;
}

.cs2-previewCard::before{
  content:"";
  position:absolute;
  inset:-40px;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 2px, transparent 2px 18px);
  opacity:.22;
}

.cs2-previewCard__dot{
  position:absolute;
  left: 22px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(78,99,255,1);
  box-shadow: 0 0 0 8px rgba(78,99,255,.16);
}

.cs2-previewCard__line{
  position:absolute;
  left: 22px;
  right: 22px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
}

.cs2-previewCard__line:nth-child(2){ top: 62px; }
.cs2-previewCard__line:nth-child(3){ top: 90px; }
.cs2-previewCard__line:nth-child(4){ top: 118px; }
.cs2-previewCard__line--short{ right: 120px; }

.cs2-section{
  padding: 34px 0 54px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.02));
}

.cs2-section__head{
  margin-bottom: 18px;
}

.cs2-h2{
  margin: 0 0 6px;
  font-size: 24px;
  color: var(--cs2-text);
  font-weight: 900;
  letter-spacing:.2px;
}

.cs2-muted{
  margin: 0;
  color: var(--cs2-muted);
  font-size: 14px;
  line-height: 1.5;
}

.cs2-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 980px){
  .cs2-grid{ grid-template-columns: 1fr; }
}

.cs2-card{
  border-radius: var(--cs2-radius);
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: var(--cs2-shadow);
  padding: 18px 16px 16px;
  position: relative;
  overflow:hidden;
}

.cs2-card::before{
  content:"";
  position:absolute;
  inset:-60px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 2px, transparent 2px 20px);
  opacity:.12;
  transform: rotate(0deg);
  pointer-events:none;
}

.cs2-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(320px 220px at 20% 12%, rgba(78,99,255,.18), transparent 60%),
    radial-gradient(320px 220px at 70% 25%, rgba(108,92,255,.12), transparent 60%);
  opacity:.8;
  pointer-events:none;
}

.cs2-card--base::after{
  background:
    radial-gradient(340px 240px at 22% 14%, rgba(78,99,255,.20), transparent 60%),
    radial-gradient(340px 240px at 72% 26%, rgba(78,99,255,.10), transparent 60%);
}

.cs2-card__top{
  position: relative;
  z-index: 2;
  display:flex;
  gap: 10px;
  align-items:center;
  justify-content:flex-start;
  margin-bottom: 10px;
}

.cs2-card__top--between{
  justify-content: space-between;
  gap: 12px;
}

.cs2-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing:.3px;
  border: 1px solid rgba(255,255,255,.10);
  white-space: nowrap;
}

.cs2-badge--dark{
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.86);
}

.cs2-badge--blue{
  background: linear-gradient(90deg, rgba(78,99,255,.95), rgba(108,92,255,.95));
  color: #fff;
  border-color: rgba(255,255,255,.12);
}

.cs2-card__title{
  position: relative;
  z-index: 2;
  margin: 0 0 8px;
  color: var(--cs2-text);
  font-size: 28px;
  font-weight: 1000;
  letter-spacing:.4px;
}

.cs2-price{
  position: relative;
  z-index: 2;
  display:flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}

.cs2-price__value{
  font-size: 22px;
  font-weight: 1000;
  color: rgba(78,99,255,.95);
}

.cs2-price__period{
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,.55);
}

.cs2-specs{
  position: relative;
  z-index: 2;
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-bottom: 14px;
}

.cs2-spec{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.06);
}

.cs2-spec__left{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 0;
}

.cs2-ico{
  width: 22px;
  height: 22px;
  color: rgba(78,99,255,.92);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}

.cs2-ico svg{
  width: 22px;
  height: 22px;
}

.cs2-spec__label{
  color: rgba(255,255,255,.86);
  font-weight: 900;
  font-size: 14px;
  letter-spacing:.2px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs2-spec__value{
  color: rgba(78,99,255,.92);
  font-weight: 1000;
  font-size: 14px;
  letter-spacing:.2px;
  padding-left: 10px;
  white-space: nowrap;
}

.cs2-order{
  position: relative;
  z-index: 2;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight: 1000;
  letter-spacing:.2px;
  color: #fff;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(90deg, rgba(78,99,255,.92), rgba(108,92,255,.92));
  transition: transform .12s ease, filter .12s ease;
}

.cs2-order:hover{ transform: translateY(-1px); filter: brightness(1.02); }
.cs2-order:active{ transform: translateY(0px); }

.cs2-note{
  margin-top: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  padding: 14px 14px;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}

.cs2-note__title{
  color: rgba(255,255,255,.92);
  font-weight: 1000;
  margin-bottom: 4px;
}

.cs2-note__text{
  color: rgba(255,255,255,.62);
  line-height: 1.55;
  font-size: 14px;
}

.cs2-footer{
  padding: 22px 0;
  background: rgba(0,0,0,.28);
  border-top: 1px solid rgba(255,255,255,.06);
}

.cs2-footer__row{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items:center;
  justify-content: space-between;
}

.cs2-footer__brand{
  color: rgba(255,255,255,.88);
  font-weight: 1000;
  letter-spacing:.2px;
}

.cs2-footer__link{
  color: rgba(255,255,255,.62);
  text-decoration:none;
  font-weight: 800;
}

.cs2-footer__link:hover{
  color: rgba(78,99,255,.95);
}

.navbar.open .menu{
  display:block;
}
