/* ============================================
   LiquaDry — Premium Artisan Botanical Powders
   High-quality, craft aesthetic with Utah heritage
   ============================================ */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Georgia", "Times New Roman", "Palatino Linotype", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1a2e23;
  background-color: #fafaf7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* --- Typography Helpers --- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #1a3c2a;
  color: #ffffff;
  border-color: #1a3c2a;
}

.btn-primary:hover {
  background-color: #0f2519;
  border-color: #0f2519;
}

.btn-outline {
  background-color: transparent;
  color: #1a3c2a;
  border-color: #1a3c2a;
}

.btn-outline:hover {
  background-color: #1a3c2a;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #1a3c2a;
  border-color: #ffffff;
}

.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.btn-outline-white {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #1a3c2a;
  border-color: #ffffff;
}

/* --- Section Tag --- */
.section-tag {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 16px;
}

/* --- Navigation --- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(250, 250, 247, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 46, 35, 0.06);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo-img {
  height: 38px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1a2e23;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #2d6a4f;
}

.nav-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background-color: #1a3c2a;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.nav-btn:hover {
  background-color: #0f2519;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1a2e23;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* --- Hero — Full-Width Cinematic --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(15, 37, 25, 0.55) 0%,
    rgba(15, 37, 25, 0.7) 50%,
    rgba(15, 37, 25, 0.8) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 120px 5% 80px;
}

.hero-tag {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-heading {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.hero-stat-number {
  font-family: "Georgia", serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.hero-stat-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* --- Trust Bar --- */
.trust-bar {
  background-color: #1a3c2a;
  padding: 18px 5%;
}

.trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

.trust-item svg {
  opacity: 0.6;
}

.cert-logo {
  height: 55px;
  width: auto;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  padding: 8px 10px;
  transition: transform 0.2s ease;
}

.cert-logo:hover {
  transform: scale(1.05);
}

/* --- Sections --- */
.section {
  padding: 120px 5%;
}

.section-white {
  background-color: #ffffff;
}

.section-light {
  background-color: #f5f5f0;
}

.section-why {
  background-image: linear-gradient(to bottom, rgba(245, 245, 240, 0.85), rgba(245, 245, 240, 0.85)), url('../images/20210624_195757.jpg');
  background-size: cover;
  background-position: center;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 72px;
}

.section-header-left {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 48px;
}

.section-header-desc {
  max-width: 400px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(26, 46, 35, 0.55);
  text-align: right;
}

.section-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #1a2e23;
  margin-bottom: 16px;
}

.section-subtitle {
  max-width: 560px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(26, 46, 35, 0.55);
}

/* --- Product Filters --- */
.product-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: rgba(26, 46, 35, 0.6);
  background-color: transparent;
  border: 1px solid rgba(26, 46, 35, 0.12);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  color: #1a3c2a;
  border-color: rgba(26, 46, 35, 0.3);
}

.filter-btn.active {
  background-color: #1a3c2a;
  color: #ffffff;
  border-color: #1a3c2a;
}

/* --- Products Grid --- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-card {
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(26, 46, 35, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(26, 46, 35, 0.12);
}

.product-card.hidden {
  display: none;
}

.product-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(26, 60, 42, 0.85);
  backdrop-filter: blur(4px);
  border-radius: 2px;
}

.product-info {
  padding: 24px;
}

.product-category {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 8px;
}

.product-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(26, 46, 35, 0.55);
  margin-bottom: 16px;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.product-tag {
  padding: 3px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2d6a4f;
  background-color: rgba(45, 106, 79, 0.08);
  border-radius: 2px;
}

.product-cta {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1a3c2a;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.product-cta:hover {
  color: #2d6a4f;
  letter-spacing: 1px;
}

/* --- Process Grid --- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.process-card {
  background-color: #f5f5f0;
  border-radius: 4px;
  padding: 48px 36px;
  border: 1px solid rgba(26, 46, 35, 0.06);
  transition: box-shadow 0.3s ease;
}

.process-card:hover {
  box-shadow: 0 8px 32px rgba(26, 46, 35, 0.06);
}

.process-card-harvest {
  background-image: linear-gradient(to bottom, rgba(245, 245, 240, 0.85), rgba(245, 245, 240, 0.85)), url('../images/20210624_195757.jpg');
  background-size: cover;
  background-position: center;
}

.process-card-drying {
  background-image: linear-gradient(to bottom, rgba(245, 245, 240, 0.85), rgba(245, 245, 240, 0.85)), url('../images/20240214_144213.jpg');
  background-size: cover;
  background-position: center;
}

.process-card-powder {
  background-image: linear-gradient(to bottom, rgba(245, 245, 240, 0.85), rgba(245, 245, 240, 0.85)), url('../images/DSC_0058.JPG');
  background-size: cover;
  background-position: center;
}

.process-number {
  font-family: "Georgia", serif;
  font-size: 56px;
  font-weight: 700;
  color: rgba(26, 60, 42, 0.25);
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

.process-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 12px;
}

.process-text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(26, 46, 35, 0.85);
}

/* --- Why Grid --- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.why-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background-color: #1a3c2a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.why-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 8px;
}

.why-item-text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(26, 46, 35, 0.55);
}

/* --- CTA Section --- */
.cta-section {
  position: relative;
  padding: 140px 5%;
  background-color: #1a3c2a;
  overflow: hidden;
  text-align: center;
}

.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.cta-heading {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 20px;
}

.cta-text {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* --- Footer --- */
.footer {
  background-color: #0f2519;
  padding: 80px 5% 0;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
}

.footer-logo-img {
  height: 36px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.4);
  max-width: 300px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.footer-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}

a.footer-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.3px;
}

/* ============================================
   Product Page Styles
   ============================================ */

/* --- Product Hero --- */
.product-hero {
  padding: 120px 5% 80px;
  background-color: #ffffff;
}

.product-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.product-hero-image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.product-hero-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.product-hero-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(26, 60, 42, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 2px;
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  color: rgba(26, 46, 35, 0.5);
}

.product-breadcrumb a {
  color: rgba(26, 46, 35, 0.5);
  transition: color 0.3s ease;
}

.product-breadcrumb a:hover {
  color: #2d6a4f;
}

.product-hero-category {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 12px;
}

.product-hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1a2e23;
  margin-bottom: 20px;
}

.product-hero-subtitle {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(26, 46, 35, 0.6);
  margin-bottom: 24px;
}

.product-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.product-hero-tag {
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2d6a4f;
  background-color: rgba(45, 106, 79, 0.08);
  border-radius: 2px;
}

.product-hero-actions {
  display: flex;
  gap: 12px;
}

/* --- Product Stats Bar --- */
.product-stats {
  background-color: #1a3c2a;
  padding: 24px 5%;
}

.product-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 64px;
}

.product-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.product-stat-value {
  font-family: "Georgia", serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.product-stat-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* --- Product Details Grid --- */
.product-details-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 64px;
  align-items: start;
}

.product-main {
  min-width: 0;
}

.product-section {
  margin-bottom: 56px;
}

.product-section:last-child {
  margin-bottom: 0;
}

.product-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(26, 46, 35, 0.08);
}

.product-section p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(26, 46, 35, 0.7);
  margin-bottom: 16px;
}

.product-section p:last-child {
  margin-bottom: 0;
}

/* --- Benefits Grid --- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.benefit-card {
  padding: 28px;
  background-color: #f5f5f0;
  border-radius: 4px;
  border: 1px solid rgba(26, 46, 35, 0.04);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  background-color: #1a3c2a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 16px;
}

.benefit-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 8px;
}

.benefit-card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(26, 46, 35, 0.6);
  margin-bottom: 0;
}

/* --- Nutrition Table --- */
.nutrition-table-wrap {
  overflow-x: auto;
}

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

.nutrition-table th,
.nutrition-table td {
  padding: 14px 16px;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
}

.nutrition-table th {
  background-color: #1a3c2a;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 11px;
}

.nutrition-table td {
  border-bottom: 1px solid rgba(26, 46, 35, 0.08);
  color: rgba(26, 46, 35, 0.8);
}

.nutrition-table tr:nth-child(even) td {
  background-color: rgba(245, 245, 240, 0.5);
}

.nutrition-table td:last-child {
  font-weight: 600;
  color: #1a2e23;
}

/* --- Applications List --- */
.applications-list {
  list-style: none;
  padding: 0;
}

.applications-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  font-size: 16px;
  color: rgba(26, 46, 35, 0.7);
  border-bottom: 1px solid rgba(26, 46, 35, 0.06);
}

.applications-list li:last-child {
  border-bottom: none;
}

.applications-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #2d6a4f;
  border-radius: 50%;
}

/* --- FAQ --- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  padding: 24px;
  background-color: #f5f5f0;
  border-radius: 4px;
  border: 1px solid rgba(26, 46, 35, 0.04);
}

.faq-question {
  font-size: 17px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 12px;
}

.faq-answer {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(26, 46, 35, 0.65);
  margin-bottom: 0;
}

/* --- Product Sidebar --- */
.product-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}

.sidebar-card {
  padding: 28px;
  background-color: #f5f5f0;
  border-radius: 4px;
  border: 1px solid rgba(26, 46, 35, 0.04);
}

.sidebar-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(26, 46, 35, 0.08);
}

.specs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spec-row dt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  color: rgba(26, 46, 35, 0.55);
}

.spec-row dd {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a2e23;
}

.cert-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cert-list li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  color: rgba(26, 46, 35, 0.7);
  padding-left: 20px;
  position: relative;
}

.cert-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #2d6a4f;
  border-radius: 2px;
}

.claims-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.claim-tag {
  padding: 4px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(26, 46, 35, 0.7);
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(26, 46, 35, 0.1);
  border-radius: 2px;
}

.sidebar-cta {
  background-color: #1a3c2a;
}

.sidebar-cta .sidebar-card-title {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.sidebar-cta p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.btn-block:last-child {
  margin-bottom: 0;
}

.sidebar-cta .btn-outline {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.3);
}

.sidebar-cta .btn-outline:hover {
  background-color: #ffffff;
  color: #1a3c2a;
  border-color: #ffffff;
}

/* --- Related Products --- */
.related-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.related-product-card {
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(26, 46, 35, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 46, 35, 0.1);
}

.related-product-image {
  height: 180px;
  overflow: hidden;
}

.related-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.related-product-card:hover .related-product-image img {
  transform: scale(1.05);
}

.related-product-info {
  padding: 20px;
}

.related-product-category {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 6px;
}

.related-product-name {
  font-size: 17px;
  font-weight: 700;
  color: #1a2e23;
  line-height: 1.3;
}

/* ============================================
   Responsive
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
  .hero-heading {
    font-size: 44px;
  }

  .hero-stats {
    gap: 32px;
  }

  .hero-stat-number {
    font-size: 26px;
  }

  .section-header-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .section-header-desc {
    text-align: left;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .section-title {
    font-size: 36px;
  }

  .cta-heading {
    font-size: 36px;
  }

  .section {
    padding: 80px 5%;
  }
}

/* Tablet - Product Pages */
@media (max-width: 1024px) {
  .product-hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-hero-img {
    height: 400px;
  }

  .product-hero-title {
    font-size: 38px;
  }

  .product-stats-inner {
    gap: 40px;
    flex-wrap: wrap;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .product-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sidebar-cta {
    grid-column: span 2;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .related-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #fafaf7;
    flex-direction: column;
    padding: 100px 32px 32px;
    gap: 24px;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.08);
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .nav-links.active {
    right: 0;
  }

  .hero {
    min-height: 90vh;
  }

  .hero-content {
    padding: 100px 5% 60px;
  }

  .hero-heading {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }

  .hero-stats {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  .hero-stat-number {
    font-size: 24px;
  }

  .trust-bar-inner {
    gap: 20px;
  }

  .trust-item {
    font-size: 11px;
  }

  .section {
    padding: 60px 5%;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .product-filters {
    gap: 6px;
  }

  .filter-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .cta-section {
    padding: 80px 5%;
  }

  .cta-heading {
    font-size: 28px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* Mobile - Product Pages */
  .product-hero {
    padding: 100px 5% 48px;
  }

  .product-hero-img {
    height: 280px;
  }

  .product-hero-title {
    font-size: 28px;
  }

  .product-hero-subtitle {
    font-size: 15px;
  }

  .product-hero-actions {
    flex-direction: column;
  }

  .product-stats-inner {
    gap: 24px;
  }

  .product-stat-value {
    font-size: 22px;
  }

  .product-section-title {
    font-size: 22px;
  }

  .product-sidebar {
    grid-template-columns: 1fr;
  }

  .sidebar-cta {
    grid-column: span 1;
  }

  .related-products-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Contact Page
   ============================================ */

.contact-hero {
  padding: 140px 5% 60px;
  background-color: #f5f5f0;
}

.contact-hero-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 16px;
  line-height: 1.1;
}

.contact-hero-subtitle {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(26, 46, 35, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
}

.contact-form-container {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 4px;
  border: 1px solid rgba(26, 46, 35, 0.06);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-section {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(26, 46, 35, 0.08);
}

.form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.form-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a2e23;
  margin-bottom: 20px;
}

.form-section-desc {
  font-size: 14px;
  color: rgba(26, 46, 35, 0.65);
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-label {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a2e23;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.required {
  color: #c53030;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: #1a2e23;
  background-color: #fafaf7;
  border: 1px solid rgba(26, 46, 35, 0.15);
  border-radius: 4px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #1a3c2a;
  box-shadow: 0 0 0 3px rgba(26, 60, 42, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(26, 46, 35, 0.4);
}

.form-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a2e23' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* Product Checkboxes */
.product-category-group {
  margin-bottom: 24px;
}

.product-category-group:last-child {
  margin-bottom: 0;
}

.product-category-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(26, 46, 35, 0.5);
  margin-bottom: 12px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #1a2e23;
  padding: 10px 12px;
  background-color: #fafaf7;
  border: 1px solid rgba(26, 46, 35, 0.1);
  border-radius: 4px;
  transition: all 0.2s ease;
}

.checkbox-label:hover {
  background-color: #f0f0eb;
  border-color: rgba(26, 46, 35, 0.2);
}

.checkbox-label input[type="checkbox"] {
  display: none;
}

.checkbox-custom {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(26, 46, 35, 0.3);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
  background-color: #1a3c2a;
  border-color: #1a3c2a;
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.checkbox-label input[type="checkbox"]:checked ~ * {
  color: #1a3c2a;
  font-weight: 500;
}

.checkbox-consent {
  background-color: transparent;
  border: none;
  padding: 0;
}

.checkbox-consent:hover {
  background-color: transparent;
}

.btn-large {
  padding: 18px 48px;
  font-size: 15px;
}

/* Contact Sidebar */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info-item svg {
  color: #1a3c2a;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info-item strong {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(26, 46, 35, 0.5);
  margin-bottom: 4px;
}

.contact-info-item p {
  font-size: 15px;
  color: #1a2e23;
  margin: 0;
}

.contact-info-item a {
  color: #1a3c2a;
}

.contact-info-item a:hover {
  text-decoration: underline;
}

.why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #1a2e23;
}

.why-list svg {
  color: #2d6a4f;
  flex-shrink: 0;
}

/* Contact Page Responsive */
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contact-sidebar .sidebar-cta {
    grid-column: span 2;
  }

  .contact-hero-title {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .contact-hero {
    padding: 120px 5% 48px;
  }

  .contact-hero-title {
    font-size: 32px;
  }

  .contact-form-container {
    padding: 28px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .contact-sidebar {
    grid-template-columns: 1fr;
  }

  .contact-sidebar .sidebar-cta {
    grid-column: span 1;
  }
}
