: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: 500;
  letter-spacing: 0;
  border-radius: 0.6rem !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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;
}

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

.header-actions .btn-primary {
  background: #0b5ed7 !important;
  border-color: #0b5ed7 !important;
}

.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-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: 16px;
  box-shadow: var(--uh-card-shadow);
  background: #ffffff;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

@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); */
}

.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;
  }
}


/* 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);
}
