* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Inter', sans-serif;
    background-color: #f7f9fc;  /* light neutral tone */
    color: #111;                /* near-black for readability */
    line-height: 1.6;
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;  /* optional: can be removed if you want square edges */
  }
  section {
    padding: 64px 16px;
  }
  

  .urgent-banner {
    background-color: #3867d6;
    color: white;
    text-align: center;
    padding: 20px 16px;
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .hero-section {
    background-color: #f7f9fc; /* optional background */
    padding-top: 64px;
    padding-bottom: 40px;  }
  
  .hero-title {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 800;
    color: #111;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.3;
  }
  

  .section-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding: 0 16px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-image {
    flex: 1;
  }
  
  .section-text {
    flex: 1;
  }
  
  .hero-testimonial {
    background-color: #fffbea;
    border-left: 4px solid #ffc107;
    padding: 8px 20px; /* 8px top/bottom, 20px left/right */
    border-radius: 8px;
    font-style: italic;
    margin-bottom: 13px;

    
  /* Add these: */
  max-width: 820px;
  margin: 0 auto 13px auto; /* center it horizontally */
  }
  .hero-testimonial p {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .hero-testimonial footer {
    font-weight: bold;
    color: #444;
    font-size: 1rem;
  }

  
  .hero-subtitle {
    font-size: 1.7rem;
    font-weight: 800;
    color: #1e3a7d;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .hero-benefits {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .hero-benefits li {
    margin-bottom: 12px;
  }
  
  .hero-followup {
    font-style: italic;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 24px;
  }

  .cta-button {
    background-color: #28a745;
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .cta-button:hover {
    background-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  
  .center-button {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  

  .pill-warning-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 40px;  }
  
  .pill-headline {
    font-size: 1.8rem;
    font-weight: 800;
    color: #c0392b; /* bold red for urgency */
    margin-bottom: 16px;
    text-align: center;
  }


  .pill-subheadline {
    font-size: 1.1rem;
    margin-bottom: 24px;
    color: #444;
  }
 
  .pill-points {
    list-style: none;
    padding: 0;
    font-size: 1.05rem;
    line-height: 1.7;
  }
 
  .pill-points li {
    margin-bottom: 12px;
  }
 
  .pill-warning-text {
    font-size: 1.1rem;
    color: #b30000;
    font-weight: bold;
    font-style: italic;
    text-align: left;
  }
 


  .pill-warning-box {
    background-color: #ffe6e6;
    border-left: 4px solid #d8000c;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 24px;
  }
 



  .left-content,
  .right-content {
    flex: 1;
  }
  
  .right-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .pill-warning-text {
    font-size: 0.9rem;
    color: #b30000;
    font-weight: bold;
    font-style: italic;
  }
  
  .nsaid-warning-box {
    background-color: #ffe6e6;
    border-left: 4px solid #d8000c;
    padding: 16px 20px;
    border-radius: 8px;
    color: #990000;
    font-size: 1.05rem;
    line-height: 1.6;
  }


/* WHY SECTION LAYOUT */
.why-section {
    padding-top: 10px;
    padding-bottom: 40px;
        background-color: #f7f9fc;
  }
  
  .why-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 32px;
  }
  
  .why-left {
    flex: 1;
  }
  
  .why-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .why-right img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  /* Text styling */
  .why-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e3a7d;
    margin-bottom: 16px;
  }
  
  .why-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
  }
  
  .why-list li {
    margin-bottom: 12px;
  }
  

  .why-right img {
    max-height: 400px; /* or any value that fits your layout */
    width: auto;
  }
  
  .cta-button.why {
    display: block;
    width: 100%;
    background-color: #28a745;
    color: white;
    font-size: 1.0rem;
    font-weight: 700;
    padding: 14px 28px;
    border: none;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin: 0 auto;
  }

  .cta-button.why:hover {
    background-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  
  
  .why-benefits-box {
    background-color: #eaf4ff;
    border-left: 4px solid #3867d6;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 24px;
  }
  
  .why-list {
    list-style: none;
    padding: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #111;
  }
  
  .why-list li {
    margin-bottom: 12px;
  }
  

  .testimonial-ha-box {
    background-color: #eaf6ff;
    border-left: 4px solid #3867d6;
    padding: 20px;
    border-radius: 8px;
    margin-top: 24px;
    font-style: italic;
    color: #333;
  }
  
  .testimonial-box footer {
    margin-top: 12px;
    font-weight: bold;
    color: #444;
  }
  


  .why-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Ensures left alignment */
    gap: 1px;
  }
  
  .why-image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .testimonial-box {
    background-color: #fffbea;
    border-left: 4px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    font-style: italic;
    color: #333;
    width: 100%; /* Make it align with the image */
  }
  
  .testimonial-box footer {
    margin-top: 0px;
    font-weight: bold;
    color: #444;
  }
  


  /* NATURAL RELIEF SECTION */
.natural-relief-section {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #f7f9fc;
  }
  
  .natural-relief-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 32px;
  }
  
  .natural-relief-image {
    flex: 1;
  }
  
  .natural-relief-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .relief-text-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .relief-intro {
    font-size: 1.9rem;
    font-weight: bold;
    color: #1e3a7d;
    text-align: center;
  }
  
  .relief-benefits {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  
  .relief-benefits li {
    margin-bottom: 10px;
  }
  
  .relief-equation {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-top: 16px;
  }
  
  .relief-conclusion {
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 16px;
  }
  
  .cta-button.relief-cta {
    background-color: #28a745;
    color: white;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    transition: all 0.2s ease-in-out;
  }
  
  .cta-button.relief-cta:hover {
    background-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  

  .relief-benefits-box {
    background-color: #e6f4ea; /* light green background */
    border-left: 4px solid #28a745; /* bold green bar */
    padding: 20px;
    border-radius: 8px;
    margin: 16px 0;
  }
  

   .less-pain-box{
    background-color: #e6e9f4; /* light green background */
    border-left: 4px solid #3328a7; /* bold green bar */
    padding: 20px;
    border-radius: 8px;
    margin: 6px 0;
  }

  .relief-equation{
    text-align: center;
    font-size: 1.2rem;

  }
  .relief-conclusion{
    text-align: center;
    font-size: 1.1rem;

  }


  .ready-dif{
    font-size: 1.1rem;
text-align: center;
font-weight: bold;
color: #1e3a7d;

  }

  .ready-nex{
    font-size: 1.1rem;
    text-align: center;
  }

  
  .ready-dif-box{
    background-color: #e6f2f4; /* light green background */
    border-left: 4px solid #2894a7; /* bold green bar */
    padding: 20px;
    border-radius: 8px;
    margin: 6px 0;
    margin-top: 15px;
  }



  .why-choose-us-section {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #f7f9fc;
    text-align: center;
  }
  
  .why-choose-us-header {
    margin-bottom: 40px;
  }
  
  .why-mini-title {
    font-size: 1rem;
    color: gray;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .why-main-title {
    color: #1e3a8a; /* Deep blue */
    font-size: 2rem;
    font-weight: 800;
  }
  

  .why-benefits-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
    padding: 0 32px;
    flex-wrap: wrap;
  }
  
  .why-benefit {
    flex: 0 1 30%;
    text-align: center;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 450px;
overflow: hidden;
min-height: 540px; /* Adjust as needed */

  }
  
  
  .benefit-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  .benefit-description {
    font-size: 1rem;
    margin-bottom: 16px;
    color: #444;
  }
  
  .why-benefit img,
  .why-benefit video {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 6px;
  }
  


  .comparison-section {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #f8f9fb;
    text-align: center;
  }
  
  .comparison-title {
    margin-bottom: 32px;
  }
  
  .comparison-subtitle {
    font-size: 1rem;
    color: gray;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .comparison-headline {
    color: #1e3a8a; /* Deep blue */
    font-size: 2rem;
    font-weight: 800;
  }
  
  .comparison-table-wrapper {
    max-width: 500px; /* reduced from 1000px */
    margin: 0 auto;
    overflow-x: auto;
  }
  
  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  
  .comparison-table th,
  .comparison-table td {
    border: 1px solid #ddd;
    padding: 10px 12px; /* tighter padding */
    text-align: center;
  }
  
  .comparison-table th {
    background-color: #e9f0ff;
    color: #333;
    font-weight: 700;
  }
  
  .comparison-table td {
    vertical-align: top;
  }
  
  .comparison-table tr:nth-child(even) {
    background-color: #f5f7fa;
  }
  

  .testimonial-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
    text-align: center;
  }
  
  .testimonial-heading h3.testimonial-top {
    font-size: 2.5rem;
    color: #3867d6; /* your main brand blue */
    font-weight: 800;
    margin-bottom: 12px;
  }
  
  
  .testimonial-heading p.testimonial-rating {
    font-size: 1.1rem;
    color: #777;
  }
  

  .testimonial-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 16px;
  }
  
  .testimonial-heading {
    text-align: center;
    margin-bottom: 8px;
  }
  
  .testimonial-top {
    font-size: 2rem;
    color: #1d3c78;
    margin-bottom: 8px;
  }
  
  .testimonial-rating {
    font-size: 1.1rem;
    color: #444;
  }
  
  .testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
  
  .testimonial-box {
    background-color: #ffffff;
    border: 1px solid #1d3c78;
    border-radius: 10px;
    padding: 20px;
    max-width: 200px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  
  /* Final CTA Section */
.final-cta-section {
  padding: 80px 20px;
  background-color: #f0f8ff;
  max-width: 1200px;
  margin: 0 auto;
}

.final-cta-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 48px;
}

.cta-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cta-left {
  flex: 1;
  display: flex;
  justify-content: center;
}

.cta-left img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.cta-right {
  flex: 1;
  text-align: center;
}

.cta-heading {
  font-size: 1.8rem;
  color: #2d7a46;
  font-weight: bold;
  margin-bottom: 24px;
}

.cta-button.final-cta-button {
  background-color: #28a745;
  color: white;
  padding: 18px 32px;
  font-size: 1.25rem;
  border: none;
  border-radius: 32px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.cta-button.final-cta-button:hover {
  background-color: #000000;
}



.cta-supporting-text {
  font-size: 1.35rem;
  color: #444;
  margin-bottom: 50px;
  font-weight: 700;

}


.cta-stock-warning {
  margin-top: 50px;
  font-size: 1.25rem;
  color: #c0392b; /* red tone to create urgency */
  font-weight: bold;
}


/*mobile*/
@media (max-width: 768px) {
  .hero-section .section-layout {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .section-layout,
  .why-layout,
  .natural-relief-layout,
  .pill-warning-section,
  .audience-layout,
  .testimonial-section {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;    box-sizing: border-box;
  }

  * {
    box-sizing: border-box;
  }
}


@media screen and (max-width: 768px) {
  .pill-warning-section {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 0;

  }

  .pill-warning-section .left-content,
  .pill-warning-section .right-content {
    width: 100%;
    margin: 1;
  }

  .pill-warning-section .left-content {
    order: 1;
    margin-bottom: 0px; /* This adds space below the left side */

  }

  .pill-warning-section .right-content {
    order: 2;
    margin-top: 1px;
  }
}


@media (max-width: 768px) {
  .why-layout {
    flex-direction: column;
    gap: 0;
  }

  .why-left {
    order: 1;
  }

  .why-right {
    order: 2;

  }

  .cta-button.why {
    order: 3;
    align-self: center;
    width: 100%;
    max-width: 360px;
    margin-top: 24px;
  }

  .why-left .cta-button.why {
    /* Temporarily remove from visual flow on mobile */
    display: none;
  }

  .why-layout::after {
    content: '';
    display: block;
  }

  /* Add new visible button after .why-right */
  .why-layout::after {
    content: "GO TO SHOP";
    display: block;
    background-color: #3867d6;
    color: white;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 16px;
    text-decoration: none;
  }

  /* Optional: Make it clickable */
  .why-layout::after {
    content: none; /* remove above method if you want a real link */
  }

  .why-layout::after {
    content: none; /* override if using real <a> element below */
  }

  /* Real solution with JS insertion or cloned button (if allowed) */
}

/* Default desktop: hide mobile-only */
.cta-button.why.mobile-only {
  display: none;
}

/* Mobile: show only mobile version */
@media (max-width: 768px) {
  .cta-button.why {
    display: none; /* hide desktop button */
  }

  .cta-button.why.mobile-only {
    display: block;
    align-self: center;
    width: 100%;
    max-width: 360px;
    margin: 24px auto 0;
  }
}

@media (max-width: 768px) {
  .natural-relief-layout {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .relief-text-box {
    display: contents;
  }

  .relief-intro {
    order: 1;
    font-size: 1.7rem;
    text-align: left;
}

  .natural-relief-image {
    order: 2;
    margin-bottom: 16px;
  }

  .relief-benefits-box,
  .less-pain-box,
  .ready-dif-box {
    order: 3;
    gap: 0;
    margin-top: 0;
  }

  .ready-dif-box {
    margin-top: 10px;}



  /* Optional: adjust spacing */
  .natural-relief-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 3px;
  }
}


@media (max-width: 768px) {
  .why-benefits-row {
    flex-direction: column;
    gap: 24px; /* optional: add space between boxes */
    margin-top: 32px;
    padding: 0 10px;
  }

  .why-benefit {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .testimonial-box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .testimonial-grid {
    padding: 0 10px; /* optional: reduce if you want boxes closer to screen edge */
  }
}


@media (max-width: 768px) {
  .cta-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 10px;
  }

  .cta-left,
  .cta-right {
    width: 100%;
  }

  .cta-left {
    order: 1;
  }

  .cta-right {
    order: 2;
    text-align: center;
  }

  .cta-left img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .final-cta-title {
    text-align: center;
    font-size: 1.5rem;
    padding: 0 10px;
    margin-bottom: 24px;
  }

  .cta-heading {
    font-size: 1.6rem;
    margin: 16px 0;
  }

  .cta-supporting-text,
  .cta-stock-warning {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .final-cta-button {
    width: 100%;
    padding: 14px;
    font-size: 1.1rem;
  }
}

/* Hide by default (desktop and mobile) */
.mobile-sticky-cta {
  display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #28a745;
    z-index: 9999;
    padding: 12px 16px;
    justify-content: center;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  }

  .mobile-cta-button {
    background-color: #ffffff;
    color: #28a745;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 14px 20px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  body {
    padding-bottom: 70px; /* prevent CTA from covering content */
  }

  .mobile-sticky-cta.show {
    display: flex !important;
  }
}
