@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Merriweather:wght@300;400;700&display=swap");.container{max-width:1100px;margin:0 auto;padding:0 1rem}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}#navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(0,0,0,.3);backdrop-filter:saturate(180%) blur(6px);-webkit-backdrop-filter:saturate(180%) blur(6px);border-bottom:1px solid hsla(0,0%,100%,.1)}.nav__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;color:#fff}.nav__logo{height:28px;width:auto;filter:brightness(0) invert(1)}.nav__btn{height:28px;min-width:72px;border-radius:14px;background:transparent;border:1px solid #fff;color:#fff;padding:0 12px;font:500 13px/28px Inter,sans-serif;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.nav__btn:hover{background:hsla(0,0%,100%,.1)}#footer{background:#e6eaef;color:#000;padding:3.5rem 0 0;margin-top:0}.app-download-section{background:#e6eaef;padding:1.5rem 0}.app-download-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.app-store-btn,.google-play-btn{display:inline-block}.app-store-btn img,.google-play-btn img{height:44px;width:auto}.both-stores{display:none}@media (min-width:640px){.android-only,.ios-only{display:none}.both-stores{display:flex;gap:1rem}}.footer__top{max-width:1200px;padding:0 1.5rem 3rem;display:grid;grid-template-columns:3fr 1fr 1fr 1fr;gap:2rem;align-items:start;margin:0 auto 1.5rem}.footer__col h3,.footer__help h3{margin:0 0 8px;font:600 14px/1 Inter,sans-serif;color:#000}.footer__help-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.footer__help-list li{display:flex;align-items:flex-start;gap:.625rem;line-height:1.6}.footer__round-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:50%;background:#000;color:#fff;border:1px solid #000;flex:0 0 28px}.footer__col a,.footer__help-list a{color:#6b7280;text-decoration:none;font:400 16px/1.5 Inter,sans-serif}.footer__col a:hover,.footer__help-list a:hover{text-decoration:underline}.footer__help-list address{font-style:normal;color:#6b7280;margin:0;line-height:1.5;font:400 16px/1.5 Inter,sans-serif}.footer__col ul{list-style:none;padding:0;margin:0}.footer__col li{margin-bottom:.5rem}.footer__tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.footer__tags li{margin:0}.footer__tags a{display:inline-block;padding:.4rem .85rem;font-size:.75rem;background:transparent;color:#6b7280;border-radius:50px;text-decoration:none}.footer__tags a:hover{opacity:.8}.footer__bottom{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-top:0}@media (min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__brand{display:flex;align-items:center;gap:1rem}.footer__brand img{height:32px;width:auto}.footer__copy{margin:0;color:#6b7280;font:400 13px/1.4 Inter,sans-serif}.footer__social-icons{display:flex;gap:.75rem;list-style:none;padding:0;margin:0}.footer__social-icons a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;text-decoration:none;transition:all .2s ease}.footer__social-icons a svg{fill:#374151}.footer__social-icons a:hover{background:#e5e7eb}@media (max-width:900px){.footer__top{grid-template-columns:1fr 1fr}.footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:600px){.footer__top{grid-template-columns:1fr}.container{padding:0 1rem}}