/* =========================================================
   PALETA CENTRALIZADA — ALTERE AS CORES SOMENTE NESTE BLOCO
   ========================================================= */
:root {
  /* Identidade principal da marca */
  --cor-primaria: #0b3547;
  --cor-primaria-escura: #062532;
  --cor-secundaria: #116569;
  --cor-secundaria-clara: #d9eeee;
  --cor-destaque: #efb13d;
  --cor-destaque-hover: #ffc65f;

  /* Menu e cabeçalho */
  --menu-fundo: rgba(6, 37, 50, 0.96);
  --menu-fundo-scroll: rgba(6, 37, 50, 0.99);
  --menu-texto: #ffffff;
  --menu-texto-hover: #efb13d;
  --menu-texto-ativo: #efb13d;
  --menu-indicador-ativo: #efb13d;
  --menu-botao-fundo: #ffffff;
  --menu-botao-texto: #0b3547;
  --menu-botao-hover: #efb13d;
  --menu-botao-texto-hover: #062532;
  --menu-mobile-fundo: #062532;
  --menu-mobile-texto: #ffffff;
  --menu-mobile-icone: #ffffff;
  --menu-mobile-borda: rgba(255, 255, 255, 0.14);
  --menu-mobile-overlay: rgba(0, 0, 0, 0.58);

  /* Fundos da página */
  --fundo-principal: #ffffff;
  --fundo-suave: #f0f7f7;
  --fundo-suave-2: #e7f1f2;
  --fundo-escuro: #062532;
  --fundo-escuro-2: #0b3547;
  --fundo-card: #ffffff;
  --fundo-card-escuro: rgba(255, 255, 255, 0.07);
  --fundo-destaque: #efb13d;
  --fundo-input: #ffffff;
  --fundo-modal: #ffffff;
  --fundo-cookie: #ffffff;
  --fundo-whatsapp: #22c861;
  --fundo-whatsapp-hover: #16ad50;
  --fundo-transparente: transparent;

  /* Textos */
  --texto-principal: #16323c;
  --texto-secundario: #5d7179;
  --texto-suave: #71858c;
  --texto-claro: #ffffff;
  --texto-claro-suave: rgba(255, 255, 255, 0.82);
  --texto-claro-fraco: rgba(255, 255, 255, 0.68);
  --texto-destaque: #0b3547;
  --texto-link: #0d5e64;
  --texto-placeholder: #809198;

  /* Bordas, linhas e divisores */
  --cor-borda: #d7e4e5;
  --cor-borda-forte: #b8ced0;
  --cor-borda-clara: rgba(255, 255, 255, 0.18);
  --cor-divisor: #e3ecec;
  --cor-foco: #efb13d;

  /* Botões */
  --botao-principal-fundo: #efb13d;
  --botao-principal-texto: #062532;
  --botao-principal-hover: #ffc65f;
  --botao-secundario-fundo: #e5f1f1;
  --botao-secundario-texto: #0b3547;
  --botao-secundario-borda: #b8ced0;
  --botao-secundario-hover: #d5e9e9;
  --botao-escuro-fundo: #062532;
  --botao-escuro-texto: #ffffff;
  --botao-escuro-hover: #0b3547;
  --botao-claro-fundo: #ffffff;
  --botao-claro-texto: #0b3547;
  --botao-claro-hover: #efb13d;
  --botao-fantasma-borda: rgba(255, 255, 255, 0.38);
  --botao-fantasma-fundo: rgba(255, 255, 255, 0.08);
  --botao-fantasma-hover: rgba(255, 255, 255, 0.15);

  /* Formulários e simulador */
  --campo-fundo: #ffffff;
  --campo-texto: #16323c;
  --campo-borda: #c9d9da;
  --campo-foco: #116569;
  --campo-erro: #bd2c3a;
  --opcao-fundo: #ffffff;
  --opcao-borda: #cfddde;
  --opcao-hover: #eef7f7;
  --opcao-selecionada-fundo: #e2f1f1;
  --opcao-selecionada-borda: #116569;
  --progresso-fundo: #dce8e9;
  --progresso-barra: #116569;
  --resultado-fundo: #f6fbfb;
  --resultado-borda: #c7dddd;

  /* Estados */
  --cor-sucesso: #168653;
  --cor-sucesso-fundo: #e4f5ec;
  --cor-alerta: #b67800;
  --cor-alerta-fundo: #fff3d7;
  --cor-erro: #bd2c3a;
  --cor-erro-fundo: #fdebed;
  --cor-whatsapp-texto: #ffffff;

  /* Sobreposições e transparências */
  --overlay-modal: rgba(2, 20, 28, 0.76);
  --overlay-hero-desktop: linear-gradient(90deg, rgba(6, 37, 50, 0.98) 0%, rgba(6, 37, 50, 0.93) 34%, rgba(6, 37, 50, 0.68) 56%, rgba(6, 37, 50, 0.12) 84%);
  --overlay-hero-mobile: linear-gradient(180deg, rgba(6, 37, 50, 0.05) 0%, rgba(6, 37, 50, 0.28) 34%, rgba(6, 37, 50, 0.95) 62%, rgba(6, 37, 50, 1) 100%);
  --gradiente-hero-base: linear-gradient(135deg, #062532, #0b3547);
  --gradiente-renovacao: linear-gradient(135deg, #efb13d, #ffc65f);
  --gradiente-escuro: linear-gradient(135deg, #062532, #0d4854);
  --gradiente-whatsapp: linear-gradient(180deg, #2fd86b, #18b853);
  --imagem-hero: url('../img/hero-seguro-empresarial.jpg');

  /* Sombras */
  --sombra-suave: 0 14px 34px rgba(7, 43, 55, 0.09);
  --sombra-card: 0 20px 55px rgba(7, 43, 55, 0.13);
  --sombra-forte: 0 30px 80px rgba(2, 20, 28, 0.28);
  --sombra-botao: 0 12px 26px rgba(239, 177, 61, 0.28);
  --sombra-whatsapp: 0 18px 42px rgba(24, 168, 78, 0.34);
  --sombra-foco: 0 0 0 4px rgba(17, 101, 105, 0.16);

  /* Geometria */
  --raio-pequeno: 12px;
  --raio-medio: 18px;
  --raio-grande: 26px;
  --raio-extra: 34px;
  --largura-container: 1180px;
}

/* =========================================================
   BASE
   ========================================================= */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.68;
  color: var(--texto-principal);
  background: var(--fundo-principal);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img, video, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.container { width: min(var(--largura-container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-soft { background: var(--fundo-suave); }
.section-dark { background: var(--gradiente-escuro); color: var(--texto-claro); }
.section-title { max-width: 860px; margin: 0 auto 44px; text-align: center; }
.section-title.left { margin-inline: 0; text-align: left; }
.section-title h2 {
  margin: 10px 0 16px;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  line-height: 1.13;
  letter-spacing: -0.04em;
}
.section-title p { margin: 0; color: var(--texto-secundario); font-size: 1.04rem; }
.section-title.light p, .section-dark .section-title p { color: var(--texto-claro-suave); }
.eyebrow, .mini-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 800;
}
.eyebrow { color: var(--cor-destaque); }
.mini-eyebrow { color: var(--cor-secundaria); }
.eyebrow::before, .mini-eyebrow::before { content: ''; width: 26px; height: 2px; background: currentColor; flex: 0 0 auto; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 300;
  padding: 10px 14px;
  border-radius: var(--raio-pequeno);
  background: var(--botao-claro-fundo);
  color: var(--texto-principal);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: translateY(0); }

/* =========================================================
   BOTÕES
   ========================================================= */
.btn {
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid var(--fundo-transparente);
  border-radius: var(--raio-pequeno);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--cor-foco); outline-offset: 3px; }
.btn-primary { background: var(--botao-principal-fundo); color: var(--botao-principal-texto); box-shadow: var(--sombra-botao); }
.btn-primary:hover { background: var(--botao-principal-hover); }
.btn-secondary { background: var(--botao-secundario-fundo); color: var(--botao-secundario-texto); border-color: var(--botao-secundario-borda); }
.btn-secondary:hover { background: var(--botao-secundario-hover); }
.btn-dark { background: var(--botao-escuro-fundo); color: var(--botao-escuro-texto); }
.btn-dark:hover { background: var(--botao-escuro-hover); }
.btn-light { background: var(--botao-claro-fundo); color: var(--botao-claro-texto); }
.btn-light:hover { background: var(--botao-claro-hover); }
.btn-ghost { background: var(--botao-fantasma-fundo); color: var(--texto-claro); border-color: var(--botao-fantasma-borda); }
.btn-ghost:hover { background: var(--botao-fantasma-hover); }
.btn-ghost-dark { background: var(--fundo-principal); color: var(--texto-principal); border-color: var(--cor-borda); }
.btn-whatsapp { background: var(--fundo-whatsapp); color: var(--cor-whatsapp-texto); }
.btn-whatsapp:hover { background: var(--fundo-whatsapp-hover); }
.btn-small { min-height: 44px; padding: 10px 17px; font-size: 0.9rem; }
.full-button { width: 100%; }
.text-link, .link-button, .reset-link {
  border: 0;
  padding: 0;
  background: var(--fundo-transparente);
  color: var(--texto-link);
  font-weight: 800;
}
.text-link { display: inline-flex; align-items: center; gap: 8px; text-align: left; }
.text-link:hover, .link-button:hover, .reset-link:hover { text-decoration: underline; }

/* =========================================================
   MENU E CABEÇALHO
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--menu-fundo);
  border-bottom: 1px solid var(--menu-mobile-borda);
  backdrop-filter: blur(15px);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-scrolled { background: var(--menu-fundo-scroll); box-shadow: var(--sombra-suave); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 216px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 22px; color: var(--menu-texto); font-size: 0.9rem; font-weight: 600; }
.main-nav > a { position: relative; padding: 27px 0 25px; opacity: 0.9; }
.main-nav > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--menu-indicador-ativo); transition: right 0.2s ease; }
.main-nav > a:hover, .main-nav > a.is-active { color: var(--menu-texto-hover); opacity: 1; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.main-nav .btn-light { background: var(--menu-botao-fundo); color: var(--menu-botao-texto); }
.main-nav .btn-light:hover { background: var(--menu-botao-hover); color: var(--menu-botao-texto-hover); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 9px; border: 0; border-radius: var(--raio-pequeno); background: var(--fundo-transparente); }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; border-radius: 99px; background: var(--menu-mobile-icone); transition: transform 0.2s ease, opacity 0.2s ease; }
.menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: var(--texto-claro); background: var(--gradiente-hero-base); }
.hero-media { position: absolute; inset: 0; background-image: var(--overlay-hero-desktop), var(--imagem-hero); background-size: cover; background-position: center right; background-repeat: no-repeat; }
.hero-grid { position: relative; z-index: 2; min-height: 690px; display: flex; align-items: center; padding: 76px 0; }
.hero-copy { width: min(690px, 60%); }
.hero-copy h1 { margin: 18px 0 22px; font-size: clamp(3rem, 5.25vw, 5.15rem); line-height: 1.035; letter-spacing: -0.055em; }
.hero-copy > p { max-width: 660px; margin: 0; font-size: 1.12rem; line-height: 1.65; color: var(--texto-claro-suave); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hero-pills span { padding: 8px 12px; border: 1px solid var(--cor-borda-clara); border-radius: 999px; background: var(--fundo-card-escuro); color: var(--texto-claro-suave); font-size: 0.875rem; font-weight: 600; }

.renewal-ribbon { background: var(--gradiente-renovacao); color: var(--texto-destaque); }
.renewal-ribbon-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 0; }
.renewal-ribbon-inner > div { display: flex; flex-direction: column; gap: 2px; }
.renewal-ribbon span { font-size: 0.95rem; font-weight: 700; }
.renewal-ribbon strong { font-size: clamp(1.25rem, 2.2vw, 1.78rem); line-height: 1.3; }

/* =========================================================
   DOR E VÍDEO
   ========================================================= */
.pain-section { padding-bottom: 82px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-grid article { padding: 30px; border: 1px solid var(--cor-borda); border-radius: var(--raio-grande); background: var(--fundo-card); box-shadow: var(--sombra-suave); }
.icon-box, .coverage-icon { display: grid; place-items: center; color: var(--cor-secundaria); background: var(--cor-secundaria-clara); }
.icon-box { width: 54px; height: 54px; border-radius: 16px; font-size: 1.55rem; }
.pain-grid h3 { margin: 20px 0 8px; font-size: 1.18rem; line-height: 1.35; }
.pain-grid p { margin: 0; color: var(--texto-secundario); font-size: 1rem; }

.video-section { padding-top: 36px; }
.video-layout { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 58px; align-items: center; }
.video-cover { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: var(--raio-extra); background: var(--fundo-escuro); box-shadow: var(--sombra-card); }
.video-cover img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.35s ease; }
.video-cover:hover img { transform: scale(1.025); }
.play-button { position: absolute; inset: 50% auto auto 50%; width: 82px; height: 82px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; background: var(--cor-destaque); color: var(--texto-destaque); box-shadow: var(--sombra-forte); font-size: 2.1rem; transition: transform 0.22s ease; }
.play-button svg { fill: currentColor; stroke: none; margin-left: 5px; }
.video-cover:hover .play-button { transform: translate(-50%, -50%) scale(1.08); }
.video-copy h2 { margin: 12px 0 18px; font-size: clamp(2rem, 3.8vw, 3.35rem); line-height: 1.15; letter-spacing: -0.04em; }
.video-copy p { margin: 0 0 26px; color: var(--texto-secundario); }

/* =========================================================
   PROTEÇÕES E COBERTURAS
   ========================================================= */
.pillar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pillar-grid article { min-height: 228px; padding: 24px; border: 1px solid var(--cor-borda); border-radius: var(--raio-medio); background: var(--fundo-card); }
.pillar-grid article > span { display: inline-flex; min-width: 44px; height: 34px; align-items: center; justify-content: center; border-radius: 999px; background: var(--cor-secundaria-clara); color: var(--cor-secundaria); font-size: 0.875rem; font-weight: 800; }
.pillar-grid h3 { margin: 22px 0 8px; font-size: 1.08rem; }
.pillar-grid p { margin: 0; color: var(--texto-secundario); font-size: 0.95rem; }
.coverage-heading { margin: 70px 0 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.coverage-heading h3 { max-width: 740px; margin: 8px 0 0; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.22; letter-spacing: -0.03em; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.coverage-grid article { min-height: 285px; padding: 28px; border: 1px solid var(--cor-borda); border-radius: var(--raio-grande); background: var(--fundo-card); box-shadow: var(--sombra-suave); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.coverage-grid article:hover { transform: translateY(-5px); box-shadow: var(--sombra-card); border-color: var(--cor-borda-forte); }
.coverage-icon { width: 56px; height: 56px; border-radius: 17px; font-size: 1.6rem; }
.coverage-grid h3 { margin: 20px 0 9px; font-size: 1.15rem; line-height: 1.35; }
.coverage-grid p { margin: 0; color: var(--texto-secundario); font-size: 0.95rem; }
.coverage-more { margin-top: 28px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--cor-borda); border-radius: var(--raio-medio); background: var(--fundo-principal); }
.coverage-more p { margin: 0; color: var(--texto-secundario); }

/* =========================================================
   PERFIS DE EMPRESA
   ========================================================= */
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.profile-grid article { position: relative; min-height: 240px; padding: 28px; overflow: hidden; border: 1px solid var(--cor-borda); border-radius: var(--raio-grande); background: var(--fundo-card); }
.profile-grid article::after { content: ''; position: absolute; right: -42px; top: -42px; width: 130px; height: 130px; border-radius: 50%; background: var(--cor-secundaria-clara); opacity: 0.65; }
.profile-grid strong { position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--cor-primaria); color: var(--texto-claro); font-size: 0.95rem; }
.profile-grid h3 { position: relative; z-index: 1; margin: 21px 0 8px; font-size: 1.2rem; }
.profile-grid p { position: relative; z-index: 1; margin: 0; color: var(--texto-secundario); font-size: 0.95rem; }
.profiles-cta { margin-top: 28px; padding: 25px 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-radius: var(--raio-medio); background: var(--fundo-suave); }
.profiles-cta p { margin: 0; max-width: 760px; }

/* =========================================================
   SIMULADOR
   ========================================================= */
.simulator-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 58px; align-items: start; }
.simulator-intro { position: sticky; top: 112px; }
.simulator-intro h2 { margin: 12px 0 18px; font-size: clamp(2.2rem, 4vw, 3.55rem); line-height: 1.13; letter-spacing: -0.045em; }
.simulator-intro > p { color: var(--texto-secundario); }
.simulator-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.simulator-benefits div { padding: 16px 13px; border: 1px solid var(--cor-borda); border-radius: var(--raio-pequeno); background: var(--fundo-card); }
.simulator-benefits strong, .simulator-benefits span { display: block; }
.simulator-benefits strong { color: var(--cor-secundaria); font-size: 1rem; }
.simulator-benefits span { margin-top: 3px; color: var(--texto-secundario); font-size: 0.9rem; }
.simulator-note { padding: 18px; border-left: 4px solid var(--cor-destaque); border-radius: 0 var(--raio-pequeno) var(--raio-pequeno) 0; background: var(--cor-alerta-fundo); color: var(--texto-principal) !important; font-size: 0.95rem; }
.simulator-card { min-height: 590px; padding: 34px; border: 1px solid var(--cor-borda); border-radius: var(--raio-extra); background: var(--fundo-card); box-shadow: var(--sombra-card); }
.simulator-progress, .form-progress { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.simulator-progress::before, .form-progress::before { content: ''; position: absolute; left: 0; right: 148px; height: 8px; border-radius: 99px; background: var(--progresso-fundo); }
.simulator-progress i, .form-progress i { position: relative; z-index: 1; width: 12.5%; height: 8px; border-radius: 99px; background: var(--progresso-barra); transition: width 0.25s ease; }
.simulator-progress span, .form-progress span { margin-left: auto; color: var(--texto-secundario); font-size: 0.875rem; }
.sim-step { display: none; margin: 0; padding: 0; border: 0; }
.sim-step.is-active { display: block; }
.sim-step legend { margin-bottom: 20px; font-size: 1.35rem; line-height: 1.35; font-weight: 800; }
.step-help { margin: -10px 0 17px; color: var(--texto-secundario); font-size: 0.95rem; }
.choice-grid { display: grid; gap: 11px; }
.choice-grid.two { grid-template-columns: 1fr 1fr; }
.choice-grid label { position: relative; display: block; }
.choice-grid input { position: absolute; width: 1px; height: 1px; margin: 0; padding: 0; opacity: 0; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
.choice-grid span { min-height: 60px; display: flex; align-items: center; padding: 13px 16px; border: 1px solid var(--opcao-borda); border-radius: 14px; background: var(--opcao-fundo); font-size: 0.95rem; line-height: 1.45; font-weight: 600; transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }
.choice-grid label:hover span { background: var(--opcao-hover); transform: translateY(-1px); }
.choice-grid input:checked + span { border-color: var(--opcao-selecionada-borda); background: var(--opcao-selecionada-fundo); box-shadow: var(--sombra-foco); }
.choice-grid input:focus-visible + span { outline: 3px solid var(--cor-foco); outline-offset: 3px; }
.check-grid span::before { content: '✓'; width: 24px; height: 24px; margin-right: 11px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--opcao-borda); border-radius: 7px; color: var(--fundo-transparente); background: var(--fundo-principal); font-size: 0.875rem; }
.check-grid input:checked + span::before { color: var(--texto-claro); border-color: var(--cor-secundaria); background: var(--cor-secundaria); }
.simulator-actions { margin-top: 26px; display: flex; justify-content: flex-end; gap: 10px; }
.simulator-result h3 { margin: 14px 0 10px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; letter-spacing: -0.04em; }
.simulator-result > p { color: var(--texto-secundario); }
.result-badge { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--cor-secundaria-clara); color: var(--cor-secundaria); font-size: 0.875rem; font-weight: 800; }
.result-block { margin-top: 26px; }
.result-block h4 { margin: 0 0 13px; font-size: 1.02rem; }
.result-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.result-cards article { padding: 15px; border: 1px solid var(--resultado-borda); border-radius: var(--raio-pequeno); background: var(--resultado-fundo); }
.result-cards strong, .result-cards span { display: block; }
.result-cards strong { font-size: 1rem; }
.result-cards span { margin-top: 5px; color: var(--texto-secundario); font-size: 0.9rem; line-height: 1.55; }
.result-secondary ul, .result-attention ul { margin: 0; padding-left: 22px; color: var(--texto-secundario); font-size: 0.95rem; }
.result-secondary li, .result-attention li { margin: 8px 0; }
.result-attention { padding: 18px; border-radius: var(--raio-medio); background: var(--cor-alerta-fundo); }
.result-disclaimer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--cor-divisor); font-size: 0.875rem; }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.reset-link { display: block; margin: 20px auto 0; }

/* =========================================================
   REVISÃO E RENOVAÇÃO
   ========================================================= */
.policy-section { padding-bottom: 58px; }
.policy-grid { display: flex; flex-direction: column; gap: 54px; }
.policy-card { width: 100%; padding: 46px; border-radius: var(--raio-extra); }
.renewal-card { margin-top: 4px; }
.policy-card h2 { margin: 10px 0 16px; font-size: clamp(2rem, 3.3vw, 3.1rem); line-height: 1.15; letter-spacing: -0.04em; }
.policy-card p { margin: 0 0 20px; }
.review-card { border: 1px solid var(--cor-borda); background: var(--fundo-suave); }
.review-card p { color: var(--texto-secundario); }
.renewal-card { color: var(--texto-claro); background: var(--gradiente-escuro); }
.renewal-card .mini-eyebrow { color: var(--cor-destaque); }
.renewal-card p { color: var(--texto-claro-suave); }
.renewal-statement { font-size: 1.22rem; font-weight: 800; color: var(--cor-destaque) !important; }
.check-list { margin: 20px 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 29px; color: var(--texto-secundario); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--cor-sucesso); font-weight: 800; }
.policy-details-strip { padding: 42px 0 74px; }
.policy-details-inner { padding: 31px 34px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid var(--cor-borda); border-radius: var(--raio-grande); background: var(--fundo-principal); box-shadow: var(--sombra-suave); }
.policy-details-inner h2 { margin: 8px 0 8px; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.2; }
.policy-details-inner p { max-width: 820px; margin: 0; color: var(--texto-secundario); }

/* =========================================================
   PROCESSO E DIFERENCIAIS
   ========================================================= */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-grid article { padding: 28px; border: 1px solid var(--cor-borda); border-radius: var(--raio-grande); background: var(--fundo-card); }
.process-grid article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: var(--cor-primaria); color: var(--texto-claro); font-weight: 800; }
.process-grid h3 { margin: 20px 0 8px; font-size: 1.08rem; }
.process-grid p { margin: 0; color: var(--texto-secundario); font-size: 0.95rem; }
.broker-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 58px; align-items: center; }
.broker-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.broker-grid article { min-height: 225px; padding: 26px; border: 1px solid var(--cor-borda-clara); border-radius: var(--raio-grande); background: var(--fundo-card-escuro); }
.broker-grid span { color: var(--cor-destaque); font-size: 0.875rem; font-weight: 800; }
.broker-grid h3 { margin: 18px 0 8px; font-size: 1.06rem; }
.broker-grid p { margin: 0; color: var(--texto-claro-suave); font-size: 0.95rem; }

/* =========================================================
   FAQ E CTA FINAL
   ========================================================= */
.faq-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 58px; align-items: start; }
.faq-list { border-top: 1px solid var(--cor-borda); }
.faq-item { border-bottom: 1px solid var(--cor-borda); }
.faq-item h3 { margin: 0; }
.faq-item h3 button { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; background: var(--fundo-transparente); color: var(--texto-principal); text-align: left; font-size: 0.98rem; font-weight: 700; }
.faq-item h3 i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--fundo-suave); color: var(--cor-secundaria); font-style: normal; transition: transform 0.2s ease; }
.faq-item.is-open h3 i { transform: rotate(45deg); }
.faq-answer { padding: 0 56px 22px 0; }
.faq-answer p { margin: 0; color: var(--texto-secundario); font-size: 1rem; }
.final-cta { padding: 86px 0; color: var(--texto-claro); background: var(--gradiente-escuro); }
.final-cta-inner { max-width: 980px; text-align: center; }
.final-cta h2 { margin: 12px 0 18px; font-size: clamp(2.35rem, 4.8vw, 4.25rem); line-height: 1.1; letter-spacing: -0.05em; }
.final-cta p { margin: 0; color: var(--texto-claro-suave); }
.final-actions { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* =========================================================
   RODAPÉ
   ========================================================= */
.site-footer { padding: 64px 0 24px; color: var(--texto-claro); background: var(--fundo-escuro); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 0.8fr 0.85fr; gap: 48px; }
.footer-brand img { width: 230px; height: auto; }
.footer-grid p { max-width: 480px; color: var(--texto-claro-fraco); font-size: 0.95rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { color: var(--cor-destaque); font-size: 0.95rem; }
.footer-grid a, .footer-grid span, .footer-grid button { border: 0; padding: 0; background: var(--fundo-transparente); color: var(--texto-claro-suave); font-size: 0.9rem; text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--cor-destaque); }
.footer-disclaimer { margin-top: 42px; padding: 18px 0; border-top: 1px solid var(--cor-borda-clara); border-bottom: 1px solid var(--cor-borda-clara); }
.footer-disclaimer p { margin: 0; color: var(--texto-claro-fraco); font-size: 0.875rem; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: var(--texto-claro-fraco); font-size: 0.875rem; }

/* =========================================================
   FORMULÁRIOS E MODAIS
   ========================================================= */
.hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.modal, .modal-layer { position: fixed; inset: 0; z-index: 160; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.is-open, .modal-layer.is-open { display: flex; }
.modal-backdrop, .modal-layer::before { content: ''; position: absolute; inset: 0; background: var(--overlay-modal); backdrop-filter: blur(5px); }
.modal-panel, .analysis-dialog, .policy-dialog, .info-dialog, .privacy-dialog { position: relative; z-index: 1; max-height: calc(100vh - 40px); overflow: auto; border-radius: var(--raio-extra); background: var(--fundo-modal); box-shadow: var(--sombra-forte); }
.modal-panel { width: min(920px, 100%); padding: 34px; }
.modal-small { width: min(520px, 100%); }
.modal-close { position: absolute; top: 15px; right: 15px; z-index: 5; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--fundo-suave); color: var(--texto-principal); font-size: 1.55rem; line-height: 1; }
.modal-close:hover { background: var(--cor-secundaria-clara); }
.analysis-dialog { width: min(1120px, 100%); display: grid; grid-template-columns: 0.82fr 1.18fr; overflow: hidden; }
.analysis-side, .policy-side { padding: 46px; color: var(--texto-claro); background: var(--gradiente-escuro); }
.analysis-side img { width: 230px; height: auto; margin-bottom: 34px; }
.analysis-side h2, .policy-side h2 { margin: 12px 0 16px; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.13; letter-spacing: -0.04em; }
.analysis-side > p, .policy-side > p { color: var(--texto-claro-suave); }
.form-side-card { margin-top: 28px; padding: 18px; border: 1px solid var(--cor-borda-clara); border-radius: var(--raio-medio); background: var(--fundo-card-escuro); }
.form-side-card strong, .form-side-card span { display: block; }
.form-side-card span { margin-top: 5px; color: var(--texto-claro-suave); font-size: 0.9rem; }
.analysis-side ul, .policy-side ul { margin: 25px 0 0; padding-left: 22px; color: var(--texto-claro-suave); font-size: 0.95rem; }
.analysis-form { padding: 42px; }
.form-step { display: none; }
.form-step.is-active { display: block; }
.form-step h3, .policy-form h3 { margin: 0 0 22px; font-size: 1.35rem; }
.form-grid { display: grid; gap: 16px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid label, .policy-form > label, .analysis-form label { display: flex; flex-direction: column; gap: 7px; color: var(--texto-principal); font-size: 0.9rem; font-weight: 700; }
.form-grid label small { color: var(--texto-secundario); font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid var(--campo-borda); border-radius: var(--raio-pequeno); background: var(--campo-fundo); color: var(--campo-texto); font-size: 0.94rem; }
input, select { min-height: 52px; padding: 11px 13px; }
textarea { min-height: 120px; padding: 12px 13px; resize: vertical; }
input::placeholder, textarea::placeholder { color: var(--texto-placeholder); }
input:focus, select:focus, textarea:focus { border-color: var(--campo-foco); box-shadow: var(--sombra-foco); outline: 0; }
.has-error, input:invalid.has-error, select:invalid.has-error, textarea:invalid.has-error { border-color: var(--campo-erro) !important; background: var(--cor-erro-fundo); }
.form-actions { margin-top: 28px; display: flex; justify-content: flex-end; gap: 10px; }
.check-line { margin-top: 16px; display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; font-size: 0.875rem !important; font-weight: 500 !important; }
.check-line input { width: 20px; min-height: 20px; height: 20px; margin-top: 3px; accent-color: var(--cor-secundaria); }
.check-line button { border: 0; padding: 0; background: var(--fundo-transparente); color: var(--texto-link); font-weight: 700; }
.legal-note { margin: 18px 0 0; color: var(--texto-secundario); font-size: 0.875rem; }
.review-box { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 22px; }
.review-box div { padding: 14px; border: 1px solid var(--cor-borda); border-radius: var(--raio-pequeno); background: var(--fundo-suave); }
.review-box small, .review-box strong { display: block; }
.review-box small { color: var(--texto-secundario); font-size: 0.875rem; }
.review-box strong { margin-top: 4px; font-size: 0.95rem; }

.policy-dialog { width: min(1050px, 100%); display: grid; grid-template-columns: 0.78fr 1.22fr; overflow: hidden; }
.policy-form { padding: 42px; }
.upload-field small { color: var(--texto-secundario); font-size: 0.875rem; font-weight: 500; }
.file-control { position: relative; min-height: 72px; display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px dashed var(--campo-borda); border-radius: var(--raio-pequeno); background: var(--fundo-suave); }
.file-control input { position: absolute; inset: 0; min-height: 100%; opacity: 0; cursor: pointer; }
.file-control strong { flex: 0 0 auto; padding: 9px 12px; border-radius: 9px; background: var(--cor-primaria); color: var(--texto-claro); font-size: 0.875rem; }
.file-control em { color: var(--texto-secundario); font-size: 0.875rem; font-style: normal; font-weight: 500; overflow-wrap: anywhere; }

.video-panel { width: min(1020px, 100%); }
.video-panel h2 { margin: 10px 52px 22px 0; font-size: clamp(1.8rem, 3.5vw, 2.9rem); line-height: 1.18; }
.video-frame { overflow: hidden; border-radius: var(--raio-medio); background: var(--fundo-escuro); }
.video-frame video, .video-frame iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; background: var(--fundo-escuro); }
.video-note { margin: 14px 0 0; color: var(--texto-secundario); font-size: 0.875rem; }

.info-dialog { width: min(1100px, 100%); padding: 42px; }
.info-dialog-small { width: min(860px, 100%); }
.info-dialog > h2 { margin: 10px 55px 12px 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.14; letter-spacing: -0.04em; }
.info-intro { max-width: 900px; color: var(--texto-secundario); }
.coverage-catalog { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.coverage-catalog article { padding: 22px; border: 1px solid var(--cor-borda); border-radius: var(--raio-medio); background: var(--fundo-suave); }
.coverage-catalog h3 { margin: 0 0 12px; font-size: 1.05rem; }
.coverage-catalog ul { margin: 0; padding-left: 21px; color: var(--texto-secundario); font-size: 0.95rem; }
.coverage-catalog li { margin: 6px 0; }
.modal-callout { margin-bottom: 22px; padding: 18px 20px; border-left: 4px solid var(--cor-destaque); border-radius: 0 var(--raio-pequeno) var(--raio-pequeno) 0; background: var(--cor-alerta-fundo); }
.modal-callout strong, .modal-callout span { display: block; }
.modal-callout span { margin-top: 4px; color: var(--texto-secundario); font-size: 0.95rem; }
.detail-list { display: grid; gap: 12px; margin: 28px 0; }
.detail-list article { padding: 19px 20px; border: 1px solid var(--cor-borda); border-radius: var(--raio-medio); background: var(--fundo-suave); }
.detail-list h3 { margin: 0 0 6px; font-size: 1rem; }
.detail-list p { margin: 0; color: var(--texto-secundario); font-size: 0.95rem; }
.modal-closing { color: var(--texto-secundario); }

.result-panel { text-align: center; }
.result-icon { width: 66px; height: 66px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; background: var(--cor-sucesso-fundo); color: var(--cor-sucesso); font-size: 2rem; font-weight: 800; }
.result-panel h2 { margin: 0 0 10px; font-size: 2rem; }
.result-panel p { color: var(--texto-secundario); }
.result-panel .btn { margin-top: 10px; }

.privacy-dialog { width: min(980px, 100%); padding: 32px; }
.privacy-dialog h2 { margin: 0 54px 20px 0; }
.privacy-dialog iframe { width: 100%; height: min(55vh, 560px); border: 1px solid var(--cor-borda); border-radius: var(--raio-medio); background: var(--fundo-principal); }
.cookie-preferences { margin-top: 20px; padding: 20px; border: 1px solid var(--cor-borda); border-radius: var(--raio-medio); background: var(--fundo-suave); }
.cookie-preferences h3 { margin: 0 0 12px; }
.cookie-preferences label { display: flex; align-items: center; gap: 10px; margin: 9px 0; font-size: 0.9rem; }
.cookie-preferences input { width: 19px; min-height: 19px; height: 19px; accent-color: var(--cor-secundaria); }
.cookie-preferences .btn { margin-top: 12px; }

/* =========================================================
   ELEMENTOS FLUTUANTES E COOKIES
   ========================================================= */
.floating-whatsapp { position: fixed; left: 22px; bottom: 22px; z-index: 120; min-height: 60px; display: flex; align-items: center; gap: 11px; padding: 9px 18px 9px 9px; border: 1px solid var(--cor-borda-clara); border-radius: 999px; color: var(--cor-whatsapp-texto); background: var(--gradiente-whatsapp); box-shadow: var(--sombra-whatsapp); animation: waFloat 2.8s ease-in-out infinite; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.wa-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 50%; background: var(--botao-fantasma-fundo); font-size: 1.6rem; }
.wa-icon svg { fill: currentColor; stroke: none; }
.floating-whatsapp strong { font-size: 0.875rem; }
.wa-pulse { position: absolute; left: 4px; top: 4px; width: 52px; height: 52px; border: 2px solid var(--fundo-whatsapp); border-radius: 50%; animation: waPulse 1.9s ease-out infinite; }
@keyframes waPulse { from { transform: scale(0.82); opacity: 0.75; } to { transform: scale(1.85); opacity: 0; } }
@keyframes waFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
.back-to-top { position: fixed; right: 22px; bottom: 24px; z-index: 110; width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--texto-claro); background: var(--cor-primaria); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.cookie-banner { position: fixed; right: 22px; bottom: 88px; z-index: 130; width: min(380px, calc(100% - 28px)); padding: 22px; display: none; border: 1px solid var(--cor-borda); border-radius: var(--raio-grande); background: var(--fundo-cookie); box-shadow: var(--sombra-card); }
.cookie-banner.is-visible { display: block; }
.cookie-banner.is-hidden { display: none; }
.cookie-icon { width: 38px; height: 38px; margin-bottom: 11px; display: grid; place-items: center; border-radius: 12px; background: var(--cor-secundaria-clara); color: var(--cor-secundaria); }
.cookie-banner strong { display: block; font-size: 0.94rem; }
.cookie-banner p { margin: 5px 0 16px; color: var(--texto-secundario); font-size: 0.875rem; }
.cookie-banner > .btn { width: 100%; }
.cookie-links { margin-top: 12px; display: flex; justify-content: center; gap: 15px; }
.cookie-links button { border: 0; padding: 0; background: var(--fundo-transparente); color: var(--texto-link); font-size: 0.875rem; }

/* =========================================================
   RESPONSIVIDADE
   ========================================================= */
@media (max-width: 1080px) {
  .main-nav { gap: 16px; font-size: 0.875rem; }
  .brand img { width: 195px; }
  .pillar-grid { grid-template-columns: repeat(3, 1fr); }
  .pillar-grid article:nth-child(4), .pillar-grid article:nth-child(5) { grid-column: span 1; }
  .simulator-layout, .faq-layout { grid-template-columns: 0.82fr 1.18fr; gap: 38px; }
}

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 80px; left: 0; right: 0; max-height: calc(100vh - 80px); overflow: auto; padding: 16px 20px 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--menu-mobile-borda); background: var(--menu-mobile-fundo); color: var(--menu-mobile-texto); box-shadow: var(--sombra-forte); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 15px 4px; border-bottom: 1px solid var(--menu-mobile-borda); }
  .main-nav > a::after { display: none; }
  .main-nav .btn { margin-top: 16px; }
  .hero-copy { width: min(660px, 70%); }
  .pain-grid, .coverage-grid, .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .video-layout, .simulator-layout, .faq-layout, .broker-layout { grid-template-columns: 1fr; }
  .simulator-intro { position: static; }
  .policy-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-grid article:last-child { grid-column: 1 / -1; }
  .analysis-dialog, .policy-dialog { grid-template-columns: 1fr; }
  .analysis-side, .policy-side { padding: 35px; }
  .analysis-side img { width: 210px; margin-bottom: 22px; }
  .analysis-side ul, .policy-side ul, .form-side-card { display: none; }
  .footer-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 28px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 78px; }
  body { font-size: 17px; line-height: 1.65; }
  .container { width: min(100% - 26px, var(--largura-container)); }
  .section { padding: 70px 0; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 184px; }
  .main-nav { top: 74px; max-height: calc(100vh - 74px); }
  .hero { min-height: 790px; align-items: flex-end; }
  .hero-media { background-image: var(--overlay-hero-mobile), var(--imagem-hero); background-position: center top; background-size: auto 58%, auto 58%; background-repeat: no-repeat; }
  .hero-grid { min-height: 790px; align-items: flex-end; padding: 315px 0 54px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); line-height: 1.05; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-pills { gap: 7px; }
  .hero-pills span { font-size: 0.875rem; }
  .renewal-ribbon-inner { padding: 22px 0; flex-direction: column; align-items: stretch; }
  .renewal-ribbon .btn { width: 100%; }
  .pain-grid, .coverage-grid, .profile-grid, .process-grid, .broker-grid, .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article:last-child { grid-column: auto; }
  .video-layout { gap: 34px; }
  .play-button { width: 70px; height: 70px; }
  .coverage-heading, .coverage-more, .profiles-cta, .policy-details-inner { flex-direction: column; align-items: stretch; }
  .coverage-heading { margin-top: 54px; }
  .coverage-heading .text-link { align-self: flex-start; }
  .coverage-more .btn, .profiles-cta .btn, .policy-details-inner .btn { width: 100%; }
  .simulator-card { min-height: 0; padding: 24px 18px; border-radius: var(--raio-grande); }
  .simulator-benefits { grid-template-columns: 1fr 1fr 1fr; }
  .choice-grid.two { grid-template-columns: 1fr; }
  .sim-step legend { font-size: 1.2rem; }
  .choice-grid span { min-height: 58px; font-size: 1rem; }
  .result-cards { grid-template-columns: 1fr; }
  .result-actions { flex-direction: column; }
  .result-actions .btn { width: 100%; }
  .policy-card { padding: 28px 22px; }
  .process-grid article { min-height: 0; }
  .faq-answer { padding-right: 0; }
  .final-actions { flex-direction: column; }
  .final-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .modal, .modal-layer { padding: 0; align-items: flex-end; }
  .modal-panel, .analysis-dialog, .policy-dialog, .info-dialog, .privacy-dialog { width: 100%; max-height: 94vh; border-radius: var(--raio-grande) var(--raio-grande) 0 0; }
  .modal-panel, .info-dialog, .privacy-dialog { padding: 27px 18px; }
  .analysis-side, .policy-side { padding: 30px 22px; }
  .analysis-side h2, .policy-side h2 { font-size: 2rem; }
  .analysis-form, .policy-form { padding: 27px 18px 30px; }
  .form-grid.two, .review-box, .coverage-catalog { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  input, select, textarea { font-size: 17px; }
  .form-actions { justify-content: stretch; }
  .form-actions .btn { flex: 1; }
  .video-panel h2, .info-dialog > h2 { margin-right: 46px; }
  .floating-whatsapp { left: 10px; bottom: 12px; min-height: 52px; padding: 7px 13px 7px 7px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.2s ease; }
  .floating-whatsapp.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
  .wa-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .wa-pulse { left: 1px; top: 1px; width: 50px; height: 50px; }
  .floating-whatsapp strong { font-size: 0.875rem; }
  .back-to-top { right: 12px; bottom: 14px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 74px; width: auto; }
}

@media (max-width: 420px) {
  .brand img { width: 164px; }
  .hero-copy h1 { font-size: 2.55rem; }
  .simulator-benefits { grid-template-columns: 1fr; }
  .renewal-ribbon strong { font-size: 1.22rem; }
  .floating-whatsapp strong { display: none; }
  .floating-whatsapp { width: 52px; padding: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
