:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}a{font-weight:500;color:#4a90e2;text-decoration:none}a:hover{color:#2171b5}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem}button{border-radius:6px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#4a90e2;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#2171b5;transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid #4A90E2;outline-offset:2px}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-up.animate{opacity:1;transform:translateY(0)}.fade-up.delay-1{transition-delay:.1s}.fade-up.delay-2{transition-delay:.2s}.fade-up.delay-3{transition-delay:.3s}.fade-up.delay-4{transition-delay:.4s}.word-animation{display:inline-block;opacity:0;transform:translateY(20px);animation:wordFadeUp .6s ease-out forwards;margin-right:.25em}@keyframes wordFadeUp{to{opacity:1;transform:translateY(0)}}.word-animation:nth-child(1){animation-delay:.1s}.word-animation:nth-child(2){animation-delay:.2s}.word-animation:nth-child(3){animation-delay:.3s}.word-animation:nth-child(4){animation-delay:.4s}.word-animation:nth-child(5){animation-delay:.5s}.word-animation:nth-child(6){animation-delay:.6s}.word-animation:nth-child(7){animation-delay:.7s}.word-animation:nth-child(8){animation-delay:.8s}.word-animation:nth-child(9){animation-delay:.9s}.word-animation:nth-child(10){animation-delay:1s}.navbar{background-color:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 4px #0000001a;position:fixed;top:0;width:100%;z-index:1000;transform:translateY(-100%);opacity:0;transition:all .8s ease-out}.navbar-loaded{transform:translateY(0);opacity:1}.navbar-container{max-width:1200px;margin:0 auto;padding:.1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease-out}@media (min-width: 810px){.navbar-container{padding:.1rem calc(1.5rem + (.5rem * var(--scroll-progress, 0)))}.navbar-logo{transform:translate(calc(80px * var(--scroll-progress, 0)))}.navbar-menu{transform:translate(calc(-80px * var(--scroll-progress, 0)));gap:calc(2rem - (.5rem * var(--scroll-progress, 0)))}}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;cursor:pointer;background:transparent!important;transition:transform .3s ease-out}.navbar-logo:hover,.navbar-logo:focus,.navbar-logo:active,.navbar-logo:visited{background:transparent!important;text-decoration:none}.logo-icon{width:40px;height:40px;object-fit:contain;background:transparent!important;mix-blend-mode:normal;filter:none}.logo-text-container{position:relative;display:inline-block;background:transparent}.logo-full{height:30px;width:auto;object-fit:contain;margin-top:2px;background:transparent}.trademark-symbol{position:absolute;top:-2px;right:-8px;font-size:10px;font-weight:700;color:#4a90e2;line-height:1}.logo-cross{color:#fff;font-size:18px;font-weight:700}.logo-text{display:flex;flex-direction:column;font-weight:700;color:#4a90e2;font-size:16px}.logo-subtitle{font-size:8px;color:#666;font-weight:400;margin-top:-2px}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;transition:transform .3s ease-out}.navbar-menu li a{text-decoration:none;color:#333;font-weight:400;font-size:.9rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s}.navbar-menu li a:hover{background-color:#f5f5f5}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.mobile-menu-toggle span{width:25px;height:3px;background-color:#333;transition:.3s;border-radius:2px}@media (max-width: 1199px) and (min-width: 810px){.navbar-container{padding:1rem 1.5rem}.navbar-menu{gap:1.5rem}.navbar-menu li a{padding:.4rem .8rem;font-size:.85rem}.logo-text{font-size:14px}.logo-subtitle{font-size:7px}.logo-icon{width:22px;height:22px}.logo-cross{font-size:16px}.trademark-symbol{font-size:8px;top:-1px;right:-6px}}@media (max-width: 809px){.navbar-container{padding:1rem}.mobile-menu-toggle{display:flex}.navbar-menu{position:fixed;top:60px;left:0;width:100%;background-color:#fff;flex-direction:column;padding:1rem 0;box-shadow:0 2px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:0}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-menu li{text-align:center;border-bottom:1px solid #f0f0f0}.navbar-menu li:last-child{border-bottom:none}.navbar-menu li a{display:block;padding:1rem 2rem;font-size:1rem;border-radius:0}.logo-text{font-size:12px}.logo-subtitle{font-size:6px}.logo-icon{width:18px;height:18px}.logo-cross{font-size:14px}.trademark-symbol{font-size:7px;top:-1px;right:-5px}}.spinning-disc-container{width:700px;height:700px;margin:0;position:relative;display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeIn 5s ease-out 3.5s forwards}@keyframes fadeIn{to{opacity:1}}.spinning-disc-canvas{width:100%;height:100%;filter:blur(8px);display:block}@media (max-width: 1199px) and (min-width: 810px){.spinning-disc-container{width:550px;height:550px;margin:0}}@media (max-width: 809px){.spinning-disc-container{width:400px;height:400px;margin:0}}@media (max-width: 480px){.spinning-disc-container{width:280px;height:280px}}@media (max-width: 350px){.spinning-disc-container{width:250px;height:250px}}.main-section{padding:80px 2rem;background-color:#fff;min-height:90vh;display:flex;align-items:center}.main-container{max-width:1200px;margin:0 auto;text-align:center}.hero-content{position:relative;display:flex;align-items:center;justify-content:center;min-height:700px}.hero-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.hero-text{position:relative;z-index:2;text-align:center}.hero-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:3.5rem;font-weight:600;color:#153241;margin-bottom:1.5rem;line-height:1.1em;letter-spacing:-1px}.hero-title .highlight{color:#fe7d65}.hero-subtitle{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:2.5rem;font-weight:500;color:#2c3e50;margin-top:25rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.hero-subtitle .highlight-orange{color:#fe7d65}.word-animation{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 1199px) and (min-width: 810px){.main-section{padding:100px 1.5rem 70px;min-height:80vh}.hero-content{min-height:550px}.hero-title{font-size:3rem}.hero-subtitle{font-size:2.2rem;margin-top:8rem}}@media (max-width: 809px){.main-section{padding:90px 1rem 60px;min-height:70vh}.hero-content{min-height:450px}.hero-title{font-size:2.4rem;line-height:1.2}.hero-subtitle{font-size:1.8rem;margin-top:18rem}}@media (max-width: 480px){.main-section{padding:80px .5rem 50px}.hero-content{min-height:380px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem;margin-top:15rem}}.services-section{padding:60px 2rem;background-color:#fff}.services-container{max-width:900px;margin:0 auto}.services-intro{text-align:center;margin-bottom:4rem;padding-top:3rem}.services-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:2.8rem;font-weight:600;color:#153241;margin-bottom:1.5rem;line-height:1.1em;letter-spacing:-1px}.services-title .highlight{color:#fe7d65}.services-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.services-content{display:flex;flex-direction:column;gap:6rem}.service-card{display:flex;align-items:center;gap:4rem;padding:4rem 0}.service-card.layout-left{flex-direction:row}.service-card.layout-right{flex-direction:row-reverse}.service-content{flex:1;max-width:500px}.service-demo{flex:1;display:flex;justify-content:center;position:relative}.service-demo:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#fff0,#87cefa1a,#87cefa4d);border-radius:8px;pointer-events:none}.service-header{margin-bottom:1rem}.service-tag{background-color:#fff;color:#fe7d65;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid #FE7D65;display:inline-block;margin-bottom:1.5rem}.service-tag.highlight-orange{background-color:#fe7d65;color:#fff;border:1px solid #FE7D65}.service-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.service-description{font-size:1rem;color:#555;line-height:1.6;margin-bottom:1.5rem}.service-tags{display:flex;gap:.5rem;margin-bottom:2rem}.tag{background-color:#e3f2fd;color:#1976d2;padding:.4rem .8rem;border-radius:16px;font-size:.8rem;font-weight:500}.service-demo{margin-top:2rem}.demo-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;max-width:400px}.demo-card.large{max-width:500px}.demo-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.demo-logo.small{margin-bottom:.5rem}.logo-icon{width:40px;height:40px;background:linear-gradient(45deg,#fff,#fff);border-radius:4px;display:flex;align-items:center;justify-content:center}.logo-icon.small{width:20px;height:20px}.logo-cross{color:#fff;font-size:14px;font-weight:700}.demo-text{color:#84b7f1;font-weight:700;font-size:.9rem}.demo-card h4{color:#2c3e50;margin-bottom:.5rem;font-size:1.1rem}.demo-card p{color:#666;font-size:.9rem;margin-bottom:1rem}.demo-buttons{display:flex;gap:.5rem}.demo-button{background-color:#4a90e2;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;cursor:pointer}.demo-input{margin-top:1rem}.demo-input input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;background-color:#f8f9fa}.demo-header{border-bottom:1px solid #eee;padding-bottom:.5rem;margin-bottom:1rem}.demo-content h4{margin-bottom:1rem}.patient-info{background:#f8f9fa;padding:1rem;border-radius:6px;font-size:.85rem;line-height:1.5}.patient-info p{margin-bottom:.5rem}.patient-info strong{color:#2c3e50}@media (max-width: 1199px) and (min-width: 810px){.services-section{padding:50px 1.5rem}.services-intro{margin-bottom:3rem}.services-title{font-size:2.4rem;margin-bottom:1.2rem}.services-description{font-size:1rem;max-width:550px}.services-content{gap:4rem}.service-card{padding:3rem 0;gap:3rem}.service-title{font-size:1.6rem}.service-description{font-size:.95rem}.demo-card{max-width:350px;padding:1.3rem}.demo-card.large{max-width:450px}.patient-info{font-size:.8rem;padding:.8rem}}@media (max-width: 809px){.services-section{padding:40px 1rem}.services-intro{margin-bottom:2.5rem}.services-title{font-size:2rem;margin-bottom:1rem;line-height:1.4}.services-description{font-size:.95rem;max-width:100%}.services-content{gap:3rem}.service-card{flex-direction:column!important;padding:2rem 0;gap:2rem;text-align:center}.service-content{max-width:100%}.service-title{font-size:1.4rem;margin-bottom:.8rem}.service-description{font-size:.9rem;margin-bottom:1.2rem}.service-tags{flex-wrap:wrap;margin-bottom:1.5rem}.tag{font-size:.75rem;padding:.3rem .6rem}.demo-card{max-width:100%;padding:1.2rem}.demo-card.large{max-width:100%}.service-demo{width:100%;height:1000px;max-width:none;position:relative}.service-demo:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#fff0,#87cefa1a,#87cefa4d);border-radius:8px;pointer-events:none}.demo-buttons{flex-direction:column;gap:.3rem}.demo-button{padding:.6rem 1rem;font-size:.85rem}.patient-info{font-size:.8rem;padding:.8rem}}@media (max-width: 480px){.services-section{padding:30px .5rem}.services-title{font-size:1.6rem}.services-description{font-size:.9rem}.service-card{padding:1.5rem 0;gap:1.5rem}.service-title{font-size:1.2rem}.service-description{font-size:.85rem}.demo-card{padding:1rem}.demo-card h4{font-size:1rem}.demo-card p{font-size:.85rem}.patient-info{font-size:.75rem;padding:.6rem}}.demo-card.ambient{background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border:1px solid #FE7D65;border-radius:12px;padding:1.5rem;margin-top:1rem}.demo-interface{background:#fff;border-radius:8px;padding:1rem}.interface-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.voice-indicator{font-size:1.2rem}.signal-bars{display:flex;gap:2px;align-items:end}.signal-bars .bar{width:3px;background:#4caf50;border-radius:1px}.signal-bars .bar:nth-child(1){height:8px}.signal-bars .bar:nth-child(2){height:12px}.signal-bars .bar:nth-child(3){height:16px}.signal-bars .bar:nth-child(4){height:20px}.signal-bars .bar:nth-child(5){height:14px}.interface-tabs{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.tab{font-size:.9rem;color:#666;cursor:pointer}.tab.active{color:#fe7d65;font-weight:500}.ready-indicator{margin-left:auto;font-size:.8rem;color:#4caf50;font-weight:500}.interface-content{color:#666;font-style:italic}.demo-card.gp-portal{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-top:1rem;box-shadow:0 2px 8px #0000001a}.portal-header{margin-bottom:1rem}.portal-logo{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.portal-logo .logo-icon{width:24px;height:24px;background:#fe7d65;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.8rem}.portal-subtitle{font-size:.8rem;color:#666;margin-left:auto}.portal-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:6px}.portal-info p{font-size:.85rem;margin:0}.portal-section h4{font-size:1rem;margin-bottom:.5rem;color:#333}.symptom-text{background:#f0f8ff;padding:1rem;border-radius:6px;font-size:.85rem;line-height:1.5;color:#333;border-left:3px solid #FE7D65}@media (max-width: 809px){.portal-info{grid-template-columns:1fr}.interface-tabs{flex-wrap:wrap;gap:.5rem}.ready-indicator{margin-left:0;margin-top:.5rem}.demo-card.ambient,.demo-card.gp-portal{padding:1.2rem}}@media (max-width: 480px){.demo-card.ambient,.demo-card.gp-portal{padding:1rem}.demo-interface{padding:.8rem}.portal-logo{flex-direction:column;align-items:flex-start;gap:.3rem}.portal-subtitle{margin-left:0}}.demo-card.doc-assist-demo{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;max-width:700px;width:100%}.demo-card.doc-assist-demo .demo-header{margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.demo-title{font-size:1rem;font-weight:500;color:#333}.demo-card.doc-assist-demo .demo-content h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.doctor-portal-img{width:100%;height:290px;border-radius:4px;border:1px solid #ddd;object-fit:cover;object-position:0% 30%;transform:translateY(20px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .8s ease-out forwards;opacity:0}.scroll-animate:nth-child(1){transition-delay:0s}.scroll-animate:nth-child(2){transition-delay:.2s}.scroll-animate:nth-child(3){transition-delay:.4s}.scroll-animate:nth-child(4){transition-delay:.6s}@media (max-width: 809px){.demo-card.doc-assist-demo{max-width:350px}.doctor-portal-img{max-width:100%;height:200px}.portal-image-container{height:200px}}.process-section{padding:80px 2rem;background:linear-gradient(180deg,#fff,#ffffff80);position:relative;overflow:hidden}.process-background-disc{position:absolute;top:-400px;right:-400px;width:1600px;height:1600px;opacity:.5;pointer-events:none;z-index:0}.process-background-disc .spinning-disc-container{width:100%!important;height:100%!important;margin:0!important;opacity:1!important;animation:none!important}.process-background-disc .spinning-disc-canvas{filter:blur(15px)!important}.process-container{max-width:900px;margin:0 auto;width:100%;box-sizing:border-box;position:relative;z-index:1}.process-intro{text-align:center;margin-bottom:4rem}.process-tag{background-color:#e3f2fd;color:#1976d2;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;display:inline-block}.process-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;line-height:1.3}.process-title .highlight{color:#fe7d65}.process-description{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.process-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;box-sizing:border-box}.feature-item{background:#ffffff26;border-radius:12px;padding:1rem;border:2px solid transparent;box-shadow:0 0 0 1px #ffffff4d,0 16px 32px #0000001a,0 8px 16px #0000000d;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);box-sizing:border-box;min-width:0;overflow:hidden;transition:all .3s ease}.feature-item:hover{background:#fff3;box-shadow:0 0 0 1px #fff6,0 20px 40px #00000026,0 12px 24px #00000014;transform:translateY(-2px)}.feature-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1.5rem;font-weight:600;color:#1a2332;margin-bottom:1rem;text-shadow:0 1px 2px rgba(255,255,255,.8)}.feature-title .highlight{color:#fe7d65}.feature-description{font-size:1rem;color:#444;line-height:1.6;margin-bottom:1rem;text-shadow:0 1px 2px rgba(255,255,255,.6)}.feature-demo{margin-top:1rem;min-height:300px}.demo-box{background:#ffffff1a;border-radius:8px;padding:.8rem;border:1px solid #ccc;box-shadow:0 4px 12px #0000000d,inset 0 1px #ffffff4d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-sizing:border-box;max-width:100%;overflow:hidden}.chart-container{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.pie-chart{width:60px;height:60px;border-radius:50%;background:conic-gradient(#2c3e50 0deg 270deg,#e9ecef 270deg 360deg);position:relative;animation:pieRotate 4s ease-in-out infinite}.pie-chart:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fe7d65;border-radius:50%;animation:centerPulse 2s ease-in-out infinite}.pie-chart:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:45px;height:45px;border:2px solid rgba(254,125,101,.3);border-radius:50%;animation:ringExpand 3s ease-in-out infinite}.chart-label{font-size:.9rem;color:#666;font-weight:500}.checklist{display:flex;flex-direction:column;gap:.5rem}.check-item{background:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;color:#555;border:1px solid #e9ecef;position:relative;overflow:hidden;animation:checkItemSlide 3s ease-in-out infinite}.check-item:before{content:"✓";position:absolute;right:-20px;top:50%;transform:translateY(-50%);color:#4caf50;font-weight:700;animation:checkMarkSlide 3s ease-in-out infinite}.check-item:nth-child(1){animation-delay:0s}.check-item:nth-child(1):before{animation-delay:0s}.check-item:nth-child(2){animation-delay:.2s}.check-item:nth-child(2):before{animation-delay:.2s}.check-item:nth-child(3){animation-delay:.4s}.check-item:nth-child(3):before{animation-delay:.4s}.check-item:nth-child(4){animation-delay:.6s}.check-item:nth-child(4):before{animation-delay:.6s}.check-item:nth-child(5){animation-delay:.8s}.check-item:nth-child(5):before{animation-delay:.8s}.code-demo{font-family:Courier New,monospace;background:linear-gradient(135deg,#ffffff40,#ffffff26,#ffffff1a,#ffffff26,#fff3);backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);color:#000;padding:0;border-radius:12px;overflow:hidden;border:1px solid #ccc;box-shadow:0 8px 32px #0000001a,0 4px 16px #0000000d,inset 0 1px #fff6,inset 0 -1px #fff3;position:relative}.code-window{height:350px;overflow:hidden;padding:.5rem;position:relative;background:linear-gradient(135deg,#ffffff4d,#ffffff26,#ffffff14,#ffffff1f,#ffffff40);backdrop-filter:blur(15px) saturate(1.3);-webkit-backdrop-filter:blur(15px) saturate(1.3);border-radius:8px;border:1px solid rgba(255,255,255,.25);box-shadow:inset 0 2px 4px #ffffff1a,inset 0 -1px 2px #0000000d}.code-scroll-container{animation:scrollUp 80s linear infinite}.code-line{font-size:.75rem;line-height:1.3;margin-bottom:.2rem;white-space:pre;display:flex;height:18px}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.line-number{color:#666;margin-right:1rem;-webkit-user-select:none;user-select:none;min-width:30px;opacity:.7}.code-content{color:#000;flex:1;font-weight:500;text-shadow:0 1px 2px rgba(255,255,255,.3)}.integration-demo{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem}.integration-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:transparent}.app-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;background:transparent}.app-icon.ehr-icon{border-radius:0}.thea-icon{background:transparent;border:none}.gradient-circle-small{width:30px;height:30px;background:radial-gradient(circle,#fffc,#7b33334d);border-radius:50%}.ehr-icon{background:transparent!important;border:none!important}.ehr-square{width:30px;height:30px;background:#6c757d;border-radius:4px}.ct-logo{width:40px;height:40px;object-fit:contain}.integration-arrow{font-size:1.5rem;color:#6c757d}.integration-spinning-disc{width:50px;height:50px;position:relative;overflow:hidden;border-radius:50%;background:#fff}.integration-spinning-disc .spinning-disc-container{width:100%!important;height:100%!important;margin:0!important;opacity:1!important;animation:none!important}.integration-spinning-disc .spinning-disc-canvas{filter:none!important}.animated-arrow{position:relative;display:flex;align-items:center;justify-content:center;width:100px;height:80px;overflow:hidden;margin-top:-50px}.arrow-flow{position:absolute;font-size:1.2rem;color:#fe7d65;opacity:0;animation:arrowFlow 2s ease-in-out infinite}.arrow-flow:nth-child(1){animation-delay:0s;top:10px}.arrow-flow:nth-child(2){animation-delay:.3s;top:30px}.arrow-flow:nth-child(3){animation-delay:.6s;top:50px}.pulsing-square{animation:pulse 2s ease-in-out infinite}@keyframes arrowFlow{0%{transform:translate(-20px);opacity:0}50%{opacity:1}to{transform:translate(20px);opacity:0}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes pieRotate{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}@keyframes centerPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.7}}@keyframes ringExpand{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.1}}@keyframes checkItemSlide{0%,90%,to{transform:translate(0);background:#fff}5%,85%{transform:translate(5px);background:#fe7d651a}}@keyframes checkMarkSlide{0%,90%,to{right:-20px;opacity:0}5%,85%{right:8px;opacity:1}}@keyframes nodeGlow{0%,to{box-shadow:0 2px 8px #00000014}50%{box-shadow:0 4px 16px #fe7d6526}}@keyframes dataFlow{0%,to{opacity:.3}50%{opacity:1}}@keyframes flowMove{0%{top:-20px;opacity:0}50%{opacity:1}to{top:130px;opacity:0}}@keyframes packetFlow{0%,to{opacity:.3;transform:scaleX(.8)}50%{opacity:1;transform:scaleX(1.2)}}@keyframes nodeActive{0%,to{opacity:1;box-shadow:0 0 #6c757d00}50%{opacity:.7;box-shadow:0 0 8px #6c757d4d}}@keyframes dataSync{0%{opacity:0;transform:scaleX(0);transform-origin:left}50%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0);transform-origin:right}}.security-demo{display:flex;justify-content:center;padding:2rem}.security-architecture{width:320px;height:280px;position:relative;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;padding:1rem;overflow:hidden;border:1px solid #dee2e6}.network-boundary{position:absolute;border:1px dashed #6c757d;border-radius:6px;background:#fff9}.external-boundary{top:10px;left:10px;right:10px;height:80px;border-color:#fe7d65;background:#fe7d6514}.internal-boundary{top:110px;left:10px;right:10px;height:100px;border-color:#6c757d;background:#6c757d0d}.data-boundary{bottom:10px;left:10px;right:10px;height:60px;border-color:#3498db;background:#3498db14}.boundary-label{position:absolute;top:-10px;left:10px;background:#fff;padding:2px 8px;font-size:.65rem;font-weight:600;color:#64748b;border-radius:4px;box-shadow:0 2px 4px #0000001a}.security-node{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;background:#fff;border-radius:6px;border:1px solid rgba(148,163,184,.2);box-shadow:0 2px 8px #00000014;transition:all .3s ease}.security-node:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.node-icon{width:24px;height:24px;border-radius:4px;position:relative}.firewall-icon{background:linear-gradient(45deg,#fe7d65,#e85d47);position:relative}.firewall-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border:2px solid white;border-radius:2px}.auth-icon{background:linear-gradient(45deg,#6c757d,#495057);position:relative}.auth-icon:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:8px;height:6px;border:2px solid white;border-bottom:none;border-radius:4px 4px 0 0}.auth-icon:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:12px;height:8px;background:#fff;border-radius:2px}.encryption-icon{background:linear-gradient(45deg,#adb5bd,#6c757d);position:relative}.encryption-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:14px;height:10px;border:2px solid white;border-radius:2px}.monitor-icon{background:linear-gradient(45deg,#2c3e50,#34495e);position:relative}.monitor-icon:before{content:"";position:absolute;top:4px;left:50%;transform:translate(-50%);width:14px;height:10px;border:2px solid white;border-radius:2px}.monitor-icon:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:8px;height:2px;background:#fff}.backup-icon{background:linear-gradient(45deg,#495057,#343a40);position:relative}.backup-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:14px;border:2px solid white;border-radius:2px 2px 4px 4px}.database-icon{background:linear-gradient(45deg,#6c757d,#495057);position:relative}.database-icon:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:14px;height:4px;background:#fff;border-radius:7px}.database-icon:after{content:"";position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:14px;height:8px;border:2px solid white;border-radius:7px;background:transparent}.firewall-layer{display:flex;justify-content:center;padding-top:20px}.internal-nodes{display:flex;justify-content:space-around;padding:20px 10px 10px}.data-nodes{display:flex;justify-content:space-around;padding:15px 10px 5px}.security-label{font-size:.6rem;color:#64748b;font-weight:500;text-align:center}.network-connections{position:absolute;inset:0;pointer-events:none}.connection-line{position:absolute;background:linear-gradient(90deg,transparent,#6c757d,transparent)}.vertical-line{top:90px;left:50%;transform:translate(-50%);width:2px;height:120px;background:linear-gradient(180deg,transparent,#6c757d,transparent)}.horizontal-line{top:50%;left:20px;right:20px;height:2px;transform:translateY(-50%)}.secondary-integration{margin-top:1rem;background:#ffffff14;border:1px solid #ccc;border-radius:8px;padding:1rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000008,inset 0 1px #fff3}.integration-layers{display:flex;flex-direction:row;gap:.8rem}.api-layer,.middleware-layer,.database-layer{flex:1;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:.8rem;position:relative;overflow:hidden;min-height:80px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 6px #0000000a,inset 0 1px #ffffff4d}.api-layer{border-top:3px solid #FE7D65}.middleware-layer{border-top:3px solid #6c757d}.database-layer{border-top:3px solid #2c3e50}.layer-header{font-size:.9rem;font-weight:400;color:#444;margin-bottom:.5rem;text-transform:none;letter-spacing:normal;text-shadow:0 1px 2px rgba(255,255,255,.6)}.data-packets{display:flex;gap:.3rem;align-items:center}.packet{width:20px;height:4px;background:linear-gradient(90deg,#fe7d65,#ff9478);border-radius:2px;animation:packetFlow 2s ease-in-out infinite}.packet:nth-child(1){animation-delay:0s}.packet:nth-child(2){animation-delay:.3s}.packet:nth-child(3){animation-delay:.6s}.processing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem}.process-node{width:12px;height:12px;background:#e9ecef;border-radius:2px;transition:all .3s ease}.process-node.active{background:linear-gradient(45deg,#6c757d,#495057);animation:nodeActive 2.5s ease-in-out infinite}.data-flow{display:flex;flex-direction:column;gap:.2rem}.flow-line{height:2px;background:linear-gradient(90deg,transparent,#2c3e50,transparent);border-radius:1px;animation:dataSync 3s ease-in-out infinite}.flow-line:nth-child(1){width:80%;animation-delay:0s}.flow-line:nth-child(2){width:60%;animation-delay:1.5s}@media (max-width: 1199px) and (min-width: 810px){.process-section{padding:60px 1.5rem}.process-background-disc{width:1200px;height:1200px;top:-300px;right:-300px}.process-container{max-width:100%}.process-intro{margin-bottom:3rem}.process-title{font-size:2.2rem;line-height:1.2}.process-description{font-size:1rem;max-width:600px}.process-features{gap:1.2rem}.feature-item{padding:1.2rem}.feature-title{font-size:1.3rem;margin-bottom:.8rem}.feature-description{font-size:.95rem}.demo-box{padding:1rem}.code-window{height:300px}.code-line{font-size:.7rem}.integration-demo{gap:1.5rem;padding:1.5rem}.security-demo{padding:1.5rem}.chart-container{gap:.8rem}.pie-chart{width:50px;height:50px}.chart-label{font-size:.85rem}}@media (max-width: 809px){.process-section{padding:50px 1rem}.process-background-disc{width:800px;height:800px;top:-200px;right:-200px}.process-container{max-width:100%}.process-intro{margin-bottom:2.5rem}.process-title{font-size:1.8rem;line-height:1.4}.process-description{font-size:.95rem;max-width:100%}.process-features{grid-template-columns:1fr;gap:1.5rem}.feature-item{padding:1.2rem}.feature-title{font-size:1.2rem;margin-bottom:.8rem}.feature-description{font-size:.9rem;margin-bottom:1.2rem}.demo-box{padding:1rem}.code-window{height:280px}.code-line{font-size:.65rem;height:16px}.integration-demo{gap:1rem;padding:1rem;flex-direction:column}.integration-arrow{transform:rotate(90deg);font-size:1.2rem}.app-icon{width:50px;height:50px}.gradient-circle-small,.ehr-square{width:25px;height:25px}.security-demo{padding:1rem}.security-architecture{width:280px;height:250px}.security-nodes{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:200px}.security-node{width:40px;height:30px;padding:6px}.node-icon{width:18px;height:18px}.security-label{font-size:.55rem}.boundary-label{font-size:.6rem;padding:1px 6px}.firewall-icon:before{width:8px;height:8px;border-width:1px}.auth-icon:before{width:6px;height:4px;border-width:1px;top:4px}.auth-icon:after{width:8px;height:6px;bottom:3px}.encryption-icon:before{width:10px;height:7px;border-width:1px}.monitor-icon:before{width:10px;height:7px;border-width:1px;top:3px}.monitor-icon:after{width:6px;height:1px;bottom:3px}.backup-icon:before{width:8px;height:10px;border-width:1px}.database-icon:before{width:10px;height:2px;top:4px}.database-icon:after{width:10px;height:6px;border-width:1px;bottom:4px}.chart-container{flex-direction:column;align-items:center;gap:.5rem;text-align:center}.pie-chart{width:45px;height:45px}.chart-label{font-size:.8rem}.checklist{gap:.4rem}.check-item{padding:.4rem .8rem;font-size:.8rem}}@media (max-width: 480px){.process-section{padding:40px .5rem}.process-section:before{width:300px;height:300px;top:-75px;right:-75px}.process-title{font-size:1.5rem}.process-description{font-size:.9rem}.feature-item{padding:.8rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.85rem}.security-architecture{width:260px;height:220px;padding:.8rem}.security-nodes{max-width:180px;gap:.8rem}.security-node{width:35px;height:28px;padding:5px}.node-icon{width:16px;height:16px}.security-label{font-size:.5rem}.boundary-label{font-size:.55rem;padding:1px 4px}.firewall-icon:before{width:6px;height:6px;border-width:1px}.auth-icon:before{width:5px;height:3px;border-width:1px;top:3px}.auth-icon:after{width:7px;height:5px;bottom:2px}.encryption-icon:before{width:8px;height:6px;border-width:1px}.monitor-icon:before{width:8px;height:6px;border-width:1px;top:2px}.monitor-icon:after{width:5px;height:1px;bottom:2px}.backup-icon:before{width:7px;height:8px;border-width:1px}.database-icon:before{width:8px;height:2px;top:3px}.database-icon:after{width:8px;height:5px;border-width:1px;bottom:3px}}.feature-item.fade-up-element:nth-child(1){transition-delay:.1s}.feature-item.fade-up-element:nth-child(2){transition-delay:.2s}.feature-item.fade-up-element:nth-child(3){transition-delay:.3s}.feature-item.fade-up-element:nth-child(4){transition-delay:.4s}.benefits-section{padding:80px 2rem;background:linear-gradient(180deg,#fff,#fab0a380)}.benefits-container{max-width:1200px;margin:0 auto}.benefits-intro{text-align:center;margin-bottom:4rem}.benefits-tag{background-color:#fff5f5;color:#fe7d65;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;display:inline-block;border:1px solid #FE7D65}.benefits-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:2.8rem;font-weight:600;color:#153241;margin-bottom:1.5rem;line-height:1.1em;letter-spacing:-1px}.benefits-title .highlight{color:#fe7d65}.benefits-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}.benefit-card{background:#f8f9fa;border-radius:12px;padding:2rem;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.benefit-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.benefit-description{font-size:.95rem;color:#666;line-height:1.6}@media (max-width: 1199px) and (min-width: 810px){.benefits-section{padding:60px 1.5rem}.benefits-intro{margin-bottom:3rem}.benefits-title{font-size:2.2rem}.benefits-description{font-size:1rem;max-width:550px}.benefits-grid{gap:1.5rem}.benefit-card{padding:1.8rem}.benefit-title{font-size:1.2rem}.benefit-description{font-size:.9rem}}@media (max-width: 809px){.benefits-section{padding:50px 1rem}.benefits-intro{margin-bottom:2.5rem}.benefits-title{font-size:1.8rem;line-height:1.4}.benefits-description{font-size:.95rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:1.5rem}.benefit-title{font-size:1.1rem}.benefit-description{font-size:.9rem}}@media (max-width: 600px) and (min-width: 480px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.benefit-card{padding:1.2rem}.benefit-title{font-size:1rem}.benefit-description{font-size:.85rem}}@media (max-width: 480px){.benefits-section{padding:40px .5rem}.benefits-title{font-size:1.5rem}.benefits-description{font-size:.9rem}.benefit-card{padding:1.2rem}.benefit-title{font-size:1rem}.benefit-description{font-size:.85rem}}.benefit-card.fade-up-element:nth-child(1){transition-delay:.1s}.benefit-card.fade-up-element:nth-child(2){transition-delay:.2s}.benefit-card.fade-up-element:nth-child(3){transition-delay:.3s}.benefit-card.fade-up-element:nth-child(4){transition-delay:.4s}.testimonials-section{padding:80px 2rem;background:linear-gradient(180deg,#fab0a380,#fff)}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-intro{text-align:center;margin-bottom:4rem}.testimonials-tag{background-color:#fff5f5;color:#fe7d65;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;display:inline-block;border:1px solid #FE7D65}.testimonials-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:2.5rem;font-weight:600;color:#153241;margin-bottom:1.5rem;line-height:1.1em;letter-spacing:-1px}.testimonials-title .highlight{color:#fe7d65}.testimonials-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.testimonial-card{background:#fff;border-radius:12px;padding:2rem;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.testimonial-text{font-size:.95rem;color:#333;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonial-author{border-top:1px solid #e9ecef;padding-top:1rem}.author-name{font-size:1rem;font-weight:600;color:#153241;margin-bottom:.3rem;font-family:Figtree,Figtree Placeholder,sans-serif}.author-title{font-size:.85rem;color:#666;margin:0}@media (max-width: 1199px) and (min-width: 810px){.testimonials-section{padding:60px 1.5rem}.testimonials-intro{margin-bottom:3rem}.testimonials-title{font-size:2.2rem}.testimonials-description{font-size:1rem;max-width:550px}.testimonials-grid{gap:1.5rem}.testimonial-card{padding:1.8rem}.testimonial-text{font-size:.9rem}.author-name{font-size:.95rem}.author-title{font-size:.8rem}}@media (max-width: 809px){.testimonials-section{padding:50px 1rem}.testimonials-intro{margin-bottom:2.5rem}.testimonials-title{font-size:1.8rem;line-height:1.2}.testimonials-description{font-size:.95rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-text,.author-name{font-size:.9rem}.author-title{font-size:.8rem}}@media (max-width: 480px){.testimonials-section{padding:40px .5rem}.testimonials-title{font-size:1.5rem}.testimonials-description{font-size:.9rem}.testimonial-card{padding:1.2rem}.testimonial-text,.author-name{font-size:.85rem}.author-title{font-size:.75rem}}.fade-up-element{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.fade-up-visible{opacity:1;transform:translateY(0)}.testimonial-card.fade-up-element:nth-child(1){transition-delay:.1s}.testimonial-card.fade-up-element:nth-child(2){transition-delay:.2s}.testimonial-card.fade-up-element:nth-child(3){transition-delay:.3s}.testimonial-card.fade-up-element:nth-child(4){transition-delay:.4s}.contact-section{padding:80px 2rem;background-color:#fff}.contact-container{max-width:600px;margin:0 auto}.contact-header{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:3rem 2rem;text-align:center;margin-bottom:3rem;box-shadow:0 8px 32px #0000001a}.contact-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:2.2rem;font-weight:600;color:#153241;margin-bottom:1rem;line-height:1.2;letter-spacing:-1px}.contact-title .highlight{color:#fe7d65}.contact-subtitle{font-size:1.1rem;color:#153241;margin:0;font-weight:500}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{font-size:.9rem;font-weight:500;color:#666;margin-bottom:.5rem;font-family:Figtree,Figtree Placeholder,sans-serif}.form-input,.form-select{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;color:#333;background-color:#f8f9fa;transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-select:focus{outline:none;border-color:#fe7d65;box-shadow:0 0 0 3px #fe7d651a;background-color:#fff}.form-input::placeholder{color:#999}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;padding-right:3rem}.submit-button{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:Figtree,Figtree Placeholder,sans-serif;color:#153241;border:1px solid rgba(255,255,255,.2);padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);margin-top:1rem;box-shadow:0 8px 32px #0000001a;position:relative;overflow:hidden}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.submit-button:hover:before{left:100%}.submit-button:hover{background:#ffffff40;transform:translateY(-3px) scale(1.02);box-shadow:0 15px 45px #0003;border-color:#fe7d6566;color:#fe7d65}.submit-button:active{transform:translateY(-1px) scale(1.01);transition:all .1s ease}@media (max-width: 1199px) and (min-width: 810px){.contact-section{padding:60px 1.5rem}.contact-header{padding:2.5rem 1.5rem;margin-bottom:2.5rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.form-input,.form-select{padding:.9rem}.form-textarea{min-height:90px}}@media (max-width: 809px){.contact-section{padding:50px 1rem}.contact-container{max-width:100%}.contact-header{padding:2rem 1rem;margin-bottom:2rem;border-radius:16px}.contact-title{font-size:1.8rem;line-height:1.3}.contact-subtitle{font-size:.95rem}.contact-form{gap:1.2rem}.form-input,.form-select{padding:.8rem;font-size:.95rem}.form-textarea{min-height:80px}.submit-button{padding:.9rem 1.5rem;font-size:.95rem}}@media (max-width: 480px){.contact-section{padding:40px .5rem}.contact-header{padding:1.5rem .8rem;margin-bottom:1.5rem}.contact-title{font-size:1.5rem}.contact-subtitle{font-size:.9rem}.form-input,.form-select{padding:.75rem;font-size:.9rem}.form-textarea{min-height:70px}.submit-button{padding:.8rem 1.2rem;font-size:.9rem}}.footer{background:radial-gradient(ellipse 150% 100% at center bottom,#c5e0ff,#c1dbf7,#e6f3ff 50%,#fff)}.footer-main{background:radial-gradient(ellipse 150% 100% at center bottom,#c0ddff,#b9dbff,#e3f1fe 50%,#fff);padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-logo-icon{width:32px;height:32px;object-fit:contain;background:transparent}.footer-logo-text-container{position:relative;display:inline-block}.footer-logo-text{height:24px;width:auto;object-fit:contain;background:transparent}.footer-trademark-symbol{position:absolute;top:-6px;right:-8px;font-size:8px;font-weight:700;color:#4a90e2}.footer-links{display:flex;gap:4rem}.footer-column{display:flex;flex-direction:column}.column-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1rem;font-weight:600;color:#333;margin:0 0 1rem}.link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.link-list li{margin:0}.link-list a{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:.9rem;color:#666;text-decoration:none;transition:color .3s ease}.link-list a:hover{color:#fe7d65}.copyright{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:.9rem;color:#000;margin:2rem 0 0}@media (max-width: 1199px) and (min-width: 810px){.footer-main{padding:3rem 1.5rem 1.5rem}.footer-logo .logo-text{font-size:1.6rem}.footer-links{gap:3rem}.column-title{font-size:.95rem}.link-list a,.copyright{font-size:.85rem}}@media (max-width: 809px){.footer-main{padding:2.5rem 1rem 1.5rem}.footer-container{flex-direction:column;align-items:center;text-align:center;gap:2rem}.footer-logo .logo-text{font-size:1.5rem;margin-bottom:.5rem}.footer-links{gap:2rem;justify-content:center}.footer-bottom .footer-container{flex-direction:column;align-items:center;text-align:center}.column-title{font-size:.9rem;margin-bottom:.8rem}.link-list a,.copyright{font-size:.8rem}}@media (max-width: 480px){.footer-main{padding:2rem .5rem 1rem}.footer-links{flex-direction:column;gap:1.5rem;width:100%}.footer-column{align-items:center}.footer-logo .logo-text{font-size:1.3rem}.column-title{font-size:.85rem}.link-list a,.copyright{font-size:.75rem}}.privacy-policy{min-height:100vh;padding:80px 0 40px;background-color:#fff;opacity:0;animation:pageLoad .8s ease-out .1s forwards}.privacy-policy.page-loaded{opacity:1}.privacy-policy .container{max-width:800px;margin:0 auto;padding:0 20px}.privacy-policy h1{font-family:Figtree,Figtree Placeholder,sans-serif;text-align:center;color:#153241;margin-bottom:40px;font-size:2.8rem;font-weight:600;line-height:1.1;letter-spacing:-1px}.policy-content{background:#fff;padding:40px;border-radius:12px;box-shadow:0 8px 32px #0000001a}.policy-content section{margin-bottom:30px}.policy-content h2{font-family:Figtree,Figtree Placeholder,sans-serif;color:#153241;margin-bottom:15px;font-size:1.8rem;font-weight:600;border-bottom:2px solid #4A90E2;padding-bottom:5px}.policy-content p{line-height:1.6;color:#666;margin-bottom:15px}.last-updated{text-align:center;font-style:italic;color:#666;margin-bottom:30px}.policy-content ul{margin:15px 0;padding-left:25px}.policy-content li{margin-bottom:8px;line-height:1.6;color:#666}.policy-content a{color:#4a90e2;text-decoration:none}.policy-content a:hover{text-decoration:underline}.policy-content h3{font-family:Figtree,Figtree Placeholder,sans-serif;color:#153241;margin-bottom:15px;margin-top:20px;font-size:1.4rem;font-weight:600}.rights-request-form{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:2rem;border-radius:12px;margin:20px 0;box-shadow:0 8px 32px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#666;font-weight:500;font-size:.9rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group textarea{width:100%;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;color:#333;background-color:#f8f9fa;transition:border-color .3s ease,box-shadow .3s ease}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group textarea:focus{outline:none;border-color:#fe7d65;box-shadow:0 0 0 3px #fe7d651a;background-color:#fff}.form-group input::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.checkbox-group{display:flex;flex-direction:column;gap:12px}.checkbox-group label{display:flex;align-items:center;font-weight:400;margin-bottom:0;cursor:pointer}.checkbox-group input[type=checkbox]{margin-right:12px;width:auto;accent-color:#4A90E2}.submit-button{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#153241;border:1px solid rgba(255,255,255,.2);padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-shadow:0 8px 32px #0000001a}.submit-button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 12px 40px #00000026}.submit-button:active{transform:translateY(0)}@media (max-width: 1199px) and (min-width: 810px){.privacy-policy{padding:60px 0 30px}.privacy-policy h1{font-size:2.4rem}.policy-content{padding:30px}.policy-content h2{font-size:1.6rem}.policy-content h3{font-size:1.2rem}.rights-request-form{padding:1.5rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group textarea{padding:.9rem}.form-group textarea{min-height:90px}}@media (max-width: 809px){.privacy-policy{padding:50px 0 20px}.privacy-policy .container{padding:0 1rem}.privacy-policy h1{font-size:2rem;margin-bottom:30px}.policy-content{padding:20px;border-radius:10px}.policy-content h2{font-size:1.4rem}.policy-content h3{font-size:1.1rem}.rights-request-form{padding:1.2rem}.form-group{margin-bottom:1.2rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group textarea{padding:.8rem;font-size:.95rem}.form-group textarea{min-height:80px}.submit-button{padding:.9rem 1.5rem;font-size:.95rem}}@media (max-width: 480px){.privacy-policy{padding:40px 0 20px}.privacy-policy .container{padding:0 .5rem}.privacy-policy h1{font-size:1.8rem;margin-bottom:20px}.policy-content{padding:15px}.policy-content h2{font-size:1.2rem}.policy-content h3{font-size:1rem}.rights-request-form{padding:1rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group textarea{padding:.75rem;font-size:.9rem}.form-group textarea{min-height:70px}.submit-button{padding:.8rem 1.2rem;font-size:.9rem}}.terms-conditions{min-height:100vh;padding:80px 0 40px;background-color:#f8f9fa;opacity:0;animation:pageLoad .8s ease-out .1s forwards}.terms-conditions.page-loaded{opacity:1}@keyframes pageLoad{to{opacity:1}}.terms-conditions .container{max-width:800px;margin:0 auto;padding:0 20px}.terms-conditions h1{text-align:center;color:#2c3e50;margin-bottom:40px;font-size:2.5rem}.terms-content{background:#fff;padding:40px;border-radius:10px;box-shadow:0 2px 10px #0000001a}.terms-content section{margin-bottom:30px}.terms-content h2{color:#34495e;margin-bottom:15px;font-size:1.3rem;border-bottom:2px solid #3498db;padding-bottom:5px}.terms-content p{line-height:1.6;color:#555;margin-bottom:15px}.last-updated{text-align:center;font-style:italic;color:#777;margin-bottom:30px}.terms-content ul{margin:15px 0;padding-left:25px}.terms-content li{margin-bottom:8px;line-height:1.6;color:#555}.terms-content a{color:#3498db;text-decoration:none}.terms-content a:hover{text-decoration:underline}.security{min-height:100vh;background:linear-gradient(135deg,#fff 0% 100%);opacity:0;transform:translateY(30px);transition:all .8s ease-out}.security.page-loaded{opacity:1;transform:translateY(0)}.security .container{max-width:800px;margin:0 auto;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 20px 40px #0000001a;margin-top:2rem;margin-bottom:2rem}.security h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;text-align:center;font-weight:700}.last-updated{text-align:center;color:#7f8c8d;font-style:italic;margin-bottom:2rem;font-size:.9rem}.security-content{line-height:1.6;color:#34495e}.security-content section{margin-bottom:2rem}.security-content h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.security-content h3{color:#34495e;font-size:1.2rem;margin:1.2rem 0 .8rem;font-weight:600}.security-content p{margin-bottom:1rem;text-align:justify}.security-content ul{margin-bottom:1rem;padding-left:1.5rem}.security-content li{margin-bottom:.5rem}.security-content strong{color:#2c3e50;font-weight:600}.security-content a{color:#3498db;text-decoration:none;font-weight:500}.security-content a:hover{text-decoration:underline;color:#2980b9}@media (max-width: 768px){.security .container{margin:1rem;padding:1.5rem;border-radius:15px}.security h1{font-size:2rem}.security-content h2{font-size:1.3rem}.security-content h3{font-size:1.1rem}.security-content p{text-align:left}}.changelog{min-height:100vh;padding:120px 0 60px;background-color:#fff;opacity:0;transform:translateY(20px);transition:all .6s ease}.changelog.page-loaded{opacity:1;transform:translateY(0)}.changelog .container{max-width:800px;margin:0 auto;padding:0 20px}.changelog h1{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:3rem;font-weight:600;color:#153241;text-align:center;margin-bottom:1rem;line-height:1.1em;letter-spacing:-1px}.changelog-description{font-size:1.2rem;color:#666;text-align:center;margin-bottom:3rem;line-height:1.6}.changelog-content{display:flex;flex-direction:column;gap:2rem}.changelog-entry{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.changelog-entry:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.entry-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.version-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.changelog-entry h2{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1.8rem;font-weight:600;color:#153241;margin:0}.type-badge{padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.type-badge.feature{background:#48bb78;color:#fff}.type-badge.bugfix{background:linear-gradient(45deg,#f56565,#ffaeae);color:#fff}.type-badge.improvement{background:#fe7d65;color:#fff}.type-badge.release{background:#153241;color:#fff}.entry-date{color:#718096;font-weight:500;font-size:.95rem}.entry-changes ul{list-style:none;padding:0;margin:0}.entry-changes li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4a5568;line-height:1.6;font-size:1rem}.entry-changes li:before{content:"✓";position:absolute;left:0;top:.5rem;color:#48bb78;font-weight:700;font-size:1.1rem}.changelog-entry.feature .entry-changes li:before{color:#48bb78}.changelog-entry.bugfix .entry-changes li:before{color:#f56565}.changelog-entry.improvement .entry-changes li:before{color:#4299e1}.changelog-entry.release .entry-changes li:before{color:#e7dbff}.changelog-footer{margin-top:3rem;padding:2rem;background:#fff;border-radius:8px;text-align:center;box-shadow:0 2px 8px #0000001a}.changelog-footer p{color:#666;margin:.5rem 0;line-height:1.6}.changelog-footer a{color:#fe7d65;text-decoration:none;font-weight:600;transition:color .3s ease}.changelog-footer a:hover{color:#e66a4f;text-decoration:underline}@media (max-width: 768px){.changelog{padding:100px 0 40px}.changelog h1{font-size:2.5rem}.changelog-description{font-size:1.1rem}.changelog-entry{padding:1.5rem}.entry-header{flex-direction:column;align-items:flex-start}.changelog-entry h2{font-size:1.5rem}.version-info{flex-direction:column;align-items:flex-start;gap:.5rem}}.empty-changelog{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.empty-changelog h3{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1.8rem;color:#153241;margin-bottom:1rem;font-weight:600}.empty-changelog p{font-size:1.1rem;color:#718096;line-height:1.6;max-width:400px;margin:0 auto}@media (max-width: 480px){.changelog .container{padding:0 15px}.changelog h1{font-size:2rem}.changelog-entry{padding:1rem}.entry-changes li{font-size:.95rem}.empty-changelog{padding:3rem 1.5rem}.empty-icon{font-size:3rem}.empty-changelog h3{font-size:1.5rem}.empty-changelog p{font-size:1rem}}.support{min-height:100vh;padding:120px 0 60px;background-color:#fff;opacity:0;transform:translateY(20px);transition:all .6s ease}.support.page-loaded{opacity:1;transform:translateY(0)}.support .container{max-width:1200px;margin:0 auto;padding:0 20px}.support h1{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:3rem;font-weight:600;color:#153241;text-align:center;margin-bottom:1rem;line-height:1.1em;letter-spacing:-1px}.support-description{font-size:1.2rem;color:#666;text-align:center;margin-bottom:3rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.support-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.support-info{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.support-info h2{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1.8rem;font-weight:600;color:#153241;margin-bottom:1.5rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fe7d650d;border-radius:8px;border-left:4px solid #FE7D65}.method-icon{font-size:1.5rem;margin-top:.2rem}.method-details h3{font-size:1.1rem;font-weight:600;color:#153241;margin:0 0 .5rem}.method-details p{font-size:.95rem;color:#718096;margin:0 0 .3rem}.method-details a{color:#fe7d65;text-decoration:none;font-weight:500;transition:color .3s ease}.method-details a:hover{color:#e66a4f;text-decoration:underline}.response-time,.privacy-note{color:#fe7d65;font-weight:600}.support-form-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.form-header{margin-bottom:2rem}.form-header h2{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1.8rem;font-weight:600;color:#153241;margin-bottom:.5rem}.form-header p{color:#718096;font-size:1rem}.support-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#153241;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#fe7d65;box-shadow:0 0 0 3px #fe7d651a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:#fe7d65;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #fe7d654d}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-message{margin-top:1rem;padding:1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem}.form-message.success{background:#48bb781a;border:1px solid rgba(72,187,120,.3);color:#2f855a}.form-message.error{background:#f565651a;border:1px solid rgba(245,101,101,.3);color:#c53030}.message-icon{font-size:1.2rem}.support-footer{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.faq-section h3{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:1.8rem;font-weight:600;color:#153241;margin-bottom:1.5rem;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.faq-item{padding:1.5rem;background:#fe7d650d;border-radius:8px;border-left:4px solid #FE7D65}.faq-item h4{font-size:1.1rem;font-weight:600;color:#153241;margin-bottom:.8rem}.faq-item p{color:#718096;line-height:1.5;font-size:.95rem}@media (max-width: 768px){.support{padding:100px 0 40px}.support h1{font-size:2.5rem}.support-description{font-size:1.1rem}.support-content{grid-template-columns:1fr;gap:2rem}.support-info,.support-form-container{padding:1.5rem}.contact-method{flex-direction:column;text-align:center;gap:.5rem}.faq-grid{grid-template-columns:1fr}}@media (max-width: 480px){.support .container{padding:0 15px}.support h1{font-size:2rem}.support-info,.support-form-container,.support-footer{padding:1rem}.form-group input,.form-group textarea,.form-group select{font-size:.95rem}.submit-button{padding:.875rem 1.5rem;font-size:.95rem}}.not-found-section{padding:80px 2rem;background-color:#fff;min-height:90vh;display:flex;align-items:center;justify-content:center}.not-found-container{max-width:800px;margin:0 auto;text-align:center}.not-found-content{padding:2rem}.error-code{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:8rem;font-weight:700;color:#fe7d65;margin-bottom:1rem;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.error-title{font-family:Figtree,Figtree Placeholder,sans-serif;font-size:3rem;font-weight:600;color:#153241;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-1px}.error-title .highlight{color:#fe7d65}.error-description{font-size:1.2rem;color:#666;margin-bottom:2.5rem;line-height:1.5}.back-home-btn{display:inline-block;background-color:#fe7d65;color:#fff;padding:12px 30px;text-decoration:none;border-radius:5px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #fe7d654d}.back-home-btn:hover{background-color:#e56a52;transform:translateY(-2px);box-shadow:0 6px 20px #fe7d6566}@media (max-width: 1199px) and (min-width: 810px){.not-found-section{padding:100px 1.5rem 70px;min-height:80vh}.error-code{font-size:6rem}.error-title{font-size:2.5rem}.error-description{font-size:1.1rem}}@media (max-width: 809px){.not-found-section{padding:90px 1rem 60px;min-height:70vh}.error-code{font-size:5rem}.error-title{font-size:2rem;line-height:1.2}.error-description{font-size:1rem;margin-bottom:2rem}.back-home-btn{padding:10px 25px;font-size:1rem}}@media (max-width: 480px){.not-found-section{padding:80px .5rem 50px}.error-code{font-size:4rem}.error-title{font-size:1.8rem}.error-description{font-size:.9rem}}.App{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:100%;margin:0 auto;width:100%}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{line-height:1.6;color:#333;overflow-x:hidden}
