
/* Gentill Mob Fluid Fix v3 - suavidade, caixas independentes e regra comercial destacada */
:root {
  --gentill-smooth-ease: cubic-bezier(.16, 1, .3, 1);
  --gentill-soft-ease: cubic-bezier(.22, .61, .36, 1);
}

.gentill-interactive-card,
.gentill-mob-model-card,
.gentill-mob-rule-btn,
.gentill-mob-experience-card,
.gentill-mob-mini-card,
.gentill-mob-panel,
.gentill-mob-faq-item {
  transition:
    transform .62s var(--gentill-smooth-ease),
    box-shadow .62s var(--gentill-smooth-ease),
    border-color .52s var(--gentill-soft-ease),
    background .62s var(--gentill-soft-ease),
    filter .62s var(--gentill-soft-ease) !important;
  will-change: transform, box-shadow;
}

@media (hover:hover) {
  .gentill-interactive-card:hover,
  .gentill-mob-model-card:hover,
  .gentill-mob-rule-btn:hover,
  .gentill-mob-experience-card:hover,
  .gentill-mob-mini-card:hover,
  .gentill-mob-panel:hover,
  .gentill-mob-faq-item:hover {
    transform: translate3d(0, -4px, 0) scale(1.006) !important;
  }
}

.gentill-card-active,
.gentill-mob-model-card[data-active="true"],
.gentill-mob-rule-btn[aria-selected="true"],
.gentill-mob-experience-card[data-active="true"] {
  transform: translate3d(0, -3px, 0) scale(1.004) !important;
}

.gentill-card-chip,
.gentill-card-chip::before {
  display: none !important;
  content: none !important;
}

.gentill-card-feedback {
  display: grid !important;
  grid-template-rows: 0fr !important;
  opacity: 0 !important;
  margin-top: 0 !important;
  overflow: hidden !important;
  transition:
    grid-template-rows .58s var(--gentill-smooth-ease),
    opacity .42s ease,
    margin-top .52s var(--gentill-smooth-ease) !important;
}

.gentill-card-feedback > span {
  overflow: hidden !important;
  min-height: 0 !important;
}

.gentill-card-active > .gentill-card-feedback,
.gentill-expandable-card.gentill-card-active > .gentill-card-feedback,
.gentill-mob-panel.gentill-card-active > .gentill-card-feedback {
  grid-template-rows: 1fr !important;
  opacity: 1 !important;
  margin-top: .8rem !important;
}

.gentill-expand-panel {
  align-self: start !important;
  min-height: 0 !important;
}

.gentill-flow-panel {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.gentill-flow-panel > p {
  margin-bottom: .2rem !important;
}

.gentill-flow-stack {
  margin-top: .1rem !important;
}

.gentill-expandable-card {
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
}

.gentill-expandable-card::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(242,183,38,.28);
  color: rgba(242,183,38,.95);
  background: rgba(242,183,38,.08);
  font-weight: 900;
  line-height: 1;
  transition: transform .46s var(--gentill-smooth-ease), background .46s ease;
}

.gentill-expandable-card.gentill-card-active::after {
  transform: rotate(45deg) scale(1.04);
  background: rgba(155,246,91,.12);
  border-color: rgba(155,246,91,.36);
  color: rgba(155,246,91,.96);
}

#valores .gentill-rule-commercial-label,
#valores .gentill-mob-eyebrow.gentill-rule-commercial-label {
  width: fit-content;
  border: 1px solid rgba(242,183,38,.34);
  border-radius: 999px;
  padding: .48rem .78rem;
  background: linear-gradient(135deg, rgba(242,183,38,.18), rgba(155,246,91,.08));
  box-shadow: 0 0 34px rgba(242,183,38,.10);
  color: #f7c752 !important;
}

#valores .gentill-mob-section-head h2 {
  text-shadow: 0 0 42px rgba(242,183,38,.12);
}

.gentill-commercial-note {
  border-color: rgba(242,183,38,.22) !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(242,183,38,.12), transparent 16rem),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(6,17,32,.88)) !important;
}

.gentill-commercial-note h3 {
  margin: 0 0 .55rem;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.gentill-mob-rule-panel {
  min-height: 27rem;
  transition:
    opacity .34s ease,
    transform .52s var(--gentill-smooth-ease),
    border-color .48s ease,
    box-shadow .52s var(--gentill-smooth-ease) !important;
}

.gentill-mob-rule-panel.gentill-rule-changing {
  opacity: .28;
  transform: translate3d(0, 8px, 0) scale(.992) !important;
}

.gentill-mob-regulation-dialog {
  opacity: 0;
  transform: translate(-50%, -47%) scale(.965) !important;
  transition:
    opacity .34s ease,
    transform .46s var(--gentill-smooth-ease),
    box-shadow .46s ease !important;
  animation: none !important;
}

.gentill-mob-regulation-dialog[open].gentill-dialog-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) !important;
}

.gentill-mob-regulation-dialog::backdrop {
  transition: backdrop-filter .42s ease, background .42s ease;
}

.gentill-mob-dialog-window {
  transform: translateZ(0);
}

.gentill-mob-experience-grid {
  gap: 1.15rem !important;
}

.gentill-mob-experience-card {
  overflow: hidden !important;
  min-height: 100% !important;
}

.gentill-mob-experience-card > div {
  min-height: 8.8rem !important;
}

.gentill-mob-experience-action {
  pointer-events: none !important;
}

.gentill-mob-section-head p:empty,
.gentill-card-chip:empty {
  display: none !important;
}

@media (max-width: 780px) {
  .gentill-mob-rule-panel { min-height: 0; }
  .gentill-expandable-card::after { right: .8rem; top: .8rem; }
}
