


.review-hero {
  background: linear-gradient(135deg, #edf4ff, #ffffff);
  padding: 60px 0;
}

.review-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.review-label {
  display: inline-block;
  background: #e7f0ff;
  color: #0d47a1;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.review-hero-text h1 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #111;
}

.review-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
  color: #666;
  font-size: 14px;
}

.review-hero-image img {
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.review-layout {
  display: grid;
  grid-template-columns: 2fr 340px;
  gap: 35px;
  align-items: start;
}

.review-main {
  min-width: 0;
}

.quick-summary-box {
  background: #f8fbff;
  border: 1px solid #dfeaf7;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
}

.quick-summary-box h2 {
  margin-bottom: 12px;
  color: #0d47a1;
  font-size: 24px;
}

.review-content {
  background: #fff;
  border-radius: 14px;
  padding: 35px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.review-content h2 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 16px;
  color: #0d47a1;
}

.review-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #222;
}

.review-content p {
  margin-bottom: 18px;
  color: #444;
  line-height: 1.8;
    font-size: 17.5px;
}

.review-list {
  padding-left: 20px;
  margin-bottom: 22px;
}

.review-list li {
  margin-bottom: 10px;
  color: #444;
  font-size: 17.5px;    
}

.benefits-box {
  background: #f6fbf7;
  border-left: 5px solid #2e7d32;
  padding: 22px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 28px;
}

.pros-box,
.cons-box {
  border-radius: 12px;
  padding: 22px;
}

.pros-box {
  background: #f6fbf7;
  border: 1px solid #d9eedb;
}

.cons-box {
  background: #fff8f8;
  border: 1px solid #f0d8d8;
}

.cta-box {
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  color: #fff;
  padding: 28px;
  border-radius: 14px;
  margin: 30px 0;
}

.cta-box h3 {
  color: #fff;
  margin-bottom: 10px;
}

.cta-box p {
  color: #eef4ff;
}

.pricing-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center;
}

.pricing-card h3 {
  margin-bottom: 10px;
}

.featured-price {
  border: 2px solid #1976d2;
  box-shadow: 0 6px 18px rgba(25, 118, 210, 0.12);
}

.faq-item {
  border-bottom: 1px solid #ececec;
  padding: 16px 0;
}

.disclosure-note {
  background: #fffbea;
  border: 1px solid #f3e3a3;
  border-radius: 10px;
  padding: 18px;
  margin-top: 28px;
}

.review-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-box {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 22px;
}

.sidebar-box h3 {
  color: #0d47a1;
  margin-bottom: 14px;
  font-size: 20px;
}

.sidebar-list {
  list-style: none;
  padding: 0;
}

.sidebar-list li {
  margin-bottom: 10px;
  color: #444;
}

.sidebar-list a {
  color: #1976d2;
}

.sidebar-list a:hover {
  text-decoration: underline;
}

.related-section {
  background: #eef5ff;
}

@media (max-width: 992px) {
  .review-hero-grid,
  .review-layout,
  .pros-cons-grid,
  .pricing-table {
    grid-template-columns: 1fr;
  }

  .review-sidebar {
    position: static;
  }

  .review-hero-text h1 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .review-content {
    padding: 24px 18px;
  }

  .review-content h2 {
    font-size: 25px;
  }

  .review-hero {
    padding: 45px 0;
  }

  .review-subtitle {
    font-size: 16px;
  }
}


.reviews-section {
  margin: 40px 0;
}

.review-card {
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.review-card h4 {
  margin-bottom: 8px;
}

.review-summary {
  background: #eef6ff;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}





.buy-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff6a00, #ff3c00);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 60, 0, 0.3);
}

.buy-btn:hover {
  background: linear-gradient(135deg, #ff3c00, #e62e00);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 60, 0, 0.4);
}

.buy-btn:active {
  transform: scale(0.98);
}

.buy-btn::after {
  content: " →";
  margin-left: 5px;
}


.quick-summary-box P


{
    
    font-size: 17.5px;
    
}









.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  gap: 15px;
  flex-wrap: wrap;
}

/* Text */
.cta-text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.cta-text strong {
  color: #ff4d4d;
}

/* Button */
.btn-modern {
  background: linear-gradient(135deg, #ff4d4d, #e63946);
  color: #fff;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Hover */
.btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  background: linear-gradient(135deg, #e63946, #c62828);
}

/* 🔥 Mobile Responsive */
@media (max-width: 600px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
  }

  .btn-modern {
    width: 100%;
  }
}