@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 16px;
  /* 桌面版基準字體大小 */
  color: #f38a0b; }

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px; } }
body {
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei", "Heiti TC", "Nunito Sans", sans-serif;
  background-color: #fff;
  font-size: 1rem;
  /* 使用相對單位 */
  -webkit-text-size-adjust: 100%;
  /* 防止 Safari 自動調整字體大小 */
  /* Safari 特別處理 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  /* 防止瀏覽器合成粗體 */ }

/* 標題文字設定 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  -webkit-text-stroke: 0.4px;
  /* 加粗效果 */
  letter-spacing: -0.02em;
  /* 字距微調 */ }

.frame {
  padding: 6.25rem 0; }
  @media (max-width: 768px) {
    .frame {
      padding: 3rem 0; } }

.wrap {
  margin: 5rem auto; }
  @media (max-width: 768px) {
    .wrap {
      margin: 3rem  auto; } }

.cta_button {
  display: inline-block;
  background-color: #4aa0f8;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.5rem; }
  .cta_button span {
    font-size: 2.25rem;
    font-weight: bold; }

a:hover.cta_button {
  background: linear-gradient(to top, #520e9a, #b46eff); }

.tit {
  text-align: center;
  z-index: 1;
  position: relative; }
  .tit_maintitle {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #4aa0f8; }
  .tit_subtitle {
    font-size: 1.5rem;
    color: #563a0f; }
  @media (max-width: 768px) {
    .tit_maintitle {
      font-size: 2.5rem;
      margin-bottom: 0rem;
      line-height: 1.6; }
    .tit_subtitle {
      font-size: 1.5rem; } }

.pc_show {
  display: block; }

.mobile_show {
  display: none; }

@media (max-width: 768px) {
  .pc_show {
    display: none; }

  .mobile_show {
    display: block;
    position: relative;
    background: #fff;
    height: 4em;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    z-index: 9999;
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 0.8em 1em 0 1em; }
    .mobile_show a {
      display: inline-block;
      height: 2em; }
      .mobile_show a img {
        height: 100%;
        width: auto; } }
/* Safari 特別處理 */
@supports (-webkit-touch-callout: none) {
  body {
    /* iOS Safari 專用 */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; }

  h1 {
    /* 強化標題顯示 */
    font-weight: 900 !important;
    -webkit-text-stroke: 0.7px;
    font-synthesis: weight; } }
.kv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: -2px;
  position: relative;
  overflow: hidden;
  padding: 200px 0; }
  .kv_circlebg {
    position: absolute;
    top: -600px;
    right: -400px;
    width: 1000px;
    height: 1000px;
    background: #4195ff;
    border-radius: 100%;
    z-index: 1; }
  .kv_info {
    flex: 1;
    color: #4aa0f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2; }
    .kv_info header {
      position: relative;
      height: 4em;
      width: 100%;
      box-sizing: border-box;
      text-align: left;
      z-index: 9999;
      padding: 0.8em 1em 0 1em;
      top: -200px; }
      .kv_info header a {
        display: inline-block;
        height: 2em; }
        .kv_info header a img {
          height: 100%;
          width: auto; }
      @media (max-width: 768px) {
        .kv_info header {
          background: #fff; } }
    .kv_info h1 {
      font-size: 3.75rem;
      font-weight: bold;
      margin: 1rem 0 3rem 0;
      /* Safari 特別加強粗體效果 */
      -webkit-text-stroke: 0.6px;
      font-weight: bold !important; }
    .kv_info .describe {
      position: relative; }
      .kv_info .describe p {
        font-size: 1.875rem;
        margin: 1rem 0;
        color: #6d4a24;
        line-height: 1.6; }
    .kv_info .describe::before,
    .kv_info .describe::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, #ffffff, #000000 50%, #ffffff); }
  .kv_pic {
    flex: 1;
    position: relative;
    padding-top: 200px;
    z-index: 2; }
    .kv_pic .card {
      position: absolute;
      top: -50%;
      left: -20%;
      animation: main 2s infinite ease-in-out; }
@keyframes main {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
  @media (max-width: 1280px) {
    .kv_pic .card {
      width: 100%;
      left: -10%;
      top: -20%; } }
  @media (max-width: 768px) {
    .kv {
      flex-direction: column-reverse; }
      .kv_circlebg {
        top: -500px;
        right: -500px;
        width: 800px;
        height: 800px; }
      .kv_info {
        padding: 0 0 50px 0; }
      .kv_pic {
        padding-top: 0; }
        .kv_pic .card {
          transform: translate(-50%, -60%);
          position: unset; } }

@media (max-width: 1280px) {
  .kv {
    padding: 150px 0; }
    .kv_info header {
      top: -150px; } }
@media (max-width: 1024px) {
  .kv {
    padding: 100px 0; }
    .kv_info header {
      top: -100px; } }
@media (max-width: 768px) {
  .kv {
    padding: 50px 0; }
    .kv_info header {
      display: none; } }
.intro {
  position: relative;
  padding-top: 6.25rem; }
  .intro .tit {
    text-align: center;
    margin-bottom: 40px; }
    .intro .tit_maintitle {
      color: #4aa0f8; }
      .intro .tit_maintitle span {
        color: #f38a0b; }
  .intro_content {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2; }
    .intro_content .title {
      display: flex;
      justify-content: center;
      align-items: center; }
      .intro_content .title .card {
        width: 200px;
        position: relative;
        z-index: 2; }
      .intro_content .title .arrow {
        width: 308px;
        height: 51px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #4aa0f8;
        font-size: 1.5rem; }
        .intro_content .title .arrow img {
          position: absolute;
          z-index: 1; }
        .intro_content .title .arrow p {
          position: absolute;
          z-index: 2;
          background-color: #fff;
          padding: 20px; }
      .intro_content .title .arrow02 {
        color: #b48a6a; }
    .intro_content .outline {
      display: flex;
      gap: 20px;
      justify-content: space-evenly;
      padding: 100px 0;
      background: linear-gradient(to bottom, white 0%, transparent 50%), linear-gradient(105deg, white 0%, #E6F3FF 20%, #98cbff 49.9%, #edddc6 50%, #FFF5E6 80%, white 100%); }
      .intro_content .outline .box {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .intro_content .outline .box p {
          color: #4aa0f8;
          margin: 20px; }
        .intro_content .outline .box img {
          width: 100%; }
      .intro_content .outline .box:nth-child(n+5) p {
        color: #b48a6a; }
      .intro_content .outline .title {
        display: none; }
  @media (max-width: 768px) {
    .intro {
      padding-top: 0rem; }
      .intro .tit_maintitle {
        width: 90%;
        margin: auto; }
      .intro .title {
        flex-direction: column-reverse; }
        .intro .title .arrow {
          display: none; }
      .intro_content {
        padding: 0; }
        .intro_content .title .card {
          width: 70%; }
      .intro_content .outline {
        flex-direction: column; }
        .intro_content .outline .box img {
          width: 80%; }
      .intro .outline {
        margin: 50px 0;
        padding: 0;
        background: linear-gradient(#98cbff 0%, #E6F3FF 20%, white 51.9%, #edddc6 52%, #FFF5E6 80%, white 100%); }
        .intro .outline .title {
          display: block;
          color: #fff;
          background-color: #4aa0f8;
          margin: auto;
          text-align: center;
          font-size: 1.5rem;
          padding: 30px;
          height: 0;
          line-height: 0; }
        .intro .outline .title02 {
          background-color: #f38a0b; }
        .intro .outline .box p {
          font-size: 1.5rem; } }

.intro02_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
.intro02_pic {
  flex: 1;
  text-align: right; }
  .intro02_pic img {
    max-width: 100%;
    height: auto; }
.intro02_info {
  flex: 1;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .intro02_info p {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px; }
  .intro02_info .highlight {
    font-size: 1.875rem;
    background: linear-gradient(transparent 60%, #f38a0b 40%);
    padding: 0 10px; }
@media (max-width: 768px) {
  .intro02_content {
    flex-direction: column;
    overflow: hidden; }
  .intro02_pic {
    width: 130%; }
    .intro02_pic img {
      width: 100%; }
  .intro02_info {
    flex-direction: column-reverse; } }

.doctorintro {
  background-color: #4aa0f8;
  padding: 3rem 0; }
  .doctorintro .doctor {
    width: 1280px;
    display: flex;
    margin: auto;
    align-items: center; }
    .doctorintro .doctor .pic {
      width: 30%; }
      .doctorintro .doctor .pic img {
        width: 100%;
        margin-top: -100px; }
    .doctorintro .doctor .text {
      width: 70%;
      padding: 0 50px; }
      .doctorintro .doctor .text h1 {
        color: #fff;
        line-height: 1.2;
        font-size: 2.5rem; }
      .doctorintro .doctor .text h3 {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px; }
        .doctorintro .doctor .text h3 p {
          font-size: 1.5rem;
          color: #fff; }
        .doctorintro .doctor .text h3 .clinic {
          font-size: 1rem; }
      .doctorintro .doctor .text p {
        color: #d1eaff;
        font-size: 1rem;
        text-align-last: left;
        padding-top: 20px;
        line-height: 1.6; }
        .doctorintro .doctor .text p span {
          color: #ffdf00; }
  @media (max-width: 1280px) {
    .doctorintro .doctor {
      width: 90%; }
      .doctorintro .doctor .pic, .doctorintro .doctor .text {
        width: 100%;
        padding: 0; } }
  @media (max-width: 768px) {
    .doctorintro {
      margin-top: 5rem;
      padding-bottom: 3rem; }
      .doctorintro .doctor {
        flex-direction: column; }
        .doctorintro .doctor .text p, .doctorintro .doctor .text h3 .clinic {
          font-size: 1.25rem; }
        .doctorintro .doctor .text h1 {
          margin-top: 20px; } }

.intro03 {
  background: linear-gradient(160deg, #fff 44%, #f1f1f1 44%);
  padding-top: 6.25rem; }
  .intro03_content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .intro03_info {
    flex: 1;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .intro03_info h2 {
      display: flex;
      gap: 20px;
      align-items: center;
      font-size: 2rem;
      color: #4aa0f8; }
    .intro03_info p {
      color: #000;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.6;
      margin-top: 20px; }
  .intro03_pic {
    flex: 1;
    text-align: right; }
    .intro03_pic img {
      max-width: 100%;
      height: auto; }
  @media (max-width: 1024px) {
    .intro03 .card01_info h2 .platform img {
      width: 150px; }
    .intro03 .card01_info .card {
      padding: 25px 50px; } }
  @media (max-width: 768px) {
    .intro03 {
      padding-top: 3rem; }
      .intro03 .c-r {
        flex-direction: column-reverse; }
      .intro03_content {
        flex-direction: column; }
      .intro03_pic img {
        max-width: 100%;
        margin-top: 50px; }
      .intro03_info h2 {
        gap: 10px; } }

.discount {
  background-color: #d1eaff; }
  .discount h1 {
    line-height: 1.6; }
    .discount h1 span {
      color: #f38a0b; }
  .discount_content {
    width: 1280px;
    display: flex;
    gap: 15px; }
  .discount_list {
    text-align: center;
    background-color: white;
    border-radius: 20px;
    padding: 20px 0;
    width: 25%;
    position: relative; }
    .discount_list h3 {
      font-size: 1.125rem;
      margin-bottom: 10px;
      padding-bottom: 7px;
      display: inline-block;
      font-weight: 400;
      margin: 3rem auto 1rem auto;
      color: #4aa0f8;
      line-height: 1.4; }
      .discount_list h3 span {
        font-weight: 900;
        font-size: 2rem; }
    .discount_list .pic {
      font-size: 9.375rem;
      font-weight: bolder;
      padding: 20px 0; }
      .discount_list .pic span {
        font-size: 2.5rem; }
    .discount_list img {
      padding: 20px 0; }
    .discount_list p {
      font-size: 1rem;
      line-height: 1.6;
      margin: 0;
      color: #000; }
    .discount_list .trigger-btn {
      position: relative;
      right: calc(-50% + 40px);
      bottom: -10px;
      width: 40px;
      padding: 0;
      animation: btn 2s infinite ease-in-out; }
@keyframes btn {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
  .discount_list::before {
    content: attr(data-number);
    position: absolute;
    top: -17px;
    left: calc(50% - 17px);
    background-color: #4aa0f8;
    color: white;
    border: 4px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.25rem; }
  .discount .slip {
    font-size: 1rem;
    margin: auto;
    color: #808285;
    text-decoration: none;
    text-align: center;
    display: block; }
    .discount .slip .arrow {
      margin-left: 5px;
      font-size: 12px; }
  @media (max-width: 1280px) {
    .discount_content {
      width: 90%; } }
  @media (max-width: 1024px) {
    .discount_content {
      width: 95%;
      gap: 20px; } }
  @media (max-width: 1024px) {
    .discount_list img {
      width: 80%; } }
  @media (max-width: 800px) {
    .discount_content {
      width: 100%; } }
  @media (max-width: 768px) {
    .discount {
      padding: 3rem 0; }
      .discount .tit {
        width: 100%;
        margin: auto; }
        .discount .tit .tit_maintitle {
          font-size: 2.25rem;
          background: none;
          box-shadow: none;
          padding: 0;
          text-align: center; }
      .discount .wrap {
        margin: 3rem auto 0 auto; }
      .discount_content {
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
        gap: 0; }
      .discount_list {
        margin-bottom: 4rem;
        width: 90%; }
        .discount_list h3 {
          margin: 1rem auto; }
      .discount .slip {
        font-size: 1.25rem; } }

.method {
  background-color: #f1f1f1; }
  .method details {
    border-radius: 4px;
    margin-bottom: 20px;
    width: 1280px;
    margin: auto;
    color: #563a0f; }
    .method details summary {
      padding: 10px;
      cursor: pointer;
      color: #563a0f;
      font-weight: bold;
      list-style: none;
      position: relative;
      font-size: 2.25rem;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .method details summary::-webkit-details-marker {
        display: none; }
      .method details summary::after {
        content: '';
        border: solid #563a0f;
        border-width: 0 4px 4px 0;
        display: inline-block;
        padding: 7px;
        margin-left: 15px;
        transform: rotate(45deg);
        transition: transform 0.3s ease; }
    .method details[open] > summary::after {
      transform: rotate(-135deg); }
  .method .content {
    padding: 15px;
    display: none; }
    .method .content h2 {
      color: #563a0f;
      margin-top: 2rem;
      margin-bottom: 1rem;
      padding-bottom: 3px;
      border-bottom: 1px solid #563a0f;
      display: inline-block; }
    .method .content ul {
      padding-left: 20px;
      line-height: 1.6;
      list-style-type: square; }
      .method .content ul ol {
        padding-left: 20px; }
    .method .content ol {
      padding-left: 20px;
      line-height: 1.6; }
      .method .content ol li span {
        color: #9a6d27; }
  .method details[open] .content {
    display: block; }
  @media (max-width: 1280px) {
    .method details {
      width: 90%; } }
  @media (max-width: 1024px) {
    .method details {
      width: 100%; } }
  @media (max-width: 768px) {
    .method details {
      width: 95%; }
      .method details summary {
        font-size: 1.75rem; } }

.apply {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999; }

.apply a:hover {
  opacity: 0.6; }

@media (max-width: 768px) {
  .apply {
    right: 5px; } }
.share {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999; }
  .share a:hover {
    opacity: .6; }
  @media (max-width: 768px) {
    .share {
      right: 5px; } }

/* 彈窗內容 */
/* 遮罩層 */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* 彈窗容器 */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 1000;
  background: white;
  border-radius: 12px;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  opacity: 0;
  transition: all 0.3s ease; }

/* 顯示類 */
.popup-overlay.show {
  display: block;
  opacity: 1; }

.popup.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

/* 關閉按鈕 */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s; }

.close-btn:hover {
  background: #f5f5f5; }

/* [前面的 CSS 保持不變...] */
.popup-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold; }

.info-cards {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px; }

.info-card {
  flex: 1;
  background: #F8F7FF;
  border-radius: 8px;
  padding: 15px;
  text-align: center; }

.card-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px; }

.card-value {
  font-size: 28px;
  color: #7B6EF6;
  font-weight: bold; }

.card-unit {
  font-size: 16px;
  margin-left: 2px; }

.card-note {
  font-size: 10px;
  color: #666; }

.notes {
  margin: 20px 0; }

.note-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666; }

.note-item:before {
  content: "•";
  margin-right: 8px;
  color: #7B6EF6; }

.requirements {
  margin: 20px 0; }

.requirements-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6; }

.requirement-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666; }

.requirement-item:before {
  content: "•";
  margin-right: 8px;
  color: #7B6EF6; }

.learn-more {
  display: block;
  width: 100%;
  padding: 12px;
  background: #2E86DE;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  transition: background 0.3s; }

.learn-more:hover {
  background: #2876C5; }

@media (max-width: 480px) {
  .info-cards {
    flex-direction: column; }

  .popup {
    padding: 20px; }

  .popup-title {
    font-size: 20px; } }
