/* --- 免費收涎儀式體驗 區塊一 --- */

/* 1. 時間標籤 */
.time-notice-badge {
    display: inline-block;
    background: #fff5f5;
    color: #b52026;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    border: 1px solid #ffcccc;
    box-shadow: 0 4px 15px rgba(181, 32, 38, 0.1);
}

/* 2. 精品卡片容器 */
.item-col {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}
.item-col:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(181, 32, 38, 0.15);
    border-color: rgba(181, 32, 38, 0.2);
}

/* 3. 圖片動畫 */
.item-col .img { overflow: hidden; }
.item-col .img img { transition: transform 0.6s ease; }
.item-col:hover .img img { transform: scale(1.1); }

/* 4. 卡片內容標題與標籤 */
.item-col h4 {
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    border-left: 4px solid #b52026;
    padding-left: 15px;
    margin-left: 10px;
}
.highlight-tag {
    display: inline-block;
    background: linear-gradient(135deg, #b52026 0%, #d62f36 100%);
    color: #fff;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 10px;
    box-shadow: 0 4px 10px rgba(181, 32, 38, 0.3);
}

/* 5. 服務宣言區 */
.service-manifesto-box {
    background: #fff;
    border-left: 6px solid #b52026;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.service-text { font-size: 1.1rem; color: #444; line-height: 1.8; }
.service-note {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
    color: #b52026;
    font-weight: 600;
}



/* RWD 手機調整 */
@media (max-width: 768px) {
    .service-manifesto-box { padding: 20px; }
    .time-notice-badge { font-size: 1rem; padding: 8px 20px; }
}

/* --- END 免費收涎儀式體驗 區塊一 --- */


/* 重要提醒 */
  .notice-box-premium {
      background: #fffafa; 
      border: 1.5px solid #e63946; 
      border-left: 8px solid #b52026; 
      border-radius: 12px;
      padding: 45px 40px 35px 40px;
      box-shadow: 0 10px 30px rgba(181, 32, 38, 0.1);
      position: relative;
      margin-top: 20px;
  }

  .notice-top-tag {
      position: absolute;
      top: -18px;
      left: 30px;
      background: #b52026;
      color: #fff;
      padding: 6px 25px;
      border-radius: 50px;
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: 1px;
      box-shadow: 0 4px 12px rgba(181, 32, 38, 0.3);
  }

  .notice-list-premium {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .notice-list-premium li {
      position: relative;
      padding-left: 35px;
      margin-bottom: 20px;
      font-size: 1.05rem;
      line-height: 1.8;
      color: #333;
  }

  .notice-list-premium li i {
      position: absolute;
      left: 0;
      top: 6px;
      color: #b52026;
      font-size: 1.2rem;
  }

  .no-photo-highlight {
      background: #ffe3e3;
      color: #b52026;
      padding: 2px 8px;
      border-radius: 4px;
      font-weight: 900;
      border-bottom: 2px solid #b52026;
  }

  .upgrade-hint-line {
      border-top: 1px dashed #e63946;
      padding-top: 20px !important;
      margin-top: 25px;
  }

  .upgrade-hint-line i {
      color: #ff9800 !important; /* 提示燈泡用橘色 */
  }

  @media (max-width: 768px) {
      .notice-box-premium { padding: 40px 20px 20px 20px; }
      .notice-top-tag { left: 15px; font-size: 1rem; }
      .notice-list-premium li { font-size: 0.95rem; }
  }
  /* 重要提醒 */

   /* 升級方案區塊容器：精彩升級・回憶圓滿 */
    #item-upgrade-shuyan {
        background: linear-gradient(180deg, #ffffff 0%, #f9f6f2 50%, #ffffff 100%);
        padding: 80px 0;
        position: relative;
        border-top: 1px solid rgba(181, 32, 38, 0.05);
        border-bottom: 1px solid rgba(181, 32, 38, 0.05);
    }

    #item-upgrade-shuyan::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
        opacity: 0.4;
        pointer-events: none;
    }

    /* 方案卡片強化：同步抓周頁精品感 */
    .upgrade-col {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s ease;
        border: 1px solid #f0f0f0;
        margin-bottom: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .upgrade-col:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(181, 32, 38, 0.12);
    }

    .upgrade-col .img-wrap {
        position: relative;
        overflow: hidden;
    }

    /* 方案編號圖示：品牌紅圓章 */
    .upgrade-col .scheme-no {
        position: absolute;
        top: 15px;
        left: 15px;
        background: rgba(181, 32, 38, 0.9);
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-style: italic;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        z-index: 10;
    }

    /* 方案標題與價格 */
    .upgrade-col .scheme-title-box {
        padding: 25px 15px;
        text-align: center;
        background: #fff;
        flex-grow: 1;
    }

    .upgrade-col .scheme-title-box b {
        color: #333;
        font-size: 1.15rem;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .upgrade-col .price-tag {
        font-size: 1rem;
        color: #b52026;
        font-weight: 700;
        line-height: 1.6;
    }

    .upgrade-col:hover .scheme-title-box b {
        color: #b52026;
    }
    /* END升級方案區塊容器：精彩升級・回憶圓滿 */


    /* 免費收涎・現場儀式體驗實錄 區塊 */
    .scene-display-section {
        background: #fdfdfd;
        padding: 80px 0;
    }

    /* 模擬精美相框：沿用抓周頁樣式 */
    .scene-item {
        background: #fff;
        border-radius: 12px;
        padding: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        transition: all 0.4s ease;
        border: 1px solid #f0f0f0;
        margin-bottom: 30px;
        height: 100%;
    }

    .scene-item:hover {
        transform: scale(1.02);
        box-shadow: 0 15px 35px rgba(181, 32, 38, 0.1);
    }

    .scene-item .img {
        border-radius: 8px;
        overflow: hidden;
    }

    .scene-description {
        padding: 15px 5px;
        text-align: center;
        color:#b52026;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    /* 底部導言區塊：品牌紅頂線 */
    .scene-footer-text {
        background: rgba(181, 32, 38, 0.02);
        border-top: 3px solid #b52026;
        padding: 35px;
        margin-top: 20px;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    }