/*
Theme Name: Quant Glob Landing
Theme URI: https://quantglob.com/
Author: Quant Glob
Author URI: https://quantglob.com/
Description: Custom editable WordPress landing page theme converted from the supplied HTML file, with Customizer text controls and optimized WebP assets.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: quant-glob-landing
*/

    @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Sora:wght@400;500;600;700&display=swap');

    :root {
      --font-sans: 'Manrope', "Helvetica Neue", Helvetica, Arial, sans-serif;
      --font-alternate: 'Sora', 'Manrope', "Helvetica Neue", Helvetica, Arial, sans-serif;
      --dark: #02050c;
      --dark-2: #040a14;
      --cyan: #69fff0;
      --cyan-2: #37dac9;
      --purple: #1d1766;
      --text: #fffdf8;
      --muted-dark: #737373;
      --neutral-900: #171717;
      --neutral-500: #737373;
      --neutral-400: #a3a3a3;
      --neutral-200: #e5e5e5;
      --neutral-100: #f5f5f5;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      overflow-x: hidden;
      font-family: var(--font-sans);
      background: var(--dark);
      color: var(--text);
    }

    button {
      font-family: inherit;
    }

    .section-kicker,
    .section-title-light,
    .section-title-dark,
    .services-kicker,
    .cover-demo-title,
    .service-title,
    .step-label,
    .process-panel-kicker,
    .process-panel-title,
    .process-mobile-title,
    .faq-question-text,
    .cta-title,
    .cta-button {
      font-family: var(--font-alternate);
    }

    .page {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      background: var(--dark);
      color: var(--text);
      min-height: 100vh;
    }

    .global-stars-canvas {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
      opacity: 0.95;
    }

    section {
      position: relative;
      z-index: 1;
      background: transparent;
    }

    .container {
      max-width: 72rem;
      margin: 0 auto;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

    .text-center {
      text-align: center;
    }

    .section-kicker {
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--cyan);
      margin-bottom: 0.75rem;
    }

    .section-title-light,
    .section-title-dark {
      font-size: clamp(1.875rem, 5vw, 3rem);
      line-height: 1.08;
      font-weight: 700;
      letter-spacing: -0.035em;
    }

    .section-title-light {
      color: #fff;
    }

    .section-title-dark {
      color: var(--neutral-900);
    }

    .section-copy-light,
    .section-copy-dark {
      margin: 1rem auto 0;
      max-width: 36rem;
      font-size: 1rem;
      line-height: 1.7;
    }

    .section-copy-light {
      color: rgba(255, 255, 255, 0.5);
    }

    .section-copy-dark {
      color: var(--neutral-500);
    }

    /* Services / What we build */
    .services-stars {
      overflow: hidden;
      background: transparent;
    }

    .services-wrap {
      position: relative;
      z-index: 10;
      max-width: 82rem;
      margin: 0 auto;
      padding: 4.25rem 1.25rem 3.65rem;
    }

    .services-card-shell {
      position: relative;
      overflow: visible;
      border-radius: 0;
      padding: 0;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
    }

    .services-card-shell::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 1.8rem;
      width: min(560px, 80vw);
      height: 220px;
      transform: translateX(-50%);
      pointer-events: none;
      border-radius: 999px;
      background: none;
      filter: blur(50px);
      opacity: 0.82;
      z-index: -1;
    }

    .services-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.38rem;
      color: rgba(255,255,255,0.72);
      font-size: 0.76rem;
      line-height: 1rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-transform: none;
      margin-bottom: 0.85rem;
    }

    .services-kicker::before,
    .services-kicker::after {
      content: "//";
      color: var(--cyan);
      text-shadow: 0 0 14px rgba(105,255,240,0.32);
    }

    .services-title {
      max-width: 46rem;
      margin: 0 auto;
      color: #ffffff;
      font-family: var(--font-alternate);
      font-size: clamp(2.05rem, 5vw, 3.55rem);
      line-height: 0.98;
      font-weight: 500;
      letter-spacing: -0.06em;
      text-align: center;
      text-wrap: balance;
      text-shadow: 0 10px 40px rgba(0,0,0,0.40);
    }

    .services-title .accent {
      color: var(--cyan);
      text-shadow:
        0 0 18px rgba(105,255,240,0.28),
        0 0 48px rgba(105,255,240,0.10);
    }

    .services-copy {
      margin: 0.85rem auto 0;
      max-width: 30rem;
      color: rgba(255,255,255,0.48);
      font-size: 0.84rem;
      line-height: 1.58;
      text-align: center;
    }

    .services-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.8rem;
      margin-top: 2.3rem;
    }

    .service-card {
      position: relative;
      min-height: 19.75rem;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding: 1.15rem 1.05rem 0.95rem;
      border-radius: 0;
      border: 1px solid rgba(255,255,255,0.08);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.006)),
        rgba(2,5,12,0.75);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 16px 48px rgba(0,0,0,0.18);
      transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
    }

    .service-card::before {
      content: "";
      position: absolute;
      inset: auto -16% -20% -16%;
      height: 52%;
      pointer-events: none;
      opacity: 0.26;
      background-image:
        linear-gradient(30deg, rgba(255,255,255,0.09) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255,255,255,0.07) 1px, transparent 1px);
      background-size: 58px 58px;
      transform: perspective(520px) rotateX(60deg) translateY(10px);
      transform-origin: bottom center;
      mask-image: linear-gradient(to top, rgba(0,0,0,0.72), transparent 80%);
    }

    .service-card::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      opacity: 0;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,0.52), transparent);
      transition: opacity 0.28s ease;
    }

    .service-card:hover {
      transform: translateY(-4px);
      border-color: rgba(105,255,240,0.20);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.008)),
        rgba(2,5,12,0.84);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 22px 72px rgba(0,0,0,0.28),
        0 0 24px rgba(105,255,240,0.045);
    }

    .service-card:hover::after {
      opacity: 1;
    }

    .service-content {
      position: relative;
      z-index: 2;
      max-width: 14rem;
    }

    .service-title {
      color: #ffffff;
      font-family: var(--font-alternate);
      font-size: clamp(1rem, 1.22vw, 1.16rem);
      line-height: 1.12;
      font-weight: 500;
      letter-spacing: -0.035em;
      margin-bottom: 0.65rem;
    }

    .service-desc {
      color: rgba(255,255,255,0.54);
      font-size: 0.76rem;
      line-height: 1.48;
    }

    .service-visual {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 9.85rem;
      margin-top: auto;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-top: 0.25rem;
      overflow: hidden;
      filter: drop-shadow(0 14px 22px rgba(0,0,0,0.22));
    }

    .service-visual svg {
      width: 100%;
      height: 100%;
      max-width: 14.6rem;
      overflow: visible;
      display: block;
      transform-origin: center bottom;
    }


    .service-visual img {
      width: 100%;
      height: 100%;
      max-width: 15.6rem;
      object-fit: contain;
      display: block;
      transform-origin: center bottom;
      filter: drop-shadow(0 16px 26px rgba(0,0,0,0.26));
    }

    .service-visual--software img,
    .service-visual--websites img,
    .service-visual--crm img,
    .service-visual--hosting img {
      transform: translateY(0.1rem) scale(1.04);
    }

    .service-visual--software svg,
    .service-visual--websites svg,
    .service-visual--crm svg,
    .service-visual--hosting svg {
      transform: translateY(0.2rem);
    }

    .wire,
    .wire-muted,
    .wire-soft,
    .wire-accent,
    .wire-grid,
    .icon-fill,
    .icon-fill-light {
      vector-effect: non-scaling-stroke;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .wire,
    .wire-muted,
    .wire-soft,
    .wire-accent,
    .wire-grid {
      fill: none;
    }

    .wire {
      stroke: rgba(255,255,255,0.72);
      stroke-width: 1.65;
    }

    .wire-muted {
      stroke: rgba(255,255,255,0.36);
      stroke-width: 1.2;
    }

    .wire-soft {
      stroke: rgba(255,255,255,0.2);
      stroke-width: 1;
    }

    .wire-grid {
      stroke: rgba(255,255,255,0.10);
      stroke-width: 0.75;
    }

    .wire-accent {
      stroke: rgba(105, 255, 240, 0.3);
      stroke-width: 1.7;
      filter: drop-shadow(0 0 6px rgba(105,255,240,0.14));
    }

    .fill-blue,
    .icon-fill {
      fill: rgba(105, 255, 240, 0.08);
      stroke: rgba(105, 255, 240, 0.3);
      stroke-width: 1.3;
      filter: drop-shadow(0 0 9px rgba(105,255,240,0.12));
    }

    .icon-fill-light {
      fill: rgba(255,255,255,0.035);
      stroke: rgba(255,255,255,0.2);
      stroke-width: 1.1;
    }

    .fill-blue-solid {
      fill: rgba(105, 255, 240, 0.3);
      filter: drop-shadow(0 0 8px rgba(105,255,240,0.14));
    }

    .services-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 2rem;
    }

    .services-primary,
    .services-secondary {
      font-family: var(--font-alternate);
      font-size: 0.86rem;
      font-weight: 500;
      text-decoration: none;
      transition: transform 0.22s ease, opacity 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    }

    .services-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 7.8rem;
      height: 2.4rem;
      padding: 0 1rem;
      color: #06131a;
      border: 1px solid rgba(255,255,255,0.86);
      background: #ffffff;
      box-shadow:
        inset 0 -6px 14px rgba(0,0,0,0.08),
        0 12px 36px rgba(0,0,0,0.26),
        0 0 28px rgba(105,255,240,0.08);
    }

    .services-primary:hover {
      transform: translateY(-2px);
      background: rgba(255,255,255,0.92);
      border-color: rgba(105,255,240,0.78);
    }

    .services-secondary {
      color: rgba(255,255,255,0.86);
    }

    .services-secondary:hover {
      transform: translateX(4px);
      color: #ffffff;
      opacity: 1;
    }

    @media (max-width: 520px) {
      .services-wrap {
        padding-top: 3.45rem;
        padding-bottom: 3.1rem;
      }

      .services-title {
        font-size: clamp(1.88rem, 11vw, 2.62rem);
      }

      .service-card {
        min-height: 18.5rem;
        padding: 1.05rem;
      }

      .service-visual {
        height: 8.6rem;
      }

      .service-visual svg {
        max-width: 13.7rem;
      }
    }



    /* About */
    .about-section {
      overflow: hidden;
      background: transparent;
    }

    .about-wrap {
      position: relative;
      z-index: 10;
      max-width: 82rem;
      margin: 0 auto;
      padding: 0 1.25rem 3.25rem;
    }

    .about-shell {
      position: relative;
      overflow: hidden;
    }

    .about-shell::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,0.48), transparent);
      opacity: 0.9;
    }

    .about-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.45rem;
      align-items: center;
      padding: 0.95rem 1rem;
    }

    .about-visual-wrap {
      position: relative;
      min-height: 18.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      overflow: hidden;
    }

    .about-visual-wrap::before {
      content: "";
      position: absolute;
      inset: 8% 0 0 2%;
      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: 40px 40px;
      transform: perspective(700px) rotateX(72deg) rotateZ(-28deg) scale(1.05);
      transform-origin: center;
      opacity: 0.5;
      mask-image: radial-gradient(circle at center, rgba(0,0,0,0.85), transparent 78%);
    }

    .about-visual-wrap svg,
    .about-visual-wrap img {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 28.75rem;
      height: auto;
      display: block;
      overflow: visible;
      filter: drop-shadow(0 18px 26px rgba(0,0,0,0.3));
    }

    .about-visual-wrap img.about-visual-image {
      object-fit: contain;
    }

    .about-content {
      max-width: 28rem;
      padding: 0 0.4rem 0.5rem;
    }

    .about-kicker {
      display: inline-flex;
      align-items: center;
      gap: 0.38rem;
      color: rgba(255,255,255,0.72);
      font-family: var(--font-alternate);
      font-size: 0.76rem;
      line-height: 1rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      margin-bottom: 0.75rem;
    }

    .about-kicker::before,
    .about-kicker::after {
      content: "//";
      color: rgba(105,255,240,0.95);
      text-shadow: 0 0 14px rgba(105,255,240,0.32);
    }

    .about-title {
      color: #ffffff;
      font-family: var(--font-alternate);
      font-size: clamp(1.78rem, 3.45vw, 2.9rem);
      line-height: 1.04;
      font-weight: 500;
      letter-spacing: -0.055em;
      text-wrap: balance;
      margin-bottom: 1rem;
    }

    .about-title .accent {
      color: var(--cyan);
      text-shadow:
        0 0 18px rgba(105,255,240,0.28),
        0 0 48px rgba(105,255,240,0.10);
    }

    .about-copy {
      color: rgba(255,255,255,0.5);
      font-size: 0.92rem;
      line-height: 1.62;
      margin-bottom: 0.95rem;
      max-width: 26rem;
    }

    .about-points {
      display: grid;
      gap: 0.78rem;
      margin-bottom: 1.25rem;
    }

    .about-point {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.85rem;
      align-items: start;
    }

    .about-point-icon {
      width: 1.45rem;
      height: 1.45rem;
      margin-top: 0.1rem;
      border: 1px solid rgba(255,255,255,0.14);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background: rgba(255,255,255,0.04);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    }

    .about-point-icon svg {
      width: 0.86rem;
      height: 0.86rem;
      display: block;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .about-point-title {
      color: #ffffff;
      font-family: var(--font-alternate);
      font-size: 0.95rem;
      line-height: 1.22;
      font-weight: 600;
      margin-bottom: 0.3rem;
      letter-spacing: -0.02em;
    }

    .about-point-copy {
      color: rgba(255,255,255,0.48);
      font-size: 0.8rem;
      line-height: 1.55;
    }

    .about-actions {
      display: flex;
      align-items: center;
      gap: 0.9rem;
      flex-wrap: wrap;
      margin-top: 1rem;
    }

/* Process */
    .process-section {
      overflow: visible;
      background: transparent;
    }

    .process-inner {
      position: relative;
      z-index: 10;
      max-width: 72rem;
      margin: 0 auto;
      padding: 6rem 1.5rem;
    }

    .process-header {
      text-align: center;
      margin-bottom: 4rem;
    }

    .process-desktop {
      display: none;
    }

    .process-steps {
      grid-column: span 2;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .process-step-btn {
      text-align: left;
      padding: 1.25rem;
      border-radius: 1rem;
      border: 1px solid transparent;
      background: transparent;
      cursor: pointer;
      transition: all 0.3s ease;
      color: inherit;
    }

    .process-step-btn:hover {
      border-color: rgba(255,255,255,0.1);
      background: rgba(255,255,255,0.02);
    }

    .process-step-btn.active {
      border-color: rgba(105,255,240,0.3);
      background: rgba(255,255,255,0.04);
    }

    .process-step-top {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 0.25rem;
    }

    .step-num {
      color: rgba(255,255,255,0.25);
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 600;
      letter-spacing: 0.16em;
    }

    .process-step-btn.active .step-num {
      color: var(--cyan);
    }

    .step-line {
      height: 1px;
      flex: 1;
      background: rgba(255,255,255,0.07);
    }

    .process-step-btn.active .step-line {
      background: rgba(105,255,240,0.4);
    }

    .step-label {
      color: rgba(255,255,255,0.45);
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: -0.015em;
    }

    .process-step-btn.active .step-label {
      color: #fff;
    }

    .step-short {
      display: none;
      margin-top: 0.25rem;
      color: rgba(255,255,255,0.4);
      font-size: 0.75rem;
      line-height: 1.55;
    }

    .process-step-btn.active .step-short {
      display: block;
    }

    .process-panel-wrap {
      grid-column: span 3;
      position: sticky;
      top: 8rem;
      align-self: start;
    }

    .process-panel {
      min-height: 20rem;
      border-radius: 1.5rem;
      padding: 2rem;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(6,19,26,0.95) 0%, rgba(29,23,102,0.4) 100%);
      border: 1px solid rgba(105,255,240,0.12);
      backdrop-filter: blur(20px);
    }

    .process-panel-content {
      animation: fadeSlideIn 0.35s ease;
    }

    .process-panel-kicker {
      color: var(--cyan);
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }

    .process-panel-title {
      color: #fff;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 700;
      letter-spacing: -0.025em;
      margin-bottom: 1rem;
    }

    .process-panel-copy {
      color: rgba(255,255,255,0.55);
      font-size: 0.875rem;
      line-height: 1.7;
      margin-bottom: 2rem;
    }

    .visual-list {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .visual-list-row {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .visual-dot {
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 999px;
      background: var(--cyan);
      flex: 0 0 auto;
    }

    .visual-label {
      color: rgba(255,255,255,0.7);
      font-size: 0.875rem;
      font-weight: 500;
    }

    .visual-line {
      margin-left: auto;
      height: 1px;
      flex: 1;
      border-radius: 999px;
      max-width: var(--line-width);
      background: linear-gradient(90deg, rgba(105,255,240,var(--line-alpha)), transparent);
    }

    .visual-design-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
    }

    .design-block {
      border-radius: 0.5rem;
      border: 1px solid rgba(105,255,240,0.15);
      height: var(--h);
      background: var(--bg);
    }

    .code-card {
      border-radius: 0.75rem;
      padding: 1rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-size: 0.75rem;
      line-height: 1.7;
      background: rgba(2,5,12,0.8);
      border: 1px solid rgba(105,255,240,0.12);
    }

    .cyan-text {
      color: var(--cyan);
    }

    .cyan-muted {
      color: rgba(105,255,240,0.7);
    }

    .white-muted {
      color: rgba(255,255,255,0.4);
    }

    .metric-list {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .metric-row {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .metric-label {
      width: 7rem;
      flex: 0 0 auto;
      color: rgba(255,255,255,0.5);
      font-size: 0.75rem;
    }

    .metric-track {
      flex: 1;
      height: 0.375rem;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      overflow: hidden;
    }

    .metric-fill {
      height: 100%;
      border-radius: 999px;
      width: var(--pct);
      background: linear-gradient(90deg, var(--cyan), var(--cyan-2));
    }

    .metric-value {
      width: 2.5rem;
      color: var(--cyan);
      text-align: right;
      font-size: 0.75rem;
      font-weight: 600;
    }

    .process-mobile {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .process-mobile-card {
      border-radius: 1rem;
      padding: 1.5rem;
      background: rgba(6,19,26,0.9);
      border: 1px solid rgba(105,255,240,0.10);
    }

    .process-mobile-num {
      color: var(--cyan);
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 600;
      letter-spacing: 0.16em;
    }

    .process-mobile-title {
      color: #fff;
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 700;
      margin-top: 0.25rem;
      margin-bottom: 0.5rem;
    }

    .process-mobile-copy {
      color: rgba(255,255,255,0.5);
      font-size: 0.875rem;
      line-height: 1.7;
      margin-bottom: 1.25rem;
    }

    /* FAQ */
    .faq-section {
      background: transparent;
    }

    .faq-inner {
      max-width: 48rem;
      margin: 0 auto;
      padding: 6rem 1.5rem;
    }

    .faq-header {
      text-align: center;
      margin-bottom: 3.5rem;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .faq-item {
      border-radius: 1rem;
      overflow: hidden;
      background: rgba(255,255,255,0.025);
      border: 1px solid rgba(255,255,255,0.07);
      transition: border-color 0.2s ease;
    }

    .faq-item.open {
      border-color: rgba(105,255,240,0.22);
    }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1.25rem 1.5rem;
      text-align: left;
      background: transparent;
      border: 0;
      cursor: pointer;
      color: #fff;
    }

    .faq-question:focus {
      outline: none;
    }

    .faq-question-text {
      color: #fff;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-weight: 600;
      letter-spacing: -0.015em;
    }

    .faq-icon {
      width: 1.75rem;
      height: 1.75rem;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      background: rgba(255,255,255,0.05);
      transition: all 0.3s ease;
    }

    .faq-icon svg {
      width: 0.875rem;
      height: 0.875rem;
      stroke: rgba(255,255,255,0.5);
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
      background: rgba(105,255,240,0.15);
    }

    .faq-item.open .faq-icon svg {
      stroke: var(--cyan);
    }

    .faq-answer-wrap {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1);
    }

    .faq-item.open .faq-answer-wrap {
      max-height: 300px;
    }

    .faq-answer {
      padding: 0 1.5rem 1.25rem;
      color: rgba(255,255,255,0.5);
      font-size: 0.875rem;
      line-height: 1.7;
    }

    /* CTA */
    .cta-section {
      overflow: hidden;
      background: transparent;
    }

    .cta-orb-main {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: min(600px, 120vw);
      height: 400px;
      border-radius: 50%;
      pointer-events: none;
      background: radial-gradient(ellipse at center, rgba(105,255,240,0.08) 0%, transparent 70%);
      filter: blur(40px);
    }

    .cta-orb-side {
      position: absolute;
      right: -10%;
      bottom: -20%;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      pointer-events: none;
      background: radial-gradient(ellipse at center, rgba(75,56,199,0.25) 0%, transparent 70%);
      filter: blur(60px);
    }

    .particle {
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      background: rgba(105,255,240,0.7);
      box-shadow: 0 0 var(--glow) rgba(105,255,240,0.5);
      left: var(--left);
      top: var(--top);
      width: var(--size);
      height: var(--size);
      animation: floatParticle var(--duration) ease-in-out var(--delay) infinite alternate;
    }

    .cta-inner {
      position: relative;
      z-index: 10;
      max-width: 56rem;
      margin: 0 auto;
      padding: 7rem 1.5rem;
      text-align: center;
    }

    .cta-title {
      color: #fff;
      font-size: clamp(2.25rem, 7vw, 3.75rem);
      line-height: 1.03;
      font-weight: 700;
      letter-spacing: -0.04em;
      margin-bottom: 1.5rem;
    }

    .gradient-text {
      background: linear-gradient(90deg, #69fff0 0%, #37dac9 50%, #c3ff6f 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .cta-copy {
      color: rgba(255,255,255,0.5);
      font-size: 1.125rem;
      line-height: 1.7;
      max-width: 36rem;
      margin: 0 auto 3rem;
    }

    .cta-button {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      height: 52px;
      min-width: 180px;
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 999px;
      padding: 0 32px;
      color: rgba(247,252,255,0.96);
      cursor: pointer;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 0.02em;
      background:
        linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.06) 100%),
        linear-gradient(135deg, rgba(123,255,243,.10) 0%, rgba(80,161,255,.08) 46%, rgba(255,255,255,.04) 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.30),
        inset 0 -8px 14px rgba(255,255,255,.04),
        0 10px 24px rgba(0,0,0,.20),
        0 0 10px rgba(111,255,238,.08);
      backdrop-filter: blur(14px) saturate(135%);
      transform: translateY(0);
      transition: all 0.22s ease;
    }

    .cta-button::before {
      content: "";
      position: absolute;
      inset: 1px 1px auto 1px;
      height: 52%;
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.08));
      opacity: 0.92;
      z-index: -1;
      pointer-events: none;
    }

    .cta-button:hover {
      border-color: rgba(255,255,255,0.28);
      background:
        linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 100%),
        linear-gradient(135deg, rgba(123,255,243,.14) 0%, rgba(80,161,255,.12) 46%, rgba(255,255,255,.05) 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.38),
        inset 0 -8px 14px rgba(255,255,255,.05),
        0 16px 32px rgba(0,0,0,.28),
        0 0 16px rgba(111,255,238,.14);
      transform: translateY(-1px);
    }

    .cta-note {
      margin-top: 1.5rem;
      color: rgba(255,255,255,0.25);
      font-size: 0.75rem;
    }

    @keyframes fadeSlideIn {
      from { opacity: 0; transform: translateY(12px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes floatParticle {
      from { transform: translate(0, 0); opacity: 0.4; }
      to { transform: translate(0, -14px); opacity: 0.9; }
    }

    @media (min-width: 640px) {
      .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (min-width: 768px) {
      .section-title-light,
      .section-title-dark {
        font-size: 3rem;
      }

      .services-wrap {
        padding-top: 5rem;
        padding-bottom: 4.7rem;
      }

      .services-card-shell {
        border-radius: 0;
        padding: 0;
      }

      .process-inner,
      .faq-inner {
        padding-top: 8rem;
        padding-bottom: 8rem;
      }

      .process-header {
        margin-bottom: 5rem;
      }

      .process-desktop {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 2.5rem;
      }

      .process-mobile {
        display: none;
      }

      .faq-question-text {
        font-size: 1rem;
      }

      .cta-inner {
        padding-top: 10rem;
        padding-bottom: 10rem;
      }
    }

    @media (min-width: 1024px) {
      .services-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }


    /* =========================================================
       Unified sections style — aligned with What we build
       ========================================================= */
    .process-section,
    .faq-section,
    .cta-section {
      position: relative;
      overflow: hidden;
      background: transparent;
    }

    .process-section::before,
    .faq-section::before,
    .cta-section::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: min(920px, 86vw);
      height: 1px;
      transform: translateX(-50%);
      pointer-events: none;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,0.18), transparent);
      opacity: 0.95;
      z-index: 1;
    }

    .process-section::after,
    .faq-section::after,
    .cta-section::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0.5rem;
      width: min(620px, 78vw);
      height: 180px;
      transform: translateX(-50%);
      pointer-events: none;
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(105,255,240,0.045), transparent 70%);
      filter: blur(45px);
      opacity: 0.78;
      z-index: 0;
    }

    .process-inner,
    .faq-inner,
    .cta-inner {
      width: 100%;
      max-width: 82rem;
      padding: 4.85rem 1.25rem;
    }

    .process-header,
    .faq-header {
      margin-bottom: 2.35rem;
    }

    .process-header .section-kicker,
    .faq-header .section-kicker,
    .cta-inner .section-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.38rem;
      color: rgba(255,255,255,0.72);
      font-family: var(--font-alternate);
      font-size: 0.76rem;
      line-height: 1rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-transform: none;
      margin-bottom: 0.85rem;
    }

    .process-header .section-kicker::before,
    .process-header .section-kicker::after,
    .faq-header .section-kicker::before,
    .faq-header .section-kicker::after,
    .cta-inner .section-kicker::before,
    .cta-inner .section-kicker::after {
      content: "//";
      color: var(--cyan);
      text-shadow: 0 0 14px rgba(105,255,240,0.32);
    }

    .process-header .section-title-light,
    .faq-header .section-title-light,
    .cta-title {
      max-width: 46rem;
      margin-left: auto;
      margin-right: auto;
      color: #ffffff;
      font-family: var(--font-alternate);
      font-size: clamp(2.05rem, 5vw, 3.55rem);
      line-height: 0.98;
      font-weight: 500;
      letter-spacing: -0.06em;
      text-align: center;
      text-wrap: balance;
      text-shadow: 0 10px 40px rgba(0,0,0,0.40);
    }

    .process-header .section-copy-light,
    .faq-header .section-copy-light,
    .cta-copy {
      margin: 0.85rem auto 0;
      max-width: 30rem;
      color: rgba(255,255,255,0.48);
      font-size: 0.84rem;
      line-height: 1.58;
      text-align: center;
    }

    .process-desktop {
      gap: 0.8rem;
      align-items: start;
    }

    .process-steps {
      gap: 0.8rem;
    }

    .process-step-btn,
    .process-mobile-card,
    .faq-item,
    .process-panel,
    .cta-inner::before {
      border-radius: 0;
      border: 1px solid rgba(255,255,255,0.08);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.006)),
        rgba(2,5,12,0.75);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 16px 48px rgba(0,0,0,0.18);
      backdrop-filter: none;
    }

    .process-step-btn,
    .process-mobile-card,
    .faq-item,
    .process-panel {
      position: relative;
      overflow: hidden;
    }

    .process-step-btn::before,
    .process-mobile-card::before,
    .faq-item::before,
    .process-panel::before,
    .cta-inner::after {
      content: "";
      position: absolute;
      inset: auto -16% -26% -16%;
      height: 58%;
      pointer-events: none;
      opacity: 0.23;
      background-image:
        linear-gradient(30deg, rgba(255,255,255,0.09) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255,255,255,0.07) 1px, transparent 1px);
      background-size: 58px 58px;
      transform: perspective(520px) rotateX(60deg) translateY(10px);
      transform-origin: bottom center;
      mask-image: linear-gradient(to top, rgba(0,0,0,0.72), transparent 80%);
      z-index: 0;
    }

    .process-step-btn::after,
    .process-mobile-card::after,
    .faq-item::after,
    .process-panel::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      opacity: 0;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,0.52), transparent);
      transition: opacity 0.28s ease;
      z-index: 1;
    }

    .process-step-btn > *,
    .process-mobile-card > *,
    .faq-item > *,
    .process-panel > * {
      position: relative;
      z-index: 2;
    }

    .process-step-btn {
      min-height: 5.25rem;
      padding: 1.02rem 1rem;
      color: inherit;
      transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
    }

    .process-step-btn:hover,
    .process-step-btn.active,
    .process-mobile-card:hover,
    .faq-item.open,
    .faq-item:hover {
      transform: translateY(-2px);
      border-color: rgba(105,255,240,0.20);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.008)),
        rgba(2,5,12,0.84);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 22px 72px rgba(0,0,0,0.28),
        0 0 24px rgba(105,255,240,0.045);
    }

    .process-step-btn:hover::after,
    .process-step-btn.active::after,
    .process-mobile-card:hover::after,
    .faq-item.open::after,
    .faq-item:hover::after,
    .process-panel::after {
      opacity: 1;
    }

    .process-step-top {
      gap: 0.65rem;
      margin-bottom: 0.35rem;
    }

    .step-num,
    .process-mobile-num,
    .process-panel-kicker {
      color: rgba(255,255,255,0.32);
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-size: 0.72rem;
      line-height: 1rem;
      font-weight: 700;
      letter-spacing: 0.16em;
    }

    .process-step-btn.active .step-num,
    .process-mobile-num,
    .process-panel-kicker {
      color: var(--cyan);
      text-shadow: 0 0 12px rgba(105,255,240,0.18);
    }

    .step-line {
      height: 1px;
      background: rgba(255,255,255,0.08);
    }

    .process-step-btn.active .step-line {
      background: linear-gradient(90deg, rgba(105,255,240,0.52), transparent);
    }

    .step-label,
    .process-panel-title,
    .process-mobile-title,
    .faq-question-text {
      color: #fff;
      font-family: var(--font-alternate);
      font-weight: 500;
      letter-spacing: -0.035em;
    }

    .step-label {
      font-size: 1rem;
      line-height: 1.12;
      color: rgba(255,255,255,0.66);
    }

    .process-step-btn.active .step-label {
      color: #ffffff;
    }

    .step-short {
      color: rgba(255,255,255,0.48);
      font-size: 0.76rem;
      line-height: 1.48;
    }

    .process-panel-wrap {
      top: 6.5rem;
    }

    .process-panel {
      min-height: 20.65rem;
      padding: 1.35rem;
    }

    .process-panel-title {
      margin-top: 0.35rem;
      margin-bottom: 0.75rem;
      font-size: clamp(1.35rem, 2vw, 1.85rem);
      line-height: 1.08;
    }

    .process-panel-copy,
    .process-mobile-copy {
      color: rgba(255,255,255,0.54);
      font-size: 0.82rem;
      line-height: 1.6;
      margin-bottom: 1.35rem;
    }

    .visual-list-row,
    .metric-row {
      min-height: 2.6rem;
      padding: 0.65rem 0.75rem;
      border: 1px solid rgba(255,255,255,0.065);
      background: rgba(255,255,255,0.022);
    }

    .visual-dot {
      width: 0.42rem;
      height: 0.42rem;
      border-radius: 0;
      background: rgba(105,255,240,0.85);
      box-shadow: 0 0 12px rgba(105,255,240,0.22);
    }

    .visual-label,
    .metric-label {
      color: rgba(255,255,255,0.66);
      font-size: 0.78rem;
    }

    .visual-line {
      background: linear-gradient(90deg, rgba(105,255,240,var(--line-alpha)), transparent);
    }

    .visual-design-grid {
      gap: 0.65rem;
    }

    .design-block,
    .code-card {
      border-radius: 0;
    }

    .design-block {
      border-color: rgba(255,255,255,0.075);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
    }

    .code-card {
      padding: 1rem;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.006)),
        rgba(2,5,12,0.84);
      border: 1px solid rgba(255,255,255,0.075);
      color: rgba(255,255,255,0.68);
    }

    .metric-track {
      height: 0.32rem;
      background: rgba(255,255,255,0.08);
    }

    .metric-fill {
      background: linear-gradient(90deg, rgba(105,255,240,0.85), rgba(55,218,201,0.55));
      box-shadow: 0 0 12px rgba(105,255,240,0.16);
    }

    .metric-value {
      color: rgba(105,255,240,0.9);
    }

    .process-mobile {
      gap: 0.8rem;
    }

    .process-mobile-card {
      padding: 1.15rem 1.05rem;
    }

    .process-mobile-title {
      margin-top: 0.35rem;
      margin-bottom: 0.65rem;
      font-size: 1.08rem;
      line-height: 1.16;
    }

    .faq-inner {
      max-width: 82rem;
    }

    .faq-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.8rem;
    }

    .faq-item {
      min-height: 5.15rem;
      transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
    }

    .faq-question {
      padding: 1.15rem 1.05rem;
    }

    .faq-question-text {
      font-size: 0.94rem;
      line-height: 1.35;
    }

    .faq-icon {
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 0;
      background: rgba(255,255,255,0.035);
      border: 1px solid rgba(255,255,255,0.075);
    }

    .faq-icon svg {
      stroke: rgba(255,255,255,0.54);
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
      background: rgba(105,255,240,0.08);
      border-color: rgba(105,255,240,0.22);
    }

    .faq-answer {
      padding: 0 1.05rem 1.15rem;
      color: rgba(255,255,255,0.52);
      font-size: 0.8rem;
      line-height: 1.62;
    }

    .cta-section {
      overflow: visible;
    }

    .cta-orb-main {
      opacity: 0.9;
      background: radial-gradient(ellipse at center, rgba(105,255,240,0.055) 0%, transparent 70%);
    }

    .cta-orb-side {
      opacity: 0.55;
      background: radial-gradient(ellipse at center, rgba(105,255,240,0.08) 0%, transparent 70%);
    }

    .cta-inner {
      position: relative;
      isolation: isolate;
      max-width: 82rem;
      padding: 5.35rem 1.25rem 5.7rem;
      margin-top: 0;
      margin-bottom: 0;
    }

    .cta-inner::before {
      content: "";
      position: absolute;
      inset: 2.3rem 1.25rem;
      z-index: -2;
    }

    .cta-inner::after {
      inset: auto 0 -4% 0;
      height: 50%;
      z-index: -1;
      opacity: 0.2;
    }

    .cta-title {
      margin-bottom: 0;
    }

    .gradient-text {
      background: none;
      color: var(--cyan);
      -webkit-text-fill-color: currentColor;
      text-shadow:
        0 0 18px rgba(105,255,240,0.28),
        0 0 48px rgba(105,255,240,0.10);
    }

    .cta-copy {
      margin-top: 0.95rem;
      margin-bottom: 1.85rem;
      max-width: 34rem;
    }

    .cta-button {
      height: 2.6rem;
      min-width: 9.6rem;
      border-radius: 0;
      border: 1px solid rgba(255,255,255,0.86);
      padding: 0 1.1rem;
      color: #06131a;
      background: #ffffff;
      box-shadow:
        inset 0 -6px 14px rgba(0,0,0,0.08),
        0 12px 36px rgba(0,0,0,0.26),
        0 0 28px rgba(105,255,240,0.08);
    }

    .cta-button::before {
      display: none;
    }

    .cta-button:hover {
      transform: translateY(-2px);
      color: #06131a;
      background: rgba(255,255,255,0.92);
      border-color: rgba(105,255,240,0.78);
      box-shadow:
        inset 0 -6px 14px rgba(0,0,0,0.08),
        0 16px 42px rgba(0,0,0,0.34),
        0 0 30px rgba(105,255,240,0.13);
    }

    .cta-note {
      color: rgba(255,255,255,0.32);
      font-size: 0.72rem;
      margin-top: 1rem;
    }

    .particle {
      opacity: 0.58;
    }

    @media (min-width: 768px) {
      .process-inner,
      .faq-inner,
      .cta-inner {
        padding-top: 5.2rem;
        padding-bottom: 5.2rem;
      }

      .process-header,
      .faq-header {
        margin-bottom: 2.65rem;
      }
    }

    @media (max-width: 767px) {
      .process-inner,
      .faq-inner,
      .cta-inner {
        padding-top: 3.55rem;
        padding-bottom: 3.55rem;
      }

      .faq-list {
        grid-template-columns: 1fr;
      }

      .cta-inner::before {
        inset: 1.2rem 1.25rem;
      }

      .cta-title {
        font-size: clamp(1.88rem, 11vw, 2.62rem);
      }
    }



    @media (min-width: 768px) {
      .about-wrap {
        padding-bottom: 3.75rem;
      }

      .about-grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
        gap: 1.9rem;
        padding: 1.25rem 1.45rem;
      }

      .about-visual-wrap {
        min-height: 21rem;
        padding: 0.55rem 0.35rem 0.55rem 0.65rem;
      }
    }

    @media (max-width: 767px) {
      .about-wrap {
        padding: 0 1rem 2.35rem;
      }

      .about-grid {
        padding: 0.75rem;
        gap: 0.95rem;
      }

      .about-visual-wrap {
        min-height: 14.5rem;
        padding: 0.35rem;
        order: 1;
      }

      .about-content {
        max-width: none;
        order: 2;
      }

      .about-title {
        font-size: clamp(1.62rem, 9.6vw, 2.28rem);
      }
    }


    /* =========================================================
       How we work — exact dark horizontal timeline section
       ========================================================= */
    .process-section.timeline-how-we-work {
      position: relative;
      min-height: min(872px, 100vh);
      display: flex;
      align-items: center;
      overflow: hidden;
      background:
        radial-gradient(circle at 50% 33%, rgba(105,255,240,0.020), transparent 34%),
        radial-gradient(circle at 20% 72%, rgba(29,23,102,0.075), transparent 34%),
        #02050c;
    }

    .process-section.timeline-how-we-work::before,
    .process-section.timeline-how-we-work::after {
      display: none;
    }

    .timeline-how-we-work .how-work-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 82rem;
      margin: 0 auto;
      padding: clamp(6.25rem, 10vh, 8.35rem) 1.25rem clamp(6.35rem, 10vh, 8.75rem);
    }

    .timeline-how-we-work .how-work-header {
      margin: 0 auto clamp(5.05rem, 9vh, 6.05rem);
      text-align: center;
    }

    .timeline-how-we-work .section-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.48rem;
      color: rgba(255,255,255,0.66);
      font-family: var(--font-alternate);
      font-size: 0.82rem;
      line-height: 1rem;
      font-weight: 600;
      letter-spacing: -0.01em;
      text-transform: none;
      margin-bottom: 1.05rem;
      text-shadow: 0 8px 34px rgba(0,0,0,0.52);
    }

    .timeline-how-we-work .section-kicker::before,
    .timeline-how-we-work .section-kicker::after {
      content: "//";
      color: var(--cyan);
      font-weight: 700;
      letter-spacing: 0.02em;
      text-shadow:
        0 0 12px rgba(105,255,240,0.46),
        0 0 28px rgba(105,255,240,0.17);
    }

    .timeline-how-we-work .section-title-light {
      max-width: none;
      width: 100%;
      margin: 0 auto;
      color: #fffdf8;
      font-family: var(--font-alternate);
      font-size: 56.8px;
      line-height: 0.95;
      font-weight: 500;
      letter-spacing: -0.074em;
      text-align: center;
      white-space: nowrap;
      text-wrap: nowrap;
      text-shadow: 0 16px 46px rgba(0,0,0,0.55);
    }

    .timeline-how-we-work .section-copy-light {
      margin: 1.38rem auto 0;
      max-width: 35rem;
      color: rgba(255,255,255,0.42);
      font-size: clamp(0.92rem, 1.15vw, 1.05rem);
      line-height: 1.55;
      font-weight: 400;
      text-align: center;
    }

    .how-work-timeline {
      --work-progress: 0%;
      position: relative;
      max-width: 78.15rem;
      margin: 0 auto;
    }

    .how-work-line-wrap {
      position: relative;
      height: 2.35rem;
      margin: 0 0.95rem 1.15rem;
    }

    .how-work-line,
    .how-work-progress {
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .how-work-line {
      width: 100%;
      background: linear-gradient(90deg, rgba(105,255,240,0.12), rgba(255,255,255,0.105) 42%, rgba(255,255,255,0.075) 100%);
      box-shadow: 0 0 20px rgba(105,255,240,0.018);
    }

    .how-work-progress {
      width: var(--work-progress);
      background: linear-gradient(90deg, rgba(105,255,240,0.95), rgba(105,255,240,0.42), transparent);
      box-shadow:
        0 0 18px rgba(105,255,240,0.23),
        0 0 42px rgba(105,255,240,0.08);
      transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .how-work-marker {
      position: absolute;
      left: var(--pos);
      top: 50%;
      width: 0.82rem;
      height: 0.82rem;
      transform: translate(-50%, -50%);
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.035);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.035),
        0 0 0 1px rgba(0,0,0,0.16);
      transition:
        width 0.35s ease,
        height 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        opacity 0.35s ease;
    }

    .how-work-marker.is-past {
      border-color: rgba(105,255,240,0.28);
      background: rgba(105,255,240,0.15);
      box-shadow: 0 0 16px rgba(105,255,240,0.12);
    }

    .how-work-marker.is-active {
      width: 1.16rem;
      height: 1.16rem;
      border-color: rgba(105,255,240,0.96);
      background: rgba(105,255,240,0.98);
      box-shadow:
        0 0 0 10px rgba(105,255,240,0.045),
        0 0 26px rgba(105,255,240,0.42),
        0 0 56px rgba(105,255,240,0.16);
    }

    .how-work-steps {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(2.9rem, 4.45vw, 5.05rem);
      align-items: start;
      padding: 0 0.95rem;
    }

    .how-work-step {
      position: relative;
      min-height: 10.1rem;
      padding: 0.52rem 0 0;
      cursor: pointer;
      outline: none;
      opacity: 1;
      transform: translateY(0);
      transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        filter 0.35s ease;
    }

    .how-work-step.is-active {
      transform: translateY(-0.05rem);
      filter: drop-shadow(0 15px 32px rgba(0,0,0,0.26));
    }

    .how-work-num {
      display: block;
      margin-bottom: 0.98rem;
      color: rgba(105,255,240,0.47);
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-size: 0.78rem;
      line-height: 1rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      transition: color 0.35s ease, text-shadow 0.35s ease, opacity 0.35s ease;
    }

    .how-work-step.is-active .how-work-num {
      color: var(--cyan);
      text-shadow: 0 0 17px rgba(105,255,240,0.32);
    }

    .how-work-title {
      margin: 0 0 0.88rem;
      color: rgba(255,255,255,0.33);
      font-family: var(--font-alternate);
      font-size: clamp(1.22rem, 1.68vw, 1.62rem);
      line-height: 1.04;
      font-weight: 500;
      letter-spacing: -0.054em;
      transition: color 0.35s ease, text-shadow 0.35s ease;
    }

    .how-work-step.is-past .how-work-title {
      color: rgba(255,255,255,0.45);
    }

    .how-work-step.is-active .how-work-title {
      color: #fffdf8;
      text-shadow: 0 8px 34px rgba(0,0,0,0.42);
    }

    .how-work-copy {
      max-width: 15.35rem;
      color: rgba(255,255,255,0.24);
      font-size: 0.88rem;
      line-height: 1.52;
      font-weight: 400;
      transition: color 0.35s ease;
    }

    .how-work-step.is-past .how-work-copy {
      color: rgba(255,255,255,0.33);
    }

    .how-work-step.is-active .how-work-copy {
      color: rgba(255,255,255,0.69);
    }

    @media (hover: hover) {
      .how-work-step:hover .how-work-title {
        color: rgba(255,255,255,0.82);
      }

      .how-work-step:hover .how-work-copy {
        color: rgba(255,255,255,0.48);
      }
    }

    @media (max-width: 900px) {
      .process-section.timeline-how-we-work {
        min-height: auto;
      }

      .timeline-how-we-work .how-work-inner {
        padding-top: 4rem;
        padding-bottom: 4.5rem;
      }

      .timeline-how-we-work .how-work-header {
        margin-bottom: 3.05rem;
      }

      .how-work-line-wrap {
        display: none;
      }

      .how-work-steps {
        grid-template-columns: 1fr;
        gap: 0.78rem;
        max-width: 36rem;
        margin: 0 auto;
        padding: 0;
      }

      .how-work-step {
        min-height: auto;
        padding: 1rem 1rem 1.05rem 1.75rem;
        border-left: 1px solid rgba(255,255,255,0.08);
      }

      .how-work-step::before {
        content: "";
        position: absolute;
        left: -0.38rem;
        top: 1.12rem;
        width: 0.72rem;
        height: 0.72rem;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.12);
      }

      .how-work-step.is-active {
        transform: none;
        border-color: rgba(105,255,240,0.32);
      }

      .how-work-step.is-active::before {
        background: var(--cyan);
        border-color: rgba(105,255,240,0.95);
        box-shadow: 0 0 24px rgba(105,255,240,0.34);
      }

      .how-work-copy {
        max-width: none;
      }
    }

    @media (max-width: 520px) {
      .timeline-how-we-work .section-title-light {
        font-size: clamp(2.15rem, 12vw, 3.25rem);
        letter-spacing: -0.065em;
        white-space: normal;
        text-wrap: balance;
      }

      .timeline-how-we-work .section-copy-light {
        max-width: 20rem;
      }
    }


    /* =========================================================
       Section spacing cleanup — balanced rhythm across the page
       ========================================================= */
    :root {
      --zaad-section-x: 1.25rem;
      --zaad-space-lg: clamp(4.75rem, 6.2vw, 5.9rem);
      --zaad-space-md: clamp(3.65rem, 5vw, 4.65rem);
      --zaad-space-sm: clamp(2.7rem, 4vw, 3.4rem);
    }

    .services-wrap {
      padding-top: var(--zaad-space-lg);
      padding-bottom: var(--zaad-space-md);
    }

    .about-wrap {
      padding-top: var(--zaad-space-sm);
      padding-bottom: var(--zaad-space-lg);
    }

    .process-section.timeline-how-we-work {
      min-height: clamp(760px, 86vh, 872px);
    }

    .timeline-how-we-work .how-work-inner {
      padding-top: var(--zaad-space-lg);
      padding-bottom: var(--zaad-space-lg);
    }

    .timeline-how-we-work .how-work-header {
      margin-bottom: clamp(4rem, 6.3vh, 5.1rem);
    }

    .faq-inner {
      padding-top: var(--zaad-space-lg);
      padding-bottom: var(--zaad-space-lg);
    }

    .cta-inner {
      padding-top: var(--zaad-space-lg);
      padding-bottom: clamp(5.05rem, 6.6vw, 6.3rem);
    }

    @media (min-width: 768px) and (max-width: 1100px) {
      :root {
        --zaad-space-lg: 4.5rem;
        --zaad-space-md: 3.75rem;
        --zaad-space-sm: 2.75rem;
      }

      .process-section.timeline-how-we-work {
        min-height: 780px;
      }
    }

    @media (max-width: 767px) {
      :root {
        --zaad-space-lg: 3.65rem;
        --zaad-space-md: 3.1rem;
        --zaad-space-sm: 2.25rem;
      }

      .services-wrap {
        padding-top: 3.7rem;
        padding-bottom: 3rem;
      }

      .about-wrap {
        padding-top: 2rem;
        padding-bottom: 3.65rem;
      }

      .process-section.timeline-how-we-work {
        min-height: auto;
      }

      .timeline-how-we-work .how-work-inner,
      .faq-inner,
      .cta-inner {
        padding-top: var(--zaad-space-lg);
        padding-bottom: var(--zaad-space-lg);
      }

      .timeline-how-we-work .how-work-header {
        margin-bottom: 2.7rem;
      }
    }


    /* =========================================================
       Heading-to-content spacing update
       ========================================================= */
    .services-grid {
      margin-top: clamp(3.35rem, 5.1vw, 4.35rem);
    }

    .about-title {
      margin-bottom: clamp(1.75rem, 2.8vw, 2.35rem);
    }

    .timeline-how-we-work .how-work-header {
      margin-bottom: clamp(4.65rem, 7.4vh, 5.85rem);
    }

    .faq-header {
      margin-bottom: clamp(3.35rem, 5.2vw, 4.45rem);
    }

    .cta-title {
      margin-bottom: clamp(1.75rem, 2.6vw, 2.25rem);
    }

    @media (max-width: 767px) {
      .services-grid {
        margin-top: 2.65rem;
      }

      .about-title {
        margin-bottom: 1.45rem;
      }

      .timeline-how-we-work .how-work-header {
        margin-bottom: 3.3rem;
      }

      .faq-header {
        margin-bottom: 2.75rem;
      }

      .cta-title {
        margin-bottom: 1.55rem;
      }
    }


    /* Remove divider line between What we build and About us */
    .about-shell::after {
      display: none !important;
    }

  

    /* =========================================================
       Dynamic content animations — added / no card tilt
       ========================================================= */
    :root {
      --zaad-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
      --zaad-ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
    }

    .dynamic-ready .zaad-reveal {
      --reveal-x: 0px;
      --reveal-y: 34px;
      --reveal-scale: 0.985;
      --card-lift: 0px;
      opacity: 0;
      filter: blur(10px);
      transform:
        perspective(1100px)
        translate3d(var(--reveal-x), calc(var(--reveal-y) + var(--card-lift)), 0)
        scale(var(--reveal-scale));
      transform-origin: center;
      transition:
        opacity 0.82s var(--zaad-ease-soft),
        filter 0.82s var(--zaad-ease-soft),
        transform 0.82s var(--zaad-ease-soft),
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
      transition-delay: var(--zaad-delay, 0ms);
      will-change: opacity, filter, transform;
    }

    .dynamic-ready .zaad-reveal[data-animate="left"] {
      --reveal-x: -42px;
      --reveal-y: 16px;
    }

    .dynamic-ready .zaad-reveal[data-animate="right"] {
      --reveal-x: 42px;
      --reveal-y: 16px;
    }

    .dynamic-ready .zaad-reveal[data-animate="zoom"] {
      --reveal-y: 18px;
      --reveal-scale: 0.94;
    }

    .dynamic-ready .zaad-reveal.is-visible {
      --reveal-x: 0px;
      --reveal-y: 0px;
      --reveal-scale: 1;
      opacity: 1;
      filter: blur(0);
    }

    .dynamic-ready .zaad-reveal.is-visible.service-card:hover,
    .dynamic-ready .zaad-reveal.is-visible.faq-item:hover,
    .dynamic-ready .zaad-reveal.is-visible.process-mobile-card:hover {
      --card-lift: -6px;
    }

    .dynamic-ready .services-title .accent,
    .dynamic-ready .about-title .accent,
    .dynamic-ready .gradient-text {
      animation: zaadAccentGlow 3.6s ease-in-out infinite alternate;
    }

    .dynamic-ready .services-kicker,
    .dynamic-ready .about-kicker,
    .dynamic-ready .section-kicker {
      animation: zaadMicroFloat 4.8s ease-in-out infinite;
    }

    .dynamic-ready .service-visual img,
    .dynamic-ready .service-visual svg,
    .dynamic-ready .about-visual-wrap svg,
    .dynamic-ready .about-visual-wrap img {
      animation: zaadVisualFloat 6.4s ease-in-out infinite;
      will-change: transform, filter;
    }

    .dynamic-ready .service-card:nth-child(2) .service-visual img,
    .dynamic-ready .service-card:nth-child(2) .service-visual svg {
      animation-delay: -1.1s;
    }

    .dynamic-ready .service-card:nth-child(3) .service-visual img,
    .dynamic-ready .service-card:nth-child(3) .service-visual svg {
      animation-delay: -2.2s;
    }

    .dynamic-ready .service-card:nth-child(4) .service-visual img,
    .dynamic-ready .service-card:nth-child(4) .service-visual svg {
      animation-delay: -3.1s;
    }

    .dynamic-ready .service-visual::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0.1rem;
      width: 72%;
      height: 1.6rem;
      transform: translateX(-50%);
      pointer-events: none;
      background: radial-gradient(ellipse at center, rgba(105,255,240,0.12), transparent 72%);
      filter: blur(12px);
      opacity: 0.72;
      animation: zaadShadowPulse 5.8s ease-in-out infinite;
    }

    .dynamic-ready .how-work-progress {
      overflow: visible;
    }

    .dynamic-ready .how-work-progress::after {
      content: "";
      position: absolute;
      right: -0.18rem;
      top: 50%;
      width: 0.44rem;
      height: 0.44rem;
      transform: translateY(-50%);
      background: var(--cyan);
      box-shadow: 0 0 18px rgba(105,255,240,0.8), 0 0 42px rgba(105,255,240,0.24);
      animation: zaadPulseDot 1.7s ease-in-out infinite;
    }

    .dynamic-ready .how-work-step.is-active .how-work-num,
    .dynamic-ready .process-mobile-num {
      animation: zaadNumberBlink 1.5s ease-in-out infinite alternate;
    }

    .dynamic-ready .faq-answer-wrap {
      transition: max-height 0.42s var(--zaad-ease-out), opacity 0.32s ease;
      opacity: 0;
    }

    .dynamic-ready .faq-item.open .faq-answer-wrap {
      opacity: 1;
    }

    .dynamic-ready .particle {
      animation:
        floatParticle var(--duration) ease-in-out var(--delay) infinite alternate,
        zaadParticleDrift calc(var(--duration) * 2) ease-in-out var(--delay) infinite;
    }

    .dynamic-ready .cta-button,
    .dynamic-ready .services-primary {
      position: relative;
      overflow: hidden;
    }

    .dynamic-ready .cta-button::after,
    .dynamic-ready .services-primary::after {
      content: "";
      position: absolute;
      inset: -30% auto -30% -55%;
      width: 42%;
      transform: skewX(-18deg);
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
      animation: zaadButtonSweep 3.6s ease-in-out infinite;
      pointer-events: none;
    }

    @keyframes zaadAccentGlow {
      from { text-shadow: 0 0 14px rgba(105,255,240,0.22), 0 0 38px rgba(105,255,240,0.08); }
      to { text-shadow: 0 0 24px rgba(105,255,240,0.42), 0 0 68px rgba(105,255,240,0.17); }
    }

    @keyframes zaadMicroFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-3px); }
    }

    @keyframes zaadVisualFloat {
      0%, 100% { transform: translate3d(0, 0, 0) scale(1.04); filter: drop-shadow(0 16px 26px rgba(0,0,0,0.26)); }
      50% { transform: translate3d(0, -10px, 0) scale(1.055); filter: drop-shadow(0 22px 34px rgba(0,0,0,0.32)); }
    }

    @keyframes zaadShadowPulse {
      0%, 100% { opacity: 0.44; transform: translateX(-50%) scaleX(0.84); }
      50% { opacity: 0.84; transform: translateX(-50%) scaleX(1.08); }
    }

    @keyframes zaadPulseDot {
      0%, 100% { transform: translateY(-50%) scale(0.92); opacity: 0.8; }
      50% { transform: translateY(-50%) scale(1.25); opacity: 1; }
    }

    @keyframes zaadNumberBlink {
      from { opacity: 0.72; }
      to { opacity: 1; }
    }

    @keyframes zaadParticleDrift {
      0%, 100% { margin-left: 0; }
      50% { margin-left: 10px; }
    }

    @keyframes zaadButtonSweep {
      0%, 42% { left: -55%; opacity: 0; }
      52% { opacity: 0.85; }
      72%, 100% { left: 116%; opacity: 0; }
    }

    @media (max-width: 767px) {
      .dynamic-ready .zaad-reveal {
        --reveal-y: 22px;
        filter: blur(6px);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .dynamic-ready .zaad-reveal,
      .dynamic-ready .service-visual img,
      .dynamic-ready .service-visual svg,
      .dynamic-ready .about-visual-wrap svg,
      .dynamic-ready .about-visual-wrap img,
      .dynamic-ready .services-title .accent,
      .dynamic-ready .about-title .accent,
      .dynamic-ready .gradient-text,
      .dynamic-ready .services-kicker,
      .dynamic-ready .about-kicker,
      .dynamic-ready .section-kicker,
      .dynamic-ready .particle,
      .dynamic-ready .cta-button::after,
      .dynamic-ready .services-primary::after {
        animation: none !important;
        transition: none !important;
      }

      .dynamic-ready .zaad-reveal {
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
      }
    }


    /* =========================================================
       Imported Quant Glob hero section
       ========================================================= */
:root {
      --font-sans: 'Manrope', "Helvetica Neue", Helvetica, Arial, sans-serif;
      --font-alternate: 'Sora', 'Manrope', "Helvetica Neue", Helvetica, Arial, sans-serif;

      /* Matched with zaad_landing.html palette */
      --dark: #02050c;
      --dark-2: #040a14;
      --cyan: #69fff0;
      --cyan-2: #37dac9;
      --purple: #1d1766;
      --text: #fffdf8;

      --hero-w: 100vw;
    }

    * { box-sizing: border-box; }
    .stage {
      width: 100vw;
      height: 100vh;
      min-height: 100vh;
      display: block;
      padding: 0;
      overflow: hidden;
    }

    .hero-card {
      position: relative;
      width: 100vw;
      height: 100vh;
      min-height: 100vh;
      overflow: hidden;
      background:
        radial-gradient(circle at 50% 84%, rgba(105,255,240,0.055) 0%, rgba(105,255,240,0.018) 28%, transparent 54%),
        radial-gradient(circle at 22% 70%, rgba(29,23,102,0.075), transparent 34%),
        linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 58%, var(--dark) 100%);
      box-shadow: none;
      isolation: isolate;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        radial-gradient(circle at 50% 76%, rgba(105,255,240,0.045), transparent 30%),
        linear-gradient(180deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.12) 66%, rgba(0,0,0,0.04) 100%);
    }

    .hero-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      opacity: .05;
      background-image:
        radial-gradient(circle, rgba(255,255,255,.7) .6px, transparent .72px);
      background-size: 18px 18px;
      mask-image: radial-gradient(ellipse at 50% 42%, black 0%, black 25%, transparent 67%);
    }

    .nav {
      position: relative;
      z-index: 10;
      height: 88px;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      padding: 0 clamp(34px, 3.2vw, 58px);
    }

    .brand {
      justify-self: start;
      display: inline-flex;
      align-items: center;
      gap: 0;
      color: #fff;
      text-decoration: none;
      font-family: var(--font-alternate);
      font-weight: 700;
      letter-spacing: -0.02em;
      font-size: clamp(15px, 1.12vw, 21px);
      line-height: 1;
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(30px, 3.15vw, 62px);
    }

    .nav-links a,
    .nav-dropdown-toggle,
    .nav-cta {
      color: rgba(255,255,255,.74);
      text-decoration: none;
      font-size: clamp(12px, .76vw, 15px);
      font-family: var(--font-alternate);
      font-weight: 600;
      line-height: 1;
      transition: .2s ease;
      white-space: nowrap;
    }

    .nav-links a:hover,
    .nav-dropdown:hover .nav-dropdown-toggle,
    .nav-dropdown:focus-within .nav-dropdown-toggle,
    .nav-cta:hover { color: #fff; }

    .nav-dropdown {
      position: relative;
      display: inline-flex;
      align-items: center;
    }

    .nav-dropdown-toggle {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 0;
      padding: 0;
      background: transparent;
      cursor: pointer;
    }

    .nav-dropdown-toggle::after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform: rotate(45deg) translateY(-2px);
      opacity: .78;
      transition: transform .22s ease, opacity .22s ease;
    }

    .nav-dropdown:hover .nav-dropdown-toggle::after,
    .nav-dropdown:focus-within .nav-dropdown-toggle::after {
      transform: rotate(225deg) translateY(-1px);
      opacity: 1;
    }

    .nav-dropdown-menu {
      position: absolute;
      left: 50%;
      top: calc(100% + 18px);
      min-width: 270px;
      padding: 10px;
      border: 1px solid rgba(255,255,255,.09);
      background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
        rgba(2,5,12,.92);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045),
        0 20px 60px rgba(0,0,0,.34),
        0 0 22px rgba(105,255,240,.045);
      backdrop-filter: blur(18px) saturate(140%);
      -webkit-backdrop-filter: blur(18px) saturate(140%);
      transform: translateX(-50%) translateY(8px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .nav-dropdown-menu::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -19px;
      height: 19px;
    }

    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }

    .nav-links .nav-dropdown-menu a {
      display: flex;
      align-items: center;
      min-height: 42px;
      padding: 0 12px;
      color: rgba(255,255,255,.68);
      border: 1px solid transparent;
      background: transparent;
      font-size: clamp(12px, .72vw, 14px);
      letter-spacing: -0.01em;
    }

    .nav-links .nav-dropdown-menu a:hover,
    .nav-links .nav-dropdown-menu a:focus {
      color: #fff;
      border-color: rgba(105,255,240,.16);
      background: rgba(105,255,240,.055);
      outline: none;
    }

    .nav-cta {
      justify-self: end;
      padding: 13px 22px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.11);
      background: rgba(255,255,255,.03);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
    }

    .mobile-menu-toggle {
      display: none;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      background: rgba(255,255,255,.035);
      color: #fff;
      cursor: pointer;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
      transition: border-color .22s ease, background .22s ease, transform .22s ease;
    }

    .mobile-menu-toggle:hover {
      transform: translateY(-1px);
      border-color: rgba(105,255,240,.24);
      background: rgba(105,255,240,.055);
    }

    .mobile-menu-toggle span {
      width: 17px;
      height: 1.5px;
      border-radius: 999px;
      background: currentColor;
      transform-origin: center;
      transition: transform .24s ease, opacity .2s ease;
    }

    .nav.nav-open .mobile-menu-toggle span:nth-child(1) {
      transform: translateY(6.5px) rotate(45deg);
    }

    .nav.nav-open .mobile-menu-toggle span:nth-child(2) {
      opacity: 0;
    }

    .nav.nav-open .mobile-menu-toggle span:nth-child(3) {
      transform: translateY(-6.5px) rotate(-45deg);
    }

    .copy {
      position: relative;
      z-index: 9;
      width: min(1160px, calc(100% - 42px));
      margin: 0 auto;
      padding-top: 16vh;
      text-align: center;
    }

    .hero-card h1 {
      margin: 0;
      font-family: var(--font-alternate);
      font-size: clamp(46px, 5.85vw, 86px);
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -.064em;
      color: #fffdf8;
      text-shadow:
        0 10px 40px rgba(0,0,0,.48),
        0 0 22px rgba(105,255,240,.10);
      transform: scaleX(.95);
      text-wrap: balance;
    }

    .hero-card h1 .line {
      display: block;
      white-space: nowrap;
    }

    .hero-card h1 .line + .line {
      margin-top: 0.14em;
    }

    .hero-card h1 .line-2 {
      font-style: italic;
      font-weight: 500;
      transform: translateY(-.03em);
    }

    .subtitle {
      max-width: 720px;
      margin: 18px auto 0;
      color: rgba(234, 241, 255, 0.70);
      font: 400 clamp(14px, 0.98vw, 17px)/1.8 var(--font-sans);
      letter-spacing: 0.005em;
      text-wrap: balance;
      text-shadow: 0 4px 16px rgba(0,0,0,0.24);
    }

    .email-form {
      position: relative;
      z-index: 11;
      width: fit-content;
      height: 53px;
      margin: 25px auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border-radius: 999px;
      border: 0;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
    }

    .email-form button {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      flex: 0 0 auto;
      height: 46px;
      min-width: 154px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      padding: 0 24px;
      color: rgba(247, 252, 255, 0.96);
      cursor: pointer;
      font: 700 clamp(13px, .9vw, 15px) var(--font-alternate);
      letter-spacing: 0.02em;
      background:
        linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.06) 100%),
        linear-gradient(135deg, rgba(123,255,243,.10) 0%, rgba(80,161,255,.08) 46%, rgba(255,255,255,.04) 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.30),
        inset 0 -8px 14px rgba(255,255,255,.04),
        0 10px 24px rgba(0,0,0,.20),
        0 0 10px rgba(111,255,238,.08);
      backdrop-filter: blur(14px) saturate(135%);
      -webkit-backdrop-filter: blur(14px) saturate(135%);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    }

    .email-form button::before {
      content: '';
      position: absolute;
      inset: 1px 1px auto 1px;
      height: 52%;
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.08));
      opacity: .92;
      z-index: -1;
      pointer-events: none;
    }

    .email-form button::after {
      content: '';
      position: absolute;
      left: -18%;
      top: 12%;
      width: 58%;
      height: 76%;
      border-radius: 999px;
      background: radial-gradient(circle at center, rgba(255,255,255,.34), rgba(255,255,255,0) 68%);
      filter: blur(8px);
      opacity: .8;
      z-index: -1;
      pointer-events: none;
      transform: rotate(-12deg);
    }

    .email-form button:hover {
      transform: translateY(-1px);
      border-color: rgba(255,255,255,.24);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.34),
        inset 0 -8px 14px rgba(255,255,255,.05),
        0 14px 30px rgba(0,0,0,.24),
        0 0 12px rgba(111,255,238,.10);
      background:
        linear-gradient(180deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.07) 100%),
        linear-gradient(135deg, rgba(123,255,243,.12) 0%, rgba(80,161,255,.10) 46%, rgba(255,255,255,.05) 100%);
    }



    .hero-mobile-cta {
      display: none;
      position: relative;
      z-index: 11;
      width: fit-content;
      height: 46px;
      min-width: 154px;
      margin: 24px auto 0;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      isolation: isolate;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      padding: 0 24px;
      color: rgba(247, 252, 255, 0.96);
      text-decoration: none;
      cursor: pointer;
      font: 700 clamp(13px, .9vw, 15px) var(--font-alternate);
      letter-spacing: 0.02em;
      background:
        linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.06) 100%),
        linear-gradient(135deg, rgba(123,255,243,.10) 0%, rgba(80,161,255,.08) 46%, rgba(255,255,255,.04) 100%);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.30),
        inset 0 -8px 14px rgba(255,255,255,.04),
        0 10px 24px rgba(0,0,0,.20),
        0 0 10px rgba(111,255,238,.08);
      backdrop-filter: blur(14px) saturate(135%);
      -webkit-backdrop-filter: blur(14px) saturate(135%);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    }

    .hero-mobile-cta::before {
      content: '';
      position: absolute;
      inset: 1px 1px auto 1px;
      height: 52%;
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.08));
      opacity: .92;
      z-index: -1;
      pointer-events: none;
    }

    .hero-mobile-cta::after {
      content: '';
      position: absolute;
      left: -18%;
      top: 12%;
      width: 58%;
      height: 76%;
      border-radius: 999px;
      background: radial-gradient(circle at center, rgba(255,255,255,.34), rgba(255,255,255,0) 68%);
      filter: blur(8px);
      opacity: .8;
      z-index: -1;
      pointer-events: none;
      transform: rotate(-12deg);
    }

    .hero-mobile-cta:hover {
      transform: translateY(-1px);
      border-color: rgba(255,255,255,.24);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.34),
        inset 0 -8px 14px rgba(255,255,255,.05),
        0 14px 30px rgba(0,0,0,.24),
        0 0 12px rgba(111,255,238,.10);
      background:
        linear-gradient(180deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.07) 100%),
        linear-gradient(135deg, rgba(123,255,243,.12) 0%, rgba(80,161,255,.10) 46%, rgba(255,255,255,.05) 100%);
    }

    .canvas-wrap {
      position: absolute;
      inset: 0;
      z-index: 4;
      pointer-events: none;
    }

    #globeCanvas {
      display: block;
      width: 100%;
      height: 100%;
    }

    .soft-bottom-glow {
      position: absolute;
      z-index: 3;
      left: 50%;
      bottom: -11%;
      width: 68%;
      height: 28%;
      transform: translateX(-50%);
      border-radius: 50%;
      background:
        radial-gradient(ellipse at 50% 50%, rgba(105,255,240,0.16), rgba(55,218,201,0.055) 34%, transparent 72%);
      filter: blur(28px);
    }

    .side-dot {
      position: absolute;
      z-index: 6;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(209,250,255,.88);
      box-shadow: 0 0 10px rgba(164,249,255,.26);
      opacity: .24;
      pointer-events: none;
      animation: bob 4s ease-in-out infinite alternate;
    }

    .side-dot.d1 { left: 6.2%; top: 74%; width: 5px; height: 5px; animation-duration: 5s; }
    .side-dot.d2 { display: none; }
    .side-dot.d3 { right: 10.8%; top: 49%; width: 5px; height: 5px; opacity: .18; animation-duration: 6.2s; }
    .side-dot.d4 { display: none; }

    @keyframes bob {
      from { transform: translate3d(0, 0, 0); }
      to { transform: translate3d(0, -13px, 0); }
    }

    @media (max-width: 900px) {
      :root { --hero-w: 100vw; }
      .hero-card { width: 100vw; height: 100vh; min-height: 100vh; }
      .nav { grid-template-columns: 1fr 1fr; }
      .nav-links { display: none; }
      .copy { padding-top: 16vh; }
      .hero-card h1 { font-size: clamp(40px, 8.4vw, 62px); }
      .subtitle { max-width: min(680px, 92%); font-size: 14px; }
      .email-form { width: fit-content; }
    }

    @media (max-width: 520px) {
      .stage { padding: 0; }
      :root { --hero-w: 100vw; }
      .hero-card { width: 100vw; height: 100vh; min-height: 100vh; box-shadow: none; }
      .nav { padding: 0 22px; height: 76px; }
      .brand { font-size: 14px; gap: 9px; }
      .nav-cta { font-size: 12px; padding: 10px 16px; }
      .copy { width: calc(100% - 22px); padding-top: 16vh; }
      .hero-card h1 { font-size: clamp(30px, 8.2vw, 44px); line-height: 1.1; }
      .subtitle { max-width: min(94%, 520px); margin-top: 16px; font-size: 12.5px; line-height: 1.65; }
      .email-form { height: 49px; margin-top: 18px; }
      .email-form button { min-width: 126px; height: 39px; padding: 0 18px; }
    }


    /* =========================================================
       Responsive navigation + hero layout for tablet/mobile
       ========================================================= */
    @media (max-width: 1024px) {
      body {
        overflow-x: hidden;
      }

      .stage,
      .hero-card {
        height: 100svh;
        min-height: 650px;
      }

      .nav {
        height: 82px;
        grid-template-columns: 1fr auto auto;
        gap: 0.75rem;
        padding: 0 clamp(20px, 4vw, 36px);
      }

      .brand {
        font-size: clamp(15px, 2.1vw, 18px);
        min-width: 0;
      }

      .nav-cta {
        justify-self: end;
        padding: 11px 18px;
        font-size: 12.5px;
      }

      .mobile-menu-toggle {
        display: inline-flex;
        justify-self: end;
      }

      .nav-links {
        position: absolute;
        left: clamp(20px, 4vw, 36px);
        right: clamp(20px, 4vw, 36px);
        top: calc(100% - 4px);
        z-index: 30;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        max-height: 0;
        padding: 0 10px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        border: 1px solid rgba(255,255,255,.09);
        background:
          linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.012)),
          rgba(2,5,12,.94);
        box-shadow:
          inset 0 1px 0 rgba(255,255,255,.05),
          0 24px 70px rgba(0,0,0,.42),
          0 0 24px rgba(105,255,240,.05);
        backdrop-filter: blur(18px) saturate(140%);
        -webkit-backdrop-filter: blur(18px) saturate(140%);
        transition:
          max-height .32s ease,
          padding .24s ease,
          opacity .22s ease,
          visibility .22s ease,
          transform .24s ease;
      }

      .nav.nav-open .nav-links {
        max-height: min(74svh, 540px);
        padding: 10px;
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
      }

      .nav-links > a,
      .nav-dropdown-toggle {
        width: 100%;
        min-height: 46px;
        padding: 0 12px;
        justify-content: space-between;
        color: rgba(255,255,255,.76);
        border: 1px solid transparent;
        background: transparent;
        font-size: 14px;
        letter-spacing: -0.01em;
      }

      .nav-links > a:hover,
      .nav-links > a:focus,
      .nav-dropdown.open .nav-dropdown-toggle,
      .nav-dropdown:focus-within .nav-dropdown-toggle {
        color: #fff;
        border-color: rgba(105,255,240,.16);
        background: rgba(105,255,240,.055);
        outline: none;
      }

      .nav-dropdown {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
      }

      .nav-dropdown-toggle::after {
        margin-left: auto;
      }

      .nav-dropdown-menu {
        position: static;
        left: auto;
        top: auto;
        min-width: 0;
        width: 100%;
        max-height: 0;
        padding: 0 8px;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: hidden;
        transform: none;
        border-color: transparent;
        background: rgba(255,255,255,.022);
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        transition: max-height .28s ease, padding .22s ease, opacity .2s ease, visibility .2s ease;
      }

      .nav-dropdown-menu::before {
        display: none;
      }

      .nav-dropdown.open .nav-dropdown-menu,
      .nav-dropdown:focus-within .nav-dropdown-menu {
        max-height: 230px;
        padding: 8px;
        margin: 4px 0 8px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        border-color: rgba(255,255,255,.07);
      }

      .nav-dropdown.open .nav-dropdown-toggle::after,
      .nav-dropdown:focus-within .nav-dropdown-toggle::after {
        transform: rotate(225deg) translateY(-1px);
        opacity: 1;
      }

      .nav-links .nav-dropdown-menu a {
        min-height: 40px;
        padding: 0 10px;
        font-size: 13px;
      }

      .copy {
        width: min(760px, calc(100% - 34px));
        padding-top: clamp(5.3rem, 12svh, 7.2rem);
      }

      .hero-card h1 {
        font-size: clamp(42px, 7.2vw, 66px);
        line-height: 1.1;
        letter-spacing: -0.058em;
      }

      .subtitle {
        max-width: 620px;
        margin-top: 16px;
        font-size: clamp(13px, 1.7vw, 15.5px);
        line-height: 1.68;
      }

      .nav-cta {
        display: none;
      }

      .hero-mobile-cta {
        display: inline-flex;
      }

      .soft-bottom-glow {
        width: 88%;
        height: 24%;
        bottom: -8%;
      }

      .side-dot.d1 { left: 7%; top: 70%; }
      .side-dot.d3 { right: 8%; top: 55%; }
    }

    @media (max-width: 640px) {
      .stage,
      .hero-card {
        min-height: 620px;
      }

      .nav {
        height: 76px;
        grid-template-columns: 1fr auto;
        gap: 0.6rem;
        padding: 0 18px;
      }

      .brand {
        font-size: 15px;
      }

      .nav-cta {
        display: none;
      }

      .mobile-menu-toggle {
        width: 40px;
        height: 40px;
      }

      .nav-links {
        left: 16px;
        right: 16px;
        top: calc(100% - 2px);
      }

      .copy {
        width: calc(100% - 28px);
        padding-top: clamp(4.9rem, 11svh, 6.2rem);
      }

      .hero-card h1 {
        font-size: clamp(34px, 11.2vw, 48px);
        line-height: 1.1;
        letter-spacing: -0.052em;
      }

      .hero-card h1 .line {
        white-space: normal;
      }

      .hero-card h1 .line + .line {
        margin-top: 0.08em;
      }

      .subtitle {
        max-width: 94%;
        margin-top: 14px;
        font-size: 12.8px;
        line-height: 1.62;
      }

      .hero-card::after {
        opacity: .04;
        background-size: 20px 20px;
      }

      .soft-bottom-glow {
        width: 120%;
        height: 22%;
        bottom: -7%;
      }

      .side-dot {
        opacity: .16;
      }
    }

    @media (max-width: 380px) {
      .brand {
        font-size: 14px;
      }

      .hero-card h1 {
        font-size: clamp(31px, 11.4vw, 40px);
      }

      .subtitle {
        font-size: 12.2px;
      }
    }

  

    /* =========================================================
       Mobile/tablet nav dropdown cleanup
       Fixes Services submenu wrapping and panel alignment on small screens
       ========================================================= */
    @media (max-width: 1024px) {
      .nav {
        position: relative;
      }

      .nav-links {
        box-sizing: border-box;
        border-radius: 0;
      }

      .nav.nav-open .nav-links {
        display: flex;
      }

      .nav-links > a,
      .nav-dropdown-toggle {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        text-align: left;
        white-space: normal;
      }

      .nav-dropdown {
        width: 100%;
        min-width: 0;
      }

      .nav-dropdown-menu {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
        transform: none !important;
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .nav-dropdown.open .nav-dropdown-menu,
      .nav-dropdown:focus-within .nav-dropdown-menu {
        max-height: 360px;
        padding: 8px;
        margin: 6px 0 10px;
        border: 1px solid rgba(255,255,255,.07);
      }

      .nav-links .nav-dropdown-menu a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-width: 0;
        min-height: 42px;
        box-sizing: border-box;
        padding: 11px 12px;
        line-height: 1.35;
        white-space: normal !important;
        overflow-wrap: break-word;
        word-break: normal;
      }
    }

    @media (max-width: 520px) {
      .nav-links {
        left: 14px;
        right: 14px;
        padding-left: 0;
        padding-right: 0;
      }

      .nav.nav-open .nav-links {
        padding: 9px;
      }

      .nav-links > a,
      .nav-dropdown-toggle {
        min-height: 45px;
        padding-left: 11px;
        padding-right: 11px;
        font-size: 13px;
      }

      .nav-links .nav-dropdown-menu a {
        min-height: 40px;
        padding: 10px 11px;
        font-size: 12.5px;
      }
    }


    /* =========================================================
       Quant Glob Footer
       ========================================================= */
    .qg-footer {
      position: relative;
      z-index: 1;
      overflow: hidden;
      background:
        radial-gradient(circle at 16% 20%, rgba(105,255,240,0.075), transparent 28%),
        radial-gradient(circle at 84% 82%, rgba(29,23,102,0.25), transparent 34%),
        linear-gradient(180deg, rgba(2,5,12,0.10), rgba(2,5,12,0.98));
      border-top: 1px solid rgba(255,255,255,0.075);
    }

    .qg-footer::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: min(920px, 86vw);
      height: 1px;
      transform: translateX(-50%);
      pointer-events: none;
      background: linear-gradient(90deg, transparent, rgba(105,255,240,0.34), transparent);
      opacity: 0.95;
    }

    .qg-footer::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -7.5rem;
      width: min(760px, 92vw);
      height: 15rem;
      transform: translateX(-50%);
      pointer-events: none;
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(105,255,240,0.075), transparent 70%);
      filter: blur(44px);
      opacity: 0.86;
    }

    .qg-footer-inner {
      position: relative;
      z-index: 2;
      max-width: 82rem;
      margin: 0 auto;
      padding: clamp(3.25rem, 5vw, 4.75rem) 1.25rem 1.35rem;
    }

    .qg-footer-main {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.75fr));
      gap: clamp(1.5rem, 4vw, 4rem);
      align-items: start;
      padding-bottom: 2.3rem;
    }

    .qg-footer-brand {
      max-width: 25rem;
    }

    .qg-footer-logo {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      color: #fffdf8;
      text-decoration: none;
      font-family: var(--font-alternate);
      font-size: clamp(1.18rem, 2vw, 1.45rem);
      font-weight: 700;
      letter-spacing: -0.045em;
      line-height: 1;
    }


    .qg-footer-copy {
      margin-top: 1rem;
      max-width: 22rem;
      color: rgba(255,255,255,0.48);
      font-size: 0.86rem;
      line-height: 1.68;
    }

    .qg-footer-actions {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      flex-wrap: wrap;
      margin-top: 1.25rem;
    }

    .qg-footer-link-inline {
      font-family: var(--font-alternate);
      font-size: 0.82rem;
      font-weight: 600;
      text-decoration: none;
      transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    }


    .qg-footer-link-inline {
      color: rgba(255,255,255,0.76);
    }

    .qg-footer-link-inline:hover {
      color: #fff;
      transform: translateX(3px);
    }

    .qg-footer-col-title {
      margin-bottom: 0.95rem;
      color: rgba(255,255,255,0.92);
      font-family: var(--font-alternate);
      font-size: 0.86rem;
      line-height: 1.2;
      font-weight: 600;
      letter-spacing: -0.02em;
    }

    .qg-footer-list {
      display: grid;
      gap: 0.7rem;
      list-style: none;
    }

    .qg-footer-list a,
    .qg-footer-list span {
      color: rgba(255,255,255,0.48);
      text-decoration: none;
      font-size: 0.8rem;
      line-height: 1.48;
      transition: color 0.22s ease, transform 0.22s ease;
    }

    .qg-footer-list a {
      display: inline-flex;
      width: fit-content;
    }

    .qg-footer-list a:hover {
      color: var(--cyan);
      transform: translateX(3px);
    }

    .qg-footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding-top: 1.2rem;
      border-top: 1px solid rgba(255,255,255,0.07);
      color: rgba(255,255,255,0.34);
      font-size: 0.74rem;
      line-height: 1.6;
    }

    .qg-footer-bottom-links {
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .qg-footer-bottom-links a {
      color: rgba(255,255,255,0.42);
      text-decoration: none;
      transition: color 0.22s ease;
    }

    .qg-footer-bottom-links a:hover {
      color: var(--cyan);
    }

    @media (max-width: 900px) {
      .qg-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .qg-footer-brand {
        grid-column: 1 / -1;
        max-width: 34rem;
      }
    }

    @media (max-width: 640px) {
      .qg-footer-inner {
        padding-top: 3rem;
      }

      .qg-footer-main {
        grid-template-columns: 1fr;
        gap: 1.65rem;
      }

      .qg-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }

  

    /* =========================================================
       Final content spacing consistency patch
       Keeps the same design/logic and only normalizes spacing.
       ========================================================= */
    :root {
      --zaad-section-y-final: clamp(4.25rem, 5.45vw, 5.35rem);
      --zaad-section-y-tight-final: clamp(3.65rem, 4.85vw, 4.65rem);
      --zaad-header-content-gap-final: clamp(2.55rem, 4.25vw, 3.55rem);
      --zaad-title-body-gap-final: clamp(1.25rem, 2.1vw, 1.75rem);
      --zaad-card-gap-final: 0.9rem;
      --zaad-text-gap-final: 0.8rem;
      --zaad-list-gap-final: 0.86rem;
    }

    .services-wrap,
    .timeline-how-we-work .how-work-inner,
    .faq-inner,
    .cta-inner {
      padding-top: var(--zaad-section-y-final) !important;
      padding-bottom: var(--zaad-section-y-final) !important;
    }

    .about-wrap {
      padding-top: var(--zaad-section-y-tight-final) !important;
      padding-bottom: var(--zaad-section-y-final) !important;
    }

    .qg-footer-inner {
      padding-top: var(--zaad-section-y-tight-final) !important;
    }

    .process-section.timeline-how-we-work {
      min-height: auto !important;
      align-items: stretch !important;
    }

    .services-card-shell > .text-center,
    .process-header,
    .timeline-how-we-work .how-work-header,
    .faq-header {
      margin-bottom: 0 !important;
    }

    .services-grid,
    .how-work-timeline,
    .faq-list {
      margin-top: var(--zaad-header-content-gap-final) !important;
    }

    .services-kicker,
    .about-kicker,
    .process-header .section-kicker,
    .faq-header .section-kicker,
    .cta-inner .section-kicker {
      margin-bottom: 0.88rem !important;
    }

    .services-title,
    .about-title,
    .process-header .section-title-light,
    .faq-header .section-title-light,
    .cta-title {
      margin-top: 0 !important;
    }

    .section-copy-light,
    .section-copy-dark,
    .services-copy,
    .timeline-how-we-work .section-copy-light,
    .cta-copy {
      margin-top: 1rem !important;
    }

    .services-actions,
    .about-actions {
      margin-top: clamp(1.5rem, 2.4vw, 2rem) !important;
    }

    .services-grid,
    .faq-list,
    .process-mobile,
    .process-steps {
      gap: var(--zaad-card-gap-final) !important;
    }

    .service-card {
      padding: 1.15rem 1.05rem 1rem !important;
    }

    .service-title,
    .about-point-title,
    .how-work-title,
    .process-mobile-title,
    .faq-question-text,
    .qg-footer-col-title {
      margin-top: 0 !important;
    }

    .service-title {
      margin-bottom: 0.62rem !important;
    }

    .service-desc,
    .about-copy,
    .about-point-copy,
    .how-work-copy,
    .process-mobile-copy,
    .faq-answer,
    .qg-footer-copy,
    .qg-footer-list a,
    .qg-footer-list span {
      line-height: 1.62 !important;
    }

    .about-grid {
      gap: clamp(2rem, 4vw, 3.15rem) !important;
    }

    .about-title {
      margin-bottom: var(--zaad-title-body-gap-final) !important;
    }

    .about-points {
      gap: var(--zaad-list-gap-final) !important;
      margin-bottom: 0 !important;
    }

    .about-point {
      gap: 0.82rem !important;
    }

    .about-point-title {
      margin-bottom: 0.32rem !important;
    }

    .how-work-line-wrap {
      margin-bottom: 1.05rem !important;
    }

    .how-work-num {
      margin-bottom: 0.82rem !important;
    }

    .how-work-title {
      margin-bottom: 0.72rem !important;
    }

    .faq-question {
      padding: 1.12rem 1.05rem !important;
    }

    .faq-answer {
      padding: 0 1.05rem 1.15rem !important;
    }

    .cta-title {
      margin-bottom: var(--zaad-title-body-gap-final) !important;
    }

    .cta-note {
      margin-top: 1.05rem !important;
    }

    .qg-footer-main {
      gap: clamp(1.65rem, 3.2vw, 3.25rem) !important;
      padding-bottom: 2rem !important;
    }

    .qg-footer-copy {
      margin-top: 0.95rem !important;
    }

    .qg-footer-actions {
      margin-top: 1.1rem !important;
    }

    .qg-footer-list {
      gap: 0.65rem !important;
    }

    @media (min-width: 901px) {
      .how-work-steps {
        gap: clamp(2.5rem, 4vw, 4.35rem) !important;
      }
    }

    @media (max-width: 900px) {
      .how-work-steps {
        gap: var(--zaad-card-gap-final) !important;
      }

      .how-work-step {
        padding-top: 1rem !important;
        padding-bottom: 1.05rem !important;
      }
    }

    @media (max-width: 767px) {
      :root {
        --zaad-section-y-final: 3.45rem;
        --zaad-section-y-tight-final: 3.15rem;
        --zaad-header-content-gap-final: 2.35rem;
        --zaad-title-body-gap-final: 1.35rem;
        --zaad-card-gap-final: 0.82rem;
      }

      .services-wrap,
      .about-wrap,
      .timeline-how-we-work .how-work-inner,
      .faq-inner,
      .cta-inner {
        padding-top: var(--zaad-section-y-final) !important;
        padding-bottom: var(--zaad-section-y-final) !important;
      }

      .about-grid {
        gap: 1.15rem !important;
      }

      .services-grid,
      .how-work-timeline,
      .faq-list {
        margin-top: var(--zaad-header-content-gap-final) !important;
      }

      .services-actions,
      .about-actions {
        margin-top: 1.35rem !important;
      }

      .service-card,
      .process-mobile-card {
        padding: 1.05rem !important;
      }

      .qg-footer-main {
        gap: 1.45rem !important;
      }
    }


    /* =========================================================
       Service card arrow buttons
       Added to let each What we build card open its dedicated page.
       ========================================================= */
    .service-card-arrow {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 8;
      width: 2.45rem;
      height: 2.45rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.88);
      text-decoration: none;
      border: 1px solid rgba(255,255,255,0.12);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015)),
        rgba(2,5,12,0.64);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.045),
        0 10px 28px rgba(0,0,0,0.22),
        0 0 0 rgba(105,255,240,0);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      overflow: hidden;
      transition:
        transform 0.24s ease,
        color 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease;
    }

    .service-card-arrow::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      background: radial-gradient(circle at 50% 50%, rgba(105,255,240,0.18), transparent 68%);
      transition: opacity 0.24s ease;
    }

    .service-card-arrow svg {
      position: relative;
      z-index: 1;
      width: 1rem;
      height: 1rem;
      display: block;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.9;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform 0.24s ease;
    }

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

    .service-card-arrow:hover,
    .service-card-arrow:focus-visible {
      color: #06131a;
      border-color: rgba(105,255,240,0.72);
      background: rgba(105,255,240,0.92);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.42),
        0 14px 34px rgba(0,0,0,0.28),
        0 0 26px rgba(105,255,240,0.18);
      transform: translate(2px, -2px);
      outline: none;
    }

    .service-card-arrow:hover::before,
    .service-card-arrow:focus-visible::before {
      opacity: 1;
    }

    .service-card-arrow:hover svg,
    .service-card-arrow:focus-visible svg {
      transform: translate(2px, -2px);
    }

    .service-card .service-content {
      padding-right: 2.75rem;
    }

    @media (max-width: 520px) {
      .service-card-arrow {
        top: 0.86rem;
        right: 0.86rem;
        width: 2.3rem;
        height: 2.3rem;
      }

      .service-card .service-content {
        padding-right: 2.55rem;
      }
    }

  
/* =========================================================
   Typography consistency patch — sizes & line-height only
   ========================================================= */
:root {
  --qg-type-kicker: .74rem;
  --qg-type-hero: clamp(2.42rem, 5.05vw, 5.05rem);
  --qg-type-section: clamp(1.86rem, 3.65vw, 3.08rem);
  --qg-type-section-split: clamp(1.68rem, 3.02vw, 2.48rem);
  --qg-type-copy-hero: clamp(.91rem, 1.04vw, 1.02rem);
  --qg-type-copy: .88rem;
  --qg-type-card-title: clamp(.96rem, 1.05vw, 1.08rem);
  --qg-type-card-copy: .77rem;
  --qg-type-small: .68rem;
  --qg-type-button: .81rem;
}

:where(.section-kicker, .service-kicker, .services-kicker, .about-kicker, .process-panel-kicker) {
  font-size: var(--qg-type-kicker) !important;
  line-height: 1.1rem !important;
}

:where(.hero-title) {
  font-size: var(--qg-type-hero) !important;
  line-height: 1.02 !important;
}

:where(
  .section-title,
  .services-title,
  .section-title-light,
  .section-title-dark,
  .dashboard-headline,
  .ownership-heading,
  .about-title,
  .cta-title,
  .timeline-how-we-work .section-title-light
) {
  font-size: var(--qg-type-section) !important;
  line-height: 1.055 !important;
}

:where(
  .position-copy-wrap .section-title,
  .section-copy-left .section-title,
  .dashboard-copy-wrap .section-title,
  .ownership-content .section-title,
  .about-title
) {
  font-size: var(--qg-type-section-split) !important;
  line-height: 1.07 !important;
}

:where(.hero-copy) {
  font-size: var(--qg-type-copy-hero) !important;
  line-height: 1.74 !important;
}

:where(
  .section-copy,
  .section-copy-light,
  .section-copy-dark,
  .services-copy,
  .about-copy,
  .ownership-intro,
  .ownership-copy,
  .dashboard-feature-copy,
  .cta-copy,
  .timeline-how-we-work .section-copy-light
) {
  font-size: var(--qg-type-copy) !important;
  line-height: 1.68 !important;
}

:where(
  .card-title,
  .service-title,
  .process-title,
  .plan-title,
  .plan-card-title,
  .position-title,
  .ownership-title,
  .ownership-feature-title,
  .dashboard-feature-title,
  .screen-heading,
  .module-title,
  .about-point-title,
  .process-panel-title,
  .process-mobile-title,
  .how-work-title,
  .faq-question-text,
  .comparison-consult-copy strong,
  .spec-label,
  .mini-title
) {
  font-size: var(--qg-type-card-title) !important;
  line-height: 1.24 !important;
}

:where(
  .card-copy,
  .service-desc,
  .process-copy,
  .plan-copy,
  .plan-card-copy,
  .position-text,
  .ownership-feature-copy,
  .about-point-copy,
  .process-panel-copy,
  .process-mobile-copy,
  .how-work-copy,
  .faq-answer,
  .comparison-consult-copy span,
  .plan-best-for span,
  .spec-text,
  .screen-row span:first-child,
  .side-row,
  .visual-label,
  .metric-label,
  .module-pane p,
  .module-copy,
  .module-detail,
  .feature-copy,
  .value-copy
) {
  font-size: var(--qg-type-card-copy) !important;
  line-height: 1.66 !important;
}

:where(
  .btn,
  .services-primary,
  .services-secondary,
  .cta-button,
  .nav-links a,
  .nav-dropdown-toggle,
  .nav-cta,
  .plan-filter,
  .module-tab strong,
  .module-link,
  .plan-card-footer .btn,
  .plan-footer .btn
) {
  font-size: var(--qg-type-button) !important;
  line-height: 1.15 !important;
}

:where(
  .card-num,
  .process-num,
  .step-num,
  .process-mobile-num,
  .plan-tag,
  .plan-eyebrow,
  .plan-card-tag,
  .plan-card-badge,
  .plan-badge,
  .ownership-badge,
  .platform-pill,
  .pill,
  .dashboard-status,
  .dashboard-title,
  .screen-row span:last-child,
  .metric-value + .metric-label,
  .server-meta,
  .server-chip,
  .plan-note,
  .cta-note
) {
  font-size: var(--qg-type-small) !important;
  line-height: 1.35 !important;
}

:where(.metric-value, .plan-card-price strong) {
  font-size: clamp(1.36rem, 1.86vw, 1.82rem) !important;
  line-height: 1.04 !important;
}

:where(.plan-card-price strong span) {
  font-size: .86rem !important;
  line-height: 1.1 !important;
}

@media (max-width: 1024px) {
  :root {
    --qg-type-hero: clamp(2.24rem, 6.7vw, 4.15rem);
    --qg-type-section: clamp(1.78rem, 4.85vw, 2.72rem);
    --qg-type-section-split: clamp(1.62rem, 4.35vw, 2.34rem);
    --qg-type-copy-hero: clamp(.88rem, 1.55vw, .98rem);
    --qg-type-copy: .86rem;
    --qg-type-card-title: clamp(.94rem, 1.75vw, 1.04rem);
    --qg-type-card-copy: .76rem;
  }
}

@media (max-width: 767px) {
  :root {
    --qg-type-kicker: .72rem;
    --qg-type-hero: clamp(2rem, 10.2vw, 3.18rem);
    --qg-type-section: clamp(1.64rem, 8.35vw, 2.34rem);
    --qg-type-section-split: clamp(1.56rem, 7.8vw, 2.18rem);
    --qg-type-copy-hero: .88rem;
    --qg-type-copy: .84rem;
    --qg-type-card-title: .96rem;
    --qg-type-card-copy: .76rem;
    --qg-type-button: .8rem;
  }

  :where(.hero-title) {
    line-height: 1.04 !important;
  }

  :where(
    .section-title,
    .services-title,
    .section-title-light,
    .section-title-dark,
    .dashboard-headline,
    .ownership-heading,
    .about-title,
    .cta-title,
    .timeline-how-we-work .section-title-light
  ) {
    line-height: 1.08 !important;
  }
}

@media (max-width: 520px) {
  :root {
    --qg-type-hero: clamp(1.92rem, 10.8vw, 2.86rem);
    --qg-type-section: clamp(1.54rem, 8.9vw, 2.12rem);
    --qg-type-section-split: clamp(1.5rem, 8.4vw, 2.02rem);
    --qg-type-copy-hero: .86rem;
    --qg-type-copy: .82rem;
    --qg-type-card-title: .94rem;
    --qg-type-card-copy: .75rem;
  }

  :where(.btn, .services-primary, .services-secondary, .cta-button) {
    font-size: .79rem !important;
  }
}

  

/* =========================================================
   Footer responsive patch — tablet/mobile two-row grid
   Keeps the same footer content and only changes responsive layout.
   ========================================================= */
@media (max-width: 1024px) {
  .qg-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    column-gap: clamp(1rem, 3.2vw, 2rem) !important;
    row-gap: clamp(1.6rem, 4vw, 2.2rem) !important;
    align-items: start !important;
  }

  .qg-footer-brand {
    grid-column: auto !important;
    max-width: none !important;
  }

  .qg-footer-col {
    min-width: 0;
  }

  .qg-footer-copy {
    max-width: 30rem;
  }

  .qg-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .qg-footer-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .qg-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 1rem !important;
    row-gap: 1.55rem !important;
  }

  .qg-footer-brand {
    grid-column: auto !important;
  }

  .qg-footer-logo {
    font-size: 1.05rem !important;
  }

  .qg-footer-copy {
    max-width: none !important;
    font-size: 0.74rem !important;
    line-height: 1.58 !important;
  }

  .qg-footer-actions {
    margin-top: 0.85rem !important;
  }

  .qg-footer-link-inline {
    max-width: 100%;
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
  }

  .qg-footer-col-title {
    margin-bottom: 0.72rem !important;
    font-size: 0.78rem !important;
  }

  .qg-footer-list {
    gap: 0.52rem !important;
  }

  .qg-footer-list a,
  .qg-footer-list span {
    font-size: 0.72rem !important;
    line-height: 1.52 !important;
    overflow-wrap: anywhere;
  }

  .qg-footer-bottom {
    grid-template-columns: 1fr;
    row-gap: 0.7rem;
    align-items: start;
  }

  .qg-footer-bottom-links {
    gap: 0.75rem;
  }
}

@media (max-width: 380px) {
  .qg-footer-main {
    column-gap: 0.75rem !important;
  }

  .qg-footer-copy,
  .qg-footer-link-inline,
  .qg-footer-list a,
  .qg-footer-list span {
    font-size: 0.69rem !important;
  }
}


/* =========================================================
   Footer spacing polish patch
   Refines vertical rhythm and column gaps without changing content.
   ========================================================= */
.qg-footer-inner {
  padding: clamp(3.35rem, 4.9vw, 4.45rem) 1.35rem 1.18rem !important;
}

.qg-footer-main {
  column-gap: clamp(1.75rem, 3.6vw, 3.35rem) !important;
  row-gap: clamp(1.65rem, 2.8vw, 2.35rem) !important;
  padding-bottom: clamp(1.55rem, 2.6vw, 2rem) !important;
  align-items: start !important;
}

.qg-footer-brand,
.qg-footer-col {
  min-width: 0;
}

.qg-footer-logo {
  margin-bottom: 0 !important;
}

.qg-footer-copy {
  margin-top: 0.86rem !important;
  max-width: 23.5rem !important;
  line-height: 1.64 !important;
}

.qg-footer-actions {
  margin-top: 0.98rem !important;
  gap: 0.72rem !important;
}

.qg-footer-col-title {
  margin-bottom: 0.72rem !important;
  line-height: 1.2 !important;
}

.qg-footer-list {
  gap: 0.54rem !important;
}

.qg-footer-list a,
.qg-footer-list span {
  line-height: 1.5 !important;
}

.qg-footer-bottom {
  padding-top: 0.98rem !important;
  gap: 0.85rem !important;
}

.qg-footer-bottom-links {
  gap: 0.82rem !important;
}

@media (max-width: 1024px) {
  .qg-footer-inner {
    padding: clamp(2.9rem, 4.8vw, 3.65rem) clamp(1rem, 3.1vw, 1.45rem) 1.05rem !important;
  }

  .qg-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: clamp(1.15rem, 3.6vw, 2.35rem) !important;
    row-gap: clamp(1.55rem, 3.8vw, 2.15rem) !important;
    padding-bottom: 1.45rem !important;
  }

  .qg-footer-brand {
    grid-column: auto !important;
    max-width: none !important;
  }

  .qg-footer-copy {
    max-width: 27rem !important;
    margin-top: 0.78rem !important;
  }

  .qg-footer-actions {
    margin-top: 0.82rem !important;
  }

  .qg-footer-col-title {
    margin-bottom: 0.64rem !important;
  }

  .qg-footer-list {
    gap: 0.48rem !important;
  }

  .qg-footer-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    padding-top: 0.9rem !important;
  }
}

@media (max-width: 640px) {
  .qg-footer-inner {
    padding: 2.55rem 1rem 0.95rem !important;
  }

  .qg-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 0.92rem !important;
    row-gap: 1.35rem !important;
    padding-bottom: 1.22rem !important;
  }

  .qg-footer-logo {
    font-size: 1.02rem !important;
  }

  .qg-footer-copy {
    margin-top: 0.68rem !important;
    font-size: 0.72rem !important;
    line-height: 1.52 !important;
  }

  .qg-footer-actions {
    margin-top: 0.68rem !important;
  }

  .qg-footer-link-inline {
    font-size: 0.7rem !important;
    line-height: 1.42 !important;
    overflow-wrap: anywhere;
  }

  .qg-footer-col-title {
    margin-bottom: 0.55rem !important;
    font-size: 0.76rem !important;
  }

  .qg-footer-list {
    gap: 0.42rem !important;
  }

  .qg-footer-list a,
  .qg-footer-list span {
    font-size: 0.7rem !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
  }

  .qg-footer-bottom {
    grid-template-columns: 1fr !important;
    row-gap: 0.5rem !important;
    padding-top: 0.82rem !important;
    align-items: start !important;
  }

  .qg-footer-bottom-links {
    gap: 0.68rem !important;
  }
}

@media (max-width: 380px) {
  .qg-footer-inner {
    padding-left: 0.86rem !important;
    padding-right: 0.86rem !important;
  }

  .qg-footer-main {
    column-gap: 0.68rem !important;
    row-gap: 1.18rem !important;
  }

  .qg-footer-copy,
  .qg-footer-link-inline,
  .qg-footer-list a,
  .qg-footer-list span {
    font-size: 0.67rem !important;
  }
}

  

    /* =========================================================
       Mobile/tablet Get Started CTA polish
       Matches the clean white action buttons used across the page.
       ========================================================= */
    @media (max-width: 1024px) {
      .hero-mobile-cta {
        display: inline-flex;
        height: 2.6rem;
        min-width: 9.6rem;
        margin-top: clamp(1.35rem, 3vw, 1.75rem);
        padding: 0 1.15rem;
        border-radius: 0;
        border: 1px solid rgba(255,255,255,0.86);
        color: #06131a;
        background: #ffffff;
        font-family: var(--font-alternate);
        font-size: var(--qg-type-button, .81rem);
        line-height: 1.15;
        font-weight: 600;
        letter-spacing: 0.01em;
        text-decoration: none;
        box-shadow:
          inset 0 -6px 14px rgba(0,0,0,0.08),
          0 12px 36px rgba(0,0,0,0.26),
          0 0 28px rgba(105,255,240,0.08);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        transition:
          transform 0.22s ease,
          border-color 0.22s ease,
          background 0.22s ease,
          box-shadow 0.22s ease;
      }

      .hero-mobile-cta::before {
        display: none;
      }

      .hero-mobile-cta::after {
        content: "";
        position: absolute;
        inset: -30% auto -30% -55%;
        width: 42%;
        border-radius: 0;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
        filter: none;
        opacity: 0;
        transform: skewX(-18deg);
        pointer-events: none;
      }

      .dynamic-ready .hero-mobile-cta::after {
        animation: zaadButtonSweep 3.6s ease-in-out infinite;
      }

      .hero-mobile-cta:hover,
      .hero-mobile-cta:focus-visible {
        transform: translateY(-2px);
        color: #06131a;
        background: rgba(255,255,255,0.92);
        border-color: rgba(105,255,240,0.78);
        box-shadow:
          inset 0 -6px 14px rgba(0,0,0,0.08),
          0 16px 42px rgba(0,0,0,0.34),
          0 0 30px rgba(105,255,240,0.13);
        outline: none;
      }
    }

    @media (max-width: 640px) {
      .hero-mobile-cta {
        height: 2.5rem;
        min-width: 8.9rem;
        margin-top: 1.25rem;
        padding: 0 1rem;
      }
    }

  

/* =========================================================
   How we work marker radius patch
   ========================================================= */
.how-work-marker,
.how-work-marker.is-past,
.how-work-marker.is-active {
  border-radius: 4px !important;
}



/* =========================================================
   Project Brief Modal — compact contextual popup
   ========================================================= */
body.project-brief-is-open {
  overflow: hidden;
}

.project-brief-modal[hidden] {
  display: none !important;
}

.project-brief-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--text, #fffdf8);
}

.project-brief-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 20%, rgba(105,255,240,.10), transparent 28rem),
    rgba(0,0,0,.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.project-brief-dialog {
  position: relative;
  width: min(640px, calc(100vw - 1.4rem));
  max-height: min(720px, calc(100svh - 2rem));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.01)),
    rgba(2,5,12,.96);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 26px 90px rgba(0,0,0,.52),
    0 0 36px rgba(105,255,240,.075);
  transform: translateY(12px) scale(.985);
  opacity: 0;
  transition: opacity .24s ease, transform .24s ease;
}

.project-brief-modal.is-open .project-brief-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.project-brief-dialog::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(105,255,240,.62), transparent);
  pointer-events: none;
}

.project-brief-close {
  position: absolute;
  right: .85rem;
  top: .85rem;
  z-index: 4;
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 5px;
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.76);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.project-brief-close:hover,
.project-brief-close:focus-visible {
  color: #06131a;
  border-color: rgba(105,255,240,.68);
  background: rgba(105,255,240,.92);
  transform: translateY(-1px);
  outline: none;
}

.project-brief-close svg {
  width: .95rem;
  height: .95rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.project-brief-header {
  position: relative;
  padding: 1.15rem 3.4rem 1rem 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,.075);
  background:
    radial-gradient(circle at 18% 0%, rgba(105,255,240,.085), transparent 15rem),
    rgba(255,255,255,.012);
}

.project-brief-kicker {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: rgba(255,255,255,.68);
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: .7rem;
  line-height: 1rem;
  font-weight: 800;
  letter-spacing: .01em;
}

.project-brief-kicker::before,
.project-brief-kicker::after {
  content: "//";
  color: var(--cyan, #69fff0);
  text-shadow: 0 0 14px rgba(105,255,240,.32);
}

.project-brief-title {
  margin-top: .62rem;
  max-width: 30rem;
  color: #fff;
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: clamp(1.34rem, 3.1vw, 1.92rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.project-brief-title span {
  color: var(--cyan, #69fff0);
  text-shadow: 0 0 18px rgba(105,255,240,.28), 0 0 48px rgba(105,255,240,.10);
}

.project-brief-copy {
  max-width: 32rem;
  margin-top: .55rem;
  color: rgba(234,241,255,.58);
  font-size: .79rem;
  line-height: 1.62;
  font-weight: 600;
}

.project-brief-form-wrap {
  min-height: 0;
  overflow-y: auto;
  padding: 1rem 1.1rem 1.1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(105,255,240,.25) rgba(255,255,255,.03);
}

.project-brief-form-wrap::-webkit-scrollbar { width: 8px; }
.project-brief-form-wrap::-webkit-scrollbar-track { background: rgba(255,255,255,.025); }
.project-brief-form-wrap::-webkit-scrollbar-thumb { background: rgba(105,255,240,.25); border-radius: 5px; }

.project-brief-context-card {
  display: none;
  margin-bottom: .9rem;
  padding: .86rem .9rem;
  border: 1px solid rgba(105,255,240,.17);
  border-radius: 5px;
  background: rgba(105,255,240,.045);
}

.project-brief-context-card.is-visible {
  display: block;
}

.project-brief-context-card strong {
  display: block;
  color: #fff;
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: .86rem;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -.018em;
}

.project-brief-context-card span {
  display: block;
  margin-top: .34rem;
  color: rgba(219,255,251,.72);
  font-size: .73rem;
  line-height: 1.55;
  font-weight: 650;
}

.project-brief-form {
  display: grid;
  gap: .85rem;
}

.project-brief-fieldset {
  min-width: 0;
  border: 0;
}

.project-brief-fieldset legend,
.project-brief-label {
  display: block;
  margin-bottom: .42rem;
  color: rgba(255,255,255,.82);
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: .76rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.012em;
}

.project-brief-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .58rem;
}

.project-brief-service-choice {
  position: relative;
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  gap: .66rem;
  padding: .68rem .72rem;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 5px;
  background: rgba(255,255,255,.022);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.project-brief-service-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(105,255,240,.20);
  background: rgba(105,255,240,.035);
}

.project-brief-service-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.project-brief-service-dot {
  width: .86rem;
  height: .86rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 5px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.project-brief-service-choice input:checked + .project-brief-service-dot {
  border-color: rgba(105,255,240,.95);
  background: var(--cyan, #69fff0);
  box-shadow: 0 0 0 5px rgba(105,255,240,.07), 0 0 18px rgba(105,255,240,.24);
}

.project-brief-service-text {
  min-width: 0;
}

.project-brief-service-text strong {
  display: block;
  color: rgba(255,255,255,.92);
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: .78rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -.015em;
}

.project-brief-service-text span {
  display: block;
  margin-top: .18rem;
  color: rgba(255,255,255,.44);
  font-size: .68rem;
  line-height: 1.42;
  font-weight: 650;
}

.project-brief-service-choice:has(input:checked) {
  border-color: rgba(105,255,240,.32);
  background: rgba(105,255,240,.06);
  box-shadow: 0 0 24px rgba(105,255,240,.055);
}

.project-brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .72rem;
}

.project-brief-input,
.project-brief-select,
.project-brief-textarea {
  width: 100%;
  min-height: 2.62rem;
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 5px;
  padding: 0 .78rem;
  background: rgba(255,255,255,.024);
  color: #fff;
  font: 650 .78rem/1.35 var(--font-body, var(--font-sans, 'Manrope', sans-serif));
  outline: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.project-brief-select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.62) 50%),
    linear-gradient(135deg, rgba(255,255,255,.62) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 13px) calc(50% - 3px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.2rem;
}

.project-brief-select option {
  color: #06131a;
  background: #fff;
}

.project-brief-textarea {
  min-height: 5.5rem;
  resize: vertical;
  padding-top: .72rem;
}

.project-brief-input:focus,
.project-brief-select:focus,
.project-brief-textarea:focus {
  border-color: rgba(105,255,240,.42);
  background: rgba(105,255,240,.035);
  box-shadow: 0 0 0 3px rgba(105,255,240,.055);
}

.project-brief-input::placeholder,
.project-brief-textarea::placeholder {
  color: rgba(255,255,255,.30);
}

.project-brief-submit {
  width: 100%;
  min-height: 2.7rem;
  margin-top: .15rem;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 5px;
  background: #fff;
  color: #06131a;
  cursor: pointer;
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: .82rem;
  line-height: 1;
  font-weight: 800;
  box-shadow: inset 0 -6px 14px rgba(0,0,0,.08), 0 12px 36px rgba(0,0,0,.26), 0 0 28px rgba(105,255,240,.08);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.project-brief-submit:hover,
.project-brief-submit:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(105,255,240,.78);
  background: rgba(255,255,255,.92);
  box-shadow: inset 0 -6px 14px rgba(0,0,0,.08), 0 16px 42px rgba(0,0,0,.34), 0 0 30px rgba(105,255,240,.13);
  outline: none;
}

.project-brief-success {
  margin-top: .3rem;
  padding: .82rem .86rem;
  border: 1px solid rgba(105,255,240,.19);
  border-radius: 5px;
  background: rgba(105,255,240,.055);
  color: rgba(218,255,251,.88);
  font-size: .76rem;
  line-height: 1.55;
  font-weight: 700;
}

@media (max-width: 640px) {
  .project-brief-modal {
    padding: .55rem;
  }

  .project-brief-dialog {
    width: calc(100vw - 1.1rem);
    max-height: calc(100svh - 1.1rem);
  }

  .project-brief-header {
    padding: 1rem 3.15rem .9rem .95rem;
  }

  .project-brief-form-wrap {
    padding: .92rem .95rem 1rem;
  }

  .project-brief-service-grid,
  .project-brief-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Landing modal structure compatibility
   Keeps the current landing form HTML but uses websites_social_media modal styling.
   ========================================================= */
.project-brief-form-head {
  display: none;
}

.project-brief-services {
  min-width: 0;
  border: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .58rem;
}

.project-brief-services legend {
  display: block;
  grid-column: 1 / -1;
  margin-bottom: .42rem;
  color: rgba(255,255,255,.82);
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: .76rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.012em;
}

.project-brief-choice-mark {
  width: .86rem;
  height: .86rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 5px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.project-brief-choice-mark::after {
  content: "";
  display: block;
  width: .34rem;
  height: .34rem;
  margin: .21rem auto 0;
  border-radius: 2px;
  background: #06131a;
  transform: scale(0);
  transition: transform .18s ease;
}

.project-brief-service-choice input:checked + .project-brief-choice-mark {
  border-color: rgba(105,255,240,.95);
  background: var(--cyan, #69fff0);
  box-shadow: 0 0 0 5px rgba(105,255,240,.07), 0 0 18px rgba(105,255,240,.24);
}

.project-brief-service-choice input:checked + .project-brief-choice-mark::after {
  transform: scale(1);
}

.project-brief-service-choice input:focus-visible + .project-brief-choice-mark {
  outline: 2px solid rgba(105,255,240,.42);
  outline-offset: 3px;
}

.project-brief-service-choice > span:last-child {
  display: block;
  min-width: 0;
  color: rgba(255,255,255,.92);
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: .78rem;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -.015em;
}

.project-brief-service-choice:has(input:checked) > span:last-child {
  color: #fff;
}

.project-brief-field,
.project-brief-field-full {
  display: block;
  min-width: 0;
}

.project-brief-field-full {
  grid-column: 1 / -1;
}

.project-brief-actions {
  margin: .15rem 0 0;
  padding: 0;
  border: 0;
  display: block;
}

.project-brief-actions .project-brief-submit {
  width: 100%;
}

.project-brief-submit span[aria-hidden="true"] {
  display: none;
}

.project-brief-success strong {
  display: block;
  margin-bottom: .2rem;
  color: #fff;
  font-family: var(--font-display, var(--font-alternate, 'Sora', sans-serif));
  font-size: .86rem;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -.018em;
}

.project-brief-success span {
  display: block;
  color: rgba(219,255,251,.72);
}

@media (max-width: 640px) {
  .project-brief-services,
  .project-brief-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   What we build — full card link patch
   ========================================================= */
.service-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.service-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(105,255,240,0.32);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.008)),
    rgba(2,5,12,0.84);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 22px 72px rgba(0,0,0,0.28),
    0 0 28px rgba(105,255,240,0.08);
  outline: 2px solid rgba(105,255,240,0.34);
  outline-offset: 4px;
}

.service-card:focus-visible::after {
  opacity: 1;
}

  

/* WordPress conversion patch: keep page scrolling normal and only lock scroll while the modal is open. */
html,
body { min-height: 100%; }
body { overflow-x: hidden; overflow-y: auto; }
.page { overflow-x: hidden !important; overflow-y: visible !important; }
.project-brief-form-wrap,
.nav.nav-open .nav-links { -webkit-overflow-scrolling: touch; }
img { max-width: 100%; }


/* WordPress integration scroll safety patch */
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}
body:not(.project-brief-is-open) {
  overflow-y: auto;
}
.page {
  overflow-x: hidden;
  overflow-y: visible;
}

/* Brand mark beside Quant Glob logo text - editable from WordPress Customizer. */
.brand .qg-brand-mark,
.qg-footer-logo .qg-brand-mark,
header.nav[data-qg-shared-header] .brand .qg-brand-mark,
footer.qg-footer[data-qg-shared-footer] .qg-footer-logo .qg-brand-mark {
  width: var(--qg-brand-mark-size, 34px) !important;
  height: var(--qg-brand-mark-size, 34px) !important;
  display: block !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  filter: drop-shadow(0 0 12px rgba(105,255,240,.22)) drop-shadow(0 8px 20px rgba(0,0,0,.28));
}

.brand,
.qg-footer-logo,
header.nav[data-qg-shared-header] .brand,
footer.qg-footer[data-qg-shared-footer] .qg-footer-logo {
  gap: .58rem !important;
}

@media (max-width: 560px) {
  .brand .qg-brand-mark,
  header.nav[data-qg-shared-header] .brand .qg-brand-mark {
    width: min(var(--qg-brand-mark-size, 34px), 30px) !important;
    height: min(var(--qg-brand-mark-size, 34px), 30px) !important;
  }
}
