:root{--ink: #111111;--muted: #4f4f4f;--brand-red: #d71920;--surface: #ffffff;--border: #e6e6e6;--base-bg: linear-gradient(180deg, #ffffff 0%, #fafbfc 40%, #f6f7f9 100%);--accent-gradient: linear-gradient(135deg, #d71920 0%, #b11217 100%);--footer-bg: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);--shadow-soft: 0 10px 26px rgba(0, 0, 0, .05);--space-1: 8px;--space-2: 12px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--space-6: 48px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:20px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease,border-color .2s ease}.btn-primary{background:var(--accent-gradient);color:#fff}.btn-primary:hover,.btn-primary:focus{transform:translateY(-1px);box-shadow:0 10px 18px #d7192033}.btn-outline{border-color:var(--brand-red);color:var(--brand-red);background:transparent}.btn-outline:hover,.btn-outline:focus{background:#d7192014}.btn-danger{border-color:#b11217;color:#b11217;background:#d719200f}.btn-danger:hover,.btn-danger:focus{background:#d719201f}.text-link{color:var(--brand-red);font-weight:600;transition:color .2s ease}.text-link:hover,.text-link:focus{color:#b11217}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Georgia,Times New Roman,serif;background:var(--base-bg);scroll-behavior:smooth}a{color:inherit;text-decoration:none}a:hover,a:focus{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.accent-ecg{position:relative;overflow:visible}.accent-ecg:before{content:"";position:absolute;top:-.75rem;right:3.75rem;width:26.25rem;height:16rem;background:url(/assets/ecg-faint.svg) no-repeat right top;background-size:26.25rem auto;pointer-events:none;z-index:-1}.accent-ecg>*{position:relative;z-index:1}h1,h2,h3,h4{margin:0 0 var(--space-2);line-height:1.15}h1{font-size:44px}h2{font-size:30px}h3{font-size:22px}h4{font-size:16px;letter-spacing:.08em;text-transform:uppercase}.container{max-width:1200px;margin:0 auto;padding:0 24px}
