@charset "UTF-8";
.button, .wp-element-button {
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 5px;
  min-width: 176px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.button.button-small, .button-small.wp-element-button {
  font-size: 14px;
  min-height: 40px;
  padding: 8px;
}
.button.button-wide, .button-wide.wp-element-button {
  width: 100%;
}
.button.button-primary, .button-primary.wp-element-button {
  background-color: #34997D;
  color: #fff;
}
.button.button-primary:hover, .button-primary.wp-element-button:hover {
  background-color: rgb(39.0634146341, 114.9365853659, 93.9024390244);
  color: #fff;
}
.button.button-quarternary, .button-quarternary.wp-element-button {
  background: #657e79;
  color: #fff;
}
.button.button-quarternary:hover, .button-quarternary.wp-element-button:hover {
  background: #4d6560;
  color: #fff;
}

.wp-element-button {
  background-color: #34997D;
  color: #fff;
}
.wp-element-button:hover {
  background-color: rgb(39.0634146341, 114.9365853659, 93.9024390244);
  color: #fff;
}

.wp-block {
  background: transparent;
}

.wp-block-separator {
  border-width: 1px;
}

h3 span {
  color: #008ffc;
}

.page-content-section:has(> .hero-section:first-child) {
  padding-top: 0;
}

.hero-section {
  padding: 40px 0;
  margin-bottom: 40px;
  position: relative;
  background-color: transparent;
  background: url(../img/body-bg-1.jpg) no-repeat 100% 50%;
  background-size: contain;
}
@media (max-width: 575px) {
  .hero-section {
    position: relative;
    width: 100vw;
    right: 50%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 10px;
    padding: 20px 15px 10px;
  }
}
.hero-section .display-4 {
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .hero-section .display-4 {
    font-size: 34px;
  }
}
.hero-section .lead {
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  list-style: none;
  padding-left: 0;
}
.hero-section .lead li {
  margin-bottom: 8px;
  line-height: 28px;
}
.hero-section .lead li:last-child {
  margin-top: 16px;
}
.hero-section .lead path {
  fill: #34997D;
}
.hero-section .lead span {
  font-weight: 400;
}

.check-icon {
  color: #34997D;
  margin-right: 8px;
  font-weight: 700;
}

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

/* Hero Section - Landing Page*/
.hero {
  padding: 40px 0 30px;
  background: linear-gradient(to right, #f8f9fa 0%, #f8f9fa 50%, #e8f4f8 100%);
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .hero {
    padding: 60px 0 50px;
  }
}
.hero h1 {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 40px;
  }
}
.hero .deck {
  line-height: 1.5;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .hero .deck {
    font-size: 18px;
  }
}
.hero .hero-disclosure {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 16px;
  color: #717171;
}
.hero .hero-disclosure a {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
.hero .container > .wp-block-group__inner-container {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .hero .container > .wp-block-group__inner-container {
    flex-direction: row;
  }
}
.hero .hero-left {
  flex: 1.5;
}
.hero .hero-right {
  flex: 1;
  display: none;
}
@media (min-width: 768px) {
  .hero .hero-right {
    display: block;
  }
}
.hero .hero-right .wp-block-image {
  width: 100%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
}
.hero .hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trust-bar {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.trust-bar .container > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .trust-bar .container > .wp-block-group__inner-container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .trust-bar .trust-item {
    flex: 1 1 40%;
    min-width: 150px;
  }
}
.trust-bar .trust-item > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4a4a4a;
}
.trust-bar .trust-item .wp-block-image {
  margin: 0;
  flex-shrink: 0;
  width: 24px;
  height: auto;
}

.promo-card {
  background: #193f3a;
  border: none;
  cursor: default;
  border-radius: 8px;
  padding: 44px;
  margin: 24px 0;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.promo-card:first-child {
  margin-top: 0;
}
.promo-card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .promo-card {
    padding: 48px;
  }
}
.promo-card:hover {
  border: none;
  box-shadow: 0 4px 12px rgba(25, 63, 58, 0.3);
}
.promo-card .promo-logo {
  max-width: 180px;
  margin: 0 auto 16px;
}
.promo-card .promo-headline {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 12px;
  line-height: 1.2;
  max-width: 600px;
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
}
@media (min-width: 768px) {
  .promo-card .promo-headline {
    font-size: 28px;
  }
}
.promo-card .promo-text {
  font-size: 15px;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}

.cta-card {
  margin: 32px 0;
  border-radius: 8px;
  overflow: hidden;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cta-card {
    background-image: none;
  }
}
.cta-card .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .cta-card .wp-block-group__inner-container {
    padding: 48px;
    width: 50%;
  }
}
.cta-card .cta-card-title {
  font-size: 26px;
  margin-bottom: 24px;
  font-family: "Tt Ramillas Trial", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cta-card .cta-card-title {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
.cta-card .cta-card-subtitle {
  font-size: 16px;
  margin-bottom: 12px;
  font-family: "Tt Ramillas Trial", Georgia, serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #fff;
  margin-top: 0;
  opacity: 0.95;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .cta-card .cta-card-subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.cta-card .cta-card-button a {
  padding: 14px 32px;
  font-size: 16px;
  width: 100%;
  justify-content: center;
  font-family: "Tt Ramillas Trial", Georgia, serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: var(--bg-white);
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
  align-self: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cta-card .cta-card-button a:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.compounded-disclaimer {
  max-width: 680px;
  margin: 48px auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-left: 4px solid #1a7f7f;
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .compounded-disclaimer {
    font-size: 13px;
    padding: 16px;
    margin: 32px auto 0;
  }
}

.cta-box {
  background: #ecfdf5;
  border-radius: 14px;
  border: 1px solid #34997D;
}
.cta-box-btns {
  gap: 16px;
}
.cta-box-btns .wp-block-button {
  flex-grow: 1;
}

.review-cta-banner {
  background: linear-gradient(135deg, #193f3a 0%, #1a5c4f 100%);
  border-radius: 12px;
  padding: 32px 24px;
  margin: 24px 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .review-cta-banner {
    padding: 40px 48px;
  }
}
.review-cta-banner .review-cta-logo {
  max-width: 160px;
  margin: 0 auto 16px;
}
.review-cta-banner .review-cta-logo img {
  width: 100%;
  height: auto;
}
.review-cta-banner .review-cta-offer {
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
  color: #fff;
}
@media (min-width: 768px) {
  .review-cta-banner .review-cta-offer {
    font-size: 26px;
  }
}
.review-cta-banner .review-cta-highlights {
  list-style: none;
  padding: 0;
  margin: 16px auto 20px;
  max-width: 520px;
  text-align: left;
}
.review-cta-banner .review-cta-highlights li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.review-cta-banner .review-cta-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4FAE55;
  font-weight: 700;
}
.review-cta-banner .wp-block-button .wp-element-button,
.review-cta-banner .wp-block-button a {
  background: #4FAE55;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 40px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.review-cta-banner .wp-block-button .wp-element-button:hover,
.review-cta-banner .wp-block-button a:hover {
  background: rgb(66.2600790514, 145.9399209486, 71.2924901186);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.review-summary-box {
  background: #F6F7F9;
  border: 1px solid #e0e0e0;
  border-left: 4px solid #34997D;
  border-radius: 8px;
  padding: 24px;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .review-summary-box {
    padding: 32px;
  }
}
.review-summary-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1E2125;
  margin: 0 0 16px;
}
.review-summary-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-summary-box ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}
.review-summary-box ul li:last-child {
  border-bottom: none;
}
.review-summary-box ul li strong {
  color: #1E2125;
  font-weight: 600;
}

.review-toc {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 32px 0;
}
.review-toc h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #1E2125;
}
.review-toc ol {
  margin: 0;
  padding-left: 20px;
}
.review-toc ol li {
  padding: 6px 0;
  font-size: 14px;
}
.review-toc ol li a {
  color: #008FFD;
  text-decoration: none;
  font-weight: 500;
}
.review-toc ol li a:hover {
  text-decoration: underline;
}

.review-section {
  margin: 40px 0;
  padding-top: 8px;
}
.review-section .review-section-header {
  font-size: 20px;
  font-weight: 700;
  color: #1E2125;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #34997D;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .review-section .review-section-header {
    font-size: 22px;
  }
}
.review-section .review-section-number {
  background: #34997D;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}
.review-section p {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}
.review-section ul, .review-section ol {
  padding-left: 20px;
  margin: 16px 0;
}
.review-section ul li, .review-section ol li {
  font-size: 15px;
  line-height: 1.7;
  padding: 4px 0;
  color: #444;
}

.review-legit-box {
  background: #ecfdf5;
  border: 1px solid #34997D;
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .review-legit-box {
    padding: 28px 32px;
  }
}
.review-legit-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1E2125;
  margin: 0 0 12px;
}
.review-legit-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 12px;
}
.review-legit-box p:last-child {
  margin-bottom: 0;
}
.review-legit-box .legit-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #34997D;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.review-pros-cons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .review-pros-cons {
    grid-template-columns: 1fr 1fr;
  }
}

.review-pros,
.review-cons {
  border-radius: 8px;
  padding: 24px;
}
.review-pros h4,
.review-cons h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-pros ul,
.review-cons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-pros ul li,
.review-cons ul li {
  position: relative;
  padding: 8px 0 8px 28px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.review-pros ul li:last-child,
.review-cons ul li:last-child {
  border-bottom: none;
}
.review-pros ul li::before,
.review-cons ul li::before {
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 14px;
}

.review-pros {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}
.review-pros h4 {
  color: #16a34a;
}
.review-pros ul li::before {
  content: "✓";
  color: #16a34a;
}

.review-cons {
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.review-cons h4 {
  color: #dc2626;
}
.review-cons ul li::before {
  content: "✗";
  color: #dc2626;
}

.review-contact {
  background: #F6F7F9;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
}
.review-contact h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #1E2125;
}
.review-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-contact ul li {
  padding: 6px 0;
  font-size: 14px;
  color: #444;
}
.review-contact ul li strong {
  color: #1E2125;
  min-width: 70px;
  display: inline-block;
}
.review-contact ul li a {
  color: #008FFD;
  text-decoration: none;
}
.review-contact ul li a:hover {
  text-decoration: underline;
}

.review-what-we-check {
  margin: 32px 0;
  text-align: center;
}
.review-what-we-check h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1E2125;
  margin-bottom: 20px;
}
.review-what-we-check > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .review-what-we-check > .wp-block-group__inner-container {
    gap: 24px;
  }
}
.review-what-we-check .check-item > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.review-what-we-check .check-item .check-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ecfdf5;
  border: 2px solid #34997D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.review-what-we-check .check-item p {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin: 0;
}

.review-bottom-cta {
  text-align: center;
  margin: 40px 0 16px;
}
.review-bottom-cta .wp-block-button .wp-element-button,
.review-bottom-cta .wp-block-button a {
  background: #34997D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 48px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.review-bottom-cta .wp-block-button .wp-element-button:hover,
.review-bottom-cta .wp-block-button a:hover {
  background: rgb(41.6507317073, 122.5492682927, 100.1219512195);
  transform: translateY(-1px);
}

.review-disclaimer {
  background: #f8f9fa;
  border-left: 4px solid #aaa;
  border-radius: 4px;
  padding: 20px;
  margin: 32px 0;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}

.faq-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 64px 20px;
}

.faq-heading {
  font-size: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .faq-heading {
    font-size: 28px;
  }
}

.medication-disclaimers {
  margin: 32px 0 0;
  padding: 20px 0;
}
.medication-disclaimers p {
  font-size: 13px;
  line-height: 1.6;
  color: #717171;
  font-style: italic;
  margin-bottom: 16px;
}

.boxed-content {
  background: #F2F2F2;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.boxed-content ul:last-child,
.boxed-content p:last-child {
  margin-bottom: 0;
}

.boxed-content ul {
  margin-left: 20px;
}
.boxed-content ul li {
  margin: 4px 0;
}

/* Pros and Cons */
.pros-cons {
  gap: 14px;
}

.pros,
.cons {
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  overflow: hidden;
}

.pros-title,
.cons-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}

.pros-title {
  background: #72B667;
}

.cons-title {
  background: #EF6464;
}

.pros-content,
.cons-content {
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .pros-content,
  .cons-content {
    column-count: 2;
    gap: 15px;
  }
}
.pros-content li,
.cons-content li {
  padding: 4px 0;
  display: flex;
  gap: 6px;
  break-inside: avoid-column;
}
.pros-content li:before,
.cons-content li:before {
  content: "";
  width: 13px;
  height: 15px;
  margin-top: 2px;
}

.pros-content {
  background: #EFF3F9;
}
.pros-content li:before {
  background: url(../img/icons/check-green.svg) center no-repeat;
}

.cons-content {
  background: #FDF0F0;
}
.cons-content li:before {
  background: url(../img/icons/check-red.svg) center no-repeat;
}

/* Intro Card */
.intro-card {
  border: 1px solid #E0E8FD;
  border-radius: 10px;
  background: #193f3a;
}
@media (max-width: 767px) {
  .intro-card .wp-block-columns {
    gap: 16px;
  }
}
.intro-card .check-list {
  padding: 0;
  list-style: none;
  margin: 0;
  color: #fff;
}
.intro-card .check-list li {
  margin: 8px 0;
  display: flex;
  gap: 6px;
}
.intro-card .check-list li:before {
  content: "";
  width: 13px;
  height: 15px;
  margin-top: 3px;
  background: url(../img/icons/check-green.svg) center no-repeat;
  flex-shrink: 0;
}
.intro-card .check-list img {
  margin-top: 3px;
}
.intro-card .intro-logo {
  mix-blend-mode: screen;
  filter: invert(1) brightness(2);
  max-height: 60px;
  max-width: 160px;
  margin-bottom: 6px;
}
.intro-card .intro-thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.intro-card .special-offer-text {
  border-radius: 6px;
  border-style: dashed;
  text-align: center;
  border-color: #4fae55;
  border-width: thin;
  color: #4fae55;
  font-weight: 600;
  font-size: 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

/*# sourceMappingURL=block-modifications.css.map */
