.apps-gallery-page {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .apps-gallery-page {
    overflow-x: hidden;
  }
}

.apps-gallery-page .js-section {
  padding-top: calc(var(--js-padding) * 6);
}

.apps-hero {
  min-height: 340px;
}

.apps-hero .js-section__head {
  max-width: 860px;
  gap: calc(var(--js-padding) * 1.25);
}

.apps-hero .js-section__title {
  margin: 0;
}

.apps-goals {
  padding-top: 50px !important;
  padding-bottom: 50px;
  background: #FCFAF9;
}

.apps-curated {
  padding-top: 38px;
  padding-bottom: 70px;
  background: #fff;
}

.apps-curated-block + .apps-curated-block {
  margin-top: 96px;
}

.apps-curated-block__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 28px;
}

.apps-curated-block__title {
  margin: 0;
  color: #0c2340;
  font-family: "Albert Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: -0.68px;
}

.apps-curated-block__subtitle {
  margin: 6px 0 0;
  color: #475569;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.apps-curated-block__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1e4377;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  white-space: nowrap;
}

.apps-curated-grid {
  display: grid;
  gap: 14px;
}

.apps-curated-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apps-curated-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.apps-curated-card {
  background: #fff;
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.apps-curated-card:hover,
.apps-curated-card:focus-within {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px -8px rgba(12, 35, 64, 0.12), 0 2px 6px rgba(12, 35, 64, 0.06);
  transform: translateY(-1px);
}

.apps-curated-card__link {
  display: block;
  min-height: 282px;
  padding: 21px;
  text-decoration: none;
  color: inherit;
}

.apps-curated-card__badge {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.apps-curated-card__badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.apps-curated-card__badge--large {
  width: 56px;
  height: 56px;
}

.apps-curated-card h3 {
  margin: 12px 0 0;
  color: #0c2340;
  font-family: "Albert Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.17px;
}

.apps-curated-card__vendor {
  margin: 3px 0 0;
  color: #64748b;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.apps-curated-card__description {
  margin: 27px 0 0;
  color: #475569;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
}

.apps-curated-card__meta {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.apps-curated-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.apps-curated-card__rating i {
  color: #f5a623;
  font-size: 14px;
}

.apps-curated-card__rating strong {
  color: #475569;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

.apps-curated-card__rating em {
  color: #94a3b8;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.apps-curated-card__installs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #64748b;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.apps-curated-card__installs-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
  transform: translateY(1px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M5.5 1.5V6.2' stroke='%2364758B' stroke-width='1.1' stroke-linecap='round'/%3E%3Cpath d='M3.7 4.9L5.5 6.7L7.3 4.9' stroke='%2364758B' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 9H9' stroke='%2364758B' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");
}

.apps-curated-card__chips {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.apps-curated-card .apps-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26.9px;
  border-radius: 8px;
  padding: 3px 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.apps-curated-card .apps-chip--popular {
  background: #ccfbf1;
  color: #115e56;
}

.apps-curated-card .apps-chip--recommended {
  background: #ffedd5;
  color: #9a3412;
}

.apps-curated-card .apps-chip--neutral {
  background: #f1f1ee;
  color: #3a3d33;
}

.apps-curated-card .apps-chip--new {
  background: #e0f2fe;
  color: #075985;
}

.apps-curated-card--row .apps-curated-card__link {
  min-height: 160px;
}

.apps-curated-card__row-head {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
}

.apps-curated-card__row-copy .apps-curated-card__description {
  margin-top: 8px;
}

.apps-curated-card--row .apps-curated-card__meta {
  margin-top: 10px;
}

.apps-goals[data-bundle-color="bright"] {
  background: #FCFAF9 !important;
}

.apps-goals__head {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--js-padding) * 1.5);
  margin-bottom: calc(var(--js-padding) * 2);
}

.apps-goals__title {
  margin: 0;
  color: #20221B;
  font-size: 34px;
  line-height: 37px;
  font-weight: 600;
  letter-spacing: -0.68px;
}

.apps-goals__subtitle {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 21px;
  color: #0B0B09;
}

.apps-goals__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.apps-goals__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 149px;
  border: 1px solid #F6F4EF;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 24px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.apps-goals__card:hover,
.apps-goals__card:focus-visible {
  border-color: #E5E9EE;
  box-shadow: 0 8px 22px -10px rgba(12, 35, 64, 0.14), 0 2px 6px rgba(12, 35, 64, 0.06);
  transform: translateY(-1px);
}

.apps-goals__icon {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #F6F4EF;
  border: 1px solid #F6F4EF;
  color: #0B0B09;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.apps-goals__icon i {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.apps-goals__content {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7.5px;
}

.apps-goals__name {
  color: #0B0B09;
  font-family: "Albert Sans", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}

.apps-goals__description {
  color: #0B0B09;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  min-height: 42px;
}

.apps-goals__browse {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #0C2340;
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.apps-goals__browse i {
  font-size: 12px;
}

.apps-browse-categories {
  padding-top: 50px !important;
  padding-bottom: 50px;
  background: #F6F4EF;
}

.apps-browse-categories[data-bundle-color="light"] {
  background: #F6F4EF !important;
}

.apps-browse-categories__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(var(--js-padding) * 1.5);
  margin-bottom: calc(var(--js-padding) * 2);
}

.apps-browse-categories__title {
  margin: 0;
  color: #20221B;
  font-size: 34px;
  line-height: 37px;
  font-weight: 600;
  letter-spacing: -0.68px;
}

.apps-browse-categories__subtitle {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 21px;
  color: #0B0B09;
}

.apps-browse-categories__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #1E4377;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.apps-browse-categories__all:hover {
  text-decoration: underline;
}

.apps-browse-categories__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apps-browse-categories__card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  background: #FFFFFF;
  padding: 10px 14px;
  text-decoration: none;
}

.apps-browse-categories__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #F6F4EF !important;
  color: #0B0B09;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.apps-browse-categories__icon i {
  font-size: 16px;
}

.apps-browse-categories__content {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.apps-browse-categories__name {
  color: #0F172A;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.apps-browse-categories__count {
  color: #334155;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.apps-browse-categories__arrow {
  color: #94A3B8;
  font-size: 14px;
}

.apps-browse-categories__card:hover {
  border-color: #CBD5E1;
  background: #FFFFFF;
}

.apps-gallery-list {
  padding-top: calc(var(--js-padding) * 2);
}

.apps-gallery-list .app-category {
  border-bottom-color: var(--color-border) !important;
}

.apps-gallery-list .app-category:last-child {
  border-bottom: 0 !important;
}

.apps-gallery-list h2.block-title,
.apps-gallery-cta h2.block-title {
  color: var(--color-main);
}

.apps-mobile-banner {
  padding-top: calc(var(--js-padding) * 1.5);
  padding-bottom: 0;
}

.apps-mobile-banner__card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(97deg, #0C2340 0%, #1E4377 70%, #2A5E9E 100%);
  padding: 56px;
  min-height: 416px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 28px;
  align-items: center;
}

.apps-mobile-banner__card::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(159, 204, 46, 0.25) 0%, rgba(159, 204, 46, 0) 70%);
  pointer-events: none;
}

.apps-mobile-banner__copy,
.apps-mobile-banner__visual {
  position: relative;
  z-index: 1;
}

.apps-mobile-banner__eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(159, 204, 46, 0.18);
  color: #9FCC2E;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}

.apps-mobile-banner__eyebrow i {
  font-size: 12px;
}

.apps-mobile-banner__title {
  margin: 18px 0 16px;
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.76px;
  max-width: 560px;
}

.apps-mobile-banner__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  max-width: 520px;
}

.apps-mobile-banner__actions {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.apps-mobile-banner__learn {
  height: 46px;
  border-radius: 6px;
  background: #FCFAF9;
  border-color: #FCFAF9;
  color: #0B0B09;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  padding: 0 24px;
  margin-right: 24px;
}

.apps-mobile-banner__learn:is(:hover, :focus) {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #0B0B09;
}

.apps-mobile-banner__learn i {
  font-size: 14px;
}

.apps-mobile-banner__store-link {
  display: inline-flex;
  margin-right: 20px;
}

.apps-mobile-banner__store-image {
  height: 40px;
  width: auto;
  display: block;
}

.apps-mobile-banner__visual {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 405px;
  max-width: none;
  margin-top: -100px;
  margin-bottom: -124px;
}

.apps-mobile-banner__phone {
  width: 405px;
  max-width: none;
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.28));
}

.custom-card {
  position: relative;
  height: 100%;
}

.custom-card h5 {
  color: var(--color-main);
}

.custom-card-description {
  font-size: calc(var(--font-base-size) * 0.95);
  line-height: calc(var(--font-base-line-height) * 0.9);
  color: var(--color-secondary);
}

.custom-card_img-full {
  width: 100%;
  height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: var(--color-border) !important;
}

.custom-card_links {
  background-color: var(--color-main-op05);
  border: 1px solid var(--color-border);
}

.custom-card_links .custom-card_links-link {
  display: inline-block;
  color: var(--color-main);
  padding: 0 calc(var(--js-padding) * 1.25);
  border-right: 1px solid var(--color-border);
  font-weight: 600;
  text-decoration: none;
  transition: var(--js-transition);
}

.custom-card_links .custom-card_links-link:last-child {
  border-right: 0;
  padding-right: 0;
}

.custom-card_links .custom-card_links-link:hover {
  text-decoration: underline;
}

.apps-gallery-cta__card {
  background: transparent;
  border: 1px dashed var(--color-border);
  border-radius: var(--js-radius-md) !important;
  padding: 25px;
}

.apps-gallery-cta__content {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: calc(var(--js-padding) * 2);
  align-items: center;
}

.apps-gallery-cta__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--js-radius-lg);
  background: #F1F5F9;
  color: var(--color-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.apps-gallery-cta__icon i {
  font-size: 24px;
}

.apps-gallery-cta__text {
  min-width: 0;
}

.apps-gallery-cta__text .block-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: calc(var(--js-padding) * 0.5);
}

.apps-gallery-cta__text p {
  margin: 0;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.apps-gallery-cta__actions {
  display: flex;
  gap: var(--js-padding);
  align-items: center;
  justify-content: flex-end;
}

.apps-gallery-cta__button {
  min-width: 184px;
  height: 37px;
  justify-content: center;
  padding: 0 20px;
}

.apps-gallery-cta__button--docs.button--secondary.button--outline {
  border-color: #CBD5E1;
  font-size: 15px;
  font-weight: 600;
}

.apps-gallery-cta__button--docs.button--secondary.button--outline:is(:hover, :focus) {
  border-color: #CBD5E1;
}

.apps-gallery-cta__button--create {
  font-size: 16px;
  font-weight: 600;
}

.apps-gallery-cta {
  padding-top: calc(var(--js-padding) * 2);
}

@media (max-width: 767px) {
  .apps-gallery-page .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apps-hero {
    min-height: 400px;
  }

  .apps-hero .js-section__head {
    gap: 16px;
  }

  .apps-hero .js-section__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.2px;
    font-weight: 500;
  }

  .apps-hero .js-section__text.js-section__text--muted.d-md-block.d-none {
    display: block !important;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 28px;
  }

  .apps-goals {
    padding-top: 60px;
    padding-bottom: 56px;
  }

  .apps-goals__head {
    margin-bottom: 16px;
  }

  .apps-goals__title {
    color: #0C2340;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -0.52px;
    font-weight: 700;
  }

  .apps-goals__subtitle {
    color: #475569;
    font-size: 16px;
    line-height: 21px;
  }

  .apps-goals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .apps-goals__card {
    min-height: 138px;
    padding: 20px 16px;
    gap: 0;
    flex-direction: column;
  }

  .apps-goals__icon {
    width: 44px;
    height: 44px;
  }

  .apps-goals__content {
    margin-top: 14px;
    gap: 0;
  }

  .apps-goals__name {
    color: #0C2340;
    font-size: 15px;
    line-height: 18px;
  }

  .apps-goals__description,
  .apps-goals__browse {
    display: none;
  }

  .apps-curated {
    padding-top: 30px;
    padding-bottom: 56px;
  }

  .apps-curated-block + .apps-curated-block {
    margin-top: 52px;
  }

  .apps-curated-block__head {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 12px;
  }

  .apps-curated-block__title {
    color: #0C2340;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -0.52px;
    font-weight: 700;
  }

  .apps-curated-block__subtitle {
    color: #475569;
    font-size: 16px;
    line-height: 21px;
    margin-top: 5px;
  }

  .apps-curated-block__all {
    font-size: 14px;
    line-height: 17px;
    margin-top: 2px;
  }

  .apps-curated-grid--four {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    padding-right: 20px;
  }

  .apps-curated-grid--four > .apps-curated-card {
    flex: 0 0 226px;
    scroll-snap-align: start;
  }

  .apps-curated-grid--two {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .apps-curated-card__link {
    min-height: 308px;
    padding: 20px;
  }

  .apps-curated-card h3 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.17px;
  }

  .apps-curated-card__vendor {
    font-size: 13px;
    line-height: 17px;
  }

  .apps-curated-card--row .apps-curated-card__link {
    min-height: 0;
  }

  .apps-curated-card__description {
    min-height: 0;
    margin-top: 22px;
    font-size: 14px;
    line-height: 20px;
  }

  .apps-curated-card__rating strong,
  .apps-curated-card__rating em {
    font-size: 13px;
    line-height: 17px;
  }

  .apps-curated-card__installs {
    font-size: 12px;
    line-height: 16px;
  }

  .apps-curated-card__row-head {
    gap: 14px;
  }

  .apps-browse-categories {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  .apps-browse-categories__head {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 10px;
  }

  .apps-browse-categories__title {
    color: #0C2340;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -0.52px;
    font-weight: 700;
  }

  .apps-browse-categories__subtitle {
    color: #475569;
    font-size: 16px;
    line-height: 21px;
  }

  .apps-browse-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .apps-browse-categories__card {
    min-height: 62px;
    padding: 10px 15px;
    gap: 10px;
  }

  .apps-browse-categories__icon {
    display: none;
  }

  .apps-browse-categories__name {
    font-size: 15px;
    line-height: 18px;
  }

  .apps-browse-categories__count {
    font-size: 12px;
    line-height: 16px;
    color: #64748B;
  }

  .apps-mobile-banner {
    padding-top: 40px !important;
  }

  .apps-mobile-banner__card {
    padding: 36px;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 16px;
  }

  .apps-mobile-banner__title {
    font-size: 38px;
    line-height: 42px;
    max-width: 320px;
  }

  .apps-mobile-banner__text {
    font-size: 16px;
    line-height: 25px;
    max-width: 320px;
  }

  .apps-mobile-banner__actions {
    margin-top: 24px;
    gap: 20px;
  }

  .apps-mobile-banner__learn {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }

  .apps-mobile-banner__store-image {
    height: 40px;
  }

  .apps-mobile-banner__visual {
    display: none;
  }

  .apps-gallery-cta {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .apps-gallery-cta__card {
    border-radius: 8px !important;
    padding: 18px;
  }

  .apps-gallery-cta__content {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 14px;
  }

  .apps-gallery-cta__text .block-title {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .apps-gallery-cta__text p {
    font-size: 14px;
    line-height: 18px;
  }

  .apps-gallery-cta__actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .apps-gallery-cta__button {
    min-width: 0;
  }

  .apps-gallery-cta__button--create {
    order: 1;
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0.6px;
  }

  .apps-gallery-cta__button--docs {
    order: 2;
    width: auto;
    min-width: 114px;
    height: 46px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.075px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .apps-curated-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apps-curated-grid--two {
    grid-template-columns: 1fr;
  }

  .apps-goals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apps-browse-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Apps Gallery Hero */
.apps-hero {
  background: #0b0b09;
  padding-top: 44px !important;
  padding-bottom: 56px;
}

.apps-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 504px);
  align-items: center;
  gap: 36px;
}

.apps-hero__content {
  max-width: 560px;
}

.apps-hero__eyebrow {
  margin: 0;
  color: #9fcc2e;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.apps-hero__title {
  margin: 12px 0 0;
  color: #fcfaf9;
  font-family: "Albert Sans", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -1.92px;
}

.apps-hero__title span {
  color: #9fcc2e;
}

.apps-hero__text {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.apps-hero__search {
  margin-top: 39px;
  position: relative;
}

.apps-hero__search input {
  width: 100%;
  height: 57.5px;
  border: 1px solid #e5e9ee;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(12, 35, 64, 0.04), 0 1px 0 rgba(12, 35, 64, 0.03);
  padding: 0 20px 0 58px;
  color: #0b0b09;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.apps-hero__search input::placeholder {
  color: #757575;
}

.apps-hero__search-icon {
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 22px;
  line-height: 1;
  pointer-events: none;
}

.apps-hero__highlights {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.apps-hero__highlight {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 10px;
}

.apps-hero__check {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #212A0D;
  color: #9fcc2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  align-self: center;
}

.apps-hero__highlight strong {
  margin: 0;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.44px;
}

.apps-hero__highlight p {
  grid-column: 2 / -1;
  margin: 0;
  color: #8D8D8C;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: normal;
}

.apps-hero__visual {
  position: relative;
  justify-self: end;
  width: 100%;
}

.apps-hero__visual::before {
  content: "";
  position: absolute;
  inset: -70px;
  background: radial-gradient(circle at 50% 50%, rgba(111, 130, 84, 0.52) 0%, rgba(86, 95, 72, 0.28) 40%, rgba(11, 11, 9, 0) 75%);
  pointer-events: none;
}

.jsio {
  position: relative;
  width: 100%;
  max-width: 504px;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  background: transparent;
  font-family: var(--font-main, "Albert Sans", sans-serif);
  overflow: visible;
}

.jsio-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  animation: jsioPulse 5s ease-in-out infinite;
}

.jsio-ring--mid {
  animation-delay: -1.6s;
}

.jsio-ring--inner {
  animation-delay: -3.2s;
}

@keyframes jsioPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.045);
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jsio-ring {
    animation: none;
    transform: translate(-50%, -50%);
  }
}

.jsio-ring--dashed {
  width: 67.46%;
  aspect-ratio: 1;
  border: 1px dashed rgba(159, 204, 46, 0.3);
}

.jsio-ring--mid {
  width: 50%;
  aspect-ratio: 1;
  background: rgba(159, 204, 46, 0.05);
  border: 1px solid rgba(252, 250, 249, 0.06);
}

.jsio-ring--inner {
  width: 39.68%;
  aspect-ratio: 1;
  background: rgba(159, 204, 46, 0.09);
  border: 1px solid rgba(252, 250, 249, 0.07);
}

.jsio-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26.19%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.jsio-core__mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #9fcc2e;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.jsio-core__logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

.jsio-core span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0b0b09;
}

.jsio-node {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jsio-tile {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

.jsio-tile img {
  width: 68%;
  height: 68%;
  object-fit: contain;
  display: block;
}

.jsio-tile--bordered {
  border: 1px solid rgba(216, 216, 216, 0.5);
}

.jsio-glyph {
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.jsio-glyph--dark {
  color: #20221b;
}

.jsio-node .jsio-label {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 120px;
  text-align: center;
  font-family: var(--font-secondary, "DM Sans", sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: rgba(252, 250, 249, 0.85);
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .apps-hero {
    min-height: 0;
    padding-bottom: 42px;
  }

  .apps-hero__layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
  }

  .apps-hero__title {
    font-size: 50px;
    line-height: 52px;
  }

  .apps-hero__text {
    font-size: 24px;
    line-height: 31px;
  }

  .apps-hero__search input {
    height: 58px;
    font-size: 18px;
  }

  .apps-hero__highlights {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .jsio-tile {
    width: 64px;
    height: 64px;
  }

  .jsio-glyph {
    font-size: 26px;
  }

  .jsio-node .jsio-label {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .apps-hero {
    min-height: 0;
    padding-top: 36px !important;
    padding-bottom: 39px;
    position: relative;
  }

  .apps-hero::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -140px;
    top: 72px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(159, 204, 46, 0.18) 0%, rgba(159, 204, 46, 0) 70%);
    pointer-events: none;
  }

  .apps-hero__layout {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
    z-index: 1;
  }

  .apps-hero__content {
    max-width: none;
  }

  .apps-hero__eyebrow {
    font-size: 12px;
    letter-spacing: 1.68px;
  }

  .apps-hero__title {
    margin-top: 14px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.92px;
    font-weight: 400;
  }

  .apps-hero__text {
    margin-top: 18px;
    font-size: 18px;
    line-height: 28px;
  }

  .apps-hero__search {
    margin-top: 38px;
  }

  .apps-hero__search input {
    height: 58px;
    border-radius: 10px;
    padding-left: 50px;
    font-size: 15px;
  }

  .apps-hero__search-icon {
    left: 16px;
    font-size: 18px;
  }

  .apps-hero__highlights,
  .apps-hero__visual {
    display: none;
  }
}
