  /* Keep these content areas on the same shared page width and left edge. */
  #platform .transaction-types-inner,
  #pricing .pricing-inner {
    width: min(80%, 1280px) !important;
    max-width: 1280px !important;
    margin-inline: auto !important;
  }

  #platform .transaction-types-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    text-align: left !important;
  }

  /* Let both plans occupy the complete site-width grid. */
  #pricing .pricing-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.65fr) minmax(340px, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    align-items: stretch !important;
  }

  #pricing .pricing-card {
    width: 100% !important;
    max-width: none !important;
  }

  #pricing .pricing-unlimited h3 {
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
  }

  #pricing .pricing-price strong {
    font-family: "Unbounded", sans-serif !important;
    font-size: 50px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
  }

  #pricing .pricing-card-intro {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  /* Make the comparison handoff unmistakable. */
  #comparison .comparison-merge-arrow,
  #comparison .comparison-arrow,
  #comparison .comparison-transition-arrow {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    border-radius: 999px !important;
    font-size: 34px !important;
    line-height: 1 !important;
    z-index: 5 !important;
  }

  /* Re-seat each map label so the connector endpoints land beside the copy. */
  .shrk-system-map-stage {
    position: relative !important;
    min-height: 760px !important;
  }

  .shrk-system-map-stage .system-callout {
    width: clamp(142px, 13vw, 190px) !important;
    max-width: 190px !important;
    z-index: 3 !important;
  }

  .shrk-system-map-stage .system-callout h3,
  .shrk-system-map-stage .system-callout p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  .system-callout-share { top: 19% !important; left: 1% !important; }
  .system-callout-intake { top: 9% !important; left: 27% !important; }
  .system-callout-workspaces { top: 1% !important; left: 50% !important; transform: translateX(-50%) !important; }
  .system-callout-tasks { top: 8% !important; left: 69% !important; }
  .system-callout-management { top: 24% !important; right: 0 !important; left: auto !important; }
  .system-callout-mandates { bottom: 9% !important; left: 0 !important; top: auto !important; }
  .system-callout-contacts { bottom: 5% !important; left: 22% !important; top: auto !important; }
  .system-callout-network { bottom: 0 !important; left: 44% !important; top: auto !important; }
  .system-callout-documents { bottom: 4% !important; left: 62% !important; top: auto !important; }
  .system-callout-messaging { bottom: 12% !important; right: 0 !important; left: auto !important; top: auto !important; }

  @media (max-width: 980px) {
    #platform .transaction-types-inner,
    #pricing .pricing-inner {
      width: calc(100% - 48px) !important;
    }

    #pricing .pricing-grid {
      grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr) !important;
    }

    .shrk-system-map-stage {
      min-height: 680px !important;
    }

    .shrk-system-map-stage .system-callout {
      width: 145px !important;
    }
  }

  @media (max-width: 720px) {
    #platform .transaction-types-inner,
    #pricing .pricing-inner {
      width: calc(100% - 32px) !important;
    }

    #pricing .pricing-grid {
      grid-template-columns: 1fr !important;
    }

    #comparison .comparison-merge-arrow,
    #comparison .comparison-arrow,
    #comparison .comparison-transition-arrow {
      width: 58px !important;
      height: 58px !important;
      min-width: 58px !important;
      min-height: 58px !important;
      font-size: 28px !important;
    }

    .shrk-system-map-stage {
      min-height: 980px !important;
    }

    .shrk-system-map-stage .system-callout {
      width: min(42vw, 160px) !important;
    }

    .system-callout-share { top: 5% !important; left: 0 !important; }
    .system-callout-intake { top: 5% !important; right: 0 !important; left: auto !important; }
    .system-callout-workspaces { top: 20% !important; left: 0 !important; transform: none !important; }
    .system-callout-tasks { top: 20% !important; right: 0 !important; left: auto !important; }
    .system-callout-management { top: 62% !important; right: 0 !important; }
    .system-callout-mandates { bottom: 20% !important; left: 0 !important; }
    .system-callout-contacts { bottom: 20% !important; right: 0 !important; left: auto !important; }
    .system-callout-network { bottom: 5% !important; left: 0 !important; }
    .system-callout-documents { bottom: 5% !important; right: 0 !important; left: auto !important; }
    .system-callout-messaging { top: 62% !important; left: 0 !important; right: auto !important; bottom: auto !important; }
  }
  /* Keep these sections on the same shared content rails as the header/footer. */
  #platform .transaction-types-inner,
  #pricing .pricing-inner {
    width: min(80%, 1280px) !important;
    max-width: 1280px !important;
    margin-inline: auto !important;
  }

  /* The tag field belongs to the left rail, not a centered cloud. */
  #platform .transaction-types-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    text-align: left !important;
  }

  /* Let both pricing columns consume the entire shared content width. */
  #pricing .pricing-grid {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    grid-template-columns: minmax(0, 1.7fr) minmax(360px, 1fr) !important;
    align-items: stretch !important;
  }
  #pricing .pricing-card {
    width: 100% !important;
    max-width: none !important;
  }
  #pricing .pricing-unlimited h3 {
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
  }
  #pricing .pricing-price strong {
    font-family: "Unbounded", sans-serif !important;
    font-size: 50px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
  }
  #pricing .pricing-card-intro {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  /* Make the before/after transition unmistakable. */
  .comparison-merge-arrow,
  .comparison-flow-arrow,
  .comparison-transition-arrow,
  .comparison-arrow,
  .comparison-bridge,
  .comparison-grid::after {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    font-size: 34px !important;
    border-radius: 50% !important;
  }

  /* Lock the system map to one stable coordinate system so labels meet leaders. */
  .shrk-system-map-stage {
    position: relative !important;
    min-height: 760px !important;
  }
  .system-callout {
    width: 210px !important;
    max-width: 210px !important;
  }
  .system-callout h3,
  .system-callout p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .system-callout-share { top: 19% !important; left: 1% !important; right: auto !important; bottom: auto !important; }
  .system-callout-intake { top: 9% !important; left: 27% !important; right: auto !important; bottom: auto !important; }
  .system-callout-workspaces { top: 1% !important; left: 50% !important; right: auto !important; bottom: auto !important; transform: translateX(-50%) !important; }
  .system-callout-tasks { top: 8% !important; left: 69% !important; right: auto !important; bottom: auto !important; }
  .system-callout-management { top: 24% !important; right: 0 !important; left: auto !important; bottom: auto !important; }
  .system-callout-mandates { bottom: 9% !important; left: 0 !important; right: auto !important; top: auto !important; }
  .system-callout-contacts { bottom: 5% !important; left: 22% !important; right: auto !important; top: auto !important; }
  .system-callout-network { bottom: 0 !important; left: 44% !important; right: auto !important; top: auto !important; }
  .system-callout-documents { bottom: 4% !important; left: 62% !important; right: auto !important; top: auto !important; }
  .system-callout-messaging { bottom: 12% !important; right: 0 !important; left: auto !important; top: auto !important; }

  @media (max-width: 1100px) {
    #platform .transaction-types-inner,
    #pricing .pricing-inner {
      width: min(88%, 1100px) !important;
    }
    #pricing .pricing-grid {
      grid-template-columns: minmax(0, 1.45fr) minmax(300px, 1fr) !important;
    }
    .shrk-system-map-stage { min-height: 700px !important; }
    .system-callout { width: 180px !important; max-width: 180px !important; }
  }

  @media (max-width: 760px) {
    #platform .transaction-types-inner,
    #pricing .pricing-inner {
      width: calc(100% - 40px) !important;
    }
    #pricing .pricing-grid { grid-template-columns: minmax(0, 1fr) !important; }
    .comparison-merge-arrow,
    .comparison-flow-arrow,
    .comparison-transition-arrow,
    .comparison-arrow,
    .comparison-bridge,
    .comparison-grid::after {
      width: 56px !important;
      height: 56px !important;
      min-width: 56px !important;
      min-height: 56px !important;
      font-size: 26px !important;
    }
    .shrk-system-map-stage {
      min-height: auto !important;
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      gap: 24px !important;
      padding-top: 300px !important;
    }
    .system-callout {
      position: relative !important;
      inset: auto !important;
      transform: none !important;
      width: 100% !important;
      max-width: none !important;
    }
  }
  /* Stack Sans is the primary brand family, served by Google Fonts. */
  * { box-sizing: border-box; margin: 0; padding: 0; }
  :root { --shrk-content-width: 992px; }
  html { scroll-behavior: smooth; scroll-padding-top: 64px; }
  body { font-family: "Stack Sans Text", "Hanken Grotesk", -apple-system, sans-serif; -webkit-font-smoothing: antialiased; background: #ffffff; }
  h1, h2, h3, h4 { font-family: "Unbounded", sans-serif !important; }
  h5, h6 { font-family: "Stack Sans Headline", "Hanken Grotesk", sans-serif !important; }
  h1 { font-size: 60px !important; }
  h2 { font-size: 48px !important; }
  h3 { font-size: 32px !important; }
  h4 { font-size: 24px !important; }
  .text-p2 {
    font-family: "Stack Sans Text", "Hanken Grotesk", sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.45;
  }
  a { color: inherit; text-decoration: none; }
  a:hover { color: inherit; }
  ::selection { background: #4aa8ff; color: #0b0d10; }
  @keyframes shrkFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  .site-header {
    height: 64px;
    background: transparent !important;
    transition: transform 0.24s ease, background-color 0.2s ease;
    will-change: transform;
  }
  .site-header.header-hidden { transform: translateY(-105%); }
  .site-header-inner {
    height: 64px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .desktop-cta a,
  .static-hero-actions a { font-family: "Unbounded", sans-serif; }
  .desktop-cta a { font-weight: 400 !important; }
  .header-login {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background: #000000 !important;
    box-shadow: none !important;
  }
  .site-header-inner,
  .static-hero-inner,
  .hero-copy,
  .platform-preview-section,
  .logo-cloud,
  .feature-section,
  .comparison-inner,
  .built-for-inner,
  .feature-rail-intro,
  .stats-inner,
  .final-cta-inner,
  .split-section,
  .product-pair-section,
  .tasks-section,
  .footer-inner,
  .closing-cta-inner {
    width: 100%;
    max-width: var(--shrk-content-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .header-beta {
    display: inline-flex;
    align-items: center;
    padding: 2px 5px;
    border: 1.5px solid transparent;
    border-radius: 7px;
    background: linear-gradient(#0b0d10,#0b0d10) padding-box,
      conic-gradient(from 160deg, #1212ff, #9b4dff, #ff55bd, #ffbd5a, #f7f7ff, #1d8cff, #1212ff) border-box;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.2;
  }
  .hero-layout { display: block !important; min-height: 0 !important; }
  .hero-copy {
    max-width: var(--shrk-content-width);
    min-height: 0;
    margin: 0 auto;
    padding: 104px 32px 0 !important;
  }
  .hero-heading { max-width: none !important; font-size: 50px !important; }
  .hero-heading-line { display: block; white-space: nowrap; }
  .hero-scroll {
    position: relative;
    height: 420vh;
    background: #e9efef;
  }
  .hero-sticky {
    position: sticky;
    top: 49px;
    height: calc(100vh - 49px);
    min-height: 620px;
    overflow: hidden;
    background: #e9efef;
    isolation: isolate;
  }
  .hero-ocean-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .hero-ocean-plane { fill: #e9efef; }
  .hero-water-layer { fill: #cbdcdd; opacity: 0.22; }
  .hero-contour {
    fill: none;
    stroke: #718e91;
    stroke-width: 1.1;
    opacity: 0.2;
  }
  .hero-contour-soft { opacity: 0.11; }
  .hero-ripple {
    fill: none;
    stroke: #6c898c;
    stroke-width: 1.2;
    opacity: 0.18;
    transform-box: fill-box;
    transform-origin: center;
    will-change: transform, opacity;
  }
  .hero-particle {
    fill: #617c80;
    opacity: 0.23;
  }
  .hero-shark-orbit {
    transform-box: view-box;
    transform-origin: 720px 450px;
    will-change: transform;
  }
  .hero-shark-silhouette {
    fill: #050607;
    filter: url(#heroSharkShadow);
  }
  .hero-shark-highlight {
    fill: none;
    stroke: rgba(255,255,255,0.18);
    stroke-width: 1.2;
    stroke-linecap: round;
  }
  .hero-product-card {
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    will-change: transform, opacity;
  }
  .hero-card-surface {
    fill: rgba(255,255,255,0.68);
    stroke: rgba(94,117,120,0.42);
    stroke-width: 1;
    filter: url(#heroGlassShadow);
  }
  .hero-card-icon {
    fill: rgba(255,255,255,0.48);
    stroke: #6b8386;
    stroke-width: 1;
  }
  .hero-card-title {
    fill: #152326;
    font-family: "Stack Sans Text", sans-serif;
    font-size: 13px;
    font-weight: 700;
  }
  .hero-card-line {
    fill: #7e9699;
    opacity: 0.5;
  }
  .hero-connection {
    fill: none;
    stroke: #587477;
    stroke-width: 1;
    stroke-dasharray: 7 9;
    opacity: 0;
    will-change: opacity, stroke-dashoffset;
  }
  .hero-mobile-cards,
  .hero-mobile-connections { display: none; }
  .cinematic-hero-copy {
    position: absolute;
    top: 50%;
    left: max(32px, calc((100vw - var(--shrk-content-width)) / 2));
    z-index: 4;
    width: min(560px, 44vw);
    transform: translateY(-50%);
    will-change: transform, opacity;
  }
  .cinematic-hero-copy h1 {
    max-width: 9ch;
    color: #0b0d10;
    font-size: clamp(52px, 6vw, 78px);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.055em;
    text-wrap: balance;
  }
  .cinematic-hero-copy p {
    max-width: 530px;
    margin-top: 28px;
    color: #46565a;
    font-size: 18px;
    line-height: 1.55;
    text-wrap: pretty;
  }
  .cinematic-hero-actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .cinematic-hero-actions a {
    min-height: 46px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    border: 1px solid #0b0d10;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    transition: opacity 0.25s ease;
  }
  .cinematic-hero-actions a:first-child {
    color: #ffffff;
    background: #0b0d10;
  }
  .cinematic-hero-actions a:last-child {
    color: #0b0d10;
    background: rgba(255,255,255,0.38);
    backdrop-filter: blur(12px);
  }
  .cinematic-hero-actions a:hover { opacity: 0.86; }
  .hero-end-state {
    position: absolute;
    right: 0;
    bottom: 8%;
    left: 0;
    z-index: 4;
    color: #0b0d10;
    font-family: "Stack Sans Headline", sans-serif;
    font-size: clamp(34px, 4.4vw, 58px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.045em;
    text-align: center;
    opacity: 0;
    transform: translateY(28px);
    will-change: transform, opacity;
    pointer-events: none;
  }
  .hero-scroll-cue {
    position: absolute;
    right: max(22px, calc((100vw - var(--shrk-content-width)) / 2));
    bottom: 24px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #66777b;
    font-family: "Unbounded", sans-serif;
    font-size: 8px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  .hero-scroll-cue::before {
    width: 34px;
    height: 1px;
    background: #7f9295;
    content: "";
  }
  .static-hero {
    position: relative;
    min-height: 117vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #202326;
    background-image:
      linear-gradient(rgba(8,10,12,0.36), rgba(8,10,12,0.48)),
      url("/assets/shrk-hero-background-v3.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #f7f8f9;
    isolation: isolate;
  }
  .static-hero-inner {
    min-height: 117vh;
    padding: 80px 32px 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .static-hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    animation: staticHeroEnter 0.8s cubic-bezier(.22,.61,.36,1) both;
  }
  .static-hero h1 {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(56px, 5.3vw, 72px);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.057em;
    text-wrap: balance;
  }
  .static-hero h1 span { display: block; }
  .static-hero-supporting {
    max-width: 670px;
    margin: 28px auto 0;
    color: #b8bec4;
    font-size: 14px;
    line-height: 1.5;
    text-wrap: pretty;
  }
  .static-hero-actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    flex-wrap: wrap;
  }
  .static-hero-actions a {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .static-hero-actions a:first-child { color: #0b0d10; background: #ffffff; }
  .static-hero-actions a:last-child { color: #ffffff; border-color: #636a71; background: transparent; }
  .static-hero-actions a:hover { opacity: 0.88; transform: translateY(-1px); }
  @keyframes staticHeroEnter {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: none; }
  }
  .platform-preview-section { display: none; padding: 0 32px 28px; }
  .platform-preview {
    width: 100%;
    max-width: none !important;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d9dde2;
    border-radius: 22px;
    background: #f2f4f7;
    box-shadow: 0 34px 90px -54px rgba(11,13,16,0.48);
  }
  .platform-preview-toolbar {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    border-bottom: 1px solid #dfe2e6;
    background: #fafbfc;
  }
  .platform-preview-toolbar span { width: 9px; height: 9px; border-radius: 50%; background: #d3d7dc; }
  .platform-preview-placeholder {
    aspect-ratio: 16 / 8.7;
    min-height: 420px;
    display: grid;
    place-items: center;
    background:
      linear-gradient(135deg, rgba(74,168,255,0.08), transparent 38%),
      repeating-linear-gradient(135deg,#eef1f4 0 18px,#f5f6f8 18px 36px);
  }
  .placeholder-label {
    padding: 10px 16px;
    border: 1px solid #d9dde2;
    border-radius: 999px;
    background: rgba(255,255,255,0.84);
    color: #78818b;
    font-family: monospace;
    font-size: 13px;
  }
  .logo-cloud { max-width: var(--shrk-content-width); margin: 0 auto; padding: 64px 32px 88px; }
  .trust-section {
    border-bottom-color: #303438 !important;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: #0b0d10;
  }
  .trust-section .logo-cloud { padding: 80px 32px !important; }
  .trust-metric {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    text-align: center;
  }
  .trust-metric h2 {
    color: #ffffff;
    font-size: clamp(72px, 10vw, 132px);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.06em;
  }
  .trust-metric p {
    max-width: 920px;
    margin-top: 34px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }
  .hero-trust-metric {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    min-height: 300px;
    padding: 50px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
  .hero-trust-metric .trust-metric {
    width: 100%;
    max-width: var(--shrk-content-width);
    min-height: 0;
    margin: 0 auto;
  }
  .trust-count { font-variant-numeric: tabular-nums; }
  .trust-statement {
    max-width: 900px;
    margin: 72px auto 0;
    text-align: center;
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -0.035em;
    color: #8b9097;
    text-wrap: balance;
  }
  .trust-statement strong {
    display: inline;
    color: transparent;
    font-weight: 500;
    background: linear-gradient(92deg, #ffffff 0%, #e6e9ec 20%, #4aa8ff 42%, #9b70ff 62%, #ff69bc 81%, #ff9b5d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .feature-icon {
    width: auto !important;
    height: auto !important;
    justify-content: flex-start !important;
    background: transparent !important;
    border-radius: 0 !important;
  }
  .feature-icon i { font-size: 26px !important; color: #0b0d10 !important; }
  .feature-card {
    border-color: #aeb3b9 !important;
    background: #f4f5f6 !important;
    box-shadow: none !important;
    transition: none !important;
  }
  .feature-card:hover {
    border-color: #aeb3b9 !important;
    background: #f4f5f6 !important;
    box-shadow: none !important;
  }
  .transaction-types-section {
    padding: 112px 0 120px;
    background: #ffffff;
  }
  .transaction-types-inner {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
    padding: 0;
  }
  .transaction-types-inner > h2 {
    max-width: none;
    margin: 0;
    color: #0b0d10;
    font-size: clamp(44px, 5vw, 64px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-align: left;
    text-wrap: balance;
  }
  .transaction-types-grid {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 72px 42px;
  }
  .transaction-type-card {
    min-width: 0;
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 0;
    color: #0b0d10;
    background: transparent;
    box-shadow: none;
  }
  .transaction-type-card > i { color: #0b0d10; font-size: 26px; }
  .transaction-type-card h4 {
    margin-top: 24px;
    color: #0b0d10;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.035em;
  }
  .transaction-type-card p {
    margin-top: 12px;
    color: #646a72;
    font-size: 16px;
    line-height: 1.5;
  }
  .quote-section {
    padding: 128px 0;
    border-top: 1px solid #e4e6e9;
    border-bottom: 1px solid #e4e6e9;
    background: #ffffff;
  }
  .quote-inner {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
  }
  .quote-inner h2 {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    color: #0b0d10;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }
  .quote-attribution {
    margin-top: 30px;
    color: #777d85;
    font-style: italic;
  }
  #platform { padding: 112px 0 120px !important; }
  #platform .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 72px 42px !important;
  }
  #platform .feature-card,
  #platform .feature-card:hover {
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  #platform .feature-card h4 {
    margin-top: 24px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.035em;
  }
  #platform .feature-card p {
    margin-top: 12px;
    color: #646a72;
    font-size: 16px;
    line-height: 1.5;
  }
  .transaction-features { margin-top: 128px; }
  .transaction-features > h2 {
    margin: 0;
    color: #0b0d10;
    text-align: left;
  }
  .transaction-features .feature-grid { margin-top: 54px !important; }
  .comparison-section {
    padding: 118px 32px 124px;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #d8dbe0;
  }
  .comparison-inner {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
  }
  .comparison-header { max-width: 800px; }
  .comparison-eyebrow {
    color: #68707a;
    font-family: "Unbounded", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .comparison-header h2 {
    margin-top: 18px;
    max-width: 18ch;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }
  .comparison-header > p:last-child {
    max-width: 720px;
    margin-top: 22px;
    color: #555d66;
    font-size: 18px;
    line-height: 1.55;
    text-wrap: pretty;
  }
  .comparison-grid {
    position: relative;
    margin-top: 66px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .comparison-panel {
    min-width: 0;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 26px;
    background: rgba(255,255,255,0.58);
    box-shadow: 0 34px 80px -55px rgba(11,13,16,0.54), inset 0 1px 0 rgba(255,255,255,0.96);
    backdrop-filter: blur(24px);
  }
  .comparison-panel.with-shrk {
    border-color: #23272d;
    background: #0b0d10;
    box-shadow: 0 38px 90px -54px rgba(11,13,16,0.9);
  }
  .comparison-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .comparison-mode {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333941;
    font-size: 14px;
    font-weight: 700;
  }
  .with-shrk .comparison-mode { color: #ffffff; }
  .comparison-mode i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(35,39,45,0.12);
    border-radius: 9px;
    background: rgba(255,255,255,0.7);
    font-size: 15px;
  }
  .with-shrk .comparison-mode i {
    color: #0b0d10;
    border-color: #ffffff;
    background: #ffffff;
  }
  .comparison-count {
    color: #838b95;
    font-family: "Unbounded", sans-serif;
    font-size: 9px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  .chaos-stage,
  .shrk-orbit-stage {
    position: relative;
    min-height: 430px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 19px;
  }
  .chaos-stage {
    border: 1px solid rgba(82,89,99,0.14);
    background:
      linear-gradient(rgba(255,255,255,0.24) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.24) 1px, transparent 1px),
      rgba(218,222,227,0.48);
    background-size: 28px 28px;
  }
  .chaos-map,
  .orbit-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .chaos-map path {
    fill: none;
    stroke: rgba(68,74,83,0.22);
    stroke-width: 1;
    stroke-dasharray: 5 7;
    animation: comparisonDash 16s linear infinite;
  }
  .chaos-tools {
    position: relative;
    z-index: 1;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 9px;
  }
  .tool-fragment {
    min-width: 0;
    min-height: 47px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 12px;
    background: rgba(255,255,255,0.68);
    box-shadow: 0 12px 26px -19px rgba(11,13,16,0.62), inset 0 1px 0 rgba(255,255,255,0.94);
    backdrop-filter: blur(16px);
    transform: rotate(var(--tilt, 0deg)) translateY(var(--lift, 0));
  }
  .tool-fragment:nth-child(3n+1) { --tilt: -1.5deg; --lift: 2px; }
  .tool-fragment:nth-child(3n+2) { --tilt: 1.2deg; --lift: -3px; }
  .tool-fragment:nth-child(5n) { --tilt: -0.8deg; --lift: 5px; }
  .tool-fragment i {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(55,61,69,0.12);
    border-radius: 7px;
    color: #4e5660;
    background: rgba(244,246,248,0.82);
    font-size: 14px;
  }
  .tool-fragment span {
    overflow: hidden;
    color: #343a42;
    font-size: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .problem-list,
  .capability-list {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .problem-list span,
  .capability-list span {
    padding: 7px 9px;
    border-radius: 8px;
    font-size: 9px;
    line-height: 1.2;
  }
  .problem-list span {
    color: #606873;
    border: 1px solid rgba(93,101,112,0.14);
    background: rgba(255,255,255,0.46);
  }
  .shrk-orbit-stage {
    border: 1px solid rgba(255,255,255,0.09);
    background:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
      #101318;
    background-size: 30px 30px;
  }
  .orbit-map path {
    fill: none;
    stroke: rgba(255,255,255,0.24);
    stroke-width: 1;
    stroke-dasharray: 4 6;
  }
  .orbit-map circle {
    fill: #ffffff;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.6));
  }
  .shrk-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 58%;
    min-height: 224px;
    padding: 16px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 18px;
    background: rgba(14,17,22,0.92);
    box-shadow: 0 34px 65px -35px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
  }
  .shrk-core-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
  }
  .shrk-core-top span:last-child {
    color: #7d8793;
    font-size: 9px;
    font-weight: 500;
  }
  .shrk-pipeline {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 7px;
  }
  .shrk-stage {
    min-width: 0;
    padding: 10px 8px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 9px;
    background: rgba(255,255,255,0.045);
  }
  .shrk-stage span {
    color: #747e8a;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  .shrk-stage strong {
    display: block;
    margin-top: 6px;
    color: #ffffff;
    font-size: 18px;
  }
  .shrk-activity {
    margin-top: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 9px;
    color: #9ca5af;
    font-size: 9px;
    background: rgba(255,255,255,0.04);
  }
  .shrk-activity i { color: #ffffff; font-size: 15px; }
  .orbit-module {
    position: absolute;
    z-index: 3;
    min-width: 82px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    color: #cbd1d8;
    font-size: 9px;
    font-weight: 600;
    background: rgba(25,29,35,0.84);
    box-shadow: 0 15px 30px -22px rgba(0,0,0,1);
    backdrop-filter: blur(14px);
  }
  .orbit-module i { color: #ffffff; font-size: 14px; }
  .orbit-module.m1 { top: 8%; left: 7%; }
  .orbit-module.m2 { top: 8%; right: 7%; }
  .orbit-module.m3 { top: 36%; left: 3%; }
  .orbit-module.m4 { top: 36%; right: 3%; }
  .orbit-module.m5 { bottom: 9%; left: 7%; }
  .orbit-module.m6 { right: 7%; bottom: 9%; }
  .capability-list span {
    color: #9da6b0;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.045);
  }
  .comparison-flow {
    position: absolute;
    top: 230px;
    left: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    transform: translateX(-50%);
    border: 4px solid #eceef1;
    border-radius: 50%;
    color: #ffffff;
    background: #0b0d10;
    box-shadow: 0 14px 30px -18px rgba(11,13,16,0.8);
  }
  .comparison-flow i { font-size: 18px; }
  .comparison-summary {
    margin-top: 46px;
    padding-top: 34px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 28px;
    border-top: 1px solid #ced2d7;
  }
  .comparison-summary strong {
    max-width: 620px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }
  .comparison-summary span {
    color: #707984;
    font-family: "Unbounded", sans-serif;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  @keyframes comparisonDash { to { stroke-dashoffset: -72; } }
  @keyframes comparisonCollapse {
    from { transform: translateX(-18px) scale(1.02); opacity: 1; }
    to { transform: translateX(34px) scale(0.94); opacity: 0.72; }
  }
  @keyframes comparisonResolve {
    from { transform: translate(-50%, -50%) scale(0.9); opacity: 0.72; }
    to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  }
  @keyframes comparisonConnect {
    from { transform: translateY(10px); opacity: 0.42; }
    to { transform: translateY(0); opacity: 1; }
  }
  @supports (animation-timeline: view()) {
    @media (min-width: 901px) {
      .chaos-tools {
        animation: comparisonCollapse linear both;
        animation-timeline: view();
        animation-range: entry 10% cover 62%;
      }
      .shrk-core {
        animation: comparisonResolve linear both;
        animation-timeline: view();
        animation-range: entry 18% cover 65%;
      }
      .orbit-module {
        animation: comparisonConnect linear both;
        animation-timeline: view();
        animation-range: entry 25% cover 68%;
      }
    }
  }
  .section-eyebrow {
    color: #737b85;
    font-family: "Unbounded", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .built-for-section {
    padding: 118px 0 124px;
    overflow: hidden;
    background: #f6f7f7;
    border-top: 1px solid #e0e2e5;
  }
  .built-for-inner {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
  }
  .built-for-heading {
    padding: 0 32px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
  }
  .built-for-copy { max-width: 690px; }
  .built-for-copy h2,
  .feature-rail-intro h2,
  .stats-header h2,
  .final-cta-copy h2 {
    margin-top: 18px;
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.045em;
    white-space: pre-line;
    text-wrap: balance;
  }
  .built-for-copy > p:last-child,
  .feature-rail-intro > p:last-child,
  .stats-header > p:last-child,
  .final-cta-copy > p {
    max-width: 700px;
    margin-top: 22px;
    color: #5a626b;
    font-size: 17px;
    line-height: 1.55;
    text-wrap: pretty;
  }
  .built-for-controls {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .built-for-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #c6cacf;
    border-radius: 50%;
    color: #0b0d10;
    background: #ffffff;
    cursor: pointer;
  }
  .built-for-viewport {
    margin-top: 56px;
    padding: 0 32px 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .built-for-viewport::-webkit-scrollbar { display: none; }
  .built-for-track {
    display: flex;
    gap: 14px;
    width: max-content;
  }
  .built-card {
    position: relative;
    width: calc((var(--shrk-content-width) - 138px) / 4);
    min-height: 430px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid #c8ccd1;
    border-radius: 22px;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 28px 60px -48px rgba(11,13,16,0.48), inset 0 1px 0 #ffffff;
    backdrop-filter: blur(18px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  }
  .built-card:hover,
  .built-card:focus-within {
    z-index: 2;
    transform: translateY(-7px) scale(1.015);
    border-color: #8f969e;
    box-shadow: 0 34px 75px -44px rgba(11,13,16,0.5), inset 0 1px 0 #ffffff;
  }
  .built-card-art {
    width: 100%;
    height: 132px;
    flex: 0 0 auto;
    border: 1px solid #d8dce0;
    border-radius: 15px;
    background: #edf0f1;
  }
  .built-card-art .art-line { fill: none; stroke: #667078; stroke-width: 1.2; }
  .built-card-art .art-soft { fill: #ffffff; fill-opacity: 0.64; stroke: #9ca3aa; stroke-width: 1; }
  .built-card-art .art-dark { fill: #22272c; }
  .built-card h3 {
    margin-top: 22px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.025em;
  }
  .built-card > p {
    margin-top: 12px;
    color: #5f6770;
    font-size: 13px;
    line-height: 1.48;
  }
  .built-capabilities {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: max-height 0.35s ease, margin 0.35s ease, opacity 0.3s ease, transform 0.35s ease;
  }
  .built-card:hover .built-capabilities,
  .built-card:focus-within .built-capabilities {
    max-height: 120px;
    margin-top: 16px;
    opacity: 1;
    transform: none;
  }
  .built-capabilities span {
    display: block;
    padding: 5px 0;
    color: #353b42;
    font-size: 11px;
    border-top: 1px solid #dfe2e5;
  }
  .built-card-link {
    margin-top: auto;
    padding-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0b0d10;
    font-size: 12px;
    font-weight: 700;
  }
  .feature-rail-section { background: #0b0d10; color: #f6f7f8; }
  .feature-rail-intro {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
    padding: 124px 32px 94px;
  }
  .feature-rail-intro .section-eyebrow { color: #7e8792; }
  .feature-rail-intro h2 { max-width: 760px; }
  .feature-rail-intro > p:last-child { color: #9fa7b0; }
  .feature-rail-scroll {
    position: relative;
    height: 920vh;
  }
  .feature-rail-sticky {
    position: sticky;
    top: 49px;
    height: calc(100vh - 49px);
    min-height: 620px;
    overflow: hidden;
  }
  .feature-rail-window {
    width: 100%;
    height: 100%;
    padding: 24px 0 66px max(32px, calc((100vw - var(--shrk-content-width)) / 2));
    overflow: hidden;
  }
  .feature-rail-track {
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: max-content;
    will-change: transform;
  }
  .feature-panel {
    --panel-bg: #14171a;
    --panel-text: #f7f8f9;
    --panel-muted: #a1a9b2;
    --panel-line: rgba(255,255,255,0.18);
    width: min(var(--shrk-content-width), calc(100vw - 64px));
    height: 100%;
    min-height: 540px;
    padding: clamp(34px, 4vw, 58px);
    display: grid;
    grid-template-columns: 35fr 65fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
    flex: 0 0 auto;
    scroll-snap-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 30px;
    color: var(--panel-text);
    background: var(--panel-bg);
    box-shadow: 0 44px 100px -62px rgba(0,0,0,1);
  }
  .feature-panel:nth-child(even) {
    --panel-bg: #e7ebeb;
    --panel-text: #111519;
    --panel-muted: #5c646d;
    --panel-line: rgba(17,21,25,0.18);
  }
  .feature-panel:nth-child(3n) { --panel-bg: #191d21; }
  .feature-panel:nth-child(even):nth-child(3n) { --panel-bg: #dfe4e4; }
  .feature-panel:nth-child(even) .feature-panel-copy { order: 2; }
  .feature-panel:nth-child(even) .feature-panel-art { order: 1; }
  .feature-panel-eyebrow {
    color: var(--panel-muted);
    font-family: "Unbounded", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  .feature-panel h3 {
    margin-top: 16px;
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }
  .feature-panel-copy > p {
    margin-top: 20px;
    color: var(--panel-muted);
    font-size: 16px;
    line-height: 1.55;
  }
  .feature-panel-points {
    margin-top: 24px;
    display: grid;
    gap: 9px;
    list-style: none;
  }
  .feature-panel-points li {
    padding-top: 9px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-top: 1px solid var(--panel-line);
    color: var(--panel-text);
    font-size: 13px;
  }
  .feature-panel-points li::before {
    width: 5px;
    height: 5px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: currentColor;
    content: "";
  }
  .feature-panel-cta {
    margin-top: 28px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--panel-line);
    border-radius: 999px;
    color: var(--panel-text);
    font-size: 12px;
    font-weight: 700;
  }
  .feature-panel-art {
    height: min(64vh, 520px);
    min-height: 380px;
    overflow: hidden;
    border: 1px solid var(--panel-line);
    border-radius: 24px;
    background: rgba(255,255,255,0.035);
  }
  .feature-panel:nth-child(even) .feature-panel-art { background: rgba(255,255,255,0.42); }
  .feature-panel-art svg { width: 100%; height: 100%; display: block; }
  .rail-art-line { fill: none; stroke: var(--panel-text); stroke-width: 1.2; opacity: 0.45; }
  .rail-art-soft { fill: var(--panel-text); opacity: 0.06; stroke: var(--panel-text); stroke-width: 1; }
  .rail-art-fill { fill: var(--panel-text); opacity: 0.14; }
  .rail-art-solid { fill: var(--panel-text); }
  .rail-art-muted { fill: var(--panel-muted); opacity: 0.45; }
  .feature-rail-progress {
    position: absolute;
    right: 5vw;
    bottom: 22px;
    left: 6vw;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .feature-progress-dot {
    height: 3px;
    flex: 1 1 0;
    border: 0;
    border-radius: 999px;
    background: #30353b;
    cursor: pointer;
  }
  .feature-progress-dot.is-active { background: #ffffff; }
  .feature-progress-label {
    min-width: 142px;
    margin-left: 8px;
    color: #7f8893;
    font-family: "Unbounded", sans-serif;
    font-size: 8px;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
  }
  .feature-swipe-cue { display: none; }
  .stats-section {
    position: relative;
    padding: 124px 32px 132px;
    overflow: hidden;
    background: #f1f3f3;
  }
  .stats-inner {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
  }
  .stats-header { max-width: 760px; }
  .stats-grid {
    position: relative;
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
  }
  .stats-network {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .stats-network path {
    fill: none;
    stroke: #8d969e;
    stroke-width: 1;
    stroke-dasharray: 4 7;
    opacity: 0.28;
  }
  .stat-card {
    position: relative;
    z-index: 1;
    min-height: 170px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border: 1px solid rgba(150,157,164,0.48);
    border-radius: 20px;
    color: #0b0d10;
    background: rgba(255,255,255,0.62);
    box-shadow: 0 28px 65px -52px rgba(11,13,16,0.55), inset 0 1px 0 #ffffff;
    backdrop-filter: blur(18px);
    cursor: pointer;
  }
  .stat-card.central {
    min-height: 354px;
    grid-column: span 2;
    grid-row: span 2;
    justify-content: flex-start;
    background: #0b0d10;
    color: #ffffff;
  }
  .stat-value {
    display: block;
    font-family: "Stack Sans Headline", sans-serif;
    font-size: clamp(34px, 4.6vw, 58px);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.045em;
    font-variant-numeric: tabular-nums;
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(.22,.61,.36,1);
  }
  .stats-section:not(.is-counting):not(.is-counted) .stat-value {
    opacity: 0.35;
    transform: translateY(8px) scale(0.985);
  }
  .stats-section.is-counting .stat-value,
  .stats-section.is-counted .stat-value {
    opacity: 1;
    transform: none;
  }
  .central .stat-value { font-size: clamp(72px, 10vw, 122px); }
  .stat-label {
    margin-top: 12px;
    color: #606872;
    font-size: 13px;
    line-height: 1.35;
  }
  .central .stat-label { max-width: 24ch; color: #aab2bb; font-size: 16px; }
  .stat-detail {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    color: #747d87;
    font-size: 11px;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(6px);
    transition: max-height 0.25s ease, margin 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  }
  .stat-card:hover .stat-detail,
  .stat-card:focus .stat-detail,
  .stat-card.is-open .stat-detail {
    max-height: 80px;
    margin-top: 13px;
    opacity: 1;
    transform: none;
  }
  .stats-closing {
    margin-top: 74px;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.05em;
    white-space: pre-line;
  }
  .final-cta-section {
    position: relative;
    padding: 132px 32px 110px;
    overflow: hidden;
    background: #ffffff;
  }
  .final-cta-inner {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
  }
  .final-cta-copy {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
  }
  .final-cta-copy h2 { max-width: 900px; margin-right: auto; margin-left: auto; }
  .final-cta-copy > p { max-width: 680px; margin-right: auto; margin-left: auto; }
  .final-cta-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
  }
  .final-cta-actions a {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0b0d10;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
  }
  .final-cta-actions a:first-child { color: #ffffff; background: #0b0d10; }
  .final-cta-actions a:last-child { color: #0b0d10; background: rgba(255,255,255,0.44); }
  .final-cta-reassurance {
    margin-top: 17px;
    color: #6a747d;
    font-size: 12px;
    text-align: center;
  }
  .product-pair-zone {
    background: #0b0d10;
    color: #f7f8fa;
  }
  .product-pair-section { padding: 104px 32px 0; }
  #contacts.product-pair-section,
  #productivity.product-pair-section { padding-top: 24px; }
  #productivity.product-pair-section { padding-bottom: 104px; }
  .product-pair-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .product-panel {
    min-width: 0;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    background: #121417;
    box-shadow: 0 34px 80px -54px rgba(0,0,0,0.95);
  }
  .product-panel h2 {
    max-width: none;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }
  .product-panel > p {
    max-width: 42ch;
    margin-top: 16px;
    color: #a9b0ba;
    font-size: 16px;
    line-height: 1.55;
    text-wrap: pretty;
  }
  .abstract-visual {
    position: relative;
    height: 310px;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    background: #11151b;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 30px 60px -46px rgba(0,0,0,1);
  }
  .visual-topbar {
    height: 42px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: rgba(8,10,14,0.72);
  }
  .visual-label {
    color: #dce1e7;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .visual-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8f98a4;
    font-size: 11px;
  }
  .visual-status::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(255,255,255,0.65);
    content: "";
  }
  .deal-stages {
    height: calc(100% - 42px);
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: rgba(255,255,255,0.012);
  }
  .deal-stage {
    min-width: 0;
    padding: 14px 12px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 13px;
    background: rgba(255,255,255,0.035);
  }
  .deal-stage > span {
    color: #75808d;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .deal-stage > strong {
    display: block;
    margin-top: 6px;
    color: #f7f8fa;
    font-size: 21px;
  }
  .deal-card-mini {
    height: 43px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 9px;
    background: #1a2029;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
  }
  .deal-card-mini::before,
  .deal-card-mini::after {
    display: block;
    height: 4px;
    border-radius: 999px;
    background: #586270;
    content: "";
  }
  .deal-card-mini::after { width: 58%; margin-top: 7px; background: #303844; }
  .deal-stage:nth-child(2) .deal-card-mini:first-of-type {
    background: rgba(255,255,255,0.15);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.42), 0 12px 28px -16px rgba(255,255,255,0.35);
  }
  .visual-chat {
    background: #11151b;
  }
  .chat-thread { padding: 20px 18px 54px; }
  .chat-row { display: flex; align-items: flex-end; gap: 9px; margin-bottom: 14px; }
  .chat-row.outgoing { justify-content: flex-end; }
  .chat-avatar {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    background: #ffffff;
    color: #0b0d10;
  }
  .chat-bubble {
    max-width: 72%;
    min-height: 44px;
    padding: 11px 13px;
    border-radius: 14px 14px 14px 4px;
    color: #c8cfd7;
    font-size: 12px;
    line-height: 1.45;
    background: rgba(255,255,255,0.07);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07);
  }
  .outgoing .chat-bubble {
    border-radius: 14px 14px 4px 14px;
    color: #0b0d10;
    background: #ffffff;
  }
  .chat-composer {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 11px;
    color: #697380;
    font-size: 11px;
    background: rgba(11,13,17,0.88);
    backdrop-filter: blur(12px);
  }
  .chat-composer i { color: #ffffff; font-size: 17px; }
  .visual-contact {
    background:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
      #11151b;
    background-size: 34px 34px, 34px 34px;
  }
  .contact-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 18px rgba(255,255,255,0.06), 0 0 0 42px rgba(255,255,255,0.025), 0 20px 50px -20px rgba(255,255,255,0.35);
    color: #0b0d10;
    font-size: 26px;
  }
  .contact-node {
    position: absolute;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    background: #202631;
    color: #aab4c0;
    box-shadow: 0 10px 24px -14px rgba(0,0,0,0.9);
  }
  .contact-node:nth-of-type(6) { top: 20%; left: 18%; }
  .contact-node:nth-of-type(7) { top: 18%; right: 16%; }
  .contact-node:nth-of-type(8) { right: 11%; bottom: 17%; }
  .contact-node:nth-of-type(9) { bottom: 14%; left: 15%; }
  .contact-connection {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36%;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(255,255,255,0.68), rgba(255,255,255,0.05));
  }
  .contact-connection.c1 { transform: rotate(-145deg); }
  .contact-connection.c2 { transform: rotate(-36deg); }
  .contact-connection.c3 { transform: rotate(29deg); }
  .contact-connection.c4 { transform: rotate(145deg); }
  .visual-room {
    background: #11151b;
  }
  .room-layout {
    height: calc(100% - 42px);
    display: grid;
    grid-template-columns: 92px 1fr;
  }
  .room-sidebar {
    padding: 16px 12px;
    border-right: 1px solid rgba(255,255,255,0.08);
    background: rgba(7,9,12,0.36);
  }
  .room-sidebar i {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #697583;
    font-size: 17px;
  }
  .room-sidebar i:first-child { color: #0b0d10; background: #ffffff; }
  .room-docs {
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
  }
  .room-doc {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    background: rgba(255,255,255,0.045);
  }
  .room-doc i { color: #ffffff; font-size: 20px; }
  .room-doc strong {
    display: block;
    margin-top: 22px;
    overflow: hidden;
    color: #d9dee4;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .room-doc span { display: block; margin-top: 5px; color: #66717d; font-size: 9px; }
  .task-list { padding: 16px; }
  .task-row {
    min-height: 50px;
    padding: 10px 11px;
    display: grid;
    grid-template-columns: 24px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .task-row:last-child { border-bottom: 0; }
  .task-check {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.32);
    border-radius: 7px;
    color: transparent;
    font-size: 13px;
  }
  .task-check.complete { background: #ffffff; color: #0b0d10; }
  .task-copy { min-width: 0; }
  .task-copy strong {
    display: block;
    overflow: hidden;
    color: #dce1e7;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .task-copy span { display: block; margin-top: 4px; color: #6f7985; font-size: 9px; }
  .task-date {
    padding: 5px 7px;
    border-radius: 6px;
    color: #aab2bc;
    font-size: 9px;
    background: rgba(255,255,255,0.065);
  }
  .workspace-canvas {
    position: relative;
    height: calc(100% - 42px);
    background:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
      #11151b;
    background-size: 32px 32px;
  }
  .workspace-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 152px;
    height: 152px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255,255,255,0.025);
  }
  .workspace-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    border-radius: 18px;
    background: #ffffff;
    color: #0b0d10;
    font-size: 27px;
    box-shadow: 0 18px 40px -20px rgba(255,255,255,0.5);
  }
  .workspace-member {
    position: absolute;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50%;
    color: #d9dee4;
    font-size: 10px;
    font-weight: 700;
    background: #252a31;
  }
  .workspace-member.m1 { top: 18%; left: 20%; }
  .workspace-member.m2 { top: 18%; right: 20%; }
  .workspace-member.m3 { bottom: 17%; left: 20%; }
  .workspace-member.m4 { right: 20%; bottom: 17%; }
  .closing-cta-shell { background: #0b0d10; }
  .closing-cta {
    background: #fff;
    border-radius: 0 0 30px 30px;
    padding: 112px 32px 120px;
  }
  .closing-cta-inner { text-align: center; }
  .closing-cta h2 {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }
  .closing-cta h2 span { display: block; color: #898e95; }
  .closing-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 42px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #0b0d10;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }
  button,
  .desktop-cta a,
  .closing-cta-button {
    transition: opacity 0.22s ease;
  }
  button:hover,
  .desktop-cta a:hover,
  .closing-cta-button:hover { opacity: 0.9; }
  .desktop-cta a:hover { color: #0b0d10; }
  .closing-cta-button:hover { color: #fff; }
  .product-pair-zone,
  .closing-cta-shell,
  .legacy-hero-scroll,
  .feature-rail-section,
  .stats-section { display: none !important; }

  @media (max-width: 900px) {
    html { scroll-padding-top: 49px; }
    .site-shell { padding-top: 49px !important; }
    .site-header { height: 64px; }
    .site-header-inner { height: 64px !important; padding: 0 !important; }
    .desktop-cta { display: flex !important; }
    .hero-copy { min-height: auto; padding: 72px 22px 0 !important; }
    .hero-heading { font-size: clamp(40px, 7vw, 50px) !important; line-height: 1.02 !important; }
    .hero-heading-line { display: inline; white-space: normal; }
    .hero-heading-line + .hero-heading-line::before { content: " "; }
    .hero-scroll { height: 330vh; }
    .cinematic-hero-copy {
      left: 28px;
      width: min(500px, 50vw);
    }
    .cinematic-hero-copy h1 { font-size: clamp(46px, 7vw, 62px); }
    .cinematic-hero-copy p { font-size: 17px; }
    .hero-card--calendar,
    .hero-card--analytics { display: none; }
    .hero-desktop-connections .hero-connection:nth-child(6),
    .hero-desktop-connections .hero-connection:nth-child(7) { display: none; }
    .static-hero { min-height: 117vh; }
    .static-hero-inner {
      min-height: 117vh;
      padding: 74px 22px 280px;
    }
    .static-hero h1 { font-size: clamp(48px, 6.4vw, 62px); }
    .static-hero-supporting { font-size: 14px; }
    .platform-preview-section { padding: 0 22px 20px; }
    .platform-preview { border-radius: 15px; }
    .platform-preview-placeholder { min-height: 300px; aspect-ratio: 4 / 3; }
    .placeholder-label { max-width: calc(100% - 36px); text-align: center; }
    .logo-cloud { padding: 54px 22px 68px !important; }
    .trust-statement { margin-top: 48px; font-size: 40px; }
    .feature-section { padding: 72px 22px !important; }
    .feature-grid { grid-template-columns: 1fr 1fr !important; gap: 14px !important; margin-top: 0 !important; }
    .feature-card { padding: 22px !important; }
    .transaction-types-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .transaction-types-inner { padding-right: 18px; padding-left: 18px; }
    #platform .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 58px 32px !important; }
    .comparison-section { padding: 88px 22px 94px; }
    .comparison-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 48px; }
    .comparison-flow { top: 50%; transform: translate(-50%,-50%) rotate(90deg); }
    .chaos-stage, .shrk-orbit-stage { min-height: 410px; }
    .comparison-summary { align-items: flex-start; flex-direction: column; }
    .built-for-heading { padding: 0 22px; }
    .built-for-viewport { padding-right: 22px; padding-left: 22px; }
    .built-card { width: calc((100vw - 84px) / 3); min-width: 260px; }
    .feature-rail-intro { padding: 94px 22px 72px; }
    .feature-panel { width: min(var(--shrk-content-width), calc(100vw - 44px)); grid-template-columns: 40fr 60fr; }
    .feature-panel-art { min-height: 340px; }
    .stats-section { padding: 96px 22px 104px; }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .stat-card.central { grid-column: span 2; }
    .final-cta-section { padding: 104px 22px 88px; }
    .product-pair-section { padding: 72px 22px 0 !important; }
    #contacts.product-pair-section,
    #productivity.product-pair-section { padding-top: 20px !important; }
    #productivity.product-pair-section { padding-bottom: 72px !important; }
    .product-pair-grid { grid-template-columns: 1fr; gap: 20px; }
    .product-panel { padding: 28px; }
    .abstract-visual { height: 300px; }
    .split-section { padding: 72px 22px !important; }
    .split-grid { grid-template-columns: 1fr !important; gap: 38px !important; }
    #chat .split-media, #rooms .split-media { order: 2; }
    .media-placeholder { height: 330px !important; }
    .tasks-section { padding: 72px 22px !important; }
    .tasks-grid { grid-template-columns: 1fr !important; }
    .task-card { padding: 30px !important; }
    .closing-cta { padding: 84px 22px 92px; border-radius: 0 0 24px 24px; }
    .closing-cta h2 { font-size: 40px; }
    .footer-inner { padding: 58px 22px 32px !important; }
    .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 38px 24px !important; }
  }

  @media (max-width: 600px) {
    .site-shell { padding-top: 64px !important; }
    .site-header { background: #000000 !important; }
    .site-header-inner {
      width: 100% !important;
      max-width: none !important;
      padding: 0 14px !important;
      gap: 10px !important;
    }
    .site-header .brand-link { color: #ffffff !important; }
    .desktop-cta { gap: 6px !important; }
    .desktop-cta a { min-height: 36px; padding: 0 11px !important; font-size: 10px !important; }
    .site-header .header-login { color: #ffffff !important; border-color: #ffffff !important; }
    .hero-copy { padding: 64px 22px 0 !important; }
    .hero-heading { font-size: clamp(36px, 10vw, 42px) !important; }
    .hero-copy > p { font-size: 17px !important; }
    .hero-scroll { height: 250vh; }
    .hero-sticky { min-height: 560px; }
    .hero-ocean-art {
      top: 24%;
      height: 76%;
    }
    .cinematic-hero-copy {
      top: 7%;
      right: 22px;
      left: 22px;
      width: auto;
      transform: none;
    }
    .cinematic-hero-copy h1 {
      max-width: 10.5ch;
      font-size: clamp(38px, 11vw, 46px);
      line-height: 0.98;
    }
    .cinematic-hero-copy p {
      max-width: 34ch;
      margin-top: 18px;
      font-size: 15px;
      line-height: 1.45;
    }
    .cinematic-hero-actions {
      margin-top: 20px;
      gap: 8px;
    }
    .cinematic-hero-actions a {
      min-height: 44px;
      padding: 0 16px;
      flex: 1 1 0;
      font-size: 13px;
      white-space: nowrap;
    }
    .hero-desktop-cards,
    .hero-desktop-connections { display: none; }
    .hero-mobile-cards,
    .hero-mobile-connections { display: block; }
    .hero-scroll-cue { display: none; }
    .hero-end-state {
      bottom: 5%;
      padding: 0 22px;
      font-size: 34px;
    }
    .static-hero {
      min-height: 117svh;
      align-items: center;
      background-position: center center;
    }
    .static-hero-inner {
      min-height: 117svh;
      padding: 72px 18px 230px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .static-hero-copy { max-width: none; text-align: center; }
    .static-hero h1 {
      margin-top: 19px;
      font-size: clamp(43px, 12vw, 52px);
      line-height: 0.98;
      letter-spacing: -0.055em;
    }
    .static-hero h1 span { display: block; }
    .static-hero h1 span + span::before { content: none; }
    .static-hero-supporting {
      margin-top: 23px;
      font-size: 14px;
      line-height: 1.48;
    }
    .static-hero-actions {
      margin-top: 27px;
      align-items: stretch;
      flex-direction: column;
      gap: 9px;
    }
    .static-hero-actions a { width: 100%; min-height: 50px; }
    .hero-trust-metric { min-height: 220px; padding: 36px 18px; }
    .hero-trust-metric .trust-metric { min-height: 0; }
    .trust-section { min-height: 430px; }
    .trust-section .logo-cloud { padding: 64px 18px !important; }
    .trust-metric { min-height: 300px; }
    .trust-metric h2 { font-size: clamp(52px, 16vw, 68px); }
    .trust-metric p { margin-top: 24px; font-size: 22px; }
    .transaction-types-section { padding: 78px 0 84px; }
    .transaction-types-inner { padding: 0 18px; }
    .transaction-types-inner > h2 { font-size: 40px; }
    .transaction-types-grid { margin-top: 38px; grid-template-columns: 1fr; }
    .transaction-type-card { min-height: 196px; padding: 24px; }
    .quote-section { padding: 86px 0; }
    .quote-inner { padding: 0 18px; }
    .quote-attribution { margin-top: 22px; }
    #platform { padding: 82px 0 !important; }
    #platform .feature-grid { grid-template-columns: 1fr !important; gap: 48px !important; }
    .platform-preview-placeholder { min-height: 240px; }
    .feature-grid { grid-template-columns: 1fr !important; }
    .feature-section h2, .split-section h2 { font-size: 31px !important; }
    .feature-section > div > p { font-size: 16px !important; }
    .feature-card h3 { font-size: 18px !important; }
    .comparison-section { padding: 72px 18px 78px; }
    .comparison-header h2 { font-size: 38px; }
    .comparison-header > p:last-child { font-size: 16px; }
    .comparison-panel { padding: 16px; border-radius: 20px; }
    .chaos-stage { min-height: 450px; }
    .shrk-orbit-stage { min-height: 390px; }
    .chaos-tools { padding: 12px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
    .tool-fragment { min-height: 38px; padding: 7px 8px; }
    .tool-fragment i { width: 21px; height: 21px; }
    .shrk-core { width: 68%; }
    .orbit-module { min-width: 70px; padding: 7px 8px; }
    .orbit-module.m1, .orbit-module.m5 { left: 3%; }
    .orbit-module.m2, .orbit-module.m6 { right: 3%; }
    .comparison-flow { width: 40px; height: 40px; }
    .comparison-summary strong { font-size: 28px; }
    .built-for-section { padding: 78px 0 84px; }
    .built-for-heading { padding: 0 18px; align-items: flex-start; }
    .built-for-copy h2,
    .feature-rail-intro h2,
    .stats-header h2,
    .final-cta-copy h2 { font-size: 38px; }
    .built-for-copy > p:last-child,
    .feature-rail-intro > p:last-child,
    .stats-header > p:last-child,
    .final-cta-copy > p { font-size: 15px; }
    .built-for-controls { display: none; }
    .built-for-viewport { margin-top: 38px; padding: 0 18px 22px; }
    .built-card { width: 84vw; min-width: 286px; min-height: 448px; }
    .built-capabilities {
      max-height: 120px;
      margin-top: 16px;
      opacity: 1;
      transform: none;
    }
    .feature-rail-intro { padding: 82px 18px 54px; }
    .feature-rail-scroll { height: auto; }
    .feature-rail-sticky { position: relative; top: 0; height: auto; min-height: 0; }
    .feature-rail-window {
      height: auto;
      padding: 0 18px 28px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      touch-action: pan-x pan-y;
    }
    .feature-rail-window::-webkit-scrollbar { display: none; }
    .feature-rail-track {
      height: auto;
      gap: 12px;
      transform: none !important;
    }
    .feature-panel {
      width: calc(100vw - 36px);
      min-width: calc(100vw - 36px);
      height: auto;
      min-height: 690px;
      padding: 26px 22px;
      grid-template-columns: 1fr;
      gap: 30px;
      align-content: start;
      border-radius: 23px;
    }
    .feature-panel:nth-child(even) .feature-panel-copy,
    .feature-panel:nth-child(even) .feature-panel-art { order: initial; }
    .feature-panel h3 { font-size: 36px; }
    .feature-panel-copy > p { font-size: 15px; }
    .feature-panel-art { height: 280px; min-height: 280px; order: 2 !important; }
    .feature-panel-copy { order: 1 !important; }
    .feature-rail-progress {
      position: relative;
      right: auto;
      bottom: auto;
      left: auto;
      padding: 0 18px 34px;
    }
    .feature-progress-label { display: none; }
    .feature-swipe-cue {
      padding: 0 18px 24px;
      display: flex;
      align-items: center;
      gap: 8px;
      color: #7f8893;
      font-family: "Unbounded", sans-serif;
      font-size: 8px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .stats-section { padding: 82px 18px 90px; }
    .stats-grid { margin-top: 44px; gap: 10px; }
    .stat-card { min-height: 150px; padding: 18px; }
    .stat-card.central { min-height: 280px; }
    .central .stat-value { font-size: 76px; }
    .stat-value { font-size: 34px; }
    .stat-detail {
      max-height: 80px;
      margin-top: 12px;
      opacity: 1;
      transform: none;
    }
    .stats-network { display: none; }
    .stats-closing { margin-top: 54px; font-size: 44px; }
    .final-cta-section { padding: 86px 18px 76px; }
    .final-cta-actions { align-items: stretch; flex-direction: column; }
    .final-cta-actions a { width: 100%; }
    .final-cta-tool--extra { display: none; }
    .product-pair-section { padding-top: 62px !important; padding-bottom: 0 !important; }
    #contacts.product-pair-section,
    #productivity.product-pair-section { padding-top: 16px !important; }
    #productivity.product-pair-section { padding-bottom: 62px !important; }
    .product-panel { padding: 22px; border-radius: 19px; }
    .product-panel h2 { max-width: none; font-size: clamp(21px, 6.2vw, 24px); white-space: nowrap; }
    .product-panel > p { font-size: 15px; }
    .abstract-visual { height: 260px; margin-top: 24px; }
    .deal-stages { padding: 12px; gap: 7px; }
    .deal-stage { padding: 11px 8px; }
    .deal-stage > strong { font-size: 18px; }
    .room-layout { grid-template-columns: 68px 1fr; }
    .room-sidebar { padding: 14px 8px; }
    .room-docs { padding: 12px; gap: 8px; }
    .room-doc { padding: 11px; }
    .split-section { padding-top: 62px !important; padding-bottom: 62px !important; }
    .split-grid { gap: 30px !important; }
    .split-grid h2 { font-size: 30px !important; }
    .split-grid > div > p { font-size: 16px !important; }
    .split-grid li { font-size: 15px !important; }
    .media-placeholder { height: 250px !important; }
    .task-card { padding: 24px !important; }
    .task-card h3 { font-size: 24px !important; }
    .task-card .media-placeholder { height: 190px !important; }
    .trust-statement { margin-top: 42px; font-size: 34px; }
    .closing-cta { padding: 72px 22px 78px; border-radius: 0 0 20px 20px; }
    .closing-cta h2 { font-size: 34px; }
    .footer-grid { grid-template-columns: 1fr !important; }
    .footer-meta { align-items: flex-start !important; flex-direction: column !important; }
  }
  @media (prefers-reduced-motion: reduce) {
    .chaos-map path,
    .chaos-tools,
    .shrk-core,
    .orbit-module { animation: none !important; }
    .hero-scroll { height: auto; min-height: calc(100vh - 49px); }
    .hero-sticky { position: relative; top: 0; }
    .cinematic-hero-copy { opacity: 1 !important; transform: translateY(-50%) !important; }
    .hero-product-card,
    .hero-connection,
    .hero-end-state { opacity: 1 !important; }
    .hero-product-card,
    .hero-end-state { transform: none !important; }
    .hero-shark-orbit { transform: rotate(250deg); }
    .static-hero-copy { animation: none !important; }
    .feature-rail-scroll { height: auto !important; }
    .feature-rail-sticky { position: relative; top: 0; height: auto; }
    .feature-rail-window { overflow-x: auto; }
    .feature-rail-track { transform: none !important; }
  }
  @media (max-width: 600px) and (prefers-reduced-motion: reduce) {
    .cinematic-hero-copy { transform: none !important; }
  }
  body .site-shell h1 { font-family: "Unbounded", sans-serif !important; font-size: 60px !important; font-weight: 600 !important; }
  body .site-shell h2 { font-family: "Unbounded", sans-serif !important; font-size: 48px !important; font-weight: 400 !important; }
  body .site-shell h3 { font-family: "Unbounded", sans-serif !important; font-size: 32px !important; font-weight: 400 !important; }
  body .site-shell h4 { font-family: "Unbounded", sans-serif !important; font-size: 24px !important; font-weight: 600 !important; }
  body .site-shell h1 { font-weight: 400 !important; }
  .built-for-section { display: none !important; }
  .transaction-type-card {
    min-height: 0 !important;
    padding: 13px 17px !important;
  }
  .transaction-types-section {
    color: #ffffff !important;
    background: #000000 !important;
  }
  .transaction-types-grid {
    margin-top: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px !important;
  }
  .transaction-type-card {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: #1b1e22 !important;
  }
  .transaction-type-card > i {
    color: #ffffff !important;
    font-size: 18px !important;
  }
  body .site-shell .transaction-type-card h4 {
    margin: 0 !important;
    color: #ffffff !important;
    font-family: "Stack Sans Text", "Hanken Grotesk", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
  }
  .transaction-features { margin-top: 28px !important; }
  .transaction-types-section .feature-card h4,
  .transaction-types-section .feature-icon i { color: #ffffff !important; }
  .transaction-features .feature-grid {
    margin-top: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px !important;
  }
  #platform .transaction-features .feature-card,
  #platform .transaction-features .feature-card:hover {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto;
    padding: 13px 17px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    border-radius: 999px !important;
    background: #1b1e22 !important;
  }
  #platform .transaction-features .feature-icon {
    width: auto;
    height: auto;
    margin: 0;
    background: transparent !important;
  }
  #platform .transaction-features .feature-icon i { font-size: 18px !important; }
  #platform .transaction-features .feature-card h4 {
    margin: 0 !important;
    font-family: "Stack Sans Text", "Hanken Grotesk", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
  }
  #platform .transaction-types-grid > .feature-card,
  #platform .transaction-types-grid > .feature-card:hover {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto;
    padding: 13px 17px !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
    border: 0 !important;
    border-radius: 999px !important;
    background: #1b1e22 !important;
    box-shadow: none !important;
  }
  #platform .transaction-types-grid > .feature-card .feature-icon {
    width: auto;
    height: auto;
    margin: 0;
    background: transparent !important;
  }
  #platform .transaction-types-grid > .feature-card .feature-icon i {
    color: #ffffff !important;
    font-size: 18px !important;
  }
  body .site-shell #platform .transaction-types-grid > .feature-card h4 {
    margin: 0 !important;
    color: #ffffff !important;
    font-family: "Stack Sans Text", "Hanken Grotesk", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
  }
  .comparison-section {
    color: #ffffff !important;
    background: #000000 !important;
    border-top: 0 !important;
  }
  .comparison-header h2 { color: #ffffff !important; }
  .comparison-header > p:last-child { color: #a7adb5 !important; }
  .comparison-panel.without-shrk {
    color: #ffffff;
    border-color: #2a2e34;
    background: #111419;
    box-shadow: none;
  }
  .without-shrk .comparison-mode { color: #ffffff; }
  .without-shrk .chaos-stage {
    border-color: rgba(255,255,255,0.09);
    background:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
      #171b20;
    background-size: 28px 28px;
  }
  .without-shrk .chaos-map path { stroke: rgba(255,255,255,0.18); }
  .without-shrk .tool-fragment {
    border-color: rgba(255,255,255,0.08);
    background: #20242a;
    box-shadow: none;
  }
  .without-shrk .tool-fragment i {
    color: #ffffff;
    border-color: rgba(255,255,255,0.09);
    background: #15181c;
  }
  .without-shrk .tool-fragment span { color: #ffffff; }
  .without-shrk .problem-list span {
    color: #b9c0c9;
    border-color: rgba(255,255,255,0.1);
    background: #1a1e23;
  }
  .comparison-panel.with-shrk {
    color: #0b0d10;
    border-color: #d9dde2;
    background: #f4f5f6;
    box-shadow: none;
  }
  .with-shrk .comparison-mode { color: #0b0d10; }
  .with-shrk .comparison-count { color: #626a74; }
  .with-shrk .capability-list span {
    color: #343a42;
    border-color: #d9dde2;
    background: #ffffff;
  }
  .comparison-flow {
    color: #0b0d10;
    border-color: #000000;
    background: #ffffff;
  }
  .shark-fin-icon {
    width: 24px;
    height: 20px;
    display: inline-block;
    flex: 0 0 auto;
    border-radius: 2px;
    background: #0b0d10;
    clip-path: polygon(3% 83%, 38% 76%, 58% 9%, 96% 88%);
  }
  .shrk-system-map-section {
    padding: 96px 0 104px;
    color: #ffffff;
    background: #000000;
    overflow: hidden;
  }
  .shrk-system-map-inner {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
  }
  .shrk-system-map-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .shrk-system-map-stage {
    position: relative;
    width: 100%;
    height: 760px;
    isolation: isolate;
  }
  .shrk-system-map-art {
    position: absolute;
    z-index: 1;
    top: 106px;
    left: 50%;
    width: min(92%, 920px);
    height: auto;
    display: block;
    transform: translateX(-50%);
    opacity: 0.94;
    user-select: none;
    pointer-events: none;
  }
  .shrk-system-map-lines {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
  }
  .shrk-system-map-lines path {
    fill: none;
    stroke: rgba(240, 243, 247, 0.78);
    stroke-width: 1.4;
    vector-effect: non-scaling-stroke;
  }
  .shrk-system-map-lines circle {
    fill: #090b0e;
    stroke: #f4f6f8;
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
  }
  .system-callout {
    position: absolute;
    z-index: 3;
    width: 190px;
  }
  body .site-shell .system-callout h3 {
    margin: 0 !important;
    color: #f6f7f8 !important;
    font-family: "Stack Sans Text", "Hanken Grotesk", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.045em !important;
    text-transform: uppercase;
  }
  .system-callout p {
    margin: 7px 0 0;
    color: #b9bec5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
  }
  .system-callout-share { top: 144px; left: 12px; }
  .system-callout-intake { top: 82px; left: 298px; }
  .system-callout-workspaces { top: 0; left: 525px; }
  .system-callout-tasks { top: 54px; left: 742px; }
  .system-callout-management { top: 238px; right: -10px; width: 170px; }
  .system-callout-messaging { right: 18px; bottom: 94px; width: 178px; }
  .system-callout-documents { right: 160px; bottom: 24px; width: 198px; }
  .system-callout-network { left: 395px; bottom: -8px; width: 174px; }
  .system-callout-contacts { left: 212px; bottom: 72px; width: 206px; }
  .system-callout-mandates { left: 0; bottom: 86px; width: 184px; }
  @media (max-width: 900px) {
    .shrk-system-map-section { padding: 78px 0 86px; }
    .shrk-system-map-inner { padding: 0 24px; }
    .shrk-system-map-stage {
      height: auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
    .shrk-system-map-art {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      margin: 0 0 22px;
      grid-column: 1 / -1;
      transform: none;
    }
    .shrk-system-map-lines { display: none; }
    .system-callout,
    .system-callout-share,
    .system-callout-intake,
    .system-callout-workspaces,
    .system-callout-tasks,
    .system-callout-management,
    .system-callout-messaging,
    .system-callout-documents,
    .system-callout-network,
    .system-callout-contacts,
    .system-callout-mandates {
      position: relative;
      inset: auto;
      width: auto;
      min-width: 0;
      padding: 18px;
      border: 1px solid #24282d;
      border-radius: 16px;
      background: #0d1014;
    }
  }
  @media (max-width: 600px) {
    .shrk-system-map-section { padding: 62px 0 70px; }
    .shrk-system-map-inner { padding: 0 18px; }
    .shrk-system-map-stage { grid-template-columns: 1fr; }
    .shrk-system-map-art { margin-bottom: 8px; }
    .system-callout { padding: 17px; border-radius: 14px; }
  }
  .pricing-section {
    padding: 90px 0 100px;
    color: #ffffff;
    background: #000000;
  }
  .pricing-inner {
    width: 100%;
    max-width: var(--shrk-content-width);
    margin: 0 auto;
  }
  .pricing-inner h2 { margin: 0; text-align: left; }
  body .site-shell #pricing .pricing-card.pricing-free h2 {
    max-width: 620px;
    font-family: "Stack Sans Headline", "Hanken Grotesk", sans-serif;
    color: #ffffff;
    font-size: clamp(38px, 3.4vw, 52px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.045em;
  }
  .footer-inner { padding-right: 0 !important; padding-left: 0 !important; }
  .pricing-grid {
    width: 80%;
    margin-top: 38px;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 20px;
  }
  .pricing-card {
    min-width: 0;
    padding: 32px;
    border: 1px solid #2a2e34;
    border-radius: 24px;
    background: #111419;
    box-shadow: none;
  }
  body .site-shell .pricing-card h3 {
    margin: 0;
    font-family: "Stack Sans Text", "Hanken Grotesk", sans-serif !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.15;
    letter-spacing: -0.025em;
  }
  .pricing-card-intro {
    margin-top: 10px;
    color: #aeb5be;
    font-size: 16px;
    line-height: 1.5;
  }
  .pricing-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .pricing-usage-total {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #aeb5be;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .pricing-usage-total strong {
    padding: 7px 10px;
    color: #ffffff;
    border: 1px solid #343941;
    border-radius: 8px;
    background: #1d2025;
    font-size: 14px;
    font-weight: 500;
  }
  .free-limits {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 30px;
  }
  .free-limit {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
  }
  .usage-ring {
    --usage: 50;
    --accent: #b9a8ff;
    position: relative;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: conic-gradient(var(--accent) calc(var(--usage) * 1%), #2b3037 0);
    box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 22%, transparent);
    transform: rotate(-90deg);
  }
  .usage-ring::after {
    position: absolute;
    inset: 5px;
    content: "";
    border-radius: 50%;
    background: #0c0f13;
  }
  .free-limit-copy { min-width: 0; }
  .free-limit-copy strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
  }
  .free-limit-copy span {
    display: block;
    margin-top: 5px;
    color: #8f98a3;
    font-size: 13px;
    line-height: 1.4;
  }
  .free-limit.is-unavailable .usage-ring {
    --usage: 2;
    box-shadow: none;
    opacity: 0.72;
  }
  .free-limit.is-unavailable .free-limit-copy strong { color: #d8dde3; }
  .pricing-price {
    margin-top: 30px;
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  .pricing-price strong {
    color: #ffffff;
    font-family: "Stack Sans Headline", "Hanken Grotesk", sans-serif;
    font-size: clamp(58px, 6vw, 82px);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.06em;
  }
  .pricing-price span { color: #aeb5be; font-size: 22px; }
  .pricing-unit { margin-top: 12px; color: #aeb5be; font-size: 16px; }
  .unlimited-list {
    margin-top: 36px;
    padding-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    border-top: 1px solid #2a2e34;
    list-style: none;
  }
  .unlimited-list li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    color: #e7eaee;
    font-size: 16px;
    line-height: 1.35;
  }
  .unlimited-list i { color: #ffffff; font-size: 22px; }
  @media (max-width: 900px) {
    .transaction-types-inner,
    .pricing-inner { padding-right: 0 !important; padding-left: 0 !important; }
    .pricing-grid { width: 100%; grid-template-columns: minmax(0, 1.55fr) minmax(250px, 1fr); }
    .pricing-card { padding: 30px; }
    .footer-inner { padding-right: 0 !important; padding-left: 0 !important; }
  }
  .final-cta-copy {
    max-width: none !important;
    margin: 0 !important;
    text-align: left !important;
  }
  .final-cta-copy h2 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .final-cta-actions { justify-content: flex-start !important; }
  #end-to-end {
    color: #ffffff !important;
    background: #000000 !important;
  }
  #end-to-end h2 { color: #ffffff !important; }
  #end-to-end .final-cta-actions a:first-child {
    color: #0b0d10 !important;
    border-color: #ffffff !important;
    background: #ffffff !important;
  }
  #end-to-end .final-cta-actions a:last-child {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.7) !important;
    background: transparent !important;
  }
  @media (max-width: 600px) {
    .transaction-types-grid { gap: 10px !important; }
    .transaction-type-card { padding: 11px 14px !important; }
    .transaction-features { margin-top: 22px !important; }
    .transaction-features .feature-grid { gap: 10px !important; }
    #platform .transaction-features .feature-card { padding: 11px 14px !important; }
    #platform .transaction-types-grid > .feature-card { padding: 11px 14px !important; }
    .transaction-types-inner { padding-right: 18px !important; padding-left: 18px !important; }
    .transaction-types-grid { justify-content: flex-start; }
    .pricing-section { padding: 76px 18px 84px; }
    .pricing-grid { margin-top: 34px; grid-template-columns: 1fr; }
    .pricing-card { padding: 26px 22px; border-radius: 20px; }
    body .site-shell #pricing .pricing-card.pricing-free h2 { font-size: 36px; }
    .pricing-card-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
    .pricing-usage-total { width: 100%; justify-content: space-between; }
    .free-limits { grid-template-columns: 1fr; gap: 22px; }
    .usage-ring { flex-basis: 38px; width: 38px; height: 38px; }
    .pricing-price strong { font-size: 62px; }
    .footer-inner { padding-right: 18px !important; padding-left: 18px !important; }
  }
  .hero-trust-metric .trust-metric h2 {
    font-family: "Unbounded", sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;
  }
  .hero-trust-metric .trust-metric p {
    margin-top: 16px !important;
    color: #a7adb5 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
  }
  body .site-shell section {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  @media (max-width: 600px) {
    body .site-shell h1 { font-size: 42px !important; }
    body .site-shell h2 { font-size: 36px !important; }
    body .site-shell h3 { font-size: 28px !important; }
  }


/* Final visual overrides formerly injected by the DC runtime. */
    .site-header,
    .site-header .site-header-inner {
      background: #000000 !important;
    }

    .site-header {
      top: 32px !important;
      transition: top 0.2s ease, transform 0.24s ease, background-color 0.2s ease;
    }

    .site-shell.announcement-dismissed .site-header {
      top: 0 !important;
    }

    .announcement-bar {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 101;
      height: 32px;
      color: #9a9fa6;
      background: #1a1c1f;
      transition: transform 0.24s ease, opacity 0.2s ease;
    }

    .announcement-bar-inner {
      position: relative;
      width: 100%;
      max-width: var(--shrk-content-width);
      height: 32px;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .announcement-bar p {
      min-width: 0;
      width: 100%;
      margin: 0;
      padding: 0 36px 0 0;
      overflow: hidden;
      color: #9a9fa6;
      font-size: 11px !important;
      font-weight: 400;
      line-height: 1;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .announcement-bar a {
      color: #b6bbc1;
      font-weight: 600;
    }

    .announcement-bar a:hover {
      color: #ffffff;
    }

    .announcement-dismiss {
      position: absolute;
      top: 50%;
      right: 0;
      width: 22px;
      height: 22px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #8d9299;
      background: transparent;
      cursor: pointer;
      transform: translateY(-50%);
    }

    .announcement-dismiss i {
      font-size: 12px;
      line-height: 1;
    }

    .announcement-dismiss:hover,
    .announcement-dismiss:focus-visible {
      color: #ffffff;
      background: #2a2d31;
      outline: none;
    }

    .announcement-bar.is-dismissed {
      display: none;
    }

    .static-hero {
      background-image:
        linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),
        url("/assets/shrk-hero-background-v8.webp") !important;
    }

    #platform.transaction-types-section {
      aspect-ratio: 1672 / 941;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      background-color: #000000 !important;
      background-image:
        linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.62)),
        url("/assets/shrk-user-types-background-v1.webp") !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
    }

    .static-hero-actions a:last-child {
      box-sizing: border-box;
      border: 2px solid #ffffff !important;
    }

    @media (max-width: 900px) {
      .site-header .site-header-inner {
        width: 100% !important;
        padding-right: 18px !important;
        padding-left: 18px !important;
        box-sizing: border-box;
      }

      .announcement-bar-inner {
        padding-right: 18px;
        padding-left: 18px;
      }

      .announcement-dismiss {
        right: 18px;
      }

      .announcement-bar p {
        padding-right: 32px;
        font-size: clamp(7px, 1.25vw, 10px) !important;
      }
    }

    #platform .transaction-types-inner,
    #pricing .pricing-inner {
      width: 100% !important;
      max-width: var(--shrk-content-width) !important;
      margin-inline: auto !important;
      padding-inline: 0 !important;
      box-sizing: border-box !important;
    }

    #platform .transaction-types-grid {
      width: 100% !important;
      max-width: none !important;
      margin-inline: 0 !important;
      justify-content: flex-start !important;
      align-content: flex-start !important;
    }

    #platform .transaction-type-card {
      background: #111111 !important;
    }

    #platform .transaction-type-card:not(.is-highlighted) {
      border: 1px solid #666666 !important;
    }

    #platform .transaction-type-card.is-highlighted {
      position: relative;
      border: 1px solid #ffffff !important;
      color: #000000 !important;
      background: #ffffff !important;
      outline: none;
    }

    #platform .transaction-type-card.is-highlighted > i,
    body .site-shell #platform .transaction-type-card.is-highlighted h4 {
      color: #000000 !important;
    }

    #platform .transaction-type-card.is-highlighted::after {
      position: absolute;
      bottom: calc(100% + 12px);
      left: 50%;
      z-index: 30;
      width: min(310px, calc(100vw - 44px));
      padding: 12px 14px;
      border: 1px solid #666666;
      border-radius: 12px;
      color: #f4f6f8;
      background: #181818;
      box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45);
      content: attr(data-tooltip);
      font-size: 12px;
      font-weight: 400;
      line-height: 1.45;
      text-align: left;
      white-space: normal;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate(-50%, 8px);
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    }

    #platform .transaction-type-card.is-highlighted::before {
      position: absolute;
      bottom: calc(100% + 7px);
      left: 50%;
      z-index: 31;
      width: 10px;
      height: 10px;
      border-right: 1px solid #666666;
      border-bottom: 1px solid #666666;
      background: #181818;
      content: "";
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateX(-50%) rotate(45deg);
      transition: opacity 0.18s ease, visibility 0.18s ease;
    }

    #platform .transaction-type-card.is-highlighted:hover::after,
    #platform .transaction-type-card.is-highlighted:focus-visible::after {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0);
    }

    #platform .transaction-type-card.is-highlighted:hover::before,
    #platform .transaction-type-card.is-highlighted:focus-visible::before {
      opacity: 1;
      visibility: visible;
    }

    #comparison .without-shrk .tool-fragment {
      border: 1px solid #666666 !important;
      background: #000000 !important;
      box-shadow: none !important;
      backdrop-filter: none !important;
    }

    #comparison .without-shrk .tool-fragment i {
      color: #ffffff !important;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
    }

    #pricing .pricing-free .usage-ring {
      --accent: #45e6ff !important;
    }

    #pricing .pricing-card.pricing-unlimited {
      border: 0 !important;
      color: #000000 !important;
      background: #ffffff !important;
    }

    #pricing .pricing-card.pricing-unlimited .pricing-price strong,
    #pricing .pricing-card.pricing-unlimited .pricing-price span,
    #pricing .pricing-card.pricing-unlimited .pricing-unit,
    #pricing .pricing-card.pricing-unlimited .unlimited-list li,
    #pricing .pricing-card.pricing-unlimited .unlimited-list i {
      color: #000000 !important;
    }

    #pricing .pricing-card.pricing-unlimited .pricing-unit {
      color: #4e555c !important;
    }

    #pricing .pricing-card.pricing-unlimited .unlimited-list {
      border-top-color: #d9dde1 !important;
    }

    body .site-shell #pricing .pricing-card.pricing-unlimited h3.pricing-plan-chip {
      color: #ffffff !important;
      background: #000000 !important;
    }

    body .site-shell #platform .transaction-type-card h4,
    body .site-shell #platform .transaction-types-grid > .feature-card h4 {
      font-size: 14px !important;
    }

    #pricing .pricing-grid {
      display: grid !important;
      grid-template-columns: minmax(0, 3fr) minmax(0, 2fr) !important;
      width: 100% !important;
      max-width: none !important;
      margin-inline: 0 !important;
      gap: 20px !important;
      align-items: stretch !important;
    }

    #pricing .pricing-card {
      width: 100% !important;
      max-width: none !important;
      min-width: 0 !important;
      box-sizing: border-box !important;
    }

    #pricing .pricing-card.pricing-free {
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: #000 !important;
    }

    #pricing .pricing-card.pricing-unlimited {
      border: 2px solid transparent !important;
      background:
        linear-gradient(#000, #000) padding-box,
        conic-gradient(from 145deg, #23b5ff, #7457ff, #db55ff, #ff5fa2, #ffc15f, #fff3be, #4ad7ff, #23b5ff) border-box !important;
    }

    #pricing .pricing-price strong {
      font-size: 30px !important;
    }

    body .site-shell #pricing .pricing-card.pricing-free h3 {
      white-space: nowrap;
    }

    #pricing .pricing-unit {
      font-size: 12px !important;
    }

    #pricing .pricing-plan-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    #pricing .pricing-plan-row .pricing-price {
      margin-top: 0 !important;
    }

    body .site-shell #pricing .pricing-card.pricing-unlimited h3.pricing-plan-chip {
      flex: 0 0 auto;
      margin: 0 !important;
      padding: 8px 12px !important;
      border-radius: 999px;
      color: #000 !important;
      background: #fff;
      font-family: "Stack Sans Text", "Hanken Grotesk", sans-serif !important;
      font-size: 12px !important;
      font-weight: 600 !important;
      line-height: 1 !important;
      letter-spacing: 0 !important;
      white-space: nowrap;
    }

    #pricing .pricing-payment-note {
      grid-column: 1 / -1;
      margin: -8px 0 0;
      color: #7f8994;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.45;
      text-align: left;
      white-space: nowrap;
    }

    #pricing .pricing-card.pricing-unlimited {
      border: 0 !important;
      color: #000000 !important;
      background: #ffffff !important;
    }

    #pricing .pricing-card.pricing-unlimited .pricing-price strong,
    #pricing .pricing-card.pricing-unlimited .pricing-price span,
    #pricing .pricing-card.pricing-unlimited .unlimited-list li,
    #pricing .pricing-card.pricing-unlimited .unlimited-list i {
      color: #000000 !important;
    }

    #pricing .pricing-card.pricing-unlimited .pricing-unit {
      color: #4e555c !important;
    }

    #pricing .pricing-card.pricing-unlimited .unlimited-list {
      border-top-color: #d9dde1 !important;
    }

    body .site-shell #pricing .pricing-card.pricing-unlimited h3.pricing-plan-chip {
      color: #ffffff !important;
      background: #000000 !important;
    }

    .hero-trust-metric .trust-metric {
      display: grid !important;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-items: stretch;
      gap: 0;
    }

    .hero-trust-stat {
      min-width: 0;
      padding: 0 32px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      text-align: left;
    }

    .hero-trust-stat + .hero-trust-stat {
      border-left: 1px solid rgba(255, 255, 255, 0.18);
    }

    .hero-trust-metric .hero-trust-stat h2 {
      margin: 0 !important;
      font-size: 28px !important;
      white-space: nowrap;
      width: 100%;
      text-align: left !important;
    }

    .hero-trust-metric .hero-trust-stat p {
      max-width: none;
      margin: 12px 0 0 !important;
      font-size: 14px !important;
      line-height: 1.4 !important;
      text-wrap: balance;
      white-space: nowrap;
      width: 100%;
      text-align: left !important;
    }

    .faq-section {
      padding: 112px 32px 120px;
      color: #f4f6f8;
      background-color: #000000;
      background-image:
        linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.58)),
        url("/assets/shrk-footer-cave-light-v1.webp");
      background-position: center 58%;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .faq-inner {
      width: 100%;
      max-width: var(--shrk-content-width);
      margin-inline: auto;
    }

    .faq-heading {
      max-width: none;
      margin-bottom: 48px;
    }

    .faq-heading .faq-eyebrow {
      margin: 0 0 14px;
      color: #626c75;
      font-family: "Unbounded", sans-serif;
      font-size: 11px !important;
      font-weight: 600 !important;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .faq-heading h2 {
      margin: 0;
      color: #f4f6f8;
      font-size: clamp(26px, 4vw, 52px);
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.045em;
      white-space: nowrap;
    }

    .faq-heading > p:last-child {
      max-width: 610px;
      margin: 20px 0 0;
      color: #5e6871;
      font-size: 16px !important;
      line-height: 1.55;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: start;
      gap: 16px;
    }

    .faq-column {
      display: flex;
      min-width: 0;
      flex-direction: column;
      gap: 12px;
    }

    .faq-item {
      overflow: hidden;
      border: 1px solid #292e33;
      border-radius: 16px;
      background: #111111;
      box-shadow: none;
      transition: border-color 0.25s ease, background-color 0.25s ease;
    }

    .faq-item.is-open {
      border-color: #41484f;
      background: #151515;
      box-shadow: none;
    }

    .faq-item h3 { margin: 0; }

    .faq-question {
      width: 100%;
      min-height: 82px;
      padding: 20px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      border: 0;
      color: #f4f6f8;
      background: transparent;
      font: inherit;
      text-align: left;
      cursor: pointer;
    }

    .faq-question span {
      font-size: 14px !important;
      font-weight: 650;
      line-height: 1.35;
    }

    .faq-question i {
      position: relative;
      width: 27px;
      height: 27px;
      flex: 0 0 27px;
      border: 1px solid #68727c;
      border-radius: 50%;
    }

    .faq-question i::before,
    .faq-question i::after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 1px;
      content: "";
      background: #e3e7ea;
      transform: translate(-50%, -50%);
      transition: transform 0.25s ease;
    }

    .faq-question i::after { transform: translate(-50%, -50%) rotate(90deg); }
    .faq-item.is-open .faq-question i::after { transform: translate(-50%, -50%) rotate(0deg); }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      color: #aeb6be;
      font-size: 15px;
      line-height: 1.6;
      transition: max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .faq-answer > div { padding: 0 22px 24px; }

    .faq-question:focus-visible {
      outline: 2px solid #168cff;
      outline-offset: -4px;
      border-radius: 14px;
    }

    @media (max-width: 767px) {
      .static-hero {
        min-height: auto !important;
        align-items: stretch !important;
        background-position: 70% center !important;
      }

      .static-hero-inner {
        min-height: 0 !important;
        padding: 88px 18px 190px !important;
      }

      .hero-trust-metric {
        min-height: 170px !important;
        padding: 24px 18px !important;
      }

      .hero-trust-metric .trust-metric p {
        font-size: 12px !important;
      }

      .static-hero-actions {
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
      }

      .static-hero-actions a {
        flex: 1 1 0;
        width: auto !important;
        min-width: 0;
        padding-inline: 12px !important;
        font-size: 12px !important;
      }

      #platform .transaction-type-card.is-highlighted::before,
      #platform .transaction-type-card.is-highlighted::after {
        display: none;
      }

      body .site-shell #platform .transaction-type-card h4,
      body .site-shell #platform .transaction-types-grid > .feature-card h4 {
        font-size: 12px !important;
      }

      #platform .transaction-types-inner,
      #pricing .pricing-inner {
        width: calc(100% - 36px) !important;
      }

      #platform.transaction-types-section {
        aspect-ratio: auto;
        padding-top: 46px !important;
        padding-bottom: 50px !important;
      }

      #pricing.pricing-section {
        padding-top: 50px !important;
        padding-bottom: 54px !important;
        padding-inline: 0 !important;
      }

      #pricing .pricing-grid {
        grid-template-columns: 1fr !important;
        margin-top: 0 !important;
      }

      #pricing .pricing-payment-note {
        grid-column: 1 / -1;
      }

      .faq-section { padding: 72px 18px 80px; }
      .faq-heading { margin-bottom: 34px; }
      body .site-shell .faq-heading h2 {
        font-size: clamp(17.5px, 5.7vw, 28px) !important;
        letter-spacing: -0.055em;
      }
      .faq-grid { grid-template-columns: 1fr; gap: 12px; }
      .faq-question { min-height: 74px; padding: 18px; gap: 18px; }
      .faq-question span { font-size: 14px !important; }
      .faq-answer > div { padding: 0 18px 20px; }

      .hero-trust-metric .trust-metric {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }

      .hero-trust-stat { padding: 0 10px; }

      .hero-trust-metric .hero-trust-stat h2 {
        font-size: 15px !important;
        letter-spacing: -0.04em !important;
      }

      .hero-trust-metric .hero-trust-stat p {
        margin-top: 8px !important;
        font-size: 9px !important;
        line-height: 1.3 !important;
        white-space: normal;
      }

      #pricing .free-limits {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 12px !important;
      }

      #pricing .free-limit {
        align-items: center;
        gap: 8px;
      }

      #pricing .usage-ring {
        flex: 0 0 29px !important;
        width: 29px !important;
        height: 29px !important;
      }

      #pricing .usage-ring::after {
        inset: 4px;
      }

      #pricing .free-limit-copy strong {
        font-size: 12px !important;
        line-height: 1.2;
      }

      #pricing .free-limit-copy span {
        margin-top: 3px;
        font-size: 10px !important;
        line-height: 1.25;
      }

      #pricing .pricing-payment-note {
        grid-column: 1 / -1;
      }

      #pricing .unlimited-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 12px !important;
      }

      #pricing .unlimited-list li {
        min-width: 0;
        align-items: flex-start;
        gap: 8px;
        white-space: normal;
      }

      #pricing .unlimited-list i {
        flex: 0 0 auto;
        margin-top: 1px;
      }

      #comparison .comparison-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
      }

      #comparison.comparison-section {
        padding-top: 44px !important;
        padding-bottom: 54px !important;
      }

      #comparison {
        scroll-margin-top: 68px;
      }

      #comparison .orbit-module.m3,
      #comparison .orbit-module.m4 {
        top: 41% !important;
      }

      #pricing .unlimited-list li {
        font-size: 14px !important;
      }

      #end-to-end.final-cta-section {
        padding-top: 54px !important;
        padding-bottom: 50px !important;
      }

      #end-to-end .final-cta-copy h2 {
        font-size: 34px !important;
      }

      #comparison .comparison-flow {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        z-index: 10 !important;
        place-self: center !important;
        width: 76px !important;
        height: 76px !important;
        min-width: 76px !important;
        min-height: 76px !important;
        margin: 18px auto !important;
        transform: rotate(90deg) !important;
        border: 5px solid #000 !important;
        color: #000 !important;
        background: #fff !important;
        box-shadow: 0 0 0 5px #fff, 0 16px 34px rgba(0, 0, 0, 0.32) !important;
      }

      #comparison .comparison-flow i {
        font-size: 32px !important;
      }
    }

    #user-types.user-types-section {
      padding: 96px 32px 88px;
      border-top: 1px solid #191b1e;
      border-bottom: 1px solid #191b1e;
      color: #ffffff;
      background: #000000;
    }

    #user-types .user-types-inner {
      width: 100%;
      max-width: var(--shrk-content-width);
      margin: 0 auto;
    }

    #user-types .user-types-heading {
      max-width: 780px;
    }

    #user-types .user-types-heading h2 {
      margin: 0;
      color: #ffffff;
      font-family: "Stack Sans Headline", "Hanken Grotesk", sans-serif;
      font-size: 48px !important;
      font-weight: 500;
      letter-spacing: -0.055em;
      line-height: 0.98;
    }

    #user-types .user-types-tabs {
      margin-top: 38px;
      padding-bottom: 16px;
      display: flex;
      gap: 10px;
      border-bottom: 1px solid #22252a;
    }

    #user-types .user-types-tab {
      min-height: 40px;
      padding: 9px 16px;
      border: 1px solid #30343a;
      border-radius: 999px;
      color: #aeb4bc;
      background: #0b0c0e;
      font: inherit;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.2;
      white-space: nowrap;
      cursor: pointer;
      transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
    }

    #user-types .user-types-tab:hover {
      border-color: #5a6068;
      color: #ffffff;
    }

    #user-types .user-types-tab:focus-visible {
      outline: 2px solid #ffffff;
      outline-offset: 3px;
    }

    #user-types .user-types-tab[aria-selected="true"] {
      border-color: #ffffff;
      color: #000000;
      background: #ffffff;
    }

    #user-types .user-types-panels {
      margin-top: 24px;
    }

    #user-types .user-type-panel {
      display: none !important;
    }

    #user-types .user-type-panel.is-active {
      display: block !important;
      animation: userTypePanelIn 0.2s ease both;
    }

    #user-types .user-types-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    #user-types .user-type-card {
      min-height: 176px;
      padding: 24px;
      box-sizing: border-box;
      border: 1px solid #24272c;
      border-radius: 16px;
      background: #0b0c0e;
    }

    #user-types .user-type-card > i {
      width: 34px;
      height: 34px;
      margin-bottom: 22px;
      border: 1px solid #34383e;
      border-radius: 9px;
      display: grid;
      place-items: center;
      color: #ffffff;
      font-size: 17px;
    }

    #user-types .user-type-card h3 {
      margin: 0;
      color: #ffffff;
      font-size: 15px !important;
      font-weight: 600;
      letter-spacing: -0.02em;
      line-height: 1.3;
    }

    #user-types .user-type-card p {
      margin: 10px 0 0;
      color: #9299a2;
      font-size: 12px !important;
      line-height: 1.58;
    }

    #user-types .user-types-cta {
      width: fit-content;
      margin-top: 28px;
      padding-bottom: 4px;
      border-bottom: 1px solid #6f757d;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #ffffff;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.3;
      transition: border-color 0.16s ease, gap 0.16s ease;
    }

    #user-types .user-types-cta:hover {
      border-color: #ffffff;
      gap: 11px;
    }

    #pricing .unlimited-list li,
    #pricing .unlimited-list li > span {
      font-size: 12px !important;
    }

    #pricing .pricing-plan-toggle {
      width: fit-content;
      margin: 0;
      padding: 4px;
      border: 1px solid #383a37;
      border-radius: 10px;
      display: inline-flex;
      gap: 2px;
      background: #242522;
    }

    #pricing .pricing-plan-toggle button {
      min-height: 34px;
      padding: 8px 15px;
      border: 0;
      border-radius: 7px;
      color: #a9afb5;
      background: transparent;
      font: inherit;
      font-size: 11px;
      font-weight: 600;
      line-height: 1;
      cursor: pointer;
      transition: color 0.15s ease, background-color 0.15s ease;
    }

    #pricing .pricing-plan-toggle button:hover {
      color: #ffffff;
    }

    #pricing .pricing-plan-toggle button:focus-visible {
      outline: 2px solid #ffffff;
      outline-offset: 2px;
    }

    #pricing .pricing-plan-toggle button[aria-pressed="true"] {
      color: #000000;
      background: #ffffff;
    }

    #pricing .pricing-billing-toggle {
      width: fit-content;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    #pricing .pricing-billing-label {
      color: #747b82;
      font-size: 11px;
      font-weight: 600;
      line-height: 1;
      transition: color 0.15s ease;
    }

    #pricing .pricing-billing-label.is-active {
      color: #ffffff;
    }

    #pricing .pricing-billing-toggle button {
      position: relative;
      width: 42px;
      height: 24px;
      padding: 2px;
      border: 1px solid #454843;
      border-radius: 999px;
      display: block;
      cursor: pointer;
      background: #242522;
      transition: border-color 0.15s ease, background-color 0.15s ease;
    }

    #pricing .pricing-billing-toggle button:hover {
      border-color: #747a73;
    }

    #pricing .pricing-billing-toggle button:focus-visible {
      outline: 2px solid #ffffff;
      outline-offset: 3px;
    }

    #pricing .pricing-billing-thumb {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: block;
      background: #ffffff;
      transform: translateX(0);
      transition: transform 0.18s ease;
    }

    #pricing .pricing-billing-toggle button[aria-checked="true"] .pricing-billing-thumb {
      transform: translateX(18px);
    }

    #pricing .pricing-card-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 22px;
    }

    #pricing .pricing-card-controls .pricing-plan-toggle,
    #pricing .pricing-card-controls .pricing-billing-toggle {
      flex: 0 0 auto;
      margin: 0;
    }

    #pricing .pricing-card.pricing-unlimited .pricing-plan-row {
      justify-content: flex-start;
      min-height: 34px;
      gap: 10px;
    }

    #pricing .pricing-discount-pill {
      width: fit-content;
      margin: 0;
      padding: 5px 8px;
      border: 1px solid #383a3d;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      visibility: hidden;
      color: #d1d5da;
      background: #25272a;
      font-size: 10px !important;
      font-weight: 600;
      line-height: 1;
    }

    #pricing .pricing-discount-pill.is-visible {
      visibility: visible;
    }

    body .site-shell #pricing .pricing-card.pricing-unlimited {
      position: relative;
      padding: 18px !important;
      border: 1px solid #292b28 !important;
      border-radius: 24px !important;
      color: #f5f6f7 !important;
      background: #111210 !important;
    }

    #pricing .pricing-unlimited .unlimited-plan-header {
      margin-top: 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
    }

    #pricing .pricing-unlimited .unlimited-plan-copy {
      min-width: 0;
    }

    body .site-shell #pricing .pricing-unlimited h3.unlimited-plan-label {
      margin: 0 0 10px !important;
      color: #9da5ad !important;
      background: transparent !important;
      font-size: 11px !important;
      font-weight: 600 !important;
      letter-spacing: 0.11em;
      line-height: 1.2 !important;
      text-transform: uppercase;
    }

    #pricing .pricing-unlimited .pricing-plan-row {
      display: flex;
      align-items: center;
      justify-content: flex-start !important;
      gap: 10px;
    }

    #pricing .pricing-unlimited .pricing-price {
      margin: 0 !important;
    }

    #pricing .pricing-card.pricing-unlimited .pricing-price strong {
      color: #ffffff !important;
      font-family: "Stack Sans Headline", "Hanken Grotesk", sans-serif !important;
      font-size: 36px !important;
      font-weight: 600 !important;
      letter-spacing: -0.045em;
      line-height: 1 !important;
    }

    #pricing .pricing-card.pricing-unlimited .pricing-price span {
      color: #ffffff !important;
      font-size: 14px !important;
      font-weight: 600;
    }

    #pricing .unlimited-plan-mark {
      flex: 0 0 64px;
      width: 64px;
      height: 64px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      color: #ffffff;
      background: transparent;
    }

    #pricing .unlimited-plan-mark i {
      font-size: 36px;
      line-height: 1;
    }

    #pricing .unlimited-plan-description {
      margin: 24px 0 0;
      color: #b6bcc3;
      font-size: 15px !important;
      line-height: 1.55;
    }

    #pricing .unlimited-benefits {
      margin: 30px 0 34px;
      padding: 28px 0;
      border-top: 1px solid #333532;
      border-bottom: 1px solid #333532;
      display: grid;
      gap: 17px;
      list-style: none;
    }

    #pricing .unlimited-benefits li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: #d5d9de;
      font-size: 13px;
      line-height: 1.4;
    }

    #pricing .unlimited-benefits li[hidden] {
      display: none !important;
    }

    #pricing .unlimited-benefits i {
      flex: 0 0 auto;
      margin-top: 1px;
      color: #ffffff;
      font-size: 17px;
    }

    #pricing .pricing-upgrade-button {
      min-height: 52px;
      width: 100%;
      padding: 13px 20px;
      box-sizing: border-box;
      border: 1px solid #ffffff;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #000000;
      background: #ffffff;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      transition: color 0.16s ease, background-color 0.16s ease;
    }

    #pricing .pricing-upgrade-button:hover {
      color: #ffffff;
      background: #111210;
    }

    #pricing .pricing-upgrade-button:focus-visible {
      outline: 2px solid #ffffff;
      outline-offset: 3px;
    }

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

    @media (max-width: 900px) {
      #user-types.user-types-section {
        padding: 80px 18px 74px;
      }

      #user-types .user-types-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 600px) {
      #user-types.user-types-section {
        padding-top: 66px;
        padding-bottom: 62px;
      }

      #user-types .user-types-heading h2 {
        font-size: 34px !important;
      }

      #user-types .user-types-tabs {
        margin-right: -18px;
        margin-top: 30px;
        padding-right: 18px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
      }

      #user-types .user-types-tabs::-webkit-scrollbar {
        display: none;
      }

      #user-types .user-types-tab {
        flex: 0 0 auto;
        scroll-snap-align: start;
      }

      #user-types .user-types-grid {
        grid-template-columns: 1fr;
      }

      #user-types .user-type-card {
        min-height: 0;
        padding: 22px;
      }

      body .site-shell #pricing .pricing-card.pricing-unlimited {
        padding: 14px 12px !important;
      }

      #pricing .pricing-unlimited .unlimited-plan-header {
        gap: 16px;
      }

      #pricing .unlimited-plan-mark {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
        border-radius: 15px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #user-types .user-type-panel.is-active {
        animation: none;
      }

      #user-types .user-type-card,
      #user-types .user-types-tab,
      #user-types .user-types-cta {
        transition: none;
      }
    }


/* Kotlin/React production shell adjustments. */
body { margin: 0; }
#root { min-height: 100vh; }
.site-header { top: var(--announcement-offset, 0); }
.announcement-dismiss:focus-visible,
.user-types-tab:focus-visible,
.pricing-plan-toggle button:focus-visible,
.pricing-billing-toggle button:focus-visible,
.faq-question:focus-visible,
a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.custom-solutions-section {
  padding: 96px 32px 36px;
  color: #f4f6f8;
  background: #000000;
}

.custom-solutions-inner {
  width: 100%;
  max-width: var(--shrk-content-width);
  margin-inline: auto;
}

.custom-solutions-card {
  position: relative;
  min-height: 330px;
  padding: 54px 58px;
  box-sizing: border-box;
  border: 0;
  border-radius: 28px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #0c0d0e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.custom-solutions-card::before,
.custom-solutions-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.custom-solutions-card::before {
  inset: -5%;
  background-image: url("/assets/shrk-custom-solutions-background-v1.webp");
  background-position: center 54%;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-solutions-card::after {
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 9, 0.82) 0%, rgba(5, 7, 9, 0.68) 52%, rgba(5, 7, 9, 0.38) 100%);
}

.custom-solutions-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding-right: 72px;
}

.custom-solutions-eyebrow {
  margin: 0 0 22px;
  color: #8f98a3;
  font-family: "Unbounded", sans-serif;
  font-size: 10px !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body .site-shell .custom-solutions-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: 50px !important;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.custom-solutions-copy > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: #adb4bc;
  font-size: 16px !important;
  line-height: 1.6;
}

.custom-solutions-button {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b0d10;
  background: #ffffff;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.custom-solutions-button:hover {
  color: #ffffff;
  background: transparent;
  transform: translateY(-2px);
}

.custom-solutions-button i {
  font-size: 24px;
}

@media (max-width: 767px) {
  .custom-solutions-section {
    padding: 64px 18px 20px;
  }

  .custom-solutions-card {
    min-height: 0;
    padding: 36px 28px 28px;
    border-radius: 22px;
  }

  .custom-solutions-copy {
    padding-right: 0;
  }

  .custom-solutions-eyebrow {
    margin-bottom: 16px;
    padding-right: 58px;
  }

  body .site-shell .custom-solutions-card h2 {
    font-size: clamp(32px, 10vw, 44px) !important;
  }

  .custom-solutions-copy > p:last-child {
    margin-top: 18px;
    font-size: 15px !important;
  }

  .custom-solutions-button {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }

  .custom-solutions-button i { font-size: 22px; }
}

/* Keep tablet layouts on a consistent content rail. */
@media (min-width: 901px) and (max-width: 1100px) {
  .site-shell {
    overflow-x: clip;
  }

  .site-header .site-header-inner,
  .announcement-bar-inner,
  #platform .transaction-types-inner,
  #pricing .pricing-inner,
  .custom-solutions-inner,
  .footer-inner {
    width: calc(100% - 48px) !important;
    max-width: var(--shrk-content-width) !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }

  #user-types .user-types-tabs {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  #user-types .user-types-tabs::-webkit-scrollbar {
    display: none;
  }

  #user-types .user-types-tab {
    flex: 0 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* Shared Network-style header controls, including legal-page navigation. */
:root {
  --header-control-height: 36px;
  --header-control-radius: 9px;
  --header-control-font-size: 13px;
}
button, .btn, .static-hero-actions a {
  font-family: "Stack Sans Text", sans-serif !important;
}
body :is(.site-header .desktop-cta a, .site-header button, .site-header select, .legal-back) {
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  height: var(--header-control-height) !important;
  min-height: var(--header-control-height) !important;
  padding: 0 14px !important;
  border-radius: var(--header-control-radius) !important;
  font-family: "Stack Sans Text", sans-serif !important;
  font-size: var(--header-control-font-size) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  gap: 7px !important;
  white-space: nowrap;
}
body .site-header select { padding-right: 32px !important; }
body .site-header .desktop-cta { gap: 8px !important; flex-wrap: wrap; }
body :is(.site-header .icon-only, .site-header .menu-toggle) {
  width: var(--header-control-height) !important;
  padding: 0 !important;
}
@media (max-width: 640px) {
  body .site-header-inner { gap: 12px !important; padding-inline: 16px !important; }
  body .legal-header-inner { gap: 12px; flex-wrap: wrap; padding-block: 12px; }
}

/* Shared page-title size across SHRK and Covenant. */
body h1,
body .site-shell h1,
body .legal-title {
  font-size:22px !important;
  line-height:1.2 !important;
}

/* Popup titles share one typography and spacing rule across all sites. */
body .overlay .modal > h3,
body :is(.modal,.popup,[role="dialog"],dialog) > :is(h1,h2,h3),
body :is(.modal-header,.popup-header,.dialog-header) :is(h1,h2,h3),
body :is(.modal-title,.popup-title,.dialog-title),
body .deals-customize-head strong,
body #document-viewer-title {
  font-family:"Unbounded",sans-serif !important;
  font-size:18px !important;
  font-weight:600 !important;
  line-height:1.3 !important;
  margin-bottom:0 !important;
  padding-bottom:20px !important;
}
