/* Przeprowadzki Pro 1.4.1 — small additions of the existing theme. */
.hero__rating:hover strong { color: var(--orange-dark); }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { display: flex; flex-direction: column; }
.service-card h3 { min-height: 0; }
.service-card p { min-height: 0; flex: 1; }
.service-card__icon svg g { stroke-width: 1.3; }
.service-card a { align-self: flex-start; min-height: 34px; }
.section[id] { scroll-margin-top: 90px; }
.process-list { list-style: none; display: grid; gap: 16px; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 8px 20px #07192304; }
.process-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: #fff0e7; color: var(--orange-dark); font-size: .87rem; font-weight: 850; }
.process-list h3 { margin: 2px 0 9px; font-size: 1.14rem; line-height: 1.3; }
.process-list p { margin: 0; color: var(--muted); font-size: .89rem; line-height: 1.6; }
.reviews__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.reviews__intro > p:not(.eyebrow) { color: var(--muted); max-width: 470px; }
.reviews__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.review-cards { display: grid; gap: 20px; }
.review-card { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 14px 34px #07192307; }
.review-card__top { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.review-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #e9f0ef; color: #244d48; font-weight: 750; }
.review-avatar--warm { background: #fff0e7; color: #a34621; }
.review-card__top strong, .review-card__top small { display: block; }
.review-card__top strong { font-size: .89rem; }
.review-card__top small { color: var(--muted); font-size: .72rem; }
.review-stars { margin-left: auto; white-space: nowrap; font-size: .82rem; letter-spacing: 1px; }
.review-card blockquote { margin: 22px 0 18px; font-size: 1.12rem; line-height: 1.6; font-weight: 600; letter-spacing: -.02em; }
.review-card figcaption a { color: var(--orange-dark); font-size: .8rem; font-weight: 700; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 9px 14px; border: 1px solid #e2d6cb; border-radius: 10px; background: #fff; color: #102631; font-size: .8rem; font-weight: 700; }
.social-links a:hover { border-color: var(--orange); color: var(--orange-dark); }
.site-footer .social-links { margin-top: 24px; }
.site-footer .social-links a { background: transparent; border-color: #354751; color: #d8e2e6; }
.site-footer .social-links a:hover { border-color: #f4a47d; color: #fff; }
.home-blog__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 35px; }
.home-blog__heading h2 { margin-bottom: 0; }
.home-blog__heading > a { flex-shrink: 0; }
.home-blog__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-blog .post-card { display: flex; flex-direction: column; padding: 28px; background: #f9fbfb; }
.home-blog .post-card h3 { font-size: 1.37rem; line-height: 1.3; }
.home-blog .post-card > p:not(.post-card__meta) { flex: 1; color: var(--muted); font-size: .9rem; }
.post-list { max-width: 920px; }
.post-card img { border-radius: 12px; width: 100%; max-height: 330px; object-fit: cover; margin-bottom: 24px; }
.post-card h2 { line-height: 1.2; }
.pp-article > img { border-radius: 20px; margin-bottom: 35px; }
.pp-article h2 { margin-top: 42px; font-size: 1.9rem; line-height: 1.25; }
.pp-article h3 { margin-top: 30px; line-height: 1.3; }
.pp-article p { line-height: 1.8; }
.pp-article ul, .pp-article ol { padding-left: 25px; }
.pp-article .button { text-decoration: none; color: #fff; }
.prose { overflow-wrap: break-word; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 8px; }
.page-numbers.current { background: var(--navy); color: #fff; }
.contact-card strong { white-space: normal; overflow-wrap: anywhere; }
@media (max-width: 1050px) {
 .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .reviews__grid { gap: 35px; }
 .home-blog__grid { gap: 14px; }
 .home-blog .post-card { padding: 22px; }
}
@media (max-width: 860px) {
 .reviews__grid { grid-template-columns: 1fr; gap: 42px; }
 .process-list { order: 2; }
 .process-list li { padding: 24px; }
 .review-cards { grid-template-columns: 1fr 1fr; }
 .review-stars { margin-left: 0; }
 .reviews__intro h2 br { display: none; }
 .home-blog__grid { grid-template-columns: 1fr; }
 .site-footer .social-links { max-width: 320px; }
}
@media (max-width: 620px) {
 .service-grid, .review-cards { grid-template-columns: 1fr; }
 .process-list li { grid-template-columns: 38px 1fr; padding: 20px 18px; gap: 13px; }
 .process-number { width: 36px; height: 36px; font-size: .75rem; }
 .review-card { padding: 24px; }
 .review-stars { margin-left: auto; }
 .home-blog__heading { display: block; }
 .home-blog__heading > a { margin-top: 20px; }
 .pp-article h2 { font-size: 1.55rem; }
 .post-card { padding: 24px; }
 .site-footer .social-links { max-width: none; }
}

/* Seasonal offer uses the existing palette. */
.service-card--seasonal { position: relative; background: #fff7f1; border-color: var(--orange); border-top: 4px solid var(--orange); }
.service-badge { align-self: flex-start; margin-bottom: 20px; padding: 6px 10px; border-radius: 6px; background: var(--navy); color: #fff; font-size: .76rem; font-weight: 700; }
.review-stars { color: #a76808; }
