:root {
  --primary-color: #686869;
  --primary-color-light: #aca9ad;
  --primary-color-dark: black;
  --secondary-color: red;
  --secondary-color-light: #f15d5e;
  --secondary-color-dark: #9e1f20;
  --third-color: #ce7070;
  --fourth-color: #a77777;
  --contrast-color: #eda32f;
  --text-color: black;
  --light-color: whitesmoke;}


* {
  transition: 0.2s;
}

html {
  font-size: 20px;
  scroll-padding-top: 92px;
}

body {
  font-family: "Jost", sans-serif;
  color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

figure {
  margin-bottom: 0;
}

@media (max-width: 499px) {
  .navbar-brand {
    max-width: 160px;
  }
}

.caret li {
  position: relative;
  padding-left: 6px;
  list-style: none;
}
.caret li::before {
  content: "\f231";
  font-family: "bootstrap-icons";
  position: absolute;
  top: -0.6em;
  left: -1em;
  color: var(--primary-color-dark);
  font-size: 1.6em;
  transform: translateY(10px) !important;
}

.item {
  transition: 0.2s;
}
.item:hover {
  scale: 1.025;
}

.button-bg {
  background-image: linear-gradient(to top, #b4e5ba 50%, #c7e7bc 51%);
  color: var(--text-color) !important;
  border: 2px solid #8abfa5 !important;
}
.button-bg:hover {
  background-image: linear-gradient(to bottom, #b4e5ba 50%, #c7e7bc 51%);
}
.button-bg.promo {
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  color: var(--text-color) !important;
  border: 2px solid #a78a19 !important;
}
.button-bg.promo:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}

@media (max-width: 475px) {
  .accordion-button {
    font-size: 1rem !important;
  }
}
.accordion-button:not(.collapsed) {
  background-color: white;
  color: var(--text-color);
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem var(--secondary-color);
}

#guarantee .badges img {
  max-width: 100px;
}
@media (max-width: 599px) {
  #guarantee .badges img {
    max-width: 70px;
  }
}

#faq .accordion-item {
  border-radius: 0;
  margin-bottom: 0.25em;
}
#faq .accordion-button {
  font-weight: bold;
  border-radius: 0;
}

#references * {
  font-weight: 500;
  word-break: break-all;
}
@media (max-width: 599px) {
  #references ol {
    font-size: 0.7em;
    padding-left: 2em;
    margin-top: -1em;
  }
}
#references img {
  width: auto;
  height: 50px;
}
@media (max-width: 599px) {
  #references img {
    height: 30px;
  }
}
#references span {
  color: #8f8f8f;
}

.fw-bolder {
  font-weight: 900;
}

.triangle {
  position: relative;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 20px solid var(--primary-color-light);
  margin: 0 auto;
}

.modal.downsell {
  background-color: var(--primary-color);
  z-index: 999999;
}
.modal.downsell figure {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.modal.downsell figure .guarantee-badge {
  position: absolute;
  max-width: 100px;
  top: 1em;
  right: 2vw;
}
@media (max-width: 599px) {
  .modal.downsell figure .guarantee-badge {
    max-width: 20vw;
    right: 0;
    top: 0;
  }
}
.modal.downsell .per-bottle {
  color: var(--primary-color);
  font-size: 2em;
}
.modal.downsell .savings {
  color: rgb(14, 194, 110);
  font-size: 1.6em;
}
.modal.downsell .modal-dialog {
  max-width: 100%;
}
.modal.downsell .no-thanks {
  font-size: 1em;
}
.modal.downsell#secondDownsell, .modal.downsell#secondDownsellK3 {
  background-color: var(--contrast-color);
}
@media (max-width: 599px) {
  .modal.downsell .button-bg {
    font-size: 1em !important;
  }
  .modal.downsell h2 {
    font-size: 1.4em !important;
  }
  .modal.downsell .per-bottle {
    margin-top: 1em;
    font-size: 1.4em;
  }
  .modal.downsell .savings {
    font-size: 1.2em;
  }
}
.modal .savings {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal .savings .badge {
  position: absolute;
  align-content: center;
  height: 110px;
  width: 110px;
  font-size: 0.8em;
  border-radius: 50%;
  top: 1em;
  right: 2em;
  background-color: var(--primary-color);
}
.modal .savings .badge span {
  display: block;
  font-size: 2.25em;
  font-weight: 900;
  letter-spacing: -2px;
}

#video #videoContainer {
  text-align: center;
}
#video #videoContainer h1 {
  font-size: 2.1em;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin: 0;
}
@media (max-width: 768px) {
  #video #videoContainer h1 {
    font-size: 1.7em;
  }
}
@media (max-width: 480px) {
  #video #videoContainer h1 {
    font-size: 1.35em;
    line-height: 1.3;
  }
}
#video #videoContainer h1 span {
  color: #4EB4B8;
  background-color: #222222;
  padding: 3px 8px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #video #videoContainer h1 span {
    display: block;
    padding: 3px 4px;
  }
}
#video #videoContainer p {
  font-size: 1.5em;
  margin-top: 15px;
  color: #ffcc00;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  #video #videoContainer p {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  #video #videoContainer p {
    font-size: 0.9em;
  }
}

.img-overlap {
  position: absolute;
  transform: translate(-50%, -80%);
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cartpanda.banner-hidden .cpd-default {
  display: none !important;
}

/* --------------------------------------------------------------------------
   Header & Navigation
   -------------------------------------------------------------------------- */
#nav-header {
  background-color: var(--primary-color);
}

.navbar-brand {
  display: inline-block;
  padding: 0.5rem 0;
  text-decoration: none;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.nav-link {
  color: #FFF !important;
}

/* --------------------------------------------------------------------------
   Page Layout - Secondary Pages
   -------------------------------------------------------------------------- */
.page-main {
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.page-container {
  max-width: 900px;
}

/* --------------------------------------------------------------------------
   Page Header Styles
   -------------------------------------------------------------------------- */
.page-intro {
  color: var(--primary-color);
  display: block;
  text-align: center;
}

.page-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid var(--contrast-color);
  padding-bottom: 0.5rem;
  display: inline-block;
}

.page-title-center {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: bold;
}

/* --------------------------------------------------------------------------
   Content Styles
   -------------------------------------------------------------------------- */
.content-section {
  color: #333;
  line-height: 1.6;
}

.content-section h2,
.content-section h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.content-section h3 {
  font-size: 1.1rem;
}

.content-box {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.text-muted-custom {
  color: #666;
}

.text-italic-center {
  text-align: center;
  margin-bottom: 2rem;
  font-style: italic;
  color: #666;
}

/* --------------------------------------------------------------------------
   Links
   -------------------------------------------------------------------------- */
.link-contrast {
  color: var(--contrast-color);
}

.link-contrast:hover {
  color: var(--primary-color-light);
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--primary-color-dark);
  padding: 3rem 0 2rem 0;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
}

.footer-links a:hover {
  color: var(--contrast-color);
}

.footer-copyright {
  font-size: 0.9rem;
  color: var(--contrast-color);
  margin-bottom: 1.5rem;
}

.footer-disclaimer {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0;
  line-height: 1.4;
}

.footer-statements {
  color: rgba(255,255,255,0.7);
}

/* --------------------------------------------------------------------------
   Utility Classes
   -------------------------------------------------------------------------- */
.text-primary-color {
  color: var(--primary-color);
}

.text-contrast-color {
  color: var(--contrast-color);
}

.bg-primary-color {
  background-color: var(--primary-color);
}

.bg-primary-dark {
  background-color: var(--primary-color-dark);
}

.border-contrast {
  border-color: var(--contrast-color) !important;
}

/* --------------------------------------------------------------------------
   Hero Section
   -------------------------------------------------------------------------- */
.hero-section {
  background-color: var(--primary-color);
  padding-top: 10rem !important;
  margin-top: 4rem;
}

.hero-form-card {
  background: white;
  border-radius: 1.5em;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(19, 228, 221, 0.3);
  border: 2px solid var(--contrast-color);
}

.hero-form-title {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.hero-form-subtitle {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

.form-label-styled {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 0.9rem;
}

.form-input-styled {
  padding: 0.75em;
  border: 2px solid #e0e0e0;
  border-radius: 0.5em;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.form-input-styled:focus {
  border-color: var(--contrast-color);
  box-shadow: 0 0 0 0.2rem rgba(19, 228, 221, 0.25);
}

.checkbox-styled {
  transform: scale(1.2);
  accent-color: var(--contrast-color);
  flex-shrink: 0;
}

.checkbox-label {
  color: #666;
  line-height: 1.4;
  font-size: 0.7rem;
  text-align: left;
}

.checkbox-label a {
  text-decoration: underline;
}

.hero-submit-button {
  font-size: 1.2em;
  padding: 0.75em 1.5em;
  background: linear-gradient(135deg, var(--contrast-color) 0%, var(--primary-color-light) 100%);
  border-radius: 0.5em;
  font-weight: 700;
  border: none !important;
  box-shadow: none;
  color: var(--primary-color-dark);
}

.form-security-icons {
  font-size: 0.75rem;
  color: #666;
}

.form-trust-text {
  font-size: 0.7rem;
  color: #888;
}

/* --------------------------------------------------------------------------
   Navigation CTA Button
   -------------------------------------------------------------------------- */
.nav-cta-button {
  font-size: 0.9em;
  padding: 0.5em 1em;
  margin-left: 1rem;
  background-color: var(--contrast-color);
  border-color: var(--contrast-color);
  color: var(--primary-color-dark);
}

/* --------------------------------------------------------------------------
   Comparison Table
   -------------------------------------------------------------------------- */
.comparison-highlight {
  background: var(--contrast-color);
  color: var(--primary-color-dark);
}

/* --------------------------------------------------------------------------
   Guarantee Section
   -------------------------------------------------------------------------- */
.guarantee-section {
  background: url('../img/guarantee-bg.webp') center/cover no-repeat;
  background-color: var(--primary-color-dark);
  color: white;
}

.guarantee-badge-wrapper {
  display: inline-block;
}

.guarantee-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.guarantee-subtitle {
  color: var(--contrast-color);
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.guarantee-text {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Rating Badge
   -------------------------------------------------------------------------- */
.rating-badge {
  background: white;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.rating-stars {
  color: var(--contrast-color);
  font-size: 1.3rem;
  margin-right: 10px;
}

.rating-score {
  font-weight: 700;
  color: var(--primary-color);
}

.rating-count {
  color: #666;
  margin-left: 8px;
}

/* --------------------------------------------------------------------------
   Exit Popup
   -------------------------------------------------------------------------- */
.popup-subtitle {
  color: #666;
}

.popup-code {
  color: #888;
  font-size: 0.9rem;
}

.popup-cta-button {
  font-size: 1.1em;
  padding: 0.75em 1.5em;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-light) 100%);
  border-radius: 0.5em;
  font-weight: 700;
  border: none;
  color: white;
  display: inline-block;
  text-decoration: none;
  margin-top: 15px;
}

.popup-dismiss {
  color: #999;
  font-size: 0.8rem;
  margin-top: 15px;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   References List
   -------------------------------------------------------------------------- */
.references-list {
  margin: 0;
  padding-left: 1.5rem;
}

.references-list li {
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------------
   Terms Page
   -------------------------------------------------------------------------- */
.terms-pre {
  white-space: pre-wrap;
  font-family: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
}

/* ==========================================================================
   PROFESSIONAL ENHANCEMENTS
   ========================================================================== */

/* --------------------------------------------------------------------------
   Google Fonts Import
   -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* --------------------------------------------------------------------------
   Enhanced Base Styles
   -------------------------------------------------------------------------- */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* --------------------------------------------------------------------------
   Promo Bar - Professional Styling
   -------------------------------------------------------------------------- */
.promo-bar {
  background: linear-gradient(135deg, var(--primary-color-dark) 0%, var(--primary-color) 50%, var(--primary-color-dark) 100%);
  background-size: 200% 200%;
  animation: gradientShift 3s ease infinite;
  color: white;
  padding: 12px 20px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  box-shadow: 0 2px 10px rgba(0, 75, 135, 0.3);
}

.promo-bar .highlight {
  background: var(--contrast-color);
  color: var(--primary-color-dark);
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 800;
  animation: pulse 2s ease-in-out infinite;
}

.promo-bar .promo-timer {
  background: rgba(255,255,255,0.15);
  padding: 4px 12px;
  border-radius: 20px;
  font-family: 'Courier New', monospace;
  font-weight: 700;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

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

/* --------------------------------------------------------------------------
   Enhanced Header Navigation
   -------------------------------------------------------------------------- */
#nav-header {
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(19, 228, 221, 0.2);
  top: 42px !important;
  transition: all 0.3s ease;
}

#nav-header.scrolled {
  background: rgba(0, 75, 135, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.nav-link {
  position: relative;
  padding: 0.5rem 1rem !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--contrast-color);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 80%;
}

.nav-link:hover {
  color: var(--contrast-color) !important;
}

/* --------------------------------------------------------------------------
   Section Title - Professional
   -------------------------------------------------------------------------- */
.section-title {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--contrast-color), var(--primary-color-light));
  border-radius: 2px;
}

.section-title p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 1.5rem auto 0;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Stats Section - Professional
   -------------------------------------------------------------------------- */
.stats-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 3rem 0;
  border-top: 1px solid rgba(0, 75, 135, 0.1);
  border-bottom: 1px solid rgba(0, 75, 135, 0.1);
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 75, 135, 0.15);
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1.2;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--contrast-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  font-weight: 500;
}

/* --------------------------------------------------------------------------
   How It Works - Professional
   -------------------------------------------------------------------------- */
.how-it-works-step {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.how-it-works-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--contrast-color));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.how-it-works-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 75, 135, 0.15);
}

.how-it-works-step:hover::before {
  transform: scaleX(1);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-light) 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 auto 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 75, 135, 0.3);
  transition: all 0.3s ease;
}

.how-it-works-step:hover .step-number {
  transform: scale(1.1) rotate(10deg);
  background: linear-gradient(135deg, var(--contrast-color) 0%, var(--primary-color) 100%);
}

/* --------------------------------------------------------------------------
   Ingredient Cards - Professional
   -------------------------------------------------------------------------- */
.ingredient-card {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid rgba(0, 75, 135, 0.05);
  position: relative;
  overflow: hidden;
}

.ingredient-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--contrast-color), var(--primary-color));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.ingredient-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 75, 135, 0.12);
  border-color: var(--contrast-color);
}

.ingredient-card:hover::after {
  transform: scaleX(1);
}

.ingredient-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(19, 228, 221, 0.15) 0%, rgba(0, 75, 135, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.ingredient-icon i {
  font-size: 1.8rem;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.ingredient-card:hover .ingredient-icon {
  background: linear-gradient(135deg, var(--contrast-color) 0%, var(--primary-color) 100%);
  transform: scale(1.1);
}

.ingredient-card:hover .ingredient-icon i {
  color: white;
}

/* --------------------------------------------------------------------------
   Comparison Table - Professional
   -------------------------------------------------------------------------- */
.comparison-table {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.comparison-table thead th {
  background: var(--primary-color);
  color: white;
  font-weight: 700;
  padding: 1.2rem;
  border: none;
  font-size: 1rem;
}

.comparison-table thead th:first-child {
  text-align: left;
}

.comparison-table tbody td {
  padding: 1rem 1.2rem;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
}

.comparison-table tbody tr:hover {
  background: rgba(19, 228, 221, 0.05);
}

.comparison-table .check-yes {
  color: #10b981;
  font-size: 1.4rem;
}

.comparison-table .check-no {
  color: #ef4444;
  font-size: 1.4rem;
}

/* --------------------------------------------------------------------------
   Testimonial Cards - Professional
   -------------------------------------------------------------------------- */
.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid rgba(0, 75, 135, 0.05);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 5rem;
  color: rgba(19, 228, 221, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 75, 135, 0.15);
}

.testimonial-card .stars {
  color: #fbbf24;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.testimonial-card .quote {
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.5rem;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-card .author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--contrast-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
}

.testimonial-card .author-info {
  display: flex;
  flex-direction: column;
}

.testimonial-card .author-info strong {
  color: var(--primary-color);
  font-weight: 700;
}

.testimonial-card .author-info span {
  font-size: 0.85rem;
  color: #9ca3af;
}

.testimonial-card .verified {
  font-size: 0.8rem;
  color: #10b981;
  margin-top: 3px;
}

.testimonial-card .verified i {
  margin-right: 3px;
}

/* --------------------------------------------------------------------------
   FAQ Accordion - Professional
   -------------------------------------------------------------------------- */
#faq .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

#faq .accordion-button {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary-color);
  background: white;
  border-radius: 15px !important;
}

#faq .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-light) 100%);
  color: white;
  box-shadow: 0 5px 20px rgba(0, 75, 135, 0.2);
}

#faq .accordion-button::after {
  background-size: 1rem;
  transition: all 0.3s ease;
}

#faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

#faq .accordion-body {
  padding: 1.5rem;
  color: #4b5563;
  line-height: 1.7;
  background: #f9fafb;
}

/* --------------------------------------------------------------------------
   Exit Popup - Professional
   -------------------------------------------------------------------------- */
.exit-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

.exit-popup {
  background: white;
  padding: 3rem 2.5rem;
  border-radius: 25px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
}

.exit-popup .close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.8rem;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
}

.exit-popup .close-popup:hover {
  color: var(--primary-color);
  transform: rotate(90deg);
}

.exit-popup h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.exit-popup .discount-badge {
  background: linear-gradient(135deg, var(--contrast-color) 0%, var(--primary-color) 100%);
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  padding: 1rem 2rem;
  border-radius: 15px;
  display: inline-block;
  margin: 1.5rem 0;
  box-shadow: 0 10px 30px rgba(19, 228, 221, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(30px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* --------------------------------------------------------------------------
   Buttons - Professional
   -------------------------------------------------------------------------- */
.button.alt {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.button.alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.button.alt:hover::before {
  left: 100%;
}

.button.alt:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 75, 135, 0.25);
}

/* --------------------------------------------------------------------------
   Scroll Animations
   -------------------------------------------------------------------------- */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
   Responsive Adjustments
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .promo-bar {
    font-size: 0.75rem;
    padding: 10px 15px;
    gap: 8px;
  }

  #nav-header {
    top: 38px !important;
  }

  .section-title h2 {
    font-size: 1.8rem;
  }

  .section-title p {
    font-size: 0.95rem;
  }

  .stat-number {
    font-size: 1.6rem;
  }

  .stat-item {
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .how-it-works-step,
  .ingredient-card,
  .testimonial-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .exit-popup {
    padding: 2rem 1.5rem;
  }

  .exit-popup h3 {
    font-size: 1.4rem;
  }

  .exit-popup .discount-badge {
    font-size: 2rem;
    padding: 0.8rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .promo-bar span:not(.highlight):not(.promo-timer) {
    display: none;
  }

  .promo-bar .highlight {
    font-size: 0.8rem;
  }
}
