:root{--primary: #00377B;--accent: #FF4438;--yellow: #FFD54F;--white: #FFFFFF;--light-gray: #F5F5F5;--medium-gray: #E0E0E0;--dark-gray: #757575;--black: #212121}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background-color:var(--white);color:var(--black);line-height:1.6}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem}}@media (max-width: 600px){nav{flex-direction:column;gap:1rem}nav ul{width:100%;justify-content:center}}header{background-color:var(--primary);color:var(--white);padding:1rem 0;position:sticky;top:0;z-index:100}nav{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-image{height:40px;width:auto;display:block}.logo h1{font-size:1.5rem;font-weight:700}nav ul{display:flex;gap:2rem;list-style:none}nav a{color:var(--white);text-decoration:none;font-size:1rem;transition:opacity .3s}nav a:hover{opacity:.8}.hero{background-color:var(--primary);color:var(--white);padding:4rem 0;overflow:hidden;position:relative}.hero-container{display:flex;flex-direction:row;align-items:center;gap:2rem}.hero-screenshots{flex:1;position:relative;height:500px;display:flex;align-items:center;justify-content:center}.hero-content{flex:1;z-index:2}.hero-logo{width:70px;height:auto;margin-bottom:1.5rem}.screenshot-backdrop{position:absolute;width:400px;height:400px;background:linear-gradient(135deg,var(--accent),var(--yellow));border-radius:50%;z-index:0;filter:blur(60px)}.screenshot-wrapper{position:absolute;z-index:1;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0003}.screenshot-primary{transform:rotate(-5deg);left:0;top:50px;z-index:2}.screenshot-secondary{transform:rotate(5deg);left:150px;top:120px}.screenshot-wrapper img{max-width:280px;height:auto;border-radius:24px;border:4px solid var(--white);object-fit:cover;display:block}.hero h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(90deg,var(--white) 0%,var(--yellow) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.hero p{font-size:1.2rem;max-width:500px;margin-bottom:2rem;opacity:.9}.company-byline{font-size:1rem!important;margin-bottom:2rem!important;opacity:.85!important;font-style:italic}.company-byline a{color:var(--yellow);text-decoration:none;transition:all .3s}.company-byline a:hover{text-decoration:underline;color:#fff}.app-store-btn{display:inline-block;background-color:var(--white);color:var(--primary);padding:.8rem 2rem;border-radius:50px;text-decoration:none;font-size:1.1rem;transition:all .3s;border:2px solid transparent;font-weight:700}.app-store-btn:hover{background-color:var(--yellow);color:var(--black)}.features{padding:4rem 0;background-color:var(--light-gray)}.section-heading{text-align:center;margin-bottom:3rem}.section-heading h2{color:var(--primary);font-size:2rem;margin-bottom:1rem}.section-heading p{color:var(--dark-gray);max-width:700px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 5px 15px #0000000d;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:50px;height:50px;background-color:#00377b1a;border-radius:10px;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.feature-icon span{color:var(--primary);font-size:1.5rem}.feature-card h3{color:var(--primary);margin-bottom:1rem}.cta{padding:4rem 0;text-align:center;background-color:var(--white)}.cta h2{color:var(--primary);font-size:2rem;margin-bottom:1rem}.cta p{color:var(--dark-gray);max-width:700px;margin:0 auto 2rem}.legal-content{padding:4rem 0}.legal-content h2{color:var(--primary);margin-bottom:1.5rem;font-size:2rem}.legal-content h3{color:var(--primary);margin:2rem 0 1rem;font-size:1.3rem}.legal-content p,.legal-content li{margin-bottom:1rem;color:var(--black);font-size:1rem}.legal-content ul,.legal-content ol{padding-left:2rem;margin-bottom:1.5rem}.legal-date{margin-bottom:2rem;color:var(--dark-gray)}footer{background-color:var(--primary);color:var(--white);padding:3rem 0 1.5rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-logo{flex:1;min-width:200px}.footer-logo h3{font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center}.footer-logo .company-info{margin-top:.8rem;font-size:.9rem;opacity:.9}.footer-logo .company-info a{color:var(--white);text-decoration:none;border-bottom:1px dotted rgba(255,255,255,.5);transition:border-color .3s,opacity .3s}.footer-logo .company-info a:hover{opacity:1;border-bottom:1px solid var(--yellow)}.footer-links{flex:1;min-width:200px}.footer-links h4{margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--white);text-decoration:none;opacity:.8;transition:opacity .3s}.footer-links a:hover{opacity:1}.copyright{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;opacity:.8}@media (max-width: 1024px){.hero-container{flex-direction:column-reverse;text-align:center}.hero-content{width:100%;display:flex;flex-direction:column;align-items:center}.hero-screenshots{width:100%;height:400px;margin-top:2rem}.screenshot-primary{left:50%;transform:translate(-140px) rotate(-5deg)}.screenshot-secondary{left:50%;transform:translate(-50px) rotate(5deg)}}@media (max-width: 768px){.screenshot-wrapper img{max-width:220px}.screenshot-primary{transform:translate(-110px) rotate(-5deg)}.screenshot-secondary{transform:translate(-40px) rotate(5deg)}}@media (max-width: 600px){.hero-screenshots{height:350px}.screenshot-wrapper img{max-width:180px}.screenshot-primary{transform:translate(-90px) rotate(-5deg)}.screenshot-secondary{transform:translate(-30px) rotate(5deg)}.hero h2{font-size:2rem}.hero p{font-size:1rem}}
