
/* Minimal page styles for comparison, legal and feature pages. Existing style.css is untouched. */
.page-shell {
  max-width: 500px;
  margin: 0 auto;
  padding: 3.75rem 1.5rem 1.25rem;
}
.page-kicker {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8a8a;
  text-align: center;
  margin-bottom: .85rem;
}
.page-title {
  max-width: 680px;
  margin: 0 auto .8rem;
  text-align: center;
  font-size: clamp(1.7rem, 5vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  color: #111827;
  font-weight: 600;
}
.page-desc {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #555;
  font-size: .95rem;
  line-height: 1.72;
}
.page-section {
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3.5rem;
}
.page-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
.page-card {
  background: #f3f3f3;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  padding: 2rem;
  border-radius: 10px;
}
.page-card.is-fanels {
  background: #f3f3f3;
  border: 0;
}
.card-kicker {
  color: #8a8a8a;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .55rem;
}
.card-title {
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  line-height: 1.18;
  letter-spacing: -.02em;
  color: #111827;
  margin-bottom: .9rem;
  font-weight: 600;
  font-family: var(--font-body) !important;
}
.page-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .72rem;
}
.page-list li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  color: #555;
  font-size: .9rem;
  line-height: 1.65;
}
.page-check {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: .78rem;
  margin-top: .12rem;
  background: transparent;
  background: black;
  width: 1.5rem;
  border-radius: 999px;
  height: 1.5rem;
}
.page-conclusion {
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  border: 0;
  box-shadow: none;
  border-radius: 10px;
}
.page-conclusion h2 {
  font-size: clamp(1.25rem, 4vw, 1.8rem);
  line-height: 1.14;
  letter-spacing: -.025em;
  color: #111827;
  margin-bottom: .8rem;
  font-weight: 600;
}
.page-conclusion p {
  color: #555;
  line-height: 1.72;
  max-width: 560px;
  font-size: .92rem;
}
.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .5rem 1rem;
  border-radius: 10px;
  background: #ffdc7b;
  color: #000000;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  margin-top: 1.2rem;
}
.compare-table-wrap {
  overflow-x: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.compare-table th,
.compare-table td {
  padding: .9rem .75rem;
  border-bottom: 1px solid #ededed;
  text-align: left;
  font-size: .88rem;
  color: #555;
}
.compare-table th {
  color: #111827;
  background: transparent;
  font-weight: 700;
}
.compare-table td:nth-child(2),
.compare-table th:nth-child(2) {
  color: #111827;
  font-weight: 700;
}
.legal-content {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.legal-block {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.legal-block h2 {
  font-size: 1.05rem;
  line-height: 1.25;
  color: #111827;
  margin-bottom: .5rem;
  font-weight: 600;
}
.legal-block p,
.legal-block li {
  color: #555;
  font-size: .9rem;
  line-height: 1.7;
}
.legal-block ul {
  padding-left: 1.15rem;
  margin-top: .5rem;
}
@media (max-width: 760px) {
  .page-shell { padding-top: 3rem; }
  .page-grid { grid-template-columns: 1fr; gap: 1.65rem; }
  .page-section { padding-bottom: 3rem; }
}


/* Contact page */
.contact-hero {
  padding-bottom: 3rem;
  text-align: center;
  padding-top: 3rem;
}

.contact-card {
  margin: 2rem auto 0;
  max-width: 420px;
  padding: 1.4rem;
  border: 1px solid var(--dm-border, rgba(0,0,0,0.08));
  border-radius: 22px;
  background: var(--dm-inset-bg, #fff);
  text-align: center;
}

.contact-label {
  margin: 0 0 .45rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dm-subtle, #8a8a8a);
}

.contact-email {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: clamp(1.25rem, 4vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -.03em;
  color: var(--dm-heading, #111);
  text-decoration: none;
}

.contact-email:hover {
  opacity: .72;
}

.contact-button {
  justify-content: center;
}

.contact-faq {
  padding-top: 2rem;
}

.contact-back-wrap {
  margin-top: 2rem;
  text-align: center;
}
.legal-hero-inner {
    max-width: 450px;
    margin: auto;
}
