/* ==========================================================================
   LUGO 模組化套版網站行銷頁（/tw/modular）
   來源：ref/lugo-modular-website-v19/assets/style.css
   整合調整：
     1. 所有選擇器收斂到 .mdl-page 命名空間，避免影響站台其他頁面
     2. 移除 ref 自帶的 header / footer / 手機選單樣式（改用共用版型）
     3. .container 與 westyle.css 撞名，改名為 .mdl-container
     4. body 的字級與顏色改掛 .mdl-page，只保留背景與捲動設定在 body
     5. 快速目錄 sticky 位移與錨點 scroll-margin 改對齊站台 header（78px / 640px 以下 68px）
     6. 解除 westyle.css 的 body{height:100%}，讓本頁由視窗捲動（sticky 目錄與進場動畫需要）
     7. 本頁不使用共用版型的 .loading-mask 進場遮罩
     8. 進場動畫加快（ref 原為 .76s/.82s，大字為 1s）
     9. 隱藏 reCAPTCHA 徽章並加上表單內的 Google 政策聲明樣式
    10. 價格卡片新增 CTA 按鈕樣式，以及方案帶入表單時的提示動畫
    11. 表單送出狀態改為有狀態色與圖示的提示區塊，空訊息時不佔空間
    12. 頁尾加上低調的歷史方案連結樣式
    13. 修正手機版水平溢出：.mdl-page 加 overflow-x:clip 收住裝飾光暈，
        進場動畫取消左右位移、MODULAR 描邊字改用 vw 縮放
    14. 快速目錄與比較表格加上「可左右捲動」的邊緣淡出與文字提示
   ========================================================================== */

:root {
  --blue: #08afe5;
  --blue-deep: #075b84;
  --navy: #07385d;
  --text: #385e73;
  --muted: #7690a0;
  --paper: #f3fbff;
  --white: #fff;
  --mint: #78e5c3;
  --line: rgba(25, 117, 157, .14);
  --shadow: 0 24px 55px rgba(27, 112, 150, .13);
  --radius: 18px;
  --container: 1120px;
  --section-space: clamp(7rem, 11vw, 11rem);
  --font-small: 16px;
  --font-body: 18px;
  --font-lead: 20px;
  --font-title-small: clamp(24px, 2.1vw, 32px);
  --font-title-medium: clamp(28px, 3vw, 44px);
  --font-title-large: clamp(36px, 4.1vw, 60px);
}
.mdl-page, .mdl-page *,
.mdl-page *::before,
.mdl-page *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
/* 整合調整：westyle.css 的 #fixed,body,html{height:100%} 會讓 body 變成捲動容器，
   導致本頁的 sticky 快速目錄、閱讀進度與進場動畫失效，這裡改回由視窗捲動 */
html, body { height: auto; min-height: 100%; }
/* 整合調整：裝飾用的光暈圓形（.hero::after 等）以 right:-15rem 超出版面，窄螢幕會撐出水平捲動。
   用 overflow-x:clip 收在頁面內；clip 不會建立捲動容器，sticky 快速目錄仍正常。 */
.mdl-page { overflow-x: clip; }
/* 整合調整：本頁不使用共用版型的進場遮罩（base.php 仍會輸出 .loading-mask，直接隱藏） */
.loading-mask { display: none !important; }
/* 整合調整：隱藏 reCAPTCHA 徽章（與 event 頁一致，表單內已加上 Google 政策聲明） */
.grecaptcha-badge { display: none !important; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
.mdl-page { color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; font-size: var(--font-body); line-height: 1.85; -webkit-font-smoothing: antialiased; }
body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 9% 8%, rgba(65, 198, 249, .34), transparent 17%),
    radial-gradient(circle at 70% 7%, rgba(111, 237, 187, .34), transparent 18%),
    linear-gradient(180deg, #f8fdff 0%, #eef9ff 45%, #f6fcff 100%);
}
.mdl-page img,
.mdl-page svg { display: block; max-width: 100%; }
.mdl-page a { color: inherit; text-decoration: none; }
.mdl-page button { font: inherit; }
.mdl-page .mdl-container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.mdl-page .section { position: relative; }
.mdl-page .sr-only { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.mdl-page .svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.mdl-page [id] { scroll-margin-top: 156px; }
.mdl-page .text-center {text-align: center;}
/* Inquiry and credibility sections */
.mdl-page .trust-strip { margin-top: clamp(72px, 10vw, 140px); padding-block: clamp(56px, 7vw, 96px); text-align:center; border-block:1px solid var(--line); }
.mdl-page .trust-strip h2 { margin:0; color:var(--navy); font-size:var(--font-title-medium); }
.mdl-page .brand-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:18px; margin:36px 0 20px; }
.mdl-page .brand-grid figure { display:grid; min-height:108px; margin:0; padding:10px; place-items:center; border:1px solid rgba(31,132,173,.1); border-radius:10px; background:rgba(255,255,255,.68); }
.mdl-page .brand-grid img { width:100%; height:auto; opacity:.78; filter:grayscale(1); transition:opacity .25s,filter .25s,transform .25s; }
.mdl-page .brand-grid figure:hover img { opacity:1; filter:none; transform:scale(1.035); }
.mdl-page .draft-note { color:#607b89; font-size:var(--font-small); }
.mdl-page .service-scope { grid-column:1/-1; border-top:1px solid var(--line); padding-top:26px; }
.mdl-page .service-scope dl { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px 36px; margin:0; }
.mdl-page .service-scope dt { color:var(--navy); font-weight:750; }
.mdl-page .service-scope dd { margin:6px 0 0; font-size:var(--font-small); }
.mdl-page .inquiry-section { display:block; padding:clamp(3.5rem,6vw,5.5rem); text-align:left; }
.mdl-page .inquiry-copy { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:clamp(40px,7vw,88px); align-items:end; margin-bottom:clamp(36px,5vw,56px); }
.mdl-page .inquiry-copy h2 { margin-bottom:0; }
.mdl-page .inquiry-intro > p:first-child { max-width:640px; margin:0 0 18px; }
.mdl-page .inquiry-time { margin:0 0 24px; color:var(--blue-deep); font-size:var(--font-small); font-weight:800; letter-spacing:.04em; }
.mdl-page .inquiry-form { width:100%; min-width:0; padding:clamp(30px,4vw,52px); border:1px solid rgba(17,143,190,.12); border-radius:20px; background:rgba(255,255,255,.92); box-shadow:0 18px 46px rgba(19,92,123,.08); }
.mdl-page .inquiry-form-footer { display:flex; align-items:center; flex-wrap:wrap; gap:16px 20px; margin-top:32px; }
.mdl-page .inquiry-form-footer .button { flex:0 0 auto; }
.mdl-page .inquiry-form > .draft-note { margin:0 0 26px; padding:12px 16px; border-radius:8px; background:#eff9fd; }
.mdl-page .form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px 32px; }
.mdl-page .form-grid label { position:relative;display:grid; gap:9px; color:var(--navy); font-weight:700; font-size:var(--font-small); }
.mdl-page .form-grid label.required-input:before {content: "【必填】";position: absolute;width: auto;right: 0;font-size: 12px;color: #e94e77;}
.mdl-page .form-grid label span { font-size:var(--font-small); color:var(--blue-deep); }
.mdl-page .form-grid .full { grid-column:1/-1; }
.mdl-page .form-grid input,
.mdl-page .form-grid select,
.mdl-page .form-grid textarea { width:100%; min-width:0; padding:15px 16px; border:1px solid #b6d2df; border-radius:9px; background:#fff; color:var(--navy); font:inherit; font-size:var(--font-body); line-height:1.5; }
.mdl-page .form-grid textarea { resize:vertical; }
.mdl-page .form-grid :focus-visible { outline:2px solid var(--blue-deep); outline-offset:2px; }
.mdl-page .form-purpose { margin-block:20px; font-size:var(--font-small); }
/* 送出狀態提示：沒有訊息時不佔空間，有訊息時依成功／失敗換色 */
.mdl-page #form-status { display:flex; align-items:flex-start; flex:1 1 300px; gap:11px; min-width:0; margin:0; padding:13px 18px; border:1px solid rgba(8,175,229,.3); border-radius:12px; background:#f1faff; color:var(--blue-deep); font-size:var(--font-small); font-weight:750; line-height:1.65; }
.mdl-page #form-status::before { content:""; flex:0 0 auto; display:grid; width:20px; height:20px; margin-top:2px; place-items:center; border:2px solid rgba(8,175,229,.3); border-top-color:var(--blue); border-radius:50%; color:#fff; font-size:13px; font-weight:900; line-height:1; animation:form-status-spin .7s linear infinite; }
.mdl-page #form-status:empty { display:none; }
.mdl-page #form-status.is-success { border-color:rgba(26,160,110,.34); background:#edfaf4; color:#167854; }
.mdl-page #form-status.is-success::before { content:"✓"; border:0; background:#1fa878; animation:none; }
.mdl-page #form-status.is-error { border-color:rgba(206,92,86,.34); background:#fdf3f2; color:#b0433d; }
.mdl-page #form-status.is-error::before { content:"!"; border:0; background:#d3605a; animation:none; }
@keyframes form-status-spin { to { transform:rotate(360deg); } }
.mdl-page .recaptcha-note { max-width:unset!important;margin:0px!important; text-align:right; color:#8097a2; font-size:14px; line-height:1.7; }
.mdl-page .recaptcha-note a { text-decoration:underline; }
@media(max-width:980px) {
  .mdl-page .brand-grid {grid-template-columns:repeat(3,1fr)}
  .mdl-page .inquiry-copy {grid-template-columns:1fr;gap:28px}
  .mdl-page .inquiry-intro {max-width:680px}
}
@media(max-width:680px) {
  .mdl-page .service-scope dl,
  .mdl-page .form-grid {grid-template-columns:1fr}
  .mdl-page .form-grid .full {grid-column:auto}
  .mdl-page .brand-grid {grid-template-columns:repeat(2,1fr)}
  .mdl-page .inquiry-section {padding:3rem 1.25rem}
  .mdl-page .inquiry-form {padding:24px 18px}
  .mdl-page .form-grid {gap:22px}
  .mdl-page .inquiry-form .button {width:100%}
}
/* Header */
.mdl-page .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 10px 23px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #08b8e9, #009dd8); color: #fff; font-weight: 800; box-shadow: 0 11px 26px rgba(0, 168, 222, .22); transition: transform .2s, box-shadow .2s; }
.mdl-page .button:hover,
.mdl-page .button:focus-visible { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(0, 168, 222, .3); }
.mdl-page .button-small { min-height: 42px; padding: 8px 18px; font-size: var(--font-small); }
/* Hero */
.mdl-page .hero { padding: clamp(8rem, 12vw, 11rem) 0 var(--section-space); }
.mdl-page .hero::before,
.mdl-page .hero::after,
.mdl-page .features::before,
.mdl-page .features::after,
.mdl-page .possibilities::before,
.mdl-page .possibilities::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(36px);
  pointer-events: none;
}
.mdl-page .hero::before { width: 34rem; height: 34rem; left: -14rem; top: 11rem; background: rgba(60, 194, 250, .3); }
.mdl-page .hero::after { width: 34rem; height: 34rem; right: -12rem; top: 4rem; background: rgba(102, 232, 182, .28); }
.mdl-page .hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(410px, .82fr); align-items: center; gap: 0; }
.mdl-page .hero-visual { position: relative; z-index: 1; min-height: 540px; }
.mdl-page .hero-visual-image { --hero-scan-distance:400px; display:flex; align-items:center; margin:0; }
.mdl-page .hero-visual-image::after { content:""; position:absolute; z-index:2; top:12%; right:2%; left:2%; height:1px; background:linear-gradient(90deg,transparent,rgba(8,175,229,.18) 14%,rgba(255,255,255,.96) 48%,rgba(120,229,195,.72) 72%,transparent); box-shadow:0 0 16px rgba(8,175,229,.42); opacity:0; pointer-events:none; }
.mdl-page .hero-visual-image > img { position:relative; z-index:1; width:124%; max-width:none; height:auto; margin-left:-10%; filter:drop-shadow(0 24px 28px rgba(9,50,72,.14)); }
.mdl-page .hero-copy { position: relative; z-index: 3; isolation:isolate; max-width: 560px; margin-left:-12%; padding:clamp(42px,5vw,72px) 0 clamp(42px,5vw,72px) clamp(56px,7vw,96px); }
.mdl-page .hero-copy::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-32px -7vw -32px 0;
  border-radius:52% 0 0 52%;
  background:linear-gradient(90deg, rgba(243,251,255,.38) 0%, rgba(243,251,255,.94) 24%, rgba(243,251,255,.9) 72%, rgba(243,251,255,.28) 100%);
  filter:blur(8px);
  pointer-events:none;
}
.mdl-page .outline-word,
.mdl-page .display-word { margin:0; color:transparent; background:linear-gradient(100deg,rgba(8,175,229,.025),rgba(120,229,195,.13) 46%,rgba(8,175,229,.035) 72%); background-clip:text; -webkit-background-clip:text; font-family:Georgia,"Times New Roman",serif; font-weight:400; line-height:.82; letter-spacing:.075em; -webkit-text-stroke:1px rgba(24,165,217,.4); }
.mdl-page .outline-word { position: absolute; z-index: 0; top: -15px; left: -20px; font-size: clamp(80px, 10vw, 144px); }
.mdl-page .eyebrow { margin: 0 0 20px; color: #62a3bf; font-size: var(--font-small); line-height: 1.5; font-weight: 800; letter-spacing: .18em; }
.mdl-page .hero-copy .eyebrow { max-width: 155px; margin-left: auto; margin-bottom: 58px; }
.mdl-page .hero-copy h1,
.mdl-page .feature-copy h2,
.mdl-page .content-band h2,
.mdl-page .faq-band h2,
.mdl-page .final-cta h2 { margin: 0; color: var(--navy); font-weight: 850; line-height: 1.42; letter-spacing: -.025em; }
.mdl-page .hero-copy h1 { color:#052f50; font-size: var(--font-title-large); font-weight:900; line-height:1.3; text-shadow:0 2px 0 rgba(255,255,255,.95), 0 0 24px rgba(249,253,255,.96), 0 12px 32px rgba(7,56,93,.1); }
.mdl-page .hero-copy h1 span { position:relative; display:inline-block; color:var(--blue-deep); }
.mdl-page .hero-copy h1 span::after { content:""; position:absolute; z-index:-1; right:-5px; bottom:8px; left:-5px; height:13px; border-radius:99px; background:linear-gradient(90deg,rgba(8,175,229,.2),rgba(120,229,195,.48)); }
.mdl-page .hero-copy .lead { position:relative; margin: 22px 0 18px; padding-left:32px; color: var(--navy); font-size: var(--font-lead); font-weight: 850; }
.mdl-page .hero-copy .lead::before { content:""; position:absolute; top:.85em; left:0; width:20px; height:2px; border-radius:2px; background:linear-gradient(90deg,var(--blue),var(--mint)); }
.mdl-page .hero-copy > p:not(.eyebrow):not(.lead) { max-width: 32rem; margin: 0; color:#31566b; }
.mdl-page .device { position: absolute; z-index: 2; overflow: visible; padding: 7px; border-radius: 10px; background: #13212b; box-shadow: 0 30px 50px rgba(9, 50, 72, .22); transform-origin: center; }
.mdl-page .device-desktop { width: 58%; height: 48%; left: 10%; top: 24%; transform: perspective(900px) rotateY(8deg); }
.mdl-page .device-laptop { width: 48%; height: 38%; right: 2%; top: 36%; transform: perspective(900px) rotateY(-8deg); }
.mdl-page .device-phone { width: 16%; height: 35%; left: 0; top: 49%; overflow: hidden; padding: 5px; border-radius: 18px; }
.mdl-page .browser-bar { display: flex; height: 16px; align-items: center; gap: 4px; padding: 0 7px; border-radius: 4px 4px 0 0; background: #f3f8fa; }
.mdl-page .browser-bar i { width: 3px; height: 3px; border-radius: 50%; background: #b8ccd6; }
.mdl-page .screen-ui { height: calc(100% - 16px); overflow: hidden; padding: 11%; background: linear-gradient(135deg, #fff, #eef9fc); }
.mdl-page .screen-ui strong { display: block; color: #263d48; font: 700 var(--font-small)/1.12 Georgia, serif; }
.mdl-page .screen-ui.mini strong { font-size: var(--font-small); }
.mdl-page .ui-kicker,
.mdl-page .ui-line { display: block; height: 4px; border-radius: 99px; background: var(--blue); }
.mdl-page .ui-kicker { width: 18%; margin-bottom: 7%; }
.mdl-page .ui-line { width: 35%; margin-top: 7%; }
.mdl-page .ui-photo { width: 55%; height: 55%; margin: -10% 0 0 auto; background: linear-gradient(145deg, #e7f0f2, #b7dbe4 55%, #75aabc); clip-path: polygon(15% 20%, 90% 0, 100% 100%, 0 100%); }
.mdl-page .ui-cards { display: flex; gap: 5%; margin-top: 12%; }
.mdl-page .ui-cards i { width: 30%; aspect-ratio: 1; border-radius: 2px; background: #d6e9ee; }
/* Sticky page index */
.mdl-page .page-index { position:sticky; z-index:45; top:78px; border-block:1px solid rgba(29,139,182,.1); background:rgba(248,253,255,.88); box-shadow:0 10px 28px rgba(18,92,124,.055); backdrop-filter:blur(16px); }
.mdl-page .page-index-inner { position:relative; display:flex; min-height:62px; align-items:center; gap:32px; }
.mdl-page .page-index-label { flex:0 0 auto; color:var(--blue-deep); font-size:var(--font-small); font-weight:850; letter-spacing:.13em; }
.mdl-page .page-index-links { display:flex; min-width:0; flex:1; align-items:center; justify-content:space-between; gap:24px; }
.mdl-page .page-index-links a { position:relative; flex:0 0 auto; padding:21px 0 19px; color:#607f8e; font-size:var(--font-small); font-weight:750; transition:color .2s; }
/*.mdl-page .page-index-links a::after { content:""; position:absolute; right:0; bottom:12px; left:0; height:2px; border-radius:99px; background:linear-gradient(90deg,var(--blue),var(--mint)); transform:scaleX(0); transform-origin:left; transition:transform .28s cubic-bezier(.22,1,.36,1); }*/
.mdl-page .page-index-links a:hover,
.mdl-page .page-index-links a:focus-visible { color:var(--navy); }
.mdl-page .page-index-links a:hover::after,
.mdl-page .page-index-links a:focus-visible::after { transform:scaleX(1); }
.mdl-page .page-index-links a.is-active { color:var(--navy); }
.mdl-page .page-index-links a.is-active::after { transform:scaleX(1); }
.mdl-page .page-index-progress { position:absolute; right:0; bottom:-1px; left:0; height:2px; overflow:hidden; }
.mdl-page .page-index-progress i { display:block; width:100%; height:100%; background:linear-gradient(90deg,var(--blue),var(--mint)); transform:scaleX(var(--page-progress,0)); transform-origin:left; }
/* Five top benefits */
.mdl-page .benefit-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(22px, 4vw, 55px); }
.mdl-page .benefit { text-align: center; }
.mdl-page .icon { display: grid; width: 82px; aspect-ratio: 1; place-items: center; margin-inline: auto; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 14px 34px rgba(39, 122, 159, .12); }
.mdl-page .icon svg { width: 32px; height: 32px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mdl-page .icon img { width:54px; height:58px; object-fit:contain; }
.mdl-page .benefit h2,
.mdl-page .mini-benefits h3 { margin: 18px 0 2px; color: var(--navy); font-size: var(--font-body); }
.mdl-page .benefit p,
.mdl-page .mini-benefits p { margin: 0; color: var(--muted); font-size: var(--font-small); line-height: 1.58; }
.mdl-page .benefit .icon,
.mdl-page .mini-benefits .icon,
.mdl-page .feature-shot,
.mdl-page .content-band { transition:transform .35s ease,box-shadow .35s ease; }
@media (hover:hover) {
  .mdl-page .benefit:hover .icon,
  .mdl-page .mini-benefits article:hover .icon { transform:translateY(-8px) scale(1.055) rotate(-2deg); box-shadow:0 20px 38px rgba(39,122,159,.17); }
  .mdl-page .feature-shot:hover { transform:translateY(-5px); box-shadow:0 28px 62px rgba(18,94,126,.16); }
  .mdl-page .backend-story-card:hover { transform:translateY(-7px) scale(1.008); box-shadow:0 28px 64px rgba(18,94,126,.15); }
  .mdl-page .website-stack:hover > img { transform:translate3d(0,-8px,0) scale(1.012); }
  .mdl-page .content-band:hover { transform:translateY(-4px); box-shadow:0 25px 58px rgba(22,107,146,.13); }
  .mdl-page .backend-story-card:hover::after,
  .mdl-page .template-card:hover::after,
  .mdl-page .template-card:focus-visible::after,
  .mdl-page .content-band:hover::after { transform:scaleX(1); }
}
/* Features */
.mdl-page .features { padding: 2rem 0 var(--section-space); }
.mdl-page .features::before { width: 36rem; height: 36rem; left: -17rem; top: 42rem; background: rgba(45, 190, 246, .28); }
.mdl-page .features::after { width: 34rem; height: 34rem; right: -15rem; top: 60rem; background: rgba(105, 234, 183, .28); }
.mdl-page .section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(6rem, 10vw, 8rem); }
.mdl-page .display-word { font-size: clamp(80px, 14vw, 170px); }
.mdl-page .section-heading > p:last-child { margin: 0; padding-bottom: .5rem; color: #8ba6b5; font-size: var(--font-small); letter-spacing: .26em; line-height: 1.6; }
.mdl-page .feature-stack { display: grid; gap: clamp(8rem, 13vw, 13rem); }
.mdl-page .feature-row { display: grid; /*grid-template-columns: 1.05fr .95fr;*/grid-template-columns: 0.8fr 1fr; align-items: center; gap: clamp(4rem, 9vw, 9rem); }
.mdl-page .feature-row.website-stack-container {    grid-template-columns: 3fr 2fr;}
.mdl-page .feature-copy { max-width: 500px; }
.mdl-page .feature-copy h2 { margin-bottom: 24px; font-size: clamp(30px, 3.3vw, 48px); }
.mdl-page .feature-copy p:last-child { max-width: 34rem; margin: 0; line-height: 2; }
.mdl-page .feature-row-sticky { grid-template-columns:.82fr 1.18fr; align-items:start; }
.mdl-page .feature-copy-sticky { position:sticky; top:174px; align-self:start; padding-top:20px; }
.mdl-page .feature-copy-sticky > p:nth-of-type(2) { margin-bottom:28px; }
.mdl-page .sticky-keypoints { display:grid; gap:0; margin:0; padding:0; border-top:1px solid var(--line); list-style:none; counter-reset:sticky-step; }
.mdl-page .sticky-keypoints li { position:relative; padding:15px 0 15px 42px; border-bottom:1px solid var(--line); color:var(--navy); font-size:var(--font-small); font-weight:750; counter-increment:sticky-step; }
.mdl-page .sticky-keypoints li::before { content:"0" counter(sticky-step); position:absolute; left:0; color:var(--blue); font-weight:800; }
.mdl-page .backend-story { display:grid; gap:40px; }
.mdl-page .backend-story-card { position:relative; overflow:hidden; margin:0; padding:18px; border:1px solid rgba(24,139,183,.12); border-radius:18px; background:rgba(255,255,255,.9); box-shadow:0 20px 52px rgba(22,99,132,.1); transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s ease; }
.mdl-page .backend-story-card figcaption,
.mdl-page .story-caption { display:grid; gap:8px; padding:10px 10px 22px; }
.mdl-page .backend-story-card figcaption span,
.mdl-page .story-caption span { color:var(--blue); font-size:var(--font-small); font-weight:850; letter-spacing:.14em; }
.mdl-page .backend-story-card figcaption strong,
.mdl-page .story-caption strong { color:var(--navy); font-size:var(--font-lead); }
.mdl-page .backend-story-card figcaption p,
.mdl-page .story-caption p { margin:0; font-size:var(--font-small); line-height:1.8; }
.mdl-page .backend-story-card > img { width:100%; height:auto; border:1px solid #e1edf2; border-radius:10px; }
.mdl-page .backend-story-card > img[src*="backend-block-editor"] { aspect-ratio:1600/913; object-fit:cover; object-position:top; }
.mdl-page .feature-shot { position: relative; margin: 0; padding: 8px; border: 1px solid rgba(255,255,255,.82); border-radius: 12px; background: rgba(255,255,255,.74); box-shadow: var(--shadow); }
.mdl-page .feature-shot::after { content: ""; position: absolute; z-index: -1; right: -12%; bottom: -30%; width: 72%; height: 58%; border-radius: 50%; background: rgba(57, 198, 248, .38); filter: blur(38px); }
.mdl-page .feature-shot img { width: 100%; height: auto; border-radius: 7px; }
.mdl-page .layered-shot { max-height: 500px; overflow: hidden; }
.mdl-page .layered-shot img { margin-top: -1%; object-fit: cover; object-position: top; }
.mdl-page .feature-media { position: relative; min-height: 470px; }
.mdl-page .feature-network > img { display:block; width:min(100%,440px); height:auto; margin-inline:auto; }
.mdl-page /*.feature-network::before { content: ""; position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(107,229,189,.9), rgba(50,199,239,.67) 42%, transparent 70%); filter: blur(12px); }
.mdl-page */
.network-card { position: absolute; z-index: 2; left: 21%; top: 29%; width: 58%; height: 43%; padding-top: 16px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.mdl-page .network-card strong { display: block; padding: 12%; color: #203c4b; font: 700 22px/1.1 Georgia, serif; }
.mdl-page .orbit { position: absolute; z-index: 3; display: flex; width: 88px; aspect-ratio: 1; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; background: #fff; box-shadow: 0 12px 28px rgba(37, 113, 147, .13); color: var(--navy); font-size: var(--font-small); font-weight: 800; }
.mdl-page .orbit::after { content: ""; position: absolute; width: 94px; border-top: 2px dotted rgba(28, 170, 211, .46); transform-origin: left; }
.mdl-page .orbit svg { width: 25px; height: 25px; margin-bottom: 5px; fill: none; stroke: var(--blue); stroke-width: 1.7; }
.mdl-page .orbit-a { left: 0; top: 8%; }
.mdl-page .orbit-a::after { left: 80%; top: 80%; transform: rotate(25deg); }
.mdl-page .orbit-b { left: 40%; top: 0; }
.mdl-page .orbit-b::after { left: 48%; top: 100%; transform: rotate(90deg); }
.mdl-page .orbit-c { left: 4%; bottom: 4%; }
.mdl-page .orbit-c::after { left: 80%; top: 20%; transform: rotate(-25deg); }
.mdl-page .orbit-d { left: 42%; bottom: 0; }
.mdl-page .orbit-d::after { left: 45%; bottom: 100%; transform: rotate(-90deg); }
.mdl-page .orbit-e { right: 0; bottom: 9%; }
.mdl-page .orbit-e::after { right: 78%; top: 20%; transform: rotate(205deg); }
.mdl-page .orbit-f { right: 3%; top: 7%; }
.mdl-page .orbit-f::after { right: 80%; top: 80%; transform: rotate(155deg); }
/* Actual SEO settings screens: layered global and per-page carousel */
.mdl-page .seo-real-gallery { position:relative; isolation:isolate; padding:14px 24px 0; }
.mdl-page .seo-real-gallery::before { content:""; position:absolute; z-index:-1; inset:12% -10% -8% 20%; border-radius:50%; background:rgba(70,204,244,.28); filter:blur(44px); }
.mdl-page .seo-real-stage { position:relative; display:grid; isolation:isolate; padding:0 0 32px; }
.mdl-page .seo-real-shot { position:relative; z-index:1; grid-area:1/1; align-self:start; justify-self:start; overflow:hidden; width:88%; margin:0; padding:14px; border:1px solid rgba(24,139,183,.13); border-radius:18px; background:rgba(255,255,255,.92); box-shadow:0 16px 38px rgba(22,99,132,.1); opacity:.34; filter:saturate(.62); cursor:pointer; touch-action:manipulation; transform:translate3d(18%,12%,0) scale(.82); transform-origin:center; transition:opacity .45s ease,filter .45s ease,transform .62s cubic-bezier(.22,1,.36,1),box-shadow .45s ease; }
.mdl-page .seo-real-shot.is-active { z-index:2; opacity:1; filter:none; cursor:default; transform:translate3d(0,0,0) scale(1); box-shadow:0 28px 64px rgba(22,99,132,.18); }
.mdl-page .seo-real-shot:not(.is-active):hover { opacity:.58; filter:saturate(.88); transform:translate3d(18%,12%,0) scale(.85); box-shadow:0 22px 48px rgba(22,99,132,.15); }
.mdl-page .seo-real-shot:focus-visible { outline:3px solid rgba(8,175,229,.55); outline-offset:5px; }
.mdl-page .seo-real-shot figcaption { display:grid; gap:5px; padding:8px 8px 16px; }
.mdl-page .seo-real-shot figcaption span { color:var(--blue); font-size:var(--font-small); font-weight:850; letter-spacing:.14em; }
.mdl-page .seo-real-shot figcaption strong { color:var(--navy); font-size:var(--font-lead); }
.mdl-page .seo-real-shot figcaption p { margin:0; color:#668392; font-size:var(--font-small); line-height:1.7; }
.mdl-page .seo-real-shot img { display:block; width:100%; height:auto; border:1px solid #e1edf2; border-radius:10px; background:#eef2f5; }
.mdl-page .seo-shot-hint { position:absolute; right:22px; bottom:22px; padding:6px 13px; border-radius:999px; background:rgba(4,57,91,.9); color:#fff; font-size:14px; font-weight:750; line-height:1.5; opacity:0; transform:translateY(5px); transition:opacity .25s ease,transform .25s ease; pointer-events:none; }
.mdl-page .seo-real-shot:not(.is-active) .seo-shot-hint { opacity:1; transform:none; }
.mdl-page .seo-gallery-arrow { position:absolute; z-index:4; top:46%; display:grid; width:48px; height:48px; padding:0; place-items:center; border:1px solid rgba(8,175,229,.22); border-radius:50%; background:rgba(255,255,255,.94); color:var(--navy); box-shadow:0 12px 28px rgba(17,97,132,.16); cursor:pointer; transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease; }
.mdl-page .seo-gallery-arrow span { font-size:22px; line-height:1; transform:translateY(-1px); }
.mdl-page .seo-gallery-prev { left:0; }
.mdl-page .seo-gallery-next { right:0; }
.mdl-page .seo-gallery-arrow:hover,
.mdl-page .seo-gallery-arrow:focus-visible { background:var(--blue); color:#fff; transform:scale(1.07); box-shadow:0 16px 34px rgba(8,175,229,.28); }
.mdl-page .seo-gallery-arrow:focus-visible { outline:3px solid rgba(8,175,229,.3); outline-offset:3px; }
.mdl-page .seo-gallery-meta { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:2px; color:#668392; font-size:14px; line-height:1.6; }
.mdl-page .seo-gallery-meta p { margin:0; }
.mdl-page .seo-gallery-counter { display:inline-flex; min-width:54px; justify-content:center; padding:4px 10px; border-radius:999px; background:rgba(255,255,255,.78); color:var(--blue-deep); font-weight:800; letter-spacing:.06em; box-shadow:0 8px 20px rgba(22,99,132,.08); }
/* More possibilities */
.mdl-page .possibilities { padding: 6.5rem 0 0; border-top: 1px solid rgba(23,140,183,.08); }
.mdl-page .possibilities::before { width: 32rem; height: 32rem; left: -17rem; bottom: 8rem; background: rgba(51, 195, 247, .32); }
.mdl-page .possibilities::after { width: 30rem; height: 30rem; right: -15rem; top: 8rem; background: rgba(100, 234, 182, .25); }
.mdl-page .possibility-head { display: grid; grid-template-columns: .75fr 2.25fr; align-items: center; gap: 4rem; margin-bottom: 4rem; }
.mdl-page .display-word.small { font-size: clamp(42px, 5vw, 76px); line-height: .98; }
.mdl-page .mini-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.mdl-page .mini-benefits article { text-align: center; }
.mdl-page .mini-benefits .icon { width: 70px; }
.mdl-page .mini-benefits .icon svg { width: 27px; }
.mdl-page .mini-benefits .icon img { width:46px; height:49px; }
/* Practical package capabilities */
.mdl-page .capability-section { display: grid; grid-template-columns: .85fr 1.45fr; gap: clamp(2rem, 7vw, 3rem); margin: clamp(5rem, 9vw, 8rem) 0; padding: clamp(4rem, 7vw, 6.5rem) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mdl-page .capability-intro { position: sticky; top: 120px; align-self: start; }
.mdl-page .capability-intro h2 { margin: 0; color: var(--navy); font-size: var(--font-title-medium); line-height: 1.5; }
.mdl-page .capability-intro > p:last-child { margin: 24px 0 0; }
.mdl-page .capability-list { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 34px; }
.mdl-page .capability-list article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 24px 0; border-top: 1px solid var(--line); }
.mdl-page .capability-list .capability-backend,
.mdl-page .capability-list .capability-illustrated { grid-template-columns:72px 1fr; gap:18px; }
.mdl-page .capability-list article:nth-child(-n+2) { border-top: 0; padding-top: 0; }
.mdl-page .capability-list .capability-icon { display:grid; width:42px; height:42px; place-items:center; border-radius:50%; background:rgba(255,255,255,.92); color:var(--blue); box-shadow:0 8px 20px rgba(28,133,176,.1); }
.mdl-page .capability-icon svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.mdl-page .capability-list .capability-icon-image { width:72px; height:78px; border-radius:14px; background:rgba(255,255,255,.68); box-shadow:0 10px 24px rgba(28,133,176,.1); }
.mdl-page .capability-icon-image img { width:66px; height:auto; }
.mdl-page .capability-list h3 { margin: 0 0 7px; color: var(--navy); font-size: var(--font-body); }
.mdl-page .capability-list p { margin: 0; color: #6f8997; font-size: var(--font-small); line-height: 1.75; }
/* Curated template entry — keeps the full catalogue on its own focused page */
.mdl-page .template-section { position:relative; overflow:hidden; padding-block:clamp(5rem,9vw,8rem); border-block:1px solid rgba(23,140,183,.08); background:linear-gradient(140deg,rgba(240,250,255,.82),rgba(255,255,255,.72) 52%,rgba(237,255,248,.72)); }
.mdl-page .template-section::before,
.mdl-page .template-section::after { content:""; position:absolute; width:25rem; height:25rem; border-radius:50%; filter:blur(55px); pointer-events:none; }
.mdl-page .template-section::before { left:-12rem; top:5rem; background:rgba(55,197,246,.22); }
.mdl-page .template-section::after { right:-12rem; bottom:1rem; background:rgba(91,230,181,.2); }
.mdl-page .template-heading { position:relative; z-index:1; display:grid; grid-template-columns:1fr .82fr; align-items:end; gap:clamp(3rem,7vw,7rem); margin-bottom:clamp(3rem,6vw,5rem); }
.mdl-page .template-heading h2 { margin:0; color:var(--navy); font-size:var(--font-title-medium); line-height:1.5; }
.mdl-page .template-heading > div:last-child > p { margin:0 0 24px; }
.mdl-page .text-link { display:inline-flex; align-items:center; gap:12px; color:var(--blue-deep); font-size:var(--font-body); font-weight:850; }
.mdl-page .text-link span { transition:transform .2s; }
.mdl-page .text-link:hover span,
.mdl-page .text-link:focus-visible span { transform:translateX(5px); }
.mdl-page .template-grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.mdl-page .template-card { position:relative; display:flex; min-width:0; flex-direction:column; padding:14px 14px 24px; border:1px solid rgba(20,134,176,.12); border-radius:16px; background:rgba(255,255,255,.84); box-shadow:0 15px 38px rgba(20,98,130,.07); transition:transform .25s,box-shadow .25s,border-color .25s; }
.mdl-page .template-card:hover,
.mdl-page .template-card:focus-visible { transform:translateY(-6px); border-color:rgba(0,174,229,.28); box-shadow:0 24px 45px rgba(20,98,130,.13); }
.mdl-page .template-card > small { margin:22px 10px 7px; color:var(--blue-deep); font-size:var(--font-small); font-weight:850; letter-spacing:.12em; }
.mdl-page .template-card > strong { margin-inline:10px; color:var(--navy); font-size:var(--font-lead); }
.mdl-page .template-card > span:last-child { margin:8px 10px 0; color:var(--muted); font-size:var(--font-small); }
.mdl-page .template-preview { position:relative; display:block; aspect-ratio:16/9; overflow:hidden; border-radius:10px; background:linear-gradient(145deg,#e9f5fa,#bddde8); }
.mdl-page .template-preview img { position:absolute; inset:0 auto auto 0; display:block; width:100%; height:auto; transform:translate3d(0,0,0); transition:transform var(--template-scroll-duration,3s) linear; }
@media (hover:hover) and (pointer:fine) {
  .mdl-page .template-card:hover .template-preview img,
  .mdl-page .template-card:focus-visible .template-preview img { transform:translate3d(0,var(--template-scroll-offset,0px),0); will-change:transform; }
}
.mdl-page /*.template-preview::before { content:""; position:absolute; inset:8% 7% auto; height:7%; border-radius:99px; background:rgba(255,255,255,.9); box-shadow:0 8px 0 rgba(255,255,255,.48); }
.mdl-page */
/*.template-preview i { position:absolute; left:7%; bottom:13%; width:43%; height:52%; border-radius:5px; background:rgba(255,255,255,.9); }
.mdl-page */
/*.template-preview b { position:absolute; right:7%; bottom:13%; width:38%; height:52%; border-radius:5px; background:linear-gradient(150deg,rgba(255,255,255,.92),rgba(90,178,205,.72)); }
.mdl-page */
/*.template-preview em { position:absolute; left:11%; bottom:25%; width:25%; height:5%; border-radius:99px; background:rgba(31,91,116,.2); box-shadow:0 12px 0 rgba(31,91,116,.12),0 24px 0 rgba(31,91,116,.09); }
.mdl-page */
.template-service .template-preview { background:linear-gradient(145deg,#edf8f5,#b9e4d5); }
.mdl-page .template-medical .template-preview { background:linear-gradient(145deg,#eef8ff,#c7def3); }
.mdl-page .template-food .template-preview { background:linear-gradient(145deg,#fff6e8,#edc99e); }
.mdl-page .template-event .template-preview { background:linear-gradient(145deg,#edf0ff,#c7cbea); }
.mdl-page .template-education .template-preview { background:linear-gradient(145deg,#fff3ef,#efc9be); }
.mdl-page .template-note { position:relative; z-index:1; margin:24px 0 0; color:#7b929e; font-size:var(--font-small); text-align:right; }
/* Compact bands from the design */
.mdl-page .content-band { position:relative; display:grid; gap:24px; margin-top:32px; padding:clamp(2.4rem,4.5vw,3.6rem); border:1px solid rgba(255,255,255,.82); border-radius:var(--radius); background:rgba(255,255,255,.82); box-shadow:0 16px 42px rgba(22,107,146,.075); backdrop-filter:blur(10px); transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s ease; }
/* .mdl-page .backend-story-card::after,
.mdl-page .template-card::after,
.mdl-page .content-band::after { content:""; position:absolute; z-index:3; top:0; right:0; left:0; height:2px; border-radius:inherit; background:linear-gradient(90deg,var(--blue),var(--mint),transparent 86%); transform:scaleX(.16); transform-origin:left; transition:transform .55s cubic-bezier(.22,1,.36,1); pointer-events:none; } */
.mdl-page .content-band header .eyebrow {position: relative;}
.mdl-page .content-band header .eyebrow::before {content: "";position: absolute;left: 0px;bottom: -5px;width: 62px;height: 2px;background: linear-gradient(90deg, var(--blue), var(--mint));}
.mdl-page .content-band header { padding-right: 18px; }
.mdl-page .content-band h2 { margin-bottom: 12px; font-size: var(--font-title-small); }
.mdl-page .content-band header > p:last-child { margin: 0; font-size: var(--font-small); }
.mdl-page .content-band > article { position: relative; padding: 28px; border-radius: 13px; background: rgba(247,252,254,.85); }
.mdl-page .content-band h3 { margin: 0 0 22px; color: var(--navy); font-size: var(--font-title-small); }
.mdl-page .content-band ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.mdl-page .content-band li { position: relative; padding-left: 22px; font-size: var(--font-small); }
.mdl-page .content-band li::before { content: "✓"; position: absolute; left: 0; color: #7ba4b7; font-weight: 900; }
.mdl-page .comparison-band { grid-template-columns: minmax(0,1fr); }
.mdl-page .comparison-band header { max-width: 850px; }
.mdl-page .comparison-subtitle { color: var(--blue-deep); font-weight: 750; }
.mdl-page .comparison-scroll { min-width: 0; overflow-x: auto; border-radius: 12px; border: 1px solid var(--line); }
.mdl-page .comparison-table { width: 100%; min-width: 740px; border-collapse: collapse; text-align: left; font-size: var(--font-small); }
.mdl-page .comparison-table caption { padding: 16px; text-align: left; color: var(--muted); font-size: var(--font-small); }
.mdl-page .comparison-table th,
.mdl-page .comparison-table td { padding: 20px 18px; border-bottom: 1px solid var(--line); vertical-align: middle; text-align:center; }
.mdl-page .comparison-table thead th { background: #eff8fc; color: var(--navy); width: 28%; }
.mdl-page .comparison-table thead th:first-child { width: 16%; }
.mdl-page .comparison-table .lugo-column { background: linear-gradient(135deg,#08b8e9,#009dd8); color: white; }
.mdl-page .lugo-column span { display: block; font-size: var(--font-small); margin-bottom: 8px; letter-spacing: .15em; }
.mdl-page .comparison-table tbody th { color: var(--navy); }
.mdl-page .comparison-table tbody td:nth-child(3) { background: #eaf9fd; color: var(--blue-deep); font-weight: 650; }
.mdl-page .comparison-table tr:last-child > * { border-bottom: 0; }
.mdl-page .comparison-note { margin: 0; color: var(--muted); font-size: var(--font-small); }
.mdl-page .comparison-scroll:focus-visible { outline: 2px solid var(--blue-deep); outline-offset: 4px; }
.mdl-page .comparison-band .recommended { background: linear-gradient(160deg, #09b7e6, #0298d4); color: #fff; box-shadow: 0 14px 28px rgba(0, 173, 229, .2); }
.mdl-page .recommended h3,
.mdl-page .recommended li::before { color: #fff; }
.mdl-page .recommended > span { position: absolute; right: 14px; top: 14px; padding: 2px 8px; border-radius: 99px; background: #fff; color: var(--blue-deep); font-size: var(--font-small); font-weight: 800; }
.mdl-page .pricing-band { grid-template-columns: 1.15fr 1fr 1fr; }
.mdl-page .pricing-band > article { border: 1px solid var(--line); background: rgba(249,253,255,.75); }
.mdl-page .plan-name { margin: 0; color: var(--blue); font-weight: 800; text-align: center; }
.mdl-page .price { margin: 6px 0 22px; color: var(--blue); font-size: 36px; font-weight: 850; line-height: 1.2; text-align: center; }
.mdl-page .price small { font-size: var(--font-small); }
/* .mdl-page .featured-plan { box-shadow: inset 0 0 0 1px rgba(0,174,229,.2); } */
.mdl-page .pricing-band > article.featured-plan {box-shadow: inset 0 0 0 1px rgba(0, 174, 229, .2);border-color: rgb(10 175 229);background: rgb(230 247 255);}
.mdl-page .pricing-disclaimer { grid-column: 1/-1; margin: 2px 0 -8px; color: #8097a2; font-size: var(--font-small); text-align: right; }
/* 可左右捲動區域的邊緣提示（快速目錄、比較表格）
   用 mask 讓內容在邊緣淡出，不必配合底色調漸層；資料由 modular.js 寫在父層的 data-scroll */
.mdl-page .scroll-hint-frame { position:relative; min-width:0; }
.mdl-page [data-scroll] { --scroll-edge:52px; }
.mdl-page [data-scroll="start"] > .scroll-hint-target {
  -webkit-mask-image:linear-gradient(90deg,#000 calc(100% - var(--scroll-edge)),transparent);
          mask-image:linear-gradient(90deg,#000 calc(100% - var(--scroll-edge)),transparent);
}
.mdl-page [data-scroll="middle"] > .scroll-hint-target {
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 var(--scroll-edge),#000 calc(100% - var(--scroll-edge)),transparent);
          mask-image:linear-gradient(90deg,transparent,#000 var(--scroll-edge),#000 calc(100% - var(--scroll-edge)),transparent);
}
.mdl-page [data-scroll="end"] > .scroll-hint-target {
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 var(--scroll-edge));
          mask-image:linear-gradient(90deg,transparent,#000 var(--scroll-edge));
}
/* 表格另外給一行文字提示，捲到底就不再顯示 */
.mdl-page .scroll-hint-note { display:none; margin:12px 0 0; color:var(--blue-deep); font-size:14px; font-weight:750; line-height:1.6; text-align:center; }
.mdl-page .scroll-hint-frame[data-scroll="start"] .scroll-hint-note,
.mdl-page .scroll-hint-frame[data-scroll="middle"] .scroll-hint-note { display:block; }
.mdl-page .scroll-hint-note::before { content:"← "; }
.mdl-page .scroll-hint-note::after { content:" →"; }

/* 頁尾不起眼的歷史方案入口 */
.mdl-page .legacy-link { margin:0 auto; padding:28px 0 36px; text-align:center; }
.mdl-page .legacy-link a { color:#9fb2bc; font-size:14px; line-height:1.7; }
.mdl-page .legacy-link a:hover,
.mdl-page .legacy-link a:focus-visible { color:var(--blue-deep); text-decoration:underline; }

/* 整合調整：價格卡片底部的 CTA，點了會帶方案跳到需求表單 */
.mdl-page .pricing-band > article { display:flex; flex-direction:column; }
.mdl-page .pricing-band > article ul { margin-bottom:26px; }
.mdl-page .plan-cta { margin-top:auto; width:100%; font-size:var(--font-small); text-align:center; white-space:nowrap; }
.mdl-page .plan-cta-ghost { border:1px solid rgba(8,175,229,.42); background:#fff; color:var(--blue-deep); box-shadow:0 8px 20px rgba(0,168,222,.1); }
.mdl-page .plan-cta-ghost:hover,
.mdl-page .plan-cta-ghost:focus-visible { border-color:var(--blue); background:#f4fcff; box-shadow:0 13px 28px rgba(0,168,222,.16); }
/* 方案被帶入下拉選單時閃一下，表單在很下面才看得出有變化 */
.mdl-page .form-grid select.is-plan-filled { border-color:var(--blue); box-shadow:0 0 0 3px rgba(8,175,229,.22); animation:plan-filled-flash 1.6s ease; }
@keyframes plan-filled-flash { 0%,100% { background:#fff; } 18% { background:#e9f8fe; } }

.mdl-page .process-band { grid-template-columns: .85fr 2.15fr; align-items: center; }
.mdl-page .process-band ol { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.mdl-page .process-band li { position: relative; text-align: center; }
.mdl-page .process-band li:before {content: "";}
.mdl-page .process-band li:not(:last-child)::after { content: "→"; position: absolute;right: -24px;top: 16px; color: #65c4e4;font-size: 20px; }
.mdl-page .process-band li > span { position:absolute; z-index:2; top:-8px;  width:22px; height:22px; transform:translateX(8px); border-radius:50%; background:var(--blue); color:#fff; font-size:var(--font-small); line-height:22px; }
.mdl-page .process-band .process-icon { display:block; width:64px; height:64px; margin:0 auto 12px; padding:13px; border-radius:50%; background:#fff; object-fit:contain; box-shadow:0 8px 18px rgba(0,146,202,.1); }
.mdl-page .process-band strong,
.mdl-page .process-band small { display: block; }
.mdl-page .process-band strong { color: var(--navy); font-size: var(--font-small); }
.mdl-page .process-band small { color: var(--muted); font-size: var(--font-small); }
.mdl-page .process-facts { grid-column:1/-1; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; padding-top:22px; border-top:1px solid var(--line); }
.mdl-page .process-facts p { margin:0; padding:14px 16px; border-radius:10px; background:#f2fafd; color:#688592; font-size:var(--font-small); }
.mdl-page .process-facts strong { display:block; margin-bottom:3px; color:var(--navy); font-size:var(--font-small); }
.mdl-page .guide-band { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 20px; margin-top: 32px; padding: clamp(2.4rem,4.5vw,3.6rem); border-radius: var(--radius); background: linear-gradient(135deg,rgba(235,249,255,.92),rgba(255,255,255,.8) 55%,rgba(235,255,247,.86)); }
.mdl-page .guide-band h2 { margin: 0; color: var(--navy); font-size: clamp(22px,2vw,28px); line-height: 1.45; }
.mdl-page .guide-band > div > p:last-child { margin: 13px 0 0; font-size: var(--font-small); }
.mdl-page .guide-band > a { display: flex; align-items: flex-start; flex-direction: column; padding: 24px; border: 1px solid rgba(18,129,171,.12); border-radius: 13px; background: rgba(255,255,255,.8); transition: transform .2s,box-shadow .2s; }
.mdl-page .guide-band > a:hover,
.mdl-page .guide-band > a:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(18,104,139,.09); }
.mdl-page .guide-band a span { color: var(--blue); font-size: var(--font-small); font-weight: 850; letter-spacing: .12em; }
.mdl-page .guide-band a strong { margin: 13px 0 9px; color: var(--navy); font-size: var(--font-body); }
.mdl-page .guide-band a small { color: #6d8895; font-size: var(--font-small); line-height: 1.65; }
/* FAQ, CTA and footer */
.mdl-page .faq-band { display: grid; grid-template-columns: .7fr 1.55fr; gap: 4rem; padding-block: clamp(5rem, 8vw, 8rem); }
.mdl-page .faq-band h2 { font-size: var(--font-title-medium); }
.mdl-page .faq-list { border-top: 1px solid var(--line); }
.mdl-page details { border-bottom: 1px solid var(--line); }
.mdl-page summary { position: relative; padding: 19px 45px 19px 0; cursor: pointer; color: var(--navy); font-weight: 800; list-style: none; }
.mdl-page summary::-webkit-details-marker { display: none; }
.mdl-page summary::after { content: "+"; position: absolute; right: 8px; top: 15px; color: var(--blue); font-size: 20px; }
.mdl-page details[open] summary::after { content: "−"; }
.mdl-page details p { max-width: 700px; margin: -3px 0 24px; }
.mdl-page .final-cta { position: relative; overflow: hidden; padding: clamp(3.5rem, 6vw, 5rem); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(230,249,255,.85)); box-shadow: var(--shadow); text-align: center; }
.mdl-page /*.final-cta::before,
.mdl-page .final-cta::after { content: ""; position: absolute; width: 18rem; height: 18rem; border-radius: 50%; filter: blur(35px); opacity: .46; }
.mdl-page */
/*.final-cta::before { left: -7rem; bottom: -9rem; background: #5fd6f7; }
.mdl-page */
/*.final-cta::after { right: -6rem; top: -8rem; background: #7feabf; }
.mdl-page */
.final-cta > * { position: relative; z-index: 1; }
.mdl-page .final-cta h2 { font-size: var(--font-title-medium); }
.mdl-page .final-cta p:not(.eyebrow) { max-width: 630px; margin: 15px auto 24px; }
.mdl-page .final-cta.inquiry-section { padding:clamp(3.5rem,6vw,5.5rem); text-align:left; }
.mdl-page .inquiry-section .inquiry-intro > p:first-child { margin:0 0 18px; }
.mdl-page .inquiry-section .inquiry-time { margin:0 0 24px; }
.mdl-page .inquiry-section .inquiry-form > .draft-note { max-width:none; margin:0 0 26px; }
.mdl-page .inquiry-section .form-purpose { max-width:none; margin-block:20px; }
/* Recreated device and interface details from the approved design */
.mdl-page .browser-bar > span { width: 34%; height: 3px; margin-left: auto; border-radius: 9px; background: #d7e4e9; }
.mdl-page .mini-nav { display: flex; align-items: center; gap: 7px; height: 14px; margin: -4% -4% 8%; }
.mdl-page .mini-nav b { margin-right: auto; color: var(--blue); font-size: var(--font-small); line-height: 1; }
.mdl-page .mini-nav i { width: 10%; height: 2px; border-radius: 5px; background: #9fb4be; }
.mdl-page .ui-copy { display: grid; gap: 4px; width: 35%; margin-top: 8%; }
.mdl-page .ui-copy i { height: 2px; border-radius: 4px; background: #cadbe1; }
.mdl-page .ui-copy i:last-child { width: 68%; }
.mdl-page .monitor-neck { position: absolute; z-index: -1; left: 43%; top: 100%; width: 15%; height: 18%; background: linear-gradient(90deg,#bcc8cc,#f5f7f8,#b6c4c9); }
.mdl-page .monitor-foot { position: absolute; z-index: -1; left: 28%; top: 115%; width: 46%; height: 6%; border-radius: 50%; background: linear-gradient(180deg,#f8f9fa,#aebcc1); }
.mdl-page .laptop-base { position: absolute; z-index: -1; left: -5%; top: 98%; width: 110%; height: 7%; border-radius: 0 0 50% 50%; background: linear-gradient(180deg,#f7f9f9,#aebdc2); box-shadow: 0 8px 9px rgba(38,81,97,.15); }
.mdl-page .phone-speaker { position: absolute; z-index: 3; top: 8px; left: 38%; width: 24%; height: 2px; border-radius: 5px; background: #718089; }
.mdl-page .phone-card { width: 75%; height: 28%; margin-top: 14%; border-radius: 2px; background: linear-gradient(135deg,#d5eaf0,#96c4d2); }
.mdl-page .network-screen { position: relative; height: calc(100% - 16px); overflow: hidden; padding: 8% 10%; background: #fff; }
.mdl-page .network-screen strong { position: relative; z-index: 2; display: block; padding: 0; color: #203c4b; font: 700 18px/1.1 Georgia,serif; }
.mdl-page .network-screen > span { display: block; width: 18%; height: 3px; margin-top: 8%; border-radius: 9px; background: var(--blue); }
.mdl-page .network-photo { position: absolute; right: 5%; bottom: 0; width: 55%; height: 70%; background: linear-gradient(145deg,#e7f0f2,#b7dbe4 55%,#75aabc); clip-path: polygon(25% 18%,92% 0,100% 100%,0 100%); }
.mdl-page .website-stack { position: relative; min-height: 470px; }
.mdl-page .website-stack > img { transition:transform .48s cubic-bezier(.22,1,.36,1); }
.mdl-page .website-stack::before { content: ""; position: absolute; z-index: -1; inset: 8% 5% -8% 15%; border-radius: 50%; background: rgba(62,195,244,.4); filter: blur(42px); }
.mdl-page .web-sheet { position:absolute; overflow:hidden; width:78%; height:360px; border:1px solid #dfeaf0; border-radius:10px; background:#fff; box-shadow:0 24px 48px rgba(21,91,121,.16); }
.mdl-page .sheet-back { left:0; top:90px; opacity:.62; transform:scale(.9); transform-origin:left; }
.mdl-page .sheet-mid { left:8%; top:45px; opacity:.82; transform:scale(.95); transform-origin:left; }
.mdl-page .sheet-front { z-index:2; left:18%; top:0; }
.mdl-page .preview-browser { display:flex; height:20px; align-items:center; gap:4px; padding:0 9px; border-bottom:1px solid #e5edf1; background:#f5f8f9; }
.mdl-page .preview-browser i { width:4px; height:4px; border-radius:50%; background:#b9cbd3; }
.mdl-page .preview-browser span { width:38%; height:5px; margin-left:5px; overflow:hidden; border-radius:5px; background:#e0e9ed; color:#7e929b; font-size:5px; line-height:5px; text-align:center; }
.mdl-page .preview-nav { display:flex; height:38px; align-items:center; gap:10px; padding:0 20px; color:#718995; font-size:8px; }
.mdl-page .preview-nav b { margin-right:auto; color:var(--navy); font-size:11px; letter-spacing:.04em; }
.mdl-page .preview-hero { position:relative; height:164px; overflow:hidden; padding:30px 24px; }
.mdl-page .preview-hero::after { content:""; position:absolute; inset:0 0 0 48%; background:linear-gradient(140deg,#dde8eb,#9bb9c2 58%,#5e7680); clip-path:polygon(20% 0,100% 0,100% 100%,0 100%); }
.mdl-page .preview-hero small,
.mdl-page .preview-hero strong,
.mdl-page .preview-hero em { position:relative; z-index:1; display:block; max-width:48%; }
.mdl-page .preview-hero small { margin-bottom:10px; color:#4d7b8c; font-size:7px; font-weight:850; letter-spacing:.16em; }
.mdl-page .preview-hero strong { color:#173d50; font:750 16px/1.22 Georgia,"Noto Serif TC",serif; }
.mdl-page .preview-hero em { width:max-content; margin-top:14px; padding:5px 9px; border-radius:99px; background:#0aaddf; color:#fff; font-size:7px; font-style:normal; font-weight:750; }
.mdl-page .preview-content { display:grid; grid-template-columns:1fr repeat(3,.62fr); gap:8px; padding:17px 20px; }
.mdl-page .preview-content b { align-self:center; color:#264f61; font-size:9px; line-height:1.35; }
.mdl-page .preview-content span { height:66px; border-radius:4px; background:linear-gradient(180deg,#bdd4dc 0 52%,#edf3f5 52%); }
.mdl-page .preview-studio .preview-hero { background:linear-gradient(135deg,#fcf8ef,#efe5d5); }
.mdl-page .preview-studio .preview-hero::after { background:radial-gradient(circle at 35% 36%,#d9bda6 0 8%,transparent 9%),linear-gradient(145deg,#e8d9c9,#b99076 58%,#735344); clip-path:polygon(12% 0,100% 0,100% 100%,4% 100%,22% 56%); }
.mdl-page .preview-studio .preview-hero em { background:#9e7052; }
.mdl-page .preview-studio .preview-content span { background:linear-gradient(180deg,#dccab8 0 52%,#f6f1ea 52%); }
.mdl-page .preview-consulting .preview-hero { background:linear-gradient(135deg,#f4fbfa,#d9f0ea); }
.mdl-page .preview-consulting .preview-hero::after { background:linear-gradient(155deg,#d6eee4 0 24%,#83c5ad 25% 52%,#337c68 53% 70%,#164a42 71%); clip-path:polygon(26% 0,100% 0,100% 100%,0 100%,18% 64%); }
.mdl-page .preview-consulting .preview-hero em { background:#249c83; }
.mdl-page .preview-consulting .preview-content span { background:linear-gradient(180deg,#abdaca 0 52%,#edf7f4 52%); }
.mdl-page .compare-visual { height: 78px; margin-bottom: 20px; }
.mdl-page .visual-fixed { display: grid; place-items: center; }
.mdl-page .visual-fixed > div { position: relative; width: 66px; height: 47px; border: 2px solid #b6cbd5; border-radius: 4px; background: #fff; }
.mdl-page .visual-fixed > div::before { content: ""; position: absolute; top: 7px; left: 0; width: 100%; border-top: 1px solid #cbdbe1; }
.mdl-page .visual-fixed i { position: absolute; inset: 9px 0 0; display: grid; place-items: center; color: #92a9b4; font-style: normal; font-size: 18px; }
.mdl-page .visual-drag { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; width: 72px; margin-inline: auto; padding: 8px; border: 1px dashed #9db9c5; }
.mdl-page .visual-drag span { border: 1px solid #c0d4dc; background: #fff; }
.mdl-page .visual-drag b { position: absolute; right: -10px; bottom: -7px; color: var(--navy); font-size: 26px; line-height: 1; transform: rotate(-10deg); }
.mdl-page .visual-modular { display: grid; grid-template-columns: repeat(2,24px); grid-auto-rows: 24px; gap: 6px; place-content: center; }
.mdl-page .visual-modular i { border: 2px solid #fff; border-radius: 3px; }
/* Performance-conscious motion: transforms and opacity for all repeated effects */
.mdl-page .hero::before { animation:ambient-drift-a 10s ease-in-out infinite; }
.mdl-page .hero::after { animation:ambient-drift-b 12s ease-in-out infinite; }
html.motion-ready .mdl-page .reveal-target { --reveal-x:0px; --reveal-y:34px; --reveal-scale:.985; --reveal-rotate:0deg; opacity:0; transform:translate3d(var(--reveal-x),var(--reveal-y),0) scale(var(--reveal-scale)) rotate(var(--reveal-rotate)); transition:opacity .4s ease,transform .46s cubic-bezier(.22,1,.36,1); transition-delay:var(--reveal-delay,0ms); }
html.motion-ready .mdl-page .reveal-target.is-visible { opacity:1; transform:none; }
html.motion-ready .mdl-page .feature-row.reveal-target:nth-child(odd) { --reveal-x:-48px; --reveal-y:22px; --reveal-scale:.99; }
html.motion-ready .mdl-page .feature-row.reveal-target:nth-child(even) { --reveal-x:48px; --reveal-y:22px; --reveal-scale:.99; }
html.motion-ready .mdl-page .capability-list article.reveal-target:nth-child(odd),
html.motion-ready .mdl-page .mini-benefits article.reveal-target:nth-child(odd) { --reveal-x:-24px; --reveal-y:18px; }
html.motion-ready .mdl-page .capability-list article.reveal-target:nth-child(even),
html.motion-ready .mdl-page .mini-benefits article.reveal-target:nth-child(even) { --reveal-x:24px; --reveal-y:18px; }
html.motion-ready .mdl-page .template-card.reveal-target { --reveal-y:42px; --reveal-scale:.955; }
html.motion-ready .mdl-page .process-band li.reveal-target { --reveal-y:24px; --reveal-scale:.94; }
html.motion-ready .mdl-page .display-word.reveal-target { --reveal-x:0px; --reveal-y:-22px; --reveal-scale:1; transition-duration:.55s; }
html.motion-ready .mdl-page .template-card.reveal-target.is-visible:hover,
html.motion-ready .mdl-page .template-card.reveal-target.is-visible:focus-visible { transform:translateY(-6px); }
html.motion-ready .mdl-page .content-band.reveal-target.is-visible:hover { transform:translateY(-4px); }
@keyframes ambient-drift-a { 50% { transform:translate3d(2.5rem,-1.2rem,0) scale(1.06); } }
@keyframes ambient-drift-b { 50% { transform:translate3d(-2rem,1.4rem,0) scale(.96); } }
@keyframes hero-frame-in { from { opacity:0; transform:translate3d(-34px,24px,0) scale(.97); } to { opacity:1; transform:none; } }
@keyframes hero-outline-in { from { opacity:0; transform:translate3d(0,-22px,0); } to { opacity:1; transform:none; } }
@keyframes hero-copy-in { from { opacity:0; transform:translate3d(34px,0,0); } to { opacity:1; transform:none; } }
@keyframes hero-scan { 0% { opacity:0; transform:translate3d(0,0,0) scaleX(.35); } 18% { opacity:.9; } 72% { opacity:.42; } 100% { opacity:0; transform:translate3d(0,var(--hero-scan-distance),0) scaleX(1); } }
@media (prefers-reduced-motion: no-preference) {
  .mdl-page .hero-visual-image { animation:hero-frame-in .9s cubic-bezier(.22,1,.36,1) .08s both; }
  .mdl-page .hero-visual-image .outline-word { animation:hero-outline-in .8s cubic-bezier(.22,1,.36,1) .22s both; }
  .mdl-page .hero-visual-image::after { animation:hero-scan 1.45s cubic-bezier(.22,1,.36,1) .38s both; }
  .mdl-page .hero-copy::before { animation:hero-copy-in .78s cubic-bezier(.22,1,.36,1) .2s both; }
  .mdl-page .hero-copy .eyebrow { animation:hero-copy-in .68s cubic-bezier(.22,1,.36,1) .3s both; }
  .mdl-page .hero-copy h1 { animation:hero-copy-in .72s cubic-bezier(.22,1,.36,1) .4s both; }
  .mdl-page .hero-copy .lead { animation:hero-copy-in .68s cubic-bezier(.22,1,.36,1) .52s both; }
  .mdl-page .hero-copy > p:not(.eyebrow):not(.lead) { animation:hero-copy-in .68s cubic-bezier(.22,1,.36,1) .62s both; }
  .mdl-page .benefit-row .benefit { animation:hero-frame-in .66s cubic-bezier(.22,1,.36,1) both; }
  .mdl-page .benefit-row .benefit:nth-child(1) { animation-delay:.68s; }
  .mdl-page .benefit-row .benefit:nth-child(2) { animation-delay:.75s; }
  .mdl-page .benefit-row .benefit:nth-child(3) { animation-delay:.82s; }
  .mdl-page .benefit-row .benefit:nth-child(4) { animation-delay:.89s; }
  .mdl-page .benefit-row .benefit:nth-child(5) { animation-delay:.96s; }
}
@media (max-width: 980px) {
  /* 進場動畫的左右位移在窄螢幕會超出視窗寬度，小螢幕只保留垂直位移 */
  html.motion-ready .mdl-page .reveal-target,
  html.motion-ready .mdl-page .feature-row.reveal-target:nth-child(odd),
  html.motion-ready .mdl-page .feature-row.reveal-target:nth-child(even),
  html.motion-ready .mdl-page .capability-list article.reveal-target:nth-child(odd),
  html.motion-ready .mdl-page .capability-list article.reveal-target:nth-child(even),
  html.motion-ready .mdl-page .mini-benefits article.reveal-target:nth-child(odd),
  html.motion-ready .mdl-page .mini-benefits article.reveal-target:nth-child(even) { --reveal-x:0px; }

  .mdl-page .hero-grid,
  .mdl-page .feature-row { grid-template-columns: 1fr; }
  .mdl-page .hero-grid { gap:2.5rem; }
  .mdl-page .hero-copy { order:1; max-width:680px; margin-left:0; padding:0; }
  .mdl-page .hero-copy::before { inset:-26px -22px; border-radius:36px; background:radial-gradient(circle at 35% 45%,rgba(255,255,255,.94),rgba(243,251,255,.58) 72%,transparent 100%); filter:blur(5px); }
  .mdl-page .hero-copy .eyebrow { margin: 0 0 30px; }
  .mdl-page .hero-visual { order:2; min-height: 500px; }
  .mdl-page .hero-visual-image > img { width:min(760px,100%); margin-inline:auto; }
  .mdl-page .page-index-inner { gap:20px; }
  .mdl-page .page-index-links { justify-content:flex-start; overflow-x:auto; scrollbar-width:none; }
  .mdl-page .page-index-links::-webkit-scrollbar { display:none; }
  .mdl-page .benefit-row { grid-template-columns: repeat(3,1fr); }
  .mdl-page .feature-row { gap: 3.5rem; }
  .mdl-page .feature-row.website-stack-container { grid-template-columns:1fr; }
  .mdl-page .content-growth-row .website-stack { order:1; }
  .mdl-page .content-growth-row .feature-copy { order:2; max-width:720px; }
  .mdl-page .feature-copy-sticky { position:static; padding-top:0; }
  .mdl-page .backend-story { width:100%; max-width:720px; margin-inline:auto; }
  .mdl-page .feature-row:nth-child(2n) .feature-copy { order: 1; }
  .mdl-page .feature-row:nth-child(2n) .feature-shot { order: 2; }
  .mdl-page .feature-media { max-width: 650px; width: 100%; margin-inline: auto; }
  .mdl-page .feature-shot { max-width: 720px; }
  .mdl-page .website-stack { max-width: 720px; width: 100%; margin-inline: auto; }
  .mdl-page .seo-real-gallery { max-width:720px; width:100%; margin-inline:auto; }
  .mdl-page .possibility-head { grid-template-columns: 1fr; }
  .mdl-page .capability-section { grid-template-columns: 1fr; gap: 3.5rem; }
  .mdl-page .capability-intro { position: static; }
  .mdl-page .template-heading { grid-template-columns:1fr; gap:2rem; }
  .mdl-page .template-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mdl-page .comparison-band { grid-template-columns: minmax(0,1fr); }
  .mdl-page .comparison-band header { grid-column: 1/-1; }
  .mdl-page .pricing-band { grid-template-columns: repeat(2,1fr); }
  .mdl-page .pricing-band header { grid-column: 1/-1; }
  .mdl-page .process-band { grid-template-columns: 1fr; }
  .mdl-page .guide-band { grid-template-columns: repeat(2,1fr); }
  .mdl-page .guide-band > div { grid-column: 1/-1; }
  .mdl-page .faq-band { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 680px) {
  .mdl-page { font-size: var(--font-body); }
  .mdl-page .mdl-container { width: min(calc(100% - 30px), var(--container)); }
  .mdl-page [id] { scroll-margin-top: 140px; }
  .mdl-page .page-index-inner { width:100%; min-height:56px; padding-inline:15px; }
  .mdl-page .page-index-label { display:none; }
  .mdl-page .page-index-links { gap:24px; }
  .mdl-page .page-index-links a { padding-block:18px 16px; }
  .mdl-page .hero { padding-top: 7.5rem; }
  .mdl-page .hero-grid { gap: 2rem; }
  .mdl-page .hero-copy { padding-inline:4px; }
  .mdl-page .hero-copy::before { inset:-18px -10px; border-radius:24px; }
  .mdl-page .hero-copy h1 { font-size:clamp(36px,11vw,48px); }
  .mdl-page .hero-copy h1 span::after { bottom:5px; height:10px; }
  .mdl-page .hero-visual { min-height: 350px; }
  .mdl-page .hero-visual-image { --hero-scan-distance:245px; min-height:300px; }
  .mdl-page .outline-word { top: 0; left: 0; font-size: min(68px, 15vw); }
  .mdl-page .device-desktop { width: 64%; height: 44%; left: 10%; top: 23%; }
  .mdl-page .device-laptop { width: 50%; height: 35%; top: 42%; right: 0; }
  .mdl-page .device-phone { width: 18%; height: 34%; top: 49%; }
  .mdl-page .benefit-row { grid-template-columns: repeat(2,1fr); gap: 2.5rem 1rem; margin-top: 4rem; }
  .mdl-page .benefit:last-child { grid-column: 1/-1; }
  .mdl-page .icon { width: 70px; }
  .mdl-page .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 5rem; }
  .mdl-page .display-word { font-size: 58px; }
  .mdl-page .display-word.small { font-size:clamp(38px,11vw,48px); letter-spacing:.055em; }
  .mdl-page .feature-stack { gap: 7rem; }
  .mdl-page .feature-copy h2 { font-size: 30px; }
  .mdl-page .feature-copy p:last-child { line-height: 1.85; }
  .mdl-page .feature-media { min-height: 350px; }
  .mdl-page .feature-row:first-child .feature-copy { order:1; }
  .mdl-page .feature-row:first-child .feature-network { order:2; }
  .mdl-page .feature-media.feature-network { display:flex; min-height:0; align-items:flex-start; justify-content:center; }
  .mdl-page .feature-network > img { width:min(72vw,294px); max-height:520px; object-fit:contain; }
  .mdl-page .backend-story { gap:28px; }
  .mdl-page .backend-story-card { padding:12px; }
  .mdl-page .website-stack-container { gap:3rem; }
  .mdl-page .website-stack-container .website-stack { min-height:0; }
  .mdl-page .website-stack-container .website-stack > img { width:100%; height:auto; }
  .mdl-page .web-sheet { width:80%; height:240px; }
  .mdl-page .sheet-back { top:60px; }
  .mdl-page .sheet-mid { top:30px; }
  .mdl-page .preview-browser { height:14px; padding-inline:6px; }
  .mdl-page .preview-nav { height:26px; padding-inline:12px; }
  .mdl-page .preview-nav span { display:none; }
  .mdl-page .preview-nav b { font-size:9px; }
  .mdl-page .preview-hero { height:112px; padding:18px 14px; }
  .mdl-page .preview-hero small { margin-bottom:6px; font-size:6px; }
  .mdl-page .preview-hero strong { font-size:12px; }
  .mdl-page .preview-hero em { margin-top:8px; padding:3px 7px; font-size:6px; }
  .mdl-page .preview-content { grid-template-columns:1fr repeat(3,.58fr); gap:5px; padding:11px 12px; }
  .mdl-page .preview-content b { font-size:7px; }
  .mdl-page .preview-content span { height:42px; }
  .mdl-page .orbit { width: 76px; font-size: var(--font-small); }
  .mdl-page .orbit svg { width: 20px; height: 20px; }
  .mdl-page .orbit::after { width: 58px; }
  .mdl-page .network-card { height: 42%; top: 30%; }
  .mdl-page .network-card strong { font-size: var(--font-body); }
  .mdl-page .mini-benefits { grid-template-columns: repeat(2,1fr); gap: 2.5rem 1rem; }
  .mdl-page .capability-section { margin-block: 4rem; padding-block: 4rem; }
  .mdl-page .capability-list { grid-template-columns: 1fr; }
  .mdl-page .capability-list article:nth-child(2) { padding-top: 24px; border-top: 1px solid var(--line); }
  .mdl-page .template-grid { grid-template-columns:1fr; gap:18px; }
  .mdl-page .template-card { display:grid; grid-template-columns:minmax(120px,.72fr) 1fr; column-gap:18px; align-items:center; padding:12px; }
  .mdl-page .template-preview { grid-row:1/4; aspect-ratio:4/3; }
  .mdl-page .template-card > small,
  .mdl-page .template-card > strong,
  .mdl-page .template-card > span:last-child { margin-inline:0; }
  .mdl-page .template-card > small { align-self:end; margin-top:0; }
  .mdl-page .template-card > span:last-child { align-self:start; }
  .mdl-page .template-note { text-align:left; }
  .mdl-page .comparison-band,
  .mdl-page .pricing-band { grid-template-columns: 1fr; }
  .mdl-page .comparison-band header,
  .mdl-page .pricing-band header { grid-column: auto; }
  .mdl-page .content-band { padding: 1.25rem; }
  .mdl-page .content-band header { padding: 1rem .4rem; }
  .mdl-page .pricing-disclaimer { text-align: left; }
  .mdl-page .process-band ol { grid-template-columns: repeat(2,1fr); gap: 2.5rem 1rem; }
  .mdl-page .process-band li::after { display: none; }
  .mdl-page .process-facts { grid-template-columns:1fr; }
  .mdl-page .seo-real-gallery { padding-inline:8px; }
  .mdl-page .seo-real-stage { padding-bottom:32px; }
  .mdl-page .seo-real-shot { width:92%; padding:10px; border-radius:14px; transform:translate3d(10%,9%,0) scale(.84); }
  .mdl-page .seo-real-shot:not(.is-active):hover { transform:translate3d(10%,9%,0) scale(.86); }
  .mdl-page .seo-real-shot figcaption { padding:7px 5px 12px; }
  .mdl-page .seo-shot-hint { right:16px; bottom:16px; }
  .mdl-page .seo-gallery-arrow { top:44%; width:44px; height:44px; }
  .mdl-page .seo-gallery-prev { left:-2px; }
  .mdl-page .seo-gallery-next { right:-2px; }
  .mdl-page .seo-gallery-meta { align-items:flex-start; flex-direction:column; gap:7px; padding-inline:8px; }
  .mdl-page .guide-band { grid-template-columns: 1fr; padding: 1.25rem; }
  .mdl-page .guide-band > div { grid-column: auto; padding: 1rem .4rem; }
  .mdl-page .faq-band { padding-block: 5rem; }
  .mdl-page .final-cta { padding: 3rem 1.25rem; }
  .mdl-page .final-cta.inquiry-section { padding: 3rem 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mdl-page, .mdl-page *,
  .mdl-page *::before,
  .mdl-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .mdl-page .template-card:hover .template-preview img,
  .mdl-page .template-card:focus-visible .template-preview img { transform:translate3d(0,0,0); }
  html.motion-ready .mdl-page .reveal-target { opacity:1; transform:none; }
  .mdl-page .hero-visual-image::after { display:none; }
}
.mdl-page .decor-list--line {padding-left: 30px;}
.mdl-page .decor-list--line .item {position: relative;}
.mdl-page .decor-list--line .item::before {    position: absolute;left: -24px;font-size: 20px;content: "";top: 16px;width: 16px;height: 2px;border: 0;border-radius: 10px;background: linear-gradient(90deg, var(--blue, #00afe5), var(--mint, #69e8bb));}
.mdl-page .decor-list--line .item::after {display: none;}
.mdl-page .decor-list {display: grid;gap: 14px;margin: 24px 0 0;padding: 0;list-style: none;}
.mdl-page .decor-list .item {position: relative;padding-left: 38px;color: var(--navy, #073b5c);font-size: 16px;line-height: 1.8;}
.mdl-page .decor-list .item::before {content: "";position: absolute;top: 5px;left: 0;width: 24px;height: 24px;border: 1px solid rgba(0, 174, 229, 0.2);border-radius: 50%;background:linear-gradient(135deg,rgba(0, 184, 234, 0.12),rgba(105, 232, 187, 0.18));}
.mdl-page .decor-list .item::after {content: "";position: absolute;top: 11px;left: 8px;width: 7px;height: 4px;border-bottom: 2px solid var(--blue, #00afe5);border-left: 2px solid var(--blue, #00afe5);transform: rotate(-45deg);}


u {position: relative;text-decoration:none;}
u::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    left: 0px;
    height: 0.4em;
    background: linear-gradient(90deg, rgba(8, 175, 229, .6), rgba(120, 229, 195, .6));
}

/* 整合補充：站台共用 header 在 640px 以下為 68px */
@media screen and (max-width: 640px) {
  .mdl-page .page-index { top: 68px; }
  .mdl-page [id] { scroll-margin-top: 130px; }
}
