:root {
  color-scheme: light;
  --bg: #f8fafc;
  --paper: #ffffff;
  --ink: #0f172a;
  --muted: #64748b;
  --line: rgba(15, 23, 42, .1);
  --soft: #f1f5f9;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --slate: #0f172a;
  --success: #059669;
  --shadow: 0 24px 70px rgba(15, 23, 42, .12);
  --shadow-soft: 0 12px 34px rgba(15, 23, 42, .07);
  --radius: 22px;
  --radius-sm: 14px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -12%, rgba(37, 99, 235, .14), transparent 34rem),
    linear-gradient(180deg, #fff 0%, #f8fafc 42%, #eef2f7 100%);
  letter-spacing: 0;
}
main { overflow-x: clip; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 70%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; letter-spacing: 0; }
.icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .76);
  backdrop-filter: blur(18px) saturate(160%);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 850;
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(37, 99, 235, .22);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #0f172a 100%);
  box-shadow: 0 12px 30px rgba(37, 99, 235, .24);
  font-size: 14px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 14px;
  font-weight: 760;
}
.nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: .18s ease;
}
.nav a:hover {
  color: var(--ink);
  border-color: rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}
.subscribe-strip {
  position: sticky;
  top: 76px;
  z-index: 18;
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(420px, 1.05fr);
  gap: 16px;
  align-items: center;
  padding: 12px max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(37, 99, 235, .2);
  background:
    linear-gradient(90deg, rgba(15, 23, 42, .96), rgba(29, 78, 216, .94)),
    var(--slate);
  color: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
}
.subscribe-strip-copy {
  min-width: 0;
}
.subscribe-strip-copy strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 1.25;
}
.subscribe-strip-copy span {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subscribe-strip-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}
.subscribe-strip-form input[type="email"] {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  padding: 0 13px;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  font: inherit;
  outline: none;
}
.subscribe-strip-form input[type="email"]:focus {
  border-color: rgba(255, 255, 255, .85);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .16);
}
.subscribe-strip-form .button {
  min-height: 42px;
  padding: 0 16px;
  background: #fff;
  color: var(--blue-dark);
  box-shadow: none;
  white-space: nowrap;
}
.subscribe-strip-form .subscribe-status {
  grid-column: 1 / -1;
  min-height: 0;
  margin: -2px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
}
.subscribe-strip-form .subscribe-status.success {
  color: #bbf7d0;
}
.subscribe-strip-form .subscribe-status.error {
  color: #fecaca;
}
.subscribe-strip-form .subscribe-consent-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.35;
}

.hero,
.feature-grid,
.play-home,
.store-section,
.store-page,
.content,
.app-detail,
.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .82fr);
  gap: 52px;
  align-items: center;
  min-height: 680px;
  padding: 62px 0 52px;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin: 0 0 16px;
  padding: 7px 10px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(239, 246, 255, .82);
  font-size: 12px;
  font-weight: 820;
  text-transform: none;
}
h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  font-weight: 850;
}
h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.12;
}
h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}
.lead {
  margin: 20px 0 0;
  max-width: 720px;
  color: #475569;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button,
.download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 780;
  transition: .18s ease;
}
.button.primary,
.download {
  color: #fff;
  background: var(--slate);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .14);
}
.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}
.button:hover,
.download:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
}
.text-link {
  color: var(--blue-dark);
  font-weight: 780;
}
.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: #1d4ed8;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 999px;
  background: rgba(239, 246, 255, .78);
  font-size: 13px;
  font-weight: 760;
}

.hero-product {
  position: relative;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 34px;
}
.hero-product::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: -1;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(37, 99, 235, .14), rgba(15, 23, 42, .04));
}
.hero-window {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}
.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: rgba(248, 250, 252, .9);
}
.window-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}
.window-bar i:first-child { background: #ef4444; }
.window-bar i:nth-child(2) { background: #f59e0b; }
.window-bar i:nth-child(3) { background: #22c55e; }
.window-bar em {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
}
.hero-window-body {
  display: grid;
  gap: 14px;
  padding: 30px;
}
.hero-window-body strong {
  font-size: 28px;
}
.hero-window-body p {
  color: #475569;
  line-height: 1.65;
}
.window-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 24px;
}
.feature-card,
.ranking-column,
.article-card,
.content-panel,
.faq details,
.category-tile,
.product-row,
.app-card {
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow-soft);
}
.feature-card {
  min-height: 210px;
  padding: 22px;
}
.feature-card svg {
  width: 22px;
  height: 22px;
  margin-bottom: 18px;
  color: var(--blue);
}
.feature-card h2 {
  font-size: 22px;
}
.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.play-home {
  padding: 20px 0 30px;
}
.promo-rail,
.app-rail,
.screenshot-strip {
  display: flex;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 2px 18px;
  scroll-snap-type: x proximity;
  contain: layout paint;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}
.promo-card {
  position: relative;
  flex: 0 0 min(46%, 540px);
  min-height: 330px;
  overflow: hidden;
  border-radius: 26px;
  background: #111827;
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}
.promo-media {
  position: absolute;
  inset: 0;
}
.promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,.08) 8%, rgba(15,23,42,.36) 48%, rgba(15,23,42,.82) 100%);
}
.promo-copy {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #fff;
}
.promo-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 780;
}
.promo-copy h2 {
  font-size: clamp(25px, 2.6vw, 36px);
}
.promo-copy p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.82);
  line-height: 1.5;
}
.promo-install {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.promo-install .download {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(12px);
}

.store-section,
.store-page,
.content,
.app-detail,
.section {
  padding: 36px 0;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.section-head > div { max-width: 780px; }
.section-head.compact h2 {
  font-size: clamp(25px, 2.8vw, 36px);
}
.section-head.compact p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.ranking-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  overflow-x: auto;
}
.ranking-tabs span,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 999px;
  color: #475569;
  background: #fff;
  font-size: 13px;
  font-weight: 780;
  white-space: nowrap;
}
.ranking-tabs span.active,
.pill {
  color: var(--blue-dark);
  border-color: rgba(37,99,235,.15);
  background: #eff6ff;
}
.ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ranking-column {
  min-width: 0;
  padding: 18px;
}
.ranking-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ranking-title h3 { font-size: 18px; }
.ranking-title span { color: var(--muted); font-size: 24px; }
.mini-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.mini-app {
  display: grid;
  grid-template-columns: 26px auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 62px;
}
.rank {
  color: var(--muted);
  font-weight: 850;
  text-align: center;
}
.mini-app strong,
.mini-app span {
  display: block;
}
.mini-app span {
  color: var(--muted);
  font-size: 13px;
}

.app-card {
  flex: 0 0 284px;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.app-card:hover,
.article-card:hover,
.category-tile:hover,
.product-row:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .24);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
}
.app-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e2e8f0;
}
.app-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-card-body {
  display: grid;
  gap: 14px;
  padding: 16px;
}
.app-card-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.app-card-title h3,
.app-card-title p,
.app-title strong,
.app-title span,
.package {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-card-title p,
.app-title span,
.app-meta,
.package,
.content-panel p,
.content-panel li,
.article-card p,
.faq p {
  color: var(--muted);
}
.app-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  font-weight: 720;
}
.app-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.app-card.play {
  flex-basis: 220px;
  border-radius: 18px;
}
.app-card.play .app-card-media,
.app-card.play .download {
  display: none;
}
.app-card.play .app-card-body {
  padding: 16px;
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.app-card.compact {
  flex-basis: auto;
}
.app-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}
.app-icon.small {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}
.app-icon.large {
  width: 112px;
  height: 112px;
  border-radius: 28px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .12);
}

.screenshot-strip img {
  flex: 0 0 min(42%, 520px);
  width: min(42%, 520px);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  object-fit: cover;
  background: #e2e8f0;
  box-shadow: var(--shadow-soft);
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.country-card,
.country-app-card,
.country-hero {
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow-soft);
}
.country-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: 22px;
  transition: .18s ease;
}
.country-card:hover,
.country-app-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .24);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
}
.country-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 820;
}
.country-card strong {
  font-size: 21px;
  line-height: 1.2;
}
.country-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.country-page {
  padding-top: 48px;
}
.country-hero {
  padding: 46px;
}
.country-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.country-app-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 22px;
  transition: .18s ease;
}
.country-app-card.contact-card {
  background: linear-gradient(180deg, rgba(239, 246, 255, .95), rgba(255, 255, 255, .92));
  border-color: rgba(37, 99, 235, .18);
}
.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #fff;
}
.contact-icon .icon {
  width: 24px;
  height: 24px;
}
.country-app-copy {
  display: grid;
  gap: 12px;
}
.country-app-copy .eyebrow {
  margin: 0;
}
.country-app-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.country-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.adfree-page {
  padding-top: 48px;
}
.adfree-section {
  position: relative;
}
.adfree-section::before {
  content: "";
  position: absolute;
  inset: 18px -20px auto;
  height: 220px;
  z-index: -1;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(15, 23, 42, .08));
}
.adfree-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.adfree-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-soft);
  transition: .18s ease;
}
.adfree-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .3);
  box-shadow: 0 20px 46px rgba(15, 23, 42, .12);
}
.adfree-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.adfree-card-head .eyebrow {
  margin: 0 0 8px;
}
.adfree-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}
.adfree-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.adfree-card .button {
  justify-self: start;
  margin-top: auto;
}
.adfree-note {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.subscribe-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: -12px auto 34px;
  padding: 28px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .88)),
    #fff;
  box-shadow: var(--shadow-soft);
}
.subscribe-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 38px);
}
.subscribe-copy p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.subscribe-form {
  display: grid;
  gap: 12px;
}
.subscribe-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.subscribe-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 14px;
  padding: 0 15px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.subscribe-form input[type="email"]:focus {
  border-color: rgba(37, 99, 235, .5);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
}
.subscribe-form button {
  min-height: 52px;
}
.subscribe-form button:disabled {
  opacity: .62;
  cursor: wait;
}
.subscribe-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.subscribe-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--blue);
}
.subscribe-consent-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.subscribe-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.subscribe-status.success {
  color: #047857;
}
.subscribe-status.error {
  color: #b91c1c;
}
.comment-section {
  width: min(1180px, calc(100% - 48px));
  margin: 18px auto 0;
}
.comment-panel {
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow-soft);
}
.comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.comment-form textarea,
.comment-form .comment-status {
  grid-column: 1 / -1;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: rgba(37, 99, 235, .5);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
}
.comment-form button {
  width: fit-content;
}
.comment-form button:disabled {
  opacity: .62;
  cursor: wait;
}
.comment-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
}
.comment-status.success {
  color: #047857;
}
.comment-status.error {
  color: #b91c1c;
}
.category-tile {
  display: flex;
  min-height: 116px;
  padding: 16px;
  flex-direction: column;
  justify-content: space-between;
}
.category-tile strong { text-transform: capitalize; }
.category-tile span {
  color: var(--muted);
  font-size: 13px;
}

.guide-band {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100% - 1180px)/2));
  padding-left: max(24px, calc((100% - 1180px)/2));
  background: rgba(241, 245, 249, .72);
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.article-card {
  display: grid;
  min-height: 178px;
  gap: 12px;
  align-content: start;
  padding: 20px;
  transition: .18s ease;
}
.article-card time {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 780;
}
.article-card p {
  line-height: 1.65;
}

.products-list {
  display: grid;
  gap: 10px;
}
.product-row {
  display: grid;
  grid-template-columns: auto minmax(190px, 1fr) auto minmax(190px, .9fr) auto;
  gap: 14px;
  align-items: center;
  padding: 13px;
  transition: .18s ease;
}
.app-title {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.detail-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 54px 0 34px;
}
.detail-title h1 {
  font-size: clamp(40px, 5vw, 66px);
}
.detail-title p {
  margin: 10px 0 22px;
  color: var(--muted);
  font-size: 18px;
}
.detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 760px;
  margin: 20px 0 34px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.09);
  border-radius: 20px;
  background: #fff;
}
.detail-metrics div {
  padding: 18px;
  border-right: 1px solid rgba(15,23,42,.08);
  text-align: center;
}
.detail-metrics div:last-child { border-right: 0; }
.detail-metrics strong,
.detail-metrics span {
  display: block;
}
.detail-metrics span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}
.content { max-width: 920px; }
.content h1 {
  font-size: clamp(40px, 5vw, 66px);
}
.content-panel {
  margin-top: 26px;
  padding: 30px;
}
.content-panel h2 {
  margin: 34px 0 12px;
  font-size: clamp(24px, 3vw, 34px);
}
.content-panel h2:first-child { margin-top: 0; }
.content-panel p,
.content-panel li {
  line-height: 1.78;
}
.content-panel li { margin: 8px 0; }

.faq details {
  margin-bottom: 12px;
  padding: 0 20px;
}
.faq summary {
  display: flex;
  align-items: center;
  min-height: 62px;
  font-weight: 820;
  cursor: pointer;
}
.faq p {
  margin: 0;
  padding: 0 0 20px;
  line-height: 1.72;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding: 42px max(24px, calc((100vw - 1180px) / 2));
  color: #e2e8f0;
  background: #0f172a;
}
.footer p {
  max-width: 680px;
  margin: 7px 0 0;
  color: #94a3b8;
}
.footer-note {
  font-size: 13px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 760;
}
.footer-links a:hover { color: #fff; }

[dir="rtl"] .detail-metrics div {
  border-right: 0;
  border-left: 1px solid rgba(15,23,42,.08);
}
[dir="rtl"] .detail-metrics div:last-child { border-left: 0; }

.motion,
.motion-ready,
.motion-in {
  opacity: 1;
  transform: translateY(0);
}
.motion {
  animation: riseIn .46s ease both;
}
@keyframes riseIn {
  from { opacity: .001; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 1080px) {
  .subscribe-strip {
    top: 76px;
    grid-template-columns: 1fr;
  }
  .subscribe-strip-copy span {
    white-space: normal;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 44px;
  }
  .hero-product {
    max-width: 760px;
  }
  .ranking-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .country-grid,
  .country-app-grid {
    grid-template-columns: 1fr;
  }
  .app-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-row {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .product-row .pill,
  .product-row .package,
  .product-row .download {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    padding: 16px;
  }
  .nav {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }
  .nav a {
    flex: 0 0 auto;
  }
  .subscribe-strip {
    position: static;
    display: block;
    padding: 14px 16px;
  }
  .subscribe-strip-copy {
    margin-bottom: 10px;
  }
  .subscribe-strip-form {
    grid-template-columns: 1fr;
  }
  .subscribe-strip-form .button {
    width: 100%;
  }
  .hero,
  .feature-grid,
  .play-home,
  .store-section,
  .store-page,
  .content,
  .app-detail,
  .subscribe-section,
  .comment-section,
  .section {
    width: calc(100% - 28px);
  }
  .hero {
    gap: 28px;
    padding: 34px 0 32px;
    overflow: hidden;
  }
  .hero-product::before {
    inset: -10px;
    border-radius: 28px;
  }
  h1 {
    font-size: 42px;
    line-height: 1.02;
  }
  .lead {
    font-size: 16px;
  }
  .actions .button,
  .window-actions .button,
  .window-actions .download {
    width: 100%;
  }
  .hero-window-body {
    padding: 22px;
  }
  .promo-card {
    flex-basis: 88%;
    min-height: 300px;
    border-radius: 22px;
  }
  .promo-copy {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
  .section-head,
  .footer {
    display: block;
  }
  .app-grid,
  .article-grid,
  .category-grid,
  .country-grid,
  .country-app-grid,
  .adfree-grid {
    grid-template-columns: 1fr;
  }
  .adfree-card {
    min-height: 0;
  }
  .subscribe-section {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 20px;
  }
  .subscribe-input-row {
    grid-template-columns: 1fr;
  }
  .subscribe-form button {
    width: 100%;
  }
  .country-hero {
    padding: 24px;
  }
  .country-app-actions .button {
    width: 100%;
  }
  .comment-panel {
    padding: 18px;
  }
  .comment-form {
    grid-template-columns: 1fr;
  }
  .comment-form button {
    width: 100%;
  }
  .screenshot-strip img {
    flex-basis: 88%;
    width: 88%;
  }
  .detail-hero {
    grid-template-columns: 1fr;
  }
  .detail-metrics {
    grid-template-columns: 1fr;
  }
  .detail-metrics div,
  [dir="rtl"] .detail-metrics div {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(15,23,42,.08);
  }
  .detail-metrics div:last-child {
    border-bottom: 0;
  }
  .content-panel {
    padding: 20px;
  }
  .footer-links {
    margin-top: 18px;
  }
}
