/* Gentill Mob Premium Effects - produção com fallback seguro */
:root {
  --gentill-premium-gold: #f2b726;
  --gentill-premium-green: #9bf65b;
  --gentill-premium-ink: #050b15;
  --gentill-premium-line: rgba(255,255,255,.12);
}

html {
  scroll-behavior: smooth;
}

body.gentill-mob-page {
  background:
    radial-gradient(circle at 14% 8%, rgba(242,183,38,.10), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(155,246,91,.08), transparent 31rem),
    linear-gradient(180deg, #050b15 0%, #07101d 42%, #040812 100%) !important;
}

.gentill-progress-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--gentill-premium-green), var(--gentill-premium-gold));
  box-shadow: 0 0 18px rgba(242,183,38,.42);
  z-index: 9999;
  pointer-events: none;
}

#gentill-live-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  opacity: .55;
}

#gentill-cursor-aura {
  position: fixed;
  left: var(--gentill-mouse-x, 50vw);
  top: var(--gentill-mouse-y, 30vh);
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  opacity: .18;
  background: radial-gradient(circle, rgba(var(--gentill-aura-r,242), var(--gentill-aura-g,183), var(--gentill-aura-b,38), .42), transparent 67%);
  mix-blend-mode: screen;
  filter: blur(18px);
}

.gentill-mob-header {
  backdrop-filter: blur(22px) saturate(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
  background:
    linear-gradient(180deg, rgba(5,11,21,.88), rgba(5,11,21,.68)) !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 44px rgba(0,0,0,.22);
}

.gentill-mob-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242,183,38,.45), transparent);
  opacity: calc(.35 + var(--gentill-scroll-mix, 0) * .55);
  pointer-events: none;
}

.gentill-mob-header nav a,
.gentill-mob-nav-menu-panel nav a {
  position: relative;
}

.gentill-mob-header nav a::after,
.gentill-mob-nav-menu-panel nav a::after {
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .35rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gentill-premium-green), var(--gentill-premium-gold));
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .22s ease, transform .22s ease;
}

.gentill-mob-header nav a:hover::after,
.gentill-mob-header nav a[aria-current="page"]::after,
.gentill-mob-nav-menu-panel nav a:hover::after,
.gentill-mob-nav-menu-panel nav a[aria-current="page"]::after {
  opacity: .95;
  transform: scaleX(1);
}

.gentill-mob-hero {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.gentill-mob-hero::before,
.gentill-mob-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.gentill-mob-hero::before {
  width: 42rem;
  height: 42rem;
  left: -13rem;
  top: -12rem;
  background: radial-gradient(circle, rgba(242,183,38,.18), transparent 68%);
  filter: blur(10px);
  animation: gentill-aurora-float 14s ease-in-out infinite alternate;
}

.gentill-mob-hero::after {
  width: 38rem;
  height: 38rem;
  right: -12rem;
  top: 4rem;
  background: radial-gradient(circle, rgba(155,246,91,.12), transparent 70%);
  filter: blur(16px);
  animation: gentill-aurora-float 16s ease-in-out infinite alternate-reverse;
}

.gentill-mob-copy h1 {
  text-wrap: balance;
}

.gentill-mob-copy h1,
.gentill-mob-section h2 {
  background: linear-gradient(180deg, #fff 0%, #f5f8ff 58%, rgba(242,183,38,.86) 128%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.gentill-mob-hero-media {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 34px 110px rgba(0,0,0,.34),
    0 0 0 1px rgba(242,183,38,.06);
}

.gentill-mob-hero-media::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,.18) 36%, transparent 48%),
    radial-gradient(circle at var(--gentill-card-x, 50%) var(--gentill-card-y, 38%), rgba(242,183,38,.20), transparent 20rem);
  opacity: .62;
  pointer-events: none;
  transform: translateX(-18%);
  transition: opacity .25s ease;
  mix-blend-mode: screen;
}

.gentill-mob-hero-media:hover::before {
  opacity: .9;
}

.gentill-motion-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 2;
  mix-blend-mode: screen;
}

.gentill-motion-hero-orb,
.gentill-motion-orb {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle, #fff 0%, var(--gentill-premium-gold) 44%, rgba(242,183,38,0) 72%);
  box-shadow: 0 0 26px rgba(242,183,38,.84), 0 0 52px rgba(155,246,91,.20);
  pointer-events: none;
  z-index: 3;
}

.gentill-mob-primary,
.gentill-mob-secondary,
.gentill-mob-contact,
.gentill-mob-dialog-close {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gentill-mob-primary::before,
.gentill-mob-secondary::before,
.gentill-mob-contact::before,
.gentill-mob-dialog-close::before {
  content: "";
  position: absolute;
  inset: -160% -80%;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,.45) 50%, transparent 58%);
  transform: translateX(-60%) rotate(8deg);
  transition: transform .72s cubic-bezier(.22,1,.36,1);
  z-index: -1;
  opacity: .55;
}

.gentill-mob-primary:hover::before,
.gentill-mob-secondary:hover::before,
.gentill-mob-contact:hover::before,
.gentill-mob-dialog-close:hover::before {
  transform: translateX(52%) rotate(8deg);
}

.gentill-premium-tilt,
.gentill-mob-model-card,
.gentill-mob-panel,
.gentill-mob-mini-card,
.gentill-mob-faq-item,
.gentill-mob-experience-viewer-panel {
  transform-style: preserve-3d;
  will-change: transform;
}

.gentill-premium-tilt::after,
.gentill-mob-model-card::before,
.gentill-mob-panel::before,
.gentill-mob-mini-card::before {
  pointer-events: none;
}

.gentill-mob-model-card,
.gentill-mob-panel,
.gentill-mob-mini-card,
.gentill-mob-faq-item,
.gentill-mob-experience-viewer-panel {
  position: relative;
}

.gentill-mob-panel::after,
.gentill-mob-mini-card::after,
.gentill-mob-faq-item::after,
.gentill-mob-experience-viewer-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(242,183,38,.22), transparent 32%, rgba(155,246,91,.16));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .34;
  pointer-events: none;
}

.gentill-mob-model-card[data-active="true"] {
  box-shadow:
    0 28px 92px rgba(0,0,0,.34),
    0 0 0 1px rgba(242,183,38,.18),
    0 0 40px rgba(242,183,38,.08) !important;
}

.gentill-mob-experience-card img {
  transition: transform .42s cubic-bezier(.22,1,.36,1), filter .42s ease !important;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.24));
}

.gentill-mob-experience-card:hover img,
.gentill-mob-experience-card[data-active="true"] img {
  transform: translateY(-.4rem) scale(1.018) !important;
  filter: drop-shadow(0 28px 58px rgba(0,0,0,.34));
}

.gentill-mob-faq-item summary {
  transition: background-color .22s ease, color .22s ease;
}

.gentill-mob-faq-item[open] {
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(6,17,32,.82)) !important;
  border-color: rgba(242,183,38,.24) !important;
}

.gentill-mob-faq-item p {
  animation: gentill-faq-open .24s ease both;
}

.gentill-float-whatsapp {
  position: fixed;
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 3.2rem;
  border: 1px solid rgba(155,246,91,.22);
  border-radius: 999px;
  padding: .78rem 1rem;
  background: linear-gradient(135deg, rgba(155,246,91,.18), rgba(242,183,38,.16)), rgba(5,11,21,.82);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -.01em;
  box-shadow: 0 20px 60px rgba(0,0,0,.36), 0 0 32px rgba(155,246,91,.12);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  transform: translateZ(0);
}

.gentill-float-whatsapp::before {
  content: "";
  width: .72rem;
  height: .72rem;
  border-radius: 999px;
  background: var(--gentill-premium-green);
  box-shadow: 0 0 0 .4rem rgba(155,246,91,.12), 0 0 18px rgba(155,246,91,.55);
}

.gentill-float-whatsapp:hover {
  transform: translateY(-2px);
  border-color: rgba(242,183,38,.38);
  box-shadow: 0 26px 72px rgba(0,0,0,.42), 0 0 42px rgba(242,183,38,.16);
}

.gentill-effects-ready .gentill-gsap-reveal,
.gentill-effects-ready .gentill-gsap-stagger > * {
  will-change: transform, opacity;
}

.gentill-mob-regulation-dialog[open] .gentill-mob-dialog-window {
  animation: gentill-dialog-premium .24s cubic-bezier(.22,1,.36,1) both;
}

@keyframes gentill-aurora-float {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(3rem, 2rem, 0) scale(1.08); }
}

@keyframes gentill-faq-open {
  from { opacity: 0; transform: translateY(-.25rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes gentill-dialog-premium {
  from { opacity: 0; transform: translateY(.4rem) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 720px) {
  #gentill-live-canvas,
  #gentill-cursor-aura {
    display: none !important;
  }

  .gentill-float-whatsapp {
    left: 1rem;
    right: 1rem;
    justify-content: center;
    bottom: .8rem;
  }

  .gentill-mob-footer {
    padding-bottom: 5.2rem !important;
  }

  .gentill-mob-hero::before,
  .gentill-mob-hero::after {
    opacity: .65;
  }
}

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

  #gentill-live-canvas,
  #gentill-cursor-aura {
    display: none !important;
  }
}

/* Camada final: canvas fica visível sem interferir no conteúdo. */
#gentill-live-canvas,
#gentill-cursor-aura {
  z-index: 0;
}

.gentill-mob-header,
.gentill-mob-main,
.gentill-mob-footer,
.gentill-float-whatsapp,
.gentill-mob-regulation-dialog {
  position: relative;
  z-index: 1;
}


/* BG FIX 2026-06-04: fundo realmente interativo em desktop e celular. */
body.gentill-mob-page {
  --gentill-mouse-x: 72vw;
  --gentill-mouse-y: 26vh;
  background:
    radial-gradient(circle at var(--gentill-mouse-x) var(--gentill-mouse-y), rgba(var(--gentill-aura-r,242), var(--gentill-aura-g,183), var(--gentill-aura-b,38), .155), transparent 26rem),
    radial-gradient(circle at calc(var(--gentill-mouse-x) - 18rem) calc(var(--gentill-mouse-y) + 10rem), rgba(155,246,91,.105), transparent 31rem),
    linear-gradient(180deg, #050b15 0%, #07101d 44%, #040812 100%) !important;
  background-attachment: fixed;
}

body.gentill-mob-page .gentill-mob-main {
  background:
    radial-gradient(circle at 78% 6%, rgba(255,196,0,.08), transparent 24rem),
    linear-gradient(180deg, rgba(5,8,14,.74) 0%, rgba(6,16,27,.62) 52%, rgba(5,8,14,.76) 100%) !important;
}

body.gentill-background-live #gentill-live-canvas {
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  opacity: .58 !important;
  mix-blend-mode: screen;
  pointer-events: none !important;
}

body.gentill-background-live #gentill-cursor-aura {
  display: block !important;
  position: fixed !important;
  left: var(--gentill-mouse-x, 72vw) !important;
  top: var(--gentill-mouse-y, 26vh) !important;
  width: 28rem !important;
  height: 28rem !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  z-index: 0 !important;
  opacity: .24 !important;
  pointer-events: none !important;
  background: radial-gradient(circle, rgba(var(--gentill-aura-r,242), var(--gentill-aura-g,183), var(--gentill-aura-b,38), .54), transparent 68%) !important;
  mix-blend-mode: screen;
  filter: blur(18px);
}

body.gentill-background-live.gentill-pointer-active #gentill-cursor-aura {
  opacity: .34 !important;
}

body.gentill-background-live .gentill-mob-header,
body.gentill-background-live .gentill-mob-main,
body.gentill-background-live .gentill-mob-footer,
body.gentill-background-live .gentill-float-whatsapp,
body.gentill-background-live .gentill-mob-regulation-dialog {
  position: relative;
  z-index: 1;
}

body.gentill-background-live .gentill-mob-panel,
body.gentill-background-live .gentill-mob-model-card,
body.gentill-background-live .gentill-mob-mini-card,
body.gentill-background-live .gentill-mob-faq-item,
body.gentill-background-live .gentill-mob-experience-viewer-panel {
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

@media (max-width: 720px) {
  body.gentill-background-live #gentill-live-canvas {
    display: block !important;
    opacity: .32 !important;
  }

  body.gentill-background-live #gentill-cursor-aura {
    display: block !important;
    width: 18rem !important;
    height: 18rem !important;
    opacity: .18 !important;
  }

  body.gentill-mob-page .gentill-mob-main {
    background: linear-gradient(180deg, rgba(5,8,14,.82), rgba(6,16,27,.70) 52%, rgba(5,8,14,.84)) !important;
  }
}

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