/* Home V2 — Figma Desktop-3 (5480:2191) */
:root {
  --hv2-blue: #0066ff;
  --hv2-blue-soft: #007cff;
  --hv2-blue-mid: #3772ff;
  --hv2-blue-deep: #0368ff;
  --hv2-purple: #533afd;
  --hv2-navy: #0a0e27;
  --hv2-text: #0b1d35;
  --hv2-muted: #687191;
  --hv2-muted-2: #737e97;
  --hv2-muted-3: #778cac;
  --hv2-line: #e4ebf7;
  --hv2-line-2: #dce4f1;
  --hv2-pink: #ff005c;
  --hv2-radius: 12px;
  --hv2-max: 1312px;
}

body.home-v2 {
  background: #fff;
  font-family: Urbanist, Avenir, "Segoe UI", sans-serif;
  color: var(--hv2-text);
  overflow-x: hidden;
}

body.home-v2 .sidebarhome.home-public-nav,
body.home-v2 .hed {
  display: none !important;
}

body.home-v2 .secao-header,
body.home-v2 .logos,
body.home-v2 .secao-funcionalidades,
body.home-v2 .secao-etapas,
body.home-v2 .comecar {
  display: none !important;
}

body.home-v2 #index {
  margin: 0;
  padding: 0;
}

.hv2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hv2-wrap {
  width: min(100% - 48px, var(--hv2-max));
  margin: 0 auto;
}

/* —— Nav —— */
.hv2-nav {
  position: sticky;
  top: 12px;
  z-index: 50;
  width: min(100% - 32px, 1262px);
  margin: 12px auto 0;
}

.hv2-nav__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--hv2-line-2);
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(0, 71, 177, 0.08);
  backdrop-filter: blur(10px);
}

.hv2-nav__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}

.hv2-nav__mark {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: linear-gradient(163deg, #007cff 33%, #00477f 130%);
  overflow: hidden;
}

.hv2-nav__mark img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.hv2-nav__word {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -1.4px;
  line-height: 1;
}

.hv2-nav__word span:first-child { color: #2b5ba4; }
.hv2-nav__word span:last-child { color: var(--hv2-pink); }

.hv2-nav__links {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hv2-nav__links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--hv2-muted-2);
  font-size: 14px;
  text-decoration: none;
  padding: 12px 0;
}

.hv2-nav__links a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
}

.hv2-nav__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.hv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hv2-btn:hover { transform: translateY(-1px); }

.hv2-btn--ghost {
  height: 40px;
  padding: 0 21px;
  background: #fff;
  border-color: #d6d9fc;
  color: var(--hv2-purple);
}

.hv2-btn--purple {
  height: 40px;
  padding: 0 20px;
  background: var(--hv2-purple);
  color: #fff;
}

.hv2-btn--blue {
  background: var(--hv2-blue);
  color: #fff;
  border-color: #fff;
  padding: 8px 12px 8px 16px;
  box-shadow: 0 8px 16px rgba(104, 113, 145, 0.16);
}

.hv2-btn--blue .hv2-btn__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: var(--hv2-blue);
  display: grid;
  place-items: center;
}

.hv2-btn--blue .hv2-btn__icon svg {
  width: 16px;
  height: 16px;
}

.hv2-btn--green {
  background: linear-gradient(100deg, #0066ff 2%, #00ce67 102%);
  color: #fff;
  border-color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  box-shadow: 0 8px 16px rgba(104, 113, 145, 0.16);
}

.hv2-btn--green img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
}

.hv2-btn--cta {
  background: var(--hv2-blue-mid);
  color: #fff;
  border: 6px solid #f9f9fb;
  border-radius: 18px;
  padding: 14px 28px;
  gap: 22px;
  font-size: 16px;
}

.hv2-nav__toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--hv2-line);
  border-radius: 8px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

/* —— Hero —— */
.hv2-hero {
  position: relative;
  padding: 72px 0 28px;
  text-align: center;
  background:
    radial-gradient(60% 50% at 20% 30%, rgba(0, 102, 255, 0.08), transparent 70%),
    radial-gradient(50% 45% at 80% 20%, rgba(130, 0, 255, 0.06), transparent 70%),
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.hv2-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 3px 14px 3px 3px;
  background: #fff;
  border-radius: 150px;
  box-shadow: 3px 25px 20px rgba(93, 72, 236, 0.04);
  color: #250a63;
  font-size: 14px;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}

.hv2-hero__badge-icon {
  width: 27px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(77, 0, 255, 0.08), rgba(46, 0, 153, 0.08));
  box-shadow: 0 2px 3px rgba(97, 83, 238, 0.1);
}

.hv2-hero__badge-icon img {
  width: 12px;
  height: 12px;
}

.hv2-hero__title {
  max-width: 640px;
  margin: 0 auto 20px;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 300;
  letter-spacing: -2.2px;
  line-height: 1.05;
  color: #000;
}

.hv2-hero__title em {
  font-style: normal;
  color: var(--hv2-blue);
  font-weight: 500;
}

.hv2-hero__title span {
  display: block;
  color: var(--hv2-muted);
  font-weight: 400;
  letter-spacing: -0.96px;
}

.hv2-hero__cta-row {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px;
  border-radius: var(--hv2-radius);
  background: linear-gradient(53deg, #fff 9%, rgba(255, 255, 255, 0.01) 10%);
  box-shadow: -97px 26px 48px rgba(0, 102, 255, 0.16);
  margin-bottom: 36px;
}

.hv2-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.hv2-proof__avatars {
  display: flex;
}

.hv2-proof__avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-left: -12px;
}

.hv2-proof__avatars img:first-child { margin-left: 0; }

.hv2-proof__meta img {
  display: block;
  height: 14px;
  width: auto;
  margin-bottom: 2px;
}

.hv2-proof__meta p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--hv2-text);
}

.hv2-proof__meta strong { color: var(--hv2-blue-soft); }

.hv2-float {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0, 68, 170, 0.18);
  animation: hv2-float 6s ease-in-out infinite;
}

.hv2-float--1 { left: 12%; top: 28%; animation-delay: 0s; }
.hv2-float--2 { right: 14%; top: 22%; animation-delay: 1.2s; }
.hv2-float--3 { left: 18%; top: 58%; animation-delay: 0.6s; width: 44px; height: 44px; }

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

.hv2-scroll {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--hv2-muted-2);
  font-size: 14px;
  letter-spacing: -0.7px;
  text-decoration: none;
  margin-bottom: 28px;
}

.hv2-scroll svg {
  width: 20px;
  height: 20px;
}

.hv2-mock {
  width: min(100% - 24px, 1232px);
  margin: 0 auto;
  border: 2px solid var(--hv2-line-2);
  border-radius: var(--hv2-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 40px 80px rgba(0, 71, 177, 0.12);
  position: relative;
}

.hv2-mock::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 20px;
  background: linear-gradient(30deg, rgba(220, 228, 241, 0.44), transparent 60%);
  filter: blur(40px);
  z-index: -1;
}

.hv2-mock img {
  display: block;
  width: 100%;
  height: auto;
}

/* —— Partners —— */
.hv2-partners {
  padding: 56px 0 28px;
  position: relative;
}

.hv2-partners__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  position: relative;
}

.hv2-partners__divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--hv2-line);
}

.hv2-partners__icon {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border: 1px solid var(--hv2-line);
  border-radius: var(--hv2-radius);
  background: #fff;
  display: grid;
  place-items: center;
}

.hv2-partners__icon img {
  width: 34px;
  height: auto;
}

.hv2-partners__track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  opacity: 0.55;
  filter: grayscale(1);
}

.hv2-partners__track img {
  height: 28px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  mix-blend-mode: luminosity;
}

/* —— Pitch —— */
.hv2-pitch {
  padding: 48px 0 24px;
}

.hv2-pitch__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.hv2-chip {
  display: inline-flex;
  padding: 8px 21px;
  border: 1px solid var(--hv2-line);
  border-radius: 100px;
  color: var(--hv2-blue-mid);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.hv2-pitch__title {
  max-width: 560px;
  margin: 0;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 300;
  letter-spacing: -1.6px;
  line-height: 1.3;
  color: var(--hv2-muted-3);
}

.hv2-pitch__title strong {
  font-weight: 500;
  color: #000;
}

.hv2-pitch__title em {
  font-style: normal;
  font-weight: 500;
  color: var(--hv2-blue);
}

.hv2-pitch__inline-avatars {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 6px;
}

.hv2-pitch__inline-avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  object-fit: cover;
}

.hv2-pitch__inline-avatars img:first-child { margin-left: 0; }

.hv2-pitch-card {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: var(--hv2-radius);
  padding: 6px 8px;
  box-shadow: 0 1px 16px rgba(87, 100, 175, 0.24);
  min-width: 260px;
}

.hv2-pitch-card img:first-child {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.hv2-pitch-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  color: #2c4759;
}

.hv2-pitch-card p span {
  display: block;
  color: var(--hv2-blue-deep);
  font-weight: 500;
}

.hv2-pitch-card__tag {
  margin-left: auto;
  padding: 8px 16px;
  border: 1px solid var(--hv2-line);
  border-radius: 100px;
  color: var(--hv2-blue-mid);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* —— Features tabs —— */
.hv2-features {
  padding: 40px 0 80px;
}

.hv2-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #f1f5fb;
  border-bottom: 1px solid #f1f5fb;
  margin-bottom: 40px;
}

.hv2-tabs__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 28px 16px;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--hv2-line);
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.hv2-tabs__btn:first-child { border-left: 0; }

.hv2-tabs__btn.is-active {
  opacity: 1;
  border-bottom-color: var(--hv2-blue);
  background: linear-gradient(180deg, rgba(249, 250, 251, 0.01), rgba(249, 250, 251, 0.62));
}

.hv2-tabs__icon {
  width: 38px;
  height: 38px;
  border: 1px solid #d0dcfd;
  border-radius: 8px;
  padding: 3px;
  flex-shrink: 0;
}

.hv2-tabs__icon span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 8px rgba(55, 79, 144, 0.09);
}

.hv2-tabs__icon img {
  width: 18px;
  height: 18px;
}

.hv2-tabs__label {
  flex: 1;
  font-size: 18px;
  color: var(--hv2-muted);
  line-height: 1.15;
}

.hv2-tabs__btn.is-active .hv2-tabs__label {
  color: var(--hv2-blue-deep);
  font-weight: 500;
}

.hv2-tabs__arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--hv2-blue);
  opacity: 0;
}

.hv2-tabs__btn.is-active .hv2-tabs__arrow { opacity: 1; }

.hv2-feature-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.hv2-feature-panel.is-active { display: grid; }

.hv2-feature-panel--shot.is-active {
  display: block;
}

.hv2-feature-panel__shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.hv2-feature-copy {
  border: 1px solid #f0f3f8;
  border-radius: 16px;
  padding: 64px 42px;
  background: linear-gradient(218deg, rgba(255, 255, 255, 0.32) 42%, rgba(222, 233, 249, 0.32) 97%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  min-height: 520px;
}

.hv2-feature-copy h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.15;
  color: #50617a;
  max-width: 560px;
}

.hv2-feature-copy h3 strong {
  font-weight: 500;
  color: #0c0e12;
}

.hv2-feature-visual {
  border: 1px solid #f8fafd;
  border-radius: 16px;
  background: rgba(248, 250, 253, 0.8);
  min-height: 520px;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  padding: 32px;
}

.hv2-feature-visual img {
  width: min(100%, 420px);
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 68, 170, 0.12);
  animation: hv2-card-pulse 10s linear infinite;
}

@keyframes hv2-card-pulse {
  0%, 48%, 62%, 100% { transform: translateY(0) scale(1); }
  51% { transform: translateY(-4px) scale(1.01); }
}

/* —— Stats —— */
.hv2-stats {
  position: relative;
  margin: 0 auto 80px;
  width: min(100% - 32px, 1424px);
  border-radius: 16px;
  padding: 80px 60px;
  background: linear-gradient(180deg, #fff, #f5f7fb);
  overflow: hidden;
}

.hv2-stats__bg {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
}

.hv2-stats__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hv2-stats__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.hv2-stats__head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 300;
  letter-spacing: -1.9px;
  line-height: 1.3;
  color: var(--hv2-muted-3);
}

.hv2-stats__head h2 strong {
  display: block;
  color: #000;
  font-weight: 500;
}

.hv2-stats__head img {
  width: 76px;
  height: auto;
}

.hv2-stats__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.hv2-stat {
  background: #f9f9fb;
  border: 1px solid var(--hv2-line);
  border-radius: 20px;
  padding: 9px;
}

.hv2-stat__inner {
  background: #fff;
  border-radius: var(--hv2-radius);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hv2-stat__num {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--hv2-text);
  white-space: nowrap;
}

.hv2-stat__num span { color: var(--hv2-blue-mid); }

.hv2-stat__label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--hv2-text);
}

.hv2-stats__foot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 8px;
}

.hv2-stats__foot-copy {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
}

.hv2-stats__foot-copy img {
  width: 30px;
  height: auto;
}

/* —— Dark band —— */
.hv2-dark {
  position: relative;
  background: var(--hv2-navy);
  padding: 80px 0 0;
  overflow: hidden;
}

.hv2-dark__inner {
  width: min(100% - 48px, var(--hv2-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  min-height: 420px;
}

.hv2-dark__card {
  background: #fff;
  border-radius: 16px;
  min-height: 360px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.hv2-dark__card::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(0, 102, 255, 0.12);
  filter: blur(40px);
}

.hv2-dark__card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -1.2px;
  line-height: 1.15;
  color: #121029;
}

.hv2-dark__card p {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  color: var(--hv2-muted);
  font-size: 16px;
  line-height: 1.5;
  max-width: 420px;
}

.hv2-dark__visual {
  position: relative;
  min-height: 360px;
}

.hv2-dark__visual img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: screen;
  opacity: 0.95;
}

.hv2-dark__bottom {
  margin-top: 40px;
  width: 100%;
  display: block;
}

.hv2-dark__bottom img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}

/* —— Footer —— */
.hv2-footer {
  background: #fff;
  border-top: 1px solid var(--hv2-line);
  padding: 48px 0 32px;
}

.hv2-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.hv2-footer__brand img {
  height: 36px;
  width: auto;
  margin-bottom: 12px;
}

.hv2-footer p,
.hv2-footer a {
  color: var(--hv2-muted-2);
  font-size: 14px;
  text-decoration: none;
  line-height: 1.6;
}

.hv2-footer h4 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--hv2-text);
}

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

.hv2-footer li { margin-bottom: 8px; }

.hv2-footer__copy {
  border-top: 1px solid var(--hv2-line);
  padding-top: 20px;
  color: var(--hv2-muted-2);
  font-size: 13px;
}

/* —— Mobile —— */
@media (max-width: 991px) {
  .hv2-nav__links { display: none; }
  .hv2-nav__toggle { display: inline-flex; }
  .hv2-nav.is-open .hv2-nav__links {
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--hv2-line);
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    gap: 0;
  }
  .hv2-float { display: none; }
  .hv2-pitch__row { flex-direction: column; }
  .hv2-tabs { grid-template-columns: 1fr 1fr; }
  .hv2-feature-panel,
  .hv2-stats__grid,
  .hv2-dark__inner,
  .hv2-footer__grid { grid-template-columns: 1fr; }
  .hv2-stats { padding: 48px 24px; }
  .hv2-feature-copy,
  .hv2-feature-visual { min-height: auto; }
  .hv2-feature-copy { padding: 40px 28px; }
}

@media (max-width: 640px) {
  .hv2-nav__actions .hv2-btn--ghost { display: none; }
  .hv2-hero__cta-row { box-shadow: none; padding: 0; }
  .hv2-tabs { grid-template-columns: 1fr; }
  .hv2-partners__track { justify-content: center; }
}
