:root {
  --uh-blue: #0b5ed7;
  --uh-blue-soft: rgba(0, 172, 251, 0.12);
  --uh-card-border: rgba(15, 83, 250, 0.12);
  --uh-card-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);

  --uh-section-y: clamp(3.75rem, 8vw, 8.25rem);
  --uh-section-y-compact: clamp(2.75rem, 6vw, 6.25rem);
}

.header-actions .btn {
  min-width: 0 !important;
  height: 41px !important;
  padding: 0 0.9rem !important;
  font-size: 0.94rem !important;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 0.9rem !important;
  box-shadow: 0 10px 24px rgba(15, 83, 250, 0.12) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-mobile-cta {
  display: none;
  min-width: 0;
  height: 41px;
  padding: 0 0.9rem;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 0.9rem;
  box-shadow: 0 10px 24px rgba(15, 83, 250, 0.12);
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

header.bg-white.border-bottom {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(2, 4, 69, 0.06) !important;
}

@media (max-width: 767.98px) {
  header.bg-white.border-bottom .container {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    gap: 12px;
  }

  header.bg-white.border-bottom .header-actions {
    display: none !important;
  }

  header.bg-white.border-bottom a[aria-label="UhuAgenda"] img {
    width: clamp(120px, 38vw, 163px);
    height: auto;
  }

  .header-mobile-cta {
    display: inline-flex;
  }
}

.header-actions .btn-outline-primary {
  color: #0b5ed7 !important;
  border-color: rgba(11, 94, 215, 0.4) !important;
}

.header-actions .btn-primary {
  background: linear-gradient(135deg, #0f53fa 0%, #00acfb 100%) !important;
  border-color: transparent !important;
}

.btn.btn-primary {
  background: linear-gradient(135deg, #0f53fa 0%, #00acfb 100%);
  border-color: transparent;
  border-radius: 0.95rem;
  box-shadow: 0 16px 34px rgba(15, 83, 250, 0.22);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  filter: brightness(1.03);
  box-shadow: 0 20px 40px rgba(15, 83, 250, 0.26);
}

.btn.btn-outline-primary {
  border-radius: 0.95rem;
  border-color: rgba(11, 94, 215, 0.24);
  box-shadow: 0 8px 22px rgba(15, 83, 250, 0.06);
}

.header-actions .btn:hover,
.header-actions .btn:focus {
  transform: none !important;
}

.header-actions .btn-primary:hover,
.header-actions .btn-primary:focus {
  background: #0a54c2 !important;
  border-color: #0a54c2 !important;
}

.header-actions .btn-outline-primary:hover,
.header-actions .btn-outline-primary:focus {
  background: rgba(11, 94, 215, 0.08) !important;
  border-color: rgba(11, 94, 215, 0.5) !important;
  color: #0b5ed7 !important;
}

.site-footer {
  background: linear-gradient(180deg, #0c1633 0%, #081024 100%);
}

.site-footer p {
  color: rgba(226, 232, 240, 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.site-footer .footer-brand p {
  max-width: 54ch;
}

.site-footer .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  transition: transform 180ms ease, background 180ms ease;
}

.site-footer .social-links a:hover {
  transform: translateY(-1px);
}

.site-footer .footer-bottom p {
  color: rgba(226, 232, 240, 0.7);
  font-size: 0.95rem;
}

.hero-bg {
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(0, 172, 251, 0.18), transparent 60%),
    radial-gradient(700px 420px at 10% 0%, rgba(15, 83, 250, 0.1), transparent 65%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.section-space {
  padding-top: var(--uh-section-y);
  padding-bottom: var(--uh-section-y);
}

.section-compact {
  padding-top: var(--uh-section-y-compact);
  padding-bottom: var(--uh-section-y-compact);
}
 
.section-head {
  margin-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.section-head h2 {
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.section-head p {
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 0;
}

main p {
  line-height: 1.7;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero .display-4 {
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero .lead {
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 1.75rem;
}

.hero-points li + li {
  margin-top: 0.6rem;
}

.hero-flow {
  width: min(100%, 1180px);
  margin: 120px auto 0;
  padding: 1.6rem 1.8rem 1.8rem;
  border: 1px solid rgba(15, 83, 250, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(0, 172, 251, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 255, 0.88));
  box-shadow:
    0 22px 54px rgba(17, 24, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.hero-flow__intro {
  margin-bottom: 1.4rem;
  color: rgba(11, 18, 32, 0.68);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-flow__steps {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.hero-flow__item {
  display: grid;
  gap: 0.38rem;
  min-width: 0;
}

.hero-flow__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 83, 250, 0.08), rgba(0, 172, 251, 0.14));
  color: #0b1220;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid rgba(15, 83, 250, 0.12);
  box-shadow: 0 10px 24px rgba(15, 83, 250, 0.08);
}

.hero-flow__item strong {
  font-size: 1.18rem;
  line-height: 1.15;
  color: #0b1220;
  letter-spacing: -0.02em;
}

.hero-flow__item span:last-child {
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.96rem;
  line-height: 1.45;
}

.hero-flow__line {
  height: 3px;
  margin-top: -0.7rem;
  background: linear-gradient(90deg, rgba(15, 83, 250, 0.08), rgba(15, 83, 250, 0.26), rgba(0, 172, 251, 0.22), rgba(15, 83, 250, 0.08));
  border-radius: 999px;
}

.hero-note {
  border-color: rgba(15, 83, 250, 0.16);
}

.hero-glow {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 30% 30%, rgba(0, 172, 251, 0.35), rgba(15, 83, 250, 0.15) 55%, transparent 70%);
  opacity: 0.7;
  filter: blur(12px);
  transform: translate3d(var(--px, 0px), var(--py, 0px), 0);
  transition: transform 200ms ease-out;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .hero-glow {
    width: 320px;
    height: 320px;
    top: -120px;
    right: -120px;
  }
}

.niche-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--uh-blue-soft);
  color: var(--uh-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.niche-icon i {
  font-size: 20px;
  line-height: 1;
}


.soft-card {
  /* border: 1px solid rgba(15, 83, 250, 0.14); */
  /* border-radius: 18px; */
  /* box-shadow: 0 16px 36px rgba(17, 24, 39, 0.12); */
  /* background: #ffffff; */
}

.card-premium {
  border: 1px solid var(--uh-card-border);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.09);
  background: #ffffff;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.metric-card,
.feature-card {
  padding: 1.15rem !important;
}

.step-card,
.niche-card {
  padding: 1.35rem !important;
}

.feature-card--premium {
  padding: 1.45rem !important;
  border-radius: 22px !important;
}

.feature-card--premium h3 {
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.feature-card--premium p {
  line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
  .card-premium:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
    border-color: rgba(15, 83, 250, 0.2);
  }
}

.metric-card .h3 {
  letter-spacing: -0.02em;
}

.metric-card .small {
  line-height: 1.5;
}

.step-card h3,
.feature-card h3,
.niche-card h3 {
  letter-spacing: -0.01em;
}

.list-compact li + li {
  margin-top: 0.5rem;
}

.badge-step {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--uh-blue-soft);
  color: var(--uh-blue);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#midia .row.align-items-center + .row.align-items-center {
  margin-top: clamp(2rem, 6vw, 4rem);
}


.media-frame {
  /* background: linear-gradient(135deg, rgba(0, 172, 251, 0.1), rgba(15, 83, 250, 0.08)); */
  /* border: 1px solid rgba(15, 83, 250, 0.14); */
  /* border-radius: 20px; */
  padding: 20px;
  /* box-shadow: 0 16px 32px rgba(17, 24, 39, 0.1); */
}

@media (max-width: 575.98px) {
  #midia .container,
  #comparativo .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.table-compare {
  border-radius: 18px;
  border: 1px solid rgba(15, 83, 250, 0.12);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.08);
  background: #ffffff;
}

.table-compare .table {
  margin-bottom: 0;
}

.table-compare .table thead th {
  background: #f4f9ff;
  border-bottom-color: rgba(15, 83, 250, 0.12);
}

.table-compare .table th,
.table-compare .table td {
  vertical-align: middle;
}

.table-compare .table tbody tr:nth-child(even) {
  background: rgba(0, 172, 251, 0.04);
}

@media (hover: hover) and (pointer: fine) {
  .table-compare .table tbody tr:hover {
    background: rgba(0, 172, 251, 0.08);
  }
}

.faq-item details {
  background: #ffffff;
  border-color: rgba(15, 83, 250, 0.12);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.faq-item details[open] {
  border-color: rgba(15, 83, 250, 0.22);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1);
}

.faq-item summary {
  cursor: pointer;
}

.cta-card {
  padding: 1.5rem 1.4rem;
  border-radius: 20px;
  border: 1px solid rgba(15, 83, 250, 0.14);
  background: linear-gradient(135deg, rgba(0, 172, 251, 0.14), rgba(15, 83, 250, 0.08));
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
  backdrop-filter: saturate(140%) blur(8px);
}

@media (min-width: 992px) {
  .cta-card {
    margin-left: auto;
  }
}

.cta-contact__header {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
}

.cta-contact__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(0, 172, 251, 0.18);
  border: 1px solid rgba(15, 83, 250, 0.14);
  color: #0b5ed7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.cta-contact__icon .bi {
  font-size: 1.25rem;
}

.cta-contact__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b1220;
  letter-spacing: -0.01em;
}

.cta-contact__subtitle {
  margin: 0.25rem 0 0;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.45;
}

.cta-contact__email {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 83, 250, 0.12);
  color: rgba(15, 23, 42, 0.86);
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0.9rem;
}

.cta-contact__email:hover {
  text-decoration: none;
  border-color: rgba(15, 83, 250, 0.22);
  color: #0b5ed7;
}

.cta-contact__email:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(0, 172, 251, 0.16);
}

.cta-contact__email .bi {
  color: rgba(11, 94, 215, 0.9);
  font-size: 1.05rem;
}

.cta-contact__whatsapp {
  width: 100%;
}

.cta-contact__whatsapp-text {
  flex: 1;
  text-align: left;
}

.cta-contact__hint {
  margin-top: 0.9rem;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.85rem;
  line-height: 1.4;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 240ms;
}

.reveal-delay-3 {
  transition-delay: 360ms;
}
 

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .card-premium {
    transition: none;
  }

  .hero-glow {
    transform: none;
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .hero-flow {
    margin-top: 72px;
    padding: 1.1rem 1rem 1.15rem;
    border-radius: 22px;
  }

  .hero-flow__steps {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .hero-flow__line {
    display: none;
  }

  .hero-flow__item {
    position: relative;
    padding-left: 3.5rem;
    min-height: 54px;
  }

  .hero-flow__dot {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }

  .hero-flow__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 46px;
    left: 22px;
    bottom: -10px;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 83, 250, 0.18), rgba(0, 172, 251, 0.06));
    border-radius: 999px;
  }

  .vip-modal__grid {
    grid-template-columns: 1fr;
  }

  .vip-modal__form-card {
    border-left: 0;
    border-top: 1px solid rgba(15, 83, 250, 0.08);
  }
}

@media (max-width: 767.98px) {
  .vip-modal {
    align-items: end;
    padding: 0;
  }

  .vip-modal__dialog {
    width: 100%;
    max-height: min(100dvh, 100vh);
    border-radius: 22px 22px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 -20px 60px rgba(7, 17, 31, 0.22);
  }

  .vip-modal__close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  .vip-modal__intro {
    padding: 1.4rem 1rem 1rem;
  }

  .vip-modal__intro h2 {
    margin-top: 0.5rem;
    font-size: clamp(1.45rem, 7vw, 1.9rem);
    line-height: 1.1;
    max-width: 14ch;
  }

  .vip-modal__intro p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .vip-modal__benefits {
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .vip-modal__benefits li {
    padding: 0.75rem 0.85rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .vip-modal__form-card {
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
  }

  .vip-modal__field input {
    min-height: 50px;
    border-radius: 12px;
  }

  .vip-modal__submit {
    min-height: 50px;
    font-size: 1rem;
  }

  .vip-modal__status {
    padding: 0.8rem 0.9rem;
    font-size: 0.9rem;
  }

  .vip-modal__note {
    font-size: 0.84rem;
    line-height: 1.45;
  }
}


/* Botão WhatsApp (CTA final) */
.btn-cta-whatsapp {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #0f53fa 0%, #00acfb 100%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(15, 83, 250, 0.28);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn-cta-whatsapp:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(0, 172, 251, 0.22), 0 20px 44px rgba(15, 83, 250, 0.32);
}

.btn-cta-whatsapp:hover {
  color: #ffffff;
  text-decoration: none;
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(15, 83, 250, 0.32);
}

.btn-cta-whatsapp:active {
  transform: translateY(0);
}

.btn-cta-whatsapp .cta-contact__whatsapp-icon,
.btn-cta-whatsapp .cta-contact__whatsapp-arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.btn-cta-whatsapp .cta-contact__whatsapp-icon {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.btn-cta-whatsapp .cta-contact__whatsapp-icon .bi {
  font-size: 1.05rem;
  color: #25d366;
}

.btn-cta-whatsapp .cta-contact__whatsapp-arrow {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-cta-whatsapp .cta-contact__whatsapp-arrow .bi {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
}

.color-black-text{
  color: #0b1220b9;
  font-weight: 500;
}

.color-black-text:hover{
  color: #0b12208c ;
}

body.vip-modal-open {
  overflow: hidden;
}

.vip-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 18px;
}

.vip-modal[hidden] {
  display: none;
}

.vip-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 31, 0.58);
  backdrop-filter: blur(10px);
}

.vip-modal__dialog {
  position: relative;
  width: min(100%, 960px);
  max-height: min(92vh, 860px);
  overflow: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96));
  box-shadow: 0 36px 100px rgba(7, 17, 31, 0.22);
}

.vip-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0b1220;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.1);
}

.vip-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.vip-modal__intro {
  padding: 2.5rem;
  background:
    radial-gradient(circle at top left, rgba(0, 172, 251, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(15, 83, 250, 0.06), rgba(255, 255, 255, 0));
}

.vip-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(11, 94, 215, 0.08);
  color: #0b5ed7;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vip-modal__intro h2 {
  margin: 1.1rem 0 0.9rem;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.vip-modal__intro p {
  color: rgba(15, 23, 42, 0.76);
  line-height: 1.75;
}

.vip-modal__benefits {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.vip-modal__benefits li {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 83, 250, 0.08);
  color: rgba(15, 23, 42, 0.82);
}

.vip-modal__form-card {
  padding: 2.4rem;
  border-left: 1px solid rgba(15, 83, 250, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.vip-modal__form-card form {
  display: grid;
  gap: 1rem;
}

.vip-modal__field {
  display: grid;
  gap: 0.45rem;
}

.vip-modal__field label {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: #0b1220;
}

.vip-modal__field input {
  min-height: 54px;
  padding: 0 1rem;
  border: 1px solid rgba(15, 83, 250, 0.12);
  border-radius: 14px;
  background: rgba(247, 250, 255, 0.96);
}

.vip-modal__field input:focus {
  outline: 0;
  border-color: rgba(15, 83, 250, 0.3);
  box-shadow: 0 0 0 4px rgba(0, 172, 251, 0.12);
}

.vip-modal__submit {
  width: 100%;
}

.vip-modal__status {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  font-size: 0.94rem;
  line-height: 1.6;
}

.vip-modal__status strong {
  display: block;
  margin-bottom: 0.2rem;
}

.vip-modal__status.is-success {
  background: rgba(236, 255, 247, 0.96);
  border: 1px solid rgba(17, 163, 104, 0.18);
  color: #0d6b47;
}

.vip-modal__status.is-error {
  background: rgba(255, 242, 242, 0.96);
  border: 1px solid rgba(214, 78, 78, 0.18);
  color: #8b2424;
}

.vip-modal__note {
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.9rem;
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(11, 94, 215, 0.35) transparent;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-thumb {
  background: rgba(11, 94, 215, 0.35);
  border-radius: 999px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

.table-compare {
  scrollbar-width: thin;
  scrollbar-color: rgba(11, 94, 215, 0.35) transparent;
}

.table-compare::-webkit-scrollbar {
  height: 6px;
}

.table-compare::-webkit-scrollbar-thumb {
  background: rgba(11, 94, 215, 0.32);
  border-radius: 999px;
}

.table-compare::-webkit-scrollbar-track {
  background: transparent;
}

@media (max-width: 767.98px) {
  .vip-modal {
    align-items: center !important;
    padding: 14px !important;
  }

  .vip-modal__dialog {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: min(100%, calc(100vw - 28px)) !important;
    max-height: calc(100dvh - 28px) !important;
    margin: 0 auto !important;
    border-radius: 24px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
    overflow-x: hidden !important;
  }

  .vip-modal__grid {
    display: block !important;
  }

  .vip-modal__intro,
  .vip-modal__form-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .vip-modal__intro {
    padding: 1.75rem 1.35rem 1.35rem !important;
  }

  .vip-modal__form-card {
    padding: 1.45rem 1.35rem calc(1.35rem + env(safe-area-inset-bottom)) !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(15, 83, 250, 0.08) !important;
  }

  .vip-modal__intro h2 {
    max-width: none !important;
    font-size: clamp(1.45rem, 7vw, 1.9rem) !important;
    margin-bottom: 1rem !important;
  }

  .vip-modal__intro p {
    margin-bottom: 0 !important;
    line-height: 1.7 !important;
  }

  .vip-modal__benefits {
    gap: 0.8rem !important;
    margin-top: 1.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .vip-modal__benefits li {
    padding: 0.95rem 1rem !important;
  }

  .vip-modal__field {
    gap: 0.6rem !important;
  }

  .vip-modal__form-card form {
    gap: 1.15rem !important;
  }

  .vip-modal__submit {
    margin-top: 0.2rem !important;
  }

  .vip-modal__note {
    margin-top: 0.15rem !important;
    line-height: 1.55 !important;
  }
}
