/* Hubely — site institucional */
:root {
  --hb-bg: #f4f8fc;
  --hb-bg-dark: #0a1628;
  --hb-surface: #ffffff;
  --hb-text: #0f1f33;
  --hb-muted: #5c6f85;
  --hb-border: #d4e3f0;
  --hb-accent: #3d7ab5;
  --hb-accent-dark: #1e4a72;
  --hb-accent-light: #6eb0e8;
  --hb-accent-shine: #a8d8ff;
  --hb-accent-glow: #4db8ff;
  --hb-accent-soft: #e8f4ff;
  --hb-metallic-mid: #5a9fd4;
  --hb-spot-base: #0f1f33;
  --hb-spot-glow: #38bdf8;
  --hb-spot-hot: #7dd3fc;
  --hb-radius: 16px;
  --hb-radius-lg: 24px;
  --hb-shadow: 0 4px 24px rgba(14, 40, 72, 0.08);
  --hb-shadow-lg: 0 24px 64px rgba(14, 40, 72, 0.16);
  --hb-max: 1120px;
  --hb-nav-h: 72px;
  --hb-font: 'DM Sans', system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}

body.hubely-landing {
  margin: 0;
  font-family: var(--hb-font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--hb-text);
  background: var(--hb-bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}

.hb-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--hb-accent-dark);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.hb-skip:focus {
  left: 1rem;
  top: 1rem;
}

/* Nav */
.hb-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--hb-nav-h);
  background: rgba(250, 250, 249, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hb-nav.is-scrolled {
  border-color: var(--hb-border);
  box-shadow: var(--hb-shadow);
}

.hb-nav__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hb-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--hb-text);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.hb-brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  filter: drop-shadow(0 3px 10px rgba(14, 116, 214, 0.45));
  transform: rotate(-2deg);
}

.hb-nav__links {
  display: none;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hb-nav__links a {
  color: var(--hb-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
}

.hb-nav__links a:hover {
  color: var(--hb-text);
  background: rgba(91, 124, 154, 0.12);
}

/* Links do menu — texto sempre visível, sem efeito spotlight */
.hb-nav__links a,
.hb-mobile-menu a:not(.hb-btn),
.hb-faq__q,
.hb-footer a {
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

.hb-btn {
  -webkit-text-fill-color: currentColor !important;
}

.hb-nav .hb-btn--primary,
.hb-mobile-menu .hb-btn--primary,
.hb-cta-band .hb-btn--primary,
.hb-hero .hb-btn--primary {
  background: linear-gradient(
    145deg,
    var(--hb-accent-shine) 0%,
    var(--hb-accent-light) 28%,
    var(--hb-accent) 55%,
    var(--hb-accent-dark) 100%
  ) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow:
    0 4px 22px rgba(30, 74, 114, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
}

.hb-nav .hb-btn--primary:hover,
.hb-mobile-menu .hb-btn--primary:hover,
.hb-cta-band .hb-btn--primary:hover,
.hb-hero .hb-btn--primary:hover {
  box-shadow:
    0 8px 32px rgba(56, 189, 248, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
}

.hb-nav__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-shrink: 0;
  margin-left: auto;
}

.hb-nav__actions .hb-btn {
  padding: 0.32rem 0.62rem;
  font-size: 0.72rem;
  line-height: 1.1;
  min-height: 30px;
  box-shadow: none;
}

.hb-nav__actions .hb-btn--primary {
  padding: 0.32rem 0.7rem;
  box-shadow: 0 2px 10px rgba(30, 74, 114, 0.28) !important;
}

.hb-nav__actions .hb-btn--ghost {
  padding: 0.32rem 0.58rem;
}

.hb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.15rem;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  white-space: nowrap;
}

.hb-btn:active {
  transform: scale(0.98);
}

.hb-btn--ghost {
  background: transparent;
  color: var(--hb-text);
  border: 1px solid var(--hb-border);
}

.hb-btn--ghost:hover {
  background: #fff;
  border-color: #d6d3d1;
}

.hb-btn--primary {
  background: linear-gradient(
    145deg,
    var(--hb-accent-shine) 0%,
    var(--hb-accent-light) 28%,
    var(--hb-accent) 55%,
    var(--hb-accent-dark) 100%
  );
  color: #fff;
  box-shadow:
    0 4px 22px rgba(30, 74, 114, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.hb-btn--primary:hover {
  box-shadow:
    0 8px 32px rgba(56, 189, 248, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.hb-btn--whatsapp {
  background: linear-gradient(135deg, #34d399, #059669);
  color: #fff;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.3);
}

.hb-btn--whatsapp:hover {
  box-shadow: 0 6px 24px rgba(5, 150, 105, 0.4);
}

.hb-btn--email {
  background: linear-gradient(
    145deg,
    #c8e8ff 0%,
    var(--hb-accent-light) 30%,
    var(--hb-accent) 60%,
    var(--hb-accent-dark) 100%
  );
  color: #fff;
  box-shadow:
    0 4px 22px rgba(30, 74, 114, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.hb-form__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.hb-form__actions .hb-btn {
  width: 100%;
}

.hb-form__error {
  display: none;
  padding: 0.75rem 1rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  color: #991b1b;
  font-size: 0.88rem;
  margin-top: 0.75rem;
}

.hb-form__error.is-visible {
  display: block;
}

.hb-btn--lg {
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
}

.hb-btn--white {
  background: #fff;
  color: var(--hb-accent-dark);
  box-shadow: var(--hb-shadow);
}

.hb-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 12px;
}

.hb-menu-toggle span {
  display: block;
  height: 2px;
  background: var(--hb-text);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.hb-menu-toggle[aria-expanded='true'] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hb-menu-toggle[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}

.hb-menu-toggle[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hb-mobile-menu {
  display: none;
  position: fixed;
  top: var(--hb-nav-h);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(250, 250, 249, 0.98);
  backdrop-filter: blur(12px);
  padding: 1.5rem 1.25rem 2rem;
  flex-direction: column;
  gap: 0.25rem;
  overflow-y: auto;
}

.hb-mobile-menu.is-open {
  display: flex;
}

.hb-mobile-menu a {
  display: block;
  padding: 0.85rem 1rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--hb-text);
  text-decoration: none;
  border-radius: 12px;
}

.hb-mobile-menu a:hover {
  background: var(--hb-accent-soft);
}

.hb-mobile-menu__cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.5rem;
}

/* Hero */
.hb-hero {
  position: relative;
  padding: calc(var(--hb-nav-h) + 2.5rem) 1.25rem 3.5rem;
  overflow: hidden;
  background: linear-gradient(165deg, #0a1628 0%, #122a45 45%, #1e4a72 100%);
  color: #f0f9ff;
  isolation: isolate;
}

.hb-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hb-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  z-index: 0;
  transform: scale(1.05);
  filter: saturate(0.9) brightness(1.05);
  transition: opacity 0.8s ease, transform 2.2s ease;
}

.hb-hero__slide.is-active {
  opacity: 0.28;
  z-index: 1;
  transform: scale(1);
}

.hb-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 22, 40, 0.55) 0%, rgba(10, 22, 40, 0.28) 42%, rgba(10, 22, 40, 0.62) 100%),
    linear-gradient(90deg, rgba(10, 22, 40, 0.72) 0%, rgba(10, 22, 40, 0.35) 55%, rgba(18, 42, 69, 0.25) 100%);
}

.hb-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 75% 55% at 15% 0%, rgba(77, 184, 255, 0.45), transparent 58%),
    radial-gradient(ellipse 55% 45% at 92% 15%, rgba(168, 216, 255, 0.22), transparent 52%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(62, 152, 220, 0.28), transparent 55%);
  animation: hb-glow-shift 12s ease-in-out infinite alternate;
}

.hb-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 30%, transparent 90%);
}

.hb-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--hb-max);
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.hb-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem 0.35rem 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #e7e5e4;
  margin-bottom: 1.25rem;
}

.hb-hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
  animation: hb-pulse-dot 2s ease-in-out infinite;
}

.hb-hero h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.85rem, 6.2vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hb-hero h1 em {
  font-style: normal;
  /* herda o spotlight do título; sem gradiente fixo que bloqueava o efeito */
}

.hb-hero__lead {
  margin: 0 0 2rem;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #e0f2fe;
  max-width: 32rem;
  text-shadow: 0 1px 12px rgba(10, 22, 40, 0.65);
}

.hb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hb-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.hb-hero__stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.hb-hero__stat span {
  font-size: 0.85rem;
  color: #bae6fd;
}

/* Phone mockups — duo lado a lado, 2º na metade do 1º */
.hb-mockups-duo {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  column-gap: 0.75rem;
  row-gap: 0;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  align-self: start;
  align-items: start;
  padding: 0.75rem 0.5rem 1rem;
  box-sizing: border-box;
  overflow: visible;
}

.hb-mockup {
  position: relative;
  width: 100%;
  max-width: none;
  min-width: 0;
}

.hb-mockup--left {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: start;
}

.hb-mockup--right {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.hb-mockups-duo .hb-mockup__frame {
  border-radius: 26px;
  padding: 7px;
}

.hb-mockups-duo .hb-mockup__screen {
  border-radius: 20px;
}

.hb-mockups-duo .hb-mockup__header {
  padding: 0.65rem 0.65rem 0.85rem;
}

.hb-mockups-duo .hb-mockup__header h3 {
  font-size: 0.72rem;
}

.hb-mockups-duo .hb-mockup__header p {
  font-size: 0.58rem;
}

.hb-mockups-duo .hb-mockup__body {
  padding: 0.5rem;
  gap: 0.35rem;
}

.hb-mockups-duo .hb-mockup__chip {
  font-size: 0.55rem;
  padding: 0.15rem 0.45rem;
}

.hb-mockups-duo .hb-mockup__btn {
  padding: 0.45rem 0.5rem;
  font-size: 0.62rem;
  border-radius: 9px;
}

.hb-mockups-duo .hb-mockup__btn small {
  font-size: 0.52rem;
  margin-top: 0.1rem;
}

.hb-mockups-duo .hb-mockup__float {
  font-size: 0.58rem;
  padding: 0.4rem 0.55rem;
  border-radius: 10px;
  white-space: nowrap;
  /* Keep floats inside the mockup on mobile — prevents Android horizontal cut-off */
  right: 6%;
  left: auto;
  max-width: calc(100% - 12%);
}

.hb-mockups-duo .hb-mockup__float--1 {
  top: 10%;
  right: 6%;
  left: auto;
}

.hb-mockups-duo .hb-mockup__float--2 {
  bottom: 10%;
  left: 6%;
  right: auto;
}

.hb-mockup__frame {
  position: relative;
  z-index: 1;
  background: linear-gradient(160deg, #292524, #1c1917);
  border-radius: 36px;
  padding: 12px;
  box-shadow: var(--hb-shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: hb-mockup-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hb-mockup--right .hb-mockup__frame {
  animation-delay: 0.15s;
}

.hb-mockup__screen {
  background: #fafaf9;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 9/16;
  display: flex;
  flex-direction: column;
}

.hb-mockup__screen--shot {
  display: block;
  padding: 0;
}

.hb-mockup__screen--shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.hb-mockup__header {
  background: linear-gradient(145deg, var(--hb-accent-light), var(--hb-accent-dark));
  padding: 1rem 1rem 1.25rem;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hb-mockup__header h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.hb-mockup__header p {
  margin: 0.2rem 0 0;
  font-size: 0.7rem;
  opacity: 0.85;
}

.hb-mockup__body {
  flex: 1;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hb-mockup__chip {
  display: inline-block;
  align-self: flex-start;
  padding: 0.2rem 0.55rem;
  background: #dcfce7;
  color: #166534;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 999px;
}

.hb-mockup__btn {
  padding: 0.65rem 0.75rem;
  background: #fff;
  border: 1px solid var(--hb-border);
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--hb-text);
  text-align: left;
}

.hb-mockup__btn small {
  display: block;
  font-weight: 400;
  color: var(--hb-muted);
  font-size: 0.65rem;
  margin-top: 0.15rem;
}

.hb-mockup__btn--accent {
  background: linear-gradient(145deg, #e0f2fe, var(--hb-accent-soft));
  border-color: #7dd3fc;
  color: var(--hb-accent-dark);
}

.hb-mockup__float {
  position: absolute;
  z-index: 5;
  background: #fff;
  border-radius: 14px;
  padding: 0.65rem 0.85rem;
  box-shadow: var(--hb-shadow-lg);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--hb-text);
  white-space: nowrap;
  animation: hb-float 4s ease-in-out infinite;
  pointer-events: none;
}

.hb-mockup__float--1 {
  top: 12%;
  right: -8%;
  animation-delay: 0s;
}

.hb-mockup__float--2 {
  bottom: 18%;
  left: -10%;
  animation-delay: 1.5s;
}

.hb-mockup--right .hb-mockup__float--1 {
  animation-delay: 0.8s;
}

.hb-mockup--right .hb-mockup__float--2 {
  animation-delay: 2.2s;
}

@keyframes hb-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes hb-pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 8px #4ade80;
  }
  50% {
    opacity: 0.75;
    transform: scale(1.15);
    box-shadow: 0 0 14px #4ade80;
  }
}

@keyframes hb-glow-shift {
  0% {
    opacity: 0.85;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes hb-mockup-in {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hb-trust-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Pillars — 3 clear value props */
.hb-pillars {
  padding-top: 3.5rem;
}

.hb-pillars__grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.hb-pillar {
  background: var(--hb-surface);
  border: 1px solid var(--hb-border);
  border-radius: var(--hb-radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--hb-shadow);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.25s ease;
}

.hb-pillar:hover {
  transform: translateY(-6px);
  box-shadow: var(--hb-shadow-lg);
  border-color: #b7d4ec;
}

.hb-pillar__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: #fff;
  background: linear-gradient(145deg, var(--hb-accent-light), var(--hb-accent-dark));
  box-shadow: 0 8px 20px rgba(30, 74, 114, 0.28);
}

.hb-pillar__icon svg {
  width: 24px;
  height: 24px;
}

.hb-pillar h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--hb-accent-dark);
}

.hb-pillar p {
  margin: 0;
  color: var(--hb-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* Showcase — imagens de exemplo do catálogo */
.hb-showcase {
  background: linear-gradient(180deg, #eef5fb 0%, #f4f8fc 40%, #fff 100%);
}

.hb-showcase__grid {
  display: grid;
  gap: 1.75rem;
  margin-top: 2.25rem;
}

.hb-showcase__card {
  margin: 0;
  text-align: center;
}

.hb-showcase__phone {
  margin: 0 auto 1rem;
  max-width: 260px;
  background: linear-gradient(160deg, #292524, #1c1917);
  border-radius: 28px;
  padding: 10px;
  box-shadow: var(--hb-shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hb-showcase__card:hover .hb-showcase__phone {
  transform: translateY(-8px) scale(1.02);
}

.hb-showcase__phone img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: top center;
  background: #f5f5f4;
}

.hb-showcase__card figcaption {
  max-width: 280px;
  margin: 0 auto;
}

.hb-showcase__card strong {
  display: block;
  font-size: 1.05rem;
  color: var(--hb-accent-dark);
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.hb-showcase__card span {
  display: block;
  font-size: 0.92rem;
  color: var(--hb-muted);
  line-height: 1.45;
}

/* Sections */
.hb-section {
  padding: 5rem 1.25rem;
}

.hb-section--alt {
  background: #fff;
}

.hb-section--dark {
  background: linear-gradient(180deg, #0a1628 0%, #122a45 100%);
  color: #e0f2fe;
}

.hb-container {
  max-width: var(--hb-max);
  margin: 0 auto;
  width: 100%;
  min-width: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.hb-section__eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hb-accent);
  margin-bottom: 0.75rem;
}

.hb-section--dark .hb-section__eyebrow {
  color: var(--hb-accent-shine);
}

.hb-section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.hb-section__lead {
  margin: 0 0 3rem;
  font-size: 1.05rem;
  color: var(--hb-muted);
  max-width: 36rem;
  line-height: 1.65;
}

.hb-section--dark .hb-section__lead {
  color: #bfdbfe;
}

/* Trust bar */
.hb-trust {
  padding: 2rem 1.25rem;
  border-bottom: 1px solid var(--hb-border);
  background: #fff;
}

.hb-trust__inner {
  max-width: var(--hb-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2.5rem;
}

.hb-trust__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--hb-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hb-trust__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  align-items: center;
}

.hb-trust__item {
  font-size: 0.95rem;
  font-weight: 600;
  color: #57534e;
}

/* Seção plataforma */
.hb-platform {
  padding: 4.5rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid var(--hb-border);
}

.hb-platform__intro {
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.hb-platform__grid {
  display: grid;
  gap: 1.25rem;
}

.hb-platform__card {
  background: var(--hb-bg);
  border: 1px solid var(--hb-border);
  border-radius: var(--hb-radius);
  padding: 1.5rem;
}

.hb-platform__card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hb-text);
}

.hb-platform__card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--hb-muted);
}

.hb-platform__list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.hb-platform__list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
  font-size: 0.88rem;
  color: #44403c;
  line-height: 1.5;
}

.hb-platform__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hb-accent);
}

@media (min-width: 768px) {
  .hb-platform__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .hb-platform__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Feature grid */
.hb-features {
  display: grid;
  gap: 1.25rem;
}

.hb-feature {
  background: var(--hb-surface);
  border: 1px solid var(--hb-border);
  border-radius: var(--hb-radius);
  padding: 1.5rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.hb-feature:hover {
  box-shadow: var(--hb-shadow);
  border-color: #d6d3d1;
}

.hb-feature__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hb-accent-soft);
  color: var(--hb-accent-dark);
  border-radius: 12px;
  margin-bottom: 1rem;
}

.hb-feature__icon svg {
  width: 22px;
  height: 22px;
}

.hb-feature h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.hb-feature p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--hb-muted);
  line-height: 1.55;
}

/* Segments */
.hb-segments {
  display: grid;
  gap: 1.25rem;
}

.hb-segment {
  border-radius: var(--hb-radius-lg);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.hb-segment--pizza {
  background: linear-gradient(145deg, #e8f4ff, #f0f9ff);
  border: 1px solid #93c5fd;
}

.hb-segment--commerce {
  background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
  border: 1px solid #bbf7d0;
}

.hb-segment--service {
  background: linear-gradient(135deg, #eff6ff, #f0f9ff);
  border: 1px solid #bfdbfe;
}

.hb-segment h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.hb-segment p {
  margin: 0 0 1rem;
  color: var(--hb-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.hb-segment ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb-segment li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  color: #44403c;
}

.hb-segment li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hb-accent);
}

/* Steps */
.hb-steps {
  display: grid;
  gap: 2rem;
}

.hb-steps-col h3 {
  margin: 0 0 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hb-step {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hb-step__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hb-accent-soft);
  color: var(--hb-accent-dark);
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 10px;
}

.hb-section--dark .hb-step__num {
  background: rgba(91, 124, 154, 0.25);
  color: var(--hb-accent-shine);
}

.hb-step h4 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.hb-step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--hb-muted);
  line-height: 1.5;
}

.hb-section--dark .hb-step p {
  color: #bfdbfe;
}

/* Compare */
.hb-compare {
  display: grid;
  gap: 1.25rem;
}

.hb-compare-card {
  border-radius: var(--hb-radius);
  padding: 1.75rem;
  border: 1px solid var(--hb-border);
}

.hb-compare-card--hubely {
  background: linear-gradient(160deg, #e8f4ff, #fff);
  border-color: #93c5fd;
  box-shadow: var(--hb-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hb-compare-card h3 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.hb-compare-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb-compare-card li {
  padding: 0.4rem 0 0.4rem 1.5rem;
  position: relative;
  font-size: 0.9rem;
  color: #44403c;
}

.hb-compare-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--hb-accent);
  font-weight: 700;
}

.hb-compare-card--other li::before {
  content: '—';
  color: var(--hb-muted);
}

/* FAQ */
.hb-faq {
  max-width: 720px;
  margin: 0 auto;
}

.hb-faq__item {
  border-bottom: 1px solid var(--hb-border);
}

.hb-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  color: var(--hb-text);
  cursor: pointer;
}

.hb-faq__q svg {
  flex-shrink: 0;
  transition: transform 0.2s;
  color: var(--hb-muted);
}

.hb-faq__item.is-open .hb-faq__q svg {
  transform: rotate(180deg);
}

.hb-faq__a {
  display: none;
  padding: 0 0 1.15rem;
  font-size: 0.92rem;
  color: var(--hb-muted);
  line-height: 1.65;
}

.hb-faq__item.is-open .hb-faq__a {
  display: block;
}

/* CTA band */
.hb-cta-band {
  padding: 4rem 1.25rem;
  background: linear-gradient(145deg, #1e4a72 0%, #122a45 50%, #0a1628 100%);
  color: #fff;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(168, 216, 255, 0.15);
}

.hb-cta-band h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hb-cta-band p {
  margin: 0 auto 2rem;
  max-width: 28rem;
  color: #bae6fd;
  font-size: 1.05rem;
}

.hb-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* Contact */
.hb-contact {
  display: grid;
  gap: 2.5rem;
}

.hb-contact__info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hb-contact__card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--hb-border);
  border-radius: var(--hb-radius);
}

.hb-contact__card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hb-accent-soft);
  color: var(--hb-accent-dark);
  border-radius: 10px;
}

.hb-contact__card h4 {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.hb-contact__card p,
.hb-contact__card a {
  margin: 0;
  font-size: 0.9rem;
  color: var(--hb-muted);
  text-decoration: none;
}

.hb-contact__card a:hover {
  color: var(--hb-accent);
}

.hb-form {
  background: #fff;
  border: 1px solid var(--hb-border);
  border-radius: var(--hb-radius-lg);
  padding: 1.75rem;
  box-shadow: var(--hb-shadow);
}

.hb-form h3 {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.hb-field {
  margin-bottom: 1rem;
}

.hb-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #44403c;
}

.hb-field input,
.hb-field select,
.hb-field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-family: inherit;
  font-size: 0.95rem;
  border: 1px solid var(--hb-border);
  border-radius: 10px;
  background: var(--hb-bg);
  color: var(--hb-text);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.hb-field input:focus,
.hb-field select:focus,
.hb-field textarea:focus {
  outline: none;
  border-color: var(--hb-accent);
  box-shadow: 0 0 0 3px rgba(91, 124, 154, 0.18);
}

.hb-field textarea {
  min-height: 100px;
  resize: vertical;
}

.hb-form__note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: var(--hb-muted);
}

.hb-form__success {
  display: none;
  padding: 1rem;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  color: #166534;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 1rem;
}

.hb-form__success.is-visible {
  display: block;
}

/* Footer */
.hb-footer {
  background: #0a1628;
  color: #bfdbfe;
  padding: 3rem 1.25rem 2rem;
}

.hb-footer__grid {
  max-width: var(--hb-max);
  margin: 0 auto 2.5rem;
  display: grid;
  gap: 2rem;
}

.hb-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fafaf9;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.hb-footer__brand img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.hb-footer p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  max-width: 280px;
}

.hb-footer h4 {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #e7e5e4;
}

.hb-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb-footer li {
  margin-bottom: 0.45rem;
}

.hb-footer a {
  color: #93c5fd;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.15s;
}

.hb-footer a:hover {
  color: #fff;
}

.hb-footer__bottom {
  max-width: var(--hb-max);
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(147, 197, 253, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem 1.5rem;
  font-size: 0.8rem;
}

.hb-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #7dd3fc;
  line-height: 1.5;
  opacity: 0.85;
}

/* Reveal animation */
.hb-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--hb-delay, 0ms);
}

.hb-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hb-feature,
.hb-platform__card,
.hb-segment,
.hb-compare-card,
.hb-faq__item {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease;
}

.hb-feature:hover,
.hb-platform__card:hover,
.hb-segment:hover {
  transform: translateY(-4px);
  box-shadow: var(--hb-shadow-lg);
}

/* Responsive */
@media (min-width: 640px) {
  .hb-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .hb-pillars__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .hb-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
  }

  .hb-showcase__phone {
    max-width: 280px;
  }

  .hb-segments {
    grid-template-columns: repeat(2, 1fr);
  }

  .hb-compare {
    grid-template-columns: repeat(2, 1fr);
  }

  .hb-footer__grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .hb-hero__slide {
    object-fit: contain;
    object-position: center 38%;
    padding: 4.5rem 1.25rem 1rem;
    filter: saturate(0.95) brightness(1.08);
  }

  .hb-hero__slide.is-active {
    opacity: 0.22;
  }

  .hb-hero__veil {
    background:
      linear-gradient(180deg, rgba(10, 22, 40, 0.7) 0%, rgba(10, 22, 40, 0.35) 48%, rgba(10, 22, 40, 0.72) 100%),
      linear-gradient(90deg, rgba(10, 22, 40, 0.55) 0%, rgba(10, 22, 40, 0.2) 100%);
  }
}

@media (min-width: 768px) {
  .hb-hero__slide {
    object-position: 72% center;
  }

  .hb-nav__links {
    display: flex;
  }

  .hb-mobile-menu {
    display: none !important;
  }

  .hb-hero__inner {
    grid-template-columns: 1fr;
    max-width: 40rem;
  }

  .hb-steps {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .hb-contact {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }

  .hb-segments {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .hb-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Texto com brilho metálico (cursor / toque) */
.hb-spotlight {
  --spot-x: -999px;
  --spot-y: -999px;
  --spot-base: var(--hb-spot-base);
  --spot-glow: var(--hb-spot-glow);
  --spot-hot: var(--hb-spot-hot);
  --spot-size: 9rem;
  background-image: radial-gradient(
    circle var(--spot-size) at var(--spot-x) var(--spot-y),
    var(--spot-hot) 0%,
    var(--spot-glow) 22%,
    var(--spot-base) 48%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hb-hero .hb-spotlight,
.hb-section--dark .hb-spotlight,
.hb-cta-band .hb-spotlight,
.hb-footer .hb-spotlight {
  --spot-base: #e0f2fe;
  --spot-glow: #38bdf8;
  --spot-hot: #bae6fd;
}

.hb-spotlight.hb-spotlight--muted {
  --spot-base: var(--hb-muted);
  --spot-glow: #0ea5e9;
  --spot-hot: #7dd3fc;
}

.hb-hero .hb-spotlight.hb-spotlight--muted,
.hb-section--dark .hb-spotlight.hb-spotlight--muted,
.hb-cta-band .hb-spotlight.hb-spotlight--muted,
.hb-footer .hb-spotlight.hb-spotlight--muted {
  --spot-base: #bfdbfe;
  --spot-glow: #7dd3fc;
  --spot-hot: #e0f2fe;
}

@media (pointer: coarse) {
  .hb-spotlight {
    --spot-size: 12rem;
  }
}

@media (max-width: 520px) {
  .hb-form__actions {
    grid-template-columns: 1fr;
  }

  .hb-hero {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .hb-hero__stats {
    gap: 1.25rem;
  }

  .hb-hero__stat strong {
    font-size: 1.25rem;
  }

  .hb-mockups-duo .hb-mockup__float {
    display: none;
  }

  .hb-nav__inner {
    padding-left: max(0.85rem, env(safe-area-inset-left));
    padding-right: max(0.85rem, env(safe-area-inset-right));
    gap: 0.5rem;
  }

  .hb-brand {
    font-size: 1.05rem;
    gap: 0.45rem;
  }

  .hb-brand img {
    width: 32px;
    height: 32px;
  }

  .hb-nav__actions {
    gap: 0.3rem;
  }

  .hb-nav__actions .hb-btn {
    padding: 0.28rem 0.48rem;
    font-size: 0.68rem;
    min-height: 28px;
  }

  .hb-menu-toggle {
    width: 38px;
    height: 38px;
  }

  .hb-footer__grid,
  .hb-footer__bottom {
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hb-reveal,
  .hb-mockup__frame,
  .hb-pillar,
  .hb-feature,
  .hb-platform__card,
  .hb-segment,
  .hb-hero__glow,
  .hb-mockup__float,
  .hb-hero__badge-dot,
  .hb-hero__slide {
    animation: none !important;
    transition: none !important;
  }

  .hb-reveal {
    opacity: 1;
    transform: none;
  }
}
