
    .otomo-system-kit-section {
      --primary: #005fc5;
      --primary-dark: #003f86;
      --primary-soft: #eaf4ff;
      --primary-light: #f5faff;
      --text: #101828;
      --muted: #536275;
      --line: #d8e1ec;
      --white: #ffffff;
      --bg: #f4f7fb;
      --shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
      --radius-xl: 26px;
      --radius-lg: 18px;
      --radius-md: 12px;
      --max-width: 1380px;
      font-family: Arial, Helvetica, sans-serif;
      background:
        radial-gradient(circle at 8% 0%, rgba(0, 95, 197, 0.10), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(0, 140, 255, 0.08), transparent 30%),
        var(--bg);
      color: var(--text);
      padding: 80px 20px;
      line-height: 1.65;
      overflow: hidden;
    }

    .otomo-system-kit-section *,
    .otomo-system-kit-section *::before,
    .otomo-system-kit-section *::after {
      box-sizing: border-box;
      min-width: 0;
    }

    .otomo-system-kit-section h2,
    .otomo-system-kit-section h3,
    .otomo-system-kit-section h4,
    .otomo-system-kit-section p {
      margin-top: 0;
    }

    .otomo-wrap {
      max-width: var(--max-width);
      width: 100%;
      margin: 0 auto;
    }

    .otomo-top {
      text-align: center;
      margin-bottom: 42px;
    }

    .otomo-top h2 {
      max-width: 940px;
      margin: 0 auto;
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.14;
      color: var(--text);
      letter-spacing: -0.03em;
    }

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

    .otomo-switch-card {
      position: relative;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      padding: 26px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .otomo-switch-card::after {
      content: "";
      position: absolute;
      right: -42px;
      top: -42px;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: rgba(0, 95, 197, 0.08);
    }

    .otomo-switch-card .num {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: var(--primary);
      color: var(--white);
      font-weight: 800;
      margin-bottom: 16px;
    }

    .otomo-switch-card h3 {
      font-size: 22px;
      line-height: 1.25;
      color: var(--primary-dark);
      margin-bottom: 10px;
    }

    .otomo-switch-card p {
      color: var(--muted);
      font-size: 15px;
      margin-bottom: 0;
    }

    .otomo-product-block {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 30px;
      box-shadow: var(--shadow);
      padding: 34px;
      margin-bottom: 38px;
      overflow: hidden;
    }

    .otomo-product-block:last-child {
      margin-bottom: 0;
    }

    .otomo-product-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      gap: 28px;
      align-items: stretch;
      margin-bottom: 34px;
    }

    .otomo-hero-copy {
      background: linear-gradient(135deg, var(--primary-dark), var(--primary));
      color: var(--white);
      border-radius: var(--radius-xl);
      padding: 34px;
      min-height: 100%;
      overflow: hidden;
    }

    .otomo-hero-copy .tag {
      display: inline-block;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.14);
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 18px;
    }

    .otomo-hero-copy h3 {
      font-size: clamp(26px, 3vw, 38px);
      line-height: 1.18;
      margin-bottom: 18px;
      letter-spacing: -0.025em;
    }

    .otomo-hero-copy p {
      color: rgba(255, 255, 255, 0.88);
      font-size: 15px;
      margin-bottom: 14px;
    }

    .otomo-hero-copy p:last-child {
      margin-bottom: 0;
    }

    .otomo-hero-side {
      display: grid;
      gap: 14px;
    }

    .otomo-mini-stat {
      background: var(--primary-light);
      border: 1px solid #cfe3f8;
      border-radius: var(--radius-lg);
      padding: 22px;
    }

    .otomo-mini-stat strong {
      display: block;
      font-size: 28px;
      line-height: 1;
      color: var(--primary-dark);
      margin-bottom: 8px;
    }

    .otomo-mini-stat span {
      color: var(--muted);
      font-size: 14px;
    }

    .otomo-category {
      margin-bottom: 34px;
    }

    .otomo-category:last-child {
      margin-bottom: 0;
    }

    .otomo-category-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 18px;
    }

    .otomo-category-title {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--primary-dark);
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 0;
    }

    .otomo-category-title::before {
      content: "";
      width: 5px;
      height: 32px;
      border-radius: 999px;
      background: var(--primary);
      flex: 0 0 auto;
    }

    .otomo-info-panel {
      background: var(--primary-light);
      border: 1px solid #cfe3f8;
      border-radius: var(--radius-lg);
      padding: 24px;
    }

    .otomo-info-panel p {
      margin-bottom: 0;
      color: var(--text);
      font-size: 15px;
    }

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

    .otomo-component-card {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: #ffffff;
      overflow: hidden;
    }

    .otomo-component-card h4 {
      margin: 0;
      padding: 18px 20px;
      background: var(--primary-soft);
      color: var(--primary-dark);
      font-size: 18px;
      border-bottom: 1px solid var(--line);
    }

    .otomo-spec-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .otomo-spec-list li {
      display: grid;
      grid-template-columns: minmax(130px, 42%) minmax(0, 58%);
      border-bottom: 1px solid var(--line);
      min-height: 52px;
    }

    .otomo-spec-list li:last-child {
      border-bottom: 0;
    }

    .otomo-spec-list b {
      display: flex;
      align-items: center;
      padding: 13px 16px;
      background: var(--primary);
      color: #ffffff;
      font-size: 13px;
      font-weight: 700;
      overflow-wrap: anywhere;
    }

    .otomo-spec-list span {
      display: flex;
      align-items: center;
      padding: 13px 16px;
      color: var(--text);
      font-size: 14px;
      background: #ffffff;
      overflow-wrap: anywhere;
    }

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

    .otomo-data-card {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 20px;
      background: #ffffff;
    }

    .otomo-data-card .label {
      color: var(--muted);
      font-size: 13px;
      margin-bottom: 6px;
    }

    .otomo-data-card .value {
      color: var(--primary-dark);
      font-weight: 800;
      font-size: 18px;
      line-height: 1.35;
      overflow-wrap: anywhere;
    }

    .otomo-table-wrap {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background: #ffffff;
    }

    .otomo-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
    }

    .otomo-table th,
    .otomo-table td {
      padding: 15px 18px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: middle;
      font-size: 14px;
      overflow-wrap: anywhere;
      word-break: normal;
    }

    .otomo-table tr:last-child th,
    .otomo-table tr:last-child td {
      border-bottom: 0;
    }

    .otomo-table th {
      width: 31%;
      color: #ffffff;
      background: var(--primary);
      font-weight: 700;
    }

    .otomo-table td {
      color: var(--text);
      background: #ffffff;
    }

    .otomo-table tr:nth-child(even) td {
      background: #f8fbff;
    }

    .otomo-wide-table {
      min-width: 760px;
      table-layout: auto;
    }

    .otomo-split-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
      gap: 18px;
      align-items: stretch;
    }

    .otomo-soft-card {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: #ffffff;
      padding: 22px;
      overflow: hidden;
      max-width: 100%;
    }

    .otomo-soft-card h4 {
      color: var(--primary-dark);
      font-size: 19px;
      margin-bottom: 14px;
    }

    .otomo-compact-spec {
      border: 1px solid var(--line);
      border-radius: 16px;
      overflow: hidden;
      background: #ffffff;
    }

    .otomo-compact-spec .row {
      display: grid;
      grid-template-columns: minmax(150px, 42%) minmax(0, 58%);
      border-bottom: 1px solid var(--line);
    }

    .otomo-compact-spec .row:last-child {
      border-bottom: 0;
    }

    .otomo-compact-spec .key {
      display: flex;
      align-items: center;
      padding: 14px 18px;
      background: var(--primary);
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      overflow-wrap: anywhere;
    }

    .otomo-compact-spec .value {
      display: flex;
      align-items: center;
      padding: 14px 18px;
      color: var(--text);
      background: #ffffff;
      font-size: 14px;
      overflow-wrap: anywhere;
    }

    .otomo-compact-spec .row:nth-child(even) .value {
      background: #f8fbff;
    }

    .otomo-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }

    .otomo-list li {
      position: relative;
      padding-left: 26px;
      color: var(--text);
      font-size: 15px;
    }

    .otomo-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--primary);
      box-shadow: 0 0 0 4px var(--primary-soft);
    }

    .otomo-three-card {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .otomo-process-card {
      padding: 22px;
      border-radius: var(--radius-lg);
      background: var(--primary-light);
      border: 1px solid #cfe3f8;
    }

    .otomo-process-card .icon {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: var(--primary);
      color: #ffffff;
      font-weight: 800;
      margin-bottom: 14px;
    }

    .otomo-process-card h4 {
      font-size: 18px;
      color: var(--primary-dark);
      margin-bottom: 8px;
    }

    .otomo-process-card p {
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 0;
    }

    .otomo-detailed-table {
      min-width: 880px;
      table-layout: auto;
    }

    .otomo-detailed-table th {
      background: #eef2f6;
      color: var(--text);
      width: auto;
    }

    .otomo-detailed-table td {
      background: #ffffff;
    }

    .otomo-detailed-table tr:nth-child(even) td {
      background: #f8fbff;
    }

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

    .otomo-support-card {
      border: 1px solid var(--line);
      background: #ffffff;
      border-radius: var(--radius-lg);
      padding: 22px;
    }

    .otomo-support-card h4 {
      color: var(--primary-dark);
      font-size: 18px;
      margin-bottom: 8px;
    }

    .otomo-support-card p {
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 0;
    }

    @media (max-width: 980px) {
      .otomo-product-switch,
      .otomo-product-hero,
      .otomo-component-grid,
      .otomo-split-grid,
      .otomo-three-card,
      .otomo-support-grid {
        grid-template-columns: 1fr;
      }

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

      .otomo-category-head {
        display: block;
      }
    }

    @media (max-width: 640px) {
      .otomo-system-kit-section {
        padding: 56px 14px;
      }

      .otomo-product-block {
        padding: 22px;
        border-radius: 22px;
      }

      .otomo-hero-copy {
        padding: 24px;
      }

      .otomo-data-grid {
        grid-template-columns: 1fr;
      }

      .otomo-spec-list li,
      .otomo-compact-spec .row {
        grid-template-columns: 1fr;
      }

      .otomo-spec-list b,
      .otomo-spec-list span,
      .otomo-compact-spec .key,
      .otomo-compact-spec .value {
        min-height: auto;
      }

      .otomo-category-title {
        font-size: 21px;
      }

      .otomo-wide-table,
      .otomo-detailed-table {
        min-width: 720px;
      }
    }
  