/* Owner correction: four equal cards with compact service lists inside each card. */
.home-service-overview .home-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.home-service-overview .home-pillar{display:flex;flex-direction:column;gap:12px;min-width:0;padding:22px 20px;background:var(--d-card);border:1px solid rgba(232,116,59,.5);border-radius:8px}
.home-service-overview .home-pillar-purpose h3{font-size:24px;line-height:1.2;color:var(--paper);margin:0 0 12px}
.home-service-overview .home-pillar-purpose p{font-size:15px;line-height:1.6;color:var(--paper);max-width:29ch;min-height:72px;margin:0}
.home-service-overview .home-pillar-purpose strong{font-weight:600}
.home-service-overview .home-pillar-links{list-style:none;display:grid;align-content:start;gap:0;width:100%;padding:0;margin:0}
.home-service-overview .home-pillar-links li{display:block;max-width:100%;padding:0;margin:0}
.home-service-overview .home-pillar-links a{display:block;min-height:30px;color:var(--paper);font-size:14px;font-weight:500;line-height:1.45;text-decoration:underline;text-decoration-color:rgba(243,240,233,.35);text-underline-offset:4px;padding:5px 0;overflow-wrap:break-word}
.home-service-overview .home-pillar-links a:hover{color:var(--orange);text-decoration:underline;text-underline-offset:4px}
.home-service-overview .home-pillar-links a:focus-visible,.home-service-overview .home-testing-note a:focus-visible{outline:2px solid var(--orange);outline-offset:5px}
.home-service-overview .home-testing-note{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid rgba(243,240,233,.2);padding:24px 0 0;margin:24px 0 0;color:var(--paper)}
.home-service-overview .home-testing-note strong{font-size:17px}
.home-service-overview .home-testing-note p{font-size:15px;line-height:1.6;max-width:65ch;margin:6px 0 0}
.home-service-overview .home-testing-note>a{display:inline-flex;align-items:center;gap:12px;min-height:44px;flex-shrink:0;text-decoration:underline;text-underline-offset:5px}
.home-service-overview .home-testing-note>a span{color:var(--orange)}
.home-coaching-compact{padding-top:44px;padding-bottom:44px}
.home-coaching-compact .home-coaching-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center}
.home-coaching-compact h2{max-width:22ch;font-size:clamp(30px,3.5vw,44px)}
.home-coaching-compact p{max-width:64ch;line-height:1.7;margin-top:16px}
@media(max-width:900px){.home-service-overview .home-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.home-service-overview .home-pillars{grid-template-columns:1fr;gap:14px}}
@media(max-width:700px){.home-service-overview .home-pillar{gap:14px;padding:22px}.home-service-overview .home-pillar-purpose p{max-width:none}.home-service-overview .home-testing-note{align-items:flex-start;flex-direction:column;gap:12px}.home-coaching-compact .home-coaching-summary{grid-template-columns:1fr;gap:22px}.home-coaching-compact .btn{justify-self:start}}
@media(max-width:540px){.home-service-overview .home-pillar-purpose p{min-height:0}}
