@charset "UTF-8";
.btn-ask-ai {
  background: #4F46E5;
  border: 1px solid #7c75e8;
  border-radius: 24px;
  color: white !important;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .btn-ask-ai:hover {
    background: #7c75e8;
    border-color: #7c75e8;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none !important; }
  .btn-ask-ai:active {
    transform: translateY(0);
    background: #7c75e8;
    color: white !important; }
  .btn-ask-ai:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    color: white !important; }
  .btn-ask-ai:visited {
    color: white !important; }

.btn-glass {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  letter-spacing: 0.02em;
  border-radius: 9999px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; }
  .btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none !important; }
  .btn-glass:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important; }
  .btn-glass:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    color: #ffffff !important; }
  .btn-glass:visited {
    color: #ffffff !important; }

.btn-light-purple {
  background: #8c87ec;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  letter-spacing: 0.02em;
  border-radius: 9999px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; }
  .btn-light-purple:hover {
    background: #9333EA;
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none !important; }
  .btn-light-purple:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important; }
  .btn-light-purple:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    color: #ffffff !important; }
  .btn-light-purple:visited {
    color: #ffffff !important; }

body {
  color: #1E1B4B;
  line-height: 1.6;
  font-size: 14px; }

@media (max-width: 991.98px) {
  .td-navbar .navbar-nav {
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: auto; }
  .td-navbar .td-navbar-nav-scroll {
    max-width: 100%;
    font-size: 0.9rem; } }

@media (min-width: 992px) {
  .td-max-width-on-larger-screens,
  .td-card.card,
  .td-card-group.card-group,
  .td-content > .tab-content .tab-pane,
  .td-content .footnotes,
  .td-content > .alert,
  .td-content > .highlight,
  .td-content > .lead,
  .td-content > .td-table,
  .td-box .td-content > table,
  .td-content > table,
  .td-content > blockquote,
  .td-content > dl dd,
  .td-content > h1,
  .td-content > .h1,
  .td-content > h2,
  .td-content > .h2,
  .td-content > ol,
  .td-content > p,
  .td-content > pre,
  .td-content > ul {
    max-width: 100%; } }

.td-navbar {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #E9E8FF;
  padding: 1rem 2rem;
  min-height: 4rem; }
  .td-navbar .navbar-brand {
    font-weight: 600;
    font-size: 1.25rem;
    color: #1E1B4B;
    display: flex;
    flex-direction: row;
    gap: 0.5rem; }
    .td-navbar .navbar-brand:hover {
      color: #9333EA; }
    .td-navbar .navbar-brand .td-navbar-logo-regular {
      display: block; }
    .td-navbar .navbar-brand .td-navbar-logo-white {
      display: none; }
  .td-navbar .nav-link {
    color: #1E1B4B;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    margin: 0 0.25rem;
    border-radius: 6px;
    transition: all 0.2s ease; }
    .td-navbar .nav-link:hover {
      color: #9333EA;
      background-color: #F5F3FF; }
    .td-navbar .nav-link.active {
      color: #9333EA;
      background-color: #F5F3FF; }

.td-home .td-navbar {
  background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
  backdrop-filter: none;
  border-bottom: none; }
  .td-home .td-navbar .navbar-brand {
    color: #ffffff; }
    .td-home .td-navbar .navbar-brand:hover {
      color: rgba(255, 255, 255, 0.9); }
    .td-home .td-navbar .navbar-brand .td-navbar-logo-regular {
      display: none; }
    .td-home .td-navbar .navbar-brand .td-navbar-logo-white {
      display: block; }
  .td-home .td-navbar .nav-link {
    color: rgba(255, 255, 255, 0.9); }
    .td-home .td-navbar .nav-link:hover {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.1); }
    .td-home .td-navbar .nav-link.active {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.1); }

.row {
  padding: 0 1.5rem; }

nav.foldable-nav#td-section-nav {
  position: relative; }

nav.foldable-nav#td-section-nav label {
  margin-bottom: 0;
  width: 100%; }

nav.foldable-nav .td-sidebar-nav__section,
nav.foldable-nav .with-child ul {
  list-style: none;
  padding: 0;
  margin: 0; }

nav.foldable-nav .ul-1 > li {
  padding-left: 1em; }

nav.foldable-nav ul.foldable {
  display: none; }

nav.foldable-nav input:checked ~ ul.foldable {
  display: block; }

nav.foldable-nav input[type="checkbox"] {
  display: none; }

nav.foldable-nav .with-child,
nav.foldable-nav .without-child {
  position: relative;
  padding-left: 1em; }

nav.foldable-nav .ul-1 .with-child > label:before {
  top: 0.1em;
  font-size: 1em;
  color: var(--bs-secondary-color); }

nav.foldable-nav .ul-1 .with-child > input:checked ~ label:before {
  color: var(--bs-secondary-color);
  transform: rotate(90deg);
  transition: transform 0.5s; }

.td-sidebar {
  background-color: transparent;
  border-right: none;
  padding: 1.5rem 0; }
  .td-sidebar .td-sidebar__inner {
    padding-top: 0; }
  .td-sidebar .td-sidebar-nav {
    padding-right: 1rem; }
    .td-sidebar .td-sidebar-nav input[type="checkbox"] {
      display: none; }
    .td-sidebar .td-sidebar-nav label {
      width: 100%;
      margin: 0;
      cursor: pointer; }
    .td-sidebar .td-sidebar-nav .td-sidebar-link {
      color: #666;
      padding: 0.5rem 0.3rem !important;
      margin: 0 0.3rem;
      border-radius: 4px;
      font-size: 0.9375rem;
      transition: all 0.15s ease;
      font-weight: 400;
      display: block;
      text-decoration: none;
      line-height: 1; }
      .td-sidebar .td-sidebar-nav .td-sidebar-link:hover {
        color: #1E1B4B;
        background-color: rgba(245, 243, 255, 0.5); }
      .td-sidebar .td-sidebar-nav .td-sidebar-link.active {
        color: #9333EA;
        background-color: rgba(147, 51, 234, 0.06);
        font-weight: 500; }
      .td-sidebar .td-sidebar-nav .td-sidebar-link.tree-root {
        border: none; }
    .td-sidebar .td-sidebar-nav .td-sidebar-nav__section-title {
      margin: 0; }
      .td-sidebar .td-sidebar-nav .td-sidebar-nav__section-title .td-sidebar-link {
        font-weight: 500;
        color: #1E1B4B;
        font-size: 0.9375rem; }
        .td-sidebar .td-sidebar-nav .td-sidebar-nav__section-title .td-sidebar-link.tree-root {
          font-weight: 600;
          font-size: 1rem;
          margin-bottom: 0.5rem; }
        .td-sidebar .td-sidebar-nav .td-sidebar-nav__section-title .td-sidebar-link:hover {
          background-color: transparent; }
      .td-sidebar .td-sidebar-nav .td-sidebar-nav__section-title.active-path > label > .td-sidebar-link {
        color: #9333EA;
        font-weight: 500; }
    .td-sidebar .td-sidebar-nav ul {
      padding-left: 0;
      list-style: none;
      margin: 0; }
      .td-sidebar .td-sidebar-nav ul.foldable {
        display: none; }
      .td-sidebar .td-sidebar-nav ul li {
        margin: 0; }
    .td-sidebar .td-sidebar-nav input:checked ~ ul.foldable {
      display: block; }
    .td-sidebar .td-sidebar-nav .ul-1 {
      padding-left: 0; }
    .td-sidebar .td-sidebar-nav .ul-2 {
      padding-left: 1rem; }
    .td-sidebar .td-sidebar-nav .ul-3 {
      padding-left: 1.5rem; }
  .td-sidebar .td-sidebar__search {
    margin-bottom: 1.5rem; }
    .td-sidebar .td-sidebar__search .td-search__input {
      border: 1px solid #E9E8FF;
      border-radius: 6px;
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
      width: 100%; }
      .td-sidebar .td-sidebar__search .td-search__input:focus {
        outline: none;
        border-color: #9333EA;
        box-shadow: 0 0 0 2px rgba(147, 51, 234, 0.1); }

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: 0;
  padding-left: 0; }

.td-404 main,
.td-main main {
  padding-top: 1.5rem;
  padding-bottom: 2rem; }

.td-main {
  padding-top: 4.5rem; }
  .td-home .td-main {
    padding-top: 0; }
  .td-main h1,
  .td-main h2,
  .td-main h3,
  .td-main h4,
  .td-main h5,
  .td-main h6 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #1E1B4B;
    scroll-margin-top: 5rem; }
  .td-main h1 {
    font-size: 2.25rem;
    margin-bottom: 2rem; }
  .td-main a {
    color: #9333EA;
    text-decoration: none; }
    .td-main a:hover {
      text-decoration: underline; }
  .td-main p {
    margin-bottom: 1.25rem; }

.highlight {
  background-color: #F5F3FF;
  border-radius: 8px;
  margin: 1.5rem 0; }
  .highlight pre {
    padding: 1.25rem;
    margin: 0;
    background-color: transparent;
    border: none;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875rem; }

.td-toc {
  border-left: 1px solid #E9E8FF;
  padding-left: 1.5rem; }
  .td-toc #TableOfContents {
    font-size: 0.875rem; }
    .td-toc #TableOfContents a {
      color: #1E1B4B;
      display: block;
      padding: 0.25rem 0;
      text-decoration: none;
      opacity: 0.8;
      transition: all 0.2s ease; }
      .td-toc #TableOfContents a:hover {
        color: #9333EA;
        opacity: 1; }
    .td-toc #TableOfContents ul {
      padding-left: 1rem;
      list-style: none; }
      .td-toc #TableOfContents ul li {
        margin: 0.25rem 0; }

.td-search .td-search__input {
  border: 1px solid #E9E8FF;
  border-radius: 6px;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  transition: all 0.2s ease; }
  .td-search .td-search__input:focus {
    border-color: #9333EA;
    box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.1);
    outline: none; }

@media (max-width: 767.98px) {
  .td-sidebar {
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #E9E8FF; }
    .td-sidebar .td-sidebar-nav {
      padding-right: 0; }
  .td-main {
    padding: 2rem 0rem; }
  .td-toc {
    padding-left: 1rem; } }

.btn {
  border-radius: 6px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease; }
  .btn-primary {
    background-color: #9333EA;
    border: none; }
    .btn-primary:hover {
      background-color: #871ce8; }
  .btn-outline-primary {
    border-color: #9333EA;
    color: #9333EA; }
    .btn-outline-primary:hover {
      background-color: #9333EA;
      color: #ffffff; }

.btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem; }

.alert {
  border-radius: 8px;
  border: 1px solid #E9E8FF;
  padding: 1rem;
  margin: 1.5rem 0; }
  .alert-primary {
    background-color: rgba(147, 51, 234, 0.05);
    border-color: rgba(147, 51, 234, 0.2); }

.table {
  width: 100%;
  margin-bottom: 1.5rem; }
  .table th {
    font-weight: 600;
    border-bottom: 2px solid #E9E8FF; }
  .table td {
    border-bottom: 1px solid #E9E8FF;
    padding: 0.75rem; }

.home-header {
  background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
  min-height: 70vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: -4rem;
  padding-top: 8rem;
  padding-bottom: 4rem; }
  .home-header::after {
    content: '';
    position: absolute;
    bottom: -5rem;
    left: 0;
    right: 0;
    height: 10rem;
    background: #ffffff;
    transform: skewY(-3deg); }
  .home-header .container {
    position: relative;
    z-index: 1;
    color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 6rem 0;
    font-size: 1rem; }
  .home-header h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .home-header .lead {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .home-header a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease; }
    .home-header a:hover {
      color: #ffffff;
      border-bottom-color: #ffffff;
      text-decoration: none; }

.feature-section {
  padding: 6rem 0;
  background: #ffffff;
  position: relative;
  z-index: 1; }
  .feature-section .feature-box {
    text-align: center;
    padding: 2rem; }
    .feature-section .feature-box .feature-icon {
      width: 80px;
      height: 80px;
      background-color: rgba(79, 70, 229, 0.1);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      transform: rotate(45deg); }
      .feature-section .feature-box .feature-icon svg {
        width: 40px;
        height: 40px;
        color: #4F46E5;
        transform: rotate(-45deg); }
    .feature-section .feature-box h3 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #1E1B4B; }
    .feature-section .feature-box p {
      color: #4A5568;
      line-height: 1.6;
      font-size: 1rem; }

footer {
  background-color: #FAF5FF;
  padding: 3rem 0;
  color: #1A202C; }
  footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem; }
  footer .footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 4rem; }
    @media (max-width: 768px) {
      footer .footer-columns {
        flex-direction: column;
        gap: 2rem; } }
  footer .footer-column {
    flex: 1; }
    footer .footer-column h3 {
      color: #1A202C;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1rem; }
  footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer .footer-links li {
      margin-bottom: 0.75rem; }
      footer .footer-links li:last-child {
        margin-bottom: 0; }
    footer .footer-links a {
      color: #4A5568;
      text-decoration: none;
      font-size: 1rem;
      display: inline-flex;
      align-items: center;
      transition: color 0.2s ease; }
      footer .footer-links a i {
        margin-left: 0.25rem;
        font-size: 0.75rem;
        opacity: 0.7; }
      footer .footer-links a:hover {
        color: #9333EA;
        text-decoration: none; }
        footer .footer-links a:hover i {
          opacity: 1; }
  footer .footer-copyright {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #E2E8F0;
    color: #718096;
    font-size: 0.875rem; }

@media (max-width: 768px) {
  .home-header {
    min-height: 50vh;
    height: fit-content; }
    .home-header h1 {
      font-size: 2.5rem; }
    .home-header .lead {
      font-size: 1.2rem; }
  .feature-section {
    padding: 4rem 0; }
    .feature-section .feature-box {
      margin-bottom: 2rem; } }

.td-page-meta {
  font-size: 0.8125rem;
  background-color: rgba(245, 243, 255, 0.5);
  border-radius: 8px;
  padding: 0.5rem; }
  .td-page-meta a {
    color: #666;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 0.375rem 0.5rem;
    margin: 0.125rem 0;
    border-radius: 4px;
    transition: all 0.15s ease; }
    .td-page-meta a i {
      color: #8b949e;
      width: 1rem;
      text-align: center;
      margin-right: 0.25rem; }
    .td-page-meta a:hover {
      color: #9333EA;
      text-decoration: none;
      background-color: rgba(245, 243, 255, 0.8); }
      .td-page-meta a:hover i {
        color: #9333EA; }

.capabilities-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #ffffff 0%, #F5F3FF 100%);
  position: relative; }
  .capabilities-section .capability-box {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #E9E8FF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
    .capabilities-section .capability-box:hover {
      transform: translateY(-4px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    .capabilities-section .capability-box .capability-icon {
      font-size: 2.5rem;
      color: #9333EA;
      margin-bottom: 1rem;
      display: block; }
    .capabilities-section .capability-box h3 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      color: #1E1B4B;
      font-weight: 600; }
    .capabilities-section .capability-box p {
      color: #666;
      margin-bottom: 0;
      line-height: 1.6; }

.adopters-section {
  padding: 4rem 0;
  background-color: #ffffff; }
  .adopters-section .adopter-head {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #1E1B4B; }
  .adopters-section .adopters-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem; }
  .adopters-section .adopter {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #E9E8FF;
    border-radius: 12px;
    overflow: visible;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem; }
    .adopters-section .adopter:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 24px -8px rgba(147, 51, 234, 0.15);
      border-color: rgba(147, 51, 234, 0.2); }
      .adopters-section .adopter:hover .adopter-info {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) translateX(-50%); }
    .adopters-section .adopter img {
      max-width: 140px;
      max-height: 70px;
      width: auto;
      height: auto;
      object-fit: contain;
      transition: transform 0.3s ease; }
    .adopters-section .adopter .adopter-info {
      position: absolute;
      bottom: 120%;
      left: 50%;
      transform: translateY(10px) translateX(-50%);
      background: rgba(30, 27, 75, 0.95);
      backdrop-filter: blur(8px);
      color: #ffffff;
      padding: 1rem 1.5rem;
      border-radius: 8px;
      width: max-content;
      max-width: 300px;
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 8px 16px -4px rgba(30, 27, 75, 0.2);
      pointer-events: none; }
      .adopters-section .adopter .adopter-info:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgba(30, 27, 75, 0.95); }
      .adopters-section .adopter .adopter-info p {
        margin: 0;
        font-size: 0.875rem;
        line-height: 1.5; }

@media (max-width: 768px) {
  .adopters-section {
    padding: 3rem 0; }
    .adopters-section .adopter-head {
      font-size: 2rem;
      margin-bottom: 2rem; }
    .adopters-section .adopters-list {
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      gap: 1.5rem;
      padding: 0 1rem; }
    .adopters-section .adopter {
      height: 140px;
      padding: 1rem; }
      .adopters-section .adopter img {
        max-width: 120px;
        max-height: 60px; }
      .adopters-section .adopter .adopter-info {
        position: fixed;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
        pointer-events: auto; }
        .adopters-section .adopter .adopter-info:after {
          display: none; } }

.td-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
  background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
  letter-spacing: -0.02em; }

.td-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1E1B4B;
  margin-top: 4rem;
  margin-bottom: 2rem; }
  .td-content h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
    margin-top: 0.75rem;
    border-radius: 4px; }

.td-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1E1B4B;
  margin-top: 2rem;
  margin-bottom: 1rem; }

.td-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 1.5rem; }

.td-content ul {
  margin-bottom: 2rem; }
  .td-content ul li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0; }

.td-content a {
  color: #9333EA;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease; }
  .td-content a:hover {
    color: #7a16d4;
    text-decoration: underline; }

.td-content .cncf-logo {
  text-align: center;
  margin: 4rem 0 2rem;
  padding: 2rem;
  background: #F5F3FF;
  border-radius: 12px; }
  .td-content .cncf-logo img {
    max-width: 300px;
    height: auto; }

.td-content .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin: 3rem 0; }
  .td-content .feature-grid .feature-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(147, 51, 234, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden; }
    .td-content .feature-grid .feature-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
      opacity: 0;
      transition: opacity 0.3s ease; }
    .td-content .feature-grid .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px -12px rgba(147, 51, 234, 0.15);
      border-color: rgba(147, 51, 234, 0.2); }
      .td-content .feature-grid .feature-card:hover::before {
        opacity: 1; }
    .td-content .feature-grid .feature-card .icon-container {
      width: 64px;
      height: 64px;
      background: linear-gradient(135deg, rgba(147, 51, 234, 0.1) 0%, rgba(79, 70, 229, 0.1) 100%);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.5rem; }
      .td-content .feature-grid .feature-card .icon-container i {
        font-size: 1.75rem;
        background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent; }
    .td-content .feature-grid .feature-card h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #1E1B4B; }
    .td-content .feature-grid .feature-card p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: rgba(30, 27, 75, 0.8);
      margin-bottom: 0; }

.td-content .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
  text-align: center; }
  .td-content .stats-grid .stat-item {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    border: 1px solid rgba(147, 51, 234, 0.1); }
    .td-content .stats-grid .stat-item .stat-number {
      font-size: 3rem;
      font-weight: 800;
      background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0.5rem; }
    .td-content .stats-grid .stat-item .stat-label {
      font-size: 1.125rem;
      color: #1E1B4B;
      font-weight: 500; }

.td-content .cncf-section {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.03) 0%, rgba(79, 70, 229, 0.03) 100%);
  border-radius: 24px;
  padding: 4rem;
  text-align: center;
  margin: 4rem 0; }
  .td-content .cncf-section img {
    max-width: 300px;
    height: auto;
    margin-bottom: 2rem; }
  .td-content .cncf-section p {
    font-size: 1.25rem;
    color: #1E1B4B;
    max-width: 600px;
    margin: 0 auto; }

.td-cover-block {
  background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%) !important;
  padding: 6rem 0;
  position: relative;
  overflow: hidden; }
  .td-cover-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/img/pattern.svg");
    opacity: 0.1;
    pointer-events: none; }
  .td-cover-block .container {
    position: relative;
    z-index: 1; }
  .td-cover-block h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff !important;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .td-cover-block .lead {
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto 3rem; }

.td-block-section {
  padding: 5rem 0;
  position: relative;
  overflow: hidden; }
  .td-block-section.td-box--white {
    background: #ffffff; }
    .td-block-section.td-box--white h2 {
      color: #1E1B4B;
      font-size: 2.25rem;
      font-weight: 600;
      margin-bottom: 2rem;
      text-align: center; }
      .td-block-section.td-box--white h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
        margin: 1rem auto 0;
        border-radius: 2px; }
    .td-block-section.td-box--white h3 {
      color: #1E1B4B;
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem; }
    .td-block-section.td-box--white p {
      color: #374151;
      font-size: 1.1rem;
      line-height: 1.7; }
    .td-block-section.td-box--white a {
      color: #9333EA;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.2s ease; }
      .td-block-section.td-box--white a:hover {
        color: #7a16d4;
        text-decoration: underline; }
  .td-block-section.td-box--primary {
    background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
    color: #ffffff; }
    .td-block-section.td-box--primary h2 {
      color: #ffffff;
      font-size: 2.25rem;
      font-weight: 600;
      margin-bottom: 2rem;
      text-align: center; }
    .td-block-section.td-box--primary h3 {
      color: #ffffff;
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem; }
    .td-block-section.td-box--primary p {
      color: rgba(255, 255, 255, 0.9);
      font-size: 1.1rem;
      line-height: 1.7; }
    .td-block-section.td-box--primary a {
      color: #ffffff;
      text-decoration: none;
      font-weight: 500;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
      transition: all 0.2s ease; }
      .td-block-section.td-box--primary a:hover {
        color: #ffffff;
        border-bottom-color: #ffffff;
        text-decoration: none; }
    .td-block-section.td-box--primary .fa,
    .td-block-section.td-box--primary .fas {
      color: rgba(255, 255, 255, 0.9); }
  .td-block-section.td-box--secondary {
    background: #F5F3FF;
    position: relative; }
    .td-block-section.td-box--secondary::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(147, 51, 234, 0.03) 0%, rgba(79, 70, 229, 0.03) 100%); }
    .td-block-section.td-box--secondary .container {
      position: relative;
      z-index: 1; }
    .td-block-section.td-box--secondary h2 {
      color: #1E1B4B;
      font-size: 2.25rem;
      font-weight: 600;
      margin-bottom: 2rem;
      text-align: center; }
      .td-block-section.td-box--secondary h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
        margin: 1rem auto 0;
        border-radius: 2px; }
    .td-block-section.td-box--secondary h3 {
      color: #1E1B4B;
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem; }
    .td-block-section.td-box--secondary p {
      color: #374151;
      font-size: 1.1rem;
      line-height: 1.7; }
    .td-block-section.td-box--secondary a {
      color: #9333EA;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.2s ease; }
      .td-block-section.td-box--secondary a:hover {
        color: #7a16d4;
        text-decoration: underline; }
    .td-block-section.td-box--secondary .fa,
    .td-block-section.td-box--secondary .fas {
      color: #9333EA; }
  .td-block-section .fa,
  .td-block-section .fas {
    font-size: 2.5rem;
    margin-bottom: 1rem; }
  .td-block-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem; }
    .td-block-section ul li {
      position: relative;
      padding-left: 1.5rem;
      margin-bottom: 0.75rem;
      color: #374151;
      font-size: 1.1rem;
      line-height: 1.7; }
      .td-block-section ul li::before {
        content: '•';
        color: #9333EA;
        position: absolute;
        left: 0;
        font-weight: bold; }
  @media (max-width: 768px) {
    .td-block-section .text-center-mobile {
      text-align: center; }
    .td-block-section h2::after {
      margin-left: auto;
      margin-right: auto; } }
.td-block-padding {
  padding: 4rem 0; }

.blocks-section {
  position: relative;
  overflow: hidden; }
  .blocks-section.color-primary {
    background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%); }
  .blocks-section.color-white {
    background: #ffffff; }
  .blocks-section.color-secondary {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(147, 51, 234, 0.1) 100%); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto; }

.feature-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9333EA, #4F46E5);
    opacity: 0;
    transition: opacity 0.3s ease; }
  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
    .feature-card:hover::before {
      opacity: 1; }
  .feature-card .icon-container {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem; }
    .feature-card .icon-container i {
      color: #ffffff;
      font-size: 1.5rem; }
  .feature-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1E1B4B; }
  .feature-card p {
    color: rgba(30, 27, 75, 0.8);
    line-height: 1.6;
    margin: 0; }
    .feature-card p a {
      color: #9333EA;
      text-decoration: none;
      font-weight: 500; }
      .feature-card p a:hover {
        text-decoration: underline; }

.cncf-section {
  text-align: center;
  padding: 3rem 1rem;
  max-width: 800px;
  margin: 0 auto; }
  .cncf-section img {
    max-width: 300px;
    height: auto;
    transition: transform 0.3s ease; }
    .cncf-section img:hover {
      transform: scale(1.05); }
  .cncf-section p {
    color: rgba(30, 27, 75, 0.8);
    font-size: 1.1rem;
    line-height: 1.6; }

.text-center.mb-5 {
  position: relative;
  padding-bottom: 1rem; }
  .text-center.mb-5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #9333EA, #4F46E5);
    border-radius: 3px; }

.lead {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(30, 27, 75, 0.9); }
  .lead.text-center {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.ai-chat-container {
  width: 80vw;
  max-width: 1400px;
  height: 80vh;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  transition: box-shadow 0.3s ease; }
  .ai-chat-container:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); }
  .ai-chat-container iframe {
    width: 100%;
    height: 100%;
    border: none; }
  @media (max-width: 768px) {
    .ai-chat-container {
      width: 95vw;
      height: 70vh; } }
  @media (max-width: 480px) {
    .ai-chat-container {
      width: 100vw;
      height: 60vh;
      border-radius: 0;
      margin: 0 -1rem; } }
