@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap");

@font-face {
  font-family: "NTSomic";
  src: url("/soft/assets/nt-somic-main-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "NTSomic";
  src: url("/soft/assets/nt-somic-main-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "NTSomic";
  src: url("/soft/assets/nt-somic-main-semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "NTSomic";
  src: url("/soft/assets/nt-somic-main-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --losla-orange: #e16b36;
  --losla-black: #0a0a0a;
  --losla-ink: #181818;
  --losla-paper: #f3f1ed;
  --losla-line: rgba(255, 255, 255, 0.18);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.threads-case {
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  background: var(--losla-black);
  font-family: "NTSomic", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.threads-case a {
  color: inherit;
}

.threads-case img {
  max-width: 100%;
}

.tc-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.tc-container {
  width: 100%;
  max-width: 1280px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 auto;
}

.tc-header {
  position: fixed;
  z-index: 30000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  pointer-events: none;
  transition: top 280ms ease, padding 280ms ease, transform 320ms ease;
}

.tc-header > .tc-container,
.tc-header__inner {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.tc-header__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 1px solid transparent;
  transition: min-height 280ms ease, padding 280ms ease, background-color 280ms ease, border-color 280ms ease, border-radius 280ms ease, box-shadow 280ms ease;
}

.tc-header.is-glass {
  top: 8px;
  padding: 0;
}

.tc-header.is-glass > .tc-container {
  max-width: min(1180px, calc(100% - 32px));
  padding-right: 0;
  padding-left: 0;
}

.tc-header.is-glass .tc-header__inner {
  padding: 8px 12px;
  background:
    linear-gradient(135deg, rgba(16, 39, 63, 0.48), rgba(8, 18, 31, 0.34)),
    radial-gradient(circle at 18% 12%, rgba(225, 107, 54, 0.16), transparent 42%),
    rgba(7, 20, 34, 0.38);
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(64px) saturate(1.7) brightness(1.06);
  -webkit-backdrop-filter: blur(64px) saturate(1.7) brightness(1.06);
}

.tc-header.is-top .tc-header__inner {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.tc-logo {
  display: inline-flex;
  width: 180px;
  flex-shrink: 0;
}

.tc-logo img {
  display: block;
  width: 100%;
}

.tc-nav,
.tc-actions {
  display: flex;
  align-items: center;
}

.tc-nav {
  position: absolute;
  left: 50%;
  justify-content: center;
  gap: 50px;
  transform: translateX(-50%);
}

.tc-nav__close,
.tc-nav__mobile-language,
.tc-nav__mobile-contact,
.tc-burger {
  display: none;
}

.tc-nav > a,
.tc-language,
.tc-contact {
  font-family: "NTSomic", sans-serif;
  text-decoration: none;
}

.tc-nav > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tc-nav > a,
.tc-language a {
  transition: color 180ms ease;
}

.tc-nav > a:hover,
.tc-language a:hover {
  color: var(--losla-orange);
}

.tc-nav > .tc-nav__flow {
  margin-left: 10px;
  min-height: 40px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--losla-orange);
  border-radius: 999px;
}

.tc-actions {
  gap: 20px;
}

.tc-language {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 600;
}

.tc-language .is-current {
  color: var(--losla-orange);
  font-weight: 700;
}

.tc-language a {
  color: #fff;
  text-decoration: none;
}

.tc-contact,
.tc-button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tc-contact {
  min-height: 47px;
  padding: 12px 22px;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tc-contact:hover,
.tc-button:hover {
  transform: translateY(-2px);
}

.tc-hero {
  position: relative;
  min-height: 100svh;
  padding: 180px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 42%, rgba(225, 107, 54, 0.28), transparent 34%),
    linear-gradient(155deg, #202020 0%, #0a0a0a 52%, #15100e 100%);
}

.tc-hero::before {
  content: "";
  position: absolute;
  top: 19%;
  right: -8%;
  width: 44vw;
  min-width: 480px;
  aspect-ratio: 1;
  border: 1px solid rgba(225, 107, 54, 0.24);
  border-radius: 50%;
}

.tc-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  align-items: end;
  gap: clamp(36px, 7vw, 120px);
}

.tc-hero__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.tc-hero__copy {
  align-self: end;
}

.tc-title {
  max-width: 970px;
  margin: 0;
  font-family: "Unbounded", Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.tc-title span {
  color: var(--losla-orange);
}

@media (min-width: 901px) {
  .tc-title { font-size: 72px; }
}

.tc-lead {
  max-width: 640px;
  margin: 0;
  color: #f4f3ee;
  font-size: 22px;
  line-height: 1.32;
}

.tc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tc-button {
  min-height: 56px;
  padding: 0 26px;
  gap: 10px;
  border-color: var(--losla-orange);
  color: #fff;
  background: var(--losla-orange);
  font-family: "NTSomic", Arial, sans-serif;
  font-weight: 700;
}

.tc-button__icon {
  font-size: 24px;
  line-height: 1;
}

.tc-button__apple {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.tc-button__os-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  color: currentColor;
}

.tc-button--ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
}

.threads-case .tc-button--dark {
  color: #fff;
  background: #171717;
  border-color: #171717;
}

.tc-cover {
  position: relative;
  z-index: 2;
  margin: 76px auto 0;
  padding: 0;
  aspect-ratio: 3028 / 1667;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
}

.tc-cover img {
  position: absolute;
  top: -4.56%;
  left: -3.63%;
  display: block;
  width: 106.74%;
  max-width: none;
  border: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.tc-intro {
  padding: clamp(90px, 11vw, 168px) 0 clamp(54px, 6vw, 84px);
  color: var(--losla-ink);
  background: #fff;
}

.tc-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 4vw, 56px);
}

.tc-section-title {
  margin: 0;
  font-family: "Unbounded", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.tc-section-title__accent {
  color: var(--losla-orange);
}

.tc-intro__copy {
  max-width: 780px;
  font-size: 22px;
  line-height: 1.4;
}

.tc-intro__copy p {
  margin: 0 0 30px;
}

.tc-intro__copy p:last-child {
  margin-bottom: 0;
}

.tc-stats__grid {
  width: 100%;
  margin-top: clamp(14px, 2vw, 28px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.tc-stat {
  min-width: 0;
  min-height: 138px;
  padding: clamp(24px, 2.5vw, 32px) clamp(18px, 2.4vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  border-right: 1px solid #bcbcbc;
  background: transparent;
}

.tc-stat:last-child {
  border-right: 0;
}

.tc-stat strong {
  color: var(--losla-ink);
  font-family: "Unbounded", Arial, sans-serif;
  font-size: clamp(24px, 2.25vw, 34px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.tc-stat:nth-child(3) strong {
  color: var(--losla-orange);
}

.tc-stat span {
  color: #5d5d5d;
  font-family: "NTSomic", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.tc-work {
  padding: clamp(88px, 10vw, 156px) 0;
  background: var(--losla-paper);
  color: var(--losla-ink);
}

.tc-work__heading {
  max-width: 1040px;
  margin-bottom: clamp(58px, 8vw, 110px);
}

.tc-work__heading p {
  max-width: 820px;
  margin: 28px 0 0;
  font-size: 22px;
  line-height: 1.4;
}

.tc-screen {
  margin: 0 0 clamp(72px, 9vw, 132px);
  padding: 0;
}

.tc-screen:last-child {
  margin-bottom: 0;
}

.tc-screen__meta {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  grid-template-areas:
    "number title"
    ". copy";
  gap: 24px;
  align-items: baseline;
}

.tc-screen__number {
  grid-area: number;
  color: var(--losla-orange);
  font-family: "Unbounded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.tc-screen h3 {
  grid-area: title;
  margin: 0;
  font-family: "Unbounded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.tc-screen__meta p {
  grid-area: copy;
  max-width: 620px;
  margin: 0;
  color: #0a0a0a;
  font-size: 18px;
  line-height: 1.4;
}

.tc-screen__frame {
  width: min(64%, 600px);
  margin-inline: auto;
  padding: clamp(12px, 2vw, 24px);
  overflow: hidden;
  border-radius: 26px;
  background: #1b1b1b;
  border: 1px solid #000;
}

.tc-screen:nth-child(even) .tc-screen__frame {
  background: #1b1b1b;
}

.tc-screen__frame img {
  display: block;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #000;
  box-shadow: 0 20px 60px rgba(17, 17, 17, 0.22);
}

.tc-capabilities {
  padding: clamp(92px, 11vw, 160px) 0;
  background: #0a0a0a;
  color: #fff;
}

.tc-capabilities__grid {
  margin-top: clamp(56px, 7vw, 92px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.tc-capability {
  min-height: 210px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #111;
}

.tc-capability:nth-child(odd) {
  padding-right: 30px;
}

.tc-capability:nth-child(even) {
  padding-left: 30px;
}

.tc-capability h3 {
  margin: 0 0 12px;
  font-family: "Unbounded", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.tc-capability p {
  max-width: 510px;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.tc-download {
  padding: clamp(92px, 11vw, 160px) 0;
  color: var(--losla-ink);
  background: #fff;
}

.tc-download__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.6fr);
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(56px, 8vw, 100px);
}

.tc-download__head p {
  margin: 0;
  color: #0a0a0a;
  font-size: 18px;
  line-height: 1.45;
}

.tc-download__list {
  border-top: 1px solid #bcbcbc;
}

.tc-download__row {
  min-height: 142px;
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid #bcbcbc;
}

.tc-download__row strong {
  font-family: "Unbounded", Arial, sans-serif;
  font-size: 32px;
  letter-spacing: -0.04em;
}

.tc-download__row span {
  color: #666;
  font-size: 18px;
}

@media (min-width: 981px) {
  .tc-download__row {
    grid-template-columns: 220px minmax(0, 1fr) auto;
  }
}

.tc-footer {
  position: relative;
  overflow: hidden;
  padding: 60px 0 20px;
  color: rgba(255, 255, 255, 0.6);
  background:
    radial-gradient(circle at 82% 18%, rgba(225, 107, 54, 0.28), transparent 34%),
    radial-gradient(circle at 28% 82%, rgba(120, 31, 22, 0.22), transparent 42%),
    linear-gradient(135deg, #080808 0%, #130b0b 54%, #32140d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 38%, rgba(225, 107, 54, 0.08));
}

.tc-footer > .tc-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

.tc-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
}

.tc-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tc-footer .tc-footer__heading {
  margin: 0;
  color: #fff;
  font-family: "NTSomic", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.tc-footer .tc-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tc-footer li {
  margin: 0;
  font-size: 14px;
  line-height: 1.18;
}

.tc-footer a {
  text-decoration: none;
}

.tc-footer a:hover {
  color: var(--losla-orange);
}

.tc-footer__logo {
  width: 220px;
  margin: 0;
}

.tc-footer__disclaimer {
  max-width: 420px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  line-height: 1.4;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .tc-logo {
    width: 160px;
  }

  .tc-header.is-glass {
    top: 6px;
  }

  .tc-header.is-glass > .tc-container {
    max-width: min(980px, calc(100% - 24px));
  }

  .tc-header.is-glass .tc-header__inner {
    min-height: 58px;
    padding: 7px 10px;
    border-radius: 16px;
  }
}

@media (max-width: 900px) {
  .tc-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tc-header__inner {
    min-height: 58px;
  }

  .tc-nav {
    position: fixed;
    inset: 0;
    z-index: 30002;
    width: 100vw;
    height: 100dvh;
    padding: 92px 28px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(18px, 4vh, 36px);
    background:
      linear-gradient(180deg, rgba(8, 17, 30, 0.88), rgba(6, 11, 19, 0.82)),
      radial-gradient(circle at 36% 44%, rgba(225, 107, 54, 0.24), transparent 38%),
      rgba(7, 17, 30, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 30px 90px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(42px) saturate(1.32);
    -webkit-backdrop-filter: blur(42px) saturate(1.32);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .tc-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .tc-nav > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  .tc-nav > .tc-nav__flow {
    margin-left: 0;
  }

  .tc-nav__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    display: block;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .tc-nav__close span {
    position: absolute;
    top: 21px;
    left: 10px;
    width: 24px;
    height: 2px;
    background: currentColor;
  }

  .tc-nav__close span:first-child { transform: rotate(45deg); }
  .tc-nav__close span:last-child { transform: rotate(-45deg); }

  .tc-nav__mobile-language {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    font-weight: 600;
  }

  .tc-nav__mobile-language .is-current { color: var(--losla-orange); }

  .tc-nav .tc-nav__mobile-contact {
    width: min(100%, 420px);
    min-height: 58px;
    padding: 14px 20px;
    border-radius: 999px;
    color: #fff;
    background: #f04f32;
    font-size: 14px;
    font-weight: 700;
  }

  .tc-burger {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .tc-burger span {
    width: 24px;
    height: 2px;
    display: block;
    background: currentColor;
  }

  .tc-language,
  .tc-contact {
    display: none;
  }

  .tc-actions {
    justify-content: end;
  }

  .tc-hero__content,
  .tc-intro__grid,
  .tc-download__head {
    grid-template-columns: 1fr;
  }

  .tc-hero__content {
    align-items: start;
  }

  .tc-hero__copy {
    max-width: 670px;
    align-self: start;
  }

  .tc-stat strong {
    font-size: 20px;
  }

  .tc-screen__meta {
    grid-template-columns: 64px 1fr;
  }

  .tc-screen__frame { width: min(84%, 600px); }

  .tc-download__head {
    gap: 24px;
  }

}

@media (max-width: 680px) {
  html.tc-menu-lock { overflow: hidden; }

  .tc-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .tc-header__inner {
    min-height: 56px;
    gap: 14px;
    padding: 7px 9px;
    background:
      linear-gradient(135deg, rgba(16, 39, 63, 0.74), rgba(8, 18, 31, 0.58)),
      radial-gradient(circle at 18% 12%, rgba(225, 107, 54, 0.24), transparent 44%),
      rgba(7, 20, 34, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(20px) saturate(1.22);
    -webkit-backdrop-filter: blur(20px) saturate(1.22);
  }

  .tc-header,
  .tc-header.is-glass {
    top: max(8px, env(safe-area-inset-top));
    padding: 0;
  }

  .tc-header > .tc-container,
  .tc-header.is-glass > .tc-container {
    max-width: calc(100% - 16px);
    padding-right: 0;
    padding-left: 0;
  }

  .tc-header.is-top .tc-header__inner {
    background:
      linear-gradient(135deg, rgba(16, 39, 63, 0.74), rgba(8, 18, 31, 0.58)),
      radial-gradient(circle at 18% 12%, rgba(225, 107, 54, 0.24), transparent 44%),
      rgba(7, 20, 34, 0.72);
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(20px) saturate(1.22);
    -webkit-backdrop-filter: blur(20px) saturate(1.22);
  }

  .tc-header.is-menu-open .tc-header__inner {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .tc-logo {
    width: 156px;
  }

  .tc-hero {
    min-height: auto;
    padding: 108px 0 0;
  }

  .tc-title {
    font-size: 34px;
    line-height: 1.08;
  }

  .tc-lead {
    font-size: 17px;
  }

  .tc-button {
    width: 100%;
  }

  .tc-cover {
    width: calc(100% - 14px);
    margin-top: 50px;
    padding: 0;
    border-radius: 10px;
  }

  .tc-screen__frame img {
    border-radius: 9px;
  }

  .tc-intro__grid {
    gap: 40px;
  }

  .tc-intro__copy {
    font-size: 18px;
  }

  .tc-section-title {
    font-size: 32px;
    line-height: 1.1;
  }

  .tc-stats__grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .tc-stat {
    min-height: 116px;
    padding: 22px 14px;
    border-right: 0;
    border-bottom: 1px solid #bcbcbc;
    gap: 10px;
  }

  .tc-stat:last-child {
    border-bottom: 0;
  }

  .tc-stat strong {
    font-size: 24px;
  }

  .tc-stat span {
    font-size: 14px;
  }

  .tc-work__heading p {
    margin-left: 0;
    font-size: 18px;
  }

  .tc-screen__meta {
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }

  .tc-screen__meta p {
    font-size: 16px;
  }

  .tc-screen__number {
    font-size: 27px;
  }

  .tc-screen h3 {
    font-size: 27px;
  }

  .tc-screen__frame {
    width: 100%;
    padding: 8px;
    border-radius: 14px;
  }

  .tc-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .tc-capability,
  .tc-capability:nth-child(odd),
  .tc-capability:nth-child(even) {
    min-height: 0;
    padding: 24px;
  }

  .tc-capability h3 {
    margin-top: 0;
    font-size: 26px;
  }

  .tc-download__row {
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tc-download__row .tc-button {
    margin-top: 8px;
  }

  .tc-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tc-footer__logo {
    width: 168px;
    max-width: 52vw;
  }

  .tc-footer > .tc-container {
    align-items: flex-start;
    gap: 34px;
  }

  .tc-footer__logo { align-self: center; }
}
