.scr-about-hero{background:var(--sah-bg);border-bottom:1px solid #e2e9eb;color:var(--sah-text);overflow:hidden;padding:var(--sah-pt) 0 var(--sah-pb);position:relative;width:100%}.scr-about-hero__bar{background:linear-gradient(90deg,#34657f 0 20%,#72b0bd 20% 40%,#a9c23f 40% 60%,#d78825 60% 80%,#c3366f 80%);height:8px;left:0;position:absolute;top:0;width:100%}.scr-about-hero__grid{align-items:center;display:grid;gap:56px;grid-template-columns:1.08fr .92fr}.scr-about-hero__eyebrow{color:var(--sah-eyebrow);font-size:13px;font-weight:500;letter-spacing:3px;margin-bottom:24px;text-transform:uppercase}.scr-about-hero h1{color:var(--sah-heading);font-family:TT Firs Neue,Arial,sans-serif;font-size:clamp(42px,4vw,var(--sah-title-size));font-weight:600;line-height:1.06;margin:0 0 26px}.scr-about-hero h1 span{color:var(--sah-first)}.scr-about-hero h1 strong{color:var(--sah-second);font-weight:600}.scr-about-hero__rule{background:#a9c23f;border-radius:3px;display:block;height:5px;margin-bottom:30px;width:88px}.scr-about-hero__description{font-size:17px;line-height:1.7;max-width:540px}.scr-about-hero__description p{margin:0 0 20px}.scr-about-hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:38px}.scr-about-hero__actions a{align-items:center;background:var(--sah-button);border:2px solid var(--sah-button);border-radius:44px;display:inline-flex;font-family:TT Firs Neue,Arial,sans-serif;font-size:17px;font-weight:600;min-height:58px;padding:14px 32px}.scr-about-hero__actions a,.scr-about-hero__actions a:hover{color:#fff;text-decoration:none}.scr-about-hero__actions .scr-about-hero__secondary{background:transparent;border-color:rgba(0,49,60,.35);color:var(--sah-heading)}.scr-about-hero__cards{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.scr-about-hero__cards article{background:#fff;border:1px solid #e4ebed;border-radius:var(--sah-radius);border-top:4px solid var(--sah-accent);box-shadow:0 16px 38px rgba(0,49,60,.07);display:flex;flex-direction:column;gap:14px;min-height:176px;padding:26px}.scr-about-hero__cards article:nth-child(odd){transform:translateY(18px)}.scr-about-hero__cards article>span{background:#f2f6f7;border-radius:16px;display:grid;height:64px;place-items:center;width:64px}.scr-about-hero__cards img{height:100%;object-fit:contain;width:100%}.scr-about-hero__cards h2{color:var(--sah-heading);font-size:17px;line-height:1.25;margin:0}@media (max-width:900px){.scr-about-hero__grid{grid-template-columns:1fr}.scr-about-hero__cards{max-width:650px}}@media (max-width:620px){.scr-about-hero{padding:120px 0 68px}.scr-about-hero__cards{grid-template-columns:1fr}.scr-about-hero__cards article:nth-child(odd){transform:none}.scr-about-hero__actions{align-items:stretch;flex-direction:column}.scr-about-hero__actions a{justify-content:center;width:100%}}