@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Roboto:wght@400;500&display=swap";:root{--primary: #2196f3;--primary-dark: #1976d2;--bg-light: #f4f6f3;--text-dark: #1f2933;--text-muted: #6b7280;--radius: 14px;--transition: .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;color:var(--text-dark);background:#fff}h1,h2,h3{font-family:Montserrat,sans-serif}section{padding:90px 8%}@media(max-width:768px){section{padding:70px 6%}}.navbar{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:8px 8%;background:#f8fafce6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0}.nav-logo{font-family:Montserrat,sans-serif;color:var(--primary);letter-spacing:1px}.nav-logo img{height:40px}.nav-links a{margin-left:28px;text-decoration:none;font-weight:500;color:#0f172a;position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background:var(--primary);transition:var(--transition)}.nav-links a:hover:after{width:100%;color:#2196f3}.nav-cta{padding:8px 16px;border-radius:20px;background:var(--primary);color:#fff!important}.nav-cta:hover{background:var(--primary-dark)}.login-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1}.login-btn svg{display:block}@media(max-width:768px){.nav-links{display:none}}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.hamburger span{width:26px;height:2.5px;background:#0f172a;border-radius:2px;transition:.3s ease}.mobile-menu{display:none}@media(max-width:768px){.nav-links.desktop{display:none}.hamburger{display:flex}.mobile-menu{display:flex;flex-direction:column;gap:18px;padding:20px 6%;background:#fff;border-bottom:1px solid #e5e7eb;z-index:1000;position:fixed;width:100%}.mobile-menu a{font-size:16px;font-weight:500;color:#0f172a;text-decoration:none}.mobile-menu a.cta{margin-top:10px;background:#2196f3;color:#fff;padding:12px;border-radius:10px;text-align:center;font-weight:600}}.hero{min-height:95vh;display:flex;align-items:center;background:linear-gradient(180deg,#fff,#f4f6f3 60%,#e3f2fd);background:url(/assets/herobg-BkDyhLr_.png);background-size:cover;background-position:center}.hero-content{max-width:720px}.hero-badge{display:inline-block;padding:6px 14px;border-radius:20px;background:#2196f31a;color:var(--primary);font-size:14px;font-weight:500;margin-bottom:20px}.hero h1{font-size:52px;line-height:1.2;margin-bottom:20px}.hero h1 span{color:var(--primary)}.hero p{font-size:18px;color:var(--text-muted);max-width:620px;margin-bottom:36px}.hero-actions .btn{margin-right:16px}.hero{position:relative;isolation:isolate;min-height:95vh;display:flex;align-items:center;background:url(/assets/herobg-BkDyhLr_.png) no-repeat right center;background-size:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fffffff5,#ffffffe6 35%,#ffffffb3 55%,#ffffff4d 70%,#fff0);z-index:-1}.hero-content{max-width:680px}.hero h1{font-size:56px;font-weight:700;line-height:1.15;margin-bottom:20px;color:#0f172a}.hero h1 span{color:#2196f3}.hero p{font-size:18px;line-height:1.7;color:#475569;margin-bottom:36px}.hero-actions{display:flex;gap:16px}.btn.primary{background:#2196f3;color:#fff;padding:14px 26px;font-weight:600;box-shadow:0 10px 30px #2196f359}.btn.outline{border:2px solid #2196f3;color:#2196f3;padding:14px 26px;font-weight:600}@media(max-width:768px){.hero{min-height:100vh;align-items:flex-start;padding:100px 6% 70px;background:url(/assets/MobileHeroBg-BxphCxk9.png) no-repeat center center;background-size:cover}.hero-overlay{display:none!important}.hero-content{max-width:100%;text-align:center;padding:0}.hero-badge{margin:0 auto 18px;font-size:13px;padding:6px 14px}.hero h1{font-size:36px;line-height:1.12}.hero h1 span{display:block;margin-top:6px}.hero p{font-size:15.8px;line-height:1.65;max-width:90%;margin:0 auto 32px}.hero-actions{flex-direction:column;gap:14px;align-items:center}.hero-actions .btn{width:100%;max-width:280px;padding:14px 0;font-size:15.5px}.btn.primary{box-shadow:0 14px 30px #2196f359}}.solution-flow{position:relative;background:#f4f6f3}.solution-intro{max-width:760px;margin-bottom:120px}.solution-intro h2{font-size:42px;line-height:1.2;margin-bottom:18px;color:#0f172a}.solution-intro h2 .accent{color:#2563eb;background:linear-gradient(90deg,#2563eb26,#2563eb00);padding:0 6px;border-radius:6px}.solution-intro p{font-size:18px;color:#475569;max-width:640px}.solution-line{position:absolute;top:260px;left:50%;transform:translate(-50%);width:3px;height:60%;background:linear-gradient(to bottom,transparent,rgba(37,99,235,.35),transparent)}.solution-row{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;margin-bottom:160px}.solution-row.left{padding-right:4%}.solution-row.right{padding-left:4%}.solution-text h3{font-size:28px;margin-bottom:16px;color:#0f172a}.solution-text h3 .accent{color:#2563eb}.solution-text p{font-size:16.5px;line-height:1.7;color:#475569;margin-bottom:22px}.solution-text ul{list-style:none;padding-left:0}.solution-text li{margin-bottom:12px;font-weight:500;color:#334155;position:relative;padding-left:26px}.solution-text li:before{content:"";position:absolute;left:0;top:6px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#38bdf8)}.solution-image{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}#solutionimagefirst{display:flex;flex-direction:row;justify-content:flex-end}#main1{display:none}#main2{display:block}.solution-image img{width:100%;max-width:460px;height:auto;border-radius:20px}@media(max-width:768px){.solution-row{grid-template-columns:1fr;gap:48px;margin-bottom:110px;text-align:center}.solution-line{display:none}.solution-intro h2{font-size:32px}.solution-text li{padding-left:0}.solution-text li:before{display:none}#main1{display:block}#main2{display:none}}.product-section{background:linear-gradient(180deg,#f1f5f9,#e8f1fb,#f8fafc);padding:110px 8%;position:relative}.product-intro{max-width:760px;margin-bottom:80px}.product-intro h2{font-size:44px;line-height:1.2;margin-bottom:16px;color:#0f172a}.product-intro .accent{color:#2563eb}.product-intro p{font-size:18px;color:#475569;max-width:640px}.product-layout{display:grid;grid-template-columns:1.1fr 1.4fr;gap:80px;align-items:center}.product-visual{background:#ffffffd9;border-radius:26px;padding:40px 32px 28px;text-align:center;box-shadow:0 30px 60px #0f172a14,0 1px #fff9 inset}.product-visual img{max-width:320px;margin-bottom:28px}.switch-controls{display:flex;justify-content:center;gap:10px;margin-bottom:14px}.switch-btn{width:36px;height:36px;border-radius:50%;border:none;font-weight:600;background:#e2e8f0;color:#0f172a;cursor:pointer;transition:all .25s ease}.switch-btn.active{background:#2563eb;color:#fff;box-shadow:0 6px 18px #2563eb59}.switch-btn:hover{transform:scale(1.1)}.visual-label{display:block;font-size:14px;color:#64748b;margin-top:10px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{background:#fff;border-radius:20px;padding:26px 24px;box-shadow:0 12px 30px #0f172a14;transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 18px 40px #0f172a1f}.product-card h3{font-size:18px;margin-bottom:8px;color:#0f172a}.product-card p{font-size:15px;color:#475569;line-height:1.6}@media(max-width:768px){.product-section{background:linear-gradient(180deg,#f1f5f9,#e8f1fb,#f8fafc);padding:110px 0;position:relative}.product-layout{grid-template-columns:1fr;gap:60px}.product-grid{grid-template-columns:1fr}.product-intro h2{font-size:34px}.product-intro{padding:6%}}@media(max-width:768px){.product-intro p{margin-left:auto;margin-right:auto}.product-visual{margin-left:auto;margin-right:auto;max-width:360px}.product-grid{justify-items:center}.product-card{width:100%;max-width:360px;text-align:center}}.about-section{background:linear-gradient(180deg,#fff,#f8fafc,#fff)}.about-intro{max-width:760px;margin-bottom:100px}.about-intro h2{font-size:42px;line-height:1.2;margin-bottom:18px;color:#0f172a}.about-intro p{font-size:18px;line-height:1.6;color:#475569;max-width:640px}.about-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:center}.about-image-wrapper{position:relative;width:100%;max-width:420px;margin:auto;overflow:hidden;border-radius:22px;display:flex;justify-content:center;align-items:center}.about-image{width:auto;height:55dvh;border-radius:22px;display:block}.about-text{max-width:520px}.about-text h3{font-size:24px;font-weight:700;margin-top:26px;margin-bottom:10px;color:#0f172a}.about-text h3:first-child{margin-top:0}.about-text p{font-size:15.8px;line-height:1.55;color:#475569;margin-bottom:14px}.about-text ul{list-style:none;padding-left:0;margin-top:12px}.about-text li{margin-bottom:8px;font-weight:500;color:#334155;position:relative;padding-left:18px}.about-text li:before{content:"●";position:absolute;left:0;top:2px;font-size:9px;color:#2563eb}.about-section .accent{color:#2563eb}.about-section .accent-soft{color:#1d4ed8;font-weight:500}@media(max-width:768px){.about-layout{grid-template-columns:1fr;gap:48px;text-align:center}.about-intro h2{font-size:32px}.about-text{max-width:100%}.about-text h3{font-size:22px}.about-text p{font-size:15.5px}.about-text li{padding-left:0}.about-text li:before{display:none}.about-image{height:38dvh}}.founders-section{padding:120px 8%;background:linear-gradient(180deg,#f8fafc,#eef6fd,#fff)}.founders-header{text-align:center;max-width:680px;margin:0 auto 80px}.founders-header h2{font-size:42px;font-weight:700;color:#0f172a}.founders-header h2 span{color:#2196f3}.founders-header p{margin-top:12px;font-size:17px;color:#475569}.founders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:auto}.founder-card{background:#ffffffe6;border-radius:24px;padding:36px 28px;text-align:center;box-shadow:0 25px 50px #0f172a14;transition:all .3s ease}.founder-card.featured{border:2px solid rgba(33,150,243,.35);box-shadow:0 35px 70px #2196f333}.founder-image{width:120px;height:120px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid #e0f2fe}.founder-image img{width:100%;height:100%;object-fit:cover}.founder-card h3{font-size:20px;font-weight:600;color:#0f172a}.founder-card .role{display:block;margin:6px 0 14px;font-size:14px;font-weight:500;color:#2196f3}.founder-card p{font-size:15.5px;line-height:1.6;color:#475569}@media(max-width:900px){.founders-grid{grid-template-columns:1fr;gap:30px}.founders-header h2{font-size:32px}}.contact-alt{background:linear-gradient(180deg,#f1f7fd,#eaf2fb 60%,#fff)}.contact-alt-container{max-width:1100px;margin:auto}.contact-alt-text{max-width:720px;margin-bottom:60px}.contact-alt-text h2{font-size:40px;line-height:1.2;margin-bottom:16px;color:#0f172a}.contact-alt-text p{font-size:17px;color:#475569;max-width:520px}.contact-horizontal{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.contact-card-horizontal{background:#fff;border-radius:18px;padding:22px 24px;display:flex;align-items:center;gap:18px;text-decoration:none;transition:.3s ease;box-shadow:0 16px 40px #0f172a14}.contact-card-icon{width:46px;height:46px;border-radius:14px;background:#2563eb1a;display:flex;align-items:center;justify-content:center}.contact-card-text h3{font-size:17px;margin-bottom:4px;color:#0f172a}.contact-card-text p{font-size:14.5px;color:#64748b}.contact-arrow{margin-left:auto;font-size:20px;color:#2563eb;transition:transform .3s ease}.contact-card-horizontal:hover{transform:translateY(-4px);box-shadow:0 26px 60px #2563eb2e}.contact-card-horizontal:hover .contact-arrow{transform:translate(4px)}.contact-alt .accent{color:#2563eb}@media(max-width:900px){.contact-horizontal{grid-template-columns:1fr}.contact-alt-text h2{font-size:32px}}.footer-social{display:flex;gap:100px;align-items:center}.footer-social a{border-radius:0;background:transparent;display:flex;flex-direction:row;color:#cbd5f5;transition:.25s ease}.footer-social a:hover{background:#38bdf826;color:#38bdf8;transform:translateY(-2px)}@media(max-width:900px){.footer-social{justify-content:center}}.footer{background:linear-gradient(180deg,#0f172a,#020617);padding-top:80px}.footer-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px;padding:0 8% 60px;align-items:start}.footer-brand h3{font-family:Montserrat,sans-serif;font-size:22px;font-weight:700;margin-bottom:12px;color:#e5e7eb}.footer-brand p{font-size:15.5px;line-height:1.6;color:#94a3b8;max-width:360px}.footer-links a{display:block;text-decoration:none;font-size:15px;font-weight:500;color:#cbd5f5;margin-bottom:10px;transition:color .25s ease,transform .25s ease}.footer-links a:hover{color:#38bdf8;transform:translate(4px)}.footer-social{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;margin-left:40px}.footer-social a{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:14.5px;font-weight:500;color:#cbd5f5;transition:color .25s ease,transform .25s ease}.footer-social a svg{width:18px;height:18px;flex-shrink:0}.footer-social a:hover{color:#38bdf8;transform:translate(4px)}.footer-bottom{text-align:center;font-size:14px;color:#94a3b8;padding:18px 0 30px;border-top:1px solid rgba(148,163,184,.15)}@media(max-width:900px){.footer-container{grid-template-columns:1fr;gap:40px;text-align:center;padding:0 6% 50px}.footer-brand p{margin:auto}.footer-social{align-items:center;margin-left:0}.footer-links a:hover,.footer-social a:hover{transform:none}}.buy-page{min-height:100vh;width:100%;overflow-x:hidden;background:linear-gradient(180deg,#fff,#f1f7fd 60%,#fff);display:flex;align-items:center}.buy-container{width:100%;max-width:1200px;margin:0 auto;padding:100px 24px;display:grid;grid-template-columns:1fr 1.1fr;gap:80px;box-sizing:border-box}.buy-image{display:flex;justify-content:center;align-items:center}.buy-image img{width:100%;max-width:600px;height:auto;border-radius:24px;box-shadow:0 30px 60px #2563eb2e;display:block}.buy-content{max-width:520px}.buy-content h1{font-size:44px;line-height:1.2;margin-bottom:18px;color:#0f172a}.buy-content .accent{color:#2563eb}.buy-desc{font-size:17px;color:#475569;margin-bottom:26px;line-height:1.65}.buy-features{list-style:none;padding:0;margin-bottom:30px}.buy-features li{margin-bottom:10px;font-weight:500;color:#334155;position:relative;padding-left:22px}.buy-features li:before{content:"✓";position:absolute;left:0;color:#2563eb}.buy-price{display:flex;align-items:center;gap:16px;margin-bottom:30px}.buy-price span{font-size:16px;color:#64748b}.buy-price h2{font-size:36px;color:#0f172a}@media(max-width:900px){.buy-container{grid-template-columns:1fr;gap:48px;padding:80px 16px;text-align:center}.buy-content{max-width:100%;margin:0 auto}.buy-content h1{font-size:32px}.buy-image img{max-width:300px}.buy-features li{padding-left:0}.buy-features li:before{display:none}.buy-price{justify-content:center}}.floating-social{position:fixed;bottom:20px;right:20px;z-index:1000;opacity:0;transform:scale(.85);transition:opacity .5s ease,transform .5s ease}.floating-social.show{opacity:1;transform:scale(1)}.social-icons{display:flex;align-items:center;gap:10px;background:#fff;padding:0;border-radius:999px;box-shadow:0 10px 30px #0003;width:44px;overflow:hidden;transition:width .35s ease,padding .35s ease}.social-icons:hover{width:200px;padding:8px 16px}.social-icons .icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:transform .3s ease,opacity .3s ease}.social-icons img{width:44px;height:44px;object-fit:contain}.whatsapp{background:#25d366}.instagram{background:#e4405f}.linkedin{background:#0077b5}.secondary{opacity:0;pointer-events:none}.social-icons:hover .secondary{opacity:1;pointer-events:auto}.social-icons .icon:hover{transform:scale(1.15)}.btn{padding:14px 28px;border-radius:var(--radius);border:none;cursor:pointer;font-weight:500;transition:var(--transition)}.btn.primary{background:#2196f3;color:#fff;padding:14px 26px;font-weight:600;box-shadow:0 10px 30px #2196f359;text-decoration:none}.btn.primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn.outline{border:2px solid #2196f3;color:#2196f3;padding:14px 26px;font-weight:600;text-decoration:none}.btn.outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}
