.index2-body {
  margin: 0;
  background: #f5f6f8;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
}

.index2-body .ll-breadcrumbs {
  display: none !important;
}

.index2-main {
  color: #142c4d;
  font-family: inherit;
  padding-bottom: 54px;
}

.index2-main *,
.index2-main *::before,
.index2-main *::after {
  box-sizing: border-box;
}

.ix2-wrap {
  width: min(1200px, 94vw);
  margin: 0 auto;
}

.ix2-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-size: 11px;
  color: #49658d;
}

.ix2-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 30px;
  background: transparent;
}

.ix2-hero-backdrop {
  display: none;
}

.ix2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.38fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.ix2-hero-copy {
  border: 1px solid #d4deed;
  border-radius: 12px;
  padding: 18px 24px 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(17, 42, 79, 0.06);
}

.ix2-hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 4vw, 3.4rem);
  line-height: 1.05;
  color: #102749;
  letter-spacing: -0.01em;
  max-width: none;
  white-space: nowrap;
  font-weight: 700;
}

.ix2-subhead {
  margin: 0 0 8px;
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.58;
  color: #27496e;
}

.ix2-subhead-lead {
  font-size: 1.45rem;
  line-height: 1.25;
  color: #122f56;
  font-weight: 600;
  margin-bottom: 9px;
}

.ix2-hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ix2-hero-audience {
  margin: 14px 0 0;
  color: #587090;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.ix2-hero-api-note {
  margin: 6px 0 0;
  color: #5f7593;
  font-size: 13px;
  line-height: 1.5;
}

.ix2-hero-api-note a {
  color: #174173;
  font-weight: 600;
  text-decoration: none;
}

.ix2-hero-api-note a:hover {
  text-decoration: underline;
}

.ix2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 14px;
  transition: box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.ix2-btn:hover {
  transform: none;
}

.ix2-btn-primary {
  background: #204d8f;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(24, 66, 125, 0.2);
}

.ix2-btn-primary:visited,
.ix2-btn-primary:hover,
.ix2-btn-primary:active {
  color: #ffffff;
  text-decoration: none;
}

.ix2-btn-dark {
  background: #153861;
  color: #ffffff;
}

.ix2-btn-dark:visited,
.ix2-btn-dark:hover,
.ix2-btn-dark:active {
  color: #ffffff;
  text-decoration: none;
}

.ix2-btn-ghost {
  border-color: #b9cae5;
  background: #f6f9ff;
  color: #174173;
}

.ix2-btn-ghost:visited,
.ix2-btn-ghost:hover,
.ix2-btn-ghost:active {
  color: #174173;
  text-decoration: none;
}

.ix2-hero-panel {
  border: 1px solid #d4deed;
  border-radius: 12px;
  padding: 22px;
  background: linear-gradient(165deg, rgba(18, 42, 76, 0.98) 0%, rgba(24, 62, 112, 0.94) 100%);
  box-shadow: 0 10px 22px rgba(10, 28, 56, 0.2);
  color: #eaf4ff;
  display: flex;
  flex-direction: column;
}

.ix2-hero-panel h2 {
  margin: 0 0 14px;
  font-size: 1.95rem;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 700;
}

.ix2-hero-stats {
  width: 100%;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 10px;
}

.ix2-hero-stats div {
  border: 1px solid rgba(193, 222, 255, 0.22);
  background: rgba(9, 30, 58, 0.36);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ix2-hero-stats span {
  display: block;
  color: #ffffff;
  font-size: clamp(27px, 4.6vw, 40px);
  line-height: 1.06;
  font-weight: 700;
}

.ix2-hero-stats small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #cfddf0;
  letter-spacing: 0.03em;
}
.ix2-hero-freshness {
  margin: 12px 2px 0;
  color: #c8d8f0;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.ix2-hero-proof {
  margin: 14px 2px 0;
  color: #d8e4f5;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.ix2-lanes {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ix2-lane-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #d6e1ef;
  box-shadow: 0 8px 18px rgba(19, 43, 79, 0.06);
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
}

.ix2-lane-kicker {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #53739c;
}

.ix2-lane-card h2 {
  margin: 0 0 9px;
  font-size: 2rem;
  line-height: 1.06;
  color: #122a4d;
  font-weight: 600;
}

.ix2-lane-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #2f4c70;
  white-space: nowrap;
}

.ix2-lane-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.ix2-lane-card ul li {
  color: #203f64;
  font-size: 13px;
  font-weight: 500;
}

.ix2-lane-card ul li:first-child {
  font-weight: 700;
  color: #17395f;
}

.ix2-lane-actions {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  min-height: 35px;
}

.ix2-lane-actions a {
  text-decoration: none;
  border: 1px solid #b8cae8;
  background: #edf4ff;
  color: #153f72;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 10px;
}

.ix2-lane-actions a:visited,
.ix2-lane-actions a:hover,
.ix2-lane-actions a:active {
  color: #153f72;
  text-decoration: none;
}

.ix2-lane-actions a:hover {
  background: #e1edff;
}

.ix2-lane-states {
  background: linear-gradient(170deg, #ffffff 0%, #f8fbff 100%);
}

.ix2-lane-exec {
  background: linear-gradient(170deg, #ffffff 0%, #f7faff 100%);
}

.ix2-workflows,
.ix2-api,
.ix2-live,
.ix2-close {
  margin-top: 20px;
}

.ix2-section-head h2 {
  margin: 8px 0 0;
  color: #122a4d;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.08;
  font-weight: 600;
}

.ix2-workflow-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ix2-workflow-card {
  text-decoration: none;
  border: 1px solid #d6e1ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(17, 39, 71, 0.05);
  padding: 16px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.ix2-workflow-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ix2-workflow-card i {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d4b88;
  background: #edf4ff;
  border: 1px solid #c9d8ee;
  box-shadow: none;
  font-size: 14px;
  flex: 0 0 30px;
}

.ix2-workflow-card h3 {
  margin: 0;
  color: #112948;
  font-size: 1.28rem;
  line-height: 1.22;
  font-weight: 600;
}

.ix2-workflow-card p {
  margin: 10px 0 0;
  color: #325073;
  font-size: 14px;
  line-height: 1.6;
}

.ix2-workflow-card:visited,
.ix2-workflow-card:hover,
.ix2-workflow-card:active {
  color: inherit;
  text-decoration: none;
}

.ix2-workflow-card:hover {
  transform: translateY(-1px);
  border-color: #aac0e3;
  box-shadow: 0 10px 20px rgba(19, 45, 84, 0.09);
}

.ix2-api-shell {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.ix2-api-copy,
.ix2-api-card {
  border: 1px solid #d6e1ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(17, 39, 71, 0.05);
}

.ix2-api-copy {
  padding: 18px;
  background: linear-gradient(170deg, #ffffff 0%, #f7fbff 100%);
  display: flex;
  flex-direction: column;
}

.ix2-api-copy h2 {
  margin: 8px 0 0;
  color: #122a4d;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.08;
  font-weight: 600;
}

.ix2-api-lead,
.ix2-api-note {
  margin: 14px 0 0;
  color: #2d4b6f;
  font-size: 16px;
  line-height: 1.62;
  max-width: 62ch;
}

.ix2-api-note {
  color: #446181;
  font-size: 15px;
}

.ix2-api-facts {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ix2-api-fact {
  border: 1px solid #d5e1f0;
  border-radius: 10px;
  background: #fbfdff;
  padding: 11px 12px;
}

.ix2-api-fact-label {
  display: block;
  color: #5a7394;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ix2-api-fact strong {
  margin-top: 5px;
  display: block;
  color: #15345e;
  font-size: 1.08rem;
  line-height: 1.15;
  font-weight: 700;
}

.ix2-api-actions {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ix2-api-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ix2-api-card {
  padding: 16px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.ix2-api-card:hover {
  transform: translateY(-1px);
  border-color: #aac0e3;
  box-shadow: 0 10px 20px rgba(19, 45, 84, 0.09);
}

.ix2-api-card-label {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #c8d8ef;
  background: #f2f7ff;
  color: #214c86;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 9px;
}

.ix2-api-card h3 {
  margin: 12px 0 0;
  color: #112948;
  font-size: 1.22rem;
  line-height: 1.22;
  font-weight: 600;
}

.ix2-api-card p {
  margin: 10px 0 0;
  color: #365579;
  font-size: 14px;
  line-height: 1.62;
}

.ix2-live-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.ix2-feed-card {
  border: 1px solid #d6e1ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(18, 45, 84, 0.06);
  padding: 16px;
  display: flex;
  flex-direction: column;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.ix2-feed-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.ix2-feed-card h3 {
  margin: 0;
  color: #102844;
  font-size: 1.4rem;
  line-height: 1.08;
  font-weight: 600;
}

.ix2-feed-card header a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  color: #174171;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ix2-feed-card header a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  transform: translateY(1px);
}

.ix2-feed-card header a:visited,
.ix2-feed-card header a:hover,
.ix2-feed-card header a:active {
  color: #174171;
}

.ix2-feed-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  flex: 1 1 auto;
  grid-auto-rows: 1fr;
}

.ix2-feed-card li a {
  text-decoration: none;
  display: grid;
  grid-template-rows: auto auto auto;
  border: 1px solid #d9e3f1;
  border-radius: 8px;
  background: #f9fbff;
  padding: 10px 11px;
  min-height: 94px;
  height: 100%;
}

.ix2-feed-card li a:visited,
.ix2-feed-card li a:hover,
.ix2-feed-card li a:active {
  color: inherit;
  text-decoration: none;
}

.ix2-feed-card li a:hover {
  background: #eef5ff;
  border-color: #bfd1eb;
}

.ix2-feed-card li strong {
  display: block;
  color: #103156;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ix2-feed-card li span {
  margin-top: 3px;
  display: block;
  color: #38597f;
  font-size: 13px;
  line-height: 1.42;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ix2-feed-card li small {
  margin-top: 4px;
  display: block;
  color: #60779a;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.ix2-empty {
  margin: 0;
  color: #5a7293;
  font-size: 14px;
}

.ix2-close-card {
  border: 1px solid #d4dfef;
  border-radius: 12px;
  background:
    radial-gradient(40rem 16rem at 6% -9%, rgba(119, 177, 255, 0.14), transparent 66%),
    linear-gradient(155deg, #ffffff 0%, #f5f8ff 100%);
  padding: 24px;
  box-shadow: 0 8px 18px rgba(17, 43, 82, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 28px;
  align-items: start;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.ix2-close-copy h2 {
  margin: 0 0 10px;
  color: #11294b;
  font-size: clamp(1.85rem, 2.2vw, 2.45rem);
  line-height: 1.07;
  font-weight: 600;
  white-space: nowrap;
}

.ix2-close-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  color: #315477;
  max-width: 66ch;
}

.ix2-close-actions {
  display: grid;
  gap: 10px;
  width: 100%;
  justify-self: end;
}

.ix2-close-actions .ix2-btn {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  line-height: 1;
}

.ix2-lane-card,
.ix2-workflow-card,
.ix2-api-card,
.ix2-feed-card,
.ix2-close-card {
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.ix2-lane-card:hover,
.ix2-api-card:hover,
.ix2-feed-card:hover,
.ix2-close-card:hover {
  transform: translateY(-1px);
  border-color: #c3d4eb;
  box-shadow: 0 10px 20px rgba(19, 45, 84, 0.09);
}

.ix2-lane-card:focus-within,
.ix2-workflow-card:focus-within,
.ix2-api-card:focus-within,
.ix2-feed-card:focus-within,
.ix2-close-card:focus-within {
  border-color: #9db8de;
  box-shadow: 0 0 0 2px rgba(61, 99, 159, 0.18), 0 10px 20px rgba(19, 45, 84, 0.08);
}

@media (max-width: 1150px) {
  .ix2-hero-grid,
  .ix2-lanes,
  .ix2-live-grid,
  .ix2-workflow-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ix2-api-shell {
    grid-template-columns: 1fr;
  }

  .ix2-close-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .ix2-hero-grid {
    grid-template-columns: 1fr;
  }

  .ix2-hero-copy h1 {
    white-space: normal;
  }

  .ix2-close-copy h2 {
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .ix2-wrap {
    width: min(1100px, 95vw);
  }

  .ix2-hero {
    padding-top: 28px;
  }

  .ix2-hero-grid,
  .ix2-lanes,
  .ix2-live-grid,
  .ix2-workflow-grid,
  .ix2-api-shell {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .ix2-hero-copy,
  .ix2-hero-panel,
  .ix2-api-copy,
  .ix2-close-card {
    padding: 18px;
    border-radius: 14px;
  }

  .ix2-hero-copy h1 {
    white-space: normal;
  }

  .ix2-close-copy h2 {
    white-space: normal;
  }

  .ix2-hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .ix2-api-facts {
    grid-template-columns: 1fr;
  }

  .ix2-btn {
    width: 100%;
  }

  .ix2-lane-actions {
    gap: 11px;
  }

  .ix2-lane-actions a {
    padding: 9px 12px;
  }

  .ix2-feed-card li a {
    min-height: 88px;
  }
}
