/* ==========================================================================
   gotgreens - Design System & Custom Styles
   Colors extracted directly from the gotgreens botanical arch logo
   ========================================================================== */

:root {
  /* Original Botanical Sage Green Theme */
  --color-dark-olive: #2C3A23;
  --color-forest-dark: #1E2818;
  --color-olive: #3D4E32;
  --color-sage: #8B9E50;
  --color-sage-light: #C4D392;
  --color-sage-soft: #1A2016;
  --color-bg-light: #0B0E09;
  --color-bg-card: rgba(16, 22, 14, 0.45);
  --color-accent: #F4B961;
  --color-accent-light: #F8D397;
  --color-accent-soft: #3D311A;
  --color-text-main: #F6F8F3;
  --color-text-muted: #A3B19B;
  --color-text-light: #899880;
  --color-border: rgba(255, 255, 255, 0.08);

  /* Status Colors */
  --color-success: #10B981;
  --color-warning: #F59E0B;
  --color-danger: #F43F5E;

  /* Layout & Shadows */
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-arch: 120px 120px 24px 24px;
  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.6);
  --shadow-emerald: 0 10px 30px rgba(16, 185, 129, 0.25);
  --transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --font-heading: 'Plus Jakarta Sans', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Reset & Base */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-bg-light);
  color: var(--color-text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--color-text-main);
  font-weight: 700;
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Container */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Navbar */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 14, 9, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: none;
  transition: var(--transition);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-dark-olive);
  letter-spacing: -0.5px;
}

.brand-logo img {
  height: 88px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(44, 58, 35, 0.15));
}

.brand-logo span {
  color: var(--color-sage);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-link {
  position: relative;
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-family: 'Space Grotesk', -apple-system, sans-serif;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.nav-link.active {
  color: var(--color-sage);
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: var(--color-sage);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Ensure proper spacing between FontAwesome icons and adjacent text */
.checkbox-btn i {
  margin-right: 0.6rem !important;
}

/* Disable 3D tilt and transforms on Düngeplan cards */
#duengeplan .glass-card,
#duengeplan .duenge-card,
.duenge-card {
  transform: none !important;
  perspective: none !important;
  will-change: auto !important;
}
#duengeplan .glass-card:hover,
#duengeplan .duenge-card:hover,
.duenge-card:hover {
  transform: none !important;
  border-color: rgba(139, 158, 80, 0.5) !important;
}

/* Disable all hover tilt/movement on hero storefront image */
.hero-storefront-card,
.hero-storefront-card *,
img[src*="storefront.png"] {
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
  perspective: none !important;
}

/* Horizontal 12-Month Selector Bar */
#month-selector-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-bottom: 1rem !important;
}

#month-selector-grid .month-btn {
  flex: 1 1 7% !important;
  min-width: 55px !important;
  text-align: center !important;
}

.icon-btn {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-bg-card);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--color-dark-olive);
  transition: var(--transition);
}

.icon-btn:hover {
  background: var(--color-sage-soft);
  color: var(--color-dark-olive);
  transform: translateY(-2px);
}

.badge-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--color-accent);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile Nav Toggle */
.mobile-toggle {
  display: none;
  font-size: 1.5rem;
  color: var(--color-dark-olive);
}

/* Page Section Container */
.page-section {
  display: none;
  padding: 10.5rem 0 5rem;
  animation: fadeIn 0.4s ease-out;
}

@media (min-width: 768px) {
  .page-section {
    padding-top: 12.5rem;
  }
}

.page-section.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--color-dark-olive) 0%, #1A2515 100%);
  border-radius: 32px;
  padding: 4rem 3rem;
  color: white;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 158, 80, 0.25) 0%, rgba(44, 58, 35, 0) 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.hero-title {
  color: white;
  font-size: 3.2rem;
  margin-bottom: 1.25rem;
  line-height: 1.15;
}

.hero-title highlight {
  color: var(--color-sage-light);
}

.hero-text {
  font-size: 1.2rem;
  color: #D3DFCA;
  margin-bottom: 2rem;
  max-width: 90%;
}

.hero-search-box {
  display: flex;
  background: var(--color-bg-card);
  padding: 0.5rem;
  border-radius: 50px;
  box-shadow: var(--shadow-md);
  border: none;
  max-width: 540px;
}

.hero-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-family: inherit;
  border-radius: 50px;
}

.btn-primary {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 600;
  padding: 0.875rem 2.2rem;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.btn-primary:hover {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: 600;
  padding: 0.875rem 2.2rem;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn-secondary:hover {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  transform: translateY(-2px);
}

.hero-logo-frame {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-logo-img {
  max-height: 380px;
  border-radius: var(--radius-arch);
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  background: rgba(44, 58, 35, 0.5);
  padding: 1rem;
}

/* Quick Finder / Quiz Box */
.section-title {
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

.section-subtitle {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

.quiz-card {
  background: var(--color-bg-card);
  border: none;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  margin-bottom: 4rem;
}

.quiz-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}

.quiz-option-btn {
  background: var(--color-bg-light);
  border: none;
  border-radius: var(--radius-md);
  padding: 1.25rem 1rem;
  text-align: center;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.quiz-option-btn i {
  font-size: 2rem;
  color: var(--color-sage);
}

.quiz-option-btn span {
  font-weight: 700;
  color: var(--color-dark-olive);
}

.quiz-option-btn:hover,
.quiz-option-btn.selected {
  border-color: var(--color-sage);
  background: var(--color-sage-soft);
  transform: translateY(-3px);
}

/* Plant Catalog Controls */
.catalog-controls {
  background: var(--color-bg-card);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: none;
  box-shadow: var(--shadow-sm);
  margin-bottom: 2.5rem;
}

.search-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.search-input-wrapper {
  position: relative;
  flex: 1;
  min-width: 280px;
}

.search-input-wrapper i {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-text-light);
  font-size: 1.1rem;
}

.catalog-search-input {
  width: 100%;
  padding: 0.85rem 1.25rem 0.85rem 3rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  outline: none;
  background: var(--color-bg-light);
  transition: var(--transition);
}

.catalog-search-input:focus {
  border-color: var(--color-sage);
  background: var(--color-bg-card);
  box-shadow: 0 0 0 4px rgba(139, 158, 80, 0.15);
}

.filter-select {
  padding: 0.85rem 1.25rem;
  border: none;
  border-radius: 50px;
  background: var(--color-bg-light);
  color: var(--color-dark-olive);
  font-weight: 600;
  outline: none;
  cursor: pointer;
  transition: var(--transition);
}

.catalog-controls {
  background: rgba(18, 24, 15, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: none;
  border-radius: 1.75rem;
  padding: 2rem 2.5rem;
  margin-bottom: 2.75rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

.filter-select:hover {
  border-color: var(--color-sage);
}

.filter-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
}

.filter-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-right: 0.6rem;
}

.pill-btn {
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  background: var(--color-bg-light);
  border: none;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition);
}

.pill-btn:hover,
.pill-btn.active {
  background: var(--color-dark-olive);
  color: white;
  border-color: var(--color-dark-olive);
}

.active-filters-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: none;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

/* Plant Card Grid */
.plants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 2.25rem;
}

.plant-card {
  background: rgba(16, 22, 14, 0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: none;
  border-radius: 1.75rem;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

.plant-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(139, 158, 80, 0.25);
  border: none;
}

.plant-card-media {
  position: relative;
  background: linear-gradient(180deg, rgba(28, 36, 23, 0.5) 0%, rgba(18, 24, 15, 0.6) 100%);
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  overflow: hidden;
}

.plant-arch-wrapper {
  width: 100%;
  max-width: 200px;
  height: 235px;
  border-radius: 36px 36px 20px 20px;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
  padding: 0.75rem;
  overflow: hidden;
}

/* Photo Fitting inside arch frame */
.plant-arch-wrapper.has-photo,
.plant-arch-wrapper:has(.plant-photo-img) {
  padding: 0;
}

.plant-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.plant-card:hover .plant-photo-img {
  transform: scale(1.08);
}

.plant-svg-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-badges {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  z-index: 5;
}

.badge-tag {
  padding: 0.25rem 0.65rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.badge-easy {
  background: rgba(139, 158, 80, 0.2);
  color: var(--color-sage-light);
  border: none;
}

.badge-medium {
  background: rgba(244, 185, 97, 0.2);
  color: var(--color-accent);
  border: none;
}

.badge-pro {
  background: rgba(255, 0, 85, 0.2);
  color: #ff4d88;
  border: none;
}

.badge-pet {
  background: rgba(0, 136, 255, 0.2);
  color: #38bdf8;
  border: none;
}

.fav-card-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(11, 14, 9, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: 1.05rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
  cursor: pointer;
}

.fav-card-btn:hover {
  transform: scale(1.15);
  background: rgba(239, 68, 68, 0.2);
  border-color: #ef4444;
  color: #ef4444;
}

.fav-card-btn.active {
  background: rgba(239, 68, 68, 0.25);
  border-color: #ef4444;
  color: #ef4444;
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
}

.plant-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.card-top-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  width: 100%;
}

.plant-category-name {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-sage);
  text-align: center;
}

.card-origin-tag {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.card-origin-tag i {
  color: var(--color-sage);
}

.plant-card-title {
  font-size: 1.35rem;
  font-family: var(--font-heading);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.2rem;
  line-height: 1.25;
  text-align: center;
}

.plant-latin-name {
  font-size: 0.88rem;
  font-style: italic;
  color: var(--color-text-muted);
  margin-bottom: 1.25rem;
  text-align: center;
}

.plant-card-footer {
  padding-top: 0.85rem;
  border-top: none;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.card-quick-specs {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.card-spec-pill {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.card-cta-btn {
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  background: rgba(139, 158, 80, 0.12);
  border: none;
  color: var(--color-sage-light);
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.3s ease;
}

.plant-card:hover .card-cta-btn {
  background: var(--color-sage);
  color: #030712;
  border-color: var(--color-sage);
  transform: translateX(2px);
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  font-weight: 600;
}

.spec-item i {
  color: var(--color-sage);
}

/* Modal Window */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(28, 36, 23, 0.65);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-container {
  background: rgba(14, 18, 12, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: none;
  border-radius: 2.25rem;
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  position: relative;
  transform: scale(0.95);
  transition: var(--transition);
  scrollbar-width: none;
}
.modal-container::-webkit-scrollbar { display: none; }

.modal-backdrop.active .modal-container {
  transform: scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(44, 58, 35, 0.05);
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-main);
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.modal-close-btn:hover {
  background: rgba(44, 58, 35, 0.1);
  color: var(--color-dark-olive);
}

.modal-header-hero {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 2rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, var(--color-bg-card) 0%, var(--color-bg-light) 100%);
  border-bottom: none;
}

.modal-arch-frame {
  width: 100%;
  height: 340px;
  background: var(--color-bg-light);
  border-radius: var(--radius-arch);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
  border: none;
  overflow: hidden;
}

.modal-arch-frame.has-photo,
.modal-arch-frame:has(.plant-photo-img) {
  padding: 0;
}

.modal-arch-frame .plant-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.modal-plant-info h2 {
  font-size: 2.2rem;
  margin-bottom: 0.25rem;
}

.modal-latin {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--color-text-muted);
  margin-bottom: 1.25rem;
}

.modal-badge-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.modal-description {
  font-size: 1.05rem;
  color: var(--color-text-main);
  line-height: 1.6;
}

/* Modal Specs Bar */
.modal-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
  padding: 1.5rem 2.5rem;
  background: var(--color-dark-olive);
  color: white;
}

.modal-spec-card {
  text-align: center;
}

.modal-spec-card i {
  font-size: 1.4rem;
  color: var(--color-sage-light);
  margin-bottom: 0.3rem;
}

.modal-spec-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-text-light);
}

.modal-spec-val {
  font-size: 0.88rem;
  font-weight: 700;
  color: white;
}

/* Modal Tabs Navigation */
.modal-nav-tabs {
  display: flex;
  border-bottom: none;
  padding: 0 2rem;
  background: var(--color-bg-light);
  overflow-x: auto;
}

.modal-tab-btn {
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  border-bottom: 3px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
}

.modal-tab-btn:hover,
.modal-tab-btn.active {
  color: var(--color-dark-olive);
  border-bottom-color: var(--color-sage);
}

.modal-tab-content {
  padding: 2.5rem;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.tab-title i {
  color: var(--color-sage);
}

/* Watering Calculator Widget inside Modal */
.calc-box {
  background: var(--color-sage-soft);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  margin-top: 1.5rem;
  border: none;
}

.calc-title {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--color-dark-olive);
}

.calc-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.calc-select {
  padding: 0.6rem 1rem;
  border-radius: var(--radius-sm);
  border: none;
  background: var(--color-bg-card);
  color: var(--color-text-main);
  width: 100%;
}

.calc-result-box {
  background: var(--color-bg-card);
  border-radius: var(--radius-sm);
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  color: var(--color-text-main);
  border: none;
}

/* Trouble shooter table */
.trouble-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.trouble-table th,
.trouble-table td {
  padding: 0.85rem 1rem;
  border: none;
  text-align: left;
}

.trouble-table th {
  background: var(--color-bg-light);
  color: var(--color-dark-olive);
  font-weight: 700;
}

/* Shop Section */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
}

.product-card {
  background: var(--color-bg-card);
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  /* transform removed */
  box-shadow: var(--shadow-md);
}

.product-media {
  height: 200px;
  background: var(--color-sage-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-dark-olive);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
}

.product-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-cat {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-sage);
  margin-bottom: 0.3rem;
}

.product-title {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.product-rating {
  color: var(--color-warning);
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
  border-top: none;
}

.product-price {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-dark-olive);
}

/* Cart Drawer */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  height: 100vh;
  background: var(--color-bg-card);
  z-index: 2500;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  border-left: none;
}

.cart-drawer.active {
  right: 0;
}

.cart-header {
  padding: 1.5rem;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-bg-light);
}

.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  scrollbar-width: none;
  background: var(--color-bg-card);
}
.cart-body::-webkit-scrollbar { display: none; }

.cart-item {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: none;
  ;
  align-items: center;
}

.cart-item-title {
  font-weight: 700;
  font-size: 0.95rem;
}

.cart-footer {
  padding: 1.5rem;
  border-top: none;
  background: var(--color-bg-light);
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

/* About Us Section */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 5rem;
}

.about-img-arch {
  border-radius: var(--radius-arch);
  box-shadow: var(--shadow-lg);
  border: none;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 5rem;
}

.value-card {
  background: var(--color-bg-card);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: none;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.value-card i {
  font-size: 2.5rem;
  color: var(--color-sage);
  margin-bottom: 1rem;
}

/* FAQ Accordion */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto 5rem;
}

.faq-item {
  background: var(--color-bg-card);
  border: none;
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 0.3s ease;
}

.faq-item:hover {
  border-color: var(--color-sage);
}

.faq-question {
  padding: 1.25rem 1.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-text-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  color: var(--color-text-muted);
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Doctor Contact Form */
.doctor-box {
  background: linear-gradient(135deg, var(--color-dark-olive) 0%, #1B2616 100%);
  color: white;
  border-radius: 32px;
  padding: 3.5rem;
  box-shadow: var(--shadow-lg);
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #DDE7D4;
}

.form-control {
  width: 100%;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-sm);
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-family: inherit;
  font-size: 1rem;
}

.form-control:focus {
  outline: none;
  border-color: var(--color-sage-light);
  background: rgba(255, 255, 255, 0.15);
}

/* Footer */
.site-footer {
  background: var(--color-dark-olive);
  color: #D3DFCA;
  padding: 4rem 0 2rem;
  border-top: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-col h4 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a:hover {
  color: var(--color-sage-light);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: none;
  font-size: 0.9rem;
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.toast {
  background: var(--color-dark-olive);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  animation: slideUp 0.3s ease-out;
  border: none;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive Media Queries */
@media (max-width: 992px) {

  .hero-grid,
  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .modal-header-hero {
    grid-template-columns: 1fr;
  }

  .cart-drawer {
    width: 100vw;
    right: -100vw;
  }
}

@media (max-width: 768px) {
  #navbar img {
    max-height: 68px !important;
    height: 68px !important;
  }

  .nav-links {
    display: none;
  }

  #mobile-menu .nav-links {
    display: flex !important;
  }

  .mobile-toggle {
    display: block;
  }

  .hero-title {
    font-size: 2.2rem;
  }
}
/* ==========================================================================
   MP DIGITAL UI/UX COMPONENTS (MAPPED TO gotgreens PALETTE)
   ========================================================================== */

:root {
  --cyan: var(--color-sage);
  --violet: var(--color-accent);
  --magenta: var(--color-olive);
  
  --bg-card-glass: rgba(20, 26, 17, 0.75);
  --border-glass: rgba(139, 158, 80, 0.15);
  --border-hover: rgba(139, 158, 80, 0.4);
}

/* -- Gradient Text -- */
.gradient-text {
  background: linear-gradient(135deg, var(--cyan) 0%, var(--violet) 50%, var(--magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: shine 5s linear infinite;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/* -- Glow Effects -- */
.glow-cyan {
  box-shadow: 0 0 30px rgba(139, 158, 80, 0.3), 0 0 60px rgba(139, 158, 80, 0.15);
}
.glow-violet {
  box-shadow: 0 0 30px rgba(200, 122, 87, 0.3), 0 0 60px rgba(200, 122, 87, 0.15);
}

/* -- Glass Card 2.0 -- */
.glass-card {
  background: var(--bg-card-glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 1.75rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.glass-card::before {
  display: none;
}

.glass-card:hover {
  border-color: var(--border-hover);
  box-shadow: 0 10px 20px rgba(44, 58, 35, 0.08), 0 0 15px rgba(139, 158, 80, 0.1);
}

/* -- Hover Lift -- */
.hover-lift {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.hover-lift:hover {
  /* transform removed */
  box-shadow: 0 30px 60px rgba(44, 58, 35, 0.1) !important;
}

/* -- MP Digital Buttons Override -- */
.btn-primary {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  font-weight: 600;
  padding: 0.875rem 2.2rem;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: all 0.5s ease;
}

.btn-primary:hover {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-ghost {
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.8);
  border-color: var(--color-sage);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(44, 58, 35, 0.05);
}

.pulse-glow {
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(139, 158, 80, 0.4); }
  70% { box-shadow: 0 0 0 15px rgba(139, 158, 80, 0); }
  100% { box-shadow: 0 0 0 0 rgba(139, 158, 80, 0); }
}

/* MP Digital Utilities */
.badge {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(139, 158, 80, 0.1);
  color: var(--color-sage);
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
}

.icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -- FOOTER -- */
.mpd-footer {
  background: var(--bg-card-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: none;
  border-radius: 2rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
  padding: 1rem 1.5rem 0.5rem;
  position: relative;
  z-index: 10;
  max-width: 64rem;
  margin: 1rem auto 1.5rem;
  width: calc(100% - 2rem);
}
.mpd-footer-copy {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
  font-family: 'Outfit', sans-serif;
}
.mpd-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  padding: 1rem 0.5rem;
  border-top: none;
}
.mpd-footer-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  font-family: 'Outfit', sans-serif;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.mpd-footer-btn:hover {
  color: var(--color-dark-olive);
  background: rgba(139, 158, 80, 0.1);
  transform: translateY(-2px);
}
.mpd-footer-sep {
  color: var(--border-glass);
  font-size: 1rem;
  user-select: none;
}

/* -- MODAL -- */
#mpd-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1.5rem;
  overflow-y: auto;
  scrollbar-width: none;
}
#mpd-modal-overlay::-webkit-scrollbar { display: none; }
#mpd-modal-overlay.open {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: mpdFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#mpd-modal-box {
  background: var(--color-bg-light);
  border: none;
  border-radius: 2rem;
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  padding: 3rem;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  animation: mpdSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
#mpd-modal-body {
  overflow-y: auto;
  padding: 0.5rem;
  margin: -0.5rem;
  scrollbar-width: none;
}
#mpd-modal-body::-webkit-scrollbar { display: none; }
#mpd-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(44, 58, 35, 0.05);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-dark-olive);
  transition: all 0.3s ease;
  z-index: 10;
}
#mpd-modal-close:hover {
  background: var(--color-sage);
  color: #fff;
  border-color: var(--color-sage);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 0 20px rgba(139, 158, 80, 0.4);
}
.mpd-modal-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: none;
}
.mpd-modal-title {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  margin-top: 0.75rem;
  color: var(--color-dark-olive);
}
@keyframes mpdFadeIn  { from { opacity:0; } to { opacity:1; } }
@keyframes mpdSlideUp { from { transform:translateY(40px); opacity:0; } to { transform:translateY(0); opacity:1; } }

/* ── Navigation (Floating Pill) ── */
header#navbar {
  margin-top: 1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
header#navbar.navbar-scrolled {
  margin-top: 0.5rem;
}
header#navbar .max-w-5xl {
  background: rgba(11, 14, 9, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  border-radius: 99px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.4s ease;
}
header#navbar.navbar-scrolled .max-w-5xl {
  background: rgba(11, 14, 9, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* -- FAQ Accordion -- */
.faq-item details summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-heading), sans-serif;
  font-size: 1.1rem;
}
.faq-item details summary::-webkit-details-marker {
  display: none;
}
.faq-item details[open] .faq-icon {
  transform: rotate(45deg);
  color: var(--color-accent) !important;
}
.faq-icon {
  transition: transform 0.4s ease, color 0.4s ease;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════
   PAGINATION STYLING
   ══════════════════════════════════════════════ */
.pagination-controls {
  padding: 0.85rem 1.5rem;
  background: rgba(18, 24, 15, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: none;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pagination-info {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.pagination-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pagination-btn {
  padding: 0.45rem 1rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: var(--color-text-main);
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}

.pagination-btn:hover:not(:disabled) {
  background: var(--color-sage);
  color: #030712;
  border-color: var(--color-sage);
  transform: translateY(-1px);
}

.pagination-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.page-num-btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: var(--border-glass);
  font-size: 1rem;
  user-select: none;
}

/* -- MODAL -- */
#mpd-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1.5rem;
  overflow-y: auto;
  scrollbar-width: none;
}
#mpd-modal-overlay::-webkit-scrollbar { display: none; }
#mpd-modal-overlay.open {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: mpdFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
#mpd-modal-box {
  background: var(--color-bg-light);
  border: none;
  border-radius: 2rem;
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  padding: 3rem;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  animation: mpdSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
#mpd-modal-body {
  overflow-y: auto;
  padding: 0.5rem;
  margin: -0.5rem;
  scrollbar-width: none;
}
#mpd-modal-body::-webkit-scrollbar { display: none; }
#mpd-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(44, 58, 35, 0.05);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-dark-olive);
  transition: all 0.3s ease;
  z-index: 10;
}
#mpd-modal-close:hover {
  background: var(--color-sage);
  color: #fff;
  border-color: var(--color-sage);
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 0 20px rgba(139, 158, 80, 0.4);
}
.mpd-modal-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: none;
}
.mpd-modal-title {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  margin-top: 0.75rem;
  color: var(--color-dark-olive);
}
@keyframes mpdFadeIn  { from { opacity:0; } to { opacity:1; } }
@keyframes mpdSlideUp { from { transform:translateY(40px); opacity:0; } to { transform:translateY(0); opacity:1; } }

/* ── Navigation (Floating Pill) ── */
header#navbar {
  margin-top: 1.25rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
header#navbar.navbar-scrolled {
  margin-top: 0.5rem;
}
header#navbar .max-w-5xl {
  background: rgba(12, 18, 10, 0.85);
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  border: 1px solid rgba(139, 158, 80, 0.22);
  border-radius: 9999px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.75), 0 0 30px rgba(139, 158, 80, 0.15);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
header#navbar.navbar-scrolled .max-w-5xl {
  background: rgba(8, 12, 6, 0.95);
  border-color: rgba(139, 158, 80, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 40px rgba(139, 158, 80, 0.25);
}

/* -- FAQ Accordion -- */
.faq-item details summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-heading), sans-serif;
  font-size: 1.1rem;
}
.faq-item details summary::-webkit-details-marker {
  display: none;
}
.faq-item details[open] .faq-icon {
  transform: rotate(45deg);
  color: var(--color-accent) !important;
}
.faq-icon {
  transition: transform 0.4s ease, color 0.4s ease;
  flex-shrink: 0;
}



/* Payment Option Cards in Checkout Modal */
.payment-card-option {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 0.2s ease;
}

.payment-card-option:hover,
.payment-card-option:has(input:checked) {
  border-color: var(--color-sage);
  background: rgba(139, 158, 80, 0.1);
}

/* ==========================================================================
   Botanical Green & Black Cloud / Nebula Background System
   ========================================================================== */
/* Botanical Mesh Blend
 * Dark Olive #2C3A23
 * Sage Green #8B9E50
 * Warm Gold #F4B961
 */
.gradient-untitled {
  position: relative;
  overflow: hidden;
}
.gradient-untitled::before {
  content: '';
  position: absolute;
  inset: -158px;
  background: linear-gradient(135deg, #2C3A23 12.5%, #8B9E50 50%, #F4B961 87.5%); /* fallback: engines without oklab interpolation */
  background: linear-gradient(135deg in oklab, #2C3A23 12.5%, #8B9E50 50%, #F4B961 87.5%);
  /* soft fallback: CSS cannot draw the mesh field. Export SVG or PNG for the real thing. */
  filter: blur(79px); /* scale with your element size */
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.cloud-bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: #0B0E09;
}

.cloud-bg-container::before {
  content: '';
  position: absolute;
  inset: -158px;
  background: linear-gradient(135deg, #2C3A23 12.5%, #8B9E50 50%, #F4B961 87.5%);
  background: linear-gradient(135deg in oklab, #2C3A23 12.5%, #8B9E50 50%, #F4B961 87.5%);
  filter: blur(79px);
  opacity: 0.45;
  pointer-events: none;
}

/* Cloud Orbs */
.cloud-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform, opacity;
}

/* Cloud 1: Upper-left Vibrant Emerald Mist */
.cloud-orb-1 {
  top: -15%;
  left: -10%;
  width: 65vw;
  height: 65vw;
  max-width: 900px;
  max-height: 900px;
  background: radial-gradient(circle, rgba(139, 158, 80, 0.35) 0%, rgba(44, 58, 35, 0.2) 45%, transparent 75%);
  animation: cloudDrift1 22s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

/* Cloud 2: Bottom-right Deep Forest Smoke */
.cloud-orb-2 {
  bottom: -20%;
  right: -10%;
  width: 70vw;
  height: 70vw;
  max-width: 950px;
  max-height: 950px;
  background: radial-gradient(circle, rgba(61, 78, 50, 0.45) 0%, rgba(18, 24, 15, 0.3) 50%, transparent 80%);
  animation: cloudDrift2 28s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

/* Cloud 3: Warm Gold & Sage Nebulae Glow */
.cloud-orb-3 {
  top: 35%;
  left: 15%;
  width: 50vw;
  height: 50vw;
  max-width: 700px;
  max-height: 700px;
  background: radial-gradient(circle, rgba(244, 185, 97, 0.18) 0%, rgba(139, 158, 80, 0.15) 45%, transparent 75%);
  animation: cloudDrift3 25s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

/* Cloud 4: Black Smoke Vignette Contrast */
.cloud-orb-4 {
  top: 50%;
  right: 15%;
  width: 55vw;
  height: 55vw;
  max-width: 750px;
  max-height: 750px;
  background: radial-gradient(circle, rgba(4, 6, 3, 0.85) 0%, rgba(11, 14, 9, 0.4) 60%, transparent 80%);
  animation: cloudDrift1 30s ease-in-out infinite alternate-reverse;
}

/* Mist Overlay for Vignette & Depth */
.cloud-mist-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at center, transparent 30%, rgba(4, 6, 3, 0.65) 100%),
    linear-gradient(180deg, rgba(6, 9, 5, 0.35) 0%, transparent 50%, rgba(4, 6, 3, 0.5) 100%);
  pointer-events: none;
}

/* Cloud Motion Keyframes */
@keyframes cloudDrift1 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translate(8%, 10%) scale(1.12);
    opacity: 1;
  }
  100% {
    transform: translate(-5%, 6%) scale(0.95);
    opacity: 0.8;
  }
}

@keyframes cloudDrift2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translate(-10%, -8%) scale(1.15);
    opacity: 0.75;
  }
  100% {
    transform: translate(6%, -12%) scale(1.02);
    opacity: 0.95;
  }
}

@keyframes cloudDrift3 {
  0% {
    transform: translate(0, 0) scale(0.95);
    opacity: 0.7;
  }
  50% {
    transform: translate(12%, -10%) scale(1.1);
    opacity: 0.95;
  }
  100% {
    transform: translate(-8%, 8%) scale(1.05);
    opacity: 0.75;
  }
}

/* Quick Filter Chip Buttons in Hero */
.quick-chip-btn {
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: var(--color-text-main);
  font-size: 0.8rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  cursor: pointer;
}

.quick-chip-btn:hover {
  background: rgba(139, 158, 80, 0.18);
  border-color: var(--color-sage-light);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(139, 158, 80, 0.25);
}

/* ==========================================================================
   Custom Animated Checkbox System (Uiverse.io by boryanakrasteva)
   ========================================================================== */
.checkbox-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.88rem;
  font-weight: 700;
  color: white;
  transition: color 0.2s ease;
}

.checkbox-btn:hover {
  color: var(--color-sage-light);
}

/* Hide default browser checkbox */
.checkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-btn label {
  cursor: pointer;
  font-size: 14px;
}

/* Custom checkbox box */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
  border: 2.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  transition: all 0.2s linear;
}

.checkbox-btn input:checked ~ .checkmark {
  background-color: transparent;
  transform: translateY(-50%) rotate(45deg);
  border: none;
}

/* Multiline Checkbox Alignment */
.checkbox-btn.items-start .checkmark {
  top: 2px;
  transform: none;
}

.checkbox-btn.items-start input:checked ~ .checkmark {
  transform: rotate(45deg);
}

/* Checkmark indicator tick */
.checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: 40%;
  width: 9px;
  height: 14px;
  border: solid var(--color-sage, #8B9E50);
  border-width: 0 2.5px 2.5px 0;
  filter: drop-shadow(0px 0px 8px var(--color-sage, #8B9E50));
  transition: all 0.2s linear;
  transform: translate(-50%, -50%) rotate(-90deg) scale(0.2);
}

/* Show checkmark indicator when checked */
.checkbox-btn input:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  animation: pulse-check 0.8s ease-in;
}

@keyframes pulse-check {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.5);
  }
}

/* ==========================================================================
   Custom Floating Input Label System (Uiverse.io by Maximinodotpy)
   ========================================================================== */
.inputGroup {
  font-family: inherit;
  margin: 0.5em 0;
  width: 100%;
  position: relative;
}

.inputGroup :is(input, textarea, select) {
  font-size: 0.95rem;
  padding: 0.85em 1.2em;
  outline: none;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.35) !important;
  border-radius: 99px;
  width: 100%;
  color: #ffffff !important;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.inputGroup textarea {
  border-radius: 1.25rem !important;
}

.inputGroup label {
  font-size: 0.9rem;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.4em 0.8em;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: var(--color-text-muted, #A3B19B);
  border-radius: 99px;
}

.inputGroup.textareaGroup label {
  top: 1.5em;
  transform: translateY(0);
}

.inputGroup :is(input:focus, input:not(:placeholder-shown), textarea:focus, textarea:not(:placeholder-shown), select:focus) ~ label {
  transform: translateY(-160%) scale(0.85);
  margin: 0;
  margin-left: 1.2em;
  padding: 0.25em 0.75em;
  background-color: rgba(18, 26, 15, 0.95);
  color: var(--color-sage-light, #C4D392);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.inputGroup :is(input:focus, input:not(:placeholder-shown), textarea:focus, textarea:not(:placeholder-shown), select:focus) {
  border-color: var(--color-sage, #8B9E50);
  background-color: rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 20px rgba(139, 158, 80, 0.25);
}

/* Global Dark Glassmorphism Rules for Modal Inputs & Textareas */
.modal-container input:not([type="checkbox"]):not([type="radio"]),
.modal-container textarea,
.modal-container select,
.modal-backdrop input:not([type="checkbox"]):not([type="radio"]),
.modal-backdrop textarea,
.modal-backdrop select {
  background-color: rgba(0, 0, 0, 0.45) !important;
  color: #F6F8F3 !important;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
}

/* Fix option contrast for native select dropdowns */
select option {
  background-color: #141a11 !important;
  color: #F6F8F3 !important;
}

/* ==========================================================================
   Quick Specs Pills (Niveau, Licht, Wasser)
   ========================================================================== */
.card-quick-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.5rem;
}

.card-spec-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #ffffff !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.card-spec-pill:hover {
  background: rgba(139, 158, 80, 0.2);
  border-color: rgba(139, 158, 80, 0.4);
  transform: translateY(-1px);
}

/* Responsive UI adjustments for Toasts & Pagination on Mobile */
@media (max-width: 640px) {
  .toast-container {
    bottom: 5.5rem;
    right: 1rem;
    left: 1rem;
    align-items: center;
  }
  .toast {
    font-size: 0.85rem;
    padding: 0.75rem 1.25rem;
  }
  .pagination-controls {
    justify-content: center;
    text-align: center;
    padding: 0.75rem 0.5rem;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .pagination-info {
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
  }
  .pagination-nav {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
  }
  .page-numbers {
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    padding: 2px 0;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    scrollbar-width: none;
  }
  .page-numbers::-webkit-scrollbar {
    display: none;
  }
  .pagination-btn {
    padding: 0.35rem 0.65rem;
    font-size: 0.8rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .page-num-btn {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
    flex-shrink: 0;
  }
  .page-num-dots {
    min-width: 1.25rem;
    height: 2rem;
    font-size: 0.8rem;
    flex-shrink: 0;
  }
}

/* ==========================================================================
   ADVANCED MOBILE DESIGN & UX OPTIMIZATIONS (gotgreens Mobile Refinement)
   ========================================================================== */

/* Utility for hiding scrollbars in horizontal scroll containers */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 768px) {
  /* Safe Area & Body Spacing for Fixed Mobile Bottom Nav Bar */
  body {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }

  /* Mobile Bottom Nav Bar Active & Touch Styling */
  #mobile-bottom-nav {
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
  }
  #mobile-bottom-nav .mobile-nav-item.active {
    color: var(--color-sage) !important;
  }
  #mobile-bottom-nav .mobile-nav-item.active i {
    transform: translateY(-2px);
  }

  /* Floating Action Hub (Back to Top) on Mobile */
  #floating-hub {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* Header & Logo Height Tuning */
  #navbar {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  #navbar img {
    max-height: 44px !important;
    height: 44px !important;
  }

  /* Hero Section Mobile Optimization */
  .hero-storefront-card {
    max-height: 300px;
  }
  .hero-storefront-card img {
    object-position: center 25%;
  }

  /* Filter Pills Horizontal Touch Swipe Container */
  .filter-pills-row {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    margin-top: 1rem;
    scrollbar-width: none;
  }
  .filter-pills-row::-webkit-scrollbar {
    display: none;
  }
  .filter-pills-row .pill-btn {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.8rem;
    padding: 0.4rem 0.95rem;
  }

  /* Catalog Controls Padding */
  .catalog-controls {
    padding: 1.25rem 1.25rem !important;
    border-radius: 1.25rem !important;
    margin-bottom: 1.75rem !important;
  }

  /* Plants Grid Mobile Spacing & Layout */
  .plants-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.25rem !important;
  }
  .plant-card-media {
    height: 220px !important;
  }
  .plant-arch-wrapper {
    height: 190px !important;
    max-width: 170px !important;
  }
  .plant-card-body {
    padding: 1rem 1.15rem 1.25rem !important;
  }
  .plant-card-title {
    font-size: 1.15rem !important;
  }

  /* Plant Detail Modal Window Mobile Adjustments */
  .modal-backdrop {
    padding: 0.5rem !important;
  }
  .modal-container {
    border-radius: 1.5rem !important;
    max-height: 94vh !important;
  }
  .modal-header-hero {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    padding: 1.25rem !important;
  }
  .modal-arch-frame {
    height: 220px !important;
  }
  .modal-plant-info h2 {
    font-size: 1.6rem !important;
  }
  .modal-latin {
    font-size: 0.95rem !important;
    margin-bottom: 0.75rem !important;
  }
  .modal-specs-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.6rem !important;
    padding: 1rem 1.25rem !important;
  }
  .modal-spec-card i {
    font-size: 1.1rem !important;
  }
  .modal-spec-label {
    font-size: 0.68rem !important;
  }
  .modal-spec-val {
    font-size: 0.8rem !important;
  }
  .modal-nav-tabs {
    padding: 0 1rem !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .modal-nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .modal-tab-btn {
    padding: 0.75rem 0.85rem !important;
    font-size: 0.82rem !important;
  }
  .modal-tab-content {
    padding: 1.25rem !important;
  }

  /* Toast Notification positioning on mobile */
  .toast-container {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 480px) {
  /* Ultra-compact grid for very small screens */
  .plants-grid {
    grid-template-columns: 1fr !important;
  }
  .hero-title {
    font-size: 1.9rem !important;
  }
  .modal-specs-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .card-spec-pill {
    font-size: 0.72rem !important;
    padding: 0.25rem 0.5rem !important;
  }
}


