.tva-start-page {
    --start-orange: var(--orange, #f45116);
    --start-orange-dark: var(--orange-dark, #d93f0a);
    --start-action: #c43708;
    --start-action-hover: #9e2a04;
    --start-ink: var(--dark, #1f252b);
    --start-muted: var(--muted, #68717a);
    --start-border: var(--border, #e3e5e8);
    --start-soft: #fff7f2;
    --start-soft-strong: #ffeadf;
    --start-green: #1d6f56;
    --start-focus: #0b67c2;
    --start-shadow: 0 18px 48px rgba(30, 37, 43, 0.1);
    color: var(--start-ink);
    overflow: clip;
}

.tva-start-page,
.tva-start-page button,
.tva-start-page input,
.tva-start-page textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.tva-start-page button,
.tva-start-page input,
.tva-start-page textarea {
    font-size: 1rem;
}

.tva-start-shell {
    width: min(72rem, calc(100% - 2rem));
    margin-inline: auto;
}

.tva-start-skip-link {
    position: fixed;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 1000;
    padding: 0.8rem 1rem;
    border-radius: 0.6rem;
    background: #fff;
    color: var(--start-ink);
    box-shadow: var(--start-shadow);
    font-weight: 800;
    transform: translateY(-160%);
}

.tva-start-skip-link:focus {
    transform: translateY(0);
}

.tva-start-page :where(a, button, input, textarea, summary):focus-visible {
    outline: 3px solid var(--start-focus);
    outline-offset: 3px;
}

.tva-start-eyebrow {
    margin: 0 0 0.65rem;
    color: var(--start-orange-dark);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.tva-start-hero {
    position: relative;
    background:
        radial-gradient(circle at 95% 8%, rgba(244, 81, 22, 0.13), transparent 38%),
        linear-gradient(145deg, #fff 0%, #fffaf7 56%, #f1f4f5 100%);
}

.tva-start-hero::after {
    position: absolute;
    right: -5.5rem;
    bottom: -7.5rem;
    width: 15rem;
    height: 15rem;
    border: 2.2rem solid rgba(244, 81, 22, 0.06);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.tva-start-hero-grid {
    display: grid;
    gap: 2rem;
    padding-block: clamp(3rem, 9vw, 6.5rem);
}

.tva-start-hero-copy {
    position: relative;
    z-index: 1;
}

.tva-start-hero h1 {
    max-width: 13ch;
    margin: 0;
    color: #15202a;
    font-size: clamp(2.35rem, 11vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.tva-start-hero h1 span {
    color: var(--start-orange);
}

.tva-start-lead {
    max-width: 38rem;
    margin: 1.4rem 0 0;
    color: #27333d;
    font-size: clamp(1.15rem, 4vw, 1.45rem);
    font-weight: 800;
    line-height: 1.4;
}

.tva-start-intro {
    max-width: 41rem;
    margin: 1rem 0 0;
    color: #46515b;
    font-size: 1.02rem;
    line-height: 1.68;
}

.tva-start-primary-cta,
.tva-start-primary-button,
.tva-start-secondary-button {
    min-height: 3rem;
    border: 0;
    border-radius: 0.75rem;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tva-start-primary-cta {
    display: inline-flex;
    width: 100%;
    max-width: 25rem;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.65rem;
    padding: 1rem 1.2rem;
    background: var(--start-action);
    box-shadow: 0 12px 26px rgba(244, 81, 22, 0.24);
    color: #fff;
    font-size: 0.92rem;
    letter-spacing: 0.035em;
}

.tva-start-primary-cta span {
    font-size: 1.35rem;
    line-height: 0;
}

.tva-start-primary-cta:hover,
.tva-start-primary-button:hover:not(:disabled) {
    background: var(--start-action-hover);
    color: #fff;
    transform: translateY(-1px);
}

.tva-start-hero-note {
    max-width: 39rem;
    margin: 1rem 0 0;
    color: #626d76;
    font-size: 0.86rem;
    line-height: 1.55;
}

.tva-start-hero-card {
    position: relative;
    z-index: 1;
    align-self: center;
    padding: 1.5rem;
    border: 1px solid rgba(31, 37, 43, 0.1);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: var(--start-shadow);
}

.tva-start-hero-mark {
    display: grid;
    width: 4.5rem;
    height: 4.5rem;
    place-items: center;
    margin-bottom: 1.2rem;
    border-radius: 1.15rem;
    background: var(--start-soft);
}

.tva-start-hero-mark svg {
    width: 3.2rem;
    fill: none;
    stroke: var(--start-orange);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 6;
}

.tva-start-card-kicker {
    margin: 0 0 0.35rem;
    color: var(--start-green);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tva-start-hero-card h2 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.2;
}

.tva-start-check-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.35rem 0;
    padding: 0;
    list-style: none;
}

.tva-start-check-list li {
    position: relative;
    padding-left: 1.75rem;
    color: #303b44;
    line-height: 1.45;
}

.tva-start-check-list li::before {
    position: absolute;
    top: 0.04rem;
    left: 0;
    color: var(--start-green);
    content: "✓";
    font-weight: 900;
}

.tva-start-card-disclaimer {
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid var(--start-border);
    color: #66717a;
    font-size: 0.82rem;
    line-height: 1.55;
}

.tva-start-form-section {
    scroll-margin-top: 6.5rem;
    padding-block: 1.25rem 3.5rem;
    background: #f5f7f8;
}

.tva-start-form-shell {
    padding: 1.25rem;
    border: 1px solid #dde2e6;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: var(--start-shadow);
}

.tva-start-form-heading {
    max-width: 44rem;
    margin-bottom: 1.5rem;
}

.tva-start-form-heading h1,
.tva-start-form-heading h2,
.tva-start-section-heading h2,
.tva-start-two-columns h2,
.tva-start-control-grid h2,
.tva-start-final-cta h2 {
    margin: 0;
    color: #15202a;
    font-size: clamp(1.8rem, 7vw, 2.75rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.tva-start-outcome {
    display: grid;
    gap: 0.35rem;
    margin: -0.35rem 0 1.35rem;
    padding: 0.9rem 1rem;
    border-left: 4px solid var(--start-green);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #f0faf6;
    color: #315f51;
    font-size: 0.86rem;
    line-height: 1.45;
}

.tva-start-outcome strong {
    color: #155b45;
}

.tva-start-step-outcome {
    margin: 1rem 0 0;
}

.tva-start-outcome .tva-start-reminder-button {
    width: 100%;
    min-height: 3.6rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 10px 24px rgba(196, 55, 8, 0.24);
    font-size: clamp(1rem, 2.6vw, 1.12rem);
    white-space: normal;
}

.tva-start-outcome .tva-start-reminder-button:hover {
    box-shadow: 0 12px 28px rgba(158, 42, 4, 0.3);
}

.tva-start-reminder-shell {
    max-width: 46rem;
}

.tva-start-reminder-actions {
    display: block;
}

.tva-start-reminder-actions .tva-start-reminder-submit {
    width: 100%;
    min-height: 3.6rem;
    padding: 1rem 1.25rem;
    white-space: normal;
    text-align: center;
}

.tva-start-reminder-legal {
    margin: 0.65rem 0 0;
    color: #66717a;
    font-size: 0.76rem;
    line-height: 1.45;
    text-align: center;
}

.tva-start-reminder-legal a {
    color: var(--start-action);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.14rem;
}

.tva-start-choice-separator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    margin: 2.25rem 0;
    color: var(--start-action);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: center;
}

.tva-start-choice-separator::before,
.tva-start-choice-separator::after {
    height: 2px;
    background: var(--start-border);
    content: "";
}

.tva-start-choice-separator span {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    border: 2px solid var(--start-action);
    border-radius: 50%;
    background: #fff8f5;
    box-shadow: 0 6px 16px rgba(196, 55, 8, 0.1);
}

.tva-start-funnel-title {
    margin: 0 0 1rem;
    color: var(--start-ink);
    font-size: clamp(1.45rem, 4.5vw, 1.9rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.tva-start-form-heading > p:last-child,
.tva-start-section-heading > p:last-child {
    margin: 0.75rem 0 0;
    color: var(--start-muted);
    line-height: 1.6;
}

.tva-start-resume {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 1rem;
    border: 1px solid #b8d8cc;
    border-radius: 0.9rem;
    background: #f0faf6;
}

.tva-start-resume strong {
    display: block;
    color: #155b45;
    font-size: 1.03rem;
}

.tva-start-resume p {
    margin: 0.3rem 0 0;
    color: #315f51;
    line-height: 1.5;
}

.tva-start-global-status,
.tva-start-global-error {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    line-height: 1.5;
}

.tva-start-no-script {
    padding: 1rem;
    border: 1px solid #e8d2a5;
    border-radius: 0.8rem;
    background: #fffaf0;
    color: #5e5140;
    line-height: 1.55;
}

.tva-start-no-script a {
    color: #9c2f09;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.15rem;
}

.tva-start-global-status {
    border: 1px solid #b8d8cc;
    background: #f0faf6;
    color: #155b45;
}

.tva-start-global-status:empty,
.tva-start-global-error.is-empty,
.tva-start-global-error:empty {
    display: none;
}

.tva-start-global-error {
    border: 1px solid #e7aaa4;
    background: #fff3f1;
    color: #922b21;
    font-weight: 700;
}

.tva-start-progress {
    display: none;
    margin-bottom: 1.35rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--start-border);
}

.tva-start-page.is-enhanced .tva-start-progress {
    display: block;
}

.tva-start-progress > p {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 0.65rem;
    color: #47525c;
    font-size: 0.86rem;
}

.tva-start-progress > p strong {
    color: var(--start-ink);
}

.tva-start-progress-track {
    height: 0.45rem;
    overflow: hidden;
    border-radius: 99rem;
    background: #e8ebed;
}

.tva-start-progress-track span {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: var(--start-action);
    transition: width 220ms ease;
}

.tva-start-progress ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.25rem;
    margin: 0.9rem 0 0;
    padding: 0;
    list-style: none;
}

.tva-start-progress li {
    display: grid;
    justify-items: center;
    gap: 0.3rem;
    color: #78828a;
    text-align: center;
}

.tva-start-progress li span {
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    place-items: center;
    border: 1px solid #cfd5da;
    border-radius: 50%;
    background: #fff;
    font-size: 0.75rem;
    font-weight: 900;
}

.tva-start-progress li small {
    display: none;
    font-size: 0.72rem;
    line-height: 1.2;
}

.tva-start-progress li.is-complete,
.tva-start-progress li.is-current {
    color: var(--start-ink);
    font-weight: 800;
}

.tva-start-progress li.is-complete span {
    border-color: var(--start-green);
    background: var(--start-green);
    color: #fff;
}

.tva-start-progress li.is-current span {
    border-color: var(--start-action);
    background: var(--start-action);
    box-shadow: 0 0 0 4px var(--start-soft-strong);
    color: #fff;
}

.tva-start-form {
    position: relative;
}

.tva-start-form[aria-busy="true"]::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.42);
    content: "";
    cursor: wait;
}

.tva-start-step {
    min-width: 0;
    margin: 0;
    padding: 1.5rem 0;
    border: 0;
    border-top: 1px solid var(--start-border);
}

.tva-start-step:first-of-type {
    border-top: 0;
}

.tva-start-page.is-enhanced .tva-start-step {
    padding: 0;
    border: 0;
}

.tva-start-step[hidden] {
    display: none !important;
}

.tva-start-step legend {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    color: #17212a;
    font-size: clamp(1.4rem, 5vw, 2rem);
    font-weight: 900;
    line-height: 1.2;
}

.tva-start-step > p {
    margin: 0.75rem 0 1.35rem;
    color: var(--start-muted);
    line-height: 1.58;
}

.tva-start-step-number {
    display: inline-grid;
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 0.65rem;
    background: var(--start-soft);
    color: var(--start-orange-dark);
    font-size: 0.95rem;
}

.tva-start-field {
    position: relative;
}

.tva-start-field label,
.tva-start-upload > label:first-child {
    display: block;
    margin-bottom: 0.48rem;
    color: #222c34;
    font-weight: 800;
}

.tva-start-field input,
.tva-start-field textarea,
.tva-start-page .geo-autocomplete-input {
    width: 100%;
    min-height: 3rem;
    padding: 0.82rem 0.9rem;
    border: 1px solid #bcc5cc;
    border-radius: 0.7rem;
    background: #fff;
    color: var(--start-ink);
    line-height: 1.45;
}

.tva-start-field textarea {
    min-height: 10.5rem;
    resize: vertical;
}

.tva-start-basics-need {
    margin-top: 1.15rem;
}

.tva-start-basics-need textarea {
    min-height: 7.5rem;
}

.tva-start-field input:hover,
.tva-start-field textarea:hover,
.tva-start-page .geo-autocomplete-input:hover {
    border-color: #87939c;
}

.tva-start-field input:focus,
.tva-start-field textarea:focus,
.tva-start-page .geo-autocomplete-input:focus {
    border-color: var(--start-focus);
    box-shadow: 0 0 0 3px rgba(11, 103, 194, 0.14);
    outline: none;
}

.tva-start-field [aria-invalid="true"],
.tva-start-choice-grid[aria-invalid="true"] {
    border-color: #b42318;
}

.tva-start-page .geo-autocomplete-results {
    z-index: 20;
}

.tva-start-field-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.4rem 1rem;
    margin-top: 0.45rem;
    color: #707b84;
    font-size: 0.78rem;
    line-height: 1.45;
}

.tva-start-field-error {
    min-height: 0;
    margin: 0.4rem 0 0;
    color: #a72b21;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.45;
}

.tva-start-field-error:empty {
    display: none;
}

.tva-start-step-actions {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.tva-start-step-actions [data-next-step],
.tva-start-step-actions [data-previous-step] {
    display: none;
}

.tva-start-page.is-enhanced .tva-start-step-actions [data-next-step],
.tva-start-page.is-enhanced .tva-start-step-actions [data-previous-step] {
    display: inline-flex;
}

.tva-start-primary-button,
.tva-start-secondary-button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1.15rem;
}

.tva-start-primary-button {
    background: var(--start-action);
    color: #fff;
}

.tva-start-secondary-button {
    border: 1px solid #bac3ca;
    background: #fff;
    color: var(--start-ink);
}

.tva-start-secondary-button:hover:not(:disabled) {
    border-color: #727e87;
    background: #f6f7f8;
}

.tva-start-primary-button:disabled,
.tva-start-secondary-button:disabled,
.tva-start-primary-cta[aria-disabled="true"] {
    cursor: wait;
    opacity: 0.62;
    transform: none;
}

.tva-start-button-spinner {
    display: none;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #fff;
    border-radius: 50%;
    animation: tva-start-spin 750ms linear infinite;
}

[aria-busy="true"] .tva-start-button-spinner,
button.is-loading .tva-start-button-spinner {
    display: inline-block;
}

.tva-start-upload {
    padding: 1rem;
    border: 1px solid #d4dadd;
    border-radius: 0.9rem;
    background: #fbfcfc;
}

.tva-start-upload-label {
    display: grid !important;
    justify-items: center;
    gap: 0.35rem;
    padding: 1.35rem 1rem;
    border: 2px dashed #c2cbd1;
    border-radius: 0.8rem;
    background: #fff;
    cursor: pointer;
    text-align: center;
}

.tva-start-upload-label:hover {
    border-color: var(--start-orange);
    background: var(--start-soft);
}

.tva-start-upload-icon {
    display: grid;
    width: 2.4rem;
    height: 2.4rem;
    place-items: center;
    border-radius: 50%;
    background: var(--start-soft-strong);
    color: var(--start-orange-dark);
    font-size: 1.5rem;
    line-height: 1;
}

.tva-start-upload-label > span:last-child,
.tva-start-upload-limit {
    color: #68737c;
    font-size: 0.8rem;
    line-height: 1.45;
}

.tva-start-file-picker {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.75rem;
    padding: 0.45rem;
    border: 1px solid #c7cfd5;
    border-radius: 0.65rem;
    background: #fff;
}

.tva-start-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.tva-start-file-button {
    display: inline-flex;
    min-height: 2.75rem;
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.68rem 1rem;
    border: 0;
    border-radius: 0.5rem;
    background: var(--start-orange);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

.tva-start-file-button:hover {
    background: var(--start-orange-dark);
}

.tva-start-file-button:active {
    transform: translateY(1px);
}

.tva-start-file-input:focus-visible + .tva-start-file-button {
    outline: 3px solid rgba(244, 81, 22, 0.25);
    outline-offset: 2px;
}

.tva-start-file-status {
    min-width: 0;
    color: #46535d;
    font-size: 0.9rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-align: center;
}

.tva-start-upload-limit {
    margin: 0.7rem 0 0;
}

.tva-start-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.tva-start-photo-grid:empty {
    display: none;
}

.tva-start-photo-grid figure {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #d6dcdf;
    border-radius: 0.7rem;
    background: #fff;
}

.tva-start-photo-grid img,
.tva-start-photo-placeholder {
    display: grid;
    width: 100%;
    height: 7rem;
    place-items: center;
    object-fit: cover;
    background: #edf0f2;
    color: #65717a;
}

.tva-start-photo-grid figcaption {
    overflow: hidden;
    padding: 0.5rem 0.6rem 0;
    color: #49545d;
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tva-start-photo-grid button {
    min-height: 2.75rem;
    margin: 0.1rem 0.6rem 0.45rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #a72b21;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.16rem;
}

.tva-start-choice-grid {
    display: grid;
    gap: 0.75rem;
}

.tva-start-choice {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 0.8rem;
    min-height: 4.7rem;
    padding: 1rem;
    border: 1px solid #c9d0d5;
    border-radius: 0.8rem;
    background: #fff;
    cursor: pointer;
}

.tva-start-choice:hover {
    border-color: var(--start-orange);
    background: #fffaf7;
}

.tva-start-choice:has(input:checked) {
    border-color: var(--start-orange);
    background: var(--start-soft);
    box-shadow: inset 0 0 0 1px var(--start-orange);
}

.tva-start-choice input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.1rem 0 0;
    accent-color: var(--start-orange);
}

.tva-start-choice span {
    display: grid;
    gap: 0.25rem;
}

.tva-start-choice strong {
    line-height: 1.35;
}

.tva-start-choice small {
    color: #68737c;
    font-size: 0.82rem;
    line-height: 1.45;
}

.tva-start-contact-grid {
    display: grid;
    gap: 1rem;
}

.tva-start-contact-intro {
    padding: 0.9rem 1rem;
    border-left: 4px solid var(--start-orange);
    border-radius: 0 0.6rem 0.6rem 0;
    background: var(--start-soft);
    color: #4b403a !important;
}

.tva-start-contact-intro strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--start-ink);
}

.tva-start-privacy-note {
    margin: 1rem 0 0;
    color: #626e77;
    font-size: 0.82rem;
    line-height: 1.55;
}

.tva-start-consent {
    margin-top: 1rem;
    padding: 0.9rem;
    border: 1px solid #d8dde1;
    border-radius: 0.75rem;
    background: #f8f9fa;
}

.tva-start-consent label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 0.7rem;
    cursor: pointer;
    color: #3e4952;
    font-size: 0.86rem;
    line-height: 1.5;
}

.tva-start-consent input {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.1rem 0 0;
    accent-color: var(--start-orange);
}

.tva-start-consent a {
    color: #9c2f09;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.15rem;
}

.tva-start-verification-sent {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #b8d8cc;
    border-radius: 0.8rem;
    background: #f0faf6;
    color: #315f51;
}

.tva-start-verification-sent strong {
    display: block;
    color: #155b45;
}

.tva-start-verification-sent p {
    margin: 0.35rem 0 0;
    line-height: 1.55;
}

.tva-start-verification {
    margin-top: 1rem;
    padding: clamp(1.25rem, 4vw, 2rem);
    border: 1px solid #b8d8cc;
    border-radius: 1rem;
    background: #f0faf6;
    color: #315f51;
}

.tva-start-verification[hidden] {
    display: none !important;
}

.tva-start-verification h2 {
    margin: 0 0 0.75rem;
    color: #155b45;
    font-size: clamp(1.45rem, 5vw, 2rem);
}

.tva-start-verification p {
    max-width: 48rem;
    margin: 0.55rem 0;
    line-height: 1.55;
}

.tva-start-verification button {
    margin-top: 1rem;
}

.tva-start-review {
    padding-top: 0.25rem;
}

.tva-start-review-heading {
    display: grid;
    gap: 0.8rem;
}

.tva-start-review-heading h2 {
    margin: 0;
    color: #15202a;
    font-size: clamp(1.65rem, 6vw, 2.4rem);
    line-height: 1.15;
}

.tva-start-status-chip {
    justify-self: start;
    padding: 0.45rem 0.7rem;
    border-radius: 99rem;
    background: #eef1f3;
    color: #4c5760;
    font-size: 0.76rem;
    font-weight: 900;
}

.tva-start-review-intro {
    margin: 1.1rem 0;
    padding: 0.85rem 1rem;
    border-left: 4px solid var(--start-green);
    background: #f1f9f6;
    color: #315f51;
    line-height: 1.55;
}

.tva-start-review-list {
    display: grid;
    gap: 0;
    margin: 0;
    border: 1px solid var(--start-border);
    border-radius: 0.9rem;
}

.tva-start-review-list > div {
    position: relative;
    padding: 1rem;
    border-top: 1px solid var(--start-border);
}

.tva-start-review-list > div:first-child {
    border-top: 0;
}

.tva-start-review-list dt {
    margin-bottom: 0.3rem;
    color: #69747c;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tva-start-review-list dd {
    margin: 0;
    padding-right: 4.5rem;
    color: #253039;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.tva-start-review-list a {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #9c2f09;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.15rem;
}

.tva-start-sharing {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #b9d5e8;
    border-radius: 0.85rem;
    background: #f2f8fc;
}

.tva-start-sharing-icon,
.tva-start-safety-icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    background: #dbeef9;
    color: #155b83;
    font-weight: 900;
}

.tva-start-sharing h3 {
    margin: 0;
    font-size: 1rem;
}

.tva-start-sharing p,
.tva-start-sharing ul {
    margin: 0.4rem 0 0;
    color: #405a6b;
    font-size: 0.86rem;
    line-height: 1.55;
}

.tva-start-sharing ul {
    padding-left: 1.2rem;
}

.tva-start-publish-form {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.25rem;
}

.tva-start-publish-form p {
    margin: 0;
    color: #66717a;
    font-size: 0.78rem;
    line-height: 1.45;
}

.tva-start-section {
    padding-block: clamp(3.5rem, 10vw, 6rem);
}

.tva-start-section-muted {
    background: #f5f7f8;
}

.tva-start-section-heading {
    max-width: 44rem;
    margin-bottom: 2rem;
}

.tva-start-two-columns,
.tva-start-control-grid {
    display: grid;
    gap: 2rem;
}

.tva-start-two-columns > div > p:last-child {
    margin: 1rem 0 0;
    color: var(--start-muted);
}

.tva-start-fact-list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tva-start-fact-list li {
    position: relative;
    padding: 0.85rem 0.9rem 0.85rem 2.6rem;
    border: 1px solid #e2e5e8;
    border-radius: 0.7rem;
    background: #fff;
    line-height: 1.45;
}

.tva-start-fact-list li::before {
    position: absolute;
    top: 0.75rem;
    left: 0.9rem;
    color: var(--start-orange);
    content: "✓";
    font-weight: 900;
}

.tva-start-how-grid {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tva-start-how-grid li {
    padding: 1.25rem;
    border: 1px solid #dfe3e6;
    border-radius: 1rem;
    background: #fff;
}

.tva-start-how-grid li > span {
    display: grid;
    width: 2.3rem;
    height: 2.3rem;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 0.7rem;
    background: var(--start-action);
    color: #fff;
    font-weight: 900;
}

.tva-start-how-grid h3 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;
}

.tva-start-how-grid p {
    margin: 0.6rem 0 0;
    color: var(--start-muted);
    line-height: 1.55;
}

.tva-start-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tva-start-category-list li {
    padding: 0.72rem 0.9rem;
    border: 1px solid #d8dde1;
    border-radius: 99rem;
    background: #fff;
    color: #303b44;
    font-size: 0.9rem;
    font-weight: 800;
}

.tva-start-orientation {
    max-width: 48rem;
    margin: 1.5rem 0 0;
    padding: 1rem 1.1rem;
    border-left: 4px solid var(--start-orange);
    background: var(--start-soft);
    color: #54423a;
    line-height: 1.6;
}

.tva-start-section-dark {
    background: #172027;
    color: #fff;
}

.tva-start-section-dark .tva-start-eyebrow {
    color: #ff9f78;
}

.tva-start-section-dark h2 {
    color: #fff;
}

.tva-start-control-grid > p {
    margin: 0;
    color: #d7dde1;
    font-size: 1.05rem;
    line-height: 1.7;
}

.tva-start-safety {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    padding: 1.15rem;
    border: 1px solid #e8d2a5;
    border-radius: 1rem;
    background: #fffaf0;
}

.tva-start-safety-icon {
    background: #f7e7bf;
    color: #7a5212;
}

.tva-start-safety h2 {
    margin: 0;
    color: #352b1d;
    font-size: 1.2rem;
}

.tva-start-safety p {
    margin: 0.55rem 0 0;
    color: #5e5140;
    line-height: 1.62;
}

.tva-start-faq-shell {
    max-width: 55rem;
}

.tva-start-faq {
    display: grid;
    gap: 0.75rem;
}

.tva-start-faq details {
    border: 1px solid #dce1e4;
    border-radius: 0.8rem;
    background: #fff;
}

.tva-start-faq summary {
    position: relative;
    padding: 1rem 2.8rem 1rem 1rem;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.4;
    list-style: none;
}

.tva-start-faq summary::-webkit-details-marker {
    display: none;
}

.tva-start-faq summary::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    color: var(--start-orange);
    content: "+";
    font-size: 1.35rem;
    transform: translateY(-50%);
}

.tva-start-faq details[open] summary::after {
    content: "−";
}

.tva-start-faq details p {
    margin: 0;
    padding: 0 1rem 1rem;
    color: var(--start-muted);
    line-height: 1.6;
}

.tva-start-final-cta {
    padding-block: 3.5rem;
    background: linear-gradient(135deg, #fff3ec, #fff 72%);
    text-align: center;
}

.tva-start-final-cta h2 {
    max-width: 18ch;
    margin-inline: auto;
}

@keyframes tva-start-spin {
    to { transform: rotate(360deg); }
}

@media (min-width: 36rem) {
    .tva-start-file-picker {
        flex-direction: row;
    }

    .tva-start-file-button {
        width: auto;
    }

    .tva-start-file-status {
        text-align: left;
    }

    .tva-start-shell {
        width: min(72rem, calc(100% - 3rem));
    }

    .tva-start-form-shell {
        padding: 2rem;
    }

    .tva-start-progress li small {
        display: block;
    }

    .tva-start-step-actions {
        flex-direction: row;
        justify-content: space-between;
    }

    .tva-start-primary-button,
    .tva-start-secondary-button {
        width: auto;
        min-width: 10rem;
    }

    .tva-start-step-actions > :only-child,
    .tva-start-step-actions [data-next-step]:first-child {
        margin-left: auto;
    }

    .tva-start-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tva-start-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tva-start-field-wide {
        grid-column: 1 / -1;
    }

    .tva-start-review-heading,
    .tva-start-resume {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .tva-start-status-chip {
        justify-self: end;
    }

    .tva-start-publish-form {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
    }

    .tva-start-publish-form p {
        max-width: 30rem;
    }

    .tva-start-how-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 52rem) {
    .tva-start-hero-grid {
        grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.72fr);
        align-items: center;
        gap: clamp(2.5rem, 6vw, 5rem);
    }

    .tva-start-hero-card {
        padding: 2rem;
    }

    .tva-start-form-section {
        padding-block: 2rem 4rem;
    }

    .tva-start-form-shell {
        padding: 2.5rem;
    }

    .tva-start-two-columns,
    .tva-start-control-grid {
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        align-items: start;
        gap: 4rem;
    }

    .tva-start-safety {
        padding: 1.5rem;
    }
}

@media (min-width: 70rem) {
    .tva-start-form-shell {
        width: min(58rem, 100%);
    }
}

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

@media (forced-colors: active) {
    .tva-start-primary-cta,
    .tva-start-primary-button,
    .tva-start-progress li span,
    .tva-start-choice,
    .tva-start-upload-label {
        border: 2px solid ButtonText;
    }
}

/* Campagne Instagram : continuité visuelle, formulaire compact et décision explicite. */
.site-header.tva-start-site-header {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #e1e5e8;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 22px rgba(24, 33, 41, 0.06);
}

.site-header.tva-start-site-header .header-inner {
    display: flex;
    min-height: 4.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.tva-start-help-link {
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    color: #39434b;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: #c7cdd1;
    text-underline-offset: 0.22rem;
}

.tva-start-help-link:hover {
    background: #f4f6f7;
    color: var(--orange-dark, #d93f0a);
    text-decoration-color: currentColor;
}

.site-footer.tva-start-site-footer {
    padding-block: 1.35rem;
    background: #151e25;
}

.tva-start-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
}

.tva-start-site-footer .footer-logo {
    display: inline-block;
    color: #fff;
}

.tva-start-site-footer p {
    margin: 0.35rem 0 0;
    color: #bfc7cc;
    font-size: 0.76rem;
}

.tva-start-site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
}

.tva-start-site-footer nav a {
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: #68747d;
    text-underline-offset: 0.2rem;
}

.tva-start-form-section {
    padding-block: 1rem 3.5rem;
    background:
        radial-gradient(circle at 7% 4%, rgba(244, 81, 22, 0.08), transparent 28rem),
        #eef1f3;
}

.tva-start-form-shell {
    display: grid;
    width: min(92rem, calc(100% - 2rem));
    align-items: start;
    gap: 1rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tva-start-campaign,
.tva-start-form-card {
    min-width: 0;
    border: 1px solid #dce1e4;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 20px 50px rgba(28, 36, 43, 0.09);
}

.tva-start-campaign {
    position: relative;
    display: grid;
    min-height: 13rem;
    overflow: hidden;
    isolation: isolate;
}

.tva-start-campaign::before {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 3;
    width: 0.38rem;
    background: var(--start-orange);
    content: "";
}

.tva-start-campaign-copy {
    position: relative;
    z-index: 2;
    width: 66%;
    padding: 1.25rem 0.5rem 1.25rem 1.35rem;
    background: linear-gradient(90deg, #fff 68%, rgba(255, 255, 255, 0));
}

.tva-start-campaign-kicker {
    max-width: 25ch;
    margin: 0 0 0.65rem;
    color: #ba390c;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.065em;
    line-height: 1.35;
    text-transform: uppercase;
}

.tva-start-campaign h1 {
    max-width: 18ch;
    margin: 0;
    color: #111820;
    font-size: clamp(1.45rem, 7vw, 2.25rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.tva-start-campaign-benefits {
    display: none;
    gap: 0.55rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.tva-start-campaign-benefits li {
    position: relative;
    padding-left: 1.3rem;
    color: #34414a;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.4;
}

.tva-start-campaign-benefits li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--start-orange);
    content: "✓";
    font-weight: 900;
}

.tva-start-campaign-visual {
    position: absolute;
    inset: 0 -8% 0 auto;
    z-index: 1;
    width: 61%;
    overflow: hidden;
}

.tva-start-campaign-visual::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.12) 30%, transparent 60%);
    content: "";
    pointer-events: none;
}

.tva-start-campaign-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 29% center;
}

.tva-start-campaign-diagonal {
    position: absolute;
    right: 10%;
    bottom: -18%;
    z-index: 2;
    width: 0.5rem;
    height: 62%;
    border-radius: 99rem;
    background: rgba(244, 81, 22, 0.85);
    transform: rotate(39deg);
    transform-origin: bottom;
}

.tva-start-form-card {
    padding: clamp(1.2rem, 4vw, 2rem);
}

.tva-start-global-status:not(:empty),
.tva-start-global-error:not(:empty) {
    display: block;
    margin: 0 0 1rem;
    padding: 0.8rem 0.9rem;
    border-radius: 0.7rem;
    line-height: 1.5;
}

.tva-start-global-status:not(:empty) {
    border: 1px solid #abd1c3;
    background: #eef9f5;
    color: #195e49;
}

.tva-start-global-error.is-empty {
    display: none;
}

.tva-start-reminder-entry {
    margin: 0 0 1rem;
    padding: 0 0 0.85rem;
    border-bottom: 1px solid var(--start-border);
    color: #68727a;
    font-size: 0.84rem;
    line-height: 1.5;
}

.tva-start-reminder-entry a,
.tva-start-edit-email {
    color: #9c2f09;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 0.18rem;
}

.tva-start-progress {
    margin-bottom: 1.15rem;
    padding-bottom: 1rem;
}

.tva-start-step legend {
    align-items: flex-start;
    font-size: clamp(1.42rem, 4.8vw, 2rem);
}

.tva-start-step > p {
    margin-bottom: 1.15rem;
}

.tva-start-field textarea,
.tva-start-basics-need textarea {
    min-height: 7.25rem;
}

.tva-start-step-actions {
    margin-top: 1.25rem;
}

.tva-start-step-actions .tva-start-primary-button,
.tva-start-publish-form .tva-start-primary-button {
    min-height: 3.35rem;
    padding-inline: 1.35rem;
    letter-spacing: 0.025em;
}

.tva-start-step-reassurance,
.tva-start-platform-note {
    margin: 0.75rem 0 0 !important;
    text-align: center;
}

.tva-start-step-reassurance {
    color: #245e4d !important;
    font-size: 0.86rem;
    font-weight: 800;
}

.tva-start-platform-note {
    color: #737d84 !important;
    font-size: 0.74rem;
}

.tva-start-privacy-note {
    margin: 0.9rem 0 !important;
    padding: 0.75rem 0.85rem;
    border-left: 3px solid var(--start-green);
    background: #f1f9f6;
    color: #315f51 !important;
    font-size: 0.83rem;
}

.tva-start-photo-options {
    display: grid;
    gap: 0.8rem;
}

.tva-start-photo-skip {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.8rem;
    padding: 0.95rem;
    border: 1px solid #cfd6da;
    border-radius: 0.85rem;
    background: #fff;
    color: #26323a;
    cursor: pointer;
    text-align: left;
}

.tva-start-photo-skip:hover {
    border-color: #849099;
    background: #f7f8f8;
}

.tva-start-photo-skip > span:first-child {
    display: grid;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid #bfc7cc;
    border-radius: 50%;
    color: #69747c;
    font-size: 1.1rem;
}

.tva-start-photo-skip-copy {
    display: grid;
    gap: 0.22rem;
}

.tva-start-photo-skip strong {
    font-size: 0.88rem;
    letter-spacing: 0.02em;
}

.tva-start-photo-skip small {
    color: #68727a;
    font-size: 0.78rem;
}

.tva-start-review-heading h2,
.tva-start-verification h2,
.tva-start-success h2 {
    margin: 0;
    color: #15202a;
    font-size: clamp(1.8rem, 6vw, 2.55rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.tva-start-review-intro {
    margin-block: 1rem 1.25rem;
}

.tva-start-publish-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.tva-start-publish-reassurance {
    margin: 0 !important;
    color: #245e4d !important;
    font-size: 0.88rem !important;
    font-weight: 800;
}

.tva-start-verification {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #334149;
}

.tva-start-verification-icon,
.tva-start-success-icon {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #e8f7f1;
    color: #177057;
    font-size: 1.55rem;
    font-weight: 900;
}

.tva-start-verification-subtitle,
.tva-start-success-lead {
    margin: 0.55rem 0 1.1rem !important;
    color: #2e3a42;
    font-size: 1.04rem;
    font-weight: 800;
}

.tva-start-masked-email {
    display: inline-block;
    margin: 0.65rem 0 0 !important;
    padding: 0.55rem 0.75rem;
    border-radius: 0.55rem;
    background: #f1f3f4;
    color: #27333b;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.tva-start-verification-steps,
.tva-start-success-next {
    display: grid;
    gap: 0.55rem;
    margin: 1.25rem 0;
    padding: 0;
    list-style: none;
}

.tva-start-verification-steps li,
.tva-start-success-next li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid #e0e4e6;
    border-radius: 0.7rem;
    background: #fafbfb;
    color: #626d75;
    line-height: 1.4;
}

.tva-start-verification-steps li.is-complete {
    color: #23604d;
}

.tva-start-verification-steps li.is-current {
    border-color: #f2b99f;
    background: #fff6f1;
    color: #8f2b07;
    font-weight: 850;
}

.tva-start-verification-steps span {
    width: 1.15rem;
    color: currentColor;
    font-weight: 900;
    text-align: center;
}

.tva-start-verification-reassurance {
    display: grid;
    gap: 0.25rem;
    margin: 1.2rem 0;
    padding: 0.9rem 1rem;
    border-left: 4px solid var(--start-green);
    border-radius: 0 0.7rem 0.7rem 0;
    background: #eff9f5;
    color: #315f51;
    font-size: 0.86rem;
    line-height: 1.45;
}

.tva-start-verification-actions,
.tva-start-success-actions {
    display: grid;
    gap: 0.7rem;
}

.tva-start-resend-feedback:not(:empty),
.tva-start-resend-cooldown:not(:empty) {
    margin: 0.75rem 0 0;
    color: #315f51;
    font-size: 0.82rem;
    line-height: 1.45;
}

.tva-start-edit-email {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.84rem;
}

.tva-start-success {
    text-align: left;
}

.tva-start-success-control {
    margin: 1rem 0;
    color: #245e4d;
    font-weight: 850;
}

.tva-start-form-shell.tva-start-reminder-shell {
    display: block;
    width: min(46rem, calc(100% - 2rem));
    max-width: 46rem;
    padding: clamp(1.25rem, 4vw, 2.25rem);
    border: 1px solid #dce1e4;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 20px 50px rgba(28, 36, 43, 0.09);
}

.tva-start-form-heading h1[tabindex="-1"]:focus {
    outline: none;
}

body:has(#cookie-banner:not(.cookie-banner-hidden)) .tva-start-page {
    padding-bottom: min(18rem, 42vh);
}

@media (max-width: 47.99rem) {
    body:has(.tva-start-page) #cookie-banner {
        left: 0.55rem;
        right: 0.55rem;
        bottom: 0.55rem;
        gap: 0.3rem;
        padding: 0.5rem;
        border-radius: 0.9rem;
        font-size: 0.7rem;
    }

    body:has(.tva-start-page) #cookie-banner strong {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    body:has(.tva-start-page) #cookie-banner p {
        margin: 0.1rem 0;
        line-height: 1.3;
    }

    body:has(.tva-start-page) #cookie-banner .cookie-banner-actions {
        gap: 0.45rem;
    }

    body:has(.tva-start-page) #cookie-banner .cookie-banner-actions .btn {
        min-height: 2.25rem;
        padding: 0.4rem 0.6rem;
        font-size: 0.72rem;
    }

    body:has(#cookie-banner:not(.cookie-banner-hidden)) .tva-start-page {
        padding-bottom: 11rem;
    }
}

/* Lot 162 — landing éditoriale en trois zones, ancres et responsive final. */
#hero,
#formulaire,
#comment-ca-marche {
    scroll-margin-top: 1.25rem;
}

.tva-start-discovery-hero {
    padding-block: clamp(2.5rem, 7vw, 5.75rem) clamp(2rem, 5vw, 4rem);
    background:
        radial-gradient(circle at 12% 12%, rgba(244, 81, 22, 0.12), transparent 25rem),
        linear-gradient(135deg, #fff9f5 0%, #f1f4f5 78%);
}

.tva-start-discovery-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 1.05fr);
    gap: clamp(2rem, 6vw, 6rem);
}

.tva-start-discovery-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.75rem, 6vw, 5.3rem);
}

.tva-start-discovery-lead {
    max-width: 36rem;
    margin: 1.25rem 0 0;
    color: #34414a;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.55;
}

.tva-start-discovery-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.tva-start-discovery-actions > a {
    min-height: 3.2rem;
    padding: 0.85rem 1.2rem;
    border-radius: 0.7rem;
    font-weight: 900;
    text-decoration: none;
}

.tva-start-discovery-actions .tva-start-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfc9cf;
    background: #fff;
    color: var(--start-ink);
}

.tva-start-discovery-actions .tva-start-secondary-button:hover {
    border-color: var(--start-action);
    color: var(--start-action);
}

.tva-start-discovery-visual {
    aspect-ratio: 1.18 / 1;
    max-height: 34rem;
    border: 1px solid rgba(31, 37, 43, 0.08);
}

.tva-start-discovery-visual img {
    object-position: 37% center;
}

.tva-start-form-section {
    padding-block: clamp(2rem, 5vw, 4rem);
}

.tva-start-form-card {
    padding: clamp(1.25rem, 4vw, 3rem);
}

.tva-start-form-intro {
    max-width: 48rem;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.tva-start-form-intro h2,
.tva-start-section-heading h2,
.tva-start-discovery-details h2,
.tva-start-space-section h2 {
    max-width: 24ch;
    line-height: 1.1;
}

.tva-start-step-reassurance {
    max-width: 42rem;
    margin-top: 0.85rem;
}

.tva-start-platform-note {
    color: var(--start-green);
    font-weight: 800;
}

.tva-start-discovery-details {
    padding-block: clamp(3rem, 7vw, 6rem);
    background: #fff;
}

.tva-start-discovery-card {
    align-self: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-left: 0.35rem solid var(--start-action);
    border-radius: 0.8rem;
    background: var(--start-soft);
}

.tva-start-discovery-card h3 {
    margin: 0 0 0.7rem;
    font-size: 1.15rem;
}

.tva-start-discovery-card p {
    margin: 0;
    color: #34414a;
    line-height: 1.55;
}

.tva-start-how-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tva-start-space-section {
    background: #f7f9fa;
}

.tva-start-space-note {
    margin-top: 1rem;
    color: var(--start-green);
    font-weight: 800;
}

.tva-start-final-cta {
    padding-block: clamp(3rem, 7vw, 5rem);
}

.tva-start-final-cta p {
    max-width: 42rem;
    margin: 0.85rem auto 1.5rem;
    color: #4c5962;
    line-height: 1.55;
}

@media (max-width: 47.99rem) {
    .tva-start-discovery-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tva-start-discovery-copy h1 {
        max-width: 14ch;
        font-size: clamp(2.55rem, 12vw, 4rem);
    }

    .tva-start-discovery-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tva-start-discovery-actions > a {
        width: 100%;
        text-align: center;
    }

    .tva-start-discovery-visual {
        order: 2;
        max-height: 13rem;
    }

    .tva-start-how-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Lot 164 : cadrage utile, hiérarchie CRO et preuves de service. */
.tva-start-discovery-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.tva-start-discovery-actions {
    display: grid;
    max-width: 40rem;
    grid-template-columns: minmax(11rem, 0.72fr) minmax(17rem, 1.28fr);
    align-items: stretch;
    gap: 0.75rem;
}

.tva-start-discovery-actions > a,
.tva-start-discovery-actions > a.tva-start-primary-cta,
.tva-start-discovery-actions > a.tva-start-secondary-button {
    display: inline-flex;
    width: 100%;
    max-width: none;
    min-height: 3.5rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin: 0;
    padding: 0.9rem 1.2rem;
    line-height: 1.2;
    text-align: center;
}

.tva-start-discovery-visual {
    width: min(100%, 34rem);
    aspect-ratio: 1 / 1;
    justify-self: end;
    background: #f4f1ee;
}

.tva-start-discovery-visual img {
    object-position: center;
}

.tva-start-trust-strip {
    padding: clamp(1.25rem, 3vw, 2.5rem) 0 clamp(1.75rem, 4vw, 3rem);
}

.tva-start-trust-grid {
    width: min(88rem, calc(100% - 2rem));
}

.tva-start-trust-item {
    position: relative;
    padding: 1.15rem 1.25rem 1.2rem;
    overflow: hidden;
}

.tva-start-trust-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0.2rem;
    background: linear-gradient(90deg, var(--start-action), #ff8a4c);
    content: "";
}

.tva-start-nowrap {
    white-space: nowrap;
}

.tva-start-discovery-details .tva-start-shell {
    width: min(88rem, calc(100% - 3rem));
}

.tva-start-discovery-details .tva-start-two-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
}

.tva-start-discovery-details h2 {
    max-width: 20ch;
}

.tva-start-discovery-card {
    padding: clamp(1.35rem, 3vw, 2rem);
}

.tva-start-discovery-flow {
    display: grid;
    gap: 0.85rem;
    margin: 1.1rem 0 0;
    padding: 0;
    counter-reset: discovery-flow;
    list-style: none;
}

.tva-start-discovery-flow li {
    position: relative;
    display: grid;
    min-height: 2.75rem;
    align-content: center;
    gap: 0.1rem;
    padding-left: 3.25rem;
    counter-increment: discovery-flow;
}

.tva-start-discovery-flow li::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    color: var(--start-action);
    content: counter(discovery-flow);
    font-weight: 900;
    box-shadow: 0 0 0 1px rgba(196, 55, 8, 0.18);
}

.tva-start-discovery-flow strong {
    color: var(--start-ink);
}

.tva-start-discovery-flow span {
    color: var(--start-muted);
    font-size: 0.92rem;
    line-height: 1.4;
}

.tva-start-proof-section .tva-start-shell {
    width: min(88rem, calc(100% - 3rem));
}

.tva-start-proof-section .tva-start-section-heading {
    max-width: 58rem;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.tva-start-proof-section .tva-start-section-heading > p:last-child {
    max-width: 52rem;
    color: var(--start-muted);
    font-size: 1.04rem;
    line-height: 1.65;
}

.tva-start-proof-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.tva-start-proof-card {
    position: relative;
    display: flex;
    min-height: 17rem;
    grid-column: span 4;
    flex-direction: column;
    padding: clamp(1.35rem, 2.5vw, 1.85rem);
    overflow: hidden;
    border: 1px solid rgba(19, 34, 46, 0.13);
    border-top: 0.3rem solid #1f6feb;
    border-radius: 1rem;
    background: linear-gradient(145deg, #fff 0%, #f7fafc 100%);
    box-shadow: 0 12px 30px rgba(20, 34, 46, 0.06);
}

.tva-start-proof-card-wide {
    min-height: 18rem;
    grid-column: span 6;
    border-top-color: var(--start-action);
    background: linear-gradient(145deg, #fff 0%, #fff7f2 100%);
}

.tva-start-proof-number {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    margin-bottom: 1.25rem;
    border-radius: 0.75rem;
    background: #eaf2ff;
    color: #1256a0;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.tva-start-proof-card-wide .tva-start-proof-number {
    background: #ffe8dc;
    color: var(--start-action);
}

.tva-start-proof-card h3 {
    max-width: 25ch;
    margin: 0;
    color: var(--start-ink);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tva-start-proof-card p {
    margin: 0.85rem 0 0;
    color: var(--start-muted);
    line-height: 1.58;
}

.tva-start-proof-card ul {
    display: grid;
    gap: 0.55rem;
    margin: auto 0 0;
    padding: 1.15rem 0 0;
    list-style: none;
}

.tva-start-proof-card li {
    position: relative;
    padding-left: 1.3rem;
    color: #314553;
    font-size: 0.9rem;
    line-height: 1.45;
}

.tva-start-proof-card li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--start-action);
    content: "✓";
    font-weight: 900;
}

@media (max-width: 63.99rem) {
    .tva-start-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tva-start-proof-card,
    .tva-start-proof-card-wide {
        min-height: 0;
        grid-column: auto;
    }

    .tva-start-proof-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 47.99rem) {
    .tva-start-discovery-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tva-start-discovery-actions {
        max-width: none;
        grid-template-columns: minmax(0, 1fr);
    }

    .tva-start-discovery-visual {
        width: 100%;
        max-height: 11rem;
        aspect-ratio: 1.6 / 1;
        justify-self: stretch;
    }

    .tva-start-discovery-visual img {
        object-position: center 8%;
    }

    .tva-start-trust-strip {
        padding-top: 1.25rem;
    }

    .tva-start-trust-grid,
    .tva-start-discovery-details .tva-start-shell,
    .tva-start-proof-section .tva-start-shell {
        width: min(100% - 1rem, 42rem);
    }

    .tva-start-discovery-details .tva-start-two-columns {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
    }

    .tva-start-proof-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tva-start-proof-card,
    .tva-start-proof-card:last-child {
        grid-column: auto;
    }
}

@media (min-width: 48rem) {
    .tva-start-campaign-benefits {
        display: grid;
    }

    .tva-start-campaign-copy {
        width: 60%;
        padding: 1.6rem 1rem 1.6rem 1.75rem;
    }

    .tva-start-photo-options {
        grid-template-columns: minmax(0, 1.3fr) minmax(12rem, 0.7fr);
        align-items: stretch;
    }

    .tva-start-photo-skip {
        align-self: stretch;
    }

    .tva-start-verification-actions,
    .tva-start-success-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .tva-start-form-section {
        padding-block: 1.5rem 4.5rem;
    }

    .tva-start-form-shell {
        grid-template-columns: minmax(19rem, 0.78fr) minmax(0, 1.22fr);
        gap: clamp(1rem, 2vw, 1.75rem);
    }

    .tva-start-campaign {
        position: sticky;
        top: 1.25rem;
        grid-template-rows: auto clamp(18rem, 27vw, 28rem);
        min-height: 0;
    }

    .tva-start-campaign-copy {
        width: auto;
        padding: clamp(1.6rem, 3vw, 2.4rem);
        background: #fff;
    }

    .tva-start-campaign-kicker {
        font-size: 0.78rem;
    }

    .tva-start-campaign h1 {
        max-width: 14ch;
        font-size: clamp(2rem, 3.25vw, 3.35rem);
    }

    .tva-start-campaign-visual {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: 0;
        max-height: 28rem;
    }

    .tva-start-campaign-visual::before {
        background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 20%);
    }

    .tva-start-campaign-visual img {
        object-position: 27% center;
    }

    .tva-start-campaign-diagonal {
        right: 20%;
        bottom: -12%;
        height: 52%;
    }

    .tva-start-form-card {
        padding: clamp(1.75rem, 3vw, 2.5rem);
    }

    .tva-start-form-card .tva-start-primary-button,
    .tva-start-form-card .tva-start-secondary-button {
        width: auto;
    }

    .tva-start-step-actions .tva-start-primary-button {
        min-width: 15rem;
    }

    .tva-start-verification-actions .tva-start-primary-button,
    .tva-start-verification-actions .tva-start-secondary-button,
    .tva-start-success-actions .tva-start-primary-button,
    .tva-start-success-actions .tva-start-secondary-button {
        width: 100%;
    }
}

@media (max-width: 35.99rem) {
    .site-header.tva-start-site-header .header-inner {
        min-height: 3.9rem;
        padding-inline: 0.75rem;
    }

    .site-header.tva-start-site-header .logo small {
        display: none;
    }

    .tva-start-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .tva-start-form-section {
        padding-top: 0.65rem;
    }

    .tva-start-form-shell {
        width: min(100% - 1rem, 42rem);
        gap: 0.65rem;
    }

    .tva-start-campaign {
        min-height: 9.5rem;
        border-radius: 0.95rem;
    }

    .tva-start-campaign-copy {
        width: 72%;
        padding: 1rem 0.25rem 1rem 1rem;
    }

    .tva-start-campaign-kicker {
        max-width: 22ch;
        margin-bottom: 0.4rem;
        font-size: 0.62rem;
    }

    .tva-start-campaign h1 {
        font-size: clamp(1.25rem, 6vw, 1.65rem);
    }

    .tva-start-campaign-visual {
        top: auto;
        right: 0;
        bottom: 0;
        width: 32%;
        height: 5.25rem;
        opacity: 0.78;
    }

    .tva-start-campaign-visual img {
        object-position: 27% 28%;
    }

    .tva-start-form-card {
        padding: 1.05rem;
        border-radius: 0.95rem;
    }

    .tva-start-progress ol {
        margin-top: 0.7rem;
    }

    .tva-start-progress li small {
        display: none;
    }

    .tva-start-step-number {
        width: 1.9rem;
        min-width: 1.9rem;
        height: 1.9rem;
    }

    .tva-start-review-list dd {
        padding-right: 0;
        padding-top: 1.6rem;
    }

    .tva-start-review-list a {
        right: auto;
        left: 1rem;
    }
}

/* Lot 161 : découverte avant le formulaire, formulaire central, détails après. */
.tva-start-discovery-hero {
    padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.5rem);
    background: linear-gradient(135deg, #fff7f2 0%, #eef1f3 72%);
}

.tva-start-discovery-grid {
    display: grid;
    width: min(88rem, calc(100% - 2rem));
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 1fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
}

.tva-start-discovery-copy h1 {
    max-width: 16ch;
    margin: 0;
    color: #111820;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.tva-start-discovery-points {
    display: grid;
    gap: 0.7rem;
    margin: 1.5rem 0 2rem;
    padding: 0;
    list-style: none;
}

.tva-start-discovery-points li {
    position: relative;
    padding-left: 1.5rem;
    color: #26343d;
    font-weight: 800;
}

.tva-start-discovery-points li::before {
    position: absolute;
    left: 0;
    color: var(--start-orange);
    content: "✓";
    font-weight: 900;
}

.tva-start-discovery-visual {
    min-width: 0;
    /* The source was composed with a copy area on the right. A tighter card
       crops that empty area while keeping the face, hands, plans and diagonal. */
    aspect-ratio: 1.08 / 1;
    overflow: hidden;
    border-radius: 1.25rem;
    box-shadow: 0 20px 50px rgba(28, 36, 43, 0.12);
}

.tva-start-discovery-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 25% center;
}

.tva-start-trust-strip {
    padding: 0 0 clamp(1.5rem, 3vw, 2.5rem);
    background: #eef1f3;
}

.tva-start-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.tva-start-trust-item {
    display: grid;
    gap: 0.35rem;
    min-height: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(19, 34, 46, 0.12);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.82);
}

.tva-start-trust-item strong {
    color: var(--start-ink);
    font-size: 0.96rem;
}

.tva-start-trust-item span {
    color: var(--start-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.tva-start-how-grid {
    align-items: stretch;
}

.tva-start-how-grid li {
    display: flex;
    flex-direction: column;
}

.tva-start-how-grid li p {
    flex: 1;
}

.tva-start-photo-skip {
    position: relative;
    display: flex;
    min-height: 7.5rem;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border: 2px solid var(--start-border);
    border-radius: 0.9rem;
    background: #fff;
    color: var(--start-ink);
    text-align: left;
    cursor: pointer;
}

.tva-start-photo-skip:hover,
.tva-start-photo-skip:focus-visible {
    border-color: var(--start-action);
    box-shadow: 0 0 0 3px rgba(196, 55, 8, 0.16);
}

.tva-start-photo-skip.is-selected,
.tva-start-photo-skip[aria-pressed="true"] {
    border-color: var(--start-action);
    background: #fff7f2;
}

.tva-start-photo-skip-copy {
    display: grid;
    gap: 0.3rem;
}

.tva-start-photo-skip-copy strong {
    font-size: 0.92rem;
    text-transform: none;
}

.tva-start-photo-skip-copy small {
    color: var(--start-muted);
    font-size: 0.82rem;
    line-height: 1.4;
}

.tva-start-form-section .tva-start-form-shell {
    width: min(62rem, calc(100% - 2rem));
    grid-template-columns: minmax(0, 1fr);
}

.tva-start-form-intro {
    margin-bottom: 1.5rem;
}

.tva-start-form-intro h2 {
    margin: 0;
    color: var(--start-ink);
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    letter-spacing: -0.035em;
}

.tva-start-form-intro p:last-child {
    max-width: 48rem;
    margin: 0.65rem 0 0;
    color: var(--start-muted);
}

.tva-start-discovery-details {
    scroll-margin-top: 1.5rem;
}

@media (max-width: 47.99rem) {
    .tva-start-discovery-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
        width: min(100% - 1rem, 42rem);
    }

    .tva-start-discovery-copy h1 {
        max-width: 18ch;
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .tva-start-discovery-visual {
        order: 2;
        max-height: 11rem;
        aspect-ratio: 1.55 / 1;
    }

    .tva-start-trust-grid {
        grid-template-columns: minmax(0, 1fr);
        width: min(100% - 1rem, 42rem);
    }

    .tva-start-how-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Lot 164 : garde-fou de cascade après les styles cumulés des lots précédents. */
.tva-start-discovery-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.tva-start-discovery-visual {
    aspect-ratio: 1 / 1;
}

.tva-start-discovery-visual img {
    object-position: center;
}

.tva-start-trust-strip {
    padding: clamp(1.25rem, 3vw, 2.5rem) 0 clamp(1.75rem, 4vw, 3rem);
}

.tva-start-trust-item {
    padding: 1.15rem 1.25rem 1.2rem;
}

@media (max-width: 47.99rem) {
    .tva-start-discovery-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tva-start-discovery-visual {
        width: min(78%, 18rem);
        aspect-ratio: 1 / 1;
        max-height: none;
        justify-self: center;
    }

    .tva-start-discovery-visual img {
        object-position: center;
    }
}
