/* =================================================================
   LEGAL
   ================================================================= */

.opogc-legal-content {
    max-width: 780px;
}

.opogc-legal-content h2 {
    font-size: 1.2rem;
    margin-top: var(--opogc-space-32);
    margin-bottom: var(--opogc-space-8);
    color: var(--opogc-text);
}

.opogc-legal-content p,
.opogc-legal-content li {
    font-size: 0.95rem;
    color: var(--opogc-text-soft);
    line-height: 1.7;
}

/* =================================================================
   FOOTER
   ================================================================= */

.site-footer {
    background: var(--opogc-text);
    color: rgba(255, 255, 255, 0.75);
    padding: var(--opogc-space-64) 0 var(--opogc-space-32);
    margin-top: 0;
}

.opogc-footer-inner {
    width: min(var(--opogc-max-w), calc(100% - 3rem));
    margin-inline: auto;
}

.opogc-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: var(--opogc-space-48);
    padding-bottom: var(--opogc-space-48);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.opogc-footer-brand {
    display: flex;
    flex-direction: column;
    gap: var(--opogc-space-12);
}

.opogc-footer-brand-name {
    font-family: var(--opogc-font-title);
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
}

.opogc-footer-brand-name span {
    color: var(--opogc-green-pastel);
}

.opogc-footer-tagline {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    max-width: 300px;
}

.opogc-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: var(--opogc-space-8);
    font-size: 0.82rem;
    margin-top: var(--opogc-space-8);
}

.opogc-footer-legal a {
    color: rgba(255, 255, 255, 0.55);
    transition: color var(--opogc-transition);
}

.opogc-footer-legal a:hover {
    color: var(--opogc-green-pastel);
}

.opogc-footer-legal span {
    color: rgba(255, 255, 255, 0.2);
}

.opogc-footer-col h4 {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: var(--opogc-space-16);
}

.opogc-footer__menu ul,
.opogc-footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--opogc-space-8);
}

.opogc-footer__menu a,
.opogc-footer-col a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    transition: color var(--opogc-transition);
}

.opogc-footer__menu a:hover,
.opogc-footer-col a:hover {
    color: var(--opogc-green-pastel);
}

.opogc-footer-app-links {
    display: flex;
    flex-direction: column;
    gap: var(--opogc-space-8);
}

.opogc-footer-app-link {
    display: inline-flex;
    align-items: center;
    gap: var(--opogc-space-8);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--opogc-radius-xs);
    padding: 0.45rem 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.83rem;
    font-weight: 500;
    transition: background var(--opogc-transition), color var(--opogc-transition);
}

.opogc-footer-app-link:hover {
    background: rgba(76, 175, 125, 0.18);
    border-color: var(--opogc-green-border);
    color: var(--opogc-green-pastel);
}

.opogc-footer-app-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0;
}

.opogc-footer-bottom {
    padding-top: var(--opogc-space-24);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--opogc-space-12);
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
}

/* =================================================================
   INLINE CTA
   ================================================================= */

.opogc-inline-cta {
    display: flex;
    gap: var(--opogc-space-12);
    flex-wrap: wrap;
    align-items: center;
}

/* =================================================================
   CARD GRID (compat)
   ================================================================= */

.opogc-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--opogc-space-24);
}
