@charset "UTF-8";

body:is(.page, .home) {
  --trust-page-main: var(--color_main, #111);
  --trust-page-border: var(--color_border, #e1e1e1);
  --trust-page-muted: #555;
  --trust-page-soft: #f7f8f8;
  --trust-page-thumb: #f3f4f4;
  --trust-page-white: #fff;
  --trust-page-shadow: 0 14px 34px rgba(15, 39, 66, 0.08);
  --trust-page-shadow-hover: 0 18px 40px rgba(15, 39, 66, 0.12);
}

body:is(.page, .home) .swell-block-fullWide {
  position: relative;
}

body:is(.page, .home) .swell-block-fullWide[style*="#f7f9fc"] {
  background: var(--trust-page-soft) !important;
}

body:is(.page, .home) .swell-block-fullWide.pc-py-60,
body:is(.page, .home) .swell-block-fullWide.sp-py-40 {
  padding-top: 64px;
  padding-bottom: 64px;
}

body:is(.page, .home) .swell-block-fullWide:first-of-type {
  border-bottom: 1px solid var(--trust-page-border);
  padding-top: 76px;
  padding-bottom: 76px;
}

body:is(.page, .home) .swell-block-fullWide:first-of-type .wp-block-media-text {
  align-items: center;
}

body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-heading,
body:is(.page, .home) .wp-block-group > .wp-block-heading:first-child {
  margin-bottom: 18px;
}

body:is(.page, .home) h1.wp-block-heading {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.42;
}

body:is(.page, .home) h2.wp-block-heading {
  font-size: 25px;
  line-height: 1.45;
}

body:is(.page, .home) h3.wp-block-heading {
  font-size: 19px;
  line-height: 1.5;
}

body:is(.page, .home) .wp-block-heading.is-style-section_ttl {
  letter-spacing: 0;
}

body:is(.page, .home) .wp-block-heading + .wp-block-paragraph strong,
body:is(.page, .home) .wp-block-heading + p strong {
  color: var(--trust-page-muted);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center::after,
body:is(.page, .home) .wp-block-group > .wp-block-heading.has-text-align-center:first-child::after {
  display: block;
  width: 52px;
  height: 1px;
  margin: 16px auto 0;
  background: var(--trust-page-border);
  content: "";
}

body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-heading:not(.has-text-align-center),
body:is(.page, .home) .wp-block-group > .wp-block-heading:first-child:not(.has-text-align-center) {
  border-bottom: 1px solid var(--trust-page-border);
  padding-bottom: 10px;
}

body:is(.page, .home) .wp-block-paragraph,
body:is(.page, .home) .wp-block-list,
body:is(.page, .home) p,
body:is(.page, .home) li {
  color: inherit;
  line-height: 1.85;
}

body:is(.page, .home) .swell-block-fullWide__inner > p,
body:is(.page, .home) .wp-block-group > p {
  max-width: 860px;
}

body:is(.page, .home) .has-text-align-center {
  margin-right: auto;
  margin-left: auto;
}

body:is(.page, .home) .wp-block-columns {
  gap: 28px;
  margin-top: 32px;
  margin-bottom: 0;
}

body:is(.page, .home) .wp-block-column.has-white-background-color,
body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-columns .wp-block-column:not(.has-background),
body:is(.page, .home) .wp-block-group.has-white-background-color.has-background,
body:is(.page, .home) .wp-block-group.has-border-color {
  border: 1px solid var(--trust-page-border);
  border-radius: 6px;
  background: var(--trust-page-white);
  box-shadow: var(--trust-page-shadow);
}

body:is(.page, .home) .wp-block-column.has-white-background-color,
body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-columns .wp-block-column:not(.has-background) {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

@media (hover: hover) {
  body:is(.page, .home) .wp-block-column.has-white-background-color:hover,
  body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-columns .wp-block-column:not(.has-background):hover {
    border-color: var(--trust-page-main);
    box-shadow: var(--trust-page-shadow-hover);
    transform: translateY(-1px);
  }
}

body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-columns .wp-block-column:not(.has-background),
body:is(.page, .home) .wp-block-column.has-white-background-color {
  padding: 24px;
}

body:is(.page, .home) .wp-block-group.has-border-color {
  border-color: var(--trust-page-border) !important;
}

body:is(.page, .home) .wp-block-column > :first-child,
body:is(.page, .home) .wp-block-group > :first-child {
  margin-top: 0;
}

body:is(.page, .home) .wp-block-column > :last-child,
body:is(.page, .home) .wp-block-group > :last-child {
  margin-bottom: 0;
}

body:is(.page, .home) .wp-block-column > .wp-block-heading:first-child {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--trust-page-border);
}

body:is(.page, .home) .wp-block-column .wp-block-list,
body:is(.page, .home) .wp-block-group .wp-block-list {
  padding-left: 1.15em;
}

body:is(.page, .home) .wp-block-column li + li,
body:is(.page, .home) .wp-block-group li + li {
  margin-top: 6px;
}

body:is(.page, .home) .wp-block-media-text {
  gap: 38px;
}

body:is(.page, .home) .wp-block-media-text__media {
  overflow: hidden;
  border: 1px solid var(--trust-page-border);
  border-radius: 6px;
  background: var(--trust-page-thumb);
}

body:is(.page, .home) .wp-block-media-text__media img,
body:is(.page, .home) .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

body:is(.page, .home) .wp-block-media-text.is-image-fill-element .wp-block-media-text__media img,
body:is(.page, .home) .wp-block-column > .wp-block-image:first-child img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body:is(.page, .home) .wp-block-media-text__content {
  padding: 18px 0;
}

body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-media-text + .wp-block-media-text {
  margin-top: 52px;
}

body:is(.page, .home) .wp-block-buttons {
  gap: 12px;
  margin-top: 22px;
}

body:is(.page, .home) .wp-block-button__link,
body:is(.page, .home) .swell-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 48px;
  border-radius: 4px;
  padding: 10px 24px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 39, 66, 0.08);
  transition: opacity 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body:is(.page, .home) .wp-block-button:not(.is-style-outline) .wp-block-button__link,
body:is(.page, .home) .swell-block-button:not(.-ghost) .swell-block-button__link {
  background: var(--trust-page-main);
  color: #fff;
}

body:is(.page, .home) .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid var(--trust-page-main);
  background: #fff;
  color: var(--trust-page-main);
  box-shadow: none;
}

body:is(.page, .home) .wp-block-button__link:hover,
body:is(.page, .home) .swell-block-button__link:hover {
  box-shadow: 0 12px 24px rgba(15, 39, 66, 0.12);
  transform: translateY(-1px);
  opacity: 0.88;
}

body:is(.page, .home) .wp-block-button__link:focus-visible,
body:is(.page, .home) .swell-block-button__link:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.24);
  outline-offset: 3px;
}

body:is(.page, .home) .swell-block-linkList.is-style-button {
  display: grid;
  gap: 10px;
}

body:is(.page, .home) .swell-block-linkList.is-style-button .swell-block-linkList__link {
  min-height: 48px;
  border: 1px solid var(--trust-page-border);
  border-radius: 4px;
  background: var(--trust-page-white);
  color: inherit;
  font-weight: 700;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

@media (hover: hover) {
  body:is(.page, .home) .swell-block-linkList.is-style-button .swell-block-linkList__link:hover {
    border-color: var(--trust-page-main);
    box-shadow: var(--trust-page-shadow);
    transform: translateY(-1px);
  }
}

body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] {
  background: var(--trust-page-main) !important;
  color: #fff;
}

body #main_content .swell-block-fullWide[style*="#1f2937"]:last-of-type,
body #main_content .swell-block-fullWide[style*="#0f2742"]:last-of-type:not(.trust-fv-section):not(.trust-home-contact-section) {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1), transparent 36%),
    linear-gradient(135deg, #1c466f 0%, #17395f 58%, #143252 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] .wp-block-heading::after {
  background: rgba(255, 255, 255, 0.45);
}

body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] p,
body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] li {
  color: rgba(255, 255, 255, 0.9);
}

body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 218px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-align: center;
}

body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] .wp-block-column.has-white-background-color,
body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] .wp-block-group.has-white-background-color {
  background: #fff;
  color: #1f2933;
}

body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] .wp-block-button__link {
  border-color: #fff;
}

body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: #fff;
  color: var(--trust-page-main);
}

body:is(.page, .home) .swell-block-fullWide[style*="#0f2742"] .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #fff;
}

body:is(.page, .home) .wp-block-table {
  overflow-x: auto;
}

body:is(.page, .home) .wp-block-table,
body:is(.page, .home) .wp-block-table table {
  border-color: var(--trust-page-border);
}

body:is(.page, .home) .wp-block-table table {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--trust-page-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--trust-page-shadow);
}

body:is(.page, .home) .wp-block-table th {
  width: 12em;
  background: var(--trust-page-soft);
  color: var(--trust-page-muted);
  font-weight: 700;
}

body:is(.page, .home) .wp-block-table th,
body:is(.page, .home) .wp-block-table td {
  border-color: var(--trust-page-border);
  padding: 16px 18px;
  line-height: 1.8;
  vertical-align: top;
}

body:is(.page, .home) .cf7 {
  margin-top: 28px;
  padding: 32px;
  border: 1px solid var(--trust-page-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--trust-page-shadow);
}

body:is(.page, .home) .cf7__list {
  margin-bottom: 34px;
  border-top: 1px solid var(--trust-page-border);
}

body:is(.page, .home) .cf7__list dt,
body:is(.page, .home) .cf7__list dd {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--trust-page-border);
}

body:is(.page, .home) .cf7__list dt {
  width: 32%;
  background: var(--trust-page-soft);
  color: var(--trust-page-muted);
  font-weight: 700;
}

body:is(.page, .home) .cf7__list dd {
  width: 68%;
  background: #fff;
}

body:is(.page, .home) .cf7__required,
body:is(.page, .home) .cf7__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  margin-right: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.3;
}

body:is(.page, .home) .cf7__required {
  background: var(--trust-page-main);
  color: #fff;
}

body:is(.page, .home) .cf7__optional {
  background: #878d8e;
  color: #fff;
}

body:is(.page, .home) .cf7__list dd input[type="text"],
body:is(.page, .home) .cf7__list dd input[type="tel"],
body:is(.page, .home) .cf7__list dd input[type="email"],
body:is(.page, .home) .cf7__list dd textarea,
body:is(.page, .home) .cf7__select select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--trust-page-border);
  border-radius: 4px;
  background: #fff;
}

body:is(.page, .home) .cf7__list dd input[type="text"]:focus,
body:is(.page, .home) .cf7__list dd input[type="tel"]:focus,
body:is(.page, .home) .cf7__list dd input[type="email"]:focus,
body:is(.page, .home) .cf7__list dd textarea:focus,
body:is(.page, .home) .cf7__select select:focus {
  border-color: var(--trust-page-main);
  outline: 2px solid rgba(15, 39, 66, 0.12);
}

body:is(.page, .home) .cf7__list dd textarea {
  min-height: 150px;
}

body:is(.page, .home) .cf7__list .wpcf7-list-item {
  margin: 0 16px 8px 0;
}

body:is(.page, .home) .cf7__list input[type="radio"],
body:is(.page, .home) .cf7__list input[type="checkbox"] {
  margin-right: 6px;
}

body:is(.page, .home) .cf7__button {
  padding-left: 0;
  text-align: center;
}

body:is(.page, .home) .cf7 input[type="submit"] {
  width: min(100%, 280px);
  min-height: 52px;
  border: 0;
  border-radius: 4px;
  background: var(--trust-page-main);
  color: #fff;
  font-weight: 700;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

body:is(.page, .home) .cf7 input[type="submit"]:hover,
body:is(.page, .home) .cf7 input[type="submit"]:focus-visible {
  transform: translateY(-1px);
  opacity: 0.88;
}

body:is(.page, .home) .wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  border-radius: 4px;
}

@media screen and (max-width: 781px) {
  body:is(.page, .home) .swell-block-fullWide.pc-py-60,
  body:is(.page, .home) .swell-block-fullWide.sp-py-40 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body:is(.page, .home) .swell-block-fullWide:first-of-type {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  body:is(.page, .home) h1.wp-block-heading {
    font-size: 28px;
  }

  body:is(.page, .home) h2.wp-block-heading {
    font-size: 23px;
  }

  body:is(.page, .home) h3.wp-block-heading {
    font-size: 18px;
  }

  body:is(.page, .home) .wp-block-columns {
    gap: 18px;
    margin-top: 26px;
  }

  body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-columns .wp-block-column:not(.has-background),
  body:is(.page, .home) .wp-block-column.has-white-background-color {
    padding: 18px;
  }

  body:is(.page, .home) .wp-block-media-text {
    gap: 22px;
  }

  body:is(.page, .home) .swell-block-fullWide__inner > .wp-block-media-text + .wp-block-media-text {
    margin-top: 38px;
  }

  body:is(.page, .home) .wp-block-media-text__content {
    padding: 0;
  }

  body:is(.page, .home) .wp-block-buttons {
    display: grid;
    gap: 10px;
  }

  body:is(.page, .home) .wp-block-button,
  body:is(.page, .home) .wp-block-button__link,
  body:is(.page, .home) .swell-block-button,
  body:is(.page, .home) .swell-block-button__link {
    width: 100%;
    min-width: 0;
  }

  body:is(.page, .home) .wp-block-table th,
  body:is(.page, .home) .wp-block-table td {
    display: block;
    width: 100%;
    padding: 12px 14px;
  }

  body:is(.page, .home) .wp-block-table td {
    padding-top: 0;
  }

  body:is(.page, .home) .cf7 {
    padding: 20px 16px;
  }

  body:is(.page, .home) .cf7__list {
    margin-bottom: 28px;
  }

  body:is(.page, .home) .cf7__list dt,
  body:is(.page, .home) .cf7__list dd {
    width: 100%;
    padding: 12px 14px;
  }

  body:is(.page, .home) .cf7__list dd {
    padding-top: 0;
  }

  body:is(.page, .home) .cf7__list dd input[type="text"],
  body:is(.page, .home) .cf7__list dd input[type="tel"],
  body:is(.page, .home) .cf7__list dd input[type="email"],
  body:is(.page, .home) .cf7__list dd textarea,
  body:is(.page, .home) .cf7__select select {
    padding: 13px 14px;
  }
}

/* Prelaunch visual reinforcement. common-page.css is enqueued only on managed fixed pages. */
body {
  --trust-page-accent: var(--color_main, #0f2742);
  --trust-page-line: rgba(15, 39, 66, 0.16);
}

body #main_content .swell-block-fullWide {
  border-top: 1px solid rgba(15, 39, 66, 0.04);
}

body #main_content h2.wp-block-heading {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--trust-page-line);
  color: var(--trust-page-accent);
  font-weight: 700;
}

body #main_content h2.wp-block-heading.has-text-align-center {
  border-bottom: 0;
}

body #main_content h3.wp-block-heading {
  margin-bottom: 14px;
  color: var(--trust-page-accent);
  font-weight: 700;
}

body #main_content .wp-block-column,
body #main_content .wp-block-group.has-background {
  border-radius: 6px;
}

body #main_content .wp-block-column.has-white-background-color,
body #main_content .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column:not(.has-background) {
  border: 1px solid var(--trust-page-line) !important;
  box-shadow: 0 16px 38px rgba(15, 39, 66, 0.09);
}

body #main_content .wp-block-columns {
  align-items: stretch;
}

body #main_content .wp-block-column {
  display: flex;
  flex-direction: column;
}

body #main_content .wp-block-column > .wp-block-group.has-background,
body #main_content .wp-block-column.has-white-background-color {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 30px !important;
}

body #main_content .wp-block-column > .wp-block-group.has-background > .wp-block-buttons,
body #main_content .wp-block-column.has-white-background-color > .wp-block-buttons {
  margin-top: auto;
  padding-top: 12px;
}

body #main_content .wp-block-button__link,
body #main_content .swell-block-button__link {
  position: relative;
  border-radius: 4px !important;
  border: 1px solid var(--trust-page-accent);
  background: var(--trust-page-accent) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(15, 39, 66, 0.16);
  overflow: hidden;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body #main_content .wp-block-button.is-style-outline .wp-block-button__link,
body #main_content .is-style-btn_line .swell-block-button__link {
  background: #fff !important;
  color: var(--trust-page-accent) !important;
  border-color: rgba(15, 39, 66, 0.42);
  box-shadow: none;
}

@media (hover: hover) {
  body #main_content .wp-block-button__link:hover,
  body #main_content .swell-block-button__link:hover {
    background: #17395f !important;
    border-color: #17395f;
    box-shadow: 0 16px 34px rgba(15, 39, 66, 0.22);
    color: #fff !important;
    opacity: 1;
    transform: translateY(-2px);
  }

  body #main_content .wp-block-button.is-style-outline .wp-block-button__link:hover,
  body #main_content .is-style-btn_line .swell-block-button__link:hover {
    background: var(--trust-page-accent) !important;
    border-color: var(--trust-page-accent);
    color: #fff !important;
  }

  body #main_content .wp-block-button__link span,
  body #main_content .swell-block-button__link span {
    transition: transform 0.18s ease;
  }

  body #main_content .wp-block-button__link:hover span,
  body #main_content .swell-block-button__link:hover span {
    transform: translateX(2px);
  }
}

body #main_content .swell-block-fullWide[style*="#0f2742"] .wp-block-button__link {
  border-color: #fff;
  background: #fff !important;
  color: var(--trust-page-accent) !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

body #main_content .swell-block-fullWide[style*="#0f2742"] .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: #fff !important;
}

body #main_content .swell-block-fullWide[style*="#1f2937"] .wp-block-button__link {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--trust-page-accent, #0f2742) !important;
}

body #main_content .wp-block-button.is-style-outline .wp-block-button__link[href*="/download/"] {
  border-color: var(--trust-page-accent, #0f2742) !important;
  background: #fff !important;
  color: var(--trust-page-accent, #0f2742) !important;
}

body #main_content .swell-block-linkList.is-style-button {
  gap: 12px;
}

body #main_content .swell-block-linkList.is-style-button .swell-block-linkList__link {
  position: relative;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid var(--trust-page-line) !important;
  border-radius: 6px;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 39, 66, 0.07);
  color: var(--trust-page-accent);
}

body #main_content .swell-block-linkList.is-style-button .swell-block-linkList__link::after {
  margin-left: auto;
  color: var(--trust-page-accent);
  content: "→";
  font-weight: 700;
}

body #main_content .cf7 {
  border-color: var(--trust-page-line);
  box-shadow: 0 18px 42px rgba(15, 39, 66, 0.1);
}

body #main_content .cf7__list dt {
  background: #f4f6f7;
  color: var(--trust-page-accent);
}

body #main_content .cf7__list > p {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--trust-page-line);
  background: #f4f6f7;
  color: var(--trust-page-accent);
  font-weight: 700;
}

body #main_content .cf7__list dd > p {
  margin: 0;
}

body #main_content .cf7 input[type="submit"] {
  background: var(--trust-page-accent) !important;
  box-shadow: 0 12px 26px rgba(15, 39, 66, 0.16);
  color: #fff !important;
}

@media screen and (max-width: 781px) {
  body #main_content .wp-block-button,
  body #main_content .wp-block-button__link,
  body #main_content .swell-block-button,
  body #main_content .swell-block-button__link {
    width: 100%;
  }

  body #main_content .wp-block-column.has-white-background-color,
  body #main_content .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column:not(.has-background) {
    padding: 20px;
  }
}

body #main_content .wp-block-heading + p strong,
body #main_content .wp-block-heading + .wp-block-paragraph strong {
  display: inline-block;
  margin-top: -12px;
  color: #6b7478;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

body #main_content .has-text-align-center.wp-block-heading + p strong,
body #main_content .has-text-align-center.wp-block-heading + .wp-block-paragraph strong {
  position: relative;
  padding-bottom: 10px;
}

body #main_content .has-text-align-center.wp-block-heading + p strong::after,
body #main_content .has-text-align-center.wp-block-heading + .wp-block-paragraph strong::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 42px;
  height: 1px;
  background: var(--trust-page-line);
  content: "";
  transform: translateX(-50%);
}

body #main_content .trust-download {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

body #main_content .trust-download__section {
  border: 1px solid var(--trust-page-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 39, 66, 0.08);
  overflow: hidden;
}

body #main_content .trust-download__header {
  display: grid;
  gap: 8px;
  padding: 26px 28px 22px;
  border-bottom: 1px solid var(--trust-page-line);
  background: linear-gradient(180deg, #fff 0%, #f7f8f8 100%);
}

body #main_content .trust-download__eyebrow {
  color: #6b7478;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body #main_content .trust-download__title {
  margin: 0;
  color: var(--trust-page-accent);
  font-size: 22px;
  line-height: 1.45;
}

body #main_content .trust-download__text {
  margin: 0;
  color: #555;
  line-height: 1.8;
}

body #main_content .trust-download .trust-download__header .trust-download__text {
  color: #43505a !important;
  opacity: 1;
}

body #main_content .trust-download__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

body #main_content .trust-download__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(15, 39, 66, 0.12);
  border-radius: 6px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body #main_content .trust-download__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 4px;
  background: var(--trust-page-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body #main_content .trust-download__name {
  display: block;
  color: var(--trust-page-accent);
  font-weight: 700;
  line-height: 1.5;
}

body #main_content .trust-download__meta {
  display: block;
  margin-top: 4px;
  color: #6b7478;
  font-size: 13px;
  line-height: 1.5;
}

body #main_content .trust-download__action {
  color: var(--trust-page-accent);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

body #main_content .trust-download__note {
  margin: 0;
  padding: 18px 22px 22px;
  border-top: 1px solid var(--trust-page-line);
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

body #main_content .trust-download__note a {
  color: var(--trust-page-accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

body #main_content .trust-broker .trust-download__section {
  border-color: rgba(15, 39, 66, 0.2);
}

body #main_content .trust-broker .trust-download__header {
  background: linear-gradient(180deg, #fff 0%, #f4f6f7 100%);
}

body #main_content .trust-notice {
  max-width: 900px;
  margin: 26px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(15, 39, 66, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 39, 66, 0.07);
}

body #main_content .trust-notice + .wp-block-buttons,
body #main_content .trust-notice + * + .wp-block-buttons {
  margin-top: 34px;
}

body #main_content .trust-notice + .wp-block-buttons .wp-block-button__link {
  min-width: 210px;
}

body #main_content .trust-notice ul {
  margin: 0;
}

body #main_content .trust-notice li + li {
  margin-top: 10px;
}

body #main_content .post-password-form {
  max-width: 760px;
  margin: 54px auto;
  padding: 34px;
  border: 1px solid rgba(15, 39, 66, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 39, 66, 0.1);
}

body #main_content .post-password-form p:first-child {
  margin-top: 0;
  color: var(--trust-page-accent);
  font-weight: 700;
}

body #main_content .post-password-form label {
  display: grid;
  gap: 8px;
  color: var(--trust-page-accent);
  font-weight: 700;
}

body #main_content .post-password-form input[type="password"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(15, 39, 66, 0.18);
  border-radius: 4px;
  background: #fff;
}

body #main_content .post-password-form input[type="submit"] {
  min-height: 52px;
  margin-top: 14px;
  border: 1px solid var(--trust-page-accent);
  border-radius: 4px;
  background: var(--trust-page-accent);
  color: #fff;
  font-weight: 700;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

@media (hover: hover) {
  body #main_content .post-password-form input[type="submit"]:hover {
    background: #17395f;
    box-shadow: 0 12px 26px rgba(15, 39, 66, 0.16);
    transform: translateY(-1px);
  }
}

body #main_content .trust-legal {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 34px;
  border: 1px solid rgba(15, 39, 66, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 39, 66, 0.08);
}

body #main_content .trust-legal__notice {
  max-width: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  border-left: 4px solid var(--trust-page-accent);
  background: #f4f6f7;
  color: #1f2933;
}

body #main_content .trust-legal h2.wp-block-heading {
  margin-top: 34px;
  margin-bottom: 14px;
}

body #main_content .trust-legal h2.wp-block-heading:first-of-type {
  margin-top: 0;
}

body #main_content .trust-legal p,
body #main_content .trust-legal li {
  color: #34404a;
  line-height: 1.95;
}

body #main_content .trust-legal > * {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

body #main_content .trust-legal > .trust-legal__notice {
  max-width: 820px;
}

@media (hover: hover) {
  body #main_content .trust-download__item:hover {
    border-color: var(--trust-page-accent);
    box-shadow: 0 12px 28px rgba(15, 39, 66, 0.1);
    transform: translateY(-1px);
  }
}

body #main_content .trust-form,
body #main_content .cf7 {
  border: 1px solid var(--trust-page-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 39, 66, 0.1);
}

body #main_content .cf7 {
  padding: 0;
  overflow: hidden;
}

body #main_content .trust-vacate-form-card {
  margin-inline: auto;
  max-width: 900px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--trust-page-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 39, 66, 0.1);
}

body #main_content .trust-vacate-form-card > .wp-block-group__inner-container {
  max-width: 100%;
}

body #main_content .trust-vacate-form-card:has(.trust-form--vacate) {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body #main_content .trust-vacate-form-card:has(.trust-form--vacate) > .wp-block-group__inner-container {
  max-width: 100%;
}

body #main_content .trust-vacate-form-card .trust-form--vacate {
  width: 100%;
}

body #main_content .trust-vacate-form-card .wpcf7-form {
  display: grid;
  gap: 18px;
}

body #main_content .trust-vacate-form-card .wpcf7-form > p {
  margin: 0;
}

body #main_content .trust-vacate-form-card label {
  display: grid;
  gap: 8px;
  color: var(--trust-page-accent);
  font-weight: 700;
  line-height: 1.5;
}

body #main_content .trust-vacate-form-card input[type="text"],
body #main_content .trust-vacate-form-card input[type="tel"],
body #main_content .trust-vacate-form-card input[type="email"],
body #main_content .trust-vacate-form-card input[type="date"],
body #main_content .trust-vacate-form-card input[type="time"],
body #main_content .trust-vacate-form-card textarea,
body #main_content .trust-vacate-form-card select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(15, 39, 66, 0.18);
  border-radius: 4px;
  background: #fff;
  color: #1f2933;
  font-size: 16px;
}

body #main_content .trust-vacate-form-card textarea {
  min-height: 170px;
}

body #main_content .trust-vacate-form-card input[type="submit"] {
  display: block;
  width: min(100%, 320px);
  margin-inline: auto;
  min-height: 54px;
  border: 0;
  border-radius: 4px;
  background: var(--trust-page-accent) !important;
  box-shadow: 0 12px 26px rgba(15, 39, 66, 0.16);
  color: #fff !important;
  font-weight: 700;
}

body #main_content .trust-form {
  padding: 0;
  overflow: hidden;
}

body #main_content .trust-form__section {
  padding: 34px;
  border-bottom: 1px solid var(--trust-page-line);
}

body #main_content .trust-form__section:last-of-type {
  border-bottom: 0;
}

body #main_content .trust-form__heading {
  margin: 0 0 22px;
  color: var(--trust-page-accent);
  font-size: 19px;
  line-height: 1.5;
}

body #main_content .trust-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

body #main_content .trust-form__field label,
body #main_content .cf7__list > p,
body #main_content .cf7__list dt {
  display: block;
  margin: 0 0 8px;
  color: var(--trust-page-accent);
  font-weight: 700;
  line-height: 1.5;
}

body #main_content .trust-form__field {
  display: grid;
  gap: 8px;
}

body #main_content .wpcf7-form-control-wrap {
  display: block;
}

body #main_content .wpcf7-radio,
body #main_content .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body #main_content .wpcf7-list-item {
  margin: 0;
}

body #main_content .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 39, 66, 0.16);
  border-radius: 4px;
  background: #fff;
}

body #main_content .wpcf7-list-item input {
  margin-right: 6px;
}

body #main_content .trust-form__hint {
  display: block;
  margin-top: 6px;
  color: #6b7478;
  font-size: 13px;
  line-height: 1.6;
}

body #main_content .trust-form input[type="text"],
body #main_content .trust-form input[type="tel"],
body #main_content .trust-form input[type="email"],
body #main_content .trust-form textarea,
body #main_content .trust-form select,
body #main_content .cf7 input[type="text"],
body #main_content .cf7 input[type="tel"],
body #main_content .cf7 input[type="email"],
body #main_content .cf7 textarea,
body #main_content .cf7 select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(15, 39, 66, 0.18);
  border-radius: 4px;
  background: #fff;
  color: #1f2933;
  font-size: 16px;
}

body #main_content .trust-form textarea,
body #main_content .cf7 textarea {
  min-height: 150px;
}

body #main_content .trust-form input:focus,
body #main_content .trust-form textarea:focus,
body #main_content .trust-form select:focus,
body #main_content .cf7 input:focus,
body #main_content .cf7 textarea:focus,
body #main_content .cf7 select:focus {
  border-color: var(--trust-page-accent);
  outline: 3px solid rgba(15, 39, 66, 0.12);
}

body #main_content .trust-form__required,
body #main_content .trust-form__optional,
body #main_content .cf7__required,
body #main_content .cf7__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}

body #main_content .trust-form__required,
body #main_content .cf7__required {
  background: var(--trust-page-accent);
}

body #main_content .trust-form__optional,
body #main_content .cf7__optional {
  background: #7d8588;
}

body #main_content .trust-form__submit,
body #main_content .cf7__button {
  padding: 30px 34px;
  border-top: 1px solid var(--trust-page-line);
  background: #f7f8f8;
  text-align: center;
}

body #main_content .trust-form input[type="submit"],
body #main_content .cf7 input[type="submit"] {
  width: min(100%, 320px);
  min-height: 54px;
  border: 0;
  border-radius: 4px;
  background: var(--trust-page-accent) !important;
  box-shadow: 0 12px 26px rgba(15, 39, 66, 0.16);
  color: #fff !important;
  font-weight: 700;
}

@media screen and (max-width: 781px) {
  body #main_content .trust-download__grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  body #main_content .trust-download__header,
  body #main_content .trust-form__section,
  body #main_content .trust-form__submit,
  body #main_content .trust-vacate-form-card {
    padding: 20px;
  }

  body #main_content .wpcf7-radio,
  body #main_content .wpcf7-checkbox {
    display: grid;
    gap: 8px;
  }

  body #main_content .wpcf7-list-item label {
    width: 100%;
  }

  body #main_content .trust-download__item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  body #main_content .trust-download__action {
    grid-column: 2;
  }

  body #main_content .trust-notice,
  body #main_content .trust-legal,
  body #main_content .post-password-form {
    padding: 20px;
  }

  body #main_content .trust-notice {
    margin-top: 22px;
    margin-bottom: 8px;
  }

  body #main_content .trust-notice + .wp-block-buttons,
  body #main_content .trust-notice + * + .wp-block-buttons {
    margin-top: 28px;
  }

  body #main_content .trust-legal > *,
  body #main_content .trust-legal > .trust-legal__notice {
    max-width: none;
  }
}

/* Final fixed-page alignment pass. */
body #main_content {
  --trust-page-button-height: 52px;
  --trust-page-button-min: 190px;
  --trust-page-card-padding: clamp(24px, 3vw, 36px);
  --trust-page-column-gap: clamp(34px, 5vw, 72px);
}

body #main_content .wp-block-heading + p,
body #main_content .wp-block-heading + .wp-block-paragraph {
  margin-top: -8px;
}

body #main_content h1.wp-block-heading + p strong,
body #main_content h2.wp-block-heading + p strong,
body #main_content h3.wp-block-heading + p strong,
body #main_content h1.wp-block-heading + .wp-block-paragraph strong,
body #main_content h2.wp-block-heading + .wp-block-paragraph strong,
body #main_content h3.wp-block-heading + .wp-block-paragraph strong {
  display: inline-block;
  margin-top: 0;
  color: #69757a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

body #main_content .wp-block-heading.has-text-align-center + p,
body #main_content .wp-block-heading.has-text-align-center + .wp-block-paragraph {
  margin-top: -10px;
  margin-bottom: 22px;
  text-align: center;
}

body #main_content .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center::after,
body #main_content .wp-block-group > .wp-block-heading.has-text-align-center:first-child::after {
  margin-top: 12px;
}

body #main_content .wp-block-media-text {
  column-gap: var(--trust-page-column-gap);
  row-gap: 28px;
}

body #main_content .wp-block-media-text__content {
  padding: 22px 0;
}

body #main_content .swell-block-fullWide__inner > .wp-block-media-text + .wp-block-media-text,
body #main_content .wp-block-group > .wp-block-media-text + .wp-block-media-text {
  margin-top: 64px;
}

body #main_content .wp-block-columns {
  gap: clamp(22px, 3vw, 42px);
}

body #main_content .wp-block-column.has-white-background-color,
body #main_content .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column:not(.has-background),
body #main_content .wp-block-column > .wp-block-group.has-background {
  padding: var(--trust-page-card-padding) !important;
}

body #main_content .wp-block-column.has-white-background-color,
body #main_content .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column:not(.has-background) {
  min-height: 100%;
}

body #main_content .wp-block-column > h3.wp-block-heading:first-child,
body #main_content .wp-block-column > .wp-block-heading:first-child,
body #main_content .wp-block-group > h3.wp-block-heading:first-child {
  margin-bottom: 14px;
}

body #main_content .wp-block-column > p,
body #main_content .wp-block-group > p {
  margin-top: 0;
}

body #main_content .wp-block-column > .wp-block-buttons:last-child,
body #main_content .wp-block-group > .wp-block-buttons:last-child {
  margin-top: auto;
  padding-top: 18px;
}

body #main_content .wp-block-button,
body #main_content .swell-block-button {
  display: inline-flex;
  align-items: stretch;
}

body #main_content .wp-block-button__link,
body #main_content .swell-block-button__link,
body #main_content .trust-form input[type="submit"],
body #main_content .cf7 input[type="submit"],
body #main_content .post-password-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--trust-page-button-min);
  min-height: var(--trust-page-button-height);
  padding: 12px 28px;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

body #main_content .wp-block-buttons.is-content-justification-center,
body #main_content .wp-block-buttons[style*="center"] {
  justify-content: center;
}

body #main_content .wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
  box-shadow: 0 8px 20px rgba(15, 39, 66, 0.06);
}

body #main_content .swell-block-fullWide[style*="#0f2742"] .wp-block-button__link,
body #main_content .swell-block-fullWide[style*="#0f2742"] .swell-block-button__link {
  min-height: var(--trust-page-button-height);
}

body #main_content .swell-block-fullWide[style*="#0f2742"] .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.82);
  background: transparent !important;
  box-shadow: none;
}

@media (hover: hover) {
  body #main_content .wp-block-button__link:hover,
  body #main_content .swell-block-button__link:hover,
  body #main_content .trust-form input[type="submit"]:hover,
  body #main_content .cf7 input[type="submit"]:hover,
  body #main_content .post-password-form input[type="submit"]:hover {
    box-shadow: 0 16px 34px rgba(15, 39, 66, 0.2);
    transform: translateY(-2px);
  }
}

body #main_content .trust-download {
  align-items: stretch;
}

body #main_content .trust-download__section {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body #main_content .trust-download__grid {
  flex: 1 1 auto;
}

body #main_content .trust-download__item {
  min-height: 96px;
}

body #main_content .trust-download__note {
  margin-top: auto;
}

body #main_content .trust-info-card {
  border: 1px solid rgba(15, 39, 66, 0.14);
  border-radius: 8px;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 39, 66, 0.08);
}

body #main_content .trust-download-cta {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

body #main_content .trust-download-cta .swell-block-button__link {
  min-width: 260px;
}

body #main_content .trust-download__title,
body #main_content .wp-block-media-text h3.wp-block-heading,
body #main_content .wp-block-column h3.wp-block-heading {
  letter-spacing: 0;
}

body #main_content .trust-download__eyebrow,
body #main_content .wp-block-media-text h3.wp-block-heading + p strong,
body #main_content .wp-block-column h3.wp-block-heading + p strong {
  color: #738087;
  font-size: 10px;
  letter-spacing: 0.12em;
}

body #main_content .trust-eyebrow {
  display: block;
  width: 100%;
  max-width: none;
  margin: -8px 0 18px;
  color: #6f7b82;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

body #main_content .trust-eyebrow strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

body #main_content .has-text-align-center.trust-eyebrow {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body #main_content .wp-block-media-text__content > .wp-block-heading {
  margin-bottom: 12px;
}

body #main_content .wp-block-media-text__content > .wp-block-heading + .trust-eyebrow {
  margin-top: -6px;
  margin-bottom: 18px;
}

body #main_content .wp-block-media-text__content > .trust-eyebrow + p {
  margin-top: 0;
}

@media screen and (min-width: 782px) {
  body #main_content .swell-block-fullWide__inner > .wp-block-columns,
  body #main_content .wp-block-group > .wp-block-columns {
    align-items: stretch;
  }

  body #main_content .swell-block-fullWide__inner > .wp-block-columns > .wp-block-column,
  body #main_content .wp-block-group > .wp-block-columns > .wp-block-column {
    display: flex;
    flex-direction: column;
  }

  body #main_content .wp-block-column > .wp-block-group.has-background,
  body #main_content .wp-block-column.has-white-background-color {
    min-height: 100%;
  }

  body #main_content .wp-block-column > .wp-block-group.has-background > p,
  body #main_content .wp-block-column.has-white-background-color > p {
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 781px) {
  body #main_content {
    --trust-page-button-min: 0;
    --trust-page-column-gap: 24px;
  }

  body #main_content .wp-block-media-text {
    gap: 24px;
  }

  body #main_content .wp-block-media-text__content {
    padding: 0;
  }

  body #main_content .swell-block-fullWide__inner > .wp-block-media-text + .wp-block-media-text,
  body #main_content .wp-block-group > .wp-block-media-text + .wp-block-media-text {
    margin-top: 42px;
  }

  body #main_content .wp-block-heading.has-text-align-center + p,
  body #main_content .wp-block-heading.has-text-align-center + .wp-block-paragraph {
    margin-bottom: 18px;
  }

  body #main_content .wp-block-button,
  body #main_content .swell-block-button {
    width: 100%;
  }

  body #main_content .wp-block-button__link,
  body #main_content .swell-block-button__link,
  body #main_content .trust-form input[type="submit"],
  body #main_content .cf7 input[type="submit"],
  body #main_content .post-password-form input[type="submit"] {
    width: 100%;
  }

  body #main_content .trust-eyebrow {
    margin-top: -6px;
    margin-bottom: 14px;
    font-size: 10px;
  }

  body #main_content .trust-download-cta .swell-block-button__link {
    min-width: 0;
  }
}

/* TRUST ONE fixed-page LP structure. */
body #main_content {
  --trust-lp-navy: #0f2742;
  --trust-lp-navy-hover: #17395f;
  --trust-lp-ink: #162536;
  --trust-lp-muted: #6e7b86;
  --trust-lp-line: rgba(15, 39, 66, 0.14);
  --trust-lp-soft: #f6f3ee;
  --trust-lp-shadow: 0 18px 42px rgba(15, 39, 66, 0.1);
  --trust-lp-shadow-hover: 0 24px 52px rgba(15, 39, 66, 0.16);
}

body #main_content .swell-block-fullWide {
  padding-top: clamp(66px, 7vw, 104px);
  padding-bottom: clamp(66px, 7vw, 104px);
}

body #main_content .swell-block-fullWide__inner > .wp-block-heading:first-child,
body #main_content .wp-block-group > .wp-block-heading:first-child {
  margin-bottom: 8px;
}

body #main_content h1.wp-block-heading,
body #main_content h2.wp-block-heading,
body #main_content h3.wp-block-heading {
  color: var(--trust-lp-ink);
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

body #main_content .wp-block-heading.has-text-align-center {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

body #main_content h1.wp-block-heading {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.22;
}

body #main_content h2.wp-block-heading {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.3;
}

body #main_content h3.wp-block-heading {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.42;
}

body #main_content .trust-eyebrow,
body #main_content .wp-block-heading + .trust-eyebrow {
  display: block;
  width: 100%;
  margin: -2px 0 18px;
  color: var(--trust-lp-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

body #main_content .has-text-align-center.trust-eyebrow {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body #main_content .wp-block-media-text {
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

body #main_content .wp-block-media-text__content {
  padding: clamp(8px, 2vw, 22px) 0;
}

body #main_content .wp-block-media-text__media img {
  border-radius: 8px;
  box-shadow: var(--trust-lp-shadow);
}

body #main_content .wp-block-media-text__content > .wp-block-heading {
  margin-bottom: 8px;
}

body #main_content .wp-block-media-text__content > .trust-eyebrow,
body #main_content .wp-block-media-text__content > .wp-block-heading + .trust-eyebrow {
  margin-top: -4px;
  margin-bottom: 20px;
}

body #main_content .wp-block-buttons {
  gap: 12px 14px;
  margin-top: 24px;
}

body #main_content .wp-block-button,
body #main_content .swell-block-button {
  min-width: min(100%, var(--trust-page-button-min, 190px));
}

body #main_content .wp-block-button__link,
body #main_content .swell-block-button__link,
body #main_content .trust-form input[type="submit"],
body #main_content .cf7 input[type="submit"],
body #main_content .post-password-form input[type="submit"] {
  min-height: 52px;
  padding: 13px 28px;
  border: 1px solid var(--trust-lp-navy) !important;
  border-radius: 999px;
  background: var(--trust-lp-navy) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 39, 66, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

body #main_content .wp-block-button.is-style-outline .wp-block-button__link,
body #main_content .is-style-outline > .wp-block-button__link,
body #main_content .swell-block-button.is-style-btn_line .swell-block-button__link {
  background: #fff !important;
  color: var(--trust-lp-navy) !important;
  box-shadow: 0 10px 24px rgba(15, 39, 66, 0.08);
}

body #main_content .wp-block-button__link::after,
body #main_content .swell-block-button__link::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  margin-left: 0.8em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}

body #main_content .swell-block-button__link[data-has-icon="1"]::after {
  content: none;
}

body #main_content .trust-card-grid {
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

body #main_content .trust-card-grid > .wp-block-column.has-background,
body #main_content .trust-card-grid > .wp-block-column > .wp-block-group,
body #main_content .wp-block-column.has-background {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(26px, 3vw, 34px) !important;
  border: 1px solid var(--trust-lp-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--trust-lp-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body #main_content .trust-card-grid h3.wp-block-heading,
body #main_content .wp-block-column.has-background h3.wp-block-heading {
  margin-bottom: 12px;
}

body #main_content .trust-card-grid p,
body #main_content .wp-block-column.has-background > p {
  flex: 1 1 auto;
  margin-bottom: 0;
}

body #main_content .trust-card-grid .wp-block-buttons,
body #main_content .wp-block-column.has-background .wp-block-buttons {
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
}

body #main_content .trust-card-grid .wp-block-button,
body #main_content .trust-card-grid .wp-block-button__link,
body #main_content .wp-block-column.has-background .wp-block-button,
body #main_content .wp-block-column.has-background .wp-block-button__link {
  width: 100%;
}

body #main_content .trust-contact-type-grid {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
  align-items: stretch !important;
}

body #main_content .trust-contact-type-grid + .trust-contact-type-grid {
  margin-top: clamp(22px, 3vw, 34px);
}

body #main_content .trust-contact-type-grid .wp-block-group {
  min-height: 100%;
}

body #main_content .trust-contact-type-grid .wp-block-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

body #main_content .trust-info-card,
body #main_content .trust-download-notice {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid var(--trust-lp-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, var(--trust-lp-soft) 100%) !important;
  box-shadow: var(--trust-lp-shadow);
}

body #main_content .trust-download-notice {
  margin-top: 8px;
  margin-bottom: 36px;
}

body #main_content .trust-download-cta {
  justify-content: center;
  margin-top: 8px;
  margin-bottom: clamp(80px, 8vw, 120px);
  padding-bottom: clamp(56px, 5vw, 80px);
}

body #main_content .trust-download-cta .swell-block-button__link {
  min-width: 320px;
}

body #main_content .trust-nowrap-heading {
  white-space: nowrap;
}

body #main_content .trust-nowrap {
  white-space: nowrap;
}

body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) a.trust-nowrap {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body #main_content .trust-wechat-toggle {
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  text-align: center;
}

body #main_content .trust-wechat-toggle summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  padding: 10px 24px;
  border: 1px solid #0f2742;
  border-radius: 4px;
  background: #0f2742;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 8px 18px rgba(15, 39, 66, 0.11);
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body #main_content .trust-wechat-toggle summary::-webkit-details-marker {
  display: none;
}

body #main_content .trust-wechat-toggle summary::after {
  margin-left: 12px;
  content: "›";
  font-size: 20px;
  line-height: 1;
}

body #main_content .trust-wechat-toggle[open] summary::after {
  transform: rotate(90deg);
}

body #main_content .trust-wechat-toggle__body {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-top: 18px;
}

body #main_content .trust-wechat-toggle .trust-wechat-qr {
  width: min(100%, 190px);
  margin: 0 auto;
}

body #main_content .trust-wechat-toggle .trust-wechat-qr img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(15, 39, 66, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 39, 66, 0.12);
}

body #main_content .trust-wechat-id {
  margin: 0 !important;
  color: #233449;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}

body #main_content .trust-wechat-page-card {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--trust-lp-line, rgba(15, 39, 66, 0.14));
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--trust-lp-shadow, 0 10px 26px rgba(15, 39, 66, 0.07));
  text-align: center;
}

body #main_content .trust-wechat-page-id {
  margin: 18px auto 0 !important;
  color: #0f2742;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 22px);
  letter-spacing: 0;
}

body #main_content .trust-wechat-page-qr {
  display: flex;
  justify-content: center;
  margin: 24px auto !important;
}

body #main_content .trust-wechat-page-qr img {
  width: min(320px, 74vw);
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(15, 39, 66, 0.12);
  border-radius: 8px;
}

body #main_content .trust-map-embed {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--trust-lp-line, rgba(15, 39, 66, 0.14));
  border-radius: 8px;
  box-shadow: var(--trust-lp-shadow, 0 10px 26px rgba(15, 39, 66, 0.07));
}

body #main_content .trust-map-embed iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

body #main_content .trust-page-photo-hero {
  position: relative;
  min-height: clamp(280px, 25vw, 340px);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #0f2742;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

#breadcrumb + #content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#breadcrumb + #content #main_content,
#breadcrumb + #content #main_content > .l-mainContent__inner {
  padding-top: 0 !important;
}

body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
body #main_content .trust-page-photo-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  align-content: center;
  justify-items: center;
  box-sizing: border-box;
  max-width: none !important;
  width: 100%;
  padding-top: clamp(34px, 4vw, 56px);
  padding-right: clamp(22px, 5vw, 64px);
  padding-bottom: clamp(34px, 4vw, 56px);
  padding-left: clamp(22px, 5vw, 64px);
  color: #fff;
  text-align: center;
}

body #main_content .trust-page-photo-hero .wp-block-group {
  box-sizing: border-box;
  width: 100%;
  max-width: min(920px, calc(100vw - 44px));
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body #main_content .trust-page-photo-hero h1.wp-block-heading,
body #main_content .trust-page-photo-hero .trust-page-photo-hero__title {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}

body #main_content .trust-page-photo-hero .trust-eyebrow,
body #main_content .trust-page-photo-hero .trust-page-photo-hero__eyebrow,
body #main_content .trust-page-photo-hero h1.wp-block-heading + p {
  display: block;
  width: 100%;
  margin: 10px auto 16px !important;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

body #main_content .trust-page-photo-hero .trust-eyebrow strong,
body #main_content .trust-page-photo-hero h1.wp-block-heading + p strong {
  display: block;
  color: #fff;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: center;
}

body #main_content .trust-sp-break {
  display: none;
}

body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) {
  max-width: min(760px, 100%);
  margin-top: 0 !important;
  margin-right: auto;
  margin-bottom: 0 !important;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.75;
  text-align: center;
  overflow-wrap: anywhere;
}

body #main_content .trust-page-photo-hero .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #fff;
  background: #fff;
  color: #0f2742 !important;
}

body #main_content > .c-pageTitle,
body #main_content > .l-mainContent__inner > .c-pageTitle,
body #main_content > .p-breadcrumb + .c-pageTitle,
body #main_content > .l-mainContent__inner > .p-breadcrumb + .c-pageTitle {
  display: none;
}

body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body #main_content .trust-contact-type-grid > .wp-block-column {
  display: flex;
  align-self: stretch;
}

body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
  width: 100%;
  height: 100%;
}

body #main_content .trust-contact-type-grid .wp-block-buttons,
body #main_content .trust-contact-type-grid .wp-block-image,
body #main_content .trust-contact-type-grid figure.wp-block-image {
  margin-top: auto;
  padding-top: 24px;
}

/* Targeted page-title/FV spacing cleanup. */
body #main_content .p-breadcrumb {
  margin-bottom: 0 !important;
}

body #main_content .c-pageTitle + .post_content,
body #main_content .p-breadcrumb + .post_content,
body #main_content .p-breadcrumb + .l-mainContent__inner,
body #main_content .l-mainContent__inner > .post_content:first-child {
  margin-top: 0 !important;
}

body #main_content .post_content > .swell-block-fullWide:first-child,
body #main_content .post_content > .trust-fv-section:first-child,
body #main_content .l-mainContent__inner > .swell-block-fullWide:first-child {
  margin-top: 0 !important;
}

body #main_content .post_content > .swell-block-fullWide:first-child {
  padding-top: clamp(56px, 6vw, 86px);
}

body #main_content .post_content > .trust-fv-section:first-child {
  padding-top: 0;
}

body #main_content .wp-block-media-text__content > .wp-block-heading + .trust-eyebrow,
body #main_content .wp-block-media-text__content > .trust-eyebrow {
  width: auto;
  max-width: none;
  text-align: inherit;
}

body #main_content .wp-block-table {
  margin-top: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(15, 39, 66, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 39, 66, 0.07);
}

body #main_content .wp-block-table table {
  border-style: hidden;
}

body #main_content .wp-block-table th {
  background: #0f2742 !important;
  color: #fff !important;
}

body #main_content .wp-block-table th,
body #main_content .wp-block-table td {
  padding: 16px 18px;
  line-height: 1.78;
}

body #main_content .trust-info-card,
body #main_content .trust-download-notice {
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(15, 39, 66, 0.07);
}

/* Final UI pass: FV/breadcrumb spacing, labels, headings, tables. */
body #main_content,
body #main_content .l-mainContent,
body #main_content .l-mainContent__inner,
body #main_content article,
body #main_content .post_content {
  margin-top: 0;
  padding-top: 0;
}

body #main_content .p-breadcrumb {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

body #main_content .p-breadcrumb + *,
body #main_content .c-pageTitle + *,
body #main_content .post_content > :first-child {
  margin-top: 0 !important;
}

body #main_content .post_content > .swell-block-fullWide:first-child:not(.trust-fv-section) {
  padding-top: clamp(46px, 5vw, 72px);
}

body #main_content .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center::after,
body #main_content .wp-block-group > .wp-block-heading.has-text-align-center:first-child::after {
  margin-top: 18px;
}

body #main_content h2.wp-block-heading:not(.has-text-align-center) {
  margin-bottom: 30px;
  padding-bottom: 18px;
}

body #main_content .wp-block-heading.has-text-align-center + p:not(.trust-eyebrow),
body #main_content .wp-block-heading.has-text-align-center + .wp-block-paragraph:not(.trust-eyebrow) {
  margin-top: 22px;
}

body #main_content .trust-eyebrow,
body #main_content .wp-block-heading + .trust-eyebrow,
body #main_content .wp-block-media-text__content > .wp-block-heading + .trust-eyebrow {
  width: 100%;
  max-width: none;
  margin-top: 4px;
  margin-bottom: 24px;
  text-align: inherit;
}

body #main_content .has-text-align-center.trust-eyebrow,
body #main_content .wp-block-heading.has-text-align-center + .trust-eyebrow,
body #main_content .trust-service-item .wp-block-media-text__content > .wp-block-heading,
body #main_content .trust-service-item .wp-block-media-text__content > .trust-eyebrow {
  text-align: center;
}

body #main_content .trust-service-item .wp-block-media-text__content > .wp-block-heading {
  margin-right: auto;
  margin-left: auto;
}

body #main_content .trust-service-item .wp-block-media-text__content > .trust-eyebrow {
  margin-right: auto;
  margin-left: auto;
}

body #main_content .trust-service-item .wp-block-media-text__content > .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

body #main_content .wp-block-media-text > .wp-block-media-text__content > .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body #main_content .wp-block-media-text > .wp-block-media-text__content > .wp-block-buttons .wp-block-button {
  margin-right: 0;
  margin-left: 0;
}

body #main_content .wp-block-column h2.wp-block-heading {
  font-size: clamp(22px, 2.15vw, 32px);
  word-break: normal;
  overflow-wrap: anywhere;
}

body #main_content .wp-block-table {
  margin-top: clamp(30px, 3.5vw, 48px);
}

body #main_content .wp-block-table th {
  background: #0d2239 !important;
}

@media screen and (max-width: 781px) {
  body #main_content .post_content > .swell-block-fullWide:first-child:not(.trust-fv-section) {
    padding-top: 42px;
  }

  body #main_content h2.wp-block-heading:not(.has-text-align-center) {
    margin-bottom: 24px;
    padding-bottom: 15px;
  }

  body #main_content .trust-eyebrow,
  body #main_content .wp-block-heading + .trust-eyebrow,
  body #main_content .wp-block-media-text__content > .wp-block-heading + .trust-eyebrow {
    margin-bottom: 18px;
  }
}

@media (hover: hover) {
  body #main_content .wp-block-button__link:hover,
  body #main_content .swell-block-button__link:hover,
  body #main_content .trust-form input[type="submit"]:hover,
  body #main_content .cf7 input[type="submit"]:hover,
  body #main_content .post-password-form input[type="submit"]:hover {
    background: var(--trust-lp-navy-hover) !important;
    border-color: var(--trust-lp-navy-hover) !important;
    color: #fff !important;
    box-shadow: var(--trust-lp-shadow-hover);
    transform: translateY(-2px);
  }

  body #main_content .wp-block-button__link:hover::after,
  body #main_content .swell-block-button__link:hover::after {
    transform: translateX(3px) rotate(45deg);
  }

  body #main_content .trust-card-grid > .wp-block-column.has-background:hover,
  body #main_content .trust-card-grid > .wp-block-column > .wp-block-group:hover,
  body #main_content .wp-block-column.has-background:hover,
  body #main_content .trust-download__item:hover {
    box-shadow: var(--trust-lp-shadow-hover);
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 781px) {
  body #main_content .swell-block-fullWide {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  body #main_content h1.wp-block-heading,
  body #main_content h2.wp-block-heading,
  body #main_content h3.wp-block-heading {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  body #main_content .trust-eyebrow,
  body #main_content .wp-block-heading + .trust-eyebrow {
    margin-top: -4px;
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  body #main_content .wp-block-media-text {
    gap: 26px;
  }

body #main_content .trust-card-grid {
  gap: 18px;
}

  body #main_content .trust-card-grid > .wp-block-column.has-background,
  body #main_content .trust-card-grid > .wp-block-column > .wp-block-group,
  body #main_content .wp-block-column.has-background {
    padding: 24px !important;
  }

  body #main_content .wp-block-button,
  body #main_content .swell-block-button,
  body #main_content .wp-block-button__link,
  body #main_content .swell-block-button__link,
  body #main_content .trust-download-cta .swell-block-button__link {
    width: 100%;
    min-width: 0;
  }

  body #main_content .trust-map-embed iframe {
    min-height: 280px;
  }
}

/* TRUST ONE fixed-page visual fine tuning. */
body #main_content {
  --trust-lp-shadow: 0 10px 26px rgba(15, 39, 66, 0.07);
  --trust-lp-shadow-hover: 0 16px 36px rgba(15, 39, 66, 0.12);
}

body #main_content h1.wp-block-heading {
  font-size: clamp(31px, 3.4vw, 46px);
}

body #main_content h2.wp-block-heading {
  font-size: clamp(25px, 2.55vw, 35px);
}

body #main_content h3.wp-block-heading {
  font-size: clamp(19px, 1.75vw, 24px);
}

body #main_content .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
body #main_content .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
  margin-top: 0;
}

body #main_content .swell-block-fullWide__inner > .trust-eyebrow,
body #main_content .wp-block-group > .trust-eyebrow,
body #main_content .wp-block-heading + .trust-eyebrow {
  margin-top: 0;
  margin-bottom: 18px;
}

body #main_content .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow,
body #main_content .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow {
  margin-top: -2px;
  margin-bottom: 22px;
}

body #main_content .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
body #main_content .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
body #main_content .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
body #main_content .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: clamp(30px, 4vw, 46px);
  margin-left: auto;
}

body #main_content .trust-eyebrow {
  font-size: 10.5px;
  letter-spacing: 0.14em;
}

body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
  box-sizing: border-box;
  max-width: min(760px, calc(100vw - 44px));
  white-space: normal;
  overflow-wrap: anywhere;
}

body #main_content .trust-card-grid > .wp-block-column.has-background,
body #main_content .trust-card-grid > .wp-block-column > .wp-block-group,
body #main_content .wp-block-column.has-background {
  box-shadow: var(--trust-lp-shadow);
}

body #main_content .trust-property-link-grid > .wp-block-column,
body #main_content .trust-download-link-grid > .wp-block-column,
body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
  min-height: 360px;
}

body #main_content .trust-property-link-grid > .wp-block-column,
body #main_content .trust-download-link-grid > .wp-block-column {
  justify-content: flex-start;
  text-align: center;
}

body #main_content .trust-property-link-grid h3.wp-block-heading,
body #main_content .trust-download-link-grid h3.wp-block-heading,
body #main_content .trust-contact-type-grid h3.wp-block-heading {
  min-height: 1.5em;
}

body #main_content .trust-property-link-grid p,
body #main_content .trust-download-link-grid p,
body #main_content .trust-contact-type-grid p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

body #main_content .trust-contact-type-grid p {
  justify-content: flex-start;
  flex: 0 0 auto;
}

@media (min-width: 782px) {
  body #main_content .trust-contact-type-grid p {
    min-height: 6.5em;
  }
}

body #main_content .wp-block-button__link,
body #main_content .swell-block-button__link,
body #main_content .trust-form input[type="submit"],
body #main_content .cf7 input[type="submit"],
body #main_content .post-password-form input[type="submit"] {
  box-shadow: 0 8px 18px rgba(15, 39, 66, 0.11);
}

body #main_content .wp-block-button.is-style-outline .wp-block-button__link,
body #main_content .is-style-outline > .wp-block-button__link,
body #main_content .swell-block-button.is-style-btn_line .swell-block-button__link {
  box-shadow: 0 6px 16px rgba(15, 39, 66, 0.06);
}

@media (hover: hover) {
  body #main_content .wp-block-button__link:hover,
  body #main_content .swell-block-button__link:hover,
  body #main_content .trust-form input[type="submit"]:hover,
  body #main_content .cf7 input[type="submit"]:hover,
  body #main_content .post-password-form input[type="submit"]:hover {
    box-shadow: 0 13px 28px rgba(15, 39, 66, 0.16);
  }
}

@media screen and (max-width: 781px) {
  body #main_content h1.wp-block-heading {
    font-size: 30px;
  }

  body #main_content h2.wp-block-heading {
    font-size: 25px;
  }

  body #main_content .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
  body #main_content .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
  body #main_content .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
  body #main_content .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
    margin-bottom: 28px;
  }

  body #main_content .trust-property-link-grid > .wp-block-column,
  body #main_content .trust-download-link-grid > .wp-block-column,
  body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
    min-height: 0;
  }
}

/* Top-page card grid normalization. */
body #main_content .trust-property-link-grid,
body #main_content .trust-download-link-grid,
body #main_content .trust-top-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

body #main_content .trust-property-link-grid::before,
body #main_content .trust-property-link-grid::after,
body #main_content .trust-download-link-grid::before,
body #main_content .trust-download-link-grid::after,
body #main_content .trust-top-contact-grid::before,
body #main_content .trust-top-contact-grid::after {
  content: none;
}

body #main_content .trust-property-link-grid > .wp-block-column,
body #main_content .trust-download-link-grid > .wp-block-column,
body #main_content .trust-top-contact-grid > .wp-block-column {
  width: auto;
  min-width: 0;
  max-width: none;
  flex-basis: auto !important;
}

body #main_content .trust-property-link-grid > .wp-block-column.has-background,
body #main_content .trust-download-link-grid > .wp-block-column.has-background,
body #main_content .trust-top-contact-grid > .wp-block-column.has-background {
  min-height: 236px;
  justify-content: flex-start;
}

body #main_content .trust-property-link-grid h3.wp-block-heading,
body #main_content .trust-download-link-grid h3.wp-block-heading,
body #main_content .trust-top-contact-grid h3.wp-block-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8em;
  margin-bottom: 10px;
}

body #main_content .trust-property-link-grid p,
body #main_content .trust-download-link-grid p,
body #main_content .trust-top-contact-grid p {
  min-height: 3.4em;
}

body #main_content .trust-property-link-grid .wp-block-buttons,
body #main_content .trust-download-link-grid .wp-block-buttons,
body #main_content .trust-top-contact-grid .wp-block-buttons {
  margin-top: auto;
  padding-top: 24px;
}

body #main_content .trust-property-link-grid .wp-block-button__link,
body #main_content .trust-download-link-grid .wp-block-button__link,
body #main_content .trust-top-contact-grid .wp-block-button__link {
  min-width: 0;
}

@media screen and (max-width: 781px) {
  body #main_content .trust-property-link-grid,
  body #main_content .trust-download-link-grid,
  body #main_content .trust-top-contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body #main_content .trust-property-link-grid > .wp-block-column.has-background,
  body #main_content .trust-download-link-grid > .wp-block-column.has-background,
  body #main_content .trust-top-contact-grid > .wp-block-column.has-background {
    min-height: 0;
  }

  body #main_content .trust-property-link-grid h3.wp-block-heading,
  body #main_content .trust-download-link-grid h3.wp-block-heading,
  body #main_content .trust-top-contact-grid h3.wp-block-heading,
  body #main_content .trust-property-link-grid p,
  body #main_content .trust-download-link-grid p,
  body #main_content .trust-top-contact-grid p {
    min-height: 0;
  }
}

/* Focused fixes for SWELL outer wrappers and service label alignment. */
#breadcrumb + #content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#breadcrumb + #content #main_content,
#breadcrumb + #content #main_content .l-mainContent__inner,
#breadcrumb + #content #main_content .post_content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#breadcrumb + #content #main_content .c-pageTitle {
  display: none !important;
}

#breadcrumb + #content #main_content .post_content > .swell-block-fullWide:first-child {
  margin-top: 0 !important;
}

#breadcrumb + #content #main_content .post_content > .swell-block-fullWide:first-child:not(.trust-fv-section):not(.trust-page-photo-hero) {
  padding-top: clamp(42px, 4.8vw, 68px);
}

body #main_content .wp-block-media-text:has(.trust-eyebrow) .wp-block-media-text__content {
  text-align: center;
}

body #main_content .wp-block-media-text:has(.trust-eyebrow) .wp-block-media-text__content > .wp-block-heading,
body #main_content .wp-block-media-text:has(.trust-eyebrow) .wp-block-media-text__content > .trust-eyebrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

body #main_content .wp-block-media-text:has(.trust-eyebrow) .wp-block-media-text__content > .wp-block-heading + .trust-eyebrow {
  margin-top: 2px;
  margin-bottom: 24px;
}

body #main_content .trust-card-label {
  display: block;
  margin: -6px auto 14px !important;
  color: #2f6f9f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

body #main_content .trust-card-label strong {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

body #main_content .trust-philosophy-grid {
  align-items: stretch;
}

body #main_content .trust-philosophy-grid .wp-block-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body #main_content .trust-philosophy-grid .wp-block-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0 0 14px !important;
  overflow: hidden;
  border-radius: 4px;
  background: #edf2f6;
}

body #main_content .trust-philosophy-grid .wp-block-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

body #main_content .trust-philosophy-grid h3.wp-block-heading {
  min-height: 0;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

body #main_content .trust-philosophy-grid p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.65;
}

body #main_content .trust-home-blue-section .wp-block-heading.has-text-align-center + .trust-eyebrow {
  margin-top: -12px !important;
  margin-bottom: 8px !important;
}

body #main_content .trust-home-blue-section .wp-block-heading.has-text-align-center + .trust-eyebrow + p {
  margin-bottom: clamp(24px, 3vw, 34px) !important;
}

body #main_content .trust-property-link-grid h3.wp-block-heading,
body #main_content .trust-download-link-grid h3.wp-block-heading {
  margin-bottom: 0 !important;
}

body #main_content .trust-property-link-grid h3.wp-block-heading + .trust-card-label,
body #main_content .trust-download-link-grid h3.wp-block-heading + .trust-card-label,
body #main_content .trust-property-link-grid .trust-card-label,
body #main_content .trust-download-link-grid .trust-card-label {
  margin-top: -8px !important;
  margin-bottom: 8px !important;
}

body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
  max-width: min(1040px, calc(100vw - 44px));
}

@media (min-width: 960px) {
  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) {
    max-width: calc(100vw - 160px);
    font-size: 14.5px;
    line-height: 1.65;
    white-space: nowrap;
  }

  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
    max-width: calc(100vw - 160px);
    font-size: 14.5px;
    line-height: 1.65;
    white-space: nowrap;
  }
}

body #main_content h2.wp-block-heading.trust-assessment-intro-title {
  font-size: clamp(18px, 1.25vw, 19px) !important;
  line-height: 1.45 !important;
}

@media (min-width: 960px) {
  body #main_content h2.wp-block-heading.trust-assessment-intro-title {
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  body #main_content p,
  body #main_content li {
    max-width: 100%;
    white-space: normal !important;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) {
    display: block;
    width: 100% !important;
    max-width: min(100%, 280px) !important;
    font-size: 15px;
    white-space: normal !important;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) a,
  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) span {
    display: inline !important;
    max-width: 100% !important;
    white-space: normal !important;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content h2.wp-block-heading.trust-assessment-intro-title {
    font-size: 21px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
  }
}

/* Final pre-meeting adjustments. */
body #main_content .trust-wechat-qr,
body #main_content .trust-contact-type-grid figure.wp-block-image {
  max-width: 210px;
  margin: 18px auto 0;
}

body #main_content .trust-wechat-qr img,
body #main_content .trust-contact-type-grid figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(15, 39, 66, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 39, 66, 0.12);
}

body #main_content .trust-contact-type-grid .trust-wechat-qr,
body #main_content .trust-contact-type-grid figure.wp-block-image {
  margin-top: auto;
  padding-top: 18px;
}

body #main_content .trust-contact-type-grid .trust-wechat-qr img,
body #main_content .trust-contact-type-grid figure.wp-block-image img {
  max-width: 174px;
  margin: 0 auto;
}

body #main_content .wp-block-button.is-style-outline .wp-block-button__link[href*="/company/"] {
  border-color: #0f2742 !important;
  background: #0f2742 !important;
  color: #fff !important;
}

@media (max-width: 600px) {
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
  body #main_content .trust-page-photo-hero__inner,
  body #main_content .trust-page-photo-hero .wp-block-group,
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    overflow-x: hidden;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) {
    box-sizing: border-box;
    width: 100% !important;
    max-width: min(100%, 330px) !important;
    font-size: 13px !important;
    line-height: 1.72 !important;
    white-space: normal !important;
    line-break: auto;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) a,
  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) span {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .post_content p,
  body #main_content .post_content li {
    box-sizing: border-box;
    max-width: 100% !important;
  }

  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
  body #main_content .trust-page-photo-hero__inner,
  body #main_content .trust-page-photo-hero .wp-block-group,
  body #main_content .trust-page-photo-hero h1.wp-block-heading,
  body #main_content .trust-page-photo-hero .trust-eyebrow,
  body #main_content .trust-page-photo-hero p {
    box-sizing: border-box;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
    white-space: normal !important;
    line-break: anywhere;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  body #main_content .trust-page-photo-hero {
    max-width: 100vw;
  }

  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
  body #main_content .trust-page-photo-hero__inner {
    width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    overflow-x: clip;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) {
    width: 100% !important;
    max-width: min(100%, 310px) !important;
    font-size: 13.5px !important;
    line-height: 1.75 !important;
  }

  body #main_content .trust-contact-type-grid,
  body #main_content .trust-contact-type-grid > .wp-block-column,
  body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip;
  }

  body #main_content .trust-contact-type-grid p {
    display: block;
    width: 100%;
    max-width: min(100%, 310px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  body #main_content .post_content > .wp-block-group p.has-text-align-center,
  body #main_content .post_content > .wp-block-group > p,
  body #main_content .wp-block-group.has-background p,
  body #main_content .wp-block-group.has-background li {
    max-width: min(100%, 310px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  body #main_content .trust-page-photo-hero h1.wp-block-heading,
  body #main_content .trust-page-photo-hero .trust-page-photo-hero__title {
    font-size: clamp(24px, 6.6vw, 30px) !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  body #main_content .trust-page-photo-hero .trust-eyebrow,
  body #main_content .trust-page-photo-hero .trust-page-photo-hero__eyebrow,
  body #main_content .trust-page-photo-hero h1.wp-block-heading + p {
    font-size: 10px !important;
    letter-spacing: 0.1em !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
  }

  body #main_content .trust-sp-break {
    display: block;
  }

  body #main_content .trust-legal {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 20px 14px;
    overflow-x: hidden;
  }

  body #main_content .trust-legal .wp-block-table,
  body #main_content .trust-legal .wp-block-table table,
  body #main_content .trust-legal .wp-block-table tbody,
  body #main_content .trust-legal .wp-block-table tr,
  body #main_content .trust-legal .wp-block-table th,
  body #main_content .trust-legal .wp-block-table td {
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body #main_content .trust-legal .wp-block-table {
    overflow: hidden;
  }

  body #main_content .trust-legal .wp-block-table th {
    border-bottom: 0;
  }

  body #main_content .trust-legal .wp-block-table td {
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 600px) {
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
  body #main_content .trust-page-photo-hero__inner,
  body #main_content .trust-page-photo-hero .wp-block-group {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    overflow-x: hidden;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container > p.has-text-align-center:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
    display: block !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: min(100%, 300px) !important;
    font-size: 13px !important;
    line-height: 1.72 !important;
    text-align: center !important;
    white-space: normal !important;
    line-break: anywhere;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) a,
  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) span {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}

/* 2026-06 final tightening: top cards, service copy, taxonomy hero, recruit CTA. */
body #main_content .trust-property-link-grid,
body #main_content .trust-download-link-grid,
body #main_content .trust-top-contact-grid {
  gap: clamp(16px, 2.25vw, 26px);
}

body #main_content .trust-property-link-grid > .wp-block-column.has-background,
body #main_content .trust-download-link-grid > .wp-block-column.has-background,
body #main_content .trust-top-contact-grid > .wp-block-column.has-background {
  min-height: 210px;
  padding: clamp(21px, 2.45vw, 31px) !important;
}

body #main_content .trust-philosophy-grid .wp-block-column {
  padding: clamp(22px, 2.6vw, 31px) !important;
}

body #main_content .swell-block-fullWide__inner > .wp-block-columns.trust-philosophy-grid > .wp-block-column:not(.has-background) {
  padding: clamp(20px, 2.25vw, 27px) !important;
}

body #main_content .trust-property-link-grid > .wp-block-column.has-background,
body #main_content .trust-top-contact-grid > .wp-block-column.has-background {
  padding: clamp(17px, 2vw, 24px) !important;
}

body #main_content .trust-property-link-grid h3.wp-block-heading,
body #main_content .trust-download-link-grid h3.wp-block-heading,
body #main_content .trust-top-contact-grid h3.wp-block-heading {
  min-height: 0;
  margin-bottom: 4px !important;
  line-height: 1.35;
}

body #main_content .trust-property-link-grid .trust-card-label,
body #main_content .trust-download-link-grid .trust-card-label {
  margin-top: -2px !important;
  margin-bottom: 10px !important;
  line-height: 1.25;
}

body #main_content .trust-property-link-grid .trust-card-label {
  margin-top: -8px !important;
  margin-bottom: 2px !important;
}

body #main_content .trust-property-link-grid p:not(.trust-card-label),
body #main_content .trust-download-link-grid p:not(.trust-card-label),
body #main_content .trust-top-contact-grid p {
  min-height: 0;
  line-height: 1.75;
}

body #main_content .trust-property-link-grid p:not(.trust-card-label),
body #main_content .trust-top-contact-grid p {
  flex: 0 1 auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.62;
}

body #main_content .trust-property-link-grid .trust-card-label + p {
  margin-top: 0 !important;
}

body #main_content .trust-property-link-grid .wp-block-buttons,
body #main_content .trust-download-link-grid .wp-block-buttons,
body #main_content .trust-top-contact-grid .wp-block-buttons {
  padding-top: 16px;
}

body #main_content .trust-property-link-grid .wp-block-buttons,
body #main_content .trust-top-contact-grid .wp-block-buttons {
  margin-top: 8px;
  padding-top: 0;
}

body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
  min-height: 290px;
  padding: clamp(22px, 2.4vw, 30px) !important;
}

body #main_content .trust-contact-type-grid p {
  min-height: 0;
}

body #main_content .trust-recruit-entry-section {
  padding-top: clamp(40px, 5vw, 52px) !important;
  padding-bottom: clamp(40px, 5vw, 52px) !important;
}

body #main_content .p-postList__thumb.c-postThumb.noimg_ .c-postThumb__figure {
  border: 1px solid rgba(15, 39, 66, 0.08);
  background: #f7f9fc url("https://trustoneeast.jp/wp-content/uploads/2026/05/logo-horizontal-1-300x68.jpg") center / 46% auto no-repeat;
}

body #main_content .p-postList__thumb.c-postThumb.noimg_ .c-postThumb__img {
  opacity: 0;
}

/* Final readability adjustment: keep card headings centered, align body copy left. */
body #main_content .trust-philosophy-grid > .wp-block-column > p,
body #main_content .trust-property-link-grid > .wp-block-column > p:not(.trust-card-label),
body #main_content .trust-download-link-grid > .wp-block-column > p:not(.trust-card-label),
body #main_content .trust-top-contact-grid > .wp-block-column > p {
  width: min(100%, 88%);
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: left !important;
}

body #main_content .trust-property-link-grid > .wp-block-column > p:not(.trust-card-label),
body #main_content .trust-download-link-grid > .wp-block-column > p:not(.trust-card-label),
body #main_content .trust-top-contact-grid > .wp-block-column > p {
  width: min(100%, 84%);
}

/* 2026-06-23 final polish: tighten top search/download card rhythm only. */
body #main_content .trust-property-link-grid > .wp-block-column.has-background,
body #main_content .trust-download-link-grid > .wp-block-column.has-background {
  padding-top: clamp(16px, 1.8vw, 22px) !important;
  padding-bottom: clamp(16px, 1.8vw, 22px) !important;
}

body #main_content .trust-property-link-grid h3.wp-block-heading,
body #main_content .trust-download-link-grid h3.wp-block-heading {
  margin-bottom: 2px !important;
}

body #main_content .trust-property-link-grid .trust-card-label,
body #main_content .trust-download-link-grid .trust-card-label {
  margin-bottom: 4px !important;
}

body #main_content .trust-property-link-grid > .wp-block-column > p:not(.trust-card-label),
body #main_content .trust-download-link-grid > .wp-block-column > p:not(.trust-card-label) {
  line-height: 1.55;
}

body #main_content .trust-property-link-grid .wp-block-buttons,
body #main_content .trust-download-link-grid .wp-block-buttons {
  margin-top: 6px;
  padding-top: 0;
}

/* Final responsive polish: tighten only the requested top cards. */
body #main_content .trust-property-link-grid > .wp-block-column.has-background > p:not(.trust-card-label),
body #main_content .trust-download-link-grid > .wp-block-column.has-background > p:not(.trust-card-label) {
  flex: 0 0 auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body #main_content .trust-property-link-grid .trust-card-label + p,
body #main_content .trust-download-link-grid .trust-card-label + p {
  margin-top: 0 !important;
}

@media (min-width: 782px) {
  body #main_content .trust-property-link-grid > .wp-block-column.has-background,
  body #main_content .trust-download-link-grid > .wp-block-column.has-background {
    justify-content: flex-start !important;
  }

  body #main_content .trust-property-link-grid .trust-card-label + p,
  body #main_content .trust-download-link-grid .trust-card-label + p {
    margin-top: clamp(6px, 0.7vw, 10px) !important;
  }

  body #main_content .trust-property-link-grid .wp-block-buttons,
  body #main_content .trust-download-link-grid .wp-block-buttons {
    margin-top: clamp(12px, 1.3vw, 18px) !important;
  }
}

@media (min-width: 782px) {
  body #main_content .trust-contact-type-grid p {
    min-height: 5.9em;
  }
}

body #main_content .trust-service-item .wp-block-media-text__content > .wp-block-heading,
body #main_content .trust-service-item .wp-block-media-text__content > .trust-eyebrow {
  text-align: center !important;
}

body #main_content .trust-service-item .wp-block-media-text__content > p:not(.trust-eyebrow) {
  text-align: left !important;
}

body #main_content #recruit-entry .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #fff !important;
  background: #fff !important;
  color: #0f2742 !important;
}

@media (hover: hover) {
  body #main_content #recruit-entry .wp-block-button.is-style-outline .wp-block-button__link:hover {
    border-color: #d7a45f !important;
    background: #d7a45f !important;
    color: #0f2742 !important;
  }
}

body #main_content .trust-property-archive-hero {
  margin: 0 0 clamp(28px, 4vw, 44px);
  padding: clamp(48px, 6vw, 78px) 20px;
  background: linear-gradient(135deg, #0f2742, #17395b);
  color: #fff;
  text-align: center;
}

body #main_content .trust-property-archive-hero__inner {
  max-width: 980px;
  margin: 0 auto;
}

body #main_content .trust-property-archive-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

body #main_content .trust-property-archive-hero__sub {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
}

@media (max-width: 781px) {
  body #main_content .trust-property-link-grid > .wp-block-column.has-background,
  body #main_content .trust-download-link-grid > .wp-block-column.has-background,
  body #main_content .trust-top-contact-grid > .wp-block-column.has-background {
    min-height: 0;
    padding: 21px 18px !important;
  }

  body #main_content .trust-philosophy-grid .wp-block-column {
    padding: 21px 18px !important;
  }

  body #main_content .swell-block-fullWide__inner > .wp-block-columns.trust-philosophy-grid > .wp-block-column:not(.has-background) {
    padding: 18px 16px !important;
  }

  body #main_content .trust-property-link-grid > .wp-block-column.has-background,
  body #main_content .trust-top-contact-grid > .wp-block-column.has-background {
    padding: 18px 16px !important;
  }

  body #main_content .trust-property-link-grid .wp-block-buttons,
  body #main_content .trust-download-link-grid .wp-block-buttons,
  body #main_content .trust-top-contact-grid .wp-block-buttons {
    padding-top: 12px;
  }

  body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
    min-height: 0;
  }

  body #main_content .trust-contact-type-grid p {
    min-height: 0;
  }

  body #main_content .trust-property-link-grid > .wp-block-column.has-background,
  body #main_content .trust-download-link-grid > .wp-block-column.has-background {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body #main_content .trust-property-link-grid h3.wp-block-heading,
  body #main_content .trust-download-link-grid h3.wp-block-heading {
    margin-bottom: 0 !important;
  }

  body #main_content .trust-property-link-grid .trust-card-label,
  body #main_content .trust-download-link-grid .trust-card-label {
    margin-top: -4px !important;
    margin-bottom: 2px !important;
  }

  body #main_content .trust-property-link-grid .wp-block-buttons,
  body #main_content .trust-download-link-grid .wp-block-buttons {
    margin-top: 5px;
    padding-top: 0;
  }

  body #main_content .trust-contact-type-grid {
    width: min(100%, 340px);
  }

  body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
    padding: 18px 16px !important;
  }

  body #main_content .trust-contact-type-grid .wp-block-buttons {
    width: min(100%, 280px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
  }

  body #main_content .trust-contact-type-grid + .wp-block-buttons .wp-block-button__link {
    width: auto;
    min-width: min(100%, 260px);
  }

  body #main_content .wp-block-table.is-style-stripes {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
  }

  body #main_content .wp-block-table.is-style-stripes table {
    width: 100%;
    table-layout: fixed;
  }

  body #main_content .wp-block-table.is-style-stripes th,
  body #main_content .wp-block-table.is-style-stripes td {
    padding-right: 10px;
    padding-left: 10px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 600px) {
  body #main_content .swell-block-fullWide.alignfull:not(.trust-fv-section) {
    position: relative !important;
    left: 50% !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: 0 !important;
    margin-left: -50vw !important;
    overflow-x: clip !important;
  }

  body #main_content .swell-block-fullWide.alignfull:not(.trust-fv-section) > .swell-block-fullWide__inner {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  body #main_content .swell-block-fullWide:not(.trust-fv-section):not(.trust-page-photo-hero) > .swell-block-fullWide__inner {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow-x: hidden;
  }

  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
  body #main_content .trust-page-photo-hero .wp-block-group,
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-x: hidden !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container > p.has-text-align-center:not(.trust-eyebrow) {
    display: block !important;
    width: 100% !important;
    max-width: min(100%, 280px) !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    line-height: 1.74 !important;
    line-break: strict;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .trust-contact-type-grid {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow-x: hidden;
  }

  body #main_content .trust-contact-type-grid > .wp-block-column,
  body #main_content .trust-contact-type-grid > .wp-block-column > .wp-block-group {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body #main_content .trust-contact-type-grid p {
    width: 100% !important;
    max-width: 100% !important;
    line-break: strict;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  body #main_content .trust-contact-type-grid .wp-block-button,
  body #main_content .trust-contact-type-grid .wp-block-button__link {
    width: 100%;
  }

  body #main_content h2.wp-block-heading.trust-assessment-intro-title {
    max-width: 100% !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body.page-id-396 #main_content .wp-block-columns .wp-block-column > p.has-text-align-center {
    text-align: left !important;
  }

  body.page-id-396 #main_content #assessment-form > p.has-text-align-center,
  body.page-id-396 #main_content #assessment-form > .wp-block-group__inner-container > p.has-text-align-center {
    text-align: left !important;
  }

  body #main_content .post_content,
  body #main_content .post_content > * {
    box-sizing: border-box;
    max-width: 100%;
  }

  body #main_content .post_content > .wp-block-group,
  body #main_content .post_content > .wp-block-columns,
  body #main_content .post_content > .wp-block-table,
  body #main_content .swell-block-fullWide:not(.trust-fv-section) > .swell-block-fullWide__inner > .wp-block-group,
  body #main_content .swell-block-fullWide:not(.trust-fv-section) > .swell-block-fullWide__inner > .wp-block-columns,
  body #main_content .swell-block-fullWide:not(.trust-fv-section) > .swell-block-fullWide__inner > .wp-block-table {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: calc(100vw - 40px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body #main_content .post_content * {
    box-sizing: border-box;
    min-width: 0;
  }

  body #main_content .post_content p,
  body #main_content .post_content li,
  body #main_content .post_content dt,
  body #main_content .post_content dd,
  body #main_content .post_content th,
  body #main_content .post_content td,
  body #main_content .post_content h1,
  body #main_content .post_content h2,
  body #main_content .post_content h3,
  body #main_content .post_content h4 {
    max-width: 100%;
    line-break: strict;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .swell-block-fullWide:not(.trust-fv-section):not(.trust-page-photo-hero) .wp-block-group,
  body #main_content .swell-block-fullWide:not(.trust-fv-section):not(.trust-page-photo-hero) .wp-block-columns,
  body #main_content .swell-block-fullWide:not(.trust-fv-section):not(.trust-page-photo-hero) .wp-block-column {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body #main_content .swell-block-fullWide:not(.trust-fv-section):not(.trust-page-photo-hero) > .swell-block-fullWide__inner > .wp-block-group,
  body #main_content .swell-block-fullWide:not(.trust-fv-section):not(.trust-page-photo-hero) > .swell-block-fullWide__inner > .wp-block-columns {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body #main_content .trust-page-photo-hero .wp-block-button__link,
  body #main_content .swell-block-fullWide:not(.trust-fv-section):not(.trust-page-photo-hero) .wp-block-button__link {
    max-width: 100%;
    white-space: normal;
  }

  body #main_content .trust-contact-type-grid {
    gap: 14px;
  }

  body #main_content .trust-contact-type-grid h3.wp-block-heading {
    margin-bottom: 8px !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
  }

  body #main_content .trust-contact-type-grid p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
    line-break: strict;
    overflow-wrap: anywhere;
  }

  body #main_content .trust-contact-type-grid .wp-block-buttons {
    width: min(100%, 260px);
    padding-top: 10px;
  }

  body #main_content .trust-contact-type-grid + .wp-block-buttons {
    justify-content: center;
  }

  body #main_content .trust-contact-type-grid + .wp-block-buttons .wp-block-button,
  body #main_content .trust-contact-type-grid + .wp-block-buttons .wp-block-button__link {
    width: auto !important;
    max-width: 100%;
  }

  body #main_content .trust-property-link-grid > .wp-block-column.has-background,
  body #main_content .trust-download-link-grid > .wp-block-column.has-background {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  body #main_content .trust-property-link-grid > .wp-block-column > p:not(.trust-card-label),
  body #main_content .trust-download-link-grid > .wp-block-column > p:not(.trust-card-label) {
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container > p.has-text-align-center:not(.trust-eyebrow) {
    box-sizing: border-box !important;
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: min(100%, 280px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .wp-block-heading.has-text-align-center + p:not(.trust-eyebrow),
  body #main_content .wp-block-group > p.has-text-align-center:not(.trust-eyebrow) {
    box-sizing: border-box !important;
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: min(100%, 280px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .trust-contact-type-grid {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: 340px !important;
  }

  body #main_content .trust-contact-type-grid p {
    width: min(100%, 240px) !important;
    max-width: min(100%, 240px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body #main_content .post_content .wp-block-group p:not(.trust-eyebrow),
  body #main_content .trust-download-notice p,
  body #main_content .trust-download__text {
    max-width: min(100%, 280px) !important;
    margin-right: auto;
    margin-left: auto;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .wp-block-media-text__content > p:not(.trust-eyebrow),
  body #main_content .wp-block-columns > .wp-block-column > p:not(.trust-eyebrow) {
    width: min(100%, calc(100vw - 48px)) !important;
    max-width: min(100%, 300px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .post_content .wp-block-group h2.wp-block-heading,
  body #main_content .post_content .wp-block-group h3.wp-block-heading {
    max-width: min(100%, 260px) !important;
    margin-right: auto;
    margin-left: auto;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .trust-download__name,
  body #main_content .trust-download__meta {
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body.page-id-480 #main_content .swell-block-fullWide:first-of-type p:not(.trust-eyebrow) {
    box-sizing: border-box !important;
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: min(100%, 280px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    line-break: strict;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .trust-form p,
  body #main_content .trust-vacate-form-card p {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  body #main_content .trust-form,
  body #main_content .trust-vacate-form-card {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }

  body #main_content .trust-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  body #main_content .trust-form textarea,
  body #main_content .trust-form select,
  body #main_content .trust-vacate-form-card input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  body #main_content .trust-vacate-form-card textarea,
  body #main_content .trust-vacate-form-card select {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body #main_content .trust-form ::placeholder,
  body #main_content .trust-vacate-form-card ::placeholder {
    font-size: 0.92em;
    line-height: 1.5;
  }

  body #main_content .trust-form__heading,
  body #main_content .trust-form__field,
  body #main_content .trust-form__field label,
  body #main_content .trust-vacate-form-card label {
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  body #main_content .trust-form .wpcf7-radio,
  body #main_content .trust-form .wpcf7-checkbox,
  body #main_content .trust-vacate-form-card .wpcf7-radio,
  body #main_content .trust-vacate-form-card .wpcf7-checkbox {
    justify-items: stretch;
    justify-content: stretch;
    text-align: left;
  }

  body #main_content .trust-form .wpcf7-list-item label,
  body #main_content .trust-vacate-form-card .wpcf7-list-item label {
    justify-content: flex-start;
    text-align: left;
  }

  body.page-id-396 #main_content .wp-block-columns > .wp-block-column > p.has-text-align-center,
  body.page-id-396 #main_content #assessment-form p.has-text-align-center {
    text-align: left !important;
  }

  body.page-id-396 #main_content .trust-assessment-feature p,
  body.page-id-396 #main_content .trust-assessment-flow p,
  body.page-id-396 #main_content .trust-flow-grid p,
  body.page-id-396 #main_content .trust-form-intro,
  body.page-id-396 #main_content .trust-form-intro p {
    text-align: left !important;
  }

  body #main_content .trust-sp-left-text {
    text-align: left !important;
  }

  body #main_content .trust-philosophy-card p,
  body #main_content .trust-property-card p,
  body #main_content .trust-download-card p,
  body #main_content .trust-contact-card p,
  body #main_content .trust-service-item p:not(.trust-eyebrow),
  body #main_content .trust-assessment-feature p,
  body #main_content .trust-assessment-flow p,
  body #main_content .trust-flow-grid p,
  body #main_content .trust-minpaku-card p,
  body #main_content .trust-vacate-form-card p {
    text-align: left !important;
  }
}

/* 2026-06-24 final SP readability: keep lower FV titles centered, body copy left-aligned. */
@media (max-width: 600px) {
  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container > p.has-text-align-center:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
    max-width: min(100%, 330px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    line-break: strict !important;
  }
}

/* 2026-06-25 company representative image: align image with text top and keep the two columns visually balanced. */
body #main_content .trust-company-representative {
  align-items: start;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
}

body #main_content .trust-company-representative .wp-block-media-text__media {
  align-self: start;
  margin-top: clamp(20px, 1.6vw, 28px) !important;
}

body #main_content .trust-company-representative .wp-block-media-text__media img {
  width: 100%;
  height: auto;
}

@media (max-width: 781px) {
  body #main_content .trust-company-representative {
    grid-template-columns: 100%;
  }

  body #main_content .trust-company-representative .wp-block-media-text__media {
    margin-top: 0;
  }
}

/* 2026-06-26 final SP polish: lower FV copy, tables, and form containment. */
body #main_content a.wp-block-button__link[href*="/wechat/"],
body #main_content .trust-contact-type-grid a.wp-block-button__link[href*="/wechat/"],
body #main_content .trust-contact-card a.wp-block-button__link[href*="/wechat/"],
body #main_content .trust-wechat-page-card a.wp-block-button__link {
  border-color: #102b46 !important;
  background: #102b46 !important;
  color: #fff !important;
}

@media (hover: hover) {
  body #main_content a.wp-block-button__link[href*="/wechat/"]:hover,
  body #main_content .trust-contact-type-grid a.wp-block-button__link[href*="/wechat/"]:hover,
  body #main_content .trust-contact-card a.wp-block-button__link[href*="/wechat/"]:hover,
  body #main_content .trust-wechat-page-card a.wp-block-button__link:hover {
    border-color: #173b5f !important;
    background: #173b5f !important;
  }
}

@media (max-width: 600px) {
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: clamp(22px, 6vw, 28px) !important;
    padding-left: clamp(22px, 6vw, 28px) !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container > p.has-text-align-center:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: min(100%, 340px) !important;
    font-size: clamp(13px, 3.7vw, 15px) !important;
    line-height: 1.8 !important;
    text-align: left !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    line-break: strict !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) a {
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  body #main_content .wp-block-heading.has-text-align-center + p.has-text-align-center:not(.trust-eyebrow) {
    max-width: min(100%, 340px);
  }

  body.page-id-108 #main_content .wp-block-heading.has-text-align-center + p.has-text-align-center {
    text-align: left !important;
  }

  body:is(.page, .home) #main_content .wp-block-table table {
    table-layout: auto !important;
  }

  body:is(.page, .home) #main_content .wp-block-table th {
    width: 38% !important;
    min-width: 96px;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    font-size: 12.5px;
    line-height: 1.55;
  }

  body:is(.page, .home) #main_content .wp-block-table td {
    min-width: 0;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  body #main_content .trust-form,
  body #main_content .trust-vacate-form-card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: clamp(18px, 5vw, 24px) !important;
    padding-left: clamp(18px, 5vw, 24px) !important;
  }

  body #main_content .trust-form__section,
  body #main_content .trust-vacate-form-card > .wp-block-group__inner-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body #main_content .trust-form .wpcf7-form-control-wrap,
  body #main_content .trust-vacate-form-card .wpcf7-form-control-wrap {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }

  body #main_content .trust-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  body #main_content .trust-form textarea,
  body #main_content .trust-form select,
  body #main_content .trust-vacate-form-card input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  body #main_content .trust-vacate-form-card textarea,
  body #main_content .trust-vacate-form-card select {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body #main_content .trust-form input[type="date"],
  body #main_content .trust-form input[type="time"],
  body #main_content .trust-vacate-form-card input[type="date"],
  body #main_content .trust-vacate-form-card input[type="time"] {
    min-height: 48px;
    padding-right: 12px;
    padding-left: 12px;
    appearance: auto;
  }

  body #main_content .trust-form .wpcf7-radio .wpcf7-list-item,
  body #main_content .trust-form .wpcf7-checkbox .wpcf7-list-item,
  body #main_content .trust-vacate-form-card .wpcf7-radio .wpcf7-list-item,
  body #main_content .trust-vacate-form-card .wpcf7-checkbox .wpcf7-list-item {
    box-sizing: border-box;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  body #main_content .wp-block-table table {
    table-layout: auto !important;
  }

  body #main_content .wp-block-table th {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    line-break: strict !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

  body #main_content .wp-block-table td {
    min-width: 0 !important;
  }
}

/* 2026-06-27 final SP fix: keep lower FV copy and vacate form inside the viewport. */
@media (max-width: 600px) {
  body #main_content .trust-page-photo-hero,
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
  body #main_content .trust-page-photo-hero__inner,
  body #main_content .trust-page-photo-hero .wp-block-group,
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner,
  body #main_content .trust-page-photo-hero__inner {
    width: 100% !important;
    padding-right: clamp(24px, 6.4vw, 30px) !important;
    padding-left: clamp(24px, 6.4vw, 30px) !important;
    transform: none !important;
  }

  body #main_content .trust-page-photo-hero .wp-block-group,
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .wp-block-group__inner-container > p.has-text-align-center:not(.trust-eyebrow),
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p,
  body #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + p,
  body #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + p {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: clamp(13px, 3.55vw, 15px) !important;
    line-height: 1.8 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    line-break: strict !important;
    transform: none !important;
  }

  body #main_content .trust-page-photo-hero p:not(.trust-eyebrow) a {
    display: inline !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  body #main_content .trust-vacate-form-card:has(.trust-form--vacate) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body #main_content .trust-vacate-form-card:has(.trust-form--vacate) > .wp-block-group__inner-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body #main_content .trust-vacate-form-card .trust-form--vacate {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: clamp(18px, 5.2vw, 24px) !important;
    padding-left: clamp(18px, 5.2vw, 24px) !important;
  }

  body #main_content .trust-vacate-form-card .trust-form--vacate .wpcf7-form-control-wrap,
  body #main_content .trust-vacate-form-card .trust-form--vacate input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  body #main_content .trust-vacate-form-card .trust-form--vacate textarea,
  body #main_content .trust-vacate-form-card .trust-form--vacate select {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

/* 2026-06-27 final finish: SP table labels and dark-section CTA contrast. */
@media (max-width: 600px) {
  body.page-id-61 #main_content .wp-block-table th,
  body #main_content .wp-block-table.is-style-stripes th {
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;
    font-size: 12px;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body #main_content .trust-recruit-entry-section p.has-text-align-center:not(.trust-eyebrow) {
    text-align: left !important;
  }
}

/* 2026-06-27 final adjustment 2: keep long SP table headers readable and download-back buttons visible. */
html body #main_content .wp-block-button.is-style-outline > a.wp-block-button__link[href*="/download/"] {
  border-color: var(--trust-page-accent, #0f2742) !important;
  background: #fff !important;
  color: var(--trust-page-accent, #0f2742) !important;
}

html body #main_content .swell-block-fullWide[style*="#0f2742"] .wp-block-button.is-style-outline > a.wp-block-button__link[href*="/download/"],
html body #main_content .swell-block-fullWide[style*="#1f2937"] .wp-block-button.is-style-outline > a.wp-block-button__link[href*="/download/"] {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--trust-page-accent, #0f2742) !important;
}

body:not(.page-id-108) #main_content .trust-page-photo-hero p:not(.trust-eyebrow),
body:not(.page-id-108) #main_content .trust-page-photo-hero .wp-block-group__inner-container > p.has-text-align-center:not(.trust-eyebrow),
body:not(.page-id-108) #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
body:not(.page-id-108) #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p {
  font-size: clamp(14px, 1.35vw, 16px) !important;
  line-height: 1.8 !important;
}

body #main_content .trust-vacate-contact-lead {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 960px) {
  body #main_content .trust-vacate-contact-lead {
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  body #main_content .wp-block-table th {
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: inherit !important;
    line-height: 1.65 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  html body #main_content .swell-block-fullWide .wp-block-button.is-style-outline > a.wp-block-button__link[href*="/download/"] {
    border-color: var(--trust-page-accent, #0f2742) !important;
    background: #fff !important;
    color: var(--trust-page-accent, #0f2742) !important;
  }

  body:not(.page-id-108) #main_content .trust-page-photo-hero p:not(.trust-eyebrow),
  body:not(.page-id-108) #main_content .trust-page-photo-hero .wp-block-group__inner-container > p.has-text-align-center:not(.trust-eyebrow),
  body:not(.page-id-108) #main_content .trust-page-photo-hero .swell-block-fullWide__inner > .wp-block-heading.has-text-align-center + .trust-eyebrow + p,
  body:not(.page-id-108) #main_content .trust-page-photo-hero .wp-block-group > .wp-block-heading.has-text-align-center:first-child + .trust-eyebrow + p {
    font-size: clamp(14px, 3.7vw, 15px) !important;
    line-height: 1.85 !important;
  }

  body #main_content .trust-vacate-contact-lead {
    width: min(calc(100vw - 40px), 350px) !important;
    max-width: none !important;
    font-size: 14px;
    line-height: 1.85;
    text-align: left !important;
    word-break: normal;
    overflow-wrap: normal;
    line-break: strict;
  }

  html body #main_content p.trust-contact-method-lead {
    width: min(100%, 350px) !important;
    max-width: 350px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
    line-break: strict !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}
