body.service-page { background: var(--paper); }
body.service-page main > .service-page { padding: 42px 0 76px; background: transparent; }
.service-main-header { max-width: 900px; margin-bottom: 24px; }
.service-main-header h1 { margin: 0; font-size: clamp(24px, 3.2vw, 38px); font-weight: 750; }
.service-search { position: relative; max-width: 760px; margin-bottom: 16px; }
.service-search .search-input { width: 100%; height: 54px; padding: 0 58px 0 18px; background: var(--surface); border: 1px solid var(--line-dark); border-radius: 14px; color: var(--ink); }
.service-search .search-input:focus { outline: 0; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(23,23,19,.07); }
.service-search .search-button { position: absolute; right: 7px; top: 7px; width: 40px; height: 40px; display: grid; place-items: center; background: var(--ink); color: #fff; border: 0; border-radius: 10px; }
.promocodes-tabs-enhanced { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.promocodes-tabs-enhanced .tab-enhanced { gap: 7px; }
.tab-count { min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; background: var(--surface-warm); border-radius: 999px; color: var(--ink); font-size: 10px; }
.service-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: 24px; }
.service-content { padding: 0; background: transparent; border: 0; }
.service-sidebar { position: sticky; top: 132px; display: grid; gap: 12px; }
.service-info-sidebar, .service-rating, .service-description { padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.service-logo { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 18px; background: var(--surface-warm); border: 1px solid var(--line); border-radius: 16px; }
.service-logo img { width: 38px; height: 38px; object-fit: contain; }
.service-logo-placeholder { width: 100%; height: 100%; display: grid; place-items: center; border-radius: 15px; }
.service-logo-placeholder { background: var(--yellow); }
.service-logo-text { font-weight: 900; }
.service-info-title, .service-rating h2 { margin-bottom: 10px; font-size: 20px; }
.service-info-description, .service-description, .rating-text { color: var(--muted); font-size: 13px; }
.service-info-description p, .service-description p:last-child { margin-bottom: 0; }
.stars { display: block; margin-bottom: 4px; color: var(--yellow-strong); letter-spacing: .08em; }
.related-promocodes, .how-to-use { padding: 72px 0; border-top: 1px solid var(--line-dark); }
.related-promocodes { background: var(--surface); }
.related-promocodes h2, .how-to-use h2 { margin-bottom: 28px; font-size: clamp(20px, 2.4vw, 28px); font-weight: 750; }
.how-to-use-steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); border-radius: 22px; overflow: hidden; }
.step { min-height: 210px; padding: 26px; background: var(--surface); }
.step + .step { border-left: 1px solid var(--line-dark); }
.step-number { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 34px; background: var(--yellow); border: 1px solid var(--ink); border-radius: 50%; font-weight: 800; }
.step-title { margin-bottom: 8px; font-size: 20px; font-weight: 790; }
.step-description { color: var(--muted); font-size: 14px; }
.promocode-open-display { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 11px; background: var(--yellow-pale); border: 1px dashed var(--ink); border-radius: 10px; }
.promocode-open-code { font-family: var(--font-mono); font-weight: 800; }
.copy-inline-btn { padding: 6px; background: transparent; border: 0; color: var(--ink); cursor: pointer; }
@media (max-width: 900px) { .service-layout { grid-template-columns: 1fr; } .service-sidebar { position: static; grid-template-columns: repeat(3,1fr); } }
@media (max-width: 680px) { .service-sidebar, .how-to-use-steps { grid-template-columns: 1fr; } .step { min-height: auto; } .step + .step { border-left: 0; border-top: 1px solid var(--line-dark); } .promocodes-tabs-enhanced { flex-wrap: nowrap; overflow-x: auto; margin-inline: -16px; padding-inline: 16px; padding-bottom: 6px; margin-bottom: 24px; scrollbar-width: none; -webkit-overflow-scrolling: touch; } .promocodes-tabs-enhanced::-webkit-scrollbar { display: none; } }
