:root{--color-primary: #0077b6;--color-primary-dark: #023e8a;--color-primary-light: #90e0ef;--color-accent: #00b4d8;--color-background: #f8f9fa;--color-surface: #ffffff;--color-text-main: #212529;--color-text-secondary: #6c757d;--color-border: #dee2e6;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--font-family: "Inter", system-ui, -apple-system, sans-serif;--radius-md: .5rem;--radius-lg: 1rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}.landing-page{width:100%;overflow-x:hidden;background:linear-gradient(180deg,#f8f9fa,#fff)}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:space-between;padding:4rem 6rem;gap:4rem;position:relative;opacity:0;transform:translateY(20px);transition:all .8s ease-out}.hero-section.visible{opacity:1;transform:translateY(0)}.hero-content{flex:1;max-width:600px}.logo-container{margin-bottom:2rem;animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-logo{width:200px;height:auto;filter:drop-shadow(0 8px 16px rgba(0,119,182,.3));transition:transform .3s ease}.hero-logo:hover{transform:scale(1.05)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#0077b6,#00b4d8);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 12px #0077b64d}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#023e8a,#0077b6,#00b4d8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}.hero-description{font-size:1.125rem;color:#6c757d;line-height:1.7;margin-bottom:2rem}.hero-socials{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:center}.social-icon{color:#6c757d;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.social-icon:hover{color:#0077b6;transform:translateY(-3px)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-primary,.cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.cta-primary{background:linear-gradient(135deg,#0077b6,#00b4d8);color:#fff;box-shadow:0 4px 16px #0077b666}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0077b680}.cta-secondary{background:#fff;color:#0077b6;border:2px solid #0077b6}.cta-secondary:hover{background:#f8f9fa;transform:translateY(-2px)}.hero-visual{flex:1;position:relative;height:500px;display:flex;align-items:center;justify-content:center}.floating-card{position:absolute;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:1rem;animation:float 3s ease-in-out infinite}.floating-card.card-1{top:10%;left:10%;animation-delay:0s}.floating-card.card-2{top:50%;right:10%;animation-delay:1s}.floating-card.card-3{bottom:10%;left:30%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-icon{font-size:2.5rem}.card-text{display:flex;flex-direction:column}.card-label{font-size:.875rem;color:#6c757d;font-weight:500}.card-value{font-size:1.75rem;font-weight:700;color:#0077b6}.features-section{padding:6rem;background:linear-gradient(135deg,#0077b6,#00b4d8)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#000;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;border:1px solid #dee2e6;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0077b626;border-color:#90e0ef}.feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#0077b6,#00b4d8);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-title{font-size:1.25rem;font-weight:600;color:#212529;margin-bottom:.75rem}.feature-description{font-size:1rem;color:#6c757d;line-height:1.6}.screenshots-section{padding:6rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.screenshots-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.screenshot-item{position:relative}.screenshot-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000026;transition:all .3s ease}.screenshot-wrapper:hover{transform:scale(1.05);box-shadow:0 15px 40px #0003}.screenshot-image{width:100%;height:auto;display:block}.screenshot-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem 1.5rem 1.5rem;opacity:0;transition:opacity .3s ease}.screenshot-wrapper:hover .screenshot-overlay{opacity:1}.screenshot-title{color:#fff;font-size:1.125rem;font-weight:600}.stats-section{padding:6rem;background:linear-gradient(135deg,#0077b6,#00b4d8)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.stat-item{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.stat-item:hover{background:#ffffff26;transform:translateY(-4px)}.stat-icon{width:64px;height:64px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-content{flex:1}.stat-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.stat-label{font-size:1rem;color:#ffffffe6;font-weight:500}.cta-section{padding:6rem;background:#fff}.cta-content{max-width:700px;margin:0 auto;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:1rem}.cta-description{font-size:1.125rem;color:#6c757d;margin-bottom:2rem}.cta-form{display:flex;gap:1rem;margin-bottom:1rem}.cta-input{flex:1;padding:1rem 1.5rem;border:2px solid #dee2e6;border-radius:12px;font-size:1rem;transition:all .3s ease}.cta-input:focus{outline:none;border-color:#0077b6;box-shadow:0 0 0 3px #0077b61a}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#0077b6,#00b4d8);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #0077b666}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0077b680}.cta-note{font-size:.875rem;color:#6c757d}.landing-footer{padding:3rem 6rem;background:#212529;color:#fff}.footer-content{text-align:center}.footer-brand{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.footer-logo{width:120px;height:auto;filter:brightness(0) invert(1);opacity:.9;transition:opacity .3s ease}.footer-logo:hover{opacity:1}.footer-name{font-size:1.5rem;font-weight:700}.footer-text{color:#adb5bd;margin-bottom:1.5rem}.footer-links{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.footer-link{color:#adb5bd;transition:color .3s ease}.footer-link:hover{color:#00b4d8}.footer-separator{color:#6c757d}.footer-copyright{color:#6c757d;font-size:.875rem}@media(max-width:1024px){.hero-section{flex-direction:column;padding:3rem;text-align:center}.hero-content{max-width:100%}.hero-cta,.hero-socials{justify-content:center}.hero-visual{width:100%;height:auto;min-height:auto;margin-top:3rem;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.floating-card{position:relative;inset:auto!important;transform:none;margin:0;flex:1 1 240px;max-width:320px;box-shadow:0 4px 12px #0000001a;animation:mobileFloat 4s ease-in-out infinite}.floating-card.card-1{animation-delay:0s}.floating-card.card-2{animation-delay:1.5s}.floating-card.card-3{animation-delay:3s}@keyframes mobileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.features-section,.screenshots-section,.stats-section,.cta-section,.landing-footer{padding:4rem 3rem}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:2rem}.cta-form{flex-direction:column}.screenshots-carousel{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.features-section,.screenshots-section,.stats-section,.cta-section,.landing-footer{padding:3rem 1.5rem}.hero-section{padding:2rem 1.5rem}}
