/* ============================================================
   about-v2.css — 關於實力 about.aspx 新版套版專用
   - 對應 01-3 原型 about.html
   - 全部 class 加 iv2- 前綴,scope 在 .iv2-root 內(不污染 Bootstrap/其他頁)
   - 字體統一 Noto Sans Traditional Chinese(同 about-exam-v2 / about-honors-v2)
   - 尺寸:.iv2-root 基準 17px,子元素用 em;clamp() 用 px
   - 中文文案全形標點;CSS 內一律半形
   - 本檔自帶完整 token/base/wrap/btn/crumb/eyebrow,不依賴 about-exam-v2.css 載入
   - RWD 斷點:1024(wrap 90%)/ 1000 / 900 / 800 / 600 / 560 / 500
   ============================================================ */

.iv2-root {
  --iv2-brand-navy: #0a1530;
  --iv2-brand-navy-deep: #060d1f;
  --iv2-brand-navy-mid: #1a2a52;
  --iv2-primary: #5645d4;
  --iv2-primary-pressed: #4534b3;
  --iv2-primary-deep: #3a2a99;
  --iv2-primary-soft: #ece9fb;
  --iv2-accent-red: #ff385c;
  --iv2-accent-amber: #f5d75e;
  --iv2-success: #1aae39;
  --iv2-warning: #dd5b00;
  --iv2-canvas: #ffffff;
  --iv2-surface: #f6f5f4;
  --iv2-surface-soft: #fafaf9;
  --iv2-hairline: #e5e3df;
  --iv2-hairline-soft: #ede9e4;
  --iv2-hairline-strong: #c8c4be;
  --iv2-ink: #1a1a1a;
  --iv2-charcoal: #37352f;
  --iv2-slate: #5d5b54;
  --iv2-steel: #787671;
  --iv2-muted: #bbb8b1;
  --iv2-stone: #9b9892;
  --iv2-tint-peach: #ffe8d4;
  --iv2-tint-mint: #d9f3e1;
  --iv2-tint-lavender: #e6e0f5;
  --iv2-tint-sky: #dcecfa;
  --iv2-tint-yellow: #fef7d6;
  --iv2-r-sm: 10px;
  --iv2-r-md: 14px;
  --iv2-r-lg: 20px;
  --iv2-r-xl: 28px;
  --iv2-r-pill: 999px;
  --iv2-s-2: 8px;
  --iv2-s-3: 12px;
  --iv2-s-4: 16px;
  --iv2-s-5: 24px;
  --iv2-s-6: 32px;
  --iv2-s-7: 48px;
  --iv2-s-8: 64px;
  --iv2-s-9: 96px;
  /* v2.11: 陰影 token 微提升,全公開頁一致,卡片更有浮起深度感 */
  --iv2-shadow-sm: 0 2px 5px rgba(15,23,48,0.07);
  --iv2-shadow-md: 0 6px 16px rgba(15,23,48,0.10);
  --iv2-shadow-lg: 0 16px 40px rgba(15,23,48,0.15);
  --iv2-shadow-xl: 0 24px 60px rgba(15,23,48,0.18);
  --iv2-font: 'Noto Sans Traditional Chinese', 'Noto Sans TC', 'Noto Sans CJK TC', 'Microsoft JhengHei', PingFangTC, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--iv2-font);
  font-size: 17px;
  color: var(--iv2-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.iv2-root * { box-sizing: border-box; }
.iv2-root img, .iv2-root svg { display: block; max-width: 100%; }
.iv2-root a { color: inherit; text-decoration: none; }
.iv2-root ul { padding: 0; margin: 0; list-style: none; }
.iv2-root h1, .iv2-root h2, .iv2-root h3, .iv2-root h4, .iv2-root p { margin: 0; }
.iv2-root button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.iv2-root dl, .iv2-root dt, .iv2-root dd { margin: 0; }
.iv2-root blockquote { margin: 0; }

/* RWD 防溢位:本頁 body / nav / footer 一併套字體(同 about-exam-v2 規則) */
html, body { overflow-x: hidden; }
body,
body button,
body input,
body select,
body textarea {
  font-family: 'Noto Sans Traditional Chinese', 'Noto Sans TC', 'Noto Sans CJK TC', 'Microsoft JhengHei', PingFangTC, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ============ 容器 / 共用 ============ */
/* 寬度占比:電腦 80% / 平板 90% / 手機 100% */
.iv2-root .iv2-wrap { width: 80%; max-width: none; margin-inline: auto; padding-inline: var(--iv2-s-5); }
@media (max-width: 1024px) { .iv2-root .iv2-wrap { width: 90%; } }
@media (max-width: 560px) { .iv2-root .iv2-wrap { width: 100%; padding-inline: 14px; } }

.iv2-root .iv2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; padding: 0 24px; border-radius: var(--iv2-r-pill); font-weight: 600; font-size: 0.95em; transition: all .15s; white-space: nowrap; border: none; cursor: pointer; font-family: inherit; }
.iv2-root .iv2-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.iv2-root .iv2-btn-on-dark { background: #fff; color: var(--iv2-ink); }
.iv2-root .iv2-btn-on-dark:hover { background: var(--iv2-surface); }
.iv2-root .iv2-btn-outline-dark { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.32); }
.iv2-root .iv2-btn-outline-dark:hover { background: rgba(255,255,255,0.1); color: #fff; }
.iv2-root .iv2-btn-lg { height: 52px; padding: 0 28px; font-size: 1em; }

/* 麵包屑 */
.iv2-root .iv2-crumb { font-size: 0.85em; color: var(--iv2-slate); }
.iv2-root .iv2-crumb a:hover { color: var(--iv2-primary); }
.iv2-root .iv2-crumb .iv2-sep { margin: 0 8px; color: var(--iv2-muted); }

/* 區塊抬頭(eyebrow) */
.iv2-root .iv2-eyebrow { display: inline-block; font-size: 0.78em; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--iv2-primary); }
.iv2-root .iv2-hero-eyebrow { display: inline-block; font-size: 0.78em; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--iv2-primary); }

/* HERO 改用全站共用 .iv2-hero(iv2-ui.css);舊 .iv2-about-hero 已移除 */
/* 關於頁專屬:信任條間距拉寬,4 個標籤排列更開、更整齊(本檔載入於 iv2-ui.css 之後,僅覆寫本頁) */
.iv2-root .iv2-hero-trust { gap: 16px 44px; margin-top: 38px; }
.iv2-root .iv2-hero-trust li { font-size: 1.05em; }

/* ============ big-stats ============ */
.iv2-root .iv2-big-stats { background: var(--iv2-canvas); border-bottom: 1px solid var(--iv2-hairline); padding-block: var(--iv2-s-8); }
/* 五宮格:flex 置中 wrap — 桌機一排五欄,平板/手機自動換行且未滿排置中(整齊不留孤兒缺口) */
.iv2-root .iv2-big-stats-row { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--iv2-s-6) var(--iv2-s-7); }
.iv2-root .iv2-big-stat { flex: 1 1 150px; max-width: 196px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; gap: var(--iv2-s-3); }
/* 數字/文字大標統一放在等高框內,底端對齊 → 各卡說明文字起始 Y 一致(對齊) */
.iv2-root .iv2-big-stat .iv2-bn { display: flex; align-items: flex-end; justify-content: center; min-height: clamp(48px, 26px + 3vw, 66px); font-size: clamp(40px, 22px + 2.4vw, 56px); font-weight: 300; line-height: 1; letter-spacing: -0.03em; color: var(--iv2-brand-navy); font-variant-numeric: tabular-nums; }
.iv2-root .iv2-big-stat .iv2-bn .iv2-unit { font-size: 0.32em; color: var(--iv2-slate); font-weight: 400; margin-left: 5px; letter-spacing: 0; align-self: flex-end; padding-bottom: 0.35em; }
/* 文字型大標(非數字,如「線上＋實體」「完整路徑」)— 縮小字級避免溢位,與數字型同框底端對齊 */
.iv2-root .iv2-big-stat .iv2-bn.iv2-bn-text { font-size: clamp(26px, 16px + 1.8vw, 38px); font-weight: 600; letter-spacing: -0.01em; }
.iv2-root .iv2-big-stat .iv2-bl { color: var(--iv2-slate); margin-top: 0; font-size: 0.9em; line-height: 1.5; }

/* ============ mission ============ */
.iv2-root .iv2-mission { padding-block: var(--iv2-s-9); }
.iv2-root .iv2-mission-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: var(--iv2-s-7); align-items: start; }
@media (max-width: 800px) { .iv2-root .iv2-mission-grid { grid-template-columns: 1fr; } }
.iv2-root .iv2-mission-grid h2 { font-size: clamp(34px, 17px + 2.5vw, 51px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; margin-top: var(--iv2-s-3); }
.iv2-root .iv2-mission-body p { color: var(--iv2-charcoal); font-size: 1.125em; line-height: 1.8; margin-top: var(--iv2-s-4); }
.iv2-root .iv2-mission-body p:first-child { margin-top: 0; font-size: 1.25em; color: var(--iv2-ink); }
.iv2-root .iv2-mission-body strong { color: var(--iv2-ink); font-weight: 600; }
.iv2-root .iv2-mission-sign { margin-top: var(--iv2-s-6); padding-top: var(--iv2-s-5); border-top: 1px solid var(--iv2-hairline); color: var(--iv2-slate); font-size: 0.9em; font-style: italic; }

/* ============ timeline ============ */
.iv2-root .iv2-timeline-section { background: var(--iv2-surface-soft); border-block: 1px solid var(--iv2-hairline-soft); padding-block: var(--iv2-s-9); }
.iv2-root .iv2-section-head { text-align: center; max-width: 640px; margin: 0 auto; }
.iv2-root .iv2-section-head h2 { font-size: clamp(31px, 17px + 2vw, 46px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; color: var(--iv2-ink); margin-top: var(--iv2-s-3); }
.iv2-root .iv2-section-head .iv2-lead { color: var(--iv2-slate); font-size: 1.1em; line-height: 1.7; margin-top: var(--iv2-s-3); }
.iv2-root .iv2-timeline { position: relative; max-width: 720px; margin: 0 auto; padding: var(--iv2-s-5) 0 0; }
.iv2-root .iv2-timeline::before { content: ""; position: absolute; left: 24px; top: 32px; bottom: 0; width: 2px; background: var(--iv2-hairline); }
.iv2-root .iv2-tl-event { display: grid; grid-template-columns: 60px 1fr; gap: var(--iv2-s-4); padding: var(--iv2-s-4) 0; position: relative; }
.iv2-root .iv2-tl-year { width: 50px; height: 50px; border-radius: 50%; background: var(--iv2-canvas); border: 2px solid var(--iv2-hairline-strong); display: grid; place-items: center; font-weight: 700; font-size: 13px; color: var(--iv2-ink); position: relative; z-index: 1; }
.iv2-root .iv2-tl-event.is-key .iv2-tl-year { background: var(--iv2-primary); color: #fff; border-color: var(--iv2-primary); box-shadow: 0 0 0 6px var(--iv2-primary-soft); }
.iv2-root .iv2-tl-event h4 { font-size: 1.125em; font-weight: 600; color: var(--iv2-ink); }
.iv2-root .iv2-tl-event p { color: var(--iv2-slate); font-size: 0.9em; margin-top: 6px; line-height: 1.6; }

/* ============ journey(發展方向 — 取代未確認年份的歷程,3 階段卡) ============ */
.iv2-root .iv2-journey { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--iv2-s-5); max-width: 980px; margin: var(--iv2-s-7) auto 0; }
@media (max-width: 800px) { .iv2-root .iv2-journey { grid-template-columns: 1fr; gap: var(--iv2-s-4); } }
.iv2-root .iv2-journey-card { position: relative; background: var(--iv2-canvas); border: none; border-radius: var(--iv2-r-lg); padding: var(--iv2-s-6); box-shadow: 0 1px 2px rgba(15,23,48,0.04), 0 10px 30px rgba(15,23,48,0.06); transition: transform .2s, box-shadow .2s; }
.iv2-root .iv2-journey-card:hover { transform: translateY(-4px); box-shadow: 0 4px 10px rgba(15,23,48,0.05), 0 22px 48px rgba(15,23,48,0.12); }
.iv2-root .iv2-journey-step { display: inline-flex; align-items: center; justify-content: center; width: 2.4em; height: 2.4em; border-radius: 50%; background: var(--iv2-primary-soft); color: var(--iv2-primary); font-weight: 700; font-size: 0.95em; letter-spacing: 0.02em; }
.iv2-root .iv2-journey-card h3 { font-size: 1.375em; font-weight: 600; color: var(--iv2-ink); margin-top: var(--iv2-s-4); letter-spacing: -0.01em; }
.iv2-root .iv2-journey-card p { color: var(--iv2-slate); margin-top: var(--iv2-s-3); line-height: 1.7; }

/* ============ why ============ */
.iv2-root .iv2-why-section { padding-block: var(--iv2-s-9); }
.iv2-root .iv2-why-head { max-width: 680px; }
.iv2-root .iv2-why-head h2 { font-size: clamp(31px, 17px + 2vw, 46px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; color: var(--iv2-ink); margin-top: var(--iv2-s-3); }
.iv2-root .iv2-why-head .iv2-lead { color: var(--iv2-slate); font-size: 1.1em; line-height: 1.7; margin-top: var(--iv2-s-3); }
.iv2-root .iv2-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--iv2-s-5); margin-top: var(--iv2-s-6); }
@media (max-width: 900px) { .iv2-root .iv2-why-grid { grid-template-columns: 1fr; } }
/* 四卡版(專辦土木/系統化規劃/課後輔導/實體線上)— 桌機一排四欄,平板二欄,手機單欄 */
.iv2-root .iv2-why-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) { .iv2-root .iv2-why-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .iv2-root .iv2-why-grid-4 { grid-template-columns: 1fr; } }
.iv2-root .iv2-why-card { background: var(--iv2-canvas); border: none; border-radius: var(--iv2-r-lg); padding: var(--iv2-s-6); box-shadow: 0 1px 2px rgba(15,23,48,0.04), 0 10px 30px rgba(15,23,48,0.06); transition: transform .2s, box-shadow .2s; }
.iv2-root .iv2-why-card:hover { transform: translateY(-4px); box-shadow: 0 4px 10px rgba(15,23,48,0.05), 0 22px 48px rgba(15,23,48,0.12); }
.iv2-root .iv2-why-num { font-size: 1em; font-weight: 700; color: var(--iv2-primary); letter-spacing: 0.08em; }
.iv2-root .iv2-why-card h3 { font-size: 1.375em; font-weight: 600; color: var(--iv2-ink); margin-top: var(--iv2-s-3); letter-spacing: -0.01em; line-height: 1.25; }
.iv2-root .iv2-why-card p { color: var(--iv2-slate); margin-top: var(--iv2-s-3); line-height: 1.65; }

/* ============ gallery(教學現場 — 統一比例 cover grid:同尺寸方框,圖片裁切填滿,視覺一致) ============ */
.iv2-root .iv2-gallery-section { background: var(--iv2-surface-soft); border-block: 1px solid var(--iv2-hairline-soft); padding-block: var(--iv2-s-9); }
.iv2-root .iv2-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--iv2-s-4); margin-top: var(--iv2-s-7); }
/* 統一 4:3 方框:用 padding-top 百分比鎖比例(各瀏覽器皆準,不受圖片原始比例影響) */
.iv2-root .iv2-gallery-item { position: relative; margin: 0; padding-top: 75%; border-radius: var(--iv2-r-md); overflow: hidden; box-shadow: 0 1px 2px rgba(15,23,48,0.06), 0 12px 30px rgba(15,23,48,0.10); transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s; }
.iv2-root .iv2-gallery-item:hover { transform: translateY(-3px); box-shadow: 0 6px 14px rgba(15,23,48,0.08), 0 24px 50px rgba(15,23,48,0.16); }
/* 圖片絕對填滿方框、cover 裁切置中(不留白、所有照片同尺寸) */
.iv2-root .iv2-gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.iv2-root .iv2-gallery-item:hover img { transform: scale(1.05); }
/* 雜誌風標題:底部漸層遮罩 + 白字疊在照片上 */
.iv2-root .iv2-gallery-item figcaption { position: absolute; inset: auto 0 0 0; padding: 2.4em 1em 0.95em; background: linear-gradient(to top, rgba(6,13,31,0.86) 0%, rgba(6,13,31,0.45) 55%, rgba(6,13,31,0) 100%); color: #fff; pointer-events: none; }
.iv2-root .iv2-gallery-item figcaption strong { display: block; font-size: 1.1em; font-weight: 600; letter-spacing: 0.01em; color: #fff; }
.iv2-root .iv2-gallery-item figcaption span { display: block; margin-top: 4px; font-size: 0.84em; line-height: 1.5; color: rgba(255,255,255,0.86); }
/* 平板:四欄→二欄 */
@media (max-width: 900px) { .iv2-root .iv2-gallery { grid-template-columns: repeat(2, 1fr); } }
/* 手機:二欄→單欄 */
@media (max-width: 560px) { .iv2-root .iv2-gallery { grid-template-columns: 1fr; } }

/* ============ founder(深藍區) ============ */
.iv2-root .iv2-founder-section { background: var(--iv2-brand-navy); color: #fff; padding-block: var(--iv2-s-9); position: relative; overflow: hidden; }
.iv2-root .iv2-founder-section::before { content: ""; position: absolute; width: 600px; height: 600px; background: var(--iv2-primary); filter: blur(140px); opacity: 0.3; border-radius: 50%; left: -180px; top: -180px; }
.iv2-root .iv2-founder-grid { display: grid; grid-template-columns: 320px 1fr; gap: var(--iv2-s-7); align-items: center; position: relative; z-index: 1; }
@media (max-width: 800px) { .iv2-root .iv2-founder-grid { grid-template-columns: 1fr; } }
.iv2-root .iv2-founder-photo { aspect-ratio: 1 / 1; max-width: 320px; margin: 0 auto; border-radius: var(--iv2-r-xl); overflow: hidden; background: linear-gradient(135deg, var(--iv2-primary-deep), var(--iv2-brand-navy-mid)); display: grid; place-items: center; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.iv2-root .iv2-founder-photo .iv2-fgl { font-size: 180px; font-weight: 700; color: rgba(255,255,255,0.92); }
.iv2-root .iv2-founder-info .iv2-eye { font-size: 0.8em; color: var(--iv2-accent-amber); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.iv2-root .iv2-founder-info h2 { color: #fff; font-size: clamp(30px, 17px + 2vw, 43px); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; margin-top: var(--iv2-s-3); }
.iv2-root .iv2-founder-info .iv2-quote { font-size: 1.375em; line-height: 1.6; font-style: italic; color: rgba(255,255,255,0.92); margin-top: var(--iv2-s-5); padding-left: var(--iv2-s-4); border-left: 3px solid var(--iv2-accent-amber); }
.iv2-root .iv2-founder-info .iv2-role { color: rgba(255,255,255,0.6); font-size: 0.9em; margin-top: var(--iv2-s-4); }

/* purpose — 品牌初衷置中版(不署名,沿用深藍 founder-section 背景) */
.iv2-root .iv2-purpose { position: relative; z-index: 1; max-width: 820px; margin-inline: auto; text-align: center; }
.iv2-root .iv2-purpose .iv2-eye { display: inline-block; font-size: 0.8em; color: var(--iv2-accent-amber); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.iv2-root .iv2-purpose h2 { color: #fff; font-size: clamp(28px, 16px + 2vw, 41px); font-weight: 600; line-height: 1.3; letter-spacing: -0.01em; margin-top: var(--iv2-s-4); }
.iv2-root .iv2-purpose .iv2-quote { font-size: 1.25em; line-height: 1.85; color: rgba(255,255,255,0.88); margin-top: var(--iv2-s-5); border: 0; padding: 0; }
.iv2-root .iv2-purpose .iv2-role { color: rgba(255,255,255,0.6); font-size: 0.95em; font-weight: 600; letter-spacing: 0.04em; margin-top: var(--iv2-s-5); }

/* ============ locations ============ */
.iv2-root .iv2-loc-section { padding-block: var(--iv2-s-9); }
.iv2-root .iv2-loc-head { text-align: center; max-width: 640px; margin: 0 auto var(--iv2-s-6); }
.iv2-root .iv2-loc-head h2 { font-size: clamp(31px, 17px + 2vw, 46px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; color: var(--iv2-ink); margin-top: var(--iv2-s-3); }
.iv2-root .iv2-loc-head .iv2-lead { color: var(--iv2-slate); font-size: 1.1em; line-height: 1.7; margin-top: var(--iv2-s-3); }
/* 分班據點卡(風格仿頁尾 footer-v2 branch:surface 卡 + 漸層圓點標題 + icon 列;圖改 Google Map iframe) */
.iv2-root .iv2-loc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--iv2-s-4); margin-top: var(--iv2-s-6); }
@media (max-width: 1024px) { .iv2-root .iv2-loc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .iv2-root .iv2-loc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .iv2-root .iv2-loc-grid { grid-template-columns: 1fr; } }
.iv2-root .iv2-loc-card { display: flex; flex-direction: column; gap: 0.55em; background: var(--iv2-surface); border: none; border-radius: 16px; padding: 14px 14px 16px; box-shadow: 0 1px 2px rgba(15,23,48,0.04), 0 10px 30px rgba(15,23,48,0.06); transition: transform .2s cubic-bezier(.16,1,.3,1), background .2s ease, box-shadow .2s ease; }
.iv2-root .iv2-loc-card:hover { transform: translateY(-4px); background: #fff; box-shadow: 0 4px 10px rgba(15,23,48,0.05), 0 22px 48px rgba(15,23,48,0.12); }
.iv2-root .iv2-loc-map { aspect-ratio: 3 / 2; border-radius: var(--iv2-r-sm); overflow: hidden; background: var(--iv2-surface); margin-bottom: 4px; }
.iv2-root .iv2-loc-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.iv2-root .iv2-loc-name { display: flex; align-items: center; gap: 0.5em; font-size: 1.0625em; font-weight: 700; color: var(--iv2-ink); letter-spacing: 0.02em; }
.iv2-root .iv2-loc-name::before { content: ""; width: 0.5em; height: 0.5em; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--iv2-primary), var(--iv2-accent-amber)); box-shadow: 0 0 0 3px rgba(86,69,212,0.14); }
.iv2-root .iv2-loc-row { display: flex; align-items: flex-start; gap: 0.55em; font-size: 0.9em; color: var(--iv2-slate); line-height: 1.55; transition: color .16s ease; }
.iv2-root .iv2-loc-row svg { width: 1.05em; height: 1.05em; color: var(--iv2-primary); flex-shrink: 0; margin-top: 0.2em; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: color .16s ease; }
.iv2-root .iv2-loc-row:hover { color: var(--iv2-charcoal); }
.iv2-root .iv2-loc-phone-row { color: var(--iv2-charcoal); font-weight: 600; font-variant-numeric: tabular-nums; }

/* ============ media-strip ============ */
.iv2-root .iv2-media-strip { background: var(--iv2-surface-soft); padding-block: var(--iv2-s-7); border-top: 1px solid var(--iv2-hairline-soft); }
.iv2-root .iv2-media-head { text-align: center; margin-bottom: var(--iv2-s-6); }
.iv2-root .iv2-media-head .iv2-eyebrow { color: var(--iv2-slate); }
.iv2-root .iv2-media-head h3 { font-size: 1.25em; color: var(--iv2-ink); font-weight: 600; margin-top: 8px; }
.iv2-root .iv2-media-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--iv2-s-5); align-items: center; }
@media (max-width: 800px) { .iv2-root .iv2-media-row { grid-template-columns: repeat(3, 1fr); } }
.iv2-root .iv2-media-logo { height: 48px; display: grid; place-items: center; color: var(--iv2-stone); font-weight: 700; font-size: 0.9em; letter-spacing: 0.02em; border: 1px solid var(--iv2-hairline-soft); border-radius: var(--iv2-r-sm); transition: color .15s, border-color .15s; }
.iv2-root .iv2-media-logo:hover { color: var(--iv2-charcoal); border-color: var(--iv2-hairline-strong); }

/* ============ CTA(深藍漸層卡) ============ */
.iv2-root .iv2-cta-section { padding-block: var(--iv2-s-8); }
.iv2-root .iv2-cta-card { background: linear-gradient(135deg, var(--iv2-primary-deep) 0%, var(--iv2-brand-navy) 80%); color: #fff; border-radius: var(--iv2-r-xl); padding: clamp(40px, 5vw, 72px); text-align: center; position: relative; overflow: hidden; }
.iv2-root .iv2-cta-card .iv2-eyebrow { color: var(--iv2-accent-amber); }
.iv2-root .iv2-cta-card h2 { color: #fff; font-size: clamp(31px, 17px + 2vw, 46px); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; margin-top: var(--iv2-s-3); }
.iv2-root .iv2-cta-card p { color: rgba(255,255,255,0.8); margin-top: var(--iv2-s-3); max-width: 520px; margin-inline: auto; line-height: 1.7; }
.iv2-root .iv2-cta-btns { display: flex; gap: var(--iv2-s-3); justify-content: center; margin-top: var(--iv2-s-6); flex-wrap: wrap; }
