.tradesPage,
.tradesPage.pageContent {
  max-width: 100% !important;
  width: 100% !important;
  padding: 70px 0;
  margin: 0;
}
.featureCard {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-divider-color);
  gap: 24px;
}
.tradesDirectoryHero,
.tradeCta,
.directoryCta {
  gap: 18px;
}
.tradesDirectoryHero {
  align-items: center;
  margin-bottom: 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.tradesDirectoryHero .subHeading,
.tradeCta p {
  margin: 0;
  line-height: 1.55;
}
.tradeSectionBand {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 0;
  border-radius: 0;
}
.tradeSectionBand.sectionWhite {
  background: transparent;
}
.tradeSectionBand.sectionMuted {
  background: var(--background-contrast-color);
}
.tradeSectionInner {
  max-width: 1000px;
  width: calc(100% - 48px);
  margin: 0 auto;
}
.tradesEyebrow {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  color: #f36424;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.tradesDirectoryGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
.tradeDirectoryCard {
  justify-content: flex-start;
  padding: 0;
  gap: 0;
  overflow: hidden;
  background: white;
  border-color: var(--border-divider-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: inherit;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.tradesIndexDirectory .tradeDirectoryCard,
.tradesIndexDirectory .tradeDirectoryCard * {
  cursor: pointer;
}
.tradeDirectoryCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.11);
  border-color: rgba(243, 100, 36, 0.5);
}
.tradeDirectoryCard:focus-visible {
  outline: 3px solid rgba(243, 100, 36, 0.32);
  outline-offset: 4px;
}
.tradeDirectoryBody {
  padding: 18px 24px 18px;
  gap: 14px;
  flex: 1;
}
.tradesIndexDirectory .tradeDirectoryBody {
  align-items: flex-start;
  gap: 0;
}
.tradesIndexDirectory .tradeDirectoryText {
  flex: 1;
  min-width: 0;
}
.tradeDirectoryBody h2,
.tradeCta h2 {
  margin: 0;
  color: var(--text-color-dark);
}
.tradeDirectoryText {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tradeDirectoryText p {
  margin: 0;
  color: var(--text-color);
  line-height: 1.55;
}
.tradeCardBulletList {
  margin: 0;
  padding-left: 20px;
}
.tradeCardBulletList li {
  margin: 10px 0;
  line-height: 1.45;
}
.tradeFeatureSection .tradeCardBulletList {
  list-style: none;
  padding-left: 0;
}
.tradeFeatureSection .tradeCardBulletList li {
  position: relative;
  padding-left: 28px;
}
.tradeFeatureSection .tradeCardBulletList li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #f36424;
  font-weight: 700;
}
.tradeDirectoryActions {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.tradesIndexDirectory .tradeDirectoryCard:hover h2,
.tradesIndexDirectory .tradeDirectoryCard:focus-visible h2 {
  color: #d95720;
}
.tradeDirectoryImageWrap {
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  background: #f3f3f3;
  border-bottom: 1px solid var(--border-divider-color);
  overflow: hidden;
}
.tradeDirectoryImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 0.28s ease;
}
.tradesIndexDirectory .tradeDirectoryCard:hover .tradeDirectoryImage,
.tradesIndexDirectory .tradeDirectoryCard:focus-visible .tradeDirectoryImage {
  transform: scale(1.12);
}
.tradeDirectoryBtn {
  border: 1px solid #d9d9d9;
  background: white;
  color: #111;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
}
.tradeDirectoryBtn:hover {
  background: #fafafa;
}
@media (prefers-reduced-motion: reduce) {
  .tradeHeroImageFrame,
  .tradeHeroImage,
  .tradesIndexHero,
  .tradesIndexHero .tradeSectionInner,
  .tradeDirectoryImage,
  .tradeTestimonialQuote {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
.tradeHero {
  margin-top: -70px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  padding-top: 98px;
  padding-bottom: 72px;
  min-height: 420px;
  background: var(--background-contrast-color);
  border-bottom: none;
}
.tradeHero.sectionWhite {
  background: transparent;
}
.tradesIndexHero {
  margin-top: -70px;
  padding-top: 118px;
  padding-bottom: 72px;
  background: var(--background-contrast-color);
}
.tradesIndexHero .tradeSectionInner {
  gap: 18px;
  align-items: center;
}
.tradesIndexHero .subHeading {
  max-width: 820px;
  margin: 0 auto;
}
.tradesIndexDirectory .tradeSectionHeader {
  margin-bottom: 32px;
}
.tradesIndexSplit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 44px;
  align-items: center;
}
.tradesIndexChecklist {
  display: grid;
  gap: 12px;
}
.tradesIndexChecklist div {
  position: relative;
  padding: 16px 18px 16px 48px;
  background: white;
  border: 1px solid var(--border-divider-color);
  border-radius: 8px;
  color: var(--text-color-dark);
  font-weight: 600;
}
.tradesIndexChecklist div::before {
  content: '✓';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #f36424;
  font-weight: 800;
}
.tradeHero .tradeSectionInner {
  position: relative;
  z-index: 1;
  min-height: calc(420px - 190px);
  gap: 18px;
  transform: none;
}
.tradeHeroGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 56px;
}
.tradeHeroCopy {
  gap: 18px;
  align-items: flex-start;
  text-align: left;
}
.tradesDirectoryHero .boldHeader,
.tradeHero .boldHeader {
  margin: 0;
}
.siteLayout .tradeHero .boldHeader {
  max-width: 660px;
  color: var(--text-color-dark);
  text-align: left;
  font-size: 48px;
  line-height: 1.12;
}
.tradeHero .subHeading {
  max-width: 460px;
  margin: 0 0 10px;
  text-align: left;
  font-size: 18px;
  line-height: 1.55;
}
.tradeHero .subHeading,
.tradeHero .tradeCtaNote {
  color: var(--text-color);
}
.tradeHeroImageFrame {
  position: relative;
  box-sizing: border-box;
  justify-self: end;
  width: 100%;
  padding: 26px;
  margin-bottom: 52px;
}
.tradeHeroImageFrame::before,
.tradeHeroImageFrame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(243, 100, 36, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  pointer-events: none;
}
.tradeHeroImageFrame::before {
  transform: translate(-22px, -16px);
}
.tradeHeroImageFrame::after {
  transform: translate(18px, 14px);
}
.tradeHeroImageWrap {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  min-height: 456px;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  border: 14px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.14);
  overflow: visible;
}
.tradeHeroPhotoClip {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.tradeHeroImage {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transform: scale(1.04);
}
.tradeHeroCallout {
  position: absolute;
  box-sizing: border-box;
  right: -42px;
  bottom: -52px;
  width: min(430px, calc(100% - 24px));
  padding: 18px 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.13);
}
.tradeHeroCalloutLabel {
  margin-bottom: 9px;
  color: #d85a24;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.tradeHeroCallout ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tradeHeroCallout li {
  position: relative;
  padding-left: 18px;
  color: var(--text-color-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}
.tradeHeroCallout li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f36424;
  transform: translateY(-50%);
}
.tradeFeatureVisual {
  min-height: 380px;
  border-radius: 16px;
  border: 1px solid var(--border-divider-color);
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.tradeFeatureVisual.secondary {
  background: transparent;
}
.tradeFeatureVisual.tertiary {
  background: transparent;
}
.tradeFeatureImage {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}
.tradeFeatureStack {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
.tradeFeatureSection {
  align-items: center;
}
.tradeFeatureSection + .tradeFeatureSection {
  margin-top: 32px;
}
.tradeFeatureCopy {
  gap: 16px;
}
.tradeFeatureCopy h2,
.tradeSectionHeader h2,
.tradeFaqCard h3 {
  margin: 0;
  color: var(--text-color-dark);
}
.tradeFeatureCopy p,
.tradeSectionHeader p,
.tradeFaqCard p {
  margin: 0;
  line-height: 1.6;
}
.tradeFeatureVisualWrap {
  flex: 0 0 50%;
}
.tradeFeatureVisualWrap .tradeFeatureVisual {
  min-height: 360px;
}
.tradeWhySection,
.tradeFaqSection {
  margin: 0;
}
.tradeHowItWorks {
  margin: 0;
}
.tradeHowGrid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}
.tradeHowCard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 18px;
  text-align: center;
  overflow: visible;
}
.tradeHowCard:not(:last-child)::after {
  content: '→';
  position: absolute;
  z-index: 2;
  top: 64px;
  right: -36px;
  color: #e65b20;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.tradeHowStepLabel {
  display: block;
  margin-bottom: 10px;
  color: #d95720;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tradeHowIconShell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  border: 1px solid rgba(243, 100, 36, 0.22);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(243, 100, 36, 0.08), rgba(243, 100, 36, 0.16));
  color: #e65b20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(243, 100, 36, 0.1);
}
.tradeHowStepIcon {
  display: block;
  width: 50px;
  height: 50px;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tradeHowCard h3 {
  margin: 0;
  color: var(--text-color-dark);
  font-size: 20px;
  line-height: 1.25;
}
.tradeMidCtaInline {
  gap: 18px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border-divider-color);
}
.tradeMidCtaInline h2 {
  margin: 0;
  color: var(--text-color-dark);
}
.tradeMidCtaInline p {
  max-width: 700px;
  margin: 0;
  line-height: 1.55;
}
.tradeSectionHeader {
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.tradeWhyGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}
.tradeWhyCard {
  position: relative;
  padding: 22px 22px 24px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
  text-align: left;
  overflow: hidden;
}
.tradeWhyCard::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #f36424 0%, #ffb08a 100%);
}
.tradeWhyCard h3 {
  margin: 0 0 12px;
  color: var(--text-color-dark);
}
.tradeWhyCard p {
  margin: 0;
  line-height: 1.5;
}
.invertTradeCard {
  flex-direction: row-reverse;
}
.tradeTestimonialRotator {
  position: relative;
  margin-top: 12px;
  padding: 28px 0 0;
  border-top: 1px solid var(--border-divider-color);
}
.tradeTestimonialStage {
  min-height: 0;
}
.tradeTestimonialQuote {
  margin: 0;
  text-align: center;
  opacity: 1;
}
.tradeTestimonialQuote + .tradeTestimonialQuote {
  display: none;
}
.tradeTestimonialMeta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-color-dark);
  font-size: 14px;
  font-weight: 700;
}
.tradeTestimonialStars {
  color: #f36424;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.tradeTestimonialQuote p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 820px;
  margin: 18px auto 0;
  color: var(--text-color-dark);
  font-size: 17px;
  line-height: 1.5;
}
.tradeTestimonialQuote footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
  color: var(--text-color);
}
.tradeTestimonialQuote footer strong {
  color: var(--text-color-dark);
}
.tradeTestimonialQuote footer span {
  font-size: 13px;
}
.tradeFaqList {
  margin: 0 auto;
}
.tradeFaqCard {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin-bottom: 16px;
  border: 1px solid var(--border-divider-color);
  border-radius: 18px;
  background:
    linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
  overflow: hidden;
}
.tradeFaqSection.sectionMuted .tradeFaqCard {
  background: #fff;
  border-color: #e2e2e2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.tradeFaqQuestion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 20px;
  border: none;
  background: transparent;
  color: var(--text-color-dark);
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-weight: 600;
}
.tradeFaqQuestion span:first-child {
  font-size: 20px;
  line-height: 1.4;
}
.tradeFaqQuestion.open span:first-child {
  color: var(--text-color-dark);
}
.tradeFaqToggle {
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1;
  color: var(--text-color);
}
.tradeFaqAnswer {
  margin: 0;
  padding: 0 24px 24px;
  line-height: 1.6;
}
.tradeCta {
  margin-top: 0;
}
.tradeCta .tradeSectionInner {
  gap: 18px;
}
.tradeCta p {
  max-width: 700px;
  margin: 0;
  line-height: 1.55;
}
.tradeCta h2 {
  margin: 0;
  color: var(--text-color-dark);
}
.directoryCta {
  margin-top: 72px;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.directoryCta h2 {
  margin: 0;
  color: var(--text-color-dark);
}
.heroButtons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.tradeHero .heroButtons {
  padding-top: 30px;
}
.tradeHeroPricingLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding-left: 8px;
  color: #f36424;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.tradeHeroPricingLink:hover {
  color: #d94f18;
  text-decoration: none;
}
.tradeHeroPricingLink span {
  font-size: 22px;
  line-height: 1;
}
.tradesDirectoryHero .heroButtons,
.tradeCta .heroButtons {
  justify-content: center;
}
.tradeCta .heroButtons .btn,
.tradeMidCtaInline .heroButtons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 280px;
}
.tradeHero .heroButtons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  width: auto;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
}
.tradeCtaNote {
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 2px;
}
.lg-l .tradesDirectoryGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg-l .tradesIndexSplit {
  grid-template-columns: 1fr;
}
.sm-l .tradesDirectoryGrid,
.sm-l .tradeWhyGrid,
.sm-l .tradeHowGrid {
  grid-template-columns: 1fr;
}
.lg-l .tradeFeatureSection {
  flex-direction: column;
}
.sm-l .tradeHero {
  margin-top: -64px;
  margin-bottom: 0;
  padding-top: 102px;
  padding-bottom: 44px;
  min-height: 0;
}
.sm-l .tradeHeroGrid {
  grid-template-columns: 1fr;
  gap: 32px;
}
.sm-l .siteLayout .tradeHero .boldHeader,
.sm-l .tradeHero .boldHeader {
  font-size: 38px;
  line-height: 1.14;
}
.sm-l .tradeHero .subHeading {
  font-size: 16px;
  max-width: none;
}
.sm-l .tradeHeroImageFrame {
  justify-self: stretch;
  padding: 14px;
  margin-bottom: 48px;
}
.sm-l .tradeHeroImageFrame::before {
  transform: translate(-10px, -8px);
}
.sm-l .tradeHeroImageFrame::after {
  transform: translate(9px, 8px);
}
.sm-l .tradeHeroImageWrap {
  min-height: 340px;
  border-width: 10px;
}
.sm-l .tradeHeroCallout {
  right: -16px;
  bottom: -48px;
  width: calc(100% - 12px);
  padding: 14px 16px;
}
.sm-l .tradeHeroCalloutLabel {
  font-size: 11px;
  white-space: normal;
}
.sm-l .tradeHeroCallout li {
  font-size: 13px;
  white-space: normal;
}
.sm-l .tradesIndexHero {
  padding-top: 92px;
}
.sm-l .invertTradeCard {
  flex-direction: column !important;
}
.sm-l .tradeDirectoryBody,
.sm-l .tradeWhyCard,
.sm-l .tradeSectionBand {
  padding: 24px;
}
.sm-l .tradeSectionBand {
  padding: 42px 0;
}
.lg-l .tradeFeatureVisualWrap {
  width: 100%;
  min-width: 0;
  flex-basis: auto;
}
.sm-l .tradeFeatureSection {
  gap: 22px;
  padding: 24px;
  border-radius: 12px;
}
.sm-l .tradeFeatureVisual,
.sm-l .tradeFeatureVisualWrap .tradeFeatureVisual {
  min-height: 300px;
}
.sm-l .tradeFeatureImage {
  min-height: 300px;
}
.sm-l .tradeHowGrid {
  gap: 18px;
}
.sm-l .tradeHowCard {
  padding: 0 16px;
}
.sm-l .tradeHowCard:not(:last-child)::after {
  display: none;
}
.sm-l .tradeHowIconShell {
  width: 76px;
  height: 76px;
  margin-bottom: 16px;
}
.sm-l .tradeHowStepIcon {
  width: 44px;
  height: 44px;
}
.sm-l .tradeSectionHeader {
  margin-bottom: 22px;
}
.sm-l .tradeWhyGrid {
  gap: 16px;
}
.sm-l .tradeTestimonialStage {
  min-height: 300px;
}
.sm-l .tradeTestimonialQuote p {
  font-size: 16px;
  -webkit-line-clamp: 8;
}
.sm-l .tradeFaqQuestion {
  padding: 20px 20px 18px;
}
.sm-l .tradeFaqQuestion span:first-child {
  font-size: 17px;
}
.sm-l .tradeFaqAnswer {
  padding: 0 20px 20px;
}
.xs-l .tradesPage,
.xs-l .tradesPage.pageContent {
  width: 100%;
  padding: 42px 0;
}
.xs-l .tradeDirectoryBody,
.xs-l .tradeWhyCard,
.xs-l .tradeSectionBand {
  padding: 20px;
}
.xs-l .tradeSectionBand {
  padding: 34px 0;
}
.xs-l .tradeSectionInner {
  width: calc(100% - 32px);
}
.xs-l .tradeHero {
  padding-top: 92px;
  padding-bottom: 34px;
}
.xs-l .siteLayout .tradeHero .boldHeader,
.xs-l .tradeHero .boldHeader {
  font-size: 32px;
}
.xs-l .tradeHeroCopy {
  gap: 14px;
}
.xs-l .tradeHero .heroButtons,
.xs-l .tradeCta .heroButtons,
.xs-l .tradeMidCtaInline .heroButtons,
.xs-l .tradesIndexHero .heroButtons {
  width: 100%;
}
.xs-l .tradeHero .heroButtons .btn,
.xs-l .tradeCta .heroButtons .btn,
.xs-l .tradeMidCtaInline .heroButtons .btn,
.xs-l .tradesIndexHero .heroButtons .btn {
  width: 100%;
  min-width: 0;
}
.xs-l .tradeHeroPricingLink {
  min-height: 38px;
  padding-left: 0;
}
.xs-l .tradeHeroImageFrame {
  padding: 8px;
  margin-bottom: 0;
}
.xs-l .tradeHeroImageFrame::before,
.xs-l .tradeHeroImageFrame::after {
  display: none;
}
.xs-l .tradeHeroImageWrap {
  min-height: 250px;
  border-width: 6px;
  border-radius: 12px;
}
.xs-l .tradeHeroCallout {
  position: static;
  width: 100%;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  box-shadow: none;
}
.xs-l .tradeHeroCalloutLabel {
  margin-bottom: 8px;
}
.xs-l .featureCard,
.xs-l .tradeFeatureSection {
  padding: 18px;
  border-radius: 10px;
}
.xs-l .tradeFeatureCopy {
  gap: 12px;
}
.xs-l .tradeFeatureCopy h2,
.xs-l .tradeSectionHeader h2,
.xs-l .tradeCta h2,
.xs-l .tradeMidCtaInline h2 {
  font-size: 24px;
  line-height: 1.2;
}
.xs-l .tradeFeatureVisual,
.xs-l .tradeFeatureVisualWrap .tradeFeatureVisual {
  min-height: 230px;
  border-radius: 10px;
}
.xs-l .tradeFeatureImage {
  min-height: 230px;
}
.xs-l .tradeHowGrid {
  gap: 14px;
}
.xs-l .tradeHowCard {
  padding: 0 8px;
}
.xs-l .tradeHowIconShell {
  width: 68px;
  height: 68px;
}
.xs-l .tradeHowStepIcon {
  width: 40px;
  height: 40px;
}
.xs-l .tradeWhyCard {
  padding: 18px;
}
.xs-l .tradeTestimonialRotator {
  padding-top: 22px;
}
.xs-l .tradeTestimonialStage {
  min-height: 340px;
}
.xs-l .tradeTestimonialQuote p {
  font-size: 15px;
  line-height: 1.55;
  -webkit-line-clamp: 9;
}
.xs-l .tradeFaqCard {
  margin-bottom: 12px;
  border-radius: 12px;
}
.xs-l .tradeFaqQuestion {
  gap: 12px;
  padding: 16px;
}
.xs-l .tradeFaqQuestion span:first-child {
  font-size: 16px;
}
.xs-l .tradeFaqToggle {
  font-size: 24px;
}
.xs-l .tradeFaqAnswer {
  padding: 0 16px 16px;
}
.xs-l .tradeDirectoryImageWrap {
  height: 150px;
}
