*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#d97706;--primary-dark:#b45309;--primary-light:#fef3c7;--accent:#f59e0b;--text:#1f2937;--text-secondary:#6b7280;--text-light:#9ca3af;--bg:#fff;--bg-alt:#f8fafc;--bg-dark:#0f172a;--border:#e5e7eb;--white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 25px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius:12px;--radius-sm:8px;--font:"Noto Sans SC", system-ui, -apple-system, sans-serif;--max-width:1200px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.7}a{color:var(--primary);transition:color var(--transition);text-decoration:none}a:hover{color:var(--primary-dark)}img{max-width:100%}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow var(--transition);background:#ffffffeb;position:fixed;top:0;left:0;right:0}.nav.scrolled{box-shadow:var(--shadow)}.nav-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{color:var(--text);align-items:center;gap:10px;font-size:20px;font-weight:700;display:flex}.nav-logo svg{width:32px;height:32px}.nav-logo-img{border-radius:8px;width:32px;height:32px}.nav-links{align-items:center;gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);transition:color var(--transition);font-size:14px;font-weight:500}.nav-links a:hover{color:var(--primary)}.nav-cta{background:var(--primary);transition:background var(--transition);border-radius:8px;padding:8px 20px;font-size:14px;font-weight:600;color:var(--white)!important}.nav-cta:hover{background:var(--primary-dark);color:var(--white)!important}.nav-mobile-toggle{cursor:pointer;color:var(--text);background:0 0;border:none;padding:8px;display:none}.hero{text-align:center;background:linear-gradient(180deg, var(--primary-light) 0%, var(--bg) 100%);padding:140px 24px 80px}.hero-inner{max-width:800px;margin:0 auto}.hero-badge{background:var(--white);border:1px solid var(--border);color:var(--primary);box-shadow:var(--shadow-sm);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex}.hero-badge-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{letter-spacing:-.5px;color:var(--text);margin-bottom:20px;font-size:48px;font-weight:700;line-height:1.3}.hero h1 span{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 36px;font-size:18px;line-height:1.8}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);font-size:15px;font-weight:600;font-family:var(--font);border:none;align-items:center;gap:8px;padding:14px 28px;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 14px #d977064d}.btn-primary:hover{background:var(--primary-dark);color:var(--white);transform:translateY(-1px);box-shadow:0 6px 20px #d9770666}.btn-outline{background:var(--white);color:var(--text);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.hero-stats{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;max-width:700px;margin:60px auto 0;display:grid}.stat-number{color:var(--primary);font-size:28px;font-weight:700}.stat-label{color:var(--text-secondary);margin-top:4px;font-size:13px}.section{padding:80px 24px}.section-alt{background:var(--bg-alt)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-label{color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-size:13px;font-weight:600;display:inline-block}.section-title{color:var(--text);margin-bottom:16px;font-size:36px;font-weight:700;line-height:1.3}.section-desc{color:var(--text-secondary);max-width:600px;font-size:16px;line-height:1.8}.section-header{text-align:center;margin-bottom:56px}.section-header .section-desc{margin:0 auto}.products-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:36px 28px;position:relative;overflow:hidden}.product-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;height:3px;transition:opacity var(--transition);position:absolute;top:0;left:0;right:0}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card:hover:before{opacity:1}.product-icon{background:var(--primary-light);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.product-icon svg{width:26px;height:26px;color:var(--primary)}.product-card h3{color:var(--text);margin-bottom:12px;font-size:20px;font-weight:600}.product-card p{color:var(--text-secondary);margin-bottom:16px;font-size:14px;line-height:1.8}.product-tags{flex-wrap:wrap;gap:8px;display:flex}.product-tag{background:var(--bg-alt);color:var(--text-secondary);border:1px solid var(--border);border-radius:100px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.why-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);gap:20px;padding:32px 28px;display:flex}.why-card:hover{box-shadow:var(--shadow)}.why-icon{background:var(--primary-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.why-icon svg{width:22px;height:22px;color:var(--primary)}.why-card h3{color:var(--text);margin-bottom:8px;font-size:17px;font-weight:600}.why-card p{color:var(--text-secondary);font-size:14px;line-height:1.7}.steps{grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.steps:before{content:"";background:var(--border);height:2px;position:absolute;top:36px;left:16.5%;right:16.5%}.step{text-align:center;position:relative}.step-number{background:var(--primary);width:72px;height:72px;color:var(--white);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:24px;font-weight:700;display:inline-flex;position:relative}.step h3{color:var(--text);margin-bottom:12px;font-size:18px;font-weight:600}.step p{color:var(--text-secondary);max-width:280px;margin:0 auto;font-size:14px;line-height:1.7}.trust-items{flex-wrap:wrap;justify-content:center;gap:48px;display:flex}.trust-item{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.trust-icon{background:var(--primary-light);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.trust-icon svg{width:28px;height:28px;color:var(--primary)}.trust-item h4{color:var(--text);font-size:15px;font-weight:600}.trust-item p{color:var(--text-secondary);max-width:160px;font-size:13px}.cta{background:linear-gradient(135deg, #92400e 0%, #b45309 50%, var(--accent) 100%);text-align:center;color:var(--white);padding:80px 24px}.cta-inner{max-width:600px;margin:0 auto}.cta h2{color:var(--white);margin-bottom:16px;font-size:32px;font-weight:700}.cta p{opacity:.9;margin-bottom:32px;font-size:16px;line-height:1.8}.cta .btn-white{background:var(--white);color:var(--primary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);font-size:15px;font-weight:600;font-family:var(--font);border:none;align-items:center;gap:8px;padding:14px 32px;display:inline-flex}.cta .btn-white:hover{color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 25px #0003}.cta-contact{opacity:.85;margin-top:20px;font-size:14px}.cta-contact a{color:var(--white);text-underline-offset:3px;text-decoration:underline}.footer{background:var(--bg-dark);color:#94a3b8;padding:48px 24px 32px}.footer-inner{max-width:var(--max-width);grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin:0 auto;display:grid}.footer-brand p{max-width:280px;margin-top:12px;font-size:13px;line-height:1.7}.footer-col h4{color:var(--white);margin-bottom:16px;font-size:14px;font-weight:600}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:#94a3b8;transition:color var(--transition);font-size:13px}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:var(--max-width);color:#64748b;border-top:1px solid #1e293b;justify-content:space-between;align-items:center;margin:32px auto 0;padding-top:24px;font-size:12px;display:flex}.footer-bottom a{color:#64748b;text-underline-offset:2px;text-decoration:underline}.footer-bottom a:hover{color:#94a3b8}@media (width<=1024px){.hero h1{font-size:36px}.products-grid,.why-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:24px}.steps:before{display:none}.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.hero-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav-links{display:none}.nav-mobile-toggle{display:block}.nav-links.open{background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow);flex-direction:column;gap:16px;padding:16px 24px;display:flex;position:absolute;top:64px;left:0;right:0}.hero{padding:120px 20px 60px}.hero h1{font-size:28px}.hero-subtitle{font-size:15px}.section{padding:56px 20px}.section-title{font-size:26px}.footer-inner{grid-template-columns:1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}.trust-items{gap:24px}.hero-stats{grid-template-columns:repeat(2,1fr);gap:16px}.hero-actions{flex-direction:column;align-items:center}}
