/* Bproexch Play Store theme - main stylesheet */

/* Reset (replaces Tailwind preflight) */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img,
svg {
  display: inline-block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
}
strong,
b {
  font-weight: 700;
}

:root {
  font-family: 'Roboto', Arial, sans-serif;
  color: #202124;
  background: #fff;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-width: 320px;
}
button,
a {
  font: inherit;
}
button {
  border: 0;
  cursor: pointer;
}
.store-shell {
  min-height: 100vh;
  overflow-x: hidden;
  background: #fff;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  height: 64px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5f6368;
  font:
    500 22px 'Google Sans',
    sans-serif;
  white-space: nowrap;
}
.play-mark {
  width: 34px;
  height: 38px;
  position: relative;
  overflow: hidden;
}
.play-mark span {
  position: absolute;
  display: block;
}
.play-blue {
  width: 23px;
  height: 23px;
  background: #4285f4;
  transform: rotate(45deg);
  left: -8px;
  top: 7px;
  border-radius: 4px 0 4px 0;
}
.play-green {
  width: 25px;
  height: 16px;
  background: #34a853;
  transform: skewY(32deg);
  left: 6px;
  top: 2px;
}
.play-red {
  width: 25px;
  height: 16px;
  background: #ea4335;
  transform: skewY(-32deg);
  left: 6px;
  bottom: 2px;
}
.play-yellow {
  width: 10px;
  height: 11px;
  background: #fbbc04;
  transform: rotate(45deg);
  left: 9px;
  top: 14px;
}
.topbar nav {
  display: flex;
  height: 100%;
  align-items: stretch;
  gap: 44px;
}
.topbar nav a {
  display: flex;
  align-items: center;
  color: #5f6368;
  text-decoration: none;
  font: 500 15px 'Google Sans', 'Roboto', sans-serif;
  position: relative;
}
.topbar nav a:hover {
  color: #202124;
}
.topbar nav a.active {
  color: #01875f;
}
.topbar nav a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #01875f;
}
.top-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  color: #5f6368;
}
.top-actions svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}
.profile {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #dadce0;
  display: grid;
  place-items: center;
  color: #80868b;
  overflow: hidden;
}
main {
  padding: 72px 56px 40px;
  max-width: 1480px;
  margin: 0 auto;
}
.hero {
  display: block;
  padding-right: 24px;
}
.hero-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.hero-title {
  display: block;
  max-width: 760px;
}
.hero-title h1 {
  margin: 0 0 16px;
}
h1 {
  font:
    500 64px/1.15 'Google Sans',
    sans-serif;
  letter-spacing: -1.5px;
  margin: 0 0 25px;
  color: #202124;
}
.publisher {
  color: #188b61;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.age-mini {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #3c4043;
  border-radius: 2px;
  text-align: center;
  line-height: 1;
  background: #fff;
}
.age-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font: 700 4.5px/1 Arial;
  padding: 2px 2px 1px;
  color: #3c4043;
}
.age-top::before,
.age-top::after {
  content: '';
  width: 3px;
  height: 4px;
  background: #3c4043;
}
.age-num {
  font: 700 9px/1 Arial;
  padding: 1px 3px 2px;
  color: #202124;
}
.stats {
  display: flex;
  gap: 32px;
  margin-top: 44px;
}
.stats > div {
  min-width: 106px;
  padding-right: 28px;
  border-right: 1px solid #d7d9dc;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stats > div:last-child {
  border: 0;
}
.stats b {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  min-height: 26px;
}
.stats span {
  color: #73777a;
  font-size: 13px;
  white-space: nowrap;
}
.stats > div.stat-rated {
  display: none;
}
.rated-badge {
  border: 1.5px solid #202124;
  border-radius: 3px;
  font: 700 10px/1 Arial;
  padding: 2px 3px;
  color: #202124;
}
.primary-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
}
.install {
  width: 204px;
  height: 46px;
  border-radius: 8px;
  background: #168c62;
  color: white;
  font-weight: 500;
  box-shadow: 0 1px 2px #0002;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.install:hover {
  background: #0f7652;
}
.install:link,
.install:visited,
.install:hover,
.install:focus,
.install:active {
  color: white;
  text-decoration: none;
}
.install.installed {
  background: #e3f2eb;
  color: #08784f;
  box-shadow: none;
}
.text-action {
  background: transparent;
  color: #168c62;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.text-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.text-action:hover {
  color: #075a3c;
}
.text-action svg {
  stroke-width: 2;
}
.availability {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  color: #6b7074;
  font-size: 14px;
}
.availability svg {
  color: #70757a;
  stroke-width: 1.7;
}
.app-icon {
  width: 248px;
  height: 248px;
  flex-shrink: 0;
  border-radius: 56px;
  border: 1px solid #dedede;
  box-shadow: 0 2px 3px #0002;
  background: white;
  display: grid;
  place-content: center;
  position: relative;
  margin-top: 2px;
  overflow: hidden;
}
.app-icon img {
  width: 78%;
  height: auto;
  object-fit: contain;
}
.icon-bp {
  font: 500 72px/1 'Google Sans';
  letter-spacing: -8px;
  color: #a8df72;
  transform: skew(-8deg);
  position: relative;
  z-index: 1;
}
.icon-bp span {
  color: #4285cf;
  font-size: 92px;
  vertical-align: -10px;
  margin-left: 4px;
}
.icon-arrow {
  position: absolute;
  top: 40px;
  right: 24px;
  font-size: 48px;
  color: #a8df72;
  font-weight: bold;
  transform: rotate(-4deg);
}
.preview-row {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.preview-track {
  display: flex;
  gap: 14px;
  overflow: hidden;
  width: calc(100% - 72px);
  margin: 0 36px;
}
.phone-preview {
  width: 160px;
  min-width: 160px;
  height: 356px;
  background: #f7f8f9;
  border: 1px solid #e3d9e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px #0001;
  color: #3f3d43;
}
.phone-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.phone-topbar {
  height: 29px;
  background: #5d5ac0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font: 600 6px Arial;
}
.phone-content {
  padding: 14px 11px;
  font-size: 6px;
  color: #55505b;
}
.phone-content h5 {
  margin: 6px 0 7px;
  font-size: 8px;
  line-height: 1.4;
  color: #26232b;
}
.phone-content small {
  font-size: 5.5px;
  line-height: 1.4;
  display: block;
}
.phone-field {
  display: flex;
  justify-content: space-between;
  padding: 10px 6px;
  margin-bottom: 5px;
  background: #f8edf6;
  border-radius: 2px;
}
.phone-field strong {
  font-size: 5px;
  font-weight: 400;
}
.phone-content button {
  width: 100%;
  height: 21px;
  margin-top: 14px;
  border-radius: 3px;
  background: #605cc0;
  color: white;
  font-size: 6px;
}
.bank-tabs {
  display: flex;
  gap: 0;
  background: #e5dce5;
  margin-top: 11px;
  height: 19px;
  align-items: center;
  justify-content: space-around;
  font-size: 5px;
}
.bank-tabs b {
  background: #5d7880;
  color: white;
  align-self: stretch;
  padding: 7px 12px;
}
.account-card {
  border: 1px solid #77727c;
  border-radius: 3px;
  padding: 8px 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 5px;
}
.account-card strong {
  margin-left: auto;
}
.bank-logo {
  width: 17px;
  height: 17px;
  background: #e9e9e9;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font: bold 11px Arial;
  color: #555;
}
.input-line {
  border: 1px solid #aca7b5;
  padding: 8px;
  margin-top: 14px;
  font-size: 5px;
  border-radius: 3px;
  color: #777;
}
.muted-button {
  opacity: 0.4;
  margin-top: 8px !important;
}
.red-note {
  font-size: 6px;
  line-height: 1.45;
  color: #d23434;
  margin: 10px 0;
}
.upload-box {
  border: 1px solid #77727c;
  height: 91px;
  margin-top: 11px;
  text-align: center;
  padding-top: 30px;
  font-size: 5px;
  position: relative;
}
.camera {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #eee0ff;
  color: #5d45a0;
  padding: 5px;
  border-radius: 50%;
}
.instructions {
  margin-top: 8px;
  color: #927e86 !important;
}
.carousel-arrow {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: white;
  color: #5f6368;
  box-shadow: 0 1px 4px #0003;
  display: grid;
  place-items: center;
}
.carousel-arrow:disabled {
  display: none;
}
.carousel-arrow.left {
  left: -1px;
}
.carousel-arrow.right {
  right: -1px;
}
.preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 880px) 370px;
  gap: 70px;
  align-items: start;
  margin-top: 13px;
}
.preview-aside {
  padding-top: 0;
}
.details-column {
  margin-top: 64px;
  max-width: 760px;
}
.detail-section {
  padding-bottom: 48px;
  border-bottom: 1px solid #e1e3e6;
  margin-bottom: 48px;
}
.detail-section h2 {
  font: 500 22px 'Google Sans';
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #202124;
}
.detail-section h2 svg {
  width: 20px;
  height: 20px;
  color: #5f6368;
  stroke-width: 2;
}
.detail-section p {
  font-size: 14px;
  line-height: 1.6;
  color: #5f6368;
  max-width: 680px;
  margin: 0 0 20px;
}
.about-section .updated {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 24px 0 18px;
}
.about-section .updated b {
  font-size: 12px;
  color: #5f6368;
  font-weight: 400;
}
.about-section .updated span {
  font-size: 14px;
  color: #202124;
}
.category-pill {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #dadce0;
  border-radius: 20px;
  font-size: 12px;
  color: #5f6368;
}
.safety-card {
  border: 1px solid #dadce0;
  border-radius: 12px;
  padding: 8px 0;
  max-width: 680px;
}
.safety-row {
  display: flex;
  gap: 16px;
  padding: 18px 24px;
  align-items: flex-start;
  border-bottom: 1px solid #f1f3f4;
}
.safety-row:last-of-type {
  border-bottom: 0;
}
.safety-row svg {
  width: 22px;
  height: 22px;
  color: #5f6368;
  stroke-width: 1.8;
  flex-shrink: 0;
  margin-top: 1px;
}
.safety-row b {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 4px;
}
.safety-row span {
  font-size: 13px;
  color: #5f6368;
  line-height: 1.5;
}
.safety-row u {
  color: #1769d1;
}
.safety-card button {
  display: block;
  width: 100%;
  padding: 16px;
  background: transparent;
  color: #1769d1;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #f1f3f4;
}
.safety-card button:hover {
  background: #f8f9fa;
}
.reviews-section {
  max-width: 900px;
  padding-bottom: 48px;
}
.reviews-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.reviews-heading h2 {
  font: 400 24px 'Google Sans';
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
.reviews-heading h2 svg {
  width: 20px;
  height: 20px;
  color: #5f6368;
  stroke-width: 2;
}
.reviews-heading > span {
  font-size: 14px;
  color: #5f6368;
  display: flex;
  align-items: center;
  gap: 8px;
}
.reviews-heading > span svg {
  width: 15px;
  height: 15px;
  color: #5f6368;
}
.device-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #01875f;
  background: #e6f2ea;
  margin-bottom: 36px;
}
.device-pill svg {
  width: 16px;
  height: 16px;
}
.rating-summary {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.rating-number {
  text-align: center;
  min-width: 118px;
}
.rating-big {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  color: #202124;
}
.rating-stars {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  margin: 12px 0 10px;
}
.rating-stars i {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  font-style: normal;
  color: #01875f;
}
.rating-number small {
  display: block;
  font-size: 14px;
  color: #5f6368;
}
.review-card {
  padding: 24px 0;
  border-bottom: 1px solid #f1f3f4;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1976d2;
  color: white;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 500;
}
.review-header b {
  font-size: 15px;
  font-weight: 500;
  color: #202124;
}
.review-header svg {
  margin-left: auto;
  color: #5f6368;
}
.review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #5f6368;
}
.review-meta span.stars-filled {
  color: #168c62;
  font-size: 13px;
}
.review-meta span.stars-empty {
  color: #dadce0;
  font-size: 13px;
}
.review-avatar-photo {
  background: #3c4043;
}
.review-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #3c4043;
  margin: 0 0 10px;
}
.review-card > small {
  font-size: 12px;
  color: #5f6368;
  display: block;
  margin-bottom: 12px;
}
.helpful {
  font-size: 13px;
  color: #5f6368;
  display: flex;
  align-items: center;
  gap: 8px;
}
.helpful button {
  padding: 6px 16px;
  border: 1px solid #dadce0;
  border-radius: 20px;
  background: white;
  color: #3c4043;
  font-size: 12px;
  font-weight: 500;
}
.helpful button:hover {
  background: #f1f3f4;
}
.see-reviews {
  display: inline-block;
  margin-top: 24px;
  color: #1769d1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 24px;
  border: 1px solid #dadce0;
  border-radius: 20px;
}
.see-reviews:hover {
  background: #f8f9fa;
}
.flag-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #5f6368;
  font-size: 13px;
  cursor: pointer;
}
.flag-link svg {
  width: 16px;
  height: 16px;
}
.footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e1e3e6;
}
.footer-columns {
  display: flex;
  gap: 80px;
  margin-bottom: 32px;
}
.footer-columns > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-columns b {
  font-size: 14px;
  font-weight: 500;
  color: #202124;
  margin-bottom: 4px;
}
.footer-columns span {
  font-size: 13px;
  color: #5f6368;
  cursor: pointer;
}
.footer-columns span:hover {
  color: #1769d1;
}
.footer-bottom {
  display: flex;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid #e1e3e6;
  font-size: 12px;
  color: #5f6368;
  flex-wrap: wrap;
}
.footer-bottom span {
  cursor: pointer;
}
.footer-bottom span:hover {
  color: #1769d1;
}
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  gap: 150px;
  margin-top: 70px;
}
.rating-line {
  display: flex;
  gap: 65px;
  align-items: center;
  padding-bottom: 34px;
  border-bottom: 1px solid #e1e3e6;
}
.rating-line > div:first-child {
  min-width: 82px;
  text-align: center;
}
.rating-line strong {
  font-size: 44px;
  font-weight: 400;
}
.stars {
  display: flex;
  color: #5f6368;
  justify-content: center;
  gap: 2px;
  margin: 6px 0 7px;
}
.stars svg {
  width: 13px;
  height: 13px;
}
.rating-line span {
  font-size: 12px;
  color: #6b7075;
}
.rating-bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-top: 6px;
}
.rating-bars > div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #5f6368;
}
.rating-bars > div span {
  min-width: 12px;
  text-align: right;
}
.rating-bars i {
  flex: 1;
  height: 10px;
  border-radius: 10px;
  background: #e8eaed;
  overflow: hidden;
}
.rating-bars em {
  display: block;
  height: 100%;
  background: #01875f;
  border-radius: inherit;
}
.section-tabs {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #e1e3e6;
}
.section-tabs button {
  background: transparent;
  padding: 25px 1px 16px;
  color: #70757a;
  font-size: 14px;
  position: relative;
}
.section-tabs button.selected {
  color: #168c62;
  font-weight: 500;
}
.section-tabs button.selected::after {
  content: '';
  height: 3px;
  background: #168c62;
  border-radius: 2px 2px 0 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.about {
  padding-top: 30px;
}
.about h2 {
  font: 500 20px 'Google Sans';
  margin: 0 0 15px;
}
.about p {
  font-size: 14px;
  line-height: 1.55;
  color: #5f6368;
  max-width: 650px;
}
.about .updated {
  margin-top: 24px;
  line-height: 1.8;
}
.about .updated b {
  color: #202124;
  font-weight: 400;
}
.info-row {
  border-top: 1px solid #e1e3e6;
  margin-top: 30px;
  padding-top: 24px;
  display: flex;
  gap: 54px;
}
.info-row > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-row svg {
  width: 22px;
  color: #5f6368;
  stroke-width: 1.7;
}
.info-row b {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.info-row small {
  color: #6b7075;
  font-size: 12px;
}
.age-card {
  border: 1px solid #dadce0;
  border-radius: 24px;
  min-height: 96px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 26px;
  max-width: 370px;
}
.age-badge {
  border: 2px solid #202124;
  width: 46px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.iarc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #202124;
  color: #fff;
  font: 700 8px/1 Arial;
  padding: 3px 3px;
}
.age-badge .age-num {
  display: block;
  font: 700 17px/1 Arial;
  text-align: center;
  padding: 4px 0 5px;
  color: #202124;
}
.age-card b {
  display: block;
  font:
    400 22px 'Google Sans',
    sans-serif;
  color: #202124;
  margin-bottom: 10px;
}
.age-card a {
  color: #1a76d2;
  font-size: 15px;
}
.support {
  background: transparent;
  font: 500 20px 'Google Sans';
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
  padding: 0;
}
.support svg {
  width: 20px;
  color: #5f6368;
}
.scroll-bar {
  position: fixed;
  right: 0;
  top: 64px;
  bottom: 0;
  width: 10px;
  background: #f1f3f4;
}
.scroll-bar span {
  display: block;
  width: 8px;
  height: 190px;
  border-radius: 8px;
  background: #aeb3b7;
}
.bottom-nav {
  display: none;
}
@media (max-width: 900px) {
  .topbar {
    padding: 0 22px;
    gap: 28px;
  }
  .top-actions {
    gap: 15px;
  }
  main {
    padding: 45px 24px 100px;
  }  .app-icon {
    width: 170px;
    height: 170px;
    border-radius: 25px;
  }
  .icon-bp {
    font-size: 46px;
  }
  .icon-bp span {
    font-size: 60px;
  }
  .icon-arrow {
    top: 25px;
    right: 15px;
    font-size: 32px;
  }
  .preview-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }
  .content-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
  .rating-bars i {
    width: 220px;
  }
  .rating-summary {
    gap: 28px;
  }
  .footer-columns {
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .topbar {
    height: 64px;
    padding: 0 16px;
    gap: 16px;
    border-bottom: 0;
  }
  .brand {
    font-size: 20px;
  }
  .topbar nav {
    display: none;
  }
  .top-actions {
    gap: 22px;
  }
  .top-actions svg {
    width: 24px;
    height: 24px;
  }
  .profile {
    width: 34px;
    height: 34px;
  }
  main {
    padding: 30px 20px 110px;
  }
  .hero {
    padding-right: 0;
  }
  .hero-head {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 22px;
  }
  .hero-title {
    display: contents;
  }
  .app-header {
    flex: 1;
    min-width: 0;
  }
  .hero h1 {
    font-size: 32px;
    letter-spacing: -0.5px;
    margin: 0 0 6px;
  }
  .publisher {
    font-size: 15px;
  }
  .app-icon {
    order: -1;
    width: 96px;
    height: 96px;
    border-radius: 20px;
    margin: 0;
    flex-shrink: 0;
  }
  .icon-bp {
    font-size: 28px;
    letter-spacing: -3px;
  }
  .icon-bp span {
    font-size: 36px;
    vertical-align: -5px;
  }
  .icon-arrow {
    top: 14px;
    right: 10px;
    font-size: 20px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .stats {
    flex-basis: 100%;
    margin-top: 34px;
    justify-content: center;
    gap: 0;
  }
  .stats > div {
    min-width: 0;
    flex: 1;
    padding: 0 14px;
    align-items: center;
    text-align: center;
  }
  .stats > div.stat-rated {
    display: flex;
  }
  .stats b {
    font-size: 15px;
    justify-content: center;
  }
  .primary-actions {
    flex-basis: 100%;
    flex-direction: column;
    gap: 26px;
    margin-top: 34px;
    align-items: center;
  }
  .text-actions {
    gap: 44px;
  }
  .install {
    width: 100%;
    align-self: stretch;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
  }
  .text-action {
    font-size: 15px;
  }
  .availability {
    flex-basis: 100%;
    justify-content: flex-start;
    margin-top: 36px;
  }
  .reviews-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .reviews-heading h2 {
    width: 100%;
    justify-content: space-between;
    font-size: 24px;
  }
  .reviews-heading > span {
    font-size: 15px;
  }
  .device-pill {
    background: #e7f2ec;
    border-color: transparent;
    color: #16865e;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 24px;
  }
  .device-pill svg {
    width: 18px;
    height: 18px;
  }
  .rating-summary {
    flex-direction: row;
    gap: 26px;
    align-items: stretch;
  }
  .rating-number {
    text-align: left;
  }
  .rating-big {
    font-size: 58px;
  }
  .rating-stars {
    font-size: 22px;
    margin: 12px 0 10px;
  }
  .rating-number small {
    font-size: 15px;
  }
  .rating-bars {
    flex: 1;
    justify-content: center;
    gap: 12px;
    padding-top: 6px;
  }
  .rating-bars > div {
    gap: 14px;
    font-size: 14px;
  }
  .rating-bars i {
    flex: 1;
    width: auto;
    height: 8px;
  }
  .review-card p {
    font-size: 17px;
    line-height: 1.5;
  }
  .preview-layout {
    display: block;
  }
  .preview-aside {
    margin-top: 32px;
  }
  .preview-row {
    margin-top: 40px;
  }
  .preview-track {
    width: calc(100% - 12px);
    margin: 0 6px;
    gap: 10px;
  }
  .phone-preview {
    min-width: calc((100vw - 56px) / 2);
    height: auto;
    aspect-ratio: 841 / 1870;
  }
  .content-grid {
    display: block;
    margin-top: 48px;
  }
  .content-grid aside {
    margin-top: 42px;
  }
  .rating-line {
    gap: 20px;
  }
  .info-row {
    gap: 16px;
    flex-wrap: wrap;
  }
  .age-card {
    max-width: none;
  }
  .footer-columns {
    flex-direction: column;
    gap: 28px;
  }
  .footer-bottom {
    gap: 16px;
  }
  .scroll-bar {
    display: none;
  }
  .bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    height: 80px;
    background: #fff;
    border-top: 1px solid #e8eaed;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #3c4043;
    text-decoration: none;
  }
  .bottom-nav a svg {
    width: 26px;
    height: 26px;
  }
  .bottom-nav a.active {
    color: #01875f;
    font-weight: 500;
  }
}
