body.theme-guide { display: flex; flex-direction: column; min-height: 100vh; }
body.theme-guide main { flex: 1; }
.text-blue-600 { color: #2563eb !important; }
.bg-blue-600 { background-color: #2563eb !important; }
.hp-field { display: none !important; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.guide-footer { padding: 3rem 1rem; text-align: center; background: #fff; border-top: 1px solid #f3f4f6; margin-top: auto; }
.guide-footer__brands { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 11px; font-weight: bold; text-transform: uppercase; margin-bottom: 2rem; }
.guide-footer__brands a { color: #9ca3af; text-decoration: none; }
.guide-footer__green { color: #10b981 !important; }
.guide-footer__dark { color: #111827 !important; }
.guide-footer__sep { color: #e5e7eb; }
.guide-footer__copy { font-size: 10px; color: #9ca3af; text-transform: uppercase; }
.guide-footer__legal a { color: #111827; text-decoration: none; font-size: 11px; }
#guide-mobile-menu { transition: all 0.3s ease-in-out; }
