﻿:root {
      --bg: #f3f7fc;
      --surface: #ffffff;
      --surface-soft: #eef4fb;
      --line: rgba(13, 51, 114, 0.12);
      --text: #0f213d;
      --muted: #5c6f8b;
      --primary: #0d5bd7;
      --primary-strong: #0947aa;
      --accent: #18a0fb;
      --success: #0d8b61;
      --shadow: 0 18px 46px rgba(9, 35, 84, 0.12);
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
      --container: 1160px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(24, 160, 251, 0.17), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #f2f7fc 42%, #eef3f9 100%);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .container {
      width: min(calc(100% - 32px), var(--container));
      margin: 0 auto;
    }

    .section {
      padding: 80px 0;
    }

    .section-title {
      margin: 0 0 12px;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      line-height: 1.08;
      letter-spacing: -0.04em;
    }

    .section-lead {
      max-width: 720px;
      margin: 0;
      color: var(--muted);
      font-size: 1.02rem;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid rgba(13, 91, 215, 0.14);
      background: rgba(255, 255, 255, 0.76);
      color: var(--primary-strong);
      font-size: 0.84rem;
      font-weight: 800;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--success);
      box-shadow: 0 0 0 6px rgba(13, 139, 97, 0.12);
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 30;
      backdrop-filter: blur(16px);
      background: rgba(248, 251, 255, 0.88);
      border-bottom: 1px solid rgba(9, 35, 84, 0.08);
    }

    .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 68px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      display: grid;
      place-items: center;
      width: 44px;
      height: 44px;
      border-radius: 16px;
      background: linear-gradient(135deg, #0d5bd7 0%, #17a2ff 100%);
      box-shadow: 0 12px 24px rgba(13, 91, 215, 0.24);
      color: #fff;
      font-weight: 800;
      font-size: 1.05rem;
    }

    .brand-copy {
      min-width: 0;
    }

    .brand-title {
      margin: 0;
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .brand-subtitle {
      margin: 0;
      color: var(--muted);
      font-size: 0.84rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .topbar-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }

    .hours-pill {
      display: none;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(13, 91, 215, 0.08);
      color: var(--primary-strong);
      font-size: 0.88rem;
      font-weight: 700;
    }

    .cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 0 22px;
      border: 0;
      border-radius: 18px;
      font: inherit;
      font-weight: 800;
      font-size: 1rem;
      cursor: pointer;
      transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
      white-space: nowrap;
    }

    .cta:hover,
    .cta:focus-visible {
      transform: translateY(-1px);
    }

    .cta-primary {
      color: #fff;
      background: linear-gradient(135deg, #0d5bd7 0%, #0b77e9 100%);
      box-shadow: 0 18px 28px rgba(13, 91, 215, 0.24);
    }

    .cta-primary:hover,
    .cta-primary:focus-visible {
      box-shadow: 0 22px 34px rgba(13, 91, 215, 0.3);
    }

    .cta-secondary {
      color: var(--primary-strong);
      background: #fff;
      border: 1px solid rgba(13, 91, 215, 0.15);
      box-shadow: 0 14px 24px rgba(9, 35, 84, 0.08);
    }

    .hero {
      position: relative;
      padding: 30px 0 54px;
      overflow: clip;
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      z-index: -1;
    }

    .hero::before {
      top: -80px;
      right: -90px;
      width: 240px;
      height: 240px;
      background: radial-gradient(circle, rgba(23, 162, 255, 0.24), transparent 68%);
    }

    .hero::after {
      left: -90px;
      bottom: -120px;
      width: 280px;
      height: 280px;
      background: radial-gradient(circle, rgba(13, 91, 215, 0.14), transparent 70%);
    }

    .hero-grid {
      display: grid;
      gap: 22px;
      align-items: stretch;
    }

    .hero-copy,
    .hero-panel {
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(255, 255, 255, 0.78);
      border-radius: 30px;
      box-shadow: var(--shadow);
    }

    .hero-copy {
      padding: 28px 22px;
    }

    .hero h1 {
      margin: 0 0 16px;
      font-size: clamp(2.2rem, 7vw, 4.6rem);
      line-height: 0.98;
      letter-spacing: -0.06em;
      max-width: 10ch;
    }

    .hero-lead {
      max-width: 58ch;
      margin: 0 0 22px;
      color: var(--muted);
      font-size: clamp(1rem, 2vw, 1.14rem);
    }

    .hero-actions {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 20px;
    }

    .hero-note {
      display: grid;
      gap: 10px;
      padding-top: 18px;
      border-top: 1px solid rgba(9, 35, 84, 0.08);
    }

    .hero-note strong {
      display: block;
      font-size: clamp(1.6rem, 5vw, 2.4rem);
      line-height: 1;
      letter-spacing: -0.05em;
    }

    .hero-note span {
      color: var(--muted);
      font-size: 0.95rem;
    }

    .hero-points {
      display: grid;
      gap: 10px;
      margin: 22px 0 0;
    }

    .hero-points div {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      background: rgba(13, 91, 215, 0.05);
      border-radius: 16px;
      font-weight: 700;
    }

    .hero-points div::before {
      content: "";
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0d8b61 0%, #2ed0a3 100%);
      flex-shrink: 0;
    }

    .hero-panel {
      padding: 20px;
      display: grid;
      gap: 18px;
      align-content: start;
    }

    .alert-card {
      padding: 18px;
      border-radius: 24px;
      background: linear-gradient(160deg, #0d5bd7 0%, #08337a 100%);
      color: #fff;
      box-shadow: 0 18px 36px rgba(8, 51, 122, 0.28);
    }

    .alert-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.82);
    }

    .alert-label::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #7ef1ca;
      box-shadow: 0 0 0 6px rgba(126, 241, 202, 0.16);
    }

    .alert-title {
      margin: 0 0 8px;
      font-size: clamp(1.5rem, 4vw, 2rem);
      line-height: 1.04;
      letter-spacing: -0.05em;
    }

    .alert-copy {
      margin: 0;
      color: rgba(255, 255, 255, 0.84);
    }

    .contact-card,
    .mini-proof,
    .service-card,
    .benefit-card,
    .issue-card,
    .process-step,
    .faq-item,
    .price-card,
    .badge-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: 24px;
      box-shadow: 0 12px 30px rgba(9, 35, 84, 0.06);
    }

    .contact-card {
      padding: 22px;
    }

    .contact-card p {
      margin: 0 0 14px;
      color: var(--muted);
      font-weight: 700;
    }

    .big-phone {
      display: inline-block;
      margin-bottom: 18px;
      font-size: clamp(1.9rem, 6vw, 3rem);
      font-weight: 800;
      letter-spacing: -0.05em;
      line-height: 1;
    }

    .contact-actions {
      display: grid;
      gap: 12px;
    }

    .contact-meta {
      display: grid;
      gap: 10px;
      margin-top: 18px;
      color: var(--muted);
      font-size: 0.94rem;
    }

    .contact-meta strong {
      color: var(--text);
    }

    .hero-image {
      overflow: hidden;
      border-radius: 24px;
      border: 1px solid rgba(13, 91, 215, 0.14);
      background: linear-gradient(180deg, #edf5ff 0%, #dcecff 100%);
    }

    .hero-image img {
      width: 100%;
      height: auto;
    }

    .mini-proof {
      padding: 16px;
    }

    .mini-proof strong {
      display: block;
      margin-bottom: 5px;
      font-size: 1rem;
    }

    .mini-proof span {
      color: var(--muted);
      font-size: 0.92rem;
    }

    .badges {
      display: grid;
      gap: 14px;
      margin-top: 18px;
    }

    .areas-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .area-chip {
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(13, 91, 215, 0.08);
      border: 1px solid rgba(13, 91, 215, 0.12);
      color: var(--primary-strong);
      font-size: 0.9rem;
      font-weight: 800;
    }

    .badge-card {
      padding: 20px 18px;
      position: relative;
      overflow: hidden;
    }

    .badge-card::before {
      content: "";
      position: absolute;
      inset: auto -22px -22px auto;
      width: 86px;
      height: 86px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(13, 91, 215, 0.16), transparent 72%);
    }

    .badge-card strong {
      display: block;
      margin-bottom: 6px;
      font-size: 1.05rem;
    }

    .badge-card span {
      color: var(--muted);
      font-size: 0.94rem;
    }

    .section-head {
      margin-bottom: 28px;
    }

    .services-grid,
    .benefits-grid,
    .issues-grid,
    .faq-grid {
      display: grid;
      gap: 16px;
    }

    .service-card,
    .benefit-card,
    .issue-card,
    .faq-item {
      padding: 22px;
    }

    .service-icon,
    .benefit-icon,
    .issue-icon {
      display: inline-grid;
      place-items: center;
      width: 52px;
      height: 52px;
      margin-bottom: 16px;
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(13, 91, 215, 0.12), rgba(24, 160, 251, 0.16));
      color: var(--primary-strong);
      font-size: 1.15rem;
      font-weight: 800;
    }

    .service-card h3,
    .benefit-card h3,
    .issue-card h3,
    .faq-item h3 {
      margin: 0 0 10px;
      font-size: 1.18rem;
      line-height: 1.16;
      letter-spacing: -0.03em;
    }

    .service-card p,
    .benefit-card p,
    .issue-card p,
    .faq-item p {
      margin: 0 0 16px;
      color: var(--muted);
    }

    .service-card .cta {
      width: 100%;
      min-height: 50px;
      font-size: 0.96rem;
    }

    .urgent-band {
      padding: 22px 0;
    }

    .urgent-band-card {
      display: grid;
      gap: 16px;
      align-items: center;
      padding: 22px;
      border-radius: 28px;
      background: linear-gradient(135deg, #08337a 0%, #0d5bd7 56%, #17a2ff 100%);
      color: #fff;
      box-shadow: 0 26px 44px rgba(8, 51, 122, 0.26);
    }

    .urgent-band-card strong {
      display: block;
      margin-bottom: 8px;
      font-size: clamp(1.5rem, 4vw, 2.3rem);
      line-height: 1.04;
      letter-spacing: -0.05em;
    }

    .urgent-band-card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.84);
    }

    .price-card {
      padding: 28px;
    }

    .price-card p {
      margin: 0 0 20px;
      color: var(--muted);
      font-size: 1.02rem;
    }

    .process-grid {
      display: grid;
      gap: 16px;
    }

    .process-step {
      position: relative;
      padding: 24px 22px 22px;
    }

    .process-number {
      display: inline-grid;
      place-items: center;
      width: 42px;
      height: 42px;
      margin-bottom: 16px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0d5bd7 0%, #18a0fb 100%);
      color: #fff;
      font-weight: 800;
    }

    .contact-section {
      padding-bottom: 120px;
    }

    .section-cta {
      display: grid;
      gap: 16px;
      margin-top: 24px;
      padding: 20px;
      border-radius: 24px;
      border: 1px solid rgba(13, 91, 215, 0.12);
      background: linear-gradient(180deg, rgba(238, 245, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
      box-shadow: 0 16px 30px rgba(9, 35, 84, 0.08);
    }

    .section-cta strong {
      display: block;
      margin-bottom: 8px;
      font-size: 1.18rem;
      line-height: 1.15;
      letter-spacing: -0.03em;
    }

    .section-cta p {
      margin: 0;
      color: var(--muted);
    }

    .section-phone {
      display: inline-block;
      margin-top: 10px;
      font-size: clamp(1.4rem, 4vw, 2rem);
      font-weight: 800;
      letter-spacing: -0.05em;
      line-height: 1;
      color: var(--primary-strong);
    }

    .section-cta-actions {
      display: grid;
      gap: 10px;
    }

    .contact-shell {
      display: grid;
      gap: 18px;
      padding: 24px;
      border-radius: 32px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(234, 243, 255, 0.92) 100%);
      border: 1px solid rgba(13, 91, 215, 0.12);
      box-shadow: var(--shadow);
    }

    .contact-list {
      display: grid;
      gap: 12px;
      color: var(--muted);
      font-size: 0.98rem;
    }

    .contact-list strong {
      color: var(--text);
    }

    .footer {
      padding: 0 0 96px;
      color: var(--muted);
      font-size: 0.9rem;
    }

    .sticky-callbar {
      position: fixed;
      left: 12px;
      right: 12px;
      bottom: 12px;
      z-index: 40;
      display: grid;
      grid-template-columns: 1.3fr 1fr;
      gap: 10px;
      padding: 10px;
      border-radius: 22px;
      background: rgba(8, 26, 57, 0.92);
      backdrop-filter: blur(18px);
      box-shadow: 0 18px 36px rgba(5, 16, 35, 0.34);
    }

    .sticky-callbar .cta {
      min-height: 52px;
      border-radius: 16px;
      font-size: 0.94rem;
      padding-inline: 14px;
    }

    .sticky-callbar .cta-secondary {
      color: #fff;
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.14);
      box-shadow: none;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    @media (min-width: 700px) {
      .hours-pill {
        display: inline-flex;
      }

      .hero-actions,
      .contact-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .badges,
      .benefits-grid,
      .issues-grid,
      .faq-grid,
      .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

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

      .section-cta-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .urgent-band-card {
        grid-template-columns: minmax(0, 1.5fr) auto;
        padding: 28px 30px;
      }
    }

    @media (min-width: 980px) {
      .section {
        padding: 104px 0;
      }

      .hero {
        padding: 36px 0 74px;
      }

      .hero-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
        gap: 24px;
      }

      .hero-copy {
        padding: 38px 36px;
      }

      .hero-panel {
        padding: 22px;
      }

      .badges {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

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

      .benefits-grid,
      .issues-grid,
      .process-grid,
      .faq-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .contact-shell {
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
        align-items: center;
      }

      .sticky-callbar {
        display: none;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation: none !important;
        transition: none !important;
      }

      .reveal {
        opacity: 1;
        transform: none;
      }
    }
