/* Global Styles */
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
  padding-bottom: 80px; /* makes room for sticky CTA */
}


.trust-strip {
  background: linear-gradient(90deg, #faf7fb, #f2edf7);
  padding: 15px 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.trust-item {
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  white-space: nowrap;
}

.trust-guarantee {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: var(--primary-prostate);
  background: #f2edf7;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}


 img {
  width: 100%;
  height: auto;
 
  }
h1, h2, h3 {
  text-align: center;
  color: #4e3a61;
}
a {
  text-decoration: none;
}

/* Hero Section */
.hero {
  background: #f7f4fb;
  padding: 40px 20px;
  text-align: center;
}
.hero h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.hero p {
  font-size: 1.1em;
  color: #666;
}
.cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: var(--cta-hover);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}
.cta-button:hover {
  background: var(--cta-hover);
}

/* Bullet Points */
.bullets {
  padding: 20px;
  background: #fff4f4;
}
.bullets ul {
  list-style: disc inside;
}
.bullets li {
  margin-bottom: 10px;
}

/* Problem Section */
.problem, .solution, .benefits, .guarantee {
  padding: 30px 20px;
  background: #fefefe;
}

/* Testimonials */
.testimonials {
  background: #eef1f7;
  padding: 30px 20px;
}
.testimonial {
  background: #fff;
  border-left: 5px solid #f47354;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}

/* Offer */
.offer {
  background: #fff0e1;
  padding: 25px 20px;
}
.offer p {
  font-weight: bold;
  text-align: center;
}
#countdown {
  text-align: center;
  font-size: 1.4em;
  color: #d72638;
  margin-top: 10px;
}

/* Benefits List */
.benefits ul {
  list-style: none;
  padding: 0;
}
.benefits li {
  margin: 10px 0;
  padding: 10px;
  background: #f7f7f7;
  border-left: 4px solid #6a4ca2;
}

/* Guarantee */
.guarantee {
  background: #f2f8ff;
  color: #333;
}

/* Form Section */
.form {
  padding: 40px 20px;
  background: #f8f8f8;
}
.form form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.form label {
  margin-bottom: 5px;
  font-weight: bold;
}
.form input[type="text"],
.form input[type="tel"],
.form select {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form input[type="radio"] {
  margin-right: 10px;
}
.form button {
  padding: 12px;
  background: #25d366;
  color: #a80606;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}
.form button:hover {
  background: #25d366;
}

/* Sticky CTA */
#sticky-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--cta-prostate);
  text-align: center;
  padding: 12px;
  z-index: 999;
}
#sticky-cta a {
  color: white;
  font-size: 1em;
  font-weight: bold;
}

/* Footer */
footer {
  background: #4e3a61;
  color: #fff;
  text-align: center;
  padding: 20px;}
  .definition{font-family: 'Arvo', serif;
    color:red; }
    .bph{font-size:1.5em;
    padding:3px;
    margin:6px
    }

/* ============================================
   BIG PREMIUM FLOATING WHATSAPP BUTTON
   ============================================ */

.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 30px;

  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;

  padding: 1.2rem 1.8rem; /* ⬅ BIGGER */
  border-radius: 999px;

  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;

  z-index: 998;

  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.28);
  transition: all 0.35s ease;

  animation: float 3s ease-in-out infinite;
}

/* Hover = stronger CTA */
.whatsapp-float:hover {
  transform: translateY(-6px) scale(1.08);
  box-shadow: 0 25px 65px rgba(37, 211, 102, 0.45);
}

/* Text */
.whatsapp-text {
  font-weight: 700;
  font-size: 1.1rem; /* ⬅ BIGGER TEXT */
  letter-spacing: 0.2px;
}

/* Icon */
.whatsapp-icon {
  font-size: 2rem; /* ⬅ BIGGER ICON */
  line-height: 1;
}

/* Floating animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* ============================================
   MOBILE: BIG ICON BUTTON
   ============================================ */
@media (max-width: 768px) {
  .whatsapp-float {
    padding: 1.1rem;
    border-radius: 50%;
  }

  .whatsapp-text {
    display: none;
  }

  .whatsapp-icon {
    font-size: 2.2rem; /* ⬅ BIG mobile icon */
  }
}

.form-group {
  margin-bottom: var(--spacing-lg);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-md);
}

.form-group label {
  display: block;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: var(--spacing-xs);
  font-size: 1rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: var(--spacing-md);
  border: 2px solid var(--bg-cream);
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-family: var(--font-primary);
  transition: var(--transition-fast);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary-teal);
  box-shadow: 0 0 0 3px var(--primary-teal-light);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.radio-label {
  display: flex;
  align-items: center;
  padding: var(--spacing-md);
  background: var(--bg-cream);
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-fast);
}

.radio-label:hover {
  border-color: var(--primary-teal);
  background: var(--primary-teal-light);
}

.radio-label input[type="radio"] {
  width: auto;
  margin-right: var(--spacing-sm);
  cursor: pointer;
}

.radio-label input[type="radio"]:checked + span {
  color: var(--primary-teal);
  font-weight: 700;
}
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

  .chat-banner {
    position: fixed;
    bottom: 100px;
    right: 15px;
    background-color: #25D366;
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    font-size: 14px;
    z-index: 999;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
  }
  .chat-banner:hover {
    background-color: #095325;
  }
  #visual-testimonials {
  padding: 2rem 1rem;
  background-color: #f9f9f9;
  text-align: center;
}

#visual-testimonials h2 {
  margin-bottom: 1.5rem;
  color: #333;
}

.testimonial-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.testimonial-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-item img {
  width: 100%;
  height: auto;
  display: block;
}

.faq {
  padding: 30px 20px;
  background: #f7f4fb;
}
.faq h2 {
  margin-bottom: 20px;
}
.faq-item {
  margin-bottom: 15px;
}
.faq-question {
  background: #4e3a61;
  color: white;
  border: none;
  padding: 12px;
  width: 100%;
  font-size: 1em;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
  padding: 0 12px;
  border-left: 4px solid #f47354;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 12px;
}

/* Comments Section */
.comments-section {
    background: #fff;
    padding: 30px 20px;
    margin-top: 40px;
  }
  
  .comments-section h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
  }
  
  .comment, .reply {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .reply .avatar {
    width: 35px;
    height: 35px;
  }
  
  .comment-content {
    background: #f2f2f2;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
  }
  
  .comment-actions {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
  }
  
  .comment-actions span {
    margin-right: 10px;
    cursor: pointer;
  }
  
  .reply {
    margin-left: 50px;
    margin-top: 10px;
  }
  /* Larger image shown inside a nested comment reply */
  .reply-photo {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    display: block;
  }
  
  .write-comment {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
  }
  
  .write-comment input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #f2f2f2;
  }
  
  .write-comment button {
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    background: #ff5c5c;
    color: white;
    font-weight: bold;
    cursor: pointer;
  }
  
  .toast {
    display: none;
    background-color: #4caf50;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    animation: fadeOut 3s forwards;
  }
  
  @keyframes fadeOut {
    0% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; display: none; }
  }
  #fake-order-popup {
    position: fixed;
top: 150px;
right: 20px;

background-color: rgba(0, 102, 68, 0.85);
color: #fff;

padding: 0.8rem 1rem;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.25);

z-index: 998;
opacity: 0;
transition: opacity 0.5s ease;
font-size: 0.95rem;

backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);

  }
 #exit-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;  /* margin on top */
}

.popup-content {
  background: #fff;
  width: 92%;
  max-width: 380px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  animation: popIn 0.3s ease-out;
}

@keyframes popIn {
  from { transform: scale(0.7); opacity: 0;}
  to { transform: scale(1); opacity: 1;}
}

h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #c2185b;
}

.subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.countdown {
  padding: 8px;
  background: #ffe8ec;
  color: #c2185b;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 15px;
}

.pricing-box {
  text-align: left;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
}

.old { text-decoration: line-through; color: #888; }
.new { color: #d32f2f; font-weight: bold; }
.best { color: #2e7d32; font-weight: bold; }

.tag {
  background: #ff9800;
  padding: 2px 6px;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
}

form label {
  float: left;
  font-size: 13px;
  margin-top: 10px;
}

input, select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.buy-btn {
  width: 100%;
  margin-top: 15px;
  background: #25d366;
  color: #b37ea7;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.buy-btn:hover { background: var(--cta-hover); }

.skip {
  margin-top: 10px;
  font-size: 13px;
  color: #777;
  cursor: pointer;
  text-decoration: underline;
}


.verified-purchase{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #faf7fb;          /* light green background */
  border: 1px solid #e4dcef;     /* soft green border */
}

.verified-icon{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-gold);          /* green circle */
  color: #3a2a10;                  /* white check */
  font-weight: 800;
  line-height: 1;
  font-size: 16px;
}

.verified-text{
  background: (--primary-prostate);               /* green text */
  font-weight: 800;
  font-size: 28px;              /* adjust to match your design */
  letter-spacing: 0.2px;
}

@keyframes fadeInUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

