/* ── Verde Wellness Co. — Product-Based Wellness Template ── */
:root {
  --sage: #4A6B5C;
  --sage-dark: #345047;
  --sage-light: #6B8B7A;
  --cream: #FAF8F4;
  --cream-alt: #F2EEE5;
  --white: #ffffff;
  --copper: #C17F59;
  --copper-dark: #A66A48;
  --text: #2D3330;
  --muted: #6B7670;
  --border: #E5DFD3;
  --shadow: 0 12px 40px rgba(74,107,92,0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--cream); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

h1, h2, h3, h4 { font-family: 'Fraunces', serif; font-weight: 600; color: var(--sage-dark); letter-spacing: -0.02em; }
h1 { font-size: clamp(2.6rem, 5.5vw, 4.4rem); line-height: 1.08; }
h2 { font-size: clamp(2rem, 3.8vw, 2.8rem); line-height: 1.15; }
h3 { font-size: 1.3rem; }
p { color: var(--muted); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 5.5rem 0; }
.section-alt { background: var(--cream-alt); }
.section-sub { max-width: 560px; margin: 0.8rem 0 3rem; font-size: 1.05rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--copper);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--copper); display: inline-block; }
.eyebrow.light { color: rgba(255,255,255,0.7); }
.eyebrow.light::before { background: rgba(255,255,255,0.5); }

/* ── ANNOUNCEMENT BAR ── */
.announce-bar { background: var(--sage-dark); color: var(--cream); text-align: center; padding: 0.55rem 0; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.01em; }

/* ── HEADER ── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,248,244,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding: 1.1rem 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 600; color: var(--sage-dark); }
.logo span { color: var(--copper); }
.logo.light { color: var(--cream); }
.logo.light span { color: var(--copper); }
.nav-links { display: flex; align-items: center; gap: 2.2rem; }
.nav-link { font-size: 0.88rem; font-weight: 600; color: var(--sage-dark); position: relative; padding-bottom: 4px; transition: color 0.2s; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--copper); transition: width 0.25s; }
.nav-link:hover::after { width: 100%; }
.btn-nav {
  background: var(--copper); color: var(--white); font-weight: 600; font-size: 0.85rem;
  padding: 0.72rem 1.5rem; border-radius: 999px; transition: background 0.2s;
}
.btn-nav:hover { background: var(--copper-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--sage-dark); border-radius: 2px; }
.mobile-nav {
  display: none; position: fixed; top: 5rem; left: 1rem; right: 1rem; z-index: 99;
  background: var(--white); border-radius: 20px; padding: 1.5rem 2rem; flex-direction: column; gap: 1.1rem;
  box-shadow: 0 12px 40px rgba(74,107,92,0.2);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 1rem; font-weight: 600; color: var(--sage-dark); }

/* ── HERO ── */
.hero { padding: 4rem 0 4.5rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: 4rem; align-items: center; }
.hero-text p.lead { font-size: 1.12rem; max-width: 460px; margin: 1.4rem 0 2rem; color: var(--text); }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.btn-primary {
  background: var(--copper); color: var(--white); font-weight: 600; font-size: 0.95rem;
  padding: 1rem 2.1rem; border-radius: 999px; display: inline-block; transition: background 0.2s;
  box-shadow: 0 8px 24px rgba(193,127,89,0.3);
  border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--copper-dark); }
.btn-large { padding: 1.15rem 2.8rem; font-size: 1.05rem; }
.btn-outline {
  border: 2px solid var(--sage); color: var(--sage-dark); font-weight: 600; font-size: 0.95rem;
  padding: 1rem 2.1rem; border-radius: 999px; display: inline-block; transition: all 0.2s;
}
.btn-outline:hover { background: var(--sage); color: var(--white); }
.hero-trust { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; font-weight: 500; color: var(--sage); }
.trust-item svg { width: 18px; height: 18px; color: var(--copper); }

.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-product-card { position: relative; width: 100%; max-width: 360px; }
.product-bottle {
  width: 220px; height: 340px; margin: 0 auto;
  background: linear-gradient(180deg, var(--sage) 0%, var(--sage-dark) 100%);
  border-radius: 12px 12px 8px 8px; position: relative;
  box-shadow: 0 30px 60px rgba(74,107,92,0.3);
  display: flex; align-items: center; justify-content: center;
}
.bottle-shape {
  width: 80px; height: 28px; background: var(--copper); border-radius: 4px 4px 0 0; position: absolute; top: -28px; left: 50%; transform: translateX(-50%);
}
.product-bottle::after {
  content: 'Verde'; position: absolute; top: 35%; left: 50%; transform: translateX(-50%);
  font-family: 'Fraunces', serif; font-size: 1.8rem; color: rgba(255,255,255,0.85); font-weight: 600;
}
.hero-float-card {
  position: absolute; top: 15%; right: -2rem; background: var(--white); border-radius: 16px;
  padding: 1rem 1.4rem; box-shadow: 0 12px 30px rgba(0,0,0,0.1); display: flex; flex-direction: column; gap: 0.2rem;
}
.float-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--copper); }
.float-name { font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 600; color: var(--sage-dark); }
.float-price { font-size: 1rem; font-weight: 700; color: var(--text); }
.hero-rating { position: absolute; bottom: 5%; left: -1.5rem; background: var(--white); border-radius: 999px; padding: 0.7rem 1.3rem; box-shadow: 0 12px 30px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 0.6rem; }
.stars { color: var(--copper); font-size: 0.9rem; letter-spacing: 1px; }
.rating-text { font-size: 0.78rem; font-weight: 500; color: var(--muted); }

/* ── STATS STRIP ── */
.stats-strip { background: var(--sage-dark); padding: 2.4rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item .stat-num { font-family: 'Fraunces', serif; font-size: 2.3rem; font-weight: 600; color: var(--copper); }
.stat-item .stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.72); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.2rem; }

/* ── CATEGORY GRID ── */
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.category-card {
  background: var(--white); border-radius: 20px; padding: 2.2rem 1.8rem; text-align: center;
  border: 1px solid var(--border); transition: all 0.3s; display: flex; flex-direction: column; align-items: center;
}
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.cat-icon { width: 64px; height: 64px; background: var(--cream-alt); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.4rem; color: var(--sage); }
.cat-icon svg { width: 30px; height: 30px; }
.category-card h3 { margin-bottom: 0.5rem; }
.category-card p { font-size: 0.88rem; margin-bottom: 0.8rem; }
.cat-count { font-size: 0.78rem; font-weight: 600; color: var(--copper); text-transform: uppercase; letter-spacing: 0.06em; }

/* ── BENEFITS ── */
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.benefit-card {
  background: var(--white); border-radius: 20px; padding: 2.2rem 1.8rem;
  border: 1px solid var(--border); transition: box-shadow 0.3s;
}
.benefit-card:hover { box-shadow: var(--shadow); }
.benefit-num { font-family: 'Fraunces', serif; font-size: 1.8rem; font-weight: 600; color: var(--copper); margin-bottom: 0.8rem; opacity: 0.8; }
.benefit-card h3 { margin-bottom: 0.6rem; }
.benefit-card p { font-size: 0.9rem; }

/* ── PRODUCT GRID ── */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.product-card {
  background: var(--white); border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border); transition: all 0.3s; display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.product-badge {
  position: absolute; margin: 0.8rem 0 0 0.8rem; z-index: 2;
  background: var(--copper); color: var(--white); font-size: 0.7rem; font-weight: 700;
  padding: 0.32rem 0.7rem; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.06em;
}
.product-image {
  height: 260px; display: flex; align-items: center; justify-content: center; position: relative;
}
.product-img-1 { background: linear-gradient(135deg, #E8F0EA 0%, #D5E5D8 100%); }
.product-img-2 { background: linear-gradient(135deg, #F0EDE5 0%, #E0DBC9 100%); }
.product-img-3 { background: linear-gradient(135deg, #F5EDE6 0%, #E8D8C8 100%); }
.product-img-4 { background: linear-gradient(135deg, #E8F5EE 0%, #D0E8D5 100%); }
.product-img-5 { background: linear-gradient(135deg, #EEF2E8 0%, #DDE5D0 100%); }
.product-img-6 { background: linear-gradient(135deg, #F0EAE5 0%, #E0D5C8 100%); }
.bottle-mini {
  width: 90px; height: 140px;
  background: linear-gradient(180deg, var(--sage) 0%, var(--sage-dark) 100%);
  border-radius: 8px 8px 6px 6px; box-shadow: 0 10px 30px rgba(74,107,92,0.25);
  position: relative;
}
.bottle-mini::after {
  content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 14px; background: var(--copper); border-radius: 3px 3px 0 0;
}
.product-info { padding: 1.4rem 1.6rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.product-info h3 { margin-bottom: 0.3rem; }
.product-tag { font-size: 0.8rem; color: var(--sage); margin-bottom: 0.8rem; font-weight: 500; }
.product-rating { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.review-count { font-size: 0.78rem; color: var(--muted); }
.product-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.product-price { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 600; color: var(--sage-dark); }
.btn-add {
  background: var(--sage); color: var(--white); font-size: 0.82rem; font-weight: 600;
  padding: 0.6rem 1.2rem; border-radius: 999px; transition: background 0.2s;
}
.btn-add:hover { background: var(--sage-dark); }

/* ── BUNDLE CTA ── */
.bundle-cta { padding: 0 0 5.5rem; }
.bundle-card {
  background: linear-gradient(135deg, var(--sage-dark) 0%, var(--sage) 100%);
  border-radius: 28px; padding: 3.5rem; display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 3rem; align-items: center;
  position: relative; overflow: hidden;
}
.bundle-card::before { content: ''; position: absolute; top: -40%; right: -10%; width: 60%; height: 160%; background: rgba(255,255,255,0.04); border-radius: 50%; }
.bundle-left { position: relative; z-index: 2; }
.bundle-left h2 { color: var(--cream); margin-bottom: 1rem; }
.bundle-left p { color: rgba(255,255,255,0.75); max-width: 420px; font-size: 1.05rem; }
.bundle-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem 2rem; margin-top: 1.8rem; }
.bf-item { display: flex; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500; }
.check { color: var(--copper); font-weight: 700; font-size: 1.1rem; }
.bundle-right { text-align: center; position: relative; z-index: 2; }
.bundle-price { display: flex; flex-direction: column; gap: 0.2rem; margin-bottom: 1.5rem; }
.bundle-was { text-decoration: line-through; color: rgba(255,255,255,0.5); font-size: 1.2rem; }
.bundle-now { font-family: 'Fraunces', serif; font-size: 3rem; font-weight: 600; color: var(--copper); }
.bundle-note { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-top: 0.8rem; display: block; }

/* ── REVIEWS ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card {
  background: var(--white); border-radius: 20px; padding: 2.2rem;
  border: 1px solid var(--border); display: flex; flex-direction: column; gap: 1rem;
}
.review-card .stars { font-size: 1.1rem; }
.review-card p { color: var(--text); font-size: 0.95rem; line-height: 1.6; }
.reviewer { display: flex; flex-direction: column; gap: 0.1rem; }
.reviewer-name { font-weight: 700; font-size: 0.9rem; color: var(--sage-dark); }
.reviewer-loc { font-size: 0.8rem; color: var(--muted); }

/* ── FAQ ── */
.faq-container { max-width: 760px; }
.faq-list { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 2rem; }
.faq-item { background: var(--white); border-radius: 16px; border: 1px solid var(--border); overflow: hidden; }
.faq-item summary { padding: 1.3rem 1.8rem; font-weight: 600; font-size: 0.95rem; color: var(--sage-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--copper); transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 1.8rem 1.4rem; font-size: 0.92rem; }

/* ── NEWSLETTER ── */
.newsletter { padding: 5.5rem 0; background: var(--cream-alt); }
.newsletter-inner { text-align: center; max-width: 540px; margin: 0 auto; }
.newsletter-inner h2 { margin-bottom: 0.8rem; }
.newsletter-inner p { margin-bottom: 2rem; font-size: 1.05rem; }
.newsletter-form { display: flex; gap: 0.8rem; margin-bottom: 1rem; }
.newsletter-form input {
  flex: 1; padding: 1rem 1.4rem; border: 2px solid var(--border); border-radius: 999px;
  font-family: 'Inter', sans-serif; font-size: 0.92rem; color: var(--text); background: var(--white); outline: none;
  transition: border-color 0.2s;
}
.newsletter-form input:focus { border-color: var(--sage); }
.newsletter-form button { white-space: nowrap; }
.newsletter-fine { font-size: 0.78rem; color: var(--muted); }

/* ── FOOTER ── */
.site-footer { background: var(--sage-dark); color: var(--cream); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin: 1rem 0; max-width: 300px; }
.social-links { display: flex; gap: 0.8rem; }
.social-links a { width: 36px; height: 36px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--cream); transition: background 0.2s; }
.social-links a:hover { background: var(--copper); }
.social-links svg { width: 16px; height: 16px; }
.footer-col h4 { color: var(--cream); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.2rem; }
.footer-col a { display: block; color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-bottom: 0.6rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--copper); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom span { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.82rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-legal a:hover { color: var(--copper); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
  .hero-text { display: flex; flex-direction: column; align-items: center; }
  .hero-trust { justify-content: center; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .bundle-card { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem; text-align: center; }
  .bundle-left { text-align: center; }
  .bundle-features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.8rem; text-align: center; }
}
@media (max-width: 600px) {
  .container { padding: 0 1.2rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .category-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .hero-float-card { right: 0; }
  .hero-rating { left: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
