.elementor-kit-6{--e-global-color-primary:#6B7B3A;--e-global-color-secondary:#3D4A1F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"DMSans";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"DMSans";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"DMSans";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"DMSans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"DMSans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"DMSans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   ALPHA INDIC — Premium Wellness Styling
   (Slider / Hero removed — managed by Elementor)
   ===================================================== */

/* ---- ANNOUNCEMENT BAR ---- */
body .ai-announce {
  display: block !important;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ---- GLOBAL FONTS & BASE ---- */
body {
  font-family: 'Montserrat', sans-serif;
  background: #faf8f5;
  color: #0d1a0d;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #1a2e1a;
}

/* ---- FIX HORIZONTAL OVERFLOW ---- */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body .ai-pop-wrap,
body .ai-trending-wrap {
  overflow: hidden;
  max-width: 100%;
}

/* ---- CATEGORY PILLS ---- */
body .ai-cat-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
  background: #faf8f5;
}

body .ai-cat-pill {
  display: inline-block;
  border: 1px solid #1a2e1a;
  border-radius: 50px;
  padding: 10px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a2e1a;
  text-decoration: none;
  transition: all 0.3s ease;
}

body .ai-cat-pill:hover,
body .ai-cat-pill.active {
  background: #1a2e1a;
  color: #faf8f5;
}

/* ---- PHILOSOPHY / ABOUT SECTION ---- */
body .ai-philosophy {
  background: #1a2e1a;
  color: #faf8f5;
  padding: 80px 40px;
  text-align: center;
}

body .ai-philosophy-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a96e;
  display: block;
  margin-bottom: 20px;
}

body .ai-philosophy-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  color: #faf8f5;
  font-weight: 400;
  margin-bottom: 20px;
}

body .ai-philosophy-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(250,248,245,0.8);
  max-width: 640px;
  margin: 0 auto 32px;
}

body .ai-philosophy-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a96e;
  text-decoration: none;
  border-bottom: 1px solid #c9a96e;
  padding-bottom: 3px;
}

/* ---- PRODUCT CARDS ---- */
body .ai-product-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

body .ai-product-card:hover {
  transform: translateY(-4px);
}

body .ai-product-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

body .ai-product-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #1a2e1a;
  margin: 12px 16px 4px;
}

body .ai-product-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0 16px 16px;
}

body .ai-product-tag {
  display: inline-block;
  background: #c9a96e;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  margin: 8px 16px 0;
}

/* ---- SECTION TITLES ---- */
body .ai-section-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a96e;
  display: block;
  text-align: center;
  margin-bottom: 14px;
}

body .ai-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: #1a2e1a;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}

/* ---- COLLECTIONS / SHOP BY GOAL ---- */
body .ai-col-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

body .ai-col-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

body .ai-col-item:hover img {
  transform: scale(1.05);
}

body .ai-col-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #fff;
  z-index: 2;
}

/* ---- STATS / TRUST BAR ---- */
body .ai-stats {
  background: #faf8f5;
  padding: 50px 40px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid rgba(26,46,26,0.1);
  border-bottom: 1px solid rgba(26,46,26,0.1);
}

body .ai-stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  color: #1a2e1a;
  display: block;
}

body .ai-stat-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
  display: block;
  margin-top: 6px;
}

/* ---- TESTIMONIALS ---- */
body .ai-testimonials {
  background: #1a2e1a;
  padding: 80px 40px;
  text-align: center;
}

body .ai-testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-style: italic;
  color: #faf8f5;
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

body .ai-testimonial-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a96e;
}

/* ---- FOOTER ---- */
body .ai-footer {
  background: #0d1a0d;
  color: rgba(250,248,245,0.7);
  padding: 60px 40px 30px;
}

body .ai-footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #c9a96e;
  margin-bottom: 12px;
}

body .ai-footer a {
  color: rgba(250,248,245,0.6);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 2.2;
  display: block;
}

body .ai-footer a:hover {
  color: #c9a96e;
}

body .ai-footer-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #faf8f5;
  margin-bottom: 16px;
}

/* ================================================================
   ALPHA INDIC — LUXURY PRODUCT PAGE CSS
   Complete Design System for all 9 Products
   Fonts: Cormorant Garamond (headings) + DM Sans (body)
   Colors: #1C2B1A #B8963E #FAF7F0 #FFFFFF #5C4A2A #8B7355 #E8E0D0
   ================================================================ */

/* --- FONT IMPORTS --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@400;500;600&display=swap');

/* --- BASE TYPOGRAPHY --- */
body, p, li, td, th, label, input, button, span {
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .product_title, .ai-section-heading {
  font-family: 'Cormorant Garamond', serif;
}

/* ================================================================
   PRODUCT GALLERY
   ================================================================ */
.woocommerce-product-gallery {
  background: transparent;
}
.woocommerce-product-gallery__image {
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.woocommerce-product-gallery__image img {
  object-fit: contain;
  max-height: 520px;
  width: auto;
}
.woocommerce-product-gallery__trigger {
  background: rgba(255,255,255,0.92);
  border: 1px solid #E8E0D0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  top: 16px;
  right: 16px;
  transition: all 0.25s ease;
}
.woocommerce-product-gallery__trigger:hover {
  background: #B8963E;
  border-color: #B8963E;
}
.flex-control-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.flex-control-thumbs::-webkit-scrollbar { display: none; }
.flex-control-thumbs li { flex: 0 0 72px; }
.flex-control-thumbs li img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border: 1.5px solid transparent;
  border-radius: 3px;
  padding: 6px;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.flex-control-thumbs li img:hover,
.flex-control-thumbs li img.flex-active {
  border-color: #B8963E;
}

/* ================================================================
   PRODUCT TITLE + PRICE AREA
   ================================================================ */
.product_title.entry-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  color: #1C2B1A !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 8px !important;
}
.posted_in, .posted_in a {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #B8963E;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
}
.price {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin: 16px 0 24px !important;
}
.price .woocommerce-Price-amount.amount {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  color: #1C2B1A !important;
}
.price del .woocommerce-Price-amount.amount {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 18px !important;
  color: #999999 !important;
}
.price del { opacity: 1 !important; }
.woocommerce-product-details__short-description p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #5C4A2A;
  line-height: 1.75;
  font-style: italic;
}

/* --- QUANTITY --- */
.quantity .qty {
  height: 48px;
  width: 70px;
  border: 1.5px solid #D5C9B5 !important;
  border-radius: 4px !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #1C2B1A;
  text-align: center;
  background: #FFFFFF;
  transition: border-color 0.2s ease;
}
.quantity .qty:focus {
  border-color: #B8963E !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(184,150,62,0.12);
}

/* --- ADD TO CART --- */
.single_add_to_cart_button.button {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  background-color: #1C2B1A !important;
  color: #FAF7F0 !important;
  border: 2px solid #1C2B1A !important;
  border-radius: 2px !important;
  height: 54px !important;
  padding: 0 28px !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}
.single_add_to_cart_button.button:hover {
  background-color: #B8963E !important;
  border-color: #B8963E !important;
}

/* ================================================================
   WOOCOMMERCE TABS — HIDE DEFAULT
   ================================================================ */
.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important;
}

/* ================================================================
   AI PRODUCT WRAP — BASE
   ================================================================ */
.ai-product-wrap {
  font-family: 'DM Sans', sans-serif;
  color: #1C2B1A;
  background: #FAF7F0;
}

/* --- SHARED SECTION STYLES --- */
.ai-section {
  padding: 80px 20px;
}
.ai-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.ai-eyebrow {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #B8963E;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.ai-section-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 500;
  color: #1C2B1A;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.ai-section-subtext {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #5C4A2A;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.8;
}

/* ================================================================
   SECTION: PRODUCT STORY (DARK GREEN)
   ================================================================ */
.ai-story-section {
  background: #1C2B1A;
  padding: 90px 20px;
}
.ai-story-section .ai-eyebrow { color: #B8963E; }
.ai-story-section .ai-section-heading { color: #FAF7F0; text-align: left; }
.ai-story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
.ai-story-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  color: #D5C9B5;
  line-height: 1.85;
  max-width: 620px;
  margin-bottom: 18px;
}
.ai-story-differentiators { margin-top: 28px; }
.ai-differentiator {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ai-differentiator::before {
  content: '—';
  color: #B8963E;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  flex-shrink: 0;
}
.ai-differentiator span {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #FAF7F0;
  line-height: 1.6;
}

/* ================================================================
   SECTION: BENEFITS
   ================================================================ */
.ai-benefits-section {
  background: #FFFFFF;
}
.ai-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ai-benefit-card {
  background: #FAF7F0;
  border: 1px solid #E8E0D0;
  border-radius: 6px;
  padding: 30px 24px;
  transition: all 0.3s ease;
}
.ai-benefit-card:hover {
  border-color: #B8963E;
  box-shadow: 0 4px 24px rgba(184,150,62,0.10);
  transform: translateY(-3px);
}
.ai-benefit-icon {
  width: 40px;
  height: 40px;
  color: #B8963E;
  margin-bottom: 18px;
}
.ai-benefit-icon svg {
  width: 100%;
  height: 100%;
  stroke: #B8963E;
}
.ai-benefit-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 600;
  color: #1C2B1A;
  margin-bottom: 8px;
  line-height: 1.3;
}
.ai-benefit-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #5C4A2A;
  line-height: 1.75;
  margin: 0;
}

/* ================================================================
   SECTION: INGREDIENTS ACCORDION
   ================================================================ */
.ai-ingredients-section {
  background: #FAF7F0;
}
.ai-ing-accordion {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 40px;
}
.ai-ing-item {
  border-bottom: 1px solid #E8E0D0;
}
.ai-ing-trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ai-ing-trigger:hover .ai-ing-name { color: #B8963E; }
.ai-ing-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #B8963E;
  border-radius: 50%;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #B8963E;
  font-weight: 600;
  flex-shrink: 0;
}
.ai-ing-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1C2B1A;
  transition: color 0.2s ease;
  flex: 1;
}
.ai-ing-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #8B7355;
  font-style: italic;
}
.ai-ing-arrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  color: #B8963E;
  font-weight: 400;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
.ai-ing-item.active .ai-ing-arrow { transform: rotate(45deg); }
.ai-ing-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  padding-left: 42px;
  border-left: 2px solid #B8963E;
  margin-left: 14px;
}
.ai-ing-item.active .ai-ing-content {
  opacity: 1;
  padding-bottom: 20px;
  padding-top: 4px;
}
.ai-ing-content p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #5C4A2A;
  line-height: 1.8;
  margin: 0;
}

/* ================================================================
   SECTION: HOW TO USE TIMELINE
   ================================================================ */
.ai-howto-section {
  background: #FFFFFF;
}
.ai-timeline {
  max-width: 720px;
  margin: 48px auto 0;
  position: relative;
}
.ai-timeline::before {
  content: '';
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #E8E0D0 8%, #E8E0D0 92%, transparent);
}
.ai-timeline-step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding-bottom: 44px;
  position: relative;
}
.ai-timeline-step:last-child { padding-bottom: 0; }
.ai-step-left {
  flex-shrink: 0;
  width: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ai-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 400;
  color: #E8E0D0;
  line-height: 1;
}
.ai-step-node {
  width: 12px;
  height: 12px;
  background: #B8963E;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 0 1.5px #B8963E;
  margin-top: -6px;
}
.ai-step-content { padding-top: 4px; }
.ai-step-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #B8963E;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ai-step-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #5C4A2A;
  line-height: 1.8;
  max-width: 480px;
  margin: 0;
}

/* ================================================================
   SECTION: COMPARISON TABLE
   ================================================================ */
.ai-compare-section {
  background: #FAF7F0;
}
.ai-compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 40px rgba(0,0,0,0.07);
}
.ai-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  min-width: 540px;
}
.ai-compare-table thead tr { background: #1C2B1A; }
.ai-compare-table thead th {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #FAF7F0;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 24px;
  text-align: left;
}
.ai-compare-table thead .ai-alpha-col { color: #B8963E; }
.ai-compare-table tbody tr:nth-child(odd) { background: #FFFFFF; }
.ai-compare-table tbody tr:nth-child(even) { background: #FAF7F0; }
.ai-compare-table tbody tr:hover { background: #F5F0E8; }
.ai-compare-table tbody td {
  padding: 15px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #5C4A2A;
  vertical-align: middle;
}
.ai-compare-table tbody td:first-child {
  font-weight: 600;
  color: #1C2B1A;
}
.ai-check { color: #1C2B1A; }
.ai-check::before { content: '✓  '; color: #B8963E; font-weight: 700; }
.ai-cross { color: #AAAAAA; }
.ai-cross::before { content: '✗  '; color: #D5C9B5; }

/* ================================================================
   SECTION: TESTIMONIALS (DARK)
   ================================================================ */
.ai-testimonials-section {
  background: #1C2B1A;
}
.ai-testimonials-section .ai-eyebrow { color: #B8963E; }
.ai-testimonials-section .ai-section-heading { color: #FAF7F0; }
.ai-testi-stars {
  color: #B8963E;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 40px;
}
.ai-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
}
.ai-testi-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 6px;
  padding: 36px 28px;
  position: relative;
  transition: background 0.3s ease;
}
.ai-testi-card:hover { background: rgba(255,255,255,0.08); }
.ai-testi-card .ai-testi-stars {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.ai-testi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 19px;
  color: #FAF7F0;
  line-height: 1.7;
  margin-bottom: 24px;
}
.ai-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ai-testi-avatar {
  width: 40px;
  height: 40px;
  background: #B8963E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FAF7F0;
  flex-shrink: 0;
}
.ai-testi-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FAF7F0;
}
.ai-testi-loc {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #B8963E;
  margin-top: 2px;
}
.ai-verified {
  background: rgba(184,150,62,0.15);
  color: #B8963E;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 10px;
}

/* ================================================================
   SECTION: LAB CERTIFICATIONS
   ================================================================ */
.ai-lab-section {
  background: #FFFFFF;
}
.ai-lab-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.ai-lab-card {
  border: 1px solid #E8E0D0;
  border-radius: 6px;
  padding: 32px 22px;
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.ai-lab-card:hover {
  border-color: #B8963E;
  box-shadow: 0 4px 20px rgba(184,150,62,0.08);
}
.ai-lab-icon {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
}
.ai-lab-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1C2B1A;
  margin-bottom: 10px;
}
.ai-lab-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #5C4A2A;
  line-height: 1.75;
  margin-bottom: 14px;
}
.ai-lab-badge {
  display: inline-block;
  background: #FAF7F0;
  border: 1px solid #B8963E;
  color: #B8963E;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}

/* ================================================================
   SECTION: FAQ ACCORDION
   ================================================================ */
.ai-faq-section {
  background: #FAF7F0;
}
.ai-accordion {
  max-width: 760px;
  margin: 40px auto 0;
}
.ai-acc-item {
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  transition: box-shadow 0.25s ease;
}
.ai-acc-item:hover { box-shadow: 0 2px 16px rgba(0,0,0,0.07); }
.ai-acc-item.active { box-shadow: 0 4px 20px rgba(184,150,62,0.10); }
.ai-acc-trigger {
  width: 100%;
  background: transparent;
  border: none;
  border-left: 3px solid transparent;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1C2B1A;
  text-align: left;
  transition: all 0.25s ease;
  gap: 16px;
}
.ai-acc-trigger:hover { color: #B8963E; border-left-color: #E8E0D0; }
.ai-acc-item.active .ai-acc-trigger {
  border-left-color: #B8963E;
  color: #B8963E;
}
.ai-acc-icon {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  color: #B8963E;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
}
.ai-acc-item.active .ai-acc-icon { transform: rotate(45deg); }
.ai-acc-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.ai-acc-item.active .ai-acc-content { opacity: 1; }
.ai-acc-content p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #5C4A2A;
  line-height: 1.8;
  padding: 0 24px 22px 27px;
  margin: 0;
}

/* ================================================================
   MOBILE RESPONSIVE
   ================================================================ */
@media (max-width: 768px) {
  .product_title.entry-title { font-size: 30px !important; }
  .price .woocommerce-Price-amount.amount { font-size: 28px !important; }
  .ai-section { padding: 56px 16px; }
  .ai-section-heading { font-size: 32px; }
  .ai-story-section { padding: 56px 16px; }
  .ai-story-section .ai-section-heading { font-size: 34px; }
  .ai-benefits-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .ai-testi-grid { grid-template-columns: 1fr; gap: 16px; }
  .ai-lab-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .ai-timeline::before { left: 22px; }
}
@media (max-width: 480px) {
  .ai-benefits-grid { grid-template-columns: 1fr; }
  .ai-lab-grid { grid-template-columns: 1fr; }
  .ai-ing-sub { display: none; }
  .product_title.entry-title { font-size: 26px !important; }
  .ai-section-heading { font-size: 28px; }
}

/* ================================================================
   FIX: Show product description outside tabs, hide tab nav
   ================================================================ */
.woocommerce-tabs .wc-tabs { 
  display: none !important; 
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel { 
  border: none !important; 
  padding: 0 !important; 
  margin: 0 !important; 
  background: transparent !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description { 
  display: block !important; 
}
.woocommerce-tabs .woocommerce-Tabs-panel--reviews { 
  display: none !important; 
}/* End custom CSS */