/* section */
section{padding: 2vw 0;}
section >*{z-index:5}
section  .title_box .deco-title {position: absolute;top: -90px;left: 0;font-size: 86px;font-weight: 900;color: rgb(149 149 149 / 15%);letter-spacing: 0px;pointer-events: none;width: 100%;}
section .title_box .subtitle{font-size: 2.4rem;color: var(--info);position: relative;line-height: 130%;margin-bottom: 30px;letter-spacing: 1px;text-align: center;font-weight: 700;}
section .title_box .sub-text { font-size: 1.4rem; font-weight: 400; line-height: 32px; color: var(--info); text-align: center; }
section .title_box .noteBox { line-height: 190%; letter-spacing: 0.5px; font-weight: 500; font-size: 20px; color: #181818; position: relative; margin-top: 35px; word-spacing: 100vw; }
section.bg_box { background: no-repeat 50%/cover; }
section .more-btn { display: inline-block; background-color: var(--primary); color: white; text-decoration: none; font-weight: 700; font-size: 17px; transition: background 0.3s; border-radius: 70px; padding: 15px 65px; }
section .more-btn:hover { background-color: #15458a; }
#feature-cards p,#logic-methods .method-desc,#feedback_area .attr-p,.connect-description { color: var(--info); line-height: 36px; font-family: "Open Sans",Sans-serif; font-size: 1.4rem; font-weight: 500; }
#logic-concepts .title_box .subtitle { font-size: 3rem; }
#logic-methods .title_box .subtitle { font-size: 2.8rem; }

.container {margin: 0 auto;padding: 0 20px;width: min(1280px,80%);}

img {max-width: 100%;height: auto;display: block;}
/* --- hero-intro --- */
#hero-intro {display: flex;align-items: center;justify-content: center;padding: 4vw 0 7vw;}
#hero-intro .flex-wrapper { display: flex; flex-direction: column; align-items: center; gap: 60px; }
#hero-intro .logo-side { width: 100%; display: flex; justify-content: center; }
#hero-intro .logo-image {width: 180%;max-width: 180%;}
#hero-intro .content-side { width: 100%; text-align: center; }
#hero-intro .content-side .title_box .subtitle { text-align: start; color: var(--primary); font-size: 2.4rem; }
#hero-intro h2 { font-size: 36px; font-weight: 900; color: #004691; line-height: 1.3; margin-bottom: 25px; }
#hero-intro .quote { margin-bottom: 30px; color: #444; font-size: 22px; font-weight: 700; line-height: 36px; }
#hero-intro .description { color: #666; font-size: 16px; max-width: 600px; margin: 0 auto; }
#hero-intro .description p { margin-bottom: 15px; font-size: 1.4rem; }
#action-slogan { text-align: center; position: relative; padding: 2vw 0 0; }
#action-slogan .title_box { position: relative; z-index: 2; }
#action-slogan .subtitle { font-size: 2.8rem; }
#action-slogan .decor-left { position: absolute; left: 8%; top: -20%; height: auto; display: none; }
#action-slogan .decor-right { position: absolute; right: 9%; top: -70%; height: auto; display: none; }

/* --- Feature Cards --- */
#feature-cards {padding: 60px 0 140px;}
#feature-cards .container {width: min(1740px, 100%);max-width: 1460px;}
#feature-cards .grid-wrapper { display: grid; grid-template-columns: 1fr; gap: 60px; }
#feature-cards .card-item { text-align: center; }
#feature-cards .feature-img {margin: 0 auto 20px;text-align: center;display: flex;flex-direction: column;align-items: center;}
#feature-cards h3 {font-size: 32px;font-weight: 700;color: var(--info);margin-bottom: 15px;line-height: 1.4;text-align: center;}
#feature-cards p {font-weight: 400;text-align: center;}


/* --- logic-concepts --- */
#logic-concepts { background-color: #fffbeb; padding: 100px 0 50px; text-align: center; position: relative; }
#logic-concepts .deco-item {position: absolute;z-index: 1;pointer-events: none;display: none;}
#logic-concepts .left {top: 10%;left: 7%;}
#logic-concepts .left-top {top: 10%;left: 6%;}
#logic-concepts .left-bottom {top: 42%;left: 0;}
#logic-concepts .right-top {top: 3%;right: 0;}

#logic-concepts .section-header { margin-bottom: 60px; }
#logic-concepts h2 { font-size: 32px; font-weight: 900; color: #444; margin-bottom: 15px; }
#logic-concepts .concepts-grid { margin-top: 60px; }
#logic-concepts .concepts-grid .img--box {margin: auto;width: min(1040px , 100%);}

#logic-concepts .concept-item { position: relative; text-align: center; }
#logic-concepts .concept-label { font-size: 20px; font-weight: 900; color: #333; margin-bottom: 15px; }
#logic-concepts .circle-container { width: 180px; height: 180px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
#logic-concepts .bear-face { font-size: 80px; }
#logic-concepts .arrow-down { margin-top: 30px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#logic-methods {padding: 20px 0 120px;text-align: center;position: relative;}
#logic-methods .container { padding: 0 5%; width: 100%; max-width: 90%; }
#logic-methods h2 { font-size: 28px; font-weight: 900; color: #333; line-height: 1.5; margin-bottom: 80px; }
#logic-methods .methods-grid {display: grid;grid-template-columns: 1fr;gap: 48px;margin-top: 200px;}
#logic-methods .method-card {background: #fff;border-radius: 20px;padding: 78px 70px 64px;box-shadow: 0 15px 40px rgba(0,0,0,0.03);display: flex;flex-direction: column;align-items: center;position: relative;}
#logic-methods .bear-illustration { font-size: 60px; margin-bottom: 25px; position: absolute; top: -130px; }
#logic-methods .bear-illustration img { width: 100%; }
#logic-methods .method-title { color: var(--primary); margin-bottom: 20px; letter-spacing: 1px; font-size: 32px; font-weight: 700; line-height: 45px; }
#logic-methods .method-title::before { content: '\\'; margin-right: 5px; }
#logic-methods .method-title::after { content: '/'; margin-left: 5px; }
#logic-methods .method-desc { text-align: justify; }
#logic-methods .decor-star { position: absolute; color: #FFD200; font-size: 24px; }
@media screen and (max-width:1440px) {
  #logic-methods .method-card { padding: 78px 40px 64px; }
  #logic-methods .method-title { font-size: 26px; }
  #feature-cards p,#logic-methods .method-desc,#feedback_area .attr-p,.connect-description { font-size: 1.2rem; }
}
@media screen and (min-width:1281px) {
  #logic-methods .methods-grid { grid-template-columns: repeat(4,1fr); }
}
@media screen and (max-width:1280px) {
  #logic-concepts { padding: 70px 0 90px; }
  #logic-methods { padding: 20px 0 0; }
  #logic-methods .methods-grid { grid-template-columns: repeat(2,1fr); gap: 158px 48px; }
}
@media screen and (min-width:961px) {
  #logic-concepts .concepts-grid .img--box .img-small { display: none; }
  #hero-intro .flex-wrapper { flex-direction: row; text-align: left; }
  #hero-intro .logo-side { width: 37%; }
  #hero-intro .content-side { width: 55%; text-align: left; }
  #hero-intro .description { margin: 0; }
  #action-slogan .subtitle {   }
  #feature-cards .grid-wrapper { grid-template-columns: repeat(3,1fr); gap: 30px; }
}
@media screen and (max-width:960px) {
  #hero-intro .flex-wrapper { display: flex; flex-direction: column-reverse; gap: 30px; }
  #hero-intro .logo-side { height: 220px; width: 200%; object-fit: cover; }
  #hero-intro .logo-image { width: 100%; max-width: 100%; object-fit: cover; }
  #logic-concepts .concepts-grid .img--box .img-big { display: none; }
}
@media screen and (max-width:560px) {
  #logic-methods .methods-grid { grid-template-columns: 1fr; gap: 158px 48px; }
}

/* --- thinking --- */
#thinking_area { position: relative; padding: 130px 96px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; overflow: hidden; gap: 70px; }
#thinking_area .decor { position: absolute; pointer-events: none; z-index: 1; display: none; }
#thinking_area .decor-left { top: 110px; left: 20px; width: 290px; }
#thinking_area .decor-right { top: 20px; right: 10px; width: 195px; }
#thinking_area .decor svg { width: 100%; height: auto; display: block; }
#thinking_area .title-group { text-align: center; margin-bottom: 50px; z-index: 2; }
#thinking_area .main-title { font-size: 48px; font-weight: 800; color: #333; margin-bottom: 12px; letter-spacing: 1px; line-height: 1.3; }
#thinking_area .sub-title { font-size: 18px; color: #666; font-weight: 400; }
#thinking_area .steps-container { display: flex; align-items: stretch; justify-content: center; width: 84%; z-index: 2; gap: 24px; }
#thinking_area .step-item { flex: 1; display: flex; flex-direction: column; margin-top: 0; }
#thinking_area .step-item:nth-child(3) .step-num { background-color: #4a7dc5; }
#thinking_area .step-item:nth-child(5) .step-num { background-color: #1d5cb7; }
#thinking_area .step-header { display: flex; align-items: center; margin-bottom: 20px; }
#thinking_area .step-num { background-color: #779DD4; color: white; width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 30px; margin-right: 12px; flex-shrink: 0; }
#thinking_area .step-title-text { font-size: 32px; font-weight: 700; color: var(--info); margin-right: 10px; }
#thinking_area .step-desc { font-size: 18px; color: var(--black); font-weight: 400; line-height: 1.2; }
#thinking_area .step-img-box { width: 100%; border-radius: 20px; overflow: hidden; aspect-ratio: 1.55/1; background-color: #f5f5f5; }
#thinking_area .step-img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
#thinking_area .arrow-wrapper { display: flex; align-items: center; justify-content: center; width: 80px; padding-top: 160px; }
#thinking_area .arrow-svg { width: 35px; height: 35px; fill: #3a75bb; }
@media screen and (max-width:1280px) {
  #thinking_area { padding: 110px 0 60px; }
  #thinking_area .step-num { width: 44px; height: 44px; font-size: 22px; }
  #thinking_area .step-title-text { font-size: 1.6rem; }
  #thinking_area .step-desc { font-size: 1rem; }
  #thinking_area .arrow-wrapper { padding-top: 70px; width: 40px; }
}
@media screen and (max-width:1024px) {
  #thinking_area .main-title { font-size: 36px; }
  #thinking_area .arrow-wrapper { width: 40px; }
}
@media screen and (max-width:960px) {
  #thinking_area { padding: 50px 20px; }
  #thinking_area .main-title { font-size: 28px; }
  #thinking_area .steps-container { flex-direction: column; align-items: center; gap: 14px; }
  #thinking_area .step-item { width: 100%; max-width: 350px; margin-bottom: 0; }
  #thinking_area .arrow-wrapper { padding-top: 0; height: 50px; transform: rotate(90deg); }
  #thinking_area .decor { width: 100px; }
}

/* --- learning_area --- */
#learning_area {position: relative;background-color: #FFFAEC;padding: 120px 0;width: 100%;display: flex;flex-direction: column;align-items: center;overflow: hidden;}
#learning_area .global-decor {position: absolute;pointer-events: none;z-index: 1;display: none;}
#learning_area .decor-star-left { top: 40px; left: 0; width: 150px; }
#learning_area .header-group { text-align: center; margin-bottom: 70px; z-index: 2; }
#learning_area .main-title { font-size: 42px; font-weight: 900; color: #333; margin-bottom: 15px; letter-spacing: 2px; }
#learning_area .sub-title { font-size: 17px; color: #666; line-height: 1.5; font-weight: 500; }
#learning_area .content-wrapper {width: min(1440px , 88%);display: flex;flex-direction: column;gap: 90px;z-index: 2;margin-top: 80px;}
#learning_area .row {display: grid;grid-template-columns: repeat(3,1fr);gap: 40px;align-items: start;margin: 0;}
#learning_area .card-item { display: flex; flex-direction: column; }
#learning_area .card-img {width: 100%;border-radius: 20px;overflow: hidden;aspect-ratio: 1.55/1;margin-bottom: 22px;background-color: #f0f0f0;}
#learning_area .card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#learning_area .card-title {margin-bottom: 12px;color: var(--info);font-size: 32px;font-weight: 700;line-height: 45px;}
#learning_area .card-title .blue-label {color: var(--primary);font-size: 32px;font-weight: 700;vertical-align: initial;}
#learning_area .card-desc {color: var(--black);text-align: justify;font-size: 18px;font-weight: 400;line-height: 28px;}
#learning_area .decor-column {display: flex;align-items: center;justify-content: center;align-content: center;}
#learning_area .row-decor-group {width: 100%;height: 50vh;position: relative;}
#learning_area .row-decor-group svg { position: absolute; right: 50px; bottom: 0; }
#learning_area .bear-decor { width: 100%; height: auto; }
#learning_area .small-x-icon { position: absolute; right: 0; bottom: -30px; width: 18px; }


@media screen and (max-width:960px) {
  #learning_area {padding: 60px 0;}
  #learning_area .header-group { margin-bottom: 40px; }
  #learning_area .main-title { font-size: 28px; }
  #learning_area .sub-title { font-size: 15px; }
  #learning_area .row { display: block; }
  #learning_area .content-wrapper {gap: 40px;width: 90%;margin-top: 50px;}
  #learning_area .card-item { flex-direction: row; align-items: center; margin-bottom: 50px; gap: 20px; }
  #learning_area .card-item:nth-child(even) { flex-direction: row-reverse; }
  #learning_area .card-img {flex: 0 0 45%;aspect-ratio: 4/3;margin-bottom: 0;}
  #learning_area .card-content { flex: 1; }
  #learning_area .card-title { font-size: 16px; margin-bottom: 8px; }
  #learning_area .card-desc {font-size: 14px;line-height: 1.5;}
  #learning_area .decor-column { display: none; }
  #learning_area .decor-star-left { width: 80px; top: 10px; }
  #learning_area .row:nth-child(2) .card-item:nth-child(1) { flex-direction: row-reverse; }
  #learning_area .row:nth-child(2) .card-item:nth-child(2) { flex-direction: row; }
}



/* --- course_area --- */
#course_area { --accent-yellow: #FFD101; --text-white: #ffffff; --card-radius: 40px; --transition: all 0.5s cubic-bezier(0.4,0,0.2,1); --gap: 100px; background-color: var(--primary); color: var(--banner-white); width: 100%; }
#course_area * { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
#course_area .container { max-width: 88%; margin: 0 auto; padding: 80px 24px; width: min(1680px,90%); }
#course_area .hero-section { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; text-align: center; padding: 0 0 2vw 0; }
#course_area .hero-section .title_box * { color: var(--banner-white); text-align: left; }
#course_area  .title_box .subtitle { font-size: 3rem; }
#course_area .title-group { flex: 1; }
#course_area .main-heading { font-size: 48px; font-weight: 700; margin-bottom: 20px; letter-spacing: 2px; }
#course_area .sub-description { font-size: 18px; opacity: 0.9; font-weight: 300; max-width: 800px; margin: 0 auto; }
#course_area .nav-controls { display: flex; gap: 25px; margin-left: 40px; }
#course_area .nav-btn { width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgba(255,255,255,1); background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; padding: 5px 10px; }
#course_area .nav-btn:hover { background-color: #fff; }
#course_area .nav-btn:hover svg { stroke: var(--primary); }
#course_area .nav-btn.disabled { opacity: 0.8; cursor: not-allowed; }
#course_area .nav-btn svg { width: 30px; height: 30px; stroke: #fff; fill: none; stroke-width: 2px; }
#course_area .carousel-viewport { width: 100%; }
#course_area .carousel-container { overflow: hidden; margin: 0 -10px; padding: 10px; }
#course_area .carousel-track { display: flex; transition: var(--transition); gap: var(--gap); }
#course_area .course-card { flex: 0 0 calc((100% - (var(--gap) * 2))/3); display: flex; flex-direction: column; align-items: center; text-decoration: none; color: inherit; position: relative; }
#course_area .image-wrapper { position: relative; width: 100%; padding-top: 70%; border-radius: var(--card-radius); overflow: hidden; margin-bottom: 24px; }
#course_area .course-card:hover .course-image { transform: scale(1.1); }
#course_area .overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center; background: rgba(0,0,0,0.05); transition: background 0.3s ease; padding-bottom: 60px; }
#course_area .more-btn { padding: 15px 50px; border: 2px solid rgba(255,255,255,0.8); border-radius: 100px; background: rgba(255,255,255,0.15); backdrop-filter: blur(5px); color: #fff; font-size: 18px; font-weight: 500; transition: all 0.3s ease; }
#course_area .course-card:hover .more-btn { background: var(--primary); transform: scale(1.05); color: #fff; }
#course_area .course-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
#course_area .age-tag { color: var(--accent-yellow); font-size: 32px; font-weight: 700; margin-bottom: 8px; }
#course_area .learning-goal { font-weight: 400; text-align: center; font-size: 22px; color: #fff; }
#course_area .mobile-age-grid { display: none; margin-top: 40px; }
#course_area .age-pill { border: 1px solid #fff; border-radius: 100px; padding: 12px 5px; text-align: center; font-size: 18px; font-weight: 600; color: #fff; text-decoration: none; transition: all 0.3s ease; white-space: nowrap; }
#course_area .age-pill:active { background: rgba(255,255,255,0.2); }
@media screen and (min-width:769px) {
  #course_area .hero-section { text-align: left; }
  #course_area .sub-description { margin: 0; }
}
@media screen and (max-width:1024px) {
  #course_area .hero-section .title_box { display: flex; flex-direction: column; align-items: center; }
  #course_area .hero-section .title_box * { text-align: center; }
  #course_area .main-heading { font-size: 36px; }
  #course_area .course-card { flex: 0 0 calc((100% - var(--gap))/2); }
}
@media screen and (max-width:1140px) {
  #course_area .hero-section { display: flex; flex-direction: column; align-items: center; gap: 30px; }
}
@media screen and (max-width:960px) {
  #course_area .container { padding: 60px 0; }
  #course_area .main-heading { font-size: 32px; margin-bottom: 30px; }
  #course_area .sub-description { font-size: 16px; line-height: 1.8; opacity: 1; }
  #course_area .nav-controls,#course_area .carousel-viewport { display: none; }
  #course_area .hero-section { display: flex; flex-direction: column; align-items: center; }
  #course_area .mobile-age-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
  #course_area .age-pill { font-size: 15px; padding: 10px 5px; }
}



/* --- feedback_area --- */
#feedback_area {width: 100%;padding: 160px 0 60px;display: flex;flex-direction: column;align-items: center;position: relative;}
#feedback_area .decor { position: absolute; pointer-events: none; z-index: 1; }
#feedback_area .decor-top-left { top: 40px; left: 50px; width: 220px; }
#feedback_area .attributes-row { display: flex; align-items: center; justify-content: center; gap: 60px; margin-bottom: 130px; z-index: 2; width: min(1440px,92%); }
#feedback_area .attr-text { flex: 1; }
#feedback_area .attr-text .title_box .subtitle { margin-left: 0; }
#feedback_area  .title_box .subtitle { color: var(--black); text-align: left; margin-bottom: 90px; margin-left: 100px; }
#feedback_area .attr-title { font-size: 32px; font-weight: 900; margin-bottom: 30px; color: #222; }
#feedback_area .attr-p { margin-bottom: 25px; }
#feedback_area .attr-stats { margin-bottom: 70px; }
#feedback_area .stat-item,#feedback_area .stat-item b,#notify_area .notice-text { display: flex; align-items: baseline; color: var(--info); text-align: justify; line-height: 36px; font-family: "Open Sans",Sans-serif; font-size: 22px; font-weight: 500; gap: 8px; margin-top: 2px; }
#feedback_area .stat-item b { color: #333; margin-right: 5px; }
#feedback_area .attr-chart { flex: 0 0 750px; height: 430px; position: relative; display: flex; align-items: center; justify-content: center; }
#feedback_area .chart-circles { position: relative; width: 500px; }
#feedback_area .circle-layer { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; border: 25px solid transparent; }
#feedback_area .layer-99 { width: 320px; height: 320px; border-color: #1d5cb7; border-left-color: transparent; }
#feedback_area .layer-90 { width: 250px; height: 250px; border-color: #fdd000; border-top-color: transparent; }
#feedback_area .layer-80 { width: 180px; height: 180px; border-color: #87ceeb; border-bottom-color: transparent; }
#feedback_area .chart-label { position: absolute; font-weight: 900; font-size: 28px; }
#feedback_area .label-99 { color: #1d5cb7; right: -50px; top: 10%; }
#feedback_area .label-90 { color: #fdd000; right: -50px; top: 40%; }
#feedback_area .label-80 { color: #87ceeb; right: -50px; top: 70%; }
#feedback_area .feedbackListBox { width: 100%; margin: auto; position: relative; }
#feedback_area .feedback-section { width: 84%; position: relative; margin: auto; padding: 90px 0; }
#feedback_area .feedbackListBox .decor-top-left { left: auto; right: 60px; width: 140px; top: -40px; }
#feedback_area .feedback-title { font-size: 32px; font-weight: 900; text-align: center; margin-bottom: 80px; }
#feedback_area .feedback-content { gap: 40px; display: grid; grid-template-columns: 500px 63%; align-items: end; }
#feedback_area .child-image-area { position: relative; text-align: center; display: block; }
#feedback_area .child-img-bg { position: absolute; top: 0; left: 0; width: 500px; z-index: 1; }
#feedback_area .child-img-real { position: relative; z-index: 2; width: 100%; height: auto; }
#feedback_area .child-list { flex: 1; }
#feedback_area .cards-slider { display: flex; align-items: center; gap: 20px; position: relative; }
#feedback_area .slider-viewport { flex: 1; overflow: hidden; cursor: grab; user-select: none; }
#feedback_area .slider-viewport:active { cursor: grabbing; }
#feedback_area .slider-track { display: flex; gap: 20px; transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94); will-change: transform; }
#feedback_area .nav-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd; background: white; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #ccc; z-index: 5; transition: all 0.2s; }
#feedback_area .nav-btn:hover { border-color: #1d5cb7; color: #1d5cb7; }
#feedback_area .nav-btn { width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgb(203 203 203); background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; padding: 5px 10px; }
#feedback_area .nav-btn:hover { background-color: #1d5cb7; color: var(--white); }
#feedback_area .nav-btn:hover svg { stroke: var(--white); }
#feedback_area .nav-btn svg { width: 30px; height: 30px; stroke: rgb(203 203 203); fill: none; stroke-width: 2px; }
#feedback_area .feedback-card {
  background:white;border-radius:20px;padding:30px;border:2px solid rgb(203 203 203);min-height:380px;display:flex;flex-direction:column;pointer-events:none;/* 防止拖動時點擊到內容 */
  margin:0 20px;
}
#feedback_area .card-user { margin-bottom: 5px; color: #000000; font-size: 112.5%; }
#feedback_area .card-sub { margin-bottom: 20px; font-family: 'Open Sans'; color: #333333; font-size: 100%; text-shadow: none; line-height: 1.25; }
#feedback_area .card-text { font-size: 14px; line-height: 1.8; margin-bottom: 30px; flex-grow: 1; font-family: 'Open Sans'; color: #000000; font-size: 112.5%; text-shadow: none; line-height: 1.55556; }
#feedback_area .card-footer { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
#feedback_area .stars { color: #fdd000; font-size: 14px; letter-spacing: 6px; }
#feedback_area .rating { font-weight: bold; font-size: 14px; color: #444; }
@media screen and (max-width:1660px) {
  #feedback_area .attr-chart { flex: 0 0 50%; }
  #feedback_area .feedback-content { grid-template-columns: 410px 63%; }
}
@media screen and (max-width:1280px) {
  #feedback_area .decor-top-left { left: -20px; width: 150px; top: 0px; }
  #feedback_area .attributes-row { flex-direction: column; text-align: center; gap: 50px; }
  #feedback_area .attr-text,#feedback_area .attr-stats { display: flex; flex-direction: column; align-items: center; }
  #feedback_area .attr-p { text-align: center; }
  #feedback_area .attr-stats { margin-bottom: 50px; }
  #feedback_area .attr-chart { flex: 0 0 auto; width: 100%; height: 350px; margin-top: 10px; }
  #feedback_area .attr-svg { display: none; }
  #feedback_area .feedback-content { display: flex; flex-direction: column; align-items: center; gap: 80px; }
  #feedback_area .child-list,#feedback_area .child-image-area { width: 100%; }
  #feedback_area .cards-slider { width: 100%; gap: 0px; }
  #feedback_area .title_box .subtitle { margin-bottom: 40px; text-align: center; margin-left: 0; }
  #feedback_area { padding: 90px 0 60px; }
  #feedback_area .stat-item,#feedback_area .stat-item b,#notify_area .notice-text { font-size: 1rem; gap: 2px; }
}
@media screen and (max-width:768px) {
  #feedback_area .attr-title { font-size: 26px; }
  #feedback_area .feedback-card { flex: 0 0 100%; }
  #feedback_area .label-99,#feedback_area .label-90,#feedback_area .label-80 { right: 0; }
  #feedback_area .nav-btn { width: 40px; height: 40px; }
  #feedback_area .feedback-section { width: 95%; padding: 90px 0 50px; }
}

/* --- Connect --- */
.connect-section {position: relative;width: 100%;height: 600px;background: url('/images/39/img-Connect.png') no-repeat center center;background-size: cover;display: flex;align-items: center;overflow: hidden;}
.deco-star-top { position: absolute; top: 30px; left: 20px; width: 80px; z-index: 2; }
.connect-content-wrapper {width: auto;margin: 0 auto;padding: 0 96px;position: relative;z-index: 3;}
.connect-card { background: rgba(255,255,255,0.8); backdrop-filter: blur(5px); border-radius: 40px; padding: 100px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); position: relative; display: grid; align-items: center; grid-template-columns: 49% 1fr; }
.connect-card .right { text-align: center; }
.connect-card .right a { font-size: 1.4rem; letter-spacing: 1px; }
.connect-section .title_box .subtitle { text-align: left; font-size: 2.8rem; }
.connect-title { font-size: 36px; font-weight: bold; color: #333; margin-bottom: 25px; }
.connect-subtitle { font-size: 32px; color: #1e50a2; font-weight: bold; margin-bottom: 30px; }
.connect-description { font-weight: 400; }
.btn-contact { display: inline-block; background-color: #1e50a2; color: #fff; padding: 15px 50px; border-radius: 50px; text-decoration: none; font-size: 20px; font-weight: bold; transition: transform 0.3s ease,background-color 0.3s ease; cursor: pointer; border: none; box-shadow: 0 4px 15px rgba(30,80,162,0.3); position: absolute; right: 120px; bottom: 100px; }
.btn-contact:hover { background-color: #153e7d; transform: translateY(-2px); }

/* --- 重要通知區塊 (#notify_area) --- */
#notify_area { padding: 130px 0; position: relative; background: #FFFAEC; overflow: hidden; }
#notify_area .subtitle { margin-bottom: 70px; font-size: 2.8rem; }
#notify_area .wave-deco {position: absolute;top: 10%;left: 10%;width: 17px;display: none;}
#notify_area .left-bottom {position: absolute;top: 50%;left: -70px;width: 300px;z-index: 1;display: none;}
#notify_area .right-bottom {position: absolute;top: 90px;right: 0;width: 280px;display: none;}
#notify_area .star-deco-bottom { position: absolute; bottom: 100px; left: 50px; z-index: 1; }
#notify_area .section-title { font-size: 32px; font-weight: bold; color: #444; text-align: center; margin-bottom: 60px; position: relative; z-index: 2; }
#notify_area .notice-list { max-width: 900px; margin: 0 auto; list-style: none; position: relative; z-index: 2; }
#notify_area .info_box { display: flex; align-items: flex-start; margin-bottom: 25px; font-size: 18px; color: #333; transition: color 0.3s ease; }
#notify_area .info_box .notice-icon { flex-shrink: 0; width: 18px; margin-right: 15px; margin-top: 3px; background-size: contain; }
#notify_area .info_box .notice-icon svg { fill: var(--primary); }
#notify_area .info_box .notice-text { flex: 1; font-weight: 400; }
#notify_area .info_box .notice-highlight { color: #1e50a2; font-weight: bold; }
@media screen and (max-width:1024px) {
  .connect-card { padding: 40px; }
  .btn-contact { position: static; margin-top: 20px; }
}
@media screen and (max-width:768px) {
  .connect-section .title_box .subtitle,.connect-section .left * { text-align: center; }
  .connect-section { height: auto; padding: 80px 0; }
  .connect-title { font-size: 28px; }
  .connect-subtitle { font-size: 22px; }
  .connect-card { margin: 0 auto; border-radius: 20px; grid-template-columns: 1fr; gap: 30px; }
  #notify_area { padding: 60px 0; }
  #notify_area .section-title { font-size: 26px; margin-bottom: 40px; }
  #notify_area .notice-item { font-size: 16px; }
  #notify_area .wave-deco { width: 300px; height: 300px; }
  .connect-card .right a { font-size: 1.2rem; }
  .connect-content-wrapper { padding: 0 26px; }
}




/* --- booking_area --- */
#booking_area { padding: 80px 0; background-color: #fff; position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: center; }
#booking_area .section-title { font-size: 42px; color: #333; text-align: center; font-weight: bold; margin-bottom: 60px; }
#booking_area .form-container {width: 100%;max-width: 860px;margin: 0 auto;position: relative;z-index: 10;}
#booking_area .form-group {margin-bottom: 20px;}
#booking_area .label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
#booking_area label { font-size: 18px; font-weight: bold; color: #444; }
#booking_area label span.required { color: #e53935; margin-right: 5px; }
#booking_area .branch-info-link {color: #1e50a2;text-decoration: none;display: flex;align-items: center;font-size: 16px;width: 140px;justify-content: space-between;}
#booking_area .branch-info-link svg { margin-right: 5px; }
#booking_area input, #booking_area select, #booking_area textarea {padding: 15px 15px;border: 1px solid #ddd;border-radius: 8px;font-size: 16px;color: #333;background-color: #fff;outline: none;transition: border-color 0.3s;}
#booking_area select { appearance: none; cursor: pointer; padding-right: 50px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23055490' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat: no-repeat; background-position: right 20px center; background-size: 18px; }
#booking_area select:focus { border-color: var(--primary); box-shadow: 0 10px 25px rgba(5,84,144,0.08); transform: none; }

#booking_area input::placeholder { color: #bbb; }
#booking_area input:focus,#booking_area select:focus { border-color: #1e50a2; }
#booking_area .address-display { font-size: 16px; color: #555; margin-top: 10px; padding-left: 5px; }
#booking_area .child-age-group {margin: 10px 0;}
#booking_area .form-row { display: flex; gap: 20px; }
#booking_area .form-col { flex: 1; }
#booking_area .submit-wrapper { text-align: center; margin-top: 50px; }
#booking_area .btn-submit { background-color: #1e50a2; color: #fff; padding: 15px 100px; border-radius: 50px; font-size: 20px; font-weight: bold; border: none; cursor: pointer; transition: background-color 0.3s,transform 0.2s; box-shadow: 0 4px 10px rgba(30,80,162,0.2); }
#booking_area .btn-submit:hover { background-color: #153e7d; transform: scale(1.02); }
/* 背景裝飾物 */
#booking_area .deco-item { position: absolute; z-index: 1; pointer-events: none; }
#booking_area .deco-bear { top: 50px; left: 150px; width: 120px; }
#booking_area .left {top: 11%;left: 13%;}
#booking_area .left-top {top: 41%;left: 6%;}
#booking_area .left-bottom {bottom: 1%;left: 0;}
#booking_area .right-top {top: 20%;right: 0;}
#booking_area .right-bottom {bottom: 15%;right: 0px;}
#booking_area #btnOK {display: inline-block;background-color: var(--primary);color: white;text-decoration: none;font-weight: bold;font-size: 17px;transition: background 0.3s;border-radius: 70px;padding: 15px 60px;border: 1px solid transparent;}
#booking_area #btnOK:hover {background-color: #ffffff;border-color: rgba(29, 92, 183, 1);color: rgba(29, 92, 183, 1);}

/* --- 響應式調整 --- */
@media screen and (max-width:1024px) {
  #booking_area .deco-item { display: none; }
}
@media screen and (max-width:768px) {
  #booking_area { padding: 40px 0; }
  #booking_area .section-title { font-size: 32px; margin-bottom: 40px; }
  #booking_area .form-row { flex-direction: column; gap: 15px; }
  #booking_area .btn-submit { width: 100%; padding: 15px 0; }
}





@media screen and (max-width:1280px) {
  #feature-cards { padding: 10px 0 80px; }
  #feature-cards h3,#learning_area .card-title .blue-label,#learning_area .card-title { font-size: 1.8rem; line-height: 140%; }
  #feature-cards p,#logic-methods .method-desc,#feedback_area .attr-p,.connect-description { font-size: 1.1rem; line-height: 30px; }
}
@media screen and (max-width:1024px) {
  #action-slogan .subtitle,#logic-concepts .title_box .subtitle,section .title_box .subtitle,#course_area .title_box .subtitle,.connect-section .title_box .subtitle { font-size: 2.2rem; }
  .container { padding: 0; width: min(1280px,86%); }
  #feature-cards .grid-wrapper { gap: 40px; }
}
@media screen and (min-width:961px) {
  #notify_area .right-bottom,#notify_area .left-bottom,#notify_area .wave-deco,#action-slogan .decor-left,#action-slogan .decor-right,#logic-concepts .deco-item,#thinking_area .decor,#learning_area .global-decor { display: block; z-index: 0; }
}
@media screen and (max-width:960px) {
  #hero-intro .content-side .title_box .subtitle { text-align: center; font-size: 2rem; }
  #hero-intro .description p { font-size: 1.1rem; }
  #hero-intro .quote { font-size: 17px; line-height: 140%; text-align: center; }
  section .title_box .sub-text { font-size: 1.2rem; text-align: center; }
  #feature-cards h3,#learning_area .card-title .blue-label,#learning_area .card-title { font-size: 1.4rem; }
  #notify_area .subtitle { margin-bottom: 30px; }
}
@media screen and (max-width:640px) {
  #action-slogan .subtitle,#logic-concepts .title_box .subtitle,section .title_box .subtitle,#course_area .title_box .subtitle,#notify_area .subtitle { font-size: 2rem; }
  section .title_box .subtitle { margin-bottom: 20px; }
}
