/* Home Nova — espelho Excalibur com identidade Setor Seguro */

.hn-revolution {
  --rv-ink: #07111f;
  --rv-ink-soft: #152238;
  --rv-muted: #5b667a;
  --rv-paper: #f2f5f7;
  --rv-white: #ffffff;
  --rv-gold: #ffd002;
  --rv-gold-deep: #f0b400;
  --rv-lime: #c6e26a;
  --rv-teal: #0e3a42;
  --rv-blue: #2f7fb5;
  --rv-coral: #d85a4a;
  --rv-green: #3f9d5b;
  --rv-line: rgba(7, 17, 31, 0.1);
  --rv-radius: 22px;
  --rv-shadow: 0 18px 40px rgba(7, 17, 31, 0.14);
  --rv-font-display: "Carnas Display", "Segoe UI", sans-serif;
  --rv-font-body: "Carnas Display", "Segoe UI", sans-serif;
  color: var(--rv-ink);
  background: var(--rv-paper);
  font-family: var(--rv-font-body);
  font-weight: 400;
  overflow-x: clip;
}

/* Mega menu precisa escapar do clip horizontal do body */
.hn-revolution .hn-header,
.hn-revolution .hn-nav,
.hn-revolution .hn-menu,
.hn-revolution .hn-menu-group {
  overflow: visible;
}

.hn-revolution h1,
.hn-revolution h2,
.hn-revolution h3,
.hn-revolution .rv-display {
  font-family: var(--rv-font-display);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hn-revolution h2,
.hn-revolution h3 {
  color: var(--rv-ink);
}

/* ========== CHROME (padrão Excalibur → Setor Seguro) ========== */
.hn-revolution {
  --rv-ink-nav: #002730;
  --rv-ink-nav-soft: #01323d;
  --rv-ink-nav-deep: #001726;
}

.hn-revolution .hn-topbar {
  background: linear-gradient(90deg, #001726 0%, #002730 55%, #01323d 100%);
  border-bottom: 1px solid rgba(255, 208, 2, 0.22);
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.hn-revolution .hn-topbar-inner {
  min-height: 42px;
  gap: 1rem;
}

.hn-revolution .hn-topbar-left,
.hn-revolution .hn-topbar-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
}

.hn-revolution .hn-topbar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.22);
}

.hn-revolution .hn-topbar a,
.hn-revolution .hn-topbar span {
  color: rgba(248, 250, 252, 0.88);
  font-weight: 650;
}

.hn-revolution .hn-topbar a:hover {
  color: #fff;
}

.hn-revolution .hn-topbar-phone {
  color: var(--rv-gold) !important;
  font-weight: 800 !important;
}

.hn-revolution .hn-topbar .btn-whatsapp {
  color: #86efac !important;
  font-weight: 800;
}

.hn-revolution .hn-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0.65rem 0 0.35rem;
}

.hn-revolution .hn-nav {
  min-height: 76px;
  padding: 0.35rem 0.85rem 0.35rem 0.55rem;
  border-radius: 22px;
  background: linear-gradient(105deg, #002730 0%, #01323d 58%, #0a3d4a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 23, 38, 0.35);
}

.hn-revolution .hn-brand {
  padding: 4px 18px 4px 8px;
  margin-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  flex: 0 0 auto;
}

.hn-revolution .hn-brand img {
  width: min(168px, 30vw);
}

.hn-revolution .hn-brand__dark { display: none; }
.hn-revolution .hn-brand__light { display: block; }

.hn-revolution .hn-menu {
  gap: 0.05rem;
  margin-left: 0.35rem;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
}

.hn-revolution .hn-menu-link {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  letter-spacing: 0.01em;
  transition: background 0.18s ease, color 0.18s ease;
}

.hn-revolution .hn-menu-link:hover,
.hn-revolution .hn-menu-link:focus-visible,
.hn-revolution .hn-menu-group:hover > .hn-menu-link,
.hn-revolution .hn-menu-group.is-expanded > .hn-menu-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hn-revolution .hn-menu-link .iconify {
  opacity: 0.75;
}

.hn-revolution .hn-mega {
  background: linear-gradient(160deg, #002730 0%, #01323d 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  border-radius: 22px;
  z-index: 120;
}

.hn-revolution .hn-nav {
  position: relative;
  overflow: visible;
}

.hn-revolution .hn-menu-group--wide {
  position: static;
}

.hn-revolution .hn-menu-group--wide .hn-mega {
  left: 10px;
  right: 10px;
  width: auto;
  max-width: none;
  transform: translateY(8px);
}

.hn-revolution .hn-menu-group--wide:hover .hn-mega,
.hn-revolution .hn-menu-group--wide:has(.hn-mega:focus-within) .hn-mega {
  transform: translateY(0);
}

@media (min-width: 861px) {
  .hn-revolution .hn-menu-group.is-expanded:not(:hover):not(:has(.hn-mega:focus-within)) .hn-mega {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
  }
}

.hn-revolution .hn-mega-list--dense {
  scrollbar-color: rgba(255, 208, 2, 0.45) transparent;
}

.hn-revolution .hn-mega-list--dense::-webkit-scrollbar {
  width: 6px;
}

.hn-revolution .hn-mega-list--dense::-webkit-scrollbar-thumb {
  background: rgba(255, 208, 2, 0.4);
  border-radius: 999px;
}

.hn-revolution .hn-mega-list a,
.hn-revolution .hn-mega--service a {
  color: #f1f5f9;
}

.hn-revolution .hn-mega-list a:hover,
.hn-revolution .hn-mega--service a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hn-revolution .hn-mega-list small,
.hn-revolution .hn-mega--service small {
  color: rgba(226, 232, 240, 0.7);
}

.hn-revolution .hn-mega-list a > .iconify,
.hn-revolution .hn-mega--service a > .iconify {
  background: rgba(255, 208, 2, 0.18);
  color: var(--rv-gold);
}

.hn-revolution .hn-mega-feature {
  background: linear-gradient(160deg, #ffe56a 0%, #ffd002 55%, #f0b400 100%);
  border-color: rgba(255, 208, 2, 0.55);
  color: var(--rv-ink);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.hn-revolution .hn-mega-feature--dark {
  background: linear-gradient(160deg, #001726 0%, #01323d 52%, #0a3d4a 100%);
  color: #fff;
  border-color: rgba(255, 208, 2, 0.18);
}

.hn-revolution .hn-mega-feature--corp {
  background: linear-gradient(160deg, #f3fbf7 0%, #ccefda 48%, #9ed9bd 100%);
  color: #06281f;
  border-color: rgba(12, 110, 75, 0.3);
  box-shadow: 0 16px 32px rgba(0, 40, 28, 0.22);
}

.hn-revolution .hn-mega-feature--corp .hn-mega-feature__art {
  background: #001726;
}

.hn-revolution .hn-mega-feature--corp .hn-mega-feature__art img {
  object-fit: cover;
  object-position: center 42%;
}

.hn-revolution .hn-mega-feature--corp .hn-mega-feature__body > a {
  background: #0d5c45;
  color: #fff;
}

.hn-revolution .hn-mega-feature--corp .hn-mega-feature__body > a:hover {
  background: #094433;
}

.hn-revolution .hn-menu-indique {
  color: rgba(248, 250, 252, 0.94);
}

.hn-revolution .hn-menu-indique:hover,
.hn-revolution .hn-menu-indique:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hn-revolution .hn-menu-indique__badge {
  width: 22px;
  height: 22px;
  top: -0.45rem;
  right: -0.25rem;
}

.hn-revolution .hn-mega-feature__art {
  background: #001018;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hn-revolution .hn-mega-feature__body > a {
  background: #002730;
  color: #fff;
}

.hn-revolution .hn-mega-feature__body > a:hover {
  background: #001726;
}

.hn-revolution .hn-mega-feature--dark .hn-mega-feature__body > a {
  background: var(--rv-gold);
  color: #111827;
}

.hn-revolution .hn-mega-feature--dark .hn-mega-feature__body > a:hover {
  background: #ffe56a;
}

.hn-revolution .hn-nav-actions {
  gap: 0.55rem;
  flex: 0 0 auto;
  margin-left: auto;
}

/* Telefone só na topbar — nunca no menu principal */
.hn-revolution .hn-link-phone {
  display: none !important;
}

.hn-revolution .hn-link-login {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(248, 250, 252, 0.92);
  font-weight: 750;
  font-size: 0.86rem;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
}

.hn-revolution .hn-link-login:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hn-revolution .hn-link-axis {
  padding: 0.35rem 0.5rem;
}

.hn-revolution .hn-axis-logo {
  display: block;
  width: auto;
  height: 20px;
  max-width: 72px;
  object-fit: contain;
  object-position: left center;
}

.hn-revolution .hn-theme {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hn-revolution .hn-btn--primary {
  background: linear-gradient(180deg, #ffe56a 0%, var(--rv-gold) 45%, var(--rv-gold-deep) 100%);
  color: var(--rv-ink);
  border: 0;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: 0.86rem;
  min-height: 46px;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(255, 208, 2, 0.35);
}

.hn-revolution .hn-btn--primary:hover {
  background: #ffe14a;
  transform: translateY(-1px);
}

.hn-revolution .hn-menu-toggle {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
}

.hn-revolution .hn-mobile-quote {
  border: 0;
  background: linear-gradient(135deg, #ffd002, #f5c400);
  color: #111827;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(255, 208, 2, 0.32);
}

.hn-revolution .hn-mobile-quote:hover {
  background: linear-gradient(135deg, #ffe14a, #ffd002);
  color: #111827;
  filter: none;
}

/* ========== HERO ========== */
.rv-hero {
  position: relative;
  isolation: isolate;
  min-height: min(94vh, 920px);
  padding: clamp(1.1rem, 2.2vw, 2rem) 0 0;
  /* Trava o fundo teal em qualquer tema — CSS legado não pode pintar de branco */
  background:
    radial-gradient(ellipse 70% 55% at 78% 18%, rgba(255, 208, 2, 0.3) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 18% 12%, rgba(198, 226, 106, 0.2) 0%, transparent 50%),
    linear-gradient(165deg, #0a1f2c 0%, #072030 36%, #123a48 68%, #1a4f5c 100%) !important;
  color: #f7fafc !important;
  overflow: hidden;
}

html[data-theme="light"] .rv-hero,
html[data-theme="dark"] .rv-hero,
html[data-theme="light"] .hn-revolution .rv-hero,
html[data-theme="dark"] .hn-revolution .rv-hero {
  background:
    radial-gradient(ellipse 70% 55% at 78% 18%, rgba(255, 208, 2, 0.3) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 18% 12%, rgba(198, 226, 106, 0.2) 0%, transparent 50%),
    linear-gradient(165deg, #0a1f2c 0%, #072030 36%, #123a48 68%, #1a4f5c 100%) !important;
  color: #f7fafc !important;
}

.rv-hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    repeating-conic-gradient(from 0deg at 72% 30%, rgba(255, 208, 2, 0.05) 0deg 10deg, transparent 10deg 20deg);
  opacity: 0.55;
  animation: rv-rays 28s linear infinite;
}

.rv-hero__glow {
  position: absolute;
  width: 48vmax;
  height: 48vmax;
  right: -8%;
  top: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 208, 2, 0.22) 0%, transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
  animation: rv-pulse 6s ease-in-out infinite;
}

.rv-hero__stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: end;
  min-height: clamp(460px, 62vh, 680px);
  padding-bottom: 0.5rem;
}

.rv-hero__copy {
  padding-bottom: clamp(0.5rem, 1.5vw, 1.25rem);
  max-width: 640px;
  position: relative;
  z-index: 3;
}

.rv-hero__welcome {
  margin: 0 0 0.55rem;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.rv-hero__brand,
.hn-revolution .rv-hero__brand.rv-display {
  margin: 0;
  font-size: clamp(2.8rem, 6.4vw, 4.8rem);
  line-height: 0.9;
  font-weight: 900;
  color: #ffd002 !important;
  -webkit-text-fill-color: #ffd002;
  text-transform: none;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
  animation: rv-fade-up 0.8s ease both;
}

.rv-hero__honor {
  margin: 0.95rem 0 0;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  font-weight: 800;
  color: #d4f08a !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  animation: rv-fade-up 0.9s ease 0.08s both;
}

.rv-hero h1 {
  margin: 1.05rem 0 0;
  max-width: 22ch;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.28;
  font-weight: 600;
  color: #f8fafc !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
  animation: rv-fade-up 1s ease 0.14s both;
}

.rv-hero__lead {
  display: none;
}

.rv-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
  margin-bottom: 0.35rem;
  position: relative;
  z-index: 4;
  animation: rv-fade-up 1.1s ease 0.26s both;
}

.rv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.rv-btn--gold {
  background: linear-gradient(180deg, #ffe56a 0%, var(--rv-gold) 48%, var(--rv-gold-deep) 100%);
  color: var(--rv-ink);
  box-shadow: 0 12px 28px rgba(255, 208, 2, 0.35);
}

.rv-btn--gold:hover {
  background: #ffe14a;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255, 208, 2, 0.42);
}

.rv-btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.rv-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-2px);
}

.rv-hero__mascot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 460px;
  animation: rv-float 5.5s ease-in-out infinite;
}

.rv-hero__mascot picture,
.rv-hero__mascot img {
  display: block;
  width: min(420px, 78%);
  max-height: 560px;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.35));
  user-select: none;
}

.rv-hero__cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: clamp(1.4rem, 2.5vw, 2.2rem);
  padding-bottom: 0.75rem;
}

.rv-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  padding: 1.55rem 1.1rem 1.3rem;
  border-radius: 26px;
  background: linear-gradient(165deg, #002730 0%, #01323d 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  border: 3px solid rgba(255, 255, 255, 0.92);
  transform: translateY(18px);
  opacity: 0;
  animation: rv-fade-up 0.7s ease forwards;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.rv-card:nth-child(1) { animation-delay: 0.25s; }
.rv-card:nth-child(2) { animation-delay: 0.35s; }
.rv-card:nth-child(3) { animation-delay: 0.45s; }

.rv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.32);
  background: linear-gradient(165deg, #01323d 0%, #0a4554 100%);
}

.rv-card__icon {
  width: 108px;
  height: 108px;
  margin-top: -3.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.rv-card__icon img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.rv-card h2 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 700;
  color: #fff;
}

.rv-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe56a, var(--rv-gold));
  color: var(--rv-ink);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.rv-hero__curve {
  height: 64px;
  margin-top: 1.5rem;
  background: var(--rv-paper);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}


/* Bandas escuras: nunca herdar fundo claro do tema */
html[data-theme="light"] .rv-protect,
html[data-theme="dark"] .rv-protect,
.hn-revolution .rv-protect {
  color: #f8fafc;
}

html[data-theme="light"] .rv-honor,
html[data-theme="dark"] .rv-honor,
.hn-revolution .rv-honor {
  color: #f8fafc;
}

html[data-theme="light"] .hn-revolution main > section.rv-hero,
html[data-theme="light"] .hn-revolution main > section.rv-protect,
html[data-theme="light"] .hn-revolution main > section.rv-honor {
  /* anula overrides legados tipo main > section:nth-of-type(odd) */
  background-color: transparent;
}

/* ========== OR PHONE ========== */
.rv-or {
  background: var(--rv-paper);
  padding: 0.25rem 0 1.5rem;
}

.rv-or__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  text-align: center;
}

.rv-or__label {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 600;
  color: var(--rv-ink-soft);
}

.rv-or__label strong {
  color: var(--rv-ink);
  font-weight: 900;
  font-size: 1.05em;
}

.rv-or__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.6rem 1.2rem 0.6rem 0.6rem;
  border-radius: 999px;
  background: var(--rv-white);
  color: var(--rv-ink);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(7, 17, 31, 0.12);
  border: 1px solid var(--rv-line);
  font-weight: 800;
  transition: transform 0.2s ease;
}

.rv-or__phone:hover { transform: translateY(-2px); }

.rv-or__number {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.rv-or__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: #0f2433;
  flex: 0 0 auto;
}

.rv-or__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rv-or__avatar--icon {
  display: grid;
  place-items: center;
  background: #25d366;
}

.rv-or__avatar--icon .iconify {
  width: 26px;
  height: 26px;
}

/* ========== STEPS ========== */
.rv-steps {
  padding: 2.5rem 0 3.5rem;
  background: var(--rv-paper);
}

.rv-steps__title {
  margin: 0 0 1.75rem;
  text-align: center;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  max-width: 18ch;
  margin-inline: auto;
}

.rv-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.rv-step {
  border-radius: var(--rv-radius);
  overflow: hidden;
  background: var(--rv-white);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.08);
  border: 1px solid var(--rv-line);
  opacity: 1;
  transform: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.55s ease;
}

.rv-step[data-rv-reveal]:not(.is-in) {
  opacity: 0;
  transform: translateY(24px);
}

.rv-step.is-in,
.rv-step[data-rv-reveal].is-in {
  opacity: 1;
  transform: none;
}

.rv-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--rv-shadow);
}

.rv-step__art {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: transparent;
}

.rv-step__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.rv-step:hover .rv-step__art img {
  transform: scale(1.03);
}

.rv-step--blue .rv-step__art { background: #d7ebf7; }
.rv-step--coral .rv-step__art { background: #f8e2dc; }
.rv-step--green .rv-step__art { background: #d8f0e1; }

.rv-step__art--ill {
  display: grid;
  place-items: center;
  padding: 1.1rem;
}

.rv-step__art--ill img {
  width: min(220px, 88%);
  height: auto;
  object-fit: contain;
}

.rv-step__body {
  padding: 1.15rem 1.2rem 1.35rem;
}

.rv-step__body h3 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
}

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

/* ========== PROTECT ========== */
.rv-protect {
  position: relative;
  padding: 4rem 0 3.5rem;
  color: #f8fafc;
  overflow: hidden;
}

.rv-protect__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.78) 0%, rgba(14, 58, 66, 0.82) 100%),
    url("/assets/img/home-nova/revolution/protect-bg.webp") center / cover no-repeat;
  z-index: 0;
}

.rv-protect__content {
  position: relative;
  z-index: 1;
}

.rv-protect__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 1.75rem;
}

.rv-protect__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
}

.rv-protect__head p {
  margin: 0.7rem 0 0;
  color: rgba(248, 250, 252, 0.82);
  font-size: 1.05rem;
}

.rv-protect__pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.rv-pill {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 78px;
  padding: 0.75rem 1rem;
  border-radius: 20px;
  background: linear-gradient(145deg, #003a47, #002730);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, background 0.2s ease;
}

.rv-pill:hover {
  transform: translateY(-3px);
  background: linear-gradient(145deg, #0a4d5c, #01323d);
}

.rv-pill__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
}

.rv-pill span { flex: 1; font-size: 0.95rem; line-height: 1.2; color: #fff; }

.rv-pill__arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  opacity: 0.75;
  color: var(--rv-gold);
}

.rv-protect__more {
  margin: 1.5rem 0 0;
  text-align: center;
}

.rv-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.3rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.rv-btn-outline:hover {
  background: #fff;
  color: var(--rv-ink);
}

/* ========== HONOR / CHIVALRY ========== */
.rv-honor {
  padding: 2.5rem 0 3.25rem;
  background: var(--rv-paper);
}

.rv-honor__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: end;
  min-height: 360px;
  padding: clamp(1.6rem, 3vw, 2.6rem) clamp(1.4rem, 3vw, 2.8rem) 0;
  border-radius: 32px;
  overflow: hidden;
  color: #f8fafc;
  background:
    radial-gradient(ellipse 55% 70% at 88% 30%, rgba(255, 208, 2, 0.22) 0%, transparent 55%),
    radial-gradient(circle at 12% 80%, rgba(198, 226, 106, 0.12) 0%, transparent 40%),
    linear-gradient(135deg, #0b1c2b 0%, #123445 48%, #0e3a42 100%);
  box-shadow: 0 22px 48px rgba(7, 17, 31, 0.16);
}

.rv-honor__copy {
  padding-bottom: clamp(1.6rem, 3vw, 2.5rem);
  max-width: 34rem;
}

.rv-honor__kicker {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rv-lime);
}

.rv-honor__copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.6vw, 2.85rem);
  max-width: 14ch;
  color: #fff;
  line-height: 1.05;
}

.rv-honor__copy > p:not(.rv-honor__kicker) {
  margin: 1rem 0 0;
  color: rgba(248, 250, 252, 0.86);
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 40ch;
}

.rv-honor__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.rv-honor__actions .rv-btn {
  min-width: 168px;
}

.rv-btn--ghost-dark {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.rv-btn--ghost-dark:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.rv-honor__art {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 320px;
}

.rv-honor__art img {
  width: min(260px, 78%);
  height: auto;
  display: block;
  margin-inline: auto;
  background: transparent;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.35));
  transform: translateY(6px);
}

.rv-ill-band {
  padding: clamp(2.4rem, 5vw, 3.6rem) 0;
  background:
    radial-gradient(ellipse 50% 60% at 90% 20%, rgba(255, 208, 2, 0.14), transparent 55%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f6 100%);
}

.rv-ill-band__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.4rem;
}

.rv-ill-band__head h2 {
  margin: 0;
  font-family: var(--ss-font-display), "Carnas Display", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: -0.03em;
  color: #002730;
}

.rv-ill-band__head p {
  margin: 0.65rem 0 0;
  color: #5b667a;
  line-height: 1.5;
}

.rv-ill-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.rv-ill-band__grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(7, 17, 31, 0.06);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
  transition: transform 0.25s ease;
}

.rv-ill-band__grid img:hover { transform: translateY(-4px); }

@media (max-width: 900px) {
  .rv-ill-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.rv-ill {
  display: block;
  width: min(180px, 70%);
  height: auto;
  margin: 0 auto 0.85rem;
}

.rv-ill--lg { width: min(220px, 80%); }

.rv-btn--ink {
  background: var(--rv-ink);
  color: #fff;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.22);
}

.rv-btn--ink:hover {
  background: #12233a;
  transform: translateY(-2px);
}

/* ========== PARTNERS ========== */
.rv-partners {
  padding: 3rem 0;
  background: var(--rv-white);
  border-block: 1px solid var(--rv-line);
}

.rv-partners h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.rv-partners > .hn-shell > p {
  margin: 0.55rem auto 1.4rem;
  text-align: center;
  color: var(--rv-muted);
  max-width: 46ch;
}

.rv-partners__track {
  min-height: 72px;
}

/* ========== REVIEWS ========== */
.rv-reviews {
  position: relative;
  padding: 3.5rem 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 208, 2, 0.18), transparent 35%),
    linear-gradient(160deg, #0e3a42 0%, #102635 55%, #0b1c2b 100%);
  color: #f8fafc;
}

.rv-reviews__head {
  text-align: center;
  margin-bottom: 1.6rem;
}

.rv-reviews__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3.3vw, 2.5rem);
  max-width: 18ch;
  margin-inline: auto;
}

.rv-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rv-review {
  background: rgba(255, 255, 255, 0.96);
  color: var(--rv-ink);
  border-radius: 20px;
  padding: 1.2rem 1.2rem 1.1rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.rv-review__meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.rv-review__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #dce8ef;
  font-weight: 900;
}

.rv-review__avatar--b { background: #f3e2c4; }
.rv-review__avatar--c { background: #d9efe0; }

.rv-review__name {
  font-weight: 800;
  font-size: 0.95rem;
}

.rv-review blockquote {
  margin: 0;
  color: var(--rv-muted);
  line-height: 1.55;
  font-size: 0.96rem;
}

.rv-review__google {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.9rem;
  font-size: 0.9rem;
}

.rv-review__g {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #dadce0;
  color: #4285f4;
  font-weight: 900;
  font-size: 0.75rem;
}

.rv-review__stars { color: #fbbc04; letter-spacing: 0.05em; }

.rv-reviews__link {
  margin: 1.4rem 0 0;
  text-align: center;
}

.rv-reviews__link a {
  color: var(--rv-gold);
  font-weight: 800;
  text-decoration: none;
}

.rv-reviews__link a:hover { text-decoration: underline; }

/* ========== BLOG ========== */
.rv-blog {
  padding: 3.2rem 0;
  background: var(--rv-paper);
}

.rv-blog__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.3rem;
}

.rv-blog__head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.rv-blog__head a {
  color: var(--rv-ink);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--rv-gold);
}

.rv-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rv-post {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: var(--rv-white);
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--rv-line);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
  transition: transform 0.2s ease;
}

.rv-post:hover { transform: translateY(-3px); }

.rv-post__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dce5ea;
}

.rv-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rv-post__body {
  padding: 1rem 1.05rem 1.2rem;
}

.rv-post__tag {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rv-teal);
}

.rv-post h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
}

/* ========== DUAL PROMO ========== */
.rv-promos {
  padding: 0 0 3rem;
  background: var(--rv-paper);
}

.rv-promos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rv-promo {
  position: relative;
  border-radius: 24px;
  padding: 1.7rem 1.5rem;
  overflow: hidden;
  color: #fff;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--rv-shadow);
}

.rv-promo--quote {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 208, 2, 0.35), transparent 40%),
    linear-gradient(145deg, #102635, #1c4650);
}

.rv-promo--checkup {
  background:
    radial-gradient(circle at 10% 20%, rgba(198, 226, 106, 0.3), transparent 42%),
    linear-gradient(145deg, #0e3a42, #163445);
}

.rv-promo h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}

.rv-promo p {
  margin: 0.55rem 0 1rem;
  color: rgba(255, 255, 255, 0.86);
  max-width: 36ch;
  line-height: 1.5;
}

.rv-promo .rv-btn {
  align-self: flex-start;
  margin-top: 0.15rem;
  min-height: 46px;
  padding: 0.75rem 1.3rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22), 0 10px 22px rgba(255, 208, 2, 0.28);
}

.rv-promo .rv-btn--gold {
  color: #111827;
}

.hn-revolution .hn-topbar-axis {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.35rem;
  border-radius: 8px;
}

.hn-revolution .hn-topbar-axis:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hn-revolution .hn-axis-logo--topbar {
  height: 16px;
  width: auto;
  max-width: 58px;
  display: block;
}

.hn-revolution .hn-menu-tacaro {
  position: relative;
  gap: 0.4rem;
}

.hn-revolution .hn-menu-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe56a, var(--rv-gold));
  color: #111827;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

/* ========== TOOLS ========== */
.rv-tools {
  padding: 3.4rem 0 4.4rem;
  background: linear-gradient(180deg, #f7fafb 0%, #eef3f5 100%);
}

.rv-tools__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}

.rv-tools__head h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  letter-spacing: -0.02em;
  color: var(--rv-ink);
}

.rv-tools__head p {
  margin: 0.55rem 0 0;
  color: var(--rv-muted);
  font-size: 1.02rem;
  line-height: 1.45;
}

.rv-tools__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.rv-tool {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 39, 48, 0.08);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(0, 23, 38, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rv-tool:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 23, 38, 0.12);
  border-color: rgba(255, 208, 2, 0.45);
}

.rv-tool__art {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.rv-tool--cotacao .rv-tool__art { background: #fff6d6; }
.rv-tool--sinistro .rv-tool__art { background: #e3f5ea; }
.rv-tool--axis .rv-tool__art { background: #e8eef3; }

.rv-tool__art picture,
.rv-tool__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rv-tool:hover .rv-tool__art img {
  transform: scale(1.03);
  transition: transform 0.35s ease;
}

.rv-tool__body {
  padding: 1.2rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  background: #fff;
}

.rv-tool__body h3 {
  margin: 0;
  font-size: 1.22rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  color: var(--rv-ink);
}

.rv-tool__body p {
  margin: 0;
  color: var(--rv-muted);
  line-height: 1.45;
  font-size: 0.95rem;
  flex: 1;
}

.rv-tool__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 0.35rem;
  min-height: 40px;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe56a 0%, var(--rv-gold) 55%, var(--rv-gold-deep) 100%);
  color: var(--rv-ink);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow: 0 8px 18px rgba(255, 208, 2, 0.28);
}

.rv-tool:hover .rv-tool__cta {
  background: #ffe14a;
}

/* ========== MOTION ========== */
@keyframes rv-fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes rv-rays {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes rv-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
  .rv-hero__atmosphere,
  .rv-hero__glow,
  .rv-hero__mascot,
  .rv-card,
  .rv-hero__brand,
  .rv-hero__honor,
  .rv-hero h1,
  .rv-hero__lead,
  .rv-hero__cta {
    animation: none !important;
  }
  .rv-step { opacity: 1; transform: none; }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1180px) {
  .hn-revolution .hn-link-login { display: none; }
  .hn-revolution .hn-menu-link { font-size: 0.88rem; padding-inline: 0.7rem; }
}

@media (max-width: 1100px) {
  .rv-protect__pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-tools__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .rv-tools__grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hn-revolution .hn-header { padding: 0.4rem 0; }
  .hn-revolution .hn-nav {
    min-height: 68px;
    border-radius: 18px;
    padding-inline: 0.45rem;
  }
  .hn-revolution .hn-menu {
    background: linear-gradient(160deg, #002730, #01323d);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }
  .hn-revolution .hn-menu-link { color: #fff; }
  .hn-revolution .hn-mega { background: rgba(0, 23, 38, 0.55); }
  .hn-revolution .hn-topbar-right a:not(.btn-whatsapp):not(.hn-topbar-phone):not(.hn-topbar-axis) { display: none; }

  .rv-hero { min-height: auto; }
  .rv-hero__stage {
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center;
  }
  .rv-hero__copy {
    margin-inline: auto;
    padding-bottom: 0.5rem;
  }
  .rv-hero h1,
  .rv-hero__lead { margin-inline: auto; }
  .rv-hero__cta { justify-content: center; }
  .rv-hero__mascot {
    min-height: 340px;
    order: -1;
  }
  .rv-hero__mascot img { width: min(320px, 72vw); max-height: 420px; }
  .rv-hero__cards {
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }
  .rv-card__icon { margin-top: -2.4rem; }
  .rv-steps__grid,
  .rv-reviews__grid,
  .rv-blog__grid,
  .rv-promos__grid,
  .rv-honor__panel {
    grid-template-columns: 1fr;
  }
  .rv-honor__panel {
    text-align: center;
    padding-top: 2rem;
  }
  .rv-honor__copy {
    margin-inline: auto;
    padding-bottom: 0.5rem;
  }
  .rv-honor__copy h2,
  .rv-honor__copy > p { margin-inline: auto; }
  .rv-honor__actions { justify-content: center; }
  .rv-honor__art { order: -1; min-height: 260px; }
  .rv-honor__art img { width: min(260px, 70vw); }
  .rv-blog__head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .rv-protect__pills { grid-template-columns: 1fr; }
  .rv-card__icon { width: 96px; height: 96px; }
  .rv-hero__brand { font-size: clamp(2.3rem, 12vw, 3.2rem); }
  .hn-revolution .hn-topbar { font-size: 0.76rem; }
}


.rv-ill-band__grid picture { display:block; width:100%; }
.rv-ill-band__grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  background: #0b1c2a;
  border: 1px solid rgba(7, 17, 31, 0.06);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.06);
  transition: transform 0.25s ease;
}
.rv-ill-band__grid img:hover { transform: translateY(-4px); }
