    :root {
      color-scheme: dark;
      --night: #030a10;
      --night-2: #071722;
      --night-3: #0b2230;
      --paper: #edf2f6;
      --paper-2: #f8fafc;
      --ink: #102c39;
      --ink-soft: #496573;
      --cyan: #6bddff;
      --cyan-bright: #a8efff;
      --cyan-dark: #168fb6;
      --lime: #ff765e;
      --emerald: #4c70e8;
      --emerald-dark: #3158b6;
      --teal: #69c9ff;
      --mint: #d8f2ff;
      --line-dark: rgba(91, 174, 255, .18);
      --line-light: rgba(39, 91, 165, .15);
      --shell: min(100% - 72px, 1440px);
      --radius-lg: 34px;
      --radius-md: 22px;
      --radius-sm: 14px;
      --shadow: 0 32px 100px rgba(2, 26, 39, .14);
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { min-width: 320px; scroll-behavior: smooth; background: var(--night); }
    body {
      min-width: 320px;
      margin: 0;
      overflow-x: hidden;
      color: #ecfaff;
      background: var(--night);
      font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.55;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    body.menu-open { overflow: hidden; }
    a { color: inherit; text-decoration: none; }
    button, input, select { color: inherit; font: inherit; }
    button { cursor: pointer; }
    img, svg { display: block; max-width: 100%; }
    p, h1, h2, h3, ul, ol, blockquote { margin-top: 0; }
    ::selection { color: #071f32; background: var(--mint); }

    .skip-link {
      position: fixed;
      top: 12px;
      left: 12px;
      z-index: 1000;
      padding: 10px 14px;
      color: #031019;
      border-radius: 8px;
      background: var(--cyan-bright);
      transform: translateY(-150%);
      transition: transform .2s ease;
    }

    .skip-link:focus { transform: translateY(0); }

    .scroll-progress {
      position: fixed;
      inset: 0 0 auto;
      z-index: 300;
      height: 2px;
      pointer-events: none;
      background: linear-gradient(90deg, var(--cyan), var(--emerald), var(--teal), var(--lime));
      transform: scaleX(0);
      transform-origin: left;
    }

    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200;
      height: 90px;
      min-height: 90px;
      padding: 28px clamp(28px, 3vw, 48px) 0;
      display: flex;
      align-items: flex-start;
      isolation: isolate;
      transition: color .3s ease, background .45s ease, border-color .3s ease, box-shadow .3s ease;
    }

    .site-header.is-scrolled {
      border-bottom: 1px solid rgba(112, 218, 250, .13);
      background: rgba(3, 12, 19, .83);
      box-shadow: 0 12px 36px rgba(0, 0, 0, .12);
      -webkit-backdrop-filter: blur(18px);
      backdrop-filter: blur(18px);
    }

    .site-header.is-light {
      color: var(--ink);
      border-color: rgba(21, 86, 113, .12);
      background: rgba(242, 248, 250, .88);
    }

    .mini-logo {
      margin: 9px 58px 0 0;
      flex: 0 0 auto;
      color: #bfeeff;
      background: linear-gradient(105deg, #68cfff 0%, #bfefff 17%, #fff 29%, #68cfff 46%, #e9fbff 64%, #70d6ff 82%, #d6f7ff 100%);
      background-size: 240% 100%;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 15px;
      font-weight: 500;
      line-height: 18px;
      letter-spacing: .08em;
      white-space: nowrap;
      opacity: .9;
      filter: drop-shadow(0 0 8px rgba(73, 190, 255, .34));
      transition: opacity .25s ease, filter .25s ease;
      animation: miniLogoShimmer 9s ease-in-out infinite alternate;
    }

    .mini-logo:hover,
    .mini-logo:focus-visible { opacity: 1; filter: drop-shadow(0 0 11px rgba(82, 203, 255, .62)); }
    .site-header.is-light .mini-logo { filter: brightness(.56) saturate(1.5) drop-shadow(0 2px 7px rgba(18, 99, 160, .16)); }
    @keyframes miniLogoShimmer { to { background-position: 100% 50%; } }

    .main-nav {
      display: flex;
      align-items: center;
      gap: clamp(28px, 3.25vw, 54px);
      min-height: 40px;
    }

    .main-nav > a,
    .header-actions a {
      color: rgba(220, 233, 247, .72);
      font-size: 12px;
      transition: color .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
    }

    .main-nav > a:hover,
    .main-nav > a:focus-visible { color: #eef8ff; }
    .site-header.is-light .main-nav > a { color: rgba(24, 47, 70, .7); }
    .site-header.is-light .main-nav > a:hover,
    .site-header.is-light .main-nav > a:focus-visible { color: #0869b5; }

    .header-actions {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .header-actions > a {
      box-sizing: border-box;
      min-width: 142px;
      height: 40px;
      padding-inline: 16px;
      border: 1px solid rgba(91, 190, 235, .58);
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #e9f8ff;
      background: linear-gradient(180deg, rgba(26, 113, 201, .82), rgba(9, 62, 119, .92));
      background-clip: padding-box;
      box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 8px 18px rgba(0, 59, 111, .22);
      white-space: nowrap;
    }

    .header-actions > a:hover,
    .header-actions > a:focus-visible {
      color: #fff;
      border-color: rgba(132, 222, 255, .82);
      box-shadow: 0 9px 20px rgba(0, 68, 126, .26);
    }

    .site-header.is-light .header-actions > a {
      color: #f8fcff;
      border-color: rgba(20, 111, 177, .5);
      background: linear-gradient(180deg, #1782d1, #0d65aa);
      box-shadow: 0 7px 17px rgba(28, 87, 127, .18);
    }

    .menu-toggle {
      position: relative;
      width: 40px;
      height: 40px;
      margin: 0 0 0 auto;
      padding: 0;
      flex: 0 0 40px;
      display: none;
      border: 1px solid rgba(91, 193, 238, .34);
      border-radius: 11px;
      color: #8edfff;
      background: rgba(4, 15, 29, .68);
      box-shadow: inset 0 0 18px rgba(39, 151, 217, .08), 0 8px 24px rgba(0, 0, 0, .14);
      -webkit-backdrop-filter: blur(12px) saturate(130%);
      backdrop-filter: blur(12px) saturate(130%);
    }

    .menu-toggle span {
      position: absolute;
      left: 10px;
      width: 18px;
      height: 1px;
      display: block;
      border-radius: 2px;
      background: currentColor;
      box-shadow: 0 0 7px currentColor;
      transform-origin: center;
      transition: top .32s ease, opacity .24s ease, transform .32s cubic-bezier(.2, .72, .2, 1);
    }

    .menu-toggle span:nth-child(1) { top: 12px; }
    .menu-toggle span:nth-child(2) { top: 19px; }
    .menu-toggle span:nth-child(3) { top: 26px; }
    .site-header.is-menu-open .menu-toggle span:nth-child(1) { top: 19px; transform: rotate(45deg); }
    .site-header.is-menu-open .menu-toggle span:nth-child(2) { opacity: 0; transform: scaleX(.2); }
    .site-header.is-menu-open .menu-toggle span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

    .menu-toggle:hover,
    .menu-toggle:focus-visible,
    .site-header.is-menu-open .menu-toggle {
      color: #e4faff;
      border-color: rgba(112, 221, 255, .7);
      box-shadow: inset 0 0 20px rgba(52, 171, 232, .14), 0 0 20px rgba(36, 168, 235, .18);
    }

    .site-header.is-light .menu-toggle { color: #166d95; border-color: rgba(32, 115, 153, .28); background: rgba(248, 252, 253, .88); }
    .main-nav-home-links,
    .home-feature-menu { display: none; }

    @media (min-width: 941px) {
      .home-feature-menu {
        position: relative;
        z-index: 18;
        width: 40px;
        margin: 0;
        flex: 0 0 40px;
        display: block;
        color: #8edfff;
      }

      .home-feature-menu > summary {
        position: relative;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(91, 193, 238, .34);
        border-radius: 11px;
        display: block;
        color: inherit;
        background: rgba(4, 15, 29, .68);
        box-shadow: inset 0 0 18px rgba(39, 151, 217, .08), 0 8px 24px rgba(0, 0, 0, .14);
        -webkit-backdrop-filter: blur(12px) saturate(130%);
        backdrop-filter: blur(12px) saturate(130%);
        cursor: pointer;
        list-style: none;
      }

      .home-feature-menu > summary::-webkit-details-marker { display: none; }
      .home-feature-menu > summary::marker { content: ""; }
      .home-feature-menu > summary:hover,
      .home-feature-menu > summary:focus-visible,
      .home-feature-menu[open] > summary { color: #e4faff; border-color: rgba(112, 221, 255, .7); }
      .home-feature-menu-icon,
      .home-feature-menu-icon i { position: absolute; display: block; }
      .home-feature-menu-icon { inset: 0; }
      .home-feature-menu-icon i { left: 10px; width: 18px; height: 1px; border-radius: 2px; background: currentColor; box-shadow: 0 0 7px currentColor; transition: top .3s ease, opacity .22s ease, transform .3s ease; }
      .home-feature-menu-icon i:nth-child(1) { top: 12px; }
      .home-feature-menu-icon i:nth-child(2) { top: 19px; }
      .home-feature-menu-icon i:nth-child(3) { top: 26px; }
      .home-feature-menu[open] .home-feature-menu-icon i:nth-child(1) { top: 19px; transform: rotate(45deg); }
      .home-feature-menu[open] .home-feature-menu-icon i:nth-child(2) { opacity: 0; }
      .home-feature-menu[open] .home-feature-menu-icon i:nth-child(3) { top: 19px; transform: rotate(-45deg); }

      .home-feature-menu-panel {
        position: absolute;
        top: calc(100% + 14px);
        right: 0;
        width: min(370px, calc(100vw - 32px));
        max-height: calc(100svh - 112px);
        padding: 11px;
        overflow-y: auto;
        border: 1px solid rgba(83, 184, 232, .28);
        border-radius: 19px;
        display: grid;
        color: rgba(220, 233, 247, .76);
        background: linear-gradient(rgba(62, 166, 222, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 166, 222, .045) 1px, transparent 1px), rgba(3, 12, 24, .97);
        background-size: 24px 24px, 24px 24px, auto;
        box-shadow: 0 24px 64px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .045);
        -webkit-backdrop-filter: blur(24px) saturate(140%);
        backdrop-filter: blur(24px) saturate(140%);
        animation: homeFeatureMenuIn .28s ease both;
      }

      .home-feature-menu-title { min-height: 34px; padding: 3px 13px 9px; display: flex; align-items: center; color: rgba(125, 215, 244, .52); font-size: 7px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
      .home-feature-menu-panel a { position: relative; min-height: 49px; padding: 0 14px 0 52px; border-top: 1px solid rgba(102, 178, 218, .12); display: flex; align-items: center; color: rgba(220, 233, 247, .76); font-size: 12px; transition: color .25s ease, background .25s ease, padding-left .25s ease; }
      .home-feature-menu-panel a::before { content: attr(data-home-index); position: absolute; left: 14px; color: rgba(112, 211, 244, .42); font-size: 7px; font-weight: 600; letter-spacing: .13em; }
      .home-feature-menu-panel a:hover,
      .home-feature-menu-panel a:focus-visible { padding-left: 56px; color: #effbff; background: linear-gradient(90deg, rgba(69, 177, 225, .12), transparent); }
      .site-header.is-light .home-feature-menu { color: #166d95; }
      .site-header.is-light .home-feature-menu > summary { border-color: rgba(32, 115, 153, .28); background: rgba(248, 252, 253, .88); }
      .site-header.is-light .home-feature-menu-panel { color: rgba(24, 47, 70, .74); border-color: rgba(25, 111, 158, .22); background: linear-gradient(rgba(21, 112, 160, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(21, 112, 160, .045) 1px, transparent 1px), rgba(247, 251, 253, .98); background-size: 24px 24px, 24px 24px, auto; }
      .site-header.is-light .home-feature-menu-panel a { color: rgba(24, 47, 70, .74); border-top-color: rgba(25, 111, 158, .12); }
    }

    @keyframes homeFeatureMenuIn { from { opacity: 0; transform: translateY(-8px) scale(.985); } }

    .hero {
      position: relative;
      min-height: 920px;
      padding: 154px 0 104px;
      overflow: hidden;
      isolation: isolate;
      background:
        radial-gradient(circle at 78% 18%, rgba(76, 112, 232, .26), transparent 24%),
        radial-gradient(circle at 91% 66%, rgba(105, 201, 255, .2), transparent 27%),
        radial-gradient(circle at 12% 76%, rgba(43, 213, 255, .19), transparent 29%),
        radial-gradient(circle at 42% 7%, rgba(255, 118, 94, .13), transparent 20%),
        linear-gradient(142deg, #02080b 0%, #071727 48%, #0a1c31 72%, #020c13 100%);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      opacity: .64;
      background-image:
        linear-gradient(rgba(105, 201, 255, .065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(92, 218, 255, .055) 1px, transparent 1px);
      background-size: 52px 52px;
      -webkit-mask-image: radial-gradient(ellipse 90% 76% at 68% 42%, #000, transparent 82%);
      mask-image: radial-gradient(ellipse 90% 76% at 68% 42%, #000, transparent 82%);
    }

    .hero::after {
      content: "AI";
      position: absolute;
      right: -2.5vw;
      bottom: -9vw;
      z-index: -1;
      color: transparent;
      font-size: clamp(240px, 30vw, 570px);
      font-weight: 900;
      line-height: .72;
      letter-spacing: -.09em;
      -webkit-text-stroke: 1px rgba(105, 201, 255, .1);
      pointer-events: none;
    }

    .hero-circuit {
      position: absolute;
      inset: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      opacity: .62;
      pointer-events: none;
    }

    .hero-circuit path { fill: none; stroke: rgba(126, 215, 255, .19); stroke-width: 1; vector-effect: non-scaling-stroke; }
    .hero-circuit path.current {
      stroke: url(#hero-current-gradient);
      stroke-width: 2;
      stroke-dasharray: 3 97;
      stroke-linecap: round;
      animation: signal 7s linear infinite;
    }
    .hero-circuit circle { fill: var(--teal); opacity: .9; filter: drop-shadow(0 0 7px var(--teal)); }

    @keyframes signal { to { stroke-dashoffset: -100; } }

    .hero-shell { position: relative; z-index: 2; margin: 0 auto; }

    .breadcrumbs {
      margin: 0 0 48px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      color: rgba(220, 243, 251, .46);
      font-size: 11px;
      font-weight: 650;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .breadcrumbs a { transition: color .2s ease; }
    .breadcrumbs a:hover,
    .breadcrumbs a:focus-visible { color: var(--cyan-bright); }
    .breadcrumbs i { width: 18px; height: 1px; background: rgba(133, 220, 247, .25); }

    .eyebrow,
    .section-kicker {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--cyan);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .eyebrow::before,
    .section-kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }
    .eyebrow { margin-bottom: 24px; }

    .hero-actions,
    .cta-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    .button-primary,
    .button-secondary {
      min-height: 58px;
      padding: 0 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .025em;
      transition: transform .25s ease, color .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
    }

    .button-primary {
      color: #07121a;
      background: linear-gradient(105deg, var(--mint), var(--teal) 38%, #829cff 70%, var(--lime));
      background-size: 180% 100%;
      box-shadow: 0 18px 48px rgba(49, 88, 182, .2), 0 0 34px rgba(105, 201, 255, .12);
    }
    .button-primary::after { content: "→"; font-size: 19px; font-weight: 400; transition: transform .25s ease; }
    .button-secondary { color: #e8f9ff; border-color: rgba(144, 228, 255, .3); background: rgba(100, 213, 247, .04); }
    .button-primary:hover,
    .button-primary:focus-visible,
    .button-secondary:hover,
    .button-secondary:focus-visible { transform: translateY(-3px); }
    .button-primary:hover,
    .button-primary:focus-visible { background-position: 100% 0; }
    .button-primary:hover::after,
    .button-primary:focus-visible::after { transform: translateX(4px); }
    .button-secondary:hover,
    .button-secondary:focus-visible { border-color: rgba(157, 236, 255, .7); background: rgba(100, 213, 247, .1); }

    /* Portfolio-inspired showcase: a typographic poster with layered search artefacts. */
    .hero {
      min-height: max(860px, 100svh);
      padding: 126px 0 44px;
      color: #071f32;
      background:
        radial-gradient(circle at 76% 35%, rgba(76, 112, 232, .16), transparent 25%),
        radial-gradient(circle at 10% 86%, rgba(105, 201, 255, .18), transparent 27%),
        linear-gradient(135deg, #f2f5f6 0%, #e5edf1 47%, #d9e5ea 100%);
    }

    .hero::before {
      content: "SEARCH / INTELLIGENCE";
      position: absolute;
      left: -1.5vw;
      right: auto;
      bottom: -2.5vw;
      z-index: -2;
      color: transparent;
      opacity: 1;
      background: none;
      font-size: clamp(108px, 16vw, 280px);
      font-weight: 760;
      line-height: .72;
      letter-spacing: -.085em;
      white-space: nowrap;
      -webkit-text-stroke: 1px rgba(7, 39, 57, .06);
      -webkit-mask-image: none;
      mask-image: none;
      pointer-events: none;
    }

    .hero::after {
      content: "";
      top: 0;
      right: 0;
      bottom: auto;
      z-index: -4;
      width: min(40vw, 690px);
      height: 100%;
      color: transparent;
      background: linear-gradient(180deg, rgba(255, 118, 94, .86), rgba(255, 157, 106, .27) 48%, transparent 86%);
      clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
      opacity: .38;
      transform: none;
      pointer-events: none;
    }

    .hero-circuit { display: none; }
    .hero-shell {
      position: relative;
      z-index: 2;
      width: min(100% - 72px, 1540px);
      display: block;
    }

    .hero .breadcrumbs {
      position: relative;
      z-index: 20;
      margin-top: 28px;
      margin-bottom: 24px;
      color: rgba(7, 38, 56, .52);
    }
    .hero .breadcrumbs a:hover,
    .hero .breadcrumbs a:focus-visible { color: #3158b6; }
    .hero .breadcrumbs i { background: rgba(7, 49, 70, .2); }

    .hero-showcase {
      position: relative;
      min-height: 674px;
      isolation: isolate;
    }

    .hero-showcase::before {
      content: "";
      position: absolute;
      top: 12%;
      right: 3%;
      z-index: -1;
      width: min(48vw, 800px);
      aspect-ratio: 1.55;
      border: 1px solid rgba(31, 79, 103, .1);
      border-radius: 50%;
      background: rgba(255, 255, 255, .2);
      transform: rotate(-12deg);
      pointer-events: none;
    }

    .hero-showcase::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      opacity: .48;
      background-image: linear-gradient(rgba(6, 43, 65, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 43, 65, .055) 1px, transparent 1px);
      background-size: clamp(44px, 5vw, 76px) clamp(44px, 5vw, 76px);
      -webkit-mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .3) 48%, transparent 88%);
      mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .3) 48%, transparent 88%);
      pointer-events: none;
    }

    .hero-topline {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 14;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      color: rgba(7, 38, 56, .58);
      font-size: 8px;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
    }

    .hero-topline .eyebrow {
      margin: 0;
      padding: 0;
      color: inherit;
      font-size: inherit;
      letter-spacing: inherit;
    }
    .hero-topline .eyebrow::before { width: 38px; background: #3158b6; }

    .hero-live {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
    }
    .hero-live::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #ff765e;
      box-shadow: 0 0 0 5px rgba(255, 118, 94, .08), 0 0 16px rgba(255, 118, 94, .38);
      animation: heroLivePulse 2.4s ease-in-out infinite;
    }

    .hero-title {
      position: absolute;
      top: 74px;
      left: 0;
      z-index: 9;
      width: min(43vw, 650px);
      max-width: none;
      margin: 0;
      color: #071f32;
      line-height: .72;
      letter-spacing: -.085em;
      pointer-events: none;
    }

    .hero-title span,
    .hero-title strong,
    .hero-title em {
      width: fit-content;
      display: block;
      background: none;
      -webkit-background-clip: border-box;
      background-clip: border-box;
      -webkit-text-fill-color: currentColor;
      filter: none;
      font-style: normal;
      text-transform: uppercase;
    }

    .hero-title span {
      margin: 0 0 .05em .08em;
      color: #ff765e;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(40px, 4.4vw, 70px);
      font-weight: 400;
      line-height: .82;
      letter-spacing: .015em;
      text-shadow: 0 12px 30px rgba(7, 37, 54, .12);
    }

    .hero-title strong {
      margin: 0;
      padding: .04em .13em .08em .045em;
      color: #071f32;
      background: linear-gradient(90deg, rgba(246, 249, 250, .97), rgba(235, 242, 245, .89));
      box-shadow: 0 18px 50px rgba(7, 37, 54, .1), inset 0 1px rgba(255, 255, 255, .7);
      clip-path: polygon(0 0, 97% 0, 100% 22%, 100% 100%, 3% 100%, 0 78%);
      font-size: clamp(47px, 4.8vw, 78px);
      font-weight: 720;
      line-height: .8;
      letter-spacing: -.075em;
    }

    .hero-title em {
      margin: -.03em 0 0 .38em;
      color: #ff765e;
      font-size: clamp(74px, 7.6vw, 124px);
      font-weight: 720;
      line-height: .73;
      letter-spacing: -.08em;
      text-shadow: 0 16px 42px rgba(7, 37, 54, .15);
    }

    .hero-wall {
      position: absolute;
      top: 48px;
      right: 0;
      bottom: 122px;
      z-index: 2;
      width: min(52vw, 820px);
      display: grid;
      grid-template-columns: minmax(0, 1.34fr) minmax(190px, .66fr);
      grid-template-rows: 1fr .94fr .7fr;
      gap: clamp(7px, .65vw, 11px);
      pointer-events: none;
    }

    .hero-artifact {
      position: relative;
      inset: auto;
      width: auto;
      height: auto;
      margin: 0;
      overflow: hidden;
      isolation: isolate;
      border: 1px solid rgba(239, 247, 250, .76);
      border-radius: clamp(18px, 1.55vw, 27px);
      box-shadow: 0 26px 66px rgba(5, 31, 46, .16), inset 0 1px rgba(255, 255, 255, .28);
      transform: translate3d(0, 0, 0);
      transition: transform .65s cubic-bezier(.2, .75, .2, 1), box-shadow .55s ease;
      pointer-events: auto;
    }

    .hero-artifact::before {
      content: attr(data-index);
      position: absolute;
      right: -.04em;
      bottom: -.22em;
      z-index: 0;
      color: transparent;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(82px, 8vw, 132px);
      font-weight: 400;
      line-height: 1;
      letter-spacing: -.08em;
      -webkit-text-stroke: 1px rgba(238, 248, 251, .09);
      pointer-events: none;
    }

    .hero-artifact > * { position: relative; z-index: 2; }

    .hero-artifact::after {
      content: "";
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 6;
      width: 7px;
      height: 7px;
      border: 1px solid rgba(255, 255, 255, .74);
      border-radius: 50%;
      box-shadow: 0 0 0 5px rgba(255, 255, 255, .07), 0 0 17px rgba(105, 201, 255, .48);
    }

    .hero-artifact--serp {
      grid-column: 1;
      grid-row: 1 / 4;
      color: #eaf7fb;
      background:
        radial-gradient(circle at 79% 24%, rgba(105, 201, 255, .23), transparent 22%),
        radial-gradient(circle at 12% 91%, rgba(255, 118, 94, .13), transparent 28%),
        linear-gradient(145deg, #05111e, #0a2639 66%, #123e52);
    }

    .hero-artifact--serp::before { font-size: clamp(150px, 15vw, 250px); -webkit-text-stroke-color: rgba(132, 211, 238, .07); }

    .artifact-chrome {
      position: relative;
      z-index: 4;
      height: 44px;
      padding: 0 18px;
      display: flex;
      align-items: center;
      gap: 6px;
      color: rgba(190, 222, 232, .48);
      border-bottom: 1px solid rgba(150, 215, 237, .11);
      background: rgba(2, 12, 20, .38);
      font-size: 6px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    .artifact-chrome i { width: 5px; height: 5px; border-radius: 50%; background: rgba(151, 205, 224, .35); }
    .artifact-chrome i:first-child { background: #69c9ff; box-shadow: 0 0 10px rgba(105, 201, 255, .75); }
    .artifact-chrome span { margin-left: 7px; }

    .artifact-serp-copy {
      position: relative;
      z-index: 2;
      height: calc(100% - 44px);
      padding: clamp(28px, 3vw, 48px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      background:
        linear-gradient(rgba(105, 201, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(105, 201, 255, .035) 1px, transparent 1px);
      background-size: 34px 34px;
    }
    .artifact-serp-copy::before {
      content: "";
      position: absolute;
      top: 12%;
      right: -28%;
      z-index: 0;
      width: min(31vw, 410px);
      aspect-ratio: 1;
      border: 1px solid rgba(105, 201, 255, .17);
      border-radius: 50%;
      box-shadow: 0 0 0 28px rgba(105, 201, 255, .025), 0 0 0 67px rgba(105, 201, 255, .018), inset 0 0 55px rgba(105, 201, 255, .05);
    }
    .artifact-serp-copy::after {
      content: "";
      position: absolute;
      top: -15%;
      right: 27%;
      z-index: 0;
      width: 1px;
      height: 138%;
      background: linear-gradient(180deg, transparent, rgba(105, 201, 255, .24), rgba(255, 118, 94, .3), transparent);
      box-shadow: 0 0 18px rgba(105, 201, 255, .2);
      transform: rotate(17deg);
    }
    .artifact-serp-copy > small,
    .artifact-serp-copy > strong,
    .artifact-serp-copy > p,
    .artifact-serp-link { position: relative; z-index: 3; }
    .artifact-serp-copy > small { margin-bottom: 34px; color: rgba(145, 213, 238, .58); font-size: 7px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
    .artifact-serp-copy > strong { max-width: 78%; color: #f1f8fb; font-size: clamp(25px, 2.15vw, 35px); font-weight: 570; line-height: 1.02; letter-spacing: -.045em; }
    .artifact-serp-copy > p { max-width: 72%; margin: 19px 0 0; color: rgba(196, 222, 231, .62); font-size: clamp(10px, .82vw, 13px); line-height: 1.68; }
    .artifact-serp-link { margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(127, 203, 231, .14); color: #69c9ff; font-family: Georgia, serif; font-size: 11px; font-style: italic; }

    .hero-artifact--map {
      grid-column: 2;
      grid-row: 1;
      padding: clamp(17px, 1.5vw, 24px);
      color: #f6f8ff;
      background:
        radial-gradient(circle at 108% -10%, rgba(255, 255, 255, .23), transparent 35%),
        linear-gradient(145deg, #2949bb, #6177f4);
    }
    .hero-artifact--map small,
    .hero-artifact--signal small,
    .hero-artifact--ai small { display: block; font-size: 7px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
    .hero-artifact--map small { color: rgba(236, 241, 255, .58); }
    .hero-artifact--map > strong { display: block; margin: 12px 0 15px; font-family: Georgia, serif; font-size: clamp(28px, 2.7vw, 44px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
    .artifact-clusters { display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; }
    .artifact-clusters span { padding: 6px 0; overflow: hidden; color: rgba(255, 255, 255, .73); border-top: 1px solid rgba(255, 255, 255, .2); background: none; font-size: 6px; letter-spacing: .05em; white-space: nowrap; text-transform: uppercase; }
    .artifact-index { position: absolute; right: 18px; bottom: 14px; color: rgba(255, 255, 255, .43); font-family: Georgia, serif; font-size: 12px; }

    .hero-artifact--signal {
      grid-column: 2;
      grid-row: 2;
      padding: clamp(17px, 1.45vw, 23px);
      color: #341713;
      background:
        linear-gradient(rgba(75, 28, 20, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(75, 28, 20, .055) 1px, transparent 1px),
        linear-gradient(145deg, #ff7c66, #ffad6a);
      background-size: 24px 24px, 24px 24px, auto;
    }
    .hero-artifact--signal::after { border-color: rgba(54, 23, 18, .4); box-shadow: 0 0 0 5px rgba(54, 23, 18, .05); }
    .hero-artifact--signal small { color: rgba(65, 25, 19, .52); }
    .hero-artifact--signal > strong { display: block; max-width: 220px; margin-top: 10px; font-size: clamp(16px, 1.38vw, 22px); line-height: 1.05; letter-spacing: -.04em; }
    .artifact-graph { position: absolute; left: 17px; right: 17px; bottom: 13px; z-index: 2; width: calc(100% - 34px); height: 38%; overflow: visible; }
    .artifact-graph path:first-child { fill: none; stroke: rgba(69, 28, 21, .18); stroke-width: 1; }
    .artifact-graph path:last-child { fill: none; stroke: #2d1714; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
    .artifact-graph circle { fill: #2d1714; }

    .hero-artifact--ai {
      grid-column: 2;
      grid-row: 3;
      padding: clamp(14px, 1.35vw, 21px);
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto 1fr;
      align-items: end;
      gap: 4px 13px;
      color: #0a2940;
      background:
        linear-gradient(120deg, transparent 0 72%, rgba(76, 112, 232, .11) 72% 73%, transparent 73%),
        linear-gradient(145deg, rgba(250, 252, 253, .97), rgba(224, 235, 242, .95));
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
    }
    .hero-artifact--ai::after { border-color: #3158b6; box-shadow: 0 0 0 5px rgba(49, 88, 182, .06), 0 0 17px rgba(49, 88, 182, .3); }
    .hero-artifact--ai small { grid-column: 1 / -1; align-self: start; color: rgba(22, 64, 91, .48); }
    .hero-artifact--ai > strong { display: block; margin: 0; color: #3158b6; font-family: Georgia, serif; font-size: clamp(42px, 4vw, 62px); font-weight: 400; line-height: .72; letter-spacing: -.07em; }
    .hero-artifact--ai p { max-width: 130px; margin: 0 0 1px; color: rgba(17, 52, 74, .62); font-size: clamp(7px, .58vw, 9px); line-height: 1.35; }
    .artifact-stamp { position: absolute; right: 13px; top: 13px; padding: 5px 7px; border: 1px solid rgba(49, 88, 182, .24); border-radius: 999px; color: #3158b6; font-size: 5px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

    @media (hover: hover) and (pointer: fine) {
      .hero-artifact:hover { transform: translateY(-7px) scale(1.008); box-shadow: 0 36px 88px rgba(5, 31, 46, .24), inset 0 1px rgba(255, 255, 255, .32); }
    }

    .hero-bottom {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 15;
      display: grid;
      grid-template-columns: minmax(280px, 410px) 1fr auto;
      align-items: end;
      gap: clamp(28px, 5vw, 82px);
    }

    .hero-lead {
      margin: 0;
      color: rgba(7, 37, 53, .68);
      font-size: clamp(11px, .95vw, 14px);
      line-height: 1.65;
    }
    .hero-lead strong { color: #173e59; }
    .hero-bottom .hero-actions { justify-self: center; }
    .hero-bottom .button-primary,
    .hero-bottom .button-secondary { min-height: 50px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
    .hero-bottom .button-primary {
      min-width: 224px;
      padding: 0 8px 0 18px;
      justify-content: space-between;
      color: #eef7fb;
      background: #071f32;
      box-shadow: 0 14px 35px rgba(5, 30, 44, .2);
    }
    .hero-bottom .button-primary::after { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; color: #071f32; background: #ff765e; }
    .hero-bottom .button-primary:hover,
    .hero-bottom .button-primary:focus-visible { background: #0b3048; box-shadow: 0 20px 48px rgba(5, 30, 44, .28); }
    .hero-bottom .button-secondary { color: #163f59; border-color: rgba(7, 39, 57, .24); background: rgba(255, 255, 255, .28); }
    .hero-bottom .button-secondary:hover,
    .hero-bottom .button-secondary:focus-visible { color: #071f32; border-color: rgba(7, 39, 57, .48); background: rgba(255, 255, 255, .54); }

    .hero-counter { display: flex; align-items: baseline; gap: 6px; color: #071f32; white-space: nowrap; }
    .hero-counter strong { font-family: Georgia, serif; font-size: clamp(38px, 4vw, 64px); font-weight: 400; line-height: .82; letter-spacing: -.06em; }
    .hero-counter span { color: rgba(7, 39, 57, .48); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

    @keyframes heroLivePulse { 50% { opacity: .5; transform: scale(.78); } }

    .light-bridge {
      position: relative;
      z-index: 3;
      height: 104px;
      margin-top: -1px;
      overflow: hidden;
      color: var(--paper);
      background: linear-gradient(180deg, #d9e5ea, var(--paper));
    }

    .light-bridge::before {
      content: "";
      position: absolute;
      left: -5%;
      right: -5%;
      bottom: -84px;
      height: 144px;
      border: 1px solid rgba(49, 88, 182, .08);
      border-radius: 50% 50% 0 0 / 54% 54% 0 0;
      background: rgba(248, 250, 252, .58);
    }

    .light-bridge svg { position: absolute; inset: 0; width: 100%; height: 100%; }
    .light-bridge path { fill: none; stroke: rgba(119, 221, 251, .22); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
    .light-bridge path:last-child { stroke: var(--lime); stroke-width: 2; stroke-dasharray: 3 97; animation: signal 7s linear infinite; }

    .light-section { color: var(--ink); background: var(--paper); }
    .dark-section { color: #eefbff; background: var(--night); }
    .section-shell { width: var(--shell); margin: 0 auto; }
    .section-pad { padding: clamp(90px, 9vw, 150px) 0; }

    .section-heading {
      margin-bottom: clamp(48px, 6vw, 86px);
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(320px, .62fr);
      align-items: end;
      gap: 60px;
    }

    .section-kicker { margin-bottom: 20px; color: var(--emerald-dark); }
    .dark-section .section-kicker { color: var(--teal); }
    .section-heading h2,
    .scope-copy h2,
    .pricing-head h2,
    .faq-heading h2,
    .request-copy h2 {
      margin-bottom: 0;
      font-size: clamp(44px, 5.4vw, 86px);
      font-weight: 680;
      line-height: .96;
      letter-spacing: -.06em;
    }

    .section-heading h2 span,
    .scope-copy h2 span,
    .pricing-head h2 span,
    .faq-heading h2 span { color: var(--emerald-dark); }
    .dark-section .section-heading h2 span,
    .dark-section .scope-copy h2 span { color: var(--teal); }

    .section-heading > p,
    .pricing-head > p {
      margin: 0;
      color: var(--ink-soft);
      font-size: 17px;
      line-height: 1.72;
    }

    .dark-section .section-heading > p { color: rgba(215, 238, 246, .62); }

    .principles-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .principle-card {
      position: relative;
      min-height: 390px;
      padding: 30px;
      overflow: hidden;
      border: 1px solid var(--line-light);
      border-radius: var(--radius-md);
      background: rgba(255, 255, 255, .48);
      transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
    }

    .principle-card:hover { transform: translateY(-7px); background: rgba(255, 255, 255, .8); box-shadow: var(--shadow); }
    .principle-card::before { content: attr(data-index); position: absolute; right: 20px; top: 12px; color: rgba(12, 82, 111, .055); font-size: 112px; font-weight: 850; line-height: 1; letter-spacing: -.08em; }
    .principle-card > small { display: block; margin-bottom: 92px; color: var(--emerald-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
    .principle-card h3 { max-width: 310px; margin-bottom: 18px; font-size: clamp(25px, 2.15vw, 34px); line-height: 1.08; letter-spacing: -.04em; }
    .principle-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
    .principle-line { position: absolute; left: 30px; right: 30px; bottom: 24px; height: 1px; background: linear-gradient(90deg, var(--emerald-dark), var(--teal), transparent); }

    .search-platforms-section { padding-top: 10px; }
    .search-platforms-grid .principle-card { min-height: 360px; }
    .search-platforms-grid .principle-card > small { margin-bottom: 70px; }

    .scope-section { padding-top: 10px; }
    .scope-layout {
      display: grid;
      grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
      gap: clamp(50px, 8vw, 128px);
      align-items: start;
    }

    .scope-copy { position: sticky; top: 118px; }
    .scope-copy .section-kicker { margin-bottom: 22px; }
    .scope-copy h2 { margin-bottom: 28px; }
    .scope-copy > p { max-width: 530px; margin-bottom: 28px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }

    .scope-summary { padding-top: 22px; border-top: 1px solid var(--line-light); }
    .scope-summary span { display: block; margin-bottom: 9px; color: var(--emerald-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .scope-summary strong { display: block; font-size: 18px; line-height: 1.4; }

    .work-list { counter-reset: work; }
    .work-item {
      counter-increment: work;
      padding: 32px 0;
      display: grid;
      grid-template-columns: 70px minmax(0, 1fr);
      gap: 18px;
      border-top: 1px solid var(--line-light);
    }

    .work-item:last-child { border-bottom: 1px solid var(--line-light); }
    .work-item::before { content: "0" counter(work); color: var(--emerald-dark); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
    .work-item-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
    .work-item h3 { margin-bottom: 12px; font-size: clamp(23px, 2vw, 31px); line-height: 1.12; letter-spacing: -.035em; }
    .work-item p { max-width: 680px; margin-bottom: 18px; color: var(--ink-soft); line-height: 1.68; }
    .work-tags { display: flex; flex-wrap: wrap; gap: 7px; }
    .work-tags span { padding: 6px 9px; color: #3158b6; border-radius: 7px; background: rgba(76, 112, 232, .085); font-size: 10px; font-weight: 750; letter-spacing: .035em; }

    .method-section {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 88% 8%, rgba(76, 112, 232, .2), transparent 25%),
        radial-gradient(circle at 12% 88%, rgba(255, 118, 94, .08), transparent 24%),
        linear-gradient(135deg, #020911, #08172a 55%, #07121f);
    }

    .method-section::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .35;
      background-image: linear-gradient(rgba(105, 201, 255, .052) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 201, 255, .052) 1px, transparent 1px);
      background-size: 58px 58px;
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 80%, transparent);
      mask-image: linear-gradient(90deg, transparent, #000 30%, #000 80%, transparent);
    }

    .method-section .section-shell { position: relative; }
    .method-flow {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 10px;
    }

    .method-flow::before { content: ""; position: absolute; left: 4%; right: 4%; top: 52px; height: 1px; background: linear-gradient(90deg, transparent, rgba(105, 201, 255, .58), transparent); }
    .method-step { position: relative; min-height: 330px; padding: 28px 22px; border: 1px solid var(--line-dark); border-radius: 18px; background: rgba(76, 112, 232, .045); }
    .method-step::before { content: ""; position: absolute; top: 47px; left: 25px; width: 10px; height: 10px; border: 2px solid var(--emerald); border-radius: 50%; background: var(--night); box-shadow: 0 0 18px rgba(76, 112, 232, .48); }
    .method-step > small { margin-left: 24px; color: rgba(208, 237, 246, .38); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .method-step strong { display: block; margin: 94px 0 14px; color: #f1fcff; font-size: 21px; line-height: 1.16; letter-spacing: -.025em; }
    .method-step p { margin-bottom: 0; color: rgba(205, 233, 242, .55); font-size: 13px; line-height: 1.65; }

    .monthly-report {
      margin-top: 20px;
      padding: 28px;
      display: grid;
      grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
      gap: 40px;
      border: 1px solid var(--line-dark);
      border-radius: 22px;
      background: rgba(76, 112, 232, .065);
    }

    .monthly-report h3 { margin-bottom: 9px; font-size: 24px; letter-spacing: -.035em; }
    .monthly-report p { margin: 0; color: rgba(204, 234, 243, .56); font-size: 14px; }
    .report-signals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
    .report-signals span { padding: 14px; display: flex; flex-direction: column; gap: 6px; border: 1px solid rgba(105, 201, 255, .13); border-radius: 12px; background: rgba(5, 16, 33, .42); }
    .report-signals small { color: rgba(204, 234, 243, .34); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    .report-signals strong { color: var(--mint); font-size: 12px; }

    .technology-section { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--paper-2), #edf2f8); }
    .technology-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .technology-card {
      position: relative;
      min-height: 510px;
      padding: clamp(28px, 3vw, 48px);
      overflow: hidden;
      border: 1px solid var(--line-light);
      border-radius: var(--radius-lg);
      background: #e5edf6;
    }

    .technology-card--dark { color: #effbff; border-color: var(--line-dark); background: linear-gradient(145deg, #071b30, #04111f); }
    .technology-card::after { content: attr(data-code); position: absolute; right: -12px; bottom: -28px; color: transparent; font-size: clamp(100px, 12vw, 180px); font-weight: 900; line-height: 1; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(49, 88, 182, .09); }
    .technology-card--dark::after { -webkit-text-stroke-color: rgba(105, 201, 255, .08); }
    .technology-card > small { position: relative; z-index: 2; display: block; margin-bottom: 66px; color: var(--emerald-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
    .technology-card--dark > small { color: var(--teal); }
    .technology-card h3 { position: relative; z-index: 2; max-width: 520px; margin-bottom: 20px; font-size: clamp(32px, 3.4vw, 52px); line-height: 1; letter-spacing: -.055em; }
    .technology-card p { position: relative; z-index: 2; max-width: 560px; margin-bottom: 26px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
    .technology-card--dark p { color: rgba(215, 239, 247, .62); }
    .technology-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 12px; color: var(--emerald-dark); font-size: 12px; font-weight: 800; }
    .technology-card--dark .technology-link { color: var(--mint); }
    .technology-link::after { content: "↗"; font-size: 18px; transition: transform .2s ease; }
    .technology-link:hover::after,
    .technology-link:focus-visible::after { transform: translate(3px, -3px); }

    .robot-core {
      position: absolute;
      right: 30px;
      bottom: 28px;
      width: 164px;
      height: 164px;
      border: 1px solid rgba(105, 201, 255, .28);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(76, 112, 232, .22), transparent 58%);
      animation: rotate-slow 16s linear infinite;
    }
    .robot-core::before { content: ""; position: absolute; inset: 20px; border: 1px dashed rgba(105, 201, 255, .34); border-radius: inherit; }
    .robot-core::after { content: "SEO\A CORE"; white-space: pre; position: absolute; inset: 0; display: grid; place-items: center; color: var(--mint); font-size: 12px; font-weight: 850; line-height: 1.2; text-align: center; animation: rotate-slow 16s linear infinite reverse; }
    @keyframes rotate-slow { to { transform: rotate(360deg); } }

    .ai-map { position: absolute; right: 32px; bottom: 32px; width: 190px; height: 130px; opacity: .7; }
    .ai-map i { position: absolute; width: 8px; height: 8px; border: 1px solid var(--emerald-dark); border-radius: 50%; background: #e7effa; }
    .ai-map i:nth-child(1) { left: 7%; top: 52%; }
    .ai-map i:nth-child(2) { left: 35%; top: 20%; }
    .ai-map i:nth-child(3) { left: 57%; top: 60%; }
    .ai-map i:nth-child(4) { right: 4%; top: 12%; }
    .ai-map span { position: absolute; height: 1px; transform-origin: left; background: rgba(49, 88, 182, .4); }
    .ai-map span:nth-of-type(1) { left: 10%; top: 54%; width: 68px; transform: rotate(-31deg); }
    .ai-map span:nth-of-type(2) { left: 38%; top: 24%; width: 78px; transform: rotate(39deg); }
    .ai-map span:nth-of-type(3) { left: 60%; top: 62%; width: 86px; transform: rotate(-39deg); }

    .pricing-section { background: linear-gradient(145deg, var(--paper-2), #eef2f8); }
    .pricing-head { margin-bottom: 54px; display: grid; grid-template-columns: 1fr minmax(320px, .5fr); align-items: end; gap: 54px; }
    .pricing-head h2 { margin-bottom: 0; }
    .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .pricing-card {
      position: relative;
      min-height: 510px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      border: 1px solid var(--line-light);
      border-radius: var(--radius-md);
      background: #eef5f7;
    }

    .pricing-card--featured { color: #eefbff; border-color: rgba(105, 201, 255, .32); background: linear-gradient(150deg, #0b2844, #061322); box-shadow: 0 34px 80px rgba(5, 28, 48, .22); transform: translateY(-16px); }
    .pricing-label { margin-bottom: 56px; display: flex; justify-content: space-between; gap: 10px; color: var(--emerald-dark); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
    .pricing-card--featured .pricing-label { color: var(--teal); }
    .pricing-label span:last-child { color: #69808b; }
    .pricing-card--featured .pricing-label span:last-child { color: rgba(211, 240, 249, .42); }
    .pricing-card h3 { margin-bottom: 12px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
    .pricing-card > p { min-height: 76px; margin-bottom: 22px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
    .pricing-card--featured > p { color: rgba(212, 238, 246, .58); }
    .pricing-card ul { margin: 0 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line-light); list-style: none; }
    .pricing-card--featured ul { border-color: var(--line-dark); }
    .pricing-card li { position: relative; margin-bottom: 11px; padding-left: 18px; color: #395f70; font-size: 13px; }
    .pricing-card--featured li { color: rgba(225, 244, 250, .7); }
    .pricing-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: var(--emerald-dark); }
    .pricing-card--featured li::before { background: var(--teal); }
    .pricing-status { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line-light); }
    .pricing-card--featured .pricing-status { border-color: var(--line-dark); }
    .pricing-status small { display: block; margin-bottom: 5px; color: #718791; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    .pricing-status strong { font-size: 17px; }

    .price-factors { margin-top: 22px; padding: 24px 28px; display: grid; grid-template-columns: auto 1fr; gap: 30px; border: 1px solid var(--line-light); border-radius: 18px; background: rgba(255, 255, 255, .54); }
    .price-factors > strong { font-size: 17px; }
    .price-factors div { display: flex; flex-wrap: wrap; gap: 7px; }
    .price-factors span { padding: 6px 9px; color: #31578b; border-radius: 7px; background: rgba(76, 112, 232, .075); font-size: 10px; font-weight: 700; }

    .faq-section { background: var(--paper); }
    .faq-layout { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); gap: clamp(60px, 9vw, 140px); align-items: start; }
    .faq-heading { position: sticky; top: 118px; }
    .faq-heading h2 { margin-bottom: 26px; }
    .faq-heading p { margin-bottom: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
    .faq-list { border-top: 1px solid var(--line-light); }
    .faq-item { border-bottom: 1px solid var(--line-light); }
    .faq-item summary {
      position: relative;
      padding: 28px 56px 28px 0;
      color: var(--ink);
      font-size: clamp(19px, 1.7vw, 25px);
      font-weight: 650;
      line-height: 1.25;
      letter-spacing: -.025em;
      list-style: none;
      cursor: pointer;
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::before,
    .faq-item summary::after { content: ""; position: absolute; right: 4px; top: 50%; width: 18px; height: 1px; background: var(--emerald-dark); transition: transform .25s ease; }
    .faq-item summary::after { transform: rotate(90deg); }
    .faq-item[open] summary::after { transform: rotate(0); }
    .faq-item p { max-width: 800px; margin: -6px 0 28px; padding-right: 46px; color: var(--ink-soft); line-height: 1.74; }

    .request-section {
      position: relative;
      padding: clamp(90px, 10vw, 160px) 0;
      overflow: hidden;
      background:
        radial-gradient(circle at 78% 38%, rgba(76, 112, 232, .2), transparent 28%),
        radial-gradient(circle at 10% 82%, rgba(255, 118, 94, .09), transparent 22%),
        linear-gradient(145deg, #020911, #07172b);
    }

    .request-section::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(105, 201, 255, .052) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 201, 255, .052) 1px, transparent 1px); background-size: 52px 52px; -webkit-mask-image: radial-gradient(circle at 70% 45%, #000, transparent 60%); mask-image: radial-gradient(circle at 70% 45%, #000, transparent 60%); }
    .request-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .8fr); gap: clamp(60px, 8vw, 120px); align-items: center; }
    .request-copy .section-kicker { color: var(--teal); }
    .request-copy h2 { margin-bottom: 28px; color: #effbff; }
    .request-copy h2 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(105, 201, 255, .76); }
    .request-copy > p { max-width: 660px; margin-bottom: 30px; color: rgba(215, 239, 247, .62); font-size: 17px; line-height: 1.76; }
    .request-direct { display: flex; flex-wrap: wrap; gap: 18px; }
    .request-direct a { color: var(--mint); font-size: 14px; font-weight: 750; border-bottom: 1px solid rgba(105, 201, 255, .28); }

    .audit-card {
      padding: clamp(26px, 3vw, 40px);
      border: 1px solid rgba(105, 201, 255, .24);
      border-radius: 28px;
      background: rgba(8, 27, 48, .78);
      box-shadow: 0 36px 100px rgba(0, 0, 0, .28), inset 0 1px rgba(232, 249, 255, .06);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }

    .audit-card-top { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .audit-card-top span { color: var(--teal); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
    .audit-card-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
    .audit-card h3 { margin-bottom: 10px; color: #effbff; font-size: 29px; line-height: 1.08; letter-spacing: -.04em; }
    .audit-card > p { margin-bottom: 25px; color: rgba(211, 237, 246, .52); font-size: 13px; line-height: 1.65; }
    .audit-form { min-width: 0; display: grid; gap: 13px; }
    .audit-form > .errors-cont {
      margin: 0 0 2px;
      padding: 12px 14px;
      scroll-margin-top: 110px;
      display: grid;
      gap: 4px;
      color: #ffd5d1;
      border: 1px solid rgba(255, 118, 94, .42);
      border-radius: 11px;
      background: rgba(92, 29, 28, .38);
      font-size: 11px;
      line-height: 1.45;
    }
    .audit-form > .errors-cont:empty { display: none; }
    .audit-form .error { margin: 5px 2px 0; display: block; color: #ffaca3; font-size: 10px; line-height: 1.4; }
    .audit-form-fields { min-width: 0; display: grid; gap: 10px; }
    .audit-field { position: relative; min-width: 0; display: block; }
    .audit-field > span:not(.error) { position: absolute; left: 16px; top: 10px; z-index: 2; color: rgba(199, 232, 242, .39); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; pointer-events: none; }
    .audit-field input,
    .audit-field select {
      width: 100%;
      min-height: 62px;
      padding: 24px 16px 8px;
      border: 1px solid rgba(105, 201, 255, .16);
      border-radius: 12px;
      outline: none;
      color: #ebfaff;
      background: rgba(1, 13, 27, .5);
      transition: border-color .2s ease, background .2s ease;
    }

    .audit-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--teal) 50%), linear-gradient(135deg, var(--teal) 50%, transparent 50%); background-position: calc(100% - 18px) 29px, calc(100% - 13px) 29px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
    .audit-field select option { color: #eefbff; background: #071527; }
    .audit-field input:focus,
    .audit-field select:focus { border-color: rgba(105, 201, 255, .58); background-color: rgba(4, 18, 35, .78); }

    .audit-captcha-block {
      padding: 13px;
      border: 1px solid rgba(105, 201, 255, .14);
      border-radius: 14px;
      background: rgba(1, 13, 27, .34);
    }
    .audit-captcha-title { margin: 0 0 10px; color: rgba(199, 232, 242, .42); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
    .flex-captcha { min-width: 0; display: grid; gap: 10px; }
    .flex-captcha__challenge { min-width: 0; display: flex; flex-wrap: wrap; gap: 10px; }
    .flex-captcha__image {
      width: 200px;
      height: 60px;
      max-width: 100%;
      flex: 0 1 200px;
      border: 1px solid rgba(118, 218, 255, .26);
      border-radius: 10px;
      background: #07192a;
      box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 10px 24px rgba(0, 0, 0, .16);
    }
    .flex-captcha__refresh {
      min-height: 60px;
      min-width: 126px;
      padding: 9px 11px;
      flex: 1 1 126px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: rgba(214, 243, 250, .72);
      border: 1px solid rgba(105, 201, 255, .2);
      border-radius: 10px;
      background: rgba(7, 29, 49, .72);
      font-size: 9px;
      font-weight: 750;
      line-height: 1.25;
      transition: color .2s ease, border-color .2s ease, background .2s ease;
    }
    .flex-captcha__refresh svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: var(--teal); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .35s ease; }
    .flex-captcha__refresh:hover,
    .flex-captcha__refresh:focus-visible { color: #f0fbff; border-color: rgba(105, 201, 255, .5); background: rgba(10, 43, 70, .86); }
    .flex-captcha__refresh:focus-visible { outline: 2px solid rgba(105, 201, 255, .28); outline-offset: 2px; }
    .flex-captcha__refresh:disabled { cursor: wait; opacity: .58; }
    .flex-captcha.is-loading .flex-captcha__refresh svg { animation: captchaRefreshSpin .85s linear infinite; }
    .flex-captcha__field { min-width: 0; display: grid; gap: 6px; }
    .flex-captcha__field > span { color: rgba(199, 232, 242, .42); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
    .flex-captcha__field input {
      width: 100%;
      height: 54px;
      padding: 0 16px;
      outline: none;
      color: #f0fbff;
      border: 1px solid rgba(105, 201, 255, .2);
      border-radius: 10px;
      background: rgba(1, 13, 27, .54);
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-size: 19px;
      font-weight: 700;
      letter-spacing: .32em;
      text-transform: lowercase;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .flex-captcha__field input:focus { border-color: rgba(105, 201, 255, .62); background: rgba(4, 18, 35, .82); box-shadow: 0 0 0 4px rgba(105, 201, 255, .07); }
    .flex-captcha__message { min-height: 0; color: rgba(185, 225, 238, .54); font-size: 9px; line-height: 1.4; }
    .flex-captcha__message:empty { display: none; }
    .flex-captcha--pending { grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; }
    .flex-captcha__pending { min-height: 60px; padding: 0 14px; display: flex; align-items: center; color: rgba(205, 234, 243, .52); border: 1px dashed rgba(105, 201, 255, .2); border-radius: 10px; font-size: 10px; }
    .flex-captcha--pending .flex-captcha__refresh { min-width: 138px; }
    .flex-captcha--pending .flex-captcha__message { grid-column: 1 / -1; }

    .audit-consent {
      display: grid;
      grid-template-columns: 17px minmax(0, 1fr);
      align-items: flex-start;
      gap: 9px;
      color: rgba(199, 229, 239, .52);
      font-size: 10px;
      line-height: 1.45;
      cursor: pointer;
    }
    .audit-consent input { grid-column: 1; grid-row: 1; width: 17px; height: 17px; margin: 0; accent-color: var(--teal); }
    .audit-consent > span:not(.error) { grid-column: 2; grid-row: 1; }
    .audit-consent > .error { grid-column: 2; grid-row: 2; }
    .audit-consent a { color: rgba(149, 224, 255, .82); border-bottom: 1px solid rgba(105, 201, 255, .25); }
    .audit-submit { min-height: 62px; margin-top: 4px; border: 0; border-radius: 12px; color: #07152a; background: linear-gradient(105deg, var(--mint), var(--teal), var(--lime)); font-weight: 850; transition: transform .2s ease, filter .2s ease; }
    .audit-submit:hover,
    .audit-submit:focus-visible { filter: brightness(1.08); transform: translateY(-2px); }
    .audit-submit:disabled { cursor: wait; filter: saturate(.45); opacity: .62; transform: none; }
    .audit-privacy { margin: 3px 0 0; color: rgba(200, 230, 240, .34); font-size: 9px; line-height: 1.5; }
    .audit-card .success-response { width: 100%; }
    .audit-success { min-height: 380px; display: flex; flex-direction: column; justify-content: center; }
    .audit-success-signal { width: 12px; height: 12px; margin-bottom: 28px; border: 1px solid rgba(105, 201, 255, .65); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 8px rgba(105, 201, 255, .06), 0 0 24px rgba(255, 118, 94, .42); }
    .audit-success-kicker { margin-bottom: 10px; color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
    .audit-success h3 { margin-bottom: 14px; color: #effbff; font-size: 34px; line-height: 1; letter-spacing: -.045em; }
    .audit-success > p:not(.audit-success-kicker) { margin-bottom: 28px; color: rgba(211, 237, 246, .58); font-size: 13px; line-height: 1.7; }
    .audit-success a { width: fit-content; min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; color: #dff8ff; border: 1px solid rgba(105, 201, 255, .3); border-radius: 10px; background: rgba(8, 34, 56, .72); font-size: 10px; font-weight: 750; }
    @keyframes captchaRefreshSpin { to { transform: rotate(360deg); } }

    .site-footer {
      --footer-steel: #236f8b;
      --footer-ice: #173f54;
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      isolation: isolate;
      color-scheme: light;
      color: #18384b;
      background:
        linear-gradient(180deg, #718b98 0, rgba(151, 176, 187, .96) 30px, rgba(214, 230, 236, .92) 72px, rgba(239, 247, 249, .58) 112px, transparent 156px),
        radial-gradient(circle at 17% 31%, rgba(25, 135, 178, .13), transparent 31%),
        radial-gradient(circle at 84% 68%, rgba(55, 113, 147, .1), transparent 34%),
        linear-gradient(146deg, #f5fafb 0%, #e7f1f5 48%, #f0f7f9 100%);
      border-top: 1px solid rgba(166, 225, 241, .34);
      box-shadow: inset 0 1px rgba(240, 253, 255, .5);
    }

    .site-footer::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      pointer-events: none;
      opacity: .62;
      background-image: linear-gradient(rgba(28, 106, 141, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 106, 141, .07) 1px, transparent 1px), repeating-linear-gradient(135deg, transparent 0 38px, rgba(29, 103, 138, .022) 38px 39px);
      background-size: 44px 44px, 44px 44px, auto;
      -webkit-mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .82) 60%, transparent 100%);
      mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .82) 60%, transparent 100%);
    }

    .site-footer::after {
      content: "FLEXCORE";
      position: absolute;
      right: clamp(18px, 3vw, 52px);
      bottom: clamp(20px, 3.5vh, 42px);
      z-index: -1;
      pointer-events: none;
      color: transparent;
      -webkit-text-stroke: 1px rgba(32, 100, 130, .065);
      font-size: clamp(88px, 11.5vw, 190px);
      font-weight: 600;
      line-height: 1;
      letter-spacing: -.085em;
      white-space: nowrap;
    }

    .footer-signal { position: absolute; top: 0; left: 5.2vw; right: 5.2vw; z-index: 3; height: 92px; overflow: hidden; pointer-events: none; }
    .footer-signal::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 53px; background: linear-gradient(180deg, rgba(196, 239, 249, .92), rgba(30, 131, 169, .32)); box-shadow: 0 0 13px rgba(72, 187, 219, .34); }
    .footer-signal-rail { position: absolute; top: 53px; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(28, 121, 158, .2) 11%, rgba(51, 145, 178, .54) 50%, rgba(28, 121, 158, .2) 89%, transparent); }
    .footer-signal-rail::before,
    .footer-signal-rail::after { content: ""; position: absolute; top: 0; width: clamp(70px, 10vw, 150px); height: 1px; opacity: .92; background: linear-gradient(90deg, transparent, #effcff 50%, transparent); filter: drop-shadow(0 0 6px rgba(59, 169, 202, .7)); animation: footerSignalRun 7.5s linear infinite; }
    .footer-signal-rail::after { animation-delay: -3.75s; }
    .footer-signal-node { position: absolute; top: 47px; left: 50%; width: 13px; height: 13px; border: 1px solid rgba(42, 133, 166, .72); border-radius: 50%; background: #eff8fa; box-shadow: 0 0 0 6px rgba(42, 130, 163, .055), 0 0 18px rgba(47, 149, 181, .3); transform: translateX(-50%); }
    .footer-signal-node::after { content: ""; position: absolute; inset: 3px; border-radius: inherit; background: #247c9c; box-shadow: 0 0 8px rgba(42, 145, 179, .55); animation: footerNodePulse 2.8s ease-in-out infinite; }

    .footer-inner {
      position: relative;
      z-index: 2;
      width: min(100%, 1600px);
      min-height: 100vh;
      margin: 0 auto;
      padding: clamp(116px, 14vh, 158px) clamp(30px, 5.2vw, 82px) clamp(34px, 4.5vh, 56px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: clamp(46px, 6vh, 74px);
    }

    .footer-main { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(560px, 1.18fr); gap: clamp(64px, 8vw, 132px); align-items: start; }
    .footer-brand { min-width: 0; overflow: visible; }
    .footer-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 16px; color: rgba(48, 91, 109, .58); font-size: 9px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
    .footer-kicker::before { content: ""; width: 24px; height: 1px; background: linear-gradient(90deg, var(--footer-steel), transparent); box-shadow: 0 0 7px rgba(48, 141, 174, .2); }

    .footer-wordmark {
      width: fit-content;
      margin: 0;
      padding: .08em .035em .14em 0;
      display: inline-block;
      overflow: visible;
      color: var(--footer-ice);
      background: linear-gradient(108deg, #173f54 0%, #6f9bab 34%, #245f78 58%, #89afbc 78%, #173f54 100%);
      background-size: 230% 100%;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(0 12px 30px rgba(49, 108, 130, .1));
      font-size: clamp(48px, 5.1vw, 84px);
      font-weight: 500;
      line-height: 1;
      letter-spacing: -.075em;
      white-space: nowrap;
      animation: footerWordmarkFlow 10s ease-in-out infinite alternate;
    }

    .footer-tagline { max-width: 470px; margin: 30px 0 0; color: rgba(48, 78, 92, .75); font-size: clamp(14px, 1.1vw, 17px); line-height: 1.7; }
    .footer-accreditation { width: fit-content; max-width: 100%; margin-top: 24px; padding: 10px 13px 10px 11px; display: inline-flex; align-items: center; gap: 9px; color: rgba(42, 84, 102, .75); border: 1px solid rgba(34, 111, 141, .18); border-radius: 999px; background: rgba(255, 255, 255, .48); font-size: 9px; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: color .3s ease, border-color .3s ease, background .3s ease; }
    .footer-accreditation::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: #277f9f; box-shadow: 0 0 10px rgba(43, 141, 174, .42); animation: footerNodePulse 2.8s ease-in-out infinite; }
    .footer-accreditation:hover,
    .footer-accreditation:focus-visible { color: #123f54; border-color: rgba(27, 108, 140, .38); background: rgba(255, 255, 255, .76); }

    .footer-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(26px, 3.3vw, 54px); }
    .footer-column { position: relative; min-width: 0; padding-top: 19px; border-top: 1px solid rgba(29, 104, 134, .18); }
    .footer-column::before { content: ""; position: absolute; top: -1px; left: 0; width: 34px; height: 1px; background: #277c9c; box-shadow: 0 0 8px rgba(41, 137, 170, .3); transition: width .45s ease; }
    .footer-column:hover::before { width: min(100%, 88px); }
    .footer-column-title { margin: 0 0 21px; color: rgba(47, 86, 102, .58); font-size: 9px; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; }
    .footer-links { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
    .footer-links a,
    .footer-links span { width: fit-content; max-width: 100%; display: inline-flex; align-items: center; gap: 8px; color: rgba(38, 70, 84, .78); font-size: 12px; line-height: 1.45; }
    .footer-links a { transition: color .28s ease, transform .28s ease; }
    .footer-links a::after { content: ""; width: 13px; height: 1px; opacity: 0; background: currentColor; transform: translateX(-8px); transition: opacity .28s ease, transform .28s ease; }
    .footer-links a:hover,
    .footer-links a:focus-visible { color: #0a4865; transform: translateX(3px); }
    .footer-links a:hover::after,
    .footer-links a:focus-visible::after { opacity: .58; transform: translateX(0); }
    .footer-links .footer-contact-primary { color: #153f54; font-size: 14px; letter-spacing: -.015em; }
    .footer-links .footer-hours { color: rgba(61, 91, 103, .58); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

    .footer-meta { margin-top: auto; display: grid; gap: 25px; }
    .footer-location { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(29, 104, 134, .15); border-bottom: 1px solid rgba(29, 104, 134, .15); }
    .footer-address { display: flex; align-items: center; gap: 13px; color: rgba(35, 73, 90, .78); font-size: clamp(13px, 1.05vw, 16px); line-height: 1.45; transition: color .3s ease; }
    .footer-address::before { content: ""; width: 9px; height: 9px; flex: 0 0 9px; border: 1px solid #337e99; border-radius: 50%; box-shadow: 0 0 0 5px rgba(48, 132, 162, .05), 0 0 10px rgba(51, 139, 169, .18); }
    .footer-address:hover,
    .footer-address:focus-visible { color: #0a3f59; }
    .footer-location-meta { display: flex; align-items: center; gap: 15px; color: rgba(55, 83, 95, .54); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
    .footer-location-meta::before { content: ""; width: 34px; height: 1px; background: linear-gradient(90deg, transparent, rgba(35, 112, 141, .4)); }
    .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: rgba(59, 85, 96, .52); font-size: 9px; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
    .footer-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; }
    .footer-to-top { display: inline-flex; align-items: center; gap: 12px; color: rgba(39, 77, 94, .7); transition: color .3s ease; }
    .footer-to-top::after { content: ""; width: 8px; height: 8px; border-top: 1px solid currentColor; border-left: 1px solid currentColor; transform: translateY(2px) rotate(45deg); transition: transform .3s ease; }
    .footer-to-top:hover,
    .footer-to-top:focus-visible { color: #0d4058; }
    .footer-to-top:hover::after,
    .footer-to-top:focus-visible::after { transform: translateY(-3px) rotate(45deg); }

    @keyframes footerSignalRun { from { left: -14%; } to { left: 104%; } }
    @keyframes footerNodePulse { 0%, 100% { opacity: .48; transform: scale(.78); } 50% { opacity: 1; transform: scale(1.08); } }
    @keyframes footerWordmarkFlow { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }

    .js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .72, .2, 1); }
    .js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

    @media (max-width: 1180px) {
      :root { --shell: min(100% - 48px, 1120px); }
      .main-nav { gap: 18px; }
      .main-nav > a { font-size: 11px; }
      .mini-logo { margin-right: 38px; }
      .footer-inner { padding-inline: 40px; }
      .footer-main { grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 4.5vw, 58px); }
      .footer-columns { gap: clamp(18px, 2.5vw, 34px); }
      .footer-wordmark { font-size: clamp(48px, 5.6vw, 66px); }
      .method-flow { grid-template-columns: repeat(3, 1fr); }
      .method-flow::before { display: none; }
      .method-step { min-height: 275px; }
      .method-step strong { margin-top: 70px; }
      .method-step:nth-child(4), .method-step:nth-child(5) { grid-column: span 1; }
      .report-signals { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 940px) {
      .site-header { height: 76px; min-height: 76px; padding: 19px 24px 0; }
      .mini-logo { margin: 9px 0 0; }
      .menu-toggle { display: block; }
      .header-actions { margin-left: 10px; }
      .main-nav {
        position: absolute;
        top: 76px;
        left: 18px;
        right: 18px;
        z-index: 2;
        min-height: 0;
        max-height: calc(100svh - 92px);
        padding: 9px;
        display: grid;
        gap: 0;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid rgba(83, 184, 232, .25);
        border-radius: 18px;
        background: linear-gradient(rgba(62, 166, 222, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 166, 222, .045) 1px, transparent 1px), rgba(3, 12, 24, .97);
        background-size: 24px 24px, 24px 24px, auto;
        box-shadow: 0 22px 60px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .04);
        -webkit-backdrop-filter: blur(22px) saturate(135%);
        backdrop-filter: blur(22px) saturate(135%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px) scale(.985);
        transform-origin: 80% 0;
        transition: opacity .28s ease, transform .38s cubic-bezier(.2, .78, .2, 1), visibility 0s linear .38s;
      }
      .site-header.is-menu-open .main-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
      .main-nav > a,
      .main-nav-home-links a,
      .site-header.is-light .main-nav > a,
      .site-header.is-light .main-nav-home-links a { min-height: 48px; padding: 0 14px; display: flex; align-items: center; color: rgba(220, 233, 247, .82); border-bottom: 1px solid rgba(102, 178, 218, .12); font-size: 12px; letter-spacing: .045em; }
      .main-nav-home-links { width: 100%; padding-top: 7px; border-top: 1px solid rgba(102, 178, 218, .18); display: grid; }
      .main-nav-home-title { min-height: 38px; padding: 8px 14px 5px; display: flex; align-items: center; color: rgba(125, 215, 244, .5); font-size: 7px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
      .main-nav-home-links a { position: relative; padding-left: 52px; }
      .main-nav-home-links a::before { content: attr(data-home-index); position: absolute; left: 14px; color: rgba(112, 211, 244, .42); font-size: 7px; font-weight: 600; letter-spacing: .13em; }
      .main-nav-home-links a:last-child { border-bottom: 0; }

      .hero { min-height: auto; padding: 132px 0 90px; }
      .section-heading,
      .pricing-head { grid-template-columns: 1fr; gap: 24px; }
      .principles-grid { grid-template-columns: 1fr 1fr; }
      .principle-card:last-child { grid-column: 1 / -1; min-height: 320px; }
      .scope-layout { grid-template-columns: 1fr; }
      .scope-copy,
      .faq-heading { position: static; }
      .technology-grid { grid-template-columns: 1fr; }
      .technology-card { min-height: 450px; }
      .pricing-grid { grid-template-columns: 1fr; }
      .pricing-card { min-height: 0; }
      .pricing-card--featured { transform: none; }
      .pricing-card > p { min-height: 0; }
      .faq-layout { grid-template-columns: 1fr; }
      .request-layout { grid-template-columns: 1fr; }
      .audit-card { width: min(100%, 680px); }
      .footer-main { grid-template-columns: minmax(240px, .67fr) minmax(0, 1.33fr); gap: 32px; }
      .footer-columns { gap: 18px; }
      .footer-tagline { font-size: 14px; }
      .footer-links a,
      .footer-links span { font-size: 11px; }
    }

    @media (max-width: 700px) {
      :root { --shell: min(100% - 30px, 650px); --radius-lg: 24px; --radius-md: 18px; }
      .site-header { height: 74px; min-height: 74px; padding: 19px 18px 0; }
      .main-nav { top: 66px; left: 10px; right: 10px; }
      .header-actions > a { min-width: 124px; height: 40px; padding-inline: 12px; font-size: 11px; }
      .hero { padding-top: 118px; }
      .breadcrumbs { margin-bottom: 36px; }
      .hero-actions,
      .cta-actions { align-items: stretch; flex-direction: column; }
      .button-primary,
      .button-secondary { width: 100%; }
      .section-pad { padding: 80px 0; }
      .section-heading { margin-bottom: 44px; }
      .section-heading h2,
      .scope-copy h2,
      .pricing-head h2,
      .faq-heading h2,
      .request-copy h2 { font-size: clamp(42px, 13vw, 64px); }
      .principles-grid { grid-template-columns: 1fr; }
      .principle-card,
      .principle-card:last-child { min-height: 330px; grid-column: auto; }
      .principle-card > small { margin-bottom: 66px; }
      .work-item { grid-template-columns: 42px minmax(0, 1fr); padding: 26px 0; }
      .work-item-head { display: block; }
      .method-flow { grid-template-columns: 1fr; }
      .method-step { min-height: 230px; }
      .method-step strong { margin-top: 54px; }
      .monthly-report { grid-template-columns: 1fr; gap: 24px; padding: 20px; }
      .technology-card { min-height: 500px; padding: 26px; }
      .technology-card > small { margin-bottom: 48px; }
      .robot-core { width: 132px; height: 132px; right: 20px; bottom: 20px; }
      .ai-map { right: 20px; bottom: 20px; transform: scale(.8); transform-origin: right bottom; }
      .pricing-card { padding: 25px; }
      .pricing-label { margin-bottom: 38px; }
      .price-factors { grid-template-columns: 1fr; gap: 16px; padding: 22px; }
      .faq-item summary { padding-block: 23px; font-size: 19px; }
      .faq-item p { padding-right: 0; }
      .request-direct { flex-direction: column; align-items: flex-start; }
      .audit-card { padding: 20px; border-radius: 20px; }
      .flex-captcha--pending { grid-template-columns: 1fr; }
      .flex-captcha--pending .flex-captcha__message { grid-column: 1; }
      .flex-captcha--pending .flex-captcha__refresh { min-width: 0; }
      .site-footer,
      .footer-inner { min-height: auto; }
      .site-footer::after { right: 16px; bottom: 18px; font-size: 17vw; }
      .footer-signal { left: 22px; right: 22px; }
      .footer-inner { padding: 100px 16px 30px; gap: 48px; }
      .footer-main { grid-template-columns: 1fr; gap: 42px; }
      .footer-wordmark { font-size: clamp(46px, 15vw, 60px); }
      .footer-tagline { max-width: 590px; margin-top: 24px; }
      .footer-accreditation { align-items: flex-start; border-radius: 16px; }
      .footer-columns { grid-template-columns: 1fr; gap: 32px; }
      .footer-column { padding-top: 16px; }
      .footer-column-title { margin-bottom: 16px; }
      .footer-links { gap: 11px; }
      .footer-links a,
      .footer-links span { font-size: 12px; }
      .footer-links .footer-contact-primary { font-size: 14px; }
      .footer-location { padding: 21px 0; align-items: flex-start; flex-direction: column; gap: 15px; }
      .footer-location-meta { white-space: normal; }
      .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
    }

    @media (max-width: 430px) {
      .header-actions > a { min-width: 112px; padding-inline: 9px; font-size: 10px; }
      .technology-card { min-height: 530px; }
      .report-signals { grid-template-columns: 1fr; }
    }

    @media (max-width: 1180px) {
      .hero-title { width: 42vw; }
      .hero-wall { width: 54vw; }
      .artifact-serp-copy > strong { max-width: 88%; }
      .artifact-serp-copy > p { max-width: 84%; }
      .hero-bottom { grid-template-columns: minmax(250px, 350px) 1fr auto; gap: 30px; }
    }

    @media (max-width: 940px) {
      .hero { min-height: max(1060px, 100svh); padding: 112px 0 36px; }
      .hero-shell { width: var(--shell); }
      .hero-showcase { min-height: 900px; }
      .hero-title { top: 52px; width: 95%; }
      .hero-title span { font-size: clamp(38px, 6.3vw, 58px); }
      .hero-title strong { font-size: clamp(57px, 9.2vw, 82px); }
      .hero-title em { margin-left: .55em; font-size: clamp(74px, 12.4vw, 108px); }
      .hero-wall { top: 308px; right: 0; bottom: 152px; width: 100%; }
      .hero-artifact--serp { grid-column: 1; grid-row: 1 / 4; }
      .hero-artifact--map { grid-column: 2; grid-row: 1; }
      .hero-artifact--signal { grid-column: 2; grid-row: 2; }
      .hero-artifact--ai { grid-column: 2; grid-row: 3; }
      .hero-bottom { grid-template-columns: minmax(0, 1fr) auto; gap: 16px 28px; }
      .hero-bottom .hero-lead { grid-column: 1 / -1; max-width: 480px; }
      .hero-bottom .hero-actions { justify-self: start; }
      .hero-counter { grid-column: 2; grid-row: 2; }
    }

    @media (max-width: 700px) {
      .hero { min-height: auto; padding: 104px 0 32px; }
      .hero::before { bottom: 1%; font-size: 29vw; }
      .hero::after { width: 78vw; opacity: .28; }
      .hero .breadcrumbs { margin-top: 22px; margin-bottom: 28px; }
      .hero-showcase { min-height: 0; }
      .hero-showcase::before { top: 24%; right: -25%; width: 120vw; }
      .hero-topline { position: static; font-size: 6px; }
      .hero-topline .eyebrow { font-size: 6px; letter-spacing: .14em; }
      .hero-live { display: none; }
      .hero-title { position: relative; top: auto; width: 100%; margin-top: 27px; }
      .hero-title span { margin-left: .04em; font-size: clamp(32px, 10vw, 50px); line-height: .82; }
      .hero-title strong { margin: 0; font-size: clamp(40px, 12.2vw, 66px); line-height: .8; }
      .hero-title em { margin: -.02em 0 0 .22em; font-size: clamp(64px, 20vw, 98px); line-height: .74; }
      .hero-wall {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        margin: 32px 0 30px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 292px 166px 116px;
        gap: 8px;
      }
      .hero-artifact--serp { grid-column: 1 / -1; grid-row: 1; }
      .hero-artifact--map { grid-column: 1; grid-row: 2; padding: 16px; }
      .hero-artifact--signal { grid-column: 2; grid-row: 2; padding: 16px; }
      .hero-artifact--ai { grid-column: 1 / -1; grid-row: 3; padding: 15px 17px; }
      .hero-artifact--map > strong { margin: 9px 0 12px; font-size: 30px; }
      .artifact-clusters { gap: 4px; }
      .artifact-clusters span { padding: 4px 0; font-size: 5px; }
      .artifact-index { right: 14px; bottom: 10px; font-size: 10px; }
      .hero-artifact--signal > strong { margin-top: 8px; font-size: 15px; }
      .artifact-graph { bottom: 10px; height: 34%; }
      .artifact-serp-copy { padding: 24px 22px 20px; }
      .artifact-serp-copy > small { margin-bottom: 17px; }
      .artifact-serp-copy > strong { font-size: 24px; }
      .artifact-serp-copy > p { margin-top: 12px; font-size: 9px; }
      .hero-artifact--ai { grid-template-columns: auto 1fr; }
      .hero-artifact--ai > strong { font-size: 50px; }
      .hero-artifact--ai p { font-size: 8px; }
      .hero-bottom { position: static; grid-template-columns: minmax(0, 1fr) auto; gap: 18px 12px; }
      .hero-bottom .hero-lead { max-width: 390px; font-size: 11px; }
      .hero-bottom .hero-actions { width: 100%; }
      .hero-bottom .button-primary,
      .hero-bottom .button-secondary { width: 100%; }
      .hero-counter strong { font-size: 36px; }
      .hero-counter span { font-size: 7px; }
    }

    @media (max-width: 430px) {
      .hero-topline .eyebrow::before { width: 25px; }
      .hero-title span { font-size: clamp(30px, 9.5vw, 40px); }
      .hero-title strong { font-size: clamp(37px, 11.7vw, 50px); }
      .hero-title em { font-size: clamp(60px, 19vw, 82px); }
      .hero-wall { grid-template-rows: 282px 166px 112px; }
      .artifact-serp-copy > strong { font-size: 21px; }
      .artifact-serp-copy > p { max-width: 260px; }
      .artifact-stamp { right: 11px; top: 11px; }
      .hero-bottom { grid-template-columns: 1fr; }
      .hero-bottom .hero-lead,
      .hero-bottom .hero-actions,
      .hero-counter { grid-column: 1; grid-row: auto; }
      .hero-counter { justify-self: end; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .js [data-reveal] { opacity: 1; transform: none; }
    }
