.tp-one-stop-page {
    --os-blue: #0874df;
    --os-blue-deep: #075fc0;
    --os-ink: #121826;
    --os-muted: #637087;
    --os-line: #d7e0eb;
    --os-soft: #f4f7fb;
    --os-mint: #0f9d91;
    --os-danger: #c73939;
    min-height: 100vh;
    width: 100%;
    max-width: none;
    padding: calc(var(--tp-public-header-height, 64px) + var(--tp-public-subnav-height, 40px) + 54px) 0 96px;
    overflow: clip;
    color: var(--os-ink);
    background: linear-gradient(135deg, #f8f6fb 0%, #f5f8fc 50%, #edf5ff 100%);
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
    letter-spacing: 0;
}

.tp-one-stop-page *,
.tp-one-stop-page *::before,
.tp-one-stop-page *::after {
    box-sizing: border-box;
}

.tp-one-stop-shell {
    width: min(1480px, calc(100% - 64px));
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
    position: static;
}

.tp-one-stop-route {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(680px, 100%);
    margin-bottom: 48px;
    border: 1px solid var(--os-line);
    background: rgba(255, 255, 255, .82);
}

.tp-one-stop-route a {
    display: grid;
    gap: 4px;
    min-height: 76px;
    padding: 16px 22px;
    color: var(--os-muted);
    text-decoration: none;
    border-right: 1px solid var(--os-line);
}

.tp-one-stop-route a:last-child { border-right: 0; }
.tp-one-stop-route a:hover { background: #f7faff; }
.tp-one-stop-route a.is-active {
    color: #fff;
    background: var(--os-blue);
}
.tp-one-stop-route span { font-size: 13px; font-weight: 500; }
.tp-one-stop-route strong { font-size: 18px; font-weight: 650; }

.tp-one-stop-context {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin: -20px 0 42px;
    padding: 16px 18px;
    border: 1px solid #bcd8f5;
    border-left: 3px solid var(--os-blue);
    background: rgba(247, 251, 255, .9);
}
.tp-one-stop-context > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--os-blue);
    border-radius: 50%;
    background: #e7f2fd;
}
.tp-one-stop-context > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}
.tp-one-stop-context span {
    color: var(--os-blue);
    font-size: 11px;
    font-weight: 700;
}
.tp-one-stop-context strong {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 680;
}
.tp-one-stop-context p {
    margin: 1px 0 0;
    color: var(--os-muted);
    font-size: 13px;
    line-height: 1.55;
}
.tp-one-stop-context a {
    display: inline-flex;
    min-height: 44px;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    color: var(--os-blue);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #a8c9ec;
    background: #fff;
}
.tp-one-stop-context a:hover { border-color: var(--os-blue); background: #eef6ff; }
.tp-one-stop-context a:focus-visible {
    outline: 3px solid rgba(8, 116, 223, .24);
    outline-offset: 3px;
}

.tp-one-stop-heading {
    position: static;
    top: auto;
    z-index: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(360px, .6fr);
    gap: 72px;
    align-items: end;
    width: auto;
    height: auto;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--os-line);
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: none;
}

.tp-one-stop-eyebrow {
    margin: 0 0 16px;
    color: var(--os-blue);
    font-size: 14px;
    font-weight: 700;
}

.tp-one-stop-heading h1 {
    max-width: 850px;
    margin: 0;
    color: var(--os-ink);
    font-size: clamp(42px, 4.2vw, 68px);
    line-height: 1.12;
    font-weight: 720;
    letter-spacing: 0;
}

.tp-one-stop-heading > div > p:last-child {
    max-width: 820px;
    margin: 24px 0 0;
    color: var(--os-muted);
    font-size: 18px;
    line-height: 1.75;
}

.tp-one-stop-price-guide {
    margin: 0;
    border-top: 2px solid var(--os-ink);
    border-bottom: 1px solid var(--os-line);
}
.tp-one-stop-price-guide div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 15px 4px;
    border-bottom: 1px solid var(--os-line);
}
.tp-one-stop-price-guide div:last-child { border-bottom: 0; }
.tp-one-stop-price-guide dt { color: var(--os-muted); font-size: 14px; }
.tp-one-stop-price-guide dd { margin: 0; font-size: 15px; font-weight: 650; }

.tp-one-stop-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 28px;
    align-items: start;
    margin-top: 36px;
}
.tp-one-stop-form { min-width: 0; }

.tp-one-stop-section {
    margin-bottom: 24px;
    padding: 30px;
    border: 1px solid var(--os-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
}

.tp-one-stop-section.is-locked .tp-one-stop-services,
.tp-one-stop-section.is-locked .tp-one-stop-option-grid {
    opacity: .58;
}

.tp-one-stop-section__head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 26px;
}
.tp-one-stop-section__head > span {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--os-blue);
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #bcd8f5;
    border-radius: 50%;
    background: #f1f7fe;
}
.tp-one-stop-section__head h2 {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 680;
}
.tp-one-stop-section__head p {
    margin: 0;
    color: var(--os-muted);
    font-size: 14px;
    line-height: 1.6;
}

.tp-one-stop-services {
    border-top: 2px solid var(--os-ink);
}
.tp-one-stop-service {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 130px 178px 120px;
    gap: 18px;
    align-items: center;
    min-height: 94px;
    padding: 18px 6px;
    border-bottom: 1px solid var(--os-line);
}
.tp-one-stop-service.has-quantity { background: #f7fbff; }
.tp-one-stop-service.is-intent-recommended::before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: -1px;
    width: 3px;
    content: "";
    background: var(--os-blue);
}
.tp-one-stop-service__copy { display: grid; gap: 6px; }
.tp-one-stop-service__title { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.tp-one-stop-service__copy strong { font-size: 17px; font-weight: 650; }
.tp-one-stop-service__copy span { color: var(--os-muted); font-size: 13px; line-height: 1.45; }
.tp-one-stop-service__copy .tp-one-stop-service__recommended {
    display: inline-flex;
    min-height: 22px;
    padding: 0 8px;
    align-items: center;
    color: var(--os-blue);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #bcd8f5;
    border-radius: 999px;
    background: #eef6ff;
}
.tp-one-stop-service__price { display: flex; align-items: baseline; justify-content: flex-end; gap: 3px; white-space: nowrap; }
.tp-one-stop-service__price strong { font-size: 15px; font-weight: 600; }
.tp-one-stop-service__price span { color: var(--os-muted); font-size: 12px; }
.tp-one-stop-service__amount { text-align: right; font-size: 16px; font-weight: 680; white-space: nowrap; }
.tp-one-stop-service.has-quantity .tp-one-stop-service__amount { color: var(--os-blue); }

.tp-one-stop-storage {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #bcd8f5;
    border-left: 3px solid var(--os-blue);
    background: #f5f9fe;
}
.tp-one-stop-storage[hidden] { display: none; }
.tp-one-stop-storage__head {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}
.tp-one-stop-storage__head > div { display: grid; gap: 4px; }
.tp-one-stop-storage__head strong { font-size: 14px; font-weight: 680; }
.tp-one-stop-storage__head span { color: var(--os-muted); font-size: 12px; line-height: 1.55; }
.tp-one-stop-storage__head > b { color: var(--os-blue); font-size: 17px; white-space: nowrap; }
.tp-one-stop-language-fields { align-items: end; }
.tp-one-stop-document-category { grid-column: 1 / -1; }
.tp-one-stop-language-price {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 76px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #c8d9ec;
    border-left: 3px solid var(--os-blue);
    background: #f5f9fe;
}
.tp-one-stop-language-price > i {
    color: var(--os-blue);
    font-size: 22px;
    text-align: center;
}
.tp-one-stop-language-price > div { display: grid; gap: 3px; }
.tp-one-stop-language-price strong { font-size: 14px; font-weight: 650; }
.tp-one-stop-language-price span { color: var(--os-muted); font-size: 12px; line-height: 1.5; }
.tp-one-stop-language-price > b { color: var(--os-blue); font-size: 18px; font-weight: 680; white-space: nowrap; }

.tp-one-stop-page select:disabled,
.tp-one-stop-page input:disabled,
.tp-one-stop-page fieldset:disabled {
    cursor: not-allowed;
}
.tp-one-stop-page select:disabled,
.tp-one-stop-page input[type="text"]:disabled,
.tp-one-stop-page input[type="number"]:disabled {
    color: #8a96a8;
    background: #eef2f6;
}

.tp-one-stop-option-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 14px;
    margin-top: 18px;
}
.tp-one-stop-switch-option {
    position: relative;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 88px;
    padding: 15px 16px;
    border: 1px solid var(--os-line);
    background: #fff;
    cursor: pointer;
}
.tp-one-stop-switch-option > input { width: 18px; height: 18px; margin: 0; accent-color: var(--os-blue); }
.tp-one-stop-switch-option > span { display: grid; gap: 4px; }
.tp-one-stop-switch-option strong { font-size: 14px; font-weight: 650; }
.tp-one-stop-switch-option small { color: var(--os-muted); font-size: 12px; line-height: 1.5; }
.tp-one-stop-switch-option > b { color: var(--os-blue); font-size: 14px; white-space: nowrap; }
.tp-one-stop-switch-option:has(input:checked) { border-color: var(--os-blue); background: #f3f8fe; }
.tp-one-stop-switch-option:has(input:disabled) { cursor: not-allowed; opacity: .65; }

.tp-one-stop-delivery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 11px 12px 12px;
    border: 1px solid var(--os-line);
    background: #fff;
}
.tp-one-stop-delivery legend {
    padding: 0 5px;
    color: #354052;
    font-size: 13px;
    font-weight: 600;
}
.tp-one-stop-delivery legend b { color: var(--os-danger); }
.tp-one-stop-delivery label { position: relative; cursor: pointer; }
.tp-one-stop-delivery input { position: absolute; opacity: 0; pointer-events: none; }
.tp-one-stop-delivery label > span {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 2px 8px;
    min-height: 52px;
    padding: 9px 10px;
    border: 1px solid var(--os-line);
    background: #fff;
}
.tp-one-stop-delivery i { grid-row: 1 / 3; align-self: center; color: var(--os-blue); text-align: center; }
.tp-one-stop-delivery strong { font-size: 13px; font-weight: 620; }
.tp-one-stop-delivery small { color: var(--os-muted); font-size: 11px; }
.tp-one-stop-delivery label.is-selected > span { border-color: var(--os-blue); background: #f1f7fe; }
.tp-one-stop-delivery:disabled { opacity: .65; }

.tp-one-stop-stepper {
    display: grid;
    grid-template-columns: 44px 64px 44px;
    height: 44px;
    border: 1px solid #bcc9d8;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.tp-one-stop-stepper button,
.tp-one-stop-stepper input {
    min-width: 0;
    height: 42px;
    padding: 0;
    color: var(--os-ink);
    font: inherit;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.tp-one-stop-stepper button { cursor: pointer; font-size: 20px; }
.tp-one-stop-stepper button:hover { color: var(--os-blue); background: #edf6ff; }
.tp-one-stop-stepper button:disabled { cursor: not-allowed; opacity: .4; }
.tp-one-stop-stepper input {
    border-right: 1px solid var(--os-line);
    border-left: 1px solid var(--os-line);
    font-size: 15px;
    font-weight: 650;
    appearance: textfield;
}
.tp-one-stop-stepper input::-webkit-outer-spin-button,
.tp-one-stop-stepper input::-webkit-inner-spin-button { margin: 0; appearance: none; }

.tp-one-stop-service-note {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 18px 0 0;
    padding: 13px 15px;
    color: #46566d;
    font-size: 13px;
    line-height: 1.6;
    border-left: 3px solid var(--os-mint);
    background: #f2faf8;
}
.tp-one-stop-service-note i { margin-top: 3px; color: var(--os-mint); }

.tp-one-stop-general-quote {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 12px;
    padding: 16px;
    border: 1px solid #d9e1eb;
    background: #f8fafc;
}
.tp-one-stop-general-quote > i {
    color: var(--os-blue);
    font-size: 20px;
    text-align: center;
}
.tp-one-stop-general-quote > div { display: grid; gap: 4px; }
.tp-one-stop-general-quote strong { font-size: 14px; font-weight: 650; }
.tp-one-stop-general-quote span { color: var(--os-muted); font-size: 12px; line-height: 1.55; }
.tp-one-stop-general-quote a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    color: var(--os-blue);
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    border: 1px solid #a8c9ec;
    border-radius: 6px;
    background: #fff;
    white-space: nowrap;
}

.tp-one-stop-fields { display: grid; gap: 18px; }
.tp-one-stop-fields--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}
.tp-one-stop-fields label,
.tp-one-stop-note {
    display: grid;
    gap: 8px;
}
.tp-one-stop-fields label {
    grid-template-rows: max-content 50px;
    grid-auto-rows: max-content;
    align-content: start;
    align-self: start;
}
.tp-one-stop-fields label > span,
.tp-one-stop-note > span,
.tp-one-stop-payment legend {
    color: #354052;
    font-size: 14px;
    font-weight: 600;
}
.tp-one-stop-fields b { color: var(--os-danger); }
.tp-one-stop-page input[type="text"],
.tp-one-stop-page input[type="tel"],
.tp-one-stop-page input[type="email"],
.tp-one-stop-page select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 0 14px;
    color: var(--os-ink);
    font: inherit;
    font-size: 15px;
    line-height: normal;
    border: 1px solid #bcc9d8;
    border-radius: 6px;
    outline: 0;
    background: #fff;
}
.tp-one-stop-page textarea {
    width: 100%;
    min-height: 98px;
    padding: 11px 14px;
    color: var(--os-ink);
    font: inherit;
    font-size: 15px;
    line-height: 1.45;
    border: 1px solid #bcc9d8;
    border-radius: 6px;
    outline: 0;
    background: #fff;
    resize: vertical;
}
.tp-one-stop-field-help {
    display: block;
    margin: 0;
    color: var(--os-muted);
    font-size: 12px;
    line-height: 1.45;
}
.tp-one-stop-page input:focus,
.tp-one-stop-page select:focus,
.tp-one-stop-page textarea:focus { border-color: var(--os-blue); box-shadow: 0 0 0 3px rgba(8, 116, 223, .12); }

.tp-one-stop-upload {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 22px;
    padding: 18px;
    border: 1px dashed #9cbce0;
    border-radius: 6px;
    background: #f4f9ff;
    cursor: pointer;
}
.tp-one-stop-upload > i { color: var(--os-blue); font-size: 23px; text-align: center; }
.tp-one-stop-upload div { display: grid; gap: 3px; }
.tp-one-stop-upload strong { font-size: 15px; }
.tp-one-stop-upload strong span,
.tp-one-stop-upload small { color: var(--os-muted); font-weight: 400; }
.tp-one-stop-files { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.tp-one-stop-file {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid var(--os-line);
    background: #fff;
}
.tp-one-stop-file__delete { border: 0; background: transparent; color: var(--os-danger); cursor: pointer; }
.tp-one-stop-upload-summary { margin: 9px 0 0; color: var(--os-muted); font-size: 12px; }
.tp-one-stop-note { margin-top: 22px; }

.tp-one-stop-payment {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
}
.tp-one-stop-payment legend { grid-column: 1 / -1; margin-bottom: 2px; }
.tp-one-stop-payment label {
    position: relative;
    cursor: pointer;
}
.tp-one-stop-payment input { position: absolute; opacity: 0; pointer-events: none; }
.tp-one-stop-payment label > span {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 2px 10px;
    min-height: 82px;
    padding: 15px;
    border: 1px solid var(--os-line);
    border-radius: 6px;
    background: #fff;
}
.tp-one-stop-payment i { grid-row: 1 / 3; align-self: center; color: var(--os-blue); text-align: center; }
.tp-one-stop-payment strong { font-size: 15px; }
.tp-one-stop-payment small { color: var(--os-muted); font-size: 12px; }
.tp-one-stop-payment label.is-selected > span { border-color: var(--os-blue); background: #f1f7fe; box-shadow: inset 3px 0 var(--os-blue); }

.tp-one-stop-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    margin-top: 20px;
    color: var(--os-muted);
    font-size: 13px;
    line-height: 1.6;
}
.tp-one-stop-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--os-blue); }

.tp-one-stop-summary {
    position: sticky;
    top: calc(var(--tp-public-header-height, 64px) + var(--tp-public-subnav-height, 40px) + 22px);
    overflow: hidden;
    border: 1px solid #bfd4eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(40, 64, 94, .12);
}
.tp-one-stop-summary__head {
    display: grid;
    gap: 5px;
    padding: 22px;
    color: #fff;
    background: #15243a;
}
.tp-one-stop-summary__head span { color: #8fc8ff; font-size: 12px; font-weight: 700; }
.tp-one-stop-summary__head strong { font-size: 23px; font-weight: 680; }
.tp-one-stop-summary__empty { padding: 46px 22px; color: var(--os-muted); font-size: 14px; line-height: 1.7; text-align: center; border-bottom: 1px solid var(--os-line); }
.tp-one-stop-summary__items { margin: 0; padding: 8px 22px; list-style: none; }
.tp-one-stop-summary__items li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--os-line);
}
.tp-one-stop-summary__items span { display: grid; gap: 3px; }
.tp-one-stop-summary__items strong { font-size: 14px; font-weight: 600; }
.tp-one-stop-summary__items small { color: var(--os-muted); font-size: 11px; }
.tp-one-stop-summary__items b { font-size: 14px; white-space: nowrap; }
.tp-one-stop-summary__total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
    padding: 22px;
    border-top: 1px solid var(--os-line);
    background: #f5f9fe;
}
.tp-one-stop-summary__total span { display: grid; gap: 4px; font-size: 14px; font-weight: 600; }
.tp-one-stop-summary__total small { color: var(--os-muted); font-size: 11px; font-weight: 400; }
.tp-one-stop-summary__total strong { color: var(--os-blue); font-size: 28px; line-height: 1; white-space: nowrap; }
.tp-one-stop-summary__flow { display: flex; align-items: center; gap: 7px; padding: 17px 22px; color: var(--os-muted); font-size: 11px; }
.tp-one-stop-summary__flow i { flex: 1; height: 1px; background: var(--os-line); }
.tp-one-stop-error { margin: 0 22px 14px; padding: 11px; color: #941f1f; font-size: 13px; line-height: 1.45; border-left: 3px solid #df5656; background: #fff1f1; }
.tp-one-stop-summary__note { margin: 14px 22px 22px; color: var(--os-muted); font-size: 11px; line-height: 1.6; }

.tp-one-stop-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    font: inherit;
    font-size: 14px;
    font-weight: 620;
    border: 1px solid #b9c8da;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
}
.tp-one-stop-button--primary {
    width: calc(100% - 44px);
    min-height: 54px;
    margin: 0 22px;
    color: #fff;
    border-color: var(--os-blue);
    background: var(--os-blue);
}
.tp-one-stop-button--primary:hover { background: var(--os-blue-deep); }
.tp-one-stop-button--primary:disabled { cursor: not-allowed; opacity: .55; }
.tp-one-stop-button--quiet { color: var(--os-blue); border-color: #a8c9ec; background: #fff; }

html[data-theme="dark"] .tp-one-stop-page {
    --os-ink: #eef4fb;
    --os-muted: #aab6c6;
    --os-line: #354359;
    --os-soft: #172133;
    background: #111827;
}
html[data-theme="dark"] .tp-one-stop-route,
html[data-theme="dark"] .tp-one-stop-context,
html[data-theme="dark"] .tp-one-stop-section,
html[data-theme="dark"] .tp-one-stop-summary,
html[data-theme="dark"] .tp-one-stop-file,
html[data-theme="dark"] .tp-one-stop-page input,
html[data-theme="dark"] .tp-one-stop-page select,
html[data-theme="dark"] .tp-one-stop-page textarea,
html[data-theme="dark"] .tp-one-stop-payment label > span,
html[data-theme="dark"] .tp-one-stop-stepper,
html[data-theme="dark"] .tp-one-stop-general-quote,
html[data-theme="dark"] .tp-one-stop-general-quote a,
html[data-theme="dark"] .tp-one-stop-language-price,
html[data-theme="dark"] .tp-one-stop-switch-option,
html[data-theme="dark"] .tp-one-stop-delivery,
html[data-theme="dark"] .tp-one-stop-delivery label > span { background: #172133; color: var(--os-ink); }
html[data-theme="dark"] .tp-one-stop-service.has-quantity,
html[data-theme="dark"] .tp-one-stop-upload,
html[data-theme="dark"] .tp-one-stop-payment label.is-selected > span,
html[data-theme="dark"] .tp-one-stop-summary__total { background: #19283a; }
html[data-theme="dark"] .tp-one-stop-service-note { color: #b9c8d8; background: #132b2d; }
html[data-theme="dark"] .tp-one-stop-storage { border-color: #28567f; background: #10243a; }
html[data-theme="dark"] .tp-one-stop-summary__head { background: #09111f; }
html[data-theme="dark"] .tp-one-stop-context { border-color: #28567f; border-left-color: var(--os-blue); }
html[data-theme="dark"] .tp-one-stop-context > i,
html[data-theme="dark"] .tp-one-stop-service__copy .tp-one-stop-service__recommended {
    color: #75b8f7;
    border-color: #28567f;
    background: #10243a;
}
html[data-theme="dark"] .tp-one-stop-context a {
    color: #75b8f7;
    border-color: #28567f;
    background: #111c2e;
}

@media (max-width: 1120px) {
    .tp-one-stop-heading { grid-template-columns: 1fr; gap: 34px; }
    .tp-one-stop-price-guide { max-width: 720px; }
    .tp-one-stop-layout { grid-template-columns: 1fr; }
    .tp-one-stop-summary { position: static; }
    .tp-one-stop-service { grid-template-columns: minmax(220px, 1fr) 120px 178px 110px; }
}

@media (max-width: 760px) {
    .tp-one-stop-page { padding: calc(var(--tp-public-header-height, 72px) + var(--tp-public-subnav-height, 40px) + 28px) 0 64px; }
    .tp-one-stop-shell { width: calc(100% - 32px); }
    .tp-one-stop-route { margin-bottom: 30px; }
    .tp-one-stop-route a { min-height: 66px; padding: 12px 14px; }
    .tp-one-stop-route span { font-size: 11px; }
    .tp-one-stop-route strong { font-size: 15px; }
    .tp-one-stop-context {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        margin: -10px 0 30px;
        padding: 14px;
    }
    .tp-one-stop-context > i { width: 34px; height: 34px; }
    .tp-one-stop-context a { grid-column: 1 / -1; width: 100%; }
    .tp-one-stop-heading { gap: 28px; padding-bottom: 32px; }
    .tp-one-stop-eyebrow { font-size: 11px; }
    .tp-one-stop-heading h1 { font-size: 36px; line-height: 1.18; }
    .tp-one-stop-heading > div > p:last-child { margin-top: 18px; font-size: 15px; }
    .tp-one-stop-price-guide div { padding: 12px 2px; }
    .tp-one-stop-layout { margin-top: 22px; }
    .tp-one-stop-section { padding: 22px 18px; border-radius: 6px; }
    .tp-one-stop-section__head { gap: 12px; margin-bottom: 20px; }
    .tp-one-stop-section__head h2 { font-size: 21px; }
    .tp-one-stop-fields--two { grid-template-columns: 1fr; }
    .tp-one-stop-document-category { grid-column: auto; }
    .tp-one-stop-language-price { grid-template-columns: 34px minmax(0, 1fr); }
    .tp-one-stop-language-price > b { grid-column: 2; font-size: 16px; }
    .tp-one-stop-service {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px 14px;
        min-height: 0;
        padding: 18px 2px;
    }
    .tp-one-stop-service__copy { grid-column: 1 / -1; }
    .tp-one-stop-service__price { grid-column: 1; justify-content: flex-start; }
    .tp-one-stop-stepper { grid-column: 2; grid-row: 2; grid-template-columns: 40px 54px 40px; height: 42px; }
    .tp-one-stop-stepper button,
    .tp-one-stop-stepper input { height: 40px; }
    .tp-one-stop-service__amount { grid-column: 1 / -1; padding-top: 10px; border-top: 1px dashed var(--os-line); }
    .tp-one-stop-general-quote { grid-template-columns: 30px 1fr; }
    .tp-one-stop-general-quote a { grid-column: 1 / -1; width: 100%; justify-content: center; }
    .tp-one-stop-option-grid { grid-template-columns: 1fr; }
    .tp-one-stop-upload { grid-template-columns: 32px 1fr; }
    .tp-one-stop-upload .tp-one-stop-button { grid-column: 1 / -1; width: 100%; }
    .tp-one-stop-payment { grid-template-columns: 1fr; }
    .tp-one-stop-summary__flow { flex-wrap: wrap; }
    .tp-one-stop-summary__flow i { min-width: 14px; }
}

@media (max-width: 390px) {
    .tp-one-stop-shell { width: calc(100% - 24px); }
    .tp-one-stop-heading h1 { font-size: 32px; }
    .tp-one-stop-section { padding-right: 15px; padding-left: 15px; }
    .tp-one-stop-stepper { grid-template-columns: 38px 50px 38px; }
    .tp-one-stop-storage__head { align-items: flex-start; }
    .tp-one-stop-summary__total { align-items: flex-start; flex-direction: column; }
    .tp-one-stop-summary__total strong { font-size: 26px; }
}
