/*
Theme Name: Cash Offer Compare
Theme URI: https://dev.wordpress-developer.us/cash-offer-compare/
Author: Webskitters
Description: ACF-powered custom theme for Cash Offer Compare.
Version: 1.0.0
Text Domain: cash-offer-compare
*/

/* Shared Design Tokens */
:root {
  --navy: #071830;
  --blue: #16324f;
  --gold: #be9452;
  --cream: #f5f0e6;
  --white: #fff;
  --ink: #18324c;
  --muted: #65717c;
  --line: #d8d1c4;
}

/* Standalone 404 page */
.standalone-404-page {
  min-width: 0;
  margin: 0;
  background: #fdfbf4;
}
.error-page {
  min-height: 100vh;
  min-height: 100svh;
  padding: 40px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background:
    radial-gradient(circle at 50% 35%, rgba(190, 148, 82, 0.14), transparent 34%),
    #fdfbf4;
}
.error-page__card {
  width: min(760px, 100%);
  padding: 64px 56px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(16, 43, 70, 0.08);
  border-radius: 30px;
  box-shadow: 0 30px 60px -40px rgba(85, 64, 20, 0.22);
}
.error-page__logo {
  display: inline-block;
  margin-bottom: 34px;
  padding: 8px 18px;
  background: var(--navy);
  border-radius: 14px;
}
.error-page__logo img {
  display: block;
  width: 183px;
  height: 66px;
  object-fit: contain;
}
.error-page__code {
  margin: 0 0 4px;
  color: var(--gold);
  font-family: "Spectral", serif;
  font-size: 112px !important;
  line-height: 112px !important;
  font-weight: 400;
  letter-spacing: -4px;
}
.error-page h1 {
  margin: 0 0 20px;
  color: var(--navy);
  font-family: "Spectral", serif;
  font-size: 52px !important;
  line-height: 62px !important;
  font-weight: 400;
  letter-spacing: -1px;
}
.error-page__card > p:not(.error-page__code) {
  max-width: 560px;
  margin: 0 auto 32px;
  color: #16324f;
  font-size: 20px;
  line-height: 30px;
}
.error-page__button {
  min-height: 60px;
  gap: 10px;
  color: #fff;
}
.error-page__button:hover,
.error-page__button:focus-visible {
  color: #fff;
  background: var(--navy);
}
@media (max-width: 767px) {
  .error-page {
    padding: 20px;
  }
  .error-page__card {
    padding: 42px 20px;
    border-radius: 20px;
  }
  .error-page__logo {
    margin-bottom: 24px;
  }
  .error-page__logo img {
    width: 150px;
    height: auto;
  }
  .error-page__code {
    font-size: 82px !important;
    line-height: 86px !important;
    letter-spacing: -3px;
  }
  .error-page h1 {
    margin-bottom: 16px;
    font-size: 35px !important;
    line-height: 45px !important;
    letter-spacing: 0;
  }
  .error-page__card > p:not(.error-page__code) {
    margin-bottom: 26px;
    font-size: 17px !important;
    line-height: 27px;
  }
  .error-page__button {
    width: 100%;
    min-height: 54px;
    font-size: 16px;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 29px;
}
.intake-wizard-page {
  background-color: #FDFBF4;
}
h1,
h1 em {
  font-family: "Spectral", serif;
}
body main h1 {
  font-size: 85px !important;
  line-height: 90px !important;
  letter-spacing: -1.76px !important;
}
body main h2 {
  font-family: "Spectral", serif;
  font-size: 60px !important;
  line-height: 65px !important;
  letter-spacing: -1.2px !important;
  font-weight: 400;
}

/* Privacy policy. */
.legal-page {
  background: #fdfbf4;
}
.legal-page__header {
  padding: 92px 0 88px;
  background: var(--navy);
  color: #fff;
  text-align: center;
}
.legal-page__wrap {
  width: min(1040px, calc(100% - 80px));
  margin-inline: auto;
}
.legal-page__header h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.legal-page__content {
  padding-top: 88px;
  padding-bottom: 112px;
  color: var(--ink);
}
.legal-page__content > :first-child {
  margin-top: 0;
}
.legal-page__content > :last-child {
  margin-bottom: 0;
}
.legal-page__content h2,
.legal-page__content h3,
.legal-page__content h4 {
  margin: 52px 0 20px;
  color: var(--navy);
  font-family: "Spectral", serif;
  font-weight: 400;
}
.legal-page__content h2 {
  font-size: 42px !important;
  line-height: 52px !important;
  letter-spacing: -0.84px !important;
}
.legal-page__content h3 {
  font-size: 30px;
  line-height: 40px;
}
.legal-page__content h4 {
  font-size: 24px;
  line-height: 34px;
}
.legal-page__content p,
.legal-page__content li {
  font-size: 18px;
  line-height: 31px;
}
.legal-page__content p {
  margin: 0 0 22px;
}
.legal-page__content ul,
.legal-page__content ol {
  margin: 0 0 26px;
  padding-left: 28px;
}
.legal-page__content li + li {
  margin-top: 8px;
}
.legal-page__content a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.legal-page__content a:hover {
  color: var(--navy);
}
.legal-page__content a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .legal-page__header {
    padding: 72px 0 68px;
  }
  .legal-page__content {
    padding-top: 68px;
    padding-bottom: 88px;
  }
  .legal-page__content h2 {
    font-size: 36px !important;
    line-height: 46px !important;
    letter-spacing: -0.72px !important;
  }
}

@media (max-width: 767px) {
  .legal-page__header {
    padding: 54px 0 50px;
  }
  .legal-page__wrap {
    width: calc(100% - 40px);
  }
  .legal-page__content {
    padding-top: 52px;
    padding-bottom: 68px;
  }
  .legal-page__content h2 {
    margin: 40px 0 16px;
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: -0.6px !important;
  }
  .legal-page__content h3 {
    margin: 36px 0 14px;
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .legal-page__content h4 {
    margin: 32px 0 14px;
    font-size: 21px;
    line-height: 30px;
  }
  .legal-page__content p,
  .legal-page__content li {
    font-size: 15px !important;
    line-height: 26px;
  }
  .legal-page__content p {
    margin-bottom: 18px;
  }
}
body,
button,
a {
  font-family: "Inter Tight", sans-serif;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
.footer-logo-link {
  display: inline-block;
}
button {
  color: inherit;
}
.wrap {
  width: min(1720px, calc(100% - 80px));
  margin-inline: auto;
}
.site-header {
  height: 80px;
  padding: 7px max(40px, calc((100% - 1720px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--navy);
  color: #fff;
  position: relative;
  z-index: 20;
}
.brand img {
  width: 183px;
  height: 66px;
  object-fit: contain;
}
.primary-nav {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.primary-menu-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 54px;
  list-style: none;
}
.primary-menu-list > li {
  margin: 0;
  padding: 0;
}
.primary-menu-list > li > a:not(.button) {
  padding: 18px 0;
  transition: color 0.2s ease;
}
.primary-menu-list > li > a:not(.button):hover,
.primary-menu-list > li > a:not(.button):focus-visible,
.primary-menu-list > .current-menu-item > a:not(.button),
.primary-menu-list > .current_page_item > a:not(.button),
.primary-menu-list > li > a:not(.button)[aria-current="page"] {
  color: #be9452;
}
.site-header .primary-menu-list .button-gold,
.site-header .primary-menu-list > li:last-child > a {
  gap: 8px;
}
.site-header a.button.button-gold,
.site-header .primary-menu-list > li:last-child > a {
  min-height: 46px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 30px;
  background: var(--gold);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.site-header .primary-menu-list .button-gold::after,
.site-header .primary-menu-list > li:last-child > a::after {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.91602 7H11.0827' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 2.91797L11.0833 7.0013L7 11.0846' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.site-header .primary-menu-list .button-gold:hover,
.site-header .primary-menu-list .button-gold:focus-visible,
.site-header .primary-menu-list > li:last-child > a:hover,
.site-header .primary-menu-list > li:last-child > a:focus-visible {
  border-color: #fdfaf4;
  background: #fdfaf4;
  color: var(--navy);
}
.site-header .primary-menu-list .button-gold::after,
.site-header .primary-menu-list > li:last-child > a::after {
  transition: filter 0.2s ease;
}
.site-header .primary-menu-list .button-gold:hover::after,
.site-header .primary-menu-list .button-gold:focus-visible::after,
.site-header .primary-menu-list > li:last-child > a:hover::after,
.site-header .primary-menu-list > li:last-child > a:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(9%) sepia(22%) saturate(2105%) hue-rotate(176deg) brightness(91%) contrast(105%);
}
.page-id-673 section#contact {
  display: none;
}
.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  padding: 8px 13px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.button {
  min-height: 60px;
  padding: 13px 30px;
  border: 1px solid transparent;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid #e4b868;
  outline-offset: 3px;
}
.button-gold {
  background: var(--gold);
  color: #fff;
}
.button-outline-light {
  border-color: #fff;
  color: #fff;
  background: transparent;
  border-color: #ffffff7d;
  color: #fff;
  background: #ffffff14;
}
.hero {
  min-height: 880px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  background-position: center 35%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 48, 0.2);
  background: linear-gradient(
    90deg,
    rgba(7, 24, 48, 0.9) 0%,
    rgba(7, 24, 48, 0.78) 38%,
    rgba(7, 24, 48, 0.46) 67%,
    rgba(7, 24, 48, 0.3) 100%
  );
}
.hero-copy {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 5px;
  justify-content: flex-start;
  padding-top: 168px;
  padding-bottom: 0;
}
.eyebrow {
  margin: 0 0 31px;
  color: var(--gold);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.eyebrow:before,
.eyebrow:after {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}
.eyebrow.left:after {
  display: none;
}
.eyebrow.left {
  justify-content: flex-start;
}
.hero h1,
.section h2,
.framework h2,
.final-cta h2 {
  font-family: "Spectral", serif;
  font-weight: 400;
  margin: 0;
}
.hero h1 {
  max-width: 710px;
  color: #fff;
  max-width: 820px;
}
.hero h1 em,
.section h2 em,
.framework h2 em,
.final-cta h2 em {
  font-weight: 400;
  color: var(--gold);
}
.hero-text {
  font-size: 22px;
  line-height: 30px;
  width: min(690px, 100%);
  margin: 29px 0 32px;
}
.hero-actions {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  margin-bottom: 28px;
}
.text-link {
  display: inline-block;
  color: var(--gold);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
a.text-link.light {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: 0;
}
.section {
  padding: 100px 0;
}
.section-heading {
  max-width: 1040px;
  margin: 0 auto 64px;
}
.center {
  text-align: center;
}
.section-heading h2 {
  margin-bottom: 26px;
}
.section-heading > p:last-child {
  max-width: 800px;
  margin: 0 auto;
  color: var(--muted);
}
.paths {
  padding-block: 104px 120px;
  background: #fbf9f5;
}
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.path-card {
  min-height: 410px;
  border: 1px solid var(--line);
  padding: 45px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.path-card.featured {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.path-card > span,
.benefits article > span,
.review-list article > span {
  color: var(--gold);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.path-card h3 {
  font-family: "Spectral", serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  margin: 38px 0 18px;
}
.path-card p {
  color: var(--muted);
  margin: 0 0 30px;
}
.path-card.featured p {
  color: #d9dee4;
}
.path-card .text-link {
  margin-top: auto;
}
.why {
  background: var(--cream);
  padding-block: 120px;
  background: #f7f1e6;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px 100px;
}
.why h2 {
  font-size: 62px;
  line-height: 66px;
}
.why-copy p {
  margin: 0 0 25px;
}
.benefits {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 35px;
}
.benefits article {
  padding: 45px 35px 20px;
  border-right: 1px solid var(--line);
}
.benefits article:last-child {
  border-right: 0;
}
.benefits h3,
.review-list h3 {
  font-family: "Spectral", serif;
  font-size: 27px;
  line-height: 34px;
  font-weight: 400;
  margin: 24px 0 13px;
}
.benefits p,
.review-list p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 27px;
}
.experience {
  padding: 120px 0;
  background: #fff;
}
.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
}
.experience h2 {
  font-size: 62px;
  line-height: 66px;
}
.experience-grid > div:first-child > p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0 34px;
  color: var(--muted);
}
.review-list {
  border-top: 1px solid var(--line);
}
.review-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.review-list h3 {
  margin: 0 0 8px;
}
.framework {
  min-height: 970px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  background-color: #23486a;
  background-blend-mode: multiply;
  position: relative;
  background-color: #1b3652;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.framework-shade {
  position: absolute;
  inset: 0;
  background: #1b3652f2;
  z-index: 0;
}
.framework-inner {
  width: min(1720px, calc(100% - 100px));
  height: 770px;
  position: relative;
  position: relative;
  z-index: 1;
}
.framework h2 {
  color: #fff;
}
.framework-inner > p:not(.eyebrow) {
  max-width: 800px;
  margin: 28px auto 54px;
  color: #edf0f3;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 42px;
}
.stats div {
  display: flex;
  flex-direction: column;
  padding: 0 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.stats div:last-child {
  border: 0;
}
.stats strong {
  font-family: "Spectral", serif;
  font-size: 58px;
  line-height: 64px;
  font-weight: 400;
  color: var(--gold);
}
.stats span {
  font-size: 17px;
  line-height: 25px;
}
.analysis-grid {
  width: 1720px;
  max-width: calc(100% - 80px);
  display: grid;
  grid-template-columns: minmax(0, 792fr) minmax(0, 806fr);
  gap: 6.35vw;
  align-items: start;
  align-items: center;
}
.analysis h2,
.team h2,
.faq h2 {
  font-size: 60px;
  line-height: 65px;
}
.analysis-grid > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 26px;
  max-width: 620px;
}
.compare-table {
  border: 1px solid var(--line);
}
.table-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.table-row:last-child {
  border: 0;
}
.table-row span {
  padding: 18px 20px;
  font-size: 16px;
  line-height: 24px;
  border-right: 1px solid var(--line);
}
.table-row span:last-child {
  border: 0;
}
.table-row.header {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
}
.situation-grid {
  width: max-content;
  display: flex;
  gap: 30px;
  border: 0;
  padding-bottom: 39px;
}
.situation-grid span {
  min-height: 100px;
  padding: 25px;
  display: grid;
  place-items: center;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: "Spectral", serif;
  font-size: 24px;
  line-height: 30px;
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 700px !important;
  gap: 3.1vw;
  align-items: center;
}
.team-grid > div > p:not(.eyebrow) {
  color: #fff;
  margin: 21px 0;
}
.team figure {
  margin: 0;
  position: relative;
}
.team figure img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.team figcaption {
  position: absolute;
  left: 32px;
  bottom: 32px;
  background: #fff;
  padding: 17px 24px;
  display: flex;
  flex-direction: column;
}
.team figcaption strong {
  font-family: "Spectral", serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}
.team figcaption span {
  font-size: 15px;
  line-height: 22px;
  color: var(--muted);
}
.resources .section-heading > p:last-child {
  color: #16324f;
  max-width: 766px;
  font-size: 22px;
  line-height: 32px;
}
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 31px;
}
.video-grid img {
  width: 100%;
  aspect-ratio: 553/312;
  object-fit: cover;
}
.video-grid article > p {
  color: var(--gold);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 25px 0 12px;
}
.video-grid h3 {
  font-family: "Spectral", serif;
  font-size: 29px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 22px;
  margin: 0;
  padding: 30px 33px;
  color: #102b46;
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 464fr) minmax(0, 989fr);
  gap: 13vw;
  align-items: start;
}
.faq-grid > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 25px;
}
.accordion {
  width: 100%;
  border-top: 1px solid #d8d1c4;
}
.accordion article {
  border-bottom: 1px solid var(--line);
  border-bottom: 1px solid #d8d1c4;
}
.accordion h3 {
  margin: 0;
  margin: 0;
}
.accordion button {
  width: 100%;
  padding: 25px 0;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-family: "Spectral", serif;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  min-height: 94px;
  padding: 11px 7px 11px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #102b46;
  text-align: left;
  font-family: "Spectral", serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.64px;
  cursor: pointer;
}
.accordion button span {
  color: var(--gold);
  font-family: "Inter Tight", sans-serif;
  font-size: 28px;
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(16, 43, 70, 0.1);
  border-radius: 50%;
  color: #102b46;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-indent: 0;
  transition:
    transform 0.3s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}
.answer p {
  margin: 0;
  padding: 0 50px 24px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 25px;
}
.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  opacity: 0.15;
}
.cta-shade {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 48, 0.72);
}
.final-copy {
  position: relative;
  width: min(1023px, calc(100% - 80px));
  min-width: 0;
  z-index: 1;
}
.final-copy > p:not(.eyebrow) {
  margin: 0 0 30px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.final-copy > div {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    padding-inline: 20px;
  }
  .primary-nav {
    font-size: 17px;
  }
  .primary-menu-list {
    gap: 26px;
  }
  .why-grid,
  .experience-grid,
  .analysis-grid,
  .team-grid,
  .faq-grid {
    gap: 55px;
  }
  .hero h1,
  .section h2,
  .framework h2,
  .final-cta h2 {
    font-size: 56px;
    line-height: 60px;
  }
  .path-card {
    padding: 35px 25px;
  }
  .benefits article {
    padding-inline: 20px;
  }
  .footer-top {
    gap: 50px;
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
  .site-header {
    height: 70px;
    padding: 5px 20px;
  }
  .brand img {
    width: 166px;
    height: 60px;
  }
  .menu-toggle {
    display: block;
  }
  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    padding: 20px;
    background: var(--navy);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .primary-nav.is-open {
    display: flex;
  }
  .primary-menu-list > li > a:not(.button) {
    padding: 10px 4px;
  }
  .hero {
    min-height: 720px;
    background-position: 58% center;
    background-position: 58% 35%;
  }
  .hero-shade {
    background: rgba(7, 24, 48, 0.58);
    top: 80px;
    top: 0;
    background: rgba(7, 24, 48, 0.66);
  }
  .hero-copy {
    justify-content: flex-start;
    padding-top: 128px;
    padding-top: 102px;
    padding-bottom: 0;
  }
  .eyebrow {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .eyebrow:before,
  .eyebrow:after {
    width: 28px;
  }
  .hero h1,
  .section h2,
  .framework h2,
  .final-cta h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.8px;
  }
  .hero-text {
    font-size: 17px;
    line-height: 26px;
    margin: 25px 0;
    width: 100%;
    margin: 25px 0;
  }
  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 16px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .button {
    font-size: 16px;
    line-height: 20px;
  }
  .section {
    padding: 70px 0;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .section-heading h2 {
    margin-bottom: 20px;
  }
  .path-grid,
  .benefits,
  .stats,
  .situation-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }
  .path-card {
    min-height: 340px;
    background: #fff;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(7, 24, 48, 0.08);
  }
  .why,
  .experience,
  .analysis,
  .team,
  .resources,
  .faq {
    padding-block: 70px;
  }
  .why-grid,
  .experience-grid,
  .analysis-grid,
  .team-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .why h2,
  .experience h2,
  .analysis h2,
  .team h2,
  .faq h2 {
    font-size: 42px;
    line-height: 45px;
  }
  .benefits {
    margin-top: 5px;
  }
  .benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 30px 5px;
  }
  .review-list article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }
  .framework {
    padding: 35px 20px;
  }
  .stats {
    gap: 25px;
  }
  .stats div {
    border-right: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .stats div:last-child {
    border-bottom: 0;
  }
  .analysis-grid {
    gap: 35px;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .compare-table {
    overflow-x: auto;
  }
  .table-row {
    min-width: 650px;
  }
  .situation-grid span {
    min-height: 82px;
  }
  .team figure img {
    height: 430px;
  }
  .team figcaption {
    left: 15px;
    bottom: 15px;
  }
  .video-grid {
    gap: 45px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .accordion button {
    font-size: 20px;
    line-height: 27px;
    min-height: 78px;
    padding-block: 15px;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.48px;
  }
  .final-cta {
    min-height: 650px;
    background: #fff;
    padding: 35px 20px;
  }
  .final-copy > div {
    flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
  .site-footer {
    padding-top: 70px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-bottom: 55px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-top nav {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-top nav div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    padding: 25px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-block: 25px;
    gap: 15px;
  }
  .footer-legal-menu-list {
    flex-direction: column;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px;
  }
}

/* Refined tablet and mobile navigation */
@media (max-width: 1024px) {
  .site-header {
    z-index: 100;
  }
  .hero {
    min-height: 700px;
  }
  .hero-copy {
    padding-top: 115px;
  }
  .menu-toggle {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 18px;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 6px 0 #fff;
    transition: top 0.25s ease, transform 0.25s ease, box-shadow 0.15s ease;
  }
  .menu-toggle::after {
    top: 30px;
    box-shadow: none;
  }
  .menu-toggle[aria-expanded="true"] {
    border-color: #be9452;
    background: #be9452;
  }
  .menu-toggle[aria-expanded="true"]::before {
    top: 23px;
    transform: rotate(45deg);
    box-shadow: none;
  }
  .menu-toggle[aria-expanded="true"]::after {
    top: 23px;
    transform: rotate(-45deg);
  }
  .primary-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 20px;
    right: 20px;
    display: flex;
    padding: 14px;
    gap: 2px;
    flex-direction: column;
    align-items: stretch;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: #0b213b;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }
  .primary-menu-list {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }
  .primary-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .primary-menu-list > li > a:not(.button) {
    display: block;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 22px;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .primary-menu-list > li > a:not(.button):hover,
  .primary-menu-list > li > a:not(.button):focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #be9452;
  }
  .site-header .primary-menu-list .button,
  .site-header .primary-menu-list > li:last-child > a {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .menu-toggle::before,
  .menu-toggle::after {
    left: 50%;
    top: 50%;
    box-shadow: none;
    transform: translate(-50%, -6px);
  }
  .menu-toggle::before {
    box-shadow: 0 6px 0 #fff;
  }
  .menu-toggle::after {
    transform: translate(-50%, 6px);
  }
  .menu-toggle[aria-expanded="true"]::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"]::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .primary-nav {
    top: calc(100% + 10px);
    left: 12px;
    right: 12px;
    padding: 12px;
    border-radius: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle::before,
  .menu-toggle::after,
  .primary-nav {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}

/* Gravity Forms multi-step consultation */
.gravity-form-section {
  background: var(--cream);
}
.gravity-form-section .wrap {
  max-width: 900px;
}
.gravity-form-section .gform_wrapper {
  padding: 48px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(7, 24, 48, 0.08);
}
.gravity-form-section .gfield_label,
.gravity-form-section .gform-field-label {
  color: var(--navy);
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.gravity-form-section input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.gravity-form-section textarea,
.gravity-form-section select {
  min-height: 52px;
  border: 1px solid rgba(7, 24, 48, 0.25);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
}
.gravity-form-section textarea {
  min-height: 140px;
}
.gravity-form-section .gform_next_button,
.gravity-form-section .gform_previous_button,
.gravity-form-section .gform_button {
  min-height: 50px;
  padding: 13px 30px;
  border: 1px solid var(--gold);
  border-radius: 30px;
  background: var(--gold);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.gravity-form-section .gform_previous_button {
  background: transparent;
  color: var(--navy);
}
.gravity-form-section .gfield_validation_message,
.gravity-form-section .validation_message {
  display: block !important;
  position: static !important;
  clear: both;
  width: 100%;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: #a12622;
  font-size: 14px;
  line-height: 20px;
}
.gravity-form-section .gfield_description:not(.gfield_validation_message):not(.validation_message) {
  display: block !important;
  position: static !important;
  clear: both;
  width: 100%;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: #76879b;
  font-size: 14px;
  line-height: 20px;
}
.gravity-form-section .gfield_error .gfield_description:not(.gfield_validation_message):not(.validation_message) {
  margin-top: 6px !important;
}
p.streak-crm-form__help {
  padding-top: 16px;
}
.streak-crm-form {
  --streak-crm-form-navy: #0a2342;
  --streak-crm-form-gold: #c99645;
  --streak-crm-form-cream: #fdfaf3;
  --streak-crm-form-muted: #7d8da0;
  --streak-crm-form-border: #d8dee5;
  --streak-crm-form-chip: #f5f7f8;
  --streak-crm-form-red: #b42318;
  width: min(1060px, calc(100% - 40px));
  margin: 0 auto 0;
  padding: 80px;
  color: var(--streak-crm-form-navy);
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 30px 60px -40px rgba(85, 64, 20, .1);
  font-family: inherit;
}
section.wrap-pp {
  background-color: #FDFBF4;
  padding: 90px 0 120px 0;
}
@media (max-width: 1024px) {
  section.wrap-pp {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 767px) {
  section.wrap-pp {
    padding: 20px 0 40px 0;
  }
  .streak-crm-form {
    margin: 0 auto;
    padding: 30px;
  }
}
.streak-crm-form__progressive-confirmation-primary p {
  font-size: 24px;
  line-height: 34px;
}
.streak-crm-form__progressive-confirmation-compact {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  padding: 22px 24px 22px 70px;
  color: #123f32;
  background: #effaf5;
  border: 1px solid #b9d8ca;
  border-radius: 14px;
}
.streak-crm-form__progressive-confirmation-compact::before {
  content: "\2713";
  position: absolute;
  top: 22px;
  left: 24px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #287a5d;
  border-radius: 50%;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
}
.streak-crm-form__progressive-confirmation-compact span {
  display: block;
}
.streak-crm-form__progressive-confirmation-compact span:first-child {
  font-family: "Spectral", serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}
.streak-crm-form__progressive-confirmation-compact span + span {
  margin-top: 12px;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .gravity-form-section .gform_wrapper {
    padding: 25px 20px;
  }
  .streak-crm-form__progressive-confirmation-primary p {
    font-size: 21px;
    line-height: 31px;
  }
  .streak-crm-form__progressive-confirmation-compact {
    font-size: 18px;
    line-height: 27px;
    padding: 20px 18px 20px 62px;
    border-radius: 12px;
  }
  .streak-crm-form__progressive-confirmation-compact span:first-child {
    font-size: 24px;
    line-height: 32px;
  }
  .streak-crm-form__progressive-confirmation-compact span + span {
    font-size: 21px;
    line-height: 31px;
  }
  .streak-crm-form__progressive-confirmation-compact::before {
    top: 20px;
    left: 18px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .streak-crm-form__progressive-confirmation-compact span + span {
    margin-top: 14px;
  }
}

/* Home Page — Base Frame Composition */
.paths {
    min-height: 864px;
    background: #faf7f0;
    display: flex;
    align-items: center;
  }
  .path-card {
    background: #fff;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(7, 24, 48, 0.09);
    border-radius: 18px;
  }
  .path-card.featured {
    background: var(--gold);
    border-color: var(--gold);
  }
  .why {
    min-height: 1345px;
    display: flex;
    align-items: center;
    padding-block: 105px;
  }
  .why .section-heading {
    max-width: 1380px;
    margin-bottom: 50px;
  }
  .why .section-heading p {
    max-width: 1320px;
    max-width: 100%;
  }
  .experience-panel {
    max-width: 1420px;
    min-height: 690px;
    margin: auto;
    padding: 55px 110px;
    background: var(--blue);
    color: #fff;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 16px 32px rgba(7, 24, 48, 0.18);
  }
  .experience-panel h3 {
    font-family: "Spectral", serif;
    font-size: 46px;
    line-height: 52px;
    font-weight: 400;
    margin: 0 0 18px;
  }
  .experience-panel > p:not(.eyebrow) {
    max-width: 1080px;
    margin: 0 auto 32px;
    color: #fff;
  }
  .experience-panel > h4 {
    font-family: "Spectral", serif;
    font-size: 22px;
    line-height: 28px;
    color: var(--gold);
    margin: 30px 0 8px;
  }
  .experience-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 940px;
    margin: 35px auto 0;
  }
  .experience-cards article {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    padding: 25px;
    text-align: left;
  }
  .experience-cards h4 {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 20px;
    line-height: 25px;
  }
  .experience-cards ul {
    margin: 0;
    padding-left: 20px;
    color: #e5ebf0;
    font-size: 16px;
    line-height: 26px;
  }
  .framework {
    min-height: 970px;
  }
  .framework-inner > p:not(.eyebrow) {
    margin-bottom: 42px;
  }
  .framework-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1450px;
    margin: 0 auto 38px;
    text-align: left;
  }
  .framework-grid article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 20px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
  }
  .framework-grid span {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--gold);
    display: grid;
    place-items: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
  }
  .framework-grid h3 {
    font-family: "Spectral", serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 8px;
  }
  .framework-grid p {
    font-size: 16px;
    line-height: 25px;
    color: #e4eaf0;
    margin: 0;
  }
  .analysis {
    min-height: 934px;
    background: #f7f2e8;
    display: flex;
    align-items: center;
  }
  .analysis-grid {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
  }
  .value-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 12px 35px rgba(7, 24, 48, 0.1);
  }
  .value-card ol {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    counter-reset: value;
  }
  .value-card li {
    counter-increment: value;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 20px 20px 66px;
    border-bottom: 1px solid var(--line);
  }
  .value-card li:before {
    content: "0" counter(value);
    position: absolute;
    left: 10px;
    top: 20px;
    color: var(--gold);
    font-weight: 600;
  }
  .value-card li strong {
    font-family: "Spectral", serif;
    font-size: 23px;
    line-height: 29px;
    font-weight: 400;
  }
  .value-card li span {
    font-size: 15px;
    line-height: 23px;
    color: var(--muted);
  }
  .range {
    display: block;
    padding: 14px;
    background: var(--navy);
    color: #fff;
    border-radius: 7px;
    text-align: center;
    font-family: "Spectral", serif;
    font-weight: 400;
  }
  .analysis blockquote,
  .team blockquote {
    margin: 28px 0 0;
    padding: 20px 28px;
    border: 1px solid #dec99e;
    background: #fbf2dc;
    font-family: "Spectral", serif;
    font-size: 19px;
    line-height: 28px;
    font-style: italic;
  }
  .situations {
    display: flex;
    align-items: center;
  }
  .situation-grid {
    grid-template-columns: repeat(8, 1fr);
    border: 0;
    gap: 18px;
    grid-template-columns: repeat(6, 1fr);
  }
  .situation-grid span {
    min-height: 155px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 24, 48, 0.08);
    padding: 20px;
    font-size: 19px;
    line-height: 26px;
  }
  .team {
    background: var(--navy);
    color: #fff;
    display: flex;
    align-items: center;
  }
  .team-grid > div > p:not(.eyebrow) {
    color: #fff;
  }
  .team-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 30px;
  }
  .team-stats span {
    padding: 18px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .team-stats strong {
    display: block;
    color: var(--gold);
    font-family: "Spectral", serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
  }
  .team blockquote {
    color: var(--ink);
  }
  .resources {
    background: #fff;
    color: var(--ink);
    display: flex;
    align-items: center;
  }
  .resources .section-heading > p:last-child {
    color: #16324f;
  }
  .video-grid article {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(7, 24, 48, 0.1);
    overflow: hidden;
    padding-bottom: 26px;
  }
  .video-grid article > p,
  .video-grid h3,
  .video-grid .text-link {
    margin-left: 25px;
    margin-right: 25px;
  }
  .faq {
    background: #f7f2e8;
    display: flex;
    align-items: center;
  }
  .final-cta {
    min-height: 712px;
    background: #fff;
    padding: 70px 30px;
  }
  .final-cta > img,
  .cta-shade {
    inset: 70px 30px;
    width: calc(100% - 60px);
    height: calc(100% - 140px);
    border-radius: 18px;
    border-radius: 28px;
  }
.site-footer {
  min-height: 740px;
}
@media (max-width: 767px) {
  .paths,
  .why,
  .analysis,
  .situations,
  .faq {
    background: #f7f2e8;
  }
  .path-card.featured {
    background: var(--gold);
  }
  .experience-panel {
    padding: 35px 20px;
    background: var(--blue);
    color: #fff;
    border-radius: 12px;
    text-align: center;
    min-height: 0;
    margin: 0;
    padding: 35px 20px;
    border-radius: 20px;
  }
  .experience-panel h3 {
    font-family: "Spectral", serif;
    font-size: 34px;
    line-height: 39px;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 20px;
  }
  .experience-panel > p:not(.eyebrow) {
    color: #fff;
  }
  .experience-cards {
    display: grid;
    gap: 14px;
    margin: 25px 0;
    grid-template-columns: 1fr;
    margin: 28px 0 0;
    gap: 16px;
  }
  .experience-cards article {
    text-align: left;
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 20px 16px;
    border-radius: 18px;
  }
  .experience-cards h4 {
    color: var(--gold);
    margin: 0;
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 10px;
  }
  .experience-cards ul {
    padding-left: 20px;
    margin: 0;
    padding-left: 20px;
    font-size: 17px;
    line-height: 27px;
  }
  .framework-grid {
    display: grid;
    gap: 14px;
    margin: 30px 0;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0;
  }
  .framework-grid article {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    text-align: left;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 24px 20px;
    border-radius: 18px;
  }
  .framework-grid h3 {
    font-family: "Spectral", serif;
    font-size: 23px;
    line-height: 29px;
    font-weight: 400;
    font-size: 27px;
    line-height: 34px;
    margin: 0 0 12px;
  }
  .value-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
  }
  .value-card ol {
    list-style: none;
    padding: 0;
  }
  .value-card li {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
  }
  .range {
    display: block;
    padding: 12px;
    background: var(--navy);
    color: #fff;
    text-align: center;
  }
  .analysis blockquote,
  .team blockquote {
    margin: 25px 0 0;
    padding: 18px;
    background: #fbf2dc;
    color: var(--ink);
    font-family: "Spectral", serif;
    font-style: italic;
  }
  .team {
    background: var(--navy);
    color: #fff;
    padding-block: 35px;
  }
  .team-grid > div > p:not(.eyebrow) {
    color: #fff;
  }
  .team-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }
  .team-stats span {
    padding: 12px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    line-height: 19px;
    font-size: 17px;
    line-height: 26px;
  }
  .team-stats strong {
    display: block;
    color: var(--gold);
    font-size: 23px;
    line-height: 28px;
    font-size: 34px;
    line-height: 42px;
  }
  .resources {
    background: #fff;
    color: var(--ink);
    padding-block: 35px;
  }
  .resources .section-heading > p:last-child {
    color: #16324f;
    font-size: 17px;
    line-height: 27px;
  }
  .video-grid article {
    box-shadow: 0 8px 24px rgba(7, 24, 48, 0.09);
    padding-bottom: 22px;
  }
  .video-grid article > p,
  .video-grid h3,
  .video-grid .text-link {
    margin-left: 20px;
    margin-right: 20px;
  }
  .final-cta > img,
  .cta-shade {
    inset: 35px 20px;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    border-radius: 12px;
  }
}

/* Home Page — Section Fidelity Refinements */
.hero .eyebrow.left:before {
  display: block;
}
.hero .eyebrow.left:after {
  display: none;
}
.hero-actions .button {
  gap: 10px;
}
.hero-actions .button i,
.hero-copy > .text-link i {
  font-size: 12px;
  line-height: 12px;
}
.hero-copy > .text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 0;
  border-bottom: 1px solid currentColor;
}
.scroll-indicator {
  position: absolute;
  right: 60px;
  bottom: 50px;
  z-index: 2;
  width: 120px;
  height: 120px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  width: 126px;
  height: 126px;
}
.scroll-indicator span {
  position: absolute;
  top: 4px;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.scroll-indicator i {
  width: 48px;
  height: 48px;
  margin-top: 19px;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 15px;
}
.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f6f1e8;
  color: var(--gold) !important;
  display: grid;
  place-items: center;
  font-size: 18px !important;
  line-height: 18px !important;
}
.featured .card-icon {
  background: rgba(255, 255, 255, 0.9);
  color: var(--gold) !important;
}
.button-dark {
  background: var(--navy);
  color: #fff;
}
.situation-grid i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3ead8;
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 18px;
}
.situation-controls {
  height: 62px;
  margin-top: 0;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) 347px;
  gap: 53px;
  align-items: center;
}
.situation-controls > span {
  height: 2px;
  flex: 1;
  background: var(--line);
  position: relative;
}
.situation-controls > span:before {
  content: "";
  display: block;
  width: 36%;
  height: 2px;
  background: var(--gold);
}
.final-copy > .text-link {
  margin-top: 23px;
  padding-bottom: 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 180px;
    padding-bottom: 55px;
  }
.footer-top nav {
  grid-template-columns: 0.75fr 1.25fr;
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.8px;
  }
  .scroll-indicator {
    display: none;
  }
  .situation-controls {
    margin-top: 25px;
    grid-template-columns: 108px 1fr;
    gap: 18px;
    margin-top: 28px;
  }
  .situation-controls .button {
    padding-inline: 18px;
    width: 100%;
    height: auto;
    min-height: 56px;
    padding: 16px 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .footer-disclaimer {
    margin-bottom: 25px;
    margin-block: 35px 20px;
    padding: 18px;
    font-size: 15px;
    line-height: 23px;
  }
  .office p {
    font-size: 14px;
    line-height: 21px;
  }
}

/* Circular scroll control */
.scroll-indicator > .scroll-ring {
  position: absolute;
  inset: 0;
  top: 0;
  animation: scroll-ring-spin 14s linear infinite;
}
.scroll-indicator > .scroll-ring > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  transform: rotate(calc(var(--i) * 15deg)) translateY(-54px);
  transform-origin: center;
}
.scroll-indicator > .scroll-arrow {
  position: relative;
  top: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 15px rgba(7, 24, 48, 0.15);
  transition: transform 0.2s ease;
}
.scroll-indicator > .scroll-arrow i {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  display: block;
  font-size: 21px;
  line-height: 21px;
}
.scroll-indicator:hover > .scroll-arrow {
  transform: translateY(3px);
}
@keyframes scroll-ring-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-ring {
    animation: none;
  }
}

/* Where to Begin — Figma node 5347:431 */
.paths .path-card {
  background: #fff;
  border: 0;
  box-shadow: 0 30px 60px -40px rgba(85, 64, 20, 0.1);
}
.paths .path-card.featured {
  background: #be9452;
}
.paths .card-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 16px;
  background: #f6f1e8;
  display: grid;
  place-items: center;
}
.paths .card-icon img {
  width: 28px;
  height: 28px;
}
.paths .path-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.paths .path-card h3 {
  color: #102b46;
}
.paths .path-card p {
  color: #16324f;
}
.paths .path-card.featured h3,
.paths .path-card.featured p,
.paths .path-card.featured .text-link {
  color: #fff;
}
.paths .path-card .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 0;
  padding-bottom: 0;
  color: #9c6e26;
}
.paths .path-card .text-link span {
  color: #be9452;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.paths .path-card.featured .text-link span {
  color: #fff;
  color: #be9452;
}
.paths {
    padding: 100px 0;
    display: block;
  }
  .paths .section-heading {
    max-width: 723px;
    margin-bottom: 30px;
  }
  .paths .section-heading .eyebrow {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 600;
  }
  .paths .section-heading h2 {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }
  .paths .section-heading > p:last-child {
    max-width: 692px;
    font-size: 22px;
    line-height: 32px;
    color: #16324f;
  }
  .paths .path-grid {
    gap: 30px;
  }
  .paths .path-card {
    height: 100%;
    min-height: 375px;
    padding: 37px;
    border-radius: 24px;
  }
  .paths .path-card:last-child {
    padding-top: 30px;
  }
  .paths .path-card-copy {
    margin-top: 22px;
  }
  .paths .path-card h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    margin: 0 0 20px;
  }
  .paths .path-card p {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 20px;
  }
.paths .path-card .text-link {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
}
@media (max-width: 1024px) {
  .paths {
    padding: 50px 20px;
  }
  .paths > .wrap {
    width: 100%;
  }
  .paths .section-heading {
    margin-bottom: 42px;
  }
  .paths .section-heading h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .paths .section-heading > p:last-child br {
    display: none;
  }
  .paths .path-grid {
    grid-template-columns: 1fr;
  }
  .paths .path-card {
    min-height: 300px;
    padding: 35px;
    border-radius: 20px;
  }
  .paths .path-card-copy {
    margin-top: 22px;
  }
  .paths .path-card h3 {
    margin: 0 0 16px;
  }
  .paths .path-card p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paths {
    padding: 35px 20px;
  }
  .paths > .wrap {
    width: 100%;
  }
  .paths .section-heading > p:last-child br {
    display: none;
  }
  .paths .path-card {
    min-height: 0;
    padding: 28px 24px;
    border-radius: 18px;
  }
  .paths .card-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .paths .path-card-copy {
    margin-top: 20px;
  }
  .paths .path-card h3 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 14px;
  }
  .paths .path-card p {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 20px;
  }
  .paths .path-card .text-link {
    font-size: 17px;
    line-height: 22px;
  }
}

/* Path card hover state */
.paths .path-card,
.paths .path-card.featured {
  background: #fff;
  color: #102b46;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.paths .path-card.featured h3,
.paths .path-card.featured p {
  color: #102b46;
}
.paths .path-card.featured .text-link {
  color: #9c6e26;
}
@media (hover: hover) {
  .paths .path-card:hover {
    background: #be9452;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -32px rgba(85, 64, 20, 0.24);
  }
  .paths .path-card:hover h3,
  .paths .path-card:hover p,
  .paths .path-card:hover .text-link,
  .paths .path-card:hover .text-link span {
    color: #fff;
  }
}
.paths .path-card:focus-within {
  background: #be9452;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -32px rgba(85, 64, 20, 0.24);
}
.paths .path-card:focus-within h3,
.paths .path-card:focus-within p,
.paths .path-card:focus-within .text-link,
.paths .path-card:focus-within .text-link span {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .paths .path-card {
    transition: none;
  }
}
.paths .path-card .text-link svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: inherit;
}

/* Why Compare Cash Offers — Figma node 5347:378 */
.why .section-heading {
  max-width: 1518px;
}
.why .why-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.why .why-intro p {
  margin: 0;
  color: #16324f;
  font-size: 22px;
  line-height: 32px;
}
.experience-panel {
  background: #102b46;
  color: #fff;
  text-align: center;
}
.experience-panel .eyebrow {
  margin-inline: auto;
}
.experience-panel h3 {
  font-family: "Spectral", serif;
  font-weight: 400;
  color: #fdfaf4;
}
.experience-panel .experience-lead {
  margin-inline: auto;
  color: #fff;
}
.experience-cards article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(246, 241, 232, 0.1);
}
.experience-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #be9452;
  display: grid;
  place-items: center;
}
.experience-card-icon img {
  width: 32px;
  height: 32px;
}
.experience-cards h4 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  color: #be9452;
}
.experience-cards ul {
  color: #fff;
}
.experience-summary p {
  color: #fff;
}
.experience-link {
  border-top: 1px solid rgba(253, 250, 244, 0.15);
}
.experience-link .text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fdfaf4;
  border-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.experience-link .text-link img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  object-fit: contain;
}
.why {
    padding: 84px 0 100px 0 !important;
    display: block;
  }
  .why .section-heading {
    margin: 0 auto 40px;
  }
  .why .section-heading .eyebrow {
    margin-bottom: 13px;
    margin: 13px auto;
  }
  .why .section-heading h2 {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
  }
  .why .why-intro p {
    white-space: nowrap;
    white-space: normal;
  }
  .experience-panel {
    width: 1428px;
    max-width: 100%;
    min-height: 782px;
    margin: 0 auto;
    padding: 48px 44px 43px;
    border-radius: 30px;
    box-shadow: 0 30px 60px -40px rgba(85, 64, 20, 0.1);
  }
  .experience-panel .eyebrow {
    margin-bottom: 20px;
    gap: 6px;
  }
  .experience-panel .eyebrow:before,
  .experience-panel .eyebrow:after {
    width: 38px;
  }
  .experience-panel h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin: 0 0 30px;
  }
  .experience-panel .experience-lead {
    max-width: 994px;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .experience-cards {
    width: 1034px;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .experience-cards article {
    min-height: 213px;
    padding: 20px;
    border-radius: 24px;
  }
  .experience-cards h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.48px;
    margin: 0 0 15px;
  }
  .experience-cards ul {
    margin: 0;
    padding-left: 32px;
    font-size: 22px;
    line-height: 32px;
  }
  .experience-summary {
    max-width: 930px;
    margin: 27px auto 0;
  }
  .experience-summary h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    margin: 0 0 20px;
    font-family: "Spectral", serif;
    font-style: italic;
    font-weight: 400;
    color: #be9452;
  }
  .experience-summary p {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
  }
  .experience-link {
    min-height: 62px;
    margin-top: 44px;
    padding-top: 34px;
  }
.experience-link .text-link {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
}
@media (max-width: 1024px) {
  .why {
    padding: 50px 20px !important;
  }
  .why > .wrap {
    width: 100%;
  }
  .why .section-heading {
    margin-bottom: 40px;
  }
  .why .section-heading h2 {
    font-size: 52px;
    line-height: 57px;
  }
  .why .why-intro p {
    font-size: 20px;
    line-height: 30px;
  }
  .experience-panel {
    max-width: 100%;
    min-height: 0;
    margin: 0;
    padding: 44px 35px;
    border-radius: 24px;
  }
  .experience-panel h3 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 24px;
  }
  .experience-panel .experience-lead br {
    display: none;
  }
  .experience-cards {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    gap: 20px;
  }
  .experience-cards article {
    padding: 24px;
    border-radius: 20px;
  }
  .experience-summary {
    margin: 35px auto 0;
  }
  .experience-link {
    margin-top: 35px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .why {
    height: auto;
    min-height: 0;
    padding: 35px 20px !important;
  }
  .why > .wrap {
    width: 100%;
  }
  .why .section-heading {
    margin-bottom: 35px;
  }
  .why .section-heading h2 {
    font-size: 42px;
    line-height: 45px;
  }
  .why .why-intro {
    gap: 12px;
  }
  .why .why-intro p {
    font-size: 17px;
    line-height: 27px;
  }
  .experience-panel .experience-lead {
    font-size: 17px;
    line-height: 27px;
    margin: 0;
  }
  .experience-panel .experience-lead br {
    display: none;
  }
  .experience-card-icon {
    width: 48px;
    height: 48px;
  }
  .experience-card-icon img {
    width: 30px;
    height: 30px;
  }
  .experience-summary {
    margin: 30px auto 0;
  }
  .experience-summary h4 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 14px;
  }
  .experience-summary p {
    font-size: 17px;
    line-height: 27px;
    margin: 0;
  }
  .experience-link {
    margin-top: 30px;
    padding-top: 26px;
  }
  .experience-link .text-link {
    font-size: 17px;
    line-height: 22px;
  }
}

/* Review Framework — Figma node 5347:78 */
.framework-heading {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  margin-inline: auto;
}
.framework-heading .eyebrow {
  margin-inline: auto;
}
.framework-heading h2 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.56px;
  margin: 0 0 30px;
  font-weight: 400;
  color: #fff;
  font-family: "Spectral", serif;
}
.framework-heading h2 em {
  font-style: italic;
  font-weight: 400;
  color: #be9452;
  font-family: "Spectral", serif;
}
.framework-heading > p:last-child {
  color: #fff;
}
.framework-grid article {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(246, 241, 232, 0.1);
  text-align: left;
}
.framework-grid .framework-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 16px;
  background: #be9452;
  display: grid;
  place-items: center;
}
.framework-icon img {
  width: 28px;
  height: 28px;
}
.framework-grid h3 {
  font-family: "Spectral", serif;
  font-weight: 400;
  color: #fff;
}
.framework-grid p {
  color: #fff;
}
.framework-cta {
  display: inline-flex;
  gap: 8px;
}
.framework-cta img {
  width: 15px;
  height: 15px;
}
.framework {
    min-height: 100%;
    padding: 100px 0;
    display: block;
}
  .framework-inner {
    width: min(1720px, calc(100% - 60px));
    height: 770px;
  }
  .framework-heading {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .framework-heading .eyebrow {
    margin-bottom: 15px;
  }
  .framework-heading h2 {
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -0.56px;
    margin: 0 0 30px;
  }
  .framework-heading > p:last-child {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
  }
  .framework-grid {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 199px 231px;
    gap: 32px;
  }
  .framework-grid article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 24px;
    padding: 40px;
    border-radius: 24px;
  }
  .framework-grid h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    margin: 0 0 15px;
  }
  .framework-grid p {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
  }
  .framework-cta {
    width: 284px;
    height: 62px;
    min-height: 62px;
    margin-top: 40px;
    padding: 19px 33px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    white-space: nowrap;
  }
.framework-cta img {
    flex: 0 0 15px;
}
@media (max-width: 1024px) {
  .framework {
    padding: 50px 20px;
  }
  .framework-inner {
    width: 100%;
    height: auto;
  }
  .framework-heading {
    margin-bottom: 40px;
  }
  .framework-heading h2 {
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 24px;
  }
  .framework-heading > p:last-child {
    font-size: 20px;
    line-height: 30px;
  }
  .framework-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    gap: 20px;
    margin: 0;
  }
  .framework-grid article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 22px;
    padding: 32px;
    border-radius: 20px;
  }
  .framework-grid h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 14px;
  }
  .framework-grid p {
    font-size: 20px;
    line-height: 30px;
  }
  .framework-cta {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .framework-inner {
    width: 100%;
  }
  .framework-heading {
    margin-bottom: 35px;
  }
  .framework-heading h2 {
    font-size: 39px;
    line-height: 45px;
    margin: 0 0 20px;
  }
  .framework-heading > p:last-child {
    font-size: 17px;
    line-height: 27px;
  }
  .framework-grid .framework-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .framework-icon img {
    width: 26px;
    height: 26px;
  }
  .framework-grid p {
    font-size: 17px;
    line-height: 27px;
  }
  .framework-cta {
    width: 100%;
    margin-top: 30px;
  }
}
/* Structured Market Analysis — Figma node 5347:132 */
.analysis {
  background: #f7f1e6;
}
.analysis .value-card {
  background: #fff;
}
.analysis .value-card .eyebrow,
.analysis-copy > .eyebrow {
  color: #be9452;
}
.analysis .range {
  background: #102b46;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.analysis-copy h2 {
  font-family: "Spectral", serif;
  font-weight: 400;
  color: #18324c;
}
.analysis-copy h2 em {
  font-weight: 400;
  color: #be9452;
}
.analysis-copy > p:not(.eyebrow) {
  color: #65717c;
  color: #102b46;
}
.analysis-copy blockquote {
  color: #18324c;
  background: #fbf2dc;
  border: 1px solid #be9452;
  border-left-width: 4px;
  border-radius: 0 15px 15px 0;
  font-family: "Spectral", serif;
  font-style: italic;
}
.analysis {
    padding: 100px 0 92.5px;
    display: block;
  }
  .analysis-grid {
    width: 1720px;
    max-width: calc(100% - 60px);
    grid-template-columns: minmax(0, 792fr) minmax(0, 806fr);
    gap: 6.35vw;
  }
  .analysis .value-card {
    width: 100%;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 24px 48px rgba(71, 54, 22, 0.08);
  }
  .analysis .value-card .eyebrow {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    gap: 12px;
  }
  .analysis .value-card ol {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .analysis .value-card li {
    width: 100%;
    min-height: 94px;
    grid-template-columns: 52px 1fr 34px;
    gap: 0;
    padding: 14px 20px;
    border: 1px solid #dfc99f;
    border-radius: 15px;
    background: #fcfaf6;
  }
  .analysis .value-card li:before {
    left: 10px;
    top: 21px;
    font-size: 16px;
    line-height: 24px;
  }
  .analysis .value-card li strong {
    font-size: 23px;
    line-height: 29px;
  }
  .analysis .value-card li span {
    font-size: 15px;
    line-height: 23px;
  }
  .analysis .range {
    width: 100%;
    min-height: 114px;
    margin-top: 64px;
    padding: 17px 20px;
    border-radius: 15px;
  }
  .analysis-copy {
    width: 100%;
    position: relative;
    top: -3px;
  }
  .analysis-copy > .eyebrow {
    justify-content: flex-start;
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    gap: 12px;
  }
  .analysis-copy h2 {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -1.2px;
    margin: 0 0 40px;
  }
  .analysis-copy > p:not(.eyebrow) {
    width: 100%;
    margin: 0;
    color: #102b46;
    font-size: 22px;
    line-height: 32px;
  }
.analysis-copy > p:not(.eyebrow) + p:not(.eyebrow) {
    margin-top: 28px;
}
.analysis-copy blockquote {
    width: 100%;
    min-height: 150px;
    margin: 40px 0 0;
    padding: 15px 16px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
}
@media (max-width: 1024px) {
  .analysis {
    padding-block: 70px;
  }
  .analysis-grid {
    width: calc(100% - 80px);
    max-width: 1100px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .analysis .value-card {
    width: min(792px, 100%);
    margin-inline: auto;
  }
  .analysis-copy {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .analysis {
    padding: 50px 20px;
  }
  .analysis-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .analysis .value-card {
    width: 100%;
    padding: 35px;
    border-radius: 16px;
  }
  .analysis-copy h2 {
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 24px;
  }
  .analysis-copy > p:not(.eyebrow) {
    font-size: 20px;
    line-height: 30px;
  }
  .analysis-copy blockquote {
    font-size: 18px;
    line-height: 28px;
    padding: 18px 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .analysis {
    padding: 35px 20px;
  }
  .analysis .value-card {
    width: 100%;
    padding: 25px 20px;
    border-radius: 14px;
  }
  .analysis .value-card .eyebrow {
    margin-bottom: 15px;
  }
  .analysis .value-card ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: value;
    display: flex;
    flex-direction: column;
    gap: 46px;
    margin: 0;
  }
  .analysis .value-card li {
    counter-increment: value;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 18px 0 18px 48px;
    border-bottom: 1px solid var(--line);
    min-height: 116px;
    grid-template-columns: 38px 1fr 26px;
    gap: 8px;
    padding: 16px 12px;
    border: 1px solid #dfc99f;
    border-radius: 12px;
    background: #fcfaf6;
  }
  .analysis .value-card li:before {
    content: "0" counter(value);
    position: absolute;
    left: 0;
    top: 18px;
    color: #be9452;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
  }
  .analysis .value-card li strong {
    font-family: "Spectral", serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
  }
  .analysis .value-card li span {
    color: #65717c;
    font-size: 16px;
    line-height: 25px;
  }
  .analysis .range {
    font-family: "Spectral", serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    min-height: 92px;
    margin-top: 46px;
    border-radius: 12px;
  }
  .analysis-copy > .eyebrow {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .analysis-copy h2 {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: -0.8px;
    margin: 0 0 22px;
    font-size: 42px;
    line-height: 45px;
  }
  .analysis-copy > p:not(.eyebrow) {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 27px;
  }
  .analysis-copy blockquote {
    margin: 24px 0 0;
    padding: 18px;
    font-size: 17px;
    line-height: 27px;
    padding: 16px 18px;
    font-size: 22px;
    line-height: 31px;
  }
}

/* Structured Market Analysis — screenshot-matched final */
.analysis .eyebrow.left {
  justify-content: flex-start;
}
.analysis .eyebrow.left:before {
  display: block;
}
.analysis .eyebrow.left:after {
  display: none;
}
.analysis .value-card ol {
  list-style: none;
  counter-reset: none;
}
.analysis .value-card li:before {
  content: none;
}
.analysis .value-card li {
  position: relative;
  display: grid;
}
.analysis .value-number {
  font-family: "Spectral", serif;
  font-style: italic;
  font-weight: 400;
  color: #a36b15;
}
.analysis .value-text {
  display: flex;
  flex-direction: column;
}
.analysis .value-card li > i {
  align-self: center;
  justify-self: end;
  color: #a36b15;
}
.analysis .value-card li:not(:last-child):after {
  content: "+";
  position: absolute;
  left: 50%;
  color: #a36b15;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  transform: translateX(-50%);
}
.analysis .range:before {
  content: "=";
  position: absolute;
  left: 50%;
  color: #a36b15;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  transform: translateX(-50%);
}
.analysis .range span {
  color: #c49448;
}
.analysis .range strong {
  font-family: "Spectral", serif;
  font-weight: 400;
}
.analysis .value-card .eyebrow:before {
    width: 32px;
  }
  .analysis .value-card li:not(:last-child):after {
    bottom: -48px;
    font-size: 28px;
    line-height: 28px;
  }
  .analysis .value-card .value-number {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
  .analysis .value-card .value-text strong {
    font-family: "Inter Tight", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: #102b46;
  }
  .analysis .value-card .value-text > span {
    font-size: 22px;
    line-height: 32px;
    color: #102b46;
  }
  .analysis .value-card li > i {
    font-size: 30px;
    line-height: 30px;
  }
  .analysis .range:before {
    top: -47px;
    font-size: 26px;
    line-height: 26px;
  }
  .analysis .range span {
    font-family: "Inter Tight", sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
  }
  .analysis .range strong {
    font-size: 32px;
    line-height: 40px;
  }
.analysis-copy > .eyebrow:before {
    width: 48px;
}
@media (max-width: 1024px) {
  .analysis .value-card ol {
    display: flex;
    flex-direction: column;
    gap: 52px;
    margin: 0;
  }
  .analysis .value-card li {
    grid-template-columns: 48px 1fr 32px;
    padding: 18px;
    border: 1px solid #dfc99f;
    border-radius: 14px;
    background: #fcfaf6;
  }
  .analysis .value-card li:not(:last-child):after {
    bottom: -40px;
    font-size: 24px;
    line-height: 24px;
  }
  .analysis .value-card .value-number {
    font-size: 28px;
    line-height: 36px;
  }
  .analysis .value-card .value-text strong {
    font-family: "Inter Tight", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
  .analysis .value-card .value-text > span {
    font-size: 20px;
    line-height: 30px;
  }
  .analysis .value-card li > i {
    font-size: 27px;
  }
  .analysis .range {
    min-height: 100px;
    margin-top: 52px;
    border-radius: 14px;
  }
  .analysis .range:before {
    top: -39px;
    font-size: 24px;
  }
  .analysis .range span {
    font-size: 18px;
    line-height: 24px;
  }
  .analysis .range strong {
    font-size: 29px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .analysis .value-card li:not(:last-child):after {
    bottom: -35px;
    font-size: 22px;
    line-height: 22px;
  }
  .analysis .value-card .value-number {
    font-size: 23px;
    line-height: 30px;
  }
  .analysis .value-card .value-text strong {
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #102b46;
  }
  .analysis .value-card .value-text > span {
    font-size: 16px;
    line-height: 24px;
    color: #102b46;
  }
  .analysis .value-card li > i {
    font-size: 22px;
    line-height: 24px;
  }
  .analysis .range:before {
    top: -34px;
    font-size: 22px;
    line-height: 22px;
  }
  .analysis .range span {
    font-size: 16px;
    line-height: 22px;
  }
  .analysis .range strong {
    font-size: 25px;
    line-height: 33px;
  }
}

/* About Page */
.about-page {
  background: #fdfaf4;
}

/* Videos & Resources Page — Figma node 5347:1033 */
.videos-resources-page { background: #fff; }
.videos-resources-page .wrap { width: min(1720px, calc(100% - 80px)); }
.videos-resources-hero { height: 520px; position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.videos-resources-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.videos-resources-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #041424 0%, rgba(4,20,36,.6) 41%, rgba(4,20,36,.1) 100%); }
.videos-resources-hero-copy { height: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.videos-resources-hero-copy .eyebrow { margin-bottom: 24px; }
.videos-resources-hero h1 { margin: 0; font-weight: 400; }
.videos-resources-hero h1 em,
.videos-resources-heading h2 em { color: var(--gold); font-weight: 400; }
.videos-resources-hero-copy > p:last-child { width: 680px; margin: 24px 0 0; color: #fff; font-size: 22px; line-height: 32px; }
.videos-resources-featured { min-height: 1304px; padding: 100px 0; background: #fff; }
.videos-resources-library { min-height: 100%; padding: 70px 0 100px 0; background: #fdfaf4; }
.videos-resources-heading { text-align: center; margin: 0 auto 40px; }
.videos-resources-heading .eyebrow { margin-bottom: 15px; }
.videos-resources-heading h2 { margin: 21px 0 30px; color: #102b46; }
.videos-resources-heading > p:last-child { margin: 0 auto; font-size: 22px; line-height: 32px; color: #16324f; max-width: 700px; }
.videos-resources-grid { display: grid; gap: 30px; }
.videos-resources-grid.is-featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.videos-resources-grid.is-featured .videos-resources-card {
  width: calc((100% - 60px) / 3);
  flex: 0 0 calc((100% - 60px) / 3);
}
.videos-resources-grid.is-library {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.videos-resources-grid.is-library .videos-resources-card {
  width: calc((100% - 90px) / 4);
  flex: 0 0 calc((100% - 90px) / 4);
}
.videos-resources-card { min-width: 0; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 30px 65px -34px rgba(84,58,12,.28); }
.videos-resources-grid.is-featured .videos-resources-card { min-height: 431px; }
.videos-resources-grid.is-library .videos-resources-card { min-height: 346px; }
.videos-resources-thumb { position: relative; display: block; overflow: hidden; background: #e8e2d8; }
.videos-resources-grid.is-featured .videos-resources-thumb { height: 311px; }
.videos-resources-grid.is-library .videos-resources-thumb { height: 220px; }
.videos-resources-grid.is-featured .videos-resources-thumb::after { content: ""; position: absolute; inset: 0; background: rgb(16 43 70 / 10%); }
.videos-resources-thumb img { width: 100%; height: 100%; object-fit: cover; }
.videos-resources-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 66px; height: 66px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: #fff; color: #102b46; transition: transform .2s ease; }
.videos-resources-play i { margin-left: 3px; font-size: 17px; }
.videos-resources-thumb:hover .videos-resources-play { transform: translate(-50%,-50%) scale(1.06); }
.videos-resources-card h3 { margin: 0; padding: 32px 30px 22px 30px; color: #102b46; font-size: 24px; line-height: 30px; font-weight: 500; text-transform: capitalize; }
.videos-resources-page .final-cta { background: #fff; }

/* Contact Us Page — Figma node 5347:1313 */
.contact-page { background: #fff; }
.contact-page .wrap { width: min(1720px, calc(100% - 80px)); }
.contact-hero { min-height: 540px; position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.contact-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-hero-shade { position: absolute; inset: 0; background: linear-gradient(-90deg, rgba(4,20,36,.1) 0%, rgba(4,20,36,.6) 59.09%, #041424 100%); }
.contact-hero-copy {
  min-height: 540px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}
.contact-hero-copy .eyebrow { margin: 0 0 24px; }
.contact-hero h1 { width: 620px; margin: 0; font-weight: 400; }
.contact-hero h1 em,
.contact-form-intro h2 em { color: var(--gold); font-weight: 400; }
.contact-hero-copy > p:last-child { width: 680px; margin: 24px 0 0; color: #fff; font-size: 22px; line-height: 32px; }
.contact-information { min-height: 558px; padding: 100px 0; background: #fff; }
.contact-section-heading { margin-bottom: 40px; text-align: center; }
.contact-section-heading .eyebrow { margin-bottom: 20px; }
.contact-section-heading h2 { margin: 0; color: #102b46; font-family: "Libre Baskerville", serif; font-size: 52px !important; line-height: 65px !important; letter-spacing: -1.04px !important; font-weight: 400; }
.contact-information-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.contact-information-card { min-width: 0; min-height: 212px; padding: 30px 6px 30px 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(16,43,70,.12); border-radius: 15px; background: #fdfaf4; }
.contact-information-icon { width: 56px; height: 56px; display: block; }
.contact-information-icon img { width: 56px; height: 56px; object-fit: contain; }
.contact-information-card p { margin: 0 0 4px; color: var(--gold); font-size: 20px; line-height: 24px; font-weight: 600; }
.contact-information-card strong,
.contact-information-card a { display: block; color: #102b46; font-size: 24px; line-height: 30px; font-weight: 500; }
.contact-information-content > p { margin: 0; color: #102b46; font-size: 24px; line-height: 30px; font-weight: 500; }
.contact-information-content > p:first-child { margin-bottom: 0; color: var(--gold); font-size: 20px; line-height: 24px; font-weight: 600; }
.contact-information-content,
.contact-information-content a { min-width: 0; overflow-wrap: anywhere; }
.contact-information-content { display: flex; flex-direction: column; gap: 4px; }
.contact-information-card a { transition: color .2s ease; }
.contact-information-card a:hover,
.contact-information-card a:focus-visible { color: var(--gold); }
.contact-form-section { min-height: 966px; padding: 100px 0; background: #FDF9F4; }
.contact-form-section:has(.gform_confirmation_wrapper) { min-height: 0; }
.contact-form-layout { display: grid; grid-template-columns: minmax(0, 680px) minmax(0, 860px); gap: 95px; align-items: start; }
.contact-form-intro { padding-top: 5px; }
.contact-form-intro .eyebrow { margin-bottom: 16px; }
.contact-form-intro h2 { margin: 0 0 24px; color: #102b46; }
.contact-form-intro > p:last-child { margin: 0; color: #16324f; font-size: 22px; line-height: 32px; }
.contact-form-card { min-height: 766px; padding: 52px; border-radius: 24px; background: #fff; box-shadow: 0 15px 40px rgba(16,43,70,.08); }
.contact-form-card h3 { margin: 0 0 32px; color: #102b46; font-family: "Spectral", serif; font-size: 32px; line-height: 40px; font-weight: 400; }
.contact-form-card .gform_wrapper form,
.contact-form-card .gform_wrapper .gform-body,
.contact-form-card .gform_wrapper .gform_fields { margin: 0; }
.contact-form-card .gform_wrapper .gform_fields { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.contact-form-card .gform_wrapper .gfield { grid-column: 1 / -1; }
.contact-form-card .gform_wrapper .contact-half { grid-column: span 1; }
.contact-form-card .gform_wrapper .gfield_label { margin: 0 0 10px !important; color: #102b46 !important; font-size: 20px !important; line-height: 24px !important; font-weight: 600 !important; }
.contact-form-card .gform_wrapper .gfield_required { display: none; }
.contact-form-card .gform_wrapper input[type="text"],
.contact-form-card .gform_wrapper input[type="email"],
.contact-form-card .gform_wrapper input[type="tel"],
.contact-form-card .gform_wrapper textarea { width: 100% !important; margin: 0 !important; padding: 9px 18px !important; border: 1px solid rgba(16,43,70,.18) !important; border-radius: 12px !important; background: #fff !important; color: #102b46 !important; font-family: "Inter Tight", sans-serif !important; font-size: 22px !important; line-height: 32px !important; box-shadow: none !important; }
.contact-form-card .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) { height: 52px !important; padding: 9px 18px !important; border-radius: 12px !important; font-family: "Inter Tight", sans-serif !important; font-size: 22px !important; line-height: 32px !important; }
.contact-form-card .gform_wrapper textarea { height: 130px !important; resize: vertical; }
.contact-form-card .gform_wrapper input::placeholder,
.contact-form-card .gform_wrapper textarea::placeholder { color: #8b99a7; opacity: 1; }
.contact-form-card .gform_wrapper .contact-sms-consent {
  margin-top: -4px;
}
.contact-form-card .gform_wrapper .contact-sms-consent .ginput_container_consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.contact-form-card .gform_wrapper .contact-sms-consent input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(16,43,70,.28) !important;
  border-radius: 4px !important;
  appearance: none;
  display: grid;
  place-content: center;
  background: #fff;
  accent-color: var(--gold);
}
.contact-form-card .gform_wrapper .contact-sms-consent input[type="checkbox"]:checked {
  border-color: var(--gold) !important;
  background: var(--gold) !important;
  background-color: var(--gold) !important;
  box-shadow: inset 0 0 0 20px var(--gold) !important;
}
.contact-form-card .gform_wrapper .contact-sms-consent input[type="checkbox"]:checked::before {
  content: "\2713";
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.streak-crm-form__consent input[type="checkbox"] {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid rgba(16,43,70,.38);
  border-radius: 4px;
  appearance: none;
  display: grid;
  place-content: center;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
}
.streak-crm-form__consent input[type="checkbox"]:checked {
  border-color: var(--gold);
  background: var(--gold);
}
.streak-crm-form__consent input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(203,157,78,.25);
  outline-offset: 2px;
}
.streak-crm-form__consent input[type="checkbox"]:checked::before {
  content: "\2713";
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}
.contact-form-card .gform_wrapper .contact-sms-consent .gfield_consent_label {
  margin: 0 !important;
  color: #102b46 !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 15px !important;
  line-height: 23px !important;
  font-weight: 400 !important;
}
.contact-form-card .gform_wrapper .contact-sms-consent .gfield_consent_description {
  margin: 8px 0 0 28px !important;
  color: #708095 !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
.contact-form-card .gform_wrapper .contact-sms-consent .gfield_consent_description_text {
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
}
.contact-form-card .gform_wrapper .contact-sms-consent .gfield_consent_description a {
  color: #5d6b7a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-form-card .gform_wrapper .contact-sms-consent .gfield_consent_description a:hover,
.contact-form-card .gform_wrapper .contact-sms-consent .gfield_consent_description a:focus-visible {
  color: #102b46;
}
.contact-form-card .gform_wrapper .gform_footer { display: block !important; margin: 30px 0 0; padding: 0; }
body .contact-form-card .gform_wrapper input.gform_button,
body .contact-form-card .gform_wrapper button.gform_button { width: 100% !important; min-height: 62px !important; margin: 0 !important; padding: 19px 33px !important; display: flex !important; align-items: center; justify-content: center; border: 1px solid var(--gold) !important; border-radius: 999px !important; background: var(--gold) !important; color: #fff !important; font-family: "Inter Tight", sans-serif !important; font-size: 20px !important; line-height: 24px !important; font-weight: 600 !important; cursor: pointer; box-shadow: none !important; transition: background .2s ease, color .2s ease, transform .2s ease; }
body .contact-form-card .gform_wrapper input.gform_button:hover,
body .contact-form-card .gform_wrapper input.gform_button:focus-visible,
body .contact-form-card .gform_wrapper button.gform_button:hover,
body .contact-form-card .gform_wrapper button.gform_button:focus-visible { background: #102b46 !important; border-color: #102b46 !important; transform: translateY(-2px); }
.contact-form-card .gform_validation_errors { padding: 22px 20px !important; }
body .contact-form-card .gform_validation_errors h2.gform_submission_error {
  font-size: 16px !important;
  line-height: 34px !important;
  letter-spacing: 0.5px !important;
}
.contact-form-card .gfield_validation_message,
.contact-form-card .validation_message {
  font-size: 14px !important;
  line-height: 21px !important;
}
.contact-form-card:has(.gform_confirmation_wrapper) { min-height: 0; }
.contact-form-card .gform_confirmation_wrapper { margin: 0; }
.contact-form-card .gform_confirmation_message { position: relative; margin: 0; padding: 24px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(203,157,78,.35); border-radius: 14px; background: #FDF9F4; color: #102b46; font-family: "Inter Tight", sans-serif; font-size: 20px; line-height: 30px; font-weight: 500; }
.contact-form-card .gform_confirmation_message::before { content: "\2713"; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #fff; font-size: 20px; line-height: 1; font-weight: 700; flex: 0 0 36px; }
.contact-page .final-cta { background: #fff; }
@media (max-width: 1600px) and (min-width: 1201px) {
  .contact-form-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; }
}
@media (max-width: 1200px) {
  .contact-form-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 60px; }
}
@media (max-width: 1024px) {
  .contact-page .wrap { width: calc(100% - 40px); }
  .contact-section-heading h2 { font-size: 36px !important; line-height: 45px !important; }
  .contact-information-content { padding-top: 20px; }
  .contact-hero { min-height: 420px; }
  .contact-hero > img { object-position: right center; }
  .contact-hero-copy { min-height: 420px; padding-top: 100px; }
  .contact-hero h1 { width: 480px; }
  .contact-hero-copy > p:last-child { width: min(580px, 62%); margin-top: 18px; }
  .contact-information,
  .contact-form-section { min-height: 0; padding: 50px 0; }
  .contact-information-grid { grid-template-columns: 1fr; gap: 20px; }
  .contact-information-card { min-height: 150px; }
  .contact-form-layout { grid-template-columns: 1fr; gap: 45px; }
  .contact-form-card { min-height: 0; }
}
@media (max-width: 820px) {
  .contact-form-card .gform_wrapper input::placeholder,
  .contact-form-card .gform_wrapper textarea::placeholder { font-size: 17px; line-height: 26px; }
}
@media (max-width: 767px) {
  .contact-page .wrap { width: calc(100% - 40px); }
  .contact-hero { min-height: 400px; }
  .contact-hero > img { object-position: right center; }
  .contact-hero-shade { background: rgba(7,24,48,.68); }
  .contact-hero-copy { min-height: 400px; padding: 70px 0 0; }
  .contact-hero h1 { width: 100%; }
  .contact-hero-copy > p:last-child { width: 100%; margin-top: 18px; font-size: 17px; line-height: 26px; }
  .contact-information,
  .contact-form-section { padding: 35px 0; }
  .contact-form-layout { gap: 30px; }
  .contact-section-heading { margin-bottom: 30px; }
  .contact-section-heading h2 { font-size: 30px !important; line-height: 40px !important; letter-spacing: -.6px !important; }
  .contact-information-card { min-height: 140px; padding: 22px; }
  .contact-information-card strong,
  .contact-information-card a,
  .contact-information-content > p { font-size: 19px; line-height: 29px; }
  .contact-information-content > p:first-child { font-size: 17px; line-height: 24px; }
  .contact-form-intro > p:last-child { font-size: 17px; line-height: 27px; }
  .contact-form-card { padding: 25px 20px; border-radius: 18px; }
  .contact-form-card h3 { margin-bottom: 25px; font-size: 25px !important; line-height: 34px !important; }
  .contact-form-card .gform_wrapper .gform_fields { grid-template-columns: 1fr; gap: 20px; }
  .contact-form-card .gform_wrapper .contact-half { grid-column: 1 / -1; }
  .contact-form-card .gform_wrapper .gfield_label { font-size: 17px !important; line-height: 24px !important; }
  .contact-form-card .gform_wrapper input[type="text"],
  .contact-form-card .gform_wrapper input[type="email"],
  .contact-form-card .gform_wrapper input[type="tel"],
  .contact-form-card .gform_wrapper textarea { font-size: 17px !important; line-height: 26px !important; }
  body .contact-form-card .gform_wrapper input.gform_button,
  body .contact-form-card .gform_wrapper button.gform_button { font-size: 16px !important; }
  .contact-form-card .gform_confirmation_message { padding: 20px 18px; gap: 12px; align-items: flex-start; font-size: 17px; line-height: 26px; }
  .contact-form-card .gform_confirmation_message::before { width: 32px; height: 32px; font-size: 18px; flex-basis: 32px; }
  .contact-form-card .gform_validation_errors {
    padding: 18px 16px !important;
  }
  .contact-form-card .gfield_validation_message,
  .contact-form-card .validation_message {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
@media (max-width: 1024px) {
  .videos-resources-page .wrap { width: calc(100% - 40px); }
  .videos-resources-hero { height: 420px; }
  .videos-resources-hero > img { object-position: 72% center; }
  .videos-resources-hero-copy > p:last-child { width: min(580px, 65%); }
  .videos-resources-featured,
  .videos-resources-library { min-height: 0; padding: 50px 0; }
  .videos-resources-grid.is-featured,
  .videos-resources-grid.is-library { grid-template-columns: repeat(2, 1fr); }
  .videos-resources-grid.is-featured .videos-resources-card {
    width: calc((100% - 30px) / 2);
    flex-basis: calc((100% - 30px) / 2);
  }
  .videos-resources-grid.is-library .videos-resources-card {
    width: calc((100% - 30px) / 2);
    flex-basis: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .videos-resources-hero { height: 400px; }
  section.videos-resources-library { padding: 25px 0; }
  .videos-resources-hero > img { object-position: 76% center; }
  .videos-resources-hero-shade { background: rgba(7,24,48,.68); }
  .videos-resources-hero-copy { padding-top: 45px; }
  .videos-resources-hero-copy .eyebrow { margin-bottom: 18px; }
  .videos-resources-hero-copy > p:last-child { width: 100%; margin-top: 18px; font-size: 17px; line-height: 26px; }
  .videos-resources-heading { margin-bottom: 30px; }
  .videos-resources-heading h2 { margin: 16px 0 10px; color: #102b46; }
  .videos-resources-heading > p:last-child { font-size: 17px; line-height: 27px; }
  .videos-resources-grid.is-featured,
  .videos-resources-grid.is-library { grid-template-columns: 1fr; gap: 20px; }
  .videos-resources-grid.is-featured .videos-resources-card {
    width: 100%;
    flex-basis: 100%;
  }
  .videos-resources-grid.is-library .videos-resources-card {
    width: 100%;
    flex-basis: 100%;
  }
  .videos-resources-grid.is-featured .videos-resources-thumb,
  .videos-resources-grid.is-library .videos-resources-thumb { height: auto; aspect-ratio: 16 / 9; }
  .videos-resources-grid.is-featured .videos-resources-card,
  .videos-resources-grid.is-library .videos-resources-card { min-height: 0; }
  .videos-resources-card h3 { padding: 20px; font-size: 21px; line-height: 27px; }
  .videos-resources-play { width: 58px; height: 58px; }
}
.about-hero {
  min-height: 540px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.about-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}
.about-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, rgba(4, 20, 36, 0.1) 0%, rgba(4, 20, 36, 0.6) 59.09%, #041424 100%);
}
.about-hero-copy {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 110px;
}
.about-hero-copy .eyebrow {
  margin-bottom: 24px;
}
.about-hero h1 {
  margin: 0;
  font-family: "Spectral", serif;
  font-size: 85px;
  line-height: 90px;
  letter-spacing: -1.7px;
  font-weight: 400;
}
.about-hero h1 em,
.about-origin h2 em,
.about-purpose h2 em,
.about-team h2 em,
.about-cta h2 em {
  color: var(--gold);
  font-weight: 400;
}
.about-hero-copy > p:last-child {
  width: 680px;
  margin: 24px 0 0;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
.about-origin {
  padding: 100px 0;
  background: #fbf9f5;
}
.about-origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 699fr) minmax(0, 956fr);
  gap: 3.4vw;
  align-items: center;
}
.about-origin figure {
  width: 100%;
  aspect-ratio: 699/773;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 40px 80px -45px rgba(16, 43, 70, 0.5);
}
.about-origin figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 63%;
}
.about-copy .eyebrow {
  margin-bottom: 15px;
}
.about-copy h2,
.about-team h2 {
  margin: 0 0 38px;
  font-family: "Spectral", serif;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.2px;
  font-weight: 400;
  color: #102b46;
}
.about-copy > p:not(.eyebrow),
.about-team-copy > p:not(.eyebrow) {
  margin: 0 0 28px;
  font-size: 22px;
  line-height: 32px;
  color: #16324f;
}
.about-belief {
  min-height: 380px;
  padding: 100px;
  display: grid;
  place-items: center;
  background: #102b46;
  color: #fff;
}
.about-belief blockquote {
  width: min(1054px, 100%);
  min-height: 180px;
  margin: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(246, 241, 232, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  font-family: "Spectral", serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  font-style: italic;
}
.about-purpose {
  min-height: 696px;
  padding: 100px 0;
  background: #f7f1e6;
}
.about-purpose-grid {
  display: grid;
  grid-template-columns: minmax(0, 620fr) minmax(0, 986fr);
  gap: 114px;
  align-items: start;
}
.about-purpose aside .eyebrow {
  margin-bottom: 20px;
}
.about-purpose aside blockquote {
  margin: 0;
  padding-left: 32px;
  border-left: 4px solid var(--gold);
  font-family: "Spectral", serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  font-style: italic;
  color: #102b46;
}
.about-purpose .about-copy h2 {
  max-width: 744px;
  margin-bottom: 30px;
}
.about-purpose .about-copy > p {
  margin-bottom: 28px;
}
.about-purpose .about-copy > p:last-child {
  margin-bottom: 0;
}
.about-team {
  min-height: 1077px;
  padding: 100px 0;
  background: #fdfaf4;
}
.about-team-grid {
  display: grid;
  grid-template-columns: minmax(0, 962fr) minmax(0, 699fr);
  gap: 58px;
  align-items: center;
}
.about-team-copy .eyebrow {
  margin-bottom: 30px;
}
.about-team h2 {
  margin-bottom: 30px;
}
.about-team-copy > p:not(.eyebrow) {
  margin-bottom: 28px;
}
.about-team-copy > p:not(.eyebrow):last-of-type {
  margin-bottom: 0;
}
.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.about-stats article {
  min-height: 166px;
  padding: 27px 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #f6f1e8;
  border-radius: 24px;
  background: #fff;
}
.about-stats strong {
  font-family: "Spectral", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: var(--gold);
}
.about-stats span {
  font-size: 22px;
  line-height: 32px;
}
.about-team-copy > blockquote {
  min-height: 110px;
  margin: 20px 0 0;
  padding: 15px 20px;
  border: solid #be9452;
  border-width: 1px 1px 1px 6px;
  border-radius: 0 15px 15px 0;
  background: #f5e9d2;
  font-family: "Spectral", serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  font-style: italic;
  color: #16324f;
}
.about-team-photo {
  width: 100%;
  height: 745px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 35px rgba(7, 24, 48, 0.16);
}
.about-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-team-photo a {
  position: absolute;
  left: 24px;
  bottom: 20px;
  width: max-content;
  max-width: calc(100% - 48px);
  min-height: 60px;
  padding: 12px 20px 12px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  background: #fff;
  color: #102b46;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
}
.about-team-photo a i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #102b46;
  color: #fff;
  font-size: 11px;
}
.about-team-photo a {
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.about-team-photo a i {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.about-team-photo a:hover,
.about-team-photo a:focus-visible {
  background: #be9452;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(7, 24, 48, 0.24);
}
.about-team-photo a:hover i,
.about-team-photo a:focus-visible i {
  background: #fff;
  color: #102b46;
}
.about-cta {
  width: min(1712px, calc(100% - 208px));
  min-height: 512px;
  margin: 100px auto;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  text-align: center;
}
.about-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cta-shade {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 48, 0.76);
}
.about-cta-copy {
  width: min(1023px, calc(100% - 40px));
  position: relative;
}
.about-cta-copy .eyebrow {
  margin-bottom: 18px;
}
.about-cta h2 {
  margin: 0;
  font-family: "Spectral", serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: -1.2px;
}
.about-cta-copy > p:not(.eyebrow) {
  margin: 28px auto 32px;
  font-size: 22px;
  line-height: 32px;
}
.about-cta-copy > div {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 18px;
}
.about-cta .text-link {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1100px) {
  .about-page .wrap {
    width: calc(100% - 40px);
  }
  .about-hero {
    min-height: 520px;
  }
  .about-hero-copy {
    padding-top: 90px;
  }
  .about-origin,
  .about-purpose,
  .about-team {
    padding-block: 50px;
  }
  .about-purpose {
    min-height: 0;
  }
  .about-team {
    min-height: 0;
  }
  .about-origin-grid,
  .about-purpose-grid,
  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about-origin figure {
    width: 100%;
    height: auto;
    aspect-ratio: 724/700;
  }
  .about-belief {
    min-height: 0;
    padding: 70px 20px;
  }
  .about-team-photo {
    height: auto;
    aspect-ratio: 712/620;
    order: 2;
  }
  .about-cta {
    width: calc(100% - 40px);
    margin-block: 50px;
  }
  .about-purpose aside {
    max-width: none;
  }
  .about-team-copy {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .about-origin-grid .about-copy {
    order: 1;
  }
  .about-origin-grid figure {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-hero {
    min-height: 420px;
  }
  .about-hero > img {
    object-position: right center;
  }
  .about-hero-copy {
    padding-top: 100px;
  }
  .about-hero-copy > p:last-child {
    width: min(580px, 62%);
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .about-hero {
    min-height: 400px;
  }
  .about-hero-copy {
    min-height: 400px;
    height: auto;
  }
  .about-hero > img {
    object-position: right center;
  }
  .about-hero-shade {
    background: rgba(7, 24, 48, 0.68);
  }
  .about-hero-copy {
    justify-content: center;
    padding: 70px 0 0;
  }
  .about-hero-copy > p:last-child {
    width: 100%;
    font-size: 17px;
    line-height: 26px;
  }
  .about-origin,
  .about-purpose,
  .about-team {
    padding-block: 35px;
  }
  .about-origin-grid,
  .about-purpose-grid,
  .about-team-grid {
    gap: 34px;
  }
  .about-origin figure {
    height: auto;
    aspect-ratio: 724/932;
    border-radius: 18px;
  }
  .about-copy h2,
  .about-team h2 {
    margin-bottom: 26px;
  }
  .about-copy > p:not(.eyebrow),
  .about-team-copy > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .about-belief {
    padding: 45px 20px;
  }
  .about-belief blockquote {
    padding: 28px 20px;
    font-size: 24px;
    line-height: 33px;
  }
  .about-purpose aside blockquote {
    padding-left: 20px;
    font-size: 24px;
    line-height: 33px;
  }
  .about-stats {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }
  .about-stats article {
    min-height: 118px;
    padding: 20px;
  }
  .about-stats strong {
    font-size: 34px;
    line-height: 42px;
  }
  .about-stats span {
    font-size: 17px;
    line-height: 26px;
  }
  .about-team-copy > blockquote {
    font-size: 24px;
    line-height: 33px;
  }
  .about-team-photo {
    aspect-ratio: 712/769;
    border-radius: 18px;
  }
  .about-team-photo a {
    left: 16px;
    bottom: 16px;
    width: max-content;
    max-width: calc(100% - 32px);
    min-height: 46px;
    padding: 8px 16px 8px 10px;
    gap: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .about-team-photo a i {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .about-cta {
    min-height: 610px;
    margin-block: 35px;
    border-radius: 20px;
  }
  .about-cta-copy > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 26px;
  }
  .about-cta h2 {
    font-size: 42px;
    line-height: 45px;
  }
  .about-cta-copy > div {
    flex-direction: column;
  }
  .about-cta-copy .button {
    width: 100%;
  }
}

/* Shared Footer — Figma node 5347:508 */
.site-footer {
  padding: 100px 0 0;
  background: #071830;
  color: #fff;
}
.site-footer .wrap {
  width: min(1720px, calc(100% - 60px));
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(300px, 560px) minmax(0, 860px);
  gap: 8vw;
  justify-content: space-between;
  width: 100%;
}
.footer-brand {
  width: 100%;
}
.footer-brand > img,
.footer-top > div > img {
  width: 326px;
  height: 117px;
  object-fit: contain;
}
.footer-brand > p,
.footer-top > div > p {
  width: 100%;
  margin: 23px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.socials {
  display: flex;
  gap: 12px;
  margin-top: 23px;
}
.socials a,
.socials .social-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #be9452;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.socials a i,
.socials .social-icon i {
  display: block;
  line-height: 16px;
}
.socials a img,
.socials .social-icon img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: filter 0.25s ease;
}
.footer-top nav {
  display: grid;
  grid-template-columns: minmax(150px, 188px) minmax(260px, 335px);
  gap: 5vw;
  justify-content: space-between;
  width: 100%;
}
.footer-top nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.footer-company h2,
.footer-top nav h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.footer-company {
  padding-bottom: 34px;
}
.footer-menu-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
}
.footer-menu-list li {
  margin: 0;
  padding: 0;
}
.footer-company a,
.footer-top nav a {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
.footer-menu-list a {
  transition: color 0.2s ease;
}
.footer-menu-list a:hover,
.footer-menu-list a:focus-visible,
.footer-menu-list .current-menu-item > a,
.footer-menu-list .current_page_item > a,
.footer-menu-list a[aria-current="page"] {
  color: #be9452;
}
.footer-company a + a {
  margin-top: 10px;
}
.office {
  display: flex !important;
  flex-direction: column !important;
  gap: 25px !important;
}
.office-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}
.office-row > i {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-top: 0;
  border-radius: 50%;
  background: #be9452;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.office-row:first-child > i {
  margin-top: 8px;
}
.office-row > p {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  color: #fff;
}
.office-row span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  line-height: 32px;
}
.office-row strong,
.office-row a {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.footer-disclaimer {
  width: 100%;
  margin: 50px 0 64px;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 97px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom,
.footer-bottom a {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.footer-bottom p {
  margin: 0;
}
.footer-legal-menu-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  list-style: none;
}
.footer-legal-menu-list li {
  margin: 0;
  padding: 0;
}
.footer-legal-menu-list .current-menu-item > a,
.footer-legal-menu-list .current_page_item > a,
.footer-legal-menu-list a[aria-current="page"] {
  color: #be9452;
}

/* Shared Footer — Hover and Keyboard States */
.footer-company a,
.office-row > i,
.office-row a,
.socials a,
.footer-bottom a {
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.footer-company a:focus-visible,
.office-row a:focus-visible,
.socials a:focus-visible,
.footer-bottom a:focus-visible {
  outline: 2px solid #be9452;
  outline-offset: 4px;
}
@media (hover: hover) {
  .footer-company a:hover,
  .office-row a:hover,
  .footer-bottom a:hover {
    color: #be9452;
  }
  .footer-company a:hover {
    transform: translateX(4px);
  }
  .office-row:hover > i {
    background: #fff;
    color: #be9452;
    transform: translateY(-2px);
  }
  .socials a:hover {
    background: #fff;
    color: #be9452;
    transform: translateY(-4px);
  }
  .socials a:hover img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(32%) saturate(905%) hue-rotate(358deg) brightness(93%) contrast(86%);
  }
}
@media (max-width: 1280px) {
  .site-footer {
    padding-block: 50px 0;
  }
  .site-footer .wrap {
    width: calc(100% - 40px);
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .footer-brand > p,
  .footer-top > div > p {
    width: auto;
  }
  .footer-top nav {
    grid-template-columns: 160px 1fr;
    gap: 45px;
    width: 100%;
  }
  .footer-disclaimer {
    margin-block: 50px 30px;
  }
}
@media (max-width: 767px) {
  .site-footer,
  .about-page .site-footer {
    padding-top: 35px;
  }
  .footer-brand > img,
  .footer-top > div > img {
    width: 260px;
    height: auto;
  }
  .footer-top {
    gap: 40px;
  }
  .footer-top nav {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-brand > p,
  .footer-top > div > p {
    font-size: 17px;
    line-height: 26px;
  }
  .socials {
    margin-top: 20px;
  }
  .footer-company h2,
  .footer-top nav h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .footer-company a,
  .footer-top nav a {
    font-size: 17px;
    line-height: 26px;
  }
  .office-row {
    grid-template-columns: 48px 1fr;
  }
  .office-row > i {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
    font-size: 19px;
  }
  .office-row span {
    font-size: 16px;
    line-height: 24px;
  }
  .office-row strong,
  .office-row a {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .footer-bottom,
  .footer-bottom a {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Figma Seller Positions carousel — node 5347:5 */
.situations {
  padding: 96px 0;
  background: #fdfaf4;
  overflow: hidden;
}
.situations .wrap {
  width: min(1720px, calc(100% - 80px));
}
.situations .section-heading {
  max-width: 911px;
  height: 198px;
  margin: 0 auto 40px;
}
.situations .section-heading .eyebrow {
  margin-bottom: 15px;
}
.situations .section-heading h2 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.2px;
}
.situations .section-heading > p:last-child {
  max-width: 911px;
  color: #102b46;
  font-size: 22px;
  line-height: 32px;
}
.situation-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
  user-select: none;
}
.situation-viewport::-webkit-scrollbar {
  display: none;
}
.situation-viewport.is-dragging {
  cursor: grabbing;
}
.situations .situation-grid {
  gap: 30px;
}
.situation-card {
  width: var(--situation-card-width, 262px);
  min-height: 204px;
  flex: 0 0 var(--situation-card-width, 262px);
  padding: 24px 32px 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  scroll-snap-align: start;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(71, 54, 22, 0.06);
  text-align: center;
}
.situation-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #c3964f;
}
.situation-icon img {
  width: 32px;
  height: 32px;
}
.situation-card h3 {
  width: 198px;
  margin: 15px 0 0;
  color: #102b46;
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
@media (max-width: 1440px) {
  .situation-card h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}
.situation-arrows {
  display: flex;
  gap: 14px;
}
.situation-arrow {
  width: 54px;
  height: 54px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #102b46;
  box-shadow: 0 8px 18px rgba(7, 24, 48, 0.08);
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.situation-arrow.next {
  background: #102b46;
  color: #fff;
}
.situation-arrow:hover:not(:disabled) {
  transform: translateY(-2px);
}
.situation-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.situation-progress {
  height: 6px;
  overflow: hidden;
  border-radius: 10px;
  background: #d8dadd;
}
.situation-progress > span {
  display: block;
  width: 46.5%;
  height: 100%;
  border-radius: inherit;
  background: #a36b15;
  transition: width 0.25s ease;
  min-height: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.situation-controls .button {
  width: 347px;
  height: 62px;
  padding: 19px 40px;
  gap: 8px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 24px;
  padding-inline: 28px;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}
.situation-controls .button i {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .situations {
    padding: 50px 0;
  }
  .situations .wrap {
    width: calc(100% - 40px);
  }
  .situations .section-heading {
    height: auto;
  }
  .situation-viewport {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
  }
  .situation-grid {
    gap: 20px;
  }
  .situation-card {
    width: var(--situation-card-width, calc((100vw - 80px) / 3));
    flex: 0 0 var(--situation-card-width, calc((100vw - 80px) / 3));
  }
  .situation-controls {
    grid-template-columns: 122px 1fr;
    gap: 30px;
    height: auto;
  }
  .situation-controls .button {
    grid-column: 1/-1;
    width: max-content;
    max-width: 100%;
    justify-self: end;
  }
}
@media (max-width: 767px) {
  .situations {
    padding: 35px 0;
  }
  .situations .section-heading {
    margin-bottom: 30px;
  }
  .situations .section-heading h2 {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
  .situations .section-heading > p:last-child {
    font-size: 17px;
    line-height: 27px;
  }
  .situation-card {
    width: var(--situation-card-width, calc(100vw - 40px));
    max-width: none;
    flex: 0 0 var(--situation-card-width, calc(100vw - 40px));
    height: 190px;
    padding: 34px 24px;
  }
  .situation-card h3 {
    font-size: 21px;
    line-height: 27px;
  }
  .situation-controls {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .situation-progress {
    width: 100%;
    grid-row: 1;
  }
  .situation-controls .button {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
  }
  .situation-arrows {
    grid-row: 2;
    justify-self: center;
    gap: 10px;
  }
  .situation-arrow {
    width: 49px;
    height: 49px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .situation-viewport {
    scroll-behavior: auto;
  }
  .situation-progress > span,
  .situation-arrow {
    transition: none;
  }
}
.analysis .value-card li > img {
  align-self: center;
  justify-self: end;
  width: 30px;
  height: 30px;
  filter: invert(42%) sepia(83%) saturate(635%) hue-rotate(357deg)
    brightness(88%) contrast(91%);
  width: 32px;
  height: 32px;
  filter: none;
}
@media (max-width: 767px) {
  .analysis .value-card li > img {
    width: 24px;
    height: 24px;
  }
}
/* Figma market analysis — node 5347:132 */
/* Keep legacy situation-grid span rules from affecting the carousel UI. */
.situation-grid .situation-icon {
  width: 56px;
  height: 56px;
  min-height: 56px;
  flex: 0 0 56px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #c3964f;
  box-shadow: none;
}

/* Figma The Team — node 5347:317 */
.team {
  padding: 100px 0;
  background: #102b46;
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.team .wrap {
  width: min(1720px, calc(100% - 60px));
}
.team-copy .eyebrow {
  margin-bottom: 30px;
  justify-content: flex-start;
}
.team-copy h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.2px;
}
.team-copy > p:not(.eyebrow) {
  margin: 0 0 20px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.team-copy > p:nth-of-type(2) {
  margin-bottom: 0;
}
.team-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.team-stats article {
  height: 100%;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}
.team-stats strong {
  color: #c99a4d;
  font-family: "Spectral", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.team-stats span {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.team-copy blockquote {
  min-height: 150px;
  margin: 20px 0 0;
  padding: 13px 18px;
  border: 0;
  border-left: 5px solid #c99a4d;
  border-radius: 0 14px 14px 0;
  background: #f6e9ce;
  color: #102b46;
  font-family: "Spectral", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.48px;
}
.team-photo {
  width: 100%;
  height: 745px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 40px 80px -45px rgba(16, 43, 70, 0.5);
  display: flex;
  justify-content: flex-end;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-photo a {
  position: absolute;
  left: 24px;
  bottom: 20px;
  min-height: 60px;
  padding: 12px 20px 12px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  background: #fff;
  color: #102b46;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.team-photo a i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #102b46;
  color: #fff;
  font-size: 12px;
}
.team-photo a,
.team-photo a i {
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.team-photo a:hover,
.team-photo a:focus-visible {
  background: #be9452;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(7, 24, 48, 0.24);
}
.team-photo a:hover i,
.team-photo a:focus-visible i {
  background: #fff;
  color: #102b46;
}
@media (max-width: 1280px) {
  .team {
    padding-block: 50px;
  }
  .team .wrap {
    width: calc(100% - 40px);
  }
  .team-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.75fr) !important;
    gap: 40px;
  }
  .team-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 699/745;
  }
  .team-stats article {
    height: auto;
    min-height: 150px;
  }
}
@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: 1fr !important;
  }
  .team-photo {
    max-width: 699px;
    margin-inline: auto;
  }
  .team-copy h2 br {
    display: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .team-grid {
    gap: 34px;
  }
  .team-stats {
    grid-template-columns: 1fr;
  }
  .team-copy h2 {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
  .team-copy > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 27px;
  }
  .team-stats article {
    min-height: 118px;
    padding: 20px;
    border-radius: 18px;
  }
  .team-copy blockquote {
    min-height: 0;
    margin-top: 14px;
    padding: 18px 16px;
    font-size: 22px;
    line-height: 30px;
  }
  .team-photo {
    border-radius: 18px;
  }
  .team-photo a {
    left: 16px;
    bottom: 16px;
    min-height: 52px;
    font-size: 16px;
    line-height: 20px;
  }
  .team-photo a i {
    width: 30px;
    height: 30px;
  }
}
.team-copy .eyebrow:before {
  display: block;
}
.team-copy .eyebrow:after {
  display: none;
}
.team-stats article span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  text-align: left;
  box-shadow: none;
}
@media (max-width: 900px) {
}

/* Figma Education — node 5347:277 */
.resources {
  padding: 100px 0;
  background: #fff;
  color: #102b46;
  display: block;
}
.resources .wrap {
  width: min(1720px, calc(100% - 60px));
}
.resources .section-heading {
  width: 905px;
  max-width: 905px;
  height: 263px;
  margin: 0 auto 40px;
}
.resources .section-heading .eyebrow {
  margin-bottom: 15px;
}
.resources .section-heading h2 {
  margin-bottom: 30px;
  color: #102b46;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.2px;
}
.video-grid article {
  width: calc((100% - 62px) / 3);
  flex: 0 0 calc((100% - 62px) / 3);
  min-height: 431px;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 65px -34px rgba(84, 58, 12, 0.28);
}
.video-thumb {
  height: 311px;
  position: relative;
  display: block;
  overflow: hidden;
}
.video-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 48, 0.28);
}
.video-thumb img {
  width: 100%;
  height: 311px;
  aspect-ratio: auto;
  object-fit: cover;
}
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  color: #102b46;
  transition: transform 0.2s ease;
}
.video-play i {
  margin-left: 3px;
  font-size: 17px;
}
.video-thumb:hover .video-play {
  transform: translate(-50%, -50%) scale(1.06);
}
.video-grid article > p,
.video-grid .text-link {
  display: none;
}
.resources-cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.resources-cta .button-gold:hover,
.resources-cta .button-gold:focus-visible {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.resources a.button.button-gold:hover {
  background: var(--navy) !important;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .resources {
    padding-block: 50px;
  }
  .resources .wrap {
    width: calc(100% - 40px);
  }
  .resources .section-heading {
    width: 100%;
    height: auto;
  }
  .video-grid {
    display: flex;
  }
  .video-grid article {
    width: calc((100% - 31px) / 2);
    flex-basis: calc((100% - 31px) / 2);
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .resources .section-heading {
    margin-bottom: 30px;
  }
  .resources-cta {
    margin-top: 30px;
  }
  .resources-cta .button {
    width: 100%;
  }
  .resources .section-heading h2 {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
  .video-grid {
    display: flex;
  }
  .video-grid article {
    width: 100%;
    flex-basis: 100%;
    max-width: none;
  }
  .video-thumb,
  .video-thumb img {
    height: auto;
    aspect-ratio: 553/312;
  }
  .video-grid h3 {
    padding: 30px 2px;
    font-size: 21px;
    line-height: 27px;
    margin-left: 15px !important;
  }
  .video-play {
    width: 58px;
    height: 58px;
  }
}
.video-play img {
  width: 13px;
  height: 15px;
  margin-left: 3px;
  object-fit: contain;
}

/* Keep the Team story control over the photo, matching the Figma composition. */
.team .team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team .team-photo a {
  z-index: 2;
}

/* Figma Common Questions — node 5347:181 */
.faq {
  padding: 100px 0;
  background: #f7f2e8;
  color: #102b46;
  display: block;
}
.faq .wrap {
  width: min(1720px, calc(100% - 60px));
}
.faq-intro {
  width: 464px;
}
.faq-intro .eyebrow {
  margin-bottom: 11px;
  justify-content: flex-start;
}
.faq-intro .eyebrow:before {
  display: block;
}
.faq-intro .eyebrow:after {
  display: none;
}
.faq-intro h2 {
  margin-bottom: 20px;
  color: #102b46;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.2px;
}
.faq-intro > p:last-child {
  width: 435px;
  margin: 0;
  color: #102b46;
  font-size: 22px;
  line-height: 32px;
}
.accordion .answer p {
  margin: 0;
  padding: 0 17px 28px 0;
  color: #102b46;
  font-size: 22px;
  line-height: 32px;
}
.accordion article:first-child button {
  min-height: 81px;
}
.accordion article:first-child .answer p {
  min-height: 199px;
}
@media (max-width: 1280px) {
  .faq {
    padding-block: 50px;
  }
  .faq .wrap {
    width: calc(100% - 40px);
  }
  .faq-grid {
    grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
    gap: 60px;
  }
  .faq-intro,
  .faq-intro > p:last-child,
  .accordion {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-block: 35px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .faq-intro h2 {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: -0.8px;
  }
  .faq-intro > p:last-child {
    font-size: 17px;
    line-height: 27px;
  }
  .accordion button span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 18px;
    line-height: 18px;
  }
  .accordion .answer p {
    padding: 0 0 24px;
    font-size: 17px;
    line-height: 27px;
  }
  .accordion article:first-child .answer p {
    min-height: 0;
  }
}
.faq .faq-grid > .faq-intro > p:last-child:not(.eyebrow) {
  color: #102b46;
}
.accordion .answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 0.42s ease,
    opacity 0.28s ease,
    visibility 0s linear 0.42s;
}
.accordion .answer.is-open {
  opacity: 1;
  visibility: visible;
  transition:
    max-height 0.42s ease,
    opacity 0.32s ease,
    visibility 0s linear 0s;
}
.accordion button[aria-expanded="true"] span {
  transform: rotate(90deg);
}
@media (prefers-reduced-motion: reduce) {
  .accordion .answer,
  .accordion button span {
    transition: none;
  }
}
.accordion button span img {
  margin: 0;
  display: block;
}
.accordion button span img[src$="accordion-close.svg"] {
  width: 8px;
  height: 8px;
}
.accordion button span img[src$="accordion-plus.svg"] {
  width: 11px;
  height: 11px;
}

/* Figma final CTA — node 5347:478 */
.final-cta {
  min-height: 712px;
  padding: 100px max(40px, calc((100% - 1720px) / 2));
  position: relative;
  display: grid;
  place-items: center;
  background: #fff;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.final-cta > img,
.final-cta > .cta-shade {
  position: absolute;
  top: 100px;
  right: auto;
  bottom: 100px;
  left: 50%;
  width: min(1720px, calc(100% - 80px));
  max-width: none;
  height: 512px;
  transform: translateX(-50%);
  border-radius: 40px;
}
.final-cta > .cta-shade {
  background: #102b46;
}
.final-copy .eyebrow {
  margin: 0 0 11px;
  color: #be9452;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: 600;
}
.final-copy h2 {
  margin: 0 0 30px;
  color: #f6f1e8;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.2px;
}
.final-copy .button {
  height: 62px;
  min-height: 62px;
  padding: 19px 33px;
  gap: 8px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
.final-copy .button-gold {
  width: 284px;
  background: #be9452;
}
.final-copy .button-outline-light {
  width: 277px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(253, 250, 244, 0.4);
}
.final-copy .button i,
.final-copy > .text-link i {
  font-size: 12px;
  line-height: 12px;
}
@media (max-width: 1024px) {
  .final-cta {
    min-height: 612px;
    padding: 50px 20px;
  }
  .final-cta > img,
  .final-cta > .cta-shade {
    inset: 50px 20px;
    width: calc(100% - 40px);
    height: calc(100% - 100px);
    max-width: 100%;
    transform: none;
  }
  .final-copy {
    width: min(820px, calc(100% - 40px));
  }
  .final-copy h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .final-cta > img,
  .final-cta > .cta-shade {
    inset: 35px 20px;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    border-radius: 24px;
  }
  .final-copy {
    width: calc(100% - 40px);
  }
  .final-copy h2 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
  .final-copy > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 27px;
  }
  .final-copy .button,
  .final-copy .button-gold,
  .final-copy .button-outline-light {
    width: 100%;
    height: auto;
    min-height: 56px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .final-copy > .text-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.final-copy .button img {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}
.final-copy > .text-link img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.cta-shade ~ .final-copy > div .button > img {
  display: none;
}
.cta-shade ~ .final-copy > div .button:after {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 7.5H11.875' stroke='%23FDFAF4' stroke-width='1.09375' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 3.125L11.875 7.5L7.5 11.875' stroke='%23FDFAF4' stroke-width='1.09375' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.video-lightbox {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 20px;
  border: 0;
  background: rgba(7, 24, 48, 0.4);
}
.video-lightbox::backdrop {
  background: rgba(7, 24, 48, 0.4);
}
.video-lightbox[open] {
  display: grid;
  place-items: center;
}
.video-lightbox-panel {
  width: min(1100px, calc((100vh - 40px) * 16 / 9), 100%);
  position: relative;
  border-radius: 20px;
  background: #071830;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}
.video-lightbox iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  border-radius: 20px;
  background: #000;
}
.video-lightbox.is-vertical .video-lightbox-panel {
  width: min(430px, calc((100vh - 40px) * 9 / 16), 100%);
}
.video-lightbox.is-vertical iframe {
  aspect-ratio: 9 / 16;
}
.video-lightbox-close {
  position: absolute;
  right: -16px;
  top: -16px;
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #102b46;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  cursor: pointer;
}
.video-lightbox-close:hover {
  background: #be9452;
}
.video-lightbox-close:focus-visible {
  outline: 3px solid #e4b868;
  outline-offset: 3px;
}
body:has(.video-lightbox[open]) {
  overflow: hidden;
}

/* Responsive heading scale. */
@media (max-width: 1024px) {
  body main h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    letter-spacing: -0.8px !important;
  }
  body main h2 {
    font-size: 36px !important;
    line-height: 46px !important;
    letter-spacing: -0.72px !important;
  }
  .footer-disclaimer {
    padding: 0;
    font-size: 18px;
    line-height: 31px;
  }
  .footer-bottom,
  .footer-bottom a {
    font-size: 18px;
  }
  .office-row span {
    font-size: 17px;
    line-height: 31px;
  }
  .office-row strong,
  .office-row a {
    font-size: 17px;
    line-height: 27px;
  }
  .footer-company a,
  .footer-top nav a {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 620px;
  }
  .hero-copy {
    padding-top: 80px;
  }
  body main h1 {
    font-size: 35px !important;
    line-height: 45px !important;
    letter-spacing: -0.7px !important;
  }
  body main h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: -0.6px !important;
  }
  body main h3 {
    font-size: 19px !important;
    line-height: 29px !important;
  }
  .button {
    font-size: 16px !important;
  }
  body main p {
    font-size: 15px !important;
  }
  body main ul li {
    font-size: 15px !important;
  }
  .analysis .value-card li:last-child {
    border: 1px solid #dfc99f;
  }
  .situation-controls .button {
    justify-self: center;
  }
  .team-stats span {
    font-size: 16px;
  }
  .site-footer,
  .about-page .site-footer {
    padding-top: 30px;
  }
  .footer-top {
    gap: 28px;
    padding-bottom: 25px;
  }
  .footer-top nav {
    gap: 28px;
  }
  .footer-company {
    padding-bottom: 4px;
  }
  .office {
    gap: 20px !important;
  }
  .office-row strong,
  .office-row a {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .footer-disclaimer {
    margin: 28px 0 22px;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .footer-bottom {
    min-height: 0;
    padding: 22px 0 26px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .footer-bottom,
  .footer-bottom a {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-legal-menu-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
  .experience-panel {
    padding: 32px 16px;
    border-radius: 20px;
  }
  .experience-panel h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 24px;
  }
  .experience-cards {
    gap: 16px;
    margin-top: 26px;
  }
  .experience-cards article {
    min-height: 0;
    padding: 20px 18px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    border-radius: 18px;
  }
  .experience-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }
  .experience-card-icon img {
    width: 28px;
    height: 28px;
  }
  .experience-cards article > div {
    min-width: 0;
  }
  .experience-cards h4 {
    margin: 1px 0 12px;
    font-size: 20px;
    line-height: 26px;
  }
  .experience-cards ul {
    margin: 0;
    padding-left: 18px;
    font-size: 15px;
    line-height: 24px;
  }
  .experience-cards li + li {
    margin-top: 6px;
  }
  .video-lightbox {
    padding: 16px;
  }
  .video-lightbox-panel,
  .video-lightbox iframe {
    border-radius: 14px;
  }
  .video-lightbox-close {
    right: -8px;
    top: -20px;
    width: 42px;
    height: 42px;
  }
  .video-lightbox.is-vertical .video-lightbox-panel {
    width: min(390px, calc((100vh - 32px) * 9 / 16), 100%);
  }
}

@media (max-width: 990px) {
  .faq .wrap {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
  }
}

/* FAQ page — Figma node 5347:794 */
.faq-page-hero {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.faq-page-hero-images {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.faq-page-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.faq-page-hero-image-right {
  left: 0;
}
.faq-page-hero-image-left {
  display: none;
}
.faq-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.faq-page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #041424 0%, rgba(4, 20, 36, 0.6) 41%, rgba(4, 20, 36, 0.1) 100%);
}
.faq-page-hero-copy {
  min-height: 540px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 110px;
}
.faq-page-hero-copy .eyebrow {
  margin-bottom: 24px;
}
.faq-page-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.faq-page-hero h1 em {
  color: #be9452;
  font-weight: 400;
}
.faq-page-hero-copy > p:last-child {
  width: min(680px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
  line-height: 32px;
}
.faq-page-quote {
  min-height: 340px;
  padding: 100px 40px;
  display: grid;
  place-items: center;
  background: #f7f1e6;
}
.faq-page-quote blockquote {
  width: min(1310px, 100%);
  min-height: 140px;
  margin: 0;
  padding: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #be9452;
  border-radius: 15px;
  background: #f5e9d2;
  color: #102b46;
  font-family: "Spectral", serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  font-style: italic;
  text-align: center;
}
.faq-page-questions {
  padding: 120px 40px;
  background: #fdfaf4;
  color: #102b46;
}
.faq-page-questions-inner {
  width: min(1100px, 100%);
  margin-inline: auto;
}
.faq-page-heading {
  margin-bottom: 35px;
}
.faq-page-heading .eyebrow {
  margin-bottom: 16px;
}
.faq-page-heading h2 {
  margin: 0;
  color: #102b46;
}
.faq-page-heading h2 em {
  color: #be9452;
}
.faq-page-accordion {
  border-top: 0;
  display: flex;
  flex-direction: column;
}
.faq-page-accordion .faq-page-category {
  margin: 15px 0 35px;
  color: #be9452;
  font-family: "Spectral", serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.64px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.faq-page-accordion .faq-page-category:first-child {
  margin-top: 0;
}
.faq-page-accordion article {
  min-height: 100px;
  margin: 0 0 25px;
  padding-top: 2px;
  overflow: hidden;
  border: 0;
  background: transparent;
}
.faq-page-accordion .faq-page-category:nth-of-type(4) ~ article {
  margin-bottom: 25px;
}
.faq-page-accordion .faq-page-category:nth-of-type(4) ~ article:last-child {
  margin-bottom: 0;
}
.faq-page-accordion h4 {
  margin: 0;
}
.faq-page-accordion article:first-of-type {
  border-top: 0;
}
.faq-page-accordion .answer[hidden] {
  display: none;
}
.faq-page-accordion .faq-page-category:first-child ~ article:nth-of-type(5) {
  min-height: 98px;
  padding-top: 0;
}
.faq-page-accordion button {
  min-height: 98px;
  padding: 28px 36px;
  border: 1px solid rgba(16, 43, 70, 0.1);
  border-radius: 14px;
  background: #fff;
  transition:
    border-radius 0.32s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}
.faq-page-accordion button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: #102b46;
  color: transparent;
  font-size: 0;
  background-image: url("assets/images/accordion-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.faq-page-accordion button[aria-expanded="true"] span {
  background-image: url("assets/images/accordion-close.svg");
  background-position: 50% 50%;
  background-size: 23px 23px;
  transform: none;
}
.faq-page-accordion .answer {
  --faq-answer-open-padding-bottom: 28px;
  margin: 0;
  padding: 0 36px;
  border: 0 solid transparent;
  border-radius: 0 0 14px 14px;
  background: #fff;
  transition:
    max-height 0.42s ease,
    opacity 0.28s ease,
    visibility 0s linear 0.42s,
    margin-top 0.32s ease,
    padding-bottom 0.32s ease,
    border-color 0.25s ease;
}
.faq-page-accordion .answer.is-open {
  margin-top: -14px;
  padding: 0 36px 28px;
  border: 1px solid rgba(16, 43, 70, 0.1);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: #fff;
  transition:
    max-height 0.42s ease,
    opacity 0.32s ease,
    visibility 0s linear 0s,
    margin-top 0.32s ease,
    padding-bottom 0.32s ease,
    border-color 0.25s ease;
}
.faq-page-accordion button[aria-expanded="true"] {
  border-radius: 14px 14px 0 0;
}
.faq-page-accordion .answer p {
  min-height: 0;
  padding: 0 60px 0 0;
}
.faq-page-accordion .answer a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .faq-page-hero,
  .faq-page-hero-copy {
    min-height: 430px;
  }
  .faq-page-hero-image-left {
    display: none;
  }
  .faq-page-hero-image-right {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
  .faq-page-hero > .faq-page-hero-images + .faq-page-hero-shade {
    background: linear-gradient(90deg, #041424 0%, rgba(4, 20, 36, 0.6) 58%, rgba(4, 20, 36, 0.18) 100%);
  }
  .faq-page-hero-copy {
    padding-top: 110px;
  }
  .faq-page-hero h1 {
    max-width: 430px;
  }
  .faq-page-hero-copy > p:last-child {
    width: 530px;
    font-size: 18px;
    line-height: 28px;
  }
  .faq-page-quote {
    min-height: 260px;
    padding: 60px 40px;
  }
  .faq-page-quote blockquote {
    font-size: 27px;
    line-height: 36px;
  }
  .faq-page-questions {
    padding: 55px 40px;
  }
  .faq-page-accordion button {
    min-height: 88px;
    padding: 22px 24px;
    font-size: 26px;
    line-height: 35px;
  }
  .faq-page-accordion .answer {
    --faq-answer-open-padding-bottom: 24px;
    padding: 0 24px;
  }
  .faq-page-accordion .answer.is-open {
    padding: 0 24px 24px;
  }
}

@media (max-width: 767px) {
  .faq-page-hero,
  .faq-page-hero-copy {
    min-height: 400px;
  }
  .faq-page-hero-image-left {
    display: none;
  }
  .faq-page-hero-image-right {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
  .faq-page-hero-shade {
    background: rgba(7, 24, 48, 0.68);
  }
  .faq-page-hero-copy {
    justify-content: center;
    align-items: flex-start;
    padding: 70px 0 0;
    text-align: left;
  }
  .faq-page-hero-copy .eyebrow {
    margin-bottom: 18px;
  }
  .faq-page-hero-copy .eyebrow:after {
    display: block;
  }
  .faq-page-hero-copy > p:last-child {
    margin-top: 18px;
    font-size: 17px;
    line-height: 27px;
  }
  .faq-page-quote {
    min-height: 0;
    padding: 50px 20px;
  }
  .faq-page-quote blockquote {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 12px;
    font-size: 23px;
    line-height: 32px;
  }
  .faq-page-questions {
    padding: 35px 20px;
  }
  .faq-page-heading {
    margin-bottom: 28px;
  }
  .faq-page-accordion .faq-page-category {
    margin: 12px 0 22px;
    font-size: 25px;
    line-height: 34px;
  }
  .faq-page-accordion article {
    min-height: 0;
    margin-bottom: 16px;
    padding-top: 0;
  }
  .faq-page-accordion .faq-page-category:nth-of-type(4) ~ article {
    margin-bottom: 16px;
  }
  .faq-page-accordion .faq-page-category:nth-of-type(4) ~ article:last-child {
    margin-bottom: 0;
  }
  .faq-page-accordion button {
    min-height: 76px;
    padding: 15px 18px;
    gap: 14px;
    border-radius: 12px;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: -0.3px;
  }
  .faq-page-accordion .answer {
    --faq-answer-open-padding-bottom: 20px;
    margin: 0;
    padding: 0 18px;
  }
  .faq-page-accordion .answer.is-open {
    margin-top: -12px;
    padding: 0 18px 20px;
    border-radius: 0 0 12px 12px;
  }
  .faq-page-accordion .answer p {
    padding-right: 0;
  }
}

@media (max-width: 360px) {
  .faq-page-questions {
    padding: 48px 16px;
  }
  .faq-page-accordion .faq-page-category {
    font-size: 24px;
    line-height: 32px;
  }
  .faq-page-accordion button {
    min-height: 72px;
    padding: 14px 16px;
    font-size: 20px;
    line-height: 28px;
  }
  .faq-page-accordion button span {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
  .faq-page .final-copy .eyebrow {
    gap: 8px;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
  }
  .faq-page .final-copy .eyebrow::before,
  .faq-page .final-copy .eyebrow::after {
    width: 20px;
  }
}

/* Homepage interactive color states */
.home .button-gold:hover,
.home .button-gold:focus-visible {
  border-color: #fdfaf4;
  background: #fdfaf4;
  color: var(--navy);
}
.home .button-gold img,
.home .button-gold::after {
  transition: filter 0.2s ease;
}
.home .button-gold:hover img,
.home .button-gold:focus-visible img,
.home .button-gold:hover::after,
.home .button-gold:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(9%) sepia(22%) saturate(2105%) hue-rotate(176deg) brightness(91%) contrast(105%);
}
.home .button-outline-light:hover,
.home .button-outline-light:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.home .button-dark:hover,
.home .button-dark:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.home .hero-copy > .text-link,
.home .experience-link .text-link,
.home .final-copy > .text-link {
  transition: color 0.2s ease, border-color 0.2s ease;
}
.home .hero-copy > .text-link {
  border-bottom: 0;
}
.home .final-copy > .text-link {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.home .hero-copy > .text-link span {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-color: currentColor;
}
.home .hero-copy > .text-link:hover,
.home .hero-copy > .text-link:focus-visible,
.home .experience-link .text-link:hover,
.home .experience-link .text-link:focus-visible,
.home .final-copy > .text-link:hover,
.home .final-copy > .text-link:focus-visible {
  color: var(--gold);
}
.home .hero-copy > .text-link:hover,
.home .hero-copy > .text-link:focus-visible,
.home .final-copy > .text-link:hover,
.home .final-copy > .text-link:focus-visible {
  border-bottom-color: #be9452;
}
.home .experience-link .text-link img,
.home .final-copy > .text-link img {
  transition: filter 0.2s ease;
}
.home .experience-link .text-link:hover img,
.home .experience-link .text-link:focus-visible img,
.home .final-copy > .text-link:hover img,
.home .final-copy > .text-link:focus-visible img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(31%) saturate(878%) hue-rotate(357deg) brightness(91%) contrast(87%);
}

/* Inner-page shared CTA hover states */
.about-page .final-cta .button-gold:hover,
.about-page .final-cta .button-gold:focus-visible,
.faq-page .final-cta .button-gold:hover,
.faq-page .final-cta .button-gold:focus-visible,
.videos-resources-page .final-cta .button-gold:hover,
.videos-resources-page .final-cta .button-gold:focus-visible,
.contact-page .final-cta .button-gold:hover,
.contact-page .final-cta .button-gold:focus-visible {
  border-color: #fdfaf4;
  background: #fdfaf4;
  color: var(--navy);
}
.about-page .final-cta .button-gold img,
.about-page .final-cta .button-gold::after,
.faq-page .final-cta .button-gold img,
.faq-page .final-cta .button-gold::after,
.videos-resources-page .final-cta .button-gold img,
.videos-resources-page .final-cta .button-gold::after,
.contact-page .final-cta .button-gold img,
.contact-page .final-cta .button-gold::after {
  transition: filter 0.2s ease;
}
.about-page .final-cta .button-gold:hover img,
.about-page .final-cta .button-gold:focus-visible img,
.about-page .final-cta .button-gold:hover::after,
.about-page .final-cta .button-gold:focus-visible::after,
.faq-page .final-cta .button-gold:hover img,
.faq-page .final-cta .button-gold:focus-visible img,
.faq-page .final-cta .button-gold:hover::after,
.faq-page .final-cta .button-gold:focus-visible::after,
.videos-resources-page .final-cta .button-gold:hover img,
.videos-resources-page .final-cta .button-gold:focus-visible img,
.videos-resources-page .final-cta .button-gold:hover::after,
.videos-resources-page .final-cta .button-gold:focus-visible::after,
.contact-page .final-cta .button-gold:hover img,
.contact-page .final-cta .button-gold:focus-visible img,
.contact-page .final-cta .button-gold:hover::after,
.contact-page .final-cta .button-gold:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(9%) sepia(22%) saturate(2105%) hue-rotate(176deg) brightness(91%) contrast(105%);
}
.about-page .final-cta .button-outline-light:hover,
.about-page .final-cta .button-outline-light:focus-visible,
.faq-page .final-cta .button-outline-light:hover,
.faq-page .final-cta .button-outline-light:focus-visible,
.videos-resources-page .final-cta .button-outline-light:hover,
.videos-resources-page .final-cta .button-outline-light:focus-visible,
.contact-page .final-cta .button-outline-light:hover,
.contact-page .final-cta .button-outline-light:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.about-page .final-copy > .text-link,
.faq-page .final-copy > .text-link,
.videos-resources-page .final-copy > .text-link,
.contact-page .final-copy > .text-link {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.final-cta .final-copy > .text-link {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.final-cta .final-copy > .text-link:hover,
.final-cta .final-copy > .text-link:focus-visible {
  color: var(--gold);
  border-bottom-color: #be9452;
}
.about-page .final-copy > .text-link:hover,
.about-page .final-copy > .text-link:focus-visible,
.faq-page .final-copy > .text-link:hover,
.faq-page .final-copy > .text-link:focus-visible,
.videos-resources-page .final-copy > .text-link:hover,
.videos-resources-page .final-copy > .text-link:focus-visible,
.contact-page .final-copy > .text-link:hover,
.contact-page .final-copy > .text-link:focus-visible {
  color: var(--gold);
  border-bottom-color: #be9452;
}
.about-page .final-copy > .text-link img,
.faq-page .final-copy > .text-link img,
.videos-resources-page .final-copy > .text-link img,
.contact-page .final-copy > .text-link img {
  transition: filter 0.2s ease;
}
.about-page .final-copy > .text-link:hover img,
.about-page .final-copy > .text-link:focus-visible img,
.faq-page .final-copy > .text-link:hover img,
.faq-page .final-copy > .text-link:focus-visible img,
.videos-resources-page .final-copy > .text-link:hover img,
.videos-resources-page .final-copy > .text-link:focus-visible img,
.contact-page .final-copy > .text-link:hover img,
.contact-page .final-copy > .text-link:focus-visible img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(31%) saturate(878%) hue-rotate(357deg) brightness(91%) contrast(87%);
}

.video-grid h3 {
  margin-left: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  a.text-link.light {
    font-size: 15px;
    font-weight: 600;
  }
}

/* Consistent large-desktop gutters for shared page sections and final CTA */
@media (min-width: 1601px) {
  .home main .wrap {
    width: min(1720px, calc(100% - 200px));
  }
  main .final-cta {
    padding-right: max(100px, calc((100% - 1720px) / 2));
    padding-left: max(100px, calc((100% - 1720px) / 2));
  }
  main .final-cta > img,
  main .final-cta > .cta-shade {
    right: auto;
    left: 50%;
    width: min(1720px, calc(100% - 200px));
    transform: translateX(-50%);
  }
}
