
/* Gentill Mob - Premium Motion v6
   Camada final: estética cinematográfica, fluidez, cards independentes e fundo urbano vivo.
*/
:root {
  --gentill-ease-premium: cubic-bezier(.16, 1, .3, 1);
  --gentill-ease-soft: cubic-bezier(.22, .8, .28, 1);
  --gentill-yellow: #f2b631;
  --gentill-green: #9bf65b;
  --gentill-bg: #050912;
  --gentill-glass: rgba(10, 22, 38, .62);
  --gentill-border: rgba(255, 255, 255, .105);
  --gentill-text-soft: rgba(226, 232, 240, .78);
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overscroll-behavior-x: none;
}

body.gentill-v6 {
  background:
    radial-gradient(circle at 18% 14%, rgba(242, 183, 38, .13), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(32, 121, 255, .12), transparent 32rem),
    linear-gradient(180deg, #050912 0%, #07101d 38%, #04070d 100%) !important;
  isolation: isolate;
}

body.gentill-v6::before,
body.gentill-v6::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  filter: blur(18px);
  opacity: .72;
  transform: translateZ(0);
}

body.gentill-v6::before {
  width: 46vw;
  height: 46vw;
  left: -18vw;
  top: 12vh;
  background: radial-gradient(circle, rgba(242, 183, 38, .13), transparent 67%);
}

body.gentill-v6::after {
  width: 52vw;
  height: 52vw;
  right: -18vw;
  bottom: -14vh;
  background: radial-gradient(circle, rgba(34, 197, 94, .07), transparent 70%);
}

.gentill-v6-ambient {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: .78;
  mix-blend-mode: screen;
  transform: translateZ(0);
}

.gentill-v6-cursor-aura {
  position: fixed;
  left: 0;
  top: 0;
  width: 30rem;
  height: 30rem;
  pointer-events: none;
  z-index: 1;
  border-radius: 999px;
  opacity: .44;
  filter: blur(22px);
  transform: translate3d(calc(var(--aura-x, 50vw) - 50%), calc(var(--aura-y, 50vh) - 50%), 0) scale(var(--aura-scale, 1));
  background:
    radial-gradient(circle at center, rgba(242, 183, 38, .18), rgba(242, 183, 38, .08) 32%, rgba(32, 121, 255, .045) 58%, transparent 74%);
  transition: opacity 700ms var(--gentill-ease-premium), filter 700ms var(--gentill-ease-premium);
}

body.gentill-v6:not(.gentill-v6-pointer-active) .gentill-v6-cursor-aura {
  opacity: .22;
  filter: blur(28px);
}

.gentill-mob-page .gentill-mob-main,
.gentill-mob-page .gentill-mob-section,
.gentill-mob-page .gentill-mob-dark,
.gentill-mob-page .gentill-mob-hero,
.gentill-mob-page .gentill-mob-footer {
  position: relative;
  z-index: 2;
  background: transparent !important;
}

.gentill-mob-page .gentill-mob-shell {
  position: relative;
  z-index: 2;
}

.gentill-mob-header {
  z-index: 40 !important;
  background: rgba(5, 10, 18, .58) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
  backdrop-filter: blur(18px) saturate(1.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
  transition: background-color 420ms var(--gentill-ease-premium), box-shadow 420ms var(--gentill-ease-premium), border-color 420ms var(--gentill-ease-premium), transform 420ms var(--gentill-ease-premium);
}

body.gentill-v6-scrolled .gentill-mob-header {
  background: rgba(4, 8, 14, .82) !important;
  border-bottom-color: rgba(242, 183, 38, .15) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .34);
}

.gentill-mob-header .gentill-mob-nav {
  min-height: 74px;
}

.gentill-mob-header > .gentill-mob-nav > .gentill-mob-contact,
.gentill-mob-nav > .gentill-mob-contact {
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 .96rem !important;
  border-radius: 999px !important;
  font-size: .82rem !important;
  letter-spacing: .01em !important;
  transform: translateZ(0);
  box-shadow: 0 10px 28px rgba(242, 183, 38, .13), inset 0 1px 0 rgba(255,255,255,.15) !important;
  transition: transform 360ms var(--gentill-ease-premium), box-shadow 360ms var(--gentill-ease-premium), background 360ms var(--gentill-ease-premium), border-color 360ms var(--gentill-ease-premium) !important;
}

.gentill-mob-header > .gentill-mob-nav > .gentill-mob-contact:hover,
.gentill-mob-nav > .gentill-mob-contact:hover,
.gentill-mob-header > .gentill-mob-nav > .gentill-mob-contact:focus-visible,
.gentill-mob-nav > .gentill-mob-contact:focus-visible {
  transform: translateY(-1px) scale(1.015) !important;
  box-shadow: 0 18px 46px rgba(242, 183, 38, .2), inset 0 1px 0 rgba(255,255,255,.2) !important;
}

.gentill-mob-nav nav a {
  position: relative;
  transition: color 280ms var(--gentill-ease-soft), opacity 280ms var(--gentill-ease-soft);
}

.gentill-mob-nav nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.42rem;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, rgba(242, 183, 38, 0), rgba(242, 183, 38, .85), rgba(242, 183, 38, 0));
  transition: transform 360ms var(--gentill-ease-premium);
}

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

.gentill-mob-hero {
  min-height: min(86vh, 820px);
  overflow: hidden;
}

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

.gentill-mob-hero-media {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 900ms var(--gentill-ease-premium), filter 900ms var(--gentill-ease-premium);
  will-change: transform;
}

.gentill-mob-hero-media::before {
  content: "";
  position: absolute;
  inset: -1.25rem;
  border-radius: 2.4rem;
  background:
    linear-gradient(135deg, rgba(242,183,38,.22), rgba(255,255,255,.035) 30%, rgba(32,121,255,.14));
  opacity: .58;
  filter: blur(18px);
  z-index: -1;
}

.gentill-v6-route-svg {
  position: absolute;
  inset: 4% 3% auto auto;
  width: 84%;
  max-width: 560px;
  height: auto;
  pointer-events: none;
  opacity: .82;
  filter: drop-shadow(0 0 16px rgba(242, 183, 38, .3));
}

.gentill-v6-route-svg path {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: gentill-v6-route-draw 4.8s var(--gentill-ease-premium) .55s forwards;
}

@keyframes gentill-v6-route-draw {
  to { stroke-dashoffset: 0; }
}

.gentill-mob-primary,
.gentill-mob-secondary,
.gentill-mob-contact,
.gentill-mob-dialog-close,
.gentill-mob-experience-action {
  position: relative;
  overflow: hidden;
  transition: transform 340ms var(--gentill-ease-premium), box-shadow 340ms var(--gentill-ease-premium), border-color 340ms var(--gentill-ease-premium), background-color 340ms var(--gentill-ease-premium) !important;
}

.gentill-mob-primary::after,
.gentill-mob-secondary::after,
.gentill-mob-contact::after,
.gentill-mob-experience-action::before {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: skewX(-18deg) translateX(-120%);
  transition: transform 760ms var(--gentill-ease-premium);
  pointer-events: none;
}

.gentill-mob-primary:hover::after,
.gentill-mob-secondary:hover::after,
.gentill-mob-contact:hover::after,
.gentill-mob-experience-action:hover::before {
  transform: skewX(-18deg) translateX(420%);
}

.gentill-mob-primary:hover,
.gentill-mob-secondary:hover {
  transform: translateY(-2px) scale(1.012);
}

.gentill-v6-tariff-rail {
  position: relative;
  display: grid;
  gap: .9rem;
  margin: 1.55rem 0 0;
  padding: 1rem;
  border: 1px solid rgba(242, 183, 38, .16);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(242, 183, 38, .07), rgba(255,255,255,.028));
  box-shadow: 0 18px 48px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.07);
  overflow: hidden;
}

.gentill-v6-tariff-rail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at calc(var(--progress, .16) * 100%) 10%, rgba(242,183,38,.18), transparent 13rem);
  pointer-events: none;
}

.gentill-v6-tariff-top {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.gentill-v6-tariff-kicker {
  margin: 0;
  color: rgba(226, 232, 240, .74);
  font-size: .86rem;
  line-height: 1.45;
}

.gentill-v6-tariff-value {
  color: #fff;
  font-family: Sora, Plus Jakarta Sans, system-ui, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.gentill-v6-tariff-track {
  position: relative;
  height: .66rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.gentill-v6-tariff-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--progress, .16) * 100%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(242,183,38,.95), rgba(155,246,91,.82));
  box-shadow: 0 0 24px rgba(242,183,38,.38);
  transition: width 280ms var(--gentill-ease-soft);
}

.gentill-v6-tariff-labels {
  display: flex;
  justify-content: space-between;
  color: rgba(226, 232, 240, .66);
  font-size: .78rem;
  font-weight: 800;
}

.gentill-mob-panel,
.gentill-mob-mini-card,
.gentill-mob-model-card,
.gentill-mob-rule-btn,
.gentill-mob-rule-panel,
.gentill-mob-experience-viewer-panel,
.gentill-mob-faq-item,
.gentill-mob-feature {
  transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translate3d(0, var(--lift, 0), 0);
  transition: transform 520ms var(--gentill-ease-premium), box-shadow 520ms var(--gentill-ease-premium), border-color 520ms var(--gentill-ease-premium), background 520ms var(--gentill-ease-premium), opacity 520ms var(--gentill-ease-premium) !important;
  will-change: transform;
}

.gentill-mob-panel,
.gentill-mob-mini-card,
.gentill-mob-model-card,
.gentill-mob-rule-panel,
.gentill-mob-experience-viewer-panel,
.gentill-mob-faq-item {
  background:
    linear-gradient(180deg, rgba(255,255,255,.066), rgba(7,17,31,.78)) !important;
  border-color: rgba(255,255,255,.108) !important;
  backdrop-filter: blur(18px) saturate(1.06);
}

.gentill-mob-panel:hover,
.gentill-mob-mini-card:hover,
.gentill-mob-model-card:hover,
.gentill-mob-rule-btn:hover,
.gentill-mob-experience-card:hover,
.gentill-mob-faq-item:hover,
.gentill-expandable-card.gentill-v6-open,
.gentill-mob-model-card.gentill-v6-open {
  --lift: -4px;
  border-color: rgba(242, 183, 38, .28) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.31), 0 0 0 1px rgba(242,183,38,.055), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.gentill-mob-model-card {
  min-height: 18.2rem !important;
  gap: .8rem;
}

.gentill-mob-model-summary {
  position: relative;
  z-index: 2;
  margin: .85rem 0 0 !important;
  color: rgba(226, 232, 240, .78) !important;
  line-height: 1.62 !important;
}

.gentill-v6-drawer {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: .45rem;
  transition: grid-template-rows 540ms var(--gentill-ease-premium), opacity 420ms var(--gentill-ease-premium), margin-top 420ms var(--gentill-ease-premium);
}

.gentill-v6-drawer > div {
  overflow: hidden;
}

.gentill-v6-drawer p,
.gentill-v6-drawer li {
  color: rgba(226, 232, 240, .78) !important;
  line-height: 1.62 !important;
  font-size: .91rem;
}

.gentill-v6-drawer ul {
  margin: .65rem 0 0;
  padding-left: 1.05rem;
}

.gentill-v6-open > .gentill-v6-drawer,
.gentill-expandable-card.gentill-v6-open .gentill-v6-drawer {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: .85rem;
}

.gentill-v6-open .gentill-mob-model-link,
.gentill-v6-open .gentill-mob-experience-action {
  color: #fff;
}

.gentill-v6-open .gentill-mob-model-link::before {
  content: "Regra aberta";
  font-size: 0;
}

.gentill-expandable-card,
.gentill-flow-card {
  cursor: pointer;
  min-height: unset !important;
}

.gentill-expandable-card p,
.gentill-flow-card p {
  margin-bottom: 0;
}

.gentill-v6-app-stage {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(1rem, 3vw, 2.4rem);
  align-items: center;
  margin: 2.2rem 0 1.6rem;
  padding: clamp(1rem, 2.8vw, 2rem);
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 18% 12%, rgba(242,183,38,.13), transparent 18rem),
    linear-gradient(180deg, rgba(255,255,255,.058), rgba(6,16,30,.8));
  box-shadow: 0 34px 110px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.07);
  overflow: hidden;
  backdrop-filter: blur(20px) saturate(1.08);
}

.gentill-v6-phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 34rem;
}

.gentill-v6-phone-wrap::before {
  content: "";
  position: absolute;
  width: 76%;
  height: 74%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(242,183,38,.18), rgba(32,121,255,.08) 45%, transparent 70%);
  filter: blur(28px);
}

.gentill-v6-phone {
  position: relative;
  width: min(17.2rem, 80vw);
  aspect-ratio: 9 / 18.5;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 2.1rem;
  padding: .58rem;
  background: linear-gradient(155deg, rgba(255,255,255,.15), rgba(255,255,255,.03) 36%, rgba(0,0,0,.54));
  box-shadow: 0 36px 86px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.18);
  transform: rotateX(var(--phone-rx, 0deg)) rotateY(var(--phone-ry, -4deg));
  transition: transform 900ms var(--gentill-ease-premium);
}

.gentill-v6-phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: .55rem;
  width: 36%;
  height: .38rem;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(5, 9, 18, .86);
  z-index: 2;
}

.gentill-v6-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.62rem;
  background: #050912;
  transition: opacity 420ms var(--gentill-ease-premium), transform 620ms var(--gentill-ease-premium), filter 620ms var(--gentill-ease-premium);
}

.gentill-v6-phone img.is-changing {
  opacity: .24;
  transform: translateY(.55rem) scale(.985);
  filter: blur(8px);
}

.gentill-v6-app-copy {
  display: grid;
  gap: 1rem;
}

.gentill-v6-app-copy h3 {
  margin: 0;
  max-width: 13ch;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.gentill-v6-app-copy p {
  max-width: 40rem;
  margin: 0;
  color: rgba(226, 232, 240, .78);
  line-height: 1.75;
}

.gentill-v6-app-points {
  display: grid;
  gap: .72rem;
  margin: .1rem 0 0;
  padding: 0;
  list-style: none;
}

.gentill-v6-app-points li {
  display: flex;
  gap: .72rem;
  align-items: flex-start;
  color: rgba(226, 232, 240, .82);
  line-height: 1.56;
}

.gentill-v6-app-points li::before {
  content: "";
  width: .48rem;
  height: .48rem;
  flex: 0 0 auto;
  margin-top: .5rem;
  border-radius: 999px;
  background: var(--gentill-yellow);
  box-shadow: 0 0 0 .35rem rgba(242,183,38,.13);
}

.gentill-v6-app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .56rem;
}

.gentill-v6-app-tags span {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  padding: .52rem .8rem;
  color: rgba(255,255,255,.84);
  font-size: .82rem;
  font-weight: 800;
}

.gentill-mob-experience-viewer {
  display: none !important;
}

.gentill-mob-experience-grid {
  margin-top: 1.1rem !important;
}

.gentill-mob-experience-card {
  min-height: 22rem !important;
  border-color: rgba(255,255,255,.08) !important;
  border-radius: 1.6rem !important;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(6,16,30,.42)) !important;
  padding: .7rem !important;
  box-shadow: 0 18px 54px rgba(0,0,0,.22) !important;
}

.gentill-mob-experience-card[data-active="true"] {
  border-color: rgba(242,183,38,.35) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.32), 0 0 0 1px rgba(242,183,38,.08) !important;
}

.gentill-mob-experience-card img {
  border-radius: 1.08rem !important;
  max-height: 18.5rem !important;
  transition: transform 620ms var(--gentill-ease-premium), filter 620ms var(--gentill-ease-premium), opacity 620ms var(--gentill-ease-premium) !important;
}

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

.gentill-mob-experience-card > div {
  padding: .9rem .35rem .15rem !important;
}

.gentill-mob-rule-panel.gentill-v6-rule-pulse {
  animation: gentill-v6-panel-pulse 520ms var(--gentill-ease-premium);
}

@keyframes gentill-v6-panel-pulse {
  0% { transform: translateY(4px) scale(.992); opacity: .72; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

.gentill-mob-rule-btn[aria-selected="true"] {
  border-color: rgba(242,183,38,.38) !important;
  box-shadow: 0 20px 58px rgba(0,0,0,.27), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.gentill-mob-faq-item {
  transition: border-color 420ms var(--gentill-ease-premium), box-shadow 420ms var(--gentill-ease-premium), background 420ms var(--gentill-ease-premium) !important;
}

.gentill-mob-faq-item[open],
.gentill-mob-faq-item.gentill-v6-opening {
  border-color: rgba(242,183,38,.28) !important;
  background: linear-gradient(180deg, rgba(242,183,38,.075), rgba(255,255,255,.035)) !important;
}

.gentill-mob-faq-item summary {
  transition: color 300ms var(--gentill-ease-soft);
}

.gentill-mob-faq-item summary::after {
  transition: transform 420ms var(--gentill-ease-premium), color 420ms var(--gentill-ease-premium);
}

.gentill-mob-faq-item[open] summary::after {
  transform: rotate(180deg);
  color: var(--gentill-yellow) !important;
}

.gentill-faq-body-v6 {
  overflow: hidden;
}

.gentill-faq-body-v6-inner {
  padding: 0 1.35rem 1.35rem;
}

.gentill-faq-body-v6-inner p {
  padding: 0 !important;
}

.gentill-commercial-note {
  border-color: rgba(242,183,38,.22) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(242,183,38,.15), transparent 12rem),
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(7,17,31,.8)) !important;
}

.gentill-rule-commercial-label {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(242,183,38,.22);
  border-radius: 999px;
  padding: .45rem .72rem;
  background: rgba(242,183,38,.08);
  box-shadow: 0 0 0 1px rgba(242,183,38,.035), 0 12px 34px rgba(242,183,38,.08);
}

@media (max-width: 1100px) {
  .gentill-v6-app-stage {
    grid-template-columns: 1fr;
  }
  .gentill-v6-phone-wrap {
    min-height: 30rem;
  }
}

@media (max-width: 720px) {
  .gentill-v6-cursor-aura { display: none; }
  .gentill-v6-ambient { opacity: .52; }
  .gentill-mob-header .gentill-mob-nav { overflow: visible !important; max-width: 100%; }
  .gentill-mob-nav-menu { max-width: calc(100vw - 1rem); overflow: visible; }
  .gentill-mob-nav-menu-panel {
    right: 0 !important;
    left: auto !important;
    max-width: calc(100vw - 1.25rem) !important;
    overflow-x: hidden !important;
  }
  .gentill-v6-tariff-top {
    align-items: flex-start;
    flex-direction: column;
    gap: .5rem;
  }
  .gentill-v6-app-stage {
    border-radius: 1.55rem;
    padding: 1rem;
  }
  .gentill-v6-phone-wrap {
    min-height: 24rem;
  }
  .gentill-v6-phone {
    width: min(13.5rem, 78vw);
  }
  .gentill-v6-app-copy h3 {
    max-width: 14ch;
  }
  .gentill-mob-experience-card {
    min-height: auto !important;
  }
  .gentill-mob-experience-card img {
    max-height: 15.4rem !important;
  }
  .gentill-mob-model-card {
    min-height: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gentill-v6-ambient,
  .gentill-v6-cursor-aura,
  .gentill-v6-route-svg {
    display: none !important;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
