.tl-home-figma-desktop {
  display: none;
}

@media ((min-width: 1024px) and (hover: hover) and (pointer: fine)), (min-width: 1367px) {
  body.tl-home-entry-v5 {
    --tl-home-figma-navy: #1B3468;
    --tl-home-figma-navy-deep: #0F2347;
    --tl-home-figma-cyan: #00BCD4;
    --tl-home-figma-gold: #F5C518;
    --tl-home-figma-ink: #0f172a;
    --tl-home-figma-muted: #64748b;
    --tl-home-figma-surface: #f7f9fc;
    background: #f4f7fb;
  }

  body.tl-home-entry-v5 > .tl-site-ribbon--home {
    position: relative;
    background:
      linear-gradient(90deg, rgba(15, 35, 71, 0.98) 0%, rgba(27, 52, 104, 0.98) 58%, rgba(18, 88, 128, 0.98) 100%) !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  }

  body.tl-home-entry-v5 > .tl-site-ribbon--home::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 12% 50%, rgba(245, 197, 24, 0.14), transparent 26%),
      linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 32%, rgba(255,255,255,0.08) 100%);
    pointer-events: none;
  }

  body.tl-home-entry-v5 > .tl-site-ribbon--home .h-10 {
    height: 3.1rem;
  }

  body.tl-home-entry-v5 > .tl-site-ribbon--home .text-xs {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home {
    position: sticky;
    top: 0;
    background:
      linear-gradient(90deg, rgba(15, 35, 71, 0.96) 0%, rgba(27, 52, 104, 0.96) 64%, rgba(0, 188, 212, 0.34) 100%) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 44px rgba(8, 15, 32, 0.22);
    overflow: clip;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 15% 0%, rgba(245, 197, 24, 0.18), transparent 22%),
      radial-gradient(circle at 100% 0%, rgba(0, 188, 212, 0.14), transparent 28%);
    pointer-events: none;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__inner {
    position: relative;
    gap: 18px;
    min-height: 96px;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__brand {
    gap: 14px;
    padding-inline: 4px;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__brand-mark {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 36px rgba(2, 6, 23, 0.24);
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__brand-copy {
    display: grid;
    gap: 6px;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__brand-title,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__brand-tagline,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__nav-link,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__account-meta strong,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__account-meta small {
    color: #ffffff !important;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__brand-title {
    font-size: 1.18rem;
    line-height: 1.1;
    font-weight: 950;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__brand-tagline {
    max-width: 30ch;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.74rem;
    line-height: 1.8;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__nav {
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__nav-link {
    min-height: 46px;
    padding: 0 18px !important;
    border-radius: 999px;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.88rem;
    font-weight: 900;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__nav-link:hover {
    background: rgba(255, 255, 255, 0.10) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__nav-link.is-active {
    background: var(--tl-home-figma-cyan) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(0, 188, 212, 0.26);
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__actions {
    gap: 10px;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__cta,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__register-chip,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__ghost-action,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__account-chip,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__messages-chip {
    min-height: 46px;
    border-radius: 18px;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__cta {
    background: var(--tl-home-figma-gold) !important;
    color: #0F2347 !important;
    border: 0;
    box-shadow: 0 14px 28px rgba(245, 197, 24, 0.26);
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__register-chip,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__ghost-action,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__account-chip,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__messages-chip {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    box-shadow: none;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__register-chip:hover,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__ghost-action:hover,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__account-chip:hover,
  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__messages-chip:hover {
    background: rgba(255, 255, 255, 0.13) !important;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__messages-chip.is-active {
    background: rgba(0, 188, 212, 0.18) !important;
    color: #ffffff !important;
    border-color: rgba(0, 188, 212, 0.24) !important;
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__account-avatar {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  }

  body.tl-home-entry-v5 #tlSiteHeader.tl-site-header--home .tl-site-header__account-meta small {
    color: rgba(255, 255, 255, 0.64) !important;
  }

  .tl-home-figma-desktop {

    display: block;
    padding: 24px 0 56px;
  }

  .tl-home-figma-shell {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
  }

  .tl-home-figma-shell + .tl-home-figma-shell {
    margin-top: 28px;
  }

  .tl-home-figma-shell--hero {
    padding-top: 8px;
  }

  .tl-home-figma-hero,
  .tl-home-figma-feature,
  .tl-home-figma-publish,
  .tl-home-figma-download {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.11);
  }

  .tl-home-figma-hero {
    padding: 42px;
    isolation: isolate;
    background: linear-gradient(135deg, rgba(27, 52, 104, 0.96) 0%, rgba(15, 35, 71, 0.96) 62%, rgba(0, 188, 212, 0.72) 100%);
  }

  .tl-home-figma-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--tl-home-figma-hero-image);
    background-size: cover;
    background-position: center;
    opacity: 0.18;
    z-index: -2;
  }

  .tl-home-figma-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at top left, rgba(245, 197, 24, 0.22), transparent 28%),
      radial-gradient(circle at bottom right, rgba(0, 188, 212, 0.22), transparent 30%);
    z-index: -1;
  }

  .tl-home-figma-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    gap: 32px;
    align-items: start;
  }

  .tl-home-figma-hero__copy {
    display: grid;
    align-content: start;
    gap: 18px;
    padding-top: 12px;
  }

  .tl-home-figma-hero__badge,
  .tl-home-figma-section-head__kicker {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.4;
    background: rgba(245, 197, 24, 0.16);
    border: 1px solid rgba(245, 197, 24, 0.28);
    color: #fff3c2;
  }

  .tl-home-figma-hero__title,
  .tl-home-figma-section-head__title {
    margin: 0;
    font-size: clamp(2.6rem, 4.2vw, 4.4rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.04em;
    color: #ffffff;
  }

  .tl-home-figma-hero__title em {
    display: block;
    font-style: normal;
    color: #9ef2fb;
  }

  .tl-home-figma-hero__text,
  .tl-home-figma-section-head__copy {
    margin: 0;
    font-size: 1rem;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.82);
    max-width: 62ch;
  }

  .tl-home-figma-hero__audiences,
  .tl-home-figma-publish__benefits,
  .tl-home-figma-download__pills,
  .tl-home-figma-coverage-note__chips,
  .tl-home-figma-feature__visual-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .tl-home-figma-hero__audience,
  .tl-home-figma-publish__benefits span,
  .tl-home-figma-download__pills span,
  .tl-home-figma-coverage-note__chip,
  .tl-home-figma-feature__visual-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.4;
  }

  .tl-home-figma-hero__audience {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
  }

  .tl-home-figma-hero__actions,
  .tl-home-figma-feature__actions,
  .tl-home-figma-publish__actions,
  .tl-home-figma-download__stores,
  .tl-home-figma-listings-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
  }

  .tl-home-figma-btn,
  .tl-home-figma-link,
  .tl-home-figma-hero__footer-link,
  .tl-home-figma-store,
  .tl-home-figma-stat,
  .tl-home-figma-category,
  .tl-home-figma-feature__item {
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  }

  .tl-home-figma-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 18px;
    font-size: 0.96rem;
    font-weight: 900;
    line-height: 1;
    border: 1px solid transparent;
  }

  .tl-home-figma-btn:hover,
  .tl-home-figma-link:hover,
  .tl-home-figma-hero__footer-link:hover,
  .tl-home-figma-store:hover,
  .tl-home-figma-stat:hover,
  .tl-home-figma-category:hover,
  .tl-home-figma-feature__item:hover {
    transform: translateY(-2px);
  }

  .tl-home-figma-btn--gold {
    background: linear-gradient(135deg, #F5C518, #E8B008);
    color: #0F2347;
    box-shadow: 0 12px 28px rgba(245, 197, 24, 0.24);
  }

  .tl-home-figma-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
  }

  .tl-home-figma-btn--soft {
    background: #e0f7fa;
    color: #00838F;
    box-shadow: none;
  }

  .tl-home-figma-btn--ghost-dark {
    background: rgba(15, 35, 71, 0.06);
    border-color: rgba(15, 35, 71, 0.09);
    color: var(--tl-home-figma-navy);
  }

  .tl-home-figma-link,
  .tl-home-figma-hero__footer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    font-size: 0.9rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.82);
  }

  .tl-home-figma-link svg,
  .tl-home-figma-hero__footer-link svg {
    width: 16px;
    height: 16px;
  }

  .tl-home-figma-hero__search {
    display: grid;
    gap: 16px;
  }

  .tl-home-figma-hero__tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .tl-home-figma-hero__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    text-align: center;
  }

  .tl-home-figma-hero__tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: currentColor;
  }

  .tl-home-figma-hero__tab-icon svg {
    width: 18px;
    height: 18px;
  }

  .tl-home-figma-hero__tab.is-real-estate { background: rgba(245, 197, 24, 0.18); }
  .tl-home-figma-hero__tab.is-offices { background: rgba(147, 166, 255, 0.16); }
  .tl-home-figma-hero__tab.is-contractors { background: rgba(141, 112, 255, 0.16); }
  .tl-home-figma-hero__tab.is-materials { background: rgba(71, 198, 129, 0.16); }

  .tl-home-figma-hero__footer {
    display: grid;
    gap: 12px;
  }

  .tl-home-figma-hero__map {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    padding: 14px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--tl-home-figma-navy);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
  }

  .tl-home-figma-hero__map-icon,
  .tl-home-figma-hero__map-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(15, 35, 71, 0.06);
    color: var(--tl-home-figma-navy);
  }

  .tl-home-figma-hero__map-icon svg,
  .tl-home-figma-hero__map-arrow svg {
    width: 20px;
    height: 20px;
  }

  .tl-home-figma-hero__map-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .tl-home-figma-hero__map-copy strong {
    color: var(--tl-home-figma-navy);
    font-size: 1.02rem;
    font-weight: 950;
  }

  .tl-home-figma-hero__map-copy small {
    color: var(--tl-home-figma-muted);
    font-size: 0.83rem;
    line-height: 1.6;
  }

  .tl-home-figma-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: -24px;
    position: relative;
    z-index: 2;
  }

  .tl-home-figma-stat {
    display: grid;
    gap: 8px;
    padding: 20px 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
  }

  .tl-home-figma-stat span {
    color: var(--tl-home-figma-muted);
    font-size: 0.87rem;
    font-weight: 800;
  }

  .tl-home-figma-stat strong {
    color: var(--tl-home-figma-ink);
    font-size: 1.85rem;
    line-height: 1;
    font-weight: 950;
  }

  .tl-home-figma-stat.is-gold { background: linear-gradient(180deg, #fff9e8, #ffffff); }
  .tl-home-figma-stat.is-blue { background: linear-gradient(180deg, #eef6ff, #ffffff); }
  .tl-home-figma-stat.is-violet { background: linear-gradient(180deg, #f5f1ff, #ffffff); }
  .tl-home-figma-stat.is-green { background: linear-gradient(180deg, #edf9f1, #ffffff); }
  .tl-home-figma-stat.is-indigo { background: linear-gradient(180deg, #eef2ff, #ffffff); }

  .tl-home-figma-section-head {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
  }

  .tl-home-figma-section-head--inline {
    margin-bottom: 0;
    flex: 1 1 560px;
  }

  .tl-home-figma-section-head--inline .tl-home-figma-section-head__title,
  .tl-home-figma-section-head--inline .tl-home-figma-section-head__copy,
  .tl-home-figma-section-head__title,
  .tl-home-figma-section-head__copy {
    color: var(--tl-home-figma-ink);
  }

  .tl-home-figma-section-head__title {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
  }

  .tl-home-figma-section-head__copy {
    color: #475569;
    font-size: 0.98rem;
    max-width: 75ch;
  }

  .tl-home-figma-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .tl-home-figma-category {
    display: grid;
    justify-items: start;
    gap: 8px;
    min-height: 214px;
    padding: 24px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  }

  .tl-home-figma-category__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: var(--tl-home-figma-navy);
  }

  .tl-home-figma-category__icon svg {
    width: 28px;
    height: 28px;
  }

  .tl-home-figma-category strong {
    color: var(--tl-home-figma-ink);
    font-size: 1.1rem;
    font-weight: 950;
    line-height: 1.25;
  }

  .tl-home-figma-category small,
  .tl-home-figma-category__metric-label {
    color: var(--tl-home-figma-muted);
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .tl-home-figma-category__metric {
    margin-top: auto;
    color: var(--tl-home-figma-navy);
    font-size: 2rem;
    line-height: 1;
    font-weight: 950;
  }

  .tl-home-figma-category.is-real-estate { background: linear-gradient(180deg, #fff9e6, #ffffff); }
  .tl-home-figma-category.is-real-estate .tl-home-figma-category__icon { background: #fff1bf; color: #a67300; }
  .tl-home-figma-category.is-offices { background: linear-gradient(180deg, #f4f0ff, #ffffff); }
  .tl-home-figma-category.is-offices .tl-home-figma-category__icon { background: #ebe2ff; color: #6d28d9; }
  .tl-home-figma-category.is-contractors { background: linear-gradient(180deg, #e8f8fb, #ffffff); }
  .tl-home-figma-category.is-contractors .tl-home-figma-category__icon { background: #d4f3f8; color: #0f9bb0; }
  .tl-home-figma-category.is-materials { background: linear-gradient(180deg, #ecfaf2, #ffffff); }
  .tl-home-figma-category.is-materials .tl-home-figma-category__icon { background: #d9f7e6; color: #157347; }

  .tl-home-figma-coverage-note {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px 20px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
  }

  .tl-home-figma-coverage-note__copy {
    display: grid;
    gap: 6px;
  }

  .tl-home-figma-coverage-note__copy strong {
    color: var(--tl-home-figma-ink);
    font-size: 1rem;
    font-weight: 950;
  }

  .tl-home-figma-coverage-note__copy span {
    color: var(--tl-home-figma-muted);
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .tl-home-figma-coverage-note__chip {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid rgba(148, 163, 184, 0.16);
  }

  .tl-home-figma-listings {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .tl-home-figma-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: 30px;
    padding: 34px;
    background: linear-gradient(135deg, #0F2347 0%, #163466 55%, #123f72 100%);
    isolation: isolate;
  }

  .tl-home-figma-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--tl-home-figma-feature-image);
    background-size: cover;
    background-position: center;
    opacity: 0.10;
    z-index: -2;
  }

  .tl-home-figma-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 35, 71, 0.34) 100%);
    z-index: -1;
  }

  .tl-home-figma-feature .tl-home-figma-section-head__title,
  .tl-home-figma-feature .tl-home-figma-section-head__copy,
  .tl-home-figma-download .tl-home-figma-section-head__title,
  .tl-home-figma-download .tl-home-figma-section-head__copy {
    color: #ffffff;
  }

  .tl-home-figma-feature .tl-home-figma-section-head__copy,
  .tl-home-figma-download .tl-home-figma-section-head__copy {
    color: rgba(255, 255, 255, 0.72);
  }

  .tl-home-figma-feature__content {
    display: grid;
    align-content: start;
    gap: 18px;
  }

  .tl-home-figma-feature__list {
    display: grid;
    gap: 12px;
  }

  .tl-home-figma-feature__item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #ffffff;
  }

  .tl-home-figma-feature__item-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    font-size: 0.86rem;
    font-weight: 950;
  }

  .tl-home-figma-feature__item-copy {
    display: grid;
    gap: 4px;
  }

  .tl-home-figma-feature__item-copy strong {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
  }

  .tl-home-figma-feature__item-copy small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.85rem;
    line-height: 1.7;
  }

  .tl-home-figma-feature__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.86);
  }

  .tl-home-figma-feature__item-icon svg {
    width: 22px;
    height: 22px;
  }

  .tl-home-figma-feature__visual {
    position: relative;
    min-height: 450px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
      linear-gradient(180deg, transparent 36%, rgba(15, 35, 71, 0.96) 100%),
      var(--tl-home-figma-feature-image) center / cover no-repeat;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
  }

  .tl-home-figma-feature__visual-badge,
  .tl-home-figma-feature__visual-rating {
    position: absolute;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 20px;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.26);
  }

  .tl-home-figma-feature__visual-badge {
    top: 18px;
    right: 18px;
    background: rgba(15, 35, 71, 0.82);
    border: 1px solid rgba(0, 188, 212, 0.24);
  }

  .tl-home-figma-feature__visual-rating {
    left: 18px;
    bottom: 110px;
    background: linear-gradient(135deg, #F5C518, #E5AF00);
    color: #0F2347;
  }

  .tl-home-figma-feature__visual-badge strong,
  .tl-home-figma-feature__visual-rating strong {
    font-size: 1.08rem;
    line-height: 1.1;
    font-weight: 950;
    color: inherit;
  }

  .tl-home-figma-feature__visual-badge span,
  .tl-home-figma-feature__visual-rating span {
    font-size: 0.82rem;
    line-height: 1.55;
    color: inherit;
    opacity: 0.84;
  }

  .tl-home-figma-feature__visual-bottom {
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 20px;
    display: grid;
    gap: 12px;
  }

  .tl-home-figma-feature__visual-label {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 900;
  }

  .tl-home-figma-feature__visual-chip {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
  }

  .tl-home-figma-publish {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 28px 32px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
  }

  .tl-home-figma-publish__content {
    display: grid;
    gap: 16px;
  }

  .tl-home-figma-publish__benefits span {
    background: #f1f5f9;
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #334155;
  }

  .tl-home-figma-publish__actions {
    justify-content: flex-end;
    min-width: 260px;
  }

  .tl-home-figma-download {
    display: grid;
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    padding: 36px;
    background: linear-gradient(135deg, #0F2347 0%, #163466 58%, #10385f 100%);
    isolation: isolate;
  }

  .tl-home-figma-download::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 10%, rgba(245, 197, 24, 0.14), transparent 30%),
      radial-gradient(circle at 80% 88%, rgba(0, 188, 212, 0.18), transparent 28%);
    z-index: -1;
  }

  .tl-home-figma-download__visual {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
  }

  .tl-home-figma-download__visual::before,
  .tl-home-figma-download__visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(0, 188, 212, 0.12);
  }

  .tl-home-figma-download__visual::before {
    width: 300px;
    height: 300px;
  }

  .tl-home-figma-download__visual::after {
    width: 360px;
    height: 360px;
  }

  .tl-home-figma-download__phone {
    position: relative;
    z-index: 2;
    width: 248px;
    padding: 16px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 60px rgba(0, 188, 212, 0.22), 0 26px 54px rgba(15, 23, 42, 0.28);
  }

  .tl-home-figma-download__phone-screen {
    width: 100%;
    aspect-ratio: 9 / 17;
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.0)),
      var(--tl-home-figma-phone-image) center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.10);
  }

  .tl-home-figma-download__rating,
  .tl-home-figma-download__notice {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.24);
  }

  .tl-home-figma-download__rating {
    top: 22px;
    left: 28px;
    background: linear-gradient(135deg, #F5C518, #E5AF00);
    color: #0F2347;
  }

  .tl-home-figma-download__notice {
    right: 18px;
    bottom: 22px;
    background: rgba(27, 52, 104, 0.92);
    border: 1px solid rgba(0, 188, 212, 0.18);
    color: #ffffff;
  }

  .tl-home-figma-download__rating strong,
  .tl-home-figma-download__notice strong {
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: 950;
  }

  .tl-home-figma-download__rating span,
  .tl-home-figma-download__notice span {
    font-size: 0.82rem;
    line-height: 1.55;
    opacity: 0.85;
  }

  .tl-home-figma-download__content {
    display: grid;
    gap: 18px;
    align-content: start;
  }

  .tl-home-figma-download__pills span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
  }

  .tl-home-figma-store {
    flex: 1 1 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .tl-home-figma-store--app {
    background: linear-gradient(135deg, #F5C518, #E6B800);
    border-color: transparent;
    color: #0F2347;
  }

  .tl-home-figma-store--play {
    background: rgba(255, 255, 255, 0.08);
  }

  .tl-home-figma-store--disabled {
    opacity: 0.56;
    cursor: not-allowed;
  }

  .tl-home-figma-store__meta {
    display: grid;
    gap: 4px;
    text-align: center;
  }

  .tl-home-figma-store__meta small {
    font-size: 0.78rem;
    line-height: 1;
    opacity: 0.76;
  }

  .tl-home-figma-store__meta strong {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 950;
  }

  .tl-home-figma-hero__search .tl-smart-search {
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
    border-color: rgba(15, 23, 42, 0.06);
  }

  .tl-home-figma-hero__search .tl-smart-search__title {
    font-size: 1.12rem;
  }

  .tl-home-figma-hero__search .tl-smart-search__description {
    font-size: 0.9rem;
  }

  @media (max-width: 1180px) {
    .tl-home-figma-hero__content,
    .tl-home-figma-feature,
    .tl-home-figma-download,
    .tl-home-figma-publish,
    .tl-home-figma-coverage-note {
      grid-template-columns: 1fr;
    }

    .tl-home-figma-hero,
    .tl-home-figma-feature,
    .tl-home-figma-download,
    .tl-home-figma-publish {
      padding: 30px;
    }

    .tl-home-figma-stats,
    .tl-home-figma-categories {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tl-home-figma-listings {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 1040px) {
    .tl-home-figma-shell {
      width: min(1280px, calc(100% - 24px));
    }

    .tl-home-figma-hero,
    .tl-home-figma-feature,
    .tl-home-figma-download,
    .tl-home-figma-publish {
      border-radius: 28px;
      padding: 24px;
    }

    .tl-home-figma-hero__tabs,
    .tl-home-figma-stats,
    .tl-home-figma-categories,
    .tl-home-figma-listings {
      grid-template-columns: 1fr;
    }

    .tl-home-figma-hero__title,
    .tl-home-figma-section-head__title {
      font-size: clamp(2rem, 4vw, 2.6rem);
    }
  }
}

@media (max-width: 1023.98px), ((hover: none) and (pointer: coarse) and (max-width: 1366px)) {
  body.tl-home-mobile-minimal .tl-home-figma-desktop {
    display: none !important;
  }
}
