* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Noto Sans TC", "Microsoft JhengHei", -apple-system, sans-serif; color: #1a1a1a; background: #fff; }

/* ─── 校稿標籤 ─── */
.blk { background: #111; color: #aaa; font-size: 11px; font-weight: 700; padding: 5px 16px; letter-spacing: 0.12em; text-align: center; }
.blk span { color: #00B900; }

/* ─── NAVBAR ─── */
.nav { position: sticky; top: 0; z-index: 100; background: #00B900; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 56px; gap: 24px; }
.nav-logo-wrap { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.nav-logo-text { font-size: 22px; font-weight: 900; color: #fff; letter-spacing: -0.5px; }
.nav-logo-sub { font-size: 9px; color: rgba(255,255,255,0.75); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.2; }
.nav-links { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: 13.5px; color: rgba(255,255,255,0.92); text-decoration: none; font-weight: 500; padding: 6px 12px; border-radius: 6px; white-space: nowrap; transition: background 0.15s; }
.nav-links a:hover { background: rgba(255,255,255,0.18); color: #fff; }
.nav-right { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.nav-right a { font-size: 12.5px; color: rgba(255,255,255,0.85); text-decoration: none; padding: 5px 10px; border-radius: 5px; white-space: nowrap; }
.nav-right a:hover { background: rgba(255,255,255,0.18); color: #fff; }
.nav-right .nav-icon { font-size: 16px; cursor: pointer; color: #fff; padding: 5px 8px; }
.nav-cta { background: #00B900; color: #fff; padding: 11px 24px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; }

/* ─── BLOCK 1: HERO ─── */
.hero {
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fffe 50%, #e8f5e9 100%);
  min-height: 600px; display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 80px;
  gap: 40px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; right: -5%; top: -20%;
  width: 500px; height: 700px;
  background: radial-gradient(ellipse, rgba(0,185,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-left { z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,185,0,0.1); border: 1.5px solid rgba(0,185,0,0.3);
  color: #008800; padding: 7px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 700; margin-bottom: 24px;
}
.hero-award {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fffbeb; border: 1.5px solid #d97706;
  color: #92400e; padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 700; margin-bottom: 20px; margin-left: 10px;
}
.hero-title { font-size: 50px; font-weight: 900; line-height: 1.15; color: #111; margin-bottom: 20px; letter-spacing: -1px; }
.hero-title em { font-style: normal; color: #00B900; }
.hero-sub { font-size: 17px; color: #555; line-height: 1.85; margin-bottom: 36px; max-width: 480px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: #00B900; color: #fff; padding: 16px 32px; border-radius: 12px; font-size: 15px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 24px rgba(0,185,0,0.35); display: inline-flex; align-items: center; gap: 8px; }
.btn-secondary { background: #fff; color: #333; padding: 16px 32px; border-radius: 12px; font-size: 15px; font-weight: 700; text-decoration: none; border: 2px solid #e5e7eb; display: inline-flex; align-items: center; gap: 8px; }
.hero-right { position: relative; display: flex; justify-content: center; }
.hero-photo-wrap { position: relative; }
.hero-photo {
  width: 380px; height: 520px; object-fit: cover; object-position: top center;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18);
  display: block;
}
.hero-photo-card {
  position: absolute; bottom: 32px; left: -32px;
  background: #fff; border-radius: 16px; padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  display: flex; align-items: center; gap: 12px;
  min-width: 200px;
}
.hero-photo-card-icon { width: 40px; height: 40px; background: #f0fdf4; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.hero-photo-card-text strong { display: block; font-size: 15px; color: #111; font-weight: 700; }
.hero-photo-card-text small { font-size: 12px; color: #888; }
.hero-photo-badge2 {
  position: absolute; top: 24px; right: -20px;
  background: #00B900; color: #fff;
  width: 72px; height: 72px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; text-align: center; line-height: 1.3;
  box-shadow: 0 4px 16px rgba(0,185,0,0.4);
}

/* ─── BLOCK 2: STATS ─── */
.stats { background: #fff; padding: 0; border-top: 1px solid #e8f0f0; }
.stats-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 36px 24px; text-align: center; border-right: 1px solid #f0f0f0; }
.stat:last-child { border-right: none; }
.stat-num { font-size: 42px; font-weight: 900; color: #00B900; display: block; line-height: 1; }
.stat-lbl { font-size: 13px; color: #666; margin-top: 8px; line-height: 1.5; }

/* ─── BLOCK 3: PACKAGES ─── */
.pkgs { background: #f9fafb; padding: 80px 48px; }
.section-eye { text-align: center; font-size: 12px; font-weight: 700; color: #00B900; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 10px; }
.section-h2 { text-align: center; font-size: 34px; font-weight: 900; color: #111; margin-bottom: 12px; }
.section-p { text-align: center; font-size: 16px; color: #777; margin-bottom: 52px; }
.pkg-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.pkg-card {
  background: #fff; border-radius: 24px; padding: 36px 24px;
  border: 2px solid #e8e8e8;
  display: flex; flex-direction: column;
  position: relative; transition: all 0.3s;
  cursor: pointer;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,185,0,0.15); border-color: #00B900; }
.pkg-card:hover .pkg-btn { background: #00B900; color: #fff; border-color: #00B900; }
.pkg-card.hot { border-color: #00B900; box-shadow: 0 8px 32px rgba(0,185,0,0.15); }
.pkg-hot-tag {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: #00B900; color: #fff; font-size: 12px; font-weight: 700;
  padding: 5px 20px; border-radius: 999px; white-space: nowrap;
}
.pkg-emoji { font-size: 40px; margin-bottom: 16px; }
.pkg-name { font-size: 22px; font-weight: 900; color: #111; margin-bottom: 6px; }
.pkg-en { font-size: 11px; color: #00B900; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.pkg-price { font-size: 28px; font-weight: 900; color: #00B900; margin-bottom: 6px; }
.pkg-price small { font-size: 14px; color: #888; font-weight: 400; }
.pkg-for { font-size: 13px; color: #777; line-height: 1.7; margin-bottom: 20px; flex: 1; }
.pkg-features { list-style: none; margin-bottom: 28px; }
.pkg-features li { font-size: 13px; color: #555; padding: 6px 0; border-bottom: 1px solid #f5f5f5; display: flex; gap: 8px; align-items: flex-start; }
.pkg-features li::before { content: '✓'; color: #00B900; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.pkg-btn { display: block; text-align: center; padding: 13px; border-radius: 12px; font-size: 14px; font-weight: 700; text-decoration: none; transition: all 0.2s; }
.pkg-btn-outline { border: 2px solid #e5e7eb; color: #444; background: #fafafa; }
.pkg-btn-outline:hover { border-color: #00B900; color: #00B900; background: #f0fdf4; }
.pkg-btn-fill { background: #00B900; color: #fff; }
.pkg-btn-fill:hover { background: #009900; }

/* ─── BLOCK 4: CRED ─── */
.cred { background: #fff; padding: 80px 48px; }
.badges-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 48px; }
.badge { display: flex; align-items: center; gap: 12px; padding: 14px 22px; border-radius: 12px; }
.badge-g { background: #f0fdf4; border: 2px solid #00B900; }
.badge-y { background: #fffbeb; border: 2px solid #d97706; }
.badge-ico { font-size: 18px; flex-shrink: 0; }
.badge-g .badge-ico { color: #00B900; }
.badge-y .badge-ico { color: #d97706; }
.badge-txt { font-size: 15px; font-weight: 600; line-height: 1.4; }
.badge-sub { font-size: 12px; color: #d97706; display: block; }

.kpi-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; max-width: 960px; margin: 0 auto 56px; }
.kpi { background: #f9fafb; border-top: 4px solid #00B900; border-radius: 14px; padding: 28px 20px; text-align: center; }
.kpi-n { font-size: 36px; font-weight: 900; color: #00B900; display: block; }
.kpi-l { font-size: 13px; color: #666; margin-top: 6px; }

.clients-h { text-align: center; font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.clients-s { text-align: center; font-size: 14px; color: #999; margin-bottom: 28px; }
.clients-wrap { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; max-width: 960px; margin: 0 auto; }
.clogo-card { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100px; }
.clogo-img { width: 72px; height: 72px; border-radius: 14px; object-fit: contain; background: #fff; border: 1px solid #e8e8e8; padding: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); }
.clogo-box { width: 72px; height: 72px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 900; color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.12); letter-spacing: 0; line-height: 1.2; text-align: center; padding: 4px; }
.clogo-name { font-size: 11px; color: #666; text-align: center; line-height: 1.4; font-weight: 500; }

/* ─── BLOCK 5: TESTIMONIALS with PHOTO ─── */
.testi { background: linear-gradient(180deg, #f9fafb 0%, #fff 100%); padding: 80px 48px; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1200px; margin: 40px auto 0; }
.tcard {
  background: #fff; border-radius: 20px; padding: 28px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  display: flex; flex-direction: column; gap: 16px;
  transition: all 0.25s;
}
.tcard:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.1); transform: translateY(-3px); }
.tcard-top { display: flex; align-items: center; gap: 12px; }
.tcard-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  object-fit: cover; object-position: center;
  border: 3px solid #f0fdf4;
  flex-shrink: 0;
}
.tcard-avatar-placeholder {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700; color: #fff;
  flex-shrink: 0; border: 3px solid rgba(0,185,0,0.2);
}
.tcard-info strong { display: block; font-size: 15px; font-weight: 700; color: #111; }
.tcard-info small { font-size: 12px; color: #999; }
.tcard-stars { color: #f59e0b; font-size: 14px; letter-spacing: 2px; }
.tcard-quote { font-size: 14px; color: #444; line-height: 1.85; flex: 1; border-left: 3px solid #00B900; padding-left: 14px; }
.tcard-course { font-size: 12px; color: #00B900; background: #f0fdf4; padding: 3px 10px; border-radius: 20px; display: inline-block; align-self: flex-start; }

/* wide card for featured testimonial */
.tcard.wide { grid-column: span 3; display: grid; grid-template-columns: 200px 1fr; gap: 32px; align-items: center; background: linear-gradient(135deg, #f0fdf4, #fff); border: 2px solid #00B900; }
.tcard-wide-photo { width: 100%; height: 220px; object-fit: cover; object-position: top; border-radius: 14px; }

/* ─── BLOCK 6: COURSES ─── */
.courses { background: #fff; padding: 80px 48px; }
.course-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; max-width: 800px; margin: 40px auto 0; }
.ccard {
  border: 2px solid #e8e8e8; border-radius: 18px; overflow: hidden;
  transition: all 0.25s; position: relative;
}
.ccard:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.1); transform: translateY(-3px); }
.ccard.best { border-color: #00B900; }
.ccard-thumb { height: 200px; overflow: hidden; border-radius: 12px 12px 0 0; }
.ccard-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.ccard-body { padding: 20px 18px; }
.ccard-badge { font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 4px; display: inline-block; margin-bottom: 10px; }
.badge-hot { color: #dc2626; background: #fef2f2; }
.badge-new { color: #7c3aed; background: #f5f3ff; }
.badge-best { color: #00B900; background: #f0fdf4; }
.badge-vip { color: #d97706; background: #fffbeb; }
.ccard-title { font-size: 16px; font-weight: 800; color: #111; margin-bottom: 8px; line-height: 1.4; }
.ccard-desc { font-size: 13px; color: #888; line-height: 1.6; margin-bottom: 16px; }
.ccard-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.ccard-price-main { font-size: 24px; font-weight: 900; color: #00B900; }
.ccard-price-orig { font-size: 13px; color: #ccc; text-decoration: line-through; }
.ccard-btn { display: block; text-align: center; background: #f0fdf4; color: #00B900; padding: 11px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; border: 1.5px solid #00B900; }
.ccard-btn:hover { background: #00B900; color: #fff; }
.best-tag { position: absolute; top: 10px; right: 10px; background: #dc2626; color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }

/* ─── BLOCK 7: ABOUT ─── */
.about { background: linear-gradient(135deg, #111 0%, #1a1a2e 100%); padding: 80px 48px; }
.about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.about-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; position: relative; }
.about-photo-main { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border-radius: 20px; grid-column: span 1; grid-row: span 2; }
.about-photo-side { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: top; border-radius: 16px; }
.about-award-card {
  background: #00B900; color: #fff;
  padding: 14px 18px; border-radius: 12px;
  font-size: 13px; font-weight: 700; line-height: 1.4; text-align: center;
}
.about-right {}
.about-tag2 { font-size: 12px; font-weight: 700; color: #00B900; letter-spacing: 0.2em; text-transform: uppercase; display: block; margin-bottom: 10px; }
.about-name { font-size: 44px; font-weight: 900; color: #fff; margin-bottom: 4px; }
.about-title2 { font-size: 16px; color: rgba(255,255,255,0.55); margin-bottom: 28px; }
.about-story { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 2; margin-bottom: 32px; }
.about-certs-wrap { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.cert { background: rgba(0,185,0,0.15); border: 1.5px solid rgba(0,185,0,0.4); color: #4ade80; border-radius: 8px; padding: 8px 14px; font-size: 13px; font-weight: 600; }
.cert::before { content: '✓ '; }
.about-pub { display: flex; gap: 10px; flex-wrap: wrap; }
.pub-chip { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); border-radius: 6px; padding: 6px 12px; font-size: 12px; }

/* ─── BLOCK 8: FOOTER CTA ─── */
.ftcta { background: #00B900; padding: 80px 48px; text-align: center; }
.ftcta-sub { font-size: 13px; color: rgba(255,255,255,0.7); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; }
.ftcta-title { font-size: 44px; font-weight: 900; color: #fff; line-height: 1.25; margin-bottom: 16px; }
.ftcta-desc { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 40px; line-height: 1.8; }
.ftcta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-white { background: #fff; color: #00B900; padding: 18px 48px; border-radius: 14px; font-size: 16px; font-weight: 800; text-decoration: none; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.btn-trans { background: rgba(255,255,255,0.15); color: #fff; padding: 18px 48px; border-radius: 14px; font-size: 16px; font-weight: 700; text-decoration: none; border: 2px solid rgba(255,255,255,0.4); }

.footer-bar { background: #0a0a0a; color: #555; padding: 20px 48px; font-size: 13px; text-align: center; }
.footer-bar a { color: #00B900; text-decoration: none; }

@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; padding: 60px 32px; }
  .hero-right { display: none; }
  .pkg-grid { grid-template-columns: repeat(2,1fr); }
  .kpi-row { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .tcard.wide { grid-column: span 1; grid-template-columns: 1fr; }
  .course-grid { grid-template-columns: repeat(2,1fr); }
  .about-inner { grid-template-columns: 1fr; }
  .stat-num { font-size: 30px; }
}