.fst-content-page {
  background: #fff;
  color: var(--fst-text, #343b47);
}

.fst-content-shell {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
  padding: 52px 0 78px;
}

.fst-content-shell--reading {
  width: min(calc(100% - 48px), 900px);
}

.fst-content-intro {
  max-width: 860px;
  margin-bottom: 44px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--fst-border, #dce3e7);
}

.fst-content-intro--compact {
  margin-bottom: 32px;
}

.fst-content-kicker {
  margin: 0 0 10px;
  color: var(--fst-green-dark, #3d8500);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fst-content-intro h1 {
  margin: 0;
  color: var(--fst-ink, #202633);
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.fst-content-intro--compact h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
}

.fst-content-lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--fst-muted, #68717d);
  font-size: 1rem;
  line-height: 1.72;
}

/* About */
.fst-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 70px;
  align-items: start;
  padding: 10px 0 54px;
}

.fst-about-copy h2,
.fst-contact-form-wrap h2,
.fst-policy-body h2 {
  margin: 0 0 16px;
  color: var(--fst-ink, #202633);
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.fst-about-copy p {
  margin: 0 0 16px;
  color: var(--fst-text, #343b47);
  line-height: 1.75;
}

.fst-about-facts {
  margin: 0;
  border-top: 1px solid var(--fst-border, #dce3e7);
}

.fst-about-facts > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--fst-border, #dce3e7);
}

.fst-about-facts dt {
  color: var(--fst-muted, #68717d);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fst-about-facts dd {
  margin: 0;
  color: var(--fst-ink, #202633);
  font-size: .86rem;
  line-height: 1.55;
}

.fst-about-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--fst-border, #dce3e7);
  border-bottom: 1px solid var(--fst-border, #dce3e7);
}

.fst-about-paths article {
  padding: 30px 34px 30px 0;
}

.fst-about-paths article + article {
  padding-left: 34px;
  border-left: 1px solid var(--fst-border, #dce3e7);
}

.fst-about-paths article > span {
  display: block;
  margin-bottom: 18px;
  color: var(--fst-green-dark, #3d8500);
  font-size: .7rem;
  font-weight: 850;
}

.fst-about-paths h2 {
  margin: 0;
  color: var(--fst-ink, #202633);
  font-size: 1.25rem;
}

.fst-about-paths p {
  margin: 10px 0 18px;
  color: var(--fst-muted, #68717d);
  font-size: .86rem;
  line-height: 1.65;
}

.fst-about-paths a,
.fst-contact-details a,
.fst-content-endnote a {
  color: var(--fst-blue-dark, #005a84) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.fst-about-paths a:hover,
.fst-contact-details a:hover,
.fst-content-endnote a:hover {
  color: var(--fst-green-dark, #3d8500) !important;
}

/* Contact */
.fst-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 68px;
  align-items: start;
}

.fst-contact-details dl {
  margin: 0;
  border-top: 1px solid var(--fst-border, #dce3e7);
}

.fst-contact-details dl > div {
  padding: 17px 0;
  border-bottom: 1px solid var(--fst-border, #dce3e7);
}

.fst-contact-details dt {
  margin-bottom: 6px;
  color: var(--fst-muted, #68717d);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.fst-contact-details dd {
  margin: 0;
  color: var(--fst-ink, #202633);
  font-size: .86rem;
  line-height: 1.55;
}

.fst-contact-quote-link {
  margin: 22px 0 0;
  color: var(--fst-muted, #68717d);
  font-size: .8rem;
  line-height: 1.55;
}

.fst-contact-form-wrap {
  max-width: 760px;
}

.fst-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.fst-contact-form p {
  margin: 0 0 16px;
}

.fst-contact-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--fst-ink, #202633);
  font-size: .76rem;
  font-weight: 750;
}

.fst-contact-form input,
.fst-contact-form textarea {
  width: 100%;
  min-height: 44px;
  margin: 0 !important;
  padding: 10px 11px !important;
  border: 1px solid var(--fst-border, #dce3e7) !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--fst-text, #343b47) !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: .86rem !important;
}

.fst-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.fst-contact-form input:focus,
.fst-contact-form textarea:focus {
  border-color: var(--fst-blue-dark, #005a84) !important;
  outline: 2px solid rgba(0, 90, 132, .10);
  outline-offset: 1px;
}

.fst-contact-form__submit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 6px !important;
}

.fst-contact-form__submit button {
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  border: 1px solid var(--fst-blue-dark, #005a84) !important;
  border-radius: 7px !important;
  background: var(--fst-blue-dark, #005a84) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: .8rem !important;
  font-weight: 800 !important;
}

.fst-contact-form__submit button:hover,
.fst-contact-form__submit button:focus {
  border-color: #004a6d !important;
  background: #004a6d !important;
  color: #fff !important;
}

.fst-contact-form__submit span {
  max-width: 360px;
  color: var(--fst-muted, #68717d);
  font-size: .7rem;
  line-height: 1.5;
}

.fst-contact-form__trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.fst-content-notice {
  margin: 0 0 28px;
  padding: 13px 0;
  border-top: 1px solid var(--fst-border, #dce3e7);
  border-bottom: 1px solid var(--fst-border, #dce3e7);
  color: var(--fst-text, #343b47);
  font-size: .82rem;
  line-height: 1.5;
}

.fst-content-notice--success { border-top-color: #9bc87b; }
.fst-content-notice--info { border-top-color: #8ebbd0; }
.fst-content-notice--error { border-top-color: #d99d9d; }

/* FAQ */
.fst-faq-list {
  border-top: 1px solid var(--fst-border, #dce3e7);
}

.fst-faq-item {
  border-bottom: 1px solid var(--fst-border, #dce3e7);
}

.fst-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  color: var(--fst-ink, #202633);
  cursor: pointer;
  list-style: none;
  font-size: .95rem;
  font-weight: 750;
}

.fst-faq-item summary::-webkit-details-marker { display: none; }

.fst-faq-item summary span {
  color: var(--fst-blue-dark, #005a84);
  font-size: 1.2rem;
  transition: transform .15s ease;
}

.fst-faq-item[open] summary span { transform: rotate(45deg); }

.fst-faq-item > div {
  max-width: 760px;
  padding: 0 42px 20px 0;
}

.fst-faq-item p {
  margin: 0;
  color: var(--fst-muted, #68717d);
  font-size: .88rem;
  line-height: 1.7;
}

/* Policies */
.fst-policy-body {
  max-width: 820px;
}

.fst-policy-body section {
  padding: 28px 0;
  border-bottom: 1px solid var(--fst-border, #dce3e7);
}

.fst-policy-body section:first-child { padding-top: 0; }

.fst-policy-body h2 {
  font-size: 1.3rem;
}

.fst-policy-body p,
.fst-policy-body li {
  color: var(--fst-text, #343b47);
  font-size: .9rem;
  line-height: 1.75;
}

.fst-policy-body p {
  margin: 0 0 14px;
}

.fst-policy-body ul {
  margin: 0;
  padding-left: 20px;
}

.fst-policy-body li + li { margin-top: 8px; }

.fst-policy-body a { color: var(--fst-blue-dark, #005a84); }

.fst-content-endnote {
  margin: 34px 0 0;
  color: var(--fst-muted, #68717d);
  font-size: .8rem;
}

@media (max-width: 850px) {
  .fst-about-grid,
  .fst-contact-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .fst-about-paths {
    grid-template-columns: 1fr;
  }

  .fst-about-paths article,
  .fst-about-paths article + article {
    padding: 25px 0;
    border-left: 0;
  }

  .fst-about-paths article + article {
    border-top: 1px solid var(--fst-border, #dce3e7);
  }
}

@media (max-width: 767px) {
  .fst-content-shell,
  .fst-content-shell--reading {
    width: min(calc(100% - 28px), 1180px);
    padding: 38px 0 58px;
  }

  .fst-content-intro {
    margin-bottom: 30px;
    padding-bottom: 22px;
  }

  .fst-contact-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fst-contact-form__submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .fst-contact-form__submit button {
    width: 100% !important;
  }

  .fst-about-facts > div {
    grid-template-columns: 90px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fst-faq-item summary span { transition: none; }
}

/* v1.1.0 image-led content pages */
.fst-content-visual-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 52px;
  align-items: center;
  margin-bottom: 54px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--fst-border, #dce3e7);
}

.fst-content-visual-hero .fst-content-intro {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.fst-content-hero-image {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--fst-surface-alt, #f5f8f9);
}

.fst-content-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 440px;
  object-fit: contain;
  padding: 16px;
  background: #fff;
}

.fst-contact-hero__image figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 7px;
  background: rgba(255,255,255,.94);
  color: var(--fst-text, #343b47);
  font-size: .72rem;
  line-height: 1.45;
  box-shadow: 0 8px 24px rgba(24, 37, 45, .09);
}

.fst-about-visuals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 60px;
}

.fst-about-visual {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: 10px;
  background: #fff;
  text-decoration: none !important;
}

.fst-about-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px 10px 48px;
  transition: transform .2s ease;
}

.fst-about-visual span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 12px;
  border-top: 1px solid var(--fst-border, #dce3e7);
  background: #fff;
  color: var(--fst-ink, #202633);
  font-size: .76rem;
  font-weight: 800;
}

.fst-about-visual span em {
  color: var(--fst-blue-dark, #005a84);
  font-style: normal;
}

.fst-about-visual:hover img {
  transform: scale(1.025);
}

.fst-contact-form-wrap__intro {
  max-width: 600px;
  margin: -5px 0 20px;
  color: var(--fst-muted, #68717d);
  font-size: .82rem;
  line-height: 1.6;
}

.fst-content-shell--faq {
  width: min(calc(100% - 48px), 1000px);
}

.fst-faq-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 38px;
  align-items: end;
  margin-bottom: 34px;
}

.fst-faq-hero .fst-content-intro {
  margin: 0;
}

.fst-faq-hero figure {
  margin: 0;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--fst-border, #dce3e7);
  background: #fff;
}

.fst-faq-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

/* Comprehensive policy reading system */
.fst-policy-updated {
  margin: 18px 0 0;
  color: #87929a;
  font-size: .72rem;
  font-weight: 700;
}

.fst-policy-toc {
  margin: 0 0 34px;
  padding: 20px 22px;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: 8px;
  background: var(--fst-surface-alt, #f5f8f9);
}

.fst-policy-toc > p {
  margin: 0 0 12px;
  color: var(--fst-green-dark, #3d8500);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.fst-policy-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 28px;
  margin: 0;
  padding-left: 20px;
}

.fst-policy-toc li {
  padding-left: 2px;
  color: #849098;
  font-size: .76rem;
  line-height: 1.45;
}

.fst-policy-toc a {
  color: var(--fst-text, #343b47) !important;
  text-decoration: none !important;
}

.fst-policy-toc a:hover,
.fst-policy-toc a:focus {
  color: var(--fst-blue-dark, #005a84) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.fst-policy-body section {
  scroll-margin-top: 110px;
}

.fst-policy-body section h2 {
  max-width: 720px;
}

.fst-policy-body strong {
  color: var(--fst-ink, #202633);
  font-weight: 750;
}

.fst-policy-legal-note {
  margin-top: 34px;
  padding: 16px 18px;
  border-left: 3px solid var(--fst-blue-dark, #005a84);
  background: var(--fst-blue-soft, #eef7fa);
}

.fst-policy-legal-note p {
  margin: 0;
  color: var(--fst-text, #343b47);
  font-size: .78rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .fst-content-visual-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .fst-content-hero-image {
    min-height: 300px;
  }

  .fst-content-hero-image img {
    min-height: 300px;
    max-height: 390px;
  }

  .fst-about-visuals {
    grid-template-columns: 1fr 1fr;
  }

  .fst-faq-hero {
    grid-template-columns: 1fr;
  }

  .fst-faq-hero figure {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .fst-content-visual-hero {
    margin-bottom: 38px;
    padding-bottom: 30px;
  }

  .fst-content-hero-image,
  .fst-content-hero-image img {
    min-height: 250px;
  }

  .fst-about-visuals {
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  .fst-about-visual {
    aspect-ratio: 16 / 11;
  }

  .fst-policy-toc {
    padding: 17px;
  }

  .fst-policy-toc ol {
    grid-template-columns: 1fr;
  }

  .fst-content-shell--faq {
    width: min(calc(100% - 28px), 1000px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fst-about-visual img { transition: none; }
  .fst-about-visual:hover img { transform: none; }
}
