
    :root {
      --navy: #0B1220;
      --navy-2: #111827;
      --blue: #3B82F6;
      --blue-light: #60A5FA;
      --green: #10B981;
      --green-dark: #059669;
      --text: #E2E8F0;
      --text-2: #94A3B8;
      --text-3: #64748B;
      --bg: #0B1220;
      --bg-soft: #111827;
      --border: #1E293B;
      --radius: 14px;
      --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
      --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.45);
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 92px; }
    @media (max-width: 960px) { html { scroll-padding-top: 108px; } }
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--text);
      line-height: 1.6;
      background: var(--bg);
      -webkit-font-smoothing: antialiased;
    }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    .container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }

    /* HEADER */
    .header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(11, 18, 32, 0.96);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(59, 130, 246, 0.45);
      box-shadow:
        0 1px 0 rgba(96, 165, 250, 0.25),
        0 4px 18px rgba(37, 99, 235, 0.18);
    }
    .header-top {
      background: #020617;
      font-size: 13px;
      color: #94A3B8;
      padding: 7px 0;
      text-align: center;
    }
    .header-top a { color: #94A3B8; margin: 0 14px; transition: color 0.2s; }
    .header-top a:hover { color: #fff; }
    .header-main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      height: 84px;
      padding: 6px 0;
    }
    .header-main > a:first-child {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      max-width: 36%;
    }
    .header-main > a:first-child {
      flex: 0 1 auto;
      display: flex;
      align-items: center;
      min-width: 0;
      max-width: 55%;
    }
    .header-main > a:first-child {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      max-width: 48%;
    }
    .logo {
      height: 64px;
      width: auto;
      max-width: min(360px, 34vw);
      object-fit: contain;
      object-position: left center;
      display: block;
    }
    .nav {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px;
      flex: 1 1 auto;
      min-width: 0;
    }
    .nav a {
      font-size: 13px;
      font-weight: 600;
      color: #E2E8F0;
      padding: 7px 12px;
      border-radius: 8px;
      border: 1px solid rgba(96, 165, 250, 0.45);
      background: rgba(59, 130, 246, 0.08);
      white-space: nowrap;
      transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    }
    .nav a:hover {
      color: #fff;
      background: rgba(59, 130, 246, 0.2);
      border-color: rgba(147, 197, 253, 0.75);
      box-shadow: 0 0 12px rgba(59, 130, 246, 0.25);
    }
    .nav a:hover { color: #fff; }

    /* BUTTONS */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-family: 'Inter', sans-serif;
      font-weight: 600;
      font-size: 14.5px;
      border-radius: 10px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      padding: 12px 22px;
    }
    .btn-primary { background: var(--blue); color: white; }
    .btn-primary:hover { background: #1E40AF; transform: translateY(-1px); }
    .btn-green { background: var(--green); color: white; }
    .btn-green:hover { background: var(--green-dark); transform: translateY(-1px); }
    .btn-outline {
      background: transparent;
      color: white;
      border: 1.5px solid rgba(255,255,255,0.35);
    }
    .btn-outline:hover {
      background: white;
      color: var(--navy);
      border-color: white;
    }
    .btn-lg { padding: 15px 28px; font-size: 15.5px; border-radius: 12px; }

    /* HERO */
    .hero {
      position: relative;
      background: linear-gradient(145deg, #0B1220 0%, #0F1C3F 55%, #1E3A8A 100%);
      color: white;
      padding: 90px 0 100px;
      overflow: hidden;
    }
    .hero-bg-logo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100vw;
      max-width: none;
      opacity: 0.12;
      pointer-events: none;
      z-index: 0;
    }
    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 56px;
      align-items: center;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(59, 130, 246, 0.15);
      border: 1px solid rgba(59, 130, 246, 0.25);
      color: #93C5FD;
      font-size: 13px;
      font-weight: 600;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 20px;
    }
    .hero h1 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 50px;
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -1.3px;
      margin-bottom: 18px;
    }
    .hero h1 span { color: #93C5FD; }
    .hero-lead {
      font-size: 18px;
      color: #CBD5E1;
      line-height: 1.55;
      margin-bottom: 28px;
      max-width: 520px;
    }
    .hero-highlight {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(5, 150, 105, 0.18);
      border: 1px solid rgba(5, 150, 105, 0.35);
      color: #6EE7B7;
      font-size: 14.5px;
      font-weight: 600;
      padding: 10px 16px;
      border-radius: 10px;
      margin-bottom: 28px;
    }
    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 32px;
    }
    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 26px;
      font-size: 14px;
      color: #94A3B8;
    }
    .hero-meta strong { color: #F1F5F9; font-weight: 600; }
    .hero-visual {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    }
    .hero-visual img {
      width: 100%;
      height: 420px;
      object-fit: cover;
    }

    /* TRUST */
    .trust {
      background: #0F172A;
      border-bottom: 1px solid var(--border);
      padding: 30px 0;
    }
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      text-align: center;
    }
    .trust-item h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #F1F5F9;
      margin-bottom: 4px;
    }
    .trust-item p { font-size: 13.5px; color: var(--text-3); }

    /* SECTIONS */
    .section { padding: 92px 0; }
    .section-header {
      max-width: 640px;
      margin: 0 auto 52px;
      text-align: center;
    }
    .section-header h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 36px;
      font-weight: 800;
      letter-spacing: -0.9px;
      color: #F8FAFC;
      margin-bottom: 12px;
    }
    .section-header p {
      font-size: 17px;
      color: var(--text-2);
      line-height: 1.55;
    }

    /* SERVICES */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }
    .service-card {
      background: #0F172A;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 30px 26px;
      transition: all 0.25s ease;
    }
    .service-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
      border-color: #334155;
    }
    .service-icon {
      width: 46px;
      height: 46px;
      background: rgba(59, 130, 246, 0.15);
      border-radius: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 21px;
      margin-bottom: 16px;
    }
    .service-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 18.5px;
      font-weight: 700;
      margin-bottom: 9px;
      color: #F1F5F9;
    }
    .service-card p {
      font-size: 14.5px;
      color: var(--text-2);
      line-height: 1.6;
    }

    /* ZERO OUT OF POCKET BAND */
    .zero-band {
      background: linear-gradient(90deg, #059669, #047857);
      color: white;
      text-align: center;
      padding: 22px 24px;
      font-size: 17px;
      font-weight: 600;
    }
    .zero-band strong { font-weight: 800; }

    /* RESULTS */
    .results-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      margin-bottom: 26px;
    }
    .result-card {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: #0F172A;
    }
    .result-card img {
      width: 100%;
      height: 290px;
      object-fit: cover;
    }
    .result-label {
      padding: 13px 16px;
      font-size: 14px;
      font-weight: 600;
      color: #E2E8F0;
      background: #0F172A;
      text-align: center;
      border-top: 1px solid var(--border);
    }
    .work-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
    .work-item {
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      aspect-ratio: 4/3;
    }
    .work-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s ease;
    }
    .work-item:hover img { transform: scale(1.04); }
    .work-item::after {
      content: attr(data-label);
      position: absolute;
      left: 0; right: 0; bottom: 0;
      padding: 26px 14px 12px;
      background: linear-gradient(transparent, rgba(0,0,0,0.75));
      color: white;
      font-size: 13.5px;
      font-weight: 600;
    }

    /* OWNER VIDEO */
    .owner-section {
      background: var(--navy);
      color: white;
    }
    .owner-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }
    .owner-content h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 32px;
      font-weight: 800;
      letter-spacing: -0.7px;
      margin-bottom: 16px;
    }
    .owner-content p {
      color: #94A3B8;
      font-size: 16.5px;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .owner-points {
      list-style: none;
      margin-bottom: 28px;
    }
    .owner-points li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 15px;
      color: #E2E8F0;
    }
    .owner-points li::before {
      content: "✓";
      color: #6EE7B7;
      font-weight: 700;
    }
    .video-wrap {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      background: #020617;
      aspect-ratio: 9/16;
      max-height: 520px;
      box-shadow: var(--shadow-lg);
    }
    .video-wrap video,
    .video-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .video-placeholder {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #0F172A, #1E293B);
      color: #94A3B8;
      text-align: center;
      padding: 24px;
    }
    .video-placeholder strong {
      color: white;
      font-size: 18px;
      margin-bottom: 8px;
    }

    /* TEAM */
    .team-photo {
      border-radius: 18px;
      overflow: hidden;
      box-shadow: var(--shadow-lg);
    }
    .team-photo img { width: 100%; }

    /* WHY */
    .why { background: var(--bg-soft); }
    .why-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 52px;
      align-items: center;
    }
    .why-list { list-style: none; margin-top: 6px; }
    .why-list li {
      display: flex;
      gap: 14px;
      margin-bottom: 20px;
    }
    .why-check {
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      background: rgba(16, 185, 129, 0.18);
      color: #34D399;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 13px;
    }
    .why-list h4 {
      font-size: 16px;
      font-weight: 650;
      margin-bottom: 3px;
      color: #F1F5F9;
    }
    .why-list p { font-size: 14.5px; color: var(--text-2); }
    .why-card {
      background: var(--navy);
      color: white;
      border-radius: 18px;
      padding: 38px 34px;
      box-shadow: var(--shadow-lg);
      position: relative;
      overflow: hidden;
    }
    .why-card-logo {
      position: absolute;
      right: -30px;
      bottom: -30px;
      width: 240px;
      opacity: 0.18;
      pointer-events: none;
      filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.3));
    }
    .why-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 12px;
      line-height: 1.25;
      position: relative;
    }
    .why-card p {
      color: #94A3B8;
      font-size: 15px;
      margin-bottom: 22px;
      line-height: 1.55;
      position: relative;
    }
    .why-phone {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 26px;
      font-weight: 800;
      color: #93C5FD;
      margin-bottom: 4px;
      position: relative;
    }
    .why-sub {
      font-size: 13.5px;
      color: #64748B;
      margin-bottom: 22px;
      position: relative;
    }

    /* CTA */
    .cta {
      background: linear-gradient(135deg, #1D4ED8 0%, #1E3A8A 100%);
      color: white;
      text-align: center;
      padding: 76px 0;
    }
    .cta h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 34px;
      font-weight: 800;
      letter-spacing: -0.7px;
      margin-bottom: 12px;
    }
    .cta p {
      font-size: 17px;
      color: #BFDBFE;
      margin-bottom: 28px;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
    }
    .cta-actions {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    
    .map-wrap {
      margin-top: 28px;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
    }
    .map-wrap iframe {
      width: 100%;
      height: 280px;
      border: 0;
      display: block;
    }

    /* CONTACT */
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 44px;
    }
    .contact-info h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 22px;
      color: #F1F5F9;
    }
    .contact-row {
      display: flex;
      gap: 12px;
      margin-bottom: 20px;
    }
    .contact-row strong {
      display: block;
      font-size: 14px;
      margin-bottom: 2px;
      color: #E2E8F0;
    }
    .contact-row p, .contact-row a {
      font-size: 15px;
      color: var(--text-2);
    }
    .contact-row a:hover { color: var(--blue); }
    .contact-form {
      background: #0F172A;
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 34px;
    }
    .contact-form h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 18px;
      color: #F1F5F9;
    }
    .form-group { margin-bottom: 14px; }
    .form-group label {
      display: block;
      font-size: 13px;
      font-weight: 550;
      margin-bottom: 5px;
      color: #CBD5E1;
    }
    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 11px 13px;
      border: 1px solid var(--border);
      border-radius: 10px;
      font-size: 15px;
      font-family: inherit;
      background: #020617;
      color: #E2E8F0;
      transition: border-color 0.2s;
    }
    .form-group input:focus,
    .form-group textarea:focus {
      outline: none;
      border-color: var(--blue);
    }
    .form-group textarea {
      min-height: 100px;
      resize: vertical;
    }

    /* FOOTER */
    .footer {
      position: relative;
      overflow: hidden;
      background: var(--navy);
      color: #94A3B8;
      padding: 52px 0 26px;
    }
    .footer::before,
    .footer::after { display: none; }
    .footer > * {
      position: relative;
      z-index: 1;
    }
    .footer-visual {
      border-radius: 14px;
      overflow: hidden;
      min-height: 220px;
      align-self: stretch;
      border: 1px solid rgba(59,130,246,0.32);
      box-shadow: 0 10px 28px rgba(0,0,0,0.35);
      background: #07101d;
    }
    .footer-visual img {
      width: 100%;
      height: 100%;
      min-height: 220px;
      display: block;
      object-fit: cover;
      object-position: 50% 72%;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr 0.9fr 0.95fr 1.35fr;
      gap: 36px;
      margin-bottom: 36px;
    }
    .footer h4 {
      color: white;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 14px;
    }
    .footer p, .footer a {
      font-size: 14px;
      line-height: 1.7;
    }
    .footer a:hover { color: white; }
    .footer-bottom {
      border-top: 1px solid #1E293B;
      padding-top: 20px;
      text-align: center;
      font-size: 13px;
    }

    /* RESPONSIVE */
    @media (max-width: 960px) {
      .logo {
        height: 56px;
        max-width: min(280px, 70vw);
      }
      .header-main {
        height: auto;
        min-height: 72px;
      }

      .hero-grid,
      .why-grid,
      .contact-grid,
      .results-grid,
      .owner-grid {
        grid-template-columns: 1fr;
      }
      #reviews > .container > div:last-child {
        grid-template-columns: 1fr !important;
      }
      .hero h1 { font-size: 38px; }
      .hero-visual img { height: 300px; }
      .hero-bg-logo { width: 110vw; left: 50%; opacity: 0.09; }
      .services-grid,
      .work-grid { grid-template-columns: 1fr; }
      .trust-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid {
        grid-template-columns: 1.05fr 1fr;
        gap: 18px;
        align-items: stretch;
      }
      .footer-brand { grid-column: 1 / -1; }
      .footer-visual {
        grid-column: 2;
        grid-row: 2 / 4;
        min-height: 240px;
      }
      .footer::before { opacity: 0.08; }
      .footer::after {
        background: linear-gradient(90deg, rgba(11,18,32,0.55) 0%, rgba(11,18,32,0.18) 100%);
      }
      .nav { display: none; }
      .video-wrap { max-height: 480px; margin: 0 auto; }
    }
    @media (max-width: 600px) {
      .hero { padding: 56px 0 64px; }
      .hero h1 { font-size: 30px; letter-spacing: -0.7px; }
      .hero-lead { font-size: 16px; }
      .section { padding: 60px 0; }
      .section-header h2 { font-size: 27px; }
      .trust-grid { grid-template-columns: 1fr; }
      .btn-lg { width: 100%; }
      .hero-actions { flex-direction: column; }
    }
  
    .footer-social {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 16px 22px;
      margin: 12px 0 22px;
      padding: 20px 16px;
      border-top: 1px solid #1E293B;
    }
    .footer-social-label {
      color: #F1F5F9;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.02em;
    }
    .footer-social-links {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .social-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 20px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      transition: transform 0.15s ease, filter 0.15s ease, opacity 0.15s ease;
      border: none;
    }
    .social-link:hover {
      transform: translateY(-1px);
      filter: brightness(1.08);
    }
    .social-link svg {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
    }
    .social-link-facebook {
      background: #1877F2 !important;
      color: #fff !important;
      box-shadow: 0 4px 14px rgba(24, 119, 242, 0.35);
    }
    .social-link-facebook:hover {
      color: #fff !important;
    }
    .social-link-instagram {
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
      color: #fff !important;
      box-shadow: 0 4px 14px rgba(220, 39, 67, 0.35);
    }
    .social-link-instagram:hover {
      color: #fff !important;
    }

  
    .footer-brand {
      text-align: center;
    }
    .footer-brand .footer-logo {
      height: 56px;
      width: auto;
      max-width: 280px;
      object-fit: contain;
      display: block;
      margin: 0 auto 14px;
    }
    .footer-brand p {
      text-align: center;
    }
    .contact-brand-logo {
      height: 48px;
      width: auto;
      max-width: 240px;
      object-fit: contain;
      display: block;
      margin: 0 auto 16px;
    }

  
    /* Section titles — clean, legible, more presence */
    .section-header h2,
    .owner-header h2,
    .section h2,
    #team h2,
    #shop h2,
    #welcome h2,
    #reviews h2,
    #faq h2,
    #contact h2,
    #owner h2,
    .why h2,
    .faq h2,
    .owner-section h2,
    h2 {
      font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(28px, 4vw, 36px);
      font-weight: 700;
      letter-spacing: -0.6px;
      line-height: 1.15;
      color: #F8FAFC;
      -webkit-text-stroke: 0;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
      margin-bottom: 10px;
    }
    .section-header p,
    .owner-header p {
      color: #CBD5E1;
      font-size: 16px;
      line-height: 1.5;
    }
    /* Title underline — width set to match subtitle via script */
    .section-header,
    .owner-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 680px;
      margin: 0 auto 22px;
      text-align: center;
    }
    .section-header h2,
    .owner-header h2 {
      display: block;
      width: auto;
      max-width: 100%;
      padding: 0;
      margin: 0 0 0;
      border-bottom: none;
      box-shadow: none;
    }
    .title-underline {
      display: block;
      height: 0;
      border-bottom: 2px solid rgba(96, 165, 250, 0.9);
      box-shadow: 0 1px 0 rgba(59, 130, 246, 0.25);
      margin: 10px auto 0;
      padding: 0;
      max-width: 100%;
    }
    .section-header p,
    .owner-header p {
      margin-top: 14px;
      margin-bottom: 0;
      max-width: 680px;
      width: auto;
    }
    .section-header[style*="text-align: left"],
    .why .section-header {
      align-items: flex-start;
      margin-left: 0;
      margin-right: auto;
      text-align: left;
    }
    .section-header[style*="text-align: left"] .title-underline,
    .why .section-header .title-underline {
      margin-left: 0;
      margin-right: 0;
    }
    .section-header[style*="text-align: left"] h2,
    .why .section-header h2 {
      display: inline-block;
    }

  
    .nav a.btn,
    .nav .btn {
      border: none;
      background: #2563EB;
      color: #fff !important;
      padding: 8px 16px;
      box-shadow: 0 0 16px rgba(37, 99, 235, 0.35);
    }
    .nav a.btn:hover,
    .nav .btn:hover {
      background: #3B82F6;
      color: #fff !important;
    }

  
    /* ===== LAUNCH FIX: mobile menu + call button ===== */
    .mobile-tools { display: none; align-items: center; gap: 8px; flex: 0 0 auto; margin-left: auto; }
    .mobile-call {
      display: inline-flex; align-items: center; justify-content: center;
      background: #3B82F6; color: #fff !important; font-weight: 700; font-size: 13px;
      padding: 10px 12px; border-radius: 10px; white-space: nowrap; border: none;
    }
    .nav-toggle {
      width: 44px; height: 44px; border-radius: 10px; border: 1px solid rgba(96,165,250,.45);
      background: #111827; display: inline-flex; flex-direction: column; align-items: center;
      justify-content: center; gap: 5px; cursor: pointer; padding: 0;
    }
    .nav-toggle span { display: block; width: 18px; height: 2px; background: #E2E8F0; border-radius: 2px; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav-toggle span { transition: transform .18s ease, opacity .18s ease; }
    body.menu-open { overflow: hidden; }
    @media (max-width: 960px) {
      .header { position: sticky; }
      .header-main {
        justify-content: space-between !important;
        align-items: center !important;
        height: auto !important;
        min-height: 64px;
        padding: 8px 0 !important;
        position: relative;
        gap: 10px !important;
      }
      .header-main > a:first-child {
        max-width: calc(100% - 150px) !important;
        width: auto !important;
        justify-content: flex-start !important;
      }
      .logo {
        height: 54px !important;
        max-width: min(240px, 56vw) !important;
        object-position: left center !important;
        margin: 0 !important;
      }
      .mobile-tools { display: flex !important; }
      .header-top .container { gap: 10px; flex-wrap: wrap; }
      .header-top a:nth-child(2),
      .header-top a:nth-child(3),
      .header-top .bbb-inline { display: none; }
      .nav {
        display: none !important;
        position: absolute;
        left: 0; right: 0; top: 100%;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        padding: 14px 16px 18px;
        background: rgba(11,18,32,.98);
        border-bottom: 1px solid rgba(59,130,246,.45);
        box-shadow: 0 18px 40px rgba(0,0,0,.45);
        z-index: 120;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
      }
      .nav.is-open { display: flex !important; }
      .nav a {
        width: 100%;
        text-align: center;
        padding: 12px 14px;
        font-size: 15px;
      }
    }
    @media (max-width: 600px) {
      .header-top a { font-size: 14px; font-weight: 700; color: #E2E8F0; }
    }

  
    /* Inner page polish */
    .page-hero {
      position: relative;
      overflow: visible;
      padding: 20px 0 12px;
      margin-top: 0;
    }
    .page-hero + .section,
    .page-hero + .blog-section { padding-top: 20px; }
    .page-hero h1 {
      font-size: 36px;
      line-height: 1.2;
      margin: 0 0 8px;
      padding-top: 2px;
    }
    .page-hero p { margin: 0; }
    @media (max-width: 960px) {
      .page-hero {
        padding: 28px 12px 22px;
        margin-top: 0;
        overflow: visible;
      }
      .page-hero h1 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 8px;
        color: #F8FAFC;
      }
      .page-hero p {
        color: #94A3B8;
        font-size: 15px;
        line-height: 1.45;
        display: block;
      }
      .page-hero h1::after {
        margin-top: 10px;
      }
    }
    .page-hero::before {
      content: "";
      position: absolute; inset: auto 0 0 0; height: 2px;
      background: linear-gradient(90deg, transparent, #60A5FA 20%, #3B82F6 50%, #60A5FA 80%, transparent);
      box-shadow: 0 0 18px rgba(96,165,250,.55);
    }
    .page-hero h1::after {
      content: "";
      display: block;
      width: min(240px, 68%);
      height: 3px;
      margin: 14px auto 0;
      border-radius: 99px;
      background: linear-gradient(90deg, #1D4ED8, #93C5FD, #1D4ED8);
      box-shadow: 0 0 14px rgba(96,165,250,.6);
    }
    .content-block {
      background: rgba(11, 18, 32, 0.88);
      border: 1px solid rgba(96,165,250,.28);
      border-radius: 18px;
      padding: 22px 18px 26px;
      box-shadow: 0 0 0 1px rgba(15,23,42,.85), 0 0 28px rgba(37,99,235,.14);
    }
    .content-block h2 {
      position: relative;
      padding-bottom: 10px;
    }
    .content-block h2::after {
      content: "";
      position: absolute; left: 0; bottom: 0;
      width: min(180px, 50%);
      height: 2px;
      border-radius: 99px;
      background: linear-gradient(90deg, #3B82F6, transparent);
      box-shadow: 0 0 10px rgba(59,130,246,.45);
    }
    .info-tiles {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin: 4px 0 20px;
    }
    @media (min-width: 640px) {
      .info-tiles { grid-template-columns: 1fr 1fr 1fr; }
    }
    .info-tile {
      background: #070B16;
      border: 1px solid rgba(96,165,250,.38);
      border-radius: 14px;
      padding: 16px 14px;
      box-shadow: 0 0 18px rgba(59,130,246,.14);
    }
    .info-tile h3 {
      margin: 0 0 8px;
      color: #93C5FD;
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
      font-weight: 700;
    }
    .info-tile p, .info-tile a {
      margin: 0;
      color: #E2E8F0;
      font-size: 15px;
      line-height: 1.45;
      text-decoration: none;
    }
    .map-wrap, .form-card {
      border: 1px solid rgba(96,165,250,.35) !important;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 0 22px rgba(59,130,246,.16);
    }
    .form-card { padding: 16px 14px 8px; margin-top: 8px; background: #070B16; }

    
    /* Mobile menu + video stability */
    #hail-canvas { z-index: 4 !important; pointer-events: none !important; }
    @media (max-width: 960px) {
      .header {
        position: fixed !important;
        top: 0; left: 0; right: 0;
        width: 100%;
        z-index: 10050 !important;
      }
      .nav {
        position: fixed !important;
        left: 0; right: 0;
        top: var(--header-h, 108px);
        bottom: 0;
        height: auto !important;
        max-height: none !important;
        z-index: 10051 !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
      }
      .nav.is-open { display: flex !important; }
      .mobile-tools, .nav-toggle, .mobile-call { z-index: 10052; position: relative; }
    }

    
    @media (max-width: 960px) {
      .nav.is-open {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: var(--header-h, 108px) !important;
        bottom: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: calc(100dvh - var(--header-h, 108px)) !important;
        max-height: none !important;
        overflow-y: auto !important;
        background: rgba(11,18,32,0.98) !important;
        z-index: 10051 !important;
        padding: 16px 16px 28px !important;
        gap: 6px !important;
        box-sizing: border-box !important;
      }
      .nav.is-open a {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 14px 12px !important;
      }
    }

    
    .mobile-nav-check {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      opacity: 0 !important;
    }
    .mobile-drawer { display: none; }
    @media (max-width: 960px) {
      .header { z-index: 2147483000 !important; }
      .nav-toggle, label.nav-toggle {
        display: inline-flex !important;
        z-index: 2147483647 !important;
        position: relative !important;
        pointer-events: auto !important;
      }
      .mobile-drawer {
        display: none;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: var(--header-h, 102px) !important;
        bottom: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: calc(100dvh - var(--header-h, 102px)) !important;
        background: #0B1220 !important;
        z-index: 2147483600 !important;
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 18px 16px 32px !important;
        gap: 4px !important;
        overflow-y: auto !important;
        box-sizing: border-box !important;
      }
      .mobile-nav-check:checked ~ .mobile-drawer {
        display: flex !important;
      }
      .mobile-drawer a {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        color: #F8FAFC !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        padding: 14px 12px !important;
        border-radius: 10px !important;
        text-decoration: none !important;
      }
    }
    @media (min-width: 961px) {
      .mobile-drawer, .mobile-nav-check { display: none !important; }
    }

    
    /* DESKTOP ONLY — keep nav + Call Now on one row */
    @media (min-width: 961px) {
      .header-main {
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 10px !important;
      }
      .header-main > a:first-child {
        max-width: 200px !important;
        flex: 0 0 auto !important;
      }
      .logo {
        height: 52px !important;
        max-width: 200px !important;
      }
      .nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
      }
      .nav a {
        white-space: nowrap !important;
        padding: 8px 11px !important;
        font-size: 13.5px !important;
        font-weight: 700 !important;
        flex: 0 0 auto !important;
        color: #F8FAFC !important;
        border: 1px solid rgba(96,165,250,0.55) !important;
        background: rgba(15,23,42,0.55) !important;
      }
      .nav a.btn,
      .nav .btn-primary {
        padding: 10px 16px !important;
        margin-left: 6px !important;
        font-size: 14.5px !important;
        font-weight: 800 !important;
        background: #2563EB !important;
        border-color: #2563EB !important;
        color: #fff !important;
      }
    }
    @media (min-width: 961px) and (max-width: 1180px) {
      .header-main > a:first-child { max-width: 160px !important; }
      .logo { height: 44px !important; max-width: 160px !important; }
      .nav { gap: 4px !important; }
      .nav a { padding: 7px 8px !important; font-size: 12.5px !important; }
      .nav a.btn, .nav .btn-primary { padding: 8px 12px !important; font-size: 13.5px !important; }
    }

    
    .blog-wrap { max-width: 780px; margin: 0 auto; }
    .blog-meta { color: var(--text-2); font-size: 14px; margin: 8px 0 22px; }
    .blog-list { display: grid; gap: 16px; }
    .blog-section { padding-top: 18px; padding-bottom: 56px; }
    @media (max-width: 960px) {
      .blog-section { padding-top: 12px; padding-bottom: 40px; }
    }
    .blog-card {
      display: block;
      background: rgba(17,24,39,.72);
      border: 1px solid rgba(59,130,246,.28);
      border-radius: 14px;
      padding: 18px 20px;
    }
    .blog-card h2 { font-size: 20px; color: #fff; margin-bottom: 6px; }
    .blog-card p { color: var(--text-2); font-size: 15px; }
    .blog-card .meta { font-size: 13px; color: var(--text-3); margin-bottom: 8px; }
    .prose h2 { margin: 28px 0 10px; font-size: 26px; color: #fff; }
    .prose h3 { margin: 22px 0 8px; font-size: 20px; color: #E2E8F0; }
    .prose p { margin: 0 0 14px; color: var(--text); }
    .prose ul, .prose ol { margin: 0 0 16px 22px; color: var(--text); }
    .prose li { margin: 0 0 8px; }
    .cta-box {
      margin: 28px 0 8px;
      padding: 18px 20px;
      border: 1px solid rgba(16,185,129,.4);
      border-radius: 14px;
      background: rgba(16,185,129,.08);
    }
    .cta-box p { margin: 0 0 10px; }

    .blog-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 10px;
      margin: 0 0 12px;
      background: #0b1220;
    }

    .blog-card { display:grid; grid-template-columns: 160px 1fr; gap:16px; align-items:center; }
    .blog-thumb { width:160px; height:100px; object-fit:cover; border-radius:10px; }
    .blog-card h2 { font-size:18px; }
    .blog-thumb-faces {
      object-position: center 24%;
    }
    @media (max-width:640px){
      .blog-card { grid-template-columns: 1fr; }
      .blog-thumb { width:100%; height:200px; object-position: center 28%; }
      .blog-thumb-faces { object-position: center 22%; height: 220px; }
      .page-hero { padding: 26px 12px 20px !important; margin-top: 0 !important; overflow: visible !important; }
    }

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


    @media (max-width: 960px) {
      .footer-visual {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 12px 0 0 !important;
      }
      .footer-visual img {
        width: 100% !important;
        height: 240px !important;
        min-height: 240px !important;
        object-fit: cover !important;
        object-position: 50% 80% !important;
      }
    }

