/* ================= PAYMENT PAGE BASE ================= */

.payment-page {
  min-height: 100vh;
  padding: 80px 80px 120px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at top left,
      rgba(120, 130, 255, 0.25),
      transparent 45%
    ),
    linear-gradient(
      180deg,
      #05060f 0%,
      #070a1a 50%,
      #04050c 100%
    );
  font-family: 'Inter', sans-serif;
}

/* ================= PAGE TITLE ================= */

.payment-page .payment-header {
  max-width: 1350px;
  margin: 0 auto 60px;
  padding: 0 6%;
  font-size: 24px;        /* was 56px */
  font-weight: 600;
  margin-bottom: 60px;
  letter-spacing: -0.02em;
}


/* ================= LAYOUT ================= */

.payment-page .payment-layout {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 6%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: flex-start;
}

/* ================= LEFT SECTION ================= */

.payment-page .payment-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Billing Toggle */

.payment-page .billing-toggle {
  display: flex;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 6px;
  width: fit-content;
}

.payment-page .billing-btn {
  padding: 10px 26px;
  font-size: 14px;
  color: #cfd3ff;
  background: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.payment-page .billing-btn.active {
  background: linear-gradient(135deg, #5f6cff, #c77dff);
  color: #ffffff;
}

/* Pricing Card */

.payment-page .pricing-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

/* Icon */

.payment-page .pricing-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}

.payment-page .pricing-icon img {
  width: 100%;
  height: auto;
}

/* Labels & Text */

.payment-page .plan-label {
  display: block;
  font-size: 13px;
  color: #aab0ff;
  margin-bottom: 6px;
}

.payment-page .plan-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

/* Price */

/* .payment-page .plan-price {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.payment-page .plan-price span {
  font-size: 14px;
  font-weight: 400;
  color: #cfd3ff;
  margin-left: 4px;
} */

/* Price wrapper */
.payment-page .plan-price {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* Currency + USD */
.payment-page .plan-price {
  color: #ffffff;
}

/* Main amount (BIG) */
.payment-page .price-amount {
  font-size: 32px;
  font-weight: 700;
}

/* Duration (small & muted) */
.payment-page .price-duration {
  font-size: 14px;
  font-weight: 400;
  color: #cfd3ff;
}


/* Divider */

.payment-page .price-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 20px 0;
}

/* ================= BUTTON (YOUR STYLE) ================= */

.payment-page .btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;

  background-image:
    linear-gradient(#05060f, #05060f),
    linear-gradient(135deg, #5f6cff, #c77dff);
  background-origin: border-box;
  background-clip: padding-box, border-box;

  transition: transform 0.25s ease, color 0.25s ease;
}

.payment-page .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #5f6cff, #c77dff);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -1;
}

.payment-page .btn:hover::before {
  opacity: 1;
}

.payment-page .btn:hover {
  transform: translateY(-2px);
}

/* ================= RIGHT SECTION ================= */

.payment-page .payment-right {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Info Blocks */

.payment-page .info-block h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}

.payment-page .info-block p {
  font-size: 15px;
  line-height: 1.7;
  color: #d6d9ff;
  max-width: 620px;
}

/* Feature List */

.payment-page .features-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.payment-page .features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #d6d9ff;
  margin-bottom: 14px;
}

.payment-page .feature-icon {
  color: #7f8cff;
  font-size: 18px;
  line-height: 1;
}





 /* ================= AI DRIVEN SECURITY SECTION START =================  */


.ai-security-section {
  position: relative;
  width: 100vw;                 /* FORCE viewport width */
  left: 50%;
  right: 50%;
  margin-left: -50vw;           /* BREAK container */
  margin-right: -50vw;

  min-height: 420px;
  margin-top: 120px;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}



/* Background Image */
.ai-security-section .ai-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/payment-page/payment-bg.jpg") center / cover no-repeat;
  z-index: 1;
}

/* Dark Overlay */
.ai-security-section .ai-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 6, 15, 0.65),
    rgba(5, 6, 15, 0.85)
  );
  z-index: 2;
}

/* Content */
.ai-security-section .ai-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 0 6%;
  text-align: center;
  color: #ffffff;
}

/* Heading */
.ai-security-section h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 18px;
}

/* Text */
.ai-security-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #d6d9ff;
}


 /* ================= AI DRIVEN SECURITY SECTION START =================  */




/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {
  .payment-page .payment-layout {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .payment-page .payment-title {
    font-size: 52px;
  }
}


@media (max-width: 768px) {

  /* Page padding */
  .payment-page {
    padding: 60px 0 100px;
  }

  /* Title */
  .payment-page .payment-title {
    font-size: 40px;
    line-height: 1.2;
  }

  /* Stack layout */
  .payment-page .payment-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  /* Center toggle on mobile */
  .payment-page .billing-toggle {
    margin: 0 auto;
  }

  /* Pricing card */
  .payment-page .pricing-card {
    padding: 24px;
  }

  /* Price sizing */
  .payment-page .plan-price {
    font-size: 24px;
  }

  .payment-page .price-amount {
    font-size: 28px;
  }

  /* Button full width (already, but safe) */
  .payment-page .btn {
    width: 100%;
  }

  /* Right content spacing */
  .payment-page .payment-right {
    gap: 36px;
  }

  /* Text readability */
  .payment-page .info-block p {
    max-width: 100%;
  }
}




/* ================= RESPONSIVE - AI DRIVEN SECURITY ================= */

@media (max-width: 1024px) {
  .ai-security-section {
    min-height: 360px;
    margin-top: 100px;
  }

  .ai-security-section h2 {
    font-size: 40px;
    line-height: 1.25;
  }

  .ai-security-section p {
    font-size: 15px;
  }
}


@media (max-width: 768px) {
  .ai-security-section {
    min-height: 320px;
    margin-top: 80px;
    padding: 40px 0;
  }

  .ai-security-section .ai-content {
    padding: 0 8%;
  }

  .ai-security-section h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .ai-security-section p {
    font-size: 14px;
    line-height: 1.6;
  }
}
