/* =========================================================
   沃爾行銷數位 — 專業白底淺藍皮膚 (Woer Professional Skin)
   範圍：body.woer-skin（全站套用，子頁亦適用）
   ========================================================= */

:root {
	--woer-blue: #2477e8;
	--woer-blue-dark: #1b5fbf;
	--woer-ink: #14233d;
	--woer-text: #5c6b82;
	--woer-light: #eaf2fe;
	--woer-gray: #f5f8fd;
	--woer-sky: #5ba3f5;
	--woer-border: #e3e9f2;
	--woer-shadow: 0 10px 30px rgba(20, 35, 61, 0.08);
	--woer-shadow-lg: 0 18px 44px rgba(20, 35, 61, 0.14);
}

/* ---------- 基礎 ---------- */
body.woer-skin {
	background-color: #ffffff;
	color: var(--woer-text);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
.woer-skin .elementor-heading-title {
	color: var(--woer-ink);
	letter-spacing: 0.01em;
}
.woer-skin p {
	color: var(--woer-text);
	line-height: 1.8;
}

/* ---------- 頁首導覽 ---------- */
.woer-skin .site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: #ffffff !important;
	box-shadow: 0 2px 18px rgba(20, 35, 61, 0.07);
	padding: 8px 0;
}
.woer-skin .site-header .header-inner,
.woer-skin .site-header > .elementor,
.woer-skin .site-header .site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woer-skin .site-header .site-title,
.woer-skin .site-header .site-title a {
	color: var(--woer-ink) !important;
	font-weight: 800;
	font-size: 23px;
	letter-spacing: 0.01em;
}
.woer-skin .site-header .site-title a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 9px;
	border-radius: 50%;
	background: var(--woer-blue);
	vertical-align: middle;
}
.woer-skin .site-navigation .menu,
.woer-skin .site-header nav ul {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.woer-skin .site-navigation a,
.woer-skin .site-header nav a {
	color: var(--woer-ink) !important;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 16px;
	border-radius: 8px;
	transition: all 0.2s ease;
	text-decoration: none;
}
.woer-skin .site-navigation a:hover,
.woer-skin .site-header nav a:hover {
	color: var(--woer-blue) !important;
	background: var(--woer-light);
}
.woer-skin .site-header .current-menu-item > a,
.woer-skin .site-header .current_page_item > a {
	color: var(--woer-blue) !important;
}

/* ---------- 通用按鈕 ---------- */
.woer-skin .woer-btn-primary .elementor-button,
.woer-skin .woer-btn-ghost .elementor-button,
.woer-skin .woer-btn-light .elementor-button {
	border-radius: 8px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 15px 40px;
	font-size: 16px;
	transition: all 0.25s ease;
	border: 2px solid transparent;
}
.woer-skin .woer-btn-primary .elementor-button {
	background-color: var(--woer-blue);
	color: #fff;
	box-shadow: 0 8px 20px rgba(36, 119, 232, 0.28);
}
.woer-skin .woer-btn-primary .elementor-button:hover {
	background-color: var(--woer-blue-dark);
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(36, 119, 232, 0.36);
}
.woer-skin .woer-btn-ghost .elementor-button {
	background-color: #fff;
	color: var(--woer-blue);
	border-color: var(--woer-blue);
}
.woer-skin .woer-btn-ghost .elementor-button:hover {
	background-color: var(--woer-light);
}
.woer-skin .woer-btn-light .elementor-button {
	background-color: #fff;
	color: var(--woer-blue-dark);
}
.woer-skin .woer-btn-light .elementor-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

/* ---------- 區段標題 ---------- */
.woer-skin .woer-sec-title .elementor-heading-title {
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 800;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 6px;
}
.woer-skin .woer-sec-title .elementor-heading-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 56px;
	height: 4px;
	border-radius: 2px;
	transform: translateX(-50%);
	background: linear-gradient(90deg, var(--woer-blue), var(--woer-sky));
}
.woer-skin .woer-sec-sub {
	max-width: 640px;
	margin: 0 auto 46px;
	font-size: 17px;
}

/* ---------- 1. HERO ---------- */
.woer-skin .woer-hero {
	background: linear-gradient(160deg, #eaf2fe 0%, #f7faff 55%, #ffffff 100%);
	overflow: hidden;
}
.woer-skin .woer-eyebrow .elementor-heading-title {
	color: var(--woer-blue);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.woer-skin .woer-hero-title .elementor-heading-title {
	font-size: clamp(34px, 5.6vw, 60px);
	font-weight: 900;
	line-height: 1.3;
	color: var(--woer-ink);
}
.woer-skin .woer-hero-sub {
	margin: 22px auto 36px;
	font-size: 19px;
	max-width: 680px;
}
.woer-skin .woer-hero-sub p {
	font-size: 19px;
}

/* ---------- 2. 信任條 ---------- */
.woer-skin .woer-trust {
	background: #fff;
	border-bottom: 1px solid var(--woer-border);
}
.woer-skin .woer-trust-text .elementor-heading-title {
	color: var(--woer-text);
	font-weight: 500;
	font-size: 19px;
}
.woer-skin .woer-trust-text .elementor-heading-title span {
	color: var(--woer-blue);
	font-weight: 800;
	font-size: 24px;
}

/* ---------- 卡片列：欄間距 ---------- */
.woer-skin .woer-cards-row > .elementor-container > .elementor-column {
	padding: 12px;
}

/* ---------- 3. 服務卡片 ---------- */
.woer-skin .woer-card.elementor-widget-icon-box {
	background: #fff;
	border: 1px solid var(--woer-border);
	border-radius: 14px;
	padding: 40px 26px;
	height: 100%;
	box-shadow: var(--woer-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.woer-skin .woer-card.elementor-widget-icon-box:hover {
	transform: translateY(-8px);
	box-shadow: var(--woer-shadow-lg);
	border-color: var(--woer-sky);
}
.woer-skin .woer-card .elementor-icon-box-icon {
	margin-bottom: 20px;
}
.woer-skin .woer-card .elementor-icon {
	background: var(--woer-light);
	color: var(--woer-blue);
	width: 76px;
	height: 76px;
	line-height: 76px;
	border-radius: 50%;
	font-size: 30px;
	transition: all 0.28s ease;
}
.woer-skin .woer-card.elementor-widget-icon-box:hover .elementor-icon {
	background: var(--woer-blue);
	color: #fff;
}
.woer-skin .woer-card .elementor-icon-box-title {
	color: var(--woer-ink);
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 12px;
}
.woer-skin .woer-card .elementor-icon-box-description {
	color: var(--woer-text);
	font-size: 15px;
	line-height: 1.85;
}

/* ---------- 4. 為什麼選擇沃爾 ---------- */
.woer-skin .woer-why {
	background: var(--woer-gray);
}
.woer-skin .woer-why-item .elementor-icon {
	color: var(--woer-blue);
	background: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	font-size: 32px;
	box-shadow: var(--woer-shadow);
}
.woer-skin .woer-why-item .elementor-icon-box-title {
	color: var(--woer-ink);
	font-size: 19px;
	font-weight: 700;
	margin-top: 8px;
}
.woer-skin .woer-why-item .elementor-icon-box-description {
	font-size: 15px;
}

/* ---------- 5. 數據成效 ---------- */
.woer-skin .woer-stats {
	background: linear-gradient(135deg, #2477e8 0%, #1b5fbf 100%) !important;
}
.woer-skin .woer-stat .elementor-counter-number-wrapper {
	color: #fff;
	font-size: 52px;
	font-weight: 900;
}
.woer-skin .woer-stat .elementor-counter-title {
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	font-weight: 500;
	margin-top: 8px;
}

/* ---------- 6. 合作流程 ---------- */
.woer-skin .woer-steps .elementor-column {
	position: relative;
}
.woer-skin .woer-step-no .elementor-heading-title {
	color: var(--woer-sky);
	font-size: 46px;
	font-weight: 900;
	opacity: 0.5;
}
.woer-skin .woer-step-title .elementor-heading-title {
	color: var(--woer-ink);
	font-size: 20px;
	font-weight: 700;
	margin-top: -6px;
}
.woer-skin .woer-step-desc {
	font-size: 15px;
	margin-top: 8px;
}

/* ---------- 7. 案例 ---------- */
.woer-skin .woer-cases {
	background: var(--woer-gray);
}
.woer-skin .woer-card.woer-case-col,
.woer-skin .woer-cases .elementor-column.woer-card > .elementor-widget-wrap {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--woer-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
	padding: 0 0 26px 0 !important;
}
.woer-skin .woer-cases .elementor-column.woer-card:hover > .elementor-widget-wrap {
	transform: translateY(-8px);
	box-shadow: var(--woer-shadow-lg);
}
.woer-skin .woer-case-img img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	display: block;
}
.woer-skin .woer-case-tag .elementor-heading-title {
	color: var(--woer-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 22px 26px 6px;
}
.woer-skin .woer-case-title .elementor-heading-title {
	color: var(--woer-ink);
	font-size: 21px;
	font-weight: 700;
	margin: 0 26px 10px;
}
.woer-skin .woer-case-result {
	margin: 0 26px;
	font-size: 15px;
}

/* ---------- 8. FAQ ---------- */
.woer-skin .woer-faq-toggle {
	max-width: 820px;
	margin: 0 auto;
}
.woer-skin .woer-faq-toggle .elementor-toggle-item {
	border: 1px solid var(--woer-border);
	border-radius: 10px;
	margin-bottom: 14px;
	overflow: hidden;
	box-shadow: var(--woer-shadow);
}
.woer-skin .woer-faq-toggle .elementor-tab-title,
.woer-skin .woer-faq-toggle .elementor-tab-title a {
	color: var(--woer-ink) !important;
	font-weight: 700;
	font-size: 17px;
	padding: 20px 24px;
}
.woer-skin .woer-faq-toggle .elementor-tab-title.elementor-active,
.woer-skin .woer-faq-toggle .elementor-tab-title.elementor-active a {
	color: var(--woer-blue) !important;
}
.woer-skin .woer-faq-toggle .elementor-tab-title .elementor-toggle-icon {
	color: var(--woer-blue);
}
.woer-skin .woer-faq-toggle .elementor-tab-content {
	color: var(--woer-text) !important;
	padding: 4px 24px 22px;
	font-size: 15px;
}

/* ---------- 9. CTA ---------- */
.woer-skin .woer-cta {
	background: linear-gradient(135deg, #2477e8 0%, #1b5fbf 100%) !important;
}
.woer-skin .woer-cta-title .elementor-heading-title {
	color: #fff;
	font-size: clamp(26px, 3.4vw, 38px);
	font-weight: 800;
}
.woer-skin .woer-cta-sub {
	margin: 16px auto 30px;
	max-width: 560px;
}
.woer-skin .woer-cta-sub p {
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
}

/* ---------- 子頁 Hero 橫幅 ---------- */
.woer-skin .woer-page-hero {
	background: linear-gradient(160deg, #eaf2fe 0%, #f7faff 100%);
}
.woer-skin .woer-page-title .elementor-heading-title {
	font-size: clamp(30px, 4.4vw, 46px);
	font-weight: 900;
	color: var(--woer-ink);
}
.woer-skin .woer-page-sub {
	max-width: 640px;
	margin: 16px auto 0;
	font-size: 17px;
}

/* ---------- 服務頁細項卡 ---------- */
.woer-skin .woer-svc > .elementor-widget-wrap,
.woer-skin .woer-svc > .elementor-element-populated {
	background: #fff;
	border: 1px solid var(--woer-border);
	border-radius: 16px;
	box-shadow: var(--woer-shadow);
	padding: 40px 34px !important;
	height: 100%;
}
.woer-skin .woer-svc-icon .elementor-icon {
	background: var(--woer-light);
	color: var(--woer-blue);
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 16px;
	font-size: 28px;
}
.woer-skin .woer-svc-icon .elementor-icon-box-title {
	color: var(--woer-ink);
	font-size: 22px;
	font-weight: 700;
	margin: 16px 0 8px;
}
.woer-skin .woer-svc-icon .elementor-icon-box-description {
	color: var(--woer-text);
	font-size: 15px;
}
.woer-skin ul.woer-ul {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
}
.woer-skin ul.woer-ul li {
	position: relative;
	padding: 7px 0 7px 28px;
	color: var(--woer-text);
	border-bottom: 1px dashed var(--woer-border);
}
.woer-skin ul.woer-ul li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: var(--woer-blue);
	font-weight: 800;
}

/* ---------- 聯絡卡 ---------- */
.woer-skin .woer-contact-card .elementor-icon {
	background: var(--woer-blue);
	color: #fff;
}
.woer-skin .woer-form-note {
	margin-top: 10px;
}

/* ---------- 關於頁 ---------- */
.woer-skin .woer-about-text p {
	font-size: 17px;
	line-height: 2;
}

/* ---------- 頁尾 ---------- */
.woer-skin .site-footer,
.woer-skin .site-footer .footer-inner {
	background: #0f1b30 !important;
	color: #aeb9cc;
}
.woer-skin .site-footer a {
	color: var(--woer-sky);
}

/* ---------- 捲動進場（僅 JS 正常時才預設隱藏） ---------- */
.woer-skin.woer-anim-on .woer-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	will-change: opacity, transform;
}
.woer-skin.woer-anim-on .woer-reveal.is-visible {
	opacity: 1;
	transform: none;
}
@media (prefers-reduced-motion: reduce) {
	.woer-skin .woer-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ---------- RWD ---------- */
@media (max-width: 1024px) {
	.woer-skin .woer-cards-row > .elementor-container > .elementor-column {
		margin-bottom: 8px;
	}
	/* 修正手機水平溢出：容器隨視窗縮放（覆蓋固定 content_width） */
	.woer-skin .elementor-section > .elementor-container {
		width: 100% !important;
		max-width: 100% !important;
	}
	/* 手機漢堡選單按鈕與下拉 */
	.woer-skin .site-navigation-toggle,
	.woer-skin .site-navigation-toggle i {
		color: var(--woer-ink) !important;
		background: transparent !important;
	}
	.woer-skin .site-navigation-dropdown,
	.woer-skin .site-navigation-dropdown ul {
		background: #ffffff !important;
		box-shadow: 0 12px 30px rgba(20, 35, 61, 0.12);
	}
	.woer-skin .site-navigation-dropdown a {
		color: var(--woer-ink) !important;
		font-weight: 600;
		padding: 14px 20px;
		border-bottom: 1px solid var(--woer-border);
	}
	.woer-skin .site-navigation-dropdown a:hover {
		color: var(--woer-blue) !important;
		background: var(--woer-light);
	}
}
@media (max-width: 767px) {
	.woer-skin .elementor-section.woer-hero { padding-top: 70px !important; padding-bottom: 70px !important; }
	.woer-skin section[class*="woer-"] > .elementor-container { padding-left: 6px; padding-right: 6px; }
	.woer-skin .woer-services,
	.woer-skin .woer-why,
	.woer-skin .woer-process,
	.woer-skin .woer-cases,
	.woer-skin .woer-faq { padding-top: 58px !important; padding-bottom: 58px !important; }
	.woer-skin .woer-hero-title .elementor-heading-title { font-size: 27px !important; line-height: 1.42; }
	.woer-skin .woer-hero-sub p { font-size: 16px; }
	.woer-skin .woer-hero-sub br,
	.woer-skin .woer-hero-title br { display: none; }
	.woer-skin .woer-eyebrow .elementor-heading-title { letter-spacing: 0.12em; font-size: 13px; }
	.woer-skin .woer-trust-text .elementor-heading-title { font-size: 15px; line-height: 1.7; }
	.woer-skin .woer-trust-text .elementor-heading-title span { font-size: 18px; }
	/* 所有標題與文字在手機強制斷行，杜絕水平溢出 */
	.woer-skin .elementor-heading-title,
	.woer-skin .elementor-widget-text-editor,
	.woer-skin .elementor-widget-text-editor p {
		overflow-wrap: break-word;
		word-break: break-word;
	}
	.woer-skin .elementor-widget-container { max-width: 100%; }
	/* 按鈕：手機置中、不溢出 */
	.woer-skin .woer-hero-btns .elementor-column { width: 100% !important; }
	.woer-skin .woer-hero-btns .elementor-widget-button,
	.woer-skin .woer-hero-btns .elementor-button-wrapper { text-align: center !important; }
	.woer-skin .woer-hero-btns .elementor-button { width: 86%; max-width: 320px; }
	.woer-skin .woer-btn-primary,
	.woer-skin .woer-btn-ghost { margin-bottom: 12px; }
	.woer-skin .woer-sec-title .elementor-heading-title { font-size: 26px; }
}
