:root {
	--ct-violet-dark: #6064cd;
	--ct-violet: #757afa;
	--ct-violet-light: #9ea2fc;
	--ct-violet-pale: #eeeeff;
	--ct-ink: #1a1a2e;
	--ct-muted: #5a5a7a;
	--ct-subtle: #9999b5;
	--ct-line: #c8c8e0;
	--ct-line-light: #e4e4ef;
	--ct-surface: #fafafc;
	--ct-surface-soft: #f2f2f8;
	--ct-surface-muted: #e8e8f2;
	--ct-white: #ffffff;
	--ct-gold: #c9a961;
	--ct-gold-pale: #f5eddb;
	--ct-pale: var(--ct-surface);
	--ct-panel: var(--ct-surface-soft);
	--ct-font-sans: "Noto Sans TC", "PingFang TC", sans-serif;
	--ct-font-serif: "Noto Serif TC", "Songti TC", serif;
	--ct-font-english: "DM Sans", var(--ct-font-sans);
	--ct-font-display: "DM Mono", monospace;
	--ct-type-h1: 48px;
	--ct-type-h2: 40px;
	--ct-type-h3: 24px;
	--ct-type-h4: 18px;
	--ct-type-body: 16px;
	--ct-type-small: 12px;
	--ct-type-button: 14px;
}

.page-template-page-custom-tour #content > .ast-container {
	max-width: none;
	padding: 0;
	display: block;
}
.page-template-page-custom-tour main#primary.ct-page {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}
.page-template-page-custom-tour .site-content { padding: 0; }

.ct-page,
.ct-page * { box-sizing: border-box; }
.ct-page { color: var(--ct-ink); background: var(--ct-white); font-family: var(--ct-font-sans); font-size: var(--ct-type-body); font-weight: 400; line-height: 1.8; overflow: hidden; }
.ct-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ct-section { padding: 104px 0; }
.ct-section h1,
.ct-section h2,
.ct-hero h1 { font-family: var(--ct-font-serif); color: var(--ct-ink); font-weight: 700; margin: 0; }
.ct-section h3 { font-family: var(--ct-font-sans); color: var(--ct-ink); font-weight: 700; margin: 0; }
.ct-section h2 { font-size: var(--ct-type-h2); line-height: 1.2; letter-spacing: 1px; }
.ct-richtext, .ct-richtext p { color: var(--ct-muted); font-size: var(--ct-type-body); line-height: 1.8; margin: 14px 0 0; }
.ct-kicker { display: flex; align-items: center; gap: 14px; color: var(--ct-violet); font-family: var(--ct-font-display); font-size: var(--ct-type-small); font-weight: 500; line-height: 1.6; letter-spacing: 1px; margin: 0 0 13px; }
.ct-kicker::before { content: ""; width: 42px; height: 2px; background: currentColor; }
.ct-kicker--light { justify-content: center; color: var(--ct-violet-light); }
.ct-section-heading--center { text-align: center; }
.ct-section-heading--center .ct-kicker { justify-content: center; }
.ct-section-heading--wide { max-width: 1080px; }
.ct-section-heading--spaced { margin-top: 94px; }

.ct-hero { min-height: 720px; position: relative; display: grid; place-items: center; text-align: center; background: var(--ct-hero-image) center/cover no-repeat; }
.ct-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,31,29,.35), rgba(22,30,32,.25)); }
.ct-hero__content { position: relative; z-index: 1; color: var(--ct-white); max-width: 900px; }
.ct-hero h1 { color: var(--ct-white); font-size: var(--ct-type-h1); line-height: 1.2; letter-spacing: 1px; text-shadow: 0 2px 16px rgba(0,0,0,.25); }
.ct-hero__description { max-width: 760px; margin: 22px auto 0; font-size: var(--ct-type-body); line-height: 1.8; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.ct-hero__description p { margin: 0; }
.ct-jump { display: flex; justify-content: center; gap: 16px; padding: 26px 24px; background: var(--ct-surface); }
.ct-button { border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 28px; background: var(--ct-violet); color: var(--ct-white) !important; font-family: var(--ct-font-sans); font-size: var(--ct-type-button); font-weight: 500; line-height: 1.4; text-decoration: none !important; transition: transform .2s ease, background .2s ease; }
.ct-button:hover { transform: translateY(-2px); background: var(--ct-violet-dark); }
.ct-button--outline { background: transparent; border: 1px solid var(--ct-violet); color: var(--ct-violet) !important; }

.ct-section--intro { background: var(--ct-pale); }
.ct-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.ct-benefit { min-height: 230px; padding: 22px 22px 26px; background: var(--ct-white); border-radius: 12px; border-top: 4px solid var(--ct-violet-light); box-shadow: 0 7px 20px rgba(26,26,46,.08); }
.ct-benefit__number { display: block; color: var(--ct-violet); font-family: var(--ct-font-english); font-size: var(--ct-type-small); font-weight: 500; line-height: 1.6; letter-spacing: 1px; }
.ct-person-icon { display: grid; place-items: center; width: 34px; height: 34px; margin: 16px 0 11px; background: var(--ct-violet-pale); color: transparent; border-radius: 4px; font-size: 0; }
.ct-person-icon::before { content: ""; width: 24px; height: 24px; background: url("../assets/custom-tour/icon-consult.svg") center / contain no-repeat; }
.ct-benefit h3 { font-size: var(--ct-type-h4); line-height: 1.2; margin-bottom: 10px; }
.ct-benefit p { margin: 0; color: var(--ct-muted); font-size: var(--ct-type-small); line-height: 1.6; letter-spacing: 1px; }

.ct-section--process { background: var(--ct-white); }
.ct-timeline { position: relative; margin-top: 64px; }
.ct-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); background: linear-gradient(var(--ct-line), var(--ct-violet-light), var(--ct-line)); }
.ct-step { width: 100%; min-height: 190px; display: flex; position: relative; }
.ct-step__card { width: calc(50% - 60px); min-height: 156px; align-self: flex-start; padding: 24px 28px; border: 1px solid var(--ct-line-light); border-radius: 14px; box-shadow: 0 8px 28px rgba(26,26,46,.055); background: var(--ct-white); }
.ct-step--right .ct-step__card { margin-left: calc(50% + 60px); }
.ct-step__card .ct-person-icon { margin: 0 0 10px; }
.ct-step__card small { color: var(--ct-subtle); font-family: var(--ct-font-english); font-size: var(--ct-type-small); font-weight: 500; line-height: 1.6; letter-spacing: 1px; }
.ct-step__card h3 { font-size: var(--ct-type-h4); line-height: 1.2; margin: 3px 0 9px; }
.ct-step__card p { color: var(--ct-muted); font-size: var(--ct-type-small); line-height: 1.6; letter-spacing: 1px; margin: 0; }
.ct-step__marker { position: absolute; left: 50%; top: 36px; transform: translateX(-50%); display: grid; place-items: center; width: 68px; height: 68px; background: var(--ct-white); border: 3px solid var(--ct-violet-light); color: var(--ct-violet); border-radius: 50%; font-family: var(--ct-font-english); font-size: 16px; font-weight: 500; line-height: 1.2; box-shadow: 0 3px 14px rgba(96,100,205,.15); }
.ct-step__marker span { display: block; margin-bottom: -12px; font-family: var(--ct-font-display); font-size: var(--ct-type-small); font-weight: 500; line-height: 1.6; letter-spacing: 1px; }
.ct-stats { margin-top: 28px; padding: 20px 50px; border-radius: 12px; background: var(--ct-violet-pale); }
.ct-stats__inner { width: min(100%, 500px); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ct-stat { display: flex; align-items: center; justify-content: center; gap: 12px; }
.ct-stat .ct-person-icon { margin: 0; background: transparent; }
.ct-stat strong, .ct-stat small { display: block; }
.ct-stat strong { font-size: var(--ct-type-small); line-height: 1.6; letter-spacing: 1px; }
.ct-stat small { margin-top: 4px; color: var(--ct-subtle); font-size: var(--ct-type-small); line-height: 1.6; letter-spacing: 1px; }

.ct-section--faq { background: var(--ct-surface-soft); }
.ct-faq-layout { display: grid; grid-template-columns: minmax(250px, .8fr) 1.7fr; gap: 70px; align-items: start; }
.ct-accordion { display: grid; gap: 14px; }
.ct-faq-item { border-radius: 12px; overflow: hidden; background: var(--ct-surface-muted); }
.ct-faq-question { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px; border: 0; color: var(--ct-ink); background: var(--ct-white); font-family: var(--ct-font-sans); font-size: var(--ct-type-button); line-height: 1.2; letter-spacing: 1px; text-align: left; font-weight: 700; cursor: pointer; }
.ct-faq-question b { color: var(--ct-violet); margin-right: 16px; }
.ct-faq-question i { width: 10px; height: 10px; flex: 0 0 10px; border-right: 2px solid var(--ct-violet); border-bottom: 2px solid var(--ct-violet); transform: rotate(45deg); transition: transform .2s ease; }
.ct-faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.ct-faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding: 0 24px; color: var(--ct-muted); font-size: var(--ct-type-body); line-height: 1.8; transition: padding .25s ease; }
.ct-faq-item.is-open .ct-faq-answer { grid-template-rows: 1fr; }
.ct-faq-item.is-open .ct-faq-answer p { padding-block: 18px; }
.ct-faq-item.is-open .ct-faq-question i { transform: rotate(225deg); }

.ct-section--inquiry { background: var(--ct-white); }
.ct-contact-grid { display: grid; grid-template-columns: .78fr 1.5fr; gap: 22px; margin-top: 32px; }
.ct-contact-card { min-height: 430px; padding: 42px 38px; border-radius: 14px; color: var(--ct-white); background: linear-gradient(145deg, var(--ct-violet), var(--ct-violet-dark)); }
.ct-contact-card h3 { color: var(--ct-white); font-size: var(--ct-type-h3); line-height: 1.2; }
.ct-contact-card p { color: rgba(255,255,255,.8); font-size: var(--ct-type-body); line-height: 1.8; }
.ct-contact-card ul { list-style: none; margin: 28px 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.ct-contact-card li { margin: 7px 0; font-size: var(--ct-type-small); line-height: 1.6; letter-spacing: 1px; }
.ct-contact-card a { color: var(--ct-white); text-decoration: none; }
.ct-contact-line { display: flex; justify-content: center; min-height: 42px; align-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; font-size: var(--ct-type-button); font-weight: 700; line-height: 1.2; letter-spacing: 1px; }
.ct-form-card { padding: 36px; border-radius: 14px; background: var(--ct-surface-soft); }
.ct-form-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ct-field { display: grid; gap: 8px; }
.ct-field--full, .ct-form-note, .ct-form-preview .ct-button { grid-column: 1 / -1; }
.ct-field span { color: var(--ct-muted); font-size: var(--ct-type-small); font-weight: 400; line-height: 1.6; letter-spacing: 1px; }
.ct-field input, .ct-field textarea { width: 100%; border: 1px solid var(--ct-line-light); border-radius: 7px; background: var(--ct-white); padding: 12px 14px; color: var(--ct-ink); font-family: var(--ct-font-sans); font-size: 14px; line-height: 1.6; outline: none; }
.ct-field input:focus, .ct-field textarea:focus { border-color: var(--ct-violet); box-shadow: 0 0 0 3px rgba(117,122,250,.12); }
.ct-form-note { margin: 0; color: var(--ct-subtle); font-size: var(--ct-type-small); line-height: 1.6; letter-spacing: 1px; }
.ct-form-preview .ct-button { justify-self: start; cursor: pointer; }

@media (max-width: 900px) {
	.ct-section { padding: 76px 0; }
	.ct-benefits { grid-template-columns: repeat(2, 1fr); }
	.ct-faq-layout, .ct-contact-grid { grid-template-columns: 1fr; gap: 38px; }
	.ct-contact-card { min-height: 0; }
}

@media (max-width: 640px) {
	.ct-container { width: min(100% - 32px, 1180px); }
	.ct-section { padding: 62px 0; }
	.ct-hero { min-height: 560px; }
	.ct-hero h1 { font-size: 40px; }
	.ct-hero__description { font-size: var(--ct-type-body); }
	.ct-jump { gap: 10px; }
	.ct-button { padding-inline: 20px; }
	.ct-benefits { grid-template-columns: 1fr; }
	.ct-section-heading--spaced { margin-top: 62px; }
	.ct-timeline { margin-top: 48px; padding-left: 30px; }
	.ct-timeline::before { left: 8px; transform: none; }
	.ct-step { min-height: 0; margin-bottom: 24px; }
	.ct-step__card, .ct-step--right .ct-step__card { width: 100%; margin-left: 32px; padding: 22px; }
	.ct-step__marker { left: 8px; top: 28px; width: 54px; height: 54px; font-size: 15px; }
	.ct-stats { padding: 20px; }
	.ct-stats__inner { grid-template-columns: 1fr; gap: 12px; }
	.ct-stat { justify-content: flex-start; }
	.ct-faq-question { padding-inline: 18px; }
	.ct-contact-card, .ct-form-card { padding: 28px 22px; }
	.ct-form-preview { grid-template-columns: 1fr; }
	.ct-field, .ct-field--full, .ct-form-note, .ct-form-preview .ct-button { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.ct-button, .ct-faq-answer, .ct-faq-answer p, .ct-faq-question i { transition: none; }
}
