.emit-service-page { color: #16181d; font-family: "Poppins", sans-serif; background: #f7f8fa; }
.emit-service-page__hero { padding: 88px 0; color: #fff; background: linear-gradient(120deg, rgb(5 6 8 / 96%), rgb(22 24 30 / 88%)); }
.emit-service-page__hero p { margin: 0 0 12px; color: #e31e25; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.emit-service-page__hero h1 { margin: 0 0 16px; color: inherit; font-size: clamp(42px, 6vw, 72px); line-height: 1.05; }
.emit-service-page__hero span { display: block; max-width: 720px; color: rgb(255 255 255 / 70%); font-size: 18px; line-height: 1.7; }
.emit-service-archive-grid { display: grid; padding-top: 70px; padding-bottom: 90px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.emit-service-archive-card { display: flex; min-height: 340px; padding: 30px; flex-direction: column; border: 1px solid #e7e8eb; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgb(18 20 26 / 7%); }
.emit-service-archive-card > span { display: grid; width: 54px; height: 54px; margin-bottom: 24px; place-items: center; border-radius: 15px; color: #e31e25; background: rgb(227 30 37 / 9%); }
.emit-service-archive-card > span svg { width: 26px; height: 26px; }
.emit-service-archive-card p { margin: 0 0 7px; color: #e31e25; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.emit-service-archive-card h2 { margin: 0 0 12px; font-size: 23px; }
.emit-service-archive-card h2 a { color: inherit; text-decoration: none; }
.emit-service-archive-card > div { color: #6b6f78; font-size: 15px; line-height: 1.7; }
.emit-service-archive-card__link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: #e31e25; font-size: 14px; font-weight: 700; text-decoration: none; }
.emit-service-archive-card__link svg { width: 17px; height: 17px; }
.emit-service-detail__layout { display: grid; padding-top: 72px; padding-bottom: 95px; grid-template-columns: minmax(0, 1fr) 330px; gap: 60px; }
.emit-service-detail__content { color: #555a65; font-size: 17px; line-height: 1.85; }
.emit-service-detail__content strong { display: block; margin-top: 30px; color: #17191e; font-size: 22px; }
.emit-service-detail__content h2 { margin: 48px 0 18px; color: #17191e; font-size: 30px; }
.emit-service-detail__list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; list-style: none; }
.emit-service-detail__list li { display: flex; align-items: center; gap: 10px; padding: 13px 15px; border-radius: 9px; color: #2a2d34; background: #fff; }
.emit-service-detail__list svg { width: 20px; height: 20px; flex: 0 0 auto; color: #e31e25; }
.emit-service-detail__aside { position: sticky; top: 110px; height: fit-content; padding: 28px; border-radius: 15px; color: #fff; background: #121419; }
.emit-service-detail__aside h2 { margin: 0 0 22px; color: inherit; font-size: 23px; }
.emit-service-detail__aside dl { margin: 0 0 25px; }
.emit-service-detail__aside dt { color: rgb(255 255 255 / 55%); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.emit-service-detail__aside dd { margin: 3px 0 17px; font-weight: 600; }
.emit-service-detail__aside a { display: block; padding: 13px 18px; border-radius: 999px; color: #fff; background: #e31e25; font-size: 13px; font-weight: 700; text-align: center; text-decoration: none; }
@media (max-width: 900px) { .emit-service-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .emit-service-detail__layout { grid-template-columns: 1fr; } .emit-service-detail__aside { position: static; } }
@media (max-width: 600px) { .emit-service-page__hero { padding: 65px 0; } .emit-service-archive-grid { grid-template-columns: 1fr; } .emit-service-detail__list { grid-template-columns: 1fr; } }
