@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0b2544;--navy-2:#123055;--teal:#14b8ae;--teal-2:#1e8fa6;--steel:#64748b;--steel-light:#97a3b3;--paper:#f6f8f9;--paper-2:#edf1f2;--white:#fff;--ink:#14212f;--ink-soft:#4a5a68;--line:#dee5e8;--line-dark:hsla(0,0%,100%,.14);--f-display:"Space Grotesk",sans-serif;--f-body:"IBM Plex Sans",sans-serif;--f-mono:"IBM Plex Mono",monospace}html{scroll-behavior:smooth}body{font-family:var(--f-body);color:var(--ink);background:var(--paper);line-height:1.65;-webkit-font-smoothing:antialiased}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a{color:inherit}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.wrap{max-width:1180px;margin:0 auto;padding:0 1.5rem}header.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(246,248,249,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:76px}.logo-mark{height:34px;width:auto}nav.main-nav{display:flex;align-items:center;gap:2.1rem}nav.main-nav a{font-size:.87rem;font-weight:500;color:var(--ink-soft);text-decoration:none;transition:color .15s}nav.main-nav a:hover{color:var(--navy)}.nav-cta{background:var(--navy);color:var(--white);padding:.6rem 1.3rem;border-radius:3px;font-size:.84rem;font-weight:600;text-decoration:none;border:1px solid var(--navy)}.nav-cta:hover{background:var(--navy-2)}.nav-phone{display:flex;align-items:center;gap:.4rem;font-family:var(--f-mono);font-size:.82rem;color:var(--ink-soft);text-decoration:none}.hero{background:var(--navy);background-image:radial-gradient(ellipse 900px 500px at 82% -10%,rgba(20,184,174,.16),transparent);color:var(--white);padding:5.5rem 0 4.5rem;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:3.5rem;gap:3.5rem;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--f-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:1.5rem}.hero-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 3px rgba(20,184,174,.25)}.hero h1{font-family:var(--f-display);font-weight:600;font-size:clamp(2.2rem,3.6vw,3.1rem);line-height:1.14;letter-spacing:-.01em;margin-bottom:1.4rem}.hero h1 em{font-style:normal;color:var(--teal)}.hero-lead{font-size:1.05rem;color:hsla(0,0%,100%,.78);max-width:480px;margin-bottom:2.2rem;line-height:1.75}.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:2.6rem}.btn-primary{background:var(--teal);color:var(--navy);font-weight:700;font-size:.9rem;padding:.85rem 1.7rem;border-radius:3px;text-decoration:none;border:1px solid var(--teal);transition:background .15s,transform .1s}.btn-primary:hover{background:#22cfc3}.btn-secondary{color:var(--white);font-weight:600;font-size:.9rem;padding:.85rem 1.5rem;border-radius:3px;text-decoration:none;border:1px solid hsla(0,0%,100%,.3);transition:border-color .15s}.btn-secondary:hover{border-color:hsla(0,0%,100%,.7)}.hero-facts{display:flex;gap:2.2rem;padding-top:1.8rem;border-top:1px solid var(--line-dark);flex-wrap:wrap}.hero-fact-num{font-family:var(--f-mono);font-size:1.4rem;font-weight:600;color:var(--white)}.hero-fact-label{font-size:.76rem;color:hsla(0,0%,100%,.55);margin-top:.2rem}.ecg-panel{background:var(--navy-2);border:1px solid var(--line-dark);border-radius:6px;padding:1.6rem 1.6rem 1.3rem}.ecg-panel-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.9rem}.ecg-panel-title{letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.ecg-panel-status,.ecg-panel-title{font-family:var(--f-mono);font-size:.7rem}.ecg-panel-status{color:var(--teal)}.ecg-svg{width:100%;height:auto;display:block}.ecg-line-fault{fill:none;stroke:#e2725b;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:620;stroke-dashoffset:620;animation:draw-fault 1.6s ease-out forwards}.ecg-line-healthy{fill:none;stroke:var(--teal);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:900;stroke-dashoffset:900;animation:draw-healthy 2.1s ease-out 1.5s forwards}@keyframes draw-fault{to{stroke-dashoffset:0}}@keyframes draw-healthy{to{stroke-dashoffset:0}}.ecg-divider{display:flex;align-items:center;gap:.6rem;margin:.1rem 0 .3rem}.ecg-divider-label{font-family:var(--f-mono);font-size:.62rem;color:hsla(0,0%,100%,.4);white-space:nowrap}.ecg-divider-line{height:1px;background:var(--line-dark);flex:1 1}section{padding:5rem 0}section.alt{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{max-width:620px;margin-bottom:3rem}.eyebrow{font-family:var(--f-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-2);margin-bottom:.7rem;display:block}.section-title{font-family:var(--f-display);font-weight:600;font-size:clamp(1.6rem,2.6vw,2.15rem);color:var(--navy);letter-spacing:-.01em;margin-bottom:.9rem}.section-sub{color:var(--ink-soft);font-size:1rem;line-height:1.75}.cost-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.1rem;gap:1.1rem}.cost-card{background:var(--white);border:1px solid var(--line);border-radius:6px;padding:1.6rem 1.5rem}.cost-device{font-weight:600;color:var(--navy);font-size:.98rem;margin-bottom:1rem}.cost-row{display:flex;justify-content:space-between;align-items:baseline;padding:.55rem 0;border-top:1px solid var(--line);font-size:.86rem}.cost-row:first-of-type{border-top:none}.cost-label{color:var(--ink-soft)}.cost-value{font-family:var(--f-mono);font-weight:500}.cost-value.replace{color:var(--steel)}.cost-value.repair{color:var(--teal-2);font-weight:600}.cost-save{margin-top:.9rem;padding-top:.9rem;border-top:1px dashed var(--line);font-family:var(--f-mono);font-size:.82rem;color:var(--navy);font-weight:600}.cost-footnote{font-size:.78rem;color:var(--steel);margin-top:1.6rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:6px;overflow:hidden}.service-card{background:var(--white);padding:1.7rem 1.5rem}.service-card h3{font-family:var(--f-display);font-size:1.02rem;color:var(--navy);margin-bottom:.55rem;font-weight:600}.service-card p{font-size:.87rem;color:var(--ink-soft);line-height:1.65}.process-strip{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:6px;background:var(--white);overflow:hidden}.process-row{display:grid;grid-template-columns:90px 1fr;border-top:1px solid var(--line)}.process-row:first-child{border-top:none}.process-code{font-family:var(--f-mono);font-size:.78rem;color:var(--teal-2);background:var(--paper-2);display:flex;align-items:center;padding:1.1rem 0 1.1rem 1.2rem;border-right:1px solid var(--line)}.process-body{padding:1.1rem 1.4rem}.process-body h4{font-family:var(--f-display);font-size:.96rem;color:var(--navy);font-weight:600;margin-bottom:.3rem}.process-body p{font-size:.85rem;color:var(--ink-soft)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.about-text p{color:var(--ink-soft);margin-bottom:1.1rem;font-size:.96rem;line-height:1.8}.about-facts{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:6px;overflow:hidden}.about-fact{background:var(--white);padding:1.3rem 1.4rem}.about-fact-num{font-family:var(--f-mono);color:var(--navy);font-size:1.3rem;font-weight:600}.about-fact-label{font-size:.78rem;color:var(--steel);margin-top:.25rem}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:3rem;gap:3rem}.contact-info h3{font-family:var(--f-display);color:var(--navy);font-size:1.1rem;margin-bottom:1rem}.contact-line{display:flex;gap:.8rem;padding:.7rem 0;border-top:1px solid var(--line);font-size:.9rem}.contact-line:first-of-type{border-top:none}.contact-line-label{color:var(--steel);min-width:85px;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding-top:.15rem;font-family:var(--f-mono)}.contact-line a{text-decoration:none;color:var(--navy);font-weight:500}.contact-line a:hover{color:var(--teal-2)}form.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.field label{display:block;font-size:.78rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:4px;padding:.7rem .85rem;font-family:var(--f-body);font-size:.92rem;background:var(--white);color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal-2)}.field textarea{resize:vertical;min-height:110px}.form-submit{background:var(--navy);color:var(--white);font-weight:700;font-size:.92rem;padding:.85rem 1.6rem;border:none;border-radius:4px;align-self:flex-start;margin-top:.3rem}.form-submit:hover{background:var(--navy-2)}.form-submit:disabled{opacity:.6;cursor:default}.form-note{font-size:.78rem;color:var(--steel)}.form-status{font-size:.86rem;padding:.7rem .9rem;border-radius:4px}.form-status.ok{background:#e7f7f5;color:#0e7a6f}.form-status.err{background:#fdedea;color:#b3402c}.hp-field{position:absolute;left:-9999px;opacity:0}footer.site-footer{background:var(--navy);color:hsla(0,0%,100%,.7);padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-bottom:2.5rem}.footer-logo{height:30px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1);opacity:.92}.footer-col h5{font-family:var(--f-mono);font-size:.7rem;letter-spacing:.07em;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin-bottom:.9rem}.footer-col a{display:block;font-size:.86rem;color:hsla(0,0%,100%,.75);text-decoration:none;margin-bottom:.55rem}.footer-col a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid var(--line-dark);padding-top:1.4rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem;font-size:.78rem;color:hsla(0,0%,100%,.45)}.legal-page{padding:4rem 0 6rem;max-width:760px;margin:0 auto}.legal-page h1{font-size:2rem;margin-bottom:2rem}.legal-page h1,.legal-page h2{font-family:var(--f-display);color:var(--navy)}.legal-page h2{font-size:1.15rem;margin:2rem 0 .7rem}.legal-page li,.legal-page p{color:var(--ink-soft);font-size:.94rem;line-height:1.8;margin-bottom:.8rem}.legal-page a{color:var(--teal-2)}@media (max-width:860px){nav.main-nav{display:none}.about-grid,.contact-grid,.hero-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.process-row{grid-template-columns:70px 1fr}}