/* ========================================
   Become a Host — /become-a-host
   Scoped under .bah-page to avoid conflicts
   ======================================== */

.bah-page {
  --sand: #F5EFE4;
  --sand-dark: #EDE4D4;
  --sand-deeper: #E2D5BE;
  --terracotta: #C4714A;
  --bah-gold: #C9971C;
  --bah-gold-light: #E0AE3A;
  --gold-pale: #F0D898;
  --charcoal: #2C2420;
  --warm-brown: #6B5240;
  --warm-mid: #8C7060;
  --warm-light: #B8A090;
  --bah-white: #FDFAF5;
  --ff-serif: 'Cormorant Garamond', Georgia, serif;
  --ff-sans: 'DM Sans', sans-serif;

  font-family: var(--ff-sans);
  font-weight: 300;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--bah-white);
}

/* SHARED */
.bah-page .bah-container { max-width: 1160px; margin: 0 auto; padding: 0 48px; }
.bah-page .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 16px; }
.bah-page .eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--terracotta); }
.bah-page .section-title { font-family: var(--ff-serif); font-size: clamp(38px, 4vw, 56px); font-weight: 300; line-height: 1.1; color: var(--charcoal); margin-bottom: 18px; }
.bah-page .section-title em { font-style: italic; color: var(--terracotta); }
.bah-page .section-body { font-size: 15px; font-weight: 300; color: var(--warm-brown); line-height: 1.8; max-width: 520px; }
.bah-page .btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--bah-gold); color: var(--bah-white); padding: 15px 32px; border-radius: 100px; font-family: var(--ff-sans); font-size: 14px; font-weight: 500; text-decoration: none; transition: background 0.25s, transform 0.2s, box-shadow 0.25s; box-shadow: 0 4px 20px rgba(201,151,28,0.28); border: none; cursor: pointer; }
.bah-page .btn-primary:hover { background: var(--bah-gold-light); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,151,28,0.38); }
.bah-page .btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--warm-brown); padding: 14px 28px; border-radius: 100px; font-family: var(--ff-sans); font-size: 14px; font-weight: 400; text-decoration: none; border: 1px solid var(--sand-deeper); transition: border-color 0.2s, color 0.2s; cursor: pointer; }
.bah-page .btn-secondary:hover { border-color: var(--terracotta); color: var(--terracotta); }

/* HERO */
.bah-page .bah-hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.bah-page .hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 64px 80px 80px; }
.bah-page .hero-eyebrow { animation: bahFadeUp 0.7s 0.05s ease both; }
.bah-page .hero-title { font-family: var(--ff-serif); font-size: clamp(54px,5.5vw,82px); font-weight: 300; line-height: 1.06; color: var(--charcoal); margin-bottom: 26px; animation: bahFadeUp 0.7s 0.15s ease both; }
.bah-page .hero-title em { font-style: italic; color: var(--terracotta); }
.bah-page .hero-sub { font-size: 16px; font-weight: 300; color: var(--warm-brown); line-height: 1.78; max-width: 420px; margin-bottom: 40px; animation: bahFadeUp 0.7s 0.25s ease both; }
.bah-page .hero-actions { display: flex; align-items: center; gap: 20px; animation: bahFadeUp 0.7s 0.35s ease both; }
.bah-page .hero-stats { display: flex; gap: 40px; margin-top: 56px; padding-top: 36px; border-top: 1px solid var(--sand-deeper); animation: bahFadeUp 0.7s 0.45s ease both; }
.bah-page .hero-stat strong { display: block; font-family: var(--ff-serif); font-size: 38px; font-weight: 400; color: var(--charcoal); line-height: 1; margin-bottom: 4px; }
.bah-page .hero-stat span { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-light); }
.bah-page .hero-right { position: relative; overflow: hidden; }
.bah-page .hero-bg { position: absolute; inset: 0; background: url('https://indyguide-web-development.s3.us-east-2.amazonaws.com/gallery/indyguide/thumbnail/1773588541-indyguide-1773588541766.webp') center/cover no-repeat; }
.bah-page .hero-bg::after { content: ''; position: absolute; inset: 0; background: rgba(44,36,32,.15); }
.bah-page .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--bah-white) 0%, transparent 22%); }
.bah-page .hero-badge { position: absolute; bottom: 52px; left: 44px; background: rgba(253,250,245,0.94); backdrop-filter: blur(10px); border: 1px solid rgba(196,113,74,0.2); border-radius: 14px; padding: 20px 24px; animation: bahFadeUp 0.7s 0.7s ease both; }
.bah-page .badge-inner { display: flex; align-items: center; gap: 14px; }
.bah-page .badge-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg,var(--terracotta),var(--bah-gold)); display: flex; align-items: center; justify-content: center; font-family: var(--ff-serif); font-size: 20px; color: var(--bah-white); flex-shrink: 0; }
.bah-page .badge-info strong { display: block; font-family: var(--ff-serif); font-size: 16px; font-weight: 500; color: var(--charcoal); }
.bah-page .badge-info span { font-size: 12px; color: var(--warm-mid); }
.bah-page .badge-stars { font-size: 12px; color: var(--bah-gold); margin-top: 3px; }
.bah-page .badge-stars em { color: rgba(44,36,32,.45); font-style: normal; font-weight: 300; margin-left: 4px; }
.bah-page .camel { position: absolute; bottom: 60px; right: 60px; width: 220px; opacity: 0.1; color: var(--charcoal); }

/* VALUES */
.bah-page .values-section { padding: 120px 0; background: var(--sand); }
.bah-page .values-header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.bah-page .values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--sand-deeper); }
.bah-page .value-card { background: var(--sand); padding: 44px 36px; position: relative; overflow: hidden; transition: background 0.3s; }
.bah-page .value-card:hover { background: var(--bah-white); }
.bah-page .value-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--terracotta); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.bah-page .value-card:hover::before { transform: scaleX(1); }
.bah-page .value-num { position: absolute; top: 32px; right: 30px; font-family: var(--ff-serif); font-size: 60px; font-weight: 300; color: var(--sand-deeper); line-height: 1; transition: color 0.3s; }
.bah-page .value-card:hover .value-num { color: var(--gold-pale); }
.bah-page .value-icon { width: 40px; height: 40px; margin-bottom: 20px; color: var(--terracotta); }
.bah-page .value-title { font-family: var(--ff-serif); font-size: 21px; font-weight: 500; color: var(--charcoal); margin-bottom: 10px; }
.bah-page .value-desc { font-size: 13.5px; font-weight: 300; color: var(--warm-mid); line-height: 1.75; }

/* HOW IT WORKS */
.bah-page .how-section { padding: 120px 0; background: var(--bah-white); }
.bah-page .how-header { text-align: center; margin-bottom: 72px; }
.bah-page .how-header .eyebrow { justify-content: center; }
.bah-page .how-header .eyebrow::before { display: none; }
.bah-page .how-header .section-body { margin: 0 auto; }
.bah-page .steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--sand-deeper); }
.bah-page .step-card { background: var(--bah-white); padding: 44px 36px; transition: background 0.25s; }
.bah-page .step-card:hover { background: var(--sand); }
.bah-page .step-num-badge { width: 38px; height: 38px; border-radius: 50%; background: var(--bah-gold); color: var(--bah-white); font-family: var(--ff-serif); font-size: 17px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: transform 0.25s, box-shadow 0.25s; }
.bah-page .step-card:hover .step-num-badge { transform: scale(1.1); box-shadow: 0 4px 16px rgba(201,151,28,.35); }
.bah-page .step-title { font-family: var(--ff-serif); font-size: 20px; font-weight: 500; color: var(--charcoal); margin-bottom: 10px; }
.bah-page .step-desc { font-size: 13.5px; font-weight: 300; color: var(--warm-mid); line-height: 1.75; }

/* ADVANTAGES */
.bah-page .advantages-section { padding: 120px 0; background: var(--charcoal); position: relative; overflow: hidden; }
.bah-page .advantages-section::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 72px; background: var(--bah-white); clip-path: ellipse(55% 100% at 50% 0%); }
.bah-page .adv-bg-word { position: absolute; bottom: -50px; right: -30px; font-family: var(--ff-serif); font-size: 260px; font-weight: 300; color: rgba(255,255,255,.025); line-height: 1; user-select: none; pointer-events: none; white-space: nowrap; }
.bah-page .advantages-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: start; position: relative; z-index: 1; }
.bah-page .advantages-left .eyebrow { color: var(--gold-pale); }
.bah-page .advantages-left .eyebrow::before { background: var(--gold-pale); }
.bah-page .advantages-left .section-title { color: #fff; }
.bah-page .adv-quote { margin-top: 36px; padding-left: 22px; border-left: 2px solid var(--terracotta); }
.bah-page .adv-quote p { font-family: var(--ff-serif); font-size: 19px; font-style: italic; font-weight: 300; color: rgba(255,255,255,.68); line-height: 1.65; margin-bottom: 12px; }
.bah-page .adv-quote cite { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--warm-light); font-style: normal; }
.bah-page .adv-list { display: flex; flex-direction: column; gap: 2px; }
.bah-page .adv-item { display: grid; grid-template-columns: 52px 1fr; align-items: start; padding: 26px 28px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); transition: background 0.25s, border-color 0.25s; }
.bah-page .adv-item:first-child { border-radius: 12px 12px 0 0; }
.bah-page .adv-item:last-child { border-radius: 0 0 12px 12px; }
.bah-page .adv-item:hover { background: rgba(201,151,28,.08); border-color: rgba(201,151,28,.2); }
.bah-page .adv-icon { width: 26px; height: 26px; color: var(--bah-gold); margin-top: 2px; }
.bah-page .adv-item strong { display: block; font-family: var(--ff-serif); font-size: 17px; font-weight: 500; color: #fff; margin-bottom: 3px; }
.bah-page .adv-item p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.5); line-height: 1.65; }

/* TESTIMONIAL */
.bah-page .testimonial-section { padding: 100px 0; background: var(--sand); }
.bah-page .testimonial-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; margin-top: 56px; }
.bah-page .testimonial-avatar { width: 88px; height: 88px; border-radius: 50%; background: linear-gradient(135deg,var(--terracotta),var(--bah-gold)); display: flex; align-items: center; justify-content: center; font-family: var(--ff-serif); font-size: 36px; color: var(--bah-white); margin-bottom: 18px; }
.bah-page .testimonial-name { font-family: var(--ff-serif); font-size: 24px; font-weight: 500; color: var(--charcoal); margin-bottom: 4px; }
.bah-page .testimonial-role { font-size: 13px; color: var(--warm-mid); margin-bottom: 14px; line-height: 1.5; }
.bah-page .superhost-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--bah-gold); color: var(--bah-white); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; }
.bah-page .testimonial-body { background: var(--bah-white); border-radius: 20px; padding: 52px; border: 1px solid var(--sand-deeper); position: relative; }
.bah-page .testimonial-body::before { content: '\201C'; font-family: var(--ff-serif); font-size: 120px; font-weight: 300; color: var(--gold-pale); line-height: 0.8; position: absolute; top: 32px; left: 36px; }
.bah-page .testimonial-text { font-family: var(--ff-serif); font-size: 19px; font-weight: 300; font-style: italic; color: var(--charcoal); line-height: 1.75; position: relative; z-index: 1; padding-top: 36px; }
.bah-page .testimonial-stars { font-size: 18px; color: var(--bah-gold); margin-top: 28px; }

/* WHO IT'S FOR */
.bah-page .who-section { padding: 100px 0; background: var(--bah-white); }
.bah-page .who-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
.bah-page .who-card { background: var(--sand); border-radius: 16px; padding: 36px 32px; border: 1px solid var(--sand-deeper); transition: transform 0.25s, box-shadow 0.25s; position: relative; overflow: hidden; }
.bah-page .who-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right,var(--terracotta),var(--bah-gold)); transform: scaleX(0); transform-origin: left; transition: transform 0.35s; }
.bah-page .who-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(44,36,32,.09); }
.bah-page .who-card:hover::after { transform: scaleX(1); }
.bah-page .who-emoji { font-size: 32px; margin-bottom: 16px; display: block; }
.bah-page .who-title { font-family: var(--ff-serif); font-size: 21px; font-weight: 500; color: var(--charcoal); margin-bottom: 8px; }
.bah-page .who-desc { font-size: 13.5px; font-weight: 300; color: var(--warm-mid); line-height: 1.75; }

/* REQUIREMENTS */
.bah-page .requirements-section { padding: 100px 0; background: var(--sand); }
.bah-page .requirements-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.bah-page .req-list { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.bah-page .req-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; font-weight: 300; color: var(--warm-brown); line-height: 1.6; }
.bah-page .req-check { width: 20px; height: 20px; border-radius: 50%; background: var(--bah-gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.bah-page .req-check svg { width: 10px; height: 10px; color: var(--bah-white); }

/* VERIFICATION */
.bah-page .verification-section { padding: 100px 0; background: var(--bah-white); }
.bah-page .verif-steps { display: flex; flex-direction: column; gap: 2px; margin-top: 56px; }
.bah-page .verif-step { display: grid; grid-template-columns: 64px 1fr; gap: 0; padding: 32px 36px; background: var(--sand); border: 1px solid var(--sand-deeper); transition: background 0.25s; }
.bah-page .verif-step:first-child { border-radius: 12px 12px 0 0; }
.bah-page .verif-step:last-child { border-radius: 0 0 12px 12px; }
.bah-page .verif-step:hover { background: var(--bah-white); }
.bah-page .verif-num { width: 36px; height: 36px; border-radius: 50%; background: var(--charcoal); color: #fff; font-family: var(--ff-serif); font-size: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.bah-page .verif-title { font-family: var(--ff-serif); font-size: 20px; font-weight: 500; color: var(--charcoal); margin-bottom: 6px; }
.bah-page .verif-desc { font-size: 13.5px; font-weight: 300; color: var(--warm-mid); line-height: 1.75; }

/* FAQ */
.bah-page .faq-section { padding: 100px 0; background: var(--sand); }
.bah-page .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--sand-deeper); margin-top: 56px; }
.bah-page .faq-item { background: var(--sand); }
.bah-page .faq-question { width: 100%; text-align: left; padding: 26px 32px; font-family: var(--ff-serif); font-size: 18px; font-weight: 500; color: var(--charcoal); background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: color 0.2s; }
.bah-page .faq-question:hover { color: var(--terracotta); }
.bah-page .faq-chevron { width: 18px; height: 18px; flex-shrink: 0; color: var(--warm-light); transition: transform 0.3s, color 0.2s; }
.bah-page .faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--terracotta); }
.bah-page .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.bah-page .faq-answer-inner { padding: 0 32px 24px; font-size: 14px; font-weight: 300; color: var(--warm-mid); line-height: 1.75; }
.bah-page .faq-item.open .faq-answer { max-height: 300px; }

/* SIGN UP */
.bah-page .signup-section { padding: 100px 0 120px; background: var(--charcoal); position: relative; overflow: hidden; }
.bah-page .signup-section::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 72px; background: var(--sand); clip-path: ellipse(55% 100% at 50% 0%); }
.bah-page .signup-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.bah-page .signup-left .section-title { color: #fff; }
.bah-page .signup-left .eyebrow { color: var(--gold-pale); }
.bah-page .signup-left .eyebrow::before { background: var(--gold-pale); }
.bah-page .signup-left .section-body { color: rgba(255,255,255,.55); margin-bottom: 36px; }
.bah-page .signup-reassure { display: flex; flex-direction: column; gap: 12px; }
.bah-page .reassure-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.5); }
.bah-page .reassure-item svg { width: 16px; height: 16px; color: var(--bah-gold); flex-shrink: 0; }
.bah-page .signup-box { background: var(--bah-white); border-radius: 20px; padding: 52px 48px; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.bah-page .signup-box-title { font-family: var(--ff-serif); font-size: 28px; font-weight: 500; color: var(--charcoal); margin-bottom: 8px; }
.bah-page .signup-box-sub { font-size: 14px; font-weight: 300; color: var(--warm-mid); line-height: 1.65; margin-bottom: 32px; }
.bah-page .signup-actions { display: flex; flex-direction: column; gap: 12px; }
.bah-page .signup-actions .btn-primary { justify-content: center; font-size: 15px; padding: 17px; }
.bah-page .signup-actions .btn-secondary { justify-content: center; }
.bah-page .signup-note { text-align: center; margin-top: 16px; font-size: 12px; color: var(--warm-light); line-height: 1.6; }
.bah-page .signup-note a { color: var(--terracotta); text-decoration: none; }
.bah-page .signup-note a:hover { text-decoration: underline; }

/* ANIMATION */
@keyframes bahFadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

/* RESPONSIVE */
@media (max-width: 900px) {
  .bah-page .bah-hero { grid-template-columns: 1fr; min-height: auto; }
  .bah-page .hero-left { padding: 60px 32px; }
  .bah-page .hero-right { min-height: 300px; }
  .bah-page .hero-stats { flex-wrap: wrap; gap: 24px; }
  .bah-page .bah-container { padding: 0 24px; }
  .bah-page .values-header { grid-template-columns: 1fr; gap: 24px; }
  .bah-page .values-grid { grid-template-columns: 1fr; }
  .bah-page .steps-grid { grid-template-columns: 1fr; }
  .bah-page .advantages-inner { grid-template-columns: 1fr; gap: 48px; }
  .bah-page .testimonial-inner { grid-template-columns: 1fr; gap: 32px; }
  .bah-page .who-grid { grid-template-columns: 1fr; }
  .bah-page .requirements-inner { grid-template-columns: 1fr; gap: 32px; }
  .bah-page .faq-grid { grid-template-columns: 1fr; }
  .bah-page .signup-inner { grid-template-columns: 1fr; gap: 48px; }
  .bah-page .values-section,
  .bah-page .how-section,
  .bah-page .advantages-section,
  .bah-page .testimonial-section,
  .bah-page .who-section,
  .bah-page .requirements-section,
  .bah-page .verification-section,
  .bah-page .faq-section,
  .bah-page .signup-section { padding: 64px 0; }
  .bah-page .testimonial-body { padding: 32px 24px; }
  .bah-page .signup-box { padding: 32px 24px; }
}
