    @keyframes pulse {
      50% {
        opacity: .5
      }
    }

    .text-neutral-900 {
      color: #171717
    }

    .text-neutral-600 {
      color: #525252
    }

    .text-violet-600 {
      color: #7c3aed
    }

    .from-cyan-500 {
      --tw-gradient-from: #06b6d4;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .to-violet-600 {
      --tw-gradient-to: #7c3aed;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))
    }

    .border-black\/10 {
      border-color: rgba(0, 0, 0, .1)
    }

    .bg-neutral-50 {
      background-color: #fafafa
    }

    .aspect-square {
      aspect-ratio: 1 / 1
    }

    .max-w-3xl {
      max-width: 48rem
    }

    .text-center {
      text-align: center
    }

    .justify-end {
      justify-content: flex-end
    }

    .px-\[8\%\] {
      padding-left: 8%;
      padding-right: 8%
    }

    .pointer-events-auto {
      pointer-events: auto
    }

    .p-10 {
      padding: 2.5rem
    }

    .text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem
    }

    @media (min-width:640px) {
      .sm\:text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--text-4xl--line-height)
      }
      .sm\:h-14 {
        height: 3.5rem
      }
    }

    @media (min-width:768px) {
      .md\:gap-20 {
        gap: 5rem
      }
      .md\:text-7xl {
        font-size: var(--text-7xl);
        line-height: var(--text-7xl--line-height)
      }
    }

    .header-contact-btn {
      color: var(--hdr-fg, #fff);
      border-color: var(--hdr-border, rgba(255, 255, 255, .3))
    }

    .p-4 {
      padding: 1rem
    }

    .mt-4 {
      margin-top: 1rem
    }

    .mt-1 {
      margin-top: .25rem
    }

    .gap-6 {
      gap: 1.5rem
    }

    .text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem
    }

    .rounded-\[1\.25rem\] {
      border-radius: 1.25rem
    }

    .rounded-\[0\.85rem\] {
      border-radius: .85rem
    }

    .pc-cell {
      cursor: pointer;
      transition: transform .5s cubic-bezier(.19, 1, .22, 1), box-shadow .5s cubic-bezier(.19, 1, .22, 1)
    }

    .pc-cell:hover {
      transform: translateY(-10px);
      box-shadow: 0 30px 60px -20px rgba(23, 23, 23, .25)
    }

    .pc-img {
      display: block;
      transition: transform .75s cubic-bezier(.19, 1, .22, 1)
    }

    .pc-cell:hover .pc-img {
      transform: scale(1.08)
    }

    .pc-nav-btn {
      cursor: pointer;
      transition: transform .4s cubic-bezier(.19, 1, .22, 1), opacity .4s cubic-bezier(.19, 1, .22, 1)
    }

    .pc-nav-btn:not(:disabled):hover {
      transform: scale(1.15)
    }

    .pc-nav-btn:disabled {
      cursor: default;
      opacity: .4
    }

    .items-baseline {
      align-items: baseline
    }

    .max-w-sm {
      max-width: 24rem
    }

    .rounded-\[1\.5rem\] {
      border-radius: 1.5rem
    }

    html,
    body {
      overflow-x: hidden;
      max-width: 100vw
    }

    @media (max-width:767px) {
      header button,
      #site-menu button {
        min-height: 44px;
        min-width: 44px
      }
    }

    @media (max-width:767px) {
      header {
        height: 64px !important;
        width: calc(100% - 24px) !important;
        border-radius: 40px !important
      }
      header>div {
        padding-left: 18px !important;
        padding-right: 18px !important
      }
      header img {
        max-width: 120px !important;
        height: auto !important
      }
      header button[aria-label="Open menu"] {
        scale: .85
      }
    }

    @media (min-width:768px) and (max-width:1023px) {
      #home {
        height: 90vh
      }
      #home h1 {
        font-size: clamp(2.25rem, 5.5vw, 3.25rem) !important
      }
    }

    @media (max-width:767px) {
      .hero-slide-1,
      .hero-slide-2,
      .hero-slide-3 {
        left: 5% !important;
        max-width: 90% !important;
        padding: 1.25rem 1.5rem !important
      }
      #home h1 {
        font-size: clamp(1.5rem, 8vw, 2.25rem) !important
      }
      #home {
        height: 50vh !important;
        min-height: 50vh !important
      }
      #home video {
        object-fit: contain !important;
        object-position: center !important
      }
    }

    @media (max-width:767px) {
      #about {
        height: auto !important;
        min-height: 100vh;
        overflow: visible !important;
        display: block
      }
      #about img {
        position: static !important;
        display: block;
        width: 100% !important;
        height: 50vw !important;
        max-height: 320px
      }
      #about>div {
        position: static !important;
        display: block !important;
        padding: 2rem 6vw !important;
        inset: auto !important
      }
      #about h2 {
        text-align: left !important;
        max-width: 100% !important;
        font-size: clamp(1.75rem, 7vw, 2.25rem) !important;
        padding: 0
      }
      #about h3 {
        font-size: 1.5rem !important
      }
      #about .pointer-events-auto {
        max-width: 100% !important;
        background-color: transparent !important;
        border: none !important;
        backdrop-filter: none !important;
        box-shadow: none !important;
        padding: 0 !important
      }
      #about .pointer-events-auto h3 {
        color: #171717 !important
      }
      #about .pointer-events-auto p {
        color: #525252 !important
      }
      #about .pointer-events-auto a {
        color: #171717 !important;
        border-color: rgba(0, 0, 0, .2) !important
      }
      #about .pointer-events-auto a:hover {
        background-color: #171717 !important;
        color: #fff !important
      }
    }

    @media (min-width:768px) and (max-width:1023px) {
      #about h2 {
        font-size: clamp(2.25rem, 5vw, 3.25rem) !important
      }
      #about h3 {
        font-size: 1.5rem !important
      }
      #about .pointer-events-auto {
        max-width: 20rem !important
      }
    }

    @media (max-width:767px) {
      #site-menu>div {
        padding-top: 5.5rem !important;
        padding-bottom: 2.5rem !important
      }
      #site-menu .gap-16 {
        gap: 2rem !important
      }
      #site-menu nav {
        gap: .25rem !important
      }
      #site-menu nav a {
        font-size: clamp(1.5rem, 9vw, 2.25rem) !important;
        gap: .625rem !important
      }
      #site-menu .flex-col.gap-10 {
        gap: 1.75rem !important
      }
      #site-menu span.max-w-xs {
        max-width: 100% !important
      }
      #site-menu a.text-lg {
        font-size: 1.0625rem !important
      }
    }

    @media (max-width:359px) {
      #site-menu nav a {
        font-size: 1.375rem !important
      }
    }

    @media (min-width:768px) and (max-width:1023px) {
      #services h2 {
        font-size: clamp(1.75rem, 5vw, 2.75rem) !important
      }
      #services p {
        font-size: 1rem !important
      }
    }

    @media (max-width:767px) {
      #services h2 {
        font-size: clamp(1.5rem, 7vw, 2rem) !important
      }
      #services p {
        font-size: .9375rem !important
      }
      #services .aspect-\[3\/4\] {
        max-width: 100% !important
      }
    }

    @media (min-width:1024px) and (max-width:1199px) {
      #products .pc-track {
        width: 333.3333% !important
      }
    }

    @media (min-width:768px) and (max-width:1023px) {
      #products .pc-track {
        width: 500% !important
      }
    }

    @media (max-width:767px) {
      #products .pc-track {
        width: 1000% !important
      }
      #products .pc-viewport {
        top: 24% !important;
        bottom: 8% !important
      }
      #products h2 {
        font-size: clamp(1.75rem, 7vw, 2.25rem) !important
      }
    }

    @media (min-width:768px) and (max-width:1023px) {
      #process .pr-stack {
        width: 44vw !important;
        height: 46vh !important
      }
      #process h3 {
        font-size: 1.5rem !important
      }
    }

    @media (max-width:767px) {
      #process .pr-word {
        font-size: clamp(1.75rem, 9vw, 3rem) !important
      }
      #process .pr-stack {
        width: 72vw !important;
        height: 36vh !important;
        top: 40% !important
      }
      #process .pr-text {
        left: 50% !important;
        right: auto !important;
        top: auto !important;
        bottom: 6% !important;
        transform: translateX(-50%) !important;
        max-width: 88% !important;
        text-align: center !important
      }
      #process .pr-progress {
        display: none !important
      }
      #process h3 {
        font-size: 1.375rem !important
      }
      #process p {
        font-size: .9375rem !important
      }
    }

    .st-cta {
      border: 1px solid #00ACCD;
      color: #00ACCD;
      transition: background-color .3s ease, color .3s ease
    }

    .st-cta:hover {
      background-color: #00ACCD;
      color: #fff
    }

    .st-cta-dark {
      border: 1px solid rgba(255, 255, 255, .6);
      color: #fff
    }

    .st-cta-dark:hover {
      background-color: #fff;
      color: #111111
    }

    @keyframes cl-marquee-left {
      from {
        transform: translateX(0)
      }
      to {
        transform: translateX(-16.6667%)
      }
    }

    @keyframes cl-marquee-right {
      from {
        transform: translateX(-16.6667%)
      }
      to {
        transform: translateX(0)
      }
    }

    .cl-track {
      display: flex;
      width: max-content;
      will-change: transform
    }

    .cl-track-a {
      animation: cl-marquee-left 24s linear infinite
    }

    .cl-track-b {
      animation: cl-marquee-right 24s linear infinite
    }

    .cl-row:hover .cl-track {
      animation-play-state: paused
    }

    .cl-card {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 .75rem;
      padding: 1rem 2rem;
      min-width: 220px;
      height: 140px;
      border-radius: 20px;
      background: rgba(255, 255, 255, .8);
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 30px -12px rgba(17, 17, 17, .12);
      border: 1px solid rgba(17, 17, 17, .06);
      transition: transform .4s cubic-bezier(.19, 1, .22, 1), box-shadow .4s cubic-bezier(.19, 1, .22, 1)
    }

    .cl-card span {
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .04em;
      color: #111111;
      opacity: .55;
      transition: opacity .4s ease
    }

    .cl-card:hover {
      transform: scale(1.08) translateY(-4px);
      box-shadow: 0 20px 45px -15px rgba(17, 17, 17, .22)
    }

    .cl-card:hover span {
      opacity: 1
    }

    .cl-card img {
      max-height: 100px;
      max-width: 100%;
      width: auto;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: .8;
      transition: all .3s ease
    }

    .cl-card:hover img {
      filter: grayscale(0%);
      opacity: 1;
      transform: scale(1.05)
    }

    .pj-filter-btn {
      padding: .75rem 1.75rem;
      border-radius: 999px;
      border: 1px solid rgba(17, 17, 17, .15);
      background: transparent;
      color: #111111;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      cursor: pointer;
      transition: opacity .3s ease, border-color .3s ease, background .3s ease
    }

    .pj-filter-btn:hover {
      border-color: rgba(17, 17, 17, .4)
    }

    .pj-card {
      cursor: pointer
    }

    .pj-img-wrap {
      background: #eaeaea
    }

    .pj-img {
      display: block;
      transition: transform .7s cubic-bezier(.19, 1, .22, 1)
    }

    .pj-card:hover .pj-img {
      transform: scale(1.06)
    }

    .pj-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 1.75rem;
      background: linear-gradient(to top, rgba(17, 17, 17, .85) 0%, rgba(17, 17, 17, .35) 45%, rgba(17, 17, 17, 0) 75%);
      opacity: 0;
      transform: translateY(8px);
      transition: opacity .45s ease, transform .45s ease
    }

    .pj-card:hover .pj-overlay {
      opacity: 1;
      transform: translateY(0)
    }

    .pj-cat {
      color: #00ACCD;
      text-transform: uppercase;
      letter-spacing: .15em;
      font-size: .7rem;
      font-weight: 600
    }

    .pj-name {
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: 600;
      margin-top: .4rem;
      line-height: 1.25
    }

    .pj-loc {
      color: rgba(255, 255, 255, .65);
      font-size: .85rem;
      margin-top: .25rem
    }

    .pj-cta {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      color: #ffffff;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-top: 1rem;
      transition: gap .3s ease
    }

    .pj-card:hover .pj-cta {
      gap: .7rem
    }

    @media (max-width:1023px) {
      .pj-grid {
        grid-template-columns: repeat(2, 1fr) !important
      }
    }

    @media (max-width:767px) {
      .pj-grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important
      }
      .pj-card {
        grid-column: span 1 !important
      }
      .pj-overlay {
        opacity: 1;
        transform: translateY(0);
        background: linear-gradient(to top, rgba(17, 17, 17, .8) 0%, rgba(17, 17, 17, .15) 60%, rgba(17, 17, 17, 0) 100%)
      }
      .pj-filter-btn {
        padding: .6rem 1.35rem;
        font-size: .72rem
      }
    }

    @media (max-width:1023px) {
      .st-text-grid {
        grid-template-columns: 38% 62% !important;
        padding: 9% 6% 0 6% !important
      }
    }

    @media (max-width:767px) {
      .st-text-grid {
        grid-template-columns: 1fr !important;
        height: auto !important;
        padding: 16% 6% 1.5rem 6% !important;
        row-gap: 1.25rem !important
      }
      .st-cta {
        padding: .7rem 1.4rem !important;
        font-size: .72rem !important
      }
    }

    #testimonials {
      position: absolute;
      inset: 0;
      z-index: 2;
      background-color: #0d0d0d;
      height: auto !important;
      min-height: 100vh !important;
      display: flex;
      align-items: center;
      justify-content: center;
      will-change: transform
    }

    .tm-bg-wrap {
      position: absolute;
      inset: 0;
      overflow: hidden
    }

    .tm-overlay {
      position: absolute;
      inset: 0;
      pointer-events: none
    }

    .tm-content {
      position: relative;
      z-index: 2;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 3rem 6%
    }

    .tm-stage {
      position: relative;
      width: 100%;
      max-width: 1200px
    }

    .tm-header {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 2rem;
      padding: 0 1rem
    }

    .tm-eyebrow {
      display: block;
      margin-bottom: .75rem;
      color: #00ACCD;
      font-size: .8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .2em
    }

    .tm-heading {
      margin: 0;
      color: #ffffff;
      font-weight: 600;
      line-height: 1.2;
      font-size: clamp(1.75rem, 3.2vw, 2.75rem)
    }

    .tm-description {
      margin: .75rem 0 0;
      color: rgba(255, 255, 255, .7);
      font-size: 1rem;
      line-height: 1.65
    }

    .tm-nav-group {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 -1.75rem;
      pointer-events: none;
      z-index: 5
    }

    .tm-nav-btn {
      pointer-events: auto;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, .08);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, .15);
      color: #fff;
      font-size: 1.25rem;
      line-height: 1;
      cursor: pointer;
      transition: transform .4s cubic-bezier(.19, 1, .22, 1), color .3s ease, border-color .3s ease
    }

    .tm-nav-btn:not(:disabled):hover {
      transform: scale(1.12);
      color: #00ACCD;
      border-color: rgba(0, 172, 205, .5)
    }

    .tm-nav-btn:disabled {
      opacity: .35;
      cursor: default
    }

    .tm-stage-col {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2.25rem;
      width: 100%
    }

    .tm-viewport {
      position: relative;
      width: 100%;
      height: clamp(340px, 34vw, 420px);
      overflow: hidden
    }

    .tm-track {
      display: flex;
      gap: 32px;
      width: max-content;
      height: 100%;
      will-change: transform
    }

    .tm-track-card {
      flex-shrink: 0;
      width: var(--tm-card-w, calc(46vw - 16px));
      height: 100%
    }

    .tm-card {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-radius: 30px;
      background: rgba(255, 255, 255, .08);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, .14);
      padding: 2.5rem;
      box-shadow: 0 25px 70px -25px rgba(0, 0, 0, .55);
      transition: transform .4s cubic-bezier(.19, 1, .22, 1), box-shadow .4s cubic-bezier(.19, 1, .22, 1)
    }

    .tm-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 35px 90px -20px rgba(0, 0, 0, .65)
    }

    .tm-card-header {
      display: flex;
      align-items: center;
      gap: 1rem
    }

    .tm-avatar {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid rgba(0, 172, 205, .5);
      flex-shrink: 0
    }

    .tm-meta {
      display: flex;
      flex-direction: column
    }

    .tm-name {
      margin: 0;
      color: #fff;
      font-size: 1.1rem;
      font-weight: 600
    }

    .tm-role {
      margin: .25rem 0 0;
      color: rgba(255, 255, 255, .6);
      font-size: .72rem;
      text-transform: uppercase;
      letter-spacing: .14em
    }

    .tm-stars {
      margin-top: 1.25rem;
      color: #00ACCD;
      font-size: 1rem;
      letter-spacing: 3px
    }

    .tm-quote {
      position: relative;
      margin: .75rem 0 0;
      color: rgba(255, 255, 255, .88);
      font-size: 1.0625rem;
      line-height: 1.65
    }

    .tm-quote::before {
      content: "\201C";
      display: block;
      color: #00ACCD;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 2.75rem;
      line-height: 1;
      margin-bottom: -.25rem
    }

    .tm-progress-track {
      width: min(320px, 60%);
      height: 3px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .18);
      overflow: hidden
    }

    .tm-progress-fill {
      height: 100%;
      background: #00ACCD;
      border-radius: 999px;
      transition: width .8s cubic-bezier(.22, 1, .36, 1)
    }

    @media (min-width:768px) and (max-width:1023px) {
      #testimonials .tm-stage {
        max-width: 92vw
      }
      #testimonials .tm-card {
        padding: 2rem
      }
    }

    /* Testimonials: 13-14" laptops (1024-1366px). At >1366px, .tm-stage's own
       max-width:1200px is narrower than the available space, so the nav
       arrows' outward shift lands in that spare margin. Below ~1366px the
       stage fills the full gutter edge-to-edge with the cards, so the same
       shift (half the arrow's width, by design) lands on the card instead -
       worst near the avatar, since card padding is fixed while card width
       shrinks. Fix: shift arrows by their FULL width instead of half, so they
       sit entirely in the padding gutter rather than straddling the card edge.
       Card width/slider math is untouched - only the arrow's own position. */
    @media (min-width:1024px) and (max-width:1366px) {
      #testimonials .tm-nav-btn {
        width: 48px;
        height: 48px;
        font-size: 1.1rem
      }
      #testimonials .tm-nav-group {
        margin: 0 -48px
      }
    }

    /* About section: 13-14" laptops (1024-1366px). The heading is centered
       with a fixed max-w-3xl (768px) box, and the scroll-reveal animation
       applies a JS-driven translateX of up to -30% of the heading's own
       width (inline style, so no CSS can override it). At full viewport
       widths that's fine, but below ~1254px the heading's centered resting
       position has less clearance than that shift needs, and it's pushed
       off the left edge of the viewport. Shrinking the heading's own box
       (and font-size, proportionally, which keeps the same 2-line wrap)
       reduces the absolute pixel shift enough to stay on-screen. The card
       is narrowed too, since it's fixed-width/right-anchored and otherwise
       increasingly overlaps the (also fixed-width) heading as the viewport
       narrows. Verified: zero clipping and zero heading/card overlap across
       1024-1366px, with the 2-line heading wrap preserved throughout. */
    @media (min-width:1024px) and (max-width:1366px) {
      #about .about-heading {
        max-width: 600px;
        font-size: 61px;
      }
      #about .about-card {
        max-width: 280px;
        padding: 1.75rem;
      }
    }

    @media (max-width:767px) {
      #testimonials {
        min-height: 50vh !important;
        position: relative;
        inset: auto
      }
      .testimonial-footer-container {
        height: auto
      }
      #footer {
        height: auto;
        position: relative;
        inset: auto
      }
      .ft-inner {
        padding: 14% 6%
      }
      #testimonials .tm-content {
        padding: 2rem 6%
      }
      #testimonials .tm-header {
        margin-bottom: 1.25rem
      }
      #testimonials .tm-heading {
        font-size: clamp(1.4rem, 6vw, 1.9rem)
      }
      #testimonials .tm-description {
        margin-top: .5rem;
        font-size: .9rem
      }
      #testimonials .tm-stage {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem
      }
      #testimonials .tm-nav-group {
        position: static;
        inset: auto;
        margin: 0;
        order: 2;
        justify-content: center;
        gap: 1.5rem;
        pointer-events: auto
      }
      #testimonials .tm-stage-col {
        order: 1;
        gap: 1rem
      }
      #testimonials .tm-viewport {
        height: clamp(230px, 60vw, 290px)
      }
      #testimonials .tm-track-card {
        width: var(--tm-card-w, 84vw)
      }
      #testimonials .tm-nav-btn {
        width: 44px;
        height: 44px;
        font-size: 1rem
      }
      #testimonials .tm-card {
        padding: 1.5rem;
        border-radius: 22px
      }
      #testimonials .tm-avatar {
        width: 46px;
        height: 46px
      }
      #testimonials .tm-name {
        font-size: 1rem
      }
      #testimonials .tm-role {
        font-size: .68rem
      }
      #testimonials .tm-quote {
        font-size: .9rem;
        line-height: 1.5
      }
      #testimonials .tm-quote::before {
        font-size: 2.1rem
      }
      #testimonials .tm-progress-track {
        width: 65%
      }
    }

    .testimonial-footer-container {
      position: relative;
      height: 100vh;
      overflow: hidden
    }

    #footer {
      position: absolute;
      inset: 0;
      z-index: 1;
      background-color: #ffffff;
      height: 100vh;
      display: flex;
      align-items: center
    }

    .ft-inner {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      padding: 6%
    }

    .ft-heading {
      margin: 0 0 4rem;
      max-width: 20ch;
      color: #111111;
      font-weight: 600;
      line-height: 1.05;
      letter-spacing: -.01em;
      font-size: clamp(2.75rem, 7vw, 6rem)
    }

    .ft-contact {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 1.5rem 2.5rem;
      margin-bottom: 3.5rem;
      padding-bottom: 3.5rem;
      border-bottom: 1px solid rgba(17, 17, 17, .08)
    }

    .ft-contact-label {
      color: #00ACCD;
      font-size: .75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .2em
    }

    .ft-contact-link {
      color: #111111;
      font-size: 1.5rem;
      text-decoration: none;
      transition: color .3s ease
    }

    .ft-contact-link:hover {
      color: #00ACCD
    }

    .ft-menu {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem 2.5rem;
      margin-bottom: 3rem
    }

    .ft-menu-link {
      position: relative;
      padding-bottom: .3rem;
      color: #111111;
      font-size: .9rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .08em;
      text-decoration: none;
      transition: color .3s ease
    }

    .ft-menu-link::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: #00ACCD;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .3s ease
    }

    .ft-menu-link:hover {
      color: #00ACCD
    }

    .ft-menu-link:hover::after {
      transform: scaleX(1)
    }

    .ft-social {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin-bottom: 4rem
    }

    .ft-social-link {
      color: rgba(17, 17, 17, .55);
      font-size: .78rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .1em;
      text-decoration: none;
      transition: color .3s ease
    }

    .ft-social-link:hover {
      color: #00ACCD
    }

    .ft-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(17, 17, 17, .08)
    }

    .ft-copy,
    .ft-address {
      color: rgba(17, 17, 17, .5);
      font-size: .8rem
    }

    @media (max-width:1023px) {
      .ft-inner {
        padding: 10% 6%
      }
    }

    @media (max-width:767px) {
      .ft-heading {
        margin-bottom: 2.5rem;
        font-size: clamp(2.1rem, 9vw, 2.75rem)
      }
      .ft-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem;
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem
      }
      .ft-contact-link {
        font-size: 1.15rem
      }
      .ft-menu {
        gap: 1rem 1.5rem;
        margin-bottom: 2.5rem
      }
      .ft-social {
        gap: 1.25rem;
        margin-bottom: 2.5rem
      }
      .ft-bottom {
        flex-direction: column;
        gap: .5rem
      }
    }
    /* Decorative background/hero videos must never capture clicks - fixes
       the mobile menu button being unclickable when a video overlay sits
       above it in the stacking order. None of these videos have native
       controls, so this is safe for all of them, including ones added by
       client-side JS after the fact (e.g. the scroll-driven hero video). */
    video {
      pointer-events: none;
    }
    /* The header starts with pointer-events:none until JS reveals it on
       scroll/load; when that reveal doesn't complete in time (or at all),
       clicks fall through the header to whatever is behind it, including
       the Contact Us and mobile menu buttons. pointer-events set directly
       on a child overrides an ancestor's "none", so this keeps the header's
       actual buttons clickable at all times regardless of the reveal state. */
    header button {
      pointer-events: auto;
    }
    /* Square off the menubar and the hero text-overlay boxes per design
       request - both are rounded (pill-shaped header, rounded-[2rem] hero
       cards) by default; !important is needed to beat the header's inline
       style (JS-controlled on scroll) and the mobile media-query rule above. */
    header {
      border-radius: 0 !important;
    }
    .hero-slide-1,
    .hero-slide-2,
    .hero-slide-3 {
      border-radius: 0 !important;
    }
    /* Header background is set solid white by JS once scrolled/revealed;
       make it a translucent frosted-glass panel instead. */
    header {
      background-color: rgba(255, 255, 255, 0.75) !important;
      backdrop-filter: blur(16px) saturate(180%) !important;
      -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    }
    /* Lighten the dark overlay behind the hero headline text (was
       rgba(0,0,0,0.35)). */
    .hero-slide-1,
    .hero-slide-2,
    .hero-slide-3 {
      background: rgba(0, 0, 0, 0.18) !important;
    }
    /* Elegant hover treatment for the full-screen menu nav links: accent
       color shift + slide-right on the hovered link, with siblings dimming
       to draw focus. Preserves the original translate/opacity transition
       (500ms ease-out) used for the menu-open reveal animation, and layers
       the new color/transform hover transition on top with its own timing
       so neither interferes with the other. */
    #site-menu nav a {
      transition: color .4s cubic-bezier(.19, 1, .22, 1),
                  transform .4s cubic-bezier(.19, 1, .22, 1),
                  translate .5s ease-out,
                  opacity .5s ease-out;
    }
    #site-menu nav a:hover,
    #site-menu nav a:focus-visible {
      color: var(--color-cyan-300);
      transform: translateX(14px);
    }
    #site-menu nav:has(a:hover) a:not(:hover) {
      opacity: 0.35;
    }
    /* Show a hand cursor on the hamburger/close menu button - native
       <button> elements default to a plain arrow cursor, not pointer, so
       this makes it visually clear it's clickable. aria-controls stays
       "site-menu" in both the open and closed state, unlike aria-label
       (which switches between "Open menu" and "Close menu"), so this
       selector keeps matching regardless of which icon is showing. */
    header button[aria-controls="site-menu"] {
      cursor: pointer;
    }
    /* Make the header fully opaque while the menu overlay is open, instead
       of the translucent frosted-glass look used the rest of the time. */
    body:has(#site-menu[aria-hidden="false"]) header {
      background-color: #fff !important;
    }
    /* Slightly more transparent full-screen menu overlay (was bg-black/90),
       consistent with the frosted-glass header treatment - kept modest to
       preserve legibility of the white nav text over whatever's behind it. */
    #site-menu {
      background-color: rgba(0, 0, 0, 0.78) !important;
    }

    /* Services section: proportional scaling for 13-14" laptop widths.
       The 15.6" layout (>1440px) and mobile/tablet (<1024px) are untouched -
       only this band gets adjusted so the active image/text keep the same
       relative composition instead of just clipping the fixed-size layout. */
    @media (min-width: 1024px) and (max-width: 1440px) {
      #services .services-left {
        flex: 0 0 45%;
        max-width: 45%;
      }
      #services .services-right {
        flex: 0 0 55%;
        max-width: 55%;
      }
      #services .services-preview-stack {
        width: clamp(320px, 28vw, 420px);
        max-width: clamp(320px, 28vw, 420px);
        height: auto;
      }
      #services .service-title {
        font-size: clamp(48px, 5vw, 72px);
      }
      #services .service-description {
        font-size: clamp(16px, 1vw, 18px);
      }
      #services > div > div.relative.z-10 {
        gap: 3rem;
        padding-top: 5rem;
      }
    }

    /* Scroll to Top button styling and animations */
    #scroll-to-top.scroll-to-top-btn {
      width: 56px;
      height: 56px;
      bottom: 32px;
      right: 32px;
      color: #00accd;
    }

    #scroll-to-top.scroll-to-top-btn:not([disabled]):hover {
      background: rgba(0, 172, 205, 0.15);
      border-color: rgba(0, 172, 205, 0.5);
      box-shadow: 0 0 24px rgba(0, 172, 205, 0.3);
      transform: translateY(0) scale(1.12);
    }

    #scroll-to-top.scroll-to-top-btn.visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    #scroll-to-top.scroll-to-top-btn:not(.visible) {
      opacity: 0;
      pointer-events: none;
      transform: translateY(20px);
    }

    @media (max-width: 768px) {
      #scroll-to-top.scroll-to-top-btn {
        width: 48px;
        height: 48px;
        bottom: 24px;
        right: 24px;
      }
      #scroll-to-top.scroll-to-top-btn svg {
        width: 20px;
        height: 20px;
      }
    }

    /* GPU Acceleration for Hero section (Windows 11 optimization) */
    .hero-slide-1,
    .hero-slide-2,
    .hero-slide-3 {
      will-change: opacity, transform;
      transform: translateZ(0);
      backface-visibility: hidden;
      perspective: 1000px;
    }

    video {
      will-change: transform;
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    /* Hero section: proportional scaling for 13-14" laptop widths (1024px–1366px).
       Reduces card size by ~15-20% to maintain visual balance on smaller laptop screens,
       matching the intended 15.6" desktop experience scaled proportionally. */
    @media (min-width: 1024px) and (max-width: 1366px) {
      .hero-slide-1,
      .hero-slide-2,
      .hero-slide-3 {
        max-width: 70% !important;
        padding: 1.5rem 2rem !important;
      }

      #home h1 {
        font-size: clamp(2.5rem, 6vw, 3.5rem) !important;
      }

      .hero-slide-1 span,
      .hero-slide-2 span,
      .hero-slide-3 span {
        font-size: 0.75rem !important;
      }
    }

    /* Process section: proportional scaling for 13-14" laptop widths (1024px–1366px).
       Reduces layout overlap and improves spacing to prevent text collision with image. */
    @media (min-width: 1024px) and (max-width: 1366px) {
      .pr-stack {
        width: 27vw !important;
        max-width: 370px !important;
        height: 52vh !important;
      }

      .pr-text {
        max-width: 320px !important;
        left: 5% !important;
      }

      .pr-text h3 {
        font-size: clamp(1.375rem, 2.2vw, 2rem) !important;
        line-height: 1.2 !important;
      }

      .pr-text p {
        font-size: 0.875rem !important;
        margin-top: 1rem !important;
      }

      .pr-text > div:first-child {
        font-size: 0.65rem !important;
      }

      .pr-progress {
        right: 5% !important;
      }

      .pr-word {
        font-size: clamp(2.5rem, 6vw, 5rem) !important;
      }
    }

    @media (min-width: 1024px) and (max-width: 1366px) {
      .testimonial-footer-container {
        overflow: visible !important;
      }

      #footer {
        overflow: visible !important;
        height: auto !important;
        min-height: 100vh !important;
      }

      .ft-inner {
        padding: 8% 6% !important;
      }

      .ft-heading {
        font-size: clamp(2.5rem, 5.5vw, 4.8rem) !important;
        margin-bottom: 3.5rem !important;
        margin-top: 2rem !important;
      }

      .ft-contact {
        gap: 1.5rem 3rem !important;
        margin-bottom: 3rem !important;
        padding-bottom: 3rem !important;
      }

      .ft-contact-link {
        font-size: 1.3rem !important;
      }

      .ft-menu {
        gap: 1.5rem 3rem !important;
        margin-bottom: 2.5rem !important;
      }

      .ft-menu-link {
        font-size: 0.85rem !important;
      }

      .ft-social {
        gap: 2.5rem !important;
        margin-bottom: 3.5rem !important;
      }

      .ft-social-link {
        font-size: 0.75rem !important;
      }

      .ft-bottom {
        padding-bottom: 2rem !important;
      }
    }
  