/* Shared visual system for support and legal pages */

.interior-page .site-nav {
  margin-bottom: 0;
}

.interior-page .content {
  width: min(960px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 92px 0 25px;
  text-align: left;
}

.interior-page .content > h2 {
  max-width: 850px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-align: left;
}

.interior-page .content > .description {
  max-width: 650px;
  margin: 23px 0 70px;
  color: var(--home-muted);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: left;
}

.interior-page .content > section {
  width: 100%;
  margin: 18px 0;
}

.interior-page .section-box {
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--home-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.interior-page .section-box:nth-of-type(even) {
  background: var(--home-surface);
}

.interior-page .section-box > h2 {
  max-width: 700px;
  margin: 0 0 25px;
  color: var(--home-ink);
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-align: left;
}

.interior-page .section-box h3 {
  color: var(--home-ink);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.interior-page .section-box p,
.interior-page .section-box ul,
.interior-page .section-inner {
  width: 100%;
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.interior-page .section-box p {
  color: var(--home-muted);
  line-height: 1.68;
}

.interior-page .section-box p + p {
  margin-top: 15px;
}

.interior-page .section-box strong {
  color: var(--home-ink);
}

.interior-page .section-box a,
.interior-page .section-box a:visited {
  color: var(--home-green-dark);
  font-weight: 720;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(31, 94, 71, 0.35);
}

.interior-page .section-box a:hover {
  color: var(--home-green);
  text-decoration-color: currentColor;
}

.interior-page .legal-section ul,
.interior-page .support-bullets {
  padding-left: 1.35rem;
}

.interior-page .legal-section li,
.interior-page .support-bullets li {
  margin-bottom: 10px;
  color: var(--home-muted);
  line-height: 1.62;
}

.interior-page .content > section:first-of-type {
  position: relative;
  overflow: hidden;
  background: var(--home-surface-strong);
}

.interior-page .content > section:first-of-type::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: -115px;
  right: -75px;
  border: 1px solid rgba(31, 94, 71, 0.16);
  border-radius: 50%;
}

.support-page .support-hero .support-lead,
.support-page .support-hero .support-sublead {
  max-width: 700px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.05rem;
}

.interior-page.support-page .support-contact {
  scroll-margin-top: 110px;
  background: var(--home-green-dark);
  border-color: var(--home-green-dark);
}

.support-page .support-contact h2,
.support-page .support-contact p,
.support-page .support-contact strong,
.support-page .support-contact a,
.support-page .support-contact a:visited {
  color: #fff;
}

.support-page .support-contact p {
  color: rgba(255, 255, 255, 0.9);
}

.support-page .support-contact a {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.support-page .support-contact-lines {
  max-width: 760px;
  margin: 22px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.support-page .support-contact .support-line {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.support-page .support-contact .support-note {
  margin-top: 18px;
  font-size: 0.86rem;
}

.support-page .support-access .support-bullets {
  margin: 20px 0 25px;
}

.interior-page .section-inner {
  padding: 18px 22px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.4);
}

.interior-page .section-inner p {
  margin: 0;
  padding: 9px 0;
}

.interior-page .faq-list {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.interior-page .faq-item {
  min-height: 175px;
  padding: 23px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.44);
}

.interior-page .faq-item p {
  margin-top: 9px;
  font-size: 0.94rem;
  line-height: 1.58;
}

.interior-page .data-delete-center {
  width: fit-content !important;
  margin-top: 22px !important;
  padding: 13px 20px;
  border: 1px solid var(--home-green);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
}

.interior-page .access-contract {
  max-width: 760px;
  margin: 18px 0 0;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
}

.interior-page .content > p[style] {
  margin: 25px 0 0 !important;
  color: var(--home-muted);
  font-size: 0.82rem !important;
}

.interior-page .footer-links {
  margin: 80px 0 0;
  padding: 34px 0 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px 25px;
  border-top: 1px solid var(--home-line);
  font-size: 0.86rem;
  opacity: 1;
}

.interior-page .footer-links a {
  padding: 0;
  color: var(--home-muted);
  font-weight: 650;
  text-decoration: none;
}

.interior-page .footer-links a:hover {
  color: var(--home-green-dark);
}

.interior-page .footer-links a + a::before {
  content: none;
}

.interior-page .footer-copy {
  margin: 0 0 30px;
  color: var(--home-muted);
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 760px) {
  .interior-page .content {
    width: min(100% - 28px, 960px);
    padding-top: 62px;
  }

  .interior-page .content > .description {
    margin-bottom: 48px;
  }

  .interior-page .section-box {
    border-radius: 24px;
  }

  .interior-page .faq-list {
    grid-template-columns: 1fr;
  }

  .interior-page .faq-item {
    min-height: 0;
  }

  .interior-page .footer-links {
    margin-top: 58px;
  }
}
