@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#0b1220;background-color:#f6f7fb}*{box-sizing:border-box}body{margin:0;background:#f6f7fb;color:inherit;overflow-y:scroll}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{width:min(1120px,92%);margin:0 auto}.page{padding-bottom:80px}.section{padding:80px 0}.section-muted{background:#fff}.eyebrow{text-transform:uppercase;font-size:.78rem;letter-spacing:.2em;color:#5c6b85;margin-bottom:12px}.lead{font-size:1.1rem;color:#3b475d;line-height:1.6}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;border:1px solid transparent;font-weight:600;cursor:pointer;gap:8px}.button.primary{background:#1a4bff;color:#fff;box-shadow:0 12px 24px #1a4bff33}.button.ghost{border-color:#c9d3e7;color:#1a4bff;background:#fff}.site-header{position:sticky;top:0;z-index:10;background:#fffffff2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #e6eaf2}.header-inner{display:flex;align-items:stretch;justify-content:space-between;gap:24px;padding:20px 0;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:14px;width:100%;border-radius:14px;padding:10px 14px;background:#fff}.brand-badge{margin-left:auto;width:106px;height:auto;object-fit:contain}.brand-badge-link{display:inline-flex;align-items:center;margin-left:auto}.brand-mark{width:160px;height:auto;border-radius:6px;object-fit:contain}.brand-title{font-weight:700;font-size:1.5rem;margin:0}.brand-subtitle{margin:4px 0 0;font-size:1.25rem;color:#5c6b85}.site-nav{display:flex;gap:14px;flex-wrap:nowrap;align-items:center}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-wrap:nowrap;justify-content:flex-end}.site-search{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.site-search input{border:1px solid #d5dbe7;border-radius:999px;padding:10px 14px;font-size:.9rem;min-width:200px}.empty-state{background:#fff;padding:28px;border-radius:18px;box-shadow:0 14px 30px #0f172a0f;text-align:center}.nav-link{font-size:.9rem;padding:8px 14px;border-radius:999px;color:#3b475d;transition:all .2s ease;white-space:nowrap}.nav-link.active,.nav-link:hover{background:#f0f4ff;color:#1a4bff}.hero{padding:90px 0 70px}.hero-grid{display:grid;gap:32px;align-items:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hero-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 24px 50px #0f172a14}.hero-card img{width:100%;height:auto;object-fit:contain;background:#fff}.hero-card-content{padding:20px 22px 26px}.hero-card-title{margin:0 0 6px;font-weight:600}.hero-card-text{margin:0;color:#5c6b85}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.highlight-grid,.product-grid,.logo-grid,.resource-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.partner-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.partner-card{background:#fff;padding:28px;border-radius:18px;box-shadow:0 14px 30px #0f172a0f;display:grid;gap:12px;min-height:220px;align-items:center;justify-items:center;text-align:center;color:inherit}.partner-card img{width:100%;max-width:220px;height:120px;object-fit:contain}.partner-card p{margin:0;font-weight:600}.highlight-card,.resource-card,.contact-card{background:#fff;padding:24px;border-radius:18px;box-shadow:0 14px 30px #0f172a0f}.video-card{background:#fff;border-radius:22px;box-shadow:0 14px 30px #0f172a0f;overflow:hidden;display:grid;gap:18px}.video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#0b1220}.video-frame video{width:100%;height:100%;display:block;object-fit:cover}.video-card-body{padding:0 24px 24px}.video-card-body h3{margin:0 0 8px}.video-card-body p{margin:0;color:#5c6b85}.product-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 14px 30px #0f172a0f;display:flex;flex-direction:column;gap:0;max-width:260px;justify-self:center}.product-card img{height:140px;object-fit:contain;background:#fff;padding:16px}.product-card div{padding:14px 14px 18px;display:flex;flex-direction:column;flex:1 1 auto}.product-title{font-weight:600;margin:0 0 6px}.product-text{margin:0 0 12px;color:#5c6b85;line-height:1.5}.product-tag{display:inline-flex;padding:6px 12px;border-radius:999px;background:#f0f4ff;color:#1a4bff;font-size:.75rem;font-weight:600;align-self:flex-start;margin-top:auto}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:26px}.detail-grid{display:grid;gap:32px;align-items:center;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.detail-media{background:#fff;border-radius:22px;padding:24px;box-shadow:0 14px 30px #0f172a0f;max-width:360px;width:100%;justify-self:start}.detail-list{margin:24px 0;padding-left:20px;color:#3b475d}.detail-note{margin:10px 0 0;font-weight:600;color:#2f3b52}.detail-actions{display:flex;flex-wrap:wrap;gap:12px}.about-grid,.split-grid{display:grid;gap:32px;align-items:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about-media img,.image-stack img{border-radius:20px;box-shadow:0 16px 32px #0f172a1a}.image-stack{display:grid;gap:16px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-top:24px}.stat-value{font-weight:700;font-size:1.4rem;margin:0}.stat-label{margin:6px 0 0;color:#5c6b85;font-size:.9rem}.contact-grid{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.contact-form{background:#fff;border-radius:20px;padding:26px;display:grid;gap:16px;box-shadow:0 14px 30px #0f172a0f}.contact-form label{display:grid;gap:6px;font-weight:600;color:#3b475d}.contact-form input,.contact-form textarea{border-radius:12px;border:1px solid #d7dfef;padding:10px 12px;font-size:.95rem}.contact-cards{display:grid;gap:16px;margin-top:24px}.contact-title{font-weight:600;margin:0 0 6px}.contact-text{margin:0;color:#5c6b85}.contact-text+.contact-text{margin-top:12px}.cta-banner{margin-top:32px;background:#0b1220;color:#fff;padding:28px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.logo-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.logo-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;justify-content:center;min-height:120px;box-shadow:0 14px 30px #0f172a0f}.resource-card h3{margin:0 0 8px}.doc-list{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:10px}.doc-link{display:inline-block;color:#1a4bff;font-weight:600;text-decoration:none;line-height:1.4}.doc-part-number{display:block;margin-top:4px;font-size:.9rem;color:#5c6b85;letter-spacing:.02em;white-space:pre-line}.doc-link:hover{text-decoration:underline}.site-footer{background:#0b1220;color:#d6deef;padding:40px 0}.footer-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.footer-title{color:#fff;font-weight:600;margin:0 0 8px}.footer-text{margin:0;color:#c3cbe0}.footer-copyright{border-top:1px solid #1a2a42;margin-top:30px;padding-top:20px;text-align:center;font-size:.875rem;color:#9ca5bc}.footer-copyright p{margin:0}@media(max-width:720px){.header-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.site-nav{width:100%;flex-wrap:wrap;gap:8px}.site-search{width:100%}.site-search input{width:100%;min-width:0}.nav-link{padding:6px 10px}}.chat-window{background:#fff;border-radius:20px;box-shadow:0 14px 40px #0f172a14;display:flex;flex-direction:column;overflow:hidden;width:100%;height:620px}.chat-messages{flex:1;padding:28px 24px 20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scroll-behavior:smooth;min-height:0}.chat-bubble{display:flex;flex-direction:column;gap:4px;max-width:80%}@keyframes chat-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-bubble--enter{animation:chat-enter .2s ease-out both}.chat-bubble-meta{display:flex;align-items:baseline;gap:8px}.chat-bubble--user{align-self:flex-end;align-items:flex-end}.chat-bubble--assistant{align-self:flex-start;align-items:flex-start}.chat-bubble-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#5c6b85}.chat-bubble-time{font-size:.68rem;color:#9ca5bc;font-weight:400}.chat-bubble-text{background:#f0f4ff;border-radius:16px 16px 16px 4px;padding:12px 16px;font-size:.95rem;line-height:1.6;color:#0b1220;white-space:pre-wrap}.chat-copy-btn{align-self:flex-start;margin-top:2px;background:none;border:1px solid #d5dbe7;border-radius:6px;padding:2px 10px;font-size:.72rem;color:#5c6b85;cursor:pointer;transition:background .15s,color .15s}.chat-copy-btn:hover{background:#f0f4ff;color:#1a4bff;border-color:#1a4bff}.chat-starters{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0 8px}.chat-starter-chip{background:#f0f4ff;border:1px solid #c7d2f5;border-radius:20px;padding:6px 14px;font-size:.82rem;color:#1a4bff;cursor:pointer;transition:background .15s,border-color .15s;text-align:left}.chat-starter-chip:hover{background:#dce6ff;border-color:#1a4bff}.chat-bubble--user .chat-bubble-text{background:#1a4bff;color:#fff;border-radius:16px 16px 4px}.chat-typing{display:flex;gap:5px;padding:14px 16px;background:#f0f4ff;border-radius:16px 16px 16px 4px}.chat-typing span{width:7px;height:7px;border-radius:50%;background:#1a4bff;opacity:.5;animation:chat-bounce 1.2s infinite ease-in-out}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chat-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}.chat-error{background:#fff1f1;border:1px solid #fecaca;border-radius:12px;padding:12px 16px;font-size:.9rem;color:#b91c1c}.chat-error a{color:#b91c1c;text-decoration:underline}.chat-session-ended{margin:8px 0;background:#f0f4ff;border:1px solid #c7d2f5;border-radius:14px;padding:20px 24px;text-align:center;animation:chat-enter .25s ease-out both}.chat-session-ended p{margin:0 0 14px;font-size:.95rem;color:#5c6b85}.chat-session-ended-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.chat-retry-btn{display:inline-block;margin-left:10px;background:#b91c1c;color:#fff;border:none;border-radius:8px;padding:4px 12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.chat-retry-btn:hover{background:#991b1b}.chat-input-row{display:flex;gap:10px;padding:12px 20px 14px;border-top:1px solid #e6eaf2;align-items:flex-end}.chat-input{flex:1;border:1px solid #d5dbe7;border-radius:14px;padding:10px 14px;font-size:.95rem;font-family:inherit;resize:none;line-height:1.5;color:#0b1220;background:#f6f7fb;transition:border-color .2s;overflow-y:hidden;min-height:42px;max-height:140px}.chat-input:focus{outline:none;border-color:#1a4bff;background:#fff}.chat-input-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.chat-char-count{font-size:.7rem;color:#9ca5bc;min-width:40px;text-align:right}.chat-char-count--warn{color:#e07b00;font-weight:600}.chat-clear-btn{background:none;border:1px solid #d5dbe7;border-radius:8px;width:34px;height:34px;font-size:1.1rem;color:#5c6b85;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.chat-clear-btn:hover{background:#f0f4ff;color:#1a4bff;border-color:#1a4bff}.chat-send-btn{flex-shrink:0;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:12px}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.chat-disclaimer{margin-top:16px;font-size:.8rem;color:#9ca5bc;width:100%}.chat-disclaimer a{color:#5c6b85;text-decoration:underline}
