@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#08080c;--surface:#0f0f14;--surface-2:#14141a;--border:#ffffff12;--accent-blue:#3b82f6;--accent-blue-dim:#3b82f61f;--accent-teal:#06b6d4;--accent-teal-dim:#06b6d41f;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#475569;--radius:12px;--radius-lg:20px}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#08080c;background:var(--bg);color:#f1f5f9;color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;margin:0}.nav{left:0;padding:1.25rem 2rem;position:fixed;right:0;top:0;transition:background .3s ease,border-color .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease;z-index:100}.nav--scrolled{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#08080ce0;border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border)}.nav__inner{justify-content:space-between;margin:0 auto;max-width:1200px}.nav__brand,.nav__inner{align-items:center;display:flex}.nav__brand{gap:.75rem;text-decoration:none}.nav__logo{border-radius:6px;height:34px;object-fit:contain;width:34px}.nav__name{color:#f1f5f9;color:var(--text-primary);font-size:.95rem;font-weight:600;letter-spacing:-.01em}.nav__links{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav__links a{color:#94a3b8;color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav__links a:hover{color:#f1f5f9;color:var(--text-primary)}.nav__cta{background:#3b82f6!important;background:var(--accent-blue)!important;border-radius:8px;color:#fff!important;padding:.5rem 1.25rem}.nav__cta:hover{color:#fff!important;opacity:.85}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:8rem 2rem 6rem;position:relative;text-align:center}.hero__bg{inset:0;pointer-events:none;position:absolute}.hero__glow{border-radius:50%;filter:blur(100px);opacity:.25;position:absolute}.hero__glow--1{background:radial-gradient(circle,#3b82f6 0,#0000 70%);background:radial-gradient(circle,var(--accent-blue) 0,#0000 70%);height:700px;left:-200px;top:-250px;width:700px}.hero__glow--2{background:radial-gradient(circle,#06b6d4 0,#0000 70%);background:radial-gradient(circle,var(--accent-teal) 0,#0000 70%);bottom:-200px;height:550px;right:-150px;width:550px}.hero__content{animation:fadeUp .8s ease both;max-width:800px;position:relative;z-index:1}.hero__eyebrow{color:#3b82f6;color:var(--accent-blue);font-size:.75rem;font-weight:700;letter-spacing:.18em;margin:0 0 1.5rem;text-transform:uppercase}.hero__headline{color:#f1f5f9;color:var(--text-primary);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 1.5rem}.hero__accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);background:linear-gradient(135deg,var(--accent-blue) 0,var(--accent-teal) 100%);-webkit-background-clip:text;background-clip:text}.hero__sub{color:#94a3b8;color:var(--text-secondary);font-size:1.15rem;line-height:1.7;margin:0 auto 2.5rem;max-width:560px}.hero__actions{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center}.btn{border-radius:10px;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .2s ease}.btn--primary{background:#3b82f6;background:var(--accent-blue);box-shadow:0 0 0 0 #3b82f666;color:#fff}.btn--primary:hover{background:#2563eb;box-shadow:0 8px 24px #3b82f64d;transform:translateY(-2px)}.btn--ghost{background:#0000;border:1px solid #ffffff12;border:1px solid var(--border);color:#94a3b8;color:var(--text-secondary)}.btn--ghost:hover{border-color:#ffffff2e;color:#f1f5f9;color:var(--text-primary);transform:translateY(-2px)}.section-inner{margin:0 auto;max-width:1200px;padding:0 2rem}.section-label{color:#3b82f6;color:var(--accent-blue);font-size:.72rem;font-weight:700;letter-spacing:.18em;margin:0 0 .875rem;text-transform:uppercase}.section-title{color:#f1f5f9;color:var(--text-primary);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;letter-spacing:-.025em;line-height:1.15;margin:0 0 1rem}.section-sub{color:#94a3b8;color:var(--text-secondary);font-size:1rem;line-height:1.7;margin:0 0 3.5rem;max-width:540px}.products{background:#0f0f14;background:var(--surface);padding:7rem 0}.products__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.product-card{background:#14141a;background:var(--surface-2);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;padding:2.5rem;position:relative;transition:border-color .3s,transform .3s}.product-card:before{border-radius:20px 20px 0 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.product-card--epd:before{background:linear-gradient(90deg,#3b82f6,#818cf8);background:linear-gradient(90deg,var(--accent-blue),#818cf8)}.product-card--mediclynk:before{background:linear-gradient(90deg,#06b6d4,#10b981);background:linear-gradient(90deg,var(--accent-teal),#10b981)}.product-card:hover{border-color:#ffffff21;transform:translateY(-4px)}.product-card__header{display:flex;flex-direction:column;gap:.5rem}.product-card__tag{border-radius:6px;display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.1em;padding:.25rem .65rem;text-transform:uppercase;width:fit-content}.product-card--epd .product-card__tag{background:#3b82f61f;background:var(--accent-blue-dim);color:#3b82f6;color:var(--accent-blue)}.product-card--mediclynk .product-card__tag{background:#06b6d41f;background:var(--accent-teal-dim);color:#06b6d4;color:var(--accent-teal)}.product-card__name{color:#f1f5f9;color:var(--text-primary);font-size:2rem;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin:0}.product-card__tagline{font-size:.9rem}.product-card__desc,.product-card__tagline{color:#94a3b8;color:var(--text-secondary);margin:0}.product-card__desc{font-size:.925rem;line-height:1.7}.product-card__features{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.product-card__features li{color:#94a3b8;color:var(--text-secondary);font-size:.875rem;padding-left:1.25rem;position:relative}.product-card__features li:before{border-radius:50%;content:"";height:6px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:6px}.product-card--epd .product-card__features li:before{background:#3b82f6;background:var(--accent-blue)}.product-card--mediclynk .product-card__features li:before{background:#06b6d4;background:var(--accent-teal)}.product-card__link{align-items:center;display:inline-flex;font-size:.875rem;font-weight:600;gap:.4rem;margin-top:auto;text-decoration:none;transition:gap .2s ease}.product-card--epd .product-card__link{color:#3b82f6;color:var(--accent-blue)}.product-card--mediclynk .product-card__link{color:#06b6d4;color:var(--accent-teal)}.product-card__link:hover{gap:.75rem}.about{padding:7rem 0}.about__inner{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr auto}.about__text{max-width:560px}.about__body{color:#94a3b8;color:var(--text-secondary);font-size:1rem;line-height:1.75;margin:0 0 1rem}.about__stats{gap:2.5rem;min-width:160px}.about__stats,.stat{display:flex;flex-direction:column}.stat{gap:.3rem}.stat__number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);background:linear-gradient(135deg,var(--accent-blue),var(--accent-teal));-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800;letter-spacing:-.03em;line-height:1}.stat__label{color:#475569;color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.footer{background:#0f0f14;background:var(--surface);border-top:1px solid #ffffff12;border-top:1px solid var(--border)}.footer__inner{align-items:flex-start;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:4rem 2rem}.footer__brand{display:flex;flex-direction:column;gap:.875rem}.footer__logo{border-radius:8px;height:44px;object-fit:contain;width:44px}.footer__tagline{color:#475569;color:var(--text-muted);font-size:.82rem;line-height:1.5;margin:0;max-width:200px}.footer__links{display:flex;gap:4rem}.footer__col{display:flex;flex-direction:column;gap:.625rem}.footer__col-title{color:#f1f5f9;color:var(--text-primary);font-size:.7rem;font-weight:700;letter-spacing:.12em;margin:0 0 .375rem;text-transform:uppercase}.footer__col a{color:#475569;color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.footer__col a:hover{color:#94a3b8;color:var(--text-secondary)}.footer__bottom{border-top:1px solid #ffffff12;border-top:1px solid var(--border);margin:0 auto;max-width:1200px;padding:1.25rem 2rem}.footer__bottom p{color:#475569;color:var(--text-muted);font-size:.78rem;margin:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.about__inner,.products__grid{grid-template-columns:1fr}.about__inner{gap:3rem}.about__stats{flex-direction:row;flex-wrap:wrap;gap:2.5rem}}@media (max-width:640px){.nav__name{display:none}.nav__links{gap:1.25rem}.hero{padding:7rem 1.5rem 4rem}.hero__sub{font-size:1rem}.about,.products{padding:5rem 0}.product-card{padding:2rem}.footer__inner{flex-direction:column;gap:2.5rem}.footer__links{gap:2rem}.about__stats{flex-direction:column;gap:1.5rem}}
/*# sourceMappingURL=main.078d0d74.css.map*/