body:has(.vasti-pc-estimate) {
    background:
        radial-gradient(circle at 15% 8%, rgba(13, 139, 232, 0.12), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(0, 52, 99, 0.12), transparent 30%),
        linear-gradient(180deg, #f7fbff 0%, #eef4fa 100%) !important;
}

body:has(.vasti-pc-estimate) .wp-site-blocks > main,
body:has(.vasti-pc-estimate) main,
body:has(.vasti-pc-estimate) .entry-content,
body:has(.vasti-pc-estimate) .wp-block-post-content,
body:has(.vasti-pc-estimate) .wp-block-group {
    margin-block-start: 0 !important;
    padding-top: 0 !important;
}

body:has(.vasti-pc-estimate) .entry-content > *,
body:has(.vasti-pc-estimate) .wp-block-post-content > * {
    max-width: none !important;
}

.vasti-pc-estimate {
    --vpe-navy: #003463;
    --vpe-navy-2: #075892;
    --vpe-deep: #08111f;
    --vpe-dark: #071426;
    --vpe-blue: #0d8be8;
    --vpe-blue-2: #38bdf8;
    --vpe-soft: #f5f9fd;
    --vpe-card: rgba(255, 255, 255, 0.92);
    --vpe-line: rgba(150, 174, 199, 0.28);
    --vpe-line-strong: #cfe0ef;
    --vpe-text: #152033;
    --vpe-muted: #748295;
    --vpe-green: #10b981;
    --vpe-orange: #f59e0b;
    --vpe-red: #ef4444;
    --vpe-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
    --vpe-shadow-soft: 0 14px 38px rgba(15, 23, 42, 0.07);

    max-width: 1360px;
    margin: -176px auto 0;
    padding: 16px 20px 88px;
    color: var(--vpe-text);
    font-feature-settings: "tnum";
}

.vpe-section {
    margin-top: 48px;
}

.vpe-section--first {
    margin-top: 0;
}

.vpe-work-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 22px;
    align-items: stretch;
    margin-bottom: 18px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(0, 52, 99, 0.98), rgba(7, 20, 38, 0.98)),
        radial-gradient(circle at 90% 0%, rgba(56, 189, 248, 0.32), transparent 34%);
    box-shadow: 0 28px 80px rgba(0, 52, 99, 0.22);
}

.vpe-work-header::before {
    content: "";
    position: absolute;
    inset: auto -10% -44% auto;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.24), transparent 68%);
    pointer-events: none;
}

.vpe-work-header > div {
    position: relative;
    z-index: 1;
}

.vpe-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--vpe-blue);
}

.vpe-work-header .vpe-kicker {
    color: #9edcff;
}

.vpe-work-header h1 {
    max-width: 760px;
    margin: 10px 0 10px;
    color: #fff;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.vpe-work-header p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.65;
}

.vpe-work-flow {
    align-self: center;
    min-height: 144px;
    display: grid;
    align-content: center;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 22px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.vpe-work-flow strong {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.vpe-work-flow span {
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
    font-size: 16px;
}

.vpe-estimate-grid {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.vpe-preset-area,
.vpe-build-area,
.vpe-builder__side,
.vpe-builder__main,
.vpe-builder__quote,
.vpe-form,
.vpe-admin-form,
.vpe-admin-list {
    border: 1px solid var(--vpe-line);
    background: var(--vpe-card);
    border-radius: 24px;
    box-shadow: var(--vpe-shadow-soft);
    backdrop-filter: blur(18px);
}

.vpe-preset-area,
.vpe-build-area {
    padding: 20px;
}

.vpe-preset-area {
    position: sticky;
    top: 18px;
}

.vpe-box-head,
.vpe-build-head {
    margin-bottom: 16px;
}

.vpe-box-head h2,
.vpe-build-head h2 {
    margin: 0 0 7px;
    color: var(--vpe-deep);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.vpe-box-head p,
.vpe-build-head p,
.vpe-section__head p {
    margin: 0;
    color: var(--vpe-muted);
    line-height: 1.62;
}

.vpe-build-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.vpe-build-head > span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    background: #eaf6ff;
    color: var(--vpe-navy);
    font-size: 13px;
    font-weight: 950;
    padding: 9px 13px;
}

.vpe-build-head > span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--vpe-green);
}

.vpe-preset-list {
    display: grid;
    gap: 9px;
}

.vpe-preset-item {
    width: 100%;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 11px;
    text-align: left;
    border: 1px solid var(--vpe-line-strong);
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    cursor: pointer;
    transition:
        transform 0.16s ease,
        border-color 0.16s ease,
        background 0.16s ease,
        box-shadow 0.16s ease;
}

.vpe-preset-item:hover {
    transform: translateY(-1px);
    border-color: rgba(13,139,232,0.6);
    box-shadow: 0 12px 28px rgba(13,139,232,0.10);
}

.vpe-preset-item.is-selected {
    border-color: var(--vpe-blue);
    background:
        linear-gradient(180deg, #f2f9ff, #ffffff);
    box-shadow: 0 14px 34px rgba(13,139,232,0.14);
}

.vpe-preset-item.is-selected::after {
    content: "적용됨";
    grid-column: 2;
    width: fit-content;
    margin-top: 2px;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--vpe-navy);
    color: #fff;
    font-size: 11px;
    font-weight: 950;
}

.vpe-preset-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0f6fc;
    border-radius: 13px;
    font-size: 20px;
}

.vpe-preset-body strong,
.vpe-preset-body em,
.vpe-preset-body b {
    display: block;
}

.vpe-preset-body strong {
    color: var(--vpe-navy);
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 950;
}

.vpe-preset-body em {
    color: var(--vpe-muted);
    font-style: normal;
    line-height: 1.45;
    font-size: 13px;
}

.vpe-preset-body b {
    margin-top: 7px;
    color: var(--vpe-deep);
    font-size: 13px;
    font-weight: 950;
}

.vpe-selected-preset {
    margin-top: 12px;
    background: #f8fbff;
    border: 1px solid var(--vpe-line-strong);
    border-radius: 15px;
    padding: 12px;
}

.vpe-selected-preset strong {
    display: block;
    color: var(--vpe-navy);
    margin-bottom: 5px;
}

.vpe-builder {
    display: grid;
    grid-template-columns: 148px minmax(320px, 1fr) 270px;
    gap: 14px;
    align-items: start;
}

.vpe-builder__side,
.vpe-builder__quote {
    padding: 16px;
}

.vpe-builder__main {
    padding: 18px;
}

.vpe-builder__side h3,
.vpe-builder__quote h3 {
    margin: 0 0 12px;
    color: var(--vpe-navy);
    font-size: 18px;
    font-weight: 950;
}

.vpe-builder__side button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid var(--vpe-line-strong);
    background: #fff;
    border-radius: 13px;
    padding: 10px 12px;
    margin-bottom: 7px;
    text-align: left;
    font-weight: 950;
    cursor: pointer;
    transition: 0.16s ease;
}

.vpe-builder__side button::after {
    content: "›";
    color: #9ca3af;
    font-weight: 950;
}

.vpe-builder__side button:hover {
    border-color: rgba(13,139,232,0.55);
    background: #f5fbff;
}

.vpe-builder__side button.is-active {
    background: linear-gradient(135deg, var(--vpe-navy), var(--vpe-navy-2));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(0,52,99,0.20);
}

.vpe-builder__side button.is-active::after {
    color: rgba(255,255,255,0.78);
}

.vpe-search {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 12px;
    align-items: end;
    margin-bottom: 14px;
}

.vpe-search h3 {
    margin: 5px 0 0;
    color: var(--vpe-deep);
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.vpe-search input,
.vpe-form input,
.vpe-form select,
.vpe-form textarea,
.vpe-admin-grid input,
.vpe-admin-grid select,
.vpe-admin-grid textarea {
    width: 100%;
    border: 1px solid var(--vpe-line-strong);
    border-radius: 15px;
    padding: 13px 15px;
    font: inherit;
    background: #fff;
    outline: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.vpe-search input:focus,
.vpe-form input:focus,
.vpe-form select:focus,
.vpe-form textarea:focus,
.vpe-admin-grid input:focus,
.vpe-admin-grid select:focus,
.vpe-admin-grid textarea:focus {
    border-color: var(--vpe-blue);
    box-shadow: 0 0 0 4px rgba(13,139,232,0.12);
}

.vpe-part-list {
    display: grid;
    gap: 10px;
}

.vpe-part {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    border: 1px solid var(--vpe-line-strong);
    background: linear-gradient(180deg, #f8fbff, #f3f7fb);
    border-radius: 17px;
    padding: 15px;
    transition: 0.16s ease;
}

.vpe-part:hover {
    transform: translateY(-1px);
    border-color: rgba(13,139,232,0.48);
}

.vpe-part.is-selected {
    border-color: var(--vpe-blue);
    background: linear-gradient(180deg, #eef8ff, #ffffff);
    box-shadow: 0 14px 32px rgba(13,139,232,0.12);
}

.vpe-part strong {
    display: block;
    color: var(--vpe-navy);
    font-size: 17px;
    font-weight: 950;
}

.vpe-part p {
    margin: 6px 0 0;
    color: var(--vpe-muted);
    line-height: 1.5;
    font-size: 14px;
}

.vpe-part small {
    display: block;
    margin-top: 8px;
    color: var(--vpe-blue);
    font-weight: 950;
    font-size: 15px;
}

.vpe-part button {
    white-space: nowrap;
    align-self: center;
    border: 0;
    border-radius: 12px;
    padding: 11px 14px;
    background: var(--vpe-navy);
    color: #fff;
    font-weight: 950;
    cursor: pointer;
    transition: 0.16s ease;
}

.vpe-part button:hover {
    background: var(--vpe-blue);
}

.vpe-part.is-selected button {
    background: var(--vpe-green);
}

.vpe-empty {
    border: 1px dashed var(--vpe-line-strong);
    border-radius: 15px;
    padding: 22px;
    color: var(--vpe-muted);
    text-align: center;
}

.vpe-builder__quote {
    position: sticky;
    top: 18px;
}

.vpe-builder__quote ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vpe-builder__quote li {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--vpe-line);
}

.vpe-builder__quote li span {
    color: var(--vpe-deep);
    font-weight: 950;
}

.vpe-builder__quote em {
    color: var(--vpe-muted);
    font-style: normal;
    text-align: right;
    word-break: keep-all;
    font-size: 13px;
    line-height: 1.45;
}

.vpe-compat {
    margin-top: 14px;
    padding: 13px;
    border-radius: 15px;
    background: #f8fbff;
    border: 1px solid var(--vpe-line-strong);
    color: var(--vpe-muted);
    font-size: 13px;
    line-height: 1.55;
}

.vpe-compat p {
    margin: 0 0 7px;
}

.vpe-compat p:last-child {
    margin-bottom: 0;
}

.vpe-total {
    margin-top: 14px;
    padding: 18px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, var(--vpe-deep), #0f2744),
        radial-gradient(circle at 100% 0%, rgba(56,189,248,0.28), transparent 36%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(8,17,31,0.25);
}

.vpe-total span,
.vpe-total strong {
    display: block;
}

.vpe-total span {
    color: rgba(255,255,255,0.72);
}

.vpe-total strong {
    margin-top: 7px;
    font-size: 23px;
    font-weight: 950;
    line-height: 1.32;
}

.vpe-section__head {
    text-align: center;
    margin-bottom: 20px;
}

.vpe-section__head h2 {
    margin: 8px 0 0;
    color: var(--vpe-deep);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.vpe-request {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 38px 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.70), rgba(255,255,255,0.48)),
        radial-gradient(circle at 10% 0%, rgba(13,139,232,0.12), transparent 30%);
    border: 1px solid var(--vpe-line);
    box-shadow: var(--vpe-shadow-soft);
}

.vpe-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.vpe-form label {
    display: grid;
    gap: 8px;
    color: var(--vpe-navy);
    font-weight: 950;
}

.vpe-form label span {
    color: var(--vpe-red);
}

.vpe-form__wide,
.vpe-form__notice,
.vpe-form__result {
    grid-column: 1 / -1;
}

.vpe-form textarea {
    min-height: 150px;
}

.vpe-form__notice {
    background: var(--vpe-warn-bg);
    border: 1px solid var(--vpe-warn-line);
    border-radius: 15px;
    padding: 14px 15px;
    color: #7a4b00;
    font-weight: 950;
}

.vpe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
    transition: 0.16s ease;
}

.vpe-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--vpe-blue), var(--vpe-navy-2));
    box-shadow: 0 15px 34px rgba(13,139,232,0.20);
}

.vpe-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(13,139,232,0.28);
}

.vpe-form__result {
    border-radius: 14px;
    padding: 15px;
    text-align: center;
    font-weight: 950;
}

.vpe-form__result.is-success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.vpe-form__result.is-error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.vpe-form button[disabled] {
    opacity: 0.7;
    cursor: wait;
}

.vpe-parts-admin {
    max-width: 1280px;
}

.vpe-parts-admin .vpe-section__head {
    text-align: left;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 26px;
    border-radius: 28px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(0,52,99,0.98), rgba(7,20,38,0.98)),
        radial-gradient(circle at 90% 0%, rgba(56,189,248,0.24), transparent 34%);
    box-shadow: 0 28px 80px rgba(0,52,99,0.18);
}

.vpe-parts-admin .vpe-section__head h1 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -0.05em;
}

.vpe-parts-admin .vpe-section__head p {
    color: rgba(255,255,255,0.70);
}

.vpe-parts-admin .vpe-process-notice {
    margin-top: 18px;
    margin-bottom: 20px;
    padding: 16px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--vpe-line-strong);
    box-shadow: var(--vpe-shadow-soft);
}

.vpe-parts-admin .vpe-process-notice strong {
    margin-right: 14px;
    color: var(--vpe-navy);
    font-weight: 950;
}

.vpe-parts-admin .vpe-process-notice span {
    color: var(--vpe-muted);
}

.vpe-admin-denied {
    background: #fff;
    border: 1px solid var(--vpe-line);
    border-radius: 18px;
    padding: 30px;
    color: var(--vpe-navy);
    text-align: center;
    font-weight: 950;
}

.vpe-admin-form,
.vpe-admin-list {
    padding: 24px;
    margin-top: 20px;
}

.vpe-admin-form h2,
.vpe-admin-list h2 {
    margin: 0 0 18px;
    color: var(--vpe-navy);
    font-size: 25px;
    font-weight: 950;
}

.vpe-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.vpe-admin-grid label {
    display: grid;
    gap: 8px;
    color: var(--vpe-navy);
    font-weight: 950;
}

.vpe-admin-wide {
    grid-column: 1 / -1;
}

.vpe-admin-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vpe-text);
    font-weight: 800;
}

.vpe-admin-check input {
    width: auto;
}

.vpe-admin-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--vpe-line-strong);
    border-radius: 18px;
}

.vpe-admin-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    background: #fff;
}

.vpe-admin-table th,
.vpe-admin-table td {
    padding: 14px 12px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--vpe-line);
}

.vpe-admin-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    color: var(--vpe-navy);
    background: #f3f8fd;
    font-weight: 950;
}

.vpe-admin-table tr:hover td {
    background: #fbfdff;
}

.vpe-admin-table small {
    display: block;
    margin-top: 6px;
    color: var(--vpe-muted);
    line-height: 1.5;
}

.vpe-inline-form {
    display: inline;
    margin-left: 8px;
}

.vpe-inline-form button {
    border: 1px solid var(--vpe-line-strong);
    background: #fff;
    border-radius: 10px;
    padding: 6px 10px;
    cursor: pointer;
    font-weight: 900;
}

@media (max-width: 1260px) {
    .vpe-work-header,
    .vpe-estimate-grid {
        grid-template-columns: 1fr;
    }

    .vpe-preset-area {
        position: static;
    }

    .vpe-builder {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .vpe-builder__quote {
        grid-column: 1 / -1;
        position: static;
    }
}

@media (max-width: 760px) {
    .vasti-pc-estimate {
        margin-top: -82px;
        padding: 14px 14px 70px;
    }

    .vpe-work-header {
        padding: 22px;
    }

    .vpe-work-header,
    .vpe-builder,
    .vpe-form,
    .vpe-admin-grid,
    .vpe-search {
        grid-template-columns: 1fr;
    }

    .vpe-preset-area,
    .vpe-build-area,
    .vpe-request,
    .vpe-admin-form,
    .vpe-admin-list {
        padding: 18px;
    }

    .vpe-build-head {
        display: block;
    }

    .vpe-build-head > span {
        display: inline-flex;
        margin-top: 10px;
    }

    .vpe-part {
        grid-template-columns: 1fr;
    }

    .vpe-part button {
        width: 100%;
    }
}

/* ===== VASTI PC Estimate 0.7.0 Hotfix ===== */

.vpe-work-header {
    background:
        linear-gradient(135deg, #003463 0%, #06284a 48%, #071426 100%) !important;
    color: #fff !important;
}

.vpe-work-header__main,
.vpe-work-header__main * {
    color: inherit;
}

.vpe-work-header .vpe-kicker {
    color: #9edcff !important;
}

.vpe-work-header h1 {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.vpe-work-header p {
    color: rgba(255, 255, 255, 0.78) !important;
}

.vpe-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.vpe-hero-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.88) !important;
    font-size: 13px;
    font-weight: 900;
}

.vpe-work-flow {
    background: rgba(255,255,255,0.12) !important;
    border-color: rgba(255,255,255,0.18) !important;
}

.vpe-work-flow strong {
    background: rgba(255,255,255,0.16) !important;
    color: #fff !important;
}

.vpe-work-flow span {
    color: rgba(255,255,255,0.80) !important;
}

.vpe-build-head > span {
    background: #eef7ff !important;
    color: #003463 !important;
}

.vpe-build-head > span::before {
    background: #0d8be8 !important;
}

.vpe-form,
.vpe-form * {
    box-sizing: border-box;
}

.vpe-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start;
    row-gap: 18px;
    column-gap: 18px;
}

.vpe-form label {
    min-width: 0;
}

.vpe-form input,
.vpe-form select,
.vpe-form textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.vpe-form textarea {
    min-height: 170px;
    resize: vertical;
}

.vpe-form__notice {
    display: block;
    margin-top: 2px;
}

.vpe-request {
    margin-top: 48px;
}

@media (max-width: 760px) {
    .vpe-form {
        grid-template-columns: 1fr !important;
    }

    .vpe-work-header {
        grid-template-columns: 1fr !important;
    }

    .vpe-hero-points {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* ===== VASTI PC Estimate 0.8.0: category/detail upgrade ===== */

.vpe-build-area {
    padding-top: 28px !important;
}

.vpe-build-head {
    padding: 0 0 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(150, 174, 199, 0.22);
}

.vpe-builder {
    margin-top: 4px;
}

.vpe-subcategory-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -2px 0 14px;
}

.vpe-subcategory-filter[hidden] {
    display: none !important;
}

.vpe-subcategory-filter button {
    border: 1px solid var(--vpe-line-strong);
    border-radius: 999px;
    background: #fff;
    color: var(--vpe-navy);
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.16s ease;
}

.vpe-subcategory-filter button:hover {
    border-color: var(--vpe-blue);
    background: #f3f9ff;
}

.vpe-subcategory-filter button.is-active {
    border-color: transparent;
    background: var(--vpe-navy);
    color: #fff;
}

.vpe-part__badge {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eaf6ff;
    color: var(--vpe-navy);
    font-size: 12px;
    font-weight: 900;
}

.vpe-builder__quote li {
    grid-template-columns: 86px 1fr !important;
}

.vpe-builder__side {
    align-self: start;
}

.vpe-builder__side button {
    min-height: 42px;
}

.vpe-work-header h1 {
    max-width: 840px;
}

.vpe-form {
    overflow: visible !important;
}

@media (max-width: 1260px) {
    .vpe-build-area {
        padding-top: 24px !important;
    }
}

@media (max-width: 760px) {
    .vpe-subcategory-filter {
        margin-top: 0;
    }
}

/* ===== VASTI PC Estimate 0.10.0: multi select / quantity UI ===== */

.vpe-part__selected {
    display: inline-flex;
    width: fit-content;
    margin-top: 9px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #003463;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.vpe-part.is-selected {
    border-color: #0d8be8 !important;
    background: linear-gradient(180deg, #eef8ff, #ffffff) !important;
}

.vpe-part.is-selected button {
    background: #0d8be8 !important;
}

.vpe-summary-item {
    display: grid;
    gap: 7px;
    padding: 8px 0;
    text-align: left;
}

.vpe-summary-item + .vpe-summary-item {
    border-top: 1px dashed rgba(150, 174, 199, 0.35);
}

.vpe-summary-item b {
    display: block;
    color: #0b1220;
    font-size: 13px;
    line-height: 1.35;
    word-break: keep-all;
}

.vpe-summary-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.vpe-summary-meta i {
    display: inline-flex;
    min-width: 36px;
    justify-content: center;
    padding: 4px 7px;
    border-radius: 999px;
    background: #eaf6ff;
    color: #003463;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.vpe-summary-meta small {
    color: #748295;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.vpe-summary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.vpe-summary-actions button {
    border: 1px solid #cfe0ef;
    background: #fff;
    color: #003463;
    border-radius: 8px;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.vpe-summary-actions button:hover {
    border-color: #0d8be8;
    background: #f3f9ff;
}

.vpe-builder__quote em {
    text-align: left !important;
}

.vpe-builder__quote li {
    align-items: start;
}

.vpe-builder__quote li > span {
    padding-top: 10px;
}

.vpe-total strong {
    word-break: keep-all;
}

@media (max-width: 1260px) {
    .vpe-summary-item {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ===== VASTI PC Estimate 0.11.0: purchase / rental mode ===== */

.vpe-commerce-mode {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin: 0 0 18px;
    padding: 18px 20px;
    border: 1px solid rgba(150, 174, 199, 0.28);
    border-radius: 22px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
}

.vpe-commerce-mode h2 {
    margin: 6px 0 5px;
    color: #08111f;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.vpe-commerce-mode p {
    margin: 0;
    color: #748295;
    line-height: 1.55;
}

.vpe-commerce-mode__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px;
}

.vpe-commerce-mode__buttons button {
    border: 1px solid #cfe0ef;
    border-radius: 17px;
    background: #fff;
    padding: 14px 16px;
    text-align: left;
    cursor: pointer;
    transition: 0.16s ease;
}

.vpe-commerce-mode__buttons button:hover {
    transform: translateY(-1px);
    border-color: #0d8be8;
    background: #f4faff;
}

.vpe-commerce-mode__buttons button.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #003463, #075892);
    box-shadow: 0 14px 30px rgba(0,52,99,0.18);
}

.vpe-commerce-mode__buttons strong,
.vpe-commerce-mode__buttons span {
    display: block;
}

.vpe-commerce-mode__buttons strong {
    color: #003463;
    font-size: 17px;
    font-weight: 950;
}

.vpe-commerce-mode__buttons span {
    margin-top: 4px;
    color: #748295;
    font-size: 13px;
    font-weight: 800;
}

.vpe-commerce-mode__buttons button.is-active strong,
.vpe-commerce-mode__buttons button.is-active span {
    color: #fff;
}

.vpe-mode-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
    padding: 10px 12px;
    border: 1px solid #cfe0ef;
    border-radius: 13px;
    background: #f8fbff;
}

.vpe-mode-summary span {
    color: #748295;
    font-size: 13px;
    font-weight: 900;
}

.vpe-mode-summary strong {
    color: #003463;
    font-size: 15px;
    font-weight: 950;
}

@media (max-width: 900px) {
    .vpe-commerce-mode {
        grid-template-columns: 1fr;
    }

    .vpe-commerce-mode__buttons {
        grid-template-columns: 1fr;
    }
}

/* ===== VASTI PC Estimate 0.12.0: remove mode / add reset ===== */

.vpe-commerce-mode,
.vpe-mode-summary {
    display: none !important;
}

.vpe-build-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.vpe-build-actions > span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef7ff;
    color: #003463;
    font-size: 13px;
    font-weight: 950;
}

.vpe-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid #cfe0ef;
    border-radius: 999px;
    background: #fff;
    color: #003463;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
    transition: 0.16s ease;
}

.vpe-reset-btn:hover {
    border-color: #0d8be8;
    background: #f3f9ff;
    transform: translateY(-1px);
}

@media (max-width: 760px) {
    .vpe-build-actions {
        justify-content: flex-start;
    }
}

/* ===== VASTI PC Estimate 0.13.0: vertical layout + bottom quote drawer ===== */

.vasti-pc-estimate {
    padding-bottom: 170px !important;
}

.vpe-estimate-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
}

.vpe-preset-area {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
}

.vpe-preset-area .vpe-box-head {
    margin-bottom: 14px !important;
}

.vpe-preset-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-height: none !important;
    overflow: visible !important;
}

.vpe-preset-item {
    min-height: 86px !important;
}

.vpe-build-area {
    width: 100% !important;
}

.vpe-build-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 16px !important;
}

.vpe-build-actions {
    justify-content: flex-end !important;
}

.vpe-build-actions .vpe-reset-btn {
    display: none !important;
}

.vpe-builder {
    grid-template-columns: 150px minmax(0, 1fr) !important;
    align-items: start !important;
}

.vpe-builder__side {
    position: sticky !important;
    top: 110px !important;
}

.vpe-category-reset {
    margin-top: 8px !important;
    border-color: #0d8be8 !important;
    background: #f3f9ff !important;
    color: #003463 !important;
}

.vpe-category-reset:hover {
    background: #003463 !important;
    color: #fff !important;
}

/* 하단 접힘 견적 요약 */
.vpe-builder__quote {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    width: min(720px, calc(100vw - 24px)) !important;
    max-height: min(78vh, 720px) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(150, 174, 199, 0.38) !important;
    border-bottom: 0 !important;
    border-radius: 24px 24px 0 0 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 -22px 60px rgba(15, 23, 42, 0.18) !important;
    backdrop-filter: blur(18px) !important;
    transform: translate(-50%, calc(100% - 72px)) !important;
    transition: transform 0.22s ease !important;
}

.vpe-builder__quote.is-open {
    transform: translate(-50%, 0) !important;
}

.vpe-quote-drawer__bar {
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 72px !important;
    padding: 14px 18px !important;
    border: 0 !important;
    border-radius: 24px 24px 0 0 !important;
    background: linear-gradient(135deg, #003463, #071426) !important;
    color: #fff !important;
    cursor: pointer !important;
}

.vpe-quote-drawer__bar span {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 950 !important;
}

.vpe-quote-drawer__bar strong {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

.vpe-quote-drawer__bar em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 48px !important;
    min-height: 32px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.14) !important;
    color: #fff !important;
    font-style: normal !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

.vpe-quote-drawer__body {
    max-height: calc(min(78vh, 720px) - 72px) !important;
    overflow-y: auto !important;
    padding: 18px !important;
}

.vpe-quote-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
}

.vpe-quote-head h3 {
    margin: 0 !important;
}

.vpe-quote-head button {
    border: 1px solid #cfe0ef !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #003463 !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
}

.vpe-builder__quote ul {
    max-height: none !important;
    overflow: visible !important;
}

.vpe-builder__quote .vpe-total {
    margin-top: 14px !important;
}

/* 예전 구매/렌탈 UI는 완전 숨김 */
.vpe-commerce-mode,
.vpe-mode-summary {
    display: none !important;
}

@media (max-width: 1180px) {
    .vpe-preset-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vpe-builder {
        grid-template-columns: 1fr !important;
    }

    .vpe-builder__side {
        position: relative !important;
        top: auto !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .vpe-builder__side h3 {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 760px) {
    .vpe-preset-list {
        grid-template-columns: 1fr !important;
    }

    .vpe-build-head {
        grid-template-columns: 1fr !important;
    }

    .vpe-builder__side {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vpe-quote-drawer__bar {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
        text-align: left !important;
    }

    .vpe-quote-drawer__bar strong {
        font-size: 16px !important;
    }
}

/* ===== VASTI PC Estimate 0.14.0: real viewport bottom drawer ===== */

body.vpe-has-fixed-quote-drawer {
    padding-bottom: 86px !important;
}

body.vpe-quote-drawer-open {
    overflow: hidden;
}

.vpe-fixed-quote-drawer.vpe-builder__quote {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 2147483000 !important;

    width: min(760px, calc(100vw - 28px)) !important;
    max-width: 760px !important;
    max-height: 82dvh !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid rgba(148, 163, 184, 0.42) !important;
    border-bottom: 0 !important;
    border-radius: 24px 24px 0 0 !important;

    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 -24px 70px rgba(15, 23, 42, 0.24) !important;
    backdrop-filter: blur(20px) !important;

    transform: translate3d(-50%, calc(100% - 72px), 0) !important;
    transition: transform 0.24s ease !important;

    overflow: hidden !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
    transform: translate3d(-50%, 0, 0) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 12px !important;

    width: 100% !important;
    min-height: 72px !important;
    padding: 14px 18px !important;

    border: 0 !important;
    border-radius: 24px 24px 0 0 !important;
    background: linear-gradient(135deg, #003463 0%, #052846 52%, #071426 100%) !important;
    color: #fff !important;
    cursor: pointer !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span,
.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong,
.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    color: #fff !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
    font-size: 17px !important;
    font-weight: 950 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
    font-size: 18px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 50px !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    font-style: normal !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body {
    display: block !important;
    max-height: calc(82dvh - 72px) !important;
    overflow-y: auto !important;
    padding: 18px !important;
    background: #fff !important;
}

.vpe-fixed-quote-drawer .vpe-quote-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: -18px -18px 14px !important;
    padding: 16px 18px 12px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #e5eef7 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-head h3 {
    margin: 0 !important;
    color: #0b1220 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-head button {
    border: 1px solid #cfe0ef !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #003463 !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
}

.vpe-fixed-quote-drawer ul {
    max-height: none !important;
    overflow: visible !important;
}

.vpe-fixed-quote-drawer .vpe-total {
    margin-top: 14px !important;
}

/* 페이지 안쪽에 남아 있던 견적 요약 자리 영향 제거 */
.vpe-builder {
    grid-template-columns: 150px minmax(0, 1fr) !important;
}

.vpe-builder > .vpe-builder__quote:not(.vpe-fixed-quote-drawer) {
    display: none !important;
}

@media (max-width: 760px) {
    body.vpe-has-fixed-quote-drawer {
        padding-bottom: 78px !important;
    }

    .vpe-fixed-quote-drawer.vpe-builder__quote {
        width: 100vw !important;
        max-width: 100vw !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 20px 20px 0 0 !important;
        transform: translate3d(-50%, calc(100% - 68px), 0) !important;
    }

    .vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
        transform: translate3d(-50%, 0, 0) !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
        min-height: 68px !important;
        grid-template-columns: 1fr auto !important;
        border-radius: 20px 20px 0 0 !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
        grid-column: 1 / -1 !important;
        font-size: 15px !important;
    }
}

/* ===== VASTI PC Estimate 0.15.0: wider fixed quote drawer + reliable toggle ===== */

.vpe-fixed-quote-drawer.vpe-builder__quote {
    width: min(1180px, calc(100vw - 48px)) !important;
    max-width: 1180px !important;
    max-height: 84dvh !important;
    pointer-events: auto !important;
    transform: translate3d(-50%, calc(100% - 76px), 0) !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
    transform: translate3d(-50%, 0, 0) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    min-height: 76px !important;
    padding: 16px 22px !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    cursor: pointer !important;
    user-select: none !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
    font-size: 18px !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
    font-size: 20px !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    min-width: 58px !important;
    min-height: 36px !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body {
    max-height: calc(84dvh - 76px) !important;
    overflow-y: auto !important;
}

.vpe-fixed-quote-drawer:not(.is-open) .vpe-quote-drawer__body {
    pointer-events: none !important;
}

.vpe-fixed-quote-drawer.is-open .vpe-quote-drawer__body {
    pointer-events: auto !important;
}

/* 워드프레스 관리자바가 있어도 하단 고정 유지 */
body.admin-bar .vpe-fixed-quote-drawer.vpe-builder__quote {
    bottom: 0 !important;
}

/* 하단바가 페이지 내부 스타일에 눌리지 않도록 최종 우선순위 재선언 */
body .vpe-fixed-quote-drawer.vpe-builder__quote {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 2147483640 !important;
}

@media (max-width: 900px) {
    .vpe-fixed-quote-drawer.vpe-builder__quote {
        width: min(100vw, calc(100vw - 20px)) !important;
        max-width: none !important;
        transform: translate3d(-50%, calc(100% - 72px), 0) !important;
    }

    .vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
        transform: translate3d(-50%, 0, 0) !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
        min-height: 72px !important;
        grid-template-columns: 1fr auto !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
        grid-column: 1 / -1 !important;
        font-size: 16px !important;
    }
}

/* ===== VASTI PC Estimate 0.16.0: rebuilt estimate state / bottom drawer ===== */

body.vpe-has-fixed-quote-drawer {
    padding-bottom: 96px !important;
}

body.vpe-quote-drawer-open {
    overflow: hidden !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 2147483640 !important;

    width: min(1180px, calc(100vw - 48px)) !important;
    max-width: 1180px !important;
    max-height: 84dvh !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(148, 163, 184, 0.42) !important;
    border-bottom: 0 !important;
    border-radius: 24px 24px 0 0 !important;

    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 -24px 70px rgba(15, 23, 42, 0.24) !important;
    backdrop-filter: blur(20px) !important;

    transform: translate3d(-50%, calc(100% - 76px), 0) !important;
    transition: transform 0.24s ease !important;
    overflow: hidden !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
    transform: translate3d(-50%, 0, 0) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 14px !important;

    width: 100% !important;
    min-height: 76px !important;
    padding: 16px 24px !important;

    border: 0 !important;
    border-radius: 24px 24px 0 0 !important;
    background: linear-gradient(135deg, #003463 0%, #052846 52%, #071426 100%) !important;
    color: #fff !important;
    cursor: pointer !important;
    user-select: none !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span,
.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong,
.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    color: #fff !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
    font-size: 18px !important;
    font-weight: 950 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
    font-size: 20px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 58px !important;
    min-height: 36px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    font-style: normal !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body {
    max-height: calc(84dvh - 76px) !important;
    overflow-y: auto !important;
    padding: 20px !important;
    background: #fff !important;
}

.vpe-fixed-quote-drawer:not(.is-open) .vpe-quote-drawer__body {
    pointer-events: none !important;
}

.vpe-fixed-quote-drawer.is-open .vpe-quote-drawer__body {
    pointer-events: auto !important;
}

.vpe-quote-head {
    position: sticky !important;
    top: -20px !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: -20px -20px 16px !important;
    padding: 16px 20px 12px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #e5eef7 !important;
}

.vpe-quote-head h3 {
    margin: 0 !important;
    color: #0b1220 !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

.vpe-quote-head button,
.vpe-summary-controls button {
    border: 1px solid #cfe0ef !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #003463 !important;
    min-height: 30px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
}

.vpe-selected-preset-summary {
    display: grid !important;
    gap: 4px !important;
    padding: 14px 16px !important;
    margin-bottom: 14px !important;
    border: 1px solid #cfe0ef !important;
    border-radius: 16px !important;
    background: #f5faff !important;
}

.vpe-selected-preset-summary span {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.vpe-selected-preset-summary strong {
    color: #003463 !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

.vpe-summary-list {
    display: grid !important;
    gap: 10px !important;
}

.vpe-summary-row {
    display: grid !important;
    grid-template-columns: 130px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #e5eef7 !important;
}

.vpe-summary-row > strong {
    color: #0b1220 !important;
    font-size: 17px !important;
    font-weight: 950 !important;
}

.vpe-summary-row.is-empty > span {
    color: #94a3b8 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.vpe-summary-items {
    display: grid !important;
    gap: 8px !important;
}

.vpe-summary-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 12px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
}

.vpe-summary-item b {
    display: block !important;
    color: #003463 !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

.vpe-summary-item span {
    display: block !important;
    margin-top: 3px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.vpe-summary-controls {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
}

.vpe-summary-controls em {
    color: #003463 !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

.vpe-compatibility-box {
    display: grid !important;
    gap: 6px !important;
    margin-top: 14px !important;
    padding: 14px 16px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
}

.vpe-compatibility-box p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.vpe-total {
    display: grid !important;
    gap: 6px !important;
    margin-top: 14px !important;
    padding: 18px !important;
    border-radius: 18px !important;
    background: #071426 !important;
}

.vpe-total span {
    color: rgba(255,255,255,0.72) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.vpe-total strong {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 950 !important;
}

.vpe-part-card {
    position: relative !important;
}

.vpe-part-card.is-selected {
    border-color: #0d8be8 !important;
    background: #f5faff !important;
}

.vpe-part-count {
    display: inline-flex !important;
    width: fit-content !important;
    margin-top: 8px !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #003463 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.vpe-empty {
    padding: 30px !important;
    border: 1px dashed #cfe0ef !important;
    border-radius: 18px !important;
    color: #64748b !important;
    text-align: center !important;
    font-weight: 800 !important;
}

@media (max-width: 900px) {
    .vpe-fixed-quote-drawer.vpe-builder__quote {
        width: 100vw !important;
        max-width: 100vw !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 20px 20px 0 0 !important;
        transform: translate3d(-50%, calc(100% - 72px), 0) !important;
    }

    .vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
        transform: translate3d(-50%, 0, 0) !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
        min-height: 72px !important;
        grid-template-columns: 1fr auto !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
        grid-column: 1 / -1 !important;
        font-size: 16px !important;
    }

    .vpe-summary-row {
        grid-template-columns: 1fr !important;
    }

    .vpe-summary-item {
        grid-template-columns: 1fr !important;
    }
}

/* ===== VASTI PC Estimate 0.17.0: readability / modern UX polish ===== */

.vasti-pc-estimate {
    --vpe-bg: #f3f8fc;
    --vpe-surface: rgba(255, 255, 255, 0.92);
    --vpe-surface-strong: #ffffff;
    --vpe-ink: #071426;
    --vpe-text: #243449;
    --vpe-muted: #718096;
    --vpe-line: #d7e5f2;
    --vpe-blue: #0d8be8;
    --vpe-navy: #003463;
    --vpe-navy-2: #052846;
    --vpe-chip: #eef7ff;
    --vpe-shadow: 0 24px 70px rgba(15, 35, 60, 0.10);

    color: var(--vpe-text) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

/* 전체 섹션: 과한 장식보다 읽기 쉬운 카드형 */
.vpe-work-header,
.vpe-preset-area,
.vpe-build-area,
.vpe-form-section,
.vpe-section {
    border-radius: 28px !important;
}

.vpe-work-header {
    min-height: auto !important;
    padding: clamp(34px, 4vw, 58px) !important;
    background:
        radial-gradient(circle at 84% 18%, rgba(42, 170, 255, 0.20), transparent 34%),
        linear-gradient(135deg, #003463 0%, #052846 52%, #071426 100%) !important;
    box-shadow: 0 28px 80px rgba(0, 52, 99, 0.22) !important;
}

.vpe-work-header h1 {
    max-width: 720px !important;
    font-size: clamp(34px, 4.2vw, 62px) !important;
    letter-spacing: -0.055em !important;
    line-height: 1.05 !important;
}

.vpe-work-header p {
    max-width: 760px !important;
    margin-top: 16px !important;
    font-size: clamp(16px, 1.35vw, 19px) !important;
    color: rgba(255,255,255,0.76) !important;
}

.vpe-hero-points span {
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    background: rgba(255,255,255,0.10) !important;
    color: rgba(255,255,255,0.88) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

.vpe-work-flow {
    border-radius: 22px !important;
    background: rgba(255,255,255,0.13) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08) !important;
}

/* 용도별 추천: bento 느낌의 넓은 리스트 카드 */
.vpe-preset-area {
    padding: clamp(22px, 2.4vw, 34px) !important;
    background: var(--vpe-surface) !important;
    border: 1px solid rgba(215,229,242,0.95) !important;
    box-shadow: var(--vpe-shadow) !important;
    backdrop-filter: blur(18px) !important;
}

.vpe-preset-area .vpe-box-head h2,
.vpe-build-head h2,
.vpe-section__head h2 {
    color: var(--vpe-ink) !important;
    font-size: clamp(24px, 2vw, 32px) !important;
    letter-spacing: -0.035em !important;
    line-height: 1.2 !important;
}

.vpe-preset-area .vpe-box-head p,
.vpe-build-head p,
.vpe-section__head p {
    color: var(--vpe-muted) !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.vpe-preset-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.vpe-preset-item {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px !important;
    min-height: 116px !important;
    padding: 18px !important;
    border: 1px solid var(--vpe-line) !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,0.84) !important;
    box-shadow: none !important;
    text-align: left !important;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease !important;
}

.vpe-preset-item:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(13,139,232,0.55) !important;
    box-shadow: 0 18px 38px rgba(13, 139, 232, 0.12) !important;
}

.vpe-preset-item.is-selected {
    border-color: var(--vpe-blue) !important;
    background: linear-gradient(180deg, #f8fcff 0%, #eef8ff 100%) !important;
    box-shadow: 0 18px 42px rgba(13, 139, 232, 0.14) !important;
}

.vpe-preset-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    background: #f0f7ff !important;
    font-size: 20px !important;
}

.vpe-preset-body strong {
    display: block !important;
    color: var(--vpe-navy) !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
}

.vpe-preset-body em {
    display: block !important;
    margin-top: 5px !important;
    color: var(--vpe-muted) !important;
    font-style: normal !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
}

.vpe-preset-body b {
    display: block !important;
    margin-top: 8px !important;
    color: var(--vpe-ink) !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

/* 부품 선택 섹션 */
.vpe-build-area {
    padding: clamp(22px, 2.4vw, 34px) !important;
    background: var(--vpe-surface) !important;
    border: 1px solid rgba(215,229,242,0.95) !important;
    box-shadow: var(--vpe-shadow) !important;
    backdrop-filter: blur(18px) !important;
}

.vpe-build-head {
    padding-bottom: 22px !important;
    border-bottom: 1px solid var(--vpe-line) !important;
}

.vpe-build-actions > span {
    min-height: 34px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: #eef7ff !important;
    color: var(--vpe-navy) !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

.vpe-builder {
    display: grid !important;
    grid-template-columns: 148px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
}

.vpe-builder__categories,
.vpe-category-nav,
.vpe-category-panel {
    position: sticky !important;
    top: 96px !important;
    align-self: start !important;
    padding: 16px !important;
    border: 1px solid var(--vpe-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(15, 35, 60, 0.07) !important;
}

.vpe-builder__categories h3,
.vpe-category-nav h3,
.vpe-category-panel h3 {
    margin: 0 0 12px !important;
    color: var(--vpe-navy) !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

[data-vpe-category],
.vpe-category-button,
.vpe-category-reset {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 0 8px !important;
    padding: 0 13px !important;
    border: 1px solid var(--vpe-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: #0b1220 !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: 0.16s ease !important;
}

[data-vpe-category]::after {
    content: "›" !important;
    float: right !important;
    color: #8da2b8 !important;
}

[data-vpe-category].is-active,
[data-vpe-category][aria-selected="true"] {
    border-color: var(--vpe-navy) !important;
    background: var(--vpe-navy) !important;
    color: #fff !important;
}

[data-vpe-category].is-active::after,
[data-vpe-category][aria-selected="true"]::after {
    color: #fff !important;
}

.vpe-category-reset {
    margin-top: 10px !important;
    border-color: rgba(13,139,232,0.55) !important;
    color: var(--vpe-navy) !important;
    text-align: center !important;
}

/* 부품 리스트 패널 */
.vpe-builder__main,
.vpe-parts-panel,
.vpe-build-main {
    min-height: 520px !important;
    padding: 22px !important;
    border: 1px solid var(--vpe-line) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(15, 35, 60, 0.06) !important;
}

.vpe-builder__main h2,
.vpe-builder__main h3,
.vpe-parts-panel h2,
.vpe-parts-panel h3 {
    margin: 0 0 8px !important;
    color: var(--vpe-ink) !important;
    font-size: 28px !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
}

[data-vpe-filter-bar],
.vpe-part-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 10px 0 18px !important;
}

[data-vpe-filter],
.vpe-part-filters button {
    min-height: 36px !important;
    padding: 0 14px !important;
    border: 1px solid #cfe0ef !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--vpe-navy) !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
}

[data-vpe-filter].is-active,
.vpe-part-filters button.is-active {
    border-color: var(--vpe-navy) !important;
    background: var(--vpe-navy) !important;
    color: #fff !important;
}

[data-vpe-search],
[data-vpe-part-search],
.vpe-part-search,
.vpe-builder__main input[type="search"] {
    min-height: 58px !important;
    padding: 0 20px !important;
    border: 1px solid #cfe0ef !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #0b1220 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 28px rgba(15, 35, 60, 0.05) !important;
}

.vpe-parts-list {
    display: grid !important;
    gap: 12px !important;
}

.vpe-part-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 18px !important;
    align-items: center !important;
    min-height: 116px !important;
    padding: 18px !important;
    border: 1px solid #cfe0ef !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8fc 100%) !important;
    box-shadow: none !important;
    transition: 0.16s ease !important;
}

.vpe-part-card:hover {
    border-color: rgba(13,139,232,0.60) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 16px 36px rgba(13,139,232,0.10) !important;
}

.vpe-part-card.is-selected {
    border-color: var(--vpe-blue) !important;
    background: #f3faff !important;
}

.vpe-part-badge,
.vpe-part-card__main > span:first-child {
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 26px !important;
    align-items: center !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    background: #e6f4ff !important;
    color: var(--vpe-navy) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

.vpe-part-card h4 {
    margin: 10px 0 6px !important;
    color: var(--vpe-navy) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    letter-spacing: -0.015em !important;
}

.vpe-part-card p {
    margin: 0 !important;
    color: #718096 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
}

.vpe-part-card strong {
    display: block !important;
    margin-top: 10px !important;
    color: var(--vpe-blue) !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

.vpe-part-card > button,
.vpe-part-card button[data-vpe-add-part] {
    min-width: 56px !important;
    min-height: 44px !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: var(--vpe-navy) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
}

.vpe-part-card > button:hover,
.vpe-part-card button[data-vpe-add-part]:hover {
    background: var(--vpe-blue) !important;
}

.vpe-part-count {
    display: inline-flex !important;
    width: fit-content !important;
    margin-top: 9px !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: var(--vpe-navy) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

/* 하단 견적 드로어: 여백 문제 해결 */
body.vpe-has-fixed-quote-drawer {
    padding-bottom: 86px !important;
}

body.vpe-quote-drawer-open {
    overflow: hidden !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 2147483640 !important;

    width: min(1180px, calc(100vw - 48px)) !important;
    max-width: 1180px !important;
    max-height: min(760px, calc(100dvh - 82px)) !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(148, 163, 184, 0.42) !important;
    border-bottom: 0 !important;
    border-radius: 24px 24px 0 0 !important;
    background: rgba(255,255,255,0.98) !important;
    box-shadow: 0 -22px 70px rgba(15, 23, 42, 0.24) !important;
    backdrop-filter: blur(20px) !important;

    transform: translate3d(-50%, calc(100% - 74px), 0) !important;
    transition: transform 0.24s ease !important;
    overflow: hidden !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
    transform: translate3d(-50%, 0, 0) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 74px !important;
    padding: 14px 24px !important;
    border: 0 !important;
    border-radius: 24px 24px 0 0 !important;
    background: linear-gradient(135deg, #003463 0%, #052846 52%, #071426 100%) !important;
    color: #fff !important;
    cursor: pointer !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span,
.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong,
.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    color: #fff !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
    font-size: 18px !important;
    font-weight: 950 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
    font-size: 20px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 58px !important;
    min-height: 36px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.16) !important;
    font-style: normal !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body {
    max-height: calc(min(760px, calc(100dvh - 82px)) - 74px) !important;
    overflow-y: auto !important;
    padding: 18px 20px max(14px, env(safe-area-inset-bottom)) !important;
    background: #fff !important;
}

.vpe-fixed-quote-drawer .vpe-total {
    margin: 12px 0 0 !important;
    padding: 18px 20px !important;
    border-radius: 18px !important;
    background: #071426 !important;
}

.vpe-fixed-quote-drawer .vpe-total:last-child {
    margin-bottom: 0 !important;
}

.vpe-fixed-quote-drawer .vpe-total span {
    color: rgba(255,255,255,0.72) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
}

.vpe-fixed-quote-drawer .vpe-total strong {
    display: block !important;
    margin-top: 4px !important;
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
}

.vpe-quote-head {
    position: sticky !important;
    top: -18px !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: -18px -20px 14px !important;
    padding: 16px 20px 12px !important;
    background: rgba(255,255,255,0.96) !important;
    border-bottom: 1px solid #e5eef7 !important;
}

.vpe-quote-head h3 {
    margin: 0 !important;
    color: var(--vpe-ink) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}

.vpe-quote-head button,
.vpe-summary-controls button {
    border: 1px solid #cfe0ef !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--vpe-navy) !important;
    min-height: 30px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    cursor: pointer !important;
}

.vpe-summary-list {
    display: grid !important;
    gap: 8px !important;
}

.vpe-summary-row {
    display: grid !important;
    grid-template-columns: 124px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #e5eef7 !important;
}

.vpe-summary-row > strong {
    color: var(--vpe-ink) !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

.vpe-summary-row.is-empty > span {
    color: #94a3b8 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.vpe-summary-items {
    display: grid !important;
    gap: 7px !important;
}

.vpe-summary-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 10px 12px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
}

.vpe-summary-item b {
    display: block !important;
    color: var(--vpe-navy) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

.vpe-summary-item span {
    display: block !important;
    margin-top: 2px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

.vpe-summary-controls {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
}

.vpe-summary-controls em {
    color: var(--vpe-navy) !important;
    font-style: normal !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

.vpe-compatibility-box {
    margin-top: 12px !important;
    padding: 12px 14px !important;
    border: 1px solid #dbeafe !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
}

.vpe-compatibility-box p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

/* 상담 요청 폼 가독성 */
.vpe-form-section {
    padding: clamp(24px, 3vw, 44px) !important;
    background: rgba(255,255,255,0.88) !important;
    border: 1px solid rgba(215,229,242,0.95) !important;
    box-shadow: var(--vpe-shadow) !important;
}

.vpe-form-section form,
.vpe-form {
    max-width: 880px !important;
    margin: 0 auto !important;
}

.vpe-form label {
    color: var(--vpe-navy) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
}

.vpe-form input,
.vpe-form select,
.vpe-form textarea {
    border-radius: 16px !important;
    border: 1px solid #cfe0ef !important;
    color: var(--vpe-ink) !important;
    font-size: 16px !important;
    font-weight: 750 !important;
}

.vpe-form textarea {
    min-height: 160px !important;
}

.vpe-form button[type="submit"] {
    min-height: 56px !important;
    border-radius: 16px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #0d8be8 0%, #0064a8 100%) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

@media (max-width: 1180px) {
    .vpe-preset-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vpe-builder {
        grid-template-columns: 1fr !important;
    }

    .vpe-builder__categories,
    .vpe-category-nav,
    .vpe-category-panel {
        position: relative !important;
        top: auto !important;
    }
}

@media (max-width: 760px) {
    .vpe-work-header {
        padding: 28px 22px !important;
        border-radius: 22px !important;
    }

    .vpe-work-header h1 {
        font-size: 34px !important;
    }

    .vpe-preset-list {
        grid-template-columns: 1fr !important;
    }

    .vpe-part-card {
        grid-template-columns: 1fr !important;
    }

    .vpe-part-card > button,
    .vpe-part-card button[data-vpe-add-part] {
        width: 100% !important;
    }

    .vpe-fixed-quote-drawer.vpe-builder__quote {
        width: 100vw !important;
        max-width: 100vw !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 20px 20px 0 0 !important;
        transform: translate3d(-50%, calc(100% - 72px), 0) !important;
    }

    .vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
        transform: translate3d(-50%, 0, 0) !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
        min-height: 72px !important;
        grid-template-columns: 1fr auto !important;
        padding: 12px 16px !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
        grid-column: 1 / -1 !important;
        font-size: 16px !important;
    }

    .vpe-summary-row,
    .vpe-summary-item {
        grid-template-columns: 1fr !important;
    }
}

/* ===== VASTI PC Estimate 0.18.0: drawer cleanup / no inner scrollbar / sharper UI ===== */

/* 체감 DPI/선명도 보정 */
.vasti-pc-estimate,
.vpe-fixed-quote-drawer,
.vpe-fixed-quote-drawer * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: geometricPrecision !important;
}

/* 페이지 가로 스크롤 방지 */
html,
body {
    overflow-x: hidden !important;
}

/* 하단 드로어는 브라우저 하단 고정 유지 */
.vpe-fixed-quote-drawer.vpe-builder__quote {
    width: min(1280px, calc(100vw - 40px)) !important;
    max-width: 1280px !important;
    max-height: calc(100dvh - 96px) !important;
    border-radius: 24px 24px 0 0 !important;
    transform: translate3d(-50%, calc(100% - 74px), 0) !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
    transform: translate3d(-50%, 0, 0) !important;
}

/* 상단 바의 접기/열기 버튼만 사용 */
.vpe-fixed-quote-drawer .vpe-quote-head button,
.vpe-fixed-quote-drawer .vpe-quote-drawer__body > .vpe-quote-head button,
.vpe-fixed-quote-drawer .vpe-quote-head [data-vpe-quote-toggle] {
    display: none !important;
}

/* 본문 헤더는 제목만 보이게 정리 */
.vpe-fixed-quote-drawer .vpe-quote-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;
    margin: -18px -20px 12px !important;
    padding: 16px 20px 12px !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: rgba(255,255,255,0.98) !important;
    border-bottom: 1px solid #e5eef7 !important;
}

.vpe-fixed-quote-drawer .vpe-quote-head h3 {
    margin: 0 !important;
    color: #071426 !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    letter-spacing: -0.02em !important;
}

/* 하단 드로어 내부 스크롤바 숨김: 스크롤 기능은 유지 */
.vpe-fixed-quote-drawer .vpe-quote-drawer__body {
    max-height: calc(100dvh - 170px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-bottom: max(14px, env(safe-area-inset-bottom)) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

/* 하단 드로어 상단 바 선명도/밀도 개선 */
.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    min-height: 74px !important;
    padding: 14px 26px !important;
    border-radius: 24px 24px 0 0 !important;
    background: linear-gradient(135deg, #003463 0%, #052846 55%, #071426 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
    font-size: 19px !important;
    font-weight: 950 !important;
    letter-spacing: -0.025em !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
    font-size: 21px !important;
    font-weight: 950 !important;
    letter-spacing: -0.025em !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    min-width: 62px !important;
    min-height: 38px !important;
    padding: 0 15px !important;
    background: rgba(255,255,255,0.17) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}

/* 견적 행 가독성 개선 */
.vpe-fixed-quote-drawer .vpe-summary-row {
    grid-template-columns: 130px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 14px 0 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-row > strong {
    font-size: 17px !important;
    font-weight: 950 !important;
    color: #071426 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item {
    padding: 11px 13px !important;
    border-radius: 15px !important;
    background: #f7fbff !important;
    border-color: #d9eafa !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item b {
    font-size: 14px !important;
    font-weight: 950 !important;
    color: #003463 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item span {
    font-size: 12px !important;
    color: #64748b !important;
}

/* 예상 부품 합계 아래 여백 제거 */
.vpe-fixed-quote-drawer .vpe-total {
    margin: 12px 0 0 !important;
    padding: 18px 20px 20px !important;
    border-radius: 18px !important;
}

.vpe-fixed-quote-drawer .vpe-total:last-child {
    margin-bottom: 0 !important;
}

.vpe-fixed-quote-drawer .vpe-total strong {
    font-size: 28px !important;
    line-height: 1.1 !important;
}

/* 모바일에서는 폭 100%, 스크롤바 숨김 유지 */
@media (max-width: 760px) {
    .vpe-fixed-quote-drawer.vpe-builder__quote {
        width: 100vw !important;
        max-width: 100vw !important;
        max-height: calc(100dvh - 72px) !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 20px 20px 0 0 !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__body {
        max-height: calc(100dvh - 146px) !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        padding: 12px 16px !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
        font-size: 16px !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
        font-size: 17px !important;
    }
}

/* ===== VASTI PC Estimate 0.19.0: compact UI / cleaner summary ===== */

/* 전체 체감 DPI 향상 */
.vasti-pc-estimate,
.vasti-pc-estimate * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: geometricPrecision !important;
    box-sizing: border-box !important;
}

/* 전체적인 레이아웃/텍스트를 좀 더 촘촘하게 */
.vasti-pc-estimate {
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.vasti-pc-estimate h1 {
    font-size: clamp(36px, 4vw, 60px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.03em !important;
}

.vasti-pc-estimate h2 {
    font-size: clamp(28px, 2.5vw, 42px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.03em !important;
}

.vasti-pc-estimate h3 {
    font-size: 22px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
}

.vasti-pc-estimate input,
.vasti-pc-estimate textarea,
.vasti-pc-estimate select,
.vasti-pc-estimate button {
    font-size: 14px !important;
}

.vasti-pc-estimate button {
    min-height: 38px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    font-weight: 900 !important;
}

.vasti-pc-estimate input,
.vasti-pc-estimate textarea,
.vasti-pc-estimate select {
    min-height: 44px !important;
    padding: 10px 14px !important;
    border-radius: 14px !important;
}

/* 추천 카드 / 부품 카드 밀도 조정 */
.vpe-preset-item,
.vpe-part-card,
.vpe-summary-item,
.vpe-builder__panel,
.vpe-build-area,
.vpe-preset-area {
    border-radius: 18px !important;
}

.vpe-preset-item {
    min-height: 96px !important;
    padding: 16px 18px !important;
}

.vpe-preset-item strong,
.vpe-preset-item b {
    font-size: 15px !important;
}

.vpe-preset-item small,
.vpe-preset-item span,
.vpe-preset-item p {
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.vpe-build-head {
    gap: 12px !important;
}

.vpe-category-reset,
.vpe-reset-btn {
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    border-radius: 999px !important;
}

/* 카테고리 영역을 조금 더 컴팩트하게 */
.vasti-pc-estimate [class*="category"] button,
.vasti-pc-estimate [class*="category"] a {
    min-height: 40px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
}

/* 부품 리스트 카드 */
.vasti-pc-estimate [data-vpe-parts-list] > *,
.vasti-pc-estimate .vpe-parts-list > *,
.vasti-pc-estimate .vpe-part-card,
.vasti-pc-estimate .vpe-part-item {
    padding: 16px 18px !important;
    margin-bottom: 10px !important;
    border-radius: 18px !important;
}

.vasti-pc-estimate .vpe-part-card h3,
.vasti-pc-estimate .vpe-part-item h3,
.vasti-pc-estimate .vpe-part-card strong,
.vasti-pc-estimate .vpe-part-item strong {
    font-size: 15px !important;
    line-height: 1.3 !important;
}

.vasti-pc-estimate .vpe-part-card p,
.vasti-pc-estimate .vpe-part-item p,
.vasti-pc-estimate .vpe-part-card span,
.vasti-pc-estimate .vpe-part-item span {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
}

.vasti-pc-estimate .vpe-part-card .price,
.vasti-pc-estimate .vpe-part-item .price,
.vasti-pc-estimate .vpe-part-card em,
.vasti-pc-estimate .vpe-part-item em {
    font-size: 15px !important;
    font-weight: 950 !important;
}

/* 하단 견적 드로어 전체 밀도 조정 */
body.vpe-has-fixed-quote-drawer {
    padding-bottom: 84px !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote {
    width: min(1240px, calc(100vw - 32px)) !important;
    max-width: 1240px !important;
    max-height: calc(100dvh - 84px) !important;
    border-radius: 22px 22px 0 0 !important;
    transform: translate3d(-50%, calc(100% - 66px), 0) !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
    transform: translate3d(-50%, 0, 0) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    min-height: 66px !important;
    padding: 12px 22px !important;
    border-radius: 22px 22px 0 0 !important;
    background: linear-gradient(135deg, #003463 0%, #052846 55%, #071426 100%) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
    font-size: 17px !important;
    font-weight: 950 !important;
    letter-spacing: -0.02em !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
    font-size: 19px !important;
    font-weight: 950 !important;
    letter-spacing: -0.02em !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
    min-width: 56px !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

/* 중복된 본문 헤더/제목 숨김 */
.vpe-summary-head-hidden-by-0190,
.vpe-summary-dup-title-hidden-by-0190,
.vpe-fixed-quote-drawer .vpe-quote-head {
    display: none !important;
}

/* 내부 스크롤은 유지하되 훨씬 정돈된 밀도 */
.vpe-fixed-quote-drawer .vpe-quote-drawer__body {
    max-height: calc(100dvh - 150px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 14px 18px 12px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

/* 선택 전 카테고리 숨김 */
.vpe-summary-row-hidden-by-0190 {
    display: none !important;
}

/* 요약 행 더 작고 선명하게 */
.vpe-fixed-quote-drawer .vpe-summary-row {
    grid-template-columns: 115px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #e7eef6 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-row > strong {
    font-size: 14px !important;
    font-weight: 950 !important;
    color: #071426 !important;
    line-height: 1.35 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item {
    padding: 9px 11px !important;
    border-radius: 14px !important;
    background: #f7fbff !important;
    border: 1px solid #d9eafa !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item b,
.vpe-fixed-quote-drawer .vpe-summary-item strong {
    font-size: 13px !important;
    font-weight: 950 !important;
    color: #003463 !important;
    line-height: 1.35 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item span,
.vpe-fixed-quote-drawer .vpe-summary-item small {
    font-size: 11.5px !important;
    color: #64748b !important;
    line-height: 1.4 !important;
}

.vpe-fixed-quote-drawer [data-vpe-summary-action] {
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
}

/* 빈 상태 메시지 */
.vpe-summary-empty-by-0190 {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin: 4px 0 10px !important;
    padding: 16px 18px !important;
    border: 1px dashed #c9dcec !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
}

.vpe-summary-empty-by-0190 strong {
    font-size: 14px !important;
    color: #071426 !important;
    font-weight: 950 !important;
}

.vpe-summary-empty-by-0190 span {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.45 !important;
}

/* 총합 박스 아래 여백도 같이 줄임 */
.vpe-fixed-quote-drawer .vpe-total {
    margin: 12px 0 0 !important;
    padding: 16px 18px 18px !important;
    border-radius: 16px !important;
}

.vpe-fixed-quote-drawer .vpe-total strong {
    font-size: 24px !important;
    line-height: 1.1 !important;
}

.vpe-fixed-quote-drawer .vpe-total:last-child {
    margin-bottom: 0 !important;
}

/* 모바일에서도 동일한 방향 */
@media (max-width: 760px) {
    .vasti-pc-estimate {
        font-size: 13px !important;
    }

    .vpe-fixed-quote-drawer.vpe-builder__quote {
        width: 100vw !important;
        max-width: 100vw !important;
        max-height: calc(100dvh - 70px) !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 18px 18px 0 0 !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
        padding: 10px 14px !important;
        min-height: 62px !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
        font-size: 15px !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
        font-size: 16px !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-row {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
}

/* ===== VASTI PC Estimate 0.19.1: freeze fix / compact summary ===== */

.vpe-fixed-quote-drawer .vpe-quote-head {
    display: none !important;
}

.vpe-summary-empty-safe-0191 {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin: 4px 0 10px !important;
    padding: 14px 16px !important;
    border: 1px dashed #c9dcec !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
}

.vpe-summary-empty-safe-0191 strong {
    font-size: 13px !important;
    font-weight: 950 !important;
    color: #071426 !important;
}

.vpe-summary-empty-safe-0191 span {
    font-size: 12px !important;
    color: #64748b !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote {
    width: min(1240px, calc(100vw - 32px)) !important;
    max-width: 1240px !important;
    max-height: calc(100dvh - 80px) !important;
    transform: translate3d(-50%, calc(100% - 66px), 0) !important;
}

.vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
    transform: translate3d(-50%, 0, 0) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    min-height: 66px !important;
    padding: 12px 22px !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body {
    max-height: calc(100dvh - 148px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 14px 18px 12px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.vpe-fixed-quote-drawer .vpe-summary-row {
    grid-template-columns: 110px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 9px 0 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-row > strong {
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item {
    padding: 9px 11px !important;
    border-radius: 13px !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item b,
.vpe-fixed-quote-drawer .vpe-summary-item strong {
    font-size: 13px !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item span,
.vpe-fixed-quote-drawer .vpe-summary-item small {
    font-size: 11.5px !important;
}

.vpe-fixed-quote-drawer [data-vpe-summary-action] {
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 8px !important;
    font-size: 12px !important;
}

.vpe-fixed-quote-drawer .vpe-total {
    margin: 10px 0 0 !important;
    padding: 14px 16px 16px !important;
    border-radius: 15px !important;
}

.vpe-fixed-quote-drawer .vpe-total strong {
    font-size: 22px !important;
    line-height: 1.1 !important;
}

.vasti-pc-estimate {
    font-size: 13.5px !important;
}

.vasti-pc-estimate input,
.vasti-pc-estimate textarea,
.vasti-pc-estimate select,
.vasti-pc-estimate button {
    font-size: 13px !important;
}

.vasti-pc-estimate button {
    min-height: 36px !important;
    padding: 0 13px !important;
}

.vasti-pc-estimate input,
.vasti-pc-estimate textarea,
.vasti-pc-estimate select {
    min-height: 42px !important;
    padding: 9px 13px !important;
}

/* ===== VASTI PC Estimate 0.20.0: mobile list UX optimization ===== */

@media (max-width: 760px) {
    html,
    body {
        overflow-x: hidden !important;
        -webkit-text-size-adjust: 100% !important;
    }

    body.vpe-has-fixed-quote-drawer {
        padding-bottom: 82px !important;
    }

    .vasti-pc-estimate {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 14px 10px 96px !important;
        overflow-x: hidden !important;
        font-size: 12.5px !important;
        line-height: 1.48 !important;
    }

    .vasti-pc-estimate *,
    .vasti-pc-estimate *::before,
    .vasti-pc-estimate *::after {
        box-sizing: border-box !important;
    }

    .vasti-pc-estimate img,
    .vasti-pc-estimate video,
    .vasti-pc-estimate iframe {
        max-width: 100% !important;
    }

    /* 상단 히어로: 모바일에서는 정보 밀도 우선 */
    .vpe-work-header {
        display: block !important;
        margin: 10px 0 14px !important;
        padding: 24px 18px !important;
        border-radius: 22px !important;
        min-height: auto !important;
    }

    .vpe-work-header__main {
        width: 100% !important;
        max-width: none !important;
    }

    .vpe-kicker,
    .vpe-work-header .vpe-kicker {
        font-size: 11px !important;
        line-height: 1.2 !important;
        letter-spacing: 0.08em !important;
        margin-bottom: 8px !important;
    }

    .vpe-work-header h1 {
        margin: 0 0 12px !important;
        font-size: clamp(28px, 8vw, 38px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.06em !important;
        word-break: keep-all !important;
    }

    .vpe-work-header p {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
        letter-spacing: -0.035em !important;
        word-break: keep-all !important;
    }

    .vpe-hero-points {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-top: 18px !important;
    }

    .vpe-hero-points span {
        min-height: 38px !important;
        justify-content: center !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        font-size: 13px !important;
    }

    .vpe-work-flow {
        margin-top: 18px !important;
        padding: 16px !important;
        border-radius: 18px !important;
    }

    .vpe-work-flow strong {
        font-size: 13px !important;
    }

    .vpe-work-flow span {
        display: block !important;
        margin-top: 10px !important;
        font-size: 13.5px !important;
        line-height: 1.65 !important;
        word-break: keep-all !important;
    }

    /* 섹션 공통 */
    .vpe-section,
    .vpe-preset-area,
    .vpe-build-area,
    .vpe-form-section,
    .vpe-contact-section {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border-radius: 20px !important;
        overflow: hidden !important;
    }

    .vpe-preset-area,
    .vpe-build-area,
    .vpe-form-section,
    .vpe-contact-section,
    [data-vpe-form],
    .vpe-form {
        padding: 18px 14px !important;
    }

    .vpe-box-head,
    .vpe-build-head,
    .vpe-section__head {
        margin-bottom: 14px !important;
    }

    .vpe-box-head h2,
    .vpe-build-head h2,
    .vpe-section__head h2 {
        margin: 0 0 8px !important;
        font-size: 24px !important;
        line-height: 1.18 !important;
        letter-spacing: -0.055em !important;
    }

    .vpe-box-head p,
    .vpe-build-head p,
    .vpe-section__head p {
        margin: 0 !important;
        font-size: 13.5px !important;
        line-height: 1.6 !important;
        letter-spacing: -0.035em !important;
    }

    /* 용도별 추천: 카드형 대신 모바일 리스트 */
    .vpe-preset-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 9px !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .vpe-preset-item {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 72px !important;
        padding: 12px 13px !important;
        border-radius: 14px !important;
        box-shadow: none !important;
    }

    .vpe-preset-icon {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 12px !important;
        font-size: 18px !important;
    }

    .vpe-preset-body {
        min-width: 0 !important;
    }

    .vpe-preset-body strong {
        display: block !important;
        font-size: 15px !important;
        line-height: 1.24 !important;
        letter-spacing: -0.04em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vpe-preset-body em {
        display: block !important;
        margin-top: 3px !important;
        font-size: 11.5px !important;
        line-height: 1.35 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vpe-preset-body b {
        display: block !important;
        margin-top: 5px !important;
        font-size: 12.5px !important;
        line-height: 1.25 !important;
    }

    .vpe-selected-preset,
    .vpe-selected-config {
        margin-top: 10px !important;
        padding: 12px 13px !important;
        border-radius: 14px !important;
        font-size: 13px !important;
    }

    /* 부품 선택: 모바일 세로 리스트 */
    .vpe-build-head {
        display: block !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid #dce8f3 !important;
    }

    .vpe-build-actions {
        margin-top: 10px !important;
        justify-content: flex-start !important;
        gap: 7px !important;
    }

    .vpe-build-actions > span {
        min-height: 28px !important;
        padding: 0 10px !important;
        font-size: 11.5px !important;
    }

    .vpe-build-layout,
    .vpe-builder,
    .vpe-builder-grid,
    .vpe-build-body,
    .vpe-part-builder {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    /* 카테고리: 모바일에서는 2열 리스트형 */
    .vpe-category-panel,
    .vpe-category-area,
    .vpe-category-box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 14px !important;
        padding: 12px !important;
        border-radius: 16px !important;
        position: static !important;
    }

    .vpe-category-panel h3,
    .vpe-category-area h3,
    .vpe-category-box h3 {
        margin: 0 0 10px !important;
        font-size: 16px !important;
        line-height: 1.25 !important;
    }

    .vpe-category-list,
    .vpe-category-tabs,
    .vpe-category-nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        overflow: visible !important;
        padding: 0 !important;
    }

    .vpe-category-list button,
    .vpe-category-tabs button,
    .vpe-category-nav button,
    [data-vpe-category],
    .vpe-category-reset {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 42px !important;
        padding: 0 12px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        justify-content: space-between !important;
        box-shadow: none !important;
    }

    /* 선택/변경 영역 */
    .vpe-part-select,
    .vpe-parts-area,
    .vpe-part-list-wrap,
    .vpe-parts-panel {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 12px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }

    .vpe-part-select-head,
    .vpe-parts-head,
    .vpe-selection-head {
        display: block !important;
        margin-bottom: 12px !important;
    }

    .vpe-part-select-head h3,
    .vpe-parts-head h3,
    .vpe-selection-head h3,
    [data-vpe-current-category-title] {
        margin: 0 0 10px !important;
        font-size: 24px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.055em !important;
    }

    .vpe-search,
    .vpe-part-search,
    [data-vpe-search] {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 10px !important;
    }

    .vasti-pc-estimate input[type="search"],
    .vasti-pc-estimate input[type="text"],
    .vasti-pc-estimate input[type="email"],
    .vasti-pc-estimate input[type="tel"],
    .vasti-pc-estimate textarea,
    .vasti-pc-estimate select {
        width: 100% !important;
        min-height: 42px !important;
        padding: 9px 12px !important;
        border-radius: 13px !important;
        font-size: 13.5px !important;
        line-height: 1.4 !important;
        box-shadow: none !important;
    }

    .vasti-pc-estimate textarea {
        min-height: 118px !important;
    }

    /* 상세분류 칩: 작고 한 줄 스크롤 */
    .vpe-filter-chips,
    .vpe-detail-tabs,
    .vpe-part-filters {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 7px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 8px !important;
        margin: 0 0 8px !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .vpe-filter-chips::-webkit-scrollbar,
    .vpe-detail-tabs::-webkit-scrollbar,
    .vpe-part-filters::-webkit-scrollbar {
        display: none !important;
    }

    .vpe-filter-chips button,
    .vpe-detail-tabs button,
    .vpe-part-filters button,
    [data-vpe-detail-filter] {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 54px !important;
        min-height: 34px !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        font-size: 12.5px !important;
        white-space: nowrap !important;
    }

    /* 부품 카드 → 리스트형 행 */
    .vpe-parts-list,
    .vpe-part-list,
    [data-vpe-parts-list] {
        display: flex !important;
        flex-direction: column !important;
        gap: 9px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .vpe-part-card,
    .vpe-part-item,
    [data-vpe-part-card],
    [data-vpe-part-item] {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 64px !important;
        grid-template-areas:
            "tag action"
            "title action"
            "desc action"
            "price action"
            "selected action" !important;
        align-items: center !important;
        gap: 4px 10px !important;
        width: 100% !important;
        min-height: 0 !important;
        padding: 12px !important;
        border-radius: 14px !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

    .vpe-part-card > *,
    .vpe-part-item > *,
    [data-vpe-part-card] > *,
    [data-vpe-part-item] > * {
        min-width: 0 !important;
    }

    .vpe-part-card .vpe-part-tag,
    .vpe-part-card .vpe-chip,
    .vpe-part-card small:first-child,
    .vpe-part-item .vpe-part-tag,
    [data-vpe-part-card] .vpe-part-tag {
        grid-area: tag !important;
        justify-self: start !important;
        max-width: 100% !important;
        margin: 0 0 3px !important;
        padding: 4px 8px !important;
        border-radius: 999px !important;
        font-size: 10.5px !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vpe-part-card h3,
    .vpe-part-card h4,
    .vpe-part-card strong,
    .vpe-part-title,
    .vpe-part-item h3,
    .vpe-part-item h4,
    [data-vpe-part-card] h3,
    [data-vpe-part-card] h4 {
        grid-area: title !important;
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.035em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vpe-part-card p,
    .vpe-part-desc,
    .vpe-part-item p,
    [data-vpe-part-card] p {
        grid-area: desc !important;
        margin: 2px 0 0 !important;
        font-size: 11.5px !important;
        line-height: 1.35 !important;
        color: #64748b !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .vpe-part-price,
    .vpe-part-card b,
    .vpe-part-item b,
    [data-vpe-part-card] b {
        grid-area: price !important;
        margin: 4px 0 0 !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        color: #0d8be8 !important;
    }

    .vpe-part-selected-badge,
    .vpe-selected-count,
    .vpe-part-card .vpe-current-count {
        grid-area: selected !important;
        width: fit-content !important;
        min-height: 24px !important;
        margin-top: 4px !important;
        padding: 0 8px !important;
        border-radius: 999px !important;
        font-size: 10.5px !important;
    }

    .vpe-part-card button,
    .vpe-part-item button,
    [data-vpe-part-card] button,
    [data-vpe-part-item] button {
        grid-area: action !important;
        align-self: center !important;
        justify-self: end !important;
        min-width: 52px !important;
        width: 52px !important;
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        border-radius: 12px !important;
        font-size: 12.5px !important;
        line-height: 1 !important;
    }

    /* 상담 요청 폼: 1열 리스트 */
    .vpe-form-grid,
    .vpe-form__grid,
    .vpe-contact-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .vpe-form-field,
    .vpe-form__field {
        margin: 0 !important;
    }

    .vpe-form-field label,
    .vpe-form__field label,
    .vasti-pc-estimate label {
        display: block !important;
        margin: 0 0 6px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.025em !important;
    }

    .vpe-form-note,
    .vpe-form-warning,
    .vpe-form-alert {
        margin: 12px 0 !important;
        padding: 12px !important;
        border-radius: 13px !important;
        font-size: 12.5px !important;
        line-height: 1.55 !important;
    }

    .vpe-form button[type="submit"],
    [data-vpe-form] button[type="submit"],
    .vpe-submit-button {
        width: 100% !important;
        min-height: 48px !important;
        border-radius: 14px !important;
        font-size: 14px !important;
    }

    /* 하단 견적 요약: 모바일 bottom sheet 최적화 */
    .vpe-fixed-quote-drawer.vpe-builder__quote {
        left: 8px !important;
        right: 8px !important;
        bottom: 0 !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100dvh - 86px) !important;
        border-radius: 18px 18px 0 0 !important;
        transform: translate3d(0, calc(100% - 74px), 0) !important;
        box-shadow: 0 -16px 42px rgba(15, 23, 42, 0.28) !important;
        overflow: hidden !important;
    }

    .vpe-fixed-quote-drawer.vpe-builder__quote.is-open {
        transform: translate3d(0, 0, 0) !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-areas:
            "label toggle"
            "total toggle" !important;
        align-items: center !important;
        gap: 4px 12px !important;
        min-height: 74px !important;
        padding: 12px 14px !important;
        border-radius: 18px 18px 0 0 !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar span {
        grid-area: label !important;
        font-size: 14px !important;
        line-height: 1.15 !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar strong {
        grid-area: total !important;
        font-size: 17px !important;
        line-height: 1.15 !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar em {
        grid-area: toggle !important;
        min-width: 46px !important;
        width: 46px !important;
        min-height: 42px !important;
        height: 42px !important;
        border-radius: 999px !important;
        font-size: 0 !important;
        position: relative !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar em::before {
        content: "열기" !important;
        font-size: 12px !important;
        font-style: normal !important;
    }

    .vpe-fixed-quote-drawer.is-open .vpe-quote-drawer__bar em::before {
        content: "접기" !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__body {
        max-height: calc(100dvh - 160px) !important;
        padding: 12px 12px max(16px, env(safe-area-inset-bottom)) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__body::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-head,
    .vpe-fixed-quote-drawer .vpe-quote-head button {
        display: none !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-row {
        display: grid !important;
        grid-template-columns: 82px minmax(0, 1fr) !important;
        gap: 10px !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #e6eef6 !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-row > strong {
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-item {
        padding: 10px !important;
        border-radius: 13px !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-item b,
    .vpe-fixed-quote-drawer .vpe-summary-item strong {
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-item span,
    .vpe-fixed-quote-drawer .vpe-summary-item small {
        font-size: 11.5px !important;
        line-height: 1.35 !important;
    }

    .vpe-fixed-quote-drawer [data-vpe-summary-action] {
        min-width: 34px !important;
        width: auto !important;
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 9px !important;
        border-radius: 11px !important;
        font-size: 12px !important;
    }

    .vpe-fixed-quote-drawer .vpe-total {
        margin: 12px 0 0 !important;
        padding: 13px 14px !important;
        border-radius: 14px !important;
    }

    .vpe-fixed-quote-drawer .vpe-total span {
        font-size: 11.5px !important;
    }

    .vpe-fixed-quote-drawer .vpe-total strong {
        font-size: 20px !important;
        line-height: 1.1 !important;
    }

    /* 선택 전 항목은 모바일에서 공간 낭비라 숨김 */
    .vpe-fixed-quote-drawer .vpe-summary-row:has(.vpe-summary-empty),
    .vpe-fixed-quote-drawer .vpe-summary-row:has(.vpe-empty),
    .vpe-fixed-quote-drawer .vpe-summary-row.is-empty {
        display: none !important;
    }
}

@media (max-width: 420px) {
    .vasti-pc-estimate {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .vpe-work-header {
        padding: 22px 16px !important;
        border-radius: 20px !important;
    }

    .vpe-work-header h1 {
        font-size: 30px !important;
    }

    .vpe-preset-area,
    .vpe-build-area,
    .vpe-form-section,
    .vpe-contact-section,
    [data-vpe-form],
    .vpe-form {
        padding: 16px 12px !important;
        border-radius: 18px !important;
    }

    .vpe-category-list,
    .vpe-category-tabs,
    .vpe-category-nav {
        grid-template-columns: 1fr 1fr !important;
        gap: 7px !important;
    }

    .vpe-part-card,
    .vpe-part-item,
    [data-vpe-part-card],
    [data-vpe-part-item] {
        grid-template-columns: minmax(0, 1fr) 56px !important;
        padding: 11px !important;
    }

    .vpe-part-card button,
    .vpe-part-item button,
    [data-vpe-part-card] button,
    [data-vpe-part-item] button {
        width: 48px !important;
        min-width: 48px !important;
    }
}

/* ===== VASTI PC Estimate 0.22.0: final mobile UX rebuild ===== */

@media (max-width: 760px) {
    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        -webkit-text-size-adjust: 100% !important;
    }

    body.vpe-has-fixed-quote-drawer {
        padding-bottom: 92px !important;
    }

    body.vpe-quote-drawer-open {
        overflow: hidden !important;
    }

    .vasti-pc-estimate {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 10px 104px !important;
        margin: 0 auto !important;
        overflow-x: hidden !important;
        font-size: 12.5px !important;
        line-height: 1.45 !important;
    }

    .vasti-pc-estimate *,
    .vasti-pc-estimate *::before,
    .vasti-pc-estimate *::after {
        box-sizing: border-box !important;
    }

    .vpe-work-header {
        display: block !important;
        margin: 10px 0 14px !important;
        padding: 22px 18px !important;
        border-radius: 22px !important;
        min-height: 0 !important;
    }

    .vpe-work-header h1 {
        margin: 0 0 12px !important;
        font-size: clamp(27px, 7vw, 35px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.06em !important;
        word-break: keep-all !important;
    }

    .vpe-work-header p {
        margin: 0 !important;
        font-size: 13.5px !important;
        line-height: 1.58 !important;
        letter-spacing: -0.035em !important;
        word-break: keep-all !important;
    }

    .vpe-hero-points {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 7px !important;
        margin-top: 16px !important;
    }

    .vpe-hero-points span {
        min-height: 35px !important;
        justify-content: center !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        font-size: 12px !important;
    }

    .vpe-work-flow {
        margin-top: 16px !important;
        padding: 14px !important;
        border-radius: 16px !important;
    }

    .vpe-work-flow span {
        display: block !important;
        margin-top: 8px !important;
        font-size: 13px !important;
        line-height: 1.55 !important;
        word-break: keep-all !important;
    }

    .vpe-preset-area,
    .vpe-build-area,
    .vpe-form-section,
    .vpe-contact-section,
    [data-vpe-form],
    .vpe-form {
        width: 100% !important;
        max-width: 100% !important;
        padding: 16px 13px !important;
        border-radius: 18px !important;
        overflow: hidden !important;
    }

    .vpe-box-head h2,
    .vpe-build-head h2,
    .vpe-section__head h2 {
        margin: 0 0 8px !important;
        font-size: 25px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.06em !important;
    }

    .vpe-box-head p,
    .vpe-build-head p,
    .vpe-section__head p {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        letter-spacing: -0.035em !important;
        word-break: keep-all !important;
    }

    .vpe-mobile-select-wrap {
        display: block !important;
        width: 100% !important;
        margin: 12px 0 10px !important;
    }

    .vpe-mobile-select-label {
        display: block !important;
        margin: 0 0 6px !important;
        color: #003463 !important;
        font-size: 12px !important;
        font-weight: 950 !important;
        letter-spacing: -0.025em !important;
    }

    .vpe-mobile-select {
        appearance: none !important;
        -webkit-appearance: none !important;
        display: block !important;
        width: 100% !important;
        min-height: 45px !important;
        padding: 0 42px 0 14px !important;
        border: 1px solid #cfe0ef !important;
        border-radius: 14px !important;
        background:
            linear-gradient(45deg, transparent 50%, #003463 50%) right 18px center / 7px 7px no-repeat,
            linear-gradient(135deg, #fff 0%, #f7fbff 100%) !important;
        color: #071426 !important;
        font-size: 14px !important;
        font-weight: 950 !important;
        letter-spacing: -0.035em !important;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055) !important;
    }

    .vpe-preset-area.is-vpe-mobile-dropdown .vpe-preset-list {
        display: none !important;
    }

    .vpe-selected-preset,
    .vpe-selected-config {
        margin-top: 10px !important;
        padding: 11px 12px !important;
        border-radius: 13px !important;
        font-size: 12.5px !important;
        line-height: 1.45 !important;
    }

    .vpe-build-head {
        display: block !important;
        padding-bottom: 11px !important;
        border-bottom: 1px solid #dce8f3 !important;
    }

    .vpe-build-actions {
        margin-top: 9px !important;
        justify-content: flex-start !important;
        gap: 7px !important;
    }

    .vpe-build-actions > span {
        min-height: 27px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .vpe-build-layout,
    .vpe-builder,
    .vpe-builder-grid,
    .vpe-build-body,
    .vpe-part-builder {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .vpe-category-panel,
    .vpe-category-area,
    .vpe-category-box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        padding: 12px !important;
        border-radius: 15px !important;
        position: static !important;
    }

    .vpe-mobile-original-category-menu,
    .vpe-mobile-original-category-title {
        display: none !important;
    }

    .vpe-part-select,
    .vpe-parts-area,
    .vpe-part-list-wrap,
    .vpe-parts-panel {
        width: 100% !important;
        max-width: 100% !important;
        padding: 13px 11px !important;
        border-radius: 15px !important;
        overflow: hidden !important;
    }

    .vpe-part-select-head,
    .vpe-parts-head,
    .vpe-selection-head {
        display: block !important;
        margin-bottom: 11px !important;
    }

    .vpe-part-select-head h3,
    .vpe-parts-head h3,
    .vpe-selection-head h3,
    [data-vpe-current-category-title] {
        margin: 0 0 9px !important;
        font-size: 23px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.055em !important;
    }

    .vasti-pc-estimate input[type="search"],
    .vasti-pc-estimate input[type="text"],
    .vasti-pc-estimate input[type="email"],
    .vasti-pc-estimate input[type="tel"],
    .vasti-pc-estimate textarea,
    .vasti-pc-estimate select {
        width: 100% !important;
        min-height: 42px !important;
        padding: 9px 12px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
        box-shadow: none !important;
    }

    .vasti-pc-estimate textarea {
        min-height: 116px !important;
    }

    .vpe-filter-chips,
    .vpe-detail-tabs,
    .vpe-part-filters {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 7px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 8px !important;
        margin: 0 0 8px !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .vpe-filter-chips::-webkit-scrollbar,
    .vpe-detail-tabs::-webkit-scrollbar,
    .vpe-part-filters::-webkit-scrollbar {
        display: none !important;
    }

    .vpe-filter-chips button,
    .vpe-detail-tabs button,
    .vpe-part-filters button,
    [data-vpe-detail-filter] {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 52px !important;
        min-height: 33px !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .vpe-parts-list,
    .vpe-part-list,
    [data-vpe-parts-list] {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .vpe-part-card,
    .vpe-part-item,
    [data-vpe-part-card],
    [data-vpe-part-item] {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 54px !important;
        grid-template-areas:
            "tag action"
            "title action"
            "desc action"
            "price action"
            "selected action" !important;
        align-items: center !important;
        gap: 3px 9px !important;
        width: 100% !important;
        min-height: 0 !important;
        padding: 11px !important;
        border-radius: 13px !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

    .vpe-part-card > *,
    .vpe-part-item > *,
    [data-vpe-part-card] > *,
    [data-vpe-part-item] > * {
        min-width: 0 !important;
    }

    .vpe-part-card .vpe-part-tag,
    .vpe-part-card .vpe-chip,
    .vpe-part-card small:first-child,
    .vpe-part-item .vpe-part-tag,
    [data-vpe-part-card] .vpe-part-tag {
        grid-area: tag !important;
        justify-self: start !important;
        max-width: 100% !important;
        margin: 0 0 3px !important;
        padding: 4px 8px !important;
        border-radius: 999px !important;
        font-size: 10px !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vpe-part-card h3,
    .vpe-part-card h4,
    .vpe-part-card strong,
    .vpe-part-title,
    .vpe-part-item h3,
    .vpe-part-item h4,
    [data-vpe-part-card] h3,
    [data-vpe-part-card] h4 {
        grid-area: title !important;
        margin: 0 !important;
        font-size: 14.5px !important;
        line-height: 1.24 !important;
        letter-spacing: -0.035em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vpe-part-card p,
    .vpe-part-desc,
    .vpe-part-item p,
    [data-vpe-part-card] p {
        grid-area: desc !important;
        margin: 2px 0 0 !important;
        font-size: 11px !important;
        line-height: 1.34 !important;
        color: #64748b !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        line-height: 1.34 !important;
        color: #64748b !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .vpe-part-price,
    .vpe-part-card b,
    .vpe-part-item b,
    [data-vpe-part-card] b {
        grid-area: price !important;
        margin: 4px 0 0 !important;
        font-size: 12.5px !important;
        line-height: 1.25 !important;
        color: #0d8be8 !important;
    }

    .vpe-part-selected-badge,
    .vpe-selected-count,
    .vpe-part-card .vpe-current-count {
        grid-area: selected !important;
        width: fit-content !important;
        min-height: 23px !important;
        margin-top: 4px !important;
        padding: 0 8px !important;
        border-radius: 999px !important;
        font-size: 10px !important;
    }

    .vpe-part-card button,
    .vpe-part-item button,
    [data-vpe-part-card] button,
    [data-vpe-part-item] button {
        grid-area: action !important;
        align-self: center !important;
        justify-self: end !important;
        min-width: 48px !important;
        width: 48px !important;
        min-height: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        border-radius: 11px !important;
        font-size: 12px !important;
        line-height: 1 !important;
    }

    .vpe-form-grid,
    .vpe-form__grid,
    .vpe-contact-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .vpe-form-field label,
    .vpe-form__field label,
    .vasti-pc-estimate label {
        display: block !important;
        margin: 0 0 6px !important;
        font-size: 12.5px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.025em !important;
    }

    .vpe-form button[type="submit"],
    [data-vpe-form] button[type="submit"],
    .vpe-submit-button {
        width: 100% !important;
        min-height: 46px !important;
        border-radius: 13px !important;
        font-size: 13.5px !important;
    }

    html body .vpe-fixed-quote-drawer.vpe-builder__quote,
    html body .vpe-builder__quote.vpe-fixed-quote-drawer {
        position: fixed !important;
        left: 8px !important;
        right: 8px !important;
        top: auto !important;
        bottom: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        max-height: calc(100dvh - 84px) !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(148, 163, 184, 0.42) !important;
        border-bottom: 0 !important;
        border-radius: 18px 18px 0 0 !important;
        background: rgba(255, 255, 255, 0.99) !important;
        box-shadow: 0 -18px 44px rgba(15, 23, 42, 0.28) !important;
        transform: translate3d(0, calc(100% - 76px), 0) !important;
        transition: transform 0.22s ease !important;
        overflow: hidden !important;
        z-index: 2147483640 !important;
    }

    html body .vpe-fixed-quote-drawer.vpe-builder__quote.is-open,
    html body .vpe-builder__quote.vpe-fixed-quote-drawer.is-open {
        transform: translate3d(0, 0, 0) !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        grid-template-areas:
            "label reset toggle"
            "total reset toggle" !important;
        align-items: center !important;
        gap: 4px 8px !important;
        width: 100% !important;
        min-height: 76px !important;
        padding: 12px 12px !important;
        border-radius: 18px 18px 0 0 !important;
        background: linear-gradient(135deg, #003f72 0%, #061426 100%) !important;
        color: #fff !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar > span:not(.vpe-quote-reset-btn) {
        grid-area: label !important;
        min-width: 0 !important;
        font-size: 13.5px !important;
        line-height: 1.15 !important;
        color: #fff !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar > strong {
        grid-area: total !important;
        min-width: 0 !important;
        font-size: 17px !important;
        line-height: 1.15 !important;
        color: #fff !important;
        white-space: nowrap !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar > em {
        grid-area: toggle !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 48px !important;
        width: 48px !important;
        min-height: 40px !important;
        height: 40px !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.16) !important;
        color: #fff !important;
        font-size: 0 !important;
        font-style: normal !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__bar > em::before {
        content: "열기" !important;
        font-size: 12px !important;
        font-weight: 950 !important;
    }

    .vpe-fixed-quote-drawer.is-open .vpe-quote-drawer__bar > em::before {
        content: "접기" !important;
    }

    .vpe-quote-reset-btn {
        grid-area: reset !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 56px !important;
        min-height: 34px !important;
        padding: 0 10px !important;
        border: 1px solid rgba(255, 255, 255, 0.26) !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.12) !important;
        color: #fff !important;
        font-size: 11.5px !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        cursor: pointer !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__body {
        max-height: calc(100dvh - 160px) !important;
        padding: 12px 12px max(16px, env(safe-area-inset-bottom)) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        background: #fff !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__body::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-head,
    .vpe-fixed-quote-drawer .vpe-quote-head button,
    .vpe-fixed-quote-drawer .vpe-quote-drawer__body > h3:first-child {
        display: none !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-row.is-empty {
        display: none !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-row {
        display: grid !important;
        grid-template-columns: 68px minmax(0, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
        padding: 9px 0 !important;
        border-bottom: 1px solid #e6eef6 !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-row > strong {
        min-width: 0 !important;
        font-size: 12.5px !important;
        line-height: 1.35 !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-item {
        width: 100% !important;
        min-width: 0 !important;
        padding: 9px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-item b,
    .vpe-fixed-quote-drawer .vpe-summary-item strong {
        display: block !important;
        max-width: 100% !important;
        font-size: 12.5px !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-item span,
    .vpe-fixed-quote-drawer .vpe-summary-item small {
        font-size: 11px !important;
        line-height: 1.35 !important;
    }

    .vpe-fixed-quote-drawer [data-vpe-summary-action] {
        min-width: 31px !important;
        width: auto !important;
        min-height: 31px !important;
        height: 31px !important;
        padding: 0 8px !important;
        border-radius: 10px !important;
        font-size: 11.5px !important;
    }

    .vpe-fixed-quote-drawer .vpe-total {
        margin: 11px 0 0 !important;
        padding: 12px 13px !important;
        border-radius: 13px !important;
    }

    .vpe-fixed-quote-drawer .vpe-total span {
        font-size: 11px !important;
    }

    .vpe-fixed-quote-drawer .vpe-total strong {
        font-size: 19px !important;
        line-height: 1.1 !important;
    }
}

@media (max-width: 420px) {
    .vasti-pc-estimate {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .vpe-work-header {
        padding: 20px 16px !important;
        border-radius: 20px !important;
    }

    .vpe-work-header h1 {
        font-size: 29px !important;
    }

    .vpe-preset-area,
    .vpe-build-area,
    .vpe-form-section,
    .vpe-contact-section,
    [data-vpe-form],
    .vpe-form {
        padding: 15px 11px !important;
        border-radius: 17px !important;
    }

    html body .vpe-fixed-quote-drawer.vpe-builder__quote,
    html body .vpe-builder__quote.vpe-fixed-quote-drawer {
        left: 6px !important;
        right: 6px !important;
    }
}

/* ===== VASTI PC Estimate 0.23.0: unified responsive UX ===== */

html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

body.vpe-has-fixed-quote-drawer {
    padding-bottom: 96px !important;
}

body.vpe-quote-drawer-open {
    overflow: hidden !important;
}

.vasti-pc-estimate {
    width: min(1180px, calc(100% - 32px)) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding-bottom: 112px !important;
    overflow-x: hidden !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
}

.vasti-pc-estimate *,
.vasti-pc-estimate *::before,
.vasti-pc-estimate *::after {
    box-sizing: border-box !important;
}

.vpe-work-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr) !important;
    gap: 28px !important;
    align-items: center !important;
    width: 100% !important;
    margin: 18px 0 18px !important;
    padding: clamp(28px, 4vw, 48px) !important;
    border-radius: 28px !important;
}

.vpe-work-header h1 {
    max-width: 720px !important;
    margin: 0 0 14px !important;
    font-size: clamp(34px, 4vw, 56px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.065em !important;
    word-break: keep-all !important;
}

.vpe-work-header p {
    max-width: 680px !important;
    margin: 0 !important;
    font-size: clamp(14px, 1.3vw, 18px) !important;
    line-height: 1.6 !important;
    letter-spacing: -0.035em !important;
    word-break: keep-all !important;
}

.vpe-hero-points {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 18px !important;
}

.vpe-hero-points span {
    min-height: 34px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 12.5px !important;
}

.vpe-work-flow {
    width: 100% !important;
    max-width: 360px !important;
    justify-self: end !important;
    padding: 22px !important;
    border-radius: 22px !important;
}

.vpe-work-flow span {
    display: block !important;
    margin-top: 10px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    word-break: keep-all !important;
}

.vpe-estimate-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
}

.vpe-preset-area,
.vpe-build-area,
.vpe-form-section,
.vpe-contact-section,
[data-vpe-form],
.vpe-form {
    width: 100% !important;
    max-width: 100% !important;
    padding: clamp(18px, 2.4vw, 28px) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

.vpe-box-head h2,
.vpe-build-head h2,
.vpe-section__head h2 {
    margin: 0 0 8px !important;
    font-size: clamp(26px, 2.4vw, 36px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.06em !important;
}

.vpe-box-head p,
.vpe-build-head p,
.vpe-section__head p {
    margin: 0 !important;
    font-size: clamp(13px, 1.15vw, 16px) !important;
    line-height: 1.55 !important;
    letter-spacing: -0.035em !important;
    word-break: keep-all !important;
}

.vpe-mobile-select-wrap {
    display: block !important;
    width: min(520px, 100%) !important;
    margin: 14px 0 10px !important;
}

.vpe-mobile-select-label {
    display: block !important;
    margin: 0 0 7px !important;
    color: #003463 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    letter-spacing: -0.025em !important;
}

.vpe-mobile-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: block !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 46px 0 16px !important;
    border: 1px solid #cfe0ef !important;
    border-radius: 15px !important;
    background:
        linear-gradient(45deg, transparent 50%, #003463 50%) right 20px center / 8px 8px no-repeat,
        linear-gradient(135deg, #fff 0%, #f7fbff 100%) !important;
    color: #071426 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055) !important;
}

.vpe-preset-area.is-vpe-mobile-dropdown .vpe-preset-list,
.vpe-mobile-original-category-menu,
.vpe-mobile-original-category-title {
    display: none !important;
}

.vpe-selected-preset,
.vpe-selected-config {
    margin-top: 12px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.vpe-build-head {
    display: block !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #dce8f3 !important;
}

.vpe-build-actions {
    margin-top: 10px !important;
    justify-content: flex-start !important;
    gap: 8px !important;
}

.vpe-build-actions > span {
    min-height: 29px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
}

.vpe-build-layout,
.vpe-builder,
.vpe-builder-grid,
.vpe-build-body,
.vpe-part-builder {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

.vpe-category-panel,
.vpe-category-area,
.vpe-category-box {
    width: min(520px, 100%) !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    position: static !important;
}

.vpe-part-select,
.vpe-parts-area,
.vpe-part-list-wrap,
.vpe-parts-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: clamp(14px, 2vw, 22px) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}

.vpe-part-select-head,
.vpe-parts-head,
.vpe-selection-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) !important;
    gap: 14px !important;
    align-items: start !important;
    margin-bottom: 14px !important;
}

.vpe-part-select-head h3,
.vpe-parts-head h3,
.vpe-selection-head h3,
[data-vpe-current-category-title] {
    margin: 0 0 10px !important;
    font-size: clamp(24px, 2.2vw, 34px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.055em !important;
}

.vasti-pc-estimate input[type="search"],
.vasti-pc-estimate input[type="text"],
.vasti-pc-estimate input[type="email"],
.vasti-pc-estimate input[type="tel"],
.vasti-pc-estimate textarea,
.vasti-pc-estimate select {
    width: 100% !important;
    min-height: 44px !important;
    padding: 9px 13px !important;
    border-radius: 13px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
}

.vasti-pc-estimate textarea {
    min-height: 120px !important;
}

.vpe-filter-chips,
.vpe-detail-tabs,
.vpe-part-filters {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 8px !important;
    margin: 0 0 10px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
}

.vpe-filter-chips::-webkit-scrollbar,
.vpe-detail-tabs::-webkit-scrollbar,
.vpe-part-filters::-webkit-scrollbar {
    display: none !important;
}

.vpe-filter-chips button,
.vpe-detail-tabs button,
.vpe-part-filters button,
[data-vpe-detail-filter] {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 56px !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    font-size: 12.5px !important;
    white-space: nowrap !important;
}

.vpe-parts-list,
.vpe-part-list,
[data-vpe-parts-list] {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.vpe-part-card,
.vpe-part-item,
[data-vpe-part-card],
[data-vpe-part-item] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 72px !important;
    grid-template-areas:
        "tag action"
        "title action"
        "desc action"
        "price action"
        "selected action" !important;
    align-items: center !important;
    gap: 4px 14px !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 14px !important;
    border-radius: 15px !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.vpe-part-card > *,
.vpe-part-item > *,
[data-vpe-part-card] > *,
[data-vpe-part-item] > * {
    min-width: 0 !important;
}

.vpe-part-card .vpe-part-tag,
.vpe-part-card .vpe-chip,
.vpe-part-card small:first-child,
.vpe-part-item .vpe-part-tag,
[data-vpe-part-card] .vpe-part-tag {
    grid-area: tag !important;
    justify-self: start !important;
    max-width: 100% !important;
    margin: 0 0 3px !important;
    padding: 4px 9px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.vpe-part-card h3,
.vpe-part-card h4,
.vpe-part-card strong,
.vpe-part-title,
.vpe-part-item h3,
.vpe-part-item h4,
[data-vpe-part-card] h3,
[data-vpe-part-card] h4 {
    grid-area: title !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.24 !important;
    letter-spacing: -0.035em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.vpe-part-card p,
.vpe-part-desc,
.vpe-part-item p,
[data-vpe-part-card] p {
    grid-area: desc !important;
    margin: 2px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    color: #64748b !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.vpe-part-price,
.vpe-part-card b,
.vpe-part-item b,
[data-vpe-part-card] b {
    grid-area: price !important;
    margin: 4px 0 0 !important;
    font-size: 13.5px !important;
    line-height: 1.25 !important;
    color: #0d8be8 !important;
}

.vpe-part-selected-badge,
.vpe-selected-count,
.vpe-part-card .vpe-current-count {
    grid-area: selected !important;
    width: fit-content !important;
    min-height: 24px !important;
    margin-top: 4px !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    font-size: 10.5px !important;
}

.vpe-part-card button,
.vpe-part-item button,
[data-vpe-part-card] button,
[data-vpe-part-item] button {
    grid-area: action !important;
    align-self: center !important;
    justify-self: end !important;
    min-width: 58px !important;
    width: 58px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.vpe-form-grid,
.vpe-form__grid,
.vpe-contact-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.vpe-form__wide,
.vpe-form-field--wide,
.vpe-form-grid > *:last-child {
    grid-column: 1 / -1 !important;
}

.vpe-form-field label,
.vpe-form__field label,
.vasti-pc-estimate label {
    display: block !important;
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.025em !important;
}

.vpe-form button[type="submit"],
[data-vpe-form] button[type="submit"],
.vpe-submit-button {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
}

html body .vpe-fixed-quote-drawer.vpe-builder__quote,
html body .vpe-builder__quote.vpe-fixed-quote-drawer {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    width: min(920px, calc(100vw - 32px)) !important;
    min-width: 0 !important;
    max-width: 920px !important;
    max-height: min(76vh, 720px) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(148, 163, 184, 0.42) !important;
    border-bottom: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    background: rgba(255, 255, 255, 0.99) !important;
    box-shadow: 0 -18px 44px rgba(15, 23, 42, 0.28) !important;
    transform: translate3d(-50%, calc(100% - 76px), 0) !important;
    transition: transform 0.22s ease !important;
    overflow: hidden !important;
    z-index: 2147483640 !important;
}

html body .vpe-fixed-quote-drawer.vpe-builder__quote.is-open,
html body .vpe-builder__quote.vpe-fixed-quote-drawer.is-open {
    transform: translate3d(-50%, 0, 0) !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    grid-template-areas:
        "label reset toggle"
        "total reset toggle" !important;
    align-items: center !important;
    gap: 4px 10px !important;
    width: 100% !important;
    min-height: 76px !important;
    padding: 13px 16px !important;
    border-radius: 20px 20px 0 0 !important;
    background: linear-gradient(135deg, #003f72 0%, #061426 100%) !important;
    color: #fff !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar > span:not(.vpe-quote-reset-btn) {
    grid-area: label !important;
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    color: #fff !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar > strong {
    grid-area: total !important;
    min-width: 0 !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    color: #fff !important;
    white-space: nowrap !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar > em {
    grid-area: toggle !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 54px !important;
    width: 54px !important;
    min-height: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    font-size: 0 !important;
    font-style: normal !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar > em::before {
    content: "열기" !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

.vpe-fixed-quote-drawer.is-open .vpe-quote-drawer__bar > em::before {
    content: "접기" !important;
}

.vpe-quote-reset-btn {
    grid-area: reset !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 62px !important;
    min-height: 34px !important;
    padding: 0 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body {
    max-height: calc(min(76vh, 720px) - 76px) !important;
    padding: 14px 16px max(18px, env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    background: #fff !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.vpe-fixed-quote-drawer .vpe-quote-head,
.vpe-fixed-quote-drawer .vpe-quote-head button,
.vpe-fixed-quote-drawer .vpe-quote-drawer__body > h3:first-child {
    display: none !important;
}

.vpe-fixed-quote-drawer .vpe-summary-row.is-empty {
    display: none !important;
}

.vpe-fixed-quote-drawer .vpe-summary-row {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #e6eef6 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-row > strong {
    min-width: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item {
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    border-radius: 13px !important;
    overflow: hidden !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item b,
.vpe-fixed-quote-drawer .vpe-summary-item strong {
    display: block !important;
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.vpe-fixed-quote-drawer .vpe-summary-item span,
.vpe-fixed-quote-drawer .vpe-summary-item small {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
}

.vpe-fixed-quote-drawer [data-vpe-summary-action] {
    min-width: 32px !important;
    width: auto !important;
    min-height: 32px !important;
    height: 32px !important;
    padding: 0 9px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
}

.vpe-fixed-quote-drawer .vpe-total {
    margin: 12px 0 0 !important;
    padding: 13px 14px !important;
    border-radius: 14px !important;
}

.vpe-fixed-quote-drawer .vpe-total span {
    font-size: 11.5px !important;
}

.vpe-fixed-quote-drawer .vpe-total strong {
    font-size: 21px !important;
    line-height: 1.1 !important;
}

@media (max-width: 760px) {
    .vasti-pc-estimate {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 10px 104px !important;
        font-size: 12.5px !important;
    }

    .vpe-work-header {
        display: block !important;
        margin: 10px 0 14px !important;
        padding: 22px 18px !important;
        border-radius: 22px !important;
    }

    .vpe-work-header h1 {
        font-size: clamp(27px, 7vw, 35px) !important;
    }

    .vpe-work-flow {
        max-width: none !important;
        margin-top: 16px !important;
        padding: 14px !important;
        border-radius: 16px !important;
    }

    .vpe-hero-points {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .vpe-preset-area,
    .vpe-build-area,
    .vpe-form-section,
    .vpe-contact-section,
    [data-vpe-form],
    .vpe-form {
        padding: 16px 13px !important;
        border-radius: 18px !important;
    }

    .vpe-part-select-head,
    .vpe-parts-head,
    .vpe-selection-head {
        display: block !important;
    }

    .vpe-mobile-select-wrap,
    .vpe-category-panel,
    .vpe-category-area,
    .vpe-category-box {
        width: 100% !important;
    }

    .vpe-part-card,
    .vpe-part-item,
    [data-vpe-part-card],
    [data-vpe-part-item] {
        grid-template-columns: minmax(0, 1fr) 54px !important;
        gap: 3px 9px !important;
        padding: 11px !important;
        border-radius: 13px !important;
    }

    .vpe-part-card h3,
    .vpe-part-card h4,
    .vpe-part-card strong,
    .vpe-part-title,
    .vpe-part-item h3,
    .vpe-part-item h4,
    [data-vpe-part-card] h3,
    [data-vpe-part-card] h4 {
        font-size: 14.5px !important;
    }

    .vpe-part-card p,
    .vpe-part-desc,
    .vpe-part-item p,
    [data-vpe-part-card] p {
        font-size: 11px !important;
    }

    .vpe-part-card button,
    .vpe-part-item button,
    [data-vpe-part-card] button,
    [data-vpe-part-item] button {
        min-width: 48px !important;
        width: 48px !important;
        min-height: 36px !important;
        height: 36px !important;
        border-radius: 11px !important;
        font-size: 12px !important;
    }

    .vpe-form-grid,
    .vpe-form__grid,
    .vpe-contact-grid {
        grid-template-columns: 1fr !important;
    }

    html body .vpe-fixed-quote-drawer.vpe-builder__quote,
    html body .vpe-builder__quote.vpe-fixed-quote-drawer {
        left: 8px !important;
        right: 8px !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100dvh - 84px) !important;
        transform: translate3d(0, calc(100% - 76px), 0) !important;
    }

    html body .vpe-fixed-quote-drawer.vpe-builder__quote.is-open,
    html body .vpe-builder__quote.vpe-fixed-quote-drawer.is-open {
        transform: translate3d(0, 0, 0) !important;
    }

    .vpe-fixed-quote-drawer .vpe-quote-drawer__body {
        max-height: calc(100dvh - 160px) !important;
        padding: 12px 12px max(16px, env(safe-area-inset-bottom)) !important;
    }

    .vpe-fixed-quote-drawer .vpe-summary-row {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        gap: 8px !important;
    }
}

@media (max-width: 420px) {
    .vasti-pc-estimate {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    html body .vpe-fixed-quote-drawer.vpe-builder__quote,
    html body .vpe-builder__quote.vpe-fixed-quote-drawer {
        left: 6px !important;
        right: 6px !important;
    }
}

/* ===== VASTI PC Estimate 0.24.0: preset placeholder + quote reset inside drawer ===== */

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar [data-vpe-quote-reset],
.vpe-fixed-quote-drawer .vpe-quote-drawer__bar .vpe-quote-reset-btn {
    display: none !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
        "label toggle"
        "total toggle" !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar > span:not(.vpe-quote-reset-btn) {
    grid-area: label !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar > strong {
    grid-area: total !important;
}

.vpe-fixed-quote-drawer .vpe-quote-drawer__bar > em {
    grid-area: toggle !important;
}

.vpe-quote-body-actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 12px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #e6eef6 !important;
}

.vpe-quote-body-reset {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border: 1px solid #cfe0ef !important;
    border-radius: 999px !important;
    background: #f6fbff !important;
    color: #003463 !important;
    font-size: 12.5px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.vpe-quote-body-reset:hover {
    border-color: #0d8be8 !important;
    background: #eef8ff !important;
}

.vpe-mobile-select option[value=""],
.vpe-unified-select option[value=""] {
    color: #94a3b8 !important;
}

@media (max-width: 760px) {
    .vpe-quote-body-actions {
        justify-content: stretch !important;
    }

    .vpe-quote-body-reset {
        width: 100% !important;
        min-height: 38px !important;
    }
}

/* ===== VASTI PC Estimate 0.25.0: remove footer bottom gap ===== */

/* 하단 견적바 때문에 body 아래에 생기던 여백 제거 */
body.vpe-has-fixed-quote-drawer {
    padding-bottom: 0 !important;
}

/* 견적 페이지 자체의 불필요한 하단 여백 제거 */
.vasti-pc-estimate {
    margin-bottom: 0 !important;
}

/* 페이지 마지막 섹션이 푸터와 과하게 떨어지지 않게 정리 */
.vasti-pc-estimate .vpe-section:last-of-type,
.vasti-pc-estimate [data-vpe-form],
.vasti-pc-estimate .vpe-contact-section,
.vasti-pc-estimate .vpe-form-section {
    margin-bottom: 0 !important;
}

/* 워드프레스/테마 푸터 하단 여백 보정 */
body:has(.vasti-pc-estimate) footer,
body:has(.vasti-pc-estimate) .site-footer,
body:has(.vasti-pc-estimate) #colophon,
body:has(.vasti-pc-estimate) .wp-site-blocks > footer {
    margin-bottom: 0 !important;
}

/* 푸터 뒤에 남는 테마/본문 패딩 제거 */
body:has(.vasti-pc-estimate),
body:has(.vasti-pc-estimate) #page,
body:has(.vasti-pc-estimate) .site,
body:has(.vasti-pc-estimate) .wp-site-blocks,
body:has(.vasti-pc-estimate) main,
body:has(.vasti-pc-estimate) .site-main {
    margin-bottom: 0 !important;
}

/* 하단 고정 견적바는 계속 브라우저 하단에 고정 */
.vpe-fixed-quote-drawer.vpe-builder__quote {
    bottom: 0 !important;
}

/* 모바일에서도 푸터 아래 빈 배경 제거 */
@media (max-width: 760px) {
    body.vpe-has-fixed-quote-drawer {
        padding-bottom: 0 !important;
    }

    .vasti-pc-estimate {
        margin-bottom: 0 !important;
        padding-bottom: 24px !important;
    }
}


/* ===== VASTI PC Parts DB 0.27.0: crawler dashboard ===== */

.vpe-parts-admin .vpe-admin-hero {
    margin-bottom: 18px;
}

.vpe-admin-notice {
    margin: 0 0 18px;
    padding: 14px 18px;
    border: 1px solid #b7ddff;
    border-radius: 18px;
    background: #f0f8ff;
    color: #003463;
    font-weight: 900;
}

.vpe-crawler-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.75fr);
    gap: 18px;
    margin-bottom: 18px;
}

.vpe-admin-card {
    margin-bottom: 18px;
    padding: 24px;
    border: 1px solid #d8e8f5;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.vpe-admin-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.vpe-admin-card__head h2 {
    margin: 4px 0 0;
    color: #001326;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 950;
}

.vpe-admin-card__head > strong,
.vpe-admin-card__head > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef7ff;
    color: #003463;
    font-weight: 950;
    white-space: nowrap;
}

.vpe-admin-muted {
    margin: 0 0 16px;
    color: #64748b;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 700;
}

.vpe-crawler-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.vpe-crawler-stats div {
    padding: 14px;
    border: 1px solid #d8e8f5;
    border-radius: 16px;
    background: #f8fbff;
}

.vpe-crawler-stats span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
}

.vpe-crawler-stats strong {
    color: #003463;
    font-size: 15px;
    font-weight: 950;
}

.vpe-admin-label {
    display: block;
    margin-bottom: 8px;
    color: #003463;
    font-weight: 950;
}

.vpe-command-box {
    width: 100%;
    min-height: 220px;
    padding: 14px;
    border: 1px solid #cfe0ef;
    border-radius: 16px;
    background: #071426;
    color: #d9f1ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    line-height: 1.6;
    resize: vertical;
}

.vpe-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.vpe-admin-actions button {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: #003f73;
    color: #fff;
    font-weight: 950;
    cursor: pointer;
}

.vpe-admin-actions button.is-secondary {
    background: #edf6ff;
    color: #003463;
    border: 1px solid #cfe0ef;
}

.vpe-source-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vpe-source-list li {
    padding: 14px;
    border: 1px solid #d8e8f5;
    border-radius: 16px;
    background: #f8fbff;
}

.vpe-source-list strong {
    display: block;
    color: #003463;
    font-weight: 950;
}

.vpe-source-list span {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.vpe-empty-state {
    padding: 22px;
    border: 1px dashed #bfd7ea;
    border-radius: 18px;
    background: #f8fbff;
    color: #64748b;
    font-weight: 850;
    text-align: center;
}

.vpe-candidate-list {
    display: grid;
    gap: 10px;
}

.vpe-candidate-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #d8e8f5;
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
}

.vpe-candidate-item input {
    width: 18px;
    height: 18px;
}

.vpe-candidate-main strong {
    display: block;
    color: #00203d;
    font-size: 15px;
    font-weight: 950;
}

.vpe-candidate-main em,
.vpe-candidate-main small {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-style: normal;
    font-size: 13px;
    font-weight: 750;
}

.vpe-candidate-price {
    color: #008fe8;
    font-weight: 950;
    white-space: nowrap;
}

.vpe-active-part-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.vpe-active-part-item {
    padding: 14px;
    border: 1px solid #d8e8f5;
    border-radius: 16px;
    background: #f8fbff;
}

.vpe-active-part-item.is-off {
    opacity: 0.5;
}

.vpe-active-part-item strong {
    display: block;
    color: #003463;
    font-weight: 950;
}

.vpe-active-part-item span {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: 13px;
    font-weight: 750;
}

@media (max-width: 900px) {
    .vpe-crawler-grid,
    .vpe-crawler-stats,
    .vpe-active-part-list {
        grid-template-columns: 1fr;
    }

    .vpe-candidate-item {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .vpe-candidate-price {
        grid-column: 2;
    }
}
