:root {
  --ghost-accent-color: #4e79d6;
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --gh-font-body: var(--font-sans);
  --gh-font-heading: var(--font-sans);
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v12-latin-regular.woff2") format("woff2"),
    url("../fonts/inter-v12-latin-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v12-latin-500.woff2") format("woff2"),
    url("../fonts/inter-v12-latin-500.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v12-latin-600.woff2") format("woff2"),
    url("../fonts/inter-v12-latin-600.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v12-latin-700.woff2") format("woff2"),
    url("../fonts/inter-v12-latin-700.woff") format("woff");
}

body {
  font-family: var(--font-sans);
  letter-spacing: 0;
}

.gh-site,
.gh-content,
.gh-article-title,
.gh-article-excerpt,
.gh-card-title,
.gh-card-excerpt,
.gh-card-meta,
.gh-navigation,
.kg-card {
  font-family: var(--font-sans);
}

.ifx-post-shell {
  width: 100%;
}

.ifx-post-layout {
  align-items: start;
  column-gap: 48px;
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1160px;
}

.ifx-post-body {
  min-width: 0;
}

.ifx-post-body .gh-content p,
.ifx-post-body .gh-content li {
  word-break: normal;
}

.ifx-post-body .gh-article-title {
  font-size: clamp(4rem, 4.8vw, 5.4rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.08;
  max-width: 980px;
}

.ifx-post-body .gh-article-header,
.ifx-post-body .gh-content,
.ifx-post-body .gh-comments,
.ifx-post-body .gh-article-footer {
  margin-left: 0;
  margin-right: 0;
}

.ifx-share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.ifx-share__label {
  color: #57606a;
  flex-basis: 100%;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
}

.ifx-share__link {
  align-items: center;
  background: #fff;
  border: 1px solid #d8dee4;
  border-radius: 999px;
  color: #24292f;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 650;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0 12px;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ifx-share__link:hover {
  background: #f6f8fa;
  border-color: #b6bec8;
  color: #1f2328;
  opacity: 1;
  transform: translateY(-1px);
}

.ifx-share__copy {
  appearance: none;
}

.ifx-article-byline {
  align-items: center;
  color: #57606a;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.45rem;
  font-weight: 500;
  gap: 10px;
  line-height: 1.2;
  margin-top: 2rem;
}

.ifx-article-byline__author {
  align-items: center;
  color: #24292f;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}

.ifx-article-byline__author:hover {
  opacity: 0.8;
}

.ifx-article-byline__avatar {
  align-items: center;
  background: #eef2ff;
  border: 1px solid #d8dee4;
  border-radius: 999px;
  color: #4e79d6;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  object-fit: cover;
  width: 36px;
}

.ifx-article-byline__avatar svg {
  height: 20px;
  width: 20px;
}

.ifx-article-byline__name {
  color: #24292f;
  font-weight: 650;
}

.ifx-article-byline__dot {
  color: #8c959f;
}

.ifx-article-byline__date,
.ifx-article-byline__readtime {
  color: #57606a;
}

.ifx-post-toc {
  align-self: start;
  background: linear-gradient(180deg, rgba(246, 248, 250, 0.75), rgba(255, 255, 255, 0));
  border: 1px solid #eaeef2;
  border-radius: 8px;
  color: #57606a;
  font-size: 1.35rem;
  line-height: 1.35;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  padding: 16px 14px 16px 16px;
  position: sticky;
  top: 104px;
}

.ifx-post-toc__toggle,
.ifx-post-toc__backdrop {
  display: none;
}

.ifx-post-toc__eyebrow {
  align-items: center;
  color: #24292f;
  display: flex;
  font-size: 1.15rem;
  font-weight: 750;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ifx-post-toc__eyebrow::before {
  background: #4e79d6;
  border-radius: 999px;
  content: "";
  height: 7px;
  width: 7px;
}

.ifx-post-toc__nav {
  border-top: 1px solid #eaeef2;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 10px;
}

.ifx-post-toc__link {
  border-radius: 6px;
  color: #57606a;
  display: block;
  font-size: 1.28rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
}

.ifx-post-toc__link::before {
  background: transparent;
  border-radius: 999px;
  content: "";
  height: calc(100% - 14px);
  left: 0;
  position: absolute;
  top: 7px;
  width: 3px;
}

.ifx-post-toc__link:hover,
.ifx-post-toc__link.is-active {
  background: #f6f8fa;
  color: #24292f;
  opacity: 1;
}

.ifx-post-toc__link.is-active {
  font-weight: 650;
}

.ifx-post-toc__link.is-active::before {
  background: #4e79d6;
}

.gh-content h2[id] {
  scroll-margin-top: 132px;
}

.gh-content pre {
  background: #0d1117;
  border: 1px solid #30363d;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(13, 17, 23, 0.12);
  color: #c9d1d9;
  font-size: 14px;
  line-height: 1.65;
  overflow-x: auto;
  padding: 18px 20px;
  white-space: pre;
}

.gh-content pre code,
.gh-content pre code.hljs {
  background: transparent;
  color: inherit;
  display: block;
  font-family: Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

.gh-content :not(pre) > code {
  background: #f6f8fa;
  border: 1px solid #d8dee4;
  border-radius: 4px;
  color: #cf222e;
  font-family: Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
  font-size: 0.86em;
  padding: 0.14em 0.32em;
}

.gh-content .ifx-text-cta {
  font-family: var(--font-sans);
  font-size: 1.48rem;
  font-weight: 650;
  margin-top: -0.6em;
  text-align: center;
}

.gh-content .ifx-text-cta a {
  color: #385fb8;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.gh-content .ifx-source-quote {
  background: #f6f8fa;
  border-left: 3px solid #8c959f;
  border-radius: 0 8px 8px 0;
  color: #57606a;
  font-family: var(--font-sans);
  font-size: 1.72rem;
  font-style: normal;
  line-height: 1.58;
  margin-bottom: calc(1.6em * var(--content-spacing-multiplier, 1));
  margin-top: calc(1.6em * var(--content-spacing-multiplier, 1));
  padding: 16px 18px;
}

.gh-content .ifx-source-quote p,
.gh-content .ifx-note-quote p {
  margin: 0;
}

.gh-content .ifx-source-quote::before {
  color: #8c959f;
  content: "Candidate quote";
  display: block;
  font-family: var(--font-sans);
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.gh-content .ifx-note-quote {
  background: #fff8e6;
  border-left: 3px solid #d29922;
  border-radius: 0 8px 8px 0;
  color: #5f4520;
  font-family: var(--font-sans);
  font-size: 1.62rem;
  font-style: normal;
  line-height: 1.55;
  padding: 15px 18px;
}

.gh-content .ifx-citation {
  font-size: 0.68em;
  line-height: 0;
  margin-left: 0.08em;
  scroll-margin-top: 132px;
  vertical-align: super;
}

.gh-content .ifx-citation a {
  background: transparent;
  border: 0;
  color: #385fb8;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
}

.gh-content .ifx-citation a:hover {
  color: #244c9a;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  opacity: 1;
}

.gh-content #references {
  border-top: 0;
  font-size: 1.25em;
  margin-top: calc(2.4em * var(--content-spacing-multiplier, 1));
  padding-top: 0;
  scroll-margin-top: 132px;
}

.gh-content .ifx-hidden-reference-divider {
  display: none;
}

.gh-content .ifx-references,
.gh-content #references + ol {
  counter-reset: ifx-reference;
  list-style: none;
  padding: 0;
}

.gh-content .ifx-references li,
.gh-content #references + ol li {
  color: #57606a;
  counter-increment: ifx-reference;
  display: block;
  font-size: 1.42rem;
  line-height: 1.58;
  margin-top: 1rem;
  padding-left: 3.6rem;
  position: relative;
  scroll-margin-top: 132px;
}

.gh-content h2[id$="references"] + ol {
  counter-reset: ifx-reference;
  list-style: none;
  padding: 0;
}

.gh-content h2[id$="references"] + ol li {
  color: #57606a;
  counter-increment: ifx-reference;
  display: block;
  font-size: 1.42rem;
  line-height: 1.58;
  margin-top: 1rem;
  padding-left: 3.6rem;
  position: relative;
  scroll-margin-top: 132px;
}

.gh-content h2[id$="references"] + ol li:first-child {
  margin-top: 0;
}

.gh-content h2[id$="references"] + ol li::before {
  color: #24292f;
  content: "[" counter(ifx-reference) "]";
  font-size: 1.34rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  left: 0;
  position: absolute;
  top: 0;
}

.gh-content h2[id$="references"] + ol a {
  color: #385fb8;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.gh-content .ifx-references li:first-child,
.gh-content #references + ol li:first-child {
  margin-top: 0;
}

.gh-content .ifx-references li::before,
.gh-content #references + ol li::before {
  color: #24292f;
  content: "[" counter(ifx-reference) "]";
  font-size: 1.34rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  left: 0;
  position: absolute;
  top: 0;
}

.gh-content .ifx-references a,
.gh-content #references + ol a {
  color: #385fb8;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.gh-content .ifx-reference-backlink {
  color: #8c959f;
  font-size: 1.18rem;
  margin-left: 0.35em;
  text-decoration: none;
  vertical-align: 0.08em;
}

.gh-content .ifx-reference-backlink:hover {
  color: #385fb8;
  opacity: 1;
}

.gh-content .ifx-content-cta {
  background:
    linear-gradient(135deg, rgba(78, 121, 214, 0.06), rgba(255, 255, 255, 0) 60%),
    #f6f8fa;
  border: 1px solid #d8dee4;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(36, 41, 47, 0.08);
  display: grid;
  gap: 16px;
  justify-items: center;
  margin-bottom: calc(2em * var(--content-spacing-multiplier, 1));
  margin-top: calc(2em * var(--content-spacing-multiplier, 1));
  overflow: hidden;
  padding: 30px 32px;
  text-align: center;
}

.gh-content .ifx-content-cta__eyebrow {
  color: #57606a;
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.gh-content .ifx-content-cta__brand {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}

.gh-content .ifx-content-cta__logo {
  border-radius: 6px;
  height: 22px;
  width: 22px;
}

.gh-content .ifx-content-cta__title {
  color: #1f2328;
  font-size: clamp(2.15rem, 2.25vw, 2.7rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
  max-width: 900px;
}

.gh-content .ifx-content-cta__description {
  color: #57606a;
  font-family: var(--font-sans);
  font-size: 1.65rem;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.gh-content .ifx-content-cta__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: center;
}

.gh-content .ifx-content-cta__button {
  align-items: center;
  background: #1f2328;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 1.45rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gh-content .ifx-content-cta__button:hover {
  background: #4e79d6;
  opacity: 1;
  transform: translateY(-1px);
}

.gh-content .ifx-content-cta__note {
  color: #6e7781;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.gh-content table:not(.gist table) {
  background: none;
  border-collapse: collapse;
  display: table;
  font-family: var(--font-sans);
  font-size: 1.5rem;
  max-width: 100%;
  overflow: visible;
  table-layout: fixed;
  white-space: normal;
  width: 100%;
}

.gh-content table:not(.gist table) td:first-child,
.gh-content table:not(.gist table) td:last-child {
  background-image: none;
}

.gh-content table:not(.gist table) th,
.gh-content table:not(.gist table) td {
  border: 1px solid #d8dee4;
  line-height: 1.45;
  overflow-wrap: anywhere;
  padding: 10px 12px;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
}

.gh-content table:not(.gist table) th {
  background: #f6f8fa;
  color: #24292f;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gh-content table:not(.gist table) td {
  color: #24292f;
}

.gh-content table.ifx-table--key-value tbody tr:first-child td {
  border-top: 1px solid #d8dee4;
}

.gh-content table.ifx-table--key-value td:first-child {
  background: #f6f8fa;
  color: #1f2328;
  font-weight: 650;
  width: 34%;
}

.gh-content table.ifx-table--key-value td:last-child {
  width: 66%;
}

.gh-content table.ifx-table--key-value td strong {
  color: inherit;
  font-weight: 650;
}

@media (max-width: 640px) {
  .gh-content .ifx-content-cta {
    padding: 24px 20px;
  }

  .gh-content .ifx-content-cta__title {
    font-size: 2.2rem;
  }

  .gh-content .ifx-content-cta__description {
    font-size: 1.5rem;
  }

  .gh-content .ifx-content-cta__button {
    width: 100%;
  }

  .gh-content pre {
    border-radius: 6px;
    font-size: 13px;
    padding: 14px 16px;
  }

  .gh-content table:not(.gist table) {
    font-size: 1.35rem;
  }

  .gh-content table:not(.gist table) th,
  .gh-content table:not(.gist table) td {
    padding: 8px;
  }

  .gh-content table.ifx-table--key-value td:first-child,
  .gh-content table.ifx-table--key-value td:last-child {
    width: auto;
  }
}

@media (max-width: 1080px) {
  .ifx-post-layout {
    column-gap: 32px;
    grid-template-columns: minmax(160px, 190px) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .gh-main {
    padding-top: 4.8rem;
    padding-bottom: 5.6rem;
  }

  .gh-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ifx-post-body .gh-article-title {
    font-size: clamp(3rem, 6.2vw, 3.55rem);
    line-height: 1.2;
    max-width: 100%;
  }

  .ifx-post-layout {
    display: block;
    max-width: 100%;
  }

  .ifx-post-toc {
    background: #fff;
    border: 1px solid #d8dee4;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 18px 48px rgba(31, 35, 40, 0.18);
    left: 0;
    margin: 0;
    max-height: min(70vh, 540px);
    max-width: min(78vw, 340px);
    overflow-y: auto;
    padding: 18px 16px;
    pointer-events: auto;
    position: fixed;
    top: 112px;
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    width: min(78vw, 340px);
    z-index: 120;
  }

  .ifx-post-toc.is-open {
    transform: translateX(0);
  }

  .ifx-post-toc__toggle {
    align-items: center;
    background: rgba(246, 248, 250, 0.96);
    border: 1px solid #d8dee4;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 10px 28px rgba(31, 35, 40, 0.12);
    color: #57606a;
    display: inline-flex;
    font-family: var(--font-sans);
    font-size: 1.22rem;
    font-weight: 750;
    height: 38px;
    justify-content: center;
    left: 0;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0;
    position: fixed;
    text-transform: uppercase;
    top: 112px;
    transition: transform 0.22s ease;
    width: 34px;
    z-index: 130;
  }

  .ifx-post-toc__toggle span:not(.ifx-post-toc__toggle-icon) {
    display: none;
  }

  .ifx-post-toc__toggle:hover {
    background: #fff;
    color: #385fb8;
  }

  .ifx-mobile-toc-open .ifx-post-toc__toggle {
    transform: translateX(min(78vw, 340px));
  }

  .ifx-post-toc__toggle-icon,
  .ifx-post-toc__toggle-icon::before,
  .ifx-post-toc__toggle-icon::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    width: 12px;
  }

  .ifx-post-toc__toggle-icon {
    position: relative;
  }

  .ifx-post-toc__toggle-icon::before,
  .ifx-post-toc__toggle-icon::after {
    left: 0;
    position: absolute;
  }

  .ifx-post-toc__toggle-icon::before {
    top: -5px;
  }

  .ifx-post-toc__toggle-icon::after {
    top: 5px;
  }

  .ifx-post-toc__backdrop {
    background: rgba(15, 23, 42, 0.24);
    border: 0;
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.2s ease;
    z-index: 110;
  }

  .ifx-mobile-toc-open .ifx-post-toc__backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .ifx-post-toc__nav {
    display: grid;
    gap: 10px;
  }

  .ifx-post-toc__link {
    padding-left: 10px;
  }

  .ifx-post-body .gh-content,
  .ifx-post-body .gh-comments,
  .ifx-post-body .gh-article-footer {
    max-width: 100%;
  }

  .ifx-post-body .gh-content {
    font-size: 1.72rem;
    line-height: 1.78;
    margin-top: 3.2rem;
  }

  .ifx-post-body .gh-content > * + * {
    margin-top: calc(1.42em * var(--content-spacing-multiplier, 1));
  }

  .ifx-post-body .gh-content > [id]:not(:first-child) {
    margin-top: calc(1.5em * var(--content-spacing-multiplier, 1));
  }

  .ifx-post-body .gh-content > [id] + * {
    margin-top: calc(0.72em * var(--content-spacing-multiplier, 1));
  }

  .ifx-post-body .gh-content h2 {
    font-size: 2.52rem;
    line-height: 1.26;
    max-width: 100%;
  }

  .ifx-post-body .gh-content h3 {
    font-size: 2.08rem;
    line-height: 1.3;
    max-width: 100%;
  }

  .ifx-article-byline {
    font-size: 1.36rem;
    gap: 8px;
    margin-top: 1.6rem;
  }
}

@media (max-width: 640px) {
  .gh-outer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ifx-post-body .gh-article-title {
    font-size: clamp(2.9rem, 7.4vw, 3.28rem);
    line-height: 1.22;
    max-width: 100%;
  }

  .ifx-post-body .gh-content {
    font-size: 1.68rem;
    line-height: 1.78;
  }

  .ifx-post-body .gh-content h2 {
    font-size: 2.36rem;
    line-height: 1.28;
    max-width: 100%;
  }

  .ifx-post-body .gh-content h3 {
    font-size: 1.96rem;
    line-height: 1.32;
    max-width: 100%;
  }
}

.figma-nav {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.97);
  display: flex;
  height: 72px;
  justify-content: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 90;
}

.figma-nav__content {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: space-between;
  position: relative;
  width: 1040px;
}

.figma-logo {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 45px;
  width: 190px;
}

.figma-logo__mark {
  display: block;
  flex: 0 0 auto;
  height: 32px;
  width: 32px;
}

.figma-logo__wordmark {
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1;
}

.figma-nav__links {
  align-items: center;
  display: flex;
  gap: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.figma-nav__links a {
  align-items: center;
  border-radius: 8px;
  color: #364153;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  height: 29px;
  justify-content: center;
  letter-spacing: -0.15px;
  line-height: 21px;
  padding: 4px 12px;
  white-space: nowrap;
}

.figma-nav__actions {
  align-items: center;
  display: flex;
  gap: 6px;
}

.figma-button,
.ifx-primary-button,
.ifx-secondary-button,
.landing-footer__cta {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  height: 37px;
  justify-content: center;
  letter-spacing: -0.15px;
  line-height: 21px;
  padding: 8px 16px;
  white-space: nowrap;
}

.figma-button--nav-primary,
.ifx-primary-button,
.landing-footer__cta {
  background: #4e79d6;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px 2px rgba(78, 121, 214, 0.18);
  color: #ffffff;
}

.figma-button--nav-primary:hover,
.ifx-primary-button:hover,
.landing-footer__cta:hover {
  background: rgba(78, 121, 214, 0.9);
  color: #ffffff;
  opacity: 1;
}

.landing-footer__cta {
  align-self: flex-start;
  height: 36px;
  padding-left: 14px;
  padding-right: 14px;
  width: auto;
}

.ifx-secondary-button {
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  color: #101828;
}

.landing-footer {
  background: #030712;
  margin-top: 80px;
  padding: 80px 60px 28px;
}

.landing-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.landing-footer__main,
.landing-footer__divider,
.landing-footer__bottom {
  width: 1040px;
}

.landing-footer__main {
  display: flex;
  gap: 60px;
}

.landing-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  width: 220px;
}

.landing-footer__brand-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-footer__brand-lockup {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.landing-footer__brand-mark {
  border-radius: 8px;
  display: block;
  height: 22px;
  object-fit: cover;
  width: 22px;
}

.landing-footer__brand-wordmark {
  color: #f9fafb;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 22px;
}

.landing-footer__brand p {
  color: #d1d5dc;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.landing-footer__columns {
  display: flex;
  gap: 40px;
  width: 760px;
}

.landing-footer__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 226.66px;
}

.landing-footer__column h3,
.landing-footer__column-title {
  color: #f3f4f6;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  margin: 0;
}

.landing-footer__column a {
  color: #98a1ae;
  font-size: 15px;
  letter-spacing: -0.15px;
  line-height: 21px;
}

.landing-footer__divider {
  background: #4a5565;
  height: 1px;
}

.landing-footer__copyright {
  color: #98a1ae;
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 18.2px;
  text-align: center;
}

@media (max-width: 1200px) {
  .figma-nav__content,
  .landing-footer__main,
  .landing-footer__divider,
  .landing-footer__bottom {
    width: min(1040px, calc(100vw - 48px));
  }
}

@media (max-width: 860px) {
  .figma-nav__links {
    display: none;
  }

  .landing-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-footer__main,
  .landing-footer__columns,
  .landing-footer__bottom {
    flex-direction: column;
  }

  .landing-footer__columns,
  .landing-footer__column {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .figma-nav {
    height: 64px;
  }

  .figma-nav__content {
    height: 40px;
    width: calc(100vw - 32px);
  }

  .figma-logo {
    height: 40px;
    width: 144px;
  }

  .figma-logo__mark {
    height: 24px;
    width: 24px;
  }

  .figma-logo__wordmark {
    font-size: 18px;
    letter-spacing: -0.3px;
  }

  .figma-button--nav-primary {
    font-size: 14px;
    height: 36px;
    min-width: 100px;
    padding: 0 14px;
  }

  .landing-footer {
    padding: 56px 20px 24px;
  }

  .landing-footer__main {
    gap: 34px;
  }

  .landing-footer__brand {
    width: 100%;
  }

  .landing-footer__columns {
    gap: 28px;
  }
}

/* Interview questions index */
.ifx-index-hero {
  border-bottom: 1px solid #e5e7eb;
  margin: 16px 0 56px;
  max-width: 860px;
  padding-bottom: 40px;
}

.ifx-index-hero__title {
  color: #111827;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0;
}

.ifx-index-hero__subtitle {
  color: #111827;
  font-size: clamp(22px, 2.7vw, 34px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 22px 0 0;
  max-width: 720px;
}

.ifx-index-hero__description {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.62;
  margin: 18px 0 0;
  max-width: 720px;
}

.ifx-latest-guide {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 72px;
  padding-bottom: 72px;
}

.ifx-latest-guide .gh-card-link {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.ifx-latest-guide .gh-article-title {
  font-size: clamp(40px, 5.2vw, 72px);
  letter-spacing: -0.05em;
  line-height: 0.96;
  max-width: 820px;
}

.ifx-latest-guide .gh-article-excerpt {
  color: #4b5563;
  font-size: 19px;
  line-height: 1.58;
  max-width: 680px;
}

.ifx-latest-guide__media {
  aspect-ratio: 1.35;
  background: #f3f4f6;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.ifx-latest-guide__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ifx-latest-guide__tag {
  color: #4e79d6;
}

.ifx-empty-feed {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.home-template .gh-loadmore {
  display: none;
}

.home-template .gh-section-title {
  color: #111827;
}

.home-template .gh-about-title {
  font-size: 19px;
}

.home-template .gh-about-description {
  color: #4b5563;
}

@media (max-width: 991px) {
  .ifx-index-hero {
    margin-top: 0;
  }

  .ifx-latest-guide .gh-card-link {
    grid-template-columns: 1fr;
  }

  .ifx-latest-guide__media {
    order: -1;
  }
}

@media (max-width: 640px) {
  .ifx-index-hero {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .ifx-index-hero__title {
    font-size: 46px;
    letter-spacing: -0.035em;
  }

  .ifx-index-hero__subtitle {
    font-size: 23px;
  }

  .ifx-index-hero__description,
  .ifx-latest-guide .gh-article-excerpt {
    font-size: 16px;
  }

  .ifx-latest-guide {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }

  .ifx-latest-guide .gh-card-link {
    gap: 28px;
  }

  .ifx-latest-guide .gh-article-title {
    font-size: 38px;
  }
}
