:root {
  --color-primary: #0a5cad;
  --color-primary-dark: #1677d2;
  --color-navy: #071a33;
  --color-background: #f7fafc;
  --color-surface: #ffffff;
  --color-text: #122033;
  --color-muted: #3d4f66;
  --color-border: #d5e3ef;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 6px 18px rgba(7, 26, 51, 0.06);
  --shadow-md: 0 14px 32px rgba(10, 92, 173, 0.12);
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --transition: 0.22s ease;
  --primary-blue: var(--color-primary);
  --secondary-blue: var(--color-primary-dark);
  --light-blue: #eaf3fb;
  --dark-blue: var(--color-navy);
  --accent-green: #4ea52a;
  --white: var(--color-surface);
  --background: var(--color-background);
  --surface: var(--color-surface);
  --surface-alt: #eef5fb;
  --text: var(--color-text);
  --muted: var(--color-muted);
  --border: var(--color-border);
  --shadow: var(--shadow-sm);
  --shadow-hover: var(--shadow-md);
  --focus: var(--color-primary);
  --danger: #9f1c28;
  --success: #1b6b38;
  --whatsapp: #128c7e;
  --radius: var(--radius-md);
  --header-h: 4.5rem;
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --content: 72rem;
  color-scheme: light;
}

html[data-theme="dark"] {
  --color-primary: #7cb6ff;
  --color-primary-dark: #4d9dff;
  --color-navy: #d7e7f8;
  --color-background: #071a33;
  --color-surface: #0e243f;
  --color-text: #e8eef6;
  --color-muted: #b4c4d6;
  --color-border: #2a3d57;
  --light-blue: #10263f;
  --dark-blue: #d7e7f8;
  --accent-green: #8ed36a;
  --white: #0e243f;
  --background: #071a33;
  --surface: #0e243f;
  --surface-alt: #12304d;
  --text: #e8eef6;
  --muted: #b4c4d6;
  --border: #2a3d57;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  --shadow-hover: 0 16px 40px rgba(77, 157, 255, 0.16);
  --focus: #7cb6ff;
  --danger: #ff8a96;
  --success: #7ddea4;
  --whatsapp: #25d366;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--background);
  padding-bottom: 5.75rem;
}

img,
picture img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  max-width: 100%;
}

a {
  color: var(--primary-blue);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--secondary-blue);
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1 {
  font-size: clamp(2.15rem, 6vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 700;
}

h3,
h4 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-size: 1.08rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

small {
  font-size: 0.875rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  background: var(--dark-blue);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 0.6rem;
  font-weight: 700;
}

html[data-theme="dark"] .skip-link {
  background: var(--primary-blue);
  color: #0b1220;
}

.skip-link:focus {
  top: 0.8rem;
}

.container {
  width: min(calc(100% - 2rem), var(--content));
  margin-inline: auto;
  max-width: 100%;
}

.hero__grid,
.split,
.contact-grid,
.cards,
.app-grid,
.platforms,
.toolbar,
.site-header__inner {
  min-width: 0;
}

.hero__copy,
.hero__visual,
.card,
.app-card {
  min-width: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

.section {
  padding: 4.2rem 0;
  scroll-margin-top: calc(var(--header-h) + 0.8rem);
}

.section--alt {
  background: var(--surface-alt);
}

.section__intro {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section__intro p,
.lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.eyebrow {
  display: inline-block;
  color: var(--primary-blue);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--border);
  box-shadow: 0 8px 24px rgba(12, 35, 64, 0.08);
}

.site-header__inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.logo img {
  width: auto;
  height: 2.5rem;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

#nav-open {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.nav-panel {
  display: none;
}

.nav-panel.is-open,
.header-actions {
  display: flex;
}

.header-actions {
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.menu a[aria-current="true"],
.menu a:hover {
  color: var(--primary-blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--primary-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(10, 92, 173, 0.24);
}

html[data-theme="dark"] .btn--primary {
  color: #0b1220;
  background: #7cb6ff;
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.btn--whatsapp {
  background: var(--whatsapp);
  color: #fff;
}

.theme-toggle {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 3.2rem 0 3.6rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(21, 118, 212, 0.14), transparent 32%),
    radial-gradient(circle at 8% 90%, rgba(78, 165, 42, 0.1), transparent 28%),
    var(--white);
}

.hero__grid {
  display: grid;
  gap: 2.4rem;
  align-items: center;
}

.hero__copy p {
  color: var(--muted);
  margin-top: 1rem;
  max-width: 38rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

@media (max-width: 413px) {
  .hero__actions .btn {
    width: 100%;
  }
}

.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 16rem;
  overflow: hidden;
}

.hero__visual::before,
.hero__visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.hero__visual::before {
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(10, 92, 173, 0.16), transparent 68%);
}

.hero__visual::after {
  width: 11rem;
  height: 11rem;
  border: 1px solid color-mix(in srgb, var(--primary-blue) 28%, transparent);
  transform: rotate(18deg);
  border-radius: 1.8rem;
}

.hero-logo,
.hero__visual picture {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-width: 100%;
  height: auto;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.chip {
  background: var(--light-blue);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.stats {
  background: linear-gradient(135deg, #0c2340, #0a5cad 72%);
  color: #fff;
  padding: 2.2rem 0;
}

html[data-theme="dark"] .stats {
  background: linear-gradient(135deg, #071018, #16365c 78%);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  padding: 1rem 1.05rem;
}

.stat strong,
.stat .stat__value {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
}

.stat span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
}

.split {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.prose p + p {
  margin-top: 1rem;
}

.about-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-card img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

.about-card__body {
  padding: 1.1rem 1.2rem 1.3rem;
}

.about-card__body img {
  height: 2.6rem;
  width: auto;
  max-width: 12rem;
  margin-bottom: 0.6rem;
}

.timeline {
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--primary-blue);
}

.timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0.36rem;
  top: 1.1rem;
  bottom: -1rem;
  width: 2px;
  background: var(--border);
}

.timeline strong {
  display: block;
  color: var(--primary-blue);
}

.cards {
  display: grid;
  gap: 1rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover,
.card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: color-mix(in srgb, var(--primary-blue) 45%, var(--border));
}

.card svg {
  width: 1.8rem;
  height: 1.8rem;
  stroke: var(--primary-blue);
  fill: none;
  stroke-width: 1.8;
  margin-bottom: 0.8rem;
}

.card p {
  color: var(--muted);
  margin-top: 0.5rem;
  font-size: 0.98rem;
}

.card--feature {
  background: linear-gradient(180deg, var(--surface), var(--light-blue));
}

.platforms {
  display: grid;
  gap: 1rem;
}

.platform-card {
  display: grid;
  justify-items: start;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
}

.brand-mark {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
}

.brand-mark--dark {
  background: #10131a;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-mark--app {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 1.15rem;
  background: #f3f6fa;
}

.brand-mark--app img {
  object-fit: cover;
}

html[data-theme="dark"] .brand-mark--app {
  background: #18263c;
}

.toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-btn {
  min-height: 2.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.filter-btn.is-active {
  background: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
}

html[data-theme="dark"] .filter-btn.is-active {
  color: #0b1220;
}

.search {
  width: 100%;
  min-height: 3rem;
  border-radius: 0.9rem;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  padding: 0.7rem 1rem;
  font: inherit;
}

.apps-status {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.app-group {
  margin-bottom: 2rem;
}

.app-group__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.app-grid {
  display: grid;
  gap: 1rem;
}

.app-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem;
  display: grid;
  gap: 0.55rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-card:hover,
.app-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.app-card__meta,
.app-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.app-card .btn {
  justify-self: start;
  margin-top: 0.3rem;
}

.highlight {
  background:
    radial-gradient(circle at 20% 20%, rgba(21, 118, 212, 0.18), transparent 28%),
    linear-gradient(160deg, #0c2340, #123a66);
  color: #fff;
}

.highlight .lead,
.highlight .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.phones {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.8rem;
  margin-top: 2rem;
}

.phone {
  width: 8.6rem;
  height: 17.4rem;
  border: 8px solid #dbe7f3;
  border-radius: 1.6rem;
  background: #0e1724;
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.phone img {
  width: 72%;
  height: auto;
}

.phone--center {
  width: 10rem;
  height: 20rem;
  transform: translateY(-0.6rem);
}

.contact-grid {
  display: grid;
  gap: 1.5rem;
}

.contact-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.contact-list a {
  font-weight: 700;
}

.form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  font-weight: 700;
  font-size: 0.92rem;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 0.8rem;
  background: var(--background);
  color: var(--text);
  font: inherit;
  padding: 0.75rem 0.85rem;
}

.field textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: var(--danger);
}

.field-error {
  color: var(--danger);
  font-size: 0.85rem;
  min-height: 1.1em;
}

.form__status {
  min-height: 1.4em;
  font-weight: 700;
}

.form__status.is-success {
  color: var(--success);
}

.form__status.is-error {
  color: var(--danger);
}

.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.social-grid {
  display: grid;
  gap: 0.8rem;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 0.9rem 1rem;
}

.social-card img {
  width: 2.2rem;
  height: 2.2rem;
}

.site-footer {
  background: #0c2340;
  color: #e8eef6;
  padding: 3rem 0 2rem;
}

html[data-theme="dark"] .site-footer {
  background: #070d16;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.site-footer a {
  color: #d7e7f8;
}

.site-footer .menu {
  display: grid;
  gap: 0.4rem;
}

.footer-copy {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.float-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: grid;
  gap: 0.7rem;
}

.icon-btn {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  border: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: var(--shadow);
  text-decoration: none;
}

.icon-btn img,
.icon-btn svg {
  width: 1.55rem;
  height: 1.55rem;
}

.back-top {
  background: var(--primary-blue);
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

html[data-theme="dark"] .back-top {
  color: #0b1220;
}

.whatsapp-float {
  background: #fff;
}

.reveal {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    animation: jmc-fade-up 0.55s ease both;
  }
}

@keyframes jmc-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.nav-backdrop {
  display: none;
}

#nav-open:checked ~ .nav-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(12, 35, 64, 0.42);
  z-index: 70;
}

#nav-open:checked ~ .nav-panel {
  display: flex;
}

@media (max-width: 1023px) {
  .nav-backdrop.is-open {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(12, 35, 64, 0.42);
    z-index: 70;
  }

  .nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(20.5rem, 88vw);
    background: var(--surface);
    z-index: 75;
    padding: 5rem 1.2rem 1.5rem;
    border-left: 1px solid var(--border);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 1.2rem;
  }

  .nav-panel.is-open {
    display: flex;
  }

  .menu {
    display: grid;
    gap: 0.85rem;
  }

  .menu a {
    font-size: 1.05rem;
  }
}

@media (min-width: 768px) {
  .stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cards,
  .platforms,
  .app-grid,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card--feature {
    grid-column: 1 / -1;
  }

  .split,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .form {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  body {
    padding-bottom: 0;
  }

  .nav-toggle {
    display: none;
  }

  .nav-panel {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-left: auto;
  }

  .header-actions {
    margin-left: 0.75rem;
  }

  .menu {
    display: flex;
    gap: 1.1rem;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    min-height: 28rem;
  }

  .cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .platforms,
  .app-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .social-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 18rem);
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .container {
    width: min(calc(100% - 3rem), var(--content));
  }
}

@media (max-width: 374px) {
  .phones {
    gap: 0.35rem;
  }

  .phone,
  .phone--center {
    width: 6.6rem;
    height: 13.5rem;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.hero-kpis div {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.75rem 0.85rem;
  box-shadow: var(--shadow-sm);
  min-height: 4.6rem;
}

.hero-kpis strong {
  display: block;
  color: var(--color-primary);
  font-size: 1.05rem;
}

.hero-kpis span {
  color: var(--muted);
  font-size: 0.82rem;
}

.device-stage {
  position: relative;
  min-height: 18rem;
  display: grid;
  place-items: center;
}

.laptop {
  width: min(100%, 28rem);
  aspect-ratio: 16 / 10;
  border: 8px solid #1b2838;
  border-bottom-width: 14px;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(10, 92, 173, 0.18), transparent 40%),
    var(--surface-alt);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.laptop img {
  width: min(80%, 16rem);
  height: auto;
}

.phone-ui {
  position: absolute;
  right: 4%;
  bottom: -0.6rem;
  width: 7.2rem;
  height: 14.4rem;
  border: 7px solid #111c28;
  border-radius: 1.4rem;
  background: #0e1724;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
}

.phone-ui img {
  width: 72%;
  border-radius: 1rem;
}

.why-grid,
.featured-grid {
  display: grid;
  gap: 1rem;
}

.why-card {
  padding: 1.15rem 1.2rem;
}

.featured-card {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.featured-card .brand-mark--app {
  width: 5.5rem;
  height: 5.5rem;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.6rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: var(--light-blue);
  color: var(--text);
  border: 1px solid var(--border);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.search-wrap {
  position: relative;
}

.search-wrap .search {
  padding-right: 2.6rem;
}

.wa-dock {
  display: none;
}

.footer-cols {
  display: grid;
  gap: 1.4rem;
}

.footer-cols h3,
.site-footer h2 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.page-hero {
  padding: 3.2rem 0 1.4rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(22, 119, 210, 0.12), transparent 32%),
    var(--background);
}

.page-content {
  display: grid;
  gap: 1rem;
  padding-bottom: 3rem;
}

.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.legal p + p {
  margin-top: 1rem;
}

.inner-cta {
  margin-top: 1.2rem;
}

@media (min-width: 768px) {
  .hero-kpis,
  .why-grid,
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-cols {
    grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .hero-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .whatsapp-float {
    display: none;
  }

  .wa-dock {
    display: flex;
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 42;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    background: var(--whatsapp);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: var(--shadow-md);
  }

  .float-actions {
    bottom: 4.4rem;
  }
}

@media (min-width: 1024px) {
  #nav-open:checked ~ .nav-backdrop {
    display: none;
  }
}

.catalog {
  position: relative;
}

.catalog-radios {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.catalog:has(#filter-todos:checked) label[for="filter-todos"],
.catalog:has(#filter-android:checked) label[for="filter-android"],
.catalog:has(#filter-ios:checked) label[for="filter-ios"],
.catalog:has(#filter-evangelizacao:checked) label[for="filter-evangelizacao"],
.catalog:has(#filter-jogos:checked) label[for="filter-jogos"],
.catalog:has(#filter-outros:checked) label[for="filter-outros"] {
  background: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
}

html[data-theme="dark"] .catalog:has(#filter-todos:checked) label[for="filter-todos"],
html[data-theme="dark"] .catalog:has(#filter-android:checked) label[for="filter-android"],
html[data-theme="dark"] .catalog:has(#filter-ios:checked) label[for="filter-ios"],
html[data-theme="dark"] .catalog:has(#filter-evangelizacao:checked) label[for="filter-evangelizacao"],
html[data-theme="dark"] .catalog:has(#filter-jogos:checked) label[for="filter-jogos"],
html[data-theme="dark"] .catalog:has(#filter-outros:checked) label[for="filter-outros"] {
  color: #0b1220;
}

.catalog:has(#filter-android:checked) .app-card:not([data-platform="android"]),
.catalog:has(#filter-ios:checked) .app-card:not([data-platform="ios"]),
.catalog:has(#filter-evangelizacao:checked) .app-card:not([data-cat~="evangelizacao"]),
.catalog:has(#filter-jogos:checked) .app-card:not([data-cat~="jogos"]),
.catalog:has(#filter-outros:checked) .app-card:not([data-cat~="outros"]) {
  display: none;
}

.catalog:has(#filter-android:checked) .app-group:not(:has(.app-card[data-platform="android"])),
.catalog:has(#filter-ios:checked) .app-group:not(:has(.app-card[data-platform="ios"])),
.catalog:has(#filter-evangelizacao:checked) .app-group:not(:has(.app-card[data-cat~="evangelizacao"])),
.catalog:has(#filter-jogos:checked) .app-group:not(:has(.app-card[data-cat~="jogos"])),
.catalog:has(#filter-outros:checked) .app-group:not(:has(.app-card[data-cat~="outros"])) {
  display: none;
}

.app-card[hidden],
.app-group[hidden] {
  display: none !important;
}

.apps-empty {
  display: none;
  color: var(--muted);
}

.catalog:not(:has(.app-card:not([hidden]))) .apps-empty,
.catalog:has(#filter-android:checked):not(:has(.app-card[data-platform="android"]:not([hidden]))) .apps-empty,
.catalog:has(#filter-ios:checked):not(:has(.app-card[data-platform="ios"]:not([hidden]))) .apps-empty,
.catalog:has(#filter-evangelizacao:checked):not(:has(.app-card[data-cat~="evangelizacao"]:not([hidden]))) .apps-empty,
.catalog:has(#filter-jogos:checked):not(:has(.app-card[data-cat~="jogos"]:not([hidden]))) .apps-empty,
.catalog:has(#filter-outros:checked):not(:has(.app-card[data-cat~="outros"]:not([hidden]))) .apps-empty {
  display: block;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.contact-alts {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

label.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
