

    /* ----- 橫向頁尾主體 (藍色系，高對比文字) ----- */
    .pawnshop-footer {
      width: 100%;
      background: linear-gradient(105deg, #083358 0%, #145a8c 100%);
      color: #f5faff;
      border-top: 4px solid #fec165;
      box-shadow: 0 -10px 28px rgba(2, 40, 70, 0.35);
      padding: 28px 28px 24px;
      border-radius: 0px 0px 0px 0px;
      backdrop-filter: blur(2px);
      transition: padding 0.2s;
    }

    .footer-container {
      max-width: 1400px;
      margin: 0 auto;
    }

    /* ----- 共用間距與彈性 ----- */
    .footer-row {
      margin-bottom: 20px;
    }

    /* 第一區塊：店名＋基本資訊 (橫向彈性) */
    .primary-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 18px 24px;
    }

    .info-cluster {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 16px 24px;
      background: rgba(255, 255, 255, 0.04);
      padding: 10px 26px;
      border-radius: 60px;
      backdrop-filter: blur(4px);
      border: 1px solid rgba(255, 240, 200, 0.15);
    }

    .shop-title {
      font-size: 2.2rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-shadow: 2px 2px 0 #05223b;
      color: white;
      line-height: 1.2;
    }

    .contact-details {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px 28px;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 1.08rem;
      font-weight: 500;
      color: #eaf3ff;
    }

    .contact-item i {
      font-size: 1.35rem;
      filter: drop-shadow(0 2px 2px #0a2a44);
    }

    .contact-item strong {
      color: #ffeec2;
      font-weight: 700;
      margin-right: 4px;
    }

    /* 駐點區域連結 (橫向) */
    .region-block {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 18px;
    }

    .region-label {
      color: #c9e2ff;
      font-weight: 500;
      font-size: 1.05rem;
    }

    .region-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 12px;
    }

    .pill-link {
      background: rgba(255, 255, 255, 0.08);
      padding: 8px 22px;
      border-radius: 40px;
      color: #f0f9ff;
      text-decoration: none;
      font-weight: 550;
      border: 1px solid rgba(255, 215, 130, 0.35);
      transition: all 0.2s;
      font-size: 1rem;
      backdrop-filter: blur(4px);
      white-space: nowrap;
    }

    .pill-link:hover {
      background: #fec165;
      color: #08315a;
      border-color: #fec165;
      font-weight: 700;
      box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    }

    .separator {
      color: #9ec0e0;
      font-weight: 400;
      margin: 0 2px;
    }

    /* 服務遍及文字 */
    .coverage-note {
      margin: 10px 0 8px 8px;
      color: #c1defa;
      font-size: 1.02rem;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
    }

    .badge-light {
      background: #1e5780;
      padding: 5px 20px;
      border-radius: 40px;
      color: #f9f3dd;
      font-weight: 500;
    }

    /* ----- 服務項目區塊 (橫向換行) ----- */
    .services-row {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: space-between;
      margin: 18px 0 22px;
      padding: 16px 8px 14px;
      border-top: 1px dashed #5080a8;
      border-bottom: 1px dashed #5080a8;
      gap: 16px 20px;
    }

    .services-title {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #ffecbf;
      font-weight: 700;
      font-size: 1.35rem;
      white-space: nowrap;
    }

    .services-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 18px;
    }

    .service-link {
      color: #e2f0ff;
      text-decoration: none;
      font-weight: 500;
      padding: 6px 12px;
      border-radius: 30px;
      background: rgba(20, 80, 130, 0.35);
      backdrop-filter: blur(2px);
      transition: 0.15s;
      font-size: 1rem;
      border: 1px solid transparent;
      white-space: nowrap;
    }

    .service-link:hover {
      background: #1e6a9b;
      color: white;
      border-color: #ffd58c;
      text-decoration: underline;
    }

    .external-indicator::after {
      content: " ↗";
      font-size: 0.8em;
      opacity: 0.9;
    }

    /* ----- 備註卡片 (所有備註內容) ----- */
    .notes-card {
      background: rgba(2, 45, 75, 0.55);
      backdrop-filter: blur(8px);
      padding: 22px 26px;
      border-radius: 28px;
      margin: 18px 0 22px;
      border: 1px solid #3b7aa3;
      box-shadow: inset 0 1px 5px #153e5a;
    }

    .notes-header {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 18px;
      color: #ffdfa7;
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 12px 20px;
    }

    .notes-grid {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 18px 36px;
      margin-bottom: 10px;
    }

    .note-item {
      display: flex;
      align-items: baseline;
      gap: 10px;
      color: #f4faff;
      font-size: 1.04rem;
      line-height: 1.5;
    }

    .note-marker {
      color: #ffcd7e;
      font-weight: 700;
      font-size: 1.25rem;
      min-width: 20px;
    }

    .highlight-example {
      background: #fef9e3;
      color: #09456b;
      padding: 4px 18px;
      border-radius: 40px;
      font-weight: 600;
      margin: 10px 0 8px 30px;
      display: inline-block;
      font-size: 1rem;
    }

    .fine-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-top: 22px;
      color: #bedcf5;
      font-size: 0.98rem;
      gap: 12px 20px;
    }

    /* 最底部資訊 */
    .footer-bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-top: 16px;
      gap: 12px 20px;
    }

    .copyright {
      opacity: 0.9;
      font-weight: 400;
    }

    .tagline-links {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 24px;
      color: #c2dcf5;
    }

    .micro-text {
      margin-top: 14px;
      font-size: 0.85rem;
      color: #9ac0df;
      display: flex;
      flex-wrap: wrap;
      gap: 8px 22px;
      border-top: 1px dotted #3d7196;
      padding-top: 14px;
    }

    /* ----- 行動裝置優化 (自適應間距) ----- */
    @media screen and (max-width: 780px) {
      body {
        padding: 12px 8px;
      }

      .pawnshop-footer {
        padding: 22px 18px 20px;
        border-radius: 24px 24px 16px 16px;
      }

      .primary-row {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
      }

      .info-cluster {
        padding: 14px 20px;
        border-radius: 40px;
        width: 100%;
      }

      .shop-title {
        font-size: 2rem;
        width: 100%;
      }

      .contact-details {
        row-gap: 14px;
        column-gap: 24px;
        margin-top: 6px;
      }

      .contact-item {
        font-size: 1rem;
        width: auto;
      }

      .region-block {
        width: 100%;
        margin-top: 4px;
      }

      .region-links {
        gap: 10px 14px;
      }

      .pill-link {
        padding: 8px 18px;
        font-size: 0.98rem;
      }

      .coverage-note {
        margin-left: 4px;
        margin-bottom: 12px;
      }

      /* 服務項目：行動版增加垂直間距 */
      .services-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 16px 4px 18px;
        margin: 12px 0 16px;
      }

      .services-list {
        gap: 12px 16px;
      }

      .service-link {
        padding: 8px 16px;
        font-size: 1rem;
        white-space: nowrap;
      }

      /* 備註卡片內邊距調整 */
      .notes-card {
        padding: 18px 18px;
        margin: 16px 0 20px;
      }

      .notes-header {
        font-size: 1.3rem;
        margin-bottom: 16px;
      }

      .notes-grid {
        flex-direction: column;
        gap: 14px;
      }

      .note-item {
        font-size: 1rem;
        line-height: 1.5;
      }

      .highlight-example {
        margin-left: 18px;
        margin-bottom: 10px;
        padding: 4px 16px;
      }

      .fine-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }
    }

    /* 更小手機 (寬度<500) 進一步加大垂直間距，避免堆疊擁擠 */
    @media screen and (max-width: 500px) {
      .pawnshop-footer {
        padding: 20px 14px 18px;
      }

      .info-cluster {
        padding: 14px 16px;
      }

      .contact-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
      }

      .contact-item {
        width: 100%;
      }

      .region-links {
        width: 100%;
        justify-content: flex-start;
      }

      .pill-link {
        padding: 8px 16px;
        font-size: 0.95rem;
      }

      .services-list {
        width: 100%;
      }

      .service-link {
        padding: 8px 14px;
        font-size: 0.98rem;
      }

      .notes-card {
        padding: 16px 14px;
      }

      .note-item {
        flex-wrap: wrap;
      }

      .highlight-example {
        margin-left: 8px;
        font-size: 0.95rem;
      }

      .micro-text {
        flex-direction: column;
        gap: 6px;
      }

      /* 確保所有連結都可點，並有足夠點擊區域 */
      .pill-link, .service-link {
        display: inline-block;
        margin-bottom: 4px;
      }

      .shop-title {
        font-size: 1.9rem;
      }
    }

    /* 桌機大螢幕時保持足夠的橫向流暢感 */
    @media screen and (min-width: 1200px) {
      .pawnshop-footer {
        padding: 30px 36px 24px;
      }

      .service-link {
        padding: 6px 16px;
        font-size: 1.05rem;
      }

      .pill-link {
        padding: 10px 26px;
      }
    }

    /* 確保所有連結繼承顏色 */
    a {
      color: inherit;
    }

    /* 修正可能的重疊 */
    .footer-row, .primary-row, .services-row {
      width: 100%;
    }