/* ==========================================================================
   Video Page Bundle
   Auto-generated by bin/bundle-css — do not edit manually.
   ========================================================================== */

/* --- Source: components/landings/hero.css --- */

.hero {
  padding: 0 var(--space-4, 16px);
}

.hero__title {
  line-height: normal;
  font-size: 36px;

  .emphasis--selected {
    line-height: 44px;
  }
}

.hero__title-icon {
  display: inline-block;
  vertical-align: baseline;

  width: 29px;
  height: 29px;
}

.hero__column {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: var(--space-8, 32px) 0;

  &:last-child {
    padding-bottom: 0;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-5, 20px);
}

.hero__features {
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);

  list-style: none;

  line-height: var(--line-height-md, 24px);
}

.hero__features-item {
  display: flex;
  align-items: center;
  gap: var(--space-2, 8px);
}

.hero__features-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: var(--color-active, #28cdd9);

  .square-icon__img {
    width: 24px;
    height: 24px;
  }
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
}

.hero__actions-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2, 8px);
  color: var(--color-white);
  height: 38px;
  border: 1px solid var(--color-stroke);
  border-radius: var(--radius-sm, 4px);
  font-weight: 500;
  font-size: var(--text-lg, 16px);
  white-space: nowrap;
  cursor: pointer;
}

.hero__note {
  margin: 0;
  font-size: var(--text-md, 14px);
  line-height: var(--line-height-sm, 20px);
  color: var(--color-text-secondary, #676d72);
}

.hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 396px;
}

.hero__visual-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-4, 16px);
}

.hero__visual .video-embed {
  width: 100%;
}

.hero__illustration {
  width: 598px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero--equal,
.hero--one-third {
  .hero__column:first-child {
    max-width: 100%;
    border-bottom: 1px solid var(--color-stroke, #1c363f);
  }
}

@media (min-width: 1024px) {
  .hero__column:first-child {
    max-width: 72%;
    padding: var(--space-8, 32px);
  }

  .hero__title {
    font-size: var(--text-h1, 40px);
  }

  .hero__actions {
    flex-direction: row;
    gap: var(--space-4, 16px);
    margin-top: var(--space-4, 16px);
  }

  .hero__actions-btn {
    min-width: 220px;
  }

  .hero__actions-link {
    border: 0;
    padding: 0;
    height: auto;
    color: var(--color-active, #28cdd9);
    font-size: var(--text-md, 14px);
    line-height: var(--line-height-sm, 20px);

    &:hover {
      color: var(--color-white, #ffffff);
    }
  }

  .hero__features-icon {
    width: 28px;
    height: 28px;

    .square-icon__img {
      width: 16px;
      height: 16px;
    }
  }

  .hero--equal {
    display: flex;
    padding: 0;

    .hero__column {
      flex: 0 0 50%;
      max-width: none;
      justify-content: center;
    }

    .hero__column:first-child {
      border: 1px solid var(--color-stroke, #1c363f);
      border-width: 0 1px 0 0;
    }

    .hero__illustration {
      position: static;
      transform: none;
    }

    .hero__visual-stack {
      position: absolute;
      top: 50%;
      width: 100%;

      transform: translateY(-50%);
      padding: 0 var(--space-8, 32px);
    }
  }

  .hero--one-third {
    display: flex;
    padding: 0;

    .hero__column:first-child {
      flex: 0 0 35.5%;
      max-width: none;
      justify-content: center;
      border: 1px solid var(--color-stroke, #1c363f);
      border-width: 0 1px 0 0;
    }

    .hero__column:last-child {
      flex: 0 0 64.5%;
      justify-content: center;
    }

    .hero__illustration {
      position: static;
      transform: none;
    }

    .hero__visual-stack {
      position: absolute;
      top: 50%;
      width: 100%;

      transform: translateY(-50%);
      padding: 0 var(--space-8, 32px);
    }
  }
}


/* --- Source: pages/video/hero-section.css --- */

.hero-section {
  .hero__visual {
    min-height: 100%;
  }
}


/* --- Source: components/tabs.css --- */

/* ==========================================================================
   Tabs — BEM block
   Connected pill-style tab group with rounded outer edges.
   Sizes: default (32px), --sm (24px)
   ========================================================================== */

.tabs {
  display: inline-flex;
}

.tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 10px;
  border: 1px solid var(--color-stroke);
  background: transparent;
  color: var(--color-white);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--text-md);
  line-height: 12px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition:
    background var(--transition),
    border-color var(--transition);
}

.tabs__item:first-child {
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.tabs__item:last-child {
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.tabs__item:not(:first-child) {
  margin-left: -1px;
}

.tabs__item:hover {
  background: var(--color-bg);
  border-color: var(--color-stroke);
}

.tabs__item--active {
  background: var(--color-active-10);
  border-color: var(--color-active-80);
  color: var(--color-active);
  z-index: var(--z-base);
}

.tabs__item--inactive {
  border-color: var(--color-text-secondary);
  color: var(--color-text-secondary);
  pointer-events: none;
}

/* --- Size: Small (24px) --- */

.tabs--sm .tabs__item {
  height: 24px;
  padding: 0 6px;
  font-size: var(--text-sm);
}

.tabs--sm .tabs__item:first-child {
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
}

.tabs--sm .tabs__item:last-child {
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}


/* --- Source: components/tab-panels.css --- */

/* ==========================================================================
   Tab panels — Stimulus-driven panel switcher (pairs with tabs / utab skins)
   ========================================================================== */

.tab-panels {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.tab-panels__header {
  padding: var(--space-3) var(--space-3) 0;
}

.tab-panels__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.tab-panels__panel[hidden] {
  display: none !important;
}

.tab-panels--panel-flex .tab-panels__panel:not([hidden]) {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}


/* --- Source: components/editor.css --- */

/* ==========================================================================
   Editor — read-only code viewer with tabs
   ========================================================================== */

.editor {
  --editor-tag: #d9931e;
  --editor-attr: #c15082;
  --editor-string: #a66033;
  --editor-keyword: var(--color-active);
  --editor-line-num: var(--color-text-secondary);

  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-stroke);
  border-radius: var(--radius-lg);
  background: var(--color-dark);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.editor__tabs {
  flex: 1;
  min-height: 0;
}

.editor__header {
  padding: var(--space-3) var(--space-3) 0;
}

.editor__panel {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.editor__viewport {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow-x: auto;
  overflow-y: hidden;
  padding: var(--space-3) 0 var(--space-2);
  scrollbar-width: thin;
  scrollbar-color: var(--color-bg-light) var(--color-dark);
}

.editor__viewport::-webkit-scrollbar {
  height: 6px;
}

.editor__viewport::-webkit-scrollbar-track {
  background: var(--color-dark);
}

.editor__viewport::-webkit-scrollbar-thumb {
  background: var(--color-bg-light);
  border-radius: var(--radius-sm);
}

.editor__gutter {
  display: flex;
  flex-direction: column;
  padding: 0 var(--space-3) 0 var(--space-4);
  user-select: none;
  pointer-events: none;
}

.editor__line-num {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: var(--text-sm);
  line-height: 20px;
  color: var(--editor-line-num);
  text-align: right;
  min-width: 1.5ch;
}

.editor__pre {
  margin: 0;
  padding: 0 var(--space-4) 0 0;
  overflow: visible;
  background: transparent;
  tab-size: 2;
}

.editor__pre code {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: var(--text-sm);
  line-height: 20px;
  color: var(--color-text);
  white-space: pre;
  background: none;
}

.editor__token--tag {
  color: var(--editor-tag);
}

.editor__token--attr {
  color: var(--editor-attr);
}

.editor__token--string {
  color: var(--editor-string);
}

.editor__token--keyword {
  color: var(--editor-keyword);
}


/* --- Source: components/video-embed.css --- */

.video-embed {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.video-embed__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--color-stroke);
  border-radius: var(--radius-lg);
  background: var(--color-dark);
}

.video-embed__player iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1024px) {
  .video-embed {
    flex-direction: row;
    gap: var(--space-2);
  }

  .video-embed__player {
    flex: 0 0 64%;
  }
}


/* --- Source: components/landings/banner-section.css --- */

.banner-section {
  padding: 0 var(--space-4, 16px) var(--space-20, 80px);
}

@media (min-width: 1024px) {
  .banner-section {
    padding: var(--space-25, 100px) 0;
  }
}


/* --- Source: pages/video/features.css --- */

.features {
  padding: var(--space-20) 0 0;

  border-top: 1px solid var(--color-stroke, #1c363f);

  .section-heading {
    padding: 0 var(--space-4);
    margin-bottom: var(--space-6);
  }
}

.features__content {
  padding-top: var(--space-5);
  border: 1px solid var(--color-stroke, #1c363f);
  border-width: 1px 0;
}

.features__card {
  position: relative;

  display: flex;
  padding: 0 var(--space-4) var(--space-5);

  &:not(:last-child) {
    margin-bottom: var(--space-5);
    border-bottom: 1px solid var(--color-stroke, #1c363f);
  }
}

.features__card-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.features__card-title {
  display: flex;
  align-items: center;
  gap: var(--space-2);

  color: var(--color-white);
}

.features__card-visual {
  opacity: 0;

  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

  pointer-events: none;
}

.features__callout {
  padding: var(--space-6) var(--space-4);
  margin: var(--space-6) var(--space-4) 0;

  border: 1px solid var(--color-stroke, #1c363f);
  border-radius: var(--radius-md);
}

.features__callout h3 {
  margin-bottom: var(--space-2);

  font-family: var(--font-heading);
  font-size: var(--text-h3);
  color: var(--color-white);
}

.features__callout p {
  color: var(--color-text-muted);
  line-height: var(--line-height-lg);
}

@media (min-width: 1024px) {
  .features {
    &::after {
      display: none;
    }

    .section-heading {
      padding: 0 var(--space-8);
    }
  }

  .features__callout {
    margin: var(--space-8) var(--space-8) 0;
    padding: var(--space-8);
  }

  .features__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    padding: 0;

    border-bottom: 0;
  }

  .features__card {
    padding: var(--space-8);

    margin-bottom: 0 !important;
    border-right: 1px solid var(--color-stroke);

    &:nth-child(even) {
      border-right: none;
    }

    &:last-child {
      border-bottom: 1px solid var(--color-stroke);
    }

    &:hover {
      .features__card-visual {
        opacity: 1;

        transition: opacity var(--transition);
      }
    }
  }
}


/* --- Source: components/landings/comparison-table.css --- */

.comparison-table__container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 1140px;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: var(--text-md);
  line-height: var(--line-height-md);

  th,
  td {
    width: 21%;
    padding: var(--space-4) var(--space-5);

    text-align: left;
    vertical-align: middle;

    border-bottom: 1px solid var(--color-stroke);

    &:first-child,
    &:first-child {
      width: 16%;
      padding-left: var(--space-8);
      padding-right: var(--space-2);
    }
  }

  thead th {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: var(--text-h3);
    color: var(--color-white);

    padding: var(--space-6) var(--space-5);

    background: var(--color-bg);
    border: 1px solid var(--color-stroke);
    border-width: 1px 0;

    &:not(:first-child) {
      padding: var(--space-4) var(--space-5);
    }
  }

  tbody td,
  tbody th.comparison-table__row-header {
    font-size: var(--text-md);
    line-height: 16px;
    color: var(--color-text);
    font-weight: 400;
  }

  td.comparison-table__highlight-col,
  th.comparison-table__highlight-col {
    color: var(--color-active);
    font-weight: 500;
    background: var(--color-active-10);

    .comparison-table__icon {
      border-color: var(--color-active-30);
      color: var(--color-active);
    }
  }

  th.comparison-table__highlight-col {
    background: var(--color-bg);
  }

  tbody tr {
    &:hover {
      td,
      th.comparison-table__row-header {
        background: var(--color-row-hover);
      }

      .comparison-table__highlight-col {
        background: var(--color-active-30);
      }
    }
  }

  tbody tr.comparison-table__row--highlighted {
    td,
    th.comparison-table__row-header {
      background: rgba(40, 205, 217, 0.06);
    }

    .comparison-table__row-header {
      font-weight: 700;
      color: var(--color-active);
    }

    &:hover {
      td,
      th.comparison-table__row-header {
        background: rgba(40, 205, 217, 0.15);
      }

      .comparison-table__highlight-col {
        background: var(--color-active-30);
      }
    }
  }
}

.comparison-table__col-title {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.comparison-table__col-label {
  display: block;
}

.comparison-table__col-note {
  display: block;
  margin-top: var(--space-1);
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: var(--line-height-sm);
  color: var(--color-text-secondary);
}

.comparison-table
  thead
  th:not(:first-child)
  .comparison-table__col-title:has(.comparison-table__col-note) {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-1);

  .comparison-table__col-label {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: var(--text-h3);
    line-height: normal;
    color: var(--color-white);
  }

  .comparison-table__col-note {
    margin-top: 0;
    font-size: var(--text-md);
  }
}

.comparison-table thead th:not(:first-child):has(.comparison-table__col-note) {
  vertical-align: top;
}

.comparison-table__feature-col-title {
  display: flex;
  align-items: center;
  gap: var(--space-2);

  color: var(--color-white);
  font-size: var(--text-h3);

  white-space: nowrap;
}

.comparison-table__icon {
  flex-shrink: 0;
  color: var(--color-white);
  border: 1px solid var(--color-stroke-light);
  background: var(--color-bg);
}

.comparison-table__best {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--color-warning);
}

.comparison-table__best-value {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--color-warning);
}

.comparison-table__icon-star {
  flex-shrink: 0;
  color: var(--color-warning);
}

.comparison-table__warn {
  color: var(--color-warning);
}

.comparison-table__icon-check {
  display: inline-block;
  vertical-align: middle;
  margin-right: var(--space-1);
  color: var(--color-active);
}

@media (min-width: 1024px) {
  .comparison-table {
    th,
    td {
      padding: var(--space-4) var(--space-5);
    }
  }
}


/* --- Source: pages/video/comparison.css --- */

.comparison {
  padding: var(--space-20) 0 0;
  border-top: 1px solid var(--color-stroke);

  .section-heading__title {
    white-space: nowrap;
  }
}

.comparison__heading {
  padding: 0 var(--space-4);
  margin-bottom: var(--space-6);
}

.comparison__title-icon {
  display: inline-block;
  vertical-align: baseline;

  width: 44px;
  height: 24px;

  vertical-align: middle;
}

.comparison__footnote {
  padding: 0 var(--space-4);
  margin: var(--space-4) 0 0;

  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

@media (min-width: 1024px) {
  .comparison__heading {
    padding: 0 var(--space-8);
  }

  .comparison__footnote {
    padding: 0 var(--space-8);
  }

  .comparison__title-icon {
    width: 71px;
    height: 36px;
  }
}


/* --- Source: pages/video/video-pricing.css --- */

.video-pricing {
  padding: var(--space-15) 0 var(--space-20);
  border-bottom: 1px solid var(--color-stroke, #1c363f);

  &::before {
    display: none;
  }

  &::after {
    display: block;
  }
}

.video-pricing__heading {
  padding: 0 var(--space-4);
  margin-bottom: var(--space-6);
}

.video-pricing__footer {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);

  margin-top: var(--space-20);
}

.video-pricing__footer-label {
  display: flex;
  align-items: center;

  padding: 0 var(--space-4) var(--space-2);

  font-family: var(--font-heading);
  font-size: var(--text-h3);
}

.video-pricing__footer-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);

  padding: 0 var(--space-4);

  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
}

@media (min-width: 1024px) {
  .video-pricing {
    padding-top: var(--space-20);
    border-top: 1px solid var(--color-stroke);
  }

  .video-pricing__heading {
    padding: 0 var(--space-8);
  }

  .video-pricing__footer {
    position: relative;
    overflow: hidden;

    flex-direction: row;
    gap: 0;

    margin: var(--space-8) var(--space-8) 0;

    border: 1px solid var(--color-stroke);
    border-radius: var(--radius-md);

    &::before {
      content: "";
      position: absolute;
      top: -110px;
      right: 231px;
      width: 112px;
      height: 112px;
      border-radius: 100px;
      background: var(--color-active-80);
      filter: blur(70px);
    }

    &::after {
      content: "";
      position: absolute;
      bottom: -130px;
      left: 90px;
      width: 132px;
      height: 132px;
      border-radius: 100px;
      background: var(--color-active-80);
      filter: blur(50px);
    }
  }

  .video-pricing__footer-label {
    flex: 1;

    padding: var(--space-4) var(--space-6) var(--space-4) var(--space-8);
  }

  .video-pricing__footer-item {
    flex: 0 0 auto;

    padding: var(--space-4) var(--space-6);

    border-left: 1px solid var(--color-stroke);
  }

  .video-pricing__footer-icon {
    width: 24px;
    height: 24px;
  }
}


/* --- Source: components/landings/pricing-cards.css --- */

.pricing-cards {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);

  padding: 0 var(--space-4);
}

.pricing-cards__card {
  display: flex;
  flex-direction: column;

  border: 1px solid var(--color-stroke);
  background: var(--color-dark);

  border-radius: var(--radius-md);
}

.pricing-cards__card--featured {
  background: linear-gradient(
    180deg,
    rgba(143, 231, 241, 0) 59%,
    rgba(143, 231, 241, 0.12) 100%
  );
}

.pricing-cards__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);

  padding: var(--space-3) var(--space-4);

  background: var(--color-bg);
  border-bottom: 1px solid var(--color-stroke);

  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

.pricing-cards__title {
  color: var(--color-text);
}

.pricing-cards__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: var(--space-5);

  padding: var(--space-4) var(--space-4) var(--space-6);
}

.pricing-cards__price {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
}

.pricing-cards__amount {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  font-weight: 600;
}

.pricing-cards__period {
  color: var(--color-text-secondary);
  font-size: var(--text-sm);
}

.pricing-cards__btn {
  width: 100%;
}

.pricing-cards__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);

  padding: 0;
  margin: 0;

  list-style: none;

  font-size: var(--text-md);
  line-height: var(--line-height-md);
}

.pricing-cards__list-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);

  &::before {
    content: "";
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='6.4' stroke='%23ccced0' stroke-width='1.2'/%3E%3Cpath d='M4.5 7l2 2 3-3.5' stroke='%23ccced0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
}

@media (min-width: 1024px) {
  .pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    padding: 0 var(--space-8);
  }

  .pricing-cards__header {
    padding: var(--space-3) var(--space-5);
  }

  .pricing-cards__body {
    padding: var(--space-5) var(--space-5) var(--space-8);
  }
}


/* --- Source: pages/video/migration.css --- */

.migration__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-stroke);

  color: var(--color-bg-light);
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 600;
}

.migration__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);

  padding: var(--space-4);
}

.migration__visual--text {
  justify-content: center;
  gap: var(--space-3);
  padding: var(--space-6);

  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-secondary);
  text-align: left;
}

.migration__visual--text p {
  margin: 0;
}

.migration__visual-emphasis {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-active);
}

@media (min-width: 1024px) {
  .migration {
    display: flex;
    flex-direction: row;
    flex-flow: row-reverse;

    border-bottom: 1px solid var(--color-stroke);
  }

  .migration__visual {
    flex: 0 0 50%;
    border-bottom: 0;
    border-left: 1px solid var(--color-stroke);
  }

  .migration__content {
    flex: 0 0 50%;

    padding: var(--space-8);
  }

  .migration__visual--text {
    padding: var(--space-8);
  }
}


/* --- Source: components/landings/faq-list.css --- */

.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-stroke);
}

.faq-list__column {
  display: contents;
}

.faq-list__item {
  position: relative;
  overflow: hidden;
  order: var(--faq-order);
  border-bottom: 1px solid var(--color-stroke);
}

.faq-list__item--open {
  &::after {
    content: "";
    position: absolute;
    bottom: -153px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: var(--color-active-80);
    filter: blur(130px);
    pointer-events: none;
  }
}

.faq-list__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  width: 100%;
  padding: var(--space-6) var(--space-4);
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: var(--color-white);
  z-index: var(--z-base);
}

.faq-list__question {
  font-family: var(--font-heading);
  font-size: var(--text-h3);
  font-weight: 600;
  line-height: var(--line-height-lg);
}

.faq-list__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  color: var(--color-white);
  transition: transform 0.3s ease;
}

.faq-list__item--open .faq-list__icon {
  transform: rotate(45deg);
}

.faq-list__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  z-index: var(--z-base);
}

.faq-list__item--open .faq-list__answer {
  grid-template-rows: 1fr;
}

.faq-list__answer-inner {
  overflow: hidden;
}

.faq-list__answer-inner p {
  margin: 0;
  padding: 0 var(--space-4) var(--space-6);
  font-family: var(--font-body);
  font-size: var(--text-lg);
  line-height: var(--line-height-lg);
  color: var(--color-text);
}

.faq-list__answer-inner a {
  color: var(--color-active);
  border-bottom: 1px solid var(--color-active-30);
  transition: border-color var(--transition);
}

.faq-list__answer-inner a:hover {
  border-color: var(--color-active);
}

@media (min-width: 1024px) {
  .faq-list {
    flex-direction: row;
  }

  .faq-list__column {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
  }

  .faq-list__column:first-child {
    border-right: 1px solid var(--color-stroke);
  }

  .faq-list__item {
    order: unset;
  }

  .faq-list__trigger {
    padding: var(--space-8);
  }

  .faq-list__answer-inner p {
    padding: 0 var(--space-8) var(--space-8);
  }
}

