.em-primary{display:flex;align-items:center;gap:18px;padding:22px 24px;border-radius:20px;background:linear-gradient(135deg,#e5343b,#c31c23);color:#fff;text-decoration:none;box-shadow:0 14px 34px -14px rgba(229,52,59,.6);margin-bottom:26px;transition:transform .15s ease}.em-primary:hover{transform:translateY(-2px)}.em-primary__icon{width:56px;height:56px;border-radius:16px;background:rgba(255,255,255,.18);display:grid;place-items:center;flex:none}.em-primary__icon svg{width:28px;height:28px;color:#fff}.em-primary__body{display:flex;flex-direction:column;gap:2px}.em-primary__label{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.9}.em-primary__number{font-size:40px;font-weight:800;line-height:1.05;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.em-primary__desc{font-size:13.5px;opacity:.92}.em-group{margin-bottom:30px}.em-group__title{font-size:18px;font-weight:800;letter-spacing:-.01em;color:#1a1512;margin:0 0 14px}.em-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.em-card{display:block;padding:18px;border-radius:16px;background:#fff;border:1px solid #e8e1d6;text-decoration:none;color:inherit;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.em-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px -14px rgba(26,21,18,.2);border-color:#f2c7c9}.em-card__top{display:flex;align-items:center;justify-content:space-between}.em-card__number{font-size:26px;font-weight:800;color:#1a1512;letter-spacing:-.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.em-card__call{width:36px;height:36px;border-radius:10px;background:#fdecec;color:#e5343b;display:grid;place-items:center;flex:none}.em-card__call svg{width:18px;height:18px}.em-card__name{margin-top:10px;font-size:15px;font-weight:700;color:#1a1512}.em-card__desc{margin-top:3px;font-size:13px;color:#6a6156;line-height:1.45}.em-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.em-step{display:flex;gap:14px;padding:16px 18px;background:#fff;border:1px solid #e8e1d6;border-radius:16px}.em-step__num{width:30px;height:30px;border-radius:50%;background:#fff0e9;color:#ff4c0c;font-weight:800;display:grid;place-items:center;flex:none;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.em-step__title{font-size:14.5px;font-weight:700;color:#1a1512}.em-step__detail{margin-top:3px;line-height:1.5}.em-note,.em-step__detail{font-size:13px;color:#6a6156}.em-note{line-height:1.6;max-width:70ch;margin:8px 0 34px}@media (max-width:820px){.em-grid{grid-template-columns:repeat(2,1fr)}.em-steps{grid-template-columns:1fr}}@media (max-width:520px){.em-grid{grid-template-columns:1fr}.em-primary__number{font-size:34px}}