.brand-footer{--bf-bg:#131313;--bf-text:#f5f5f5;--bf-muted:hsla(0,0%,100%,.55);--bf-border:hsla(0,0%,100%,.08);--bf-cta-bg:#fff;--bf-cta-text:#0a0a0a;--bf-cta-hover:#e5e5e5;--bf-badge-bg:hsla(0,0%,100%,.05);--bf-badge-text:hsla(0,0%,100%,.7);--bf-badge-accent-bg:rgba(255,126,66,.12);--bf-badge-accent-text:#ff7e42;background:var(--bf-bg);color:var(--bf-text);border-top:1px solid var(--bf-border);padding:4rem 0 3rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-feature-settings:"ss01","cv11"}.brand-footer-inner{max-width:1280px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.brand-footer-top{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--bf-border)}@media (min-width:640px){.brand-footer-top{flex-direction:row;align-items:flex-start;justify-content:space-between}}.brand-footer-brand-block{max-width:28rem}.brand-footer-brand{font-size:1.25rem;font-weight:600;letter-spacing:-.015em;text-decoration:none;color:var(--bf-text);transition:opacity .2s ease;display:inline-block}.brand-footer-brand:hover{opacity:.8}.brand-footer-brand .brand-grad{background:linear-gradient(135deg,#fff,#dcdcdc);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.brand-footer-tagline{margin-top:.6rem;font-size:.9rem;color:var(--bf-muted);line-height:1.55}.brand-footer-cta-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.brand-footer-link-soft{font-size:.85rem;color:var(--bf-muted);text-decoration:none;transition:opacity .2s ease;white-space:nowrap}.brand-footer-link-soft:hover{opacity:.7}.brand-footer-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.3rem;font-weight:600;font-size:.85rem;letter-spacing:-.005em;border-radius:999px;background:var(--bf-cta-bg);color:var(--bf-cta-text);text-decoration:none;border:none;cursor:pointer;transition:background .22s ease,transform .22s cubic-bezier(.2,.7,.2,1);white-space:nowrap}.brand-footer-cta:hover{background:var(--bf-cta-hover);transform:translateY(-1px)}.brand-footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;margin-bottom:3rem}@media (min-width:640px){.brand-footer-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.brand-footer-grid{grid-template-columns:repeat(5,1fr)}}.brand-footer-col h4{font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--bf-muted);margin:0 0 1rem}.brand-footer-col h4+h4{margin-top:1.75rem}.brand-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.brand-footer-col a{display:block;font-size:.85rem;color:var(--bf-text);text-decoration:none;opacity:.78;transition:opacity .2s ease,color .2s ease;line-height:1.45}.brand-footer-col a:hover{opacity:1}.brand-footer-bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem;padding-top:1.75rem;border-top:1px solid var(--bf-border)}@media (min-width:768px){.brand-footer-bottom{flex-direction:row;align-items:center}}.brand-footer-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.brand-footer-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:999px;font-size:.7rem;font-weight:500;background:var(--bf-badge-bg);color:var(--bf-badge-text)}.brand-footer-badge.is-accent{background:var(--bf-badge-accent-bg);color:var(--bf-badge-accent-text)}.brand-footer-copy{font-size:.72rem;color:var(--bf-muted);line-height:1.5;opacity:.85}@media (min-width:768px){.brand-footer-copy{text-align:right}}