.milo-chatbot-wrapper{z-index:9999;pointer-events:none;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:80px;right:60px}.milo-chatbot-wrapper>*{pointer-events:auto}.milo-chat-window{opacity:0;pointer-events:none;border-radius:24px;flex-direction:column;width:360px;height:520px;max-height:calc(100vh - 240px);margin-bottom:20px;transition:opacity .3s,transform .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translateY(20px)scale(.95)}.milo-chat-window.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.milo-chat-header{background:#ffffff80;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.milo-header-info{align-items:center;gap:12px;display:flex}.milo-status-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 2px #10b98133}.milo-header-title{color:#111827;margin:0;font-size:18px;font-weight:700;line-height:1}.milo-header-subtitle{color:#6b7280;margin:4px 0 0;font-size:12px}.milo-close-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.milo-close-btn:hover{color:#111827;background-color:#0000000d}.milo-messages{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.milo-messages::-webkit-scrollbar{width:6px}.milo-messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.milo-message{border-radius:16px;max-width:85%;padding:12px 16px;font-size:15px;line-height:1.5;animation:.3s forwards messageSlideIn}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.milo-message.assistant{color:#1f2937;background-color:#f3f4f6;border-bottom-left-radius:4px;align-self:flex-start}.milo-message.user{color:#fff;background-color:#c026d3;border-bottom-right-radius:4px;align-self:flex-end}.milo-input-area{background:#fff;border-top:1px solid #0000000d;align-items:center;gap:12px;padding:16px 20px;display:flex}.milo-input{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.milo-input:focus{background-color:#fff;border-color:#c026d3;box-shadow:0 0 0 3px #c026d31a}.milo-send-btn{color:#fff;cursor:pointer;background-color:#c026d3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .2s;display:flex}.milo-send-btn:hover{background-color:#a21caf;transform:scale(1.05)}.milo-send-btn:disabled{cursor:not-allowed;background-color:#e5e7eb;transform:none}.milo-avatar-btn{cursor:pointer;background-color:#f3f4f6;border:2px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;padding:0;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 20px #a855f740,0 0 40px #ec489926,0 0 60px #f973161a,0 10px 30px #00000026}.milo-avatar-btn:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 0 30px #a855f759,0 0 50px #ec489940,0 0 70px #f9731626,0 15px 40px #0003}.milo-avatar-btn img{object-fit:contain;object-position:center;width:100%;height:100%;transform:scale(1.15)}@media (width<=768px){.milo-chatbot-wrapper{bottom:40px;right:40px}.milo-chat-window{width:calc(100% - 48px);height:calc(100vh - 160px);max-height:600px}.milo-avatar-btn{width:110px;height:110px;padding:0}}.milo-thinking{align-items:center;gap:4px;width:fit-content;padding:16px 20px;display:flex}.milo-thinking .dot{background-color:#6b7280;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both thinking}.milo-thinking .dot:first-child{animation-delay:-.32s}.milo-thinking .dot:nth-child(2){animation-delay:-.16s}@keyframes thinking{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.milo-whatsapp-btn{color:#fff;background:#25d366;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .1s;display:inline-flex}.milo-whatsapp-btn:hover{background:#1ebe5a;transform:translateY(-1px)}.milo-whatsapp-btn:active{transform:translateY(1px)}.milo-product-card{background:#ffffffe6;border:1px solid #0000000d;border-radius:12px;flex-direction:column;gap:12px;margin-top:12px;padding:12px;display:flex;box-shadow:0 4px 12px #0000000d}.milo-product-info strong{color:#111827;font-size:14px}.milo-product-actions{align-items:center;gap:8px;display:flex}.milo-product-actions button{cursor:pointer;border-radius:6px;flex:1;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s}.milo-btn-outline{color:#4b5563;background:0 0;border:1px solid #d1d5db}.milo-btn-outline:hover{color:#111827;background:#f3f4f6}.milo-btn-primary{color:#fff;background:#6366f1;border:1px solid #6366f1}.milo-btn-primary:hover{background:#4f46e5}.milo-success-text{text-align:center;color:#10b981;background:#ecfdf5;border:1px solid #d1fae5;border-radius:6px;flex:1;padding:8px 12px;font-size:12px;font-weight:600}:root{--bg-color:transparent;--text-primary:#1d1d1f;--text-secondary:#86868b;--accent-color:#0071e3;--surface-color:#f5f5f7;--border-color:#d2d2d7;--glass-bg:#ffffff14;--glass-border:#ffffff2e}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}@media (width<=768px){img,video,iframe,.glass-container,section{max-width:100%}}body{color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}nav{align-items:center!important;padding:48px 12vw!important}nav img[alt="Global Bridge Health"]{transition:height .3s;height:120px!important}@media (width<=1024px){nav{padding:32px 8vw!important}nav img[alt="Global Bridge Health"]{height:80px!important}}@media (width<=768px){nav{padding:24px 5vw!important}nav img[alt="Global Bridge Health"]{height:45px!important}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.justify-center{justify-content:center}.mt-8{margin-top:32px}.section-title{letter-spacing:-.02em;margin-bottom:48px;font-size:40px;font-weight:600}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fixed-bg-canvas{object-fit:cover;z-index:-2;filter:brightness(1.28)contrast(.85)saturate(.85);width:100%;height:100vh;transition:opacity .5s ease-in;position:fixed;top:0;left:0}.independent-logo{z-index:50;position:absolute;top:60px;left:10vw}.independent-logo img{object-fit:contain;width:auto;height:90px}.content-layers{z-index:10;width:100%;padding-top:0;position:relative}.spacer-section{padding:120px 0}.glass-container{-webkit-backdrop-filter:blur(20px);background:#ffffff8c;border:1px solid #ffffff59;border-radius:20px;transition:all .3s;box-shadow:0 8px 32px #1f268714}.glass-container:hover{-webkit-backdrop-filter:blur(24px);background:#ffffffa6;transform:translateY(-2px);box-shadow:0 12px 40px #1f26871f}.button-group{flex-wrap:wrap;gap:16px;display:flex}button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--text-primary);color:#fff;border:none}.btn-primary:hover{background-color:#000;transform:translateY(-1px)}.btn-secondary{color:var(--text-primary);border:1px solid var(--text-primary);background-color:#0000}.btn-secondary:hover{background-color:#0000000d}.fixed-bg-overlay{z-index:-1;pointer-events:none;background-color:#fff6;width:100%;height:100vh;position:fixed;top:0;left:0}.section-hero-transparent{z-index:20;background-color:#0000;justify-content:flex-start;align-items:flex-start;min-height:100vh;padding:clamp(240px,25vh,320px) 0 0 10vw;display:flex;position:relative;overflow:hidden}.hero-container{justify-content:flex-start;width:100%;display:flex}.hero-cinematic-bg{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-video-element{object-fit:cover;filter:brightness(1.28)contrast(.85)saturate(.85);width:100%;height:100%}.hero-video-overlay{pointer-events:none;background-color:#fff6;background-image:radial-gradient(circle at 0,#fff6,#fff0 60%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content-left-aligned{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:550px;display:flex}.brand-tag{letter-spacing:.2em;color:#8b5cf6;text-transform:uppercase;margin-bottom:24px;font-size:13px;font-weight:700;display:block}.hero-content-left-aligned h1{letter-spacing:-.02em;margin-bottom:24px;font-size:68px;font-weight:800;line-height:1.1}.text-dark{color:#1f1f25}.text-gradient{background:linear-gradient(90deg,#5b21b6,#c026d3,#db2777);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-content-left-aligned .hero-subtitle{color:#4b5563;max-width:480px;margin-bottom:48px;font-size:20px;font-weight:400;line-height:1.6}.hero-content-left-aligned .btn-primary{color:#fff;background:linear-gradient(90deg,#7c3aed,#ec4899);border:none}.hero-content-left-aligned .btn-primary:hover{opacity:.9;transform:translateY(-1px)}.hero-content-left-aligned .btn-secondary{color:#1f2937;-webkit-backdrop-filter:blur(8px);background:#fff6;border:1px solid #d1d5db}.hero-content-left-aligned .btn-secondary:hover{background-color:#fffc}@media (width<=900px){.hero-content-left-aligned h1{font-size:48px}.hero-panel{max-width:100%;padding:40px 24px}}.category-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.category-card{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:24px;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.category-card:hover{border-color:#fff6;transform:translateY(-4px)}.category-card h3{font-size:18px;font-weight:500}.card-arrow{color:var(--text-secondary);font-size:20px}@media (width>=1025px){.category-card{justify-content:space-between;align-items:center;min-height:160px;padding:40px 48px;display:flex}.category-card h3{margin:0;font-size:24px;font-weight:600}.card-arrow{align-items:center;font-size:24px;display:flex}}.why-glass-panel{padding:80px 60px}.pillars-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;display:grid}.pillar-item h4{margin-bottom:12px;font-size:20px;font-weight:600}.pillar-item p{color:var(--text-primary);opacity:.8;line-height:1.5}@media (width<=768px){.why-glass-panel{padding:40px 24px}}.featured-layout{grid-template-columns:1fr 1fr;gap:24px;display:grid}.featured-main{flex-direction:column;min-height:400px;padding:40px;display:flex}.product-image-placeholder{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;flex:1;margin-bottom:24px}.featured-main h3{margin-bottom:8px;font-size:28px;font-weight:600}.featured-main p{color:var(--text-primary);opacity:.8}.featured-side{flex-direction:column;gap:24px;display:flex}.featured-secondary{flex:1;align-items:center;padding:32px;display:flex}.featured-secondary h4{font-size:20px;font-weight:500}@media (width<=900px){.featured-layout{grid-template-columns:1fr}}.section-engineering{justify-content:center;align-items:center;height:100vh;display:flex}.engineering-text-panel h2{margin-bottom:16px;font-size:56px;font-weight:600}.engineering-text-panel h3{color:var(--text-primary);margin-bottom:16px;font-size:32px;font-weight:500}.engineering-text-panel p{color:var(--text-primary);opacity:.8;font-size:24px}@media (width<=768px){.engineering-text-panel h2{font-size:40px}.engineering-text-panel h3{font-size:24px}.engineering-text-panel p{font-size:18px}}.ecosystem-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px;display:grid}.ecosystem-card{transition:transform .4s,border-color .4s;overflow:hidden}.ecosystem-card:hover{border-color:#fff6;transform:translateY(-8px)}.card-image{background:#ffffff1a;border-bottom:1px solid #ffffff1a;height:200px}.card-content{padding:24px}.card-content h4{margin-bottom:8px;font-size:18px;font-weight:600}.card-content p{color:var(--text-primary);opacity:.8;font-size:14px}.contact-glass-panel{padding:80px 40px}.contact-glass-panel h2{letter-spacing:-.02em;color:#111827;margin-bottom:16px;font-size:48px;font-weight:700}.contact-glass-panel .subheadline{color:#4b5563;font-size:24px}@media (width<=768px){.contact-glass-panel h2{font-size:36px}.contact-glass-panel .subheadline{font-size:20px}}.site-footer{border-bottom:none;border-radius:24px 24px 0 0;margin-top:60px;padding:40px 0;font-size:14px}.loading-overlay{z-index:1000;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.loading-content{text-align:center;width:90%;max-width:400px}.loading-title{letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);margin-bottom:24px;font-size:14px;font-weight:500}.progress-bar-container{background-color:var(--surface-color);border-radius:2px;width:100%;height:2px;margin-bottom:16px;overflow:hidden}.progress-bar{background-color:var(--text-primary);height:100%;transition:width .3s ease-out}.loading-metrics{color:var(--text-secondary);font-family:monospace;font-size:12px}.editorial-block{flex-direction:column;display:flex}.editorial-eyebrow{letter-spacing:.15em;color:#8b5cf6;text-transform:uppercase;margin-bottom:16px;font-size:14px;font-weight:700}.editorial-headline{color:#111;letter-spacing:-.02em;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1.1}.editorial-subtitle{color:#4b5563;font-size:20px;line-height:1.5}.editorial-features{flex-direction:column;gap:32px;display:flex}.feature-card{-webkit-backdrop-filter:blur(16px);background:#ffffffb8;border:1px solid #ffffff8c;border-radius:16px;padding:32px;transition:transform .3s;box-shadow:0 20px 60px #00000014}.feature-card:hover{transform:translateY(-5px)}.feature-card h4{color:#111;margin-bottom:8px;font-size:18px;font-weight:700}.feature-card p{color:#4b5563;font-size:15px;line-height:1.6}.page-transition-fade{animation:.4s ease-out forwards fadeInTransition}@keyframes fadeInTransition{0%{opacity:0}to{opacity:1}}.nav-links-container{align-items:center;gap:32px;display:flex}@media (width<=768px){.nav-links-container{flex-wrap:wrap;justify-content:center;gap:16px}}.hero-wrapper-offset{z-index:10;width:100%;margin-left:-2vw;padding:0}@media (width<=768px){.hero-wrapper-offset{margin-left:0;padding:0 5vw}}.desktop-only{display:flex}.mobile-only{display:none}.mobile-nav-actions{align-items:center;gap:12px;display:none}@media (width<=768px){.desktop-only{display:none!important}.mobile-only,.mobile-nav-actions{display:flex!important}nav{padding:24px 5vw!important}nav img[alt="Global Bridge Health"]{height:55px!important}.mobile-hamburger-btn{cursor:pointer;color:#111827;z-index:1001;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.mobile-menu-overlay{-webkit-backdrop-filter:blur(16px);z-index:9999;background:#fffffff5;flex-direction:column;width:100%;height:100vh;padding:80px 5vw 40px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.mobile-menu-close{cursor:pointer;color:#111827;background:0 0;border:none;padding:8px;position:absolute;top:24px;right:5vw}.mobile-menu-links{flex-direction:column;gap:32px;margin-top:40px;display:flex}.mobile-menu-links a,.mobile-menu-links span{color:#111827;font-size:24px;font-weight:600;text-decoration:none}.section-hero-transparent{align-items:flex-start!important;padding-top:0!important}.hero-content-left-aligned{max-width:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:90px 5vw 20px!important}.hero-content-left-aligned h1{margin-bottom:12px!important;font-size:40px!important;line-height:1.1!important}.hero-content-left-aligned hr{display:none!important}.hero-content-left-aligned .hero-subtitle{margin-bottom:16px!important;font-size:16px!important;line-height:1.5!important}.hero-content-left-aligned p.hero-subtitle{display:none!important}.hero-content-left-aligned .button-group{flex-direction:column;width:100%;gap:12px!important;margin-bottom:0!important}.hero-content-left-aligned .button-group button{width:100%;padding:16px 24px!important}.hero-content-left-aligned>div:last-child{display:none!important}.premium-scroll-page canvas{-webkit-mask-image:linear-gradient(#0000 0%,#0000000d 15%,#000 40%);mask-image:linear-gradient(#0000 0%,#0000000d 15%,#000 40%);object-fit:cover!important;object-position:top center!important;opacity:1!important;filter:contrast(1.15)brightness(1.05)saturate(1.1)!important;height:46vh!important;top:auto!important;bottom:0!important;transform:none!important}img{filter:contrast(1.15)brightness(1.05)saturate(1.1)!important}.fixed-bg-overlay,.hero-video-overlay{opacity:.4!important}.spacer-section{padding:40px 0!important}.content-layers .container{padding-top:24px!important;padding-bottom:24px!important}.content-layers{margin-top:-40px!important}.category-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;padding:32px 16px!important}.category-card h3{font-size:22px!important}.footer-grid{grid-template-columns:1fr!important;gap:40px!important}.footer-brand{grid-column:span 1!important}.footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:24px!important}.milo-avatar-btn{transform-origin:100% 100%;transform:scale(.65)!important}.product-detail-hero{flex-direction:column!important;padding:120px 5vw 60px!important}.back-link{order:0!important;align-self:flex-start!important;margin-bottom:24px!important}.product-hero-image{border-radius:16px!important;order:1!important;width:100%!important;height:300px!important;margin-bottom:32px!important}.product-hero-image img{max-height:250px!important}.product-hero-text{order:2!important;width:100%!important;padding-top:0!important;padding-right:0!important}.product-title{word-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;margin-top:16px!important;margin-bottom:16px!important;font-size:38px!important;line-height:1.2!important}.product-desc{margin-bottom:32px!important;font-size:16px!important}.gallery-title{margin-bottom:24px!important}.catalog-card{border-radius:16px!important}.catalog-card-image{height:220px!important;padding:24px!important}.catalog-card-content{padding:24px!important}.catalog-card-content h3{margin-bottom:8px!important;font-size:22px!important}.catalog-card-content p{margin-bottom:24px!important;font-size:15px!important}.catalog-card-content button{padding:10px 16px!important;font-size:15px!important}section{padding-top:60px!important;padding-bottom:60px!important}section h2{margin-bottom:32px!important;font-size:28px!important;line-height:1.3!important}.milo-avatar-btn{transform:scale(.5)!important}.milo-chatbot-wrapper{bottom:80px!important;right:16px!important}#configurator{padding:60px 5vw!important}#configurator h2{margin-bottom:12px!important;font-size:26px!important}#configurator p{margin-bottom:24px!important;font-size:14px!important}.configurator-form-container form,.configurator-form-container form>div{gap:24px!important}.about-hero-section{padding:120px 5vw 60px!important}.about-hero-section .container{flex-direction:column!important;gap:40px!important}.about-hero-text{order:1;flex:none!important;width:100%!important}.about-hero-text h1{margin-bottom:20px!important;font-size:36px!important}.about-hero-text p{margin-bottom:28px!important;font-size:16px!important}.about-hero-text .button-group{flex-direction:column!important;gap:12px!important;width:100%!important}.about-hero-text .button-group button{width:100%!important;padding:16px 24px!important}.about-hero-visual{order:2;flex:none!important;width:100%!important;min-height:0!important}.floating-composition{flex-flow:wrap!important;justify-content:center!important;align-items:center!important;gap:24px!important;width:100%!important;height:auto!important;padding:20px 0!important;display:flex!important;position:relative!important;overflow:visible!important}.fc-img{object-fit:contain!important;filter:drop-shadow(0 10px 20px #0000001a)!important;flex-shrink:0!important;width:auto!important;max-width:120px!important;height:auto!important;max-height:120px!important;animation:6s ease-in-out infinite float!important;position:static!important;inset:auto!important}.fc-img--zirconia{animation-delay:0s!important}.fc-img--premill{animation-delay:1s!important}.fc-img--bur{animation-delay:2s!important}.about-who-section{padding:60px 5vw!important}.about-who-section h2{margin-bottom:36px!important;font-size:28px!important}.about-who-section .glass-container{padding:28px 20px!important}.about-supply-section{padding:60px 5vw!important}.about-supply-section h2{font-size:28px!important}.about-supply-section .glass-container{padding:28px 20px!important}.about-supply-section img{width:auto!important;max-width:100%!important;max-height:140px!important}.about-why-section{padding:60px 5vw!important}.about-why-section h2{margin-bottom:36px!important;font-size:28px!important}.about-why-section .glass-container{padding:24px 20px!important}.about-how-section{padding:60px 5vw!important}.about-how-section h2{margin-bottom:40px!important;font-size:28px!important}.about-how-section .workflow-timeline{flex-direction:column!important;gap:32px!important}.about-how-section .workflow-timeline>div{flex:none!important;width:100%!important}.about-how-section .workflow-timeline .timeline-connector{display:none!important}.about-cta-section{padding:60px 5vw 80px!important}.about-cta-section .glass-container{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:48px 24px!important}.about-cta-section h2{margin-bottom:16px!important;font-size:28px!important}.about-cta-section p{margin-bottom:28px!important;font-size:16px!important}.about-cta-section .button-group{flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important}.about-cta-section .button-group button{width:100%!important;padding:16px 24px!important}}
