.footer{width:99.45vw;min-height:80vh;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:#0f172a;border-top:1px solid #334155;display:flex;align-items:center}.footer-container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.footer-main{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;flex:1;align-items:center;margin-top:3rem}.footer-brand{text-align:center}.brand-name{font-size:2rem;font-weight:700;color:#f6953b;margin:0 0 1rem}.brand-description{color:#94a3b8;font-size:1rem;line-height:1.5;max-width:400px;margin:0 auto 2rem}.therapy-button{display:inline-block;background:#7e22ced3;color:white;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease}.therapy-button:hover{background:#f59e0b;transform:translateY(-1px)}.footer-links-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;justify-items:center}.links-group{text-align:center}.links-group h4{color:#f1f5f9;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.footer-link{display:block;color:#94a3b8;text-decoration:none;font-size:.95rem;margin-bottom:.5rem;transition:color .2s ease}.footer-link:hover{color:#60a5fa}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;text-align:center;margin-top:auto}.footer-bottom p{color:#cddaeb;font-size:.9rem;margin:0}@media (min-width:768px){.footer-main{grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.footer-brand{text-align:left}.brand-description{margin-left:0;margin-right:0}.footer-links-section{justify-items:start}.links-group{text-align:left}}@media (min-width:1024px){.footer-container{padding:4rem 2rem 2rem}.footer-main{gap:6rem}}