/* Scoped presentation for Microsoft Access Database Recovery page. */
.access-recovery-page {
    background: #f3f6fa;
    color: #142235;
    font-family: 'Poppins', Arial, sans-serif;
}

.access-recovery-page * {
    box-sizing: border-box;
}

.ar-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.ar-hero {
    min-height: 390px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(5, 13, 27, .94), rgba(15, 42, 62, .76)),
        url('/images/hero.jpg') center/cover no-repeat;
}

.ar-hero--article {
    min-height: 340px;
}

.ar-hero .ar-wrap {
    padding: 76px 0;
}

.ar-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #f3b33d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ar-hero h1,
.ar-panel h2,
.ar-section h2,
.ar-band h2,
.ar-cta h2,
.ar-article h2 {
    margin: 0;
    color: #071d36;
    font-weight: 800;
    line-height: 1.12;
}

.ar-hero h1 {
    max-width: 900px;
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.ar-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    text-shadow: 0 1px 14px rgba(0, 0, 0, .42);
}

.ar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 6px;
    background: #b51f31;
    border: 1px solid #b51f31;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(181, 31, 49, .24);
}

.ar-button:hover {
    background: #941927;
    border-color: #941927;
    color: #fff !important;
    text-decoration: none;
}

.ar-button--alt {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .38);
    box-shadow: none;
}

.ar-main {
    padding: 72px 0;
}

.ar-intro,
.ar-band,
.ar-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
    gap: 24px;
    align-items: start;
}

.ar-panel,
.ar-section,
.ar-band,
.ar-related,
.ar-cta,
.ar-article,
.ar-sidebar {
    background: #fff;
    border: 1px solid #d6e0ec;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.ar-panel,
.ar-section,
.ar-related,
.ar-cta,
.ar-article,
.ar-sidebar {
    padding: 36px;
}

.ar-section,
.ar-band,
.ar-related,
.ar-cta {
    margin-top: 28px;
}

.ar-band {
    padding: 40px;
    background: linear-gradient(135deg, #102033, #24384d);
    color: #fff;
}

.ar-band h2,
.ar-band p,
.ar-cta h2,
.ar-cta p {
    color: #fff !important;
}

.ar-band p {
    color: rgba(255, 255, 255, .84) !important;
}

.ar-rule {
    display: block;
    width: 76px;
    height: 4px;
    margin-bottom: 26px;
    background: #b51f31;
    border-radius: 999px;
}

.ar-panel p,
.ar-section p,
.ar-related p,
.ar-article p,
.ar-sidebar p,
.ar-panel li,
.ar-section li,
.ar-article li {
    color: #3e4c5d;
    font-size: 17px;
    line-height: 1.72;
}

.ar-panel p,
.ar-section p,
.ar-article p {
    margin: 18px 0 0;
}

.ar-panel h3,
.ar-card h3,
.ar-step h3,
.ar-sidebar h3,
.ar-article h3 {
    margin: 0 0 14px;
    color: #102033;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.ar-grid,
.ar-steps,
.ar-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.ar-card,
.ar-step,
.ar-faq {
    padding: 24px;
    background: #f8fafc;
    border: 1px solid #dce6f1;
    border-left: 4px solid #b51f31;
    border-radius: 8px;
}

.ar-step span {
    display: inline-flex;
    margin-bottom: 16px;
    color: #b51f31;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.ar-proof {
    display: grid;
    gap: 12px;
}

.ar-proof div {
    padding: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
}

.ar-proof strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
}

.ar-proof span {
    color: rgba(255, 255, 255, .78);
    line-height: 1.5;
}

.ar-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ar-link-grid a,
.ar-sidebar a,
.ar-article-nav a,
.ar-article-nav span {
    color: #145b8e;
    font-weight: 800;
    text-decoration: none;
}

.ar-link-grid a {
    display: block;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #dce6f1;
    border-radius: 8px;
}

.ar-link-grid a:hover,
.ar-sidebar a:hover,
.ar-article-nav a:hover {
    color: #b51f31;
    text-decoration: none;
}

.ar-cta {
    background: #111827;
    color: #fff;
}

.ar-article-layout {
    align-items: start;
}

.ar-article h2 {
    margin-bottom: 18px;
    font-size: 36px;
}

.ar-article h3 {
    margin-top: 28px;
}

.ar-article ul,
.ar-article ol {
    margin: 18px 0 0;
    padding-left: 22px;
}

.ar-article li + li {
    margin-top: 10px;
}

.ar-article-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.ar-article-nav--bottom {
    margin: 34px 0 0;
    padding-top: 24px;
    border-top: 1px solid #dce6f1;
}

.ar-article-nav a,
.ar-article-nav span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #dce6f1;
    border-radius: 6px;
    background: #f8fafc;
}

.ar-article-nav__all {
    background: #b51f31 !important;
    border-color: #b51f31 !important;
    color: #fff !important;
}

.ar-sidebar {
    position: sticky;
    top: 24px;
}

.ar-sidebar a {
    display: block;
    padding: 11px 0;
    border-top: 1px solid #e5edf5;
    line-height: 1.35;
}

.ar-faq-list {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

@media (max-width: 980px) {
    .ar-intro,
    .ar-band,
    .ar-grid,
    .ar-steps,
    .ar-link-grid,
    .ar-article-layout {
        grid-template-columns: 1fr;
    }

    .ar-wrap {
        width: min(100% - 28px, 1120px);
    }

    .ar-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .ar-hero {
        min-height: auto;
    }

    .ar-hero .ar-wrap,
    .ar-main {
        padding: 44px 0;
    }

    .ar-panel,
    .ar-section,
    .ar-band,
    .ar-related,
    .ar-cta,
    .ar-article,
    .ar-sidebar {
        padding: 24px;
    }

    .ar-hero h1 {
        font-size: 38px;
    }

    .ar-hero p {
        font-size: 18px;
    }
}

.ar-video {
    position: relative;
    width: 100%;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid #d6e0ec;
    border-radius: 8px;
    background: #071d36;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
    aspect-ratio: 16 / 9;
}

.ar-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ar-version-list {
    columns: 2;
    column-gap: 28px;
    margin-top: 18px;
}

.ar-version-list li {
    break-inside: avoid;
}

@media (max-width: 640px) {
    .ar-version-list {
        columns: 1;
    }
}
