/* ==========================================================================
   JUMOFRESH - MODERN TROPICAL FRUIT EXPORTER DESIGN SYSTEM
   ========================================================================== */

:root {
  --primary: #0D5C3A;
  --primary-light: #16A34A;
  --primary-dark: #064E3B;
  --primary-soft: rgba(13, 92, 58, 0.08);
  
  --accent-gold: #EAB308;
  --accent-amber: #F59E0B;
  --accent-rose: #E11D48;
  --accent-lime: #84CC16;
  
  --bg-dark: #0A1F16;
  --bg-dark-card: #102C20;
  --bg-light: #F4F7F5;
  --bg-white: #FFFFFF;
  
  --text-main: #1F2937;
  --text-muted: #4B5563;
  --text-light: #9CA3AF;
  --text-white: #FFFFFF;
  --text-white-muted: #D1D5DB;

  --border-light: #E5E7EB;
  --border-glass: rgba(255, 255, 255, 0.2);
  
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 35px rgba(0,0,0,0.12);
  --shadow-glow: 0 0 25px rgba(22, 163, 74, 0.35);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-full: 9999px;

  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --container-max: 1240px;
}

/* Reset & Global */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-main);
  background-color: var(--bg-white);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-main);
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-padding {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

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

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

.text-white {
  color: var(--text-white) !important;
}

.text-white-muted {
  color: var(--text-white-muted) !important;
}

.text-accent {
  color: var(--accent-gold);
}

/* Grids & Layouts */
.grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}

.align-center {
  align-items: center;
}

/* Section Headers */
.section-padding {
  padding: 5.5rem 0;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.section-tag {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  background-color: var(--primary-soft);
  padding: 0.35rem 1rem;
  border-radius: 99px;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(13, 92, 58, 0.15);
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.85rem;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  font-weight: 400;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

/* ==========================================================================
   TOP ANNOUNCEMENT BAR
   ========================================================================== */
.top-bar {
  background-color: var(--bg-dark);
  color: var(--text-white-muted);
  font-size: 0.82rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.top-bar-left {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  white-space: nowrap;
}

.top-bar-left i {
  color: var(--accent-gold);
  margin-right: 0.35rem;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.top-bar-portal-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(217, 119, 6, 0.22);
  border: 1px solid rgba(251, 191, 36, 0.45);
  color: #fbbf24 !important;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.22rem 0.65rem;
  border-radius: 99px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.top-bar-portal-btn:hover {
  background: rgba(217, 119, 6, 0.4);
  border-color: #fbbf24;
  transform: translateY(-1px);
}

.top-bar-webmail-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(59, 130, 246, 0.18);
  border: 1px solid rgba(96, 165, 250, 0.4);
  color: #93c5fd !important;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.22rem 0.65rem;
  border-radius: 99px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.top-bar-webmail-btn:hover {
  background: rgba(59, 130, 246, 0.35);
  border-color: #93c5fd;
  transform: translateY(-1px);
}

/* Language Switcher Buttons */
.lang-switch-group {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  padding: 2px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.lang-btn {
  background: transparent;
  border: none;
  color: var(--text-white-muted);
  font-size: 0.76rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.lang-btn:hover {
  color: #FFFFFF;
}

.lang-btn.active {
  background: var(--primary);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   MAIN NAVIGATION HEADER
   ========================================================================== */
.main-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: var(--transition);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.brand-logo {
  display: flex;
  align-items: center;
  transition: var(--transition);
}

.brand-logo:hover {
  transform: scale(1.02);
}

.brand-img {
  height: 54px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.footer-logo-img {
  height: 52px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
  display: block;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-menu, .nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-main);
  position: relative;
  padding: 0.5rem 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: var(--transition);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
  border-radius: 2px;
}

.nav-link:hover, .nav-link.active {
  color: var(--primary);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

/* Dropdown Submenu */
.nav-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  min-width: 260px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.6rem 0;
  display: none;
  flex-direction: column;
  z-index: 1000;
  animation: dropdownFadeIn 0.2s ease forwards;
}

.nav-dropdown-wrapper:hover .nav-dropdown-menu {
  display: flex;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-item {
  padding: 0.65rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.dropdown-item:hover {
  background: #f0fdf4;
  color: var(--primary);
  padding-left: 1.5rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btn-whatsapp-header {
  background-color: #25D366;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-header:hover {
  transform: scale(1.08);
  color: white;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-main);
  cursor: pointer;
  padding: 0.5rem;
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: #FFFFFF;
  z-index: 1000;
  box-shadow: var(--shadow-lg);
  padding: 2rem 1.5rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.mobile-drawer.open {
  right: 0;
}

.mobile-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 1rem;
}

.mobile-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-main);
}

.mobile-drawer-links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-main);
}

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

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 1px solid transparent;
  transition: var(--transition);
  text-align: center;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 0.9rem 2rem;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(13, 92, 58, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 92, 58, 0.35);
  color: #FFFFFF;
}

.btn-glass {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-outline-primary {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
}

.btn-outline-primary:hover {
  background: var(--primary);
  color: #FFFFFF;
}

.btn-outline-secondary {
  background: transparent;
  color: var(--text-muted);
  border: 1.5px solid var(--border-light);
}

.btn-outline-secondary:hover {
  background: var(--bg-light);
  color: var(--text-main);
}

.btn-whatsapp {
  background: #25D366;
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  background: #20BA5A;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-image: url('assets/images/hero-banner.jpg?v=4');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: var(--text-white);
  padding: 6rem 0;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 31, 22, 0.88) 0%, rgba(13, 92, 58, 0.7) 60%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 820px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(234, 179, 8, 0.2);
  border: 1px solid var(--accent-gold);
  color: var(--accent-gold);
  padding: 0.4rem 1.1rem;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(8px);
}

.hero-title {
  font-size: 3.6rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--text-white-muted);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-subtitle strong {
  color: #FFFFFF;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 2rem;
}

.stat-card {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stat-lbl {
  font-size: 0.85rem;
  color: var(--text-white-muted);
  font-weight: 500;
}

/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */
.about-visuals {
  position: relative;
}

.image-wrapper-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-img-main {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-wrapper-card:hover .about-img-main {
  transform: scale(1.03);
}

.about-floating-badge {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 1rem;
  border-left: 4px solid var(--primary);
}

.about-floating-badge .badge-icon {
  width: 44px;
  height: 44px;
  background: var(--primary-soft);
  color: var(--primary);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.about-floating-badge h4 {
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.about-floating-badge p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.about-features-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}

.about-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-soft);
  color: var(--primary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.about-feature-item h4 {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.about-feature-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ==========================================================================
   PRODUCTS CATALOG & CARDS (ELEGANT EXPORT DESIGN)
   ========================================================================== */
.products-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: stretch;
}

@media (max-width: 1200px) {
  .products-grid, .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .products-grid, .product-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(13, 92, 58, 0.12), 0 4px 10px rgba(0, 0, 0, 0.04);
  border-color: rgba(13, 92, 58, 0.3);
}

.product-img-wrapper, .product-img-box {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: #f1f5f9;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.product-card:hover .product-img {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  padding: 0.3rem 0.75rem;
  border-radius: 99px;
  color: #FFFFFF;
  background: rgba(13, 92, 58, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  letter-spacing: 0.02em;
}

.badge-green { background-color: var(--primary-light); }
.badge-amber { background-color: var(--accent-amber); }
.badge-rose { background-color: var(--accent-rose); }
.badge-gold { background-color: #D97706; }

.product-content, .product-body {
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  gap: 1rem;
}

.product-info-top {
  display: flex;
  flex-direction: column;
}

.product-tag, .product-origin {
  font-size: 0.78rem;
  font-weight: 600;
  color: #b45309;
  font-style: italic;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.product-title, .product-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.product-desc, .product-summary {
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-meta, .product-specs-mini {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.product-meta span, .product-meta div, .spec-row {
  font-size: 0.78rem;
  color: #334155;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  line-height: 1.35;
}

.product-meta span i, .product-meta div i {
  color: var(--primary);
  font-size: 0.85rem;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}

.product-card-actions, .product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: auto;
}

.product-card-actions .btn, .product-actions .btn {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.55rem 0.4rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  white-space: nowrap;
}

/* ==========================================================================
   QUALITY CERTIFICATIONS
   ========================================================================== */
.cert-section {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--primary-dark) 100%);
  color: #FFFFFF;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.cert-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 2.25rem 1.5rem;
  text-align: center;
  transition: var(--transition);
}

.cert-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
  border-color: var(--accent-gold);
}

.cert-icon {
  width: 65px;
  height: 65px;
  background: rgba(234, 179, 8, 0.15);
  color: var(--accent-gold);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 1.5rem auto;
}

.cert-title {
  font-size: 1.35rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.cert-desc {
  font-size: 0.9rem;
  color: var(--text-white-muted);
  line-height: 1.6;
}

/* ==========================================================================
   LOGISTICS & COLD CHAIN
   ========================================================================== */
.logistics-points {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.log-point {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.log-point-num {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  background: var(--primary-soft);
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.log-point h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.log-point p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.logistics-image-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.logistics-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.logistics-overlay-box {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(10, 31, 22, 0.92);
  backdrop-filter: blur(10px);
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.15);
  color: #FFFFFF;
}

.logistics-overlay-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.routes-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.route-tag {
  background: rgba(255,255,255,0.1);
  padding: 0.3rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
}

/* ==========================================================================
   B2B QUOTATION FORM
   ========================================================================== */
.quote-card-container {
  max-width: 960px;
  margin: 0 auto;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0,0,0,0.06);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-main);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.form-label i {
  color: var(--primary);
  font-size: 0.85rem;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border-light);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text-main);
  background-color: #FAFAFA;
  transition: var(--transition);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--primary);
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(13, 92, 58, 0.12);
}

.form-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.form-submit-row .btn {
  flex: 1;
  justify-content: center;
}

.form-success-alert {
  margin-top: 1.5rem;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  color: #065F46;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.form-success-alert i {
  font-size: 1.75rem;
  color: #10B981;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.contact-section {
  background: var(--bg-dark);
  color: #FFFFFF;
}

.contact-cards-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}

.contact-item-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 1.25rem;
  border-radius: var(--radius-md);
}

.contact-item-icon {
  width: 44px;
  height: 44px;
  background: rgba(234, 179, 8, 0.2);
  color: var(--accent-gold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.contact-item-card h4 {
  font-size: 1.05rem;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}

.contact-item-card p {
  font-size: 0.9rem;
  color: var(--text-white-muted);
}

.text-link {
  color: var(--accent-gold);
}

.text-link:hover {
  text-decoration: underline;
}

.map-placeholder-box {
  background: var(--bg-dark-card);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 3.5rem 2rem;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map-placeholder-box h3 {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.map-placeholder-box p {
  font-size: 0.95rem;
  color: var(--text-white-muted);
  max-width: 400px;
  margin-bottom: 2rem;
}

.ports-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 360px;
}

.ports-list span {
  background: rgba(255,255,255,0.08);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
}

/* ==========================================================================
   TECHNICAL SPECS MODAL
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.modal-backdrop.open {
  display: flex;
}

.modal-card {
  background: #FFFFFF;
  width: 100%;
  max-width: 700px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
  animation: modalFadeIn 0.3s ease;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

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

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #F3F4F6;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--text-muted);
}

/* ==========================================================================
   PRODUCT DETAIL PAGES STYLES
   ========================================================================== */
.product-hero {
  position: relative;
  min-height: 48vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  color: var(--text-white);
  padding: 5rem 0 3.5rem 0;
}

.product-hero-banano { background-image: linear-gradient(135deg, rgba(6, 21, 15, 0.88), rgba(13, 92, 58, 0.75)), url('assets/images/banano/banano-tina-lavado-empacadora.jpg?v=5'); }
.product-hero-platano { background-image: linear-gradient(135deg, rgba(6, 21, 15, 0.88), rgba(13, 92, 58, 0.75)), url('assets/images/platano.jpg?v=4'); }
.product-hero-pitared { background-image: linear-gradient(135deg, rgba(6, 21, 15, 0.88), rgba(190, 24, 93, 0.75)), url('assets/images/pitahaya/pitahaya-hero-panoramica.jpg?v=4'); }
.product-hero-pitayellow { background-image: linear-gradient(135deg, rgba(6, 21, 15, 0.88), rgba(217, 119, 6, 0.75)), url('assets/images/pitahaya-amarilla/pitahaya-amarilla-campo-paisaje.jpg?v=5'); }
.product-hero-malanga { background-image: linear-gradient(135deg, rgba(6, 21, 15, 0.88), rgba(74, 85, 104, 0.75)), url('assets/images/malanga.jpg?v=4'); }
.product-hero-maracuya { background-image: linear-gradient(135deg, rgba(6, 21, 15, 0.88), rgba(202, 138, 4, 0.75)), url('assets/images/maracuya.jpg?v=4'); }
.product-hero-pina { background-image: linear-gradient(135deg, rgba(6, 21, 15, 0.88), rgba(217, 119, 6, 0.75)), url('assets/images/pina.jpg?v=4'); }
.product-hero-mango { background-image: linear-gradient(135deg, rgba(6, 21, 15, 0.88), rgba(217, 119, 6, 0.75)), url('assets/images/mango.jpg?v=4'); }

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: var(--text-white-muted);
}

.breadcrumbs a {
  color: var(--accent-gold);
  transition: var(--transition);
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: start;
}

.detail-gallery-box {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  background: #FFFFFF;
}

.detail-main-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.specs-table-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  overflow: hidden;
  margin-bottom: 2rem;
}

.specs-table-header {
  background: var(--bg-dark);
  color: #FFFFFF;
  padding: 1.25rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.specs-table-header h3 {
  font-size: 1.25rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.specs-full-table {
  width: 100%;
  border-collapse: collapse;
}

.specs-full-table tr {
  border-bottom: 1px solid var(--border-light);
}

.specs-full-table tr:last-child {
  border-bottom: none;
}

.specs-full-table tr:nth-child(even) {
  background-color: var(--bg-light);
}

.specs-full-table th {
  padding: 0.9rem 1.5rem;
  text-align: left;
  font-weight: 700;
  color: var(--primary-dark);
  width: 38%;
  font-size: 0.95rem;
}

.specs-full-table td {
  padding: 0.9rem 1.5rem;
  color: var(--text-main);
  font-size: 0.95rem;
}

.nutrition-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.nutrition-card {
  background: #FFFFFF;
  padding: 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.nutrition-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-light);
}

.nutrition-card .nutri-icon {
  font-size: 1.75rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.nutrition-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.nutrition-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.other-fruits-strip {
  background: var(--bg-light);
  padding: 4.5rem 0;
  border-top: 1px solid var(--border-light);
}

@media (max-width: 992px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .nutrition-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .nutrition-grid {
    grid-template-columns: 1fr;
  }
}

.modal-close:hover {
  background: #E5E7EB;
  color: var(--text-main);
}

.modal-header {
  padding: 1.75rem 2rem;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.modal-header h3 {
  font-size: 1.4rem;
}

.badge-pill {
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
}

.modal-body {
  padding: 2rem;
  overflow-y: auto;
  font-size: 0.95rem;
}

.modal-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.modal-specs-table th, .modal-specs-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-light);
  text-align: left;
}

.modal-specs-table th {
  background: var(--bg-light);
  font-weight: 700;
  color: var(--text-main);
  width: 40%;
}

.modal-footer {
  padding: 1.25rem 2rem;
  border-top: 1px solid var(--border-light);
  background: var(--bg-light);
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON
   ========================================================================== */
.floating-wa {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 62px;
  height: 62px;
  background: #25D366;
  color: #FFFFFF;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.45);
  z-index: 990;
  transition: var(--transition);
}

.floating-wa:hover {
  transform: scale(1.1) rotate(5deg);
  color: #FFFFFF;
}

.wa-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  background: rgba(10, 31, 22, 0.95);
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transition);
}

.floating-wa:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.main-footer {
  background: #06150F;
  color: var(--text-white-muted);
  padding-top: 4.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.footer-logo-img {
  height: 40px;
  width: auto;
  border-radius: var(--radius-sm);
}

.footer-brand-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFFFFF;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.footer-socials a:hover {
  background: var(--primary);
  color: #FFFFFF;
  transform: translateY(-3px);
}

.footer-heading {
  font-size: 1.1rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links a {
  font-size: 0.9rem;
  color: var(--text-white-muted);
}

.footer-links a:hover {
  color: var(--accent-gold);
  padding-left: 4px;
}

.footer-badges-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.f-badge {
  background: rgba(255,255,255,0.08);
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 600;
  color: #FFFFFF;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.5rem 0;
  font-size: 0.85rem;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .grid-2-cols {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-title {
    font-size: 2.4rem;
  }
  .hero-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .cert-grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .quote-card-container {
    padding: 1.75rem;
  }
  .nav-menu, .btn-quote {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .footer-container {
    grid-template-columns: 1fr;
  }
  .footer-container {
    grid-template-columns: 1fr;
  }
}

/* Related Fruits Cards */
.related-fruit-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #FFFFFF;
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--text-main);
  transition: var(--transition);
}

.related-fruit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-light);
}

.related-fruit-card img {
  width: 70px;
  height: 70px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.related-fruit-card .related-fruit-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: var(--text-main);
}

.related-fruit-card .related-fruit-info span {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 600;
}

/* ==========================================================================
   INTERACTIVE PRODUCT PHOTO GALLERY & LIGHTBOX
   ========================================================================== */
.gallery-section {
  background: #FFFFFF;
  padding: 5rem 0;
  border-top: 1px solid var(--border-light);
}

.gallery-filter-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}

.filter-btn {
  background: var(--bg-light);
  color: var(--text-muted);
  border: 1px solid var(--border-light);
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-full);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: var(--transition);
}

.filter-btn:hover {
  background: #E5E7EB;
  color: var(--text-main);
}

.filter-btn.active {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(13, 92, 58, 0.25);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.gallery-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #1F2937;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-light);
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-thumb {
  transform: scale(1.06);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 21, 15, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  transform: scale(0.85);
  transition: transform 0.3s ease;
}

.gallery-card:hover .gallery-overlay-icon {
  transform: scale(1);
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox-modal.active {
  display: flex;
  opacity: 1;
}

.lightbox-dialog {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img-wrapper {
  max-width: 100%;
  max-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: var(--radius-sm);
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  object-fit: contain;
}

.lightbox-caption {
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
}

.lightbox-counter {
  color: var(--accent-gold);
  font-size: 0.85rem;
  margin-top: 0.35rem;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.lightbox-close:hover {
  background: rgba(255,255,255,0.3);
  transform: scale(1.1);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.lightbox-nav:hover {
  background: var(--primary);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev { left: 2rem; }
.lightbox-next { right: 2rem; }

@media (max-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .lightbox-prev { left: 0.75rem; }
  .lightbox-next { right: 0.75rem; }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}


