.home .home-footer{border-top:1px solid var(--home-border);background:var(--bg-subtle)}.home .home-footer-inner{max-width:var(--home-container);margin:0 auto;padding:72px 32px 40px}.home .home-footer-main{display:flex;flex-direction:column;gap:48px}.home .home-footer-brand{width:100%}.home .home-footer-wordmark{display:inline-flex;align-items:center}.dark .home .home-footer-logo-light,.home .home-footer-logo-dark{display:none}.dark .home .home-footer-logo-dark{display:block}.home .home-footer-newsletter{width:100%;max-width:620px;margin-top:32px}.home .home-footer-label{display:block;margin:0 0 12px;font-size:14px;font-weight:500;line-height:1.5;color:var(--home-text)}.home .home-footer-form{display:flex;flex-direction:column;gap:16px}.home .home-footer-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home .home-footer-field{display:flex;flex-direction:column;gap:8px}.home .home-footer-field-label{font-size:14px;line-height:1.4;color:var(--home-text-muted)}.home .home-footer-input{width:100%;min-height:44px;padding:10px 14px;border:1px solid var(--home-border);border-radius:var(--home-r-md);background:var(--home-surface);color:var(--home-text);font-size:14px;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}.home .home-footer-input::-moz-placeholder{color:var(--home-text-subtle)}.home .home-footer-input::placeholder{color:var(--home-text-subtle)}.home .home-footer-input:focus{outline:none;border-color:var(--home-accent-purple);box-shadow:0 0 0 3px var(--home-c-purple-soft)}.home .home-footer-consent{display:flex;align-items:flex-start;gap:10px}.home .home-footer-checkbox{width:18px;height:18px;margin-top:2px;flex:none;accent-color:var(--home-accent-purple);cursor:pointer}.home .home-footer-consent-label{font-size:14px;line-height:1.5;color:var(--home-text-muted);cursor:pointer}.home .home-footer-actions{display:flex;align-items:center;gap:12px}.home .home-footer-submit{border:0;cursor:pointer}.home .home-footer-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.home .home-footer-info{position:relative}.home .home-footer-info-trigger{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:var(--home-r-full);background:transparent;color:var(--home-text-subtle);cursor:pointer;transition:color .15s ease,background .15s ease}.home .home-footer-info-trigger svg{width:24px;height:24px}.home .home-footer-info-trigger:hover,.home .home-footer-info:focus-within .home-footer-info-trigger{color:var(--home-text);background:var(--home-c-purple-soft)}.home .home-footer-info-tooltip{position:absolute;z-index:50;right:0;bottom:calc(100% + 8px);width:16rem;max-width:calc(100vw - 2rem);max-height:calc(100vh - 4rem);overflow:auto;padding:12px;border:1px solid var(--home-border);border-radius:var(--home-r-md);background:var(--home-surface);box-shadow:var(--home-shadow-md);font-size:12px;line-height:1.5;color:var(--home-text-muted);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.home .home-footer-info-tooltip a{color:var(--home-accent-purple);text-decoration:none}.home .home-footer-info-tooltip a:hover{text-decoration:underline}.home .home-footer-info:focus-within .home-footer-info-tooltip,.home .home-footer-info:hover .home-footer-info-tooltip{opacity:1;visibility:visible}.home .home-footer-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 48px;width:100%;max-width:640px}.home .home-footer-nav-group{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.home .home-footer-nav-title{font-size:14px;font-weight:600;color:var(--home-text);white-space:nowrap}.home .home-footer-link{display:inline-block;font-size:14px;line-height:1.5;color:var(--home-text-muted);text-decoration:none;white-space:nowrap;transition:color .15s ease}.home .home-footer-link:hover{color:var(--home-accent-purple)}.home .home-footer-divider{margin:40px 0 0;border:0;border-top:1px solid var(--home-border)}.home .home-footer-bottom{display:flex;flex-direction:column;align-items:center;gap:20px;padding:24px 0 0}.home .home-footer-copyright{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--home-text-muted)}.home .home-footer-copyright a{color:inherit;text-decoration:none}.home .home-footer-copyright a:hover{color:var(--home-accent-purple)}.home .home-footer-mark{width:24px;flex:none}.home .home-footer-mark-fill{fill:var(--home-text-muted)}.home .home-footer-social{display:flex;align-items:center;justify-content:center;gap:20px}.home .home-footer-social-link{display:inline-flex;color:var(--home-text-muted);transition:color .15s ease,transform .15s ease}.home .home-footer-social-link:hover{color:var(--home-text);transform:translateY(-1px)}@media (min-width:768px){.home .home-footer-main{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:64px}.home .home-footer-nav{margin-left:auto}.home .home-footer-bottom{flex-direction:row;justify-content:space-between}}@media (max-width:768px){.home .home-footer-inner{padding:48px 20px 32px}.home .home-footer-fields{grid-template-columns:1fr}.home .home-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.home .home-footer-actions{flex-wrap:wrap}.home .home-footer-submit{width:100%}}