:root{--bg:#f7f6f2;--paper:#fbfaf7;--text:#111;--body:#2d2d2d;--muted:#737373;--line:#dfddd6;--accent:#4338ca;--accent-fill:#818cf8;--accent-tint:#ecedff;--on-fill:#15173a;--olive:#75815d;--serif-display:"Libre Baskerville", Georgia, serif;--serif-body:"Source Serif 4", Georgia, serif;--sans:"Inter", system-ui, -apple-system, sans-serif;--pad-x:clamp(24px, 6vw, 90px);--reading:760px}.industry-page{background:var(--bg);color:var(--body);font-family:var(--serif-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:18px;line-height:1.7}.industry-page *{box-sizing:border-box}.industry-page #product-features,.industry-page #faq-section{scroll-margin-top:100px}.industry-page h1,.industry-page h2,.industry-page h3{color:var(--text)}.kicker,.section-label{font-family:var(--sans);letter-spacing:2px;text-transform:uppercase;color:var(--accent);align-items:center;gap:9px;margin:0;font-size:.78rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:linear-gradient(var(--accent-fill),var(--accent-fill)) 0 50% /3px 45% no-repeat, linear-gradient(var(--accent-fill),var(--accent-fill)) 4.5px 50% /3px 100% no-repeat, linear-gradient(var(--accent-fill),var(--accent-fill)) 9px 50% /3px 70% no-repeat, linear-gradient(var(--accent-fill),var(--accent-fill)) 13.5px 50%/3px 35% no-repeat;border-radius:2px;flex:none;width:16px;height:11px}.section-title{font-family:var(--serif-display);margin:14px 0 0;font-size:clamp(1.7rem,3.4vw,2.6rem);font-weight:700;line-height:1.18}.section-title:after{content:"";background:var(--accent-fill);border-radius:2px;width:54px;height:3px;margin-top:18px;display:block}.section-copy{color:#444;max-width:var(--reading);font-size:clamp(1.02rem,1.5vw,1.15rem)}.panel{background:var(--paper)}.divider{align-items:center;gap:18px;width:min(90%,1100px);margin:0 auto;display:flex}.divider:before,.divider:after{content:"";background:var(--line);flex:1;height:1px}.divider svg{flex:none;width:auto;height:16px;display:block}.topbar{padding:24px var(--pad-x);font-family:var(--sans);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.brand{font-family:var(--serif-display);color:var(--text);align-items:center;gap:10px;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.brand .logo{align-items:center;display:inline-flex}.brand .logo svg{width:auto;height:42px;display:block}.brand b{color:var(--accent);font-weight:700}.tag-chip{font-family:var(--sans);letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);border:1px solid var(--line);border-radius:100px;padding:8px 16px;font-size:.72rem;font-weight:600}.hero-tag-chip{font-family:var(--sans);letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);border:1px solid var(--line);border-radius:100px;align-items:center;gap:8px;margin:0 0 20px;padding:8px 16px;font-size:.75rem;font-weight:600;display:inline-flex}.hero-tag-chip-icon{width:14px;height:14px;stroke:var(--accent);flex:none}.industry-back-link{font-family:var(--sans);color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin:0 8px 20px;padding:0;font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.industry-back-link svg{flex:none;width:16px;height:16px}.industry-back-link:hover{color:var(--accent)}.topbar{z-index:200;background:var(--bg);border-bottom:1px solid #0000;transition:border-color .25s,box-shadow .25s;position:sticky;top:0}.topbar.is-scrolled{border-bottom-color:var(--line);box-shadow:0 6px 20px -14px #00000040}.topbar-nav{font-family:var(--sans);align-items:center;gap:clamp(16px,2.4vw,32px);margin-left:auto;display:flex}.topbar-nav-link{color:var(--body);padding:6px 1px;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.topbar-nav-link:after{content:"";background:var(--accent-fill);border-radius:2px;width:0%;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.topbar-nav-link:hover,.topbar-nav-link:focus-visible{color:var(--accent)}.topbar-nav-link:hover:after,.topbar-nav-link:focus-visible:after{width:100%}.topbar-nav-link.active,.topbar-nav-link.active:focus-visible{color:var(--accent)}.topbar-nav-link.active:after{width:100%}.topbar-right{align-items:center;gap:14px;display:flex}.topbar-demo-btn{font-family:var(--sans);color:var(--on-fill);background:var(--accent-fill);white-space:nowrap;border-radius:100px;align-items:center;gap:8px;padding:10px 18px;font-size:.86rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex}.topbar-demo-btn svg{fill:none;width:16px;height:16px;stroke:var(--on-fill);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.topbar-demo-btn:hover,.topbar-demo-btn:focus-visible{filter:brightness(1.06);box-shadow:0 8px 18px -8px var(--accent-fill);transform:translateY(-1px)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:30px;height:30px;padding:0;display:none}.nav-toggle span{background:var(--text);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s,width .25s;display:block}.nav-toggle.is-open span:first-child{width:100%;transform:translateY(7px)rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){width:100%;transform:translateY(-7px)rotate(-45deg)}@media (max-width:1200px){.topbar{grid-template-columns:44px 1fr 44px;align-items:center;min-height:44px;display:grid}.nav-toggle{grid-area:1/1;place-self:center start;display:flex}.brand{grid-area:1/2;place-self:center}.topbar-right{grid-area:1/3;place-self:center end}.topbar-demo-btn{gap:0;padding:10px}.topbar-demo-btn span{display:none}.topbar-nav{background:var(--bg);padding:6px var(--pad-x) 22px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:2px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 14px 26px -18px #0000004d}.topbar-nav.is-open{display:flex}.topbar-nav-link{width:100%;padding:12px 0}}@media (min-width:1201px) and (max-width:1400px){.topbar-nav{gap:14px}.topbar-nav-link{font-size:.8rem}}@media (max-width:760px){.hero-media{display:none}.metrics{margin-top:24px}#demo-features{display:none!important}}.hero-watch-demo-btn{font-family:var(--sans);color:#fff;background:var(--accent);border-radius:100px;align-items:center;gap:10px;margin-top:28px;padding:14px 26px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex}.hero-watch-demo-btn svg{width:18px;height:18px}.hero-watch-demo-btn:hover{filter:brightness(1.08);box-shadow:0 10px 22px -10px var(--accent)}.hero-compare{border:1px solid var(--line);background:#fff;border-radius:14px;flex-wrap:wrap;align-items:stretch;margin-top:22px;display:flex;overflow:hidden;box-shadow:0 12px 24px -18px #00000040}.hero-compare-card{font-family:var(--sans);flex:220px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-content:start;align-items:start;gap:6px 12px;padding:16px 20px;display:grid}.hero-compare-icon{grid-area:1/1;align-self:center}.hero-compare-text{grid-area:1/2}.hero-compare-pill{grid-area:2/2;justify-self:start;margin-top:2px}.hero-compare-divider{background:var(--line);flex:none;align-self:stretch;width:1px;margin:14px 0}.hero-compare-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.hero-compare-icon svg{width:17px;height:17px}.hero-compare-card.win .hero-compare-icon{background:var(--accent-tint)}.hero-compare-card.win .hero-compare-icon svg{stroke:var(--accent)}.hero-compare-card.lose .hero-compare-icon{background:#fde8e8}.hero-compare-card.lose .hero-compare-icon svg{stroke:#c0392b}.hero-compare-label{color:#999;margin:0;font-size:.72rem}.hero-compare-value{color:var(--text);margin:2px 0 0;font-size:22px;font-weight:700}.hero-compare-pill{white-space:nowrap;border-radius:100px;padding:5px 12px;font-size:.72rem;font-weight:700}.hero-compare-pill.win{background:var(--accent-tint);color:var(--accent)}.hero-compare-pill.lose{color:#c0392b;background:#fde8e8}.hero{align-items:center;min-height:clamp(560px,58vw,720px);display:flex;position:relative;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-media:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#f5f5f500 0%,#f5f5f5 90%);height:360px;position:absolute;bottom:0;left:0;right:0}.hero-image{object-fit:cover;width:100%;height:100%;display:block}.hero-content{z-index:2;max-width:800px;padding:clamp(48px,8vw,90px) var(--pad-x) clamp(180px,20vw,240px);position:relative}.hero h1{font-family:var(--serif-display);letter-spacing:-.5px;margin:0 0 12px;font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:700;line-height:1.15}.hero h1 .accent{color:var(--accent)}.hero .subtitle{color:#555;max-width:480px;margin:0 0 4px;font-size:clamp(.9rem,1.1vw,.98rem)}.metrics{z-index:2;padding:28px var(--pad-x);background:#f5f5f5;grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:absolute;bottom:0;left:0;right:0}.metrics:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#f5f5f500 0%,#f5f5f5 90%);height:160px;position:absolute;top:-160px;left:0;right:0}.metric-item{align-items:flex-start;gap:14px;padding:0 24px;display:flex}.metric-item+.metric-item{border-left:1px solid var(--line)}.metric-icon{background:var(--accent-tint);border-radius:10px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.metric-icon svg{width:20px;height:20px;stroke:var(--accent)}@media (min-width:901px){.hero-tag-chip{font-size:11px}.hero h1{font-size:58px}.hero .subtitle{font-size:18px}.hero-content{padding-top:32px}}@media (max-width:900px){.hero{min-height:0;display:block}.hero-media{height:280px;position:relative}.hero-content{max-width:none;padding-top:clamp(28px,6vw,40px);padding-bottom:clamp(28px,6vw,40px)}.metrics{background:var(--bg);padding:20px var(--pad-x) 0;position:static}.metric-item{padding:0;border-left:none!important}}.metric-number{font-family:var(--sans);color:var(--text);font-size:clamp(1.7rem,3.4vw,2.6rem);font-weight:700;line-height:1}.metric-number .sfx{color:var(--accent)}.metric-label{font-family:var(--sans);color:#777;margin-top:10px;font-size:.86rem;line-height:1.4}.demo-section{padding:clamp(48px,7vw,80px) var(--pad-x)}.demo-heading{text-align:center;max-width:640px;margin:0 auto clamp(32px,5vw,48px)}.demo-title{font-family:var(--serif-display);margin:0 0 10px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.demo-subtitle{color:#555;margin:0;font-size:1rem}.demo-grid{grid-template-columns:260px 1fr;align-items:start;gap:20px;max-width:1400px;margin:0 auto;display:grid}.demo-features{flex-direction:column;gap:14px;display:flex}.demo-feature-btn{border:1px solid var(--line);font-family:var(--sans);color:var(--text);text-align:left;cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:14px;padding:14px 16px;font-size:.92rem;font-weight:600;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.demo-feature-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px -12px #0003}.demo-feature-btn.active{border-color:var(--accent-fill);box-shadow:0 8px 18px -12px #0003}.demo-feature-icon{background:var(--accent-tint);border-radius:9px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.demo-feature-icon svg{width:17px;height:17px;stroke:var(--accent)}.demo-card{border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden}.demo-tabs{border-bottom:1px solid var(--line);font-family:var(--sans);flex-wrap:wrap;align-items:center;gap:6px;padding:16px 20px;display:flex}.demo-tab{cursor:pointer;color:#888;background:0 0;border:none;border-radius:100px;padding:8px 14px;font-size:.86rem;font-weight:600;transition:background .2s,color .2s}.demo-tab.active{background:var(--text);color:#fff}.demo-play-row{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding:18px 20px;display:flex}.demo-play-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.demo-play-btn svg{width:18px;height:18px}.industry-page .demo-progress-bar{cursor:pointer;touch-action:none;opacity:.4;border-radius:100px;flex:auto;min-width:0;height:6px;transition:opacity .25s;position:relative}.industry-page .demo-progress-bar.playing{opacity:1}.industry-page .demo-progress-track{background:var(--line);border-radius:100px;position:absolute;inset:0}.industry-page .demo-progress-fill{background:var(--accent);border-radius:100px;transition:width .1s linear;position:absolute;top:0;bottom:0;left:0}.demo-time{font-family:var(--sans);color:#888;white-space:nowrap;flex:none;font-size:.82rem}.demo-transcript{flex-direction:column;gap:14px;max-height:360px;padding:22px 24px;display:flex;overflow-y:auto}.demo-msg{background:var(--paper);font-family:var(--sans);color:#444;opacity:0;border-radius:12px;padding:14px 16px;font-size:.92rem;line-height:1.5;transition:background .2s,box-shadow .2s,opacity .25s;display:none}.demo-msg.shown{opacity:1;display:block}.demo-msg.caller{background:var(--accent-tint)}.demo-msg.active{box-shadow:0 0 0 2px var(--accent-fill) inset}.demo-msg .role{letter-spacing:.5px;text-transform:uppercase;color:var(--accent);margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.demo-footer{border-top:1px solid var(--line);font-family:var(--sans);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:18px 24px;display:flex}.demo-footer p{color:var(--text);margin:0;font-size:.92rem;font-weight:600}.demo-footer-btn{background:var(--accent);color:#fff;white-space:nowrap;border-radius:100px;padding:11px 20px;font-size:.86rem;font-weight:700;text-decoration:none}@media (max-width:900px){.demo-grid{grid-template-columns:1fr}.demo-features{flex-flow:wrap}.demo-feature-btn{flex:45%}}.problem-section{padding:clamp(48px,7vw,50px) var(--pad-x)}.problem-heading{text-align:center;max-width:640px;margin:0 auto clamp(32px,5vw,48px)}.problem-chip{font-family:var(--sans);letter-spacing:1px;text-transform:uppercase;color:#c0392b;background:#fde8e8;border-radius:100px;align-items:center;gap:7px;margin:0 0 16px;padding:7px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.problem-chip svg{width:13px;height:13px}.problem-title{font-family:var(--serif-body);color:var(--text);margin:0 0 12px;font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:400;line-height:1.25}.problem-title b{font-weight:700}.problem-subtitle{color:#666;margin:0;font-size:.98rem}.problem-grid{grid-template-columns:repeat(4,1fr);gap:clamp(18px,2.5vw,24px);max-width:1400px;margin:0 auto;display:grid}.problem-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px}.problem-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:18px;display:flex}.problem-icon svg{width:20px;height:20px}.problem-icon.red{color:#c0392b;background:#fde8e8}.problem-icon.orange{color:#c9821a;background:#fdf1de}.problem-icon.green{color:#1a9e63;background:#e2f5ec}.problem-icon.purple{color:#5b4bd6;background:#ece9fc}.problem-card h3{font-family:var(--sans);color:var(--text);margin:0 0 10px;font-size:1.05rem;font-weight:700;line-height:1.3}.problem-card p{color:#666;margin:0 0 20px;font-size:.9rem;line-height:1.55}.problem-stat{font-family:var(--sans);border-top:1px solid var(--line);align-items:center;gap:7px;padding-top:16px;font-size:.82rem;font-weight:600;display:flex}.problem-stat svg{flex:none;width:14px;height:14px}.problem-stat.red{color:#c0392b}.problem-stat.orange{color:#c9821a}.problem-stat.green{color:#1a9e63}.problem-stat.purple{color:#5b4bd6}@media (max-width:900px){.problem-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.problem-grid{grid-template-columns:1fr}}.testimonial-section{padding:clamp(48px,7vw,80px) var(--pad-x)}.testimonial-heading{text-align:center;max-width:640px;margin:0 auto clamp(32px,5vw,48px)}.testimonial-title{font-family:var(--sans);color:var(--text);margin:0 0 12px;font-size:clamp(1.6rem,3.2vw,2.2rem);font-weight:800}.testimonial-subtitle{color:#666;margin:0;font-size:.98rem}.testimonial-carousel-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:1400px;margin:0 auto;position:relative;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 90px calc(100% - 90px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 90px calc(100% - 90px),#0000 100%)}.testimonial-carousel-wrap::-webkit-scrollbar{display:none}.testimonial-track{gap:clamp(18px,2.5vw,24px);width:max-content;animation:42s linear infinite testimonial-scroll;display:flex}.testimonial-carousel-wrap:hover .testimonial-track{animation-play-state:paused}@keyframes testimonial-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{border:1px solid var(--line);background:#fff;border-radius:16px;flex:0 0 clamp(320px,34vw,440px);padding:22px 26px}.testimonial-top{align-items:center;gap:12px;margin-bottom:14px;display:flex}.testimonial-avatar{object-fit:cover;border-radius:50%;flex:none;width:44px;height:44px}.testimonial-name{font-family:var(--sans);color:var(--text);margin:0;font-size:.95rem;font-weight:700}.testimonial-role{font-family:var(--sans);color:#888;margin:1px 0 0;font-size:.82rem}.testimonial-org{font-family:var(--sans);color:#888;margin:0;font-size:.82rem}.testimonial-stars{color:#f5a623;letter-spacing:2px;margin-bottom:14px;font-size:.95rem}.testimonial-quote{font-family:var(--sans);color:#444;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}@media (prefers-reduced-motion:reduce){.testimonial-track{animation:none}}.section{padding:clamp(48px,7vw,80px) var(--pad-x)}.card-grid{grid-template-columns:repeat(3,1fr);gap:clamp(20px,2.5vw,30px);max-width:1400px;margin-top:clamp(36px,5vw,52px);display:grid}.card{border-top:2px solid var(--line);padding-top:22px}.card .ic{background:var(--accent-tint);border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:16px;display:flex}.card .ic svg{fill:none;width:22px;height:22px;stroke:var(--accent);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.card h3{font-family:var(--sans);margin:0 0 6px;font-size:1.08rem;font-weight:600}.card p{color:#555;margin:0;font-size:.98rem;line-height:1.55}.timeline{grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,26px);max-width:1400px;margin-top:clamp(40px,5vw,56px);display:grid;position:relative}.timeline:before{content:"";background:var(--accent-fill);opacity:.5;z-index:0;height:2px;position:absolute;top:27px;left:8%;right:8%}.tl-step{z-index:1;position:relative}.tl-node{border:2px solid var(--accent-fill);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;display:flex}.tl-node svg{fill:none;width:26px;height:26px;stroke:var(--accent);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.tl-step .step-no{font-family:var(--sans);letter-spacing:1.5px;color:var(--accent);text-transform:uppercase;font-size:.72rem;font-weight:700}.tl-step h3{font-family:var(--sans);margin:4px 0 5px;font-size:1.02rem;font-weight:600}.tl-step p{color:#555;margin:0;font-size:.95rem;line-height:1.5}.notify-wrap{flex-wrap:wrap;align-items:center;gap:clamp(28px,4vw,56px);max-width:1400px;margin-top:clamp(40px,5vw,60px);display:flex}.notify-intro{flex:240px}.notify-intro h3{font-family:var(--serif-display);margin:10px 0;font-size:clamp(1.3rem,2.4vw,9.7rem);line-height:1.25}.notify-intro p{color:#555;max-width:340px;margin:0;font-size:1rem}.notify{border:1px solid var(--line);width:clamp(280px,100%,330px);font-family:var(--sans);background:#fff;border-radius:20px;flex:none;position:relative;overflow:hidden;box-shadow:0 18px 40px -18px #1a1f3d59}.notify:after{content:"";background:var(--accent-fill);width:18px;height:18px;position:absolute;top:30px;left:-9px;transform:rotate(45deg)}.notify-head{background:var(--accent-fill);color:var(--on-fill);align-items:center;gap:10px;padding:14px 18px;font-size:.95rem;font-weight:600;display:flex}.notify-head svg{fill:none;width:18px;height:18px;stroke:var(--on-fill);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.notify-head .t{opacity:.8;margin-left:auto;font-size:.78rem;font-weight:500}.notify-body{padding:16px 18px 6px}.nrow{border-bottom:1px solid #f0eee8;justify-content:space-between;gap:14px;padding:9px 0;font-size:.92rem;display:flex}.nrow:last-child{border-bottom:none}.nrow span{color:#999}.nrow b{color:var(--text);text-align:right;font-weight:600}.notify-actions{gap:10px;padding:6px 18px 18px;display:flex}.btn-primary,.btn-ghost{font-family:var(--sans);text-align:center;border-radius:9px;flex:1;padding:9px 14px;font-size:.85rem;font-weight:600}.btn-primary{background:var(--accent);color:#fff}.btn-ghost{color:#555;background:#f3f3ef}.cost{max-width:760px;margin-top:clamp(36px,5vw,52px)}.cost-row{margin-bottom:26px}.cost-row .cl{font-family:var(--sans);justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.cost-row .cl .name{color:var(--text);font-size:1rem;font-weight:600}.cost-row .cl .val{color:var(--muted);font-size:1.05rem;font-weight:700}.cost-row.win .cl .val{color:var(--accent)}.track{background:#eceae3;border-radius:100px;height:20px;overflow:hidden}.bar-fill{border-radius:100px;height:100%}.bar-fill.full{background:#cfcabd;width:100%}.bar-fill.win{background:var(--accent-fill);width:20%}.cost-note{font-family:var(--sans);color:#888;margin-top:6px;font-size:.9rem}.safe-grid{grid-template-columns:repeat(2,1fr);gap:clamp(22px,3vw,40px);max-width:1400px;margin-top:clamp(36px,5vw,52px);display:grid}.safe-item{border-bottom:1px solid var(--line);align-items:flex-start;gap:14px;padding-bottom:20px;display:flex}.safe-item .mark{background:var(--accent-tint);border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.safe-item .mark svg{fill:none;width:15px;height:15px;stroke:var(--accent);stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.safe-item h3{font-family:var(--sans);margin:0 0 4px;font-size:1.02rem;font-weight:600}.safe-item p{color:#555;margin:0;font-size:.95rem;line-height:1.5}.chips{flex-wrap:wrap;gap:12px;max-width:1400px;margin-top:clamp(30px,4vw,42px);display:flex}.chip{font-family:var(--sans);color:var(--on-fill);background:var(--accent-tint);cursor:pointer;border:1px solid #dfe3fb;border-radius:100px;padding:9px 18px;font-size:.95rem;font-weight:500;transition:background .35s,color .35s,transform .25s,box-shadow .35s}.chip:hover{transform:translateY(-1px)}.chip.active{background:var(--accent-fill);border-color:var(--accent-fill);color:var(--on-fill);box-shadow:0 6px 16px -6px var(--accent-fill);font-weight:700;transform:scale(1.06)}.chip.more{background:var(--accent-fill);border-color:var(--accent-fill);font-weight:600}.langs .section-copy{margin-top:22px;font-size:1rem;transition:opacity .35s,transform .35s}.langs .section-copy.is-switching{opacity:0;transform:translateY(6px)}.faq-grid{grid-template-columns:1.7fr 1fr;align-items:start;gap:clamp(20px,3vw,32px);max-width:1400px;margin-top:clamp(30px,4vw,42px);display:grid}.faq-list{flex-direction:column;gap:0;display:flex}.industry-page .faq-item{border-bottom:1px solid var(--line)}.industry-page .faq-item:first-child{border-top:1px solid var(--line)}.faq-q{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 4px;display:flex}.faq-q h3{font-family:var(--sans);color:var(--text);margin:0;font-size:1.02rem;font-weight:600}.faq-toggle{border:1px solid var(--line);border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,border-color .2s,transform .3s;display:flex;position:relative}.faq-toggle:before,.faq-toggle:after{content:"";background:var(--accent);transition:transform .3s,opacity .2s;position:absolute}.faq-toggle:before{width:12px;height:2px}.faq-toggle:after{width:2px;height:12px}.faq-item.open .faq-toggle{background:var(--accent-fill);border-color:var(--accent-fill)}.faq-item.open .faq-toggle:after{opacity:0;transform:rotate(90deg)}.faq-a-wrap{opacity:0;max-height:0;transition:max-height .3s,opacity .3s;overflow:hidden}.faq-a-wrap p{color:#555;max-width:640px;margin:0 4px 20px;font-size:.98rem;line-height:1.6}.faq-item.open .faq-a-wrap{opacity:1}.faq-side{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;align-items:flex-start;gap:14px;padding:clamp(24px,3vw,32px);display:flex;position:sticky;top:110px}.faq-side-icon{background:var(--accent-tint);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.faq-side-icon svg{width:22px;height:22px;stroke:var(--accent);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.faq-side h3{font-family:var(--sans);margin:0;font-size:1.15rem;font-weight:700}.faq-side p{color:#666;margin:0;font-size:.94rem;line-height:1.55}.faq-side-actions{flex-direction:column;gap:10px;width:100%;margin-top:6px;display:flex}.faq-side-btn{font-family:var(--sans);border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 18px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,filter .2s,box-shadow .2s;display:flex}.faq-side-btn svg{width:16px;height:16px}.faq-side-btn:hover{transform:translateY(-1px)}.faq-side-btn.primary{background:var(--accent);color:#fff}.faq-side-btn.primary:hover{filter:brightness(1.08);box-shadow:0 8px 18px -10px var(--accent)}.faq-side-btn.ghost{background:var(--accent-tint);color:var(--on-fill)}.faq-side-btn.ghost:hover{background:var(--accent-fill)}@media (max-width:900px){.faq-grid{grid-template-columns:1fr}.faq-side{position:static}}.cta{text-align:center;padding:clamp(56px,8vw,88px) var(--pad-x)}.cta h2{font-family:var(--serif-display);max-width:680px;margin:14px auto 8px;font-size:clamp(1.6rem,3.4vw,2.6rem);line-height:1.2}.cta h2:after{content:"";background:var(--accent-fill);border-radius:2px;width:54px;height:3px;margin:18px auto 0;display:block}.cta .lead{color:#555;max-width:560px;margin:0 auto 30px;font-size:1.05rem}.demo-number{font-family:var(--sans);color:var(--on-fill);background:var(--accent-fill);letter-spacing:.5px;cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:12px;max-width:100%;padding:16px clamp(16px,5vw,34px);font-size:clamp(1.1rem,4vw,2rem);font-weight:700;text-decoration:none;display:inline-flex}.demo-number svg{fill:none;width:24px;height:24px;stroke:var(--on-fill);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.industry-page footer{padding:clamp(40px,6vw,64px) var(--pad-x);border-top:1px solid var(--line);font-family:var(--sans);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-note{color:#777;max-width:560px;font-size:.9rem;line-height:1.55}.footer-note b{color:var(--text)}.industry-footer-brand{font-family:var(--serif-display);color:var(--text);font-weight:700}.industry-footer-brand span{color:var(--accent)}@media (max-width:900px){.metrics,.card-grid{grid-template-columns:repeat(2,1fr)}.safe-grid{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(2,1fr);gap:30px 20px}.timeline:before{display:none}}@media (max-width:480px){.card-grid,.timeline{grid-template-columns:1fr}.tag-chip{display:none}.demo-number{gap:8px;padding:14px 18px;font-size:1.05rem}.industry-footer-brand{font-size:.95rem}.topbar{justify-content:center}}
