/* Native, inert dashboard illustration for the V3 home hero only. */

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview {
    min-height: 560px;
    isolation: isolate;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > h2,
html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > p {
    padding-right: min(46%, 500px);
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > h2 {
    font-size: clamp(40px, 4vw, 56px);
    white-space: nowrap;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > h2 > span {
    display: block;
    white-space: nowrap;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > .v3-home-preview {
    position: absolute;
    top: 50%;
    right: max(24px, calc((100% - 1180px) / 2));
    z-index: 2;
    box-sizing: border-box;
    width: min(420px, calc(42% - 24px));
    margin: 0;
    color: #0f1f35;
    font-family: Inter, "Open Sans", "Segoe UI", Arial, sans-serif;
    text-align: left;
    transform: translateY(-50%);
    pointer-events: none;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__caption {
    margin: 0 0 9px;
    color: #dbe6f4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: left;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__shell {
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: #f4f7fb;
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.34);
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 10px 16px;
    background: #0b1628;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__logo {
    display: block;
    width: 128px;
    max-width: 48%;
    height: auto;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__bar-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid rgba(118, 192, 67, 0.35);
    border-radius: 999px;
    color: #dbe7f4;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__panel {
    padding: 18px;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__service-head {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #dce4ee;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__service-copy {
    min-width: 0;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #65758b;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__title {
    margin: 0;
    padding: 0;
    color: #0b1628;
    font-family: Inter, "Open Sans", "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__title::before {
    content: none;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__status {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 7px;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(118, 192, 67, 0.14);
    color: #3e781d;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #67b735;
    box-shadow: 0 0 0 3px rgba(118, 192, 67, 0.14);
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__storage {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 16px 0;
    padding: 15px;
    border: 1px solid #dce4ee;
    border-radius: 14px;
    background: #ffffff;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__donut {
    position: relative;
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: conic-gradient(#76c043 0 56%, #e5ebf2 56% 100%);
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__donut::after {
    position: absolute;
    inset: 9px;
    border-radius: 50%;
    background: #ffffff;
    content: "";
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__donut > span {
    position: relative;
    z-index: 1;
    color: #0b1628;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__storage-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__storage-copy strong {
    margin-bottom: 5px;
    color: #0b1628;
    font-size: 16px;
    line-height: 1.25;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__storage-copy span {
    color: #33445c;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__storage-copy small {
    margin-top: 2px;
    color: #6b7c91;
    font-size: 12px;
    line-height: 1.4;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__access-title {
    width: auto;
    margin: 0 0 9px;
    padding: 0;
    color: #33445c !important;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__access {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__access-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 72px;
    padding: 9px 5px;
    border: 1px solid #e0e7ef;
    border-radius: 11px;
    background: #ffffff;
    color: #25374f;
    text-align: center;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__access-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: rgba(118, 192, 67, 0.15);
    color: #4f9228;
    font-size: 14px;
    line-height: 1;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__access-icon .fa {
    position: static;
    margin: 0;
    color: inherit;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__access-label {
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__demo {
    width: auto;
    margin: 12px 0 0;
    padding: 0;
    color: #718096 !important;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__demo .fa {
    position: static;
    margin: 0 5px 0 0;
    color: #5e8e3e;
    font-family: FontAwesome;
    font-style: normal;
}

@media (max-width: 900px) {
    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview {
        min-height: 0;
        padding-bottom: 64px;
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > h2,
    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > p {
        padding-right: 0;
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > h2 {
        font-size: clamp(22px, 7vw, 46px);
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > .v3-home-preview {
        position: relative;
        top: auto;
        right: auto;
        width: min(560px, calc(100% - 48px));
        margin: 38px auto 0;
        transform: none;
    }
}

@media (max-width: 500px) {
    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview {
        padding-bottom: 46px;
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview > .v3-home-preview {
        width: calc(100% - 28px);
        margin-top: 32px;
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__panel {
        padding: 14px;
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__storage {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 14px;
        padding: 13px;
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__donut {
        width: 72px;
        height: 72px;
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__access {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    html.design-v3 body.page-home article#featured.v3-home-hero.v3-home-hero--preview .v3-home-preview__access-item {
        min-height: 66px;
        flex-direction: row;
        justify-content: flex-start;
        padding: 9px 10px;
        text-align: left;
    }
}
