/*
Theme Name: Food Cure
Theme URI: https://thefoodcure.net
Author: Healing Gourmet
Description: Lightweight landing-page theme for The Food Cure. Ships the full design system (Poppins + Lato, navy #052435, green #0f9c1f, orange #ffa200) and a blank-canvas "Landing Page" template for pasting standalone LP markup.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: foodcure
*/

/* Base */

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #052435;
}

html, body {
  overflow-x: hidden;
}

li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.text__wrap .text {
  line-height: 1.5em;
}

.text__wrap .text {
  margin: 0px 0px 25px;
  font-family: Lato;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .text__wrap .text {
    margin: 0px 0px 10px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom:20px;
    text-align: justify;
  }
}
.text__wrap .text:last-child {
  margin: 0;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin: 20px 0 10px;
    line-height: 1.4;
    font-weight: 800;
    color: #052435;
}

/* Base h2 (desktop first) */
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 48px;
  margin: 0;
}

/* Mobile override */
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
}

/* Colors */
h2.blue {
  color: #052435;
}

h2.white {
  color: #ffffff;
}

h2 .green {
  color: #228B22;
  font-style: italic;
  font-weight: 600;
}

/* Optional highlight span */
h2 .highlight {
  background-color: #FFA726;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 700;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  margin-top: 10px;
}

h2 .green-highlight {
    background: linear-gradient(to right, #0f9c1f, #006400);
    color: #fff;
    padding: 0px 10px 0px 10px;
    border-radius: 4px;
    font-weight: 700;
    white-space: normal;
    word-break: break-word;
    line-height: 1.6;
    margin-bottom: 20px;
    box-decoration-break: clone;
}

/* Size variants */
h2.small {
    font-size: 40px;
}

@media (max-width: 600px) {
    h2.small {
        font-size: 30px;
    }
}

/* Base style for all h3s */
h3 {
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin: 0px;
  color: #052435;
}

/* Small h3 */
h3.small {
  font-size: 24px;
  font-weight: 500;
  line-height:30px;
}

/* Large h3 */
h3.large {
  font-size: 35px;
  font-weight: 700;
}

@media (min-width: 600px) {
    h3.small {
        font-size: 24px;
    }

    h2.large {
        font-size: 30px;
    }
}

h3.white {
  color: #ffffff;
}

@media (max-width: 600px) {
  h3.small {
    font-size: 20px;
  }

  h3.large {
    font-size: 28px;
  }
}

/* Base mark style */
mark.highlight {
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: inherit;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    white-space: normal;
    word-break: break-word;
    display: inline-block;
    border: none;
}

/* Orange gradient style */
mark.highlight.orange {
    background: linear-gradient(to right, #FFA726, #FB8C00);
}

/* Green solid or gradient style */
mark.highlight.green {
    background: linear-gradient(to right, #43A047, #2E7D32);
}

/* Base Paragraph Reset */
p {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

/* Size Variants */
p.small {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 0px;
}

p.large {
    font-size: 18px;
    line-height: 1.6;
    margin: 20px 0;
}

p.xlarge {
    font-size: 22px;
    line-height: 1.6;
    margin: 20px 0;
}

p.xsmall {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.green-highlight {
  background: linear-gradient(to right, #0f9c1f, #006400);
  color: #fff;
  padding: 0px 10px;
  border-radius: 4px;
  font-weight: 700;
  box-decoration-break: clone;
  word-break:break-word;
  line-height:1.6;
}
.orange-highlight {
  background: linear-gradient(to right, #FFA726, #FB8C00);
  color: #fff;
  padding: 0px 10px;
  border-radius: 4px;
  font-weight: 700;
  box-decoration-break: clone;
  word-break:break-word;
  line-height:1.6;
}

/* Color Variants */
p.white {
    color: #ffffff;
}

p.blue {
    color: #052435;
}

p .green {
  color: #228B22;
}

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

.d-none {
    display: none;
}

@media (max-width: 768px) {
    .d-none {
        display: inline;
    }
}

.d-none1 {
  display: inline;
}

@media (max-width: 768px) {
  .d-none1 {
    display: none;
  }
}

.d-none2 {
  display: inline;
}

@media (max-width: 1200px) {
  .d-none2 {
    display: none;
  }
}

/* Center both images */
.desktop, .mobile {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: auto;
}

/* Show only on desktop */
.desktop {
  display: block;
}

.mobile {
  display: none;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    max-width:100%;
  }
}

/* Margin */
.mt--0 { margin: 0px; }
.m--20 { margin: 20px; }
.mt--20 { margin-top: 20px; }
.mb--20 { margin-bottom: 20px; }
.ml--20 { margin-left: 20px; }
.mr--20 { margin-right: 20px; }

/* Padding */
.p--20 { padding: 20px; }
.pt--20 { padding-top: 20px; }
.pb--20 { padding-bottom: 20px; }
.pl--20 { padding-left: 20px; }
.pr--20 { padding-right: 20px; }

.mt--40 { margin-top: 40px; }
.mb--40 { margin-bottom: 40px; }
@media (max-width: 599px) {
  .mb--40 { margin-bottom: 0px; }
}

.pt--40 { padding-top: 40px; }

.mt--60 { margin-top: 60px; }
.mb--60 { margin-bottom: 60px; }

@media (max-width: 599px) {
  .mb--60 { margin-bottom: 30px; }
  .mt--60 { margin-top: 30px; }
}

.subtext {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin-top: 25px;
    line-height: 1.6;
    color: #052435;
    font-weight: 400;
}

/* Checklist styling */
.checklist {
  list-style: none;
  padding-left: 0;
  margin: 30px 0 0 0;
}

.checklist li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #ffffff;
}

ul.checklist.blue li {
  color: #052435;
}

/* Hero Section */
.hero-section {
    width: 100%;
    background-image: url('/hg/assets/images/gray-bg-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    min-height:300px;
}

.hero-content {
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
}

.logo {
    max-width: 500px;
    margin-bottom: 0px;
}

@media (max-width: 599px) {
    .hero-section {
        padding: 20px 0px;
        min-height: auto !important;
    }

    .logo {
        max-width: 240px;
    }

    .highlight {
        font-weight: 700;
        border-radius: 4px;
    }
}

/* Full-width section backgrounds */

.white-section {
  background-color: #ffffff;
  width: 100%;
  padding: 20px 0px 40px 0px;
}

@media (max-width: 768px) {
.white-section, blue-section {
	padding:0px;
}
}

.green-section {
  background-color: #0f9c1f;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

.blue-section {
  background-color: #052435;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

.blue-section1 {
  background-color: #052435;
  width: 100%;
  padding: 20px 0px 20px 0px;
  position: relative;
  z-index: 2;
}

/* Gray background */
.gray-section {
  background: #f8f8f8;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

@media (max-width: 768px) {
	.gray-section {
	padding:0px;
}
}
.blue-bg1 {
  background-image: url('/wp-content/uploads/2025/10/blue-bg-1.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  padding: 20px 0;
}

.clk-bg1 {
  background-image: url('/wp-content/uploads/2025/10/clk-bg1.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  padding: 20px 0;
}

.tfc-bg {
  background-image: url('/wp-content/uploads/2025/10/tfc-bg.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  padding: 20px 0;
}
.white-bg1aa {
  background-image: url('/hg/assets/images/bg-1ae.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  padding: 20px 0;
}

.gray-bg1 {
  background-image: url('/hg/assets/images/dd-bg-2a.png');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height:auto;
  padding: 20px 0;
}

.gray-bg2 {
  background-image: url('/hg/assets/images/dd-bg-3a.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 20px 0;
}

.gray-bg3 {
  background-image: url('/hg/assets/images/gray-bg-3.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 20px 0;
}

.gray-bg4 {
  background-image: url('/hg/assets/images/gray-bg-4.jpg');
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 20px 0;
}

.white-bg2 {
  background-image: url('/hg/assets/images/hd-bg-5a.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

@media (max-width: 768px) {
  .wide-on-mobile {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
  }
}
.green-section-bg1 {
  background-color: #0f9c1f;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  width: 100%;
}

.checklist.white li {
  color: #ffffff;
}

/* overall section background */
.green-section2 {
  background: #00A83B;
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  text-align: center;
}

.foodcure-boxwhite {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  padding: 20px 40px;
  z-index: 10;
  text-align: center;
}

.foodcure-boxwhite .foodcure-logo {
  display: block;
  margin: 0 auto;
  max-width: 280px;
  height: auto;
}

/* Base section styling */
.green-section1 {
  position: relative;
  background-color: #0f9c1f;
  color: #fff;
  text-align: center;
  padding: 3rem 1rem;
  overflow: visible;
}

/* Add the decorative logo */
.green-section1::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 250px;
  height: 250px;
  top: 39.5%;
  left: 300px;
  transform: translateY(-50%);
  z-index: 3;
}

.bg--orange {
  background: linear-gradient(90deg, #e67010 0, #e99614 100%);
}

.bg--green {
  background: linear-gradient(90deg, #016701 0, #009600 100%);
}

.bg--silver {
  background: #f6f6f6;
}

.bg--red-light {
  background: #e94d4d;
}

/* Specific logos */
.food-cure::before {
  background-image: url('/hg/assets/images/foodcure-tab.png');
}

.diet-decode::before {
  background-image: url('/hg/assets/images/dietdecode-tab.png');
}

.tailored-taste::before {
  background-image: url('/hg/assets/images/tailoredtaste-tab.png');
}

.carb-lovers-keto::before {
  background-image: url('/hg/assets/images/carbloversketo-tab.png');
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .green-section::before {
    width: 150px;
    height: 150px;
    left: -60px;
  }
}

.introduce-bg {
  position: relative;
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
  background-image: url("/hg/assets/images/kelley-bg4.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

/* INTRODUCE SECTION */
.introduce-bg {
  position: relative;
  padding: 25px 0px;
  width: 100%;
  overflow: hidden;
  background-color: rgb(242, 242, 242);
}
@media (max-width: 1024px) {
  .introduce-bg {
    padding: 36px 0px;
  }
}
@media (max-width: 768px) {
  .introduce-bg {
    padding: 20px 0px;
  }
}
.introduce-bg .introduce-bg__img {
  position: absolute;
  content: "";
  background: url("/wp-content/uploads/2025/10/kelley-bg.png") no-repeat;
  top: 0;
  left: 60%;
  width: 784px;
  height: 703px;
}
@media (max-width: 1280px) {
  .introduce-bg .introduce-bg__img {
    display: none;
  }
}
.introduce-bg .introduce {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 1280px) {
  .introduce-bg .introduce {
    align-items: center;
  }
}
.introduce-bg .introduce h3 {
  margin: 0px 0px 50px;
  max-width: 485px;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: rgb(5, 36, 53);
}
@media (max-width: 1280px) {
  .introduce-bg .introduce h3 {
    margin: 0;
    font-size: 28px;
	text-align: center;
  }
}
@media (max-width: 768px) {
  .introduce-bg .introduce h3 {
    font-size: 25px;
	text-align: center;
  }
}
.introduce-bg .introduce .wrap-img {
  display: none;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .introduce-bg .introduce .wrap-img {
    display: flex;
    margin: 20px 0px;
  }
}
.introduce-bg .introduce .wrap-img img {
  max-width: 100%;
  width: 100%;
}
.introduce-bg .introduce .mw605 {
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1280px) {
  .introduce-bg .introduce .mw605 {
    max-width: 100%;
  }
}

/* Max width container centered inside the section */
.container {
  max-width: 890px;
  margin: 0px auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  box-sizing: border-box;
}

.feature-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 0px;
  box-sizing: border-box;
}

.cont {
    max-width: 890px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
    padding: 0px 20px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
.cont {
    margin-bottom: 0px;
    padding: 0px 20px;
    box-sizing: border-box;
}
}

/* Formula layout with text and image side-by-side */
.formula-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Text max width */

.mw-470 {
  max-width: 470px;
  width: 100%;
}

.mw-570 {
  max-width: 570px;
  width: 100%;
}

/* Image column */

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

.inner-img {
  flex: 1;
  text-align: right;
}

.inline-img {
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 300px;
}

.inline-img2 {
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Image style */
.inner-img img.block-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
}

/* Mobile: image stacks under text */
@media (max-width: 768px) {
  .formula-flex {
    flex-direction: column;
  }

  .inner-img {
    order: 1;
    text-align: center;
    margin-top: 20px;
  }

  .inner-img img.block-image {
    max-width: 300px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:20px;
  }
}

@media (max-width: 768px) {
  .formula-flex {
    flex-direction: column;
  }

  .inner-img {
    order: -1;
    margin: 0 0 10px 0;
  }

  .text__wrap.mw-570 {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .formula-flex {
    gap: 0;
  }

  .inner-img {
    margin-bottom: 0;
    padding: 0;
  }

  .text__wrap.mw-570 {
    margin-top: 0;
    padding-top: 0;
  }
}

/* Feature box */
.feature-box {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin: 40px 0;
}

/* Header section */
.feature-header {
  background-color: #0f9c1f;
  display: flex;
  gap: 0px;
  align-items: center;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  flex-wrap: wrap;
}

.feature-header .number {
  font-size: 32px;
  font-weight: 700;
  min-width: 40px;
}

.feature-header .title {
  flex: 1;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height:1.2em;
}

/* Content section */
.feature-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
}

.feature-content .text {
  flex: 1;
  padding-right: 20px;
}

.feature-content .img img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-content {
    flex-direction: column-reverse !important;
    text-align: center;
  }

  .feature-content .text {
    padding-right: 0;
  }

  .feature-content .img {
    margin-top: 20px;
  }
}

.feature-header .number {
  background-color: #ff9000;
  color: #fff;
  padding: 12px 20px;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0% 100%);
  font-size: 20px;
  font-weight: 700;
  min-width: 80px;
  text-align: center;
  flex-shrink: 0;
}

/* Fix centering and padding */
.quote-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5fbfd;
  padding: 30px;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  gap: 30px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.quote-card.alt {
  flex-direction: row-reverse;
}

.quote-card .quote-text {
  flex: 1 1 60%;
}

.quote-card .quote-img {
  flex: 1 1 30%;
  text-align: center;
}

.quote-card .quote-img img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 6px;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
  .quote-card {
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    margin: 20px 0;
    padding: 20px;
  }

  .quote-card .quote-img {
    margin-top: 20px;
  }

  .quote-card .quote-text {
    flex: 1 1 100%;
  }
}

.study-section {
  background:white;
  margin-bottom:40px;
}

.study-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.study-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  max-width: 360px;
  flex: 1 1 300px;
  text-align: center;
}

.study-img {
  width: 100px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .study-item {
    max-width: 100%;
  }

  .study-img {
    max-height: 100px;
  }
}

/* Price section */
.orange-button {
  display: inline-block;
  background-color: rgb(255, 147, 0);
  color: #fff;
  font-weight: 700;
  padding: 18px 40px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 147, 0, 0.4);
  font-family: 'Poppins', sans-serif;
}

.orange-button:hover {
  background-color: #e07b00;
  box-shadow: 0 10px 25px rgba(224, 123, 0, 0.5);
}

.small-link {
  margin-top: 20px;
}
.price-section {
  text-align: center;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}

.price-section p {
  margin: 5px 0;
}

.regular-price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: rgb(5, 36, 53);
}

.regular-price span {
  color: red;
  text-decoration: line-through;
}

.your-price {
  font-size: 34px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(5, 36, 53);
}

.price-amount {
  font-size: 65px;
  line-height: 58px;
  font-weight: 700;
  color: #008000;
}

.savings {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}

.guarantee-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

.green-callout {
  background-color: #0f9c1f;
  text-align: center;
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 20px auto;
  max-width: 800px;
}

.green-callout h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.green-callout .highlight-amount {
  font-weight: 800;
  color: #ffffff;
}

.green-callout p {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.white {
  color: #ffffff;
}

.bonus-box {
  border-radius: 6px;
  overflow: hidden;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
}

.bonus-banner {
  background-color: #0f9c1f;
  padding: 20px;
  text-align: left;
}

.bonus-banner h3 {
  color: #fff;
  margin: 10px 0 10px 0;
  font-size: 35px;
  font-weight: 700;
}

.bonus-content {
  background-color: #fff;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #052435;
}

@media (max-width: 768px) {
  .bonus-content {
    padding: 0px;
  }

  .bonus-box {
      border-radius: 0px;
      box-shadow:none;
  }
}

.info-box {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  overflow: hidden;
  max-width: 800px;
  margin: 40px auto;
}

.info-header.green-bg {
  background-color: #0f9c1f;
  padding: 20px;
}

.info-header h2 {
  font-size: 28px;
  margin: 0;
}

.info-content {
  background: #fff;
  padding: 30px 40px;
}

.benefits {
  list-style: none;
  padding: 0;
  margin: 30px auto 0;
  text-align: left;
  max-width: 600px;
}

.benefits li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #052435;
}

.blue-checklist {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.blue-checklist li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #052435;
  padding-left: 40px;
  background-image: url('/wp-content/uploads/2025/10/CheckMark.png') !important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
}

.white-checklist {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.white-checklist li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #fff;
  padding-left: 30px;
  background-image: url('/wp-content/uploads/2025/10/CheckMark.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

@media (max-width: 768px) {
.pricing-desktop
{display:none;}
}

.pricing-checklist {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  text-align: left;
}

.pricing-checklist li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #052435;
  padding-left: 30px;
  background-image: url('/wp-content/uploads/2025/10/CheckMark.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

.accordion-wrapper {
  display: flex;
  flex-direction: column;
}

/* FAQ card */
.accordion__box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}

/* Header row (clickable) */
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}

/* Question text */
.accordion__question {
  font-size: 18px;
  font-weight: 700;
  color: #052435;
}

/* Arrow icon */
.accordion__arrow::after {
  content: "▼";
  font-size: 18px;
  color: #0f9c1f;
  transition: transform 0.3s ease;
}

.accordion__arrow.show::after {
  content: "▲";
}

/* Answer content */
.inner {
  display: none;
  padding: 0 20px 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #052435;
}

.inner.show {
  display: block;
}

.references-list {
  font-size: 16px;
  line-height: 1.7;
  color: #052433;
  padding-left: 20px;
}

.references-list li {
  margin-bottom: 10px;
}

.comparison-grid > div:nth-last-child(-n+4) {
  border-bottom: none !important;
}

.comparison-grid .plan-col:last-of-type {
  border-bottom: none !important;
}

.pricing-banner-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 40px;
}

.pricing-banner-header {
  background-color: #052435;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.pricing-banner-header .highlight-amount {
  font-size: 24px;
  color: #fff;
}

.eligibility-tag {
  background-color: #00a82d;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  color: white;
}

.pricing-card {
  padding: 20px;
  text-align: center;
}

.pricing-card .checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.pricing-card .checklist li {
  padding-left: 30px;
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}

.pricing-card .checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/10/CheckMark.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-orange-gradient {
  background: linear-gradient(90deg, #f7941d, #ff6000);
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 0.9fr;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.feature-header,
.plan-header {
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 2px solid #ccc;
  text-align: center;
}

.feature {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  height:40px;
  line-height: 2;
}

.plan-col {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-bottom: 1px solid #eee;
}

.plan-col.checked::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/10/CheckMark.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.comparison-grid .feature-header,
.comparison-grid .plan-header {
  background-color: #052435;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pricing-mobile {
    display: none;
  }
}

/* Hide mobile pricing cards by default */
.pricing-mobile-cards {
  display: none;
}

/* Mobile styles only */
@media (max-width: 767px) {
  .comparison-grid, .pricing-desktop {
    display: none;
  }

  .pricing-mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .pricing-mobile-cards .pricing-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.05);
    text-align: center;
    position: relative;
  }

  .pricing-mobile-cards .checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
  }

  .pricing-mobile-cards .checklist li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    color: #052435;
  }

  .pricing-mobile-cards .checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/10/CheckMark.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .pricing-mobile-cards .price {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 20px;
    color:#008000;
  }

  .btn-orange-gradient {
    display: inline-block;
    padding: 14px 48px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #ff9900, #ff6600);
    border: none;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
  }

  .btn-orange-gradient:hover {
    background: linear-gradient(90deg, #ff8800, #ff4400);
    transform: translateY(-2px);
  }
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.review {
  flex: 1 1 calc(33.333% - 14px);
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
}

.review:hover {
  transform: translateY(-4px);
}

.review-text {
  font-style: italic;
  font-size: 1.05rem;
  color: #0b0d20;
  margin-bottom: 20px;
}

.review-author {
  font-weight: 600;
  color: #0b0d20;
}

.review-header {
  font-weight: bold;
  font-size: 1.2rem;
  color: #228B22;
  margin-bottom: 20px;
}

.review-copy {
  font-weight: 400;
  font-size: 1.05rem;
  color: #0b0d20;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .reviews {
    flex-direction: column;
    align-items: center;
  }

  .review {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.section-overlap-top {
  position: relative;
  margin-top: -60px;
  padding-top: 80px;
  z-index: 1;
}
@media (max-width: 768px) {
.section-overlap-top {
   padding-top: 0px;
  }
}

.deep-columns {
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
}

.deep-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px 0px;
  gap: 20px;
  margin: 40px auto;
  align-items: stretch;
}

.deep-columns {
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
}

.deep-item {
  flex: 1 1 calc(33.333% - 60px);
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(5px);
  z-index: 3;
}

.deep-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 15px;
}

.deep-desc {
  font-size: 1rem;
  line-height: 1.4;
  color: #0b0d20;
}

.referral-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .deep-columns {
    flex-direction: column;
    align-items: center;
  }

  .deep-item {
    width: 100%;
    max-width: 300px;
  }

  .deep-logo {
    max-width: 180px;
    height: auto;
  }
}

.small-button {
    display: block;
    margin: 0px auto;
    padding: 10px 16px;
    background-color: #ffa200;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s;
    text-align: center;
}
.dinner {
  padding: 0px 0px 50px;
}
@media (max-width: 1024px) {
  .dinner {
    padding: 0px 0px 36px;
  }
}
.dinner .dinner-bg {
  background-color: #ffffff;
}

.dinner .dinner-bg h3 {
  margin: 0 auto;
  padding: 40px 0px;
  max-width: 1000px;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .dinner .dinner-bg h3 {
    padding: 20px 0px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .dinner .dinner-bg h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.dinner .dinner-bg h3 span {
  display: block;
}

.dinner .category__title {
  margin: 40px 0px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: rgb(5, 36, 53);
}
@media (max-width: 1024px) {
  .dinner .category__title {
    margin: 36px 0px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .dinner .category__title {
    margin: 20px 0px;
    font-size: 18px;
  }
}

.dinner .category-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  margin: 0 0 36px;
}

@media (max-width: 1024px) {
  .dinner .category-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .dinner .category-flex {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 0 20px;
  }
}

.dinner .category-flex .card {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  min-height: 213px;
}

@media (max-width: 520px) {
  .dinner .category-flex .card {
    min-height: 248px;
    margin-top: 20px;
  }
}

.dinner .category-flex .card .card-img__wrap {
  position: relative;
  width: 100%;
  height: 213px;
}

@media (max-width: 520px) {
  .dinner .category-flex .card .card-img__wrap {
    height: 248px;
  }
}

.dinner .category-flex .card .card-img__wrap .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dinner .category-flex .card .card-img__wrap .card-inner {
  position: absolute;
  padding: 7px 15px;
  background-color: rgb(13, 145, 29);
  left: 0;
  bottom: 0;
}

.dinner .category-flex .card .card-img__wrap .card-inner .card-inner__price {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

@media (max-width: 520px) {
  .dinner .category-flex .card .card-img__wrap .card-inner .card-inner__price {
    font-size: 14px;
    line-height: 18px;
  }
}

.dinner .category-flex .card .card-img__wrap .card-inner .card-inner__price span {
  font-size: 14px;
  font-weight: 500;
}

.dinner .category-flex .card .card-content {
  padding: 8px 18px;
  height: 70px;
  font-family: Lato, sans-serif;
  color: rgb(5, 36, 53);
  background-color: rgb(237, 245, 247);
}

@media (max-width: 520px) {
  .dinner .category-flex .card .card-content {
    padding: 8px;
    height: 80px;
  }
}

.dinner .category-flex .card .card-content .card-content__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .dinner .category-flex .card .card-content .card-content__title {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
}

.dinner .category-flex .card .card-content .card-content__desc {
  font-size: 15px;
  font-style: italic;
}

@media (max-width: 520px) {
  .dinner .category-flex .card .card-content .card-content__desc {
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    margin-top: 8px;
  }
}

.cta-button {
  display:block;
  padding: 20px 26px;
  margin:0 auto;
  background-color: #ffa200;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
  width: 350px;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom:10px;
}

@media screen and (max-width: 480px) {
  .cta-button {
    font-size: 22px;
    padding: 16px 20px;
    max-width: 100%;
  }
}

.cta-button:hover {
  background-color: #ff8700;
}

.bg--arrow-down {
    position: relative;
}

.bg--arrow-down::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2025/10/arrow.png) no-repeat center / cover;
    z-index: 1;
}

.card-inner {
    display: none;
}
.img-center {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  width: auto;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .img-center {
    width: 100%;
    max-width: 100%;
  }
}

.blue-bg2 {
  background-image: url(/wp-content/uploads/2025/10/blue-bg-1e.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

img[src*="diet-quiz-screens.png"] {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -120px;
    z-index: 5;
    max-width: 700px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: -100px;
    padding-top:40px;
}

img[src*="tfc-6-collection-img.png1"] {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -180px;
    z-index: 5;
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
    margin-bottom: -150px;
    padding-top:100px;
}

@media (max-width: 768px) {
    img[src*="tfc-6-collection-img.png1"] {
    display:none;
    }
}

.section-overlap-top {
    margin-top: 0px !important;
}

/* TFC Icons */

.diet-decode-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 50px 0px 0px;
}

@media (max-width: 1024px) {
  .diet-decode-flex {
    gap: 20px;
  }
}
@media (max-width: 667px) {
  .diet-decode-flex {
    margin: 70px 0px 0px;
    gap: 50px;
  }
}

.diet-decode-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px 35px 30px 60px;
    max-width: 300px;
    width: 100%;
    height: 130px;
    border-radius: 3px;
    text-align: center;
    background-color: rgb(237, 245, 247);
}

.diet-decode-item:nth-child(even) {
  padding-right: 60px;
  padding-left: 35px;
}

@media (max-width: 949px) {
  .diet-decode-item:nth-child(3) {
    margin: 50px 0px 0px;
  }
}

@media (max-width: 667px) {
  .diet-decode-item, .diet-decode-item:nth-child(even) {
    padding: 45px 15px 15px;
    max-width: 305px;
    height: 127px;
  }

  .diet-decode-item:nth-child(3) {
    margin: 0px;
  }
}

.diet-decode-item::before {
    position: absolute;
    content: "";
    top: 35px;
    left: -55px;
    width: 112px;
    height: 112px;
    background-size: contain;
}

.diet-decode-item:nth-child(even)::before {
  left: auto;
  right: -55px;
}

@media (max-width: 667px) {
  .diet-decode-item::before, .diet-decode-item:nth-child(even)::before {
    width: 70px;
    height: 70px;
    top: -40px;
    left: 135px;
  }
}

.diet-decode-item::before {
    background-image: url(/wp-content/uploads/2025/10/tfc-icon-1a.png);
}
.diet-decode-item.two::before {
    background-image: url(/wp-content/uploads/2025/10/tfc-icon-2.png);
}
.diet-decode-item.three::before {
    background-image: url(/wp-content/uploads/2025/10/tfc-icon-3.png);
}
.diet-decode-item.four::before {
    background-image: url(/wp-content/uploads/2025/10/tfc-icon-4.png);
}
.diet-decode-item.five::before {
    background-image: url(/wp-content/uploads/2025/10/tfc-icon-5.png);
}
.diet-decode-item.six::before {
    background-image: url(/wp-content/uploads/2025/10/tfc-icon-6.png);
}

.diet-decode-item span {
    display: block;
    font-size: 20px;
    line-height:1;
    font-weight: 700;
    text-align: center;
    color: rgb(13, 145, 29);
    margin-bottom:10px;
}
.clk-bg {
  background: #ffffff;
  background-image: url('/wp-content/uploads/2025/10/bg-bolognese.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

@media (max-width: 667px) {
	.clk-bg {
		padding: 0px;
	}
}

.list--arrow-orange li {
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0;
  padding-left: 35px;
  font-weight: 600;
  color: #052435;
}

.list--arrow-orange li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('/wp-content/uploads/2025/10/arrow-orange.png') no-repeat center;
  background-size: contain;
}

.highlight {
  background: #00b140;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}

.list--arrow-orange {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Bonus Section */
.bonus-img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
  display: block;
}

/* Centered list with orange arrows */
.centered-list {
  list-style: none;
  display: inline-block;
  text-align: left;
  margin: 0 auto 25px;
  padding: 0;
}

.centered-list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #122;
  font-weight: 700;
}

.centered-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/uploads/2025/10/arrow-orange.png') no-repeat center;
  background-size: contain;
}

/* Total section */
.bonus-total {
  margin-top: 20px;
  font-size: 20px;
}

.total-line {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

/* Highlighted circle effect (encircled total value) */
.highlight-circle {
  color: #009640;
  position: relative;
}

.highlight-circle::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 2px;
  height: 22px;
  background: url('/wp-content/uploads/2025/10/encircle-yellow.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}

.bg--shape {
    background: url(/wp-content/uploads/2025/10/encircle-yellow.png) no-repeat center / contain;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Colors */
.green, .txt--green { color: #006400; font-weight:700 }
.red { color: #d62828; }
.txt--small {
    font-size: 15px;
}

.hero-section2 {
    width: 100%;
    background-image: url(/wp-content/uploads/2025/10/hgi-hero-bg1a.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px;
    min-height: 500px;
}

@media (max-width: 768px) {
    .hero-section2 {
		padding: 0px;
	}
}

h3.large {
	line-height:1.2;
}

.systems-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}
.systems-tags .tag {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #052435;
  background: #fff;
  border: 1px solid #d8e0e4;
  border-radius: 50px;
  padding: 9px 22px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .systems-tags { gap: 10px; }
  .systems-tags .tag { font-size: 15px; padding: 8px 18px; }
}

/* ============================================================
   PAGE-SPECIFIC STYLES (was the second inline block)
   ============================================================ */

/* hanging pill label — blue bg, straddles the section seam */
.section-tab {
  display: table;
  margin: -72px auto 30px;
  background: #052435;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 15px 30px;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .section-tab { font-size: 14px; padding: 8px 18px; margin-top: -44px; }
}

.gray-section {
  background: #f2f2f2;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

/* small eyebrow label above the heading */
.ak-eyebrow {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f9c1f;
  margin-bottom: 14px;
}
.ak-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #0f9c1f;
  transform: translateY(-50%);
}

.review-stars {
  color: #ffa200;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1;
}
.large1 {
    font-size: 18px;
    line-height: 1.6;
    margin: 0px;
}

.formula-flex .inner-img {
    text-align:center;
}

.mw-550{
    max-width: 550px;
    width: 100%;
}
.quote-card {
  position: relative;
  background: #f0f4f7;
  box-shadow: 5px 5px 15px rgba(128, 128, 128, 0.2);
  padding: 40px 60px;
  border-radius: 4px;
  display: flex;
  align-items: center !important;
  overflow: visible;
  margin-bottom: 60px;
  min-height: 200px;
}

/* IMAGE CONTAINER */
.quote-card .image-clip {
  position: absolute;
}

.quote-card.item-left .image-clip {
  left: -40px;
  top: -20px;
}

.quote-card.item-right .image-clip {
  right: -40px;
  top: -20px;
}

/* IMAGE SIZE */
.quote-card img {
  width: 220px;
  height: auto;
  transform: rotate(-6deg);
}

/* RIGHT ROTATION */
.quote-card.item-right img {
  transform: rotate(6deg);
}

/* TEXT AREA */
.quote-card .item-content {
  max-width: 100%;
  margin-left: 150px;
  margin-right: auto;
}

.quote-card .item-content2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: 150px;
}

/* TEXT STYLING */
.quote-card .item-content__text {
  font-size: 20px;
  line-height: 1.5;
  color: #052435;
}

.quote-card .bold {
  font-style: normal;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {
  .quote-card {
    padding: 40px 20px;
  }

  .quote-card img {
    width: 140px;
  }

  .quote-card .item-content {
    max-width: 100%;
  }
}

/* =========================================================
   ABOUT KELLEY
   ========================================================= */

.ak-portrait {
  float: right;
  width: 340px;
  max-width: 42%;
  margin: 6px 0 20px 40px;
}
.ak-portrait img { width: 100%; height: auto; display: block; border-radius: 10px; }
.ak-portrait__caption {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  color: #052435;
  margin: 14px 0 0;
}
.ak-clear { clear: both; }

.ak-signature {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  color: #052435;
  margin: 30px 0 6px;
}
.ak-credentials {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #052435;
  margin: 0;
}
@media (max-width: 768px) {
  .ak-portrait { float: none; width: 100%; max-width: 320px; margin: 0 auto 24px; }
}

/* =========================================================
   HERO STATS ROW + FOUNDING LINE
   ========================================================= */

.hero-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  margin: 30px auto 34px;
  max-width: 760px;
}
.hero-stats .stat {
  flex: 1 1 0;
  min-width: 140px;
  padding: 6px 20px;
  text-align: center;
  border-right: 1px solid rgba(5, 36, 53, 0.15);
}
.hero-stats .stat:last-child { border-right: none; }
.hero-stats .stat__num {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  color: #052435;
}
.hero-stats .stat__label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #052435;
  margin-top: 4px;
}

.founding-line {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #052435;
  text-align: center;
  margin: 20px 0 0;
}
.founding-line strong { color: #052435; }

@media (max-width: 600px) {
  .hero-stats {
    max-width: 340px;
    margin: 24px auto 28px;
  }
  .hero-stats .stat {
    flex: 1 1 50%;
    min-width: 0;
    padding: 16px 8px;
    border-right: none;
    border-bottom: none;
  }
  .hero-stats .stat__num { font-size: 36px; }
  .hero-stats .stat__label { font-size: 13px; }
}

/* ============================================================
   REUSABLE ICON/VALUE LIST  (.rincl-*)
   ============================================================ */
.rincl-list {
  border: 1px solid rgba(5, 36, 53, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.rincl-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(5, 36, 53, 0.10);
}
.rincl-item:last-child { border-bottom: none; }

/* left icon */
.rincl-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  color: #0f9c1f;
}
.rincl-icon svg { width: 100%; height: 100%; display: block; }

.rincl-body { flex: 1; }
.rincl-title {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #052435;
  margin: 0 0 6px;
}
.rincl-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #052435;
  margin: 0;
}

/* right-aligned price block */
.rincl-price {
  flex-shrink: 0;
  text-align: right;
  align-self: center;
}
.rincl-price__amount {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #052435;
  margin: 0 0 2px;
}
.rincl-price__label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #052435;
  margin: 0;
}

/* highlighted total row */
.rincl-item--total { background: #f0f4f7; align-items: center; }
.rincl-item--total .rincl-title { font-size: 15px; font-weight: 600; color: #052435; margin: 0 0 2px; }
.rincl-item--total .rincl-bigvalue {
  font-family: 'Poppins', sans-serif;
  font-size: 24px; font-weight: 800; color: #052435; margin: 0;
}
.rincl-item--total .rincl-bigvalue span { color: #0f9c1f; }
.rincl-item--total .rincl-price__amount { font-size: 26px; font-weight: 800; }
.rincl-item--total .rincl-price__amount span { color: #0f9c1f; }

@media (max-width: 600px) {
  .rincl-item { padding: 20px 18px; gap: 14px; }
  .rincl-title { font-size: 17px; }
  .rincl-desc { font-size: 15px; }
  .rincl-price__amount { font-size: 17px; }
  .rincl-item--total .rincl-price__amount { font-size: 22px; }
}

/* ---- pull quote ---- */

.cfr-pullquote {
  border-left: 4px solid #0f9c1f;
  padding: 26px 30px;
  margin: 30px 0;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.6;
  color: #052435;
}

/* pullquote sits on WHITE sections (default) — gray fill */
.bg--gray {
  background: #f0f4f7;
}

/* pullquote sits on GRAY sections — white fill so it stands out */
.bg--white {
  background: #ffffff;
}

@media (max-width: 600px) { .cfr-pullquote { font-size: 17px; padding: 20px 22px; } }

/* ---- stats trio ---- */
.cfr-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.cfr-stat { flex: 1 1 240px; max-width: 300px; text-align: center; }
.cfr-stat__icon { width: 26px; height: 26px; color: #0f9c1f; margin: 0 auto 10px; }
.cfr-stat__icon svg { width: 100%; height: 100%; display: block; }
.cfr-stat__title {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #052435;
  margin: 0 0 6px;
}
.cfr-stat__desc {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #052435;
  margin: 0;
}

/* ---- green Substack banner ---- */
.cfr-banner {
  background: #0f9c1f;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 30px 0;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.cfr-banner__icon { width: 26px; height: 26px; color: #ffffff; flex-shrink: 0; margin-top: 2px; }
.cfr-banner__icon svg { width: 100%; height: 100%; display: block; }
.cfr-banner__title {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
}
.cfr-banner__text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #ffffff;
  margin: 0;
}
.cfr-banner__text strong { color: #ffffff; }
@media (max-width: 600px) { .cfr-banner { padding: 22px; } }

/* Kelley signature quote */
.cfr-sig {
  border-left: 4px solid #0f9c1f;
  padding: 6px 0 6px 26px;
  margin: 30px 0 0;
}
.cfr-sig__quote {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.65;
  color: #052435;
  margin: 0 0 12px;
}
.cfr-sig__name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #052435;
  margin: 0;
}
.cfr-sig__name strong { color: #052435; }

.fcta-value {
  color: #ffffff;
  text-decoration: line-through;
  margin: 0 0 4px;
}
.fcta-price {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 8px;
}
@media (max-width: 600px) { .fcta-price { font-size: 48px; } }

/* note box beneath */
.fcta-note {
  background: #f0f4f7;
  border-radius: 10px;
  padding: 20px 26px;
  margin: 30px auto 0;
}
.fcta-note strong { color: #0f9c1f; }

.header--logo {
  width: 20%;
}

@media (max-width: 768px) {
  .header--logo {
    width: 100%;
  }
}
