

.license-choice-grid.license-choice-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  opacity: 1;
  transition: opacity 0.18s ease;
}

.license-choice-grid.license-choice-grid--three.license-choice-grid--layout-pending {
  opacity: 0;
  pointer-events: none;
  transition: none;
}

.license-col {
  display: flex;
  min-width: 0;
}

.license-col > .license-choice-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.license-choice-grid--three .license-choice-card {
  min-height: 100%;
}

.license-choice-grid--three .license-choice-card .license-btn.license-btn--block {
  margin-top: auto;
}

.license-btn--block {
  width: 100%;
}

.license-btn--large {
  min-height: 54px;
  font-size: 16px;
  border-radius: 14px;
}

.license-plan-combo__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #111827;
}

.license-plan-combo__lead {
  margin-top: 12px;
}

.license-plan-radios {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.license-plan-option {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 16px;
  border: 2px solid #e5e7eb;
  background: #f8fafc;
  padding: 18px 18px 18px 52px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.license-plan-option:hover {
  border-color: #cbd5e1;
  background: #f1f5f9;
}

.license-plan-option__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

.license-plan-option__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.license-plan-option__title-block {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-top: 2px;
}

.price-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  color: #991b1b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.price-original-row {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.license-plan-option__price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
  text-align: right;
}

.license-plan-option__price-line {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.license-plan-option__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.license-plan-option__name {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}

.license-plan-option__price {
  display: flex;
  flex-shrink: 0;
  align-items: baseline;
  justify-content: flex-end;
  gap: 2px;
  margin-top: 0;
  text-align: right;
}

.license-plan-option__price-num {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1e3a8a;
  line-height: 1.2;
}

.license-plan-option__price-won {
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
}

.license-plan-option:has(.license-plan-option__input:checked) .license-plan-option__price-num {
  color: #1d4ed8;
}

.license-plan-option__hint {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.45;
}

.license-plan-option:has(.license-plan-option__input:checked) {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.license-plan-option__check {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.license-plan-option:has(.license-plan-option__input:checked) .license-plan-option__check {
  border-color: #2563eb;
  background: #2563eb;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.license-plan-option__input:focus-visible + .license-plan-option__surface {
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  pointer-events: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.35);
}

.license-pass24__price-wrap {
  margin: 20px 0 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.license-pass24__price-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.license-pass24__price-line .license-pass24__price {
  margin: 0;
}

.license-pass24__price {
  margin: 20px 0 8px;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.license-pass24__amount {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1e3a8a;
  line-height: 1.2;
}

.license-pass24__currency {
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
}

@media (max-width: 780px) {
  .license-choice-grid.license-choice-grid--three {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 781px) and (max-width: 1080px) {
  .license-choice-grid.license-choice-grid--three {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  
  .license-col--free {
    grid-column: 1 / -1;
  }
}
