:root{--primary: #025299;--primary-rgb: 2, 82, 153;--primary-light: #e6f0f9;--primary-dark: #003d73;--secondary: #00b8a9;--secondary-light: #e6f8f7;--accent: #f7931e;--text-primary: #1a202c;--text-secondary: #4a5568;--text-muted: #718096;--bg-white: #ffffff;--bg-light: #f7f9fc;--bg-gray: #edf2f7;--border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgba(2, 82, 153, .05);--shadow: 0 4px 6px -1px rgba(2, 82, 153, .1), 0 2px 4px -1px rgba(2, 82, 153, .06);--shadow-lg: 0 10px 15px -3px rgba(2, 82, 153, .1), 0 4px 6px -2px rgba(2, 82, 153, .05);--shadow-xl: 0 20px 25px -5px rgba(2, 82, 153, .1), 0 10px 10px -5px rgba(2, 82, 153, .04)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-light);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;background:#ffffffe6;backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.6);z-index:1000;box-shadow:var(--shadow-sm);transition:all .3s ease}.container[data-astro-cid-3ef6ksr2]{max-width:1400px;margin:0 auto;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem;color:var(--primary)}.logo-img[data-astro-cid-3ef6ksr2]{height:40px;width:auto;object-fit:contain}.logo-text[data-astro-cid-3ef6ksr2]{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.nav[data-astro-cid-3ef6ksr2]{display:flex;gap:2rem}.nav-link[data-astro-cid-3ef6ksr2]{font-size:.95rem;color:var(--text-secondary);transition:color .2s;font-weight:500}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--primary)}@media (max-width: 768px){.nav[data-astro-cid-3ef6ksr2]{display:none}}.hero[data-astro-cid-bbe6dxrz]{padding:160px 0 100px;position:relative;overflow:hidden;background-color:#f8fafc}.hero-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-image:radial-gradient(at 100% 0%,rgba(230,240,255,.8) 0px,transparent 50%),radial-gradient(at 0% 0%,rgba(230,248,247,.8) 0px,transparent 50%),linear-gradient(rgba(2,82,153,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(2,82,153,.03) 1px,transparent 1px);background-size:100% 100%,100% 100%,40px 40px,40px 40px;z-index:0}.container[data-astro-cid-bbe6dxrz]{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.badge[data-astro-cid-bbe6dxrz]{display:inline-block;padding:.5rem 1rem;background:#0066cc1a;color:var(--primary);border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.hero-title[data-astro-cid-bbe6dxrz]{font-size:3.5rem;font-weight:800;line-height:1.15;color:var(--text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.highlight[data-astro-cid-bbe6dxrz]{display:block;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc[data-astro-cid-bbe6dxrz]{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.7;max-width:90%}.hero-stats[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:2rem;margin-bottom:3rem;background:#fff9;backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:16px;border:1px solid rgba(255,255,255,.5);display:inline-flex}.stat-item[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column}.stat-divider[data-astro-cid-bbe6dxrz]{width:1px;height:40px;background:var(--border)}.stat-number[data-astro-cid-bbe6dxrz]{font-size:2rem;font-weight:700;color:var(--primary);line-height:1;margin-bottom:.25rem}.stat-label[data-astro-cid-bbe6dxrz]{font-size:.85rem;color:var(--text-muted);font-weight:500}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem}.btn-primary[data-astro-cid-bbe6dxrz]{padding:.875rem 2rem;background:var(--primary);color:#fff;border-radius:12px;font-weight:600;transition:all .2s;box-shadow:0 4px 6px -1px #06c3}.btn-primary[data-astro-cid-bbe6dxrz]:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0066cc4d}.btn-secondary[data-astro-cid-bbe6dxrz]{padding:.875rem 2rem;background:#fff;color:var(--text-primary);border:1px solid var(--border);border-radius:12px;font-weight:600;transition:all .2s}.btn-secondary[data-astro-cid-bbe6dxrz]:hover{background:var(--bg-gray);border-color:var(--text-muted)}.hero-visual[data-astro-cid-bbe6dxrz]{height:500px;display:flex;align-items:center;justify-content:center}.visual-content[data-astro-cid-bbe6dxrz]{position:relative;width:400px;height:400px;display:flex;align-items:center;justify-content:center}.orbit[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;border:1px dashed rgba(2,82,153,.2);animation:spin 20s linear infinite}.orbit-1[data-astro-cid-bbe6dxrz]{width:200px;height:200px;border-color:#0252994d;animation-duration:15s}.orbit-2[data-astro-cid-bbe6dxrz]{width:300px;height:300px;animation-duration:25s;animation-direction:reverse}.orbit-3[data-astro-cid-bbe6dxrz]{width:400px;height:400px;border-style:solid;border-width:1px;opacity:.1}.center-piece[data-astro-cid-bbe6dxrz]{width:80px;height:80px;background:var(--primary);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 30px #0252994d;position:relative;z-index:10;animation:float 6s ease-in-out infinite}.center-icon[data-astro-cid-bbe6dxrz]{width:40px;height:40px}.floating-card[data-astro-cid-bbe6dxrz]{position:absolute;background:#fff;padding:.75rem 1.25rem;border-radius:12px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;color:var(--text-primary);animation:float 5s ease-in-out infinite;z-index:5}.card-icon-small[data-astro-cid-bbe6dxrz]{width:32px;height:32px;background:var(--primary-light);color:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.card-1[data-astro-cid-bbe6dxrz]{top:20%;right:10%;animation-delay:0s}.card-2[data-astro-cid-bbe6dxrz]{bottom:20%;right:20%;animation-delay:1.5s}.card-3[data-astro-cid-bbe6dxrz]{top:40%;left:0%;animation-delay:2.5s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 968px){.container[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center}.hero-bg[data-astro-cid-bbe6dxrz]{background-size:100% 100%,100% 100%,20px 20px,20px 20px}.hero-title[data-astro-cid-bbe6dxrz]{font-size:2.5rem}.hero-desc[data-astro-cid-bbe6dxrz]{margin-left:auto;margin-right:auto}.hero-stats[data-astro-cid-bbe6dxrz]{justify-content:center;width:100%}.hero-actions[data-astro-cid-bbe6dxrz]{justify-content:center}.hero-visual[data-astro-cid-bbe6dxrz]{height:300px;margin-top:2rem}.visual-content[data-astro-cid-bbe6dxrz]{transform:scale(.7)}}.architecture[data-astro-cid-4gd5y3do]{padding:80px 0;background:var(--bg-white)}.container[data-astro-cid-4gd5y3do]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title[data-astro-cid-4gd5y3do]{text-align:center;font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.section-desc[data-astro-cid-4gd5y3do]{text-align:center;font-size:1.1rem;color:var(--text-muted);margin-bottom:4rem}.arch-diagram[data-astro-cid-4gd5y3do]{display:flex;flex-direction:column;gap:0}.arch-layer[data-astro-cid-4gd5y3do]{background:var(--bg-light);border-radius:20px;padding:1.5rem 2rem;border:1px solid var(--border);transition:all .3s ease;box-shadow:var(--shadow-sm)}.arch-layer[data-astro-cid-4gd5y3do]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.layer-1[data-astro-cid-4gd5y3do]{border-color:#7180964d;background:linear-gradient(135deg,#f7f9fc,#edf2f7)}.layer-2[data-astro-cid-4gd5y3do]{border-color:#0252994d;background:linear-gradient(135deg,#e6f0f9,#cfe2f3)}.layer-3[data-astro-cid-4gd5y3do]{border-color:#f7931e4d;background:linear-gradient(135deg,#fffaf0,#feebc8)}.layer-4[data-astro-cid-4gd5y3do]{border-color:#00b8a94d;background:linear-gradient(135deg,#e6f8f7,#b2f5ea)}.layer-header[data-astro-cid-4gd5y3do]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.layer-badge[data-astro-cid-4gd5y3do]{display:inline-block;padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;background:var(--primary);color:#fff}.layer-badge[data-astro-cid-4gd5y3do].secondary{background:var(--secondary)}.layer-badge[data-astro-cid-4gd5y3do].accent{background:var(--accent)}.layer-badge[data-astro-cid-4gd5y3do].foundation{background:#64748b}.layer-desc[data-astro-cid-4gd5y3do]{font-size:.9rem;color:var(--text-muted)}.layer-products[data-astro-cid-4gd5y3do]{display:flex;flex-wrap:wrap;gap:.75rem}.layer-products-container[data-astro-cid-4gd5y3do]{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:1.5rem}.arch-sub-group[data-astro-cid-4gd5y3do]{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;background:#fff6}.dashed-box[data-astro-cid-4gd5y3do]{border:1px dashed rgba(2,82,153,.3);transition:all .3s ease}.dashed-box[data-astro-cid-4gd5y3do]:hover{border-color:#02529999;background:#fffc}.sub-products-list[data-astro-cid-4gd5y3do]{display:flex;flex-wrap:wrap;gap:.5rem}.arch-sub-product[data-astro-cid-4gd5y3do]{font-size:.85rem;color:var(--text-secondary);padding:.25rem .75rem;background:#fff;border-radius:6px;text-decoration:none;transition:all .2s;border:1px solid transparent;opacity:.9;white-space:nowrap}.arch-sub-product[data-astro-cid-4gd5y3do]:hover{color:var(--primary);background:#fff;box-shadow:0 2px 4px #0252991a;transform:translateY(-1px);opacity:1;border-color:#02529933}.arch-product[data-astro-cid-4gd5y3do]{display:inline-block;padding:.5rem 1.25rem;background:#fff;border-radius:8px;font-size:.9rem;color:var(--text-primary);border:1px solid var(--border);transition:all .2s;cursor:pointer}.arch-product[data-astro-cid-4gd5y3do]:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.arch-arrow[data-astro-cid-4gd5y3do]{display:flex;justify-content:center;padding:.5rem 0;color:var(--text-muted)}.arch-arrow[data-astro-cid-4gd5y3do] svg[data-astro-cid-4gd5y3do]{width:24px;height:24px}@media (max-width: 768px){.layer-header[data-astro-cid-4gd5y3do]{flex-direction:column;align-items:flex-start;gap:.5rem}.layer-products-container[data-astro-cid-4gd5y3do]{flex-direction:column;align-items:flex-start;gap:1rem}.arch-sub-group[data-astro-cid-4gd5y3do]{width:100%}}.product-section[data-astro-cid-ww43nytm]{padding:80px 0}.bg-white[data-astro-cid-ww43nytm]{background:var(--bg-white)}.bg-light[data-astro-cid-ww43nytm]{background:var(--bg-light)}.bg-primary[data-astro-cid-ww43nytm]{background:linear-gradient(135deg,#e6f0f9,#cfe2f3)}.bg-secondary[data-astro-cid-ww43nytm]{background:linear-gradient(135deg,#e6f8f7,#b2f5ea)}.container[data-astro-cid-ww43nytm]{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header[data-astro-cid-ww43nytm]{margin-bottom:3rem}.section-title[data-astro-cid-ww43nytm]{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.section-subtitle[data-astro-cid-ww43nytm]{font-size:1.05rem;color:var(--text-muted)}.section-content[data-astro-cid-ww43nytm]{display:grid;gap:2rem}.product-card[data-astro-cid-tjdfhdqb]{background:#fff;border-radius:20px;padding:2rem;border:1px solid rgba(226,232,240,.8);transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.product-card[data-astro-cid-tjdfhdqb]:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px);border-color:rgba(var(--primary-rgb),.2)}.product-card[data-astro-cid-tjdfhdqb].highlight{border:2px solid var(--primary);box-shadow:0 10px 15px -3px #0252991a,0 4px 6px -2px #0252990d}.card-header[data-astro-cid-tjdfhdqb]{display:flex;gap:1.25rem;margin-bottom:1.5rem}.card-icon[data-astro-cid-tjdfhdqb]{width:64px;height:64px;min-width:64px;background:var(--primary-light);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--primary);transition:all .3s ease}.product-card[data-astro-cid-tjdfhdqb]:hover .card-icon[data-astro-cid-tjdfhdqb]{transform:scale(1.05) rotate(3deg);background:var(--primary);color:#fff}.card-icon[data-astro-cid-tjdfhdqb] svg{width:32px;height:32px}.card-info[data-astro-cid-tjdfhdqb]{flex:1}.card-title-link[data-astro-cid-tjdfhdqb]{display:block;color:var(--text-primary);text-decoration:none;transition:color .2s}.card-title-link[data-astro-cid-tjdfhdqb]:hover{color:var(--primary)}.card-title[data-astro-cid-tjdfhdqb]{font-size:1.25rem;font-weight:600;color:inherit;margin-bottom:.5rem;line-height:1.4}.card-desc[data-astro-cid-tjdfhdqb]{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.features-title[data-astro-cid-tjdfhdqb]{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.card-features[data-astro-cid-tjdfhdqb]{margin-bottom:1.5rem}.features-list[data-astro-cid-tjdfhdqb]{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.feature-item[data-astro-cid-tjdfhdqb]{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary);background:var(--bg-gray);padding:.35rem .75rem;border-radius:20px;transition:all .2s}.product-card[data-astro-cid-tjdfhdqb]:hover .feature-item[data-astro-cid-tjdfhdqb]{background:var(--primary-light);color:var(--primary-dark)}.feature-check[data-astro-cid-tjdfhdqb]{width:16px;height:16px;color:var(--secondary)}.card-subproducts[data-astro-cid-tjdfhdqb]{margin-bottom:1.5rem;flex-grow:1}.subproducts-grid[data-astro-cid-tjdfhdqb]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.subproduct-item[data-astro-cid-tjdfhdqb]{background:var(--bg-gray);padding:.85rem 1rem;border-radius:12px;display:flex;flex-direction:column;gap:.35rem;text-decoration:none;transition:all .2s ease;border:1px solid transparent}.subproduct-item[data-astro-cid-tjdfhdqb]:hover{background:#fff;border-color:var(--primary);box-shadow:0 4px 6px -1px #0252991a}.subproduct-item[data-astro-cid-tjdfhdqb].clickable:hover{background:#fff;transform:translateY(-2px)}.subproduct-name[data-astro-cid-tjdfhdqb]{font-size:.95rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;justify-content:space-between}.subproduct-item[data-astro-cid-tjdfhdqb].clickable:hover .subproduct-name[data-astro-cid-tjdfhdqb]{color:var(--primary)}.arrow-icon[data-astro-cid-tjdfhdqb]{width:16px;height:16px;opacity:0;transform:translate(-5px);transition:all .2s;color:var(--primary)}.subproduct-item[data-astro-cid-tjdfhdqb].clickable:hover .arrow-icon[data-astro-cid-tjdfhdqb]{opacity:1;transform:translate(0)}.subproduct-desc[data-astro-cid-tjdfhdqb]{font-size:.85rem;color:var(--text-muted);line-height:1.4}.card-examples[data-astro-cid-tjdfhdqb]{background:linear-gradient(to bottom,var(--bg-light),white);margin:0 -2rem -2rem;padding:1.5rem 2rem;border-radius:0 0 20px 20px;border-top:1px solid var(--border)}.examples-list[data-astro-cid-tjdfhdqb]{display:flex;flex-direction:column;gap:.75rem}.example-item[data-astro-cid-tjdfhdqb]{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--text-secondary);padding:.5rem;background:#fff;border-radius:8px;border:1px solid transparent;transition:all .2s}.example-item[data-astro-cid-tjdfhdqb]:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}.example-icon[data-astro-cid-tjdfhdqb]{width:18px;height:18px;min-width:18px;color:var(--accent);margin-top:2px}.footer[data-astro-cid-sz7xmlte]{background:var(--text-primary);color:#fff;padding:60px 0 30px}.container[data-astro-cid-sz7xmlte]{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 2fr;gap:4rem;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.logo-img[data-astro-cid-sz7xmlte]{height:32px;width:auto;object-fit:contain}.logo-text[data-astro-cid-sz7xmlte]{font-size:1.1rem;font-weight:600}.footer-desc[data-astro-cid-sz7xmlte]{color:#fff9;font-size:.9rem}.footer-links[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.link-group[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:.9rem;font-weight:600;margin-bottom:1rem;color:#fffc}.link-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.link-group[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{display:block;font-size:.85rem;color:#ffffff80;margin-bottom:.5rem;transition:color .2s}.link-group[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:30px;text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.8rem;color:#fff6}@media (max-width: 768px){.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem}}.products-grid[data-astro-cid-j7pv25f6]{display:grid;gap:2rem}.products-grid[data-astro-cid-j7pv25f6].two-col{grid-template-columns:repeat(2,1fr)}.products-grid[data-astro-cid-j7pv25f6].three-col{grid-template-columns:repeat(3,1fr)}.foundation-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1fr 1.4fr;gap:2rem}.foundation-col-left[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:2rem}.foundation-col-right[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column}.mt-4[data-astro-cid-j7pv25f6]{margin-top:2rem}@media (max-width: 1024px){.products-grid[data-astro-cid-j7pv25f6].three-col{grid-template-columns:repeat(2,1fr)}.foundation-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}}@media (max-width: 768px){.products-grid[data-astro-cid-j7pv25f6].two-col,.products-grid[data-astro-cid-j7pv25f6].three-col{grid-template-columns:1fr}}
