*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:0}.landing-container{min-height:100vh;background:linear-gradient(135deg,#ffd5d5,#ffa5a5,#ff8a8a);background-attachment:fixed;position:relative;overflow:hidden}.content-wrapper{display:flex;min-height:100vh;align-items:center;max-width:1200px;margin:0 auto;padding:40px 20px;gap:60px}.phones-section{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.phone-mockup{width:280px;height:580px;border:3px solid rgba(255,255,255,.8);border-radius:20px;padding:0;position:relative;box-shadow:0 10px 30px #0000001a;background:transparent}.phone-mockup.phone-1{transform:rotate(-5deg) translate(-20px);z-index:2}.phone-mockup.phone-2{transform:rotate(5deg) translate(20px);z-index:1;margin-left:-100px}.phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#ffb3e6,#ffa8c7);border-radius:17px;overflow:hidden;position:relative}.phone-content{padding:20px 15px 15px;height:100%;display:flex;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;color:#fff;margin-bottom:20px}.app-title{font-size:24px;font-weight:700}.app-menu{font-size:18px}.phone-content-area{flex:1;margin-bottom:20px;overflow:hidden}.content-card{background:#ffffffe6;border-radius:12px;padding:15px;margin-bottom:12px;box-shadow:0 2px 10px #0000001a}.content-card h3{font-size:14px;color:#ff6b9d;margin-bottom:5px}.content-card p{font-size:12px;color:#666;line-height:1.4}.bottom-nav{display:flex;justify-content:space-around;align-items:center;background:#fff3;border-radius:20px 20px 0 0;padding:15px;margin:0 -15px -15px}.nav-item{color:#fff;font-size:20px;text-align:center}.text-section{flex:1;color:#fff;padding:40px 0}.header-section{margin-bottom:40px}.logo-area{display:flex;align-items:center;margin-bottom:30px}.logo{width:60px;height:60px;background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-right:20px;font-size:30px;color:#fff}.tagline{font-size:16px;color:#fffc;letter-spacing:2px}.main-title{font-size:48px;font-weight:700;margin-bottom:20px;background:linear-gradient(to bottom,#fff,#ffffff65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:18px;color:#ffffffe6;margin-bottom:40px;line-height:1.6}.description{font-size:16px;line-height:1.8;color:#fffc;margin-bottom:50px}.qr-section{display:flex;gap:40px;margin-bottom:60px}.qr-item{text-align:center}.qr-code{width:120px;height:120px;background:#fff;border-radius:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0003}.qr-placeholder{width:100px;height:100px;background:#333;border-radius:8px;position:relative}.qr-placeholder:before{content:"";position:absolute;inset:10px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="0" y="0" width="20" height="20" fill="%23000"/><rect x="25" y="0" width="15" height="15" fill="%23000"/><rect x="45" y="0" width="10" height="10" fill="%23000"/><rect x="60" y="0" width="20" height="20" fill="%23000"/><rect x="85" y="0" width="15" height="15" fill="%23000"/></svg>');background-size:cover}.qr-label{font-size:14px;color:#ffffffe6}.team-section{border-top:1px solid rgba(255,255,255,.2);padding-top:30px}.team-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:30px;color:#fff}.team-members{display:flex;justify-content:space-around;text-align:center}.team-member{flex:1}.member-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:5px}.member-role{font-size:14px;color:#ffffffb3}@media (max-width: 768px){.content-wrapper{flex-direction:column;gap:40px;padding:20px}.phones-section{order:2}.text-section{order:1;text-align:center}.phone-mockup{width:200px;height:400px;border:2px solid rgba(255,255,255,.8)}.phone-mockup.phone-2{margin-left:-60px}.main-title{font-size:36px}.qr-section{justify-content:center;gap:30px}.team-members{flex-wrap:wrap;gap:20px}.team-member{flex:none;min-width:120px}}@media (max-width: 480px){.main-title{font-size:28px}.qr-code{width:100px;height:100px}.phone-mockup{width:160px;height:320px;border:2px solid rgba(255,255,255,.8)}.content-wrapper{padding:15px}}.floating-element{position:absolute;opacity:.1;animation:float 6s ease-in-out infinite}.floating-element:nth-child(1){top:20%;left:10%;animation-delay:0s}.floating-element:nth-child(2){top:60%;right:10%;animation-delay:2s}.floating-element:nth-child(3){bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.download-section{display:none;text-align:center;margin-top:30px;flex-direction:column;gap:15px}.download-btn{background:linear-gradient(135deg,#ff6b9d,#4ecdc4);color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 10px 30px #ff6b9d4d;transition:transform .3s ease}.download-btn:hover{transform:translateY(-2px)}.preview-btn{background:linear-gradient(135deg,#6b73ff,#9b59b6);color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 10px 30px #6b73ff4d;transition:transform .3s ease}.preview-btn:hover{transform:translateY(-2px)}@media (max-width: 768px){.download-section{display:flex}}
