/* css/terms.css */

/* Keep navbar behavior consistent with other white pages */
.page-terms .nav-links a {
  color: #000 !important;
}

.page-terms .logo {
  filter: brightness(0) invert(0) !important;
}

.page-terms .navbar {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-terms .navbar.solid {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 6px rgba(0,0,0,0.10);
  backdrop-filter: blur(8px);
}

/* Page wrapper */
.terms-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 140px 1.25rem 4rem;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Card */
.terms-card {
  background: #f6f6f6;
  border-radius: 22px;
  padding: 2rem 1.6rem;
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
}

/* Title */
.terms-page h1 {
  font-family: "Permanent Marker", cursive;
  font-size: 2.6rem;
  line-height: 1.05;
  margin: 0 0 1.6rem;
  text-align: center;
}

/* Section headings */
.terms-page h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 2.2rem 0 0.6rem;
}

.terms-page h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  margin: 1.4rem 0 0.5rem;
}

/* Body text */
.terms-page p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #222;
  margin: 0 0 1rem;
}

/* Lists */
.terms-page ul {
  margin: 0.25rem 0 1rem 1.2rem;
  padding: 0;
}

.terms-page li {
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0.55rem 0;
  color: #222;
}

/* Make strong text pop a bit */
.terms-page strong {
  color: #111;
}

/* =========================
   FOOTER
   ========================= */

.site-footer {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1.5rem 1rem;
  margin-top: 4rem;
}

.footer-legal {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.footer-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .footer-legal {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .footer-legal .footer-break {
    display: block;
    height: 0;
  }

  .footer-legal .footer-sep {
    display: none;
  }
}

@media (min-width: 601px) {
  .footer-legal .footer-break {
    display: none;
  }

  .footer-legal .footer-sep {
    display: inline;
  }
}

/* =========================
   FOOTER PARTNERS
   ========================= */

.footer-partners {
  text-align: center;
  margin-bottom: 1.2rem;
}

.footer-partners-title {
  font-size: 0.85rem;
  letter-spacing: 1px;
  opacity: 0.7;
  margin: 0 0 0.75rem 0;
}

.footer-logos {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  column-gap: 3rem;
}

.footer-logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-logos a:nth-child(1) {
  justify-self: end;
}

.footer-logos a:nth-child(2) {
  justify-self: center;
}

.footer-logos a:nth-child(3) {
  justify-self: start;
}

.footer-logos img {
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-logos img[alt="SolarGuard"] {
  height: 72px;
}

.footer-logos img[alt="ION"] {
  height: 155px;
}

.footer-logos img[alt="ROC Bike Customs"] {
  height: 38px;
}

.footer-logos img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  .footer-logos {
    gap: 1.4rem;
  }

  .footer-logos img {
    height: 32px;
    max-width: 120px;
  }
}

@media (max-width: 950px) {
  .page-terms .menu-toggle span {
    background: #000 !important;
  }
}

#bike-protection {
  scroll-margin-top: 120px;
}