:root{--bg-color:#0b0c10;--surface-color:#1f283399;--text-primary:#fff;--text-secondary:#c5c6c7;--accent-primary:#66fcf1;--accent-secondary:#45a29e;--accent-gradient:linear-gradient(135deg, #66fcf1 0%, #45a29e 100%);--border-color:#66fcf126;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}.glass-panel{background:var(--surface-color);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 32px #0000005e}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-container{flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0c10cc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:fixed;top:0;left:0;right:0}.logo{font-family:var(--font-heading);letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--accent-primary)}.hero-section{justify-content:center;align-items:center;min-height:100vh;padding:6rem 5% 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:.3;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.hero-content{text-align:center;z-index:1;max-width:800px;animation:1s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem)}.hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;max-width:600px;margin-inline:auto;font-size:1.25rem}.cta-button{color:#000;background:var(--accent-gradient);border-radius:30px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 15px #66fcf14d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #66fcf180}.products-section{max-width:1200px;margin:0 auto;padding:6rem 5%}.section-title{text-align:center;margin-bottom:4rem;font-size:2.5rem}.product-card{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:3rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:grid}.product-card:hover{border-color:#66fcf166;transform:translateY(-5px)}.product-info h3{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem}.product-domain{color:var(--accent-primary);background:#66fcf11a;border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.product-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.product-link{color:var(--text-primary);border-bottom:2px solid var(--accent-primary);align-items:center;gap:.5rem;padding-bottom:.2rem;font-weight:600;transition:color .3s;display:inline-flex}.product-link:hover{color:var(--accent-primary)}.product-image-container{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.product-image{width:100%;height:auto;transition:transform .5s;display:block}.product-card:hover .product-image{transform:scale(1.05)}.footer{text-align:center;color:var(--text-secondary);border-top:1px solid #ffffff0d;margin-top:auto;padding:3rem 5%}.footer-links{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer-links a{color:var(--text-secondary);font-size:.9rem;transition:color .3s}.footer-links a:hover{color:var(--accent-primary)}.footer-separator{color:#fff3}.legal-section{flex:1;width:100%;max-width:900px;margin:0 auto;padding:8rem 5% 4rem}.legal-content{padding:3rem}.legal-content h1{margin-bottom:.5rem;font-size:2.5rem}.last-updated{color:var(--text-secondary);border-bottom:1px solid #ffffff1a;margin-bottom:2.5rem;padding-bottom:1rem;font-size:.9rem}.legal-content h2{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.legal-content p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}@media (width<=768px){.product-card{grid-template-columns:1fr;gap:2rem;padding:2rem}.hero-title{font-size:3rem}}
