 body {
      font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      line-height: 1.6;
      color: #333;
    }

    /* Hero 區塊 */
    .hero-section {
      background: url('/static/appar/images/plandetail.png') center/cover no-repeat;
      color: white;
      padding: 10rem 20px 0rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
    }
    .hero-content {
      position: relative;
      z-index: 1;
    }
    .hero-badge {
      display: inline-block;
      border: 1px solid white;
      border-radius: 20px;
      padding: 4px 16px;
      font-size: 0.9rem;
      margin-bottom: 16px;
    }
    .hero-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 16px;
    }
    .hero-desc {
      max-width: 700px;
      /* 文案與下方 hero 白框的間距；太小會貼在一起 */
      margin: 0 auto 7rem;
      font-size: 0.95rem;
    }
    .hero-buttons{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 桌面/平板：按鈕疊在 hero 圖白框上，用 flex 上下置中 */
    @media (min-width: 768px) {
      .hero-content > .hero-buttons--desktop {
        display: flex !important;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        /* 跟 .hero-images 同高；padding-top 對齊 img 的 top: 2rem，只在可見白框內置中 */
        height: 10rem;
        padding-top: 2rem;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        z-index: 2;
        /* 視覺上要把白邊算進去，略往下移 */
        transform: translateY(4px);
      }
    }
     .hero-buttons-line{
       display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 64px;
    }
    .hero-buttons .btn ,.hero-buttons-line .btn{
      margin: 0 8px;
      border-radius: 0.5rem;
      padding: 10px 24px;
      font-weight: 500;
      font-size: 0.95rem;
      
      position: relative;
      z-index: 1000;
    }
	.hero-buttons-line .btn-outline-custom{
      border: 1px solid #ff2e17;
    }
    .hero-buttons img{
      width: 24px;
      height: 24px;
    }
    .btn-primary-custom {
      background-color: #ff2e17;
      color: white;
      border: none;
    }
	 .btn-primary-custom:hover {
      background-color: #ff2e17;
      color: white;
      border: none;
    }
    .btn-outline-custom {
        border: 1px solid #FF2200;
      background-color: white;
      color: #ff2e17;
    }
	.btn-outline-custom:hover{
        background-color: white;
      color: #ff2e17;
    }
    .hero-images {
        width: 100%;
        height: 10rem;
      display: flex;
      justify-content: center;
      margin-top: -7rem;
      position: relative;
      overflow: hidden;
    }
    .hero-images img,
    .hero-images .hero-image-main {
      width: 50%;
       height: 10rem;
      position: absolute;
      top: 2rem;
      z-index: -1;
    }
    .hero-images img,
    .hero-images .hero-image-main {
      border-radius: 16px;
      border: 4px solid #fff;
      box-sizing: border-box;
    }
    /* Redmine #12944：原本只有 [width="922"] 才會置中並套用 object-fit:cover，
       只要上傳圖片實際尺寸不是精準 922px 寬（例如智慧家電/電信業/視障友善），
       就會 fallback 成沒有 object-fit 而被壓縮變形。改成統一套用，不論圖片原始尺寸，
       一律裁切置中顯示，不會被壓縮變形。 */
    .hero-images img,
    .hero-images .hero-image-main {
      left: 50%;
      transform: translateX(-50%);
      object-fit: cover;
    }

    /* 通用區塊 */
    /* Redmine #12679：原本 64px/32px 造成相鄰區塊（痛點、解決方案）間距過大，縮小為 32/8，
       兩個 .section 疊在一起時視覺間距為 32+8=40px */
    .section {
      padding: 32px 0px 8px;
      text-align: center;
    }
    .section-icon {
      width: 3rem;
      height: 3rem;
      margin: 0 auto 0.1rem;
    }
    .section-icon img{
        width: 2.5rem;
        height: 2.5rem;
    }
    .section-subtitle {
      font-size: 0.9rem;
      color: #616161;
      margin-bottom: 8px;
    }
    .section-title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 16px;
    }
    .section-desc {
      max-width: 700px;
      margin: 0 auto;
      font-size: 0.9rem;
      color: #666;
      line-height: 1.7;
    }

    /* 解決方案區塊 */
    /* Redmine #12679：移除多餘的頂部 padding（.solution-header 內層 .section 已經有自己的
       top padding），避免跟上方痛點區塊間距疊加到 150px 以上 */
    .solution-section {
      padding: 0px 20px 60px;
    }
    .solution-header .section-subtitle {
      color: #ff2e17;
    }
    .case-section .section-subtitle {
      color: #ff2e17;
    }
    .solution-card {
      display: flex;
      align-items: center;
      margin-bottom: 40px;
      background: #fafafa;
    }
    .solution-card img {
      width: 50%;
      height: 300px;
      object-fit: cover;
    }
    .solution-card-content {
      padding: 30px;
      width: 50%;
      text-align: left;
    }
    .solution-card-content h3 {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 16px;
    }
    .solution-card-content p,
    .solution-card-content .solutions-card-text {
      font-size: 1.125rem;
      color: #555;
      line-height: 1.7;
    }

    /* 引用區塊 */
    .quote-section {
      padding: 60px 20px;
      display: flex;
      justify-content: space-between;
    }
    .quote-icon {
      width: 3rem;
      color: #ccc;
    }
    .quote-icon img{
        width: 2.5rem;
        height: 2.5rem;
    }
    .quote-section .quote-icon:last-child{
        display: flex;
        align-items: flex-end;
    }
    .quote-text {
      margin: 1rem 0.5rem;
      color: #0D0D0D;
      line-height: 1.85;
      padding: 1.5rem 0.75rem;
    }
    .quote-text .text-gradient-half {
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      padding: 0.1em 0;
    }

    /* 案例區塊 */
    .case-section {
      padding: 60px 20px;
    }
    .case-card {
      max-width: 1000px;
      margin: 0 auto;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border-radius: 4px;
      overflow: hidden;
    }
    .case-card-header {
      padding: 16px;
      background: #f8f9fa;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: left;
      color: #0D0D0D;
    }
    .case-card img {
      width: 100%;
      height: 350px;
      object-fit: cover;
    }

    /* 響應式適配：手機 <768（對齊設計稿 Mobile 1–799） */
    @media (max-width: 767.98px) {
      .hero-section{
        padding-top: 7rem;
      }
      .hero-title {
        font-size: 1.5rem;
      }
      .hero-desc{
        margin-bottom: 1.5rem;
      }
      /* 手機 hero 圖：取消桌面 absolute / 負 margin，避免圖飄到標題上 */
      .hero-images {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        height: 14rem;
        overflow: hidden;
      }
      .hero-images img,
      .hero-images .hero-image-main {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 90%;
        max-width: 350px;
        height: 14rem;
        object-fit: cover;
        z-index: 1;
        border-radius: 16px;
        border: 4px solid #fff;
        box-sizing: border-box;
      }
      .hero-images img[width="922"],
      .hero-images .hero-image-main[width="922"] {
        left: auto;
        transform: none;
      }
      /* 手機：按鈕上下排列，疊在白框圖上（對齊設計稿） */
      .hero-buttons--mobile {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        margin-top: -10rem;
        padding: 0 0 2rem;
        position: relative;
        z-index: 2;
      }
      .hero-buttons--mobile a {
        width: 70%;
        max-width: 280px;
        margin: 0 !important;
      }
      .hero-buttons a,.hero-buttons-line a{
        width: 60%;
        margin-top: 0.5rem !important;
      }
      .hero-buttons-line{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 24px;
      }
      .solution-card {
        flex-direction: column;
      }
      .solution-card img {
        width: 100%;
        height: 220px;
      }
      .solution-card-content {
        width: 100%;
        padding: 20px;
      }
      .quote-text {
        font-size: 1rem;
        line-height: 1.8;
        padding: 1.25rem 0.5rem;
      }
      .quote-icon img{
        width: 26px;
        height: 24px;
      }
    }

