﻿* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.5;
}

.page {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 14px;
}

.section-box {
  background: #070707;
  border: none;
  margin-bottom: 14px;
  padding: 16px;
}

.hero { text-align: center; }
.main-title {
  margin: 0;
  font-size: clamp(24px, 4.5vw, 42px);
  font-weight: 700;
}
.pink { color: #ca34c1; }
.sub-title {
  margin: 10px 0 12px;
  font-size: clamp(20px, 3.5vw, 30px);
  font-weight: 700;
}
.video-wrap {
  width: min(100%, 760px);
  margin: 0 auto;
}
.hero-video {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #000;
}

.cta-block {
  text-align: center;
  margin: 8px 0 14px;
}
.cta-btn {
  display: block;
  padding: 11px 18px;
  margin: 10px auto;
  width: min(100%, 720px);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #d6a900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}
.cta-btn.demo {
  background: linear-gradient(180deg, #ffd63d 0%, #ffec00 100%);
  color: #111;
}
.cta-btn.buy {
  background: linear-gradient(180deg, #ffc93a 0%, #ffea00 100%);
  color: #111;
}
.buy-shell {
  position: relative;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.buy-label {
  display: block;
  padding: 11px 18px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.rzp-buy-form {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  width: 100%;
  height: 100%;
}
.buy-shell .razorpay-payment-button {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
}
.buy-shell .PaymentButton,
.buy-shell .razorpay-payment-button a,
.buy-shell .razorpay-payment-button button {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.mobile-only { display: none; }

.feature-image {
  display: block;
  width: min(100%, 640px);
  margin: 0 auto;
  height: auto;
}

.faq h2 {
  text-align: center;
  margin-top: 0;
  font-size: clamp(26px, 4.2vw, 44px);
}
.faq details {
  border: none;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #111;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
}
.faq p { margin: 8px 0 0; font-size: 16px; }

.payment { text-align: center; }
.payment h2 { margin: 0 0 8px; font-size: 30px; }
.pay-note { color: #d1d5db; margin: 0 0 12px; }
.payment-btn-wrap { display: inline-block; }

.footer.dark {
  background: #7a1111;
  color: #fff;
  text-align: center;
}
.footer a { color: #fff; }
.footer h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.35;
}
.footer .links { margin: 0 0 14px; font-size: 14px; }
.footer .disclaimer {
  margin: 10px 0 0;
  font-size: 13px;
  color: #ececec;
}

.status { display: none; }
.status.ok { display: block; color: #166534; }
.status.err { display: block; color: #991b1b; }
@media (max-width: 767px) {
  .page { padding: 8px; }
  .section-box { padding: 12px; }
  .cta-btn { width: 100%; margin: 8px 0; font-size: 20px; }
  .desktop-only { display: none; }
  .mobile-only { display: inline-block; }
  .footer h3 { font-size: 20px; }
}
