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

body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  background: #f1f3f8;
  color: #45505b;
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: #6f9a37; text-decoration: none; transition: color 0.15s; }
a:hover { color: #5a7f2c; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", Georgia, serif;
  color: #2d2d37;
  font-weight: 600;
}

.site-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* === NAV === */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.site-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 70px;
}
.site-nav-logo {
  text-decoration: none;
  color: #2d2d37;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-nav-logo:hover { color: #2d2d37; }
.site-nav-logo img { height: 40px; }
.site-nav-links { display: flex; align-items: center; gap: 4px; }
.site-nav-links a {
  color: #45505b;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}
.site-nav-links a:hover { background: #f1f3f8; color: #2d2d37; }
.site-nav-links a.active { color: #6f9a37; }
.site-nav-links .btn-outline {
  border: 1px solid #6f9a37;
  color: #6f9a37;
  border-radius: 100px;
  padding: 8px 22px;
  margin-left: 8px;
}
.site-nav-links .btn-outline:hover { background: #6f9a37; color: #ffffff; }
.site-nav-links .btn-cta {
  background: #6f9a37;
  color: #ffffff;
  padding: 8px 22px;
  border-radius: 100px;
  margin-left: 8px;
  font-weight: 600;
}
.site-nav-links .btn-cta:hover { background: #5a7f2c; color: #ffffff; }

/* nav dropdown */
.nav-drop { position: relative; }
.nav-drop-trigger {
  color: #45505b;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.nav-drop-trigger:hover { background: #f1f3f8; color: #2d2d37; }
.nav-caret {
  display: inline-block;
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.2s;
}
.nav-drop:hover .nav-caret { transform: rotate(180deg); }
.nav-drop-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  padding: 8px;
  z-index: 200;
  margin-top: 4px;
}
.nav-drop:hover .nav-drop-menu { display: block; }
.nav-drop-menu a {
  display: block;
  color: #45505b;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  transition: background 0.12s, color 0.12s;
}
.nav-drop-menu a:hover { background: #f1f3f8; color: #6f9a37; }

.site-hamburger {
  display: none;
  background: none;
  border: none;
  color: #45505b;
  font-size: 24px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
}
.site-hamburger:hover { background: #f1f3f8; }

/* === BUTTONS === */
.site-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #6f9a37;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}
.site-btn:hover { background: #5a7f2c; transform: translateY(-1px); color: #ffffff; }
.site-btn-outline {
  background: transparent;
  border: 2px solid #6f9a37;
  color: #6f9a37;
}
.site-btn-outline:hover { background: #6f9a37; color: #ffffff; }
.site-btn-white {
  background: #ffffff;
  color: #2d2d37;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.site-btn-white:hover { background: #f8f9fb; color: #2d2d37; }

/* === HERO === */
.site-hero {
  background: #ffffff;
  padding: 80px 0;
}
.site-hero-inner { display: flex; align-items: center; gap: 60px; }
.site-hero-content { flex: 1; }
.site-hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #2d2d37;
}
.site-hero-content h1 span { color: #6f9a37; }
.site-hero-content .subline {
  font-size: 16px;
  line-height: 1.7;
  color: #797979;
  margin-bottom: 28px;
  max-width: 500px;
}
.site-hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.site-hero-image { flex: 1; display: flex; align-items: center; justify-content: center; }
.site-hero-image img { max-width: 100%; border-radius: 16px; }

/* === SECTIONS === */
.site-section { padding: 80px 0; }
.site-section-alt { background: #ffffff; }
.site-section-header { text-align: center; margin-bottom: 48px; }
.site-section-label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #6f9a37;
  margin-bottom: 10px;
}
.site-section-header h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2d2d37;
  margin-bottom: 10px;
}
.site-section-header p {
  font-size: 15px;
  color: #797979;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* === CARDS === */
.site-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.site-card {
  background: #ffffff;
  border: 1px solid #e8eaf0;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.18s, box-shadow 0.18s;
}
.site-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}
.site-card-thumb {
  display: block;
  overflow: hidden;
}
.site-card-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s;
}
.site-card:hover .site-card-thumb img { transform: scale(1.03); }
.site-card-body { padding: 24px 28px; }
.site-card h3 { font-size: 20px; font-weight: 600; color: #2d2d37; margin-bottom: 6px; }
.site-card .card-meta {
  display: inline-block;
  font-size: 12px;
  color: #6f9a37;
  background: rgba(111,154,55,0.08);
  padding: 3px 10px;
  border-radius: 100px;
  font-weight: 600;
  margin-bottom: 12px;
}
.site-card p { font-size: 15px; color: #797979; line-height: 1.7; margin-bottom: 16px; }
.site-card-link { color: #6f9a37; font-weight: 600; font-size: 14px; }
.site-card-link:hover { color: #5a7f2c; text-decoration: underline; }

/* 3-col variant */
.site-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* === STATS ROW === */
.site-stats {
  display: flex;
  gap: 48px;
  justify-content: center;
  padding: 40px 0;
}
.site-stat { text-align: center; }
.site-stat-number { font-family: "Roboto Slab", serif; font-size: 42px; font-weight: 700; color: #6f9a37; }
.site-stat-label { font-size: 14px; color: #797979; margin-top: 4px; font-weight: 500; }

/* === STEPS / HOW IT WORKS === */
.site-steps { max-width: 800px; margin: 0 auto; }
.site-step {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #e8eaf0;
}
.site-step:last-child { border-bottom: none; }
.site-step-number {
  width: 48px;
  height: 48px;
  background: #6f9a37;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
.site-step-content h3 { font-size: 18px; font-weight: 600; color: #2d2d37; margin-bottom: 6px; }
.site-step-content p { font-size: 15px; color: #797979; line-height: 1.7; }

/* === FEATURE ROWS === */
.site-feature { padding: 60px 0; }
.site-feature-inner { display: flex; align-items: center; gap: 60px; }
.site-feature.reverse .site-feature-inner { flex-direction: row-reverse; }
.site-feature-content { flex: 1; }
.site-feature-content h2 { font-size: 28px; font-weight: 600; color: #2d2d37; margin-bottom: 14px; }
.site-feature-content p { font-size: 15px; color: #797979; line-height: 1.7; margin-bottom: 14px; }
.site-feature-image { flex: 1; }
.site-feature-image img { border-radius: 16px; }

/* === TESTIMONIALS === */
.site-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.site-testimonial {
  background: #ffffff;
  border: 1px solid #e8eaf0;
  border-radius: 16px;
  padding: 28px;
}
.site-testimonial-text {
  font-size: 15px;
  color: #45505b;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}
.site-testimonial-author { display: flex; align-items: center; gap: 12px; }
.site-testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.site-testimonial-name { font-weight: 600; font-size: 14px; color: #2d2d37; }
.site-testimonial-role { font-size: 13px; color: #797979; }

/* === CTA SECTION === */
.site-cta {
  background: #6f9a37;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  margin: 0 24px;
}
.site-cta h2 { font-size: 32px; font-weight: 700; margin-bottom: 12px; color: #ffffff; }
.site-cta p { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 28px; max-width: 500px; margin-left: auto; margin-right: auto; }

/* === PARTNERS / LOGOS ROW === */
.site-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 40px 0;
  opacity: 0.5;
}
.site-logos img { height: 32px; filter: grayscale(1); transition: filter 0.2s, opacity 0.2s; }
.site-logos img:hover { filter: grayscale(0); opacity: 1; }

/* === FOOTER === */
.site-footer {
  background: #2d2d37;
  color: #a2adc7;
  padding: 60px 0 0;
}
.site-footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.site-footer-brand {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.site-footer-desc { font-size: 14px; color: #70788d; line-height: 1.7; max-width: 280px; }
.site-footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.site-footer-col a {
  display: block;
  color: #70788d;
  font-size: 14px;
  padding: 4px 0;
  transition: color 0.15s;
  text-decoration: none;
}
.site-footer-col a:hover { color: #6f9a37; }
.site-footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 13px;
  color: #70788d;
}
.site-footer-bottom .site-container { display: flex; justify-content: space-between; align-items: center; }
.site-footer-bottom a { color: #70788d; text-decoration: none; }
.site-footer-bottom a:hover { color: #6f9a37; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .site-cards { grid-template-columns: 1fr 1fr; }
  .site-cards-3 { grid-template-columns: 1fr 1fr; }
  .site-testimonials { grid-template-columns: 1fr 1fr; }
  .site-footer-inner { grid-template-columns: 1fr 1fr; }
  .site-hero-content h1 { font-size: 34px; }
}

@media (max-width: 768px) {
  .site-hero { padding: 48px 0; }
  .site-hero-inner { flex-direction: column; gap: 32px; }
  .site-hero-content h1 { font-size: 30px; }
  .site-cards { grid-template-columns: 1fr; }
  .site-cards-3 { grid-template-columns: 1fr; }
  .site-testimonials { grid-template-columns: 1fr; }
  .site-stats { flex-direction: column; gap: 24px; }
  .site-feature-inner { flex-direction: column; gap: 30px; }
  .site-feature.reverse .site-feature-inner { flex-direction: column; }
  .site-cta { border-radius: 16px; margin: 0 16px; }
  .site-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .site-footer-bottom .site-container { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .site-container { padding: 0 16px; }
  .site-hero-content h1 { font-size: 26px; }
  .site-section { padding: 60px 0; }
  .site-section-header h2 { font-size: 24px; }
  .site-cta { padding: 48px 24px; margin: 0 8px; }
}

/* === MOBILE BOTTOM TAB BAR (listify: light, friendly, sliding highlight pill) === */
.site-tabbar { display: none; }
.tabbar-indicator { display: none; }

@media (max-width: 768px) {
  .site-hamburger { display: none; }
  .site-nav-links { display: none !important; }
  .site-nav-logo img { height: 36px; }
  .site-nav-inner { justify-content: center; padding: 0 16px; min-height: 60px; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }

  .site-tabbar {
    display: flex;
    align-items: stretch;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 99;
    min-height: 60px;
    background: #ffffff;
    border-top: 1px solid #e8eaf0;
    box-shadow: 0 -2px 14px rgba(0,0,0,0.06);
    padding-bottom: env(safe-area-inset-bottom);
  }

  /* soft rounded highlight that slides behind the active tab (positioned by script) */
  .tabbar-indicator {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 0;
    width: 0;
    height: 44px;
    background: rgba(111,154,55,0.12);
    border-radius: 14px;
    transform: translateX(0);
    transition: transform 0.32s cubic-bezier(0.34,1.56,0.64,1), width 0.32s cubic-bezier(0.34,1.56,0.64,1), opacity 0.2s;
    pointer-events: none;
  }

  .site-tabbar a {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 7px 2px 6px;
    text-decoration: none;
    color: #45505b;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2px;
    opacity: 0.6;
    transition: opacity 0.2s, color 0.2s;
  }
  .site-tabbar a svg {
    width: 23px; height: 23px; display: block;
    transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
  }
  .site-tabbar a span { display: block; line-height: 1.1; }
  .site-tabbar a:hover { opacity: 0.85; }
  .site-tabbar a.active { opacity: 1; color: #6f9a37; }
  .site-tabbar a.active svg { transform: translateY(-1px) scale(1.12); }
  .site-tabbar a:active svg { transform: scale(0.9); }

  /* center tab: inline green-filled rounded pill */
  .site-tabbar a.tab-primary {
    opacity: 1;
    color: #ffffff;
    margin: 8px 6px;
    border-radius: 16px;
    background: #6f9a37;
    box-shadow: 0 4px 14px rgba(111,154,55,0.4);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }
  .site-tabbar a.tab-primary.active { color: #ffffff; }
  .site-tabbar a.tab-primary svg,
  .site-tabbar a.tab-primary.active svg { transform: none; }
  .site-tabbar a.tab-primary:active { transform: scale(0.95); }
}

/* === SHELL PLACEHOLDER BLOCKS (temporary, replaced by real images later) === */
.ph-block {
  background: linear-gradient(135deg, #6f9a37 0%, #2d2d37 100%);
  border-radius: 16px;
  display: block;
}
.site-card-thumb.ph-block { height: 220px; border-radius: 0; }
.ph-hero { width: 100%; min-height: 300px; }
.ph-feature { width: 100%; min-height: 320px; }

/* affiliate disclosure line in footer */
.site-footer-disclosure {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
  line-height: 1.6;
  color: #9aa3ad;
  max-width: 720px;
}
