:root {
    --ink: #10233d;
    --ink-soft: #52647a;
    --paper: #ffffff;
    --surface: #f4f7f8;
    --line: #dce5e7;
    --teal: #087f73;
    --teal-dark: #065f57;
    --green: #18a873;
    --coral: #e9685b;
    --amber: #e7a52e;
    --navy: #0d2945;
    --danger: #b42318;
    --shadow: 0 18px 48px rgba(20, 48, 70, 0.12);
    --font-display: "Manrope", sans-serif;
    --font-body: "Inter", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
}

body,
button,
input,
select,
textarea {
    letter-spacing: 0;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a,
input,
select,
textarea,
summary {
    outline-offset: 3px;
}

:focus-visible {
    outline: 3px solid rgba(231, 165, 46, 0.7);
}

[hidden] {
    display: none !important;
}

.content-shell,
.nav-shell,
.hero-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 30;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 3px 16px rgba(11, 39, 63, 0.05);
}

.nav-shell {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 190px;
}

.brand img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--line);
}

.brand span {
    display: grid;
    line-height: 1.15;
}

.brand strong {
    font: 800 19px var(--font-display);
    color: var(--navy);
}

.brand small {
    margin-top: 4px;
    color: var(--teal);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: auto;
}

.desktop-nav a {
    color: #334b62;
    font-size: 14px;
    font-weight: 600;
}

.desktop-nav a:hover {
    color: var(--teal);
}

.nav-actions,
.hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-button {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    color: var(--navy);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
}

.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    color: #fff;
    background: var(--teal);
    box-shadow: 0 8px 20px rgba(8, 127, 115, 0.2);
}

.button-primary:hover {
    background: var(--teal-dark);
}

.button-secondary {
    color: var(--navy);
    border-color: #cbd8dc;
    background: #fff;
}

.button-secondary:hover {
    border-color: var(--teal);
}

.button-small {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
}

.hero {
    position: relative;
    min-height: min(820px, 84svh);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #eef4f3;
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0 0 0 auto;
    width: 64%;
    height: 100%;
}

.hero-media {
    object-fit: cover;
    object-position: right center;
}

.hero-overlay {
    background: rgba(247, 250, 250, 0.05);
}

.hero-shell {
    position: relative;
    z-index: 1;
    padding-top: 96px;
}

.hero-copy {
    width: min(610px, 52%);
    padding: 42px 0 34px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--teal);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.eyebrow i {
    margin-right: 6px;
}

.hero h1,
.section-heading h2,
.product-band h2,
.verification-intro h2,
.status-layout h2,
.success-panel h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1.08;
}

.hero h1 {
    max-width: 590px;
    color: var(--navy);
    font-size: 58px;
}

.hero-lead {
    margin: 17px 0 5px;
    color: var(--teal);
    font: 700 24px var(--font-display);
}

.hero-support {
    max-width: 610px;
    margin: 0 0 28px;
    color: #41566b;
    font-size: 17px;
}

.hero-actions {
    flex-wrap: wrap;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
    color: #3c5367;
    font-size: 13px;
    font-weight: 600;
}

.hero-trust i {
    margin-right: 5px;
    color: var(--green);
}

.trust-band {
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.trust-grid {
    min-height: 82px;
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    align-items: center;
    gap: 24px;
}

.trust-grid p,
.trust-grid span {
    margin: 0;
}

.trust-grid strong {
    color: var(--navy);
    font-family: var(--font-display);
}

.trust-grid span {
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 600;
}

.trust-grid i {
    color: var(--green);
}

.section {
    padding: 104px 0;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 44px;
}

.section-heading.compact {
    max-width: 720px;
}

.section-heading h2,
.product-band h2,
.verification-intro h2,
.status-layout h2 {
    color: var(--navy);
    font-size: 40px;
}

.section-heading > p:last-child {
    margin: 18px 0 0;
    color: var(--ink-soft);
    font-size: 17px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.benefit {
    min-height: 250px;
    padding: 30px 26px;
    border-right: 1px solid var(--line);
}

.benefit:last-child {
    border-right: 0;
}

.benefit > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    color: var(--teal);
    border: 1px solid #bee3dc;
    border-radius: 8px;
    background: #eaf8f5;
    font-size: 22px;
}

.benefit:nth-child(2) > i {
    color: var(--coral);
    border-color: #f1cdc8;
    background: #fff1ef;
}

.benefit:nth-child(3) > i {
    color: #ba7811;
    border-color: #f0d7aa;
    background: #fff7e7;
}

.benefit:nth-child(4) > i {
    color: #2d5e91;
    border-color: #c7d8ea;
    background: #edf5fb;
}

.benefit h3,
.process-grid h3,
.document-list h3 {
    margin: 0 0 10px;
    color: var(--navy);
    font: 700 18px var(--font-display);
}

.benefit p,
.process-grid p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 14px;
}

.product-band {
    padding: 86px 0;
    color: #dce8ee;
    background: var(--navy);
}

.product-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    align-items: center;
    gap: 76px;
}

.eyebrow-light {
    color: #6cd9c9;
}

.product-band h2 {
    color: #fff;
}

.product-band p {
    color: #bfd0d9;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: var(--teal);
    font-weight: 700;
}

.text-link.light {
    color: #72e0cf;
}

.seller-console {
    padding: 22px;
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: #f7fafb;
    box-shadow: 0 30px 70px rgba(1, 13, 27, 0.3);
}

.console-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
    font-weight: 800;
}

.live-dot {
    color: var(--green);
    font-size: 12px;
}

.live-dot::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    background: var(--green);
}

.console-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 18px 0;
}

.console-kpis div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
}

.console-kpis small,
.console-row small {
    display: block;
    color: #728195;
    font-size: 11px;
}

.console-kpis strong {
    display: block;
    margin-top: 3px;
    color: var(--navy);
    font: 800 24px var(--font-display);
}

.console-row {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px 8px;
    border-top: 1px solid var(--line);
}

.console-row > i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--teal);
    border-radius: 6px;
    background: #e8f6f3;
}

.console-row strong {
    font-size: 13px;
}

.console-row b {
    color: var(--teal);
    font-size: 11px;
}

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-grid::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: #bdd0d4;
}

.process-grid li {
    position: relative;
    padding-top: 70px;
}

.process-grid li > span {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 6px solid #fff;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 1px #bdd0d4;
    font-size: 11px;
    font-weight: 800;
}

.process-grid li:nth-child(2) > span {
    background: var(--coral);
}

.process-grid li:nth-child(3) > span {
    background: var(--amber);
}

.process-grid li:nth-child(4) > span {
    background: var(--navy);
}

.verification-section {
    padding: 104px 0;
    background: var(--surface);
}

.verification-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
    gap: 58px;
}

.verification-intro {
    position: sticky;
    top: 106px;
}

.verification-intro > p:nth-of-type(2) {
    color: var(--ink-soft);
}

.document-list {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid #cfdadd;
}

.document-list p {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 11px;
    margin: 18px 0;
}

.document-list i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--teal);
    border: 1px solid #c6ded9;
    border-radius: 8px;
    background: #fff;
}

.document-list span {
    display: grid;
}

.document-list strong {
    color: var(--navy);
    font-size: 13px;
}

.document-list small {
    color: var(--ink-soft);
}

.privacy-note {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    margin-top: 30px;
    padding: 18px;
    color: #264255;
    border-left: 3px solid var(--teal);
    background: #e5f2f0;
    font-size: 12px;
}

.privacy-note i {
    font-size: 20px;
}

.privacy-note p {
    margin: 0;
}

.application-panel {
    padding: 30px;
    border: 1px solid #d6e0e2;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.form-progress {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    align-items: center;
    margin-bottom: 34px;
}

.progress-step {
    display: grid;
    justify-items: center;
    gap: 5px;
    padding: 0;
    color: #81909e;
    border: 0;
    background: transparent;
}

.progress-step span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    color: #70808e;
    border: 1px solid #c8d4d7;
    border-radius: 50%;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
}

.progress-step small {
    font-size: 10px;
    font-weight: 700;
}

.progress-step.active,
.progress-step.complete {
    color: var(--teal);
}

.progress-step.active span,
.progress-step.complete span {
    color: #fff;
    border-color: var(--teal);
    background: var(--teal);
}

.form-progress > i {
    height: 1px;
    margin: 0 8px 17px;
    background: #d4dee0;
}

.form-step {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.form-step.active {
    display: block;
}

.form-step legend {
    display: grid;
    color: var(--navy);
    font: 800 24px var(--font-display);
}

.form-step legend span {
    margin-bottom: 3px;
    color: var(--teal);
    font: 700 11px var(--font-body);
    text-transform: uppercase;
}

.step-copy {
    margin: 5px 0 25px;
    color: var(--ink-soft);
    font-size: 13px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.field {
    min-width: 0;
    display: grid;
    gap: 7px;
}

.field.full,
.choice.full,
.upload-field.full {
    grid-column: 1 / -1;
}

.field > span {
    color: #2c4355;
    font-size: 12px;
    font-weight: 700;
}

.field b,
.choice b,
.upload-field b {
    color: var(--coral);
}

.field input,
.field select,
.field textarea,
.phone-input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: var(--navy);
    border: 1px solid #cbd7da;
    border-radius: 6px;
    background: #fff;
}

.field textarea {
    min-height: 92px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.phone-input:focus-within {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(8, 127, 115, 0.12);
    outline: 0;
}

.field input.invalid,
.field select.invalid,
.field textarea.invalid,
.choice.invalid,
.upload-field.invalid {
    border-color: var(--danger);
}

.phone-input {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
}

.phone-input > span {
    align-self: stretch;
    display: grid;
    place-items: center;
    padding: 0 11px;
    color: #496072;
    border-right: 1px solid #d2dcdf;
    background: #f3f6f7;
    font-size: 13px;
    font-weight: 700;
}

.phone-input input {
    min-height: 44px;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.choice {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px;
    border: 1px solid #d5dfe1;
    border-radius: 6px;
    background: #fafcfc;
}

.choice input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin: 2px 0 0;
    accent-color: var(--teal);
}

.choice span {
    display: grid;
}

.choice strong {
    color: #2a4052;
    font-size: 12px;
}

.choice small {
    margin-top: 3px;
    color: var(--ink-soft);
}

.upload-field {
    min-height: 76px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px dashed #9db6b9;
    border-radius: 6px;
    background: #f9fcfc;
    cursor: pointer;
}

.upload-field input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.upload-field > i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--teal);
    border-radius: 6px;
    background: #e8f6f3;
    font-size: 20px;
}

.upload-field span {
    min-width: 0;
    display: grid;
}

.upload-field strong {
    color: #2b4254;
    font-size: 12px;
}

.upload-field small {
    color: var(--ink-soft);
    overflow-wrap: anywhere;
}

.upload-field em {
    color: var(--teal);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.upload-field.has-file {
    border-style: solid;
    border-color: var(--green);
    background: #f0fbf6;
}

.consent-stack {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.review-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.review-item {
    min-width: 0;
    padding: 12px;
    border: 1px solid #dbe4e6;
    border-radius: 6px;
    background: #f8fafb;
}

.review-item small {
    display: block;
    color: #788794;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.review-item strong {
    display: block;
    margin-top: 3px;
    color: var(--navy);
    font-size: 12px;
    overflow-wrap: anywhere;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.form-message {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 13px;
}

.form-message.error {
    color: #8b1d16;
    border: 1px solid #f1b7b1;
    background: #fff0ee;
}

.honeypot {
    position: absolute !important;
    left: -10000px !important;
}

.success-panel {
    padding: 30px 14px 14px;
    text-align: center;
}

.success-panel > i {
    color: var(--green);
    font-size: 56px;
}

.success-panel h2 {
    margin: 8px auto 22px;
    max-width: 620px;
    font-size: 31px;
}

.success-panel > p {
    color: var(--ink-soft);
}

.success-panel > strong {
    display: block;
    margin: 5px 0 22px;
    color: var(--teal);
    font: 800 26px var(--font-display);
}

.success-panel > div {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.status-section {
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.status-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 70px;
}

.status-layout > div > p:last-child {
    color: var(--ink-soft);
}

.status-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
    gap: 12px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.status-result {
    grid-column: 1 / -1;
    padding: 14px;
    border-left: 3px solid var(--teal);
    background: #e9f6f3;
    font-size: 13px;
}

.status-result.error {
    border-color: var(--danger);
    background: #fff0ee;
}

.faq-section {
    background: var(--surface);
}

.faq-list {
    border-top: 1px solid #cfdadd;
}

.faq-list details {
    border-bottom: 1px solid #cfdadd;
}

.faq-list summary {
    position: relative;
    padding: 24px 42px 24px 0;
    color: var(--navy);
    font: 700 16px var(--font-display);
    cursor: pointer;
    list-style: none;
}

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

.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 6px;
    color: var(--teal);
    font-size: 24px;
}

.faq-list details[open] summary::after {
    content: "-";
}

.faq-list details p {
    max-width: 840px;
    margin: -8px 0 24px;
    color: var(--ink-soft);
}

footer {
    padding: 38px 0;
    color: #aabcc8;
    background: #081d31;
}

.footer-grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 34px;
}

.footer-brand strong {
    color: #fff;
}

.footer-brand small {
    color: #71d9c9;
}

.footer-grid p {
    margin: 0;
    font-size: 13px;
}

.footer-grid > div:last-child {
    display: grid;
    justify-items: end;
    gap: 3px;
    font-size: 13px;
}

.mobile-cta {
    display: none;
}

@media (max-width: 980px) {
    .desktop-nav {
        display: none;
    }

    .hero {
        min-height: 760px;
    }

    .hero-media {
        width: 72%;
        object-position: 62% center;
    }

    .hero-overlay { width: 72%; background: rgba(247, 250, 250, 0.1); }

    .hero-copy {
        width: 66%;
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
        padding: 20px 0;
    }

    .trust-grid p {
        grid-column: 1 / -1;
    }

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

    .benefit:nth-child(2) {
        border-right: 0;
    }

    .benefit:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .product-layout,
    .verification-layout,
    .status-layout {
        grid-template-columns: 1fr;
    }

    .product-layout {
        gap: 44px;
    }

    .verification-intro {
        position: static;
    }

    .status-layout {
        gap: 28px;
    }

    .status-form {
        grid-template-columns: 1fr 1fr;
    }

    .status-form .button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    body {
        padding-bottom: 64px;
    }

    .content-shell,
    .nav-shell,
    .hero-shell {
        width: min(100% - 28px, 1180px);
    }

    .site-header {
        position: absolute;
    }

    .nav-shell {
        min-height: 66px;
    }

    .brand {
        min-width: 0;
    }

    .brand img {
        width: 38px;
        height: 38px;
    }

    .brand strong {
        font-size: 17px;
    }

    .nav-actions .icon-button,
    .nav-actions .button {
        display: none;
    }

    .hero {
        min-height: 760px;
        align-items: flex-end;
    }

    .hero-media {
        inset: 66px 0 auto;
        width: 100%;
        height: 210px;
        object-position: 70% 32%;
    }

    .hero-overlay { inset: 66px 0 auto; width: 100%; height: 210px; background: rgba(247, 250, 250, 0.08); }

    .hero-shell {
        padding-top: 278px;
    }

    .hero-copy {
        width: 100%;
        padding: 10px 0 12px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .hero-lead {
        font-size: 20px;
    }

    .hero-support {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .hero-trust {
        display: grid;
        gap: 7px;
        margin-top: 14px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .trust-grid p {
        grid-column: auto;
    }

    .section,
    .verification-section {
        padding: 72px 0;
    }

    .section-heading h2,
    .product-band h2,
    .verification-intro h2,
    .status-layout h2 {
        font-size: 31px;
    }

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

    .benefit {
        min-height: 0;
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .benefit:last-child {
        border-bottom: 0;
    }

    .benefit > i {
        margin-bottom: 17px;
    }

    .product-band {
        padding: 70px 0;
    }

    .seller-console {
        padding: 14px;
    }

    .console-kpis {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px;
    }

    .console-kpis div {
        padding: 9px 7px;
    }

    .console-kpis strong {
        font-size: 19px;
    }

    .console-row {
        grid-template-columns: 34px 1fr;
    }

    .console-row b {
        display: none;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .process-grid::before {
        top: 0;
        bottom: 0;
        left: 23px;
        width: 1px;
        height: auto;
    }

    .process-grid li {
        min-height: 82px;
        padding: 0 0 0 72px;
    }

    .application-panel {
        padding: 20px 14px;
    }

    .form-progress {
        margin-bottom: 27px;
    }

    .progress-step small {
        display: none;
    }

    .form-progress > i {
        margin-bottom: 0;
    }

    .form-grid,
    .review-summary,
    .status-form {
        grid-template-columns: 1fr;
    }

    .field.full,
    .choice.full,
    .upload-field.full {
        grid-column: auto;
    }

    .upload-field {
        grid-template-columns: 38px 1fr;
    }

    .upload-field em {
        display: none;
    }

    .form-actions,
    .success-panel > div {
        display: grid;
        grid-template-columns: 1fr;
    }

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

    .status-form .button,
    .status-result {
        grid-column: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-grid > div:last-child {
        justify-items: start;
    }

    .mobile-cta {
        position: fixed;
        right: 12px;
        bottom: 10px;
        left: 12px;
        z-index: 40;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #fff;
        border-radius: 8px;
        background: var(--teal);
        box-shadow: 0 12px 32px rgba(5, 65, 59, 0.28);
        font-weight: 800;
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .mobile-cta.is-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(calc(100% + 20px));
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #applicationSuccess,
    #applicationSuccess * {
        visibility: visible;
    }

    #applicationSuccess {
        position: absolute;
        inset: 0;
        display: block !important;
        padding: 50px;
    }

    #applicationSuccess > div {
        display: none;
    }
}
