.ni-quick-sale-page {
    background: #fcfcfc;
    color: #373943;
}

.qs-container {
    margin-inline: auto;
    width: min(calc(100% - 40px), 1180px);
}

.qs-section {
    padding-block: clamp(72px, 9vw, 118px);
}

.qs-eyebrow {
    color: #14839a;
    font-size: .9rem;
    margin-bottom: 14px;
}

.qs-hero {
    background:
        radial-gradient(circle at 88% 10%, rgb(31 180 209 / 30%), transparent 31%),
        linear-gradient(135deg, #001e60 0%, #052d78 100%);
    color: #fff;
    padding-block: clamp(62px, 8vw, 110px);
}

.qs-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(44px, 8vw, 98px);
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
}

.qs-hero-grid > *,
.qs-principle-grid > *,
.qs-form-layout > * {
    min-width: 0;
}

.qs-back {
    color: rgb(255 255 255 / 80%);
    display: inline-block;
    margin-bottom: 42px;
    text-decoration: none;
}

.qs-back:hover {
    color: #72d8ea;
}

.qs-hero .qs-eyebrow {
    color: #72d8ea;
}

.qs-hero h1 {
    font-size: clamp(2.55rem, 5.8vw, 4.8rem);
}

.qs-lead {
    color: rgb(255 255 255 / 86%);
    font-size: clamp(1.08rem, 1.8vw, 1.24rem);
    max-width: 760px;
}

.qs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.qs-hero .button-primary {
    background: #5ed6ea;
    color: #001e60;
}

.qs-hero .button-primary:hover {
    background: #fff;
}

.qs-hero .button-secondary {
    border-color: rgb(255 255 255 / 66%);
    color: #fff;
}

.qs-hero .button-secondary:hover {
    background: rgb(255 255 255 / 12%);
}

.qs-hero-card {
    background: linear-gradient(145deg, #fff 0%, #eaf8fb 100%);
    border: 1px solid rgb(114 216 234 / 72%);
    border-radius: 12px;
    box-shadow: 0 28px 70px rgb(0 0 0 / 22%);
    color: #373943;
    padding: clamp(30px, 5vw, 48px);
}

.qs-hero-card > span {
    color: #287e91;
    display: block;
    font-size: .88rem;
    margin-bottom: 17px;
}

.qs-hero-card > strong {
    color: #001e60;
    display: block;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    line-height: 1.12;
}

.qs-hero-card ul {
    border-top: 1px solid #cfe8ee;
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 25px 0 0;
    padding: 22px 0 0;
}

.qs-hero-card li {
    padding-left: 26px;
    position: relative;
}

.qs-hero-card li::before {
    color: #14839a;
    content: "✓";
    left: 0;
    position: absolute;
}

.qs-situations {
    background: #fff;
}

.qs-heading {
    max-width: 820px;
}

.qs-situation-grid,
.qs-process-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(38px, 6vw, 62px);
}

.qs-situation-grid article,
.qs-process-grid article {
    border: 1px solid #e1e8ef;
    border-radius: 10px;
    padding: clamp(24px, 3vw, 32px);
}

.qs-situation-grid article {
    background: #f7fafb;
}

.qs-process-grid article {
    background: #fff;
    box-shadow: 0 16px 44px rgb(0 30 96 / 7%);
}

.qs-situation-grid span,
.qs-process-grid span {
    align-items: center;
    background: #e8f7fa;
    border-radius: 50%;
    color: #147f96;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.qs-situation-grid h3,
.qs-process-grid h3 {
    margin: 24px 0 13px;
}

.qs-situation-grid p,
.qs-process-grid p {
    margin: 0;
}

.qs-principle {
    background: #f4f7fa;
}

.qs-principle-grid {
    align-items: center;
    display: grid;
    gap: clamp(46px, 8vw, 104px);
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.qs-principle-card {
    background: #001e60;
    border-radius: 11px;
    box-shadow: 0 24px 64px rgb(0 30 96 / 17%);
    color: #fff;
    padding: clamp(28px, 5vw, 46px);
}

.qs-principle-card div + div {
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-top: 24px;
    padding-top: 24px;
}

.qs-principle-card strong {
    color: #72d8ea;
    display: block;
    margin-bottom: 8px;
}

.qs-principle-card p {
    margin: 0;
}

.qs-process {
    background: #fff;
}

.qs-form-section {
    background: linear-gradient(135deg, #001e60 0%, #052d78 100%);
    color: #fff;
}

.qs-form-layout {
    align-items: start;
    display: grid;
    gap: clamp(44px, 8vw, 96px);
    grid-template-columns: minmax(0, .8fr) minmax(390px, 1.2fr);
}

.qs-form-copy {
    position: sticky;
    top: 120px;
}

.qs-form-copy .qs-eyebrow {
    color: #72d8ea;
}

.qs-form-copy h2 {
    color: #fff;
}

.qs-form-copy > p:not(.qs-eyebrow) {
    color: rgb(255 255 255 / 84%);
}

.qs-direct-contact {
    display: grid;
    gap: 12px;
    margin-top: 36px;
}

.qs-direct-contact a {
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 8px;
    display: grid;
    padding: 16px 18px;
    text-decoration: none;
}

.qs-direct-contact a:hover {
    border-color: #72d8ea;
}

.qs-direct-contact span {
    color: #72d8ea;
    font-size: .82rem;
}

.qs-direct-contact strong {
    color: #fff;
    overflow-wrap: anywhere;
}

.qs-form {
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 28px 70px rgb(0 0 0 / 21%);
    color: #373943;
    display: grid;
    gap: 16px;
    padding: clamp(26px, 5vw, 46px);
}

.qs-form > *,
.qs-form-row > * {
    min-width: 0;
}

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

.qs-form label {
    color: #001e60;
    font-size: .92rem;
}

.qs-form input,
.qs-form select,
.qs-form textarea {
    background: #f8fafb;
    border: 1px solid #dce4ea;
    border-radius: 8px;
    display: block;
    font: inherit;
    margin-top: 6px;
    min-height: 50px;
    padding: 11px 12px;
    width: 100%;
}

.qs-form textarea {
    resize: vertical;
}

.qs-form input:focus,
.qs-form select:focus,
.qs-form textarea:focus {
    background: #fff;
    border-color: #1fb4d1;
    outline: 3px solid rgb(31 180 209 / 18%);
}

.qs-form-consent {
    align-items: start;
    color: #4c5260 !important;
    display: grid;
    font-size: .84rem !important;
    gap: 10px;
    grid-template-columns: 20px minmax(0, 1fr);
}

.qs-form-consent input {
    margin: 3px 0 0;
    min-height: 18px;
    width: 18px;
}

.qs-form-consent a {
    color: #001e60;
}

.qs-form .button {
    margin-top: 8px;
    white-space: normal;
    width: 100%;
}

.qs-form-note {
    color: #69707a;
    font-size: .82rem;
    margin: 0;
    text-align: center;
}

.qs-honeypot {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.qs-form-notice {
    border-radius: 7px;
    padding: 14px 16px;
}

.qs-form-success {
    background: #edf8e8;
    border: 1px solid #9ac883;
    color: #285516;
}

.qs-form-error {
    background: #fff2f1;
    border: 1px solid #e0a09b;
    color: #812b24;
}

.qs-footnote-section {
    background: #f4f7fa;
    border-top: 1px solid #e1e8ef;
    padding-block: 28px;
}

.qs-footnote-section p {
    color: #68707a;
    font-size: .76rem;
    line-height: 1.6;
    margin: 0;
}

.qs-footnote-section sup {
    color: #001e60;
    font-size: 1em;
}

@media (max-width: 980px) {
    .qs-hero-grid,
    .qs-principle-grid,
    .qs-form-layout {
        grid-template-columns: 1fr;
    }

    .qs-situation-grid,
    .qs-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qs-form-copy {
        position: static;
    }
}

@media (max-width: 620px) {
    .qs-container {
        width: min(calc(100% - 24px), 1180px);
    }

    .qs-hero-actions,
    .qs-hero-actions .button {
        width: 100%;
    }

    .qs-situation-grid,
    .qs-process-grid,
    .qs-form-row {
        grid-template-columns: 1fr;
    }

    .qs-hero-card,
    .qs-principle-card,
    .qs-form {
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ni-quick-sale-page *,
    .ni-quick-sale-page *::before,
    .ni-quick-sale-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
