body{min-height:100vh;margin:0;padding:0;font-family:Inter,Arial,sans-serif;background:#f7f7f7;display:flex;flex-direction:column;align-items:center;justify-content:center}.linktree-container{display:flex;flex-direction:column;align-items:center;width:100vw;min-height:100vh;justify-content:center}.logo{width:160px;max-width:60vw;margin:0 auto 2rem;display:block}.buttons{display:flex;flex-direction:column;gap:1.2rem;width:90vw;max-width:400px}.whatsapp-btn{display:flex;align-items:center;gap:.7em;justify-content:center;font-weight:700}.wa-icon{display:flex;align-items:center;justify-content:center}.link-btn{background:#fff;color:#353c24;border:2px solid #e0e0e0;border-radius:2rem;padding:1.1rem 1.5rem;font-size:1.1rem;font-weight:600;text-align:center;text-decoration:none;box-shadow:0 2px 8px #0000000a;transition:background .2s,border .2s,color .2s;cursor:pointer}.link-btn:hover{background:#353c24;color:#fff;border-color:#353c24}.footer{text-align:center}@media (max-width: 600px){.logo{width:60vw;max-width:220px;margin-bottom:2.5rem}.linktree-container{min-height:100vh;justify-content:flex-start;padding-top:3rem}.buttons{gap:1.1rem}}@media (max-width: 400px){.logo{width:80vw;max-width:160px}.buttons{width:98vw;max-width:98vw}}
