/* Spore & Scout – Global Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green-dark:   #1a2e1a;
  --green-mid:    #2d4a2d;
  --green-light:  #4a7a4a;
  --brown:        #6b4c2a;
  --brown-light:  #a07850;
  --cream:        #f5f0e8;
  --cream-dark:   #e8dfc8;
  --text-dark:    #1a1a14;
  --text-mid:     #3d3828;
  --white:        #fff;
  --font-body:    'Georgia', 'Times New Roman', serif;
  --font-sans:    system-ui, -apple-system, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.7;
  font-size: 1rem;
}

a { color: var(--brown); text-decoration: underline; }
a:hover { color: var(--brown-light); }

nav {
  background: #d4a940;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-logo {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.15rem;
  color: #1a2e1a;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.nav-logo span { color: #1a2e1a; }

.nav-links { display: flex; gap: 1.5rem; }
.nav-links a {
  color: #1a2e1a;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.nav-links a:hover { opacity: 1; color: #000; }

/* ── Home page Poison Control callout bar ─────────────────────────── */
.home-pc-bar {
  background: #b91c1c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 11px 20px;
  font-family: inherit;
  font-size: clamp(0.88rem, 2.2vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
}
.home-pc-icon { font-size: 1.1em; flex-shrink: 0; }
.home-pc-text { opacity: 0.92; }
.home-pc-number {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1rem, 2.8vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  border: 1.5px solid rgba(255,255,255,0.55);
  border-radius: 5px;
  padding: 1px 10px;
  white-space: nowrap;
}
.home-pc-number:hover { background: rgba(255,255,255,0.15); }
.home-pc-sub { font-size: 0.82em; opacity: 0.78; white-space: nowrap; }

.hero {
  background: linear-gradient(160deg, var(--green-dark) 0%, var(--green-mid) 60%, #3a5e2a 100%);
  color: var(--cream);
  padding: 6rem 1.5rem 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: 1.2rem;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto 1.4rem;
  font-weight: normal;
}

.hero h1 em {
  font-style: italic;
  color: var(--brown-light);
}

.hero-desc {
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 2.4rem;
  color: var(--cream-dark);
  line-height: 1.8;
}

.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.btn:active { transform: scale(0.98); }

.btn-primary {
  background: var(--brown);
  color: var(--cream);
}
.btn-primary:hover { background: var(--brown-light); color: var(--cream); }

.btn-outline {
  background: transparent;
  border: 2px solid var(--cream-dark);
  color: var(--cream);
}
.btn-outline:hover { background: rgba(255,255,255,0.08); color: var(--cream); }

.about-strip {
  background: var(--cream-dark);
  padding: 3rem 1.5rem;
  text-align: center;
  border-top: 3px solid var(--green-mid);
  border-bottom: 3px solid var(--green-mid);
}
.about-strip p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: var(--text-mid);
}
.about-strip strong { color: var(--green-dark); }

/* ── Members Club Callout ── */
.members-callout-wrap {
  background: var(--green-dark);
  padding: 0 1.5rem;
  border-bottom: 3px solid var(--gold, #C8960C);
}
.members-callout {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.members-callout-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.members-callout-text {
  flex: 1;
  min-width: 200px;
}
.members-callout-label {
  font-size: 0.78rem;
  font-family: Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #F0D060;
  margin-bottom: 4px;
}
.members-callout-desc {
  font-family: Arial, sans-serif;
  font-size: 0.93rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.5;
}
.members-callout-desc strong { color: #fff; }
.members-callout-btn {
  display: inline-block;
  background: #C8960C;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 0.15s;
  flex-shrink: 0;
}
.members-callout-btn:hover { filter: brightness(1.1); }
@media (max-width: 600px) {
  .members-callout { flex-direction: column; align-items: flex-start; gap: 12px; }
  .members-callout-btn { width: 100%; text-align: center; }
}

/* ── Free Resources Section ── */
.free-resources-section {
  padding: 4rem 1.5rem 3rem;
  max-width: 1060px;
  margin: 0 auto;
}

.free-guide-card {
  display: flex;
  gap: 2.5rem;
  background: var(--white);
  border: 2px solid var(--green-dark);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(45,90,45,0.10);
}

.free-guide-cover {
  flex: 0 0 200px;
  background: #1a3d1a;
}
.free-guide-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.free-guide-body {
  flex: 1;
  padding: 2rem 2rem 2rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.free-guide-badge {
  display: inline-block;
  background: #d4a017;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 0.9rem;
  width: fit-content;
}

.free-guide-title {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: var(--green-dark);
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.free-guide-desc {
  color: var(--text-mid);
  font-size: 0.97rem;
  line-height: 1.6;
  margin: 0 0 1.1rem;
}

.free-guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.82rem;
  color: #7a6040;
}

.btn-free-download {
  display: inline-block;
  background: var(--green-dark) !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: background 0.18s, transform 0.15s;
  width: fit-content;
  letter-spacing: 0.01em;
}
.btn-free-download:hover {
  background: #1e3d1e !important;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .free-guide-card {
    flex-direction: column;
  }
  .free-guide-cover {
    flex: 0 0 220px;
    max-height: 220px;
  }
  .free-guide-body {
    padding: 1.5rem;
  }
}

/* ── Paid Products Section ── */
.products-section {
  padding: 5rem 1.5rem;
  max-width: 1060px;
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}
.section-heading h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: normal;
  color: var(--green-dark);
  margin-bottom: 0.5rem;
}
.section-heading p {
  color: var(--text-mid);
  font-size: 1rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.8rem;
}

.product-card {
  background: var(--white);
  border: 1px solid #d6cdb8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.product-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}

.product-icon {
  background: var(--green-dark);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
}

.product-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product-body {
  padding: 1.4rem 1.3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-tag {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brown-light);
  margin-bottom: 0.5rem;
}

.product-name {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--green-dark);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.product-desc {
  font-size: 0.92rem;
  color: var(--text-mid);
  flex: 1;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.product-price {
  font-family: var(--font-sans);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--green-dark);
}

.product-footer .btn {
  padding: 0.55rem 1.2rem;
  font-size: 0.88rem;
}

.trust-strip {
  background: var(--green-dark);
  color: var(--cream);
  padding: 3rem 1.5rem;
  text-align: center;
}
.trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  max-width: 180px;
}
.trust-icon { font-size: 1.8rem; }
.trust-label {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--cream-dark);
  line-height: 1.4;
  text-align: center;
}

footer {
  background: var(--text-dark);
  color: var(--cream-dark);
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.85rem;
}
footer a { color: var(--brown-light); }
footer p + p { margin-top: 0.5rem; }

.centered-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.5rem;
}
.centered-page .icon { font-size: 3.5rem; margin-bottom: 1rem; }
.centered-page h1 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--green-dark);
  margin-bottom: 0.8rem;
  font-weight: normal;
}
.centered-page p {
  max-width: 500px;
  color: var(--text-mid);
  font-size: 1.05rem;
  margin-bottom: 1rem;
}
.centered-page .back-link {
  margin-top: 1.5rem;
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.9rem;
}

/* ─── Blog Index ──────────────────────────────────────────────────────────── */

.blog-hero {
  background: linear-gradient(160deg, var(--green-dark) 0%, var(--green-mid) 60%, #3a5e2a 100%);
  color: var(--cream);
  padding: 5rem 1.5rem 4rem;
  text-align: center;
}
.blog-hero .hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: 1rem;
}
.blog-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.blog-hero-desc {
  font-size: 1.05rem;
  color: var(--cream-dark);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

.blog-index {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 1.5rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  padding: 2rem 2rem 1.75rem;
  transition: box-shadow 0.2s;
}
.blog-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.08); }

.blog-card-date {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: 0.6rem;
}
.blog-card-title {
  font-size: 1.35rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.blog-card-title a {
  color: var(--green-dark);
  text-decoration: none;
}
.blog-card-title a:hover { color: var(--green-light); text-decoration: underline; }

.blog-card-desc {
  color: var(--text-mid);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 1.1rem;
}

.blog-read-more {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brown);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.blog-read-more:hover { color: var(--brown-light); text-decoration: underline; }

/* ─── Blog Post ───────────────────────────────────────────────────────────── */

.blog-post {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.blog-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-back {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: var(--brown);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.blog-back:hover { color: var(--brown-light); text-decoration: underline; }

.blog-post-date {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brown-light);
}

.blog-post h1 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: normal;
  line-height: 1.2;
  color: var(--green-dark);
  margin-bottom: 1.4rem;
}

.blog-post-intro {
  font-size: 1.12rem;
  color: var(--text-mid);
  line-height: 1.8;
  border-left: 4px solid var(--green-light);
  padding-left: 1.2rem;
  margin-bottom: 2.5rem;
}

.blog-post h2 {
  font-size: 1.45rem;
  font-weight: normal;
  color: var(--green-dark);
  margin: 2.4rem 0 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--cream-dark);
}

.blog-post h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--text-dark);
  margin: 1.6rem 0 0.5rem;
}

.blog-post p {
  margin-bottom: 1.1rem;
  line-height: 1.85;
  color: var(--text-dark);
}

.blog-post ul, .blog-post ol {
  margin: 0.75rem 0 1.1rem 1.5rem;
  line-height: 1.85;
}
.blog-post li { margin-bottom: 0.45rem; }
.blog-post li strong { color: var(--green-dark); }

.blog-post-figure {
  margin: 1.8rem 0 2rem;
  text-align: center;
}
.blog-post-figure img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--cream-dark, #d9d3c5);
}
.blog-post-figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #888;
  line-height: 1.5;
  font-style: italic;
}

.blog-safety-note {
  background: #fff8e8;
  border: 1px solid #d4a940;
  border-left: 4px solid #d4a940;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  margin-top: 2.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-mid);
}

/* ── Email signup section ── */
.email-signup-section {
  background: linear-gradient(135deg, var(--green-mid) 0%, #3a5e2a 100%);
  color: var(--cream);
  padding: 1.5rem 1.5rem;
}
.email-signup-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.email-signup-text h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 0.2rem;
}
.email-signup-text p {
  font-size: 0.9rem;
  color: var(--cream-dark);
  margin: 0;
  line-height: 1.5;
}
.email-signup-text strong { color: var(--cream); }
.email-signup-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.email-signup-form input[type=email] {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.55rem 0.9rem;
  border-radius: 6px;
  border: 1.5px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.12);
  color: var(--cream);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}
.email-signup-form input[type=email]::placeholder { color: rgba(255,255,255,0.5); }
.email-signup-form input[type=email]:focus { border-color: rgba(255,255,255,0.7); }
.btn-signup {
  background: #d4a940 !important;
  color: #1a2e1a !important;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.55rem 1.1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}
.btn-signup:hover { background: #b8902e !important; }
.btn-signup:disabled { opacity: 0.7; cursor: not-allowed; }
.email-signup-confirm {
  color: #a8e6a8;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0.25rem 0 0;
}
.email-signup-error {
  color: #ffb3b3;
  font-size: 0.85rem;
  margin: 0.25rem 0 0;
}
.email-signup-cover {
  display: none;
}
.email-signup-cover img {
  max-width: 220px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  display: block;
}

/* ─── Community CTA ───────────────────────────────────────────────────────── */
.community-cta {
  background: var(--green-mid);
  padding: 4rem 1.5rem;
  text-align: center;
}
.community-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}
.community-cta-icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  display: block;
}
.community-cta-heading {
  font-family: var(--font-body);
  font-size: 1.9rem;
  color: var(--cream);
  line-height: 1.3;
  margin-bottom: 1rem;
}
.community-cta-text {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  color: var(--cream-dark);
  line-height: 1.7;
  margin-bottom: 2rem;
}
.community-cta-btn {
  display: inline-block;
  background: #d4a940;
  color: #1a2e1a;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.community-cta-btn:hover {
  background: #b8902e;
  color: #1a2e1a;
  transform: translateY(-1px);
}

/* ── Bundle Featured Section ─────────────────────────────────────────────── */
.bundle-featured {
  background: linear-gradient(135deg, #1a3a1a 0%, #2d5a27 100%);
  border-radius: 14px;
  padding: 2.5rem 2rem 2rem;
  margin-bottom: 3rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.bundle-badge-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.bundle-save-badge {
  background: #4caf50;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.bundle-tag {
  background: rgba(255,255,255,0.15);
  color: #d4edda;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.25rem 0.7rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bundle-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: normal;
  color: #fff;
  margin: 0 0 0.75rem;
}
.bundle-desc {
  color: #c8e6c9;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto 1.5rem;
}
.bundle-covers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.bundle-cover-img {
  width: 110px;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
  transition: transform 0.2s;
}
.bundle-cover-img:hover { transform: translateY(-3px) scale(1.03); }
.bundle-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.bundle-original-price {
  font-size: 1.3rem;
  color: #a5c9a7;
  text-decoration: line-through;
  opacity: 0.8;
}
.bundle-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
.btn-bundle {
  display: inline-block;
  background: #4caf50;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.85rem 2.2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.01em;
  margin-bottom: 0.75rem;
}
.btn-bundle:hover { background: #43a047; transform: translateY(-2px); }
.bundle-trust {
  color: #a5c9a7;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}
/* ── Healthcare Professionals Section ─────────────────────────────────────── */
.hcp-section {
  background: #f4f7f2;
  border: 1.5px solid #c8d8c0;
  border-radius: 14px;
  padding: 0;
  margin: 0 auto 2.5rem;
  max-width: 860px;
  overflow: hidden;
}
.hcp-inner {
  padding: 1.5rem 1.75rem;
}
.hcp-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #4a7a26;
  margin-bottom: 1rem;
}
.hcp-body {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.hcp-thumb-link {
  flex-shrink: 0;
  display: block;
  border-radius: 8px;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  border: 1px solid #c8d8c0;
  width: 120px;
  text-decoration: none;
}
.hcp-region-label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #3a6b3a;
  background: #eaf4e6;
  border: 1px solid #b8d8b0;
  border-top: none;
  border-radius: 0 0 7px 7px;
  padding: 4px 6px 5px;
  line-height: 1.2;
}
.hcp-thumb {
  display: block;
  width: 120px;
  height: 160px;
  object-fit: cover;
  background: #e8efe4;
  border-radius: 7px 7px 0 0;
}
.hcp-text {
  flex: 1;
  min-width: 0;
}
.hcp-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a3009;
  margin: 0 0 0.2rem;
}
.hcp-subtitle {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #4a7a26;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}
.hcp-desc {
  font-size: 0.93rem;
  color: #3a4e30;
  line-height: 1.65;
  margin: 0 0 1.1rem;
}
.hcp-btn {
  display: inline-block;
  background: #2D5016 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  padding: 11px 24px !important;
  border-radius: 8px !important;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.hcp-btn:hover {
  background: #1a3009 !important;
  transform: translateY(-1px);
}
.hcp-flyer-preview {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.hcp-flyer-thumb {
  width: 340px;
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  display: block;
}
@media (max-width: 600px) {
  .hcp-body { flex-direction: column; }
  .hcp-thumb-link { width: 100%; }
  .hcp-thumb { width: 100%; height: 180px; }
  .hcp-btn { width: 100%; text-align: center; }
  .hcp-flyer-thumb { width: 100%; max-width: 360px; }
}

.individual-guides-heading {
  margin-bottom: 1.5rem;
}
.individual-guides-heading h3 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.3rem;
  font-weight: normal;
  color: var(--green-dark);
  text-align: center;
}

/* ── Bundle Preview Page ─────────────────────────────────────────────────── */
.bundle-preview {
  max-width: 860px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}
.bundle-preview-back {
  display: inline-block;
  color: var(--green-mid);
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.bundle-preview-back:hover { text-decoration: underline; }
.bundle-preview-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-mid);
  margin-bottom: 0.5rem;
}
.bundle-preview-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: normal;
  color: var(--green-dark);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.bundle-preview-price-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
  flex-wrap: wrap;
}
.bundle-preview-original {
  font-size: 1.2rem;
  color: var(--text-mid);
  text-decoration: line-through;
}
.bundle-preview-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--green-dark);
}
.bundle-preview-save {
  background: #4caf50;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.bundle-preview-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-dark);
  margin-bottom: 2rem;
}
.bundle-includes-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--green-dark);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
}
.bundle-includes-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.bundle-include-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid #d6cdb8;
  border-radius: 10px;
  padding: 1rem;
}
.bundle-include-img {
  width: 72px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.bundle-include-info { flex: 1; }
.bundle-include-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--green-dark);
  margin-bottom: 0.35rem;
}
.bundle-include-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-mid);
}
.bundle-include-price {
  font-size: 0.8rem;
  color: var(--text-mid);
  margin-top: 0.4rem;
}
.bundle-preview-cta {
  background: #f4f0e8;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.bundle-preview-cta-price {
  font-size: 1rem;
  color: var(--text-mid);
  margin-bottom: 0.25rem;
}
.bundle-preview-cta-price s { color: #999; }
.bundle-preview-cta-big {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 0.25rem;
}
.bundle-preview-cta-save {
  background: #4caf50;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.bundle-preview-buy-btn {
  display: inline-block;
  background: var(--green-dark);
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.9rem 2.4rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  margin-bottom: 1rem;
}
.bundle-preview-buy-btn:hover { background: #2d5a27; transform: translateY(-2px); }
.bundle-preview-trust {
  font-size: 0.85rem;
  color: var(--text-mid);
  margin-top: 0.5rem;
}

@media (max-width: 600px) {
  .bundle-covers { gap: 0.5rem; }
  .bundle-cover-img { width: 80px; height: 100px; }
  .bundle-includes-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .products-grid { grid-template-columns: 1fr; }
  .trust-items { gap: 1.5rem; }
  .hero { padding: 4rem 1.2rem 3.5rem; }
  .email-signup-text h2 { font-size: 1.05rem; }
  .email-signup-row { flex-wrap: wrap; }
  .btn-signup { flex: 0 0 auto; }
  .community-cta-heading { font-size: 1.5rem; }
  .community-cta-btn { width: 100%; text-align: center; }
}

/* ── Sprout mascot ─────────────────────────────────────────────────────────── */

/* Header / nav */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.nav-sprout {
  height: 44px;
  width: auto;
  display: inline-block;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25));
  transition: transform 0.2s ease;
}
.nav-logo:hover .nav-sprout {
  transform: rotate(-6deg) scale(1.08);
}
@media (max-width: 640px) {
  nav {
    flex-direction: column;
    height: auto;
    padding: 10px 0 0;
    justify-content: flex-start;
  }
  .nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .nav-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 0;
  }
  .nav-links a {
    flex: 1;
    text-align: center;
    padding: 10px 4px;
    font-size: 0.78rem;
    color: #1a2e1a;
    border-right: 1px solid rgba(0,0,0,0.08);
  }
  .nav-links a:last-child { border-right: none; }
  .nav-links a.nav-scout-chat { font-size: 0.75rem; }
  .nav-sprout { display: none; }
}

/* Meet Sprout section */
.meet-sprout-section {
  background: linear-gradient(135deg, #f5ede0 0%, #eee4d0 100%);
  padding: 3rem 1.5rem;
  border-top: 3px solid #c9a96e;
  border-bottom: 3px solid #c9a96e;
}
.meet-sprout-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.meet-sprout-img {
  width: 180px;
  height: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(120, 80, 30, 0.18));
}
.meet-sprout-text {
  flex: 1;
}
.meet-sprout-heading {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 1.75rem;
  color: #3d2b1a;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.meet-sprout-desc {
  font-size: 1.05rem;
  color: #5c3d20;
  line-height: 1.65;
  margin-bottom: 0.75rem;
}
.meet-sprout-tagline {
  font-size: 1.1rem;
  color: #7a4f1e;
  font-family: var(--font-serif, Georgia, serif);
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .meet-sprout-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .meet-sprout-img { width: 130px; }
  .meet-sprout-heading { font-size: 1.4rem; }
}

/* Flyer hero section (homepage, above email form) */
.flyer-hero-section {
  background: #f4f8ef;
  border-top: 2px solid #c8d8b0;
  border-bottom: 2px solid #c8d8b0;
  padding: 3rem 1.5rem;
}
.flyer-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.flyer-hero-link {
  flex: 0 0 auto;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,0.18);
  transition: transform 0.2s, box-shadow 0.2s;
}
.flyer-hero-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.24);
}
.flyer-hero-img {
  display: block;
  width: 240px;
  height: auto;
}
.flyer-hero-label {
  display: inline-block;
  background: #2d6a2d;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.flyer-hero-title {
  font-size: 1.6rem;
  color: #1a3a12;
  margin: 0 0 0.6rem;
  line-height: 1.25;
}
.flyer-hero-desc {
  font-size: 0.97rem;
  color: #3d5a2a;
  margin: 0 0 1.25rem;
  line-height: 1.6;
}
.flyer-hero-btn {
  display: inline-block;
  font-size: 0.95rem;
}
@media (max-width: 640px) {
  .flyer-hero-inner {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  .flyer-hero-img { width: 200px; }
}

/* Sprout's picks banner in guides section */
.sprout-guides-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #faf3e8;
  border: 1.5px solid #d4aa70;
  border-radius: 12px;
  padding: 0.85rem 1.25rem;
  margin-top: 1rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.sprout-guides-img {
  height: 64px;
  width: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(100,60,10,0.15));
}
.sprout-guides-copy {
  font-size: 0.95rem;
  color: #4a3010;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}
@media (max-width: 600px) {
  .sprout-guides-banner {
    flex-direction: column;
    text-align: center;
  }
  .sprout-guides-copy { text-align: center; }
}

/* Footer Sprout */
.footer-sprout-wrap {
  margin-bottom: 1.25rem;
}
.footer-sprout {
  height: 72px;
  width: auto;
  opacity: 0.92;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.footer-sprout-tagline {
  font-size: 0.9rem;
  color: #c9a96e;
  margin-top: 0.4rem;
  font-style: italic;
  letter-spacing: 0.03em;
}

/* ── Google AI Endorsement ───────────────────────────────────────────────── */
.google-ai-endorsement {
  background: #f8faf6;
  border-top: 1px solid #d4e4c8;
  border-bottom: 1px solid #d4e4c8;
  padding: 28px 20px;
}
.google-ai-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.google-ai-logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.google-ai-gmark {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.google-ai-wordmark {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}
.google-ai-word-google {
  color: #3c4043;
}
.google-ai-word-ai {
  color: #4285F4;
}
.google-ai-quote {
  margin: 0;
  padding: 0;
  font-size: 0.97rem;
  line-height: 1.65;
  color: #2d3a22;
  font-style: italic;
  border: none;
}
.google-ai-attribution {
  margin: 0;
  font-size: 0.78rem;
  color: #6b7c5a;
  letter-spacing: 0.01em;
}
@media (max-width: 600px) {
  .google-ai-endorsement {
    padding: 22px 16px;
  }
  .google-ai-quote {
    font-size: 0.92rem;
  }
}
