.migrate-page {
  margin-top: 30px; }

.migrate-hero-banner {
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 50px auto 0;
  border-radius: 6px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06); }

.migrate-title {
  text-align: center;
  margin-top: 70px;
  font-weight: bold;
  color: #58595a; }

.migrate-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 18px;
  color: #85878c; }

.migrate-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1100px;
  margin: 50px auto; }

.migrate-shot {
  flex: 1 1 0;
  min-width: 0;
  text-align: center; }

.migrate-shot img {
  max-width: 100%;
  display: block;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.migrate-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  border: 3px dashed #c3c6cc;
  border-radius: 6px;
  background: #f4f6f8;
  color: #85878c;
  font-size: 18px; }

.migrate-shot-label {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #58595a; }

.migrate-arrow {
  flex: 0 0 auto;
  color: #a5be00;
  font-size: 52px;
  line-height: 1; }

.migrate-content {
  max-width: 860px;
  margin: 0 auto 40px; }

.migrate-content h2 {
  color: #58595a;
  margin-top: 45px; }

.migrate-content p,
.migrate-content li {
  font-size: 17px;
  color: #4a4b4c; }

.migrate-content ul {
  list-style: circle;
  padding-left: 30px; }

.migrate-content table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse; }

.migrate-content table th,
.migrate-content table td {
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  text-align: left;
  color: #4a4b4c; }

.migrate-content table th {
  background: #f4f6f8;
  color: #58595a; }

.migrate-options {
  display: flex;
  gap: 30px;
  max-width: 1100px;
  margin: 40px auto 60px; }

.migrate-option {
  flex: 1 1 0;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
  transition: 0.15s ease-in-out;
  text-decoration: none;
  color: #4a4b4c; }

.migrate-option:hover {
  transform: translateY(-6px);
  text-decoration: none;
  color: #4a4b4c; }

.migrate-option h3 {
  margin-top: 0;
  color: #58595a; }

.migrate-option p {
  font-size: 16px;
  color: #7b7d7d; }

.migrate-option-link {
  font-weight: bold;
  color: #035197; }

.migrate-options-title {
  text-align: center;
  color: #58595a;
  margin-top: 60px; }

.migrate-cta {
  text-align: center;
  margin: 50px auto 100px; }

@media (max-width: 767px) {
  .migrate-hero {
    flex-direction: column;
    gap: 10px; }
  .migrate-shot {
    width: 100%; }
  .migrate-placeholder {
    height: 200px; }
  .migrate-arrow {
    padding: 10px 0; }
  .migrate-arrow .fa {
    transform: rotate(90deg); }
  .migrate-options {
    flex-direction: column; } }
