:root{--color-brand: #0a0e1a;--color-brand-hover: #1e293b;--color-accent: #2563eb;--color-accent-subtle: #eff6ff;--bg-app: #ffffff;--bg-subtle: #f8fafc;--bg-surface: #ffffff;--bg-surface-elevated: #f1f5f9;--bg-surface-hover: #e2e8f0;--bg-glass: rgba(255, 255, 255, .88);--border-subtle: #dcdfe4;--border-medium: #cbd5e1;--border-strong: #0a0e1a;--text-primary: #0a0e1a;--text-secondary: #475569;--text-muted: #94a3b8;--text-inverse: #ffffff;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-pill: 9999px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 5rem;--container-max-width: 1200px;--nav-height: 52px;--font-family: "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.75rem;--font-size-3xl: 2.25rem;--font-size-4xl: 3.25rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .05);--glass-blur: blur(12px);--transition-fast: .15s ease;--transition-normal: .2s ease;--z-base: 1;--z-nav: 500;--z-drawer: 900;--z-modal: 1000}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:inherit}html{color-scheme:light;scroll-behavior:smooth;overflow-x:clip}body{min-height:100vh;background-color:var(--bg-app);color:var(--text-primary);font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:var(--font-family);border:none;background:none}button{cursor:pointer}.container{width:90%;max-width:var(--container-max-width);margin-left:auto;margin-right:auto}.navbar-header{position:sticky;top:1.25rem;width:90%;max-width:var(--container-max-width);margin:1.25rem auto 0;padding:.65rem 1.25rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-md);display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#0f172aa6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 32px #0000004d;z-index:var(--z-nav)}.navbar-brand{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.navbar-brand:hover{opacity:.92;transform:translateY(-1px)}.navbar-brand-wordmark{display:inline-flex;align-items:center;font-family:var(--font-sans);font-size:1.35rem;font-weight:800;letter-spacing:.05em;color:#fff;line-height:1}.brand-char{color:#fff;display:inline-block;line-height:1}.navbar-brand-v-icon{height:.7em;width:29%;object-fit:contain;display:inline-block;filter:brightness(0) invert(1);margin:0 .04em;transform:translateY(.01em);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.navbar-brand:hover .navbar-brand-v-icon{transform:translateY(-.03em) scale(1.06)}.navbar-actions-desktop{display:inline-flex;align-items:center;gap:var(--space-sm)}.btn-navbar-secondary{display:inline-flex;align-items:center;padding:.45rem .95rem;background-color:#ffffff14;color:#fff;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background-color var(--transition-fast),border-color var(--transition-fast);white-space:nowrap;text-decoration:none}.btn-navbar-secondary:hover{background-color:#ffffff29;border-color:#ffffff61}.btn-navbar-cta{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem 1rem;background-color:#fff;color:#0f172a;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);border-radius:var(--radius-sm);border:1px solid #ffffff;transition:background-color var(--transition-fast);white-space:nowrap;text-decoration:none}.btn-navbar-cta:hover{background-color:#f1f5f9}.navbar-toggle-mobile{display:none;align-items:center;justify-content:center;color:#fff;padding:.35rem;border-radius:var(--radius-xs);transition:background-color var(--transition-fast)}.navbar-toggle-mobile:hover{background-color:#ffffff1f}.navbar-drawer-mobile{display:none}@media(max-width:640px){.navbar-header{top:.75rem;margin-top:.75rem;padding:.55rem 1rem}.navbar-logo-img{width:32px;height:32px}.navbar-actions-desktop{display:none}.navbar-toggle-mobile{display:flex}.navbar-drawer-mobile{display:block;position:absolute;top:calc(100% + 8px);left:0;right:0;background-color:#0f172af2;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-md);padding:.85rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 16px 36px #0006;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--transition-fast),transform var(--transition-fast),visibility var(--transition-fast);z-index:var(--z-drawer)}.navbar-drawer-mobile.is-open{opacity:1;visibility:visible;transform:translateY(0)}.navbar-drawer-content{display:flex;flex-direction:column;gap:.65rem}.mobile-full{width:100%;justify-content:center;padding:.7rem 1rem;font-size:var(--font-size-sm)}}.hero-section{position:relative;width:100%;min-height:100vh;margin-top:-5.5rem;padding-top:7rem;padding-bottom:3.5rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero-backdrop{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hero-backdrop-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:0;transition:opacity 1.5s ease-in-out;filter:saturate(1.15) brightness(.92)}.hero-backdrop-video.is-active{opacity:1}.hero-backdrop-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:1;transition:opacity .8s ease-in-out;filter:saturate(1.15) brightness(.92)}.hero-backdrop-img.is-hidden{opacity:0}.hero-backdrop-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0b1120ad,#0f172a7a 35%,#0b1120c7);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);pointer-events:none;z-index:1}.hero-container{position:relative;z-index:1;width:90%;max-width:var(--container-max-width);margin:2.5rem auto 0;display:flex;flex-direction:column;gap:2.25rem;flex:1;justify-content:center}.hero-top-row{display:flex;align-items:flex-end;justify-content:space-between;gap:2.5rem}.hero-header-left{max-width:680px}.hero-meta-row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-bottom:.85rem}.hero-meta-tag{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.72rem;font-weight:var(--font-weight-medium);letter-spacing:.04em;color:#e2e8f0;background-color:#ffffff14;padding:.28rem .65rem;border-radius:var(--radius-xs);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #0003}.meta-flag{font-size:.85rem;line-height:1}.hero-title{font-size:clamp(2rem,4.4vw,3.25rem);font-weight:var(--font-weight-bold);line-height:1.08;letter-spacing:-.05em;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.45)}.hero-actions-right{display:flex;align-items:center;gap:1rem;flex-shrink:0;padding-bottom:.35rem}.btn-hero-primary{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1.45rem;background-color:#fff;color:#0f172a;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);border-radius:var(--radius-sm);border:1px solid #ffffff;transition:background-color var(--transition-fast),transform var(--transition-fast);white-space:nowrap;box-shadow:0 4px 14px #0000004d;text-decoration:none}.btn-hero-primary:hover{background-color:#f1f5f9;border-color:#f1f5f9}.hero-email-link{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1.25rem;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:#fff;background-color:#ffffff14;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-sm);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all var(--transition-fast);white-space:nowrap;text-decoration:none}.hero-email-link:hover{background-color:#ffffff2e;border-color:#ffffff61;color:#fff}.hero-timeline-card{width:100%;background:linear-gradient(135deg,#ffffff1f,#0f172a61);backdrop-filter:blur(28px) saturate(1.8);-webkit-backdrop-filter:blur(28px) saturate(1.8);border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-md);padding:1.5rem 1.75rem;box-shadow:inset 0 1px 1px #ffffff59,0 24px 60px -12px #0000008c}.timeline-card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.15rem;border-bottom:1px solid rgba(255,255,255,.14);flex-wrap:wrap;gap:1rem}.timeline-title-area{display:flex;align-items:center;gap:.75rem}.timeline-badge{font-family:var(--font-mono);font-size:.68rem;font-weight:var(--font-weight-semibold);letter-spacing:.06em;color:#e2e8f0;background-color:#ffffff14;padding:.25rem .6rem;border-radius:var(--radius-xs);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.timeline-mode-title{font-size:var(--font-size-base);font-weight:var(--font-weight-bold);letter-spacing:-.02em;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.timeline-toggle-group{display:inline-flex;background-color:#00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:3px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.14);gap:3px}.timeline-toggle-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:#94a3b8;border-radius:var(--radius-xs);transition:all var(--transition-fast)}.timeline-toggle-btn:hover{color:#fff}.timeline-toggle-btn.is-active{background-color:#fff;color:#090d16;font-weight:var(--font-weight-bold);box-shadow:0 2px 8px #00000059}.timeline-flow-grid{display:grid;grid-template-columns:1fr auto 1.25fr auto 1fr;align-items:center;gap:1rem;padding:1.5rem 0 1.25rem}.timeline-node{background:#ffffff12;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-sm);padding:1.2rem 1.1rem;height:100%;display:flex;flex-direction:column;box-shadow:inset 0 1px #ffffff40,0 8px 32px #0003;transition:background-color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.timeline-node:hover{background:#ffffff1c;border-color:#ffffff4d}.timeline-node.highlight-node{background:linear-gradient(135deg,#9333ea2e,#3b82f614);border:1px solid rgba(192,132,252,.38);box-shadow:inset 0 1px 1px #ffffff59,0 12px 36px #7c3aed40}.timeline-node.highlight-node:hover{background:linear-gradient(135deg,#9333ea3d,#3b82f61f);border-color:#c084fc80}.node-step-pill{font-family:var(--font-mono);font-size:.65rem;font-weight:var(--font-weight-semibold);letter-spacing:.05em;padding:.2rem .55rem;border-radius:var(--radius-xs);width:fit-content;margin-bottom:.6rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.pill-blue{background-color:#3b82f633;color:#bfdbfe;border:1px solid rgba(147,197,253,.38)}.pill-purple{background-color:#a855f740;color:#f3e8ff;border:1px solid rgba(216,180,254,.45)}.pill-emerald{background-color:#10b98133;color:#a7f3d0;border:1px solid rgba(110,231,183,.38)}.node-heading{font-size:1.05rem;font-weight:var(--font-weight-semibold);letter-spacing:-.02em;color:#fff;margin-bottom:.35rem;text-shadow:0 1px 2px rgba(0,0,0,.35)}.node-text{font-size:.85rem;line-height:1.55;color:#cbd5e1;font-weight:400}.timeline-connector{display:flex;align-items:center;justify-content:center}.connector-arrow{color:#ffffff73}.timeline-specs-row{display:flex;align-items:center;justify-content:space-between;padding-top:1.15rem;border-top:1px solid rgba(255,255,255,.14);flex-wrap:wrap;gap:1rem}.spec-badge{display:inline-flex;align-items:center;gap:.45rem;font-size:var(--font-size-xs);color:#cbd5e1}.spec-icon-green{color:#34d399;flex-shrink:0}.spec-icon-blue{color:#60a5fa;flex-shrink:0}.spec-icon-purple{color:#c084fc;flex-shrink:0}.spec-badge strong{color:#fff;font-weight:var(--font-weight-semibold)}@media(max-width:980px){.hero-top-row{flex-direction:column;align-items:flex-start;gap:1.5rem}.timeline-flow-grid{grid-template-columns:1fr;gap:.85rem}.timeline-connector{transform:rotate(90deg);margin:-.25rem 0}.timeline-specs-row{flex-direction:column;align-items:flex-start;gap:.65rem}}@media(max-width:640px){.hero-section{margin-top:-3.75rem;padding-top:4.75rem;padding-bottom:2.5rem;min-height:auto}.hero-container{gap:1.75rem}.hero-timeline-card{padding:1.25rem 1rem}.hero-actions-right{width:100%;flex-direction:column;align-items:stretch;gap:.85rem}.btn-hero-primary,.hero-email-link{justify-content:center}}.capabilities-section{width:90%;max-width:var(--container-max-width);margin:3.5rem auto 4.5rem;display:flex;flex-direction:column}.capabilities-header{max-width:820px;margin-bottom:1.5rem}.capabilities-title{font-size:clamp(1.85rem,3.5vw,2.4rem);font-weight:var(--font-weight-bold);line-height:1.15;letter-spacing:-.04em;color:var(--text-primary)}.capabilities-subtitle{font-size:clamp(.95rem,1.6vw,1.08rem);color:var(--text-secondary);line-height:1.55;margin-top:.5rem;letter-spacing:-.01em}.system-tab-bar{display:flex;align-items:center;gap:.35rem;background-color:#f1f5f9;padding:.35rem;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.system-tab-bar::-webkit-scrollbar{display:none}.system-tab-btn{display:inline-flex;flex-direction:column;align-items:stretch;padding:.5rem .85rem .4rem;font-family:var(--font-sans);font-size:.82rem;font-weight:500;color:#475569;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap;flex:0 0 auto}.tab-btn-content{display:inline-flex;align-items:center;gap:.45rem;justify-content:center}.system-tab-btn:hover{color:#0f172a;background-color:#ffffffb3}.system-tab-btn.active{background-color:#0f172a;color:#fff;box-shadow:0 2px 8px #0f172a29}.system-tab-btn .tab-icon{color:#64748b;transition:color .2s ease}.system-tab-btn.active .tab-icon{color:#fff}.tab-progress-track{width:100%;height:2.5px;background-color:#e2e8f0b3;border-radius:2px;overflow:hidden;margin-top:5px}.system-tab-btn.active .tab-progress-track{background-color:#ffffff40}.tab-progress-fill{height:100%;width:0%;background:#fff;border-radius:2px;animation-name:progressFill;animation-timing-function:linear;animation-fill-mode:forwards}.system-tab-bar.is-paused .tab-progress-fill{animation-play-state:paused}@keyframes progressFill{0%{width:0%}to{width:100%}}.system-showcase{width:100%}.showcase-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px -4px #0f172a14;overflow:hidden;display:grid;grid-template-columns:42% 58%;align-items:stretch;min-height:380px;animation:fadeInSystem .3s cubic-bezier(.16,1,.3,1)}@keyframes fadeInSystem{0%{opacity:.85;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.showcase-content{padding:2rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.15rem;background:linear-gradient(180deg,#fff,#f8fafc);border-right:1px solid #e2e8f0}.showcase-meta{display:flex;align-items:center;justify-content:space-between}.showcase-sector{font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.06em;color:#0f172a;background-color:#f1f5f9;border:1px solid #e2e8f0;padding:.2rem .55rem;border-radius:4px}.showcase-status{font-family:var(--font-mono);font-size:.65rem;font-weight:600;color:#047857;background-color:#ecfdf5;border:1px solid #a7f3d0;padding:.2rem .5rem;border-radius:4px;display:inline-flex;align-items:center;gap:.35rem;letter-spacing:.04em}.showcase-title{font-size:1.35rem;font-weight:var(--font-weight-bold);color:#0f172a;line-height:1.28;letter-spacing:-.03em;margin-top:.25rem}.showcase-desc{font-size:.9rem;color:#475569;line-height:1.55}.showcase-metrics{display:flex;flex-wrap:wrap;gap:.45rem}.showcase-metric-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.3rem .6rem;box-shadow:0 1px 2px #00000008}.showcase-metric-pill .m-label{color:#64748b;font-weight:500}.showcase-metric-pill .m-value{color:#0f172a;font-weight:600;font-family:var(--font-mono);font-size:.74rem}.showcase-spec{display:flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.72rem;color:#047857;background-color:#ecfdf5;border:1px solid #a7f3d0;padding:.4rem .7rem;border-radius:6px}.spec-check-icon{color:#10b981;flex-shrink:0}.showcase-preview{background-color:#f1f5f9;padding:1.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.window-frame{width:100%;max-width:580px;background-color:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 10px 25px -5px #0f172a1a,0 0 0 1px #0000000a;overflow:hidden}.window-header{display:flex;align-items:center;justify-content:space-between;padding:.45rem .85rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;gap:.75rem}.window-controls{display:flex;align-items:center;gap:5px}.window-dot{width:9px;height:9px;border-radius:50%;display:inline-block}.window-dot.red{background-color:#f87171}.window-dot.yellow{background-color:#fbbf24}.window-dot.green{background-color:#34d399}.window-url-bar{flex:1;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:.15rem .55rem;display:flex;align-items:center;overflow:hidden}.window-url-text{font-family:var(--font-mono);font-size:.66rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.window-status-pill{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.62rem;font-weight:var(--font-weight-bold);color:#047857;background-color:#ecfdf5;border:1px solid #a7f3d0;padding:.15rem .45rem;border-radius:var(--radius-xs);flex-shrink:0}.status-live-dot{width:5px;height:5px;border-radius:50%;background-color:#10b981}.window-content{width:100%;height:300px;background-color:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.system-preview-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.system-preview-img.img-pos-bottom{object-position:center 88%}.custom-workflow-banner{margin-top:1.5rem;background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem 1.6rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:inset 0 1px #ffffff1f,0 8px 24px -4px #0f172a24}.custom-banner-left{display:flex;align-items:center;gap:.85rem}.custom-banner-icon-box{width:32px;height:32px;border-radius:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 1px #ffffff26}.custom-banner-icon{color:#fff}.custom-banner-title{font-size:.98rem;font-weight:600;color:#fff;letter-spacing:-.015em;line-height:1.35}.custom-banner-desc{font-size:.83rem;color:#94a3b8;margin-top:.2rem;line-height:1.45}.custom-banner-cta{display:inline-flex;align-items:center;gap:.45rem;background-color:#fff;color:#0f172a;font-size:.82rem;font-weight:600;padding:.6rem 1.15rem;border-radius:6px;text-decoration:none;white-space:nowrap;transition:all .2s cubic-bezier(.16,1,.3,1);flex-shrink:0;box-shadow:0 2px 6px #0000001a}.custom-banner-cta:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 14px #0000002e;color:#000}@media(max-width:900px){.showcase-card{grid-template-columns:1fr;min-height:auto}.showcase-content{border-right:none;border-bottom:1px solid #e2e8f0;padding:1.5rem}.showcase-preview{padding:1.15rem}.window-content{height:240px}.custom-workflow-banner{flex-direction:column;align-items:flex-start;padding:1.15rem;gap:1rem}.custom-banner-left{width:100%;gap:0}.custom-banner-icon-box{display:none}.custom-banner-text{width:100%}.custom-banner-cta{width:100%;justify-content:center}}.meth-section{width:100%;background:radial-gradient(ellipse at 50% 0%,#172033,#0b1120 55%,#050811);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:5rem 0 5.5rem;position:relative;overflow:hidden}.meth-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:200px;background:radial-gradient(ellipse,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.meth-container{width:90%;max-width:var(--container-max-width);margin:0 auto;display:flex;flex-direction:column;position:relative;z-index:1}.meth-header{max-width:760px;margin-bottom:2.75rem}.meth-tag{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.06em;color:#e2e8f0;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);padding:.25rem .75rem .25rem .55rem;border-radius:var(--radius-pill);margin-bottom:.85rem}.meth-tag-logo{width:14px;height:14px;object-fit:contain;display:block;filter:brightness(0) invert(1)}.meth-title{font-size:clamp(1.85rem,3.5vw,2.5rem);font-weight:var(--font-weight-bold);line-height:1.15;letter-spacing:-.035em;color:#fff}.meth-subtitle{font-size:clamp(.95rem,1.6vw,1.08rem);color:#94a3b8;line-height:1.55;margin-top:.55rem;letter-spacing:-.01em}.meth-timeline-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:start;position:relative}.meth-timeline-step{display:flex;flex-direction:column;gap:.9rem;position:relative}.meth-track-segment{display:flex;align-items:center;width:100%;position:relative;height:36px}.meth-node{width:36px;height:36px;border-radius:50%;background-color:#0b1120;border:2px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 14px #ffffff1a;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:2}.meth-step-num{font-family:var(--font-mono);font-size:.72rem;font-weight:700;color:#fff}.meth-timeline-step:hover .meth-node{border-color:#fff;box-shadow:0 0 18px #ffffff59;transform:scale(1.08)}.meth-connector-desktop{flex:1;display:flex;align-items:center;padding:0 .45rem;position:relative}.meth-connector-line{flex:1;height:2px;background:linear-gradient(90deg,#ffffff47,#ffffff1a);border-radius:1px}.meth-connector-arrow{color:#ffffff59;margin-left:-2px;flex-shrink:0}.meth-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.15rem 1.1rem;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;min-height:175px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 18px #00000040;transition:transform .22s cubic-bezier(.16,1,.3,1),border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.meth-timeline-step:hover .meth-card{transform:translateY(-3px);background:#ffffff0d;border-color:#fff3;box-shadow:0 8px 24px -4px #0006}.meth-card-top{display:flex;align-items:center;justify-content:space-between}.meth-card-phase{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.06em;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);padding:.15rem .45rem;border-radius:4px}.meth-card-time{font-family:var(--font-mono);font-size:.68rem;color:#94a3b8;font-weight:500}.meth-card-title{font-size:1.05rem;font-weight:var(--font-weight-bold);color:#fff;letter-spacing:-.02em;line-height:1.25}.meth-card-desc{font-size:.8rem;color:#94a3b8;line-height:1.45}.meth-card-deliverable{display:inline-flex;align-items:center;gap:.35rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);padding:.3rem .55rem;border-radius:6px;margin-top:auto}.meth-deliv-label{font-family:var(--font-mono);font-size:.58rem;font-weight:700;color:#64748b;letter-spacing:.05em}.meth-deliv-val{font-size:.72rem;font-weight:600;color:#e2e8f0}.meth-connector-mobile{display:none}@media(max-width:960px){.meth-timeline-flow{grid-template-columns:repeat(2,1fr);gap:1.5rem}.meth-connector-desktop{display:none}}@media(max-width:600px){.meth-section{padding:3.5rem 0 4rem}.meth-header{margin-bottom:2rem}.meth-timeline-flow{display:flex;flex-direction:column;gap:0}.meth-track-segment{display:none}.meth-card{min-height:auto;padding:1.15rem;gap:.65rem}.meth-connector-mobile{display:flex;flex-direction:column;align-items:center;margin:.5rem auto;gap:.15rem}.meth-mobile-line{width:2px;height:14px;background-color:#fff3}.meth-mobile-arrow{color:#fff6}}.choice-section{width:100%;background-color:#f8fafc;padding:4rem 0 5.5rem;border-bottom:1px solid #e2e8f0}.choice-container{width:90%;max-width:var(--container-max-width);margin:0 auto;display:flex;flex-direction:column}.choice-ai-strip{width:100%;margin-bottom:.65rem}.choice-ai-row{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap}.choice-ai-badge{width:48px;height:48px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px -1px #0f172a0d;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease,border-color .25s ease}.choice-ai-badge:hover{animation:aiBadgeBounce .55s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes aiBadgeBounce{0%{transform:translateY(0) scale(1)}35%{transform:translateY(-9px) scale(1.18)}65%{transform:translateY(-2px) scale(1.04)}85%{transform:translateY(-6px) scale(1.1)}to{transform:translateY(-5px) scale(1.08)}}.choice-ai-badge.brand-openai{color:#10a37f}.choice-ai-badge.brand-openai:hover{border-color:#10a37f;box-shadow:0 8px 20px -2px #10a37f40}.choice-ai-badge.brand-anthropic{color:#cc785c}.choice-ai-badge.brand-anthropic:hover{border-color:#cc785c;box-shadow:0 8px 20px -2px #cc785c40}.choice-ai-badge.brand-gemini{color:#1a73e8}.choice-ai-badge.brand-gemini:hover{border-color:#1a73e8;box-shadow:0 8px 20px -2px #1a73e840}.choice-ai-badge.brand-meta{color:#0866ff}.choice-ai-badge.brand-meta:hover{border-color:#0866ff;box-shadow:0 8px 20px -2px #0866ff40}.choice-ai-badge.brand-mistral{color:#fd5c00}.choice-ai-badge.brand-mistral:hover{border-color:#fd5c00;box-shadow:0 8px 20px -2px #fd5c0040}.choice-ai-badge.brand-deepseek{color:#3b82f6}.choice-ai-badge.brand-deepseek:hover{border-color:#3b82f6;box-shadow:0 8px 20px -2px #3b82f640}.choice-ai-svg{width:28px;height:28px;transition:transform .25s ease}.choice-ai-more-pill{display:inline-flex;align-items:center;height:48px;padding:0 1.1rem;border-radius:12px;background:#fff;border:1px dashed #cbd5e1;color:#64748b;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.02em;box-shadow:0 2px 6px #0f172a08;cursor:default;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,color .2s ease}.choice-ai-more-pill:hover{border-color:#94a3b8;color:#0f172a}.choice-header{max-width:820px;margin-bottom:3rem}.choice-tag-pill{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.06em;color:#475569;background:#fff;border:1px solid #e2e8f0;padding:.25rem .65rem;border-radius:var(--radius-pill);margin-bottom:.85rem;box-shadow:0 1px 2px #00000008}.choice-tag-dot{width:6px;height:6px;border-radius:50%;background-color:#0f172a}.choice-title{font-size:clamp(1.85rem,3.5vw,2.5rem);font-weight:var(--font-weight-bold);line-height:1.15;letter-spacing:-.04em;color:var(--text-primary)}.choice-subtitle{font-size:clamp(.95rem,1.6vw,1.08rem);color:var(--text-secondary);line-height:1.55;margin-top:.65rem;letter-spacing:-.01em}.choice-modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.choice-module{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px -4px #0f172a0f;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s ease}.choice-module:hover{transform:translateY(-4px);box-shadow:0 16px 36px -6px #0f172a1a;border-color:#cbd5e1}.module-chassis-bar{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1.25rem;background-color:#0f172a;border-bottom:1px solid #1e293b}.module-status-indicator{display:inline-flex;align-items:center;gap:.45rem}.status-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.status-dot.status-green{background-color:#10b981;box-shadow:0 0 8px #10b981}.status-dot.status-blue{background-color:#38bdf8;box-shadow:0 0 8px #38bdf8}.status-text{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.05em;color:#f1f5f9}.module-hardware-tag{font-family:var(--font-mono);font-size:.62rem;color:#94a3b8;background-color:#ffffff14;padding:.15rem .45rem;border-radius:4px}.module-body{padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.35rem;flex:1}.module-title-row{display:flex;align-items:flex-start;gap:.85rem}.module-icon-box{width:44px;height:44px;border-radius:10px;background-color:#f1f5f9;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#0f172a;flex-shrink:0}.module-name{font-size:1.32rem;font-weight:var(--font-weight-bold);color:#0f172a;letter-spacing:-.025em;line-height:1.25}.module-sub{font-size:.84rem;color:#64748b;margin-top:.15rem}.module-schematic{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.15rem;display:flex;flex-direction:column;gap:.65rem}.schematic-label{font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.05em;color:#64748b}.schematic-flow{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.schematic-node{display:inline-flex;align-items:center;gap:.35rem;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.35rem .6rem;font-family:var(--font-mono);font-size:.7rem;font-weight:600;color:#0f172a;box-shadow:0 1px 2px #0000000a}.schematic-node.highlight-offline{background-color:#0f172a;color:#fff;border-color:#0f172a}.schematic-node.highlight-cloud{background-color:#0284c7;color:#fff;border-color:#0284c7}.schematic-arrow{font-family:var(--font-mono);font-size:.72rem;color:#94a3b8}.schematic-firewall{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.65rem;font-weight:700;color:#047857;background-color:#ecfdf5;border:1px solid #a7f3d0;padding:.25rem .55rem;border-radius:4px;width:fit-content}.schematic-firewall.cloud-firewall{color:#0369a1;background-color:#f0f9ff;border-color:#bae6fd}.module-specs-stack{display:flex;flex-direction:column;gap:.65rem}.spec-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem .95rem}.spec-card-head{display:flex;align-items:center;gap:.4rem;margin-bottom:.2rem}.spec-icon{color:#0f172a}.spec-name{font-family:var(--font-mono);font-size:.66rem;font-weight:700;letter-spacing:.04em;color:#0f172a}.spec-detail{font-size:.8rem;color:#475569;line-height:1.45}.spec-detail strong{color:#0f172a}.module-action-btn{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:.75rem 1.25rem;border-radius:8px;font-size:.86rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px #0f172a1a}.btn-offline{background-color:#0f172a;color:#fff}.btn-offline:hover{background-color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a33;color:#fff}.btn-cloud{background-color:#0f172a;color:#fff}.btn-cloud:hover{background-color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a33;color:#fff}.choice-matrix-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px -4px #0f172a0d;margin-bottom:2.25rem}.matrix-header{padding:1.25rem 1.5rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.2rem}.matrix-title{font-size:1.05rem;font-weight:700;color:#0f172a;letter-spacing:-.015em}.matrix-subtitle{font-size:.8rem;color:#64748b}.matrix-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.matrix-table{width:100%;min-width:680px;border-collapse:collapse;text-align:left}.matrix-table th{padding:.9rem 1.25rem;font-family:var(--font-mono);font-size:.68rem;font-weight:700;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;background-color:#fff;-webkit-user-select:none;user-select:none}.matrix-th-content{display:inline-flex;align-items:center;gap:.45rem}.matrix-badge-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.matrix-badge-dot.status-green{background-color:#10b981;box-shadow:0 0 6px #10b981}.matrix-badge-dot.status-blue{background-color:#38bdf8;box-shadow:0 0 6px #38bdf8}.th-feature{width:26%;color:#64748b}.th-offline{width:37%;color:#0f172a;background-color:#fcfdfe}.th-cloud{width:37%;color:#0f172a}.matrix-table tbody tr{transition:background-color .18s ease}.matrix-table tbody tr.is-row-hovered{background-color:#f8fafc}.matrix-table tbody tr.is-row-hovered .td-feature{color:#0f172a;font-weight:700;border-left:3px solid #0f172a;padding-left:calc(1.25rem - 3px)}.matrix-table td{padding:1rem 1.25rem;font-size:.82rem;line-height:1.5;border-bottom:1px solid #f1f5f9;vertical-align:top;transition:background-color .18s cubic-bezier(.16,1,.3,1),color .18s ease,box-shadow .18s cubic-bezier(.16,1,.3,1),border-color .18s ease}.tr-even{background-color:#fff}.tr-odd{background-color:#f8fafc}.td-feature{font-family:var(--font-mono);font-size:.74rem;font-weight:600;color:#0f172a;white-space:nowrap}.td-offline{color:#334155;background-color:#0f172a04}.td-cloud{color:#334155}.matrix-table td.td-feature.is-cell-hovered{background-color:#f1f5f9!important;color:#000!important;box-shadow:inset 0 0 0 1.5px #94a3b8;border-radius:4px;cursor:pointer}.matrix-table td.td-offline.is-cell-hovered{background-color:#ecfdf5!important;color:#064e3b!important;box-shadow:inset 0 0 0 1.5px #10b981,0 4px 14px #10b9811f;border-radius:6px;cursor:pointer;font-weight:500}.matrix-table td.td-cloud.is-cell-hovered{background-color:#f0f9ff!important;color:#0369a1!important;box-shadow:inset 0 0 0 1.5px #38bdf8,0 4px 14px #38bdf81f;border-radius:6px;cursor:pointer;font-weight:500}.matrix-mobile-cards{display:none;flex-direction:column}.matrix-mobile-card{padding:1.15rem 1.25rem;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.85rem;background:#fff}.matrix-mobile-card:nth-child(2n){background-color:#fafbfc}.matrix-mobile-card:last-child{border-bottom:none}.matrix-mobile-card-header{display:flex;align-items:center;gap:.6rem;padding-bottom:.35rem;border-bottom:1px dashed #e2e8f0}.matrix-mobile-idx{font-family:var(--font-mono);font-size:.65rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:.15rem .45rem;border-radius:4px;letter-spacing:.04em}.matrix-mobile-dimension{font-family:var(--font-mono);font-size:.78rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;text-transform:uppercase}.matrix-mobile-body{display:flex;flex-direction:column;gap:.65rem}.matrix-mobile-case{border-radius:6px;padding:.8rem .9rem;border:1px solid transparent}.matrix-mobile-case.case-offline{background:#f0fdf4;border-color:#bbf7d0}.matrix-mobile-case.case-cloud{background:#f0f9ff;border-color:#bae6fd}.matrix-case-head{display:flex;align-items:center;gap:.45rem;margin-bottom:.35rem}.matrix-case-title{font-family:var(--font-mono);font-size:.68rem;font-weight:700;letter-spacing:.04em}.case-offline .matrix-case-title{color:#15803d}.case-cloud .matrix-case-title{color:#0369a1}.matrix-case-desc{font-size:.82rem;line-height:1.5;color:#334155;margin:0}.choice-advisory-bar{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.35rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1.75rem;box-shadow:inset 0 1px #ffffff1f,0 8px 24px -4px #0f172a24}.advisory-text-area{display:flex;flex-direction:column}.advisory-label{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.06em;color:#cbd5e1;margin-bottom:.25rem}.advisory-heading{font-size:.98rem;font-weight:600;color:#fff;letter-spacing:-.015em;line-height:1.35}.advisory-desc{font-size:.82rem;color:#94a3b8;margin-top:.2rem;line-height:1.45}.advisory-cta-btn{display:inline-flex;align-items:center;gap:.45rem;background-color:#fff;color:#0f172a;font-size:.82rem;font-weight:600;padding:.65rem 1.25rem;border-radius:6px;text-decoration:none;white-space:nowrap;transition:all .2s cubic-bezier(.16,1,.3,1);flex-shrink:0;box-shadow:0 2px 6px #0000001a}.advisory-cta-btn:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 14px #0000002e;color:#000}@media(min-width:769px){.matrix-mobile-cards{display:none!important}}@media(max-width:960px){.choice-modules-grid{grid-template-columns:1fr;gap:1.75rem}.choice-advisory-bar{flex-direction:column;align-items:flex-start;padding:1.25rem;gap:1.15rem}.advisory-cta-btn{width:100%;justify-content:center}}@media(max-width:768px){.matrix-table-wrapper{display:none}.matrix-mobile-cards{display:flex}.matrix-header{padding:1.1rem 1.25rem}}@media(max-width:600px){.choice-section{padding:3.5rem 0 4.5rem}.choice-header{margin-bottom:2rem}.module-body{padding:1.25rem}.schematic-flow{flex-wrap:wrap;justify-content:center}}.site-footer{width:100%;background-color:#070a12;border-top:1px solid rgba(255,255,255,.08);padding:5rem 0 3rem;color:#94a3b8;position:relative}.footer-container{width:90%;max-width:var(--container-max-width);margin:0 auto;display:flex;flex-direction:column;gap:3.5rem}.footer-main-grid{display:grid;grid-template-columns:32% 22% 22% 24%;gap:2.5rem}.footer-brand-col{display:flex;flex-direction:column;gap:1.15rem}.footer-brand-header{display:inline-flex;align-items:center;gap:.65rem}.footer-logo-img{width:28px;height:28px;object-fit:contain;display:block;filter:brightness(0) invert(1)}.footer-brand-name{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#fff}.footer-brand-tagline{font-size:.86rem;color:#94a3b8;line-height:1.55;max-width:320px}.footer-location-pill{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.72rem;color:#cbd5e1;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.3rem .65rem;border-radius:6px;width:fit-content}.footer-location-icon{color:#94a3b8}.footer-email-link{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.82rem;color:#fff;text-decoration:none;transition:color .2s ease;width:fit-content}.footer-email-link:hover{color:#38bdf8}.footer-links-col{display:flex;flex-direction:column;gap:1.15rem}.footer-col-heading{font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.06em;color:#fff}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links-list li a,.footer-links-list li button{font-size:.84rem;color:#94a3b8;text-decoration:none;transition:color .2s ease,transform .2s ease;display:inline-block;text-align:left;background:none;border:none;padding:0;cursor:pointer}.footer-links-list li a:hover,.footer-links-list li button:hover{color:#fff;transform:translate(2px)}.footer-cta-link{display:inline-flex!important;align-items:center;gap:.35rem;color:#cbd5e1!important;font-weight:500}.footer-cta-link:hover{color:#fff!important}.footer-terms-box{background-color:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.terms-header{display:inline-flex;align-items:center;gap:.45rem}.terms-shield-icon{color:#fff}.terms-title{font-family:var(--font-mono);font-size:.68rem;font-weight:700;letter-spacing:.05em;color:#fff}.terms-text{font-size:.78rem;color:#94a3b8;line-height:1.55}.footer-bottom-bar{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);gap:1.5rem;font-size:.76rem}.footer-copyright{color:#64748b;white-space:nowrap}.footer-trademark-text{color:#475569;font-size:.68rem;line-height:1.4;max-width:440px;text-align:center}.footer-legal-links{display:flex;align-items:center;gap:.75rem;white-space:nowrap}.footer-legal-links a{color:#64748b;text-decoration:none;transition:color .2s ease}.footer-legal-links a:hover{color:#cbd5e1}.footer-dot-sep{color:#475569}@media(max-width:1024px){.footer-main-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(max-width:640px){.site-footer{padding:3.5rem 0 2.5rem}.footer-container{gap:2.5rem}.footer-main-grid{grid-template-columns:1fr;gap:2.25rem}.footer-bottom-bar{flex-direction:column;align-items:flex-start;gap:.85rem}}.contact-overlay{position:fixed;inset:0;z-index:9999;background-color:#0f172a8c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:contactFadeIn .16s ease-out forwards}@keyframes contactFadeIn{0%{opacity:0}to{opacity:1}}.contact-modal{width:100%;max-width:520px;background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 24px 48px -12px #0f172a33;padding:1.85rem 2rem 2rem;position:relative;max-height:calc(100vh - 2rem);overflow-y:auto;-webkit-overflow-scrolling:touch;animation:contactScaleIn .2s cubic-bezier(.16,1,.3,1) forwards;font-family:var(--font-family)}@keyframes contactScaleIn{0%{opacity:0;transform:scale(.97) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.contact-close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:#94a3b8;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background-color .15s ease}.contact-close:hover{color:#0f172a;background-color:#f1f5f9}.contact-header{margin-bottom:1.25rem;padding-right:2rem;display:flex;flex-direction:column;gap:.4rem}.modal-brand-wordmark{display:inline-flex;align-items:center;font-family:var(--font-family);font-size:1.45rem;font-weight:800;letter-spacing:.05em;color:#0f172a;line-height:1}.modal-brand-char{color:#0f172a;display:inline-block;line-height:1}.modal-brand-v-icon{height:.72em;width:auto;object-fit:contain;display:inline-block;filter:brightness(0);margin:0 .04em;transform:translateY(.01em)}.modal-brand-success{margin-bottom:1.15rem}.contact-sub{font-size:.86rem;color:#64748b;line-height:1.4}.contact-form{display:flex;flex-direction:column;gap:.95rem}.contact-field-group{display:flex;flex-direction:column;gap:.3rem}.contact-label{font-size:.78rem;font-weight:500;color:#334155}.contact-pills{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.1rem}.contact-pill{font-size:.76rem;font-weight:500;padding:.35rem .75rem;border-radius:6px;background-color:#f1f5f9;color:#475569;border:1px solid transparent;cursor:pointer;transition:all .15s ease;font-family:var(--font-family)}.contact-pill:hover{background-color:#e2e8f0;color:#0f172a}.contact-pill.is-active{background-color:#0f172a;color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.contact-input,.contact-select,.contact-textarea{width:100%;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.6rem .8rem;font-size:.86rem;color:#0f172a;font-family:var(--font-family);transition:border-color .15s ease,box-shadow .15s ease}.contact-input::placeholder,.contact-textarea::placeholder{color:#94a3b8;font-size:.84rem}.contact-input:focus,.contact-select:focus,.contact-textarea:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 2.5px #0f172a14}.contact-select{cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27292.4%27%20height%3D%27292.4%27%3E%3Cpath%20fill%3D%27%23475569%27%20d%3D%27M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%27%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .8rem center;background-size:.6rem auto;appearance:none;-webkit-appearance:none;padding-right:2rem}.contact-textarea{resize:vertical;min-height:80px;line-height:1.45}.contact-error{font-size:.72rem;color:#dc2626;margin-top:.15rem}.contact-submit-btn{width:100%;background-color:#0f172a;color:#fff;border:none;border-radius:6px;padding:.72rem 1rem;font-size:.88rem;font-weight:500;font-family:var(--font-family);cursor:pointer;margin-top:.35rem;transition:background-color .15s ease,transform .15s ease}.contact-submit-btn:hover:not(:disabled){background-color:#1e293b;transform:translateY(-1px)}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem 1rem}.contact-success-icon{width:44px;height:44px;border-radius:50%;background-color:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem}.contact-success-title{font-size:1.2rem;font-weight:600;color:#0f172a;letter-spacing:-.02em}.contact-success-sub{font-size:.85rem;color:#64748b;margin-top:.35rem;margin-bottom:1.5rem;line-height:1.45}@media(max-width:560px){.contact-modal{padding:1.5rem 1.25rem 1.75rem}.contact-grid{grid-template-columns:1fr;gap:.75rem}}
