/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #faf9f7;
  color: #1a1a1a;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
}

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c07a3a;
  margin-bottom: 0.75rem;
}
.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.section-sub {
  font-size: 1.0625rem;
  color: #555;
  max-width: 540px;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.btn-primary {
  background: #5C3D2E;
  color: #fff;
  border-color: #5C3D2E;
}
.btn-primary:hover { background: #4A3024; border-color: #4A3024; transform: translateY(-1px); }
.btn-secondary {
  background: transparent;
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-secondary:hover { background: #2b1c14; color: #fff; }
.btn-outline {
  background: transparent;
  color: #c07a3a;
  border-color: #c07a3a;
}
.btn-outline:hover { background: #c07a3a; color: #fff; }
.btn-cafe-cta {
  background: #2d6a4f;
  color: #fff;
  border-color: #2d6a4f;
}
.btn-cafe-cta:hover { background: #1b4332; border-color: #1b4332; transform: translateY(-1px); }

/* ===== NAV ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 249, 247, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e8e4de;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  flex-shrink: 0;
  letter-spacing: -0.01em;
}
.logo-mark { font-size: 1.4rem; }
.logo-mark-img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  gap: 1.5rem;
  flex: 1;
}
.nav-links a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #444;
  transition: color 0.15s;
}
.nav-links a:hover { color: #c07a3a; }

/* ===== LANG TOGGLE ===== */
.lang-btn {
  background: none;
  border: 1px solid #d4cfc7;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #888;
  transition: all 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}
.lang-btn:hover { border-color: #c07a3a; color: #c07a3a; }
.lang-active {
  color: #c07a3a !important;
  border-color: #c07a3a !important;
}
.nav-lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}
.lang-sep { color: #ccc; }
.nav-login-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #c07a3a;
  margin-right: 0.75rem;
  flex-shrink: 0;
  transition: color 0.15s;
}
.nav-login-link:hover { color: #a0622e; }

/* ===== TAGLINE BAND ===== */
.tagline-band {
  background: #2b1c14;
  color: #c07a3a;
  text-align: center;
  padding: 0.6rem 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: 0.05em;
}

/* ===== HERO INTRO (above dual split) ===== */
.hero-intro {
  background: #faf9f7;
  padding: 4rem 1.5rem 3rem;
}
.hero-intro-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}
.hero-intro-logo {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.hero-intro-text {
  text-align: center;
}
.hero-intro-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.hero-intro-sub {
  font-size: 1.125rem;
  color: #555;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero-intro { padding: 3rem 1.5rem 2rem; }
  .hero-intro-inner { flex-direction: column; text-align: center; gap: 1.5rem; }
  .hero-intro-text { text-align: center; }
  .hero-intro-logo { width: 100px; height: 100px; border-radius: 14px; }
  .hero-intro-headline { font-size: 1.75rem; }
  .hero-intro-sub { font-size: 1rem; }
}

/* ===== DUAL HERO ===== */
.hero-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}
.hero-side {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
}
.hero-brand {
  background: #faf9f7;
  border-right: 1px solid #e8e4de;
}
.hero-cafe {
  background: #2b1c14;
  color: #fff;
}
.hero-cafe .hero-sub { color: #aaa; }
.hero-cafe .hero-body { color: #888; }
.hero-side-inner {
  max-width: 440px;
  width: 100%;
}
.hero-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.25rem;
}
.hero-badge-brand {
  background: #f0ebe2;
  color: #8b6914;
}
.hero-badge-cafe {
  background: rgba(45, 106, 79, 0.2);
  color: #74c69d;
  border: 1px solid rgba(116, 198, 157, 0.3);
}
.hero-headline {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.hero-cafe .hero-headline { color: #fff; }
.hero-sub {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: 500;
}
.hero-body {
  font-size: 0.9375rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.hero-cafe .hero-body { color: #888; }
.hero-ctas {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.hero-cafe .hero-ctas .btn-secondary {
  color: #fff;
  border-color: #555;
}
.hero-cafe .hero-ctas .btn-secondary:hover {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}

/* ===== DIRECTORY ===== */
.directory {
  background: #f0ebe2;
  padding: 5rem 1.5rem;
  text-align: center;
}
.directory-badge-row {
  margin-bottom: 1.5rem;
}
.security-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #d4cfc7;
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2d6a4f;
}
.directory .section-title { color: #1a1a1a; }
.directory .section-sub { margin: 0 auto 2rem; color: #666; max-width: 480px; }
.directory-areas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.areas-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}
.areas-list {
  font-size: 0.9375rem;
  color: #1a1a1a;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.directory-cta { margin-top: 0; }

/* ===== HOW IT WORKS ===== */
.how-it-works {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
.how-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 3rem;
}
.how-col-brand {
  background: #fff;
  border-right: 1px solid #e8e4de;
}
.how-col-cafe {
  background: #f8f6f2;
}
.how-col-inner {
  max-width: 400px;
  width: 100%;
}
.how-col .section-label { color: #888; }
.how-col .section-title { font-size: 1.75rem; color: #1a1a1a; }
.steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}
.step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.step-num {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #c07a3a;
  font-family: 'Inter', monospace;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  padding-top: 0.2rem;
  min-width: 28px;
}
.step-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.35rem;
}
.step-content p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}

/* ===== PRICING ===== */
.pricing {
  padding: 5rem 1.5rem;
  text-align: center;
  background: #fff;
}
.pricing .section-title { text-align: center; margin-left: auto; margin-right: auto; }
.pricing-audience-label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 1rem;
  text-align: left;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}
.disclaimer-box {
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
}
.disclaimer-box-inner {
  background: #fff8f0;
  border: 1.5px solid #f0d9b5;
  border-radius: 10px;
  padding: 1rem 1.25rem;
}
.disclaimer-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #92400e;
  margin-bottom: 0.35rem;
}
.disclaimer-box-inner p {
  font-size: 0.875rem;
  color: #5c3a14;
  line-height: 1.55;
  margin: 0;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto 1rem;
}
.pricing-grid-brand { }
.pricing-card {
  background: #faf9f7;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid #ece8e0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}
.pricing-featured {
  border: 2px solid #c07a3a;
  background: #faf6f0;
}
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #c07a3a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.25rem 1rem;
  letter-spacing: 0.05em;
}
.pricing-tier {
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 0.5rem;
}
.pricing-price { display: flex; align-items: baseline; gap: 0.1rem; flex-wrap: wrap; }
.price-currency { font-size: 1.5rem; font-weight: 600; color: #1a1a1a; }
.price-amount { font-size: 2.5rem; font-weight: 700; color: #1a1a1a; line-height: 1; white-space: nowrap; }
.price-dash { font-size: 2rem; font-weight: 700; color: #1a1a1a; line-height: 1; margin: 0 0.1rem; }
.price-period { font-size: 0.9rem; color: #888; margin-left: 0.25rem; }
.pricing-desc { font-size: 0.875rem; color: #666; margin-bottom: 0.5rem; }
.pricing-features { display: flex; flex-direction: column; gap: 0.5rem; flex: 1; margin: 0.25rem 0 0.75rem; }
.pricing-features li {
  font-size: 0.875rem;
  color: #444;
  padding-left: 1.25rem;
  position: relative;
}
.pricing-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #c07a3a;
  font-weight: 700;
}

/* Café pricing block — clean vertical layout */
.pricing-cafe-block {
  max-width: 720px;
  margin: 0 auto;
  background: #2b1c14;
  border-radius: 20px;
  padding: 3.5rem 3rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.pricing-cafe-header {
  text-align: center;
  margin-bottom: 2rem;
}
.earnings-amount {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #74c69d;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.earnings-split {
  font-size: 0.9375rem;
  color: #999;
  margin: 0;
}
.pricing-cafe-divider {
  width: 60px;
  height: 2px;
  background: #333;
  border-radius: 1px;
  margin-bottom: 2rem;
}
.pricing-cafe-benefits {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: 480px;
  margin-bottom: 2.5rem;
}
.cafe-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.15s;
}
.cafe-benefit-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.cafe-benefit-icon {
  color: #74c69d;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
  line-height: 1.5;
}
.cafe-benefit-item span {
  font-size: 0.9375rem;
  color: #ddd;
  line-height: 1.5;
}

/* ===== CTA BLOCK ===== */
.cta-block {
  background: #f0ebe2;
  padding: 5rem 1.5rem;
  text-align: center;
}
.cta-inner { max-width: 540px; margin: 0 auto; }
.cta-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.cta-inner p { font-size: 1rem; color: #555; margin-bottom: 2rem; }
.cta-role-btns {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.role-btn {
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid #d4cfc7;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  color: #666;
}
.role-btn.active,
.role-btn:hover { color: #c07a3a; border-color: #c07a3a; }
.cta-form { display: flex; flex-direction: column; gap: 0.75rem; }
.form-row { display: flex; gap: 0.75rem; }
.cta-form input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  border: 1px solid #d4cfc7;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-family: 'Inter', sans-serif;
  background: #fff;
  outline: none;
  transition: border-color 0.15s;
}
.cta-form input:focus { border-color: #c07a3a; }
.form-note { font-size: 0.8125rem; color: #888; margin-top: 0.5rem; }
.form-success {
  background: #fff;
  border: 1px solid #c07a3a;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-weight: 500;
  color: #c07a3a;
}

/* ===== FOOTER ===== */
.footer {
  background: #2b1c14;
  color: #fff;
  padding: 3rem 1.5rem 1.5rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #333;
  margin-bottom: 1.5rem;
}
.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.footer-brand .logo-mark { font-size: 1.75rem; padding-top: 0.1rem; }
.footer-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.footer-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.footer-tagline {
  font-size: 0.8125rem;
  color: #888;
  margin-top: 0.25rem;
  font-style: italic;
}
.footer-links { display: flex; gap: 3rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #888; margin-bottom: 0.5rem; }
.footer-col a { font-size: 0.875rem; color: #aaa; transition: color 0.15s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p { font-size: 0.8125rem; color: #666; }
.footer-lang {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.footer-lang-btn {
  background: none;
  border: 1px solid #444;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #666;
  transition: all 0.15s;
}
.footer-lang-btn:hover { border-color: #c07a3a; color: #c07a3a; }
.footer-lang-btn.lang-active { color: #c07a3a; border-color: #c07a3a; }

/* ===== FAQ ===== */
.faq-section {
  padding: 4rem 1.5rem;
  background: #faf9f7;
  text-align: left;
}
.faq-section .section-inner { text-align: center; }
.faq-item {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #e8e4de;
}
.faq-item:first-of-type { border-top: 1px solid #e8e4de; margin-top: 2rem; }
.faq-q {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  padding: 1.25rem 2.25rem 1.25rem 0;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+';
  position: absolute;
  right: 0.25rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #c07a3a;
  line-height: 1;
}
.faq-item[open] .faq-q::after { content: '\2212'; }
.faq-icon { font-size: 1.25rem; }
.faq-a {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
  padding: 0 2.25rem 1.5rem 0;
}

/* ===== SOCIAL PROOF ===== */
.social-proof {
  background: #2b1c14;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

/* Stats bar */
.social-stats-bar {
  display: flex;
  align-items: stretch;
  background: #241712;
  border-bottom: 1px solid #3d2a1e;
}
.social-stat {
  flex: 1;
  padding: 2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}
.social-stat-divider {
  width: 1px;
  background: #3d2a1e;
  flex-shrink: 0;
}
.social-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #c07a3a;
  line-height: 1;
}
.social-stat-label {
  font-size: 0.8125rem;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.verified-count { color: #2d6a4f !important; }

/* Testimonials */
.social-testimonials-row {
  padding: 4rem 1.5rem 3rem;
}
.social-testimonials-row-alt {
  background: #1e1e1e;
  padding: 4rem 1.5rem 3rem;
}
.social-testimonials-label {
  text-align: center;
  color: #888;
  display: block;
  margin-bottom: 2rem;
}
.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.testimonial-card {
  background: #252525;
  border: 1px solid #333;
  border-radius: 14px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.testimonial-card-brand {
  background: #2a2a2a;
}
.testimonial-avatar {
  font-size: 1.5rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonial-text {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.65;
  flex: 1;
  font-style: italic;
}
.testimonial-credit {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid #333;
}
.testimonial-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.testimonial-meta {
  font-size: 0.75rem;
  color: #888;
}

/* Press logos */
.social-press {
  padding: 2rem 1.5rem 3rem;
  text-align: center;
  background: #2b1c14;
  border-top: 1px solid #252525;
}
.social-press-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 1.25rem;
}
.press-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.press-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.03em;
}
.press-sep {
  color: #333;
  font-size: 1.25rem;
  line-height: 1;
}

/* Social links row (replaces press logos) */
.social-links-row {
  gap: 1.5rem;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: color 0.2s ease;
}
.social-link:hover {
  color: #c17f3e;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .testimonial-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .social-stats-bar {
    flex-direction: column;
  }
  .social-stat-divider {
    width: 100%;
    height: 1px;
  }
}
/* ===== BRAND SPLIT NOTE ===== */
.brand-split-note {
  font-size: 0.8125rem;
  color: #888;
  max-width: 700px;
  margin: 0.5rem auto 0;
  text-align: center;
}

/* ===== PRICING SECTION DIVIDER ===== */
/* Visual break between Brand and Café pricing audiences */
.pricing-section-divider {
  max-width: 1100px;
  margin: 3rem auto 2.5rem;
  padding: 0 1.5rem;
  position: relative;
}
.pricing-section-divider::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #d4cfc7, transparent);
}

/* Prominent audience tag — pill style matching homepage hero badges */
.pricing-audience-tag {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.4rem 1.25rem;
  max-width: 1100px;
  margin: 0 auto 1.25rem;
  text-align: left;
}
.pricing-audience-tag-cafe {
  background: rgba(45, 106, 79, 0.12);
  color: #2d6a4f;
  border: 1px solid rgba(45, 106, 79, 0.25);
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero-dual { grid-template-columns: 1fr; }
  .hero-side { padding: 3rem 1.5rem; }
  .hero-headline { font-size: 2.25rem; }
  .how-it-works { grid-template-columns: 1fr; }
  .how-col { padding: 3rem 1.5rem; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-cafe-block { padding: 2.5rem 1.5rem; border-radius: 14px; }
  .earnings-amount { font-size: 1.5rem; }
  .pricing-cafe-benefits { max-width: 100%; }
  .cafe-benefit-item { padding: 0.65rem 0.85rem; }
  .form-row { flex-direction: column; }
  .footer-inner { flex-direction: column; }
  .footer-links { flex-direction: column; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .directory-areas { flex-direction: column; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 1.875rem; }
  .hero-ctas { flex-direction: column; }
  .btn { width: 100%; text-align: center; }
}
/* ── Brand subscription billing toggle (monthly ↔ annual) ─────────────────── */
.bt-radio { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
.billing-toggle {
  display: inline-flex; gap: 0.25rem; background: #f1ece6;
  border-radius: 999px; padding: 0.25rem; margin: 0.5rem 0 1rem;
}
.bt-opt {
  cursor: pointer; padding: 0.4rem 0.9rem; border-radius: 999px;
  font-size: 0.8125rem; font-weight: 600; color: #7a6a5a;
  display: inline-flex; align-items: center; gap: 0.4rem;
  transition: background 0.15s, color 0.15s;
}
#bt-monthly:checked ~ .billing-toggle .bt-opt-monthly,
#bt-annual:checked ~ .billing-toggle .bt-opt-annual {
  background: #fff; color: #5C3D2E; box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.bt-save {
  background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0;
  border-radius: 999px; font-size: 0.65rem; font-weight: 600; padding: 0.05rem 0.45rem;
}
/* Only ever hide the inactive side (display:none); the shown side keeps its
   natural display (flex price row, inline-block/block CTA) so layout never breaks. */
#bt-monthly:checked ~ .bt-price-annual,
#bt-monthly:checked ~ .bt-cta-annual { display: none; }
#bt-annual:checked ~ .bt-price-monthly,
#bt-annual:checked ~ .bt-cta-monthly { display: none; }

/* ── Stats band star + final CTA direct buttons + large button ───────────── */
.social-stat-star { color: #c07a3a; margin-left: 0.1em; }
.cta-final-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}
.btn-lg { padding: 0.95rem 2.25rem; font-size: 1.0625rem; }
@media (max-width: 560px) {
  .cta-final-btns { flex-direction: column; align-items: stretch; }
  .cta-final-btns .btn { width: 100%; text-align: center; }
}

/* Café hero: coffee-equivalent value line */
.hero-coffee-equiv {
  font-size: 0.875rem;
  color: #d9a679;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Directory: café tier badge (premium / flagship) */
.cafe-tier-badge {
  display: inline-flex; align-items: center;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.03em;
  padding: 0.2rem 0.55rem; border-radius: 999px;
}
.cafe-tier-premium { background: #fef3c7; color: #92600e; border: 1px solid #fcd34d; }
.cafe-tier-flagship { background: #2b1c14; color: #e9c46a; border: 1px solid #b08842; }
