/* Commercial typography and proof cards — opt-in V3 only. */

html.design-v3 body.page-home article#featured.v3-home-hero > p:not(.link-b),
html.design-v3 body.page-home .v3-home-intro > article > p,
html.design-v3 body.page-home .v3-home-benefits-row .info-blocks-in > p,
html.design-v3 body.page-home section#content.v3-home-proof > article.module-d > p.scheme-b.a,
html.design-v3 article#featured.v3-seedbox-hero > p:not(.link-b),
html.design-v3 section.v3-seedbox-feature > article > p {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: wrap;
}

html.design-v3 body.page-home section#content.v3-home-proof > article.module-d > p.scheme-b.a {
    text-align: center;
    text-align-last: center;
}

/* Filled commercial CTAs keep their existing green surfaces, with white ink
 * for both the label and the Font Awesome chevron in every keyboard/mouse
 * state. Sold-out actions remain governed by their disabled treatment. */
html.design-v3 body.page-home article#featured.v3-home-hero > p.link-b > a:not(.disabled),
html.design-v3 body.page-home article#featured.v3-home-hero > p.link-b > a:not(.disabled):hover,
html.design-v3 body.page-home article#featured.v3-home-hero > p.link-b > a:not(.disabled):focus,
html.design-v3 body.page-home article#featured.v3-home-hero > p.link-b > a:not(.disabled):focus-visible,
html.design-v3 section.v3-seedbox-comparison .v3-seedbox-table .v3-plan-actions .link-b > a:not(.disabled),
html.design-v3 section.v3-seedbox-comparison .v3-seedbox-table .v3-plan-actions .link-b > a:not(.disabled):hover,
html.design-v3 section.v3-seedbox-comparison .v3-seedbox-table .v3-plan-actions .link-b > a:not(.disabled):focus,
html.design-v3 section.v3-seedbox-comparison .v3-seedbox-table .v3-plan-actions .link-b > a:not(.disabled):focus-visible {
    color: var(--v3-white, #ffffff);
}

html.design-v3 body.page-home article#featured.v3-home-hero > p.link-b > a:not(.disabled) .fa,
html.design-v3 section.v3-seedbox-comparison .v3-seedbox-table .v3-plan-actions .link-b > a:not(.disabled) .fa {
    color: inherit;
}

/* Compact, non-interactive benefit cards for the V3 home page. */
html.design-v3 body.page-home .v3-home-benefits-row {
    gap: 18px;
    margin-bottom: 18px !important;
}

html.design-v3 body.page-home .v3-home-benefits-row .info-blocks {
    position: relative;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    min-width: 0;
    min-height: 148px;
    padding: 21px 23px;
    border-color: #d9e3ed;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(118, 192, 67, 0.065), #ffffff 38%);
    box-shadow: 0 10px 24px rgba(8, 17, 31, 0.055);
}

html.design-v3 body.page-home .v3-home-benefits-row .icon-info-blocks {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(118, 192, 67, 0.28);
    border-radius: 15px;
    background: linear-gradient(145deg, #edf8e8, #dcefd3);
    box-shadow: 0 8px 18px rgba(54, 105, 35, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    color: #17324f;
    font-size: 20px;
}

html.design-v3 body.page-home .v3-home-benefits-row .info-blocks-in {
    min-width: 0;
    align-self: start;
}

html.design-v3 body.page-home .v3-home-benefits-row h3 {
    margin: 0 0 7px;
    color: #10223a;
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -0.012em;
    line-height: 1.3;
    text-wrap: balance;
}

html.design-v3 body.page-home .v3-home-benefits-row .info-blocks-in > p {
    color: #617186;
    font-size: 15px;
    line-height: 1.55;
}

/* Include the content ID: legacy mobile #root rules otherwise remove the
 * cards' padding and put the check mark directly on the top border. */
html.design-v3 body.page-home section#content.v3-home-proof > article.module-d {
    box-sizing: border-box;
    padding: 72px max(24px, calc(50% - 590px));
}

html.design-v3 body.page-home section#content.v3-home-proof > article.module-d > ul.list-g {
    gap: 16px;
    margin: 0 auto !important;
    overflow: visible;
}

html.design-v3 body.page-home section#content.v3-home-proof .list-g > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 140px;
    margin: 0;
    padding: 22px 16px;
    line-height: 1.45;
}

html.design-v3 body.page-home section#content.v3-home-proof .list-g .ico-cont {
    position: static;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
}

html.design-v3 body.page-home section#content.v3-home-proof .ico-cont > .fa {
    position: static;
    margin: 0;
    font-style: normal;
    line-height: 1;
}

@media (max-width: 600px) {
    html.design-v3 body.page-home .v3-home-benefits-row {
        gap: 14px;
        margin-bottom: 14px !important;
    }

    html.design-v3 body.page-home .v3-home-benefits-row .info-blocks {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px 13px;
        align-items: center;
        min-height: 0;
        padding: 18px;
        border-radius: 15px;
    }

    html.design-v3 body.page-home .v3-home-benefits-row .icon-info-blocks {
        grid-column: 1;
        grid-row: 1;
        width: 44px;
        height: 44px;
        border-radius: 13px;
        font-size: 18px;
    }

    html.design-v3 body.page-home .v3-home-benefits-row .info-blocks-in {
        display: contents;
    }

    html.design-v3 body.page-home .v3-home-benefits-row h3 {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        margin: 0;
        font-size: 17px;
    }

    html.design-v3 body.page-home .v3-home-benefits-row .info-blocks-in > p {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-top: 1px;
        font-size: 14px;
        line-height: 1.55;
        text-align: left;
        text-align-last: auto;
    }

    html.design-v3 body.page-home section#content.v3-home-proof > article.module-d {
        min-height: 0;
        padding: 44px 18px;
    }

    html.design-v3 body.page-home section#content.v3-home-proof h2 {
        font-size: clamp(27px, 6.8vw, 34px);
        line-height: 1.22;
        margin-bottom: 20px;
    }

    html.design-v3 body.page-home section#content.v3-home-proof > article.module-d > p.scheme-b.a {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 1.65;
    }

    html.design-v3 body.page-home section#content.v3-home-proof > article.module-d > ul.list-g {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    html.design-v3 body.page-home section#content.v3-home-proof .list-g > li {
        min-height: 142px;
        padding: 18px 12px;
        font-size: 14px;
        font-weight: 600;
    }
}

@media (max-width: 359px) {
    html.design-v3 body.page-home section#content.v3-home-proof > article.module-d > ul.list-g {
        grid-template-columns: minmax(0, 1fr);
    }
}
