*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:15px 0;transition:all .3s ease}nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:700;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:12px}.app-icon{width:40px;height:40px;border-radius:8px;object-fit:cover}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:80px}.hero-text h1{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.2}.hero-text .highlight{background:linear-gradient(45deg,#ff6b6b,#ffd93d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text p{font-size:1.2rem;color:#ffffffe6;margin-bottom:20px}.hero-buttons{display:flex;gap:20px;margin-bottom:40px;align-items:center}.btn-secondary{background:#ffffff26;color:#fff;padding:21px 55px;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-size:1.43rem;font-weight:600;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;display:inline-block;position:relative;overflow:hidden;pointer-events:auto;cursor:pointer}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66}.hero-visual{position:relative;height:550px;display:flex;justify-content:center;align-items:center}.floating-card{position:absolute;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:18px;color:#fff;animation:none!important;width:130px;text-align:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.floating-card h4{font-size:.95rem;margin-bottom:6px;font-weight:600}.floating-card p{font-size:.8rem;opacity:.9;line-height:1.2}.floating-card:nth-child(1){top:60px;left:45%;animation-delay:0s}.floating-card:nth-child(2){top:100px;right:35%;animation-delay:.8s}.floating-card:nth-child(3){top:70px;left:25%;animation-delay:1.2s}.floating-card:nth-child(4){top:150px;right:25%;animation-delay:1.6s}.floating-card:nth-child(5){top:120px;left:15%;animation-delay:2s}.floating-card:nth-child(6){top:190px;right:15%;animation-delay:2.4s}.floating-card:nth-child(7){top:170px;left:35%;animation-delay:2.8s}.floating-card:nth-child(8){top:240px;right:45%;animation-delay:3.2s}.floating-card:nth-child(9){bottom:240px;left:45%;animation-delay:3.6s}.floating-card:nth-child(10){bottom:170px;right:35%;animation-delay:4s}.floating-card:nth-child(11){bottom:190px;left:25%;animation-delay:4.4s}.floating-card:nth-child(12){bottom:120px;right:25%;animation-delay:4.8s}.floating-card:nth-child(13){bottom:150px;left:15%;animation-delay:5.2s}.floating-card:nth-child(14){bottom:100px;right:15%;animation-delay:5.6s}.floating-card:nth-child(15){bottom:70px;left:35%;animation-delay:6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.app-store-badge{height:200px;width:auto;display:block}footer{background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);padding:30px 0;text-align:center;color:#fffc}footer p{font-size:.9rem;font-weight:400}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;grid-template-areas:"visual" "text";text-align:center;margin-top:80px}.hero-text{grid-area:text}.hero-visual{grid-area:visual;height:400px;order:-1}.hero-text h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.floating-card{width:110px;padding:15px}.floating-card h4{font-size:.85rem}.floating-card p{font-size:.75rem}}.fade-in{opacity:0;transform:translateY(30px);animation:fadeIn .6s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.slide-in-left{opacity:0;transform:translate(-50px);animation:slideInLeft .8s ease forwards}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}
