.home-page{background:#fff;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#1f2329;min-height:100vh}.home-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--bg);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:none}.home-nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;height:64px;margin:0 auto;padding:0 24px}.home-nav-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#1f2329;text-decoration:none}.home-nav-logo{display:inline-grid;width:32px;height:32px;place-items:center;border-radius:8px;background:var(--brand,#145c5a);color:#fff;font-weight:800;font-size:15px}.home-nav-brand-text{letter-spacing:.02em}.home-nav-menu{display:flex;align-items:center;gap:2px}.home-nav-link{display:inline-flex;align-items:center;gap:5px;height:36px;padding:0 14px;border:none;border-radius:8px;background:none;font-family:inherit;font-size:15px;font-weight:500;color:#4e5969;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap}.home-nav-link:hover{background:#f2f3f5;color:#1f2329}.home-nav-dropdown{position:relative}.home-nav-dropdown-trigger{font-family:inherit}.home-nav-dropdown-trigger.active{background:#f2f3f5;color:var(--brand,#145c5a)}.home-nav-dropdown-trigger svg{transition:transform .2s ease;opacity:.5}.home-nav-dropdown-trigger.active svg{transform:rotate(180deg);opacity:1}.home-nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:290px;background:var(--bg,#f7f7f4);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.06);border-radius:14px;box-shadow:0 16px 48px rgba(0,0,0,.06),0 2px 8px rgba(0,0,0,.02);padding:6px;animation:home-dropdown-in .18s cubic-bezier(.16,1,.3,1);z-index:100}.home-nav-dropdown-menu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent}@keyframes home-dropdown-in{0%{opacity:0;transform:translateX(-50%) translateY(-6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.home-nav-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;color:#1f2329;transition:all .2s cubic-bezier(.16,1,.3,1)}.home-nav-dropdown-item:hover{background:rgba(20,92,90,.035)}.home-nav-dropdown-item:hover strong{color:var(--brand,#145c5a)}.home-nav-dropdown-item-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#ffffff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 6px rgba(0,0,0,.03);flex-shrink:0;transition:transform .2s cubic-bezier(.16,1,.3,1)}.home-nav-dropdown-item:hover .home-nav-dropdown-item-icon{transform:scale(1.05) translateY(-1px);box-shadow:0 4px 12px rgba(20,92,90,.08)}.home-nav-dropdown-item strong{display:block;font-size:14px;font-weight:550;color:#1a1f26;transition:color .2s ease}.home-nav-dropdown-item span{display:block;font-size:12px;color:#64748b;margin-top:2px}.home-mobile-toggle{display:none;flex-direction:column;gap:5px;width:36px;height:36px;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;padding:6px;border-radius:8px;transition:background .15s ease}.home-mobile-toggle:hover{background:#f2f3f5}.home-mobile-toggle span{display:block;width:20px;height:2px;background:#4e5969;border-radius:2px;transition:all .25s ease}.home-mobile-toggle.active span:first-child{transform:translateY(7px) rotate(45deg)}.home-mobile-toggle.active span:nth-child(2){opacity:0}.home-mobile-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.home-hero{display:grid;justify-items:center;text-align:center;padding:100px 24px 64px;max-width:1200px;margin:0 auto}.home-hero-content{max-width:700px}.home-hero-badge{display:inline-flex;align-items:center;height:30px;padding:0 16px;border-radius:999px;background:rgba(20,92,90,.08);color:var(--brand,#145c5a);font-size:13px;font-weight:600;letter-spacing:.03em}.home-hero-title{margin:28px 0 0;font-size:clamp(40px,6vw,56px);font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#1f2329}.home-hero-subtitle{margin:20px auto 0;max-width:540px;font-size:18px;line-height:1.75;color:#646a73}.home-hero-actions{display:flex;justify-content:center;gap:12px;margin-top:36px}.home-hero-visual{margin-top:64px;width:100%;max-width:960px}.home-hero-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.home-hero-card{display:flex;flex-direction:column;padding:28px 24px;border-radius:16px;color:#fff;text-decoration:none;min-height:180px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);box-shadow:0 8px 30px rgba(0,0,0,.12)}.home-hero-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.18)}.home-hero-card-name{font-size:13px;font-weight:700;opacity:.75;text-transform:uppercase;letter-spacing:.06em}.home-hero-card-display{margin-top:auto;font-size:24px;font-weight:700;line-height:1.3}.home-hero-card-slogan{margin:6px 0 0;font-size:14px;opacity:.8;line-height:1.5}.home-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 24px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;border:1px solid transparent;font-family:inherit}.home-btn-primary{background:var(--brand,#145c5a);color:#fff;border-color:var(--brand,#145c5a)}.home-btn-primary:hover{background:var(--brand-dark,#0d403f);border-color:var(--brand-dark,#0d403f);box-shadow:0 4px 16px rgba(20,92,90,.3)}.home-btn-outline{background:#fff;color:#1f2329;border-color:#d9d9d2}.home-btn-outline:hover{border-color:#bbb;box-shadow:0 2px 12px rgba(0,0,0,.06)}.home-section{max-width:1200px;margin:0 auto;padding:80px 24px}.home-section-header{text-align:center;margin-bottom:48px}.home-section-label{display:inline-flex;align-items:center;color:var(--brand,#145c5a);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-section-header h2{margin:14px 0 0;font-size:36px;font-weight:700;color:#1f2329}.home-section-header p{margin:14px auto 0;max-width:540px;font-size:16px;color:#646a73;line-height:1.7}.home-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.home-overview-card{display:flex;flex-direction:column;padding:32px 28px;border:1px solid #e5e6eb;border-radius:16px;background:#fff;text-decoration:none;color:#1f2329;transition:all .3s cubic-bezier(.22,1,.36,1)}.home-overview-card:hover{border-color:rgba(20,92,90,.3);box-shadow:0 8px 32px rgba(0,0,0,.07);transform:translateY(-4px)}.home-overview-card-top{flex:1 1}.home-overview-card-icon{font-size:36px;margin-bottom:18px;display:block}.home-overview-card h3{margin:0;font-size:20px;font-weight:700}.home-overview-card p{margin:10px 0 0;font-size:14px;color:#646a73;line-height:1.7}.home-overview-card-arrow{margin-top:24px;font-size:14px;font-weight:600;color:var(--brand,#145c5a);display:inline-flex;align-items:center;gap:4px;transition:gap .2s ease}.home-overview-card:hover .home-overview-card-arrow{gap:8px}.home-showcase{padding:0 24px}.home-showcase-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);grid-gap:64px;gap:64px;align-items:center;max-width:1200px;margin:0 auto;padding:72px 0}.home-showcase.reversed .home-showcase-inner{direction:rtl}.home-showcase.reversed .home-showcase-inner>*{direction:ltr}.home-showcase-eyebrow{display:inline-flex;font-size:13px;font-weight:700;color:var(--brand,#145c5a);letter-spacing:.04em;text-transform:uppercase}.home-showcase-title{margin:14px 0 0;font-size:clamp(30px,4vw,42px);font-weight:700;line-height:1.15;color:#1f2329}.home-showcase-subtitle{margin:10px 0 0;font-size:18px;font-weight:600;color:#4e5969}.home-showcase-desc{margin:16px 0 0;font-size:16px;color:#646a73;line-height:1.75;max-width:480px}.home-showcase-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.home-showcase-tag{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;background:rgba(20,92,90,.06);color:var(--brand,#145c5a);font-size:13px;font-weight:600}.home-showcase-actions{margin-top:28px}.home-resources-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.home-resources-card{padding:32px 28px;border:1px solid #e5e6eb;border-radius:16px;background:#fff;transition:all .3s cubic-bezier(.22,1,.36,1)}.home-resources-card:hover{border-color:rgba(20,92,90,.3);box-shadow:0 8px 32px rgba(0,0,0,.06);transform:translateY(-3px)}.home-resources-card-icon{font-size:28px;margin-bottom:16px}.home-resources-card h3{margin:0;font-size:20px;font-weight:700;color:#1f2329}.home-resources-card p{margin:10px 0 0;font-size:15px;color:#646a73;line-height:1.7}.home-contact-inner{display:grid;grid-template-columns:1fr auto;grid-gap:48px;gap:48px;align-items:center;padding:48px;border-radius:20px;border:1px solid #e5e6eb;background:linear-gradient(135deg,rgba(20,92,90,.03),rgba(199,121,45,.02)),#fff;box-shadow:0 4px 24px rgba(0,0,0,.04)}.home-contact-copy h2{margin:12px 0 0;font-size:32px;font-weight:700;color:#1f2329}.home-contact-copy p{margin:12px 0 0;color:#646a73;font-size:16px;line-height:1.75;max-width:520px}.home-contact-list{margin:18px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 28px;gap:10px 28px}.home-contact-list li{font-size:15px;font-weight:500;color:#1f2329}.home-contact-qr{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.home-contact-qr img{border-radius:14px;border:1px solid #e5e6eb;box-shadow:0 4px 16px rgba(0,0,0,.06);object-fit:cover}.home-contact-qr span{font-size:13px;color:#86909c;font-weight:500}.home-footer{border-top:1px solid #e5e6eb;background:#fafbfc}.home-footer-inner{max-width:1200px;margin:0 auto;padding:56px 24px 32px}.home-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}.home-footer-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#1f2329;margin-bottom:12px}.home-footer-tagline{margin:0;font-size:14px;color:#86909c;line-height:1.6}.home-footer-col h4{margin:0 0 16px;font-size:14px;font-weight:600;color:#86909c;text-transform:uppercase;letter-spacing:.05em}.home-footer-col a{display:block;font-size:14px;color:#4e5969;text-decoration:none;padding:5px 0;transition:color .15s ease}.home-footer-col a:hover{color:var(--brand,#145c5a)}.home-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;margin-top:40px;border-top:1px solid #e5e6eb;font-size:13px;color:#86909c}.home-footer-bottom a{color:#86909c;text-decoration:none;transition:color .15s ease}.home-footer-bottom a:hover{color:#4e5969}.blog-page{background:#fff;min-height:100vh;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#1f2329}.blog-hero{text-align:center;padding:80px 24px 48px;max-width:700px;margin:0 auto}.blog-hero h1{margin:16px 0 0;font-size:42px;font-weight:800;color:#1f2329}.blog-hero p{margin:16px 0 0;font-size:17px;color:#646a73;line-height:1.7}.blog-content{max-width:900px;margin:0 auto;padding:0 24px 80px}.blog-grid{display:grid;grid-gap:16px;gap:16px}.blog-card{display:block;padding:28px;border:1px solid #e5e6eb;border-radius:16px;background:#fff;text-decoration:none;color:#1f2329;transition:all .3s cubic-bezier(.22,1,.36,1)}.blog-card:hover{border-color:rgba(20,92,90,.3);box-shadow:0 8px 28px rgba(0,0,0,.06);transform:translateY(-2px)}.blog-card-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.blog-card-tag{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:6px;background:rgba(20,92,90,.06);color:var(--brand,#145c5a);font-size:12px;font-weight:600}.blog-card-date{font-size:13px;color:#86909c}.blog-card h3{margin:0;font-size:20px;font-weight:700}.blog-card p{margin:8px 0 0;font-size:15px;color:#646a73;line-height:1.7}.blog-card-footer{margin-top:16px;font-size:14px;font-weight:600;color:var(--brand,#145c5a)}@media (max-width:860px){.home-nav-menu{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;flex-direction:column;align-items:stretch;background:#fff;padding:16px;gap:4px;border-top:1px solid #e5e6eb;z-index:99;overflow-y:auto}.home-mobile-toggle,.home-nav-menu.open{display:flex}.home-nav-link{justify-content:flex-start;height:48px;padding:0 16px;font-size:16px}.home-nav-dropdown-menu{position:static;transform:none;min-width:0;width:100%;box-shadow:none;border:1px solid #e5e6eb;margin-top:4px;animation:none}.home-nav-dropdown-menu:before{display:none}.home-hero{padding:56px 20px 48px}.home-hero-title{font-size:36px}.home-hero-subtitle{font-size:16px}.home-hero-cards{grid-template-columns:1fr;gap:12px}.home-hero-card{min-height:120px}.home-overview-grid,.home-resources-grid,.home-showcase-inner{grid-template-columns:1fr}.home-showcase-inner{gap:32px}.home-showcase.reversed .home-showcase-inner{direction:ltr}.home-section-header h2,.home-showcase-title{font-size:28px}.home-contact-inner{grid-template-columns:1fr;text-align:center;padding:32px 20px;gap:32px}.home-contact-list{grid-template-columns:1fr;justify-items:center}.home-contact-qr{justify-self:center}.home-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.blog-hero h1{font-size:32px}}@media (max-width:640px){.home-hero-actions{flex-direction:column;align-items:center}.home-hero-actions .home-btn{width:100%;max-width:280px}.home-footer-grid{grid-template-columns:1fr;gap:24px}.home-footer-bottom{flex-direction:column;gap:8px;text-align:center}}.coming-soon-toast{position:fixed;top:80px;left:50%;transform:translateX(-50%);z-index:9999;display:flex;align-items:center;gap:10px;padding:14px 24px;border-radius:12px;background:#fff;border:1px solid #e5e6eb;box-shadow:0 8px 32px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.04);font-size:15px;font-weight:600;color:#1f2329;white-space:nowrap;animation:toast-slide-in .3s cubic-bezier(.22,1,.36,1)}.coming-soon-toast-icon{font-size:18px}@keyframes toast-slide-in{0%{opacity:0;transform:translateX(-50%) translateY(-12px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.home-hero-card.full-width{grid-column:span 3;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;min-height:120px;background:linear-gradient(135deg,#164e63,#0f2730 50%,#081216);border:1px solid rgba(255,255,255,.12);position:relative;overflow:hidden}.home-hero-card.full-width:before{content:"";position:absolute;top:-50%;left:-20%;width:60%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.15) 0,transparent 60%);transform:rotate(-15deg);pointer-events:none}.home-hero-card-left{display:flex;flex-direction:column;max-width:75%;text-align:left}.home-hero-card-left .home-hero-card-display{margin-top:8px}.home-hero-card-right{display:flex;align-items:center;z-index:1}.home-hero-card-arrow-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:20px;font-size:14px;font-weight:600;color:#fff;transition:all .25s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap}.home-hero-card.full-width:hover .home-hero-card-arrow-btn{background:#fff;color:#164e63;border-color:#fff;transform:translateX(4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-wiki-overview-card:hover{border-color:rgba(22,78,99,.3)!important}.product-wiki-overview-card:hover .home-overview-card-arrow{color:#164e63!important}.home-overview-grid{grid-template-columns:repeat(4,1fr)!important}@media (max-width:1024px){.home-overview-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:860px){.home-hero-card.full-width{grid-column:span 1!important;flex-direction:column;align-items:flex-start;gap:16px;padding:24px}.home-hero-card-left{max-width:100%}.home-hero-card-arrow-btn,.home-hero-card-right{width:100%}}@media (max-width:600px){.home-overview-grid{grid-template-columns:1fr!important}}