@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;700;800&display=swap";:root{--bg-main:#0a0a0c;--bg-secondary:#121216;--bg-tertiary:#ffffff08;--text-primary:#fff;--text-secondary:#a1a1aa;--accent-primary:#103f78;--accent-secondary:#2fd9d1;--accent-gradient:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);--accent-glow:#2fd9d180;--glass-bg:#ffffff0d;--glass-border:#ffffff14;--transition:all .3s cubic-bezier(.25, .8, .25, 1)}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}section{padding:6rem 0;position:relative}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-title{text-align:center;margin-bottom:1rem;font-size:3rem}.section-subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin:0 auto 4rem;font-size:1.125rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-radius:1.5rem;position:relative;box-shadow:0 4px 30px #2fd9d126}.glass-panel:before{content:"";border-radius:inherit;background:var(--accent-gradient);opacity:.65;-webkit-mask-composite:xor;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Outfit,sans-serif;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 15px var(--accent-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2fd9d180}.btn-outline{border:1px solid var(--glass-border);color:var(--text-primary);background:0 0}.btn-outline:hover{background:var(--glass-bg);border-color:#fff3}.hover-scale{transition:var(--transition)}.hover-scale:hover{transform:scale(1.02)translateY(-5px)}@media (width<=768px){.section-title{font-size:2.25rem}section{padding:4rem 0}.container{padding:0 1.5rem}}.header{z-index:1000;width:90%;max-width:1000px;transition:var(--transition);-webkit-backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:9999px;padding:1rem 2rem;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.header.scrolled{background:#ffffff0a;border-color:#ffffff1a;width:85%;max-width:900px;top:1rem;box-shadow:0 10px 30px #00000080}.header .container{padding:0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo-text{cursor:pointer;align-items:center;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.logo-img{width:auto;height:52px;display:block}h1.logo-title{margin:0;font-size:1.5rem;font-weight:800;display:none}@media (width>=768px){h1.logo-title{display:inline-block}}.nav-list{gap:2.5rem;display:flex}.nav-link{color:var(--text-secondary);cursor:pointer;transition:var(--transition);font-weight:500}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.mobile-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{margin-top:.5rem;padding:1.5rem;display:none;position:absolute;top:100%;left:1rem;right:1rem}.mobile-nav-list{text-align:center;flex-direction:column;gap:1.5rem;display:flex}.mobile-nav-link{font-size:1.125rem;font-weight:600}@media (width<=768px){.desktop-nav{display:none}.mobile-toggle{display:block}.mobile-menu{background:#0a0a0cfa;border:1px solid #ffffff1a;border-radius:1.5rem;margin-top:.5rem;margin-bottom:0;display:block;top:100%;bottom:auto}.header{-webkit-backdrop-filter:none;background:#0a0a0cf2;border:1px solid #ffffff1a;top:1rem;bottom:auto}.header.scrolled{background:#0a0a0cfa;border-top:none;border-left:none;border-right:none;border-radius:0;width:100%;top:0;bottom:auto}}.footer{background-color:var(--bg-main);border-top:1px solid #ffffff0d;padding:6rem 0 2rem;position:relative}.footer:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-primary), transparent);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-logo{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.75rem}.footer-logo-img{width:auto;height:48px;margin-bottom:1.5rem;display:block}.footer-desc{color:var(--text-secondary);max-width:320px;margin-bottom:2rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-link{background:var(--glass-bg);width:40px;height:40px;color:var(--text-primary);border:1px solid var(--glass-border);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--accent-gradient);color:#fff;border-color:#0000;transform:translateY(-3px);box-shadow:0 5px 15px #2fd9d166}.footer-title{margin-bottom:1.5rem;font-size:1.125rem}.footer-links ul{flex-direction:column;gap:.75rem;display:flex}.f-link{color:var(--text-secondary);transition:var(--transition);cursor:pointer}.f-link:hover{color:var(--text-primary);display:inline-block;transform:translate(4px)}.footer-bottom{border-top:1px solid var(--glass-border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.founder-link{color:var(--text-primary);text-decoration:underline;-webkit-text-decoration-color:var(--accent-primary);text-decoration-color:var(--accent-primary);text-underline-offset:4px;font-weight:600}.founder-link:hover{color:var(--accent-primary)}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero-section{justify-content:center;align-items:center;min-height:100vh;padding-top:8rem;display:flex;overflow:hidden}.hero-container{z-index:10;position:relative}.hero-content{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.badge{color:var(--text-secondary);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem}.hero-description{color:var(--text-secondary);max-width:700px;margin-bottom:3rem;font-size:1.25rem}.hero-cta{justify-content:center;gap:1.5rem;display:flex}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}@media (width<=768px){.hero-title{font-size:2.75rem}.hero-description{font-size:1.125rem}.hero-cta{flex-direction:column;width:100%}.hero-cta .btn{width:100%}}.about-section{background-color:var(--bg-secondary)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem}.founder-card{align-items:center;margin-top:2rem;padding:1.5rem;display:flex}.founder-info h3{margin-bottom:.5rem;font-size:1.25rem}.founder-info p{color:var(--text-secondary);margin:0}.hover-link{font-weight:600;position:relative}.hover-link:after{content:"";background:var(--accent-gradient);transform-origin:100% 100%;width:100%;height:2px;transition:transform .25s ease-out;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.hover-link:hover:after{transform-origin:0 100%;transform:scaleX(1)}.about-features{flex-direction:column;gap:1.5rem;display:flex}.feature-card{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.feature-icon-wrapper{background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature-card h3{font-size:1.25rem}.feature-card p{color:var(--text-secondary);font-size:.95rem}@media (width<=992px){.about-grid{grid-template-columns:1fr;gap:3rem}}.founder-section{background-color:var(--bg-main);position:relative}.founder-container{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;padding:4rem;display:grid;position:relative;overflow:hidden}.founder-image-wrapper{aspect-ratio:1;border:1px solid var(--glass-border);border-radius:2rem;width:100%;position:relative;overflow:hidden}.founder-image-glow{background:var(--accent-gradient);filter:blur(60px);opacity:.2;z-index:1;width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.founder-image{object-fit:cover;z-index:2;border-radius:2rem;width:100%;height:100%;position:relative}.founder-name{margin-bottom:.5rem;font-size:2.5rem}.founder-role{margin-bottom:2rem;font-size:1.25rem;font-weight:600;display:inline-block}.founder-bio{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.founder-stats{border-top:1px solid var(--glass-border);gap:3rem;margin-top:2.5rem;padding-top:2.5rem;display:flex}.stat-item{align-items:center;gap:1rem;display:flex}.stat-text{flex-direction:column;display:flex}.stat-title{color:var(--text-secondary);font-size:.875rem}.stat-value{font-size:1.125rem;font-weight:600}@media (width<=992px){.founder-container{grid-template-columns:1fr;gap:3rem;padding:2.5rem}.founder-image-wrapper{max-width:400px;margin:0 auto}.founder-stats{flex-direction:column;gap:1.5rem}}.product-section{background-color:var(--bg-main);overflow:hidden}.product-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.product-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.product-card{background:linear-gradient(160deg,#103f781a 0%,#ffffff05 100%);border-radius:2rem;padding:3rem;position:relative;overflow:hidden}.card-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#2fd9d126 0%,#0000 70%);width:50%;height:60%;position:absolute;top:-20%;right:-10%}.product-badge{letter-spacing:1px;text-transform:uppercase;color:var(--accent-secondary);background:#2fd9d11a;border:1px solid #2fd9d14d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 0 15px #2fd9d126}.feature-list{flex-direction:column;gap:1.5rem;display:flex}.feature-item{align-items:center;gap:1rem;font-size:1.05rem;display:flex}.product-cta{flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem;display:flex}.product-visual{perspective:1000px;position:relative}.mockup-container{aspect-ratio:16/10;z-index:2;background:#121216cc;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:100%;animation:6s ease-in-out infinite float;display:flex;position:relative;overflow:hidden;transform:rotateY(-5deg)rotateX(5deg);box-shadow:-20px 20px 50px #00000080}@keyframes float{0%{transform:rotateY(-5deg)rotateX(5deg)translateY(0)}50%{transform:rotateY(-5deg)rotateX(5deg)translateY(-15px)}to{transform:rotateY(-5deg)rotateX(5deg)translateY(0)}}.mockup-glow{background:var(--accent-gradient);filter:blur(100px);opacity:.45;z-index:1;width:90%;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mockup-header{background:#0000004d;border-bottom:1px solid #ffffff0d;align-items:center;height:40px;padding:0 1rem;display:flex}.mockup-dots{gap:6px;display:flex}.mockup-dots span{background:#fff3;border-radius:50%;width:10px;height:10px}.mockup-dots span:first-child{background:#ff5f56}.mockup-dots span:nth-child(2){background:#ffbd2e}.mockup-dots span:nth-child(3){background:#27c93f}.mockup-title{color:var(--text-secondary);letter-spacing:1px;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;font-size:.75rem}.mockup-body{flex:1;display:flex}.mockup-sidebar{background:#0003;border-right:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:1rem;width:60px;padding-top:1rem;display:flex}.mock-menu-item{background:#ffffff1a;border-radius:6px;width:24px;height:24px}.mock-menu-item.active{background:var(--accent-primary)}.mockup-content{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.mock-stats-row{gap:1rem;display:flex}.mock-stat-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;flex:1;padding:1rem}.mock-stat-title{color:var(--text-secondary);margin-bottom:.5rem;font-size:.65rem}.mock-stat-value{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.mock-stat-chart{border-radius:4px;width:100%;height:20px}.chart-purple{background:linear-gradient(90deg,#8b5cf633 0%,#8b5cf6cc 100%)}.chart-cyan{background:linear-gradient(90deg,#06b6d433 0%,#06b6d4cc 100%)}.mock-main-chart{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;flex:1;justify-content:space-between;align-items:flex-end;gap:.5rem;padding:1rem;display:flex}.mock-chart-bar{background:var(--accent-gradient);opacity:.8;border-radius:4px 4px 0 0;flex:1}.b1{height:40%}.b2{height:60%}.b3{height:30%}.b4{height:80%}.b5{height:50%}.b6{height:90%}.b7{height:70%}@media (width<=992px){.product-grid{grid-template-columns:1fr}.product-info{order:2}.product-visual{order:1}.mockup-container{transform:none}}@media (width<=768px){.product-card{border-radius:1.5rem;padding:1.5rem}.product-grid{gap:2rem}.mockup-content{padding:1rem}.mock-stat-value{font-size:1rem}.mock-sidebar{width:40px}.product-cta{flex-direction:column;align-items:stretch;gap:1rem}.product-cta .btn{justify-content:center;width:100%}}.contact-section{background-color:var(--bg-secondary)}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.contact-methods{flex-direction:column;gap:2rem;display:flex}.contact-method{align-items:center;gap:1.5rem;display:flex}.contact-icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.contact-method h4{margin-bottom:.25rem;font-size:1.125rem}.contact-method p{color:var(--text-secondary)}.contact-form-wrapper{border-radius:1.5rem;padding:3rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.form-input{border:1px solid var(--glass-border);color:var(--text-primary);transition:var(--transition);background:#0003;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem}.form-input:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 2px #8b5cf633}.form-input option{background:var(--bg-secondary);color:var(--text-primary)}.w-full{width:100%}@media (width<=992px){.contact-grid{grid-template-columns:1fr}.contact-form-wrapper{padding:2rem 1.5rem}}.services-section{position:relative}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.service-card{flex-direction:column;align-items:flex-start;height:100%;padding:2.5rem 2rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--accent-gradient);opacity:0;z-index:-1;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.service-card:hover{border-color:#8b5cf64d;transform:translateY(-10px);box-shadow:0 10px 30px #00000080}.service-card:hover .service-icon{transform:scale(1.1)}.service-icon{background:#ffffff08;border-radius:16px;margin-bottom:1.5rem;padding:1rem;transition:transform .3s}.service-title{margin-bottom:1rem;font-size:1.5rem}.service-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.service-btn{align-self:flex-start;margin-top:auto}.pricing-section{padding:4rem 0}.pricing-category{margin-bottom:4rem}.pricing-category-title{text-align:center;margin-bottom:3rem;font-size:2rem;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.pricing-category-title:after{content:"";background:var(--accent-gradient);border-radius:2px;width:50%;height:3px;position:absolute;bottom:-10px;left:25%}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.pricing-card{flex-direction:column;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0006}.pricing-tier{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.pricing-price{color:var(--accent-secondary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.pricing-price span{color:var(--text-secondary);font-size:1rem;font-weight:400}.pricing-features{flex-grow:1;margin:0 0 2rem;padding:0;list-style:none}.pricing-feature{color:var(--text-secondary);align-items:flex-start;gap:.75rem;margin-bottom:1rem;line-height:1.5;display:flex}.pricing-btn{text-align:center;width:100%;margin-top:auto}.pricing-card.featured:after{content:"Popular";background:var(--accent-gradient);color:#fff;border-radius:999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;position:absolute;top:0;right:2rem;transform:translateY(-50%);box-shadow:0 4px 15px #a855f766}
