.visual-identity-page {
    color: #17151c;
    overflow: hidden;
}

.visual-identity-page * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.vi-grid {
    background-image:
        linear-gradient(rgba(107, 57, 244, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107, 57, 244, .06) 1px, transparent 1px);
    background-size: 40px 40px;
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.vi-hero {
    align-items: center;
    background: #fbfaff;
    display: flex;
    min-height: 70vh;
    padding: 108px 0 118px;
    position: relative;
}

.vi-hero-inner {
    max-width: 980px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.vi-eyebrow {
    color: #6b39f4;
    display: block;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.vi-hero h1 {
    color: #17151c;
    font-size: 72px;
    font-weight: 750;
    line-height: 1.02;
    margin: 0 auto;
    max-width: 1050px;
}

.vi-hero h1 span {
    background: linear-gradient(92deg, #762ed8, #4f80e8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    padding-bottom: .1em;
}

.vi-hero p {
    color: #686371;
    font-size: 19px;
    line-height: 1.65;
    margin: 22px auto 0;
    max-width: 720px;
}

.vi-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.vi-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.vi-button:hover,
.vi-button:focus-visible {
    text-decoration: none !important;
    transform: translateY(-2px);
}

.vi-button-primary {
    background: #6b39f4;
    border-color: #6b39f4;
    color: #fff;
}

.vi-button-primary:hover,
.vi-button-primary:focus-visible {
    background: #5628db;
    border-color: #5628db;
    color: #fff;
}

.vi-button-secondary {
    background: #fff;
    border-color: #ded9e7;
    color: #28242f;
}

.vi-button-secondary:hover,
.vi-button-secondary:focus-visible {
    background: #fff;
    border-color: #9d81f8;
    color: #5628db;
}

.vi-showcase {
    background: #17151c;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
    min-height: 840px;
    position: relative;
}

.vi-showcase-logo {
    align-items: center;
    background: #f7f6fa;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    min-height: 500px;
    padding: 80px;
}

.vi-showcase-logo img {
    display: block;
    height: auto;
    max-width: 520px;
    width: 70%;
}

.vi-showcase-logo span {
    color: #7d7786;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.vi-showcase-intro {
    align-content: center;
    display: grid;
    gap: 28px;
    padding: 80px clamp(42px, 6vw, 96px);
}

.vi-showcase-intro span {
    color: #a89cb7;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.vi-showcase-intro h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 720;
    line-height: 1.08;
    margin: 12px 0 0;
}

.vi-showcase-intro p {
    color: #bcb7c3;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.vi-showcase-identity {
    background: #fff;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1.1fr 1fr;
    min-height: 340px;
}

.vi-showcase-palette {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.vi-showcase-palette span {
    background: var(--vi-color);
    display: block;
}

.vi-device-crop {
    align-self: end;
    background: #f9f9fb;
    border: 7px solid #d9d8df;
    border-bottom: 0;
    border-radius: 36px 36px 0 0;
    height: 285px;
    margin: 44px auto 0;
    max-width: 390px;
    overflow: hidden;
    width: 78%;
}

.vi-device-status,
.vi-device-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.vi-device-status {
    color: #77727f;
    font-size: 9px;
    padding: 13px 18px 8px;
}

.vi-device-header {
    background: #fff;
    border-bottom: 1px solid #ebe9ef;
    min-height: 76px;
    padding: 14px 18px;
}

.vi-device-header img {
    max-height: 32px;
    max-width: 150px;
}

.vi-device-header span {
    background: #6b39f4;
    border-radius: 50%;
    height: 28px;
    opacity: .12;
    width: 28px;
}

.vi-device-content {
    padding: 25px 18px;
}

.vi-device-content i {
    background: #dedbe4;
    border-radius: 4px;
    display: block;
    height: 8px;
    margin-bottom: 10px;
    width: 68%;
}

.vi-device-content i:nth-child(2) {
    width: 48%;
}

.vi-device-content i:nth-child(3) {
    background: #dceee7;
    height: 72px;
    margin-top: 24px;
    width: 100%;
}

.vi-file-delivery {
    align-content: center;
    background: #eef7f3;
    color: #17151c;
    display: grid;
    padding: 50px clamp(30px, 5vw, 72px);
}

.vi-file-delivery > span {
    color: #56816d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.vi-file-delivery > strong {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 8px;
}

.vi-file-delivery > div {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
}

.vi-file-delivery i {
    align-items: center;
    background: #fff;
    border: 1px solid #d7e8df;
    border-radius: 6px;
    display: flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 750;
    justify-content: center;
    min-height: 58px;
}

.vi-purpose,
.vi-process,
.vi-access,
.vi-faq,
.vi-final {
    padding: 120px 0;
}

.vi-purpose {
    background: #fff;
}

.vi-section-heading {
    max-width: 760px;
}

.vi-section-heading h2,
.vi-process-copy h2,
.vi-access h2,
.vi-final h2 {
    color: #17151c;
    font-size: 56px;
    font-weight: 720;
    line-height: 1.08;
    margin: 0;
}

.vi-section-heading p,
.vi-process-copy p,
.vi-access p,
.vi-final p {
    color: #6b6672;
    font-size: 16px;
    line-height: 1.7;
    margin: 18px 0 0;
}

.vi-purpose-grid {
    border-bottom: 1px solid #e8e5ec;
    border-top: 1px solid #e8e5ec;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
}

.vi-purpose-grid article {
    min-height: 330px;
    padding: 42px 36px;
}

.vi-purpose-grid article + article {
    border-left: 1px solid #e8e5ec;
}

.vi-purpose-grid article > span {
    color: #6b39f4;
    font-size: 12px;
    font-weight: 750;
}

.vi-purpose-grid h3 {
    color: #211f26;
    font-size: 28px;
    line-height: 1.2;
    margin: 76px 0 14px;
}

.vi-purpose-grid p {
    color: #6b6672;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.vi-process {
    background: #f7f6fa;
}

.vi-process-layout {
    align-items: start;
    display: grid;
    gap: clamp(60px, 9vw, 130px);
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr);
}

.vi-process-copy a {
    color: #6b39f4;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    margin-top: 26px;
    text-decoration: none !important;
}

.vi-process-steps {
    border-top: 1px solid #dedbe3;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vi-process-steps li {
    align-items: center;
    border-bottom: 1px solid #dedbe3;
    display: grid;
    gap: 20px;
    grid-template-columns: 44px 1fr;
    min-height: 104px;
    padding: 18px 0;
}

.vi-process-steps li > span {
    align-items: center;
    background: #fff;
    border: 1px solid #dcd7e4;
    border-radius: 50%;
    color: #6b39f4;
    display: flex;
    font-size: 13px;
    font-weight: 750;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.vi-process-steps strong,
.vi-process-steps small {
    display: block;
}

.vi-process-steps strong {
    color: #211f26;
    font-size: 18px;
}

.vi-process-steps small {
    color: #7e7884;
    font-size: 12px;
    margin-top: 4px;
}

.vi-access {
    background: #fff;
}

.vi-access-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
}

.vi-access article {
    border: 1px solid #e3dfe8;
    border-radius: 8px;
    min-height: 470px;
    padding: clamp(44px, 6vw, 78px);
}

.vi-access article > span {
    color: #6b39f4;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.vi-access h2 {
    font-size: 46px;
    margin-top: 24px;
}

.vi-access-link {
    align-items: center;
    background: #f7f6fa;
    border: 1px solid #ebe7ef;
    border-radius: 999px;
    color: #696270;
    display: grid;
    font-size: 12px;
    gap: 10px;
    grid-template-columns: auto 1fr auto;
    margin-top: 54px;
    min-height: 48px;
    padding: 8px 10px 8px 16px;
}

.vi-access-link b {
    background: #fff;
    border-radius: 999px;
    color: #6b39f4;
    padding: 8px 14px;
}

.vi-final {
    background: #f8f7fb;
    position: relative;
    text-align: center;
}

.vi-faq {
    background: #f7f6fa;
}

.vi-faq-layout {
    display: grid;
    gap: clamp(50px, 8vw, 120px);
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
}

.vi-faq h2 {
    color: #17151c;
    font-size: 50px;
    line-height: 1.08;
    margin: 0;
}

.vi-faq-list {
    border-top: 1px solid #dedbe3;
}

.vi-faq-list details {
    border-bottom: 1px solid #dedbe3;
}

.vi-faq-list summary {
    align-items: center;
    color: #211f26;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    min-height: 78px;
    padding: 18px 0;
}

.vi-faq-list summary::-webkit-details-marker {
    display: none;
}

.vi-faq-list summary i {
    color: #6b39f4;
    font-size: 11px;
    transition: transform .2s ease;
}

.vi-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.vi-faq-list p {
    color: #6b6672;
    font-size: 14px;
    line-height: 1.7;
    margin: -4px 42px 26px 0;
}

.vi-final .container {
    max-width: 900px;
    position: relative;
    z-index: 1;
}

.vi-final p {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}

@media (max-width: 991px) {
    .vi-hero h1 {
        font-size: 60px;
    }

    .vi-showcase-intro h2 {
        font-size: 42px;
    }

    .vi-section-heading h2,
    .vi-process-copy h2,
    .vi-final h2,
    .vi-faq h2 {
        font-size: 48px;
    }

    .vi-showcase {
        grid-template-columns: 1fr;
    }

    .vi-showcase-logo,
    .vi-showcase-intro {
        min-height: 420px;
    }

    .vi-showcase-identity {
        grid-template-columns: 1fr 1fr;
    }

    .vi-showcase-palette {
        grid-column: 1 / -1;
        min-height: 170px;
    }

    .vi-purpose-grid,
    .vi-access-grid {
        grid-template-columns: 1fr;
    }

    .vi-purpose-grid article + article {
        border-left: 0;
        border-top: 1px solid #e8e5ec;
    }

    .vi-process-layout {
        grid-template-columns: 1fr;
    }

    .vi-faq-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .vi-hero {
        min-height: auto;
        padding: 78px 0 82px;
    }

    .vi-hero h1 {
        font-size: 46px;
    }

    .vi-showcase-intro h2 {
        font-size: 36px;
    }

    .vi-hero p {
        font-size: 16px;
    }

    .vi-actions,
    .vi-button {
        width: 100%;
    }

    .vi-showcase-logo,
    .vi-showcase-intro {
        min-height: 350px;
        padding: 52px 24px;
    }

    .vi-showcase-logo img {
        width: 88%;
    }

    .vi-showcase-identity {
        grid-template-columns: 1fr;
    }

    .vi-showcase-palette {
        min-height: 130px;
    }

    .vi-device-crop {
        width: 82%;
    }

    .vi-file-delivery {
        min-height: 300px;
    }

    .vi-purpose,
    .vi-process,
    .vi-access,
    .vi-faq,
    .vi-final {
        padding: 82px 0;
    }

    .vi-section-heading h2,
    .vi-process-copy h2,
    .vi-access h2,
    .vi-faq h2,
    .vi-final h2 {
        font-size: 38px;
    }

    .vi-purpose-grid article {
        min-height: 270px;
        padding: 34px 8px;
    }

    .vi-purpose-grid h3 {
        margin-top: 52px;
    }

    .vi-access article {
        min-height: 400px;
        padding: 42px 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vi-button {
        transition: none;
    }
}
