  body:has(.ft-rami-detail) .mh-root {
    position: relative;
    top: auto;
    z-index: 200;
  }
  body:has(.ft-rami-detail) > main {
    overflow-x: visible !important;
  }

  .ft-rami-detail {
    --ft-indigo: #4F46E5;
    --ft-indigo-soft: #EEF2FF;
    --ft-blue-soft: #EFF6FF;
    --ft-blue-line: #BFDBFE;
    --ft-ink: #111827;
    --ft-body: #374151;
    --ft-muted: #6B7280;
    --ft-light: #9CA3AF;
    --ft-line: #E5E7EB;
    --ft-wash: #F9FAFB;
    background: #FFFFFF;
    color: var(--ft-ink);
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  .ft-rami-shell,
  .ft-rami-layout {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 28px;
    padding-left: 28px;
  }
  .ft-rami-shell {
    padding-top: 32px;
  }
  .ft-rami-gallery-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 18px;
  }
  .ft-rami-gallery-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
  }
  .ft-rami-gallery-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--ft-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
  }
  .ft-rami-layout {
    display: flex;
    gap: 32px;
    padding-top: 30px;
    padding-bottom: 104px;
  }
  .ft-rami-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
  .ft-rami-sidebar {
    width: 360px;
    flex-shrink: 0;
  }
  .ft-rami-sidebar-inner {
    position: sticky;
    top: 24px;
  }
  .ft-rami-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
    color: var(--ft-muted);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .ft-rami-gallery-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
    gap: 8px;
    height: clamp(360px, 29vw, 430px);
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 14px !important;
  }
  .ft-rami-gallery-main,
  .ft-rami-gallery-thumb,
  .ft-rami-gallery-empty {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: #EEF2FF;
  }
  .ft-rami-gallery-main {
    height: 100%;
  }
  .ft-rami-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-height: 0;
    height: 100%;
  }
  .ft-rami-gallery-thumb {
    min-height: 0;
    height: 100%;
  }
  .ft-rami-gallery-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #F1F5F9;
    color: #CBD5E1;
    text-align: center;
  }
  .ft-rami-gallery-placeholder svg {
    width: 44px;
    height: 44px;
    stroke-width: 1.25;
  }
  .ft-rami-gallery-placeholder span {
    color: #CBD5E1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
  }
  .ft-rami-gallery-main img,
  .ft-rami-gallery-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .ft-rami-gallery-empty {
    display: flex;
    min-height: 430px;
    align-items: center;
    justify-content: center;
    color: var(--ft-indigo);
  }
  .ft-rami-gallery-more {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ft-ink);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }
  .ft-rami-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: none;
    overflow-y: auto;
    background: #FFFFFF;
    color: var(--ft-ink);
    padding: 0;
  }
  .ft-rami-modal.is-open {
    display: block;
  }
  .ft-rami-modal-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 96px 24px 56px;
  }
  .ft-rami-modal-head {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 0 28px;
    border-bottom: 1px solid var(--ft-line);
    color: var(--ft-ink);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
  }
  .ft-rami-modal-head strong {
    justify-self: center;
    font-size: 16px;
    font-weight: 900;
  }
  .ft-rami-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: #FFFFFF;
    color: var(--ft-ink);
    cursor: pointer;
  }
  .ft-rami-modal-close:hover {
    background: #F3F4F6;
  }
  .ft-rami-modal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .ft-rami-modal-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #EEF2FF;
    border-radius: 10px;
  }
  .ft-rami-badges,
  .ft-rami-policy-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .ft-rami-badges {
    margin-bottom: 18px;
  }
  /* 제목 위 통합 라벨 줄 — 모두 동일 스타일, 한 줄 배치 */
  .ft-rami-badges--head {
    margin: 14px 0 10px;
  }
  .ft-rami-policy-row {
    order: 2;
    margin: 18px 0 24px;
  }
  .ft-rami-badge,
  .ft-rami-policy {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 27px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 900;
  }
  .ft-rami-badge {
    background: var(--ft-indigo-soft);
    color: var(--ft-indigo);
  }
  .ft-rami-badge--strong {
    background: var(--ft-indigo);
    color: #FFFFFF;
  }
  .ft-rami-badge--muted {
    background: #F3F4F6;
    color: var(--ft-body);
  }
  .ft-rami-policy {
    min-height: 34px;
    background: #F3F4F6;
    color: var(--ft-body);
    border: 1px solid var(--ft-line);
  }
  .ft-rami-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding-top: 20px;
    border-top: 2px solid #D1D5DB;
  }
  .ft-rami-title {
    flex: 1;
    margin: 0;
    color: var(--ft-ink);
    font-size: 26px;
    line-height: 1.38;
    letter-spacing: 0;
    font-weight: 900;
    word-break: keep-all;
  }
  .ft-rami-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
  }
  .ft-rami-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--ft-line);
    border-radius: 50%;
    background: #FFFFFF;
    color: var(--ft-muted);
    cursor: pointer;
  }
  .ft-rami-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin: 18px 0 24px;
    color: var(--ft-muted);
    font-size: 14px;
    font-weight: 700;
  }
  .ft-rami-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .ft-rami-meta strong {
    color: #059669;
    font-weight: 900;
  }
  .ft-rami-flow {
    margin-bottom: 24px;
    padding: 18px;
    background: var(--ft-blue-soft);
    border: 1px solid var(--ft-blue-line);
  }
  .ft-rami-intro-detail {
    margin: 0 0 22px;
    padding: 18px;
    background: #F7F7F7;
    color: var(--ft-body);
  }
  .ft-rami-flow-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1E40AF;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
  }
  .ft-rami-flow-head span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    line-height: 1.45;
    word-break: keep-all;
  }
  .ft-rami-flow-head span svg,
  .ft-rami-flow-head > svg {
    flex: 0 0 auto;
    transition: transform 160ms ease;
  }
  .ft-rami-flow.is-collapsed .ft-rami-flow-head > svg {
    transform: rotate(180deg);
  }
  .ft-rami-flow.is-collapsed .ft-rami-flow-desc,
  .ft-rami-flow.is-collapsed .ft-rami-steps {
    display: none;
  }
  .ft-rami-flow-desc {
    margin: 0 0 12px;
    color: #1E3A8A;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 600;
    word-break: keep-all;
  }
  .ft-rami-steps {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .ft-rami-step {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #1E3A8A;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 600;
  }
  .ft-rami-step b {
    flex-shrink: 0;
    padding: 2px 8px;
    background: #1D4ED8;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
  }
  .ft-rami-tab-bar {
    order: 3;
    position: sticky;
    top: 0;
    z-index: 80;
    display: flex;
    margin-bottom: 0;
    border-bottom: 2px solid var(--ft-line);
    background: #FFFFFF;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.04);
  }
  #ft-tour-itinerary,
  #ft-tour-itinerary-media,
  #ft-tour-usage,
  #ft-tour-inclusions,
  #ft-tour-exclusions,
  #ft-tour-terms,
  #ft-tour-select {
    scroll-margin-top: 74px;
  }
  .ft-rami-tab {
    min-height: 50px;
    padding: 0 20px;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    color: var(--ft-muted);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
  .ft-rami-tab.is-active,
  .ft-rami-tab:hover {
    color: var(--ft-indigo);
    border-bottom-color: var(--ft-indigo);
  }
  .ft-rami-card {
    order: 60;
    margin-bottom: 24px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid var(--ft-line);
  }
  /* 화면 배치 순서: 상품선택 → 이벤트 및 안내 → 상세 일정 안내 → 상품소개 → 이용 안내 → (포함/불포함/약관) */
  #ft-tour-select {
    order: 10;
  }
  #ft-tour-event {
    order: 18;
    scroll-margin-top: 74px;
  }
  #ft-tour-itinerary-media {
    order: 20;
    display: flex;
    flex-direction: column;
  }
  #ft-tour-itinerary {
    order: 1;
  }
  #ft-tour-usage {
    order: 40;
  }
  #ft-tour-itinerary-media .ft-rami-body {
    order: 10;
  }
  #ft-tour-itinerary-media .ft-rami-detail-images {
    order: 20;
  }
  #ft-tour-itinerary-media .ft-rami-list {
    order: 30;
  }
  #ft-tour-itinerary-media .ft-rami-body h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    border-left: 3px solid #E53E3E;
    padding-left: 10px;
    margin: 20px 0 8px;
  }
  #ft-tour-itinerary-media .ft-rami-body h3:first-child {
    margin-top: 0;
  }
  #ft-tour-itinerary-media .ft-rami-body ul {
    list-style: none;
    padding-left: 0;
    margin: 8px 0 16px;
  }
  #ft-tour-itinerary-media .ft-rami-body ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
  }
  #ft-tour-itinerary-media .ft-rami-body ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #E53E3E;
    flex-shrink: 0;
    margin-top: 5px;
  }
  #ft-tour-inclusions {
    order: 40;
  }
  #ft-tour-exclusions {
    order: 50;
  }
  #ft-tour-booking {
    order: 70;
  }
  #ft-tour-terms {
    order: 80;
  }
  .ft-rami-related {
    order: 90;
  }
  .ft-rami-card h2,
  .ft-rami-card h3 {
    margin: 0 0 16px;
    color: var(--ft-ink);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 900;
  }
  .ft-rami-body {
    color: var(--ft-body);
    font-size: 15px;
    line-height: 1.85;
    word-break: keep-all;
  }
  .ft-rami-body p {
    margin: 0 0 18px;
  }
  .ft-rami-body img {
    max-width: 100%;
    height: auto;
  }
  .ft-rami-body > *:first-child {
    margin-top: 0;
  }
  .ft-rami-body > *:last-child {
    margin-bottom: 0;
  }
  .ft-rami-body ul,
  .ft-rami-body ol {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
  }
  .ft-rami-body li {
    line-height: 1.8;
  }
  .ft-rami-body a {
    color: var(--ft-indigo);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .ft-rami-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
  }
  .ft-rami-detail-item dt {
    margin: 0 0 5px;
    color: var(--ft-muted);
    font-size: 13px;
    font-weight: 800;
  }
  .ft-rami-detail-item dd {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--ft-ink);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 800;
    word-break: keep-all;
  }
  .ft-rami-detail-item dd svg {
    flex: 0 0 auto;
  }
  .ft-rami-note-box {
    margin-top: 18px;
    padding: 18px;
    background: var(--ft-wash);
    color: var(--ft-body);
    font-size: 14px;
    line-height: 1.8;
  }
  .ft-rami-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ft-rami-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ft-body);
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
  }
  .ft-rami-list li > svg {
    flex: 0 0 auto;
  }
  .ft-rami-list li > span:not(.ft-rami-list-num) {
    min-width: 0;
  }
  .ft-rami-list--included li.is-emphasis {
    color: #3B82F6;
    font-weight: 900;
  }
  .ft-rami-list--excluded li.is-emphasis {
    color: #FF5A5F;
    font-weight: 900;
  }
  .ft-rami-list-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    min-width: 22px;
    height: 22px;
    background: var(--ft-indigo);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 900;
  }
  .ft-rami-usage-list {
    display: grid;
    gap: 24px;
    margin: 0;
  }
  .ft-rami-usage-block {
    display: grid;
    gap: 10px;
  }
  .ft-rami-usage-block + .ft-rami-usage-block {
    padding-top: 22px;
    border-top: 1px solid var(--ft-line);
  }
  .ft-rami-usage-block h3 {
    margin: 0;
    color: var(--ft-ink);
    font-size: 15px;
    font-weight: 950;
  }
  .ft-rami-usage-block strong {
    color: var(--ft-ink);
    font-size: 15px;
    font-weight: 900;
  }
  .ft-rami-usage-block p {
    margin: 0;
    color: var(--ft-body);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .ft-rami-terms-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 4px 0 28px;
    color: #2563EB;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
    text-decoration: none;
  }
  .ft-rami-terms-link:hover {
    color: var(--ft-indigo);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .ft-rami-detail-images {
    display: grid;
    gap: 0;
    margin: 0 0 22px;
  }
  .ft-rami-detail-images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    background: var(--ft-wash);
  }
  .ft-rami-section-block + .ft-rami-section-block {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--ft-line);
  }
  .ft-rami-question-required {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    background: var(--ft-indigo-soft);
    color: var(--ft-indigo);
    font-size: 12px;
    font-weight: 900;
  }
  .ft-rami-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .ft-rami-subcard {
    padding: 16px;
    background: var(--ft-wash);
    border: 1px solid var(--ft-line);
  }
  .ft-rami-select-title {
    padding: 16px 20px;
    margin: -24px -24px 22px;
    border-bottom: 1px solid var(--ft-line);
    font-size: 18px;
    font-weight: 900;
  }
  .ft-rami-calendar {
    position: relative;
    border: 1px solid #D1D5DB;
    padding: 28px 46px;
    margin-bottom: 22px;
  }
  .ft-rami-calendar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .ft-rami-calendar-month[hidden] {
    display: none;
  }
  .ft-rami-calendar-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--ft-ink);
    cursor: pointer;
    transform: translateY(-50%);
  }
  .ft-rami-calendar-nav:disabled {
    color: #D1D5DB;
    cursor: default;
  }
  .ft-rami-calendar-nav--prev {
    left: 14px;
  }
  .ft-rami-calendar-nav--next {
    right: 14px;
  }
  .ft-rami-calendar-month h3 {
    margin: 0 0 22px;
    text-align: center;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
  }
  .ft-rami-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    row-gap: 8px;
    text-align: center;
  }
  .ft-rami-days span,
  .ft-rami-days button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--ft-body);
    font: inherit;
    font-size: 15px;
    font-weight: 800;
  }
  .ft-rami-days .is-head {
    color: var(--ft-muted);
    font-size: 12px;
    min-height: 34px;
  }
  .ft-rami-days button {
    border-radius: 0 !important;
  }
  .ft-rami-days .is-disabled {
    color: #B6BAC3;
    cursor: default;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
  }
  .ft-rami-days .is-available {
    color: var(--ft-ink);
    cursor: pointer;
  }
  .ft-rami-days .is-available:hover {
    background: #F3F4F6;
  }
  .ft-rami-days .is-available.is-selected {
    background: var(--ft-indigo);
    color: #FFFFFF;
    text-decoration: none;
  }
  .ft-rami-days .is-available.is-selected:hover {
    background: var(--ft-indigo);
  }
  .ft-rami-no-dates {
    padding: 18px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    color: var(--ft-muted);
    font-size: 14px;
    font-weight: 800;
  }
  .ft-rami-option-list {
    display: grid;
    gap: 14px;
  }
  .ft-rami-option-full,
  .ft-rami-choice-card {
    padding: 20px;
    border: 1px solid #D1D5DB;
    background: #FFFFFF;
  }
  .ft-rami-choice-card {
    display: grid;
    gap: 16px;
  }
  .ft-rami-option-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
  }
  .ft-rami-option-head--summary {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ft-line);
  }
  .ft-rami-option-title {
    min-width: 0;
  }
  .ft-rami-option-full h3,
  .ft-rami-option-title h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.5;
    word-break: keep-all;
  }
  .ft-rami-option-full p,
  .ft-rami-option-title p {
    margin: 0;
    color: var(--ft-muted);
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
  }
  .ft-rami-option-start,
  .ft-rami-option-rate-price {
    flex: 0 0 auto;
    text-align: right;
    color: var(--ft-ink);
    font-size: 18px;
    font-weight: 950;
    white-space: nowrap;
  }
  .ft-rami-option-summary-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 22px;
    list-style: disc;
    list-style-position: outside;
    color: var(--ft-body);
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
  }
  .ft-rami-option-summary-list li {
    display: list-item;
    padding-left: 2px;
  }
  .ft-rami-option-summary-list li::marker {
    color: #4B5563;
    font-size: 0.85em;
  }
  .ft-rami-option-extra-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 2px 0 12px;
    border-bottom: 1px solid var(--ft-line);
    color: var(--ft-body);
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
  }
  .ft-rami-option-extra-row strong {
    display: inline-block;
    margin-right: 18px;
    color: var(--ft-ink);
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
  }
  .ft-rami-option-rate-list {
    display: grid;
    gap: 8px;
  }
  .ft-rami-option-rate {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 16px;
    border: 1px solid transparent;
    background: #F5F5F5;
    color: var(--ft-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
  }
  .ft-rami-option-rate:hover,
  .ft-rami-option-rate.is-selected {
    border-color: #C7D2FE;
    background: var(--ft-indigo-soft);
  }
  .ft-rami-option-rate-name {
    min-width: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
    word-break: keep-all;
  }
  .ft-rami-option-rate-price {
    font-size: 15px;
  }
  /* ===== 차량별 상품 카드 (as-is 3카드 구조) ===== */
  .ft-rami-vehicle-card {
    margin-bottom: 16px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid var(--ft-line);
  }
  .ft-rami-vehicle-card:last-child {
    margin-bottom: 0;
  }
  .ft-rami-vehicle-name {
    margin: 0;
    font-size: 19px;
    font-weight: 900;
    color: var(--ft-ink);
    line-height: 1.4;
    word-break: keep-all;
  }
  .ft-rami-vehicle-sub {
    margin: 6px 0 0;
    font-size: 14px;
    color: var(--ft-muted);
    line-height: 1.5;
  }
  .ft-rami-vehicle-notes {
    margin: 18px 0 0;
    padding: 18px 0 0 18px;
    border-top: 1px solid var(--ft-line);
    list-style: disc;
  }
  .ft-rami-vehicle-notes li {
    margin-bottom: 8px;
    font-size: 13px;
    color: var(--ft-body);
    line-height: 1.7;
    word-break: keep-all;
  }
  .ft-rami-vehicle-notes li:last-child {
    margin-bottom: 0;
  }
  .ft-rami-vehicle-extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--ft-line);
  }
  .ft-rami-vehicle-extra-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }
  .ft-rami-vehicle-extra-left strong {
    font-size: 14px;
    font-weight: 900;
    color: var(--ft-ink);
  }
  .ft-rami-vehicle-extra-left span {
    font-size: 14px;
    color: var(--ft-body);
    word-break: keep-all;
  }
  .ft-rami-vehicle-extra .ft-rami-option-detail {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid #C7D2FE;
    background: #FFFFFF;
    color: var(--ft-indigo);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
  }
  .ft-rami-vehicle-extra .ft-rami-option-detail:hover {
    background: var(--ft-indigo-soft);
    border-color: var(--ft-indigo);
  }
  .ft-rami-vehicle-prices {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
  }
  .ft-rami-vehicle-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    background: #F9FAFB;
  }
  .ft-rami-vehicle-price-name {
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--ft-ink);
    line-height: 1.5;
    word-break: keep-all;
  }
  .ft-rami-vehicle-price-amount {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 900;
    color: var(--ft-ink);
    white-space: nowrap;
  }
  .ft-rami-vehicle-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
  }
  .ft-rami-vehicle-actions .ft-rami-btn {
    width: auto;
    min-width: 140px;
    min-height: 48px;
    padding: 0 28px;
  }
  .ft-rami-option-price-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 18px;
    border-top: 1px solid var(--ft-line);
  }
  .ft-rami-option-price-row div {
    padding: 13px 12px 0 0;
  }
  .ft-rami-option-price-row dt {
    color: var(--ft-muted);
    font-size: 12px;
    font-weight: 800;
  }
  .ft-rami-option-price-row dd {
    margin: 4px 0 0;
    color: var(--ft-ink);
    font-size: 15px;
    font-weight: 900;
  }
  .ft-rami-option-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--ft-line);
    border-bottom: 1px solid var(--ft-line);
  }
  .ft-rami-option-grid div {
    padding: 15px 14px 15px 0;
  }
  .ft-rami-option-grid dt {
    margin: 0 0 6px;
    color: var(--ft-muted);
    font-size: 12px;
    font-weight: 900;
  }
  .ft-rami-option-grid dd {
    margin: 0;
    color: var(--ft-ink);
    font-size: 16px;
    font-weight: 950;
  }
  .ft-rami-extra-option {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--ft-line);
    color: var(--ft-body);
    font-size: 14px;
    line-height: 1.7;
  }
  .ft-rami-option-copy {
    color: var(--ft-body);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
  }
  .ft-rami-option-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .ft-rami-option-actions .ft-rami-btn {
    width: auto;
    min-width: 118px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }
  .ft-rami-option-detail {
    color: var(--ft-indigo);
    border-color: #C7D2FE;
    background: var(--ft-indigo-soft);
  }
  .ft-rami-option-extra-row .ft-rami-option-detail {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #C7D2FE;
    color: var(--ft-indigo);
    background: #FFFFFF;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }
  .ft-rami-option-extra-row .ft-rami-option-detail:hover {
    background: var(--ft-indigo-soft);
  }
  .ft-rami-choice-modal {
    position: fixed;
    inset: 0;
    z-index: 5100;
    display: none;
    overflow-y: auto;
    padding: 32px 18px;
    background: rgba(17, 24, 39, 0.66);
    color: var(--ft-ink);
  }
  .ft-rami-choice-modal.is-open {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .ft-rami-choice-panel {
    position: relative;
    width: min(720px, 100%);
    min-height: 520px;
    background: #FFFFFF;
    box-shadow: 0 24px 80px rgba(17, 24, 39, 0.26);
    overflow: hidden;
  }
  .ft-rami-choice-panel--booking {
    display: flex;
    min-height: min(760px, calc(100vh - 64px));
    max-height: calc(100vh - 64px);
    flex-direction: column;
  }
  .ft-rami-choice-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 68px;
    padding: 0 18px;
    border-bottom: 1px solid var(--ft-line);
  }
  .ft-rami-choice-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    background: #FFFFFF;
    color: var(--ft-ink);
    cursor: pointer;
  }
  .ft-rami-choice-close:hover {
    background: #F3F4F6;
  }
  .ft-rami-choice-body {
    padding: 32px 36px;
  }
  .ft-rami-choice-panel--booking .ft-rami-choice-body {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 108px;
  }
  .ft-rami-choice-title {
    margin: 0 0 12px;
    color: var(--ft-ink);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 950;
    word-break: keep-all;
  }
  .ft-rami-choice-muted {
    margin: 0;
    color: var(--ft-muted);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
  }
  .ft-rami-choice-section {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 2px solid #111827;
  }
  .ft-rami-choice-section h3 {
    margin: 0 0 14px;
    color: var(--ft-ink);
    font-size: 17px;
    font-weight: 950;
  }
  .ft-rami-choice-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    list-style: disc;
    list-style-position: outside;
    color: var(--ft-body);
    font-size: 15px;
    line-height: 1.75;
  }
  .ft-rami-choice-list li {
    display: list-item;
    padding-left: 2px;
  }
  .ft-rami-choice-select {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #D1D5DB;
    background: #FFFFFF;
    color: var(--ft-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
  }
  .ft-rami-qty-list {
    display: grid;
    gap: 10px;
  }
  .ft-rami-qty-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--ft-line);
  }
  .ft-rami-qty-name {
    margin: 0 0 12px;
    color: var(--ft-ink);
    font-size: 17px;
    font-weight: 950;
  }
  .ft-rami-qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #D1D5DB;
  }
  .ft-rami-qty-stepper button,
  .ft-rami-qty-stepper output {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 34px;
    border: 0;
    background: #FFFFFF;
    color: var(--ft-ink);
    font: inherit;
    font-weight: 900;
  }
  .ft-rami-qty-stepper button {
    cursor: pointer;
  }
  .ft-rami-qty-stepper button:disabled {
    color: #D1D5DB;
    cursor: not-allowed;
  }
  .ft-rami-qty-price {
    color: var(--ft-ink);
    font-size: 16px;
    font-weight: 950;
    white-space: nowrap;
  }
  .ft-rami-choice-foot {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px 24px;
    background: #FFFFFF;
    border-top: 1px solid var(--ft-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .ft-rami-choice-info-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
  }
  .ft-rami-choice-total {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 2px;
    color: var(--ft-ink);
    font-size: 13px;
    font-weight: 800;
  }
  .ft-rami-choice-total strong {
    font-size: 20px;
    font-weight: 950;
  }
  .ft-rami-choice-helper {
    margin: 0;
    color: var(--ft-muted);
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
    word-break: keep-all;
  }
  .ft-rami-choice-actions {
    display: block;
    flex-shrink: 0;
  }
  .ft-rami-choice-submit {
    display: inline-flex;
    width: auto;
    padding: 0 36px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ft-indigo);
    background: var(--ft-indigo);
    color: #FFFFFF;
    font: inherit;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
  }
  .ft-rami-choice-submit--secondary {
    background: #FFFFFF;
    color: var(--ft-indigo);
  }
  .ft-rami-choice-submit:disabled {
    border-color: #E5E7EB;
    background: #F3F4F6;
    color: #9CA3AF;
    cursor: not-allowed;
  }
  .ft-rami-booking-question-list {
    display: grid;
    gap: 12px;
  }
  .ft-rami-booking-question {
    display: grid;
    gap: 7px;
  }
  .ft-rami-booking-question label,
  .ft-rami-booking-question strong {
    color: var(--ft-ink);
    font-size: 14px;
    font-weight: 900;
  }
  .ft-rami-booking-question input[type="text"] {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--ft-line);
    color: var(--ft-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
  }
  .ft-rami-booking-check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: var(--ft-body);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
  }
  .ft-rami-side-card {
    margin-bottom: 16px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid var(--ft-line);
  }
  .ft-rami-side-card h2 {
    margin: 0 0 14px;
    color: var(--ft-ink);
    font-size: 16px;
    font-weight: 900;
  }
  .ft-rami-side-title {
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ft-line);
    color: var(--ft-ink);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 900;
    word-break: keep-all;
  }
  .ft-rami-side-note {
    color: var(--ft-muted);
    font-size: 13px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .ft-rami-price {
    padding: 0 0 18px;
  }
  .ft-rami-price small {
    display: block;
    margin-bottom: 8px;
    color: var(--ft-muted);
    font-size: 13px;
    font-weight: 800;
  }
  .ft-rami-price strong {
    color: var(--ft-ink);
    font-size: 30px;
    line-height: 1.1;
    font-weight: 950;
  }
  .ft-rami-cta {
    display: grid;
    gap: 8px;
  }
  .ft-rami-btn {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--ft-indigo);
    background: #FFFFFF;
    color: var(--ft-indigo);
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
  }
  .ft-rami-btn--primary {
    background: var(--ft-indigo);
    color: #FFFFFF;
  }
  .ft-rami-side-code {
    margin: 18px -20px -20px;
    padding: 14px 20px;
    border-top: 1px solid var(--ft-line);
    color: var(--ft-muted);
    font-size: 13px;
    font-weight: 800;
  }
  .ft-rami-related {
    margin-top: 36px;
  }
  .ft-rami-related h2 {
    margin: 0 0 16px;
    color: var(--ft-ink);
    font-size: 20px;
    font-weight: 900;
  }
  .ft-rami-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .ft-rami-related .products-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid var(--ft-line);
    border-top: 2px solid var(--ft-indigo);
    color: inherit;
    text-decoration: none;
    transition: transform 180ms cubic-bezier(0.2, 0, 0, 1), box-shadow 180ms cubic-bezier(0.2, 0, 0, 1), border-color 180ms cubic-bezier(0.2, 0, 0, 1);
  }
  .ft-rami-related .products-card:hover {
    transform: translateY(-3px);
    border-color: #C7D2FE;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
  }
  .ft-rami-related .products-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #EEF2FF;
  }
  .ft-rami-related .products-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ft-rami-related .products-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ft-indigo);
    background: #EEF2FF;
  }
  .ft-rami-related .products-card__placeholder svg {
    width: 40px !important;
    height: 40px !important;
  }
  .ft-rami-related .products-card__badge,
  .ft-rami-related .products-card__type {
    position: absolute;
    top: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  }
  .ft-rami-related .products-card__badge {
    left: 10px;
    background: var(--ft-indigo);
    color: #FFFFFF;
  }
  .ft-rami-related .products-card__type {
    right: 10px;
    background: rgba(255, 255, 255, 0.94);
    color: #4338CA;
    border: 1px solid rgba(199, 210, 254, 0.90);
  }
  .ft-rami-related .products-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
  }
  .ft-rami-related .products-card__category {
    display: block;
    margin-bottom: 6px;
    color: var(--ft-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
  }
  .ft-rami-related .products-card__name {
    display: -webkit-box;
    min-height: 44px;
    margin: 0 0 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--ft-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
    word-break: keep-all;
  }
  .ft-rami-related .products-card__desc {
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--ft-muted);
    font-size: 13px;
    line-height: 1.55;
  }
  .ft-rami-related .products-card__bottom {
    margin-top: auto;
  }
  .ft-rami-related .products-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 12px;
  }
  .ft-rami-related .products-card__amount {
    color: var(--ft-ink);
    font-size: 19px;
    font-weight: 900;
  }
  .ft-rami-related .products-card__interval {
    color: var(--ft-muted);
    font-size: 13px;
    font-weight: 700;
  }
  .ft-rami-related .products-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    background: var(--ft-indigo);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 900;
  }
  .ft-rami-mobile-bar {
    display: none;
  }
  @media (max-width: 1023px) {
    .ft-rami-shell,
    .ft-rami-layout {
      padding-right: 16px;
      padding-left: 16px;
    }
    .ft-rami-layout {
      flex-direction: column;
      padding-top: 24px;
      padding-bottom: 104px;
    }
    .ft-rami-sidebar {
      width: 100%;
    }
    .ft-rami-sidebar-inner {
      position: static;
    }
    .ft-rami-mobile-bar {
      position: fixed;
      z-index: 100;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 16px;
      background: #FFFFFF;
      border-top: 1px solid var(--ft-line);
      box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
    }
    .ft-rami-mobile-info {
      flex: 1;
      min-width: 0;
    }
  }
  @media (max-width: 768px) {
    .ft-rami-gallery-grid,
    .ft-rami-calendar-grid,
    .ft-rami-detail-grid,
    .ft-rami-split,
    .ft-rami-related-grid,
    .ft-rami-option-price-row,
    .ft-rami-option-grid {
      grid-template-columns: 1fr;
    }
    .ft-rami-option-head {
      flex-direction: column;
    }
    .ft-rami-option-start {
      text-align: left;
    }
    .ft-rami-option-actions {
      flex-direction: column;
    }
    .ft-rami-option-actions .ft-rami-btn {
      width: 100%;
    }
    .ft-rami-option-extra-row,
    .ft-rami-option-rate {
      align-items: stretch;
      flex-direction: column;
    }
    .ft-rami-option-rate-price {
      text-align: left;
    }
    .ft-rami-gallery-head {
      align-items: flex-start;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 14px;
    }
    .ft-rami-gallery-actions {
      width: 100%;
      justify-content: flex-end;
    }
    .ft-rami-gallery-thumbs {
      display: none;
    }
    .ft-rami-gallery-grid {
      height: auto;
    }
    .ft-rami-gallery-main {
      height: auto;
      aspect-ratio: 4 / 3;
    }
    .ft-rami-title {
      font-size: 22px;
    }
    .ft-rami-title-row {
      gap: 10px;
    }
    .ft-rami-icon-btn {
      width: 38px;
      height: 38px;
    }
    .ft-rami-tab-bar {
      overflow-x: auto;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
    .ft-rami-tab-bar::-webkit-scrollbar {
      display: none;
    }
    .ft-rami-tab {
      flex-shrink: 0;
    }
    .ft-rami-card,
    .ft-rami-side-card {
      padding: 18px;
    }
    .ft-rami-select-title {
      margin: -18px -18px 22px;
    }
    .ft-rami-modal {
      padding: 0;
    }
    .ft-rami-modal-inner {
      padding: 88px 16px 40px;
    }
    .ft-rami-modal-head {
      min-height: 64px;
      padding: 0 14px;
    }
    .ft-rami-modal-grid {
      grid-template-columns: 1fr;
    }
    .ft-rami-choice-modal {
      padding: 0;
    }
    .ft-rami-choice-modal.is-open {
      align-items: stretch;
    }
    .ft-rami-choice-panel,
    .ft-rami-choice-panel--booking {
      width: 100%;
      min-height: 100vh;
      max-height: none;
      box-shadow: none;
    }
    .ft-rami-choice-body {
      padding: 24px 20px;
    }
    .ft-rami-choice-panel--booking .ft-rami-choice-body {
      padding-bottom: 176px;
    }
    .ft-rami-qty-row {
      grid-template-columns: 1fr;
    }
    .ft-rami-qty-price {
      justify-self: start;
    }
  }
  @media (max-width: 480px) {
    .ft-rami-shell,
    .ft-rami-layout {
      padding-right: 12px;
      padding-left: 12px;
    }
    .ft-rami-meta {
      gap: 10px;
      font-size: 13px;
    }
    .ft-rami-calendar {
      padding: 14px;
    }
    .ft-rami-choice-actions {
      grid-template-columns: 1fr;
    }
  }
  .ft-rami-age-notice {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #374151;
    padding: 8px 12px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 0;
    margin-top: 8px;
  }
  .ft-rami-age-notice span { font-size: 13px; color: #374151; }
  .ft-rami-consult {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }
  .ft-rami-consult-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
  }
  .ft-rami-consult-btn--kakao {
    background: #FEE500;
    color: #191600;
  }
  .ft-rami-consult-btn--kakao:hover { background: #F0D900; color: #191600; }
  .ft-rami-consult-btn--phone {
    background: #F9FAFB;
    color: #111827;
    border: 1.5px solid #E5E7EB;
  }
  .ft-rami-consult-btn--phone:hover { background: #F3F4F6; }
  .ft-rami-consult-btn--wishlist {
    background: #FFFFFF;
    color: #374151;
    border: 1px solid #D1D5DB;
    transition: all 0.2s ease-in-out;
  }
  .ft-rami-consult-btn--wishlist:hover {
    background: #F9FAFB;
    border-color: #9CA3AF;
    color: #111827;
  }
  .ft-rami-consult-btn--wishlist.ft-rami-consult-btn--active {
    background: #FFF5F5;
    border-color: #FECACA;
    color: #DC2626;
  }
  .ft-rami-consult-btn--wishlist.ft-rami-consult-btn--active:hover {
    background: #FFE4E4;
    border-color: #FCA5A5;
  }

  /* ── 브랜드 포지션 블록 (REQ-B2C-002) .brandpos__ ── */
  .brandpos__card {
    margin-bottom: 16px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-left: 3px solid #6366F1;
  }
  .brandpos__heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
  }
  .brandpos__heading svg {
    flex-shrink: 0;
    color: #6366F1;
  }
  .brandpos__list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .brandpos__item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
    font-weight: 600;
    word-break: keep-all;
  }
  .brandpos__item svg {
    flex-shrink: 0;
    margin-top: 1px;
    color: #6366F1;
  }
  .brandpos__item strong {
    color: #111827;
    font-weight: 800;
  }

  /* ── FIT 고객정보 블록 ─────────────────────────── */
  .ft-tour-fit-info {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 10px 0 24px;
  }
  .ft-rami-age-notice--inline {
    margin-top: 0;
    gap: 5px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
  }
  .ft-rami-age-notice--inline span {
    font-size: 12px;
    color: #6B7280;
  }
  .ft-tour-fit-info__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .ft-tour-fit-info__chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
  }
  .ft-tour-fit-info__voucher {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    padding: 4px 10px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
  }

  /* ── 추가옵션 그룹 (extra_option_groups) ────────── */
  .ft-tour-extra-group {
    margin-bottom: 14px;
  }
  .ft-tour-extra-group__title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px;
  }
  .ft-tour-extra-group__required {
    color: #EF4444;
    margin-left: 3px;
    font-size: 12px;
  }
  .ft-tour-extra-group__items {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .ft-tour-extra-group__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
  }
  .ft-tour-extra-group__item input[type="radio"],
  .ft-tour-extra-group__item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #6366F1;
    flex-shrink: 0;
    cursor: pointer;
  }
  .ft-tour-extra-group__price {
    color: #4F46E5;
    font-weight: 700;
    margin-left: auto;
    white-space: nowrap;
    font-size: 12px;
  }

  /* ── 가격구분 (price_tiers) ─────────────────────── */
  .ft-tour-price-tiers__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ft-tour-price-tiers__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #374151;
    padding: 4px 0;
    border-bottom: 1px solid #F3F4F6;
  }
  .ft-tour-price-tiers__row--base {
    font-weight: 700;
    color: #111827;
  }
  .ft-tour-price-tiers__price {
    font-weight: 600;
    color: #4F46E5;
  }
</style>
