/* ============================================================================
   Winter Haven Roofing — Theme stylesheet
   ============================================================================ */

:root{
  --primary:#C8102E;
  --primary-dark:#9A0C23;
  --secondary:#0B2545;
  --secondary-dark:#071A36;
  --accent:#FFB400;
  --bg:#FFFFFF;
  --bg-soft:#F4F6F8;
  --text:#1D1D1D;
  --text-soft:#5A5F6A;
  --border:#E2E5EA;
  --radius:6px;
  --container:1200px;
  --header-h:88px;
  --utility-h:38px;
  --mobile-call-h:54px;
  --bottom-cta-h:64px;
}

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Barlow',-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:17px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}

h1,h2,h3,h4,h5{font-family:'Poppins',sans-serif;font-weight:800;color:var(--secondary);line-height:1.15;margin:0 0 .5em}
h1{font-size:clamp(30px,5vw,54px);letter-spacing:-.02em}
h2{font-size:clamp(26px,3.5vw,40px);letter-spacing:-.01em}
h3{font-size:22px}
h4{font-size:18px}
p{margin:0 0 1em}

.container{max-width:var(--container);margin:0 auto;padding:0 24px}

.screen-reader-text{position:absolute !important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
.skip-link{position:absolute;left:-9999px;top:0;padding:12px 18px;background:var(--secondary);color:#fff;z-index:99999}
.skip-link:focus{left:8px;top:8px}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 26px;border-radius:var(--radius);font-family:'Poppins',sans-serif;font-weight:700;font-size:15px;letter-spacing:.02em;text-transform:uppercase;border:2px solid transparent;cursor:pointer;transition:all .15s ease;text-decoration:none;line-height:1.1}
.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}
.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff;text-decoration:none}
.btn-secondary{background:var(--secondary);color:#fff;border-color:var(--secondary)}
.btn-secondary:hover{background:var(--secondary-dark);color:#fff;text-decoration:none}
.btn-ghost{background:transparent;color:#fff;border-color:#fff}
.btn-ghost:hover{background:#fff;color:var(--secondary);text-decoration:none}
.btn-block{display:flex;width:100%}
.btn svg.ico{width:18px;height:18px;flex-shrink:0}
.eyebrow{display:inline-block;font-family:'Poppins',sans-serif;font-weight:700;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);margin-bottom:14px}

/* Inline icons (utility bar, etc.) */
.iconinline{display:inline-flex;align-items:center;gap:8px}
.iconinline svg{width:14px;height:14px;flex-shrink:0;color:currentColor}

/* ============== Mobile click-to-call bar ============== */
.mobile-call{display:none;background:var(--primary);color:#fff;align-items:center;justify-content:center;gap:10px;height:var(--mobile-call-h);font-family:'Poppins',sans-serif;font-weight:800;font-size:17px;text-decoration:none;letter-spacing:.02em;padding:0 16px;box-shadow:0 2px 6px rgba(0,0,0,.15)}
.mobile-call:hover{color:#fff;text-decoration:none}
.mobile-call .icon{width:24px;height:24px;display:inline-grid;place-items:center;background:#fff;color:var(--primary);border-radius:50%}
.mobile-call .icon svg{width:14px;height:14px}
.mobile-call .meta{font-weight:600;font-size:11px;background:rgba(255,255,255,.18);padding:3px 7px;border-radius:3px;text-transform:uppercase;letter-spacing:.08em;margin-left:6px}

/* ============== Utility bar ============== */
.utility-bar{background:var(--secondary-dark);color:#cfd6e2;font-size:13px;padding:8px 0;height:var(--utility-h);display:flex;align-items:center}
.utility-bar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.utility-bar a{color:#fff;text-decoration:none;font-weight:600}
.utility-bar .ub-left span,.utility-bar .ub-right span{display:inline-flex;align-items:center;gap:6px;margin-right:18px}
.utility-bar .ub-right span:last-child{margin-right:0}

/* ============== Site header ============== */
.site-header{background:#fff;border-bottom:1px solid var(--border);z-index:50}
.site-header .container{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-family:'Poppins',sans-serif;font-weight:800;font-size:22px;color:var(--secondary);text-decoration:none}
.brand:hover{text-decoration:none}
.brand-mark{width:46px;height:46px;border-radius:8px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:grid;place-items:center;color:#fff;flex-shrink:0}
.brand-mark svg{width:26px;height:26px}
.custom-logo{max-height:60px;width:auto}
.nav{display:flex;gap:28px;list-style:none;padding:0;margin:0;align-items:center}
.nav li{list-style:none;margin:0;padding:0}
.nav a{color:var(--secondary);font-family:'Poppins',sans-serif;font-weight:600;font-size:15px;text-decoration:none}
/* Current-page highlight comes from JS (.whr-current) — WordPress's
   .current-menu-item class has false positives when menu items link to
   hash anchors like /#services on the homepage. JS does an exact path match. */
.nav a:hover,.nav a.whr-current{color:var(--primary)}
.mobile-menu nav a.whr-current{color:var(--accent)}
.header-cta{display:flex;align-items:center;gap:14px}

/* Phone button */
.phone-btn{display:inline-flex;align-items:center;gap:12px;background:var(--primary);color:#fff;padding:8px 20px 8px 8px;border-radius:var(--radius);font-family:'Poppins',sans-serif;font-weight:800;text-decoration:none;line-height:1.15;transition:background .15s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.phone-btn:hover{background:var(--primary-dark);text-decoration:none;color:#fff}
.phone-btn .ic{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--primary);display:grid;place-items:center;flex-shrink:0}
.phone-btn .ic svg{width:22px;height:22px}
.phone-btn .text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}
.phone-btn .lbl{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.95;display:block;line-height:1}
.phone-btn .num{font-size:18px;font-weight:700;letter-spacing:.01em;display:block;line-height:1.1}

/* Hamburger */
.hamburger{display:none;background:none;border:0;width:44px;height:44px;cursor:pointer;padding:8px;color:var(--secondary)}
.hamburger:focus{outline:2px solid var(--primary);outline-offset:2px}
.hamburger svg{width:100%;height:100%}

/* Sticky header behavior */
.header-stack{position:relative;z-index:50}
body.stick-utility .header-stack{position:sticky;top:0}
@media (max-width:880px){
  body.stick-utility .header-stack{position:relative}
  body.stick-mobile-call .mobile-call{position:sticky;top:0;z-index:60;box-shadow:0 4px 12px rgba(0,0,0,.18)}
}

/* Mobile menu overlay */
.mobile-menu{position:fixed;inset:0;background:rgba(11,37,69,.96);z-index:200;color:#fff;padding:24px;transform:translateX(100%);transition:transform .25s ease;display:flex;flex-direction:column;overflow-y:auto}
.mobile-menu[hidden]{display:flex}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}
.mobile-menu .brand{color:#fff}
.mobile-menu .close{background:none;border:0;color:#fff;font-size:36px;line-height:1;cursor:pointer;padding:4px 8px}
.mobile-menu nav{display:flex;flex-direction:column;gap:6px;margin-bottom:24px;list-style:none;padding:0}
.mobile-menu nav ul,.mobile-menu nav li{list-style:none;margin:0;padding:0}
.mobile-menu nav a{color:#fff;font-family:'Poppins',sans-serif;font-weight:700;font-size:22px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;display:block}
.mobile-menu nav a:hover,.mobile-menu nav a.current{color:var(--accent);text-decoration:none}
.mobile-menu .menu-cta{margin-top:auto;display:grid;gap:10px}
.mobile-menu .menu-cta .phone-btn{justify-content:center;font-size:17px;padding:14px}
.mobile-menu .menu-meta{font-size:13px;color:#a8b2c4;text-align:center;margin-top:14px}
body.menu-open{overflow:hidden}

/* ============== Hero ============== */
.hero{position:relative;background:var(--secondary);color:#fff;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(11,37,69,.92),rgba(11,37,69,.78)),var(--hero-image,url('https://images.unsplash.com/photo-1632759145355-3d2f47fa934f?auto=format&fit=crop&w=1600&q=70')) center/cover}
.hero .container{position:relative;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start;padding:64px 24px}
.hero-content h1{color:#fff}
.hero-content h1 span{color:var(--accent)}
.hero-content .lead{font-size:19px;color:#e6ebf3;margin-bottom:24px}
.hero-bullets{list-style:none;padding:0;margin:0 0 28px}
.hero-bullets li{padding:8px 0 8px 32px;position:relative;color:#e6ebf3;font-weight:500}
.hero-bullets li::before{content:"";position:absolute;left:0;top:14px;width:18px;height:18px;border-radius:50%;background:var(--primary);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");background-size:14px;background-repeat:no-repeat;background-position:center}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-actions .btn{flex:1 1 auto}
.hero-form{background:#fff;color:var(--text);border-radius:8px;padding:28px;box-shadow:0 30px 60px -20px rgba(0,0,0,.45);border-top:6px solid var(--primary)}
.hero-form h3{font-size:24px;margin-bottom:6px}
.hero-form p.subtle{color:var(--text-soft);margin-bottom:18px;font-size:14px}
.hero-form .field{margin-bottom:12px}
.hero-form label{display:block;font-size:13px;font-weight:600;margin-bottom:4px;color:var(--secondary)}
.hero-form input,.hero-form select,.hero-form textarea{width:100%;border:1px solid #D8D8D8;border-radius:2px;padding:12px 14px;font-family:'Barlow',sans-serif;font-size:15px;font-weight:300;background:#fff}
.hero-form .form-meta{font-size:12px;color:var(--text-soft);margin-top:10px;text-align:center}

/* ============================================================================
   Form plugin compatibility — Ninja Forms / Contact Form 7 / WPForms / Fluent
   When the user pastes a form plugin shortcode into Customize → Hero → Form
   shortcode, the plugin renders its own markup. These rules restyle that
   markup to look identical to the placeholder form.
   ============================================================================ */

/* Strip plugin container backgrounds / margins / max-widths so they sit
   cleanly inside our white .hero-form card. */
.hero-form .nf-form-cont,
.hero-form .nf-form-wrap,
.hero-form .nf-form-content,
.hero-form .nf-form-fields-required,
.hero-form .nf-row,
.hero-form .nf-cell,
.hero-form .wpcf7-form,
.hero-form .wpforms-container,
.hero-form .fluentform{
  background:transparent !important;
  margin:0 !important;
  padding:0 !important;
  max-width:none !important;
  box-shadow:none !important;
}
.hero-form .nf-form-content{padding:0 !important}

/* Hide "Fields marked with an * are required" boilerplate (NF + WPForms) */
body .hero-form .nf-form-fields-required,
body .hero-form .nf-form-content > .nf-form-fields-required,
body .hero-form .ninja-forms-required-items,
body .hero-form [class*="fields-required"],
body .hero-form .wpforms-required-label-help{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
}

/* Field spacing — works for NF (.nf-field-container), WPForms (.wpforms-field),
   CF7 (.wpcf7-form-control-wrap parent <p>), Fluent (.ff-el-input--content). */
.hero-form .nf-field-container,
.hero-form .wpforms-field,
.hero-form .ff-el-group,
.hero-form .wpcf7 p{
  margin:0 0 12px !important;
  padding:0 !important;
}

/* Labels — navy, bold, 13px, above the input. */
.hero-form .nf-field-label,
.hero-form .nf-field-label label,
.hero-form .wpforms-field-label,
.hero-form .ff-el-input--label label,
.hero-form .wpcf7-form label{
  display:block !important;
  font-family:'Poppins',sans-serif !important;
  font-size:13px !important;
  font-weight:600 !important;
  margin-bottom:4px !important;
  color:var(--secondary) !important;
  text-align:left !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.hero-form label .nf-error-msg,
.hero-form .wpforms-required-label{color:var(--primary) !important}

/* All text-style inputs + textareas + selects */
.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form input[type="tel"],
.hero-form input[type="number"],
.hero-form input[type="url"],
.hero-form textarea,
.hero-form select,
.hero-form .ninja-forms-field:not([type="button"]):not([type="submit"]),
.hero-form .wpforms-field-medium,
.hero-form .wpforms-field-large,
.hero-form .ff-el-form-control{
  width:100% !important;
  border:1px solid #D8D8D8 !important;
  border-radius:2px !important;
  padding:12px 14px !important;
  font-family:'Barlow',sans-serif !important;
  font-size:15px !important;
  font-weight:300 !important;
  background:#fff !important;
  color:var(--text) !important;
  box-shadow:none !important;
  height:auto !important;
  line-height:1.4 !important;
  min-height:0 !important;
}
.hero-form textarea{min-height:80px !important;resize:vertical !important}
.hero-form select{padding-right:36px !important;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235A5F6A' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}

/* Focus state */
.hero-form input:focus,
.hero-form textarea:focus,
.hero-form select:focus,
.hero-form .ninja-forms-field:focus,
.hero-form .ff-el-form-control:focus{
  outline:none !important;
  border-color:var(--primary) !important;
  box-shadow:0 0 0 3px rgba(200,16,46,.10) !important;
}

/* Submit button — bulletproof override.
   Form plugins (especially Ninja Forms) frequently load their own button CSS
   AFTER the theme and use deeply-nested high-specificity selectors. We use
   body-prefix + every conceivable selector + !important to win the cascade. */

/* Make the submit field's wrapping containers full width */
body .hero-form .submit-container,
body .hero-form .submit-container .field-wrap,
body .hero-form .submit-container .nf-field,
body .hero-form .submit-container .nf-field-element,
body .hero-form .submit-wrap,
body .hero-form .submit-wrap .nf-field-element,
body .hero-form .nf-form-content .nf-row:has(.submit-container),
body .hero-form .wpforms-submit-container,
body .hero-form .ff-el-form-control-wrapper.ff_submit_btn_wrapper{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:6px 0 0 !important;
  padding:0 !important;
}

/* The button itself — every possible variant */
body .hero-form input[type="submit"],
body .hero-form input[type="button"],
body .hero-form button[type="submit"],
body .hero-form button[type="button"]:not(.hamburger):not(.close),
body .hero-form .submit-container input,
body .hero-form .submit-container button,
body .hero-form .submit-wrap input,
body .hero-form .submit-wrap button,
body .hero-form .nf-form-content input[type="button"],
body .hero-form input.ninja-forms-field[type="button"],
body .hero-form .nf-element[type="button"],
body .hero-form .nf-submit input,
body .hero-form .wpforms-submit,
body .hero-form .ff-btn-submit,
body .hero-form .gform_button,
body .hero-form .gform_footer input[type="submit"]{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  background:var(--primary) !important;
  background-image:none !important;
  color:#fff !important;
  border:2px solid var(--primary) !important;
  border-radius:var(--radius) !important;
  padding:14px 26px !important;
  font-family:'Poppins',sans-serif !important;
  font-weight:700 !important;
  font-size:15px !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
  line-height:1.1 !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  box-shadow:none !important;
  text-shadow:none !important;
  transition:background .15s ease !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  opacity:1 !important;
  text-align:center !important;
}

body .hero-form input[type="submit"]:hover,
body .hero-form input[type="button"]:hover,
body .hero-form button[type="submit"]:hover,
body .hero-form .submit-container input:hover,
body .hero-form .submit-container button:hover,
body .hero-form .submit-wrap input:hover,
body .hero-form .nf-submit input:hover,
body .hero-form input.ninja-forms-field[type="button"]:hover,
body .hero-form .wpforms-submit:hover,
body .hero-form .ff-btn-submit:hover,
body .hero-form .gform_button:hover{
  background:var(--primary-dark) !important;
  border-color:var(--primary-dark) !important;
  color:#fff !important;
}

/* Error states */
.hero-form .nf-error.field-wrap .ninja-forms-field,
.hero-form .wpforms-error,
.hero-form .ff-el-is-error .ff-el-form-control{
  border-color:var(--primary) !important;
  background:rgba(200,16,46,.04) !important;
}
.hero-form .nf-error-msg,
.hero-form .wpforms-error-msg,
.hero-form label.wpforms-error,
.hero-form .ff-el-input--content .error,
.hero-form .wpcf7-not-valid-tip{
  color:var(--primary) !important;
  font-size:12px !important;
  font-family:'Barlow',sans-serif !important;
  margin-top:4px !important;
  font-weight:500 !important;
}

/* Success / response messages */
.hero-form .nf-response-msg,
.hero-form .wpforms-confirmation-container-full,
.hero-form .ff-message-success,
.hero-form .wpcf7-response-output.wpcf7-mail-sent-ok{
  background:rgba(0,150,80,.08) !important;
  border:1px solid rgba(0,150,80,.25) !important;
  color:#0a6b3e !important;
  border-radius:var(--radius) !important;
  padding:14px !important;
  font-family:'Barlow',sans-serif !important;
  margin:0 !important;
}
.hero-form .wpcf7-response-output{margin:8px 0 !important;border-radius:var(--radius) !important}

/* CF7 form-control honeypot/spinner cleanup */
.hero-form .wpcf7-spinner{margin-left:8px}

/* Ninja Forms loading state */
.hero-form .nf-form-cont .nf-loading-spinner{filter:hue-rotate(180deg)}

/* Honeypot fields stay hidden */
.hero-form .nf-field-element input[type="hidden"]{display:none !important}

/* ============== Trust bar ============== */
.trust-bar{background:var(--bg-soft);border-bottom:1px solid var(--border);padding:22px 0}
.trust-bar .container{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:180px}
.t-ic{width:42px;height:42px;border-radius:50%;background:#fff;border:2px solid var(--primary);display:grid;place-items:center;color:var(--primary);font-family:'Poppins',sans-serif;font-weight:800;font-size:13px;flex-shrink:0}
.t-ic svg{width:20px;height:20px}
.t-txt{display:flex;flex-direction:column;gap:6px;line-height:1.1}
.t-lbl{font-family:'Barlow',sans-serif;font-size:11px;font-weight:600;color:var(--text-soft);text-transform:uppercase;letter-spacing:.1em;line-height:1}
.t-val{font-family:'Poppins',sans-serif;font-weight:700;font-size:14px;color:var(--secondary);display:flex;align-items:center;gap:6px;line-height:1.15}
.stars{color:var(--accent);letter-spacing:1px;font-size:13px}

/* ============== Section base ============== */
section.block{padding:80px 0}
section.block.alt{background:var(--bg-soft)}
.section-head{text-align:center;max-width:720px;margin:0 auto 48px}
.section-head p{color:var(--text-soft);font-size:18px}

/* ============== Services grid ============== */
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:28px;transition:all .2s ease;position:relative;overflow:hidden}
.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -20px rgba(11,37,69,.25);border-color:var(--primary)}
.service-card .ic{width:60px;height:60px;border-radius:8px;background:rgba(200,16,46,.08);color:var(--primary);display:grid;place-items:center;margin-bottom:18px}
.service-card .ic svg{width:32px;height:32px}
.service-card h3{font-size:20px;margin-bottom:8px}
.service-card p{color:var(--text-soft);font-size:15px;margin-bottom:14px}
.service-card a.more{font-family:'Poppins',sans-serif;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--primary)}

/* ============== About ============== */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.about-grid .img-wrap{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4/3;background:#ddd center/cover no-repeat;background-image:url('https://images.unsplash.com/photo-1632759145351-1d76ca12cd1d?auto=format&fit=crop&w=1200&q=70')}
.about-grid .img-wrap::after{content:"";position:absolute;left:-12px;bottom:-12px;width:140px;height:140px;background:var(--primary);border-radius:8px;z-index:-1}
.about-grid ul{list-style:none;padding:0;margin:18px 0 24px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.about-grid ul li{padding-left:30px;position:relative;font-weight:500}
.about-grid ul li::before{content:"✓";position:absolute;left:0;top:0;color:var(--primary);font-weight:900}

/* ============== Testimonials ============== */
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review{background:#fff;border-radius:8px;padding:26px;border:1px solid var(--border);position:relative}
.review .stars{margin-bottom:10px;font-size:18px}
.review p{font-size:15px;color:var(--text);font-style:italic}
.review .who{display:flex;align-items:center;gap:12px;margin-top:14px}
.review .avatar{width:42px;height:42px;border-radius:50%;background:var(--secondary);color:#fff;display:grid;place-items:center;font-family:'Poppins',sans-serif;font-weight:800;flex-shrink:0}
.review .who strong{display:block;color:var(--secondary)}
.review .who small{color:var(--text-soft);font-size:13px}

/* ============== Service areas ============== */
.areas-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}
.areas-list{columns:3;column-gap:18px;list-style:none;padding:0;margin:0}
.areas-list li{break-inside:avoid;padding:10px 0 10px 24px;position:relative;border-bottom:1px solid var(--border);font-weight:500}
.areas-list li::before{content:"";position:absolute;left:0;top:13px;width:14px;height:14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8102E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/><circle cx='12' cy='10' r='3'/></svg>");background-size:contain;background-repeat:no-repeat}
.areas-list li a{color:var(--secondary)}
.areas-list li.current a{color:var(--primary);font-weight:700}
.map-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:8px;padding:28px;text-align:center;aspect-ratio:1;display:grid;place-items:center;background-image:linear-gradient(135deg,#dbe3ee 0%,#f4f6f8 100%);position:relative;overflow:hidden}
.map-card::before{content:"";position:absolute;inset:20px;border:2px dashed rgba(11,37,69,.25);border-radius:50%}
.map-card .pin{color:var(--primary);position:relative;z-index:1}
.map-card .pin svg{width:64px;height:64px}

/* ============== SEO content / WYSIWYG ============== */
.seo-content{max-width:820px;margin:0 auto}
.seo-content h2{margin-top:0}
.seo-content h3{margin-top:32px;color:var(--secondary)}
.seo-content p{font-size:17px;color:var(--text)}
.seo-content ul{padding-left:22px}
.seo-content blockquote{border-left:4px solid var(--primary);background:var(--bg-soft);padding:16px 22px;margin:24px 0;font-style:italic;color:var(--secondary)}

.wysiwyg{font-size:17px;line-height:1.75;color:var(--text)}
.wysiwyg h2{margin-top:40px;margin-bottom:16px;font-size:28px}
.wysiwyg h2:first-child{margin-top:0}
.wysiwyg h3{margin-top:30px;margin-bottom:10px;color:var(--secondary)}
.wysiwyg h4{margin-top:24px;margin-bottom:8px;color:var(--secondary);font-size:18px}
.wysiwyg p{margin:0 0 18px}
.wysiwyg ul,.wysiwyg ol{padding-left:22px;margin:0 0 18px}
.wysiwyg li{margin-bottom:10px}
.wysiwyg blockquote{border-left:4px solid var(--primary);background:var(--bg-soft);padding:18px 24px;margin:28px 0;font-style:italic;color:var(--secondary);font-size:18px;line-height:1.55}
.wysiwyg blockquote cite{display:block;margin-top:8px;font-style:normal;font-size:14px;color:var(--text-soft);font-family:'Poppins',sans-serif;font-weight:600}
.wysiwyg .lead{font-size:20px;color:var(--text);font-weight:500;line-height:1.55;margin-bottom:24px}
.wysiwyg img{border-radius:6px;margin:20px 0}
.wysiwyg a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}
.wysiwyg a:hover{color:var(--primary-dark)}
.wysiwyg hr{border:0;border-top:1px solid var(--border);margin:36px 0}
.wysiwyg .callout{background:rgba(200,16,46,.06);border:1px solid rgba(200,16,46,.18);border-radius:6px;padding:18px 22px;margin:24px 0;display:flex;gap:14px;align-items:flex-start}
.wysiwyg .callout .ic{width:28px;height:28px;flex-shrink:0;color:var(--primary)}
.wysiwyg .callout p{margin:0;font-size:16px;color:var(--text)}
.wysiwyg .callout strong{color:var(--secondary)}

/* ============== FAQ ============== */
.faq{max-width:820px;margin:0 auto}
.faq details{background:#fff;border:1px solid var(--border);border-radius:6px;margin-bottom:12px;overflow:hidden}
.faq details[open]{border-color:var(--primary)}
.faq summary{padding:18px 22px;font-family:'Poppins',sans-serif;font-weight:700;font-size:16px;color:var(--secondary);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:28px;color:var(--primary);transition:transform .2s;flex-shrink:0}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq .ans{padding:0 22px 20px;color:var(--text-soft)}

/* ============== Final CTA ============== */
.final-cta{background:linear-gradient(135deg,var(--secondary) 0%,var(--secondary-dark) 100%);color:#fff;text-align:center;padding:80px 0}
.final-cta h2{color:#fff}
.final-cta p{color:#cfd6e2;font-size:19px;max-width:620px;margin:0 auto 28px}
.final-cta .actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
body.hide-cta-strip .final-cta{display:none}

/* ============== Page banner ============== */
.page-banner{position:relative;background:linear-gradient(135deg,var(--secondary) 0%,var(--secondary-dark) 100%);color:#fff;padding:54px 0 48px;border-bottom:4px solid var(--primary);overflow:hidden}
.page-banner::before{content:"";position:absolute;inset:0;background-image:linear-gradient(135deg,rgba(11,37,69,.85),rgba(11,37,69,.7)),url('https://images.unsplash.com/photo-1632759145355-3d2f47fa934f?auto=format&fit=crop&w=1600&q=70') center/cover;opacity:.45}
.page-banner .container{position:relative}
.page-banner h1{color:#fff;margin-bottom:8px}
.page-banner .subhead{font-size:18px;color:#cfd6e2;max-width:640px;margin:0}

/* Breadcrumbs */
.breadcrumbs{display:flex;align-items:center;gap:6px;font-size:13px;color:#cfd6e2;margin-bottom:18px;font-family:'Poppins',sans-serif;font-weight:500;letter-spacing:.02em}
.breadcrumbs a{color:#cfd6e2;text-decoration:none;font-weight:500}
.breadcrumbs a:hover{color:#fff;text-decoration:none}
.breadcrumbs .current{color:#fff;font-weight:500}
.breadcrumbs span.sep{color:rgba(255,255,255,.35);margin:0 4px}

/* ============== Post banner (blog single) ============== */
.post-banner{position:relative;background:linear-gradient(135deg,var(--secondary) 0%,var(--secondary-dark) 100%);color:#fff;padding:54px 0 42px;overflow:hidden}
.post-banner::before{content:"";position:absolute;inset:0;background-image:linear-gradient(135deg,rgba(11,37,69,.88),rgba(11,37,69,.78)),url('https://images.unsplash.com/photo-1632759145355-3d2f47fa934f?auto=format&fit=crop&w=1600&q=70') center/cover;opacity:.45}
.post-banner .container{position:relative;max-width:920px}
.post-banner h1{color:#fff;margin-bottom:18px;max-width:820px}
.post-banner .category-pill{display:inline-block;background:var(--primary);color:#fff;font-family:'Poppins',sans-serif;font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:3px;margin-bottom:16px;text-decoration:none}
.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:18px 24px;font-family:'Poppins',sans-serif;font-size:13px;color:#cfd6e2}
.post-meta .item{display:inline-flex;align-items:center;gap:8px}
.post-meta .item svg{width:14px;height:14px;color:rgba(255,255,255,.6);flex-shrink:0}
.post-meta .author-mini{display:flex;align-items:center;gap:8px}
.post-meta .author-mini .avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:grid;place-items:center;font-family:'Poppins',sans-serif;font-weight:700;font-size:11px}
.post-meta .author-mini strong{color:#fff;font-weight:600}

/* Featured image */
.featured-image-wrap{max-width:1100px;margin:0 auto;padding:0 24px}
.featured-image-wrap .featured-image{border-radius:8px;box-shadow:0 20px 60px -20px rgba(0,0,0,.35);aspect-ratio:21/9;max-height:500px;width:100%;margin-top:-30px;background:#ddd center/cover no-repeat;position:relative;z-index:1}
.featured-image-caption{font-size:13px;color:var(--text-soft);text-align:center;margin-top:10px;font-style:italic}

/* ============== Page / Post content layout ============== */
.page-content{padding:64px 0 80px}
.post-content{padding:48px 0 64px}
.page-layout,.post-layout{display:grid;grid-template-columns:1fr 320px;gap:48px}
.page-layout{max-width:var(--container);margin:0 auto}
.post-layout{max-width:1100px;margin:0 auto;padding:0 24px}
body.no-sidebar .page-layout,body.no-sidebar .post-layout{grid-template-columns:1fr;max-width:820px}

/* ============== Post tags / share / author ============== */
.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin:36px 0 0;padding-top:24px;border-top:1px solid var(--border)}
.post-tags .label{font-family:'Poppins',sans-serif;font-weight:600;font-size:13px;color:var(--text-soft);margin-right:6px;align-self:center}
.post-tags a{display:inline-block;padding:6px 12px;background:var(--bg-soft);color:var(--secondary);border:1px solid var(--border);border-radius:30px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s ease}
.post-tags a:hover{background:var(--secondary);color:#fff;border-color:var(--secondary);text-decoration:none}

.post-share{display:flex;align-items:center;gap:10px;margin:24px 0 0;padding-top:20px;border-top:1px solid var(--border)}
.post-share .label{font-family:'Poppins',sans-serif;font-weight:600;font-size:13px;color:var(--text-soft);margin-right:6px}
.post-share a{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--bg-soft);color:var(--secondary);border:1px solid var(--border);transition:all .15s ease}
.post-share a:hover{background:var(--secondary);color:#fff;border-color:var(--secondary);text-decoration:none}
.post-share a svg{width:16px;height:16px}

.author-bio{display:grid;grid-template-columns:auto 1fr;gap:20px;background:var(--bg-soft);border-radius:8px;padding:24px;margin-top:36px;border-left:4px solid var(--primary);align-items:start}
.author-bio .avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:grid;place-items:center;font-family:'Poppins',sans-serif;font-weight:800;font-size:28px;flex-shrink:0}
.author-bio .label{font-family:'Poppins',sans-serif;font-size:11px;color:var(--text-soft);text-transform:uppercase;letter-spacing:.12em;font-weight:700;display:block;margin-bottom:4px}
.author-bio h4{margin:0 0 4px;font-size:20px}
.author-bio .role{font-size:14px;color:var(--text-soft);margin:0 0 10px;font-weight:500}
.author-bio p{margin:0;font-size:15px;color:var(--text);line-height:1.55}

/* ============== Sidebar / widgets ============== */
.sidebar{display:flex;flex-direction:column;gap:24px}
.widget{background:var(--bg-soft);border-radius:8px;padding:24px;border:1px solid var(--border)}
.widget h4{margin:0 0 14px;font-size:16px;color:var(--secondary);font-family:'Poppins',sans-serif;font-weight:800}
.widget ul{list-style:none;padding:0;margin:0}
.widget ul li{padding:10px 0;border-bottom:1px solid var(--border);font-size:14px;line-height:1.5}
.widget ul li:last-child{border-bottom:0;padding-bottom:0}
.widget ul li a{color:var(--secondary);font-weight:500}
.widget ul li a:hover{color:var(--primary);text-decoration:none}
.widget.cta{background:linear-gradient(135deg,var(--secondary),var(--secondary-dark));color:#fff;border-color:var(--secondary);text-align:center}
.widget.cta h4{color:#fff;font-size:18px}
.widget.cta p{font-size:14px;color:#cfd6e2;margin-bottom:14px;line-height:1.5}
.widget.cta .phone-btn{justify-content:center;width:100%;padding:12px}

/* Sticky CTA widget */
@media (min-width:881px){
  body.sticky-widget .widget.cta{position:sticky;top:24px;z-index:5}
  body.sticky-widget.stick-utility .widget.cta{top:calc(var(--header-h) + var(--utility-h) + 16px)}
}

/* Widget: search */
.widget .search-form{display:flex;gap:6px}
.widget .search-form input{flex:1;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);font-family:'Barlow',sans-serif;font-size:14px;background:#fff}
.widget .search-form button{padding:10px 14px;background:var(--primary);color:#fff;border:0;border-radius:var(--radius);cursor:pointer;display:grid;place-items:center}
.widget .search-form button svg{width:16px;height:16px}

/* Widget: recent posts */
.recent-posts li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border);align-items:flex-start}
.recent-posts li:last-child{border-bottom:0}
.recent-posts .thumb{width:60ppx;height:60px;flex-shrink:0;border-radius:4px;background:#ddd center/cover no-repeat}
.recent-posts .meta{font-size:11px;color:var(--text-soft);font-family:'Poppins',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;display:block}
.recent-posts a{font-size:14px;color:var(--secondary);font-weight:600;line-height:1.35;display:block}
.recent-posts a:hover{color:var(--primary);text-decoration:none}

/* Categories */
.cat-list li{display:flex !important;justify-content:space-between;align-items:center}
.cat-list .count{font-family:'Poppins',sans-serif;font-size:11px;color:var(--text-soft);background:#fff;padding:2px 8px;border-radius:30px;border:1px solid var(--border)}

/* ============== Related posts ============== */
.related-posts{padding:64px 0;background:var(--bg-soft);border-top:1px solid var(--border)}
.related-posts .container{max-width:1100px}
.related-posts .section-head{margin-bottom:32px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .2s ease;text-decoration:none;display:flex;flex-direction:column}
.post-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px -20px rgba(11,37,69,.25);border-color:var(--primary);text-decoration:none}
.post-card .thumb{aspect-ratio:16/10;background:#ddd center/cover no-repeat}
.post-card .body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}
.post-card .pill{display:inline-block;font-family:'Poppins',sans-serif;font-weight:700;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);align-self:flex-start}
.post-card h3{font-size:18px;margin:0;line-height:1.3;color:var(--secondary)}
.post-card p{font-size:14px;color:var(--text-soft);margin:0;line-height:1.5}
.post-card .post-card-meta{font-size:12px;color:var(--text-soft);margin-top:auto;padding-top:8px;font-family:'Poppins',sans-serif;font-weight:500}

/* ============== Footer ============== */
.site-footer{background:#06122a;color:#a8b2c4;padding:64px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:40px;margin-bottom:40px}
.footer-grid h4{color:#fff;font-size:16px;margin-bottom:18px;font-family:'Poppins',sans-serif}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid ul li{padding:8px 0;line-height:1.5}
.footer-grid a{color:#a8b2c4}
.footer-grid a:hover{color:#fff;text-decoration:none}
.footer-bottom{border-top:1px solid #1a2748;padding:18px 0;font-size:13px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer-bottom .site-credit{font-size:12px;color:#7a849a}
.footer-bottom .site-credit a{color:#a8b2c4;text-decoration:none}
.footer-bottom .site-credit a:hover{color:#fff}

.contact-list li{display:flex !important;align-items:flex-start;gap:12px;padding:10px 0 !important;line-height:1.55}
.contact-list .ico{width:20px;height:20px;flex-shrink:0;color:var(--primary);display:inline-grid;place-items:center;margin-top:2px}
.contact-list .ico svg{width:18px;height:18px;display:block}
.contact-list a,.contact-list span.txt{color:#cbd2e0;word-break:break-word}
.contact-list a:hover{color:#fff;text-decoration:none}

.social-row{display:flex;gap:10px;margin-top:16px}
.social-row a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center;transition:background .15s ease}
.social-row a:hover{background:var(--primary)}
.social-row a svg{width:18px;height:18px}

/* ============== Mobile bottom CTA ============== */
.bottom-cta{display:none;position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(0,0,0,.10);padding:8px;gap:8px;z-index:90;height:var(--bottom-cta-h)}
.bottom-cta a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;font-family:'Poppins',sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius);text-decoration:none;padding:0 8px;line-height:1.1}
.bottom-cta .b-call{background:var(--primary);color:#fff}
.bottom-cta .b-quote{background:var(--secondary);color:#fff}
.bottom-cta svg{width:16px;height:16px}

@media (max-width:760px){
  body.show-bottom-cta{padding-bottom:var(--bottom-cta-h)}
  body.show-bottom-cta .bottom-cta{display:flex}
}

/* ============== Pagination ============== */
.pagination,.posts-navigation{display:flex;justify-content:center;gap:8px;margin:36px 0;flex-wrap:wrap}
.pagination a,.pagination span,.nav-links a,.nav-links span{padding:10px 16px;border:1px solid var(--border);border-radius:var(--radius);color:var(--secondary);font-family:'Poppins',sans-serif;font-weight:600;font-size:14px;text-decoration:none}
.pagination .current,.nav-links .current{background:var(--primary);color:#fff;border-color:var(--primary)}
.pagination a:hover,.nav-links a:hover{background:var(--bg-soft);text-decoration:none}

/* ============== Comments ============== */
.comments-area{margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}
.comments-area h3{font-size:24px}
.comment-list{list-style:none;padding:0}
.comment-list .comment{padding:18px 0;border-bottom:1px solid var(--border)}
.comment-meta{font-size:13px;color:var(--text-soft);margin-bottom:6px}
.comment-body p{margin:6px 0}

/* ============================================================================
   Form plugin compatibility — Ninja Forms / CF7 / WPForms / Fluent / Gravity
   ============================================================================ */

.hero-form .nf-form-cont,
.hero-form .nf-form-wrap,
.hero-form .nf-form-content,
.hero-form .nf-form-fields-required,
.hero-form .nf-row,
.hero-form .nf-cell,
.hero-form .wpcf7-form,
.hero-form .wpforms-container,
.hero-form .fluentform{
  background:transparent !important;
  margin:0 !important;
  padding:0 !important;
  max-width:none !important;
  box-shadow:none !important;
}
.hero-form .nf-form-content{padding:0 !important}

body .hero-form .nf-form-fields-required,
body .hero-form .nf-form-content > .nf-form-fields-required,
body .hero-form .ninja-forms-required-items,
body .hero-form [class*="fields-required"],
body .hero-form .wpforms-required-label-help{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
}

.hero-form .nf-field-container,
.hero-form .wpforms-field,
.hero-form .ff-el-group,
.hero-form .wpcf7 p{
  margin:0 0 12px !important;
  padding:0 !important;
}

.hero-form .nf-field-label,
.hero-form .nf-field-label label,
.hero-form .wpforms-field-label,
.hero-form .ff-el-input--label label,
.hero-form .wpcf7-form label{
  display:block !important;
  font-family:'Poppins',sans-serif !important;
  font-size:13px !important;
  font-weight:600 !important;
  margin-bottom:4px !important;
  color:var(--secondary) !important;
  text-align:left !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.hero-form label .nf-error-msg,
.hero-form .wpforms-required-label{color:var(--primary) !important}

.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form input[type="tel"],
.hero-form input[type="number"],
.hero-form input[type="url"],
.hero-form textarea,
.hero-form select,
.hero-form .ninja-forms-field:not([type="button"]):not([type="submit"]),
.hero-form .wpforms-field-medium,
.hero-form .wpforms-field-large,
.hero-form .ff-el-form-control{
  width:100% !important;
  border:1px solid #D8D8D8 !important;
  border-radius:2px !important;
  padding:12px 14px !important;
  font-family:'Barlow',sans-serif !important;
  font-size:15px !important;
  font-weight:300 !important;
  background:#fff !important;
  color:var(--text) !important;
  box-shadow:none !important;
  height:auto !important;
  line-height:1.4 !important;
  min-height:0 !important;
}
.hero-form textarea{min-height:80px !important;resize:vertical !important}
.hero-form select{padding-right:36px !important;-webkit-appearance:none;appearance:none}

.hero-form input:focus,
.hero-form textarea:focus,
.hero-form select:focus,
.hero-form .ninja-forms-field:focus,
.hero-form .ff-el-form-control:focus{
  outline:none !important;
  border-color:var(--primary) !important;
  box-shadow:0 0 0 3px rgba(200,16,46,.10) !important;
}

/* Submit button — bulletproof CSS (JS fallback in theme.js also runs) */
body .hero-form .submit-container,
body .hero-form .submit-container .field-wrap,
body .hero-form .submit-container .nf-field,
body .hero-form .submit-container .nf-field-element,
body .hero-form .submit-wrap,
body .hero-form .submit-wrap .nf-field-element,
body .hero-form .wpforms-submit-container,
body .hero-form .ff-el-form-control-wrapper.ff_submit_btn_wrapper{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:6px 0 0 !important;
  padding:0 !important;
}

body .hero-form input[type="submit"],
body .hero-form input[type="button"],
body .hero-form button[type="submit"],
body .hero-form button[type="button"]:not(.hamburger):not(.close),
body .hero-form .submit-container input,
body .hero-form .submit-container button,
body .hero-form .submit-wrap input,
body .hero-form .submit-wrap button,
body .hero-form .nf-form-content input[type="button"],
body .hero-form input.ninja-forms-field[type="button"],
body .hero-form .nf-element[type="button"],
body .hero-form .nf-submit input,
body .hero-form .wpforms-submit,
body .hero-form .ff-btn-submit,
body .hero-form .gform_button,
body .hero-form .gform_footer input[type="submit"]{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  background:var(--primary) !important;
  background-image:none !important;
  color:#fff !important;
  border:2px solid var(--primary) !important;
  border-radius:var(--radius) !important;
  padding:14px 26px !important;
  font-family:'Poppins',sans-serif !important;
  font-weight:700 !important;
  font-size:15px !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
  line-height:1.1 !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  box-shadow:none !important;
  text-shadow:none !important;
  transition:background .15s ease !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  opacity:1 !important;
  text-align:center !important;
}

body .hero-form input[type="submit"]:hover,
body .hero-form input[type="button"]:hover,
body .hero-form button[type="submit"]:hover,
body .hero-form .submit-container input:hover,
body .hero-form .submit-container button:hover,
body .hero-form .submit-wrap input:hover,
body .hero-form .nf-submit input:hover,
body .hero-form input.ninja-forms-field[type="button"]:hover,
body .hero-form .wpforms-submit:hover,
body .hero-form .ff-btn-submit:hover,
body .hero-form .gform_button:hover{
  background:var(--primary-dark) !important;
  border-color:var(--primary-dark) !important;
  color:#fff !important;
}

.hero-form .nf-error.field-wrap .ninja-forms-field,
.hero-form .wpforms-error,
.hero-form .ff-el-is-error .ff-el-form-control{
  border-color:var(--primary) !important;
  background:rgba(200,16,46,.04) !important;
}
.hero-form .nf-error-msg,
.hero-form .wpforms-error-msg,
.hero-form label.wpforms-error,
.hero-form .ff-el-input--content .error,
.hero-form .wpcf7-not-valid-tip{
  color:var(--primary) !important;
  font-size:12px !important;
  font-family:'Barlow',sans-serif !important;
  margin-top:4px !important;
  font-weight:500 !important;
}

.hero-form .nf-response-msg,
.hero-form .wpforms-confirmation-container-full,
.hero-form .ff-message-success,
.hero-form .wpcf7-response-output.wpcf7-mail-sent-ok{
  background:rgba(0,150,80,.08) !important;
  border:1px solid rgba(0,150,80,.25) !important;
  color:#0a6b3e !important;
  border-radius:var(--radius) !important;
  padding:14px !important;
  font-family:'Barlow',sans-serif !important;
  margin:0 !important;
}
.hero-form .wpcf7-response-output{margin:8px 0 !important;border-radius:var(--radius) !important}

/* ============================================================================
   Responsive
   ============================================================================ */
@media (max-width:1024px){
  .nav{gap:18px}
  .nav a{font-size:14px}
  .phone-btn{padding:6px 14px 6px 6px}
  .phone-btn .ic{width:38px;height:38px}
  .phone-btn .ic svg{width:20px;height:20px}
  .phone-btn .num{font-size:16px}
  .trust-item{min-width:160px}
}
@media (max-width:880px){
  :root{--header-h:72px}
  .nav{display:none}
  .hamburger{display:inline-flex;align-items:center;justify-content:center}
  .mobile-call{display:flex}
  .utility-bar{display:none}
  .hero .container{grid-template-columns:1fr;padding:48px 20px;gap:32px}
  .services{grid-template-columns:repeat(2,1fr);gap:18px}
  .testimonials-grid{grid-template-columns:1fr}
  .about-grid,.areas-grid,.page-layout,.post-layout{grid-template-columns:1fr;gap:36px}
  .areas-list{columns:2}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  section.block{padding:56px 0}
  .section-head{margin-bottom:32px}
  .trust-bar{padding:18px 0}
  .trust-bar .container{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}
  .trust-item{min-width:0}
  .t-ic{width:36px;height:36px}
  .t-ic svg{width:18px;height:18px}
  .featured-image-wrap .featured-image{aspect-ratio:16/9;max-height:360px}
  .related-grid{grid-template-columns:1fr}
  .author-bio{grid-template-columns:1fr;text-align:center;justify-items:center}
  .page-banner,.post-banner{padding:40px 0 30px}
  .page-content,.post-content{padding:36px 0 48px}
}
@media (max-width:640px){
  .site-header .container{gap:12px}
  .header-cta{gap:8px}
  .header-cta .phone-btn .text{display:none}
  .header-cta .phone-btn{padding:0;width:44px;height:44px;justify-content:center;background:var(--primary)}
  .header-cta .phone-btn .ic{width:44px;height:44px;background:transparent;color:#fff;border-radius:var(--radius)}
  .header-cta .phone-btn .ic svg{width:22px;height:22px}
  .brand{font-size:18px}
  .brand-mark{width:40px;height:40px}
  .brand-mark svg{width:22px;height:22px}
}
@media (max-width:560px){
  body{font-size:16px}
  .container{padding:0 16px}
  .hero .container{padding:36px 16px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .services{grid-template-columns:1fr}
  .areas-list{columns:1}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start;font-size:12px}
  .brand{font-size:17px}
  .brand-mark{width:38px;height:38px}
  .brand-mark svg{width:20px;height:20px}
  .hero-form{padding:22px}
  .trust-bar{padding:14px 0}
  .t-ic{width:32px;height:32px}
  .t-ic svg{width:16px;height:16px}
  .t-lbl{font-size:10px}
  .t-val{font-size:13px}
  .mobile-call{font-size:15px}
  .post-banner h1{font-size:26px}
  .featured-image-wrap .featured-image{margin-top:-20px;aspect-ratio:16/10}
  .final-cta .actions{flex-direction:column;align-items:stretch}
  .final-cta .btn{width:100%}
  .post-meta{gap:10px 16px}
}
@media (max-width:400px){
  .trust-bar .container{grid-template-columns:1fr}
  .brand{font-size:15px}
  .brand-mark{width:36px;height:36px}
  .brand-mark svg{width:19px;height:19px}
  .header-cta .phone-btn,.header-cta .phone-btn .ic{width:40px;height:40px}
  .header-cta .phone-btn .ic svg{width:20px;height:20px}
  .hamburger{width:40px;height:40px;padding:7px}
  .mobile-call{font-size:14px;padding:0 10px}
  .mobile-call .meta{font-size:10px;padding:2px 5px}
}

/* ============================================================================
   v2.0 — Compact trust strip (used by Option B service singles)
   ============================================================================ */
.trust-strip{background:var(--bg-soft);border-bottom:1px solid var(--border);padding:16px 0}
.trust-strip .container{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap;font-family:'Poppins',sans-serif;font-weight:600;font-size:13px;color:var(--secondary)}
.trust-strip .item{display:inline-flex;align-items:center;gap:8px}
.trust-strip .item svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}
.trust-strip .stars{color:var(--accent);letter-spacing:1px;font-size:14px}
@media (max-width:880px){
  .trust-strip .container{gap:18px;font-size:12px}
}

/* ============================================================================
   v2.0 — Standalone breadcrumbs row (on white background, NOT inside the
   dark page-banner). Used on Option B service singles.
   ============================================================================ */
.breadcrumbs-row{background:#fff;padding:16px 0;border-bottom:1px solid var(--border)}
.breadcrumbs-row .breadcrumbs{margin-bottom:0;color:var(--text-soft)}
.breadcrumbs-row .breadcrumbs a{color:var(--secondary)}
.breadcrumbs-row .breadcrumbs a:hover{color:var(--primary)}
.breadcrumbs-row .breadcrumbs .current{color:var(--secondary);font-weight:500}
.breadcrumbs-row .breadcrumbs .sep{color:#aab1bd}

/* ============================================================================
   v2.0 — Map embed (per-area Google Maps iframe)
   ============================================================================ */
.map-card.map-embed{padding:0;background:#fff;overflow:hidden}
.map-card.map-embed::before{display:none}
.map-card.map-embed iframe{width:100%;height:100%;min-height:340px;border:0;display:block;border-radius:8px}
