* {
    box-sizing: border-box;
}


/* Shared assessment token overrides: kept last so legacy page styles cannot
   split the step-by-step and conversational experiences. */
.assessment-page,
.conversation-page {
    background:
        radial-gradient(circle at top left, #e6f5f0 0, transparent 31rem),
        linear-gradient(180deg, var(--tr-page-background) 0%, #ffffff 54%);
}

/* --------------------------------------------------------------------------
   Childminder Path design system. Tokens are shared by public Jinja pages;
   React defines matching, assessment-scoped tokens in frontend/src.          */
:root {
    --brand-forest: #0b4f3f;
    --brand-teal: #138f87;
    --brand-sage: #82b77b;
    --brand-amber: #a96800;
    --brand-ink: #10251f;
    --brand-muted: #53675f;
    --brand-surface: #fff;
    --brand-background: #f6faf8;
    --brand-border: #d8e6e0;
    --brand-danger: #a53535;
    --brand-warning: #805500;
    --brand-success: #17654f;
    --plan-high-priority: #b42318;
    --plan-high-priority-text: #8d1d18;
    --plan-high-priority-border: #f1aaa5;
    --plan-high-priority-background: #ffffff;
    --plan-to-prepare: #b88700;
    --plan-to-prepare-text: #745400;
    --plan-to-prepare-border: #dfbd4f;
    --plan-to-prepare-soft: #fffaf0;
    --plan-to-prepare-background: #ffffff;
    --plan-covered: #18745d;
    --plan-covered-text: #125a49;
    --plan-covered-border: #a9d7c7;
    --plan-covered-background: #ffffff;
    --brand-font: Inter, Avenir Next, Nunito Sans, ui-sans-serif, system-ui, sans-serif;
    --brand-content: 1120px;
    --brand-reading: 760px;
    --brand-radius: 16px;
    --brand-radius-small: 10px;
    --brand-shadow: 0 12px 28px rgba(11, 79, 63, .08);
    --brand-focus: 0 0 0 3px rgba(19, 143, 135, .28);
    --brand-button-height: 46px;
    --brand-section-space: clamp(3.5rem, 8vw, 7rem);
}

body { color: var(--brand-ink); background: var(--brand-background); font-family: var(--brand-font); }
a { color: var(--brand-forest); }
a[href], button, [role="button"], summary { cursor: pointer; }
button:disabled, [aria-disabled="true"] { cursor: not-allowed; }
input, textarea { cursor: text; caret-color: auto; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: none; box-shadow: var(--brand-focus); }
.container { width: min(var(--brand-content), calc(100% - 2.5rem)); margin-left: auto; margin-right: auto; }
.container.narrow { width: min(var(--brand-reading), calc(100% - 2.5rem)); }
.header { position: relative; z-index: 2; min-height: 70px; border-bottom: 1px solid var(--brand-border); background: rgba(255,255,255,.94); }
.header .container { display: flex; align-items: center; min-height: 70px; }
.logo { display: inline-flex; align-items: center; min-height: 46px; }
.logo img { display: block; width: min(242px, 58vw); height: 50px; object-fit: contain; object-position: left center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: var(--brand-button-height); padding: 0 1.1rem; border: 1px solid var(--brand-forest); border-radius: 999px; background: var(--brand-forest); color: #fff; font: 750 .96rem/1 var(--brand-font); text-decoration: none; transition: background .16s ease, transform .16s ease; }
.button:hover { background: #073c30; transform: translateY(-1px); }
.button-secondary { border-color: var(--brand-forest); background: transparent; color: var(--brand-forest); }
.button-secondary:hover { background: #e9f5f0; }
.eyebrow { color: var(--brand-teal); font-size: .73rem; font-weight: 800; letter-spacing: .11em; }

/* Landing page: intentionally open, with only the report and steps contained. */
.hero { padding: clamp(3.5rem, 8vw, 6.5rem) 0 var(--brand-section-space); background: radial-gradient(circle at 90% 5%, #e1f0e8 0, transparent 29rem), var(--brand-background); }
.hero-content { max-width: 700px; padding: 0 0 3.75rem; }
.hero h1 { max-width: 680px; margin: .65rem 0 1rem; color: var(--brand-ink); font-size: clamp(2.55rem, 6vw, 4.65rem); line-height: .99; letter-spacing: -.065em; }
.hero .subtitle { max-width: 590px; margin: 0 0 1.6rem; color: var(--brand-muted); font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.52; }
.hero .small { margin: .8rem 0 0; color: var(--brand-muted); font-size: .88rem; }
.sample-report-section { padding: clamp(2.5rem, 6vw, 4.75rem); border: 1px solid var(--brand-border); border-radius: 24px; background: #fff; box-shadow: var(--brand-shadow); }
.sample-report-section > h2, .home-how-it-works h2 { margin: .35rem 0 .75rem; color: var(--brand-ink); font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -.045em; }
.sample-report-intro { max-width: 620px; margin: 0 0 2rem; color: var(--brand-muted); line-height: 1.55; }
.sample-report { position: relative; overflow: visible; border: 1px solid var(--brand-border); border-radius: 18px; background: #fff; box-shadow: 0 16px 44px rgba(11,79,63,.1); }
.sample-report-label { position: absolute; top: -14px; left: 24px; z-index: 1; padding: .45rem .7rem; border-radius: 999px; background: var(--brand-forest); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .09em; }
.sample-report-header { padding: 2.8rem 2rem 1.5rem; border-bottom: 1px solid var(--brand-border); }
.sample-report-header h3 { margin: .3rem 0 .7rem; font-size: clamp(1.65rem,4vw,2.65rem); letter-spacing: -.045em; }.sample-report-header p:not(.eyebrow) { max-width: 660px; margin: 0; color: var(--brand-muted); line-height: 1.55; }
.sample-actions { padding: 1.6rem 2rem 2rem; }.sample-actions h4 { margin: .25rem 0 1rem; font-size: 1.45rem; }
.sample-report .action-row { margin: 0; padding: 1.15rem 0; border-top: 1px solid var(--brand-border); box-shadow: none; }.sample-report .action-row:first-of-type { border-top: 0; }
.home-how-it-works { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(2rem,7vw,7rem); padding: var(--brand-section-space) 0; }.home-how-it-works ol { display: grid; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }.home-how-it-works li { display: flex; gap: 1rem; }.home-how-it-works li > span { display:grid; flex:0 0 34px; width:34px; height:34px; place-items:center; border-radius:50%; background:#e3f1eb; color:var(--brand-forest); font-weight:800; }.home-how-it-works strong { font-size: 1.05rem; }.home-how-it-works p { margin:.25rem 0 0; color:var(--brand-muted); line-height:1.5; }
.report-benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; padding-bottom:var(--brand-section-space); }.report-benefit { padding:1.35rem; border-top:2px solid var(--brand-sage); background:transparent; }.report-benefit-icon { color:var(--brand-teal); }.report-benefit p { color:var(--brand-muted); line-height:1.5; }
.independent-notice { margin: 0; padding: 1.35rem 1.45rem; border: 1px solid var(--brand-border); border-radius: var(--brand-radius); background: #edf6f1; }.independent-notice p { margin:.35rem 0 0; color:var(--brand-muted); line-height:1.5; }

/* Results remain document-led rather than a field of large cards. */
.starting-plan { padding: clamp(3rem,7vw,5.5rem) 0 5rem; background:var(--brand-background); }.starting-plan h1 { max-width:760px; font-size:clamp(2.25rem,5vw,3.8rem); letter-spacing:-.06em; }.starting-plan .intro { max-width:720px; color:var(--brand-muted); line-height:1.6; }.starting-plan__section { margin-top: clamp(2.8rem,6vw,4.6rem); }.starting-plan__section h2 { margin:.3rem 0 .75rem; font-size:clamp(1.6rem,3vw,2.2rem); letter-spacing:-.04em; }.starting-plan__section > p { color:var(--brand-muted); line-height:1.55; }.results-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:.75rem; margin:2rem 0 0; }.summary-card { min-height:96px; padding:1rem; border-radius:var(--brand-radius-small); box-shadow:none; }.action-row { display:grid; grid-template-columns:minmax(0,1fr) minmax(250px,.8fr); gap:1.5rem; margin:1rem 0 0; padding:1.35rem; border:1px solid var(--brand-border); border-left:4px solid var(--brand-teal); border-radius:var(--brand-radius-small); background:#fff; box-shadow:none; }.action-title { font-size:1.1rem; }.action-description,.next-step-text { color:var(--brand-muted); line-height:1.5; }.guidance-note { margin-top:1rem; padding:.8rem; border-radius:8px; background:#f4f8f6; }.starting-plan__documents { width:100%; margin-top:1.25rem; border-collapse:collapse; background:#fff; }.starting-plan__documents th,.starting-plan__documents td { padding:1rem; border-bottom:1px solid var(--brand-border); text-align:left; vertical-align:top; line-height:1.45; }.starting-plan__documents thead { background:#edf5f1; }.starting-plan__documents thead th { color:var(--brand-forest); font-size:.78rem; letter-spacing:.05em; text-transform:uppercase; }.starting-plan__documents tbody th { min-width:180px; }.starting-plan__status { display:inline-block; padding:.25rem .55rem; border:1px solid var(--brand-border); border-radius:999px; background:#f5f8f6; color:var(--brand-forest); font-size:.82rem; font-weight:750; white-space:nowrap; }.starting-plan__delivery { margin-top:var(--brand-section-space); padding:clamp(1.35rem,4vw,2.25rem); border-radius:var(--brand-radius); background:#eaf5f0; }.starting-plan__delivery h2 { margin:.35rem 0 .45rem; }.starting-plan__delivery > p { color:var(--brand-muted); }.starting-plan__delivery-options { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin-top:1.25rem; }.starting-plan__delivery-option { padding:1.25rem; border:1px solid var(--brand-border); border-radius:var(--brand-radius-small); background:#fff; }.starting-plan__delivery-option h3 { margin:0 0 .4rem; }.starting-plan__delivery-option p { min-height:2.8em; margin:0 0 1rem; color:var(--brand-muted); line-height:1.45; }.starting-plan__email-form { display:grid; gap:.5rem; }.starting-plan__email-form label { font-size:.86rem; font-weight:750; }.starting-plan__email-form input { min-height:44px; padding:.6rem .7rem; border:1px solid var(--brand-border); border-radius:8px; font:inherit; }.starting-plan__workspace { margin-top:2.2rem; border:1px dashed #9fbdb2; background:transparent; box-shadow:none; }.starting-plan__workspace strong { display:inline-block; margin-top:.5rem; color:var(--brand-muted); }

@media (max-width: 700px) { .container,.container.narrow { width:min(100% - 1.5rem, var(--brand-content)); }.header,.header .container { min-height:60px; }.logo img { width:196px; height:42px; }.hero { padding-top:3rem; }.hero-content { padding-bottom:2.75rem; }.sample-report-section { margin:0 -.1rem; padding:2.2rem 1.1rem; border-radius:18px; }.sample-report-header,.sample-actions { padding-left:1.1rem; padding-right:1.1rem; }.sample-report-label { left:1rem; }.home-how-it-works { grid-template-columns:1fr; gap:1.5rem; }.report-benefits,.results-summary,.starting-plan__delivery-options { grid-template-columns:1fr; }.action-row { grid-template-columns:1fr; gap:1rem; }.starting-plan__documents thead { display:none; }.starting-plan__documents,.starting-plan__documents tbody,.starting-plan__documents tr,.starting-plan__documents th,.starting-plan__documents td { display:block; width:100%; }.starting-plan__documents tr { margin:0 0 .85rem; padding:1rem; border:1px solid var(--brand-border); border-radius:var(--brand-radius-small); }.starting-plan__documents th,.starting-plan__documents td { padding:.3rem 0; border:0; }.starting-plan__documents td::before { display:block; margin:.55rem 0 .12rem; color:var(--brand-muted); content:attr(data-label); font-size:.72rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }.starting-plan__documents tr th::before { display:none; } }

.assessment-mode-choice-page {
    min-height: calc(100vh - 77px);
    padding: 56px 20px 72px;
    background:
        radial-gradient(circle at top left, #e6f5f0 0, transparent 31rem),
        linear-gradient(180deg, var(--tr-page-background) 0%, #ffffff 54%);
}

.assessment-mode-choice-layout {
    width: min(760px, 100%);
}

.assessment-mode-choice-layout > h1 {
    max-width: 680px;
    margin: 0 0 14px;
    color: var(--tr-text);
    font-size: clamp(32px, 5vw, 48px);
    letter-spacing: -.04em;
}

.assessment-mode-choice-intro {
    max-width: 620px;
    margin: 0 0 30px;
    color: var(--tr-muted);
    font-size: 17px;
    line-height: 1.55;
}

.assessment-mode-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.assessment-mode-option {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius);
    background: var(--tr-surface);
    box-shadow: var(--tr-shadow);
}

.assessment-mode-option-recommended {
    border-color: #9dcfbd;
    background: linear-gradient(145deg, #f2fbf7, #ffffff 70%);
}

.assessment-mode-option h2 {
    margin: 0 0 10px;
    color: var(--tr-text);
    font-size: 24px;
}

.assessment-mode-option > p:not(.assessment-mode-recommendation) {
    margin: 0;
    color: var(--tr-muted);
    line-height: 1.5;
}

.assessment-mode-option .button {
    margin-top: auto;
}

.assessment-mode-recommendation {
    margin: 0 0 20px;
    color: var(--tr-accent);
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 640px) {
    .assessment-mode-choice-page {
        padding: 32px 14px 48px;
    }

    .assessment-mode-options {
        grid-template-columns: 1fr;
    }

    .assessment-mode-option {
        min-height: 0;
    }
}

.assessment-page {
    min-height: calc(100vh - 77px);
    padding: 28px 20px 64px;
}

.assessment-layout {
    width: min(var(--tr-content-width), 100%);
}

.assessment-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
}

.assessment-mode-label,
.conversation-status {
    color: var(--tr-muted);
    font-size: 13px;
    font-weight: 750;
}

.mode-switch-link,
.conversation-fallback-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid var(--tr-border);
    border-radius: 999px;
    background: #ffffffb8;
    color: var(--tr-accent);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.assessment-progress-panel {
    margin-bottom: 25px;
    padding: 14px 16px;
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius-small);
    background: #ffffffb8;
}

.assessment-page .progress {
    margin-bottom: 10px;
    color: var(--tr-muted);
    font-size: 13px;
    font-weight: 700;
}

.assessment-page .progress-bar {
    height: 7px;
    margin: 0;
    background: #dcebe5;
    border-radius: 999px;
}

.assessment-page .progress-value {
    background: var(--tr-accent);
    border-radius: inherit;
}

.assessment-page .eyebrow {
    margin: 0 0 11px;
    color: var(--tr-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

.assessment-mode-help {
    margin: 0 0 20px;
    color: var(--tr-muted);
    line-height: 1.45;
}

.assessment-mode-help .mode-switch-link {
    min-height: 30px;
    margin: 0 3px;
    padding: 4px 8px;
    vertical-align: middle;
}

.assessment-question-card {
    margin-bottom: 18px;
    padding: 25px 27px;
    border: 1px solid var(--tr-border);
    border-radius: 5px var(--tr-radius) var(--tr-radius) var(--tr-radius);
    background: var(--tr-surface);
    box-shadow: var(--tr-shadow);
}

.assessment-question-card h1,
.chat-bubble h1 {
    color: var(--tr-text);
    font-size: clamp(29px, 4.4vw, 40px);
    font-weight: 750;
    letter-spacing: -.035em;
}

.assessment-question-card .options {
    margin: 0;
    gap: 9px;
}

.assessment-question-card .option {
    min-height: 54px;
    padding: 14px 15px;
    border-color: var(--tr-border-strong);
    border-radius: var(--tr-radius-small);
    background: #fbfefd;
    color: #263c35;
    font-weight: 650;
}

.assessment-question-card .option:hover,
.assessment-question-card .option:has(input:checked) {
    border-color: var(--tr-accent);
    background: var(--tr-accent-soft);
}

.assessment-question-card .option:has(input:checked) {
    box-shadow: inset 0 0 0 1px var(--tr-accent);
    color: var(--tr-accent-strong);
}

.assessment-question-card .option input {
    accent-color: var(--tr-accent);
}

.assessment-page .question-divider {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid var(--tr-border);
}

.assessment-page .button,
.chat-send-button,
.chat-continue-button {
    min-height: var(--tr-button-height);
    border-radius: var(--tr-radius-small);
    background: var(--tr-accent);
    box-shadow: 0 8px 18px #176b5726;
}

.assessment-page .button {
    min-width: 154px;
    padding: 0 21px;
}

.assessment-page .button:hover,
.chat-send-button:hover,
.chat-continue-button:hover {
    background: var(--tr-accent-strong);
}

.conversation-brand,
.chat-bubble h1,
.confirmation-card strong {
    color: var(--tr-text);
}

.conversation-brand-mark,
.chat-avatar {
    background: var(--tr-accent);
}

.chat-bubble-assistant,
.confirmation-card {
    border-color: var(--tr-border);
    background: var(--tr-surface);
    box-shadow: var(--tr-shadow);
}

.chat-kicker,
.confirmation-label,
.conversation-progress-complete,
.conversation-progress-completed {
    color: var(--tr-accent);
}

.chat-composer {
    border-color: var(--tr-border-strong);
    box-shadow: var(--tr-shadow);
}

.chat-composer:focus-within {
    border-color: var(--tr-accent);
}

.chat-reply-chip {
    min-height: 43px;
    border-color: var(--tr-border-strong);
    color: var(--tr-accent);
}

.chat-reply-chip:hover,
.chat-reply-chip:focus-visible {
    border-color: var(--tr-accent);
    background: var(--tr-accent-soft);
}

@media (max-width: 600px) {
    .assessment-page {
        padding: 19px 14px 44px;
    }

    .assessment-topbar {
        margin-bottom: 25px;
    }

    .assessment-mode-label {
        display: none;
    }

    .assessment-question-card {
        padding: 21px;
    }

    .assessment-page .button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .starting-plan__prepare-panel { max-height: none; overflow: visible; }
    .starting-plan__prepare-panel .starting-plan__subsection { padding: 0 13px 15px; }
    .starting-plan__prepare-toggle { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 48px; cursor: pointer; }
    .starting-plan__prepare-toggle span { display: inline; color: var(--plan-to-prepare-text); font-size: .82rem; white-space: nowrap; }
    .starting-plan__prepare-panel [data-prepare-group] tbody tr:nth-child(n + 4), .starting-plan__prepare-panel [data-prepare-group] ul > li:nth-child(n + 4) { display: none; }
    .starting-plan__prepare-panel [data-prepare-group].is-expanded tbody tr:nth-child(n + 4), .starting-plan__prepare-panel [data-prepare-group].is-expanded ul > li:nth-child(n + 4) { display: block; }
}

/* Brand refinements for server-rendered fallback pages. */
.chat-avatar { background: var(--brand-forest) url('/static/brand/childminder-path-mark-reversed.svg') center/28px no-repeat; color: transparent; }
.header{min-height:70px;border-bottom:1px solid var(--brand-border);background:#fffffff0}.header .container{display:flex;align-items:center;min-height:70px}.logo{display:inline-flex;align-items:center;min-height:46px}.logo img{display:block;width:min(242px,58vw);height:50px;object-fit:contain;object-position:left}.hero{padding:clamp(3.5rem,8vw,6.5rem) 0 clamp(3.5rem,8vw,6rem);background:radial-gradient(circle at 90% 5%,#e1f0e8 0,transparent 29rem),var(--brand-background)}.hero-content{max-width:700px;padding-bottom:3.75rem}.hero h1{max-width:680px;margin:.65rem 0 1rem;color:var(--brand-ink);font-size:clamp(2.55rem,6vw,4.65rem);line-height:.99;letter-spacing:-.065em}.hero .subtitle{max-width:590px;margin:0 0 1.6rem;color:var(--brand-muted);font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.52}.hero .small{margin:.8rem 0 0;color:var(--brand-muted);font-size:.88rem}.sample-report-section{padding:clamp(2.5rem,6vw,4.75rem);border:1px solid var(--brand-border);border-radius:24px;background:#fff;box-shadow:var(--brand-shadow)}.sample-report-section>h2,.home-how-it-works h2,.home-final-cta h2{margin:.35rem 0 .75rem;color:var(--brand-ink);font-size:clamp(1.8rem,4vw,2.7rem);letter-spacing:-.045em}.sample-report-intro{max-width:620px;margin:0 0 2rem;color:var(--brand-muted);line-height:1.55}.sample-report{position:relative;overflow:visible;border:1px solid var(--brand-border);border-radius:18px;background:#fff;box-shadow:0 16px 44px #0b4f3f1a}.sample-report-label{position:absolute;top:-14px;left:24px;z-index:1;padding:.45rem .7rem;border-radius:999px;background:var(--brand-forest);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.09em}.sample-report-header{padding:2.8rem 2rem 1.5rem;border-bottom:1px solid var(--brand-border)}.sample-report-header h3{margin:.3rem 0 .7rem;font-size:clamp(1.65rem,4vw,2.65rem);letter-spacing:-.045em}.sample-report-header p:not(.eyebrow){max-width:660px;margin:0;color:var(--brand-muted);line-height:1.55}.sample-actions{padding:1.6rem 2rem 2rem}.sample-report .action-row{margin:0;padding:1.15rem 0;border-top:1px solid var(--brand-border);box-shadow:none}.home-how-it-works{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,7vw,7rem);padding:clamp(3.5rem,8vw,6rem) 0}.home-how-it-works ol{display:grid;gap:1.25rem;margin:0;padding:0;list-style:none}.home-how-it-works li{display:flex;gap:1rem}.home-how-it-works li>span{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:50%;background:#e3f1eb;color:var(--brand-forest);font-weight:800}.home-how-it-works p{margin:.25rem 0 0;color:var(--brand-muted);line-height:1.5}.report-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;padding-bottom:clamp(3.5rem,8vw,6rem)}.report-benefit{padding:1.35rem;border-top:2px solid var(--brand-sage);background:transparent}.independent-notice{margin:0;padding:1.35rem 1.45rem;border:1px solid var(--brand-border);border-radius:16px;background:#edf6f1}.home-final-cta{padding:clamp(3.5rem,8vw,6rem) 0 1rem;text-align:center}.home-final-cta p:not(.eyebrow){max-width:520px;margin:0 auto 1.4rem;color:var(--brand-muted);line-height:1.5}
.assessment-page,.conversation-page { background: var(--brand-background); }.assessment-page .button,.chat-send-button,.chat-continue-button { background:var(--brand-forest); border-radius:999px; }.assessment-page .button:hover,.chat-send-button:hover,.chat-continue-button:hover { background:#073c30; }.assessment-question-card,.chat-bubble-assistant,.confirmation-card { border-color:var(--brand-border); border-radius:14px; box-shadow:none; }.assessment-question-card h1,.chat-bubble h1 { font-size:clamp(1.45rem,3vw,2.15rem); }.assessment-mode-choice-page { padding:clamp(3rem,7vw,5rem) 1.25rem; background:var(--brand-background); }.assessment-mode-choice-layout>h1 { font-size:clamp(2.25rem,5vw,3.8rem); letter-spacing:-.06em; }.assessment-mode-options { gap:1rem; }.assessment-mode-option { position:relative;display:grid;grid-template-rows:auto 1fr auto;min-height:250px;padding:1.5rem;border-radius:16px;border-color:var(--brand-border);box-shadow:none; }.assessment-mode-option-recommended { border-color:#8fcdb9;background:linear-gradient(145deg,#eff9f4,#fff 72%); }.assessment-mode-recommendation { position:absolute;top:.85rem;right:.85rem;margin:0;padding:.28rem .5rem;border:1px solid #a1d3c2;border-radius:999px;background:#fff;color:var(--brand-forest);font-size:.68rem; }.assessment-mode-option h2 { padding-right:2rem;color:var(--brand-ink); }.assessment-mode-option .button { margin-top:1.2rem; }.conversation-page { padding-top:1.1rem; }.conversation-topbar { margin-bottom:1.5rem; }.chat-bubble { max-width:min(555px,calc(100% - 42px));padding:.9rem 1rem;border-radius:14px; }.chat-bubble-user { border-radius:14px 14px 4px 14px;background:var(--brand-forest); }.chat-composer { border-radius:14px; }.chat-composer textarea { min-height:92px; }.results { background:var(--brand-background); }.feedback-page { background:var(--brand-background); }.feedback-form,.feedback-card { border-color:var(--brand-border); border-radius:14px; box-shadow:none; }


/* =========================================
   SHARED ASSESSMENT EXPERIENCE
   ========================================= */

.assessment-page,
.conversation-page {
    background:
        radial-gradient(circle at top left, #e6f5f0 0, transparent 31rem),
        linear-gradient(180deg, var(--tr-page-background) 0%, #ffffff 54%);
}

.assessment-page {
    min-height: calc(100vh - 77px);
    padding: 28px 20px 64px;
}

.assessment-layout {
    width: min(var(--tr-content-width), 100%);
}

.assessment-topbar,
.conversation-topbar {
    min-height: 31px;
}

.assessment-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
}

.assessment-mode-label,
.conversation-status {
    color: var(--tr-muted);
    font-size: 13px;
    font-weight: 750;
}

.mode-switch-link,
.conversation-fallback-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid var(--tr-border);
    border-radius: 999px;
    background: #ffffffb8;
    color: var(--tr-accent);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.mode-switch-link:hover,
.conversation-fallback-link:hover,
.mode-switch-link:focus-visible,
.conversation-fallback-link:focus-visible {
    border-color: var(--tr-accent);
    background: var(--tr-accent-soft);
    outline: 0;
    transform: translateY(-1px);
}

.assessment-progress-panel {
    margin-bottom: 25px;
    padding: 14px 16px;
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius-small);
    background: #ffffffb8;
}

.assessment-page .progress {
    margin-bottom: 10px;
    color: var(--tr-muted);
    font-size: 13px;
    font-weight: 700;
}

.assessment-page .progress-bar {
    height: 7px;
    margin: 0;
    background: #dcebe5;
    border-radius: 999px;
}

.assessment-page .progress-value {
    background: var(--tr-accent);
    border-radius: inherit;
}

.assessment-page .eyebrow {
    margin: 0 0 11px;
    color: var(--tr-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

.assessment-mode-help {
    margin: 0 0 20px;
    color: var(--tr-muted);
    line-height: 1.45;
}

.assessment-mode-help .mode-switch-link {
    min-height: 30px;
    margin: 0 3px;
    padding: 4px 8px;
    vertical-align: middle;
}

.assessment-question-card {
    margin-bottom: 18px;
    padding: 25px 27px;
    border: 1px solid var(--tr-border);
    border-radius: 5px var(--tr-radius) var(--tr-radius) var(--tr-radius);
    background: var(--tr-surface);
    box-shadow: var(--tr-shadow);
}

.assessment-question-card h1,
.chat-bubble h1 {
    color: var(--tr-text);
    font-size: clamp(29px, 4.4vw, 40px);
    font-weight: 750;
    letter-spacing: -.035em;
}

.assessment-question-card .options {
    margin: 0;
    gap: 9px;
}

.assessment-question-card .option {
    min-height: 54px;
    padding: 14px 15px;
    border-color: var(--tr-border-strong);
    border-radius: var(--tr-radius-small);
    background: #fbfefd;
    color: #263c35;
    font-weight: 650;
}

.assessment-question-card .option:hover {
    border-color: var(--tr-accent);
    background: var(--tr-accent-soft);
}

.assessment-question-card .option:has(input:checked) {
    border-color: var(--tr-accent);
    background: var(--tr-accent-soft);
    box-shadow: inset 0 0 0 1px var(--tr-accent);
    color: var(--tr-accent-strong);
}

.assessment-question-card .option input {
    accent-color: var(--tr-accent);
}

.assessment-page .question-divider {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid var(--tr-border);
}

.assessment-page .button,
.chat-send-button,
.chat-continue-button {
    min-height: var(--tr-button-height);
    border-radius: var(--tr-radius-small);
    background: var(--tr-accent);
    box-shadow: 0 8px 18px #176b5726;
}

.assessment-page .button {
    min-width: 154px;
    padding: 0 21px;
}

.assessment-page .button:hover,
.chat-send-button:hover,
.chat-continue-button:hover {
    background: var(--tr-accent-strong);
}

.conversation-page {
    background:
        radial-gradient(circle at top left, #e6f5f0 0, transparent 31rem),
        linear-gradient(180deg, var(--tr-page-background) 0%, #ffffff 54%);
}

.conversation-brand,
.chat-bubble h1,
.confirmation-card strong {
    color: var(--tr-text);
}

.conversation-brand-mark,
.chat-avatar {
    background: var(--tr-accent);
}

.chat-bubble-assistant,
.confirmation-card {
    border-color: var(--tr-border);
    background: var(--tr-surface);
    box-shadow: var(--tr-shadow);
}

.chat-kicker,
.confirmation-label,
.conversation-progress-complete,
.conversation-progress-completed {
    color: var(--tr-accent);
}

.chat-composer {
    border-color: var(--tr-border-strong);
    box-shadow: var(--tr-shadow);
}

.chat-composer:focus-within {
    border-color: var(--tr-accent);
}

.chat-reply-chip {
    min-height: 43px;
    border-color: var(--tr-border-strong);
    color: var(--tr-accent);
}

.chat-reply-chip:hover,
.chat-reply-chip:focus-visible {
    border-color: var(--tr-accent);
    background: var(--tr-accent-soft);
}

@media (max-width: 600px) {
    .assessment-page {
        padding: 19px 14px 44px;
    }

    .assessment-topbar {
        margin-bottom: 25px;
    }

    .assessment-mode-label {
        display: none;
    }

    .assessment-question-card {
        padding: 21px;
    }

    .assessment-page .button {
        width: 100%;
    }
}

:root {
    --tr-content-width: 650px;
    --tr-page-background: #f7faf9;
    --tr-surface: #ffffff;
    --tr-surface-soft: #edf7f3;
    --tr-text: #14231f;
    --tr-muted: #62756f;
    --tr-accent: #176b57;
    --tr-accent-strong: #0f5746;
    --tr-accent-soft: #e8f7f1;
    --tr-border: #d8e7e1;
    --tr-border-strong: #b9cec6;
    --tr-radius: 17px;
    --tr-radius-small: 12px;
    --tr-shadow: 0 12px 30px #173f3312;
    --tr-space: 24px;
    --tr-button-height: 52px;
}

html {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

body {
    margin: 0;
    color: var(--tr-text);
    background: var(--tr-page-background);
}

.header {
    padding: 24px 0;
    border-bottom: 1px solid var(--tr-border);
    background: var(--tr-surface);
}

.container {
    width: min(900px, 90%);
    margin: 0 auto;
}

.narrow {
    width: min(var(--tr-content-width), 90%);
}

.logo {
    color: var(--tr-text);
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}


/* -------------------------------- */
/* Typography                       */
/* -------------------------------- */

h1 {
    margin: 0 0 24px;

    font-size: clamp(36px, 6vw, 56px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

h2 {
    line-height: 1.25;
}

.eyebrow {
    margin: 0 0 20px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #6b7280;
}

.subtitle {
    max-width: 650px;
    margin: 0 auto 40px;

    font-size: 20px;
    line-height: 1.6;

    color: #6b7280;
}

.small {
    margin-top: 16px;

    font-size: 14px;
    color: #6b7280;
}


/* -------------------------------- */
/* Buttons                          */
/* -------------------------------- */

.button {
    display: inline-block;

    padding: 15px 26px;

    border: 0;
    border-radius: 8px;

    background: #111827;
    color: #ffffff;

    font-size: 16px;
    font-weight: 600;

    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background: #374151;
}

.button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


/* -------------------------------- */
/* Landing page                     */
/* -------------------------------- */

.hero {
    padding: 110px 0;
    text-align: center;
}


/* -------------------------------- */
/* Assessment                       */
/* -------------------------------- */

.assessment {
    padding: 70px 0;
}

.progress {
    margin-bottom: 10px;

    font-size: 14px;
    color: #6b7280;
}

.progress-bar {
    height: 6px;
    margin-bottom: 50px;

    overflow: hidden;

    background: #e5e7eb;
    border-radius: 3px;
}

.progress-value {
    height: 100%;

    background: #111827;
    border-radius: 3px;

    transition: width 0.2s ease;
}

.assessment h1 {
    font-size: 36px;
}


/* -------------------------------- */
/* Answer options                   */
/* -------------------------------- */

.options {
    display: flex;
    flex-direction: column;

    gap: 12px;

    margin-bottom: 32px;
}

.option {
    display: flex;
    align-items: center;

    padding: 18px;

    border: 1px solid #d1d5db;
    border-radius: 10px;

    background: #ffffff;

    cursor: pointer;

    transition:
        border-color 0.15s ease,
        background 0.15s ease;
}

.option:hover {
    border-color: #111827;
    background: #f9fafb;
}

.option input {
    width: 18px;
    height: 18px;

    margin-right: 12px;

    flex-shrink: 0;
}


/* -------------------------------- */
/* Results                          */
/* -------------------------------- */

}


/* -------------------------------- */
/* Mobile                           */
/* -------------------------------- */

@media (max-width: 600px) {

    .container {
        width: min(92%, 650px);
    }

    .hero {
        padding: 80px 0;
    }

    .assessment,
    .results {
        padding: 50px 0;
    }

    .assessment h1 {
        font-size: 32px;
    }

    .summary-grid {
        grid-template-columns: 1fr;
    }

    .lead-card {
        padding: 24px;
    }

    .lead-card form {
        flex-direction: column;
    }

    .lead-card input,
    .lead-card .button {
        width: 100%;
    }

}

/* =========================================
   RESULTS / ACTION PLAN
   ========================================= */

.results {
    padding: 64px 0 100px;
}

.results .intro {
    max-width: 680px;
    margin-bottom: 36px;
}


/* Summary */

.results-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 56px;
}

.summary-card {
    padding: 24px;
    border-radius: 14px;
    background: #f7f7f7;
}

.summary-card strong {
    display: block;
    font-size: 32px;
    margin-bottom: 4px;
}

.summary-card span {
    color: #666;
    font-size: 14px;
}

.summary-card.blocker {
    border-left: 4px solid #dc2626;
}

.summary-card.action {
    border-left: 4px solid #d97706;
}

.summary-card.completed {
    border-left: 4px solid #16a34a;
}


/* Sections */

.result-section {
    margin-bottom: 56px;
}

.section-heading {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.section-heading h2 {
    margin: 0 0 4px;
}

.section-heading p {
    margin: 0;
    color: #666;
}


/* Icons */

.status-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border-radius: 50%;

    font-weight: 700;
    flex-shrink: 0;
}

.blocker-icon {
    background: #fee2e2;
    color: #b91c1c;
}

.action-icon {
    background: #fef3c7;
    color: #b45309;
}

.completed-icon {
    background: #dcfce7;
    color: #15803d;
}


/* Action cards */

.action-list {
    display: grid;
    gap: 16px;
}

.action-card {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.blocker-card {
    border-left: 4px solid #dc2626;
}

.action-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.action-card h3 {
    margin: 0 0 8px;
}

.status-label {
    display: inline-block;

    padding: 4px 8px;

    border-radius: 6px;

    background: #f3f4f6;

    color: #555;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.action-description {
    color: #555;
    line-height: 1.6;
}


/* Next step */

.next-step {
    margin-top: 20px;
    padding: 16px;

    border-radius: 10px;

    background: #f8fafc;
}

.next-step strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.next-step p {
    margin: 0;
    line-height: 1.5;
}


/* Completed */

.completed-list {
    display: grid;
    gap: 10px;
}

.completed-item {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 14px 16px;

    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.completed-check {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    border-radius: 50%;

    background: #dcfce7;
    color: #15803d;

    font-size: 13px;
    font-weight: 700;
}


/* Email */

.email-card {
    margin-top: 64px;
    padding: 32px;

    border-radius: 16px;

    background: #f8fafc;
}

.email-card h2 {
    margin-top: 0;
}

.email-card p {
    color: #555;
    max-width: 600px;
}

.email-form {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.email-form input {
    flex: 1;

    min-width: 0;

    padding: 13px 15px;

    border: 1px solid #d1d5db;
    border-radius: 8px;

    font: inherit;
}

.email-form input:focus {
    outline: none;
    border-color: #111827;
}


/* Mobile */

@media (max-width: 700px) {

    .results {
        padding: 40px 0 70px;
    }

    .results-summary {
        grid-template-columns: 1fr;
    }

    .email-form {
        flex-direction: column;
    }

    .email-form .button {
        width: 100%;
    }
}

/* =========================================
   FEEDBACK
   ========================================= */

.feedback-card {
    margin-top: 64px;
    padding: 32px;

    border-radius: 16px;

    background: #f8fafc;
}

.feedback-card h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.feedback-card p:not(.eyebrow) {
    color: #555;
    max-width: 600px;
    line-height: 1.6;
}

.feedback-card .button {
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
}

/* =========================================
   FEEDBACK PAGE
   ========================================= */

.feedback-page {
    padding: 72px 0 100px;
}

.feedback-header {
    margin-bottom: 42px;
}

.feedback-header h1 {
    margin-bottom: 20px;
}

.feedback-intro {
    max-width: 650px;
    color: #5f6673;
    font-size: 18px;
    line-height: 1.6;
}


/* Questions */

.feedback-form {
    display: grid;
    gap: 20px;
}

.feedback-question {
    padding: 28px;

    border: 1px solid #e5e7eb;
    border-radius: 16px;

    background: #ffffff;
}

.feedback-question h2 {
    margin: 0 0 8px;

    font-size: 20px;
    line-height: 1.3;
}

.question-help {
    margin: 0 0 22px;

    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}


/* Radio options */

.feedback-options {
    display: grid;
    gap: 10px;
}

.feedback-option {
    position: relative;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 15px 16px;

    border: 1px solid #e5e7eb;
    border-radius: 10px;

    cursor: pointer;

    transition:
        border-color 0.15s ease,
        background 0.15s ease;
}

.feedback-option:hover {
    border-color: #9ca3af;
    background: #f9fafb;
}


/* Hide browser radio */

.feedback-option input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}


/* Custom radio */

.custom-radio {
    width: 20px;
    height: 20px;

    flex-shrink: 0;

    border: 2px solid #9ca3af;
    border-radius: 50%;

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-option input:checked + .custom-radio {
    border-color: #111827;
}

.feedback-option input:checked + .custom-radio::after {
    content: "";

    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: #111827;
}

.feedback-option:has(input:checked) {
    border-color: #111827;
    background: #f8fafc;
}

.option-text {
    font-size: 15px;
    font-weight: 500;
}


/* Textarea */

.feedback-question textarea {
    display: block;

    width: 100%;

    box-sizing: border-box;

    padding: 14px 16px;

    border: 1px solid #d1d5db;
    border-radius: 10px;

    background: #ffffff;

    color: #111827;

    font-family: inherit;
    font-size: 15px;

    line-height: 1.5;

    resize: vertical;
}

.feedback-question textarea::placeholder {
    color: #9ca3af;
}

.feedback-question textarea:focus {
    outline: none;

    border-color: #111827;

    box-shadow:
        0 0 0 3px rgba(17, 24, 39, 0.08);
}


/* Submit */

.feedback-submit {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 8px;
}

.feedback-submit p {
    margin: 0;

    color: #6b7280;

    font-size: 13px;
}


/* Mobile */

@media (max-width: 700px) {

    .feedback-page {
        padding: 40px 0 70px;
    }

    .feedback-question {
        padding: 22px;
    }

    .feedback-submit {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .feedback-submit .button {
        width: 100%;
    }

}
.hero {
    min-height: calc(100vh - 65px);
    display: flex;
    align-items: stretch;
    text-align: center;
}

.hero .container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hero-content {
    text-align: center;
    max-width: 760px;
    margin: -70px auto 0;
}

.independent-notice {
    max-width: 700px;
    margin: auto auto 32px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.independent-notice strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #374151;
}

.independent-notice p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #9ca3af;
}


}

/* =========================================
   RESULTS ACTION ROW
   ========================================= */

.action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
}

.action-left,
.action-right {
    min-width: 0;
    align-self: stretch;
    padding-top: 24px;
    padding-bottom: 24px;
}

.action-left {
    padding-right: 32px;
}

.action-right {
    padding-left: 32px;
    border-left: 2px solid #e5e7eb;
}

.action-title {
    display: block;
    margin: 0 0 8px;
}

.action-description,
.next-step-text {
    margin: 0;
    line-height: 1.55;
}

.next-step-label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.guidance-note {
    margin-top: 16px;
    padding: 14px 16px;
    border-left: 3px solid #9ca3af;
    border-radius: 6px;
    background: #f8fafc;
}

.guidance-note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.guidance-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.guidance-note .guidance-source {
    margin: 0 0 6px;
    color: #52645d;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.guidance-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.guidance-link:hover {
    text-decoration: underline;
}

/* =========================================
   RESULTS SECTION SPACING
   ========================================= */

.results-section + .results-section {
    margin-top: 48px;
}

.results-section > .eyebrow {
    margin-bottom: 12px;
}

.results-section > h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

.completed-intro {
    max-width: 680px;
    margin: -12px 0 24px;
    color: #52645d;
    line-height: 1.55;
}

/* Assessment information */

.assessment-info {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 28px 0 32px;
    padding: 18px 20px;
    border: 1px solid #dbe7f3;
    border-radius: 10px;
    background: #f7fafc;
}

.assessment-info-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border: 2px solid #2563eb;
    border-radius: 50%;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.assessment-info-content {
    min-width: 0;
}

.assessment-info-title {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
}

.assessment-info-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
}

.assessment-info-content p strong {
    color: #1f2937;
}


/* =========================================
   CONVERSATION
   ========================================= */

.conversation-page {
    min-height: calc(100vh - 77px);
    padding: 28px 20px 64px;
    background:
        radial-gradient(circle at top left, #e6f5f0 0, transparent 31rem),
        linear-gradient(180deg, #f7faf9 0%, #ffffff 54%);
}

.conversation-layout {
    width: min(780px, 100%);
    margin: 0 auto;
}

.conversation-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 52px;
}

.conversation-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #152522;
    font-size: 17px;
    font-weight: 750;
    text-decoration: none;
}

.conversation-context {
    color: var(--tr-muted);
    font-size: 13px;
    font-weight: 750;
}

.conversation-brand-mark,
.chat-avatar {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #176b57;
    color: #ffffff;
    font-weight: 800;
}

.conversation-brand-mark {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.conversation-fallback-link {
    color: #4b635d;
    font-size: 14px;
    font-weight: 650;
    text-underline-offset: 3px;
}

.conversation-stage {
    width: min(650px, 100%);
    margin: 0 auto;
}

.conversation-status,
.conversation-progress {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 23px 52px;
    color: #56716a;
    font-size: 13px;
    font-weight: 700;
}

.conversation-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3aae83;
    box-shadow: 0 0 0 4px #d8f1e8;
}

.conversation-progress-item {
    padding: 6px 9px;
    border: 1px solid #dce8e4;
    border-radius: 999px;
    background: #ffffffb8;
    color: #748780;
    font-size: 12px;
    font-weight: 650;
}

.conversation-progress-complete,
.conversation-progress-completed {
    border-color: #b9e5d5;
    background: #e9f8f2;
    color: #176b57;
}

.chat-transcript {
    margin-bottom: 23px;
}

.chat-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.chat-row-user {
    justify-content: flex-end;
    margin: 0 0 14px 50px;
}

.chat-bubble-user {
    max-width: 85%;
    padding: 14px 17px;
    border-radius: 24px 5px 24px 24px;
    background: var(--tr-accent);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.48;
}

.chat-row-acknowledgement {
    margin: 0 0 14px 50px;
}

.chat-bubble-acknowledgement {
    width: min(100%, 560px);
    padding: 12px 15px;
    border: 1px solid var(--tr-border);
    border-radius: 16px;
    background: var(--tr-surface-soft);
    color: var(--tr-muted);
    box-shadow: none;
    font-size: 14px;
    line-height: 1.45;
}

.chat-context-lead-in {
    margin: 0 0 11px !important;
    color: var(--tr-muted) !important;
    font-size: 14px !important;
}

.chat-avatar {
    width: 38px;
    height: 38px;
    margin-bottom: 2px;
    font-size: 15px;
    box-shadow: 0 5px 16px #176b5726;
}

.chat-bubble {
    max-width: 560px;
    border-radius: 5px 24px 24px;
}

.chat-bubble-assistant {
    padding: 25px 27px;
    border: 1px solid #d9e8e2;
    background: #ffffff;
    box-shadow: 0 14px 32px #1d3b3210;
}

.chat-question-bubble {
    border-color: var(--tr-accent);
    box-shadow: 0 0 0 3px #cfece2, 0 14px 32px #1d3b3210;
}

.chat-kicker,
.confirmation-label {
    display: block;
    margin: 0 0 8px;
    color: #176b57;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.chat-bubble h1 {
    margin: 0 0 12px;
    color: #14231f;
    font-size: clamp(29px, 4.4vw, 40px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.chat-bubble p:not(.chat-kicker) {
    margin: 0;
    color: #53645f;
    font-size: 16px;
    line-height: 1.55;
}

.chat-composer {
    overflow: hidden;
    margin: 0 0 18px 50px;
    border: 1px solid #b9cec6;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px #173f3312;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.chat-composer:focus-within {
    border-color: #176b57;
    box-shadow: 0 0 0 4px #cfece2, 0 12px 30px #173f3312;
}

.chat-composer textarea {
    display: block;
    width: 100%;
    min-height: 116px;
    padding: 18px 19px 10px;
    border: 0;
    outline: 0;
    resize: vertical;
    color: #1f322d;
    font: inherit;
    font-size: 16px;
    line-height: 1.5;
}

.chat-composer textarea::placeholder {
    color: #82928d;
}

.chat-composer-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 10px 10px 18px;
}

.chat-composer-note {
    color: #7a8a85;
    font-size: 12px;
    line-height: 1.35;
}

.chat-send-button,
.chat-continue-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 12px;
    background: #176b57;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 750;
    transition: background .15s ease, transform .15s ease;
}

.chat-send-button {
    min-height: 43px;
    padding: 0;
}

.chat-send-button:hover,
.chat-continue-button:hover {
    background: #0f5746;
    transform: translateY(-1px);
}

.conversation-reassurance {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-left: 50px;
    padding: 14px 17px;
    border-radius: 14px;
    background: #edf7f3;
    color: #537068;
    font-size: 13px;
    line-height: 1.45;
}

.conversation-reassurance > span {
    color: #177056;
}

.conversation-reassurance p {
    margin: 0;
}

.conversation-reassurance strong {
    color: #23463c;
}

.conversation-error {
    margin: 0 0 20px 50px;
}

.conversation-acknowledgement {
    margin: 0 0 18px 50px;
    padding: 12px 15px;
    border-radius: var(--tr-radius-small);
    background: var(--tr-surface-soft);
    color: var(--tr-muted);
    font-size: 14px;
    line-height: 1.45;
}

.chat-quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 18px 50px;
}

.chat-reply-chip {
    padding: 11px 14px;
    border: 1px solid #b9d6cc;
    border-radius: 999px;
    background: #ffffff;
    color: #1a5d4d;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.chat-reply-chip:hover,
.chat-reply-chip:focus-visible {
    border-color: #176b57;
    background: #eaf7f2;
    outline: 0;
    transform: translateY(-1px);
}

.chat-composer-compact textarea {
    min-height: 85px;
}

.conversation-confirmation {
    margin-left: 50px;
}

.confirmation-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 12px 18px;
    margin-bottom: 12px;
    padding: 19px;
    border: 1px solid #d8e7e1;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 8px 22px #173f330b;
}

.confirmation-toggle {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    cursor: pointer;
}

.confirmation-toggle input {
    position: absolute;
    opacity: 0;
}

.confirmation-check {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border: 1px solid #a8c8bd;
    border-radius: 7px;
    background: #e8f7f1;
    color: #176b57;
    font-size: 14px;
    font-weight: 800;
}

.confirmation-toggle input:not(:checked) + .confirmation-check {
    background: #ffffff;
    color: transparent;
}

.confirmation-toggle input:focus-visible + .confirmation-check {
    outline: 3px solid #cfece2;
    outline-offset: 2px;
}

.confirmation-card strong {
    display: block;
    color: #263c35;
    font-size: 15px;
    line-height: 1.4;
}

.confirmation-card select {
    width: 100%;
    align-self: start;
    padding: 10px 30px 10px 11px;
    border: 1px solid #bcd2c9;
    border-radius: 10px;
    background: #fbfefd;
    color: #263c35;
    font: inherit;
    font-size: 14px;
}

.confirmation-evidence {
    grid-column: 1 / -1;
    margin: 0;
    color: #788984;
    font-size: 13px;
    font-style: italic;
}

.confirmation-card-ambiguity {
    display: flex;
    flex-direction: column;
}

.conversation-empty-state {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 16px;
    background: #fffaf0;
    color: #705d34;
    line-height: 1.45;
}

.conversation-empty-state span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #f4e8c9;
    font-weight: 800;
}

.conversation-empty-state p {
    margin: 0;
}

.chat-continue-button {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
    padding: 0 20px;
    font-size: 16px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 600px) {
    .conversation-page {
        padding: 19px 14px 44px;
    }

    .conversation-topbar {
        margin-bottom: 34px;
    }

    .conversation-fallback-link {
        font-size: 12px;
    }

    .conversation-status,
    .conversation-progress,
    .chat-composer,
    .conversation-reassurance,
    .chat-quick-replies,
    .conversation-confirmation,
    .conversation-error {
        margin-left: 0;
    }

    .conversation-acknowledgement {
        margin-left: 0;
    }

    .chat-row {
        gap: 8px;
    }

    .chat-row-user {
        margin-left: 31px;
    }

    .chat-row-acknowledgement {
        margin-left: 31px;
    }

    .chat-avatar {
        width: 31px;
        height: 31px;
        font-size: 13px;
    }

    .chat-bubble-assistant {
        padding: 21px;
    }

    .chat-bubble h1 {
        font-size: 29px;
    }

    .chat-composer-footer {
        align-items: flex-end;
    }

    .chat-composer-note {
        max-width: 190px;
    }

    .confirmation-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {

    .assessment-info {
        gap: 12px;
        margin: 24px 0 28px;
        padding: 16px;
    }

    .assessment-info-content p {
        font-size: 14px;
    }

}

/* =========================================
   MOBILE ACTION ROW
   ========================================= */

@media (max-width: 700px) {

    .action-row {
        grid-template-columns: 1fr;
    }

    .action-left,
    .action-right {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .action-left {
        padding-right: 0;
    }

    .action-right {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #e5e7eb;
    }

}

/* =========================================
   HOMEPAGE SAMPLE REPORT
   ========================================= */

.sample-report-section {
    max-width: 900px;
    margin: 110px auto 0;
    text-align: center;
}

.sample-report-section > h2 {
    margin: 0 0 14px;
    font-size: 34px;
    letter-spacing: -0.02em;
}

.sample-report-intro {
    max-width: 650px;
    margin: 0 auto 40px;
    color: #6b7280;
    font-size: 17px;
    line-height: 1.6;
}


/* Example report */

.sample-report {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    /* Clear the floating badge without turning the report into a blank frame. */
    padding: 58px 48px 40px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow:
        0 20px 50px rgba(17, 24, 39, 0.08);
    text-align: left;
}

.sample-report-label {
    position: absolute;
    top: -13px;
    left: 28px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.sample-report-chrome {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 -48px 34px;
    padding: 13px 18px;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 18px 18px 0 0;
    background: #f8fafc;
}

.sample-report-chrome > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d1d5db;
}

.sample-report-chrome > span:first-child { background: #fca5a5; }
.sample-report-chrome > span:nth-child(2) { background: #fcd34d; }
.sample-report-chrome > span:nth-child(3) { background: #86efac; }

.sample-report-chrome small {
    margin-left: 8px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
}

.sample-report-header {
    margin-bottom: 30px;
}

.sample-report-header .eyebrow {
    margin-bottom: 12px;
}

.sample-report-header h3 {
    margin: 0 0 16px;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.sample-report-header > p:last-child {
    max-width: 650px;
    margin: 0;
    color: #4b5563;
    line-height: 1.55;
}


/* Smaller summary cards for homepage preview */

.sample-summary {
    margin-bottom: 42px;
}

.sample-summary .summary-card {
    padding: 20px 16px;
}

.sample-summary .summary-card strong {
    font-size: 28px;
}


/* Example action content */

.sample-actions > .eyebrow {
    margin-bottom: 10px;
}

.sample-actions h4 {
    margin: 0 0 12px;
    font-size: 26px;
}

.sample-status {
    display: inline-block;
    margin: 0 0 9px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sample-status--completed {
    background: #ecfdf5;
    color: #047857;
}

.sample-action-row:first-of-type {
    border-top: 1px solid #e5e7eb;
}


/* Keep preview compact */

.sample-actions .action-left,
.sample-actions .action-right {
    padding-top: 22px;
    padding-bottom: 22px;
}

.sample-actions .action-description,
.sample-actions .next-step-text {
    font-size: 14px;
}

.sample-actions .guidance-note {
    margin-top: 14px;
}

.sample-actions .guidance-note p {
    font-size: 13px;
}

.sample-guidance-link {
    display: inline-block;
    margin-top: 9px;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
}

.sample-completed-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    background: #f0fdf4;
}

.sample-completed-action .sample-status {
    margin-bottom: 6px;
}

.sample-completed-action strong {
    display: block;
}

.sample-completed-action > p {
    max-width: 360px;
    margin: 0;
    color: #166534;
    font-size: 14px;
    line-height: 1.5;
}


/* Preview disclaimer */

.sample-report-note {
    margin: 18px 0 0;
    color: #6b7280;
    font-size: 13px;
    text-align: center;
}

/* Childminder Path plan */
.starting-plan__section { margin-top: 54px; }
.starting-plan__section--secondary { opacity: .9; }
.starting-plan .section-intro { max-width: 680px; color: #52625d; }
.starting-plan__determined { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.starting-plan__documents { width: 100%; border-collapse: collapse; table-layout: fixed; color: #334b43; }
.starting-plan__prepare-table__item { width: 25%; }
.starting-plan__prepare-table__status { width: 18%; }
.starting-plan__prepare-table__action { width: 34%; }
.starting-plan__prepare-table__guidance { width: 23%; }
.starting-plan__documents th, .starting-plan__documents td { min-width: 0; padding: 16px; overflow-wrap: anywhere; border-bottom: 1px solid #dfe9e4; vertical-align: top; text-align: left; }
.starting-plan__documents thead th { background: #fffdf6; color: #745400; font-size: 13px; letter-spacing: .02em; }
.starting-plan__documents tbody th { color: #142b23; font-weight: 700; }
.starting-plan__documents td a, .starting-plan__documents th { overflow-wrap: anywhere; word-break: normal; }
.starting-plan__documents tbody tr:last-child th, .starting-plan__documents tbody tr:last-child td { border-bottom: 0; }
.starting-plan__determined li { display: grid; gap: 5px; padding: 0 0 14px; border-bottom: 1px solid #e4ece8; }
.starting-plan__determined li:last-child { padding-bottom: 0; border-bottom: 0; }
.starting-plan__determined p { margin: 4px 0 0; color: #52625d; }
.starting-plan__status { display: inline-flex; align-items: center; justify-content: center; width: fit-content; height: auto; min-height: 0; box-sizing: border-box; justify-self: start; align-self: start; border: 1px solid #a9d7c7; border-radius: 999px; padding: 4px 8px; color: #125a49; font-size: 13px; font-weight: 700; line-height: 1.2; text-align: center; white-space: nowrap; }
.starting-plan__check-details { margin-top: 10px; color: #52625d; }
.starting-plan__check-details summary { color: #125a49; cursor: pointer; font-weight: 700; }
.starting-plan__check-details a { display: inline-block; margin-top: 4px; }
.starting-plan__prepared-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.starting-plan__workspace { border-color: #b8d9ce; background: #f2faf6; }
.starting-plan__delivery { margin-top: 54px; padding: 30px; border: 1px solid #cfe0d9; border-radius: 16px; background: #f7fbf9; }
.starting-plan__delivery > h2 { margin: 0; }
.starting-plan__delivery > p:not(.eyebrow):not(.starting-plan__delivery-message) { margin: 10px 0 20px; color: #52625d; }
.starting-plan__delivery-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.starting-plan__delivery-option { display: grid; grid-template-rows: auto 1fr auto; gap: 9px; padding: 22px; border: 1px solid #d8e6e0; border-radius: 12px; background: #fff; }
.starting-plan__delivery-option h3 { margin: 0; color: #142b23; font-size: 19px; }
.starting-plan__delivery-option > p { margin: 0; color: #52625d; }
.starting-plan__delivery-option .button { width: fit-content; margin-top: 8px; }
.starting-plan__email-form { display: grid; gap: 8px; margin: 8px 0 0; }
.starting-plan__email-form label { color: #334b43; font-size: 14px; font-weight: 700; }
.starting-plan__email-form input { width: 100%; min-width: 0; box-sizing: border-box; padding: 12px 14px; border: 1px solid #b9d3c9; border-radius: 8px; font: inherit; }
.starting-plan__email-form input:focus-visible, .starting-plan__delivery .button:focus-visible { outline: 3px solid #f0b429; outline-offset: 3px; }
.starting-plan__email-form .button-secondary { width: fit-content; margin-top: 4px; border: 1px solid #176b57; background: #fff; box-shadow: none; color: #176b57; }
.starting-plan__email-form .button-secondary:hover { background: #eaf6f1; color: #125a49; }
.starting-plan__delivery-message { margin: 16px 0 0; color: #125a49; font-weight: 700; }
.starting-plan__delivery-message--error { color: #a12020; }
.starting-plan__pathway { margin-top: 30px; padding: 17px 20px; border-left: 4px solid #83b77d; border-radius: 10px; background: #eef7f3; color: #334b43; }
.starting-plan__pathway strong { color: #125a49; }
.starting-plan__pathway p { margin: 6px 0 0; line-height: 1.5; }
.starting-plan__section--priority { margin-top: 46px; }
.starting-plan .results-summary > a { color: inherit; text-decoration: none; }
.starting-plan .results-summary > a:focus-visible { outline: 3px solid #f0b429; outline-offset: 3px; }
.starting-plan__subsection { margin-top: 28px; }
.starting-plan__subsection h3 { margin: 0 0 12px; color: #142b23; font-size: 1.08rem; }
.starting-plan__action-row { margin-top: 12px; padding: 19px 20px; border-left-color: #d18a12; }
.starting-plan__action-row .starting-plan__status { margin: 0 0 9px; }
.starting-plan__action-row .action-title { display: block; color: #142b23; font-size: 1.08rem; }
.starting-plan__action-row .action-description { margin: 6px 0 0; }
.starting-plan__action-row .next-step-label { display: block; color: #125a49; font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; }
.starting-plan__action-row .next-step-text { margin: 5px 0 9px; }
.starting-plan__why { margin-top: 10px; color: #52625d; }
.starting-plan__why summary { width: fit-content; cursor: pointer; color: #125a49; font-size: .9rem; font-weight: 700; }
.starting-plan__why p { margin: 8px 0 0; line-height: 1.45; }
.starting-plan__why .guidance-source { font-weight: 700; }
.starting-plan__included { display: inline-block; color: #52625d; font-size: .84rem; font-weight: 700; line-height: 1.35; }
.starting-plan__compact-actions { display: grid; gap: 0; margin: 1rem 0 0; padding: 0; list-style: none; border-top: 1px solid #dfe9e4; }
.starting-plan__compact-actions li { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: start; gap: 13px; padding: 15px 0; border-bottom: 1px solid #dfe9e4; }
.starting-plan__compact-actions li > div { min-width: 0; }
.starting-plan__compact-actions strong { display: block; color: #142b23; }
.starting-plan__compact-actions p { margin: 4px 0 6px; color: #52625d; line-height: 1.45; }
.starting-plan__prepare-count { margin: 0 0 12px; color: #52625d; font-size: .92rem; font-weight: 700; }
.starting-plan__prepare-panel { scroll-padding-top: 48px; border: 1px solid var(--plan-to-prepare-border); border-left: 4px solid var(--plan-to-prepare); border-radius: 12px; background: #fff; }
.starting-plan__prepare-panel:focus-visible { outline: 3px solid var(--plan-to-prepare); outline-offset: 3px; }
.starting-plan__prepare-panel .starting-plan__subsection { margin: 0; padding: 0 16px 18px; }
.starting-plan__prepare-panel .starting-plan__subsection + .starting-plan__subsection { border-top: 1px solid var(--plan-to-prepare-border); }
.starting-plan__prepare-toggle { display: block; width: 100%; padding: 14px 0 10px; border: 0; background: #fff; color: #142b23; cursor: pointer; font: inherit; font-weight: 750; text-align: left; }
.starting-plan__prepare-toggle span { display: none; }
.starting-plan__covered-toggle { min-height: 44px; padding: 9px 13px; border: 1px solid var(--plan-covered-border); border-radius: 999px; background: #fff; color: #125a49; cursor: pointer; font: inherit; font-weight: 750; }
.starting-plan__covered-toggle:focus-visible, .starting-plan__prepare-toggle:focus-visible { outline: 3px solid #f0b429; outline-offset: 3px; }
.starting-plan__covered-content { margin-top: 16px; }
.assessment-underage-warning, .tr-underage-warning { margin-top: 1rem; padding: 1rem; border: 1px solid #d7a5a0; border-left: 4px solid var(--plan-high-priority); border-radius: 10px; background: #fff; color: #4b241f; }
.assessment-underage-warning strong, .tr-underage-warning strong { display: block; color: #8d1d18; }
.assessment-underage-warning p, .tr-underage-warning p { margin: .45rem 0; line-height: 1.5; }
.assessment-underage-warning a, .tr-underage-warning a { font-weight: 700; }
.assessment-underage-warning__actions, .tr-underage-warning__actions { display: grid; justify-items: start; gap: .8rem; margin-top: .8rem; }
.assessment-underage-warning__actions a, .tr-underage-warning__actions a { display: block; max-width: 100%; overflow-wrap: anywhere; }
.tr-underage-warning__change { display: inline-flex; margin: 0; }
.assessment-underage-continue, .tr-questionnaire__continue { display: grid; gap: 6px; justify-items: start; }
.assessment-underage-continue-note, .tr-underage-continue-note { max-width: 29rem; margin: 0; color: #6b5a43; font-size: .9rem; line-height: 1.35; }
.assessment-page .button:disabled, .tr-button:disabled { background: #81928c; box-shadow: none; color: #fff; opacity: 1; }

@media (min-width: 768px) {
    .starting-plan__prepare-panel { max-height: 660px; overflow-x: hidden; overflow-y: auto; background: linear-gradient(#fff 30%, #ffffff00), linear-gradient(#ffffff00, #fff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, #10251f24, #ffffff00), radial-gradient(farthest-side at 50% 100%, #10251f24, #ffffff00) 0 100%; background-repeat: no-repeat; background-size: 100% 34px, 100% 34px, 100% 12px, 100% 12px; background-attachment: local, local, scroll, scroll; }
    .starting-plan__prepare-panel .starting-plan__subsection h3 { margin: 0; background: #fff; }
    .starting-plan__prepare-panel .starting-plan__prepare-table thead th { position: sticky; top: 0; z-index: 2; background: #fffdf6; box-shadow: 0 1px 0 var(--plan-to-prepare-border); }
}
.starting-plan__covered-item { display: flex; align-items: flex-start; gap: 10px; min-width: 0; padding: 13px 14px; border: 1px solid #cfe0d9; border-radius: 10px; background: #fff; }
.starting-plan__covered-item > span { min-width: 0; overflow-wrap: anywhere; }
.starting-plan__status--covered { border-color: #a9d7c7; background: #eef8f3; }
.starting-plan__support details { max-width: 780px; padding: 15px 17px; border: 1px solid #dfe9e4; border-radius: 10px; background: #fff; }
.starting-plan__support summary { cursor: pointer; color: #142b23; font-weight: 750; }
.starting-plan__support details p { margin: 10px 0 0; color: #52625d; line-height: 1.55; }

/* Plan categories: shared by the live plan and homepage example. Text labels
   remain present, so colour is never the only way to understand a category. */
.plan-category--high-priority { --plan-category: var(--plan-high-priority); --plan-category-text: var(--plan-high-priority-text); --plan-category-border: var(--plan-high-priority-border); --plan-category-background: var(--plan-high-priority-background); }
.plan-category--to-prepare { --plan-category: var(--plan-to-prepare); --plan-category-text: var(--plan-to-prepare-text); --plan-category-border: var(--plan-to-prepare-border); --plan-category-background: var(--plan-to-prepare-background); }
.plan-category--covered { --plan-category: var(--plan-covered); --plan-category-text: var(--plan-covered-text); --plan-category-border: var(--plan-covered-border); --plan-category-background: var(--plan-covered-background); }

.summary-card.plan-category--high-priority,
.summary-card.plan-category--to-prepare,
.summary-card.plan-category--covered { border-left-color: var(--plan-category); background: #fff; }

.starting-plan__action-row.plan-category--high-priority { border-color: var(--plan-high-priority-border); border-left-color: var(--plan-high-priority); background: #fff; }
.plan-category--high-priority .starting-plan__status,
.plan-category--to-prepare .starting-plan__status,
.plan-category--covered .starting-plan__status { border-color: var(--plan-category-border); background: #fff; color: var(--plan-category-text); }

.plan-category--to-prepare .starting-plan__documents { border: 1px solid var(--plan-to-prepare-border); border-top: 3px solid var(--plan-to-prepare); }
.plan-category--to-prepare .starting-plan__documents thead th { background: var(--plan-to-prepare-soft); color: var(--plan-to-prepare-text); }
.plan-category--to-prepare .starting-plan__documents tbody tr > :first-child { box-shadow: inset 3px 0 0 var(--plan-to-prepare); }
.plan-category--to-prepare .starting-plan__compact-actions { border-top-color: var(--plan-to-prepare-border); }
.plan-category--to-prepare .starting-plan__compact-actions li { border-bottom-color: var(--plan-to-prepare-border); border-left: 3px solid var(--plan-to-prepare); padding-left: 12px; }

.starting-plan__covered-item.plan-category--covered { border-color: var(--plan-covered-border); border-left: 3px solid var(--plan-covered); background: #fff; }

.sample-report .sample-action-row.plan-category--high-priority { border: 1px solid var(--plan-high-priority-border); border-left: 4px solid var(--plan-high-priority); border-radius: 10px; background: #fff; }
.sample-report .sample-completed-action.plan-category--to-prepare,
.sample-report .sample-completed-action.plan-category--covered { border: 1px solid var(--plan-category-border); border-left: 4px solid var(--plan-category); border-radius: 10px; background: #fff; }
.sample-report .plan-category--high-priority .sample-status,
.sample-report .plan-category--to-prepare .sample-status,
.sample-report .plan-category--covered .sample-status { border: 1px solid var(--plan-category-border); background: #fff; color: var(--plan-category-text); }

@media (max-width: 700px) {
    .starting-plan__documents, .starting-plan__documents tbody, .starting-plan__documents tr, .starting-plan__documents th, .starting-plan__documents td { display: block; width: 100%; box-sizing: border-box; }
    .starting-plan__documents thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
    .starting-plan__documents tbody { display: grid; gap: 12px; }
    .starting-plan__documents tbody tr { padding: 17px; border: 1px solid var(--plan-to-prepare-border); border-left: 3px solid var(--plan-to-prepare); border-radius: 12px; background: #fff; }
    .starting-plan__documents th, .starting-plan__documents td { padding: 0; border: 0; }
    .starting-plan__documents td { margin-top: 11px; }
    .starting-plan__documents td::before { display: block; margin-bottom: 4px; color: #61756d; content: attr(data-label); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
    .starting-plan__documents tbody th { width: 100%; }
    .starting-plan__prepared-grid { grid-template-columns: 1fr; }
    .starting-plan__covered-item { flex-direction: column; gap: 7px; }
    .starting-plan__compact-actions li { grid-template-columns: 1fr; gap: 8px; }
    .starting-plan__action-row { padding: 17px; }
    .starting-plan__delivery { padding: 22px; }
    .starting-plan__delivery-options { grid-template-columns: 1fr; }
    .starting-plan__delivery-option .button, .starting-plan__email-form .button-secondary { width: 100%; box-sizing: border-box; text-align: center; }
}


/* =========================================
   HOMEPAGE BENEFITS
   ========================================= */

.report-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 850px;
    margin: 48px auto 0;
    text-align: left;
}

.report-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.report-benefit-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.report-benefit strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.report-benefit p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================
   HOMEPAGE SECONDARY CTA
   ========================================= */

.hero-secondary-cta {
    max-width: 650px;
    margin: 110px auto 0;
    padding-top: 70px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.hero-secondary-cta h2 {
    margin: 0 0 12px;
    font-size: 32px;
    letter-spacing: -0.02em;
}

.hero-secondary-cta > p:not(.small) {
    margin: 0 auto 24px;
    color: #6b7280;
    font-size: 17px;
    line-height: 1.6;
}


/* =========================================
   HOMEPAGE MOBILE
   ========================================= */

@media (max-width: 700px) {

    .sample-report-section {
        margin-top: 80px;
    }

    .sample-report-section > h2 {
        font-size: 28px;
    }

    .sample-report-intro {
        font-size: 16px;
    }

    .sample-report {
        padding: 54px 20px 28px;
        border-radius: 14px;
    }

    .sample-report-chrome {
        margin: 0 -20px 28px;
        border-radius: 14px 14px 0 0;
    }

    .sample-report-label {
        left: 18px;
    }

    .sample-report-header h3 {
        font-size: 30px;
    }

    .sample-summary {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .sample-summary .summary-card {
        padding: 16px 8px;
    }

    .sample-summary .summary-card strong {
        font-size: 24px;
    }

    .sample-summary .summary-card span {
        font-size: 11px;
    }

    .sample-actions .action-row {
        grid-template-columns: 1fr;
    }

    .sample-actions .action-left,
    .sample-actions .action-right {
        padding: 18px 0;
    }

    .sample-completed-action {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .sample-actions .action-right {
        border-left: 0;
        border-top: 1px solid #e5e7eb;
    }

    .report-benefits {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 40px;
    }

    .hero-secondary-cta {
        margin-top: 80px;
        padding-top: 50px;
    }

    .hero-secondary-cta h2 {
        font-size: 28px;
    }

}

/* Shared assessment overrides, intentionally last in the cascade. */

/* Homepage composition. This intentionally replaces the retired full-viewport
   hero rules above: every homepage section now shares one content grid. */
.header { min-height: 66px; padding: 0; border-bottom: 0; background: var(--brand-background); }
.header .container { width: min(1180px, calc(100% - 3rem)); min-height: 66px; }
.logo img { width: min(228px, 58vw); height: 46px; }
.hero { min-height: 0; display: block; padding: 28px 0 72px; text-align: left; background: radial-gradient(circle at 92% 4%, #e1f0e8 0, transparent 29rem), var(--brand-background); }
.hero .container, .home-section .container { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }
.home-hero-grid { display: block; }
.hero-content { max-width: 570px; margin: 0; padding: 34px 0; text-align: left; }
.hero h1 { max-width: 560px; margin: .55rem 0 1rem; font-size: clamp(2.55rem, 4.6vw, 4.25rem); line-height: 1.02; letter-spacing: -.055em; }
.hero .subtitle { margin: 0 0 1.5rem; font-size: 1.17rem; line-height: 1.52; }
.hero .small { margin: .75rem 0 0; }
.hero-independent-notice { max-width: 560px; margin: .25rem 0 0; padding-left: .65rem; border-left: 2px solid #d5aa57; color: var(--brand-muted); font-size: .88rem; font-weight: 400; line-height: 1.45; }
.sample-report-section { max-width: 980px; margin: 0 auto; padding: 0 0 42px; border: 0; border-radius: 0; background: transparent; box-shadow: none; text-align: left; }
.sample-report-section > h2 { margin: .25rem 0 .55rem; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.sample-report-intro { margin: 0 0 1.25rem; font-size: .98rem; }
.sample-report { max-width: none; margin: 0; padding: 44px 26px 24px; border-radius: 18px; box-shadow: 0 16px 38px rgba(11, 79, 63, .10); }
.sample-report-label { top: -12px; left: 22px; }
.sample-report-header { margin-bottom: 18px; }
.sample-report-header h3 { margin: 0 0 9px; font-size: clamp(1.5rem, 2.8vw, 2.15rem); }
.sample-report-header > p:last-child { font-size: .93rem; }
.sample-summary { margin-bottom: 22px; }
.sample-summary .summary-card { padding: 13px 10px; }
.sample-summary .summary-card strong { font-size: 1.35rem; }
.sample-actions h4 { font-size: 1.35rem; }
.sample-actions .action-left, .sample-actions .action-right { padding-top: 14px; padding-bottom: 14px; }
.sample-actions .guidance-note { display: none; }
.sample-actions .guidance-link { font-size: .82rem; }
.sample-report-note { margin: .75rem 0 0; text-align: left; }
.homepage-testimonials { max-width: 980px; margin: 30px auto 0; }
.homepage-testimonials h2 { margin: 0 0 .45rem; color: var(--brand-ink); font-size: clamp(1.45rem, 2.5vw, 2rem); letter-spacing: -.035em; }
.homepage-testimonials__intro { margin: 0; color: var(--brand-muted); line-height: 1.5; }
.homepage-testimonials__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.homepage-testimonial { min-width: 0; margin: 0; padding: .15rem 0 .15rem 1.1rem; border-left: 3px solid var(--brand-forest); color: var(--brand-ink); }
.homepage-testimonial blockquote { margin: 0; }
.homepage-testimonial p { margin: 0; font-size: 1.08rem; line-height: 1.55; }
.homepage-testimonial figcaption { margin-top: .5rem; color: var(--brand-muted); font-size: .88rem; }
.home-section { padding: 0 0 68px; background: var(--brand-surface); }
.home-how-it-works { max-width: 980px; margin: 0 auto; padding: 58px 0 46px; }
.home-how-it-works li > .how-step-marker { position: relative; display: inline-grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e3f1eb; color: var(--brand-forest); }
.home-how-it-works .how-step-marker svg { width: 22px; height: 22px; }
.home-how-it-works .how-step-number { position: absolute; right: -5px; bottom: -5px; display: grid; width: 17px; height: 17px; place-items: center; border: 2px solid var(--brand-surface); border-radius: 50%; background: var(--brand-forest); color: #fff; font-size: .63rem; font-weight: 800; line-height: 1; }

@media (max-width: 860px) {
    .hero-content { max-width: 680px; padding: 18px 0 0; }
    .sample-report-section { max-width: 680px; }
}

@media (max-width: 700px) {
    .header .container, .hero .container, .home-section .container { width: min(100% - 1.5rem, 1180px); }
    .header, .header .container { min-height: 60px; }
    .hero { padding: 16px 0 48px; background: var(--brand-background); }
    .hero h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
    .sample-report { padding: 42px 17px 20px; }
    .sample-report-label { left: 14px; }
    .home-how-it-works { padding: 42px 0 34px; }
}
.assessment-page,
.conversation-page {
    background:
        radial-gradient(circle at top left, #e6f5f0 0, transparent 31rem),
        linear-gradient(180deg, var(--tr-page-background) 0%, #ffffff 54%);
}

.assessment-page {
    min-height: calc(100vh - 77px);
    padding: 28px 20px 64px;
}

.assessment-layout { width: min(var(--tr-content-width), 100%); }
.assessment-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.assessment-topbar-actions { display: inline-flex; align-items: center; gap: 9px; }
.assessment-transition-notice { margin: 0 0 20px; padding: 12px 14px; border: 1px solid var(--border-soft, #d9e5df); border-radius: 10px; background: var(--surface-soft, #f4f8f5); color: var(--text-muted, #52665b); font-size: 0.94rem; }
.assessment-mode-label, .conversation-status { color: var(--tr-muted); font-size: 13px; font-weight: 750; }
.mode-switch-link, .conversation-fallback-link { display: inline-flex; align-items: center; min-height: 36px; padding: 7px 11px; border: 1px solid var(--tr-border); border-radius: 999px; background: #ffffffb8; color: var(--tr-accent); font-size: 13px; font-weight: 750; line-height: 1.2; text-decoration: none; }
.start-over-link { min-height: 36px; padding: 7px 8px; border: 0; background: transparent; color: var(--tr-muted); cursor: pointer; font: inherit; font-size: 13px; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.start-over-link:hover, .start-over-link:focus-visible { color: var(--tr-accent-strong); }
.start-over-dialog { width: min(430px, calc(100vw - 32px)); border: 0; border-radius: var(--tr-radius); box-shadow: 0 24px 60px #102c2460; padding: 0; color: var(--tr-text); }
.start-over-dialog::backdrop { background: #102c245c; }
.start-over-dialog-content { padding: 25px; }
.start-over-dialog h2 { margin: 0 0 10px; font-size: 1.35rem; }
.start-over-dialog p { margin: 0; color: var(--tr-muted); line-height: 1.5; }
.start-over-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 23px; }
.start-over-dialog-actions form { margin: 0; }
.start-over-dialog-actions .button { min-width: auto; }
.assessment-progress-panel { margin-bottom: 25px; padding: 14px 16px; border: 1px solid var(--tr-border); border-radius: var(--tr-radius-small); background: #ffffffb8; }
.assessment-page .progress { margin-bottom: 10px; color: var(--tr-muted); font-size: 13px; font-weight: 700; }
.assessment-page .progress-bar { height: 7px; margin: 0; background: #dcebe5; border-radius: 999px; }
.assessment-page .progress-value { background: var(--tr-accent); border-radius: inherit; }
.assessment-page .eyebrow { margin: 0 0 11px; color: var(--tr-accent); font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.assessment-mode-help { margin: 0 0 20px; color: var(--tr-muted); line-height: 1.45; }
.assessment-mode-help .mode-switch-link { min-height: 30px; margin: 0 3px; padding: 4px 8px; vertical-align: middle; }
.assessment-question-card { margin-bottom: 18px; padding: 25px 27px; border: 1px solid var(--tr-border); border-radius: 5px var(--tr-radius) var(--tr-radius) var(--tr-radius); background: var(--tr-surface); box-shadow: var(--tr-shadow); }
.assessment-question-card h1, .chat-bubble h1 { color: var(--tr-text); font-size: clamp(29px, 4.4vw, 40px); font-weight: 750; letter-spacing: -.035em; }
.assessment-question-card .options { margin: 0; gap: 9px; }
.assessment-question-card .option { min-height: 54px; padding: 14px 15px; border-color: var(--tr-border-strong); border-radius: var(--tr-radius-small); background: #fbfefd; color: #263c35; font-weight: 650; }
.assessment-question-card .option:hover, .assessment-question-card .option:has(input:checked) { border-color: var(--tr-accent); background: var(--tr-accent-soft); }
.assessment-question-card .option:has(input:checked) { box-shadow: inset 0 0 0 1px var(--tr-accent); color: var(--tr-accent-strong); }
.assessment-question-card .option input { accent-color: var(--tr-accent); }
.assessment-page .question-divider { margin: 20px 0; border: 0; border-top: 1px solid var(--tr-border); }
.assessment-page .button, .chat-send-button, .chat-continue-button { min-height: var(--tr-button-height); border-radius: var(--tr-radius-small); background: var(--tr-accent); box-shadow: 0 8px 18px #176b5726; }
.assessment-page .button { min-width: 154px; padding: 0 21px; }
.questionnaire-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.questionnaire-actions .button { margin: 0; }
.questionnaire-actions .button-secondary { border: 1px solid var(--tr-border-strong); background: #ffffff; box-shadow: none; color: var(--tr-accent); }
.questionnaire-actions .button-secondary:hover { background: var(--tr-accent-soft); color: var(--tr-accent-strong); }
.assessment-page .button:hover, .chat-send-button:hover, .chat-continue-button:hover { background: var(--tr-accent-strong); }
.conversation-brand, .chat-bubble h1, .confirmation-card strong { color: var(--tr-text); }
.conversation-brand-mark, .chat-avatar { background: var(--tr-accent); }
.chat-bubble-assistant, .confirmation-card { border-color: var(--tr-border); background: var(--tr-surface); box-shadow: var(--tr-shadow); }
.chat-kicker, .confirmation-label, .conversation-progress-complete, .conversation-progress-completed { color: var(--tr-accent); }
.chat-composer { border-color: var(--tr-border-strong); box-shadow: var(--tr-shadow); }
.chat-composer:focus-within { border-color: var(--tr-accent); }
.chat-reply-chip { min-height: 43px; border-color: var(--tr-border-strong); color: var(--tr-accent); }
.chat-reply-chip:hover, .chat-reply-chip:focus-visible { border-color: var(--tr-accent); background: var(--tr-accent-soft); }
.chat-composer .chat-send-button { width: 43px; min-width: 43px; height: 43px; min-height: 43px; border-radius: 50%; display: inline-grid; place-items: center; padding: 0; font-size: 1.15rem; line-height: 1; }
.chat-composer .chat-send-button:disabled { cursor: not-allowed; opacity: .42; box-shadow: none; }

/* Homepage: mobile-native presentation rather than a reduced desktop report. */

@media (max-width: 700px) {
    .header .container, .hero .container, .home-section .container { width: min(100% - 1.5rem, 1180px); }
    .header, .header .container { min-height: 60px; }
    .logo img { width: min(160px, 52vw); height: 38px; }
    .hero { padding: 16px 0 48px; }
    .hero-content { padding: 12px 0 0; }
    .hero h1 { margin: .35rem 0 .8rem; font-size: clamp(2rem, 8vw, 2.5rem); line-height: 1.06; letter-spacing: -.035em; }
    .hero .subtitle { margin-bottom: 1.15rem; font-size: clamp(1.125rem, 5vw, 1.25rem); line-height: 1.45; }
    .hero .button { display: flex; width: 100%; min-height: 48px; box-sizing: border-box; align-items: center; justify-content: center; }
    .hero .small { margin-top: .65rem; text-align: left; }
    .hero-independent-notice { margin-top: .2rem; font-size: .88rem; }
    .sample-report-section > .eyebrow { margin-bottom: .45rem; }
    .sample-report-section > h2 { margin-bottom: .55rem; font-size: 1.55rem; line-height: 1.18; }
    .sample-report-intro { margin-bottom: 1rem; font-size: .98rem; line-height: 1.45; }
    .sample-report { padding: 20px 16px 16px; border-radius: 16px; }
    .sample-report-header { margin-bottom: 16px; }
    .sample-report-header h3 { margin: 0 0 .45rem; font-size: 1.4rem; line-height: 1.18; }
    .sample-report-header > p:last-child { margin: 0; font-size: .92rem; line-height: 1.42; }
    .sample-summary { margin-bottom: 18px; }
    .sample-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
    .sample-summary .summary-card { min-width: 0; min-height: 0; padding: 10px 7px; }
    .sample-summary .summary-card strong { font-size: 1.2rem; }
    .sample-summary .summary-card span { font-size: .68rem; line-height: 1.2; }
    .sample-actions > .eyebrow { margin-bottom: .3rem; font-size: .7rem; }
    .sample-actions h4 { margin-bottom: .55rem; font-size: 1.2rem; }
    .sample-actions .action-row { grid-template-columns: 1fr; gap: 0; padding: 0; }
    .sample-actions .action-left, .sample-actions .action-right { padding: 13px 0; }
    .sample-actions .action-right { border-left: 0; border-top: 1px solid var(--brand-border); }
    .sample-actions .action-description, .sample-actions .next-step-text { margin: .35rem 0 0; font-size: .88rem; line-height: 1.4; }
    .sample-actions .guidance-link { display: inline-block; min-height: 28px; margin-top: .45rem; font-size: .82rem; }
    .sample-completed-action { flex-direction: column; align-items: stretch; gap: .55rem; margin-top: 12px; }
    .sample-completed-action { padding: 13px; }
    .sample-completed-action > p { font-size: .86rem; }
    .sample-report-note { margin-top: .7rem; font-size: .78rem; text-align: center; }
    .homepage-testimonials { margin-top: 24px; }
    .homepage-testimonials h2 { font-size: 1.4rem; }
    .homepage-testimonials__grid { grid-template-columns: 1fr; gap: 16px; margin-top: 16px; }
    .homepage-testimonial { padding-left: .85rem; }
    .homepage-testimonial p { font-size: 1rem; }
    .home-section { padding-bottom: 38px; }
    .home-how-it-works { grid-template-columns: 1fr; gap: 1.5rem; padding: 38px 0 30px; }
    .home-how-it-works h2 { font-size: 1.7rem; }
    .home-how-it-works ol { gap: 1rem; }
    .home-how-it-works li { gap: .75rem; }
    .home-how-it-works li > .how-step-marker { flex-basis: 38px; width: 38px; height: 38px; }
    .home-how-it-works .how-step-marker svg { width: 20px; height: 20px; }
    .home-how-it-works strong { font-size: .98rem; }
    .home-how-it-works p { font-size: .9rem; }

    /* Keep plan-summary metrics compact on phones. Earlier generic mobile
       rules collapse every results summary to one column, which combines with
       the desktop card padding/min-height to create three oversized blocks. */
    .starting-plan .results-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin: 1.5rem 0 0;
    }

    .starting-plan .summary-card {
        min-width: 0;
        min-height: 0;
        padding: 12px 9px;
        border-left-width: 3px;
    }

    .starting-plan .summary-card strong {
        margin-bottom: 3px;
        font-size: 1.5rem;
        line-height: 1;
    }

    .starting-plan .summary-card span {
        display: block;
        overflow-wrap: anywhere;
        font-size: .78rem;
        line-height: 1.25;
    }
}

@media (max-width: 600px) {
    .assessment-page { padding: 19px 14px 44px; }
    .assessment-topbar { margin-bottom: 25px; }
    .assessment-topbar-actions { gap: 4px; }
    .assessment-mode-label { display: none; }
    .assessment-question-card { padding: 21px; }
    .assessment-page .button { width: 100%; }
    .questionnaire-actions { flex-direction: column-reverse; align-items: stretch; }
}
