/* Спільні стилі сторінок послуг/районів Elmar Clean. Namespace .svc-. Підключено в Layout.astro. */
.svc-hero { padding: 64px 0 48px; text-align: center; background: linear-gradient(180deg,#fff 0%,#faf6f2 100%); }
.svc-hero__eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 700; color: #e8743b; margin: 0 0 12px; }
.svc-hero__title { font-size: clamp(30px,5vw,48px); line-height: 1.1; font-weight: 700; color: #15171a; margin: 0 auto 18px; max-width: 18ch; }
.svc-hero__sub { font-size: 18px; line-height: 1.6; color: #4a4f57; margin: 0 auto 28px; max-width: 60ch; }
.svc-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.svc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 26px; border-radius: 10px; font-size: 16px; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, transform .1s, box-shadow .2s; border: 2px solid transparent; }
.svc-btn--primary { background: #e8743b; color: #fff; }
.svc-btn--primary:hover { background: #d4612b; }
.svc-btn--ghost { background: #fff; color: #15171a; border-color: #d9dde2; }
.svc-btn--ghost:hover { border-color: #15171a; }
.svc-btn:focus-visible { outline: 3px solid #15171a; outline-offset: 2px; }

.svc-section { padding: 56px 0; }
.svc-section--alt { background: #faf6f2; }
.svc-section-title { font-size: clamp(24px,3.5vw,34px); font-weight: 700; color: #15171a; text-align: center; margin: 0 0 14px; }
.svc-section-lead { font-size: 17px; line-height: 1.6; color: #4a4f57; text-align: center; max-width: 60ch; margin: 0 auto 32px; }

.svc-included { list-style: none; margin: 28px auto 0; padding: 0; max-width: 920px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px 28px; }
@media (max-width: 860px){ .svc-included { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 540px){ .svc-included { grid-template-columns: 1fr; } }
.svc-included__item { position: relative; padding-left: 30px; font-size: 15.5px; line-height: 1.5; color: #2c3038; }
.svc-included__item::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: #e8743b; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat; }

.svc-pricing { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 16px; max-width: 940px; margin: 0 auto; }
.svc-price-card { background: #fff; border: 1px solid #ececec; border-radius: 14px; padding: 22px 18px; text-align: center; transition: border-color .2s, box-shadow .2s; }
.svc-price-card:hover { border-color: #e8743b; box-shadow: 0 10px 28px rgba(0,0,0,.06); }
.svc-price-card__name { display: block; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #8a9099; margin-bottom: 8px; }
.svc-price-card__price { display: block; font-size: 26px; font-weight: 800; color: #15171a; }
.svc-price-card__note { display: block; font-size: 13px; color: #8a9099; margin-top: 4px; }
.svc-price-fine { font-size: 13.5px; color: #8a9099; text-align: center; max-width: 64ch; margin: 24px auto 0; line-height: 1.5; }

.svc-trust { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.svc-trust__item { background: #fff; border: 1px solid #e8e2dc; border-radius: 999px; padding: 10px 20px; font-size: 14.5px; font-weight: 600; color: #2c3038; }

.svc-faq { max-width: 760px; margin: 8px auto 0; }
.svc-faq__item { border-bottom: 1px solid #e6e2dd; padding: 20px 0; }
.svc-faq__q { font-size: 17.5px; font-weight: 700; color: #15171a; margin: 0 0 8px; }
.svc-faq__a { font-size: 15.5px; line-height: 1.65; color: #4a4f57; margin: 0; }

.svc-cta { background: #15171a; color: #fff; padding: 60px 0; text-align: center; }
.svc-cta__title { font-size: clamp(24px,4vw,36px); font-weight: 700; margin: 0 0 12px; }
.svc-cta__sub { font-size: 17px; color: #c9ccd1; margin: 0 auto 26px; max-width: 52ch; line-height: 1.55; }
.svc-cta .svc-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.svc-cta .svc-btn--ghost:hover { border-color: #fff; }

/* Services hub grid */
.svc-hub { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 20px; max-width: 1080px; margin: 8px auto 0; }
.svc-hub-card { display: flex; flex-direction: column; gap: 8px; padding: 26px 24px; background: #fff; border: 1px solid #ececec; border-radius: 16px; text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.svc-hub-card:hover { border-color: #e8743b; box-shadow: 0 12px 32px rgba(0,0,0,.07); transform: translateY(-2px); }
.svc-hub-card:focus-visible { outline: 3px solid #e8743b; outline-offset: 2px; }
.svc-hub-card__name { font-size: 19px; font-weight: 700; color: #15171a; }
.svc-hub-card__desc { font-size: 14.5px; line-height: 1.5; color: #4a4f57; }
.svc-hub-card__cta { margin-top: auto; padding-top: 6px; font-size: 14px; font-weight: 700; color: #e8743b; }
.svc-hub-card.is-static { cursor: default; }
.svc-hub-card.is-static:hover { transform: none; box-shadow: none; border-color: #ececec; }
/* Force a tidy 4-across grid (areas + services hubs) */
.svc-hub--4 { grid-template-columns: repeat(4, 1fr); max-width: 1160px; }
@media (max-width: 1000px) { .svc-hub--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .svc-hub--4 { grid-template-columns: 1fr; } }

/* Area pages */
.svc-prose { max-width: 760px; margin: 0 auto; }
.svc-prose p { font-size: 16.5px; line-height: 1.7; color: #3a3f47; margin: 0 0 16px; }
.svc-linkrow { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 840px; margin: 8px auto 0; }
.svc-linkrow a { background: #fff; border: 1px solid #e0dcd6; border-radius: 999px; padding: 10px 18px; font-size: 14.5px; font-weight: 600; color: #15171a; text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.svc-linkrow a:hover { border-color: #e8743b; box-shadow: 0 6px 18px rgba(0,0,0,.05); }
.svc-linkrow a:focus-visible { outline: 3px solid #e8743b; outline-offset: 2px; }

/* Legal / long-form prose */
.svc-prose h2 { font-size: 22px; font-weight: 700; color: #15171a; margin: 34px 0 12px; }
.svc-prose h3 { font-size: 18px; font-weight: 700; color: #15171a; margin: 24px 0 8px; }
.svc-prose ul, .svc-prose ol { margin: 0 0 16px; padding-left: 22px; }
.svc-prose li { font-size: 16px; line-height: 1.7; color: #3a3f47; margin-bottom: 6px; }
.svc-prose a { color: #e8743b; }
.svc-prose strong { color: #15171a; }

/* Pricing: selectable size cards + revealed Book CTA */
.svc-price-card { cursor: pointer; -webkit-tap-highlight-color: transparent; }
.svc-price-card.is-active { border-color: #e8743b; box-shadow: inset 0 0 0 2px #e8743b, 0 10px 28px rgba(0,0,0,.07); }
.svc-price-card:focus-visible { outline: 3px solid #e8743b; outline-offset: 2px; }
.svc-book-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 20px; max-width: 940px; margin: 0 auto; max-height: 0; opacity: 0; overflow: hidden; transform: translateY(-6px); transition: max-height .35s ease, opacity .3s ease, transform .3s ease, margin-top .35s ease; }
.svc-book-cta.is-open { max-height: 200px; opacity: 1; transform: translateY(0); margin-top: 26px; }
.svc-book-cta__text { font-size: 16px; font-weight: 600; color: #15171a; margin: 0; }
.svc-book-cta__btn { text-decoration: none; flex-shrink: 0; }
@media (prefers-reduced-motion: reduce) { .svc-book-cta { transition: opacity .2s ease; } }
