.qr-landing-container{min-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:20px}.qr-landing-content{max-width:600px;width:100%;text-align:center;padding:40px 20px}.logo-container{margin-bottom:40px;animation:fadeInDown .6s ease-out;display:flex;justify-content:center;align-items:center}.logo{height:120px;width:auto;max-width:90%}.headline{font-size:36px;font-weight:700;color:#0a1628;margin-bottom:12px;animation:fadeInUp .6s ease-out .2s backwards}.subheadline{font-size:18px;color:#6b7280;margin-bottom:40px;animation:fadeInUp .6s ease-out .3s backwards}.buttons-container{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px;animation:fadeInUp .6s ease-out .4s backwards}.store-button{background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease,opacity .2s ease;width:320px;max-width:90%;display:flex;justify-content:center;align-items:center}.store-button:hover{transform:translateY(-2px);opacity:.8}.store-button:active{transform:translateY(0)}.store-button.highlighted{animation:pulse 2s ease-in-out infinite}.store-badge{width:100%;height:auto;display:block}.website-button{display:flex;align-items:center;justify-content:center;gap:12px;background-color:#f3f4f6;color:#1f2937;border:2px solid #e5e7eb;padding:16px 40px;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s ease;width:320px;max-width:90%}.website-button:hover{background-color:#e5e7eb;border-color:#d1d5db;transform:translateY(-2px)}.website-button:active{transform:translateY(0)}.website-icon{width:28px;height:28px;color:#0a1628}.footer-text{margin-top:40px;animation:fadeIn .6s ease-out .6s backwards}.footer-text p{color:#9ca3af;font-size:14px;margin:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #48bfb566}50%{transform:scale(1.02);box-shadow:0 0 0 10px #48bfb500}}@media (max-width: 768px){.qr-landing-content{padding:20px}.logo{height:90px}.headline{font-size:28px}.subheadline{font-size:16px;margin-bottom:32px}.store-button,.website-button{width:280px}.buttons-container{gap:12px}}@media (max-width: 480px){.logo{height:70px}.headline{font-size:24px}.subheadline{font-size:14px}.store-button,.website-button{width:240px}.website-button{padding:14px 32px;font-size:16px}.website-icon{width:24px;height:24px}}@media print{.qr-landing-container{display:none}}
