:root {
  --zigg-primary: #0f4c81;
  --zigg-primary-dark: #0b3a63;
  --zigg-accent: #1e73be;
  --zigg-surface: #ffffff;
  --zigg-bg: #f2f4f7;
  --zigg-bg-soft: #f8fafc;
  --zigg-bg-dark: #1e2a36;
  --zigg-bg-darker: #0b1220;
  --zigg-border: #e5e7eb;
  --zigg-border-strong: #d0d5dd;
  --zigg-text: #0b1220;
  --zigg-text-secondary: #667085;
  --zigg-text-muted: #475467;
  --zigg-text-soft: #98a2b3;
  --zigg-success: #16a34a;
  --zigg-warning: #f59e0b;
  --zigg-danger: #dc2626;
  --zigg-shadow-sm: 0 8px 24px rgba(11, 18, 32, 0.06);
  --zigg-shadow-md: 0 18px 45px rgba(11, 18, 32, 0.1);
  --zigg-shadow-lg: 0 28px 80px rgba(11, 18, 32, 0.16);
  --zigg-radius-sm: 8px;
  --zigg-radius-md: 14px;
  --zigg-radius-lg: 22px;
  --zigg-radius-xl: 28px;
  --zigg-container: min(1240px, calc(100vw - 32px));
  --zigg-gutter: clamp(16px, 2vw, 24px);
  --zigg-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --zigg-transition: 180ms ease;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--zigg-bg);
  color: var(--zigg-text);
  font-family: var(--zigg-font);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.zigg-lock,
body.zigg-nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--zigg-accent);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.btn,
.search-submit,
.search-form button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--zigg-accent) 70%, white);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.container,
.zigg-container,
.site-main,
.footer-dark .container {
  width: var(--zigg-container);
  max-width: 100%;
  margin-inline: auto;
}

.zigg-section {
  padding: clamp(32px, 6vw, 72px) 0;
}

.zigg-section--tight {
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}

.zigg-section--dark {
  background: linear-gradient(180deg, #22303e 0%, #182330 100%);
  color: #fff;
}

.zigg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--zigg-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zigg-eyebrow::before {
  content: "";
  width: 14px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.zigg-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(18px, 3vw, 28px);
}

.zigg-section-header h2,
.zigg-section-header h3,
.titulo-relacionados,
.titulo-secao,
.titulo-publicacoes {
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
  color: inherit;
}

.zigg-section-header p {
  margin: 0;
  max-width: 680px;
  color: var(--zigg-text-secondary);
}

.zigg-section--dark .zigg-section-header p,
.zigg-section--dark .zigg-eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.zigg-divider-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--zigg-accent);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
}

.zigg-divider-link:hover {
  gap: 10px;
}

.zigg-card,
.editorial-card,
.app-card,
.review-card,
.publicacao-card,
.card-publicacao,
.sidebar-module,
.author-box,
.editor-opinion-box,
.faq-box,
.pro-contra-box,
.bloco-zigg-indica,
.bloco-relacionados,
.comments-gate,
.download-specs-card,
.download-quickfacts,
.download-hero__aside,
.download-hero__stats,
.post-summary,
.community-banner,
.home-promo-card,
.home-feed-ad,
.archive-hero,
.downloads-search-card {
  background: var(--zigg-surface);
  border: 1px solid var(--zigg-border);
  border-radius: var(--zigg-radius-lg);
  box-shadow: var(--zigg-shadow-sm);
}

.zigg-card-link,
.editorial-card a,
.review-card a,
.publicacao-card a,
.app-card__wrap,
.card-publicacao a,
.relacionado-thumb,
.hero-feature,
.hero-side-card,
.radar-link,
.mini-story,
.sidebar-story,
.tool-card,
.tutorial-row,
.footer-nav-list a,
.footer-social a {
  transition: transform var(--zigg-transition), color var(--zigg-transition), box-shadow var(--zigg-transition), opacity var(--zigg-transition), border-color var(--zigg-transition), background-color var(--zigg-transition);
}

.hero-feature:hover,
.hero-side-card:hover,
.editorial-card:hover,
.app-card:hover,
.review-card:hover,
.publicacao-card:hover,
.card-publicacao:hover,
.sidebar-story:hover,
.tool-card:hover,
.tutorial-row:hover,
.relacionado-thumb:hover,
.item-indicado:hover {
  transform: translateY(-3px);
  box-shadow: var(--zigg-shadow-md);
}

.zigg-badge,
.badge-categoria-single,
.publicacao-categoria,
.card-category-overlay,
.card-category,
.categoria,
.app-card__badge,
.hero-card__badge,
.download-chip,
.category-chip,
.footer-badge,
.comparison-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--zigg-accent);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
}

.zigg-badge--soft,
.download-chip,
.category-chip {
  background: color-mix(in srgb, var(--zigg-accent) 12%, white);
  color: var(--zigg-primary-dark);
}

.zigg-meta,
.card-date,
.card-mini-date,
.publicacao-meta,
.article-aux,
.download-stat__label,
.download-specs-list dt,
.download-specs-list dd small,
.download-microcopy,
.archive-results-text,
.author-role,
.author-social,
.archive-description,
.footer-copy,
.footer-caption {
  color: var(--zigg-text-secondary);
  font-size: 0.92rem;
}

.zigg-btn,
.btn-download,
.zigg-header__cta,
.community-banner__action,
.download-primary-cta,
.app-card__cta,
.btn-saiba-mais,
.btn-ver-mais,
.download-alt-platforms a,
.comments-trigger,
.pager a,
.search-submit,
.zigg-search button,
.download-search-submit,
.apps-filters-row button,
.apps-filters-row a,
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--zigg-primary);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: var(--zigg-shadow-sm);
}

.zigg-btn:hover,
.btn-download:hover,
.zigg-header__cta:hover,
.community-banner__action:hover,
.download-primary-cta:hover,
.btn-saiba-mais:hover,
.btn-ver-mais:hover,
.download-alt-platforms a:hover,
.comments-trigger:hover,
.search-submit:hover,
.zigg-search button:hover,
.download-search-submit:hover,
.apps-filters-row button:hover {
  background: var(--zigg-primary-dark);
  color: #fff;
}

.zigg-btn--ghost,
.apps-filters-row a,
.pagination .page-numbers,
.download-alt-platforms a,
.comments-trigger,
.btn-ver-mais {
  background: #fff;
  color: var(--zigg-primary-dark);
  border-color: var(--zigg-border-strong);
  box-shadow: none;
}

.zigg-btn--ghost:hover,
.apps-filters-row a:hover,
.pagination .page-numbers:hover,
.download-alt-platforms a:hover,
.comments-trigger:hover,
.btn-ver-mais:hover {
  border-color: var(--zigg-accent);
  color: var(--zigg-accent);
  background: color-mix(in srgb, var(--zigg-accent) 6%, white);
}

.zigg-btn--block,
.btn-download,
.download-primary-cta,
.community-banner__action,
.comments-trigger {
  width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 99999;
}

/* Header */
.site-header.custom-header,
.zigg-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: block;
  width: 100%;
  padding: 0 !important;
  overflow: visible;
  background: rgba(11, 18, 32, 0.9);
  backdrop-filter: saturate(180%) blur(14px);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.zigg-header__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 74px;
}

.site-branding,
.zigg-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.site-branding .custom-logo-link,
.zigg-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-title,
.zigg-brand__title {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.zigg-brand__subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-navigation {
  justify-self: center;
}

.main-navigation .main-menu > ul,
.main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #fff;
}

.zigg-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.menu-toggle,
.search-toggle,
.zigg-icon-button,
.zigg-search-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.menu-toggle:hover,
.search-toggle:hover,
.zigg-icon-button:hover,
.zigg-search-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.menu-toggle {
  display: none;
}

.search-toggle {
  width: 48px;
  height: 48px;
}

.search-toggle__icon {
  width: 20px;
  height: 20px;
  display: block;
}

.zigg-search-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  border-color: rgba(11, 18, 32, 0.1);
  background: var(--zigg-bg-darker);
  color: #fff;
  box-shadow: var(--zigg-shadow-sm);
}

.zigg-search-close:hover {
  background: #16304a;
}

.zigg-search-close__icon {
  width: 20px;
  height: 20px;
  display: block;
}

.toggle-icon,
.toggle-icon::before,
.toggle-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform var(--zigg-transition), opacity var(--zigg-transition);
  content: "";
}

.toggle-icon::before {
  transform: translateY(-6px);
}

.toggle-icon::after {
  transform: translateY(4px);
}

.menu-toggle.is-active .toggle-icon {
  background: transparent;
}

.menu-toggle.is-active .toggle-icon::before {
  transform: translateY(0) rotate(45deg);
}

.menu-toggle.is-active .toggle-icon::after {
  transform: translateY(-2px) rotate(-45deg);
}

#scroll-progress,
.zigg-scroll-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1e73be, #5ab0ff);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  z-index: 2;
}

.zigg-nav-overlay {
  display: none;
}

.search-popup,
.zigg-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(11, 18, 32, 0.72);
  backdrop-filter: blur(10px);
}

.search-popup.visible,
.search-popup.is-visible,
.zigg-search-overlay.is-visible {
  display: flex;
}

.search-popup-inner,
.zigg-search-card {
  position: relative;
  width: min(760px, calc(100vw - 32px));
  padding: clamp(22px, 5vw, 38px);
  padding-top: clamp(64px, 8vw, 78px);
  background: #fff;
  border-radius: var(--zigg-radius-xl);
  box-shadow: var(--zigg-shadow-lg);
}

.search-popup h3,
.zigg-search-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.search-popup p,
.zigg-search-caption {
  margin: 0 0 18px;
  color: var(--zigg-text-secondary);
}

.search-form,
.zigg-search-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.search-form label {
  flex: 1;
}

.search-field,
.search-form input[type="search"],
.zigg-search-input,
.apps-filters-row select,
.downloads-search-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--zigg-border-strong);
  border-radius: 16px;
  background: #fff;
  padding: 0 16px;
  color: var(--zigg-text);
  box-sizing: border-box;
}

.zigg-search-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.zigg-search-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--zigg-bg-soft);
  color: var(--zigg-primary-dark);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

/* Footer */
.footer-dark {
  background: linear-gradient(180deg, #10243b 0%, #0b1220 100%);
  color: rgba(255, 255, 255, 0.85);
  margin-top: clamp(48px, 7vw, 96px);
}

.footer-top {
  padding: clamp(34px, 6vw, 64px) 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer-brand {
  display: grid;
  gap: 14px;
}

.footer-brand a {
  display: inline-flex;
  align-items: center;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-badge {
  width: fit-content;
  background: rgba(255, 255, 255, 0.08);
}

.footer-column h3 {
  margin: 0 0 12px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.footer-nav-list,
.footer-social,
.footer-bottom-links {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav-list a,
.footer-social a,
.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.footer-social {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 15px;
}

.footer-social a {
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social a:hover,
.footer-nav-list a:hover,
.footer-bottom-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  padding: 18px 0 26px;
}

.footer-bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.56);
}

/* Home */
.home-hero-wrap {
  background: linear-gradient(180deg, var(--zigg-bg-darker) 0%, #182534 100%);
  color: #fff;
  padding: 22px 0 clamp(28px, 5vw, 52px);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.95fr);
  gap: clamp(16px, 2vw, 22px);
}

.hero-feature,
.hero-side-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--zigg-radius-xl);
  color: #fff;
  text-decoration: none;
  min-height: 100%;
}

.hero-feature::after,
.hero-side-card::after,
.relacionado-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.02) 0%, rgba(3, 7, 18, 0.88) 100%);
}

.hero-feature__media,
.hero-side-card__media,
.relacionado-thumb {
  position: relative;
  isolation: isolate;
}

.hero-feature__media img {
  width: 100%;
  aspect-ratio: 15 / 10;
  object-fit: cover;
  transform-origin: center;
}

.hero-side-list {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
}

.hero-side-card__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-feature__content,
.hero-side-card__content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: clamp(18px, 3vw, 28px);
  display: grid;
  gap: 12px;
}

.hero-feature__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.hero-feature__excerpt,
.hero-side-card__excerpt {
  margin: 0;
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.84);
}

.hero-side-card__title {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.2;
  font-weight: 800;
}

.hero-feature:hover img,
.hero-side-card:hover img,
.editorial-card:hover img,
.sidebar-story:hover img,
.tool-card:hover img,
.mini-story:hover img,
.card-publicacao:hover img,
.app-card:hover img {
  transform: scale(1.04);
}

.hero-radar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.radar-link {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

.radar-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.radar-link strong {
  font-size: 1rem;
}

.radar-link span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.editorial-grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

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

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

.editorial-card {
  overflow: hidden;
}

.editorial-card__media,
.app-card__thumb,
.tool-card__thumb {
  position: relative;
  overflow: hidden;
}

.editorial-card__media img,
.card-publicacao .card-thumb img,
.sidebar-story img,
.mini-story img,
.review-card img,
.tool-card__thumb img,
.relacionado-thumb img,
.app-card__thumb img,
.app-card__thumb > div {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--zigg-transition);
}

.editorial-card__media img {
  aspect-ratio: 16 / 10;
}

.editorial-card__body,
.app-card__body,
.review-card__body,
.tool-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.editorial-card__title,
.tool-card__title,
.review-card__title,
.app-card__title,
.publicacao-titulo,
.card-title,
.card-mini-title,
.titulo-app {
  margin: 0;
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.editorial-card__excerpt,
.tool-card__excerpt,
.app-card__excerpt,
.card-excerpt,
.card-excerpt-single,
.article-deck,
.download-deck {
  margin: 0;
  color: var(--zigg-text-secondary);
}

.feed-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.85fr);
  gap: clamp(18px, 2.6vw, 32px);
}

.feed-main {
  display: grid;
  gap: 18px;
}

.card-publicacao {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  margin: 0;
  box-sizing: border-box;
}

.card-publicacao .card-thumb {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 18px;
  box-shadow: none;
}

.card-publicacao .card-thumb img {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
}

.card-publicacao .card-content {
  display: grid !important;
  align-content: start;
  gap: 10px;
}

.card-publicacao .card-title {
  font-size: clamp(1.22rem, 2vw, 1.75rem);
}

.card-publicacao .card-excerpt {
  width: auto;
  font-size: 1rem;
}

.home-feed-ad {
  overflow: hidden;
  padding: 18px;
}

.home-feed-ad__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.home-feed-ad__inner p {
  margin: 0;
}

.feed-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.sidebar-module {
  padding: 18px;
  margin-bottom: 15px;
}

.sidebar-module__title,
.bloco-topo h2,
.destaques-interessantes > h2,
.bloco-relacionados > h2 {
  margin: 0 0 14px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
}

.sidebar-story-list,
.destaques-grid,
.lista-indicados {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-story,
.mini-story,
.card-mini,
.item-indicado {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  text-decoration: none;
  padding: 5px;
}

.card-mini {
  max-height: none;
}

.sidebar-story__media,
.card-mini-thumb,
.ranking-thumb {
  border-radius: 14px;
  overflow: hidden;
  background: var(--zigg-bg-soft);
  aspect-ratio: 1;
}

.sidebar-story__media img,
.card-mini-thumb img,
.ranking-thumb img {
  aspect-ratio: 1;
}

.sidebar-story__title,
.card-mini-title a,
.item-indicado .titulo-app,
.card-mini-content a {
  text-decoration: none;
  font-weight: 800;
}

.sidebar-story__meta {
  font-size: 0.84rem;
  color: var(--zigg-text-secondary);
}

.home-promo-card {
  padding: 22px;
  background: radial-gradient(circle at top right, rgba(30, 115, 190, 0.1), transparent 48%), #fff;
}

.home-promo-card h3,
.community-banner h2 {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.home-promo-card p,
.community-banner p {
  margin: 0 0 16px;
}

.dark-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.zigg-badge--soft-dark {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.zigg-section-header--carousel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.zigg-section-header__aside {
  display: grid;
  gap: 14px;
  max-width: 560px;
  justify-items: end;
}

.zigg-section-header__aside p {
  margin: 0;
  text-align: right;
}

.zigg-carousel-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.zigg-carousel {
  position: relative;
}

.zigg-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--zigg-gutter) * 2)) / 3);
  gap: var(--zigg-gutter);
  padding: 4px 2px 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.zigg-carousel__track::-webkit-scrollbar {
  display: none;
}

.zigg-carousel__item {
  min-width: 0;
  scroll-snap-align: start;
}

.zigg-carousel__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  transition: transform var(--zigg-transition), background var(--zigg-transition), border-color var(--zigg-transition), opacity var(--zigg-transition);
}

.zigg-carousel__control:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.zigg-carousel__control[disabled] {
  opacity: 0.38;
  pointer-events: none;
}

.zigg-section-header--carousel .zigg-divider-link {
  white-space: nowrap;
}

.zigg-section--dark .zigg-section-header__aside p,
.zigg-section--games .zigg-section-header__aside p,
.zigg-section--dark .zigg-section-header__aside .zigg-divider-link,
.zigg-section--games .zigg-section-header__aside .zigg-divider-link {
  color: rgba(255, 255, 255, 0.78);
}

.zigg-section--dark .zigg-section-header__aside .zigg-divider-link:hover,
.zigg-section--games .zigg-section-header__aside .zigg-divider-link:hover {
  color: #fff;
}

.review-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.review-card a {
  color: inherit;
  text-decoration: none;
}

.review-card__media img,
.review-thumb img {
  aspect-ratio: 16 / 10;
}

.zigg-section--dark .review-card__body,
.zigg-section--dark .review-card__title,
.zigg-section--dark .review-card__meta,
.zigg-section--dark .tool-card__title,
.zigg-section--dark .tool-card__excerpt {
  color: #fff;
}

.review-card--carousel {
  height: 100%;
}

.review-card--carousel a {
  display: grid;
  height: 100%;
}

.review-card__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.review-card__submeta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.review-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.review-card__cta {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.review-card--carousel .review-card__body {
  display: grid;
  gap: 12px;
  height: 100%;
}

.zigg-section--games {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(125, 96, 255, 0.22), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(30, 115, 190, 0.18), transparent 24%),
    linear-gradient(180deg, #11192a 0%, #0b1220 100%);
  color: #fff;
}

.zigg-section--games::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 36%);
}

.zigg-section--games .zigg-container {
  position: relative;
  z-index: 1;
}

.zigg-section--games .zigg-eyebrow {
  color: #84baf0;
}

.zigg-section--games .zigg-section-header h2,
.zigg-section--games .zigg-section-header p {
  color: #fff;
}

.zigg-carousel--games .zigg-carousel__control {
  border-color: rgba(132, 186, 240, 0.26);
  background: rgba(255, 255, 255, 0.06);
}

.game-card {
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(10, 15, 28, 0.72) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.game-card__link {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.game-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

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

.game-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.02) 15%, rgba(11, 18, 32, 0.16) 54%, rgba(11, 18, 32, 0.82) 100%);
}

.game-card__body {
  display: grid;
  gap: 14px;
  height: 100%;
  padding: 18px;
}

.game-card__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.game-card__chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(132, 186, 240, 0.14);
  border: 1px solid rgba(132, 186, 240, 0.18);
  color: #f8fbff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-card__subchip {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
  font-weight: 700;
}

.game-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.12rem, 1.6vw, 1.38rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.game-card__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.game-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.game-card__meta {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
}

.game-card__cta {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.game-card:hover,
.review-card--carousel:hover {
  transform: translateY(-2px);
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.tool-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  text-decoration: none;
}

.tool-card__thumb {
  align-self: start;
  width: 88px;
  height: 88px;
  border-radius: 18px;
  background: var(--zigg-bg-soft);
}

.tool-card__thumb img,
.tool-card__thumb > div {
  aspect-ratio: 1;
}

.tool-card__body {
  padding: 0;
}

.tool-card__meta-list,
.quick-stats,
.download-specs-list,
.app-card__meta,
.article-quickfacts,
.download-summary-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tool-card__meta-list li,
.quick-stats li,
.app-card__meta li,
.article-quickfacts li,
.download-summary-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--zigg-text-secondary);
}

.tool-card__meta-list li::before,
.quick-stats li::before,
.article-quickfacts li::before,
.download-summary-list li::before {
  content: "•";
  color: var(--zigg-accent);
  font-weight: 900;
}

.tutorial-rows {
  display: grid;
  gap: 16px;
}

.tutorial-row {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  text-decoration: none;
}

.tutorial-row__media {
  overflow: hidden;
  border-radius: 18px;
}

.tutorial-row__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tutorial-row__body {
  display: grid;
  align-content: start;
  gap: 10px;
}

.community-banner {
  padding: clamp(24px, 5vw, 40px);
  background: radial-gradient(circle at top right, rgba(30, 115, 190, 0.18), transparent 42%), linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.community-banner__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 20px;
  align-items: center;
}

.community-banner__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.community-banner__facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--zigg-border);
  font-size: 0.92rem;
  font-weight: 700;
}

/* Article and downloads */
.single-post-wrapper,
.page-shell {
  padding: clamp(22px, 4vw, 34px) 0 0;
}

.article-shell,
.download-shell {
  width: var(--zigg-container);
  margin-inline: auto;
}

.zigg-breadcrumbs {
  margin-bottom: 18px;
}

.zigg-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zigg-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zigg-text-secondary);
  font-size: 0.9rem;
}

.zigg-breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: var(--zigg-text-soft);
}

.zigg-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.article-header,
.download-hero {
  display: grid;
  gap: 18px;
}

.article-header__top,
.download-hero__meta,
.article-meta,
.download-chip-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.article-title,
.titulo-post,
.titulo-software,
.download-hero__title,
.page-title {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: var(--zigg-text);
}

.article-deck,
.card-excerpt-single,
.download-deck {
  max-width: 800px;
  font-size: clamp(1rem, 1.65vw, 1.28rem);
  line-height: 1.75;
}

.article-meta {
  justify-content: space-between;
  gap: 16px;
  padding-top: 6px;
}

.article-author,
.download-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.article-author__avatar img,
.download-author__avatar img,
.author-avatar img {
  border-radius: 999px;
}

.article-author__text,
.download-author__text {
  display: grid;
  gap: 2px;
}

.article-author__name,
.author-name {
  font-size: 0.98rem;
  font-weight: 800;
}

.zigg-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  min-width: 42px;
  height: 42px !important;
  padding: 0;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid var(--zigg-border) !important;
  box-shadow: none !important;
  color: var(--zigg-ink);
  mask-image: none !important;
  -webkit-mask-image: none !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.share-icon::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.share-icon.facebook::before {
  mask-image: url('../icons/share/facebook-f.svg');
  -webkit-mask-image: url('../icons/share/facebook-f.svg');
}

.share-icon.twitter::before {
  mask-image: url('../icons/share/x-twitter.svg');
  -webkit-mask-image: url('../icons/share/x-twitter.svg');
}

.share-icon.pinterest::before {
  mask-image: url('../icons/share/pinterest-p.svg');
  -webkit-mask-image: url('../icons/share/pinterest-p.svg');
}

.share-icon.telegram::before {
  mask-image: url('../icons/share/telegram.svg');
  -webkit-mask-image: url('../icons/share/telegram.svg');
}

.share-icon.whatsapp::before {
  mask-image: url('../icons/share/whatsapp.svg');
  -webkit-mask-image: url('../icons/share/whatsapp.svg');
}

.share-icon:hover,
.share-icon:focus-visible {
  border-color: var(--zigg-accent) !important;
  color: #fff;
  background: var(--zigg-accent) !important;
  transform: translateY(-1px);
  outline: none;
}

.article-featured,
.imagem-destaque,
.download-hero__preview,
.download-featured {
  overflow: hidden;
}

.article-featured img,
.imagem-destaque img,
.download-featured img {
  width: 100%;
  border-radius: var(--zigg-radius-xl);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-layout,
.conteudo-e-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.82fr) !important;
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
  margin-top: clamp(26px, 5vw, 42px);
}

.conteudo-principal,
.article-main {
  min-width: 0;
}

.article-sidebar,
.sidebar-menor {
  /*display: grid;*/
  gap: 18px;
  min-width: 0;
}

.article-sidebar .sidebar-module:first-child {
  position: static;
  top: auto;
}

.download-specs-card,
.post-summary,
.download-quickfacts {
  position: static;
  top: auto;
}

.post-summary,
.download-quickfacts {
  padding: clamp(20px, 4vw, 28px);
  margin-bottom: 22px;
}

.post-summary h2,
.download-quickfacts h2 {
  margin: 0 0 14px;
  font-size: 1.14rem;
  font-weight: 800;
}

.conteudo-post {
  background: var(--zigg-surface);
  border: 1px solid var(--zigg-border);
  border-radius: var(--zigg-radius-xl);
  padding: clamp(22px, 4vw, 38px);
  box-shadow: var(--zigg-shadow-sm);
}

.conteudo-post > :first-child {
  margin-top: 0 !important;
}

.conteudo-post > :last-child {
  margin-bottom: 0 !important;
}

.conteudo-post h2,
.conteudo-post h3,
.conteudo-post h4 {
  margin: 1.8em 0 0.7em;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.conteudo-post h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  font-weight: 800;
}

.conteudo-post h3 {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 750;
}

.conteudo-post p,
.conteudo-post li {
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.85;
  color: #243144;
}

.conteudo-post p + p {
  margin-top: 1.1em;
}

.conteudo-post ul,
.conteudo-post ol {
  padding-left: 1.25em;
}

.conteudo-post blockquote {
  margin: 1.6em 0;
  padding: 18px 22px;
  border-left: 4px solid var(--zigg-accent);
  background: color-mix(in srgb, var(--zigg-accent) 8%, white);
  border-radius: 0 var(--zigg-radius-md) var(--zigg-radius-md) 0;
}

.conteudo-post table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0;
  font-size: 0.96rem;
}

.conteudo-post th,
.conteudo-post td {
  padding: 14px 12px;
  border: 1px solid var(--zigg-border);
  text-align: left;
}

.conteudo-post th {
  background: var(--zigg-bg-soft);
  font-weight: 800;
}

.conteudo-post figure {
  margin: 1.8em 0;
}

.conteudo-post img {
  height: auto;
  border-radius: 18px;
}

.zigg-toc {
  margin: 24px 0 0;
  border: 1px solid var(--zigg-border);
  border-radius: 18px;
  background: var(--zigg-bg-soft);
  overflow: hidden;
}

.zigg-toc__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: var(--zigg-text);
  font-size: 0.96rem;
  font-weight: 800;
}

.zigg-toc__list {
  display: grid;
  gap: 4px;
  padding: 0 18px 18px;
  margin: 0;
  list-style: none;
}

.zigg-toc__list a {
  display: block;
  padding: 8px 0;
  color: var(--zigg-primary-dark);
  text-decoration: none;
}

.zigg-toc:not(.is-open) .zigg-toc__list {
  display: none;
}

.toc-level-3 a {
  padding-left: 14px;
  font-size: 0.94rem;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--zigg-bg-soft);
  border: 1px solid var(--zigg-border);
  color: var(--zigg-primary-dark);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.author-box {
  margin-top: 24px;
  padding: 22px;
}

.author-content {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.author-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.author-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--zigg-bg-soft);
  border: 1px solid var(--zigg-border);
  text-decoration: none;
}

.editor-opinion-box,
.faq-box,
.pro-contra-box,
.bloco-zigg-indica,
.bloco-relacionados,
.comments-gate {
  margin-top: 24px;
  padding: 22px;
}

.editor-opinion-title,
.faq-box > h2,
.pro-contra-box > h2 {
  margin: 0 0 14px;
  font-size: 1.18rem;
  font-weight: 800;
}

.faq-list,
.pro-contra-wrapper {
  display: grid;
  gap: 12px;
}

.faq-item,
.pro-contra-item {
  overflow: hidden;
  border: 1px solid var(--zigg-border);
  border-radius: 16px;
  background: var(--zigg-bg-soft);
}

.faq-toggle,
.pro-contra-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 16px 18px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}

.faq-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  color: var(--zigg-accent);
  font-size: 1rem;
  font-weight: 900;
}

.faq-content,
.pro-contra-content {
  display: none;
  padding: 0 18px 18px;
  color: #243144;
}

.faq-item.active .faq-content,
.pro-contra-item.active .pro-contra-content {
  display: block;
}

.pro-contra-title {
  margin: 0;
}

.compatibility-note,
.download-notice {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--zigg-success) 12%, white);
  border: 1px solid color-mix(in srgb, var(--zigg-success) 20%, white);
  color: #166534;
  font-size: 0.92rem;
  font-weight: 600;
}

.compatibility-note.is-warning {
  background: color-mix(in srgb, var(--zigg-warning) 16%, white);
  border-color: color-mix(in srgb, var(--zigg-warning) 24%, white);
  color: #9a6700;
}

.download-hero {
  display: grid;
  gap: clamp(18px, 2.2vw, 24px);
}

.download-hero__top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.92fr);
  align-items: start;
  gap: clamp(18px, 2vw, 24px);
}

.download-hero__main,
.download-hero__media-card,
.download-hero__card {
  background: var(--zigg-surface);
  border: 1px solid var(--zigg-border);
  border-radius: calc(var(--zigg-radius-xl) + 2px);
  box-shadow: var(--zigg-shadow-sm);
}

.download-hero__main {
  padding: clamp(24px, 3vw, 34px);
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.download-hero .article-meta {
  padding-top: 16px;
  border-top: 1px solid var(--zigg-border);
  align-items: center;
}

.download-brand {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.download-brand__logo {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: var(--zigg-bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--zigg-border);
  font-size: 1.9rem;
  font-weight: 800;
}

.download-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.download-hero__title {
  max-width: 12ch;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
}

.download-deck {
  max-width: 34ch;
  margin-top: 8px;
}

.download-chip-list {
  margin-top: 10px;
}

.download-chip-list--compact {
  margin-top: 0;
  gap: 8px;
}

.download-hero__media-card {
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.download-hero__preview {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--zigg-border);
  background: radial-gradient(circle at top, rgba(30, 115, 190, 0.14), transparent 55%), var(--zigg-bg-soft);
}

.download-hero__preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 236px;
  object-fit: cover;
  display: block;
}

.download-hero__preview-fallback {
  min-height: 200px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at top, rgba(30, 115, 190, 0.14), transparent 60%), var(--zigg-bg-soft);
  color: var(--zigg-primary-dark);
  font-size: clamp(2.8rem, 8vw, 4rem);
  font-weight: 800;
}

.download-hero__media-caption {
  display: grid;
  gap: 10px;
}

.download-hero__bottom-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: start;
  gap: 16px;
}

.download-hero__card {
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.download-hero__cta-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.download-hero__summary-card {
  background: color-mix(in srgb, var(--zigg-primary) 3%, white);
}

.download-hero__stats-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.download-hero__cta-card h2,
.download-specs-card h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
}

.download-microcopy {
  margin: 0;
  line-height: 1.75;
}

.download-primary-cta {
  min-height: 54px;
  font-size: 1rem;
  width: 100%;
}

.download-summary-list {
  gap: 8px;
}

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

.download-stat {
  min-height: 96px;
  padding: 14px 15px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--zigg-border);
  display: grid;
  align-content: start;
  gap: 7px;
}

.download-stat__label {
  display: block;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--zigg-text-secondary);
}

.download-stat__value {
  display: block;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 800;
  color: var(--zigg-text);
}

@media (max-width: 1220px) {
  .download-hero__top-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.88fr);
  }

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

  .download-hero__stats-card {
    grid-column: 1 / -1;
  }
}

.download-specs-card {
  padding: 20px;
}

.download-specs-list {
  margin-top: 16px;
}

.download-specs-list > div {
  display: grid;
  grid-template-columns: minmax(92px, 0.9fr) minmax(0, 1.5fr);
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--zigg-border);
}

.download-specs-list > div:first-child {
  border-top: 0;
  padding-top: 0;
}

.download-specs-list dt {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.download-specs-list dd {
  margin: 0;
  color: var(--zigg-text);
  font-weight: 600;
}

.download-alt-platforms {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--zigg-border);
}

.download-alt-platforms h3 {
  margin: 0 0 12px;
  font-size: 0.98rem;
  font-weight: 800;
}

.download-alt-platforms__list {
  display: grid;
  gap: 10px;
}

.download-alt-platforms a {
  justify-content: flex-start;
  width: 100%;
}

.apps-grid {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
  list-style: none;
  padding: 0;
  margin: 0;
}

.apps-grid--archive,
.apps-grid--home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.app-card {
  overflow: hidden;
  margin: 0;
}

.app-card__wrap {
  display: grid;
  gap: 0;
  color: inherit;
  text-decoration: none;
}

.app-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  background: linear-gradient(180deg, #fbfcfd 0%, #f2f6fb 100%);
}

.app-card__thumb img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.app-card__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 22px;
  background: var(--zigg-primary-dark);
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.app-card__body {
  padding: 18px;
}

.app-card__meta {
  margin-top: 6px;
}

.app-card__meta li {
  display: flex;
  gap: 8px;
}

.app-card__cta {
  width: fit-content;
  margin-top: 4px;
  color: var(--zigg-accent);
  font-weight: 800;
}

.apps-grid--home-compact {
  gap: 14px;
}

.app-card--compact {
  border-radius: 22px;
  box-shadow: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fff 100%);
}

.app-card--compact:hover {
  box-shadow: var(--zigg-shadow-sm);
}

.app-card__wrap--compact {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.app-card--compact .app-card__thumb {
  width: 68px;
  min-width: 68px;
  height: 68px;
  min-height: 68px;
  border-radius: 18px;
  border: 1px solid var(--zigg-border);
  background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
}

.app-card--compact .app-card__thumb img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.app-card--compact .app-card__placeholder {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 1.15rem;
}

.app-card__body--compact {
  min-width: 0;
  padding: 0;
  gap: 8px;
  align-content: start;
}

.app-card--compact .zigg-badge {
  padding: 5px 8px;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}

.app-card--compact .app-card__title {
  font-size: 1rem;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.app-card__meta--compact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 0;
}

.app-card__meta--compact li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--zigg-text-secondary);
  font-size: 0.85rem;
  line-height: 1.35;
}

.app-card__meta--compact li + li::before {
  content: "•";
  margin-right: 2px;
  color: var(--zigg-border-strong);
}

.app-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2px;
}

.app-card--compact .app-card__cta {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--zigg-primary-dark);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
}

.app-card--compact:hover .app-card__cta {
  color: var(--zigg-accent);
}

.archive-shell,
.site-main.fullwidth-archive,
.archive-hero {
  padding-top: clamp(24px, 4vw, 36px);
}

.archive-hero,
.downloads-search-card {
  padding: clamp(22px, 4vw, 32px);
  margin-bottom: 22px;
}

.archive-kicker {
  margin: 0 0 10px;
  color: var(--zigg-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-description {
  max-width: 760px;
  margin-top: 10px;
}

.apps-filters-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  margin-top: 18px;
}

.apps-filters-row label {
  display: grid;
  gap: 8px;
  min-width: min(100%, 210px);
}

.apps-filters-row span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--zigg-text-secondary);
}

.archive-results-bar,
.pagination-wrapper {
  margin-top: 18px;
}

.pagination .page-numbers,
.nav-links .page-numbers {
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 8px;
}

.pagination .current,
.nav-links .current {
  background: var(--zigg-primary);
  color: #fff;
  border-color: var(--zigg-primary);
}

/* Related blocks */
.relacionados-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.relacionado-card {
  max-width: none;
}

.relacionado-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 220px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.relacionado-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 18px;
}

.relacionado-titulo {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.lista-indicados .item-indicado {
  grid-template-columns: 56px 1fr;
}

.item-indicado .posicao {
  grid-row: span 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--zigg-primary-dark);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
}

.item-indicado .btn-saiba-mais {
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
}

.ver-mais-categoria {
  margin-top: 16px;
}


.related-apps-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-app-card {
  margin: 0;
}

.related-app-card__link {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--zigg-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fff 100%);
  text-decoration: none;
}

.related-app-card__link:hover {
  border-color: color-mix(in srgb, var(--zigg-accent) 24%, white);
  box-shadow: var(--zigg-shadow-sm);
}

.related-app-card__media {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--zigg-bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.related-app-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.related-app-card__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--zigg-primary-dark);
}

.related-app-card__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.related-app-card__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.related-app-card__badge {
  max-width: 100%;
  padding: 5px 8px;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-app-card__version {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-bg-soft);
  color: var(--zigg-text-secondary);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
}

.related-app-card__title {
  margin: 0;
  color: var(--zigg-text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.related-app-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-app-card__meta li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--zigg-bg-soft) 92%, white);
  border: 1px solid var(--zigg-border);
  color: var(--zigg-text-secondary);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

.related-app-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: var(--zigg-accent);
  font-size: 0.84rem;
  font-weight: 800;
}

.related-app-card__cta::after {
  content: "→";
  transition: transform var(--zigg-transition);
}

.related-app-card__link:hover .related-app-card__cta::after {
  transform: translateX(2px);
}

.bloco-zigg-indica--downloads .btn-ver-mais {
  width: 100%;
  justify-content: center;
}

/* Downloads and comments */
.comments-gate p,
.comments-gate small {
  margin: 0;
}

.comments-gate__copy {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

#disqus_thread {
  margin-top: 16px;
}

/* Existing archive and sidebar fallback classes */
.layout-dois-blocos,
#primary.layout-dois-blocos {
  width: var(--zigg-container);
  margin-inline: auto;
}

.coluna-maior,
.coluna-menor,
.widget-area {
  min-width: 0;
}

/* Responsive */
@media (max-width: 1180px) {
  .home-hero-grid,
  .feed-layout,
  .article-layout,
  .conteudo-e-sidebar,
  .community-banner__row,
  .footer-grid,
  .dark-cards,
  .tools-grid,
  .apps-grid--archive,
  .apps-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .article-sidebar .sidebar-module:first-child {
    position: static;
  }

  .zigg-carousel__track {
    grid-auto-columns: calc((100% - var(--zigg-gutter)) / 2);
  }
}


@media (max-width: 1024px) {
  .article-layout,
  .conteudo-e-sidebar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .article-sidebar,
  .sidebar-menor {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .zigg-header__row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .zigg-brand__copy {
    display: none;
  }

  .zigg-nav-overlay {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 18, 32, 0.4);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--zigg-transition), visibility var(--zigg-transition);
    z-index: 79;
  }

  .zigg-nav-overlay.is-visible {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .menu-toggle,
  .search-toggle {
    position: relative;
    z-index: 96;
  }

  .site-header.custom-header .main-navigation,
  .zigg-header .main-navigation {
    display: block !important;
    position: fixed;
    top: 75px;
    left: 0;
    bottom: 0;
    width: min(360px, 88vw);
    max-width: 88vw;
    height: calc(100dvh - 75px);
    margin: 0;
    background: #fff;
    border: 0;
    border-right: 1px solid rgba(11, 18, 32, 0.08);
    border-radius: 0 24px 24px 0;
    padding: 18px 16px calc(24px + env(safe-area-inset-bottom));
    box-shadow: 0 24px 72px rgba(11, 18, 32, 0.18);
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: translateX(-104%);
    transition: transform 220ms ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 95;
  }

  .site-header.custom-header .main-navigation.is-open,
  .zigg-header .main-navigation.is-open {
    pointer-events: auto;
    transform: translateX(0);
  }

  .main-navigation .main-menu,
  .main-navigation .main-menu > ul,
  .main-navigation ul,
  .main-navigation li {
    width: 100%;
  }

  .main-navigation .main-menu > ul,
  .main-navigation ul {
    display: grid;
    width: 100%;
    justify-content: stretch;
    justify-items: stretch;
    align-items: stretch;
    align-content: start;
    gap: 10px;
    padding: 0;
  }

  .main-navigation li {
    display: block;
    width: 100%;
  }

  .main-navigation a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 16px 20px;
    border: 1px solid var(--zigg-border);
    border-radius: 18px;
    background: #fff;
    color: var(--zigg-text);
    box-shadow: none;
    box-sizing: border-box;
  }

  .main-navigation a:hover,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a {
    color: var(--zigg-text);
    background: var(--zigg-bg-soft);
    border-color: var(--zigg-border-strong);
  }

  .main-navigation .sub-menu,
  .main-navigation ul ul {
    margin-top: 6px;
    padding-left: 12px;
  }

  .main-navigation .sub-menu a,
  .main-navigation ul ul a {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: var(--zigg-bg-soft);
  }

  .zigg-header__cta {
    display: none;
  }

  .zigg-section-header--carousel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .zigg-section-header__aside {
    max-width: none;
    justify-items: start;
  }

  .zigg-section-header__aside p {
    text-align: left;
  }

  .zigg-carousel-controls {
    justify-content: flex-start;
  }

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

  .editorial-grid--3,
  .editorial-grid--2,
  .dark-cards,
  .tools-grid,
  .apps-grid--archive,
  .apps-grid--home,
  .relacionados-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-grid,
  .feed-layout,
  .article-layout,
  .conteudo-e-sidebar,
  .community-banner__row,
  .footer-grid,
  .footer-bottom__row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .article-layout,
  .conteudo-e-sidebar {
    margin-top: 24px;
  }

  .footer-bottom__row {
    gap: 14px;
  }
}

@media (max-width: 980px) {
  .download-hero {
    padding: 22px;
  }

  .download-hero__title {
    max-width: none;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .download-deck {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .download-brand {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .download-brand__logo {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .download-hero__facts {
    grid-template-columns: 1fr;
  }

  .download-hero .article-meta {
    gap: 14px;
  }
}

@media (max-width: 720px) {
  .zigg-section {
    padding: 28px 0;
  }

  .search-form,
  .zigg-search-form,
  .home-feed-ad__inner,
  .download-brand,
  .author-content,
  .tutorial-row,
  .card-publicacao,
  .community-banner__row,
  .download-stats-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .search-submit,
  .zigg-search button {
    width: 100%;
  }

  .search-popup .search-submit,
  .search-popup .zigg-search-form .search-submit,
  .zigg-search-card .search-submit,
  .zigg-search-card .zigg-search-form .search-submit {
    min-width: 0;
  }

  .zigg-search-close {
    top: 14px;
    right: 14px;
    width: 46px;
    height: 46px;
  }

  .search-toggle {
    width: 46px;
    height: 46px;
  }

  .zigg-header__row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .zigg-brand__copy {
    display: none;
  }

  .hero-feature__content,
  .hero-side-card__content {
    padding: 18px;
  }

  .hero-feature__title,
  .article-title,
  .titulo-software,
  .page-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .hero-radar,
  .editorial-grid--3,
  .editorial-grid--2,
  .dark-cards,
  .tools-grid,
  .apps-grid--archive,
  .apps-grid--home,
  .relacionados-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-story,
  .mini-story,
  .card-mini,
  .item-indicado,
  .tool-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .download-brand {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .download-brand__logo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .related-app-card__link {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 13px;
  }

  .related-app-card__media {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .download-specs-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .article-meta {
    align-items: flex-start;
  }

  .share-icon {
    width: 40px !important;
    min-width: 40px;
    height: 40px !important;
  }

  .share-icon::before {
    width: 16px;
    height: 16px;
  }

  .zigg-carousel__track {
    grid-auto-columns: minmax(84%, 1fr);
    gap: 14px;
    padding-bottom: 4px;
  }

  .zigg-carousel__control {
    width: 40px;
    height: 40px;
  }

  .footer-social {
    grid-template-columns: 1fr;
  }

  .app-card__wrap--compact {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .app-card--compact .app-card__thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    border-radius: 16px;
  }

  .app-card--compact .app-card__thumb img,
  .app-card--compact .app-card__placeholder {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* Unified software catalog */
.apps-grid--catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.app-card--catalog {
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fff 100%);
}

.app-card__wrap--catalog {
  min-height: 100%;
}

.app-card__body--catalog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  min-height: 100%;
}

.app-card__eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.app-card--catalog .zigg-badge {
  max-width: 100%;
  padding: 5px 8px;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-card__version {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-bg-soft);
  color: var(--zigg-text-secondary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
}

.app-card--catalog .app-card__title {
  font-size: 1.02rem;
  line-height: 1.25;
}

.app-card__meta--catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

.app-card__meta--catalog li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--zigg-border);
  background: color-mix(in srgb, var(--zigg-bg-soft) 92%, white);
  color: var(--zigg-text-secondary);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}

.app-card__meta--catalog li + li::before {
  content: none;
}

.app-card__footer--catalog {
  margin-top: auto;
}

.app-card--catalog .app-card__cta {
  font-size: 0.86rem;
}

.cat-tabs,
.cat-subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 0;
}

.cat-subtabs {
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 16px;
}

.cat-tab,
.cat-subtab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--zigg-border);
  background: #fff;
  color: var(--zigg-primary-dark);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}

.cat-tab.is-active,
.cat-subtab.is-active {
  border-color: color-mix(in srgb, var(--zigg-accent) 24%, white);
  background: color-mix(in srgb, var(--zigg-accent) 10%, white);
  color: var(--zigg-primary-dark);
}

.cat-tab:hover,
.cat-subtab:hover {
  border-color: var(--zigg-accent);
  color: var(--zigg-accent);
}

.archive-hero--category {
  margin-bottom: 20px;
}

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

@media (max-width: 720px) {
  .apps-grid--catalog {
    grid-template-columns: 1fr;
  }

  .app-card--catalog .app-card__cta {
    font-size: 0.84rem;
  }
}


/* v10 refinements: mobile drawer width + search popup CTA */
.search-popup .search-submit,
.search-popup .zigg-search-form .search-submit,
.zigg-search-card .search-submit,
.zigg-search-card .zigg-search-form .search-submit {
  min-width: 148px;
  background: var(--zigg-primary) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: var(--zigg-shadow-sm);
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.search-popup .search-submit:hover,
.search-popup .zigg-search-form .search-submit:hover,
.zigg-search-card .search-submit:hover,
.zigg-search-card .zigg-search-form .search-submit:hover {
  background: var(--zigg-primary-dark) !important;
  color: #fff !important;
}


/* ===== Table of contents 2026 refresh ===== */
.conteudo-post h2[id],
.conteudo-post h3[id] {
  scroll-margin-top: 112px;
}

.zigg-toc {
  margin: 28px 0 6px;
  border: 1px solid var(--zigg-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  box-shadow: var(--zigg-shadow-sm);
  overflow: hidden;
}

.zigg-toc__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--zigg-text);
  text-align: left;
}

.zigg-toc__head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.zigg-toc__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: color-mix(in srgb, var(--zigg-accent) 8%, white);
  border: 1px solid color-mix(in srgb, var(--zigg-accent) 16%, white);
  color: var(--zigg-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.zigg-toc__icon svg {
  width: 20px;
  height: 20px;
}

.zigg-toc__titles {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.zigg-toc__eyebrow {
  color: var(--zigg-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.zigg-toc__title {
  color: var(--zigg-text);
  font-size: 1.06rem;
  font-weight: 900;
  line-height: 1.1;
}

.zigg-toc__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex: 0 0 auto;
}

.zigg-toc__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-bg-soft);
  color: var(--zigg-text-secondary);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.zigg-toc__chevron {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--zigg-primary-dark);
  transform: rotate(45deg);
  transition: transform var(--zigg-transition), translate var(--zigg-transition);
}

.zigg-toc.is-open .zigg-toc__chevron {
  transform: rotate(225deg);
}

.zigg-toc__list,
.zigg-toc.is-open .zigg-toc__list {
  display: grid;
  gap: 10px;
  padding: 16px 20px 20px;
  margin: 0;
  list-style: none;
  border-top: 1px solid color-mix(in srgb, var(--zigg-border) 78%, white);
}

.zigg-toc__list[hidden],
.zigg-toc:not(.is-open) .zigg-toc__list[hidden] {
  display: none !important;
}

.zigg-toc__list li {
  margin: 0;
}

.zigg-toc__list a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  color: var(--zigg-text);
  text-decoration: none;
  transition: background-color var(--zigg-transition), color var(--zigg-transition), transform var(--zigg-transition), border-color var(--zigg-transition);
}

.zigg-toc__list a:hover {
  background: var(--zigg-bg-soft);
  color: var(--zigg-primary-dark);
  transform: translateX(2px);
}

.zigg-toc__item-marker {
  min-width: 34px;
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--zigg-accent) 10%, white);
  border: 1px solid color-mix(in srgb, var(--zigg-accent) 16%, white);
  color: var(--zigg-accent);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.zigg-toc__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--zigg-accent) 40%, var(--zigg-border));
}

.zigg-toc__item-text {
  min-width: 0;
  color: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.toc-level-2 + .toc-level-2 {
  margin-top: 2px;
}

.toc-level-3 {
  margin-left: 16px;
  padding-left: 14px;
  border-left: 1px solid color-mix(in srgb, var(--zigg-border) 80%, white);
}

.toc-level-3 a {
  padding-block: 10px;
}

.toc-level-3 .zigg-toc__item-marker {
  min-width: 10px;
  min-height: 10px;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-top: 8px;
  border: 0;
  background: transparent;
}

.toc-level-3 .zigg-toc__item-text {
  color: var(--zigg-text-secondary);
  font-size: 0.94rem;
  font-weight: 650;
}

.toc-level-3 a:hover .zigg-toc__item-text {
  color: var(--zigg-primary-dark);
}

@media (max-width: 767px) {
  .conteudo-post h2[id],
  .conteudo-post h3[id] {
    scroll-margin-top: 96px;
  }

  .zigg-toc {
    margin-top: 22px;
    border-radius: 20px;
  }

  .zigg-toc__toggle {
    gap: 12px;
    padding: 14px 16px;
  }

  .zigg-toc__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }

  .zigg-toc__eyebrow,
  .zigg-toc__count {
    display: none;
  }

  .zigg-toc__title {
    font-size: 1rem;
  }

  .zigg-toc__list,
  .zigg-toc.is-open .zigg-toc__list {
    gap: 8px;
    padding: 14px 14px 14px;
  }

  .zigg-toc__list a {
    gap: 10px;
    padding: 11px 12px;
    border-radius: 16px;
  }

  .zigg-toc__item-marker {
    min-width: 30px;
    min-height: 30px;
    font-size: 0.74rem;
  }

  .zigg-toc__item-text {
    font-size: 0.94rem;
  }

  .toc-level-3 {
    margin-left: 8px;
    padding-left: 10px;
  }

  .toc-level-3 .zigg-toc__item-text {
    font-size: 0.9rem;
  }
}

/* Comparador de softwares: UX não indexável na single de downloads */
.download-compare-card {
  padding: clamp(22px, 4vw, 30px);
  margin-bottom: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid var(--zigg-border);
  border-radius: var(--zigg-radius-xl);
  box-shadow: var(--zigg-shadow-sm);
}

.download-compare-card__intro {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.download-compare-card__intro h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.download-compare-card__intro p {
  margin: 0;
  color: var(--zigg-text-secondary);
  line-height: 1.7;
}

.download-compare-form {
  display: grid;
  gap: 16px;
}

.download-compare-form__row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr) auto;
  gap: 14px;
  align-items: end;
}

.download-compare-current,
.download-compare-field {
  display: grid;
  gap: 10px;
}

.download-compare-current {
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--zigg-surface);
  border: 1px solid var(--zigg-border);
}

.download-compare-current__label,
.download-compare-field__label,
.download-compare-row__app,
.download-compare-matrix__kicker {
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zigg-text-muted);
}

.download-compare-current__title {
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 800;
  color: var(--zigg-text);
}

.download-compare-current__chips,
.download-compare-app__chips,
.download-compare-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.download-compare-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--zigg-accent) 10%, white);
  border: 1px solid color-mix(in srgb, var(--zigg-accent) 18%, white);
  color: var(--zigg-primary-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.download-compare-chip--soft {
  background: var(--zigg-bg-soft);
  border-color: var(--zigg-border);
  color: var(--zigg-text-secondary);
}

.download-compare-select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-surface);
  color: var(--zigg-text);
  font: inherit;
  font-weight: 600;
  box-shadow: none;
}

.download-compare-select:focus,
.download-compare-submit:focus,
.download-compare-suggestion:focus,
.download-compare-app__button:focus {
  outline: 2px solid color-mix(in srgb, var(--zigg-accent) 28%, transparent);
  outline-offset: 2px;
}

.download-compare-submit {
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  background: var(--zigg-accent);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: var(--zigg-shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.download-compare-submit:hover {
  transform: translateY(-1px);
  box-shadow: var(--zigg-shadow-md);
}

.download-compare-suggestion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--zigg-border);
  background: rgba(255, 255, 255, 0.7);
  color: var(--zigg-primary-dark);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.download-compare-suggestion:hover,
.download-compare-suggestion.is-active {
  border-color: color-mix(in srgb, var(--zigg-accent) 24%, white);
  background: color-mix(in srgb, var(--zigg-accent) 8%, white);
}

.download-compare-note {
  margin: 4px 0 0;
  color: var(--zigg-text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
}

.download-compare-status {
  min-height: 1.25em;
  margin-top: 4px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--zigg-text-secondary);
}

.download-compare-status.is-loading {
  color: var(--zigg-primary-dark);
}

.download-compare-status.is-error {
  color: #b42318;
}

.download-compare-status.is-success {
  color: var(--zigg-primary-dark);
}

.download-compare-card.is-loading .download-compare-submit {
  opacity: 0.8;
}

.download-compare-result[hidden] {
  display: none !important;
}

.download-compare-result__shell {
  display: grid;
  gap: 24px;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--zigg-border) 85%, white);
}

.download-compare-result__intro {
  display: grid;
  gap: 10px;
}

.download-compare-result__intro h3 {
  margin: 0;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.download-compare-result__intro h3 span {
  color: var(--zigg-text-muted);
}

.download-compare-result__intro p {
  margin: 0;
  color: var(--zigg-text-secondary);
  line-height: 1.7;
}

.download-compare-apps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.download-compare-app {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-surface);
}

.download-compare-app.is-current {
  border-color: color-mix(in srgb, var(--zigg-accent) 28%, white);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.download-compare-app__top {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.download-compare-app__media {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.download-compare-app__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.download-compare-app__placeholder {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--zigg-primary-dark);
}

.download-compare-app__body {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.download-compare-app__eyebrow {
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zigg-text-muted);
}

.download-compare-app__title {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.32;
  font-weight: 800;
  color: var(--zigg-text);
}

.download-compare-app__summary {
  margin: 0;
  color: var(--zigg-text-secondary);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 42ch;
}

.download-compare-app__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.download-compare-app__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  background: var(--zigg-accent);
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
}

.download-compare-app__button--ghost {
  background: var(--zigg-bg-soft);
  color: var(--zigg-primary-dark);
  border: 1px solid var(--zigg-border);
}

.download-compare-verdict {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 22px);
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--zigg-border) 88%, white);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.download-compare-verdict__intro {
  display: grid;
  gap: 10px;
}

.download-compare-verdict__intro h4 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.download-compare-verdict__intro p,
.download-compare-verdict__summary,
.download-compare-verdict__note {
  margin: 0;
  color: var(--zigg-text-secondary);
  line-height: 1.7;
}

.download-compare-verdict__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.download-compare-verdict__card {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--zigg-border);
  background: rgba(255, 255, 255, 0.9);
}

.download-compare-verdict__card.is-current {
  border-color: color-mix(in srgb, var(--zigg-accent) 24%, white);
}

.download-compare-verdict__label {
  color: var(--zigg-primary-dark);
  font-size: 0.92rem;
  line-height: 1.5;
  font-weight: 800;
}

.download-compare-verdict__list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 9px;
  color: var(--zigg-text-secondary);
}

.download-compare-verdict__list li {
  line-height: 1.6;
}

.download-compare-verdict__list li::marker {
  color: var(--zigg-accent);
}

.download-compare-verdict__summary {
  padding: 14px 16px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--zigg-accent) 7%, white);
  border: 1px solid color-mix(in srgb, var(--zigg-accent) 14%, white);
}

.download-compare-matrix {
  display: grid;
  gap: 12px;
}

.download-compare-matrix__head,
.download-compare-row {
  display: grid;
  grid-template-columns: minmax(112px, 0.76fr) repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.download-compare-matrix__column {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-surface);
}

.download-compare-matrix__column.is-current {
  border-color: color-mix(in srgb, var(--zigg-accent) 24%, white);
}

.download-compare-matrix__column strong {
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--zigg-text);
}

.download-compare-matrix__corner {
  display: block;
}

.download-compare-row__label {
  padding: 16px 4px 0 0;
  color: var(--zigg-primary-dark);
  font-weight: 700;
}

.download-compare-row__value {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-surface);
}

.download-compare-row__value.is-match {
  background: color-mix(in srgb, var(--zigg-success) 7%, white);
  border-color: color-mix(in srgb, var(--zigg-success) 16%, white);
}

.download-compare-row__value.is-better {
  background: color-mix(in srgb, var(--zigg-accent) 6%, white);
  border-color: color-mix(in srgb, var(--zigg-accent) 22%, white);
}

.download-compare-row__app {
  display: none;
}

.download-compare-row__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--zigg-accent) 12%, white);
  color: var(--zigg-primary-dark);
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.download-compare-row__value strong {
  color: var(--zigg-text);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 700;
}

@media (max-width: 980px) {
  .download-compare-form__row,
  .download-compare-apps,
  .download-compare-verdict__grid {
    grid-template-columns: 1fr;
  }

  .download-compare-submit {
    width: 100%;
  }

  .download-compare-matrix__head {
    display: none;
  }

  .download-compare-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .download-compare-row__label {
    padding: 0;
  }

  .download-compare-row__app {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .download-compare-card {
    padding: 18px;
    border-radius: 20px;
  }

  .download-compare-current,
  .download-compare-app,
  .download-compare-verdict,
  .download-compare-verdict__card,
  .download-compare-row__value {
    border-radius: 18px;
  }

  .download-compare-suggestions {
    gap: 8px;
  }

  .download-compare-suggestion {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 0.84rem;
  }

  .download-compare-app__top {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .download-compare-app__media {
    width: 52px;
    height: 52px;
  }
}


.download-specs-card__compare-link {
  width: 100%;
  margin-top: 10px;
}

/* Ratings e importação leve para downloads */
.zigg-rating-stars {
  --zigg-rating: 0;
  --zigg-rating-percent: calc((var(--zigg-rating) / 5) * 100%);
  position: relative;
  display: inline-block;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #d8dee9;
}

.zigg-rating-stars::before,
.zigg-rating-stars::after {
  content: '★★★★★';
}

.zigg-rating-stars::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--zigg-rating-percent);
  overflow: hidden;
  color: #f59e0b;
}

.zigg-rating-stars.is-compact {
  font-size: 0.92rem;
  letter-spacing: 0.1em;
}

.download-chip--rating {
  background: color-mix(in srgb, #f59e0b 12%, white);
  border-color: color-mix(in srgb, #f59e0b 26%, white);
  color: #8a4b00;
}

.download-rating-module {
  display: grid;
  grid-template-columns: minmax(0, 1.0fr) minmax(300px, 0.85fr);
  gap: 24px;
  padding: clamp(22px, 4vw, 30px);
  margin-bottom: 24px;
  border: 1px solid var(--zigg-border);
  border-radius: var(--zigg-radius-xl);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: var(--zigg-shadow-sm);
}

.download-rating-module__summary,
.download-rating-module__vote {
  display: grid;
  gap: 12px;
}

.download-rating-module h2 {
  margin: 0;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.download-rating-module__score {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.download-rating-module__score strong {
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  line-height: 1;
  font-weight: 800;
  color: var(--zigg-text);
}

.download-rating-module__score span:last-child {
  color: var(--zigg-text-muted);
  font-weight: 700;
}

.download-rating-module__meta {
  display: grid;
  gap: 4px;
  margin: 0;
  color: var(--zigg-text-secondary);
  line-height: 1.65;
}

.download-rating-module__label {
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zigg-text-muted);
}

.download-rating-module__vote {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-bg-soft);
}

.download-rating-module__vote p {
  margin: 0;
  color: var(--zigg-text-secondary);
  line-height: 1.7;
}

.download-rating-vote {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.download-rating-vote__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--zigg-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #c7ced9;
  font-size: 1.3rem;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.download-rating-vote__button:hover,
.download-rating-vote__button.is-preview,
.download-rating-vote__button:focus-visible {
  color: #f59e0b;
  border-color: color-mix(in srgb, #f59e0b 28%, white);
  background: color-mix(in srgb, #f59e0b 10%, white);
  transform: translateY(-1px);
  outline: none;
}

.download-rating-vote__button:disabled {
  cursor: default;
  opacity: 0.78;
}

.download-rating-vote__status {
  min-height: 1.25em;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--zigg-text-secondary);
}

.download-rating-vote__status.is-loading {
  color: var(--zigg-primary-dark);
}

.download-rating-vote__status.is-error {
  color: #b42318;
}

.download-rating-vote__status.is-success {
  color: var(--zigg-primary-dark);
}

.download-specs-card__rating-inline {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.download-specs-card__rating-inline strong {
  color: var(--zigg-text);
  font-weight: 800;
}

.download-compare-app__rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--zigg-text-secondary);
  font-size: 0.88rem;
  line-height: 1.5;
}

.download-compare-app__rating strong {
  color: var(--zigg-text);
  font-weight: 800;
}

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

@media (max-width: 640px) {
  .download-rating-module {
    padding: 18px;
    border-radius: 20px;
  }

  .download-rating-module__vote {
    padding: 16px;
    border-radius: 18px;
  }

  .download-rating-vote__button {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
}

/* Download hero v18 refinement */
.download-page .download-hero {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 32px);
  background: var(--zigg-surface);
  border: 1px solid var(--zigg-border);
  border-radius: calc(var(--zigg-radius-xl) + 4px);
  box-shadow: var(--zigg-shadow-sm);
  align-items: start;
}

.download-page .download-hero__top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  gap: clamp(20px, 2.4vw, 28px);
  align-items: start;
}

.download-page .download-hero__main,
.download-page .download-hero__media-card,
.download-page .download-hero__card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.download-page .download-hero__main {
  gap: 20px;
}

.download-page .download-hero__media-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-width: 0;
}

.download-page .download-hero__preview {
  border-radius: 24px;
  border: 1px solid var(--zigg-border);
  background: var(--zigg-bg-soft);
  overflow: hidden;
}

.download-page .download-hero__preview img {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 238px;
  object-fit: cover;
  display: block;
}

.download-page .download-hero__preview-fallback {
  min-height: 220px;
}

.download-page .download-hero__media-caption {
  display: grid;
  gap: 8px;
  padding-inline: 6px;
}

.download-page .download-hero__media-note {
  margin: 0;
  max-width: 34ch;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--zigg-text-soft);
}

.download-page .download-hero .article-meta {
  padding-top: 18px;
  border-top: 1px solid var(--zigg-border);
}

.download-page .download-hero__bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.94fr) minmax(300px, 1fr);
  gap: 16px;
  padding-top: 4px;
  border-top: 1px solid var(--zigg-border);
}

.download-page .download-hero__card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 20px;
  /*border: 1px solid var(--zigg-border);*/
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.download-page .download-hero__summary-card {
  background: var(--zigg-bg-soft);
}

.download-page .download-hero__stats-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.download-page .download-hero__card h2 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.2;
}

.download-page .download-deck {
  /* max-width: 27ch; */
  margin-top: 8px;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.62;
  color: var(--zigg-text-soft);
}

.download-page .download-microcopy {
  margin: 0;
  max-width: 30ch;
}

.download-page .download-primary-cta {
  width: 100%;
  max-width: none;
}

.download-page .download-summary-list {
  gap: 12px;
}

.download-page .download-summary-list li {
  line-height: 1.55;
}

.download-page .download-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.download-page .download-stats-grid--essentials .download-stat--wide {
  grid-column: 1 / -1;
}

.download-page .download-stat {
  min-height: 94px;
  padding: 15px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--zigg-border);
}

.download-page .download-stat__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.74rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zigg-text-soft);
}

.download-page .download-stat__value {
  display: block;
  font-size: 1.14rem;
  line-height: 1.28;
  font-weight: 800;
  color: var(--zigg-text);
}

@media (max-width: 1280px) {
  .download-page .download-hero__top-grid {
    grid-template-columns: 1fr;
  }

  .download-page .download-hero__media-card {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
    align-items: start;
  }

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

  .download-page .download-hero__stats-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .download-page .download-hero {
    padding: 20px;
    gap: 18px;
  }

  .download-page .download-hero__media-card,
  .download-page .download-hero__bottom-grid,
  .download-page .download-stats-grid {
    grid-template-columns: 1fr;
  }

  .download-page .download-hero__card {
    padding: 18px;
  }

  .download-page .download-deck,
  .download-page .download-hero__media-note {
    max-width: none;
  }

  .download-page .download-hero__preview img {
    max-height: none;
  }
}

/* Download AI decision layer + refreshed FAQ / pros-cons */
.download-ai-layer {
  margin: 0 0 24px;
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid var(--zigg-border);
  border-radius: var(--zigg-radius-xl);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: var(--zigg-shadow-sm);
}

.download-ai-layer__intro {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  max-width: 64ch;
}

.download-ai-layer__intro h2,
.faq-box__head h2,
.pros-cons-box__head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.download-ai-layer__intro p,
.faq-box__head p,
.pros-cons-box__head p,
.editor-opinion-box__head p {
  margin: 0;
  color: var(--zigg-text-secondary);
  line-height: 1.72;
}

.download-ai-layer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.download-ai-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  min-width: 0;
  border: 1px solid var(--zigg-border);
  border-radius: 22px;
  background: var(--zigg-surface);
}

.download-ai-card--verdict {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.09), rgba(255, 255, 255, 0.96));
  border-color: color-mix(in srgb, var(--zigg-accent) 16%, white);
}

.download-ai-card--summary {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.download-ai-card--compare {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.download-ai-card__kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zigg-text-muted);
}

.download-ai-card h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.3;
}

.download-ai-card__statement {
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
  line-height: 1.55;
  font-weight: 700;
  color: var(--zigg-text);
  max-width: 56ch;
}

.download-ai-card__rich {
  color: var(--zigg-text-secondary);
  line-height: 1.76;
}

.download-ai-card__rich > :first-child,
.faq-answer > :first-child,
.pros-cons-card__rich > :first-child,
.editor-opinion-content > :first-child {
  margin-top: 0;
}

.download-ai-card__rich > :last-child,
.faq-answer > :last-child,
.pros-cons-card__rich > :last-child,
.editor-opinion-content > :last-child {
  margin-bottom: 0;
}

.download-ai-list,
.pros-cons-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.download-ai-list li,
.pros-cons-list li {
  position: relative;
  padding-left: 18px;
  color: var(--zigg-text-secondary);
  line-height: 1.65;
}

.download-ai-list li::before,
.pros-cons-list li::before {
  content: '';
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--zigg-accent);
  transform: translateY(-50%);
}

.download-ai-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.download-ai-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  /*padding: 10px 14px;*/
  border-radius: 999px;
  /*border: 1px solid var(--zigg-border);*/
  background: var(--zigg-bg-soft);
  color: var(--zigg-text);
  font-size: 0.94rem;
  font-weight: 700;
}

.editor-opinion-box--premium,
.faq-box--premium,
.pros-cons-box {
  margin-top: 24px;
  padding: clamp(22px, 4vw, 30px);
}

.editor-opinion-box--premium {
  background: linear-gradient(135deg, rgba(30, 115, 190, 0.05), rgba(255, 255, 255, 0.98));
}

.editor-opinion-box__head,
.faq-box__head,
.pros-cons-box__head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.editor-opinion-content {
  color: var(--zigg-text-secondary);
  line-height: 1.8;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
  border: 1px solid var(--zigg-border);
  transition: border-color var(--zigg-transition), box-shadow var(--zigg-transition), transform var(--zigg-transition);
}

.faq-item.active {
  border-color: color-mix(in srgb, var(--zigg-accent) 16%, white);
  box-shadow: var(--zigg-shadow-sm);
}

.faq-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 20px;
  color: var(--zigg-text);
}

.faq-toggle:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--zigg-accent) 40%, white);
  outline-offset: 2px;
}

.faq-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--zigg-accent) 10%, white);
  color: var(--zigg-primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.faq-question {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}

.faq-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--zigg-accent) 18%, white);
  background: #fff;
  color: var(--zigg-accent);
  font-size: 1.08rem;
  transition: transform var(--zigg-transition), background-color var(--zigg-transition), color var(--zigg-transition), border-color var(--zigg-transition);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: var(--zigg-accent);
  color: #fff;
  border-color: var(--zigg-accent);
}

.faq-content {
  display: block;
  padding: 0 20px 20px 74px;
}

.faq-content[hidden] {
  display: none !important;
}

.faq-answer {
  color: var(--zigg-text-secondary);
  line-height: 1.78;
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pros-cons-grid.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.pros-cons-card {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid var(--zigg-border);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.pros-cons-card.is-pro {
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.06), rgba(255, 255, 255, 0.98));
  border-color: color-mix(in srgb, var(--zigg-success) 20%, white);
}

.pros-cons-card.is-con {
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.08), rgba(255, 255, 255, 0.98));
  border-color: color-mix(in srgb, #f59e0b 22%, white);
}

.pros-cons-card__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.pros-cons-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  font-weight: 900;
}

.pros-cons-card.is-pro .pros-cons-card__icon {
  color: #15803d;
}

.pros-cons-card.is-con .pros-cons-card__icon {
  color: #b45309;
}

.pros-cons-card__eyebrow {
  display: inline-flex;
  margin-bottom: 4px;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zigg-text-muted);
}

.pros-cons-card h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.3;
}

.pros-cons-card__rich {
  color: var(--zigg-text-secondary);
  line-height: 1.74;
}

.pros-cons-card.is-pro .pros-cons-list li::before {
  background: var(--zigg-success);
}

.pros-cons-card.is-con .pros-cons-list li::before {
  background: #f59e0b;
}

@media (max-width: 900px) {
  .download-ai-layer__grid,
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .download-ai-card--verdict {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .download-ai-layer,
  .editor-opinion-box--premium,
  .faq-box--premium,
  .pros-cons-box {
    padding: 18px;
    border-radius: 20px;
  }

  .download-ai-card,
  .pros-cons-card {
    padding: 18px;
    border-radius: 18px;
  }

  .faq-toggle {
    grid-template-columns: 1fr auto;
    padding: 16px;
  }

  .faq-index {
    display: none;
  }

  .faq-content {
    padding: 0 16px 16px;
  }

  .download-ai-tags li {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}


.archive-hero--editorial,
.archive-hero--post-type,
.archive-hero--author,
.archive-hero--tag {
  max-width: 100%;
}

.archive-hero--editorial .archive-description,
.archive-hero--post-type .archive-description,
.archive-hero--author .archive-description,
.archive-hero--tag .archive-description,
.archive-hero--category .archive-description {
  max-width: 920px;
}

.archive-hero--editorial .cat-tabs,
.archive-hero--post-type .cat-tabs,
.archive-hero--author .cat-tabs,
.archive-hero--tag .cat-tabs,
.archive-hero--category .cat-tabs {
  margin-top: 18px;
}

.archive-hero--category.archive-hero--editorial .cat-subtabs {
  margin-top: 12px;
  margin-bottom: 0;
}

.archive-shell .grid-archive-posts {
  margin-top: 0;
}

/* ===== Ads hardening ===== */
.zigg-ad-slot {
  --zigg-ad-min-height: 250px;
  --zigg-ad-max-width: 100%;
  position: relative;
  width: 100%;
  max-width: var(--zigg-ad-max-width);
  min-height: var(--zigg-ad-min-height);
  margin: 0;
  padding: 14px;
  border: 1px solid var(--zigg-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  overflow: hidden;
}

.zigg-ad-slot__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--zigg-text-secondary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zigg-ad-slot .adsbygoogle {
  display: block !important;
  width: 100%;
  min-height: calc(var(--zigg-ad-min-height) - 40px);
}

.zigg-ad-slot--300x250 {
  --zigg-ad-max-width: 300px;
  --zigg-ad-min-height: 250px;
}

.zigg-ad-slot--300x600 {
  --zigg-ad-max-width: 320px;
  --zigg-ad-min-height: 600px;
}

.zigg-ad-slot--gate {
  --zigg-ad-min-height: 250px;
}

/* ===== Download gate ===== */
.zigg-download-gate {
  padding: clamp(24px, 5vw, 56px) 20px 56px;
}

.zigg-download-gate__container {
  max-width: 1160px;
  margin: 0 auto;
}

.zigg-download-gate__shell {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--zigg-border);
  border-radius: var(--zigg-radius-xl);
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  box-shadow: var(--zigg-shadow-sm);
}

.zigg-download-gate__eyebrow,
.zigg-download-gate__panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zigg-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zigg-download-gate__eyebrow::before,
.zigg-download-gate__panel-kicker::before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.zigg-download-gate__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
  gap: 28px;
  margin-top: 18px;
}

.zigg-download-gate__main,
.zigg-download-gate__panel-card,
.zigg-download-gate__report-box,
.zigg-download-gate__cta-panel {
  border: 1px solid var(--zigg-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--zigg-shadow-sm);
}

.zigg-download-gate__main {
  padding: clamp(20px, 3vw, 28px);
}

.zigg-download-gate__app {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.zigg-download-gate__logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
  border-radius: 22px;
  border: 1px solid var(--zigg-border);
  background: #fff;
}

.zigg-download-gate__logo.is-fallback {
  display: grid;
  place-items: center;
  color: var(--zigg-primary-dark);
  font-size: 2rem;
  font-weight: 800;
  background: color-mix(in srgb, var(--zigg-primary) 8%, white);
}

.zigg-download-gate__badges,
.zigg-download-gate__stats,
.zigg-download-gate__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zigg-download-gate__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--zigg-primary) 10%, white);
  color: var(--zigg-primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zigg-download-gate__title {
  margin: 14px 0 10px;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 0.98;
}

.zigg-download-gate__subtitle {
  max-width: 56ch;
  margin: 0;
  color: var(--zigg-text-secondary);
  font-size: 1.08rem;
  line-height: 1.75;
}

.zigg-download-gate__progress {
  height: 12px;
  margin: 24px 0 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--zigg-primary) 8%, white);
  overflow: hidden;
}

.zigg-download-gate__progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--zigg-accent) 0%, var(--zigg-primary) 100%);
}

.zigg-download-gate__stat {
  min-width: 180px;
  padding: 14px 16px;
  border: 1px solid var(--zigg-border);
  border-radius: 20px;
  background: color-mix(in srgb, var(--zigg-primary) 3%, white);
}

.zigg-download-gate__stat-label {
  display: block;
  margin-bottom: 4px;
  color: var(--zigg-text-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zigg-download-gate__stat-value {
  font-size: 1rem;
  line-height: 1.35;
}

.zigg-download-gate__panel {
  display: grid;
  gap: 16px;
}

.zigg-download-gate__panel-card,
.zigg-download-gate__report-box,
.zigg-download-gate__cta-panel {
  padding: 22px;
}

.zigg-download-gate__panel-card h2,
.zigg-download-gate__cta-copy h3 {
  margin: 14px 0 10px;
  font-size: 1.45rem;
}

.zigg-download-gate__panel-card p,
.zigg-download-gate__cta-copy p,
.zigg-download-gate__helper,
.zigg-download-gate__noscript {
  margin: 0;
  color: var(--zigg-text-secondary);
  line-height: 1.7;
}

.zigg-download-gate__content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  margin-top: 24px;
  align-items: start;
}

.zigg-download-gate__cta {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.zigg-download-gate__cta[hidden] {
  display: none !important;
}

.zigg-download-gate__helper {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.zigg-download-gate__helper a {
  color: var(--zigg-accent);
  font-weight: 700;
  text-decoration: none;
}

.zigg-download-gate__helper a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .zigg-download-gate__hero,
  .zigg-download-gate__content {
    grid-template-columns: 1fr;
  }

  .zigg-download-gate__cta-panel {
    order: -1;
  }
}

@media (max-width: 720px) {
  .zigg-download-gate {
    padding-inline: 14px;
  }

  .zigg-download-gate__shell {
    padding: 18px;
    border-radius: 28px;
  }

  .zigg-download-gate__app {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .zigg-download-gate__logo {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .zigg-download-gate__title {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
  }

  .zigg-download-gate__subtitle {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .zigg-download-gate__stat {
    min-width: calc(50% - 8px);
    flex: 1 1 calc(50% - 8px);
  }

  .zigg-download-gate__cta-actions .zigg-btn {
    width: 100%;
  }

  .zigg-download-gate__helper {
    flex-direction: column;
  }

  .zigg-ad-slot {
    padding: 10px;
    border-radius: 20px;
  }
}

/* ===== Download gate v25 refinements ===== */
.zigg-download-gate__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.82fr);
  gap: 24px;
  margin-top: 18px;
  align-items: stretch;
}

.zigg-download-gate__main-card,
.zigg-download-gate__sidebar-card,
.zigg-download-gate__ad-shell,
.zigg-download-gate__report-box {
  border: 1px solid var(--zigg-border);
  border-radius: 28px;
  box-shadow: var(--zigg-shadow-sm);
}

.zigg-download-gate__main-card,
.zigg-download-gate__ad-shell,
.zigg-download-gate__report-box {
  background: #fff;
}

.zigg-download-gate__main-card {
  padding: clamp(20px, 3vw, 30px);
}

.zigg-download-gate__headline-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 18px;
  align-items: start;
  margin-top: 14px;
}

.zigg-download-gate__headline-copy {
  min-width: 0;
}

.zigg-download-gate__timer-card {
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: 18px 18px 16px;
  border: 1px solid color-mix(in srgb, var(--zigg-primary) 12%, white);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11,58,99,0.06) 0%, rgba(11,58,99,0.02) 100%);
}

.zigg-download-gate__timer-label,
.zigg-download-gate__timer-footnote {
  color: var(--zigg-text-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.zigg-download-gate__timer-value {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  color: var(--zigg-primary-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.92;
}

.zigg-download-gate__timer-value small {
  font-size: 1rem;
  line-height: 1.5;
}

.zigg-download-gate__progress-wrap {
  display: grid;
  gap: 12px;
  margin: 24px 0 22px;
}

.zigg-download-gate__progress-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--zigg-text-secondary);
  font-size: 0.92rem;
}

.zigg-download-gate__progress-meta strong {
  color: var(--zigg-primary-dark);
}

.zigg-download-gate__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.zigg-download-gate__step {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--zigg-border);
  border-radius: 20px;
  background: color-mix(in srgb, var(--zigg-primary) 3%, white);
}

.zigg-download-gate__step-index {
  color: var(--zigg-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.zigg-download-gate__step-copy {
  color: var(--zigg-text-secondary);
  font-size: 0.96rem;
  line-height: 1.55;
}

.zigg-download-gate__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.zigg-download-gate__stat {
  min-width: 0;
}

.zigg-download-gate__sidebar-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 24px;
  background: linear-gradient(180deg, #0c1730 0%, #122248 100%);
  color: rgba(255, 255, 255, 0.96);
}

.zigg-download-gate__sidebar-card h2,
.zigg-download-gate__cta-copy h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.2;
}

.zigg-download-gate__sidebar-card > p,
.zigg-download-gate__cta-copy p,
.zigg-download-gate__helper,
.zigg-download-gate__noscript {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.zigg-download-gate__bullet-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.zigg-download-gate__bullet-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

.zigg-download-gate__bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #5fa2ff;
}

.zigg-download-gate__cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.zigg-download-gate__sidebar-card .zigg-btn--primary {
  background: #fff;
  color: var(--zigg-primary-dark);
}

.zigg-download-gate__sidebar-card .zigg-btn--primary:hover {
  background: color-mix(in srgb, #ffffff 92%, var(--zigg-primary) 8%);
}

.zigg-download-gate__sidebar-card .zigg-btn--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.zigg-download-gate__sidebar-card .zigg-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.zigg-download-gate__helper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 4px;
}

.zigg-download-gate__helper a {
  color: #8ec2ff;
}

.zigg-download-gate__ad-shell,
.zigg-download-gate__report-box {
  margin-top: 22px;
  padding: 22px;
}

.zigg-download-gate__ad-shell {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.zigg-download-gate__ad-header {
  display: grid;
  gap: 12px;
}

.zigg-download-gate__ad-header p {
  margin: 0;
  color: var(--zigg-text-secondary);
  line-height: 1.7;
}

.zigg-download-gate__ad-panel .zigg-ad-slot {
  min-height: 220px;
}

@media (max-width: 1080px) {
  .zigg-download-gate__layout,
  .zigg-download-gate__ad-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .zigg-download-gate__headline-row,
  .zigg-download-gate__steps {
    grid-template-columns: 1fr;
  }

  .zigg-download-gate__timer-card {
    max-width: 220px;
  }
}
