.home-module__98KxVq__heroSection{justify-content:center;align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.home-module__98KxVq__heroSection:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#06b6d41a 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(65% 65%,#000 30%,#0000 100%);mask-image:radial-gradient(65% 65%,#000 30%,#0000 100%)}.home-module__98KxVq__heroInner{text-align:center;z-index:1;max-width:860px;margin:0 auto;padding:0 1.5rem;animation:.8s cubic-bezier(.16,1,.3,1) home-module__98KxVq__slide-up;position:relative}.home-module__98KxVq__eyebrow{border-radius:var(--radius-full);color:#67e8f9;letter-spacing:.07em;text-transform:uppercase;font-size:.6875rem;font-weight:700;font-family:var(--font-mono);background:#06b6d40d;border:1px solid #06b6d433;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;display:inline-flex}.home-module__98KxVq__eyebrowDot{background:var(--cyan);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite home-module__98KxVq__pulse-dot}.home-module__98KxVq__heroTitle{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(3.25rem,9vw,6.5rem);font-weight:900;line-height:1.05}.home-module__98KxVq__heroTitleGradient{background:linear-gradient(90deg, var(--green) 0%, var(--cyan) 50%, var(--purple) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:5s infinite home-module__98KxVq__gradient-shift}.home-module__98KxVq__heroTitleWhite{color:var(--white)}.home-module__98KxVq__heroSubtitle{color:var(--gray-500);max-width:520px;margin:0 auto 2.5rem;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.75}.home-module__98KxVq__heroButtons{flex-wrap:wrap;justify-content:center;gap:.875rem;margin-bottom:3.5rem;display:flex}.home-module__98KxVq__heroMetrics{border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ab3;align-items:center;display:inline-flex;overflow:hidden}.home-module__98KxVq__metric{flex-direction:column;align-items:center;gap:.125rem;padding:.875rem 1.75rem;display:flex}.home-module__98KxVq__metricValue{color:var(--white);font-size:1.375rem;font-weight:800;font-family:var(--font-mono);letter-spacing:-.03em;line-height:1}.home-module__98KxVq__metricLabel{color:var(--gray-600);text-transform:uppercase;letter-spacing:.08em;font-size:.5625rem;font-family:var(--font-mono);white-space:nowrap}.home-module__98KxVq__metricSep{background:var(--border);flex-shrink:0;width:1px;height:36px}@media (max-width:640px){.home-module__98KxVq__heroTitle{font-size:3rem}.home-module__98KxVq__heroSubtitle{font-size:.9375rem}.home-module__98KxVq__heroMetrics{flex-wrap:wrap;max-width:300px}.home-module__98KxVq__metric{padding:.75rem 1.25rem}.home-module__98KxVq__metricSep:nth-child(6){display:none}}.home-module__98KxVq__sectionHeader{text-align:center;margin-bottom:3.5rem}.home-module__98KxVq__sectionTitle{letter-spacing:-.03em;background:linear-gradient(90deg, var(--green) 0%, var(--cyan) 50%, var(--purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.home-module__98KxVq__sectionSubtitle{color:var(--gray-500);max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.home-module__98KxVq__appsSection{padding:7rem 1.5rem}.home-module__98KxVq__appsGrid{grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:1.25rem;display:grid}@media (max-width:640px){.home-module__98KxVq__appsGrid{grid-template-columns:1fr}}.home-module__98KxVq__appCard{background:var(--surface-base);border:1px solid var(--border);border-radius:var(--radius-2xl);transition:var(--transition-slow);padding:2rem;position:relative;overflow:hidden}.home-module__98KxVq__appCard:hover{transform:translateY(-5px)}.home-module__98KxVq__appCardGreen:hover{border-color:var(--border-green);box-shadow:0 20px 40px -12px #4ade801a}.home-module__98KxVq__appCardCyan:hover{border-color:var(--border-cyan);box-shadow:0 20px 40px -12px #06b6d41a}.home-module__98KxVq__appCardPurple:hover{border-color:var(--border-purple);box-shadow:0 20px 40px -12px #a855f71a}.home-module__98KxVq__appCard:before{content:"";opacity:0;height:1px;transition:opacity .35s;position:absolute;top:0;left:15%;right:15%}.home-module__98KxVq__appCard:hover:before{opacity:1}.home-module__98KxVq__appCardGreen:before{background:linear-gradient(90deg, transparent, var(--green), transparent)}.home-module__98KxVq__appCardCyan:before{background:linear-gradient(90deg, transparent, var(--cyan), transparent)}.home-module__98KxVq__appCardPurple:before{background:linear-gradient(90deg, transparent, var(--purple), transparent)}.home-module__98KxVq__appHeader{align-items:center;gap:1.25rem;margin-bottom:1.125rem;display:flex}.home-module__98KxVq__appIcon{border-radius:var(--radius-lg);border:1px solid var(--border);flex-shrink:0;width:80px;height:80px;transition:transform .25s;overflow:hidden}.home-module__98KxVq__appCard:hover .home-module__98KxVq__appIcon{transform:scale(1.05)}.home-module__98KxVq__appIcon img{object-fit:cover;width:80px;height:80px}.home-module__98KxVq__appName{color:var(--white);letter-spacing:-.025em;margin-bottom:.3rem;font-size:1.5rem;font-weight:800}.home-module__98KxVq__appCategory{text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem;font-weight:700;font-family:var(--font-mono)}.home-module__98KxVq__appCategoryGreen{color:var(--green)}.home-module__98KxVq__appCategoryCyan{color:var(--cyan)}.home-module__98KxVq__appCategoryPurple{color:var(--purple)}.home-module__98KxVq__appDescription{color:var(--gray-500);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.75}.home-module__98KxVq__appActions{flex-direction:column;gap:.625rem;display:flex}.home-module__98KxVq__btnDetails{text-align:center;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--gray-400);transition:var(--transition);padding:.675rem 1.25rem;font-size:.875rem;font-weight:600;display:block}.home-module__98KxVq__btnDetails:hover{color:var(--white);background:#06b6d40d;border-color:#06b6d459}.home-module__98KxVq__btnStore{border-radius:var(--radius-md);color:var(--white);transition:var(--transition-slow);justify-content:center;align-items:center;gap:.625rem;padding:.875rem 1.25rem;font-size:.9rem;font-weight:700;display:flex}.home-module__98KxVq__btnStoreGreen{background:var(--green-dark);box-shadow:0 4px 16px -4px #0596694d}.home-module__98KxVq__btnStoreGreen:hover{background:#047857;transform:translateY(-1px);box-shadow:0 8px 24px -4px #05966973}.home-module__98KxVq__btnStoreCyan{background:var(--cyan-dark);box-shadow:0 4px 16px -4px #0891b24d}.home-module__98KxVq__btnStoreCyan:hover{background:#0e7490;transform:translateY(-1px);box-shadow:0 8px 24px -4px #0891b273}.home-module__98KxVq__btnStorePurple{background:var(--purple-dark);box-shadow:0 4px 16px -4px #7c3aed4d}.home-module__98KxVq__btnStorePurple:hover{background:#6d28d9;transform:translateY(-1px);box-shadow:0 8px 24px -4px #7c3aed73}.home-module__98KxVq__storeIcon{flex-shrink:0;width:18px;height:18px}.home-module__98KxVq__toolsSection{padding:7rem 1.5rem}.home-module__98KxVq__toolsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}@media (max-width:640px){.home-module__98KxVq__toolsGrid{grid-template-columns:1fr}}.home-module__98KxVq__toolsCta{justify-content:center;display:flex}.home-module__98KxVq__blogSection{padding:7rem 1.5rem}.home-module__98KxVq__blogGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}@media (max-width:640px){.home-module__98KxVq__blogGrid{grid-template-columns:1fr}}.home-module__98KxVq__aboutSection{padding:7rem 1.5rem}.home-module__98KxVq__aboutCard{text-align:center}.home-module__98KxVq__aboutLogo{justify-content:center;margin-bottom:2rem;display:flex}.home-module__98KxVq__aboutText{color:var(--gray-400);max-width:640px;margin:0 auto 2.5rem;font-size:1.0625rem;line-height:1.8}.home-module__98KxVq__valuesGrid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.home-module__98KxVq__valueCard{background:var(--surface-base);border-radius:var(--radius-xl);transition:var(--transition-slow);border:1px solid;padding:1.625rem}.home-module__98KxVq__valueCard:hover{transform:translateY(-3px)}.home-module__98KxVq__valueCardGreen{border-color:var(--border-green)}.home-module__98KxVq__valueCardCyan{border-color:var(--border-cyan)}.home-module__98KxVq__valueCardPurple{border-color:var(--border-purple)}.home-module__98KxVq__valueIcon{margin-bottom:.875rem;font-size:1.75rem;display:block}.home-module__98KxVq__valueTitle{margin-bottom:.5rem;font-size:.9375rem;font-weight:700}.home-module__98KxVq__valueCardGreen .home-module__98KxVq__valueTitle{color:var(--green)}.home-module__98KxVq__valueCardCyan .home-module__98KxVq__valueTitle{color:var(--cyan)}.home-module__98KxVq__valueCardPurple .home-module__98KxVq__valueTitle{color:var(--purple)}.home-module__98KxVq__valueDesc{color:var(--gray-500);font-size:.875rem;line-height:1.65}.home-module__98KxVq__aboutFooter{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.home-module__98KxVq__aboutFooterText{color:var(--gray-500);max-width:520px;font-size:.9375rem;line-height:1.7}
