
  :root {
    --navy: #0d1b3e;
    --navy-mid: #162654;
    --red: #d81f2a;
    --red-hover: #b81820;
    --cream: #f5f3ee;
    --white: #ffffff;
    --text-dark: #0d1b3e;
    --text-muted: #6b7280;
    --border: #e5e7eb;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Barlow', 'Arial Narrow', Arial, sans-serif; background: var(--white); color: var(--text-dark); overflow-x: hidden; }

  .top-bar { background: var(--red); color: white; text-align: center; padding: 10px 20px; font-size: 14px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
  .top-bar .call-btn { background: white; color: var(--red); padding: 4px 14px; border-radius: 20px; font-weight: 700; font-size: 13px; text-decoration: none; white-space: nowrap; }
  .top-bar .call-btn:hover { opacity: 0.85; }

  header { background: white; padding: 10px 40px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 2px 12px rgba(13,27,62,0.08); position: sticky; top: 0; z-index: 100; }
  .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .logo img.mascot { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; border: 2px solid var(--red); }
  .logo-text .tagline { font-size: 11px; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600; text-transform: uppercase; }
  .header-right { display: flex; align-items: center; gap: 20px; }
  .phone-block .label { font-size: 11px; color: var(--text-muted); font-weight: 500; display: flex; align-items: center; gap: 4px; }
  .phone-block .label img { width: 13px; height: 13px; }
  .phone-block a { display: block; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 24px; font-weight: 800; color: var(--navy); text-decoration: none; }
  .btn-primary { background: var(--red); color: white; padding: 12px 24px; border-radius: 50px; font-weight: 700; font-size: 15px; text-decoration: none; transition: background 0.2s, transform 0.15s; white-space: nowrap; border: none; cursor: pointer; display: inline-block; }
  .btn-primary:hover { background: var(--red-hover); transform: translateY(-1px); }

  .hero { background: var(--navy); background-image: linear-gradient(rgba(8,18,48,0.65), rgba(8,18,48,0.65)), url('/assets/images/hero-home.jpg'); background-size: cover; background-position: center; min-height: 620px; display: grid; grid-template-columns: 1fr 430px; gap: 60px; align-items: center; padding: 70px 80px; }
  .badge-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); color: white; padding: 7px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
  .hero h1 { font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 900; font-size: 64px; color: white; line-height: 0.95; margin-bottom: 18px; text-transform: uppercase; }
  .hero h1 .accent { color: var(--red); }
  .hero h1 .city { color: #7ab8f5; }
  .hero p { color: rgba(255,255,255,0.84); font-size: 17px; line-height: 1.65; max-width: 520px; margin-bottom: 28px; }
  .hero-stats { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; flex-wrap: wrap; }
  .stars { display: flex; align-items: center; gap: 3px; }
  .stars img { width: 17px; height: 17px; }
  .stars strong { color: white; font-size: 14px; margin-left: 4px; }
  .divider { color: rgba(255,255,255,0.3); font-size: 18px; }
  .stat-item { color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 5px; }
  .stat-item img { width: 15px; height: 15px; }
  .service-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 460px; }
  .service-pill { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.92); font-size: 14px; font-weight: 500; }
  .service-pill img { width: 18px; height: 18px; flex-shrink: 0; }

  .quote-card { background: white; border-radius: 16px; padding: 32px 28px; box-shadow: 0 20px 60px rgba(0,0,0,0.38); }
  .quote-card h3 { font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 800; font-size: 24px; text-align: center; color: var(--navy); margin-bottom: 4px; line-height: 1.2; }
  .quote-card .sub { text-align: center; color: var(--text-muted); font-size: 12px; margin-bottom: 20px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .form-group { margin-bottom: 12px; }
  .form-group label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-dark); margin-bottom: 5px; }
  .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px 13px; border: 1.5px solid var(--border); border-radius: 8px; font-family: 'Barlow', Arial, sans-serif; font-size: 14px; color: var(--text-dark); background: #fafafa; transition: border-color 0.2s; outline: none; -webkit-appearance: none; appearance: none; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--navy); background: white; }
  .form-group textarea { height: 72px; resize: none; }
  .hp-field { opacity: 0; position: absolute; top: 0; left: 0; height: 0; width: 0; z-index: -1; pointer-events: none; }
  .btn-submit { width: 100%; background: var(--red); color: white; padding: 14px; border-radius: 50px; font-weight: 700; font-size: 16px; border: none; cursor: pointer; margin-top: 4px; transition: background 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .btn-submit:hover { background: var(--red-hover); }
  .btn-submit:disabled { opacity: 0.65; cursor: not-allowed; }
  .trust-row { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 12px; flex-wrap: wrap; }
  .trust-item { font-size: 11px; color: var(--text-muted); font-weight: 500; display: flex; align-items: center; gap: 4px; }
  .trust-item img { width: 13px; height: 13px; }
  .form-msg { display: none; text-align: center; padding: 14px 16px; border-radius: 10px; font-weight: 600; font-size: 14px; margin-top: 10px; line-height: 1.5; }
  .form-msg.success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
  .form-msg.error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

  .trust-bar { background: var(--cream); padding: 18px 80px; display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; border-bottom: 1px solid var(--border); }
  .trust-bar-item { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; color: var(--navy); }
  .trust-bar-item img.icon { width: 26px; height: 26px; }
  .trust-bar-item img.bbb-small { height: 34px; width: auto; }

  .warning-band { background: #fff5f0; border-top: 3px solid var(--red); border-bottom: 3px solid var(--red); padding: 28px 80px; }
  .warning-band-inner { max-width: 860px; margin: 0 auto; }
  .warning-band h3 { font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 800; font-size: 22px; color: var(--red); margin-bottom: 12px; }
  .warning-signs { display: flex; flex-wrap: wrap; gap: 10px; }
  .warning-sign { background: white; border: 1.5px solid #fca5a5; color: #7f1d1d; padding: 7px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; }

  section { padding: 80px 80px; }
  .section-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--cream); border: 1px solid var(--border); color: var(--navy); padding: 6px 14px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
  .section-tag img { width: 14px; height: 14px; }
  .section-title { font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 900; font-size: 46px; color: var(--navy); line-height: 1; margin-bottom: 14px; }
  .section-sub { color: var(--text-muted); font-size: 16px; max-width: 520px; line-height: 1.6; }
  .text-center { text-align: center; }
  .text-center .section-sub { margin: 0 auto; }

  .cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
  .process-card { background: white; border: 1.5px solid var(--border); border-radius: 14px; padding: 28px; border-left: 4px solid var(--navy); transition: box-shadow 0.2s, transform 0.2s; }
  .process-card:hover { box-shadow: 0 8px 32px rgba(13,27,62,0.1); transform: translateY(-2px); }
  .card-icon { width: 48px; height: 48px; margin-bottom: 16px; }
  .process-card h4 { font-weight: 700; font-size: 17px; color: var(--navy); margin-bottom: 8px; }
  .process-card p { color: var(--text-muted); font-size: 14px; line-height: 1.6; }

  .creds-bar { background: var(--navy); padding: 40px 80px; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 28px; }
  .cred-item { text-align: center; }
  .cred-item img.cred-icon { width: 52px; height: 52px; margin: 0 auto 10px; display: block; }
  .cred-item a img.bbb-cred-img { height: 56px; width: auto; display: block; margin: 0 auto 6px; border: 0; }
  .cred-label { color: white; font-weight: 700; font-size: 15px; }
  .cred-sub { color: rgba(255,255,255,0.55); font-size: 12px; margin-top: 2px; }

  .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
  .step-card { background: white; border: 1.5px solid var(--border); border-radius: 14px; padding: 36px 22px 28px; text-align: center; transition: box-shadow 0.2s; position: relative; }
  .step-card:hover { box-shadow: 0 8px 28px rgba(13,27,62,0.1); }
  .step-num { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--red); color: white; font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 800; font-size: 16px; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .step-card img { width: 48px; height: 48px; margin: 0 auto 14px; display: block; }
  .step-card h4 { font-weight: 700; font-size: 16px; color: var(--navy); margin-bottom: 8px; }
  .step-card p { color: var(--text-muted); font-size: 13px; line-height: 1.6; }

  .compare-section { background: var(--cream); }
  .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; max-width: 900px; margin-left: auto; margin-right: auto; }
  .compare-card { background: white; border-radius: 14px; padding: 30px; border: 2px solid var(--border); }
  .compare-card.us { border-color: var(--navy); }
  .compare-card h4 { font-weight: 800; font-size: 18px; color: var(--navy); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
  .compare-card.them h4 { color: var(--text-muted); }
  .compare-card h4 img { width: 20px; height: 20px; }
  .compare-list { list-style: none; }
  .compare-list li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 14px; display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
  .compare-list li:last-child { border-bottom: none; }
  .compare-list img { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }

  .cta-banner { background: var(--red); padding: 56px 80px; text-align: center; }
  .cta-banner h2 { font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 900; font-size: 48px; color: white; margin-bottom: 10px; }
  .cta-banner p { color: rgba(255,255,255,0.88); font-size: 17px; margin-bottom: 28px; }
  .btn-white { background: white; color: var(--navy); padding: 15px 36px; border-radius: 50px; font-weight: 700; font-size: 17px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: transform 0.15s, box-shadow 0.15s; }
  .btn-white img { width: 20px; height: 20px; }
  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

  .cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
  .case-card { border: 1.5px solid var(--border); border-radius: 14px; overflow: hidden; }
  .case-top { background: #fff5f5; padding: 20px 22px; border-bottom: 1.5px solid var(--border); }
  .case-bottom { padding: 20px 22px; background: white; }
  .case-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 6px; display: flex; align-items: center; gap: 5px; }
  .case-label img { width: 14px; height: 14px; }
  .case-label.problem { color: var(--red); }
  .case-label.solution { color: var(--navy); }
  .case-top p, .case-bottom p { font-size: 14px; line-height: 1.55; color: #374151; }
  .case-type { font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }

  .reviews-section { background: var(--cream); }
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
  .review-card { background: white; border-radius: 14px; padding: 28px; border: 1.5px solid var(--border); }
  .review-stars { display: flex; gap: 3px; margin-bottom: 12px; }
  .review-stars img { width: 17px; height: 17px; }
  .review-card blockquote { font-size: 14px; line-height: 1.7; color: #374151; font-style: italic; border: none; }
  .reviewer { margin-top: 14px; font-weight: 700; font-size: 13px; color: var(--navy); }
  .reviewer span { color: var(--text-muted); font-weight: 400; }

  .bbb-spotlight { background: var(--navy-mid); padding: 44px 80px; display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }
  .bbb-mascot { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,0.2); flex-shrink: 0; }
  .bbb-spotlight-text h3 { font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 800; font-size: 30px; color: white; margin-bottom: 8px; }
  .bbb-spotlight-text p { color: rgba(255,255,255,0.72); font-size: 15px; max-width: 420px; line-height: 1.6; }
  .bbb-seal-wrap { display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .bbb-seal-wrap a img { height: 80px; width: auto; border: 0; display: block; }
  .bbb-seal-wrap span { color: rgba(255,255,255,0.45); font-size: 11px; }

  .areas-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; justify-content: center; }
  .area-chip { border: 1.5px solid var(--border); padding: 9px 18px; border-radius: 50px; font-size: 14px; font-weight: 600; color: var(--navy); background: white; display: flex; align-items: center; gap: 6px; transition: border-color 0.2s, background 0.2s; cursor: default; }
  .area-chip:hover { border-color: var(--red); background: #fff5f5; }
  .area-chip.current { border-color: var(--red); background: #fff5f5; color: var(--red); }
  .area-chip img { width: 12px; height: 15px; }

  .faq-list { margin-top: 40px; max-width: 780px; margin-left: auto; margin-right: auto; }
  .faq-item { border: 1.5px solid var(--border); border-radius: 10px; margin-bottom: 10px; background: white; overflow: hidden; }
  .faq-q { padding: 18px 22px; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; color: var(--navy); user-select: none; }
  .faq-q .arrow { transition: transform 0.3s; font-size: 12px; color: var(--text-muted); }
  .faq-item.open .faq-q .arrow { transform: rotate(180deg); }
  .faq-a { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s; color: var(--text-muted); font-size: 14px; line-height: 1.75; }
  .faq-item.open .faq-a { max-height: 300px; padding: 0 22px 18px; }

  .footer-cta { background: var(--navy); padding: 64px 80px; text-align: center; }
  .footer-cta h2 { font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 900; font-size: 52px; color: white; margin-bottom: 14px; }
  .footer-cta p { color: rgba(255,255,255,0.7); font-size: 16px; margin-bottom: 32px; }

  footer { background: #f9f8f5; padding: 22px 80px; text-align: center; border-top: 1px solid var(--border); color: var(--text-muted); font-size: 13px; }
  footer a { color: var(--navy); text-decoration: none; font-weight: 600; }

  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; padding: 40px 24px; min-height: auto; }
    .hero h1 { font-size: 46px; }
    section { padding: 56px 24px; }
    .trust-bar, .warning-band, .bbb-spotlight { padding: 24px; }
    .cards-grid, .compare-grid, .cases-grid, .reviews-grid { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    header { padding: 10px 20px; }
    .creds-bar { padding: 36px 24px; }
    .cta-banner, .footer-cta { padding: 48px 24px; }
    footer { padding: 22px 24px; }
    .bbb-spotlight { flex-direction: column; text-align: center; }
    .bbb-spotlight-text p { margin: 0 auto; }
  }

  .inline-call-cta { background: var(--navy); padding: 28px 80px; }
  .inline-call-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; max-width: 960px; margin: 0 auto; }
  .inline-call-title { font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 800; font-size: 26px; color: white; line-height: 1.1; }
  .inline-call-sub { color: rgba(255,255,255,0.65); font-size: 14px; margin-top: 4px; }
  .inline-call-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: white; text-decoration: none; padding: 14px 28px; border-radius: 12px; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 30px; font-weight: 900; white-space: nowrap; transition: background 0.2s; }
  .inline-call-btn:hover { background: var(--red-hover); }
  @media(max-width:960px) { .inline-call-cta { padding: 28px 24px; } .inline-call-cta-inner { flex-direction: column; text-align: center; } }

  .after-reviews-cta { background: var(--cream); padding: 48px 80px; text-align: center; border-top: 1px solid var(--border); }
  .arc-headline { font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 900; font-size: 36px; color: var(--navy); margin-bottom: 8px; }
  .arc-sub { color: var(--text-muted); font-size: 15px; margin-bottom: 24px; }
  .arc-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: white; text-decoration: none; padding: 16px 32px; border-radius: 12px; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 34px; font-weight: 900; transition: background 0.2s, transform 0.15s; }
  .arc-btn:hover { background: var(--red-hover); transform: translateY(-2px); }
  @media(max-width:960px) { .after-reviews-cta { padding: 40px 24px; } }

  /* Sticky call bar */
  .sticky-call-bar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
    background: var(--red); color: white;
    padding: 14px 24px;
    display: flex; align-items: center; justify-content: center; gap: 16px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
    transform: translateY(100%); transition: transform 0.3s ease;
  }
  .sticky-call-bar.visible { transform: translateY(0); }
  .sticky-call-bar p { font-size: 15px; font-weight: 600; margin: 0; }
  .sticky-call-bar a.sticky-btn {
    background: white; color: var(--red);
    padding: 10px 24px; border-radius: 50px;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 22px; font-weight: 900; text-decoration: none;
    white-space: nowrap; transition: transform 0.15s;
  }
  .sticky-call-bar a.sticky-btn:hover { transform: scale(1.04); }
  .sticky-call-bar .sticky-close {
    background: none; border: none; color: rgba(255,255,255,0.7);
    font-size: 20px; cursor: pointer; padding: 0 4px; line-height: 1;
  }
  @media(max-width:600px) { .sticky-call-bar p { display: none; } }


@media (max-width:600px){
.sr-checklist{display:block !important;min-height:0 !important;}
.sr-checklist>div:first-child{display:none !important;}
.sr-checklist>div:last-child{padding:26px 22px !important;}
}
