.floating-indicators{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-icon{position:absolute;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:float 3s ease-in-out infinite;box-shadow:0 8px 24px #0000001f}.floating-icon svg{width:24px;height:24px}.floating-icon.security{background:#10b98126;color:#10b981;top:20%;right:15%;animation-delay:0s}.floating-icon.speed{background:#22d3ee26;color:#22d3ee;top:60%;right:10%;animation-delay:.5s}.floating-icon.medical{background:#ef444426;color:#ef4444;top:35%;right:5%;animation-delay:1s}.floating-icon.support{background:#fb923c26;color:#fb923c;top:75%;right:20%;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}@keyframes pulse-glow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.floating-icon:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;background:inherit;opacity:.3;animation:pulse-glow 2s ease-in-out infinite}.ecg-stream path{filter:drop-shadow(0 0 8px currentColor);stroke-width:3px}.futurecare-ecg-path{filter:drop-shadow(0 0 12px currentColor) drop-shadow(0 0 4px currentColor)}.service-card{position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;transition:width .3s ease}.service-card:nth-child(1):before{background:linear-gradient(180deg,#0ea5e9,#22d3ee)}.service-card:nth-child(2):before{background:linear-gradient(180deg,#8b5cf6,#a78bfa)}.service-card:nth-child(3):before{background:linear-gradient(180deg,#22d3ee,#06b6d4)}.service-card:nth-child(4):before{background:linear-gradient(180deg,#10b981,#34d399)}.service-card:hover:before{width:8px}.icon-badge{position:relative;transition:transform .3s ease}.glass-card:hover .icon-badge{transform:scale(1.15) rotate(5deg)}.icon-badge:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:inherit;opacity:.2;transform:translate(-50%,-50%) scale(1.5);pointer-events:none}.stat-card{position:relative;overflow:hidden}.stat-progress{position:absolute;bottom:0;left:0;height:6px;background:linear-gradient(90deg,#10b981,#34d399);border-radius:0 0 12px 12px;transition:width 1.5s cubic-bezier(.65,0,.35,1);width:0}.stat-card.visible .stat-progress{width:85%}.stat-card:nth-child(2n) .stat-progress{background:linear-gradient(90deg,#0ea5e9,#22d3ee)}.timeline-item{position:relative}.timeline-icon{position:absolute;left:50%;transform:translate(-50%);width:64px;height:64px;border-radius:50%;background:var(--surface);border:3px solid var(--line);display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:var(--shadow)}.timeline-icon svg{width:32px;height:32px;color:var(--accent-1)}.timeline-time{display:block;margin-top:8px;font-size:14px;font-weight:600;color:var(--success)}.schema-arrow{position:relative;display:inline-block}.schema-arrow:after{content:"";position:absolute;top:50%;left:0;width:8px;height:8px;background:var(--accent-2);border-radius:50%;transform:translateY(-50%);animation:flow-dot 3s linear infinite;box-shadow:0 0 12px var(--accent-2)}@keyframes flow-dot{0%{left:0;opacity:0}10%{opacity:1}90%{opacity:1}to{left:100%;opacity:0}}.schema-node{position:relative;padding:12px 24px;display:flex;align-items:center;gap:8px}.schema-node-icon{width:24px;height:24px;color:var(--accent-1)}.form-group{position:relative}.form-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--text-secondary);pointer-events:none;z-index:1}.form-group.has-icon input,.form-group.has-icon textarea{padding-left:48px}.form-group.has-icon label{padding-left:32px}.cta-form{position:relative;padding:2px;background:linear-gradient(90deg,var(--accent-1),var(--accent-2),var(--accent-3),var(--accent-2),var(--accent-1));background-size:200% 100%;animation:gradient-shift 4s linear infinite;border-radius:calc(var(--radius) + 2px)}.cta-form form{background:var(--surface);border-radius:var(--radius);padding:40px}@keyframes gradient-shift{0%{background-position:0% 0%}to{background-position:200% 0%}}.fab-button{position:fixed;bottom:32px;right:32px;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));color:#fff;border:none;box-shadow:0 8px 24px #0ea5e966;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;z-index:1000;animation:fab-pulse 5s ease-in-out infinite}.fab-button:hover{transform:scale(1.1);box-shadow:0 12px 32px #0ea5e980}.fab-button svg{width:28px;height:28px}@keyframes fab-pulse{0%,to{box-shadow:0 8px 24px #0ea5e966}50%{box-shadow:0 8px 32px #0ea5e999,0 0 0 8px #0ea5e91a}}.testimonial-quote{position:relative}.testimonial-quote:before{content:'"';position:absolute;top:-20px;left:-20px;font-size:120px;line-height:1;color:var(--accent-1);opacity:.08;font-family:Georgia,serif;z-index:0}.testimonial-avatar{position:relative}.testimonial-avatar:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:50%;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));opacity:.3;z-index:-1;animation:avatar-glow 3s ease-in-out infinite}@keyframes avatar-glow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.testimonial-avatar img{position:relative;z-index:1}.benefit-metric{position:absolute;top:24px;right:24px;font-size:18px;font-weight:700;color:var(--accent-1);opacity:.8}.video-container{position:relative}.video-corner-decor{position:absolute;width:40px;height:40px;border-style:solid;border-color:var(--accent-1)}.video-corner-decor.top-left{top:-2px;left:-2px;border-width:3px 0 0 3px;border-radius:14px 0 0}.video-corner-decor.top-right{top:-2px;right:-2px;border-width:3px 3px 0 0;border-radius:0 14px 0 0}.video-corner-decor.bottom-left{bottom:-2px;left:-2px;border-width:0 0 3px 3px;border-radius:0 0 0 14px}.video-corner-decor.bottom-right{bottom:-2px;right:-2px;border-width:0 3px 3px 0;border-radius:0 0 14px}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.video-text ul li{position:relative;padding-left:36px}.video-text ul li:before{content:"";position:absolute;left:0;top:4px;width:24px;height:24px;background:var(--accent-1);border-radius:6px;opacity:.15}.video-text ul li:after{content:"✓";position:absolute;left:6px;top:4px;color:var(--accent-1);font-weight:700;font-size:16px}@media (max-width: 768px){.floating-indicators{display:none}.fab-button{bottom:80px;right:16px;width:56px;height:56px}.fab-button svg{width:24px;height:24px}.benefit-metric{font-size:14px;top:16px;right:16px}}.service-illustration{width:120px;height:120px;margin:0 auto 24px;position:relative}.service-illustration svg{width:100%;height:100%}.illustration-ecg-analysis{position:relative}.illustration-ecg-analysis .ecg-wave{stroke-dasharray:200;stroke-dashoffset:200;animation:draw-ecg 3s ease-in-out infinite}@keyframes draw-ecg{0%,to{stroke-dashoffset:200}50%{stroke-dashoffset:0}}.illustration-ecg-analysis .pulse-dot{animation:pulse-beat 2s ease-in-out infinite}@keyframes pulse-beat{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.illustration-holter .clock-hand{transform-origin:center;animation:rotate-clock 4s linear infinite}@keyframes rotate-clock{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.illustration-holter .heart-beat{animation:heart-pulse 1.5s ease-in-out infinite}@keyframes heart-pulse{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}}.illustration-timeline .document{animation:document-stack 3s ease-in-out infinite}@keyframes document-stack{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.illustration-timeline .arrow-flow{stroke-dasharray:50;stroke-dashoffset:50;animation:flow-arrow 2s linear infinite}@keyframes flow-arrow{to{stroke-dashoffset:0}}.illustration-corporate .building{animation:building-grow 2s ease-in-out infinite}@keyframes building-grow{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.02)}}.illustration-corporate .connection-line{stroke-dasharray:100;stroke-dashoffset:100;animation:connect-flow 3s ease-in-out infinite}@keyframes connect-flow{0%,to{stroke-dashoffset:100}50%{stroke-dashoffset:0}}.benefit-illustration{width:100%;max-width:200px;height:160px;margin:0 auto 16px}.benefit-illustration svg{width:100%;height:100%}.illustration-speed .lightning{animation:lightning-flash 1.5s ease-in-out infinite}@keyframes lightning-flash{0%,to{opacity:1;filter:drop-shadow(0 0 8px currentColor)}50%{opacity:.7;filter:drop-shadow(0 0 16px currentColor)}}.illustration-speed .speed-lines{opacity:0;animation:speed-lines-move 2s ease-out infinite}.illustration-speed .speed-lines:nth-child(2){animation-delay:.3s}.illustration-speed .speed-lines:nth-child(3){animation-delay:.6s}@keyframes speed-lines-move{0%{opacity:0;transform:translate(0)}50%{opacity:1}to{opacity:0;transform:translate(30px)}}.illustration-security .shield{animation:shield-glow 2s ease-in-out infinite}@keyframes shield-glow{0%,to{filter:drop-shadow(0 0 4px currentColor)}50%{filter:drop-shadow(0 0 12px currentColor)}}.illustration-security .lock{animation:lock-secure 3s ease-in-out infinite}@keyframes lock-secure{0%,80%,to{transform:translateY(0)}85%,95%{transform:translateY(-3px)}90%{transform:translateY(0)}}.illustration-expertise .doctor{animation:doctor-wave 4s ease-in-out infinite}@keyframes doctor-wave{0%,to{transform:rotate(0)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}}.illustration-expertise .stethoscope{transform-origin:top center;animation:stethoscope-swing 3s ease-in-out infinite}@keyframes stethoscope-swing{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.illustration-cycle .gear{transform-origin:center;animation:gear-rotate 8s linear infinite}.illustration-cycle .gear:nth-child(2){animation-direction:reverse;animation-duration:6s}@keyframes gear-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.timeline-illustration{width:100px;height:100px;margin:0 auto 16px}.timeline-illustration svg{width:100%;height:100%}.illustration-ecg-device .ecg-wave-device{stroke-dasharray:100;stroke-dashoffset:100;animation:draw-ecg-device 2.5s ease-in-out infinite}@keyframes draw-ecg-device{0%,to{stroke-dashoffset:100}50%{stroke-dashoffset:0}}.illustration-ecg-device .pulse-indicator{animation:pulse-glow 1.5s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.illustration-upload .upload-arrow{animation:upload-bounce 1.5s ease-in-out infinite}@keyframes upload-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.illustration-upload .cloud{animation:cloud-float 3s ease-in-out infinite}@keyframes cloud-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.illustration-analysis .magnifier{transform-origin:center;animation:magnifier-scan 3s ease-in-out infinite}@keyframes magnifier-scan{0%,to{transform:translate(0) scale(1)}25%{transform:translate(5px) scale(1.05)}75%{transform:translate(-5px) scale(1.05)}}.illustration-report .checkmark{stroke-dasharray:50;stroke-dashoffset:50;animation:draw-check 1s ease-out infinite}@keyframes draw-check{0%,50%{stroke-dashoffset:50}to{stroke-dashoffset:0}}.illustration-report .document-shine{opacity:0;animation:shine-sweep 3s ease-in-out infinite}@keyframes shine-sweep{0%,30%{opacity:0;transform:translate(-100%)}50%{opacity:.6}70%,to{opacity:0;transform:translate(100%)}}.illustration-notification .bell{transform-origin:top center;animation:bell-ring 2s ease-in-out infinite}@keyframes bell-ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(15deg)}20%,40%{transform:rotate(-15deg)}50%,90%{transform:rotate(0)}}.illustration-notification .notification-waves{opacity:0;animation:wave-expand 2s ease-out infinite}.illustration-notification .notification-waves:nth-child(2){animation-delay:.3s}.illustration-notification .notification-waves:nth-child(3){animation-delay:.6s}@keyframes wave-expand{0%{opacity:0;transform:scale(.8)}50%{opacity:1}to{opacity:0;transform:scale(1.4)}}.integration-illustration{width:100%;max-width:600px;height:200px;margin:32px auto}.illustration-data-flow .data-packet{opacity:0;animation:packet-flow 4s ease-in-out infinite}.illustration-data-flow .data-packet:nth-child(2){animation-delay:1s}.illustration-data-flow .data-packet:nth-child(3){animation-delay:2s}@keyframes packet-flow{0%{opacity:0;transform:translate(-100%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translate(100%)}}.service-illustration:hover svg,.benefit-illustration:hover svg,.timeline-illustration:hover svg{transform:scale(1.05);transition:transform .3s ease}@media (max-width: 768px){.service-illustration,.benefit-illustration{max-width:100px;height:100px}.timeline-illustration{width:80px;height:80px}.integration-illustration{height:150px}}html,body{overflow-x:hidden;max-width:100vw;position:relative}*{box-sizing:border-box}@media (max-width: 768px){.container{padding:0 16px;max-width:100%;width:100%}.header-content{display:grid!important;grid-template-columns:auto 1fr auto!important;grid-template-rows:auto auto!important;padding:10px 0!important;gap:10px!important;width:100%!important;align-items:center!important}.logo{grid-column:1!important;grid-row:1!important;font-size:18px!important;white-space:nowrap!important}.mobile-menu-btn{grid-column:3!important;grid-row:1!important;display:flex!important;align-items:center;justify-content:center;width:44px;height:44px;padding:10px;background:transparent;border:none;color:var(--text-primary);cursor:pointer;border-radius:8px;transition:background .2s}.mobile-menu-btn:active{background:var(--muted)}.mobile-menu-btn svg{width:24px;height:24px}.segment-toggle{grid-column:1 / -1!important;grid-row:2!important;width:100%!important;display:flex!important;justify-content:center!important;background:var(--muted);border-radius:10px;padding:4px;gap:4px}.segment-btn{flex:1!important;padding:10px 8px!important;font-size:13px!important;white-space:nowrap!important;border:none;background:transparent;color:var(--text-secondary);font-family:inherit;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.segment-btn.active{background:var(--surface);color:var(--accent-3);box-shadow:0 2px 8px #0f172a14}#header-cta{display:none!important}.nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:80px 20px 20px;box-shadow:none;gap:0;z-index:999;overflow-y:auto;animation:slideInMenu .3s ease-out}@keyframes slideInMenu{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.nav.active{display:flex!important}.nav a{padding:16px 20px;font-size:18px;border-radius:8px;transition:background .2s;min-height:56px;display:flex;align-items:center;border-bottom:1px solid var(--line)}.nav a:hover,.nav a:active{background:var(--muted)}.nav-cta-mobile{background:var(--accent-3)!important;color:#fff!important;font-weight:600;text-align:center;margin-top:20px;border:none}.nav-cta-mobile:hover{background:var(--accent-1)!important}.preheader{font-size:11px;padding:8px 0}.preheader-content{flex-direction:column;gap:6px;text-align:center}.preheader-item{font-size:11px;justify-content:center}.hero{padding:40px 0 48px}.hero-content{gap:32px}.hero-text h1{font-size:26px!important;line-height:1.3;margin-bottom:16px}.hero-text p{font-size:16px;margin-bottom:24px}.hero-buttons{flex-direction:column;width:100%;gap:12px}.hero-buttons .btn{width:100%!important;justify-content:center}.btn{min-height:48px;padding:14px 20px;font-size:15px;width:100%;border-radius:12px}section{padding:48px 0}.section-header h2{font-size:26px;line-height:1.3;margin-bottom:12px}.section-header p{font-size:16px}.mini-form,.cta-form{padding:20px;border-radius:12px}.form-group{margin-bottom:16px}.form-group input,.form-group textarea{min-height:48px;padding:14px 16px;font-size:16px;border-radius:10px;width:100%}.form-group input.with-icon{padding-left:48px}.form-group textarea{min-height:120px;resize:vertical}.glass-card{padding:24px;margin-bottom:16px}.benefits-grid,.services-grid,.stats-grid{gap:16px}.video-content{gap:32px}.video-text li{font-size:15px;margin-bottom:12px}footer{padding:48px 0 24px}.footer-content{gap:32px}.notification{top:10px!important;right:10px!important;left:10px!important;width:auto!important;padding:14px 16px!important;font-size:14px!important}}@media (max-width: 375px){.logo{font-size:16px!important}.segment-btn{padding:8px 6px!important;font-size:12px!important}.hero-text h1,.section-header h2{font-size:24px!important}}@media (min-width: 1024px){.mobile-menu-btn,.nav-cta-mobile{display:none!important}}@media (min-width: 768px) and (max-width: 1023px){.header-content{display:flex!important;flex-wrap:wrap;gap:16px}.logo{font-size:22px!important}.segment-toggle{order:3;width:100%}#header-cta{display:none!important}.btn{width:auto;min-width:180px}.hero-buttons{flex-direction:row;justify-content:flex-start}.hero-buttons .btn{width:auto!important}}
