/* Compatibilidade com temas de blocos e construtores do WordPress. */
body:has(.rtv-app) { margin: 0; overflow-x: clip; }
body:has(.rtv-app) .wp-block-shortcode:has(.rtv-app) { display: contents !important; }
body:has(.rtv-app) :is(.wp-block-post-content,.entry-content,.site-main,main) { max-width: none !important; overflow: visible !important; padding-inline: 0 !important; }
body:has(.rtv-app) :is(.wp-block-post-title,.entry-title) { display: none !important; }
body:has(.rtv-app) main#wp--skip-link--target { margin-block-start: 0 !important; }
body:has(.rtv-app) main#wp--skip-link--target > .wp-block-group:has(.rtv-app) { margin-block-start: 0 !important; padding-block-start: 0 !important; }
body:has(.rtv-app) :is(.wp-block-post-content,.entry-content):has(.rtv-app) { margin-block-start: 0 !important; }
body:has(.rtv-app) header.wp-block-template-part,
body:has(.rtv-app) footer.wp-block-template-part { display: none !important; }
body:has(.rtv-app) .wp-site-blocks { padding: 0 !important; }
body.rtv-landing-page { margin: 0; overflow-x: clip; }

.rtv-skip-link {
  background: #fff;
  border-radius: 0 0 8px 8px;
  color: #081a32;
  font-weight: 800;
  left: 18px;
  padding: 10px 16px;
  position: fixed;
  top: -80px;
  transition: top .18s ease;
  z-index: 99999;
}
.rtv-skip-link:focus { top: 0; }

.rtv-app {
  --rtv-navy: #081a32;
  --rtv-navy-2: #123153;
  --rtv-royal: #2474ea;
  --rtv-gold: #d5af45;
  --rtv-blue-soft: #dce7f7;
  --rtv-forest: #102b4c;
  --rtv-deep: #081a32;
  --rtv-teal: #2474ea;
  --rtv-mint: #e6eefb;
  --rtv-cream: #f6f8fc;
  --rtv-sand: #e2e9f4;
  --rtv-copper: #d5af45;
  --rtv-ink: #081a32;
  --rtv-muted: #40536e;
  --rtv-line: #cfd9e8;
  --rtv-white: #ffffff;
  color: var(--rtv-ink);
  container: rtvsite / inline-size;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  left: 50% !important;
  margin: 0 !important;
  max-width: 100vw !important;
  overflow: clip;
  position: relative;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  background: #fff;
}
.rtv-app *, .rtv-app *::before, .rtv-app *::after { box-sizing: border-box; }
.rtv-app, .rtv-app * { word-break: normal; }
.rtv-app :is(h1,h2,h3,h4,strong) { hyphens: none !important; overflow-wrap: normal !important; word-break: normal !important; }
.rtv-app :is(#rtv-sobre,#rtv-metodo,#rtv-radar,#rtv-arquetipos,#rtv-jornada,#rtv-essencial,#rtv-executiva) { scroll-margin-top: 124px; }
.rtv-app :is(h1,h2,h3,p,blockquote) { margin-top: 0; }
.rtv-app a { text-decoration: none; }

/* Marca e navegação */
.rtv-site-header {
  align-items: center;
  background: rgba(15,43,76,.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.12);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  box-shadow: 0 10px 36px rgba(2,16,35,.2);
  min-height: 94px;
  padding: 0 clamp(22px,6vw,86px);
  position: sticky;
  top: 0;
  z-index: 10;
}
body.admin-bar .rtv-site-header { top: 32px; }
.rtv-brand-lockup { align-items: center; display: inline-flex; gap: 18px; }
.rtv-brand { align-items: center; display: inline-flex; }
.rtv-brand img { display: block; height: auto; width: clamp(205px,17vw,270px); }
.rtv-brand-origin { border-left: 1px solid rgba(255,255,255,.28); color: #c9d7e9; display: grid; font-size: 9px; font-weight: 700; letter-spacing: .14em; line-height: 1.25; padding-left: 17px; text-transform: uppercase; }
.rtv-brand-origin b { color: #fff; font-size: 11px; letter-spacing: .1em; }
.rtv-brand-origin:hover { color: #ffd65c; }
.rtv-site-nav { align-items: center; display: flex; gap: clamp(18px,2.5vw,34px); justify-content: center; }
.rtv-site-nav a { color: #fff; font-size: 17px; font-weight: 650; }
.rtv-site-nav a:hover { color: #ffd65c; }
.rtv-site-nav .rtv-mobile-radar-link { display: none; }
.rtv-menu-toggle { align-items: center; background: transparent; border: 1px solid rgba(255,255,255,.34); border-radius: 9px; color: #fff; cursor: pointer; display: none; font: inherit; font-size: 14px; font-weight: 800; gap: 10px; min-height: 46px; padding: 8px 13px; }
.rtv-menu-toggle:focus-visible { outline: 3px solid #ffd65c; outline-offset: 3px; }
.rtv-menu-toggle-icon { display: grid; gap: 4px; width: 21px; }
.rtv-menu-toggle-icon i { background: currentColor; border-radius: 99px; display: block; height: 2px; transition: transform .18s ease,opacity .18s ease; width: 100%; }
.rtv-menu-toggle[aria-expanded="true"] .rtv-menu-toggle-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.rtv-menu-toggle[aria-expanded="true"] .rtv-menu-toggle-icon i:nth-child(2) { opacity: 0; }
.rtv-menu-toggle[aria-expanded="true"] .rtv-menu-toggle-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.rtv-header-cta,.rtv-button {
  align-items: center;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 12px 23px;
  transition: transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.rtv-header-cta { background: var(--rtv-gold); box-shadow: 0 10px 25px rgba(213,175,69,.22); color: var(--rtv-navy); font-size: 16px; min-height: 50px; padding: 12px 24px; }
.rtv-button-primary { background: var(--rtv-royal); color: #fff; box-shadow: 0 9px 22px rgba(15,86,255,.2); }
.rtv-button-copper { background: var(--rtv-gold); color: var(--rtv-navy); box-shadow: 0 9px 24px rgba(213,175,69,.24); }
.rtv-button-secondary { background: transparent; border: 1px solid var(--rtv-line); color: var(--rtv-deep); }
.rtv-header-cta:hover,.rtv-button:hover { transform: translateY(-1px); }
.rtv-header-cta:hover,.rtv-button-copper:hover { color: var(--rtv-navy); }
.rtv-button-primary:hover { background: #0a43cf; }
.rtv-button-copper:hover { background: #ebc55b; }
.rtv-button:disabled { cursor: not-allowed; opacity: .4; transform: none; }
.rtv-button:focus-visible,.rtv-header-cta:focus-visible,.rtv-app a:focus-visible { outline: 3px solid rgba(24,124,114,.4); outline-offset: 3px; }

/* Abertura */
.rtv-site-hero {
  background: linear-gradient(118deg,#081a32 0%,#0d2747 58%,#183e68 100%);
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(340px,.94fr);
  min-height: 580px;
  overflow: hidden;
  padding: clamp(44px,5.5vw,76px) clamp(24px,7vw,94px) 54px;
  position: relative;
  margin-inline: auto;
  max-width: none;
  width: 100%;
}
.rtv-hero-copy { align-self: center; max-width: 680px; position: relative; z-index: 2; }
.rtv-kicker,.rtv-section-label { align-items: center; color: var(--rtv-royal); display: flex; font-size: 13px; font-weight: 900; gap: 10px; letter-spacing: .15em; margin-bottom: 20px; text-transform: uppercase; }
.rtv-kicker::before,.rtv-section-label::before { background: var(--rtv-copper); content: ""; height: 1px; width: 29px; }
.rtv-site-hero .rtv-kicker { color: #ffd65c; }
.rtv-site-hero h1 { color: #fff; font-family: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size: clamp(46px,5.1vw,74px); font-weight: 760; letter-spacing: -.045em; line-height: 1.02; margin-bottom: 26px; max-width: 790px; }
.rtv-site-hero h1 em { color: #ffd04a; font-style: normal; font-weight: 760; }
.rtv-site-hero p { color: #e5edf8; font-size: clamp(18px,1.7vw,21px); line-height: 1.65; max-width: 650px; }
.rtv-hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; margin-top: 31px; }
.rtv-hero-actions > span { color: #cfdaea; font-size: 16px; font-weight: 600; }
.rtv-hero-radar-link { border-bottom: 1px solid rgba(255,255,255,.62); color: #fff; font-size: 16px; font-weight: 800; padding: 11px 2px 8px; }
.rtv-hero-radar-link:hover { border-bottom-color: #ffd65c; color: #ffd65c; }
.rtv-hero-bridge { align-self: stretch; background: #102b4c; border: 1px solid rgba(255,255,255,.18); border-radius: 6px 34px 6px 34px; box-shadow: 0 34px 86px rgba(0,8,24,.42); margin: 0; min-height: 460px; overflow: hidden; position: relative; }
.rtv-hero-bridge::after { background: linear-gradient(135deg,rgba(36,116,234,.08),transparent 42%,rgba(8,26,50,.22)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.rtv-hero-bridge img { display: block; height: 100%; object-fit: cover; object-position: 57% center; width: 100%; }

/* Compromisso e conteúdo */
.rtv-promise-band { background: #dce7f7; border-block: 1px solid rgba(8,26,50,.12); display: grid; grid-template-columns: 1.15fr 1.15fr .7fr; }
.rtv-promise-band > div { border-right: 1px solid rgba(8,26,50,.12); padding: 26px clamp(20px,3vw,42px); }
.rtv-promise-band > div:last-child { border-right: 0; }
.rtv-promise-band small { color: #8c6b10; display: block; font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.rtv-promise-band strong { color: var(--rtv-deep); display: block; font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: clamp(18px,1.6vw,23px); font-weight: 720; line-height: 1.3; margin-top: 7px; }
.rtv-content-section,.rtv-method-section,.rtv-radar-section,.rtv-archetypes-section,.rtv-journey-section { padding: clamp(38px,4vw,60px) clamp(24px,7vw,94px); }
.rtv-content-heading { align-items: start; display: grid; gap: clamp(28px,5vw,72px); grid-template-columns: .8fr 1.2fr; }
.rtv-content-heading h2,.rtv-method-intro h2,.rtv-radar-heading h2,.rtv-archetypes-heading h2,.rtv-footer-intro h2 { color: var(--rtv-deep); font-family: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size: clamp(38px,5vw,64px); font-weight: 760; letter-spacing: -.04em; line-height: 1.03; margin-bottom: 0; }
.rtv-rich-copy { color: #33445f; font-size: clamp(17px,1.5vw,19px); line-height: 1.72; }
.rtv-rich-copy p { margin-bottom: 16px; }

/* Método: uma rota contínua, não uma coleção de cartões. */
.rtv-method-section { background: #dce7f7; display: block; }
.rtv-method-intro { max-width: 1040px; }
.rtv-method-intro p { color: #33445f; font-size: 19px; line-height: 1.65; margin-top: 18px; max-width: 820px; }
.rtv-cycle-map { background: linear-gradient(135deg,#081a32,#123153); border-radius: 6px 32px 6px 32px; box-shadow: 0 28px 70px rgba(7,26,61,.2); margin-top: 34px; overflow: hidden; padding: 38px 32px 28px; }
.rtv-cycle-steps { display: grid; gap: 0; grid-template-columns: repeat(5,minmax(0,1fr)); list-style: none; margin: 0; padding: 0; position: relative; }
.rtv-cycle-steps::before { background: linear-gradient(90deg,#3b78ff,var(--rtv-royal),#1c8a7f,var(--rtv-gold),#d7c279); content: ""; height: 3px; left: 7%; position: absolute; right: 7%; top: 29px; }
.rtv-cycle-steps li { min-height: 240px; padding: 0 20px 18px; position: relative; z-index: 1; }
.rtv-cycle-steps b { align-items: center; background: var(--rtv-royal); border: 5px solid var(--rtv-navy); border-radius: 50%; color: #fff; display: flex; font-size: 14px; height: 60px; justify-content: center; margin-bottom: 24px; width: 60px; }
.rtv-cycle-steps li:nth-child(2) b { background: #3b78ff; }
.rtv-cycle-steps li:nth-child(3) b { background: #187c72; }
.rtv-cycle-steps li:nth-child(4) b { background: var(--rtv-gold); }
.rtv-cycle-steps li:nth-child(5) b { background: #d7c279; color: var(--rtv-navy); }
.rtv-cycle-steps h3 { color: #fff; font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: 28px; font-weight: 740; line-height: 1.1; margin-bottom: 12px; }
.rtv-cycle-steps p { color: #e1e7f3; font-size: 17px; line-height: 1.58; margin-bottom: 0; }
.rtv-cycle-loop { align-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 4px 24px 4px 24px; display: flex; gap: 16px; margin: 6px 0 0 auto; max-width: 760px; padding: 16px 20px; }
.rtv-cycle-loop > span { align-items: center; background: var(--rtv-gold); border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 25px; height: 48px; justify-content: center; width: 48px; }
.rtv-cycle-loop strong { color: #fff; display: block; font-size: 18px; line-height: 1.35; }
.rtv-cycle-loop small { color: #e1e7f3; display: block; font-size: 16px; line-height: 1.45; margin-top: 3px; }

/* Aplicação do Radar */
.rtv-radar-section { background: linear-gradient(135deg,#edf3fd,#dce7f7); }
.rtv-radar-heading { align-items: center; display: grid; gap: clamp(28px,4vw,52px); grid-template-columns: clamp(150px,12vw,188px) minmax(0,1fr); margin: 0 auto 32px; max-width: 1040px; text-align: left; }
.rtv-radar-heading .rtv-section-label { justify-content: flex-start; }
.rtv-radar-heading p { color: #33445f; font-size: 20px; line-height: 1.6; margin: 18px 0 0; max-width: 760px; }
.rtv-radar-seal { isolation: isolate; margin: 0; position: relative; width: 100%; }
.rtv-radar-seal::before { background: radial-gradient(circle,rgba(255,255,255,.88) 0,rgba(255,255,255,.5) 45%,rgba(255,255,255,0) 72%); content: ""; inset: -16%; position: absolute; z-index: -1; }
.rtv-radar-seal img { display: block; filter: drop-shadow(0 16px 22px rgba(8,26,50,.2)); height: auto; width: 100%; }
.rtv-radar-lenses { display: grid; gap: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0 auto 28px; max-width: 1040px; }
.rtv-radar-lenses article { background: rgba(255,255,255,.72); border: 1px solid rgba(8,26,50,.12); border-radius: 4px 20px 4px 20px; display: grid; gap: 6px 13px; grid-template-columns: 36px 1fr; padding: 18px 20px; }
.rtv-radar-lenses span { align-items: center; background: var(--rtv-navy); border-radius: 50%; color: #fff; display: flex; font-size: 11px; font-weight: 900; grid-row: 1 / 3; height: 36px; justify-content: center; letter-spacing: .06em; width: 36px; }
.rtv-radar-lenses strong { color: var(--rtv-deep); font-size: 19px; line-height: 1.2; }
.rtv-radar-lenses p { color: #3f4f69; font-size: 15px; line-height: 1.5; margin: 0; }
.rtv-shell { background: var(--rtv-white); border: 1px solid rgba(8,26,50,.14); border-radius: 6px 30px 6px 30px; box-shadow: 0 30px 75px rgba(8,26,50,.15); margin: 0 auto; max-width: 1040px; overflow: hidden; padding: clamp(26px,4vw,52px); position: relative; scroll-margin-top: 124px; }
.rtv-notice { background: #f1f5fb; border-left: 4px solid var(--rtv-gold); border-radius: 3px 16px 16px 3px; display: flex; flex-direction: column; gap: 4px; margin-bottom: 34px; padding: 17px 21px; }
.rtv-notice strong { color: var(--rtv-deep); }
.rtv-notice span { color: #3b4b65; font-size: 17px; }
.rtv-screen { display: none; outline: none; }
.rtv-screen.is-active { animation: rtv-in .32s ease both; display: block; }
@keyframes rtv-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.rtv-fieldset,.rtv-options { border: 0; margin: 0; padding: 0; }
.rtv-fieldset > legend,.rtv-options > legend { color: var(--rtv-deep); font-size: 18px; font-weight: 850; margin-bottom: 16px; }
.rtv-mode-grid { display: grid; gap: 15px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.rtv-mode-card { background: #fff; border: 1.5px solid var(--rtv-line); border-radius: 3px 24px 3px 24px; cursor: pointer; display: grid; gap: 8px; min-height: 190px; padding: 25px; position: relative; transition: transform .18s ease,border-color .18s ease,background .18s ease; }
.rtv-mode-card:hover { border-color: #86b9b2; transform: translateY(-2px); }
.rtv-mode-card:has(input:checked) { background: var(--rtv-mint); border-color: var(--rtv-teal); box-shadow: 0 0 0 3px rgba(24,124,114,.1); }
.rtv-mode-card input { height: 20px; margin: 0; position: absolute; right: 19px; top: 19px; width: 20px; }
.rtv-mode-icon { align-items: center; background: var(--rtv-forest); border-radius: 50%; color: #fff; display: flex; font-size: 21px; height: 45px; justify-content: center; width: 45px; }
.rtv-mode-card strong { color: var(--rtv-deep); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: 25px; font-weight: 740; }
.rtv-mode-card > span:last-child { color: #3f4f69; font-size: 17px; line-height: 1.55; }
.rtv-form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 28px 0 18px; }
.rtv-form-grid label { color: var(--rtv-deep); font-size: 16px; font-weight: 800; }
.rtv-form-grid label span { color: var(--rtv-muted); font-weight: 400; }
.rtv-form-grid input { background: #fbfcfa; border: 1px solid var(--rtv-line); border-radius: 10px; color: var(--rtv-ink); display: block; font: inherit; margin-top: 7px; min-height: 50px; padding: 11px 13px; width: 100%; }
.rtv-form-grid input:focus,.rtv-option:has(input:focus-visible) { box-shadow: 0 0 0 4px rgba(24,124,114,.14); outline: 2px solid var(--rtv-teal); outline-offset: 1px; }
.rtv-consent { align-items: flex-start; color: #3f4f69; display: flex; font-size: 16px; gap: 10px; margin: 14px 0 24px; }
.rtv-consent input { flex: 0 0 auto; height: 18px; margin-top: 2px; width: 18px; }
.rtv-consent a { color: var(--rtv-teal); text-decoration: underline; }
.rtv-hp { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.rtv-progress-meta { color: #3f4f69; display: flex; font-size: 16px; font-weight: 800; justify-content: space-between; margin-bottom: 9px; }
.rtv-progress { background: #e3eae7; border-radius: 999px; height: 7px; overflow: hidden; }
.rtv-progress span { background: linear-gradient(90deg,var(--rtv-royal),#54a3ff); border-radius: inherit; display: block; height: 100%; transition: width .3s ease; width: 0; }
.rtv-question { margin: 38px 0 25px; }
.rtv-context { color: var(--rtv-deep); font-family: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; font-size: clamp(23px,2.55vw,33px); font-weight: 680; letter-spacing: -.02em; line-height: 1.32; margin-bottom: 28px; max-width: 920px; }
.rtv-options { display: grid; gap: 11px; }
.rtv-option { align-items: flex-start; background: #fff; border: 1px solid var(--rtv-line); border-radius: 14px; cursor: pointer; display: flex; gap: 14px; padding: 17px 19px; transition: background .18s ease,border-color .18s ease; }
.rtv-option:hover { background: #f7faf8; border-color: #9bc5bf; }
.rtv-option:has(input:checked) { background: var(--rtv-mint); border-color: var(--rtv-teal); }
.rtv-option input { flex: 0 0 auto; height: 20px; margin: 2px 0 0; width: 20px; }
.rtv-option span { color: #263954; font-size: 18px; line-height: 1.55; }
.rtv-actions { display: flex; gap: 12px; justify-content: space-between; }
.rtv-reflection-heading { margin-bottom: 30px; max-width: 820px; }
.rtv-reflection-heading h2 { color: var(--rtv-deep); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: clamp(32px,4vw,48px); font-weight: 760; letter-spacing: -.035em; line-height: 1.08; margin: 8px 0 14px; }
.rtv-reflection-heading p { color: #3f4f69; font-size: 18px; line-height: 1.65; margin: 0; }
.rtv-reflection-fields { display: grid; gap: 18px; }
.rtv-reflection-fields label { background: #f8fafc; border: 1px solid var(--rtv-line); border-radius: 4px 20px 4px 20px; display: block; padding: clamp(20px,3vw,28px); }
.rtv-reflection-fields label > strong { color: var(--rtv-deep); display: block; font-size: 20px; line-height: 1.35; }
.rtv-reflection-fields label > span { color: #465875; display: block; font-size: 16px; line-height: 1.55; margin-top: 7px; }
.rtv-reflection-fields textarea { background: #fff; border: 1px solid #bdcbe0; border-radius: 10px; color: var(--rtv-ink); display: block; font: inherit; font-size: 17px; line-height: 1.55; margin-top: 15px; min-height: 150px; padding: 14px 15px; resize: vertical; width: 100%; }
.rtv-reflection-fields textarea:focus { border-color: var(--rtv-teal); box-shadow: 0 0 0 4px rgba(24,124,114,.14); outline: 2px solid var(--rtv-teal); outline-offset: 1px; }
.rtv-reflection-fields small { color: #5a6a82; display: block; font-size: 13px; margin-top: 7px; text-align: right; }
.rtv-reflection-note { color: #3f4f69; font-size: 15px; line-height: 1.55; margin: 18px 0 22px; }
.rtv-error { background: #fff1f0; border: 1px solid #f1b5b0; border-radius: 10px; color: #912d25; margin: 14px 0; padding: 12px 14px; }
.rtv-loading { align-items: center; background: rgba(255,254,251,.94); display: flex; flex-direction: column; inset: 0; justify-content: center; position: absolute; z-index: 20; }
.rtv-loading[hidden] { display: none !important; }
.rtv-loading > span { animation: rtv-spin .8s linear infinite; border: 4px solid var(--rtv-mint); border-radius: 50%; border-top-color: var(--rtv-teal); height: 44px; width: 44px; }
@keyframes rtv-spin { to { transform: rotate(360deg); } }

/* Resultado */
.rtv-result-layout { align-items: center; display: grid; gap: clamp(35px,6vw,72px); grid-template-columns: 1.12fr .88fr; }
.rtv-result-copy > h2 { color: var(--rtv-deep); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: clamp(38px,5vw,58px); font-weight: 760; letter-spacing: -.04em; line-height: 1.03; }
.rtv-result-copy > p { color: #3f4f69; font-size: 17px; line-height: 1.65; }
.rtv-profile-grid { display: grid; gap: 12px; margin: 26px 0; }
.rtv-profile-card { background: #f8faf8; border: 1px solid var(--rtv-line); border-radius: 14px; padding: 19px 21px; position: relative; }
.rtv-profile-card::before { background: var(--rtv-copper); border-radius: 3px; content: ""; inset: 0 auto 0 0; position: absolute; width: 5px; }
.rtv-profile-card:nth-child(2)::before { background: var(--rtv-teal); }
.rtv-profile-card > span { color: #3f4f69; font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.rtv-profile-card h3 { color: var(--rtv-deep); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: 25px; font-weight: 740; margin: 5px 0 7px; }
.rtv-profile-card p { color: #3f4f69; font-size: 16px; line-height: 1.6; margin-bottom: 0; }
.rtv-result-lock { background: var(--rtv-cream); border-radius: 14px; margin: 18px 0 24px; padding: 20px; }
.rtv-result-lock strong { color: var(--rtv-deep); }
.rtv-result-lock p { color: #3f4f69; font-size: 16px; line-height: 1.55; margin: 6px 0 0; }
.rtv-radar-preview { background: var(--rtv-deep); border-radius: 4px 38px 4px 38px; box-shadow: 0 24px 50px rgba(8,45,42,.22); color: #9fc0bb; min-height: 425px; overflow: hidden; padding: 28px; position: relative; }
.rtv-radar-preview > span { color: #e1e7f3; font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.rtv-radar-preview svg { display: block; margin: 18px auto 5px; max-width: 330px; width: 100%; }
.rtv-radar-preview small { color: #e1e7f3; display: block; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-align: center; text-transform: uppercase; }

/* Arquétipos */
.rtv-archetypes-section { background: linear-gradient(120deg,#081a32,#123153); color: #fff; }
.rtv-archetypes-section .rtv-section-label { color: #ffd65c; }
.rtv-archetypes-heading { align-items: end; display: flex; gap: 50px; justify-content: space-between; }
.rtv-archetypes-heading h2 { color: #fff; max-width: 740px; }
.rtv-archetypes-heading > p { color: #e1e7f3; font-size: 18px; line-height: 1.65; margin-bottom: 0; max-width: 470px; }
.rtv-archetype-grid { display: grid; gap: 11px; grid-template-columns: repeat(5,1fr); margin-top: 34px; }
.rtv-archetype-card { background: linear-gradient(160deg,rgba(255,255,255,.075),rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.14); border-radius: 5px 24px 5px 24px; display: flex; flex-direction: column; min-height: 440px; overflow: hidden; padding: 20px; }
.rtv-archetype-visual { align-items: center; background: #10274b; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; height: clamp(165px,12vw,205px); justify-content: center; margin: -2px -2px 24px; overflow: hidden; padding: 0; }
.rtv-archetype-visual img { display: block; height: 100%; object-fit: contain; object-position: center; width: 100%; }
.rtv-trailblazer { color: #f1bd9e; }.rtv-navigator { color: #94d4cb; }.rtv-carpenter { color: #efd782; }.rtv-articulator { color: #b7c7e8; }.rtv-guide { color: #c8b7df; }
.rtv-archetype-card h3 { color: #fff; font-family: Georgia,serif; font-size: 25px; font-weight: 500; margin-bottom: 8px; }
.rtv-archetype-card p { color: #e1e7f3; font-size: 16px; line-height: 1.6; }
.rtv-archetype-card small { color: currentColor; display: block; font-size: 15px; font-weight: 750; line-height: 1.5; margin-top: auto; padding-top: 16px; }

/* Jornada */
.rtv-journey-section { background: linear-gradient(145deg,#e7eef9 0%,#dbe7f7 52%,#eef2f7 100%); }
.rtv-modalities-heading { margin: 0 auto clamp(38px,5vw,68px); max-width: 1320px; }
.rtv-modalities-heading .rtv-content-heading { align-items: center; }
.rtv-modalities-heading h2 { color: var(--rtv-navy); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: clamp(39px,4.7vw,67px); font-weight: 760; letter-spacing: -.045em; line-height: 1.02; }
.rtv-modality-links { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 30px; }
.rtv-modality-links a { align-items: center; background: rgba(255,255,255,.78); border: 1px solid rgba(8,26,50,.13); border-radius: 4px 22px 4px 22px; color: var(--rtv-navy); display: grid; gap: 1px 16px; grid-template-columns: 48px 1fr; min-height: 96px; padding: 18px 22px; transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.rtv-modality-links a:hover { border-color: rgba(36,116,234,.48); box-shadow: 0 16px 34px rgba(8,26,50,.1); transform: translateY(-2px); }
.rtv-modality-links b { align-items: center; background: var(--rtv-navy); border-radius: 50%; color: #fff; display: flex; font-size: 12px; grid-row: 1 / 3; height: 48px; justify-content: center; letter-spacing: .08em; width: 48px; }
.rtv-modality-links a:last-child b { background: var(--rtv-gold); color: var(--rtv-navy); }
.rtv-modality-links span { font-family: Georgia,"Times New Roman",serif; font-size: 25px; line-height: 1.15; }
.rtv-modality-links small { color: #42536d; font-size: 15px; font-weight: 650; }
.rtv-essential-program { background: rgba(255,255,255,.26); border-radius: 6px 40px 6px 40px; padding: clamp(28px,4vw,54px); }
.rtv-program-hero { align-items: center; display: grid; gap: clamp(34px,6vw,90px); grid-template-columns: minmax(0,1.35fr) minmax(270px,.65fr); }
.rtv-program-intro h2 { color: var(--rtv-navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(48px,5vw,76px); font-weight: 500; letter-spacing: -.045em; line-height: 1; margin: 10px 0 18px; }
.rtv-program-intro > strong { color: var(--rtv-forest); display: block; font-size: clamp(19px,1.55vw,24px); line-height: 1.35; margin-bottom: 18px; }
.rtv-program-intro > p { color: #33445f; font-size: clamp(18px,1.5vw,21px); line-height: 1.65; margin: 0; max-width: 880px; }
.rtv-investment-card { background: linear-gradient(145deg,#071a35,#123761); border: 1px solid rgba(255,255,255,.15); border-radius: 5px 34px 5px 34px; box-shadow: 0 24px 55px rgba(7,26,53,.18); color: #fff; overflow: hidden; padding: clamp(28px,3.2vw,44px); position: relative; }
.rtv-investment-card::before { background: var(--rtv-gold); content: ""; height: 5px; left: 0; position: absolute; right: 0; top: 0; }
.rtv-investment-card span { color: #cdb46e; display: block; font-size: 13px; font-weight: 900; letter-spacing: .16em; margin-bottom: 18px; }
.rtv-investment-card strong { color: #fff; display: block; font-size: clamp(34px,3.2vw,48px); letter-spacing: -.035em; line-height: 1; }
.rtv-investment-card small { color: #d9e2f0; display: block; font-size: 17px; margin-top: 9px; }
.rtv-program-grid { display: grid; gap: 18px; grid-template-columns: 1.18fr .82fr; margin-top: clamp(36px,5vw,68px); }
.rtv-program-panel { border: 1px solid rgba(7,26,61,.1); border-radius: 5px 30px 5px 30px; box-shadow: 0 18px 42px rgba(8,26,50,.08); padding: clamp(28px,3.7vw,48px); }
.rtv-program-format { background: #fff; }
.rtv-program-audience { background: linear-gradient(145deg,#0b2c2a,#124541); color: #fff; }
.rtv-program-panel h3 { color: var(--rtv-navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(32px,3vw,44px); font-weight: 500; letter-spacing: -.035em; margin: 20px 0 22px; }
.rtv-program-audience h3 { color: #fff; }
.rtv-program-panel ul { list-style: none; margin: 0; padding: 0; }
.rtv-program-panel li { color: #34455f; font-size: 17px; line-height: 1.55; padding: 11px 0 11px 28px; position: relative; }
.rtv-program-panel li + li { border-top: 1px solid rgba(7,26,61,.09); }
.rtv-program-panel li::before { color: var(--rtv-gold); content: "→"; font-weight: 900; left: 0; position: absolute; top: 11px; }
.rtv-program-audience li { color: #e2eaf3; }
.rtv-program-audience li + li { border-top-color: rgba(255,255,255,.12); }
.rtv-program-audience blockquote { border-left: 3px solid var(--rtv-gold); color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(25px,2.3vw,34px); font-style: italic; line-height: 1.2; margin: 32px 0 0; padding: 4px 0 4px 20px; }
.rtv-challenge-section { background: #fff; border: 1px solid rgba(7,26,61,.1); border-radius: 5px 34px 5px 34px; display: grid; gap: clamp(30px,5vw,70px); grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); margin-top: 20px; padding: clamp(30px,4.5vw,60px); }
.rtv-challenge-heading h3,.rtv-ritual-heading h3 { color: var(--rtv-navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,4.2vw,60px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; margin: 12px 0 20px; }
.rtv-challenge-heading > p,.rtv-ritual-heading > p { color: #41516a; font-size: 18px; line-height: 1.7; margin: 0; }
.rtv-challenge-examples h4 { color: var(--rtv-navy); font-size: 18px; margin: 4px 0 18px; }
.rtv-challenge-examples ul { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; }
.rtv-challenge-examples li { background: #edf3fc; border-left: 3px solid var(--rtv-royal); border-radius: 3px 15px 3px 15px; color: #33445f; font-size: 16px; line-height: 1.5; min-height: 104px; padding: 17px 18px; }
.rtv-principle-card { align-items: center; background: #f6f1e5; border: 1px solid rgba(166,136,58,.28); border-radius: 4px 20px 4px 20px; display: grid; gap: 12px 28px; grid-column: 1 / -1; grid-template-columns: auto 1fr; padding: 24px 28px; }
.rtv-principle-card span { color: #80661f; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.rtv-principle-card strong { color: var(--rtv-navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(21px,2vw,28px); font-weight: 500; line-height: 1.3; }
.rtv-ritual-section { background: linear-gradient(135deg,#071a35,#12365c); border-radius: 5px 34px 5px 34px; color: #fff; margin-top: 20px; overflow: hidden; padding: clamp(30px,4.5vw,60px); }
.rtv-ritual-heading { align-items: end; display: grid; gap: clamp(26px,5vw,70px); grid-template-columns: .9fr 1.1fr; }
.rtv-ritual-heading .rtv-section-label { color: #cdb46e; }
.rtv-ritual-heading h3 { color: #fff; }
.rtv-ritual-heading > p { color: #dbe5f2; padding-bottom: 4px; }
.rtv-ritual-steps { display: grid; gap: 10px; grid-template-columns: repeat(5,1fr); list-style: none; margin: 38px 0 0; padding: 0; }
.rtv-ritual-steps li { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 4px 18px 4px 18px; min-height: 210px; padding: 22px 18px; }
.rtv-ritual-steps b { color: #d7bd70; display: block; font-size: 27px; letter-spacing: -.025em; margin-bottom: 30px; }
.rtv-ritual-steps strong { color: #fff; display: block; font-family: Georgia,"Times New Roman",serif; font-size: 21px; font-weight: 500; line-height: 1.15; margin-bottom: 10px; }
.rtv-ritual-steps span { color: #cfd9e8; display: block; font-size: 14px; line-height: 1.5; }
.rtv-ritual-close { align-items: center; display: flex; gap: 14px; justify-content: flex-end; margin-top: 28px; }
.rtv-ritual-close > span { align-items: center; background: var(--rtv-gold); border-radius: 50%; color: var(--rtv-navy); display: flex; font-size: 20px; height: 42px; justify-content: center; width: 42px; }
.rtv-ritual-close strong { color: #fff; font-size: 18px; }
.rtv-curriculum-section { background: #fff; border: 1px solid rgba(7,26,61,.1); border-radius: 5px 34px 5px 34px; margin-top: 20px; padding: clamp(30px,4.5vw,60px); }
.rtv-curriculum-heading { align-items: end; display: grid; gap: clamp(26px,5vw,70px); grid-template-columns: .82fr 1.18fr; }
.rtv-curriculum-heading h3 { color: var(--rtv-navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(40px,4.3vw,62px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; margin: 10px 0 0; }
.rtv-curriculum-heading > p { color: #41516a; font-size: 18px; line-height: 1.7; margin: 0; padding-bottom: 4px; }
.rtv-curriculum-grid { display: grid; gap: 13px; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 38px; }
.rtv-cycle-card { --cycle-accent: var(--rtv-royal); background: #f3f6fb; border: 1px solid #d7e0ed; border-radius: 4px 22px 4px 22px; min-width: 0; overflow: hidden; padding: 24px 20px 20px; position: relative; }
.rtv-cycle-card::before { background: var(--cycle-accent); content: ""; height: 5px; inset: 0 0 auto; position: absolute; }
.rtv-cycle-mobilize { --cycle-accent: #2f8f86; }
.rtv-cycle-act { --cycle-accent: var(--rtv-gold); }
.rtv-cycle-learn { --cycle-accent: #8a72b5; }
.rtv-cycle-card header { align-items: center; display: flex; gap: 14px; margin-bottom: 22px; }
.rtv-cycle-act header > b { color: var(--rtv-navy); }
.rtv-cycle-card header span { color: #53647c; display: block; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.rtv-cycle-card h4 { color: var(--rtv-navy); font-family: Georgia,"Times New Roman",serif; font-size: 29px; font-weight: 500; line-height: 1; margin: 3px 0 0; }
.rtv-cycle-card ol { list-style: none; margin: 0; padding: 0; }
.rtv-cycle-card li { border-top: 1px solid #d7e0ed; counter-increment: list-item; padding: 19px 0 5px 36px; position: relative; }
.rtv-cycle-card li::before { color: var(--cycle-accent); content: counter(list-item,decimal-leading-zero); font-size: 12px; font-weight: 900; left: 0; letter-spacing: .06em; position: absolute; top: 23px; }
.rtv-cycle-card li > strong { color: var(--rtv-navy); display: block; font-size: 18px; line-height: 1.25; text-transform: uppercase; }
.rtv-cycle-card li > small { color: #33445f; display: block; font-size: 15px; font-weight: 750; line-height: 1.4; margin-top: 5px; }
.rtv-cycle-card li > p { color: #52617a; font-size: 15px; line-height: 1.55; margin: 10px 0 0; }
.rtv-executive-section { background: linear-gradient(135deg,#06162c,#12365c); border-radius: 6px 42px 6px 42px; color: #fff; margin-top: clamp(30px,4vw,54px); overflow: hidden; padding: clamp(32px,5vw,68px); }
.rtv-executive-hero { align-items: center; display: grid; gap: clamp(34px,6vw,90px); grid-template-columns: minmax(0,1.3fr) minmax(270px,.7fr); }
.rtv-executive-hero .rtv-section-label { color: #e1c66f; }
.rtv-executive-hero h2 { color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(48px,5vw,74px); font-weight: 500; letter-spacing: -.045em; line-height: 1; margin: 10px 0 18px; }
.rtv-executive-hero > div > strong { color: #e3bc50; display: block; font-size: clamp(19px,1.55vw,24px); line-height: 1.35; margin-bottom: 18px; }
.rtv-executive-hero > div > p { color: #dbe5f2; font-size: clamp(18px,1.5vw,20px); line-height: 1.67; margin: 0; max-width: 850px; }
.rtv-executive-summary { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 5px 30px 5px 30px; overflow: hidden; padding: clamp(28px,3.2vw,42px); position: relative; }
.rtv-executive-summary::before { background: var(--rtv-gold); content: ""; height: 5px; inset: 0 0 auto; position: absolute; }
.rtv-executive-summary span { color: #d8c783; display: block; font-size: 13px; font-weight: 900; letter-spacing: .15em; margin-bottom: 18px; }
.rtv-executive-summary strong { color: #fff; display: block; font-size: clamp(34px,3.2vw,48px); line-height: 1; }
.rtv-executive-summary small { color: #d9e2f0; display: block; font-size: 17px; margin-top: 9px; }
.rtv-executive-grid { display: grid; gap: 18px; grid-template-columns: 1.05fr .95fr; margin-top: clamp(34px,5vw,62px); }
.rtv-executive-format,.rtv-personalization-card { border: 1px solid rgba(255,255,255,.15); border-radius: 5px 28px 5px 28px; padding: clamp(27px,3.5vw,44px); }
.rtv-executive-format { background: #fff; color: var(--rtv-navy); }
.rtv-personalization-card { background: rgba(255,255,255,.075); }
.rtv-executive-grid h4 { color: var(--rtv-navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(32px,3vw,44px); font-weight: 500; letter-spacing: -.035em; margin: 20px 0 22px; }
.rtv-personalization-card h4 { color: #fff; }
.rtv-executive-format ul { list-style: none; margin: 0; padding: 0; }
.rtv-executive-format li { color: #34455f; font-size: 17px; line-height: 1.55; padding: 10px 0 10px 28px; position: relative; }
.rtv-executive-format li + li { border-top: 1px solid rgba(7,26,61,.09); }
.rtv-executive-format li::before { color: var(--rtv-gold); content: "→"; font-weight: 900; left: 0; position: absolute; top: 10px; }
.rtv-personalization-card > p { color: #dbe5f2; font-size: 18px; line-height: 1.7; }
.rtv-personalization-card > p strong { color: #fff; }
.rtv-personalization-bar { border: 1px solid rgba(255,255,255,.16); border-radius: 4px 18px 4px 18px; display: grid; grid-template-columns: 3fr 2fr; margin: 28px 0; overflow: hidden; }
.rtv-personalization-bar span { background: var(--rtv-gold); color: var(--rtv-navy); font-size: 13px; font-weight: 800; padding: 16px 13px; text-align: center; }
.rtv-personalization-bar span:last-child { background: #2b78e9; color: #fff; }
.rtv-personalization-bar b { display: block; font-size: 23px; line-height: 1.1; }
.rtv-personalization-card blockquote { border-left: 3px solid var(--rtv-gold); color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(28px,2.6vw,38px); font-style: italic; line-height: 1.2; margin: 30px 0 0; padding: 5px 0 5px 20px; }

/* Informações operacionais, atualizáveis pelo painel. */
.rtv-faq-section { background: #f8f5ed; display: grid; gap: clamp(32px,5vw,78px); grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); padding: clamp(40px,5vw,72px) clamp(24px,7vw,94px); }
.rtv-faq-heading h2 { color: var(--rtv-navy); font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: clamp(38px,4.7vw,62px); font-weight: 760; letter-spacing: -.04em; line-height: 1.02; margin: 12px 0 18px; }
.rtv-faq-heading p { color: #3f4f69; font-size: 18px; line-height: 1.65; margin: 0; }
.rtv-faq-list { border-top: 1px solid rgba(8,26,50,.16); }
.rtv-faq-list details { border-bottom: 1px solid rgba(8,26,50,.16); }
.rtv-faq-list summary { color: var(--rtv-deep); cursor: pointer; font-size: 19px; font-weight: 800; line-height: 1.35; list-style: none; padding: 20px 44px 20px 0; position: relative; }
.rtv-faq-list summary::-webkit-details-marker { display: none; }
.rtv-faq-list summary::after { color: var(--rtv-gold); content: "+"; font-size: 28px; font-weight: 500; position: absolute; right: 6px; top: 14px; }
.rtv-faq-list details[open] summary::after { content: "−"; }
.rtv-faq-list details > div { padding: 0 44px 19px 0; }
.rtv-faq-list p { color: #3f4f69; font-size: 17px; line-height: 1.65; margin: 0; }
.rtv-faq-list p + p { margin-top: 10px; }

/* Rodapé, contatos e endosso Winnex reunidos em uma única seção. */
.rtv-site-footer { background: linear-gradient(115deg,#06162c,#102f52); color: #fff; display: grid; gap: clamp(32px,5vw,72px); grid-template-columns: 1fr .75fr; padding: clamp(40px,4vw,58px) clamp(24px,7vw,94px) 32px; }
.rtv-footer-logo { display: block; height: auto; margin-bottom: 42px; max-width: 310px; width: 55%; }
.rtv-footer-intro h2 { color: #fff; }
.rtv-footer-intro p { color: #d8e0ee; font-size: 17px; line-height: 1.65; margin-top: 19px; max-width: 560px; }
.rtv-contact-list { align-content: center; display: grid; gap: 12px; }
.rtv-contact-list a { align-items: center; color: #fff; display: grid; gap: 2px 12px; grid-template-columns: 40px 1fr; }
.rtv-contact-list a > span { align-items: center; background: var(--rtv-gold); border-radius: 8px; color: var(--rtv-navy); display: flex; grid-row: 1 / 3; height: 40px; justify-content: center; width: 40px; }
.rtv-contact-list a > span svg { fill: currentColor; height: 22px; width: 22px; }
.rtv-contact-list b { font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.rtv-contact-list small { color: #e1e7f3; font-size: 16px; overflow-wrap: anywhere; }
.rtv-footer-origin { align-items: center; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: 4px 34px 4px 34px; display: grid; gap: clamp(28px,5vw,70px); grid-column: 1 / -1; grid-template-columns: 1.35fr .65fr; padding: clamp(26px,3.5vw,46px); }
.rtv-footer-origin-copy > span,.rtv-footer-winnex > span { color: #bda25a; display: block; font-size: 13px; font-weight: 900; letter-spacing: .14em; margin-bottom: 16px; }
.rtv-footer-origin h3 { color: #fff; font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: clamp(29px,3.2vw,43px); font-weight: 740; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 16px; max-width: 920px; }
.rtv-footer-origin h3 a { color: #fff; text-decoration: underline; text-decoration-color: rgba(213,175,69,.7); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.rtv-footer-origin h3 a:hover { color: #e1c66f; }
.rtv-footer-origin p { color: #d8e0ee; font-size: 17px; line-height: 1.65; margin: 0; max-width: 850px; }
.rtv-footer-winnex { align-items: center; background: #f5f7fc; border-radius: 3px 25px 3px 25px; display: flex; flex-direction: column; justify-content: center; min-height: 210px; padding: 28px; }
.rtv-footer-winnex > span { color: #80661f; }
.rtv-footer-winnex img { display: block; height: auto; max-width: 290px; width: 100%; }
.rtv-footer-winnex { transition: box-shadow .18s ease,transform .18s ease; }
.rtv-footer-winnex:hover { box-shadow: 0 16px 36px rgba(0,0,0,.2); transform: translateY(-2px); }
.rtv-footer-signature { border-top: 1px solid rgba(255,255,255,.14); color: #d5ddec; display: flex; flex-wrap: wrap; font-size: 13px; gap: 14px 28px; grid-column: 1 / -1; justify-content: space-between; letter-spacing: .07em; padding-top: 28px; text-transform: uppercase; }
.rtv-footer-signature a { color: #fff; font-weight: 750; }
.rtv-footer-signature a:hover { color: #cdb46e; }

/* Página própria de privacidade. */
.rtv-privacy-app { background: #f4f6fb; min-height: 100vh; }
.rtv-privacy-header { align-items: center; background: rgba(247,243,233,.98); border-bottom: 1px solid rgba(7,26,61,.1); display: flex; justify-content: space-between; min-height: 88px; padding: 0 clamp(22px,6vw,86px); }
.rtv-privacy-header .rtv-brand img { width: clamp(205px,18vw,270px); }
.rtv-privacy-back { border: 1px solid rgba(7,26,61,.17); border-radius: 999px; color: var(--rtv-navy); font-size: 15px; font-weight: 800; padding: 10px 17px; }
.rtv-privacy-main { margin: 0 auto; max-width: 1500px; padding: clamp(28px,5vw,70px) clamp(20px,6vw,86px) clamp(50px,7vw,92px); width: 100%; }
.rtv-privacy-hero { background: var(--rtv-navy); border-radius: 5px 44px 5px 44px; color: #fff; padding: clamp(34px,5vw,66px); }
.rtv-privacy-hero .rtv-kicker { color: #a8d0ca; }
.rtv-privacy-hero h1 { color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: clamp(41px,5.2vw,70px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; margin: 0 0 22px; max-width: 970px; }
.rtv-privacy-hero p { color: #e1e7f3; font-size: clamp(18px,1.6vw,21px); line-height: 1.65; margin: 0; max-width: 860px; }
.rtv-privacy-hero small { color: #bbc7da; display: block; font-size: 14px; margin-top: 24px; }
.rtv-privacy-layout { align-items: start; display: grid; gap: clamp(28px,4vw,58px); grid-template-columns: 260px minmax(0,1fr); margin-top: clamp(30px,5vw,64px); }
.rtv-privacy-index { background: #fff; border: 1px solid var(--rtv-line); border-radius: 4px 26px 4px 26px; display: grid; gap: 4px; padding: 24px; position: sticky; top: 24px; }
.rtv-privacy-index strong { color: var(--rtv-navy); font-family: Georgia,serif; font-size: 21px; margin-bottom: 10px; }
.rtv-privacy-index a { border-radius: 8px; color: #3f4f69; font-size: 14px; line-height: 1.35; padding: 8px 9px; }
.rtv-privacy-index a:hover { background: #edf2fd; color: var(--rtv-royal); }
.rtv-privacy-content { background: #fff; border: 1px solid var(--rtv-line); border-radius: 5px 36px 5px 36px; padding: clamp(26px,5vw,64px); }
.rtv-privacy-content > section { border-bottom: 1px solid #e0e5ee; padding: 0 0 clamp(30px,4vw,50px); scroll-margin-top: 28px; }
.rtv-privacy-content > section + section { padding-top: clamp(30px,4vw,50px); }
.rtv-privacy-content > section:last-child { border-bottom: 0; padding-bottom: 0; }
.rtv-privacy-content > section > span { color: var(--rtv-gold); display: block; font-size: 13px; font-weight: 900; letter-spacing: .14em; margin-bottom: 10px; }
.rtv-privacy-content h2 { color: var(--rtv-navy); font-family: Georgia,"Times New Roman",serif; font-size: clamp(29px,3vw,42px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 20px; }
.rtv-privacy-content p,.rtv-privacy-content li { color: #33445f; font-size: 17px; line-height: 1.75; }
.rtv-privacy-content p { margin: 0 0 16px; }
.rtv-privacy-content ul { margin: 14px 0 20px; padding-left: 24px; }
.rtv-privacy-content li + li { margin-top: 8px; }
.rtv-privacy-content a { color: #0a49dc; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.rtv-privacy-contact { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin: 22px 0; }
.rtv-privacy-contact a { background: #eef3fd; border: 1px solid #d4deef; border-radius: 4px 18px 4px 18px; display: grid; padding: 18px; text-decoration: none; }
.rtv-privacy-contact strong { color: var(--rtv-navy); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.rtv-privacy-contact small { color: #33445f; font-size: 16px; margin-top: 4px; overflow-wrap: anywhere; }
.rtv-privacy-footer { align-items: center; background: var(--rtv-navy); color: #d5ddec; display: flex; flex-wrap: wrap; font-size: 13px; gap: 18px; justify-content: space-between; letter-spacing: .08em; padding: 26px clamp(22px,6vw,86px); text-transform: uppercase; }
.rtv-privacy-footer a { color: #fff; font-weight: 800; }

@media (max-width: 980px) {
  .rtv-site-nav { display: none; }
  .rtv-site-header { grid-template-columns: 1fr auto; }
  .rtv-site-hero,.rtv-method-section,.rtv-result-layout { grid-template-columns: 1fr; }
  .rtv-hero-bridge { min-height: 410px; }
  .rtv-promise-band { grid-template-columns: 1fr 1fr; }
  .rtv-promise-band > div:nth-child(2) { border-right: 0; }
  .rtv-promise-band > div:last-child { grid-column: 1 / -1; }
  .rtv-cycle-steps { gap: 10px; grid-template-columns: 1fr; }
  .rtv-cycle-steps::before { background: linear-gradient(#3b78ff,var(--rtv-royal),#1c8a7f,var(--rtv-gold),#d7c279); bottom: 34px; height: auto; left: 29px; right: auto; top: 29px; width: 3px; }
  .rtv-cycle-steps li { column-gap: 18px; display: grid; grid-template-columns: 60px 1fr; min-height: 0; padding: 0 0 24px; }
  .rtv-cycle-steps b { grid-row: 1 / 3; margin: 0; }
  .rtv-cycle-steps h3 { align-self: end; margin: 3px 0 7px; }
  .rtv-cycle-steps p { grid-column: 2; }
  .rtv-cycle-loop { margin-top: 0; max-width: none; }
  .rtv-archetype-grid { grid-template-columns: repeat(2,1fr); }
  .rtv-archetype-card { min-height: 420px; }
  .rtv-radar-preview { min-height: 360px; }
  .rtv-program-hero,.rtv-program-grid,.rtv-challenge-section,.rtv-ritual-heading,.rtv-curriculum-heading,.rtv-executive-hero,.rtv-executive-grid,.rtv-faq-section { grid-template-columns: 1fr; }
  .rtv-investment-card { max-width: 480px; }
  .rtv-ritual-steps { grid-template-columns: repeat(3,1fr); }
  .rtv-curriculum-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rtv-executive-summary { max-width: 480px; }
}
@media (max-width: 720px) {
  .rtv-app :is(#rtv-sobre,#rtv-metodo,#rtv-radar,#rtv-arquetipos,#rtv-jornada,#rtv-essencial,#rtv-executiva),.rtv-shell { scroll-margin-top: 94px; }
  .rtv-site-header { min-height: 72px; padding-inline: 18px; }
  .rtv-header-cta { display: none; }
  .rtv-brand img { width: 190px; }
  .rtv-site-hero { grid-template-columns: 1fr; min-height: auto; padding-inline: 22px; }
  .rtv-site-hero h1 { font-size: clamp(44px,13vw,62px); }
  .rtv-hero-bridge { border-radius: 3px 28px 3px 28px; min-height: 300px; }
  .rtv-hero-bridge img { object-position: 60% center; }
  .rtv-promise-band,.rtv-content-heading,.rtv-method-section,.rtv-mode-grid,.rtv-form-grid,.rtv-radar-lenses,.rtv-archetype-grid,.rtv-site-footer,.rtv-footer-origin,.rtv-privacy-layout,.rtv-challenge-examples ul,.rtv-principle-card,.rtv-ritual-steps,.rtv-modality-links,.rtv-curriculum-grid { grid-template-columns: 1fr; }
  .rtv-promise-band > div { border-right: 0; }
  .rtv-cycle-map { border-radius: 4px 28px 4px 28px; padding: 28px 20px 22px; }
  .rtv-cycle-steps h3 { font-size: 26px; }
  .rtv-cycle-loop { align-items: flex-start; }
  .rtv-radar-heading { gap: 17px; grid-template-columns: 1fr; text-align: center; }
  .rtv-radar-heading .rtv-section-label { justify-content: center; }
  .rtv-radar-heading p { font-size: 18px; margin-inline: auto; }
  .rtv-radar-seal { margin: 0 auto; width: 132px; }
  .rtv-shell { border-radius: 3px 24px 3px 24px; padding: 25px 18px 30px; }
  .rtv-mode-card { min-height: 0; }
  .rtv-actions { align-items: stretch; flex-direction: column-reverse; }
  .rtv-actions .rtv-button,.rtv-start-form > .rtv-button { width: 100%; }
  .rtv-context { font-size: 24px; }
  .rtv-option { padding: 15px; }
  .rtv-archetypes-heading { align-items: start; flex-direction: column; }
  .rtv-archetype-card { min-height: 410px; }
  .rtv-archetype-visual { height: 190px; }
  .rtv-investment-card { max-width: none; }
  .rtv-essential-program { border-radius: 4px 28px 4px 28px; padding: 25px 18px; }
  .rtv-modalities-heading h2 { font-size: 40px; }
  .rtv-modality-links span { font-size: 23px; }
  .rtv-program-panel li { font-size: 16px; }
  .rtv-challenge-examples li { min-height: 0; }
  .rtv-principle-card { gap: 10px; }
  .rtv-ritual-steps li { min-height: 0; }
  .rtv-ritual-steps b { margin-bottom: 18px; }
  .rtv-ritual-close { align-items: flex-start; justify-content: flex-start; }
  .rtv-curriculum-section,.rtv-executive-section { border-radius: 4px 28px 4px 28px; padding: 28px 20px; }
  .rtv-cycle-card li > p { font-size: 16px; }
  .rtv-executive-summary { max-width: none; }
  .rtv-site-footer { gap: 36px; }
  .rtv-privacy-index { position: static; }
  .rtv-footer-signature { flex-direction: column; gap: 8px; grid-column: 1; }
}
@media (max-width: 782px) {
  body.admin-bar .rtv-site-header { top: 46px; }
}
@container rtvsite (max-width: 1100px) {
  .rtv-site-nav { display: none; }
  .rtv-site-header { grid-template-columns: 1fr auto; }
  .rtv-site-hero,.rtv-method-section,.rtv-result-layout { grid-template-columns: 1fr; }
  .rtv-site-hero h1 { font-size: clamp(44px,8cqw,66px); max-width: 860px; }
  .rtv-hero-bridge { min-height: 410px; }
  .rtv-cycle-steps { gap: 10px; grid-template-columns: 1fr; }
  .rtv-cycle-steps::before { background: linear-gradient(#3b78ff,var(--rtv-royal),#1c8a7f,var(--rtv-gold),#d7c279); bottom: 34px; height: auto; left: 29px; right: auto; top: 29px; width: 3px; }
  .rtv-cycle-steps li { column-gap: 18px; display: grid; grid-template-columns: 60px 1fr; min-height: 0; padding: 0 0 24px; }
  .rtv-cycle-steps b { grid-row: 1 / 3; margin: 0; }
  .rtv-cycle-steps h3 { align-self: end; margin: 3px 0 7px; }
  .rtv-cycle-steps p { grid-column: 2; }
  .rtv-cycle-loop { margin-top: 0; max-width: none; }
  .rtv-archetype-grid { grid-template-columns: repeat(2,1fr); }
  .rtv-program-hero,.rtv-program-grid,.rtv-challenge-section,.rtv-ritual-heading,.rtv-curriculum-heading,.rtv-executive-hero,.rtv-executive-grid,.rtv-faq-section { grid-template-columns: 1fr; }
  .rtv-ritual-steps { grid-template-columns: repeat(3,1fr); }
  .rtv-curriculum-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@container rtvsite (max-width: 720px) {
  .rtv-header-cta { display: none; }
  .rtv-site-hero { grid-template-columns: 1fr; min-height: auto; padding-inline: 22px; }
  .rtv-site-hero h1 { font-size: clamp(42px,13cqw,60px); }
  .rtv-hero-bridge { border-radius: 3px 28px 3px 28px; min-height: 300px; }
  .rtv-hero-bridge img { object-position: 60% center; }
  .rtv-promise-band,.rtv-content-heading,.rtv-mode-grid,.rtv-form-grid,.rtv-radar-lenses,.rtv-archetype-grid,.rtv-site-footer,.rtv-footer-origin,.rtv-privacy-layout,.rtv-privacy-contact,.rtv-challenge-examples ul,.rtv-principle-card,.rtv-ritual-steps,.rtv-modality-links,.rtv-curriculum-grid { grid-template-columns: 1fr; }
  .rtv-promise-band > div { border-right: 0; }
  .rtv-radar-heading { gap: 17px; grid-template-columns: 1fr; text-align: center; }
  .rtv-radar-heading .rtv-section-label { justify-content: center; }
  .rtv-radar-heading p { font-size: 18px; margin-inline: auto; }
  .rtv-radar-seal { margin: 0 auto; width: 132px; }
  .rtv-investment-card { max-width: none; }
  .rtv-essential-program { border-radius: 4px 28px 4px 28px; padding: 25px 18px; }
  .rtv-challenge-examples li,.rtv-ritual-steps li { min-height: 0; }
  .rtv-ritual-steps b { margin-bottom: 18px; }
  .rtv-ritual-close { align-items: flex-start; justify-content: flex-start; }
  .rtv-curriculum-section,.rtv-executive-section { border-radius: 4px 28px 4px 28px; padding: 28px 20px; }
}
@media (max-width: 1100px) {
  .rtv-site-header { gap: 12px; grid-template-columns: minmax(0,1fr) auto auto; }
  .rtv-menu-toggle { display: inline-flex; }
  .rtv-site-nav {
    align-items: stretch;
    background: #0f2b4c;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 22px 45px rgba(2,16,35,.28);
    display: none !important;
    gap: 0;
    grid-column: 1 / -1;
    left: clamp(14px,4vw,46px);
    overflow: hidden;
    position: absolute;
    right: clamp(14px,4vw,46px);
    top: calc(100% + 1px);
  }
  .rtv-site-nav.is-open { display: grid !important; }
  .rtv-site-nav a { border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; padding: 15px 20px; }
  .rtv-site-nav a:last-child { border-bottom: 0; }
  .rtv-site-nav a:hover,.rtv-site-nav a:focus-visible { background: rgba(255,255,255,.07); }
  .rtv-site-nav .rtv-mobile-radar-link { background: #d5af45; color: #081a32; display: block; font-weight: 900; }
  .rtv-site-nav .rtv-mobile-radar-link:hover,.rtv-site-nav .rtv-mobile-radar-link:focus-visible { background: #ebc55b; color: #081a32; }
}
@media (max-width: 720px) {
  .rtv-site-header { grid-template-columns: minmax(0,1fr) auto; }
  .rtv-brand-origin { display: none; }
  .rtv-menu-toggle-label { position: absolute; clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; white-space: nowrap; width: 1px; }
  .rtv-menu-toggle { min-width: 48px; padding-inline: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .rtv-app *,.rtv-app *::before,.rtv-app *::after { scroll-behavior: auto !important; transition: none !important; }
}
