
:root {
  --trs-navy: #0b1f63;
  --trs-teal: #1e88ff;
  --trs-green: #e8edf5;
  --trs-cta-green: #ff6a00;
  --trs-black: #081746;
  --trs-white: #ffffff;
  --trs-light: #f4f7fb;
  --trs-text: #10233f;
  --trs-muted: #5f6f86;
  --trs-shadow: 0 15px 35px rgba(11, 31, 99, .10);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--trs-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: var(--trs-white);
}

body.customize-partial-edit-shortcuts-shown .site-header {
  top: 0;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--trs-white);
  transition: all .3s ease-in-out;
}

.top-bar {
  background: var(--trs-black) !important;
  color: var(--trs-white);
  text-align: center;
  padding: .35rem .5rem;
  font-size: .85rem;
  line-height: 1.2;
  transition: all .3s ease-in-out;
}

.top-bar a {
  color: var(--trs-white);
  text-decoration: none;
  font-weight: 800;
}

.main-nav {
  background: var(--trs-white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
  padding: .55rem 1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 10000;
  transition: padding .3s ease-in-out;
}

.logo img {
  max-height: 50px;
  width: auto;
  display: block;
  transition: max-height .3s ease-in-out;
}

.logo span {
  font-weight: 900;
  color: var(--trs-navy);
}

.nav-links {
  display: flex;
  gap: .55rem;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  padding: .4rem .45rem;
  display: block;
  white-space: nowrap;
  font-weight: 800;
  font-size: .95rem;
}

.nav-links li:hover > .sub-menu {
  display: block;
}

.nav-links a.has-submenu::after {
  content: ""; border-left: .32em solid transparent; border-right: .32em solid transparent; border-top: .42em solid currentColor; display: inline-block; width: 0; height: 0; vertical-align: middle; margin-left: .45rem;
  font-size: .72em;
  opacity: .65;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--trs-white);
  list-style: none;
  min-width: 270px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .18);
  z-index: 9999;
  max-height: min(62vh, 460px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: .25rem 0;
  border-radius: 12px;
}

.sub-menu li a {
  padding: .55rem .8rem;
  font-weight: 700;
  font-size: .92rem;
}

.sub-menu .menu-label {
  font-size: .74rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: .65;
  padding: .6rem .85rem .35rem;
  border-top: 1px solid rgba(0, 0, 0, .06);
  margin-top: .25rem;
  pointer-events: none;
}

.sub-menu .menu-label:first-child {
  border-top: none;
  margin-top: 0;
}

.sub-menu .view-all a {
  font-weight: 900;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .7rem;
}

.header-proof {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .1rem;
  line-height: 1.1;
}

.header-proof .rating {
  font-weight: 900;
  font-size: .9rem;
  color: #111;
  white-space: nowrap;
}

.header-proof .micro {
  font-size: .78rem;
  opacity: .75;
  white-space: nowrap;
}

.cta-btn,
.hero-button,
.call-button,
.service-area-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}

.cta-btn {
  padding: .62rem .9rem;
  background: var(--trs-cta-green);
  color: var(--trs-white);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
}

.hamburger {
  display: none;
  font-size: 1.75rem;
  cursor: pointer;
  background: var(--trs-cta-green);
  color: var(--trs-white);
  border: 0;
  line-height: 1;
  padding: .5rem;
  border-radius: 8px;
}

.trust-strip {
  display: flex;
  justify-content: center;
  gap: .8rem 1rem;
  padding: .35rem .75rem;
  font-size: .76rem;
  font-weight: 800;
  background: #f6f6f6;
  border-top: 1px solid rgba(0, 0, 0, .06);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  flex-wrap: wrap;
  transition: all .3s ease-in-out;
}

.trust-strip span {
  white-space: nowrap;
}

.site-header.scrolled .top-bar,
.site-header.scrolled .trust-strip {
  margin-top: -40px;
  opacity: 0;
  pointer-events: none;
}

.site-header.scrolled .main-nav {
  padding: .3rem 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.site-header.scrolled .logo img {
  max-height: 40px;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 118px);
  background: #101e2c;
  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  width: 100%;
  min-height: calc(100vh - 118px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 20px;
  background: linear-gradient(rgba(16, 30, 44, .72), rgba(16, 30, 44, .72));
}

.hero-content {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}

.hero-eyebrow,
.section-kicker {
  color: var(--trs-teal);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .7rem;
}

.hero-content h1 {
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.25rem;
}

.hero-content p {
  max-width: 940px;
  margin: 0 auto 1.6rem;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.hero-content a:not(.hero-button),
.voice-answer-block a,
.section a,
.about-section-gradient a:not(.hero-button),
.hauling-footer a,
.review-card a,
.why1-card a,
.map-text a,
.service-areas a {
  color: var(--trs-green);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-button {
  padding: 17px 34px;
  background: var(--trs-green);
  color: #fff !important;
  font-size: 1.15rem;
  border: 2px solid var(--trs-green);
  box-shadow: 0 10px 25px rgba(94, 181, 82, .30);
  transition: all .25s ease;
}

.hero-button:hover,
.call-button:hover {
  background: var(--trs-teal);
  border-color: var(--trs-teal);
  transform: translateY(-2px);
}

.hero-button-outline {
  background: rgba(16, 30, 44, .36);
  border-color: rgba(255, 255, 255, .86);
  box-shadow: none;
}

.container,
.voice-answer-container,
.hauling-container,
.reviews-container,
.services-header,
.why1-choose-container,
.map-container,
.faq-container,
.service-areas-container {
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
}

.section,
.voice-answer-block,
.local-service-section,
.hauling-services-section,
.reviews-section,
.call-now-section,
.new-services-section,
.why1-choose-section,
.map-section,
.faq-section-light,
.service-areas,
.contact-form-section,
.final-cta {
  padding: 80px 20px;
}

.section-white,
.voice-answer-block,
.local-service-section {
  background: #fff;
}

.section-light,
.map-section,
.service-areas {
  background: var(--trs-light);
}

.center-container,
.services-header,
.reviews-container,
.why1-choose-container,
.faq-container,
.service-areas-container {
  text-align: center;
}

.section h2,
.voice-answer-block h2,
.local-service-section h2,
.hauling-services-section h2,
.reviews-section h2,
.new-services-section h2,
.why1-choose-section h2,
.map-section h2,
.service-areas h2 {
  color: var(--trs-navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-lead,
.voice-answer-block p,
.local-service-section p,
.hauling-services-section > div > p,
.reviews-intro,
.services-header p,
.service-areas p {
  color: var(--trs-muted);
  font-size: 1.15rem;
}

.section-lead {
  max-width: 960px;
  margin: 0 auto;
}

.voice-answer-block {
  border-bottom: 1px solid #e2e8f0;
}

.voice-answer-container {
  max-width: 920px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--trs-shadow);
  padding: 36px 30px;
  border-top: 5px solid var(--trs-teal);
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--trs-green);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

.about-section-gradient {
  color: #fff;
  background: #101e2c var(--section-bg) center/cover no-repeat;
  text-align: center;
  padding: 0;
}

.about-gradient-overlay {
  padding: 90px 20px;
  background: linear-gradient(135deg, rgba(16, 30, 44, .92), rgba(16, 30, 44, .72));
}

.about-gradient-container {
  width: min(960px, 100%);
  margin: 0 auto;
}

.about-section-gradient h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-section-gradient p {
  font-size: 1.15rem;
  margin-bottom: 1.6rem;
}

.split-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 55px;
  align-items: center;
}

.hauling-services-section {
  background: #101e2c;
  color: #fff;
  text-align: center;
}

.hauling-services-section h2 {
  color: #fff;
}

.hauling-services-section > div > p {
  color: #d1d5db;
  max-width: 760px;
  margin: 0 auto 35px;
}

.hauling-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hauling-item a {
  min-height: 150px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(75, 180, 181, .34);
  border-radius: 14px;
  padding: 26px 18px;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  gap: 10px;
  font-weight: 900;
  transition: all .25s ease;
}

.hauling-item a:hover {
  background: rgba(75, 180, 181, .18);
  transform: translateY(-3px);
}

.hauling-icon {
  color: var(--trs-green);
  font-size: 2.3rem;
  line-height: 1;
}

.hauling-footer {
  max-width: 900px;
  margin: 36px auto 0;
  color: #d1d5db;
}

.reviews-section {
  background: #f8fbfb;
  color: var(--trs-navy);
  border-top: 1px solid #e2e8f0;
}

.reviews-intro {
  margin-bottom: 40px;
}

.review-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--trs-shadow);
  padding: 30px 22px;
  flex: 1 1 300px;
  max-width: 350px;
  text-align: left;
  border-bottom: 5px solid var(--trs-teal);
}

.stars {
  color: #f59e0b;
  font-size: 1.25rem;
  letter-spacing: .04em;
  margin-bottom: 12px;
}

.review-text {
  color: var(--trs-text);
  margin-bottom: 18px;
}

.review-meta {
  color: var(--trs-navy);
  font-weight: 900;
}

.call-now-section {
  background: #101e2c;
  color: #f9fafb;
  text-align: center;
}

.call-now-container {
  max-width: 760px;
}

.call-now-section .section-kicker {
  color: #fff;
}

.call-now-section h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.call-now-section p {
  color: #d1d5db;
  font-size: 1.18rem;
  margin-bottom: 24px;
}

.cta-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.call-button {
  padding: 18px 40px;
  background-color: var(--trs-green);
  color: #fff;
  font-size: 1.25rem;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(94, 181, 82, .30);
  transition: all .25s ease;
}

.call-button-teal {
  background: var(--trs-teal);
}

.new-services-section {
  background: #fff;
  color: var(--trs-navy);
}

.services-header {
  max-width: 900px;
  margin-bottom: 40px;
}

.services-blocks {
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.service-box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  border-top: 5px solid var(--trs-teal);
  padding: 24px 20px;
  box-shadow: 0 10px 25px rgba(16, 30, 44, .06);
  text-align: left;
}

.service-box h3 {
  color: var(--trs-navy);
  font-size: 1.22rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.service-box p {
  color: var(--trs-text);
  margin-bottom: 16px;
}

.service-box a {
  color: var(--trs-green);
  font-weight: 900;
  text-decoration: none;
}

.why1-choose-section {
  background: #f8fafc;
}

.why1-choose-container .subhead {
  color: var(--trs-muted);
  font-size: 1.15rem;
  max-width: 840px;
  margin: 0 auto 40px;
}

.why1-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.why1-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 22px;
  box-shadow: var(--trs-shadow);
  border-bottom: 5px solid var(--trs-green);
  text-align: center;
}

.why1-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
}

.why1-card h3 {
  color: var(--trs-navy);
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.why1-card p {
  color: var(--trs-muted);
}

.map-section {
  color: var(--trs-text);
  border-top: 1px solid #e2e8f0;
}

.map-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 44px;
}

.map-card {
  flex: 1 1 500px;
}

.map-inner {
  width: 100%;
  height: 400px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--trs-shadow);
  overflow: hidden;
  border: 8px solid #fff;
}

.map-inner iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-text {
  flex: 1 1 420px;
}

.map-text h2 {
  text-align: left;
}

.map-text p {
  color: var(--trs-muted);
  font-size: 1.08rem;
  margin-bottom: 16px;
}

.map-badge {
  display: inline-block;
  background: var(--trs-green);
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 900;
  font-size: .85rem;
  text-transform: uppercase;
  margin: 6px 0 12px;
}

.faq-section-light {
  background: #101e2c;
  color: #fff;
}

.faq-section-light h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 32px;
}

.faq-grid {
  display: grid;
  gap: 15px;
}

.faq-item {
  border: 1px solid rgba(75, 180, 181, .35);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
}

.faq-item summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900;
  padding: 18px 20px;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "▶";
  display: inline-block;
  margin-right: 8px;
  transition: transform .2s ease;
}

.faq-item[open] summary::before {
  transform: rotate(90deg);
}

.faq-item p {
  color: #d1d5db;
  padding: 0 20px 20px;
}

.service-areas {
  color: var(--trs-navy);
  border-top: 1px solid #e2e8f0;
}

.service-areas p {
  max-width: 900px;
  margin: 0 auto 35px;
}

.pin-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1000px;
}

.pin-list li a {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--trs-navy);
  text-decoration: none;
  transition: all .25s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
  border: 1px solid #e2e8f0;
}

.pin-list li a:hover {
  background: var(--trs-teal);
  color: #fff;
  border-color: var(--trs-teal);
  transform: translateY(-2px);
}

.service-area-cta {
  margin-top: 30px;
  padding: 13px 24px;
  background: var(--trs-navy);
  color: #fff !important;
}

.final-cta {
  text-align: center;
  background: linear-gradient(135deg, #101e2c, #0d1821);
  color: #fff;
}

.final-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.final-cta p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #e5e7eb;
  font-size: 1.15rem;
}

.site-footer {
  background: #0d1821;
  color: #fff;
}

.footer-inner {
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  padding: 3rem 0;
}

.site-footer h2,
.site-footer h3 {
  margin-bottom: .8rem;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
  padding: 1rem;
  font-size: .9rem;
}

@media (max-width: 1280px) {
  .nav-links {
    gap: .25rem;
  }

  .nav-links a {
    font-size: .88rem;
    padding-inline: .32rem;
  }

  .header-proof {
    display: none;
  }
}

@media (max-width: 1100px) {
  .main-nav {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .header-right {
    justify-self: end;
  }

  .services-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why1-choose-grid,
  .hauling-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }

  .map-text h2 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .main-nav {
    padding: .55rem .85rem;
    gap: .6rem;
  }

  .logo img {
    max-height: 44px;
  }

  .cta-btn {
    display: none;
  }

  .nav-links {
    flex-direction: column;
    gap: .25rem;
    align-items: stretch;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--menuTop, 120px);
    height: calc(100dvh - var(--menuTop, 120px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding: .75rem .85rem calc(100px + env(safe-area-inset-bottom));
    z-index: 20000;
    border-top: 1px solid rgba(0, 0, 0, .08);
  }

  .nav-links.active {
    display: flex;
    border: 1px solid #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  }

  .nav-links li a {
    color: #333 !important;
    border-bottom: 1px solid #f4f4f4;
    font-size: 1rem;
  }

  .sub-menu {
    position: static;
    box-shadow: none;
    min-width: 100%;
    max-height: none;
    overflow: visible;
    border-radius: 0;
    border-left: 2px solid rgba(0, 0, 0, .06);
    padding-left: .25rem;
    padding-bottom: 0;
  }

  .nav-links li:hover > .sub-menu {
    display: none;
  }

  .nav-links li.open > .sub-menu {
    display: block;
  }

  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }

  .trust-strip span {
    white-space: normal;
    text-align: center;
  }

  .hero-section,
  .hero-overlay {
    min-height: 620px;
  }

  .hero-overlay {
    padding: 80px 18px;
  }

  .hero-content h1 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .hero-content p {
    font-size: 1rem;
  }

  .section,
  .voice-answer-block,
  .local-service-section,
  .hauling-services-section,
  .reviews-section,
  .call-now-section,
  .new-services-section,
  .why1-choose-section,
  .map-section,
  .faq-section-light,
  .service-areas,
  .final-cta {
    padding: 58px 18px;
  }

  .services-blocks,
  .why1-choose-grid,
  .hauling-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .service-box,
  .review-card,
  .why1-card {
    text-align: center;
  }

  .map-inner {
    height: 310px;
  }

  .hero-actions,
  .cta-button-group {
    flex-direction: column;
    align-items: center;
  }

  .hero-button,
  .call-button {
    width: min(100%, 310px);
  }
}


/* v0.1.3 alignment, FAQ, and mobile polish */
body {
  overflow-x: hidden;
}

.call-now-container {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.call-now-section .section-kicker,
.call-now-section h2,
.call-now-section p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.call-now-section p {
  max-width: 820px;
}

.call-now-section a:not(.call-button) {
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-section-light {
  background: #f8fbfb;
  color: var(--trs-navy);
  padding: 60px 20px;
}

.faq-section-light h2 {
  color: var(--trs-navy);
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.faq-container {
  max-width: 900px;
  text-align: left;
}

.faq-grid {
  display: block;
}

.faq-item {
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(16, 30, 44, .08);
  overflow: hidden;
}

.faq-item summary {
  color: var(--trs-navy);
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 24px;
}

.faq-item summary::before {
  color: var(--trs-teal);
}

.faq-item p {
  color: #334155;
  font-size: 1rem;
  line-height: 1.7;
  padding: 0 24px 24px;
}

.faq-item a {
  color: var(--trs-cta-green);
  font-weight: 800;
}

@media (max-width: 768px) {
  .top-bar {
    font-size: .78rem;
    padding: .32rem .45rem;
  }

  .main-nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-right {
    gap: .5rem;
  }

  .hero-section,
  .hero-overlay {
    min-height: auto;
  }

  .hero-overlay {
    padding: 86px 18px 76px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-eyebrow,
  .section-kicker {
    font-size: .82rem;
    line-height: 1.35;
  }

  .hero-content h1,
  .call-now-section h2,
  .final-cta h2 {
    letter-spacing: -0.025em;
  }

  .call-now-section h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .call-now-section p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .cta-button-group {
    width: 100%;
  }

  .call-button,
  .hero-button {
    width: min(100%, 340px);
    white-space: normal;
    text-align: center;
  }

  .faq-section-light {
    padding: 52px 18px;
  }

  .faq-container {
    width: 100%;
  }

  .faq-section-light h2 {
    font-size: 1.5rem;
  }

  .faq-item summary {
    font-size: 1.05rem;
    padding: 20px;
  }

  .faq-item p {
    padding: 0 20px 20px;
  }
}

@media (max-width: 420px) {
  .logo img {
    max-height: 38px;
  }

  .hamburger {
    font-size: 1.45rem;
    padding: .45rem;
  }

  .hero-overlay {
    padding-top: 70px;
  }

  .call-button,
  .hero-button {
    padding: 15px 22px;
    font-size: 1rem;
  }
}


/* v0.1.5 exact TRS homepage refinements */
.about-section-gradient {
  background: linear-gradient(135deg, var(--trs-teal), #3a9ea0);
  padding: 80px 20px 48px;
  margin-top: 48px;
}

.about-gradient-overlay {
  padding: 0;
  background: transparent;
}

.about-gradient-container {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  color: var(--trs-text);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.about-section-gradient h2 {
  color: var(--trs-navy);
  text-transform: none;
  letter-spacing: 0;
}

.about-section-gradient p {
  color: #374151;
}

.local-service-section {
  background: var(--trs-navy);
  color: #fff;
  text-align: center;
  padding: 60px 20px 40px;
  margin-top: 48px;
}

.local-service-section .split-section {
  display: block;
  max-width: 1100px;
}

.local-service-section h2 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
}

.local-service-section p {
  color: #fff;
  max-width: 840px;
  margin: 0 auto 20px;
}

.local-service-section .text-link {
  color: #fff;
  background: var(--trs-cta-green);
  border: 0;
  border-radius: 8px;
  padding: 13px 28px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.call-now-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  background: var(--trs-navy);
  color: #f9fafb;
  text-align: center;
}

.call-now-container {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
}

.call-now-section .section-kicker:empty {
  display: none;
}

.call-now-section h2 {
  color: #fff;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.call-now-section p {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.call-now-section a:not(.call-button) {
  color: #fff;
  text-decoration: underline;
  font-weight: 800;
}

.call-now-section .cta-button-group {
  width: 100%;
  justify-content: center;
}

.call-now-section .call-button {
  min-width: 260px;
  text-align: center;
  text-decoration: none;
}

.faq-section-light {
  background: #f3f6f8 !important;
  color: var(--trs-navy) !important;
  padding: 80px 20px;
}

.faq-section-light h2 {
  color: var(--trs-navy) !important;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: none;
  line-height: 1.15;
  margin-bottom: 32px;
}

.faq-section-light .faq-item {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(16, 30, 44, .06);
}

.faq-section-light .faq-item summary {
  color: var(--trs-navy) !important;
}

.faq-section-light .faq-item summary::before {
  color: var(--trs-teal);
}

.faq-section-light .faq-item p {
  color: var(--trs-muted) !important;
}

.contact-form-section {
  background: linear-gradient(135deg, #f8fbfb, #ffffff);
  color: var(--trs-navy);
}

.contact-form-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.contact-form-copy h2 {
  color: var(--trs-navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.contact-form-copy p {
  color: var(--trs-muted);
  font-size: 1.12rem;
}

.contact-phone-note {
  margin-top: 18px;
  font-weight: 900;
}

.contact-phone-note a {
  color: var(--trs-green);
}

.contact-form-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--trs-shadow);
  padding: 30px;
  border-top: 5px solid var(--trs-teal);
}

.bwr-hp {
  display: none !important;
}

.bwr-lead-form,
.trs-lead-form {
  display: grid;
  gap: 16px;
}

.bwr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bwr-lead-form label {
  display: grid;
  gap: 7px;
  color: var(--trs-navy);
  font-weight: 900;
  font-size: .95rem;
}

.bwr-lead-form input,
.bwr-lead-form select,
.bwr-lead-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: var(--trs-navy);
  font: inherit;
  background: #fff;
}

.bwr-lead-form textarea {
  resize: vertical;
  min-height: 130px;
}

.bwr-btn,
.bwr-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 16px 24px;
  background: var(--trs-cta-green);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(0, 168, 107, .22);
}

@media (max-width: 900px) {
  .contact-form-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-form-copy {
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .about-section-gradient,
  .local-service-section,
  .call-now-section,
  .faq-section-light,
  .contact-form-section {
    padding: 56px 16px;
  }

  .about-gradient-container,
  .contact-form-card {
    padding: 26px 18px;
  }

  .call-now-section {
    min-height: auto;
  }

  .call-now-section .call-button,
  .hero-button,
  .bwr-btn,
  .bwr-btn-primary {
    width: 100%;
    max-width: 360px;
  }

  .bwr-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .about-section-gradient,
  .local-service-section,
  .call-now-section,
  .faq-section-light,
  .contact-form-section {
    padding-inline: 14px;
  }

  .call-now-section h2,
  .faq-section-light h2,
  .contact-form-copy h2 {
    font-size: 1.9rem;
  }
}


/* v0.1.6 old-homepage block matching and background-image restoration */
.local-service-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--trs-navy) var(--section-bg) center/cover no-repeat;
}

.local-service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(16, 30, 44, .88);
}

.local-service-section .split-section {
  width: min(980px, calc(100% - 40px));
  margin-inline: auto;
}

.local-service-section .text-link {
  color: #fff !important;
  background: var(--trs-cta-green);
  border: 0;
  border-radius: 8px;
  padding: 14px 32px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.local-experts-image-section {
  position: relative;
  background: var(--trs-navy) var(--section-bg) center/cover no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.local-experts-overlay {
  padding: 95px 20px;
  background: linear-gradient(180deg, rgba(16, 30, 44, .68), rgba(16, 30, 44, .76));
}

.local-experts-container {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.local-experts-image-section h2 {
  color: var(--trs-teal);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1rem;
}

.local-experts-image-section p {
  color: #fff;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  max-width: 980px;
  margin: 0 auto 1.7rem;
}

.local-experts-image-section a:not(.hero-button) {
  color: var(--trs-green);
  font-weight: 900;
}

@media (max-width: 768px) {
  .local-service-section .split-section,
  .local-experts-container {
    width: min(100%, calc(100% - 28px));
  }

  .local-service-section {
    padding: 56px 14px;
  }

  .local-experts-overlay {
    padding: 64px 14px;
  }

  .local-experts-image-section h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .local-experts-image-section .hero-button,
  .local-service-section .text-link {
    width: min(100%, 360px);
  }
}


/* v0.1.7 — match original TRS section behavior:
   navy CTA block first, then separate image-background local experts block. */
.local-service-section {
  background: #101E2C !important;
  background-image: none !important;
  color: #f3f4f6 !important;
  text-align: center !important;
  margin-top: 48px !important;
  padding: 60px 20px 48px !important;
}

.local-service-section .split-section {
  display: block !important;
  width: min(1100px, calc(100% - 32px)) !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.local-service-section .split-section > div {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}

.local-service-section .section-kicker {
  color: var(--trs-teal) !important;
  text-align: center !important;
}

.local-service-section h2 {
  color: #ffffff !important;
  text-align: center !important;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem) !important;
  line-height: 1.18 !important;
  letter-spacing: .02em !important;
  margin: 0 auto 18px !important;
}

.local-service-section p {
  color: #ffffff !important;
  text-align: center !important;
  font-size: clamp(1rem, 1.5vw, 1.18rem) !important;
  line-height: 1.8 !important;
  max-width: 850px !important;
  margin: 0 auto !important;
}

.local-service-section a:not(.text-link) {
  color: #00a86b !important;
  font-weight: 900 !important;
}

.local-service-section .text-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 250px !important;
  margin: 24px auto 0 !important;
  padding: 14px 34px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #00a86b !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 15px rgba(0,0,0,.3) !important;
}

.local-experts-image-section {
  margin-top: 40px !important;
  background: var(--trs-navy) var(--section-bg) center/cover no-repeat !important;
}

.local-experts-overlay {
  padding: 80px 20px !important;
  background: rgba(16, 30, 44, .70) !important;
}

.local-experts-container {
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.local-experts-image-section .section-kicker {
  color: #ffffff !important;
  font-size: clamp(1rem, 2vw, 1.3rem) !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}

.local-experts-image-section h2 {
  color: var(--trs-teal) !important;
  text-align: center !important;
  font-size: clamp(2.2rem, 5.2vw, 4rem) !important;
  line-height: 1.08 !important;
  letter-spacing: .04em !important;
  margin: 0 auto 22px !important;
}

.local-experts-image-section p {
  color: #f3f4f6 !important;
  text-align: center !important;
  font-size: clamp(1rem, 1.7vw, 1.25rem) !important;
  line-height: 1.65 !important;
  max-width: 900px !important;
  margin: 0 auto 28px !important;
}

.local-experts-image-section .hero-button {
  background: var(--trs-green) !important;
  border-color: var(--trs-green) !important;
  border-radius: 6px !important;
}

@media (max-width: 768px) {
  .local-service-section {
    margin-top: 28px !important;
    padding: 48px 14px 42px !important;
  }

  .local-service-section .split-section {
    width: 100% !important;
  }

  .local-service-section .text-link,
  .local-experts-image-section .hero-button {
    width: min(100%, 340px) !important;
    min-width: 0 !important;
    padding: 14px 18px !important;
    white-space: normal !important;
  }

  .local-experts-image-section {
    margin-top: 28px !important;
  }

  .local-experts-overlay {
    padding: 58px 14px !important;
  }
}


/* v0.1.8 — side-by-side TRS original alignment pass.
   These overrides keep CSV rendering, while matching the original section rhythm. */

/* Original TRS has a visible breathing gap after image CTA sections. */
.local-experts-image-section {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

/* Original icon/service list block is navy, separated from the image banner by white space. */
.hauling-services-section {
  background: #101E2C !important;
  color: #ffffff !important;
  text-align: center !important;
  padding: 80px 20px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hauling-services-section .hauling-container {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.hauling-services-section h2 {
  color: #ffffff !important;
  font-size: clamp(2rem, 4.2vw, 3.05rem) !important;
  line-height: 1.18 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
  margin: 0 auto 12px !important;
  max-width: 1050px !important;
}

.hauling-services-section > div > p {
  color: #4BB4B5 !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  max-width: 780px !important;
  margin: 0 auto 48px !important;
}

.hauling-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: center !important;
}

.hauling-item {
  flex: 1 1 150px !important;
  max-width: 180px !important;
}

.hauling-item a {
  min-height: 150px !important;
  background: rgba(255, 255, 255, .05) !important;
  border: 1px solid rgba(75, 180, 181, .30) !important;
  border-radius: 12px !important;
  padding: 30px 15px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  font-weight: 900 !important;
}

.hauling-item a:hover {
  background: rgba(94, 181, 82, .10) !important;
  border-color: #5EB552 !important;
  transform: translateY(-5px) !important;
}

.hauling-icon {
  color: #5EB552 !important;
  font-size: 2.4rem !important;
  line-height: 1 !important;
}

.hauling-footer {
  margin-top: 40px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  max-width: 900px !important;
}

.hauling-footer p {
  color: #cbd5e1 !important;
  font-size: 1.05rem !important;
}

/* Original local-service block is solid navy and has its own gap before image section. */
.local-service-section {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
  padding: 60px 20px !important;
}

/* Prevent sticky header from visually covering section starts on anchor jumps/customizer scroll. */
section {
  scroll-margin-top: 132px;
}

@media (max-width: 768px) {
  .local-experts-image-section {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .hauling-services-section {
    padding: 56px 14px !important;
  }

  .hauling-grid {
    gap: 14px !important;
  }

  .hauling-item {
    flex: 1 1 calc(50% - 14px) !important;
    max-width: none !important;
  }

  .hauling-item a {
    min-height: 128px !important;
    padding: 22px 12px !important;
  }

  .local-service-section {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    padding: 48px 14px !important;
  }
}

@media (max-width: 480px) {
  .hauling-item {
    flex-basis: 100% !important;
  }
}


/* v0.2.0 original TRS alignment and SEO/performance shell polish */
.local-service-section {
  background: var(--trs-navy) !important;
  color: #f3f4f6 !important;
  text-align: center !important;
  margin-top: 48px !important;
  padding: 64px 20px 56px !important;
}

.local-service-section .split-section {
  display: block !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.local-service-section h2 {
  color: var(--trs-teal) !important;
  max-width: 960px;
  margin-inline: auto;
}

.local-service-section p {
  color: #e5e7eb !important;
  max-width: 920px;
  margin: 0 auto !important;
}

.local-service-section .text-link {
  color: var(--trs-green) !important;
}

.local-experts-image-section {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.hauling-services-section {
  margin-top: 0 !important;
  background: var(--trs-navy) !important;
}

.call-now-section {
  background: linear-gradient(135deg, var(--trs-navy), #0d1821) !important;
  text-align: center !important;
}

.call-now-container,
.faq-container,
.contact-form-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.call-now-container {
  width: min(820px, calc(100% - 32px)) !important;
}

.faq-section-light {
  background: #f8fafc !important;
  color: var(--trs-navy) !important;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.faq-section-light h2 {
  color: var(--trs-navy) !important;
}

.faq-item {
  background: #ffffff !important;
  border: 1px solid #dbe4ea !important;
  box-shadow: 0 8px 24px rgba(16, 30, 44, .06);
}

.faq-item summary {
  color: var(--trs-navy) !important;
}

.faq-item summary::before {
  color: var(--trs-teal) !important;
}

.faq-item p {
  color: var(--trs-muted) !important;
}

@media (max-width: 768px) {
  .local-service-section,
  .local-experts-image-section,
  .hauling-services-section,
  .call-now-section,
  .new-services-section,
  .why1-choose-section,
  .map-section,
  .faq-section-light,
  .service-areas,
  .contact-form-section,
  .final-cta {
    padding: 56px 16px !important;
  }

  .local-service-section {
    margin-top: 32px !important;
  }

  .local-experts-image-section {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .hero-actions,
  .cta-button-group {
    align-items: stretch !important;
    flex-direction: column !important;
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .hero-button,
  .call-button,
  .cta-btn {
    white-space: normal !important;
    text-align: center;
  }

  .faq-item summary {
    padding: 16px !important;
  }

  .faq-item p {
    padding: 0 16px 16px !important;
  }
}


/* v0.2.1 original TRS homepage alignment */
.service-faq-section {
  background: #f8fbfb;
  padding: 60px 20px;
}

.service-faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.service-faq-container h2 {
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  color: #101E2C;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.service-faq-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(16, 30, 44, 0.08);
}

.service-faq-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #101E2C;
  margin-bottom: 10px;
}

.service-faq-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: #334155;
  margin: 0;
}

.about-section-gradient {
  background: linear-gradient(135deg, #4BB4B5, #3a9ea0);
  padding: 80px 20px 48px;
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.about-gradient-overlay {
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
}

.about-gradient-container {
  background: #ffffff;
  padding: 40px;
  max-width: 900px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #374151;
}

.about-gradient-container h2 {
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin-bottom: 20px;
  color: #101E2C;
}

.about-gradient-container p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 16px;
}

.local-service-section {
  width: 100%;
  background-color: #101E2C !important;
  margin-top: .5in;
  padding: 60px 5% 40px;
  color: #f3f4f6;
  text-align: center;
}

.local-service-section .split-section {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.local-service-section h2 {
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  color: #4BB4B5;
  margin-bottom: 20px;
}

.local-service-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #d1d5db;
  max-width: 800px;
  margin: 0 auto;
}

.local-experts-image-section {
  margin-top: 40px;
}

.hauling-services-intro-section {
  background:
    radial-gradient(circle at top left, rgba(75, 180, 181, .16), transparent 34%),
    linear-gradient(135deg, #f8fdf8, #ffffff 54%, #eef8f1);
  padding: clamp(56px, 7vw, 82px) 20px;
  text-align: center;
  color: #101E2C;
  margin-top: .25in;
  margin-bottom: .25in;
  border-top: 1px solid rgba(75, 180, 181, .18);
  border-bottom: 1px solid rgba(75, 180, 181, .18);
}

.hauling-services-container {
  max-width: 1180px;
  margin: 0 auto;
}

.hauling-services-intro-section .section-kicker {
  color: #4BB4B5;
  letter-spacing: .18em;
  margin-bottom: 18px;
}

.hauling-services-intro-section h2 {
  max-width: 820px;
  margin: 0 auto 20px;
  font-size: clamp(1.95rem, 4.2vw, 3rem);
  line-height: 1.08;
  font-weight: 900;
  color: #101E2C;
  letter-spacing: -.035em;
}

.hauling-services-intro-section .experience-lead {
  max-width: 780px;
  margin: 0 auto 30px;
  color: #334155;
  font-size: clamp(1.02rem, 1.7vw, 1.16rem);
  line-height: 1.72;
}

.experience-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.experience-card {
  height: 100%;
  padding: 25px 24px;
  border: 1px solid rgba(75, 180, 181, .22);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 45px rgba(16, 30, 44, .08);
  text-align: left;
}

.experience-card-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(0, 168, 107, .11);
  font-size: 1.3rem;
}

.experience-card h3 {
  margin: 0 0 10px;
  color: #101E2C;
  font-size: 1.15rem;
  line-height: 1.25;
}

.experience-card p {
  margin: 0;
  color: #475569;
  font-size: .98rem;
  line-height: 1.65;
}

@media (max-width: 860px) {
  .experience-card-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    text-align: center;
  }
}


@media (min-width: 769px) {
  .trs-conversion-dock {
    max-width: calc(100vw - 36px);
  }
}

@media (max-width: 1100px) {
  .hauling-services-intro-section h2 {
    max-width: 760px;
  }

  .experience-card-grid {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hauling-services-section {
  background-color: #101E2C;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
}

.hauling-services-section h2 {
  font-size: clamp(1.9rem, 4vw, 2.2rem);
  margin-bottom: 10px;
  color: #ffffff;
}

.hauling-services-section > .hauling-container > p {
  font-size: 1.1rem;
  color: #4BB4B5;
  margin-bottom: 50px;
  font-weight: 600;
}

.hauling-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.hauling-item {
  flex: 1 1 150px;
  max-width: 180px;
}

.hauling-item a {
  min-height: 150px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(75, 180, 181, .3);
  padding: 30px 15px;
  border-radius: 12px;
}

.call-now-section {
  background-color: #101E2C;
  color: #f9fafb;
  text-align: center;
  padding: 80px 20px;
}

.call-now-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.call-now-section h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 10px;
}

.call-now-section p {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #d1d5db;
}

.call-button {
  display: inline-block;
  padding: 18px 40px;
  background-color: #5EB552;
  color: #ffffff !important;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(94, 181, 82, .3);
}

.faq-section-light {
  background: #f8fafc !important;
  color: #101E2C !important;
  border-top: 1px solid #e2e8f0;
}

.faq-section-light .faq-container h2 {
  color: #101E2C !important;
}

.faq-section-light .faq-item {
  background: #ffffff !important;
  color: #101E2C !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 6px 18px rgba(16, 30, 44, .08);
}

.faq-section-light .faq-item summary {
  color: #101E2C !important;
}

.faq-section-light .faq-item p {
  color: #334155 !important;
}

.contact-form-section-top {
  background: #ffffff;
}

@media (max-width: 768px) {
  .service-faq-section,
  .contact-form-section,
  .about-section-gradient,
  .local-service-section,
  .local-experts-overlay,
  .hauling-services-intro-section,
  .hauling-services-section,
  .reviews-section,
  .call-now-section,
  .new-services-section,
  .why1-choose-section,
  .map-section,
  .faq-section-light,
  .service-areas,
  .final-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-gradient-container {
    padding: 30px 20px;
  }

  .hauling-item {
    flex: 1 1 42%;
    max-width: none;
  }

  .call-button,
  .hero-button {
    width: 100%;
    max-width: 340px;
    text-align: center;
  }
}


/* Admin-only section labels help identify editable theme sections without public bloat. */
.trs-section-label {
  position: sticky;
  top: 120px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  max-width: min(100% - 2rem, 980px);
  margin: .75rem 1rem 0;
  padding: .45rem .7rem;
  border: 2px solid #f59e0b;
  border-radius: 999px;
  background: rgba(17, 24, 39, .94);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78rem;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.trs-section-label strong {
  color: #fbbf24;
  font-weight: 900;
}

.trs-section-label span {
  opacity: .96;
}

[data-trs-section] {
  position: relative;
}

@media (max-width: 768px) {
  .trs-section-label {
    top: 82px;
    display: block;
    max-width: calc(100% - 1rem);
    margin: .5rem;
    border-radius: 12px;
    font-size: .72rem;
  }

  .trs-section-label strong,
  .trs-section-label span {
    display: block;
  }
}




/* Optional conversion tools controlled by Appearance → AAA Rain Gutters Design.
   These base styles do not depend on generated CSS. */
.trs-conversion-dock {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(16, 30, 44, 0.94);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.trs-conversion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.12rem;
  border-radius: 999px;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.trs-conversion-btn:hover,
.trs-conversion-btn:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.trs-conversion-btn-call {
  color: #ffffff;
  background: linear-gradient(135deg, #00a86b, #5eb552);
  box-shadow: 0 10px 24px rgba(0, 168, 107, 0.26);
}

.trs-conversion-btn-message {
  color: #101e2c;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.18);
}

.trs-floating-estimate {
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.12rem;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #00a86b, #5eb552);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.trs-mobile-call-bar {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.55rem;
  border-radius: 20px;
  background: rgba(16, 30, 44, 0.96);
  box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.22);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.trs-mobile-call-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.62rem 0.85rem;
  border-radius: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.trs-mobile-call-primary {
  flex: 1.1;
  color: #ffffff;
  background: linear-gradient(135deg, #00a86b, #5eb552);
}

.trs-mobile-call-secondary {
  flex: 0.9;
  color: #101e2c;
  background: #ffffff;
}

@media (max-width: 768px) {
  .trs-conversion-dock,
  .trs-floating-estimate {
    display: none;
  }

  .trs-mobile-call-bar {
    display: flex;
  }

  body {
    padding-bottom: 78px;
  }
}

@media (min-width: 769px) {
  .trs-mobile-call-bar {
    display: none;
  }
}

/* v0.5.1: Dynamic plugin pages use the same designer-aware shell as homepage sections. */
.trs-dynamic-page .trs-dpp-section,
.trs-dynamic-page .voice-answer-block,
.trs-dynamic-page .contact-form-section,
.trs-dynamic-page .new-services-section,
.trs-dynamic-page .hauling-services-section,
.trs-dynamic-page .hauling-services-intro-section,
.trs-dynamic-page .call-now-section,
.trs-dynamic-page .faq-section-light,
.trs-dynamic-page .final-cta {
  position: relative;
  overflow: hidden;
}

.trs-dynamic-page .trs-dpp-container,
.trs-dynamic-page .services-header,
.trs-dynamic-page .services-blocks,
.trs-dynamic-page .hauling-container,
.trs-dynamic-page .call-now-container,
.trs-dynamic-page .faq-container,
.trs-dynamic-page .voice-answer-container,
.trs-dynamic-page .contact-form-container {
  width: min(1170px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.trs-dynamic-page .trs-dpp-center { text-align: center; }
.trs-dynamic-page .trs-dpp-narrow { max-width: 920px; margin-left: auto; margin-right: auto; }

.trs-dynamic-page .trs-dpp-eyebrow,
.trs-dynamic-page .section-kicker {
  display: inline-block;
  color: var(--trs-teal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.trs-dynamic-page .trs-dpp-card {
  text-decoration: none;
}

.trs-dynamic-page .trs-dpp-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(75,180,181,.14);
  color: var(--trs-green);
  font-size: 1.6rem;
}

.trs-dynamic-page .trs-dpp-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.trs-dynamic-page .trs-dpp-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.trs-dynamic-page .trs-dpp-check-list {
  display: grid;
  gap: .75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.trs-dynamic-page .trs-dpp-check-list li {
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.6;
}

.trs-dynamic-page .trs-dpp-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--trs-green);
  font-weight: 900;
}

.trs-dynamic-page .trs-dpp-service-pills,
.trs-dynamic-page .trs-dpp-nearby {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.trs-dynamic-page .trs-dpp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--trs-navy);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16,30,44,.08);
}

.trs-dynamic-page .trs-dpp-pill:hover {
  color: #fff;
  background: var(--trs-green);
}

.trs-dynamic-page .trs-dpp-form-wrap {
  max-width: 780px;
  margin: 2rem auto 0;
  padding: clamp(1.25rem, 4vw, 2rem);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--trs-shadow);
  text-align: left;
  border-top: 5px solid var(--trs-teal);
}

.trs-dynamic-page .trs-dpp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
}

.trs-dynamic-page .trs-dpp-form-wrap input,
.trs-dynamic-page .trs-dpp-form-wrap textarea,
.trs-dynamic-page .trs-dpp-form-wrap select {
  width: 100%;
  padding: .85rem 1rem;
  border: 1px solid rgba(16,30,44,.18);
  border-radius: 12px;
  font: inherit;
}

.trs-dynamic-page .trs-dpp-form-wrap textarea {
  grid-column: 1 / -1;
  min-height: 110px;
}

.trs-dynamic-page .trs-dpp-form-wrap button {
  grid-column: 1 / -1;
  width: 100%;
  border: 0;
  border-radius: var(--trs-button-radius, 12px);
  padding: 1rem 1.25rem;
  background: var(--trs-button-gradient);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.trs-dynamic-page .trs-dpp-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.trs-dynamic-page .trs-dpp-faq-grid .faq-item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16,30,44,.07);
}

@media (max-width: 900px) {
  .trs-dynamic-page .trs-dpp-split,
  .trs-dynamic-page .trs-dpp-faq-grid {
    grid-template-columns: 1fr;
  }

  .trs-dynamic-page .services-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .trs-dynamic-page .services-blocks {
    grid-template-columns: 1fr;
  }

  .trs-dynamic-page .trs-dpp-form-grid {
    grid-template-columns: 1fr;
  }
}


/* v0.6.0: hardened conversion buttons. Works without generated CSS. */
.trs-conversion-dock {
  position: fixed !important;
  right: 18px !important;
  bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  z-index: 2147483000 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 999px !important;
  background: rgba(16,30,44,.96) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.32) !important;
  backdrop-filter: blur(12px) !important;
}

.trs-conversion-btn,
.trs-mobile-call-bar a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.trs-conversion-btn {
  padding: 0 18px !important;
  font-size: 15px !important;
}

.trs-conversion-btn-call,
.trs-mobile-call-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #00a86b, #5eb552) !important;
  box-shadow: 0 10px 24px rgba(0,168,107,.26) !important;
}

.trs-conversion-btn-message,
.trs-mobile-call-secondary {
  color: #101e2c !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(255,255,255,.18) !important;
}

.trs-mobile-call-bar {
  position: fixed !important;
  left: 10px !important;
  right: 10px !important;
  bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  z-index: 2147483000 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 8px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 18px !important;
  background: rgba(16,30,44,.97) !important;
  box-shadow: 0 -12px 34px rgba(0,0,0,.30) !important;
  backdrop-filter: blur(14px) !important;
}

.trs-mobile-call-primary {
  flex: 1.05 1 0 !important;
}

.trs-mobile-call-secondary {
  flex: .95 1 0 !important;
}

@media (max-width: 1024px) {
  .trs-conversion-dock,
  .trs-floating-estimate {
    display: none !important;
  }

  .trs-mobile-call-bar {
    display: flex !important;
  }

  body {
    padding-bottom: 88px !important;
  }
}

@media (min-width: 1025px) {
  .trs-mobile-call-bar {
    display: none !important;
  }

  .trs-conversion-dock {
    display: flex !important;
  }
}



/* v0.6.3 FAQ polish: visible customer FAQs + cleaner accordion spacing */
.service-faq-section .service-faq-container {
    max-width: 1120px;
}

.service-faq-section .service-faq-item h3 {
    line-height: 1.3;
}

.faq-section-light .faq-container {
    max-width: 1180px;
}

.faq-section-light .faq-grid {
    align-items: start;
}

.faq-section-light .faq-item summary {
    cursor: pointer;
    line-height: 1.35;
}

.faq-section-light .faq-item p {
    line-height: 1.7;
}

/* v0.6.4: keep desktop conversion dock from covering FAQ/trust content. */
@media (min-width: 1025px) {
  .trs-conversion-dock {
    right: calc(12px + env(safe-area-inset-right)) !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    gap: 7px !important;
    padding: 6px !important;
    border-radius: 999px !important;
    transform: scale(0.92);
    transform-origin: bottom right;
  }

  .trs-conversion-btn {
    min-height: 38px !important;
    padding: 0.54rem 0.76rem !important;
    font-size: 0.84rem !important;
    letter-spacing: 0.01em !important;
  }

  .experience-section,
  .hauling-services-intro-section,
  .service-faq-section,
  .faq-section-light,
  .final-cta {
    scroll-margin-bottom: 110px;
  }

  .experience-section,
  .service-faq-section,
  .faq-section-light {
    padding-bottom: max(92px, 5.75rem) !important;
  }

  .faq-section-light .faq-container,
  .service-faq-section .service-faq-container,
  .experience-container {
    padding-right: min(8vw, 96px);
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .trs-conversion-dock {
    transform: scale(0.86);
  }

  .faq-section-light .faq-container,
  .service-faq-section .service-faq-container,
  .experience-container {
    padding-right: min(12vw, 130px);
  }
}

@media (min-width: 1025px) and (max-height: 760px) {
  .trs-conversion-dock {
    transform: scale(0.84);
  }
}

/* v0.6.5: Contact dock is large enough to notice without covering FAQ content. */
@media (min-width: 769px) {
  .trs-conversion-dock {
    transform: scale(1.04);
    transform-origin: right bottom;
  }

  #home-lower-faq,
  .faq-section-light,
  .service-faq-section {
    padding-bottom: max(96px, 6vw);
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .trs-conversion-dock {
    right: 12px;
    bottom: 14px;
    gap: 0.5rem;
    padding: 0.46rem;
    transform: scale(0.98);
  }

  .trs-conversion-btn {
    min-height: 44px;
    padding: 0.68rem 0.92rem;
    font-size: 0.93rem;
  }
}


/* v0.6.6 mobile header and menu stability */
@media (max-width: 1100px) {
  .site-header {
    z-index: 100000;
  }

  .main-nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .75rem;
    padding: .55rem .95rem;
  }

  .logo {
    justify-self: start;
  }

  .logo img {
    max-height: 48px;
    width: auto;
  }

  .header-right {
    justify-self: end;
    justify-content: flex-end;
    gap: .5rem;
  }

  .header-proof,
  .header-right .cta-btn {
    display: none !important;
  }

  .hamburger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: var(--trs-cta-green);
    color: #fff;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(0, 168, 107, .22);
    cursor: pointer;
  }

  .hamburger[aria-expanded="true"] {
    background: var(--trs-navy);
  }

  .nav-links {
    display: none !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--menuTop, 120px) !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: auto !important;
    max-height: none !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: .7rem 1rem calc(118px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    background: #fff !important;
    border-top: 1px solid rgba(16, 30, 44, .08) !important;
    box-shadow: 0 16px 35px rgba(16, 30, 44, .16) !important;
    z-index: 2147483000 !important;
  }

  .nav-links.active {
    display: flex !important;
  }

  .nav-links > li {
    width: 100% !important;
    position: relative !important;
  }

  .nav-links > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: .75rem .85rem !important;
    color: var(--trs-navy) !important;
    border-bottom: 1px solid rgba(16, 30, 44, .08) !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-decoration: none !important;
  }

  .nav-links a.has-submenu::after {
    content: "" !important; border-left: .32em solid transparent; border-right: .32em solid transparent; border-top: .42em solid currentColor; display: inline-block; width: 0; height: 0; vertical-align: middle;
    flex: 0 0 auto;
    margin-left: .8rem;
    color: var(--trs-muted);
    font-size: .9rem;
    transform: rotate(0deg);
    transition: transform .18s ease;
  }

  .nav-links li.open > a.has-submenu::after {
    transform: rotate(180deg);
  }

  .nav-links .sub-menu,
  .nav-links li:hover > .sub-menu {
    display: none !important;
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: .25rem 0 .45rem .65rem !important;
    background: #f8fafc !important;
    border: 0 !important;
    border-left: 3px solid var(--trs-teal) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .nav-links li.open > .sub-menu,
  .nav-links li.open:hover > .sub-menu {
    display: block !important;
  }

  .nav-links .sub-menu li {
    width: 100% !important;
  }

  .nav-links .sub-menu a {
    display: block !important;
    width: 100% !important;
    padding: .62rem .85rem !important;
    color: var(--trs-navy) !important;
    border-bottom: 1px solid rgba(16, 30, 44, .06) !important;
    font-size: .94rem !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  .nav-links .sub-menu .menu-label {
    padding: .7rem .85rem .3rem !important;
    color: var(--trs-muted) !important;
    background: transparent !important;
    border: 0 !important;
    font-size: .74rem !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  body.menu-open {
    overflow: hidden !important;
    touch-action: none;
  }

  body.menu-open .trs-floating-contact-dock {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .top-bar {
    font-size: .76rem;
    padding: .28rem .45rem;
  }

  .trust-strip {
    display: flex;
    gap: .65rem;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding: .42rem .85rem;
    -webkit-overflow-scrolling: touch;
  }

  .trust-strip span {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: .78rem;
  }

  .main-nav {
    padding: .48rem .75rem;
  }

  .logo img {
    max-height: 42px;
  }

  .hamburger {
    width: 46px;
    height: 42px;
  }

  .nav-links {
    padding-inline: .75rem !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .nav-links {
    top: var(--menuTop, 140px) !important;
  }
}



/* Common Property Drainage Problems */
.common-problems-section {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7rem) 1.25rem;
  background:
    radial-gradient(circle at 15% 10%, rgba(75, 180, 181, .14), transparent 32%),
    linear-gradient(180deg, #f8fcfb 0%, #ffffff 100%);
}

.common-problems-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.common-problems-lead {
  max-width: 820px;
  margin: 0 auto 2.25rem;
  color: var(--trs-muted);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.common-problems-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  text-align: left;
}

.common-problem-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.45rem;
  border: 1px solid rgba(75, 180, 181, .28);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(16, 30, 44, .08);
}

.common-problem-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(75, 180, 181, .14);
  font-size: 1.35rem;
}

.common-problem-card h3 {
  margin: 0 0 .65rem;
  color: var(--trs-navy);
  font-size: 1.12rem;
  line-height: 1.2;
}

.common-problem-card h3 a {
  color: inherit;
  text-decoration: none;
}

.common-problem-card p {
  margin: 0;
  color: var(--trs-muted);
  font-size: .98rem;
  line-height: 1.62;
}

.common-problem-link {
  display: inline-flex;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--trs-green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1050px) {
  .common-problems-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .common-problems-section {
    padding: 3.25rem 1rem;
  }

  .common-problems-grid {
    grid-template-columns: 1fr;
  }

  .common-problem-card {
    padding: 1.25rem;
    border-radius: 20px;
  }
}

/* Static Contact + Blog Pages */
.trs-static-page{background:var(--trs-light,#F8FAFC);color:var(--trs-text,#1F2937);}
.trs-static-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto;}
.trs-static-hero{position:relative;overflow:hidden;padding:72px 0 54px;background:linear-gradient(135deg,var(--trs-navy,#101E2C) 0%,var(--trs-secondary-navy,#0D1821) 58%,var(--trs-teal,#4BB4B5) 140%);color:var(--trs-white,#FFFFFF);}
.trs-static-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 8%,rgba(75,180,181,.30),transparent 30%),radial-gradient(circle at 88% 18%,rgba(94,181,82,.20),transparent 34%),linear-gradient(135deg,rgba(16,30,44,.18),rgba(16,30,44,.64));pointer-events:none;}
.trs-static-hero>.trs-static-wrap{position:relative;z-index:1;}
.trs-static-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:30px;align-items:center;}
.trs-static-kicker{margin:0 0 10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:var(--trs-teal,#4BB4B5);}
.trs-static-hero h1{margin:0 0 16px;font-size:clamp(2.1rem,5vw,4.6rem);line-height:.98;letter-spacing:-.045em;max-width:900px;color:var(--trs-white,#FFFFFF);}
.trs-static-hero p{font-size:1.1rem;line-height:1.7;max-width:780px;color:rgba(255,255,255,.90);}
.trs-static-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}
.trs-static-btn,.trs-blog-read{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:var(--trs-button-radius,999px);background:var(--trs-button-gradient,linear-gradient(135deg,#00A86B,#5EB552));color:var(--trs-white,#FFFFFF)!important;font-weight:900;text-decoration:none!important;box-shadow:0 14px 28px rgba(0,0,0,.18);}
.trs-static-btn-light{background:var(--trs-white,#FFFFFF)!important;color:var(--trs-navy,#101E2C)!important;}
.trs-static-section{padding:54px 0;background:var(--trs-light,#F8FAFC);}
.trs-static-card{background:var(--trs-white,#FFFFFF);color:var(--trs-text,#1F2937);border-radius:var(--trs-card-radius,24px);padding:26px;border:1px solid rgba(16,30,44,.10);box-shadow:var(--trs-shadow,0 18px 50px rgba(16,30,44,.11));}
.trs-static-card h2{margin:0 0 12px;font-size:1.55rem;line-height:1.15;color:var(--trs-navy,#101E2C);}
.trs-static-card p,.trs-static-card li{color:var(--trs-muted,#4B5563);line-height:1.65;}
.trs-static-card ul{margin:18px 0 0;padding-left:20px;}
.trs-contact-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:28px;align-items:start;}
.trs-form-card h2{font-size:2rem;margin-bottom:12px;}
.trs-form-notice{border-radius:14px;padding:12px 14px;margin:0 0 16px;font-weight:800;}
.trs-form-notice-success{background:rgba(94,181,82,.16);color:#166534;border:1px solid rgba(94,181,82,.26);}
.trs-form-notice-error{background:#fee2e2;color:#991b1b;}
.trs-contact-phone-box{margin-top:22px;padding:18px;border-radius:18px;background:var(--trs-muted-bg,#F3F7F8);border:1px solid rgba(75,180,181,.18);}
.trs-contact-phone-box span{display:block;font-weight:800;color:var(--trs-muted,#4B5563);text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;}
.trs-contact-phone-box a{font-size:1.55rem;font-weight:950;color:var(--trs-cta-green,#00A86B);text-decoration:none;}
.trs-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.trs-blog-card{background:var(--trs-white,#FFFFFF);border:1px solid rgba(16,30,44,.10);border-radius:var(--trs-card-radius,22px);overflow:hidden;box-shadow:var(--trs-shadow,0 14px 38px rgba(16,30,44,.09));display:flex;flex-direction:column;}
.trs-blog-thumb{display:block;aspect-ratio:16/9;background:var(--trs-muted-bg,#F3F7F8);overflow:hidden;}
.trs-blog-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.trs-blog-card-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1;}
.trs-blog-meta{margin:0;color:var(--trs-teal,#4BB4B5);font-size:.86rem;font-weight:800;}
.trs-blog-card h2{font-size:1.35rem;line-height:1.18;margin:0;}
.trs-blog-card h2 a{color:var(--trs-navy,#101E2C);text-decoration:none;}
.trs-blog-card h2 a:hover{color:var(--trs-cta-green,#00A86B);}
.trs-blog-card p{color:var(--trs-muted,#4B5563);line-height:1.58;margin:0;}
.trs-blog-read{align-self:flex-start;margin-top:auto;padding:10px 15px;font-size:.92rem;box-shadow:none;}
.trs-blog-pagination{margin-top:34px;display:flex;justify-content:center;}
.trs-blog-pagination ul{display:flex;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap;}
.trs-blog-pagination a,.trs-blog-pagination span{display:block;padding:10px 14px;border-radius:999px;background:var(--trs-white,#FFFFFF);border:1px solid rgba(16,30,44,.12);text-decoration:none;font-weight:800;color:var(--trs-navy,#101E2C);}
.trs-blog-pagination .current{background:var(--trs-button-gradient,linear-gradient(135deg,#00A86B,#5EB552));color:var(--trs-white,#FFFFFF);}
.trs-empty-blog{text-align:center;max-width:720px;margin:0 auto;}
@media (max-width:900px){.trs-static-hero-grid,.trs-contact-grid{grid-template-columns:1fr}.trs-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trs-static-hero{padding:52px 0 40px}}
@media (max-width:640px){.trs-static-wrap{width:min(100% - 22px,1180px)}.trs-blog-grid{grid-template-columns:1fr}.trs-static-card{padding:20px}.trs-static-actions{flex-direction:column}.trs-static-btn{width:100%}.trs-static-hero h1{font-size:2.35rem}}


.site-header {
  background: var(--trs-white);
}

.top-bar {
  background: linear-gradient(135deg, #081746 0%, #0b1f63 65%, #1e88ff 140%) !important;
}

.main-nav {
  border-bottom: 1px solid #d7e1ee;
}

.logo span {
  color: var(--trs-navy);
}

.nav-links a {
  color: var(--trs-text);
}

.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
  color: var(--trs-navy);
}

.hero,
.hero-section,
.home-hero,
.page-hero {
  background: linear-gradient(135deg, #081746 0%, #0b1f63 60%, #1e88ff 140%) !important;
  color: #ffffff;
}

.hero .button,
.hero-section .button,
.home-hero .button,
.page-hero .button,
.btn-primary,
.button-primary,
a.button-primary {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 18px rgba(255, 106, 0, .22);
}

.hero .button:hover,
.hero-section .button:hover,
.home-hero .button:hover,
.page-hero .button:hover,
.btn-primary:hover,
.button-primary:hover,
a.button-primary:hover {
  background: #df5b00 !important;
  border-color: #df5b00 !important;
}

.btn-secondary,
.button-secondary,
a.button-secondary {
  background: #ffffff !important;
  border-color: #d7e1ee !important;
  color: #0b1f63 !important;
}

.section-title,
h1, h2, h3, h4 {
  color: #0b1f63;
}

.card,
.service-card,
.review-card,
.location-card,
.faq-card,
.cta-box,
.info-box {
  border-color: #d7e1ee !important;
  box-shadow: 0 12px 30px rgba(11, 31, 99, .08);
}

.badge,
.label,
.pill {
  background: #edf4ff !important;
  color: #0b1f63 !important;
  border: 1px solid #d8e6ff !important;
}

.site-footer,
.footer {
  background: linear-gradient(135deg, #081746 0%, #0b1f63 100%) !important;
  color: #ffffff;
}

.site-footer a,
.footer a {
  color: #ffffff;
}

.call-button,
.phone-button,
.cta-button {
  background: #ff6a00 !important;
  color: #ffffff !important;
}

input:focus,
textarea:focus,
select:focus {
  outline-color: #1e88ff;
  border-color: #1e88ff;
  box-shadow: 0 0 0 3px rgba(30, 136, 255, .12);
}


/* v0.2.2 AAA visibility fixes */
.hero-button,
.hero-actions .hero-button,
.hero-actions a.hero-button,
.cta-button-group .hero-button,
.call-button,
.call-now-section .call-button,
.contact-form-section .call-button,
.service-area-cta {
  background: #ff6a00 !important;
  border: 2px solid #ff6a00 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: 0 12px 24px rgba(255, 106, 0, .26) !important;
}

.hero-button:hover,
.call-button:hover,
.service-area-cta:hover {
  background: #df5b00 !important;
  border-color: #df5b00 !important;
  color: #ffffff !important;
}

.hero-button-outline,
.call-button-teal {
  background: rgba(255,255,255,.08) !important;
  border: 2px solid rgba(255,255,255,.82) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.hero-button-outline:hover,
.call-button-teal:hover {
  background: rgba(255,255,255,.16) !important;
  color: #ffffff !important;
}

.hero-section,
.home-hero,
.page-hero,
.hero {
  color: #ffffff !important;
}

.hero-section h1,
.home-hero h1,
.page-hero h1,
.hero h1,
.hero-section h2,
.home-hero h2,
.page-hero h2,
.hero h2,
.hero-section p,
.home-hero p,
.page-hero p,
.hero p {
  color: #ffffff !important;
}

.service-box a,
.services-blocks a,
.service-card a,
.location-card a,
.review-card a,
.learn-more,
.read-more {
  color: #0b1f63 !important;
  opacity: 1 !important;
  font-weight: 800 !important;
}

.service-box a:hover,
.services-blocks a:hover,
.learn-more:hover,
.read-more:hover {
  color: #ff6a00 !important;
}

.contact-form-copy a,
.contact-form-section a,
.contact-copy a {
  color: #0b1f63 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.site-footer,
.site-footer *:not(.button):not(.cta-btn),
.footer,
.footer *:not(.button):not(.cta-btn) {
  color: #ffffff !important;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer li,
.site-footer strong,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer li,
.footer strong {
  color: #ffffff !important;
}

.site-footer .footer-services a,
.site-footer .services-column a,
.site-footer .footer-links a,
.footer .footer-services a,
.footer .services-column a,
.footer .footer-links a {
  color: #ffffff !important;
  opacity: 1 !important;
}

.site-footer a:hover,
.footer a:hover {
  color: #ffb27a !important;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}

.top-bar,
.top-bar a {
  color: #ffffff !important;
}


/* AAA Rain Gutters contrast pass */
.hero .button,
.hero-section .button,
.home-hero .button,
.page-hero .button,
.btn-primary,
.button-primary,
a.button-primary,
input[type="submit"],
button[type="submit"] {
  background: #ff6a00 !important;
  border: 2px solid #ff6a00 !important;
  color: #ffffff !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.hero .button:hover,
.hero-section .button:hover,
.home-hero .button:hover,
.page-hero .button:hover,
.btn-primary:hover,
.button-primary:hover,
a.button-primary:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #df5b00 !important;
  border-color: #df5b00 !important;
  color: #ffffff !important;
}

.btn-secondary,
.button-secondary,
a.button-secondary {
  background: #0b1f63 !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.btn-secondary:hover,
.button-secondary:hover,
a.button-secondary:hover {
  background: #081746 !important;
  color: #ffffff !important;
}

a.button,
.button,
.btn,
.cta-button,
.call-button,
.phone-button {
  opacity: 1 !important;
}

.section-cta .button,
.cta-box .button,
.cta-box a,
.cta-panel .button,
.contact-cta .button,
.form-wrap .button,
.form-card .button,
.form-card input[type="submit"],
.contact-form-wrap input[type="submit"] {
  background: #ff6a00 !important;
  border: 2px solid #ff6a00 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.section-cta .button:hover,
.cta-box .button:hover,
.cta-box a:hover,
.cta-panel .button:hover,
.contact-cta .button:hover,
.form-wrap .button:hover,
.form-card .button:hover,
.form-card input[type="submit"]:hover,
.contact-form-wrap input[type="submit"]:hover {
  background: #df5b00 !important;
  border-color: #df5b00 !important;
  color: #ffffff !important;
}

.service-card a,
.card a,
.location-card a,
.review-card a,
.faq-card a,
.learn-more,
a.learn-more,
.more-link {
  color: #0b1f63 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

.service-card a:hover,
.card a:hover,
.location-card a:hover,
.review-card a:hover,
.faq-card a:hover,
.learn-more:hover,
a.learn-more:hover,
.more-link:hover {
  color: #ff6a00 !important;
}

.service-card .learn-more,
.card .learn-more,
.location-card .learn-more,
.review-card .learn-more,
.faq-card .learn-more,
.service-card .more-link,
.card .more-link {
  display: inline-block !important;
  border-bottom: 2px solid #d7e1ee !important;
  padding-bottom: 2px !important;
}

.site-footer,
.footer {
  color: #ffffff !important;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer li,
.site-footer span,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer li,
.footer span {
  color: #ffffff !important;
  opacity: 1 !important;
}

.site-footer a,
.footer a {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.site-footer a:hover,
.footer a:hover {
  color: #ffb37d !important;
}

.site-footer .menu a,
.footer .menu a,
.site-footer .widget a,
.footer .widget a {
  color: #ffffff !important;
}

.hero,
.hero-section,
.home-hero,
.page-hero {
  color: #ffffff !important;
}

.hero h1,
.hero h2,
.hero h3,
.hero p,
.hero a:not(.button):not(.btn),
.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section p,
.hero-section a:not(.button):not(.btn),
.home-hero h1,
.home-hero h2,
.home-hero h3,
.home-hero p,
.home-hero a:not(.button):not(.btn),
.page-hero h1,
.page-hero h2,
.page-hero h3,
.page-hero p,
.page-hero a:not(.button):not(.btn) {
  color: #ffffff !important;
}

input,
textarea,
select {
  color: #10233f !important;
}

::placeholder {
  color: #6e7c90 !important;
  opacity: 1 !important;
}

.contact-form-wrap label,
.form-card label,
.form-wrap label {
  color: #0b1f63 !important;
  font-weight: 700 !important;
}

.service-card,
.card,
.location-card,
.review-card,
.faq-card {
  background: #ffffff !important;
}

.service-card p,
.card p,
.location-card p,
.review-card p,
.faq-card p {
  color: #334763 !important;
}

.service-card h2,
.service-card h3,
.card h2,
.card h3,
.location-card h2,
.location-card h3,
.review-card h2,
.review-card h3,
.faq-card h2,
.faq-card h3 {
  color: #0b1f63 !important;
}


/* AAA Rain Gutters readability pass */
:root{
  --arg-navy:#0b1f63;
  --arg-blue:#1e88ff;
  --arg-orange:#ff6a00;
  --arg-orange-dark:#df5b00;
  --arg-text:#223754;
  --arg-border:#d7e1ee;
}

/* kill washed-out low-opacity text/buttons */
a,
button,
.button,
.btn,
input[type="submit"],
.more-link,
.learn-more,
.card a,
.service-card a,
.location-card a,
.review-card a,
.faq-card a {
  opacity: 1 !important;
}

/* all card/footer pale links become readable */
.card a,
.service-card a,
.location-card a,
.review-card a,
.faq-card a,
.more-link,
.learn-more {
  color: var(--arg-navy) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.card a:hover,
.service-card a:hover,
.location-card a:hover,
.review-card a:hover,
.faq-card a:hover,
.more-link:hover,
.learn-more:hover {
  color: var(--arg-orange) !important;
}

/* explicit "learn more" rows on white cards */
.card .more-link,
.card .learn-more,
.service-card .more-link,
.service-card .learn-more,
.location-card .more-link,
.location-card .learn-more,
.review-card .more-link,
.review-card .learn-more,
.faq-card .more-link,
.faq-card .learn-more {
  display:inline-flex !important;
  align-items:center !important;
  min-height:40px !important;
  padding:10px 14px !important;
  border:2px solid var(--arg-navy) !important;
  border-radius:10px !important;
  background:#ffffff !important;
  color:var(--arg-navy) !important;
}

.card .more-link:hover,
.card .learn-more:hover,
.service-card .more-link:hover,
.service-card .learn-more:hover,
.location-card .more-link:hover,
.location-card .learn-more:hover,
.review-card .more-link:hover,
.review-card .learn-more:hover,
.faq-card .more-link:hover,
.faq-card .learn-more:hover {
  border-color: var(--arg-orange) !important;
  color: var(--arg-orange) !important;
  background: #fff7f1 !important;
}

/* CTA links/buttons on white sections */
.cta-box a,
.cta-panel a,
.contact-cta a,
.form-card a.button,
.form-wrap a.button,
.section-cta a,
.section-cta .button,
.cta-box .button,
.cta-panel .button,
.contact-cta .button,
.form-card .button,
.form-wrap .button,
.form-card input[type="submit"],
.form-wrap input[type="submit"] {
  background: var(--arg-orange) !important;
  border:2px solid var(--arg-orange) !important;
  color:#ffffff !important;
  font-weight:700 !important;
}

.cta-box a:hover,
.cta-panel a:hover,
.contact-cta a:hover,
.form-card a.button:hover,
.form-wrap a.button:hover,
.section-cta a:hover,
.section-cta .button:hover,
.cta-box .button:hover,
.cta-panel .button:hover,
.contact-cta .button:hover,
.form-card .button:hover,
.form-wrap .button:hover,
.form-card input[type="submit"]:hover,
.form-wrap input[type="submit"]:hover {
  background: var(--arg-orange-dark) !important;
  border-color: var(--arg-orange-dark) !important;
  color:#ffffff !important;
}

/* footer/services leftovers and dark section links */
.site-footer .menu a,
.footer .menu a,
.site-footer .widget a,
.footer .widget a,
.site-footer a,
.footer a {
  color:#ffffff !important;
  opacity:1 !important;
}

/* small muted text made darker */
.card p,
.service-card p,
.location-card p,
.review-card p,
.faq-card p,
.section-subtitle,
.muted,
.small-text {
  color: var(--arg-text) !important;
}

/* light blue text on deep blue section */
.dark-section a:not(.button):not(.btn),
.dark-section p,
.dark-section li,
.dark-section span,
.dark-section .section-subtitle,
[class*="hero"] .section-subtitle {
  color:#ffffff !important;
}

/* generic pale buttons that were nearly invisible */
a[style*="color: rgb(230"],
a[style*="color:#e"],
button[style*="color: rgb(230"] {
  color: var(--arg-navy) !important;
}

/* focus states */
a:focus,
button:focus,
.button:focus,
.btn:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(30,136,255,.22) !important;
  outline-offset: 2px !important;
}


/* AAA Rain Gutters estimate CTA fix */
main a[href*="/contact"],
.site-content a[href*="/contact"],
.entry-content a[href*="/contact"],
main a[href*="estimate"],
.site-content a[href*="estimate"],
.entry-content a[href*="estimate"] {
  color: #ffffff !important;
}

/* Contact / estimate links inside content become strong CTA buttons */
main .entry-content a[href*="/contact"]:not(.plain-link):not(.menu-link):not(.nav-link),
main .entry-content a[href*="estimate"]:not(.plain-link):not(.menu-link):not(.nav-link),
.site-content a[href*="/contact"]:not(header a):not(nav a):not(.plain-link):not(.menu-link):not(.nav-link),
.site-content a[href*="estimate"]:not(header a):not(nav a):not(.plain-link):not(.menu-link):not(.nav-link),
.entry-content a[href*="/contact"]:not(.plain-link):not(.menu-link):not(.nav-link),
.entry-content a[href*="estimate"]:not(.plain-link):not(.menu-link):not(.nav-link),
.content-card a[href*="/contact"],
.content-card a[href*="estimate"],
.intro-card a[href*="/contact"],
.intro-card a[href*="estimate"],
.quick-answer a[href*="/contact"],
.quick-answer a[href*="estimate"],
section a[href*="/contact"].button-like,
section a[href*="estimate"].button-like {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 12px 22px !important;
  margin-top: 10px !important;
  border-radius: 12px !important;
  background: #ff6a00 !important;
  border: 2px solid #ff6a00 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 26px rgba(255,106,0,.18) !important;
}

main .entry-content a[href*="/contact"]:not(.plain-link):not(.menu-link):not(.nav-link):hover,
main .entry-content a[href*="estimate"]:not(.plain-link):not(.menu-link):not(.nav-link):hover,
.site-content a[href*="/contact"]:not(header a):not(nav a):not(.plain-link):not(.menu-link):not(.nav-link):hover,
.site-content a[href*="estimate"]:not(header a):not(nav a):not(.plain-link):not(.menu-link):not(.nav-link):hover,
.entry-content a[href*="/contact"]:not(.plain-link):not(.menu-link):not(.nav-link):hover,
.entry-content a[href*="estimate"]:not(.plain-link):not(.menu-link):not(.nav-link):hover,
.content-card a[href*="/contact"]:hover,
.content-card a[href*="estimate"]:hover,
.intro-card a[href*="/contact"]:hover,
.intro-card a[href*="estimate"]:hover,
.quick-answer a[href*="/contact"]:hover,
.quick-answer a[href*="estimate"]:hover,
section a[href*="/contact"].button-like:hover,
section a[href*="estimate"].button-like:hover {
  background: #df5b00 !important;
  border-color: #df5b00 !important;
  color: #ffffff !important;
}

/* specifically catch pale inline CTA rows inside white panels */
.quick-answer a,
.content-panel a.cta-link,
.content-panel a.request-estimate,
.content-panel a.free-estimate,
.content-box a.cta-link,
.content-box a.request-estimate,
.content-box a.free-estimate {
  opacity: 1 !important;
}

/* keep normal paragraph links readable but not washed out */
.entry-content p a:not([href*="/contact"]):not([href*="estimate"]),
.site-content p a:not([href*="/contact"]):not([href*="estimate"]) {
  color: #0b1f63 !important;
  font-weight: 700 !important;
}


/* AAA Rain Gutters strong readability pass */
:root{
  --arg-navy:#0b1f63;
  --arg-orange:#ff6a00;
  --arg-orange-dark:#df5b00;
  --arg-text:#334763;
}

/* Any pale CTA link in white content blocks becomes a real button */
.quick-answer a,
.quick-answer .wp-block-button__link,
.content-panel a,
.content-panel .wp-block-button__link,
.content-box a,
.content-box .wp-block-button__link,
.entry-content .quick-answer a,
.entry-content .content-panel a,
.entry-content .content-box a,
.entry-content a[href*="estimate"],
.entry-content a[href*="/contact"],
.entry-content a[href*="quote"] {
  color: #ffffff !important;
}

.quick-answer a[href*="estimate"],
.quick-answer a[href*="/contact"],
.quick-answer a[href*="quote"],
.quick-answer .wp-block-button__link,
.content-panel a[href*="estimate"],
.content-panel a[href*="/contact"],
.content-panel a[href*="quote"],
.content-panel .wp-block-button__link,
.content-box a[href*="estimate"],
.content-box a[href*="/contact"],
.content-box a[href*="quote"],
.content-box .wp-block-button__link,
.entry-content a[href*="estimate"]:not(nav a):not(header a),
.entry-content a[href*="/contact"]:not(nav a):not(header a),
.entry-content a[href*="quote"]:not(nav a):not(header a) {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  padding:12px 22px !important;
  margin-top:10px !important;
  border-radius:12px !important;
  background:#ff6a00 !important;
  border:2px solid #ff6a00 !important;
  color:#ffffff !important;
  font-weight:800 !important;
  text-decoration:none !important;
  line-height:1.2 !important;
  box-shadow:0 10px 24px rgba(255,106,0,.18) !important;
  opacity:1 !important;
}

.quick-answer a[href*="estimate"]:hover,
.quick-answer a[href*="/contact"]:hover,
.quick-answer a[href*="quote"]:hover,
.quick-answer .wp-block-button__link:hover,
.content-panel a[href*="estimate"]:hover,
.content-panel a[href*="/contact"]:hover,
.content-panel a[href*="quote"]:hover,
.content-panel .wp-block-button__link:hover,
.content-box a[href*="estimate"]:hover,
.content-box a[href*="/contact"]:hover,
.content-box a[href*="quote"]:hover,
.content-box .wp-block-button__link:hover,
.entry-content a[href*="estimate"]:not(nav a):not(header a):hover,
.entry-content a[href*="/contact"]:not(nav a):not(header a):hover,
.entry-content a[href*="quote"]:not(nav a):not(header a):hover {
  background:#df5b00 !important;
  border-color:#df5b00 !important;
  color:#ffffff !important;
}

/* Service card bottom links must be dark and readable */
.service-card a,
.service-card a:visited,
.card a,
.card a:visited,
.location-card a,
.location-card a:visited,
.review-card a,
.review-card a:visited,
.faq-card a,
.faq-card a:visited {
  color: var(--arg-navy) !important;
  opacity:1 !important;
}

.service-card .learn-more,
.service-card .more-link,
.service-card .service-link,
.card .learn-more,
.card .more-link,
.card .service-link,
.location-card .learn-more,
.location-card .more-link,
.location-card .service-link,
.review-card .learn-more,
.review-card .more-link,
.review-card .service-link,
.faq-card .learn-more,
.faq-card .more-link,
.faq-card .service-link {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:40px !important;
  padding:10px 14px !important;
  margin-top:12px !important;
  border-radius:10px !important;
  border:2px solid var(--arg-navy) !important;
  background:#ffffff !important;
  color:var(--arg-navy) !important;
  font-weight:700 !important;
  text-decoration:none !important;
  line-height:1.2 !important;
  opacity:1 !important;
}

.service-card .learn-more:hover,
.service-card .more-link:hover,
.service-card .service-link:hover,
.card .learn-more:hover,
.card .more-link:hover,
.card .service-link:hover,
.location-card .learn-more:hover,
.location-card .more-link:hover,
.location-card .service-link:hover,
.review-card .learn-more:hover,
.review-card .more-link:hover,
.review-card .service-link:hover,
.faq-card .learn-more:hover,
.faq-card .more-link:hover,
.faq-card .service-link:hover {
  border-color:#ff6a00 !important;
  color:#ff6a00 !important;
  background:#fff7f1 !important;
}

/* Catch any low-contrast inline links on pale backgrounds */
.entry-content p a,
.entry-content li a,
.content-panel p a,
.content-box p a,
.quick-answer p a {
  color:#0b1f63 !important;
  font-weight:700 !important;
  opacity:1 !important;
}

.entry-content p a:hover,
.entry-content li a:hover,
.content-panel p a:hover,
.content-box p a:hover,
.quick-answer p a:hover {
  color:#ff6a00 !important;
}

/* make muted body copy slightly darker */
.service-card p,
.card p,
.location-card p,
.review-card p,
.faq-card p,
.entry-content p {
  color:#334763 !important;
}


/* AAA Rain Gutters targeted section fixes */

/* exact quick-answer estimate link */
.voice-answer-block a.text-link,
.voice-answer-container a.text-link,
#home-quick-answer a.text-link,
section[data-trs-section="home-quick-answer"] a.text-link {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  padding:12px 22px !important;
  margin-top:14px !important;
  border-radius:12px !important;
  background:#ff6a00 !important;
  border:2px solid #ff6a00 !important;
  color:#ffffff !important;
  font-weight:800 !important;
  text-decoration:none !important;
  line-height:1.2 !important;
  box-shadow:0 10px 24px rgba(255,106,0,.18) !important;
  opacity:1 !important;
}

.voice-answer-block a.text-link:hover,
.voice-answer-container a.text-link:hover,
#home-quick-answer a.text-link:hover,
section[data-trs-section="home-quick-answer"] a.text-link:hover {
  background:#df5b00 !important;
  border-color:#df5b00 !important;
  color:#ffffff !important;
}

/* exact problem card links */
.problem-card a,
.problem-card a:visited,
.problem-cards a,
.problem-cards a:visited,
.common-problems a,
.common-problems a:visited,
section[data-trs-section*="problem"] a,
section[data-trs-section*="problem"] a:visited {
  color:#0b1f63 !important;
  font-weight:700 !important;
  opacity:1 !important;
  text-decoration:none !important;
}

.problem-card .text-link,
.problem-card .learn-more,
.problem-card .more-link,
.problem-card .service-link,
.problem-cards .text-link,
.problem-cards .learn-more,
.problem-cards .more-link,
.problem-cards .service-link,
.common-problems .text-link,
.common-problems .learn-more,
.common-problems .more-link,
.common-problems .service-link,
section[data-trs-section*="problem"] .text-link,
section[data-trs-section*="problem"] .learn-more,
section[data-trs-section*="problem"] .more-link,
section[data-trs-section*="problem"] .service-link {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:40px !important;
  padding:10px 14px !important;
  margin-top:12px !important;
  border-radius:10px !important;
  border:2px solid #0b1f63 !important;
  background:#ffffff !important;
  color:#0b1f63 !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  opacity:1 !important;
}

.problem-card .text-link:hover,
.problem-card .learn-more:hover,
.problem-card .more-link:hover,
.problem-card .service-link:hover,
.problem-cards .text-link:hover,
.problem-cards .learn-more:hover,
.problem-cards .more-link:hover,
.problem-cards .service-link:hover,
.common-problems .text-link:hover,
.common-problems .learn-more:hover,
.common-problems .more-link:hover,
.common-problems .service-link:hover,
section[data-trs-section*="problem"] .text-link:hover,
section[data-trs-section*="problem"] .learn-more:hover,
section[data-trs-section*="problem"] .more-link:hover,
section[data-trs-section*="problem"] .service-link:hover {
  border-color:#ff6a00 !important;
  color:#ff6a00 !important;
  background:#fff7f1 !important;
}

/* generic safety net for light links on white panels */
[class*="card"] a.text-link,
[class*="panel"] a.text-link,
[class*="box"] a.text-link {
  color:#0b1f63 !important;
  opacity:1 !important;
}

/* white cards: stronger paragraph/link readability */
.problem-card p,
.problem-cards p,
.common-problems p,
section[data-trs-section*="problem"] p {
  color:#334763 !important;
}


/* Pass 12 CTA cleanup */
.hero-button,
a.hero-button,
.state-hero .hero-button,
.local-expert-banner .hero-button,
.service-areas-hero .hero-button,
.split-section .hero-button,
.trs-static-btn,
a.trs-static-btn {
  background:#ff6a00 !important;
  border:2px solid #ff6a00 !important;
  color:#ffffff !important;
  opacity:1 !important;
  box-shadow:0 10px 24px rgba(255,106,0,.18) !important;
}
.hero-button:hover,
a.hero-button:hover,
.state-hero .hero-button:hover,
.local-expert-banner .hero-button:hover,
.service-areas-hero .hero-button:hover,
.split-section .hero-button:hover,
.trs-static-btn:hover,
a.trs-static-btn:hover {
  background:#df5b00 !important;
  border-color:#df5b00 !important;
  color:#ffffff !important;
}
.footer-links a,
.site-footer .footer-links a,
.footer a {
  color:#ffffff !important;
}


/* AAA Rain Gutters header cleanup */
.main-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 20px;
  border-bottom:1px solid #d7e1ee;
  background:#fff;
}
.logo img{max-height:58px !important;width:auto !important;}
.nav-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.nav-links a{font-weight:700;}
.top-bar{font-size:.82rem !important;letter-spacing:.02em;}
@media (max-width:980px){
  .main-nav{padding:12px 16px;}
  .logo img{max-height:48px !important;}
}


/* AAA Rain Gutters full services menu pass */
.nav-dropdown,
.sub-menu,
.menu-dropdown,
.nav-links .children,
.nav-links .sub-menu {
  max-height: 72vh !important;
  overflow-y: auto !important;
  min-width: 320px !important;
}

.nav-dropdown a,
.sub-menu a,
.menu-dropdown a,
.nav-links .children a,
.nav-links .sub-menu a {
  white-space: normal !important;
  line-height: 1.3 !important;
}


/* Hero fixed pass */
.hero-section{background-repeat:no-repeat !important;background-position:center center !important;background-size:cover !important;}


/* AAA Rain Gutters force hero image pass */
.hero-section,
.site-hero,
.home-hero,
[data-trs-section="home-hero"],
[data-trs-section*="hero"],
.page-hero,
.hero-banner,
.hero-wrap {
  background-image:
    linear-gradient(rgba(8,29,68,.62), rgba(8,29,68,.62)),
    url('/wp-content/themes/aaa-rain-gutters-csv-theme/assets/images/generated/aaa-rain-gutters-hero.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.hero-section::before,
.site-hero::before,
.home-hero::before,
[data-trs-section="home-hero"]::before,
[data-trs-section*="hero"]::before,
.page-hero::before,
.hero-banner::before,
.hero-wrap::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

.hero-section,
.site-hero,
.home-hero,
[data-trs-section="home-hero"],
[data-trs-section*="hero"],
.page-hero,
.hero-banner,
.hero-wrap {
  position: relative !important;
  overflow: hidden !important;
  min-height: 520px !important;
}


.hero-bg-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:0;
}
.hero-overlay,
.hero-content{
  position:relative;
  z-index:1;
}


.service-gallery-section {
    padding: 56px 20px;
    background: #f7f9fc;
}

.service-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.service-gallery-card {
    margin: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(8, 29, 68, 0.08);
}

.service-gallery-card img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-gallery-card figcaption {
    display: grid;
    gap: 8px;
    padding: 16px 18px 18px;
    color: #163057;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 960px) {
    .service-gallery-grid {
        grid-template-columns: 1fr;
    }

    .service-gallery-card img {
        height: 240px;
    }
}



/* v0.2.2 FAQ alias fix for dynamic pages */
.gutter-faq-section,
.service-faq-section {
  background: #f8fbfb;
  padding: 60px 20px;
}

.gutter-faq-container,
.service-faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.gutter-faq-container h2,
.service-faq-container h2 {
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  color: #101E2C;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.gutter-faq-item,
.service-faq-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(16, 30, 44, 0.08);
}

.gutter-faq-item h3,
.service-faq-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #101E2C;
  margin-bottom: 10px;
}

.gutter-faq-item p,
.service-faq-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: #334155;
  margin: 0;
}

.hero-bg-image[src=""], .hero-bg-image:not([src]) { display:none !important; }
