/* NNS Vans Quote Plugin Frontend Styles */


.nnsvq-hero-form {
    background: linear-gradient(180deg, #101010 0%, #1e1e1e 100%);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    margin: 20px auto;
    max-width: 1180px;
}

.nnsvq-hero-bar {
    display: grid;
    gap: 18px;
    background: transparent;
    color: #fff;
    padding: 24px 24px 18px;
}

.nnsvq-service-dropdown {
    position: relative;
    width: min(520px, 100%);
}

.nnsvq-service-trigger,
.nnsvq-service-option {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

.nnsvq-service-trigger {
    justify-content: space-between;
    min-height: 82px;
    padding: 0 28px;
    border: 0;
    border-radius: 28px 28px 0 0;
    background: #ff7a14;
    color: #111;
    font-size: 19px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 20px 36px rgba(255, 122, 20, 0.20);
}

.nnsvq-service-trigger-label {
    flex: 1;
}

.nnsvq-service-trigger-arrow {
    width: 0;
    height: 0;
    margin-left: 16px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #111;
    transition: transform 0.2s ease;
}

.nnsvq-service-dropdown.is-open .nnsvq-service-trigger-arrow {
    transform: rotate(180deg);
}

.nnsvq-service-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: 100%;
    display: none;
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    background: #fff;
    box-shadow: 0 26px 48px rgba(18, 18, 18, 0.12);
    border: 1px solid #ececec;
    border-top: 0;
}

.nnsvq-service-dropdown.is-open .nnsvq-service-menu {
    display: block;
}

.nnsvq-service-option {
    min-height: 92px;
    padding: 0 28px;
    border: 0;
    border-top: 1px solid #ececec;
    background: #fff;
    color: #3a3d42;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.nnsvq-service-option:hover,
.nnsvq-service-option.is-active {
    background: #f5f5f5;
}

.nnsvq-service-trigger:before,
.nnsvq-service-option:before {
    margin-right: 18px;
    font-size: 26px;
}

.nnsvq-hero-fields {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0;
    padding: 0;
    background: #fff;
    align-items: stretch;
    border: 1px solid #ececec;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.07);
}

.nnsvq-hero-fields input {
    min-height: 92px;
    padding: 0 30px;
    border: 0;
    border-right: 1px solid #ececec;
    border-radius: 0;
    font-size: 17px;
    box-shadow: none;
}

.nnsvq-hero-submit {
    background: #e00000;
    color: white;
    border: none;
    padding: 0 38px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    height: auto;
    min-width: 260px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nnsvq-hero-submit:hover {
    background: #c30000;
    box-shadow: none;
}

/* Quote Form Container */
.nnsvq-quote-form-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px;
    color: #1d2733;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.nnsvq-wizard-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 18px;
    align-items: start;
}

.nnsvq-wizard-left {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.nnsvq-wizard-right {
    position: sticky;
    top: 120px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nnsvq-step {
    max-width: 100%;
}

.nnsvq-quote-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #ffffff;
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.nnsvq-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}

.nnsvq-logo {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 1px;
    color: #d32f2f;
}

.nnsvq-quote-timer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.nnsvq-quote-timer span:first-child {
    display: block;
    font-size: 11px;
    color: #666;
}

.nnsvq-quote-timer span:last-child {
    font-size: 17px;
    font-weight: 700;
    color: #d32f2f;
}

.nnsvq-quote-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 14px;
    margin-bottom: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.nnsvq-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.nnsvq-logo {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1px;
    color: #d32f2f;
}

.nnsvq-quote-timer {
    text-align: right;
}

.nnsvq-quote-timer span:first-child {
    display: block;
    font-size: 11px;
    color: #666;
}

.nnsvq-quote-timer span:last-child {
    font-size: 16px;
    font-weight: 700;
    color: #d32f2f;
    background: rgba(211, 47, 47, 0.08);
    padding: 4px 8px;
    border-radius: 8px;
    min-width: 74px;
    text-align: center;
}

.nnsvq-wizard-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: start;
}

.nnsvq-wizard-left {
    width: 100%;
}

.nnsvq-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.nnsvq-progress-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: #f3f6f8;
    border: 1px solid #dbe5eb;
    border-radius: 18px;
    color: #5c6b78;
    transition: all 0.2s ease;
}

.nnsvq-progress-step strong,
.nnsvq-progress-step span {
    display: block;
}

.nnsvq-progress-step strong {
    font-size: 14px;
    color: #22313f;
}

.nnsvq-progress-step div span {
    font-size: 12px;
}

.nnsvq-progress-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d1dbe2;
    font-weight: 800;
    font-size: 13px;
    color: #22313f;
    flex-shrink: 0;
}

.nnsvq-progress-step.is-active {
    background: #fff5f3;
    border-color: #f0b0a8;
    box-shadow: 0 12px 24px rgba(211, 47, 47, 0.08);
}

.nnsvq-progress-step.is-active .nnsvq-progress-index {
    background: #d32f2f;
    border-color: #d32f2f;
    color: #fff;
}

.nnsvq-progress-step.is-complete {
    background: #eef8f2;
    border-color: #b9ddc2;
}

.nnsvq-progress-step.is-complete .nnsvq-progress-index {
    background: #1f8f4e;
    border-color: #1f8f4e;
    color: #fff;
}

.nnsvq-wizard-right {
    position: sticky;
    top: 120px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nnsvq-map-card {
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.nnsvq-map {
    width: 100%;
    height: 240px;
}

.nnsvq-map-note {
    padding: 14px 16px;
    font-size: 13px;
    color: #555;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.nnsvq-step {
    background: white;
    border-radius: 24px;
    padding: 26px;
    margin-bottom: 16px;
    border: 1px solid #e3eaef;
    box-shadow: 0 18px 40px rgba(10, 35, 66, 0.06);
}

.nnsvq-step-intro {
    margin-bottom: 20px;
}

.nnsvq-step-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff2ef;
    color: #c9412f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.nnsvq-step h2 {
    color: #142230;
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 1.1;
}

.nnsvq-step-intro p {
    margin: 0;
    color: #617282;
    font-size: 15px;
    line-height: 1.55;
}

.nnsvq-form-row {
    margin-bottom: 18px;
}

.nnsvq-form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #203040;
    font-size: 13px;
}

.nnsvq-form-row input[type="text"],
.nnsvq-form-row input[type="tel"],
.nnsvq-form-row input[type="email"],
.nnsvq-form-row input[type="date"],
.nnsvq-form-row select,
.nnsvq-form-row textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d7e1e8;
    border-radius: 16px;
    font-size: 15px;
    background: #fbfdff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.nnsvq-form-row input:focus,
.nnsvq-form-row select:focus,
.nnsvq-form-row textarea:focus {
    outline: none;
    border-color: #d32f2f;
    box-shadow: 0 0 0 4px rgba(211, 47, 47, 0.1);
    background: #fff;
}

.nnsvq-form-row textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600 !important;
    padding: 14px 16px;
    border: 1px solid #d7e1e8;
    border-radius: 16px;
    background: #fbfdff;
}

.checkbox-label input[type="checkbox"] {
    width: auto !important;
    margin: 0 !important;
}

/* Route Summary */
.nnsvq-route-summary {
    background: linear-gradient(180deg, #f7fafc 0%, #eef4f8 100%);
    padding: 18px;
    border-radius: 18px;
    margin: 18px 0;
    border: 1px solid #dbe5eb;
}

.nnsvq-route-summary h3 {
    margin-top: 0;
    color: #163047;
}

/* Van Cards */
.nnsvq-van-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin: 20px 0;
}

.nnsvq-van-card {
    border: 1px solid #dce5eb;
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
}

.nnsvq-van-card:hover {
    border-color: #d32f2f;
    transform: translateY(-3px);
    box-shadow: 0 16px 26px rgba(11, 30, 52, 0.1);
}

.nnsvq-van-card.selected {
    border-color: #d32f2f;
    background: #fff3f1;
    box-shadow: 0 18px 28px rgba(211, 47, 47, 0.12);
}

.nnsvq-van-card h3 {
    margin-top: 0;
    color: #333;
}

.nnsvq-van-card p {
    color: #637280;
    margin-bottom: 15px;
}

.nnsvq-van-price {
    text-align: left;
    padding-top: 14px;
    border-top: 1px solid #e3eaef;
}

.nnsvq-van-price .base-price,
.nnsvq-van-price .distance-price {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.nnsvq-van-price .total-price {
    font-size: 18px;
    font-weight: bold;
    color: #d32f2f;
    margin-top: 10px;
}

/* Helper Options */
.nnsvq-helper-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.nnsvq-helper-option {
    border: 1px solid #dce5eb;
    border-radius: 20px;
    padding: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
}

.nnsvq-helper-option:hover {
    border-color: #d32f2f;
    transform: translateY(-3px);
    box-shadow: 0 16px 26px rgba(11, 30, 52, 0.1);
}

.nnsvq-helper-option.selected {
    border-color: #d32f2f;
    background: #fff3f1;
    box-shadow: 0 18px 28px rgba(211, 47, 47, 0.12);
}

.nnsvq-helper-option h3 {
    margin-top: 0;
    color: #333;
}

.nnsvq-helper-option p {
    color: #637280;
    margin-bottom: 15px;
}

.helper-price {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #d32f2f;
}

/* Summary */
.nnsvq-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.summary-section {
    background: linear-gradient(180deg, #f9fbfc 0%, #f1f6fa 100%);
    padding: 22px;
    border-radius: 18px;
    border: 1px solid #dbe5eb;
}

.summary-section h3 {
    margin-top: 0;
    color: #163047;
}

.summary-total {
    text-align: center;
    background: linear-gradient(135deg, #d32f2f 0%, #eb5e47 100%);
    color: white;
    padding: 30px;
    border-radius: 20px;
    grid-column: 1 / -1;
    box-shadow: 0 18px 32px rgba(211, 47, 47, 0.18);
}

.summary-total h3 {
    margin-top: 0;
    color: white;
}

.total-amount {
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
}

/* Live Summary Panel */
.nnsvq-live-summary {
    position: sticky;
    top: 20px;
    background: white;
    border: 1px solid #dbe5eb;
    border-radius: 20px;
    padding: 22px;
    margin-top: 20px;
    box-shadow: 0 18px 36px rgba(10, 35, 66, 0.07);
}

.nnsvq-live-summary h3 {
    margin-top: 0;
    color: #163047;
}

.nnsvq-live-summary .summary-content p {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 12px;
    color: #526273;
}

.nnsvq-live-summary .summary-content span {
    text-align: right;
    color: #152635;
    font-weight: 700;
}

.live-total {
    font-size: 18px;
    font-weight: bold;
    color: #d32f2f;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dbe5eb;
}

/* Navigation Buttons */
.nnsvq-prev-step,
.nnsvq-next-step,
.nnsvq-submit-quote {
    background: #163047;
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-right: 10px;
}

.nnsvq-prev-step:hover,
.nnsvq-next-step:hover,
.nnsvq-submit-quote:hover {
    background: #0d2234;
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(13, 34, 52, 0.16);
}

.nnsvq-submit-quote {
    background: #d32f2f;
}

.nnsvq-submit-quote:hover {
    background: #b62929;
}

/* Success Message */
.nnsvq-success-message {
    background: #d4edda;
    color: #155724;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #c3e6cb;
}

/* Full-Page Redesign Overrides */
.nnsvq-hero-form,
.nnsvq-quote-form-container {
    --nnsvq-red: #ff7a14;
    --nnsvq-red-dark: #ea6c0b;
    --nnsvq-ink: #222325;
    --nnsvq-muted: #757b85;
    --nnsvq-surface: #ffffff;
    --nnsvq-line: #ececec;
    --nnsvq-shadow: 0 18px 45px rgba(23, 27, 33, 0.08);
}

.nnsvq-hero-form {
    max-width: min(1480px, calc(100vw - 48px));
    margin: 28px auto;
    padding: 36px;
    border-radius: 40px;
    background:
        radial-gradient(circle at top right, rgba(218, 0, 0, 0.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    box-shadow: var(--nnsvq-shadow);
    overflow: visible;
}

.nnsvq-hero-bar {
    padding: 0 0 18px;
    gap: 0;
    color: var(--nnsvq-ink);
}

.nnsvq-hero-fields {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px;
    margin-top: 0;
}

.nnsvq-hero-fields input {
    min-height: 88px;
    padding: 0 32px;
    background: #fff;
    font-size: 17px;
}

.nnsvq-hero-fields input:focus {
    outline: none;
    border-color: var(--nnsvq-red);
    box-shadow: 0 0 0 5px rgba(218, 0, 0, 0.09);
}

.nnsvq-hero-submit {
    width: 100%;
    height: 88px;
    padding: 0 28px;
    background: #ff7a14;
    font-size: 18px;
    box-shadow: none;
}

.nnsvq-hero-submit:hover {
    background: #ea6c0b;
    box-shadow: none;
}

.nnsvq-quote-form-container {
    max-width: min(1520px, calc(100vw - 40px));
    min-height: calc(100vh - 40px);
    margin: 20px auto;
    padding: 22px 26px 40px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(255, 122, 20, 0.04), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    box-shadow: var(--nnsvq-shadow);
}

.nnsvq-quote-header {
    position: sticky;
    top: 0;
    z-index: 5;
    padding: 20px 8px 28px;
    margin-bottom: 18px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nnsvq-back-link {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--nnsvq-line);
    color: transparent;
    position: relative;
    overflow: hidden;
}

.nnsvq-back-link:before {
    content: "\2190";
    color: #202327;
    font-size: 28px;
    line-height: 1;
}

.nnsvq-logo {
    display: none;
}

.nnsvq-quote-timer {
    min-width: 260px;
    text-align: center;
}

.nnsvq-quote-timer span:first-child {
    color: var(--nnsvq-red);
    font-size: 14px;
    font-weight: 700;
}

.nnsvq-quote-timer span:last-child {
    margin-top: 6px;
    padding: 0;
    background: transparent;
    color: #2a2d31;
    font-size: 24px;
}

.nnsvq-wizard-layout {
    display: block;
}

.nnsvq-wizard-left,
.nnsvq-wizard-right {
    max-width: none;
}

.nnsvq-route-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
    gap: 28px;
    align-items: start;
}

.nnsvq-route-fields {
    display: flex;
    flex-direction: column;
}

.nnsvq-route-map .nnsvq-map {
    height: 520px;
}

.nnsvq-route-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0 6px;
    color: #8a9099;
    font-size: 14px;
}

.nnsvq-route-meta-hidden {
    display: none;
}

.nnsvq-route-cta {
    width: 280px;
}

.nnsvq-progress,
.nnsvq-wizard-right,
.nnsvq-live-summary {
    display: none !important;
}

.nnsvq-step {
    min-height: 720px;
    padding: 34px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid var(--nnsvq-line);
    box-shadow: none;
}

.nnsvq-step-kicker {
    display: none;
}

.nnsvq-step h2 {
    font-size: clamp(34px, 3.2vw, 54px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #1d1f23;
}

.nnsvq-step-intro p {
    max-width: 720px;
    font-size: 18px;
    color: #5f6670;
}

.nnsvq-form-row input[type="text"],
.nnsvq-form-row input[type="tel"],
.nnsvq-form-row input[type="email"],
.nnsvq-form-row input[type="date"],
.nnsvq-form-row select,
.nnsvq-form-row textarea {
    min-height: 68px;
    padding: 18px 22px;
    border-radius: 999px;
    border-color: #e3e6ea;
    background: #fff;
    box-shadow: 0 10px 24px rgba(20, 20, 20, 0.04);
    font-size: 17px;
}

.nnsvq-form-row textarea {
    min-height: 170px;
    border-radius: 26px;
}

.checkbox-label {
    min-height: 68px;
    border-radius: 22px;
    background: #fff;
    border-color: #e3e6ea;
    box-shadow: 0 10px 24px rgba(20, 20, 20, 0.04);
}

.nnsvq-route-summary,
.summary-section,
.nnsvq-map-card,
.nnsvq-live-summary {
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--nnsvq-line);
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.05);
}

.nnsvq-map {
    height: 420px;
}

.nnsvq-map-note {
    font-size: 14px;
    color: #686f79;
}

.nnsvq-van-cards,
.nnsvq-helper-options {
    grid-template-columns: 1fr;
    gap: 18px;
}

.nnsvq-van-card,
.nnsvq-helper-option {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: start;
    padding: 28px;
    border-radius: 30px;
    border: 1px solid var(--nnsvq-line);
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.04);
}

.nnsvq-van-card:hover,
.nnsvq-helper-option:hover {
    transform: none;
    box-shadow: 0 16px 36px rgba(20, 20, 20, 0.07);
}

.nnsvq-van-card.selected,
.nnsvq-helper-option.selected {
    background: #fff;
    border: 3px solid var(--nnsvq-red);
    box-shadow: 0 18px 38px rgba(218, 0, 0, 0.08);
}

.nnsvq-van-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    width: 100%;
}

.nnsvq-helper-choices {
    display: none;
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.nnsvq-van-card.selected .nnsvq-helper-choices {
    display: block;
}

.nnsvq-helper-choices h4 {
    margin: 0 0 16px;
    color: var(--nnsvq-red);
    font-size: 26px;
}

.nnsvq-helper-choice {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    font-size: 16px;
    color: #24272b;
}

.nnsvq-helper-choice input {
    width: 22px;
    height: 22px;
}

.nnsvq-select-deal {
    margin-top: 16px;
}

.nnsvq-van-card h3,
.nnsvq-helper-option h3 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #222;
}

.nnsvq-van-illustration {
    display: block;
    width: min(240px, 100%);
    height: auto;
    margin: 8px 0 14px;
}

.nnsvq-van-card p,
.nnsvq-helper-option p {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5;
}

.nnsvq-van-price,
.helper-price {
    padding-top: 0;
    border-top: 0;
    text-align: right;
}

.nnsvq-van-price .base-price,
.nnsvq-van-price .distance-price {
    font-size: 15px;
    color: #727984;
}

.nnsvq-van-price .total-price,
.helper-price {
    font-size: 20px;
    color: var(--nnsvq-red);
}

.nnsvq-summary {
    gap: 18px;
}

.nnsvq-date-picker {
    display: flex;
    gap: 18px;
    margin: 18px 0 28px;
}

.nnsvq-date-card {
    min-width: 134px;
    padding: 18px 18px 14px;
    border: 1px solid #ececec;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(20, 20, 20, 0.05);
    text-align: center;
    cursor: pointer;
}

.nnsvq-date-card span,
.nnsvq-date-card small,
.nnsvq-date-card strong {
    display: block;
}

.nnsvq-date-card strong {
    font-size: 40px;
    line-height: 1;
    margin: 8px 0 12px;
}

.nnsvq-date-card.is-active {
    background: var(--nnsvq-red);
    border-color: var(--nnsvq-red);
    color: #fff;
}

.nnsvq-time-slots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nnsvq-time-slot {
    min-height: 92px;
    padding: 16px;
    border: 1px solid #ececec;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(20, 20, 20, 0.05);
    font-size: 22px;
    font-weight: 700;
    color: #25282d;
    cursor: pointer;
}

.nnsvq-time-slot span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #8a9099;
}

.nnsvq-time-slot.is-active {
    background: var(--nnsvq-red);
    border-color: var(--nnsvq-red);
    color: #fff;
}

.nnsvq-time-slot.is-active span {
    color: rgba(255, 255, 255, 0.82);
}

.nnsvq-time-hidden-field {
    display: none;
}

.nnsvq-date-visible-field {
    display: block;
}

.nnsvq-slot-panel {
    margin: 26px 0;
    padding: 24px 28px;
    border: 1px solid var(--nnsvq-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.04);
}

.nnsvq-slot-availability {
    margin: 0 0 8px;
    color: #5d636d;
    font-size: 15px;
    font-weight: 700;
}

.nnsvq-time-window-display {
    margin: 0 0 18px;
    font-size: 30px;
    color: #25282d;
}

.nnsvq-time-range {
    width: 100%;
    accent-color: var(--nnsvq-red);
    margin: 8px 0 12px;
}

.nnsvq-time-scale {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    font-size: 13px;
    color: #686f79;
}

.nnsvq-slot-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    color: #5d636d;
}

.nnsvq-slot-price {
    font-size: 22px;
    color: var(--nnsvq-red);
    font-weight: 800;
}

.nnsvq-advanced-card {
    margin-bottom: 24px;
    padding: 26px;
    border: 1px solid var(--nnsvq-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.04);
}

.nnsvq-advanced-card h3 {
    margin: 0 0 10px;
    font-size: 26px;
    color: #25282d;
}

.nnsvq-advanced-card p {
    margin: 0 0 18px;
    color: #8a9099;
}

.nnsvq-inventory-input-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 16px;
    margin-bottom: 16px;
}

.nnsvq-inventory-input-wrap input,
.nnsvq-inventory-input-wrap button {
    min-height: 68px;
    border-radius: 999px;
}

.nnsvq-inventory-input-wrap button {
    border: 0;
    background: var(--nnsvq-red);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.nnsvq-inventory-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nnsvq-inventory-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    border: 1px solid #ededed;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(20, 20, 20, 0.04);
}

.nnsvq-inventory-name {
    font-size: 18px;
    color: #2b2e33;
}

.nnsvq-inventory-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nnsvq-inventory-control {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--nnsvq-red);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.nnsvq-inventory-remove {
    background: #2b2e33;
}

.nnsvq-inventory-qty {
    min-width: 24px;
    text-align: center;
    font-size: 20px;
    color: #7f8590;
}

.nnsvq-choice-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nnsvq-choice-pill {
    min-height: 68px;
    border: 1px solid #ececec;
    border-radius: 18px;
    background: #fff;
    color: #474b52;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(20, 20, 20, 0.04);
}

.nnsvq-choice-pill.is-active {
    background: var(--nnsvq-red);
    border-color: var(--nnsvq-red);
    color: #fff;
}

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

.nnsvq-stepper {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    min-height: 70px;
    padding: 0 18px;
    margin: 10px 0 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 10px 22px rgba(20, 20, 20, 0.04);
}

.nnsvq-stepper-btn {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--nnsvq-red);
    color: #fff;
    font-size: 24px;
    justify-self: center;
    cursor: pointer;
}

.nnsvq-stepper-value {
    text-align: center;
    font-size: 18px;
    color: #8a9099;
}

.summary-total {
    border-radius: 28px;
    background: var(--nnsvq-red);
    box-shadow: none;
}

.nnsvq-live-summary .summary-content p {
    font-size: 15px;
}

.nnsvq-prev-step,
.nnsvq-next-step,
.nnsvq-submit-quote {
    min-width: 220px;
    min-height: 68px;
    margin-top: 10px;
    margin-right: 14px;
    padding: 0 34px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 800;
    box-shadow: none;
}

.nnsvq-prev-step,
.nnsvq-next-step {
    background: #111;
}

.nnsvq-prev-step:hover,
.nnsvq-next-step:hover {
    background: #000;
}

.nnsvq-submit-quote,
.nnsvq-submit-quote:hover {
    background: var(--nnsvq-red);
}

.nnsvq-submit-quote:hover {
    box-shadow: 0 14px 30px rgba(218, 0, 0, 0.16);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nnsvq-hero-form,
    .nnsvq-quote-form-container {
        max-width: calc(100vw - 20px);
        margin: 10px auto;
        padding: 18px;
        border-radius: 24px;
    }

    .nnsvq-hero-heading strong {
        font-size: 34px;
    }

    .nnsvq-service-dropdown {
        width: 100%;
    }

    .nnsvq-service-trigger {
        min-height: 68px;
        padding: 0 22px;
        font-size: 17px;
        border-radius: 24px 24px 0 0;
    }

    .nnsvq-service-option {
        min-height: 76px;
        padding: 0 22px;
        font-size: 16px;
    }

    .nnsvq-hero-fields {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .nnsvq-hero-fields input,
    .nnsvq-hero-submit {
        min-height: 62px;
        height: 62px;
    }

    .nnsvq-hero-fields input {
        border-right: 0;
        border-bottom: 1px solid #ececec;
    }

    .nnsvq-progress {
        grid-template-columns: 1fr;
    }

    .nnsvq-wizard-layout {
        display: block;
    }

    .nnsvq-route-layout {
        grid-template-columns: 1fr;
    }

    .nnsvq-wizard-right {
        display: none !important;
    }

    .nnsvq-hero-fields {
        grid-template-columns: 1fr;
    }

    .nnsvq-hero-submit {
        width: 100%;
    }

    .nnsvq-van-cards,
    .nnsvq-helper-options {
        grid-template-columns: 1fr;
    }

    .nnsvq-summary {
        grid-template-columns: 1fr;
    }

    .summary-total {
        grid-column: auto;
    }

    .nnsvq-live-summary {
        position: static;
    }

    .nnsvq-step {
        min-height: auto;
        padding: 22px;
        border-radius: 24px;
    }

    .nnsvq-step h2 {
        font-size: 34px;
    }

    .nnsvq-quote-header {
        gap: 12px;
        align-items: center;
        padding-bottom: 18px;
    }

    .nnsvq-quote-timer {
        min-width: 0;
        width: 100%;
        order: 3;
    }

    .nnsvq-map {
        height: 280px;
    }

    .nnsvq-route-map .nnsvq-map {
        height: 280px;
    }

    .nnsvq-van-card,
    .nnsvq-helper-option {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 22px;
    }

    .nnsvq-van-main {
        grid-template-columns: 1fr;
    }

    .nnsvq-van-price,
    .helper-price {
        text-align: left;
    }

    .nnsvq-date-picker,
    .nnsvq-time-slots {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nnsvq-time-scale,
    .nnsvq-slot-footer {
        grid-template-columns: 1fr;
        display: grid;
    }

    .nnsvq-inventory-input-wrap,
    .nnsvq-access-grid,
    .nnsvq-choice-pills {
        grid-template-columns: 1fr;
    }

    .nnsvq-inventory-item {
        flex-direction: column;
        align-items: stretch;
    }

    .nnsvq-prev-step,
    .nnsvq-next-step,
    .nnsvq-submit-quote {
        width: 100%;
        margin-right: 0;
    }
}

/* Loading States */
.nnsvq-loading {
    opacity: 0.6;
    pointer-events: none;
}

.nnsvq-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007cba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Error States */
.nnsvq-error {
    border-color: #dc3545 !important;
}

.nnsvq-error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}
.icon-heavy:before{
    content:"\f1b2";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}

.icon-single:before{
    content:"\f007";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}

.icon-store:before{
    content:"\f290";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}

.icon-delivery:before{
    content:"\f48b";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}

.icon-furniture:before{
    content:"\f4b8";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}

.icon-office:before{
    content:"\f0b1";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}

.icon-flat:before{
    content:"\f1ad";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}

.icon-house:before{
    content:"\f015";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}

/* Final cleanup overrides */
.nnsvq-hero-form,
.nnsvq-quote-form-container {
    --nnsvq-red: #ff8a1d;
    --nnsvq-red-dark: #e77810;
}

.nnsvq-quote-form-container {
    max-width: min(1160px, calc(100vw - 32px));
    padding: 24px 24px 40px;
    background: linear-gradient(180deg, #fff 0%, #fcfcfc 100%);
}

.nnsvq-quote-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 24px;
    margin-bottom: 8px;
}

.nnsvq-quote-header .nnsvq-logo,
.nnsvq-progress,
.nnsvq-wizard-right,
.nnsvq-live-summary,
.nnsvq-step-kicker,
.nnsvq-date-picker {
    display: none !important;
}

.nnsvq-quote-timer span:first-child,
.nnsvq-slot-availability,
.nnsvq-slot-price,
.summary-total .total-amount,
.nnsvq-summary strong {
    color: #ff8a1d !important;
}

.nnsvq-back-link {
    width: auto;
    min-width: 0;
    height: 44px;
    padding: 0 14px 0 12px;
    color: #202327 !important;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    overflow: visible;
}

.nnsvq-back-link:after {
    content: none;
}

.nnsvq-back-link:before {
    margin-right: 2px;
}

.nnsvq-wizard-layout,
.nnsvq-wizard-left,
#nnsvq-quote-form {
    display: block;
    max-width: none;
}

.nnsvq-step {
    min-height: 0;
    padding: 28px;
    border: 1px solid #ece7df;
    box-shadow: 0 16px 40px rgba(28, 31, 36, 0.06);
}

.nnsvq-step-intro {
    margin-bottom: 24px;
}

.nnsvq-step h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.05;
    margin-bottom: 10px;
}

.nnsvq-step-intro p {
    max-width: 760px;
    margin: 0;
    color: #69707a;
}

.nnsvq-route-layout {
    grid-template-columns: 1fr;
    gap: 22px;
}

.nnsvq-route-fields {
    gap: 18px;
}

.nnsvq-route-cta,
.nnsvq-next-step,
.nnsvq-prev-step,
.nnsvq-submit-quote,
#nnsvq-add-inventory,
.nnsvq-choice-pill.is-active,
.nnsvq-time-slot.is-active,
.nnsvq-stepper-btn,
.nnsvq-select-deal {
    background: #ff8a1d !important;
    border-color: #ff8a1d !important;
    color: #1f2328 !important;
    box-shadow: none !important;
}

.nnsvq-next-step:hover,
.nnsvq-prev-step:hover,
.nnsvq-submit-quote:hover,
#nnsvq-add-inventory:hover,
.nnsvq-select-deal:hover {
    background: #e77810 !important;
    border-color: #e77810 !important;
}

.nnsvq-time-slot,
.nnsvq-choice-pill,
.nnsvq-advanced-card,
.summary-section,
.summary-total,
.nnsvq-map-card,
.nnsvq-van-card,
.nnsvq-form-row input[type="text"],
.nnsvq-form-row input[type="tel"],
.nnsvq-form-row input[type="email"],
.nnsvq-form-row input[type="date"],
.nnsvq-form-row select,
.nnsvq-form-row textarea,
.checkbox-label {
    border-color: #ece7df !important;
}

.nnsvq-form-row input:focus,
.nnsvq-form-row select:focus,
.nnsvq-form-row textarea:focus {
    border-color: #ff8a1d !important;
    box-shadow: 0 0 0 4px rgba(255, 138, 29, 0.12) !important;
}

.nnsvq-route-map .nnsvq-map,
.nnsvq-map {
    height: 360px;
    border-radius: 24px;
}

.nnsvq-time-range {
    accent-color: #ff8a1d;
}

.nnsvq-van-card.selected {
    border-color: #ff8a1d !important;
}

.nnsvq-helper-choice input,
.nnsvq-form-row input[type="checkbox"] {
    accent-color: #ff8a1d;
}

.nnsvq-submit-quote {
    min-width: 240px;
}

.nnsvq-spinner {
    border-top-color: #ff8a1d;
}

.nnsvq-error,
.nnsvq-error-message {
    border-color: #ff8a1d !important;
    color: #c36a13 !important;
}

.summary-total {
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid #ece7df !important;
}

.summary-total h3,
.summary-total .total-amount,
#summary-total {
    background: transparent !important;
    color: #202327 !important;
}

.nnsvq-service-dropdown {
    width: min(540px, 100%);
    z-index: 50;
}

.nnsvq-service-trigger {
    min-height: 88px;
    border-radius: 28px;
    background: #ff8a1d !important;
    color: #16181b !important;
    position: relative;
    z-index: 51;
    pointer-events: auto;
}

.nnsvq-service-trigger:before {
    color: #16181b !important;
}

.nnsvq-service-menu {
    margin-top: 8px;
    padding: 14px 0;
    border-radius: 24px;
    border: 1px solid #ece7df;
    border-top: 1px solid #ece7df;
    background: #fff;
    z-index: 60;
    pointer-events: auto;
}

.nnsvq-service-option {
    min-height: 72px;
    padding: 0 28px;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #1e2125 !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 800;
}

.nnsvq-service-option:before {
    margin-right: 18px;
    color: #1e2125 !important;
    font-size: 24px;
}

.nnsvq-service-option:hover,
.nnsvq-service-option.is-active {
    background: #f5f5f3 !important;
}

.nnsvq-hero-fields {
    border: 0 !important;
    box-shadow: 0 14px 34px rgba(20, 20, 20, 0.07);
    background: #fff;
}

.nnsvq-hero-field {
    position: relative;
    background: #fff;
}

.nnsvq-hero-field + .nnsvq-hero-field:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: #d8dadd;
}

.nnsvq-hero-fields input {
    border: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.nnsvq-hero-fields input:focus {
    box-shadow: none !important;
}

.nnsvq-hero-submit {
    border-radius: 28px;
}

/* Google Places autocomplete */
.pac-container {
    margin-top: 10px;
    border: 1px solid #ece7df !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(28, 31, 36, 0.12) !important;
    overflow: hidden;
    font-family: inherit !important;
    z-index: 99999 !important;
}

.pac-container:after {
    display: none !important;
}

.pac-item {
    padding: 14px 18px !important;
    border-top: 1px solid #f0ebe3 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    color: #1f2328 !important;
    background: #fff !important;
    cursor: pointer;
}

.pac-item:first-child {
    border-top: 0 !important;
}

.pac-item:hover,
.pac-item-selected {
    background: #fff6ec !important;
}

.pac-item-query {
    font-size: 16px !important;
    color: #1f2328 !important;
    font-weight: 700 !important;
}

.pac-matched {
    color: #ff8a1d !important;
    font-weight: 800 !important;
}

.pac-icon {
    display: none !important;
}

@media (max-width: 900px) {
    .nnsvq-quote-form-container {
        width: calc(100vw - 20px);
        padding: 18px 14px 28px;
        border-radius: 24px;
    }

    .nnsvq-quote-header {
        padding-bottom: 18px;
    }

    .nnsvq-step {
        padding: 22px 16px;
        border-radius: 24px;
    }
}

.nnsvq-form-row input[type="file"] {
    width: 100%;
    padding: 16px 18px;
    border: 2px dashed #ff8a1d !important;
    border-radius: 22px;
    background: #fffaf5 !important;
    color: #505761;
    box-shadow: none !important;
}

.nnsvq-form-row input[type="file"]::file-selector-button {
    margin-right: 16px;
    padding: 12px 18px;
    border: 2px solid #ff8a1d;
    border-radius: 999px;
    background: #ff8a1d;
    color: #1f2328;
    font-weight: 700;
    cursor: pointer;
}

.nnsvq-form-row input[type="file"]::-webkit-file-upload-button {
    margin-right: 16px;
    padding: 12px 18px;
    border: 2px solid #ff8a1d;
    border-radius: 999px;
    background: #ff8a1d;
    color: #1f2328;
    font-weight: 700;
    cursor: pointer;
}

.nnsvq-choice-pill,
.nnsvq-time-slot {
    border: 2px solid #ff8a1d !important;
    background: #fff !important;
    color: #ff8a1d !important;
}

.nnsvq-time-slot span {
    color: #a56228 !important;
}

.nnsvq-choice-pill.is-active,
.nnsvq-time-slot.is-active {
    background: #ff8a1d !important;
    border-color: #ff8a1d !important;
    color: #1f2328 !important;
}

.nnsvq-time-slot.is-active span {
    color: rgba(31, 35, 40, 0.78) !important;
}

.nnsvq-helper-choice {
    padding: 14px 16px;
    border: 2px solid #ff8a1d;
    border-radius: 18px;
    background: #fff;
    color: #a56228;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nnsvq-helper-choice.is-active {
    background: #ff8a1d;
    color: #1f2328;
}

.nnsvq-helper-choice.is-active span {
    color: #1f2328;
}

.nnsvq-pay-stripe {
    margin-left: 10px;
    border: 2px solid #635bff;
    background: #635bff;
    color: #fff;
    border-radius: 14px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    min-width: 240px;
}

.nnsvq-pay-stripe:hover {
    background: #564fe0;
    border-color: #564fe0;
}

#step-6 .nnsvq-submit-quote,
#step-6 .nnsvq-pay-stripe {
    width: min(100%, 320px);
    min-width: 320px;
    margin-right: 16px;
}

#step-6 .nnsvq-submit-quote {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

#step-6 .nnsvq-submit-quote:hover {
    background: #000 !important;
    border-color: #000 !important;
}
