.family-car-page {
    --family-ink: #14243a;
    --family-navy: #0d2945;
    --family-blue: #2f6675;
    --family-sky: #dcebee;
    --family-coral: #e9664b;
    --family-cream: #f7f1e6;
    --family-paper: #fcfaf5;
    --family-line: rgba(20, 36, 58, .16);
    color: var(--family-ink);
    background: var(--family-paper);
}

.family-car-page h1,
.family-car-page h2,
.family-car-page h3 { color: var(--family-ink); }

.family-kicker {
    display: inline-block;
    color: var(--family-coral);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1.25;
    text-transform: uppercase;
}

.family-button {
    min-height: 51px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.family-button:hover { transform: translateY(-2px); }
.family-button-coral { color: #fff; background: var(--family-coral); }
.family-button-coral:hover { background: #cf5139; }
.family-button-cream { color: var(--family-navy); background: var(--family-cream); }
.family-button-navy { color: #fff; background: var(--family-navy); }
.family-button-outline { color: #fff; border-color: rgba(255,255,255,.55); }
.family-button-glass { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.family-button-glass:hover { background: rgba(255,255,255,.18); }

.family-hero { min-height: 790px; position: relative; display: flex; flex-direction: column; overflow: hidden; color: #fff; background: var(--family-navy); }
.family-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.family-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,27,46,.96) 0%, rgba(8,27,46,.82) 30%, rgba(8,27,46,.18) 63%, rgba(8,27,46,.03) 100%); }
.family-hero-inner { min-height: 690px; position: relative; z-index: 1; display: flex; align-items: center; }
.family-hero-copy { width: min(650px, 53vw); padding: 65px 0 70px; }
.family-hero h1 { max-width: 650px; margin: 18px 0 24px; color: #fff; font-size: clamp(49px, 5vw, 76px); line-height: .98; letter-spacing: -.057em; }
.family-hero h1 em { color: #f5c4b5; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.family-hero-copy > p { max-width: 580px; color: #e7edf0; font-size: 16px; line-height: 1.72; }
.family-hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.family-hero-copy > small { margin-top: 16px; display: block; color: #c2ced4; font-size: 10px; line-height: 1.55; }
.family-quick-nav { min-height: 100px; position: relative; z-index: 2; margin-top: auto; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.2); border-bottom: 0; background: rgba(9,31,52,.88); backdrop-filter: blur(14px); }
.family-quick-nav a { padding: 20px 25px; display: flex; align-items: center; gap: 14px; color: #fff; }
.family-quick-nav a + a { border-left: 1px solid rgba(255,255,255,.18); }
.family-quick-nav b { color: #f28a70; font: 900 12px var(--display); }
.family-quick-nav span { font-size: 11px; font-weight: 780; }

.family-fit { padding: 115px 0 125px; scroll-margin-top: 85px; }
.family-section-intro,
.family-inventory-head { margin-bottom: 46px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, 520px); align-items: end; gap: 70px; }
.family-section-intro h2,
.family-stages h2,
.family-test h2,
.family-inventory h2,
.family-guidance h2,
.family-law h2,
.family-faq h2,
.family-sources h2,
.family-final h2,
.family-evidence h2 { margin-top: 12px; font-size: clamp(38px, 4.2vw, 62px); line-height: 1; letter-spacing: -.052em; }
.family-section-intro > p,
.family-inventory-head > p { margin: 0; color: #596674; font-size: 13px; line-height: 1.78; }

.family-calculator { display: grid; grid-template-columns: 1fr minmax(430px, .86fr); overflow: hidden; border: 1px solid var(--family-line); border-radius: 10px; box-shadow: 0 26px 70px rgba(13,41,69,.12); }
.family-calculator-form { padding: clamp(30px, 4.5vw, 60px); background: #fff; }
.family-form-heading,
.family-result-heading { margin-bottom: 30px; display: flex; align-items: center; gap: 14px; }
.family-form-heading > span,
.family-result-heading > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--family-coral); font: 850 14px var(--display); }
.family-form-heading strong,
.family-form-heading small { display: block; }
.family-form-heading strong { font: 850 19px var(--display); letter-spacing: -.025em; }
.family-form-heading small { margin-top: 3px; color: #6d7884; font-size: 10px; }
.family-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.family-field { display: grid; gap: 8px; color: #384657; font-size: 10px; font-weight: 850; }
.family-field select,
.family-field input { width: 100%; min-height: 49px; padding: 0 13px; color: var(--family-ink); border: 1px solid #c8d0d5; border-radius: 5px; background: #fff; font-size: 13px; font-weight: 550; }
.family-field select:focus,
.family-field input:focus { outline: 3px solid rgba(47,102,117,.18); border-color: var(--family-blue); }
.family-measure-box { margin: 26px 0 0; padding: 22px; border: 1px solid var(--family-line); border-radius: 7px; background: #f7f8f6; }
.family-measure-box legend { padding: 0 7px; font-size: 10px; font-weight: 850; }
.family-measure-box legend span { margin-left: 5px; color: #72808b; font-weight: 550; }
.family-measure-box > p { margin: 13px 0 0; color: #71808d; font-size: 9px; line-height: 1.55; }
.family-vehicle-measures { background: #f4f1ea; }
.family-reset { margin-top: 18px; padding: 0 0 3px; color: var(--family-blue); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }

.family-result { padding: clamp(34px, 4.5vw, 62px); color: #fff; background: radial-gradient(circle at 90% 5%, rgba(103,178,190,.22), transparent 30%), var(--family-navy); }
.family-result-heading { padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.17); }
.family-result-heading > span { color: var(--family-navy); background: var(--family-cream); }
.family-result-heading small { color: #90b8c0; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.family-result-heading h3 { margin-top: 5px; color: #fff; font-size: 27px; letter-spacing: -.035em; }
.family-result-meters { display: grid; gap: 24px; margin: 30px 0 26px; }
.family-result-meters > div > span { margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.family-result-meters b { color: #fff; font-size: 10px; }
.family-result-meters em { color: #bdcdd3; font-size: 9px; font-style: normal; }
.family-meter { height: 9px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.14); }
.family-meter i { width: 36%; height: 100%; display: block; border-radius: inherit; background: #74b8bf; transition: width .25s ease, background .25s ease; }
.family-result-copy { color: #dce6ea; font-size: 12px; line-height: 1.7; }
.family-result-list { margin: 22px 0; padding: 0; list-style: none; }
.family-result-list li { position: relative; padding: 11px 0 11px 24px; color: #f4f7f8; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; line-height: 1.5; }
.family-result-list li::before { content: '✓'; position: absolute; left: 2px; top: 10px; color: #f28a70; font-weight: 900; }
.family-result-note { padding: 15px 16px; border-left: 3px solid var(--family-coral); background: rgba(255,255,255,.08); }
.family-result-note strong,
.family-result-note span { display: block; }
.family-result-note strong { color: #fff; font-size: 10px; }
.family-result-note span { margin-top: 4px; color: #cbd8dd; font-size: 9px; line-height: 1.55; }
.family-result .family-button { margin-top: 22px; }

.family-evidence { padding: 92px 0; color: #fff; background: var(--family-blue); }
.family-evidence-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(55px, 10vw, 150px); }
.family-evidence-stat { min-height: 280px; padding: 36px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50% 50% 8px 8px; background: rgba(255,255,255,.08); transform: rotate(-2deg); }
.family-evidence-stat strong { color: #fff; font: 900 clamp(48px, 6vw, 82px)/.9 var(--display); letter-spacing: -.06em; }
.family-evidence-stat span { max-width: 240px; margin-top: 12px; color: #d7e8eb; font-size: 12px; line-height: 1.4; }
.family-evidence .family-kicker { color: #ffd0c3; }
.family-evidence h2 { color: #fff; }
.family-evidence p { max-width: 760px; color: #e4eef0; font-size: 13px; line-height: 1.8; }
.family-evidence a { display: inline-block; margin-top: 12px; padding-bottom: 4px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 11px; font-weight: 800; }

.family-priorities { padding: 120px 0; background: #f2eee5; scroll-margin-top: 85px; }
.family-priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--family-line); border-left: 1px solid var(--family-line); }
.family-priority-grid article { min-height: 280px; padding: 30px; border-right: 1px solid var(--family-line); border-bottom: 1px solid var(--family-line); background: rgba(255,255,255,.38); }
.family-priority-grid b { color: var(--family-coral); font: 850 11px var(--display); }
.family-priority-grid h3 { margin: 48px 0 13px; font-size: 22px; line-height: 1.13; letter-spacing: -.035em; }
.family-priority-grid p { margin: 0; color: #586572; font-size: 11px; line-height: 1.72; }

.family-stages { padding: 115px 0; background: #fff; }
.family-stages-head { max-width: 910px; text-align: center; }
.family-stages-head p { max-width: 650px; margin: 18px auto 0; color: #61707d; font-size: 12px; line-height: 1.7; }
.family-stage-track { margin-top: 53px; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.family-stage-track::before { content: ''; position: absolute; top: 8px; left: 12.5%; right: 12.5%; height: 2px; background: #cbd9dc; }
.family-stage-track article { position: relative; padding: 40px 25px 25px; border-right: 1px solid var(--family-line); }
.family-stage-track article:last-child { border-right: 0; }
.family-stage-track article::before { content: ''; position: absolute; z-index: 1; top: 0; left: calc(50% - 9px); width: 18px; height: 18px; border: 4px solid #fff; border-radius: 50%; background: var(--family-blue); box-shadow: 0 0 0 1px #9db8be; }
.family-stage-track article.active::before { background: var(--family-coral); }
.family-stage-track span { display: block; color: var(--family-blue); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.family-stage-track h3 { margin: 12px 0 10px; font-size: 20px; text-align: center; }
.family-stage-track p { margin: 0; color: #63717d; font-size: 10px; line-height: 1.65; text-align: center; }
.family-stage-source { margin-top: 32px; color: #77838d; font-size: 9px; text-align: center; }
.family-stage-source a { color: var(--family-blue); text-decoration: underline; }

.family-test { padding: 120px 0; background: var(--family-sky); scroll-margin-top: 85px; }
.family-test-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(60px, 9vw, 135px); }
.family-test-copy { position: sticky; top: 115px; }
.family-test-copy > p { max-width: 590px; color: #536676; font-size: 13px; line-height: 1.8; }
.family-test-actions { margin-top: 27px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.family-text-link { color: var(--family-navy); border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 850; }
.family-checklist { margin: 0; padding: 0; counter-reset: family-test; list-style: none; border-top: 1px solid rgba(20,36,58,.2); }
.family-checklist li { border-bottom: 1px solid rgba(20,36,58,.2); }
.family-checklist label { min-height: 104px; padding: 24px 10px; display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 20px; cursor: pointer; }
.family-checklist input { width: 24px; height: 24px; margin: 2px 0 0; accent-color: var(--family-coral); }
.family-checklist strong,
.family-checklist small { display: block; }
.family-checklist strong { font: 850 19px var(--display); letter-spacing: -.025em; }
.family-checklist small { margin-top: 6px; color: #586b78; font-size: 10px; line-height: 1.55; }

.family-inventory { padding: 120px 0; color: #fff; background: var(--family-navy); scroll-margin-top: 85px; }
.family-inventory h2 { color: #fff; }
.family-inventory-head > p { color: #b9cbd4; }
.family-vehicle-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.family-vehicle-card { overflow: hidden; color: var(--family-ink); border-radius: 7px; background: #fff; transition: transform .25s ease; }
.family-vehicle-card:hover { transform: translateY(-5px); }
.family-vehicle-image { aspect-ratio: 1.4/1; position: relative; display: block; overflow: hidden; background: #e7e9e8; }
.family-vehicle-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.family-vehicle-card:hover img { transform: scale(1.035); }
.family-vehicle-image span { position: absolute; top: 10px; left: 10px; padding: 5px 8px; border-radius: 99px; color: var(--family-navy); background: rgba(255,255,255,.92); font-size: 8px; font-weight: 850; }
.family-vehicle-body { padding: 20px; }
.family-vehicle-body small { color: #6b7680; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.family-vehicle-body h3 { min-height: 48px; margin: 9px 0 7px; font-size: 17px; line-height: 1.3; }
.family-vehicle-body p { margin: 0; color: var(--family-blue); font-size: 18px; font-weight: 850; }
.family-card-link { margin-top: 16px; display: inline-block; color: var(--family-navy); border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 850; }
.family-inventory-actions { margin-top: 34px; display: flex; justify-content: center; gap: 9px; }
.family-empty-inventory { padding: 28px; border: 1px dashed rgba(255,255,255,.3); text-align: center; }

.family-guidance { padding: 120px 0; background: var(--family-paper); scroll-margin-top: 85px; }
.family-guidance-grid { display: grid; grid-template-columns: minmax(330px,.72fr) minmax(520px,1.28fr); gap: clamp(65px, 10vw, 145px); }
.family-guidance-head { position: sticky; top: 115px; align-self: start; }
.family-guidance-head > p { color: #5d6975; font-size: 12px; line-height: 1.75; }
.family-guidance-list { border-top: 1px solid var(--family-line); }
.family-guidance-list article { padding: 27px 0; display: grid; grid-template-columns: 60px 1fr; gap: 22px; border-bottom: 1px solid var(--family-line); }
.family-guidance-list article > span { color: var(--family-coral); font: 850 14px var(--display); }
.family-guidance-list h3 { font-size: 21px; letter-spacing: -.03em; }
.family-guidance-list p { margin: 7px 0 0; color: #5b6874; font-size: 11px; line-height: 1.7; }

.family-law { padding: 105px 0; background: #efe4d2; }
.family-law-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.family-law-cards { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--family-line); border-radius: 8px; }
.family-law-cards article { padding: 34px; background: rgba(255,255,255,.48); }
.family-law-cards article + article { color: #fff; background: var(--family-blue); }
.family-law-cards small,
.family-law-cards strong { display: block; }
.family-law-cards small { color: var(--family-coral); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.family-law-cards article + article small { color: #ffcfbf; }
.family-law-cards strong { margin-top: 25px; font: 850 23px/1.15 var(--display); letter-spacing: -.035em; }
.family-law-cards article + article strong { color: #fff; }
.family-law-cards p { min-height: 100px; color: #5f6871; font-size: 10px; line-height: 1.7; }
.family-law-cards article + article p { color: #deeaec; }
.family-law-cards a { color: inherit; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 850; }

.family-faq { padding: 120px 0; background: #fff; }
.family-faq-grid { display: grid; grid-template-columns: minmax(320px,.7fr) minmax(540px,1.3fr); gap: clamp(65px, 10vw, 145px); }
.family-faq-grid > div:first-child > p { max-width: 460px; color: #66727c; font-size: 12px; line-height: 1.7; }
.family-faq-list { border-top: 1px solid var(--family-line); }
.family-faq-list details { border-bottom: 1px solid var(--family-line); }
.family-faq-list summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; list-style: none; font: 850 17px/1.35 var(--display); letter-spacing: -.025em; }
.family-faq-list summary::-webkit-details-marker { display: none; }
.family-faq-list summary::after { content: '+'; position: absolute; top: 18px; right: 4px; color: var(--family-coral); font: 400 30px var(--sans); }
.family-faq-list details[open] summary::after { content: '−'; }
.family-faq-list details p { margin: -6px 0 25px; max-width: 760px; color: #5e6a75; font-size: 11px; line-height: 1.75; }

.family-sources { padding: 95px 0; color: #dce7eb; background: #0a2035; }
.family-sources .family-kicker { color: #f39a83; }
.family-sources h2 { color: #fff; }
.family-sources > .container > p { max-width: 760px; color: #b9c8cf; font-size: 11px; line-height: 1.7; }
.family-source-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.family-source-grid a { min-height: 125px; padding: 21px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .2s ease; }
.family-source-grid a:hover { background: rgba(255,255,255,.07); }
.family-source-grid strong { color: #fff; font: 800 13px/1.35 var(--display); }
.family-source-grid span { color: #a9c3cb; font-size: 9px; line-height: 1.4; }

.family-final { padding: 78px 0; color: #fff; background: var(--family-coral); }
.family-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.family-final-inner > div:first-child > span { color: #ffe3db; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.family-final h2 { margin-top: 7px; color: #fff; }
.family-final p { max-width: 640px; margin: 8px 0 0; color: #fff3ef; font-size: 11px; }
.family-final-inner > div:last-child { display: flex; flex: 0 0 auto; gap: 9px; }

@media (max-width: 1120px) {
    .family-hero-copy { width: min(610px, 59vw); }
    .family-calculator { grid-template-columns: 1fr 1fr; }
    .family-priority-grid { grid-template-columns: repeat(2, 1fr); }
    .family-vehicle-grid { grid-template-columns: repeat(2, 1fr); }
    .family-source-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
    .family-hero { min-height: 860px; }
    .family-hero-image { object-position: 69% center; }
    .family-hero-shade { background: linear-gradient(90deg, rgba(8,27,46,.95), rgba(8,27,46,.62) 65%, rgba(8,27,46,.2)); }
    .family-hero-copy { width: min(630px, 80vw); }
    .family-quick-nav { grid-template-columns: repeat(2,1fr); }
    .family-quick-nav a:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
    .family-quick-nav a:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
    .family-section-intro,
    .family-inventory-head,
    .family-calculator,
    .family-evidence-grid,
    .family-test-grid,
    .family-guidance-grid,
    .family-law-grid,
    .family-faq-grid { grid-template-columns: 1fr; }
    .family-section-intro,
    .family-inventory-head { gap: 20px; }
    .family-evidence-grid { gap: 50px; }
    .family-evidence-stat { max-width: 470px; }
    .family-stage-track { grid-template-columns: repeat(2,1fr); gap: 18px 0; }
    .family-stage-track::before { display: none; }
    .family-test-grid,
    .family-guidance-grid,
    .family-law-grid,
    .family-faq-grid { gap: 52px; }
    .family-test-copy,
    .family-guidance-head { position: static; }
    .family-final-inner { align-items: flex-start; flex-direction: column; gap: 30px; }
}

@media (max-width: 600px) {
    .family-car-page .container { width: min(100% - 34px, 1440px); }
    .family-hero { min-height: 820px; }
    .family-hero-image { object-position: 70% center; opacity: .72; }
    .family-hero-shade { background: linear-gradient(180deg, rgba(8,27,46,.48), rgba(8,27,46,.93) 58%, rgba(8,27,46,.98)); }
    .family-hero-inner { min-height: 620px; align-items: end; }
    .family-hero-copy { width: 100%; padding: 70px 0 46px; }
    .family-hero h1 { font-size: 46px; }
    .family-hero-copy > p { font-size: 14px; }
    .family-hero-actions,
    .family-hero-actions .family-button { width: 100%; }
    .family-quick-nav { width: 100%; border-left: 0; border-right: 0; }
    .family-quick-nav a { padding: 16px; }
    .family-section-intro h2,
    .family-stages h2,
    .family-test h2,
    .family-inventory h2,
    .family-guidance h2,
    .family-law h2,
    .family-faq h2,
    .family-sources h2,
    .family-final h2,
    .family-evidence h2 { font-size: 38px; }
    .family-fit,
    .family-priorities,
    .family-stages,
    .family-test,
    .family-inventory,
    .family-guidance,
    .family-faq { padding: 85px 0; }
    .family-calculator { width: 100%; border-radius: 0; border-left: 0; border-right: 0; }
    .family-field-grid,
    .family-law-cards { grid-template-columns: 1fr; }
    .family-field-grid { gap: 17px; }
    .family-calculator-form,
    .family-result { padding: 30px 22px; }
    .family-priority-grid,
    .family-stage-track,
    .family-vehicle-grid,
    .family-source-grid { grid-template-columns: 1fr; }
    .family-priority-grid article { min-height: 235px; }
    .family-stage-track article { padding-top: 38px; border-right: 0; border-bottom: 1px solid var(--family-line); }
    .family-vehicle-grid { gap: 15px; }
    .family-law-cards article + article { border-top: 1px solid var(--family-line); }
    .family-law-cards p { min-height: 0; }
    .family-inventory-actions,
    .family-final-inner > div:last-child { width: 100%; flex-direction: column; }
    .family-inventory-actions .family-button,
    .family-final-inner .family-button { width: 100%; }
}

@media print {
    .utility-bar,
    .site-header,
    .site-footer,
    .family-hero,
    .family-evidence,
    .family-priorities,
    .family-stages,
    .family-inventory,
    .family-guidance,
    .family-law,
    .family-faq,
    .family-sources,
    .family-final,
    .family-test-actions,
    .family-reset,
    .family-result .family-button,
    .shopper-dialog { display: none !important; }
    .family-fit,
    .family-test { padding: 24px 0; background: #fff; }
    .family-section-intro { margin-bottom: 20px; display: block; }
    .family-calculator,
    .family-test-grid { display: grid; grid-template-columns: 1fr 1fr; box-shadow: none; }
    .family-calculator-form,
    .family-result { padding: 24px; }
    .family-result { color: #000; background: #fff; border-left: 1px solid #999; }
    .family-result * { color: #000 !important; }
    .family-test-copy { position: static; }
}
