.home-banner {
    background: #050a22;
    overflow: hidden;
}

.home-banner__container {
    display: flex;
    column-gap: 38px;
    align-items: center;
    justify-content: space-between;
}

.home-banner__content {
    max-width: 601px;
}

.home-banner__title {
    font-weight: 600;
    line-height: 1.03;
    color: #fff;
    max-width: 601px;
    margin-bottom: 0;
}

.home-banner__description {
    margin: 16px 0 32px;
    line-height: 1.4;
    color: #9b9da7;
    max-width: 550px;
}

.home-banner__features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    max-width: max-content;
}

.home-banner__feature {
    min-height: 38px;
    padding: 8px 20px 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(rgba(10, 15, 38, 1), rgba(255, 255, 255, 0.04));
}

.home-banner__feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.home-banner__feature-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.home-banner__feature-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    color: #ffffff;
}

.home-banner__button {
    margin-top: 32px;
}

.home-social {
    padding-top: 0px;
    background-color: #050a22;
}

.home-social .home-social__container {
    position: relative;
    width: 100%;
    padding-top: 160px;
}

.home-social__background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1125px;
    height: 330px;
    object-fit: contain;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

.home-social__testimonial {
    position: relative;
    z-index: 1;
    max-width: 808px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-social__quote {
    display: inline-block;
    width: 59px;
    height: 40px;
    margin-bottom: 18px;
}

.home-social__quote svg {
    width: 100%;
    height: 100%;
    display: block;
}

.home-social__quote-text {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #c1c7d1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-social__author {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.home-social__author-name {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.home-social__author-title {
    font-size: 14px;
    font-weight: 600;
    color: #9b9da7;
}

.home-social__stats {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-social__stat {
    display: flex;
    flex-direction: column;
}

.home-social__stat-number {
    font-weight: 900;
    line-height: 1;
    display: flex;
    justify-content: center;
}

.home-social__stat-text {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    max-width: 242px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Exercises */
.home-exercises {
    background: #050a22;
}

.home-exercises__container {
    width: 100%;
}

.home-exercises__header {
    max-width: 1016px;
    margin: 0 auto;
    text-align: center;
}


.home-exercises__eyebrow-icon {
    margin-bottom: 16px;
    display: block;
    display: flex;
    align-items: center;
    width: 100%;
}

.home-exercises__eyebrow {
    margin-bottom: 32px;
    font-family: "SplineSansMono", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block
}

.home-exercises__title {
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.03;
    background: linear-gradient(90deg, #ffffff 0%, #c1c7d1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 1000px;

}

.home-exercises__button {
    margin-top: 32px;
    display: inline-block;
}

.home-exercises__image-wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.home-exercises__image {
    width: 100%;
    height: auto;
    display: block;
}

/* Readiness */
.home-readiness {
    background: #050a22;
}

.home-readiness__container {
    position: relative;
    width: 100%;
}

.home-readiness__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 301px;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.home-readiness__header {
    position: relative;
    z-index: 1;
    max-width: 781px;
    margin: 0 auto;
    padding-top: 160px;
    text-align: center;
}

.home-readiness__logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 38px;
}

.home-readiness__logo-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.home-readiness__logo-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.home-readiness__logo-text {
    font-family: "SplineSansMono", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}

.home-readiness__logo-img {
    display: block;
    max-width: 220px;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.home-readiness__title {
    margin: 0;
    font-weight: 600;
}

.home-readiness__grid {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.home-readiness__card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #2c3148;
    background: #070d29;
}

.home-readiness__card--small {
    grid-column: span 2;
    max-height: 538px;
    min-height: 538px;
}

.home-readiness__card--large {
    grid-column: span 3;
    min-height: 485px;
}

.home-readiness__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.home-readiness__card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 32px;
}

.home-readiness__card-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin-bottom: 16px;
}

.home-readiness__card-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.home-readiness__card-text {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
}

.home-readiness__card-text p {
    margin-bottom: 0;
}

.home-readiness__card--small .home-readiness__card-text {
    max-width: 328px;
}

.home-readiness__card--large .home-readiness__card-text {
    max-width: 536px;
}

/* Solutions */
.home-solutions {
    padding: 80px 0 120px;
    background: #050a22;
}

.home-solutions__container {
    position: relative;
    width: 100%;
}

.home-solutions__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 408px;
    object-fit: cover;
    border-radius: 16px;
    pointer-events: none;
    z-index: 0;
}

.home-solutions__header {
    position: relative;
    z-index: 1;
    max-width: 668px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

.home-solutions__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    flex-direction: column;
}

.home-solutions__eyebrow-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
}

.home-solutions__eyebrow-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.home-solutions__eyebrow-text {
    font-family: "SplineSansMono", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.home-solutions__title {
    margin: 0;
    font-weight: 600;
}

.home-solutions__list {
    position: relative;
    z-index: 1;
    margin-top: 160px;
    display: grid;
    gap: 80px;
}

.home-solutions__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 26px;
}

.home-solutions__copy {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.home-solutions__label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    padding: 2px 10px 2px 6px;
    border-radius: 200px;
}

.home-solutions__label-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.home-solutions__label--problem {
    background: #ff7f8519;
    border: solid 1px #ff7f852b;
}

.home-solutions__label--solution {
    border: solid 1px #22c55e2b;
    background-color: #22c55e1a;
}

.home-solutions__label--problem .home-solutions__label-text {
    color: #ff7f85;
}

.home-solutions__label--solution .home-solutions__label-text {
    color: #22c55e;
}

.home-solutions__label-text {
    font-family: "SplineSansMono", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.home-solutions__problem {
    margin: 0 0 40px;
    color: #9b9da7;
    font-size: 20px;
    line-height: 1.4;
    max-width: 496px;
}

.home-solutions__solution {
    margin: 0 0 32px;
    color: #ffffff;
    font-weight: 600;
    max-width: 598px;
    line-height: normal;
}

.home-solutions__link {
    padding: 8px 24px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.home-solutions__link-icon {
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 2px;
}

.home-solutions__visual {
    flex: 1;
    min-width: 280px;
    position: relative;
}

.home-solutions__card-image {
    max-width: 598px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-left: auto;
}

/* Why Cyberbit Exercises Table */
.home-table {
    position: relative;
    padding: 0;
    background: #050a22;
    overflow: hidden;
}

.home-table__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 408px;
    pointer-events: none;
    z-index: -1;
}

.home-table__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1065px;
    margin: 0 auto;
}

.home-table__header {
    max-width: 635px;
    margin: 0 auto 80px;
    text-align: center;
}

.home-table__eyebrow-icon {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.home-table__eyebrow {
    margin-bottom: 32px;
    display: inline-block;
    font-family: "SplineSansMono", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-table__title {
    margin: 0 0 32px;
    color: #fff;
    font-weight: 600;
    line-height: 1.07;
}

.home-table__description {
    margin: 0;
    color: #9b9da7;
    line-height: 1.55;
}

.home-table__matrix {
    border: 1px solid #1a1f34;
    background: #0a0f26;
}

.home-table__row {
    display: grid;
    grid-template-columns: 305px repeat(4, 1fr);
}

.home-table__cell {
    min-height: 60px;
    padding: 10px 24px;
    border-right: 1px solid #1a1f34;
    border-bottom: 1px solid #1a1f34;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.home-table__cell--header {
    min-height: 60px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.home-table__cell--header:first-child {
    border-top-left-radius: 16px;
}

.home-table__cell--label {
    justify-content: flex-start;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    text-align: left;
}

.home-table__row--header .home-table__cell--label {
    background: #0a0f26;
}

.home-table__row:last-child .home-table__cell {
    border-bottom: 0;
}

.home-table__cell:last-child {
    border-right: 0;
}

.home-table__status-icon {
    width: 32px;
    height: 32px;
    display: block;
}

.home-table__matrix-shell {
    width: 100%;
}

.home-table__column-picker,
.home-table__matrix--mobile {
    display: none;
    border-radius: 18px;
}

.home-table__select-wrap {
    position: relative;
}

.home-table__select {
    width: 100%;
    appearance: none;
    background-color: #0a0f26;
    border: 1px solid #1a1f34;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    padding: 14px 44px 14px 16px;
    cursor: pointer;
    font-weight: 600;
}

.home-table__select:hover {
    border-color: #373b4e;
}

.home-table__select:focus {
    outline: none;
    border-color: #66c0f9;
    box-shadow: 0 0 0 1px #66c0f9;
}

.home-table__matrix--mobile {
    border: 1px solid #1a1f34;
    background: #0a0f26;
}

.home-table__mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 119px;
    align-items: stretch;
    min-height: 60px;
    border-bottom: 1px solid #1a1f34;
}

.home-table__mobile-row:last-child {
    border-bottom: 0;
}

.home-table__matrix--mobile .home-table__cell--mobile-label {
    border-right: 1px solid #1a1f34;
    border-bottom: 0;
    min-height: 60px;
    padding: 16px;
    font-size: 16px;
}

.home-table__matrix--mobile .home-table__mobile-status-track {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 10px 16px;
    border-bottom: 0;
    border-right: 0;
}

.home-table__matrix--mobile .home-table__mobile-status-cell {
    display: none;
    border: 0;
    padding: 0;
    min-height: 0;
}

.home-table__matrix--mobile[data-active-column="0"] .home-table__mobile-status-cell[data-home-table-col="0"],
.home-table__matrix--mobile[data-active-column="1"] .home-table__mobile-status-cell[data-home-table-col="1"],
.home-table__matrix--mobile[data-active-column="2"] .home-table__mobile-status-cell[data-home-table-col="2"],
.home-table__matrix--mobile[data-active-column="3"] .home-table__mobile-status-cell[data-home-table-col="3"] {
    display: flex;
}

/* CTA — CREW framework */
.home-cta-crew {
    background: #050a22;
}

.home-cta-crew__container {
    width: 100%;
}

.home-cta-crew__card {
    position: relative;
    min-height: 312px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #373b4e;
    background: #020731;
}

.home-cta-crew__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.home-cta-crew__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.home-cta-crew__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px 48px;
    padding: 52px clamp(24px, 5vw, 73px);
}

.home-cta-crew__content {
    flex: 1 1 280px;
    max-width: 615px;
}

.home-cta-crew__title {
    margin: 0;
    font-weight: 600;
    line-height: normal;
}

.home-cta-crew__subtitle {
    margin: 16px 0 0;
    max-width: 615px;
    color: #9b9da7;
}

.home-cta-crew__link {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.home-cta-crew__visual {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: clamp(0px, 3vw, 24px);
}

.home-cta-crew__cover {
    display: block;
    width: 707px;
    height: auto;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
    position: absolute;
    top: -52%;
    right: -138px;
}

/* CTA */
.home-cta {
    padding-top: 0px !important;
    background: #050a22;
}

.home-cta__container {
    width: 100%;
}

.home-cta__card {
    position: relative;
    min-height: 389px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #171c31;
    background: #020731;
}

.home-cta__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.home-cta__content {
    position: relative;
    z-index: 1;
    max-width: 1039px;
    margin: 0 auto;
    padding: 93px 24px 84px;
    text-align: center;
}

.home-cta__title {
    margin: 0;
    line-height: 1.03;
    font-weight: 600;
}

.home-cta__link {
    margin-top: 32px;
}

.logo-slider .logo-slider--overlay-left {
    background-image: linear-gradient(to right, #050a22 0%, rgba(2, 6, 25, 0) 100%)
}

.logo-slider .logo-slider--overlay-right {
    background-image: linear-gradient(to left, #050a22 0%, rgba(2, 6, 25, 0) 100%)
}

.home-table__matrix--desktop {
    border-radius: 16px;
}

.home-banner__visual {
    position: relative;
    flex-shrink: 0;
    /* Target: 472×472 on desktop, responsive below */
    width: min(100%, clamp(300px, 36vw, 412px));
}

.home-banner__diagram {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    transform: translateX(-100px);
}

.home-radar {
    position: relative;
    /* overflow: ; */
    /* Scales just the artwork layers (not layout) */
    --home-radar-scale: 2.04;
}

.home-radar__rings,
.home-radar__canvas,
.home-radar__symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(var(--home-radar-scale));
    transform-origin: 50% 50%;
}

.home-radar__rings {
    overflow: visible;
}

.home-radar__canvas {
    pointer-events: none;
}

.home-radar__label {
    position: absolute;
    font-family: inherit;
    font-size: clamp(13px, 2.4vmin, 21.2px);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 0 4px 8px rgba(5, 10, 34, 0.9);
}

.home-radar__label-purple {
    position: absolute;
    font-family: inherit;
    font-size: clamp(13px, 2.4vmin, 21.2px);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #c78fe5;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    clip-path: inset(0 100% 0 0);
}

.home-radar__label-scan {
    position: absolute;
    font-family: inherit;
    font-size: clamp(13px, 2.4vmin, 21.2px);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    text-shadow:
        0 0 8px #c78fe5,
        0 0 20px #a060ff,
        0 0 2px #fff;
}

.home-radar__label-purple#home-radar-pl-exercise,
.home-radar__label-scan#home-radar-scan-exercise {
    top: 22%;
    transform: translate(0, -50%);
}

.home-radar__label-purple#home-radar-pl-analyze,
.home-radar__label-scan#home-radar-scan-analyze {
    top: 62%;
    transform: translate(0, -50%);
}

.home-radar__label-purple#home-radar-pl-fix,
.home-radar__label-scan#home-radar-scan-fix {
    top: 55%;
    transform: translate(0, -50%);
}

.home-radar__symbol {
    pointer-events: none;
    overflow: visible;
}

/* Home Banner Responsive Styles */
@media (max-width: 1024px) {
    .home-banner__container {
        flex-direction: row;
        align-items: center;
        row-gap: 40px;
    }

    .home-banner__content {
        max-width: 680px;
    }

    .home-banner__title {
        font-size: 56px;
    }

    .home-banner__description {
        max-width: 680px;
    }

    .home-banner__diagram {
        transform: translateX(0px);
    }

    .home-cta-crew__inner {
        padding: 40px 28px;
    }

    .home-cta-crew__cover {
        right: -210px;
    }

    .home-cta__card {
        min-height: 340px;
    }

    .home-cta__content {
        max-width: 760px;
        padding: 72px 24px 64px;
    }

    .home-cta__link {
        margin-top: 26px;
    }

    .home-social__background {
        width: 100%;
        height: auto;
    }

    .home-social__stat-text {
        font-size: 18px;
    }

    .home-readiness__header {
        padding-top: 120px;
    }

    .home-readiness__background {
        height: 260px;
    }

    .home-readiness__grid {
        margin-top: 64px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-readiness__card--small,
    .home-readiness__card--large {
        grid-column: span 1;
        min-height: 380px;
    }

    .home-readiness__card-content {
        padding: 24px;
    }

    .home-readiness__card-text {
        max-width: none;
    }

    .home-solutions__list {
        margin-top: 120px;
        gap: 56px;
    }

    .home-solutions__item {
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .home-banner {
        padding-top: 40px !important;
    }

    .home-exercises__image {
        transform: scale(1.5);
        height: 200px;
        object-fit: contain;
    }

    .home-exercises .home-exercises__container {
        padding-left: 0;
        padding-right: 0;
    }

    .home-exercises__button {
        margin-bottom: 16px;
    }

    .home-social .home-social__container {
        padding-top: 0;
    }

    .home-social__background {
        display: none;
    }

    .home-banner__container {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 40px;
    }

    .home-exercises__eyebrow-icon {
        margin-bottom: 16px;
    }

    .home-banner__title {
        font-size: 44px;
        line-height: 1.06;
    }

    .home-banner__description {
        line-height: 1.44;
    }

    .home-banner__features {
        gap: 14px;
        max-width: 100%;
        width: 100%;
    }

    .home-banner__feature {
        padding: 8px;

    }

    .home-banner__feature-text {
        font-size: 16px;
        line-height: 1.35;
    }

    .home-banner__button {
        width: 100%;
        text-align: center;
    }

    .home-banner__visual {
        display: none;
    }

    .home-table__background {
        height: 280px;
    }

    .home-table__header {
        margin-bottom: 32px;
    }

    .home-table__column-picker {
        display: block;
        margin-bottom: 20px;
    }

    .home-table__matrix--desktop {
        display: none;
    }

    .home-table__matrix--mobile {
        display: block;
    }

    .home-cta-crew__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        height: 639px;
    }

    .home-cta-crew__visual {
        align-self: center;
        margin-right: 0;
    }

    .home-cta-crew__cover {
        position: absolute;
        top: 32%;
        width: 500px;
        height: auto;
        left: -14%;
        transform: scale(1.7);
    }

    .home-cta-crew__title {
        text-align: left;
    }


    .home-cta-crew__link {
        margin-top: 32px;
        width: 100%;
        width: auto;
    }

    .home-cta__card {
        min-height: 280px;
    }

    .home-cta__content {
        padding: 24px;
    }

    .home-cta__title {
        line-height: 1.1;
        text-align: left;
    }

    .home-cta__link {
        margin-top: 32px;
        width: 100%;
    }

    .logo-slider {
        padding-bottom: 60px;
    }

    .home-social__quote {
        width: 42px;
        height: 28px;
    }

    .home-social__author-name {
        font-size: 16px;
    }

    .home-social__author-title {
        font-size: 13px;
    }

    .home-social__stats {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-readiness__header {
        padding-top: 80px;
    }

    .home-readiness__logo {
        margin-bottom: 0px;
    }

    .home-readiness__logo-text {
        font-size: 14px;
    }

    .home-readiness__background {
        height: 210px;
    }


    .home-readiness__card-content {
        padding: 16px;
    }

    .home-solutions {
        padding: 60px 0 80px;
    }

    .home-solutions__background {
        display: none;
    }

    .home-solutions__header {
        padding-top: 0;
    }

    .home-solutions__eyebrow {
        margin-bottom: 32px;
    }

    .home-solutions__item {
        flex-direction: column;
        gap: 40px;
    }

    .home-solutions__problem {
        margin-bottom: 40px;
    }

    .home-solutions__list {
        margin-top: 80px;
        gap: 120px;
    }

    .home-solutions__card-image {
        max-width: none;
    }

    .home-readiness__logo-img {
        margin-bottom: 37px;
    }

}

@media (max-width: 600px) {
    .home-readiness__grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .home-readiness__card--small,
    .home-readiness__card--large {
        grid-column: span 1;
        max-height: 439px;
        min-height: 439px;
    }
}

@media (max-width: 500px) {
    .home-cta-crew__cover {
        top: 52%;
    }
}