@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-dark:#0a0e17;--bg-darker:#05070a;--text-main:#f0f4f8;--text-muted:#8b9bb4;--accent-teal:#00f2fe;--accent-blue:#4facfe;--accent-neon:#0fc;--glass-bg:#10192b66;--glass-border:#ffffff14;--glass-shadow:0 8px 32px 0 #0000005e;--gradient-primary:linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-teal) 100%);--button-gradient:linear-gradient(135deg, #1da9c8 0%, #367ee0 100%);--button-gradient-hover:linear-gradient(135deg, #27bedc 0%, #448ef0 100%);--button-border:#cdfaffdb;--button-shadow:0 1px 0 #ffffff52 inset, 0 -1px 0 #0000002e inset, 0 12px 30px #1876b25c;--button-shadow-hover:0 1px 0 #ffffff61 inset, 0 -1px 0 #0000002e inset, 0 16px 36px #1876b275;--page-gutter:clamp(1.5rem, 4vw, 6rem);--content-max:clamp(76rem, 86vw, 108rem);--section-max:clamp(76rem, 82vw, 100rem)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);background-image:radial-gradient(circle at 15%,#4facfe14 0%,#0000 50%),radial-gradient(circle at 85% 30%,#00f2fe14 0%,#0000 50%);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}header{width:100%;padding:1.5rem var(--page-gutter);z-index:100;justify-content:flex-start;align-items:center;gap:clamp(1.4rem,2.2vw,2.5rem);transition:all .3s;display:flex;position:fixed;top:0;left:0}header.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1rem var(--page-gutter);border-bottom:1px solid var(--glass-border);background:#05070acc}.logo img{width:auto;height:46px;transition:height .3s;display:block}header.scrolled .logo img{height:38px}header nav{margin-left:auto}.nav-links{gap:clamp(1.1rem,2vw,2.5rem);list-style:none;display:flex}.nav-links a{color:var(--text-main);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.is-active{color:var(--accent-teal)}.btn-primary{border:1px solid var(--button-border);background:var(--button-gradient);color:#f7fdff;cursor:pointer;min-height:44px;box-shadow:var(--button-shadow);border-radius:8px;justify-content:center;align-items:center;padding:0 1.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;line-height:1;transition:background .25s,border-color .25s,box-shadow .25s,transform .25s;display:inline-flex}.btn-primary:hover{background:var(--button-gradient-hover);box-shadow:var(--button-shadow-hover);border-color:#ebfdfff5;transform:translateY(-2px)}.hero{min-height:100svh;padding:6rem var(--page-gutter) 3rem;isolation:isolate;align-content:center;gap:0;display:grid;position:relative;overflow:hidden}.hero-video-bg{z-index:-1;position:absolute;inset:0}.hero-video-bg video{object-fit:cover;object-position:70% center;transform-origin:70%;filter:saturate(1.08)contrast(1.08);width:100%;height:100%;transform:scale(.75)}.hero-video-overlay{z-index:0;pointer-events:none;background:linear-gradient(90deg,#05070aeb 0%,#05070ac2 38%,#05070a57 70%,#05070ab8 100%),linear-gradient(#05070aa6 0%,#05070a1f 44%,#05070ae0 100%),radial-gradient(circle at 62% 44%,#00f2fe2e,#0000 38%);position:absolute;inset:0}.hero-subtitle{letter-spacing:0;color:var(--accent-teal);margin-bottom:.75rem;font-size:.92rem;font-weight:600}.hero-layout{z-index:1;width:100%;max-width:var(--content-max);margin:0 auto;position:relative}.hero-copy{text-align:left;max-width:860px}.hero h1{text-wrap:balance;max-width:820px;margin-bottom:1.35rem;font-size:3.5rem;line-height:1.2}.hero h1 .text-gradient{white-space:nowrap;display:inline-block}.hero p{color:#aebbd0;max-width:720px;margin-bottom:1.65rem;font-size:clamp(.98rem,1.05vw,1.05rem);line-height:1.78}.hero-points{grid-template-columns:repeat(3,max-content);gap:.85rem;max-width:820px;margin-bottom:2.1rem;display:grid}.hero-points span{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);width:max-content;max-width:100%;min-height:48px;color:var(--text-main);background:#05070a75;border-radius:8px;align-items:center;gap:.58rem;padding:.8rem 1rem;font-size:.9rem;font-weight:600;line-height:1.35;display:flex}.hero-points i{color:var(--accent-neon);flex:none}.hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:1.15rem;max-width:820px;display:flex}.hero-cta{width:min(100%,190px);min-height:50px;padding:0 1.35rem;font-size:.95rem}.hero-actions .hero-cta{min-width:190px}.btn-secondary{color:#f7fdff;cursor:pointer;background:linear-gradient(135deg,#1da9c829 0%,#367ee033 100%),#05070a6b;border:1px solid #cdfaff75;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 1.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;line-height:1;transition:background .25s,border-color .25s,box-shadow .25s,transform .25s;display:inline-flex;box-shadow:inset 0 1px #ffffff2e,0 10px 26px #1876b22e}a.btn-secondary{text-decoration:none}.btn-secondary:hover{background:linear-gradient(135deg,#27bedc3d 0%,#448ef047 100%),#05070a8a;border-color:#cdfaffc2;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff3d,0 14px 34px #1876b247}.btn-primary:focus-visible,.btn-secondary:focus-visible,.demo-form__submit:focus-visible{outline-offset:3px;outline:2px solid #00f2fef2}.cam-integrations{width:100%;max-width:none;min-height:clamp(360px,44vh,520px);padding:clamp(3.25rem, 6vw, 5.5rem) var(--page-gutter);background:linear-gradient(90deg,#05070afa,#080e1ce0),linear-gradient(135deg,#00f2fe1f,#0000 42%);border-top:1px solid #ffffff09;border-bottom:1px solid #4facfe2e;border-radius:0;grid-template-columns:minmax(240px,.42fr) minmax(0,1.58fr);align-items:center;gap:clamp(1.5rem,4vw,4rem);margin:0;display:grid;position:relative;overflow:hidden}.cam-integrations:before{content:"";background:var(--gradient-primary);width:4px;position:absolute;inset:0 auto 0 0;box-shadow:0 0 26px #00f2fe99}.integration-copy{z-index:1;max-width:470px;position:relative}.integration-copy span{color:var(--accent-teal);margin-bottom:.45rem;font-size:.82rem;font-weight:700;display:block}.integration-copy h2{margin-bottom:.9rem;font-size:clamp(1.55rem,2vw,2.15rem);line-height:1.18}.integration-copy p{color:var(--text-muted);font-size:.98rem}.integration-logos{z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid;position:relative}.integration-item{border:1px solid var(--glass-border);background:linear-gradient(#ffffff13,#ffffff07),#0a1222b8;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:126px;padding:1.15rem;transition:transform .25s,border-color .25s,background .25s;display:flex;position:relative;overflow:hidden}.integration-item:before{content:"";opacity:.72;background:linear-gradient(90deg,#00f2fee0,#4facfe00);height:2px;position:absolute;top:0;left:1rem;right:1rem}.integration-item:hover{background:linear-gradient(#00f2fe17,#ffffff08),#0a1222d1;border-color:#00f2fe61;transform:translateY(-4px)}.integration-logo{color:#fff;align-items:center;gap:.7rem;display:flex}.integration-logo img{flex:none;max-width:100%;display:block}.fusion-mark img{width:32px;height:32px}.siemens-nx-mark img{filter:brightness(0)invert();width:108px;height:auto}.siemens-nx-mark{gap:.65rem}.siemens-nx-mark strong{color:#fff;border-left:1px solid #ffffff3d;padding-left:.7rem}.edgecam-mark img{background:#fff;border-radius:4px;width:170px;height:auto;padding:.35rem .45rem}.integration-logo i{color:var(--accent-teal);font-size:1.85rem}.integration-logo strong{letter-spacing:0;font-size:clamp(.95rem,1.25vw,1.28rem);line-height:1.05}.integration-item>span{color:var(--text-main);font-size:.95rem;font-weight:700}.integration-item.supported{border-color:#00f2fe3d;box-shadow:inset 0 0 0 1px #00f2fe0d}.integration-item.upcoming{opacity:.62}.solutions{padding:5rem var(--page-gutter);background:var(--bg-darker)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:clamp(2.15rem,3vw,2.8rem)}.section-header p{color:var(--text-muted);max-width:820px;margin:0 auto}.solution-grid{max-width:var(--section-max);grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin:0 auto;display:grid}.solution-card{border:1px solid var(--glass-border);min-height:260px;box-shadow:var(--glass-shadow);background:#10192b5c;border-radius:8px;flex-direction:column;justify-content:space-between;padding:1.35rem;transition:transform .3s,border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.solution-card:before{content:"";opacity:.68;background:linear-gradient(90deg,#00f2febf,#4facfe00);height:2px;position:absolute;top:0;left:1.35rem;right:1.35rem}.solution-card:hover{background:#10192b85;border-color:#00f2fe4d;transform:translateY(-6px)}.solution-meta{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.35rem;display:flex}.solution-meta span{min-height:28px;color:var(--accent-teal);border:1px solid #00f2fe38;border-radius:999px;align-items:center;padding:0 .65rem;font-size:.78rem;font-weight:800;display:inline-flex}.solution-meta i{color:var(--accent-teal);font-size:1.3rem}.solution-card h3{color:var(--text-main);margin-bottom:.85rem;font-size:1.25rem}.solution-card p{color:var(--text-muted);font-size:.95rem}.pricing-entry{padding:5rem var(--page-gutter);background:linear-gradient(135deg, #00f2fe14, transparent 38%), linear-gradient(180deg, #0a0e17fa, var(--bg-dark))}.pricing-entry__inner{max-width:var(--section-max);grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);align-items:center;gap:clamp(2rem,5vw,4.5rem);margin:0 auto;display:grid}.pricing-entry__copy span,.quote-matrix__header span,.pricing-rules__copy span{color:var(--accent-teal);margin-bottom:.65rem;font-size:.86rem;font-weight:800;display:block}.pricing-entry__copy h2{margin-bottom:1rem;font-size:clamp(2rem,3vw,3.05rem)}.pricing-entry__copy p{color:var(--text-muted);margin-bottom:1.65rem;font-size:1rem;line-height:1.8}.pricing-entry__actions{flex-wrap:wrap;gap:1rem;display:flex}.pricing-entry__modules{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.pricing-entry__modules article{background:linear-gradient(#ffffff0f,#ffffff06),#080e1cb8;border:1px solid #ffffff1a;border-radius:8px;min-height:188px;padding:1.25rem;position:relative;overflow:hidden}.pricing-entry__modules article:before{content:"";background:linear-gradient(90deg,#00ffccb8,#0000);height:2px;position:absolute;top:0;left:1.25rem;right:1.25rem}.pricing-entry__modules i{color:var(--accent-neon);margin-bottom:1rem;font-size:1.35rem}.pricing-entry__modules h3{margin-bottom:.65rem;font-size:1.18rem}.pricing-entry__modules p{color:var(--text-muted);font-size:.94rem;line-height:1.65}.advantages{padding:5rem var(--page-gutter);background:var(--bg-dark)}.advantages-grid{max-width:var(--section-max);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:0 auto;display:grid}.adv-card{padding:2.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.adv-card:before{content:"";background:linear-gradient(90deg,#00ffccb8,#0000);height:2px;position:absolute;top:0;left:2.5rem;right:2.5rem}.adv-card:hover{border-color:#00f2fe4d;transform:translateY(-10px)}.adv-card h3{color:var(--accent-teal);margin-bottom:1rem;font-size:1.4rem}.adv-card p{color:var(--text-muted);font-size:1rem}.detailed-features{padding:5rem var(--page-gutter);max-width:var(--section-max);margin:0 auto}.feature-row{align-items:center;gap:4rem;margin-bottom:6rem;display:flex}.feature-row.reverse{flex-direction:row-reverse}.feature-text{flex:1}.feature-text h3{color:var(--text-main);margin-bottom:1.5rem;font-size:2rem}.feature-text p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem}.feature-text ul{margin-top:1rem;list-style-type:none}.feature-text ul li{color:var(--text-muted);margin-bottom:.8rem;padding-left:1.5rem;position:relative}.feature-text ul li:before{content:"→";color:var(--accent-teal);font-weight:700;position:absolute;left:0}.feature-image{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;flex:1;padding:1rem;box-shadow:0 10px 40px #00000080}.feature-image img{border-radius:12px;width:100%;height:auto;display:block}.feature-carousel{aspect-ratio:16/9;padding:0;position:relative;overflow:hidden}.feature-carousel:after{content:"";pointer-events:none;background:linear-gradient(135deg,#00f2fe1a,#0000 32%),linear-gradient(#0000 58%,#05070a52);border-radius:20px;position:absolute;inset:0}.feature-carousel__slide{object-fit:cover;opacity:0;border-radius:20px;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;inset:0}.feature-carousel__slide.is-active{opacity:1}.feature-carousel__dots{z-index:3;justify-content:center;gap:.55rem;display:flex;position:absolute;bottom:.85rem;left:0;right:0}.feature-carousel__dot{cursor:pointer;background:#ffffff2e;border:1px solid #ffffff8c;border-radius:50%;width:9px;height:9px;padding:0;transition:transform .2s,background .2s,border-color .2s}.feature-carousel__dot.is-active{border-color:var(--accent-teal);background:var(--accent-teal);transform:scale(1.25)}@media (prefers-reduced-motion:reduce){.feature-carousel__slide{transition:none}}.img-placeholder{aspect-ratio:16/9;width:100%;color:var(--text-muted);text-align:center;background:#0006;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.img-placeholder i{color:#fff3;margin-bottom:1rem;font-size:3rem}.img-placeholder p{margin:0;font-size:.9rem}.architecture{padding:5rem var(--page-gutter);max-width:var(--section-max);justify-content:space-between;align-items:center;gap:4rem;margin:0 auto;display:flex}.arch-content{flex:1}.decision-proof{background:linear-gradient(135deg,#00f2fe1a,#0000 34%),radial-gradient(circle at 70% 34%,#4facfe2e,#0000 42%),#05070ab3;border:1px solid #00f2fe2e;border-radius:12px;flex:1;min-height:clamp(360px,33vw,540px);position:relative;overflow:hidden;box-shadow:0 28px 80px #00000075}.decision-proof:after{content:"";opacity:.16;pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0b 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:46px 46px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.decision-proof__halo{aspect-ratio:1;filter:blur(40px);background:#00f2fe29;border-radius:999px;width:38%;position:absolute;top:12%;right:7%}.proof-card{background:#080e1ce0;border:1px solid #ffffff21;border-radius:10px;margin:0;position:absolute;overflow:hidden;box-shadow:0 24px 54px #00000075}.proof-card img{object-fit:cover;width:100%;height:100%;display:block}.proof-card--feature{aspect-ratio:2940/1598;opacity:.88;width:58%;top:10%;left:6%;transform:rotate(-4deg)}.proof-card--tool{aspect-ratio:2940/1598;z-index:2;border-color:#00f2fe5c;width:68%;top:31%;left:17%;box-shadow:0 24px 70px #00000094,0 0 42px #00f2fe29}.proof-card--strategy{aspect-ratio:2940/1598;opacity:.92;width:56%;bottom:13%;right:5%;transform:rotate(4deg)}.proof-caption{z-index:3;-webkit-backdrop-filter:blur(12px);background:#05070ab8;border:1px solid #00f2fe2e;border-radius:8px;flex-direction:column;justify-content:center;gap:.18rem;min-height:72px;padding:.9rem 1rem;display:flex;position:absolute;bottom:5%;left:5%;right:5%}.proof-caption span{color:var(--accent-teal);font-size:.78rem;font-weight:800}.proof-caption strong{color:var(--text-main);font-size:clamp(.96rem,1.35vw,1.2rem);line-height:1.35}.value-outcomes{padding:5rem var(--page-gutter) 5.5rem;background:radial-gradient(circle at 12% 0%, #00f2fe17, transparent 34%), linear-gradient(180deg, var(--bg-darker) 0%, #0a0e17fa 100%)}.value-outcomes__inner{max-width:var(--section-max);margin:0 auto}.value-outcomes__header{margin-bottom:1.75rem}.value-outcomes__header span{color:var(--accent-teal);margin-bottom:.65rem;font-size:.86rem;font-weight:800;display:block}.value-outcomes__header h2{letter-spacing:0;max-width:780px;font-size:clamp(2.05rem,3.2vw,3.35rem)}.value-outcomes__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.value-card{background:linear-gradient(#ffffff0e,#ffffff07),#080e1cad;border:1px solid #ffffff17;border-radius:8px;min-height:214px;padding:1.35rem;transition:transform .25s,border-color .25s,background .25s;position:relative;overflow:hidden;box-shadow:0 18px 44px #00000042}.value-card:before{content:"";opacity:.7;background:linear-gradient(90deg,#4facfeb3,#00f2fe00);height:2px;position:absolute;top:0;left:1.35rem;right:1.35rem}.value-card:hover{background:linear-gradient(#00f2fe12,#ffffff07),#080e1cc7;border-color:#00f2fe47;transform:translateY(-4px)}.value-card i{color:var(--accent-neon);margin-bottom:1.15rem;font-size:1.35rem;display:block}.value-card h3{margin-bottom:.78rem;font-size:clamp(1.02rem,1.1vw,1.18rem)}.value-card p{color:var(--text-muted);font-size:.94rem;line-height:1.65}.arch-visual{flex:1;position:relative}.core-ring{border:2px dashed var(--accent-blue);border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;animation:20s linear infinite rotate;display:flex;position:relative}.core-center{background:var(--gradient-primary);border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;font-size:1.2rem;font-weight:700;animation:3s ease-in-out infinite pulse;display:flex;box-shadow:0 0 40px #00f2fe66}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 30px #00f2fe66}50%{transform:scale(1.05);box-shadow:0 0 60px #00f2feb3}to{transform:scale(1);box-shadow:0 0 30px #00f2fe66}}.customers-section{padding:5.5rem var(--page-gutter);background:linear-gradient(180deg, var(--bg-darker) 0%, #0a0e17fa 100%)}.customer-logo-grid{max-width:var(--section-max);grid-template-columns:repeat(7,minmax(0,1fr));gap:.85rem;margin:0 auto;display:grid}.customer-logo-card{background:linear-gradient(145deg,#ffffff17,#ffffff09);border:1px solid #ffffff21;border-radius:8px;justify-content:center;align-items:center;min-height:112px;padding:1.1rem;transition:transform .25s,border-color .25s,background .25s;display:flex;position:relative;overflow:hidden}.customer-logo-card:before{content:"";opacity:.55;background:linear-gradient(90deg,#00f2fea6,#0000);height:2px;position:absolute;top:0;left:1rem;right:1rem}.customer-logo-card:hover{background:linear-gradient(145deg,#00f2fe21,#ffffff0e);border-color:#00f2fe42;transform:translateY(-4px)}.customer-logo-card img{object-fit:contain;filter:brightness(0)invert();opacity:.96;max-width:86%;max-height:42px;transition:filter .25s,opacity .25s,transform .25s;display:block}.customer-logo-card:hover img{filter:brightness(0)invert();opacity:1;transform:scale(1.02)}.customer-logo-card--haier img{max-height:50px}.customer-logo-card--sanhua img{filter:none;border-radius:4px;width:92%;max-width:176px;max-height:62px}.customer-logo-card--sanhua:hover img{filter:none}.customer-logo-card--sunon img{max-height:34px}.customer-logo-card--text{color:var(--text-main);text-align:center;flex-direction:column;gap:.25rem}.customer-logo-card--text strong{letter-spacing:0;color:#fff;font-size:1.2rem}.customer-logo-card--text span{color:#b8c5d8;letter-spacing:.08em;font-size:.68rem;font-weight:800}.faq-section{padding:6rem var(--page-gutter) 7rem;background:linear-gradient(180deg, #0a0e17f5 0%, var(--bg-darker) 100%)}.faq-header{max-width:var(--section-max);text-align:center;margin:0 auto 4rem}.faq-header h2{letter-spacing:0;font-size:clamp(2.15rem,3vw,2.8rem);font-weight:700}.faq-grid{max-width:var(--section-max);grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,5vw,5rem);margin:0 auto;display:grid}.faq-column h3{color:var(--text-main);margin-bottom:1.9rem;font-size:clamp(1.35rem,2vw,1.8rem)}.faq-column details{border-top:1px solid #ffffff29}.faq-column details:last-child{border-bottom:1px solid #ffffff29}.faq-column summary{cursor:pointer;min-height:70px;color:var(--text-main);align-items:center;padding:1.25rem 2.35rem 1.25rem 0;font-size:clamp(1rem,1.25vw,1.28rem);font-weight:500;line-height:1.35;list-style:none;display:flex;position:relative}.faq-column summary::-webkit-details-marker{display:none}.faq-column summary:after{content:"";border-top:1.5px solid var(--text-main);border-right:1.5px solid var(--text-main);width:10px;height:10px;transition:transform .25s,border-color .25s;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)rotate(45deg)}.faq-column details[open] summary:after{border-color:var(--accent-teal);transform:translateY(-50%)rotate(135deg)}.faq-column details[open] summary{color:var(--accent-teal)}.faq-column details p{color:var(--text-muted);margin:-.35rem 2.4rem 1.35rem 0;font-size:.98rem;line-height:1.85}body.modal-open{overflow:hidden}.demo-modal{z-index:1000;justify-content:center;align-items:center;padding:clamp(1rem,4vw,3rem);display:none;position:fixed;inset:0}.demo-modal.is-open{display:flex}.demo-modal__backdrop{-webkit-backdrop-filter:blur(10px);background:#05070ac7;position:absolute;inset:0}.demo-modal__panel{background:#383a3f;border:1px solid #ffffff24;border-radius:8px;width:min(620px,100%);max-height:min(86vh,720px);padding:clamp(1.25rem,2.6vw,2.25rem);position:relative;overflow-y:auto;box-shadow:0 32px 90px #0000008c}.demo-modal__panel h2{text-align:center;color:#fff;margin:0 2rem 1.6rem;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.25}.demo-modal__close{cursor:pointer;background:0 0;border:0;width:32px;height:32px;position:absolute;top:.95rem;right:.95rem}.demo-modal__close:before,.demo-modal__close:after{content:"";transform-origin:50%;background:#ffffff9e;width:24px;height:2px;transition:background .2s;position:absolute;top:50%;left:50%}.demo-modal__close:before{transform:translate(-50%,-50%)rotate(45deg)}.demo-modal__close:after{transform:translate(-50%,-50%)rotate(-45deg)}.demo-modal__close:hover:before,.demo-modal__close:hover:after{background:#fff}.demo-form{gap:.78rem;display:grid}.demo-form label{display:block}.demo-form label span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.demo-form input,.demo-form textarea{color:#fff;width:100%;font:inherit;background:0 0;border:1px solid #ffffff38;border-radius:6px;outline:none;font-size:clamp(.92rem,1.05vw,1.05rem);font-weight:700;transition:border-color .2s,box-shadow .2s,background .2s}.demo-form input{height:clamp(42px,4vw,48px);padding:0 .95rem}.demo-form textarea{resize:vertical;min-height:clamp(88px,10vw,108px);padding:.85rem .95rem}.demo-form input::placeholder,.demo-form textarea::placeholder{color:#ffffff85}.demo-form input:focus,.demo-form textarea:focus{background:#ffffff09;border-color:#4facfeeb;box-shadow:0 0 0 3px #4facfe2e}.demo-form__submit{border:1px solid var(--button-border);background:var(--button-gradient);color:#f7fdff;width:100%;min-height:clamp(44px,4vw,50px);font:inherit;cursor:pointer;box-shadow:var(--button-shadow);border-radius:8px;justify-content:center;align-items:center;margin-top:.35rem;font-size:clamp(.98rem,1.2vw,1.12rem);font-weight:700;transition:background .25s,border-color .25s,box-shadow .25s,transform .25s;display:inline-flex}.demo-form__submit:hover{background:var(--button-gradient-hover);box-shadow:var(--button-shadow-hover);border-color:#ebfdfff5;transform:translateY(-2px)}.demo-form__submit:disabled{color:#ffffff6b;cursor:not-allowed;box-shadow:none;background:#ffffff1a;border-color:#ffffff1f;transform:none}.demo-form__submit:disabled:hover{box-shadow:none;background:#ffffff1a;border-color:#ffffff1f;transform:none}.demo-form__status{min-height:1.4rem;color:var(--accent-neon);text-align:center;font-weight:700}.pricing-page{background-color:var(--bg-dark);overflow-x:hidden}.pricing-page *{min-width:0}.pricing-hero{min-height:clamp(560px,72svh,760px);padding:7.5rem var(--page-gutter) 4.5rem;isolation:isolate;align-items:center;max-width:100vw;display:flex;position:relative;overflow:hidden}.pricing-hero__media,.pricing-hero__overlay{position:absolute;inset:0}.pricing-hero__media{z-index:-2}.pricing-hero__media img{object-fit:cover;object-position:62% center;filter:saturate(1.08)contrast(1.05);width:100%;height:100%}.pricing-hero__overlay{z-index:-1;background:linear-gradient(90deg,#05070af0 0%,#05070ac7 44%,#05070a75 100%),linear-gradient(#05070ab8 0%,#05070a2e 42%,#05070af0 100%)}.pricing-hero__inner{width:min(880px,100%);max-width:var(--content-max);margin:0 auto;margin-left:max(0px, calc((100vw - var(--content-max)) / 2));position:relative}.pricing-kicker{color:var(--accent-neon);margin-bottom:.85rem;font-size:.9rem;font-weight:800;display:block}.pricing-hero h1{overflow-wrap:anywhere;word-break:break-word;max-width:820px;margin-bottom:1.35rem;font-size:clamp(2.8rem,5.4vw,5.45rem);line-height:1.06}.pricing-hero p{color:#b7c5d8;max-width:720px;margin-bottom:1.6rem;font-size:clamp(1rem,1.15vw,1.15rem);line-height:1.82}.pricing-hero__facts{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.pricing-hero__facts span{color:#f5fbff;background:#05070a94;border:1px solid #00f2fe33;border-radius:8px;align-items:center;min-height:38px;padding:0 .9rem;font-size:.9rem;font-weight:700;display:inline-flex}.quote-overview{padding:5.5rem var(--page-gutter);background:var(--bg-darker)}.pricing-section-header{text-align:center;max-width:860px;margin:0 auto 3.2rem}.pricing-section-header span{color:var(--accent-teal);letter-spacing:.02em;margin-bottom:.75rem;font-size:.82rem;font-weight:800;display:inline-block}.pricing-section-header h2{overflow-wrap:anywhere;word-break:break-word;margin-bottom:1rem;font-size:clamp(2.15rem,3.2vw,3.2rem)}.pricing-section-header p{max-width:860px;color:var(--text-muted);margin:0 auto;font-size:1rem;line-height:1.78}.quote-module-grid{max-width:var(--section-max);grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:0 auto;display:grid}.quote-card{background:linear-gradient(#ffffff0f,#ffffff06),#0a1222c2;border:1px solid #ffffff1a;border-radius:8px;grid-template-rows:auto auto minmax(118px,auto) auto 1fr;align-content:start;min-height:560px;padding:1.28rem;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 48px #00000047}.quote-card:before{content:"";background:linear-gradient(90deg,#00f2fec7,#ffc25780,#0000);height:2px;position:absolute;top:0;left:1.28rem;right:1.28rem}.quote-card__top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.15rem;display:flex}.quote-card__top span{color:var(--accent-teal);font-size:.76rem;font-weight:800}.quote-card__top i{color:#ffc257;font-size:1.3rem}.quote-card h3{margin-bottom:.85rem;font-size:clamp(1.18rem,1.35vw,1.4rem)}.quote-card p{color:var(--text-muted);margin-bottom:1rem;font-size:.94rem;line-height:1.68}.quote-card__prices{gap:.55rem;margin:0 0 1.05rem;display:grid}.quote-card__prices div{background:#05070a61;border:1px solid #ffffff1a;border-radius:8px;min-height:72px;padding:.72rem .78rem}.quote-card__prices span{color:#91a6c0;margin-bottom:.22rem;font-size:.76rem;font-weight:800;display:block}.quote-card__prices strong{color:#fff;font-size:1rem;line-height:1.42;display:block}.quote-card ul{gap:.58rem;list-style:none;display:grid}.quote-card li{color:var(--text-muted);padding-left:1rem;font-size:.9rem;line-height:1.55;position:relative}.quote-card li:before{content:"";background:var(--accent-neon);border-radius:50%;width:5px;height:5px;position:absolute;top:.62em;left:0}.quote-matrix{padding:5.5rem var(--page-gutter);background:linear-gradient(180deg, var(--bg-darker), #0a0e17fa)}.quote-matrix__inner,.pricing-rules__inner{max-width:var(--section-max);margin:0 auto}.quote-matrix__header,.pricing-rules__copy{margin-bottom:1.8rem}.pricing-rules__copy h2{font-size:clamp(2rem,3vw,3.05rem)}.quote-matrix__header{margin-bottom:1.25rem}.quote-matrix__header h2{font-size:clamp(1.55rem,2vw,2.15rem);line-height:1.25}.quote-table-wrap{background:#080e1cb8;border:1px solid #ffffff1a;border-radius:8px;overflow-x:auto}.quote-table{border-collapse:collapse;width:100%;min-width:1040px}.quote-table th,.quote-table td{text-align:left;vertical-align:top;color:var(--text-muted);border-bottom:1px solid #ffffff14;border-right:1px solid #ffffff14;padding:.82rem .95rem;font-size:.88rem;line-height:1.58}.quote-table th{color:#fff;font-weight:800}.quote-table thead th{color:var(--accent-teal);background:#00f2fe14}.quote-table tr:last-child th,.quote-table tr:last-child td{border-bottom:0}.quote-table th:last-child,.quote-table td:last-child{border-right:0}.custom-quote{padding:5.5rem var(--page-gutter);background:linear-gradient(#0a0e17fa,#05070afa)}.custom-quote__inner{max-width:var(--section-max);margin:0 auto}.custom-quote__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.custom-module-card{background:linear-gradient(#ffffff0d,#ffffff05),#0a1222b3;border:1px solid #ffffff1a;border-radius:8px;min-height:230px;padding:1.25rem}.custom-module-card__top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.custom-module-card__top i{color:#ffc257;font-size:1.25rem}.custom-module-card__top span{min-height:30px;color:var(--accent-teal);white-space:nowrap;background:#00f2fe14;border:1px solid #00f2fe2e;border-radius:6px;align-items:center;padding:0 .7rem;font-size:.74rem;font-weight:800;display:inline-flex}.custom-module-card h3{margin-bottom:.75rem;font-size:1.16rem}.custom-module-card p{color:var(--text-muted);font-size:.94rem;line-height:1.68}.pricing-rules__copy p{max-width:760px;color:var(--text-muted);margin-top:.85rem;line-height:1.78}.pricing-rules{padding:5.5rem var(--page-gutter) 6.5rem;background:var(--bg-darker)}.pricing-rule-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.pricing-rule-list article{background:linear-gradient(#ffffff0e,#ffffff06),#0a1222b8;border:1px solid #ffffff1a;border-radius:8px;min-height:246px;padding:1.25rem}.pricing-rule-list i{color:#ffc257;margin-bottom:1rem;font-size:1.35rem}.pricing-rule-list h3{margin-bottom:.75rem;font-size:1.16rem}.pricing-rule-list p{color:var(--text-muted);font-size:.94rem;line-height:1.68}footer{padding:3rem var(--page-gutter);text-align:center;border-top:1px solid var(--glass-border);background:var(--bg-darker);color:var(--text-muted)}.fade-in-up{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}@media (width<=1180px){.solution-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.value-outcomes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cam-integrations{grid-template-columns:1fr}.quote-module-grid,.custom-quote__grid,.pricing-rule-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.solution-grid,.integration-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pricing-entry__inner{grid-template-columns:1fr}.pricing-entry__modules{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.hero{min-height:auto;padding-top:6.5rem}.hero-layout{grid-template-columns:1fr;gap:2.5rem}.hero h1{font-size:clamp(2.45rem,12vw,3.5rem);line-height:1.2}.hero-actions .hero-cta{width:100%;min-width:0}.hero-points,.solution-grid,.pricing-entry__modules,.quote-module-grid,.custom-quote__grid,.pricing-rule-list{grid-template-columns:1fr}.pricing-entry__modules article,.quote-card,.custom-module-card,.pricing-rule-list article{min-height:auto}.pricing-hero{min-height:auto;padding-top:7rem}.pricing-hero__inner{width:100%;max-width:100%;margin-left:auto}.pricing-hero h1{word-break:break-all;max-width:100%;font-size:clamp(1.85rem,8.4vw,2.35rem);line-height:1.15}.pricing-title-line{display:block}.pricing-hero p{max-width:100%}.pricing-page p,.pricing-page li,.pricing-page td,.pricing-page th,.pricing-page strong{overflow-wrap:anywhere;word-break:break-word}.pricing-hero .hero-actions{max-width:100%}.pricing-hero__facts{grid-template-columns:1fr;display:grid}.quote-table{min-width:920px}.value-outcomes__grid{grid-template-columns:1fr}.value-card{min-height:auto}.solution-card{min-height:190px}.cam-integrations{grid-template-columns:1fr;gap:1.5rem}.faq-grid{grid-template-columns:1fr;gap:3.5rem}.customer-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-header{margin-bottom:3rem}.integration-logos{grid-template-columns:1fr}.integration-item{min-height:112px}.architecture{flex-direction:column}.decision-proof{width:100%;min-height:360px}.logo img{height:40px}.nav-links,header>.btn-primary{display:none}.demo-modal{align-items:flex-start;padding-top:1rem}.demo-modal__panel{max-height:calc(100vh - 2rem);padding:3.8rem 1rem 1.25rem}.demo-modal__panel h2{margin:0 2.2rem 1.6rem}.demo-modal__close{top:.9rem;right:.9rem}}
