.page{
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 20px 110px;
}

.page-hero{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 38px 0 60px;
}

.page-hero-inner{
  background: rgba(2,6,23,0.35);
  border: 1px solid rgba(34,211,238,0.18);
  border-radius: 26px;
  padding: 30px 26px;
  box-shadow: 0 30px 120px rgba(0,0,0,0.55);
}

@supports (backdrop-filter: blur(1px)){
  .page-hero-inner{ backdrop-filter: blur(10px); }
}

.badge-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.hero-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(34,211,238,0.26);
  background: rgba(2,6,23,0.35);
  color: rgba(226,232,240,0.9);
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 12px;
}

.page-title{
  margin: 0 0 14px;
  color: var(--text-0);
  font-weight: 900;
  font-size: clamp(34px, 4.4vw, 62px);
  letter-spacing: 2px;
  text-shadow: var(--glow-soft);
  line-height: 1.05;
}

.page-lead{
  margin: 0;
  color: var(--text-2);
  font-size: 18px;
  line-height: 1.85;
}

.page-lead strong{
  color: var(--accent);
  font-weight: 900;
  text-shadow: 0 0 10px rgba(34,211,238,0.14);
}

.page-cta{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.hero-stats{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat{
  background: rgba(2,6,23,0.28);
  border: 1px solid rgba(34,211,238,0.16);
  border-radius: 18px;
  padding: 14px 14px;
}

.stat-n{
  color: var(--text-0);
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 22px;
}

.stat-t{
  margin-top: 4px;
  color: rgba(203,213,245,0.85);
  font-weight: 700;
  font-size: 13px;
}

.page-hero-media{
  display: grid;
  gap: 14px;
  align-content: center;
}

.media-card{
  border-radius: 26px;
  overflow: hidden;
  background: rgba(2,6,23,0.45);
  border: 1px solid rgba(34,211,238,0.18);
  box-shadow: 0 30px 120px rgba(0,0,0,0.55);
}

.media-card img{
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
}

.media-card.small img{
  height: 220px;
}

.section-lite{
  padding: 60px 0;
}

.section-title-lite{
  margin: 0 0 18px;
  color: var(--text-0);
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 42px);
  text-shadow: var(--glow-soft);
  letter-spacing: 1px;
  text-align: center;
}

.grid-3{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.mini-card{
  background: rgba(2,6,23,0.35);
  border: 1px solid rgba(34,211,238,0.18);
  border-radius: 22px;
  padding: 22px 20px;
  box-shadow: 0 22px 80px rgba(0,0,0,0.55);
}

@supports (backdrop-filter: blur(1px)){
  .mini-card{ backdrop-filter: blur(10px); }
}

.mini-card h3{
  margin: 0 0 10px;
  color: var(--text-0);
  font-weight: 900;
  font-size: 20px;
}

.mini-card p{
  margin: 0;
  color: var(--text-2);
  line-height: 1.75;
  font-size: 16px;
}

.section-block{
  padding: 70px 0;
}

.block-head{
  text-align: center;
  margin-bottom: 24px;
}

.block-title{
  margin: 0 0 10px;
  color: var(--text-0);
  font-weight: 900;
  font-size: clamp(28px, 3.4vw, 46px);
  text-shadow: var(--glow-soft);
  letter-spacing: 1px;
}

.block-sub{
  margin: 0 auto;
  max-width: 860px;
  color: var(--text-2);
  line-height: 1.8;
  font-size: 18px;
}

.pricing{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.price-card{
  position: relative;
  background: rgba(2,6,23,0.38);
  border: 1px solid rgba(34,211,238,0.18);
  border-radius: 24px;
  padding: 22px 20px;
  box-shadow: 0 26px 100px rgba(0,0,0,0.6);
}

@supports (backdrop-filter: blur(1px)){
  .price-card{ backdrop-filter: blur(10px); }
}

.price-card.featured{
  border-color: rgba(34,211,238,0.5);
  box-shadow: 0 30px 120px rgba(0,0,0,0.7), 0 0 34px rgba(34,211,238,0.12);
  transform: translateY(-2px);
}

.ribbon{
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #020617;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1px;
}

.price-top h3{
  margin: 0;
  color: var(--text-0);
  font-weight: 900;
  font-size: 22px;
}

.muted{
  margin: 8px 0 0;
  color: rgba(203,213,245,0.82);
  line-height: 1.65;
  font-size: 14px;
}

.list{
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--text-2);
  font-weight: 700;
}

.list li{
  font-size: 15px;
  font-weight: 700;
  color: rgba(226,232,240,0.92);
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.list li::before{
  content: "•";
  color: var(--accent);
  font-weight: 900;
}

.w-100{ width: 100%; }

.tla-card{
  border: 1px solid rgba(34,211,238,0.18);
  background: rgba(2,6,23,0.35);
}

.tla-card img{
  object-fit: cover;
}

.lightbox{
  z-index: 20000;
}

@media (max-width: 980px){
  .page-hero{ grid-template-columns: 1fr; }
  .media-card img{ height: 360px; }
  .media-card.small img{ height: 220px; }
}

@media (max-width: 820px){
  .grid-3{ grid-template-columns: 1fr; }
  .pricing{ grid-template-columns: 1fr; }
  .hero-stats{ grid-template-columns: 1fr; }
}

@media (max-width: 520px){
  .page{ padding: 22px 14px 90px; }
  .page-hero-inner{ padding: 22px 18px; border-radius: 22px; }
  .page-cta .btn{ width: 100%; max-width: 340px; }
  .media-card, .media-card.small{ border-radius: 22px; }
  .media-card img{ height: 320px; }
  .media-card.small img{ height: 200px; }
}

@media (max-width: 620px){
  .lightbox.open{
    display: block;
    padding: 12px;
  }

  .lb-stage{
    margin: 0 auto;
    width: min(94vw, 980px);
    height: min(72vh, 980px);
  }

  .lb-prev,
  .lb-next{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20020;
  }

  .lb-prev{ left: 10px; }
  .lb-next{ right: 10px; }

  .lb-nav{
    width: 44px;
    height: 44px;
    font-size: 28px;
    border-radius: 14px;
  }

  .lb-close{
    z-index: 20030;
  }
}
