/* Platform-specific post-download installation guide. */
.main-content-container-background-install-guide {
    background: #f4f8f9;
}

.main-content-container-background-install-guide > #main-content-container {
    overflow: visible;
    background: transparent;
}

.install-guide {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 24px 48px;
    color: #263942;
    box-sizing: border-box;
}

.install-overview {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 40px 30px;
    border: 1px solid #c7dde2;
    border-radius: 14px;
    background: linear-gradient(135deg, #f2fbfd, #ffffff 62%);
    box-shadow: 0 12px 34px rgba(0, 78, 95, 0.09);
    box-sizing: border-box;
}

.install-download-header {
    text-align: center;
}

.install-download-header h1 {
    margin: 0;
    color: #173945;
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    line-height: 1.2;
}

.install-quick-trial {
    display: grid;
    grid-template-columns: minmax(230px, 0.82fr) minmax(0, 1.18fr);
    gap: 24px;
    align-items: center;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid #d9e7ea;
}

.install-kicker {
    margin-bottom: 6px;
    color: #00758c;
    font-size: 0.72em;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.install-kicker--checked {
    display: flex;
    align-items: center;
    gap: 7px;
}

.install-kicker-check {
    display: inline-flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--accent-color);
    font-size: 0.7rem;
    letter-spacing: 0;
    line-height: 1;
    box-shadow: 0 3px 9px rgba(0, 128, 155, 0.18);
}

.install-quick-trial .install-kicker {
    font-size: 0.68em;
}

.install-quick-trial .install-step-copy h2 {
    font-size: 1.08em;
}

.install-quick-trial .install-step-copy p {
    font-size: 0.82em;
}

.install-guide .install-quick-trial figcaption {
    font-size: 0.72em;
}

.install-step-copy h2,
.install-step-copy h3 {
    margin: 0;
    color: #213b45;
    line-height: 1.25;
}

.install-step-copy h2 {
    font-size: 1.15em;
}

.install-step-copy h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1em;
}

.install-step-copy p {
    margin: 10px 0 0;
    color: #52676f;
    font-size: 0.86em;
    line-height: 1.55;
    text-align: left;
}

.install-step-copy code {
    padding: 0.08em 0.3em;
    border-radius: 4px;
    background: #edf3f5;
    font-size: 0.9em;
    white-space: nowrap;
}

.install-download-help {
    margin: 20px 0 0;
    color: #687b81;
    font-size: 0.78em;
    line-height: 1.45;
    text-align: center;
}

.install-download-help a {
    font-weight: bold;
}

.install-instructions {
    margin-top: 42px;
}

.install-section-heading {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.install-section-heading h2 {
    margin: 0;
    color: #183946;
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.2;
}

.install-section-heading p {
    margin: 10px 0 0;
    color: #62757c;
    font-size: 0.86em;
    line-height: 1.5;
    text-align: center;
}

.install-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    counter-reset: install-step;
    list-style: none;
}

.install-step {
    display: flex;
    min-width: 0;
    padding: 20px;
    border: 1px solid #dbe6ea;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(30, 51, 60, 0.07);
    counter-increment: install-step;
    flex-direction: column;
    box-sizing: border-box;
}

.install-step-copy h3::before {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--accent-color);
    content: counter(install-step);
    font-size: 0.78em;
    font-weight: bold;
    line-height: 1;
}

.install-step--wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
    gap: 24px;
    align-items: center;
}

.install-step--trial {
    border-color: #bed8df;
    background: #fbfeff;
}

.install-step figure,
.install-mac-update figure,
.install-uninstall figure,
.install-quick-trial figure {
    margin: auto 0 0;
    padding-top: 18px;
}

.install-step--wide figure,
.install-mac-update figure,
.install-quick-trial figure {
    margin: 0;
    padding-top: 0;
}

.install-guide figure.install-native-figure {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.install-native-figure--430 {
    max-width: 430px;
}

.install-native-figure--495 {
    max-width: 495px;
}

.install-native-figure--735 {
    max-width: 735px;
}

.install-native-figure--800 {
    max-width: 800px;
}

.install-guide figure img,
.install-guide figure picture {
    display: block;
    width: 100%;
}

.install-guide figure img {
    height: auto;
    border: 1px solid #ced9de;
    border-radius: 9px 9px 0 0;
    background: #f1f3f4;
    box-sizing: border-box;
}

.install-mac-animation-crop {
    overflow: hidden;
    border-top: 1px solid #ced9de;
    border-radius: 9px 9px 0 0;
    box-sizing: border-box;
}

.install-mac-animation-crop img {
    /* Three source pixels at full width, scaled proportionally on smaller screens. */
    margin-top: -0.375%;
}

.install-guide figcaption {
    padding: 10px 12px;
    border: 1px solid #d9e2e6;
    border-top: 0;
    border-radius: 0 0 9px 9px;
    color: #5e7077;
    background: #f7f9fa;
    font-size: 0.76em;
    line-height: 1.4;
    text-align: center;
}

.install-mac-update {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(0, 430px);
    gap: 26px;
    align-items: center;
    max-width: 900px;
    margin: 32px auto 0;
    padding: 22px 24px;
    border: 1px solid #d7e3e6;
    border-radius: 12px;
    background: #f9fbfc;
    box-sizing: border-box;
}

.install-mac-update + .install-uninstall {
    margin-top: 22px;
}

.install-mac-update h2 {
    margin: 0;
    color: #213b45;
    font-size: 1.18em;
    line-height: 1.25;
}

.install-uninstall {
    max-width: 780px;
    margin: 38px auto 0;
    padding: 25px 27px 27px;
    border: 1px solid #dbe5e8;
    border-radius: 12px;
    background: #f9fbfc;
    box-sizing: border-box;
}

.install-uninstall h2 {
    margin: 0;
    color: #213840;
    font-size: 1.18em;
    line-height: 1.25;
}

.install-uninstall > p {
    margin: 10px 0 0;
    color: #52676f;
    font-size: 0.86em;
    line-height: 1.55;
    text-align: left;
}

.install-uninstall--compact {
    max-width: 680px;
    padding: 22px 26px;
    text-align: center;
}

.install-uninstall--compact > p {
    text-align: center;
}

.install-next-guide {
    margin: 28px auto 0;
    text-align: center;
}

.install-next-guide a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #00758c;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4;
    text-underline-offset: 0.18em;
}

.install-next-guide a:hover,
.install-next-guide a:focus {
    color: #005d70;
}

@media (max-width: 760px) {
    .install-guide {
        padding: 14px 14px 36px;
    }

    .install-overview {
        padding: 22px 18px 24px;
    }

    .install-quick-trial,
    .install-step--wide,
    .install-mac-update {
        grid-template-columns: minmax(0, 1fr);
    }

    .install-quick-trial {
        gap: 16px;
        margin-top: 22px;
        padding-top: 20px;
    }

    .install-instructions {
        margin-top: 32px;
    }

    .install-steps {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .install-step--wide {
        grid-column: auto;
        gap: 18px;
    }

    .install-step {
        padding: 17px;
    }

    .install-step--wide figure {
        padding-top: 0;
    }

    .install-mac-update {
        gap: 18px;
        padding: 19px;
    }

    .install-uninstall {
        margin-top: 28px;
        padding: 22px 19px;
    }
}

@media (max-width: 420px) {
    .install-download-header h1 {
        font-size: 1.3rem;
    }

    .install-step-copy code {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}
