:root,[data-theme=light]{--color-primary: #3b82f6;--color-primary-dark: #2563eb;--color-primary-light: #60a5fa;--color-primary-rgb: 59, 130, 246;--color-accent: #06b6d4;--color-accent-dark: #0891b2;--color-accent-light: #22d3ee;--color-accent-rgb: 6, 182, 212;--color-success: #10b981;--color-success-dark: #059669;--color-success-light: #34d399;--color-success-rgb: 16, 185, 129;--color-warning: #f59e0b;--color-warning-dark: #d97706;--color-warning-light: #fbbf24;--color-warning-rgb: 245, 158, 11;--color-danger: #ef4444;--color-danger-dark: #dc2626;--color-danger-light: #f87171;--color-danger-rgb: 239, 68, 68;--color-info: #3b82f6;--color-info-dark: #2563eb;--color-info-light: #60a5fa;--color-info-rgb: 59, 130, 246;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-text-primary: #111827;--color-text-secondary: #4b5563;--color-text-muted: #9ca3af;--color-text-disabled: #d1d5db;--color-bg-primary: #ffffff;--color-bg-secondary: #f9fafb;--color-bg-tertiary: #f3f4f6;--color-bg-elevated: #ffffff;--color-border: #e5e7eb;--color-border-light: #f3f4f6;--color-border-dark: #d1d5db;--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);--gradient-primary-dark: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);--gradient-bg: linear-gradient(to bottom, #f9fafb, #ffffff);--gradient-hero: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);--glass-bg: rgba(255, 255, 255, .8);--glass-border: rgba(255, 255, 255, .2);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .15);--terminal-primary: #0969da;--terminal-green: #1a7f37;--terminal-blue: #0969da;--terminal-purple: #8250df;--terminal-orange: #bc4c00;--terminal-red: #cf222e;--terminal-gray: #57606a;--terminal-bg: #ffffff;--terminal-bg-secondary: #f6f8fa;--terminal-bg-gradient: linear-gradient(135deg, #ffffff 0%, #f6f8fa 100%);--terminal-header-bg: #f6f8fa;--terminal-border: #d0d7de;--terminal-text-muted: #656d76}[data-theme=dark]{--color-primary: #58a6ff;--color-primary-dark: #3794ff;--color-primary-light: #79c0ff;--color-primary-rgb: 88, 166, 255;--color-accent: #39c5cf;--color-accent-dark: #2fb3bc;--color-accent-light: #56d4dd;--color-accent-rgb: 57, 197, 207;--color-success: #3fb950;--color-success-dark: #2ea043;--color-success-light: #56d364;--color-success-rgb: 63, 185, 80;--color-warning: #d29922;--color-warning-dark: #bb8009;--color-warning-light: #e3b341;--color-warning-rgb: 210, 153, 34;--color-danger: #f85149;--color-danger-dark: #da3633;--color-danger-light: #ff6b6b;--color-danger-rgb: 248, 81, 73;--color-info: #58a6ff;--color-info-dark: #3794ff;--color-info-light: #79c0ff;--color-info-rgb: 88, 166, 255;--color-gray-50: #f0f6fc;--color-gray-100: #e6edf3;--color-gray-200: #c9d1d9;--color-gray-300: #b1bac4;--color-gray-400: #8b949e;--color-gray-500: #6e7681;--color-gray-600: #484f58;--color-gray-700: #30363d;--color-gray-800: #21262d;--color-gray-900: #161b22;--color-text-primary: #e6edf3;--color-text-secondary: #c9d1d9;--color-text-muted: #8b949e;--color-text-disabled: #6e7681;--color-bg-primary: #0d1117;--color-bg-secondary: #161b22;--color-bg-tertiary: #21262d;--color-bg-elevated: #161b22;--color-border: #30363d;--color-border-light: #21262d;--color-border-dark: #161b22;--gradient-primary: linear-gradient(135deg, #58a6ff 0%, #39c5cf 100%);--gradient-primary-dark: linear-gradient(135deg, #3794ff 0%, #2fb3bc 100%);--gradient-bg: linear-gradient(to bottom, #161b22, #0d1117);--gradient-hero: linear-gradient(135deg, #58a6ff 0%, #39c5cf 100%);--glass-bg: rgba(22, 27, 34, .8);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .4);--terminal-primary: #58a6ff;--terminal-green: #7ee787;--terminal-blue: #79c0ff;--terminal-purple: #d2a8ff;--terminal-orange: #ffa657;--terminal-red: #ff7b72;--terminal-gray: #8b949e;--terminal-bg: #0d1117;--terminal-bg-secondary: #161b22;--terminal-bg-gradient: linear-gradient(135deg, #0d1117 0%, #161b22 100%);--terminal-header-bg: #161b22;--terminal-border: #30363d;--terminal-text-muted: #8b949e}:root{transition:background-color .3s ease,color .3s ease}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.snap-scroll-container{scroll-snap-type:y mandatory;overflow-y:auto;overflow-x:hidden;height:100vh;scroll-behavior:smooth;scroll-padding-top:0;position:relative;width:100%;max-width:100%;scrollbar-gutter:auto;scrollbar-width:thin;scrollbar-color:transparent transparent;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overscroll-behavior-x:none;scroll-snap-stop:always;touch-action:pan-y}.snap-scroll-container::-webkit-scrollbar{width:0;height:0;background:transparent}.snap-section{scroll-snap-align:start;scroll-snap-stop:always;min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;overflow-x:hidden}html.has-snap-scroll{overflow:hidden;height:100%;scrollbar-gutter:auto!important;scrollbar-width:none}html.has-snap-scroll body{overflow:hidden;height:100%}html.has-snap-scroll::-webkit-scrollbar{display:none;width:0;height:0}.scroll-animate{opacity:0;transform:translate3d(0,30px,0) scale(.98);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);will-change:opacity,transform;backface-visibility:hidden}.scroll-animate.animate{opacity:1;transform:translateZ(0) scale(1);will-change:auto}.home-page{min-height:100vh;background:#fafafa}[data-theme=dark] .home-page{background:var(--color-bg-primary)}.home-header{background:#fffffff2;backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:100}[data-theme=dark] .home-header{background:#161b22f2;border-bottom-color:#30363d80}.home-header__container{max-width:1280px;margin:0 auto;padding:16px 24px}@media(max-width:768px){.home-header__container{padding:12px 16px}}.home-header__nav{display:flex;align-items:center;justify-content:space-between}.home-header__logo{display:flex;align-items:center}.home-header__logo-img{height:36px;width:auto}@media(max-width:640px){.home-header__logo-img{height:28px}}.home-header__links{display:flex;align-items:center;gap:24px}@media(max-width:768px){.home-header__links{display:none}}.home-header__link{color:var(--color-gray-700);font-weight:500;text-decoration:none;transition:color .3s}[data-theme=dark] .home-header__link{color:var(--color-gray-300)}.home-header__link:hover,.home-header__link--active{color:#3b82f6}.home-header__actions{display:flex;align-items:center;gap:12px}.home-header__btn{padding:8px 20px;border-radius:8px;font-weight:500;text-decoration:none;transition:all .3s}.home-header__btn--primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.home-header__btn--primary:hover{box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.home-hero{position:relative;overflow:hidden;background:#fff;padding:80px 16px 96px;flex-direction:column}[data-theme=dark] .home-hero{background:var(--color-bg-primary)}@media(max-width:768px){.home-hero{padding:48px 16px 64px}}.home-hero__bg{position:absolute;inset:0;overflow:hidden;z-index:0}.home-hero__gradient{position:absolute;top:-200px;left:20%;width:500px;height:500px;background:radial-gradient(circle,#3b82f626,#3b82f600 70%);border-radius:50%;filter:blur(60px);animation:floatBall1 8s ease-in-out infinite}[data-theme=dark] .home-hero__gradient{background:radial-gradient(circle,#3b82f61f,#3b82f600 70%)}@media(max-width:768px){.home-hero__gradient{width:350px;height:350px;left:10%}}.home-hero__gradient-right{position:absolute;top:100px;right:10%;width:400px;height:400px;background:radial-gradient(circle,#a855f71f,#a855f700 70%);border-radius:50%;filter:blur(60px);animation:floatBall2 10s ease-in-out infinite}[data-theme=dark] .home-hero__gradient-right{background:radial-gradient(circle,#a855f71a,#a855f700 70%)}@media(max-width:768px){.home-hero__gradient-right{width:300px;height:300px;right:-50px}}.home-hero__gradient-bottom{position:absolute;bottom:-100px;left:40%;width:600px;height:350px;background:radial-gradient(circle,#06b6d41a,#06b6d400 70%);border-radius:50%;filter:blur(80px);animation:floatBall3 12s ease-in-out infinite}[data-theme=dark] .home-hero__gradient-bottom{background:radial-gradient(circle,#06b6d414,#06b6d400 70%)}@media(max-width:768px){.home-hero__gradient-bottom{width:400px;height:250px;left:20%}}.home-hero__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;text-align:center}.home-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 16px;background:#dbeafe;border:1px solid rgba(147,197,253,.5);border-radius:9999px;margin-bottom:32px;animation:fadeInUp .8s ease-out}[data-theme=dark] .home-hero__badge{background:#1e40af4d;border-color:#3b82f64d}@media(max-width:640px){.home-hero__badge{margin-bottom:24px}}.home-hero__badge-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}.home-hero__badge-text{font-size:14px;font-weight:500;color:#1e40af}[data-theme=dark] .home-hero__badge-text{color:#93c5fd}.home-hero__brand-name{font-size:3.5rem;font-weight:800;font-style:italic;color:#3b82f6;line-height:1;letter-spacing:-.01em;margin-bottom:20px;animation:fadeInUp .8s ease-out .05s backwards;text-shadow:0 2px 10px rgba(59,130,246,.12)}[data-theme=dark] .home-hero__brand-name{color:#60a5fa;text-shadow:0 2px 12px rgba(96,165,250,.15)}@media(max-width:1024px){.home-hero__brand-name{font-size:2.75rem;margin-bottom:16px}}@media(max-width:768px){.home-hero__brand-name{font-size:2.25rem;margin-bottom:12px}}@media(max-width:480px){.home-hero__brand-name{font-size:1.875rem}}.home-hero__title{font-size:3rem;font-weight:700;color:var(--color-gray-900);line-height:1.2;letter-spacing:-.02em;margin-bottom:32px;animation:fadeInUp .8s ease-out .1s backwards}[data-theme=dark] .home-hero__title{color:var(--color-gray-100);font-weight:600}@media(max-width:1024px){.home-hero__title{font-size:2.25rem;margin-bottom:24px}}@media(max-width:768px){.home-hero__title{font-size:1.875rem;padding:0 8px}}@media(max-width:480px){.home-hero__title{font-size:1.5rem;letter-spacing:-.01em}}.home-hero__title-gradient{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.home-hero__subtitle{font-size:20px;color:var(--color-gray-600);line-height:1.8;max-width:850px;margin:0 auto 40px;animation:fadeInUp .8s ease-out .2s backwards;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}[data-theme=dark] .home-hero__subtitle{color:var(--color-gray-300)}@media(max-width:768px){.home-hero__subtitle{font-size:18px;margin-bottom:32px;line-height:1.5}}@media(max-width:640px){.home-hero__subtitle{font-size:16px}}.home-hero__subtitle-row{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;width:100%}@media(min-width:640px){.home-hero__subtitle-row{gap:12px}}.home-hero__subtitle-text{display:inline-block}.home-hero__subtitle-text--suffix{opacity:.8;font-size:.95em;margin-top:4px}@media(min-width:768px){.home-hero__subtitle-text--suffix{margin-top:0}}.home-hero__product-icons{display:inline-flex;align-items:center;gap:8px;vertical-align:middle}.home-hero__product-item{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:600;color:var(--color-gray-800);padding:0 4px;transition:all .3s ease;line-height:1}[data-theme=dark] .home-hero__product-item{color:#f0f6fc}.home-hero__product-item svg{flex-shrink:0;width:22px;height:22px}.home-hero__product-item span{display:inline-block;line-height:1;padding-top:1px}.home-hero__product-item:hover{transform:translateY(-1.5px);opacity:.8}@media(max-width:640px){.home-hero__product-item{font-size:14px;padding:0 4px}}.home-hero__product-separator{margin:0 4px;color:var(--color-gray-400)}@media(max-width:768px){.home-hero__product-separator--mobile-hide{display:none}}.home-hero__cta{display:flex;flex-direction:column;align-items:center;gap:12px;animation:fadeInUp .8s ease-out .3s backwards;width:100%;max-width:320px;margin-left:auto;margin-right:auto}@media(min-width:640px){.home-hero__cta{flex-direction:row;justify-content:center;max-width:none}}.home-hero__cta-btn{width:100%;padding:12px 32px;border-radius:16px;font-size:16px;font-weight:700;text-decoration:none;text-align:center;transition:all .3s}@media(min-width:640px){.home-hero__cta-btn{width:auto;padding:16px 40px}}.home-hero__cta-btn--primary{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;box-shadow:0 4px 12px #60a5fa4d}[data-theme=dark] .home-hero__cta-btn--primary{background:linear-gradient(135deg,#60a5fa,#3b82f6);box-shadow:0 4px 20px #60a5fa33}.home-hero__cta-btn--primary:hover{background:linear-gradient(135deg,#93c5fd,#60a5fa);box-shadow:0 8px 20px #60a5fa66;transform:translateY(-2px)}[data-theme=dark] .home-hero__cta-btn--primary:hover{box-shadow:0 8px 25px #60a5fa4d}.home-hero__cta-btn--secondary{background:#fff;color:var(--color-gray-700);border:1px solid var(--color-gray-200)}[data-theme=dark] .home-hero__cta-btn--secondary{background:transparent;color:#f0f6fc;border-color:#f0f6fc4d}.home-hero__cta-btn--secondary:hover{background:var(--color-gray-50);border-color:var(--color-gray-300);transform:translateY(-2px)}[data-theme=dark] .home-hero__cta-btn--secondary:hover{background:#f0f6fc0d;border-color:#f0f6fc80}.home-hero__stats{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;margin-top:64px;padding-top:40px;border-top:1px solid var(--color-gray-100);animation:fadeInUp .8s ease-out .4s backwards}[data-theme=dark] .home-hero__stats{border-top-color:#f0f6fc1a}@media(min-width:768px){.home-hero__stats{gap:64px}}.home-hero__stat{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}@media(min-width:768px){.home-hero__stat{gap:4px}}.home-hero__stat-value{font-size:2.25rem;font-weight:800;color:var(--color-gray-900);line-height:1;letter-spacing:-.02em}[data-theme=dark] .home-hero__stat-value{color:#f0f6fc;text-shadow:0 0 20px rgba(59,130,246,.15)}@media(max-width:768px){.home-hero__stat-value{font-size:1.5rem}}@media(max-width:480px){.home-hero__stat-value{font-size:1.25rem}}.home-hero__stat-label{font-size:14px;font-weight:500;color:var(--color-gray-500);white-space:nowrap}[data-theme=dark] .home-hero__stat-label{color:#afb8c1}@media(max-width:768px){.home-hero__stat-label{font-size:12px}}@media(max-width:480px){.home-hero__stat-label{font-size:10px}}.home-hero__stat-divider{display:block;width:1px;height:40px;background:var(--color-gray-200)}[data-theme=dark] .home-hero__stat-divider{background:#f0f6fc26}@media(max-width:480px){.home-hero__stat-divider{height:24px}}.home-products{padding:96px 16px;background:#f9fafb80;flex-direction:column}[data-theme=dark] .home-products{background:#161b2280}@media(max-width:768px){.home-products{padding:48px 16px}}.home-products__container{max-width:1280px;margin:0 auto;width:100%;padding:0 16px}@media(max-width:768px){.home-products__container{padding:0 8px}}.home-products__header{text-align:center;margin-bottom:64px}@media(max-width:768px){.home-products__header{margin-bottom:32px}}.home-products__title{font-size:36px;font-weight:700;color:var(--color-gray-900);margin-bottom:16px}[data-theme=dark] .home-products__title{color:var(--color-gray-100)}@media(max-width:768px){.home-products__title{font-size:24px;margin-bottom:8px}}.home-products__subtitle{font-size:18px;color:var(--color-gray-600);max-width:640px;margin:0 auto}[data-theme=dark] .home-products__subtitle{color:var(--color-gray-400)}@media(max-width:768px){.home-products__subtitle{font-size:16px}}.home-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto}@media(max-width:1024px){.home-products__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.home-products__grid{display:none}}.home-products__carousel{display:none;position:relative;width:100%;padding:16px 0}@media(max-width:768px){.home-products__carousel{display:block}}.home-products__carousel .swiper{overflow:visible;padding:0 8px}.home-products__carousel .swiper-slide .product-card{height:100%;margin:0}.home-products__indicators{display:none;justify-content:center;gap:8px;margin-top:16px}@media(max-width:768px){.home-products__indicators{display:flex}}.home-products__indicator{width:8px;height:8px;border-radius:50%;background:var(--color-gray-300);border:none;cursor:pointer;transition:all .3s ease;padding:0}[data-theme=dark] .home-products__indicator{background:var(--color-gray-600)}.home-products__indicator--active{width:24px;border-radius:4px;background:#3b82f6}.home-products__indicator:hover:not(.home-products__indicator--active){background:var(--color-gray-400)}[data-theme=dark] .home-products__indicator:hover:not(.home-products__indicator--active){background:var(--color-gray-500)}.product-card{background:#fff;border-radius:24px;padding:32px;border:1px solid var(--color-gray-100);box-shadow:0 1px 3px #0000000d;transition:all .3s}[data-theme=dark] .product-card{background:var(--color-bg-secondary);border-color:var(--color-border)}@media(max-width:768px){.product-card{padding:20px;border-radius:16px}}.product-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-4px)}@media(max-width:768px){.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000014}}.product-card__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:transform .3s}.product-card__icon svg{width:32px;height:32px}@media(max-width:768px){.product-card__icon{width:48px;height:48px;margin-bottom:16px;border-radius:12px}.product-card__icon svg{width:28px;height:28px}}.product-card--purple .product-card__icon{background:#d4a5741a;color:#d4a574}[data-theme=dark] .product-card--purple .product-card__icon{background:#d4a57433}.product-card--blue .product-card__icon{background:#10a37f1a;color:#10a37f}[data-theme=dark] .product-card--blue .product-card__icon{background:#10a37f33}.product-card--green .product-card__icon{background:#4285f41a;color:#4285f4}[data-theme=dark] .product-card--green .product-card__icon{background:#4285f433}.product-card:hover .product-card__icon{transform:scale(1.1)}@media(max-width:768px){.product-card:hover .product-card__icon{transform:scale(1.05)}}.product-card__title{font-size:20px;font-weight:700;color:var(--color-gray-900);margin-bottom:8px}[data-theme=dark] .product-card__title{color:var(--color-gray-100)}@media(max-width:768px){.product-card__title{font-size:18px;margin-bottom:4px}}.product-card__desc-small{font-size:14px;color:var(--color-gray-500);margin-bottom:16px}[data-theme=dark] .product-card__desc-small{color:var(--color-gray-400)}@media(max-width:768px){.product-card__desc-small{font-size:12px;margin-bottom:12px}}.product-card__desc{font-size:16px;color:var(--color-gray-600);line-height:1.6;margin-bottom:24px}[data-theme=dark] .product-card__desc{color:var(--color-gray-300)}@media(max-width:768px){.product-card__desc{font-size:14px;line-height:1.5;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.product-card__features{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:8px}@media(max-width:768px){.product-card__features{margin-bottom:20px;gap:4px}}.product-card__features li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--color-gray-600)}[data-theme=dark] .product-card__features li{color:var(--color-gray-400)}@media(max-width:768px){.product-card__features li{font-size:12px;gap:4px}}.product-card__features li svg{width:16px;height:16px;color:#22c55e;flex-shrink:0}@media(max-width:768px){.product-card__features li svg{width:14px;height:14px}}.product-card__link{display:inline-flex;align-items:center;gap:4px;font-weight:600;text-decoration:none;transition:gap .3s}@media(max-width:768px){.product-card__link{font-size:14px}}.product-card__link:hover{gap:8px}.product-card__link--purple{color:#d4a574}.product-card__link--purple:hover{color:#c8965e}.product-card__link--blue{color:#10a37f}.product-card__link--blue:hover{color:#0d8a6a}.product-card__link--green{color:#4285f4}.product-card__link--green:hover{color:#3367d6}.card-animate{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.card-animate--left{transform:translate(-60px)}.card-animate--left:nth-child(1){transition-delay:0s}.card-animate--right{transform:translate(60px)}.card-animate--right:nth-child(3){transition-delay:.2s}.card-animate--up{transform:translateY(60px)}.card-animate--up:nth-child(2){transition-delay:.1s}.card-animate.animate{opacity:1;transform:translate(0)}@media(max-width:768px){.card-animate--left,.card-animate--right,.card-animate--up{transform:translateY(40px)}.card-animate:nth-child(1){transition-delay:0s}.card-animate:nth-child(2){transition-delay:.1s}.card-animate:nth-child(3){transition-delay:.2s}}@media(max-width:640px){.card-animate--left,.card-animate--right,.card-animate--up{transform:translateY(30px)}}.home-features{padding:96px 16px;background:#fff;overflow:hidden;flex-direction:column}[data-theme=dark] .home-features{background:var(--color-bg-primary)}@media(max-width:768px){.home-features{padding:48px 16px}}.home-features__container{max-width:1280px;margin:0 auto;width:100%;padding:0 16px}.home-features__content{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}@media(max-width:1120px){.home-features__content{grid-template-columns:1fr;gap:40px;text-align:center}}.home-features__title{font-size:36px;font-weight:800;color:var(--color-gray-900);line-height:1.2;margin-bottom:24px}[data-theme=dark] .home-features__title{color:var(--color-gray-100)}@media(max-width:1120px){.home-features__title{max-width:800px;margin-left:auto;margin-right:auto}}@media(max-width:768px){.home-features__title{font-size:2rem;margin-bottom:16px}}.home-features__title-highlight{display:block;font-size:30px;font-weight:700;color:var(--color-gray-900)}[data-theme=dark] .home-features__title-highlight{color:var(--color-gray-100)}@media(max-width:768px){.home-features__title-highlight{font-size:1.375rem;font-weight:700;line-height:1.4;margin-top:8px}}.home-features__subtitle{font-size:18px;color:var(--color-gray-600);line-height:1.6;margin-bottom:32px}[data-theme=dark] .home-features__subtitle{color:var(--color-gray-400)}@media(max-width:1120px){.home-features__subtitle{margin-left:auto;margin-right:auto}}@media(max-width:768px){.home-features__subtitle{display:none}}.home-features__list{display:flex;flex-direction:column;gap:24px}@media(max-width:1120px){.home-features__list{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:32px}}@media(max-width:768px){.home-features__list{gap:16px}}.home-features__demo{position:relative}@media(max-width:768px){.home-features__demo{margin-top:8px}}.home-features__demo:before{content:"";position:absolute;inset:-16px;background:linear-gradient(135deg,#dbeafe80,#cffafe80);border-radius:24px;filter:blur(40px);opacity:.5}[data-theme=dark] .home-features__demo:before{background:linear-gradient(135deg,#1e40af33,#06b6d433);opacity:.3}.feature-item{display:flex;gap:16px}@media(max-width:768px){.feature-item{flex-direction:column;align-items:center;gap:8px;flex:1}}.feature-item__icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.feature-item__icon{width:40px;height:40px}}.feature-item__icon svg{width:24px;height:24px}@media(max-width:768px){.feature-item__icon svg{width:20px;height:20px}}.feature-item--blue .feature-item__icon{background:#eff6ff;color:#3b82f6}[data-theme=dark] .feature-item--blue .feature-item__icon{background:#3b82f626}.feature-item--purple .feature-item__icon{background:#ecfeff;color:#06b6d4}[data-theme=dark] .feature-item--purple .feature-item__icon{background:#06b6d426}.feature-item--green .feature-item__icon{background:#f0fdf4;color:#22c55e}[data-theme=dark] .feature-item--green .feature-item__icon{background:#22c55e26}@media(max-width:768px){.feature-item__content{text-align:center}}.feature-item__content h3{font-size:18px;font-weight:700;color:var(--color-gray-900);margin-bottom:4px}[data-theme=dark] .feature-item__content h3{color:var(--color-gray-100)}@media(max-width:768px){.feature-item__content h3{font-size:16px;margin-bottom:0}}.feature-item__content p{font-size:16px;color:var(--color-gray-600)}[data-theme=dark] .feature-item__content p{color:var(--color-gray-300)}@media(max-width:768px){.feature-item__content p{display:none}}.code-demo{position:relative;background:#fff;border-radius:24px;border:1px solid var(--color-gray-100);box-shadow:0 20px 40px #0000001a;overflow:hidden}[data-theme=dark] .code-demo{background:var(--color-bg-secondary);border-color:var(--color-border)}@media(max-width:768px){.code-demo{border-radius:16px;box-shadow:0 10px 20px #00000014}}.code-demo__header{display:flex;align-items:center;gap:8px;padding:16px;border-bottom:1px solid var(--color-gray-100)}[data-theme=dark] .code-demo__header{border-bottom-color:var(--color-border)}@media(max-width:768px){.code-demo__header{padding:12px}}.code-demo__dots{display:flex;gap:8px}@media(max-width:768px){.code-demo__dots{gap:4px}}.code-demo__dot{width:12px;height:12px;border-radius:50%}@media(max-width:768px){.code-demo__dot{width:10px;height:10px}}.code-demo__dot--red{background:#ef4444}.code-demo__dot--yellow{background:#eab308}.code-demo__dot--green{background:#22c55e}.code-demo__title{margin-left:8px;font-size:12px;color:var(--color-gray-400);font-family:JetBrains Mono,Fira Code,SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,Courier,monospace}[data-theme=dark] .code-demo__title{color:var(--color-gray-500)}.code-demo__body{padding:24px;font-family:JetBrains Mono,Fira Code,SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,Courier,monospace;font-size:14px;line-height:1.6}@media(max-width:768px){.code-demo__body{padding:16px;font-size:12px;line-height:1.5}}.code-demo__line{color:var(--color-gray-800)}[data-theme=dark] .code-demo__line{color:var(--color-gray-200)}.code-demo__line--comment{color:var(--color-gray-400)}[data-theme=dark] .code-demo__line--comment{color:var(--color-gray-500)}.code-demo__line--indent{padding-left:16px}.code-demo__keyword{color:#3b82f6}.code-demo__function{color:#06b6d4}.code-demo__spacer{height:16px}@media(max-width:768px){.code-demo__spacer{height:8px}}.code-demo__suggestion{padding:12px;margin-top:8px;background:#f0fdf4;border-left:2px solid #22c55e;border-radius:4px;font-size:12px;color:#166534}[data-theme=dark] .code-demo__suggestion{background:#22c55e26;color:#86efac}@media(max-width:768px){.code-demo__suggestion{padding:8px;margin-top:4px;font-size:10px}}.home-cta{position:relative;padding:96px 16px;background:var(--color-gray-900);overflow:hidden;flex-direction:column}[data-theme=dark] .home-cta{background:var(--color-bg-secondary)}@media(max-width:768px){.home-cta{padding:64px 16px}}.home-cta__bg{position:absolute;inset:0}.home-cta__grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.home-cta__container{position:relative;z-index:1;max-width:1280px;margin:0 auto;text-align:center}.home-cta__title{font-size:36px;font-weight:700;color:#fff;margin-bottom:24px}@media(max-width:768px){.home-cta__title{font-size:30px}}@media(max-width:640px){.home-cta__title{font-size:24px}}.home-cta__subtitle{font-size:20px;color:var(--color-gray-400);margin-bottom:40px;max-width:640px;margin-left:auto;margin-right:auto}[data-theme=dark] .home-cta__subtitle{color:var(--color-gray-300)}@media(max-width:640px){.home-cta__subtitle{font-size:18px}}.home-cta__buttons{display:flex;flex-direction:column;align-items:center;gap:16px}@media(min-width:640px){.home-cta__buttons{flex-direction:row;justify-content:center}}.home-cta__btn{padding:16px 40px;border-radius:16px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.home-cta__btn--primary{background:#fff;color:var(--color-gray-900);box-shadow:0 4px 12px #0000001a}[data-theme=dark] .home-cta__btn--primary{background:#f0f6fc;color:#0d1117}.home-cta__btn--primary:hover{background:#fff;box-shadow:0 12px 24px #ffffff26;transform:translateY(-3px)}[data-theme=dark] .home-cta__btn--primary:hover{box-shadow:0 12px 24px #f0f6fc33}.home-cta__btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.home-cta__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80}.home-footer{position:relative;background:linear-gradient(180deg,var(--color-gray-900) 0%,#000 100%);min-height:auto;flex-direction:column;padding-top:64px;padding-bottom:64px}[data-theme=dark] .home-footer{background:linear-gradient(180deg,var(--color-bg-secondary) 0%,#000 100%)}.home-footer__top-line{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#3b82f6 50%,transparent 100%)}.home-footer__container{max-width:1280px;margin:0 auto;padding:0 16px;width:100%}.home-footer__main{display:grid;grid-template-columns:2fr 3fr;gap:48px;margin-bottom:48px}@media(max-width:768px){.home-footer__main{grid-template-columns:1fr;gap:32px}}.home-footer__brand{max-width:400px}.home-footer__logo{height:40px;width:auto;filter:brightness(0) invert(1);margin-bottom:24px}.home-footer__desc{color:var(--color-gray-400);line-height:1.6}.home-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:640px){.home-footer__links{grid-template-columns:repeat(2,1fr)}}.home-footer__link-group h4{font-size:14px;font-weight:600;color:#fff;margin-bottom:16px}.home-footer__link-group ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.home-footer__link-group a{color:var(--color-gray-400);text-decoration:none;font-size:14px;transition:color .3s}.home-footer__link-group a:hover{color:#fff}.home-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid var(--color-gray-800)}@media(max-width:640px){.home-footer__bottom{flex-direction:column;gap:16px}}.home-footer__copyright{font-size:14px;color:var(--color-gray-400)}.home-footer__status{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--color-gray-400)}.home-footer__status-dot{position:relative;width:8px;height:8px}.home-footer__status-dot:before{content:"";position:absolute;inset:0;background:#22c55e;border-radius:50%;animation:ping 2s infinite}.home-footer__status-dot:after{content:"";position:absolute;inset:0;background:#22c55e;border-radius:50%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes floatBall1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-20px) scale(1.05)}50%{transform:translate(-20px,30px) scale(.95)}75%{transform:translate(-30px,-10px) scale(1.02)}}@keyframes floatBall2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-40px,20px) scale(1.08)}66%{transform:translate(25px,-35px) scale(.92)}}@keyframes floatBall3{0%,to{transform:translate(0) scale(1)}20%{transform:translate(50px,-15px) scale(1.03)}40%{transform:translate(-30px,25px) scale(.97)}60%{transform:translate(20px,40px) scale(1.05)}80%{transform:translate(-45px,-20px) scale(.98)}}
