/* Spiritual-gifts module — intentionally additive to the shared Žuvelė design system. */
.gift-site main { min-height: calc(100vh - var(--zuv-header-h)); }
.gift-language { min-width: 50px; padding-inline: 14px; }
.gift-hero { padding-block: clamp(52px, 7vw, 96px); }
.gift-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .72fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.gift-hero h1 { max-width: 11ch; }
.gift-stage-preview { display: grid; gap: 12px; margin-top: 32px; max-width: 720px; }
.gift-stage-preview article { display: flex; align-items: center; gap: 15px; padding: 15px 17px; border: 1px solid rgba(24,120,168,.13); border-radius: 20px; background: rgba(255,255,255,.66); backdrop-filter: blur(12px); }
.gift-stage-preview b { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--zuv-blue); box-shadow: 0 8px 18px rgba(24,120,168,.2); }
.gift-stage-preview div { display: grid; line-height: 1.35; }
.gift-stage-preview strong { font-size: 1rem; }
.gift-stage-preview span { color: var(--zuv-muted); font-size: .9rem; }
.gift-start-card { padding: clamp(24px, 3.5vw, 42px); border: 1px solid rgba(255,255,255,.9); border-radius: var(--zuv-radius-lg); background: rgba(255,255,255,.92); box-shadow: var(--zuv-shadow); }
.gift-start-card h2 { margin-top: 18px; font-size: clamp(1.65rem, 1.25rem + 1vw, 2.35rem); }
.gift-start-form { display: grid; gap: 16px; margin: 24px 0 18px; }
.check-row { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 11px; font-weight: 650; line-height: 1.48; }
.check-row input { width: 18px; min-height: 18px; height: 18px; margin-top: 3px; accent-color: var(--zuv-blue); }
.gift-terms-notice { margin: 2px 0 0; padding: 15px 17px; border-radius: 15px; color: var(--zuv-muted); background: #f8f5ef; font-size: .92rem; line-height: 1.55; }
.gift-terms-notice a { color: var(--zuv-blue-dark); font-weight: 780; }
.w-full { width: 100%; }
.gift-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.gift-unavailable { padding: 18px; border: 1px solid #ead6bb; border-radius: 18px; background: var(--zuv-gold-soft); color: #5f472d; font-weight: 720; }

.gift-payment-card .gift-payment-countdown{margin-top:22px;color:#75695c}.gift-payment-card .gift-payment-countdown strong{color:#1878a8;font-size:1.15em}.gift-payment-card .btn{margin-top:8px}
.gift-flash { margin-top: 18px; padding: 15px 18px; border-radius: 16px; border: 1px solid transparent; }
.gift-flash ul { margin-block: 8px 0; }
.gift-flash-success { color: #175d49; background: var(--zuv-soft-green); border-color: #b8ddce; }
.gift-flash-error { color: #783225; background: #fbe8e3; border-color: #edc0b7; }

.gift-test-section, .gift-summary-section { padding: clamp(38px, 6vw, 78px) 0 clamp(68px, 8vw, 110px); background: radial-gradient(circle at 100% 0, rgba(73,186,235,.14), transparent 26%), var(--zuv-sand); }
.gift-test-shell, .gift-summary-shell { max-width: 1020px; }
.gift-test-head { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 26px; align-items: end; margin-bottom: 22px; }
.gift-test-head h1 { max-width: none; font-size: clamp(2rem, 1.45rem + 2.2vw, 3.5rem); margin: 9px 0 12px; }
.gift-test-head p { max-width: 66ch; margin-bottom: 0; }
.gift-progress-card { padding: 19px; border: 1px solid var(--zuv-line); border-radius: 22px; background: #fff; box-shadow: var(--zuv-shadow-soft); }
.gift-progress-card strong { display: block; font-size: 1.45rem; }
.gift-progress-card span { display: block; color: var(--zuv-muted); font-size: .86rem; }
.gift-progress-track, .gift-result-bar { height: 8px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: #e7eef1; }
.gift-progress-track i, .gift-result-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--zuv-blue), var(--zuv-blue-2)); }
.gift-progress-track--complete i { width: 100%; }
.gift-page-row { display: flex; margin: 0 0 13px; align-items: center; justify-content: space-between; gap: 14px; }
.gift-page-indicator { color: var(--zuv-muted); font-size: .85rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.gift-resume-navigation { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.gift-resume-navigation .btn { min-height: 40px; padding: 9px 14px; }
.gift-save-status { display: inline-flex; min-height: 34px; padding: 7px 12px; align-items: center; gap: 8px; border: 1px solid #cfe4d7; border-radius: 999px; color: #315f43; background: #f2faf5; font-size: .78rem; }
.gift-save-status > span { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #3a9b62; }
.gift-save-status[data-state="saving"] { border-color: #c7ddeb; color: var(--zuv-blue-dark); background: #f0f8fc; }
.gift-save-status[data-state="saving"] > span { background: var(--zuv-blue); animation: gift-save-pulse 1s ease-in-out infinite; }
.gift-save-status[data-state="error"] { border-color: #ecc7c2; color: #873d35; background: #fff3f1; }
.gift-save-status[data-state="error"] > span { background: #b84f43; }
@keyframes gift-save-pulse { 50% { opacity: .35; transform: scale(.75); } }
.gift-question-form { display: grid; gap: clamp(22px, 3vw, 30px); }
.gift-question { min-width: 0; margin: 0; padding: clamp(20px, 3vw, 30px); border: 0; border-radius: 25px; background: #fff; box-shadow: 0 0 0 1px var(--zuv-line), 0 10px 30px rgba(46,38,30,.055); }
.gift-question legend { float: left; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; width: 100%; margin: 0 0 22px; padding: 0; color: var(--zuv-ink); font-size: clamp(1rem, .95rem + .28vw, 1.16rem); font-weight: 820; line-height: 1.46; }
.gift-question legend > span { display: grid; place-items: center; width: 38px; height: 38px; margin-top: 1px; border-radius: 50%; color: var(--zuv-blue); background: var(--zuv-soft-blue); font-size: .85rem; }
.gift-question-help { clear: both; margin: 0 0 18px; overflow: hidden; border: 1px solid rgba(24,120,168,.2); border-radius: 18px; background: rgba(235,247,252,.72); }
.gift-question-help summary { display: flex; min-height: 58px; padding: 13px 17px; align-items: center; gap: 12px; color: var(--zuv-blue-dark); cursor: pointer; list-style: none; }
.gift-question-help summary::-webkit-details-marker { display: none; }
.gift-question-help summary::after { content: "+"; margin-left: auto; color: var(--zuv-blue); font-size: 1.3rem; font-weight: 850; line-height: 1; }
.gift-question-help[open] summary::after { content: "−"; }
.gift-question-help-icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; color: var(--zuv-blue); background: #fff; font-weight: 900; }
.gift-question-help-body { display: grid; gap: 18px; padding: 18px 20px 20px; border-top: 1px solid rgba(24,120,168,.13); color: #31596a; font-size: .95rem; line-height: 1.65; }
.gift-question-help-copy { white-space: pre-line; }
.gift-question-examples { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gift-question-example { min-width: 0; padding: 14px 15px; border: 1px solid rgba(24,120,168,.16); border-radius: 14px; background: rgba(255,255,255,.78); }
.gift-question-example strong { display: block; margin-bottom: 5px; color: var(--zuv-blue-dark); font-size: .78rem; letter-spacing: .055em; text-transform: uppercase; }
.gift-question-example p { margin: 0; color: #365968; line-height: 1.55; }
.gift-scale { clear: both; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.gift-choice { --gift-tone-bg: var(--zuv-sand); --gift-tone-hover: var(--zuv-soft-blue); --gift-tone-border: var(--zuv-line); position: relative; display: flex; min-height: 72px; padding: 15px 18px; align-items: center; justify-content: flex-start; gap: 14px; text-align: left; border: 1px solid var(--gift-tone-border); border-radius: 16px; background: var(--gift-tone-bg); cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.gift-choice--tone-0 { --gift-tone-bg: #f2f7fa; --gift-tone-hover: #eaf3f8; --gift-tone-border: #cbdde7; }
.gift-choice--tone-1 { --gift-tone-bg: #f4f7f3; --gift-tone-hover: #edf4eb; --gift-tone-border: #d2ddcf; }
.gift-choice--tone-2 { --gift-tone-bg: #fbf6eb; --gift-tone-hover: #f9efd9; --gift-tone-border: #e5d6b8; }
.gift-choice--tone-3 { --gift-tone-bg: #fff2df; --gift-tone-hover: #fbe6c8; --gift-tone-border: #e7c89b; }
.gift-choice:hover { transform: translateY(-1px); border-color: rgba(24,120,168,.48); background: var(--gift-tone-hover); }
.gift-choice:has(input:checked) { border-color: var(--zuv-blue); background: var(--gift-tone-hover); box-shadow: inset 0 0 0 1px var(--zuv-blue), 0 7px 18px rgba(24,120,168,.09); }
.gift-choice:has(input:focus-visible) { box-shadow: var(--zuv-focus); }
.gift-choice input { width: 24px; height: 24px; min-height: 24px; flex: 0 0 24px; margin: 0; accent-color: var(--zuv-blue); cursor: pointer; }
.gift-choice span { color: var(--zuv-ink); font-size: .96rem; font-weight: 690; line-height: 1.35; }
.gift-form-actions { position: sticky; bottom: 12px; z-index: 20; display: flex; justify-content: flex-end; gap: 10px; margin-top: 6px; padding: 13px; border: 1px solid rgba(231,221,208,.9); border-radius: 22px; background: rgba(255,255,255,.93); backdrop-filter: blur(15px); box-shadow: var(--zuv-shadow-soft); }
.gift-language-form { margin: 0; }

.gift-summary-intro { max-width: 800px; margin-bottom: 34px; }
.gift-summary-intro h1 { max-width: 14ch; margin-top: 10px; }
.gift-result-list { display: grid; gap: 11px; }
.gift-result { display: grid; grid-template-columns: 44px minmax(0,1fr) 68px; gap: 15px; align-items: center; padding: 17px 20px; border: 1px solid var(--zuv-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(46,38,30,.045); }
.gift-result--tied { grid-template-columns: 88px minmax(0,1fr) 68px; }
.gift-result-rank { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--zuv-blue); background: var(--zuv-soft-blue); font-weight: 900; }
.gift-result-rank--tied { box-sizing: border-box; width: 88px; max-width: 100%; height: auto; min-height: 38px; padding: 7px 9px; border-radius: 14px; text-align: center; font-size: .78rem; line-height: 1.18; white-space: normal; word-break: normal; overflow-wrap: normal; }
.gift-result h2 { margin: 0; font-size: 1.05rem; letter-spacing: -.015em; }
.gift-result-bar { height: 7px; margin-top: 8px; }
.gift-result > strong { text-align: right; color: var(--zuv-blue); }
.gift-method-note { margin-top: 20px; padding: 18px 20px; border-left: 4px solid var(--zuv-blue); border-radius: 0 16px 16px 0; background: var(--zuv-soft-blue); color: #31596a; font-weight: 700; }
.gift-report-hero { display: grid; grid-template-columns: minmax(0, 1fr) 275px; gap: clamp(28px, 5vw, 66px); align-items: end; margin-bottom: 26px; padding: clamp(28px, 5vw, 56px); overflow: hidden; border: 1px solid rgba(255,255,255,.88); border-radius: 32px; background: radial-gradient(circle at 100% 0, rgba(73,186,235,.18), transparent 42%), rgba(255,255,255,.88); box-shadow: var(--zuv-shadow); }
.gift-report-hero h1 { max-width: 13ch; margin: 10px 0 15px; font-size: clamp(2.5rem, 1.75rem + 3vw, 4.7rem); line-height: .99; }
.gift-report-lead { max-width: 68ch; margin-bottom: 24px; color: #625445; font-size: clamp(1rem, .94rem + .28vw, 1.18rem); line-height: 1.65; }
.gift-report-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.gift-private-badge { display: inline-flex; min-height: 38px; padding: 8px 13px; align-items: center; border: 1px solid #d8e9df; border-radius: 999px; color: #32624a; background: #f4faf6; font-size: .78rem; font-weight: 750; }
.gift-report-meta { display: grid; gap: 6px; padding: 20px; border: 1px solid var(--zuv-line); border-radius: 22px; background: rgba(255,255,255,.9); }
.gift-report-meta span { color: var(--zuv-muted); font-size: .79rem; }
.gift-report-meta strong { margin: 2px 0 8px; color: var(--zuv-blue-dark); font-size: 1.25rem; overflow-wrap: anywhere; }
.gift-method-note--report { margin: 0 0 44px; font-weight: 500; }
.gift-method-note--report strong { display: block; margin-bottom: 5px; color: var(--zuv-blue-dark); }
.gift-method-note--report p { margin: 0; }
.gift-report-section { margin-top: clamp(42px, 7vw, 76px); scroll-margin-top: calc(var(--zuv-header-h) + 20px); }
.gift-report-heading { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 13px; align-items: start; margin-bottom: 22px; }
.gift-report-heading .eyebrow { margin-top: 7px; }
.gift-report-heading h2 { margin: 0 0 8px; font-size: clamp(1.75rem, 1.35rem + 1.25vw, 2.6rem); }
.gift-report-heading p { max-width: 72ch; margin: 0; color: var(--zuv-muted); line-height: 1.62; }
.gift-report-heading--reflection { grid-template-columns: max-content minmax(0, 1fr); gap: 18px; }
.gift-report-heading--reflection .eyebrow { white-space: nowrap; }
.gift-primary-grid { display: grid; gap: 24px; }
.gift-deep-card { padding: clamp(22px, 3.5vw, 38px); border: 1px solid var(--zuv-line); border-radius: 28px; background: #fff; box-shadow: 0 14px 42px rgba(46,38,30,.06); scroll-margin-top: calc(var(--zuv-header-h) + 20px); }
.gift-deep-card > header { display: grid; grid-template-columns: 46px minmax(0, 1fr) 105px; gap: 14px; align-items: start; }
.gift-deep-card--tied > header { grid-template-columns: 88px minmax(0, 1fr) 105px; }
.gift-deep-card h3 { margin: 3px 0 0; font-size: clamp(1.4rem, 1.15rem + .65vw, 1.9rem); }
.gift-card-kicker { color: var(--zuv-muted); font-size: .72rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.gift-score { text-align: right; }
.gift-score strong, .gift-score span { display: block; }
.gift-score strong { color: var(--zuv-blue); font-size: 1.45rem; }
.gift-score span { color: var(--zuv-muted); font-size: .72rem; line-height: 1.3; }
.gift-score small { display: block; max-width: 190px; margin-top: 4px; color: var(--zuv-muted); font-size: .72rem; font-weight: 600; line-height: 1.35; }
.gift-reflection-report { display: grid; gap: 12px; margin: 0; padding-left: 24px; }
.gift-reflection-report li { padding: 14px 16px; border: 1px solid var(--zuv-border); border-radius: 14px; background: #fff; }
.gift-report-example-note { margin: 16px 0 0; padding: 12px 14px; border-radius: 12px; background: var(--zuv-soft-blue); color: #31596a; font-size: .88rem; font-weight: 700; line-height: 1.45; }
.gift-deep-card > .gift-result-bar { margin: 16px 0 23px 60px; }
.gift-deep-card--tied > .gift-result-bar { margin-left: 102px; }
.gift-card-summary { max-width: 84ch; margin-bottom: 22px; color: #51463a; font-size: 1.01rem; line-height: 1.72; }
.gift-insight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.gift-insight-grid > section { padding: 19px 20px; border: 1px solid rgba(24,120,168,.15); border-radius: 19px; background: #f5fafc; }
.gift-insight-grid h4, .gift-practice-box > strong { display: block; margin: 0 0 9px; color: var(--zuv-blue-dark); font-size: .82rem; font-weight: 850; letter-spacing: .025em; }
.gift-insight-grid ul { margin: 0; padding-left: 19px; }
.gift-insight-grid li { margin-bottom: 7px; color: #43525a; line-height: 1.55; }
.gift-practice-box { margin-top: 14px; padding: 18px 20px; border: 1px solid #e9d4aa; border-radius: 19px; background: #fff8e9; }
.gift-practice-box p { margin: 0; color: #5f4e38; line-height: 1.65; }
.gift-insight-grid--quiet > section { border-color: #e3d9ec; background: #faf7fc; }
.gift-prayer-box { background: linear-gradient(135deg, #f7f2fa, #fbf8fc) !important; }
.gift-prayer-box p { margin: 0; color: #584762; font-style: italic; line-height: 1.65; }
.gift-deep-card > footer { display: grid; gap: 7px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--zuv-line); color: var(--zuv-muted); font-size: .82rem; line-height: 1.55; }
.gift-family-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.gift-family-grid article { padding: 21px; border: 1px solid var(--zuv-line); border-radius: 21px; background: rgba(255,255,255,.84); }
.gift-family-grid article > span { color: var(--zuv-blue); font-weight: 900; }
.gift-family-grid h3 { margin: 7px 0; font-size: 1.12rem; }
.gift-family-grid p { margin: 0; color: var(--zuv-muted); line-height: 1.55; }
.gift-growing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.gift-growing-grid article { padding: 21px; border: 1px solid var(--zuv-line); border-radius: 21px; background: #fff; }
.gift-growing-grid header { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.gift-growing-grid h3 { margin: 0; font-size: 1.13rem; }
.gift-growing-grid header strong { color: var(--zuv-blue); }
.gift-growing-grid p { color: #5d5144; line-height: 1.6; }
.gift-growing-grid article > span { color: var(--zuv-muted); font-size: .86rem; line-height: 1.55; }
.gift-action-plan { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--zuv-line); border-radius: 29px; background: rgba(255,255,255,.9); box-shadow: var(--zuv-shadow-soft); }
.gift-weeks { counter-reset: gift-week; display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.gift-weeks li { counter-increment: gift-week; position: relative; display: grid; min-height: 66px; padding: 13px 16px 13px 68px; align-content: center; border: 1px solid var(--zuv-line); border-radius: 17px; background: var(--zuv-sand); }
.gift-weeks li::before { content: counter(gift-week); position: absolute; top: 14px; left: 16px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--zuv-blue); font-weight: 900; }
.gift-weeks strong, .gift-weeks span { display: block; }
.gift-weeks span { margin-top: 3px; color: var(--zuv-muted); line-height: 1.5; }
.gift-pastoral-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 24px; padding: clamp(24px, 4vw, 42px); border-radius: 29px; color: #fff; background: linear-gradient(135deg, #0d668f, #1986b6); }
.gift-pastoral-section .eyebrow, .gift-pastoral-section h2, .gift-pastoral-section p { color: #fff; }
.gift-pastoral-copy h2 { margin: 11px 0 12px; font-size: clamp(1.8rem, 1.4rem + 1.2vw, 2.6rem); }
.gift-pastoral-copy p { margin: 0; line-height: 1.67; }
.gift-conversation-card { padding: 21px; border: 1px solid rgba(255,255,255,.28); border-radius: 21px; background: rgba(255,255,255,.13); }
.gift-conversation-card h3 { margin-top: 0; }
.gift-conversation-card ul { margin-bottom: 0; padding-left: 19px; }
.gift-conversation-card li { margin-bottom: 8px; line-height: 1.5; }
.gift-appendix-list { display: grid; gap: 9px; }
.gift-appendix-list details { overflow: hidden; border: 1px solid var(--zuv-line); border-radius: 17px; background: #fff; }
.gift-appendix-list summary { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 12px; padding: 13px 16px; align-items: center; cursor: pointer; list-style: none; }
.gift-appendix-list .gift-appendix-item--tied summary { grid-template-columns: 88px minmax(0, 1fr) auto; }
.gift-appendix-list summary::-webkit-details-marker { display: none; }
.gift-appendix-list summary > span:last-child { color: var(--zuv-muted); font-size: .79rem; }
.gift-appendix-list details > div { padding: 1px 68px 17px; color: #5d5144; line-height: 1.62; }
.gift-appendix-list .gift-appendix-item--tied > div { padding-left: 116px; }
.gift-appendix-list details > div p:last-child { margin-bottom: 0; }
.gift-closing-note { margin-top: 26px; padding: clamp(24px, 4vw, 40px); border-radius: 28px; color: #fff; background: #25211d; }
.gift-closing-note strong { display: block; margin-bottom: 8px; font-size: 1.2rem; }
.gift-closing-note p { max-width: 76ch; margin: 0; color: rgba(255,255,255,.82); font-size: 1.03rem; line-height: 1.65; }
.gift-testimonials { padding: clamp(52px, 8vw, 92px) 0; background: rgba(255,255,255,.68); }
.gift-testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gift-testimonial-grid blockquote { display: flex; min-height: 230px; margin: 0; padding: 24px; flex-direction: column; border: 1px solid var(--zuv-line); border-radius: 24px; background: #fff; box-shadow: var(--zuv-shadow-soft); }
.gift-testimonial-grid p { flex: 1; color: #55493d; font-size: 1rem; line-height: 1.68; }
.gift-testimonial-grid footer { color: var(--zuv-blue-dark); font-weight: 800; }
.gift-stars { color: #d58b26; font-size: 1.05rem; letter-spacing: .08em; }
.gift-growth-section { margin-top: clamp(48px, 8vw, 84px); padding: clamp(24px, 4vw, 42px); border: 1px solid var(--zuv-line); border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: var(--zuv-shadow-soft); scroll-margin-top: calc(var(--zuv-header-h) + 20px); }
.gift-growth-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.gift-share-card, .gift-support-card, .gift-feedback-card { padding: clamp(22px, 3vw, 30px); border: 1px solid var(--zuv-line); border-radius: 23px; background: #fff; }
.gift-share-card h3, .gift-support-card h3, .gift-feedback-card h3 { margin: 7px 0 10px; font-size: 1.35rem; }
.gift-share-card p, .gift-support-card p, .gift-feedback-card > div > p { color: var(--zuv-muted); line-height: 1.62; }
.gift-support-card { background: linear-gradient(145deg, #fff9eb, #fff); }
.gift-share-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.gift-share-status { display: block; min-height: 20px; margin-top: 10px; color: #24734d; font-size: .82rem; font-weight: 750; }
.gift-support-pending { display: block; margin-top: 17px; padding: 12px 14px; border: 1px solid #edd9ad; border-radius: 14px; color: #745d2c; background: #fffaf0; font-size: .84rem; line-height: 1.5; }
.gift-feedback-card { display: grid; grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr); gap: clamp(24px, 4vw, 46px); margin-top: 16px; }
.gift-feedback-form { display: grid; gap: 17px; }
.gift-feedback-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.gift-feedback-form legend, .gift-feedback-form > label { display: grid; gap: 8px; color: var(--zuv-blue-dark); font-size: .86rem; font-weight: 800; }
.gift-feedback-form textarea, .gift-feedback-form select { width: 100%; padding: 13px 14px; border: 1px solid #d9cdbd; border-radius: 14px; color: var(--zuv-text); background: #fff; font: inherit; }
.gift-rating { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; margin-top: 8px; }
.gift-rating label { cursor: pointer; }
.gift-rating input { position: absolute; opacity: 0; pointer-events: none; }
.gift-rating span { display: grid; min-height: 46px; place-items: center; border: 1px solid #ded4c7; border-radius: 13px; color: var(--zuv-muted); background: var(--zuv-sand); font-weight: 900; }
.gift-rating input:checked + span { border-color: #d7952f; color: #7d561a; background: #fff1cf; box-shadow: 0 0 0 2px rgba(215,149,47,.16); }
.gift-visibility-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 8px; }
.gift-visibility-options > label { position: relative; cursor: pointer; }
.gift-visibility-options input { position: absolute; opacity: 0; }
.gift-visibility-options span { display: grid; min-height: 82px; padding: 14px; align-content: center; border: 1px solid #ded4c7; border-radius: 15px; background: #fff; }
.gift-visibility-options small { margin-top: 3px; color: var(--zuv-muted); font-weight: 500; }
.gift-visibility-options input:checked + span { border-color: var(--zuv-blue); background: var(--zuv-soft-blue); box-shadow: 0 0 0 2px rgba(24,134,184,.13); }
[data-public-feedback-options] { display: grid; gap: 13px; padding: 16px; border-radius: 17px; background: #f6fafc; }
[data-public-feedback-options][hidden] { display: none; }
.gift-recommendations { margin-top: 28px; }
.gift-recommendations > h3 { margin-bottom: 13px; }
.gift-recommendations > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.gift-recommendations a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 14px; padding: 18px; border: 1px solid var(--zuv-line); border-radius: 17px; color: inherit; background: #fff; text-decoration: none; }
.gift-recommendations a:hover { border-color: rgba(24,134,184,.48); transform: translateY(-2px); }
.gift-recommendations strong, .gift-recommendations span { grid-column: 1; }
.gift-recommendations span { color: var(--zuv-muted); font-size: .83rem; line-height: 1.48; }
.gift-recommendations b { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--zuv-blue); font-size: 1.3rem; }
.gift-footer { padding-top: 24px; }
.gift-footer .footer-bottom { margin-top: 0; }

@media (max-width: 900px) {
  .gift-hero-grid, .gift-test-head, .gift-report-hero, .gift-pastoral-section { grid-template-columns: 1fr; }
  .gift-start-card { max-width: 680px; }
  .gift-progress-card { max-width: 360px; }
  .gift-report-meta { max-width: 420px; }
  .gift-family-grid, .gift-testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gift-feedback-card { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .gift-site .header-actions .tag { display: none; }
  .gift-hero { padding-top: 38px; }
  .gift-stage-preview article { align-items: flex-start; }
  .gift-question { padding: 18px; }
  .gift-page-row { align-items: flex-start; flex-direction: column; }
  .gift-resume-navigation, .gift-resume-navigation .btn { width: 100%; }
  .gift-question-examples { grid-template-columns: 1fr; }
  .gift-scale { grid-template-columns: 1fr; }
  .gift-choice { min-height: 62px; padding: 13px 15px; }
  .gift-form-actions { display: grid; grid-template-columns: 1fr; }
  .gift-form-actions .btn { width: 100%; }
  .gift-result { grid-template-columns: 38px minmax(0,1fr) 54px; padding-inline: 14px; }
  .gift-result--tied { grid-template-columns: 78px minmax(0,1fr) 54px; }
  .gift-result-rank--tied { width: 78px; }
  .gift-report-hero { padding: 24px 19px; border-radius: 24px; }
  .gift-report-actions, .gift-report-actions .btn { width: 100%; }
  .gift-private-badge { justify-content: center; }
  .gift-report-heading { grid-template-columns: 1fr; gap: 4px; }
  .gift-report-heading .eyebrow { margin-bottom: 0; }
  .gift-deep-card { padding: 20px 17px; }
  .gift-deep-card > header { grid-template-columns: 40px minmax(0, 1fr); }
  .gift-deep-card--tied > header { grid-template-columns: 78px minmax(0, 1fr); }
  .gift-score { grid-column: 2; text-align: left; }
  .gift-deep-card > .gift-result-bar { margin-left: 0; }
  .gift-insight-grid, .gift-family-grid, .gift-growing-grid, .gift-testimonial-grid, .gift-growth-grid, .gift-recommendations > div, .gift-visibility-options { grid-template-columns: 1fr; }
  .gift-growth-section { padding: 22px 16px; border-radius: 23px; }
  .gift-share-actions, .gift-share-actions .btn { width: 100%; }
  .gift-pastoral-section, .gift-action-plan { padding: 22px 18px; border-radius: 23px; }
  .gift-appendix-list summary { grid-template-columns: 36px minmax(0, 1fr); }
  .gift-appendix-list .gift-appendix-item--tied summary { grid-template-columns: 78px minmax(0, 1fr); }
  .gift-appendix-list summary > span:last-child { grid-column: 2; }
  .gift-appendix-list details > div { padding: 1px 16px 16px; }
  .gift-footer .footer-bottom span { display: block; margin-bottom: 10px; }
}
.gift-access-options,.gift-payment-methods{display:grid;gap:10px;margin:0;padding:0;border:0}.gift-access-options legend,.gift-payment-methods legend{margin-bottom:8px;font-weight:850}.gift-access-option{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;align-items:center;min-width:0;min-height:70px;padding:15px;border:1px solid #ddcfbe;border-radius:16px;background:#fbf8f2;cursor:pointer}.gift-access-option:has(input:checked){border-color:#1878a8;background:#edf7fb;box-shadow:0 0 0 3px rgba(24,120,168,.12)}.gift-access-option:has(input:disabled){cursor:not-allowed;opacity:.55}.gift-access-option input{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;flex:0 0 20px;margin:0!important;padding:0!important}.gift-access-option span{min-width:0}.gift-access-option span,.gift-access-option small{display:block}.gift-access-option small{margin-top:4px;color:#75695c;line-height:1.45}.gift-payment-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.gift-payment-methods label{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;align-items:center;min-width:0;min-height:52px;padding:13px;border:1px solid #ddcfbe;border-radius:14px;background:#fff;font-weight:800;cursor:pointer}.gift-payment-methods label:has(input:checked){border-color:#1878a8;background:#edf7fb}.gift-payment-methods input{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;flex:0 0 20px;margin:0!important;padding:0!important}.gift-start-form textarea{width:100%;box-sizing:border-box;resize:vertical}@media(max-width:620px){.gift-payment-methods{grid-template-columns:1fr}.gift-access-option{padding:14px 13px}.gift-access-option strong{line-height:1.3}}

/* A payment choice always uses the full form width, including on desktop. */
.gift-payment-methods { grid-template-columns: 1fr; }

/* Sales landing and mobile-safe enrolment. */
[data-gift-custom-amount][hidden], [data-gift-support-request][hidden], [data-gift-payment-methods][hidden], [data-gateway-option][hidden] { display: none !important; }
.gift-support-request{display:grid;gap:15px;padding:18px;border:1px solid #a9d8ec;border-radius:18px;background:#f1f9fc}.gift-support-notice{padding:15px 16px;border-radius:14px;background:#dff2fa;color:#174b64}.gift-support-notice strong{display:block;margin-bottom:5px;color:#0f6f9d;font-size:1rem}.gift-support-notice p{margin:0;font-size:.93rem;line-height:1.55}.gift-support-request textarea{min-height:128px;background:#fff}.gift-support-confirmation{margin:0;padding:13px 14px;border:1px solid rgba(24,120,168,.24);border-radius:14px;background:#fff}
.gift-access-option strong,.gift-access-option small { overflow-wrap:anywhere; }
.gift-access-option small { font-size:.875rem; }
.gift-payment-methods label > span,.gift-payment-methods label strong,.gift-payment-methods label small { display:block; min-width:0; }
.gift-payment-methods label small { margin-top:3px; color:#75695c; font-size:.875rem; font-weight:650; line-height:1.4; }
.gift-start-form[aria-busy="true"] .btn[type="submit"] { cursor:wait; opacity:.82; }
.gift-start-form .btn[type="submit"]:disabled { color:#fff; background:var(--zuv-blue); }
.gift-sales-hero { padding: clamp(50px, 7vw, 92px) 0; background: radial-gradient(circle at 92% 8%, rgba(73,186,235,.18), transparent 33%), linear-gradient(145deg,#fbf7ef,#f3f9fa); }
.gift-sales-hero-grid { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr); gap:clamp(30px,5vw,74px); align-items:center; }
.gift-sales-copy h1 { max-width:12ch; margin:12px 0 20px; font-size:clamp(2.65rem,2rem + 3.2vw,5.4rem); line-height:.98; overflow-wrap:anywhere; }
.gift-sales-copy .lead { max-width:68ch; }
.gift-benefit-list { margin:24px 0; padding:0; display:grid; gap:11px; list-style:none; }
.gift-benefit-list li { position:relative; padding-left:31px; color:#4f4338; line-height:1.58; }
.gift-benefit-list li::before { content:'✓'; position:absolute; left:0; top:.08em; display:grid; width:22px; height:22px; place-items:center; border-radius:50%; color:#176641; background:#e2f3e9; font-size:.78rem; font-weight:900; }
.gift-hero-actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:27px; }
.gift-price-note { max-width:62ch; margin:14px 0 0; color:var(--zuv-muted); font-size:.88rem; line-height:1.55; }
.gift-hero-proof { padding:clamp(25px,4vw,40px); border:1px solid rgba(255,255,255,.9); border-radius:30px; background:rgba(255,255,255,.9); box-shadow:var(--zuv-shadow); }
.gift-hero-proof > strong { display:block; margin:18px 0 22px; font-size:clamp(1.5rem,1.2rem + 1vw,2.25rem); line-height:1.12; }
.gift-hero-proof > p { margin:20px 0 0; color:var(--zuv-muted); line-height:1.62; }
.gift-proof-metrics { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-block:1px solid var(--zuv-line); }
.gift-proof-metrics div { min-width:0; padding:17px 8px; text-align:center; }
.gift-proof-metrics div + div { border-left:1px solid var(--zuv-line); }
.gift-proof-metrics b,.gift-proof-metrics span { display:block; }
.gift-proof-metrics b { color:var(--zuv-blue); font-size:1.55rem; }
.gift-proof-metrics span { margin-top:2px; color:var(--zuv-muted); font-size:.73rem; overflow-wrap:anywhere; }
.gift-value-section,.gift-process-section,.gift-report-showcase,.gift-privacy-section,.gift-start-section { padding:clamp(60px,8vw,104px) 0; }
.gift-process-section,.gift-start-section { background:var(--zuv-sand); }
.gift-section-heading { max-width:780px; margin-bottom:31px; }
.gift-section-heading h2,.gift-report-copy h2,.gift-start-intro h2,.gift-privacy-grid h2 { margin:10px 0 13px; font-size:clamp(2rem,1.45rem + 2vw,3.6rem); line-height:1.04; }
.gift-section-heading p,.gift-report-copy > p,.gift-start-intro p,.gift-privacy-grid p { color:var(--zuv-muted); line-height:1.7; }
.gift-value-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.gift-value-grid article { min-width:0; padding:25px; border:1px solid var(--zuv-line); border-radius:23px; background:#fff; box-shadow:var(--zuv-shadow-soft); }
.gift-value-grid article > span { color:var(--zuv-blue); font-size:.8rem; font-weight:900; letter-spacing:.08em; }
.gift-value-grid h3 { margin:13px 0 9px; font-size:1.25rem; }
.gift-value-grid p { margin:0; color:var(--zuv-muted); line-height:1.62; }
.gift-stage-preview-large { max-width:none; grid-template-columns:repeat(3,minmax(0,1fr)); }
.gift-stage-preview-large article { min-height:0; align-items:flex-start; align-content:start; background:#fff; }
.gift-stage-preview-large article > div { align-content:start; }
.gift-inline-cta { display:flex; align-items:center; justify-content:space-between; gap:22px; margin-top:26px; padding:20px 22px; border-radius:20px; background:#fff; box-shadow:var(--zuv-shadow-soft); }
.gift-inline-cta p { max-width:65ch; margin:0; color:var(--zuv-muted); line-height:1.55; }
.gift-report-showcase-grid,.gift-start-layout,.gift-privacy-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(340px,.86fr); gap:clamp(30px,5vw,72px); align-items:start; }
.gift-report-showcase-grid { grid-template-columns:minmax(280px,.58fr) minmax(560px,1.42fr); gap:clamp(30px,4vw,58px); }
.gift-report-preview { min-width:0; padding:clamp(23px,3vw,34px); border:1px solid #d7e4e9; border-radius:28px; background:linear-gradient(155deg,#fff,#f2f9fb); box-shadow:var(--zuv-shadow); }
.gift-report-preview-expanded { padding:clamp(24px,3vw,38px); }
.gift-report-preview-head { display:flex; justify-content:space-between; gap:16px; padding-bottom:16px; border-bottom:1px solid #d9e5e9; color:var(--zuv-blue); font-weight:900; }
.gift-report-preview h3 { margin:25px 0 16px; font-size:1.45rem; }
.gift-preview-result-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:11px; }
.gift-preview-result { display:flex; justify-content:space-between; gap:18px; margin-top:10px; padding:15px; border:1px solid #dbe7ea; border-radius:16px; background:#fff; }
.gift-preview-result-grid .gift-preview-result { margin-top:0; }
.gift-preview-result div { min-width:0; }
.gift-preview-result strong,.gift-preview-result span { display:block; }
.gift-preview-result span { margin-top:4px; color:var(--zuv-muted); font-size:.82rem; }
.gift-preview-result b { color:var(--zuv-blue); font-size:1.25rem; }
.gift-preview-insights { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:11px; margin-top:16px; }
.gift-preview-insights article { min-width:0; padding:16px; border:1px solid #dbe7ea; border-radius:16px; background:rgba(255,255,255,.72); }
.gift-preview-insights small,.gift-preview-detail-heading small { display:block; margin-bottom:8px; color:var(--zuv-blue); font-size:.875rem; font-weight:900; letter-spacing:.045em; line-height:1.4; }
.gift-preview-insights strong { display:block; font-size:.88rem; line-height:1.48; }
.gift-preview-detail { margin-top:18px; padding:clamp(18px,2.5vw,25px); border:1px solid #dbe7ea; border-radius:20px; background:#fff; }
.gift-preview-detail-heading { display:flex; align-items:center; gap:12px; }
.gift-preview-detail-heading > span { display:grid; place-items:center; width:38px; height:38px; flex:0 0 38px; border-radius:50%; color:var(--zuv-blue); background:#e8f5fa; font-size:.78rem; font-weight:900; }
.gift-preview-detail-heading small { margin:0 0 2px; }
.gift-preview-detail h4 { margin:0; font-size:1.22rem; }
.gift-preview-detail > p { margin:16px 0 0; color:#4f4a43; line-height:1.62; }
.gift-preview-detail-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; margin-top:17px; }
.gift-preview-detail-grid > div { min-width:0; padding:15px; border-radius:15px; background:#f6fafb; }
.gift-preview-detail-grid strong { display:block; margin-bottom:8px; }
.gift-preview-detail-grid p,.gift-preview-detail-grid ul { margin:0; color:var(--zuv-muted); line-height:1.55; }
.gift-preview-detail-grid ul { padding-left:19px; }
.gift-preview-detail-grid li + li { margin-top:5px; }
.gift-preview-prayer { margin-top:16px; padding:17px; border-radius:17px; color:#5b492e; background:#fff6df; }
.gift-preview-prayer p { margin:7px 0 0; line-height:1.58; }
.gift-preview-callout { margin-top:18px; padding:17px; border-radius:17px; color:#5b492e; background:#fff6df; }
.gift-preview-callout p { margin:7px 0 0; line-height:1.55; }
.gift-report-preview footer { margin-top:19px; color:var(--zuv-muted); font-size:.875rem; line-height:1.5; }
.gift-privacy-section { color:#fff; background:#1f2b2f; }
.gift-privacy-section .eyebrow,.gift-privacy-section h2 { color:#fff; }
.gift-privacy-grid p { color:rgba(255,255,255,.77); }
.gift-start-intro { position:sticky; top:calc(var(--zuv-header-h) + 28px); }
.gift-profile-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.gift-currency-warning { margin:0; padding:13px 15px; border:1px solid #edc9ad; border-radius:14px; color:#754b29; background:#fff5e9; }
.gift-start-form .form-field small { display:block; margin-top:7px; color:var(--zuv-muted); font-size:.875rem; line-height:1.48; }
.gift-start-form input,.gift-start-form select,.gift-start-form textarea { min-width:0; }

/* Educational, pastoral and search-useful landing content. */
.gift-teaching-section,.gift-groups-section,.gift-discernment-section,.gift-talents-section,.gift-faq-section { padding:clamp(60px,8vw,104px) 0; }
.gift-teaching-section,.gift-discernment-section,.gift-faq-section { background:#fff; }
.gift-groups-section { background:linear-gradient(145deg,#f7fbfc,#fffaf1); }
.gift-talents-section { background:var(--zuv-sand); }
.gift-section-heading-wide { max-width:920px; }
.gift-definition-grid,.gift-groups-grid,.gift-reasons-grid { display:grid; gap:16px; }
.gift-definition-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.gift-groups-grid,.gift-reasons-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.gift-definition-grid article,.gift-groups-grid article,.gift-reasons-grid article { min-width:0; padding:clamp(22px,3vw,30px); border:1px solid var(--zuv-line); border-radius:24px; background:#fff; box-shadow:var(--zuv-shadow-soft); }
.gift-definition-grid article > span,.gift-reasons-grid article > span,.gift-groups-grid article > span { display:block; color:var(--zuv-blue); font-size:.8rem; font-weight:900; letter-spacing:.08em; line-height:1.4; }
.gift-definition-grid h3,.gift-groups-grid h3,.gift-reasons-grid h3 { margin:12px 0 9px; font-size:clamp(1.18rem,1rem + .45vw,1.45rem); line-height:1.25; }
.gift-definition-grid p,.gift-groups-grid p,.gift-reasons-grid p { margin:0; color:var(--zuv-muted); line-height:1.68; }
.gift-section-cta { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:24px; padding:clamp(20px,3vw,28px); border:1px solid #d5e6eb; border-radius:22px; background:#f4fafc; }
.gift-section-cta > div { min-width:0; }
.gift-section-cta strong { display:block; font-size:1.1rem; line-height:1.35; }
.gift-section-cta p { max-width:70ch; margin:6px 0 0; color:var(--zuv-muted); line-height:1.55; }
.gift-talents-grid { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); gap:clamp(30px,5vw,70px); align-items:start; }
.gift-talents-grid h2 { margin:10px 0 18px; font-size:clamp(2rem,1.45rem + 2vw,3.6rem); line-height:1.04; }
.gift-talents-grid > div > p { color:var(--zuv-muted); line-height:1.76; }
.gift-talents-grid aside { padding:clamp(24px,4vw,36px); border:1px solid var(--zuv-line); border-radius:28px; background:#fff; box-shadow:var(--zuv-shadow); }
.gift-talents-grid aside > span { color:var(--zuv-blue); font-size:.8rem; font-weight:900; letter-spacing:.08em; line-height:1.45; }
.gift-talents-grid aside ul { display:grid; gap:12px; margin:20px 0 24px; padding:0; list-style:none; }
.gift-talents-grid aside li { position:relative; padding-left:29px; color:#4f4338; line-height:1.55; }
.gift-talents-grid aside li::before { content:'✓'; position:absolute; left:0; top:.05em; display:grid; width:21px; height:21px; place-items:center; border-radius:50%; color:#176641; background:#e2f3e9; font-size:.75rem; font-weight:900; }
.gift-faq-shell { width:100%; max-width:980px; margin-inline:auto; }
.gift-faq-shell .gift-section-heading { max-width:760px; }
.gift-faq-group { margin-top:clamp(34px,5vw,52px); }
.gift-faq-group h3 { margin:0 0 14px; color:var(--zuv-blue); font-size:.82rem; font-weight:900; letter-spacing:.1em; line-height:1.35; text-transform:uppercase; }
.gift-faq-list { display:grid; width:100%; gap:11px; }
.gift-faq-list details { border:1px solid var(--zuv-line); border-radius:18px; background:#fff; transition:border-color .18s ease,background-color .18s ease; }
.gift-faq-list details[open] { border-color:#a8d5e6; background:#f8fcfd; }
.gift-faq-list summary { position:relative; display:flex; min-height:64px; align-items:center; box-sizing:border-box; padding:18px 62px 18px 22px; cursor:pointer; color:var(--zuv-text); font-size:clamp(1.08rem,1rem + .18vw,1.2rem); font-weight:850; line-height:1.45; list-style:none; }
.gift-faq-list summary::-webkit-details-marker { display:none; }
.gift-faq-list summary::after { content:'+'; position:absolute; right:20px; top:50%; width:28px; height:28px; display:grid; place-items:center; translate:0 -50%; border-radius:50%; color:var(--zuv-blue); background:var(--zuv-soft-blue); font-size:1.15rem; }
.gift-faq-list details[open] summary::after { content:'−'; }
.gift-faq-list summary:focus-visible { outline:3px solid rgba(24,128,177,.28); outline-offset:3px; border-radius:16px; }
.gift-faq-answer { padding:0 22px 22px; color:var(--zuv-muted); font-size:clamp(1.02rem,.98rem + .12vw,1.1rem); line-height:1.62; }
.gift-faq-answer p { margin:0; }
.gift-faq-answer p + p,.gift-faq-answer ol + p { margin-top:14px; }
.gift-faq-answer ol { display:grid; gap:8px; margin:14px 0 0; padding-left:24px; }
.gift-faq-answer a { display:inline-flex; margin-top:15px; color:var(--zuv-blue); font-weight:850; text-decoration:none; }
.gift-faq-answer a:hover { text-decoration:underline; }

@media(max-width:960px){
  .gift-sales-hero-grid,.gift-report-showcase-grid,.gift-start-layout,.gift-privacy-grid,.gift-talents-grid { grid-template-columns:1fr; }
  .gift-hero-proof { max-width:680px; }
  .gift-stage-preview-large { grid-template-columns:1fr; }
  .gift-stage-preview-large article { min-height:0; }
  .gift-start-intro { position:static; }
}
@media(max-width:720px){
  .gift-sales-hero { padding-top:36px; }
  .gift-sales-copy h1 { max-width:none; font-size:clamp(2.35rem,12vw,3.15rem); line-height:1.02; }
  .gift-section-heading h2,.gift-report-copy h2,.gift-start-intro h2,.gift-privacy-grid h2 { font-size:clamp(1.85rem,9vw,2.6rem); overflow-wrap:anywhere; }
  .gift-value-grid,.gift-definition-grid,.gift-groups-grid,.gift-reasons-grid { grid-template-columns:1fr; }
  .gift-inline-cta,.gift-section-cta { align-items:stretch; flex-direction:column; }
  .gift-inline-cta .btn,.gift-section-cta .btn,.gift-hero-actions .btn,.gift-talents-grid aside .btn { width:100%; }
  .gift-profile-grid { grid-template-columns:1fr; }
  .gift-preview-result-grid,.gift-preview-insights,.gift-preview-detail-grid { grid-template-columns:1fr; }
  .gift-start-card { padding:22px 18px; border-radius:23px; }
  .gift-access-option { min-height:76px; align-items:flex-start; }
  .gift-access-option input { margin-top:2px; }
  .gift-start-form .btn { min-height:50px; }
  .gift-faq-list summary { min-height:56px; padding:15px 54px 15px 18px; }
  .gift-faq-list summary::after { right:16px; }
  .gift-faq-answer { padding:0 18px 19px; }
  .gift-report-preview-head small,
  .gift-access-option small,
  .gift-start-form small { font-size:.875rem; }
}
@media(max-width:420px){
  .gift-sales-copy h1 { font-size:2.35rem; }
  .gift-hero-proof { padding:22px 17px; border-radius:23px; }
  .gift-proof-metrics div { padding-inline:4px; }
  .gift-proof-metrics b { font-size:1.3rem; }
  .gift-start-card { padding-inline:14px; }
  .gift-access-option { gap:10px; padding:13px 12px; }
  .gift-access-option strong { font-size:.95rem; }
  .gift-report-preview { padding:21px 16px; }
  .gift-preview-insights article,.gift-preview-detail-grid > div { padding:14px; }
}

/* Shared public readability floor for assessment status and report metadata. */
.gift-save-status,
.gift-question-example strong,
.gift-private-badge,
.gift-report-meta span,
.gift-appendix-list summary > span:last-child,
.gift-card-kicker,
.gift-score span,
.gift-proof-metrics span,
.gift-site .eyebrow,
.gift-site .tag {
  font-size:.82rem;
  line-height:1.4;
}

/* R361: the public assessment landing uses the shared 1320px workspace. */
.public-design .gift-sales-hero .container,
.public-design .gift-value-section .container,
.public-design .gift-teaching-section .container,
.public-design .gift-groups-section .container,
.public-design .gift-process-section .container,
.public-design .gift-start-section .container,
.public-design .gift-report-showcase .container,
.public-design .gift-privacy-section .container,
.public-design .gift-discernment-section .container,
.public-design .gift-talents-section .container,
.public-design .gift-faq-section .container,
.public-design .gift-testimonials .container {
  --public-content-max: 1320px;
}

/* R553: one readable statement, explanation and descending response scale. */
.gift-test-shell { --public-content-max: 1120px; max-width: 1120px; }
.gift-question[id], #gift-form-actions { scroll-margin-top: calc(var(--zuv-header-h, 96px) + 24px); }
.gift-question:target { box-shadow: 0 0 0 2px #1878a8, 0 10px 30px rgba(46,38,30,.055); }
.gift-question:focus-visible { outline: 2px solid #1878a8; outline-offset: 4px; }
.gift-question-body { clear: both; display: grid; gap: 20px; min-width: 0; }
.gift-question-body .gift-question-help { margin: 0; min-width: 0; }
.gift-question-body .gift-scale { grid-template-columns: minmax(0, 1fr); align-content: start; min-width: 0; }
.gift-question-body .gift-choice { min-height: 60px; border: 1px solid var(--gift-tone-border); border-radius: 12px; background: var(--gift-tone-bg); }
/* R561: retain the user's amber / sand / sage / blue palette, not a good/bad scale. */
.gift-question-body .gift-choice--tone-3 { --gift-tone-accent: #aa6718; }
.gift-question-body .gift-choice--tone-2 { --gift-tone-accent: #937531; }
.gift-question-body .gift-choice--tone-1 { --gift-tone-accent: #55794b; }
.gift-question-body .gift-choice--tone-0 { --gift-tone-accent: #1878a8; }
.gift-question-body .gift-choice input { accent-color: var(--gift-tone-accent); }
.gift-question-body .gift-choice:hover { border-color: var(--gift-tone-accent); background: var(--gift-tone-hover); }
.gift-question-body .gift-choice:has(input:checked) { border-color: var(--gift-tone-accent); background: var(--gift-tone-hover); box-shadow: inset 0 0 0 1px var(--gift-tone-accent); }
.gift-question-body .gift-choice input:focus { outline: none; box-shadow: none; }
.gift-question-body .gift-choice:has(input:focus-visible) { outline: 3px solid var(--gift-tone-accent); outline-offset: 3px; box-shadow: inset 0 0 0 1px var(--gift-tone-accent); }
.gift-page-row { flex-wrap: wrap; }
.gift-resume-navigation { display: flex; gap: 8px; flex-wrap: wrap; }
.gift-resume-navigation .btn { white-space: normal; text-align: center; }
.gift-reflection-results { margin: 0 0 32px; padding: clamp(18px, 3vw, 28px); border: 1px solid var(--zuv-line); border-radius: 24px; background: #fff; }
.gift-reflection-result-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; }
.gift-reflection-result-list li { display: flex; align-items: baseline; gap: 16px; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--zuv-line); }
.gift-reflection-result-list li span { min-width: 0; overflow-wrap: anywhere; }
.gift-reflection-result-list li strong { flex-shrink: 0; color: var(--zuv-blue-dark); }
@media (min-width: 1024px) {
  .gift-question-body { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 30px; }
  .gift-question-body .gift-scale:only-child { grid-column: 1 / -1; }
  .gift-question-body .gift-question-help { border: 0; background: transparent; border-radius: 0; }
  .gift-question-body .gift-question-help summary { min-height: 0; padding: 0 0 14px; cursor: default; }
  .gift-question-body .gift-question-help summary::after, .gift-question-body .gift-question-help-icon { display: none; }
  .gift-question-body .gift-question-help-body { padding: 0; border: 0; font-size: .95rem; }
  .gift-question-body .gift-question-examples { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .gift-question-body .gift-question-example { padding: 0 0 0 14px; border: 0; border-left: 2px solid var(--zuv-line); border-radius: 0; background: transparent; }
}
@media (max-width: 639px) {
  .gift-reflection-result-list { grid-template-columns: minmax(0, 1fr); }
  .gift-question-body { gap: 16px; }
}
