/* SYNTHVERO PUBLIC RESOURCES V3 */

body.sv-resources-page,
body.sv-resources-page #page,
body.sv-resources-page .site,
body.sv-resources-page .mi-mkt-shell {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.sv-resources,
.sv-resources * {
    box-sizing: border-box;
}

.sv-resources {
    width: 100%;
    color: #0a1630;
    background:
        radial-gradient(circle at 78% 8%, rgba(124,58,237,.09), transparent 27%),
        radial-gradient(circle at 62% 14%, rgba(37,99,235,.08), transparent 28%),
        #fff;
}

.sv-resources-hero {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    min-height: 420px;
    padding: 88px 0 70px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(220px, .5fr);
    gap: 64px;
    align-items: center;
}

.sv-resource-kicker {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .18em;
    color: #59677d;
}

.sv-resources-hero h1,
.sv-resource-library h1,
.sv-contact-layout h1,
.sv-resource-article h1 {
    margin: 0;
    font-size: clamp(42px, 5.6vw, 76px);
    line-height: .98;
    letter-spacing: -.045em;
    color: #081220;
}

.sv-resources-hero h1 span {
    display: block;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sv-resources-hero-copy > p {
    max-width: 720px;
    margin: 26px 0 0;
    font-size: 18px;
    line-height: 1.65;
    color: #5e6a7d;
}

.sv-resource-search {
    position: relative;
    margin-top: 32px;
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 20px;
    border: 1px solid #d9e0eb;
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 44px rgba(15,23,42,.08);
}

.sv-resource-search input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    font: inherit;
    color: #111827;
}

.sv-resources-hero-brand {
    min-width: 0;
    display: grid;
    justify-items: start;
    align-content: center;
    padding: 34px;
    border: 1px solid rgba(99,102,241,.15);
    border-radius: 26px;
    background: rgba(255,255,255,.58);
    backdrop-filter: blur(18px);
}

.sv-resources-hero-brand .mi-sv-brand-mark {
    width: 82px;
    height: 82px;
    margin-bottom: 26px;
}

.sv-resources-hero-brand strong,
.sv-resources-hero-brand span {
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.sv-resources-hero-brand span {
    color: #6d3ce8;
}

.sv-resource-tabs {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid #e8edf4;
    border-bottom: 1px solid #e8edf4;
    overflow-x: auto;
}

.sv-resource-tabs a {
    flex: 0 0 auto;
    padding: 10px 13px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    color: #536176;
}

.sv-resource-tabs a.active {
    background: #0b172b;
    color: #fff;
}

.sv-resource-tabs a.contact {
    margin-left: auto;
}

.sv-resource-section,
.sv-resource-three,
.sv-resource-library,
.sv-contact-layout,
.sv-resource-article-wrap {
    width: min(1120px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.sv-resource-section {
    padding: 74px 0 50px;
}

.sv-resource-heading {
    max-width: 700px;
    margin-bottom: 30px;
}

.sv-resource-heading.compact {
    margin-bottom: 20px;
}

.sv-resource-heading h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.sv-resource-heading p {
    margin: 0;
    color: #657287;
    line-height: 1.65;
}

.sv-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sv-topic-grid > a {
    position: relative;
    min-width: 0;
    min-height: 190px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e1e7f0;
    border-radius: 18px;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sv-topic-grid > a:hover {
    transform: translateY(-2px);
    border-color: #c8d3e5;
    box-shadow: 0 18px 42px rgba(15,23,42,.07);
}

.sv-topic-grid > a > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(124,58,237,.12));
    color: #5b49df;
    font-size: 12px;
    font-weight: 800;
}

.sv-topic-grid strong {
    font-size: 18px;
}

.sv-topic-grid p {
    margin: 8px 0 18px;
    line-height: 1.55;
    color: #68758a;
}

.sv-topic-grid b {
    margin-top: auto;
    align-self: flex-end;
    color: #5b49df;
}

.sv-resource-three {
    padding: 38px 0 90px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
}

.sv-resource-list,
.sv-faq-preview,
.sv-help-actions {
    display: grid;
}

.sv-resource-list a,
.sv-faq-preview a,
.sv-help-actions a {
    min-width: 0;
    text-decoration: none;
    color: #0b172b;
}

.sv-resource-list a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e8edf3;
}

.sv-resource-list a span {
    grid-column: 1;
    font-size: 11px;
    font-weight: 800;
    color: #7a8799;
    text-transform: uppercase;
}

.sv-resource-list a strong {
    grid-column: 1;
}

.sv-resource-list a b {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
}

.sv-faq-preview a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #e8edf3;
}

.sv-help-actions {
    gap: 12px;
}

.sv-help-actions a {
    padding: 17px 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    border: 1px solid #e1e7f0;
    border-radius: 14px;
}

.sv-help-actions span {
    grid-column: 1;
    color: #748196;
    font-size: 13px;
}

.sv-help-actions b {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
}

.sv-resource-text-link {
    display: inline-block;
    margin-top: 18px;
    text-decoration: none;
    font-weight: 800;
    color: #5b49df;
}

.sv-resource-library {
    padding: 72px 0 100px;
}

.sv-resource-library .sv-resource-heading h1,
.sv-contact-layout .sv-resource-heading h1 {
    font-size: clamp(40px, 4.7vw, 62px);
}

.sv-library-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sv-library-grid > a {
    min-width: 0;
    min-height: 210px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e2e8f1;
    border-radius: 17px;
    background: #fff;
}

.sv-library-grid > a > span {
    font-size: 11px;
    font-weight: 800;
    color: #69778c;
    text-transform: uppercase;
}

.sv-library-grid > a > strong {
    margin-top: 10px;
    font-size: 18px;
}

.sv-library-grid > a > p {
    margin: 10px 0;
    line-height: 1.6;
    color: #69778c;
}

.sv-library-grid > a > small {
    margin-top: auto;
    color: #5b49df;
    font-weight: 800;
}

.sv-status-list,
.sv-release-list {
    display: grid;
    gap: 12px;
}

.sv-status-list > div,
.sv-release-list article {
    padding: 18px 20px;
    display: grid;
    align-items: center;
    gap: 16px;
    border: 1px solid #e2e8f1;
    border-radius: 14px;
    background: #fff;
}

.sv-status-list > div {
    grid-template-columns: 12px 1fr auto minmax(240px, .8fr);
}

.sv-status-list i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
}

.sv-status-list b {
    color: #14804a;
}

.sv-status-list span {
    color: #718096;
}

.sv-release-list article {
    grid-template-columns: 90px 1fr;
}

.sv-release-list article > span {
    font-weight: 800;
    color: #5b49df;
}

.sv-release-list p {
    margin: 5px 0 0;
    color: #718096;
}

.sv-contact-layout {
    padding: 78px 0 100px;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 62px;
}

.sv-contact-safety {
    margin-top: 30px;
    padding: 20px;
    display: grid;
    gap: 9px;
    border-radius: 14px;
    background: #f6f8fc;
    color: #5f6d82;
}

.sv-contact-safety strong {
    color: #0b172b;
}

.sv-public-support-form {
    min-width: 0;
    padding: 28px;
    display: grid;
    gap: 16px;
    border: 1px solid #e1e7f0;
    border-radius: 20px;
    background: #fff;
}

.sv-public-support-form label {
    min-width: 0;
    display: grid;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
}

.sv-public-support-form input,
.sv-public-support-form select,
.sv-public-support-form textarea {
    width: 100%;
    min-width: 0;
    padding: 12px 13px;
    border: 1px solid #d7dfeb;
    border-radius: 10px;
    background: #fff;
    font: inherit;
}

.sv-form-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sv-support-submit {
    min-height: 48px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.sv-resource-article-wrap {
    padding: 70px 0 100px;
}

.sv-resource-back {
    display: inline-block;
    margin-bottom: 24px;
    text-decoration: none;
    color: #637188;
    font-weight: 700;
}

.sv-resource-article {
    max-width: 860px;
    margin: 0 auto;
    padding: 42px;
    border: 1px solid #e1e7f0;
    border-radius: 22px;
    background: #fff;
}

.sv-resource-article h1 {
    font-size: clamp(38px, 4.5vw, 58px);
}

.sv-resource-lead {
    margin: 20px 0 30px;
    font-size: 19px;
    line-height: 1.65;
    color: #657287;
}

.sv-resource-body {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.sv-resource-help {
    margin-top: 36px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #e7ecf3;
}

.sv-resource-help > div {
    display: grid;
    gap: 4px;
}

.sv-resource-help span {
    color: #718096;
}

.sv-resource-help > a {
    align-self: center;
    padding: 11px 15px;
    border-radius: 10px;
    text-decoration: none;
    background: #0b172b;
    color: #fff;
    font-weight: 800;
}

.sv-resources .mi-support-search-index {
    display: none !important;
}

.sv-resources .mi-help-search-results {
    position: absolute;
    z-index: 80;
    width: min(760px, calc(100% - 48px));
    max-height: 360px;
    overflow-y: auto;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #dce3ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(15,23,42,.14);
}

.sv-resources .mi-help-search-results a {
    display: grid;
    gap: 3px;
    padding: 12px 13px;
    border-radius: 9px;
    text-decoration: none;
}

.sv-resources .mi-help-search-results a:hover {
    background: #f6f8fc;
}

@media (max-width: 900px) {
    .sv-resources-hero {
        grid-template-columns: 1fr;
    }

    .sv-resources-hero-brand {
        display: none;
    }

    .sv-topic-grid,
    .sv-library-grid,
    .sv-resource-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sv-resource-three > :last-child {
        grid-column: 1 / -1;
    }

    .sv-contact-layout {
        grid-template-columns: 1fr;
    }

    .sv-status-list > div {
        grid-template-columns: 12px 1fr auto;
    }

    .sv-status-list span {
        grid-column: 2 / -1;
    }
}

@media (max-width: 640px) {
    .sv-resources-hero,
    .sv-resource-tabs,
    .sv-resource-section,
    .sv-resource-three,
    .sv-resource-library,
    .sv-contact-layout,
    .sv-resource-article-wrap {
        width: min(100% - 28px, 1120px);
    }

    .sv-resources-hero {
        min-height: 0;
        padding: 54px 0 46px;
    }

    .sv-resources-hero h1 {
        font-size: 44px;
    }

    .sv-resource-tabs a.contact {
        margin-left: 0;
    }

    .sv-topic-grid,
    .sv-library-grid,
    .sv-resource-three,
    .sv-form-two {
        grid-template-columns: 1fr;
    }

    .sv-resource-three > :last-child {
        grid-column: auto;
    }

    .sv-resource-article {
        padding: 26px 20px;
    }

    .sv-resource-help {
        flex-direction: column;
    }

    .sv-resource-help > a {
        align-self: flex-start;
    }

    .sv-status-list > div {
        grid-template-columns: 12px 1fr;
    }

    .sv-status-list b,
    .sv-status-list span {
        grid-column: 2;
    }

    .sv-release-list article {
        grid-template-columns: 1fr;
    }
}
