:root{--fx-bg:#0b1120;--fx-bg2:#0f172a;--fx-green:#2dd4bf;--fx-green-dim:#2dd4bf0f;--fx-green-glow:#2dd4bf59;--fx-cyan:#22d3ee;--fx-purple:#8b5cf6;--fx-magenta:#a855f7;--fx-orange:#f59e0b;--fx-glass:#0f172abf;--fx-glass-border:#2dd4bf1a;--fx-text:#e2e8f0;--fx-text-dim:#94a3b8;--fx-text-muted:#64748b;--fx-radius:16px;--fx-font-mono:"SF Mono", "Fira Code", "Courier New", monospace;--fx-font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fx-card-bg:#0f172a99;--fx-card-border:#94a3b814}.calling-agent-page{color:var(--fx-text);font-family:var(--fx-font-sans);position:relative;background:var(--fx-bg)!important}.calling-agent-page:before{display:none}.header-arrow-glass{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #2dd4bf0f;transition:all .4s;background:#0b1120d9!important}.header-arrow-glass.is-sticky{box-shadow:0 4px 30px #00000080;background:#0b1120f2!important}#fx-particles{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.fx-orb-bg{filter:blur(140px);opacity:.18;pointer-events:none;border-radius:50%;animation:16s ease-in-out infinite alternate orbDrift;position:absolute}.fx-orb-1{background:radial-gradient(circle, var(--fx-green), transparent 65%);width:700px;height:700px;animation-duration:18s;top:-250px;left:-200px}.fx-orb-2{background:radial-gradient(circle, var(--fx-cyan), transparent 65%);width:550px;height:550px;animation-duration:22s;animation-delay:-5s;top:50%;right:-200px}.fx-orb-3{background:radial-gradient(circle, var(--fx-purple), transparent 65%);width:500px;height:500px;animation-duration:20s;animation-delay:-10s;bottom:-150px;left:25%}@keyframes orbDrift{0%{transform:translate(0)scale(1)}25%{transform:translate(40px,-50px)scale(1.08)}50%{transform:translate(-30px,40px)scale(.92)}75%{transform:translate(20px,-30px)scale(1.05)}to{transform:translate(-15px,25px)scale(.97)}}.fx-grid-bg{pointer-events:none;background-image:linear-gradient(#00ff9706 1px,#0000 1px),linear-gradient(90deg,#00ff9706 1px,#0000 1px);background-size:80px 80px;width:100%;height:100%;animation:8s ease-in-out infinite gridPulse;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(#0009 0%,#0000 70%);mask-image:radial-gradient(#0009 0%,#0000 70%)}@keyframes gridPulse{0%,to{opacity:.6}50%{opacity:1}}.fx-holo-border{position:relative}.fx-holo-border:after{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#0000 20%,#00ff974d 40%,#00e5ff4d 50%,#b24bf34d 60%,#0000 80%) 0 0/300% 300%;padding:1px;animation:4s linear infinite holoShimmer;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes holoShimmer{0%{background-position:0%}to{background-position:300%}}.fx-neon-text{color:var(--fx-green)}.fx-hero{background:0 0;align-items:center;min-height:100vh;padding:180px 0 120px;display:flex;position:relative;overflow:hidden}.fx-hero-content{z-index:2;text-align:center;max-width:860px;margin:0 auto;position:relative}.fx-badge{color:var(--fx-green);letter-spacing:1.5px;font-size:.8125rem;font-weight:600;font-family:var(--fx-font-sans);background:#2dd4bf0f;border:1px solid #2dd4bf26;border-radius:100px;align-items:center;gap:10px;margin-bottom:36px;padding:10px 24px;display:inline-flex;position:relative;overflow:hidden}.fx-badge:before{content:"";background:var(--fx-green);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulseDot;box-shadow:0 0 8px #2dd4bf80}.fx-badge:after{display:none}@keyframes scanLine{0%{left:-50%}to{left:150%}}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}.fx-hero-title{color:#fff;letter-spacing:-2px;margin-bottom:32px;font-size:clamp(2.75rem,6.5vw,5rem);font-weight:800;line-height:1.05}.fx-gradient-text{background:linear-gradient(135deg, var(--fx-green) 0%, var(--fx-cyan) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.fx-hero-desc{color:var(--fx-text-dim);max-width:640px;margin:0 auto 50px;font-size:1.1875rem;line-height:1.75}.fx-cta-wrap{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.fx-btn{cursor:pointer;letter-spacing:1px;text-transform:uppercase;font-size:14px;font-weight:700;font-family:var(--fx-font-sans);border:none;border-radius:100px;align-items:center;gap:10px;padding:16px 42px;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;text-decoration:none!important}.fx-btn-primary{background:var(--fx-green);box-shadow:0 4px 20px #2dd4bf40;color:#0b1120!important}.fx-btn-primary:after{display:none}.fx-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2dd4bf59;color:#0b1120!important}.fx-btn-ghost{background:0 0;border:none;color:#fff!important}.fx-btn-ghost:hover{transform:translateY(-2px);color:var(--fx-green)!important}.fx-stat-pills{justify-content:center;gap:16px;margin-top:32px;margin-bottom:32px;display:flex}.fx-stat-pill{border:1px solid var(--fx-card-border);color:var(--fx-text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172acc;border-radius:100px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:600;display:inline-flex}.fx-stat-pill strong{color:#fff;font-size:16px;font-weight:800}.fx-stat-pill span{color:var(--fx-text-dim);text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:600}.fx-trust-signals{justify-content:center;align-items:center;gap:32px;margin-top:24px;display:flex}.fx-trust-item{color:var(--fx-text-dim);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.fx-trust-item i{color:var(--fx-green);font-size:16px}.fx-waveform-wrap{justify-content:center;align-items:flex-end;gap:5px;height:90px;margin-top:70px;display:flex}.fx-wave-bar{background:linear-gradient(to top, var(--fx-green), var(--fx-cyan));opacity:.6;border-radius:100px;width:4px;animation:1.4s ease-in-out infinite waveAnim;box-shadow:0 0 6px #00ff974d}@keyframes waveAnim{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(2.5)}}.fx-wave-bar:first-child{height:18px;animation-delay:0s}.fx-wave-bar:nth-child(2){height:32px;animation-delay:70ms}.fx-wave-bar:nth-child(3){height:22px;animation-delay:.14s}.fx-wave-bar:nth-child(4){height:44px;animation-delay:.21s}.fx-wave-bar:nth-child(5){height:28px;animation-delay:.28s}.fx-wave-bar:nth-child(6){height:52px;animation-delay:.35s}.fx-wave-bar:nth-child(7){height:34px;animation-delay:.42s}.fx-wave-bar:nth-child(8){height:58px;animation-delay:.49s}.fx-wave-bar:nth-child(9){height:38px;animation-delay:.56s}.fx-wave-bar:nth-child(10){height:48px;animation-delay:.63s}.fx-wave-bar:nth-child(11){height:62px;animation-delay:.7s}.fx-wave-bar:nth-child(12){height:42px;animation-delay:.77s}.fx-wave-bar:nth-child(13){height:52px;animation-delay:.84s}.fx-wave-bar:nth-child(14){height:28px;animation-delay:.91s}.fx-wave-bar:nth-child(15){height:48px;animation-delay:.98s}.fx-wave-bar:nth-child(16){height:32px;animation-delay:1.05s}.fx-wave-bar:nth-child(17){height:54px;animation-delay:1.12s}.fx-wave-bar:nth-child(18){height:24px;animation-delay:1.19s}.fx-wave-bar:nth-child(19){height:40px;animation-delay:1.26s}.fx-wave-bar:nth-child(20){height:56px;animation-delay:1.33s}.fx-section{z-index:1;padding:140px 0;position:relative}.fx-section-tag{color:var(--fx-green);font-family:var(--fx-font-mono);letter-spacing:4px;text-transform:uppercase;text-shadow:0 0 10px #00ff974d;background:#00ff9708;border:1px solid #00ff971a;border-radius:4px;margin-bottom:18px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-block}.fx-section-title{color:#fff;letter-spacing:-1px;margin-bottom:22px;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:700}.fx-section-desc{color:var(--fx-text-dim);max-width:660px;font-size:1.0625rem;line-height:1.75}.fx-section-desc.center{margin:0 auto}.fx-audio-section{background:linear-gradient(#00ff9705 0%,#0000 30%)}.fx-audio-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin:50px 0 40px;display:flex}.fx-audio-tab{color:var(--fx-text-dim);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--fx-font-mono);letter-spacing:.5px;background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;padding:12px 28px;transition:all .3s}.fx-audio-tab.active,.fx-audio-tab:hover{color:var(--fx-green);background:#2dd4bf14;border-color:#2dd4bf40}.fx-audio-panel{animation:.4s fadeUp;display:none}.fx-audio-panel.active{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fx-audio-card{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);-webkit-backdrop-filter:blur(16px);border-radius:20px;max-width:900px;margin:0 auto;padding:50px;position:relative;overflow:hidden}.fx-audio-card:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.fx-audio-card:after{content:"";opacity:.4;background:linear-gradient(90deg,#0000,#00ff9780,#0000);width:100%;height:3px;animation:4s linear infinite cardScan;position:absolute;top:0;left:0}@keyframes cardScan{0%{top:0}to{top:100%}}.fx-audio-header{align-items:center;gap:20px;margin-bottom:30px;display:flex}.fx-audio-header-icon{width:60px;height:60px;color:var(--fx-green);background:#00ff9714;border:1px solid #00ff9726;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex;box-shadow:0 0 20px #00ff971a}.fx-audio-header h3{color:#fff;margin:0 0 6px;font-size:1.375rem;font-weight:700}.fx-audio-header p{color:var(--fx-text-dim);margin:0;font-size:14px;line-height:1.5}.fx-player{background:#0006;border:1px solid #ffffff0d;border-radius:16px;padding:24px 28px;position:relative}.fx-player-controls{align-items:center;gap:18px;display:flex}.fx-play-btn{background:linear-gradient(135deg, var(--fx-green), #00cc7a);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #00ff974d}.fx-play-btn:before{content:"";border:2px solid #00ff9733;border-radius:50%;animation:2.5s ease-out infinite pulseRing;position:absolute;inset:-6px}@keyframes pulseRing{0%{opacity:.6;transform:scale(.9)}to{opacity:0;transform:scale(1.3)}}.fx-play-btn:hover{transform:scale(1.08);box-shadow:0 8px 30px #00ff9780}.fx-play-btn i{color:#000;margin-left:2px;font-size:1.125rem}.fx-player-wave{flex-direction:column;flex:1;gap:10px;display:flex}.fx-waveform-visual{cursor:pointer;align-items:center;gap:2px;height:40px;display:flex}.fx-waveform-visual .wv-bar{border-radius:100px;flex:1;min-width:2px;transition:background .15s}.fx-waveform-visual .wv-bar.played{background:var(--fx-green);box-shadow:0 0 4px #00ff9766}.fx-waveform-visual .wv-bar.unplayed{background:#ffffff14}.fx-player-meta{font-family:var(--fx-font-mono);color:var(--fx-text-dim);letter-spacing:.5px;justify-content:space-between;font-size:12px;display:flex}.fx-transcript-toggle{text-align:center;margin-top:20px}.fx-transcript-btn{color:var(--fx-text-dim);cursor:pointer;font-size:13px;font-family:var(--fx-font-mono);background:0 0;border:1px solid #ffffff14;border-radius:10px;padding:10px 24px;transition:all .3s}.fx-transcript-btn:hover{border-color:var(--fx-green);color:var(--fx-green)}.fx-transcript-area{text-align:left;background:#0000004d;border:1px solid #ffffff0a;border-radius:14px;max-height:250px;margin-top:20px;padding:20px;display:none;overflow-y:auto}.fx-transcript-area.open{display:block}.fx-transcript-area::-webkit-scrollbar{width:4px}.fx-transcript-area::-webkit-scrollbar-thumb{background:#00ff9733;border-radius:100px}.fx-t-line{border-bottom:1px solid #ffffff08;padding:8px 0;font-size:14px;line-height:1.6}.fx-t-line:last-child{border:none}.fx-t-speaker{letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700}.fx-t-speaker.ai{color:var(--fx-green)}.fx-t-speaker.human{color:var(--fx-cyan)}.fx-stats{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.fx-stat-item{text-align:center;background:var(--fx-card-bg);border:1px solid var(--fx-card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:35px 20px;position:relative;overflow:hidden}.fx-stat-item:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf33,#0000);height:1px;position:absolute;top:0;left:0;right:0}.fx-stat-number{background:linear-gradient(135deg, var(--fx-green), var(--fx-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:3.125rem;font-weight:800;line-height:1}.fx-stat-label{color:var(--fx-text-dim);text-transform:uppercase;letter-spacing:1.5px;font-size:13px;font-weight:600}.fx-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid}.fx-feature-card{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);border-radius:16px;padding:40px 30px;transition:all .3s;position:relative;overflow:hidden}.fx-feature-card:before,.fx-feature-card:after{display:none}.fx-feature-card:hover{border-color:#2dd4bf26;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.fx-feature-icon{width:52px;height:52px;color:var(--fx-green);background:#2dd4bf1a;border:1px solid #2dd4bf26;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:20px;display:flex}.fx-feature-icon.green,.fx-feature-icon.cyan,.fx-feature-icon.purple{color:var(--fx-green);box-shadow:none;background:#2dd4bf1a;border:1px solid #2dd4bf26}.fx-feature-title{color:#fff;margin-bottom:12px;font-size:18px;font-weight:700}.fx-feature-text{color:var(--fx-text-dim);margin:0;font-size:14px;line-height:1.7}.fx-testimonial-card{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);text-align:center;border-radius:20px;max-width:880px;margin:60px auto 0;padding:50px;position:relative;overflow:hidden}.fx-testimonial-card:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf33,#0000);height:1px;position:absolute;top:0;left:0;right:0}.fx-testimonial-quote{color:#2dd4bf12;margin-bottom:-20px;font-family:Georgia,serif;font-size:5rem;line-height:1}.fx-testimonial-text{color:var(--fx-text);margin-bottom:28px;font-size:20px;font-style:italic;line-height:1.7;position:relative}.fx-testimonial-author{color:var(--fx-green);font-size:16px;font-weight:700}.fx-testimonial-role{color:var(--fx-text-muted);margin-top:4px;font-size:14px}.fx-cta-section{text-align:center;padding:120px 0;position:relative;overflow:hidden}.fx-cta-section:before{content:"";pointer-events:none;background:radial-gradient(#2dd4bf0a,#0000 60%);width:800px;height:450px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.fx-performance-section{padding:120px 0;position:relative}.fx-performance-layout{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.fx-performance-left{position:sticky;top:120px}.fx-performance-badge{color:var(--fx-green);background:#2dd4bf0f;border:1px solid #2dd4bf26;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-flex}.fx-performance-badge i{font-size:14px}.fx-performance-title{color:#fff;letter-spacing:-1px;margin-bottom:32px;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:800;line-height:1.1}.fx-performance-checklist{margin:0 0 40px;padding:0;list-style:none}.fx-performance-checklist li{color:var(--fx-text-dim);align-items:center;gap:12px;padding:10px 0;font-size:16px;display:flex}.fx-performance-checklist li i{color:var(--fx-green);flex-shrink:0;font-size:18px}.fx-perf-cta{margin-top:40px}.fx-perf-trust{align-items:center;gap:24px;margin-top:16px;display:flex}.fx-perf-trust span{color:var(--fx-text-dim);align-items:center;gap:6px;font-size:13px;display:flex}.fx-perf-trust span i{color:var(--fx-green);font-size:14px}.fx-performance-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.fx-perf-item{align-items:flex-start;gap:16px;display:flex}.fx-perf-icon{width:48px;min-width:48px;height:48px;color:var(--fx-green);background:#2dd4bf1a;border:1px solid #2dd4bf26;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.fx-perf-content h4{color:#fff;margin:0 0 6px;font-size:16px;font-weight:700}.fx-perf-content p{color:var(--fx-text-dim);margin:0;font-size:14px;line-height:1.6}@media (max-width:991px){.fx-features-grid,.fx-stats{grid-template-columns:repeat(2,1fr)}.fx-audio-card{padding:30px}.fx-performance-layout{grid-template-columns:1fr;gap:48px}.fx-performance-left{position:static}}@media (max-width:767px){.fx-hero{min-height:auto;padding:140px 0 80px}.fx-features-grid{grid-template-columns:1fr}.fx-stats{grid-template-columns:repeat(2,1fr);gap:12px}.fx-stat-number{font-size:36px}.fx-cta-wrap{flex-direction:column}.fx-btn{justify-content:center;width:100%}.fx-audio-card{border-radius:18px;padding:24px 18px}.fx-player-controls{flex-direction:column}.fx-play-btn{width:60px;height:60px}.fx-testimonial-card{padding:30px 20px}.fx-testimonial-text{font-size:17px}.fx-section{padding:100px 0}.fx-waveform-wrap{height:50px}.fx-audio-tabs{gap:6px}.fx-audio-tab{padding:10px 16px;font-size:12px}.fx-audio-header{text-align:center;flex-direction:column}.fx-stat-pills{flex-direction:column;align-items:center}.fx-trust-signals{flex-direction:column;gap:12px}.fx-performance-grid{grid-template-columns:1fr}}.fx-variant-label{color:var(--fx-green);font-family:var(--fx-font-sans);letter-spacing:1.5px;background:#2dd4bf0f;border:1px solid #2dd4bf26;border-radius:100px;margin-bottom:16px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-block}.fx-vb-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px;display:grid}.fx-vb-card{text-align:center;border:1px solid var(--fx-card-border);background:var(--fx-card-bg);border-radius:16px;padding:40px 32px;transition:all .3s;position:relative;overflow:hidden}.fx-vb-card.grad-1,.fx-vb-card.grad-2,.fx-vb-card.grad-3,.fx-vb-card.grad-4,.fx-vb-card.grad-5,.fx-vb-card.grad-6{background:var(--fx-card-bg)}.fx-vb-card:before,.fx-vb-card:hover:before{display:none}.fx-vb-card:hover{border-color:#2dd4bf26;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.fx-vb-icon{z-index:1;width:56px;height:56px;color:var(--fx-green);background:#2dd4bf1a;border:1px solid #2dd4bf26;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 28px;font-size:22px;display:flex;position:relative}.fx-vb-icon.ico-blue,.fx-vb-icon.ico-purple,.fx-vb-icon.ico-cyan,.fx-vb-icon.ico-magenta,.fx-vb-icon.ico-green,.fx-vb-icon.ico-red{color:var(--fx-green);box-shadow:none;background:#2dd4bf1a;border:1px solid #2dd4bf26}.fx-vb-card h3{color:#fff;margin-bottom:10px;font-size:18px;font-weight:700}.fx-vb-card p{color:var(--fx-text-dim);margin:0;font-size:14px;line-height:1.65}.fx-globe-section{z-index:1;padding:120px 0;position:relative;overflow:hidden}.fx-globe-wrap{flex-direction:column;justify-content:center;align-items:center;gap:44px;margin-top:60px;display:flex}.fx-globe{perspective:1200px;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.fx-globe-aura{background:radial-gradient(circle,#b24bf326 0%,#b24bf308 45%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite globeAura;position:absolute;inset:-40px}@keyframes globeAura{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.fx-globe-sphere{z-index:2;background:radial-gradient(circle at 35% 30%,#b24bf380,#0000 50%),radial-gradient(circle at 65% 70%,#4f6ef766,#0000 50%),radial-gradient(circle,#0c0f2e,#060922);border-radius:50%;justify-content:center;align-items:center;width:240px;height:240px;display:flex;position:relative;box-shadow:0 0 60px #b24bf34d,0 0 120px #4f6ef726,inset 0 0 60px #00000080}.fx-globe-sphere:before{content:"";background:repeating-linear-gradient(0deg,#0000,#0000 24px,#b24bf30f 24px 25px),repeating-linear-gradient(90deg,#0000,#0000 24px,#4f6ef70f 24px 25px);border:1px solid #b24bf326;border-radius:50%;animation:20s linear infinite globeGridSpin;position:absolute;inset:8px;-webkit-mask-image:radial-gradient(circle,#000000b3 0%,#0000 75%);mask-image:radial-gradient(circle,#000000b3 0%,#0000 75%)}@keyframes globeGridSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fx-globe-sphere:after{content:"";background:radial-gradient(#ffffff14,#0000 70%);border-radius:50%;width:45%;height:35%;position:absolute;top:15%;left:20%;transform:rotate(-25deg)}.fx-globe-play{cursor:pointer;z-index:3;background:linear-gradient(135deg,#b24bf399,#4f6ef766);border:2px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;display:flex;box-shadow:0 0 30px #b24bf366}.fx-globe-play:hover{background:linear-gradient(135deg,#b24bf3cc,#4f6ef799);transform:scale(1.1);box-shadow:0 0 50px #b24bf399}.fx-globe-play i{color:#fff;filter:drop-shadow(0 0 8px #ffffff80);margin-left:4px;font-size:26px}.fx-globe-ring{z-index:1;border:1px solid #b24bf333;border-radius:50%;width:300px;height:300px;animation:12s linear infinite ringOrbit;position:absolute}.fx-globe-ring:after{content:"";background:var(--fx-purple);width:8px;height:8px;box-shadow:0 0 12px var(--fx-purple), 0 0 24px var(--fx-purple);border-radius:50%;position:absolute;top:-4px;left:50%}@keyframes ringOrbit{0%{transform:rotateX(65deg)rotate(0)}to{transform:rotateX(65deg)rotate(360deg)}}.fx-globe-ring-2{z-index:1;border:1px dashed #4f6ef71f;border-radius:50%;width:280px;height:280px;animation:18s linear infinite reverse ringOrbit2;position:absolute}@keyframes ringOrbit2{0%{transform:rotateX(55deg)rotateY(20deg)rotate(0)}to{transform:rotateX(55deg)rotateY(20deg)rotate(360deg)}}.fx-globe-labels{width:400px;height:400px;animation:25s linear infinite labelsFloat;position:absolute}@keyframes labelsFloat{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fx-globe-label{font-family:var(--fx-font-mono);letter-spacing:2px;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:600;animation:25s linear infinite labelCounterRotate;position:absolute}@keyframes labelCounterRotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.fx-globe-label:first-child{color:var(--fx-purple);text-shadow:0 0 10px #b24bf380;top:0;left:50%}.fx-globe-label:nth-child(2){color:var(--fx-cyan);text-shadow:0 0 10px #00e5ff80;top:50%;right:-10px}.fx-globe-label:nth-child(3){color:#7b93ff;text-shadow:0 0 10px #4f6ef780;bottom:5%;left:50%}.fx-globe-label:nth-child(4){color:var(--fx-green);text-shadow:0 0 10px #00ff9780;top:50%;left:-20px}.fx-globe-label:nth-child(5){color:#ff8da0;text-shadow:0 0 10px #ff4d6a80;top:18%;right:5%}.fx-globe-stat{color:#c87fff;font-family:var(--fx-font-mono);letter-spacing:.5px;text-shadow:0 0 8px #b24bf34d;background:linear-gradient(90deg,#b24bf31f,#4f6ef71f);border:1px solid #b24bf333;border-radius:10px;margin-bottom:30px;padding:12px 32px;font-size:15px;font-weight:600;display:inline-block}@media (max-width:991px){.fx-vb-grid{grid-template-columns:repeat(2,1fr)}.fx-globe{width:260px;height:260px}.fx-globe-sphere{width:200px;height:200px}.fx-globe-ring{width:250px;height:250px}.fx-globe-labels{width:340px;height:340px}}@media (max-width:767px){.fx-vb-grid{grid-template-columns:1fr}.fx-globe{width:220px;height:220px}.fx-globe-sphere{width:170px;height:170px}.fx-globe-ring{width:210px;height:210px}.fx-globe-ring-2{width:200px;height:200px}.fx-globe-labels{width:300px;height:300px}.fx-globe-label{font-size:10px}.fx-globe-play{width:56px;height:56px}.fx-globe-play i{font-size:20px}}.fx-highlight-bar{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);-webkit-backdrop-filter:blur(16px);border-radius:20px;justify-content:center;align-items:stretch;gap:0;display:flex;position:relative;overflow:hidden}.fx-highlight-bar:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.fx-highlight-item{text-align:center;flex:1;padding:36px 32px}.fx-highlight-divider{background:var(--fx-card-border);align-self:stretch;width:1px}.fx-highlight-value{background:linear-gradient(135deg, var(--fx-green), var(--fx-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:36px;font-weight:800;line-height:1.1}.fx-highlight-live{color:#fff;align-items:center;gap:10px;margin-bottom:10px;font-size:36px;font-weight:800;display:inline-flex}.fx-live-dot{background:#22c55e;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite pulseDot;box-shadow:0 0 12px #22c55e99}.fx-highlight-label{color:var(--fx-text-dim);max-width:280px;margin:0 auto;font-size:14px;line-height:1.5}.fx-services-section{background:linear-gradient(#0000 0%,#2dd4bf04 50%,#0000 100%)}.fx-feature-table{border:1px solid var(--fx-card-border);background:var(--fx-card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;max-width:960px;margin:60px auto 0;overflow:hidden}.fx-ft-header{font-family:var(--fx-font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--fx-green);background:#2dd4bf0f;border-bottom:1px solid #2dd4bf1f;padding:18px 32px;font-size:11px;font-weight:700;display:flex}.fx-ft-col-feature{color:#fff;flex:0 0 280px;align-items:center;gap:14px;font-size:15px;font-weight:700;display:flex}.fx-ft-header .fx-ft-col-feature{color:var(--fx-green);font-size:11px}.fx-ft-col-desc{color:var(--fx-text-dim);flex:1;font-size:14px;line-height:1.6}.fx-ft-header .fx-ft-col-desc{color:var(--fx-green);font-size:11px}.fx-ft-row{border-bottom:1px solid #ffffff08;align-items:center;padding:20px 32px;transition:background .2s;display:flex}.fx-ft-row:last-child{border-bottom:none}.fx-ft-row:hover{background:#2dd4bf08}.fx-ft-icon{width:36px;min-width:36px;height:36px;color:var(--fx-green);background:#2dd4bf14;border:1px solid #2dd4bf1a;border-radius:10px;justify-content:center;align-items:center;font-size:14px;display:flex}.fx-pricing-model-section{background:linear-gradient(#8b5cf605 0%,#0000 40%)}.fx-pricing-layout{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.fx-pricing-points{margin:40px 0 0;padding:0;list-style:none}.fx-pricing-points li{border-bottom:1px solid #ffffff0a;align-items:flex-start;gap:20px;padding:20px 0;display:flex}.fx-pricing-points li:last-child{border-bottom:none}.fx-pricing-point-icon{width:48px;min-width:48px;height:48px;color:var(--fx-green);background:#2dd4bf14;border:1px solid #2dd4bf1f;border-radius:14px;justify-content:center;align-items:center;font-size:18px;display:flex}.fx-pricing-points h4{color:#fff;margin:0 0 6px;font-size:17px;font-weight:700}.fx-pricing-points p{color:var(--fx-text-dim);margin:0;font-size:14px;line-height:1.6}.fx-usage-card{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);border-radius:24px;padding:48px 40px;position:relative;overflow:hidden}.fx-usage-card:before{content:"";background:linear-gradient(90deg, var(--fx-green), var(--fx-cyan), var(--fx-purple));height:2px;position:absolute;top:0;left:0;right:0}.fx-usage-card-badge{color:var(--fx-green);letter-spacing:1.5px;background:#2dd4bf14;border:1px solid #2dd4bf26;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:12px;font-weight:700;display:inline-flex}.fx-usage-card h3{color:#fff;margin-bottom:8px;font-size:28px;font-weight:800}.fx-usage-subtitle{color:var(--fx-green);margin-bottom:16px;font-size:16px;font-weight:600}.fx-usage-desc{color:var(--fx-text-dim);margin-bottom:32px;font-size:15px;line-height:1.7}.fx-usage-features{grid-template-columns:1fr 1fr;gap:14px;display:grid}.fx-usage-feature{color:var(--fx-text);align-items:center;gap:10px;font-size:14px;display:flex}.fx-usage-feature i{color:var(--fx-green);flex-shrink:0;font-size:16px}.fx-industries-section{background:linear-gradient(#0000 0%,#2dd4bf04 50%,#0000 100%)}.fx-industries-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid}.fx-industry-card{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);text-align:center;border-radius:18px;padding:36px 28px;transition:all .3s;position:relative;overflow:hidden}.fx-industry-card:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf26,#0000);height:1px;position:absolute;top:0;left:0;right:0}.fx-industry-card:hover{border-color:#2dd4bf26;transform:translateY(-6px);box-shadow:0 16px 48px #0000004d}.fx-industry-icon{width:60px;height:60px;color:var(--fx-green);background:#2dd4bf14;border:1px solid #2dd4bf1f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:24px;display:flex}.fx-industry-card h4{color:#fff;margin-bottom:10px;font-size:18px;font-weight:700}.fx-industry-card p{color:var(--fx-text-dim);margin:0;font-size:14px;line-height:1.65}.fx-integrations-section{background:linear-gradient(#8b5cf605 0%,#0000 50%)}.fx-integrations-grid{grid-template-columns:repeat(6,1fr);gap:16px;max-width:900px;margin-top:60px;margin-left:auto;margin-right:auto;display:grid}.fx-integration-item{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);cursor:default;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;transition:all .3s;display:flex}.fx-integration-item:hover{border-color:#2dd4bf33;transform:translateY(-4px);box-shadow:0 8px 30px #00000040}.fx-integration-item i{color:var(--fx-text-dim);font-size:28px;transition:color .3s}.fx-integration-item:hover i{color:var(--fx-green)}.fx-integration-item span{color:var(--fx-text-dim);text-align:center;letter-spacing:.3px;font-size:12px;font-weight:600}.fx-languages-section{background:0 0}.fx-lang-grid{flex-wrap:wrap;justify-content:center;gap:14px;max-width:800px;margin-top:50px;margin-left:auto;margin-right:auto;display:flex}.fx-lang-pill{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);color:var(--fx-text);border-radius:100px;align-items:center;gap:10px;padding:14px 26px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.fx-lang-pill:hover{border-color:#2dd4bf33;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.fx-lang-flag{font-size:22px;line-height:1}.fx-faq-section{background:linear-gradient(#0000 0%,#2dd4bf04 50%,#0000 100%)}.fx-faq-list{max-width:800px;margin:50px auto 0}.fx-faq-item{border:1px solid var(--fx-card-border);background:var(--fx-card-bg);border-radius:16px;margin-bottom:12px;transition:border-color .3s;overflow:hidden}.fx-faq-item:hover{border-color:#2dd4bf1f}.fx-faq-item.open{border-color:#2dd4bf33}.fx-faq-question{color:#fff;cursor:pointer;text-align:left;width:100%;font-size:16px;font-weight:600;font-family:var(--fx-font-sans);background:0 0;border:none;justify-content:space-between;align-items:center;padding:22px 28px;transition:color .3s;display:flex}.fx-faq-question:hover{color:var(--fx-green)}.fx-faq-question i{color:var(--fx-text-dim);flex-shrink:0;margin-left:16px;font-size:14px;transition:transform .3s,color .3s}.fx-faq-item.open .fx-faq-question i{color:var(--fx-green);transform:rotate(180deg)}.fx-faq-answer{max-height:0;padding:0 28px;transition:max-height .35s,padding .35s;overflow:hidden}.fx-faq-item.open .fx-faq-answer{max-height:300px;padding:0 28px 24px}.fx-faq-answer p{color:var(--fx-text-dim);margin:0;font-size:15px;line-height:1.7}.fx-testimonials-row{grid-template-columns:1fr 1fr;gap:28px;margin-top:10px;display:grid}.fx-testimonials-row .fx-testimonial-card{margin:0}@media (max-width:991px){.fx-highlight-bar{flex-direction:column;gap:0}.fx-highlight-divider{width:100%;height:1px}.fx-ft-row,.fx-ft-header{flex-direction:column;gap:8px}.fx-ft-col-feature{flex:none}.fx-pricing-layout{grid-template-columns:1fr;gap:48px}.fx-industries-grid{grid-template-columns:repeat(2,1fr)}.fx-integrations-grid{grid-template-columns:repeat(4,1fr)}.fx-testimonials-row{grid-template-columns:1fr}}@media (max-width:767px){.fx-highlight-value,.fx-highlight-live{font-size:28px}.fx-highlight-item{padding:24px 20px}.fx-feature-table{margin-top:40px}.fx-ft-row,.fx-ft-header{padding:16px 20px}.fx-usage-card{padding:32px 24px}.fx-usage-features,.fx-industries-grid{grid-template-columns:1fr}.fx-integrations-grid{grid-template-columns:repeat(3,1fr);gap:10px}.fx-integration-item{padding:20px 10px}.fx-integration-item i{font-size:22px}.fx-lang-pill{padding:10px 18px;font-size:13px}.fx-faq-question{padding:18px 20px;font-size:15px}.fx-faq-answer{padding:0 20px}.fx-faq-item.open .fx-faq-answer{padding:0 20px 20px}.fx-testimonials-row{grid-template-columns:1fr;gap:16px}}.fx-breadcrumb{background:var(--fx-bg);padding:100px 0 0}.fx-breadcrumb-list{font-family:var(--fx-font-mono);align-items:center;gap:8px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.fx-breadcrumb-list li{color:var(--fx-text-muted);align-items:center;gap:8px;display:flex}.fx-breadcrumb-list li:after{content:"/";color:var(--fx-text-muted);opacity:.5}.fx-breadcrumb-list li:last-child:after{display:none}.fx-breadcrumb-list li a{color:var(--fx-text-dim);text-decoration:none;transition:color .2s}.fx-breadcrumb-list li a:hover{color:var(--fx-green)}.fx-breadcrumb-list li[aria-current=page] span{color:var(--fx-cyan)}.fx-brand-section{background:var(--fx-bg);border-top:1px solid #2dd4bf0f;border-bottom:1px solid #2dd4bf0f;padding:40px 0 60px}.fx-brand-section .fx-section-desc{margin-bottom:0}.fx-brand-section .brand-marquee{opacity:.7;transition:opacity .3s}.fx-brand-section .brand-marquee:hover{opacity:1}.fx-brand-section .xb-brand-item img{filter:brightness(0)invert()opacity(.5);max-height:40px;transition:filter .3s}.fx-brand-section .xb-brand-item img:hover{filter:brightness(0)invert()opacity(.9)}.fx-howitworks-section{position:relative}.fx-process-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:60px;display:grid;position:relative}.fx-process-connector{z-index:0;background:linear-gradient(90deg,#2dd4bf00,#2dd4bf66 20%,#22d3ee66 50%,#8b5cf666 80%,#8b5cf600);height:2px;position:absolute;top:60px;left:12.5%;right:12.5%}.fx-process-step{z-index:1;text-align:center;background:var(--fx-card-bg);border:1px solid var(--fx-card-border);border-radius:var(--fx-radius);padding:32px 20px;transition:all .35s;position:relative}.fx-process-step:hover{border-color:#2dd4bf4d;transform:translateY(-6px);box-shadow:0 12px 40px #2dd4bf14}.fx-process-number{font-family:var(--fx-font-mono);color:var(--fx-cyan);letter-spacing:2px;opacity:.6;margin-bottom:16px;font-size:12px;font-weight:700}.fx-process-icon{width:56px;height:56px;color:var(--fx-cyan);background:linear-gradient(135deg,#2dd4bf1f,#22d3ee14);border:1px solid #2dd4bf33;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:22px;transition:all .3s;display:flex}.fx-process-step:hover .fx-process-icon{background:linear-gradient(135deg,#2dd4bf33,#22d3ee26);border-color:#2dd4bf66;transform:scale(1.08)}.fx-process-step h3{font-family:var(--fx-font-sans);color:var(--fx-text);margin-bottom:10px;font-size:18px;font-weight:600}.fx-process-step p{color:var(--fx-text-dim);margin:0;font-size:14px;line-height:1.6}.fx-related-products-section{border-top:1px solid #2dd4bf0f}.fx-related-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px;display:grid}.fx-related-card{background:var(--fx-card-bg);border:1px solid var(--fx-card-border);border-radius:var(--fx-radius);cursor:pointer;flex-direction:column;padding:36px 28px;text-decoration:none;transition:all .35s;display:flex}.fx-related-card:hover{border-color:#2dd4bf4d;text-decoration:none;transform:translateY(-6px);box-shadow:0 16px 48px #2dd4bf14}.fx-related-icon{width:52px;height:52px;color:var(--fx-green);background:linear-gradient(135deg,#2dd4bf1f,#22d3ee14);border:1px solid #2dd4bf26;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;font-size:24px;transition:all .3s;display:flex}.fx-related-card:hover .fx-related-icon{background:linear-gradient(135deg,#2dd4bf33,#22d3ee26);border-color:#2dd4bf59;transform:scale(1.05)}.fx-related-card h3{font-family:var(--fx-font-sans);color:var(--fx-text);margin-bottom:10px;font-size:18px;font-weight:600}.fx-related-card p{color:var(--fx-text-dim);flex:1;margin-bottom:20px;font-size:14px;line-height:1.6}.fx-related-link{font-family:var(--fx-font-mono);color:var(--fx-cyan);align-items:center;gap:8px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.fx-related-card:hover .fx-related-link{color:var(--fx-green);gap:12px}.fx-related-link i{font-size:11px;transition:transform .2s}.fx-related-card:hover .fx-related-link i{transform:translate(4px)}@media (max-width:991px){.fx-process-grid{grid-template-columns:repeat(2,1fr);gap:24px}.fx-process-connector{display:none}.fx-related-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:767px){.fx-breadcrumb{padding:90px 0 0}.fx-breadcrumb-list{flex-wrap:wrap;gap:6px;font-size:12px}.fx-process-grid{grid-template-columns:1fr;gap:20px}.fx-process-step{padding:24px 16px}.fx-related-grid{grid-template-columns:1fr;gap:16px}.fx-related-card{padding:28px 20px}.hero-style .hero-image{text-align:center;margin-top:24px}.hero-style .hero-image img{width:auto;max-width:100%;max-height:260px;margin:0 auto}section.feature{padding-top:60px!important}.xb-feature-img{display:none!important}section.brand{padding-top:60px!important;padding-bottom:60px!important}.brand-sub-title p{white-space:normal;font-size:13px}section.service{padding-top:60px!important}.xb-video-nav.nav-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.xb-video-nav.nav-pills::-webkit-scrollbar{display:none}.xb-video-nav-item{flex:none}section.hero.hero-style{padding-top:90px!important}section.hero.hero-style .row.mt-55{margin-top:20px!important}section.hero.hero-style .row.mt-55>[class*=col-]{flex:0 0 50%;width:50%;max-width:50%;padding-left:6px;padding-right:6px}section.hero.hero-style .row.mt-55>[class*=col-]:last-child{flex:0 0 100%;width:100%;max-width:100%}section.hero.hero-style .xb-feature-item .xb-item--inner{padding:20px 14px}section.hero.hero-style .xb-item--content{font-size:12px;line-height:1.4}section.feature .row>.col-lg-4.col-md-6{flex:0 0 50%;max-width:50%}section.feature .row>.col-lg-4.col-md-12{display:none!important}section.feature .xb-feature-item2 .xb-item--inner{padding:18px 12px}section.feature .xb-item--title{font-size:14px;line-height:1.35}section.industries{padding-top:50px!important;padding-bottom:40px!important}section.industries.pb-165{padding-bottom:50px!important}.contact-section{padding-top:70px!important;padding-bottom:70px!important}#sc-voice-showcase{padding-bottom:30px!important}}@media (max-width:374px){.fx-hero-title{font-size:clamp(1.75rem,9vw,2.25rem);line-height:1.1}.fx-hero-desc{font-size:.875rem;line-height:1.65}.fx-section-title,.fx-performance-title{font-size:clamp(1.5rem,8vw,1.875rem);line-height:1.2}.fx-section-desc{font-size:.875rem}.fx-section-tag{letter-spacing:2px;font-size:.6875rem}.fx-stat-number{font-size:2rem}.fx-testimonial-quote{font-size:3rem}.fx-audio-header h3{font-size:1.125rem}.fx-badge{padding:8px 16px;font-size:.75rem}}@media (max-width:430px){.fx-hero-title{font-size:clamp(1.875rem,9vw,2.5rem);line-height:1.1}.fx-hero-desc{max-width:100%;font-size:.9375rem;line-height:1.7}.fx-section-title,.fx-performance-title{font-size:clamp(1.625rem,7.5vw,2rem);line-height:1.2}.fx-section-desc{max-width:100%;font-size:.9375rem}.fx-section-tag{letter-spacing:2.5px;font-size:.6875rem}.fx-stat-number{font-size:2.25rem}.fx-testimonial-quote{font-size:3.5rem}.fx-audio-header h3{font-size:1.1875rem}.fx-badge{font-size:.75rem}}@media (max-width:575px){.fx-hero-title{font-size:clamp(2rem,8.5vw,2.75rem);line-height:1.1}.fx-hero-desc{max-width:100%;font-size:1rem;line-height:1.7}.fx-section-title,.fx-performance-title{font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.2}.fx-section-desc{max-width:100%;font-size:1rem}.fx-section-tag{letter-spacing:3px;font-size:.6875rem}.fx-stat-number{font-size:2.5rem}.fx-testimonial-quote{font-size:3.75rem}.fx-audio-header h3{font-size:1.25rem}.fx-badge{font-size:.8125rem}}@media (min-width:576px) and (max-width:767px){.fx-hero-title{font-size:clamp(2.5rem,7vw,3.25rem);line-height:1.08}.fx-hero-desc{font-size:1.0625rem;line-height:1.7}.fx-section-title,.fx-performance-title{font-size:clamp(2rem,5.5vw,2.75rem);line-height:1.15}.fx-section-desc{font-size:1.0625rem}.fx-stat-number{font-size:2.75rem}}@media (min-width:768px) and (max-width:991px){.fx-hero-title{font-size:clamp(2.75rem,6vw,3.75rem);line-height:1.08}.fx-hero-desc{font-size:1.125rem;line-height:1.72}.fx-section-title,.fx-performance-title{font-size:clamp(2.25rem,5vw,3rem);line-height:1.12}.fx-section-desc{font-size:1.125rem}.fx-stat-number{font-size:3rem}.fx-testimonial-quote{font-size:4.5rem}}@media (min-width:992px) and (max-width:1199px){.fx-hero-title{font-size:clamp(3rem,5.5vw,4rem);line-height:1.07}.fx-section-title,.fx-performance-title{font-size:clamp(2.5rem,4.5vw,3.25rem);line-height:1.1}.fx-stat-number{font-size:3.125rem}}
