*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand{display:flex;align-items:center;gap:12px;font-weight:600;font-size:18px;color:#333}.logo{font-size:24px}.nav-links{display:flex;gap:30px}.nav-links a{text-decoration:none;color:#666;font-weight:500;transition:color .2s}.nav-links a:hover{color:#007aff}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 40px;overflow:hidden}.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;width:100%}.hero-content{text-align:left;z-index:2;position:relative}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:20px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-images{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.screenshot-container{position:relative;width:100%;height:100%}.screenshot{position:absolute;border-radius:16px;box-shadow:0 20px 60px #0000;transition:transform .3s ease}.ios-screenshot{width:240px;height:auto;top:45%;right:5%;transform:translateY(-50%) rotate(-8deg);z-index:2}.macos-screenshot{width:600px;height:auto;top:55%;right:-2%;transform:translateY(-50%) rotate(5deg);z-index:1}.screenshot:hover{transform:translateY(-50%) scale(1.05) rotate(0);z-index:3}.download-buttons{display:flex;gap:30px;justify-content:flex-start;flex-wrap:wrap;align-items:center}.download-btn-svg{display:inline-block;transition:all .3s ease;text-decoration:none}.download-btn-svg:hover{transform:translateY(-3px) scale(1.05);filter:brightness(1.1)}.app-store-badge{height:100px;width:auto;display:block}.story-section{padding:100px 0;background:#f8f9fa}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.story-text h2{font-size:2.5rem;font-weight:700;margin-bottom:30px;color:#333}.story-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:20px}.story-image{display:flex;justify-content:center;align-items:center}.profile-photo{width:400px;height:400px;border-radius:20px;object-fit:cover;box-shadow:0 10px 30px #00000026}.contact-section{padding:80px 0;text-align:center}.contact-section h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.contact-section p{font-size:1.2rem;margin-bottom:30px;opacity:.95}.contact-button{display:inline-block;padding:15px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99;background:linear-gradient(135deg,#764ba2,#667eea)}.footer{background:#f8f9fa;padding:40px 0 20px;border-top:1px solid #e9ecef}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.footer-brand{display:flex;align-items:center;gap:12px;font-weight:600;color:#333}.footer-links{display:flex;gap:30px}.footer-links a{text-decoration:none;color:#666;transition:color .2s}.footer-links a:hover{color:#007aff}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #e9ecef;color:#666;font-size:.9rem}.legal-page{padding:120px 0 80px;max-width:800px;margin:0 auto}.legal-page h1{font-size:2.5rem;font-weight:700;margin-bottom:10px;color:#333}.legal-page .date{color:#666;margin-bottom:40px;font-style:italic}.legal-page h2{font-size:1.5rem;font-weight:600;margin:40px 0 20px;color:#333}.legal-page h3{font-size:1.25rem;font-weight:600;margin:30px 0 15px;color:#333}.legal-page p{margin-bottom:20px;line-height:1.7;color:#555}.legal-page ul{margin-bottom:20px;padding-left:20px}.legal-page li{margin-bottom:8px;line-height:1.6;color:#555}.back-link{display:inline-flex;align-items:center;gap:8px;color:#007aff;text-decoration:none;margin-bottom:30px;font-weight:500;transition:color .2s}.back-link:hover{color:#0056cc}@media (max-width: 768px){.hero-split{grid-template-columns:1fr;gap:40px;text-align:center}.hero-content{text-align:center;order:2}.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-images{order:1;height:400px}.ios-screenshot{width:200px;left:auto;right:5%;transform:translateY(-50%) rotate(-3deg)}.macos-screenshot{width:90dvw;right:auto;left:0%;transform:translateY(-50%) rotate(2deg)}.download-buttons{justify-content:center;gap:20px}.app-store-badge{height:auto;width:60vw}.footer-content{flex-direction:column;gap:20px;text-align:center}.nav-container{flex-direction:column;height:auto;padding:15px 20px;gap:15px}.hero{padding-top:140px}.legal-page{padding:140px 20px 80px}.contact-section{padding:60px 20px}.contact-section h2{font-size:2rem}.contact-section p{font-size:1rem}.contact-button{font-size:1rem;padding:12px 30px}.story-content{grid-template-columns:1fr;gap:40px;text-align:center}.story-text h2{font-size:2rem}.story-text p{font-size:1rem}.story-image{order:-1}.profile-photo{width:250px;height:250px}}
