@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{font-optical-sizing:auto;font-family:Inter,sans-serif}.container{flex-direction:column;justify-content:flex-start;align-items:center;min-height:80vh;padding:24px 16px;display:flex}.nav{background-color:#f2f2f2;border-radius:30px;justify-content:space-between;align-items:center;width:100%;max-width:550px;height:60px;padding:0 16px;display:flex}.logo{height:36px}.nav-links{gap:16px;display:flex}.link{color:#333;cursor:pointer;white-space:nowrap;font-size:14px;text-decoration:none;transition:all .3s ease-in-out}.link:hover{color:#000;font-weight:500}.link-external{align-items:center;gap:4px;display:flex}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-top:60px;padding:0 8px;display:flex}.title{margin-top:16px;margin-bottom:0;font-size:clamp(28px,7vw,52px);line-height:1.1}.subtitle{color:#818181;font-size:clamp(14px,3.5vw,22px);font-weight:300}.stores{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:60px;display:flex}.social-button{width:100px;height:40px}@media (width>=768px){.container{padding:30px 20px}.nav{height:64px;padding:0 20px}.logo{height:40px}.nav-links{gap:20px}.hero{margin-top:80px}.subtitle{margin-top:16px}.stores{gap:16px;margin-top:60px}}@media (width<=480px){.nav{border-radius:20px;flex-direction:column;gap:8px;height:auto;padding:10px 12px}.nav-links{gap:12px}.link{font-size:13px}.title br,.subtitle br{display:none}.subtitle{margin-top:20px}.stores{flex-direction:column}}
