
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;}
.eo-section{background:#f0f0f0;padding:56px 24px 64px}
.eo-head{text-align:center;margin-bottom:40px}
.eo-title{font-size:42px;font-weight:800;letter-spacing:.08em;color:#1a1a1a;text-transform:uppercase;line-height:1.1;margin-bottom:14px}
.eo-subtitle{font-size:15px;color:#555;line-height:1.7;max-width:680px;margin:0 auto}
.eo-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1100px;margin:0 auto}
.eo-card{background:#fff;border-radius:4px;overflow:hidden;display:grid;grid-template-columns:220px 1fr;min-height:220px;transition:box-shadow .25s}
.eo-card:hover{box-shadow:0 6px 28px rgba(0,0,0,.1)}
.eo-card__img-wrap{overflow:hidden;background:#ddd}
.eo-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.eo-card:hover .eo-card__img{transform:scale(1.04)}
.eo-card__body{padding:28px 28px 24px;display:flex;flex-direction:column;justify-content:space-between}
.eo-card__offer{font-size:22px;font-weight:800;color:#1a1a1a;line-height:1.25;margin-bottom:14px}
.eo-card__line{width:36px;height:3px;background:#b8960c;margin-bottom:14px;flex-shrink:0}
.eo-card__desc{font-size:14px;color:#666;line-height:1.65;margin-bottom:20px;flex:1}
.eo-card__cta{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#1a1a1a;text-decoration:none;letter-spacing:.02em;transition:gap .25s,color .25s}
.eo-card__cta:hover{color:#b8960c;gap:10px}
.eo-card__cta svg{width:16px;height:16px;transition:transform .25s}
.eo-card__cta:hover svg{transform:translateX(3px)}