:root{--bg:#f7f9fc;--surface:#fff;--surface-soft:#eef4fb;--text:#172033;--muted:#5f6f89;--line:#d9e2ef;--blue:#1f67b3;--blue-dark:#164d87;--shadow:0 18px 50px #1c375a1a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:scroll}body{background:var(--bg);color:var(--text);margin:0}a{color:inherit;text-decoration:none}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:16px 7vw;display:flex;position:sticky;top:0}.brand{letter-spacing:-.02em;align-items:center;gap:10px;font-weight:750;display:flex}.brand-mark{width:34px;height:34px;color:var(--blue-dark);background:#e9f2fc;border:1px solid #b8cbe2;border-radius:9px;place-items:center;font-size:13px;display:grid}.nav{color:var(--muted);align-items:center;gap:18px;font-size:14px;display:flex}.nav a:hover{color:var(--blue)}.login-button,.primary-button,.secondary-button,.card a,.price-card a,.info-block a,.contact-methods a{align-items:center;gap:8px;display:inline-flex}.login-button{border:1px solid var(--blue);color:var(--blue);border-radius:999px;padding:9px 16px;font-size:14px;font-weight:650}.section{padding:86px 7vw}.hero{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:48px;min-height:680px;display:grid}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.09em;margin:0 0 12px;font-size:12px;font-weight:750}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.065em;max-width:760px;margin-bottom:20px;font-size:clamp(44px,6vw,78px);line-height:.96}h2{letter-spacing:-.045em;margin-bottom:18px;font-size:clamp(30px,4vw,46px);line-height:1.05}h3{letter-spacing:-.025em;margin-bottom:12px;font-size:22px}.tagline{color:var(--blue-dark);margin-bottom:16px;font-size:22px;font-weight:650}.hero-text,.section-heading p,.split p,.info-block p,.login-section p,.contact p,.card p,.price-card p{color:var(--muted);font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.primary-button{background:var(--blue);color:#fff;border-radius:12px;padding:14px 20px;font-weight:700}.secondary-button{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:12px;padding:14px 20px;font-weight:700}.hero-panel,.card,.price-card,.info-block,.login-section,.contact-form{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px}.hero-panel{padding:28px}.workflow{background:var(--surface-soft);color:var(--blue-dark);border-radius:18px;flex-wrap:wrap;align-items:center;gap:10px;padding:20px;font-weight:750;display:flex}.workflow span{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 10px}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.mini-card{border:1px solid var(--line);border-radius:18px;min-height:112px;padding:18px}.mini-card strong,.mini-card span{display:block}.mini-card span{color:var(--muted);margin-top:6px}.split{grid-template-columns:minmax(0,.85fr) minmax(340px,1.15fr);align-items:start;gap:44px;display:grid}.feature-list,.doc-list{gap:14px;display:grid}.feature-list div,.doc-list a,.service-item{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:16px;align-items:center;gap:14px;padding:18px;display:flex}.feature-list svg,.doc-list svg,.service-item svg,.info-block svg,.login-section svg,.contact-methods svg{color:var(--blue);flex-shrink:0}.section-heading{max-width:760px;margin-bottom:32px}.card-grid,.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.card,.price-card,.info-block{padding:24px}.card-label{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:750}.card ul{color:var(--muted);padding-left:18px;line-height:1.7}.card a,.price-card a,.info-block a{color:var(--blue);margin-top:8px;font-weight:750}.pricing{background:#eef4fb}.price-card{box-shadow:none}.two-columns,.contact{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.login-section{text-align:center;max-width:850px;margin:70px auto;padding:44px}.contact{align-items:start}.contact-methods{gap:12px;margin-top:24px;display:grid}.contact-methods a{color:var(--blue);font-weight:750}.contact-form{box-shadow:none;gap:16px;padding:26px;display:grid}label{color:var(--text);gap:8px;font-weight:650;display:grid}input,textarea{border:1px solid var(--line);width:100%;font:inherit;color:var(--text);background:#fbfdff;border-radius:12px;padding:13px 14px}button{background:var(--blue);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:12px;padding:14px 18px;font-weight:750}.footer{border-top:1px solid var(--line);color:var(--muted);background:#fff;justify-content:space-between;gap:18px;padding:28px 7vw;display:flex}@media (width<=1050px){.nav{display:none}.hero,.split,.two-columns,.contact{grid-template-columns:1fr}.card-grid,.pricing-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:auto}}@media (width<=640px){.site-header{padding:14px 20px}.brand span:last-child{display:none}.section{padding:58px 20px}.card-grid,.pricing-grid,.service-grid,.module-grid{grid-template-columns:1fr}.workflow{display:grid}.footer{padding:24px 20px;display:grid}}.product-detail{padding-top:72px}.product-hero{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;gap:42px;display:grid}.product-hero h1{font-size:clamp(38px,5vw,62px)}.workflow-animation{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:18px;overflow:hidden}.workflow-animation svg{width:100%;height:auto;display:block}.workflow-animation text{fill:var(--muted);font-size:16px;font-weight:700}.workflow-animation rect,.workflow-animation line,.workflow-animation path,.workflow-animation circle,.workflow-animation polyline{vector-effect:non-scaling-stroke}.cad-part,.mesh-part rect,.bc-load rect{fill:#eef4fb;stroke:#1f67b3;stroke-width:2px}.mesh-part line{stroke:#8fb3dc;stroke-width:1.5px;animation:2.8s ease-in-out infinite fadePulse}.bc-load line,.bc-load path{stroke:#1f67b3;stroke-width:4px;fill:none}.stress-part rect{fill:#eef4fb;stroke:#1f67b3;stroke-width:2px}.stress-part circle:nth-child(2){fill:#1f67b340}.stress-part circle:nth-child(3){fill:#1f67b373}.stress-part circle:nth-child(4){fill:#1f67b3b3}.flow-line{stroke:#1f67b3;stroke-width:3px;stroke-dasharray:10 10;animation:1.6s linear infinite dashFlow}.data-table rect,.charts rect:first-child,.decision-card rect{fill:#eef4fb;stroke:#1f67b3;stroke-width:2px}.data-table line{stroke:#8fb3dc;stroke-width:1.5px}.charts rect:not(:first-child){fill:#1f67b373;transform-origin:bottom;animation:2.5s ease-in-out infinite barGrow}.charts polyline{fill:none;stroke:#164d87;stroke-width:3px;stroke-dasharray:220;animation:2.8s ease-in-out infinite drawLine}.decision-card path{fill:none;stroke:#1f67b3;stroke-width:7px;stroke-linecap:round;stroke-linejoin:round;animation:2.4s ease-in-out infinite fadePulse}.build-plate{fill:#d9e2ef}.build-layers rect{fill:#1f67b361;opacity:0;animation:3.2s linear infinite layerBuild}.layer-1{animation-delay:0s}.layer-2{animation-delay:.18s}.layer-3{animation-delay:.36s}.layer-4{animation-delay:.54s}.layer-5{animation-delay:.72s}.layer-6{animation-delay:.9s}.layer-7{animation-delay:1.08s}.layer-8{animation-delay:1.26s}.layer-9{animation-delay:1.44s}.heat-source{fill:#1f67b3d9;animation:3.2s ease-in-out infinite heatMove}.scan-path{fill:none;stroke:#164d87;stroke-width:3px;stroke-dasharray:8 8;animation:1.2s linear infinite dashFlow}.thermal-gradient circle{fill:none;stroke:#1f67b347;stroke-width:8px;animation:2.4s ease-in-out infinite thermalPulse}.pareto-front{fill:none;stroke:#164d87;stroke-width:4px;stroke-dasharray:600;animation:3s ease-in-out infinite drawLine}.design-point{fill:#8fb3dc;stroke:#1f67b3;stroke-width:2px;animation:2.6s ease-in-out infinite pointPulse}.optimal-point{fill:#1f67b3;stroke:#fff;stroke-width:4px;animation:2s ease-in-out infinite optimalPulse}.objective-tags rect{fill:#eef4fb;stroke:#d9e2ef}.workflow-steps{margin-top:72px}.step-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.step-grid div{border:1px solid var(--line);background:#fff;border-radius:18px;padding:20px}.step-grid strong{color:var(--text);margin-bottom:10px;display:block}.step-grid p{color:var(--muted);margin:0;line-height:1.55}@keyframes dashFlow{to{stroke-dashoffset:-40px}}@keyframes fadePulse{0%,to{opacity:.45}50%{opacity:1}}@keyframes barGrow{0%,to{transform:scaleY(.55)}50%{transform:scaleY(1)}}@keyframes drawLine{0%{stroke-dashoffset:600px}55%,to{stroke-dashoffset:0}}@keyframes layerBuild{0%{opacity:0}18%,75%{opacity:1}to{opacity:.2}}@keyframes heatMove{0%,to{transform:translate(-85px)}50%{transform:translate(85px)}}@keyframes thermalPulse{0%,to{opacity:.15;transform-origin:50%;transform:scale(.88)}50%{opacity:.75;transform-origin:50%;transform:scale(1.05)}}@keyframes pointPulse{0%,to{opacity:.45}50%{opacity:1}}@keyframes optimalPulse{0%,to{r:12}50%{r:17}}@media (width<=1050px){.product-hero{grid-template-columns:1fr}.step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.step-grid{grid-template-columns:1fr}}.opt-animation .axis{stroke:#172033;stroke-width:2px}.opt-animation .panel-title{fill:var(--text);font-size:18px;font-weight:800}.constraint{fill:none;stroke-width:3px;stroke-linecap:round;stroke-dasharray:500;animation:3.2s ease-in-out infinite drawLine}.constraint.c1{stroke:#1f67b3e6}.constraint.c2{stroke:#1f67b3a6}.constraint.c3{stroke:#1f67b373}.feasible-region{fill:#1f67b324;stroke:#1f67b38c;stroke-width:2px;animation:3.2s ease-in-out infinite feasiblePulse}.constraint-label,.mapping-label,.selected-label{fill:var(--muted);font-size:13px;font-weight:700}.design-swarm,.objective-swarm{fill:#1f67b36b;stroke:#1f67b3;stroke-width:2px;animation:3s ease-in-out infinite swarmConverge}.selected-design-left,.selected-design-right{fill:#1f67b3;stroke:#fff;stroke-width:4px;animation:2s ease-in-out infinite optimalPulse}.mapping-arrow{fill:none;stroke:#1f67b3;stroke-width:4px;stroke-dasharray:10 10;animation:1.2s linear infinite dashFlow}.cost-legend circle{fill:#1f67b36b;stroke:#1f67b3;stroke-width:2px}.cost-legend text{fill:var(--muted);font-size:13px;font-weight:700}@keyframes feasiblePulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes swarmConverge{0%,to{opacity:.35;transform:translate(-8px,8px)}50%{opacity:1;transform:translate(0)}}.fe-animation{min-height:360px}.fe-title{fill:var(--text);font-size:20px;font-weight:800}.fe-nozzle-base{fill:#eef4fb;stroke:#1f67b3;stroke-width:4px}.fe-mesh-overlay{opacity:0;animation:7s ease-in-out infinite feMeshAppear}.fe-mesh-overlay line{stroke:#1f67b36b;stroke-width:1.5px}.fe-temperature-field{opacity:0;animation:7s ease-in-out infinite feTemperatureAppear}.fe-temperature-field rect{fill:url(#feTempGradient)}.fe-stress-field{opacity:0;animation:7s ease-in-out infinite feStressAppear}.fe-stress-field circle{fill:url(#feStressGradient);opacity:.75}.fe-bcs{opacity:0;animation:7s ease-in-out infinite feBcsAppear}.fe-bcs rect{fill:#1f67b3}.fe-bcs line,.fe-bcs path{fill:none;stroke:#1f67b3;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.fe-bcs text,.fe-stage-labels text{fill:var(--muted);font-size:14px;font-weight:700}.fe-stage-labels text{opacity:.75}.fe-dashboard{opacity:0;animation:7s ease-in-out infinite feDashboardAppear}.fe-dashboard rect{fill:#fff;stroke:#d9e2ef;stroke-width:2px}.fe-dashboard text{fill:var(--text);font-size:14px;font-weight:700}.fe-dashboard circle{fill:#1f67b3}.fe-dashboard path{fill:none;stroke:#fff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}@keyframes feMeshAppear{0%,12%{opacity:0}18%,35%{opacity:1}42%,to{opacity:.25}}@keyframes feBcsAppear{0%,32%{opacity:0}40%,62%{opacity:1}70%,to{opacity:.65}}@keyframes feTemperatureAppear{0%,48%{opacity:0}56%,70%{opacity:.75}78%,to{opacity:.15}}@keyframes feStressAppear{0%,64%{opacity:0}72%,90%{opacity:.8}to{opacity:.35}}@keyframes feDashboardAppear{0%,72%{opacity:0;transform:translateY(8px)}82%,to{opacity:1;transform:translateY(0)}}.construction-banner{color:#f97316;text-align:center;background:#fff7ed;border-top:1px solid #fed7aa;border-bottom:2px solid #fb923c;justify-content:center;align-items:center;gap:12px;width:100%;min-height:58px;padding:12px 24px;font-size:17px;font-weight:600;line-height:1.4;display:flex}.construction-banner svg{color:#f97316;flex-shrink:0;width:24px;height:24px}.construction-banner strong{color:#f97316;letter-spacing:.2px;font-size:19px;font-weight:800}.construction-detail{color:#f97316;font-weight:600}@media (width<=600px){.construction-banner{min-height:52px;padding:10px 16px;font-size:14px}.construction-banner strong{font-size:16px}.construction-banner svg{width:21px;height:21px}.construction-detail{display:none}}
