/* =====================================================
   VEL & VIGOR - CLEAN PREMIUM CSS
   Replace your current premium.css with this full file.
   ===================================================== */


/* =========================
   HERO SECTION
========================= */

.menu-toggle,
.mobile-menu {
  display: none !important;
}

.hero {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  border-radius: 0 !important;
  min-height: 92vh !important;
  padding: 90px 60px !important;
  display: block !important;

  background:
    linear-gradient(
      90deg,
      rgba(248,252,247,0.98) 0%,
      rgba(248,252,247,0.92) 38%,
      rgba(248,252,247,0.45) 65%,
      rgba(248,252,247,0.08) 100%
    ),
    url("assets/hero-bg.png") center right / cover no-repeat !important;
}

.hero-grid {
  max-width: 1500px !important;
  margin: 0 auto !important;
  min-height: 78vh !important;
  display: grid !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  align-items: center !important;
  gap: 80px !important;
}

.hero-copy {
  max-width: 760px !important;
  text-align: left !important;
}

.hero-copy h1 {
  font-size: clamp(56px, 5vw, 82px) !important;
  line-height: 1.04 !important;
  letter-spacing: -2px !important;
  color: #064e3b !important;
  margin: 12px 0 24px !important;
  font-weight: 800 !important;
}

.hero-copy p {
  font-size: 24px !important;
  line-height: 1.5 !important;
  color: #475569 !important;
  margin-bottom: 34px !important;
}

.hero-actions {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  margin-bottom: 36px !important;
}

.hero-benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  max-width: 760px !important;
}

.hero-benefits span {
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid #dcfce7 !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  color: #064e3b !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06) !important;
}

.hero-visual {
  display: block !important;
  justify-content: flex-end !important;
}

/* Mobile hero */
@media (max-width: 850px) {
  .menu-toggle {
    display: flex !important;
  }

  .hero {
    padding: 90px 24px 60px !important;
    min-height: auto !important;
    background-position: 70% center !important;
  }

  .hero-grid {
    display: block !important;
    min-height: auto !important;
  }

  .hero-copy h1 {
    font-size: 44px !important;
  }

  .hero-copy p {
    font-size: 20px !important;
  }
}


/* =========================
   PRICING / PLAN TABS
========================= */

.pricing-tabs {
  display: flex !important;
  gap: 14px !important;
  margin: 24px 0 36px !important;
  flex-wrap: wrap !important;
  background: transparent !important;
}

.tab-btn {
  border: none !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  background: #eef7ea !important;
  color: #064e3b !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-size: 16px !important;
  box-shadow: 0 8px 22px rgba(6, 78, 59, 0.08) !important;
}

.tab-btn:hover {
  background: #dcfce7 !important;
  transform: translateY(-2px) !important;
}

.tab-btn.active {
  background: linear-gradient(135deg, #16a34a, #65a30d) !important;
  color: white !important;
  box-shadow: 0 14px 34px rgba(22, 163, 74, 0.28) !important;
}

.plan-content {
  display: none !important;
}

.plan-content.active-plan {
  display: block !important;
}

.pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
  gap: 28px !important;
  align-items: start !important;
}

.price-image-card {
  border-radius: 28px !important;
  overflow: hidden !important;
  transition: 0.3s ease !important;
}

.price-image-card img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 28px !important;
}

.price-image-card.featured {
  transform: scale(1.03) !important;
}

.price-image-card:hover {
  transform: translateY(-6px) !important;
}

@media (min-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Monthly plans: 2 cards per row */

#monthly .pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 32px !important;
  max-width: 1200px !important;
  margin: auto !important;
}

#monthly .price-image-card img {
  width: 100% !important;
  border-radius: 30px !important;
  display: block !important;
}

@media (max-width: 768px) {
  #monthly .pricing-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Wellness plans: large stacked cards */
#wellness .pricing-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 36px !important;
  max-width: 1100px !important;
  margin: auto !important;
}

#wellness .price-image-card {
  width: 100% !important;
}

#wellness .price-image-card img {
  width: 100% !important;
  border-radius: 34px !important;
  display: block !important;
}

#wellness .price-image-card.featured {
  transform: scale(1) !important;
}


/* =========================
   ABOUT / WHY CHOOSE SECTION
========================= */

.about-premium {
  position: relative;
  overflow: hidden;
  padding: 90px 60px !important;
  border-radius: 40px;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.96) 0%,
      rgba(255,255,255,0.94) 42%,
      rgba(255,255,255,0.65) 65%,
      rgba(255,255,255,0.15) 100%
    ),
    url("assets/about-bg.png") !important;

  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.about-lead {
  max-width: 820px;
  font-size: 22px;
  line-height: 1.7;
  color: #475569;
  margin: -10px 0 34px;
}

.about-premium .why-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  margin-top: 50px !important;
}

.about-premium .why-card {
  text-align: center !important;
  padding: 44px 30px !important;
  border-radius: 30px !important;
  min-height: 360px !important;
  background: rgba(255,255,255,0.94) !important;
  border: 1px solid #d8f5df !important;
  box-shadow: 0 18px 45px rgba(6,78,59,0.08) !important;
}

.about-premium .why-card h3 {
  font-size: 32px !important;
  line-height: 1.15 !important;
  margin-bottom: 22px !important;
  color: #064e3b !important;
}

.about-premium .why-card h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: #22c55e;
  border-radius: 999px;
  margin: 18px auto 0;
}

.about-premium .why-card p {
  font-size: 19px !important;
  line-height: 1.7 !important;
  max-width: 260px !important;
  margin: 0 auto !important;
  color: #475569 !important;
}

.about-premium .card-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #ecfdf5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
}

.about-cta {
  margin-top: 34px;
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.center-cta .btn {
  padding: 18px 42px;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 35px rgba(34,197,94,0.28);
}

.center-cta .btn::after {
  content: "→";
  font-size: 28px;
  line-height: 1;
}

@media(max-width:1200px) {
  .about-premium .why-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media(max-width:768px) {
  .about-premium .why-grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================
   WHAT WE GROW SECTION
========================= */

.grow-section {
  position: relative;
  overflow: hidden;
  padding: 90px 60px;
  border-radius: 36px;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0.04) 35%,
      rgba(255,255,255,0.02) 60%,
      rgba(255,255,255,0.00) 100%
    ),
    url("assets/grow-bg.png");

  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.grow-section .section-head {
  max-width: 700px;
  margin-left: auto;
  margin-bottom: 70px;
  text-align: right;
}

.grow-section .eyebrow {
  color: #16a34a;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.grow-section h2 {
  font-size: clamp(38px, 2.8vw, 52px);
line-height: 1.02;
letter-spacing: -1.5px;
  color: #04543f;
  margin-bottom: 0;
  font-weight: 600;
}

#products .grow-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
  align-items: stretch !important;
  margin-top: 50px !important;
}

#products .grow-card,
#products .grow-card:nth-child(n) {
  min-height: 220px !important;
  padding: 32px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,0.88) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(187,247,208,0.9) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
  transition: 0.3s ease !important;
}

#products .grow-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.10) !important;
}

#products .grow-card h3,
#products .grow-card:nth-child(n) h3 {
  font-size: 32px !important;
  line-height: 1.1 !important;
  margin: 0 0 18px 0 !important;
  font-weight: 800 !important;
  color: #04543f !important;
}

#products .grow-card p,
#products .grow-card strong,
#products .grow-card:nth-child(n) p,
#products .grow-card:nth-child(n) strong {
  font-size: 17px !important;
  line-height: 1.55 !important;
}

#products .grow-card p {
  color: #334155 !important;
  margin-bottom: 18px !important;
}

#products .grow-card strong {
  color: #65a30d !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  #products .grow-grid {
    grid-template-columns: 1fr !important;
  }
}

/* FINAL FIX: STACK ALL WEBSITE SECTIONS ONE BELOW ANOTHER */

main {
  display: flex !important;
  flex-direction: column !important;
  gap: 36px !important;
  width: 100% !important;
}

main > section {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  display: block !important;
  grid-column: 1 / -1 !important;
}

/* Keep inner grids working normally */
main > section .grid,
main > section .cards,
main > section .why-grid,
main > section .grow-grid,
main > section .pricing-grid {
  display: grid;
}
/* =====================================================
   EMERGENCY LAYOUT FIX - FORCE SECTIONS TO STACK
   Keep this at the VERY BOTTOM of premium.css
   ===================================================== */

html,
body {
  width: 100% !important;
  overflow-x: hidden !important;
}

body,
main,
.main,
.site-main,
.page-main,
.content,
.page-content {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* If sections are accidentally inside a grid wrapper, stack that wrapper */
main > .grid,
main > .cards,
main > .grid.cards,
main > .sections,
main > .section-grid,
main > .page-grid,
.main > .grid,
.site-main > .grid,
.page-main > .grid {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: 1fr !important;
  gap: 36px !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Every main website section must be one full row */
main section,
.main section,
.site-main section,
.page-main section,
.section {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  grid-column: 1 / -1 !important;
  display: block !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Restore intentional inner grids */
#products .grow-grid,
#plans .pricing-grid,
.about-premium .why-grid {
  display: grid !important;
}

/* Product cards */
#products .grow-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
}

/* Pricing */
#weekly .pricing-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

#monthly .pricing-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

#wellness .pricing-grid {
  display: flex !important;
  flex-direction: column !important;
}

@media (max-width: 900px) {
  #products .grow-grid,
  #weekly .pricing-grid,
  #monthly .pricing-grid,
  .about-premium .why-grid {
    grid-template-columns: 1fr !important;
  }
}

/* COMPACT DESKTOP VIEW - SHOW EACH SECTION IN ONE SCREEN */

.hero {
  min-height: calc(100vh - 82px) !important;
  padding: 55px 60px !important;
}

.hero-grid {
  min-height: auto !important;
  gap: 50px !important;
}

.hero-copy h1 {
  font-size: clamp(44px, 4.4vw, 68px) !important;
  line-height: 1.02 !important;
}

.hero-copy p {
  font-size: 20px !important;
  margin-bottom: 24px !important;
}

.hero-actions {
  margin-bottom: 24px !important;
}

.hero-benefits span {
  padding: 11px 18px !important;
  font-size: 15px !important;
}

/* Compact all sections */
.section {
  padding: 42px 48px !important;
  margin: 22px auto !important;
}

.section h2 {
  font-size: 36px !important;
  line-height: 1.15 !important;
}

/* Compact about and grow sections */
.about-premium,
.grow-section {
  padding: 52px 56px !important;
}

/* Compact cards */
.why-card,
.cards article,
.testimonial-card,
.grow-card {
  padding: 24px !important;
  min-height: auto !important;
}

/* ABOUT SECTION FINAL COMPACT CARD FIX */

.about-premium .why-card {
  min-height: 290px !important;
  padding: 32px 26px !important;
}

.about-premium .card-icon {
  width: 70px !important;
  height: 70px !important;
  font-size: 34px !important;
  margin-bottom: 18px !important;
}

.about-premium .why-card h3 {
  font-size: 28px !important;
  margin-bottom: 16px !important;
}

.about-premium .why-card p {
  font-size: 17px !important;
  line-height: 1.55 !important;
}

/* HERO LOGO FINAL BALANCE */

.hero-art img,
.hero-image img,
.hero-visual img {
  max-width: 420px !important;
  width: 78% !important;
  margin: 0 auto !important;
}

/* FINAL ABOUT SECTION POLISH */

.about-grid {
  gap: 28px !important;
}

.about-premium .why-card {
  max-width: 360px !important;
  margin: 0 auto !important;
}

.about-premium {
  padding-bottom: 70px !important;
}

/* FIX WHY MICROGREENS SPLIT SECTION ONLY */

.section.split {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 48px !important;
  align-items: center !important;
  padding: 48px 60px !important;
}

.section.split img.rounded {
  max-width: 420px !important;
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 28px !important;
}

.section.split h2 {
  font-size: 42px !important;
  line-height: 1.15 !important;
}

.section.split .check-list li {
  font-size: 18px !important;
  margin: 12px 0 !important;
}

@media (max-width: 900px) {
  .section.split {
    grid-template-columns: 1fr !important;
  }
}

/* FIX PACK SECTION SPACING */

.pack-grid{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.subscription-section{
  padding-bottom: 40px !important;
  min-height: auto !important;
}

.section{
  min-height: auto !important;
}

/* HOW IT WORKS PREMIUM FIX */

.steps-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:28px !important;
  margin-top:40px !important;
}

.step-card{
  background:rgba(255,255,255,0.75) !important;
  backdrop-filter:blur(14px) !important;

  border:1px solid rgba(187,247,208,0.9) !important;
  border-radius:32px !important;

  padding:42px 34px !important;

  min-height:260px !important;

  box-shadow:
    0 12px 30px rgba(0,0,0,0.05) !important;

  transition:0.3s ease !important;
}

.step-card:hover{
  transform:translateY(-6px) !important;

  box-shadow:
    0 18px 45px rgba(34,197,94,0.14) !important;
}

.step-card h3{
  font-size:26px !important;
  line-height:1.2 !important;
  margin-bottom:20px !important;
  color:#065f46 !important;
}

.step-card p{
  font-size:18px !important;
  line-height:1.7 !important;
  color:#334155 !important;
}

/* HOW IT WORKS SECTION ONLY */

.how-section {
  padding: 70px 80px !important;
}

.how-section .steps-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 42px !important;
  margin-top: 48px !important;
}

.how-section .step-card {
  min-height: 360px !important;
  padding: 48px 42px !important;
  border-radius: 32px !important;
  background: rgba(255,255,255,0.85) !important;
  border: 1px solid rgba(187,247,208,0.9) !important;
  box-shadow: 0 16px 42px rgba(6,78,59,0.08) !important;
}

.how-section .step-icon {
  width: 86px !important;
  height: 86px !important;
  border-radius: 50% !important;
  background: #ecfdf5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 40px !important;
  margin-bottom: 34px !important;
}

.how-section .step-card h3 {
  font-size: 32px !important;
  color: #064e3b !important;
  margin-bottom: 22px !important;
}

.how-section .step-card h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: #22c55e;
  border-radius: 999px;
  margin-top: 18px;
}

.how-section .step-card p {
  font-size: 21px !important;
  line-height: 1.65 !important;
  color: #334155 !important;
}

@media (max-width: 900px) {
  .how-section .steps-grid {
    grid-template-columns: 1fr !important;
  }
}

/* HOW IT WORKS - COMPACT FINAL */

.how-section {
  padding: 52px 78px !important;
}

.how-section .steps-grid {
  gap: 34px !important;
  margin-top: 36px !important;
}

.how-section .step-card {
  min-height: 290px !important;
  padding: 34px 38px !important;
}

.how-section .step-icon {
  width: 66px !important;
  height: 66px !important;
  font-size: 30px !important;
  margin-bottom: 28px !important;
}

.how-section .step-card h3 {
  font-size: 28px !important;
  margin-bottom: 18px !important;
}

.how-section .step-card p {
  font-size: 19px !important;
  line-height: 1.55 !important;
}

/* WHY MICROGREENS SECTION ONLY */

.why-microgreens {
  padding: 60px 78px !important;
}

.why-microgreens img.rounded {
  max-width: 430px !important;
  width: 100% !important;
  border-radius: 28px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
}

.why-microgreens h2 {
  max-width: 700px !important;
  font-size: 46px !important;
  line-height: 1.1 !important;
  margin-bottom: 28px !important;
}

.why-microgreens .check-list li {
  font-size: 19px !important;
  line-height: 1.45 !important;
  margin: 16px 0 !important;
}

.why-microgreens .eyebrow {
  margin-bottom: 18px !important;
}

/* WHY MICROGREENS FINAL PREMIUM FIX */

.why-section{
    padding: 55px 70px !important;
}

.why-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.why-image{
    flex:0 0 42%;
}

.why-image img{
    width:100%;
    max-width:460px;
    border-radius:28px;
    display:block;
    box-shadow:0 18px 45px rgba(0,0,0,0.08);
}

.why-content{
    flex:1;
    max-width:720px;
}

.why-content h2{
    font-size:64px;
    line-height:1.05;
    margin-bottom:28px;
}

.why-list{
    gap:18px;
}

.why-list li{
    font-size:28px;
    line-height:1.6;
}

/* FORCE FIX — WHY MICROGREENS */

.why-section .why-container{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:90px !important;
}

.why-section .why-image{
    flex:0 0 48% !important;
    max-width:48% !important;
}

.why-section .why-image img{
    width:100% !important;
    max-width:560px !important;
    border-radius:30px !important;
    display:block !important;
    box-shadow:0 20px 50px rgba(0,0,0,0.12) !important;
}

.why-section .why-content{
    flex:0 0 52% !important;
    max-width:52% !important;
}

.why-section .why-content h2{
    font-size:72px !important;
    line-height:1.05 !important;
    margin-bottom:30px !important;
}

.why-section .why-list li{
    font-size:30px !important;
    line-height:1.7 !important;
}

.why-section{
    padding:70px 80px !important;
}

/* ONLY FIX WHY MICROGREENS IMAGE SIZE */

.section.split.why-microgreens {
  grid-template-columns: 1fr 1fr !important;
  gap: 70px !important;
  padding: 70px 90px !important;
}

.why-microgreens .eyebrow {
  font-size: 32px;
  letter-spacing: 2px;
}
.section.split.why-microgreens img.rounded,
.section.split.why-microgreens .rounded {
  max-width: 560px !important;
  width: 100% !important;
  border-radius: 30px !important;
  box-shadow: 0 22px 55px rgba(0,0,0,0.12) !important;
}

.section.split.why-microgreens h2 {
  font-size: 50px !important;
}

/* FINAL WHY MICROGREENS POLISH */

.section.split.why-microgreens {
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: 90px !important;
  padding: 75px 100px !important;
  align-items: center !important;
}

.section.split.why-microgreens img.rounded,
.section.split.why-microgreens .rounded {
  max-width: 1024px !important;
  width: 100% !important;
  border-radius: 34px !important;

  box-shadow:
    0 28px 70px rgba(0,0,0,0.14) !important;
}

.section.split.why-microgreens h2 {
  font-size: 44px !important;
  line-height: 1.08 !important;
  max-width: 700px !important;
}

.section.split.why-microgreens .check-list li {
  font-size: 22px !important;
  line-height: 1.7 !important;
}

/* B2B RESTAURANT SECTION */

#restaurants {
  grid-template-columns: 1fr 1.1fr !important;
  gap: 50px !important;
  align-items: center !important;
  padding: 80px 70px !important;
}

#restaurants img.rounded {
  width: 100% !important;
  max-width: 1020px !important;
  border-radius: 28px !important;

  box-shadow:
    0 28px 70px rgba(0,0,0,0.14) !important;

  transition: transform 0.4s ease;
}

#restaurants img.rounded:hover {
  transform: scale(1.02);
}

#restaurants .eyebrow {
  font-size: 52px !important;
  letter-spacing: 2.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

#restaurants h2 {
  font-size: 72px !important;
  line-height: 1.05 !important;
  max-width: 720px !important;
}

#restaurants .check-list li {
  font-size: 24px !important;
  line-height: 1.8 !important;
}

#restaurants .btn {
  margin-top: 18px !important;
}

/* B2B FINAL BALANCE */

#restaurants h2 {
  font-size: 58px !important;
  line-height: 1.08 !important;
  max-width: 620px !important;
}

#restaurants {
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 60px !important;
}

/* B2B SECTION SIZE BOOST */

#restaurants {
  padding: 90px 70px !important;
  align-items: center !important;
}

#restaurants h2 {
  font-size: 32px !important;
  line-height: 1.05 !important;
  max-width: 700px !important;
}

#restaurants p {
  font-size: 24px !important;
  line-height: 1.7 !important;
  max-width: 650px !important;
}

#restaurants .check-list li {
  font-size: 22px !important;
  margin-bottom: 18px !important;
}

#restaurants .rounded {
  width: 100% !important;
  max-width: 980px !important;
  border-radius: 28px !important;
}

#restaurants .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;

  padding: 20px 34px !important;
  min-width: 280px !important;
  min-height: 68px !important;

  border-radius: 18px !important;
}

/* B2B - WHO WE SUPPLY PREMIUM FIX ONLY */

#restaurants .retailers-section {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  margin-top: 48px !important;
  padding: 56px 48px !important;
  border-radius: 32px !important;
  background: linear-gradient(135deg, #ffffff, #f7fff9) !important;
  border: 1px solid rgba(187, 247, 208, 0.9) !important;
  box-shadow: 0 18px 45px rgba(6, 78, 59, 0.08) !important;
}

#restaurants .retailers-section .eyebrow {
  display: inline-block !important;
  background: #ecfdf5 !important;
  color: #047857 !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  margin-bottom: 18px !important;
}

#restaurants .retailers-section h2 {
  font-size: 42px !important;
  line-height: 1.15 !important;
  max-width: 720px !important;
  margin-bottom: 36px !important;
  color: #064e3b !important;
}

#restaurants .retailers-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

#restaurants .retailer-card {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 22px !important;
  padding: 24px 20px !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #064e3b !important;
  box-shadow: 0 10px 28px rgba(6, 78, 59, 0.07) !important;
  transition: 0.3s ease !important;
}

#restaurants .retailer-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 38px rgba(6, 78, 59, 0.13) !important;
  background: #f0fdf4 !important;
}

@media (max-width: 900px) {
  #restaurants .retailers-section {
    padding: 36px 24px !important;
  }

  #restaurants .retailers-grid {
    grid-template-columns: 1fr !important;
  }

  #restaurants .retailers-section h2 {
    font-size: 32px !important;
  }
}

/* PREMIUM DEPTH - RETAILER CARDS ONLY */

#restaurants .retailer-card {
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.96),
    rgba(240,253,244,0.92)
  ) !important;

  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;

  border: 1px solid rgba(187,247,208,0.75) !important;

  box-shadow:
    0 10px 24px rgba(6,78,59,0.06),
    inset 0 1px 0 rgba(255,255,255,0.75) !important;
}

#restaurants .retailer-card:hover {
  transform: translateY(-6px) scale(1.015) !important;

  box-shadow:
    0 18px 38px rgba(6,78,59,0.12),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

/* ABOUT SECTION TYPOGRAPHY BALANCE ONLY */

.about-premium .eyebrow {
  font-size: 35px !important;
  letter-spacing: 2px !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  display: inline-block !important;
  margin-bottom: 24px !important;
}

.about-premium h2 {
  font-size: clamp(34px, 2.8vw, 38px) !important;
  line-height: 1.08 !important;
  letter-spacing: -1.4px !important;

  max-width: 980px !important;

  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.about-premium .about-lead {
  font-size: 23px !important;
  line-height: 1.7 !important;

  max-width: 920px !important;

  color: #475569 !important;

  margin-bottom: 54px !important;
}

/* ABOUT SECTION SPACING BALANCE */

.about-premium .why-grid {
  margin-top: 26px !important;
}

.about-premium .about-lead {
  margin-bottom: 34px !important;
}

/* WHAT WE GROW - PREMIUM DEPTH ONLY */

#products .grow-card {
  background: rgba(255,255,255,0.72) !important;

  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;

  border: 1px solid rgba(187,247,208,0.72) !important;

  box-shadow:
    0 12px 34px rgba(6,78,59,0.08),
    inset 0 1px 0 rgba(255,255,255,0.75) !important;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease !important;
}

#products .grow-card:hover {
  transform: translateY(-8px) !important;

  background: rgba(255,255,255,0.82) !important;

  box-shadow:
    0 22px 52px rgba(6,78,59,0.14),
    inset 0 1px 0 rgba(255,255,255,0.95) !important;
}

#products .grow-card h3 {
  letter-spacing: -0.8px !important;
}

#products .grow-card p {
  line-height: 1.75 !important;
}

/* SUBSCRIPTION TYPOGRAPHY REFINEMENT */

#plans .eyebrow {
  font-size: 44px !important;
  letter-spacing: 3px !important;
}

#plans h2 {
  font-size: clamp(32px, 2.8vw, 48px) !important;

  line-height: 1.08 !important;

  letter-spacing: -1.4px !important;

  max-width: 900px !important;

  margin-bottom: 26px !important;
}

/* HOW IT WORKS TYPOGRAPHY BALANCE */

.how-section .eyebrow {
  font-size: 16px !important;
  letter-spacing: 5px !important;
}

.how-section h2 {
  font-size: clamp(42px, 4vw, 60px) !important;

  line-height: 1.08 !important;

  letter-spacing: -1.2px !important;
}

/* DELIVERY AREA PILLS - PREMIUM */

#delivery .areas span {
  background: rgba(255,255,255,0.72) !important;

  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;

  border: 1px solid rgba(187,247,208,0.75) !important;

  box-shadow:
    0 8px 22px rgba(6,78,59,0.05),
    inset 0 1px 0 rgba(255,255,255,0.75) !important;

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease !important;
}

#delivery .areas span:hover {
  transform: translateY(-3px) !important;

  background: rgba(255,255,255,0.88) !important;

  box-shadow:
    0 14px 30px rgba(6,78,59,0.10),
    inset 0 1px 0 rgba(255,255,255,0.95) !important;
}

/* INSTAGRAM CTA - PREMIUM DEPTH */

#blog .instagram-box,
#blog .social-box,
#blog .follow-card {
  background: rgba(255,255,255,0.72) !important;

  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;

  border: 1px solid rgba(187,247,208,0.72) !important;

  box-shadow:
    0 14px 36px rgba(6,78,59,0.06),
    inset 0 1px 0 rgba(255,255,255,0.75) !important;
}

/* FOLLOW US SECTION - PREMIUM SOCIAL HANDLE DESIGN */

.instagram-section {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #ecfdf5, #f7fff9) !important;
  border: 1px solid rgba(187,247,208,0.75) !important;
  border-radius: 32px !important;
}

.instagram-section .eyebrow {
  font-size: 16px !important;
  letter-spacing: 5px !important;
  color: #16a34a !important;
  margin-bottom: 14px !important;
}

.instagram-section h2 {
  max-width: 620px !important;
  font-size: clamp(32px, 3vw, 44px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.8px !important;
  color: #064e3b !important;
  margin-bottom: 34px !important;
}

.instagram-section .instagram-box {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: 1.1fr 1px 0.9fr !important;
  align-items: center !important;
  gap: 42px !important;
  padding: 34px 46px !important;
  border-radius: 28px !important;

  background: rgba(255,255,255,0.82) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;

  border: 1px solid rgba(187,247,208,0.85) !important;

  box-shadow:
    0 20px 48px rgba(6,78,59,0.10),
    inset 0 1px 0 rgba(255,255,255,0.85) !important;
}

.instagram-section .instagram-copy {
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
}

.instagram-section .instagram-icon {
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  border-radius: 50% !important;
  background: #ecfdf5 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 42px !important;

  box-shadow:
    0 16px 32px rgba(6,78,59,0.12),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

.instagram-section .instagram-copy p {
  font-size: 22px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  color: #123524 !important;
  margin: 0 0 12px !important;
  max-width: 560px !important;
}

.instagram-section .instagram-copy strong {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;

  font-size: 24px !important;
  font-weight: 900 !important;
  color: #16a34a !important;
  letter-spacing: -0.4px !important;
}

.instagram-section .instagram-copy strong span {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #16a34a !important;
  color: #ffffff !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 13px !important;
}

.instagram-section .instagram-divider {
  width: 1px !important;
  height: 110px !important;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(34,197,94,0.35),
    transparent
  ) !important;
}

.instagram-section .instagram-action {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
}

.instagram-section .instagram-btn {
  min-width: 290px !important;
  padding: 18px 34px !important;
  border-radius: 16px !important;
  text-align: center !important;

  background: linear-gradient(135deg, #f97316, #ec4899, #7c3aed) !important;
  color: #ffffff !important;

  font-size: 20px !important;
  font-weight: 900 !important;

  box-shadow: 0 16px 34px rgba(236,72,153,0.28) !important;
}

.instagram-section .instagram-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 22px 42px rgba(236,72,153,0.36) !important;
}

.instagram-section .instagram-action small {
  font-size: 16px !important;
  color: #475569 !important;
  font-weight: 700 !important;
}

.instagram-section .insta-leaf,
.instagram-section .insta-sparkle {
  position: absolute !important;
  pointer-events: none !important;
  opacity: 0.18 !important;
  z-index: 1 !important;
}

.instagram-section .insta-leaf-left {
  left: -20px !important;
  bottom: 20px !important;
  font-size: 92px !important;
  transform: rotate(-18deg) !important;
}

.instagram-section .insta-leaf-right {
  right: 22px !important;
  top: 54px !important;
  font-size: 100px !important;
  transform: rotate(20deg) !important;
}

.instagram-section .sparkle-1 {
  right: 180px !important;
  top: 70px !important;
  font-size: 28px !important;
}

.instagram-section .sparkle-2 {
  left: 80px !important;
  bottom: 90px !important;
  font-size: 24px !important;
}

@media (max-width: 900px) {
  .instagram-section .instagram-box {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 30px 24px !important;
  }

  .instagram-section .instagram-divider {
    width: 100% !important;
    height: 1px !important;
  }

  .instagram-section .instagram-copy {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .instagram-section .instagram-btn {
    width: 100% !important;
    min-width: auto !important;
  }
}

/* INSTAGRAM REAL ICONS */

.instagram-icon img {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain !important;
    display: block !important;
}

.instagram-btn img {
    width: 53px !important;
    height: 53px !important;
    object-fit: contain !important;
    display: inline-block !important;
}

.instagram-icon {
    width: 370px;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-btn {
    gap: 14px !important;
}

/* INSTAGRAM REAL ICONS  */
.follow-section h2 {
    margin-bottom: 28px !important;
}

.instagram-btn {
    border-radius: 18px !important;
    padding: 18px 34px !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px;
}

.instagram-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(255, 80, 120, 0.28);
}

.instagram-btn {
    gap: 18px !important;
    padding: 20px 40px !important;
}

/* ===== ULTRA MINI ORDER SECTION ===== */

#order {
  padding: 26px 34px 42px !important;
  border-radius: 28px !important;
  min-height: auto !important;
}

/* MAIN TITLE */

#order h2 {
  font-size: 34px !important;
  line-height: 1.05 !important;
  margin-bottom: 10px !important;
  letter-spacing: -1px !important;
}

/* SUBTITLE */

#order h3,
#order .order-subtitle {
  font-size: 16px !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}

/* DESCRIPTION */

#order p {
  font-size: 12px !important;
  line-height: 1.5 !important;
  margin-bottom: 4px !important;
  max-width: 620px !important;
}

/* FORM CARD */

#order form {
  padding: 16px !important;
  margin-top: 14px !important;
  border-radius: 20px !important;
}

/* INPUTS */

#order input,
#order select {
  height: 42px !important;
  padding: 8px 14px !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  border-radius: 12px !important;
}

/* TEXTAREA */

#order textarea {
  min-height: 72px !important;
  padding: 12px !important;
  margin-bottom: 12px !important;
  font-size: 13px !important;
  border-radius: 14px !important;
}

/* BUTTON */

#order .btn,
#order button {
  height: 46px !important;
  font-size: 17px !important;
  border-radius: 14px !important;
  margin-top: 2px !important;
}

/* REMOVE EXTRA SPACE */

#order * {
  box-sizing: border-box !important;
}

/* flooting whatsapp to call */
.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;

    background: linear-gradient(135deg, #1db954, #16a34a);
    color: white;

    padding: 14px 24px;
    border-radius: 999px;

    text-decoration: none;
    font-weight: 700;
    font-size: 18px;

    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.35);

    z-index: 9999;

    display: flex;
    align-items: center;
    gap: 10px;

    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 34px rgba(22, 163, 74, 0.45);
}

.call-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.call-popup-box {
    background: white;
    padding: 40px;
    border-radius: 24px;
    text-align: center;
    width: 90%;
    max-width: 420px;

    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

.call-popup-box h3 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #0f5132;
}

.call-popup-box p {
    color: #555;
    margin-bottom: 24px;
}

.call-number {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    color: #16a34a;
    text-decoration: none;
    margin-bottom: 24px;
}

.call-popup-box button {
    border: none;
    background: #16a34a;
    color: white;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
}


.call-popup-points {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
}

.call-popup-points span {
  background: #ecfdf5;
  color: #064e3b;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
}

/* ORDER FORM - PREMIUM STRUCTURED INPUTS */

#order .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

#order input,
#order select,
#order textarea {
  font-weight: 600 !important;
}

#order input::placeholder,
#order textarea::placeholder {
  color: #6b7c72 !important;
}

@media (max-width: 768px) {
  #order .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ORDER FORM - PREMIUM SELECT DROPDOWN ONLY */

#order select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background:
    linear-gradient(45deg, transparent 50%, #064e3b 50%),
    linear-gradient(135deg, #064e3b 50%, transparent 50%),
    linear-gradient(180deg, #ffffff, #f7fff9) !important;

  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 18px) 50%,
    0 0 !important;

  background-size:
    7px 7px,
    7px 7px,
    100% 100% !important;

  background-repeat: no-repeat !important;

  border: 1px solid rgba(187,247,208,0.95) !important;
  border-radius: 16px !important;

  color: #064e3b !important;
  font-weight: 800 !important;

  box-shadow:
    0 8px 22px rgba(6,78,59,0.06),
    inset 0 1px 0 rgba(255,255,255,0.9) !important;

  cursor: pointer !important;
}

#order select:focus {
  border-color: #22c55e !important;
  background-color: #ffffff !important;

  box-shadow:
    0 0 0 4px rgba(34,197,94,0.16),
    0 12px 28px rgba(6,78,59,0.10) !important;

  outline: none !important;
}

#order select option {
  color: #064e3b;
  background: #ffffff;
  font-weight: 700;
}

/* PREMIUM COMPACT FORM */

#order input,
#order select,
#order textarea {
    padding: 16px 18px !important;
    font-size: 16px !important;
    border-radius: 16px !important;
}

#order textarea {
    min-height: 110px !important;
}

#order .btn {
    padding: 18px !important;
    font-size: 22px !important;
    border-radius: 18px !important;
}

#order form {
    background: rgba(255,255,255,0.92) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,0.55);

    box-shadow:
      0 20px 60px rgba(0,0,0,0.08),
      inset 0 1px 0 rgba(255,255,255,0.7);
}

/* FIX ONLY SELECT YOUR PACK TEXT CROPPING weekly plan */

#order select {
  height: 56px !important;
  line-height: normal !important;
  padding: 14px 55px 14px 18px !important;
  display: block !important;
}

/* WEEKLY ONLY - STACK CARDS ONE BELOW ANOTHER */

#weekly.pricing-grid,
#weekly .pricing-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 36px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}

#weekly .price-image-card {
  width: 100% !important;
  max-width: 100% !important;
}

#weekly .price-image-card img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* SUBSCRIPTION TABS - FULL WIDTH PREMIUM SEGMENT */

/* PREMIUM SUBSCRIPTION TABS */

.pricing-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;

  gap: 14px !important;

  width: 100% !important;
  max-width: 980px !important;

  margin: 34px auto 54px !important;

  padding: 14px !important;

  background: rgba(240,248,240,0.78) !important;

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(187,247,208,0.65) !important;

  border-radius: 34px !important;

  box-shadow:
    0 18px 44px rgba(16,185,129,0.10),
    inset 0 1px 0 rgba(255,255,255,0.7) !important;
}

/* BUTTONS */

.tab-btn {
  border: none !important;

  padding: 22px 10px !important;

  border-radius: 24px !important;

  background: rgba(255,255,255,0.52) !important;

  color: #064e3b !important;

  font-weight: 900 !important;
  font-size: 22px !important;

  letter-spacing: -0.3px;

  cursor: pointer !important;

  transition: all 0.28s ease !important;

  min-height: 92px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 6px 18px rgba(6,78,59,0.04) !important;
}

/* HOVER */

.tab-btn:hover {
  transform: translateY(-3px) !important;

  background: rgba(255,255,255,0.88) !important;

  box-shadow:
    0 14px 28px rgba(16,185,129,0.14) !important;
}

/* ACTIVE */

.tab-btn.active {
  background:
    linear-gradient(135deg, #22c55e, #65a30d) !important;

  color: white !important;

  transform: translateY(-2px) !important;

  box-shadow:
    0 20px 40px rgba(34,197,94,0.28),
    inset 0 1px 0 rgba(255,255,255,0.25) !important;
}

/* MOBILE */

@media (max-width: 768px) {

  .pricing-tabs {
    grid-template-columns: 1fr !important;

    padding: 10px !important;

    border-radius: 26px !important;
  }

  .tab-btn {
    font-size: 18px !important;

    min-height: 72px !important;

    border-radius: 18px !important;
  }
}


/* MAKE FIRST TRIAL CARD ALSO MATCH WIDTH */

#weekly .pricing-card,
#weekly .price-card {
  
  margin-left: auto !important;
  margin-right: auto !important;
}

/* MOBILE FIT */

@media (max-width: 768px) {
  .price-image-card {
    max-width: 94% !important;
    margin-bottom: 28px !important;
    border-radius: 20px !important;
  }

  .price-image-card img {
    border-radius: 20px !important;
    box-shadow: 0 14px 32px rgba(6, 78, 59, 0.12) !important;
  }

  #weekly.pricing-grid,
  #weekly .pricing-grid {
    max-width: 100% !important;
    gap: 28px !important;
  }
}



/* MOBILE */

@media (max-width: 768px) {
  #plans #weekly {
    max-width: 94% !important;
  }

  #plans #weekly .price-image-card {
    height: auto !important;
    border-radius: 22px !important;
  }

  #plans #weekly .price-image-card img {
    height: auto !important;
    object-fit: contain !important;
    border-radius: 22px !important;
  }
}


/* mobile only */

@media (max-width: 768px) {
  #plans #weekly .price-image-card {
    max-width: 94% !important;
    margin-bottom: 22px !important;
    border-radius: 22px !important;
  }

  #plans #weekly .price-image-card img {
    max-height: none !important;
    height: auto !important;
    border-radius: 22px !important;
  }
}


/* =====================================================
   FINAL SUBSCRIPTION SECTION ONLY
   Compact premium plan cards - do not affect other sections
===================================================== */

#plans .plan-content.active-plan {
  display: block !important;
}

/* WEEKLY CARDS - ONE BELOW OTHER, WIDE & READABLE */

#plans #weekly.pricing-grid,
#plans #weekly .pricing-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

/* PLAN IMAGE CARD */

#plans #weekly .price-image-card {
  width: 100% !important;
  max-width: 1320px !important;
  height: 230px !important;
  margin: 0 auto !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 36px rgba(6, 78, 59, 0.10) !important;
  background: #ffffff !important;
}

/* IMAGE INSIDE CARD */

#plans #weekly .price-image-card img {
  width: 100% !important;
  height: 230px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 26px !important;
}

/* TRIAL CARD ALSO SAME WIDTH */

#plans #weekly .pricing-card,
#plans #weekly .price-card {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

/* MOBILE */

@media (max-width: 768px) {
  #plans #weekly.pricing-grid,
  #plans #weekly .pricing-grid {
    max-width: 94% !important;
    gap: 22px !important;
  }

  #plans #weekly .price-image-card {
    height: auto !important;
    border-radius: 22px !important;
  }

  #plans #weekly .price-image-card img {
    height: auto !important;
    object-fit: contain !important;
    border-radius: 22px !important;
  }
}

/* FORCE SUBSCRIPTION SLIDES TO FILL ROW */

#plans #weekly .price-image-card {
  width: 100% !important;
  max-width: 1320px !important;
  height: auto !important;
  margin: 0 auto 22px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  display: block !important;
}

#plans #weekly .price-image-card img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 28px !important;
}

/* remove small image behavior */
#plans #weekly img {
  max-width: none !important;
}

/* mobile */
@media (max-width: 768px) {
  #plans #weekly .price-image-card {
    height: auto !important;
    max-width: 94% !important;
  }

  #plans #weekly .price-image-card img {
    height: auto !important;
    object-fit: contain !important;
  }
}

/* 2 CARDS PER ROW - SUBSCRIPTION SECTION ONLY */

#plans #weekly.pricing-grid,
#plans #weekly .pricing-grid {
  display: grid !important;

  grid-template-columns: repeat(2, 1fr) !important;

  gap: 26px !important;

  width: 100% !important;

  max-width: 1320px !important;

  margin: 0 auto !important;
}

/* CARD */

#plans #weekly .price-image-card {
  width: 100% !important;

  border-radius: 28px !important;

  overflow: hidden !important;

  background: #fff !important;

  box-shadow:
    0 14px 34px rgba(6,78,59,0.08) !important;
}

/* IMAGE */

#plans #weekly .price-image-card img {
  width: 100% !important;

  height: auto !important;

  display: block !important;

  border-radius: 28px !important;
}

/* FIRST TRIAL CARD */

#plans #weekly .pricing-card,
#plans #weekly .price-card {
  width: 100% !important;
}

/* TABLET + MOBILE */

@media (max-width: 992px) {

  #plans #weekly.pricing-grid,
  #plans #weekly .pricing-grid {

    grid-template-columns: 1fr !important;
  }
}

/* FORCE TRIAL DISCOVERY CARD TO MATCH IMAGE BANNER SIZE */

#plans #weekly .pricing-card:first-child {
  height: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 28px !important;
}

#plans #weekly .pricing-card:first-child img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  border-radius: 28px !important;
}

/* If Trial card has inner wrapper */
#plans #weekly .pricing-card:first-child > div,
#plans #weekly .pricing-card:first-child .card-content,
#plans #weekly .pricing-card:first-child .price-card-content {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

/* ================================
   SIGNATURE BLENDS CAROUSEL ONLY
================================ */

#products.blends-section {
  padding: 70px 60px !important;
  border-radius: 36px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(246,253,248,0.92)),
    url("assets/grow-bg.png") left center / cover no-repeat !important;
  overflow: hidden !important;
}

#products .blends-head {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0 auto 44px !important;
}

#products .blends-head .eyebrow {
  font-size: 16px !important;
  letter-spacing: 5px !important;
  color: #166534 !important;
  font-weight: 900 !important;
}

#products .blends-head h2 {
  font-size: clamp(42px, 4vw, 64px) !important;
  line-height: 1.05 !important;
  color: #111827 !important;
  margin: 10px 0 14px !important;
  letter-spacing: -1.5px !important;
}

#products .blends-head p {
  font-size: 20px !important;
  line-height: 1.6 !important;
  color: #64748b !important;
}

.blend-carousel {
  position: relative !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.blend-track {
  display: flex !important;
  gap: 24px !important;
  transition: transform 0.45s ease !important;
  will-change: transform !important;
}

#products .blend-slide {
  width: 420px !important;
  height: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
  padding: 0 !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background: transparent !important;
  border: none !important;
}

#products .blend-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 34px !important;
}
.blend-slide.active {
  transform: scale(1) !important;

  opacity: 1 !important;

  z-index: 5 !important;

  box-shadow:
    0 28px 70px rgba(6,78,59,0.22) !important;
}

.blend-icon {
  width: 74px !important;
  height: 74px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 34px !important;
  margin-bottom: 24px !important;
  background: #ecfdf5 !important;
}

.blend-slide h3 {
  font-size: 31px !important;
  line-height: 1.1 !important;
  color: #064e3b !important;
  margin: 0 0 10px !important;
  letter-spacing: -0.8px !important;
}

.blend-slide span {
  display: block !important;
  color: #15803d !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
}

.blend-slide p {
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: #475569 !important;
  margin-bottom: 24px !important;
}

.blend-slide ul {
  padding: 0 !important;
  margin: 0 0 24px !important;
  list-style: none !important;
}

.blend-slide li {
  font-size: 16px !important;
  color: #334155 !important;
  margin-bottom: 12px !important;
}

.blend-slide li::before {
  content: "✓";
  color: #16a34a;
  font-weight: 900;
  margin-right: 10px;
}

.blend-slide strong {
  display: block !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(22,101,52,0.12) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #064e3b !important;
}

.blend-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background: rgba(255,255,255,0.95) !important;
  color: #111827 !important;
  font-size: 44px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  z-index: 5 !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12) !important;
}

.blend-prev {
  left: -28px !important;
}

.blend-next {
  right: -28px !important;
}

.blend-dots {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 34px 0 !important;
}

.blend-dots button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background: #d1d5db !important;
  cursor: pointer !important;
}

.blend-dots button.active {
  background: #166534 !important;
  transform: scale(1.25) !important;
}

.blend-bottom {
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 22px 28px !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,0.82) !important;
  border: 1px solid rgba(187,247,208,0.85) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.blend-bottom p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

.detox { background: #ecfdf5 !important; }
.energy { background: #fef9c3 !important; }
.performance { background: #dbeafe !important; }
.immunity { background: #f3e8ff !important; }
.iron { background: #fce7f3 !important; }
.gut { background: #ccfbf1 !important; }
.metabolism { background: #ffedd5 !important; }
.chef { background: #fce7f3 !important; }
.vital { background: #dcfce7 !important; }
.balance { background: #ede9fe !important; }

@media (max-width: 900px) {
  #products.blends-section {
    padding: 56px 22px !important;
  }

  .blend-slide {
    flex: 0 0 100% !important;
    min-height: auto !important;
  }

  .blend-slide.active {
    transform: scale(1) !important;
  }

  .blend-prev {
    left: 6px !important;
  }

  .blend-next {
    right: 6px !important;
  }

  .blend-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* IMAGE-ONLY SIGNATURE BLEND CARDS */

#products .blend-slide {
  padding: 0 !important;
  min-height: auto !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background: #ffffff !important;
}

#products .blend-slide img {
  width: 100% !important;
  height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 34px !important;
}

#products .blend-slide.active {
  transform: scale(1.04) !important;
}

@media (max-width: 900px) {
  #products .blend-slide img {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* CURATED FOR YOUR WELLNESS */

#products .section-head h2,
#products h2 {
  color: #0b5d45 !important;
}

/* LIGHT MICROGREENS GREEN TITLE */

section#products.blends-section .blends-head h2 {
  color: #6fbf4b !important;
  -webkit-text-fill-color: #6fbf4b !important;
}

/* OUR SIGNATURE BLENDS */

#products .eyebrow {
  font-size: 44px !important;
  letter-spacing: 6px !important;
  font-weight: 1000 !important;
  color: #39d353 !important;   /* light microgreen shade */
  text-transform: uppercase !important;
}

/* ================================
   3D COVERFLOW BLEND CAROUSEL
================================ */

#products .blend-carousel {
  position: relative !important;
  max-width: 1300px !important;
  height: 650px !important;
  margin: 40px auto 20px !important;
  perspective: 1600px !important;
  overflow: visible !important;
}

#products .blend-track {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  transform: none !important;
}

#products .blend-slide {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 390px !important;
  height: 560px !important;
  padding: 0 !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(187,247,208,0.9) !important;
  box-shadow: 0 24px 60px rgba(6,78,59,0.16) !important;
  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease !important;
  transform-style: preserve-3d !important;
}

#products .blend-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  border-radius: 34px !important;
  background: #ffffff !important;
}

#products .blend-slide.active {
  z-index: 10 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translateX(-50%) scale(1.08) translateZ(120px) !important;
}

#products .blend-slide.prev {
  z-index: 7 !important;
  opacity: 0.9 !important;
  filter: brightness(0.92) saturate(0.9) !important;
  transform: translateX(-145%) scale(0.88) rotateY(28deg) translateZ(-80px) !important;
}

#products .blend-slide.next {
  z-index: 7 !important;
  opacity: 0.9 !important;
  filter: brightness(0.92) saturate(0.9) !important;
  transform: translateX(45%) scale(0.88) rotateY(-28deg) translateZ(-80px) !important;
}

#products .blend-slide.prev-2 {
  z-index: 4 !important;
  opacity: 0.45 !important;
  filter: blur(1px) brightness(0.8) !important;
  transform: translateX(-215%) scale(0.72) rotateY(42deg) translateZ(-180px) !important;
}

#products .blend-slide.next-2 {
  z-index: 4 !important;
  opacity: 0.45 !important;
  filter: blur(1px) brightness(0.8) !important;
  transform: translateX(115%) scale(0.72) rotateY(-42deg) translateZ(-180px) !important;
}

#products .blend-slide.hidden-slide {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) scale(0.5) translateZ(-300px) !important;
}

#products .blend-arrow {
  top: 45% !important;
  z-index: 30 !important;
}

#products .blend-prev {
  left: 70px !important;
}

#products .blend-next {
  right: 70px !important;
}

#products .blend-dots {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  #products .blend-carousel {
    height: 540px !important;
    max-width: 100% !important;
    perspective: 1000px !important;
  }

 #products .blend-slide {
  width: 420px !important;
  height: 420px !important;
  padding: 0 !important;
  border-radius: 34px !important;
  overflow: hidden !important;
}
  

  #products .blend-slide.prev,
  #products .blend-slide.next {
    opacity: 0.35 !important;
  }

  #products .blend-slide.prev-2,
  #products .blend-slide.next-2 {
    opacity: 0 !important;
  }

  #products .blend-prev {
    left: 8px !important;
  }

  #products .blend-next {
    right: 8px !important;
  }
}
/* FINAL: SMALLER PREMIUM COVERFLOW CARDS */

#products .blend-carousel {
  height: 500px !important;
  margin: 24px auto 10px !important;
}

#products .blend-slide {
  width: 360px !important;
  height: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  border-radius: 30px !important;
}

#products .blend-slide img {
  border-radius: 30px !important;
}

#products .blend-slide.active {
  transform: translateX(-50%) scale(1.02) translateZ(90px) !important;
}

#products .blend-slide.prev {
  transform: translateX(-135%) scale(0.82) rotateY(24deg) translateZ(-80px) !important;
}

#products .blend-slide.next {
  transform: translateX(35%) scale(0.82) rotateY(-24deg) translateZ(-80px) !important;
}

#products .blend-slide.prev-2 {
  transform: translateX(-195%) scale(0.65) rotateY(36deg) translateZ(-160px) !important;
}

#products .blend-slide.next-2 {
  transform: translateX(95%) scale(0.65) rotateY(-36deg) translateZ(-160px) !important;
}

@media (max-width: 768px) {
  #products .blend-carousel {
    height: 430px !important;
  }

  #products .blend-slide {
    width: 78vw !important;
    height: 78vw !important;
    min-width: 78vw !important;
    max-width: 78vw !important;
  }
}

/* =========================================
   WEEKLY PREMIUM 3D STACK CAROUSEL
========================================= */

#plans #weekly .pricing-grid {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 0 !important;

  width: 100% !important;
  max-width: 1500px !important;

  margin: 70px auto !important;

  overflow: hidden !important;

  perspective: 1800px !important;
}

/* MAIN CARD */

#plans #weekly .price-image-card {
  position: absolute !important;

  width: 900px !important;
  max-width: 90vw !important;

  border-radius: 36px !important;
  overflow: hidden !important;

  background: #ffffff !important;

  transition:
    transform 0.7s ease,
    opacity 0.7s ease,
    filter 0.7s ease !important;

  box-shadow:
    0 40px 90px rgba(6,78,59,0.18),
    0 10px 30px rgba(0,0,0,0.08) !important;
}

/* CENTER ACTIVE CARD */

#plans #weekly .price-image-card.active {
  z-index: 10 !important;

  opacity: 1 !important;

  transform:
    translateX(0)
    scale(1)
    rotateY(0deg);

  filter: blur(0px);
}

/* LEFT CARD */

#plans #weekly .price-image-card.prev {
  z-index: 6 !important;

  opacity: 0.55 !important;

  transform:
    translateX(-58%)
    scale(0.86)
    rotateY(18deg);

  filter: blur(1px);
}

/* RIGHT CARD */

#plans #weekly .price-image-card.next {
  z-index: 6 !important;

  opacity: 0.55 !important;

  transform:
    translateX(58%)
    scale(0.86)
    rotateY(-18deg);

  filter: blur(1px);
}

/* HIDE OTHER CARDS */

#plans #weekly .price-image-card.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0.7) !important;
}

/* IMAGE */

#plans #weekly .price-image-card img {
  width: 100% !important;
  display: block !important;
  border-radius: 36px !important;
}

/* ARROWS */

#plans #weekly .carousel-arrow {
  position: absolute !important;

  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 70px !important;
  height: 70px !important;

  border-radius: 50% !important;

  border: none !important;

  background: rgba(255,255,255,0.95) !important;

  box-shadow:
    0 10px 25px rgba(0,0,0,0.08) !important;

  font-size: 34px !important;
  cursor: pointer !important;

  z-index: 30 !important;

  transition: all 0.3s ease !important;
}

#plans #weekly .carousel-arrow:hover {
  transform:
    translateY(-50%)
    scale(1.08) !important;
}

#plans #weekly .carousel-prev {
  left: 40px !important;
}

#plans #weekly .carousel-next {
  right: 40px !important;
}

/* MOBILE */

@media (max-width: 900px) {

  #plans #weekly .pricing-grid {
    height: auto !important;
    overflow: visible !important;
  }

  #plans #weekly .price-image-card.active {
    position: relative !important;
    width: 94% !important;
  }

  #plans #weekly .price-image-card.prev,
  #plans #weekly .price-image-card.next {
    display: none !important;
  }

  #plans #weekly .carousel-arrow {
    width: 54px !important;
    height: 54px !important;
    font-size: 24px !important;
  }
}

/* =========================================
   WEEKLY PREMIUM 3D STACK CAROUSEL
========================================= */

#plans #weekly .pricing-grid {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 0 !important;

  width: 100% !important;
  max-width: 1500px !important;

  margin: 70px auto !important;

  overflow: hidden !important;

  perspective: 1800px !important;
}

/* MAIN CARD */

#plans #weekly .price-image-card {
  position: absolute !important;

  width: 900px !important;
  max-width: 90vw !important;

  border-radius: 36px !important;
  overflow: hidden !important;

  background: #ffffff !important;

  transition:
    transform 0.7s ease,
    opacity 0.7s ease,
    filter 0.7s ease !important;

  box-shadow:
    0 40px 90px rgba(6,78,59,0.18),
    0 10px 30px rgba(0,0,0,0.08) !important;
}

/* CENTER ACTIVE CARD */

#plans #weekly .price-image-card.active {
  z-index: 10 !important;

  opacity: 1 !important;

  transform:
    translateX(0)
    scale(1)
    rotateY(0deg);

  filter: blur(0px);
}

/* LEFT CARD */

#plans #weekly .price-image-card.prev {
  z-index: 6 !important;

  opacity: 0.55 !important;

  transform:
    translateX(-58%)
    scale(0.86)
    rotateY(18deg);

  filter: blur(1px);
}

/* RIGHT CARD */

#plans #weekly .price-image-card.next {
  z-index: 6 !important;

  opacity: 0.55 !important;

  transform:
    translateX(58%)
    scale(0.86)
    rotateY(-18deg);

  filter: blur(1px);
}

/* HIDE OTHER CARDS */

#plans #weekly .price-image-card.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0.7) !important;
}

/* IMAGE */

#plans #weekly .price-image-card img {
  width: 100% !important;
  display: block !important;
  border-radius: 36px !important;
}

/* ARROWS */

#plans #weekly .carousel-arrow {
  position: absolute !important;

  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 70px !important;
  height: 70px !important;

  border-radius: 50% !important;

  border: none !important;

  background: rgba(255,255,255,0.95) !important;

  box-shadow:
    0 10px 25px rgba(0,0,0,0.08) !important;

  font-size: 34px !important;
  cursor: pointer !important;

  z-index: 30 !important;

  transition: all 0.3s ease !important;
}

#plans #weekly .carousel-arrow:hover {
  transform:
    translateY(-50%)
    scale(1.08) !important;
}

#plans #weekly .carousel-prev {
  left: 40px !important;
}

#plans #weekly .carousel-next {
  right: 40px !important;
}

/* MOBILE */

@media (max-width: 900px) {

  #plans #weekly .pricing-grid {
    height: auto !important;
    overflow: visible !important;
  }

  #plans #weekly .price-image-card.active {
    position: relative !important;
    width: 94% !important;
  }

  #plans #weekly .price-image-card.prev,
  #plans #weekly .price-image-card.next {
    display: none !important;
  }

  #plans #weekly .carousel-arrow {
    width: 54px !important;
    height: 54px !important;
    font-size: 24px !important;
  }
}

/* PLANS COVERFLOW CAROUSEL - WEEKLY, MONTHLY, WELLNESS */

#plans .plan-content .pricing-grid {
  position: relative !important;
  height: 520px !important;
  max-width: 1400px !important;
  margin: 50px auto !important;
  perspective: 1600px !important;
  overflow: visible !important;
  display: block !important;
}

#plans .plan-content .price-image-card {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 760px !important;
  max-width: 82vw !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease !important;
  box-shadow: 0 28px 70px rgba(6,78,59,0.16) !important;
}

#plans .plan-content .price-image-card img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 34px !important;
}

#plans .plan-content .price-image-card.active {
  z-index: 10 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translateX(-50%) scale(1.04) translateZ(120px) !important;
}

#plans .plan-content .price-image-card.prev {
  z-index: 7 !important;
  opacity: 0.55 !important;
  filter: blur(1px) brightness(0.9) !important;
  transform: translateX(-135%) scale(0.82) rotateY(28deg) translateZ(-80px) !important;
}

#plans .plan-content .price-image-card.next {
  z-index: 7 !important;
  opacity: 0.55 !important;
  filter: blur(1px) brightness(0.9) !important;
  transform: translateX(35%) scale(0.82) rotateY(-28deg) translateZ(-80px) !important;
}

#plans .plan-content .price-image-card.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) scale(0.6) translateZ(-250px) !important;
}

#plans .plan-content .carousel-arrow {
  position: absolute !important;
  top: 45% !important;
  transform: translateY(-50%) !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  border: none !important;
  background: rgba(255,255,255,0.96) !important;
  color: #111827 !important;
  font-size: 42px !important;
  cursor: pointer !important;
  z-index: 30 !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12) !important;
}

#plans .plan-content .carousel-prev {
  left: 80px !important;
}

#plans .plan-content .carousel-next {
  right: 80px !important;
}

@media (max-width: 900px) {
  #plans .plan-content .pricing-grid {
    height: 430px !important;
  }

  #plans .plan-content .price-image-card {
    width: 86vw !important;
  }

  #plans .plan-content .carousel-prev {
    left: 8px !important;
  }

  #plans .plan-content .carousel-next {
    right: 8px !important;
  }
}

/* CUSTOMER LOVE - COVERFLOW CAROUSEL */

#testimonials .testimonial-grid {
  position: relative !important;
  height: 420px !important;
  max-width: 1200px !important;
  margin: 50px auto !important;
  perspective: 1600px !important;
  overflow: visible !important;
  display: block !important;
}

#testimonials .testimonial-card {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 520px !important;
  max-width: 82vw !important;
  min-height: 300px !important;
  border-radius: 34px !important;
  background: rgba(255,255,255,0.94) !important;
  box-shadow: 0 28px 70px rgba(6,78,59,0.16) !important;
  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease !important;
}

#testimonials .testimonial-card.active {
  z-index: 10 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translateX(-50%) scale(1.04) translateZ(120px) !important;
}

#testimonials .testimonial-card.prev {
  z-index: 7 !important;
  opacity: 0.55 !important;
  filter: blur(1px) brightness(0.9) !important;
  transform: translateX(-125%) scale(0.82) rotateY(28deg) translateZ(-80px) !important;
}

#testimonials .testimonial-card.next {
  z-index: 7 !important;
  opacity: 0.55 !important;
  filter: blur(1px) brightness(0.9) !important;
  transform: translateX(25%) scale(0.82) rotateY(-28deg) translateZ(-80px) !important;
}

#testimonials .testimonial-card.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) scale(0.6) translateZ(-250px) !important;
}

#testimonials .carousel-arrow {
  position: absolute !important;
  top: 42% !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  border: none !important;
  background: rgba(255,255,255,0.96) !important;
  font-size: 38px !important;
  cursor: pointer !important;
  z-index: 30 !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12) !important;
}

#testimonials .carousel-prev {
  left: 80px !important;
}

#testimonials .carousel-next {
  right: 80px !important;
}

@media (max-width: 900px) {
  #testimonials .testimonial-grid {
    height: 360px !important;
  }

  #testimonials .carousel-prev {
    left: 8px !important;
  }

  #testimonials .carousel-next {
    right: 8px !important;
  }
}

/* WELLNESS PLAN COVERFLOW SIZE */

#wellness .blend-slide,
#wellness-plans .blend-slide {
  width: 760px !important;
  height: 430px !important;
}

#wellness .blend-slide img,
#wellness-plans .blend-slide img {
  width: 85% !important;
  height: 85% !important;
  object-fit: cover !important;
  border-radius: 34px !important;
}

/* PREMIUM TESTIMONIAL IMAGE CARDS */

.testimonial-grid {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}

.testimonial-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-image-card {
  flex: 0 0 auto;
  width: 660px;
  max-width: 88vw;

  border-radius: 34px;
  overflow: hidden;

  background: #fff;

  border: 1px solid rgba(90,180,120,0.14);

  box-shadow:
    0 20px 60px rgba(20,60,20,0.10);

  scroll-snap-align: center;
}

.testimonial-image-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 34px;
}

/* MOBILE */

@media (max-width: 768px) {

  .testimonial-grid {
    gap: 18px;
  }

  .testimonial-image-card {
    width: 92vw;
    border-radius: 26px;
  }

  .testimonial-image-card img {
    border-radius: 26px;
  }

}

/* CUSTOMER LOVE - LARGE READABLE REVIEW IMAGE CARDS */

#testimonials .testimonial-grid {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  padding: 20px 5vw 50px !important;
}

#testimonials .testimonial-grid::-webkit-scrollbar {
  display: none !important;
}

#testimonials .testimonial-image-card {
    flex: 0 0 620px !important;
  width: 620px !important;
  max-width: 86vw !important;
  height: auto !important;

  padding: 0 !important;
  border-radius: 34px !important;
  overflow: hidden !important;

  background: transparent !important;
  border: none !important;

  box-shadow:
    0 28px 80px rgba(16, 70, 36, 0.16) !important;

  scroll-snap-align: center !important;
}

#testimonials .testimonial-image-card img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 34px !important;
}

/* Make side cards still visible but softer */
#testimonials .testimonial-image-card:not(:hover) {
  opacity: 0.96;
}

/* MOBILE */
@media (max-width: 768px) {
  #testimonials .testimonial-grid {
    padding: 28px 20px 54px !important;
    gap: 18px !important;
  }

  #testimonials .testimonial-image-card {
    flex: 0 0 92vw !important;
    width: 92vw !important;
    max-width: 92vw !important;
    border-radius: 26px !important;
  }

  #testimonials .testimonial-image-card img {
    border-radius: 26px !important;
  }
}

/* FIX TESTIMONIAL IMAGE HEIGHT */

#testimonials .testimonial-grid {
  align-items: stretch !important;
}

#testimonials .testimonial-image-card {
  height: auto !important;
  min-height: 390px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#testimonials .testimonial-image-card img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* =====================================================
   HOW WE GROW PROCESS SECTION
===================================================== */

.grow-process-section {
  padding: 80px 70px !important;
  position: relative;
  overflow: hidden;
}

.process-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.process-head .eyebrow {
  font-size: 33px;
  letter-spacing: 5px;
  color: #16a34a;
  margin-bottom: 18px;
}

.process-head h2 {
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.08;
  color: #064e3b;
  margin-bottom: 20px;
}

.process-head p {
  font-size: 20px;
  line-height: 1.7;
  color: #475569;
}

.process-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.process-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(187,247,208,0.9);
  border-radius: 30px;
  overflow: hidden;

  box-shadow:
    0 18px 45px rgba(6,78,59,0.08);

  transition: 0.35s ease;
}

.process-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 24px 55px rgba(6,78,59,0.14);
}

.process-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.process-content {
  padding: 30px;
}

.process-content span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;

  background: #ecfdf5;
  color: #16a34a;

  font-size: 18px;
  font-weight: 800;

  margin-bottom: 18px;
}

.process-content h3 {
  font-size: 28px;
  line-height: 1.15;
  color: #064e3b;
  margin-bottom: 16px;
}

.process-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
}

@media (max-width: 1100px) {
  .process-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grow-process-section {
    padding: 60px 24px !important;
  }

  .process-slider {
    grid-template-columns: 1fr;
  }

  .process-head h2 {
    font-size: 38px;
  }

  .process-content h3 {
    font-size: 24px;
  }
}

/* =====================================================
   FOUNDER STORY SECTION
===================================================== */

.founder-story-section {
  background: linear-gradient(135deg, #ffffff, #f7fff4) !important;
  padding: 80px 70px !important;
  border-radius: 36px !important;
}

.founder-story-grid {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: 70px !important;
  align-items: center !important;
  max-width: 1450px !important;
  margin: 0 auto !important;
}

.founder-story-copy .eyebrow {
  font-size: 32px !important;
  letter-spacing: 6px !important;
  color: #16a34a !important;
  margin-bottom: 18px !important;
}

.founder-story-copy h2 {
  font-size: clamp(34px, 3.2vw, 52px) !important;
  line-height: 1.05 !important;
  color: #064e3b !important;
  margin-bottom: 24px !important;
}

.founder-lead {
  font-size: 20px !important;
  line-height: 1.55 !important;
  color: #334155 !important;
  font-weight: 700 !important;
  margin-bottom: 28px !important;
}

.founder-story-copy p {
  font-size: 19px !important;
  line-height: 1.75 !important;
  color: #475569 !important;
  margin-bottom: 18px !important;
}

.founder-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  margin: 34px 0 !important;
}

.founder-trust-grid div {
  background: rgba(255,255,255,0.9) !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: 22px !important;
  padding: 24px 20px !important;
  box-shadow: 0 12px 30px rgba(6,78,59,0.07) !important;
}

.founder-trust-grid h3 {
  font-size: 20px !important;
  color: #064e3b !important;
  margin-bottom: 10px !important;
}

.founder-trust-grid p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.founder-story-image img {
  width: 100% !important;
  border-radius: 34px !important;
  display: block !important;
  object-fit: cover !important;
  box-shadow: 0 28px 70px rgba(0,0,0,0.14) !important;
}

@media (max-width: 900px) {
  .founder-story-section {
    padding: 60px 24px !important;
  }

  .founder-story-grid {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 36px !important;
  }

  .founder-trust-grid {
    grid-template-columns: 1fr !important;
  }

  .founder-story-copy h2 {
    font-size: 38px !important;
  }
}

/* =====================================================
   WHY MICROGREENS - BENEFIT CARDS
===================================================== */

.microgreens-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
  margin-top: 28px !important;
}

.micro-card {
  background: rgba(255,255,255,0.88) !important;

  border: 1px solid rgba(187,247,208,0.9) !important;

  border-radius: 28px !important;

  padding: 30px 28px !important;

  box-shadow:
    0 14px 34px rgba(6,78,59,0.07) !important;

  transition: 0.3s ease !important;
}

.micro-card:hover {
  transform: translateY(-6px) !important;

  box-shadow:
    0 22px 48px rgba(6,78,59,0.12) !important;
}

.micro-icon {
  width: 64px !important;
  height: 64px !important;

  border-radius: 50% !important;

  background: #ecfdf5 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 28px !important;

  margin-bottom: 22px !important;
}

.micro-card h3 {
  font-size: 28px !important;
  line-height: 1.15 !important;

  color: #064e3b !important;

  margin-bottom: 16px !important;
}

.micro-card p {
  font-size: 18px !important;
  line-height: 1.7 !important;

  color: #475569 !important;

  margin: 0 !important;
}

@media (max-width: 900px) {
  .microgreens-benefits-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =====================================================
   FAQ SECTION - FINAL PREMIUM COMPACT
===================================================== */

.faq-section {
  background: linear-gradient(135deg, #ffffff, #f7fff4) !important;

  padding: 58px 60px !important;

  border-radius: 36px !important;

  max-width: 1500px !important;

  margin: 0 auto !important;
}

.faq-head {
  text-align: center !important;

  max-width: 820px !important;

  margin: 0 auto 42px !important;
}

.faq-head .eyebrow {
  font-size: 18px !important;

  letter-spacing: 4px !important;

  color: #16a34a !important;

  margin-bottom: 16px !important;
}

.faq-head h2 {
  font-size: clamp(34px, 3vw, 52px) !important;

  line-height: 1.08 !important;

  color: #064e3b !important;

  margin-bottom: 16px !important;
}

.faq-head p {
  font-size: 21px !important;

  line-height: 1.6 !important;

  color: #475569 !important;
}

.faq-list {
  max-width: 1150px !important;

  margin: 0 auto !important;

  display: flex !important;

  flex-direction: column !important;

  gap: 16px !important;
}

.faq-item {
  background: rgba(255,255,255,0.92) !important;

  border: 1px solid rgba(187,247,208,0.85) !important;

  border-radius: 22px !important;

  overflow: hidden !important;

  box-shadow:
    0 10px 28px rgba(6,78,59,0.06) !important;
}

.faq-question {
  width: 100% !important;

  border: none !important;

  background: transparent !important;

  padding: 24px 28px !important;

  text-align: left !important;

  font-size: 20px !important;

  font-weight: 800 !important;

  color: #064e3b !important;

  cursor: pointer !important;

  position: relative !important;
}

.faq-question::after {
  content: "+" !important;

  position: absolute !important;

  right: 28px !important;

  top: 50% !important;

  transform: translateY(-50%) !important;

  font-size: 28px !important;

  color: #22c55e !important;

  font-weight: 700 !important;
}

.faq-item.active .faq-question::after {
  content: "−" !important;
}

.faq-answer {
  display: none !important;

  padding: 0 28px 24px !important;
}

.faq-answer p {
  font-size: 17px !important;

  line-height: 1.7 !important;

  color: #475569 !important;

  margin: 0 !important;

  max-width: 950px !important;
}

.faq-item.active .faq-answer {
  display: block !important;
}

/* MOBILE */

@media (max-width: 768px) {

  .faq-section {
    padding: 44px 22px !important;
  }

  .faq-head h2 {
    font-size: 34px !important;
  }

  .faq-head p {
    font-size: 18px !important;
  }

  .faq-question {
    font-size: 17px !important;

    padding: 20px 22px !important;

    padding-right: 52px !important;
  }

  .faq-answer {
    padding: 0 22px 22px !important;
  }
}

/* FAQ FINAL HEIGHT REDUCTION */

.faq-section {
  padding-top: 42px !important;
  padding-bottom: 46px !important;
}

.faq-head {
  margin-bottom: 30px !important;
}

.faq-head .eyebrow {
  font-size: 56px !important;
  margin-bottom: 12px !important;
}

.faq-head h2 {
  font-size: 38px !important;
  margin-bottom: 12px !important;
}

.faq-head p {
  font-size: 22px !important;
  line-height: 1.45 !important;
}

.faq-list {
  gap: 12px !important;
}

.faq-question {
  padding: 20px 26px !important;
  font-size: 20px !important;
}

.faq-item {
  border-radius: 20px !important;
}
/* FAQ FINAL COMPACT POLISH */

.faq-section {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.faq-head {
  margin-bottom: 24px !important;
}

.faq-head .eyebrow {
  font-size: 46px !important;
  margin-bottom: 6px !important;
}

.faq-head h2 {
  font-size: 34px !important;
  margin-bottom: 8px !important;
}

.faq-head p {
  font-size: 20px !important;
  line-height: 1.35 !important;
}

.faq-list {
  gap: 10px !important;
}

.faq-question {
  padding: 16px 24px !important;
  font-size: 19px !important;
}

.faq-answer {
  padding: 0 24px 18px !important;
}

.faq-answer p {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

/* =====================================================
   MOBILE PREMIUM RESPONSIVE FIX
===================================================== */

@media (max-width: 768px) {

  body {
    overflow-x: hidden !important;
  }

  .section,
  .hero,
  .about-premium,
  .founder-story-section,
  .grow-process-section,
  .faq-section {
    padding: 42px 20px !important;
    margin: 14px auto !important;
    border-radius: 24px !important;
  }

  .hero-copy h1,
  .section h2,
  .founder-story-copy h2,
  .process-head h2,
  .faq-head h2 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.8px !important;
  }

  .hero-copy p,
  .about-lead,
  .founder-lead,
  .process-head p,
  .faq-head p {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .eyebrow,
  .founder-story-copy .eyebrow,
  .process-head .eyebrow {
    font-size: 14px !important;
    letter-spacing: 3px !important;
  }

  .hero-actions,
  .hero-benefits {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 15px 20px !important;
  }

  .founder-story-grid,
  .section.split,
  .section.split.why-microgreens {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    padding: 42px 20px !important;
  }

  .founder-story-image {
    order: -1 !important;
  }

  .founder-story-image img,
  .section.split img.rounded {
    border-radius: 22px !important;
    max-width: 100% !important;
  }

  .founder-trust-grid,
  .microgreens-benefits-grid,
  .process-slider,
  .steps-grid,
  .how-section .steps-grid,
  .about-premium .why-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .founder-trust-grid div,
  .micro-card,
  .process-card,
  .why-card,
  .step-card,
  .faq-item {
    border-radius: 20px !important;
    padding: 22px !important;
  }

  .process-card img {
    height: 220px !important;
  }

  .micro-card h3,
  .process-content h3,
  .founder-trust-grid h3 {
    font-size: 22px !important;
  }

  .micro-card p,
  .process-content p,
  .founder-trust-grid p {
    font-size: 15px !important;
  }

  .faq-head .eyebrow {
    font-size: 34px !important;
  }

  .faq-question {
    font-size: 16px !important;
    padding: 18px 50px 18px 20px !important;
  }

  .floating-call,
  .floating-whatsapp,
  #floatingWhatsApp {
    right: 16px !important;
    bottom: 16px !important;
    transform: scale(0.9) !important;
  }
}

/* =====================================================
   FINAL MOBILE FIX - VEL & VIGOR
===================================================== */

@media (max-width: 768px) {

  html, body {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .site-header {
    padding: 12px 16px !important;
  }

  .site-header nav {
    display: none !important;
  }

  .menu-toggle {
    display: flex !important;
  }

  .brand img {
    width: 42px !important;
    height: auto !important;
  }

  .brand span {
    font-size: 15px !important;
  }

  .hero {
    min-height: auto !important;
    padding: 80px 20px 42px !important;
    background-position: 72% center !important;
  }

  .hero-copy {
    max-width: 100% !important;
  }

  .hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.8px !important;
  }

  .hero-copy p {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .hero-actions {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .btn,
  .hero-actions .btn {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
  }

  .hero-benefits {
    gap: 10px !important;
  }

  .hero-benefits span {
    font-size: 13px !important;
    padding: 10px 14px !important;
  }

  .section,
  .about-premium,
  .founder-story-section,
  .grow-process-section,
  .faq-section,
  .how-section {
    padding: 42px 20px !important;
    margin: 14px auto !important;
    border-radius: 24px !important;
  }

  .section h2,
  .about-premium h2,
  .founder-story-copy h2,
  .process-head h2,
  .faq-head h2,
  #plans h2,
  #restaurants h2 {
    font-size: 32px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.6px !important;
  }

  .eyebrow,
  .about-premium .eyebrow,
  .founder-story-copy .eyebrow,
  .process-head .eyebrow,
  #plans .eyebrow,
  #restaurants .eyebrow {
    font-size: 14px !important;
    letter-spacing: 3px !important;
  }

  .about-lead,
  .founder-lead,
  .process-head p,
  .faq-head p,
  #restaurants p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .about-premium .why-grid,
  .founder-trust-grid,
  .microgreens-benefits-grid,
  .process-slider,
  .steps-grid,
  .how-section .steps-grid,
  #restaurants .retailers-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .section.split,
  .section.split.why-microgreens,
  #restaurants,
  .founder-story-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  .founder-story-image {
    order: -1 !important;
  }

  .section.split img.rounded,
  .founder-story-image img,
  #restaurants img.rounded {
    max-width: 100% !important;
    border-radius: 22px !important;
  }

  .pricing-tabs {
    justify-content: center !important;
    gap: 10px !important;
  }

  .tab-btn {
    font-size: 14px !important;
    padding: 12px 18px !important;
  }

  #weekly .pricing-grid,
  #monthly .pricing-grid,
  #wellness .pricing-grid,
  .pricing-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .price-image-card,
  .price-image-card.featured {
    transform: none !important;
  }

  .faq-question {
    font-size: 16px !important;
    padding: 18px 52px 18px 20px !important;
  }

  .faq-head .eyebrow {
    font-size: 34px !important;
  }

  .floating-call,
  #floatingWhatsApp {
    right: 12px !important;
    bottom: 12px !important;
    transform: scale(0.86) !important;
  }
}

@media (max-width: 768px) {
  .site-header {
    position: relative !important;
  }

  .mobile-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #ffffff !important;
    padding: 18px 20px !important;
    border-top: 1px solid #dcfce7 !important;
    box-shadow: 0 18px 35px rgba(6,78,59,0.12) !important;
    z-index: 999 !important;
  }

  .mobile-menu.active {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  .mobile-menu a {
    color: #064e3b !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    padding: 12px 8px !important;
  }
}

/* =====================================================
   MOBILE HERO FIX ONLY
===================================================== */

@media (max-width: 768px) {

  .hero {
    padding: 36px 20px 34px !important;
    margin: 0 auto 14px !important;
    min-height: auto !important;
    border-radius: 0 0 26px 26px !important;
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.92) 0%,
        rgba(255,255,255,0.82) 45%,
        rgba(255,255,255,0.70) 100%
      ),
      url("assets/hero-bg.png") center center / cover no-repeat !important;
  }

  .hero-grid {
    display: block !important;
    min-height: auto !important;
  }

  .hero-copy {
    max-width: 100% !important;
    text-align: left !important;
  }

  .hero-copy .eyebrow {
    font-size: 15px !important;
    letter-spacing: 4px !important;
    line-height: 1.3 !important;
    margin-bottom: 18px !important;
  }

  .hero-copy h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    letter-spacing: -1px !important;
    max-width: 330px !important;
    margin: 0 0 18px !important;
  }

  .hero-copy p {
    font-size: 17px !important;
    line-height: 1.55 !important;
    max-width: 330px !important;
    margin-bottom: 22px !important;
  }

  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    max-width: 330px !important;
    min-height: 54px !important;
    padding: 15px 18px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .hero-benefits {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    max-width: 330px !important;
  }

  .hero-benefits span {
    width: 100% !important;
    padding: 13px 16px !important;
    font-size: 15px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.88) !important;
  }

  .floating-call,
  #floatingWhatsApp {
    right: 14px !important;
    bottom: 14px !important;
    transform: scale(0.82) !important;
  }
}

/* =====================================================
   MOBILE FOUNDER STORY FIX ONLY
===================================================== */

@media (max-width: 768px) {

  .founder-story-section {
    padding: 34px 18px !important;
    border-radius: 24px !important;
  }

  .founder-story-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .founder-story-image {
    order: -1 !important;
    margin-bottom: 8px !important;
  }

  .founder-story-image img {
    width: 100% !important;
    border-radius: 22px !important;
  }

  .founder-story-copy .eyebrow {
    font-size: 14px !important;
    letter-spacing: 4px !important;
    margin-bottom: 12px !important;
  }

  .founder-story-copy h2 {
    font-size: 32px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 18px !important;
  }

  .founder-lead {
    font-size: 18px !important;
    line-height: 1.55 !important;
    margin-bottom: 22px !important;
  }

  .founder-story-copy p {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin-bottom: 18px !important;
  }

  .founder-trust-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin: 26px 0 !important;
  }

  .founder-trust-grid div {
    padding: 24px 22px !important;
    border-radius: 22px !important;
  }

  .founder-trust-grid h3 {
    font-size: 22px !important;
    margin-bottom: 8px !important;
  }

  .founder-trust-grid p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .founder-story-copy .btn {
    width: 100% !important;
    min-height: 54px !important;
    font-size: 16px !important;
    border-radius: 999px !important;
  }

  .floating-call,
  #floatingWhatsApp {
    display: none !important;
  }
}
/* =====================================================
   MOBILE WHY CUSTOMERS CHOOSE FIX
===================================================== */

@media (max-width: 768px) {

  .about-premium,
  .why-section {
    padding: 34px 18px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .about-premium .eyebrow,
  .why-section .eyebrow {
    font-size: 14px !important;
    letter-spacing: 4px !important;
    line-height: 1.4 !important;
    margin-bottom: 16px !important;
  }

  .about-premium h2,
  .why-section h2 {
    font-size: 32px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 18px !important;
    max-width: 320px !important;
  }

  .about-lead,
  .why-section p {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  .about-premium .why-grid,
  .why-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 28px !important;
  }

  .why-card {
    padding: 28px 22px !important;
    border-radius: 26px !important;
    min-height: auto !important;
  }

  .why-card .icon-wrap {
    width: 82px !important;
    height: 82px !important;
    margin-bottom: 20px !important;
  }

  .why-card h3 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  .why-card p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .about-premium .btn,
  .why-section .btn {
    width: 100% !important;
    min-height: 56px !important;
    font-size: 16px !important;
    border-radius: 999px !important;
    margin-top: 8px !important;
  }

  .floating-call,
  #floatingWhatsApp {
    display: none !important;
  }
}

/* =====================================================
   MOBILE PLANS SECTION FIX ONLY
===================================================== */

@media (max-width: 768px) {

  #plans {
    padding: 34px 18px !important;
    border-radius: 24px !important;
  }

  #plans .eyebrow {
    font-size: 14px !important;
    letter-spacing: 4px !important;
    margin-bottom: 14px !important;
  }

  #plans h2 {
    font-size: 32px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 24px !important;
  }

  .pricing-tabs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,0.72) !important;
    border: 1px solid #bbf7d0 !important;
    box-shadow: 0 16px 40px rgba(6,78,59,0.08) !important;
    margin-bottom: 26px !important;
  }

  .tab-btn {
    width: 100% !important;
    min-height: 56px !important;
    border-radius: 18px !important;
    font-size: 16px !important;
    padding: 14px 18px !important;
  }

  #weekly .pricing-grid,
  #monthly .pricing-grid,
  #wellness .pricing-grid,
  .pricing-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .price-image-card,
  .price-image-card.featured {
    transform: none !important;
    border-radius: 24px !important;
  }

  .price-image-card img {
    border-radius: 24px !important;
    width: 100% !important;
  }
}

/* =====================================================
   MOBILE PLANS FINAL POLISH
===================================================== */

@media (max-width: 768px) {

  #plans {
    padding-bottom: 20px !important;
  }

  .pricing-tabs {
    margin-bottom: 16px !important;
  }

  .pricing-grid,
  #weekly .pricing-grid,
  #monthly .pricing-grid,
  #wellness .pricing-grid {
    margin-top: 0 !important;
  }

  .price-image-card:first-child {
    margin-top: 0 !important;
  }

  .floating-call,
  #floatingWhatsApp {
    display: none !important;
  }
}

/* =====================================================
   MOBILE PLANS - SAFE FIX
   Keeps Weekly / Monthly / Wellness toggle working
===================================================== */

@media (max-width: 768px) {

  #plans {
    padding: 34px 18px !important;
    border-radius: 24px !important;
  }

  #plans .eyebrow {
    font-size: 14px !important;
    letter-spacing: 4px !important;
    margin-bottom: 12px !important;
  }

  #plans h2 {
    font-size: 32px !important;
    line-height: 1.12 !important;
    margin-bottom: 22px !important;
  }

  #plans .pricing-tabs {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 18px 0 24px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,0.85) !important;
    border: 1px solid #bbf7d0 !important;
  }

  #plans .tab-btn {
    display: block !important;
    width: 100% !important;
    min-height: 54px !important;
    font-size: 16px !important;
    border-radius: 18px !important;
  }

  #plans .plan-content {
    display: none !important;
  }

  #plans .plan-content.active-plan {
    display: block !important;
  }

  #plans .pricing-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #plans .price-image-card,
  #plans .price-image-card.featured {
    transform: none !important;
    border-radius: 24px !important;
  }

  #plans .price-image-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
  }

  #plans .carousel-arrow {
    display: none !important;
  }
}

/* FORCE RESTORE MOBILE PLAN TOGGLE */

@media (max-width: 768px) {

  #plans .pricing-tabs {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 9999 !important;
    margin: 20px 0 22px !important;
    padding: 14px !important;
    background: rgba(255,255,255,0.9) !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 24px !important;
  }

  #plans .tab-btn {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: 54px !important;
    font-size: 16px !important;
    border-radius: 18px !important;
  }

  #plans .plan-content {
    display: none !important;
  }

  #plans .plan-content.active-plan {
    display: block !important;
  }

  #plans .carousel-arrow {
    display: none !important;
  }
}

/* MOBILE PLAN ARROWS FIX ONLY */

@media (max-width: 768px) {
  #plans .carousel-arrow {
    display: flex !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    border: none !important;
    background: rgba(255,255,255,0.92) !important;
    color: #064e3b !important;
    font-size: 28px !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 28px rgba(6,78,59,0.14) !important;
  }

 #plans .carousel-prev {
  left: -10px !important;
}

#plans .carousel-next {
  right: -10px !important;
}

  #plans .pricing-grid {
    position: relative !important;
    min-height: 310px !important;
  }
}

/* MOBILE PLAN ARROWS BELOW CARD */

@media (max-width: 768px) {

  #plans .pricing-grid {
    position: relative !important;
    padding-bottom: 58px !important;
  }

  #plans .carousel-arrow {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;

    width: 42px !important;
    height: 42px !important;
    font-size: 26px !important;
  }

#plans .carousel-prev {
    left: 12px !important;
}

#plans .carousel-next {
    right: 12px !important;
}
#plans .carousel-arrow {
    top: 58% !important;
}
}

/* =====================================================
   FINAL MOBILE PLAN CAROUSEL CLEAN FIX
   Mobile only - desktop unaffected
===================================================== */

@media (max-width: 768px) {

  #plans .plan-content .pricing-grid {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 62px !important;
    margin: 18px auto 10px !important;
    overflow: visible !important;
    display: block !important;
  }

  #plans .plan-content .price-image-card {
    display: none !important;
  }

  #plans .plan-content .price-image-card.active {
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
  }

  #plans .plan-content .price-image-card.prev,
  #plans .plan-content .price-image-card.next,
  #plans .plan-content .price-image-card.hidden {
    display: none !important;
  }

  #plans .plan-content .price-image-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
  }

  #plans .plan-content .carousel-arrow {
    display: flex !important;
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    font-size: 28px !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255,255,255,0.96) !important;
    color: #064e3b !important;
    box-shadow: 0 10px 28px rgba(6,78,59,0.14) !important;
    z-index: 30 !important;
  }

  #plans .plan-content .carousel-prev {
    left: calc(50% - 56px) !important;
    right: auto !important;
  }

  #plans .plan-content .carousel-next {
    right: calc(50% - 56px) !important;
    left: auto !important;
  }

  .floating-whatsapp,
  #floatingWhatsApp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #plans .carousel-arrow {
    display: none !important;
  }

  #plans .mobile-plan-arrows {
    display: flex !important;
    justify-content: center !important;
    gap: 18px !important;
    margin-top: 16px !important;
  }

  #plans .mobile-plan-arrows .carousel-arrow {
    position: static !important;
    display: flex !important;
    transform: none !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #064e3b !important;
    font-size: 28px !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 28px rgba(6,78,59,0.14) !important;
  }
}

/* =====================================================
   TESTIMONIAL MOBILE CLEAN RESET
   Mobile only - desktop unchanged
===================================================== */

@media (max-width: 768px) {

  #testimonials {
    padding: 42px 18px !important;
    overflow: hidden !important;
  }

  #testimonials h2 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    margin-bottom: 28px !important;
  }

  #testimonials .testimonial-grid {
    display: block !important;
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  #testimonials .testimonial-card {
    display: none !important;
  }

  #testimonials .testimonial-card.active {
    display: block !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 5 !important;
    border-radius: 24px !important;
  }

  #testimonials .testimonial-card img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 24px !important;
  }

  #testimonials .carousel-arrow {
    display: none !important;
  }
}

/* =====================================================
   TESTIMONIAL MOBILE BOTTOM ARROWS
   Mobile only - desktop unchanged
===================================================== */

@media (max-width: 768px) {

  #testimonials .testimonial-grid {
    padding-bottom: 64px !important;
  }

  #testimonials .carousel-arrow {
    display: flex !important;
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;

    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;

    background: rgba(255,255,255,0.96) !important;
    color: #064e3b !important;

    font-size: 28px !important;
    align-items: center !important;
    justify-content: center !important;

    box-shadow: 0 10px 28px rgba(6,78,59,0.14) !important;
    z-index: 30 !important;
  }

  #testimonials .carousel-prev {
    left: calc(50% - 56px) !important;
    right: auto !important;
  }

  #testimonials .carousel-next {
    right: calc(50% - 56px) !important;
    left: auto !important;
  }
}

/* MOBILE FIX - CURRENT INSTAGRAM HTML ONLY */

@media (max-width: 768px) {
  .instagram-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 36px 18px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  .instagram-section .eyebrow {
    font-size: 14px !important;
    letter-spacing: 4px !important;
    text-align: left !important;
  }

  .instagram-section h2 {
    font-size: 34px !important;
    line-height: 1.15 !important;
    max-width: 100% !important;
    margin-bottom: 28px !important;
  }

  .instagram-section .instagram-box {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 22px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .instagram-section .instagram-box p {
    font-size: 18px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
    margin-bottom: 22px !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .instagram-section .instagram-box .btn {
    display: inline-flex !important;
    width: 100% !important;
    max-width: 260px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 14px 18px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
}

/* INSTAGRAM MOBILE FIX */

@media (max-width:768px){

  .instagram-card{
    overflow:hidden !important;
  }

  .instagram-handle{
    font-size:34px !important;
    line-height:1 !important;
    word-break:break-word !important;
  }

  .instagram-btn{
    width:100% !important;
    max-width:100% !important;
    padding:16px 20px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    font-size:18px !important;
    white-space:normal !important;
    text-align:center !important;
    box-sizing:border-box !important;
  }

  .instagram-btn span{
    white-space:normal !important;
  }

  .instagram-copy{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}

/* MOBILE ORDER FORM FIX ONLY */

@media (max-width: 768px) {
  #order {
    padding: 42px 22px !important;
    overflow: hidden !important;
  }

  #order form {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 18px !important;
    border-radius: 26px !important;
    box-sizing: border-box !important;
  }

  #order input,
  #order select,
  #order textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
  }

  #order textarea {
    min-height: 120px !important;
  }

  #order button,
  #order .btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    font-size: 20px !important;
    padding: 18px 20px !important;
    white-space: normal !important;
  }
}