    :root {
      color-scheme: light;
      --ink: #0b0f14;
      --muted: #5d6673;
      --line: #d9dee7;
      --panel: #f5f7fa;
      --panel-strong: #ebeff5;
      --white: #ffffff;
      --blue: #0a66c2;
      --green: #11845b;
      --orange: #b45b12;
      --dark: #101820;
      --shadow: 0 18px 48px rgba(13, 25, 44, 0.12);
      --radius: 8px;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 76px;
    }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: var(--white);
      line-height: 1.5;
      hyphens: none;
    }

    h1, h2, h3, p, a, li, td, th, button, .button, .brand, .nav-links, .badge, .term, .product-name {
      hyphens: none;
      overflow-wrap: normal;
      word-break: normal;
    }

    body.page-id-225,
    body.page-id-225 .entry-content,
    body.page-id-225 .site-content,
    body.page-id-225 .autogen-page {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
      color: var(--ink) !important;
      background: var(--white) !important;
    }

    body.page-id-225 .entry-content h1,
    body.page-id-225 .entry-content h2,
    body.page-id-225 .entry-content h3,
    body.page-id-225 .entry-content p,
    body.page-id-225 .entry-content a,
    body.page-id-225 .entry-content li,
    body.page-id-225 .entry-content td,
    body.page-id-225 .entry-content th {
      font-family: inherit !important;
      letter-spacing: 0 !important;
    }

    body.page-id-225 .entry-content h1::before,
    body.page-id-225 .entry-content h2::before {
      display: none !important;
    }

    .autogen-page {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: var(--white);
      line-height: 1.5;
    }

    body.page-id-225 .autogen-page .button {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      line-height: 1 !important;
      text-decoration: none !important;
      box-shadow: none;
    }

    body.page-id-225 .autogen-page .button.text,
    body.page-id-225 .autogen-page .button.text:visited {
      min-height: 38px !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      color: #1d3147 !important;
      background: transparent !important;
      font-weight: 800 !important;
    }

    body.page-id-225 .autogen-page .hero .badge {
      display: inline !important;
      min-height: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      color: #596575 !important;
      box-shadow: none !important;
      font-size: 13px !important;
      font-weight: 800 !important;
      white-space: nowrap !important;
    }

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

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

    .site-header {
      position: sticky;
      top: 0;
      z-index: 10;
      background: rgba(255, 255, 255, 0.92);
      border-bottom: 1px solid rgba(217, 222, 231, 0.9);
      backdrop-filter: blur(16px);
    }

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

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 700;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .brand img {
      width: 32px;
      height: 32px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 20px;
      color: #29313d;
      font-size: 14px;
      font-weight: 600;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 15px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 700;
      font-size: 14px;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    }

    .button.primary,
    .button.primary:visited {
      color: var(--white);
      background: var(--ink);
    }

    .button.secondary,
    .button.secondary:visited {
      color: var(--ink);
      background: #eef2f7;
      border-color: #b8c2cf;
    }

    .button.secondary:hover {
      background: #e3e9f1;
      border-color: #9facbd;
    }

    .button.secondary:focus,
    .button.secondary:active {
      color: var(--ink);
      background: #e3e9f1;
      border-color: #9facbd;
      outline: 2px solid rgba(10, 102, 194, 0.25);
      outline-offset: 2px;
    }

    .section.dark .button.secondary,
    .section.dark .button.secondary:visited,
    .final-cta .button.secondary,
    .final-cta .button.secondary:visited {
      color: var(--white);
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.36);
    }

    .section.dark .button.secondary:hover,
    .final-cta .button.secondary:hover {
      background: rgba(255, 255, 255, 0.18);
      border-color: rgba(255, 255, 255, 0.58);
    }

    .section.dark .button.secondary:focus,
    .section.dark .button.secondary:active,
    .final-cta .button.secondary:focus,
    .final-cta .button.secondary:active {
      color: var(--white);
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.62);
    }

    .hero {
      min-height: calc(100vh - 60px);
      display: flex;
      align-items: center;
      overflow: hidden;
      background: #fbfcfe;
    }

    .hero-inner {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
      gap: 56px;
      align-items: center;
      padding: 72px 0 52px;
    }

    .eyebrow {
      color: var(--blue);
      font-weight: 800;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.08em;
      margin-bottom: 18px;
    }

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

    h1 {
      max-width: 760px;
      margin-bottom: 22px;
      font-size: clamp(48px, 8vw, 88px);
      line-height: 0.98;
      letter-spacing: 0;
    }

    .hero-copy {
      max-width: 650px;
      color: #3b4654;
      font-size: clamp(18px, 2vw, 23px);
      line-height: 1.45;
      margin-bottom: 34px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-bottom: 24px;
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 16px;
    }

    .badge {
      display: inline;
      min-height: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: #596575;
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
    }

    .hero .badge-row {
      max-width: 660px;
      color: #a0a9b5;
      font-size: 13px;
      font-weight: 700;
    }

    .hero .badge-row:before {
      content: "Platform support";
      color: #2f3b4a;
      font-weight: 900;
    }

    .hero .badge:before {
      content: "/";
      margin-right: 16px;
      color: #b4bdc8;
      font-weight: 700;
    }

    .hero .badge:first-of-type:before {
      content: "";
      margin-right: 0;
    }

    .button.text,
    .button.text:visited {
      min-height: 38px;
      padding: 0;
      border: 0;
      border-radius: 0;
      color: #1d3147;
      background: transparent;
      font-weight: 800;
    }

    .button.text:hover,
    .button.text:focus,
    .button.text:active {
      color: var(--blue);
      background: transparent;
      outline: 0;
    }

    .term {
      white-space: nowrap;
    }

    .hero-visual {
      min-height: 520px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .device-stage {
      width: min(460px, 100%);
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      position: relative;
      background: radial-gradient(circle at center, #ffffff 0, #eef2f7 58%, #e1e7ef 100%);
      border: 1px solid var(--line);
      border-radius: 50%;
      box-shadow: var(--shadow);
    }

    .device-stage img {
      width: 48%;
      image-rendering: auto;
      filter: drop-shadow(0 28px 32px rgba(8, 18, 32, 0.22));
    }

    .signal {
      position: absolute;
      border: 1px solid rgba(10, 102, 194, 0.2);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      color: #193148;
      font-size: 12px;
      font-weight: 800;
      padding: 9px 12px;
      box-shadow: 0 10px 26px rgba(8, 18, 32, 0.08);
    }

    .signal.one {
      top: 12%;
      left: 4%;
    }

    .signal.two {
      right: 0;
      top: 26%;
    }

    .signal.three {
      bottom: 22%;
      left: 0;
    }

    .signal.four {
      bottom: 8%;
      right: 12%;
    }

    .section {
      padding: 96px 0;
      scroll-margin-top: 76px;
    }

    .section.alt {
      background: var(--panel);
    }

    .section.dark {
      color: var(--white);
      background: var(--dark);
    }

    .wrap {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
      gap: 44px;
      align-items: end;
      margin-bottom: 42px;
    }

    h2 {
      margin-bottom: 0;
      font-size: clamp(34px, 5vw, 60px);
      line-height: 1.02;
      letter-spacing: 0;
    }

    .section-head p,
    .lead {
      color: var(--muted);
      font-size: 18px;
      margin-bottom: 0;
    }

    .dark .section-head p,
    .dark .lead {
      color: #b8c2cf;
    }

    .platform-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .experience-flow {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
      counter-reset: flow;
    }

    .flow-step {
      min-height: 210px;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      position: relative;
    }

    .flow-step:before {
      counter-increment: flow;
      content: counter(flow, decimal-leading-zero);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      margin-bottom: 26px;
      border-radius: 50%;
      color: var(--white);
      background: var(--ink);
      font-size: 12px;
      font-weight: 900;
    }

    .flow-step h3 {
      margin-bottom: 8px;
      font-size: 18px;
    }

    .flow-step p {
      color: var(--muted);
      margin-bottom: 0;
      font-size: 14px;
    }

    .capability,
    .product-card,
    .metric,
    .use-case,
    .faq-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
    }

    .capability {
      min-height: 170px;
      padding: 22px;
    }

    .capability h3,
    .product-card h3,
    .use-case h3 {
      margin-bottom: 10px;
      font-size: 20px;
      letter-spacing: 0;
    }

    .capability p,
    .product-card p,
    .use-case p,
    .faq-item p {
      color: var(--muted);
      margin-bottom: 0;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .product-card {
      min-height: 430px;
      padding: 28px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
    }

    .product-card.featured {
      min-height: 500px;
    }

    .product-media {
      height: 210px;
      display: grid;
      place-items: center;
      margin-bottom: 24px;
      background: var(--panel);
      border-radius: var(--radius);
    }

    .product-media img {
      max-width: 138px;
      max-height: 150px;
      filter: drop-shadow(0 20px 26px rgba(8, 18, 32, 0.18));
    }

    .product-actions {
      margin-top: 24px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

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

    .generator-card {
      min-height: 390px;
      padding: 26px;
      border-radius: var(--radius);
      background: var(--white);
      border: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .generator-visual {
      height: 144px;
      margin: 16px 0 22px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background:
        linear-gradient(#ffffff 0 0) padding-box,
        repeating-linear-gradient(90deg, #d9dee7 0 1px, transparent 1px 18px);
      display: grid;
      place-items: center;
    }

    .generator-shape {
      width: 76%;
      height: 72px;
      position: relative;
      border: 2px solid #202a36;
      border-radius: 6px;
      background: #eef2f7;
    }

    .generator-shape:before,
    .generator-shape:after {
      content: "";
      position: absolute;
      bottom: -16px;
      width: 42px;
      height: 14px;
      border-radius: 999px;
      background: #202a36;
    }

    .generator-shape:before {
      left: 20%;
    }

    .generator-shape:after {
      right: 20%;
    }

    .comparison {
      width: 100%;
      border-collapse: collapse;
      overflow: hidden;
      border-radius: var(--radius);
      background: var(--white);
      border: 1px solid var(--line);
      hyphens: none;
    }

    .comparison th,
    .comparison td {
      padding: 18px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
      hyphens: none;
      overflow-wrap: normal;
      word-break: normal;
    }

    .comparison th {
      color: #26313f;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      background: var(--panel);
    }

    .comparison tr:last-child td {
      border-bottom: 0;
    }

    .comparison td:first-child,
    .product-name {
      white-space: nowrap;
      hyphens: none;
      word-break: keep-all;
    }

    .dark .metric {
      border-color: rgba(255, 255, 255, 0.16);
      background: rgba(255, 255, 255, 0.06);
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 34px;
    }

    .metric {
      padding: 22px;
    }

    .metric strong {
      display: block;
      font-size: 32px;
      line-height: 1;
      margin-bottom: 10px;
    }

    .metric span {
      color: #b8c2cf;
      font-size: 14px;
    }

    .dashboard {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 34px;
      align-items: center;
    }

    .dashboard-panel {
      padding: 28px;
      border-radius: var(--radius);
      background: #ffffff;
      color: var(--ink);
      box-shadow: var(--shadow);
    }

    .dashboard-shot {
      width: 100%;
      display: block;
      margin-top: 20px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: #f7f9fc;
      box-shadow: 0 14px 36px rgba(13, 25, 44, 0.12);
    }

    .doc-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .doc-card {
      min-height: 290px;
      padding: 26px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .doc-card h3 {
      margin-bottom: 12px;
      font-size: 24px;
    }

    .doc-card p,
    .doc-card li {
      color: var(--muted);
    }

    .doc-card ul {
      margin: 16px 0 0;
      padding-left: 18px;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      margin-top: 18px;
      color: var(--blue);
      font-weight: 800;
      text-decoration: none;
    }

    .section.dark .text-link,
    .final-cta .text-link {
      color: #9cc9ff;
    }

    .use-cases {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .use-case {
      padding: 22px;
      min-height: 190px;
    }

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

    .faq-item {
      padding: 24px;
    }

    .final-cta {
      padding: 86px 0;
      color: var(--white);
      background: #0b0f14;
      text-align: center;
      scroll-margin-top: 76px;
    }

    .final-cta h2 {
      max-width: 820px;
      margin: 0 auto 22px;
    }

    .final-cta p {
      max-width: 680px;
      margin: 0 auto 30px;
      color: #c5ced8;
      font-size: 18px;
    }

    .footer {
      padding: 34px 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-size: 14px;
    }

    .footer .wrap {
      display: flex;
      justify-content: space-between;
      gap: 24px;
    }

    @media (max-width: 980px) {
      .nav-links {
        display: none;
      }

      .hero-inner,
      .section-head,
      .dashboard {
        grid-template-columns: 1fr;
      }

      .hero {
        min-height: auto;
      }

      .hero-visual {
        min-height: 420px;
      }

      .platform-grid,
      .experience-flow,
      .metrics,
      .use-cases {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .generator-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 720px) {
      .nav {
        width: min(100% - 28px, 1180px);
      }

      .brand span {
        max-width: 160px;
        white-space: normal;
        line-height: 1.1;
      }

      .nav-actions .secondary {
        display: none;
      }

      .hero-inner,
      .wrap {
        width: min(100% - 28px, 1180px);
      }

      .hero-inner {
        padding-top: 48px;
      }

      h1 {
        font-size: 48px;
      }

      .hero-copy {
        font-size: 18px;
      }

      .platform-grid,
      .experience-flow,
      .product-grid,
      .doc-grid,
      .metrics,
      .use-cases,
      .faq-list {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 68px 0;
      }

      .comparison {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
      }

      .footer .wrap {
        flex-direction: column;
      }
    }
