/*
Theme Name: Built Wright Roofing Neve Child
Theme URI: https://builtwrightroofing.com/
Description: Child theme for Built Wright Roofing using the Neve parent theme.
Author: Built Wright Roofing
Template: neve
Version: 1.0.0
Text Domain: builtwright-neve-child
*/

/* Custom CSS below */

:root {
  --bwr-orange: #ff5a00;
  --bwr-orange-dark: #d94800;
  --bwr-blue: #123c69;
  --bwr-blue-dark: #071d33;
  --bwr-blue-light: #eaf3fb;
  --bwr-cream: #fff4ec;
  --bwr-soft: #f7f8fb;
  --bwr-dark: #151515;
  --bwr-text: #444;
  --bwr-border: #d7e7f6;
}

/* GLOBAL */
.container,
.hero-content {
  max-width: 1100px;
  margin: 0 auto;
}

/* HERO */
.hero-section {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  background: var(--hero-bg) center center / cover no-repeat;
}

.hero-overlay {
  width: 100%;
  padding: 95px 20px;
  background: linear-gradient(
    120deg,
    rgba(7,29,51,0.92),
    rgba(18,60,105,0.76),
    rgba(255,90,0,0.48)
  );
}

.hero-content {
  color: #fff;
}

.hero-content h1 {
  font-size: 46px;
  margin-bottom: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-content p {
  font-size: 19px;
  margin-bottom: 28px;
  line-height: 1.65;
  max-width: 760px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-button {
  background: var(--bwr-orange);
  color: #fff;
  padding: 15px 24px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(255,90,0,0.32);
  transition: 0.25s ease;
}

.hero-button:hover {
  background: var(--bwr-orange-dark);
  color: #fff;
  transform: translateY(-2px);
}

.hero-button-secondary {
  background: #fff;
  color: var(--bwr-blue);
}

.hero-button-secondary:hover {
  background: var(--bwr-blue-light);
  color: var(--bwr-blue);
}

/* INTRO */
.intro-section {
  padding: 75px 20px;
  background: linear-gradient(180deg, #ffffff, var(--bwr-cream));
  text-align: center;
}

.intro-section h2 {
  font-size: 34px;
  margin-bottom: 18px;
  color: var(--bwr-blue);
}

.intro-section p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--bwr-text);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* SERVICE LINKS */
.service-links {
  padding: 75px 20px;
  text-align: center;
  background: linear-gradient(135deg, var(--bwr-blue), var(--bwr-blue-dark));
  color: #fff;
}

.service-links h2 {
  color: #fff;
  font-size: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 30px auto 0;
}

.service-grid a {
  background: #fff;
  padding: 18px 20px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--bwr-dark);
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  border-bottom: 4px solid var(--bwr-orange);
  transition: 0.25s ease;
}

.service-grid a:hover {
  background: var(--bwr-orange);
  color: #fff;
  transform: translateY(-3px);
}

/* LOCATIONS */
.locations-section {
  padding: 75px 20px;
  background: linear-gradient(180deg, #ffffff, var(--bwr-blue-light));
  border-top: 4px solid var(--bwr-orange);
}

.locations-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.locations-section h2 {
  color: var(--bwr-blue);
  font-size: 34px;
}

.locations-section p {
  font-size: 18px;
  color: var(--bwr-text);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 25px;
}

.locations-grid a {
  display: block;
  background: #fff;
  color: var(--bwr-blue);
  text-decoration: none;
  padding: 17px 18px;
  border-radius: 12px;
  font-weight: 800;
  text-align: center;
  border: 2px solid var(--bwr-border);
  box-shadow: 0 6px 14px rgba(18,60,105,0.08);
  transition: 0.25s ease;
}

.locations-grid a:hover {
  background: var(--bwr-orange);
  border-color: var(--bwr-orange);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255,90,0,0.28);
}

/* WHY */
.why-section {
  padding: 75px 20px;
  background: #ffffff;
  text-align: center;
}

.why-section h2 {
  font-size: 34px;
  color: var(--bwr-blue);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  max-width: 950px;
  margin: 35px auto 0;
}

.why-grid div {
  background: linear-gradient(180deg, #ffffff, #fff1e8);
  padding: 24px 18px;
  border-radius: 16px;
  font-weight: 800;
  color: var(--bwr-dark);
  border: 1px solid #ffd7c2;
  box-shadow: 0 8px 18px rgba(0,0,0,0.07);
}




/* FAQ */
.faq-section {
  padding: 75px 20px;
  background: linear-gradient(135deg, var(--bwr-soft), #ffffff);
}

.faq-section h2 {
  text-align: center;
  color: var(--bwr-blue);
  font-size: 34px;
  margin-bottom: 35px;
}

.faq-item {
  max-width: 850px;
  margin: 0 auto 18px;
  background: #fff;
  padding: 22px 24px;
  border-radius: 14px;
  border-left: 6px solid var(--bwr-orange);
  box-shadow: 0 8px 18px rgba(0,0,0,0.07);
}

.faq-item h3 {
  font-size: 21px;
  margin-bottom: 8px;
  color: var(--bwr-blue);
}

.faq-item p {
  color: var(--bwr-text);
  line-height: 1.65;
  margin-bottom: 0;
}

/* FOOTER */
.bwr-footer {
  background: linear-gradient(135deg, var(--bwr-blue-dark), var(--bwr-blue));
  color: #fff;
  padding: 42px 20px 22px;
  border-top: 5px solid var(--bwr-orange);
}

.bwr-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.bwr-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  margin-bottom: 30px;
}

.bwr-footer-col h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
}

.bwr-footer-col p {
  font-size: 15px;
  line-height: 1.6;
  color: #d6e3f1;
}

.bwr-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bwr-footer-col ul li {
  margin-bottom: 6px;
}

.bwr-footer-col ul li a,
.footer-services-grid a {
  color: #d6e3f1;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s ease;
}

.bwr-footer-col ul li a:hover,
.footer-services-grid a:hover {
  color: var(--bwr-orange);
}

.footer-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px 16px;
}

.footer-services-grid .footer-view-all {
  grid-column: span 2;
  color: var(--bwr-orange) !important;
  font-weight: 800;
  margin-top: 8px;
}

.footer-phone {
  display: block;
  font-size: 21px;
  font-weight: 800;
  color: var(--bwr-orange);
  margin: 10px 0;
  text-decoration: none;
}

.footer-cta {
  display: inline-block;
  background: var(--bwr-orange);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  margin-top: 10px;
  transition: 0.25s ease;
}

.footer-cta:hover {
  background: var(--bwr-orange-dark);
  color: #fff;
  transform: translateY(-2px);
}

.bwr-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #a8c0d8;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-section {
    min-height: 380px;
  }

  .hero-overlay {
    padding: 60px 20px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p,
  .intro-section p,
  .locations-section p {
    font-size: 16px;
  }

  .intro-section h2,
  .service-links h2,
  .locations-section h2,
  .why-section h2,
  .faq-section h2 {
    font-size: 28px;
  }

  .service-links,
  .locations-section,
  .why-section,
  .faq-section,
  .intro-section {
    padding: 55px 20px;
  }

  .footer-services-grid {
    grid-template-columns: 1fr;
  }

  .footer-services-grid .footer-view-all {
    grid-column: span 1;
  }
}

.contact-form-section {
  background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 100%);
  padding: 36px 20px 42px;
}

.contact-form-section .container {
  max-width: 1180px;
  margin: 0 auto;
}

.contact-form-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.contact-form-text {
  max-width: 520px;
}

.contact-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #f15a24;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-text h2 {
  margin: 0 0 14px;
  color: #161616;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.1;
  font-weight: 900;
}

.contact-form-text p {
  margin: 0 0 14px;
  color: #242424;
  font-size: 1.05rem;
  line-height: 1.65;
}

.contact-benefits {
  margin: 18px 0 18px;
  padding: 0;
  list-style: none;
}

.contact-benefits li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #161616;
  font-weight: 700;
  line-height: 1.45;
}

.contact-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: #f15a24;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 21px;
  text-align: center;
}

.contact-phone {
  margin-top: 18px !important;
  font-size: 1.08rem !important;
  font-weight: 700;
}

.contact-phone a {
  color: #161616;
  font-size: 1.12rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.bwr-contact-form {
  background: #fff;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.09);
}

.bwr-contact-form .form-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bwr-contact-form .form-row {
  margin-bottom: 13px;
}

.bwr-contact-form label {
  display: block;
  margin-bottom: 6px;
  color: #111;
  font-size: 0.95rem;
  font-weight: 800;
}

.bwr-contact-form input,
.bwr-contact-form textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 1rem;
  font-family: inherit;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bwr-contact-form input:focus,
.bwr-contact-form textarea:focus {
  outline: none;
  border-color: #f15a24;
  box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.14);
}

.bwr-contact-form textarea {
  min-height: 96px;
  resize: vertical;
}

.contact-submit {
  width: 100%;
  margin-top: 4px;
  border: none;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}

.form-success-message {
  margin-bottom: 16px;
  padding: 13px 15px;
  border: 1px solid #9bd3aa;
  border-radius: 8px;
  background: #e8f7ec;
  color: #1d5f2a;
  font-weight: 800;
  line-height: 1.45;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

@media (max-width: 900px) {
  .contact-form-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-form-text {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .contact-form-section {
    padding: 34px 16px 38px;
  }

  .bwr-contact-form {
    padding: 20px;
    border-radius: 14px;
  }

  .bwr-contact-form .form-two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form-text h2 {
    font-size: 1.85rem;
  }
}



.bwr-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bwr-floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 132px;
  padding: 13px 16px;
  border-radius: 999px;
  background: #f15a24;
  color: #fff;
  font-weight: 900;
  font-size: 0.96rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bwr-floating-btn:hover,
.bwr-floating-btn:focus {
  color: #fff;
  background: #d94c1b;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.bwr-floating-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 1rem;
}

.bwr-floating-label {
  white-space: nowrap;
}

.bwr-floating-call {
  background: #111;
}

.bwr-floating-call:hover,
.bwr-floating-call:focus {
  background: #000;
}

.bwr-floating-text {
  background: #2f6fdd;
}

.bwr-floating-text:hover,
.bwr-floating-text:focus {
  background: #245bc0;
}

.bwr-floating-estimate {
  background: #f15a24;
}

@media (max-width: 768px) {
  .bwr-floating-actions {
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    gap: 0;
    background: #fff;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.16);
  }

  .bwr-floating-btn {
    flex: 1;
    min-width: 0;
    border-radius: 12px;
    padding: 12px 8px;
    font-size: 0.86rem;
    box-shadow: none;
  }

  .bwr-floating-icon {
    width: 18px;
    height: 18px;
  }

  body {
    padding-bottom: 74px;
  }
}



.voice-answer-block {
  padding: 28px 20px;
  background: #ffffff;
}

.voice-answer-block .container {
  max-width: 1120px;
  margin: 0 auto;
}

.voice-answer-block p {
  position: relative;
  margin: 0;
  padding: 26px 30px 26px 72px;
  background: linear-gradient(135deg, #fff7f2 0%, #ffffff 100%);
  border: 1px solid rgba(241, 90, 36, 0.22);
  border-left: 6px solid #f15a24;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
  color: #1b1b1b;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.7;
  font-weight: 600;
}

.voice-answer-block p::before {
  content: "✓";
  position: absolute;
  left: 26px;
  top: 28px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #f15a24;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(241, 90, 36, 0.28);
}

.voice-answer-block strong {
  color: #111111;
  font-weight: 900;
}

@media (max-width: 700px) {
  .voice-answer-block {
    padding: 22px 16px;
  }

  .voice-answer-block p {
    padding: 22px 20px 22px 58px;
    border-radius: 14px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .voice-answer-block p::before {
    left: 20px;
    top: 23px;
    width: 26px;
    height: 26px;
    font-size: 0.9rem;
    line-height: 26px;
  }
}

.compact-service-links {
  padding: 48px 20px;
  background: linear-gradient(135deg, #174f8a 0%, #0f3763 100%);
  color: #ffffff;
}

.compact-service-links .container {
  max-width: 1120px;
  margin: 0 auto;
}

.service-links-header {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.service-links-header h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.15;
  font-weight: 900;
}

.service-links-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.65;
}

.compact-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.compact-service-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  background: #ffffff;
  color: #123b66;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.compact-service-grid a:hover,
.compact-service-grid a:focus {
  background: #f15a24;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.hidden-service-link {
  display: none !important;
}

.services-expanded .hidden-service-link {
  display: flex !important;
}

.service-expand-wrap {
  margin-top: 22px;
  text-align: center;
}

.service-expand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 12px 18px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.service-expand-btn:hover,
.service-expand-btn:focus {
  background: #ffffff;
  color: #123b66;
  transform: translateY(-2px);
}

@media (max-width: 950px) {
  .compact-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .compact-service-links {
    padding: 38px 16px;
  }

  .compact-service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .compact-service-grid a {
    min-height: 48px;
    font-size: 0.94rem;
  }
}

/* =========================================================
   BUILT WRIGHT POLISH PACK
   Subtle transitions, premium hover effects, and motion safety
========================================================= */

/* Smooth scrolling for anchor links like #contact-form */
html {
  scroll-behavior: smooth;
}

/* Better text rendering */
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Global interactive polish */
a,
button,
.hero-button,
.service-grid a,
.locations-grid a,
.compact-service-grid a,
.bwr-floating-btn,
.footer-cta,
.bwr-contact-form input,
.bwr-contact-form textarea {
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

/* Make focus states visible for accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 90, 0, 0.45);
  outline-offset: 3px;
}

/* Hero gets a subtle premium overlay texture */
.hero-overlay {
  position: relative;
  overflow: hidden;
}

.hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,0.12), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(255,90,0,0.16), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,0.05), transparent 45%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* Hero headline feels more refined */
.hero-content h1 {
  letter-spacing: -0.03em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

/* CTA buttons get a cleaner premium hover */
.hero-button {
  position: relative;
  overflow: hidden;
}

.hero-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255,255,255,0.28),
    transparent
  );
  transform: skewX(-18deg);
}

.hero-button:hover::after {
  left: 130%;
  transition: left 0.65s ease;
}

/* Service and location cards feel more clickable */
.service-grid a,
.locations-grid a,
.compact-service-grid a {
  position: relative;
  overflow: hidden;
}

.service-grid a::before,
.locations-grid a::before,
.compact-service-grid a::before {
  content: "";
  position: absolute;
  inset: auto 14px 10px 14px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.service-grid a:hover::before,
.locations-grid a:hover::before,
.compact-service-grid a:hover::before {
  opacity: 0.55;
  transform: scaleX(1);
}

/* Contact form lift effect */
.bwr-contact-form {
  position: relative;
}

.bwr-contact-form::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(241,90,36,0.28), rgba(18,60,105,0.16));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.22s ease;
}

.bwr-contact-form:hover::before {
  opacity: 1;
}

/* Inputs feel more modern */
.bwr-contact-form input,
.bwr-contact-form textarea {
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
}

.bwr-contact-form input:hover,
.bwr-contact-form textarea:hover {
  border-color: rgba(241, 90, 36, 0.45);
}

/* FAQ cards: subtle open/read feel */
.faq-item {
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-left-color 0.18s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.09);
  border-left-color: var(--bwr-blue);
}

.faq-item h3 {
  position: relative;
  padding-right: 24px;
}

.faq-item h3::after {
  content: "?";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--bwr-orange);
  font-weight: 900;
  opacity: 0.7;
}

/* Why cards look more dimensional */
.why-grid div {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.why-grid div::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: rgba(255,90,0,0.08);
}

.why-grid div:hover {
  transform: translateY(-3px);
  border-color: rgba(255,90,0,0.45);
  box-shadow: 0 14px 28px rgba(0,0,0,0.1);
}

/* Floating buttons pulse just enough to draw attention */
.bwr-floating-call {
  animation: bwrSoftPulse 2.8s ease-in-out infinite;
}

@keyframes bwrSoftPulse {
  0%, 100% {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  }
  50% {
    box-shadow: 0 12px 32px rgba(255, 90, 0, 0.34);
  }
}

/* Estimate floating button gets a tiny arrow feel */
.bwr-floating-estimate .bwr-floating-label::after {
  content: " →";
}

/* Nice divider illusion between big sections */
.intro-section,
.locations-section,
.why-section,
.faq-section,
.contact-form-section,
.voice-answer-block,
.compact-service-links {
  position: relative;
}

/* Better mobile tap feel */
@media (max-width: 768px) {
  .hero-button:hover,
  .service-grid a:hover,
  .locations-grid a:hover,
  .compact-service-grid a:hover,
  .faq-item:hover,
  .why-grid div:hover {
    transform: none;
  }

  .hero-button::after {
    display: none;
  }

  .bwr-floating-call {
    animation: none;
  }
}

/* Respect people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}


.compact-service-links .service-grid {
  margin-top: 0;
}

#contact-form {
  scroll-margin-top: 24px;
}

.hidden-service-link {
  display: none !important;
}

.services-expanded .hidden-service-link {
  display: flex !important;
}

.call-now-section {
  padding: 52px 20px;
  background: linear-gradient(135deg, #123b66 0%, #0d2948 100%);
  color: #ffffff;
  text-align: center;
}

.call-now-section .container {
  max-width: 980px;
  margin: 0 auto;
}

.call-now-section h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.call-now-section p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 500;
}

.call-now-section .hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.call-now-section .hero-button {
  min-width: 190px;
  justify-content: center;
  background: #f15a24;
  color: #ffffff;
  border: 2px solid #f15a24;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.call-now-section .hero-button:hover,
.call-now-section .hero-button:focus {
  background: #ffffff;
  color: #123b66;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.call-now-section .hero-button-secondary {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.call-now-section .hero-button-secondary:hover,
.call-now-section .hero-button-secondary:focus {
  background: #ffffff;
  color: #123b66;
}

@media (max-width: 700px) {
  .call-now-section {
    padding: 42px 16px;
  }

  .call-now-section .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .call-now-section .hero-button {
    width: 100%;
    min-width: 0;
  }
}