@layer theme-custom {
/* wcoachlife 首頁版型｜2026-08-14 修復：CSS 與 CKEditor 內容分離 */
.wcoach-landing{
    --sage: #84CCC9 !important;
    --sage-deep: #4EA8A0 !important;
    --sage-light: #D6EAE8 !important;
    --cream: #FBFDFC !important;
    --cream-deep: #EAF4F2 !important;
    --ink: #3A3A3A !important;
    --ink-soft: #6B6B6B !important;
    --accent: #84CCC9 !important;
    --accent-deep: #4EA8A0 !important;
    --line: #E8EEED !important;
    --white: #FFFFFF !important;
  }

  .wcoach-landing *, .wcoach-landing *::before, .wcoach-landing *::after{ box-sizing: border-box !important; margin: 0 !important; padding: 0 !important; }

  .wcoach-landing{
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif !important;
    color: var(--ink) !important;
    background: var(--cream) !important;
    line-height: 1.7 !important;
    font-size: 16px !important;
  }

  .wcoach-landing a{ color: inherit !important; text-decoration: none !important; }

  .wcoach-landing .container{
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
  }

  
  .wcoach-landing .hero{
    padding: 96px 0 80px !important;
    background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%) !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .wcoach-landing .hero-grid{
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    gap: 64px !important;
    align-items: center !important;
  }
  .wcoach-landing .hero h1{
    font-size: 44px !important;
    line-height: 1.4 !important;
    color: var(--sage-deep) !important;
    margin-bottom: 24px !important;
    font-weight: 800 !important;
  }
  .wcoach-landing .hero h1 span{
    background: linear-gradient(180deg, transparent 60%, var(--accent) 60%) !important;
    padding: 0 4px !important;
  }
  .wcoach-landing .hero p.lead{
    font-size: 18px !important;
    color: var(--ink-soft) !important;
    margin-bottom: 36px !important;
    line-height: 1.8 !important;
  }
  .wcoach-landing .hero-cta{
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
  }
  .wcoach-landing .btn{
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    transition: all 0.2s !important;
    cursor: pointer !important;
    border: none !important;
  }
  .wcoach-landing .btn-primary{
    background: var(--sage-deep) !important;
    color: var(--white) !important;
  }
  .wcoach-landing .btn-primary:hover{
    background: var(--ink) !important;
    transform: translateY(-2px) !important;
  }
  .wcoach-landing .btn-secondary{
    background: transparent !important;
    color: var(--sage-deep) !important;
    border: 2px solid var(--sage-deep) !important;
  }
  .wcoach-landing .btn-secondary:hover{
    background: var(--sage-deep) !important;
    color: var(--white) !important;
  }
  .wcoach-landing .hero-visual{
    position: relative !important;
    aspect-ratio: 1 !important;
    background: var(--sage-light) url('https://lh3.googleusercontent.com/d/1lsQ_UWazh7MEwEdF2C1t09ImT8U29Gnt=w1200') center 18% / cover no-repeat !important;
    border-radius: 50% !important;
    box-shadow: 0 16px 48px rgba(78, 168, 160, 0.18) !important;
  }
  .wcoach-landing .hero-deco{
    position: absolute !important;
    top: 20px !important;
    right: -20px !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background: var(--accent) !important;
    opacity: 0.5 !important;
  }
  .wcoach-landing .hero-deco-2{
    position: absolute !important;
    bottom: 40px !important;
    left: -30px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background: var(--sage) !important;
    opacity: 0.4 !important;
  }

  
  .wcoach-landing section.block{
    padding: 96px 0 !important;
  }
  .wcoach-landing .block-title{
    text-align: center !important;
    margin-bottom: 56px !important;
  }
  .wcoach-landing .block-title .eyebrow{
    display: inline-block !important;
    font-size: 13px !important;
    color: var(--sage-deep) !important;
    background: var(--sage-light) !important;
    padding: 4px 14px !important;
    border-radius: 999px !important;
    margin-bottom: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
  }
  .wcoach-landing .block-title h2{
    font-size: 36px !important;
    color: var(--ink) !important;
    margin-bottom: 12px !important;
    font-weight: 800 !important;
  }
  .wcoach-landing .block-title p{
    color: var(--ink-soft) !important;
    font-size: 16px !important;
  }

  
  .wcoach-landing .pillars{
    background: var(--white) !important;
  }
  .wcoach-landing .pillar-grid{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
  }
  .wcoach-landing .pillar-card{
    background: var(--cream) !important;
    padding: 44px 32px !important;
    border-radius: 24px !important;
    text-align: center !important;
    transition: transform 0.3s !important;
    border: 1px solid var(--line) !important;
  }
  .wcoach-landing .pillar-card:hover{
    transform: translateY(-6px) !important;
  }
  .wcoach-landing .pillar-icon{
    width: 64px !important;
    height: 64px !important;
    background: var(--sage-light) !important;
    border-radius: 50% !important;
    margin: 0 auto 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
  }
  .wcoach-landing .pillar-icon svg{
    width: 36px !important;
    height: 36px !important;
    display: block !important;
    fill: currentColor !important;
  }
  .wcoach-landing .pillar-card h3{
    font-size: 24px !important;
    color: var(--sage-deep) !important;
    margin-bottom: 14px !important;
    font-weight: 700 !important;
  }
  .wcoach-landing .pillar-card p{
    color: var(--ink-soft) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    text-align: left !important;
  }

  
  .wcoach-landing .services{ background: var(--cream) !important; }
  .wcoach-landing .svc-grid{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
  }
  .wcoach-landing .svc-card{
    background: var(--white) !important;
    border: 1px solid var(--line) !important;
    border-radius: 24px !important;
    padding: 44px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s !important;
  }
  .wcoach-landing .svc-card:hover{ transform: translateY(-4px) !important; box-shadow: 0 12px 32px rgba(78,168,160,0.12) !important; }
  .wcoach-landing .svc-tag{
    display: inline-block !important;
    align-self: flex-start !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 12px !important;
    border-radius: 999px !important;
    margin-bottom: 16px !important;
  }
  .wcoach-landing .svc-card h3{ font-size: 24px !important; color: var(--ink) !important; margin-bottom: 6px !important; font-weight: 800 !important; }
  .wcoach-landing .svc-card .svc-sub{ font-size: 15px !important; color: var(--sage-deep) !important; font-weight: 700 !important; margin-bottom: 16px !important; }
  .wcoach-landing .svc-card p{ font-size: 15px !important; color: var(--ink-soft) !important; line-height: 1.9 !important; margin-bottom: 12px !important; }
  .wcoach-landing .svc-card .course-link{ margin-top: auto !important; padding-top: 12px !important; }

  
  .wcoach-landing .about{
    background: var(--cream-deep) !important;
  }
  .wcoach-landing .about-grid{
    display: grid !important;
    grid-template-columns: 1fr 1.4fr !important;
    gap: 64px !important;
    align-items: center !important;
  }
  .wcoach-landing .about-img{
    aspect-ratio: 4/5 !important;
    background: var(--sage-light) url('https://lh3.googleusercontent.com/d/1dkQ1OOqe_qToJGWT-z0F_UbDYAC_SJtZ=w1000') center/cover no-repeat !important;
    border-radius: 24px !important;
    box-shadow: 0 12px 32px rgba(78, 168, 160, 0.15) !important;
  }
  .wcoach-landing .about-text h2{
    font-size: 32px !important;
    color: var(--sage-deep) !important;
    margin-bottom: 24px !important;
    line-height: 1.4 !important;
  }
  .wcoach-landing .about-text{ min-width: 0 !important; }
  .wcoach-landing .about-text p{
    color: var(--ink) !important;
    margin-bottom: 16px !important;
    font-size: 16px !important;
  }
  .wcoach-landing .about-experience{
    margin-top: 28px !important;
    padding: 22px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid var(--line) !important;
    border-radius: 18px !important;
  }
  .wcoach-landing .about-experience h3{
    margin: 0 0 16px !important;
    color: var(--sage-deep) !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  .wcoach-landing .about-experience-grid{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
  .wcoach-landing .about-experience-item{
    min-width: 0 !important;
    padding: 14px 15px !important;
    background: var(--white) !important;
    border-radius: 14px !important;
    border: 1px solid rgba(78, 168, 160, 0.18) !important;
  }
  .wcoach-landing .about-experience-item strong{
    display: block !important;
    margin-bottom: 5px !important;
    color: var(--sage-deep) !important;
    font-size: 14px !important;
  }
  .wcoach-landing .about-experience-item span{
    color: var(--ink-soft) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    overflow-wrap: anywhere !important;
  }
  .wcoach-landing .about-credentials{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 24px !important;
    padding-top: 24px !important;
    border-top: 1px solid var(--line) !important;
  }
  .wcoach-landing .credential{
    background: var(--white) !important;
    padding: 8px 16px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    color: var(--ink-soft) !important;
    border: 1px solid var(--line) !important;
  }

  
  .wcoach-landing .book{
    background: var(--white) !important;
  }
  .wcoach-landing .book-grid{
    display: grid !important;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 72px !important;
    align-items: center !important;
    max-width: 1000px !important;
  }
  .wcoach-landing .book-visual{
    min-height: 560px !important;
    padding: 48px !important;
    border-radius: 28px !important;
    background: #F5EFE5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .wcoach-landing .book-cover{
    display: block !important;
    width: min(100%, 360px) !important;
    height: auto !important;
    aspect-ratio: 600 / 849 !important;
    object-fit: cover !important;
    background: #F3E8D3 !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 40px rgba(58, 58, 58, 0.18) !important;
  }
  .wcoach-landing .book-copy{ min-width: 0 !important; }
  .wcoach-landing .book-copy h2{
    margin: 16px 0 8px !important;
    color: var(--ink) !important;
    font-size: 34px !important;
    line-height: 1.4 !important;
  }
  .wcoach-landing .book-subtitle{
    margin-bottom: 20px !important;
    color: var(--sage-deep) !important;
    font-size: 19px !important;
    font-weight: 700 !important;
  }
  .wcoach-landing .book-copy > p:not(.book-subtitle):not(.book-meta){
    margin-bottom: 22px !important;
    color: var(--ink-soft) !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
  }
  .wcoach-landing .book-points{
    display: grid !important;
    gap: 10px !important;
    margin: 0 0 24px !important;
    list-style: none !important;
  }
  .wcoach-landing .book-points li{
    position: relative !important;
    padding-left: 28px !important;
    color: var(--ink) !important;
    font-size: 15px !important;
  }
  .wcoach-landing .book-points li::before{
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: var(--sage-deep) !important;
    font-weight: 800 !important;
  }
  .wcoach-landing .book-meta{
    margin-bottom: 24px !important;
    color: var(--ink-soft) !important;
    font-size: 13px !important;
  }

  
  .wcoach-landing .courses{
    background: var(--white) !important;
  }
  .wcoach-landing .course-grid{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    max-width: 860px !important;
    margin: 0 auto !important;
  }
  .wcoach-landing .course-card{
    background: var(--cream) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    border: 1px solid var(--line) !important;
    transition: all 0.3s !important;
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    color: var(--ink) !important;
  }
  .wcoach-landing .course-card:hover{
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 32px rgba(78, 168, 160, 0.12) !important;
  }
  .wcoach-landing .course-img{
    aspect-ratio: 16/9 !important;
    background: var(--sage-light) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--sage-deep) !important;
  }
  .wcoach-landing .course-body{
    padding: 24px !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .wcoach-landing .course-tag{
    display: inline-block !important;
    font-size: 12px !important;
    background: var(--accent) !important;
    color: var(--ink) !important;
    padding: 4px 12px !important;
    border-radius: 999px !important;
    margin-bottom: 12px !important;
    align-self: flex-start !important;
    font-weight: 600 !important;
  }
  .wcoach-landing .course-card h3{
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
  .wcoach-landing .course-card p{
    font-size: 14px !important;
    color: var(--ink-soft) !important;
    margin-bottom: 16px !important;
    flex: 1 !important;
  }
  .wcoach-landing .course-link{
    color: var(--sage-deep) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }

  
  .wcoach-landing .newsletter{
    background: var(--sage-deep) !important;
    color: var(--white) !important;
    padding: 80px 0 !important;
  }
  .wcoach-landing .newsletter-inner{
    max-width: 720px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .wcoach-landing .newsletter h2{
    font-size: 36px !important;
    margin-bottom: 16px !important;
  }
  .wcoach-landing .newsletter p{
    color: rgba(255,255,255,0.85) !important;
    margin-bottom: 32px !important;
    font-size: 16px !important;
  }
  .wcoach-landing .newsletter-meta{
    margin-top: 20px !important;
    font-size: 13px !important;
    color: rgba(255,255,255,0.7) !important;
  }
  
  .wcoach-landing .btn-news-white{
    background: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    font-size: 16px !important;
    padding: 16px 36px !important;
  }
  .wcoach-landing .btn-news-white:hover{
    color: #FFD34D !important;
    border-color: #FFD34D !important;
    background: transparent !important;
  }

  
  .wcoach-landing .articles{
    background: var(--cream) !important;
  }
  .wcoach-landing .article-grid{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    max-width: 920px !important;
    margin: 0 auto !important;
  }
  .wcoach-landing .article-card{
    background: var(--white) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid var(--line) !important;
    transition: transform 0.2s !important;
  }
  .wcoach-landing .article-card:hover{ transform: translateY(-4px) !important; }
  .wcoach-landing .article-card a{ display: block !important; }
  .wcoach-landing .article-img{
    aspect-ratio: 16/10 !important;
    background: var(--sage-light) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--sage-deep) !important;
    font-size: 14px !important;
  }
  .wcoach-landing .article-body{
    padding: 20px !important;
  }
  .wcoach-landing .article-cat{
    font-size: 12px !important;
    color: var(--sage-deep) !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }
  .wcoach-landing .article-card h3{
    font-size: 17px !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
  }
  .wcoach-landing .article-card .excerpt{
    font-size: 13px !important;
    color: var(--ink-soft) !important;
    line-height: 1.6 !important;
  }
  .wcoach-landing .article-card.featured-guide{
    border: 2px solid var(--sage-deep) !important;
    box-shadow: 0 8px 24px rgba(78,168,160,0.14) !important;
  }
  .wcoach-landing .article-card.featured-guide .article-img{
    aspect-ratio: 1 / 1 !important;
  }
  .wcoach-landing .article-card.featured-guide .core-guide-cover{
    background-size: cover !important;
    background-position: center top !important;
  }
  .wcoach-landing .strength-guide-cover{
    position: relative !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    background-position: center !important;
  }
  .wcoach-landing .strength-guide-cover::after{
    content: "" !important;
    position: absolute !important;
    inset: 32% 0 0 !important;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 24, 24, 0.9) 100%) !important;
  }
  .wcoach-landing .article-cover-text{
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    padding: 28px !important;
    color: var(--white) !important;
    text-align: left !important;
    line-height: 1.35 !important;
  }
  .wcoach-landing .article-cover-text small{
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 4px 12px !important;
    border-radius: 999px !important;
    background: var(--sage-deep) !important;
    color: var(--white) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
  .wcoach-landing .article-cover-text strong, .wcoach-landing .article-cover-text span{
    display: block !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
  }
  .wcoach-landing .article-cover-text strong{ font-size: 28px !important; }
  .wcoach-landing .article-cover-text span{ color: #F3A6A0 !important; font-size: 24px !important; }

  
  .wcoach-landing .testimonials{
    background: var(--white) !important;
    padding: 96px 0 !important;
    overflow: hidden !important;
  }
  .wcoach-landing .marquee{
    overflow: hidden !important;
    position: relative !important;
    margin-top: 56px !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
            mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
  }
  .wcoach-landing .marquee-track{
    display: flex !important;
    gap: 24px !important;
    width: max-content !important;
    animation: scrollLeft 60s linear infinite !important;
  }
  .wcoach-landing .marquee-track:hover{
    animation-play-state: paused !important;
  }
  @keyframes scrollLeft{
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .wcoach-landing .testimonial-card{
    background: var(--cream) !important;
    border: 1px solid var(--line) !important;
    border-radius: 20px !important;
    padding: 28px !important;
    width: 340px !important;
    flex-shrink: 0 !important;
  }
  .wcoach-landing .testimonial-quote{
    font-size: 15px !important;
    color: var(--ink) !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
  }
  .wcoach-landing .testimonial-quote::before{ content: "「" !important; color: var(--sage-deep) !important; font-weight: 700 !important; }
  .wcoach-landing .testimonial-quote::after{ content: "」" !important; color: var(--sage-deep) !important; font-weight: 700 !important; }
  .wcoach-landing .testimonial-meta{
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid var(--line) !important;
  }
  .wcoach-landing .testimonial-avatar{
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: var(--sage-light) !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }
  .wcoach-landing .testimonial-avatar svg{ width: 30px !important; height: 30px !important; }
  .wcoach-landing .testimonial-name{
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--ink) !important;
  }
  .wcoach-landing .testimonial-info{
    font-size: 12px !important;
    color: var(--ink-soft) !important;
  }

  
  .wcoach-landing .youtube-feature .yt-wrap{ max-width: 760px !important; margin: 0 auto !important; }
  .wcoach-landing .yt-embed{ position: relative !important; padding-bottom: 56.25% !important; height: 0 !important; overflow: hidden !important; border-radius: 20px !important; box-shadow: 0 8px 32px rgba(78,168,160,0.16) !important; }
  .wcoach-landing .yt-embed iframe{ position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; border: 0 !important; }
  .wcoach-landing .btn-yt{ background: var(--sage-deep) !important; color: #fff !important; }
  .wcoach-landing .btn-yt:hover{ background: var(--ink) !important; color: #fff !important; }

  
  .wcoach-landing .final-cta{
    background: linear-gradient(135deg, var(--cream-deep) 0%, var(--sage-light) 100%) !important;
    padding: 96px 0 !important;
    text-align: center !important;
  }
  .wcoach-landing .final-cta h2{
    font-size: 36px !important;
    color: var(--sage-deep) !important;
    margin-bottom: 16px !important;
    font-weight: 800 !important;
  }
  .wcoach-landing .final-cta p{
    color: var(--ink-soft) !important;
    font-size: 17px !important;
    margin-bottom: 36px !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wcoach-landing .final-cta-btns{
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .wcoach-landing .btn-news{ background: var(--sage-deep) !important; color: #fff !important; }
  .wcoach-landing .btn-news:hover{ background: #3F9189 !important; }
  .wcoach-landing .btn-line{ background: #fff !important; color: var(--sage-deep) !important; border: 2px solid var(--sage-deep) !important; }
  .wcoach-landing .btn-line:hover{ background: var(--sage-deep) !important; color: #fff !important; }
  .wcoach-landing .final-cta .social-icons{
    display: flex !important;
    gap: 14px !important;
    justify-content: center !important;
    margin-top: 32px !important;
  }
  .wcoach-landing .social-icon{
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s !important;
  }
  .wcoach-landing .social-icon svg{ width: 18px !important; height: 18px !important; }
  .wcoach-landing .final-cta .social-icon{
    background: var(--white) !important;
    color: var(--sage-deep) !important;
    box-shadow: 0 2px 8px rgba(78, 168, 160, 0.12) !important;
  }
  .wcoach-landing .final-cta .social-icon:hover{
    background: var(--sage-deep) !important;
    color: var(--white) !important;
    transform: translateY(-2px) !important;
  }

  
  @media (max-width: 1024px){
    .wcoach-landing .pillar-grid, .wcoach-landing .course-grid, .wcoach-landing .article-grid{ grid-template-columns: repeat(2, 1fr) !important; }
  }
  @media (max-width: 880px){
    .wcoach-landing .hero{ padding: 64px 0 !important; }
    .wcoach-landing .hero h1{ font-size: 30px !important; }
    .wcoach-landing .hero-grid, .wcoach-landing .about-grid, .wcoach-landing .svc-grid, .wcoach-landing .book-grid{ grid-template-columns: 1fr !important; gap: 32px !important; }
    .wcoach-landing .book-visual{ min-height: 0 !important; padding: 36px !important; }
    .wcoach-landing .block-title h2{ font-size: 28px !important; }
    .wcoach-landing section.block{ padding: 64px 0 !important; }
  }
  @media (max-width: 600px){
    .wcoach-landing .pillar-grid, .wcoach-landing .course-grid, .wcoach-landing .article-grid{ grid-template-columns: 1fr !important; }
    .wcoach-landing .about-experience-grid{ grid-template-columns: minmax(0, 1fr) !important; }
    .wcoach-landing .article-cover-text{ padding: 22px !important; }
    .wcoach-landing .article-cover-text strong{ font-size: 24px !important; }
    .wcoach-landing .article-cover-text span{ font-size: 21px !important; }
  }
body:has(.wcoach-landing) .navbar .navbar-brand{display:none!important;}
body:has(.wcoach-landing) #index-blog{display:none!important;}

/* 2026-08-14 首頁細節調整 */
.wcoach-landing{
  --coral:#F3A6A0 !important;
  --sky:#91C8E4 !important;
  --gold:#E2B24A !important;
}
.wcoach-landing .hero h1 span{
  background:linear-gradient(180deg,transparent 68%,#FCEBE8 68%) !important;
}
.wcoach-landing .pillar-card:nth-child(1) .pillar-icon{background:#F3A6A0 !important;color:#fff !important;}
.wcoach-landing .pillar-card:nth-child(2) .pillar-icon{background:#91C8E4 !important;color:#fff !important;}
.wcoach-landing .pillar-card:nth-child(3) .pillar-icon{background:#6FB7A9 !important;color:#fff !important;}
.wcoach-landing .course-grid.single-card{
  grid-template-columns:minmax(0,1fr) !important;
  max-width:900px !important;
}
.wcoach-landing .one-to-one-card{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) !important;
  align-items:stretch !important;
}
.wcoach-landing .course-photo{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:340px !important;
  object-fit:cover !important;
  object-position:center 22% !important;
}
.wcoach-landing .article-img img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
.wcoach-landing .testimonial-meta{
  align-items:flex-start !important;
  padding:16px 0 16px !important;
  position:relative !important;
}
.wcoach-landing .testimonial-meta::before{
  content:"★★★★★" !important;
  position:absolute !important;
  left:0 !important;
  bottom:0 !important;
  width:44px !important;
  color:var(--gold) !important;
  font-size:8px !important;
  line-height:1 !important;
  letter-spacing:-1px !important;
  text-align:center !important;
}
.wcoach-landing .testimonial-avatar{position:relative !important;}
.wcoach-landing .testimonial-avatar svg{display:none !important;}
.wcoach-landing .testimonial-avatar::before{
  content:"" !important;
  position:absolute !important;
  top:8px !important;
  width:16px !important;
  height:16px !important;
  border-radius:50% !important;
  background:#fff !important;
  box-shadow:0 -3px 0 2px rgba(58,58,58,.28) !important;
}
.wcoach-landing .testimonial-avatar::after{
  content:"" !important;
  position:absolute !important;
  bottom:6px !important;
  width:28px !important;
  height:15px !important;
  border-radius:50% 50% 28% 28% !important;
  background:#fff !important;
}
.wcoach-landing .testimonial-name::after{
  content:"★★★★★" !important;
  display:inline-block !important;
  margin-left:7px !important;
  color:var(--gold) !important;
  font-size:10px !important;
  letter-spacing:0 !important;
  vertical-align:1px !important;
}
.wcoach-landing .youtube-feature .yt-cta{
  text-align:center !important;
  padding-top:52px !important;
}
@media (max-width:880px){
  .wcoach-landing .one-to-one-card{grid-template-columns:1fr !important;}
  .wcoach-landing .course-photo{min-height:280px !important;max-height:420px !important;}
}
@media (max-width:600px){
  .wcoach-landing .youtube-feature .yt-cta{padding-top:36px !important;}
}


/* 2026-08-14 首頁第三輪細節調整 */
.wcoach-landing .testimonial-meta{padding:16px 0 0!important;}
.wcoach-landing .testimonial-meta::before{content:none!important;display:none!important;}
.wcoach-landing .one-to-one-card .course-body{justify-content:flex-start!important;}
.wcoach-landing .one-to-one-card .course-photo{min-height:280px!important;height:280px!important;}
.wcoach-landing .one-to-one-card p{flex:0 0 auto!important;margin-bottom:24px!important;}
.wcoach-landing .one-to-one-card .course-link{margin-top:0!important;padding-top:0!important;}
.wcoach-landing .book-cover{width:min(100%,420px)!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;filter:drop-shadow(0 18px 28px rgba(58,58,58,.18))!important;}
.wcoach-landing .article-img{position:relative!important;overflow:hidden!important;}
.wcoach-landing .strength-cover-badge{position:absolute!important;z-index:2!important;top:24px!important;left:24px!important;padding:6px 14px!important;border-radius:999px!important;background:var(--sage-deep)!important;color:var(--white)!important;font-size:13px!important;font-weight:700!important;}
.wcoach-landing .strength-cover-copy{position:absolute!important;z-index:2!important;inset:auto 0 0!important;padding:88px 28px 28px!important;background:linear-gradient(180deg,transparent 0%,rgba(15,24,24,.92) 58%)!important;color:var(--white)!important;text-align:left!important;line-height:1.35!important;}
.wcoach-landing .strength-cover-copy strong,.wcoach-landing .strength-cover-copy span{display:block!important;font-weight:800!important;}
.wcoach-landing .strength-cover-copy strong{font-size:28px!important;}
.wcoach-landing .strength-cover-copy span{color:#F3A6A0!important;font-size:24px!important;}
.wcoach-landing .article-card.featured-guide:nth-child(2) .article-img::after{content:""!important;position:absolute!important;z-index:2!important;inset:auto 0 0!important;height:17%!important;background:linear-gradient(180deg,transparent 0%,#111716 38%,#111716 100%)!important;pointer-events:none!important;}
.wcoach-landing .article-more{text-align:center!important;padding-top:56px!important;}
@media(max-width:600px){.wcoach-landing .strength-cover-badge{top:18px!important;left:18px!important}.wcoach-landing .strength-cover-copy{padding:72px 20px 22px!important}.wcoach-landing .strength-cover-copy strong{font-size:24px!important}.wcoach-landing .strength-cover-copy span{font-size:21px!important}.wcoach-landing .article-more{padding-top:40px!important}}

/* ===== wcoachlife About page responsive layout · 2026-08-14 ===== */
.b_about_detail .pagging-header{display:none!important}
.b_about_detail main.html-info,.b_about_detail main.html-info>.container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.b_about_detail .wcoach-about-page{--wa-sage:#84CCC9;--wa-deep:#4EA8A0;--wa-light:#D6EAE8;--wa-cream:#FBFDFC;--wa-mist:#F1F7F6;--wa-ink:#303636;--wa-soft:#667171;--wa-line:#DFEBE9;color:var(--wa-ink);font-family:'PingFang TC','Microsoft JhengHei',sans-serif;overflow:hidden;background:#fff}
.b_about_detail .wcoach-about-page *{box-sizing:border-box}
.b_about_detail .wa-shell{width:min(1140px,calc(100% - 48px));margin:0 auto}
.b_about_detail .wa-section{padding:96px 0}
.b_about_detail .wa-eyebrow{display:inline-block;color:var(--wa-deep);font-size:13px;font-weight:700;letter-spacing:2.5px;line-height:1.4}
.b_about_detail .wa-heading{max-width:720px;margin:0 auto 48px;text-align:center}
.b_about_detail .wa-heading h2,.b_about_detail .wa-story h2,.b_about_detail .wa-belief-card h2,.b_about_detail .wa-contact h2{font-size:clamp(30px,3vw,42px);font-weight:900;line-height:1.35;letter-spacing:.5px;color:var(--wa-ink);margin:14px 0 0}
.b_about_detail .wa-heading>p{font-size:17px;line-height:1.8;color:var(--wa-soft);margin:16px 0 0}

.b_about_detail .wa-hero{padding:72px 0 88px;background:linear-gradient(135deg,#FBFDFC 0%,#F1F7F6 100%)}
.b_about_detail .wa-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:72px}
.b_about_detail .wa-hero-copy h1{font-size:clamp(42px,5vw,66px);font-weight:900;line-height:1.25;letter-spacing:-1px;margin:22px 0 28px;color:var(--wa-ink)}
.b_about_detail .wa-hero-copy h1 strong{font-weight:900;color:var(--wa-deep)}
.b_about_detail .wa-hero-copy>p{font-size:20px;line-height:1.9;color:var(--wa-soft);margin:0 0 8px}
.b_about_detail .wa-hero-copy .wa-lead{color:var(--wa-ink);font-weight:700}
.b_about_detail .wa-hero-points{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}
.b_about_detail .wa-hero-points span{display:flex;align-items:baseline;gap:7px;padding:12px 16px;border:1px solid var(--wa-line);border-radius:14px;background:#fff;color:var(--wa-soft);font-size:14px}
.b_about_detail .wa-hero-points b{font-size:20px;color:var(--wa-deep)}
.b_about_detail .wa-hero-photo{position:relative;margin:0;min-height:520px;border-radius:32px 32px 96px 32px;overflow:hidden;background:var(--wa-light);box-shadow:0 24px 60px rgba(48,54,54,.12)}
.b_about_detail .wa-hero-photo:after{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.72);border-radius:22px 22px 78px 22px;pointer-events:none}
.b_about_detail .wa-hero-photo img{display:block;width:100%!important;height:100%!important;position:absolute;inset:0;object-fit:cover;object-position:65% center;max-width:none!important}

.b_about_detail .wa-identity{background:#fff}
.b_about_detail .wa-role-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.b_about_detail .wa-role-card{min-width:0;padding:30px 24px 28px;border:1px solid var(--wa-line);border-radius:22px;background:var(--wa-cream);transition:transform .2s ease,box-shadow .2s ease}
.b_about_detail .wa-role-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(78,168,160,.12)}
.b_about_detail .wa-role-card>span{font-size:34px;font-weight:900;line-height:1;color:var(--wa-light)}
.b_about_detail .wa-role-card p{min-height:50px;margin:22px 0 4px;color:var(--wa-soft);font-size:15px;line-height:1.65}
.b_about_detail .wa-role-card h3{margin:0 0 10px;color:var(--wa-deep);font-size:22px;font-weight:900;line-height:1.35}
.b_about_detail .wa-role-card small{display:block;color:#8B9695;font-size:11px;letter-spacing:.8px;line-height:1.45;overflow-wrap:anywhere}

.b_about_detail .wa-story{background:var(--wa-mist)}
.b_about_detail .wa-story-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:88px;align-items:start}
.b_about_detail .wa-story h2{margin-top:18px}
.b_about_detail .wa-story-copy>p{font-size:19px;line-height:2;color:var(--wa-soft);margin:0 0 20px}
.b_about_detail .wa-story blockquote{position:relative;margin:40px 0 0;padding:34px 36px;border:0;border-radius:24px;background:#fff;color:var(--wa-ink);font-size:22px;font-weight:600;line-height:1.85;box-shadow:0 14px 36px rgba(48,54,54,.07)}
.b_about_detail .wa-story blockquote:before{content:'“';position:absolute;top:-16px;left:28px;color:var(--wa-sage);font-size:64px;font-weight:900;line-height:1}
.b_about_detail .wa-story blockquote strong{color:var(--wa-deep)}

.b_about_detail .wa-beliefs{background:#fff}
.b_about_detail .wa-belief-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.b_about_detail .wa-belief-card{padding:48px;border-radius:28px;min-width:0}
.b_about_detail .wa-philosophy{background:var(--wa-ink);color:#fff}
.b_about_detail .wa-philosophy .wa-eyebrow{color:var(--wa-sage)}
.b_about_detail .wa-philosophy h2{color:#fff}
.b_about_detail .wa-mission{background:var(--wa-light)}
.b_about_detail .wa-belief-card>p{font-size:18px;line-height:1.9;margin:24px 0 0;color:inherit;opacity:.88}
.b_about_detail .wa-belief-card strong{color:var(--wa-sage)}
.b_about_detail .wa-mission strong{color:var(--wa-deep)}
.b_about_detail .wa-numbered{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:start;padding:26px 0;border-bottom:1px solid rgba(78,168,160,.2)}
.b_about_detail .wa-numbered:last-child{border-bottom:0;padding-bottom:0}
.b_about_detail .wa-numbered b{font-size:30px;color:var(--wa-deep);line-height:1.15}
.b_about_detail .wa-numbered p{font-size:17px;line-height:1.8;margin:0;color:var(--wa-ink)}

.b_about_detail .wa-background{background:var(--wa-cream)}
.b_about_detail .wa-background-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.b_about_detail .wa-info-card{min-width:0;padding:36px;border:1px solid var(--wa-line);border-radius:24px;background:#fff}
.b_about_detail .wa-info-card h3{margin:0 0 18px;color:var(--wa-deep);font-size:22px;font-weight:900;line-height:1.4}
.b_about_detail .wa-info-card h3:not(:first-child){margin-top:34px;padding-top:28px;border-top:1px solid var(--wa-line)}
.b_about_detail .wa-info-card p{font-size:16px;line-height:1.9;color:var(--wa-ink);margin:0 0 18px}
.b_about_detail .wa-info-card p:last-child{margin-bottom:0}
.b_about_detail .wa-info-card p b{display:inline-block;margin-bottom:4px;color:var(--wa-deep)}
.b_about_detail .wa-info-card .wa-soft{color:var(--wa-soft)}
.b_about_detail .wa-info-card .wa-current{color:var(--wa-deep);font-weight:700}
.b_about_detail .wa-info-card ul{list-style:none;padding:0;margin:0}
.b_about_detail .wa-info-card li{position:relative;padding:12px 0 12px 20px;border-bottom:1px solid var(--wa-line);color:var(--wa-ink);font-size:16px;line-height:1.65}
.b_about_detail .wa-info-card li:last-child{border-bottom:0}
.b_about_detail .wa-info-card li:before{content:'';position:absolute;left:0;top:23px;width:7px;height:7px;border-radius:50%;background:var(--wa-sage)}
.b_about_detail .wa-info-card li small{float:right;color:#8C9695;font-size:13px;line-height:1.9;margin-left:12px}
.b_about_detail .wa-competition{grid-column:1/-1}
.b_about_detail .wa-competition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.b_about_detail .wa-competition-grid p{padding:22px;border-radius:16px;background:var(--wa-mist);margin:0}
.b_about_detail .wa-competition-grid small{display:block;color:var(--wa-deep);font-size:13px;font-weight:700;margin-bottom:6px}
.b_about_detail .wa-competition-grid strong{color:var(--wa-deep)}

.b_about_detail .wa-media{background:#fff}
.b_about_detail .wa-media-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(285px,320px);gap:18px;overflow-x:auto;padding:6px 2px 22px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-color:var(--wa-sage) var(--wa-mist);scrollbar-width:thin}
.b_about_detail .wa-media-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--wa-line);border-radius:22px;overflow:hidden;background:var(--wa-cream);color:var(--wa-ink)!important;text-decoration:none!important;scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease}
.b_about_detail .wa-media-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(78,168,160,.14)}
.b_about_detail .wa-media-card>img,.b_about_detail .wa-media-logo{display:block;width:100%!important;height:180px!important;max-width:none!important;object-fit:cover}
.b_about_detail .wa-media-logo{display:flex;align-items:center;justify-content:center;background:var(--wa-light);color:var(--wa-deep);font-size:26px;font-weight:900;letter-spacing:1px}
.b_about_detail .wa-media-card>div:last-child{display:flex;flex-direction:column;flex:1;padding:22px}
.b_about_detail .wa-media-card span{align-self:flex-start;padding:5px 11px;border-radius:999px;background:var(--wa-light);color:var(--wa-deep);font-size:11px;font-weight:700;letter-spacing:.5px}
.b_about_detail .wa-media-card h3{font-size:17px;font-weight:800;line-height:1.6;color:var(--wa-ink);margin:14px 0 20px}
.b_about_detail .wa-media-card p{margin:auto 0 0;padding-top:14px;border-top:1px solid var(--wa-line);color:var(--wa-soft);font-size:13px;line-height:1.6}

.b_about_detail .wa-contact{padding:104px 0;text-align:center;background:var(--wa-deep);color:#fff}
.b_about_detail .wa-contact .wa-eyebrow{color:var(--wa-light)}
.b_about_detail .wa-contact h2{color:#fff}
.b_about_detail .wa-contact p{margin:18px 0 0;font-size:18px;line-height:1.8;color:rgba(255,255,255,.82)}
.b_about_detail .wa-contact a{display:inline-block;margin-top:26px;padding:14px 22px;border:1px solid rgba(255,255,255,.65);border-radius:999px;color:#fff!important;font-size:18px;font-weight:700;text-decoration:none!important;letter-spacing:.4px}

@media (max-width:900px){
  .b_about_detail .wa-section{padding:76px 0}
  .b_about_detail .wa-hero{padding:58px 0 70px}
  .b_about_detail .wa-hero-grid{grid-template-columns:1fr;gap:44px}
  .b_about_detail .wa-hero-copy{text-align:center}
  .b_about_detail .wa-hero-points{justify-content:center}
  .b_about_detail .wa-hero-photo{min-height:440px;border-radius:26px 26px 72px 26px}
  .b_about_detail .wa-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .b_about_detail .wa-story-grid,.b_about_detail .wa-belief-grid,.b_about_detail .wa-background-grid{grid-template-columns:1fr;gap:24px}
  .b_about_detail .wa-story-grid{gap:32px}
  .b_about_detail .wa-competition{grid-column:auto}
  .b_about_detail .wa-competition-grid{grid-template-columns:1fr}
}

@media (max-width:600px){
  .b_about_detail .wa-shell{width:min(100% - 32px,1140px)}
  .b_about_detail .wa-section{padding:62px 0}
  .b_about_detail .wa-heading{margin-bottom:34px}
  .b_about_detail .wa-heading h2,.b_about_detail .wa-story h2,.b_about_detail .wa-belief-card h2,.b_about_detail .wa-contact h2{font-size:28px}
  .b_about_detail .wa-heading>p{font-size:15px}
  .b_about_detail .wa-hero{padding:48px 0 56px}
  .b_about_detail .wa-hero-grid{gap:32px}
  .b_about_detail .wa-hero-copy h1{font-size:38px;line-height:1.28;margin:18px 0 22px}
  .b_about_detail .wa-hero-copy>p{font-size:17px;line-height:1.85}
  .b_about_detail .wa-hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px}
  .b_about_detail .wa-hero-points span{display:block;padding:11px 8px;font-size:12px;text-align:center}
  .b_about_detail .wa-hero-points b{display:block;font-size:19px}
  .b_about_detail .wa-hero-photo{min-height:0;aspect-ratio:4/3;border-radius:20px 20px 54px 20px}
  .b_about_detail .wa-hero-photo:after{inset:10px;border-radius:14px 14px 44px 14px}
  .b_about_detail .wa-hero-photo img{object-position:center center}
  .b_about_detail .wa-role-grid{grid-template-columns:1fr;gap:12px}
  .b_about_detail .wa-role-card{padding:24px}
  .b_about_detail .wa-role-card p{min-height:0;margin-top:14px}
  .b_about_detail .wa-story-copy>p{font-size:17px;line-height:1.9}
  .b_about_detail .wa-story blockquote{margin-top:32px;padding:30px 24px 24px;font-size:19px;line-height:1.8}
  .b_about_detail .wa-belief-card,.b_about_detail .wa-info-card{padding:28px 24px;border-radius:20px}
  .b_about_detail .wa-belief-card>p{font-size:16px;line-height:1.85}
  .b_about_detail .wa-numbered{grid-template-columns:42px 1fr;gap:12px;padding:22px 0}
  .b_about_detail .wa-numbered b{font-size:24px}
  .b_about_detail .wa-numbered p{font-size:16px}
  .b_about_detail .wa-info-card h3{font-size:20px}
  .b_about_detail .wa-info-card p,.b_about_detail .wa-info-card li{font-size:15px}
  .b_about_detail .wa-info-card li small{float:none;display:block;margin:3px 0 0}
  .b_about_detail .wa-media-row{grid-auto-columns:82vw;margin-right:-16px}
  .b_about_detail .wa-media-card>img,.b_about_detail .wa-media-logo{height:166px!important}
  .b_about_detail .wa-contact{padding:76px 0}
  .b_about_detail .wa-contact p{font-size:16px}
  .b_about_detail .wa-contact a{font-size:16px;overflow-wrap:anywhere}
}
.b_about_detail .navbar .navbar-brand{display:none!important}

/* ===== About page media masthead + hobbies · 2026-08-14 ===== */
.b_about_detail .wa-info-card .wa-hobby-list{margin-top:-4px}
.b_about_detail .wa-info-card .wa-hobby-list li{color:var(--wa-soft);padding-top:9px;padding-bottom:9px}
.b_about_detail .wa-info-card .wa-hobby-list li:before{top:20px}
.b_about_detail .wa-media-card>img,.b_about_detail .wa-media-brand{display:block;width:100%!important;height:180px!important;max-width:none!important;object-fit:cover}
.b_about_detail .wa-media-brand{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:28px;overflow:hidden}
.b_about_detail .wa-media-brand:after{content:'';position:absolute;right:-28px;bottom:-42px;width:130px;height:130px;border:22px solid currentColor;border-radius:50%;opacity:.08}
.b_about_detail .wa-media-brand-sports{background:linear-gradient(145deg,#F2F7FA,#DCE9F1);color:#244D70}
.b_about_detail .wa-media-brand-news{background:linear-gradient(145deg,#F1F4F3,#DDE6E3);color:#293C3A}
.b_about_detail .wa-media-brand span{padding:0!important;background:transparent!important;color:inherit!important;font-size:10px!important;font-weight:700;letter-spacing:2.1px}
.b_about_detail .wa-media-brand strong{position:relative;margin:8px 0 4px;font-size:29px;font-weight:900;line-height:1.25;letter-spacing:1px;z-index:1}
.b_about_detail .wa-media-brand small{position:relative;color:inherit;font-size:11px;font-weight:700;letter-spacing:1.7px;opacity:.62;z-index:1}
@media (max-width:600px){.b_about_detail .wa-media-card>img,.b_about_detail .wa-media-brand{height:166px!important}}

/* ===== About page warm palette + readable type · 2026-08-14 ===== */
.b_about_detail .wcoach-about-page{--wa-ink:#3A3A3A;--wa-soft:#626A6A}
.b_about_detail .wcoach-about-page,.b_about_detail .wcoach-about-page *{font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif!important}
.b_about_detail .wa-heading h2,.b_about_detail .wa-story h2,.b_about_detail .wa-belief-card h2,.b_about_detail .wa-contact h2{font-size:clamp(32px,3vw,46px)!important;font-weight:900!important;letter-spacing:.2px}
.b_about_detail .wa-hero-copy h1{font-size:clamp(44px,5vw,68px)!important;font-weight:900!important}
.b_about_detail .wa-hero-copy>p{font-size:21px!important;font-weight:500}
.b_about_detail .wa-heading>p{font-size:18px!important;font-weight:500}
.b_about_detail .wa-role-card h3{font-size:24px!important;font-weight:900!important}
.b_about_detail .wa-role-card p{font-size:16px!important;font-weight:500}
.b_about_detail .wa-story-copy>p{font-size:20px!important;font-weight:500}
.b_about_detail .wa-story blockquote{font-size:23px!important;font-weight:700}
.b_about_detail .wa-belief-card>p{font-size:19px!important;font-weight:500}
.b_about_detail .wa-numbered p{font-size:18px!important;font-weight:500}
.b_about_detail .wa-info-card h3{font-size:24px!important;font-weight:900!important}
.b_about_detail .wa-info-card p,.b_about_detail .wa-info-card li{font-size:17px!important;font-weight:500}
.b_about_detail .wa-media-card h3{font-size:18px!important;font-weight:800!important}
.b_about_detail .wa-media-card p{font-size:14px!important;font-weight:500}
.b_about_detail .wa-philosophy{background:#FBF7F2!important;color:var(--wa-ink)!important;border:1px solid #E9DFD4}
.b_about_detail .wa-philosophy .wa-eyebrow,.b_about_detail .wa-philosophy strong{color:var(--wa-deep)!important}
.b_about_detail .wa-philosophy h2,.b_about_detail .wa-philosophy>p{color:var(--wa-ink)!important;opacity:1!important}
.b_about_detail .wa-hero-photo{padding:0!important}
.b_about_detail .wa-hero-photo img{top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important}
@media (max-width:600px){
  .b_about_detail .wa-heading h2,.b_about_detail .wa-story h2,.b_about_detail .wa-belief-card h2,.b_about_detail .wa-contact h2{font-size:31px!important}
  .b_about_detail .wa-hero-copy h1{font-size:40px!important}
  .b_about_detail .wa-hero-copy>p,.b_about_detail .wa-story-copy>p{font-size:18px!important}
  .b_about_detail .wa-heading>p,.b_about_detail .wa-belief-card>p,.b_about_detail .wa-numbered p,.b_about_detail .wa-info-card p,.b_about_detail .wa-info-card li{font-size:17px!important}
  .b_about_detail .wa-story blockquote{font-size:20px!important}
  .b_about_detail .wa-info-card h3{font-size:22px!important}
}

/* ===== About page readable wrapping · 2026-08-14 ===== */
.b_about_detail .wcoach-about-page p,.b_about_detail .wcoach-about-page li,.b_about_detail .wcoach-about-page blockquote{word-break:normal!important;overflow-wrap:break-word!important}

/* ===== About page readable body weight · 2026-08-14 ===== */
.b_about_detail .wa-hero-copy>p,.b_about_detail .wa-heading>p,.b_about_detail .wa-role-card p,.b_about_detail .wa-story-copy>p,.b_about_detail .wa-belief-card>p,.b_about_detail .wa-numbered p,.b_about_detail .wa-info-card p,.b_about_detail .wa-info-card li,.b_about_detail .wa-media-card p{font-weight:500!important}

/* ===== Homepage + About polish · 2026-08-14 ===== */

/* 首頁內文略放大，H1/H2 統一為瓦基式的 Noto Sans TC 重黑體 */
.wcoach-landing h1,
.wcoach-landing h2,
.b_about_detail .wcoach-about-page h1,
.b_about_detail .wcoach-about-page h2{
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif!important;
  font-weight:900!important;
}
.wcoach-landing .hero p.lead{font-size:19px!important}
.wcoach-landing .block-title p{font-size:17px!important}
.wcoach-landing .pillar-card p,
.wcoach-landing .svc-card p,
.wcoach-landing .about-text p,
.wcoach-landing .book-copy>p:not(.book-subtitle):not(.book-meta),
.wcoach-landing .newsletter p{font-size:17px!important}
.wcoach-landing .book-points li,
.wcoach-landing .course-card p{font-size:15px!important}
.wcoach-landing .testimonial-quote{font-size:16px!important}
.wcoach-landing .article-card .excerpt{font-size:14px!important}
.wcoach-landing .final-cta p{font-size:18px!important}

/* 首頁兩張指南封面：在原框內放大並以頂部對齊，裁掉底部品牌字與黑帶 */
.wcoach-landing .article-card.featured-guide .article-img img{
  object-position:center top!important;
  transform:scale(1.12)!important;
  transform-origin:center top!important;
}
.wcoach-landing .article-card.featured-guide:nth-child(2) .article-img::after{
  content:none!important;
  display:none!important;
}

/* 關於我媒體卡片：清掉全站 img 外距，讓圖片貼齊卡片頂部並由圓角框裁切 */
.b_about_detail .wa-media-card>img{
  display:block!important;
  width:100%!important;
  height:180px!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  flex:0 0 auto!important;
}

/* 證照／研習年份固定對齊右上，名稱過長時由文字區換行 */
.b_about_detail .wa-info-card li{
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
}
.b_about_detail .wa-info-card li small{
  float:none!important;
  display:block!important;
  flex:0 0 auto!important;
  margin:2px 0 0 auto!important;
  white-space:nowrap!important;
}

/* 關於我內文再微調一級，照顧 40+ 讀者 */
.b_about_detail .wa-hero-copy>p{font-size:22px!important}
.b_about_detail .wa-heading>p{font-size:19px!important}
.b_about_detail .wa-role-card p{font-size:17px!important}
.b_about_detail .wa-story-copy>p{font-size:21px!important}
.b_about_detail .wa-belief-card>p{font-size:20px!important}
.b_about_detail .wa-numbered p{font-size:19px!important}
.b_about_detail .wa-info-card p,
.b_about_detail .wa-info-card li{font-size:18px!important}
.b_about_detail .wa-media-card h3{font-size:19px!important}
.b_about_detail .wa-media-card p{font-size:15px!important}

@media (max-width:600px){
  .wcoach-landing .hero p.lead,
  .wcoach-landing .block-title p,
  .wcoach-landing .pillar-card p,
  .wcoach-landing .svc-card p,
  .wcoach-landing .about-text p,
  .wcoach-landing .book-copy>p:not(.book-subtitle):not(.book-meta),
  .wcoach-landing .newsletter p,
  .wcoach-landing .final-cta p{font-size:17px!important}
  .b_about_detail .wa-media-card>img{height:166px!important}
  .b_about_detail .wa-hero-copy>p,
  .b_about_detail .wa-heading>p,
  .b_about_detail .wa-role-card p,
  .b_about_detail .wa-story-copy>p,
  .b_about_detail .wa-belief-card>p,
  .b_about_detail .wa-numbered p,
  .b_about_detail .wa-info-card p,
  .b_about_detail .wa-info-card li{font-size:18px!important}
}
/* 2026-08-14 首頁 H1/H2 粗體權重補強 */
.wcoach-landing.wcoach-landing h1,
.wcoach-landing.wcoach-landing h2{font-weight:900!important}

}
