/* ============================
   786 HALAL US MEAT — STYLES
   Warm green, friendly, lively
============================ */

:root {
  --green-deep: #1f4d2c;
  --green-rich: #2c6e3f;
  --green-leaf: #3d8b54;
  --green-soft: #e7f1ea;
  --green-mist: #f4f9f5;
  --gold: #2d7ea3;       /* blue accent (renamed for compatibility) */
  --gold-soft: #c8e1ee;  /* light blue accent */
  --blue-deep: #1a5d7f;
  --cream: #f7faf8;
  --ink: #1a2520;
  --ink-soft: #4a5a52;
  --line: #d8e3da;
  --white: #ffffff;
  --shadow-sm: 0 4px 14px rgba(31,77,44,0.08);
  --shadow-md: 0 10px 30px rgba(31,77,44,0.12);
  --shadow-lg: 0 20px 55px rgba(31,77,44,0.18);
  --radius: 14px;
  --radius-lg: 22px;
  --max: 1200px;
  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-body: 'Manrope', 'Nunito', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--green-rich); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--green-deep);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.3rem; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ============================
   TOP BAR
============================ */
.topbar {
  background: var(--green-deep);
  color: var(--white);
  font-size: 0.85rem;
  padding: 8px 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar a { color: var(--gold-soft); }
.topbar a:hover { color: var(--white); }
.topbar-info { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-info span { display: inline-flex; align-items: center; gap: 6px; }

/* ============================
   HEADER / NAV
============================ */
.header {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  height: 56px;
  width: auto;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.brand-mark img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.brand-mark .light-only { display: block; }
.brand-mark .dark-only { display: none; }
html[data-theme="dark"] .brand-mark .light-only { display: none; }
html[data-theme="dark"] .brand-mark .dark-only { display: block; }
.brand-text { line-height: 1.1; }
.brand-text .name {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--green-deep);
  font-size: 1.25rem;
}
.brand-text .tag {
  font-size: 0.75rem;
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 6px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  color: var(--ink);
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.95rem;
}
.nav-links a:hover,
.nav-links a.active {
  background: var(--green-soft);
  color: var(--green-deep);
}
.nav-cta {
  background: var(--green-rich);
  color: var(--white) !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
}
.nav-cta:hover { background: var(--green-deep); color: var(--white) !important; }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  color: var(--green-deep);
}

/* ============================
   HERO
============================ */
.hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(31,77,44,0.92) 0%, rgba(44,110,63,0.78) 55%, rgba(61,139,84,0.55) 100%),
    url('images/hero-collage.jpg') center/cover;
  color: var(--white);
  padding: 80px 0;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(200,147,42,0.18), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(231,241,234,0.15), transparent 45%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; max-width: 900px; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
}
.hero-eyebrow .dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(200,147,42,0.3);
}
.hero h1 {
  color: var(--white);
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-soft);
  font-weight: 400;
}
.hero p {
  font-size: 1.15rem;
  max-width: 620px;
  margin-bottom: 32px;
  opacity: 0.95;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: all .25s ease;
  text-decoration: none;
}
.btn-primary {
  background: var(--gold);
  color: var(--green-deep);
}
.btn-primary:hover { background: var(--white); color: var(--green-deep); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.55);
}
.btn-ghost:hover { background: var(--white); color: var(--green-deep); }

.btn-green {
  background: var(--green-rich);
  color: var(--white);
}
.btn-green:hover { background: var(--green-deep); transform: translateY(-2px); }

.btn-outline {
  background: transparent;
  color: var(--green-deep);
  border: 2px solid var(--green-rich);
}
.btn-outline:hover { background: var(--green-rich); color: var(--white); }

/* ============================
   SECTIONS
============================ */
section { padding: 80px 0; }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.section-head .eyebrow {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 14px;
}
.section-head h2 { margin-bottom: 14px; }
.section-head p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

/* ============================
   FEATURES STRIP
============================ */
.features {
  background: var(--white);
  padding: 60px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}
.feature {
  text-align: center;
  padding: 10px;
}
.feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background: var(--green-soft);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  color: var(--green-rich);
  border: 2px solid var(--green-leaf);
}
.feature h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: var(--green-deep);
}
.feature p {
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* ============================
   ABOUT PREVIEW
============================ */
.about-preview {
  background: var(--green-mist);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(31,77,44,0.45));
}
.about-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--gold);
  color: var(--green-deep);
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 2;
  box-shadow: var(--shadow-md);
}
.about-text .eyebrow {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 14px;
}
.about-text h2 { margin-bottom: 20px; }
.about-text p {
  color: var(--ink-soft);
  margin-bottom: 16px;
  font-size: 1.02rem;
}
.about-list {
  list-style: none;
  margin: 24px 0;
}
.about-list li {
  padding: 10px 0 10px 32px;
  position: relative;
  color: var(--ink);
  font-weight: 600;
}
.about-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  background: var(--green-rich);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 900;
}

/* ============================
   PRODUCT CATEGORIES
============================ */
.categories {
  background: var(--cream);
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.cat-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
  border: 1px solid var(--line);
}
.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.cat-img {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.cat-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.cat-card:hover .cat-img img { transform: scale(1.08); }
.cat-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(31,77,44,0.55));
}
.cat-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gold);
  color: var(--green-deep);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 2;
}
.cat-body { padding: 24px 26px 28px; }
.cat-body h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}
.cat-body p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin-bottom: 16px;
}
.cat-body .arrow {
  color: var(--green-rich);
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cat-body .arrow:hover { color: var(--gold); }

/* ============================
   CTA BANNER
============================ */
.cta-banner {
  background:
    linear-gradient(120deg, rgba(31,77,44,0.95), rgba(44,110,63,0.92)),
    url('https://images.unsplash.com/photo-1551649446-7c1b8264f86c?auto=format&fit=crop&w=1600&q=80') center/cover fixed;
  color: var(--white);
  text-align: center;
  padding: 90px 0;
  position: relative;
}
.cta-banner h2 {
  color: var(--white);
  margin-bottom: 16px;
}
.cta-banner p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 30px;
  opacity: 0.95;
}

/* ============================
   PRODUCTS PAGE — list grid
============================ */
.tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.tab {
  padding: 11px 26px;
  border-radius: 999px;
  background: var(--white);
  border: 2px solid var(--line);
  font-weight: 600;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: all .2s ease;
}
.tab:hover { border-color: var(--green-leaf); color: var(--green-deep); }
.tab.active {
  background: var(--green-rich);
  color: var(--white);
  border-color: var(--green-rich);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
}
.product-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.product-img {
  height: 200px;
  background: var(--green-soft);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.product-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.product-card:hover .product-img img { transform: scale(1.06); }
.product-body {
  padding: 16px 18px;
  text-align: center;
}
.product-body h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--green-deep);
  margin: 0;
  line-height: 1.3;
}

.hidden { display: none !important; }

/* ============================
   ABOUT PAGE
============================ */
.page-hero {
  background:
    linear-gradient(120deg, rgba(31,77,44,0.88), rgba(44,110,63,0.72)),
    url('https://images.unsplash.com/photo-1605177659253-92b5d92c70eb?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: var(--white);
  padding: 100px 0 80px;
  text-align: center;
}
.page-hero h1 {
  color: var(--white);
  margin-bottom: 14px;
}
.page-hero p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.1rem;
  opacity: 0.95;
}
.crumbs {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: rgba(255,255,255,0.12);
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 0.82rem;
  margin-bottom: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.crumbs a { color: var(--gold-soft); }
.crumbs span { opacity: 0.7; }

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.story-text h2 { margin-bottom: 22px; }
.story-text p { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.02rem; }
.story-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
}
.story-img img { width: 100%; height: 100%; object-fit: cover; }

.values {
  background: var(--green-mist);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}
.value-card {
  background: var(--white);
  padding: 32px 26px;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease;
}
.value-card:hover { transform: translateY(-5px); }
.value-card .v-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-rich);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  margin: 0 auto 18px;
  border: 2px solid var(--green-leaf);
}
.value-card h3 { margin-bottom: 10px; color: var(--green-deep); }
.value-card p { color: var(--ink-soft); font-size: 0.95rem; }

.stats {
  background: var(--green-deep);
  color: var(--white);
  padding: 70px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  text-align: center;
}
.stat .num {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--gold);
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.stat .lbl {
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* ============================
   CONTACT PAGE
============================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}
.contact-info h2 { margin-bottom: 16px; }
.contact-info > p { color: var(--ink-soft); margin-bottom: 30px; }
.info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.info-card .ic {
  flex: 0 0 48px;
  width: 48px; height: 48px;
  background: var(--green-soft);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green-rich);
  font-size: 1.1rem;
  font-weight: 700;
  border: 2px solid var(--green-leaf);
}
.info-card h4 {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--green-deep);
  margin-bottom: 4px;
  font-size: 1.02rem;
}
.info-card p, .info-card a { color: var(--ink-soft); font-size: 0.95rem; }

.contact-form {
  background: var(--white);
  padding: 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.contact-form h3 {
  margin-bottom: 6px;
  font-size: 1.5rem;
}
.contact-form .sub { color: var(--ink-soft); margin-bottom: 24px; font-size: 0.95rem; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--green-deep);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--green-mist);
  transition: border-color .2s ease, background .2s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green-rich);
  background: var(--white);
}
.form-group textarea { min-height: 120px; resize: vertical; }

.form-success {
  display: none;
  background: var(--green-soft);
  color: var(--green-deep);
  padding: 14px 18px;
  border-radius: 10px;
  margin-top: 14px;
  font-weight: 600;
  border-left: 4px solid var(--green-rich);
}
.form-success.show { display: block; }

/* ============================
   FOOTER
============================ */
.footer {
  background: var(--green-deep);
  color: var(--green-soft);
  padding: 70px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer h4 {
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer p { color: var(--green-soft); font-size: 0.95rem; opacity: 0.85; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a {
  color: var(--green-soft);
  opacity: 0.85;
  font-size: 0.95rem;
}
.footer ul a:hover { color: var(--gold); opacity: 1; }
.footer .brand-text .name { color: var(--white); }
.footer .brand-text .tag { color: var(--gold-soft); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  opacity: 0.75;
  flex-wrap: wrap;
  gap: 10px;
}

.socials { display: flex; gap: 10px; margin-top: 14px; }
.socials a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 0.9rem;
}
.socials a:hover { background: var(--gold); color: var(--green-deep); }

/* ============================
   ANIMATIONS
============================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow, .hero h1, .hero p, .hero-actions {
  animation: fadeUp .8s ease both;
}
.hero h1 { animation-delay: .1s; }
.hero p { animation-delay: .25s; }
.hero-actions { animation-delay: .4s; }

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 900px) {
  .about-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 18px 24px;
    box-shadow: var(--shadow-md);
    gap: 4px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 16px; width: 100%; }
  .menu-toggle { display: block; }
  .header { position: relative; }
  section { padding: 60px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
  .stat .num { font-size: 2.4rem; }
}

/* ============================
   CONTACT CHANNEL CARDS
============================ */
.channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.channel-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  text-align: center;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.channel-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.channel-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--green-rich);
}
.channel-card.whatsapp::before { background: #25D366; }
.channel-card.facebook::before { background: #1877F2; }
.channel-card.phone::before { background: var(--green-rich); }
.channel-card.email::before { background: var(--blue-deep); }
.channel-card.sms::before { background: #7c3aed; }

.channel-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--white);
  font-family: var(--font-display);
}
.channel-card.whatsapp .channel-icon { background: #25D366; }
.channel-card.facebook .channel-icon { background: #1877F2; }
.channel-card.phone .channel-icon { background: var(--green-rich); }
.channel-card.email .channel-icon { background: var(--blue-deep); }
.channel-card.sms .channel-icon { background: #7c3aed; }

.channel-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: var(--green-deep);
}
.channel-card p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-bottom: 16px;
  line-height: 1.5;
  flex: 1;
}
.channel-card .channel-value {
  font-weight: 700;
  color: var(--green-deep);
  font-size: 1rem;
  margin-bottom: 16px;
  word-break: break-word;
}
.channel-btn {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--white);
  transition: all .25s ease;
  margin-top: auto;
}
.channel-card.whatsapp .channel-btn { background: #25D366; }
.channel-card.whatsapp .channel-btn:hover { background: #1ebd5a; color: var(--white); transform: translateY(-2px); }
.channel-card.facebook .channel-btn { background: #1877F2; }
.channel-card.facebook .channel-btn:hover { background: #156fd9; color: var(--white); transform: translateY(-2px); }
.channel-card.phone .channel-btn { background: var(--green-rich); }
.channel-card.phone .channel-btn:hover { background: var(--green-deep); color: var(--white); transform: translateY(-2px); }
.channel-card.email .channel-btn { background: var(--blue-deep); }
.channel-card.email .channel-btn:hover { background: #134d6a; color: var(--white); transform: translateY(-2px); }
.channel-card.sms .channel-btn { background: #7c3aed; }
.channel-card.sms .channel-btn:hover { background: #6d28d9; color: var(--white); transform: translateY(-2px); }

/* Featured card stands out — defaults to brand green (for phone), overridable per channel */
.channel-card.featured {
  background: linear-gradient(135deg, var(--green-rich) 0%, var(--green-deep) 100%);
  color: var(--white);
}
.channel-card.featured.whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}
.channel-card.featured.facebook {
  background: linear-gradient(135deg, #1877F2 0%, #0e5cbe 100%);
}
.channel-card.featured.email {
  background: linear-gradient(135deg, var(--gold) 0%, var(--blue-deep) 100%);
}
.channel-card.featured.sms {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
}
.channel-card.featured h3,
.channel-card.featured .channel-value { color: var(--white); }
.channel-card.featured p { color: rgba(255,255,255,0.92); }
.channel-card.featured::before { display: none; }

.channel-card.featured .channel-icon {
  background: var(--white);
  color: var(--green-rich);
}
.channel-card.featured.whatsapp .channel-icon { color: #25D366; }
.channel-card.featured.facebook .channel-icon { color: #1877F2; }
.channel-card.featured.email .channel-icon { color: var(--blue-deep); }
.channel-card.featured.sms .channel-icon { color: #7c3aed; }

.channel-card.featured .channel-btn {
  background: var(--white);
  color: var(--green-deep);
}
.channel-card.featured.whatsapp .channel-btn { color: #128C7E; }
.channel-card.featured.facebook .channel-btn { color: #0e5cbe; }
.channel-card.featured.email .channel-btn { color: var(--blue-deep); }
.channel-card.featured.sms .channel-btn { color: #6d28d9; }
.channel-card.featured .channel-btn:hover {
  background: var(--gold);
  color: var(--white);
}

.channel-card.featured .ribbon {
  position: absolute;
  top: 14px;
  right: -34px;
  background: var(--gold);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 40px;
  transform: rotate(35deg);
}

/* Price inquiry banner */
.price-banner {
  background: var(--green-mist);
  border: 2px dashed var(--green-leaf);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.price-banner .pb-icon {
  width: 70px;
  height: 70px;
  background: var(--gold);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 800;
  flex-shrink: 0;
}
.price-banner .pb-text { flex: 1; min-width: 250px; }
.price-banner h3 {
  font-size: 1.3rem;
  margin-bottom: 6px;
  color: var(--green-deep);
}
.price-banner p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin: 0;
}
.price-banner .btn {
  white-space: nowrap;
}

/* Address card */
.address-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
}
.address-card .ac-icon {
  width: 70px;
  height: 70px;
  background: var(--green-rich);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
}
.address-card h3 {
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: var(--green-deep);
}
.address-card p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 0.95rem;
}
@media (max-width: 700px) {
  .address-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .address-card .ac-icon { margin: 0 auto; }
}

/* Hours strip */
.hours-strip {
  background: var(--green-deep);
  color: var(--white);
  padding: 28px 36px;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  align-items: center;
}
.hours-strip .hs-icon {
  width: 60px;
  height: 60px;
  background: var(--gold);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}
.hours-strip h3 {
  font-size: 1.15rem;
  margin-bottom: 4px;
  color: var(--white);
}
.hours-strip p {
  color: rgba(255,255,255,0.9);
  margin: 0;
  font-size: 0.95rem;
}

/* ============================
   DARK MODE
   Activates when <html data-theme="dark">
============================ */
html[data-theme="dark"] {
  --green-deep: #0d1f15;
  --green-rich: #1a3a25;
  --green-leaf: #4caf6d;
  --green-soft: #1f3328;
  --green-mist: #162820;
  --gold: #4fa9d1;
  --gold-soft: #a3d4ec;
  --blue-deep: #2d7ea3;
  --cream: #0a1410;
  --ink: #ffffff;
  --ink-soft: #e8eee9;
  --line: #2a4434;
  --white: #1a2a22;
  --shadow-sm: 0 4px 14px rgba(0,0,0,0.4);
  --shadow-md: 0 10px 30px rgba(0,0,0,0.5);
  --shadow-lg: 0 20px 55px rgba(0,0,0,0.6);
}

/* Smooth transitions when toggling */
html, body, .header, .topbar, .footer, section, .cat-card, .product-card,
.value-card, .channel-card, .contact-form, .info-card, .address-card,
.hours-strip, .price-banner, .tab, .form-group input, .form-group select,
.form-group textarea {
  transition: background-color .35s ease, color .35s ease, border-color .35s ease;
}

/* Headings stay readable in dark mode */
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4 {
  color: var(--ink);
}

/* Stats/banners that have dark backgrounds in light mode need fine-tuning in dark mode */
html[data-theme="dark"] .stats {
  background: #050a08;
}
html[data-theme="dark"] .footer {
  background: #050a08;
}
html[data-theme="dark"] .topbar {
  background: #050a08;
}
html[data-theme="dark"] .hours-strip {
  background: #050a08;
}

/* Brand mark - logo image displays natively, no background needed */

/* Form fields in dark mode */
html[data-theme="dark"] .form-group input,
html[data-theme="dark"] .form-group select,
html[data-theme="dark"] .form-group textarea {
  background: var(--green-soft);
  color: var(--ink);
  border-color: var(--line);
}
html[data-theme="dark"] .form-group input:focus,
html[data-theme="dark"] .form-group select:focus,
html[data-theme="dark"] .form-group textarea:focus {
  background: var(--white);
  border-color: var(--green-leaf);
}
html[data-theme="dark"] .form-group label {
  color: var(--gold-soft);
}

/* Primary CTA buttons need readable text on the bright accent */
html[data-theme="dark"] .btn-primary {
  background: var(--gold);
  color: #0a1410;
}
html[data-theme="dark"] .btn-primary:hover {
  background: var(--gold-soft);
  color: #0a1410;
}
html[data-theme="dark"] .nav-cta {
  background: var(--green-leaf);
  color: #0a1410 !important;
}
html[data-theme="dark"] .nav-cta:hover {
  background: #6dc587;
  color: #0a1410 !important;
}
html[data-theme="dark"] .btn-green {
  background: var(--green-leaf);
  color: #0a1410;
}
html[data-theme="dark"] .btn-green:hover {
  background: #6dc587;
  color: #0a1410;
}
html[data-theme="dark"] .btn-outline {
  border-color: var(--green-leaf);
  color: var(--green-leaf);
}
html[data-theme="dark"] .btn-outline:hover {
  background: var(--green-leaf);
  color: #0a1410;
}
html[data-theme="dark"] .channel-btn,
html[data-theme="dark"] .about-badge,
html[data-theme="dark"] .cat-tag,
html[data-theme="dark"] .product-badge {
  color: #0a1410;
}

/* Featured channel cards (SMS, etc) keep their own color identity in dark too */
html[data-theme="dark"] .channel-card.featured h3,
html[data-theme="dark"] .channel-card.featured .channel-value {
  color: #ffffff;
}

/* Hero gradients - re-tint slightly for dark */
html[data-theme="dark"] .hero {
  background:
    linear-gradient(120deg, rgba(10,20,16,0.92) 0%, rgba(26,58,37,0.82) 55%, rgba(13,31,21,0.7) 100%),
    url('images/hero-collage.jpg') center/cover;
}
html[data-theme="dark"] .page-hero {
  background:
    linear-gradient(120deg, rgba(10,20,16,0.88), rgba(26,58,37,0.72)),
    url('https://images.unsplash.com/photo-1605177659253-92b5d92c70eb?auto=format&fit=crop&w=1600&q=80') center/cover;
}
html[data-theme="dark"] .cta-banner {
  background:
    linear-gradient(120deg, rgba(10,20,16,0.95), rgba(26,58,37,0.9)),
    url('https://images.unsplash.com/photo-1551649446-7c1b8264f86c?auto=format&fit=crop&w=1600&q=80') center/cover fixed;
}

/* ============================
   THEME TOGGLE BUTTON
============================ */
.theme-toggle {
  background: var(--green-soft);
  border: 1.5px solid var(--line);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--green-deep);
  transition: all .25s ease;
  margin-left: 6px;
}
.theme-toggle:hover {
  background: var(--green-rich);
  color: var(--white);
  transform: rotate(15deg);
}
html[data-theme="dark"] .theme-toggle {
  background: var(--green-soft);
  color: var(--gold);
  border-color: var(--line);
}
html[data-theme="dark"] .theme-toggle:hover {
  background: var(--green-rich);
  color: var(--gold-soft);
}
.theme-toggle .sun { display: none; }
.theme-toggle .moon { display: block; }
html[data-theme="dark"] .theme-toggle .sun { display: block; }
html[data-theme="dark"] .theme-toggle .moon { display: none; }

@media (max-width: 900px) {
  .theme-toggle {
    margin-left: auto;
    margin-right: 12px;
  }
}

/* ============================
   HOW TO ORDER STEPS
============================ */
.order-steps {
  background: var(--green-mist);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  margin-bottom: 50px;
  border: 1px solid var(--line);
}
.order-steps-head {
  text-align: center;
  margin-bottom: 32px;
}
.order-steps-head .eyebrow {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  display: block;
  margin-bottom: 10px;
}
.order-steps-head h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: var(--green-deep);
}
.order-steps-head p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  max-width: 560px;
  margin: 0 auto;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}
.step-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px 22px;
  position: relative;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.step-num {
  position: absolute;
  top: -14px;
  left: 22px;
  width: 32px;
  height: 32px;
  background: var(--green-rich);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: var(--shadow-sm);
}
.step-card h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--green-deep);
  margin: 8px 0 8px;
}
.step-card p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

/* ============================
   TOPBAR QUICK ORDER BADGE
============================ */
.quick-order-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: var(--green-deep) !important;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all .2s ease;
  text-decoration: none;
}
.quick-order-badge:hover {
  background: var(--green-leaf);
  color: var(--white) !important;
  transform: translateX(2px);
}
.quick-order-badge .arrow {
  font-size: 0.95rem;
  line-height: 1;
}
html[data-theme="dark"] .quick-order-badge {
  background: var(--gold);
  color: #0a1410 !important;
}
html[data-theme="dark"] .quick-order-badge:hover {
  background: var(--gold-soft);
  color: #0a1410 !important;
}

/* ============================
   DARK MODE TEXT VISIBILITY FIX
   Forces every text element to be readable white
============================ */
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
  color: #ffffff !important;
}

html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] span,
html[data-theme="dark"] label {
  color: var(--ink) !important;
}

/* Soft / secondary text — slightly off-white but still very readable */
html[data-theme="dark"] .feature p,
html[data-theme="dark"] .cat-body p,
html[data-theme="dark"] .value-card p,
html[data-theme="dark"] .product-body p,
html[data-theme="dark"] .step-card p,
html[data-theme="dark"] .info-card p,
html[data-theme="dark"] .channel-card p,
html[data-theme="dark"] .footer p,
html[data-theme="dark"] .footer ul a,
html[data-theme="dark"] .footer-bottom,
html[data-theme="dark"] .section-head p,
html[data-theme="dark"] .about-text p,
html[data-theme="dark"] .story-text p,
html[data-theme="dark"] .contact-info > p,
html[data-theme="dark"] .contact-form .sub,
html[data-theme="dark"] .topbar,
html[data-theme="dark"] .topbar span,
html[data-theme="dark"] .topbar a,
html[data-theme="dark"] .brand-text .name,
html[data-theme="dark"] .brand-text .tag {
  color: var(--ink-soft) !important;
}

/* Brand name should be pure white for prominence */
html[data-theme="dark"] .brand-text .name {
  color: #ffffff !important;
}

/* Top bar links (phone, email) - bright */
html[data-theme="dark"] .topbar a:not(.quick-order-badge) {
  color: var(--gold-soft) !important;
}
html[data-theme="dark"] .topbar a:not(.quick-order-badge):hover {
  color: #ffffff !important;
}

/* Nav links - white in dark mode */
html[data-theme="dark"] .nav-links a:not(.nav-cta) {
  color: #ffffff !important;
}
html[data-theme="dark"] .nav-links a.active,
html[data-theme="dark"] .nav-links a:hover {
  color: var(--green-leaf) !important;
}

/* Feature h3, value card h3, step card h4, product h4, channel card h3, etc. */
html[data-theme="dark"] .feature h3,
html[data-theme="dark"] .cat-body h3,
html[data-theme="dark"] .value-card h3,
html[data-theme="dark"] .product-body h4,
html[data-theme="dark"] .step-card h4,
html[data-theme="dark"] .info-card h4,
html[data-theme="dark"] .channel-card h3,
html[data-theme="dark"] .address-card h3,
html[data-theme="dark"] .hours-strip h3,
html[data-theme="dark"] .price-banner h3,
html[data-theme="dark"] .order-steps-head h3,
html[data-theme="dark"] .contact-form h3 {
  color: #ffffff !important;
}

/* Channel value (phone numbers, email addresses) - white */
html[data-theme="dark"] .channel-value {
  color: #ffffff !important;
}

/* Tabs (filter buttons) */
html[data-theme="dark"] .tab {
  color: var(--ink) !important;
  background: var(--green-soft);
  border-color: var(--line);
}
html[data-theme="dark"] .tab:hover {
  color: #ffffff !important;
  border-color: var(--green-leaf);
}
html[data-theme="dark"] .tab.active {
  color: #ffffff !important;
  background: var(--green-leaf);
  border-color: var(--green-leaf);
}

/* Eyebrows (small uppercase labels) - blue/gold accent */
html[data-theme="dark"] .eyebrow,
html[data-theme="dark"] .section-head .eyebrow,
html[data-theme="dark"] .order-steps-head .eyebrow {
  color: var(--gold) !important;
}

/* Crumbs (breadcrumbs) on page-hero */
html[data-theme="dark"] .crumbs,
html[data-theme="dark"] .crumbs span,
html[data-theme="dark"] .crumbs a {
  color: var(--gold-soft) !important;
}

/* Hero text */
html[data-theme="dark"] .hero h1,
html[data-theme="dark"] .hero p,
html[data-theme="dark"] .hero-eyebrow,
html[data-theme="dark"] .page-hero h1,
html[data-theme="dark"] .page-hero p,
html[data-theme="dark"] .cta-banner h2,
html[data-theme="dark"] .cta-banner p {
  color: #ffffff !important;
}
html[data-theme="dark"] .hero h1 em,
html[data-theme="dark"] .page-hero h1 em {
  color: var(--gold) !important;
}

/* About list items (checkmarks) */
html[data-theme="dark"] .about-list li {
  color: #ffffff !important;
}

/* Stats numbers and labels */
html[data-theme="dark"] .stat .num {
  color: var(--gold) !important;
}
html[data-theme="dark"] .stat .lbl {
  color: #ffffff !important;
}

/* Product meta tags */
html[data-theme="dark"] .product-meta span {
  color: #ffffff !important;
  background: var(--green-rich);
}

/* Arrow links on category cards */
html[data-theme="dark"] .cat-body .arrow {
  color: var(--green-leaf) !important;
}
html[data-theme="dark"] .cat-body .arrow:hover {
  color: var(--gold) !important;
}

/* ============================
   DARK MODE - COMPREHENSIVE TEXT READABILITY
   Force all text to white/light shades for proper readability
============================ */

/* Universal: every body text element should use light colors */
html[data-theme="dark"] body,
html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] span,
html[data-theme="dark"] label,
html[data-theme="dark"] div {
  color: var(--ink);
}

/* Headings always white */
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
  color: #ffffff !important;
}

/* Eyebrows (small uppercase labels) */
html[data-theme="dark"] .eyebrow,
html[data-theme="dark"] .section-head .eyebrow,
html[data-theme="dark"] .about-text .eyebrow,
html[data-theme="dark"] .order-steps-head .eyebrow {
  color: var(--gold-soft) !important;
}

/* Secondary / smaller paragraph text */
html[data-theme="dark"] .section-head p,
html[data-theme="dark"] .feature p,
html[data-theme="dark"] .cat-body p,
html[data-theme="dark"] .value-card p,
html[data-theme="dark"] .step-card p,
html[data-theme="dark"] .info-card p,
html[data-theme="dark"] .about-text p,
html[data-theme="dark"] .story-text p,
html[data-theme="dark"] .channel-card p,
html[data-theme="dark"] .price-banner p,
html[data-theme="dark"] .address-card p,
html[data-theme="dark"] .hours-strip p,
html[data-theme="dark"] .order-steps-head p,
html[data-theme="dark"] .contact-form .sub {
  color: var(--ink-soft) !important;
}

/* Feature headings and small headings */
html[data-theme="dark"] .feature h3,
html[data-theme="dark"] .cat-body h3,
html[data-theme="dark"] .value-card h3,
html[data-theme="dark"] .step-card h4,
html[data-theme="dark"] .info-card h4,
html[data-theme="dark"] .channel-card h3,
html[data-theme="dark"] .price-banner h3,
html[data-theme="dark"] .address-card h3,
html[data-theme="dark"] .hours-strip h3,
html[data-theme="dark"] .order-steps-head h3,
html[data-theme="dark"] .product-body h4,
html[data-theme="dark"] .brand-text .name,
html[data-theme="dark"] .footer h4 {
  color: #ffffff !important;
}

/* Brand tag (small uppercase under logo) */
html[data-theme="dark"] .brand-text .tag {
  color: var(--gold-soft) !important;
}

/* Top bar text */
html[data-theme="dark"] .topbar,
html[data-theme="dark"] .topbar span,
html[data-theme="dark"] .topbar a {
  color: var(--ink) !important;
}
html[data-theme="dark"] .topbar a:hover {
  color: var(--gold-soft) !important;
}

/* Nav links */
html[data-theme="dark"] .nav-links a {
  color: var(--ink) !important;
}
html[data-theme="dark"] .nav-links a:hover,
html[data-theme="dark"] .nav-links a.active {
  color: var(--gold-soft) !important;
  background: var(--green-soft);
}

/* Crumbs in page hero */
html[data-theme="dark"] .crumbs,
html[data-theme="dark"] .crumbs a,
html[data-theme="dark"] .crumbs span {
  color: var(--ink) !important;
}
html[data-theme="dark"] .crumbs a {
  color: var(--gold-soft) !important;
}

/* About list checkmark items - text */
html[data-theme="dark"] .about-list li {
  color: #ffffff !important;
}

/* Tabs (product filter buttons) */
html[data-theme="dark"] .tab {
  background: var(--white);
  color: var(--ink) !important;
  border-color: var(--line);
}
html[data-theme="dark"] .tab:hover {
  color: var(--gold-soft) !important;
  border-color: var(--green-leaf);
}
html[data-theme="dark"] .tab.active {
  background: var(--green-leaf);
  color: #0a1410 !important;
  border-color: var(--green-leaf);
}

/* Product section header text */
html[data-theme="dark"] h3[id] {
  color: #ffffff !important;
}

/* Channel card values (phone number, email) */
html[data-theme="dark"] .channel-card .channel-value {
  color: #ffffff !important;
}

/* Form input/select/textarea text */
html[data-theme="dark"] .form-group input,
html[data-theme="dark"] .form-group select,
html[data-theme="dark"] .form-group textarea {
  color: var(--ink) !important;
}
html[data-theme="dark"] .form-group input::placeholder,
html[data-theme="dark"] .form-group textarea::placeholder {
  color: var(--ink-soft) !important;
  opacity: 0.7;
}

/* Hero specific - paragraph */
html[data-theme="dark"] .hero p,
html[data-theme="dark"] .page-hero p,
html[data-theme="dark"] .cta-banner p {
  color: var(--ink) !important;
}

/* Stats band */
html[data-theme="dark"] .stat .num {
  color: var(--gold-soft) !important;
}
html[data-theme="dark"] .stat .lbl {
  color: var(--ink) !important;
}

/* Footer */
html[data-theme="dark"] .footer p,
html[data-theme="dark"] .footer ul a,
html[data-theme="dark"] .footer ul li {
  color: var(--ink-soft) !important;
}
html[data-theme="dark"] .footer ul a:hover {
  color: var(--gold-soft) !important;
}
html[data-theme="dark"] .footer-bottom {
  color: var(--ink-soft) !important;
}
html[data-theme="dark"] .footer-bottom span {
  color: var(--ink-soft) !important;
}

/* Links inside paragraphs */
html[data-theme="dark"] p a,
html[data-theme="dark"] li a {
  color: var(--gold-soft) !important;
}
html[data-theme="dark"] p a:hover,
html[data-theme="dark"] li a:hover {
  color: #ffffff !important;
}

/* "Inquire / Don't see what you're looking for" paragraph at end of products */
html[data-theme="dark"] section p[style*="text-align:center"] {
  color: var(--ink-soft) !important;
}

/* Channel icon circles - white background needs dark text inside */
html[data-theme="dark"] .channel-card.featured .channel-icon,
html[data-theme="dark"] .channel-card.featured .channel-btn {
  /* Already handled per-channel above */
}

/* Order steps numbered badges - white text on green */
html[data-theme="dark"] .step-num {
  color: #ffffff !important;
}

/* Make sure value card icons are visible */
html[data-theme="dark"] .v-icon,
html[data-theme="dark"] .feature-icon {
  color: var(--gold-soft);
}

/* ============================
   CALL-NOW BRIGHT BUTTON
   For the prominent "Call for Most Reasonable Price" CTA
============================ */
.btn-call-bright {
  background: linear-gradient(135deg, #ffd54f 0%, #ffb300 100%);
  color: #1a2520 !important;
  font-weight: 800;
  padding: 16px 32px;
  font-size: 1rem;
  border: 2px solid #ffe082;
  box-shadow: 0 8px 28px rgba(255, 179, 0, 0.45), 0 0 0 0 rgba(255, 213, 79, 0.6);
  position: relative;
  animation: callPulse 2.2s ease-in-out infinite;
  letter-spacing: 0.01em;
}
.btn-call-bright:hover {
  background: linear-gradient(135deg, #ffe082 0%, #ffc107 100%);
  color: #0d1f15 !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 36px rgba(255, 179, 0, 0.55);
  animation: none;
}
.btn-call-bright::before {
  content: '📞';
  margin-right: 6px;
  font-size: 1.05em;
}
@keyframes callPulse {
  0%, 100% {
    box-shadow: 0 8px 28px rgba(255, 179, 0, 0.45), 0 0 0 0 rgba(255, 213, 79, 0.6);
  }
  50% {
    box-shadow: 0 8px 28px rgba(255, 179, 0, 0.55), 0 0 0 14px rgba(255, 213, 79, 0);
  }
}
/* Dark mode: keep it bright */
html[data-theme="dark"] .btn-call-bright {
  background: linear-gradient(135deg, #ffd54f 0%, #ffb300 100%);
  color: #0d1f15 !important;
  border-color: #ffe082;
}
html[data-theme="dark"] .btn-call-bright:hover {
  background: linear-gradient(135deg, #fff176 0%, #ffc107 100%);
  color: #0d1f15 !important;
}

/* ============================
   PRIVACY POLICY PAGE
============================ */
.policy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}
.policy-content h2 {
  font-size: 1.7rem;
  color: var(--green-deep);
  margin: 40px 0 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.policy-content h2:first-of-type { border-top: none; padding-top: 0; }
.policy-content h3 {
  font-size: 1.2rem;
  color: var(--green-deep);
  margin: 26px 0 10px;
}
.policy-content p {
  color: var(--ink);
  margin-bottom: 14px;
  line-height: 1.75;
}
.policy-content ul {
  margin: 14px 0 18px 28px;
  color: var(--ink);
}
.policy-content ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.policy-content strong { color: var(--green-deep); font-weight: 700; }
.policy-meta {
  background: var(--green-mist);
  border-left: 4px solid var(--green-leaf);
  padding: 16px 22px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 22px 0 36px;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.policy-callout {
  background: var(--green-mist);
  border-left: 4px solid var(--gold);
  padding: 20px 26px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 22px 0;
}
.policy-callout p { margin-bottom: 8px; }
.policy-callout p:last-child { margin-bottom: 0; }
.policy-toc {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin-bottom: 40px;
  box-shadow: var(--shadow-sm);
}
.policy-toc h4 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.policy-toc ol {
  margin: 0 0 0 22px;
  color: var(--ink);
}
.policy-toc ol li {
  margin-bottom: 6px;
}
.policy-toc a {
  color: var(--green-rich);
  font-weight: 600;
}
.policy-toc a:hover { color: var(--gold); }

/* Dark mode tweaks for policy page */
html[data-theme="dark"] .policy-content h2,
html[data-theme="dark"] .policy-content h3 {
  color: #ffffff !important;
}
html[data-theme="dark"] .policy-content p,
html[data-theme="dark"] .policy-content ul li {
  color: var(--ink) !important;
}
html[data-theme="dark"] .policy-content strong {
  color: var(--gold-soft) !important;
}
html[data-theme="dark"] .policy-meta {
  background: var(--green-soft);
  color: var(--ink-soft) !important;
}
html[data-theme="dark"] .policy-callout {
  background: var(--green-soft);
}
html[data-theme="dark"] .policy-toc {
  background: var(--white);
}
html[data-theme="dark"] .policy-toc a {
  color: var(--gold-soft) !important;
}

/* ============================
   QUOTE INQUIRY FORM
============================ */
.quote-form-section {
  background: var(--green-mist);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  margin: 50px 0;
  border: 1px solid var(--line);
}
.quote-form-head {
  text-align: center;
  margin-bottom: 32px;
}
.quote-form-head .eyebrow {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  display: block;
  margin-bottom: 10px;
}
.quote-form-head h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: var(--green-deep);
}
.quote-form-head p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  max-width: 560px;
  margin: 0 auto;
}
.quote-form {
  background: var(--white);
  padding: 36px 32px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  max-width: 700px;
  margin: 0 auto;
}
.quote-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.quote-form .form-group {
  margin-bottom: 16px;
}
.quote-form label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--green-deep);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.quote-form label .req {
  color: #c0392b;
  margin-left: 2px;
}
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"],
.quote-form input[type="number"],
.quote-form textarea,
.quote-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--green-mist);
  transition: border-color .2s ease, background .2s ease;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--green-rich);
  background: var(--white);
}
.quote-form textarea {
  min-height: 110px;
  resize: vertical;
}
.quote-form .radio-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.quote-form .radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  background: var(--green-mist);
  transition: all .2s ease;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
}
.quote-form .radio-pill input[type="radio"] {
  accent-color: var(--green-rich);
  cursor: pointer;
}
.quote-form .radio-pill:has(input:checked) {
  background: var(--green-rich);
  color: var(--white);
  border-color: var(--green-rich);
}
.quote-form .consent {
  background: var(--green-mist);
  border-left: 4px solid var(--green-leaf);
  padding: 16px 20px;
  border-radius: 0 10px 10px 0;
  margin: 22px 0 18px;
}
.quote-form .consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.55;
  cursor: pointer;
  letter-spacing: 0;
  text-transform: none;
}
.quote-form .consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--green-rich);
  cursor: pointer;
  flex-shrink: 0;
}
.quote-form .consent a {
  color: var(--green-rich);
  font-weight: 600;
}
.quote-form .submit-row {
  text-align: center;
  margin-top: 18px;
}
.quote-form .submit-row button {
  background: linear-gradient(135deg, var(--green-rich), var(--green-leaf));
  color: var(--white);
  border: none;
  padding: 15px 38px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: var(--shadow-sm);
  font-family: var(--font-body);
}
.quote-form .submit-row button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, var(--green-deep), var(--green-rich));
}
.quote-form .submit-row button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
.quote-form .form-success,
.quote-form .form-error {
  display: none;
  padding: 16px 20px;
  border-radius: 10px;
  margin-top: 18px;
  font-weight: 600;
  font-size: 0.95rem;
}
.quote-form .form-success.show,
.quote-form .form-error.show {
  display: block;
}
.quote-form .form-success {
  background: var(--green-soft);
  color: var(--green-deep);
  border-left: 4px solid var(--green-rich);
}
.quote-form .form-error {
  background: #fee;
  color: #8b2c1a;
  border-left: 4px solid #c0392b;
}

/* Dark mode tweaks */
html[data-theme="dark"] .quote-form {
  background: var(--white);
}
html[data-theme="dark"] .quote-form input,
html[data-theme="dark"] .quote-form select,
html[data-theme="dark"] .quote-form textarea {
  background: var(--green-soft);
  color: var(--ink);
  border-color: var(--line);
}
html[data-theme="dark"] .quote-form input:focus,
html[data-theme="dark"] .quote-form select:focus,
html[data-theme="dark"] .quote-form textarea:focus {
  background: var(--white);
  border-color: var(--green-leaf);
}
html[data-theme="dark"] .quote-form label {
  color: var(--gold-soft) !important;
}
html[data-theme="dark"] .quote-form .consent {
  background: var(--green-soft);
}
html[data-theme="dark"] .quote-form .consent label,
html[data-theme="dark"] .quote-form .consent label * {
  color: var(--ink) !important;
}
html[data-theme="dark"] .quote-form .radio-pill {
  background: var(--green-soft);
  color: var(--ink) !important;
}
html[data-theme="dark"] .quote-form-head h3,
html[data-theme="dark"] .quote-form-head .eyebrow {
  color: var(--gold-soft) !important;
}
html[data-theme="dark"] .quote-form-head p {
  color: var(--ink-soft) !important;
}
