/* ========================================================================== 
   SiteSEOAudit v0.9.1 — global design system
   Inner pages, Blog, shared header/footer and responsive navigation.
   Homepage and Auth keep their dedicated layers loaded after this file.
   ========================================================================== */

:root {
    --sg-black: #0f0f0f;
    --sg-ink: #171717;
    --sg-paper: #ffffff;
    --sg-soft: #f2f2f0;
    --sg-soft-2: #e8e8e5;
    --sg-line: #dadad6;
    --sg-muted: #6a6a66;
    --sg-muted-2: #94948f;
    --sg-red: #d62828;
    --sg-red-hover: #b91f25;
    --sg-red-soft: rgba(214, 40, 40, .09);
    --sg-radius: 24px;
    --sg-radius-sm: 15px;
    --sg-shadow: 0 22px 64px rgba(15, 15, 15, .09);
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body:not(.page-home-v9) {
    background: var(--sg-soft);
    color: var(--sg-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body:not(.page-home-v9)::selection {
    background: var(--sg-red);
    color: #fff;
}

body:not(.page-home-v9) .shell {
    width: min(1280px, calc(100% - 64px));
}

/* --------------------------------------------------------------------------
   Global inner-page header — same product language as the homepage
   -------------------------------------------------------------------------- */
body:not(.page-home-v9) .site-header {
    position: sticky;
    top: 0;
    z-index: 90;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(15, 15, 15, .96);
    color: #fff;
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
}

body:not(.page-home-v9) .site-header__inner {
    min-height: 74px;
    gap: 24px;
}

body:not(.page-home-v9) .brand {
    gap: 11px;
    color: #fff;
}

body:not(.page-home-v9) .brand__mark,
body:not(.page-home-v9) .site-footer .brand__mark {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--sg-red);
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

body:not(.page-home-v9) .brand:hover .brand__mark {
    transform: rotate(-8deg) scale(1.04);
    background: #fff;
    color: var(--sg-black);
}

body:not(.page-home-v9) .brand__name {
    color: #fff;
    font-size: 20px;
    font-weight: 760;
    letter-spacing: -.04em;
}

body:not(.page-home-v9) .site-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

body:not(.page-home-v9) .site-nav a {
    padding: 9px 15px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .79);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: -.02em;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

body:not(.page-home-v9) .site-nav a:hover,
body.page-sitecheckr-blog .site-nav a[href$="/blog"] {
    background: rgba(255, 255, 255, .10);
    color: #fff;
    transform: translateY(-1px);
}

body:not(.page-home-v9) .site-header__actions {
    gap: 9px;
}

body:not(.page-home-v9) .site-header__actions .button--ghost,
body:not(.page-home-v9) .site-header__text-link {
    border-color: transparent;
    background: transparent;
    color: rgba(255, 255, 255, .86);
}

body:not(.page-home-v9) .site-header__actions .button--ghost:hover,
body:not(.page-home-v9) .site-header__text-link:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

body:not(.page-home-v9) .site-header__actions .button--primary {
    border-color: var(--sg-red);
    background: var(--sg-red);
    color: #fff;
    box-shadow: 0 8px 24px rgba(214, 40, 40, .17);
}

body:not(.page-home-v9) .site-header__actions .button--primary:hover {
    border-color: var(--sg-red-hover);
    background: var(--sg-red-hover);
    color: #fff;
}

body:not(.page-home-v9) .site-language-switcher summary {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

body:not(.page-home-v9) .site-language-switcher__menu {
    border-color: rgba(15, 15, 15, .10);
    background: #fff;
    color: var(--sg-ink);
    box-shadow: var(--sg-shadow);
}

body:not(.page-home-v9) .nav-toggle {
    border-color: rgba(255, 255, 255, .20);
    background: rgba(255, 255, 255, .08);
}

body:not(.page-home-v9) .nav-toggle span {
    background: #fff;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
body:not(.page-home-v9) .site-footer {
    padding-top: 64px;
    background: var(--sg-black);
    color: #fff;
}

body:not(.page-home-v9) .site-footer__grid {
    border-color: rgba(255, 255, 255, .13);
}

body:not(.page-home-v9) .site-footer .brand__name,
body:not(.page-home-v9) .site-footer__links strong {
    color: #fff;
}

body:not(.page-home-v9) .site-footer p,
body:not(.page-home-v9) .site-footer__links a,
body:not(.page-home-v9) .site-footer__bottom {
    color: rgba(255, 255, 255, .52);
}

body:not(.page-home-v9) .site-footer__links a:hover {
    color: #fff;
}

body:not(.page-home-v9) .site-footer__bottom {
    border-color: rgba(255, 255, 255, .11);
}

/* --------------------------------------------------------------------------
   Blog index
   -------------------------------------------------------------------------- */
body.page-sitecheckr-blog {
    background: #f4f4f1;
}

body.page-sitecheckr-blog .sitecheckr-blog-page,
body.page-sitecheckr-blog-post .sitecheckr-blog-post-page,
body.page-sitecheckr-blog-archive .sitecheckr-blog-archive-page {
    overflow: hidden;
}

.sitecheckr-blog-hero,
.sitecheckr-blog-post-hero,
.sitecheckr-blog-archive-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 28%, rgba(214, 40, 40, .10), transparent 23%),
        radial-gradient(circle at 96% 92%, rgba(255, 255, 255, .025), transparent 24%),
        var(--sg-black);
    color: #fff;
}

.sitecheckr-blog-hero::before,
.sitecheckr-blog-post-hero::before,
.sitecheckr-blog-archive-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .25;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to right, transparent, #000 42%, #000 100%);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 42%, #000 100%);
}

.sitecheckr-blog-hero__inner,
.sitecheckr-blog-post-hero__inner,
.sitecheckr-blog-archive-hero__inner {
    position: relative;
    z-index: 1;
}

.sitecheckr-blog-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
    align-items: end;
    gap: clamp(44px, 7vw, 100px);
    min-height: 430px;
    padding-top: clamp(78px, 9vw, 124px);
    padding-bottom: clamp(62px, 7vw, 96px);
}

.sitecheckr-blog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.sitecheckr-blog-eyebrow::before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--sg-red);
}

.sitecheckr-blog-hero h1,
.sitecheckr-blog-post-hero h1,
.sitecheckr-blog-archive-hero h1 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 660;
    line-height: .96;
    letter-spacing: -.058em;
}

.sitecheckr-blog-hero h1 em {
    display: block;
    margin-top: .08em;
    color: var(--sg-red);
    font-style: normal;
}

.sitecheckr-blog-hero__aside {
    max-width: 420px;
    padding: 24px 0 3px 24px;
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.sitecheckr-blog-hero__aside strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.sitecheckr-blog-hero__aside p {
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 14px;
    line-height: 1.65;
}

.sitecheckr-blog-feed,
.sitecheckr-blog-archive-feed {
    padding: clamp(68px, 8vw, 112px) 0 clamp(82px, 10vw, 140px);
    background: #f4f4f1;
}

.sitecheckr-blog-feed__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.sitecheckr-blog-feed__head h2 {
    margin: 0;
    color: var(--sg-ink);
    font-size: clamp(30px, 3.7vw, 48px);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -.045em;
}

.sitecheckr-blog-feed__head p {
    max-width: 460px;
    margin: 0;
    color: var(--sg-muted);
    font-size: 14px;
    line-height: 1.6;
}

.sitecheckr-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sitecheckr-blog-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(15, 15, 15, .10);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15, 15, 15, .035);
    transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s ease, border-color .28s ease;
}

.sitecheckr-blog-card:hover {
    transform: translateY(-5px);
    border-color: rgba(15, 15, 15, .18);
    box-shadow: 0 18px 50px rgba(15, 15, 15, .08);
}

.sitecheckr-blog-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 24%, rgba(214, 40, 40, .22), transparent 22%),
        #151515;
}

.sitecheckr-blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.7,.2,1), opacity .3s ease;
}

.sitecheckr-blog-card:hover .sitecheckr-blog-card__media img {
    transform: scale(1.035);
}

.sitecheckr-blog-card__media::after {
    content: "↗";
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--sg-black);
    font-size: 15px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease, transform .25s ease;
}

.sitecheckr-blog-card:hover .sitecheckr-blog-card__media::after {
    opacity: 1;
    transform: translateY(0);
}

.sitecheckr-blog-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.sitecheckr-blog-card__meta,
.sitecheckr-blog-card__meta * {
    color: var(--sg-muted-2) !important;
    font-size: 11px !important;
    font-weight: 650;
}

.sitecheckr-blog-card h2 {
    margin: 13px 0 10px;
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 680;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.sitecheckr-blog-card h2 a {
    color: var(--sg-ink);
}

.sitecheckr-blog-card__body > p {
    margin: 0 0 24px;
    color: var(--sg-muted);
    font-size: 14px;
    line-height: 1.58;
}

.sitecheckr-blog-card__read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--sg-ink);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: -.01em;
}

.sitecheckr-blog-card__read span {
    color: var(--sg-red);
    transition: transform .2s ease;
}

.sitecheckr-blog-card:hover .sitecheckr-blog-card__read span {
    transform: translate(2px, -2px);
}

.sitecheckr-blog-empty {
    display: grid;
    min-height: 300px;
    place-items: center;
    padding: 58px 28px;
    border: 1px solid rgba(15, 15, 15, .10);
    border-radius: 22px;
    background: #fff;
    text-align: center;
}

.sitecheckr-blog-empty__inner {
    max-width: 560px;
}

.sitecheckr-blog-empty__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--sg-red-soft);
    color: var(--sg-red);
    font-weight: 850;
}

.sitecheckr-blog-empty h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 660;
    letter-spacing: -.045em;
}

.sitecheckr-blog-empty p {
    margin: 0;
    color: var(--sg-muted);
    font-size: 14px;
}

.sitecheckr-blog-pagination {
    margin-top: 34px;
}

.sitecheckr-blog-pagination .pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    padding: 0;
    list-style: none;
}

.sitecheckr-blog-pagination .page-link {
    display: grid;
    min-width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--sg-line);
    border-radius: 10px;
    background: #fff;
    color: var(--sg-ink);
    font-size: 12px;
}

.sitecheckr-blog-pagination .active .page-link {
    border-color: var(--sg-red);
    background: var(--sg-red);
    color: #fff;
}

/* --------------------------------------------------------------------------
   Blog post / archives
   -------------------------------------------------------------------------- */
.sitecheckr-blog-post-hero__inner,
.sitecheckr-blog-archive-hero__inner {
    padding-top: clamp(70px, 8vw, 112px);
    padding-bottom: clamp(56px, 7vw, 88px);
}

.sitecheckr-blog-post-hero h1 {
    max-width: 980px;
    font-size: clamp(42px, 5.3vw, 74px);
}

.sitecheckr-blog-post-meta,
.sitecheckr-blog-post-meta * {
    margin-top: 22px;
    color: rgba(255, 255, 255, .54) !important;
    font-size: 12px !important;
}

.sitecheckr-blog-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 700;
}

.sitecheckr-blog-back:hover {
    color: #fff;
}

.sitecheckr-blog-post-content {
    padding: clamp(62px, 8vw, 108px) 0 clamp(84px, 10vw, 140px);
    background: #f4f4f1;
}

.sitecheckr-blog-article {
    width: min(860px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 4.5vw, 58px);
    border: 1px solid rgba(15, 15, 15, .09);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(15, 15, 15, .045);
}

.sitecheckr-blog-article__cover {
    margin: calc(clamp(28px, 4.5vw, 58px) * -1) calc(clamp(28px, 4.5vw, 58px) * -1) 38px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.sitecheckr-blog-article__cover img {
    display: block;
    width: 100%;
    height: auto;
}

.sitecheckr-blog-article .ck-content {
    color: #333;
    font-size: 17px;
    line-height: 1.78;
}

.sitecheckr-blog-article .ck-content h2,
.sitecheckr-blog-article .ck-content h3,
.sitecheckr-blog-article .ck-content h4 {
    color: var(--sg-ink);
    font-weight: 680;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.sitecheckr-blog-article .ck-content h2 {
    margin-top: 1.8em;
    font-size: clamp(30px, 4vw, 44px);
}

.sitecheckr-blog-article .ck-content h3 {
    margin-top: 1.6em;
    font-size: clamp(24px, 3vw, 32px);
}

.sitecheckr-blog-article .ck-content a {
    color: var(--sg-red);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.sitecheckr-blog-article .ck-content blockquote {
    margin: 32px 0;
    padding: 22px 26px;
    border-left: 3px solid var(--sg-red);
    background: #f5f5f2;
    color: var(--sg-ink);
}

.sitecheckr-blog-article .ck-content pre,
.sitecheckr-blog-article .ck-content code {
    border-radius: 10px;
}

.sitecheckr-blog-archive-hero h1 {
    font-size: clamp(42px, 5vw, 68px);
}

/* Generic inner page base so unconverted pages no longer fall back to purple. */
body.page-inner:not(.page-sitecheckr-contact) .section.section--soft {
    background: #f4f4f1;
}

body.page-inner:not(.page-sitecheckr-contact) .post--single {
    border: 1px solid rgba(15, 15, 15, .09);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 15, 15, .04);
}

body.page-inner:not(.page-sitecheckr-contact) .post--single h1,
body.page-inner:not(.page-sitecheckr-contact) .post--single h2,
body.page-inner:not(.page-sitecheckr-contact) .post--single h3 {
    color: var(--sg-ink);
}

body.page-inner:not(.page-sitecheckr-contact) .button--primary {
    background: var(--sg-red);
    border-color: var(--sg-red);
    color: #fff;
}

/* --------------------------------------------------------------------------
   Responsive navigation + Blog
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
    body:not(.page-home-v9) .shell {
        width: min(100% - 36px, 1280px);
    }

    body:not(.page-home-v9) .site-header__inner {
        min-height: 68px;
    }

    body:not(.page-home-v9) .nav-toggle {
        display: block;
        order: 4;
    }

    body:not(.page-home-v9) .site-nav {
        position: absolute;
        top: calc(100% + 8px);
        right: 18px;
        left: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 18px;
        background: rgba(15, 15, 15, .98);
        box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
    }

    body:not(.page-home-v9) .site-nav.is-open {
        display: flex;
    }

    body:not(.page-home-v9) .site-nav a {
        width: 100%;
        padding: 12px 14px;
        border-radius: 11px;
    }

    .sitecheckr-blog-hero__inner {
        grid-template-columns: 1fr;
        align-items: start;
        min-height: 0;
    }

    .sitecheckr-blog-hero__aside {
        max-width: 620px;
    }

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

@media (max-width: 720px) {
    body:not(.page-home-v9) .shell {
        width: min(100% - 28px, 1280px);
    }

    body:not(.page-home-v9) .site-header__actions > .button--ghost,
    body:not(.page-home-v9) .site-header__actions > .button--primary,
    body:not(.page-home-v9) .site-header__text-link,
    body:not(.page-home-v9) .site-language-switcher {
        display: none;
    }

    body:not(.page-home-v9) .brand__mark {
        width: 34px;
        height: 34px;
    }

    body:not(.page-home-v9) .brand__name {
        font-size: 18px;
    }

    .sitecheckr-blog-hero__inner,
    .sitecheckr-blog-post-hero__inner,
    .sitecheckr-blog-archive-hero__inner {
        padding-top: 58px;
        padding-bottom: 54px;
    }

    .sitecheckr-blog-hero h1,
    .sitecheckr-blog-post-hero h1,
    .sitecheckr-blog-archive-hero h1 {
        font-size: clamp(42px, 13vw, 60px);
    }

    .sitecheckr-blog-hero__aside {
        padding: 20px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .14);
        border-left: 0;
    }

    .sitecheckr-blog-feed,
    .sitecheckr-blog-archive-feed,
    .sitecheckr-blog-post-content {
        padding-top: 52px;
        padding-bottom: 72px;
    }

    .sitecheckr-blog-feed__head {
        align-items: start;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .sitecheckr-blog-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sitecheckr-blog-card__body {
        padding: 21px;
    }

    .sitecheckr-blog-article {
        padding: 24px 20px 34px;
        border-radius: 18px;
    }

    .sitecheckr-blog-article__cover {
        margin: -24px -20px 28px;
        border-radius: 18px 18px 0 0;
    }

    body:not(.page-home-v9) .site-footer {
        padding-top: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sitecheckr-blog-card,
    .sitecheckr-blog-card__media img,
    .sitecheckr-blog-card__read span {
        transition: none !important;
    }
}

.sitecheckr-blog-related {
    margin-top: 56px;
    padding-top: 38px;
    border-top: 1px solid var(--sg-line);
}

.sitecheckr-blog-related > h2 {
    margin: 0 0 24px;
    color: var(--sg-ink);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 660;
    line-height: 1;
    letter-spacing: -.04em;
}

.sitecheckr-blog-related .sitecheckr-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 720px) {
    .sitecheckr-blog-related .sitecheckr-blog-grid {
        grid-template-columns: 1fr;
    }
}

/* P2 v0.7.2 — mobile account navigation */
.site-nav__mobile-account {
    display: none;
}

@media (max-width: 980px) {
    body:not(.page-home-v9) .site-nav__mobile-account {
        display: grid;
        gap: 4px;
        margin-top: 4px;
        padding-top: 8px;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    body:not(.page-home-v9) .site-nav.is-member .site-nav__public-link {
        display: none;
    }

    body:not(.page-home-v9) .site-nav__mobile-label {
        padding: 7px 14px 3px;
        color: rgba(255,255,255,.45);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    body:not(.page-home-v9) .site-nav__mobile-account a,
    body:not(.page-home-v9) .site-nav__mobile-logout button {
        width: 100%;
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 12px 14px;
        border: 0;
        border-radius: 11px;
        background: transparent;
        color: #fff;
        font: inherit;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
    }

    body:not(.page-home-v9) .site-nav__mobile-account a:hover,
    body:not(.page-home-v9) .site-nav__mobile-logout button:hover {
        background: rgba(255,255,255,.08);
    }

    body:not(.page-home-v9) .site-nav__mobile-account .site-nav__mobile-cta {
        justify-content: center;
        background: var(--sg-red);
        color: #fff;
    }

    body:not(.page-home-v9) .site-nav__mobile-logout {
        margin: 0;
    }

    body:not(.page-home-v9) .site-nav__mobile-logout button {
        color: #ff7777;
    }
}
