
:root {
  --bg-store-body: #F4F5F9;
  --bg-store-card: #FFFFFF;
  --bg-store-card-hover: #FFF9F6;
  --bg-store-hero: #0A192F;
  --bg-store-subbar: #112240;
  --text-dark: #0F172A;
  --text-muted: #64748B;
  --text-dim: #94A3B8;
  --accent-orange: #FF5E1E;
  --accent-orange-hover: #E0480A;
  --accent-orange-light: #FFF0EB;
  --accent-teal: #0D9488;
  --accent-gold: #F59E0B;
  --border-store: #E2E8F0;
  --border-card: #EEF2F6;
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-hover: 0 10px 24px rgba(255, 94, 30, 0.12);
  --font-store-heading: 'Bricolage Grotesque', sans-serif;
  --font-store-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: var(--bg-store-body);
  color: var(--text-dark);
  font-family: var(--font-store-body);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .store-title, .btn-spotlight-download, .btn-market-primary-dl, .btn-market-search {
  font-family: var(--font-store-heading);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.shell {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 16px;
}

.store-top-navbar {
  background-color: var(--bg-store-hero);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.market-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-bag-icon {
  width: 38px;
  height: 38px;
  background: var(--accent-orange);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 14px rgba(255, 94, 30, 0.35);
}

.brand-labels {
  display: flex;
  flex-direction: column;
}

.store-title {
  color: #FFF;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.5px;
}

.store-sub {
  color: #8892B0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.market-nav {
  display: none;
  gap: 22px;
}

.nav-btn {
  color: #CCD6F6;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.15s;
}

.nav-btn:hover, .nav-btn.active {
  color: var(--accent-orange);
}

.nav-btn.fire-item {
  color: #FCD34D;
}

.navbar-audit-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(13, 148, 136, 0.15);
  border: 1px solid rgba(13, 148, 136, 0.3);
  color: #2DD4BF;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}

.shield-tick {
  font-weight: 900;
}

.store-category-bar {
  background-color: var(--bg-store-subbar);
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.store-category-bar::-webkit-scrollbar {
  display: none;
}

.cat-bar-inner {
  display: flex;
  gap: 10px;
  padding: 8px 16px;
}

.cat-pill {
  color: #8892B0;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.cat-pill.active, .cat-pill:hover {
  background: var(--accent-orange);
  color: #FFF;
  font-weight: 700;
}

.market-hero-strip {
  background: radial-gradient(circle at top right, #1D2D50, var(--bg-store-hero));
  color: #FFF;
  padding: 24px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-strip-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.live-blink-circle {
  width: 8px;
  height: 8px;
  background: var(--accent-orange);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent-orange);
}

.hero-headline {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.hero-pitch-p {
  color: #8892B0;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.market-search-container {
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: var(--radius-sm);
  padding: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.search-glass-icon {
  padding: 0 10px;
  font-size: 16px;
}

.market-search-container input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  color: var(--text-dark);
}

.btn-market-search {
  background: var(--accent-orange);
  color: #FFF;
  border: none;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: var(--radius-xs);
  cursor: pointer;
}

.market-spotlight-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 18px;
  backdrop-filter: blur(10px);
}

.spotlight-top-badge {
  font-size: 11px;
  font-weight: 800;
  color: #FCD34D;
  margin-bottom: 12px;
}

.spotlight-layout {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.spotlight-app-icon {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  overflow: hidden;
  background: #112240;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}

.spotlight-name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}

.spotlight-metrics {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
}

.amber-stars {
  color: var(--accent-gold);
}

.score-text {
  font-weight: 700;
}

.verified-tag-clean {
  background: rgba(45, 212, 191, 0.15);
  color: #2DD4BF;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.spotlight-desc {
  color: #8892B0;
  font-size: 13px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.spotlight-btn-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn-spotlight-download {
  background: var(--accent-orange);
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  border-radius: var(--radius-xs);
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(255, 94, 30, 0.4);
}

.btn-spotlight-specs {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-align: center;
  padding: 10px;
  border-radius: var(--radius-xs);
  font-size: 13px;
  font-weight: 600;
}

.store-carousel-section {
  padding-top: 24px;
}

.section-top-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.sec-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.sec-sub {
  color: var(--text-muted);
  font-size: 12px;
  margin-top: 2px;
}

.sec-more-btn {
  color: var(--accent-orange);
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.horizontal-snap-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 6px;
}

.horizontal-snap-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-card-item {
  scroll-snap-align: start;
  flex: 0 0 200px;
  background: var(--bg-store-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 12px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.carousel-card-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.carousel-app-avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  background: #E2E8F0;
  flex-shrink: 0;
}

.carousel-card-body {
  flex: 1;
  overflow: hidden;
}

.carousel-title {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-dark);
}

.carousel-sub {
  font-size: 11px;
  color: var(--text-muted);
}

.btn-carousel-get {
  background: var(--accent-orange-light);
  color: var(--accent-orange);
  font-weight: 700;
  font-size: 12px;
  padding: 6px;
  text-align: center;
  border-radius: 8px;
}

.main-store-split {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 24px;
  padding-bottom: 40px;
}

.store-primary-column {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.store-catalog-section {
  display: flex;
  flex-direction: column;
}

.store-window-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.grid-card-item {
  background: var(--bg-store-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.grid-card-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.grid-card-anchor {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.grid-app-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  overflow: hidden;
  background: #E2E8F0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.store-fallback-avatar {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0A192F, #1E293B);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}

.grid-card-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-card-stats {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
}

.stat-score {
  color: #D97706;
  font-weight: 700;
}

.stat-sep {
  color: var(--text-dim);
}

.stat-size {
  color: var(--text-muted);
}

.grid-card-snippet {
  font-size: 12px;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 2px;
}

.grid-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--border-card);
}

.grid-card-badge {
  font-size: 10px;
  font-weight: 700;
  color: var(--accent-teal);
  background: rgba(13, 148, 136, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

.btn-grid-install {
  background: var(--text-dark);
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
}

.device-setup-banner {
  background: #0A192F;
  color: #FFF;
  border-radius: var(--radius-md);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.setup-banner-content h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.setup-banner-content p {
  color: #8892B0;
  font-size: 13px;
  margin-bottom: 12px;
}

.quick-step-badges {
  display: flex;
  gap: 6px;
}

.q-badge {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.q-badge span {
  background: var(--accent-orange);
  color: #FFF;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
}

.btn-view-setup-guide {
  background: var(--accent-orange);
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: var(--radius-xs);
  font-size: 13px;
}

.store-sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.store-side-widget {
  background: var(--bg-store-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: var(--shadow-sm);
}

.widget-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--border-store);
  padding-bottom: 8px;
}

.market-ranking-stream {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.market-rank-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: var(--radius-xs);
  transition: background 0.15s ease;
}

.market-rank-row:hover {
  background: var(--bg-store-card-hover);
}

.rank-pos {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-dim);
  min-width: 20px;
  text-align: center;
}

.rank-pos.pos-1 { color: var(--accent-orange); }
.rank-pos.pos-2 { color: #2563EB; }
.rank-pos.pos-3 { color: var(--accent-teal); }

.rank-icon-frame {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  overflow: hidden;
  background: #E2E8F0;
  flex-shrink: 0;
}

.rank-details {
  flex: 1;
  overflow: hidden;
}

.rank-app-title {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rank-app-sub {
  font-size: 11px;
  color: var(--text-muted);
}

.rank-action-pill {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-orange);
  background: var(--accent-orange-light);
  padding: 4px 8px;
  border-radius: 6px;
}

.tags-cloud-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.market-topic-tag {
  background: #F1F5F9;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 20px;
  color: var(--text-muted);
}

.category-store-banner {
  background: var(--bg-store-hero);
  color: #FFF;
  padding: 24px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.breadcrumb {
  font-size: 12px;
  color: #8892B0;
  margin-bottom: 8px;
}

.breadcrumb a {
  color: #CCD6F6;
}

.cat-store-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
}

.cat-store-subtitle {
  font-size: 13px;
  color: #8892B0;
  margin-bottom: 12px;
}

.cat-compliance-alert {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xs);
  padding: 8px 12px;
  font-size: 12px;
  color: #CCD6F6;
  display: flex;
  gap: 8px;
}

.market-cat-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.m-cat-link {
  padding: 10px 12px;
  border-radius: var(--radius-xs);
  background: #F8FAFC;
  font-size: 13px;
  font-weight: 600;
}

.m-cat-link:hover {
  background: var(--accent-orange);
  color: #FFF;
}

.store-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.page-step-btn {
  background: #FFF;
  border: 1px solid var(--border-store);
  padding: 8px 14px;
  border-radius: var(--radius-xs);
  font-weight: 700;
  font-size: 13px;
}

.page-step-btn.active {
  background: var(--accent-orange);
  border-color: var(--accent-orange);
  color: #FFF;
}

.store-detail-hero {
  background: var(--bg-store-hero);
  color: #FFF;
  padding: 20px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-hero-app-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.detail-app-big-icon {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  overflow: hidden;
  background: #112240;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.detail-product-name {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
}

.detail-developer-brand {
  font-size: 13px;
  color: #8892B0;
  margin-bottom: 12px;
}

.badge-playprotect {
  color: #2DD4BF;
  background: rgba(13, 148, 136, 0.15);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 11px;
}

.detail-stats-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 16px;
}

.stat-pill {
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 10px;
  border-radius: 6px;
  color: #CCD6F6;
}

.detail-download-actions {
  display: flex;
  gap: 10px;
}

.btn-market-primary-dl {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent-orange);
  color: #FFF;
  font-weight: 700;
  padding: 14px;
  border-radius: var(--radius-xs);
  font-size: 15px;
  box-shadow: 0 4px 14px rgba(255, 94, 30, 0.4);
}

.btn-market-secondary-guide {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-weight: 600;
  padding: 14px;
  border-radius: var(--radius-xs);
  font-size: 13px;
}

.security-radar-banner {
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: var(--radius-md);
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.radar-ico {
  font-size: 26px;
}

.radar-text strong {
  color: #065F46;
  font-size: 14px;
  display: block;
}

.radar-text p {
  color: #047857;
  font-size: 12px;
  margin: 0;
}

.store-panel {
  background: var(--bg-store-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: var(--shadow-sm);
}

.panel-main-title {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border-store);
  padding-bottom: 8px;
}

.panel-body-article {
  font-size: 14px;
  line-height: 1.65;
  color: #334155;
}

.panel-body-article p {
  margin-bottom: 12px;
}

.table-scroll-container {
  overflow-x: auto;
}

.market-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.market-specs-table th, .market-specs-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-store);
  text-align: left;
}

.market-specs-table th {
  color: var(--text-dim);
  width: 35%;
  font-weight: 600;
}

.market-specs-table td {
  font-weight: 600;
  color: var(--text-dark);
}

.setup-walkthrough-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.walkthrough-step-cell {
  background: #F8FAFC;
  border-radius: var(--radius-xs);
  padding: 14px;
}

.wt-step-no {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dim);
  display: block;
}

.walkthrough-step-cell h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.walkthrough-step-cell p {
  font-size: 12px;
  color: var(--text-muted);
}

.market-faq-accordions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-accordion-unit {
  border: 1px solid var(--border-store);
  border-radius: var(--radius-xs);
  padding: 10px 14px;
}

.faq-accordion-unit summary {
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.faq-accordion-unit p {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 8px;
  line-height: 1.5;
}

.simple-page-layout {
  padding-top: 24px;
  padding-bottom: 40px;
}

.simple-article-body h1 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
}

.lead-abstract {
  color: var(--text-muted);
  font-size: 14px;
}

.panel-divider {
  border: 0;
  height: 1px;
  background: var(--border-store);
  margin: 16px 0;
}

.simple-article-body h2 {
  font-size: 16px;
  margin: 16px 0 8px;
}

.simple-article-body p, .simple-article-body li {
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
}

.simple-article-body ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.market-contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}

.form-twin-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.market-input {
  width: 100%;
  padding: 12px;
  border-radius: var(--radius-xs);
  border: 1px solid var(--border-store);
  background: #F8FAFC;
  font-family: inherit;
  font-size: 13px;
}

.market-input.textarea {
  min-height: 110px;
  resize: vertical;
}

.btn-market-submit {
  background: var(--accent-orange);
  color: #FFF;
  border: none;
  font-weight: 700;
  padding: 12px;
  border-radius: var(--radius-xs);
  cursor: pointer;
}

.store-footer {
  background: #060F1E;
  color: #8892B0;
  padding: 36px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 28px;
}

.footer-summary-text {
  font-size: 12px;
  line-height: 1.6;
  margin: 12px 0 14px;
}

.store-assurance-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.tag-badge {
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  color: #CCD6F6;
}

.f-col-header {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col-links a {
  font-size: 13px;
  color: #8892B0;
}

.footer-col-links a:hover {
  color: var(--accent-orange);
}

.footer-copyright-zone {
  background: #040A14;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.cp-inner p {
  font-size: 11px;
  line-height: 1.5;
  color: #64748B;
}

.cp-rights {
  margin-top: 6px;
}

@media (min-width: 640px) {
  .form-twin-inputs {
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .market-nav {
    display: flex;
  }
  .hero-strip-inner {
    flex-direction: row;
    align-items: center;
  }
  .hero-left-pitch {
    flex: 1.1;
  }
  .market-spotlight-card {
    flex: 0.9;
  }
  .hero-headline {
    font-size: 34px;
  }
  .spotlight-layout {
    flex-direction: row;
  }
  .spotlight-btn-group {
    flex-direction: row;
  }
  .main-store-split {
    flex-direction: row;
    gap: 30px;
  }
  .store-primary-column {
    flex: 1;
  }
  .store-sidebar-column {
    width: 320px;
    flex-shrink: 0;
  }
  .sticky-widget {
    position: sticky;
    top: 80px;
  }
  .store-window-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .setup-walkthrough-grid {
    flex-direction: row;
  }
  .walkthrough-step-cell {
    flex: 1;
  }
  .detail-hero-app-box {
    flex-direction: row;
    align-items: center;
  }
  .detail-app-big-icon {
    width: 104px;
    height: 104px;
  }
  .detail-product-name {
    font-size: 28px;
  }
  .detail-download-actions {
    max-width: 380px;
  }
  .footer-layout {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 639px) {
  .store-catalog-section .section-top-label {
    margin-bottom: 12px;
  }

  .store-catalog-section .sec-title {
    font-size: 17px;
    font-weight: 800;
  }

  .store-catalog-section .sec-sub {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .store-catalog-section .sec-more-btn {
    font-size: 12px;
    background: #FFF;
    border: 1px solid var(--border-store);
    padding: 4px 10px;
    border-radius: 20px;
  }

  .store-window-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .grid-card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    gap: 12px;
    border-radius: var(--radius-sm);
    background: var(--bg-store-card);
    border: 1px solid var(--border-card);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
  }

  .grid-card-item:active {
    background: var(--bg-store-card-hover);
    transform: scale(0.99);
  }

  .grid-card-anchor {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
  }

  .grid-app-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .grid-card-meta {
    flex: 1;
    min-width: 0;
  }

  .grid-card-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .grid-card-stats {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    margin-bottom: 2px;
  }

  .grid-card-snippet {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
  }

  .grid-card-footer {
    flex-shrink: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    display: flex;
    align-items: center;
  }

  .grid-card-badge {
    display: none;
  }

  .btn-grid-install {
    background: var(--accent-orange-light);
    color: var(--accent-orange);
    border: 1px solid rgba(255, 94, 30, 0.3);
    font-weight: 800;
    font-size: 13px;
    padding: 7px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    transition: all 0.15s ease;
  }

  .grid-card-item:active .btn-grid-install {
    background: var(--accent-orange);
    color: #FFF;
  }
}