*{box-sizing:border-box;margin:0;padding:0}body{color:#1a2634;scroll-behavior:smooth;background:#f0f6ff;flex-direction:column;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;display:flex}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.navbar{z-index:2;background:0 0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:relative}.logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-icon{flex-shrink:0;width:38px;height:38px;display:block}.logo-text{background:linear-gradient(135deg,#1d4ed8,#60a5fa);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.hero{text-align:center;background-blend-mode:overlay;background-color:#0000;background-image:url(/backround.png),linear-gradient(165deg,#e8f0fe 0%,#f5f9ff 60%,#fff 100%);background-position:50%;background-repeat:repeat;background-size:cover;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;flex:1;padding:0 0 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;border:2px solid #2563eb0f;border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-120px}.hero:after{content:"";pointer-events:none;z-index:0;border:2px solid #2563eb0a;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-80px}.hero-content{z-index:1;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.hero h1{color:#0a1a2e;margin-bottom:1rem;font-size:3.8rem;font-weight:800;line-height:1.1}.hero h1 .highlight{background:linear-gradient(135deg,#1d4ed8,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero p{color:#4a5a6e;max-width:640px;margin:0 auto 2.2rem;font-size:1.15rem}.products{background:#fff;padding:2rem 0 2.2rem}.product-logos{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem 3rem;display:flex}.product-logo-item{cursor:pointer;padding-bottom:1rem;text-decoration:none;display:block;position:relative}.product-logo-item img{object-fit:contain;width:160px;height:80px;transition:transform .3s;display:block}.product-logo-item:hover img{transform:scale(1.05)}.product-logo-item:after{content:"";opacity:0;background:linear-gradient(90deg,#2563eb,#93c5fd);border-radius:4px;width:48px;height:3px;transition:opacity .3s,width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.product-logo-item:hover:after{opacity:1;width:72px}.footer{text-align:center;background:#fff;padding:.6rem 0 1.2rem}.footer .copyright{color:#8a9aae;font-size:.8rem}.footer .copyright span{color:#2563eb}.theme-toggle{color:#3a4a5e;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,border-color .2s,color .2s;display:flex}.theme-toggle:hover{color:#2563eb;background:#2563eb0f;border-color:#2563eb33}.theme-toggle svg{width:18px;height:18px}body,.hero,.products,.footer{transition:background-color .3s,color .3s}.product-logo-item img.logo-dark,[data-theme=dark] .product-logo-item img.logo-light{display:none}[data-theme=dark] .product-logo-item img.logo-dark{display:block}[data-theme=dark] body{color:#eef2f6;background:#0a0e17}[data-theme=dark] .logo-text{background-image:linear-gradient(135deg,#3b82f6,#1d4ed8)}[data-theme=dark] .theme-toggle{color:#c8d0e0;border-color:#ffffff26}[data-theme=dark] .theme-toggle:hover{color:#60a5fa;background:#ffffff0f;border-color:#60a5fa66}[data-theme=dark] .hero{background-blend-mode:normal;background:#0a0e17 radial-gradient(circle at 50% -20%,#2563eb2e 0%,#0000 65%)}[data-theme=dark] .hero:before{border-color:#60a5fa1f}[data-theme=dark] .hero:after{border-color:#60a5fa14}[data-theme=dark] .hero h1{color:#fff}[data-theme=dark] .hero h1 .highlight{background-image:linear-gradient(135deg,#3b82f6,#93c5fd)}[data-theme=dark] .hero p{color:#94a3b8}[data-theme=dark] .products,[data-theme=dark] .footer{background:#0a0e17}[data-theme=dark] .footer .copyright{color:#64748b}[data-theme=dark] .footer .copyright span{color:#60a5fa}@media (max-width:1024px){.product-logos{justify-content:center}}@media (max-width:768px){.navbar{flex-wrap:wrap;gap:1rem;padding:1rem}.hero h1{font-size:2.4rem}.hero p{font-size:1rem}.product-logos{gap:1.5rem 2rem}.product-logo-item img{width:120px;height:60px}.container{padding:0 1.2rem}}@media (max-width:480px){.hero h1{font-size:1.8rem}.product-logos{justify-content:center;gap:1.2rem 1.5rem}}
