@charset "UTF-8";

/* Remove FSE default block gaps to make layout section blocks sit flush */
.page--virtual-ground-overview .wp-block-post-content > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Typography overrides for Hero block on Virtual Ground Overview */


/* The Virtual Ground Advantage — full-bleed hero like Home (`index.css` `.hero`) */
.page--virtual-ground-overview .page {
  padding: 0;
}

/* Hero background video — same fill behavior as `.hero-banner__bg` (index.css) */
.hero-banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-bg-pos, center);
  display: block;
}

@media (max-width: 719px) {
  .hero-banner__video {
    object-position: var(--hero-bg-pos-mobile, var(--hero-bg-pos, center));
  }
}

/* GHOST: Direct unblock for now — leave video visible under reduced motion until static picture fallbacks are implemented.
@media (prefers-reduced-motion: reduce) {
  .hero-banner__video {
    display: none;
  }
  .page--virtual-ground-overview .hero-banner__media {
    background: #1a1b22 center/cover no-repeat url("../public/images/home/hero-bg.webp");
  }
}
*/

/* software-speed — The Virtual Ground Advantage (Figma 1440: 40000133:2474; 1920: 40000221:5198; 2560: 40000221:5262) */
.software-speed {
  width: 100%;
  max-width: var(--hero-max-width);
  margin-inline: auto;
  box-sizing: border-box;
  padding: clamp(48px, 10vw, 120px) clamp(20px, 5vw, 40px);
}

.software-speed__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--pattern-block-width);
  margin-inline: auto;
}

@media (min-width: 1230px) {
  .software-speed {
    padding-inline: 0;
  }
  .software-speed__inner {
    padding-inline: 0;
  }
}
.software-speed__layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(20px, 3vw, 32px);
  width: 100%;
  min-width: 0;
}

.software-speed__main.content-panel {
  flex: 1 1 0;
  min-width: 0;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(24px, 5vw, 40px);
}

.software-speed__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.software-speed__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

.software-speed__title-line {
  display: block;
}

.software-speed__lede {
  max-width: none;
}

.software-speed__list {
  list-style: none;
  margin: 0;
  padding: 0 clamp(0px, 2.5vw, 20px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.software-speed__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  min-width: 0;
}


.software-speed__item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.software-speed__item-text {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

.software-speed__cta-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.software-speed__subhead {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.0625rem, 1vw + 0.9rem, 1.25rem);
  line-height: 1.2;
  color: #fff;
}

.software-speed__aside {
  flex: 0 0 auto;
  width: min(100%, 510px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 24px);
  min-width: 0;
}

.software-speed__resource.content-panel {
  padding: clamp(24px, 5vw, 40px);
  gap: 24px;
}

.software-speed__resource--paper.content-panel {
  gap: 0;
  min-height: 0;
}

.software-speed__paper-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-height: 0;
}

@media (min-width: 720px) {
  .software-speed__resource--paper .software-speed__paper-row {
    min-height: 300px;
  }
}
.software-speed__paper-cover {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  max-height: 300px;
  aspect-ratio: 224/272;
  object-fit: contain;
  object-position: left top;
  display: block;
}

@media (min-width: 720px) {
  .software-speed__paper-cover {
    height: 300px;
    max-height: none;
    width: auto;
  }
}
.software-speed__paper-copy {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.software-speed__resource-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.0625rem, 1vw + 0.9rem, 1.25rem);
  line-height: 1.2;
  color: #fff;
}

.software-speed__resource .hero__cta {
  align-self: flex-start;
}

.software-speed__webinar-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 510/287;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 2px;
}

/* Stack layout on narrow viewports */
@media (max-width: 1023px) {
  .software-speed__layout {
    flex-direction: column;
    align-items: stretch;
  }
  .software-speed__aside {
    width: 100%;
  }
  .software-speed__resource--paper .software-speed__paper-row {
    align-items: center;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .software-speed__title {
    font-size: clamp(1.75rem, 2.2vw + 0.85rem, 2.25rem);
  }
}
@media (max-width: 719px) {
  .software-speed {
    padding: 40px 20px;
  }
  .software-speed__main.content-panel {
    padding: 20px;
    gap: 28px;
  }
  .software-speed__list {
    padding: 0;
  }
  .software-speed__resource.content-panel {
    padding: 20px;
  }
  .software-speed__resource--paper .software-speed__paper-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .software-speed__paper-cover {
    max-height: none;
    width: min(224px, 55%);
    height: auto;
  }
  .software-speed__title {
    font-size: 1.625rem;
    text-transform: none;
  }
}
/* Wide screens: fluid scale from 1440px baseline (× viewport / 1440) through 2560px. */
@media (min-width: 1440px) {
  .software-speed {
    max-width: none;
    width: 100%;
    padding-block: clamp(120px, 8.333vw, 213.333px);
    padding-inline: clamp(40px, 2.778vw, 71.111px);
  }
  .software-speed__inner {
    max-width: none;
    width: 100%;
  }
  .software-speed__layout {
    gap: 0;
  }
  .software-speed__main.content-panel,
  .software-speed__resource.content-panel {
    gap: clamp(40px, 2.778vw, 71.111px);
    padding: clamp(40px, 2.778vw, 71.111px);
    border-width: clamp(0.5px, 0.035vw, 0.889px);
    -webkit-backdrop-filter: blur(clamp(20px, 1.389vw, 35.556px)) saturate(1.15);
    backdrop-filter: blur(clamp(20px, 1.389vw, 35.556px)) saturate(1.15);
  }
  .software-speed__resource.content-panel {
    gap: clamp(24px, 1.667vw, 42.667px);
  }
  .software-speed__resource--paper.content-panel {
    gap: 0;
  }
  .software-speed__intro {
    gap: clamp(16px, 1.111vw, 28.444px);
  }
  .software-speed__title {
    font-size: clamp(2.5rem, 2.778vw, 4.4444rem);
  }
  .software-speed__lede.content-panel__body {
    font-size: clamp(1rem, 1.111vw, 1.7775rem);
  }
  .software-speed__list {
    gap: clamp(24px, 1.667vw, 42.667px);
    padding-inline: clamp(20px, 1.389vw, 35.556px);
  }
  .software-speed__item {
    gap: clamp(24px, 1.667vw, 42.667px);
  }
  .software-speed__item-icon {
    width: clamp(48px, 3.333vw, 85.333px);
    height: clamp(48px, 3.333vw, 85.333px);
  }
  .software-speed__item-text {
    font-size: clamp(1rem, 1.111vw, 1.7775rem);
  }
  .software-speed__cta-block {
    gap: clamp(16px, 1.111vw, 28.444px);
  }
  .software-speed__subhead,
  .software-speed__resource-title {
    font-size: clamp(1.25rem, 1.389vw, 2.2222rem);
  }
  .software-speed__aside {
    width: clamp(510px, 35.417vw, 906.667px);
    gap: clamp(24px, 1.667vw, 42.667px);
  }
  .software-speed__resource--paper .software-speed__paper-row {
    min-height: clamp(300px, 20.833vw, 533.333px);
    gap: clamp(16px, 1.111vw, 28.444px);
  }
  .software-speed__paper-cover {
    height: clamp(300px, 20.833vw, 533.333px);
    max-height: none;
  }
  .software-speed__paper-copy {
    gap: clamp(24px, 1.667vw, 42.667px);
  }
  .software-speed .hero__cta {
    gap: clamp(8px, 0.556vw, 14.222px);
    min-width: clamp(136px, 9.444vw, 241.778px);
    padding: clamp(8px, 0.556vw, 14.222px) clamp(12px, 0.833vw, 21.333px);
    font-size: clamp(1rem, 1.111vw, 1.7775rem);
    line-height: clamp(1.5rem, 1.667vw, 2.667rem);
  }
  .software-speed .hero__cta-icon-img {
    height: clamp(16px, 1.111vw, 28.444px);
    width: auto;
  }
}
/* virtual-ground-roi — The Virtual Ground Advantage (Figma 1440: 40000131:2322; 1920: 40000222:5377; 2560: 40000222:5428) */
.virtual-ground-roi {
  width: 100%;
  max-width: var(--hero-max-width);
  margin-inline: auto;
  box-sizing: border-box;
  padding: clamp(48px, 10vw, 120px) clamp(20px, 5vw, 40px);
}

.virtual-ground-roi__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--pattern-block-width);
  margin-inline: auto;
}

@media (min-width: 1230px) {
  .virtual-ground-roi {
    padding-inline: 0;
  }
  .virtual-ground-roi__inner {
    padding-inline: 0;
  }
}
.virtual-ground-roi__layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(20px, 3vw, 32px);
  width: 100%;
  min-width: 0;
}

.virtual-ground-roi__main.content-panel {
  flex: 1 1 0;
  min-width: 0;
  gap: clamp(28px, 4vw, 40px);
  padding: clamp(24px, 5vw, 40px);
}

@media (min-width: 1024px) {
  .virtual-ground-roi__main.content-panel {
    gap: 40px;
  }
}
.virtual-ground-roi__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.virtual-ground-roi__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

@media (min-width: 1024px) {
  .virtual-ground-roi__title {
    font-size: 2.5rem;
  }
}
.virtual-ground-roi__title-line {
  display: block;
}

.virtual-ground-roi__lede {
  max-width: none;
}

.virtual-ground-roi__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 40px);
  row-gap: clamp(28px, 4vw, 40px);
  width: 100%;
}

@media (min-width: 1024px) {
  .virtual-ground-roi__stats {
    grid-template-columns: repeat(2, minmax(0, 280px));
    column-gap: 40px;
    row-gap: 40px;
    justify-content: start;
  }
}
.virtual-ground-roi__stat {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.virtual-ground-roi__stat-value {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.375rem, 1.5vw + 1rem, 1.75rem);
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 1024px) {
  .virtual-ground-roi__stat-value {
    font-size: 1.75rem;
  }
}
.virtual-ground-roi__stat-label {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

.virtual-ground-roi__cta-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.virtual-ground-roi__subhead {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.125rem, 0.8vw + 1rem, 1.5rem);
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 1024px) {
  .virtual-ground-roi__subhead {
    font-size: 1.5rem;
  }
}
.virtual-ground-roi__aside {
  flex: 0 0 auto;
  width: min(100%, 510px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 24px);
  min-width: 0;
}

.virtual-ground-roi__resource.content-panel {
  padding: clamp(24px, 5vw, 40px);
  gap: 24px;
}

.virtual-ground-roi__resource--paper.content-panel {
  gap: 0;
  min-height: 0;
}

.virtual-ground-roi__paper-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-height: 0;
}

@media (min-width: 720px) {
  .virtual-ground-roi__resource--paper .virtual-ground-roi__paper-row {
    min-height: 300px;
  }
}
.virtual-ground-roi__paper-cover {
  flex-shrink: 0;
  width: auto;
  height: 100%;
  max-height: 300px;
  aspect-ratio: 224/272;
  object-fit: contain;
  object-position: left top;
  display: block;
}

@media (min-width: 720px) {
  .virtual-ground-roi__paper-cover {
    height: 300px;
    max-height: none;
    width: auto;
  }
}
.virtual-ground-roi__paper-copy {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.virtual-ground-roi__resource-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.0625rem, 1vw + 0.9rem, 1.25rem);
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 1024px) {
  .virtual-ground-roi__resource-title {
    font-size: 1.25rem;
  }
}
.virtual-ground-roi__resource .hero__cta {
  align-self: flex-start;
}

.virtual-ground-roi__webinar-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 510/287;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 2px;
}

@media (max-width: 1023px) {
  .virtual-ground-roi__layout {
    flex-direction: column;
    align-items: stretch;
  }
  .virtual-ground-roi__aside {
    width: 100%;
  }
  .virtual-ground-roi__resource--paper .virtual-ground-roi__paper-row {
    align-items: center;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .virtual-ground-roi__title {
    font-size: clamp(1.75rem, 2.2vw + 0.85rem, 2.25rem);
  }
}
@media (max-width: 719px) {
  .virtual-ground-roi {
    padding: 40px 20px;
  }
  .virtual-ground-roi__main.content-panel {
    padding: 20px;
    gap: 28px;
  }
  .virtual-ground-roi__stats {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  .virtual-ground-roi__resource.content-panel {
    padding: 20px;
  }
  .virtual-ground-roi__resource--paper .virtual-ground-roi__paper-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .virtual-ground-roi__paper-cover {
    max-height: none;
    width: min(224px, 55%);
    height: auto;
  }
  .virtual-ground-roi__title {
    font-size: 1.625rem;
    text-transform: none;
  }
}
/* Wide screens: fluid scale from 1440px baseline (× viewport / 1440) through 2560px. */
@media (min-width: 1440px) {
  .virtual-ground-roi {
    max-width: none;
    width: 100%;
    padding-block: clamp(120px, 8.333vw, 213.333px);
    padding-inline: clamp(40px, 2.778vw, 71.111px);
  }
  .virtual-ground-roi__inner {
    max-width: none;
    width: 100%;
  }
  .virtual-ground-roi__layout {
    gap: 0;
  }
  .virtual-ground-roi__main.content-panel,
  .virtual-ground-roi__resource.content-panel {
    gap: clamp(40px, 2.778vw, 71.111px);
    padding: clamp(40px, 2.778vw, 71.111px);
    border-width: clamp(0.5px, 0.035vw, 0.889px);
    -webkit-backdrop-filter: blur(clamp(20px, 1.389vw, 35.556px)) saturate(1.15);
    backdrop-filter: blur(clamp(20px, 1.389vw, 35.556px)) saturate(1.15);
  }
  .virtual-ground-roi__resource.content-panel {
    gap: clamp(24px, 1.667vw, 42.667px);
  }
  .virtual-ground-roi__resource--paper.content-panel {
    gap: 0;
  }
  .virtual-ground-roi__intro {
    gap: clamp(16px, 1.111vw, 28.444px);
  }
  .virtual-ground-roi__title {
    font-size: clamp(2.5rem, 2.778vw, 4.4444rem);
  }
  .virtual-ground-roi__lede.content-panel__body {
    font-size: clamp(1rem, 1.111vw, 1.7775rem);
  }
  .virtual-ground-roi__stats {
    grid-template-columns: repeat(2, minmax(0, clamp(280px, 19.444vw, 497.778px)));
    column-gap: clamp(40px, 2.778vw, 71.111px);
    row-gap: clamp(40px, 2.778vw, 71.111px);
  }
  .virtual-ground-roi__stat-value {
    font-size: clamp(1.75rem, 1.944vw, 3.1111rem);
  }
  .virtual-ground-roi__stat-label {
    font-size: clamp(1rem, 1.111vw, 1.7775rem);
  }
  .virtual-ground-roi__cta-block {
    gap: clamp(16px, 1.111vw, 28.444px);
  }
  .virtual-ground-roi__subhead {
    font-size: clamp(1.5rem, 1.667vw, 2.6667rem);
  }
  .virtual-ground-roi__aside {
    width: clamp(510px, 35.417vw, 906.667px);
    gap: clamp(24px, 1.667vw, 42.667px);
  }
  .virtual-ground-roi__resource--paper .virtual-ground-roi__paper-row {
    min-height: clamp(300px, 20.833vw, 533.333px);
    gap: clamp(16px, 1.111vw, 28.444px);
  }
  .virtual-ground-roi__paper-cover {
    height: clamp(300px, 20.833vw, 533.333px);
    max-height: none;
  }
  .virtual-ground-roi__paper-copy {
    gap: clamp(24px, 1.667vw, 42.667px);
  }
  .virtual-ground-roi .hero__cta {
    gap: clamp(8px, 0.556vw, 14.222px);
    min-width: clamp(136px, 9.444vw, 241.778px);
    padding: clamp(8px, 0.556vw, 14.222px) clamp(12px, 0.833vw, 21.333px);
    font-size: clamp(1rem, 1.111vw, 1.7775rem);
    line-height: clamp(1.5rem, 1.667vw, 2.667rem);
  }
  .virtual-ground-roi .hero__cta-icon-img {
    height: clamp(16px, 1.111vw, 28.444px);
    width: auto;
  }
}
/* next-step-virtual-ground — The Virtual Ground Advantage (Figma: 40000131:2361 @1440; 40000223:5537 @1920; 40000223:5566 @2560) */
.next-step-virtual-ground {
  width: 100%;
  max-width: var(--hero-max-width);
  margin-inline: auto;
  box-sizing: border-box;
  padding: clamp(48px, 10vw, 120px) clamp(20px, 5vw, 40px);
}

.next-step-virtual-ground__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--pattern-block-width);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
}

@media (min-width: 1024px) {
  .next-step-virtual-ground__inner {
    gap: 80px;
  }
}
@media (min-width: 1230px) {
  .next-step-virtual-ground {
    padding-inline: 0;
  }
  .next-step-virtual-ground__inner {
    padding-inline: 0;
  }
}
.next-step-virtual-ground__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 680px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.next-step-virtual-ground__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

@media (min-width: 1024px) {
  .next-step-virtual-ground__title {
    font-size: 2.5rem;
  }
}
.next-step-virtual-ground__lede {
  max-width: none;
}

/* Card row: 1020px rail (Figma 1440 / 210px insets); two equal columns, flush (no gutter) */
.next-step-virtual-ground__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-self: stretch;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  min-width: 0;
  box-sizing: border-box;
}

.next-step-virtual-ground__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.next-step-virtual-ground__media {
  position: relative;
  z-index: 1;
  width: 100%;
  align-self: stretch;
  margin-bottom: -40px;
  overflow: hidden;
}

.next-step-virtual-ground__column:first-child .next-step-virtual-ground__media {
  aspect-ratio: 470/264.490234375;
}

.next-step-virtual-ground__column:last-child .next-step-virtual-ground__media {
  aspect-ratio: 510/287;
}

.next-step-virtual-ground__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.next-step-virtual-ground__image--cover {
  object-fit: cover;
}

.next-step-virtual-ground__image--contain {
  object-fit: contain;
}

.next-step-virtual-ground__image--fill {
  object-fit: fill;
}

.next-step-virtual-ground__image--fit-width {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
}

.next-step-virtual-ground__image--fit-height {
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}


.next-step-virtual-ground__card.content-panel {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(100%, 340px);
  max-width: 340px;
  align-self: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  gap: 16px;
}

.next-step-virtual-ground__card .hero__cta {
  align-self: center;
}

.next-step-virtual-ground__card-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.125rem, 0.9vw + 1rem, 1.5rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

.next-step-virtual-ground__card-body {
  margin: 0;
  font-family: var(--font-sans, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.2vw + 0.85rem, 1rem);
  line-height: 1.5;
  color: #fff;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.next-step-virtual-ground__card-body p {
  margin: 0 0 0.5rem 0;
  text-align: left;
}

.next-step-virtual-ground__card-body p:last-child {
  margin-bottom: 0;
}

.next-step-virtual-ground__card-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  transition: color 0.15s ease, text-decoration 0.15s ease;
}

.next-step-virtual-ground__card-body a:hover,
.next-step-virtual-ground__card-body a:focus {
  text-decoration: none;
}

.next-step-virtual-ground__card-list.is-list-view,
ul.next-step-virtual-ground__card-list.is-list-view {
  margin: 0;
  padding-left: 1.25rem;
  text-align: left;
  list-style-type: disc;
  font-family: var(--font-sans, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: clamp(0.875rem, 0.2vw + 0.85rem, 1rem);
  line-height: 1.5;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.next-step-virtual-ground__card-list.is-list-view li {
  margin-bottom: 0.35rem;
  text-align: left;
}

.next-step-virtual-ground__card-list.is-list-view li:last-child {
  margin-bottom: 0;
}

.next-step-virtual-ground__card-list.is-list-view a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  transition: color 0.15s ease, text-decoration 0.15s ease;
}

.next-step-virtual-ground__card-list.is-list-view a:hover,
.next-step-virtual-ground__card-list.is-list-view a:focus {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .next-step-virtual-ground__card-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .next-step-virtual-ground__columns {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 32px);
  }
  .next-step-virtual-ground__card.content-panel {
    max-width: 340px;
    margin-inline: auto;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .next-step-virtual-ground__title {
    font-size: clamp(1.75rem, 2.2vw + 0.85rem, 2.25rem);
  }
}
@media (max-width: 719px) {
  .next-step-virtual-ground {
    padding: 40px 20px;
  }
  .next-step-virtual-ground__title {
    font-size: 1.625rem;
    text-transform: none;
  }
  .next-step-virtual-ground__media {
    margin-bottom: -24px;
  }
  .next-step-virtual-ground__card.content-panel {
    width: 100%;
    max-width: none;
    padding: 20px;
  }
}
/* Wide screens: fluid scale from 1440px baseline (× viewport / 1440) through 2560px. */
@media (min-width: 1440px) {
  .next-step-virtual-ground {
    max-width: none;
    width: 100%;
    padding-block: clamp(120px, 8.333vw, 213.333px);
    padding-inline: clamp(40px, 2.778vw, 71.111px);
  }
  .next-step-virtual-ground__inner {
    max-width: none;
    width: 100%;
    gap: clamp(80px, 5.556vw, 142.222px);
  }
  .next-step-virtual-ground__intro {
    max-width: clamp(680px, 47.222vw, 1208.889px);
    gap: clamp(16px, 1.111vw, 28.444px);
  }
  .next-step-virtual-ground__title {
    font-size: clamp(2.5rem, 2.778vw, 4.4444rem);
  }
  .next-step-virtual-ground__lede.content-panel__body {
    font-size: clamp(1rem, 1.111vw, 1.7775rem);
  }
  .next-step-virtual-ground__columns {
    max-width: clamp(1020px, 70.833vw, 1813.333px);
  }
  .next-step-virtual-ground__media {
    margin-bottom: clamp(-40px, -2.778vw, -71.111px);
  }
  .next-step-virtual-ground__card.content-panel {
    width: clamp(340px, 23.611vw, 604.444px);
    max-width: clamp(340px, 23.611vw, 604.444px);
    padding: clamp(24px, 1.667vw, 42.667px);
    gap: clamp(16px, 1.111vw, 28.444px);
    border-width: clamp(0.5px, 0.035vw, 0.889px);
    -webkit-backdrop-filter: blur(clamp(20px, 1.389vw, 35.556px)) saturate(1.15);
    backdrop-filter: blur(clamp(20px, 1.389vw, 35.556px)) saturate(1.15);
  }
  .next-step-virtual-ground__card-title {
    font-size: clamp(1.5rem, 1.667vw, 2.6667rem);
  }
  .next-step-virtual-ground__card-body,
  .next-step-virtual-ground__card-list.is-list-view {
    font-size: clamp(0.875rem, 0.972vw, 1.555rem);
    line-height: clamp(1.4rem, 1.458vw, 2.333rem);
  }
  .next-step-virtual-ground .hero__cta {
    gap: clamp(8px, 0.556vw, 14.222px);
    min-width: clamp(136px, 9.444vw, 241.778px);
    padding: clamp(8px, 0.556vw, 14.222px) clamp(12px, 0.833vw, 21.333px);
    font-size: clamp(1rem, 1.111vw, 1.7775rem);
    line-height: clamp(1.5rem, 1.667vw, 2.667rem);
  }
  .next-step-virtual-ground .hero__cta-icon-img {
    height: clamp(16px, 1.111vw, 28.444px);
    width: auto;
  }
}

/* Logo placement/alignment for the page hero */
@media (min-width: 1024px) {
  .page--virtual-ground-overview .hero-banner__inner--has-right-image {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
  }
  .page--virtual-ground-overview .hero-banner__inner--has-right-image .content-slot {
    width: 680px !important;
    max-width: 100% !important;
    flex: 0 1 auto !important;
  }
  .page--virtual-ground-overview .hero-banner__right-image {
    display: flex !important;
    flex: 1 !important;
    padding-left: clamp(20px, 3vw, 40px) !important;
  }
  .page--virtual-ground-overview .hero-banner__right-image img,
  .page--virtual-ground-overview .hero-banner__right-image-img {
    max-width: 100% !important;
    max-height: clamp(200px, 21.7vw, 313px) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }
}
@media (min-width: 1440px) {
  .page--virtual-ground-overview .hero-banner__inner--has-right-image .content-slot {
    width: clamp(680px, 47.222vw, 1208.889px) !important;
    max-width: clamp(680px, 47.222vw, 1208.889px) !important;
  }
}

