/* Shared enquiry, pricing and office pages. */
.wepro-contact-bar { display: none; }
.wepro-panel, .wepro-office, .wepro-pricing { color: #152e27; }
.wepro-panel { max-width: 1140px; margin: 36px auto; padding: clamp(22px, 4vw, 44px); border: 1px solid #dce7e1; border-radius: 24px; background: #f5f8f5; text-align: left; }
.wepro-panel h2 { margin: 0 0 12px; color: #1f4a3e; font-size: clamp(24px, 3vw, 34px); line-height: 1.2; }
.wepro-panel p { line-height: 1.65; }
.wepro-eyebrow { display: block; color: #476858; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 14px; }
.wepro-quick-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 24px 0 0; }
.wepro-quick-form .wepro-wide { grid-column: 1 / -1; }
.wepro-quick-form label, .wepro-calculator label { display: block; font-size: 14px; font-weight: 600; line-height: 1.5; margin-bottom: 6px; }
.wepro-quick-form input, .wepro-quick-form textarea, .wepro-calculator input, .wepro-calculator select { display: block; width: 100%; min-height: 48px; padding: 13px 14px; border: 1px solid #a7bcb1; border-radius: 10px; background: #fff; color: #152e27; font: inherit; font-size: 16px; }
.wepro-quick-form textarea { resize: vertical; min-height: 88px; }
.wepro-quick-form input:focus-visible, .wepro-quick-form textarea:focus-visible, .wepro-calculator :is(input,select):focus-visible, .wepro-contact-bar a:focus-visible, .wepro-button:focus-visible { outline: 3px solid #bc9b4c; outline-offset: 3px; }
.wepro-quick-form .hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden; }
.wepro-button, .wepro-quick-form button[type=submit] { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; border: 1px solid #285848; border-radius: 12px; padding: 14px 24px; background: #285848; color: #fff; text-decoration: none; font: inherit; font-weight: 600; cursor: pointer; }
.wepro-button:hover, .wepro-quick-form button[type=submit]:hover { background: #1f4a3e; color: #fff; }
.wepro-button--light { background: #fff; color: #285848; }
.wepro-quick-form button:disabled { opacity: .65; cursor: wait; }
.wepro-note { color: #52645b; font-size: 13px; line-height: 1.6; }
.wepro-note a, .wepro-panel a:not(.wepro-button):not(.gr-btn):not(.gr-badge) { color: #285848; text-decoration: underline; text-underline-offset: 3px; }
.wepro-form-status:empty { display: none; }
.wepro-form-status { color: #98351d; margin: 0; font-weight: 600; }
.wepro-office, .wepro-pricing { max-width: 1200px; padding: 130px 24px 36px; margin: auto; }
.wepro-office h1, .wepro-pricing h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.1; letter-spacing: -.025em; margin: 16px 0 22px; color: #183e32; }
.wepro-office h2, .wepro-pricing h2 { color: #1f4a3e; }
.wepro-office p, .wepro-pricing p { line-height: 1.7; }
.wepro-office-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 42px; align-items: center; padding: 35px 0; }
.wepro-office-hero img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 24px; }
.wepro-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0; }
.wepro-breadcrumbs { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 8px; font-size: 13px; margin-bottom: 24px; color: #52645b; }
.wepro-breadcrumbs a { color: #285848; }
.wepro-city-links { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.wepro-city-links a { padding: 12px 18px; border: 1px solid #b6c9bd; border-radius: 50px; color: #244f40; text-decoration: none; background: #fff; }
.wepro-city-links a[aria-current=page], .wepro-city-links a:hover { background: #285848; color: white; }
.wepro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 26px 0; }
.wepro-grid article { padding: 24px; border: 1px solid #dce7e1; border-radius: 18px; background: #fff; }
.wepro-grid h3 { margin: 0 0 12px; font-size: 19px; }
.wepro-grid p { margin-bottom: 0; }
.wepro-scope { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
.wepro-scope th, .wepro-scope td { padding: 14px; border-bottom: 1px solid #dce7e1; text-align: left; vertical-align: top; line-height: 1.6; }
.wepro-scope th { width: 30%; }
.wepro-office details, .wepro-pricing details { padding: 18px 0; border-bottom: 1px solid #dce7e1; }
.wepro-office summary, .wepro-pricing summary { font-weight: 600; cursor: pointer; padding: 6px 0; }
.wepro-calculator { display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px; align-items: start; }
.wepro-calculator-controls { display: grid; gap: 20px; }
.wepro-calculator-result { padding: 30px; border-radius: 20px; background: #1f4a3e; color: #fff; }
.wepro-calculator-result h2, .wepro-calculator-result .wepro-note { color: #fff; }
.wepro-calculator-result output { display: block; font-size: clamp(34px, 5vw, 48px); line-height: 1.2; font-weight: 700; margin: 12px 0; }
.wepro-calculator-result .wepro-button { background: #fff; color: #1f4a3e; width: 100%; }
.wepro-calculator [hidden] { display: none !important; }
.wepro-calculator-error { color: #a7351c; font-size: 14px; }
.wepro-review-note { font-size: 13px; color: #52645b; }
[id=quick-quote], [id=price-calculator] { scroll-margin-top: 110px; }
@media (max-width: 767px) {
  body.has-wepro-contact-bar { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .wepro-contact-bar { position: fixed; inset: auto 0 0; z-index: 9990; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: #fff; border-top: 1px solid #dce7e1; box-shadow: 0 -4px 20px #122e2714; }
  .wepro-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 10px; border: 1px solid #285848; border-radius: 10px; background: #285848; color: #fff; text-decoration: none; font-size: 16px; font-weight: 600; }
  .wepro-contact-bar a:last-child { background: #eef6ed; color: #1f4a3e; }
  .wepro-contact-bar svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  body.has-wepro-contact-bar .whatsapp-float, body.has-wepro-contact-bar .sticky-mobile-bar, body.has-wepro-contact-bar .mobile-sticky-bar { display: none !important; }
  body.has-cookie-bar .wepro-contact-bar, body.wepro-editing-form .wepro-contact-bar { display: none; }
  .wepro-office, .wepro-pricing { padding: 112px 16px 24px; }
  .wepro-office-hero, .wepro-calculator { grid-template-columns: 1fr; gap: 24px; }
  .wepro-office-hero { padding: 12px 0 24px; }
  .wepro-office-hero img { max-height: 260px; }
  .wepro-grid { grid-template-columns: 1fr; }
  .wepro-quick-form { grid-template-columns: 1fr; }
  .wepro-panel { border-radius: 18px; margin: 24px 12px; padding: 22px; }
  .wepro-office .wepro-panel, .wepro-pricing .wepro-panel { margin-left: 0; margin-right: 0; }
  .wepro-actions > * { flex: 1 1 auto; }
  .wepro-scope th, .wepro-scope td { padding: 12px 6px; }
}
@media (prefers-reduced-motion: reduce) { .wepro-office *, .wepro-pricing *, .wepro-panel * { scroll-behavior: auto !important; } }
