.home-page {
    --home-ink: #0f172a;
    --home-muted: #64748b;
    --home-line: #dbe4ef;
    --home-soft: #e8f1ff;
    color: var(--home-ink);
    overflow: hidden;
}

.home-hero {
    background:
        radial-gradient(circle at 88% 8%, rgba(13, 110, 253, 0.14), transparent 28rem),
        radial-gradient(circle at 8% 92%, rgba(25, 135, 84, 0.07), transparent 24rem);
}

.home-hero h1,
.home-section-heading h2,
.home-cost-section h2,
.home-final-card h2 {
    letter-spacing: -0.042em;
}

.home-kicker {
    display: block;
    margin-bottom: 0.6rem;
    color: #0d6efd;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-window-wrap {
    position: relative;
    isolation: isolate;
    padding: 1.25rem;
}

.home-window-wrap::before,
.home-window-wrap::after {
    position: absolute;
    z-index: -1;
    width: 11rem;
    height: 11rem;
    content: "";
    filter: blur(0.25rem);
    opacity: 0.72;
    border-radius: 50%;
}

.home-window-wrap::before {
    top: -1.5rem;
    right: -0.5rem;
    background: rgba(13, 110, 253, 0.14);
}

.home-window-wrap::after {
    bottom: -1rem;
    left: -1.25rem;
    background: rgba(255, 193, 7, 0.13);
}

.home-panel-window,
.home-cost-window {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 1rem;
    box-shadow: 0 1.4rem 3.2rem rgba(15, 23, 42, 0.14);
    transition: transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 350ms ease;
}

.home-panel-window {
    position: relative;
    z-index: 1;
    transform: perspective(1200px) rotateY(-2.5deg) rotateX(1deg);
}

.home-panel-window:hover,
.home-panel-window:focus-within,
.home-cost-window:hover,
.home-cost-window:focus-within {
    transform: perspective(1200px) rotateY(0) rotateX(0) translateY(-0.2rem);
    box-shadow: 0 1.8rem 3.8rem rgba(15, 23, 42, 0.17);
}

.home-window-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.25rem;
    padding: 0.85rem 1rem;
    background: #f8fafc;
    border-bottom: 1px solid var(--home-line);
}

.home-window-dots {
    display: flex;
    gap: 0.4rem;
}

.home-window-dots span {
    width: 0.65rem;
    height: 0.65rem;
    background: #dc3545;
    border-radius: 50%;
}

.home-window-dots span:nth-child(2) { background: #ffc107; }
.home-window-dots span:nth-child(3) { background: #198754; }

.home-panel-table {
    border-top: 1px solid var(--home-line);
}

.home-panel-table thead th {
    padding: 0.8rem 1rem;
    color: var(--home-muted);
    background: #f8fafc;
    border-bottom-color: var(--home-line);
    font-size: 0.72rem;
    font-weight: 750;
    white-space: nowrap;
}

.home-panel-table tbody td {
    padding: 0.85rem 1rem;
    border-bottom-color: #eef2f7;
    font-size: 0.78rem;
    white-space: nowrap;
}

.home-panel-table tbody tr:last-child td {
    border-bottom: 0;
}

.home-panel-table td:first-child strong,
.home-panel-table td:first-child small {
    display: block;
}

.home-panel-table td:first-child small {
    max-width: 10.5rem;
    overflow: hidden;
    margin-top: 0.15rem;
    color: var(--home-muted);
    font-size: 0.68rem;
    text-overflow: ellipsis;
}

.home-proof-strip {
    background: #fff;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.home-proof-item {
    display: grid;
    grid-template-columns: 1.25rem auto;
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 4rem;
    padding: 1rem 1.35rem;
    text-align: left;
}

.home-proof-item > i {
    color: #0d6efd;
    text-align: center;
}

.home-proof-strip .col-lg-4 + .col-lg-4 {
    border-left: 1px solid var(--home-line);
}

.home-section-heading {
    max-width: 54rem;
}

.home-outcomes-section,
.home-features-section,
.home-security-section {
    background: #fff;
}

.home-path-section,
.home-sectors-section,
.home-faq-final-section {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.home-outcomes-section {
    background:
        radial-gradient(circle at 92% 10%, rgba(13, 110, 253, 0.09), transparent 24rem),
        #fff;
}

.home-context-link {
    display: inline-flex;
    align-items: center;
    color: #0d6efd;
    font-weight: 750;
    text-decoration: none;
    text-underline-offset: 0.2rem;
}

.home-context-link:hover,
.home-context-link:focus-visible {
    text-decoration: underline;
}

.home-outcome-card {
    height: 100%;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 1rem;
    box-shadow: 0 0.7rem 1.8rem rgba(15, 23, 42, 0.06);
}

.home-outcome-side {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
}

.home-outcome-side .home-card-icon {
    width: 2.65rem;
    height: 2.65rem;
    margin: 0;
}

.home-outcome-side small {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--home-muted);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.home-outcome-side h3 {
    margin-bottom: 0.25rem;
}

.home-outcome-side p {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.9rem;
}

.home-outcome-side.is-result .home-card-icon {
    color: #198754;
    background: rgba(25, 135, 84, 0.1);
}

.home-outcome-arrow {
    display: block;
    margin: 0.55rem 0 0.55rem 0.85rem;
    color: #0d6efd;
    font-size: 1.1rem;
}

.home-content-card,
.home-step-card,
.home-sector-card {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 1rem;
    box-shadow: 0 0.7rem 1.8rem rgba(15, 23, 42, 0.06);
    transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.home-content-card,
.home-sector-card {
    min-height: 11rem;
    padding: 1.25rem;
}

.home-content-card:hover,
.home-content-card:focus-within,
.home-step-card:hover,
.home-step-card:focus-within,
.home-sector-card:hover,
.home-sector-card:focus-within {
    transform: translateY(-0.18rem);
    border-color: rgba(13, 110, 253, 0.3);
    box-shadow: 0 1.2rem 2.5rem rgba(15, 23, 42, 0.1);
}

.home-card-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-bottom: 1rem;
    color: #0d6efd;
    background: var(--home-soft);
    border-radius: 0.85rem;
    font-size: 1.25rem;
}

.home-card-number {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    color: #dbe4ef;
    font-size: 1.15rem;
    font-weight: 900;
}

.home-step-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    min-height: 9.5rem;
    padding: 1.15rem;
}

.home-step-card .home-card-icon {
    display: none;
}

.home-step-number {
    width: 2.1rem;
    height: 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    background: #fff;
    border: 1px solid rgba(13, 110, 253, 0.28);
    border-radius: 50%;
    font-weight: 850;
}

.home-situation-card {
    position: relative;
    display: grid;
    grid-template-columns: 2.85rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 1rem;
    row-gap: 0.2rem;
    align-content: center;
    width: 100%;
    height: 100%;
    min-height: 7.35rem;
    padding: 1rem 3.35rem 1rem 1rem;
    color: var(--home-ink);
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 1.1rem;
    text-align: left;
    box-shadow: 0 0.65rem 1.6rem rgba(15, 23, 42, 0.055);
    transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
}

.home-situation-card::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.45rem;
    height: 1.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    content: "";
    font-size: 0.78rem;
    font-weight: 900;
    transform: translateY(-50%);
}

.home-situation-card strong,
.home-situation-card > span:last-child {
    display: block;
    grid-column: 2;
}

.home-situation-card strong {
    align-self: end;
    font-size: 1.05rem;
    line-height: 1.28;
}

.home-situation-card > span:last-child {
    align-self: start;
    color: var(--home-muted);
    font-size: 0.9rem;
    line-height: 1.4;
}

.home-situation-card .home-card-icon {
    grid-row: 1 / span 2;
    width: 2.85rem;
    height: 2.85rem;
    margin: 0;
    border-radius: 0.9rem;
}

.home-selector-panel {
    max-width: 72rem;
    padding: clamp(1.25rem, 3vw, 2.35rem);
    margin-inline: auto;
    background:
        radial-gradient(circle at 94% 4%, rgba(13, 110, 253, 0.095), transparent 19rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 1.55rem;
    box-shadow: 0 1.35rem 3.5rem rgba(15, 23, 42, 0.08);
}

.home-selector-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: end;
}

.home-selector-intro .home-kicker {
    display: inline-flex;
    padding: 0.35rem 0.75rem;
    margin-bottom: 0.8rem;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.13);
    border-radius: 999px;
}

.home-selector-intro h3 {
    letter-spacing: -0.035em;
}

.home-selector-intro > p {
    max-width: 27rem;
    justify-self: end;
    line-height: 1.65;
}

.home-selector-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(18.5rem, 0.85fr);
    gap: 1rem;
    align-items: stretch;
}

.home-situation-grid {
    align-content: stretch;
}

.home-situation-grid > div {
    display: flex;
}

.home-situation-card:hover,
.home-situation-card:focus-visible {
    transform: translateY(-0.12rem);
    border-color: rgba(13, 110, 253, 0.35);
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.09);
    outline: 0;
}

.home-situation-card.is-active {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.095), rgba(255, 255, 255, 0.95));
    border: 2px solid rgba(13, 110, 253, 0.62);
    box-shadow: 0 0.95rem 2.1rem rgba(13, 110, 253, 0.13);
}

.home-situation-card.is-active::after {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
    content: "\2713";
}

.home-situation-card.is-active .home-card-icon {
    color: #fff;
    background: #0d6efd;
}

.home-selector-side {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1rem;
}

.home-situation-result {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    min-height: 15.7rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.35rem;
    color: #fff;
    background:
        radial-gradient(circle at 5% 0%, rgba(96, 165, 250, 0.28), transparent 10rem),
        radial-gradient(circle at 100% 100%, rgba(59, 130, 246, 0.13), transparent 12rem),
        #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.72);
    border-radius: 1.1rem;
    box-shadow: 0 0.8rem 1.8rem rgba(15, 23, 42, 0.14);
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.home-situation-result:hover {
    color: #fff;
    transform: translateY(-0.12rem);
    box-shadow: 0 1rem 2.2rem rgba(15, 23, 42, 0.2);
}

.home-situation-result:focus-visible {
    color: #fff;
    outline: 3px solid rgba(13, 110, 253, 0.72);
    outline-offset: 3px;
}

.home-situation-result:hover .home-situation-result__icon,
.home-situation-result:focus-visible .home-situation-result__icon,
.home-situation-result:hover .home-situation-result__action i,
.home-situation-result:focus-visible .home-situation-result__action i {
    transform: translateX(0.14rem);
}

.home-situation-result__icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.85rem;
    font-size: 1.1rem;
    transition: transform 180ms ease;
}

.home-situation-result__type {
    position: absolute;
    top: 1.35rem;
    right: 1.35rem;
    padding: 0.3rem 0.55rem;
    color: #bfdbfe;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
}

.home-situation-result__copy {
    display: block;
    margin-top: 1rem;
}

.home-situation-result__copy small,
.home-situation-result__copy strong {
    display: block;
}

.home-situation-result__copy small {
    margin-bottom: 0.35rem;
    color: #93c5fd;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-situation-result__copy strong {
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.38;
}

.home-situation-result__hint {
    display: block;
    margin-top: 0.55rem;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.78rem;
    line-height: 1.5;
}

.home-situation-result__action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.9rem;
    margin-top: auto;
    color: #bfdbfe;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
    font-weight: 800;
}

.home-situation-result__action i {
    transition: transform 180ms ease;
}

.home-selector-actions {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid var(--home-line);
}

.home-selector-actions__context {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    text-align: right;
}

.home-selector-actions__context > span {
    color: var(--home-muted);
    font-size: 0.75rem;
    line-height: 1.4;
}

.home-selector-actions .conversion-context-link {
    flex: 0 0 auto;
    font-size: 0.9rem;
}

.home-selector-actions .conversion-call-cta[hidden] {
    display: none !important;
}

.home-situation-result.is-updating {
    transform: translateY(-0.1rem);
    background:
        radial-gradient(circle at 8% 0%, rgba(96, 165, 250, 0.34), transparent 9rem),
        #16233a;
}

.home-feature-card {
    min-height: 10rem;
}

.home-cost-section {
    background:
        radial-gradient(circle at 86% 18%, rgba(255, 193, 7, 0.12), transparent 22rem),
        #fff;
}

.home-check-list {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-check-list li {
    position: relative;
    padding: 1rem 0 1rem 1.8rem;
    border-top: 1px solid var(--home-line);
}

.home-check-list li:last-child {
    border-bottom: 1px solid var(--home-line);
}

.home-check-list li::before {
    content: "\2713";
    position: absolute;
    left: 0.25rem;
    color: #198754;
    font-weight: 900;
}

.home-cost-formula {
    display: grid;
    gap: 0.55rem;
    padding: 1.35rem;
    color: #334155;
    background: #f8fafc;
    border: 1px solid var(--home-line);
    border-radius: 0.9rem;
    text-align: center;
    font-weight: 750;
}

.home-cost-formula i {
    color: #0d6efd;
    font-size: 1.1rem;
}

.home-sector-card {
    --home-sector-accent: #0d6efd;
    --home-sector-soft: #e8f1ff;
    display: flex;
    flex-direction: column;
    min-height: 12rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--home-sector-accent) 12%, transparent), transparent 8.5rem),
        linear-gradient(145deg, #fff 58%, var(--home-sector-soft) 145%);
    border-color: color-mix(in srgb, var(--home-sector-accent) 20%, var(--home-line));
}

.home-sector-card::before {
    position: absolute;
    top: 0;
    right: 1.15rem;
    left: 1.15rem;
    height: 0.22rem;
    background: var(--home-sector-accent);
    border-radius: 0 0 0.35rem 0.35rem;
    content: "";
}

.home-sector-card--green { --home-sector-accent: #198754; --home-sector-soft: #e8f7ef; }
.home-sector-card--violet { --home-sector-accent: #6f42c1; --home-sector-soft: #f0eafd; }
.home-sector-card--orange { --home-sector-accent: #b45309; --home-sector-soft: #fff4df; }
.home-sector-card--cyan { --home-sector-accent: #087990; --home-sector-soft: #e7f8fb; }
.home-sector-card--navy { --home-sector-accent: #334155; --home-sector-soft: #edf1f5; }

.home-sector-card .home-card-icon {
    color: var(--home-sector-accent);
    background: var(--home-sector-soft);
    border-color: color-mix(in srgb, var(--home-sector-accent) 18%, transparent);
    box-shadow: 0 0.55rem 1.2rem color-mix(in srgb, var(--home-sector-accent) 11%, transparent);
}

.home-sector-card h3 {
    margin-top: 1rem;
}

.home-sector-card p {
    line-height: 1.55;
}

.home-sector-card .stretched-link {
    align-self: flex-start;
    margin-top: auto;
    color: var(--home-sector-accent);
}

.home-sector-card:hover,
.home-sector-card:focus-within {
    border-color: color-mix(in srgb, var(--home-sector-accent) 52%, var(--home-line));
    box-shadow: 0 1.2rem 2.5rem color-mix(in srgb, var(--home-sector-accent) 15%, transparent);
}

.home-sectors-section {
    background:
        radial-gradient(circle at 8% 18%, rgba(13, 110, 253, 0.07), transparent 21rem),
        radial-gradient(circle at 92% 82%, rgba(111, 66, 193, 0.07), transparent 23rem),
        #f8fafc;
}

.home-security-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.home-security-flow article {
    min-height: 12rem;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 0.7rem 1.8rem rgba(15, 23, 42, 0.06);
    transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.home-security-flow article:hover {
    transform: translateY(-0.18rem);
    border-color: rgba(13, 110, 253, 0.3);
    box-shadow: 0 1.1rem 2.3rem rgba(15, 23, 42, 0.1);
}

.home-security-flow article .home-card-icon {
    margin: 0 auto 1rem;
}

.home-security-flow article p {
    margin-bottom: 0;
    color: var(--home-muted);
}

.home-flow-arrow {
    color: #0d6efd;
    font-size: 1.35rem;
}

.home-trust-facts article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.2rem 0.7rem;
    height: 100%;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid var(--home-line);
    border-radius: 0.85rem;
}

.home-trust-facts article > i {
    grid-row: 1 / 3;
    color: #0d6efd;
    font-size: 1.25rem;
}

.home-trust-facts article strong,
.home-trust-facts article span {
    display: block;
}

.home-trust-facts article span {
    color: var(--home-muted);
    font-size: 0.82rem;
}

.home-trust-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.5rem;
}

.home-trust-links a {
    color: #0d6efd;
    font-weight: 750;
    text-underline-offset: 0.2rem;
}

.home-faq {
    max-width: 60rem;
}

.home-faq .accordion-item {
    margin-bottom: 0.8rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 0.9rem;
}

.home-faq .accordion-button {
    padding: 1.15rem 1.25rem;
    color: var(--home-ink);
    background: #fff;
    font-weight: 750;
    box-shadow: none;
}

.home-faq .accordion-button:not(.collapsed) {
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.045);
}

.home-faq .accordion-body {
    padding: 0 1.25rem 1.25rem;
    color: var(--home-muted);
    line-height: 1.65;
}

.home-final-card {
    padding: clamp(2.2rem, 6vw, 4.8rem) clamp(1.2rem, 5vw, 4rem);
    background:
        radial-gradient(circle at 8% 15%, rgba(255, 193, 7, 0.14), transparent 18rem),
        radial-gradient(circle at 92% 85%, rgba(13, 110, 253, 0.13), transparent 22rem),
        #f8fbff;
    border: 1px solid rgba(13, 110, 253, 0.13);
    border-radius: 1.5rem;
}

.home-final-card > p {
    max-width: 50rem;
}

.home-reveal-awaiting {
    opacity: 0.94;
    transform: translateY(0.5rem);
}

.home-reveal-awaiting.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 360ms ease, transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (max-width: 991.98px) {
    .home-panel-window {
        transform: none;
    }

    .home-security-flow {
        grid-template-columns: 1fr;
    }

    .home-flow-arrow {
        transform: rotate(90deg);
        text-align: center;
    }

    .home-proof-strip .col-lg-4 + .col-lg-4 {
        border-top: 1px solid var(--home-line);
        border-left: 0;
    }

    .home-proof-item {
        grid-template-columns: 1.25rem minmax(0, 1fr);
        justify-content: stretch;
    }

    .home-selector-intro {
        grid-template-columns: 1fr;
    }

    .home-selector-intro > p {
        max-width: 42rem;
        justify-self: start;
    }

    .home-selector-layout {
        grid-template-columns: 1fr;
    }

    .home-selector-side {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
    }

    .home-situation-result {
        min-height: 12.5rem;
    }
}

@media (max-width: 767.98px) {
    .home-page > section.py-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .home-proof-item {
        min-height: 3.85rem;
        padding: 0.9rem 1.35rem;
    }

    .home-panel-table th:nth-child(3),
    .home-panel-table td:nth-child(3) {
        display: none;
    }

    .home-reveal-awaiting,
    .home-reveal-awaiting.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .home-selector-side {
        grid-template-columns: 1fr;
    }

    .home-situation-result {
        min-height: 13rem;
    }

    .home-selector-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-selector-actions__context {
        justify-content: space-between;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .home-selector-panel {
        padding: 1rem;
        border-radius: 1.25rem;
    }

    .home-selector-intro h3 {
        font-size: 1.55rem;
    }

    .home-selector-intro {
        margin-bottom: 1rem !important;
    }

    .home-situation-grid {
        --bs-gutter-y: 0.7rem;
    }

    .home-situation-card {
        grid-template-columns: 2.35rem minmax(0, 1fr);
        column-gap: 0.7rem;
        min-height: 5.9rem;
        padding: 0.75rem 2.7rem 0.75rem 0.75rem;
    }

    .home-situation-card::after {
        right: 0.75rem;
    }

    .home-situation-card .home-card-icon {
        width: 2.35rem;
        height: 2.35rem;
        font-size: 1.05rem;
    }

    .home-situation-card strong {
        font-size: 0.94rem;
    }

    .home-situation-card > span:last-child {
        font-size: 0.82rem;
    }

    .home-situation-result {
        min-height: 13.2rem;
        padding: 1rem;
    }

    .home-situation-result__icon {
        width: 2.6rem;
        height: 2.6rem;
    }

    .home-situation-result__type {
        top: 1rem;
        right: 1rem;
    }

    .home-situation-result__copy strong {
        font-size: 0.93rem;
    }

    .home-selector-actions {
        padding: 0.85rem 0 0;
    }

    .home-selector-actions .conversion-call-cta,
    .home-selector-actions .conversion-call-cta .btn {
        width: 100%;
    }

    .home-selector-actions__context {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }

    .home-window-wrap {
        padding: 0.7rem 0;
    }

    .home-window-wrap::before,
    .home-window-wrap::after {
        width: 8rem;
        height: 8rem;
    }

    .home-proof-item {
        min-height: 4.8rem;
    }

    .home-panel-window > .p-4 {
        padding: 1rem !important;
    }

    .home-panel-table th:nth-child(5),
    .home-panel-table td:nth-child(5) {
        display: none;
    }

    .home-panel-table thead th,
    .home-panel-table tbody td {
        padding: 0.65rem 0.75rem;
        font-size: 0.7rem;
    }

    .home-panel-table td:first-child small {
        max-width: 8.75rem;
        font-size: 0.61rem;
    }
}

@media (max-width: 374.98px) {
    .home-panel-table thead th,
    .home-panel-table tbody td {
        padding: 0.55rem 0.5rem;
        font-size: 0.66rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-panel-window,
    .home-cost-window,
    .home-content-card,
    .home-step-card,
    .home-situation-card,
    .home-situation-result,
    .home-situation-result__icon,
    .home-situation-result__action i,
    .home-sector-card,
    .home-security-flow article,
    .home-reveal-awaiting,
    .home-reveal-awaiting.is-visible {
        transform: none !important;
        transition: none !important;
    }
}
