:root{--blue-900: #0a1628;--blue-800: #0f2240;--blue-700: #143262;--blue-600: #1a4a8a;--teal-500: #0fb5ba;--teal-400: #2dd4bf;--teal-300: #5eead4;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--radius: 12px;--radius-lg: 20px;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.12);--transition: .3s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--gray-800);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}h1{font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.15;font-weight:800}h2{font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.2;font-weight:700}h3{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.3;font-weight:600}.section-label{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--teal-500);margin-bottom:.75rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:6rem 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:50px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:var(--transition)}.btn-primary{background:linear-gradient(135deg,var(--teal-500),var(--teal-400));color:var(--white);box-shadow:0 4px 16px #0fb5ba59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0fb5ba73}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.4)}.btn-outline:hover{background:#ffffff1a;border-color:var(--white)}.btn-dark{background:var(--blue-800);color:var(--white)}.btn-dark:hover{background:var(--blue-700);transform:translateY(-2px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:var(--transition)}.navbar.scrolled{background:#0a1628f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 20px #00000026;padding:.7rem 0}.nav-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center}.logo img{height:40px;width:auto}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#fffc;font-weight:500;font-size:.9rem;transition:var(--transition)}.nav-links a:hover{color:var(--teal-400)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.nav-toggle span{width:24px;height:2px;background:var(--white);transition:var(--transition)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-700) 50%,#0e4d6d 100%);overflow:hidden;padding-top:5rem}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(ellipse,rgba(15,181,186,.12) 0%,transparent 70%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{position:relative;z-index:2}.hero-text h1{color:var(--white);margin-bottom:1.25rem}.hero-text h1 em{font-style:normal;background:linear-gradient(135deg,var(--teal-400),var(--teal-300));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{color:#ffffffbf;font-size:1.15rem;max-width:500px;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:auto;display:block;border-radius:var(--radius-lg);-webkit-mask-image:linear-gradient(to bottom,#000 62%,transparent 100%);mask-image:linear-gradient(to bottom,#000 62%,transparent 100%)}.stats-bar{background:var(--white);padding:3rem 0;border-bottom:1px solid var(--gray-200)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item h3{font-size:2rem;color:var(--teal-500);font-weight:800}.stat-item p{color:var(--gray-600);font-size:.9rem;margin-top:.25rem}.products{background:var(--gray-50)}.products-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.products-header p{color:var(--gray-600);margin-top:.75rem;font-size:1.05rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card-link{color:inherit;text-decoration:none;cursor:pointer}.product-card-link:hover .product-link{gap:.7rem}.product-thumb{height:220px;display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:.85rem;position:relative}.product-thumb.nottingham-bg{background:linear-gradient(135deg,#0e7c86,#0fb5ba)}.product-thumb.clinical-bg{background:linear-gradient(135deg,#065f46,#10b981)}.product-thumb.davinci-bg{background:linear-gradient(135deg,#6d28d9,#8b5cf6)}.product-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}.product-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .75rem;border-radius:50px;margin-bottom:.75rem;width:fit-content}.tag-ar{background:#e0f7f7;color:#0e7c86}.tag-platform{background:#d1fae5;color:#065f46}.tag-sim{background:#ede9fe;color:#5b21b6}.product-body h3{margin-bottom:.5rem}.product-body p{color:var(--gray-600);font-size:.92rem;flex:1}.product-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.25rem;font-weight:600;color:var(--teal-500);font-size:.9rem;transition:var(--transition)}.product-link:hover{gap:.7rem}.product-link svg{width:16px;height:16px}.how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.step{text-align:center;position:relative}.step-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--teal-500),var(--teal-400));color:var(--white);font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.step h3{margin-bottom:.5rem}.step p{color:var(--gray-600);font-size:.92rem}.clinical{background:linear-gradient(135deg,var(--blue-900),var(--blue-700));color:var(--white)}.clinical-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.clinical-text .section-label{color:var(--teal-300)}.clinical-text h2{color:var(--white);margin-bottom:1rem}.clinical-text p{color:#ffffffb3;margin-bottom:1.5rem}.clinical-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.clinical-stat{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:1.25rem}.clinical-stat h3{color:var(--teal-400);font-size:1.6rem;margin-bottom:.25rem}.clinical-stat p{color:#fff9;font-size:.85rem}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.team-card{text-align:center;padding:2rem 1.5rem;border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow);transition:var(--transition)}.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.team-avatar{width:100px;height:100px;border-radius:50%;background:var(--gray-200);margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;object-fit:cover;color:var(--gray-400)}.team-card h3{margin-bottom:.2rem}.team-card .role{color:var(--teal-500);font-weight:600;font-size:.85rem}.cta{background:linear-gradient(135deg,var(--teal-500),#0e7c86);text-align:center;color:var(--white);padding:5rem 0}.cta h2{color:var(--white);margin-bottom:.75rem}.cta p{color:#ffffffd9;margin-bottom:2rem;font-size:1.1rem}.cta-emails{margin:1.75rem 0 0;font-size:.95rem;color:#fffc}.cta-email-label{opacity:.8}.cta-emails a{color:var(--white);font-weight:600;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:1px;white-space:nowrap}.cta-emails a:hover{border-bottom-color:var(--white)}.cta-emails-sep{margin:0 .7rem;opacity:.45}.footer{background:var(--blue-900);color:#fff9;padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-brand .logo{margin-bottom:.75rem;display:inline-block}.footer-brand p{font-size:.9rem;max-width:280px}.footer h4{color:var(--white);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer ul li{margin-bottom:.5rem}.footer a{color:#fff9;font-size:.9rem;transition:var(--transition)}.footer a:hover{color:var(--teal-400)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.8rem}.product-hero{min-height:60vh;display:flex;align-items:center;padding-top:6rem;position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;top:-40%;right:-15%;width:60%;height:180%;background:radial-gradient(ellipse,rgba(255,255,255,.06) 0%,transparent 70%);pointer-events:none}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-hero-text h1{color:var(--white);margin-bottom:1rem}.product-hero-text p{color:#ffffffbf;font-size:1.1rem;margin-bottom:2rem}.product-hero-media{aspect-ratio:16/10;border-radius:var(--radius-lg);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-size:.9rem}.product-features{padding:5rem 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-card{padding:2rem;border-radius:var(--radius);background:var(--gray-50);border:1px solid var(--gray-200);transition:var(--transition)}.feature-card:hover{border-color:var(--teal-500);box-shadow:var(--shadow)}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.3rem}.feature-card h3{margin-bottom:.5rem}.feature-card p{color:var(--gray-600);font-size:.92rem}.product-media-section{padding:5rem 0;background:var(--gray-50)}.media-placeholder{aspect-ratio:16/9;border-radius:var(--radius-lg);background:var(--gray-200);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.9rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}@media(max-width:1024px){.hero-grid,.product-hero-grid,.clinical-grid{grid-template-columns:1fr;gap:2.5rem}.hero-visual{order:-1}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){section{padding:4rem 0}.nav-links{display:none}.nav-toggle{display:flex}.stats-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.how-it-works-grid,.features-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}.clinical-highlights,.footer-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.hero-image{display:none}.hero{min-height:auto;padding-top:7rem;padding-bottom:3.5rem}.cta-emails-sep{display:none}.cta-email{display:block;margin-top:.5rem}.cta-email-label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem}}
