.auth-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 70px 0px;
}
.auth-card__head {
  padding: 18px 22px;
  color: #fff;
  background: linear-gradient(90deg, #2fa8d8, #7b2dd1);
}
.auth-card__head h4 {
  margin: 0;
  font-weight: 700;
}
.auth-card__body {
  padding: 22px;
  background: #fff;
}
.auth-btn {
  background: linear-gradient(90deg, #2fa8d8, #7b2dd1);
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 700;
}
.auth-btn:hover {
  opacity: 0.95;
}
.auth-input {
  height: 44px;
  border-radius: 12px;
}
.auth-link {
  color: #2fa8d8;
  font-weight: 600;
}
.auth-link:hover {
  color: #7b2dd1;
}
.mb-3 {
  margin-bottom: 3px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-10 {
  margin-top: 10px;
}

/* Product Page Styles */

.product-page-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 30px auto 60px;
  font-family: "Lato", sans-serif;
}

.product-breadcrumb {
  font-size: 14px;
  color: #6e7c92;
  margin-bottom: 18px;
}
.product-breadcrumb a {
  color: #2f5bea;
  text-decoration: none;
}
.product-breadcrumb span {
  margin: 0 5px;
}

.product-hero-box {
  background: #eef4ff;
  border: 1px solid #d8e3fb;
  border-radius: 28px;
  padding: 34px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.product-left {
  width: 64%;
}

.product-right {
  width: 36%;
}

.product-badge {
  display: inline-block;
  background: #dfe9ff;
  color: #315eea;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.product-title {
  font-size: 20px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b1b49;
  margin: 0 0 20px;
}

.product-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3e4d6a;
  max-width: 760px;
  margin-bottom: 28px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.feature-item {
  background: #ffffff;
  border: 1px solid #d8e3fb;
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #23345f;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

.product-preview-card {
  background: #ffffff;
  border: 1px solid #d8e3fb;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 8px 30px rgba(25, 60, 130, 0.08);
}

.product-preview-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.pricing-card {
  background: #ffffff;
  border: 1px solid #d8e3fb;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(18, 52, 120, 0.08);
  position: sticky;
  top: 20px;
}

.license-text {
  color: #6e7c92;
  font-size: 16px;
  margin-bottom: 10px;
}

.price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 22px;
}

.price {
  font-size: 58px;
  font-weight: 800;
  color: #0b1b49;
  line-height: 1;
}

.currency {
  font-size: 16px;
  font-weight: 700;
  color: #6e7c92;
  margin-bottom: 8px;
}

.buy-btn,
.demo-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 800;
  padding: 17px 20px;
  transition: 0.25s ease;
}

.buy-btn {
  background: #18a140;
  color: #fff;
  margin-bottom: 14px;
}
.buy-btn:hover {
  background: #138537;
  color: #fff;
}

.demo-btn {
  background: #f4f8ff;
  border: 1px solid #bfd3ff;
  color: #2151e5;
  margin-bottom: 22px;
}
.demo-btn:hover {
  background: #eaf1ff;
  color: #2151e5;
}

.meta-list {
  border-top: 1px solid #e2e8f5;
  padding-top: 18px;
}

.meta-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #e2e8f5;
  font-size: 16px;
}

.meta-row span {
  color: #6d7b92;
  font-weight: 700;
}

.meta-row strong {
  color: #12224d;
  font-weight: 800;
  text-align: right;
}

.product-note {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #d8e3fb;
  background: #f8fbff;
  border-radius: 18px;
  color: #4a5872;
  line-height: 1.8;
  font-size: 15px;
}

.product-content-box {
  margin-top: 28px;
  background: #ffffff;
  border: 1px solid #e1e8f5;
  border-radius: 24px;
  padding: 34px;
}

.section-block + .section-block {
  margin-top: 32px;
}

.section-block h2 {
  font-size: 28px;
  color: #0b1b49;
  margin-bottom: 14px;
  font-weight: 800;
}

.section-block p {
  font-size: 17px;
  line-height: 1.9;
  color: #495873;
  margin: 0;
}

.included-list {
  margin: 0;
  padding-left: 20px;
}

.included-list li {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.8;
  color: #495873;
}

@media (max-width: 991px) {
  .product-hero-box {
    flex-direction: column;
  }
  .product-left,
  .product-right {
    width: 100%;
  }
  .product-title {
    font-size: 42px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .product-page-wrapper {
    margin-top: 20px;
  }
  .product-hero-box,
  .product-content-box {
    padding: 20px;
    border-radius: 20px;
  }
  .product-title {
    font-size: 34px;
  }
  .product-desc {
    font-size: 16px;
  }
  .price {
    font-size: 46px;
  }
  .buy-btn,
  .demo-btn {
    font-size: 20px;
    padding: 15px 16px;
  }
}

.product-reviews {
  margin-top: 40px;
}

.review-title {
  font-size: 28px;
  font-weight: 800;
  color: #0b1b49;
  margin-bottom: 25px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.review-card {
  background: #ffffff;
  border: 1px solid #e1e8f5;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.review-stars {
  color: #ffb400;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4c5a73;
  margin-bottom: 16px;
}

.review-author strong {
  display: block;
  font-size: 16px;
  color: #12224d;
}

.review-author span {
  font-size: 14px;
  color: #7c8aa5;
}

@media (max-width: 768px) {
  .review-grid {
    grid-template-columns: 1fr;
  }
}

/* Product Page Styles End */

/* Payment Methods Styles */

.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #d6dbe1;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}

.payment-option:hover {
  border-color: #ff4a5d;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.payment-option input {
  transform: scale(1.2);
}

.payment-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.method-name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.card-logos {
  display: flex;
  gap: 10px;
}

.card-logos img {
  height: 26px;
  object-fit: contain;
}

/* Active (checked) style */
.payment-option input:checked + .payment-content {
  /*border-left: 3px solid #ff4a5d;*/
  /*padding-left: 10px;*/
}
