.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  color: #77849a;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs a:hover {
  color: var(--blue);
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.app-hero {
  margin-bottom: 28px;
}

.hero-main {
  display: grid;
  grid-template-columns: clamp(260px, 24vw, 340px) minmax(0, 1fr);
  gap: 44px 30px;
  align-items: center;
  min-width: 0;
}

.cover-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.03;
  background: #dfe6ef;
  border-radius: var(--radius-lg);
  box-shadow: 0 26px 52px rgba(33, 48, 73, 0.16), 0 4px 14px rgba(33, 48, 73, 0.08);
}

.cover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  min-width: 0;
  padding: 6px 0;
}

.mod-pill {
  position: absolute;
  top: 18px;
  right: -39px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 142px;
  height: 34px;
  color: #fff;
  background: linear-gradient(135deg, #109543 0%, #22c55e 52%, #34d399 100%);
  box-shadow: 0 14px 30px rgba(16, 149, 67, 0.34);
  font-size: 13.5px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(6, 37, 20, 0.26);
  transform: rotate(45deg);
  pointer-events: none;
}

.mod-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 42%, rgba(7, 44, 23, 0.14));
}

.mod-pill > * {
  position: relative;
  z-index: 1;
}

.mod-pill .icon {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: min(100%, 540px);
  margin-top: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.hero-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  font-size: 56px;
  color: #fff;
  background: linear-gradient(135deg, #3478f6, #255bd6);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(52, 120, 246, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.hero-action:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(52, 120, 246, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.share-action {
  background: linear-gradient(135deg, #18b857, #0f8f3f);
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.share-action:hover {
  box-shadow: 0 16px 30px rgba(22, 163, 74, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero-action .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.share-action.is-copied::after {
  content: "Ссылка скопирована";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  width: max-content;
  padding: 6px 9px;
  color: #fff;
  background: #162437;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  transform: translateX(-50%);
  box-shadow: 0 10px 22px rgba(31, 45, 70, 0.18);
  pointer-events: none;
}

.hero-content h1 {
  font-size: clamp(31px, 3.1vw, 38px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.mod-title {
  margin-top: 8px;
  color: var(--green);
  font-size: clamp(26px, 2.45vw, 32px);
  line-height: 1.15;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hero-copy {
  width: min(100%, 540px);
  margin-top: 24px;
  color: #243348;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
}

.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin-top: 24px;
}

.rating-panel {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-areas:
    "value stars"
    "meta meta";
  justify-items: center;
  align-content: center;
  column-gap: 12px;
  row-gap: 5px;
  flex: 0 0 auto;
  align-self: center;
  padding: 6px 0;
  text-align: center;
}

.rating-panel .rating-value {
  grid-area: value;
  color: #162437;
  font-size: clamp(64px, 6.1vw, 86px);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -0.04em;
  align-self: center;
}

@media (min-width: 1200px) {
  .hero-main {
    grid-template-columns: clamp(260px, 24vw, 340px) minmax(0, 1fr);
    gap: 44px 30px;
    align-items: center;
  }

  .hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(280px, 24vw, 320px);
    grid-template-areas:
      "title rating"
      "mod rating"
      "copy rating"
      "footer rating";
    column-gap: 30px;
    row-gap: 8px;
    align-items: center;
  }

  .hero-content h1 {
    grid-area: title;
  }

  .mod-title {
    grid-area: mod;
  }

  .hero-copy {
    grid-area: copy;
    max-width: 540px;
  }

  .hero-footer {
    display: contents;
    margin-top: 0;
  }

  .hero-cta-row {
    grid-area: footer;
  }

  .rating-panel {
    grid-area: rating;
    justify-self: end;
    grid-template-columns: 1fr;
    grid-template-areas:
      "value"
      "stars"
      "meta";
    justify-items: center;
    row-gap: 14px;
    column-gap: 0;
    text-align: center;
  }

  .rating-panel .rating-value {
    align-self: auto;
  }

  .rating-panel__stars {
    width: 100%;
    justify-content: center;
  }

  .rating-panel .rating-stars {
    justify-content: center;
  }

  .rating-panel__meta {
    width: auto;
    justify-content: center;
  }

  .rating-panel__count {
    text-align: center;
  }
}

.hero-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 320px);
  min-height: 56px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(180deg, #24bf5d 0%, #15a34a 100%);
  border: 1px solid rgba(17, 126, 57, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(21, 163, 74, 0.22), 0 4px 12px rgba(15, 126, 57, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.hero-download-link:hover {
  color: #fff;
  border-color: rgba(17, 126, 57, 0.28);
  transform: translateY(-1px);
  filter: saturate(1.03) brightness(1.01);
  box-shadow: 0 22px 40px rgba(21, 163, 74, 0.28), 0 6px 16px rgba(15, 126, 57, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-download-link:focus-visible {
  outline: 3px solid rgba(21, 163, 74, 0.2);
  outline-offset: 3px;
}

.hero-download-link .icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.rating-panel__stars {
  grid-area: stars;
  display: flex;
  justify-content: center;
  width: auto;
  align-self: center;
}

.rating-panel .rating-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.rating-panel .rating-star-btn {
  width: 40px;
  height: 40px;
  font-size: 40px;
  border-radius: 14px;
}

.rating-panel .rating-star-btn .icon {
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.rating-panel__meta {
  grid-area: meta;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  color: #6c7a8f;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.rating-panel__count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-align: center;
  white-space: nowrap;
}

.rating-count-number,
.rating-count-label {
  display: block;
  line-height: inherit;
}

.rating-user-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  min-width: 0;
  white-space: nowrap;
}

.rating-user-status[hidden] {
  display: none !important;
}

.rating-meta-separator {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

.rating-panel__note {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.rating-user-check {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  color: var(--green);
  border: 2px solid currentColor;
  border-radius: 50%;
  vertical-align: middle;
}

.rating-user-check::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -58%) rotate(45deg);
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: min(100%, 540px);
  margin-top: 23px;
}

.rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding: 0;
  color: #162437;
}

.rating-summary b {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}

.rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.rating-user-note {
  flex-basis: 100%;
  margin-top: -4px;
  color: #6a7688;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.rating-star-btn {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  padding: 0;
  color: #d7e0eb;
  background: transparent;
  border: 0;
  border-radius: 8px;
  transition: transform 160ms ease, color 160ms ease, background-color 160ms ease;
}

.rating-star-btn .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.rating-star-btn.is-active,
.rating-star-btn.is-selected {
  color: var(--yellow);
}

.rating-star-btn:hover {
  transform: translateY(-1px) scale(1.03);
}

.rating-stars.is-locked .rating-star-btn,
.rating-star-btn:disabled {
  cursor: default;
  pointer-events: none;
}

.rating-stars.is-locked .rating-star-btn:hover,
.rating-star-btn:disabled:hover {
  transform: none;
}

.rating-star-btn:focus-visible {
  outline: 3px solid rgba(52, 120, 246, 0.14);
  outline-offset: 2px;
}

.rating-count {
  color: #5f6e82;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: default;
}

.rating-count:hover {
  color: #5f6e82;
  text-decoration: none;
}

.specs-section {
  margin-bottom: 28px;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-tile {
  --spec-accent: #3478f6;
  --spec-accent-soft: rgba(52, 120, 246, 0.12);
  display: flex;
  gap: 8px;
  align-items: center;
  align-self: start;
  min-height: 56px;
  padding: 6px 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(223, 233, 246, 0.95);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 8px 22px rgba(31, 45, 70, 0.04);
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.spec-tile:hover {
  border-color: rgba(190, 208, 232, 0.95);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 14px 28px rgba(31, 45, 70, 0.06);
}

.spec-tile__icon {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  color: var(--spec-accent);
  background: var(--spec-accent-soft);
  border-radius: 9px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.spec-tile__icon .icon {
  display: flex;
  width: 17px;
  height: 17px;
  font-size: 17px;
}

.spec-tile__icon .icon__svg {
  display: block;
}

.spec-tile__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  min-width: 0;
  transform: translateY(1px);
}

.spec-tile__label {
  display: block;
  color: #7f8ea4;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 700;
}

.spec-tile__value {
  display: -webkit-box;
  color: #162437;
  font-size: 15px;
  line-height: 1.12;
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(2 * 1.12em);
  overflow: hidden;
  overflow-wrap: anywhere;
}

.spec-tile--green {
  --spec-accent: #5aae44;
  --spec-accent-soft: rgba(90, 174, 68, 0.12);
}

.spec-tile--blue {
  --spec-accent: #3c73eb;
  --spec-accent-soft: rgba(60, 115, 235, 0.12);
}

.spec-tile--teal {
  --spec-accent: #24a6bd;
  --spec-accent-soft: rgba(36, 166, 189, 0.12);
}

.spec-tile--purple {
  --spec-accent: #8b63d7;
  --spec-accent-soft: rgba(139, 99, 215, 0.12);
}

.spec-tile--orange {
  --spec-accent: #ef9a17;
  --spec-accent-soft: rgba(239, 154, 23, 0.13);
}

.spec-tile--sky {
  --spec-accent: #2796e6;
  --spec-accent-soft: rgba(39, 150, 230, 0.12);
}

.spec-tile--violet {
  --spec-accent: #7e58c8;
  --spec-accent-soft: rgba(126, 88, 200, 0.12);
}

.spec-tile--indigo {
  --spec-accent: #316ee8;
  --spec-accent-soft: rgba(49, 110, 232, 0.12);
}

@media (min-width: 901px) and (max-width: 1199px) {
  .hero-main {
    grid-template-columns: clamp(220px, 25vw, 280px) minmax(0, 1fr);
    gap: 24px 18px;
    align-items: center;
  }

  .cover-card {
    grid-column: 1;
    align-self: center;
  }

  .hero-content {
    grid-column: 2;
    padding: 10px 0;
  }

  .hero-content h1 {
    font-size: clamp(29px, 3vw, 36px);
  }

  .mod-title {
    margin-top: 6px;
    font-size: clamp(24px, 2.5vw, 30px);
  }

  .hero-copy {
    max-width: none;
    margin-top: 16px;
    line-height: 1.5;
  }

  .hero-cta-row {
    width: max-content;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .hero-download-link {
    width: clamp(200px, 22vw, 238px);
    min-height: 50px;
    padding: 0 18px;
    font-size: 16px;
  }

  .hero-footer {
    justify-content: flex-start;
    gap: 10px;
    width: max-content;
    max-width: 100%;
    margin-top: 18px;
  }

  .rating-panel {
    width: auto;
    justify-items: start;
    align-self: center;
    align-content: center;
    column-gap: 10px;
    row-gap: 4px;
    padding: 0;
    text-align: left;
  }

  .rating-panel .rating-value {
    align-self: center;
    min-width: 0;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .rating-panel__stars {
    min-width: 0;
    width: auto;
    justify-content: flex-start;
    align-self: center;
  }

  .rating-panel .rating-stars {
    justify-content: flex-start;
    gap: clamp(3px, 0.6vw, 5px);
  }

  .rating-panel .rating-star-btn {
    width: clamp(22px, 2.5vw, 28px);
    height: clamp(22px, 2.5vw, 28px);
    border-radius: 8px;
  }

  .rating-panel .rating-star-btn .icon {
    width: clamp(17px, 1.9vw, 21px);
    height: clamp(17px, 1.9vw, 21px);
    font-size: clamp(17px, 1.9vw, 21px);
  }

  .rating-panel__meta {
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    gap: 8px;
    font-size: 11px;
    line-height: 1;
  }

  .rating-panel__count {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .hero-footer {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 10px;
    align-items: center;
    width: 100%;
    margin-top: 8px;
  }

  .hero-content h1,
  .mod-title,
  .hero-copy,
  .rating-panel {
    grid-area: auto;
  }

  .hero-main {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px 8px;
    align-items: start;
  }

  .cover-card {
    width: 88px;
    aspect-ratio: 1;
    justify-self: start;
    border-radius: 18px;
  }

  .hero-content {
    display: contents;
  }

  .hero-cta-row {
    display: contents;
  }

  .hero-content h1 {
    grid-column: 2;
    align-self: center;
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
  }

  .mod-title,
  .hero-copy,
  .hero-download-link {
    grid-column: 1 / -1;
  }

  .mod-title {
    margin-top: 2px;
    font-size: 23px;
  }

  .hero-copy {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-download-link {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 52px;
    margin-top: 0;
  }

  .hero-actions {
    grid-column: 1;
    justify-self: start;
    width: max-content;
    margin-left: 0;
    gap: 8px;
  }

  .rating-panel {
    width: auto;
    grid-column: 2;
    grid-template-columns: max-content 1fr;
    align-items: center;
    justify-items: start;
    justify-content: start;
    justify-self: start;
    min-width: 0;
    min-height: auto;
    column-gap: 12px;
    row-gap: 4px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
  }

  .rating-panel .rating-value {
    min-width: 0;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .rating-panel__stars {
    min-width: 0;
    width: auto;
    justify-content: flex-start;
    align-self: center;
  }

  .rating-panel .rating-stars {
    width: auto;
    justify-content: flex-start;
    gap: clamp(3px, 1vw, 5px);
  }

  .rating-panel .rating-star-btn {
    width: clamp(22px, 4.2vw, 32px);
    height: clamp(22px, 4.2vw, 32px);
    border-radius: 9px;
  }

  .rating-panel .rating-star-btn .icon {
    width: clamp(17px, 3.2vw, 24px);
    height: clamp(17px, 3.2vw, 24px);
    font-size: clamp(17px, 3.2vw, 24px);
  }

  .rating-panel__meta {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    line-height: 1;
  }

  .rating-user-check {
    width: 17px;
    height: 17px;
  }

  .rating-user-check::before {
    width: 4px;
    height: 7px;
  }

  .rating-panel__count {
    text-align: left;
  }

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

  .spec-tile {
    min-height: 52px;
    padding: 6px 9px;
    gap: 7px;
    border-radius: 12px;
  }

  .spec-tile__icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .spec-tile__icon .icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }

  .spec-tile__label {
    font-size: 10px;
  }

  .spec-tile__value {
    font-size: 14px;
  }

  .spec-tile__body {
    transform: translateY(0);
  }

  .mod-pill {
    top: 8px;
    right: -23px;
    width: 78px;
    height: 20px;
    gap: 4px;
    font-size: 9px;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 18px rgba(16, 149, 67, 0.26);
  }

  .mod-pill .icon {
    width: 8px;
    height: 8px;
    font-size: 8px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .hero-main {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px 8px;
  }

  .cover-card {
    width: 96px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .mod-title {
    font-size: 26px;
  }

  .hero-copy {
    font-size: 15px;
  }
}

@media (min-width: 561px) and (max-width: 767px) {
  .hero-main {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px 8px;
  }

  .cover-card {
    width: 96px;
  }

  .rating-panel {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .hero-download-link {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 15px;
  }

  .hero-actions {
    width: max-content;
    justify-content: flex-start;
  }

  .hero-action {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .hero-action .icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }

  .rating-panel .rating-star-btn {
    width: clamp(20px, 6.6vw, 28px);
    height: clamp(20px, 6.6vw, 28px);
    border-radius: 6px;
  }

  .rating-panel .rating-star-btn .icon {
    width: clamp(17px, 5.4vw, 23px);
    height: clamp(17px, 5.4vw, 23px);
    font-size: clamp(17px, 5.4vw, 23px);
  }

  .rating-panel .rating-value {
    font-size: 22px;
  }

  .rating-panel__meta {
    font-size: 11px;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }
}

.features-card {
  padding: 20px 22px 27px;
  margin-bottom: 28px;
  box-shadow: 0 22px 52px rgba(31, 45, 70, 0.07), 0 3px 10px rgba(31, 45, 70, 0.035);
}

.specs-section h2,
.features-card h2,
.screenshots-section h2,
.download-section h2,
.similar-section h2,
.comments-section h2,
.details-grid h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.section-icon {
  width: 23px;
  height: 23px;
  font-size: 23px;
  color: var(--green);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 23px;
}

.feature-list__item {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 41px;
  padding: 0 19px;
  color: #27364c;
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(31, 45, 70, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.feature-list__icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: var(--green);
}

.screenshots-section {
  margin-bottom: 27px;
}

.specs-section h2 {
  margin: 0 0 15px 21px;
}

.screenshots-section h2 {
  margin: 0 0 15px 21px;
}

.screenshots-shell {
  position: relative;
}

.screenshots-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 20px 12px;
  cursor: grab;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
}

.screenshots-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.screenshots-track::-webkit-scrollbar {
  display: none;
}

.screenshots-track figure {
  flex: 0 0 calc((100% - 78px) / 4);
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dfe6ef;
  border-radius: var(--radius-md);
}

.screenshots-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.screenshots-thumb {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  color: inherit;
  background: transparent;
  border-radius: inherit;
  cursor: zoom-in;
  touch-action: pan-y;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  font-size: 52px;
  color: #17233b;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  transform: translateY(-58%);
  transition: color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.carousel-btn:hover {
  color: var(--green);
  transform: translateY(-58%) scale(1.03);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.carousel-btn:active {
  transform: translateY(-58%) scale(0.99);
}

.carousel-btn:disabled {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}

.carousel-btn .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.carousel-btn.prev {
  left: -17px;
}

.carousel-btn.next {
  right: -17px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  min-height: 12px;
  margin-top: 1px;
}

.carousel-dots.is-hidden {
  visibility: hidden;
}

.carousel-dots button {
  width: 12px;
  height: 12px;
  font-size: 12px;
  padding: 0;
  background: #ccd6e4;
  border-radius: 999px;
  transition: width 160ms ease, background 160ms ease;
}

.carousel-dots button.is-active {
  width: 13px;
  background: var(--green);
}

@media (max-width: 560px) {
  .carousel-btn {
    width: 42px;
    height: 42px;
    font-size: 42px;
  }

  .carousel-btn .icon {
    width: 19px;
    height: 19px;
    font-size: 19px;
  }

  .carousel-btn.prev {
    left: 6px;
  }

  .carousel-btn.next {
    right: 6px;
  }
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 40px;
  align-items: start;
  padding: 25px 26px 31px;
  margin-bottom: 24px;
}

.details-copy p {
  margin-top: 19px;
  color: #27364c;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.single-content {
  margin-top: 18px;
}

.single-content > :first-child {
  margin-top: 0 !important;
}

.single-content h2,
.single-content h3,
.single-content h4 {
  margin-top: 28px;
  margin-bottom: 12px;
  color: #081833;
  line-height: 1.22;
  font-weight: 800;
}

.single-content h2 {
  font-size: 26px;
}

.single-content h3 {
  font-size: 20px;
}

.single-content h4 {
  font-size: 17px;
}

.single-content ul,
.single-content ol {
  margin: 16px 0 0;
  padding-left: 24px;
}

.single-content ul {
  list-style: disc;
}

.single-content ol {
  list-style: decimal;
}

.single-content li {
  color: #27364c;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.single-content li + li {
  margin-top: 6px;
}

.single-content li::marker {
  color: #1a843d;
}

.single-content ul ul,
.single-content ul ol,
.single-content ol ul,
.single-content ol ol {
  margin-top: 8px;
}

.info-box {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(100%, 735px);
  min-height: 96px;
  margin-top: 26px;
  padding: 18px 20px;
  background: linear-gradient(90deg, #edf8df, #fbfcf1);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.shield {
  width: 48px;
  height: 58px;
  color: #58aa33;
  font-size: 50px;
}

.info-box strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.info-box p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.sentiment-card {
  padding: 23px 26px;
  background: linear-gradient(125deg, #fff8ed, #fffaf3 58%, #fffdfa);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 14px 32px rgba(159, 113, 43, 0.045);
}

.sentiment-card h3 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.sentiment-card ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.sentiment-card li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 6px 0;
  color: #304056;
  font-size: 12px;
  font-weight: 700;
}

.sentiment-card__item--good {
  --sentiment-accent: #16944a;
  --sentiment-accent-2: #55c37f;
  --sentiment-soft: rgba(21, 163, 74, 0.14);
}

.sentiment-card__item--warn {
  --sentiment-accent: #db8a14;
  --sentiment-accent-2: #f0bd63;
  --sentiment-soft: rgba(243, 154, 22, 0.16);
}

.sentiment-card__item--bad {
  --sentiment-accent: #df4e4e;
  --sentiment-accent-2: #f08c8c;
  --sentiment-soft: rgba(239, 68, 68, 0.14);
}

.sentiment-card__icon {
  display: grid;
  place-items: center;
  line-height: 1;
}

.sentiment-card__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.sentiment-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.sentiment-card__label {
  display: flex;
  align-items: center;
  min-height: 16px;
  min-width: 0;
  line-height: 1.2;
}

.sentiment-card__empty {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 0 !important;
  color: #6d7888;
  font-weight: 600;
  line-height: 1.6;
}

.sentiment-card__value {
  display: inline-block;
  align-items: center;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--sentiment-accent);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.sentiment-card__meter {
  position: relative;
  display: block;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(48, 64, 86, 0.07);
}

.sentiment-card__meter::after {
  content: "";
  display: block;
  width: var(--sentiment-fill, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sentiment-accent), var(--sentiment-accent-2));
}

.face {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}

.face .icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.face.good {
  color: var(--green);
}

.face.warn {
  color: #f39a16;
}

.face.bad {
  color: var(--red);
}

.rating-modal[hidden] {
  display: none;
}

.rating-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.rating-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 32, 0.54);
  backdrop-filter: blur(10px);
}

.rating-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1040px);
  max-height: min(calc(100dvh - 40px), 820px);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(52, 120, 246, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(223, 231, 241, 0.95);
  border-radius: 26px;
  box-shadow: 0 36px 90px rgba(15, 23, 42, 0.28);
}

.rating-modal__form {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  max-height: inherit;
  min-height: 0;
}

.rating-modal__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 20px;
  align-items: start;
  padding: 22px 88px 18px 30px;
  border-bottom: 1px solid rgba(223, 231, 241, 0.92);
}

.rating-modal__intro {
  display: grid;
  gap: 8px;
}

.rating-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #526074;
  background: #f3f6fb;
  border: 1px solid #dbe4ef;
  border-radius: 14px;
  font-size: 24px;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.rating-modal__close:hover {
  background: #eaf0f8;
  border-color: #ccd8e7;
  transform: translateY(-1px);
}

.rating-modal__dialog h2 {
  max-width: 680px;
  font-size: 26px;
  line-height: 1.08;
}

.rating-modal__score {
  display: grid;
  gap: 8px;
  align-content: start;
  min-width: 176px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #f7fbff 0%, #f0f7ff 100%);
  border: 1px solid #dce9fb;
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.rating-modal__score-label {
  color: #55708f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rating-modal__score strong {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  color: #16345c;
  font-size: 48px;
  line-height: 0.9;
}

.rating-modal__score small {
  color: #6c809a;
  font-size: 18px;
  line-height: 1.2;
}

.rating-modal__body {
  overflow: auto;
  padding: 24px 30px 22px;
}

.rating-modal__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.rating-group {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 100%;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rating-group--good {
  background: linear-gradient(180deg, #f4fcf7 0%, #effaf3 100%);
  border-color: rgba(21, 163, 74, 0.16);
}

.rating-group--warn {
  background: linear-gradient(180deg, #fffaf1 0%, #fff6e8 100%);
  border-color: rgba(243, 154, 22, 0.18);
}

.rating-group--bad {
  background: linear-gradient(180deg, #fff7f7 0%, #fff0f0 100%);
  border-color: rgba(239, 68, 68, 0.16);
}

.rating-group.is-emphasized {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(22, 36, 62, 0.08);
}

.rating-group__header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.rating-group__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.rating-group__icon .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.rating-group__copy {
  display: grid;
  gap: 6px;
}

.rating-group__copy h3 {
  color: #1d2f47;
  font-size: 18px;
  line-height: 1.15;
}

.rating-group__copy p {
  color: #67778c;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.rating-tags {
  display: grid;
  gap: 10px;
}

.rating-tag {
  position: relative;
  display: block;
  cursor: pointer;
}

.rating-tag input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rating-tag span {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  color: #2d3c52;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(210, 220, 233, 0.92);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.rating-tag:hover span {
  transform: translateY(-1px);
  border-color: #cbd8e7;
  box-shadow: 0 12px 22px rgba(25, 40, 66, 0.06);
}

.rating-tag input:checked + span {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 26px rgba(25, 40, 66, 0.16);
}

.rating-tag--good input:checked + span {
  background: linear-gradient(180deg, #24bf5d 0%, #159347 100%);
}

.rating-tag--warn input:checked + span {
  background: linear-gradient(180deg, #f6b33d 0%, #d98613 100%);
}

.rating-tag--bad input:checked + span {
  background: linear-gradient(180deg, #f25f5f 0%, #de3d3d 100%);
}

.rating-modal__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 20px;
  align-items: center;
  padding: 18px 30px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, #ffffff 22%);
  border-top: 1px solid rgba(223, 231, 241, 0.95);
  box-shadow: 0 -18px 36px rgba(15, 23, 42, 0.06);
}

.rating-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 230px;
  padding: 0 26px;
  color: #fff;
  background: linear-gradient(180deg, #24bf5d 0%, #15a34a 100%);
  border-radius: 16px;
  box-shadow: 0 18px 30px rgba(21, 163, 74, 0.25);
  font-size: 15px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.rating-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(21, 163, 74, 0.3);
}

.rating-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.rating-modal__message {
  display: block;
  color: var(--red);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.rating-modal__dialog[data-rating-tone="good"] .rating-modal__score {
  background: linear-gradient(180deg, #f2fcf5 0%, #e9f8ef 100%);
  border-color: rgba(21, 163, 74, 0.18);
}

.rating-modal__dialog[data-rating-tone="warn"] .rating-modal__score {
  background: linear-gradient(180deg, #fffaf1 0%, #fff4e3 100%);
  border-color: rgba(243, 154, 22, 0.2);
}

.rating-modal__dialog[data-rating-tone="bad"] .rating-modal__score {
  background: linear-gradient(180deg, #fff7f7 0%, #ffefef 100%);
  border-color: rgba(239, 68, 68, 0.18);
}

@media (max-width: 980px) {
  .rating-modal__groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .rating-modal {
    padding: 12px;
  }

  .rating-modal__dialog {
    max-height: calc(100dvh - 24px);
    border-radius: 22px;
  }

  .rating-modal__header {
    grid-template-columns: 1fr;
    padding: 18px 64px 14px 20px;
  }

  .rating-modal__dialog h2 {
    font-size: 22px;
  }

  .rating-modal__score {
    min-width: 0;
    padding: 16px 18px;
  }

  .rating-modal__score strong {
    font-size: 40px;
  }

  .rating-modal__body {
    padding: 18px 20px;
  }

  .rating-group {
    padding: 18px;
  }

  .rating-modal__footer {
    grid-template-columns: 1fr;
    padding: 16px 20px 20px;
  }

  .rating-submit {
    width: 100%;
    min-width: 0;
  }

  .rating-modal__message {
    order: 2;
  }
}

@media (max-width: 480px) {
  .rating-modal__close {
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .rating-group__header {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .rating-group__icon {
    width: 38px;
    height: 38px;
  }

  .rating-tag span {
    min-height: 46px;
    padding: 11px 13px;
    font-size: 13px;
  }
}

.download-section {
  margin-bottom: 27px;
}

.download-section h2 {
  margin: 0 0 14px 30px;
}

.download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 136px;
  padding: 24px 60px 24px 50px;
  box-shadow: 0 20px 48px rgba(31, 45, 70, 0.06), 0 2px 8px rgba(31, 45, 70, 0.032);
}

.file-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  min-width: 0;
}

.apk-icon {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  width: 60px;
  height: 70px;
  padding: 8px 6px 7px;
  color: #fff;
  background: linear-gradient(145deg, #f4f7fb 0 56%, #d5deec 57%);
  border-radius: 8px 16px 8px 8px;
  box-shadow: 0 7px 16px rgba(15, 23, 42, 0.07);
}

.apk-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #b7c4d8;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.apk-icon .icon {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #18a451;
}

.apk-icon b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 27px;
  background: linear-gradient(180deg, #22ba5e, #129544);
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
}

.file-meta h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.file-meta p {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 25px;
  margin-top: 9px;
  padding: 0 11px;
  color: #536276;
  background: #f6f8fb;
  border: 1px solid #e3eaf3;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.download-action {
  display: grid;
  justify-items: center;
  gap: 10px;
  flex: 0 0 390px;
}

.download-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 58px;
  padding: 0 26px;
  color: #fff;
  background:
    radial-gradient(circle at 22% 10%, rgba(255, 255, 255, 0.28), transparent 29%),
    linear-gradient(135deg, #18b857 0%, #0f9a43 52%, #0a7f36 100%);
  border-radius: 14px;
  box-shadow:
    0 18px 34px rgba(22, 163, 74, 0.3),
    0 5px 14px rgba(11, 121, 53, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 20px;
  font-weight: 700;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.download-btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 48%);
  pointer-events: none;
}

.download-btn:hover {
  filter: brightness(0.97);
  transform: translateY(-2px);
  box-shadow:
    0 22px 40px rgba(22, 163, 74, 0.34),
    0 7px 18px rgba(11, 121, 53, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.download-btn:active {
  transform: translateY(0);
}

.download-btn-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 34px;
  color: #0f8f3f;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 11px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.download-btn-icon .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.download-count {
  color: #8793a4;
  font-size: 13px;
  font-weight: 500;
}

.similar-section {
  margin-bottom: 27px;
}

.similar-section h2 {
  margin: 0 0 16px 21px;
}

.similar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.similar-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  border: 1px solid rgba(227, 234, 243, 0.98);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(31, 45, 70, 0.065), 0 3px 10px rgba(31, 45, 70, 0.03);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.similar-card:hover {
  transform: translateY(-2px);
  border-color: #d8e5f3;
  box-shadow: 0 22px 38px rgba(15, 23, 42, 0.08), 0 6px 14px rgba(15, 23, 42, 0.04);
}

.similar-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.similar-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 14px 12px;
}

.similar-card h3 {
  overflow: hidden;
  color: #162437;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.similar-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 22px;
  margin-top: 10px;
  color: #18a451;
  font-size: 12px;
  font-weight: 700;
}

.similar-badge .icon {
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.similar-meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-end;
  width: 100%;
  margin-top: 12px;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
}

.similar-card .rating-star {
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: var(--yellow);
}

@media (max-width: 1199px) {
  .details-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .download-card {
    padding-right: 34px;
    padding-left: 34px;
  }

  .download-action {
    flex-basis: 330px;
  }

  .similar-grid {
    gap: 12px;
  }

  .similar-card h3 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screenshots-track figure {
    flex-basis: calc((100% - 26px) / 2);
  }

  .details-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sentiment-card {
    max-width: 520px;
  }

  .download-card {
    padding: 22px 24px;
  }

  .download-action {
    flex-basis: 270px;
  }

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

@media (max-width: 767px) {
  .features-card,
  .details-grid {
    padding: 18px;
  }

  .feature-list {
    gap: 10px;
  }

  .feature-list__item {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .specs-section h2,
  .screenshots-section h2,
  .download-section h2,
  .similar-section h2 {
    margin-left: 0;
  }

  .screenshots-track {
    gap: 14px;
    padding: 0 0 12px;
  }

  .screenshots-track figure {
    flex-basis: min(82vw, 360px);
  }

  .carousel-btn {
    width: 46px;
    height: 46px;
    font-size: 46px;
  }

  .carousel-btn.prev {
    left: 8px;
  }

  .carousel-btn.next {
    right: 8px;
  }

  .download-card {
    display: grid;
    gap: 22px;
  }

  .download-action {
    width: 100%;
    flex-basis: auto;
  }

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

@media (max-width: 560px) {
  .breadcrumbs {
    gap: 7px;
    margin-bottom: 12px;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }

  .carousel-btn {
    width: 42px;
    height: 42px;
    font-size: 42px;
  }

  .carousel-btn.prev {
    left: 6px;
  }

  .carousel-btn.next {
    right: 6px;
  }

  .info-box {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .download-card {
    padding: 18px;
  }

  .file-meta {
    gap: 16px;
    align-items: flex-start;
  }

  .file-meta h3 {
    font-size: 17px;
  }

  .download-btn {
    min-height: 50px;
    font-size: 17px;
  }

  .similar-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .feature-list__item {
    width: 100%;
  }

  .sentiment-card {
    padding: 18px;
  }

  .sentiment-card li {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
  }
}
