/* =========================================================
   weba CSS — clean modern deep blue gradients, white text
   Class-only selectors only (no body/a/h1 etc)
   ========================================================= */

.weba-wrap { max-width: 1120px; }

/* Dark background wrapper (no global element styling) */
.weba-bg{
  min-height: 100%;
  padding: 18px 0 42px;
  background:
    radial-gradient(1200px 520px at 18% 12%, rgba(70, 130, 255, 0.28), rgba(0,0,0,0) 60%),
    radial-gradient(900px 460px at 86% 10%, rgba(155, 90, 255, 0.22), rgba(0,0,0,0) 60%),
    radial-gradient(900px 460px at 60% 92%, rgba(0, 210, 255, 0.10), rgba(0,0,0,0) 60%),
    linear-gradient(135deg, rgba(6, 10, 26, 1), rgba(10, 18, 48, 1));
}

/* Topbar */
.weba-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 60px rgba(0,0,0,0.45);
}

.weba-topbar__left{ display:flex; gap: 8px; flex-wrap: wrap; }
.weba-topbar__note{
  font-weight: 850;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.2px;
}

/* Tags */
.weba-tag{
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.weba-tag--a{ background: rgba(70,130,255,0.18); border-color: rgba(70,130,255,0.24); }
.weba-tag--b{ background: rgba(0,210,255,0.10); border-color: rgba(0,210,255,0.18); }
.weba-tag--c{ background: rgba(155,90,255,0.14); border-color: rgba(155,90,255,0.20); }

/* Hero */
.weba-hero{ padding: 4px 2px; }

.weba-kicker{
  display:inline-block;
  padding: 8px 12px;
  border-radius: 14px;
  font-weight: 900;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.weba-title{
  font-weight: 950;
  letter-spacing: -0.8px;
  line-height: 1.05;
  color: rgba(255,255,255,0.96);
}

.weba-title--xl{
  font-size: clamp(2.05rem, 4.8vw, 3.05rem);
}

.weba-subtitle{
  margin-top: 10px;
  font-weight: 850;
  color: rgba(255,255,255,0.82);
}

.weba-lead{
  margin-top: 12px;
  font-size: 1.06rem;
  color: rgba(255,255,255,0.72);
  max-width: 62ch;
}

/* Points */
.weba-points{ display: grid; gap: 12px; }

.weba-point{
  display:grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 50px rgba(0,0,0,0.35);
}

.weba-point__icon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: rgba(255,255,255,0.95);
  background: linear-gradient(135deg, rgba(70,130,255,1), rgba(155,90,255,1));
}

.weba-point__title{
  font-weight: 950;
  color: rgba(255,255,255,0.92);
}
.weba-point__desc{
  margin-top: 4px;
  color: rgba(255,255,255,0.70);
}

/* Panel (examples) */
.weba-panel{
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 50px rgba(0,0,0,0.35);
}

.weba-panel__title{
  font-weight: 950;
  color: rgba(255,255,255,0.90);
  margin-bottom: 12px;
}

.weba-panel__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}

.weba-chip{
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 850;
  color: rgba(255,255,255,0.86);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.weba-panel__fine{
  margin-top: 12px;
  font-weight: 800;
  color: rgba(255,255,255,0.68);
}

/* Mini note (payment) */
.weba-mini{
  padding: 14px;
  border-radius: 18px;
  background: rgba(0,210,255,0.10);
  border: 1px solid rgba(0,210,255,0.16);
}

.weba-mini__title{
  font-weight: 950;
  color: rgba(255,255,255,0.90);
}
.weba-mini__text{
  margin-top: 8px;
  color: rgba(255,255,255,0.72);
}

/* Form Card (right side) */
.weba-card{
  border-radius: 22px;
  overflow:hidden;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 80px rgba(0,0,0,0.45);
}

.weba-card__head{
  padding: 18px 18px 16px;
  background: linear-gradient(135deg, rgba(70,130,255,1), rgba(155,90,255,1));
}

.weba-card__price{ display:flex; align-items:baseline; gap: 12px; }
.weba-card__priceAmount{
  font-size: 2.35rem;
  font-weight: 950;
  letter-spacing: -0.8px;
  color: rgba(255,255,255,0.96);
}
.weba-card__priceNote{
  font-weight: 850;
  color: rgba(255,255,255,0.86);
}

.weba-card__headText{
  margin-top: 10px;
  font-weight: 950;
  color: rgba(255,255,255,0.94);
  line-height: 1.25;
}

.weba-card__headSub{
  display: inline-block;
  margin-top: 6px;
  font-weight: 850;
  color: rgba(255,255,255,0.86);
}

.weba-card__body{ padding: 18px; }

/* Form bits */
.weba-label{
  font-weight: 900;
  color: rgba(12,18,48,0.90);
  letter-spacing: 0.1px;
}

.weba-control{
  border-radius: 16px;
  border: 1px solid rgba(12,18,48,0.16);
  padding: 12px 12px;
  background: rgba(255,255,255,1);
}

.weba-control:focus{
  border-color: rgba(70,130,255,0.60);
  box-shadow: 0 0 0 0.22rem rgba(70,130,255,0.18);
}

.weba-help{
  font-weight: 700;
  color: rgba(12,18,48,0.60);
}

/* Scope box inside form */
.weba-scope{
  padding: 14px;
  border-radius: 18px;
  background: rgba(70,130,255,0.08);
  border: 1px solid rgba(70,130,255,0.18);
}

.weba-scope__title{
  font-weight: 950;
  color: rgba(12,18,48,0.92);
}
.weba-scope__text{
  margin-top: 6px;
  color: rgba(12,18,48,0.70);
  font-weight: 700;
}

/* Checkbox blocks */
.weba-check{
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(12,18,48,0.03);
  border: 1px solid rgba(12,18,48,0.08);
}

/* CTA Button */
.weba-btn{
  border-radius: 18px;
  padding: 14px 16px;
  font-weight: 950;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.96);
  background: linear-gradient(135deg, rgba(70,130,255,1), rgba(0,210,255,1));
  border: 0;
  box-shadow: 0 16px 50px rgba(70,130,255,0.22);
}
.weba-btn:hover{ filter: brightness(0.97); }
.weba-btn:disabled{ opacity: 0.75; }

/* Alerts */
.weba-alert{ border-radius: 18px; }

/* Footnote */
.weba-footnote{
  font-weight: 800;
  color: rgba(12,18,48,0.70);
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(12,18,48,0.03);
  border: 1px solid rgba(12,18,48,0.08);
}

/* Accordion */
.weba-faq__title{
  font-weight: 950;
  color: rgba(12,18,48,0.90);
  margin-bottom: 10px;
}

.weba-accitem{
  border: 1px solid rgba(12,18,48,0.10);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  margin-bottom: 10px;
}

.weba-accbtn{
  font-weight: 950;
  color: rgba(12,18,48,0.88);
}

.weba-accbody{
  color: rgba(12,18,48,0.72);
  font-weight: 650;
}

/* Honeypot */
.weba-hp{
  position:absolute;
  left:-9999px;
  top:-9999px;
  width:1px;
  height:1px;
}

/* Responsive */
@media (max-width: 575.98px){
  .weba-panel__grid { grid-template-columns: 1fr; }
  .weba-topbar { flex-direction: column; align-items:flex-start; }
}
