@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap";@keyframes bimpeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}body{margin:0;background:#fff;font-family:Inter,sans-serif;font-weight:300;color:#000;overflow-x:hidden;scroll-behavior:smooth}*{box-sizing:border-box}.gradient-btn{background:linear-gradient(90deg,#39388b,#0ea5e9)!important}.minimal-nav{width:100%;height:70px;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:fixed;top:0;left:0;z-index:100;background:#ffffff2e;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.25);box-shadow:0 4px 20px #0000000d;transition:all .4s ease;font-family:Inter,sans-serif}.nav-left{display:flex;align-items:center}.nav-logo-img{height:40px;width:auto;-o-object-fit:contain;object-fit:contain;cursor:pointer;transition:transform .3s ease}.nav-logo-img:hover{transform:scale(1.04)}.nav-links{display:flex;align-items:center;gap:1.8rem}.nav-link{position:relative;background:transparent;border:none;color:#111;font-family:Inter,sans-serif;font-weight:300;font-size:.95rem;letter-spacing:.02em;cursor:pointer;padding:.4rem .8rem;transition:color .4s ease}.nav-link:before{content:"";position:absolute;top:50%;left:50%;width:0px;height:0px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.3) 0%,rgba(14,165,233,.05) 60%,transparent 100%);transform:translate(-50%,-50%);opacity:0;transition:all .5s ease}.nav-link:hover:before{width:48px;height:48px;opacity:1}.nav-link:hover{color:#0ea5e9}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;cursor:pointer;z-index:120;transition:all .3s ease}.hamburger span{width:25px;height:2px;background:#111;border-radius:2px;transition:all .3s ease}.mobile-menu{position:fixed;top:70px;right:0;width:100%;height:0;overflow:hidden;background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;gap:1.2rem;transition:all .4s ease;z-index:110;opacity:0;pointer-events:none}.mobile-menu.open{height:240px;padding:1.2rem 0;opacity:1;pointer-events:auto}.mobile-menu .nav-link{color:#111;font-weight:400;font-size:1rem;letter-spacing:.03em;background:transparent;border:none;cursor:pointer;transition:color .3s ease}.mobile-menu .nav-link:hover{color:#0ea5e9}@media(max-width:768px){.nav-links{display:none!important}.hamburger{display:flex!important}}.hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.hero-layout{display:flex;align-items:center;justify-content:space-between;padding:8rem 6rem;min-height:100vh;gap:5rem;background:#fff}.hero-greeting{font-weight:400;color:#555;margin-bottom:.6rem}.modern-content{flex:1;display:flex;flex-direction:column;justify-content:center}.modern-title{font-size:3.2rem;line-height:1.15;font-weight:600;letter-spacing:-.03em;color:#000;max-width:520px;animation:breathe 6s ease-in-out infinite alternate}.modern-subtext{margin-top:1.2rem;font-size:1.05rem;line-height:1.8;color:#1a1a1a;max-width:480px;font-weight:300}.modern-buttons{margin-top:2.4rem;display:flex;gap:1.2rem}.black-btn{background:#000;color:#fff;border:none;padding:.94rem 1.8rem;border-radius:10px;font-weight:500;font-size:1rem;transition:all .3s ease;cursor:pointer}.black-btn:hover{background:#0ea5e9;color:#fff;transform:translateY(-2px)}.outline-btn{background:transparent;border:1.5px solid #000;color:#000;padding:.9rem 1.8rem;border-radius:8px;font-weight:400;transition:all .3s ease}.outline-btn:hover{background:#000;color:#fff}.modern-office{flex:1.1;height:80vh;border-radius:24px;overflow:hidden;box-shadow:0 4px 25px #0000000f;background:#fafafa;display:flex;justify-content:center;align-items:center}.hero-office canvas{width:100%!important;height:100%!important;display:block}.bimpe-bubble{position:absolute;bottom:45%;left:58%;transform:translate(-50%,50%);background:linear-gradient(135deg,#fffffff2,#f4f0ffe6);border-radius:16px 16px 16px 4px;padding:.8rem 1.2rem;max-width:240px;text-align:left;font-size:.95rem;color:#111;box-shadow:0 8px 22px #0000001a;animation:floatTalk 6s ease-in-out infinite alternate;z-index:10}@keyframes floatTalk{0%{transform:translate(-50%,50%) scale(1)}to{transform:translate(-50%,48%) scale(1.02)}}@media(max-width:768px){.bimpe-bubble{left:50%;bottom:42%;font-size:.85rem}}.cta-buttons{position:absolute;bottom:8%;left:50%;transform:translate(-50%);display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cta-buttons button{border:1px solid #000;background:transparent;padding:.6rem 1.4rem;font-size:.9rem;cursor:pointer;border-radius:8px;transition:all .25s ease}.cta-buttons button:hover{background:#000;color:#fff}.sections-wrapper{display:flex;flex-direction:column;gap:4rem;padding:6rem 5rem;background:#fff}.healhub-section{display:flex;align-items:center;justify-content:space-between;gap:3.5rem;border-radius:24px;background:#fdfdfd;box-shadow:0 10px 35px #0000000d;padding:3.5rem;opacity:0;transform:translateY(40px) scale(.97);transition:all 1s cubic-bezier(.19,1,.22,1)}.healhub-section.show{opacity:1;transform:translateY(0) scale(1)}.healhub-section.reverse{flex-direction:row-reverse}.section-image{flex:1.2;display:flex;justify-content:center;align-items:center}.section-image img{width:100%;max-width:480px;border-radius:24px;-o-object-fit:cover;object-fit:cover;box-shadow:0 10px 25px #00000014;transform-origin:center;transition:transform .8s ease,filter 1s ease}.section-image img:hover{transform:scale(1.03);filter:brightness(1.05)}.section-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1.2rem}.section-text h2{font-size:2.3rem;font-weight:400;letter-spacing:-.03em;color:#111;animation:breathe 6s ease-in-out infinite alternate}.section-text p{color:#333;font-weight:300;line-height:1.7;font-size:1.05rem}@keyframes breathe{0%{transform:scale(1)}to{transform:scale(1.02)}}.footer-section{position:relative;color:#fff;font-weight:300;text-align:center;padding:8rem 2rem;overflow:hidden}.footer-section:before{content:"";position:absolute;inset:-20px;background-image:var(--footer-bg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:translateZ(0);will-change:transform;z-index:0}.footer-overlay{position:absolute;inset:0;background:#000000b3;z-index:1}.footer-content{position:relative;z-index:2;max-width:800px;margin:0 auto;animation:fadeInUp 1.6s ease forwards}.footer-heading{font-size:1.6rem;font-weight:300;max-width:600px;margin:0 auto;animation:breathe 5s ease-in-out infinite alternate}.footer-cta{margin-top:2rem}.footer-btn{background:#fff;color:#648943;padding:.8rem 1.8rem;border-radius:10px;font-weight:500;text-decoration:none;transition:all .3s ease;font-size:.9rem}.footer-btn:hover{background:#e8e8e8}.footer-links{margin-top:3rem;font-size:.9rem}.footer-top-links,.footer-bottom-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem}.footer-bottom-links{margin-top:1rem;font-size:.85rem}.footer-links a{color:#fff;opacity:.85;text-decoration:none;transition:color .2s ease,opacity .2s ease}.footer-links a:hover{opacity:1;color:#648943}.footer-socials{margin-top:2.5rem;display:flex;justify-content:center;gap:1.8rem;font-size:1.2rem}.footer-socials a{color:#fff;transition:opacity .3s ease}.footer-socials a:hover{opacity:.6}.footer-copy{margin-top:2rem;font-size:.75rem;color:#ccc;opacity:.8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-layout{flex-direction:column;padding:6rem 2rem;gap:3rem}.modern-content{text-align:center;align-items:center}.modern-title{font-size:2.4rem}.modern-subtext{font-size:1rem}.modern-buttons{justify-content:center}.sections-wrapper{padding:5rem 2rem;gap:5rem}.healhub-section{flex-direction:column;text-align:center;padding:2rem}.healhub-section.reverse{flex-direction:column}.section-image img{max-width:90%}.section-text h2{font-size:1.8rem}}.hh-sections{display:grid;gap:64px;padding:48px 50px}.hh-section{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:36px}.hh-section.reverse{grid-template-columns:1fr 1.2fr}.hh-section.reverse .hh-media{order:2}.hh-section.reverse .hh-copy{order:1}@media(max-width:1024px){.hh-section,.hh-section.reverse{grid-template-columns:1fr}.hh-section.reverse .hh-media,.hh-section.reverse .hh-copy{order:initial}}.hh-media{width:100%}.hh-img{width:100%;height:auto;display:block;border-radius:18px;box-shadow:0 20px 40px #00000014;-o-object-fit:cover;object-fit:cover}.hh-kicker{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin:0 0 6px}.hh-title{font-size:clamp(1.6rem,2.2vw,2.4rem);line-height:1.15;margin:0 0 10px;color:#0f172a}.hh-body{color:#334155;font-size:1rem;line-height:1.6;margin:0 0 16px}.hh-features{margin:12px 0 20px;padding:0;list-style:none;display:grid;gap:10px}.hh-feature{display:flex;gap:10px;align-items:flex-start;color:#1f2937}.hh-dot{width:8px;height:8px;border-radius:50%;background:#0ea5e9;margin-top:8px;flex:none}.hh-ctas{display:flex;gap:10px;flex-wrap:wrap}.hh-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #111;background:#fff;border-radius:10px;padding:10px 14px;font-size:.95rem;cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease,border-color .2s ease}.hh-btn.primary{background:#111;color:#fff;border-color:#111}.hh-btn.ghost:hover,.hh-btn.ghost:focus{background:#111;color:#fff}.hh-btn.primary:hover,.hh-btn.primary:focus{transform:translateY(-1px)}.glass-nav{position:sticky;top:0;width:100%;z-index:999;background:#ffffff59;-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 4px 10px #0000000d;transition:all .3s ease}.glass-nav.scrolled{background:#ffffffe6}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo-img{height:42px;cursor:pointer;transition:transform .3s ease}.nav-logo-img:hover{transform:scale(1.05)}.nav-links{display:flex;gap:2rem}.nav-link{background:none;border:none;font-family:Inter,sans-serif;font-size:.95rem;cursor:pointer;color:#1b003b;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#0ea5e9}html.dark{background-color:#0f0f0f;color:#fafafa}html.dark .glass-nav{background:#0000008c;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 10px #00000040}html.dark .nav-link{color:#eaeaea}html.dark .nav-link.active,html.dark .nav-link:hover{color:#38bdf8}.nav-actions{display:flex;align-items:center;gap:1rem}.darkmode-toggle,.hamburger{background:none;border:none;cursor:pointer;color:inherit}.hamburger{display:none}@media(max-width:768px){.nav-links{display:none}.hamburger{display:block}.mobile-nav{position:absolute;top:68px;left:0;width:100%;padding:1rem 0;display:flex;flex-direction:column;align-items:center;background:#fffffff5;gap:1.25rem;z-index:998;animation:fadeSlide .25s ease forwards}html.dark .mobile-nav{background:#000000e6}.mobile-link{font-family:Inter,sans-serif;font-size:1rem;color:inherit;background:none;border:none;cursor:pointer;transition:color .25s ease}.mobile-link:hover,.mobile-link.active{color:#0ea5e9}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}}.scroll-to-top{position:fixed;bottom:30px;right:30px;background:linear-gradient(135deg,#0ea5e9,#39388b);border:none;border-radius:50%;padding:12px;cursor:pointer;z-index:999;box-shadow:0 6px 20px #00000026;transition:all .3s ease}.scroll-to-top:hover{transform:translateY(-3px);background:linear-gradient(135deg,#0284c7,#2d2c70)}.scroll-to-top svg{color:#fff;display:block}
