@charset "UTF-8";

/* =========================================================
   페이지 기본 스타일
   - 기존 common.css의 페이지 전용 스타일 이동
========================================================= */
.site-header {
    z-index: 50;
    color: #fff;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #061426eb;
    border-bottom: 1px solid #ffffff14;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    padding: 0 max(24px, 50vw - 640px);
    display: flex;
    position: sticky;
    top: 0;
}
.brand-mark {
    letter-spacing: 0.04em;
    align-items: center;
    gap: 11px;
    font-size: var(--font-18);
    font-weight: 800;
    display: inline-flex;
}
.brand-symbol {
    background: var(--blue);
    color: #fff;
    letter-spacing: 0.08em;
    border-radius: 10px 10px 10px 3px;
    place-items: center;
    width: 35px;
    height: 35px;
    font-style: italic;
    display: grid;
}
.desktop-nav {
    color: #ffffffb8;
    font-size: var(--font-size-base);
    gap: 38px;
    font-weight: 600;
    display: flex;
}
.desktop-nav a:hover {
    color: #fff;
}
.header-cta {
    color: var(--navy-950);
    font-size: var(--font-size-base);
    background: #fff;
    border-radius: 9px;
    padding: 12px 19px;
    font-weight: 800;
}
.hero {
    background:
        linear-gradient(180deg, #ffffff05, transparent 26%),
        radial-gradient(
            circle at 50% 38%,
            #16365e 0,
            var(--navy-950) 52%,
            #040e1c 100%
        );
    color: #fff;
    min-height: calc(100vh - 76px);
    padding: 76px 24px 40px;
    position: relative;
    overflow: hidden;
}
.hero:before {
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(#ffffff06 1px, #0000 1px),
        linear-gradient(90deg, #ffffff06 1px, #0000 1px);
    background-size: 72px 72px;
    position: absolute;
    inset: 0;
    -webkit-mask-image: linear-gradient(#000, #0000 65%);
    mask-image: linear-gradient(#000, #0000 65%);
}
.hero-glow {
    filter: blur(100px);
    pointer-events: none;
    background: #407aff2e;
    border-radius: 50%;
    width: 640px;
    height: 300px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
}
.hero-heading,
.configurator,
.trust-row {
    z-index: 1;
    width: min(1280px, 100%);
    margin-inline: auto;
    position: relative;
}
.hero-heading {
    text-align: center;
}
.eyebrow {
    color: #91b8ff;
    font-size: var(--font-size-base);
    letter-spacing: 0.14em;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    font-weight: 800;
    display: flex;
}
.eyebrow span {
    background: currentColor;
    width: 18px;
    height: 2px;
}
.hero h1 {
    color: #fff;
    letter-spacing: -0.055em;
    margin: 0;
    font-size: clamp(2.25rem, 4vw, 3.625rem);
    font-weight: 500;
    line-height: 1.22;
}
.hero h1 strong {
    color: #c7dafe;
    font-weight: 800;
}
.hero-description {
    color: #ffffffa1;
    margin: 20px auto 36px;
    font-size: var(--font-17);
    line-height: 1.75;
}
.configurator {
    min-height: 590px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #ffffff24;
    border-radius: 24px;
    grid-template-columns: 390px 1fr;
    display: grid;
    overflow: hidden;
    box-shadow: 0 30px 80px #00071273;
}
.config-panel {
    border-right: 1px solid var(--line);
    background: #fff;
    padding: 34px 30px;
}
.step-title {
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    display: flex;
}
.step-title > span {
    background: var(--navy-950);
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: var(--font-size-base);
    border-radius: 13px;
    place-items: center;
    font-weight: 800;
    display: grid;
}
.step-title p {
    color: var(--blue);
    font-size: var(--font-size-base);
    letter-spacing: 0.11em;
    margin: 0 0 3px;
    font-weight: 900;
}
.step-title h2 {
    letter-spacing: -0.03em;
    margin: 0;
    font-size: var(--font-21);
}
.field-label {
    color: #344054;
    font-size: var(--font-size-base);
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    font-weight: 800;
    display: flex;
}
.field-label > span {
    width: 20px;
    height: 20px;
    color: var(--blue);
    font-size: var(--font-size-base);
    background: #edf3ff;
    border-radius: 50%;
    place-items: center;
    display: grid;
}
.brand-grid {
    scrollbar-color: #c5cfdb transparent;
    scrollbar-width: thin;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    max-height: 185px;
    padding-right: 5px;
    display: grid;
    overflow-y: auto;
}
.brand-button {
    border: 1px solid var(--line);
    color: #475467;
    cursor: pointer;
    min-height: 52px;
    font-size: var(--font-size-base);
    background: #fff;
    border-radius: 9px;
    padding: 7px 4px;
    font-weight: 800;
    transition: all 0.18s;
}
.brand-button small {
    color: #98a2b3;
    font-size: var(--font-size-base);
    letter-spacing: 0.04em;
    margin-bottom: 2px;
    display: block;
}
.brand-button:hover {
    background: #f7f9ff;
    border-color: #9cb9ff;
}
.brand-button.active {
    border-color: var(--blue);
    color: var(--blue-dark);
    box-shadow: inset 0 0 0 1px var(--blue);
    background: #edf3ff;
}
.brand-button.active small {
    color: #5981dd;
}
.select-wrap {
    position: relative;
}
.select-wrap:after {
    content: "";
    pointer-events: none;
    border-bottom: 2px solid #667085;
    border-right: 2px solid #667085;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-70%) rotate(45deg);
}
select,
.quote-form input {
    width: 100%;
    height: 51px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #d9dfe7;
    border-radius: 10px;
    outline: none;
}
select {
    appearance: none;
    cursor: pointer;
    font-size: var(--font-size-base);
    padding: 0 42px 0 15px;
    font-weight: 700;
}
select:focus,
.quote-form input:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px #2f6bff1a;
}
.paint-list {
    gap: 10px;
    display: flex;
}
.paint-button {
    cursor: pointer;
    background: 0 0;
    border: 1px solid #0000;
    border-radius: 50%;
    place-items: center;
    width: 42px;
    height: 42px;
    display: grid;
}
.paint-button span {
    border: 1px solid;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    box-shadow: inset 0 0 0 2px #ffffff59;
}
.paint-button.active {
    border-color: var(--blue);
    box-shadow: 0 0 0 2px #edf3ff;
}
.paint-name {
    font-size: var(--font-size-base);
    flex-direction: column;
    gap: 3px;
    margin-top: 10px;
    display: flex;
}
.paint-name small {
    color: #98a2b3;
    font-size: var(--font-size-base);
}
.car-stage {
    background:
        radial-gradient(circle at 55% 42%, #c5d8ff8c, #0000 33%),
        linear-gradient(150deg, #f9fbfe 0%, #eef3fa 100%);
    flex-direction: column;
    min-width: 0;
    padding: 40px 48px 34px;
    display: flex;
}
.car-meta {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.car-meta p {
    color: var(--blue);
    font-size: var(--font-size-base);
    letter-spacing: 0.15em;
    margin: 0 0 6px;
    font-weight: 900;
}
.car-meta h2 {
    letter-spacing: -0.05em;
    margin: 0;
    font-size: clamp(1.875rem, 3vw, 2.75rem);
    line-height: 1.15;
}
.car-badge {
    background: var(--blue);
    color: #fff;
    font-size: var(--font-size-base);
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 800;
}
.car-visual {
    flex: 1;
    place-items: center;
    min-height: 365px;
    display: grid;
    position: relative;
}
.car-visual img {
    z-index: 2;
    object-fit: contain;
    mix-blend-mode: multiply;
    width: min(100%, 780px);
    max-height: 380px;
    animation: 0.42s both carIn;
    display: block;
    position: relative;
}
@keyframes carIn {
    0% {
        opacity: 0;
        transform: translate(18px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translate(0) scale(1);
    }
}
.car-halo {
    aspect-ratio: 1.9;
    filter: blur(8px);
    background: #ffffffc7;
    border-radius: 50%;
    width: 72%;
    position: absolute;
}
.floor-shadow {
    z-index: 1;
    filter: blur(17px);
    background: #121f303d;
    border-radius: 50%;
    width: 66%;
    height: 35px;
    position: absolute;
    bottom: 35px;
    left: 17%;
}
.stage-footer {
    border-top: 1px solid #1028451f;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 23px;
    display: flex;
}
.selection-summary {
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    display: flex;
}
.selection-summary span {
    color: #7d899a;
    font-size: var(--font-size-base);
}
.selection-summary strong {
    font-size: var(--font-size-base);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.primary-button,
.submit-button,
.mobile-sticky {
    background: var(--blue);
    color: #fff;
    cursor: pointer;
    border: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    transition: all 0.18s;
    display: inline-flex;
}
.primary-button {
    min-width: 198px;
    font-size: var(--font-size-base);
    border-radius: 11px;
    padding: 16px 20px;
}
.primary-button:hover,
.submit-button:hover {
    background: var(--blue-dark);
    transform: translateY(-1px);
}
.trust-row {
    color: #ffffffb8;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    display: grid;
}
.trust-row span {
    font-size: var(--font-size-base);
    border-right: 1px solid #ffffff21;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    display: flex;
}
.trust-row span:last-child {
    border: 0;
}
.trust-row svg {
    color: #8db2ff;
}
.section {
    width: min(1280px, 100% - 48px);
    margin-inline: auto;
    padding: 130px 0;
}
.section-heading {
    max-width: 560px;
}
.eyebrow.dark {
    color: var(--blue);
    justify-content: flex-start;
}
.section-heading h2 {
    letter-spacing: -0.055em;
    margin: 0;
    font-size: clamp(2.125rem, 4vw, 3.25rem);
    line-height: 1.25;
}
.section-heading > p:last-child {
    color: var(--muted);
    font-size: var(--font-size-base);
    margin: 20px 0 0;
    line-height: 1.75;
}
.benefits {
    grid-template-columns: 0.85fr 1.5fr;
    gap: 84px;
    display: grid;
}
.benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    display: grid;
}
.benefit-grid article {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 20px;
    min-height: 230px;
    padding: 30px;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}
.benefit-grid article:hover {
    border-color: #bdcdf4;
    transform: translateY(-4px);
    box-shadow: 0 20px 45px #2338551a;
}
.benefit-number {
    color: #d9e0e9;
    font-size: var(--font-size-base);
    font-weight: 900;
    position: absolute;
    top: 23px;
    right: 25px;
}
.benefit-icon {
    width: 46px;
    height: 46px;
    color: var(--blue);
    background: #edf3ff;
    border-radius: 13px;
    place-items: center;
    margin-bottom: 28px;
    font-size: var(--font-17);
    font-weight: 900;
    display: grid;
}
.benefit-grid h3 {
    letter-spacing: -0.035em;
    margin: 0 0 11px;
    font-size: var(--font-19);
}
.benefit-grid p {
    color: var(--muted);
    font-size: var(--font-size-base);
    margin: 0;
    line-height: 1.7;
}
.process {
    background: var(--surface);
    width: 100%;
    max-width: none;
    padding-inline: max(24px, 50vw - 640px);
}
.section-heading.centered {
    text-align: center;
    max-width: 650px;
    margin-inline: auto;
}
.section-heading.centered .eyebrow {
    justify-content: center;
}
.process-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1280px;
    margin: 58px auto 0;
    padding: 0;
    list-style: none;
    display: grid;
}
.process-list li {
    background: #fff;
    border-radius: 18px;
    min-height: 190px;
    padding: 30px 27px;
    position: relative;
}
.process-list li:not(:last-child):after {
    z-index: 2;
    border: 5px solid var(--surface);
    background: var(--blue);
    color: #fff;
    content: "›";
    border-radius: 50%;
    place-items: center;
    width: 34px;
    height: 34px;
    display: grid;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
.process-list span {
    color: var(--blue);
    font-size: var(--font-size-base);
    letter-spacing: 0.09em;
    font-weight: 900;
}
.process-list strong {
    margin: 27px 0 10px;
    font-size: var(--font-21);
    display: block;
}
.process-list p {
    color: var(--muted);
    font-size: var(--font-size-base);
    margin: 0;
    line-height: 1.65;
}
.quote-section {
    background: var(--navy-950);
    color: #fff;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding: 110px max(24px, 50vw - 600px);
    display: grid;
}
.quote-copy h2 {
    letter-spacing: -0.055em;
    margin: 0;
    font-size: clamp(2.25rem, 4vw, 3.375rem);
    line-height: 1.25;
}
.quote-copy > p:not(.eyebrow) {
    color: #ffffff9e;
    max-width: 510px;
    margin: 20px 0;
    line-height: 1.75;
}
.quote-copy .eyebrow {
    justify-content: flex-start;
}
.selected-pill {
    color: #bdd2ff;
    font-size: var(--font-size-base);
    background: #ffffff12;
    border: 1px solid #ffffff26;
    border-radius: 999px;
    margin-top: 18px;
    padding: 12px 16px;
    font-weight: 800;
    display: inline-flex;
}
.quote-form {
    min-height: 372px;
    color: var(--ink);
    background: #fff;
    border-radius: 22px;
    padding: 34px;
}
.quote-form label:not(.privacy-check) {
    color: #344054;
    font-size: var(--font-size-base);
    font-weight: 800;
    display: block;
}
.quote-form input {
    font-size: var(--font-size-base);
    margin-top: 9px;
    padding: 0 15px;
}
.quote-form input[readonly] {
    color: #475467;
    background: #f6f8fb;
}
.form-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
    display: grid;
}
.privacy-check {
    color: #667085;
    font-size: var(--font-size-base);
    align-items: center;
    gap: 8px;
    margin: 18px 0;
    display: flex;
}
.privacy-check input {
    width: 16px;
    height: 16px;
    accent-color: var(--blue);
    margin: 0;
}
.submit-button {
    border-radius: 11px;
    width: 100%;
    height: 56px;
}
.submit-message {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 304px;
    display: flex;
}
.submit-message > span {
    width: 52px;
    height: 52px;
    color: var(--blue);
    background: #eaf1ff;
    border-radius: 50%;
    place-items: center;
    margin-bottom: 18px;
    font-size: var(--font-25);
    display: grid;
}
.submit-message h3 {
    margin: 0 0 1rem;
    font-size: var(--font-20);
}
.submit-message p {
    max-width: 24.38rem;
    color: var(--muted);
    font-size: var(--font-size-base);
    margin: 0;
    line-height: 1.65;
}
.submit-message button {
    color: var(--blue);
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: 22px;
    font-weight: 800;
}
footer {
    color: #ffffff87;
    font-size: var(--font-size-base);
    background: #040e1c;
    align-items: center;
    gap: 32px;
    padding: 36px max(24px, 50vw - 640px);
    display: flex;
}
.footer-logo {
    color: #fff;
}
.copyright {
    margin-left: auto;
}
.mobile-sticky {
    display: none;
}

body {
    background: #e8edf4;
    padding-bottom: 76px;
}
main {
    background: #fff;
    width: min(100%, 520px);
    margin-inline: auto;
    overflow: clip;
    box-shadow: 0 0 55px #06142629;
}
.site-header {
    width: min(100%, 520px);
    height: 64px;
    padding-inline: 17px;
    right: auto;
}
.brand-mark {
    font-size: var(--font-size-base);
    gap: 8px;
}
.brand-symbol {
    border-radius: 8px 8px 8px 3px;
    width: 31px;
    height: 31px;
}
.desktop-nav {
    display: none;
}
.header-cta {
    font-size: var(--font-size-base);
    border-radius: 8px;
    padding: 10px 13px;
    display: inline-flex;
}
.hero {
    min-height: auto;
    padding: 43px 15px 27px;
}
.hero:before {
    background-size: 44px 44px;
}
.hero-glow {
    width: 430px;
    height: 250px;
    top: 30px;
}
.eyebrow {
    font-size: var(--font-size-base);
    margin-bottom: 14px;
}
.hero h1 {
    font-size: clamp(1.938rem, 8vw, 2.438rem);
    line-height: 1.28;
}
.hero-description {
    max-width: 410px;
    font-size: var(--font-size-base);
    margin: 17px auto 25px;
    line-height: 1.7;
}
.configurator {
    border-radius: 18px;
    flex-direction: column;
    min-height: auto;
    display: flex;
}
.config-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 19px 21px;
}
.step-title {
    margin-bottom: 21px;
}
.step-title > span {
    border-radius: 11px;
    width: 39px;
    height: 39px;
}
.step-title h2 {
    font-size: var(--font-19);
}
.brand-grid {
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    max-height: none;
    margin-right: -19px;
    padding: 0 19px 8px 0;
    display: flex;
    overflow: auto hidden;
}
.brand-grid::-webkit-scrollbar {
    display: none;
}
.brand-button {
    scroll-snap-align: start;
    min-width: 76px;
}
.field-group + .field-group {
    margin-top: 19px;
}
.color-group {
    margin-bottom: 2px;
}
.paint-list {
    gap: 8px;
}
.car-stage {
    min-height: 410px;
    padding: 25px 19px 22px;
}
.car-meta h2 {
    font-size: var(--font-31);
}
.car-visual {
    min-height: 245px;
}
.car-visual img {
    width: 112%;
    max-width: none;
    max-height: 255px;
}
.floor-shadow {
    bottom: 28px;
}
.stage-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}
.primary-button {
    width: 100%;
}
.trust-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
}
.trust-row span {
    font-size: var(--font-size-base);
    border: 0;
    justify-content: flex-start;
    padding-left: 8px;
}
.section {
    width: calc(100% - 36px);
    padding: 82px 0;
}
.section-heading h2 {
    font-size: var(--font-34);
}
.section-heading > p:last-child {
    font-size: var(--font-size-base);
    margin-top: 16px;
}
.benefits {
    display: block;
}
.benefit-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 38px;
}
.benefit-grid article {
    min-height: 195px;
    padding: 26px;
}
.process {
    width: 100%;
    padding: 82px 18px;
}
.process-list {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 38px;
}
.process-list li {
    min-height: 145px;
    padding: 25px;
}
.process-list li:not(:last-child):after {
    display: none;
}
.process-list strong {
    margin-top: 20px;
}
.quote-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 76px 18px;
}
.quote-copy h2 {
    font-size: var(--font-35);
}
.quote-form {
    min-height: 0;
    padding: 24px 19px;
}
.form-row {
    grid-template-columns: 1fr;
    gap: 17px;
}
footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    padding: 33px 20px;
}
.copyright {
    margin: 9px 0 0;
}
.mobile-sticky {
    z-index: 60;
    border-radius: 12px;
    width: calc(min(100vw, 520px) - 24px);
    height: 55px;
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 10px 30px #091c3452;
}

body:has(.wizard-page) {
    padding-bottom: 0;
}
.wizard-page {
    background: #f3f6fa;
    min-height: 100vh;
    overflow: visible;
}
.wizard-header {
    z-index: 50;
    color: #fff;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #061426f5;
    border-bottom: 1px solid #ffffff14;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 0 17px;
    display: flex;
    position: sticky;
    top: 0;
}
.header-caption {
    color: #ffffffc7;
    font-size: var(--font-size-base);
    border: 1px solid #ffffff29;
    border-radius: 8px;
    padding: 8px 11px;
    font-weight: 800;
}
.estimate-shell {
    z-index: 2;
    background: #fff;
    border: 1px solid #e1e6ed;
    border-radius: 20px;
    width: calc(100% - 24px);
    min-height: 640px;
    margin: -34px auto 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 45px #0f213821;
}
.progress-head {
    align-items: center;
    gap: 14px;
    padding: 21px 20px 13px;
    display: flex;
}
.progress-copy {
    color: #98a2b3;
    font-size: var(--font-size-base);
    align-items: baseline;
    gap: 3px;
    display: flex;
}
.progress-copy strong {
    color: var(--blue);
    font-size: var(--font-22);
}
.progress-track {
    background: #edf0f4;
    border-radius: 999px;
    flex: 1;
    height: 5px;
    overflow: hidden;
}
.progress-track span {
    border-radius: inherit;
    background: linear-gradient(90deg, var(--blue), #69a1ff);
    height: 100%;
    transition: width 0.32s;
    display: block;
}
.step-indicator {
    border-bottom: 1px solid #edf0f4;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 20px 12px 18px;
    list-style: none;
    display: grid;
}
.step-indicator li {
    color: #a0a8b4;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    display: flex;
    position: relative;
}
.step-indicator li:not(:last-child):after {
    display: none;
}
.step-indicator li > span {
    z-index: 1;
    width: 27px;
    height: 27px;
    font-size: var(--font-size-base);
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 50%;
    place-items: center;
    font-weight: 900;
    display: grid;
    position: relative;
}
.step-indicator li small {
    font-size: var(--font-size-progress-label);
    font-weight: 750;
}
.step-indicator li.active,
.step-indicator li.done {
    color: var(--blue);
}
.step-indicator li.active > span,
.step-indicator li.done > span {
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}
.step-indicator li.done:not(:last-child):after {
    background: var(--blue);
}
.step-indicator svg {
    width: 14px;
}
.wizard-step {
    padding: 28px 20px 6px;
    animation: 0.28s both wizardIn;
}
@keyframes wizardIn {
    0% {
        opacity: 0;
        transform: translate(10px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.step-heading {
    margin-bottom: 20px;
}
.step-heading > span {
    color: var(--blue);
    font-size: var(--font-size-base);
    letter-spacing: 0.1em;
    font-weight: 900;
}
.step-heading h2 {
    letter-spacing: -0.045em;
    margin: 5px 0 7px;
    font-size: var(--font-23);
    line-height: 1.35;
}
.step-heading p {
    color: #7a8493;
    font-size: var(--font-size-base);
    margin: 0;
    line-height: 1.6;
}
.option-block,
.paint-block {
    border: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
}
.option-block + .option-block {
    margin-top: 26px;
}
.option-block legend,
.paint-block legend {
    color: #344054;
    width: 100%;
    font-size: var(--font-size-base);
    margin-bottom: 11px;
    font-weight: 850;
}
.paint-label {
    color: #344054;
    width: 100%;
    font-size: var(--font-size-base);
    align-items: center;
    margin-bottom: 12px;
    font-weight: 850;
    display: flex;
}
.paint-label b,
.option-block legend b,
.paint-block legend b {
    width: 20px;
    height: 20px;
    color: var(--blue);
    font-size: var(--font-size-base);
    background: #edf3ff;
    border-radius: 50%;
    place-items: center;
    margin-right: 6px;
    display: inline-grid;
}
.segment-control {
    gap: 8px;
    display: grid;
}
.two-column {
    grid-template-columns: repeat(2, 1fr);
}
.three-column {
    grid-template-columns: repeat(3, 1fr);
}
.usage-row button {
    white-space: nowrap;
    font-size: 0.875rem;
    padding: 0 6px;
}
.segment-control button,
.rate-grid button,
.mileage-grid button {
    color: #525d6d;
    cursor: pointer;
    height: 48px;
    font-size: var(--font-size-base);
    background: #fff;
    border: 1px solid #dce2e9;
    border-radius: 10px;
    font-weight: 800;
}
.segment-control button.active,
.rate-grid button.active,
.mileage-grid button.active {
    border-color: var(--blue);
    color: var(--blue-dark);
    box-shadow: inset 0 0 0 1px var(--blue);
    background: #edf3ff;
}
.wizard-brand-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    display: grid;
}
.wizard-brand-grid button {
    color: #333;
    cursor: pointer;
    min-height: 72px;
    font-size: var(--font-14);
    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 9px;
    padding: 10px 6px 5px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.wizard-brand-grid small {
    color: #98a2b3;
    font-size: var(--font-size-base);
    margin-bottom: 2px;
    display: block;
}
.brand-logo-box {
    width: 100%;
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo-box img {
    display: block;
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 25px;
    object-fit: contain;
}
.wizard-brand-grid button[data-brand="현대"] .brand-logo-box img {
    transform: scale(1) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="제네시스"] .brand-logo-box img {
    transform: scale(1.5) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="기아"] .brand-logo-box img {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="KGM"] .brand-logo-box img {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="르노"] .brand-logo-box img {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="쉐보레"] .brand-logo-box img {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="BMW"] .brand-logo-box img {
    transform: scale(1.4) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="벤츠"] .brand-logo-box img {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="아우디"] .brand-logo-box img {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="볼보"] .brand-logo-box img {
    transform: scale(1.5) !important;
    transform-origin: center !important;
}
.wizard-brand-grid button[data-brand="테슬라"] .brand-logo-box img {
    transform: scale(1.5) !important;
    transform-origin: center !important;
}

.brand-logo-box.is-light-logo {
    background: #1f3046;
    border-radius: 8px;
    padding: 6px 8px;
}

.brand-logo-box.is-light-logo img {
    max-width: 92px;
    max-height: 16px;
}
.brand-label {
    display: block;
    line-height: 1.25;
}
.wizard-brand-grid button.active {
    border-color: var(--blue);
    color: var(--blue-dark);
    box-shadow: inset 0 0 0 1px var(--blue);
    background: #edf3ff;
}
.wizard-select {
    position: relative;
}
.wizard-select:after {
    content: "";
    pointer-events: none;
    border-bottom: 2px solid #667085;
    border-right: 2px solid #667085;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-65%) rotate(45deg);
}
.wizard-select select {
    appearance: none;
    width: 100%;
    height: 50px;
    font-size: var(--font-size-base);
    background: #fff;
    border: 1px solid #dce2e9;
    border-radius: 10px;
    padding: 0 40px 0 14px;
    font-weight: 800;
}
.wizard-car-card {
    background: linear-gradient(145deg, #f9fbfe, #edf3fa);
    border: 1px solid #e0e6ed;
    border-radius: 16px;
    margin-top: 27px;
    overflow: hidden;
}
.wizard-car-title {
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 20px 0;
    display: flex;
}
.wizard-car-title div {
    flex-direction: column;
    gap: 3px;
    display: flex;
}
.wizard-car-title small {
    color: var(--blue);
    font-size: var(--font-size-base);
    letter-spacing: 0.1em;
    font-weight: 900;
}
.wizard-car-title strong {
    letter-spacing: -0.045em;
    font-size: var(--font-25);
}
.wizard-car-title > span {
    background: var(--blue);
    color: #fff;
    font-size: var(--font-size-base);
    border-radius: 999px;
    padding: 5px 9px;
    font-weight: 850;
}
.wizard-car-image {
    background: radial-gradient(circle, #fffffff2, #0000 62%);
    place-items: center;
    height: 225px;
    padding: 5px 8px;
    display: grid;
}
.wizard-car-image img {
    object-fit: contain;
    mix-blend-mode: multiply;
    width: 112%;
    height: 100%;
    animation: 0.35s both carIn;
}
.paint-block {
    background: #ffffff9e;
    border-top: 1px solid #1028451a;
    padding: 17px 19px 19px;
}
.wizard-paints {
    gap: 9px;
    display: flex;
}
.wizard-paints button {
    cursor: pointer;
    background: 0 0;
    border: 1px solid #0000;
    border-radius: 50%;
    place-items: center;
    width: 40px;
    height: 40px;
    display: grid;
}
.wizard-paints i {
    border: 1px solid;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    box-shadow: inset 0 0 0 2px #fff6;
}
.wizard-paints button.active {
    border-color: var(--blue);
    box-shadow: 0 0 0 2px #e5edff;
}
.chosen-paint {
    font-size: var(--font-size-base);
    flex-direction: column;
    gap: 2px;
    margin-top: 9px;
    display: flex;
}
.chosen-paint span {
    color: #98a2b3;
    font-size: var(--font-size-base);
}
.selected-vehicle {
    background: #f5f8fc;
    border: 1px solid #dfe6ee;
    border-radius: 14px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 98px;
    margin: -6px 0 26px;
    display: grid;
    overflow: hidden;
}
.selected-vehicle img {
    object-fit: contain;
    mix-blend-mode: multiply;
    width: 100%;
    height: auto;
}
.selected-vehicle div {
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    padding: 13px 14px 13px 5px;
    display: flex;
}
.selected-vehicle small {
    color: var(--blue);
    font-size: var(--font-size-base);
    font-weight: 900;
}
.selected-vehicle strong {
    font-size: var(--font-size-base);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.selected-vehicle span {
    color: #7e8998;
    font-size: var(--font-size-base);
}
.option-block.no-gap {
    margin-top: 0;
}
.choice-list {
    gap: 8px;
    display: grid;
}
.choice-list button {
    color: #4a5565;
    cursor: pointer;
    width: 100%;
    min-height: 54px;
    font-size: var(--font-size-base);
    text-align: left;
    background: #fff;
    border: 1px solid #dce2e9;
    border-radius: 11px;
    justify-content: space-between;
    align-items: center;
    padding: 0 17px;
    font-weight: 800;
    display: flex;
}
.choice-list button.active {
    border-color: var(--blue);
    color: var(--blue-dark);
    box-shadow: inset 0 0 0 1px var(--blue);
    background: #edf3ff;
}
.choice-list svg {
    width: 17px;
}
.data-note {
    color: #8a94a3;
    font-size: var(--font-size-base);
    background: #f5f7fa;
    border-radius: 9px;
    margin: 14px 0 0;
    padding: 12px 14px;
    line-height: 1.6;
}
.conditional-block {
    background: #f5f8fc;
    border-radius: 12px;
    padding: 15px;
    animation: 0.22s both wizardIn;
    margin-top: 13px !important;
}
.rate-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    display: grid;
}
.rate-grid button {
    height: 43px;
    font-size: var(--font-size-base);
    padding: 0 2px;
}
.mileage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    display: grid;
}
.mileage-grid button:last-child {
    grid-column: 1/-1;
}
.estimate-summary {
    background: #f7f9fc;
    border: 1px solid #dfe6ee;
    border-radius: 14px;
    margin-bottom: 27px;
    overflow: hidden;
}
.estimate-summary h3 {
    font-size: var(--font-size-base);
    border-bottom: 1px solid #e5eaf0;
    margin: 0;
    padding: 15px 17px;
}
.estimate-summary dl {
    gap: 10px;
    margin: 0;
    padding: 15px 17px;
    display: grid;
}
.estimate-summary dl div {
    font-size: var(--font-size-base);
    grid-template-columns: 72px 1fr;
    gap: 8px;
    display: grid;
}
.estimate-summary dt {
    color: #8993a1;
}
.estimate-summary dd {
    color: #344054;
    text-align: right;
    margin: 0;
    font-weight: 800;
}
.estimate-summary dl .estimate-summary__discount {
    display: block;
    grid-column: 1 / -1;
    margin-top: 2px;
    padding-top: 12px;
    border-top: 1px dashed #d7e1f0;
    color: #2f6bff;
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 800;
}
.customer-fields {
    gap: 0;
    display: grid;
}
.customer-fields label {
    color: #344054;
    font-size: var(--font-size-base);
    font-weight: 850;
}
.customer-fields input {
    width: 100%;
    height: 51px;
    font-size: var(--font-size-base);
    background: #fff;
    border: 1px solid #dce2e9;
    border-radius: 10px;
    outline: 0;
    margin-top: 8px;
    padding: 0 14px;
    display: block;
}
.customer-fields input:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px #2f6bff1a;
}
.wizard-privacy {
    color: #737e8e;
    font-size: var(--font-size-base);
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    display: flex;
}
.wizard-privacy input {
    width: 16px;
    height: 16px;
    accent-color: var(--blue);
}
.wizard-spacer {
    height: 40px;
    flex-shrink: 0;
}
.wizard-spacer[hidden] {
    display: none;
}
.wizard-actions {
    z-index: 30;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: #fffffff0;
    border-top: 1px solid #e4e9ef;
    gap: 8px;
    padding: 12px 14px;
    display: flex;
    position: sticky;
    bottom: 0;
    box-shadow: 0 -8px 24px #17273c14;
}
.wizard-actions button {
    cursor: pointer;
    border: 0;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    height: 54px;
    display: inline-flex;
}
.back-button {
    color: #536071;
    background: #eef1f5;
    flex: 0 0 54px;
    width: 54px;
}
.back-arrow {
    transform: rotate(180deg);
}
.next-button {
    background: var(--blue);
    color: #fff;
    font-size: var(--font-size-base);
    flex: 1;
    gap: 9px;
    font-weight: 900;
}
.wizard-complete {
    text-align: center;
    flex-direction: column;
    align-items: center;
    min-height: 620px;
    padding: 70px 24px 35px;
    display: flex;
}
.wizard-complete > span {
    width: 62px;
    height: 62px;
    color: var(--blue);
    background: #e9f1ff;
    border-radius: 50%;
    place-items: center;
    margin-bottom: 20px;
    font-size: var(--font-26);
    display: grid;
}
.wizard-complete h2 {
    margin: 0 0 9px;
    font-size: var(--font-23);
}
.wizard-complete > p {
    color: #7a8493;
    max-width: 330px;
    font-size: var(--font-size-base);
    margin: 0;
    line-height: 1.7;
}
.final-summary {
    background: #f4f7fb;
    border-radius: 13px;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    margin: 28px 0 22px;
    padding: 19px;
    display: flex;
}
.final-summary strong {
    font-size: var(--font-17);
}
.final-summary span {
    color: #6f7a8a;
    font-size: var(--font-size-base);
}
.wizard-complete button {
    color: var(--blue);
    cursor: pointer;
    font-size: var(--font-size-base);
    background: 0 0;
    border: 0;
    font-weight: 850;
}
.wizard-footer {
    color: #ffffff8c;
    background: #061426;
    padding: 32px 21px 36px;
}
.footer-brand strong {
    color: #fff;
    font-size: var(--font-size-base);
    letter-spacing: 0.05em;
}
.footer-brand p {
    font-size: var(--font-size-base);
    margin: 8px 0 0;
}
.company-info {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    grid-template-columns: 1fr 1fr;
    gap: 9px 17px;
    margin: 24px 0 0;
    padding: 21px 0;
    display: grid;
}
.company-info > div {
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    display: flex;
}
.company-info > div.wide {
    grid-column: 1/-1;
}
.company-info dt {
    color: #ffffff61;
    font-size: var(--font-size-base);
}
.company-info dd {
    color: #ffffffb3;
    font-size: var(--font-size-base);
    margin: 0;
    line-height: 1.55;
}
.company-info a {
    color: #ffffffd1;
}
.footer-copyright {
    font-size: var(--font-size-base);
    margin-top: 18px;
    display: block;
}

.landing-loader {
    z-index: 100;
    width: min(100%, 520px);
    min-height: 100dvh;
    color: var(--ink);
    inset-block: 0;
    background: radial-gradient(circle at 50% 44%, #2f6bff0e, #0000 29%), #fff;
    place-items: center;
    animation: 0.35s 2s both loaderExit;
    display: grid;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
}
.loader-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 610px;
    padding: 54px 32px;
    display: flex;
}
.loader-copy > p {
    color: #7b9ee8;
    font-size: var(--font-size-base);
    letter-spacing: 0.15em;
    margin: 0 0 15px;
    font-weight: 900;
}
.loader-copy h2 {
    color: #1d4fbf;
    letter-spacing: -0.045em;
    margin: 0;
    font-size: clamp(1.688rem, 7.4vw, 2.25rem);
    line-height: 1.34;
}
.loader-copy > span {
    color: #7c8797;
    font-size: var(--font-size-base);
    margin-top: 14px;
    line-height: 1.65;
    display: block;
}
.loader-symbol {
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 84px;
    margin: 65px 0 48px;
    display: flex;
    position: relative;
}
.loader-symbol i {
    color: #fff;
    letter-spacing: 0.08rem;
    background: linear-gradient(145deg, #2f6bff, #5b91ff);
    border-radius: 18px 18px 18px 6px;
    place-items: center;
    width: 60px;
    height: 60px;
    font-size: var(--font-27);
    font-style: italic;
    font-weight: 900;
    animation: 1s ease-in-out infinite loaderPulse;
    display: grid;
    box-shadow: 0 16px 30px #2f6bff3d;
}
.loader-symbol b {
    background: var(--blue);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    animation: 1.1s ease-in-out infinite loaderDots;
    position: absolute;
    bottom: 0;
}
.loader-symbol b:first-of-type {
    animation-delay: 0s;
    left: 43px;
}
.loader-symbol b:nth-of-type(2) {
    animation-delay: 0.15s;
    left: 57px;
}
.loader-symbol b:nth-of-type(3) {
    animation-delay: 0.3s;
    left: 71px;
}
.loader-status {
    color: #2456c5;
    font-size: var(--font-size-base);
    position: relative;
}
.loader-status:after {
    vertical-align: bottom;
    content: "...";
    width: 16px;
    margin-left: 2px;
    animation: 1.1s steps(4, end) infinite loaderEllipsis;
    display: inline-block;
    overflow: hidden;
}
@keyframes loaderPulse {
    0%,
    to {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.035);
    }
}
@keyframes loaderDots {
    0%,
    60%,
    to {
        opacity: 0.24;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(-5px);
    }
}
@keyframes loaderEllipsis {
    0% {
        width: 0;
    }
    to {
        width: 16px;
    }
}
@keyframes loaderExit {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

body:has(.wizard-page) {
    background: #edf3fa;
}
.wizard-page {
    background: linear-gradient(#f7faff 0%, #f2f6fb 65%, #eef3f8 100%);
    box-shadow: 0 0 55px #20477c1f;
}
.wizard-header {
    color: #17345c;
    background: #fffffff0;
    border-bottom: 1px solid #e6edf6;
    box-shadow: 0 4px 18px #2d507d0e;
}
.header-caption {
    color: #3261b7;
    background: #f1f6ff;
    border-color: #d8e5f8;
}
.wizard-hero {
    color: #17345c;
    text-align: center;
    background: #fff;
    /* background:radial-gradient(circle at 75% 25%,#2f6bff47,#0000 34%),linear-gradient(145deg,#07172b,#0b2442); */
    padding: 38px 22px 66px;
    position: relative;
    overflow: hidden;
}
/* .wizard-hero:after {
  content:"";
  border:1px solid #2f6bff1f;
  border-radius:50%;
  width:210px;
  height:210px;
  position:absolute;
  top:-65px;
  right:-82px
} */
.wizard-hero > p,
.wizard-hero h1,
.wizard-hero > span {
    z-index: 1;
    position: relative;
}
.wizard-hero > p {
    color: #4f7fdc;
    font-size: var(--font-size-base);
    letter-spacing: 0.08em;
    margin: 0 0 12px;
    font-weight: 900;
}
.wizard-hero h1 {
    color: #183557;
    letter-spacing: -0.05em;
    margin: 0;
    font-size: clamp(1.812rem, 7.8vw, 2.375rem);
    font-weight: 500;
    line-height: 1.3;
}
.wizard-hero h1 strong {
    color: #2f6bff;
    font-weight: 850;
}
.wizard-hero > span {
    color: #68798f;
    max-width: 385px;
    font-size: var(--font-size-base);
    margin: 15px auto 0;
    line-height: 1.65;
    display: block;
}
.estimate-shell {
    border-color: #e0e8f2;
    box-shadow: 0 18px 45px #274d7c1f;
}
.wizard-footer {
    color: #67788d;
    background: #e4edf6;
    border-top: 1px solid #dce7f2;
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    display: block;
}
.footer-brand,
.company-info,
.footer-copyright {
    width: 100%;
}
.footer-brand strong {
    color: #1a3a65;
}
.company-info {
    border-color: #3a5b8424;
}
.company-info dt {
    color: #8493a6;
}
.company-info dd,
.company-info a {
    color: #4c6078;
}
.footer-copyright {
    color: #8b98a9;
}
.landing-loader {
    background:
        radial-gradient(circle at 50% 44%, #2f6bff13, #0000 30%),
        linear-gradient(160deg, #fff, #f6f9ff);
}
.step-indicator {
    border-bottom: 1px solid #edf0f4;
    gap: 5px;
    padding: 18px 12px 0;
}
.step-indicator li {
    min-width: 0;
    padding-bottom: 17px;
}
.step-indicator li:after,
.step-indicator li:not(:last-child):after {
    content: "";
    background: #dfe6ef;
    border-radius: 999px 999px 0 0;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    inset: auto 0 0;
}
.step-indicator li.active:after,
.step-indicator li.done:after,
.step-indicator li.done:not(:last-child):after {
    background: linear-gradient(90deg, #2f6bff, #68a0ff);
}
.step-indicator li > span {
    width: 25px;
    height: 25px;
}
.step-indicator li small {
    color: #7c8797;
    max-width: 100%;
    font-size: var(--font-size-base);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.step-indicator {
    gap: 4px;
    padding: 14px;
}
.step-indicator li {
    background: #e9eef5;
    border-radius: 7px;
    justify-content: center;
    min-height: 40px;
    padding: 0 4px;
}
.step-indicator li:after,
.step-indicator li:not(:last-child):after {
    content: none;
    display: none;
}
.step-indicator li small {
    color: #7a8797;
    font-size: var(--font-size-base);
    font-weight: 850;
}
.step-indicator li.active,
.step-indicator li.done {
    background: linear-gradient(90deg, #2f6bff, #5c91ff);
    box-shadow: 0 4px 10px #2f6bff29;
}
.step-indicator li.active small,
.step-indicator li.done small {
    color: #fff;
}
.step-indicator {
    background: #e9eef5;
    border: 0;
    border-radius: 9px;
    gap: 0;
    height: 44px;
    margin: 14px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.step-indicator:before {
    z-index: 0;
    content: "";
    background: linear-gradient(90deg, #2f6bff, #6196ff);
    width: 25%;
    transition: width 0.32s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.step-indicator.progress-1:before {
    width: 25%;
}
.step-indicator.progress-2:before {
    width: 50%;
}
.step-indicator.progress-3:before {
    width: 75%;
}
.step-indicator.progress-4:before {
    width: 100%;
}
.step-indicator li,
.step-indicator li.active,
.step-indicator li.done {
    z-index: 1;
    min-height: 44px;
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
    padding: 0 3px;
    position: relative;
}
.step-indicator li:not(:last-child) {
    border-right: 1px solid #ffffffb3;
}
.step-indicator li small {
    color: #7a8797;
    font-size: var(--font-size-base);
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    display: flex;
}
.step-indicator li.done small {
    color: #ffffffc7;
}
.step-indicator li small b {
    font-size: var(--font-size-progress-number);
    letter-spacing: -0.02em;
    opacity: 0.7;
    font-weight: 800;
}
.step-indicator li.active {
    background: #1257df;
    box-shadow:
        inset 0 0 0 2px #fff9,
        inset 0 -8px 14px #0a37a040;
}
.step-indicator li.active small {
    color: #fff;
    font-weight: 900;
}
.step-indicator li.active small b {
    opacity: 1;
}

/* =========================================================
   페이지 세부 디자인 및 기능 보정
========================================================= */
:root {
    /* 데스크탑용 */
    /* --car-guide-x1: 14%;
  --car-guide-x2: 86%;
  --car-guide-bottom: 33px; */

    /* 모바일용 */
    /* --car-guide-x1: 12%;
  --car-guide-x2: 88%;
  --car-guide-bottom: 40px; */
}

.wizard-car-image {
    position: relative !important;
}

.wizard-car-image::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 9999 !important;
    pointer-events: none !important;

    background-image:
    /* 빨간선 1 */
        linear-gradient(
            to right,
            transparent calc(var(--car-guide-x1) - 0.5px),
            red calc(var(--car-guide-x1) - 0.5px),
            red calc(var(--car-guide-x1) + 0.5px),
            transparent calc(var(--car-guide-x1) + 0.5px)
        ),
        /* 빨간선 2 */
        linear-gradient(
                to right,
                transparent calc(var(--car-guide-x2) - 0.5px),
                red calc(var(--car-guide-x2) - 0.5px),
                red calc(var(--car-guide-x2) + 0.5px),
                transparent calc(var(--car-guide-x2) + 0.5px)
            ),
        /* 파란 가로선 */
        linear-gradient(
                to bottom,
                transparent calc(100% - var(--car-guide-bottom) - 0.5px),
                blue calc(100% - var(--car-guide-bottom) - 0.5px),
                blue calc(100% - var(--car-guide-bottom) + 0.5px),
                transparent calc(100% - var(--car-guide-bottom) + 0.5px)
            ) !important;
}

/* =========================================================
   선택 시 흔들림 방지
========================================================= */

/* 선택할 때마다 다시 실행되던 등장 애니메이션 제거 */
.wizard-step,
.wizard-car-image img,
.conditional-block {
    animation: none !important;
}

/* 버튼 선택 전후 위치와 크기 고정 */
.segment-control button,
.wizard-brand-grid button,
.choice-list button,
.rate-grid button,
.mileage-grid button,
.wizard-paints button {
    box-sizing: border-box;
    transform: none !important;
}

/* hover 상태에서도 위아래로 움직이지 않도록 고정 */
.segment-control button:hover,
.wizard-brand-grid button:hover,
.choice-list button:hover,
.rate-grid button:hover,
.mileage-grid button:hover,
.wizard-paints button:hover {
    transform: none !important;
}

/* 차량 이미지 비율이 달라도 카드 높이가 바뀌지 않도록 고정 */
.wizard-car-image {
    height: 225px !important;
    min-height: 225px !important;
}

.wizard-car-image img {
    width: 100% !important;
    height: 100% !important;
    max-height: 225px !important;
    object-fit: contain !important;
}

/* 선택 테두리로 인한 미세한 레이아웃 변화 방지 */
.segment-control button,
.wizard-brand-grid button,
.choice-list button,
.rate-grid button,
.mileage-grid button {
    border-width: 1px !important;
}

/* 동적 콘텐츠 교체 시 최소 높이를 유지해 세로 점프 완화 */
#wizardContent {
    min-height: 520px;
}

/* =========================================================
   사이트 최초 진입 로딩 화면
========================================================= */
body.is-loading {
    overflow: hidden;
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(78, 128, 255, 0.12),
            transparent 31%
        ),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.45s ease,
        visibility 0.45s ease;
}

.site-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-loader__inner {
    width: min(100%, 520px);
    padding: 48px 28px;
    text-align: center;
}

.site-loader__eyebrow {
    margin: 0 0 18px;
    color: #5d8dff;
    font-size: var(--font-14);
    font-weight: 900;
    letter-spacing: 0.16em;
}

.site-loader__title {
    margin: 0;
    color: #1d5de8;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.3;
}

.site-loader__description {
    margin: 20px 0 44px;
    color: #7b8492;
    font-size: var(--font-15);
    line-height: 1.8;
}

.site-loader__logo {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 16px 16px 16px 5px;
    background: linear-gradient(145deg, #467cff, #2f6bff);
    color: #fff;
    font-size: var(--font-23);
    font-weight: 900;
    font-style: italic;
    box-shadow:
        0 16px 34px rgba(47, 107, 255, 0.25),
        0 0 45px rgba(47, 107, 255, 0.13);
    animation: loaderLogo 1.7s ease-in-out infinite;
}

.site-loader__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
}

.site-loader__dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5b8dff;
    animation: loaderDot 1.2s ease-in-out infinite;
}

.site-loader__dots span:nth-child(2) {
    animation-delay: 0.16s;
}

.site-loader__dots span:nth-child(3) {
    animation-delay: 0.32s;
}

.site-loader__status {
    margin: 26px 0 0;
    color: #2f6bff;
    font-size: var(--font-14);
    font-weight: 800;
}

@keyframes loaderLogo {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-5px) scale(1.03);
    }
}

@keyframes loaderDot {
    0%,
    60%,
    100% {
        opacity: 0.28;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(-4px);
    }
}

/* =========================================================
   세부모델 단계 카드형 디자인
========================================================= */
.step-two .step-heading {
    margin-bottom: 24px;
}

.selected-vehicle--large {
    grid-template-columns: 138px 1fr !important;
    min-height: 112px !important;
    margin: 0 0 28px !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, #f8fbff, #eef4fb) !important;
}

.selected-vehicle--large img {
    width: 138px !important;
    height: 104px !important;
    padding: 8px !important;
    object-fit: contain !important;
}

.selected-vehicle--large div {
    padding: 18px 18px 18px 4px !important;
}

.selected-vehicle--large small {
    color: #2f6bff !important;
    font-size: var(--font-12) !important;
    letter-spacing: 0.08em !important;
}

.selected-vehicle--large strong {
    font-size: var(--font-18) !important;
}

.selected-vehicle--large span {
    margin-top: 2px !important;
    color: #7a8493 !important;
}

.model-choice-list {
    display: grid;
    gap: 10px;
}

.model-choice-list button {
    width: 100%;
    min-height: 68px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
    cursor: pointer;
    border: 1px solid #dce3ec;
    border-radius: 13px;
    box-sizing: border-box;
    background: #fff;
    color: #344054;
    transition:
        border-color 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}

.model-choice-list button:hover {
    border-color: #a9bff2;
    background: #f9fbff;
}

.model-choice-list button.active {
    border-color: #2f6bff;
    background: #edf3ff;
    box-shadow: inset 0 0 0 1px #2f6bff;
    color: #1b4fd6;
}

.model-choice-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.model-choice-copy strong {
    font-size: var(--font-15);
    font-weight: 850;
    line-height: 1.3;
}

.model-choice-copy small {
    color: #8a94a3;
    font-size: var(--font-13);
    line-height: 1.45;
}

.model-choice-list button.active .model-choice-copy small {
    color: #5f79b5;
}

.model-choice-mark {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #9aa5b5;
    background: #f2f4f7;
}

.model-choice-list button.active .model-choice-mark {
    color: #fff;
    background: #2f6bff;
}

.model-choice-mark svg {
    width: 15px;
    height: 15px;
}

.usage-choice {
    gap: 10px !important;
}

.usage-choice button {
    height: 52px !important;
    border-radius: 12px !important;
}

.data-note--emphasis {
    margin-top: 18px !important;
    padding: 14px 15px !important;
    border: 1px solid #e5eaf1 !important;
    background: #f7f9fc !important;
    color: #667085 !important;
    border-radius: 11px !important;
    line-height: 1.65 !important;
}

/* =========================================================
   프리미엄 탭형 진행바
   - 첨부 이미지와 동일한 4분할 탭 구조
========================================================= */
#stepIndicator.step-indicator {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    list-style: none !important;
    overflow: hidden !important;
    border: 0 !important;
    border-bottom: 1px solid #edf0f5 !important;
    border-radius: 20px 20px 0 0 !important;
    background: #ffffff !important;
    box-shadow:
        0 -8px 30px rgba(47, 107, 255, 0.05),
        0 8px 22px rgba(15, 35, 65, 0.04) !important;
}

#stepIndicator.step-indicator::before,
#stepIndicator.step-indicator::after {
    display: none !important;
    content: none !important;
}

#stepIndicator.step-indicator > li {
    position: relative !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    border: 0 !important;
    background: transparent !important;
    color: #9ca6b7 !important;
}

#stepIndicator.step-indicator > li::before,
#stepIndicator.step-indicator > li::after,
#stepIndicator.step-indicator > li:not(:last-child)::after,
#stepIndicator.step-indicator > li.done:not(:last-child)::after {
    display: none !important;
    content: none !important;
}

#stepIndicator.step-indicator > li > button {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    height: 52px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: #ffffff !important;
    color: #9ca6b7 !important;
    font-family: inherit !important;
    font-size: var(--font-13) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.025em !important;
    white-space: nowrap !important;
    cursor: default !important;
    box-shadow: none !important;
    transform: none !important;
    transition:
        background-color 0.2s ease,
        color 0.2s ease !important;
}

#stepIndicator.step-indicator > li > button b {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

#stepIndicator.step-indicator > li > button span {
    display: inline !important;
    min-width: 0 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    color: inherit !important;
}

/* 현재 단계 */
#stepIndicator.step-indicator > li.active {
    background: #2f6bff !important;
    color: #ffffff !important;
}

#stepIndicator.step-indicator > li.active > button {
    background: linear-gradient(135deg, #3476ff 0%, #2f6bff 100%) !important;
    color: #ffffff !important;
    cursor: default !important;
}

/* 지나온 단계 */
#stepIndicator.step-indicator > li.done > button {
    background: #ffffff !important;
    color: #1457dd !important;
    cursor: pointer !important;
}

#stepIndicator.step-indicator > li.done > button:hover {
    background: #f2f6ff !important;
    color: #0f4ec9 !important;
}

/* 아직 도달하지 않은 단계 */
#stepIndicator.step-indicator > li:not(.active):not(.done) > button {
    background: #ffffff !important;
    color: #a3acba !important;
}

/* 첫 번째 활성 탭의 왼쪽 상단 라운드 */
#stepIndicator.step-indicator > li:first-child.active,
#stepIndicator.step-indicator > li:first-child.active > button {
    border-top-left-radius: 20px !important;
}

/* 마지막 활성 탭의 오른쪽 상단 라운드 */
#stepIndicator.step-indicator > li:last-child.active,
#stepIndicator.step-indicator > li:last-child.active > button {
    border-top-right-radius: 20px !important;
}

#stepIndicator.step-indicator > li > button:focus-visible {
    position: relative !important;
    z-index: 2 !important;
    outline: 3px solid rgba(47, 107, 255, 0.22) !important;
    outline-offset: -3px !important;
}

/* 진행바 높이 53px 고정 */
#stepIndicator.step-indicator {
    height: 53px !important;
    min-height: 53px !important;
}

#stepIndicator.step-indicator > li,
#stepIndicator.step-indicator > li > button {
    height: 53px !important;
    min-height: 53px !important;
}

/* 완료된 이전 단계는 하늘색 배경 */
#stepIndicator.step-indicator > li.done {
    background: #eaf2ff !important;
    color: #1457dd !important;
}

#stepIndicator.step-indicator > li.done > button {
    background: #eaf2ff !important;
    color: #1457dd !important;
    cursor: pointer !important;
}

#stepIndicator.step-indicator > li.done > button:hover {
    background: #dce9ff !important;
    color: #0f4ec9 !important;
}

/* =========================================================
   세부모델 라디오 카드 UI
========================================================= */
.step-two .step-heading {
    margin-bottom: 26px;
}

.engine-model-list {
    display: grid;
    gap: 11px;
}

.engine-model-card {
    overflow: hidden;
    border: 1px solid #dce3ec;
    border-radius: 13px;
    background: #fff;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.engine-model-card.active {
    border: 2px solid #2f6bff;
    box-shadow: none;
}

.engine-model-card.active .engine-model-main {
    min-height: 59px;
    padding-inline: 15px;
}

.engine-model-card.active .sub-trim-list {
    padding: 0 11px 11px;
}

.engine-model-main {
    width: 100%;
    min-height: 60px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 0;
    background: #fff;
    color: #182230;
    cursor: pointer;
    text-align: left;
}

.engine-model-main strong {
    font-size: var(--font-15);
    font-weight: 850;
    letter-spacing: -0.025em;
}

.radio-ui {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border: 2px solid #d6dde7;
    border-radius: 50%;
    background: #fff;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.radio-ui.checked {
    border-color: #2f6bff;
    box-shadow: inset 0 0 0 5px #fff;
    background: #2f6bff;
}

.sub-trim-list {
    display: grid;
    gap: 8px;
    padding: 0 12px 12px;
}

.sub-trim-item {
    width: 100%;
    min-height: 50px;
    padding: 0 12px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border: 1px solid #e2e7ee;
    border-radius: 10px;
    background: #fff;
    color: #344054;
    cursor: pointer;
    text-align: left;
}

.sub-trim-item.active {
    border-color: #d9e5ff;
    background: #fbfdff;
}

.sub-trim-item strong {
    min-width: 0;
    font-size: var(--font-14);
    font-weight: 800;
}

/* =========================================================
   선택 초기화 상태 및 안내 UI
========================================================= */
.empty-selection-guide {
    margin: 0;
    padding: 15px 14px;
    border: 1px dashed #d9e1eb;
    border-radius: 10px;
    background: #fafbfd;
    color: #98a2b3;
    font-size: var(--font-14);
    line-height: 1.55;
}

.is-disabled-block {
    opacity: 0.82;
}

.wizard-car-card.is-empty {
    border-style: dashed;
    background: #f8fafc;
}

.vehicle-empty-visual {
    width: calc(100% - 28px);
    min-height: 150px;
    margin: 14px;
    display: grid;
    place-items: center;
    border: 1px dashed #d9e1eb;
    border-radius: 13px;
    background: #fff;
    color: #98a2b3;
    font-size: var(--font-14);
    text-align: center;
}

.validation-message {
    min-height: 20px;
    margin: 14px 0 0;
    color: #d92d20;
    font-size: var(--font-13);
    font-weight: 700;
    line-height: 1.5;
}

/* =========================================================
   모바일 호환 로딩 화면 자동 종료
   JavaScript 실행 여부와 관계없이 1.6초 후 사라짐
========================================================= */
body {
    overflow-x: hidden;
}

body.is-loading {
    overflow-x: hidden;
    overflow-y: auto;
}

.site-loader {
    pointer-events: auto;
    animation: siteLoaderAutoClose 0.45s ease 2s forwards !important;
}

.site-loader__inner {
    animation: siteLoaderContentClose 0.35s ease 2.9s forwards;
}

@keyframes siteLoaderAutoClose {
    0% {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    99% {
        opacity: 0;
        visibility: visible;
        pointer-events: none;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

@keyframes siteLoaderContentClose {
    to {
        opacity: 0;
        transform: translateY(-6px);
    }
}

/* 모바일 미리보기용 정적 첫 화면 */
#wizardContent:empty::before {
    content: "선택 화면을 불러오는 중입니다.";
    display: block;
    padding: 40px 20px;
    text-align: center;
    color: #667085;
}

.wizard-static-fallback {
    display: block;
}

/* 연간 주행거리 4개 항목을 2열 x 2행으로 균일하게 배치 */
.mileage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.mileage-grid button:last-child {
    grid-column: auto !important;
}

/* 로딩 화면이 표시되는 동안 뒤 페이지 스크롤 방지 */
body.loader-active {
    overflow: hidden;
}

/* =========================================================
   선택 차량 세부모델 표시 및 보증/선수금 비율 박스 정렬
========================================================= */
.selected-vehicle > div {
    min-width: 0;
}

.selected-vehicle .selected-vehicle-trim,
.selected-vehicle .selected-vehicle-paint {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-vehicle .selected-vehicle-trim {
    margin-top: 3px;
    color: #43536a;
    font-weight: 750;
}

.selected-vehicle .selected-vehicle-paint {
    margin-top: 1px;
    color: #7a8493;
}

/* fieldset의 legend 때문에 배경 박스 상단이 잘려 보이지 않도록 일반 블록처럼 정렬 */
.option-block.conditional-block {
    display: flow-root !important;
    overflow: visible !important;
    margin-top: 14px !important;
    padding: 15px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #f4f7fb !important;
}

.option-block.conditional-block > legend {
    float: left !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #344054 !important;
    font-size: var(--font-size-base) !important;
    font-weight: 850 !important;
    line-height: 1.4 !important;
}

.option-block.conditional-block > .rate-grid {
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
}

/* 아우디 원본 이미지에는 자체 배경이 포함되어 있어 공통 배경을 제거 */
.wizard-car-card.has-own-background .wizard-car-image {
    background: transparent !important;
    padding: 0 !important;
}
.wizard-car-card.has-own-background .wizard-car-image img {
    width: 100% !important;
    max-height: 225px !important;
    object-fit: contain !important;
    mix-blend-mode: normal !important;
}

/* =========================================================
   차량 선택 카드 배경 보정
========================================================= */
.wizard-car-card {
    position: relative;
    overflow: hidden;
}

.wizard-car-title {
    position: relative;
    z-index: 2;
}

.wizard-car-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wizard-car-image--staged {
    background: linear-gradient(
        180deg,
        #edf2f8 0%,
        #f7f9fc 62%,
        #eef2f6 100%
    ) !important;
}

.wizard-car-stage-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.02) 100%
        ),
        url("../images/vehicle-stage-bg.png") center center / cover no-repeat;
}

.wizard-car-stage-bg::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 18px;
    height: 56px;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center,
        rgba(74, 84, 98, 0.26) 0%,
        rgba(74, 84, 98, 0.12) 42%,
        rgba(74, 84, 98, 0) 76%
    );
    filter: blur(2px);
}

.wizard-car-image--staged img {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    max-width: 84%;
    object-fit: contain !important;
}

.wizard-car-card.has-own-background {
    background: #fff;
}

.wizard-car-card.has-own-background .wizard-car-title--overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 3;
    padding: 0;
    background: transparent;
    border: 0;
}

.wizard-car-card.has-own-background .wizard-car-title--overlay small,
.wizard-car-card.has-own-background .wizard-car-title--overlay strong {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.55);
}

.wizard-car-card.has-own-background .wizard-car-image--full {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.wizard-car-card.has-own-background .wizard-car-image--full img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block;
}

.wizard-car-card.has-own-background .paint-block {
    border-top: 1px solid #e4e8ee;
}

/* 테슬라 차량 이미지는 원본 여백이 커서 미리보기에서 조금 더 크게 표시 */
.wizard-car-card.is-tesla .wizard-car-image--staged img {
    max-width: 92% !important;
    transform: scale(1.08);
    transform-origin: center center;
}

.wizard-car-image--staged img {
    filter: drop-shadow(0 12px 16px rgba(45, 56, 71, 0.14));
}

/* =========================================================
   색상 변경 시 차량 이미지 영역 흔들림 방지
========================================================= */
.wizard-car-card,
.wizard-car-title,
.wizard-car-image,
.paint-block,
.wizard-paints,
.chosen-paint {
    contain: layout paint;
}

.wizard-car-image img {
    transition: none !important;
    animation: none !important;
    will-change: auto;
}

.wizard-paints button {
    width: 35px !important;
    height: 35px !important;
    flex: 0 0 35px !important;
    padding: 3px !important;
    border: 2px solid transparent !important;
    box-sizing: border-box !important;
}

.wizard-paints button.active {
    border-color: #2f6bff !important;
}

.wizard-paints button i {
    width: 25px !important;
    height: 25px !important;
    box-sizing: border-box !important;
}

.chosen-paint {
    min-height: 48px;
}

/* 최초 로딩 화면 애니메이션을 환경 설정과 관계없이 정상 실행 */
.landing-loader {
    animation: loaderExit 0.35s ease 2s both !important;
}

.loader-symbol i {
    animation: loaderPulse 1s ease-in-out infinite !important;
}

.loader-symbol b {
    animation: loaderDots 1.1s ease-in-out infinite !important;
}

.loader-symbol b:first-of-type {
    animation-delay: 0s !important;
}

.loader-symbol b:nth-of-type(2) {
    animation-delay: 0.15s !important;
}

.loader-symbol b:nth-of-type(3) {
    animation-delay: 0.3s !important;
}

.loader-status::after {
    animation: loaderEllipsis 1.1s steps(4, end) infinite !important;
}

/* =========================================================
   차량 선택 카드 배치 개선
   - 공통 배경이 제목 영역까지 자연스럽게 이어지도록 수정
   - 차량이 바닥에 닿아 보이도록 하단 정렬
   - 투명 여백/반투명 차량이 덜 묻히도록 대비 강화
========================================================= */
.wizard-car-card:not(.is-empty):not(.has-own-background) {
    background: #fff;
}

.wizard-car-card:not(.is-empty):not(.has-own-background) .wizard-car-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 18px 20px 0;
    pointer-events: none;
}

.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-title
    small,
.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-title
    strong {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.72);
}

.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged {
    height: 255px !important;
    min-height: 255px !important;
    align-items: flex-end;
    padding: 0 12px 0 !important;
}

.wizard-car-card:not(.is-empty):not(.has-own-background) .wizard-car-stage-bg {
    inset: 0;
}

.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 28px;
    height: 92px;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.48) 0%,
        rgba(255, 255, 255, 0.24) 45%,
        rgba(255, 255, 255, 0) 78%
    );
}

.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged
    img {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: auto !important;
    max-width: 86% !important;
    max-height: 170px !important;
    align-self: flex-end;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateY(8px);
    filter: drop-shadow(0 14px 18px rgba(34, 44, 58, 0.18)) contrast(1.06)
        saturate(1.04);
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    isolation: isolate;
}

.wizard-car-card.is-tesla:not(.has-own-background)
    .wizard-car-image--staged
    img {
    max-width: 94% !important;
    max-height: 176px !important;
    transform: translateY(10px) scale(1.08);
    transform-origin: center bottom;
}

.wizard-car-card:not(.is-empty):not(.has-own-background) .paint-block {
    position: relative;
    z-index: 2;
    margin-top: 0;
    border-top: 1px solid #e4e8ee;
    background: #fff;
}

/* =========================================================
   차량 합성 배경 제거
   - 아우디처럼 원본 이미지에 자체 배경이 있는 차량만 배경 유지
   - 그 외 차량은 깨끗한 무배경 카드로 표시
========================================================= */
.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
}

.wizard-car-card:not(.is-empty):not(.has-own-background) .wizard-car-stage-bg {
    display: none !important;
}

.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged::after {
    display: none !important;
}

.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged
    img {
    max-width: 88% !important;
    max-height: 176px !important;
    transform: translateY(6px);
    filter: drop-shadow(0 16px 18px rgba(30, 42, 56, 0.18)) contrast(1.04)
        saturate(1.02);
}

.wizard-car-card.is-tesla:not(.has-own-background)
    .wizard-car-image--staged
    img {
    max-width: 95% !important;
    max-height: 182px !important;
    transform: translateY(8px) scale(1.06);
}

/* =========================================================
   기아 차량 이미지 크기 보정
========================================================= */
.wizard-car-card.is-kia:not(.has-own-background) .wizard-car-image--staged img {
    max-width: 100% !important;
    max-height: 170px !important;
    transform: translateY(-15px) !important;
    filter: drop-shadow(0 16px 18px rgba(30, 42, 56, 0.18)) contrast(1.04)
        saturate(1.02) !important;
}

.wizard-car-card.is-kia.is-kia-bongo3:not(.has-own-background)
    .wizard-car-image--staged
    img {
    max-height: 190px !important;
}

/* =========================================================
   차량 이미지 공통 크기 정리
   - 일반 차량은 max-width 100%, height 100%, translateY -15px 통일
   - 봉고3만 max-height 190px 예외 적용
========================================================= */
.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged
    img,
.wizard-car-card.is-tesla:not(.has-own-background)
    .wizard-car-image--staged
    img,
.wizard-car-card.is-kia:not(.has-own-background) .wizard-car-image--staged img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: translateY(-15px) !important;
    filter: drop-shadow(0 16px 18px rgba(30, 42, 56, 0.18)) contrast(1.04)
        saturate(1.02) !important;
}

.wizard-car-card.is-kia.is-kia-bongo3:not(.has-own-background)
    .wizard-car-image--staged
    img {
    max-height: 190px !important;
}

/* =========================================================
   정규화된 차량 이미지 공통 표시
   - 모든 무배경 차량 이미지는 동일 캔버스/바닥선 기준
   - 브랜드별 크기 및 위치 보정 제거
========================================================= */
.wizard-car-card:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged
    img,
.wizard-car-card.is-tesla:not(.has-own-background)
    .wizard-car-image--staged
    img,
.wizard-car-card.is-kia:not(.has-own-background) .wizard-car-image--staged img,
.wizard-car-card.is-kia.is-kia-bongo3:not(.has-own-background)
    .wizard-car-image--staged
    img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    transform: none !important;
    filter: drop-shadow(0 10px 13px rgba(30, 42, 56, 0.13)) !important;
}

/* 선택된 외장 색상 버튼의 추가 그림자 제거 */
.wizard-paints button.active {
    box-shadow: none !important;
}

/* =========================================================
   견적 완료 CTA 및 고객정보 유효성 검사 UI
========================================================= */
.wizard-complete #restartButton {
    width: 100%;
    min-height: 54px;
    margin-top: 4px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 11px;
    background: #2f6bff;
    color: #fff;
    font-size: var(--font-15);
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(47, 107, 255, 0.22);
    transition:
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}

.wizard-complete #restartButton:hover {
    background: #1b4fd6;
    box-shadow: 0 10px 22px rgba(47, 107, 255, 0.28);
}

.wizard-complete #restartButton:focus-visible {
    outline: 3px solid rgba(47, 107, 255, 0.24);
    outline-offset: 3px;
}

.customer-fields label {
    display: block;
}

.customer-fields input.is-invalid {
    border-color: #d92d20 !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1) !important;
}

.field-error {
    min-height: 19px;
    margin-top: 6px;
    display: block;
    color: #d92d20;
    font-size: var(--font-13);
    font-weight: 700;
    line-height: 1.45;
}

/* =========================================================
   견적 신청 완료 상세 내역
========================================================= */
.wizard-complete {
    padding-top: 42px;
}

.completion-summary {
    width: 100%;
    margin: 26px 0 22px;
    display: grid;
    gap: 12px;
    text-align: left;
}

.completion-vehicle {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: linear-gradient(145deg, #f7faff, #f1f5fb);
}

.completion-vehicle img {
    width: 112px;
    height: 72px;
    object-fit: contain;
    object-position: center;
}

.completion-vehicle div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.completion-vehicle small {
    color: #2f6bff;
    font-size: var(--font-12);
    font-weight: 850;
}

.completion-vehicle strong {
    color: #182230;
    font-size: var(--font-17);
    font-weight: 900;
}

.completion-vehicle span {
    overflow: hidden;
    color: #667085;
    font-size: var(--font-13);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.completion-section {
    padding: 16px;
    border: 1px solid #e5eaf1;
    border-radius: 14px;
    background: #fff;
}

.completion-section h3 {
    margin: 0 0 12px;
    color: #182230;
    font-size: var(--font-15);
    font-weight: 900;
}

.completion-details {
    display: grid;
    gap: 0;
    margin: 0;
}

.completion-details > div {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 0;
    border-top: 1px solid #edf0f4;
}

.completion-details > div:first-child {
    padding-top: 0;
    border-top: 0;
}

.completion-details > div:last-child {
    padding-bottom: 0;
}

.completion-details dt {
    color: #8993a1;
    font-size: var(--font-13);
}

.completion-details dd {
    min-width: 0;
    margin: 0;
    color: #344054;
    font-size: var(--font-13);
    font-weight: 800;
    text-align: right;
    overflow-wrap: anywhere;
}

/* 견적 전송 중 버튼 상태 */
.next-button:disabled,
.next-button.is-submitting {
    cursor: wait !important;
    opacity: 0.72;
    pointer-events: none;
}

/* =========================================================
   로딩 종료 시 화면 흔들림 방지
   - 스크롤바 영역을 처음부터 확보
   - 로더와 실제 페이지의 너비·높이 기준 통일
========================================================= */
html {
    scrollbar-gutter: stable;
}

body.loader-active {
    overflow: hidden;
}

.landing-loader {
    width: min(100%, 520px) !important;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
}

.loader-content {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
}

@supports not (scrollbar-gutter: stable) {
    html {
        overflow-y: scroll;
    }
}

/* =========================================================
   외장 색상 UI 보완
   - 현재 기기에서 실제로 색상 목록이 잘릴 때만 좌우 스와이프 적용
   - 실제 overflow 여부는 JS가 .has-paint-overflow 클래스로 표시
   - overflow가 있을 때만 "좌우로 넘겨보세요" 문구 표시
   - 투톤 색상 스와치는 좌/우 2분할 표시
========================================================= */

.wizard-paints.has-paint-overflow {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 8px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    cursor: grab;
    padding: 2px 1px 6px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.wizard-paints.has-paint-overflow::-webkit-scrollbar {
    display: none;
}

.wizard-paints.has-paint-overflow.is-dragging {
    cursor: grabbing;
}

.wizard-paints.has-paint-overflow button {
    flex: 0 0 auto !important;
}

.wizard-paints button i {
    background-repeat: no-repeat !important;
}

/* 차량명 폰트 크기: 22px = 1.375rem */
.wizard-car-title strong {
    font-size: var(--font-22) !important;
}

/* =========================================================
   차량 이미지 크기·위치 조정
   - 화면 크기와 관계없이 같은 브랜드 기준값 사용
   - 특정 차량만 다르면 차량별 추가 보정값 사용

   scale : 이미지 크기
   x     : 좌우 위치 (+ 오른쪽 / - 왼쪽, % 사용)
   y     : 바닥선 기준 비율 상하 보정 (+ 아래 / - 위, % 사용)
========================================================= */

/* 공통 기본값
   - 브랜드 기본값이 항상 기준
   - 차량별 값은 브랜드값에 더하는 추가 보정값
*/
.car-adjust {
    /* 전 화면 공통 브랜드 기준 */
    --brand-scale: 1;
    --brand-x: 0%;
    --brand-y: 0%;

    /* 차량별 추가 보정 - 기본은 0 */
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}

/* 일반 차량 이미지 적용
   - 차량 영역 높이는 전 화면 255px 고정
   - 데스크톱에서 잡은 바닥 기준선을 유지
   - 화면이 520px보다 좁아질수록 이미지 내부 투명 여백 때문에
     실제 차량 바닥이 내려가 보이는 현상을 자동으로 위쪽 보정
   - 브랜드/차량 X,Y 수동 보정값은 모두 % 사용
*/
.wizard-car-card.car-adjust:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged {
    position: relative !important;
    width: 100% !important;
    height: 255px !important;
    min-height: 255px !important;
    overflow: hidden !important;
}

.wizard-car-card.car-adjust:not(.is-empty):not(.has-own-background)
    .wizard-car-image--staged
    img {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;

    /* 520px 이상 0px, 화면이 작아질수록 최대 24px까지 위로 보정 */
    bottom: clamp(0px, calc((520px - 100vw) * 0.12), 24px) !important;

    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: initial !important;
    object-position: initial !important;

    transform: translateX(-50%)
        translate(
            calc(var(--brand-x) + var(--car-x-add)),
            calc(var(--brand-y) + var(--car-y-add))
        )
        scale(calc(var(--brand-scale) + var(--car-scale-add))) !important;

    transform-origin: center bottom !important;
}

/* 자체 배경이 있는 차량 이미지 적용 */
.wizard-car-card.car-adjust.has-own-background .wizard-car-image--full img {
    transform: translate(
            calc(var(--brand-x) + var(--car-x-add)),
            calc(var(--brand-y) + var(--car-y-add))
        )
        scale(calc(var(--brand-scale) + var(--car-scale-add))) !important;
    transform-origin: center center !important;
}

/* 아우디처럼 자체 배경이 있는 이미지 영역 */
.wizard-car-card.has-own-background .wizard-car-image--full {
    width: calc(100% + 32px) !important;
    height: 255px !important;
    min-height: 255px !important;
    margin-inline: -16px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
}

.wizard-car-card.has-own-background .wizard-car-image--full img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

/* =========================================================
   현대
========================================================= */

/* 현대 브랜드 전체 공통값
   화면 크기와 관계없이 현대 전체 차량에 동일하게 적용됩니다.
*/
.car-adjust[data-brand="현대"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.14;
    --brand-x: 2.5%;
    --brand-y: 18%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* 그랜저 */
.car-adjust[data-brand="현대"][data-car="그랜저"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* 그랜저 하이브리드 */
.car-adjust[data-brand="현대"][data-car="그랜저 하이브리드"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* 베뉴 */
.car-adjust[data-brand="현대"][data-car="베뉴"] {
    --car-scale-add: 0.14;
    --car-x-add: -1.5%;
    --car-y-add: 2%;
}
/* 스타리아 */
.car-adjust[data-brand="현대"][data-car="스타리아"] {
    --car-scale-add: 0.11;
    --car-x-add: -1.3%;
    --car-y-add: -4%;
}
/* 스타리아 하이브리드 */
.car-adjust[data-brand="현대"][data-car="스타리아 하이브리드"] {
    --car-scale-add: 0.11;
    --car-x-add: -1.3%;
    --car-y-add: -4%;
}
/* 싼타페 */
.car-adjust[data-brand="현대"][data-car="싼타페"] {
    --car-scale-add: -0.04;
    --car-x-add: 1%;
    --car-y-add: -5%;
}
/* 싼타페 하이브리드 */
.car-adjust[data-brand="현대"][data-car="싼타페 하이브리드"] {
    --car-scale-add: -0.04;
    --car-x-add: 1%;
    --car-y-add: -5%;
}
/* 쏘나타 */
.car-adjust[data-brand="현대"][data-car="쏘나타"] {
    --car-scale-add: -0.09;
    --car-x-add: 1%;
    --car-y-add: -6%;
}
/* 쏘나타 하이브리드 */
.car-adjust[data-brand="현대"][data-car="쏘나타 하이브리드"] {
    --car-scale-add: -0.09;
    --car-x-add: 1%;
    --car-y-add: -6%;
}
/* 아반떼 */
.car-adjust[data-brand="현대"][data-car="아반떼"] {
    --car-scale-add: -0.09;
    --car-x-add: 0%;
    --car-y-add: -6%;
}
/* 아반떼 하이브리드 */
.car-adjust[data-brand="현대"][data-car="아반떼 하이브리드"] {
    --car-scale-add: -0.09;
    --car-x-add: 0%;
    --car-y-add: -6%;
}
/* 아이오닉5 */
.car-adjust[data-brand="현대"][data-car="아이오닉5"] {
    --car-scale-add: -0.16;
    --car-x-add: 0%;
    --car-y-add: -9%;
}
/* 아이오닉6 */
.car-adjust[data-brand="현대"][data-car="아이오닉6"] {
    --car-scale-add: 0.14;
    --car-x-add: 0%;
    --car-y-add: -4%;
}
/* 아이오닉9 */
.car-adjust[data-brand="현대"][data-car="아이오닉9"] {
    --car-scale-add: -0.01;
    --car-x-add: 0%;
    --car-y-add: -8%;
}
/* 캐스퍼 */
.car-adjust[data-brand="현대"][data-car="캐스퍼"] {
    --car-scale-add: 0.1;
    --car-x-add: -2%;
    --car-y-add: -1%;
}
/* 캐스퍼 일렉트릭 */
.car-adjust[data-brand="현대"][data-car="캐스퍼 일렉트릭"] {
    --car-scale-add: 0.1;
    --car-x-add: -2%;
    --car-y-add: -1%;
}
/* 코나 */
.car-adjust[data-brand="현대"][data-car="코나"] {
    --car-scale-add: -0.12;
    --car-x-add: -0.5%;
    --car-y-add: -9%;
}
/* 코나 하이브리드 */
.car-adjust[data-brand="현대"][data-car="코나 하이브리드"] {
    --car-scale-add: -0.12;
    --car-x-add: -0.5%;
    --car-y-add: -9%;
}
/* 코나 일렉트릭 */
.car-adjust[data-brand="현대"][data-car="코나 일렉트릭"] {
    --car-scale-add: -0.12;
    --car-x-add: -0.5%;
    --car-y-add: -9%;
}
/* 투싼 */
.car-adjust[data-brand="현대"][data-car="투싼"] {
    --car-scale-add: -0.1;
    --car-x-add: 1.2%;
    --car-y-add: -12%;
}
/* 투싼 하이브리드 */
.car-adjust[data-brand="현대"][data-car="투싼 하이브리드"] {
    --car-scale-add: -0.1;
    --car-x-add: 1.2%;
    --car-y-add: -12%;
}
/* 팰리세이드 */
.car-adjust[data-brand="현대"][data-car="팰리세이드"] {
    --car-scale-add: -0.07;
    --car-x-add: 1%;
    --car-y-add: -7%;
}
/* 팰리세이드 하이브리드 */
.car-adjust[data-brand="현대"][data-car="팰리세이드 하이브리드"] {
    --car-scale-add: -0.07;
    --car-x-add: 1%;
    --car-y-add: -7%;
}
/* 포터2 */
.car-adjust[data-brand="현대"][data-car="포터2"] {
    --car-scale-add: 0;
    --car-x-add: 0.5%;
    --car-y-add: -5%;
}
/* 포터2 일렉트릭 */
.car-adjust[data-brand="현대"][data-car="포터2 일렉트릭"] {
    --car-scale-add: -0.2;
    --car-x-add: -4%;
    --car-y-add: -13%;
}

/* =========================================================
   제네시스
========================================================= */

/* 제네시스 브랜드 전체 기본값
   여기 값을 바꾸면 제네시스 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="제네시스"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.23;
    --brand-x: 0%;
    --brand-y: 18%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* G80 */
.car-adjust[data-brand="제네시스"][data-car="G80"] {
    --car-scale-add: -0.08;
    --car-x-add: 0%;
    --car-y-add: -1%;
}
/* 일렉트리파이드 G80 */
.car-adjust[data-brand="제네시스"][data-car="일렉트리파이드 G80"] {
    --car-scale-add: -0.08;
    --car-x-add: 0%;
    --car-y-add: -1%;
}
/* G90 */
.car-adjust[data-brand="제네시스"][data-car="G90"] {
    --car-scale-add: -0.14;
    --car-x-add: 0%;
    --car-y-add: -3%;
}
/* GV60 */
.car-adjust[data-brand="제네시스"][data-car="GV60"] {
    --car-scale-add: -0.03;
    --car-x-add: 0%;
    --car-y-add: -3%;
}
/* GV70 */
.car-adjust[data-brand="제네시스"][data-car="GV70"] {
    --car-scale-add: 0.03;
    --car-x-add: 0%;
    --car-y-add: 1%;
}
/* 일렉트리파이드 GV70 */
.car-adjust[data-brand="제네시스"][data-car="일렉트리파이드 GV70"] {
    --car-scale-add: -0.07;
    --car-x-add: 0%;
    --car-y-add: -4%;
}
/* GV80 */
.car-adjust[data-brand="제네시스"][data-car="GV80"] {
    --car-scale-add: -0.15;
    --car-x-add: 0%;
    --car-y-add: -6%;
}

/* =========================================================
   기아
========================================================= */

/* 기아 브랜드 전체 기본값
   여기 값을 바꾸면 기아 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="기아"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 0.87;
    --brand-x: 0.2%;
    --brand-y: 7%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* EV3 */
.car-adjust[data-brand="기아"][data-car="EV3"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* EV4 */
.car-adjust[data-brand="기아"][data-car="EV4"] {
    --car-scale-add: -0.04;
    --car-x-add: 0%;
    --car-y-add: 1%;
}
/* EV5 */
.car-adjust[data-brand="기아"][data-car="EV5"] {
    --car-scale-add: 0;
    --car-x-add: -0.5%;
    --car-y-add: 1%;
}
/* EV6 */
.car-adjust[data-brand="기아"][data-car="EV6"] {
    --car-scale-add: -0.03;
    --car-x-add: 0%;
    --car-y-add: 1%;
}
/* EV9 */
.car-adjust[data-brand="기아"][data-car="EV9"] {
    --car-scale-add: -0.03;
    --car-x-add: -0.2%;
    --car-y-add: 1%;
}
/* K5 */
.car-adjust[data-brand="기아"][data-car="K5"] {
    --car-scale-add: -0.04;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* K5 하이브리드 */
.car-adjust[data-brand="기아"][data-car="K5 하이브리드"] {
    --car-scale-add: -0.04;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* K8 */
.car-adjust[data-brand="기아"][data-car="K8"] {
    --car-scale-add: -0.02;
    --car-x-add: -0.5%;
    --car-y-add: 1%;
}
/* K8 하이브리드 */
.car-adjust[data-brand="기아"][data-car="K8 하이브리드"] {
    --car-scale-add: -0.02;
    --car-x-add: -0.5%;
    --car-y-add: 1%;
}
/* K9 */
.car-adjust[data-brand="기아"][data-car="K9"] {
    --car-scale-add: -0.05;
    --car-x-add: -0.2%;
    --car-y-add: 0%;
}
/* PV5 카고 */
.car-adjust[data-brand="기아"][data-car="PV5 카고"] {
    --car-scale-add: -0.02;
    --car-x-add: 0%;
    --car-y-add: -3%;
}
/* 니로 하이브리드 */
.car-adjust[data-brand="기아"][data-car="니로 하이브리드"] {
    --car-scale-add: 0.03;
    --car-x-add: 0%;
    --car-y-add: 1%;
}
/* 니로 EV */
.car-adjust[data-brand="기아"][data-car="니로 EV"] {
    --car-scale-add: 0.03;
    --car-x-add: 0%;
    --car-y-add: 1%;
}
/* 레이 */
.car-adjust[data-brand="기아"][data-car="레이"] {
    --car-scale-add: 0.12;
    --car-x-add: -0.5%;
    --car-y-add: -3%;
}
/* 레이 EV */
.car-adjust[data-brand="기아"][data-car="레이 EV"] {
    --car-scale-add: 0.12;
    --car-x-add: -0.5%;
    --car-y-add: -3%;
}
/* 모닝 */
.car-adjust[data-brand="기아"][data-car="모닝"] {
    --car-scale-add: 0.12;
    --car-x-add: 0.5%;
    --car-y-add: 3%;
}
/* 봉고3 */
.car-adjust[data-brand="기아"][data-car="봉고3"] {
    --car-scale-add: 0.12;
    --car-x-add: -1%;
    --car-y-add: -2%;
}
/* 셀토스 */
.car-adjust[data-brand="기아"][data-car="셀토스"] {
    --car-scale-add: 0.02;
    --car-x-add: 0.3%;
    --car-y-add: 2%;
}
/* 셀토스 하이브리드 */
.car-adjust[data-brand="기아"][data-car="셀토스 하이브리드"] {
    --car-scale-add: 0.02;
    --car-x-add: 0.3%;
    --car-y-add: 2%;
}
/* 스포티지 */
.car-adjust[data-brand="기아"][data-car="스포티지"] {
    --car-scale-add: -0.01;
    --car-x-add: -0.5%;
    --car-y-add: 0%;
}
/* 스포티지 하이브리드 */
.car-adjust[data-brand="기아"][data-car="스포티지 하이브리드"] {
    --car-scale-add: -0.01;
    --car-x-add: -0.5%;
    --car-y-add: 0%;
}
/* 쏘렌토 */
.car-adjust[data-brand="기아"][data-car="쏘렌토"] {
    --car-scale-add: 0;
    --car-x-add: -1%;
    --car-y-add: 1%;
}
/* 쏘렌토 하이브리드 */
.car-adjust[data-brand="기아"][data-car="쏘렌토 하이브리드"] {
    --car-scale-add: 0;
    --car-x-add: -1%;
    --car-y-add: 1%;
}
/* 카니발 */
.car-adjust[data-brand="기아"][data-car="카니발"] {
    --car-scale-add: -0.03;
    --car-x-add: 0.2%;
    --car-y-add: 0%;
}
/* 카니발 하이브리드 */
.car-adjust[data-brand="기아"][data-car="카니발 하이브리드"] {
    --car-scale-add: -0.03;
    --car-x-add: 0.2%;
    --car-y-add: 0%;
}

/* =========================================================
   KGM
========================================================= */

/* KGM 브랜드 전체 기본값
   여기 값을 바꾸면 KGM 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="KGM"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.05;
    --brand-x: 4%;
    --brand-y: 4%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* 렉스턴 뉴 아레나 */
.car-adjust[data-brand="KGM"][data-car="렉스턴 뉴 아레나"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* 무쏘 */
.car-adjust[data-brand="KGM"][data-car="무쏘"] {
    --car-scale-add: 0.06;
    --car-x-add: -3.1%;
    --car-y-add: 5%;
}
/* 무쏘 EV */
.car-adjust[data-brand="KGM"][data-car="무쏘 EV"] {
    --car-scale-add: -0.04;
    --car-x-add: -0.5%;
    --car-y-add: 5%;
}
/* 액티언 */
.car-adjust[data-brand="KGM"][data-car="액티언"] {
    --car-scale-add: -0.04;
    --car-x-add: -0.5%;
    --car-y-add: -1%;
}
/* 액티언 하이브리드 */
.car-adjust[data-brand="KGM"][data-car="액티언 하이브리드"] {
    --car-scale-add: -0.04;
    --car-x-add: -0.5%;
    --car-y-add: 2%;
}
/* 토레스 */
.car-adjust[data-brand="KGM"][data-car="토레스"] {
    --car-scale-add: -0.08;
    --car-x-add: 0%;
    --car-y-add: -2%;
}
/* 토레스 하이브리드 */
.car-adjust[data-brand="KGM"][data-car="토레스 하이브리드"] {
    --car-scale-add: -0.08;
    --car-x-add: 0%;
    --car-y-add: -2%;
}
/* 토레스 EVX */
.car-adjust[data-brand="KGM"][data-car="토레스 EVX"] {
    --car-scale-add: -0.07;
    --car-x-add: 0.5%;
    --car-y-add: -2%;
}
/* 티볼리 */
.car-adjust[data-brand="KGM"][data-car="티볼리"] {
    --car-scale-add: 0.05;
    --car-x-add: -0.2%;
    --car-y-add: 3%;
}

/* =========================================================
   르노
========================================================= */

/* 르노 브랜드 전체 기본값
   여기 값을 바꾸면 르노 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="르노"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.05;
    --brand-x: 4.5%;
    --brand-y: 16%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* 그랑 콜레오스 */
.car-adjust[data-brand="르노"][data-car="그랑 콜레오스"] {
    --car-scale-add: -0.03;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* 그랑 콜레오스 하이브리드 E-Tech */
.car-adjust[data-brand="르노"][data-car="그랑 콜레오스 하이브리드 E-Tech"] {
    --car-scale-add: -0.03;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* 아르카나 */
.car-adjust[data-brand="르노"][data-car="아르카나"] {
    --car-scale-add: 0.07;
    --car-x-add: 0.2%;
    --car-y-add: 4%;
}
/* 아르카나 하이브리드 */
.car-adjust[data-brand="르노"][data-car="아르카나 하이브리드"] {
    --car-scale-add: 0.07;
    --car-x-add: 0.2%;
    --car-y-add: 4%;
}
/* 필랑트 하이브리드 E-Tech */
.car-adjust[data-brand="르노"][data-car="필랑트 하이브리드 E-Tech"] {
    --car-scale-add: -0.25;
    --car-x-add: -4.2%;
    --car-y-add: -16%;
}

/* =========================================================
   쉐보레
========================================================= */

/* 쉐보레 브랜드 전체 기본값
   여기 값을 바꾸면 쉐보레 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="쉐보레"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.07;
    --brand-x: 0.25%;
    --brand-y: 8%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* 트랙스 크로스오버 */
.car-adjust[data-brand="쉐보레"][data-car="트랙스 크로스오버"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* 트레일블레이저 */
.car-adjust[data-brand="쉐보레"][data-car="트레일블레이저"] {
    --car-scale-add: 0.08;
    --car-x-add: -0.1%;
    --car-y-add: 4.5%;
}

/* =========================================================
   BMW
========================================================= */

/* BMW 브랜드 전체 기본값
   여기 값을 바꾸면 BMW 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="BMW"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.1;
    --brand-x: 3.75%;
    --brand-y: 12%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* 3시리즈 */
.car-adjust[data-brand="BMW"][data-car="3시리즈"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* 5시리즈 */
.car-adjust[data-brand="BMW"][data-car="5시리즈"] {
    --car-scale-add: -0.01;
    --car-x-add: -3%;
    --car-y-add: 1%;
}
/* X3 */
.car-adjust[data-brand="BMW"][data-car="X3"] {
    --car-scale-add: -0.04;
    --car-x-add: -3.3%;
    --car-y-add: -1%;
}
/* X5 */
.car-adjust[data-brand="BMW"][data-car="X5"] {
    --car-scale-add: -0.07;
    --car-x-add: -4.2%;
    --car-y-add: -3%;
}

/* =========================================================
   벤츠
========================================================= */

/* 벤츠 브랜드 전체 기본값
   여기 값을 바꾸면 벤츠 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="벤츠"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.25;
    --brand-x: 5.25%;
    --brand-y: 21%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* CLE AMG 카브리올레 */
.car-adjust[data-brand="벤츠"][data-car="CLE AMG 카브리올레"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* CLE AMG 쿠페 */
.car-adjust[data-brand="벤츠"][data-car="CLE AMG 쿠페"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}
/* C클래스 아방가르드 */
.car-adjust[data-brand="벤츠"][data-car="C클래스 아방가르드"] {
    --car-scale-add: 0;
    --car-x-add: 0.5%;
    --car-y-add: 0%;
}
/* E클래스 아방가르드 */
.car-adjust[data-brand="벤츠"][data-car="E클래스 아방가르드"] {
    --car-scale-add: -0.05;
    --car-x-add: 0%;
    --car-y-add: -2%;
}
/* E클래스 익스클루시브 */
.car-adjust[data-brand="벤츠"][data-car="E클래스 익스클루시브"] {
    --car-scale-add: -0.05;
    --car-x-add: 0%;
    --car-y-add: -2%;
}
/* GLC 아방가르드 */
.car-adjust[data-brand="벤츠"][data-car="GLC 아방가르드"] {
    --car-scale-add: -0.01;
    --car-x-add: 0%;
    --car-y-add: -3%;
}
/* GLC 쿠페 아방가르드 */
.car-adjust[data-brand="벤츠"][data-car="GLC 쿠페 아방가르드"] {
    --car-scale-add: -0.01;
    --car-x-add: 0%;
    --car-y-add: -3%;
}
/* S클래스 */
.car-adjust[data-brand="벤츠"][data-car="S클래스"] {
    --car-scale-add: -0.12;
    --car-x-add: 2.8%;
    --car-y-add: -6%;
}

/* =========================================================
   아우디
========================================================= */

/* 아우디 브랜드 전체 기본값
   여기 값을 바꾸면 아우디 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="아우디"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.5;
    --brand-x: 0%;
    --brand-y: 5%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* A6 */
.car-adjust[data-brand="아우디"][data-car="A6"] {
    --car-scale-add: -0.1;
    --car-x-add: 1%;
    --car-y-add: 2%;
}
/* Q5 */
.car-adjust[data-brand="아우디"][data-car="Q5"] {
    --car-scale-add: -0.05;
    --car-x-add: 0%;
    --car-y-add: -3%;
}

/* =========================================================
   볼보
========================================================= */

/* 볼보 브랜드 전체 기본값
   여기 값을 바꾸면 볼보 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="볼보"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 0.93;
    --brand-x: -0.2%;
    --brand-y: 6%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* XC90 플러그인 하이브리드 */
.car-adjust[data-brand="볼보"][data-car="XC90 플러그인 하이브리드"] {
    --car-scale-add: 0;
    --car-x-add: 0%;
    --car-y-add: 0%;
}

/* =========================================================
   테슬라
========================================================= */

/* 테슬라 브랜드 전체 기본값
   여기 값을 바꾸면 테슬라 전체 차량이 함께 변경됩니다.
*/
.car-adjust[data-brand="테슬라"] {
    /* 전 화면 공통 기준 */
    --brand-scale: 1.43;
    --brand-x: -0.2%;
    --brand-y: 34%;
}

/* 차량별 추가 보정값
   브랜드 기본값에서 차이나는 만큼만 적습니다.
*/
/* 모델Y */
.car-adjust[data-brand="테슬라"][data-car="모델Y"] {
    --car-scale-add: -0.09;
    --car-x-add: -0.5%;
    --car-y-add: -4%;
}
/* 모델Y L */
.car-adjust[data-brand="테슬라"][data-car="모델Y L"] {
    --car-scale-add: -0.11;
    --car-x-add: -1.5%;
    --car-y-add: -4%;
}

/* 외장 색상 개수 및 스와이프 안내
   - 공간이 충분하면 "외장 색상 n개" 오른쪽에 한 줄 표시
   - 한 줄에 들어가지 않으면 안내 문구가 자동으로 다음 줄로 내려감
   - 실제 색상 목록이 잘릴 때만 안내 문구 표시
*/
.paint-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    row-gap: 6px;
}

.paint-label-title {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex: 0 1 auto;
}

.paint-label-title em {
    color: inherit;
    margin-left: 4px;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    line-height: inherit;
}

.paint-swipe-guide {
    display: none;
    color: #98a2b3;
    flex: 0 0 auto;
    font-size: var(--font-14);
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.paint-block:has(.wizard-paints.has-paint-overflow) .paint-swipe-guide {
    display: block;
}

/* =========================================================
   반응형
   - 1024px : 태블릿 / 작은 데스크탑
   - 768px  : 태블릿 세로 / 모바일
   - 480px  : 소형 모바일
========================================================= */

@media (max-width: 1024px) {
    .desktop-nav {
        display: none;
    }

    .hero {
        padding-top: 58px;
    }

    .configurator {
        grid-template-columns: 330px 1fr;
    }

    .config-panel {
        padding: 28px 24px;
    }

    .brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .car-stage {
        padding: 32px 30px 28px;
    }

    .benefits {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .section-heading {
        max-width: 680px;
    }

    .process-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-list li:nth-child(2)::after {
        display: none;
    }

    .quote-section {
        gap: 45px;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 72px;
    }

    .site-header {
        height: 64px;
        padding-inline: 18px;
    }

    .brand-mark {
        font-size: var(--font-size-base);
    }

    .brand-symbol {
        width: 31px;
        height: 31px;
        border-radius: 8px 8px 8px 3px;
    }

    .header-cta {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: 45px 16px 28px;
    }

    .hero h1 {
        font-size: var(--font-34);
        line-height: 1.28;
    }

    .hero-description {
        margin-bottom: 1.562rem;
        font-size: var(--font-size-base);
    }

    .configurator {
        display: flex;
        flex-direction: column;
        min-height: auto;
        border-radius: 18px;
    }

    .config-panel {
        padding: 25px 20px 21px;
        border: 0;
    }

    .step-title {
        margin-bottom: 22px;
    }

    .brand-grid {
        display: flex;
        max-height: none;
        margin-right: -20px;
        padding: 0 20px 8px 0;
        overflow: auto hidden;
    }

    .brand-button {
        min-width: 76px;
    }

    .field-group + .field-group {
        margin-top: 19px;
    }

    .color-group {
        margin-bottom: 3px;
    }

    .car-stage {
        min-height: 400px;
        padding: 25px 20px 22px;
    }

    .car-meta h2 {
        font-size: var(--font-31);
    }

    .car-visual {
        min-height: 245px;
    }

    .car-visual img {
        width: 114%;
        max-width: none;
        max-height: 260px;
    }

    .floor-shadow {
        bottom: 27px;
    }

    .stage-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .primary-button {
        width: 100%;
    }

    .trust-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 0;
    }

    .trust-row span {
        justify-content: flex-start;
        padding-left: 1rem;
        border: 0;
        font-size: var(--font-size-base);
    }

    .section {
        width: calc(100% - 36px);
        padding: 85px 0;
    }

    .section-heading h2 {
        font-size: var(--font-35);
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .benefit-grid article {
        min-height: 205px;
    }

    .process {
        width: 100%;
        padding-inline: 18px;
    }

    .process-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .process-list li {
        min-height: 155px;
    }

    .process-list li:not(:last-child)::after {
        display: none;
    }

    .quote-section {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 80px 18px;
    }

    .quote-copy h2 {
        font-size: var(--font-36);
    }

    .quote-form {
        min-height: 0;
        padding: 25px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 34px 20px;
    }

    .copyright {
        margin: 10px 0 0;
    }

    .mobile-sticky {
        z-index: 60;
        display: flex;
        position: fixed;
        right: 12px;
        bottom: 10px;
        left: 12px;
        height: 55px;
        border-radius: 12px;
        box-shadow: 0 10px 30px #091c3452;
    }

    #wizardContent {
        min-height: 560px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: var(--font-29);
    }

    .paint-button {
        width: 38px;
        height: 38px;
    }

    .paint-button span {
        width: 25px;
        height: 25px;
    }

    .trust-row {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .wizard-step {
        padding-inline: 16px;
    }

    .wizard-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wizard-brand-grid button {
        min-height: 68px;
        padding: 9px 6px 8px;
        gap: 5px;
    }

    .brand-logo-box img {
        max-width: 92px;
        max-height: 16px;
    }

    .brand-logo-box.is-light-logo {
        padding: 5px 7px;
    }

    .brand-logo-box.is-light-logo img {
        max-width: 84px;
        max-height: 14px;
    }

    .rate-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .rate-grid button:nth-last-child(-n + 2) {
        grid-column: auto;
    }

    .site-loader__inner {
        padding: 40px 24px;
    }

    .site-loader__eyebrow {
        font-size: var(--font-12);
    }

    .site-loader__title {
        font-size: var(--font-32);
    }

    .site-loader__description {
        font-size: var(--font-14);
    }

    .selected-vehicle--large {
        grid-template-columns: 118px 1fr !important;
    }

    .selected-vehicle--large img {
        width: 118px !important;
    }

    .model-choice-list button {
        min-height: 64px;
        padding: 13px 14px;
    }

    #stepIndicator.step-indicator {
        border-radius: 17px 17px 0 0 !important;
    }

    #stepIndicator.step-indicator > li > button {
        padding: 0 4px !important;
        gap: 3px !important;
        font-size: var(--font-12) !important;
        letter-spacing: -0.035em !important;
    }

    #stepIndicator.step-indicator > li:first-child.active,
    #stepIndicator.step-indicator > li:first-child.active > button {
        border-top-left-radius: 17px !important;
    }

    #stepIndicator.step-indicator > li:last-child.active,
    #stepIndicator.step-indicator > li:last-child.active > button {
        border-top-right-radius: 17px !important;
    }

    .engine-model-main {
        min-height: 58px;
        padding-inline: 14px;
    }

    .sub-trim-item {
        grid-template-columns: 21px minmax(0, 1fr);
        gap: 9px;
        min-height: 48px;
        padding-inline: 11px;
    }

    .completion-vehicle {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .completion-vehicle img {
        width: 92px;
    }

    .completion-details > div {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .selected-vehicle {
        grid-template-columns: 1fr !important;
        gap: 10px;
        padding: 16px;
        text-align: center;
    }

    .selected-vehicle > img {
        width: 200px !important;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
        transform: scale(1.3);
    }

    .selected-vehicle > div {
        padding: 0 !important;
        text-align: left;
    }
}

/* ==============================
   전기차 지역별 보조금
============================== */
.subsidy-region-block .option-helper {
    margin: -4px 0 14px;
    color: #667085;
    font-size: var(--font-14);
    line-height: 1.55;
}

.subsidy-region-block .wizard-select select {
    min-height: 54px;
    background-color: #fff;
}

.subsidy-notice {
    display: block;
    margin-top: 10px;
    color: #8a94a6;
    font-size: var(--font-13);
    line-height: 1.5;
}

/* =========================================================
   견적 완료 화면 차량 이미지 확대
   - 데스크톱: 이미지 영역 확대
   - 모바일: 이미지 위 / 차량 정보 아래 세로 배치
========================================================= */
.completion-vehicle {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 18px;
    padding: 18px 20px;
}

.completion-vehicle img {
    width: 170px;
    height: 104px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 480px) {
    .completion-vehicle {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 18px 16px;
    }

    .completion-vehicle img {
        display: block;
        width: 100%;
        max-width: 240px;
        height: 140px;
        margin: 0 auto;
        object-fit: contain;
        object-position: center;
    }

    .completion-vehicle div {
        width: 100%;
        text-align: left;
    }

    .completion-vehicle span {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}

/* ==============================
   개인정보 동의 및 팝업
============================== */
.wizard-privacy-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.wizard-privacy-row .wizard-privacy {
    min-width: 0;
    margin-top: 0;
}

.wizard-privacy span {
    word-break: keep-all;
}

.privacy-open-button {
    flex: 0 0 auto;
    padding: 2px 0;
    border: 0;
    /* border-bottom: 1px solid currentColor; */
    background: transparent;
    color: var(--blue);
    font-family: inherit;
    font-size: var(--font-14);
    font-weight: 800;
    line-height: 1.4;
    cursor: pointer;
}

.privacy-open-button:hover {
    color: var(--blue-dark);
}

.privacy-open-button:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 3px;
    border-radius: 2px;
}

.privacy-modal {
    position: fixed;
    inset: 0;
    margin: auto;
    width: calc(100% - 32px);
    max-width: 480px;
    max-height: calc(100dvh - 40px);
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: #fff;
    color: #17233d;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(18, 38, 74, 0.25);
}

.privacy-modal::backdrop {
    background: rgba(16, 24, 40, 0.58);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.privacy-modal__inner {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 40px);
}

.privacy-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid #e7ecf4;
}

.privacy-modal__header h2 {
    margin: 0;
    font-size: var(--font-18);
    font-weight: 850;
    line-height: 1.4;
}

.privacy-modal__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #f4f7fb;
    color: #667085;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.privacy-modal__close::before,
.privacy-modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.privacy-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.privacy-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.privacy-modal__content {
    padding: 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.privacy-modal__content section + section {
    margin-top: 22px;
}

.privacy-modal__content h3 {
    margin: 0 0 8px;
    font-size: var(--font-size-base);
    font-weight: 850;
    line-height: 1.5;
}

.privacy-modal__content p {
    margin: 0;
    color: #667085;
    font-size: var(--font-14);
    line-height: 1.75;
    word-break: keep-all;
}

.privacy-modal__footer {
    padding: 16px 22px 20px;
    border-top: 1px solid #e7ecf4;
}

.privacy-modal__confirm {
    width: 100%;
    min-height: 50px;
    padding: 12px 20px;
    border: 0;
    border-radius: 12px;
    background: var(--blue);
    color: #fff;
    font-family: inherit;
    font-size: var(--font-size-base);
    font-weight: 850;
    cursor: pointer;
}

@media (max-width: 480px) {
    .wizard-privacy-row {
        align-items: flex-start;
        gap: 6px;
    }

    .wizard-privacy-row .wizard-privacy {
        align-items: flex-start;
    }

    .wizard-privacy-row .wizard-privacy input {
        flex: 0 0 auto;
        margin-top: 2px;
    }

    .privacy-open-button {
        font-size: var(--font-13);
    }

    .privacy-modal {
        width: calc(100% - 24px);
        max-height: calc(100dvh - 24px);
        border-radius: 16px;
    }

    .privacy-modal__inner {
        max-height: calc(100dvh - 24px);
    }

    .privacy-modal__header,
    .privacy-modal__content {
        padding: 18px;
    }

    .privacy-modal__footer {
        padding: 14px 18px 18px;
    }
}

.integrated-vehicle-search {
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    background: #f8faff;
}
.integrated-vehicle-search__head {
    display: grid;
    gap: 4px;
    margin-bottom: 12px;
}
.integrated-vehicle-search__head strong {
    color: #1f3046;
    font-size: 1rem;
    font-weight: 800;
}
.integrated-vehicle-search__head span {
    color: #7a899c;
    font-size: 0.875rem;
    line-height: 1.45;
}
.integrated-vehicle-search__list {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 2px;
}
.integrated-vehicle-search__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.integrated-vehicle-search__item strong {
    color: inherit;
    font-size: 1rem;
}
.integrated-vehicle-search__item span {
    flex-shrink: 0;
    color: #7b899a;
    font-size: 0.82rem;
    font-weight: 600;
}
@media (max-width: 480px) {
    .integrated-vehicle-search {
        padding: 16px;
    }
    .integrated-vehicle-search__item {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
    .integrated-vehicle-search__item span {
        flex-shrink: 1;
    }
}

/* ==============================
   Vehicle Search
============================== */
.vehicle-search-wrap {
    margin-bottom: 12px;
}
.vehicle-search-label {
    display: block;
    margin-bottom: 8px;
    color: #586a80;
    font-size: var(--font-size-base);
    font-weight: 750;
}
.vehicle-search-field {
    position: relative;
}
.vehicle-search-field input {
    width: 100%;
    min-height: 52px;
    padding: 0 44px 0 16px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #fff;
    color: #1f3046;
    font: inherit;
    outline: 0;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}
.vehicle-search-field input::-webkit-search-decoration,
.vehicle-search-field input::-webkit-search-cancel-button,
.vehicle-search-field input::-webkit-search-results-button,
.vehicle-search-field input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
.vehicle-search-field input::placeholder {
    color: #9aa7b7;
}
.vehicle-search-field input:focus {
    border-color: #2f6bff;
    box-shadow: 0 0 0 3px #2f6bff1f;
}
.vehicle-search-clear {
    position: absolute;
    top: 50%;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2f6bff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}
.vehicle-search-clear[hidden] {
    display: none;
}
.vehicle-search-result {
    /* min-height: 20px; */
    margin: 6px 2px 0;
    color: #75859a;
    font-size: 0.875rem;
    line-height: 1.4;
}

.vehicle-search-list {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}
.vehicle-search-list[hidden] {
    display: none;
}
.vehicle-search-item {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: #fff;
    color: #263a52;
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}
.vehicle-search-item:hover,
.vehicle-search-item:focus-visible {
    border-color: #2f6bff;
    background: #f5f8ff;
    color: #2f6bff;
    outline: 0;
}
.wizard-select select:disabled {
    cursor: not-allowed;
    color: #9aa7b7;
    background-color: #f5f7fa;
}

@media (max-width: 480px) {
    .vehicle-search-field input {
        min-height: 50px;
        font-size: 1rem;
    }
}

/* ==============================
   Footer Mobile Layout
============================== */
@media (max-width: 768px) {
    .company-info {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .company-info > div,
    .company-info > div.wide {
        grid-column: auto;
    }

    .company-info > div {
        gap: 4px;
    }
}

/* ==============================
   Header Vehicle Search Modal
============================== */
.header-vehicle-search-button {
    appearance: none;
    cursor: pointer;
    font-family: inherit;
}
.header-vehicle-search-button__mobile {
    display: none;
}
.vehicle-search-modal {
    position: fixed;
    inset: 0;
    width: min(520px, calc(100% - 32px));
    max-width: none;
    height: min(460px, calc(100dvh - 32px));
    max-height: none;
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: transparent;
    overflow: visible;
}
.vehicle-search-modal::backdrop {
    background: rgba(12, 26, 45, 0.62);
    backdrop-filter: blur(4px);
}
.vehicle-search-modal__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: none;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(12, 29, 52, 0.28);
}
.vehicle-search-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 22px 18px;
    border-bottom: 1px solid #e4eaf2;
}
.vehicle-search-modal__header h2 {
    margin: 0;
    color: #172a45;
    font-size: 1.25rem;
    font-weight: 850;
}
.vehicle-search-modal__header p {
    margin: 6px 0 0;
    color: #718197;
    font-size: 0.875rem;
    line-height: 1.5;
}
.vehicle-search-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #f1f5fa;
    color: #60738c;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.vehicle-search-modal__body {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    padding: 20px 22px 24px;
    overflow: hidden;
}
.vehicle-search-modal .vehicle-search-list {
    flex: 1;
    min-height: 0;
    margin-top: 12px;
    padding-right: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    align-content: start;
    grid-auto-rows: min-content;
}
.vehicle-search-modal .vehicle-search-result {
    flex: 0 0 20px;
}
.vehicle-search-modal .vehicle-search-item {
    min-height: 62px;
    padding: 14px 16px;
}
@media (max-width: 560px) {
    .header-vehicle-search-button__desktop {
        display: none;
    }
    .header-vehicle-search-button__mobile {
        display: inline;
    }
    .vehicle-search-modal {
        width: calc(100% - 24px);
        height: min(430px, calc(100dvh - 24px));
        max-height: none;
    }
    .vehicle-search-modal__panel {
        height: 100%;
        max-height: none;
        border-radius: 16px;
    }
    .vehicle-search-modal__header {
        padding: 18px 18px 15px;
    }
    .vehicle-search-modal__body {
        padding: 17px 18px 20px;
    }
}

/* ==============================
   Vehicle Search Modal - Result Area Fix
============================== */
.vehicle-search-modal .integrated-vehicle-search__list,
.vehicle-search-modal .vehicle-search-list {
    max-height: none;
}

.vehicle-search-modal .vehicle-search-list {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow-y: auto;
}

.vehicle-search-modal .integrated-vehicle-search__item {
    flex-direction: row;
    align-items: center;
}

@media (max-width: 560px) {
    .vehicle-search-modal {
        inset: 16px;
        width: auto;
        height: auto;
        max-height: calc(100dvh - 32px);
        margin: auto;
        border-radius: 16px;
    }

    .vehicle-search-modal__panel {
        height: min(560px, calc(100dvh - 32px));
        max-height: calc(100dvh - 32px);
    }

    .vehicle-search-modal .integrated-vehicle-search__item {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .vehicle-search-modal .integrated-vehicle-search__item strong {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .vehicle-search-modal .integrated-vehicle-search__item span {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

/* ==============================
   Vehicle Search Modal - True Viewport Center
============================== */
.vehicle-search-modal {
    inset: auto;
    top: 50%;
    left: 50%;
    width: min(520px, calc(100vw - 32px));
    height: min(460px, calc(100dvh - 32px));
    margin: 0;
    transform: translate(-50%, -50%);
}

@media (max-width: 560px) {
    .vehicle-search-modal {
        inset: auto;
        top: 50%;
        left: 50%;
        width: calc(100vw - 32px);
        height: min(560px, calc(100dvh - 32px));
        max-height: calc(100dvh - 32px);
        margin: 0;
        transform: translate(-50%, -50%);
    }

    .vehicle-search-modal__panel {
        width: 100%;
        height: 100%;
        max-height: none;
    }
}

/* ==============================
   상담 방법 선택
============================== */
.contact-method-field {
    margin: 0;
    padding: 0;
    border: 0;
}

.contact-method-field legend {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #172033;
}

.contact-method-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.625rem;
}

.contact-method-option {
    position: relative;
    display: block;
    cursor: pointer;
}

.contact-method-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.contact-method-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0.75rem;
    border: 1px solid #d7e0ed;
    border-radius: 0.75rem;
    background: #fff;
    color: #4f5f75;
    font-size: 1rem;
    font-weight: 700;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-method-option input:checked + span {
    border-color: #2f6bff;
    background: #edf3ff;
    color: #1d55dc;
    box-shadow: 0 0 0 2px rgba(47, 107, 255, 0.1);
}

.contact-method-option input:focus-visible + span {
    outline: 3px solid rgba(47, 107, 255, 0.24);
    outline-offset: 2px;
}

@media (max-width: 480px) {
    .contact-method-options {
        gap: 0.5rem;
    }

    .contact-method-option span {
        min-height: 3.25rem;
        padding: 0.625rem 0.5rem;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .usage-row {
        gap: 6px;
    }

    .usage-row button {
        font-size: 0.8125rem;
        padding: 0 4px;
        letter-spacing: -0.02em;
    }
}
