/* =============================================================
   AIRBIK — Homepage
   Claude-style homepage port
   ============================================================= */

.ab-page,
.ab-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.front,
.page-content-container {
  background: #fffdfc;
}

.ab-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 1.5rem 4rem;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #2a2322;
  background: #fffdfc;
}

.ab-page a,
.ab-page a:hover,
.ab-page a:focus {
  text-decoration: none;
}

.ab-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.hero {
  text-align: center;
  padding: 3.5rem 1rem 2.5rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1.2rem;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid #e6b6ae;
  background: #fdf6f5;
  color: #a24737;
  font-size: 12px;
  font-weight: 500;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e84c3d;
}

.hero h1 {
  margin-bottom: 1rem;
  color: #2a2322;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
}

.hero h1 em {
  font-style: normal;
  color: #e84c3d;
}

.hero p {
  max-width: 480px;
  margin: 0 auto 2rem;
  color: #564a48;
  font-size: 15px;
  line-height: 1.6;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 2rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}

.pill-mini {
  font-size: 12px;
}

.pill-teal {
  border-color: #e5b1a7;
  background: #fdf5f4;
  color: #a24737;
}

.pill-purple {
  border-color: #d4b0bf;
  background: #fbf5f8;
  color: #86546a;
}

.pill-amber {
  border-color: #ddb488;
  background: #fdf6ec;
  color: #8a5b24;
}

.pill-coral {
  border-color: #e3afa5;
  background: #fdf1ef;
  color: #9b4536;
}

.pill-blue {
  border-color: #bcc8d7;
  background: #f7f9fb;
  color: #55657b;
}

.pill-pink {
  border-color: #d9b1bf;
  background: #fcf4f7;
  color: #8b5164;
}

.cta-row,
.final-cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.cta-btn,
.fcta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cta-btn:hover,
.cta-btn:focus,
.fcta-btn:hover,
.fcta-btn:focus {
  transform: translateY(-1px);
}

.cta-btn {
  min-width: 206px;
  padding: 12px 28px;
  font-size: 15px;
}

.cta-green {
  background: #e84c3d;
  color: #ffffff;
}

.cta-outline {
  background: #fffdfc;
  border: 1.5px solid #d8b9b4;
  color: #6f3d32;
}

.divider {
  border: none;
  border-top: 0.5px solid #ead7d3;
  margin: 2.5rem 0;
}

.section-label {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #7f6f6b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 2rem;
}

.audience-card {
  position: relative;
  overflow: hidden;
  min-height: 408px;
  padding: 1.8rem;
  border: 0.5px solid #ead7d3;
  border-radius: 16px;
  background: #fffdfc;
  box-shadow: 0 10px 24px rgba(153, 86, 74, 0.04);
}

.audience-card.lister {
  border-top: 3px solid #e84c3d;
}

.audience-card.renter {
  border-top: 3px solid #d4a1a8;
}

.audience-tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 4px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
}

.tag-teal {
  border-color: #e5b1a7;
  background: #fdf5f4;
  color: #a24737;
}

.tag-purple {
  border-color: #d4b0bf;
  background: #fbf5f8;
  color: #86546a;
}

.audience-card h3 {
  margin-bottom: 0.5rem;
  color: #2a2322;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.audience-card .sub {
  margin-bottom: 1.2rem;
  color: #564a48;
  font-size: 13px;
  line-height: 1.5;
}

.mini-pills {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.mini-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2f2827;
  font-size: 13px;
}

.dot-teal,
.dot-purple {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
}

.dot-teal {
  background: #e84c3d;
}

.dot-purple {
  background: #d4a1a8;
}

.earn-wrap {
  margin-top: 1.2rem;
}

.earn-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  background: #f8e4e1;
  color: #9f4234;
  font-size: 20px;
  font-weight: 500;
}

.earn-badge span {
  font-size: 13px;
  font-weight: 400;
}

.earn-label {
  margin-top: 3px;
  color: #a24737;
  font-size: 11px;
}

.renter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.2rem;
}

.spaces-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 2rem;
}

.space-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 0.5px solid #ead7d3;
  border-radius: 12px;
  background: #fffdfc;
  color: #2f2827;
  font-size: 13px;
}

.chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  font-size: 13px;
}

.chip-teal {
  background: #f8e4e1;
}

.chip-purple {
  background: #f2e7ed;
}

.chip-amber {
  background: #fae8d7;
}

.chip-coral {
  background: #f8ddd8;
}

.chip-blue {
  background: #edf2f7;
}

.chip-pink {
  background: #f6e6ea;
}

.chip-green {
  background: #f3ebe6;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 2rem;
}

.step-card {
  padding: 1.2rem;
  border-radius: 12px;
  background: #fffdfc;
  border: 0.5px solid #ead7d3;
}

.step-num {
  margin-bottom: 0.5rem;
  color: #7f6f6b;
  font-size: 11px;
  font-weight: 500;
}

.step-card h4 {
  margin-bottom: 0.3rem;
  color: #2a2322;
  font-size: 14px;
  font-weight: 500;
}

.step-card p {
  color: #564a48;
  font-size: 12px;
  line-height: 1.5;
}

.trust-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 2rem 1.8rem;
  border-radius: 16px;
  background: #fffdfc;
  border: 0.5px solid #ead7d3;
}

.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f8e4e1;
}

.trust-content h3 {
  margin-bottom: 0.4rem;
  color: #2a2322;
  font-size: 17px;
  font-weight: 500;
}

.trust-content p {
  max-width: 580px;
  color: #4d4341;
  font-size: 13px;
  line-height: 1.6;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 1rem;
}

.trust-pill {
  padding: 5px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}

.tp-green {
  border-color: #e3afa5;
  background: #fdf4f3;
  color: #9b4536;
}

.tp-blue {
  border-color: #d7b0be;
  background: #fbf4f7;
  color: #8b5164;
}

.tp-amber {
  border-color: #ddb488;
  background: #fdf6ec;
  color: #8a5b24;
}

.final-cta {
  padding: 3rem 1rem;
  border-radius: 20px;
  background: #fffdfc;
  border: 0.5px solid #ead7d3;
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 0.6rem;
  color: #2a2322;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.final-cta p {
  margin-bottom: 1.5rem;
  color: #564a48;
  font-size: 14px;
}

.fcta-btn {
  min-width: 196px;
  padding: 13px 32px;
  font-size: 14px;
}

.fcta-green {
  background: #e84c3d;
  color: #ffffff;
}

.fcta-purple {
  background: #f4d8d4;
  color: #9b4536;
}

@media (max-width: 600px) {
  .ab-page {
    padding: 12px 1rem 3rem;
  }

  .hero {
    padding: 2.7rem 0.25rem 2rem;
  }

  .hero h1 {
    font-size: 28px;
  }

  .two-col,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: auto;
  }

  .cta-btn,
  .fcta-btn {
    width: 100%;
    min-width: 0;
  }
}
