*{box-sizing:border-box;margin:0;padding:0}body{color:#0a1628;background:#f5f7fa;font-family:Arial,Helvetica,sans-serif}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.public-layout{flex-direction:column;min-height:100vh;display:flex}.public-header{color:#fff;background:#0a1628;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.public-header .logo{color:#fff;font-size:20px;font-weight:700;text-decoration:none}.public-header nav{align-items:center;gap:24px;display:flex}.public-header nav a{color:#94a3b8;text-decoration:none}.public-header nav a:hover{color:#fff}.public-header .login-btn{color:#fff;background:#2563eb;border-radius:6px;padding:8px 20px}.public-header .login-btn:hover{color:#fff;background:#1d4ed8}.public-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:40px}.public-footer{color:#94a3b8;text-align:center;background:#0a1628;padding:24px;font-size:14px}.section{max-width:1200px;margin:0 auto;padding:60px 20px}.section h2{margin-bottom:8px;font-size:28px}.section p{color:#64748b;margin-bottom:16px;font-size:18px}.bg-light{background:#f1f5f9;border-radius:12px}.hero{text-align:center;color:#fff;background:#0a1628;border-radius:12px;margin:20px;padding:80px 20px}.hero h1{margin-bottom:16px;font-size:48px}.hero p{color:#94a3b8;max-width:600px;margin:0 auto 24px;font-size:20px}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-primary{color:#fff;background:#2563eb;border-radius:8px;padding:12px 32px;font-weight:600;text-decoration:none;display:inline-block}.btn-primary:hover{background:#1d4ed8;text-decoration:none}.btn-secondary{color:#2563eb;background:0 0;border:1px solid #2563eb;border-radius:8px;padding:12px 32px;font-weight:600;text-decoration:none;display:inline-block}.btn-secondary:hover{background:#f1f5f9;text-decoration:none}.product-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:20px;display:grid}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:24px;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 12px #00000014}.product-card h3{margin-bottom:8px;font-size:18px}.product-card p{color:#64748b;margin-bottom:12px;font-size:14px}.product-card a{color:#2563eb;font-weight:600;text-decoration:none}
