.content-wrap--services { display: block; margin-inline: auto; max-width: var(--eptvc-content); padding: 3.25rem 1.25rem 5rem; width: 100%; }
.content-wrap--services .entry-content { max-width: none; padding: clamp(1.5rem, 2.8vw, 2.75rem); width: 100%; }
.eptvc-services__intro { margin: 0 auto 2.4rem; max-width: 860px; text-align: center; }
.eptvc-services__intro h2 { color: #1f2d40; font-family: Manrope, sans-serif; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.2; margin: .4rem 0 .75rem; }
.eptvc-services__intro p:last-child { color: #536170; font-size: 1.08rem; margin: 0 auto; }
.eptvc-services__grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
.eptvc-service-card { background: #fff; border: 1px solid #f0d4ba; border-radius: 1rem; box-shadow: 0 12px 28px rgba(39, 50, 65, .08); display: flex; flex-direction: column; overflow: hidden; padding: 1.35rem; position: relative; }
.eptvc-service-card::before { background: #ff7700; content: ''; height: 5px; left: 0; position: absolute; right: 0; top: 0; }
.eptvc-service-card__heading { align-items: flex-start; display: flex; gap: .8rem; margin: .2rem 0 1rem; }
.eptvc-service-card__icon { align-items: center; background: #fff1e5; border-radius: .65rem; color: #a84800; display: inline-flex; flex: 0 0 2.8rem; font-family: Manrope, sans-serif; font-size: 1rem; font-weight: 800; height: 2.8rem; justify-content: center; }
.eptvc-service-card__number { color: #c85b00; display: block; font-family: Manrope, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .08em; margin-bottom: .2rem; }
.eptvc-service-card h3 { color: #1f2d40; font-family: Manrope, sans-serif; font-size: 1.2rem; line-height: 1.25; margin: 0; }
.eptvc-service-card__summary { color: #455568; font-size: 1rem; line-height: 1.48; margin: 0 0 1.15rem; }
.eptvc-service-card__details { border-top: 1px solid #f3e4d7; display: grid; gap: .85rem; padding-top: 1rem; }
.eptvc-service-card__details h4, .eptvc-service-card__contact h4 { color: #1f2d40; font-family: Manrope, sans-serif; font-size: .83rem; letter-spacing: .025em; margin: 0 0 .25rem; }
.eptvc-service-card__details p, .eptvc-service-card__contact p { color: #536170; font-size: .92rem; line-height: 1.45; margin: 0; }
.eptvc-service-card__contact { background: #fff8f1; border-radius: .7rem; display: grid; gap: .35rem; margin-top: 1rem; padding: .9rem; }
.eptvc-service-card__contact h4 { color: #a84800; }
.eptvc-service-card__contact a { color: #9a4300; font-weight: 700; text-decoration-color: #ff7700; }
.eptvc-service-card__link { align-items: center; color: #a84800; display: inline-flex; font-weight: 800; gap: .35rem; margin-top: 1.1rem; text-decoration: none; }
.eptvc-service-card__link:hover { color: #1f2d40; }
.eptvc-services__empty { background: #fff8f1; border: 1px dashed #e9b07d; border-radius: .8rem; color: #536170; padding: 1.3rem; text-align: center; }
@media (max-width: 760px) { .eptvc-services__grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .content-wrap--services { padding: 2.25rem 1rem 4rem; } .content-wrap--services .entry-content { padding: 1.15rem; } .eptvc-service-card { padding: 1.15rem; } }
