<style>
.nav-logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-logo-link:hover .logo-main,
.nav-logo-link:hover .logo-accent {
  opacity: 0.85;
  transition: 0.2s;
}

/* ===== Final CTA ===== */
.final-offer-box {
  background: linear-gradient(135deg, #0b5ed7, #0a4abf);
  color: #ffffff;
  padding: 50px 30px;
  border-radius: 18px;
  text-align: center;
  margin-top: 80px;
}

.final-offer-box h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.final-offer-box p {
  font-size: 17px;
  max-width: 700px;
  margin: 0 auto 25px;
}

.cta-button {
  display: inline-block;
  background: #ff8c00;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 34px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.cta-button:hover {
  background: #ff7300;
}

.cta-note {
  font-size: 14px;
  margin-top: 15px;
  opacity: 0.9;
}

.who-benefits {
  background: #f9fbff;
}
.section { padding-top: 60px; padding-bottom: 60px; }
.who-benefits { padding-top: 40px; }
.who-benefits h2 { margin-top: 0; }

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.benefit-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.benefit-icon {
  font-size: 36px;
  display: inline-block;
  margin-bottom: 14px;
}

.benefit-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.mobile-cta {
  display: none;
}

@media (max-width: 768px) {
  .mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0b5cab;
    color: #fff;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
  }

  .mobile-cta a {
    background: #ff8a00;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
  }
}

.offer-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin: 0 auto 25px;
  background: linear-gradient(90deg, #fff4e6, #ffe1bf);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.offer-highlight {
  background: #ff7a18;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  background: #ff3d00;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}

.bottle-img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 15px;
  display: block;
}

@media (max-width: 768px) {
  .bottle-img {
    max-width: 150px;
  }
}

.pricing-top {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.price-card {
  background: #f8fbff;
  border-radius: 18px;
  padding: 30px 26px;
  text-align: center;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.price-card h3 {
  margin-top: 10px;
  font-size: 22px;
}

.save-badge {
  position: absolute;
  top: -14px;
  right: 20px;
  background: #b8e31c;
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
}

.retail {
  color: #666;
  margin-top: 10px;
}

.retail span {
  text-decoration: line-through;
  color: #e53935;
}

.price {
  font-size: 36px;
  font-weight: 900;
  margin: 10px 0 20px;
}

.primary-btn {
  display: inline-block;
  background: #f5a623;
  color: #000;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
}

.price-card.popular {
  border: 3px solid #1e4fd7;
  transform: scale(1.03);
}

.price-card.best {
  border: 3px solid #0a9d5d;
}

.tag {
  font-weight: 700;
  margin-bottom: 10px;
}

.shipping-strip {
  margin-top: 40px;
  background: #4456c7;
  color: #fff;
  padding: 24px;
  border-radius: 14px;
  text-align: center;
}

.shipping-strip span {
  display: block;
  font-size: 14px;
  opacity: 0.9;
  margin-top: 6px;
}

/* INGREDIENT GRID */
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  margin-top: 50px;
}

/* INGREDIENT CARD */
.ingredient-card {
  background: #f9fbff;
  border-radius: 18px;
  padding: 28px 24px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.ingredient-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* IMAGE FRAME (CRITICAL FIX) */
.ingredient-image {
  width: 100%;
  height: 160px;              /* SAME HEIGHT FOR ALL */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* IMAGE ITSELF */
.ingredient-image img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}

/* TEXT */
.ingredient-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.ingredient-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #555;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .ingredient-image {
    height: 140px;
  }
}

.ingredients-section {
  background: #ffffff;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.ingredient-card {
  text-align: center;
  background: #f9fbff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
}

.ingredient-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
}

.ingredient-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.ingredient-card p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}

/* WHY IT WORKS SECTION */
.why-it-works {
  background: #f7f9fc;
}

.intro-text {
  font-size: 18px;
  max-width: 800px;
  margin: 20px auto 50px;
  line-height: 1.8;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.work-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.work-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.work-card ul {
  padding-left: 18px;
}

.work-card li {
  margin-bottom: 8px;
}

.work-card .muted {
  color: #555;
  font-size: 15px;
}

.work-card.highlight {
  border: 2px solid #005aa7;
  background: linear-gradient(180deg, #ffffff, #f0f6ff);
}

/* ===== FINAL CTA HIGHLIGHT ===== */

.final-cta {
  max-width: 900px;
  margin: 50px auto 0;
  padding: 32px 34px;
  background: #f7f9fc;
  border-left: 5px solid #005aa7;
  border-radius: 12px;
}

.final-cta p {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 18px;
  color: #1f2933;
}

.final-cta .cta-link {
  margin-top: 22px;
  font-weight: 700;
}

.final-cta .cta-link a {
  color: #005aa7;
  text-decoration: none;
}

.final-cta .cta-link a:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .final-cta {
    padding: 24px;
  }

  .final-cta p {
    font-size: 16px;
  }
}

/* ===== HEADER LOGO ===== */
/* ===== HERO BUTTONS ===== */
/* ===== MOBILE NAV FIX ===== */
.nav-order {
  background:#ffcc00;
  color:#000;
  font-weight:800;
}

@media (max-width: 768px) {
  .nav-order {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {

  .sticky-nav {
    padding: 12px 14px;
  }

  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .nav-logo {
    font-size: 26px;
  }

  .nav-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-links a {
    font-size: 15px;
    white-space: nowrap;
  }

  .nav-order {
    margin-left: auto;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 999px;
  }
}

.hero-buttons{
  margin-top:30px;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.hero-btn-primary{
  background:#ff9800;
  color:#fff;
  padding:16px 36px;
  border-radius:10px;
  font-size:18px;
  font-weight:800;
  text-decoration:none;
}

.hero-btn-secondary{
  background:#ffffff;
  color:#005aa7;
  padding:16px 36px;
  border-radius:10px;
  font-size:18px;
  font-weight:800;
  text-decoration:none;
  border:2px solid #005aa7;
}

/* ===== TOP NAV BAR ===== */
.sticky-nav{
  position:sticky;
  top:0;
  z-index:999;
  background:#005aa7;
  padding:14px 20px;
}

.nav-inner{
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.nav-links{
  display:flex;
  gap:30px;
  align-items:center;
}

.nav-links a{
  color:#ffffff;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
}

.nav-order{
  background:#ffcc00;
  color:#000;
  padding:12px 26px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
}

.site-header{
  background:#ffffff;
  padding:18px 20px;
  border-bottom:1px solid #eaeaea;
}

.logo{
  font-size:28px;
  font-weight:900;
  letter-spacing:0.5px;
  color:#111;
}

.logo span{
  color:#005aa7; /* brand blue */
  font-weight:900;
}

@media(max-width:768px){
  .logo{
    font-size:24px;
    text-align:center;
  }
}

/* ===== WHAT IS NEURO SURGE ===== */
/* ===== WHAT IS NEURO SURGE (PREMIUM) ===== */
.what-is-wrapper{
  background:#ffffff;
}

.what-is-title{
  background:#005aa7;
  color:#ffffff;
  text-align:center;
  padding:30px 20px;
  font-size:34px;
  font-weight:900;
}

.what-is-content{
  max-width:1200px;
  margin:auto;
  padding:60px 20px;
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:60px;
  align-items:center;
}

.what-is-content p{
  font-size:18px;
  line-height:1.85;
  margin-bottom:22px;
}

.what-is-image img{
  max-width:100%;
}

@media(max-width:900px){
  .what-is-content{
    grid-template-columns:1fr;
    text-align:left;
  }
  .what-is-image{
    text-align:center;
  }
}

.what-is {
  background:#f8f9fb;
  border-radius:16px;
  padding:50px 40px;
  max-width:1000px;
  margin:60px auto;
}

.what-is h2{
  font-size:36px;
  margin-bottom:20px;
}

.what-is p{
  font-size:18px;
  line-height:1.8;
  max-width:900px;
}

/* ===== KEY BENEFITS ===== */

.benefits {
  max-width:1000px;
  margin:60px auto;
}

.benefits-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
  margin-top:30px;
}

.benefit-card{
  background:#ffffff;
  border-radius:16px;
  padding:28px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:transform .25s ease;
}

.benefit-card:hover{
  transform:translateY(-6px);
}

.benefit-card h4{
  font-size:20px;
  margin-bottom:10px;
}

.benefit-card p{
  font-size:16px;
  line-height:1.7;
}

*{margin:0;padding:0;box-sizing:border-box}
body{
  font-family:Inter,Arial,sans-serif;
  color:#222;
  line-height:1.7;
  background:#fff;
}
img{max-width:100%;height:auto}
a{text-decoration:none}

.container{
  max-width:1200px;
  margin:auto;
  padding:20px;
}

.center{text-align:center}

.btn{
  display:inline-block;
  background:linear-gradient(135deg,#ff9800,#ff5722);
  color:#fff;
  padding:14px 30px;
  border-radius:6px;
  font-weight:900;
  letter-spacing:.5px;
  transition:.3s;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(0,0,0,.25);
}

/* HERO */
.hero{
  background:#f4f7ff;
  padding:70px 20px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}
.hero h1{
  font-size:44px;
  line-height:1.2;
  margin-bottom:20px;
}
.hero p{
  font-size:18px;
  margin-bottom:25px;
}

/* TRUST SECTION */
.trust-section{
  padding:70px 20px;
  background:#fff;
}
.trust-grid{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  text-align:center;
}
.trust-card img{
  margin-bottom:20px;
}
.trust-card h3{
  font-size:20px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}
.trust-card p{
  font-size:16px;
  color:#333;
  max-width:240px;
  margin:auto;
}

/* SECTIONS */
.section{
  padding:70px 20px;
}
.section h2{
  font-size:36px;
  text-align:center;
  margin-bottom:25px;
}
.section p{
  max-width:900px;
  margin:0 auto 18px;
  font-size:17px;
}

/* PRICING */
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:35px;
  margin-top:40px;
}
.price-card{
  border:2px solid #eee;
  border-radius:12px;
  padding:25px;
  text-align:center;
}
.price-card.highlight{
  border-color:#ff9800;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
}
.price-card img{
  margin-bottom:15px;
}
.price-card h3{
  font-size:24px;
  margin-bottom:8px;
}
.price{
  font-size:32px;
  font-weight:900;
  color:#ff5722;
  margin:10px 0;
}

/* BENEFITS */
.benefits ul{
  max-width:900px;
  margin:30px auto;
}
.benefits li{
  margin-bottom:12px;
  font-size:17px;
}

/* ===== TESTIMONIAL CARDS ===== */
.reviews-title{
  text-align:center;
  font-size:42px;
  margin-bottom:40px;
}

.reviews-grid{
  display:grid;
  gap:30px;
  max-width:900px;
  margin:auto;
}

.review-card{
  display:flex;
  gap:20px;
  background:#f7f7f7;
  border-radius:14px;
  padding:25px;
  align-items:center;
}

.review-card img{
  width:90px;
  height:90px;
  object-fit:cover;
  border-radius:12px;
}

.review-content strong{
  font-size:18px;
}

.review-content p{
  margin-top:8px;
}

.stars{
  color:#f5c518;
  font-size:18px;
  margin-bottom:4px;
}

@media(max-width:768px){
  .review-card{
    flex-direction:column;
    text-align:center;
  }
}

/* TESTIMONIALS */
.testimonial{
  background:#fafafa;
  border-radius:10px;
  padding:25px;
  margin:20px auto;
  max-width:900px;
}

/* ===== GUARANTEE SECTION ===== */
.guarantee-section{
  background:#ffffff;
  padding:70px 20px;
}

.guarantee-box{
  max-width:1000px;
  margin:auto;
  display:grid;
  grid-template-columns:260px 1fr;
  gap:40px;
  align-items:center;
}

.guarantee-box img{
  max-width:220px;
}

.guarantee-box h2{
  font-size:36px;
  margin-bottom:15px;
}

.guarantee-box p{
  font-size:18px;
  line-height:1.8;
  margin-bottom:25px;
}

.guarantee-box .btn{
  background:#ff9800;
  color:#fff;
  padding:15px 36px;
  border-radius:8px;
  font-size:18px;
  font-weight:800;
  text-decoration:none;
}

@media(max-width:768px){
  .guarantee-box{
    grid-template-columns:1fr;
    text-align:center;
  }
}

}

/* FOOTER */
footer{
  background:#111;
  color:#bbb;
  padding:30px 20px;
  text-align:center;
  font-size:14px;
}

/* RESPONSIVE */
@media(max-width:992px){
  .hero-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .trust-grid{grid-template-columns:1fr}
}
.blue-strong-line{
  background:#005aa7;
  color:#ffffff;
  padding:28px 20px;
  text-align:center;
  font-size:34px;
  font-weight:900;
  letter-spacing:0.3px;
}

.blue-strong-line span{
  display:block;
  font-size:22px;
  font-weight:600;
  margin-top:8px;
  opacity:0.95;
}

@media(max-width:768px){
  .blue-strong-line{
    font-size:26px;
  }
  .blue-strong-line span{
    font-size:18px;
  }
}
.pricing-headline{
  background:#005aa7;
  color:#fff;
  padding:30px 20px;
  text-align:center;
  font-size:36px;
  font-weight:900;
  letter-spacing:0.4px;
}

.pricing-headline span{
  display:block;
  margin-top:10px;
  font-size:22px;
  font-weight:600;
  opacity:0.95;
}

@media(max-width:768px){
  .pricing-headline{
    font-size:26px;
  }
  .pricing-headline span{
    font-size:18px;
  }
}
.benefits-headline{
  background:#005aa7;
  color:#ffffff;
  padding:30px 20px;
  text-align:center;
  font-size:34px;
  font-weight:900;
  letter-spacing:0.4px;
}

.benefits-headline span{
  display:block;
  margin-top:10px;
  font-size:22px;
  font-weight:600;
  opacity:0.95;
}

@media(max-width:768px){
  .benefits-headline{
    font-size:26px;
  }
  .benefits-headline span{
    font-size:18px;
  }
}

.nav-logo{
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
}

.logo-main{
  color:#ffffff;
}

.logo-accent{
  color:#00c2ff;
}

.nav-logo sup{
  font-size: 12px;
  top: -1.2em;
  margin-left: 2px;
}
/* INGREDIENTS SECTION */
.ingredients-section{
  background:#ffffff;
  padding:0 0 80px;
}

.section-title{
  background:#005aa7;
  color:#fff;
  text-align:center;
  font-size:34px;
  font-weight:900;
  padding:30px 20px;
}

.ingredients-intro{
  max-width:900px;
  margin:40px auto;
  text-align:center;
  font-size:18px;
  line-height:1.8;
}

.ingredients-intro .bold{
  font-weight:700;
  margin-top:20px;
}

.ingredient-list{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.ingredient-item{
  background:#f6f9fc;
  border-radius:14px;
  padding:30px;
  position:relative;
}

.ingredient-item .num{
  position:absolute;
  top:-15px;
  left:-15px;
  background:#005aa7;
  color:#fff;
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

.ingredient-item h3{
  margin-top:10px;
  font-size:22px;
}

.ingredient-item p{
  font-size:16px;
  line-height:1.7;
}

@media(max-width:900px){
  .ingredient-list{
    grid-template-columns:1fr;
  }
}

.certification-section{
  background:#ffffff;
  padding:80px 20px;
  text-align:center;
}

.certification-section h2{
  font-size:32px;
  margin-bottom:50px;
}

.cert-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.cert-item{
  background:#005aa7;
  color:#fff;
  padding:35px;
  border-radius:16px;
}

.cert-item span{
  display:inline-block;
  background:#fff;
  color:#005aa7;
  width:40px;
  height:40px;
  border-radius:50%;
  font-weight:800;
  line-height:40px;
  margin-bottom:15px;
}

@media(max-width:900px){
  .cert-grid{
    grid-template-columns:1fr;
  }
}

/* CERTIFICATION IMAGE STRIP */
.cert-strip{
  background:#005aa7;
  padding:30px 20px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.cert-strip img{
  max-width:900px;
  width:100%;
  height:auto;
}

/* Mobile spacing */
@media(max-width:768px){
  .cert-strip{
    padding:20px 12px;
  }
}
section {
  scroll-margin-top: 100px;
}
/* HOW IT WORKS – PROFESSIONAL VERSION */
.how-it-works-section{
  background:#f4f7fb;
  padding:70px 0;
}

.how-it-works-header{
  background:#005aa7;
  padding:22px 20px;
  text-align:center;
}

.how-it-works-header h2{
  color:#ffffff;
  font-size:30px;
  font-weight:800;
  margin:0;
  letter-spacing:0.3px;
}

.how-it-works-content{
  max-width:980px;
  margin:40px auto 0;
  background:#ffffff;
  padding:48px 48px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

.how-it-works-content p{
  font-size:17px;
  line-height:1.85;
  color:#1f2933;
  margin-bottom:22px;
}

.how-it-works-content p:last-child{
  margin-bottom:0;
}

/* Mobile */
@media(max-width:768px){
  .how-it-works-header h2{
    font-size:24px;
  }
  .how-it-works-content{
    padding:30px 22px;
  }
}

}

/* ===== BLOG ARTICLE STYLING ===== */

.blog-article {
  max-width: 860px;
  margin: 40px auto;
  padding: 40px 36px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  font-size: 18px;
  line-height: 1.85;
  color: #1f2933;
}

/* Headings */
.blog-article h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.blog-article h2 {
  font-size: 28px;
  margin-top: 48px;
  margin-bottom: 16px;
}

.blog-article h3 {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 12px;
}

/* Paragraphs */
.blog-article p {
  margin-bottom: 18px;
}

/* Lists */
.blog-article ul {
  padding-left: 22px;
  margin: 18px 0 26px;
}

.blog-article li {
  margin-bottom: 10px;
}

/* Links */
.blog-article a {
  color: #005aa7;
  font-weight: 600;
}

.blog-article a:hover {
  text-decoration: underline;
}

/* Table of Contents */
.blog-article .toc {
  background: #f4f7fb;
  border-left: 4px solid #005aa7;
  padding: 20px 24px;
  border-radius: 8px;
  margin: 32px 0;
}

.blog-article .toc h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-article .toc a {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

/* Disclaimer */
.blog-article .disclaimer {
  font-size: 14px;
  color: #555;
  background: #f8fafc;
  padding: 16px 20px;
  border-radius: 8px;
  margin-top: 40px;
}

/* Mobile */
@media (max-width: 768px) {
  .blog-article {
    padding: 26px 22px;
    font-size: 17px;
  }

  .blog-article h1 {
    font-size: 32px;
  }

  .blog-article h2 {
    font-size: 24px;
  }
}
.question-list p {
  margin: 6px 0;
  font-weight: 500;
}
/* ===== CONSISTENT BLOG LIST STYLE ===== */

/* All lists inside articles */
.blog-article ul {
  list-style: none;                 /* remove default bullets */
  margin: 20px 0 28px;
  padding-left: 0;                  /* remove left drift */
}

/* Each list item */
.blog-article li {
  position: relative;
  padding-left: 22px;               /* controlled indent */
  margin-bottom: 10px;
  font-size: 18px;
}

/* Custom subtle bullet */
.blog-article li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #005aa7;                   /* brand blue */
  font-size: 22px;
  line-height: 1;
}
/* ===== FAQ STYLING (EDITORIAL) ===== */

.blog-article #faq {
  margin-top: 60px;
}

.blog-article .faq-item {
  padding: 18px 0 22px;
  border-bottom: 1px solid #e5e7eb;
}

.blog-article .faq-item:last-child {
  border-bottom: none;
}

.blog-article .faq-item h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #111;
}

.blog-article .faq-item p {
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid #005aa7;
  color: #1f2933;
  line-height: 1.75;
}

/* Mobile */
@media (max-width: 768px) {
  .blog-article .faq-item h3 {
    font-size: 18px;
  }
}
/* ===== NUMBERED SECTION BLOCKS (BLOG) ===== */

.blog-article h2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 24px;
}

/* Section description under heading */
.blog-article h2 + p {
  max-width: 700px;
  margin: 0 auto 26px;
  text-align: center;
  color: #333;
  font-size: 18px;
}

/* Bullet container */
.blog-article ul {
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}

/* Bullet items */
.blog-article li {
  position: relative;
  padding: 14px 16px 14px 42px;
  margin-bottom: 12px;
  background: #f7f9fc;
  border-radius: 10px;
  font-size: 17px;
}

/* Custom bullet dot */
.blog-article li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #005aa7;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 22px;
}

/* Divider between sections */
.blog-article hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 60px 0;
}

/* Mobile tuning */
@media (max-width: 768px) {
  .blog-article h2 {
    font-size: 26px;
  }

  .blog-article li {
    font-size: 16px;
    padding-left: 38px;
  }
}
/* ===== Blog Editorial Enhancements ===== */

.blog-article {
  max-width: 860px;
  margin: auto;
  line-height: 1.75;
}

.blog-section {
  margin: 60px 0;
}

.editorial-summary {
  background: #f6f9fc;
  border-left: 4px solid #ff8a00;
  padding: 20px 24px;
  margin: 40px 0;
  border-radius: 10px;
}

.editorial-summary ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.ingredient-block {
  background: #ffffff;
  padding: 32px;
  margin: 50px 0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.ingredient-intro {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 18px;
}

.ingredient-benefits li {
  background: #f7fafc;
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 12px;
  list-style: none;
}

.ingredient-benefits li::before {
  content: "✔";
  color: #0a5bd3;
  margin-right: 10px;
  font-weight: bold;
}

.dose {
  margin-top: 18px;
  font-size: 0.95rem;
  color: #333;
}

.final-cta {
  background: linear-gradient(135deg, #f7faff, #ffffff);
  padding: 40px;
  border-radius: 20px;
  margin-top: 80px;
}

.final-cta a {
  font-weight: 700;
  color: #ff7a00;
}
/* ===== Related Articles Cards ===== */

.related-articles {
  margin-top: 80px;
}

.related-articles h2 {
  text-align: center;
  margin-bottom: 30px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.related-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  color: #111;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.related-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.related-card p {
  font-size: 15px;
  color: #444;
  margin-bottom: 14px;
}

.related-card span {
  font-weight: 700;
  color: #0b5ed7;
}

.related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

</style>