/* ----- Layout ----- */
.container-custom {
  max-width: 640px;
  margin: auto;
  padding: 20px;
}

/* Legal pages (terms, privacy, disclaimer) */
.page-content {
  max-width: 720px;
  margin: auto;
  padding: 24px 20px 60px;
}

.page-content h1 { font-size: 1.5rem; margin-bottom: 0.25rem; }
.page-content h2 { font-size: 1.1rem; margin-top: 2rem; }
.page-content h3 { font-size: 1rem; }
.page-content h4 { font-size: 0.95rem; }

/* Back link (commented out in app view — kept for web) */
.back {
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  display: block;
}

/* ----- Home page components ----- */
.app-icon {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.rounded {
  border-radius: 30% !important;
}

.poppins-logo {
  width: 30px;
  height: auto;
  display: block;
}

/* ----- Divider ----- */
.divider {
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

/* ----- FAQ Accordion ----- */
.faq-section h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.accordion-button {
  font-size: 1rem;
  font-weight: 400;
  color: var(--bs-secondary-color);
  background-color: transparent;
  box-shadow: none;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-secondary-color);
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  font-size: 1rem;
  color: var(--bs-secondary-color);
  padding-top: 0;
}

.accordion-item.border-bottom {
  border-bottom-color: #eee !important;
}

/* ----- Social Proof (star rating + laurel) ----- */
.social-proof {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.star-rating {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.stars {
  color: #f5a623;
  font-size: 1rem;
  letter-spacing: 1px;
}

.star-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: #555;
}

.laurel-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.laurel-badge img {
  height: 32px;
  width: auto;
}

.laurel-text {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  color: #555;
}

.laurel-text span:first-child {
  font-size: 0.85rem;
  font-weight: 700;
}
