/* =========================================
   СТРАНИЦА УСЛУГИ — ПК
   ========================================= */

.services-hero {
    padding: 6rem 0 3rem 0;
}

.services-hero h1 {
    font-size: 4.5rem;
    line-height: 1.05;
    margin-top: 0.5rem;
}

.services-intro {
    max-width: 38rem;
    font-size: 0.9375rem;
    color: var(--color-muted);
    line-height: 1.8;
    margin-top: 1rem;
}

.service-block {
    padding: 4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.service-block:last-of-type {
    border-bottom: none;
}

.service-grid {
    display: flex;
    gap: 3.5rem;
    align-items: center;
}

.service-reverse {
    flex-direction: row-reverse;
}

.service-image-col {
    flex: 0 0 45%;
    position: relative;
}

.service-image {
    overflow: hidden;
    border-radius: var(--radius-lg);
    position: relative;
    border: none;
    backdrop-filter: none;
}

.service-image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.service-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    padding: 0.3rem 1.2rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    border-radius: var(--radius-pill);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333;
}

.service-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.service-text-col h2 {
    font-size: 3rem;
    line-height: 1.1;
}

.service-desc {
    font-size: 0.9375rem;
    color: var(--color-muted);
    line-height: 1.8;
}

.service-specs {
    display: flex;
    gap: 3rem;
}

.service-specs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-specs li {
    font-size: 0.875rem;
    color: var(--color-muted);
    line-height: 1.6;
    padding-left: 1rem;
    position: relative;
}

.service-specs li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-ink);
}

.spec-label {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin-bottom: 0.5rem;
}

.service-recommend {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: rgba(245, 243, 238, 0.6);
    border: none;
}

.service-recommend .spec-label {
    margin-bottom: 0.25rem;
}

.service-recommend p {
    font-size: 0.875rem;
    color: var(--color-muted);
    line-height: 1.6;
    margin: 0;
}

.service-text-col .btn-ink {
    align-self: flex-start;
}

/* ===== ПРАЙС-ЛИСТЫ ===== */
.service-price {
    margin-top: 3rem;
    width: 100%;
}

.price-bg {
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.price-overlay {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.price-title {
    font-size: 3rem;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.price-subtitle {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.price-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.price-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-section li {
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 1rem;
    position: relative;
}

.price-section li::before {
    content: '-';
    position: absolute;
    left: 0;
}

.price-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.price-table {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.price-row {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0.5rem;
}

.price-row span:last-child {
    font-weight: 500;
}

.price-total {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.price-total span:last-child {
    font-weight: 500;
}

.price-note {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ УСЛУГИ ===== */
.additional-services {
    padding: 4rem 0 6rem 0;
}

.additional-services h2 {
    font-size: 3rem;
    line-height: 1.05;
    margin-bottom: 2rem;
}

.additional-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.additional-item {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: #f5f3ee;
    font-size: 1rem;
    color: var(--color-ink);
}

.additional-price {
    font-weight: 500;
}