:root {
  --navy-950: #071a2a;
  --navy-900: #0d2b42;
  --navy-800: #163c58;
  --teal-700: #177b7b;
  --teal-600: #218b88;
  --teal-100: #e5f3f2;
  --gold-500: #c6a45f;
  --ink: #17212b;
  --muted: #62717e;
  --line: #d8e1e7;
  --surface: #ffffff;
  --surface-soft: #f4f7f9;
  --danger: #a93832;
  --danger-soft: #fff0ef;
  --warning: #9d5b16;
  --warning-soft: #fff5e7;
  --success: #176b4b;
  --shadow: 0 24px 70px rgba(7, 26, 42, 0.14);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #eef3f6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 10% 0%, #f8fbfc 0, #eef3f6 42%, #e8eff3 100%); color: var(--ink); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--teal-700); }
img { max-width: 100%; height: auto; }
[hidden] { display: none !important; }

.skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.family-quiz-page.is-keyboard-nav > .skip-link:focus { position: fixed; left: 1rem; top: 1rem; z-index: 1000; width: auto; height: auto; margin: 0; padding: .8rem 1rem; overflow: visible; clip: auto; clip-path: none; white-space: normal; background: #fff; color: var(--navy-950); border-radius: 8px; box-shadow: 0 10px 30px rgba(7,26,42,.2); }

.family-shell { width: min(1440px, 100%); min-height: 100vh; margin: 0 auto; padding: 0 28px; }
.family-header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 12px; padding: 0 20px; border-radius: 18px; background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); box-shadow: 0 14px 34px rgba(7, 26, 42, .18); }
.family-brand { display: inline-flex; align-items: center; width: min(300px, 64vw); }
.family-brand img { display: block; width: 100%; }
.family-header__actions { display: flex; gap: .65rem; }
.family-link-button { min-height: 44px; border: 0; background: transparent; color: #fff; font-weight: 700; padding: .7rem .8rem; border-radius: 9px; cursor: pointer; }
.family-link-button:hover, .family-link-button:focus-visible { background: rgba(255, 255, 255, .12); outline: none; }

.family-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 30px; align-items: start; padding: 20px 0 36px; }
.family-panel { min-height: 680px; background: var(--surface); border-radius: var(--radius-xl); box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(13, 43, 66, .08); }
.family-progress { padding: 18px 28px 0; background: #fff; }
.family-progress__copy { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .83rem; font-weight: 700; }
.family-progress__track { margin-top: 10px; height: 7px; background: #e8eef2; border-radius: 999px; overflow: hidden; }
.family-progress__track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal-700), var(--gold-500)); border-radius: inherit; transition: width .35s ease; }
.family-content { padding: clamp(28px, 5vw, 68px); min-height: 590px; outline: none; }
.family-error { margin: 0 28px 28px; padding: 13px 16px; color: #7e201c; background: var(--danger-soft); border: 1px solid #efc6c3; border-radius: 10px; }
.family-loading { min-height: 450px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted); }
.family-spinner { width: 22px; height: 22px; border-radius: 50%; border: 3px solid #d9e2e7; border-top-color: var(--teal-700); animation: family-spin .8s linear infinite; }
@keyframes family-spin { to { transform: rotate(360deg); } }

.family-authority { position: sticky; top: 18px; overflow: hidden; border-radius: 24px; background: var(--navy-950); color: #fff; box-shadow: 0 22px 55px rgba(7, 26, 42, .24); }
.family-authority__portrait { position: relative; aspect-ratio: 4 / 4.6; display: flex; align-items: flex-end; justify-content: center; background: radial-gradient(circle at 70% 18%, rgba(210, 171, 92, .24), transparent 42%), var(--navy-900); overflow: hidden; }
.family-authority__portrait picture { display: flex; align-items: flex-end; justify-content: center; width: 100%; height: 100%; }
.family-authority__portrait img { display: block; width: 112%; max-width: none; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .25)); }
.family-authority__copy { padding: 24px 25px 28px; }
.family-kicker, .family-eyebrow { margin: 0 0 9px; color: var(--gold-500); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.family-authority h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.family-oab { margin: 5px 0 17px; color: #cbd7df; font-weight: 700; }
.family-authority__copy > p:not(.family-kicker):not(.family-oab):not(.family-authority__warning) { color: #d7e1e7; line-height: 1.55; }
.family-authority ul { margin: 18px 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #e5ecef; }
.family-authority li::before { content: "✓"; color: #65cac4; font-weight: 900; margin-right: 9px; }
.family-authority__warning { margin: 20px 0 0; padding: 14px; border-radius: 12px; background: rgba(255,255,255,.08); color: #dce7ec; font-size: .83rem; line-height: 1.5; }
.family-authority__warning strong { color: #fff; }

.family-footer { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding: 28px 0 38px; color: #536573; font-size: .86rem; }
.family-footer > div { display: grid; gap: 4px; }
.family-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 18px; }
.family-footer a, .family-footer button { color: #536573; background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }

.family-hero { display: grid; gap: 24px; }
.family-hero h1, .family-screen h1, .family-result__header h1 { margin: 0; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.07; letter-spacing: -.025em; }
.family-lead { margin: 0; max-width: 780px; color: #50616f; font-size: clamp(1.03rem, 1.8vw, 1.2rem); line-height: 1.65; }
.family-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 4px 0 0; padding: 0; list-style: none; }
.family-benefits li { min-height: 96px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #fff, #f7fafb); color: #3d4f5c; line-height: 1.5; }
.family-benefits li::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); font-weight: 900; }
.family-notice { margin: 0; padding: 15px 17px; border-left: 4px solid var(--gold-500); background: #fbf8f0; color: #5a564a; border-radius: 0 10px 10px 0; line-height: 1.5; }

.family-primary, .family-secondary, .family-danger, .family-option { border: 0; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.family-primary { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 13px; background: linear-gradient(135deg, var(--teal-700), var(--teal-600)); color: #fff; font-weight: 850; letter-spacing: .015em; box-shadow: 0 12px 26px rgba(23,123,123,.22); }
.family-primary:hover, .family-primary:focus-visible { transform: translateY(-1px); box-shadow: 0 16px 30px rgba(23,123,123,.28); outline: 3px solid rgba(33,139,136,.22); }
.family-primary:disabled, .family-secondary:disabled { opacity: .55; cursor: wait; transform: none; }
.family-secondary { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 12px; background: #edf3f6; color: var(--navy-900); font-weight: 800; }
.family-danger { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 12px; background: var(--danger); color: #fff; font-weight: 800; text-decoration: none; }
.family-microcopy { margin: 10px 0 0; color: var(--muted); font-size: .86rem; }
.family-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }

.family-screen { max-width: 900px; }
.family-screen__heading { margin-bottom: 24px; }
.family-screen h1 { font-size: clamp(1.72rem, 3.6vw, 2.65rem); }
.family-helper { margin: 13px 0 0; color: var(--muted); line-height: 1.6; }
.family-module-intro { margin: 0 0 24px; padding: 15px 17px; background: var(--teal-100); border-radius: 12px; color: #275a5a; line-height: 1.55; }
.family-module-intro strong { display: block; margin-bottom: 5px; color: var(--teal-700); }

.family-options { display: grid; gap: 11px; padding: 0; border: 0; margin: 0; }
.family-option { position: relative; display: grid; grid-template-columns: 26px 1fr; gap: 13px; align-items: start; width: 100%; padding: 16px 17px; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); }
.family-option:hover { border-color: #83b9b6; background: #f7fcfb; }
.family-option.is-selected { border-color: var(--teal-700); background: var(--teal-100); box-shadow: 0 0 0 2px rgba(23,123,123,.08); }
.family-option input { position: absolute; opacity: 0; pointer-events: none; }
.family-option__check { width: 22px; height: 22px; border: 2px solid #a9b8c1; border-radius: 50%; background: #fff; margin-top: 1px; }
.family-option[data-multi="true"] .family-option__check { border-radius: 6px; }
.family-option.is-selected .family-option__check { border-color: var(--teal-700); background: var(--teal-700); box-shadow: inset 0 0 0 4px #fff; }
.family-option__label { display: block; font-weight: 760; line-height: 1.4; }
.family-option__description { display: block; margin-top: 4px; color: var(--muted); font-size: .89rem; line-height: 1.45; }
.family-textarea { width: 100%; min-height: 150px; resize: vertical; padding: 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; line-height: 1.55; }
.family-textarea:focus, .family-select:focus { border-color: var(--teal-700); outline: 3px solid rgba(23,123,123,.14); }
.family-counter { display: block; margin-top: 7px; text-align: right; color: var(--muted); font-size: .8rem; }
.family-repeater { display: grid; gap: 14px; }
.family-repeater__item { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-soft); }
.family-repeater__item h3 { margin: 0 0 12px; font-size: 1rem; color: var(--navy-900); }
.family-select { width: 100%; min-height: 48px; padding: 10px 42px 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.family-check-grid { display: grid; gap: 8px; }
.family-check-grid label { display: flex; align-items: flex-start; gap: 8px; padding: 9px; background: #fff; border-radius: 8px; }

.family-privacy { display: grid; gap: 15px; }
.family-privacy .family-screen__heading { margin-bottom: 2px; }
.family-privacy .family-helper { max-width: 820px; line-height: 1.52; }
.family-privacy__assurance { display: flex; gap: 12px; align-items: flex-start; padding: 14px 15px; border: 1px solid #cfe2e1; border-radius: 13px; background: #f1f8f7; color: #35515a; }
.family-privacy__assurance p { margin: 0; line-height: 1.5; }
.family-privacy__shield { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%; background: var(--teal-700); color: #fff; font-weight: 900; }
.family-privacy__form { display: grid; gap: 9px; }
.family-checkbox { display: flex; gap: 11px; align-items: flex-start; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #334551; line-height: 1.45; cursor: pointer; }
.family-checkbox:hover { border-color: #91bbb8; background: #fbfefe; }
.family-checkbox input { width: 21px; height: 21px; margin-top: 1px; accent-color: var(--teal-700); flex: 0 0 auto; }
.family-checkbox--optional { margin-top: 9px; border: 0; padding: 4px 0 0; background: transparent; font-size: .9rem; }
.family-privacy__optional { margin-top: 2px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-soft); color: #4d606c; }
.family-privacy__optional summary { cursor: pointer; font-size: .88rem; font-weight: 750; color: var(--navy-800); }
.family-privacy__links { display: flex; flex-wrap: wrap; gap: 7px 14px; margin-top: 2px; font-size: .84rem; }
.family-privacy .family-actions { margin-top: 14px; }
.family-minor-link { min-height: 44px; color: #6a4b38; background: transparent; border: 0; padding: 10px 4px; text-decoration: underline; cursor: pointer; }

.family-emergency { display: grid; gap: 20px; }
.family-emergency__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--danger-soft); color: var(--danger); font-size: 1.8rem; font-weight: 900; }
.family-emergency h1 { color: #69251f; }
.family-emergency__box { padding: 18px; border-radius: 14px; background: var(--danger-soft); border: 1px solid #edc2bf; color: #5c2925; line-height: 1.65; }
.family-quick-exit { border: 1px solid #d7dde1; background: #fff; color: #344550; min-height: 48px; padding: 0 18px; border-radius: 12px; font-weight: 800; cursor: pointer; }

.family-result { display: grid; gap: 28px; }
.family-result__header { display: grid; gap: 13px; }
.family-result__header h1 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
.family-priority { padding: 17px 18px; border-radius: 13px; background: var(--warning-soft); border: 1px solid #efd6ae; color: #704315; }
.family-priority strong { display: block; margin-bottom: 4px; }
.family-section { display: grid; gap: 14px; }
.family-section h2 { margin: 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.family-summary-grid, .family-routes, .family-combination-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.family-summary-card, .family-route, .family-combination { padding: 15px 16px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.family-summary-card strong { display: block; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.family-summary-card span { display: block; margin-top: 6px; line-height: 1.45; }
.family-route h3, .family-combination h3 { margin: 0 0 7px; color: var(--teal-700); font-size: 1rem; }
.family-route p, .family-combination p { margin: 0; color: #52636f; line-height: 1.55; }
.family-module-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.family-module-card > button, .family-faq-item > button { display: flex; justify-content: space-between; gap: 15px; width: 100%; padding: 17px 18px; background: #fff; border: 0; text-align: left; color: var(--navy-900); font-weight: 850; cursor: pointer; }
.family-module-card > button span:last-child, .family-faq-item > button span:last-child { color: var(--teal-700); font-size: 1.2rem; }
.family-module-card__body { padding: 0 18px 20px; }
.family-module-card__body h4 { margin: 18px 0 8px; color: var(--navy-800); }
.family-module-card__body ul, .family-checklist { margin: 0; padding-left: 20px; display: grid; gap: 7px; color: #465965; line-height: 1.5; }
.family-case-points { margin-top: 17px; padding: 15px; border-radius: 12px; background: #f1f8f8; border: 1px solid #d3e7e7; }
.family-case-points h4 { margin-top: 0; }
.family-case-points dl { display: grid; gap: 10px; margin: 0; }
.family-case-points dl > div { display: grid; grid-template-columns: minmax(145px, .8fr) minmax(0, 1.2fr); gap: 12px; padding-bottom: 9px; border-bottom: 1px solid #d9e7e7; }
.family-case-points dl > div:last-child { padding-bottom: 0; border-bottom: 0; }
.family-case-points dt { color: #50636e; font-size: .82rem; font-weight: 750; line-height: 1.35; }
.family-case-points dd { margin: 0; color: var(--navy-900); line-height: 1.45; }
.family-private-summary { padding: 18px; border-radius: 14px; background: #f7f3eb; border: 1px solid #e8ddc9; }
.family-private-summary p { margin: 0; color: #4a5962; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; }
.family-private-summary .family-microcopy { margin-top: 8px; }
.family-faq { display: grid; gap: 9px; }
.family-faq-item { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.family-faq-item__answer { padding: 0 17px 17px; color: #4d5f6b; line-height: 1.6; }
.family-result__conclusion { padding: 21px; border-radius: 15px; background: var(--navy-950); color: #e8f0f4; line-height: 1.65; }
.family-result__conclusion strong { display: block; color: #fff; font-size: 1.1rem; margin-bottom: 7px; }
.family-disclaimer { color: var(--muted); font-size: .82rem; line-height: 1.5; }

.family-qualified { display: grid; gap: 20px; text-align: center; max-width: 720px; margin: 0 auto; padding-top: 30px; }
.family-qualified__icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); font-size: 2rem; }
.family-qualified h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--navy-950); font-size: clamp(2rem, 4vw, 3rem); }
.family-qualified p { margin: 0; color: #52636f; line-height: 1.65; }
.family-whatsapp-button { background: #16784f; box-shadow: 0 12px 26px rgba(22,120,79,.24); }
.family-whatsapp-button:hover { box-shadow: 0 16px 30px rgba(22,120,79,.3); }
.family-dismissal { display: grid; gap: 18px; max-width: 750px; }
.family-dismissal h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--navy-950); font-size: 2.2rem; }
.family-dismissal p { color: #53646f; line-height: 1.65; }

.sc-consent { position: fixed; inset: auto 14px 14px; z-index: 9999; max-width: 760px; margin: auto; background: #fff; color: #24333d; border: 1px solid #d6e0e5; border-radius: 16px; box-shadow: 0 22px 70px rgba(7,26,42,.25); }
.sc-consent__inner { padding: 16px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; }
.sc-consent__copy strong { color: #0d2b42; }
.sc-consent__copy p { margin: 5px 0; line-height: 1.45; font-size: .88rem; }
.sc-consent__copy a { font-size: .8rem; }
.sc-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.sc-consent button { min-height: 40px; padding: 0 12px; border: 1px solid #cbd7de; border-radius: 9px; background: #f4f7f9; color: #173247; font-weight: 750; cursor: pointer; }
.sc-consent button.is-primary { background: #177b7b; border-color: #177b7b; color: #fff; }
.sc-consent button.is-link { background: transparent; border-color: transparent; text-decoration: underline; }
.sc-consent__preferences { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid #e0e7eb; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.sc-consent__preferences label { display: flex; gap: 6px; align-items: center; }

.noscript { margin: 1rem; padding: 1rem; background: #fff2d9; color: #5c3d0c; }

@media (max-width: 1020px) {
  .family-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 20px; }
  .family-authority__copy { padding: 20px; }
}

@media (max-width: 820px) {
  .family-shell { padding: 0 16px; }
  .family-header { min-height: 76px; margin-top: 8px; border-radius: 15px; }
  .family-layout { display: flex; flex-direction: column; padding-top: 8px; }
  .family-panel { width: 100%; min-height: 0; border-radius: 22px; }
  .family-content { min-height: 0; padding: 30px 22px 38px; }
  .family-authority { position: static; display: grid; grid-template-columns: 150px 1fr; width: 100%; }
  .family-authority__portrait { aspect-ratio: auto; min-height: 100%; }
  .family-authority__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
  .family-authority__copy { padding: 20px; }
  .family-authority__copy > p:not(.family-oab):not(.family-authority__warning), .family-authority ul { display: none; }
  .family-authority .family-oab { margin: 4px 0 0; font-size: .82rem; }
  .family-authority__warning { margin-top: 12px; }
  .family-footer { flex-direction: column; }
  .family-footer nav { justify-content: flex-start; }
  .sc-consent__inner { grid-template-columns: 1fr; }
  .sc-consent__actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .family-shell { padding: 0 10px; }
  .family-header { padding: 0 14px; }
  .family-brand { width: min(235px, 58vw); }
  .family-link-button { padding: .55rem .45rem; font-size: .86rem; }
  .family-layout { gap: 14px; }
  .family-panel { border-radius: 18px; }
  .family-progress { padding: 15px 18px 0; }
  .family-content { padding: 26px 18px 34px; }
  .family-benefits, .family-summary-grid, .family-routes, .family-combination-grid { grid-template-columns: 1fr; }
  .family-benefits li { min-height: 0; }
  .family-actions { flex-direction: column; align-items: stretch; }
  .family-actions > * { width: 100%; }
  .family-authority { grid-template-columns: 104px 1fr; border-radius: 18px; }
  .family-authority__copy { padding: 15px; }
  .family-authority h2 { font-size: 1.25rem; }
  .family-authority__warning { font-size: .75rem; padding: 9px; }
  .family-footer { padding: 20px 5px 30px; }
  .family-option { padding: 14px; }
  .family-case-points dl > div { grid-template-columns: 1fr; gap: 4px; }
  .sc-consent { inset: auto 8px 8px; }
  .sc-consent__inner { padding: 14px; }
  .sc-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .sc-consent__actions .is-link { grid-column: 1 / -1; }
}

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

@media print {
  .family-header, .family-authority, .family-progress, .family-footer, .family-actions, .sc-consent { display: none !important; }
  body, .family-shell { background: #fff; padding: 0; }
  .family-layout { display: block; padding: 0; }
  .family-panel { box-shadow: none; border: 0; }
  .family-content { padding: 0; }
  .family-module-card__body, .family-faq-item__answer { display: block !important; }
}


/* Refinamento de UX v1.3: personalizacao, objetividade e conversao */
.family-screen--enter { animation: family-screen-enter .28s ease both; }
@keyframes family-screen-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.family-field { display: grid; gap: 7px; }
.family-field__label { color: var(--navy-900); font-weight: 800; font-size: .93rem; }
.family-field__help { color: var(--muted); font-size: .82rem; line-height: 1.45; }
.family-text-input, .family-select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #cfdbe2; border-radius: 12px; background: #fff; color: var(--ink); outline: none; transition: border-color .16s ease, box-shadow .16s ease; }
.family-text-input:focus, .family-select:focus { border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(23,123,123,.13); }
.family-privacy__form { display: grid; gap: 16px; }
.family-checkbox--single { padding: 16px 17px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.family-privacy__links--compact { margin-top: -2px; }
.family-privacy__links--compact a { font-weight: 700; }
.family-primary--wide { width: 100%; min-height: 58px; padding-inline: 28px; }

.family-options-more { margin-top: 3px; border: 1px dashed #a8bdc9; border-radius: 13px; background: #f8fafb; overflow: hidden; }
.family-options-more > summary { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 0 17px; color: var(--navy-800); font-size: .82rem; font-weight: 900; letter-spacing: .055em; cursor: pointer; list-style: none; }
.family-options-more > summary::-webkit-details-marker { display: none; }
.family-options-more > summary span:first-child { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); font-size: 1.1rem; }
.family-options-more[open] > summary span:first-child { transform: rotate(45deg); }
.family-options-more__body { display: grid; gap: 10px; padding: 0 10px 10px; }

.family-location { display: grid; gap: 18px; }
.family-location__switch { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.family-location__mode { position: relative; display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy-800); font-weight: 800; cursor: pointer; text-align: center; }
.family-location__mode input { position: absolute; opacity: 0; }
.family-location__mode:has(input:checked) { border-color: var(--teal-700); background: var(--teal-100); box-shadow: 0 0 0 2px rgba(23,123,123,.08); }
.family-location__fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-soft); }
.family-location__effect { grid-column: 1 / -1; display: grid; gap: 9px; padding-top: 4px; }
.family-inline-choice { display: flex; align-items: center; gap: 10px; padding: 12px 13px; border: 1px solid #d5e0e6; border-radius: 10px; background: #fff; cursor: pointer; }
.family-inline-choice input { width: 19px; height: 19px; accent-color: var(--teal-700); }

.family-repeater__title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.family-repeater__title h3 { margin: 0; }
.family-repeater__remove { border: 0; background: transparent; color: #8a3e37; text-decoration: underline; cursor: pointer; font-size: .82rem; }
.family-add-entity { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px dashed var(--teal-700); border-radius: 13px; background: #f2fafa; color: var(--teal-700); font-weight: 900; cursor: pointer; }
.family-add-entity span:first-child { font-size: 1.3rem; }
.family-add-entity:hover, .family-add-entity:focus-visible { background: var(--teal-100); outline: 3px solid rgba(33,139,136,.16); }

.family-result { gap: 42px; }
.family-result__hero { display: grid; gap: 18px; padding-bottom: 4px; }
.family-result__hero h1 { margin: 0; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.025em; }
.family-result-highlights { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }
.family-result-highlight { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 11px; align-items: start; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg,#fff,#f7fafb); }
.family-result-highlight__icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--teal-100); color: var(--teal-700); font-weight: 900; }
.family-result-highlight strong, .family-result-highlight span { display: block; }
.family-result-highlight strong { color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .06em; }
.family-result-highlight div > span { margin-top: 5px; color: var(--navy-900); font-weight: 750; line-height: 1.35; }

.family-result-cta { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px, .45fr); gap: 22px; align-items: center; padding: 24px; border-radius: 18px; background: linear-gradient(135deg,var(--navy-950),var(--navy-800)); color: #fff; box-shadow: 0 18px 45px rgba(7,26,42,.18); }
.family-result-cta--top { margin-top: -10px; }
.family-result-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem,2.4vw,1.9rem); line-height: 1.2; }
.family-result-cta p:not(.family-kicker) { margin: 8px 0 0; color: #d6e2e8; line-height: 1.55; }
.family-result-cta .family-kicker { color: #e2bd74; }
.family-result-cta .family-primary { background: linear-gradient(135deg,#1b9690,#20a29a); }

.family-section--focus { padding: 22px; border: 1px solid #d8e7e6; border-radius: 18px; background: #f5fbfa; }
.family-section-title { display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: center; }
.family-section-title__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--teal-700); color: #fff; font-size: 1.25rem; font-weight: 900; }
.family-action-list { display: grid; gap: 10px; margin: 2px 0 0; padding: 0; list-style: none; }
.family-action-list li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 14px 15px; border: 1px solid #d7e5e5; border-radius: 13px; background: #fff; }
.family-action-list li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #edf7f6; color: var(--teal-700); font-size: .8rem; font-weight: 900; }
.family-action-list p { margin: 4px 0 0; color: #3f535f; line-height: 1.5; }
.family-card-icon { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 10px; border-radius: 9px; background: var(--teal-100); color: var(--teal-700); font-weight: 900; }

.family-diagnosis-grid { display: grid; gap: 15px; }
.family-diagnosis-card { padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(7,26,42,.06); }
.family-diagnosis-card__head { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 14px; align-items: start; }
.family-diagnosis-card__number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--navy-900); color: #fff; font-weight: 900; }
.family-diagnosis-card h3 { margin: 0; color: var(--navy-900); font-family: Georgia,"Times New Roman",serif; font-size: 1.35rem; }
.family-diagnosis-card__head p { margin: 7px 0 0; color: #52636f; line-height: 1.55; }
.family-diagnosis-card__path { display: grid; gap: 4px; margin-top: 16px; padding: 13px 14px; border-radius: 12px; background: #eff8f7; color: #365b5a; }
.family-diagnosis-card__path strong { color: var(--teal-700); font-size: .78rem; text-transform: uppercase; letter-spacing: .055em; }
.family-diagnosis-card__alert { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; margin-top: 10px; padding: 12px 13px; border-radius: 11px; background: var(--warning-soft); color: #704315; }
.family-diagnosis-card__alert > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #e6b76f; color: #fff; font-weight: 900; }
.family-diagnosis-card__alert p { margin: 2px 0 0; line-height: 1.45; }
.family-inline-details { margin-top: 12px; border-top: 1px solid #e2e9ed; }
.family-inline-details > button { width: 100%; display: flex; justify-content: space-between; gap: 12px; padding: 14px 0 0; border: 0; background: transparent; color: var(--teal-700); font-size: .8rem; font-weight: 900; letter-spacing: .04em; cursor: pointer; text-align: left; }
.family-inline-details .family-module-card__body { padding: 0; }

.family-section--soft { padding: 22px; border-radius: 18px; background: #f4f7f9; }
.family-resource-card { border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: #fff; }
.family-resource-card > button { display: flex; justify-content: space-between; gap: 12px; width: 100%; padding: 16px; border: 0; background: #fff; color: var(--navy-900); font-weight: 850; cursor: pointer; text-align: left; }
.family-resource-card > ul, .family-resource-card > div { padding: 0 18px 18px; }
.family-checklist--warning li::marker { color: #bd721f; }
.family-result-details { gap: 10px; }

.family-result-authority { display: grid; grid-template-columns: 68px minmax(0,1fr); gap: 17px; padding: 24px; border: 1px solid #d9e2e7; border-radius: 18px; background: linear-gradient(145deg,#fff,#f5f8fa); }
.family-result-authority__seal { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg,var(--navy-950),var(--navy-800)); color: var(--gold-500); font-family: Georgia,"Times New Roman",serif; font-size: 1.35rem; font-weight: 900; }
.family-result-authority h2 { margin: 0; color: var(--navy-900); font-family: Georgia,"Times New Roman",serif; font-size: 1.55rem; }
.family-result-authority p:not(.family-kicker) { margin: 8px 0 0; color: #52636f; line-height: 1.55; }
.family-authority-points { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 4px 0 0; padding: 0; list-style: none; }
.family-authority-points li { display: grid; grid-template-columns: 24px 1fr; gap: 8px; padding: 13px; border: 1px solid #dce6eb; border-radius: 12px; background: #fff; color: #40535f; line-height: 1.45; }
.family-authority-points li > span:first-child { color: var(--teal-700); font-weight: 900; }
.family-authority-points--qualified { grid-template-columns: 1fr; text-align: left; width: min(620px,100%); margin-inline: auto; }

.family-result-sticky { position: sticky; z-index: 20; bottom: 12px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 13px 14px 13px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(7,26,42,.96); color: #fff; box-shadow: 0 18px 45px rgba(7,26,42,.28); backdrop-filter: blur(9px); }
.family-result-sticky strong, .family-result-sticky span { display: block; }
.family-result-sticky span { margin-top: 3px; color: #cbd9e1; font-size: .82rem; }
.family-result-sticky .family-primary { min-height: 46px; white-space: nowrap; }

.family-qualified { padding-top: 8px; }
.family-qualified .family-eyebrow { margin-bottom: -8px; }
.family-qualified .family-lead { margin-inline: auto; }
.family-qualified .family-notice { text-align: left; }

@media (max-width: 820px) {
  .family-result-highlights { grid-template-columns: 1fr; }
  .family-result-cta { grid-template-columns: 1fr; }
  .family-authority-points { grid-template-columns: 1fr; }
  .family-result-sticky { bottom: 8px; }
}

@media (max-width: 560px) {
  .family-location__switch, .family-location__fields { grid-template-columns: 1fr; }
  .family-location__effect { grid-column: auto; }
  .family-result { gap: 32px; }
  .family-result-cta, .family-section--focus, .family-section--soft, .family-result-authority { padding: 18px; }
  .family-result-authority { grid-template-columns: 52px 1fr; }
  .family-result-authority__seal { width: 50px; height: 50px; border-radius: 14px; }
  .family-result-authority h2 { font-size: 1.3rem; }
  .family-diagnosis-card { padding: 17px; }
  .family-result-sticky { grid-template-columns: 1fr; gap: 9px; padding: 12px; }
  .family-result-sticky > div { display: none; }
  .family-result-sticky .family-primary { width: 100%; }
}

@media print {
  .family-result-sticky, .family-result-cta, .family-result-authority { display: none !important; }
}

/* v1.4 - QR Code rastreado, impressao completa e copy de conversao */
.family-qr-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  width: min(690px, 100%);
  margin: 2px auto 0;
  padding: 22px;
  border: 1px solid #d5e4e5;
  border-radius: 20px;
  background: linear-gradient(145deg, #f5fbfa, #fff);
  text-align: left;
  box-shadow: 0 12px 32px rgba(7, 26, 42, .07);
}
.family-qr__image {
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid #dbe5e9;
  border-radius: 16px;
  background: #fff;
}
.family-qr__image svg { display: block; width: 100%; height: 100%; }
.family-qr__fallback { color: var(--teal-700); font-weight: 850; text-align: center; }
.family-qr-card__copy { display: grid; gap: 8px; }
.family-qr-card__copy h2 { margin: 0; color: var(--navy-950); font: 700 clamp(1.35rem, 2.6vw, 1.8rem)/1.2 Georgia, "Times New Roman", serif; }
.family-qr-card__copy p:not(.family-kicker) { margin: 0; color: #52636f; line-height: 1.55; }
.family-web-whatsapp { width: max-content; margin-top: 8px; text-decoration: none; }

.family-print-document { display: none; }

@media (max-width: 560px) {
  .family-qr-card { grid-template-columns: 1fr; padding: 18px; text-align: center; }
  .family-qr__image { width: min(230px, 100%); margin: 0 auto; }
  .family-web-whatsapp { width: 100%; }
}

@media print {
  @page { size: A4; margin: 14mm 13mm 16mm; }
  * { print-color-adjust: exact !important; -webkit-print-color-adjust: exact !important; }
  body { font-size: 10.5pt; }
  .family-result [hidden] { display: block !important; }
  .family-inline-details > button,
  .family-resource-card > button,
  .family-faq-item > button { display: none !important; }
  .family-inline-details,
  .family-resource-card,
  .family-faq-item { border: 0 !important; overflow: visible !important; }
  .family-resource-card > ul,
  .family-resource-card > div,
  .family-faq-item__answer,
  .family-module-card__body { padding: 8px 0 0 !important; }
  .family-diagnosis-card,
  .family-route,
  .family-combination,
  .family-result-highlight,
  .family-action-list li { break-inside: avoid; page-break-inside: avoid; box-shadow: none !important; }
  .family-result { gap: 22px; }
  .family-section { gap: 12px; }
  .family-result__hero h1 { font-size: 25pt; }
  .family-result-highlights { grid-template-columns: repeat(3, 1fr); }

  .family-print-document { display: none !important; }
  body.print-qualified-diagnosis .family-qualified > :not(.family-print-document) { display: none !important; }
  body.print-qualified-diagnosis .family-print-document { display: block !important; color: #172b38; text-align: left; }
  body.print-qualified-diagnosis .family-panel { min-height: 0; }

  .family-print-header { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 20px; align-items: end; padding-bottom: 18px; border-bottom: 2px solid #153954; }
  .family-print-header h1 { margin: 5px 0 8px; color: #071a2a; font: 700 24pt/1.08 Georgia, "Times New Roman", serif; }
  .family-print-header p { margin: 0; color: #40535f; line-height: 1.5; }
  .family-print-meta { display: grid; gap: 4px; padding: 12px; border-radius: 10px; background: #edf6f5; color: #163e4c; text-align: right; }
  .family-print-meta span { font-size: 9pt; }
  .family-print-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 16px 0 0; }
  .family-print-summary > div { padding: 10px; border: 1px solid #d7e1e6; border-radius: 9px; }
  .family-print-summary strong, .family-print-summary span { display: block; }
  .family-print-summary strong { color: #5b6c76; font-size: 7.5pt; text-transform: uppercase; letter-spacing: .04em; }
  .family-print-summary span { margin-top: 4px; color: #102f49; font-weight: 750; }
  .family-print-section { margin-top: 20px; }
  .family-print-section > h2 { margin: 0 0 10px; padding-bottom: 6px; border-bottom: 1px solid #cbd8df; color: #102f49; font: 700 16pt/1.2 Georgia, "Times New Roman", serif; }
  .family-print-section ol, .family-print-section ul { margin: 8px 0 0; padding-left: 20px; }
  .family-print-section li { margin: 4px 0; line-height: 1.45; }
  .family-print-note { margin: 8px 0; padding: 10px 12px; border-left: 4px solid #178c87; background: #f3f8f8; break-inside: avoid; }
  .family-print-note h3 { margin: 0 0 4px; color: #153954; font-size: 11pt; }
  .family-print-note p { margin: 0; }
  .family-print-module { margin: 0 0 13px; padding: 13px; border: 1px solid #d6e0e5; border-radius: 10px; break-inside: avoid-page; }
  .family-print-module h3 { margin: 0 0 7px; color: #0b3049; font: 700 13pt/1.25 Georgia, "Times New Roman", serif; }
  .family-print-module h4 { margin: 9px 0 3px; color: #177b7b; font-size: 9pt; text-transform: uppercase; letter-spacing: .035em; }
  .family-print-module p { margin: 5px 0; line-height: 1.45; }
  .family-print-module ul { margin-top: 3px; }
  .family-print-module ul.is-warning { padding: 8px 8px 8px 26px; border-radius: 8px; background: #fff6e8; }
  .family-print-facts { margin: 9px 0; }
  .family-print-facts > div { display: grid; grid-template-columns: 42% 1fr; gap: 8px; padding: 5px 0; border-bottom: 1px dotted #d9e0e4; }
  .family-print-facts dt { font-weight: 750; }
  .family-print-facts dd { margin: 0; }
  .family-print-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .family-print-columns > h2 { grid-column: 1 / -1; }
  .family-print-columns > div { padding: 11px; border: 1px solid #d6e0e5; border-radius: 9px; break-inside: avoid; }
  .family-print-columns h3 { margin: 0; color: #153954; font-size: 11pt; }
  .family-print-qr { display: grid; grid-template-columns: 220px 1fr; gap: 18px; align-items: center; margin-top: 22px; padding: 16px; border: 2px solid #178c87; border-radius: 12px; break-inside: avoid; }
  .family-print-qr .family-qr__image { width: 220px; padding: 6px; border-radius: 8px; }
  .family-print-qr h2 { margin: 4px 0 6px; color: #071a2a; font: 700 15pt/1.2 Georgia, "Times New Roman", serif; }
  .family-print-qr p { margin: 0; line-height: 1.45; }
  .family-print-footer { margin-top: 20px; padding-top: 10px; border-top: 1px solid #cbd8df; color: #53646f; font-size: 8.5pt; }
  .family-print-footer p { margin: 0 0 6px; }
}

/* v1.5 - jornada por temas, personalizacao, diagnostico comercial e PDF permanente */
.family-screen--topics { gap: 26px; }
.family-screen--topics .family-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.family-screen--topics .family-option { min-height: 78px; align-items: flex-start; padding: 17px 18px; }
.family-screen--topics .family-option__copy { gap: 4px; }
.family-screen--topics .family-option__copy small { line-height: 1.42; }
.family-screen--topics .family-options__more { grid-column: 1 / -1; justify-self: start; }

.family-transition { display: grid; gap: 24px; min-height: 460px; align-content: center; padding: clamp(8px, 2vw, 24px) 0; }
.family-transition .family-screen__heading { max-width: 800px; }
.family-transition__mark { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(135deg, var(--teal-700), #20a29a); color: #fff; font-size: 1.75rem; font-weight: 900; box-shadow: 0 15px 34px rgba(23, 140, 135, .22); }
.family-transition__opening { max-width: 820px; padding: 18px 20px; border-left: 4px solid var(--gold-500); border-radius: 0 14px 14px 0; background: #fbf7ef; color: #5d4c31; line-height: 1.62; }
.family-journey-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }
.family-journey-list li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; align-items: center; padding: 15px 16px; border: 1px solid #d8e4e9; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(7, 26, 42, .045); }
.family-journey-list li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--navy-900); color: #fff; font-size: .8rem; font-weight: 900; }
.family-journey-list strong { color: var(--navy-900); line-height: 1.35; }
.family-encouragement { margin: -4px 0 4px; padding: 12px 15px; border-radius: 12px; background: #eff8f7; color: #35615f; font-weight: 700; line-height: 1.48; }
.family-encouragement--large { margin: 0; padding: 16px 18px; max-width: 820px; }

.family-result--v15 { gap: clamp(42px, 6vw, 72px); }
.family-result--v15 .family-result__hero { gap: 20px; padding-bottom: 0; }
.family-result--v15 .family-result__hero .family-lead { max-width: 820px; }
.family-result-executive { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: start; padding: 20px 22px; border: 1px solid #cfe1e3; border-radius: 17px; background: linear-gradient(145deg, #f2faf9, #fff); color: #304f5a; box-shadow: 0 9px 28px rgba(7, 26, 42, .045); }
.family-result-executive__icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--teal-700); color: #fff; font-weight: 900; }
.family-result-executive p { margin: 1px 0 0; line-height: 1.62; }
.family-result-highlights--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.family-result--v15 .family-result-highlight { display: grid; grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 7px; padding: 18px; }
.family-result--v15 .family-result-highlight__icon { margin: 0 auto 2px; }
.family-result--v15 .family-result-highlight > strong { font-size: .72rem; }
.family-result--v15 .family-result-highlight > span:last-child { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: var(--navy-900); font-weight: 780; line-height: 1.38; }

.family-result--v15 .family-result-cta { padding: clamp(24px, 3.5vw, 34px); gap: 28px; }
.family-result--v15 .family-result-cta--top { margin-top: -16px; }
.family-section--diagnosis { gap: 22px; }
.family-section--diagnosis > .family-helper { max-width: 760px; margin-top: -10px; }
.family-diagnosis-grid { gap: 20px; }
.family-result--v15 .family-diagnosis-card { position: relative; display: grid; justify-items: center; gap: 13px; padding: 25px 22px 22px; text-align: center; }
.family-result--v15 .family-diagnosis-card__number { margin: 0 auto 2px; width: 48px; height: 48px; border-radius: 15px; font-size: .86rem; }
.family-result--v15 .family-diagnosis-card h3 { max-width: 680px; line-height: 1.24; }
.family-diagnosis-card__summary { display: -webkit-box; overflow: hidden; max-width: 720px; margin: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #52636f; line-height: 1.52; }
.family-diagnosis-keypoints { display: grid; gap: 9px; width: 100%; margin: 4px 0 0; padding: 0; list-style: none; text-align: left; }
.family-diagnosis-keypoints li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: start; padding: 12px 13px; border-radius: 12px; background: #f2f8f8; color: #36515c; }
.family-diagnosis-keypoints li > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-700); color: #fff; font-weight: 900; }
.family-diagnosis-keypoints li.is-alert { background: #fff6e8; color: #6d481f; }
.family-diagnosis-keypoints li.is-alert > span { background: #c77922; }
.family-diagnosis-keypoints p { display: -webkit-box; overflow: hidden; margin: 2px 0 0; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-height: 1.45; }
.family-result--v15 .family-inline-details { width: 100%; text-align: left; }

.family-document-advice { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px 20px; align-items: start; padding: clamp(24px, 3vw, 32px); border: 1px solid #ead8b8; border-radius: 20px; background: linear-gradient(145deg, #fffaf1, #fff); }
.family-document-advice__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: #c77922; color: #fff; font-size: 1.35rem; font-weight: 900; }
.family-document-advice h2 { margin: 2px 0 10px; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.23; }
.family-document-advice p:not(.family-kicker) { margin: 0; color: #5b5040; line-height: 1.62; }
.family-document-tips { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 3px 0 0; padding: 0; list-style: none; }
.family-document-tips li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; padding: 13px; border: 1px solid #eadfc9; border-radius: 12px; background: rgba(255,255,255,.8); color: #584e3f; line-height: 1.45; }
.family-document-tips li > span:first-child { color: var(--teal-700); font-weight: 900; }

.family-result-authority--v15 { grid-template-columns: 78px minmax(0, 1fr); gap: 18px; padding: clamp(24px, 3vw, 32px); }
.family-result-authority__logo { width: 74px; height: 74px; object-fit: contain; padding: 8px; border-radius: 18px; background: var(--navy-950); }
.family-result-authority--v15 .family-authority-points { margin-top: 8px; }
.family-section--persuasive { gap: 20px; padding: clamp(25px, 3.5vw, 36px); border: 1px solid #ead8b8; background: linear-gradient(145deg, #fffaf1, #fff); }
.family-section-title { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; align-items: start; }
.family-section-title__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: #bf6a18; color: #fff; font-weight: 900; }
.family-section-title h2 { margin: 2px 0 10px; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.7vw, 2.1rem); line-height: 1.22; }
.family-section-title p:not(.family-kicker) { margin: 0; color: #5d5040; line-height: 1.6; }
.family-persuasion-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }
.family-persuasion-list li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 8px; padding: 14px; border: 1px solid #eadfc9; border-radius: 13px; background: #fff; }
.family-persuasion-list li > span { color: #bf6a18; font-weight: 900; }
.family-persuasion-list p { margin: 0; color: #51483c; line-height: 1.46; }

.family-black-cta { position: relative; overflow: hidden; display: grid; justify-items: center; gap: 16px; padding: clamp(32px, 5vw, 52px); border-radius: 24px; background: radial-gradient(circle at 85% 0%, rgba(210,171,92,.25), transparent 33%), linear-gradient(145deg, #06131f, #0c2c43); color: #fff; text-align: center; box-shadow: 0 24px 58px rgba(7, 26, 42, .24); }
.family-black-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 0 47%, rgba(255,255,255,.04) 47% 52%, transparent 52%); }
.family-black-cta > * { position: relative; z-index: 1; }
.family-black-cta .family-kicker { color: #e4be73; }
.family-black-cta h2 { max-width: 820px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 3.7vw, 3rem); line-height: 1.12; }
.family-black-cta > p:not(.family-kicker) { max-width: 790px; margin: 0; color: #d6e1e7; line-height: 1.62; }
.family-black-cta__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; width: min(760px, 100%); margin: 5px 0; }
.family-black-cta__stats > div { display: grid; gap: 4px; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.065); }
.family-black-cta__stats strong { color: #e4be73; font-size: 1.6rem; }
.family-black-cta__stats span { color: #e7eef2; font-size: .82rem; line-height: 1.35; }
.family-primary--gold { background: linear-gradient(135deg, #c89537, #e1ba69); color: #071a2a; box-shadow: 0 14px 34px rgba(210,171,92,.25); }
.family-primary--gold:hover { filter: brightness(1.05); }


/* v1.6 - CTA fixo, secao decisoria clean e fechamento direto */
.family-result--v16 { padding-bottom: 112px; }

.family-decision-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
  padding: clamp(32px, 4.5vw, 48px) 0;
  border-top: 1px solid #dce5ea;
  border-bottom: 1px solid #dce5ea;
  background: transparent;
}
.family-decision-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 86px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-500), var(--teal-700));
}
.family-decision-section__copy { max-width: 710px; }
.family-decision-section__copy .family-kicker { margin-bottom: 12px; color: var(--teal-700); }
.family-decision-section__copy h2 {
  margin: 0;
  color: var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.17;
  letter-spacing: -.018em;
}
.family-decision-section__copy > p:not(.family-kicker) {
  margin: 16px 0 0;
  color: #52636f;
  font-size: 1rem;
  line-height: 1.68;
}
.family-decision-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.family-decision-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #e4ebef;
}
.family-decision-list li:first-child { padding-top: 0; }
.family-decision-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.family-decision-list li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d7e3e7;
  border-radius: 50%;
  background: #f7fafb;
  color: var(--teal-700);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .06em;
}
.family-decision-list p {
  margin: 4px 0 0;
  color: #334b59;
  line-height: 1.55;
}

.family-black-cta__action {
  display: grid;
  gap: 12px;
  width: min(640px, 100%);
  margin-top: 18px;
}
.family-black-cta__action .family-primary {
  min-height: 64px;
  padding-inline: 30px;
  font-size: clamp(.94rem, 1.5vw, 1.08rem);
  letter-spacing: .025em;
}
.family-black-cta__microcopy {
  margin: 0 !important;
  color: #cbd9e0 !important;
  font-size: .84rem;
  line-height: 1.45 !important;
}
.family-primary--pulse { animation: family-cta-pulse 2.35s ease-in-out infinite; }
@keyframes family-cta-pulse {
  0%, 100% { box-shadow: 0 14px 34px rgba(210,171,92,.25), 0 0 0 0 rgba(225,186,105,.30); }
  50% { box-shadow: 0 18px 40px rgba(210,171,92,.34), 0 0 0 9px rgba(225,186,105,0); }
}

.family-result-floating-cta {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  width: min(430px, calc(100vw - 32px));
  transform: translateX(-50%);
  pointer-events: none;
}
.family-result-floating-cta__button {
  pointer-events: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(7,26,42,.98), rgba(15,57,82,.98));
  color: #fff;
  box-shadow: 0 18px 48px rgba(7,26,42,.34);
  backdrop-filter: blur(12px);
  cursor: pointer;
  text-align: left;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.family-result-floating-cta__button:hover,
.family-result-floating-cta__button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(225,186,105,.72);
  box-shadow: 0 22px 54px rgba(7,26,42,.42);
  outline: 3px solid rgba(225,186,105,.20);
}
.family-result-floating-cta__signal {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #c89537, #e1ba69);
  color: var(--navy-950);
  font-size: 1.2rem;
  font-weight: 950;
}
.family-result-floating-cta__copy { min-width: 0; }
.family-result-floating-cta__copy strong,
.family-result-floating-cta__copy small { display: block; }
.family-result-floating-cta__copy strong {
  font-size: .93rem;
  letter-spacing: .035em;
}
.family-result-floating-cta__copy small {
  margin-top: 3px;
  color: #d3e0e6;
  font-size: .76rem;
  line-height: 1.35;
}
.family-map-only { display: grid; gap: 24px; min-height: 500px; align-content: center; }
.family-map-only__box { padding: 20px; border: 1px solid #d5e3e8; border-radius: 16px; background: #f3f8fa; }
.family-map-only__box strong { display: block; color: var(--navy-950); font-size: 1.05rem; }
.family-map-only__box p { margin: 7px 0 0; color: #52636f; line-height: 1.55; }

.family-print-logo-wrap { display: inline-flex; align-items: center; width: fit-content; padding: 9px 14px; border-radius: 9px; background: #071a2a; text-decoration: none !important; }
.family-print-logo { display: block; width: 235px; height: auto; object-fit: contain; }
.family-print-header--brand { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
.family-print-disclaimer { margin-top: 14px; padding: 12px 14px; border: 1px solid #e7d4ae; border-radius: 9px; background: #fff8ec; color: #654716; }
.family-print-disclaimer strong { display: block; margin-bottom: 4px; font-size: 8.5pt; letter-spacing: .04em; }
.family-print-disclaimer p { margin: 0; line-height: 1.42; }
.family-print-hero { margin-top: 18px; }
.family-print-hero h1 { margin: 4px 0 8px; color: #071a2a; font: 700 23pt/1.1 Georgia, "Times New Roman", serif; }
.family-print-hero > p:last-child { margin: 0; color: #40535f; line-height: 1.5; }
.family-print-module { position: relative; padding-top: 17px; }
.family-print-module__number { float: right; width: 30px; height: 30px; display: grid; place-items: center; margin: -3px 0 5px 10px; border-radius: 8px; background: #102f49; color: #fff; font-size: 8pt; font-weight: 900; }
.family-print-module__summary { color: #40535f; }
.family-print-keypoints { display: grid; gap: 5px; padding-left: 0 !important; list-style: none; }
.family-print-keypoints li { position: relative; padding: 6px 8px 6px 27px; border-radius: 6px; background: #eef7f6; }
.family-print-keypoints li::before { content: "✓"; position: absolute; left: 9px; color: #177b7b; font-weight: 900; }
.family-print-keypoints li.is-alert { background: #fff5e6; }
.family-print-keypoints li.is-alert::before { content: "!"; color: #b96d1f; }
.family-print-advice { padding: 12px 14px; border: 1px solid #e7d4ae; border-radius: 9px; background: #fffaf1; }
.family-print-footer a, .family-print-qr a { color: #0c6f78; text-decoration: underline; }

@media (max-width: 820px) {
  .family-decision-section { grid-template-columns: 1fr; gap: 24px; }
  .family-screen--topics .family-options { grid-template-columns: 1fr; }
  .family-screen--topics .family-options__more { grid-column: auto; }
  .family-journey-list { grid-template-columns: 1fr; }
  .family-document-tips, .family-persuasion-list { grid-template-columns: 1fr; }
  .family-result-authority--v15 .family-authority-points { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .family-result--v16 { padding-bottom: 100px; }
  .family-decision-section { padding: 30px 0; }
  .family-decision-list li { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 14px 0; }
  .family-decision-list li > span { width: 36px; height: 36px; font-size: .7rem; }
  .family-result-floating-cta { bottom: max(9px, env(safe-area-inset-bottom)); width: calc(100vw - 20px); }
  .family-result-floating-cta__button { grid-template-columns: 40px minmax(0, 1fr); gap: 11px; padding: 10px 12px; border-radius: 16px; }
  .family-result-floating-cta__signal { width: 38px; height: 38px; border-radius: 12px; }
  .family-result-floating-cta__copy strong { font-size: .84rem; }
  .family-result-floating-cta__copy small { font-size: .71rem; }
  .family-black-cta__action { margin-top: 20px; }
  .family-transition { min-height: 410px; gap: 19px; }
  .family-transition__mark { width: 58px; height: 58px; border-radius: 18px; }
  .family-journey-list li { padding: 13px; }
  .family-result--v15 { gap: 42px; }
  .family-result-executive { grid-template-columns: 36px minmax(0, 1fr); padding: 16px; }
  .family-result-executive__icon { width: 34px; height: 34px; border-radius: 11px; }
  .family-result-highlights--two { grid-template-columns: 1fr; }
  .family-result--v15 .family-result-highlight { padding: 16px; }
  .family-result--v15 .family-result-cta { padding: 21px 18px; }
  .family-result--v15 .family-diagnosis-card { padding: 21px 16px 18px; }
  .family-diagnosis-card__summary { -webkit-line-clamp: 3; }
  .family-document-advice { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 20px 17px; }
  .family-document-advice__icon { width: 42px; height: 42px; border-radius: 13px; }
  .family-document-tips { grid-column: 1 / -1; }
  .family-result-authority--v15 { grid-template-columns: 58px minmax(0, 1fr); padding: 20px 17px; }
  .family-result-authority__logo { width: 56px; height: 56px; border-radius: 14px; }
  .family-result-authority--v15 .family-authority-points { grid-column: 1 / -1; }
  .family-section-title { grid-template-columns: 40px minmax(0, 1fr); }
  .family-section-title__icon { width: 38px; height: 38px; border-radius: 12px; }
  .family-black-cta { padding: 30px 18px; border-radius: 20px; }
  .family-black-cta__stats { grid-template-columns: 1fr; }
}

@media print {
  .family-result-floating-cta { display: none !important; }
  body.print-family-diagnosis { background: #fff !important; }
  body.print-family-diagnosis .family-header,
  body.print-family-diagnosis .family-authority,
  body.print-family-diagnosis .family-footer,
  body.print-family-diagnosis .family-progress,
  body.print-family-diagnosis .family-error,
  body.print-family-diagnosis .sc-consent { display: none !important; }
  body.print-family-diagnosis .family-shell,
  body.print-family-diagnosis .family-layout,
  body.print-family-diagnosis .family-panel,
  body.print-family-diagnosis .family-content { display: block !important; width: 100% !important; max-width: none !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; box-shadow: none !important; background: #fff !important; }
  body.print-family-diagnosis .family-content > * { display: block !important; }
  body.print-family-diagnosis .family-content > .family-result-floating-cta { display: none !important; }
  body.print-family-diagnosis .family-content > * > :not(.family-print-document) { display: none !important; }
  body.print-family-diagnosis .family-print-document { display: block !important; color: #172b38; text-align: left; }
  body.print-family-diagnosis .family-print-summary { grid-template-columns: repeat(2, 1fr); }
  body.print-family-diagnosis .family-print-qr { grid-template-columns: 190px minmax(0, 1fr); }
  body.print-family-diagnosis .family-print-qr .family-qr__image { width: 190px; }
  body.print-family-diagnosis .family-print-logo { width: 220px; }
  body.print-family-diagnosis a { color: #0c6f78 !important; text-decoration: underline !important; }
}

/* v1.5: evita que CTAs longos ultrapassem painéis estreitos. */
.family-result--v15 > .family-actions { width: 100%; min-width: 0; }
.family-result--v15 > .family-actions .family-secondary { width: 100%; max-width: 100%; min-width: 0; height: auto; padding: 12px 14px; white-space: normal; line-height: 1.22; text-align: center; }
.family-content, .family-result--v15, .family-result--v15 > * { min-width: 0; max-width: 100%; }
.family-result--v15 { width: 100%; }
.family-result--v15 .family-secondary { overflow-wrap: anywhere; }

@media (prefers-reduced-motion: reduce) {
  .family-primary--pulse { animation: none !important; }
  .family-result-floating-cta__button { transition: none; }
}

/* v1.7 - CTA lateral no desktop e barra de atendimento no mobile */
.family-result-side-cta { display: none; }

@media (min-width: 1181px) {
  body.family-view-result .family-shell {
    width: min(1560px, 100%);
    padding-inline: clamp(30px, 4vw, 72px);
  }
  body.family-view-result .family-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 980px);
    justify-content: center;
    gap: clamp(30px, 3.4vw, 52px);
    align-items: start;
  }
  body.family-view-result .family-authority { display: none; }
  body.family-view-result .family-panel {
    width: 100%;
    max-width: 980px;
  }
  body.family-view-result .family-content {
    padding-inline: clamp(52px, 5vw, 78px);
  }
  .family-result-side-cta {
    display: block;
    position: sticky;
    top: 18px;
    align-self: start;
    min-width: 0;
    z-index: 20;
  }
  .family-result-side-cta__desktop {
    position: relative;
    overflow: hidden;
    padding: 25px 23px 23px;
    border: 1px solid rgba(13, 43, 66, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(7, 26, 42, .16);
  }
  .family-result-side-cta__desktop::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--navy-900), var(--teal-600), var(--gold-500));
  }
  .family-result-side-cta__logo {
    display: block;
    width: 54px;
    height: 54px;
    margin: 4px 0 18px;
    padding: 9px;
    border-radius: 14px;
    background: var(--navy-950);
    object-fit: contain;
    box-shadow: 0 8px 20px rgba(7, 26, 42, .18);
  }
  .family-result-side-cta .family-kicker { margin-bottom: 8px; }
  .family-result-side-cta h2 {
    margin: 0;
    color: var(--navy-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    line-height: 1.2;
    letter-spacing: -.018em;
  }
  .family-result-side-cta__lead {
    margin: 12px 0 0;
    color: #516572;
    font-size: .91rem;
    line-height: 1.55;
  }
  .family-result-side-cta__points {
    display: grid;
    gap: 10px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
  }
  .family-result-side-cta__points li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    color: #334b59;
    font-size: .86rem;
    line-height: 1.42;
  }
  .family-result-side-cta__points li > span:first-child {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #e6f5ee;
    color: #168455;
    font-size: .72rem;
    font-weight: 950;
  }
  .family-result-side-cta__button {
    width: 100%;
    min-height: 54px;
    padding: 12px 14px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #168f5b, #0f7f50);
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 127, 80, .24);
    cursor: pointer;
    font-weight: 900;
    letter-spacing: .025em;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  }
  .family-result-side-cta__button:hover,
  .family-result-side-cta__button:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #10915a, #0b7045);
    box-shadow: 0 18px 34px rgba(15, 127, 80, .32);
    outline: 3px solid rgba(22, 143, 91, .18);
  }
  .family-result-side-cta__microcopy {
    display: block;
    margin-top: 9px;
    color: #71808a;
    font-size: .72rem;
    line-height: 1.4;
    text-align: center;
  }
  .family-result-side-cta__mobile { display: none; }
}

@media (max-width: 1180px) {
  body.family-view-result .family-authority { display: none; }
  body.family-view-result .family-layout { display: block; }
  body.family-view-result .family-panel { width: 100%; }
  body.family-view-result .family-content { padding-bottom: 118px; }
  .family-result-side-cta {
    display: block;
    position: fixed;
    z-index: 95;
    inset: auto 0 0;
    width: 100%;
    padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    border-top: 1px solid #dce5e9;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -12px 34px rgba(7, 26, 42, .16);
    backdrop-filter: blur(12px);
  }
  .family-result-side-cta__desktop { display: none; }
  .family-result-side-cta__mobile {
    display: grid;
    grid-template-columns: minmax(118px, .62fr) minmax(170px, 1fr);
    gap: 12px;
    align-items: center;
    width: min(760px, 100%);
    margin: 0 auto;
  }
  .family-result-side-cta__mobile-copy strong,
  .family-result-side-cta__mobile-copy small { display: block; }
  .family-result-side-cta__mobile-copy strong {
    color: var(--navy-950);
    font-size: .88rem;
    line-height: 1.25;
  }
  .family-result-side-cta__mobile-copy small {
    margin-top: 2px;
    color: #6b7b86;
    font-size: .72rem;
    line-height: 1.3;
  }
  .family-result-side-cta__mobile-button {
    min-height: 50px;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #17975f, #0d7e4d);
    color: #fff;
    box-shadow: 0 10px 24px rgba(15, 127, 80, .24);
    cursor: pointer;
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .02em;
  }
  .family-result-side-cta__mobile-button:focus-visible {
    outline: 3px solid rgba(22, 143, 91, .22);
    outline-offset: 2px;
  }
}

@media (max-width: 420px) {
  body.family-view-result .family-content { padding-bottom: 104px; }
  .family-result-side-cta { padding-inline: 10px; }
  .family-result-side-cta__mobile {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 9px;
  }
  .family-result-side-cta__mobile-copy strong { font-size: .78rem; }
  .family-result-side-cta__mobile-copy small { font-size: .65rem; }
  .family-result-side-cta__mobile-button {
    min-height: 48px;
    padding-inline: 10px;
    font-size: .79rem;
  }
}

@media print {
  .family-result-side-cta { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .family-result-side-cta__button,
  .family-result-side-cta__mobile-button { transition: none !important; }
}
