/* ===== 2026年上海餐飲品牌落地實戰見學行程 - 靜態網站 ===== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600;700;900&family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap');

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a1a;
  background: #FDFBF7;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
.serif { font-family: 'Noto Serif TC', serif; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* Container */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 800px; margin: 0 auto; padding: 0 24px; }

/* Elegant Divider */
.elegant-divider {
  width: 60px; height: 2px;
  background: linear-gradient(90deg, #C8A97E, #E8D5B7);
  margin: 16px auto;
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(253,251,247,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,169,126,0.15);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.navbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 64px;
}
.navbar-brand { font-family: 'Noto Serif TC', serif; font-weight: 700; font-size: 1.15rem; color: #C8A97E; }
.navbar-links { display: flex; gap: 28px; align-items: center; }
.navbar-links a {
  font-size: 0.88rem; font-weight: 500; color: #555;
  transition: color 0.2s; letter-spacing: 0.3px;
}
.navbar-links a:hover, .navbar-links a.active { color: #C8A97E; }
.btn-register {
  display: inline-block; padding: 8px 22px;
  background: linear-gradient(135deg, #C8A97E, #B8956A);
  color: #fff !important; border-radius: 6px; font-size: 0.85rem; font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-register:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(200,169,126,0.35); }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: #555; margin: 5px 0; transition: 0.3s; }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  overflow: hidden; text-align: center; color: #fff;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(200,169,126,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 30%, rgba(200,169,126,0.08) 0%, transparent 50%);
}
.hero-content { position: relative; z-index: 2; padding: 120px 24px 80px; }
.hero-badge {
  display: inline-block; padding: 6px 20px; border: 1px solid rgba(200,169,126,0.4);
  border-radius: 50px; font-size: 0.8rem; letter-spacing: 2px; color: #C8A97E;
  margin-bottom: 24px; text-transform: uppercase;
}
.hero h1 {
  font-family: 'Noto Serif TC', serif; font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900; line-height: 1.3; margin-bottom: 16px;
}
.hero h1 .gold { color: #C8A97E; }
.hero .subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem); color: rgba(255,255,255,0.7);
  margin-bottom: 12px; font-weight: 300;
}
.hero .date-info {
  font-size: 1.1rem; color: #C8A97E; font-weight: 600;
  margin-bottom: 32px; letter-spacing: 1px;
}
.hero .btn-hero {
  display: inline-block; padding: 14px 40px;
  background: linear-gradient(135deg, #C8A97E, #B8956A);
  color: #fff; border-radius: 8px; font-size: 1rem; font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hero .btn-hero:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,169,126,0.4); }

/* ===== HIGHLIGHTS ===== */
.highlights { padding: 80px 0; background: #fff; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header .label { font-size: 0.8rem; letter-spacing: 3px; color: #C8A97E; text-transform: uppercase; }
.section-header h2 { font-family: 'Noto Serif TC', serif; font-size: 1.8rem; font-weight: 700; margin-top: 8px; }
.highlight-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.highlight-card {
  background: #FDFBF7; border: 1px solid rgba(200,169,126,0.15);
  border-radius: 12px; padding: 28px 24px; text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.highlight-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.highlight-card .icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, #C8A97E, #E8D5B7);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 1.3rem;
}
.highlight-card h3 { font-family: 'Noto Serif TC', serif; font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.highlight-card p { font-size: 0.85rem; color: #666; line-height: 1.6; }

/* ===== ITINERARY ===== */
.itinerary { padding: 80px 0; background: #FDFBF7; }
.day-card {
  background: #fff; border-radius: 16px; border: 1px solid rgba(200,169,126,0.12);
  overflow: hidden; margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
.day-header {
  padding: 20px 28px; color: #fff;
  display: flex; align-items: center; gap: 16px;
}
.day-header .day-num { font-family: 'Noto Serif TC', serif; font-size: 1.5rem; font-weight: 900; }
.day-header .day-title { font-size: 1rem; font-weight: 600; }
.day-body { padding: 24px 28px; }
.time-item { display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px solid #f0ece4; }
.time-item:last-child { border-bottom: none; }
.time-label {
  min-width: 60px; font-size: 0.82rem; font-weight: 600; color: #C8A97E;
  padding-top: 2px;
}
.time-content { flex: 1; }
.time-content strong { font-weight: 600; }
.time-content p { font-size: 0.9rem; color: #555; margin-top: 4px; }

/* Day colors */
.day-1 { background: linear-gradient(135deg, #C8A97E, #B8956A); }
.day-2 { background: linear-gradient(135deg, #E63946, #c62828); }
.day-3 { background: linear-gradient(135deg, #2A9D8F, #1a7a6e); }
.day-4 { background: linear-gradient(135deg, #264653, #1a3040); }
.day-5 { background: linear-gradient(135deg, #E76F51, #c55a3f); }

/* Hotel section */
.hotel-section {
  background: #fff; border-radius: 16px; border: 1px solid rgba(200,169,126,0.12);
  overflow: hidden; margin-top: 32px;
}
.hotel-img { width: 100%; height: 300px; object-fit: cover; }
.hotel-body { padding: 28px; }
.hotel-body h3 { font-family: 'Noto Serif TC', serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; }
.hotel-body p { font-size: 0.9rem; color: #555; }

/* ===== COMPANIES ===== */
.companies { padding: 80px 0; background: #fff; }
.company-card {
  background: #FDFBF7; border-radius: 16px; border: 1px solid rgba(200,169,126,0.12);
  overflow: hidden; margin-bottom: 32px;
}
.company-color-bar { height: 4px; }
.company-img { width: 100%; max-height: 360px; object-fit: cover; }
.company-body { padding: 28px; }
.company-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.company-icon {
  width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: 'Noto Serif TC', serif; font-weight: 700; font-size: 1.2rem;
}
.company-header h3 { font-family: 'Noto Serif TC', serif; font-size: 1.15rem; font-weight: 700; }
.company-header .category { font-size: 0.8rem; color: #888; margin-top: 4px; }
.company-body > p { font-size: 0.92rem; color: #555; margin-bottom: 20px; }
.info-box {
  padding: 16px 20px; border-radius: 10px; margin-bottom: 12px;
  display: flex; gap: 12px; align-items: flex-start;
}
.info-box.stats { background: rgba(200,169,126,0.08); }
.info-box.insight { background: #FFF8E1; border: 1px solid #FFE082; }
.info-box .info-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.info-box .info-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.info-box .info-text { font-size: 0.88rem; color: #444; margin-top: 4px; line-height: 1.6; }
.info-box.stats .info-label { color: #C8A97E; }
.info-box.insight .info-label { color: #F57F17; }

/* ===== TAIWAN ===== */
.taiwan { padding: 80px 0; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; }
.taiwan .section-header .label { color: #C8A97E; }
.taiwan .section-header h2 { color: #fff; }
.taiwan-intro { text-align: center; max-width: 700px; margin: 0 auto 48px; color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.taiwan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-bottom: 48px; }
.taiwan-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(200,169,126,0.2);
  border-radius: 16px; padding: 28px;
}
.taiwan-card .card-icon { font-size: 2rem; margin-bottom: 12px; }
.taiwan-card h3 { font-family: 'Noto Serif TC', serif; font-size: 1.05rem; font-weight: 700; color: #C8A97E; margin-bottom: 12px; }
.taiwan-card p { font-size: 0.88rem; color: rgba(255,255,255,0.7); line-height: 1.7; }
.taiwan-cta {
  text-align: center; padding: 36px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(200,169,126,0.15), rgba(200,169,126,0.05));
  border: 1px solid rgba(200,169,126,0.25);
}
.taiwan-cta h3 { font-family: 'Noto Serif TC', serif; font-size: 1.2rem; margin-bottom: 12px; }
.taiwan-cta p { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin-bottom: 20px; }

/* ===== PRICING ===== */
.pricing { padding: 80px 0; background: #FDFBF7; }
.price-card {
  background: #fff; border-radius: 16px; border: 1px solid rgba(200,169,126,0.15);
  overflow: hidden; max-width: 600px; margin: 0 auto 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.price-header {
  background: linear-gradient(135deg, #C8A97E, #B8956A);
  padding: 28px; text-align: center; color: #fff;
}
.price-header .amount { font-family: 'Noto Serif TC', serif; font-size: 2.5rem; font-weight: 900; }
.price-header .unit { font-size: 0.9rem; opacity: 0.85; }
.price-header .single-note { font-size: 0.82rem; opacity: 0.8; margin-top: 8px; }
.price-body { padding: 28px; }
.price-body h3 { font-family: 'Noto Serif TC', serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 16px; }
.price-item { display: flex; gap: 10px; padding: 8px 0; font-size: 0.9rem; color: #555; }
.price-item .check { color: #C8A97E; font-weight: 700; }

.bank-info {
  background: #fff; border-radius: 16px; border: 1px solid rgba(200,169,126,0.15);
  padding: 28px; max-width: 600px; margin: 0 auto 32px;
}
.bank-info h3 { font-family: 'Noto Serif TC', serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 16px; color: #C8A97E; }
.bank-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f0ece4; font-size: 0.9rem; }
.bank-row:last-child { border-bottom: none; }
.bank-row .label { color: #888; }
.bank-row .value { font-weight: 600; }

.passport-info {
  background: #fff; border-radius: 16px; border: 1px solid rgba(200,169,126,0.15);
  padding: 28px; max-width: 600px; margin: 0 auto 32px;
}
.passport-info h3 { font-family: 'Noto Serif TC', serif; font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; }
.passport-info h4 { font-size: 0.95rem; font-weight: 600; margin: 16px 0 8px; color: #C8A97E; }
.passport-info li { font-size: 0.88rem; color: #555; margin-bottom: 6px; list-style: disc; margin-left: 20px; }

.steps-section { max-width: 600px; margin: 0 auto 32px; }
.steps-section h3 { font-family: 'Noto Serif TC', serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; text-align: center; }
.step-item {
  display: flex; gap: 16px; margin-bottom: 16px; padding: 16px;
  background: #fff; border-radius: 12px; border: 1px solid rgba(200,169,126,0.12);
}
.step-num {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #C8A97E, #B8956A);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700;
}
.step-item p { font-size: 0.88rem; color: #555; }

/* ===== FOOTER ===== */
.footer {
  background: #1a1a2e; color: rgba(255,255,255,0.6); padding: 48px 0 24px;
}
.footer-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px;
  margin-bottom: 32px;
}
.footer-col h4 { font-family: 'Noto Serif TC', serif; color: #C8A97E; font-size: 0.95rem; margin-bottom: 12px; }
.footer-col p, .footer-col a { font-size: 0.85rem; line-height: 2; display: block; }
.footer-col a:hover { color: #C8A97E; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px; text-align: center; font-size: 0.8rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .navbar-links { display: none; }
  .navbar-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 64px; left: 0; right: 0;
    background: rgba(253,251,247,0.98); padding: 20px 24px;
    border-bottom: 1px solid rgba(200,169,126,0.15);
    gap: 16px;
  }
  .mobile-toggle { display: block; }
  .hero h1 { font-size: 1.8rem; }
  .hero .subtitle { font-size: 0.95rem; }
  .highlight-grid { grid-template-columns: 1fr 1fr; }
  .taiwan-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
}
@media (max-width: 480px) {
  .highlight-grid { grid-template-columns: 1fr; }
  .day-header { padding: 16px 20px; }
  .day-body { padding: 16px 20px; }
  .company-body { padding: 20px; }
}
