:root {
      --bg: #0b100e;
      --bg-soft: #101613;
      --surface: #171d1a;
      --surface-strong: #1f2823;
      --surface-muted: #222823;
      --line: #33443d;
      --line-soft: #26342f;
      --text: #f3f1ec;
      --muted: #b9c7c0;
      --muted-strong: #d4ded8;
      --brand: #1e8c73;
      --brand-dark: #0d2b23;
      --brand-light: #8bcfbe;
      --signal: #d8be73;
      --danger: #dc7d72;
      --shadow: 0 20px 70px rgba(0, 0, 0, 0.32);
      --max: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      min-height: 100%;
      background: var(--bg);
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--text);
      min-height: 100%;
      background: linear-gradient(180deg, #0b100e 0%, #111714 44%, #0b100e 100%);
      background-color: var(--bg);
      font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
      overscroll-behavior-y: none;
      user-select: none;
      transition: opacity 160ms ease;
    }

    body.is-locale-transitioning {
      opacity: 0;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
      background-size: 48px 48px;
      opacity: 0.58;
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    section {
      scroll-margin-top: 88px;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    input,
    textarea,
    select {
      user-select: text;
    }

    .site-header {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 20;
      border-bottom: 1px solid rgba(26, 77, 67, 0.32);
      background: rgba(3, 53, 42, 0.94);
      backdrop-filter: blur(14px);
    }

    .language-switcher {
      display: inline-flex;
      width: max-content;
      max-width: 100%;
      gap: 2px;
      padding: 3px;
      border: 1px solid rgba(139, 207, 190, 0.3);
      border-radius: 7px;
      background: rgba(8, 13, 11, 0.76);
      backdrop-filter: blur(12px);
    }

    .language-switcher-hero {
      align-self: flex-start;
      margin: 0 0 26px;
    }

    .language-switcher-toolbar {
      margin: 0;
      flex: 0 0 auto;
      background: rgba(8, 13, 11, 0.34);
    }

    .language-switcher a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 32px;
      min-height: 24px;
      padding: 2px 7px;
      border-radius: 5px;
      color: var(--muted);
      font-size: 0.68rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .language-switcher a[aria-current="true"] {
      color: #08110f;
      background: var(--brand-light);
    }

    .language-switcher a:focus-visible,
    .language-switcher a:hover {
      color: var(--text);
      outline: none;
    }

    .language-switcher a[aria-current="true"]:focus-visible,
    .language-switcher a[aria-current="true"]:hover {
      color: #08110f;
    }

    .nav {
      width: min(100% - 48px, 1280px);
      min-height: 60px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: max-content;
      font-weight: 800;
      font-size: 1.05rem;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .brand img {
      width: 22px;
      height: 27px;
      object-fit: contain;
    }

    .nav-links {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 26px;
      flex: 1 1 auto;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      min-width: max-content;
    }

    .nav-link {
      border: 1px solid transparent;
      border-radius: 4px;
      padding: 7px 0;
      color: #7e918a;
      cursor: pointer;
      font-size: 0.74rem;
      font-weight: 800;
      text-transform: uppercase;
      position: relative;
      transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      color: var(--text);
      border-color: transparent;
      background: transparent;
      outline: none;
    }

    .nav-link.is-active {
      color: var(--brand-light);
    }

    .nav-indicator {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 2px;
      border-radius: 999px;
      background: var(--brand-light);
      opacity: 0;
      pointer-events: none;
      transform: translate3d(0, 0, 0);
      transition:
        opacity 160ms ease,
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
        width 260ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .nav-cta {
      min-width: max-content;
      border: 1px solid rgba(139, 207, 190, 0.28);
      border-radius: 4px;
      padding: 9px 14px;
      color: var(--text);
      background: rgba(13, 43, 35, 0.92);
      font-size: 0.73rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .nav-cta:hover,
    .nav-cta:focus-visible {
      border-color: var(--brand-light);
      background: #123b31;
      outline: none;
    }

    .nav-primary {
      background: rgba(13, 43, 35, 0.78);
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      body {
        transition: none;
      }
    }

    .hero {
      position: relative;
      width: 100%;
      min-height: 760px;
      margin: 0 auto;
      padding: 106px max(32px, calc((100vw - 1280px) / 2)) 74px;
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
      align-items: center;
      gap: 56px;
      overflow: hidden;
      border-bottom: 1px solid rgba(139, 207, 190, 0.14);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(90deg, rgba(11, 16, 14, 0.96), rgba(11, 16, 14, 0.72) 48%, rgba(11, 16, 14, 0.9)),
        linear-gradient(0deg, rgba(11, 16, 14, 1), rgba(11, 16, 14, 0.18) 42%, rgba(11, 16, 14, 0.82)),
        url("hero-reader-background.jpg");
      background-size: auto, auto, min(82vw, 980px);
      background-repeat: no-repeat;
      background-position: center, center, right 8% center;
      filter: saturate(0.74) brightness(0.52);
      opacity: 0.88;
      transform: scale(1.02);
    }

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

    .hero-content {
      min-width: 0;
      width: 100%;
      max-width: min(610px, calc(100vw - 64px));
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 22px;
      color: var(--brand-light);
      font-size: 0.84rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--brand-light);
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin-bottom: 24px;
      max-width: min(610px, 100%);
      font-size: 3rem;
      line-height: 1.12;
      font-weight: 800;
      text-wrap: balance;
    }

    .hero-copy {
      max-width: 540px;
      margin-bottom: 34px;
      color: var(--muted-strong);
      font-size: 1rem;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 34px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      border-radius: 4px;
      padding: 12px 18px;
      border: 1px solid var(--line);
      font-weight: 800;
      font-size: 0.86rem;
      text-transform: uppercase;
      transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
    }

    .button:hover,
    .button:focus-visible {
      transform: translateY(-1px);
      outline: none;
    }

    .button:disabled,
    .button[aria-busy="true"] {
      cursor: wait;
      opacity: 0.68;
      transform: none;
    }

    .button-primary {
      color: #08110f;
      border-color: var(--brand-light);
      background: var(--brand-light);
    }

    .button-secondary {
      color: var(--text);
      background: rgba(139, 207, 190, 0.06);
    }

    .button-secondary:hover,
    .button-secondary:focus-visible {
      border-color: var(--brand-light);
      background: rgba(139, 207, 190, 0.12);
    }

    .hero-actions .button-secondary {
      border-color: transparent;
      border-bottom-color: rgba(139, 207, 190, 0.34);
      background: transparent;
    }

    .hero-visual {
      position: relative;
      min-width: 0;
      min-height: 430px;
      align-self: center;
      display: flex;
      align-items: center;
      padding: 0;
    }

    .hero-visual::before {
      content: none;
    }

    .terminal-card {
      position: relative;
      min-width: 0;
      width: 100%;
      min-height: 400px;
      border: 0;
      background: transparent;
      padding: 0;
      overflow: hidden;
    }

    .terminal-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 14px 18px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      background: transparent;
      color: var(--text);
      font-size: 0.72rem;
      text-transform: uppercase;
      font-weight: 800;
    }

    .terminal-title {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--muted-strong);
      text-transform: none;
    }

    .terminal-title::before {
      content: ">_";
      color: var(--brand-light);
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-weight: 800;
    }

    .terminal-controls {
      display: inline-flex;
      gap: 7px;
    }

    .terminal-control {
      width: 10px;
      height: 10px;
      border: 1px solid rgba(139, 207, 190, 0.26);
      border-radius: 50%;
      background: rgba(139, 207, 190, 0.08);
    }

    .terminal-body {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 352px;
      padding: 18px 18px 20px;
      color: #cde5dd;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
      font-size: 0.78rem;
      line-height: 1.45;
      overflow: hidden;
    }

    .terminal-fade {
      position: absolute;
      left: 0;
      right: 0;
      height: 54px;
      pointer-events: none;
      z-index: 2;
    }

    .terminal-fade.top {
      top: 0;
      background: linear-gradient(180deg, rgba(11, 16, 14, 0.88), transparent);
    }

    .terminal-fade.bottom {
      bottom: 0;
      background: linear-gradient(0deg, rgba(11, 16, 14, 0.88), transparent);
    }

    .terminal-row {
      display: grid;
      grid-template-columns: 66px 54px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      min-height: 34px;
      padding: 6px 8px;
      border-radius: 4px;
      color: var(--muted);
    }

    .terminal-row:nth-child(odd) {
      background: transparent;
    }

    .terminal-row.is-muted {
      opacity: 0.42;
    }

    .terminal-row.is-dim {
      opacity: 0.58;
    }

    .terminal-row.is-mid {
      opacity: 0.75;
    }

    .terminal-row.is-strong {
      color: var(--muted-strong);
    }

    .terminal-row.is-live {
      border-left: 2px solid var(--brand-light);
      background: rgba(30, 140, 115, 0.15);
      color: var(--brand-light);
    }

    .terminal-time {
      color: #7d8984;
    }

    .terminal-tag {
      color: var(--brand-light);
      font-weight: 800;
    }

    .terminal-tag.sync {
      color: var(--tertiary, #95d2c5);
    }

    .terminal-tag.warn {
      color: var(--danger);
    }

    .terminal-tag.live {
      color: var(--brand-light);
      animation: live-pulse 1.35s ease-in-out infinite;
    }

    .terminal-message {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .terminal-cursor {
      display: inline-block;
      width: 8px;
      height: 16px;
      margin-left: 6px;
      background: var(--brand-light);
      vertical-align: -0.22em;
      animation: terminal-ping 1.08s ease-out infinite;
    }

    @keyframes live-pulse {
      0%, 100% {
        opacity: 1;
      }
      50% {
        opacity: 0.42;
      }
    }

    @keyframes terminal-ping {
      0% {
        opacity: 1;
        transform: scaleY(1);
      }
      70% {
        opacity: 0.18;
        transform: scaleY(1.25);
      }
      100% {
        opacity: 0;
        transform: scaleY(1.35);
      }
    }

    @keyframes process-flow {
      0% {
        background-position: -40% 50%;
        opacity: 0;
      }
      4%, 22% {
        opacity: 1;
      }
      28% {
        background-position: 140% 50%;
        opacity: 0;
      }
      100% {
        background-position: 140% 50%;
        opacity: 0;
      }
    }

    @keyframes process-flow-vertical {
      0% {
        background-position: 50% -40%;
        opacity: 0;
      }
      4%, 22% {
        opacity: 1;
      }
      28% {
        background-position: 50% 140%;
        opacity: 0;
      }
      100% {
        background-position: 50% 140%;
        opacity: 0;
      }
    }

    @keyframes step-number-flow {
      0%, 24%, 100% {
        color: #29483f;
        text-shadow: none;
      }
      8%, 14% {
        color: var(--brand-light);
        text-shadow: 0 0 18px rgba(139, 207, 190, 0.36);
      }
    }

    .section {
      padding: 76px 0;
      border-top: 1px solid rgba(139, 207, 190, 0.12);
    }

    .section-inner {
      width: min(100% - 32px, var(--max));
      margin: 0 auto;
    }

    #pricing {
      position: relative;
      overflow: hidden;
      border-top: 0;
    }

    #pricing::before {
      content: "";
      position: absolute;
      top: -220px;
      left: 0;
      right: 0;
      height: 720px;
      background:
        linear-gradient(90deg, var(--bg), rgba(18, 20, 19, 0.32) 18%, rgba(18, 20, 19, 0.32) 82%, var(--bg)),
        repeating-linear-gradient(
          90deg,
          rgba(173, 205, 193, 0.1) 0,
          rgba(173, 205, 193, 0.1) 1px,
          transparent 1px,
          transparent 56px
        ),
        linear-gradient(rgba(18, 20, 19, 0.72), rgba(18, 20, 19, 0.92)),
        url("use-case-temporary.jpg");
      background-position: center;
      background-size: auto, auto, auto, cover;
      -webkit-mask-image: linear-gradient(180deg, transparent 0, transparent 28%, rgba(0, 0, 0, 0.28) 38%, #000 50%, #000 72%, transparent 100%);
      mask-image: linear-gradient(180deg, transparent 0, transparent 28%, rgba(0, 0, 0, 0.28) 38%, #000 50%, #000 72%, transparent 100%);
      opacity: 0.82;
      pointer-events: none;
    }

    #pricing .section-inner {
      position: relative;
      z-index: 1;
    }

    #operators,
    #contact {
      border-top: 0;
    }

    .section-kicker {
      margin-bottom: 12px;
      color: var(--brand-light);
      font-weight: 800;
      font-size: 0.78rem;
      text-transform: uppercase;
    }

    .section-heading {
      max-width: 720px;
      margin-bottom: 18px;
      font-size: 2.06rem;
      line-height: 1.18;
    }

    .section-centered {
      margin-bottom: 42px;
      text-align: center;
    }

    .section-centered .section-heading {
      margin-left: auto;
      margin-right: auto;
    }

    .section-lede {
      max-width: 660px;
      margin: 0 auto;
      color: var(--muted);
      font-size: 1rem;
    }

    .trial-offer {
      position: relative;
      margin-bottom: 44px;
      padding: 54px 28px 46px;
      text-align: center;
    }

    .trial-offer > * {
      position: relative;
      z-index: 1;
    }

    .trial-offer h3 {
      max-width: 860px;
      margin: 0 auto 30px;
      color: var(--brand-light);
      font-size: 3.12rem;
      line-height: 1.04;
      text-transform: uppercase;
    }

    .trial-subhead {
      max-width: 760px;
      margin: 0 auto;
      color: var(--muted-strong);
      font-size: 1.26rem;
      line-height: 1.34;
      font-weight: 800;
      text-transform: uppercase;
    }

    .trial-copy {
      max-width: 720px;
      margin: 14px auto 0;
      color: var(--muted);
      font-size: 0.94rem;
    }

    .steps {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 34px;
    }

    .step {
      position: relative;
      z-index: 1;
      min-height: 210px;
      padding: 0 8px 0 0;
    }

    .step:not(:last-child)::before,
    .step:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 25px;
      left: 96px;
      right: -4px;
      border-radius: 999px;
      pointer-events: none;
    }

    .step:not(:last-child)::before {
      height: 1px;
      background: linear-gradient(
        90deg,
        rgba(139, 207, 190, 0),
        rgba(139, 207, 190, 0.28) 12%,
        rgba(139, 207, 190, 0.28) 88%,
        rgba(139, 207, 190, 0)
      );
    }

    .step:not(:last-child)::after {
      height: 3px;
      margin-top: -1px;
      background: linear-gradient(
        90deg,
        rgba(139, 207, 190, 0),
        rgba(139, 207, 190, 0.2),
        rgba(139, 207, 190, 0.78),
        rgba(139, 207, 190, 0.2),
        rgba(139, 207, 190, 0)
      );
      background-repeat: no-repeat;
      background-size: 40% 100%;
      filter: blur(0.2px);
      animation: process-flow 7.2s linear infinite;
    }

    .step:nth-child(2)::after {
      animation-delay: 1.8s;
    }

    .step:nth-child(3)::after {
      animation-delay: 3.6s;
    }

    .step-number {
      position: relative;
      z-index: 1;
      display: inline-flex;
      margin-bottom: 18px;
      color: #29483f;
      font-size: 3.2rem;
      line-height: 1;
      font-weight: 800;
      animation: step-number-flow 7.2s linear infinite;
    }

    .step:nth-child(2) .step-number {
      animation-delay: 1.8s;
    }

    .step:nth-child(3) .step-number {
      animation-delay: 3.6s;
    }

    .step:nth-child(4) .step-number {
      animation-delay: 5.4s;
    }

    .step h3,
    .use-case h3 {
      margin-bottom: 10px;
      font-size: 1.12rem;
    }

    .step p,
    .use-case p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .use-case-lede {
      max-width: 700px;
      margin-bottom: 34px;
      color: var(--muted);
      font-size: 1rem;
    }

    .use-cases {
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }

    .use-case {
      position: relative;
      min-height: 440px;
      border: 1px solid rgba(26, 77, 67, 0.3);
      border-radius: 8px;
      background: rgba(30, 32, 31, 0.72);
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }

    .use-case-feature {
      grid-column: 1 / -1;
      min-height: 500px;
    }

    .use-case-wide {
      grid-column: span 7;
    }

    .use-case-small {
      grid-column: span 5;
    }

    .case-image {
      position: absolute;
      inset: 0;
      overflow: hidden;
      background: #0b100e;
    }

    .case-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(0.72) brightness(0.54);
      opacity: 0.52;
      mix-blend-mode: luminosity;
    }

    .use-case-feature .case-image img {
      filter: saturate(0.7) brightness(0.48);
      opacity: 0.42;
    }

    .case-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent 0%, rgba(11, 16, 14, 0.26) 34%, rgba(11, 16, 14, 0.94) 100%),
        linear-gradient(90deg, rgba(11, 16, 14, 0.46), transparent 52%, rgba(11, 16, 14, 0.26));
      pointer-events: none;
    }

    .case-content {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      flex: 1;
      justify-content: flex-end;
      padding: 26px;
    }

    .use-case-feature .case-content {
      max-width: 760px;
      padding: 48px;
    }

    .case-label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
      color: var(--brand-light);
      font-size: 0.78rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .case-icon {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      color: var(--brand-light);
    }

    .use-case-feature h3 {
      max-width: 680px;
      font-size: 1.72rem;
      line-height: 1.2;
    }

    .case-metrics {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 18px;
      max-width: 660px;
      margin-top: 26px;
      padding-top: 22px;
      border-top: 1px solid rgba(139, 207, 190, 0.18);
    }

    .case-metric {
      display: grid;
      gap: 4px;
    }

    .case-metric span {
      color: #7e918a;
      font-size: 0.72rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .case-metric strong {
      color: var(--muted-strong);
      font-size: 0.9rem;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }

    .addon-note {
      max-width: 760px;
      margin: 26px auto 0;
      color: var(--muted-strong);
      text-align: center;
      font-size: 0.94rem;
    }

    .addon-note strong {
      color: var(--text);
    }

    .pricing-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 388px;
      padding: 22px;
      border: 1px solid var(--line-soft);
      border-radius: 8px;
      background: rgba(23, 29, 26, 0.76);
      transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
    }

    .pricing-card:hover,
    .pricing-card:focus-within {
      border-color: rgba(139, 207, 190, 0.44);
      background: rgba(23, 29, 26, 0.92);
    }

    .pricing-card.recommended {
      border-color: var(--brand-light);
      border-top-width: 4px;
      background: linear-gradient(180deg, rgba(13, 43, 35, 0.92), rgba(23, 29, 26, 0.88));
      transform: translateY(-8px);
      box-shadow: var(--shadow);
    }

    .pricing-badge {
      position: absolute;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 6px;
      padding: 5px 10px;
      color: #08110f;
      background: var(--brand-light);
      font-size: 0.72rem;
      font-weight: 800;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .trial-ribbon {
      position: absolute;
      top: 24px;
      right: -10px;
      min-width: 112px;
      padding: 6px 14px 6px 16px;
      z-index: 2;
      color: #08110f;
      background: var(--brand-light);
      border-radius: 4px 0 0 4px;
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
      font-size: 0.64rem;
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
      pointer-events: none;
    }

    .trial-ribbon::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -9px;
      width: 10px;
      height: 9px;
      background: #4d8f80;
      clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .pricing-card strong {
      display: block;
      margin-bottom: 18px;
      color: var(--brand-light);
      font-size: 0.78rem;
      text-transform: uppercase;
    }

    .pricing-card h3 {
      margin-bottom: 10px;
      font-size: 1.12rem;
    }

    .price {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 6px;
      margin: 20px 0;
      color: var(--text);
      font-size: 2.12rem;
      line-height: 1;
      font-weight: 800;
    }

    .price-value {
      min-width: 0;
      overflow-wrap: anywhere;
    }

    .price-period {
      color: var(--muted);
      font-size: 0.94rem;
      font-weight: 600;
      line-height: 1.1;
      white-space: nowrap;
    }

    .pricing-card ul {
      display: grid;
      gap: 10px;
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
      color: var(--muted);
      font-size: 0.88rem;
    }

    .pricing-card li {
      display: flex;
      gap: 10px;
    }

    .pricing-card li::before {
      content: "";
      width: 7px;
      height: 7px;
      margin-top: 9px;
      border-radius: 50%;
      background: var(--brand-light);
      flex: 0 0 auto;
    }

    .pricing-card .button {
      margin-top: auto;
      width: 100%;
    }

    .contact-wrap {
      display: grid;
      grid-template-columns: 0.84fr 1.16fr;
      gap: 42px;
      align-items: start;
    }

    .contact-note {
      position: relative;
      min-height: 620px;
      padding: 42px;
      border: 1px solid rgba(139, 207, 190, 0.18);
      border-radius: 8px;
      background: #0b100e;
      box-shadow: var(--shadow);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
    }

    .contact-note::before,
    .contact-note::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .contact-note::before {
      background: url("contact-us-reader.jpg") center / cover no-repeat;
      filter: saturate(0.72) brightness(0.66);
      opacity: 0.52;
      transform: scale(1.04);
    }

    .contact-note::after {
      background:
        linear-gradient(180deg, rgba(11, 16, 14, 0.04), rgba(11, 16, 14, 0.66) 50%, rgba(11, 16, 14, 0.97)),
        linear-gradient(90deg, rgba(13, 43, 35, 0.34), transparent 62%);
    }

    .contact-note > * {
      position: relative;
      z-index: 1;
    }

    .contact-note p {
      color: var(--muted);
      margin-bottom: 18px;
    }

    .contact-note a {
      color: var(--brand-light);
      font-weight: 800;
    }

    .contact-list-title {
      margin: 28px 0 14px;
      color: var(--muted-strong);
      font-size: 0.78rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .contact-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      color: var(--muted);
      list-style: none;
    }

    .contact-list li {
      display: flex;
      align-items: center;
      gap: 11px;
    }

    .contact-list li::before {
      content: "✓";
      display: inline-grid;
      place-items: center;
      width: 18px;
      height: 18px;
      color: var(--brand-light);
      flex: 0 0 auto;
      font-size: 0.92rem;
      font-weight: 800;
    }

    .contact-form {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px 20px;
      padding: 32px;
      border: 1px solid rgba(139, 207, 190, 0.22);
      border-radius: 8px;
      background: rgba(23, 29, 26, 0.68);
      backdrop-filter: blur(18px);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .contact-form::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--brand-dark), var(--brand-light), var(--brand-dark));
      opacity: 0.72;
    }

    .field {
      display: grid;
      gap: 7px;
    }

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

    .field-trap {
      position: absolute;
      left: -10000px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    label {
      color: var(--muted-strong);
      font-size: 0.88rem;
      font-weight: 800;
    }

    input,
    textarea,
    select {
      width: 100%;
      border: 0;
      border-bottom: 1px solid var(--line);
      border-radius: 0;
      padding: 11px 0;
      color: var(--text);
      background: transparent;
    }

    textarea {
      min-height: 130px;
      resize: vertical;
    }

    input:focus,
    textarea:focus,
    select:focus {
      outline: none;
      border-color: var(--brand-light);
      box-shadow: none;
    }

    option {
      color: var(--text);
      background: var(--surface);
    }

    #plan {
      scroll-margin-top: 112px;
    }

    .radio-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    .radio-option {
      position: relative;
      display: grid;
      place-items: center;
      min-height: 45px;
      border: 1px solid var(--line);
      border-radius: 8px;
      color: var(--muted);
      cursor: pointer;
      transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    }

    .radio-option input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .radio-option:has(input:checked) {
      border-color: var(--brand-light);
      color: var(--text);
      background: rgba(139, 207, 190, 0.1);
    }

    .form-actions {
      grid-column: 1 / -1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    .form-help {
      margin: 0;
      color: var(--muted);
      font-size: 0.86rem;
    }

    .form-status {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 80;
      width: min(420px, calc(100vw - 32px));
      padding: 14px 16px 14px 42px;
      border-radius: 8px;
      border: 1px solid rgba(139, 207, 190, 0.62);
      border-left: 3px solid var(--brand-light);
      color: var(--text);
      background:
        linear-gradient(90deg, rgba(139, 207, 190, 0.14), transparent 38%),
        rgba(13, 43, 35, 0.98);
      box-shadow:
        0 22px 62px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(255, 255, 255, 0.025),
        0 0 32px rgba(30, 140, 115, 0.16);
      opacity: 0;
      pointer-events: none;
      transform: translateX(calc(100% + 32px));
      transition:
        opacity 220ms ease,
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .form-status.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .form-status::before {
      content: "";
      position: absolute;
      top: 19px;
      left: 18px;
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--brand-light);
      box-shadow: 0 0 18px rgba(139, 207, 190, 0.58);
    }

    .form-status.is-error {
      border-color: rgba(220, 125, 114, 0.36);
      border-left-color: var(--danger);
      color: #ffd8d3;
      background:
        linear-gradient(90deg, rgba(220, 125, 114, 0.14), transparent 38%),
        rgba(51, 26, 23, 0.98);
      box-shadow:
        0 22px 62px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(255, 255, 255, 0.025),
        0 0 32px rgba(220, 125, 114, 0.14);
    }

    .form-status.is-error::before {
      background: var(--danger);
      box-shadow: 0 0 18px rgba(220, 125, 114, 0.5);
    }

    .site-footer {
      border-top: 1px solid rgba(139, 207, 190, 0.12);
      padding: 34px 0;
      background: rgba(8, 13, 11, 0.74);
    }

    .footer-inner {
      width: min(100% - 32px, var(--max));
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      color: var(--muted);
      font-size: 0.92rem;
    }

    .footer-links {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: var(--text);
      outline: none;
    }

    .footer-credit {
      margin: 0;
      color: #7e918a;
    }

    @media (min-width: 1181px) and (hover: hover) {
      .site-header {
        display: block;
      }

      .language-switcher-hero {
        display: none;
      }
    }

    @media (max-width: 1180px), (pointer: coarse) {
      .site-header {
        display: none;
      }
    }

    @media (max-width: 1180px) {
      section {
        scroll-margin-top: 20px;
      }

      #plan {
        scroll-margin-top: 20px;
      }

      .site-header {
        display: none;
      }

      .nav {
        flex-wrap: wrap;
        padding: 10px 0;
      }

      .nav-links {
        order: 3;
        justify-content: flex-start;
        flex-wrap: wrap;
      }

      .nav-actions {
        order: 2;
      }

      .hero,
      .contact-wrap {
        grid-template-columns: minmax(0, 1fr);
      }

      .hero {
        min-height: auto;
        padding: 72px 24px 72px;
        gap: 42px;
      }

      h1 {
        font-size: 2.6rem;
      }

      #how-it-works .section-inner,
      #operators .section-inner {
        width: min(100% - 64px, var(--max));
      }

      .steps {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .step {
        min-height: auto;
        padding: 0 0 28px 68px;
      }

      .step:last-child {
        padding-bottom: 0;
      }

      .step:not(:last-child)::before {
        display: block;
        top: 46px;
        left: 23px;
        right: auto;
        bottom: 8px;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, rgba(139, 207, 190, 0.34), rgba(139, 207, 190, 0.06));
      }

      .step:not(:last-child)::after {
        display: block;
        top: 46px;
        left: 22px;
        right: auto;
        bottom: 8px;
        width: 3px;
        height: auto;
        margin-top: 0;
        background: linear-gradient(
          180deg,
          rgba(139, 207, 190, 0),
          rgba(139, 207, 190, 0.2),
          rgba(139, 207, 190, 0.78),
          rgba(139, 207, 190, 0.2),
          rgba(139, 207, 190, 0)
        );
        background-repeat: no-repeat;
        background-size: 100% 40%;
        animation: process-flow-vertical 7.2s linear infinite;
      }

      .step:nth-child(2)::after {
        animation-delay: 1.8s;
      }

      .step:nth-child(3)::after {
        animation-delay: 3.6s;
      }

      .step-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 46px;
        height: 46px;
        margin: 0;
        border: 1px solid rgba(139, 207, 190, 0.22);
        border-radius: 8px;
        background: rgba(13, 43, 35, 0.42);
        align-items: center;
        justify-content: center;
        font-size: 1.38rem;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
      }

      .step h3 {
        margin-bottom: 5px;
        font-size: 1.04rem;
      }

      .step p {
        font-size: 0.94rem;
      }

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

      .use-cases {
        grid-template-columns: 1fr;
      }

      .use-case,
      .use-case-feature,
      .use-case-wide,
      .use-case-small {
        grid-column: 1 / -1;
      }

      .pricing-card.recommended {
        transform: none;
      }

      .footer-launch-link {
        display: none;
      }

    }

    @media (max-width: 680px) {
      .hero-content {
        max-width: calc(100vw - 36px);
      }

      .language-switcher-hero {
        align-self: flex-start;
        margin-bottom: 22px;
      }

      .nav {
        width: min(100% - 24px, var(--max));
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 14px;
        padding: 10px 0 8px;
      }

      .brand {
        font-size: 0.96rem;
      }

      .brand img {
        width: 19px;
        height: 23px;
      }

      .nav-links {
        grid-column: 1 / -1;
        order: initial;
        justify-content: flex-start;
        gap: 16px;
        width: 100%;
        overflow-x: auto;
        padding: 2px 0 0;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
      }

      .nav-links::-webkit-scrollbar {
        display: none;
      }

      .nav-actions {
        order: initial;
        min-width: 0;
        display: none;
      }

      .nav-link,
      .nav-cta {
        font-size: 0.68rem;
      }

      .nav-link {
        flex: 0 0 auto;
        padding: 7px 0;
      }

      .nav-cta {
        padding: 8px 10px;
        white-space: nowrap;
      }

      .section-inner,
      .footer-inner {
        width: min(100% - 24px, var(--max));
      }

      #how-it-works .section-inner,
      #operators .section-inner {
        width: min(100% - 36px, var(--max));
      }

      .hero {
        padding: 66px 18px 58px;
      }

      h1 {
        font-size: 2.55rem;
        line-height: 1.08;
      }

      .hero-copy {
        font-size: 1rem;
      }

      .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        max-width: 390px;
      }

      .hero-actions .button {
        width: 100%;
        min-height: 44px;
        padding: 10px 12px;
        font-size: 0.76rem;
      }

      .form-status {
        right: 16px;
        bottom: 16px;
      }

      .steps,
      .use-cases,
      .pricing-grid,
      .contact-form,
      .radio-grid {
        grid-template-columns: 1fr;
      }

      .trial-offer {
        padding: 38px 18px;
      }

      .trial-offer h3 {
        font-size: 2.18rem;
      }

      .trial-subhead {
        font-size: 1rem;
      }

      .section {
        padding: 58px 0;
      }

      .section-heading {
        font-size: 1.68rem;
      }

      .steps {
        gap: 0;
      }

      .step {
        min-height: auto;
        padding: 0 0 26px 64px;
      }

      .step:last-child {
        padding-bottom: 0;
      }

      .step:not(:last-child)::before {
        display: block;
        top: 44px;
        left: 22px;
        right: auto;
        bottom: 6px;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, rgba(139, 207, 190, 0.34), rgba(139, 207, 190, 0.06));
      }

      .step-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 44px;
        height: 44px;
        margin: 0;
        border: 1px solid rgba(139, 207, 190, 0.22);
        border-radius: 8px;
        background: rgba(13, 43, 35, 0.42);
        align-items: center;
        justify-content: center;
        font-size: 1.32rem;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
      }

      .step h3 {
        margin-bottom: 5px;
        font-size: 1.02rem;
      }

      .step p {
        font-size: 0.92rem;
      }

      .use-case,
      .use-case-feature {
        min-height: 390px;
      }

      .use-case-feature .case-content {
        padding: 26px;
      }

      .contact-note {
        min-height: 460px;
        padding: 28px;
      }

      .case-metrics {
        grid-template-columns: 1fr;
      }

      .pricing-grid {
        justify-items: center;
      }

      .pricing-card {
        width: min(100%, 330px);
        min-height: auto;
        padding: 20px;
      }

      .pricing-card h3 {
        font-size: 1rem;
      }

      .pricing-card ul {
        gap: 8px;
        font-size: 0.84rem;
      }

      .footer-inner {
        align-items: center;
        flex-direction: column;
        gap: 18px;
        text-align: center;
      }

      .footer-links {
        justify-content: center;
        gap: 10px 16px;
      }

      .footer-credit {
        max-width: 260px;
      }

      .hero-visual {
        min-height: auto;
      }

      .terminal-card {
        min-height: auto;
      }

      .terminal-body {
        height: 314px;
        padding: 14px;
        font-size: 0.68rem;
      }

      .terminal-row {
        grid-template-columns: 52px 44px minmax(0, 1fr);
        gap: 8px;
        min-height: 31px;
        padding: 5px 6px;
      }

    }

    @media (max-width: 440px) {
      .nav {
        width: min(100% - 20px, var(--max));
        gap: 8px 10px;
      }

      .brand span {
        font-size: 0.9rem;
      }

      .nav-link,
      .nav-cta {
        font-size: 0.64rem;
      }

      .nav-links {
        gap: 14px;
      }

      .section-inner,
      .footer-inner {
        width: min(100% - 20px, var(--max));
      }

      #how-it-works .section-inner,
      #operators .section-inner {
        width: min(100% - 32px, var(--max));
      }

      .hero {
        padding: 58px 16px 50px;
      }

      .hero-content {
        max-width: calc(100vw - 32px);
      }

      h1 {
        font-size: 2.14rem;
        max-width: 9.5em;
      }

      .button {
        width: 100%;
        min-height: 46px;
      }

      .section {
        padding: 50px 0;
      }

      .section-heading {
        font-size: 1.48rem;
      }

      .trial-offer {
        padding: 32px 8px;
      }

      .trial-offer h3 {
        font-size: 1.86rem;
      }

      .trial-subhead {
        font-size: 0.92rem;
      }

      .use-case,
      .use-case-feature {
        min-height: 420px;
      }

      .use-case-feature .case-content,
      .case-content,
      .contact-note,
      .contact-form {
        padding: 22px;
      }

      .contact-note {
        min-height: 430px;
      }

      .price {
        font-size: 1.92rem;
      }

      .pricing-card {
        width: min(100%, 304px);
        padding: 20px;
      }

      .trial-ribbon {
        top: 20px;
        right: -8px;
        min-width: 104px;
      }

      .terminal-body {
        height: 282px;
        font-size: 0.64rem;
      }

      .terminal-row {
        grid-template-columns: 48px 40px minmax(0, 1fr);
        gap: 6px;
      }
    }
