@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;--primary-blue: #2563eb;--primary-yellow: #fbbf24;--secondary-purple: #667eea;--accent-green: #10b981;--text-dark: #1f2937;--text-gray: #64748b;--text-light: #9ca3af;--bg-light: #f8fafc;--bg-white: #ffffff;--border-light: #e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-white);color:var(--text-dark);font-family:Inter,sans-serif}#root{width:100%;min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1d4ed8}button:focus-visible,a:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}::selection{background-color:var(--primary-yellow);color:var(--text-dark)}*{margin:0;padding:0;box-sizing:border-box}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}.app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.app::-webkit-scrollbar{display:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.5rem}.nav-logo h2{color:#2563eb;font-size:1.5rem;font-weight:700;margin:0}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#2563eb}.nav-cta{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-cta:hover{background:#1d4ed8;transform:translateY(-1px)}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{position:relative;width:100vw;min-height:120vh;height:120vh;background:linear-gradient(180deg,#fff0,#2223),#3c75ee1a;background-image:url(/assets/groupphoto-DbYSmgGa.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;padding-top:60px;display:flex;align-items:center;justify-content:center}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(269.98deg,#fff0 .02%,#00000080 48.09%);width:100%;height:100%}.hero-container{position:relative;width:100%;height:100%;z-index:1}.main-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.logo-section{display:flex;align-items:center;gap:8px;flex-shrink:0}.logo-icon{width:24px;height:28px;display:flex;align-items:center;justify-content:center}.logo-text{font-family:Open Sans,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:130%;letter-spacing:-.0033em;color:#fff;white-space:nowrap}.main-nav{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}.nav-link{padding:6px 12px;background:#ffffff26;color:#fff;text-decoration:none;border-radius:16px;font-family:Open Sans,sans-serif;font-weight:600;font-size:12px;line-height:17px;text-transform:uppercase;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.nav-link:hover{background:#ffffff40;transform:translateY(-1px)}.nav-link.active{background:#2563eb;color:#fff;box-shadow:0 4px 15px #2563eb4d}.join-beta-btn{display:flex;align-items:center;justify-content:center;padding:6px 14px;background:#2563eb;border:none;border-radius:6px;color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d;flex-shrink:0;white-space:nowrap}.join-beta-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}@media(max-width:768px){.main-header{padding:.75rem 1rem}.header-content{gap:.5rem}.logo-text{font-size:18px}.logo-icon{width:25px;height:30px}.nav-link{padding:6px 12px;font-size:11px}.join-beta-btn{padding:6px 12px;font-size:12px}}@media(max-width:480px){.main-header{padding:.5rem}.header-content{flex-wrap:wrap;justify-content:center;gap:.25rem}.logo-section{order:1;flex:1;justify-content:center}.main-nav{order:2;flex:1;justify-content:center}.join-beta-btn{order:3;flex:1;justify-content:center}.logo-text{font-size:16px}.nav-link{padding:4px 8px;font-size:10px}.join-beta-btn{padding:4px 8px;font-size:11px}}.hero-tag{margin-bottom:3rem;display:inline-block}.tag-content{display:flex;align-items:center;gap:12px;padding:10px 16px 10px 10px;background:#0000004d;border:.4px solid rgba(0,0,0,.3);border-radius:16px;height:100%}.tag-new{display:flex;align-items:center;justify-content:center;padding:8px;width:70px;height:38px;background:linear-gradient(180deg,#2464ec00,#2464ec4d),#fff;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:130%;color:#3c75ee}.tag-text{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:130%;color:#fff}.tag-arrow{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.hero-content-wrapper{position:relative;max-width:1400px;width:100%;padding:3rem;z-index:2}.hero-main-text{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;letter-spacing:-.02em;color:#fff;text-shadow:0px 4px 8px rgba(0,0,0,.3);margin:0 0 2rem;max-width:900px}.hero-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:clamp(1.25rem,2.5vw,1.75rem);line-height:1.5;letter-spacing:-.01em;color:#fff;text-shadow:0px 2px 4px rgba(0,0,0,.3);margin:0 0 3rem;max-width:700px}.hero-buttons{display:flex;flex-direction:row;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero-btn-primary{display:flex;justify-content:center;align-items:center;padding:18px 32px;gap:8px;min-width:240px;height:56px;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:14px;border:none;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:20px;letter-spacing:-.01em;color:#3c75ee;cursor:pointer;transition:all .3s ease;flex:1;max-width:320px}.hero-btn-primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.hero-btn-secondary{display:flex;justify-content:center;align-items:center;padding:18px 28px;gap:8px;min-width:180px;height:56px;background:#0000004d;border:1px solid #3C75EE;border-radius:14px;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:20px;letter-spacing:-.01em;color:#fff;cursor:pointer;transition:all .3s ease;flex:1;max-width:240px}.hero-btn-secondary:hover{background:#00000080;border-color:#2563eb;transform:translateY(-2px)}@media(max-width:768px){.hero-content-wrapper{padding:2rem 1.5rem}.hero-tag{margin-bottom:2rem}.hero-main-text{margin-bottom:1.5rem}.hero-subtitle{margin-bottom:2.5rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-btn-primary,.hero-btn-secondary{width:100%;max-width:none;min-width:100%}}@media(max-width:480px){.hero{min-height:110vh;height:110vh;padding-top:60px}.hero-content-wrapper{padding:1.5rem 1rem}.hero-tag{margin-bottom:1.5rem}.tag-content{padding:8px 12px 8px 8px;gap:8px}.tag-new{width:60px;height:32px;font-size:14px;padding:6px}.tag-text{font-size:16px}.tag-arrow{width:24px;height:24px;font-size:18px}.hero-main-text{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:1.5rem}.hero-subtitle{font-size:clamp(1rem,4vw,1.25rem);margin-bottom:2rem}.hero-btn-primary,.hero-btn-secondary{padding:16px 24px;height:52px;font-size:15px}}.frame-section{position:relative;width:100%;height:266px;background:#f8fafc;display:flex;align-items:center;justify-content:center;margin:0;padding:20px 0;border:none}.frame-container{width:100%;max-width:1440px;height:266px;display:flex;justify-content:center;align-items:center;position:relative;margin:0 auto}.frame-image{width:100%;max-width:1440px;height:266px;object-fit:cover;border-radius:0;box-shadow:none;display:block}@media(max-width:1440px){.frame-container{width:100%;max-width:1440px}.frame-image{width:100%;max-width:1440px;height:auto;aspect-ratio:1440/266}}@media(max-width:768px){.frame-section{height:auto;padding:20px 0}.frame-container{height:auto;padding:0 1rem}.frame-image{height:auto;aspect-ratio:1440/266}}@media(max-width:480px){.frame-section{padding:15px 0}.frame-container{padding:0 .5rem}}.figma-showcase{position:relative;width:100%;max-width:1100px;height:auto;margin:0 auto;background:#fff;padding:40px 0;opacity:1}.figma-container{position:relative;width:100%;max-width:1100px;height:auto;margin:0 auto;padding:0 20px}.figma-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;gap:30px;flex-wrap:wrap}.header-text{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:20px;width:350px;height:80px}.subtitle{width:auto;height:auto;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:130%;display:flex;align-items:center;text-align:center;letter-spacing:-.0033em;color:#a7a7a7;margin:0}.title{width:300px;height:auto;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:590;font-size:22px;line-height:26px;display:flex;align-items:center;letter-spacing:-.0033em;color:#4e4e4e;margin:0}.filter-section{position:relative;width:100%;max-width:600px;height:auto;min-height:72px;padding:10px 0}.filter-row-1{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap;width:100%}.filter-row-2{display:flex;gap:8px;flex-wrap:wrap;width:100%}.filter-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 12px;gap:6px;height:26px;background:#fff!important;border:2px solid #A7A7A7!important;border-radius:100px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:600!important;font-size:12px;line-height:130%;letter-spacing:-.0033em;color:#4e4e4e!important;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:fit-content;flex-shrink:0;margin:2px;box-shadow:0 2px 4px #0000001a}.filter-btn.active{background:#3c75ee!important;border-color:#3c75ee!important;color:#fff!important;font-weight:600!important;box-shadow:0 3px 6px #3c75ee4d!important}.filter-btn:hover{background:#f0f0f0!important;border-color:#333!important;color:#000!important;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.filter-btn.active:hover{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 8px #2563eb66}.filter-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:31px;background:#fff;border:2px solid #A7A7A7;border-radius:100px;cursor:pointer;transition:all .3s ease;padding:0;margin:2px;box-shadow:0 2px 4px #0000001a}.filter-menu-btn:hover{background:#f0f0f0;border-color:#333;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.figma-grid{display:grid;grid-template-columns:repeat(3,320px);grid-template-rows:repeat(2,320px);gap:24px;max-width:1100px;margin:0 auto;justify-content:center}.figma-card{position:relative;width:320px;height:320px;background:#f8f8f8;border:.8px solid #EDEDED;border-radius:12px;overflow:hidden;transition:all .3s ease;box-sizing:border-box;flex-shrink:0;display:flex;flex-direction:column}.figma-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.figma-card.featured{position:relative;width:320px;height:320px}.new-badge,.featured-badge{display:none}.card-image{position:relative;width:300px;height:190px;margin:8px auto 0;border-radius:5px;overflow:hidden;box-sizing:border-box;flex-shrink:0}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.figma-card:hover .card-image img{transform:scale(1.05)}.overlay-buttons{display:none}.overlay-btn{width:26px;height:26px;background:#fff;box-shadow:0 1px 2px #0000000d;border-radius:9999px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.overlay-btn:hover{background:#3c75ee;color:#fff;transform:scale(1.1)}.product-hover-overlay{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;border-radius:5px;z-index:10;pointer-events:none}.figma-card:hover .product-hover-overlay{opacity:1;visibility:visible;pointer-events:auto}.hover-overlay-text{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff;text-align:center;padding:0 20px}.hover-overlay-buttons{display:flex;gap:12px;align-items:center}.add-to-cart-btn{padding:10px 20px;background:transparent;color:#fff;border:1px solid #FFFFFF;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover{background:#ffffff1a;transform:translateY(-1px)}.shop-overlay-card,.shop-overlay-card .card-image{position:relative}.shop-overlay{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;opacity:0;transition:opacity .3s ease;border-radius:6px}.shop-overlay-card:hover .shop-overlay{opacity:1}.shop-overlay-text{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff;text-align:center;padding:0 20px}.shop-overlay-buttons{display:flex;gap:12px;align-items:center}.view-shop-btn{padding:10px 20px;background:#3c75ee;color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease}.view-shop-btn:hover{background:#2563eb;transform:translateY(-1px)}.add-to-cart-overlay-btn{padding:10px 20px;background:#ffffffe6;color:#4b5563;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease}.add-to-cart-overlay-btn:hover{background:#fff;transform:translateY(-1px)}.overlay-add-cart{position:absolute;top:10px;right:10px;opacity:0;transition:opacity .3s ease}.figma-card:hover .overlay-add-cart{opacity:1}.add-cart-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;box-shadow:0 1px 2px #0000000d;border-radius:9999px;border:none;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;font-weight:500;font-size:12px;color:#4b5563}.add-cart-btn:hover{background:#3c75ee;color:#fff;transform:scale(1.05)}.add-cart-btn svg{flex-shrink:0}.add-cart-btn span{white-space:nowrap}.price-with-discount{display:flex;align-items:center;gap:8px}.discounted-price{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:28px;color:#3c75ee;margin:0}.original-price{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#a7a7a7;text-decoration:line-through;margin:0}.card-content{padding:15px;flex:1;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;min-height:0}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;min-height:61px;flex-shrink:0;gap:12px}.product-info{display:flex;flex-direction:column;gap:15px;flex:1;min-width:0;overflow:hidden}.creator{font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:15px;line-height:18px;letter-spacing:-.0033em;color:#4e4e4e;margin:0}.product-title{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:130%;letter-spacing:-.0033em;color:#a7a7a7;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.category-rating-container{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0;min-width:fit-content}.category-tag{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6.28205px 12.5641px;gap:6.28px;width:78px;height:24px;background:#a7a7a740;border-radius:62.8205px;font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:9.42308px;line-height:130%;letter-spacing:-.0033em;color:#000;white-space:nowrap}.content-footer{display:flex;justify-content:space-between;align-items:center;width:100%;flex-shrink:0;margin-top:auto}.price{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:#3c75ee;margin:0;white-space:nowrap}.rating{display:flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap}.rating svg{color:#facc15}.rating span{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#4b5563}.buy-now-btn{width:100%;padding:10px 20px;margin-top:auto;background:#3c75ee;color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;flex-shrink:0}.buy-now-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #2563eb4d}@media(max-width:1024px){.figma-container{padding:0 20px}.figma-grid{grid-template-columns:repeat(2,1fr);gap:24px}.figma-card{width:100%;max-width:420px;margin:0 auto}}@media(max-width:768px){.figma-showcase{padding:40px 0}.figma-header{flex-direction:column;gap:24px;margin-bottom:40px}.header-text{width:100%;max-width:350px}.filter-section{width:100%;max-width:100%}.filter-row-1,.filter-row-2{justify-content:flex-start}.figma-grid{grid-template-columns:1fr;gap:20px}.figma-card{width:100%;max-width:420px;margin:0 auto}}@media(max-width:480px){.figma-container{padding:0 16px}.figma-showcase{padding:30px 0}.title{font-size:22px;line-height:28px}.filter-section{width:100%}.filter-row-1,.filter-row-2{flex-wrap:wrap;gap:6px;justify-content:flex-start}.filter-btn{padding:6px 12px;font-size:12px;height:28px;min-width:auto}}.btn-arrow{width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:16px;transform:rotate(180deg)}.success-stories{padding:80px 0;background:#fff}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.story-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.story-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.story-image{height:200px;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.story-content{padding:2rem}.story-content h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.story-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.story-stats{display:flex;gap:1rem}.story-stats span{background:#f1f5f9;color:#1f2937;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.pricing{padding:80px 0;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.pricing-card.featured{border:2px solid #2563eb;transform:scale(1.05)}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.price{font-size:3rem;font-weight:700;color:#2563eb;margin-bottom:2rem}.price span{font-size:1rem;color:#64748b;font-weight:400}.pricing-card ul{list-style:none;margin-bottom:2rem;text-align:left}.pricing-card ul li{padding:.5rem 0;color:#64748b}.pricing-btn{width:100%;background:#2563eb;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.pricing-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.pricing-card.featured .pricing-btn{background:#f59e0b}.pricing-card.featured .pricing-btn:hover{background:#d97706}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo .logo-icon{font-size:1.5rem}.footer-logo h3{color:#fbbf24;font-size:1.5rem;font-weight:700;margin:0}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn-primary{background:#fbbf24;color:#1f2937;border:none;padding:15px 30px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 25px #fbbf244d}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:15px 30px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#fffc;font-size:.9rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;max-width:350px;box-shadow:0 20px 40px #0000001a}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-avatar{width:50px;height:50px;background:linear-gradient(45deg,#fbbf24,#f59e0b);border-radius:50%}.card-info h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.card-info p{color:#ffffffb3;font-size:.9rem}.card-content p{font-style:italic;color:#ffffffe6;line-height:1.5}.features{padding:80px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.about{padding:80px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.about-features{display:flex;flex-direction:column;gap:1rem}.about-feature{display:flex;align-items:center;gap:1rem}.check-icon{background:#10b981;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.about-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 20px 40px #0000001a}.about-card h4{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.about-card p{margin-bottom:2rem;opacity:.9}.cta{padding:80px 0;background:linear-gradient(135deg,#1f2937,#374151);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;color:#fffc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:15px 30px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff80}.large{padding:18px 36px;font-size:1.1rem}.footer{background:#1f2937;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fbbf24}.footer-section p{color:#9ca3af;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fbbf24}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{display:inline-block;font-size:1.5rem;transition:transform .3s ease}.social-link:hover{transform:translateY(-2px)}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#9ca3af}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fbbf24}.featured-services{position:relative;width:100%;background:#fff;padding:40px 0}.featured-services-container{max-width:900px;width:100%;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;gap:40px}.featured-services-header{display:flex;flex-direction:column;align-items:center;padding:0;gap:20px;width:409px;height:80px}.featured-services-subtitle{width:136px;height:11px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:130%;display:flex;align-items:center;text-align:center;letter-spacing:-.0033em;color:#a7a7a7;margin:0}.featured-services-title{width:100%;max-width:350px;height:auto;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:590;font-size:22px;line-height:26px;display:flex;align-items:center;text-align:center;letter-spacing:-.0033em;color:#4e4e4e;margin:0}.featured-services-scroll{width:100%;max-width:900px;height:320px;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:auto;-webkit-overflow-scrolling:touch}.featured-services-scroll::-webkit-scrollbar{display:none}.featured-services-cards{display:flex;flex-direction:row;align-items:center;padding:0;gap:16px;width:1400px;height:320px}.featured-service-card{position:relative;width:320px;height:320px;background:#f9f9f9;border:.8px solid #EDEDED;border-radius:12px;flex:none;flex-grow:0;overflow:hidden}.service-number{display:none}.service-image{position:absolute;width:260px;height:260px;left:calc(50% - 129.5px);top:0;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover}.service-content{position:absolute;display:flex;flex-direction:column;align-items:center;padding:0;gap:12px;width:240px;height:auto;left:calc(50% - 119.5px);bottom:35px}.service-title{width:200px;height:auto;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:510;font-size:15px;line-height:18px;display:flex;align-items:center;text-align:center;letter-spacing:-.0033em;color:#4e4e4e;margin:0;flex:none;order:0;flex-grow:0}.service-description{width:240px;height:auto;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:130%;display:flex;align-items:center;text-align:center;letter-spacing:-.0033em;color:#a7a7a7;margin:0;flex:none;order:1;flex-grow:0}@media(max-width:1440px){.featured-services-container{max-width:1200px;padding:0 40px}.featured-services-scroll{width:100%;max-width:1200px}.featured-services-cards{width:2400px}}@media(max-width:1024px){.featured-services-container{padding:0 20px}.featured-services-cards{width:2000px}.featured-service-card{width:350px;height:350px}.service-image{width:280px;height:280px;left:calc(50% - 139.5px)}.service-content{width:220px;left:calc(50% - 109.5px)}.service-title{width:180px;font-size:16px}.service-description{width:220px;font-size:14px}}.made-for-students{position:relative;width:100%;background:#fff;padding:50px 0;overflow:hidden}.made-for-students-container{max-width:1400px;width:100%;margin:0 auto;padding:0 20px;position:relative}.made-for-students-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.made-for-students-text{position:absolute;width:100%;max-width:1000px;height:auto;left:50%;bottom:5%;transform:translate(-50%);font-family:Inter,sans-serif;font-style:normal;font-weight:200;font-size:90px;line-height:150px;display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:-.0033em;color:#fff;z-index:2;text-shadow:0 4px 8px rgba(0,0,0,.5);pointer-events:none}.made-for-students-video{position:relative;width:100%;max-width:1200px;height:0;padding-bottom:56.25%;margin:0 auto;z-index:1;overflow:hidden}.made-for-students-video video,.made-for-students-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;box-shadow:none;object-fit:cover}@media(max-width:1440px){.made-for-students-text{width:100%;max-width:1200px;font-size:100px;line-height:120px}}@media(max-width:1024px){.made-for-students-text{font-size:80px;line-height:100px}.made-for-students{padding:60px 0}}@media(max-width:768px){.made-for-students-text{font-size:60px;line-height:80px;width:90%}.made-for-students{padding:40px 0}.made-for-students-content{min-height:300px}}@media(max-width:480px){.made-for-students-text{font-size:40px;line-height:50px;width:95%}.made-for-students{padding:30px 0}.made-for-students-content{min-height:250px}}.additional-section{position:relative;width:100%;background:#fff;padding:40px 0}.additional-section-container{max-width:1400px;width:100%;margin:0 auto;padding:0 20px}.additional-section-image{width:100%;height:auto;display:flex;justify-content:center;align-items:center}.additional-section-image img{width:100%;max-width:1200px;height:auto;object-fit:cover;border-radius:0;box-shadow:none}@media(max-width:1024px){.additional-section{padding:40px 0}.additional-section-container{padding:0 16px}}@media(max-width:768px){.additional-section{padding:30px 0}.additional-section-container{padding:0 12px}}@media(max-width:480px){.additional-section{padding:20px 0}.additional-section-container{padding:0 8px}}.events-community{position:relative;width:100%;background:#fff;padding:50px 0}.events-container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.events-header{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:100%;max-width:360px;margin-bottom:40px}.events-subtitle{width:165px;height:11px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:130%;display:flex;align-items:center;text-align:center;letter-spacing:-.0033em;color:#a7a7a7;margin:0}.events-title{width:100%;max-width:360px;height:auto;font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:590;font-size:22px;line-height:26px;display:flex;align-items:center;letter-spacing:-.0033em;color:#4e4e4e;margin:0}.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}@media(max-width:1024px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.events-grid{grid-template-columns:1fr}}.event-card{position:relative;background:#fff;border:1px solid #E5E7EB;box-shadow:0 1px 2px #0000000d;border-radius:10px;overflow:hidden;height:380px}.event-date-badge{position:absolute;top:0;left:0;right:0;height:45px;display:flex;justify-content:center;align-items:center;border-radius:10px 10px 0 0;z-index:2}.event-date-badge.blue{background:#3c75ee}.event-date-badge.green{background:#22c55e}.event-date-badge.yellow{background:#facc15}.date-text{font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;text-align:center;color:#fff}.event-image{position:absolute;top:45px;left:0;right:0;height:145px;background:#fcf7ed;display:flex;justify-content:center;align-items:center;overflow:hidden}.event-image-content{width:100%;height:100%;object-fit:cover;display:block}.event-content{position:absolute;inset:195px 20px 20px;display:flex;flex-direction:column;gap:15px;justify-content:space-between}.event-title{font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:17px;line-height:22px;color:#111827;margin:0}.event-description{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:18px;color:#4b5563;margin:0}.event-details{display:flex;flex-direction:column;gap:12px}.event-detail{display:flex;align-items:center;gap:8px}.detail-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.detail-text{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#6b7280}.event-button{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:0;margin-top:auto;transition:opacity .3s ease;align-self:flex-start}.event-button:hover{opacity:.8}.event-button span{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#3c75ee}.event-button svg{width:16px;height:16px}@media(max-width:1024px){.events-container{padding:0 16px}.events-header{max-width:100%}.events-title{width:100%;font-size:24px;line-height:28px}}@media(max-width:768px){.events-community{padding:60px 0}.events-container{padding:0 12px}.events-header{margin-bottom:40px}.events-title{font-size:22px;line-height:26px}.event-card{height:450px}.event-content{top:220px}}@media(max-width:480px){.events-community{padding:40px 0}.events-container{padding:0 8px}.events-title{font-size:20px;line-height:24px}.event-card{height:400px}.event-content{top:200px;left:20px;right:20px}.event-title{font-size:18px;line-height:24px}.event-description{font-size:14px;line-height:20px}}.quote-section{position:relative;width:100%;background:#fff;padding:50px 0;display:flex;justify-content:center;align-items:center;min-height:150px;z-index:1}.quote-container{position:relative;max-width:1200px;width:100%;margin:0 auto;padding:0 20px;display:flex;justify-content:center;align-items:center}.quote-screenshot{width:100%;max-width:1200px;height:auto;object-fit:contain;display:block;margin:0 auto}.trusted-companies{position:relative;width:100%;background:#fff;padding:50px 0;display:flex;justify-content:center;align-items:center}.trusted-companies-container{max-width:1200px;width:100%;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:40px}.trusted-companies-content{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%}.trusted-companies-title{font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:20px;line-height:26px;text-align:center;letter-spacing:-.0033em;color:#6b7280;margin:0}.companies-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;width:100%;max-width:1000px}.company-logo{display:flex;align-items:center;justify-content:center;height:60px;min-width:120px;opacity:.6;transition:opacity .3s ease}.company-logo:hover{opacity:1}.logo-placeholder{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#9ca3af;text-align:center;padding:12px 24px;background:#f3f4f6;border-radius:8px;border:1px solid #E5E7EB}@media(max-width:1024px){.trusted-companies{padding:60px 0}.trusted-companies-container{padding:0 16px}.companies-logos{gap:30px}.company-logo{min-width:100px;height:50px}.logo-placeholder{font-size:14px;padding:10px 20px}}@media(max-width:768px){.trusted-companies{padding:40px 0}.trusted-companies-container{padding:0 12px;gap:30px}.trusted-companies-title{font-size:20px;line-height:28px}.companies-logos{gap:20px}.company-logo{min-width:80px;height:40px}.logo-placeholder{font-size:12px;padding:8px 16px}}@media(max-width:480px){.trusted-companies{padding:30px 0}.trusted-companies-container{padding:0 8px;gap:20px}.trusted-companies-title{font-size:18px;line-height:24px}.companies-logos{gap:15px}.company-logo{min-width:70px;height:35px}.logo-placeholder{font-size:11px;padding:6px 12px}}@media(max-width:1024px){.quote-section{padding:60px 0}.quote-container{padding:0 16px}.quote-text{font-size:18px;line-height:100%;height:57px}}@media(max-width:768px){.quote-section{padding:40px 0}.quote-container{padding:0 12px;gap:30px}.quote-icon{width:40px;height:48px}.quote-mark-visible{font-size:40px}.quote-text{font-size:16px;line-height:100%;height:48px}}@media(max-width:480px){.quote-section{padding:30px 0}.quote-container{padding:0 8px;gap:20px}.quote-icon{width:35px;height:42px}.quote-mark-visible{font-size:32px}.quote-text{font-size:14px;line-height:100%;height:42px}}.footer-section{position:relative;width:100%;height:450px;background:linear-gradient(180deg,#fff0,#2223),#3c75ee;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;align-content:flex-start;padding:50px 63px;gap:100px 996px;box-sizing:border-box}.footer-container{width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.footer-content{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:0;gap:140px;width:100%;max-width:1317px;margin:0 auto}.footer-column{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:40px;flex:none;flex-grow:0}.footer-column-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:510;font-size:20px;line-height:24px;display:flex;align-items:center;text-align:center;letter-spacing:-.0033em;color:#fff;margin:0}.footer-links{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:30px}.footer-link{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:21px;display:flex;align-items:center;letter-spacing:-.0033em;color:#b2c8f8;text-decoration:none;transition:color .3s ease;margin:0}.footer-link:hover{color:#fff}.footer-bottom{display:flex;flex-direction:row;align-items:center;padding:0;gap:773px;width:100%;max-width:316px;margin:0 auto}.footer-copyright{font-family:SF Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:130%;display:flex;align-items:center;letter-spacing:-.02em;color:#f2f2f2b3;margin:0}@media(max-width:1440px){.footer-content{gap:80px;max-width:1200px}.footer-section{padding:40px}}@media(max-width:1024px){.footer-content{gap:60px;flex-wrap:wrap;justify-content:center}.footer-column{min-width:150px}.footer-section{padding:30px 20px;height:auto}}@media(max-width:768px){.footer-content{gap:40px;flex-direction:column;align-items:center;text-align:center}.footer-column,.footer-links{align-items:center}.footer-section{padding:20px 16px;height:auto}.footer-bottom{gap:0;justify-content:center}}@media(max-width:480px){.footer-content{gap:30px}.footer-column-title{font-size:18px}.footer-link{font-size:16px}.footer-copyright{font-size:14px}.footer-section{padding:15px 12px}}@media(max-width:768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-nav{padding:1.5rem 2rem;flex-wrap:wrap;gap:1rem}.hero-logo{font-size:1.4rem}.hero-nav-buttons{gap:.75rem}.hero-nav-link{padding:.6rem 1.2rem;font-size:.9rem}.hero-cta-button{padding:.7rem 1.5rem;font-size:.9rem}.hero-content{padding:0 2rem;align-items:center;text-align:center}.hero-main-text{font-size:2.8rem;text-align:center}.hero-subtitle{text-align:center;max-width:100%;font-size:1.2rem}.hero-buttons{justify-content:center;flex-direction:column;align-items:center}.hero-btn-primary,.hero-btn-secondary{width:100%;max-width:320px}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.hero-stats{justify-content:center}.about-content{grid-template-columns:1fr;gap:2rem}.cta-buttons{flex-direction:column;align-items:center}.footer-bottom{flex-direction:column;text-align:center}.featured-services{padding:40px 0}.featured-services-container{gap:40px;padding:0 16px}.featured-services-header{width:100%;max-width:350px;height:auto}.featured-services-subtitle{width:auto;font-size:14px}.featured-services-title{width:100%;font-size:22px;line-height:28px;height:auto}.featured-services-scroll{height:300px}.featured-services-cards{width:1800px;height:300px;gap:15px}.featured-service-card{width:280px;height:280px}.service-image{width:220px;height:220px;left:calc(50% - 109.5px)}.service-content{width:200px;left:calc(50% - 99.5px);bottom:30px}.service-title{width:160px;font-size:14px;line-height:18px}.service-description{width:200px;font-size:12px;height:auto}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.featured-services-container{padding:0 12px}.featured-services-title{font-size:20px;line-height:24px}.featured-services-cards{width:1600px;gap:12px}.featured-service-card{width:250px;height:250px}.service-image{width:200px;height:200px;left:calc(50% - 99.5px)}.service-content{width:180px;left:calc(50% - 89.5px);bottom:25px}.service-title{width:140px;font-size:13px;line-height:16px}.service-description{width:180px;font-size:11px}}.launch-banner-section{position:relative;width:100%;background:#fff;padding:60px 20px;display:flex;justify-content:center;align-items:center}.launch-banner-container{max-width:900px;width:100%;margin:0 auto}.launch-banner-frame{position:relative;width:100%;display:flex;justify-content:center;align-items:center;max-width:900px;margin:0 auto;overflow:visible}.launch-banner-frame-image{width:100%;max-width:900px;height:auto;display:block;border-radius:24px;position:relative;pointer-events:none}.launch-banner{position:relative;background:#2464ec;border-radius:24px;padding:60px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;overflow:hidden}.launch-banner-icon{position:absolute;z-index:1}.launch-banner-icon-top-left{top:20px;left:20px}.launch-banner-icon-top-right{top:20px;right:20px}.launch-banner-icon-bottom-left{bottom:20px;left:20px}.launch-banner-icon-bottom-right{bottom:20px;right:20px}.launch-banner-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:800px;width:100%}.launch-banner-heading{font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:36px;line-height:44px;letter-spacing:-.02em;color:#fff;margin:0 0 16px;text-align:center}.launch-banner-subheading{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:26px;letter-spacing:-.01em;color:#fff;margin:0 0 32px;text-align:center}.launch-banner-frame .launch-banner-button{position:absolute;bottom:30%;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;padding:12px 30px;min-width:250px;width:auto;max-width:280px;height:48px;background:#fff!important;border-radius:12px;border:2px solid transparent;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:18px;letter-spacing:-.01em;color:#4a70b8;cursor:pointer;transition:all .3s ease;z-index:1000;box-shadow:0 2px 8px #0000001a;white-space:nowrap;opacity:1;pointer-events:auto;margin:0}.launch-banner-frame .launch-banner-button:hover{background:#f8f9fa!important;transform:translate(-50%) translateY(-2px);box-shadow:0 8px 25px #0003}.launch-banner-button{display:flex;justify-content:center;align-items:center;padding:14px 32px;min-width:280px;height:48px;background:#fff;border-radius:12px;border:none;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:20px;letter-spacing:-.01em;color:#2464ec;cursor:pointer;transition:all .3s ease}.launch-banner-button:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}@media(max-width:768px){.launch-banner-section{padding:40px 16px}.launch-banner{padding:50px 24px;min-height:280px}.launch-banner-heading{font-size:28px;line-height:36px}.launch-banner-subheading{font-size:16px;line-height:24px}.launch-banner-frame .launch-banner-button{bottom:26%;min-width:280px;max-width:320px;padding:13px 32px;height:52px;font-size:15px}.launch-banner-button{min-width:100%;max-width:320px}.launch-banner-icon{width:36px;height:36px}.launch-banner-icon svg{width:36px;height:36px}}@media(max-width:480px){.launch-banner-section{padding:30px 12px}.launch-banner{padding:40px 20px;min-height:260px;border-radius:16px}.launch-banner-heading{font-size:24px;line-height:32px;margin-bottom:12px}.launch-banner-subheading{font-size:14px;line-height:20px;margin-bottom:24px}.launch-banner-button{font-size:14px;padding:12px 24px;height:44px}.launch-banner-icon{width:32px;height:32px}.launch-banner-icon svg{width:32px;height:32px}.launch-banner-icon-top-left,.launch-banner-icon-top-right{top:12px}.launch-banner-icon-top-left,.launch-banner-icon-bottom-left{left:12px}.launch-banner-icon-top-right,.launch-banner-icon-bottom-right{right:12px}.launch-banner-icon-bottom-left,.launch-banner-icon-bottom-right{bottom:12px}}.testimonials-section{padding:80px 0;background:#fff;min-height:600px}.testimonials-container{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}.testimonials-left{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.testimonials-subtitle{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:130%;letter-spacing:-.33%;color:#a7a7a7;margin:0}.testimonials-join-btn{font-family:Inter,sans-serif;font-weight:400;font-size:14px;padding:8px 16px;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:8px;color:#000;cursor:pointer;transition:all .3s ease}.testimonials-join-btn:hover{background:#e5e7eb}.testimonials-title{font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:56px;letter-spacing:-.02em;color:#000;margin:0;text-align:left}.testimonials-filters{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.testimonial-filter-btn{font-family:Inter,sans-serif;font-weight:400;font-size:14px;padding:8px 16px;background:transparent;border:1px solid #E5E7EB;border-radius:8px;color:#000;cursor:pointer;transition:all .3s ease}.testimonial-filter-btn.active{background:#2464ec;border-color:#2464ec;color:#fff}.testimonial-filter-btn:hover{background:#f3f4f6;border-color:#d1d5db}.testimonial-filter-btn.active:hover{background:#1d4ed8;border-color:#1d4ed8}.testimonials-description{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.6;color:#000;margin:0;text-align:left;max-width:500px}.testimonials-pagination{display:flex;gap:8px;margin-top:8px}.pagination-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .3s ease}.pagination-dot.active{width:24px;border-radius:4px;background:#000}.testimonials-right{display:flex;justify-content:flex-end;align-items:flex-start;position:relative}.testimonial-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 8px 40px #00000026,0 2px 8px #0000001a;max-width:500px;width:100%;position:relative;z-index:2;transform:scale(1.02);border:1px solid rgba(60,117,238,.1);transition:all .3s ease}.testimonial-card:hover{transform:scale(1.03);box-shadow:0 12px 50px #0003,0 4px 12px #00000026}.testimonial-card:before{content:"";position:absolute;inset:-12px;background:linear-gradient(135deg,#3c75ee0d,#60a5fa0d);border-radius:24px;z-index:-1;opacity:.8}.testimonial-rating{display:flex;gap:4px;margin-bottom:20px}.testimonial-quote{font-family:Inter,sans-serif;font-weight:400;font-size:17px;line-height:1.7;color:#1f2937;margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-author-info{display:flex;flex-direction:column;gap:4px}.testimonial-author-name{font-family:Inter,sans-serif;font-weight:700;font-size:17px;color:#1f2937}.testimonial-author-title{font-family:Inter,sans-serif;font-weight:400;font-size:14px;color:#6b7280}@media(max-width:1024px){.testimonials-container{grid-template-columns:1fr;gap:40px;padding:0 20px}.testimonials-title{font-size:40px;line-height:48px}.testimonial-card{max-width:100%}}@media(max-width:768px){.testimonials-section{padding:60px 0}.testimonials-container{padding:0 16px;gap:32px}.testimonials-title{font-size:32px;line-height:40px}.testimonials-filters{gap:8px}.testimonial-filter-btn{font-size:12px;padding:6px 12px}.testimonial-card{padding:24px}}.companies-logos-carousel{margin:40px 0;width:100%;overflow:hidden;position:relative;padding:0 20px}.carousel-track{display:flex;gap:40px;animation:scroll 30s linear infinite;will-change:transform;width:fit-content}.trusted-companies-logos{flex-shrink:0;width:auto;height:auto;border-radius:0;box-shadow:none;transition:none;display:block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}.companies-logos-image{margin:40px 0;display:flex;justify-content:center;align-items:center;padding:0 20px}.trusted-companies-logos:hover{transform:none;box-shadow:none}@media(max-width:768px){.companies-logos-carousel{margin:30px 0;padding:0 10px}.carousel-track{gap:30px}.companies-logos-image{margin:30px 0;padding:0 10px}.trusted-companies-logos{border-radius:0;box-shadow:none}}
