*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#1a1a2e;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.header .container{display:flex;justify-content:space-between;align-items:center;height:70px}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:32px;height:32px;object-fit:contain}.logo-text{font-size:20px;font-weight:500;letter-spacing:2px;color:#1a1a2e}.nav{display:flex;gap:40px}.nav-link{color:#5a5a6e;text-decoration:none;font-size:14px;transition:color .3s}.nav-link:hover{color:#06f}.hero{min-height:100vh;display:flex;align-items:center;padding-top:70px;position:relative;overflow:hidden;background:linear-gradient(180deg,#f8faff,#fff)}.hero .container{display:flex;justify-content:space-between;align-items:center}.hero-content{max-width:600px}.hero-title{font-size:56px;font-weight:700;background:linear-gradient(135deg,#06f,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}.hero-subtitle{font-size:24px;color:#4a4a5e;margin-bottom:15px}.hero-desc{font-size:16px;color:#7a7a8e}.hero-visual{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.pulse-ring{position:absolute;width:100%;height:100%;border:1px solid rgba(0,102,255,.2);border-radius:50%;animation:pulse 3s ease-out infinite}.pulse-ring.delay-1{animation-delay:1s}.pulse-ring.delay-2{animation-delay:2s}@keyframes pulse{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.core-icon{font-size:60px;color:#06f;z-index:1}.section-title{text-align:center;font-size:36px;font-weight:600;margin-bottom:50px;color:#1a1a2e}.features{padding:100px 0;background:#f8faff}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1000px;margin:0 auto}.feature-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:50px 30px;text-align:center;transition:all .3s;box-shadow:0 2px 8px #0000000a}.feature-card:hover{transform:translateY(-5px);border-color:#06f3;box-shadow:0 12px 40px #0066ff1a}.feature-icon{font-size:48px;margin-bottom:24px}.feature-card h3{font-size:20px;font-weight:500;margin-bottom:14px;color:#1a1a2e}.feature-card p{font-size:15px;color:#7a7a8e;line-height:1.7}.products{padding:100px 0;background:#fff}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:900px;margin:0 auto}.product-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;overflow:hidden;transition:all .3s;box-shadow:0 2px 8px #0000000a}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0066ff1f}.product-header{height:100px;display:flex;align-items:center;justify-content:center}.product-header.retrieve{background:linear-gradient(135deg,#0066ff14,#0066ff05)}.product-header.verify{background:linear-gradient(135deg,#6366f114,#6366f105)}.product-icon{font-size:36px}.product-body{padding:30px}.product-body h3{font-size:22px;font-weight:500;margin-bottom:12px;color:#1a1a2e}.product-body>p{color:#7a7a8e;font-size:14px;margin-bottom:20px}.product-features{list-style:none;margin-bottom:25px}.product-features li{position:relative;padding-left:20px;font-size:14px;color:#5a5a6e;margin-bottom:8px}.product-features li:before{content:"•";position:absolute;left:0;color:#06f}.product-link{display:inline-block;color:#06f;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s}.product-link:hover{color:#6366f1;transform:translate(5px)}.contact{padding:100px 0;background:#f8faff;text-align:center}.contact-desc{color:#7a7a8e;margin-bottom:40px}.contact-info{display:flex;justify-content:center}.contact-item{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:25px 50px;box-shadow:0 2px 8px #0000000a}.contact-label{display:block;font-size:12px;color:#7a7a8e;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.contact-value{font-size:18px;color:#06f}.footer{padding:30px 0;border-top:1px solid rgba(0,0,0,.06);text-align:center;background:#fff}.footer p{color:#9a9aae;font-size:13px}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr);gap:30px}}@media (max-width: 768px){.hero .container{flex-direction:column;text-align:center;padding-top:50px}.hero-title{font-size:36px}.hero-visual{margin-top:50px;width:200px;height:200px}.features-grid{grid-template-columns:1fr;max-width:400px}.products-grid{grid-template-columns:1fr}.nav{display:none}}
