.information-page {
  max-width: 1440px;
  margin: auto;
  padding: 28px 4% 80px;
  background: #fff;
}
.information-page .breadcrumbs {
  margin-bottom: 36px;
}
.information-page h1,
.information-page h2,
.information-page h3 {
  font-family: Arial, sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
}
.information-page h1 {
  font-size: clamp(36px, 4.4vw, 64px);
  margin: 20px 0 28px;
}
.information-page h2 {
  font-size: clamp(28px, 3vw, 44px);
  margin: 0 0 28px;
}
.information-page h3 {
  font-size: 24px;
  margin: 20px 0;
}
.information-page p,
.information-page li {
  font-size: 16px;
  line-height: 1.8;
  color: #59615b;
}
.information-page p {
  margin: 0 0 24px;
}
.information-page .information-label {
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 20px;
}
.about-intro {
  text-align: center;
  max-width: 1180px;
  margin: auto;
  padding: 40px 0 88px;
}
.about-intro > p:last-child {
  max-width: 1050px;
  margin: auto;
  font-size: 18px;
}
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.about-split > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-story .about-goal {
  font-size: 20px;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 32px;
}
.about-story h3 {
  font-size: clamp(23px, 2.2vw, 30px);
}
.about-story > img {
  max-height: 900px;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  text-align: center;
  padding: 88px 0;
  border-bottom: 1px solid var(--line);
}
.about-stats strong {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
}
.about-stats h3 {
  font-size: 22px;
}
.about-stats p {
  margin-bottom: 0;
}
.about-capabilities {
  padding: 72px 0;
}
.about-section-heading {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 44px;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.capability-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.capability-grid p {
  margin-bottom: 0;
}
.about-mission {
  text-align: center;
  background: var(--blue);
  padding: 36px 0;
  box-shadow: 0 0 0 100vmax var(--blue);
  clip-path: inset(0 -100vmax);
}
.about-mission h2,
.about-mission p {
  color: #fff;
}
.about-mission h2 {
  font-size: 25px;
  margin-bottom: 16px;
}
.about-mission p {
  font-size: clamp(16px, 1.5vw, 20px);
  font-style: italic;
  line-height: 1.8;
  max-width: 1200px;
  margin: auto;
}
.about-work,
.about-why {
  padding-top: 88px;
}
.information-list {
  padding-left: 22px;
  margin: 28px 0 36px;
}
.information-benefits {
  list-style: disc;
  padding-left: 22px;
  margin: 28px 0;
}
.information-benefits li {
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .information-page {
    padding: 24px 5% 48px;
  }
  .about-intro {
    padding: 24px 0 48px;
  }
  .about-split,
  .about-stats,
  .capability-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-story > img {
    max-height: 520px;
    object-position: center;
  }
  .about-stats {
    padding: 48px 0;
    gap: 40px;
  }
  .about-capabilities {
    padding: 48px 0;
  }
  .capability-grid {
    gap: 40px;
  }
  .about-mission {
    padding: 28px 0;
  }
  .about-work,
  .about-why {
    padding-top: 48px;
  }
  .information-page h3 {
    font-size: 23px;
  }
}
.how-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 64px;
  margin: 0 0 72px;
  padding: 0;
}
.how-steps > li {
  display: flex;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.how-number {
  font-size: 18px;
  color: var(--blue);
  padding-top: 7px;
  flex-shrink: 0;
}
.how-steps h2 {
  font-size: 28px;
  margin: 0 0 18px;
}
.how-steps ul {
  padding-left: 20px;
  display: grid;
  gap: 6px;
}
.how-cta {
  background: var(--blue);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.how-cta h2,
.how-cta p {
  color: white;
}
.how-cta p {
  margin: 0;
  max-width: 640px;
}
.how-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.how-actions .button {
  text-align: center;
  white-space: nowrap;
}
.how-contact {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.how-actions .button:focus-visible {
  outline: 3px solid white;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .how-steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 48px;
  }
  .how-steps > li {
    gap: 16px;
  }
  .how-cta {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
  .how-actions {
    align-items: stretch;
  }
}
/* Quiet motion, with a real disclosure for keyboard and touch interaction. */
.how-steps {
  gap: 28px;
}
.how-steps > li {
  display: block;
  padding: 30px;
  border: 1px solid var(--line);
  background: #fff;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}
.how-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.how-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  transition: background-color 180ms ease;
}
.how-icon svg {
  width: 27px;
  height: 27px;
}
.how-number {
  font-size: 40px;
  color: #777d78;
  line-height: 1;
  padding: 0;
}
.how-details {
  margin-top: 22px;
  border-top: 1px solid var(--line);
}
.how-details summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: var(--ink);
  font-size: 15px;
  list-style: none;
}
.how-details summary::-webkit-details-marker {
  display: none;
}
.how-details summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.how-expand {
  font-size: 24px;
  transition: transform 180ms ease;
  color: var(--blue);
}
.how-details[open] .how-expand {
  transform: rotate(45deg);
}
.how-details ul {
  margin: 10px 0 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}
.how-steps > li:focus-within,
.how-steps > li:has(details[open]) {
  border-color: var(--blue);
}
.how-steps > li:focus-within .how-icon,
.how-steps > li:has(details[open]) .how-icon {
  background: var(--blue);
}
@media (hover: hover) and (pointer: fine) {
  .how-steps > li:hover {
    transform: translateY(-4px);
    border-color: var(--blue);
    box-shadow: 0 12px 28px #183fe510;
  }
  .how-steps > li:hover .how-icon {
    background: var(--blue);
  }
}
@media (max-width: 760px) {
  .how-steps > li {
    padding: 24px;
  }
  .how-details ul {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .how-steps > li,
  .how-icon,
  .how-expand {
    transition: none;
  }
  .how-steps > li:hover {
    transform: none;
  }
}
.faq-search {
  max-width: 760px;
  margin: 0 auto 56px;
}
.faq-search label {
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
}
.faq-search > div {
  display: flex;
  gap: 12px;
}
.faq-search input {
  min-width: 0;
  width: 100%;
  padding: 16px;
  border: 1px solid #777d78;
  border-radius: 0;
  background: white;
  font: inherit;
  color: var(--ink);
}
.faq-search button {
  padding: 12px 20px;
  background: var(--blue);
  color: white;
  border: 0;
  font: inherit;
}
.faq-search p {
  font-size: 14px;
  margin-top: 12px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 64px;
  margin-bottom: 64px;
  align-items: start;
}
.faq-layout > nav {
  position: sticky;
  top: 24px;
  display: grid;
}
.faq-layout > nav a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  line-height: 1.5;
}
.faq-layout > nav a:hover {
  color: var(--blue);
}
.faq-group {
  scroll-margin-top: 24px;
  margin-bottom: 52px;
}
.faq-group h2 {
  font-size: 28px;
}
.faq-group details {
  border-top: 1px solid var(--line);
}
.faq-group details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-group summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 64px;
  padding: 20px 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
  transition: color 180ms ease;
}
.faq-group summary::-webkit-details-marker {
  display: none;
}
.faq-group summary span {
  font-size: 26px;
  flex-shrink: 0;
  color: var(--blue);
  transition: transform 180ms ease;
}
.faq-group summary:hover,
.faq-group details[open] summary {
  color: var(--blue);
}
.faq-group details[open] summary span {
  transform: rotate(45deg);
}
.faq-group summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.faq-answer {
  padding: 0 32px 20px 0;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer h3 {
  font-size: 20px;
}
.faq-answer ul {
  padding-left: 22px;
  margin: 0 0 20px;
}
.faq-empty a {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-layout > nav {
    position: static;
  }
  .faq-search {
    margin-bottom: 32px;
  }
  .faq-group summary {
    font-size: 17px;
  }
  .faq-answer {
    padding-right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-group summary,
  .faq-group summary span {
    transition: none;
  }
}

.information-phrase-heading > span {
  display: inline-block;
  max-width: 100%;
  text-wrap: balance;
}

/* Support and policy pages use the shared information-page typography. */
.support-contact {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
  border-block: 1px solid var(--line);
  padding: 40px 0;
  margin-bottom: 48px;
}
.support-contact h2 {
  font-size: clamp(26px, 2.5vw, 36px);
}
.support-contact p {
  margin-bottom: 0;
}
.support-contact > div:last-child {
  display: grid;
  justify-items: start;
  gap: 20px;
}
.support-email {
  font-size: clamp(18px, 2vw, 25px);
  overflow-wrap: anywhere;
}
.support-contact .support-email-note {
  font-size: 14px;
}
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 64px;
}
.support-card {
  border: 1px solid var(--line);
  padding: 32px;
  transition:
    transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.support-card > svg {
  width: 52px;
  height: 52px;
  padding: 12px;
  box-sizing: border-box;
  background: var(--ink);
  color: #fff;
  transition: background-color 0.2s;
  margin-bottom: 24px;
}
.support-card h2 {
  font-size: 27px;
  margin-bottom: 16px;
}
.support-card details {
  border-top: 1px solid var(--line);
}
.support-card summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}
.support-card summary::-webkit-details-marker {
  display: none;
}
.support-card summary span {
  color: var(--blue);
}
.support-card details[open] summary span {
  transform: rotate(45deg);
}
.support-card:focus-within > svg,
.support-card:has(details[open]) > svg {
  background: var(--blue);
}
.support-card details p {
  margin-bottom: 0;
}
.policy-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
.policy-layout > nav {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.policy-layout > nav p {
  color: var(--ink);
  font-weight: 600;
  margin: 20px 0 8px;
}
.policy-layout > nav a {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.5;
}
.policy-layout > nav a:hover {
  color: var(--blue);
}
.policy-copy {
  max-width: 840px;
}
.policy-copy > section {
  scroll-margin-top: 24px;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.policy-copy h2 {
  font-size: clamp(25px, 2.4vw, 34px);
  margin-bottom: 20px;
  text-wrap: balance;
}
.policy-copy h3 {
  font-size: 22px;
  margin-top: 28px;
}
.policy-copy ul {
  padding-left: 24px;
  margin-bottom: 24px;
}
.policy-copy a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.policy-help {
  margin-top: 32px;
  padding: 32px;
  background: #f5f6f8;
}
.policy-help h2 {
  font-size: 28px;
  margin-bottom: 12px;
}
.support-page a:focus-visible,
.support-page summary:focus-visible,
.policy-page a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.support-page .how-cta a:focus-visible {
  outline-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .support-card:hover {
    transform: translateY(-4px);
    border-color: var(--blue);
    box-shadow: 0 10px 24px #1e35d90d;
  }
  .support-card:hover > svg {
    background: var(--blue);
  }
}
@media (max-width: 760px) {
  .support-contact,
  .support-grid,
  .policy-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .support-card {
    padding: 24px;
  }
  .support-grid {
    margin-bottom: 40px;
  }
  .policy-layout > nav {
    margin-bottom: 12px;
  }
  .policy-help {
    padding: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .support-card,
  .support-card > svg {
    transition: none;
  }
  .support-card:hover {
    transform: none;
  }
}
