.egfixy-main strong { color: #f4f5f6; }
.egfixy-main .egfixy-small { color: #b9bfc5; font-size: 13px; line-height: 1.7; }
.egfixy-main h3 { color: #f4f5f6; line-height: 1.4; }
.egfixy-main a:focus-visible { outline: 3px solid #f8d608; outline-offset: 5px; }
.egfixy-hero-visual { min-width: 0; }
.egfixy-hero-visual img { display: block; width: 100%; height: auto; border-radius: 12px; }
.egfixy-brand { padding: clamp(24px, 4vw, 56px); border: 1px solid rgba(248,214,8,.3); border-radius: 12px; background: #0c1013; }
.egfixy-brand__label { color: #f8d608; font-size: 12px; letter-spacing: .09em; }
.egfixy-brand .egfixy-brand__name { margin: 24px 0 0; color: #fff; font: 600 clamp(80px, 10vw, 150px)/1 var(--eg-heading-font); letter-spacing: -.06em; }
.egfixy-brand__name span { color: #f8d608; }
.egfixy-brand__by { padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.13); }
.egfixy-brand ol { padding-left: 22px; margin: 28px 0; }
.egfixy-brand li { padding: 7px 0 7px 8px; }
.egfixy-brand li::marker { color: #f8d608; }
.egfixy-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 88px); }
.egfixy-checks { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.egfixy-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; padding: 0; list-style: none; counter-reset: fixy-step; }
.egfixy-steps li { border-top: 2px solid #f8d608; padding-top: 20px; counter-increment: fixy-step; }
.egfixy-steps li::before { content: '0' counter(fixy-step); color: #f8d608; font-size: 14px; }
.egfixy-steps h3 { font-size: 18px; }
.egfixy-cta { background: linear-gradient(120deg, rgba(248,214,8,.08), transparent), #0c1013; }
.egfixy-cta h2 { margin-bottom: 24px; }
@media (max-width: 1000px) { .egfixy-main .egseo-hero__inner, .egfixy-split { grid-template-columns: minmax(0, 1fr); } .egfixy-checks, .egfixy-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .egfixy-checks, .egfixy-steps { grid-template-columns: minmax(0, 1fr); } .egfixy-main .egseo-button { width: 100%; text-align: center; } }
