*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0b0f13;--bg-secondary: #11191f;--bg-card: #18222c;--text-primary: #e8edf2;--text-secondary: #8b949e;--accent: #00a88f;--accent-hover: #008f78;--accent-glow: rgba(0, 168, 143, .15);--border: rgba(255, 255, 255, .06);--radius: 6px}html{scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:var(--accent);transition:color .2s ease}a:hover{color:var(--accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0b0f13d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.logo-accent{color:var(--accent)}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-secondary);font-weight:500;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.nav-links a:hover{color:var(--text-primary)}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 0 6rem;background:radial-gradient(ellipse 120% 80% at 50% 0%,var(--accent-glow) 0%,transparent 60%),linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300a88f' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero .container{position:relative;z-index:1}.hero-badge{display:inline-block;padding:.35rem .9rem;background:var(--accent-glow);border:1px solid rgba(0,168,143,.3);border-radius:100px;color:var(--accent);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2rem}.hero h1{font-size:4rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;max-width:800px}.hero h1 .highlight{color:var(--accent)}.hero p{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border:none;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.01em}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px #00a88f40}.btn-outline{background:transparent;color:var(--text-primary);border:1px solid rgba(255,255,255,.15)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.products{padding:7rem 0;background:var(--bg-secondary)}.products-header{text-align:center;margin-bottom:4rem}.section-label{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.product-section{margin-bottom:3rem}.product-section:last-child{margin-bottom:0}.product-section-header{text-align:left;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.product-section-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.product-section-intro{font-size:.95rem;color:var(--text-secondary);line-height:1.7;max-width:900px}.service-card-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s ease,transform .2s ease}.service-card-item:hover{border-color:var(--accent);transform:translateY(-2px)}.service-card-image{aspect-ratio:16/9;overflow:hidden;background:var(--bg-card)}.service-card-body{padding:1.25rem}.service-card-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.service-card-desc{font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.6}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s ease,transform .2s ease}.product-card:hover{border-color:#00a88f4d;transform:translateY(-2px)}.product-image{width:100%;aspect-ratio:16/10;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-icon{width:64px;height:64px;color:var(--accent);opacity:.5}.product-body{padding:1.5rem}.product-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em}.product-description{font-size:.9rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem}.product-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.tag{display:inline-block;padding:.2rem .6rem;background:#00a88f1a;border:1px solid rgba(0,168,143,.2);border-radius:100px;color:var(--accent);font-size:.75rem;font-weight:500}.product-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--accent);transition:gap .2s ease}.product-link:hover{gap:.6rem}.services{padding:7rem 0;background:var(--bg-primary)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;transition:border-color .2s ease,transform .2s ease}.service-card:hover{border-color:#00a88f4d;transform:translateY(-2px)}.service-icon{width:56px;height:56px;margin:0 auto 1rem;background:var(--accent-glow);border:1px solid rgba(0,168,143,.15);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--accent)}.service-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.service-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.about{padding:7rem 0;background:var(--bg-secondary)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content h2{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem}.about-content p{color:var(--text-secondary);font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.cert-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.cert-badge{display:inline-block;padding:.3rem .75rem;background:#00a88f14;border:1px solid rgba(0,168,143,.2);border-radius:100px;color:var(--accent);font-size:.8rem;font-weight:500}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center}.stat-number{font-size:2rem;font-weight:700;color:var(--accent);margin-bottom:.25rem}.stat-label{font-size:.85rem;color:var(--text-secondary)}.contact{padding:7rem 0;background:var(--bg-primary)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.contact-info>p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem}.contact-items{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-item-icon{width:40px;height:40px;background:var(--accent-glow);border:1px solid rgba(0,168,143,.2);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.contact-item strong{display:block;font-size:.85rem;font-weight:600;margin-bottom:.15rem}.contact-item span{color:var(--text-secondary);font-size:.9rem}.contact-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:var(--text-primary)}.form-group input,.form-group textarea{width:100%;padding:.7rem .9rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-size:.9rem;font-family:inherit;transition:border-color .2s ease;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent)}.form-group textarea{min-height:120px}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.detail-image{aspect-ratio:4/3;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.detail-image svg{color:var(--accent);opacity:.4;width:80px;height:80px}.detail-section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.detail-features{list-style:none;padding:0}.detail-features li{padding:.5rem 0;color:var(--text-secondary);font-size:.95rem;display:flex;align-items:center;gap:.5rem}.detail-features li svg{color:var(--accent);flex-shrink:0;width:14px;height:14px}.detail-specs{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.detail-spec-row{display:flex;justify-content:space-between;padding:.85rem 1.25rem;font-size:.9rem}.detail-spec-row:not(:last-child){border-bottom:1px solid var(--border)}.spec-label{color:var(--text-secondary)}.spec-value{font-weight:600}.footer{padding:2.5rem 0;background:var(--bg-primary);border-top:1px solid var(--border)}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer-brand{font-weight:700;font-size:1.1rem}.footer-copy{color:var(--text-secondary);font-size:.85rem}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.05rem}.about-grid,.contact-grid,.detail-layout{grid-template-columns:1fr;gap:2.5rem}.products-grid,.services-grid{grid-template-columns:1fr}.section-title,.about-content h2,.contact-info h2{font-size:2rem}.nav-links{gap:1.5rem}.navbar{flex-direction:column;gap:.75rem;padding:.75rem 0}.footer-inner{flex-direction:column;gap:.5rem;text-align:center}}.product-img{width:100%;height:100%;object-fit:cover}.detail-img{width:100%;height:100%;object-fit:contain;border-radius:var(--radius)}.detail-image{overflow:hidden}.logo{display:flex;align-items:center;gap:.5rem}.logo-img{height:44px;width:auto}.logo-text{font-size:1.6rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.about-image{border-radius:var(--radius);overflow:hidden}.about-img{width:100%;height:auto;display:block;border-radius:var(--radius)}.product-card:hover .product-img{transform:scale(1.05);transition:transform .3s ease}.product-img{transition:transform .3s ease}.detail-intro{line-height:1.8;color:var(--text-secondary);font-size:.95rem;margin-bottom:2rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid var(--accent)}
