*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    :root {
      --navy: #2e233b;
      --navy-dark: #1e1630;
      --blue: #24659b;
      --blue-light: #488ac0;
      --gold: #c09448;
      --gold-light: #e5c179;
      --cream: #ebe2d0;
      --cream-dark: #d9cebc;
      --white: #FAFAFA;
      --gray-light: #F5F3EE;
      --gray-mid: #E0DCD4;
      --text: #2e233b;
      --text-light: #5a5068;
      --red-light: #FDEDEC;
      --green-light: #EBF5EC;
      --whatsapp: #25D366;
      --messenger: #0084FF;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
    h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; line-height: 1.2; }
    h1 { font-family: 'Poppins', sans-serif; font-weight: 800; }

    /* ── STICKY HEADER ── */
    .top-bar {
      position: sticky; top: 0; z-index: 100;
      background: #fff; border-bottom: 2px solid var(--gold);
      padding: 10px 20px; display: flex; justify-content: space-between; align-items: center;
    }
    .top-bar .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
    .top-bar .logo img { height: 44px; width: auto; }
    .top-bar .header-actions { display: flex; align-items: center; gap: 16px; }
    .top-bar .phone-link {
      display: flex; align-items: center; gap: 6px;
      font-weight: 600; color: var(--navy); text-decoration: none; font-size: 16px;
    }
    .top-bar .phone-link:hover { color: var(--blue); }
    .top-bar .msg-link {
      display: flex; align-items: center; gap: 4px;
      font-weight: 600; text-decoration: none; font-size: 14px;
      padding: 4px 8px; border-radius: 6px;
    }
    .top-bar .msg-link:hover { opacity: 0.85; }
    /* SVG icons inline */
    .icon-svg { width: 20px; height: 20px; fill: currentColor; vertical-align: middle; }

    /* ── SECTIONS ── */
    .section { padding: 64px 20px; max-width: 1100px; margin: 0 auto; }
    .section-alt { background: var(--gray-light); }
    .section-alt .section { background: transparent; }
    .section-title { font-size: 28px; font-weight: 700; text-align: center; margin-bottom: 40px; color: var(--text); }
    .section-title span { color: var(--gold); }

    /* ── HERO ── */
    .hero-wrap {
      background: linear-gradient(135deg, var(--navy) 0%, #3a2d50 100%);
      color: var(--text); padding: 24px 20px 40px; text-align: center;
    }
    .hero-inner { max-width: 800px; margin: 0 auto; }
    .hero-inner h1 { font-size: 36px; font-weight: 800; margin-bottom: 16px; color: #fff; }
    .hero-inner .sub { font-size: 18px; margin-bottom: 24px; line-height: 1.5; font-weight: 500; color: rgba(255,255,255,0.85); }
    .hero-video { max-width: 640px; margin: 0 auto 28px; position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
    .hero-video iframe { width: 100%; aspect-ratio: 16/9; display: block; border: none; }
    .hero-video .video-mask {
      position: absolute; inset: 0; z-index: 2; cursor: pointer;
      background: transparent;
    }
    .hero-video .video-mask::after {
      content: '▶'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
      width: 72px; height: 72px; background: var(--gold); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 24px; color: #fff; line-height: 1; padding-left: 4px;
      box-shadow: 0 4px 20px rgba(192,148,72,0.5);
      transition: opacity 0.3s, transform 0.2s;
    }
    .hero-video.playing .video-mask::after {
      opacity: 0; pointer-events: none; transform: translate(-50%,-50%) scale(1.5);
    }
    .hero-video.playing .video-mask { cursor: default; }
    .hero-trust { display: flex; flex-wrap: nowrap; justify-content: center; gap: 10px; margin-top: 28px; }
    .hero-trust .badge { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.2);
      background: #fff; border: 1px solid var(--gray-mid);
      padding: 8px 12px; border-radius: 8px; font-size: 12px; font-weight: 500;
      white-space: nowrap; color: var(--text);
    }
    .hero-micro {
      margin-top: 20px; font-size: 14px; color: var(--text-light); letter-spacing: 0.3px;
    }

    /* ── BUTTONS ── */
    .btn {
      display: inline-block; padding: 14px 28px; border-radius: 8px;
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px;
      text-decoration: none; transition: all 0.2s; cursor: pointer; border: none;
      min-height: 48px; line-height: 1.4;
    }
    .btn-primary { background: var(--gold); color: #fff; box-shadow: 0 4px 14px rgba(192,148,72,0.4); }
    .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
    .btn-secondary {
      background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4);
    }
    .btn-secondary:hover { border-color: var(--gold-light); background: rgba(255,255,255,0.08); }
    .btn-teal { background: var(--navy); color: #fff; }
    .btn-teal:hover { background: var(--navy-dark); }
    .btn-wa { background: var(--whatsapp); color: #fff; }
    .btn-wa:hover { background: #1DA851; }
    .btn-sms { background: #555; color: #fff; }
    .btn-sms:hover { background: #333; }
    .btn-msg { background: var(--messenger); color: #fff; }
    .btn-msg:hover { background: #0070e0; }
    .btn-group { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
    .btn-group-4 { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
    .btn-group-4 .btn { font-size: 14px; padding: 12px 18px; }
    .cta-subhead {
      font-size: 15px; opacity: 0.85; margin-bottom: 24px; line-height: 1.5;
    }

    /* ── PROBLEM ── */
    .problem-list { list-style: none; max-width: 650px; margin: 0 auto; }
    .problem-list li {
      padding: 14px 0 14px 36px; position: relative;
      border-bottom: 1px solid var(--gray-light); font-size: 16px;
    }
    .problem-list li::before {
      content: '⚡'; position: absolute; left: 0; top: 14px; font-size: 18px;
    }
    .problem-list li:last-child { border-bottom: none; }
    .transition-text {
      text-align: center; max-width: 650px; margin: 32px auto 0;
      font-size: 16px; color: var(--text-light); line-height: 1.6;
    }

    /* ── DRIP SOCIAL PROOF ── */
    .drip-proof {
      max-width: 600px; margin: 40px auto 0;
      background: #fff; border-radius: 12px; padding: 24px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
      border-left: 4px solid var(--gold);
    }
    .drip-proof .drip-label {
      font-size: 11px; font-weight: 700; color: var(--gold);
      text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px;
    }
    .drip-proof .drip-stars { color: var(--gold); font-size: 14px; margin-bottom: 8px; }
    .drip-proof blockquote { font-size: 15px; line-height: 1.6; font-style: italic; color: var(--text-light); margin-bottom: 10px; }
    .drip-proof .drip-author { font-size: 13px; font-weight: 600; color: var(--navy); }

    /* ── REPAIR vs REPLACE ── */
    .compare-table {
      display: grid; grid-template-columns: 1fr 1fr; gap: 0;
      border-radius: 12px; overflow: hidden; max-width: 800px; margin: 0 auto;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }
    .compare-col { padding: 24px; }
    .compare-col.replace { background: var(--red-light); }
    .compare-col.repair { background: var(--green-light); }
    .compare-col h3 { font-size: 18px; margin-bottom: 16px; }
    .compare-col.replace h3 { color: #C0392B; }
    .compare-col.repair h3 { color: var(--navy); }
    .compare-row { padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 15px; }
    .compare-row:last-child { border-bottom: none; }
    .compare-row .price { font-weight: 700; font-size: 22px; display: block; margin-bottom: 4px; }
    .compare-explain { max-width: 800px; margin: 24px auto 0; font-size: 15px; line-height: 1.7; color: var(--text-light); }

    /* ── IRONCLAD PROMISE ── */
    .promise-section {
      background: linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%);
      padding: 56px 20px; text-align: center;
    }
    .promise-inner { max-width: 650px; margin: 0 auto; }
    .promise-shield { font-size: 56px; margin-bottom: 16px; display: block; }
    .promise-inner h2 { font-size: 28px; color: var(--navy); margin-bottom: 12px; }
    .promise-inner .promise-sub {
      font-size: 20px; font-weight: 700; color: var(--text); margin-bottom: 12px; line-height: 1.4;
    }
    .promise-inner .promise-body { font-size: 15px; color: var(--text-light); line-height: 1.6; }

    /* ── HOW IT WORKS ── */
    .steps-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
    .step-card {
      background: #fff; border-radius: 12px; padding: 28px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-top: 4px solid var(--gold);
    }
    .step-num {
      font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 32px;
      color: var(--gold); opacity: 0.3; margin-bottom: 8px;
    }
    .step-card h3 { font-size: 18px; margin-bottom: 8px; }
    .step-card p { font-size: 15px; color: var(--text-light); }

    /* ── VIDEO GALLERY ── */
    .video-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
    .video-card { border-radius: 12px; overflow: hidden; background: #000; }
    .video-thumb { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; cursor: pointer; }
    .video-thumb iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
    .video-thumb .video-mask {
      position: absolute; inset: 0; z-index: 2; cursor: pointer;
      background: rgba(0,0,0,0.35);
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s;
    }
    .video-thumb .video-mask::after {
      content: ''; width: 0; height: 0;
      border-top: 16px solid transparent; border-bottom: 16px solid transparent;
      border-left: 26px solid #fff; margin-left: 6px;
      filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
    }
    .video-thumb .video-mask:hover { background: rgba(0,0,0,0.2); }
    .video-thumb.playing .video-mask { background: transparent; cursor: default; }
    .video-thumb.playing .video-mask::after { display: none; }
    .video-label { padding: 10px 14px; font-size: 13px; font-weight: 600; color: #fff; background: var(--navy); text-align: center; }
    .video-intro { text-align: center; max-width: 650px; margin: 0 auto 32px; font-size: 16px; color: var(--text-light); }

    /* ── SERVICE AREA ── */
    .county-grid {
      display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
      max-width: 600px; margin: 0 auto 20px;
    }
    .county-card {
      background: #fff; border: 2px solid var(--navy); border-radius: 12px;
      padding: 16px 12px; text-align: center;
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 16px; color: var(--navy);
    }
    .area-cities { text-align: center; font-size: 15px; color: var(--text-light); line-height: 1.6; max-width: 600px; margin: 0 auto; }
    .area-note { text-align: center; margin-top: 16px; font-size: 14px; color: var(--text-light); }

    /* ── TESTIMONIALS ── */
    .testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
    .testimonial-card {
      background: #fff; border-radius: 12px; padding: 24px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    }
    .testimonial-card .stars { color: var(--gold); font-size: 16px; margin-bottom: 12px; }
    .testimonial-card blockquote { font-size: 15px; line-height: 1.6; margin-bottom: 12px; font-style: italic; }
    .testimonial-card .avatar {
      width: 48px; height: 48px; border-radius: 50%; object-fit: cover; margin-bottom: 12px;
      border: 2px solid var(--gold); display: block;
    }
    .placeholder-warn {
      background: var(--cream); border: 1px solid var(--cream-dark); border-radius: 8px;
      padding: 12px 16px; margin-bottom: 24px; font-size: 14px; color: var(--navy);
      text-align: center;
    }

    /* ── MEET DAVI ── */
    .davi-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
    .davi-photo {
      width: 200px; height: 200px; border-radius: 50%;
      background: var(--gray-mid); display: flex; align-items: center; justify-content: center;
      font-size: 16px; color: #999; margin: 0 auto; font-weight: 500;
      border: 3px solid var(--gold);
    }
    .davi-text h2 { text-align: center; }
    .davi-text p { font-size: 15px; line-height: 1.7; color: var(--text-light); margin-top: 12px; }

    /* ── FAQ ── */
    .faq-list { max-width: 750px; margin: 0 auto; }
    .faq-item { border-bottom: 1px solid var(--gray-light); }
    .faq-q {
      width: 100%; text-align: left; padding: 18px 0; font-family: 'Poppins', sans-serif;
      font-weight: 600; font-size: 16px; color: var(--text); background: none; border: none;
      cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    }
    .faq-q:hover { color: var(--gold); }
    .faq-q .arrow { font-size: 20px; transition: transform 0.2s; color: var(--gold); }
    .faq-q.open .arrow { transform: rotate(180deg); }
    .faq-a {
      max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
      font-size: 15px; line-height: 1.7; color: var(--text-light);
    }
    .faq-a-inner { padding: 0 0 18px; }

    /* ── FINAL CTA ── */
    .final-cta {
      background: var(--navy);
      color: #fff; text-align: center; padding: 64px 20px;
    }
    .final-cta-inner { }
    .final-cta h2 { font-size: 28px; margin-bottom: 16px; }
    .final-cta p { font-size: 16px; opacity: 0.9; margin-bottom: 20px; }

    /* ── FOOTER ── */
    .footer {
      background: var(--navy-dark); color: rgba(255,255,255,0.7);
      padding: 40px 20px 80px; font-size: 14px;
    }
    .footer-inner { max-width: 700px; margin: 0 auto; text-align: center; }
    .footer a { color: var(--gold-light); text-decoration: none; }
    .footer .phone { font-size: 22px; font-weight: 700; color: #fff; display: block; margin-bottom: 8px; }
    .footer .area { font-size: 14px; margin-bottom: 4px; }
    .footer .hours { font-size: 14px; margin-bottom: 20px; color: rgba(255,255,255,0.5); }
    .footer .social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
    .footer .social a {
      display: inline-flex; align-items: center; justify-content: center;
      width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08);
      font-size: 18px; transition: background 0.2s;
    }
    .footer .social a:hover { background: rgba(255,255,255,0.15); }
    .footer .copyright { font-size: 13px; color: rgba(255,255,255,0.4); }

    /* ── MOBILE BOTTOM BAR ── */
    .mobile-bar {
      display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
      background: #fff; border-top: 1px solid var(--gray-mid);
      padding: 6px 12px; gap: 6px;
    }
    .mobile-bar a {
      flex: 1; text-align: center; padding: 10px 4px; border-radius: 8px;
      font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12px;
      text-decoration: none;
    }
    .mobile-bar .call-bar { background: var(--navy); color: #fff; }
    .mobile-bar .msg-bar { background: var(--messenger); color: #fff; }
    .mobile-bar .cta-bar { background: var(--gold); color: #fff; }

    /* ── CONTACT FORM PLACEHOLDER ── */
    .contact-placeholder {
      max-width: 500px; margin: 0 auto; background: rgba(255,255,255,0.08);
      border-radius: 12px; padding: 32px; text-align: center;
      color: rgba(255,255,255,0.4); border: 2px dashed rgba(192,148,72,0.3);
    }

    /* ── RESPONSIVE ── */
    @media (min-width: 600px) {
      .steps-grid { grid-template-columns: repeat(3, 1fr); }
      .video-grid { grid-template-columns: repeat(3, 1fr); }
      .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
      .davi-grid { grid-template-columns: auto 1fr; }
      .davi-photo { margin: 0 auto; }
      .davi-text h2 { text-align: left; }
      .county-grid { grid-template-columns: repeat(4, 1fr); }
      .top-bar .logo img { height: 52px; }
      .hero-trust .badge { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.2); font-size: 14px; padding: 8px 16px; }
    }
    @media (min-width: 768px) {
      .hero-inner h1 { font-size: 48px; }
      .section { padding: 80px 40px; }
      .section-title { font-size: 34px; }
      .final-cta h2 { font-size: 34px; }
    }
    @media (max-width: 599px) {
      .compare-table { grid-template-columns: 1fr; }
      .compare-col.replace { border-bottom: 3px solid var(--gold); }
      .mobile-bar { display: flex; }
      .hero-wrap { padding: 8px 20px 32px; }
      .hero-inner h1 { font-size: 28px; }
      .hero-inner .sub { font-size: 16px; }
      .hero-trust { gap: 6px; }
      .hero-trust .badge { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.2); font-size: 10px; padding: 6px 8px; }
      .btn-group-4 .btn { font-size: 13px; padding: 10px 14px; }
      .top-bar .msg-link .label-text { display: none; }
      .final-cta { padding: 48px 16px; }
      .final-cta h2 { font-size: 22px; }
    }

/* WordPress theme overrides */
body.page-id-477 { margin: 0 !important; padding: 0 !important; overflow-x: clip; }
body.page-id-477 .wp-site-blocks,
body.page-id-477 main,
body.page-id-477 article,
body.page-id-477 .entry-content,
body.page-id-477 .wp-block-post-content {
  margin: 0 !important; padding: 0 !important; max-width: 100% !important; width: 100% !important;
}
body.page-id-477 header.wp-block-template-part,
body.page-id-477 footer.wp-block-template-part { display: none !important; }
body.page-id-477 .top-bar { padding: 8px 16px !important; margin-bottom: 0 !important; border-bottom: 2px solid var(--gold) !important; position: sticky !important; top: 0 !important; z-index: 200 !important; background: #fff !important; }
body.page-id-477 .hero-wrap { padding: 24px 20px 40px !important; }
body.page-id-477 .hero-inner { padding: 0 !important; }
body.page-id-477 .hero-trust .badge { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.2); padding: 6px 10px !important; font-size: 11px !important; }
body.page-id-477 .section { padding: 48px 20px !important; }
body.page-id-477 .final-cta { padding: 48px 20px !important; }
body.page-id-477 .btn-primary { padding: 18px 36px !important; font-size: 20px !important; min-height: auto !important; line-height: 1.3 !important; animation: cta-glow 1.5s ease-in-out infinite; box-shadow: 0 0 20px rgba(192,148,72,0.6), 0 0 40px rgba(192,148,72,0.3) !important; }
body.page-id-477 .btn-primary:hover { background: #b07e2f !important; animation: none !important; transform: translateY(-2px) !important; box-shadow: 0 0 30px rgba(192,148,72,0.9), 0 0 60px rgba(192,148,72,0.4) !important; }
@keyframes cta-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(192,148,72,0.6), 0 0 40px rgba(192,148,72,0.3); }
  50% { box-shadow: 0 0 30px rgba(192,148,72,0.9), 0 0 60px rgba(192,148,72,0.5), 0 0 80px rgba(192,148,72,0.2); transform: scale(1.03); }
}
body.page-id-477 .btn-group-4 .btn { padding: 10px 14px !important; font-size: 13px !important; }
body.page-id-477 .davi-grid { padding: 0 20px !important; }
body.page-id-477 .promise-section { padding: 48px 20px !important; }
body.page-id-477 .footer { padding: 40px 20px 80px !important; }
/* ── HEADER HOURS ── */
.header-hours {
  font-size: 13px; color: #555; margin: 0 16px;
  white-space: nowrap; font-weight: 500;
  display: inline-block;
}
@media (max-width: 768px) { .header-hours { display: none; } }

/* ── URGENCY PILL ── */
.urgency-pill {
  display: inline-block; font-size: 14px; font-weight: 500;
  padding: 8px 18px; border-radius: 24px; margin: 0 auto 24px;
  background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35);
  color: #fff; text-align: center;
}
.urgency-pill .pulse-dot {
  display: inline-block; width: 10px; height: 10px; border-radius: 50%;
  background: #34d399; margin-right: 6px; vertical-align: middle;
}
@media (max-width: 599px) {
  .urgency-pill { font-size: 12px; padding: 6px 12px; margin-bottom: 16px; }
}

/* Fix wpautop-added spacing issues */
body.page-id-477 p:empty { display: none !important; }
body.page-id-477 .entry-content > p { margin: 0 !important; }

/* === FIXES 2026-05-10 v3 (external CSS, no inline) === */
/* 1. Prevent horizontal scroll */
html { overflow-x: clip !important; }
body.home { overflow-x: clip !important; }

/* 2. Kill space above top-bar — wpautop inserts <p> tags */
body.home p:empty,
body.home > p:first-of-type,
body.home .entry-content > p:first-of-type { display: none !important; margin: 0 !important; padding: 0 !important; height: 0 !important; overflow: hidden !important; }
/* Hide any <p> that only contains invisible content (meta, scripts, links) before top-bar */
body.home > p:first-of-type,
body.home > p:nth-of-type(2),
body.home > p:nth-of-type(3) { display: none !important; }

/* 3. Top-bar flush to very top */
body.home { padding-top: 0 !important; margin-top: 0 !important; }
body.home .top-bar { margin-top: 0 !important; position: sticky !important; top: 0 !important; z-index: 200 !important; background: #fff !important; border-bottom: 2px solid var(--gold) !important; }

/* 4. CTA button — right size, two-line */
/* removed — using glowing CTA from line 375 */
.btn-primary .cta-sub { display: block; font-size: 10px; font-weight: 400; opacity: 0.85; margin-top: 4px; letter-spacing: 0.5px; text-transform: uppercase; }

/* 5. Trust badges — scrollable on mobile */
@media (max-width: 599px) {
  .hero-trust { flex-wrap: nowrap !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch; justify-content: flex-start !important; padding: 0 0 8px 0; gap: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hero-trust::-webkit-scrollbar { display: none; }
  .hero-trust .badge { flex-shrink: 0 !important; scroll-snap-align: center; }
}

/* ── TRUST BAR (above header) ── */
.trust-bar {
  background: #FFF3E0;
  text-align: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(230,126,34,0.2);
  line-height: 1.5;
  position: relative;
  z-index: 101;
}
@media (max-width: 599px) {
  .trust-bar { font-size: 12px; padding: 6px 12px; }
}

/* ── IMAGE COMPARISON SLIDER ── */
.slider-section { max-width: 800px; margin: 0 auto 32px; text-align: center; }
.slider-section h3 { font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 4px; color: var(--text); }
.slider-section .slider-sub { font-size: 15px; color: var(--text-light); font-style: italic; margin-bottom: 20px; }
.slider-wrap { position: relative; max-width: 700px; margin: 0 auto; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.12); }
.slider-wrap img { display: block; width: 100%; height: auto; }
.slider-caption { font-size: 14px; color: var(--text-light); margin-top: 12px; font-weight: 500; }

/* Custom before/after slider */
.ba-slider { position: relative; width: 100%; overflow: hidden; cursor: ew-resize; user-select: none; -webkit-user-select: none; touch-action: pan-y; }
.ba-slider .ba-img { display: block; width: 100%; height: auto; pointer-events: none; }
.ba-slider .ba-after-wrap { position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden; }
.ba-slider .ba-after-wrap img { position: absolute; top: 0; left: 0; width: var(--full-width); height: 100%; object-fit: cover; }
.ba-slider .ba-handle { position: absolute; top: 0; bottom: 0; width: 4px; background: #fff; left: 50%; transform: translateX(-50%); z-index: 5; box-shadow: 0 0 8px rgba(0,0,0,0.3); }
.ba-slider .ba-handle::before { content: '◀ ▶'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; border-radius: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--navy); box-shadow: 0 2px 12px rgba(0,0,0,0.2); letter-spacing: 2px; padding-left: 2px; }
.ba-slider .ba-label { position: absolute; top: 12px; padding: 4px 12px; background: rgba(0,0,0,0.5); color: #fff; font-size: 12px; font-weight: 600; border-radius: 4px; z-index: 4; pointer-events: none; }
.ba-slider .ba-label-before { left: 12px; }
.ba-slider .ba-label-after { right: 12px; }

/* ── Recent Jobs ── */
.rj-section {
  text-align: center;
  padding: 48px 24px 40px;
  background: linear-gradient(180deg, #f0f4f8 0%, #e4eaf1 100%);
}
.rj-title {
  font-size: 26px;
  color: var(--navy, #1a2744);
  margin-bottom: 6px;
  font-weight: 800;
}
.rj-title span {
  color: var(--gold, #c49a2a);
}
.rj-sub {
  font-size: 14px;
  color: #888;
  font-style: italic;
  margin-bottom: 24px;
}
.rj-box {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border: 1px solid rgba(0,0,0,0.04);
  text-align: left;
}
.rj-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
}
.rj-row:last-child {
  border-bottom: none;
}
.rj-icon {
  font-size: 16px;
  flex-shrink: 0;
}
.rj-name {
  font-weight: 700;
  color: var(--navy, #1a2744);
}
.rj-dot {
  color: #ccc;
}
.rj-city {
  color: var(--gold, #c49a2a);
  font-weight: 600;
  font-size: 13px;
}
.rj-service {
  margin-left: auto;
  font-size: 11px;
  color: #aaa;
}
@media (max-width: 600px) {
  .rj-title { font-size: 21px; }
  .rj-box { padding: 16px; }
  .rj-row { font-size: 13px; gap: 6px; }
  .rj-service { display: none; }
}
