/* Zero Pest Pro – main styles */

:root {
	--zpp-red: #e74c3c;
	--zpp-red-dark: #c0392b;
	--zpp-orange: #f39c12;
	--zpp-orange-dark: #e67e22;
	--zpp-dark: #2c3e50;
	--zpp-darker: #1f2d3a;
	--zpp-text: #34495e;
	--zpp-muted: #6b7a89;
	--zpp-light: #ecf0f1;
	--zpp-bg-soft: #f5f7f8;
	--zpp-line: #e3e8ec;
	--zpp-wa: #25d366;
	--zpp-radius: 14px;
	--zpp-shadow: 0 4px 22px rgba(44, 62, 80, .08);
	--zpp-font: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
	--zpp-display: "Poppins", "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: var(--zpp-text); font: 400 16px/1.6 var(--zpp-font); -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
img { height: auto; }
a { color: var(--zpp-red); }
h1, h2, h3 { font-family: var(--zpp-display); color: var(--zpp-dark); line-height: 1.2; margin: 0; }
p { margin: 0; }
[id] { scroll-margin-top: 90px; }
[hidden] { display: none !important; }
.screen-reader-text, .zpp-hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; padding: 0; margin: -1px; }
.zpp-skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: #fff; padding: 8px 14px; border-radius: 8px; }
.zpp-skip:focus { left: 8px; }
:focus-visible { outline: 3px solid rgba(231, 76, 60, .45); outline-offset: 2px; }

.zpp-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.zpp-container--narrow { max-width: 820px; }
.zpp-center { text-align: center; }
.zpp-muted { color: var(--zpp-muted); font-size: .92rem; }

/* Buttons */
.zpp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 999px; border: 2px solid transparent; font: 600 .92rem/1.2 var(--zpp-font); text-decoration: none; cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .15s, box-shadow .15s; white-space: nowrap; }
.zpp-btn:hover { transform: translateY(-1px); }
.zpp-btn--primary { background: var(--zpp-red); color: #fff; box-shadow: 0 6px 16px rgba(231, 76, 60, .28); }
.zpp-btn--primary:hover { background: var(--zpp-red-dark); color: #fff; }
.zpp-btn--outline { background: #fff; color: var(--zpp-red); border-color: var(--zpp-red); }
.zpp-btn--outline:hover { background: #fdecea; }
.zpp-btn--light { background: #fff; color: var(--zpp-red); box-shadow: 0 8px 20px rgba(0, 0, 0, .15); }
.zpp-btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .85); }
.zpp-btn--ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.zpp-btn--wa { background: var(--zpp-wa); color: #fff; }
.zpp-btn--wa:hover { background: #1ebe5b; color: #fff; }
.zpp-btn--lg { padding: 14px 26px; font-size: 1rem; }
.zpp-btn--block { width: 100%; }
.zpp-btn[disabled] { opacity: .65; cursor: progress; }

/* Top bar */
.zpp-topbar { background: var(--zpp-dark); color: #dfe6ec; font-size: .82rem; }
.zpp-topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.zpp-topbar__contact { display: flex; gap: 22px; }
.zpp-topbar a { color: #dfe6ec; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.zpp-topbar a:hover { color: #fff; }
.zpp-topbar__hours { display: inline-flex; align-items: center; gap: 6px; }

/* Header */
.zpp-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97); backdrop-filter: blur(8px); box-shadow: 0 2px 14px rgba(44, 62, 80, .08); }
.admin-bar .zpp-header { top: 32px; }
.zpp-header__inner { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.zpp-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.zpp-brand__icon { width: 46px; height: 46px; flex: none; }
.zpp-brand__text { display: flex; flex-direction: column; }
.zpp-brand__name { font: 800 1.3rem/1 var(--zpp-display); color: var(--zpp-dark); letter-spacing: .01em; }
.zpp-brand__name span { color: var(--zpp-red); }
.zpp-brand__tag { font: 600 .62rem/1.4 var(--zpp-font); color: var(--zpp-muted); letter-spacing: .16em; text-transform: uppercase; margin-top: 4px; }
.custom-logo { max-height: 56px; width: auto; }
.zpp-nav { margin-left: auto; }
.zpp-nav__list { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.zpp-nav__list a { color: var(--zpp-dark); text-decoration: none; font-weight: 600; font-size: .95rem; padding: 6px 0; border-bottom: 2px solid transparent; }
.zpp-nav__list a:hover { color: var(--zpp-red); border-color: var(--zpp-red); }
.zpp-nav__cta { display: none; }
.zpp-header__actions { display: flex; align-items: center; gap: 12px; }
.zpp-cart { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--zpp-orange); color: #fff; text-decoration: none; }
.zpp-cart__count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; border-radius: 10px; background: var(--zpp-red); color: #fff; font-size: .7rem; font-weight: 700; display: grid; place-items: center; border: 2px solid #fff; }
.zpp-header__wa { padding: 10px 18px; }
.zpp-menu-toggle { display: none; background: none; border: 0; padding: 6px; color: var(--zpp-dark); cursor: pointer; }
.zpp-menu-toggle__close { display: none; }

/* Hero */
.zpp-hero {
	position: relative; color: #fff; text-align: center; padding: 96px 0 104px; overflow: hidden;
	background: linear-gradient(135deg, rgba(231, 76, 60, .94), rgba(192, 57, 43, .9)), var(--zpp-hero-img, none) center/cover no-repeat, var(--zpp-red);
}
.zpp-hero::after { content: ""; position: absolute; inset: auto 0 -1px; height: 60px; background: linear-gradient(to bottom right, transparent 49.5%, #fff 50%); }
.zpp-hero__inner { position: relative; z-index: 1; max-width: 900px; }
.zpp-hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -.01em; text-shadow: 0 2px 12px rgba(0, 0, 0, .15); }
.zpp-hero__sub { font-size: clamp(1.05rem, 2vw, 1.3rem); margin: 18px 0 32px; opacity: .95; }
.zpp-hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.zpp-hero__points { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; list-style: none; padding: 0; margin: 28px 0 0; font-size: .95rem; font-weight: 500; }
.zpp-hero__points li { display: inline-flex; align-items: center; gap: 6px; }

/* Trust strip */
.zpp-trust { padding: 36px 0 20px; }
.zpp-trust__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; text-align: center; }
.zpp-trust__item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 10px; }
.zpp-trust__icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--zpp-orange), var(--zpp-orange-dark)); box-shadow: 0 8px 18px rgba(230, 126, 34, .3); margin-bottom: 8px; }
.zpp-trust__item strong { color: var(--zpp-dark); font-size: 1rem; }
.zpp-trust__item span { font-size: .85rem; color: var(--zpp-muted); }

/* Sections */
.zpp-section { padding: 72px 0; }
.zpp-section__head { text-align: center; margin-bottom: 44px; }
.zpp-section__head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; }
.zpp-section__head p { color: var(--zpp-muted); margin-top: 8px; }
.zpp-section__head--light h2 { color: #fff; }
.zpp-section__head--light p { color: #cfd8e0; }
.zpp-card { background: #fff; border-radius: var(--zpp-radius); box-shadow: var(--zpp-shadow); }

/* Services */
.zpp-services { background: var(--zpp-bg-soft); }
.zpp-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.zpp-service { position: relative; padding: 22px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.zpp-service:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(44, 62, 80, .13); }
.zpp-service__badge { position: absolute; top: 14px; left: 14px; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--zpp-orange), var(--zpp-red)); box-shadow: 0 6px 14px rgba(231, 76, 60, .3); }
.zpp-service__media { border-radius: 10px; overflow: hidden; aspect-ratio: 8 / 5; background: #fdeee9; margin: 26px 0 18px; }
.zpp-service__media img, .zpp-service__media svg { display: block; width: 100%; height: 100%; object-fit: cover; }
.zpp-service h3 { font-size: 1.2rem; }
.zpp-service > p { font-size: .92rem; color: var(--zpp-muted); margin-top: 8px; flex: 1; }
.zpp-service__price { font: 700 1.5rem/1 var(--zpp-display); color: var(--zpp-red) !important; margin: 16px 0 !important; flex: none !important; }
.zpp-service__price small { font: 600 .8rem var(--zpp-font); color: var(--zpp-muted); }
.zpp-service__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.zpp-service__actions .zpp-btn { padding: 10px 8px; font-size: .84rem; white-space: normal; text-align: center; }
.zpp-services__note { text-align: center; color: var(--zpp-muted); font-size: .9rem; margin-top: 30px; }

/* About */
.zpp-about__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.zpp-about h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 18px; }
.zpp-about p { margin-bottom: 14px; }
.zpp-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.zpp-stats div { background: linear-gradient(135deg, var(--zpp-orange), var(--zpp-red)); color: #fff; border-radius: 12px; padding: 20px 10px; text-align: center; box-shadow: 0 8px 20px rgba(231, 76, 60, .25); }
.zpp-stats strong { display: block; font: 800 2rem/1 var(--zpp-display); }
.zpp-stats span { font-size: .82rem; opacity: .95; }
.zpp-about__img { margin: 0; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 40px rgba(44, 62, 80, .18); }
.zpp-about__img img { display: block; width: 100%; aspect-ratio: 6 / 7; object-fit: cover; }

/* Process */
.zpp-process { background: var(--zpp-dark); }
.zpp-process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; margin: 0; padding: 0; }
.zpp-process__grid li { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--zpp-radius); padding: 30px 20px; text-align: center; color: #d5dde4; }
.zpp-process__num { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--zpp-red); color: #fff; font: 700 1.3rem var(--zpp-display); margin-bottom: 16px; box-shadow: 0 0 0 6px rgba(231, 76, 60, .2); }
.zpp-process h3 { color: #fff; font-size: 1.1rem; margin-bottom: 8px; }
.zpp-process p { font-size: .9rem; }

/* Reviews */
.zpp-reviews { background: var(--zpp-bg-soft); }
.zpp-reviews__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.zpp-review { margin: 0; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.zpp-stars { display: inline-flex; gap: 2px; color: var(--zpp-orange); }
.zpp-review blockquote { margin: 0; font-style: italic; font-size: .93rem; flex: 1; }
.zpp-review figcaption { display: flex; align-items: center; gap: 12px; }
.zpp-review__avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--zpp-red); color: #fff; font-weight: 700; flex: none; }
.zpp-review figcaption strong { display: block; color: var(--zpp-dark); }
.zpp-review figcaption small { color: var(--zpp-muted); }

/* Booking */
.zpp-booking__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; }
.zpp-booking__grid--single { grid-template-columns: minmax(0, 760px); }
.zpp-form { padding: 28px; display: grid; gap: 16px; }
.zpp-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.zpp-field { display: grid; gap: 6px; font-size: .88rem; font-weight: 600; color: var(--zpp-dark); }
.zpp-field input, .zpp-field select, .zpp-field textarea { width: 100%; font: 400 .95rem var(--zpp-font); color: var(--zpp-dark); padding: 12px 14px; border: 1.5px solid #dce3e8; border-radius: 10px; background: #fff; }
.zpp-field input:focus, .zpp-field select:focus, .zpp-field textarea:focus { outline: 0; border-color: var(--zpp-red); box-shadow: 0 0 0 3px rgba(231, 76, 60, .12); }
.zpp-visit { border: 0; margin: 0; padding: 0; display: grid; gap: 10px; }
.zpp-visit legend { font-size: .88rem; font-weight: 600; color: var(--zpp-dark); margin-bottom: 8px; }
.zpp-visit__opt { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border: 1.5px solid #dce3e8; border-radius: 12px; cursor: pointer; transition: border-color .15s, background .15s; }
.zpp-visit__opt:has(input:checked) { border-color: var(--zpp-red); background: #fff6f5; }
.zpp-visit__opt input { margin-top: 4px; accent-color: var(--zpp-red); }
.zpp-visit__opt strong { display: block; color: var(--zpp-dark); font-size: .95rem; }
.zpp-visit__opt small { color: var(--zpp-muted); font-size: .84rem; }
.zpp-form-msg { font-size: .9rem; }
.zpp-form-msg.is-ok { color: #17813a; font-weight: 600; }
.zpp-form-msg.is-error { color: #b42318; font-weight: 600; }
.zpp-contact-cards { display: grid; gap: 16px; }
.zpp-infocard { display: flex; gap: 16px; background: var(--zpp-bg-soft); border-radius: var(--zpp-radius); padding: 20px; }
.zpp-infocard__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--zpp-red); color: #fff; flex: none; }
.zpp-infocard__icon--wa { background: var(--zpp-wa); }
.zpp-infocard h3 { font-size: 1rem; margin-bottom: 2px; }
.zpp-infocard a { font-weight: 600; }
.zpp-infocard p { font-size: .88rem; color: var(--zpp-muted); margin-top: 2px; }

/* Footer */
.zpp-footer { background: var(--zpp-darker); color: #b9c4ce; font-size: .92rem; }
.zpp-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; padding-top: 60px; padding-bottom: 44px; }
.zpp-footer h3 { color: var(--zpp-orange); font-size: 1.05rem; margin-bottom: 16px; }
.zpp-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.zpp-footer a { color: #b9c4ce; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.zpp-footer a:hover { color: #fff; }
.zpp-footer__social { display: flex; gap: 10px; margin-top: 18px; }
.zpp-footer__social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .08); }
.zpp-footer__social a:hover { background: var(--zpp-red); }
.zpp-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 18px 0; text-align: center; font-size: .84rem; }

.zpp-float-wa { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--zpp-wa); color: #fff; box-shadow: 0 8px 24px rgba(37, 211, 102, .45); animation: zpp-pulse 2.4s infinite; }
@keyframes zpp-pulse { 0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, .45); } 50% { box-shadow: 0 8px 24px rgba(37, 211, 102, .45), 0 0 0 12px rgba(37, 211, 102, 0); } }

/* Modal */
.zpp-modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 16px; }
.zpp-modal__backdrop { position: absolute; inset: 0; background: rgba(20, 30, 40, .6); }
.zpp-modal__dialog { position: relative; width: min(460px, 100%); background: #fff; border-radius: 16px; padding: 26px; box-shadow: 0 24px 60px rgba(0, 0, 0, .3); }
.zpp-modal__dialog h3 { font-size: 1.3rem; margin-right: 36px; }
.zpp-modal__sub { color: var(--zpp-muted); margin: 6px 0 16px; font-size: .92rem; }
.zpp-modal__close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: var(--zpp-bg-soft); display: grid; place-items: center; cursor: pointer; color: var(--zpp-dark); }
.zpp-sizes { display: grid; gap: 10px; }
.zpp-size { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border: 1.5px solid #dce3e8; border-radius: 12px; text-decoration: none; color: var(--zpp-dark); font-weight: 600; transition: border-color .15s, background .15s; }
.zpp-size:hover { border-color: var(--zpp-red); background: #fff6f5; }
.zpp-size strong { color: var(--zpp-red); font: 700 1.15rem var(--zpp-display); }
.zpp-modal__note { font-size: .9rem; margin-top: 16px; }
.zpp-modal__secure { display: flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--zpp-muted); margin-top: 10px; }

/* Inner pages */
.zpp-page { padding: 56px 0 72px; background: linear-gradient(180deg, #fff6f5, #fff 260px); min-height: 60vh; }
.zpp-page__title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; margin-bottom: 16px; }
.zpp-page__lead { color: var(--zpp-muted); margin-bottom: 28px; }
.zpp-page__h2 { font-size: 1.5rem; margin: 48px 0 20px; }
.zpp-prose { line-height: 1.75; }
.zpp-prose h2 { font-size: 1.3rem; margin: 28px 0 10px; }
.zpp-prose p, .zpp-prose ul, .zpp-prose ol { margin: 0 0 14px; }
.zpp-prose li { margin-bottom: 6px; }
.zpp-post { padding: 22px; margin-bottom: 16px; }
.zpp-result { text-align: center; padding: 16px 0; }
.zpp-result p { max-width: 36em; margin: 0 auto 14px; }
.zpp-result__icon { display: inline-grid; place-items: center; width: 80px; height: 80px; border-radius: 50%; margin-bottom: 16px; }
.zpp-result--ok .zpp-result__icon { background: #dff3e4; color: #17813a; }
.zpp-result--fail .zpp-result__icon { background: #fde2e1; color: #b42318; }
.zpp-result__ref { font-size: 1.1rem; }
.zpp-result__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.zpp-order { padding: 18px 22px; margin: 22px 0; }
.zpp-order dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0; }
.zpp-order dt { font-size: .75rem; color: var(--zpp-muted); text-transform: uppercase; letter-spacing: .06em; }
.zpp-order dd { margin: 3px 0 0; font-weight: 600; color: var(--zpp-dark); }

/* Placeholder art */
.zpp-art { display: block; width: 100%; height: 100%; }

/* WooCommerce checkout */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container .select2-selection--single { border: 1.5px solid #dce3e8; border-radius: 10px; padding: 10px 12px; min-height: 46px; background: #fff; }
.woocommerce form .form-row label { font-weight: 600; font-size: .88rem; color: var(--zpp-dark); }
.woocommerce #payment, .woocommerce-checkout #payment { background: var(--zpp-bg-soft) !important; border-radius: var(--zpp-radius) !important; }
.woocommerce #payment #place_order, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce a.button { background: var(--zpp-red) !important; color: #fff !important; border-radius: 999px !important; padding: 14px 26px !important; font-weight: 600 !important; }
.woocommerce #payment #place_order:hover, .woocommerce button.button:hover { background: var(--zpp-red-dark) !important; }
.woocommerce table.shop_table { border-radius: var(--zpp-radius); }
.woocommerce-info, .woocommerce-message { border-top-color: var(--zpp-red) !important; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--zpp-red) !important; }

/* Responsive */
@media (max-width: 1100px) {
	.zpp-nav__list { gap: 20px; }
	.zpp-reviews__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
	.zpp-menu-toggle { display: block; }
	.zpp-header__wa { display: none; }
	.zpp-nav { position: absolute; top: 100%; left: 0; right: 0; margin: 0; display: none; background: #fff; box-shadow: 0 14px 24px rgba(0, 0, 0, .08); padding: 8px 24px 20px; }
	.zpp-nav.is-open { display: block; }
	.zpp-nav .zpp-nav__list { flex-direction: column; gap: 0; }
	.zpp-nav .zpp-nav__list a { display: block; padding: 13px 0; border-bottom: 1px solid var(--zpp-line); }
	.zpp-nav__cta { display: flex; width: 100%; margin-top: 16px; white-space: normal; }
	.zpp-header__actions { margin-left: auto; }
	.is-menu-open .zpp-menu-toggle__open { display: none; }
	.is-menu-open .zpp-menu-toggle__close { display: block; }
	.zpp-trust__grid { grid-template-columns: repeat(3, 1fr); }
	.zpp-services__grid { grid-template-columns: repeat(2, 1fr); }
	.zpp-about__grid, .zpp-booking__grid { grid-template-columns: 1fr; }
	.zpp-about__img { max-width: 480px; }
	.zpp-process__grid { grid-template-columns: repeat(2, 1fr); }
	.zpp-footer__grid { grid-template-columns: 1fr 1fr; }
	.zpp-order dl { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 782px) {
	.admin-bar .zpp-header { top: 46px; }
}
@media (max-width: 640px) {
	.zpp-container { padding: 0 16px; }
	.zpp-topbar__inner { justify-content: center; }
	.zpp-topbar__hours, .zpp-topbar__contact a:nth-child(2) { display: none; }
	.zpp-header__inner { min-height: 66px; gap: 12px; }
	.zpp-brand__name { font-size: 1.08rem; }
	.zpp-brand__icon { width: 40px; height: 40px; }
	.zpp-hero { padding: 64px 0 84px; }
	.zpp-hero__actions .zpp-btn { width: 100%; white-space: normal; }
	.zpp-trust__grid { grid-template-columns: repeat(2, 1fr); }
	.zpp-trust__item:last-child { grid-column: 1 / -1; }
	.zpp-services__grid, .zpp-reviews__grid, .zpp-process__grid { grid-template-columns: 1fr; }
	.zpp-section { padding: 56px 0; }
	.zpp-form { padding: 20px 16px; }
	.zpp-form__row { grid-template-columns: 1fr; }
	.zpp-stats strong { font-size: 1.6rem; }
	.zpp-footer__grid { grid-template-columns: 1fr; }
	.zpp-float-wa { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
}

/* About panel (shown until a real team photo is uploaded) */
.zpp-about__panel { border-radius: 18px; padding: 40px 34px; color: #fff; text-align: center; background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .12), transparent 45%), linear-gradient(145deg, var(--zpp-dark), var(--zpp-darker)); box-shadow: 0 18px 40px rgba(44, 62, 80, .25); }
.zpp-about__panel > img { width: 120px; height: 120px; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35)); }
.zpp-about__panel-title { font: 800 1.6rem/1 var(--zpp-display); letter-spacing: .02em; margin: 18px 0 22px !important; }
.zpp-about__panel-title span { color: var(--zpp-red); }
.zpp-about__panel ul { list-style: none; padding: 0; margin: 0 auto; display: grid; gap: 12px; text-align: left; max-width: 300px; }
.zpp-about__panel li { display: flex; gap: 10px; align-items: center; }
.zpp-about__panel li .zpp-icon { color: var(--zpp-orange); flex: none; }
.zpp-about__panel-foot { display: inline-flex; gap: 6px; align-items: center; margin: 24px 0 0 !important; padding: 8px 16px; border-radius: 999px; background: rgba(255, 255, 255, .1); font-size: .9rem; }
