*{box-sizing:border-box}
:root{
  --bg:#070b16;
  --panel:#0f1629;
  --panel-2:rgba(255,255,255,0.04);
  --text:#e8edff;
  --muted:#b8c0e0;
  --line:rgba(255,255,255,0.10);
  --accent:#8b5cf6;
  --accent2:#ec4899;
  --success:#22c55e;
  --warn:#f59e0b;
  --shadow:0 20px 45px rgba(0,0,0,.35);
}
html,body{
  margin:0;
  background: radial-gradient(circle at 85% 10%, rgba(139,92,246,.20), transparent 35%),
              radial-gradient(circle at 15% 15%, rgba(236,72,153,.14), transparent 30%),
              var(--bg);
  color:var(--text);
  font-family:"Cairo", system-ui, sans-serif;
}
.bg-layer{
  position:fixed; inset:0; pointer-events:none; opacity:.22;
  background-image:url('../images/pattern-grid.svg');
  background-size:600px 600px;
  z-index:0;
}
.container{
  width:min(1100px, calc(100% - 24px));
  margin-inline:auto;
  position:relative;
  z-index:1;
}
.topbar{
  position:sticky; top:0; z-index:10;
  backdrop-filter: blur(12px);
  background:rgba(7,11,22,.65);
  border-bottom:1px solid var(--line);
}
.topbar .container{
  display:flex; align-items:center; justify-content:space-between;
  min-height:72px; gap:10px;
}
.brand{display:flex; align-items:center; gap:10px; min-width:0}
.brand-logo{width:42px; height:42px}
.brand-text{display:flex; flex-direction:column; line-height:1.1; min-width:0}
.brand-text strong{font-size:15px; letter-spacing:.2px}
.brand-text span{font-size:12px; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:58vw}
.badge{
  border:1px solid rgba(236,72,153,.35);
  background:rgba(236,72,153,.10);
  color:#ffd3ec;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  white-space:nowrap;
}
.hero{
  padding:24px 0 8px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
  align-items:center;
}
.hero-content, .hero-visual{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
}
.hero-content{padding:20px}
.hero-visual{padding:10px; display:flex; align-items:center; justify-content:center; min-height:260px}
.hero-visual img{max-width:100%; width:100%; height:auto; border-radius:16px}
.eyebrow{
  margin:0 0 8px;
  color:#d8c6ff;
  font-size:13px;
  display:inline-block;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(139,92,246,.12);
  border:1px solid rgba(139,92,246,.28);
}
.hero h1{
  margin:0;
  font-size:clamp(24px,4vw,36px);
  line-height:1.35;
}
.lead{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.8;
  font-size:14px;
}
.cta-row{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}
.price-chip{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:14px;
  padding:10px 12px;
}
.price-chip span{display:block; color:var(--muted); font-size:12px}
.price-chip strong{display:block; margin-top:3px; font-size:15px}
.price-chip.alt{
  background:linear-gradient(120deg, rgba(139,92,246,.14), rgba(236,72,153,.10));
}
.hero-points{
  list-style:none; margin:14px 0 0; padding:0;
  display:grid; gap:8px;
}
.hero-points li{
  position:relative;
  padding-inline-start:26px;
  color:#dce2fb;
  font-size:13px;
}
.hero-points li::before{
  content:"";
  position:absolute;
  right:0;
  top:6px;
  width:14px; height:14px;
  border-radius:50%;
  background: radial-gradient(circle at 35% 35%, #fff, #a78bfa 55%, #8b5cf6);
  box-shadow:0 0 0 3px rgba(139,92,246,.18);
}

section{margin-top:18px}
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between; gap:8px;
  margin-bottom:10px;
}
.section-head h2{
  margin:0; font-size:20px;
}
.section-head p{
  margin:0; color:var(--muted); font-size:12px;
}

.cards{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
}
.card{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border-radius:18px;
  padding:14px;
  transition:transform .2s ease, border-color .2s ease;
}
.card:hover{
  transform:translateY(-2px);
  border-color:rgba(139,92,246,.45);
}
.card img{
  width:42px; height:42px; display:block; margin-bottom:10px;
}
.card h3{margin:0; font-size:14px}
.card p{
  margin:8px 0 0;
  font-size:12px;
  line-height:1.8;
  color:var(--muted);
}

.pricing .pricing-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}
.pricing-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  background:rgba(255,255,255,.03);
}
.pricing-card.featured{
  border-color:rgba(34,197,94,.35);
  background:linear-gradient(180deg, rgba(34,197,94,.10), rgba(255,255,255,.02));
}
.pricing-card.warning{
  border-color:rgba(245,158,11,.35);
  background:linear-gradient(180deg, rgba(245,158,11,.10), rgba(255,255,255,.02));
}
.pc-title{
  font-size:13px;
  color:var(--muted);
}
.pc-price{
  margin-top:6px;
  display:flex;
  align-items:end;
  gap:6px;
}
.pc-price span{
  font-size:24px;
  line-height:1;
  font-weight:800;
}
.pc-price small{
  color:var(--muted);
  font-size:12px;
  margin-bottom:2px;
}
.pricing-card p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}
.note{
  margin-top:12px;
  padding:10px 12px;
  border-radius:12px;
  border:1px dashed rgba(255,255,255,.20);
  color:#d7dcf3;
  font-size:12px;
  background:rgba(255,255,255,.02);
}

.terms-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}
.term-item{
  display:flex; gap:10px; align-items:flex-start;
  border:1px solid var(--line);
  background:rgba(255,255,255,.02);
  border-radius:14px;
  padding:10px;
}
.term-item span{
  min-width:32px; height:32px;
  display:grid; place-items:center;
  border-radius:10px;
  font-size:12px; font-weight:700;
  background:linear-gradient(135deg, rgba(139,92,246,.35), rgba(236,72,153,.25));
  border:1px solid rgba(255,255,255,.12);
}
.term-item p{
  margin:0; color:#dee5ff; font-size:12px; line-height:1.8;
}

.summary{padding-bottom:18px}
.summary-box{
  border:1px solid var(--line);
  background:linear-gradient(120deg, rgba(139,92,246,.10), rgba(255,255,255,.02), rgba(236,72,153,.08));
  border-radius:18px;
  box-shadow:var(--shadow);
  display:flex; gap:12px; align-items:flex-start;
  padding:14px;
}
.summary-box img{width:44px; height:44px; flex:0 0 auto}
.summary-box h3{margin:0; font-size:15px}
.summary-box p{margin:6px 0 0; color:var(--muted); font-size:12px; line-height:1.9}

.footer{
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.01);
}
.footer .container{padding:14px 0 20px}
.footer small{color:var(--muted)}

@media (max-width: 900px){
  .hero{
    grid-template-columns:1fr;
  }
  .hero-visual{order:-1; min-height:210px}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 560px){
  .topbar .container{min-height:66px}
  .badge{display:none}
  .brand-text strong{font-size:14px}
  .brand-text span{font-size:11px}
  .hero-content{padding:14px}
  .cta-row{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .pricing .pricing-grid{grid-template-columns:1fr}
  .terms-grid{grid-template-columns:1fr}
  .section-head{
    display:block;
  }
  .section-head p{margin-top:4px}
}
