@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Inter:wght@400;600;700;800&display=swap");
:root {
  --home-navy: #073b70;
  --home-navy-dark: #062b50;
  --home-blue: #0f88ee;
  --home-blue2: #0876db;
  --home-text: #0c315e;
  --home-muted: #576b82;
  --home-line: #dce6ef;
  --home-soft: #f5f9fc;
  --home-shadow: 0 12px 30px rgba(6, 43, 80, 0.09);
}
.home-page {
  margin: 0;
  background: #fff;
  color: var(--home-text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.home-page * {
  box-sizing: border-box;
}
.home-page img {
  display: block;
  max-width: 100%;
  filter: none !important;
  image-rendering: auto;
}
.home-page a {
  text-decoration: none;
  color: inherit;
}
.home-container {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}
.topbar {
  height: 28px;
  background: #073b70;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.topbar-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topbar-sep {
  opacity: 0.42;
  margin: 0 8px;
}
.home-header {
  height: 78px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #edf2f6;
  transition:
    box-shadow 0.3s ease,
    height 0.3s ease;
}
.home-header.scrolled {
  box-shadow: 0 10px 28px rgba(9, 50, 88, 0.12);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.home-logo {
  width: 175px;
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.home-logo img {
  width: 156px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}
.home-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 650;
  color: #0e2e54;
}
.home-nav a {
  position: relative;
  padding: 30px 0 26px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.home-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 16px;
  height: 2px;
  background: #0c89ef;
  transition: right 0.25s ease;
}
.home-nav a:hover,
.home-nav a.active {
  color: #0784ec;
}
.home-nav a:hover::after,
.home-nav a.active::after {
  right: 0;
}
.header-phone {
  font-size: 14px;
  white-space: nowrap;
  color: #0b315e;
}
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.home-btn:hover {
  transform: translateY(-2px);
}
.home-btn-primary {
  background: #087bdc;
  color: #fff;
  box-shadow: 0 8px 18px rgba(8, 123, 220, 0.2);
}
.home-btn-primary:hover {
  background: #076fc8;
  box-shadow: 0 12px 24px rgba(8, 123, 220, 0.28);
}
.header-estimate {
  min-width: 166px;
}
.home-btn-bright {
  background: #0a8df4;
  color: #fff;
  min-width: 210px;
}
.home-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.88);
  color: #fff;
  background: rgba(3, 36, 65, 0.22);
  min-width: 170px;
}
.home-btn-light {
  background: #fff;
  color: #0b5fa8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.home-menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: none;
  font-size: 28px;
  color: #0a3767;
}
.home-hero {
  height: 355px;
  min-height: 355px;
  position: relative;
  overflow: hidden;
  background: #0a355f;
}
.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.001);
  transition: transform 8s ease;
}
.home-hero:hover .home-hero-image {
  transform: scale(1.025);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 18, 33, 0.82) 0%,
    rgba(3, 18, 33, 0.56) 42%,
    rgba(3, 18, 33, 0.08) 72%,
    rgba(3, 18, 33, 0) 100%
  );
}
.hero-copy-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-copy {
  color: #fff;
  width: min(590px, 58vw);
  padding-left: 6px;
}
.hero-kicker {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}
.hero-copy h1 {
  font-size: 49px;
  line-height: 0.98;
  margin: 0 0 14px;
  letter-spacing: -0.035em;
  font-weight: 820;
}
.hero-copy p {
  font-size: 17px;
  line-height: 1.35;
  margin: 0 0 22px;
  color: #fff;
}
.hero-buttons {
  display: flex;
  gap: 16px;
}
.trust-row {
  background: #fff;
  border-bottom: 1px solid #edf2f6;
}
.trust-grid {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.trust-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  border-right: 1px solid #d9e3ec;
}
.trust-grid article:last-child {
  border: 0;
}
.trust-icon {
  font-size: 27px;
  color: #073b70;
  line-height: 1;
}
.trust-grid strong,
.trust-grid span {
  display: block;
}
.trust-grid strong {
  font-size: 13px;
}
.trust-grid span {
  font-size: 12px;
  margin-top: 2px;
  color: #586f87;
}
.home-section {
  padding: 55px 0;
}
.home-section-head {
  text-align: center;
  margin: 0 auto 30px;
}
.home-section-head > span,
.mini-title,
.areas-banner > .home-container > span {
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
  color: #0a5b9e;
}
.home-section-head h2 {
  font-size: 31px;
  line-height: 1.1;
  margin: 7px 0;
  color: #0a3565;
  letter-spacing: -0.02em;
}
.home-section-head p {
  font-size: 14px;
  color: #58718a;
  margin: 0;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.service-photo-card {
  background: #fff;
  border: 1px solid #e3ebf2;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(5, 42, 76, 0.06);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}
.service-photo-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 30px rgba(5, 42, 76, 0.13);
}
.service-photo-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center;
}
.service-photo-card > div {
  padding: 13px 13px 14px;
}
.service-photo-card h3 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #0a315d;
}
.service-photo-card p {
  font-size: 11.5px;
  line-height: 1.4;
  color: #596e83;
  margin: 0;
  min-height: 48px;
}
.service-photo-card span {
  font-size: 10px;
  font-weight: 850;
  color: #0983e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.service-photo-card span b {
  width: 18px;
  height: 18px;
  border: 1px solid #0983e7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.about-band {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  min-height: 365px;
  background: #fff;
}
.about-photo {
  overflow: hidden;
  background: #d9eef9;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-copy {
  padding: 48px 42px 28px;
  max-width: 900px;
}
.about-copy h2 {
  font-size: 28px;
  line-height: 1.1;
  margin: 8px 0 12px;
  color: #0a3565;
}
.about-copy p {
  font-size: 13px;
  line-height: 1.55;
  color: #526b84;
  margin: 0 0 18px;
}
.about-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  color: #46637f;
  font-size: 11px;
  margin-bottom: 18px;
}
.about-checks span::first-letter {
  color: #0789ed;
}
.stats-row {
  margin-top: 20px;
  background: #f2f7fb;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 14px;
  padding: 17px 18px;
  border-radius: 4px;
}
.stats-row > div {
  padding-left: 36px;
  position: relative;
}
.stats-row > div::before {
  content: "●";
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 19px;
  color: #0a4e8b;
}
.stats-row strong,
.stats-row span {
  display: block;
}
.stats-row strong {
  font-size: 15px;
  color: #0a315d;
}
.stats-row span {
  font-size: 10px;
  color: #59728a;
}
.areas-banner {
  padding: 48px 0 44px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(2, 59, 105, 0.9), rgba(2, 66, 115, 0.92)),
    url("assets/gallery-4.jpg?v=20260910b") center 54% / cover no-repeat;
}
.areas-banner > .home-container > span {
  color: #fff;
  opacity: 0.85;
}
.areas-banner h2 {
  font-size: 30px;
  margin: 8px 0 17px;
  color: #fff;
}
.area-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  font-size: 11px;
  margin: 0 0 18px;
}
.areas-banner .home-btn-outline {
  background: transparent;
  min-width: 185px;
}
.work-section {
  padding-bottom: 48px;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.work-card {
  height: 205px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #d7e8f2;
}
.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.work-card::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(2, 27, 50, 0.66));
  opacity: 0;
  transition: opacity 0.3s;
}
.work-card span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  transform: translateY(8px);
  opacity: 0;
  transition: 0.3s;
}
.work-card:hover img {
  transform: scale(1.06);
}
.work-card:hover::after,
.work-card:hover span {
  opacity: 1;
}
.work-card:hover span {
  transform: none;
}
.reviews-home {
  padding: 28px 0 42px;
  background: #f2f8fc;
}
.reviews-grid-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-home {
  background: #fff;
  border: 1px solid #e2eaf1;
  box-shadow: 0 6px 18px rgba(5, 42, 76, 0.05);
  padding: 22px;
  border-radius: 4px;
}
.stars {
  color: #ff9700;
  letter-spacing: 2px;
  font-size: 17px;
}
.review-home p {
  font-size: 12px;
  line-height: 1.5;
  color: #344f6d;
  min-height: 70px;
}
.review-home strong,
.review-home span {
  display: block;
  font-size: 10px;
}
.review-home span {
  color: #6d8195;
  margin-top: 2px;
}
.final-cta {
  background: #0977bf;
  color: #fff;
  padding: 22px 0;
}
.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
}
.final-cta h2 {
  font-size: 22px;
  margin: 0 0 3px;
}
.final-cta p {
  font-size: 11px;
  margin: 0;
  opacity: 0.92;
}
.home-footer {
  background: #fff;
}
.footer-main {
  min-height: 95px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.footer-logo {
  width: 155px;
}
.footer-logo img {
  width: 145px;
  height: auto;
}
.footer-main nav {
  display: flex;
  gap: 24px;
  font-size: 10px;
  margin-left: auto;
}
.footer-phone {
  font-size: 13px;
  font-weight: 800;
}
.footer-bottom-home {
  border-top: 1px solid #e9eef3;
  padding: 12px 0 16px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #6e8092;
}
.mobile-action-bar {
  display: none;
}
.reveal-section,
.reveal-card {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.68s ease,
    transform 0.68s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal-section.is-visible,
.reveal-card.is-visible {
  opacity: 1;
  transform: none;
}
.service-cards .reveal-card:nth-child(2),
.work-grid .reveal-card:nth-child(2),
.reviews-grid-home .reveal-card:nth-child(2) {
  transition-delay: 0.08s;
}
.service-cards .reveal-card:nth-child(3),
.work-grid .reveal-card:nth-child(3),
.reviews-grid-home .reveal-card:nth-child(3) {
  transition-delay: 0.16s;
}
.service-cards .reveal-card:nth-child(4),
.work-grid .reveal-card:nth-child(4) {
  transition-delay: 0.24s;
}
.service-cards .reveal-card:nth-child(5) {
  transition-delay: 0.32s;
}
.service-cards .reveal-card:nth-child(6) {
  transition-delay: 0.4s;
}
.anim-hero {
  opacity: 0;
  transform: translateY(16px);
  animation: heroIn 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.hero-copy .anim-hero:nth-child(2) {
  animation-delay: 0.1s;
}
.hero-copy .anim-hero:nth-child(3) {
  animation-delay: 0.2s;
}
.hero-copy .anim-hero:nth-child(4) {
  animation-delay: 0.3s;
}
@keyframes heroIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1100px) {
  .home-nav {
    gap: 13px;
    font-size: 11px;
  }
  .header-phone {
    display: none;
  }
  .service-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-photo-card img {
    height: 150px;
  }
  .about-band {
    grid-template-columns: 1fr 1.2fr;
  }
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  .topbar {
    display: none;
  }
  .home-header {
    height: 70px;
  }
  .header-inner {
    gap: 10px;
  }
  .home-logo {
    width: 150px;
  }
  .home-logo img {
    width: 138px;
  }
  .header-estimate {
    display: none;
  }
  .home-menu-toggle {
    display: block;
  }
  .home-nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 22px 18px;
    box-shadow: 0 16px 28px rgba(5, 42, 76, 0.14);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: 0.25s;
  }
  .home-nav.open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .home-nav a {
    padding: 12px 0;
    border-bottom: 1px solid #eef3f7;
  }
  .home-nav a::after {
    display: none;
  }
  .home-hero {
    height: 430px;
    min-height: 430px;
  }
  .home-hero-image {
    object-position: 58% center;
  }
  .hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(3, 18, 33, 0.88),
      rgba(3, 18, 33, 0.64) 65%,
      rgba(3, 18, 33, 0.25)
    );
  }
  .hero-copy {
    width: 100%;
  }
  .hero-copy h1 {
    font-size: 41px;
  }
  .hero-copy p {
    font-size: 15px;
  }
  .hero-buttons {
    flex-wrap: wrap;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-grid article {
    min-height: 76px;
    border-bottom: 1px solid #d9e3ec;
  }
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-band {
    grid-template-columns: 1fr;
  }
  .about-photo {
    height: 350px;
  }
  .stats-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .final-cta-inner {
    gap: 35px;
    justify-content: space-between;
  }
  .footer-main {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .footer-main nav {
    order: 3;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }
  .mobile-action-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    background: #073b70;
    box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.15);
  }
  .mobile-action-bar a {
    flex: 1;
    color: #fff;
    text-align: center;
    padding: 13px;
    font-size: 12px;
    font-weight: 800;
  }
  .mobile-action-bar a + a {
    background: #0b86e7;
  }
  .home-footer {
    padding-bottom: 48px;
  }
}
@media (max-width: 560px) {
  .home-container {
    width: min(100% - 28px, 1220px);
  }
  .home-hero {
    height: 470px;
    min-height: 470px;
  }
  .home-hero-image {
    object-position: 63% center;
  }
  .hero-copy h1 {
    font-size: 36px;
  }
  .hero-copy p br {
    display: none;
  }
  .hero-buttons {
    display: grid;
  }
  .hero-buttons .home-btn {
    width: 100%;
    min-width: 0;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid article {
    border-right: 0;
  }
  .service-cards {
    grid-template-columns: 1fr;
  }
  .service-photo-card img {
    height: 190px;
  }
  .about-copy {
    padding: 34px 22px;
  }
  .about-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .stats-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .areas-banner h2 {
    font-size: 25px;
  }
  .area-links {
    display: grid;
    gap: 10px;
  }
  .work-grid {
    grid-template-columns: 1fr;
  }
  .work-card {
    height: 230px;
  }
  .reviews-grid-home {
    grid-template-columns: 1fr;
  }
  .final-cta-inner {
    display: block;
    text-align: center;
  }
  .final-cta .home-btn {
    margin-top: 14px;
  }
  .footer-main {
    display: block;
  }
  .footer-logo {
    display: block;
    margin-bottom: 16px;
  }
  .footer-main nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .footer-phone {
    display: block;
    margin-top: 18px;
  }
  .footer-bottom-home {
    display: block;
    line-height: 1.8;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .home-page * {
    animation: none !important;
    transition: none !important;
  }
  .reveal-section,
  .reveal-card,
  .anim-hero {
    opacity: 1 !important;
    transform: none !important;
  }
  .home-hero-image {
    transform: none !important;
  }
}

/* ---- Merged interactive features (final-approved theme) ---- */
.service-detail {
  margin-top: 16px;
  background: #f2f7fb;
  border: 1px solid #e0e9f1;
  border-radius: 6px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: 22px;
  align-items: center;
}
.service-detail small {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  color: #0983e7;
}
.service-detail h3 {
  font-size: 20px;
  margin: 6px 0;
  color: #0a3565;
  letter-spacing: -0.02em;
}
.service-detail p {
  font-size: 13px;
  color: #526b84;
  margin: 0;
  line-height: 1.55;
}
.service-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
  font-size: 12.5px;
  color: #0c315e;
}
.service-detail ul li::before {
  content: "\2713  ";
  color: #0983e7;
  font-weight: 800;
}
.service-detail-actions {
  display: grid;
  gap: 10px;
}
.home-btn-ghost {
  background: #0a3565;
  color: #fff;
  border: 1px solid #0a3565;
  box-shadow: none;
}
.home-btn-ghost:hover {
  border-color: #0983e7;
  background: #0983e7;
  color: #fff;
}
.service-photo-card.selected {
  outline: 2px solid #0983e7;
  outline-offset: -2px;
}
.estimate-band {
  background: #073b70;
  color: #fff;
  padding: 60px 0;
}
.estimate-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 44px;
  align-items: start;
}
.mini-title.light {
  color: #7fc4ff;
}
.estimate-copy h2 {
  font-size: 32px;
  margin: 8px 0 12px;
  letter-spacing: -0.02em;
}
.estimate-copy p {
  font-size: 14px;
  color: #c9dcee;
  line-height: 1.6;
  margin: 0 0 16px;
}
.estimate-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 12px;
  color: #a9c8e2;
}
.wizard {
  background: #fff;
  color: #0c315e;
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}
.wizard-top {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #58718a;
  margin-bottom: 16px;
}
.progress {
  flex: 1;
  height: 6px;
  background: #e3ebf2;
  border-radius: 99px;
  overflow: hidden;
}
.progress i {
  display: block;
  height: 100%;
  width: 25%;
  background: #0983e7;
  border-radius: 99px;
  transition: width 0.3s ease;
}
.wstep {
  display: none;
}
.wstep.active {
  display: block;
}
.wstep h3 {
  font-size: 18px;
  margin: 0 0 14px;
  color: #0a3565;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.choice-grid.small {
  grid-template-columns: 1fr 1fr 1fr;
}
.choice-grid label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.choice-grid label span {
  display: block;
  border: 1px solid #d7e2ec;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.choice-grid label span b {
  display: block;
  font-size: 13px;
}
.choice-grid label span small {
  color: #58718a;
}
.choice-grid label input:checked + span {
  border-color: #0983e7;
  box-shadow: 0 0 0 2px rgba(9, 131, 231, 0.18);
}
.choice-grid label input:focus-visible + span {
  outline: 2px solid #0983e7;
}
.wfield {
  display: block;
  margin-bottom: 12px;
}
.wfield span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #58718a;
  margin-bottom: 6px;
}
.wfield input,
.wfield textarea {
  width: 100%;
  border: 1px solid #cfdce7;
  border-radius: 5px;
  padding: 11px 12px;
  font-size: 13px;
  font-family: inherit;
  color: #0c315e;
}
.wfield input:focus,
.wfield textarea:focus {
  outline: 2px solid #0983e7;
  border-color: #0983e7;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.wizard-actions {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}
.hidden {
  display: none !important;
}
.wizard-success {
  text-align: center;
  padding: 10px 0;
}
.ws-check {
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #e6f4ff;
  color: #0983e7;
  font-size: 26px;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.wizard-success h3 {
  margin: 0 0 6px;
  color: #0a3565;
}
.wizard-success p {
  font-size: 13px;
  color: #58718a;
}
.ws-call {
  display: block;
  margin-top: 12px;
  font-weight: 800;
  color: #0a3565;
}
.compare-block {
  margin-top: 34px;
}
.compare-head {
  text-align: center;
  margin-bottom: 16px;
}
.compare-head h3 {
  font-size: 22px;
  margin: 0 0 6px;
  color: #0a3565;
}
.compare-head p {
  font-size: 13px;
  color: #58718a;
  margin: 0;
}
.compare {
  position: relative;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
  background: #0a2739;
  box-shadow: 0 14px 34px rgba(5, 42, 76, 0.16);
}
.compare-base,
.compare-overlay {
  position: absolute;
  inset: 0;
}
.compare-overlay {
  width: 50%;
  overflow: hidden;
  border-right: 3px solid #fff;
}
.pool-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.compare-overlay .pool-visual {
  max-width: none;
}
.pool-visual.clean {
  background-image:
    linear-gradient(180deg, transparent 60%, rgba(3, 28, 40, 0.25)),
    url("assets/after.jpg?v=20260910b");
}
.pool-visual.dirty {
  background-image:
    linear-gradient(180deg, rgba(35, 60, 16, 0.08), rgba(3, 28, 40, 0.22)),
    url("assets/before.jpg?v=20260926");
}
.pool-visual span {
  position: absolute;
  bottom: 14px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  background: rgba(3, 22, 34, 0.8);
  color: #fff;
  padding: 7px 12px;
  border-radius: 5px;
}
.pool-visual.clean span {
  right: 14px;
}
.pool-visual.dirty span {
  left: 14px;
}
.compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #0a3565;
  font-size: 20px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
  cursor: ew-resize;
  z-index: 3;
}
.faq-home {
  background: #f5f9fc;
}
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.faq-list details {
  background: #fff;
  border: 1px solid #e0e9f1;
  border-radius: 6px;
  padding: 16px 18px;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 750;
  color: #0a3565;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: #0983e7;
  font-size: 18px;
  font-weight: 400;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 13px;
  color: #526b84;
  line-height: 1.6;
  margin: 10px 0 0;
}
@media (max-width: 1100px) {
  .service-detail {
    grid-template-columns: 1fr 1fr;
  }
  .service-detail-actions {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
  .estimate-grid {
    grid-template-columns: 1fr;
  }
  .choice-grid.small {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 820px) {
  .service-detail {
    grid-template-columns: 1fr;
  }
  .compare {
    height: 300px;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .choice-grid.small {
    grid-template-columns: 1fr 1fr;
  }
  .wizard-actions .home-btn {
    flex: 1;
  }
}
@media (max-width: 560px) {
  .choice-grid,
  .choice-grid.small {
    grid-template-columns: 1fr;
  }
  .service-detail-actions {
    grid-template-columns: 1fr;
  }
  .compare {
    height: 260px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-detail,
  .wizard,
  .compare,
  .faq-list {
    transition: none;
  }
}

/* ---- FAQ redesign: rail + numbered rows ---- */
.faq-redesign {
  background: #fff;
  padding: 64px 0;
  border-top: 1px solid #edf2f6;
}
.faq-redesign-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.faq-rail h2 {
  font-size: 34px;
  line-height: 1.08;
  margin: 10px 0 12px;
  color: #0a3565;
  letter-spacing: -0.025em;
}
.faq-rail > p {
  font-size: 14px;
  line-height: 1.6;
  color: #526b84;
  margin: 0 0 22px;
}
.faq-help-card {
  background: #073b70;
  color: #fff;
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 16px 36px rgba(6, 43, 80, 0.22);
}
.faq-help-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.faq-help-card span {
  display: block;
  font-size: 12.5px;
  color: #b9d4ea;
  margin-bottom: 16px;
}
.faq-help-card .home-btn {
  width: 100%;
}
.faq-help-link {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: #7fc4ff;
}
.faq-help-link:hover {
  color: #fff;
}
.faq-rows details {
  border-bottom: 1px solid #e0e9f1;
  padding: 18px 4px;
}
.faq-rows details:first-child {
  border-top: 1px solid #e0e9f1;
}
.faq-rows summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 750;
  color: #0a3565;
}
.faq-rows summary::-webkit-details-marker {
  display: none;
}
.faq-rows summary b {
  font-size: 12px;
  font-weight: 900;
  color: #0983e7;
  letter-spacing: 0.06em;
  min-width: 26px;
}
.faq-rows summary span {
  margin-left: auto;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid #c9d8e5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #0983e7;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.25s;
}
.faq-rows details[open] summary span {
  background: #0983e7;
  border-color: #0983e7;
  color: #fff;
  transform: rotate(45deg);
}
.faq-rows details p {
  font-size: 14px;
  line-height: 1.65;
  color: #526b84;
  margin: 12px 0 4px;
  padding-left: 42px;
  max-width: 640px;
}
/* ---- Final CTA v2 ---- */
.final-cta {
  background: linear-gradient(120deg, #062b50 0%, #073b70 55%, #0a5c9e 100%);
  color: #fff;
  padding: 56px 0;
}
.final-cta-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.final-cta-inner > div:first-child {
  flex: 1;
}
.cta-kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #7fc4ff;
}
.final-cta h2 {
  font-size: 32px;
  margin: 8px 0 8px;
  letter-spacing: -0.02em;
}
.final-cta p {
  font-size: 14px;
  margin: 0;
  color: #c9dcee;
}
.cta-buttons {
  display: grid;
  gap: 12px;
  min-width: 250px;
}
.home-btn-cta {
  background: #0a8df4;
  color: #fff;
  min-width: 250px;
  box-shadow: 0 12px 28px rgba(10, 141, 244, 0.45);
  font-size: 13px;
}
.home-btn-cta:hover {
  background: #0b9bff;
  box-shadow: 0 16px 34px rgba(10, 141, 244, 0.55);
}
.final-cta .home-btn-outline {
  background: transparent;
  min-width: 250px;
}
/* ---- Footer readability ---- */
.home-footer {
  background: #fff;
  border-top: 3px solid #073b70;
}
.footer-main {
  min-height: 110px;
  padding: 22px 0;
  gap: 40px;
}
.footer-main nav {
  font-size: 12.5px;
  font-weight: 650;
  color: #0c315e;
}
.footer-main nav a {
  padding: 6px 0;
}
.footer-main nav a:hover {
  color: #0983e7;
}
.footer-phone {
  font-size: 16px;
  color: #073b70;
}
.footer-bottom-home {
  font-size: 12px;
  color: #40566c;
  padding: 14px 0 18px;
}
.footer-bottom-home a {
  color: #0a5c9e;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .faq-redesign-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .final-cta-inner {
    flex-wrap: wrap;
  }
  .cta-buttons {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .cta-buttons .home-btn {
    min-width: 0;
  }
}
@media (max-width: 820px) {
  .faq-rail h2 {
    font-size: 28px;
  }
  .final-cta h2 {
    font-size: 26px;
  }
  .cta-buttons {
    grid-template-columns: 1fr;
  }
  .footer-main nav {
    font-size: 12.5px;
  }
}
@media (max-width: 560px) {
  .faq-rows details p {
    padding-left: 0;
  }
  .faq-rows summary {
    font-size: 14.5px;
  }
}

/* ---- Customer reviews: summary, form, stars ---- */
.rv-summary {
  display: inline-block;
  margin: 10px 0 4px;
  padding: 8px 16px;
  background: #eef6ff;
  border: 1px solid #cfe6fb;
  color: #0a5c9e;
  font-weight: 800;
  font-size: 14px;
  border-radius: 999px;
}
.rv-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}
.rv-form-card {
  background: #fff;
  border: 1px solid #e0e9f1;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(5, 42, 76, 0.1);
}
.rv-form-card h2 {
  font-size: 26px;
  margin: 8px 0 8px;
  color: #0a3565;
}
.rv-form-card > p {
  font-size: 13.5px;
  color: #526b84;
  margin: 0 0 18px;
  line-height: 1.6;
}
.rv-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 16px;
}
.rv-stars label {
  cursor: pointer;
}
.rv-stars input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.rv-stars i {
  font-style: normal;
  font-size: 34px;
  line-height: 1;
  color: #cfdce7;
  transition:
    color 0.15s,
    transform 0.15s;
}
.rv-stars label:hover i,
.rv-stars label:hover ~ label i {
  color: #f5b301;
}
.rv-stars input:checked ~ label i,
.rv-stars input:checked + i {
  color: #f5b301;
}
.rv-stars input:checked + i {
  transform: scale(1.12);
}
.rv-stars input:focus-visible + i {
  outline: 2px solid #0983e7;
  border-radius: 4px;
}
.rv-form-card .field input,
.rv-form-card .field textarea,
.rv-form-card .field select {
  width: 100%;
  border: 1px solid #cfdce7;
  border-radius: 5px;
  padding: 11px 12px;
  font-size: 13px;
  font-family: inherit;
  color: #0c315e;
  background: #fff;
}
.rv-form-card .field {
  margin-bottom: 12px;
}
.rv-form-card .field > span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #58718a;
  margin-bottom: 6px;
}
.rv-error {
  color: #b3261e;
  font-size: 12.5px;
  font-weight: 700;
}
.rv-thanks {
  color: #0a7a3d;
  font-size: 13px;
  font-weight: 700;
}
.review-card.user-review {
  border-color: #9ecfec;
}
.reviews-more {
  text-align: center;
  margin-top: 26px;
}
.reviews-more a {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #0a5c9e;
  border: 1px solid #c9d8e5;
  border-radius: 999px;
  padding: 11px 26px;
  background: #fff;
  transition: 0.2s;
}
.reviews-more a:hover {
  border-color: #0983e7;
  color: #0983e7;
  transform: translateY(-2px);
}
.form-result {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #eef6ff;
  border: 1px solid #cfe6fb;
  font-size: 13px;
  color: #0a3565;
}
@media (max-width: 900px) {
  .rv-wrap {
    grid-template-columns: 1fr;
  }
}

/* ---- Display serif for headlines ---- */
.hero-copy h1,
.home-section-head h2,
.about-copy h2,
.areas-banner h2,
.final-cta h2,
.estimate-copy h2,
.faq-rail h2,
.rv-form-card h2,
.service-detail h3,
.compare-head h3 {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.hero-copy h1 {
  line-height: 1.02;
}
.home-btn,
.header-estimate,
.ws-call {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

/* ---- Serif everywhere: quotes, card titles, faq ---- */
.review-home p,
.service-photo-card h3,
.faq-rows summary,
.work-card span {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.review-home p {
  font-weight: 400;
  font-style: italic;
}
.service-photo-card h3 {
  font-size: 15px;
}

/* ---- Slogan ---- */
.hero-slogan {
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-size: 21px;
  color: #fff;
  margin: 0 0 22px;
  opacity: 0.95;
}
.footer-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.footer-tag {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.3;
  color: #0a5c9e;
  max-width: 150px;
}

.header-tag {
  align-self: center;
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-size: 12.5px;
  line-height: 1.3;
  color: #0a5c9e;
  max-width: 120px;
  margin-left: 0;
  text-align: center;
 
}
@media (max-width: 1100px) {
  .header-tag {
    display: block;
    align-self: center;
    font-size: 11px;
    max-width: 100px;
  }
}
