.page-content .container > .dog-ecg-aida { max-width: none; }
.dog-ecg-aida,
.dog-ecg-aida *,
.dog-ecg-aida *::before,
.dog-ecg-aida *::after { box-sizing: border-box; min-width: 0; }
.dog-ecg-aida {
    --ecg-blue: #075fc7;
    --ecg-navy: #061b35;
    --ecg-muted: #536579;
    --ecg-line: #c9dcf1;
    --ecg-soft: #eef6ff;
    display: grid;
    gap: clamp(44px, 6vw, 72px);
    color: var(--ecg-navy);
}
.dog-ecg-aida :is(h2, h3, p, ol, ul, figure) { margin: 0; }
.dog-ecg-aida :is(p, li) { color: var(--ecg-muted); font-size: 17px; line-height: 1.65; }
.dog-ecg-aida h2 { max-width: 900px; color: var(--ecg-navy); font-size: clamp(30px, 4vw, 44px); line-height: 1.08; }
.dog-ecg-aida h3 { color: var(--ecg-navy); font-size: 21px; line-height: 1.28; }
.dog-ecg-aida__kicker { color: var(--ecg-blue) !important; font-size: 13px !important; font-weight: 800; letter-spacing: .07em; line-height: 1.2 !important; text-transform: uppercase; }
.dog-ecg-aida__section { display: grid; gap: 24px; }
.dog-ecg-aida__head { display: grid; gap: 10px; }
.dog-ecg-aida__attention { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 20px; align-items: stretch; }
.dog-ecg-aida__attention-copy { display: grid; gap: 18px; padding: clamp(26px, 4vw, 46px); border: 1px solid var(--ecg-line); border-left: 5px solid var(--ecg-blue); border-radius: 8px; background: #fff; box-shadow: 0 14px 36px rgba(10, 50, 92, .08); }
.dog-ecg-aida__lead { color: #263f5d !important; font-size: 20px !important; line-height: 1.55 !important; }
.dog-ecg-aida__pulse { position: relative; display: grid; align-content: center; gap: 16px; overflow: hidden; padding: 30px; border: 1px solid #8dbaf0; border-radius: 8px; background: var(--ecg-soft); }
.dog-ecg-aida__pulse::after { position: absolute; right: -30px; bottom: -40px; width: 170px; height: 170px; border: 34px solid rgba(7, 95, 199, .08); border-radius: 50%; content: ""; }
.dog-ecg-aida__pulse span { position: relative; z-index: 1; align-self: start; width: fit-content; padding: 6px 10px; border-radius: 999px; background: var(--ecg-blue); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.dog-ecg-aida__pulse strong { position: relative; z-index: 1; color: var(--ecg-navy); font-size: 25px; line-height: 1.25; }
.dog-ecg-aida__pulse p { position: relative; z-index: 1; }
.dog-ecg-aida__signal { position: relative; z-index: 1; width: 100%; height: 36px; color: var(--ecg-blue); }
.dog-ecg-aida__signal svg { display: block; width: 100%; height: 100%; }
.dog-ecg-aida__symptoms { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dog-ecg-aida__symptom { display: grid; align-content: start; gap: 12px; padding: 24px; border: 1px solid var(--ecg-line); border-top: 4px solid var(--ecg-blue); border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(10, 50, 92, .07); }
.dog-ecg-aida__symptom--orange { border-top-color: #ef8b17; }
.dog-ecg-aida__symptom--green { border-top-color: #1aa85b; }
.dog-ecg-aida__symptom span { display: grid; width: 40px; height: 40px; border-radius: 50%; place-items: center; background: #e8f2ff; color: var(--ecg-blue); font-size: 13px; font-weight: 900; }
.dog-ecg-aida__symptom--orange span { background: #fff0df; color: #a95300; }
.dog-ecg-aida__symptom--green span { background: #def7e7; color: #087b37; }
.dog-ecg-aida__compare { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dog-ecg-aida__compare article { display: grid; align-content: start; gap: 12px; padding: 24px; border: 1px solid var(--ecg-line); border-radius: 8px; background: #fff; }
.dog-ecg-aida__compare article:first-child { border-color: #76abe7; background: #eaf4ff; }
.dog-ecg-aida__compare small { color: var(--ecg-blue); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dog-ecg-aida__limit { display: grid; grid-template-columns: minmax(240px, .6fr) minmax(0, 1.4fr); gap: 22px; align-items: center; padding: 24px 28px; border-radius: 8px; background: #071d36; }
.dog-ecg-aida__limit strong { color: #fff; font-size: 19px; line-height: 1.4; }
.dog-ecg-aida__limit p { color: #c8d7e8 !important; }
.dog-ecg-aida__process { display: grid; gap: 24px; padding: clamp(26px, 4vw, 42px); border: 1px solid #c4dcf5; border-radius: 8px; background: #f1f7fe; }
.dog-ecg-aida__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 0; list-style: none; }
.dog-ecg-aida__steps li { display: grid; align-content: start; gap: 14px; padding: 20px; border: 1px solid #d3e3f3; border-radius: 8px; background: #fff; }
.dog-ecg-aida__steps li > span { display: grid; width: 34px; height: 34px; border-radius: 50%; place-items: center; background: var(--ecg-blue); color: #fff; font-size: 14px; font-weight: 900; }
.dog-ecg-aida__steps strong { color: var(--ecg-navy); font-size: 18px; line-height: 1.3; }
.dog-ecg-aida__steps p { font-size: 15px !important; }
.dog-ecg-aida__prepare { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 18px; }
.dog-ecg-aida__checklist,
.dog-ecg-aida__expert { display: grid; align-content: start; gap: 18px; padding: clamp(24px, 4vw, 36px); border-radius: 8px; }
.dog-ecg-aida__checklist { border: 1px solid var(--ecg-line); background: #fff; }
.dog-ecg-aida__checklist ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.dog-ecg-aida__checklist li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.dog-ecg-aida__checklist li span { display: grid; width: 26px; height: 26px; border-radius: 50%; place-items: center; background: #def7e7; color: #087b37; font-size: 14px; font-weight: 900; }
.dog-ecg-aida__expert { border: 1px solid #8dbaf0; background: #eaf4ff; }
.dog-ecg-aida__expert-tag { width: fit-content; padding: 6px 10px; border-radius: 999px; background: #075fc7; color: #fff !important; font-size: 12px !important; font-weight: 800; text-transform: uppercase; }
.dog-ecg-aida__expert a { color: #075fc7; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.dog-ecg-aida__urgent { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 28px; align-items: center; padding: clamp(26px, 4vw, 42px); border: 1px solid #ef9d9d; border-left: 6px solid #c92727; border-radius: 8px; background: #fff0f0; }
.dog-ecg-aida__urgent .dog-ecg-aida__kicker { color: #b11d1d !important; }
.dog-ecg-aida__urgent-copy { display: grid; gap: 12px; }
.dog-ecg-aida__urgent ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.dog-ecg-aida__urgent li { padding: 9px 12px; border: 1px solid #efb0b0; border-radius: 999px; background: #fff; color: #8d1717; font-size: 14px; font-weight: 800; line-height: 1.25; }
.dog-ecg-aida__faq { display: grid; gap: 24px; }
.dog-ecg-aida__faq-list { display: grid; gap: 10px; }
.dog-ecg-aida__faq details { overflow: hidden; border: 1px solid var(--ecg-line); border-radius: 8px; background: #fff; }
.dog-ecg-aida__faq details[open] { border-color: #7fb1e8; box-shadow: 0 8px 22px rgba(10, 50, 92, .07); }
.dog-ecg-aida__faq summary { position: relative; padding: 18px 52px 18px 20px; color: var(--ecg-navy); cursor: pointer; font-size: 18px; font-weight: 800; line-height: 1.4; list-style: none; }
.dog-ecg-aida__faq summary::-webkit-details-marker { display: none; }
.dog-ecg-aida__faq summary::after { position: absolute; top: 50%; right: 20px; width: 26px; height: 26px; border-radius: 50%; background: #e8f2ff; color: var(--ecg-blue); content: "+"; font-size: 20px; line-height: 24px; text-align: center; transform: translateY(-50%); }
.dog-ecg-aida__faq details[open] summary::after { content: "−"; }
.dog-ecg-aida__faq details > p { padding: 0 20px 20px; }
.dog-ecg-aida__sources { display: grid; gap: 12px; padding-top: 20px; border-top: 1px solid var(--ecg-line); }
.dog-ecg-aida__sources p { font-size: 15px !important; }
.dog-ecg-aida__sources ul { display: grid; gap: 8px; padding-left: 20px; }
.dog-ecg-aida__sources li { font-size: 15px; }
.dog-ecg-aida__sources a { color: var(--ecg-blue); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.dog-ecg-aida .phone-only-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: clamp(26px, 4vw, 42px); border-radius: 8px; background: #075fc7; }
.dog-ecg-aida .phone-only-panel :is(h2, p) { color: #fff; }
.dog-ecg-aida .phone-only-panel__copy { display: grid; gap: 10px; }
.dog-ecg-aida .phone-only-panel__actions { display: grid; gap: 10px; justify-items: end; }
.dog-ecg-aida .phone-only-panel__actions a { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 8px; background: #ff8a00; color: #fff; font-size: 17px; font-weight: 900; text-decoration: none; box-shadow: 0 10px 24px rgba(115, 53, 0, .25); }
.dog-ecg-aida .phone-only-panel__actions span { color: #dcecff; font-size: 13px; text-align: right; }
@media (max-width: 980px) {
    .dog-ecg-aida__attention,
    .dog-ecg-aida__prepare,
    .dog-ecg-aida__urgent { grid-template-columns: 1fr; }
    .dog-ecg-aida__symptoms,
    .dog-ecg-aida__compare,
    .dog-ecg-aida__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dog-ecg-aida .phone-only-panel { grid-template-columns: 1fr; }
    .dog-ecg-aida .phone-only-panel__actions { justify-items: start; }
    .dog-ecg-aida .phone-only-panel__actions span { text-align: left; }
}
@media (max-width: 640px) {
    .dog-ecg-aida { gap: 42px; }
    .dog-ecg-aida h2 { font-size: 30px; }
    .dog-ecg-aida :is(p, li) { font-size: 16px; }
    .dog-ecg-aida__attention-copy,
    .dog-ecg-aida__pulse,
    .dog-ecg-aida__process,
    .dog-ecg-aida__checklist,
    .dog-ecg-aida__expert,
    .dog-ecg-aida__urgent { padding: 22px; }
    .dog-ecg-aida__lead { font-size: 18px !important; }
    .dog-ecg-aida__pulse strong { font-size: 22px; }
    .dog-ecg-aida__symptoms,
    .dog-ecg-aida__compare,
    .dog-ecg-aida__steps,
    .dog-ecg-aida__limit { grid-template-columns: 1fr; }
    .dog-ecg-aida__symptom,
    .dog-ecg-aida__compare article,
    .dog-ecg-aida__steps li { padding: 20px; }
    .dog-ecg-aida__limit { gap: 8px; padding: 22px; }
    .dog-ecg-aida__faq summary { padding: 16px 48px 16px 16px; font-size: 17px; }
    .dog-ecg-aida__faq details > p { padding: 0 16px 18px; }
    .dog-ecg-aida .phone-only-panel__actions,
    .dog-ecg-aida .phone-only-panel__actions a { width: 100%; }
}
