:root{--brand-red: #d13a3a;--brand-red-light: #fef2f2;--brand-red-dark: #b92b2b;--brand-beige: #f9f5f1;--brand-white: #ffffff;--text-main: #4a4a4a;--text-heading: #2c2c2c;--text-muted: #666666;--shadow-sm: 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 4px 20px rgba(0,0,0,.06);--shadow-lg: 0 12px 40px rgba(0,0,0,.1);--radius-md: 12px;--radius-lg: 16px}body{background-color:var(--brand-beige);color:var(--text-main);font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,sans-serif}h1,h2,h3,h4{font-family:"Noto Serif TC",serif;color:var(--text-heading);letter-spacing:-.01em}.ac-container{max-width:900px;margin:0 auto;padding:0 1.5rem}.btn-primary{display:inline-block;background:linear-gradient(135deg,var(--brand-red),var(--brand-red-dark));color:#fff;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 15px #d13a3a4d;letter-spacing:.02em}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #d13a3a66}.btn-secondary{display:inline-block;background:transparent;color:var(--brand-red);font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;border:2px solid var(--brand-red);transition:all .2s ease}.btn-secondary:hover{background:var(--brand-red-light);transform:translateY(-2px)}.ac-illustration{width:100%;max-width:800px;margin:2.5rem auto;display:block;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.ac-illustration-caption{text-align:center;font-size:.9rem;color:var(--text-muted);margin-top:.75rem;margin-bottom:1rem}.ac-illustration-wrap{text-align:center}.ac-section{padding:5rem 0}.ac-section-white{background:var(--brand-white)}.section-title{font-size:2rem;text-align:center;margin-bottom:.75rem;line-height:1.4}.section-subtitle{text-align:center;color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem;line-height:1.8}.ac-hero{padding:5rem 0 4rem;text-align:center;position:relative;overflow:hidden}.ac-hero:before{content:"";position:absolute;top:-50%;left:-25%;width:150%;height:200%;background:radial-gradient(ellipse at center,rgba(209,58,58,.03) 0%,transparent 70%);pointer-events:none}.ac-hero h1{font-size:2.5rem;line-height:1.35;margin-bottom:1.5rem;position:relative}.ac-hero h1 span{color:var(--brand-red)}.ac-hero .lead{font-size:1.15rem;color:var(--text-muted);line-height:2;margin-bottom:2.5rem;position:relative}.ac-hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}.ac-badge{display:inline-block;background:var(--brand-red-light);color:var(--brand-red);padding:.4rem 1rem;font-size:.9rem;font-weight:700;border-radius:100px;margin-bottom:1.5rem;letter-spacing:.05em}.ac-schedule{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.05rem;color:var(--text-heading);font-weight:600;margin-bottom:2rem;letter-spacing:.01em}.ac-schedule .ac-schedule-icon{font-size:1.1rem}.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.pain-card{background:var(--brand-beige);border-radius:var(--radius-md);padding:1.5rem 2rem;border:1px solid rgba(0,0,0,.04)}.pain-card p{margin:0;font-size:1.05rem;line-height:1.8}.layer-flow{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:3rem;flex-wrap:wrap}.layer-chip{background:var(--brand-white);border:2px solid var(--brand-red);color:var(--brand-red);padding:.5rem 1.25rem;border-radius:100px;font-weight:700;font-size:.95rem;white-space:nowrap}.layer-arrow{color:var(--brand-red);font-size:1.2rem;font-weight:700}.layer-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.layer-card{background:var(--brand-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease}.layer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.layer-card .icon{font-size:2rem;margin-bottom:1rem}.layer-card h4{font-size:1.1rem;margin:0 0 .75rem;font-family:Noto Sans TC,sans-serif;color:var(--text-heading)}.layer-card p{font-size:.95rem;line-height:1.8;color:var(--text-muted);margin:0}.layer-card.result-card{background:linear-gradient(135deg,#fef2f2,#fff5f5);border:2px solid rgba(209,58,58,.15)}.layer-card.result-card h4{color:var(--brand-red)}.result-highlight{text-align:center;margin-top:3rem;padding:2rem;background:var(--brand-red-light);border-radius:var(--radius-lg);border:2px solid rgba(209,58,58,.15)}.result-highlight p{font-size:1.2rem;font-weight:700;color:var(--brand-red);margin:0}.lead-magnet-section{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:4rem 0;text-align:center}.lead-magnet-section h2{color:#fff;font-size:1.8rem;margin-bottom:1rem}.lead-magnet-section .subtitle{color:#fffc;font-size:1.05rem;line-height:1.8;margin-bottom:.5rem}.lead-magnet-items{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.lead-magnet-items span{color:#ffffffe6;font-size:1rem}.lead-form{max-width:560px;margin:0 auto}.lead-form-fields{display:flex;gap:10px;margin-bottom:12px}.lead-form-fields input{flex:1;padding:.9rem 1.2rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#fffffff2;color:#2c2c2c;font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s}.lead-form-fields input:focus{border-color:var(--brand-red)}.lead-form-fields input::-moz-placeholder{color:#999}.lead-form-fields input::placeholder{color:#999}.lead-form .btn-lead{display:inline-block;background:#fff;color:var(--brand-red);font-size:1rem;font-weight:700;padding:.9rem 2rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 20px #0003;white-space:nowrap;font-family:inherit}.lead-form .btn-lead:hover{background:var(--brand-red);color:#fff;transform:translateY(-2px);box-shadow:0 6px 30px #d13a3a66}.lead-form .btn-lead:disabled{opacity:.7;transform:none;cursor:not-allowed}.lead-form-newsletter{display:flex;align-items:flex-start;gap:8px;margin-top:12px;cursor:pointer;font-size:.85rem;color:#ffffffb3;line-height:1.4}.lead-form-newsletter input[type=checkbox]{margin-top:2px;accent-color:#D13A3A;width:16px;height:16px;flex-shrink:0}.lead-form-hint{font-size:.8rem;color:#ffffff80;text-align:center;margin:0}.lead-form-message{text-align:center;margin-top:16px;padding:12px 20px;border-radius:8px;font-size:.95rem;display:none}.lead-form-message.success{display:block;background:#22c55e26;color:#86efac;border:1px solid rgba(34,197,94,.3)}.lead-form-message.error{display:block;background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.curriculum-timeline{max-width:700px;margin:0 auto}.curriculum-item{display:flex;gap:2rem;margin-bottom:2.5rem;position:relative}.curriculum-item:before{content:"";position:absolute;left:44px;top:80px;bottom:-2.5rem;width:2px;background:linear-gradient(to bottom,var(--brand-red),transparent)}.curriculum-item:last-child:before{display:none}.curriculum-time{width:90px;flex-shrink:0;text-align:center}.curriculum-time .hour{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,var(--brand-red),var(--brand-red-dark));color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;margin:0 auto .5rem;box-shadow:0 4px 15px #d13a3a4d;font-family:Noto Sans TC,sans-serif}.curriculum-time .label{font-size:.85rem;color:var(--text-muted)}.curriculum-content{flex:1;background:var(--brand-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.04)}.curriculum-content h4{font-size:1.15rem;margin:0 0 1rem;font-family:Noto Sans TC,sans-serif;color:var(--text-heading)}.curriculum-content ul{list-style:none;padding:0;margin:0}.curriculum-content li{font-size:.95rem;line-height:1.8;color:var(--text-main);padding:.4rem 0 .4rem 1.5rem;position:relative}.curriculum-content li:before{content:"✓";position:absolute;left:0;color:var(--brand-red);font-weight:700}.instructor-card{background:var(--brand-white);border-radius:var(--radius-lg);padding:3rem;box-shadow:var(--shadow-md);display:flex;gap:2.5rem;align-items:flex-start}.instructor-img{width:160px;height:160px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:4px solid var(--brand-red-light)}.instructor-info h3{font-size:1.5rem;margin:0 0 .5rem}.instructor-info .title{color:var(--brand-red);font-size:.95rem;font-weight:600;margin:0 0 1rem}.instructor-info .bio{font-size:.95rem;line-height:1.9;color:var(--text-main);margin:0 0 1.5rem}.instructor-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;background:var(--brand-beige);border-radius:var(--radius-md);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.stat-item{text-align:center}.stat-item .num{display:block;font-size:1.5rem;font-weight:700;color:var(--brand-red);font-family:Noto Sans TC,sans-serif}.stat-item .label{display:block;font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.instructor-highlights{list-style:none;padding:0;margin:0}.instructor-highlights li{padding:.3rem 0;font-size:.95rem;line-height:1.8}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.pricing-card{background:var(--brand-white);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.04);transition:transform .2s ease}.pricing-card:hover{transform:translateY(-4px)}.pricing-card.featured{border:2px solid var(--brand-red);transform:scale(1.05);box-shadow:var(--shadow-lg);position:relative}.pricing-card.featured:before{content:"最划算";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--brand-red);color:#fff;padding:.25rem 1rem;border-radius:100px;font-size:.8rem;font-weight:700}.pricing-card.featured:hover{transform:scale(1.05) translateY(-4px)}.pricing-card h4{font-size:1.2rem;margin:0 0 .5rem;font-family:Noto Sans TC,sans-serif}.pricing-card .desc{color:var(--text-muted);font-size:.9rem;margin:0 0 1.5rem}.pricing-card .price{font-size:2.5rem;font-weight:700;color:var(--brand-red);font-family:Noto Sans TC,sans-serif;margin-bottom:.25rem}.pricing-card .original-price{color:var(--text-muted);text-decoration:line-through;font-size:.9rem;margin-bottom:.5rem}.pricing-card .price-note{color:var(--brand-red);font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.bonus-list{text-align:center;margin-top:2rem;font-size:1rem;color:var(--text-main)}.faq-list{max-width:700px;margin:0 auto}.faq-item{background:var(--brand-white);border-radius:var(--radius-md);margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow-sm);border:none}.faq-item summary{padding:1.5rem;font-weight:700;font-size:1.05rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"▼";font-size:.75rem;color:var(--text-muted);transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-item summary:hover{background:var(--brand-beige)}.faq-item[open] summary:after{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.9;color:var(--text-muted)}.cta-section{background:linear-gradient(135deg,var(--brand-red-dark),var(--brand-red));color:#fff;text-align:center;padding:5rem 1.5rem}.cta-section h2{color:#fff;font-size:2rem;margin-bottom:1rem;line-height:1.4}.cta-section p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem;line-height:1.8}.cta-section .btn-cta-white{display:inline-block;background:#fff;color:var(--brand-red);font-size:1.15rem;font-weight:700;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 20px #00000026;margin:0 .5rem}.cta-section .btn-cta-white:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00000040}.cta-section .btn-cta-outline{display:inline-block;background:transparent;color:#fff;font-size:1.15rem;font-weight:700;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;border:2px solid white;transition:all .2s ease;margin:0 .5rem}.cta-section .btn-cta-outline:hover{background:#ffffff1a;transform:translateY(-2px)}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-section{text-align:center;padding:3rem 1.5rem;background:var(--brand-beige)}.contact-section p{font-size:1.1rem;color:var(--text-muted);margin:0}.contact-section a{color:var(--brand-red);font-weight:600;text-decoration:none}.contact-section a:hover{text-decoration:underline}@media(max-width:768px){.ac-container{padding:0 1rem}.ac-hero{padding:3rem 0 2.5rem}.ac-hero h1,.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.ac-section{padding:3rem 0}.pain-grid{grid-template-columns:1fr}.pain-card{padding:1.25rem 1.5rem}.layer-cards{grid-template-columns:1fr}.curriculum-item{flex-direction:column;gap:1rem;margin-bottom:2rem}.curriculum-item:before{display:none}.curriculum-time{width:auto;display:flex;align-items:center;gap:.75rem}.curriculum-time .hour{width:48px;height:48px;font-size:1.25rem;margin:0}.curriculum-time .label{font-size:.9rem}.curriculum-content{padding:1.5rem}.instructor-card{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}.instructor-img{width:120px;height:120px}.instructor-stats{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-4px)}.faq-item summary{font-size:1rem;padding:1.25rem}.faq-answer{padding:0 1.25rem 1.25rem}.cta-section{padding:3.5rem 1rem}.cta-section h2{font-size:1.75rem}.lead-magnet-section{padding:3rem 1rem}.lead-magnet-items{gap:1rem}.lead-form-fields{flex-direction:column}.lead-form .btn-lead{width:100%;text-align:center}}@media(max-width:480px){.ac-hero h1{font-size:1.5rem}.ac-hero .lead{font-size:1rem}.section-title{font-size:1.5rem}.btn-primary,.btn-secondary{font-size:1rem;padding:.85rem 2rem;width:100%;text-align:center}.ac-hero-cta{flex-direction:column;align-items:stretch}.pricing-card .price{font-size:2rem}.instructor-stats{gap:.75rem;padding:1rem .5rem}.stat-item .num{font-size:1.25rem}.stat-item .label{font-size:.75rem}.cta-section h2{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-section .btn-cta-white,.cta-section .btn-cta-outline{width:100%;text-align:center;margin:0}.layer-flow{gap:.25rem}.layer-chip{font-size:.8rem;padding:.4rem .75rem}}
