/* Start custom CSS for text-editor, class: .elementor-element-2a142396 *//* 全局重置與基礎樣式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "Heiti SC", "PingFang SC", sans-serif;
}

body {
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 容器樣式 */
.athens-property-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
}

/* 文本樣式 */
p {
  margin-bottom: 18px;
  font-size: 16px;
  color: #4a4a4a;
}

strong {
  color: #2d3748;
  font-weight: 600;
}

/* 開篇介紹 */
.intro-text {
  font-size: 17px;
  color: #4a4a4a;
  margin-bottom: 25px;
}

/* 圖片樣式 */
.athens-image {
  margin: 30px 0;
  text-align: center;
}

.athens-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 核心資訊 */
.core-info {
  font-size: 17px;
  color: #2d3748;
  margin-bottom: 25px;
}

.highlight-bg {
  background-color: #e8f4f8;
  color: #2b6cb0;
  padding: 2px 8px;
  border-radius: 4px;
}

/* 範圍說明 */
.scope-text {
  font-weight: 500;
  color: #2d3748;
  margin-bottom: 20px;
}

.athens-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
}

.scope-item {
  flex: 1 1 calc(50% - 10px);
  background: #f5f8fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #4299e1;
}

.scope-title {
  color: #2d3748;
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.scope-title::before {
  content: "📍";
  margin-right: 8px;
  color: #4299e1;
}

/* CTA 區塊 */
.cta-box {
  background: #f5f8fa;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin: 35px 0;
  box-shadow: 0 2px 15px rgba(66, 153, 225, 0.08);
}

.cta-text {
  font-size: 18px;
  color: #2d3748;
  margin-bottom: 18px;
  font-weight: 500;
}

.cta-btn {
  display: inline-block;
  background: #4299e1;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(66, 153, 225, 0.2);
}

.cta-btn:hover {
  background: #2b6cb0;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(66, 153, 225, 0.25);
}

/* 標題強調 */
.highlight-text {
  font-size: 18px;
  color: #2b6cb0;
  font-weight: 500;
  margin: 30px 0;
  padding-left: 15px;
  border-left: 3px solid #4299e1;
}

/* 區域介紹 */
.district-section {
  margin: 40px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e8f0;
}

.district-title {
  color: #2d3748;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
}

.district-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #4299e1;
  margin-left: 15px;
}

.district-desc {
  color: #4a4a4a;
  margin-bottom: 20px;
  line-height: 1.7;
}

.emphasis-text {
  color: #2b6cb0;
  font-weight: 600;
}

/* 詳情鏈接 */
.detail-link {
  color: #4299e1;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.detail-link:hover {
  color: #2b6cb0;
  text-decoration: underline;
}

.detail-link::after {
  content: " →";
  margin-left: 5px;
  color: #4299e1;
}

/* 政策核心介紹 */
.immigration-core {
  background: #e8f4f8;
  padding: 30px;
  border-radius: 10px;
  margin: 40px 0;
}

.market-desc {
  color: #4a4a4a;
  margin-bottom: 25px;
}

.policy-highlight {
  font-size: 18px;
  color: #2d3748;
  font-weight: 500;
  line-height: 1.8;
}

.policy-highlight strong {
  color: #2b6cb0;
  font-size: 22px;
  margin: 0 5px;
}

/* 結語文字 */
.conclusion-text {
  font-size: 17px;
  color: #4a4a4a;
  margin: 30px 0 40px;
  text-align: center;
  padding: 0 20px;
}

/* FAQ */
.faq-container {
  margin: 40px 0;
}

.faq-title {
  font-size: 22px;
  color: #2d3748;
  margin-bottom: 25px;
  text-align: center;
}

.faq-item {
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: #fff;
  border: none;
  text-align: left;
  font-size: 16px;
  color: #2d3748;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  outline: none;
}

.faq-question:hover {
  background: #f5f8fa;
}

.faq-question::after {
  content: "+";
  font-size: 20px;
  color: #4299e1;
}

.faq-question.active::after {
  content: "-";
  color: #2b6cb0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  background: #fafafa;
}

.faq-answer p {
  padding: 0 20px;
  color: #4a4a4a;
}

.faq-question.active + .faq-answer {
  max-height: 500px;
  transition: max-height 0.5s ease-in-out;
  padding: 15px 0;
}

/* ============================= */
/* 重溫有關移民資訊 - 修正版 */
/* ============================= */
.related-info {
  margin: 50px 0 20px;
  text-align: center;
}

.related-title {
  font-size: 22px;
  color: #2d3748;
  margin-bottom: 25px;
}

/* PC版：雙欄自適應居中 */
.related-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: start;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

/* 卡片樣式 */
.related-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.related-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: #4299e1;
}

/* 圖片完整顯示不裁切 */
.related-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #e2e8f0;
  max-height: 320px; /* 可調整圖片最大高度 */
}

/* 卡片文字 */
.related-text {
  padding: 15px;
  font-size: 15px;
  color: #2d3748;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}

/* 平板與手機：單列顯示 */
@media (max-width: 992px) {
  .related-grid {
    grid-template-columns: 1fr;
  }
}

/* 手機細節 */
@media (max-width: 480px) {
  body {
    padding: 10px;
  }
  .athens-property-content {
    padding: 15px;
  }
  .cta-text {
    font-size: 16px;
  }
  .cta-btn {
    padding: 10px 25px;
    font-size: 15px;
    width: 100%;
  }
  .highlight-text {
    font-size: 16px;
    padding-left: 10px;
  }
  .district-title {
    font-size: 20px;
  }
  .faq-question {
    font-size: 15px;
    padding: 15px 18px;
  }
  .related-item img {
    max-height: 260px;
  }
}/* End custom CSS */