:root {
    --red: #96181b;
    --red-dark: #7d1215;
    --ink: #1f2328;
    --muted: #667085;
    --line: #e4e7ec;
    --rose: #fff4f4;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Segoe UI", Arial, sans-serif;
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-feature-settings: "liga";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}

.material-icons::after {
    content: attr(data-icon);
}

[hidden] {
    display: none !important;
}

.need-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #fff, #fafafa);
}

.need-nav {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    display: flex;
    height: 76px;
    justify-content: space-between;
    padding: 0 clamp(20px, 5vw, 76px);
    position: sticky;
    top: 0;
    z-index: 5;
}

.need-brand,
.need-nav a {
    color: inherit;
    text-decoration: none;
}

.need-brand {
    align-items: center;
    color: var(--red);
    display: flex;
    font-size: 24px;
    font-weight: 800;
    gap: 12px;
}

.need-brand img {
    display: block;
    height: 34px;
    object-fit: contain;
    width: 34px;
}

.need-nav-links {
    align-items: center;
    color: var(--muted);
    display: flex;
    font-size: 15px;
    gap: 16px;
}

.need-language-switch {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: inline-flex;
    gap: 4px;
    padding: 4px;
}

.need-language-switch a {
    align-items: center;
    border-radius: 999px;
    color: #667085;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 32px;
    justify-content: center;
    min-width: 42px;
    padding: 0 10px;
}

.need-language-switch a:hover,
.need-language-switch a.is-active {
    background: var(--red);
    color: #fff;
}

.need-nav-cta,
.need-button {
    background: var(--red);
    border: 1px solid var(--red);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(150, 24, 27, .22);
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 750;
    justify-content: center;
    padding: 14px 22px;
    text-decoration: none;
}

.need-nav-cta:hover,
.need-button:hover {
    background: var(--red-dark);
}

.need-button-secondary {
    background: #fff;
    box-shadow: none;
    color: var(--red) !important;
}

.need-button-secondary:hover {
    color: #fff !important;
}

.need-hero {
    align-items: center;
    display: grid;
    gap: clamp(28px, 4vw, 56px);
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    padding: clamp(46px, 7vw, 86px) clamp(20px, 5vw, 76px) 42px;
}

.need-eyebrow {
    background: var(--rose);
    border: 1px solid #f0d0d0;
    border-radius: 999px;
    color: var(--red);
    display: inline-flex;
    font-size: 14px;
    font-weight: 750;
    padding: 8px 14px;
}

.need-hero h1 {
    font-size: 3rem;
    line-height: 1.02;
    margin: 26px 0 22px;
    max-width: 760px;
}

.need-hero p {
    color: #475467;
    font-size: 21px;
    line-height: 1.55;
    margin: 0;
    max-width: 680px;
}

.need-hero-actions {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.need-hero-card,
.need-diagnostic-shell,
.need-main-product,
.need-secondary-products,
.need-contact-summary,
.need-form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(16, 24, 40, .08);
}

.need-hero-card {
    padding: 28px;
}

.need-card-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.need-card-header h2,
.need-result h2,
.need-contact h2 {
    margin: 0;
}

.need-card-header span {
    background: var(--rose);
    border-radius: 999px;
    color: var(--red);
    font-weight: 750;
    padding: 8px 12px;
}

.need-path-item {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 11px;
    display: flex;
    gap: 16px;
    padding: 18px;
}

.need-path-item+.need-path-item {
    margin-top: 16px;
}

.need-path-icon,
.need-option .need-option-icon {
    align-items: center;
    background: var(--rose);
    border: 1px solid #efc6c8;
    border-radius: 50%;
    color: var(--red);
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    position: relative;
    width: 34px;
}

.need-path-item p {
    color: var(--muted);
    font-size: 15px;
    margin: 4px 0 0;
}

.need-trust {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 clamp(20px, 5vw, 76px) 72px;
}

.need-trust article {
    align-items: flex-start;
    background: linear-gradient(180deg, #fff, #fbfffc);
    border: 1px solid #d6eadc;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .06);
    display: flex;
    gap: 14px;
    min-height: 104px;
    padding: 20px;
    transition: border .2s ease, box-shadow .2s ease, transform .2s ease;
}

.need-trust article:hover {
    border-color: #8bd3a3;
    box-shadow: 0 18px 40px rgba(25, 135, 84, .12);
    transform: translateY(-2px);
}

.need-trust strong {
    color: #16251d;
    display: block;
    font-size: 16px;
    margin-top: 2px;
}

.need-trust article div span {
    color: var(--muted);
    display: block;
    line-height: 1.45;
    margin-top: 7px;
}

.need-advantage-check {
    align-items: center;
    background: #e9f8ef;
    border: 1px solid #b7e5c5;
    border-radius: 50%;
    color: #168447;
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.need-diagnostic {
    background: #f5f6f8;
    align-items: flex-start;
    display: flex;
    min-height: calc(100vh - 76px);
    padding: 32px clamp(20px, 5vw, 90px) 24px;
}

.need-diagnostic-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(20px, 2.5vw, 30px);
    width: 100%;
}

.need-progress-row,
.need-step-actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.need-progress-row {
    color: var(--muted);
    font-size: 14px;
    font-weight: 750;
    text-transform: uppercase;
}

.need-progress {
    background: #eceff3;
    border-radius: 999px;
    height: 8px;
    margin: 12px 0 28px;
    overflow: hidden;
}

.need-progress span {
    background: linear-gradient(90deg, var(--red), #b9262b);
    display: block;
    height: 100%;
    transition: width .25s ease;
}

.need-question h2 {
    font-size: clamp(30px, 3.2vw, 42px);
    margin: 0 0 8px;
}

.need-question>p {
    color: var(--muted);
    font-size: 17px;
    margin: 0 0 22px;
}

.need-multiple-note {
    background: #edf7ff;
    border: 1px solid #c8e4ff;
    border-radius: 999px;
    color: #175cd3;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 14px;
    padding: 7px 12px;
}

.need-options {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.need-option {
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 13px;
    min-height: 104px;
    padding: 16px;
    text-align: left;
    transition: border .2s ease, box-shadow .2s ease, transform .2s ease;
}

.need-option:hover,
.need-option.is-selected {
    border-color: var(--red);
    box-shadow: 0 12px 28px rgba(150, 24, 27, .12);
    transform: translateY(-2px);
}

.need-option.is-selected {
    background: #fffafa;
}

.need-option.is-selected .need-option-icon {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.need-option strong {
    display: block;
    font-size: 17px;
    line-height: 1.18;
    margin-bottom: 6px;
}

.need-option span:last-child span {
    color: var(--muted);
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.need-step-actions {
    margin-top: 22px;
}

.need-result,
.need-contact {
    padding: 76px clamp(20px, 7vw, 110px);
}

.need-result-heading {
    margin: 0 auto 34px;
    max-width: 900px;
    text-align: center;
}

.need-result-heading h2 {
    font-size: clamp(34px, 4vw, 48px);
    margin-top: 22px;
}

.need-result-heading p {
    color: #475467;
    font-size: 20px;
    line-height: 1.5;
}

.need-result-grid,
.need-contact {
    display: grid;
    gap: 28px;
    grid-template-columns: 1.1fr .9fr;
}

.need-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 34px;
}

.need-result-recap {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    padding: 24px;
}

.need-recap-heading {
    align-items: center;
    background: #fff7f7;
    border: 1px solid #f1c9ca;
    border-radius: 12px;
    display: flex;
    gap: 14px;
    grid-column: 1 / -1;
    padding: 16px 18px;
}

.need-recap-heading .material-icons {
    align-items: center;
    background: var(--red);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.need-recap-heading strong {
    display: block;
    font-size: 18px;
}

.need-recap-heading p {
    color: var(--muted);
    margin: 4px 0 0;
}

.need-main-product,
.need-secondary-products,
.need-contact-summary,
.need-form {
    padding: 32px;
}

.need-contact-summary {
    align-content: start;
}

.need-contact-summary .need-eyebrow {
    margin-bottom: 14px;
}

.need-contact-edit {
    margin-top: 18px;
}

.need-main-product {
    border-color: #ddb6b7;
}

.need-main-product span {
    color: var(--muted);
    display: block;
    font-size: 13px;
    font-weight: 750;
    text-transform: uppercase;
}

.need-main-product img {
    max-height: 58px;
    max-width: 240px;
    margin-top: 24px;
}

.need-main-product h3 {
    font-size: 38px;
    margin: 18px 0 12px;
}

.need-main-product p,
.need-form p {
    color: #475467;
    font-size: 18px;
    line-height: 1.5;
}

.need-product-link,
.need-recap-item a,
.need-secondary-item a {
    color: var(--red);
    font-weight: 750;
    text-decoration: none;
}

.need-product-link {
    align-items: center;
    display: inline-flex;
    margin-top: 18px;
}

.need-product-link:hover,
.need-recap-item a:hover,
.need-secondary-item a:hover {
    text-decoration: underline;
}

.need-secondary-products h3 {
    margin-top: 0;
}

.need-secondary-item,
.need-recap-item {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 18px 20px;
}

.need-result-recap .need-recap-item {
    align-items: start;
    background: #fbfcfd;
    display: grid;
    column-gap: 14px;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    /* height: 146px; */
    min-width: 0;
}

.need-result-recap .need-recap-item::before {
    align-items: center;
    background: #eef7f1;
    border-radius: 50%;
    color: #198754;
    content: "check";
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Material Icons";
    font-size: 20px;
    grid-column: 1;
    grid-row: 1 / -1;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.need-result-recap .need-recap-item strong,
.need-result-recap .need-recap-item span {
    grid-column: 2;
}

.need-result-recap .need-recap-item strong {
    display: block;
    grid-row: 1;
    line-height: 1.25;
    margin-top: 0;
    overflow: hidden;
}

.need-result-recap .need-recap-item span {
    display: block;
    grid-row: 2;
    line-height: 1.45;
    margin-bottom: 0;
    margin-top: 8px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.need-secondary-item {
    align-items: center;
    display: flex;
    gap: 16px;
}

.need-secondary-item img {
    flex: 0 0 auto;
    max-height: 38px;
    max-width: 128px;
    object-fit: contain;
    width: 50px;
}

.need-secondary-item div {
    min-width: 0;
}

.need-secondary-item+.need-secondary-item,
.need-recap-item+.need-recap-item {
    margin-top: 16px;
}

.need-result-recap .need-recap-item+.need-recap-item {
    margin-top: 0;
}

.need-secondary-item span,
.need-recap-item span {
    color: var(--muted);
    display: block;
    line-height: 1.45;
    margin-top: 7px;
}

.need-recap-item strong {
    display: block;
    line-height: 1.25;
}

.need-recap-programs {
    padding: 20px;
}

.need-recap-products {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.need-recap-product {
    align-items: center;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 10px;
    display: grid;
    gap: 18px;
    grid-template-columns: 132px 1fr;
    padding: 16px 18px;
}

.need-recap-product.is-main {
    background: #fffafa;
    border-color: #f2c9ca;
}

.need-recap-product img {
    display: block;
    max-height: 46px;
    max-width: 120px;
    object-fit: contain;
    width: 100%;
}

.need-recap-product div {
    min-width: 0;
}

.need-recap-product strong {
    display: inline;
}

.need-recap-product span {
    font-size: 15px;
    margin-top: 6px;
}

.need-contact {
    background: #f5f6f8;
}

.need-form-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

.need-form label {
    color: var(--ink);
    display: grid;
    font-weight: 700;
    gap: 8px;
    margin-top: 16px;
}

.need-form input,
.need-form select,
.need-form textarea {
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    font: inherit;
    min-height: 54px;
    padding: 14px 16px;
}

.need-form textarea {
    min-height: 112px;
    resize: vertical;
}

.need-form-trust {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 10px;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin: 18px 0 0;
    padding: 12px 14px;
}

.need-form button {
    margin-top: 24px;
}

.need-form-response {
    color: var(--muted);
    margin-top: 18px;
}

.need-form-response h1 {
    color: var(--red);
    font-size: 24px;
}

.need-form-response p {
    color: #475467;
    line-height: 1.5;
}

.need-shake {
    animation: need-shake .25s linear;
}

@keyframes need-shake {
    0%,
    100% {
        transform: translateX(0);
    }
    33% {
        transform: translateX(-6px);
    }
    66% {
        transform: translateX(6px);
    }
}

@media (max-width: 1120px) {
    .need-options {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-height: 820px) and (min-width: 921px) {
    .need-diagnostic {
        padding-bottom: 16px;
        padding-top: 16px;
    }
    .need-diagnostic-shell {
        padding: 20px 28px;
    }
    .need-progress {
        margin-bottom: 20px;
    }
    .need-question h2 {
        font-size: 34px;
    }
    .need-option {
        min-height: 96px;
        padding: 14px;
    }
    .need-option strong {
        font-size: 16px;
    }
    .need-step-actions {
        margin-top: 18px;
    }
}

@media (max-width: 920px) {
    .need-nav-links {
        gap: 10px;
    }
    .need-nav-cta {
        display: none;
    }
    .need-language-switch a {
        height: 30px;
        min-width: 38px;
    }
    .need-hero,
    .need-result-grid,
    .need-contact {
        grid-template-columns: 1fr;
    }
    .need-trust,
    .need-options,
    .need-form-grid,
    .need-result-recap {
        grid-template-columns: 1fr;
    }
    .need-recap-product {
        align-items: start;
        grid-template-columns: 1fr;
    }
    .need-recap-product img {
        max-width: 150px;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 15px;
    }
    .need-nav {
        height: 64px;
        padding: 0 16px;
    }
    .need-brand {
        font-size: 20px;
        gap: 9px;
    }
    .need-brand img {
        height: 30px;
        width: 30px;
    }
    .need-language-switch a {
        font-size: 12px;
        height: 28px;
        min-width: 34px;
        padding: 0 8px;
    }
    .need-hero {
        padding: 30px 16px 28px;
    }
    .need-hero h1 {
        font-size: 34px;
        line-height: 1.08;
        margin: 18px 0 16px;
    }
    .need-hero p {
        font-size: 17px;
        line-height: 1.45;
    }
    .need-hero-card,
    .need-main-product,
    .need-secondary-products,
    .need-contact-summary,
    .need-form {
        padding: 20px;
    }
    .need-diagnostic {
        min-height: calc(100vh - 64px);
        padding: 14px 12px;
    }
    .need-diagnostic-shell {
        border-radius: 12px;
        padding: 18px;
    }
    .need-progress-row {
        font-size: 12px;
    }
    .need-progress {
        height: 7px;
        margin-bottom: 22px;
    }
    .need-question h2 {
        font-size: 28px;
        line-height: 1.12;
        margin-bottom: 10px;
    }
    .need-question>p {
        font-size: 15px;
        line-height: 1.45;
        margin-bottom: 18px;
    }
    .need-multiple-note {
        font-size: 12px;
        margin-bottom: 12px;
        padding: 6px 10px;
    }
    .need-options {
        gap: 10px;
    }
    .need-option {
        gap: 12px;
        min-height: 90px;
        padding: 14px;
    }
    .need-option .need-option-icon {
        height: 30px;
        width: 30px;
    }
    .need-option .material-icons {
        font-size: 20px;
    }
    .need-option strong {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .need-option span:last-child span {
        font-size: 13px;
        line-height: 1.35;
    }
    .need-step-actions {
        gap: 12px;
        margin-top: 18px;
    }
    .need-button {
        padding: 12px 16px;
    }
    .need-result,
    .need-contact {
        padding: 34px 16px;
    }
    .need-result-heading {
        margin-bottom: 24px;
    }
    .need-result-heading h2 {
        font-size: 30px;
        line-height: 1.12;
    }
    .need-result-heading p,
    .need-main-product p,
    .need-form p {
        font-size: 16px;
        line-height: 1.45;
    }
    .need-main-product h3 {
        font-size: 30px;
    }
    .need-main-product img {
        max-height: 48px;
        max-width: 200px;
    }
    .need-result-recap {
        gap: 10px;
        margin-top: 22px;
        padding: 16px;
    }
    .need-result-recap .need-recap-item {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 14px;
    }
    .need-result-recap .need-recap-item::before {
        font-size: 18px;
        height: 30px;
        width: 30px;
    }
    .need-secondary-item {
        align-items: flex-start;
        gap: 12px;
    }
    .need-secondary-item img {
        max-width: 104px;
    }
}