/* 風澤整合行銷有限公司 - 靜態HTML版
   色票取自原WordPress站(blockscape主題)實際計算樣式：
   navy #0d173b / slate #4a5681 / blue #3773fe / blue-light #5da7fe / orange #f39523
*/
:root {
  --navy: #0d173b;
  --slate: #4a5681;
  --blue: #3773fe;
  --blue-light: #5da7fe;
  --orange: #f39523;
  --white: #ffffff;
  --off-white: #f7f8fb;
  --gray-text: #5b6273;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Figtree', -apple-system, "Microsoft JhengHei", sans-serif;
  color: var(--navy);
  background: var(--white);
  line-height: 1.7;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-weight: 600; line-height: 1.3; }
h2 { font-size: 46px; }
h3 { font-size: 24px; }
@media (max-width: 768px) {
  h2 { font-size: 32px; }
  h3 { font-size: 20px; }
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--slate);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  transition: background 0.2s;
}
.btn:hover { background: var(--navy); }
.btn-white { background: var(--white); color: var(--navy); }
.btn-white:hover { background: var(--off-white); }

.learn-more { color: var(--slate); font-weight: 600; font-size: 14px; }
.learn-more:hover { color: var(--blue); }

/* Header */
header.site-header {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
header.site-header .brand { font-size: 22px; font-weight: 600; }
header.site-header nav { display: flex; gap: 24px; font-size: 14px; flex-wrap: wrap; }

/* Hero */
.hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 60px 0;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(13, 23, 59, 0.55);
}
.hero .container { position: relative; z-index: 1; }
.hero .tagline { font-size: 18px; margin-bottom: 16px; }
.hero mark {
  background: none;
  color: var(--orange);
  font-weight: 700;
}
.hero .callout {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* 創作x合作x對話 section - dark navy */
.section-dark {
  background: var(--navy);
  color: var(--white);
  padding: 80px 0;
}
.section-dark p.lead { max-width: 700px; color: #c6cbe0; margin-bottom: 48px; }
.card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) { .card-grid-3 { grid-template-columns: 1fr; } }
.card-grid-3 .card h3 { color: var(--white); margin-bottom: 12px; }
.card-grid-3 .card p { color: #c6cbe0; margin-bottom: 12px; font-size: 15px; }

/* Who We Are - bright blue */
.section-blue {
  background: var(--blue);
  color: var(--white);
  padding: 80px 0;
}
.section-blue .eyebrow { text-transform: uppercase; letter-spacing: 2px; font-size: 13px; opacity: 0.85; margin-bottom: 8px; }
.who-we-are { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 768px) { .who-we-are { grid-template-columns: 1fr; } }
.who-we-are img { border-radius: 16px; }
.who-we-are p { margin-bottom: 20px; opacity: 0.95; }

/* CTA banner - gradient */
.section-cta {
  background: linear-gradient(113deg, var(--blue-light) 0%, var(--blue) 107%);
  color: var(--white);
  padding: 64px 0;
}
.cta-flex { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-flex img { max-width: 220px; }
.cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

/* 服務特色 section - white */
.section-white { padding: 80px 0; }
.section-white .intro { max-width: 700px; margin-bottom: 48px; }
.section-white .intro p { color: var(--gray-text); margin-top: 16px; }
.card-grid-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 900px) { .card-grid-6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .card-grid-6 { grid-template-columns: 1fr; } }
.card-grid-6 .card .icon-badge {
  width: 80px; height: 80px;
  background: #eaf1ff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.card-grid-6 .card .icon-badge img { width: 44px; height: 44px; object-fit: contain; }
.card-grid-6 .card h3 { margin-bottom: 8px; }
.card-grid-6 .card p { color: var(--gray-text); font-size: 15px; margin-bottom: 12px; }

/* 免費諮詢服務 section - off-white */
.section-consult { background: var(--off-white); padding: 80px 0; }
.consult-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 768px) { .consult-grid { grid-template-columns: 1fr; } }
.consult-grid ul { list-style: none; margin: 20px 0; }
.consult-grid li { padding: 10px 0; border-bottom: 1px solid #e2e5ee; }
.consult-grid p.desc { color: var(--gray-text); margin-top: 16px; }

/* Footer */
footer {
  background: var(--navy);
  color: #c6cbe0;
  padding: 56px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
.footer-grid h4 { color: var(--white); font-size: 15px; margin-bottom: 12px; }
.footer-grid a, .footer-grid span { display: block; font-size: 14px; margin-bottom: 8px; color: #c6cbe0; }
.footer-social { display: flex; gap: 16px; margin-top: 16px; }
.footer-social img { width: 28px; height: 28px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}
.contact-icons { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 8px; }
.contact-icons .item { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.contact-icons img { width: 18px; height: 18px; }
