/*
 * ss-rv-pages.css
 * Bridge sitewide: aplica a linguagem visual home-nova (teal/gold/lime)
 * às páginas legadas quando o body tem `hn-revolution rv-inner-page`.
 *
 * Tokens: --hn-teal-ink #002730, --hn-teal-deep #001726, --hn-teal-soft #0e3a42,
 *         --hn-gold #ffd002, --hn-lime #c6e26a, --hn-paper #f4f7f8,
 *         --hn-text #0f172a, --hn-muted #5b6b76, --hn-line rgba(0,39,48,.1)
 */

body.hn-revolution.rv-inner-page:not(.hn-home-playground) {
  --hn-teal-ink: #002730;
  --hn-teal-deep: #001726;
  --hn-teal-soft: #0e3a42;
  --hn-teal-mid: #01323d;
  --hn-gold: #ffd002;
  --hn-gold-deep: #f0b400;
  --hn-lime: #c6e26a;
  --hn-paper: #f4f7f8;
  --hn-paper-soft: #f7fafb;
  --hn-page-bg: #ffffff;
  --hn-text: #152238;
  --hn-heading: #002730;
  --hn-muted: #3a4558;
  --hn-line: rgba(0, 39, 48, 0.12);
  --hn-shadow-card: 0 12px 30px rgba(0, 23, 38, 0.06);
  --hn-shadow-elev: 0 16px 36px rgba(0, 23, 38, 0.08);
  background: var(--hn-page-bg);
  color: var(--hn-text);
  font-family: var(--rv-font-body, var(--ss-font-body, "Carnas Display", "Segoe UI", sans-serif));
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main {
  display: block;
  background: var(--hn-page-bg);
}

/* Remover fabs herdados de layouts antigos */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) .fab-whats,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) .site-header {
  display: none !important;
}

/* ================================================================
   HERO (main .hero / section.hero) => estilo rv-page-hero
   ================================================================ */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 3.2rem 0 2.6rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 208, 2, 0.22), transparent 42%),
    linear-gradient(160deg, #001726 0%, #002730 55%, #01323d 100%);
  color: #fff;
  border: 0;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero > .container,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero > .container,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.legal-hero > .container {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: block;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero h1,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero h1,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.legal-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 900;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero h1 span,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero h1 span {
  color: var(--hn-gold);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.legal-hero p {
  margin: 0.9rem 0 0;
  max-width: 62ch;
  color: rgba(248, 250, 252, 0.9);
  font-size: 1.05rem;
  line-height: 1.55;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero .muted,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero .muted {
  color: rgba(248, 250, 252, 0.92);
}

/* CTA dentro do hero: gold sólido */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero .btn,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero .btn,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero a.btn,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero a.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe56a 0%, var(--hn-gold) 48%, var(--hn-gold-deep) 100%);
  color: var(--hn-teal-ink);
  font-weight: 900;
  text-decoration: none;
  border: 0;
  box-shadow: 0 12px 28px rgba(255, 208, 2, 0.32);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero .btn:hover,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255, 208, 2, 0.42);
}

/* Hero split (com ilustração) — product page variant */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero:has(.rv-hero-illust),
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero:has(.rv-hero-illust) {
  padding: 3.4rem 0 3rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero:has(.rv-hero-illust) > .container,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero:has(.rv-hero-illust) > .container {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.5rem 2rem;
  align-items: center;
}

/* Texto fica na coluna 1; ilustração ocupa a coluna 2 em toda a altura */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero:has(.rv-hero-illust) > .container > :not(.rv-hero-illust),
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero:has(.rv-hero-illust) > .container > :not(.rv-hero-illust) {
  grid-column: 1;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero:has(.rv-hero-illust) > .container > .rv-hero-copy,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero:has(.rv-hero-illust) > .container > .rv-hero-copy {
  grid-column: 1;
  display: grid;
  gap: 0.15rem;
}

.rv-hero-illust {
  grid-column: 2;
  grid-row: 1 / span 20;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  align-self: center;
}

.rv-hero-illust img {
  width: 100%;
  max-width: 360px;
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.28));
}

.rv-page-hero--product {
  padding: 3.4rem 0 3rem !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 208, 2, 0.25), transparent 42%),
    radial-gradient(circle at 8% 82%, rgba(198, 226, 106, 0.12), transparent 40%),
    linear-gradient(160deg, #001726 0%, #002730 55%, #0e3a42 100%) !important;
}

/* ================================================================
   Sections + Container (conteúdo)
   ================================================================ */
/* Fundo claro só em seções de conteúdo — nunca em heróis / protect / honor / steps */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section:not(.rv-page-hero):not(.rv-hero):not(.rv-protect):not(.rv-honor):not(.rv-steps) {
  padding: 2.6rem 0;
  background: #fff;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.rv-page-hero,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.rv-hero,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.rv-protect,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.rv-honor,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.rv-steps {
  /* Não forçar padding/fundo aqui — cada banda define o próprio visual */
  background: transparent;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section:not(.rv-page-hero):not(.rv-hero):not(.rv-protect):not(.rv-honor):not(.rv-steps):nth-of-type(even) {
  background: var(--hn-paper);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.hero,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.hero:nth-of-type(even),
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section.legal-hero {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 208, 2, 0.22), transparent 42%),
    linear-gradient(160deg, #001726 0%, #002730 55%, #01323d 100%);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--hn-heading);
  font-weight: 900;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--hn-heading);
  font-weight: 800;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section p {
  color: var(--hn-text);
  line-height: 1.6;
}

/* Bandas escuras: tipografia clara (não herdar heading/text do tema claro) */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-hero h1,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-hero h2,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-hero h3,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-hero p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-protect h2,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-protect p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-honor h2,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-honor p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-hero h1,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-hero p {
  color: #f8fafc !important;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-hero .rv-page-hero__lead,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-protect__head p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-honor__copy > p:not(.rv-honor__kicker) {
  color: rgba(248, 250, 252, 0.92) !important;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-protect__head h2,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-honor__copy h2 {
  color: #ffffff !important;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-honor__kicker {
  color: #c6e26a !important;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-hero__kicker {
  color: #ffd002 !important;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-section p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-section h2,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-section h3,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .ss-cotacao-qr-page p,
body.hn-revolution.rv-inner-page.ss-cotacao-qr-page main .rv-page-section p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-card p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-card h3 {
  color: var(--hn-text, #152238) !important;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-section h2,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .rv-page-card h3 {
  color: var(--hn-heading, #002730) !important;
}



body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section .muted,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section p.muted {
  color: var(--hn-muted);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section a:not(.btn):not(.hn-btn):not(.btn-whatsapp):not(.card) {
  color: var(--hn-teal-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section a:not(.btn):not(.hn-btn):not(.btn-whatsapp):not(.card):hover {
  color: var(--hn-teal-ink);
}

/* ================================================================
   Cards + Grids
   ================================================================ */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .grid.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .grid.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .grid.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .card {
  display: block;
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--hn-line);
  box-shadow: var(--hn-shadow-card);
  color: var(--hn-text);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section:nth-of-type(even) .card {
  background: #fff;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main a.card:hover,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .card:hover {
  transform: translateY(-3px);
  box-shadow: var(--hn-shadow-elev);
  border-color: rgba(0, 39, 48, 0.18);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .card h3 {
  color: var(--hn-heading);
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .card h3 .iconify {
  color: var(--hn-teal-soft);
  font-size: 1.35rem;
  flex: 0 0 auto;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .card p {
  margin: 0.35rem 0 0;
  color: var(--hn-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Iconify em cards e listas */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section .iconify {
  color: var(--hn-teal-soft);
}

/* ================================================================
   Buttons — .btn / .btn-soft / .btn-whatsapp
   ================================================================ */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .btn,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main a.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  background: linear-gradient(180deg, #ffe56a 0%, var(--hn-gold) 48%, var(--hn-gold-deep) 100%);
  color: var(--hn-teal-ink);
  box-shadow: 0 12px 28px rgba(255, 208, 2, 0.32);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255, 208, 2, 0.42);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .btn-soft,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main a.btn-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  background: transparent;
  color: var(--hn-teal-ink);
  border: 1.5px solid var(--hn-teal-ink);
  font-weight: 800;
  text-decoration: none;
  transition: background 0.16s ease, color 0.16s ease;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .btn-soft:hover {
  background: var(--hn-teal-ink);
  color: #fff;
}

/* Botão dark/ink em fundos claros */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .btn.btn-ink {
  background: var(--hn-teal-ink);
  color: #fff;
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.22);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .btn.btn-ink:hover {
  background: var(--hn-teal-mid);
}

/* ================================================================
   FAQ details/summary — rv-page-faq
   ================================================================ */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section details {
  border-radius: 14px;
  border: 1px solid var(--hn-line);
  background: #fff;
  padding: 0.85rem 1rem;
  margin: 0.5rem 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section details[open] {
  border-color: rgba(0, 39, 48, 0.2);
  box-shadow: var(--hn-shadow-card);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: 800;
  color: var(--hn-heading);
  font-size: 1rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section details summary::-webkit-details-marker {
  display: none;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section details summary .plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--hn-gold);
  color: var(--hn-teal-ink);
  font-weight: 900;
  font-size: 1rem;
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section details[open] summary .plus {
  transform: rotate(45deg);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section details p {
  margin: 0.6rem 0 0;
  color: var(--hn-text);
  line-height: 1.6;
}

/* ================================================================
   Blog article prose + Legal prose
   ================================================================ */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main article,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .legal-prose,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .blog-prose {
  color: var(--hn-text);
  line-height: 1.7;
  font-size: 1.02rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main article h2,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .legal-prose h2,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .blog-prose h2 {
  margin-top: 2rem;
  color: var(--hn-heading);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main article h3,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .legal-prose h3,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .blog-prose h3 {
  margin-top: 1.4rem;
  color: var(--hn-heading);
  font-size: 1.15rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main article p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .legal-prose p,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .blog-prose p {
  margin: 0.6rem 0 1rem;
  color: var(--hn-text);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main article ul,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main article ol,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .legal-prose ul,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .legal-prose ol {
  padding-left: 1.25rem;
  margin: 0.5rem 0 1.1rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main article li,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .legal-prose li {
  margin: 0.35rem 0;
  color: var(--hn-text);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main article blockquote {
  margin: 1.2rem 0;
  padding: 0.85rem 1.1rem;
  border-left: 4px solid var(--hn-gold);
  background: var(--hn-paper);
  color: var(--hn-heading);
  border-radius: 0 12px 12px 0;
}

/* ================================================================
   Hub catalog links (/seguros/index style)
   ================================================================ */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hub-list,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .catalog-list,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .seguros-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.9rem;
  margin-top: 1.1rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hub-list a,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .catalog-list a,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .seguros-list a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--hn-line);
  color: var(--hn-heading);
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hub-list a:hover,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .catalog-list a:hover,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .seguros-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 39, 48, 0.18);
  box-shadow: var(--hn-shadow-card);
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hub-list .iconify,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .catalog-list .iconify,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .seguros-list .iconify {
  color: var(--hn-teal-soft);
  font-size: 1.4rem;
  flex: 0 0 auto;
}

/* ================================================================
   Ajustes de formulário legado
   ================================================================ */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--hn-heading);
  margin-bottom: 0.3rem;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main form input,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main form select,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--hn-line);
  background: #f8fafc;
  color: var(--hn-text);
  font: inherit;
}

body.hn-revolution.rv-inner-page:not(.hn-home-playground) main form input:focus,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main form select:focus,
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main form textarea:focus {
  outline: none;
  border-color: var(--hn-teal-soft);
  box-shadow: 0 0 0 3px rgba(14, 58, 66, 0.15);
}

/* ================================================================
   Utilities: reveal / animations
   ================================================================ */
body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .reveal {
  opacity: 1;
  transform: none;
}

/* ================================================================
   Responsive
   ================================================================ */
@media (max-width: 900px) {
  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .grid.grid-2,
  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .grid.grid-3,
  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .grid.grid-4 {
    grid-template-columns: 1fr;
  }

  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero:has(.rv-hero-illust) > .container,
  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero:has(.rv-hero-illust) > .container {
    grid-template-columns: 1fr;
    text-align: left;
  }

  body.hn-revolution.rv-inner-page:not(.hn-home-playground) .rv-hero-illust {
    order: 2;
    margin-top: 1.2rem;
  }

  body.hn-revolution.rv-inner-page:not(.hn-home-playground) .rv-hero-illust img {
    max-width: 260px;
  }

  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main > section {
    padding: 2.2rem 0;
  }

  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main section.hero,
  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .hero {
    padding: 2.4rem 0 2rem;
  }
}

@media (max-width: 600px) {
  body.hn-revolution.rv-inner-page:not(.hn-home-playground) main .container {
    width: min(1180px, calc(100% - 28px));
  }
}
