.elementor-2986 .elementor-element.elementor-element-3316ec9{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2986 .elementor-element.elementor-element-3316ec9:not(.elementor-motion-effects-element-type-background), .elementor-2986 .elementor-element.elementor-element-3316ec9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFF6F0 0%, #FFFFFF 100%);}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-084a841 */.jc-app-cta-group {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.jc-app-btn-outline {
  border: 2px solid #ff7a00;
  color: #ff7a00;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s;
}

.jc-app-btn-outline:hover {
  background: #ff7a00;
  color: #fff;
}

.jc-app-quick {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.jc-app-quick a {
  background: #fff4db;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  color: #c2410c;
  border: 1px solid #ffd699;
}

.jc-app-download {
  margin-top: 40px;
  text-align: center;
  background: linear-gradient(135deg, #fff3d6, #ffe2a8);
  border-radius: 20px;
  padding: 40px 20px;
}

.jc-app-download h2 {
  margin-bottom: 10px;
  color: #b45309;
}

.jc-app-download p {
  margin-bottom: 20px;
}
.jc-app-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 18px;
  font-family: "Noto Sans TC", sans-serif;
  color: #4a3b2c;
}

/* HERO */
.jc-app-hero {
  background: linear-gradient(135deg, #fff3d6, #ffe2a8);
  color: #5a3d1e;
  border-radius: 24px;
  padding: 56px 32px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(255, 174, 66, 0.25);
}

.jc-app-badge {
  display: inline-block;
  background: rgba(255, 153, 0, 0.15);
  border: 1px solid rgba(255, 153, 0, 0.4);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 18px;
  color: #d97706;
  font-weight: 700;
}

.jc-app-hero h1 {
  font-size: 38px;
  margin-bottom: 16px;
  color: #b45309;
}

.jc-app-hero p {
  max-width: 720px;
  margin: 0 auto 26px;
  font-size: 17px;
  line-height: 1.8;
  color: #7c5a2a;
}

.jc-app-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff8c00, #ff6a00);
  color: #fff;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s;
}

.jc-app-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(255, 120, 0, 0.35);
}

/* 區塊 */
.jc-app-section {
  margin-top: 42px;
  background: #fff9ec;
  border-radius: 20px;
  padding: 34px 28px;
  border: 1px solid #ffe3b3;
}

.jc-app-section h2,
.jc-app-card h2,
.jc-app-safe h2 {
  font-size: 26px;
  color: #c2410c;
  margin-bottom: 20px;
  font-weight: 800;
}

/* 步驟 */
.jc-app-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.jc-app-step {
  background: #fff4db;
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  border: 1px solid #ffd9a3;
}

.jc-app-step span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #ff7a00;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 12px;
}

.jc-app-step p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

/* 卡片 */
.jc-app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.jc-app-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 26px;
  border: 1px solid #ffe2b8;
  box-shadow: 0 10px 26px rgba(255, 174, 66, 0.12);
}

.jc-app-card ol {
  padding-left: 20px;
}

.jc-app-card li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* 提示 */
.jc-app-note {
  margin-top: 18px;
  background: #fff3d6;
  border-left: 4px solid #ff8c00;
  padding: 12px 14px;
  border-radius: 10px;
  color: #92400e;
  font-weight: 600;
}

/* FAQ */
.jc-app-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.jc-app-faq-item {
  background: #fffaf0;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #ffe2b8;
}

.jc-app-faq-item h3 {
  margin-bottom: 8px;
  color: #c2410c;
  font-size: 17px;
}

.jc-app-faq-item p {
  margin: 0;
  color: #6b4f2c;
  line-height: 1.6;
}

/* 安全區 */
.jc-app-safe {
  margin-top: 40px;
  background: linear-gradient(135deg, #fff4db, #fff);
  border: 1px solid #ffd699;
  border-radius: 20px;
  padding: 30px 26px;
}

.jc-app-safe a {
  display: inline-block;
  margin: 10px 0;
  font-weight: 800;
  color: #ff6a00;
}

.jc-app-safe li {
  margin-bottom: 6px;
  font-weight: 600;
}

/* 手機 */
@media (max-width: 768px) {
  .jc-app-steps,
  .jc-app-grid,
  .jc-app-faq {
    grid-template-columns: 1fr;
  }

  .jc-app-hero h1 {
    font-size: 28px;
  }

  .jc-app-hero {
    padding: 36px 20px;
  }
}

.jc-app-support{
    margin-top:28px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    padding:24px;

    background:
    linear-gradient(
        135deg,
        #fff3d8,
        #ffffff
    );

    border:1px solid rgba(255,170,0,.22);

    box-shadow:
    0 12px 30px rgba(255,153,0,.08);
}

.jc-app-support-text h3{
    margin:0 0 10px;

    color:#c46a00;

    font-size:22px;
    font-weight:900;
}

.jc-app-support-text p{
    margin:0;

    color:#444;

    font-size:15px;
    line-height:1.8;
}

.jc-app-support-btn{
    flex-shrink:0;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 28px;

    background:
    linear-gradient(
        180deg,
        #ffbf47,
        #ff9800
    );

    color:#ffffff;
    font-size:16px;
    font-weight:900;
    letter-spacing:.5px;

    text-decoration:none;

    transition:
    transform .25s ease,
    box-shadow .25s ease,
    opacity .25s ease;

    box-shadow:
    0 10px 24px rgba(255,152,0,.28);
}

.jc-app-support-btn:hover{
    transform:translateY(-3px);

    box-shadow:
    0 14px 30px rgba(255,152,0,.38);

    opacity:.95;
}

@media(max-width:768px){

    .jc-app-support{
        flex-direction:column;
        align-items:flex-start;

        padding:20px;
    }

    .jc-app-support-btn{
        width:100%;
    }

}/* End custom CSS */