/*
Theme Name:   Regulafy
Theme URI:    https://www.regulafy.com.br
Description:  Tema filho da Regulafy — Inteligência em Compliance
Author:       Regulafy
Template:     generatepress
Version:      7.0.0
Text Domain:  regulafy
*/

/* ============================================================
   VARIÁVEIS — Identidade Visual Regulafy v7
   ============================================================ */
:root {
  --navy:        #0B1929;   /* Navy profundo — hero, navbar, footer */
  --navy-mid:    #152236;   /* Navy médio — seções escuras */
  --navy-light:  #1E3048;   /* Navy claro — hover states escuros */
  --steel:       #4A6478;   /* Aço — textos secundários */
  --steel-light: #6B87A0;   /* Aço claro — ícones, metadados */
  --amber:       #D4861A;   /* Âmbar — CTA, destaques, acento */
  --amber-hover: #E09428;   /* Âmbar claro — hover */
  --amber-dim:   rgba(212,134,26,0.12);
  --amber-line:  rgba(212,134,26,0.28);
  --ice:         #F0F4F8;   /* Ice — fundo base claro */
  --ice-dark:    #DDE3EA;   /* Ice escuro — bordas, separadores */
  --white:       #ffffff;
  --text:        #0B1929;
  --text-mid:    #3D5266;
  --text-dim:    rgba(240,244,248,0.55);

  --radius:    5px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 3px rgba(11,25,41,0.06);
  --shadow:    0 4px 18px rgba(11,25,41,0.09);
  --shadow-lg: 0 10px 40px rgba(11,25,41,0.14);
  --ease:      0.18s ease;
  --max-w:     1120px;
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', system-ui, sans-serif !important;
  color: var(--text);
  background: var(--ice);
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  font-weight: 400;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--amber-hover); }

h1, h2, h3 {
  font-family: 'DM Serif Display', Georgia, serif !important;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
h4, h5, h6 {
  font-family: 'Inter', system-ui, sans-serif !important;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 0.5rem;
}
h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.2rem; }
p  { color: var(--text-mid); line-height: 1.8; margin-bottom: 1rem; font-weight: 400; }

strong { font-weight: 600; }

/* ============================================================
   UTILITÁRIOS
   ============================================================ */
.rf-container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.75rem; }

.text-center { text-align: center; }
.mx-auto     { margin-left: auto; margin-right: auto; }
.lead        { font-size: 1.05rem; max-width: 560px; color: var(--text-mid); }

/* Eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 1rem;
  font-family: 'Inter', sans-serif !important;
}
.eyebrow::before {
  content: ''; display: block; width: 18px; height: 1.5px;
  background: var(--amber); border-radius: 2px; flex-shrink: 0;
}

/* ============================================================
   BOTÕES
   ============================================================ */
.rf-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.78rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600; font-size: 0.8rem; letter-spacing: 0.07em;
  text-transform: uppercase; cursor: pointer;
  border: 1.5px solid transparent; transition: all var(--ease);
  text-decoration: none; white-space: nowrap; line-height: 1;
  font-family: 'Inter', sans-serif !important;
}

.rf-btn--primary, a.rf-btn--primary {
  background: var(--amber) !important;
  color: var(--navy) !important;
  border-color: var(--amber) !important;
}
.rf-btn--primary:hover, a.rf-btn--primary:hover {
  background: var(--amber-hover) !important;
  border-color: var(--amber-hover) !important;
  color: var(--navy) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(212,134,26,0.32) !important;
}

.rf-btn--outline, .rf-btn--outline-dark,
a.rf-btn--outline, a.rf-btn--outline-dark {
  background: transparent !important;
  color: var(--navy) !important;
  border-color: var(--ice-dark) !important;
}
.rf-btn--outline:hover, .rf-btn--outline-dark:hover,
a.rf-btn--outline:hover, a.rf-btn--outline-dark:hover {
  border-color: var(--amber) !important;
  color: var(--amber) !important;
}

.rf-btn--ghost-cream, a.rf-btn--ghost-cream {
  background: transparent !important;
  color: var(--ice) !important;
  border-color: rgba(240,244,248,0.2) !important;
}
.rf-btn--ghost-cream:hover, a.rf-btn--ghost-cream:hover {
  border-color: var(--ice) !important;
  background: rgba(240,244,248,0.06) !important;
  color: var(--ice) !important;
}

/* Botões sobre fundo escuro */
.rf-section--dark .rf-btn--outline,
.rf-section--navy .rf-btn--outline {
  color: var(--ice) !important;
  border-color: rgba(240,244,248,0.2) !important;
}
.rf-section--dark .rf-btn--outline:hover,
.rf-section--navy .rf-btn--outline:hover {
  border-color: var(--amber) !important;
  color: var(--amber) !important;
}

.rf-btn--sm  { padding: 0.55rem 1.1rem; font-size: 0.72rem; }
.rf-btn--lg  { padding: 0.95rem 2.1rem; font-size: 0.83rem; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header, .rf-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--navy) !important;
  border-bottom: 1px solid rgba(240,244,248,0.05);
  transition: box-shadow var(--ease);
}
.rf-header.scrolled { box-shadow: 0 2px 20px rgba(11,25,41,0.4); }

.rf-header__inner {
  display: flex !important; align-items: center !important;
  justify-content: space-between;
  height: 76px !important; gap: 2rem;
}

/* Logo */
.rf-logo {
  display: flex; align-items: center; gap: 0.5rem;
  text-decoration: none; flex-shrink: 0;
}
.rf-logo img   { height: 48px; width: auto; max-width: 200px; }
.rf-logo__text {
  font-family: 'DM Serif Display', serif !important;
  font-size: 1.35rem; color: var(--white);
  letter-spacing: -0.01em;
}
.rf-logo__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--amber); flex-shrink: 0; margin-bottom: 2px;
}

/* Nav */
.rf-nav {
  display: flex !important; align-items: center !important;
  gap: 0.1rem; list-style: none;
  height: 100%; margin: 0 !important; padding: 0 !important;
}
.rf-nav li { display: flex !important; align-items: center !important; }
.rf-nav a {
  font-size: 0.73rem; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(240,244,248,0.55);
  padding: 0.45rem 0.8rem; border-radius: 4px;
  transition: all var(--ease);
}
.rf-nav a:hover, .rf-nav .current-menu-item a {
  color: var(--white) !important;
  background: rgba(255,255,255,0.05);
}

.rf-header__cta { flex-shrink: 0; }

/* Hambúrguer */
.rf-hamburger {
  display: none; background: none; border: none;
  cursor: pointer; padding: 0.4rem;
  flex-direction: column; gap: 5px;
}
.rf-hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--ice); border-radius: 2px;
  transition: all var(--ease);
}

/* ============================================================
   TICKER — barra de monitoramento em tempo real
   ============================================================ */
.rf-ticker-bar {
  background: var(--navy-mid);
  border-bottom: 1px solid rgba(240,244,248,0.04);
  overflow: hidden; height: 34px;
  display: flex; align-items: center;
}
.rf-ticker-label {
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--amber);
  padding: 0 1.25rem; white-space: nowrap;
  border-right: 1px solid rgba(240,244,248,0.07);
  height: 100%; display: flex; align-items: center;
  background: var(--navy-mid); z-index: 1; position: relative;
  flex-shrink: 0; font-family: 'Inter', sans-serif !important;
}
.rf-ticker-overflow { overflow: hidden; flex: 1; }
.rf-ticker-track {
  display: flex; align-items: center;
  animation: rf-ticker 32s linear infinite;
}
.rf-ticker-item {
  display: flex; align-items: center; gap: 0.55rem;
  padding: 0 2rem; white-space: nowrap;
  font-size: 0.63rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(240,244,248,0.38);
  border-right: 1px solid rgba(240,244,248,0.06);
  font-family: 'Inter', sans-serif !important;
}
.rf-ticker-item::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--amber); opacity: 0.5; flex-shrink: 0;
}
@keyframes rf-ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .rf-ticker-track { animation: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.rf-hero {
  background: var(--ice) !important;
  padding: 5.5rem 0 5rem;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--ice-dark);
}
.rf-hero::before {
  content: ''; position: absolute;
  top: -60px; right: -80px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(212,134,26,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.rf-hero__layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}

.rf-hero__badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--amber-dim); border: 1px solid var(--amber-line);
  border-radius: 100px; padding: 0.28rem 0.9rem;
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--amber);
  margin-bottom: 1.5rem; font-family: 'Inter', sans-serif !important;
}
.rf-hero__badge::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--amber); flex-shrink: 0;
}

.rf-hero h1 { margin-bottom: 1.25rem; }
.rf-hero h1 em { font-style: italic; color: var(--amber); }

.rf-hero__desc {
  font-size: 1rem; color: var(--text-mid);
  line-height: 1.75; margin-bottom: 2rem; max-width: 460px;
}

.rf-hero__actions {
  display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap;
}

/* Painel de normas recentes */
.rf-hero__panel {
  background: var(--navy);
  border-radius: var(--radius-lg); padding: 2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(240,244,248,0.06);
}
.rf-hero__panel-label {
  font-size: 0.6rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--amber);
  margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: 0.5rem;
  font-family: 'Inter', sans-serif !important;
}
.rf-hero__panel-label::after {
  content: ''; flex: 1; height: 1px;
  background: rgba(240,244,248,0.07);
}
.rf-hero__entry {
  display: flex; gap: 0.85rem; align-items: flex-start;
  padding: 1rem 0; border-bottom: 1px solid rgba(240,244,248,0.05);
}
.rf-hero__entry:last-of-type { border-bottom: none; }
.rf-hero__entry-title {
  font-size: 0.82rem; color: var(--ice); font-weight: 500;
  line-height: 1.4; margin-bottom: 0.2rem;
  font-family: 'Inter', sans-serif !important;
}
.rf-hero__entry-meta {
  font-size: 0.62rem; color: rgba(240,244,248,0.3);
  font-family: 'Inter', sans-serif !important;
}
.rf-hero__panel-footer {
  margin-top: 1.25rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(240,244,248,0.07);
  display: flex; align-items: center; justify-content: space-between;
}
.rf-hero__panel-count {
  font-size: 0.62rem; color: rgba(240,244,248,0.3);
  font-family: 'Inter', sans-serif !important;
}

/* ============================================================
   TAGS / BADGES DE ÓRGÃO
   ============================================================ */
.rf-tag {
  font-size: 0.55rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.18rem 0.55rem;
  border-radius: 3px; white-space: nowrap; flex-shrink: 0;
  margin-top: 2px; font-family: 'Inter', sans-serif !important;
}
.rf-tag--bacen, .rf-tag--cmn, .rf-tag--coaf {
  background: rgba(212,134,26,0.15); color: var(--amber);
}
.rf-tag--susep, .rf-tag--cnsp {
  background: rgba(100,160,220,0.12); color: #82B8E0;
}
.rf-tag--anpd, .rf-tag--lgpd {
  background: rgba(140,200,140,0.12); color: #82C882;
}
.rf-tag--mte, .rf-tag--trabalhista {
  background: rgba(140,200,140,0.12); color: #90c878;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.rf-trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--ice-dark);
  padding: 1.25rem 0;
}
.rf-trust-inner {
  display: flex; align-items: center;
  justify-content: center; flex-wrap: wrap;
}
.rf-trust-item {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0 2.25rem;
  border-right: 1px solid var(--ice-dark);
}
.rf-trust-item:last-child { border-right: none; }
.rf-trust-item__name {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--navy);
  font-family: 'Inter', sans-serif !important;
}
.rf-trust-item__desc {
  font-size: 0.65rem; color: var(--steel-light);
  font-family: 'Inter', sans-serif !important;
}

/* ============================================================
   NORMATIVOS
   ============================================================ */
.rf-section--normativos {
  background: var(--navy) !important;
  padding: 5.5rem 0;
  position: relative; overflow: hidden;
}
.rf-section--normativos::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 10% 80%, rgba(212,134,26,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.rf-section--normativos .rf-container { position: relative; z-index: 1; }
.rf-section--normativos h2 { color: var(--white); }
.rf-section--normativos .eyebrow { color: var(--amber); }
.rf-section--normativos .eyebrow::before { background: var(--amber); }
.rf-section--normativos .lead { color: var(--text-dim); }

/* Filtros */
.rf-norma-filters {
  display: flex; gap: 0.5rem; flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.rf-norma-filter {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.45rem 1rem;
  border-radius: 100px; border: 1px solid rgba(240,244,248,0.12);
  color: rgba(240,244,248,0.45); background: transparent;
  transition: all var(--ease); cursor: pointer;
  font-family: 'Inter', sans-serif !important; text-decoration: none;
}
.rf-norma-filter:hover, .rf-norma-filter--active {
  border-color: var(--amber) !important;
  color: var(--amber) !important;
  background: var(--amber-dim);
}

/* Grid de normativos */
.rf-norma-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(240,244,248,0.04);
  border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: 2.5rem;
}
.rf-norma-item {
  background: rgba(240,244,248,0.025);
  padding: 1.6rem;
  display: flex; flex-direction: column; gap: 0.65rem;
  transition: background var(--ease);
  border-left: 2px solid transparent;
}
.rf-norma-item:hover {
  background: rgba(240,244,248,0.05);
  border-left-color: var(--amber);
}
.rf-norma-item__header { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.rf-norma-item__date {
  font-size: 0.62rem; color: rgba(240,244,248,0.28);
  font-family: 'Inter', sans-serif !important;
}
.rf-norma-item__title {
  font-size: 0.9rem; color: var(--ice); font-weight: 500;
  line-height: 1.45; margin: 0;
  font-family: 'Inter', sans-serif !important;
}
.rf-norma-item__excerpt {
  font-size: 0.8rem; color: rgba(240,244,248,0.45);
  line-height: 1.7; margin: 0; flex: 1;
  font-family: 'Inter', sans-serif !important;
}
.rf-norma-item__topics { display: flex; gap: 0.3rem; flex-wrap: wrap; }
.rf-topic {
  font-size: 0.6rem; padding: 0.1rem 0.45rem;
  background: rgba(240,244,248,0.05);
  border: 1px solid rgba(240,244,248,0.08);
  border-radius: 100px; color: rgba(240,244,248,0.35);
  font-family: 'Inter', sans-serif !important;
}
.rf-norma-item__link {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--amber);
  display: inline-flex; align-items: center; gap: 0.3rem;
  margin-top: auto; font-family: 'Inter', sans-serif !important;
}
.rf-norma-item__link:hover { color: var(--amber-hover); }

/* Newsletter inline */
.rf-newsletter-inline {
  background: rgba(212,134,26,0.07) !important;
  border: 1px solid rgba(212,134,26,0.18) !important;
  border-radius: var(--radius-lg);
  padding: 2rem 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.rf-newsletter-inline h3 {
  color: var(--ice); font-size: 1.1rem; margin: 0 0 0.15rem;
  font-weight: 400;
}
.rf-newsletter-inline p { color: var(--text-dim); margin: 0; font-size: 0.84rem; }
.rf-newsletter-form { display: flex; gap: 0.55rem; flex-shrink: 0; }
.rf-input {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(240,244,248,0.12);
  border-radius: var(--radius);
  background: rgba(240,244,248,0.06);
  color: var(--ice); font-size: 0.84rem;
  min-width: 200px; font-family: 'Inter', sans-serif !important;
  transition: border-color var(--ease);
}
.rf-input::placeholder { color: rgba(240,244,248,0.25); }
.rf-input:focus { outline: none; border-color: var(--amber); }

/* ============================================================
   PILARES
   ============================================================ */
.rf-section--pilares { background: var(--white) !important; padding: 5rem 0; }
.rf-section--pilares h2 { text-align: center; margin-bottom: 0.5rem; }

.rf-pilares-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.rf-pilar {
  padding: 2.25rem; border: 1px solid var(--ice-dark);
  border-radius: var(--radius-lg); transition: all var(--ease);
  position: relative; background: var(--white);
}
.rf-pilar::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--amber);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease; border-radius: 2px 2px 0 0;
}
.rf-pilar:hover { border-color: var(--amber-line); box-shadow: var(--shadow); }
.rf-pilar:hover::before { transform: scaleX(1); }
.rf-pilar__icon {
  width: 44px; height: 44px; border-radius: 8px;
  background: var(--ice); display: flex; align-items: center;
  justify-content: center; margin-bottom: 1.25rem; font-size: 1.2rem;
}
.rf-pilar__title { color: var(--navy); margin-bottom: 0.5rem; }
.rf-pilar__desc  { font-size: 0.85rem; margin: 0; }

/* ============================================================
   PRODUTO
   ============================================================ */
.rf-section--produto { background: var(--ice) !important; padding: 5.5rem 0; }

.rf-produto-destaque {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  background: var(--navy);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(212,134,26,0.14);
  margin-bottom: 3rem;
}
.rf-produto-destaque__content { padding: 3.5rem; display: flex; flex-direction: column; gap: 0; }

.rf-produto-destaque__badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--amber-dim); border: 1px solid var(--amber-line);
  border-radius: 100px; padding: 0.25rem 0.85rem;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--amber);
  margin-bottom: 1.5rem; width: fit-content;
  font-family: 'Inter', sans-serif !important;
}

.rf-produto-destaque__title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--white); margin-bottom: 0.85rem;
}
.rf-produto-destaque__title em { font-style: italic; color: var(--amber); }

.rf-produto-destaque__desc {
  font-size: 0.88rem; color: rgba(240,244,248,0.55);
  line-height: 1.8; margin-bottom: 2rem;
}

.rf-produto-checklist { list-style: none; padding: 0; margin: 0 0 2.5rem; display: flex; flex-direction: column; gap: 0.55rem; }
.rf-produto-checklist li {
  display: flex; align-items: center; gap: 0.7rem;
  font-size: 0.86rem; color: rgba(240,244,248,0.7);
  font-family: 'Inter', sans-serif !important;
}
.rf-produto-checklist li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--amber); flex-shrink: 0;
}

.rf-produto-destaque__footer {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  padding-top: 2rem; border-top: 1px solid rgba(240,244,248,0.08);
}

.rf-price-display {
  font-family: 'DM Serif Display', serif !important;
  font-size: 2.1rem; color: var(--white); line-height: 1;
}
.rf-price-display sup { font-size: 1rem; vertical-align: super; }
.rf-price-display span {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem; font-weight: 400;
  color: rgba(240,244,248,0.35);
}

.rf-produto-destaque__visual {
  background: rgba(240,244,248,0.025);
  border-left: 1px solid rgba(240,244,248,0.05);
  padding: 3.5rem; display: flex; flex-direction: column;
  gap: 0.9rem; justify-content: center;
}

.rf-produto-doc {
  display: flex; align-items: center; gap: 0.85rem;
  background: rgba(240,244,248,0.04);
  border: 1px solid rgba(240,244,248,0.07);
  border-radius: var(--radius-lg);
  padding: 0.9rem 1.1rem; transition: all var(--ease);
}
.rf-produto-doc:hover { background: rgba(240,244,248,0.08); border-color: var(--amber-line); }
.rf-produto-doc__icon {
  width: 36px; height: 36px; border-radius: 7px;
  background: var(--amber-dim); display: flex;
  align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.rf-produto-doc__name { font-size: 0.8rem; color: var(--ice); font-weight: 500; font-family: 'Inter', sans-serif !important; }
.rf-produto-doc__type { font-size: 0.63rem; color: rgba(240,244,248,0.32); font-family: 'Inter', sans-serif !important; }

/* Outros produtos */
.rf-outros-produtos { margin-top: 3.5rem; }
.rf-outros-titulo {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--steel);
  margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem;
  font-family: 'Inter', sans-serif !important;
}
.rf-outros-titulo::after { content: ''; flex: 1; height: 1px; background: var(--ice-dark); }

.rf-outros-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.rf-outro-card {
  background: var(--white); border: 1px solid var(--ice-dark);
  border-radius: var(--radius-lg); padding: 1.5rem;
  transition: all var(--ease); position: relative; overflow: hidden;
}
.rf-outro-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--amber);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.rf-outro-card:hover { border-color: var(--amber-line); box-shadow: var(--shadow); }
.rf-outro-card:hover::before { transform: scaleX(1); }
.rf-outro-card__tag {
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--amber);
  margin-bottom: 0.65rem; display: block;
  font-family: 'Inter', sans-serif !important;
}
.rf-outro-card__title { font-size: 0.88rem; color: var(--navy); margin-bottom: 0.4rem; font-weight: 600; }
.rf-outro-card__desc  { font-size: 0.78rem; margin: 0; }
.rf-outro-card__badge {
  display: inline-block; margin-top: 0.6rem;
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.18rem 0.55rem;
  border-radius: 100px; background: var(--amber-dim);
  color: var(--amber); border: 1px solid var(--amber-line);
  font-family: 'Inter', sans-serif !important;
}

/* ============================================================
   SOBRE
   ============================================================ */
.rf-section--sobre { background: var(--white) !important; padding: 5.5rem 0; }
.rf-sobre-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: center; }

.rf-sobre-card {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--ice-dark);
}
.rf-sobre-card__top {
  background: var(--navy); padding: 2.5rem; position: relative;
}
.rf-sobre-card__top::after {
  content: ''; position: absolute; bottom: 0; left: 2.5rem; right: 2.5rem;
  height: 1px; background: linear-gradient(90deg, var(--amber) 0%, transparent 70%);
}
.rf-sobre-wordmark {
  font-family: 'DM Serif Display', serif !important;
  font-size: 1.5rem; color: var(--white);
  margin-bottom: 0.15rem; display: block;
}
.rf-sobre-tagline {
  font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(240,244,248,0.3); font-family: 'Inter', sans-serif !important;
}
.rf-sobre-logo { height: 40px; width: auto; margin-bottom: 1rem; }

.rf-sobre-card__body { padding: 2rem 2.5rem; background: var(--white); }
.rf-sobre-pilares { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.8rem; }
.rf-sobre-pilares li {
  display: flex; align-items: flex-start; gap: 0.65rem;
  font-size: 0.84rem; color: var(--text-mid);
  font-family: 'Inter', sans-serif !important; line-height: 1.5;
}
.rf-sobre-pilares li::before { content: '–'; color: var(--amber); flex-shrink: 0; margin-top: 0.05rem; }

.rf-sobre-content h2 { margin-bottom: 1rem; }
.rf-sobre-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 2rem; }

/* ============================================================
   AGENDA
   ============================================================ */
.rf-section--agenda { background: var(--navy-mid) !important; padding: 5.5rem 0; }
.rf-agenda-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 5rem; align-items: center; }
.rf-section--agenda h2 { color: var(--white); }
.rf-section--agenda .eyebrow { color: var(--amber); }
.rf-section--agenda .eyebrow::before { background: var(--amber); }
.rf-section--agenda p { color: var(--text-dim); }

.rf-agenda-steps { list-style: none; padding: 0; margin: 0 0 2.5rem; display: flex; flex-direction: column; gap: 1.1rem; }
.rf-agenda-step  { display: flex; align-items: flex-start; gap: 1rem; }
.rf-agenda-step__num {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(212,134,26,0.35);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.66rem; font-weight: 700; color: var(--amber);
  flex-shrink: 0; margin-top: 0.1rem; font-family: 'Inter', sans-serif !important;
}
.rf-agenda-step__title { font-size: 0.85rem; font-weight: 600; color: var(--ice); margin-bottom: 0.15rem; font-family: 'Inter', sans-serif !important; }
.rf-agenda-step__desc  { font-size: 0.8rem; color: rgba(240,244,248,0.42); line-height: 1.6; margin: 0; font-family: 'Inter', sans-serif !important; }

.rf-agenda-card {
  background: rgba(240,244,248,0.03);
  border: 1px solid rgba(240,244,248,0.07);
  border-top: 2px solid var(--amber);
  border-radius: var(--radius-lg); padding: 2.5rem; text-align: center;
}
.rf-agenda-card__icon { font-size: 2rem; margin-bottom: 1rem; }
.rf-agenda-card h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 0.5rem; }
.rf-agenda-card p  { color: var(--text-dim); font-size: 0.84rem; margin-bottom: 1.5rem; }
.rf-agenda-card__note { font-size: 0.68rem; color: rgba(240,244,248,0.25); margin-top: 0.75rem; letter-spacing: 0.05em; font-family: 'Inter', sans-serif !important; }

/* ============================================================
   FOOTER
   ============================================================ */
.rf-footer { background: #070F18 !important; padding: 4.5rem 0 2rem; }
.rf-footer__grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3.5rem; }
.rf-footer__brand-desc { font-size: 0.82rem; color: rgba(240,244,248,0.25); line-height: 1.75; margin: 0.85rem 0 0; max-width: 220px; font-family: 'Inter', sans-serif !important; }
.rf-footer__col-title { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(240,244,248,0.22); margin-bottom: 1rem; display: block; font-family: 'Inter', sans-serif !important; }
.rf-footer__links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.rf-footer__links a { font-size: 0.82rem; color: rgba(240,244,248,0.38); transition: color var(--ease); font-family: 'Inter', sans-serif !important; }
.rf-footer__links a:hover { color: var(--amber) !important; }
.rf-footer__divider { height: 1px; background: rgba(240,244,248,0.05); margin-bottom: 1.5rem; }
.rf-footer__bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.rf-footer__copy { font-size: 0.72rem; color: rgba(240,244,248,0.18); font-family: 'Inter', sans-serif !important; }

/* ============================================================
   NORMATIVO SINGLE
   ============================================================ */
.rf-norma-single { max-width: 760px; margin: 0 auto; padding: 3rem 1.75rem; }
.rf-norma-single__header { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--ice-dark); }
.rf-norma-single__meta { display: flex; align-items: center; gap: 0.65rem; flex-wrap: wrap; margin-bottom: 1rem; }
.rf-norma-single__body { font-size: 1rem; line-height: 1.85; color: var(--text-mid); }
.rf-cta-sidebar { background: var(--ice); border: 1px solid var(--amber-line); border-left: 2px solid var(--amber); border-radius: var(--radius-lg); padding: 1.5rem; margin-top: 2.5rem; }

/* ============================================================
   ACESSIBILIDADE
   ============================================================ */
.skip-link { position: absolute; top: -40px; left: 1rem; background: var(--amber); color: var(--navy); padding: 0.5rem 1rem; border-radius: var(--radius); font-weight: 600; z-index: 9999; transition: top var(--ease); }
.skip-link:focus { top: 1rem; }
*:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 3px; }

/* ============================================================
   ANIMAÇÕES
   ============================================================ */
@keyframes rf-fadein { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.rf-animate { opacity: 0; animation: rf-fadein 0.5s ease forwards; }
.rf-animate--delay-1 { animation-delay: 0.08s; }
.rf-animate--delay-2 { animation-delay: 0.16s; }
.rf-animate--delay-3 { animation-delay: 0.24s; }
.rf-animate--delay-4 { animation-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  .rf-animate { opacity: 1; animation: none; }
}


/* ============================================================
   PACKS DE PRICING — três cards lado a lado
   ============================================================ */
.rf-packs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.rf-pack {
  background: var(--white);
  border: 1px solid var(--ice-dark);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: box-shadow var(--ease), transform var(--ease);
  position: relative;
}
.rf-pack:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

/* Card do meio — destaque */
.rf-pack--featured {
  background: var(--navy);
  border-color: var(--amber-line);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.rf-pack--featured:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(11,25,41,0.18);
}

/* Badge "Mais popular" */
.rf-pack__badge {
  background: var(--amber);
  color: var(--navy);
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-align: center; padding: 0.4rem 1rem;
  font-family: 'Inter', sans-serif !important;
}

.rf-pack__header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid var(--ice-dark);
}
.rf-pack--featured .rf-pack__header {
  border-bottom-color: rgba(240,244,248,0.08);
}

.rf-pack__label {
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--amber); display: block; margin-bottom: 0.85rem;
  font-family: 'Inter', sans-serif !important;
}

.rf-pack__price {
  font-family: 'DM Serif Display', serif !important;
  font-size: 2.6rem; color: var(--navy);
  line-height: 1; margin-bottom: 0.85rem;
}
.rf-pack--featured .rf-pack__price { color: var(--white); }
.rf-pack__price sup {
  font-size: 1rem; vertical-align: super;
  font-family: 'Inter', sans-serif !important; font-weight: 400;
}
.rf-pack__price span {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem; font-weight: 400;
  color: var(--steel); margin-left: 0.2rem;
}
.rf-pack--featured .rf-pack__price span { color: rgba(240,244,248,0.4); }

.rf-pack__desc {
  font-size: 0.84rem; color: var(--text-mid);
  line-height: 1.65; margin: 0;
}
.rf-pack--featured .rf-pack__desc { color: rgba(240,244,248,0.55); }

/* Lista de itens */
.rf-pack__list {
  list-style: none; padding: 1.5rem 2rem;
  margin: 0; flex: 1;
  display: flex; flex-direction: column; gap: 0.65rem;
}
.rf-pack__list li {
  display: flex; align-items: flex-start; gap: 0.6rem;
  font-size: 0.84rem; color: var(--text-mid);
  font-family: 'Inter', sans-serif !important; line-height: 1.5;
}
.rf-pack--featured .rf-pack__list li { color: rgba(240,244,248,0.7); }
.rf-pack__list li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--amber); flex-shrink: 0; margin-top: 0.45rem;
}

/* Footer com CTA */
.rf-pack__footer {
  padding: 1.5rem 2rem 2rem;
}

/* Aviso legal */
.rf-pack__disclaimer {
  text-align: center;
  font-size: 0.74rem; color: var(--steel-light);
  line-height: 1.7; max-width: 580px;
  margin: 0 auto 0;
  font-family: 'Inter', sans-serif !important;
}

/* Responsivo */
@media (max-width: 860px) {
  .rf-packs-grid { grid-template-columns: 1fr; }
  .rf-pack--featured { transform: none; }
  .rf-pack--featured:hover { transform: translateY(-2px); }
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 960px) {
  .rf-hero__layout      { grid-template-columns: 1fr; }
  .rf-hero__panel       { display: none; }
  .rf-norma-grid        { grid-template-columns: 1fr 1fr; }
  .rf-pilares-grid      { grid-template-columns: 1fr; gap: 1rem; }
  .rf-produto-destaque  { grid-template-columns: 1fr; }
  .rf-produto-destaque__visual { border-left: none; border-top: 1px solid rgba(240,244,248,0.05); }
  .rf-outros-grid       { grid-template-columns: 1fr 1fr; }
  .rf-sobre-grid        { grid-template-columns: 1fr; gap: 3rem; }
  .rf-agenda-inner      { grid-template-columns: 1fr; gap: 3rem; }
  .rf-footer__grid      { grid-template-columns: 1fr 1fr; }
  .rf-trust-inner       { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .rf-hero              { padding: 3.5rem 0 3rem; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }

  .rf-hamburger { display: flex !important; }
  .rf-nav {
    display: none !important;
    position: absolute; top: 76px; left: 0; right: 0;
    background: var(--navy); flex-direction: column;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 4px 16px rgba(11,25,41,0.3);
    z-index: 999; height: auto !important;
  }
  .rf-nav.open { display: flex !important; }
  .rf-nav li   { width: 100%; height: auto !important; }
  .rf-nav a    { display: block; padding: 0.75rem 1rem; width: 100%; }

  .rf-header__cta      { display: none; }
  .rf-norma-grid       { grid-template-columns: 1fr; }
  .rf-outros-grid      { grid-template-columns: 1fr; }
  .rf-footer__grid     { grid-template-columns: 1fr; }
  .rf-footer__bottom   { flex-direction: column; text-align: center; }
  .rf-newsletter-inline { flex-direction: column; }
  .rf-newsletter-form  { width: 100%; }
  .rf-input            { width: 100%; min-width: unset; }
  .rf-trust-item       { border-right: none; border-bottom: 1px solid var(--ice-dark); padding: 0.75rem 0; width: 100%; }
  .rf-trust-item:last-child { border-bottom: none; }
}
