.ecg-container[data-astro-cid-l7xpvush]{width:100%;height:48px;display:flex;align-items:center;justify-content:center}.ecg-container--hero[data-astro-cid-l7xpvush]{margin:var(--space-4) auto}.ecg-container--footer[data-astro-cid-l7xpvush]{height:24px;margin-bottom:var(--space-3)}.ecg-svg[data-astro-cid-l7xpvush]{width:100%;height:100%}.ecg-container--hero[data-astro-cid-l7xpvush] .ecg-path[data-astro-cid-l7xpvush]{stroke:var(--blue-mid);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1200;stroke-dashoffset:1200;opacity:.5}.ecg-container--footer[data-astro-cid-l7xpvush] .ecg-path[data-astro-cid-l7xpvush]{stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;opacity:.2}.ecg-container--hero[data-astro-cid-l7xpvush] .ecg-path[data-astro-cid-l7xpvush].animate{animation:ecgDraw 2.5s ease-in-out forwards}.ecg-container--hero[data-astro-cid-l7xpvush] .ecg-path[data-astro-cid-l7xpvush].pulse{animation:ecgPulse 3s ease-in-out infinite;stroke-dashoffset:0}@keyframes ecgDraw{0%{stroke-dashoffset:1200}to{stroke-dashoffset:0}}@keyframes ecgPulse{0%,to{opacity:.5}50%{opacity:.7}}@media(prefers-reduced-motion:reduce){.ecg-container--hero[data-astro-cid-l7xpvush] .ecg-path[data-astro-cid-l7xpvush]{stroke-dashoffset:0;opacity:.5;animation:none}}.signup-wrapper[data-astro-cid-wzfcx5rp]{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);width:100%;max-width:480px}.signup-label[data-astro-cid-wzfcx5rp]{font-family:var(--font-body);font-weight:500;font-size:.85rem;letter-spacing:.05em;color:var(--text);text-transform:uppercase;text-align:center}.signup-card[data-astro-cid-wzfcx5rp]{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:6px 6px 6px 20px;box-shadow:0 4px 24px #1e527614;transition:box-shadow .2s ease,border-color .2s ease}.signup-card[data-astro-cid-wzfcx5rp]:focus-within{border-color:var(--blue-mid);box-shadow:0 4px 24px #1e52761f}.signup-form[data-astro-cid-wzfcx5rp]{display:flex;align-items:center;gap:8px}.signup-input[data-astro-cid-wzfcx5rp]{flex:1;font-family:var(--font-body);font-weight:400;font-size:.95rem;color:var(--text);border:none;outline:none;background:transparent;padding:8px 0;min-width:0}.signup-input[data-astro-cid-wzfcx5rp]::placeholder{color:var(--text-muted)}.signup-input[data-astro-cid-wzfcx5rp]:invalid:not(:placeholder-shown){color:#c0392b}.signup-button[data-astro-cid-wzfcx5rp]{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:500;font-size:.875rem;background:var(--blue-deep);color:#fff;border:none;border-radius:8px;padding:12px 24px;cursor:pointer;transition:background .2s ease,transform .15s ease;white-space:nowrap;min-height:44px}.signup-button[data-astro-cid-wzfcx5rp]:hover{background:var(--blue-mid);transform:translateY(-1px)}.signup-button[data-astro-cid-wzfcx5rp]:active{transform:translateY(0)}.signup-button[data-astro-cid-wzfcx5rp]:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-loading[data-astro-cid-wzfcx5rp],.signup-button[data-astro-cid-wzfcx5rp].loading .button-text[data-astro-cid-wzfcx5rp]{display:none}.signup-button[data-astro-cid-wzfcx5rp].loading .button-loading[data-astro-cid-wzfcx5rp]{display:block}.signup-success[data-astro-cid-wzfcx5rp]{display:none;align-items:center;gap:10px;padding:16px 24px}.signup-success[data-astro-cid-wzfcx5rp].visible{display:flex;animation:fadeInUp .5s ease forwards}.success-icon[data-astro-cid-wzfcx5rp]{flex-shrink:0}.success-text[data-astro-cid-wzfcx5rp]{font-family:var(--font-body);font-weight:400;font-size:.95rem;color:var(--success);margin:0}.signup-privacy[data-astro-cid-wzfcx5rp]{font-family:var(--font-body);font-weight:300;font-size:.75rem;color:var(--text-muted);text-align:center;margin:0}@media(max-width:480px){.signup-card[data-astro-cid-wzfcx5rp]{padding:6px}.signup-form[data-astro-cid-wzfcx5rp]{flex-direction:column;gap:12px}.signup-input[data-astro-cid-wzfcx5rp]{width:100%;padding:12px 14px}.signup-button[data-astro-cid-wzfcx5rp]{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero[data-astro-cid-nlow4r3u]{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero__bg[data-astro-cid-nlow4r3u]{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__bg-grid[data-astro-cid-nlow4r3u]{position:absolute;inset:0;background-image:radial-gradient(circle,#C5D8E8 1px,transparent 1px);background-size:28px 28px;animation:bgDrift 20s linear infinite}.hero__bg-glow[data-astro-cid-nlow4r3u]{position:absolute;border-radius:50%;filter:blur(80px)}.hero__bg-glow--top[data-astro-cid-nlow4r3u]{width:600px;height:600px;top:-200px;left:50%;transform:translate(-50%);background:var(--blue-tint);opacity:.4}.hero__bg-glow--bottom[data-astro-cid-nlow4r3u]{width:500px;height:500px;bottom:-150px;right:-100px;background:var(--blue-light);opacity:.3}@keyframes bgDrift{0%{background-position:0 0}to{background-position:28px 28px}}.hero__decorations[data-astro-cid-nlow4r3u]{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.decoration--corner-cross[data-astro-cid-nlow4r3u]{position:absolute;bottom:-60px;right:-40px;opacity:.3;animation:slowRotate 120s linear infinite}.decoration--top-plus[data-astro-cid-nlow4r3u]{position:absolute;top:120px;left:80px;opacity:.15;animation:pulseOpacity 4s ease-in-out infinite}.decoration--pill[data-astro-cid-nlow4r3u]{position:absolute;background:var(--blue-mid);border-radius:50%}.decoration--pill-1[data-astro-cid-nlow4r3u]{width:6px;height:6px;top:25%;left:15%;opacity:.15;animation:floatUpDown 6s ease-in-out infinite}.decoration--pill-2[data-astro-cid-nlow4r3u]{width:6px;height:6px;top:40%;right:12%;opacity:.18;transform:rotate(45deg);border-radius:1px;animation:floatUpDown 8s ease-in-out infinite;animation-delay:.5s}.decoration--pill-3[data-astro-cid-nlow4r3u]{width:4px;height:4px;top:60%;left:10%;opacity:.12;animation:floatUpDown 10s ease-in-out infinite;animation-delay:1s}.med-icon[data-astro-cid-nlow4r3u]{position:absolute;color:var(--blue-mid);pointer-events:none}.med-icon--stethoscope[data-astro-cid-nlow4r3u]{width:90px;height:90px;top:18%;left:4%;opacity:.07;animation:floatUpDown 9s ease-in-out infinite;animation-delay:.3s}.med-icon--syringe[data-astro-cid-nlow4r3u]{width:80px;height:80px;top:8%;right:8%;opacity:.07;transform:rotate(-30deg);animation:floatUpDown 7s ease-in-out infinite;animation-delay:1.2s}.med-icon--capsule[data-astro-cid-nlow4r3u]{width:80px;height:32px;top:72%;left:6%;opacity:.08;transform:rotate(-20deg);animation:floatUpDown 8s ease-in-out infinite;animation-delay:2s}.med-icon--dna[data-astro-cid-nlow4r3u]{width:44px;height:110px;top:30%;right:4%;opacity:.07;animation:floatUpDown 11s ease-in-out infinite;animation-delay:.8s}.med-icon--monitor[data-astro-cid-nlow4r3u]{width:110px;height:66px;bottom:14%;right:6%;opacity:.07;animation:floatUpDown 10s ease-in-out infinite;animation-delay:1.5s}.med-icon--microscope[data-astro-cid-nlow4r3u]{width:64px;height:96px;bottom:10%;left:5%;opacity:.06;animation:floatUpDown 13s ease-in-out infinite;animation-delay:.5s}.med-icon--cross-sm[data-astro-cid-nlow4r3u]{width:28px;height:28px;opacity:.09}.med-icon--cross-sm-1[data-astro-cid-nlow4r3u]{top:12%;left:22%;animation:floatUpDown 7s ease-in-out infinite;animation-delay:0s}.med-icon--cross-sm-2[data-astro-cid-nlow4r3u]{top:55%;right:18%;animation:floatUpDown 9s ease-in-out infinite;animation-delay:1.8s}.med-icon--cross-sm-3[data-astro-cid-nlow4r3u]{bottom:22%;left:28%;animation:floatUpDown 6s ease-in-out infinite;animation-delay:3s}@keyframes slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseOpacity{0%,to{opacity:.15}50%{opacity:.25}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__top-bar[data-astro-cid-nlow4r3u]{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;padding:24px 48px;border-bottom:1px solid var(--border);opacity:0;animation:fadeIn .5s ease forwards}.hero__logo[data-astro-cid-nlow4r3u]{opacity:0;animation:fadeInDown .7s ease forwards;animation-delay:.2s}.hero__logo-img[data-astro-cid-nlow4r3u]{height:60px;width:auto;display:block;object-fit:contain}.hero__est-label[data-astro-cid-nlow4r3u]{position:absolute;right:48px;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;color:var(--text-muted);text-transform:uppercase}.hero__content[data-astro-cid-nlow4r3u]{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;max-width:680px;margin:0 auto;text-align:center}.hero__eyebrow[data-astro-cid-nlow4r3u]{display:flex;align-items:center;gap:12px;margin-bottom:var(--space-3);opacity:0;animation:fadeIn .6s ease forwards;animation-delay:.5s}.eyebrow-line[data-astro-cid-nlow4r3u]{width:20px;height:1px;background:var(--blue-mid);opacity:.6}.eyebrow-text[data-astro-cid-nlow4r3u]{font-family:var(--font-mono);font-size:1.5rem;letter-spacing:.25em;color:var(--blue-deep);text-transform:uppercase}.hero__headline[data-astro-cid-nlow4r3u]{font-family:var(--font-display);font-weight:400;font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1.25;color:var(--text);max-width:640px;margin:0 0 var(--space-2);opacity:0;animation:fadeInUp .9s ease forwards;animation-delay:.7s}.hero__headline[data-astro-cid-nlow4r3u] em[data-astro-cid-nlow4r3u]{font-weight:300;font-style:italic}.hero__tagline[data-astro-cid-nlow4r3u]{font-family:var(--font-body);font-weight:500;font-size:clamp(1rem,1.6vw,1.15rem);color:var(--blue-deep);letter-spacing:.06em;text-transform:uppercase;margin:0 0 var(--space-2);opacity:0;animation:fadeIn .7s ease forwards;animation-delay:.85s}.hero__subheadline[data-astro-cid-nlow4r3u]{font-family:var(--font-body);font-weight:400;font-size:clamp(.95rem,1.8vw,1.2rem);color:var(--text-sub);letter-spacing:.04em;max-width:520px;margin:0 0 var(--space-3);opacity:0;animation:fadeIn .8s ease forwards;animation-delay:.9s}.hero__body[data-astro-cid-nlow4r3u]{font-family:var(--font-body);font-weight:300;font-size:1rem;line-height:1.8;color:var(--text-sub);max-width:500px;margin:0 0 var(--space-4);opacity:0;animation:fadeIn .8s ease forwards;animation-delay:1s}.hero__signup[data-astro-cid-nlow4r3u]{width:100%;max-width:480px;margin-bottom:var(--space-4);opacity:0;animation:fadeInUp .9s ease forwards;animation-delay:1.3s}.hero__contact[data-astro-cid-nlow4r3u]{display:flex;align-items:center;gap:6px;font-family:var(--font-body);font-weight:400;font-size:1rem;color:var(--text-muted);margin:0}.hero__contact[data-astro-cid-nlow4r3u] svg[data-astro-cid-nlow4r3u]{color:var(--blue-mid);opacity:.7;flex-shrink:0}.hero__contact[data-astro-cid-nlow4r3u] a[data-astro-cid-nlow4r3u]{color:var(--blue-mid);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#2e86c199;transition:text-decoration-color .2s ease}.hero__contact[data-astro-cid-nlow4r3u] a[data-astro-cid-nlow4r3u]:hover{text-decoration-color:var(--blue-mid)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero__top-bar[data-astro-cid-nlow4r3u]{padding:20px 32px}.hero__est-label[data-astro-cid-nlow4r3u]{right:32px}.decoration--corner-cross[data-astro-cid-nlow4r3u]{width:200px;height:200px}.decoration--top-plus[data-astro-cid-nlow4r3u]{left:40px}}@media(max-width:640px){.hero__top-bar[data-astro-cid-nlow4r3u]{padding:16px 24px}.hero__logo-img[data-astro-cid-nlow4r3u]{height:36px}.hero__est-label[data-astro-cid-nlow4r3u]{right:24px;font-size:.6rem}.hero__content[data-astro-cid-nlow4r3u]{padding:32px 20px}.decoration--corner-cross[data-astro-cid-nlow4r3u],.decoration--top-plus[data-astro-cid-nlow4r3u],.decoration--pill[data-astro-cid-nlow4r3u],.med-icon[data-astro-cid-nlow4r3u]{display:none}}@media(prefers-reduced-motion:reduce){.hero__bg-grid[data-astro-cid-nlow4r3u],.decoration--corner-cross[data-astro-cid-nlow4r3u],.decoration--top-plus[data-astro-cid-nlow4r3u],.decoration--pill[data-astro-cid-nlow4r3u],.med-icon[data-astro-cid-nlow4r3u]{animation:none}.hero__top-bar[data-astro-cid-nlow4r3u],.hero__logo[data-astro-cid-nlow4r3u],.hero__eyebrow[data-astro-cid-nlow4r3u],.hero__headline[data-astro-cid-nlow4r3u],.hero__subheadline[data-astro-cid-nlow4r3u],.hero__body[data-astro-cid-nlow4r3u],.hero__signup[data-astro-cid-nlow4r3u]{opacity:1;animation:none}}.trust-strip[data-astro-cid-vpzpabai]{background:var(--surface);border-top:1px solid var(--border);padding:var(--space-4) var(--space-5)}.trust-strip__inner[data-astro-cid-vpzpabai]{display:flex;align-items:center;justify-content:space-evenly;max-width:900px;margin:0 auto;gap:var(--space-3)}.trust-item[data-astro-cid-vpzpabai]{display:flex;align-items:center;gap:10px;opacity:0;animation:fadeIn .6s ease forwards}.trust-item--1[data-astro-cid-vpzpabai]{animation-delay:1.5s}.trust-item--2[data-astro-cid-vpzpabai]{animation-delay:1.7s}.trust-item--3[data-astro-cid-vpzpabai]{animation-delay:1.9s}.trust-icon[data-astro-cid-vpzpabai]{color:var(--blue-mid);flex-shrink:0}.trust-text[data-astro-cid-vpzpabai]{font-family:var(--font-body);font-weight:400;font-size:.82rem;color:var(--text-sub);white-space:nowrap}.trust-divider[data-astro-cid-vpzpabai]{width:1px;height:32px;background:var(--border);flex-shrink:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.trust-strip[data-astro-cid-vpzpabai]{padding:var(--space-3) var(--space-3)}.trust-strip__inner[data-astro-cid-vpzpabai]{flex-wrap:wrap;justify-content:center;gap:var(--space-3) var(--space-4)}.trust-divider[data-astro-cid-vpzpabai]{display:none}}@media(max-width:480px){.trust-strip__inner[data-astro-cid-vpzpabai]{flex-direction:column;gap:var(--space-2)}.trust-item[data-astro-cid-vpzpabai]{justify-content:center}.trust-text[data-astro-cid-vpzpabai]{white-space:normal;text-align:center}}@media(prefers-reduced-motion:reduce){.trust-item[data-astro-cid-vpzpabai]{opacity:1;animation:none}}.footer[data-astro-cid-sz7xmlte]{background:var(--blue-deep);padding:40px 48px}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);max-width:600px;margin:0 auto;text-align:center}.footer__ecg[data-astro-cid-sz7xmlte]{width:200px}.footer__logo-text[data-astro-cid-sz7xmlte]{font-family:var(--font-display);font-weight:300;font-size:1.8rem;letter-spacing:.3em;color:#fff;opacity:.9}.footer__info[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;font-family:var(--font-body);font-weight:300;font-size:.82rem;color:#ffffff8c;letter-spacing:.04em}.footer__separator[data-astro-cid-sz7xmlte]{opacity:.5}.footer__link[data-astro-cid-sz7xmlte]{color:#ffffffb3;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.footer__link[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer__copyright[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-weight:300;font-size:.75rem;color:#ffffff59;margin:0;margin-top:var(--space-1)}.footer__legal[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:300;font-size:.72rem;color:#ffffff4d}.footer__legal-link[data-astro-cid-sz7xmlte]{color:#fff6;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.15);transition:color .2s ease,border-color .2s ease}.footer__legal-link[data-astro-cid-sz7xmlte]:hover{color:#ffffffbf;border-color:#fff6}.footer__devcredit[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-weight:300;font-size:.7rem;color:#ffffff38;margin:0}@media(max-width:640px){.footer[data-astro-cid-sz7xmlte]{padding:32px 24px}.footer__info[data-astro-cid-sz7xmlte]{flex-direction:column;gap:4px}.footer__separator[data-astro-cid-sz7xmlte]{display:none}}
