/* Typography System */

body {
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
line-height: 1.6;
overflow-x: hidden;
}

/* Hero Heading */
.display-1 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 3.6rem;
line-height: 1.15;
font-weight: 700;
}

.display-1 > .mbr-iconfont {
font-size: 3.8rem;
}

/* Section Headings */
.display-2 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 2.8rem;
line-height: 1.2;
font-weight: 700;
}

.display-2 > .mbr-iconfont {
font-size: 3rem;
}

/* Card / Feature Titles */
.display-5 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 1.6rem;
line-height: 1.4;
font-weight: 600;
}

.display-5 > .mbr-iconfont {
font-size: 2rem;
}

/* Body Content */
.display-4 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 1.1rem;
line-height: 1.7;
font-weight: 400;
}

.display-4 > .mbr-iconfont {
font-size: 1.4rem;
}

/* FAQ Questions & General Text */
.display-7 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 1rem;
line-height: 1.7;
font-weight: 400;
}

.display-7 > .mbr-iconfont {
font-size: 1.2rem;
}

/* Tablet */
@media (max-width: 992px) {
.display-1 {
font-size: 3rem;
}

.display-2 {
font-size: 2.3rem;
}
}

/* Mobile */
@media (max-width: 768px) {
.display-1 {
font-size: 2.3rem;
line-height: 1.2;
}

.display-2 {
font-size: 1.9rem;
line-height: 1.25;
}

.display-5 {
font-size: 1.35rem;
}

.display-4 {
font-size: 1rem;
}

.display-7 {
font-size: 0.95rem;
}
}

/* ======================================
   GLOBAL RESET (Section Scoped)
====================================== */
.cid-tB83YwBUMj,
.cid-tB15AvPI4t {
  font-family: "Poppins", Arial, sans-serif;
}

/* ======================================
   TOP OFFER BAR
====================================== */
/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* TOP OFFER BAR */
.top-offer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #094983;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 999;
}

/* LOGO */
.offer-logo {
  max-height: 55px;
  width: auto;
  border: 3px solid #004225;
  border-radius: 10px;
}

/* NAVIGATION */
.offer-nav {
  display: flex;
  gap: 24px;
}

.offer-nav a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  transition: color 0.3s ease;
}

.offer-nav a:hover {
  color: #e63946;
}

/* ORDER BUTTON */
.order-btn img {
  height: 70px;
  width: auto;
  display: block;
}

/* SUB-OFFER BANNER - SINGLE LINE */
.top-offer-sub {
  background: #f8f8f8;
  text-align: center;
  padding: 0.75rem 1rem;
  margin: 0;
  border: 3px solid #004225;
  border-radius: 40px;
  font-size: 1.4rem; /* Readable large text */
  font-weight: 700;
  color: #333;
  white-space: nowrap; /* Forces single line */
  overflow: hidden;
  text-overflow: ellipsis; /* Ellipsis if too long */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.top-offer-sub span {
  color: #004225;
  font-weight: 800;
}

/* ========================= */
/* ===== DESKTOP VIEW ===== */
/* ========================= */
@media (min-width: 1024px) {
  .top-offer-bar {
    padding: 10px 40px;
  }

  .offer-logo {
    max-height: 45px;
  }

  .offer-nav a {
    font-size: 25px;
  }

  .order-btn img {
    height: 60px;
  }

  .top-offer-sub {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}

@media (max-width: 1023px) {
  .offer-nav {
    gap: 18px;
  }

  .offer-nav a {
    font-size: 15px;
  }

  .order-btn img {
    height: 65px;
  }
}

@media (max-width: 768px) {
  .top-offer-bar {
    flex-wrap: nowrap; /* No wrap for tight fit */
    justify-content: space-between;
    padding: 8px 12px;
    gap: 8px;
  }

  .offer-logo {
    max-height: 22px;
  }

  .offer-nav {
    width: auto;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .offer-nav a {
    font-size: 13px;
    white-space: nowrap; /* Nav links stay single line */
  }

  .order-btn img {
    height: 35px;
  }

  .top-offer-sub {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    margin: 4px 12px;
    border-width: 2px;
  }
}

@media (max-width: 480px) {
  .top-offer-bar {
    padding: 6px 8px;
  }

  .offer-logo {
    max-height: 18px;
  }

  .offer-nav {
    gap: 8px;
  }

  .offer-nav a {
    font-size: 11px;
  }

  .order-btn img {
    height: 22px;
  }

  .top-offer-sub {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    margin: 2px 8px;
    border-radius: 24px;
  }
}

/* SECTION */
.cid-tB15AvPI4t {
  position: relative;
  padding: 4rem 1rem;
  background: #0c4d8d url("../../images/background.webp") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

/* Dark Overlay */
.cid-tB15AvPI4t::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 0;
}

/* Content Above Overlay */
.cid-tB15AvPI4t > * {
  position: relative;
  z-index: 1;
}

/* Product Image */
.cid-tB15AvPI4t .image-wrapper img {
  max-width: 380px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: -15px;

  filter: drop-shadow(0 25px 50px rgba(0,0,0,.35));

  transition: all .4s ease;
  animation: productFloat 4s ease-in-out infinite;
}

.cid-tB15AvPI4t .image-wrapper img:hover {
  transform: translateY(-8px) scale(1.04);
}

/* Floating Animation */
@keyframes productFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ======================================
   HEADINGS
====================================== */

.cid-tB15AvPI4t h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;

  text-shadow:
    0 2px 10px rgba(0,0,0,.45),
    0 0 20px rgba(2,168,219,.25);
}

.cid-tB15AvPI4t h2 {
  color: #02a8db;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;

  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ======================================
   BODY TEXT
====================================== */

.cid-tB15AvPI4t .mbr-text {
  color: rgba(255,255,255,.92);
  font-size: 1.15rem;
  line-height: 1.85;
  font-weight: 400;

  max-width: 700px;
  margin-bottom: 1.2rem;

  text-shadow: 0 1px 4px rgba(0,0,0,.35);
}

/* Highlight Important Words */
.cid-tB15AvPI4t .mbr-text strong {
  color: #02a8db;
  font-weight: 700;
}

/* ======================================
   TEXT CONTAINER
====================================== */

.cid-tB15AvPI4t .text-box {
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;

  padding: 2rem;

  box-shadow:
    0 10px 40px rgba(0,0,0,.25),
    0 0 20px rgba(2,168,219,.08);
}

/* ======================================
   MOBILE
====================================== */

@media (max-width: 768px) {

  .cid-tB15AvPI4t h1 {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }

  .cid-tB15AvPI4t h2 {
    font-size: 1.3rem;
    text-align: center;
  }

  .cid-tB15AvPI4t .mbr-text {
    font-size: 1rem;
    line-height: 1.75;
    text-align: left;
  }

  .cid-tB15AvPI4t .text-box {
    padding: 1.5rem;
  }
}

/* Reviews */
.reviews-text {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffff00;
  text-align: center;
  line-height: 1.8;
}
/* PREMIUM CTA BUTTON */
.cid-tB15AvPI4t .btn {
    position: relative;
    overflow: hidden;
    background: #02a8db;
    color: #fff !important;

    border: 3px solid #fff; /* Gold border */

    border-radius: 60px;
    padding: 10px 32px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(249,178,1,.35);
    transition: all .35s ease;
}

/* Shine Animation */
.cid-tB15AvPI4t .btn::before {
content: "";
position: absolute;
top: 0;
left: -120%;
width: 60%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255,255,255,.4),
transparent
);
transform: skewX(-25deg);
transition: .8s;
}

.cid-tB15AvPI4t .btn:hover::before {
left: 140%;
}

.cid-tB15AvPI4t .btn:hover {
transform: translateY(-4px);
box-shadow: 0 15px 40px rgba(249,178,1,.5);
}

/* Optional Pulse Effect */
@keyframes btnPulse {
0% { box-shadow: 0 0 0 0 rgba(249,178,1,.5); }
70% { box-shadow: 0 0 0 15px rgba(249,178,1,0); }
100% { box-shadow: 0 0 0 0 rgba(249,178,1,0); }
}

.cid-tB15AvPI4t .btn {
animation: btnPulse 2.5s infinite;
}
/* Mobile */
@media (max-width: 768px) {

  .cid-tB15AvPI4t {
    padding: 3rem 1rem;
    text-align: center;
  }

  .cid-tB15AvPI4t h1 {
    font-size: 2rem;
  }

  .cid-tB15AvPI4t h2 {
    font-size: 1.4rem;
  }

  .cid-tB15AvPI4t .mbr-text {
    font-size: 1rem;
  }

  .cid-tB15AvPI4t .image-wrapper img {
    max-width: 250px;
    margin: 20px auto;
    display: block;
  }

  .reviews-text {
    font-size: 1rem;
  }

  .cid-tB15AvPI4t .btn {
    width: 100%;
    max-width: 320px;
    font-size: 1rem;
  }
}

/* ======================================
   CTA SECTION
====================================== */

.cid-tB83YwBUMj {
  padding: 3rem 1rem;
  margin-top: 10px;
  background: linear-gradient(135deg, #0f3c6e, #1c5fa3);
  position: relative;
  overflow: hidden;
}

.cid-tB83YwBUMj .mbr-section-subtitle {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.cid-tB83YwBUMj p {
  color: #e8f1ff;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 600px;
}

.cid-tB83YwBUMj img {
  max-width: 280px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.35));
}

.cid-tB83YwBUMj .trust-icons img {
  max-width: 120px;
  margin: 6px;
}

.cid-tB83YwBUMj .btn,
.cid-tB83YwBUMj .btn-danger {
  background: linear-gradient(to right, #ff3b3b, #d60000);
  border: none;
  padding: 14px 38px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 65px;
  box-shadow: 0 10px 25px rgba(255,0,0,.45);
  transition: all .3s ease;
}

.cid-tB83YwBUMj .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255,0,0,.65);
}

.cid-tB83YwBUMj .payment-icons img {
  width: 250px;
  max-width: 100%;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 768px) {

  .cid-tB83YwBUMj {
    text-align: center;
    padding: 2.5rem 1rem;
  }

  .cid-tB83YwBUMj .mbr-section-subtitle {
    font-size: 1.5rem;
  }

  .cid-tB83YwBUMj p {
    font-size: 1rem;
    max-width: 100%;
    margin: auto;
  }

  .cid-tB83YwBUMj img {
    max-width: 220px;
    margin-bottom: 1rem;
  }

  .cid-tB83YwBUMj .payment-icons img {
    width: 180px;
  }
}
.customer-name {
  color: #02a8db; /* change to any color you want */
  font-weight: 600;
}
.cid-tB9ez4cVTX {
  position: relative;
  padding: 0 0 2rem;
  background: #fff;
  overflow: hidden;
}



/* Keep all content above background images */
.cid-tB9ez4cVTX > * {
  position: relative;
  z-index: 1;
}

/* PRODUCT IMAGE */
.cid-tB9ez4cVTX img {
  display: block;
  margin: 0 auto 1.5rem;
  border-radius: 24px;
  transition: all 0.45s ease;
}

.cid-tB9ez4cVTX img:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.25),
    0 0 40px rgba(0, 153, 255, 0.35);
}

/* BENEFITS LIST */
.cid-tB9ez4cVTX .benefits-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 2rem;
  padding: 0;
}

.cid-tB9ez4cVTX .benefits-list li {
  list-style: none;
  width: 33.333%;
  padding: 0.5rem;
  font-size: 30px;
  color: #000;
}

.cid-tB9ez4cVTX .benefits-list li::before {
  content: "✔";
  color: #4bba15;
  font-weight: 700;
  margin-right: 8px;
}

/* TRUST BOX */
.cid-tB9ez4cVTX .trust-box {
  border: 8px solid #4bba15;
  border-radius: 40px;
  padding: 1rem;
  margin-top: 1.5rem;
}

.cid-tB9ez4cVTX .trust-item {
  text-align: center;
}

.cid-tB9ez4cVTX .trust-item img {
  max-width: 300px;
  margin: 0 auto 0.5rem;
}

.cid-tB9ez4cVTX .trust-item h6 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cid-tB9ez4cVTX .trust-item p {
  font-size: 20px;
  color: #000;
  margin: 0;
}

/* TITLE */
.cid-tB9ez4cVTX .mbr-section-title {
  background: #b3263a;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.cid-tB9ez4cVTX .mbr-text {
  text-align: center;
}

/* TABLET */
@media (max-width: 991px) {
  .cid-tB9ez4cVTX .benefits-list li {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }

  .cid-tB9ez4cVTX .product-image {
    max-width: 260px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .cid-tB9ez4cVTX::before,
  .cid-tB9ez4cVTX::after {
    width: 28%;
    height: 8%;
  }

  .cid-tB9ez4cVTX img {
    box-shadow:
      0 10px 30px rgba(0, 0, 0, 0.15),
      0 20px 50px rgba(0, 0, 0, 0.1);
  }

  .cid-tB9ez4cVTX .trust-item img {
    max-width: 180px;
  }

  .cid-tB9ez4cVTX .trust-item h6 {
    font-size: 20px;
  }

  .cid-tB9ez4cVTX .trust-item p {
    font-size: 16px;
  }
}
.cid-tB85bPoWQz {
  padding-top: 1rem;
  padding-bottom: 0;
  background: linear-gradient(180deg, #000000 10%, #4a0920 100%);
}

.cid-tB85bPoWQz .mbr-fallback-image.disabled {
  display: none;
}

.cid-tB85bPoWQz .mbr-fallback-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.cid-tB85bPoWQz .mbr-section-subtitle {
  color: #ffffff;
}

/* ======================================
   SECTION BACKGROUND
====================================== */

.cid-tU0tbDXaQb {
  position: relative;
  padding: 0;
  background: #ffffff;
}

.cid-tU0tbDXaQb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  z-index: 0;
}

.cid-tU0tbDXaQb > * {
  position: relative;
  z-index: 1;
}

.cid-tU0tbDXaQb .mbr-fallback-image.disabled {
  display: none;
}

.cid-tU0tbDXaQb .mbr-fallback-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.cid-tU0tbDXaQb .mbr-section-subtitle,
.cid-tU0tbDXaQb .mbr-section-subtitle div {
  text-align: left;
}

/* Organic Image Frame */

.organic-frame {
  display: inline-block;
  padding: 12px;
  border-radius: 40px 60px 50px 70px;
  background: linear-gradient(
    135deg,
    #fce7f3,
    #e0f2fe,
    #dcfce7
  );
  box-shadow:
    0 20px 40px rgba(0,0,0,.08),
    inset 0 0 30px rgba(255,255,255,.6);
}

.organic-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px 50px 40px 60px;
}

/* ==========================================
   NERVE ALIVE - WHAT IS IT SECTION
========================================== */

#NerveAlive-What-Is-It {
    padding: 50px 0 20px;
    background: #f8fbff;
}

#NerveAlive-What-Is-It .mbr-section-subtitle {
    font-size: 3rem;
    font-weight: 800;
    color: #0b2c4d;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

#NerveAlive-What-Is-It .mbr-section-subtitle::after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg,#02a8db,#00d4ff);
    margin: 15px auto 0;
    border-radius: 20px;
}

/* ==========================================
   MAIN SECTION
========================================== */

.cid-nervealive {
    position: relative;
    padding: 70px 20px;
    background:
        #ffffff;
    overflow: hidden;
}

.cid-nervealive::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(2,168,219,.15),
            transparent 45%
        );
    pointer-events: none;
}

/* ==========================================
   PRODUCT IMAGE
========================================== */

.cid-nervealive .image-wrapper {
    margin-bottom: 30px;
}

.cid-nervealive .organic-img {
    max-width: 390px;
    width: 100%;
    border-radius: 20px;

    filter:
        drop-shadow(0 25px 50px rgba(0,0,0,.35));

    transition: all .4s ease;

    animation: floatBottle 4s ease-in-out infinite;
}



/* ==========================================
   TEXT STYLE
========================================== */

.cid-nervealive .mbr-text {
    font-size: 1.18rem;
    line-height: 1.7;
    font-weight: 400;

    color: #000;

    text-align: left;

    letter-spacing: .2px;
}

.cid-nervealive .mbr-text strong {
    font-weight: 400;
}

.cid-nervealive .mbr-text::first-letter {
    font-size: 3rem;
    font-weight: 700;
    color: #02a8db;
    float: left;
    line-height: 1;
    padding-right: 8px;
}

/* ==========================================
   CTA BUTTON
========================================== */

.cid-nervealive .btn {
    margin-top: 30px;

    background: linear-gradient(
        135deg,
        #02a8db,
        #0066ff
    );

    color: #fff !important;

    border: 3px solid rgba(255,255,255,.25);

    border-radius: 60px;

    padding: 16px 42px;

    font-size: 1.1rem;
    font-weight: 700;

    letter-spacing: .5px;
    text-transform: uppercase;

    position: relative;
    overflow: hidden;

    box-shadow:
        0 15px 35px rgba(2,168,219,.35);

    transition: all .35s ease;
}

/* Shine Effect */

.cid-nervealive .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;

    width: 50%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.4),
        transparent
    );

    transform: skewX(-25deg);
    transition: .8s;
}

.cid-nervealive .btn:hover::before {
    left: 140%;
}

.cid-nervealive .btn:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 45px rgba(2,168,219,.5);
}

/* ==========================================
   ICON INSIDE BUTTON
========================================== */

.cid-nervealive .btn .mbr-iconfont {
    margin-right: 10px;
    font-size: 1.2rem;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 768px) {

    #NerveAlive-What-Is-It .mbr-section-subtitle {
        font-size: 2rem;
    }

    .cid-nervealive {
        padding: 50px 15px;
    }

    .cid-nervealive .text-wrapper {
        padding: 25px;
    }

    .cid-nervealive .mbr-text {
        font-size: 1rem;
        line-height: 1.8;
        text-align: left;
    }

    .cid-nervealive .organic-img {
        max-width: 250px;
    }

    .cid-nervealive .btn {
        width: 100%;
        max-width: 320px;
        font-size: 1rem;
        padding: 14px 25px;
    }
}
/* ==========================================
   SECTION TITLE
========================================== */

#NerveAlive-How-It-Works {
    padding: 60px 0 20px;
    background: #f8fbff;
}

#NerveAlive-How-It-Works .mbr-section-subtitle {
    font-size: 2.8rem;
    font-weight: 800;
    color: #083b6e;
    text-align: center;
    line-height: 1.3;
}

#NerveAlive-How-It-Works .mbr-section-subtitle::after {
    content: "";
    display: block;
    width: 130px;
    height: 5px;
    margin: 15px auto 0;
    border-radius: 20px;
    background: linear-gradient(90deg,#02a8db,#00e1ff);
}

/* ==========================================
   MAIN CONTENT SECTION
========================================== */

#content4-nervealive {
    padding: 80px 20px;
    background: linear-gradient(
        135deg,
        #021c35,
        #053f73,
        #021c35
    );
    position: relative;
}

#content4-nervealive::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
    radial-gradient(
        circle at top right,
        rgba(2,168,219,.12),
        transparent 40%
    );
    pointer-events: none;
}

/* ==========================================
   CONTENT WRAPPER
========================================== */

#content4-nervealive .mbr-title {
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 30px;

    padding: 45px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.25),
        0 0 30px rgba(2,168,219,.08);

    color: #fff;
}

/* ==========================================
   PRODUCT IMAGE
========================================== */

.organic-frame {
    text-align: center;
    margin-bottom: 40px;
}

.organic-img {
    max-width: 320px;
    width: 100%;

    border-radius: 24px;

    filter:
        drop-shadow(0 25px 50px rgba(0,0,0,.4));

    transition: all .4s ease;

    animation: bottleFloat 4s ease-in-out infinite;
}

.organic-img:hover {
    transform: translateY(-12px) scale(1.05);
}

@keyframes bottleFloat {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* ==========================================
   INTRO TEXT
========================================== */

#content4-nervealive .mbr-title > div:first-of-type strong {
    display: block;

    color: rgba(255,255,255,.95);

    font-size: 1.18rem;
    line-height: 1.9;
    font-weight: 400;

    text-align: left;
}

/* ==========================================
   STAGE BLOCKS
========================================== */

#content4-nervealive .mbr-title > div {
    margin-bottom: 18px;
}

/* Stage Headings */

#content4-nervealive strong {
    font-weight: 700;
}

#content4-nervealive div strong:first-child {
    color: #00d8ff;
}

/* Stage Cards */

#content4-nervealive .stage-box {
    background: rgba(255,255,255,.05);
    border-left: 5px solid #00d8ff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

/* ==========================================
   CUSTOM STAGE TITLES
========================================== */

.stage-title {
    display: block;

    font-size: 1.35rem;
    font-weight: 700;

    color: #00d8ff;

    margin-bottom: 10px;
}

.stage-text {
    color: rgba(255,255,255,.92);
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 400;
}

/* ==========================================
   LONG TERM SUPPORT BOX
========================================== */

.longterm-box {
    background: linear-gradient(
        135deg,
        rgba(2,168,219,.15),
        rgba(255,255,255,.04)
    );

    border: 2px solid rgba(2,168,219,.3);

    border-radius: 20px;

    padding: 25px;
    margin-top: 25px;
}

.longterm-box .stage-title {
    color: #ffd54a;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:768px) {

    #NerveAlive-How-It-Works .mbr-section-subtitle {
        font-size: 2rem;
    }

    #content4-nervealive {
        padding: 50px 15px;
    }

    #content4-nervealive .mbr-title {
        padding: 25px;
    }

    .organic-img {
        max-width: 240px;
    }

    .stage-title {
        font-size: 1.15rem;
    }

    .stage-text {
        font-size: 1rem;
        line-height: 1.7;
    }
}
.cid-uyQCcfQBT1{
  position: relative;
  padding: 1.5rem 1rem;
  overflow: hidden;

  background: #0c4d8d;
  box-shadow:
    0 15px 40px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.08);
}

/* Decorative Glow */
.cid-uyQCcfQBT1::before{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  top:-120px;
  right:-80px;
  border-radius:50%;
  background:rgba(255,222,137,.15);
  filter:blur(40px);
}

.cid-uyQCcfQBT1::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  bottom:-80px;
  left:-50px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  filter:blur(30px);
}

/* Heading */
.cid-uyQCcfQBT1 .mbr-section-subtitle{
  position:relative;
  z-index:2;

  color:#fff;
  font-family:Jost,sans-serif;
  font-size:clamp(1.4rem,2.8vw,2.6rem);
  line-height:1.4;
  font-weight:800;
  letter-spacing:.3px;

  max-width:1000px;
  margin:auto;
}

/* Highlight Text */
.cid-uyQCcfQBT1 .shipping-highlight{
  display:block;
  color:#ffde89;
  font-size:1.15em;
  margin-bottom:12px;
}

.cid-uyQCcfQBT1 .popular-highlight{
  display:block;
  color:#ffffff;
  font-size:.85em;
  font-weight:600;
  opacity:.95;
}

/* Mobile */
@media (max-width:768px){

  .cid-uyQCcfQBT1{
    padding:2rem 1rem;
    border-radius:18px;
  }

  .cid-uyQCcfQBT1 .mbr-section-subtitle{
    font-size:1.3rem;
    line-height:1.5;
  }
}


.testimonial-section{
    padding:30px 15px;
    background:#f8fbff;
}

.testimonial-card{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:40px;

    background:#fff;
    border-radius:30px;

    padding:35px;

    box-shadow:
      0 15px 40px rgba(0,0,0,.08);

    transition:.4s ease;
}

.testimonial-card:hover{
    transform:translateY(-8px);
    box-shadow:
      0 25px 60px rgba(0,0,0,.12);
}

.testimonial-content{
    flex:1;
}

.testimonial-content h2{
    color:#02a8db;
    font-size:2rem;
    font-weight:800;
    margin-bottom:15px;
}

.verified{
    display:inline-block;
    background:#e8fff2;
    color:#16a34a;
    padding:8px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:20px;
}

.testimonial-content p{
    font-size:1.1rem;
    line-height:1.8;
    color:#444;
}

.author{
    margin-top:20px;
}

.testimonial-divider{
    width:2px;
    height:220px;
    background:linear-gradient(
        to bottom,
        transparent,
        #02a8db,
        transparent
    );
}

.testimonial-image img{
    width:260px;
    height:260px;
    object-fit:cover;
    border-radius:24px;

    box-shadow:
      0 15px 35px rgba(2,168,219,.25);
}

@media(max-width:768px){

    .testimonial-card{
        flex-direction:column;
        text-align:center;
        padding:25px;
    }

    .testimonial-divider{
        display:none;
    }

    .testimonial-image img{
        width:220px;
        height:220px;
    }

    .testimonial-content h2{
        font-size:1.5rem;
    }
}

/* =====================================
   NERVE ALIVE INGREDIENTS SECTION
===================================== */

#nervealive-ingredients {
  padding: 4rem 0;
  background: #f8fbff;
}

/* =====================================
   SECTION HEADER
===================================== */

.section-header {
  background: #0c4d8d;
  padding: 1.8rem 1rem;
  margin-bottom: 2rem;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.section-title {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
}

.ingredients-title {
  max-width: 1000px;
  margin: 0 auto 3rem;
  text-align: center;
  color: #2f3c4f;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 600;
  padding: 0 1rem;
}

/* =====================================
   INGREDIENTS GRID
===================================== */

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 4rem;
  padding: 0 1rem;
}

.ingredient-item {
  text-align: center;
  transition: all .3s ease;
}

.ingredient-item:hover {
  transform: translateY(-6px);
}

.ingredient-item img {
  width: 100%;
  max-width: 220px;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.ingredient-item h4 {
  margin-top: 1rem;
  font-size: .95rem;
  font-weight: 800;
  color: #0c4d8d;
  line-height: 1.3;
  text-transform: uppercase;
}

/* =====================================
   INTRO CARD
===================================== */

.evidence-intro {
  margin-bottom: 3rem;
}

.intro-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  border: 1px solid #e5eef8;
}

.intro-heading {
  text-align: center;
  font-size: 1.8rem;
  color: #0c4d8d;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.intro-text {
  color: #b5c997;
  line-height: 1.7;
  font-size: 1.16rem;
  text-align: justify;
}

/* =====================================
   EVIDENCE GRID
===================================== */

.evidence-grid {
  display: grid;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.evidence-item {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 25px rgba(0,0,0,.06);
  border: 1px solid #e5eef8;
  transition: all .3s ease;
}

.evidence-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,.10);
}

/* Ingredient Header */

.ingredient-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.ingredient-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #0c4d8d;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredient-title {
  font-size: 1.55rem;
  font-weight: 800;
  color: #0c4d8d;
  margin: 0;
}

/* Evidence Content */

.evidence-content {
  display: grid;
  gap: 1.5rem;
}

.evidence-text,
.mechanism-text {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #000;
}
.evidence-block,
.mechanism-block {
  padding: 1.5rem;
  border-radius: 14px;
  background: #b5c997;
  border-left: 5px solid #0c4d8d;
}

.evidence-label,
.mechanism-label {
  color: #0c4d8d;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: .7rem;
}

.evidence-text,
.mechanism-text {
  color: #000;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* =====================================
   CONCLUSION
===================================== */

.evidence-conclusion {
  margin-top: 4rem;
}

.conclusion-card {
  background: #094983;
  color: #fff;
  padding: 3rem;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.conclusion-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.conclusion-text {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 1024px) {

  .ingredients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .section-title {
    font-size: 1.5rem;
  }

  .ingredients-title {
    font-size: 1rem;
  }

  .ingredients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .ingredient-item img {
    max-width: 140px;
    height: 100px;
  }

  .ingredient-item h4 {
    font-size: .75rem;
  }

  .ingredient-header {
    flex-direction: column;
    text-align: center;
  }

  .ingredient-title {
    font-size: 1.15rem;
  }

  .intro-card,
  .evidence-item,
  .conclusion-card {
    padding: 1.5rem;
  }

  .intro-text,
  .evidence-text,
  .mechanism-text,
  .conclusion-text {
    text-align: left;
  }
}

@media (max-width: 480px) {

  .ingredients-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ingredient-item img {
    max-width: 120px;
    height: 90px;
  }

  .ingredient-number {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
}



.guarantee-section {
  padding: 60px 20px;
  background-color: #fbf6ec;
}

.guarantee-card {
  max-width: 1100px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 40px;

  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  align-items: center;

  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.guarantee-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee-badge img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}

.guarantee-content h2 {
  font-size: 2.8rem;
  color: #0a3d2e;
  margin-bottom: 15px;
}

.guarantee-content h2 span {
  color: #0a7a55;
}

.guarantee-content h4 {
  color: #d60000;
  margin-top: 10px;
  margin-bottom: 4px;
}

.guarantee-content p {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000;
}

.guarantee-content .highlight {
  font-weight: 600;
  color: #0a3d2e;
}

@media (max-width: 768px) {
  .guarantee-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 20px;
  }

  .guarantee-badge img {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .guarantee-content h2 {
    font-size: 1.8rem;
  }

  .guarantee-content p {
    font-size: 1.2rem;
  }
}
.offer-section {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}

.offer-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.offer-card img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 25px;
}

.offer-card img:hover {
  transform: scale(1.03);
}

@media (max-width: 900px) {
  .offer-grid {
    flex-direction: column;
    align-items: center;
  }
}
/* ===================================
   NERVE ALIVE - PRODUCT LANDING PAGE STYLES
   =================================== */

/* RESET & BASE STYLES */
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

html {
   scroll-behavior: smooth;
}

body {
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6;
   color: #2c3e50;
   background: #f8f9fa;
}

img {
   max-width: 100%;
   height: auto;
   display: block;
}

a {
   text-decoration: none;
   color: inherit;
}

.container {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.text-center {
   text-align: center;
}

.btn-primary {
   display: inline-block;
   background: linear-gradient(135deg, #00c853 0%, #00e676 100%);
   color: white;
   padding: 18px 40px;
   border-radius: 50px;
   font-size: 1.2rem;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   transition: all 0.3s ease;
   box-shadow: 0 4px 15px rgba(0, 200, 83, 0.3);
   border: none;
   cursor: pointer;
}

.btn-primary:hover {
   transform: translateY(-3px);
   box-shadow: 0 6px 25px rgba(0, 200, 83, 0.4);
   background: linear-gradient(135deg, #00b248 0%, #00cc6a 100%);
}

.btn-secondary {
   display: inline-block;
   background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%);
   color: white;
   padding: 16px 36px;
   border-radius: 45px;
   font-size: 1.1rem;
   font-weight: 600;
   transition: all 0.3s ease;
   box-shadow: 0 4px 12px rgba(21, 101, 192, 0.3);
}

.btn-secondary:hover {
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(21, 101, 192, 0.4);
   background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
}

.btn-primary.large {
   padding: 22px 50px;
   font-size: 1.3rem;
}

/* ===================================
   OFFER SECTION
   =================================== */
.offer-section {
   padding: 80px 0;
   background: linear-gradient(135deg, #ffffff 0%, #e8f5e9 100%);
   border-bottom: 3px solid #00c853;
}

.offer-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 50px;
   align-items: center;
}

.offer-image img {
   border-radius: 20px;
   box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
   transition: transform 0.3s ease;
}

.offer-image img:hover {
   transform: scale(1.02);
}

.offer-content h2 {
   font-size: 2.5rem;
   color: #1b5e20;
   margin-bottom: 15px;
   font-weight: 800;
}

.offer-content p {
   font-size: 1.1rem;
   color: #555;
   margin-bottom: 30px;
}

.price-box {
   background: white;
   padding: 25px;
   border-radius: 15px;
   margin-bottom: 30px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
   border: 2px solid #00c853;
}

.price-box .label {
   display: block;
   font-size: 1rem;
   color: #777;
   margin-bottom: 8px;
}

.old-price {
   font-size: 2rem;
   color: #d32f2f;
   font-weight: 700;
   text-decoration: line-through;
}

/* ===================================
   SECURITY SECTION
   =================================== */
.security-section {
   padding: 70px 0;
   background: #ffffff;
   border-top: 2px solid #e0e0e0;
   border-bottom: 2px solid #e0e0e0;
}

.security-section h3 {
   font-size: 2rem;
   color: #1565c0;
   margin-bottom: 20px;
   font-weight: 700;
}

.security-section h4 {
   font-size: 1.4rem;
   color: #00c853;
   margin: 25px 0 12px;
   font-weight: 600;
}

.security-section p {
   font-size: 1.05rem;
   color: #555;
   line-height: 1.8;
}

.security-section a {
   color: #1565c0;
   font-weight: 600;
   transition: color 0.3s ease;
}

.security-section a:hover {
   color: #00c853;
   text-decoration: underline;
}

/* ===================================
   CTA SECTION
   =================================== */
.cta-section {
   padding: 90px 0;
   background: linear-gradient(135deg, #0d291e 0%, #1a4731 50%, #2d5a47 100%);
   text-align: center;
}

.cta-section h2 {
   font-size: 2.8rem;
   color: white;
   margin-bottom: 35px;
   font-weight: 800;
   text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


.image-section {
   padding: 60px 0;
   background: #f5f5f5;
}

.image-section .container {
   display: flex;
   justify-content: center;
   align-items: center;
}

.image-section img {
   max-width: 100%;
   width: 100%;
   max-height: 600px;
   height: auto;
   aspect-ratio: 1 / 1;
   object-fit: contain;
   border-radius: 15px;
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   margin: 0 auto;
   display: block;
}

.image-section img:hover {
   transform: scale(1.02);
   box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Responsive Image Sizes */
@media (max-width: 991px) {
   .image-section img {
      max-height: 500px;
   }
}

@media (max-width: 767px) {
   .image-section {
      padding: 40px 0;
   }
   
   .image-section img {
      max-height: 400px;
   }
}

@media (max-width: 480px) {
   .image-section img {
      max-height: 300px;
      border-radius: 10px;
   }
}
.image-section img {
   width: 524px;
   height: 524px;
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
}
.image-section {
   padding: 60px 0;
   background: #f5f5f5;
}

.image-section img {
   border-radius: 15px;
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
   max-width: 100%;
   margin: 0 auto;
}

/* ===================================
   PRICING SECTION
   =================================== */
.pricing-section {
   padding: 100px 0;
   background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
   text-align: center;
   border-top: 3px solid #ff9800;
   border-bottom: 3px solid #ff9800;
}

.pricing-section h3 {
   font-size: 1.6rem;
   color: #e65100;
   margin-bottom: 15px;
   font-weight: 600;
}

.pricing-section h2 {
   font-size: 3rem;
   background: linear-gradient(135deg, #00c853 0%, #00e676 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   margin-bottom: 35px;
   font-weight: 900;
}

/* ===================================
   FOOTER SECTION
   =================================== */
.footer-section {
   padding: 60px 0 40px;
   background: linear-gradient(135deg, #0d291e 0%, #1a4731 100%);
   color: white;
}

.disclaimer-text {
   font-size: 0.9rem;
   color: #b0bec5;
   line-height: 1.9;
   margin-bottom: 30px;
   text-align: justify;
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
}

.social-icons {
   display: flex;
   justify-content: center;
   gap: 20px;
   margin-bottom: 30px;
   flex-wrap: wrap;
}

.social-icons a {
   color: #00e676;
   font-size: 1rem;
   padding: 10px 20px;
   border: 2px solid #00e676;
   border-radius: 30px;
   transition: all 0.3s ease;
   font-weight: 600;
}

.social-icons a:hover {
   background: #00e676;
   color: #0d291e;
   transform: translateY(-3px);
   box-shadow: 0 5px 15px rgba(0, 230, 118, 0.3);
}

.footer-section .logo {
   max-width: 180px;
   margin: 0 auto 25px;
   border-radius: 10px;
   background: white;
   padding: 15px;
}

.copyright {
   text-align: center;
   color: #78909c;
   font-size: 0.95rem;
   padding-top: 20px;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */
@media (max-width: 991px) {
   .offer-grid {
      grid-template-columns: 1fr;
      gap: 40px;
   }
   
   .offer-image {
      order: -1;
   }
   
   .offer-content h2 {
      font-size: 2rem;
   }
}

@media (max-width: 767px) {
   .offer-section,
   .security-section,
   .cta-section,
   .pricing-section {
      padding: 50px 0;
   }
   
   .offer-content h2 {
      font-size: 1.8rem;
   }
   
   .cta-section h2 {
      font-size: 2rem;
   }
   
   .pricing-section h2 {
      font-size: 2.2rem;
   }
   
   .btn-primary,
   .btn-secondary {
      padding: 14px 28px;
      font-size: 1rem;
   }
   
   .btn-primary.large {
      padding: 18px 35px;
      font-size: 1.1rem;
   }
   
   .social-icons {
      gap: 12px;
   }
   
   .social-icons a {
      padding: 8px 15px;
      font-size: 0.9rem;
   }
}

@media (max-width: 480px) {
   .container {
      padding: 0 15px;
   }
   
   .offer-content h2 {
      font-size: 1.6rem;
   }
   
   .old-price {
      font-size: 1.6rem;
   }
   
   .cta-section h2 {
      font-size: 1.7rem;
   }
}

/* ===================================
   ANIMATIONS
   =================================== */
@keyframes pulse {
   0%, 100% {
      transform: scale(1);
   }
   50% {
      transform: scale(1.05);
   }
}

.pricing-section .btn-primary {
   animation: pulse 2s infinite;
}

/* ===================================
   ACCESSIBILITY
   =================================== */
.btn-primary:focus,
.btn-secondary:focus,
.social-icons a:focus {
   outline: 3px solid #fff;
   outline-offset: 3px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
   .btn-primary {
      background: #00c853;
   }
   
   .btn-secondary {
      background: #1565c0;
   }
}
/* Nerve Alive Footer Section Styles */
.content13.cid-tB7Yu884tX {
   padding: 4rem 0;
   background: linear-gradient(135deg, #0d291e 0%, #092d51 50%, #092d51 100%);
   position: relative;
   overflow: hidden;
}

.content13.cid-tB7Yu884tX::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 Q55 20 50 30 Q45 20 50 10" fill="rgba(255,255,255,0.05)"/><path d="M70 40 Q75 50 70 60 Q65 50 70 40" fill="rgba(255,255,255,0.05)"/><path d="M30 40 Q35 50 30 60 Q25 50 30 40" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="70" r="8" fill="rgba(255,255,255,0.03)"/></svg>');
   opacity: 0.6;
   pointer-events: none;
}

.content13.cid-tB7Yu884tX .container {
   position: relative;
   z-index: 2;
}

.nerve-nav-list {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: column;
   gap: 1rem;
}

.nerve-nav-list li {
   position: relative;
   padding-left: 1.5rem;
   transition: all 0.3s ease;
}

.nerve-nav-list li::before {
   content: '⚡';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   font-size: 0.9rem;
   transition: transform 0.3s ease;
}

.nerve-nav-list li:hover::before {
   transform: translateY(-50%) scale(1.2);
}

.nerve-nav-list li:hover {
   transform: translateX(5px);
}

.nerve-nav-list li:hover a {
   color: #00ff88 !important;
   text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.nerve-nav-list a {
   display: block;
   padding: 0.75rem 1rem;
   color: #e0e0e0 !important;
   text-decoration: none;
   font-size: 1rem;
   line-height: 1.4;
   border-radius: 8px;
   transition: all 0.3s ease;
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.08);
}

.nerve-nav-list a:hover {
   background: rgba(0, 255, 136, 0.15);
   border-color: rgba(0, 255, 136, 0.4);
   box-shadow: 0 4px 15px rgba(0, 255, 136, 0.2);
   transform: translateY(-2px);
}

.nerve-nav-list a strong {
   font-weight: 600;
   letter-spacing: 0.3px;
}

/* Column Divider */
.col-lg-6:first-child {
   padding-right: 2rem;
}

.col-lg-6:last-child {
   padding-left: 2rem;
}

/* Responsive Design */
@media (max-width: 991px) {
   .col-lg-6:first-child {
      padding-right: 1rem;
      margin-bottom: 2rem;
   }
   
   .col-lg-6:last-child {
      padding-left: 1rem;
   }
   
   .nerve-nav-list {
      gap: 0.75rem;
   }
}

@media (max-width: 767px) {
   .content13.cid-tB7Yu884tX {
      padding: 2.5rem 0;
   }
   
   .nerve-nav-list li::before {
      font-size: 0.8rem;
   }
   
   .nerve-nav-list a {
      padding: 0.6rem 0.8rem;
      font-size: 0.95rem;
   }
}

/* Accessibility */
.nerve-nav-list a:focus {
   outline: 2px solid #00ff88;
   outline-offset: 2px;
}

/* Smooth Scrolling */
html {
   scroll-behavior: smooth;
}

/* Dark Mode Compatibility */
@media (prefers-color-scheme: dark) {
   .content13.cid-tB7Yu884tX {
      background: linear-gradient(135deg, #05140f 0%, #0a2118 50%, #0f3024 100%);
   }
}
/* ==========================================
   NERVE ALIVE FAQ SECTION
========================================== */

.cid-tSWAlyYWsl {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(
        135deg,
        #061b33 0%,
        #0b3560 50%,
        #02a8db 100%
    );
    overflow: hidden;
}

/* Background Glow */
.cid-tSWAlyYWsl::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    top:-250px;
    right:-150px;
    filter:blur(80px);
}

.cid-tSWAlyYWsl::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(249,178,1,.08);
    bottom:-250px;
    left:-150px;
    filter:blur(100px);
}

.cid-tSWAlyYWsl .container{
    position:relative;
    z-index:2;
}

/* FAQ CARD */
.cid-tSWAlyYWsl .card{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px;
    overflow:hidden;
    margin-bottom:20px;
    transition:all .35s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.cid-tSWAlyYWsl .card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 50px rgba(0,0,0,.25);
    border-color:rgba(255,255,255,.25);
}

/* HEADER */
.cid-tSWAlyYWsl .card-header{
    background:transparent;
    border:none;
    padding:0;
}

.cid-tSWAlyYWsl .panel-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:24px 30px;
    text-decoration:none;
}

/* QUESTION TEXT */
.cid-tSWAlyYWsl .panel-title-edit{
    color:#ffffff;
    font-size:1.25rem;
    font-weight:800;
    line-height:1.5;
    margin:0;
    padding-right:20px;
}

/* ICON */
.cid-tSWAlyYWsl .sign{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #f9b201,
        #ff7b00
    );
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    transition:all .35s ease;
    box-shadow:0 8px 20px rgba(249,178,1,.35);
}

/* OPEN STATE */
.cid-tSWAlyYWsl a[aria-expanded="true"] .sign{
    transform:rotate(180deg);
    background:linear-gradient(
        135deg,
        #02a8db,
        #0d6efd
    );
}

/* ANSWER AREA */
.cid-tSWAlyYWsl .panel-body{
    padding:0 30px 28px;
}

.cid-tSWAlyYWsl .panel-text{
    color:rgba(255,255,255,.92);
    font-size:1.08rem;
    line-height:1.9;
    font-weight:500;
    margin:0;
    border-top:1px solid rgba(255,255,255,.12);
    padding-top:20px;
}

/* FAQ Numbering */
.cid-tSWAlyYWsl .card{
    counter-increment:faq;
}

.cid-tSWAlyYWsl .panel-title-edit::before{
    content:"Q";
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    margin-right:12px;
    border-radius:50%;
    background:#f9b201;
    color:#fff;
    font-size:16px;
    font-weight:700;
    vertical-align:middle;
}

/* MOBILE */
@media(max-width:768px){

    .cid-tSWAlyYWsl{
        padding:60px 15px;
    }

    .cid-tSWAlyYWsl .panel-title{
        padding:18px 20px;
    }

    .cid-tSWAlyYWsl .panel-title-edit{
        font-size:1rem;
        line-height:1.5;
    }

    .cid-tSWAlyYWsl .panel-text{
        font-size:.95rem;
        line-height:1.8;
    }

    .cid-tSWAlyYWsl .panel-body{
        padding:0 20px 20px;
    }

    .cid-tSWAlyYWsl .sign{
        width:36px;
        height:36px;
        min-width:36px;
    }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f4f6fb;
  color: #222;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

/* OFFER */
.offer-section {
  padding: 60px 0;
  background: #ffffff;
  color: white;
}

.offer-grid {
  display: flex;
  align-items: center;
  gap: 40px;
}

.offer-image img {
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
}

.offer-content h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.price-box {
  margin: 20px 0;
}

.old-price {
  text-decoration: line-through;
  margin-left: 10px;
  opacity: 0.7;
}

.btn-primary {
  display: inline-block;
  padding: 14px 22px;
  background: #ffb300;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #ff9900;
}

/* SECURITY */
.security-section {
  padding: 60px 0;
  background: white;
}

.security-section h3,
.security-section h4 {
  margin-bottom: 10px;
}

.security-section p {
  margin-bottom: 20px;
}

/* CTA */
.cta-section {
  background: #2d2d55;
  color: white;
  text-align: center;
  padding: 50px 0;
}

.btn-secondary {
  display: inline-block;
  padding: 14px 22px;
  background: white;
  color: #2d2d55;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #ffd700;
}

/* IMAGE */
.image-section {
  padding: 50px 0;
  text-align: center;
}

.image-section img {
  max-width: 100%;
  border-radius: 12px;
}

/* PRICING */
.pricing-section {
  padding: 60px 0;
  text-align: center;
  background: #fff;
}

.pricing-section h2 {
  color: #1f7a1f;
  margin: 10px 0 20px;
}

/* FOOTER */
.footer-section {
  background: #111;
  color: #aaa;
  padding: 40px 0;
  text-align: center;
  font-size: 13px;
}

.social-icons a {
  color: #fff;
  margin: 0 8px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #ffcc00;
}

.logo {
  margin-top: 20px;
  width: 120px;
}

.copyright {
  margin-top: 10px;
}

.cid-uyP7JMlPhO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}


.cid-tB7Yu884tX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(180deg, #000000 2%, #4a0920 10% );
}
.cid-tB7Yu884tX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Yu884tX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Yu884tX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tB7Yu884tX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tB7Yu884tX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #fafafa;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tB7Yu884tX .list {
  color: #ffffff;
}

.cid-asjcjn85{
padding: 10px;
background-color: rgb(255, 240, 213);

}

.cid-uwxQJQjfdC {
  vertical-align: middle;
  margin-top: 20px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0px; /* added radius */
}
/* Clean Structured Medical Divider Style */

/* ===========================
   SCIENCE SECTION
=========================== */

.science-section {
    background: #f7fbff;
    padding: 80px 20px;
}

.science-card {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

.mbr-section-title {
    text-align: center;
    color: #0c3c70;
    font-weight: 800;
    margin-bottom: 10px;
}

.science-subtitle {
    text-align: center;
    color: #02a8db;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.science-intro h3,
.science-conclusion h3 {
    color: #0c3c70;
    font-weight: 800;
    margin-bottom: 20px;
}

.science-intro p,
.science-conclusion p,
.research-block p,
.research-highlight p {
    color: #333;
    font-size: 1.12rem;
    line-height: 1.9;
    margin-bottom: 20px;
}

.research-highlight {
    background: linear-gradient(135deg,#eef8ff,#ffffff);
    border-left: 6px solid #02a8db;
    padding: 30px;
    border-radius: 20px;
    margin: 40px 0;
}

.research-highlight h4 {
    color: #02a8db;
    font-weight: 800;
    margin-bottom: 15px;
}

.science-list {
    padding-left: 20px;
    margin: 20px 0;
}

.science-list li {
    margin-bottom: 10px;
    font-size: 1.05rem;
    color: #222;
}

.results-box {
    margin: 30px 0;
    text-align: center;
}

.results-box h4 {
    color: #0c3c70;
    font-weight: 800;
    margin-bottom: 35px;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(175px,0.5fr));
    gap: 5px;
}

.result-item {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    border: 2px solid #e6f3ff;
    transition: .3s ease;
}

.result-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(2,168,219,.15);
}

.percent {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #02a8db;
    margin-bottom: 10px;
}

.result-item p {
    font-size: 1rem;
    color: #444;
    margin: 0;
}

.ingredient-research {
    margin-top: 50px;
}

.research-block {
    background: #fafcff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
    border-left: 5px solid #02a8db;
}

.research-block h4 {
    color: #0c3c70;
    font-weight: 700;
    margin-bottom: 15px;
}

.science-conclusion {
    margin-top: 50px;
    background: linear-gradient(135deg,#0c3c70,#02a8db);
    color: #fff;
    padding: 40px;
    border-radius: 25px;
}

.science-conclusion h3,
.science-conclusion p {
    color: #fff;
}

@media (max-width:768px){

    .science-card{
        padding:30px 20px;
    }

    .results-grid{
        grid-template-columns:1fr;
    }

    .science-intro p,
    .research-block p,
    .science-conclusion p{
        font-size:1rem;
    }
}
/* ==========================================
   NERVE ALIVE FEATURES SECTION
========================================== */

#features24-nervealive {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f5fbff 0%, #eef7ff 100%);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#features24-nervealive::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -150px;
    width: 350px;
    height: 350px;
    background: rgba(2, 168, 219, 0.08);
    border-radius: 50%;
    z-index: 0;
}

#features24-nervealive::after {
    content: "";
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: rgba(12, 60, 112, 0.05);
    border-radius: 50%;
    z-index: 0;
}

/* CONTAINER */

#features24-nervealive .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* SECTION TITLE */

#features24-nervealive .mbr-section-title {
    color: #0c3c70;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}

#features24-nervealive .mbr-section-title strong {
    position: relative;
    display: inline-block;
}

#features24-nervealive .mbr-section-title strong::after {
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    margin: 15px auto 0;
    border-radius: 50px;
    background: linear-gradient(90deg, #02a8db, #0c3c70);
}

#features24-nervealive .section-subtitle {
    color: #555;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}

/* FEATURE CARDS GRID */

#features24-nervealive .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* FEATURE CARDS */

#features24-nervealive .item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 28px;
    border: 1px solid rgba(2, 168, 219, 0.12);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#features24-nervealive .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #02a8db, #0c3c70);
}

#features24-nervealive .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(2, 168, 219, 0.18);
}

/* NUMBER ICON */

#features24-nervealive .icon-box {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
    background: linear-gradient(135deg, #02a8db, #0c3c70);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(2, 168, 219, 0.3);
    margin-bottom: 25px;
}

#features24-nervealive .step-number {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
}

/* TITLES */

#features24-nervealive .icon-title {
    color: #0c3c70;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* TEXT */

#features24-nervealive .mbr-text {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 0;
}

/* ==========================================
   RESPONSIVE DESIGN
========================================== */

@media (max-width: 991px) {
    #features24-nervealive {
        padding: 60px 20px;
    }
    
    #features24-nervealive .mbr-section-title {
        font-size: 2.5rem;
    }
    
    #features24-nervealive .cards-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 767px) {
    #features24-nervealive {
        padding: 50px 15px;
        min-height: auto;
    }
    
    #features24-nervealive .mbr-section-title {
        font-size: 2rem;
    }
    
    #features24-nervealive .section-subtitle {
        font-size: 1rem;
        margin-bottom: 35px;
    }
    
    #features24-nervealive .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    #features24-nervealive .item {
        padding: 30px 25px;
    }
    
    #features24-nervealive .icon-box {
        width: 65px;
        height: 65px;
        min-width: 65px;
    }
    
    #features24-nervealive .step-number {
        font-size: 1.7rem;
    }
    
    #features24-nervealive .icon-title {
        font-size: 1.2rem;
    }
    
    #features24-nervealive .mbr-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    #features24-nervealive .mbr-section-title {
        font-size: 1.7rem;
    }
    
    #features24-nervealive .icon-box {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    
    #features24-nervealive .step-number {
        font-size: 1.5rem;
    }
}

/* ==========================================
   ACCESSIBILITY
========================================== */

#features24-nervealive .item:focus {
    outline: 3px solid #02a8db;
    outline-offset: 3px;
}
/* ==========================================
   GUARANTEE SECTION
========================================== */

.guarantee-section{
    padding:90px 20px;
    background:
    linear-gradient(135deg,#0c3c70 0%,#02a8db 100%);
}

.guarantee-card{
    max-width:1250px;
    margin:auto;
    background:#fff;
    border-radius:35px;
    overflow:hidden;
    display:flex;
    align-items:center;
    gap:50px;
    padding:50px;
    box-shadow:0 35px 80px rgba(0,0,0,.18);
}

.guarantee-badge{
    flex:0 0 320px;
    text-align:center;
}

.guarantee-badge img{
    max-width:100%;
    filter:drop-shadow(0 15px 35px rgba(0,0,0,.25));
    transition:.4s ease;
}

.guarantee-badge img:hover{
    transform:scale(1.05) rotate(-3deg);
}

.guarantee-content{
    flex:1;
}

.guarantee-content h2{
    font-size:3rem;
    font-weight:900;
    color:#0c3c70;
    line-height:1.2;
    margin-bottom:25px;
}

.guarantee-content h2 span{
    color:#02a8db;
}

.guarantee-content h4{
    color:#0c3c70;
    font-size:1.4rem;
    font-weight:800;
    margin:25px 0 15px;
}

.guarantee-content p{
    color:#555;
    font-size:1.1rem;
    line-height:1.9;
    margin-bottom:18px;
}

.guarantee-content strong{
    color:#0c3c70;
    font-weight:800;
}

/* HIGHLIGHT BOX */

.guarantee-content .highlight{
    background:linear-gradient(
    135deg,
    rgba(2,168,219,.08),
    rgba(12,60,112,.08)
    );
    border-left:6px solid #02a8db;
    padding:20px 25px;
    border-radius:15px;
    font-size:1.12rem;
    font-weight:600;
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:991px){

    .guarantee-card{
        flex-direction:column;
        text-align:center;
        padding:35px 25px;
    }

    .guarantee-badge{
        flex:unset;
        max-width:250px;
    }

    .guarantee-content h2{
        font-size:2.2rem;
    }
}

@media(max-width:768px){

    #features24-nervealive .card-title{
        font-size:2.2rem;
    }

    #features24-nervealive .icon-title{
        font-size:1.2rem;
    }

    #features24-nervealive .mbr-text{
        font-size:1rem;
    }

    .guarantee-content h2{
        font-size:1.8rem;
    }

    .guarantee-content p{
        font-size:1rem;
    }
}

/* ============================
   BENEFITS SECTION
============================ */

.cid-tTxvk8CyDu {
    position: relative;
    padding: 80px 20px;
    background:
        #fff;
    overflow: hidden;
}

/* Background Glow */
.cid-tTxvk8CyDu::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -200px;
    right: -150px;
    filter: blur(80px);
}

.cid-tTxvk8CyDu::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    bottom: -200px;
    left: -150px;
    filter: blur(100px);
}

/* Main Intro */
.cid-tTxvk8CyDu .mbr-section-title {
    background: linear-gradient(135deg, #061c35 0%, #0b3560 50%, #02a8db 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 30px;
    border-radius: 24px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
}

/* Benefits List */
.cid-tTxvk8CyDu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Benefit Cards */
.cid-tTxvk8CyDu ul li {
    position: relative;
    background: linear-gradient(135deg, #061c35 0%, #0b3560 50%, #02a8db 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    padding: 28px 28px 28px 85px;
    margin-bottom: 24px;
    color: #fff;
    transition: all .35s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

/* Hover */
.cid-tTxvk8CyDu ul li:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
    border-color: rgba(255,255,255,.3);
}

/* Number Circle */
.cid-tTxvk8CyDu ul li::before {
    content: "✓";
    position: absolute;
    left: 25px;
    top: 28px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg,#f9b201,#ff6b00);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(249,178,1,.4);
}

/* Benefit Heading */
.cid-tTxvk8CyDu ul li strong:first-child {
    display: block;
    font-size: 1.45rem;
    color: #ffd54f;
    margin-bottom: 12px;
    font-weight: 800;
}

/* Description */
.cid-tTxvk8CyDu ul li strong:last-child {
    color: rgba(255,255,255,.92);
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Summary Box */
.cid-tTxvk8CyDu .mbr-text p {
    margin-top: 40px;
    background: linear-gradient(
        135deg,
        #f9b201,
        #ff8a00
    );
    padding: 35px;
    border-radius: 25px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.9;
    text-align: center;
    box-shadow: 0 15px 40px rgba(249,178,1,.35);
}

/* Mobile */
@media (max-width:768px){

    .cid-tTxvk8CyDu{
        padding:60px 15px;
    }

    .cid-tTxvk8CyDu ul li{
        padding:22px 20px 22px 75px;
    }

    .cid-tTxvk8CyDu ul li strong:first-child{
        font-size:1.15rem;
    }

    .cid-tTxvk8CyDu ul li strong:last-child{
        font-size:.98rem;
    }

    .cid-tTxvk8CyDu .mbr-section-title{
        font-size:1.1rem;
        padding:22px;
    }

    .cid-tTxvk8CyDu .mbr-text p{
        font-size:1rem;
        padding:25px;
    }
}
#NerveAlive-Benefits .mbr-section-subtitle {
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(
        90deg,
        #f9b201,
        #ffffff,
        #02a8db
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

@media(max-width:768px){
    #NerveAlive-Benefits .mbr-section-subtitle{
        font-size: 2rem;
    }
}