﻿:root {
      --brand-start: #0284c7;
      --brand-end: #1e40af;
      --brand-ink: #0f172a;
      --header-offset: 72px;
      --brand-glow: rgba(30, 64, 175, 0.18);
      --glow-a: rgba(14, 165, 233, 0.16);
      --glow-b: rgba(30, 64, 175, 0.14);
      --surface-soft: #f8fafc;
      --surface-strong: #f1f5f9;
      --card-radius: 1rem;
      --card-border: rgba(148, 163, 184, 0.26);
      --card-shadow: 0 10px 24px -22px rgba(15, 23, 42, 0.34);
      --card-shadow-hover: 0 16px 28px -22px rgba(15, 23, 42, 0.4);
    }
    body.site-bg {
      line-height: 1.6;
      background:
        radial-gradient(900px 520px at 10% -10%, #e0f2fe 0%, transparent 58%),
        #f8fafc;
    }
    a, button {
      -webkit-tap-highlight-color: rgba(37, 99, 235, 0.22);
      touch-action: manipulation;
    }
    main p {
      line-height: 1.7;
    }
    main section[id] {
      scroll-margin-top: calc(var(--header-offset) + 14px);
    }
    main > section:not(#top) {
      content-visibility: auto;
      contain-intrinsic-size: 1px 840px;
      position: relative;
    }
    #services,
    #about,
    #process,
    #contact {
      background-color: #ffffff !important;
    }
    main .text-xs {
      line-height: 1.45;
    }
    .brand-mark {
      position: relative;
      font-family: Sora, Manrope, ui-sans-serif, system-ui;
      letter-spacing: 0.02em;
    }
    .brand-mark::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-left: 7px;
      border-radius: 9999px;
      background: linear-gradient(135deg, var(--brand-start), var(--brand-end));
      box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2);
      vertical-align: middle;
    }
    .hero-mesh {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
      background-size: 64px 64px;
      opacity: 0.12;
    }
    .hero-eyebrow {
      border: 1px solid rgba(186, 230, 253, 0.36);
      background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(148, 163, 184, 0.1));
      box-shadow: 0 8px 20px -16px rgba(15, 23, 42, 0.8);
      backdrop-filter: blur(5px);
    }
    .hero-orb {
      position: absolute;
      border-radius: 9999px;
      filter: blur(90px);
      opacity: 0.42;
      pointer-events: none;
    }
    .hero-orb.one {
      width: 240px;
      height: 240px;
      top: -108px;
      right: -56px;
      background: var(--glow-a);
    }
    .hero-orb.two {
      width: 220px;
      height: 220px;
      bottom: -122px;
      left: -62px;
      background: var(--glow-b);
      animation-delay: 1.2s;
    }
    main section h2.text-3xl,
    main section h2.text-2xl {
      position: relative;
      display: block;
      width: fit-content;
      font-family: Sora, Manrope, ui-sans-serif, system-ui;
      font-weight: 800;
      font-size: clamp(1.7rem, 1.35rem + 1.25vw, 2.25rem);
      color: #0f172a;
      letter-spacing: 0.01em;
      line-height: 1.15;
    }
    main section h2.text-3xl::after,
    main section h2.text-2xl::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 72px;
      height: 4px;
      border-radius: 9999px;
      background: linear-gradient(90deg, var(--brand-start), var(--brand-end));
    }
    .interactive-card {
      position: relative;
      overflow: hidden;
      transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
      will-change: transform;
      border: 1px solid var(--card-border);
      border-radius: var(--card-radius);
      box-shadow: var(--card-shadow);
    }
    .interactive-card::before {
      display: none;
    }
    @media (hover: hover) {
      .interactive-card:hover {
        transform: translateY(-2px);
        box-shadow: var(--card-shadow-hover);
        border-color: #bfdbfe;
        background-color: #ffffff;
      }
      .hero-asset-card:hover {
        transform: translateY(-2px);
        border-color: rgba(186, 230, 253, 0.44);
        background: linear-gradient(155deg, rgba(255, 255, 255, 0.16), rgba(148, 163, 184, 0.12));
        box-shadow: 0 14px 24px -20px rgba(2, 6, 23, 0.72);
      }
    }
    .hero-asset-card {
      background: linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
      border-color: rgba(255, 255, 255, 0.24);
      box-shadow: 0 16px 28px -24px rgba(2, 6, 23, 0.84), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
    }
    .hero-feature-card,
    .hero-diagram-card {
      border: 1px solid rgba(191, 219, 254, 0.28);
      background: linear-gradient(160deg, rgba(15, 23, 42, 0.52), rgba(30, 64, 175, 0.24));
    }
    .hero-feature-panel {
      border-radius: 0.85rem;
      border: 1px solid rgba(191, 219, 254, 0.2);
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.45), rgba(15, 23, 42, 0.3));
      padding: 0.55rem;
    }
    .hero-feature-row {
      display: flex;
      align-items: center;
      gap: 0.7rem;
    }
    .hero-asset-card h2::after {
      display: none;
    }
    .hero-assets-grid {
      display: grid;
      gap: 0.85rem;
      grid-template-columns: 1fr;
    }
    .feature-icon {
      display: inline-flex;
      height: 2.25rem;
      width: 2.25rem;
      align-items: center;
      justify-content: center;
      border-radius: 0.85rem;
      border: 1px solid rgba(191, 219, 254, 0.24);
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(30, 64, 175, 0.28));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }
    .hero-diagram {
      width: 100%;
      border-radius: 0.85rem;
      border: 1px solid rgba(191, 219, 254, 0.2);
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.45), rgba(15, 23, 42, 0.3));
      padding: 0.55rem;
      overflow: hidden;
    }
    .hero-diagram .node {
      fill: rgba(15, 23, 42, 0.92);
      stroke: rgba(147, 197, 253, 0.74);
      stroke-width: 1.2;
    }
    .hero-diagram .node-core {
      fill: url(#heroNodeGrad);
    }
    .hero-diagram .path {
      stroke: rgba(147, 197, 253, 0.62);
      stroke-width: 2.1;
      fill: none;
      stroke-linecap: round;
      stroke-dasharray: 4 7;
      animation: flowDash 5.5s linear infinite;
    }
    .hero-diagram .path.alt {
      animation-duration: 6.8s;
      animation-direction: reverse;
      opacity: 0.82;
    }
    .hero-diagram text {
      font-family: Sora, Manrope, ui-sans-serif, system-ui;
      fill: #dbeafe;
      font-size: 9px;
      letter-spacing: 0.02em;
    }
    @keyframes flowDash {
      to { stroke-dashoffset: -46; }
    }
    .cta-primary {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #2563eb 100%);
      color: #ffffff;
      box-shadow: 0 8px 20px -14px rgba(30, 64, 175, 0.72);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: transform 220ms ease, box-shadow 220ms ease;
    }
    .cta-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 24px -16px rgba(30, 64, 175, 0.84);
    }
    .cta-primary:active {
      transform: translateY(0);
    }
    .cta-hero {
      background: linear-gradient(130deg, #ffffff 0%, #dbeafe 100%);
      color: #0f172a;
      box-shadow: 0 12px 28px -14px rgba(2, 6, 23, 0.75);
      border: 1px solid rgba(255, 255, 255, 0.35);
    }
    .hero-cta-wrap {
      width: fit-content;
      border: 0;
      background: transparent;
      border-radius: 0.9rem;
      padding: 0;
      box-shadow: none;
    }
    .hero-signal-row span {
      border: 1px solid rgba(148, 163, 184, 0.25);
      background: rgba(255, 255, 255, 0.08);
      border-radius: 9999px;
      padding: 0.24rem 0.58rem;
      display: inline-flex;
      align-items: center;
      gap: 0.32rem;
      backdrop-filter: blur(4px);
    }
    .hero-signal-row span::before {
      content: "";
      width: 0.35rem;
      height: 0.35rem;
      border-radius: 9999px;
      background: linear-gradient(135deg, #7dd3fc, #3b82f6);
    }
    .accent-text {
      background: linear-gradient(90deg, #bae6fd, #60a5fa);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .benefit-list li {
      position: relative;
      padding-left: 1.1rem;
      line-height: 1.45;
    }
    .benefit-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.42rem;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 9999px;
      background: linear-gradient(135deg, var(--brand-start), var(--brand-end));
      box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15);
    }
    #about {
      background:
        radial-gradient(960px 420px at 6% -10%, rgba(186, 230, 253, 0.42), transparent 56%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }
    .cta-secondary {
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      color: #0f172a;
      border: 1px solid #d5dee9;
      box-shadow: 0 8px 16px -14px rgba(15, 23, 42, 0.38);
      transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
    }
    .cta-secondary:hover {
      transform: translateY(-1px);
      border-color: #94a3b8;
      box-shadow: 0 14px 22px -16px rgba(15, 23, 42, 0.5);
    }
    .cta-secondary:active {
      transform: translateY(0);
      box-shadow: 0 8px 14px -12px rgba(15, 23, 42, 0.45);
    }
    .cta-secondary:focus-visible,
    .cta-primary:focus-visible,
    .cta-hero:focus-visible,
    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
      outline: none;
      box-shadow: 0 0 0 2px #0ea5e9, 0 0 0 4px rgba(255, 255, 255, 0.72);
    }
    .section-kicker {
      font-size: 0.77rem;
      font-weight: 800;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      color: #075985;
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
    }
    .section-kicker::before {
      content: "";
      width: 0.55rem;
      height: 0.55rem;
      border-radius: 9999px;
      background: linear-gradient(135deg, var(--brand-start), var(--brand-end));
      box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
    }
    .section-kicker + h2 {
      margin-top: 0.65rem;
    }
    .section-intro {
      max-width: 56ch;
      color: #5a6a80;
      line-height: 1.72;
      font-size: clamp(1rem, 0.97rem + 0.18vw, 1.08rem);
    }
    .meta-chip {
      border: 1px solid #cbd5e1;
      background: #f8fafc;
      color: #334155;
      font-size: 0.75rem;
      font-weight: 600;
      border-radius: 9999px;
      padding: 0.3rem 0.62rem;
    }
    .panel-muted {
      border: 1px solid #e2e8f0;
      background: #f8fafc;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
      border-radius: 1rem;
      position: relative;
      overflow: hidden;
    }
    .panel-muted::before {
      display: none;
    }
    .helper-note {
      font-size: 0.82rem;
      color: #5c6b80;
      line-height: 1.5;
    }
    .case-card p {
      line-height: 1.55;
    }
    .faq-item {
      border: 1px solid #e2e8f0;
      border-radius: 0.9rem;
      background: #ffffff;
      padding: 0.75rem 0.9rem;
      transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    }
    .faq-item[open] {
      border-color: #c7d2fe;
      background: #f8fafc;
      box-shadow: 0 10px 20px -18px rgba(30, 64, 175, 0.55);
    }
    .faq-item summary {
      cursor: pointer;
      font-weight: 600;
      color: #0f172a;
      list-style: none;
    }
    .faq-item summary::-webkit-details-marker {
      display: none;
    }
    .faq-item summary::after {
      content: "+";
      float: right;
      color: #64748b;
      font-weight: 700;
    }
    .faq-item[open] summary::after {
      content: "-";
    }
    .faq-item p {
      margin-top: 0.5rem;
      color: #475569;
      font-size: 0.9rem;
      line-height: 1.55;
    }
    .pricing-anchor-grid,
    .pricing-tier-grid {
      align-items: stretch;
    }
    .pricing-tier ul li::marker {
      color: #475569;
    }
    .pricing-trust-strip {
      display: grid;
      gap: 0.5rem;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .pricing-trust-item {
      border: 1px solid #dbe7f4;
      background: #ffffff;
      border-radius: 0.65rem;
      padding: 0.5rem 0.65rem;
      font-size: 0.74rem;
      color: #334155;
    }
    .pricing-addons-grid {
      display: grid;
      gap: 0.5rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pricing-addon-chip {
      border: 1px solid #cbd5e1;
      background: #ffffff;
      border-radius: 9999px;
      padding: 0.38rem 0.65rem;
      font-size: 0.74rem;
      color: #334155;
      text-align: center;
    }
    #process {
      background: #ffffff;
    }
    #process .section-intro {
      max-width: 58ch;
    }
    #process .interactive-card,
    #pricing-snapshot .pricing-tier {
      border-color: #e2e8f0;
      box-shadow: 0 12px 22px -20px rgba(15, 23, 42, 0.34);
    }
    #process .interactive-card:hover,
    #pricing-snapshot .pricing-tier:hover {
      box-shadow: 0 16px 30px -22px rgba(15, 23, 42, 0.4);
    }
    .form-progress {
      height: 6px;
      border-radius: 9999px;
      background: #e2e8f0;
      overflow: hidden;
    }
    .form-step-panel.step-fade-in {
      animation: stepFadeIn 220ms ease;
    }
    @keyframes stepFadeIn {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .form-progress > span {
      display: block;
      height: 100%;
      width: 50%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--brand-start), var(--brand-end));
      transition: width 220ms ease;
    }
    .form-field {
      position: relative;
    }
    .form-icon {
      position: absolute;
      left: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      color: #64748b;
      pointer-events: none;
      transition: color 180ms ease, opacity 170ms ease;
    }
    .form-field textarea ~ .form-icon {
      top: 1.1rem;
      transform: none;
    }
    .form-input {
      transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, transform 180ms ease;
    }
    .form-input:focus {
      transform: translateY(-1px);
      box-shadow: 0 14px 20px -18px rgba(15, 23, 42, 0.5);
    }
    .form-field:focus-within .form-icon {
      color: #0ea5e9;
    }
    .form-field:has(.form-input:focus) .form-icon,
    .form-field:has(.form-input:not(:placeholder-shown)) .form-icon,
    .form-field:has(.form-input.has-value) .form-icon {
      opacity: 0;
    }
    .form-floating-label {
      position: absolute;
      left: 2.35rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0.875rem;
      color: #64748b;
      pointer-events: none;
      transition: transform 170ms ease, top 170ms ease, font-size 170ms ease, color 170ms ease;
      background: transparent;
    }
    .form-field textarea + .form-floating-label {
      top: 1rem;
      transform: none;
    }
    .form-field select + .form-floating-label {
      top: 0.58rem;
      transform: none;
      font-size: 0.69rem;
      color: #0369a1;
    }
    .form-input:focus + .form-floating-label,
    .form-input:not(:placeholder-shown) + .form-floating-label,
    .form-input.has-value + .form-floating-label {
      top: 0.4rem;
      transform: none;
      font-size: 0.75rem;
      color: #0369a1;
      opacity: 0;
    }
    .choice-grid {
      display: grid;
      gap: 0.5rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .choice-chip {
      border: 1px solid #cbd5e1;
      background: #f8fafc;
      border-radius: 0.75rem;
      padding: 0.58rem 0.72rem;
      font-size: 0.82rem;
      font-weight: 600;
      color: #334155;
      transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    }
    .choice-chip:hover {
      border-color: #93c5fd;
      background: #eff6ff;
    }
    .choice-chip.active {
      border-color: #0ea5e9;
      background: #e0f2fe;
      color: #0f172a;
      box-shadow: 0 10px 18px -16px rgba(2, 132, 199, 0.65);
      transform: translateY(-1px);
    }
    .summary-inline {
      border: 1px solid #dbeafe;
      background: #eff6ff;
      border-radius: 0.9rem;
      padding: 0.65rem 0.8rem;
      font-size: 0.8rem;
      color: #0f172a;
      line-height: 1.45;
    }
    .success-inline {
      border: 1px solid #86efac;
      background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
      border-radius: 1rem;
      padding: 0.9rem 1rem;
    }
    #leadForm {
      row-gap: 1.25rem;
    }
    #leadForm [data-form-step="1"],
    #leadForm [data-form-step="2"] {
      row-gap: 1.15rem;
    }
    #leadForm .form-input {
      min-height: 3.1rem;
      font-size: 0.96rem;
    }
    #leadForm textarea.form-input {
      min-height: 8.8rem;
      padding-top: 1.4rem;
    }
    #leadForm .form-floating-label {
      font-size: 0.88rem;
    }
    #leadForm .choice-chip {
      min-height: 2.8rem;
      padding: 0.72rem 0.82rem;
    }
    #leadForm .summary-inline {
      padding: 0.78rem 0.9rem;
    }
    @media (max-width: 640px) {
      .choice-grid {
        grid-template-columns: 1fr;
      }
    }
    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 2.25rem;
      transition: color 180ms ease;
    }
    .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -0.35rem;
      height: 2px;
      border-radius: 9999px;
      background: linear-gradient(90deg, var(--brand-start), var(--brand-end));
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 180ms ease;
    }
    .nav-link:hover::after,
    .nav-link-active::after {
      transform: scaleX(1);
    }
    .nav-link-active {
      color: #0369a1 !important;
    }
    .site-header .nav-link,
    .site-header .nav-dropdown-trigger,
    #mobileMenu .mobile-link,
    #mobileMenu .mobile-service-link,
    #menuBtn,
    #leadForm button,
    #leadForm .choice-chip,
    #leadForm .calendly-trigger,
    #quickLeadForm button {
      min-height: 40px;
    }
    .nav-dropdown {
      position: relative;
    }
    .nav-dropdown-trigger {
      display: inline-flex;
      align-items: center;
      gap: 0.32rem;
    }
    .nav-dropdown-caret {
      width: 0.86rem;
      height: 0.86rem;
      color: #64748b;
      transition: transform 180ms ease, color 180ms ease;
    }
    .nav-dropdown-menu {
      position: absolute;
      top: calc(100% + 0.7rem);
      left: -0.5rem;
      min-width: 17.5rem;
      border: 1px solid #dbe7f4;
      border-radius: 0.9rem;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 18px 32px -24px rgba(15, 23, 42, 0.42);
      backdrop-filter: blur(6px);
      padding: 0.45rem;
      opacity: 0;
      transform: translateY(6px);
      pointer-events: none;
      transition: opacity 180ms ease, transform 180ms ease;
      z-index: 70;
    }
    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
    .nav-dropdown:hover .nav-dropdown-caret,
    .nav-dropdown:focus-within .nav-dropdown-caret {
      transform: rotate(180deg);
      color: #0369a1;
    }
    .dropdown-link {
      display: block;
      border-radius: 0.65rem;
      padding: 0.48rem 0.62rem;
      font-size: 0.79rem;
      font-weight: 600;
      color: #334155;
      transition: background-color 160ms ease, color 160ms ease;
    }
    .dropdown-link:hover,
    .dropdown-link:focus-visible {
      background: #f1f5f9;
      color: #0f172a;
      outline: none;
    }
    .mobile-services {
      border: 1px solid #e2e8f0;
      border-radius: 0.7rem;
      padding: 0.2rem;
      background: #f8fafc;
    }
    .mobile-services > summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
      border-radius: 0.55rem;
      padding: 0.5rem 0.62rem;
      font-size: 0.875rem;
      font-weight: 600;
      color: #334155;
    }
    .mobile-services > summary::-webkit-details-marker {
      display: none;
    }
    .mobile-services[open] > summary {
      background: #eef2ff;
      color: #0f172a;
    }
    .mobile-services-caret {
      width: 1rem;
      height: 1rem;
      color: #64748b;
      transition: transform 180ms ease;
    }
    .mobile-services[open] .mobile-services-caret {
      transform: rotate(180deg);
    }
    .mobile-services-links {
      margin-top: 0.22rem;
      display: grid;
      gap: 0.12rem;
      padding: 0 0.18rem 0.2rem;
    }
    .mobile-service-link {
      border-radius: 0.55rem;
      padding: 0.46rem 0.56rem;
      font-size: 0.8rem;
      font-weight: 500;
      color: #475569;
    }
    .mobile-service-link:hover,
    .mobile-service-link:focus-visible {
      background: #e2e8f0;
      color: #0f172a;
      outline: none;
    }
    .site-header {
      transform: translateZ(0);
      will-change: transform;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      isolation: isolate;
    }
    .site-header-inner {
      min-height: 4rem;
    }
    .trusted-wrap {
      background: #ffffff;
      border-radius: 1.25rem;
      padding: 1.25rem;
      box-shadow: 0 12px 22px -20px rgba(15, 23, 42, 0.3);
      position: relative;
      overflow: hidden;
    }
    .trusted-wrap::after {
      display: none;
    }
    .trusted-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.75rem;
    }
    @media (min-width: 640px) {
      .trusted-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    .logo-tile {
      display: flex;
      height: 5.1rem;
      align-items: center;
      justify-content: center;
      border-radius: 0.85rem;
      border: 1px solid #dbe7f4;
      background: #ffffff;
      padding: 0.7rem;
      box-shadow: 0 8px 16px -16px rgba(15, 23, 42, 0.28);
      transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
    }
    .trusted-grid .logo-tile:nth-child(-n+4) {
      border-color: #dbeafe;
    }
    .logo-tile:hover {
      border-color: #93c5fd;
      box-shadow: 0 12px 20px -16px rgba(30, 64, 175, 0.34);
      transform: translateY(-1px);
    }
    .logo-tile img {
      max-height: 2.25rem;
      max-width: 82%;
      width: auto;
      object-fit: contain;
      filter: grayscale(0.4) saturate(0.95);
      opacity: 0.9;
      transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
    }
    .logo-tile:hover img {
      filter: grayscale(0.05) saturate(1);
      opacity: 1;
      transform: scale(1.02);
    }
    @media (max-width: 767px) {
      .logo-tile img {
        filter: grayscale(0.2);
        opacity: 0.95;
      }
    }
    @media (max-width: 640px) {
      .site-header .nav-link,
      .site-header .nav-dropdown-trigger,
      #mobileMenu .mobile-link,
      #mobileMenu .mobile-service-link,
      #menuBtn {
        min-height: 46px;
      }
      .hero-mesh,
      .hero-orb.two {
        display: none;
      }
      .hero-orb.one {
        width: 210px;
        height: 210px;
        top: -88px;
        right: -44px;
        filter: blur(50px);
      }
      #top {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
      }
      #top .grid {
        gap: 1.35rem;
      }
      #top h1 {
        font-size: 2rem !important;
        line-height: 1.1 !important;
      }
      #top aside {
        padding: 0.9rem !important;
      }
      #top aside > .mt-4.space-y-3 > a {
        padding: 0.7rem !important;
      }
      #top .hero-subcopy {
        max-width: 36ch;
      }
      #top .hero-cta-wrap {
        border: 0;
        background: transparent;
        padding: 0;
      }
      #top .hero-signal-row {
        gap: 0.42rem;
      }
      #top .hero-signal-row span {
        font-size: 0.7rem;
      }
      #top .hero-assets-grid {
        gap: 0.7rem;
        max-width: 100%;
      }
      #top .hero-subcopy {
        margin-top: 0.85rem;
        max-width: 34ch;
        font-size: 0.96rem;
        line-height: 1.56;
      }
      #top .hero-cta-wrap {
        margin-top: 1rem;
        gap: 0.55rem;
        align-items: flex-start;
      }
      #top .hero-cta-wrap .cta-hero {
        width: 100%;
        text-align: center;
      }
      #top .hero-secondary-cta {
        border: 0;
        background: transparent;
        padding: 0;
        color: #bfdbfe;
        font-size: 0.82rem;
        text-decoration: underline;
        text-underline-offset: 0.18rem;
      }
      #top .hero-signal-row span:nth-child(n+3) {
        display: none;
      }
      #top .hero-proof-line {
        margin-top: 0.48rem;
        max-width: 34ch;
        font-size: 0.78rem;
        color: #cbd5e1;
        line-height: 1.45;
      }
      #top .hero-right-rail {
        padding-top: 0.25rem;
      }
      #top .hero-card-speed {
        display: none;
      }
      #top .hero-card-flow {
        padding: 0.62rem !important;
        border-radius: 0.9rem;
      }
      #top .hero-card-flow > p {
        font-size: 0.66rem;
      }
      #top .hero-card-flow .hero-diagram {
        margin-top: 0.4rem;
      }
      #top .hero-asset-card {
        padding: 0.65rem !important;
        border-radius: 0.95rem;
      }
      #top .hero-feature-panel,
      #top .hero-diagram {
        padding: 0.62rem;
        border-radius: 0.78rem;
      }
      #top .hero-feature-row {
        gap: 0.62rem;
      }
      #top .feature-icon {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
        border-radius: 0.72rem;
      }
      #top .hero-asset-card h2 {
        font-size: 0.87rem;
        line-height: 1.2;
      }
      #top .hero-asset-card p {
        font-size: 0.82rem;
        line-height: 1.45;
      }
      #top .hero-diagram.mt-3 {
        margin-top: 0.55rem;
      }
      #top .hero-diagram svg {
        display: block;
        width: 100%;
        height: auto;
      }
      #mobileMenu .nav-link::after {
        display: none;
      }
      .nav-dropdown-menu {
        min-width: 15.8rem;
      }
      #trusted,
      #services,
      #industries,
      #process,
      #about {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
      }
      #contact {
        padding-bottom: 3.5rem !important;
      }
      .trusted-wrap {
        padding: 1rem;
      }
      .trusted-grid {
        gap: 0.6rem;
      }
      .logo-tile {
        height: 4.4rem;
        padding: 0.6rem;
      }
      .logo-tile:active {
        transform: scale(0.985);
      }
      .cta-primary,
      .cta-secondary {
        min-height: 2.85rem;
      }
      #leadForm .sm\:min-w-\[19rem\] {
        min-width: 0 !important;
      }
      #leadForm #backToStep1Btn,
      #leadForm #submitBtn,
      #leadForm .calendly-trigger {
        width: 100%;
        min-width: 0;
      }
      #leadForm .flex.flex-col.items-start.gap-4.sm\:flex-row.sm\:flex-wrap.sm\:items-center {
        width: 100%;
      }
      #contact .lg\:grid-cols-2 {
        gap: 0.8rem;
      }
      .panel-muted,
      .rounded-3xl.border.border-slate-200.bg-white {
        padding: 1.1rem !important;
      }
      #pricing-snapshot .pricing-anchor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      #pricing-snapshot .pricing-tier-grid {
        gap: 0.8rem;
      }
      #pricing-snapshot .pricing-tier {
        padding: 0.9rem;
      }
      #pricing-snapshot .pricing-tier p,
      #pricing-snapshot .pricing-tier li {
        line-height: 1.45;
      }
      #pricing-snapshot .pricing-addons-grid {
        grid-template-columns: 1fr;
      }
      #pricing-snapshot .pricing-trust-strip {
        grid-template-columns: 1fr;
      }
      #pricingQuoteCta {
        width: 100%;
        justify-content: center;
      }
    }
    @media (max-width: 390px) {
      #mobileMenu .mobile-link,
      #mobileMenu .mobile-service-link,
      #menuBtn,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 48px;
      }
      #pricing-snapshot .pricing-anchor-grid {
        grid-template-columns: 1fr;
      }
      #pricing-snapshot .pricing-anchor-grid > div {
        padding: 0.5rem 0.62rem;
      }
      #top h1 {
        font-size: 1.82rem !important;
      }
      #top .hero-eyebrow {
        font-size: 0.66rem;
      }
      #top .hero-subcopy {
        font-size: 0.9rem;
      }
      #contact .rounded-3xl.border.border-slate-200.bg-white {
        padding: 1rem !important;
      }
    }
    @media (min-width: 641px) and (max-width: 1024px) {
      #top .grid {
        gap: 2rem;
      }
      #top h1 {
        max-width: 18ch;
      }
      #top aside {
        max-width: 40rem;
      }
      #contact .rounded-3xl.border.border-slate-200.bg-white {
        padding: 2rem;
      }
    }
    @media (max-width: 320px) {
      #mobileMenu .mobile-link,
      #mobileMenu .mobile-service-link,
      #menuBtn,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 48px;
      }
      .site-header-inner {
        min-height: 3.6rem;
      }
      #top {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
      }
      #top h1 {
        font-size: 1.7rem !important;
        line-height: 1.08 !important;
      }
      #top .hero-subcopy {
        font-size: 0.86rem !important;
      }
      #services,
      #industries,
      #process,
      #about {
        padding-top: 2.8rem !important;
        padding-bottom: 2.8rem !important;
      }
      #contact {
        padding-bottom: 2.8rem !important;
      }
      #services .mt-10.grid,
      #industries .mt-8.grid,
      #process .mt-10.grid {
        gap: 0.7rem !important;
      }
    }
    @media (min-width: 321px) and (max-width: 360px) {
      #mobileMenu .mobile-link,
      #mobileMenu .mobile-service-link,
      #menuBtn,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 47px;
      }
      #top h1 {
        font-size: 1.78rem !important;
      }
      #top .hero-subcopy {
        font-size: 0.89rem !important;
      }
      #trusted,
      #services,
      #industries,
      #process,
      #about {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
      }
      #contact {
        padding-bottom: 3rem !important;
      }
      #services .mt-10.grid,
      #industries .mt-8.grid,
      #process .mt-10.grid {
        gap: 0.82rem !important;
      }
    }
    @media (min-width: 361px) and (max-width: 390px) {
      #mobileMenu .mobile-link,
      #mobileMenu .mobile-service-link,
      #menuBtn,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 46px;
      }
      #top .grid {
        gap: 1.1rem !important;
      }
      #top h1 {
        font-size: 1.84rem !important;
      }
      #top aside {
        margin-top: 0.15rem;
      }
      #trusted,
      #services,
      #industries,
      #process,
      #about {
        padding-top: 3.2rem !important;
        padding-bottom: 3.2rem !important;
      }
      #contact {
        padding-bottom: 3.2rem !important;
      }
    }
    @media (min-width: 391px) and (max-width: 414px) {
      #mobileMenu .mobile-link,
      #mobileMenu .mobile-service-link,
      #menuBtn,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 45px;
      }
      #top .grid {
        gap: 1.2rem !important;
      }
      #top h1 {
        font-size: 1.9rem !important;
      }
      #top .hero-subcopy {
        font-size: 0.93rem !important;
      }
      #services,
      #industries,
      #process,
      #about {
        padding-top: 3.35rem !important;
        padding-bottom: 3.35rem !important;
      }
    }
    @media (min-width: 768px) and (max-width: 1023px) {
      .site-header .nav-link,
      .site-header .nav-dropdown-trigger,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 42px;
      }
      #top {
        padding-top: 5.25rem !important;
        padding-bottom: 5.25rem !important;
      }
      #top .grid {
        gap: 2.25rem !important;
      }
      #top h1 {
        font-size: 2.5rem !important;
        max-width: 18ch !important;
      }
      #top aside {
        max-width: 42rem;
      }
      #services .mt-10.grid,
      #industries .mt-8.grid,
      #process .mt-10.grid {
        gap: 1.05rem !important;
      }
      #contact .rounded-3xl.border.border-slate-200.bg-white {
        padding: 2.2rem !important;
      }
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .site-header .nav-link,
      .site-header .nav-dropdown-trigger,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 40px;
      }
      #top {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
      }
      #top .grid {
        gap: 2.6rem !important;
      }
      #top h1 {
        font-size: 3rem !important;
      }
      #services .mt-10.grid,
      #industries .mt-8.grid,
      #process .mt-10.grid {
        gap: 1.25rem !important;
      }
    }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .site-header .nav-link,
      .site-header .nav-dropdown-trigger,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 40px;
      }
      #top {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
      }
      #top .grid {
        gap: 3rem !important;
      }
      #services,
      #industries,
      #process,
      #about {
        padding-top: 6.25rem !important;
        padding-bottom: 6.25rem !important;
      }
      #contact {
        padding-bottom: 6.25rem !important;
      }
    }
    @media (min-width: 1440px) {
      .site-header .nav-link,
      .site-header .nav-dropdown-trigger,
      #leadForm button,
      #leadForm .calendly-trigger,
      #quickLeadForm button {
        min-height: 40px;
      }
      #top {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
      }
      #top .grid {
        gap: 3.5rem !important;
      }
      #top h1 {
        max-width: 17ch !important;
        font-size: 3.55rem !important;
      }
      #trusted,
      #services,
      #industries,
      #process,
      #about {
        padding-top: 6.75rem !important;
        padding-bottom: 6.75rem !important;
      }
      #contact {
        padding-bottom: 6.75rem !important;
      }
      #services .mt-10.grid,
      #industries .mt-8.grid,
      #process .mt-10.grid {
        gap: 1.5rem !important;
      }
    }
    .reveal {
      opacity: 0;
      transform: translateY(14px);
      transition: opacity 420ms ease, transform 420ms ease, filter 420ms ease;
      filter: saturate(0.92);
    }
    .reveal.in-view {
      opacity: 1;
      transform: translateY(0);
      filter: saturate(1);
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-orb, .interactive-card, .reveal, .section-kicker::before {
        animation: none !important;
        transition: none !important;
        transform: none !important;
      }
      .hero-diagram .path {
        animation: none !important;
      }
      .reveal {
        opacity: 1;
      }
    }

