:root {
  --gentill-bg: #02060d;
  --gentill-panel: rgba(7, 18, 33, 0.68);
  --gentill-panel-strong: rgba(6, 17, 32, 0.82);
  --gentill-line: rgba(255, 255, 255, 0.13);
  --gentill-green: #9bf65b;
  --gentill-blue: #f2b631;
  --gentill-mouse-x: 50vw;
  --gentill-mouse-y: 38vh;
  --gentill-scroll-mix: 0;
  --gentill-aura-r: 155;
  --gentill-aura-g: 246;
  --gentill-aura-b: 91;
}

@media (max-width: 640px) {
  main section:first-of-type:has(img[src*="app-home.webp"]) .inline-flex.items-center.gap-3.rounded-full,
  main section:first-of-type:has(img[src*="app-corrida.webp"]) .inline-flex.items-center.gap-3.rounded-full,
  main section:first-of-type:has(img[src*="logo-mob.webp"]) .inline-flex.items-center.gap-3.rounded-full {
    max-width: calc(100vw - 2rem);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    white-space: normal;
    line-height: 1.25;
  }

  main section:first-of-type:has(img[src*="app-home.webp"]) h1,
  main section:first-of-type:has(img[src*="app-corrida.webp"]) h1,
  main section:first-of-type:has(img[src*="logo-mob.webp"]) h1 {
    max-width: 11ch;
    font-size: 2.45rem;
    line-height: 1;
    letter-spacing: 0.01em;
  }

  main section:first-of-type:has(img[src*="app-home.webp"]) p,
  main section:first-of-type:has(img[src*="app-corrida.webp"]) p,
  main section:first-of-type:has(img[src*="logo-mob.webp"]) p {
    max-width: 32ch;
  }

  main section:first-of-type:has(img[src*="app-home.webp"]) img {
    filter: brightness(1.12) contrast(1.08) saturate(1.05);
  }

  main section:first-of-type:has(img[src*="app-corrida.webp"]) img {
    filter: brightness(1.08) contrast(1.05) saturate(1.03);
  }
}

@media (min-width: 641px) {
  main section:first-of-type:has(img[src*="app-home.webp"]) img {
    filter: brightness(1.06) contrast(1.04) saturate(1.03);
  }
}

html {
  background: var(--gentill-bg);
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at var(--gentill-mouse-x) var(--gentill-mouse-y), rgba(var(--gentill-aura-r), var(--gentill-aura-g), var(--gentill-aura-b), 0.075), transparent 25rem),
    radial-gradient(circle at calc(var(--gentill-mouse-x) + 18rem) calc(var(--gentill-mouse-y) - 8rem), rgba(242, 183, 38, 0.065), transparent 30rem),
    #02060d;
}

#gentill-live-canvas,
#gentill-cursor-aura {
  pointer-events: none;
  position: fixed;
  inset: 0;
}

#gentill-live-canvas {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  opacity: 0.34;
  mix-blend-mode: screen;
}

#gentill-cursor-aura {
  z-index: 3;
  opacity: 0;
  background:
    radial-gradient(circle at var(--gentill-mouse-x) var(--gentill-mouse-y), rgba(var(--gentill-aura-r), var(--gentill-aura-g), var(--gentill-aura-b), 0.09), transparent 7rem),
    radial-gradient(circle at var(--gentill-mouse-x) var(--gentill-mouse-y), rgba(242, 183, 38, 0.045), transparent 16rem);
  transition: opacity 240ms ease;
}

body.gentill-pointer-active #gentill-cursor-aura {
  opacity: 1;
}

#root {
  isolation: isolate;
  position: relative;
  z-index: 1;
  background: transparent !important;
}

#root section {
  background-color: transparent !important;
  overflow: clip;
}

#root section::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 13, 0.26), rgba(2, 6, 13, 0.14) 46%, rgba(2, 6, 13, 0.30)),
    radial-gradient(circle at 12% 18%, rgba(242, 183, 38, 0.06), transparent 24rem),
    radial-gradient(circle at 86% 20%, rgba(155, 246, 91, 0.055), transparent 25rem);
}

#root section > * {
  position: relative;
  z-index: 1;
}

#root nav {
  z-index: 60;
}

#root img {
  image-rendering: auto;
}

#root h1,
#root h2,
#root h3 {
  text-wrap: balance;
}

#root p {
  text-wrap: pretty;
}

#root h1,
#root h2,
#root h3,
#root a,
#root button,
#root article,
#root [class*="rounded-"] {
  transition: color 260ms ease, text-shadow 260ms ease, transform 260ms ease;
}

#root :is(a, button, article):hover,
#root :is(h1, h2, h3):hover {
  text-shadow:
    0 0 10px rgba(var(--gentill-aura-r), var(--gentill-aura-g), var(--gentill-aura-b), 0.16),
    0 0 26px rgba(242, 183, 38, 0.08);
}

#root :is(h1, h2, h3):hover {
  color: color-mix(in srgb, rgb(var(--gentill-aura-r), var(--gentill-aura-g), var(--gentill-aura-b)) 72%, #ffffff) !important;
}

#root a:hover,
#root button:hover {
  text-shadow: 0 0 20px rgba(var(--gentill-aura-r), var(--gentill-aura-g), var(--gentill-aura-b), 0.32);
}

.gentill-site-credit {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at var(--gentill-mouse-x) var(--gentill-mouse-y), rgba(var(--gentill-aura-r), var(--gentill-aura-g), var(--gentill-aura-b), 0.08), transparent 18rem),
    rgba(2, 6, 13, 0.88);
  padding: 1.6rem 1rem;
  text-align: center;
  color: rgba(226, 232, 240, 0.86);
  font: 700 0.9rem/1.55 "Plus Jakarta Sans", system-ui, sans-serif;
  letter-spacing: 0.01em;
}

.gentill-site-credit strong {
  color: #ffffff;
}

#root section:first-of-type {
  padding-top: clamp(6.5rem, 9vh, 8.5rem) !important;
  padding-bottom: clamp(3rem, 7vh, 6rem) !important;
}

#root section:first-of-type > div {
  width: min(100%, 1240px);
}

#root [class*="max-w-7xl"],
#root [class*="max-w-6xl"] {
  max-width: 78rem !important;
}

#root [class*="rounded-"][class*="border-white"] {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background-color: rgba(255, 255, 255, 0.055) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 20px 70px rgba(0, 0, 0, 0.18);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms ease,
    box-shadow 420ms ease,
    background-color 420ms ease;
}

#root [class*="rounded-"][class*="border-white"]:hover {
  border-color: rgba(155, 246, 91, 0.32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 26px 90px rgba(0, 0, 0, 0.28),
    0 0 44px rgba(242, 183, 38, 0.08);
}

#root a[href*="wa.me"],
#root a[href^="mailto:"],
#root a[href^="tel:"],
#root a[href="/contato"],
#root a[href="/contato/"],
#root button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  min-height: 44px;
}

#root header a,
#root nav a,
#root button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

#root p[class*="tracking-[0.22em]"],
#root p[class*="tracking-"][class*="text-white/45"] {
  color: rgba(226, 232, 240, 0.74) !important;
  letter-spacing: 0.08em !important;
}

#root a[href*="wa.me"]:hover,
#root a[href="/contato"]:hover,
#root a[href="/contato/"]:hover,
#root button:hover {
  transform: translateY(-2px) scale(1.015);
}

#root [class*="backdrop-blur"],
#root article {
  backdrop-filter: blur(18px) saturate(1.18);
}

#root article {
  min-height: 25rem;
}

#root section:not(:first-of-type) {
  padding-top: clamp(5.5rem, 10vw, 8.5rem) !important;
  padding-bottom: clamp(5.5rem, 10vw, 8.5rem) !important;
}

#root .gentill-revealed {
  animation: gentill-section-rise 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

#root [data-reveal] {
  --reveal-x: 0px;
  --reveal-y: 18px;
  --reveal-scale: 0.97;
  --reveal-filter: blur(0px) saturate(1) brightness(1);
  --reveal-rotate: 0deg;
  opacity: 0;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale)) rotate(var(--reveal-rotate));
  transform-origin: center;
  filter: var(--reveal-filter);
  clip-path: inset(0 0 0 0 round 1.1rem);
  will-change: opacity, transform, filter, clip-path;
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

#root [data-reveal].is-visible,
#root [data-reveal].gentill-revealed {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: none;
}

#root [data-reveal="left"] {
  --reveal-x: -46px;
}

#root [data-reveal="right"] {
  --reveal-x: 46px;
}

#root [data-reveal="up"] {
  --reveal-y: 26px;
}

#root [data-reveal="zoom-in"] {
  --reveal-y: 22px;
  --reveal-scale: 0.88;
  --reveal-filter: blur(8px) saturate(1.15) brightness(1.04);
}

#root [data-reveal="zoom-out"] {
  --reveal-y: 0px;
  --reveal-scale: 1.1;
  --reveal-filter: blur(4px) saturate(1.1) brightness(1.06);
}

#root [data-reveal="hologram"] {
  --reveal-y: 18px;
  --reveal-scale: 1.06;
  --reveal-filter: blur(11px) saturate(1.5) brightness(1.28) contrast(1.12) hue-rotate(14deg);
  opacity: 0.08;
  mix-blend-mode: screen;
}

#root [data-reveal="hologram"].is-visible,
#root [data-reveal="hologram"].gentill-revealed {
  mix-blend-mode: normal;
}

#root .gentill-atuacao-section {
  padding-top: clamp(5rem, 8vw, 7rem) !important;
  padding-bottom: clamp(5rem, 8vw, 7rem) !important;
}

#root .gentill-atuacao-shell {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#root .gentill-atuacao-panel {
  position: relative;
  grid-column: 1 / -1 !important;
  width: min(100%, 76rem);
  max-width: 100% !important;
  margin-inline: auto;
  margin-top: clamp(2rem, 4vw, 3rem) !important;
  padding: clamp(1.5rem, 3.2vw, 2.75rem) !important;
  border-radius: clamp(1.35rem, 2.6vw, 2rem) !important;
  background:
    radial-gradient(circle at 15% 8%, rgba(155, 246, 91, 0.10), transparent 21rem),
    radial-gradient(circle at 90% 15%, rgba(242, 183, 38, 0.12), transparent 24rem),
    rgba(6, 17, 32, 0.74) !important;
}

#root .gentill-atuacao-panel > div:first-child {
  display: grid !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 4vw, 3.75rem) !important;
  align-items: start !important;
}

#root .gentill-atuacao-panel h3 {
  max-width: 11.5em !important;
  font-size: clamp(2.15rem, 4vw, 4rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

#root .gentill-atuacao-panel p {
  max-width: 38rem !important;
}

#root .gentill-atuacao-panel [class*="md:grid-cols-2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

#root .gentill-atuacao-panel [class*="md:grid-cols-2"] > div {
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#root .gentill-atuacao-panel [class*="xl:grid-cols-3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#root .gentill-atuacao-panel [class*="xl:grid-cols-3"] > div {
  display: flex;
  align-items: center;
  min-height: 4.85rem;
}

#root .gentill-atuacao-panel.gentill-atuacao-custom {
  padding: clamp(2rem, 4vw, 3.5rem) !important;
}

.gentill-atuacao-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.gentill-kicker {
  margin: 0 0 1rem;
  color: var(--gentill-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.gentill-atuacao-title {
  max-width: 10.5em;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 3.85vw, 4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.gentill-atuacao-lead {
  max-width: 38rem;
  margin: 1.4rem 0 0;
  color: #cbd5e1;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.8;
}

.gentill-atuacao-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gentill-atuacao-card {
  min-height: 11rem !important;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#root .gentill-foco-card {
  top: calc(100% - 2.25rem) !important;
  bottom: auto !important;
  left: 1.25rem !important;
  transform: none !important;
}

#root .gentill-consultoria-feature-card {
  min-height: 21.5rem !important;
  overflow: hidden;
}

#root .gentill-consultoria-feature-card h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(1.08rem, 1.55vw, 1.25rem) !important;
  line-height: 1.28 !important;
}

#root .gentill-benefit-grid {
  perspective: 1100px;
}

#root .gentill-benefit-item {
  position: relative;
  overflow: hidden;
  min-height: 4.75rem;
  isolation: isolate;
  animation: gentill-benefit-float 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--gentill-delay, 0ms);
}

#root .gentill-benefit-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--gentill-mouse-x, 50%) var(--gentill-mouse-y, 50%), rgba(155, 246, 91, 0.14), transparent 16rem),
    linear-gradient(90deg, transparent, rgba(242, 183, 38, 0.13), transparent);
  opacity: 0;
  transform: translateX(-28%);
  transition: opacity 260ms ease, transform 520ms ease;
}

#root .gentill-benefit-item:hover {
  border-color: rgba(242, 183, 38, 0.4) !important;
  transform: translateY(-4px);
}

#root .gentill-benefit-item:hover::before {
  opacity: 1;
  transform: translateX(28%);
}

@keyframes gentill-benefit-float {
  from {
    opacity: 0;
    transform: translateY(18px) rotateX(7deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

.gentill-atuacao-card strong {
  display: block;
  margin-top: 0.85rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.35;
}

.gentill-atuacao-card p {
  margin: 0.65rem 0 0;
  color: #cbd5e1;
  font-size: 0.94rem;
  line-height: 1.58;
}

.gentill-atuacao-icon {
  display: inline-grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 0.9rem;
  color: #061120;
  background: linear-gradient(135deg, var(--gentill-green), var(--gentill-blue));
  font-size: 1.05rem;
  font-weight: 800;
}

.gentill-sinais {
  margin-top: clamp(2rem, 3vw, 2.75rem);
  padding-top: clamp(1.5rem, 2.4vw, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gentill-sinais-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1rem;
}

.gentill-sinais-head p {
  max-width: 33rem;
  margin: 0;
  color: #cbd5e1;
  line-height: 1.7;
}

.gentill-sinais-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.gentill-sinais-grid span {
  min-height: 4.9rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  font-size: 0.92rem;
  line-height: 1.45;
}

@keyframes gentill-section-rise {
  from {
    opacity: 0.86;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  #root section:first-of-type p {
    max-width: 35rem;
  }
}

@media (max-width: 767px) {
  #gentill-live-canvas {
    opacity: 0.48;
  }

  #root section::before {
    background:
      linear-gradient(180deg, rgba(2, 6, 13, 0.42), rgba(2, 6, 13, 0.22) 42%, rgba(2, 6, 13, 0.44)),
      radial-gradient(circle at 50% 18%, rgba(155, 246, 91, 0.07), transparent 19rem);
  }

  #root section:first-of-type {
    min-height: auto;
    padding-top: 6.35rem !important;
    padding-bottom: 3.5rem !important;
  }

  #root section:first-of-type h1 {
    font-size: clamp(1.95rem, 8vw, 3.25rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  #root section:first-of-type p {
    font-size: 1.05rem !important;
    line-height: 1.72 !important;
  }

  #root section:not(:first-of-type) {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important;
  }

  #root [class*="rounded-"][class*="border-white"] {
    border-radius: 1.35rem !important;
  }

  #root .gentill-atuacao-panel > div:first-child {
    grid-template-columns: 1fr;
  }

  #root .gentill-atuacao-panel h3 {
    max-width: 100% !important;
    font-size: clamp(2.15rem, 10vw, 3.2rem) !important;
  }

  #root .gentill-atuacao-panel [class*="md:grid-cols-2"],
  #root .gentill-atuacao-panel [class*="xl:grid-cols-3"] {
    grid-template-columns: 1fr !important;
  }

  #root .gentill-atuacao-panel [class*="md:grid-cols-2"] > div {
    min-height: auto;
  }

  .gentill-atuacao-layout,
  .gentill-atuacao-grid,
  .gentill-sinais-grid {
    grid-template-columns: 1fr;
  }

  .gentill-sinais-head {
    display: block;
  }

  .gentill-atuacao-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  #gentill-live-canvas,
  #gentill-cursor-aura {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.gentill-skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  transform: translateY(-160%);
  border: 1px solid rgba(155, 246, 91, 0.45);
  border-radius: 999px;
  background: #07110d;
  color: #f6ffe9;
  padding: 0.85rem 1.1rem;
  font: 700 0.9rem/1.1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
  transition: transform 180ms ease;
}

.gentill-skip-link:focus,
.gentill-skip-link:focus-visible {
  transform: translateY(0);
}

#root a:focus-visible,
#root button:focus-visible,
#root input:focus-visible,
#root textarea:focus-visible,
#root select:focus-visible,
.gentill-cookie-banner a:focus-visible,
.gentill-cookie-banner button:focus-visible,
.gentill-privacy-link:focus-visible {
  outline: 3px solid #9bf65b !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 7px rgba(155, 246, 91, 0.16) !important;
}

.gentill-cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99990;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(31rem, calc(100vw - 2rem));
  border: 1px solid rgba(155, 246, 91, 0.28);
  border-radius: 16px;
  background: rgba(6, 13, 17, 0.86);
  color: rgba(246, 255, 233, 0.88);
  padding: 0.64rem 0.72rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
  animation: gentillCookieIn 260ms ease both;
}

.gentill-cookie-banner.is-leaving {
  animation: gentillCookieOut 220ms ease both;
}

.gentill-cookie-banner p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.34;
}

.gentill-cookie-banner strong {
  color: #f6ffe9;
}

.gentill-cookie-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}

.gentill-cookie-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: #d9ffc4;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.gentill-cookie-actions button {
  border: 0;
  border-radius: 999px;
  background: #9bf65b;
  color: #06100b;
  cursor: pointer;
  font: 800 0.88rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 40px;
  padding: 0.62rem 0.9rem;
}

body.gentill-cookie-visible .gentill-privacy-link {
  display: none;
}

.gentill-privacy-link {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 60;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 10, 13, 0.72);
  color: rgba(246, 255, 233, 0.78);
  padding: 0.55rem 0.82rem;
  font: 700 0.76rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

body > a,
.privacy-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

@keyframes gentillCookieIn {
  from {
    opacity: 0;
    transform: translateY(0.7rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gentillCookieOut {
  to {
    opacity: 0;
    transform: translateY(0.7rem);
  }
}

@media (max-width: 720px) {
  #root section:first-of-type {
    padding-top: 1.7rem !important;
    padding-bottom: 2rem !important;
  }

  #root section:not(:first-of-type) {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  #root article {
    min-height: 0 !important;
  }

  .gentill-mob-page .gentill-mob-panel,
  .gentill-mob-page .gentill-mob-model-card,
  .gentill-mob-page .gentill-mob-experience-card,
  .gentill-mob-page .gentill-mob-feature,
  .gentill-mob-page .gentill-mob-mini-card {
    min-height: 0 !important;
  }

  .gentill-mob-page .gentill-mob-hero {
    padding-top: 1.35rem;
    padding-bottom: 1.55rem;
  }

  .gentill-mob-page .gentill-mob-hero-grid {
    gap: 1rem;
  }

  .gentill-mob-page .gentill-mob-hero-media {
    min-height: 10.8rem;
    aspect-ratio: 2 / 1;
    place-items: center;
    padding-top: 0.5rem;
  }

  .gentill-mob-page .gentill-mob-device-card {
    width: min(96%, 21rem);
  }

  .gentill-mob-page .gentill-mob-route-pill {
    display: none;
  }

  .gentill-cookie-banner {
    right: 0.75rem;
    bottom: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    width: calc(100vw - 1.5rem);
    padding: 0.58rem;
    gap: 0.55rem;
  }

  .gentill-cookie-banner p {
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .gentill-cookie-actions {
    flex-direction: column;
    justify-content: space-between;
    gap: 0.2rem;
  }

  .gentill-cookie-actions button {
    min-height: 38px;
    padding-inline: 0.72rem;
  }

  .gentill-cookie-actions a {
    min-height: 28px;
    font-size: 0.72rem;
  }

  .gentill-privacy-link {
    display: none;
  }
}

@media (max-width: 720px) {
  .gentill-mob-nav-menu summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    min-width: 6.1rem;
    border: 1px solid rgba(255, 196, 0, 0.22);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
      rgba(255, 196, 0, 0.08);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.72rem 1.05rem;
    box-shadow:
      0 12px 30px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      background-color 180ms ease;
  }

  .gentill-mob-nav-menu summary:hover,
  .gentill-mob-nav-menu summary:focus-visible {
    outline: none;
    transform: translateY(-1px);
    border-color: rgba(242, 183, 38, 0.34);
    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.22),
      0 0 0 1px rgba(242, 183, 38, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .gentill-mob-nav-menu-panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.35rem;
    background: rgba(6, 17, 32, 0.95);
    padding: 0.9rem;
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
  }

  .gentill-mob-nav-menu-panel nav a,
  .gentill-mob-nav-menu-panel .gentill-mob-contact {
    border-radius: 0.9rem;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    transition:
      transform 180ms ease,
      background-color 180ms ease,
      box-shadow 180ms ease;
  }

  .gentill-mob-nav-menu-panel nav a:hover,
  .gentill-mob-nav-menu-panel nav a:focus-visible {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(242, 183, 38, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
  }

}

/* QA FIX 2026-06-04: fecha corretamente o @media mobile anterior. */
.gentill-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.gentill-form-status {
  margin-bottom: 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.9rem 1rem;
  background: rgba(242, 183, 38, 0.1);
  color: rgba(226, 232, 240, 0.94);
  font-size: 0.92rem;
  line-height: 1.65;
}

.gentill-form-status[data-type="success"] {
  border-color: rgba(155, 246, 91, 0.36);
  background: rgba(155, 246, 91, 0.12);
  color: #ecffd8;
}

.gentill-form-status[data-type="error"] {
  border-color: rgba(248, 113, 113, 0.38);
  background: rgba(248, 113, 113, 0.12);
  color: #fee2e2;
}

.gentill-submenu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.gentill-submenu > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.gentill-submenu > a::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.72;
  transform: translateY(-0.12rem) rotate(45deg);
}

.gentill-submenu-panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.55rem);
  z-index: 80;
  display: grid;
  min-width: 12.5rem;
  transform: translateX(-50%) translateY(-0.35rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(5, 11, 21, 0.94);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
  opacity: 0;
  padding: 0.45rem;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.gentill-submenu:hover .gentill-submenu-panel,
.gentill-submenu:focus-within .gentill-submenu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.gentill-submenu-panel a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border-radius: 0.72rem;
  color: rgba(226, 232, 240, 0.88) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  padding: 0.68rem 0.85rem;
  text-decoration: none;
  white-space: nowrap;
}

.gentill-submenu-panel a:hover,
.gentill-submenu-panel a:focus-visible {
  background: linear-gradient(90deg, rgba(155, 246, 91, 0.16), rgba(242, 183, 38, 0.12));
  color: #ffffff !important;
}

.gentill-mob-page {
  min-height: 100vh;
  background: #050b15;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gentill-mob-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 11, 21, 0.86);
  backdrop-filter: blur(20px);
}

.gentill-mob-nav {
  display: flex;
  width: min(100% - 2rem, 80rem);
  height: 5rem;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}

.gentill-mob-logo img {
  width: clamp(3.35rem, 9vw, 4.25rem);
  max-width: none;
  height: auto;
}

.gentill-mob-logo picture,
.gentill-mob-logo picture img {
  display: block;
}

.gentill-mob-nav nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: clamp(0.9rem, 2vw, 2rem);
}

.gentill-mob-nav nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.gentill-mob-nav nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  width: 1.2rem;
  height: 0.12rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 183, 38, 0), rgba(242, 183, 38, 0.95), rgba(155, 246, 91, 0));
  opacity: 0;
  transform: translateX(-50%) scaleX(0.25);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gentill-mob-nav nav a:hover,
.gentill-mob-nav nav a:focus-visible,
.gentill-mob-nav nav a[aria-current="page"] {
  color: #ffffff;
  border-color: rgba(242, 183, 38, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.gentill-mob-nav nav a:hover::after,
.gentill-mob-nav nav a:focus-visible::after,
.gentill-mob-nav nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.gentill-mob-contact,
.gentill-mob-primary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #9bf65b;
  color: #04111f;
  font-weight: 800;
  padding: 0.78rem 1.25rem;
  text-decoration: none;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    filter 200ms ease;
}

.gentill-mob-contact:hover,
.gentill-mob-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 46px rgba(155, 246, 91, 0.18);
  filter: brightness(1.03);
}

.gentill-mob-main {
  overflow: hidden;
}

.gentill-mob-shell {
  width: min(100% - 2rem, 80rem);
  margin-inline: auto;
}

.gentill-mob-hero {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(4.5rem, 7vw, 7rem);
}

.gentill-mob-hero::before,
.gentill-mob-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(242, 183, 38, 0.16), transparent 24rem),
    radial-gradient(circle at 84% 18%, rgba(155, 246, 91, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(7, 17, 31, 0.92), rgba(5, 11, 21, 1));
}

.gentill-mob-hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(3rem, 6vw, 5.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.78fr);
}

.gentill-mob-copy {
  max-width: 48rem;
}

.gentill-mob-eyebrow {
  color: #f2b631;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

.gentill-mob-copy h1,
.gentill-mob-section h2,
.gentill-mob-statement h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.8rem, 6.2vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.gentill-mob-copy h1 {
  max-width: 13ch;
  text-wrap: balance;
}

.gentill-mob-copy p,
.gentill-mob-split > p,
.gentill-mob-statement p {
  color: rgba(203, 213, 225, 0.92);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.75;
  margin: 1.55rem 0 0;
}

.gentill-mob-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.gentill-mob-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  padding: 0.78rem 1.25rem;
  text-decoration: none;
}

.gentill-mob-orbit {
  display: grid;
  min-height: 29rem;
  place-items: center;
}

.gentill-mob-map {
  position: relative;
  display: grid;
  width: min(100%, 31rem);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(242, 183, 38, 0.12), rgba(155, 246, 91, 0.1)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 110px rgba(0, 0, 0, 0.3);
}

.gentill-mob-map::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px dashed rgba(155, 246, 91, 0.34);
  border-radius: 50%;
  animation: gentillMobSpin 18s linear infinite;
}

.gentill-mob-map strong {
  color: #ffffff;
  font: 800 clamp(3.4rem, 7vw, 6rem) / 1 "Sora", sans-serif;
}

.gentill-mob-map small {
  max-width: 15rem;
  color: rgba(226, 232, 240, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.mob-node {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: #9bf65b;
  box-shadow: 0 0 30px rgba(155, 246, 91, 0.6);
}

.mob-node-a { left: 18%; top: 24%; }
.mob-node-b { right: 17%; top: 34%; background: #f2b631; box-shadow: 0 0 30px rgba(76, 201, 240, 0.6); }
.mob-node-c { left: 42%; bottom: 18%; }

.mob-route {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(155, 246, 91, 0.9), rgba(242, 183, 38, 0.7), transparent);
  transform-origin: left center;
}

.mob-route-a {
  left: 21%;
  top: 27%;
  width: 54%;
  transform: rotate(14deg);
}

.mob-route-b {
  left: 45%;
  bottom: 22%;
  width: 39%;
  transform: rotate(-34deg);
}

.gentill-mob-section {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.gentill-mob-dark {
  background: #071321;
}

.gentill-mob-split {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 0.9fr 1.1fr;
}

.gentill-mob-section h2,
.gentill-mob-statement h2 {
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  line-height: 1.06;
}

.gentill-mob-section-head {
  max-width: 52rem;
}

.gentill-mob-cards {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.3rem;
}

.gentill-mob-cards article {
  min-height: 18rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(6, 17, 32, 0.9));
  padding: 1.5rem;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.gentill-mob-cards article:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(242, 183, 38, 0.28);
  background: linear-gradient(180deg, rgba(242, 183, 38, 0.1), rgba(6, 17, 32, 0.92));
}

.gentill-mob-cards span {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, #9bf65b, #f2b631);
  color: #04111f;
  font-weight: 900;
}

.gentill-mob-cards h3 {
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 1.4rem 0 0;
}

.gentill-mob-cards p {
  color: rgba(203, 213, 225, 0.86);
  font-size: 0.98rem;
  line-height: 1.72;
  margin: 1rem 0 0;
}

.gentill-mob-statement {
  max-width: 58rem;
  text-align: center;
}

.gentill-mob-statement .gentill-mob-primary {
  margin-top: 2rem;
}

.gentill-mob-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #050b15;
  padding: 1.5rem 0;
}

.gentill-mob-footer p {
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.92rem;
  margin: 0;
}

@keyframes gentillMobSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gentill-route-flow {
  0% {
    background-position: 50% 0%;
    opacity: 0.38;
    transform: rotate(17deg) translateY(-0.4%);
  }
  45% {
    opacity: 0.95;
  }
  50% {
    background-position: 50% 100%;
    opacity: 1;
    transform: rotate(17deg) translateY(0);
  }
  100% {
    background-position: 50% 0%;
    opacity: 0.45;
    transform: rotate(17deg) translateY(-0.4%);
  }
}

@media (max-width: 980px) {
  .gentill-submenu-panel {
    left: 0;
    transform: translateY(-0.35rem);
  }

  .gentill-submenu:hover .gentill-submenu-panel,
  .gentill-submenu:focus-within .gentill-submenu-panel {
    transform: translateY(0);
  }

  .gentill-mob-nav {
    height: auto;
    min-height: 5rem;
    flex-wrap: wrap;
    padding: 0.8rem 0;
  }

  .gentill-mob-nav nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .gentill-mob-contact {
    padding-inline: 1rem;
  }

  .gentill-mob-hero-grid,
  .gentill-mob-split,
  .gentill-mob-cards {
    grid-template-columns: 1fr;
  }

  .gentill-mob-orbit {
    min-height: auto;
  }

  .gentill-mob-map {
    max-width: 24rem;
  }
}

@media (max-width: 640px) {
  .gentill-submenu-panel {
    min-width: 11rem;
  }

  .gentill-mob-logo img {
    width: clamp(3.15rem, 10vw, 3.85rem);
  }

  .gentill-mob-contact {
    min-height: 40px;
    font-size: 0.86rem;
    padding: 0.66rem 0.85rem;
  }

  .gentill-mob-actions {
    flex-direction: column;
  }

  .gentill-mob-primary,
  .gentill-mob-secondary {
    width: 100%;
  }

  .gentill-mob-copy h1 {
    max-width: 12ch;
  }

  .gentill-mob-cards article {
    min-height: auto;
  }
}

/* Gentill Mob landing v2 */
:root {
  --mob-yellow: #ffc400;
  --mob-yellow-soft: #ffd85f;
  --mob-ink: #070b12;
  --mob-panel: rgba(8, 16, 28, 0.82);
  --mob-line: rgba(255, 196, 0, 0.26);
}

a.gentill-mob-nav-link,
.gentill-mob-nav nav a.gentill-mob-nav-link {
  color: var(--mob-yellow) !important;
  font-weight: 900 !important;
  text-shadow: 0 0 18px rgba(255, 196, 0, 0.24);
}

a.gentill-mob-nav-link[aria-current="page"],
a.gentill-mob-nav-link:hover,
a.gentill-mob-nav-link:focus-visible {
  color: #ffeaa3 !important;
}

.gentill-mob-page {
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 196, 0, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 22%, rgba(255, 196, 0, 0.1), transparent 26rem),
    #05080e;
}

.gentill-mob-page .gentill-bg-canvas,
.gentill-mob-page canvas {
  opacity: 0.55;
}

.gentill-mob-header {
  background: rgba(5, 8, 14, 0.88);
  border-bottom-color: rgba(255, 196, 0, 0.14);
}

.gentill-mob-logo img {
  display: block;
  box-sizing: border-box;
  padding: 0.35rem;
  border: 1px solid rgba(255, 196, 0, 0.18);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.26);
  filter: saturate(0.95) brightness(1.04);
}

.gentill-mob-header .gentill-mob-logo,
.gentill-mob-header .gentill-mob-logo:visited,
.gentill-mob-header .gentill-mob-logo:hover,
.gentill-mob-header .gentill-mob-logo:focus,
.gentill-mob-header .gentill-mob-logo:focus-visible {
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.gentill-mob-header .gentill-mob-logo img {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  -webkit-user-drag: none;
  user-select: none;
}

.gentill-mob-contact,
.gentill-mob-primary {
  background: linear-gradient(135deg, #ffd84c, #f5b900);
  color: #070b12;
  box-shadow: 0 18px 55px rgba(255, 196, 0, 0.16);
}

.gentill-mob-secondary {
  border-color: rgba(255, 196, 0, 0.28);
  background: rgba(255, 196, 0, 0.06);
  color: #fff3c4;
}

.gentill-mob-hero {
  min-height: calc(100vh - 5rem);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 8, 14, 0.96), rgba(5, 8, 14, 0.74) 48%, rgba(5, 8, 14, 0.92)),
    radial-gradient(circle at 72% 42%, rgba(255, 196, 0, 0.18), transparent 24rem);
}

.gentill-mob-hero::before {
  background:
    linear-gradient(180deg, rgba(5, 8, 14, 0.36), #05080e),
    radial-gradient(circle at 28% 22%, rgba(255, 196, 0, 0.08), transparent 24rem);
}

.gentill-mob-hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
}

.gentill-mob-copy h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 6.7vw, 6.9rem);
  letter-spacing: 0;
}

.gentill-mob-copy h1::selection,
.gentill-mob-section h2::selection,
.gentill-mob-statement h2::selection {
  background: rgba(255, 196, 0, 0.36);
}

.gentill-mob-eyebrow {
  color: var(--mob-yellow);
}

.gentill-mob-copy p,
.gentill-mob-text-stack p,
.gentill-mob-proof p,
.gentill-mob-statement p {
  color: rgba(226, 232, 240, 0.84);
}

.gentill-mob-hero-media {
  position: relative;
  display: grid;
  min-height: clamp(30rem, 48vw, 43rem);
  isolation: isolate;
  place-items: center;
}

.gentill-mob-hero-media::before {
  content: "";
  position: absolute;
  inset: 8% 2% 4%;
  z-index: -2;
  border: 1px solid rgba(255, 196, 0, 0.14);
  border-radius: 2.2rem;
  background:
    linear-gradient(180deg, rgba(5, 8, 14, 0.16), rgba(5, 8, 14, 0.9)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 30px 120px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.gentill-mob-hero-logo {
  position: relative;
  z-index: 2;
  width: min(74%, 32rem);
  border-radius: 1.8rem;
  filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.42));
}

.gentill-mob-hero-map {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 2.2rem;
  object-fit: cover;
  opacity: 0.34;
  mask-image: linear-gradient(90deg, transparent, black 22%, black 86%, transparent);
}

.gentill-mob-hero-media::after {
  content: "";
  position: absolute;
  inset: 16% 10% 8% 47%;
  z-index: 1;
  pointer-events: none;
  border-radius: 999px;
  background:
    linear-gradient(180deg,
      rgba(255, 196, 0, 0) 0%,
      rgba(255, 196, 0, 0.08) 10%,
      rgba(255, 219, 120, 0.95) 35%,
      rgba(255, 196, 0, 0.42) 55%,
      rgba(255, 196, 0, 0.08) 76%,
      rgba(255, 196, 0, 0) 100%);
  filter:
    blur(1.25px)
    drop-shadow(0 0 16px rgba(255, 196, 0, 0.5))
    drop-shadow(0 0 36px rgba(255, 196, 0, 0.18));
  opacity: 0.88;
  mix-blend-mode: screen;
  transform: rotate(17deg);
  transform-origin: center;
  animation: gentill-route-flow 4.2s linear infinite;
}

.gentill-mob-section {
  background: #05080e;
  border-bottom-color: rgba(255, 196, 0, 0.1);
}

.gentill-mob-section::before {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 196, 0, 0.08), transparent 26rem),
    linear-gradient(180deg, rgba(5, 8, 14, 0.98), rgba(5, 8, 14, 0.94));
}

.gentill-mob-dark {
  background:
    linear-gradient(180deg, #07111d, #05080e);
}

.gentill-mob-split {
  align-items: start;
  grid-template-columns: 0.86fr 1.14fr;
}

.gentill-mob-text-stack {
  display: grid;
  gap: 1rem;
}

.gentill-mob-text-stack p {
  margin: 0;
}

.gentill-mob-section-head {
  max-width: 62rem;
}

.gentill-mob-section h2,
.gentill-mob-statement h2 {
  max-width: 14ch;
}

.gentill-mob-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
  gap: 1rem;
  margin-top: 2.6rem;
}

.gentill-mob-feature {
  position: relative;
  display: grid;
  min-height: 27rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.7rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(8, 16, 28, 0.9));
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.22);
}

.gentill-mob-feature-large {
  grid-row: span 2;
  min-height: 55rem;
}

.gentill-mob-feature img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: top center;
  opacity: 0.88;
  transition: transform 500ms ease, opacity 500ms ease;
}

.gentill-mob-feature:hover img {
  transform: scale(1.035);
  opacity: 1;
}

.gentill-mob-feature > div {
  position: absolute;
  inset: auto 0 0;
  padding: 6rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 14, 0.95) 58%);
}

.gentill-mob-feature span {
  color: var(--mob-yellow);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.gentill-mob-feature h3 {
  max-width: 22rem;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.42;
  margin: 0.55rem 0 0;
}

.gentill-mob-proof {
  align-items: center;
}

.gentill-mob-proof-grid {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  align-items: center;
  gap: 1rem;
}

.gentill-mob-proof-grid img {
  width: 100%;
  border: 1px solid rgba(255, 196, 0, 0.14);
  border-radius: 1.6rem;
  background: var(--mob-panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.25);
}

.gentill-mob-proof-grid img:first-child {
  transform: translateY(-1rem);
}

.gentill-mob-proof-grid img:last-child {
  transform: translateY(1.2rem);
}

.gentill-mob-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gentill-mob-cards article {
  border-color: rgba(255, 196, 0, 0.14);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 196, 0, 0.08), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(8, 16, 28, 0.92));
}

.gentill-mob-cards article:hover {
  border-color: rgba(255, 196, 0, 0.38);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 196, 0, 0.14), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(8, 16, 28, 0.94));
}

.gentill-mob-cards span {
  background: linear-gradient(135deg, #ffe07a, #ffc400);
}

.gentill-mob-final {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 196, 0, 0.12), transparent 28rem),
    #05080e;
}

.gentill-mob-statement {
  display: grid;
  justify-items: center;
}

.gentill-mob-statement > img {
  width: min(100%, 32rem);
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 196, 0, 0.12);
  border-radius: 1.8rem;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.28);
}

.gentill-mob-footer {
  border-top-color: rgba(255, 196, 0, 0.12);
}

@media (max-width: 1120px) {
  .gentill-mob-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gentill-mob-feature-large {
    grid-row: span 1;
    min-height: 32rem;
  }

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

@media (max-width: 980px) {
  .gentill-mob-hero {
    min-height: auto;
  }

  .gentill-mob-hero-grid,
  .gentill-mob-split {
    grid-template-columns: 1fr;
  }

  .gentill-mob-hero-media {
    min-height: 27rem;
  }

  .gentill-mob-copy h1,
  .gentill-mob-section h2,
  .gentill-mob-statement h2 {
    max-width: 16ch;
  }
}

@media (max-width: 720px) {
  .gentill-mob-showcase,
  .gentill-mob-proof-grid,
  .gentill-mob-cards {
    grid-template-columns: 1fr;
  }

  .gentill-mob-feature,
  .gentill-mob-feature-large {
    min-height: 30rem;
  }

  .gentill-mob-proof-grid img:first-child,
  .gentill-mob-proof-grid img:last-child {
    transform: none;
  }

  .gentill-mob-hero-media {
    min-height: 22rem;
  }

  .gentill-mob-hero-logo {
    width: min(82%, 22rem);
  }
}

@media (max-width: 460px) {
  .gentill-mob-feature,
  .gentill-mob-feature-large {
    min-height: 25rem;
  }

  .gentill-mob-copy h1 {
    max-width: 12ch;
    font-size: clamp(1.88rem, 8.8vw, 2.42rem);
    line-height: 1.06;
  }

  .gentill-mob-hero-media {
    min-height: 18rem;
  }
}

/* Gentill Mob visual refinement */
.gentill-mob-page {
  --mob-yellow: #ffc400;
  --mob-yellow-strong: #ffb000;
  --mob-blueblack: #050a12;
  --mob-card: rgba(9, 17, 29, 0.86);
  --mob-card-solid: #09111d;
}

.gentill-mob-page .gentill-bg-canvas,
.gentill-mob-page canvas {
  opacity: 0.42;
}

.gentill-mob-page .gentill-mob-main {
  background:
    radial-gradient(circle at 78% 6%, rgba(255, 196, 0, 0.12), transparent 24rem),
    linear-gradient(180deg, #05080e 0%, #06101b 52%, #05080e 100%);
}

.gentill-mob-page .gentill-mob-hero {
  min-height: auto;
  padding: clamp(2.8rem, 4.5vw, 4rem) 0 clamp(2.2rem, 3.8vw, 3.2rem);
  overflow: hidden;
}

.gentill-mob-page .gentill-mob-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
  gap: clamp(2rem, 4.2vw, 4rem);
}

.gentill-mob-page .gentill-mob-copy h1 {
  max-width: 13ch;
  font-size: clamp(3.25rem, 5.6vw, 5.65rem);
  line-height: 0.94;
}

.gentill-mob-page .gentill-mob-copy p {
  max-width: 42rem;
}

.gentill-mob-page .gentill-mob-primary {
  background: linear-gradient(135deg, #ffe37c, var(--mob-yellow) 48%, #f4a900);
  color: #070b12;
  box-shadow: 0 18px 44px rgba(255, 196, 0, 0.26);
}

.gentill-mob-page .gentill-mob-secondary {
  border-color: rgba(255, 196, 0, 0.28);
  color: #ffffff;
}

.gentill-mob-page .gentill-mob-hero-media {
  min-height: clamp(24rem, 33vw, 30rem);
  aspect-ratio: 1.14;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 0, 0.2);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 48% 50%, rgba(255, 196, 0, 0.18), transparent 18rem),
    rgba(5, 10, 18, 0.88);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
}

.gentill-mob-page .gentill-mob-hero-media::before {
  inset: 0;
  border: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(5, 8, 14, 0.18), rgba(5, 8, 14, 0.76)),
    radial-gradient(circle at 50% 52%, rgba(255, 196, 0, 0.16), transparent 17rem);
  backdrop-filter: none;
}

.gentill-mob-page .gentill-mob-hero-map {
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.04);
}

.gentill-mob-page .gentill-mob-hero-logo {
  display: block;
  width: clamp(5.5rem, 10vw, 7.6rem);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  padding: 0.35rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(255, 196, 0, 0.24);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
}

.gentill-mob-device-card {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(86%, 30rem);
  align-items: center;
  gap: 1.15rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 196, 0, 0.24);
  border-radius: 1.55rem;
  background: linear-gradient(135deg, rgba(11, 19, 31, 0.94), rgba(5, 8, 14, 0.82));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.gentill-mob-device-card strong {
  display: block;
  color: #ffffff;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1;
}

.gentill-mob-device-card span {
  display: block;
  margin-top: 0.42rem;
  color: rgba(255, 196, 0, 0.88);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 800;
}

.gentill-mob-route-pill {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  max-width: 16rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(255, 196, 0, 0.22);
  border-radius: 999px;
  background: rgba(5, 8, 14, 0.78);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
}

.gentill-mob-route-pill span {
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--mob-yellow);
  box-shadow: 0 0 0 0.45rem rgba(255, 196, 0, 0.14);
}

.gentill-mob-route-pill-start {
  left: 7%;
  bottom: 12%;
}

.gentill-mob-route-pill-end {
  right: 7%;
  top: 13%;
}

.gentill-mob-page .gentill-mob-section {
  padding: clamp(2.65rem, 4.1vw, 4rem) 0;
  background: transparent;
}

.gentill-mob-page .gentill-mob-section h2,
.gentill-mob-page .gentill-mob-statement h2 {
  max-width: 16ch;
  font-size: clamp(2.35rem, 4.5vw, 4.6rem);
}

.gentill-mob-page .gentill-mob-section-head {
  max-width: 68rem;
}

.gentill-mob-page .gentill-mob-showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.1vw, 0.95rem);
  align-items: stretch;
}

.gentill-mob-page .gentill-mob-feature,
.gentill-mob-page .gentill-mob-feature-large {
  display: flex;
  min-height: 0;
  grid-row: auto;
  flex-direction: column;
  overflow: visible;
  border-color: rgba(255, 196, 0, 0.16);
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 196, 0, 0.09), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(8, 16, 28, 0.92));
  padding: 0.85rem;
}

.gentill-mob-page .gentill-mob-feature::before {
  content: "";
  position: absolute;
  inset: 0.55rem 0.55rem auto;
  height: 2.7rem;
  border-radius: 1.1rem 1.1rem 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent);
  pointer-events: none;
}

.gentill-mob-page .gentill-mob-feature img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 27rem;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center top;
  border-radius: 1.15rem;
  background: #03070d;
  opacity: 1;
  transform: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.gentill-mob-page .gentill-mob-feature:hover img {
  transform: translateY(-0.3rem);
}

.gentill-mob-page .gentill-mob-feature > div {
  position: relative;
  inset: auto;
  min-height: 7.4rem;
  padding: 0.9rem 0.2rem 0.15rem;
  background: none;
}

.gentill-mob-page .gentill-mob-feature h3 {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.45;
}

.gentill-mob-page .gentill-mob-proof-grid {
  align-items: stretch;
}

.gentill-mob-page .gentill-mob-proof-grid img {
  height: 100%;
  max-height: 24rem;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 196, 0, 0.12), transparent 16rem),
    #060b13;
}

.gentill-mob-page .gentill-mob-statement > img {
  width: min(100%, 38rem);
  max-height: 24rem;
  object-fit: cover;
  object-position: center;
}

.gentill-mob-page .gentill-mob-cards article {
  min-height: 11rem;
  border-color: rgba(255, 196, 0, 0.16);
}

@media (max-width: 1180px) {
  .gentill-mob-page .gentill-mob-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .gentill-mob-page .gentill-mob-hero-grid,
  .gentill-mob-page .gentill-mob-split {
    grid-template-columns: 1fr;
  }

  .gentill-mob-page .gentill-mob-copy h1,
  .gentill-mob-page .gentill-mob-section h2,
  .gentill-mob-page .gentill-mob-statement h2 {
    max-width: 18ch;
  }

  .gentill-mob-page .gentill-mob-hero-media {
    width: min(100%, 42rem);
    min-height: 24rem;
    justify-self: center;
  }

  .gentill-mob-page .gentill-mob-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .gentill-mob-page .gentill-mob-header {
    position: sticky;
  }

  .gentill-mob-page .gentill-mob-nav {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.85rem 1rem;
    padding: 0.95rem 0;
  }

  .gentill-mob-page .gentill-mob-logo {
    min-width: 0;
  }

  .gentill-mob-page .gentill-mob-logo img {
    width: clamp(8.2rem, 34vw, 11rem);
    height: auto;
    padding: 0;
    border-radius: 0;
    object-fit: contain;
  }

  .gentill-mob-page .gentill-mob-contact {
    min-height: 2.7rem;
    padding: 0.78rem 1rem;
    white-space: nowrap;
  }

  .gentill-mob-page .gentill-mob-nav nav {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.7rem;
    overflow: visible;
  }

  .gentill-mob-page .gentill-mob-nav nav a {
    padding: 0.35rem 0.15rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .gentill-mob-page .gentill-mob-hero {
    padding-top: 2.2rem;
  }

  .gentill-mob-page .gentill-mob-copy h1 {
    max-width: 11.5ch;
    font-size: clamp(1.85rem, 7vw, 2.5rem);
    line-height: 1.04;
  }

  .gentill-mob-page .gentill-mob-actions {
    align-items: stretch;
  }

  .gentill-mob-page .gentill-mob-primary,
  .gentill-mob-page .gentill-mob-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .gentill-mob-page .gentill-mob-hero-media {
    min-height: 10.8rem;
    aspect-ratio: 2 / 1;
  }

  .gentill-mob-device-card {
    width: min(96%, 21rem);
  }

  .gentill-mob-route-pill {
    display: none;
  }

  .gentill-mob-page .gentill-mob-showcase,
  .gentill-mob-page .gentill-mob-cards {
    grid-template-columns: 1fr;
  }

  .gentill-mob-page .gentill-mob-showcase {
    display: flex;
    margin-inline: -1rem;
    padding: 0 1rem 0.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .gentill-mob-page .gentill-mob-feature {
    width: min(78vw, 21rem);
    flex: 0 0 min(78vw, 21rem);
    margin-inline: auto;
    scroll-snap-align: center;
  }

  .gentill-mob-page .gentill-mob-feature img {
    max-height: 21rem;
  }

  .gentill-mob-page .gentill-mob-proof-grid {
    grid-template-columns: 1fr;
  }

  .gentill-mob-page .gentill-mob-feature > div {
    min-height: auto;
  }

  .gentill-mob-page .gentill-mob-proof-grid img {
    max-height: 18rem;
  }
}

@media (max-width: 460px) {
  .gentill-mob-page .gentill-mob-shell {
    width: min(100% - 1.25rem, 72rem);
  }

  .gentill-mob-page .gentill-mob-copy h1 {
    max-width: 10.5ch;
    font-size: clamp(1.58rem, 6.8vw, 2.05rem);
    line-height: 1.08;
  }

  .gentill-mob-page .gentill-mob-copy p,
  .gentill-mob-text-stack p {
    font-size: 1rem;
  }

  .gentill-mob-page .gentill-mob-hero-media {
    min-height: 9.5rem;
    border-radius: 1.45rem;
  }

  .gentill-mob-page .gentill-mob-hero-logo {
    width: clamp(6.2rem, 24vw, 7.4rem);
    padding: 0.24rem;
    border-radius: 1.1rem;
  }

  .gentill-mob-device-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
    padding: 0.95rem 0.9rem 0.9rem;
    border-radius: 1.2rem;
  }

  .gentill-mob-device-card strong {
    font-size: 1.18rem;
  }

  .gentill-mob-device-card span {
    margin-top: 0.25rem;
    font-size: 0.78rem;
  }

  .gentill-mob-route-pill {
    display: none;
  }
}

/* Gentill Mob typography baseline */
#root :is(h1, h2, h3, h4, h5, h6),
.gentill-mob-page :is(h1, h2, h3, h4, h5, h6),
.privacy-shell :is(h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0 !important;
  text-wrap: balance;
}

#root h1,
.gentill-mob-copy h1,
.privacy-shell h1 {
  font-size: 64px !important;
  line-height: 0.96 !important;
}

#root h2,
.gentill-mob-section h2,
.gentill-mob-statement h2,
.privacy-shell h2 {
  font-size: 48px !important;
  line-height: 1.02 !important;
}

#root main > section > div > p,
.gentill-mob-copy p,
.gentill-mob-section p,
.gentill-mob-statement p,
.privacy-shell p,
.privacy-card p,
.privacy-card li {
  font-size: 18px !important;
  line-height: 1.72 !important;
}

@media (max-width: 1279px) {
  #root h1,
  .gentill-mob-copy h1,
  .privacy-shell h1 {
    font-size: 44px !important;
  }

  #root h2,
  .gentill-mob-section h2,
  .gentill-mob-statement h2,
  .privacy-shell h2 {
    font-size: 34px !important;
  }

  #root main > section > div > p,
  .gentill-mob-copy p,
  .gentill-mob-section p,
  .gentill-mob-statement p,
  .privacy-shell p,
  .privacy-card p,
  .privacy-card li {
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {
  #root h1,
  .gentill-mob-copy h1,
  .privacy-shell h1 {
    font-size: 38px !important;
    line-height: 1.04 !important;
  }

  #root h2,
  .gentill-mob-section h2,
  .gentill-mob-statement h2,
  .privacy-shell h2 {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  #root main > section > div > p,
  .gentill-mob-copy p,
  .gentill-mob-section p,
  .gentill-mob-statement p,
  .privacy-shell p,
  .privacy-card p,
  .privacy-card li {
    font-size: 15.5px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 767px) {
  #root h1,
  .gentill-mob-copy h1,
  .privacy-shell h1 {
    font-size: 32px !important;
    line-height: 1.02 !important;
  }

  #root h2,
  .gentill-mob-section h2,
  .gentill-mob-statement h2,
  .privacy-shell h2 {
    font-size: 26px !important;
    line-height: 1.08 !important;
  }

  #root main > section > div > p,
  .gentill-mob-copy p,
  .gentill-mob-section p,
  .gentill-mob-statement p,
  .privacy-shell p,
  .privacy-card p,
  .privacy-card li {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 460px) {
  #root h1,
  .gentill-mob-copy h1,
  .privacy-shell h1 {
    font-size: 29px !important;
  }

  #root h2,
  .gentill-mob-section h2,
  .gentill-mob-statement h2,
  .privacy-shell h2 {
    font-size: 23px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #root [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
    transition: none !important;
    animation: none !important;
  }
}



/* QA FIX 2026-06-04: proteção contra logo gigante, cache e layout quebrado em hospedagem. */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.gentill-mob-page img {
  max-width: 100%;
  height: auto;
}

.gentill-mob-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.gentill-mob-header .gentill-mob-nav {
  min-height: 5rem;
}

.gentill-mob-header .gentill-mob-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 12rem;
  overflow: hidden;
}

.gentill-mob-header .gentill-mob-logo img {
  display: block !important;
  width: clamp(3.2rem, 5.8vw, 4.8rem) !important;
  max-width: 4.8rem !important;
  max-height: 4.2rem !important;
  height: auto !important;
  object-fit: contain !important;
}

.gentill-mob-hero-media {
  overflow: hidden;
  contain: layout paint;
}

.gentill-mob-device-card {
  max-width: min(100%, 30rem);
  overflow: hidden;
}

.gentill-mob-page .gentill-mob-hero-logo,
.gentill-mob-hero-logo {
  display: block !important;
  width: clamp(4.8rem, 9vw, 7.4rem) !important;
  max-width: 7.4rem !important;
  max-height: 8.8rem !important;
  height: auto !important;
  flex: 0 0 auto;
  object-fit: contain !important;
}

.gentill-mob-hero-map {
  max-width: none;
}

@media (max-width: 980px) {
  .gentill-mob-nav nav {
    scrollbar-width: thin;
  }
}

@media (max-width: 720px) {
  .gentill-mob-header .gentill-mob-nav {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .gentill-mob-header .gentill-mob-logo {
    max-width: 12.5rem;
  }

  .gentill-mob-header .gentill-mob-logo img {
    width: clamp(7.2rem, 34vw, 10rem) !important;
    max-width: min(10rem, 58vw) !important;
    max-height: 3.8rem !important;
  }

  .gentill-mob-page .gentill-mob-hero-media {
    min-height: 13rem !important;
    aspect-ratio: auto !important;
  }

  .gentill-mob-device-card {
    width: min(100%, 22rem) !important;
  }

  .gentill-mob-page .gentill-mob-hero-logo,
  .gentill-mob-hero-logo {
    width: clamp(4.8rem, 22vw, 6.5rem) !important;
    max-width: 6.5rem !important;
    max-height: 7.8rem !important;
  }
}

@media (max-width: 460px) {
  .gentill-mob-header .gentill-mob-logo img {
    width: clamp(6.4rem, 42vw, 8.4rem) !important;
    max-width: 8.4rem !important;
  }

  .gentill-mob-device-card {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center !important;
    text-align: left !important;
  }

  .gentill-mob-device-card strong,
  .gentill-mob-device-card span {
    overflow-wrap: anywhere;
  }
}
