.docshy-site-footer {
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(148, 163, 184, 0.92);
}

.docshy-site-footer__company {
    margin: 0 0 4px;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.95);
}

.docshy-site-footer__company a {
    color: inherit;
    text-decoration: none;
}

.docshy-site-footer__company a:hover {
    color: #c7d2fe;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.docshy-site-footer__meta {
    margin: 0 0 8px;
    font-size: 0.75rem;
    opacity: 0.85;
}

.docshy-site-footer__cin {
    margin: 0 0 6px;
    font-size: 0.6875rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.02em;
    opacity: 0.8;
}

.docshy-site-footer__address {
    margin: 0 auto 8px;
    max-width: 36rem;
    font-size: 0.75rem;
    line-height: 1.45;
    opacity: 0.85;
}

.docshy-site-footer__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin: 0 0 10px;
    font-size: 0.75rem;
}

.docshy-site-footer__contact a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(148, 163, 184, 0.35);
    text-underline-offset: 3px;
}

.docshy-site-footer__contact a:hover {
    color: #e2e8f0;
    text-decoration-color: currentColor;
}

.docshy-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin: 0 0 8px;
    font-size: 0.75rem;
}

.docshy-site-footer__legal a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(148, 163, 184, 0.35);
    text-underline-offset: 3px;
}

.docshy-site-footer__legal a:hover {
    color: #e2e8f0;
    text-decoration-color: currentColor;
}

.docshy-site-footer__sep {
    opacity: 0.45;
    user-select: none;
}

.docshy-site-footer__copy {
    margin: 0;
    font-size: 0.6875rem;
    opacity: 0.72;
}

/* Landing — separate panel below founder block */
.docshy-site-footer--landing {
    width: 100%;
    max-width: 52rem;
    margin: 1.25rem auto 0;
    padding-top: 1.25rem;
    text-align: left;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    font-family: inherit;
}

.docshy-site-footer--landing .docshy-site-footer__panel {
    padding: 1rem 1.125rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(15, 23, 42, 0.45);
}

.docshy-site-footer--landing .docshy-site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 1.25rem 2rem;
    align-items: start;
}

.docshy-site-footer--landing .docshy-site-footer__col--identity .docshy-site-footer__company {
    margin-bottom: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.35;
}

.docshy-site-footer--landing .docshy-site-footer__cin {
    margin: 0 0 0.5rem;
    font-size: 0.6875rem;
    opacity: 0.72;
}

.docshy-site-footer--landing .docshy-site-footer__address {
    margin: 0;
    max-width: none;
    font-size: 0.75rem;
    line-height: 1.55;
    color: rgba(148, 163, 184, 0.88);
    opacity: 1;
}

.docshy-site-footer--landing .docshy-site-footer__label {
    margin: 0 0 0.4rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.72);
}

.docshy-site-footer--landing .docshy-site-footer__col--reach .docshy-site-footer__contact {
    justify-content: flex-start;
    margin: 0 0 0.65rem;
    font-size: 0.8125rem;
    line-height: 1.6;
}

.docshy-site-footer--landing .docshy-site-footer__tagline {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(148, 163, 184, 0.78);
}

.docshy-site-footer--landing .docshy-site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-top: 0.875rem;
    padding: 0 0.125rem;
}

.docshy-site-footer--landing .docshy-site-footer__legal {
    margin: 0;
    justify-content: flex-start;
    font-size: 0.75rem;
}

.docshy-site-footer--landing .docshy-site-footer__copy {
    margin: 0 0 0 auto;
    font-size: 0.6875rem;
    opacity: 0.65;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .docshy-site-footer--landing {
        text-align: center;
    }

    .docshy-site-footer--landing .docshy-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .docshy-site-footer--landing .docshy-site-footer__col--reach .docshy-site-footer__contact {
        justify-content: center;
    }

    .docshy-site-footer--landing .docshy-site-footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .docshy-site-footer--landing .docshy-site-footer__legal {
        justify-content: center;
    }

    .docshy-site-footer--landing .docshy-site-footer__copy {
        margin: 0;
        white-space: normal;
    }
}

.docshy-site-footer--login {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 16px max(10px, env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(2, 6, 23, 0), rgba(2, 6, 23, 0.94) 35%);
}

body:has(.docshy-site-footer--login) {
    padding-bottom: max(7rem, calc(5rem + env(safe-area-inset-bottom, 0px)));
}

.docshy-site-footer--legal-page {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.docshy-site-footer--compact {
    font-size: 0.6875rem;
    line-height: 1.45;
    text-align: center;
    opacity: 0.75;
}

.docshy-site-footer--compact .docshy-site-footer__address {
    display: none;
}

.docshy-site-footer--compact .docshy-site-footer__contact {
    margin-bottom: 6px;
    font-size: 0.6875rem;
}

.docshy-site-footer--compact .docshy-site-footer__legal {
    font-size: 0.6875rem;
    margin-bottom: 4px;
}

.docshy-site-footer--compact .docshy-site-footer__copy {
    display: none;
}

.sidebar .docshy-site-footer--compact {
    color: var(--text-muted, #718096);
}

.sidebar .docshy-site-footer--compact .docshy-site-footer__company {
    color: var(--text-main, #2d3748);
}

.sidebar .docshy-site-footer--compact .docshy-site-footer__company a:hover {
    color: var(--primary, #6366f1);
}
