/* Inner service pages */

.service-lead {
    max-width: 820px;
    margin: 0 auto 2.75rem;
    text-align: center;
    color: var(--color-secondary);
    font-size: 1.05rem;
    line-height: 1.85;
}
.service-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.service-offer-grid--2 { grid-template-columns: repeat(2, 1fr); }
.service-offer-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
    border-radius: 18px;
    padding: 28px 26px;
    border: 1px solid rgba(75, 14, 24, 0.06);
    box-shadow: 0 14px 40px rgba(75, 14, 24, 0.07);
    height: 100%;
    transition: transform 0.35s var(--ease-out-expo), box-shadow 0.35s ease;
}
.service-offer-card::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -70px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(75, 14, 24, 0.16) 0%, rgba(75, 14, 24, 0.06) 48%, transparent 72%);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.4s ease;
}
.service-offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(75, 14, 24, 0.12);
}
.service-offer-card:hover::before { opacity: 1; }
.service-offer-card > * { position: relative; z-index: 1; }
.service-offer-card p + p { margin-top: 0.85rem; }
.service-panel .card-icon { margin-bottom: 1.1rem; }
.service-offer-card h3 {
    font-family: var(--font-serif);
    font-size: 1.28rem;
    color: var(--color-primary-dark);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}
.service-offer-card p {
    color: var(--color-secondary);
    font-size: 0.96rem;
    line-height: 1.75;
    margin: 0;
}

.service-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.service-panel {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 14px 40px rgba(75, 14, 24, 0.07);
}
.service-panel::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -70px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(75, 14, 24, 0.16) 0%, rgba(75, 14, 24, 0.06) 48%, transparent 72%);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.4s ease;
}
.service-panel:hover::before { opacity: 1; }
.service-panel > * { position: relative; z-index: 1; }
.service-panel h3 {
    font-family: var(--font-serif);
    font-size: 1.45rem;
    color: var(--color-primary-dark);
    margin-bottom: 1.1rem;
}
.service-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-panel li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.75rem;
    color: #4f4f4f;
    line-height: 1.7;
}
.service-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-primary-accent);
}
.service-panel__ticks li {
    padding-left: 1.7rem;
}
.service-panel__ticks li::before {
    content: "";
    top: 0.35rem;
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23691524' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.psy-apart {
    background: #1a0a0d;
    color: #fff;
    padding: 88px 0;
}
.psy-apart__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 56px 48px;
    align-items: center;
}
.psy-apart__kicker {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1.1rem;
    padding: 6px 14px;
    border-radius: 999px;
    background: #691524;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.psy-apart__copy h2 {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 1.15rem;
    color: #f4f1ef;
}
.psy-apart__copy h2 span { color: #fff; }
.psy-apart__lead {
    max-width: 540px;
    margin: 0 0 2.4rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.05rem;
    line-height: 1.8;
}
.psy-apart__lead em {
    font-style: normal;
    font-weight: 700;
    color: #c43a52;
}
.psy-apart__stats {
    display: flex;
    gap: 56px;
}
.psy-apart__num {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.psy-apart__label {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.psy-apart__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.psy-apart__card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(196, 58, 82, 0.45);
    border-radius: 18px;
    padding: 26px 22px 24px;
    min-height: 188px;
}
.psy-apart__icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: #691524;
    color: #fff;
}
.psy-apart__icon svg {
    width: 22px;
    height: 22px;
}
.psy-apart__card h3 {
    font-family: var(--font-serif);
    font-size: 1.18rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.psy-apart__card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.92rem;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .service-offer-grid,
    .service-offer-grid--2,
    .service-split { grid-template-columns: 1fr 1fr; }
    .psy-apart { padding: 64px 0; }
    .psy-apart__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .psy-apart__stats { gap: 40px; }
}

@media (max-width: 575px) {
    .service-offer-grid,
    .service-offer-grid--2,
    .service-split { grid-template-columns: 1fr; }
    .psy-apart__cards { grid-template-columns: 1fr; }
    .psy-apart__card { min-height: 0; }
}
