/* Immigration Services Page - PC Styles (黑白灰，无渐变，无阴影) */

/* minimal header/footer 样式与移动侧边栏相关样式已移除，统一复用 Visa Bulletin 页头 */

/* 页尾样式 - 统一背景色 */
.site-footer-minimal {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	margin-top: 32px;
}

.site-footer-minimal__inner {
	max-width: 768px;
	margin: 0 auto;
	padding: 12px 20px;
	color: #666;
	font-size: 12px;
	text-align: center;
}

/* pc-footer-logo 区域统一白色背景 */
.pc-footer-logo {
	background: #ffffff !important;
}

/* 确保灰色背景不出现（当前模板body有 header-minimal class） */
body.header-minimal { background:#ffffff !important; }

/* 容器 */
.immigration-services-page {
	background: #ffffff;
	color: #222222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6;
	min-height: 100vh;
}

.is-container {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 20px;
}

/* 头部区（Hero Section） */
.is-hero {
	text-align: center;
	padding: 56px 0 40px;
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #0e0f1a 0%, #1b2a4b 45%, #4b3f72 100%);
	/* 微弱边界，用于与下方白底区分 */
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* 科技感装饰层（发光+网格） */
.is-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(1200px 600px at 80% -20%, rgba(123,92,255,0.28), transparent 60%),
		radial-gradient(900px 420px at 10% 120%, rgba(34,211,238,0.22), transparent 60%),
		repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0, rgba(255,255,255,0.06) 1px, transparent 1px, transparent 22px),
		repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0, rgba(255,255,255,0.04) 1px, transparent 1px, transparent 22px);
	mix-blend-mode: screen;
	opacity: 0.9;
	pointer-events: none;
	z-index: 0;
}

/* 顶部标签导航（四栏目切换） */
.is-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:16px 0 8px;position:relative;z-index:1}
.is-tab{appearance:none;border:1px solid #111;background:#ffffff;color:#111;font-size:14px;font-weight:600;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}
.is-tab:hover{background:#f5f5f5;color:#000;border-color:#000}
.is-tab.is-tab--active{background:#ffffff;color:#000;border-color:#000;font-weight:800}

.is-hero__title {
	font-size: 32px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.2px;
	margin: 0 0 12px;
	line-height: 1.35;
	position: relative;
	z-index: 1;
}

.is-hero__subtitle {
	font-size: 15px;
	color: #d1e3ff;
	opacity: 0.9;
	margin: 0 0 18px;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}

/* 已按需移除 CTA 组与微信浮层样式 */

/* 业务模块区 */
.is-services{display:grid;gap:32px;margin-bottom:40px}
/* 面板切换动画（JS 控制显示/隐藏） */
.is-service-card{display:none;opacity:0;transition:opacity .25s ease}
.is-service-card.is-visible{display:block}
.is-service-card.is-fading-in{opacity:1}

.is-service-card {
	border: 2px solid #e5e5e5;
	background: #ffffff;
}

.is-service-card__header {
	padding: 24px 24px 20px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	gap: 12px;
}

.is-service-card__icon {
	font-size: 40px;
	line-height: 1;
}

.is-service-card__title {
	font-size: 22px;
	font-weight: 700;
	color: #111111;
	margin: 0;
}

.is-service-card__body {
	padding: 24px;
}

.is-service-card__subtitle {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	margin: 0 0 16px;
}

.is-service-card__description {
	margin-bottom: 24px;
	color: #444444;
	font-size: 14px;
}

.is-service-card__description p {
	margin: 0 0 12px;
}

.is-service-card__description strong {
	color: #111111;
	font-weight: 600;
}

/* FAQ 样式 */
.is-faq {
	margin-bottom: 24px;
}

.is-faq__title {
	font-size: 16px;
	font-weight: 600;
	color: #111111;
	margin: 0 0 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
}

.is-faq-item {
	border: 1px solid #e5e5e5;
	margin-bottom: 8px;
}

.is-faq-item__question {
	width: 100%;
	padding: 14px 16px;
	background: #fafafa;
	border: none;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	transition: background 0.2s ease;
}

.is-faq-item__question:hover {
	background: #f5f5f5;
}

.is-faq-item__icon {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	transition: transform 0.2s ease;
}

.is-faq-item.is-active .is-faq-item__icon {
	transform: rotate(45deg);
}

.is-faq-item__answer {
	display: none;
	padding: 16px;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	color: #444444;
	font-size: 13px;
	line-height: 1.7;
}

.is-faq-item.is-active .is-faq-item__answer {
	display: block;
}

.is-faq-item__answer p {
	margin: 0;
}

/* 按钮样式 */
.is-service-card__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.is-btn {
	display: inline-block;
	padding: 12px 24px;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	border: 2px solid transparent;
	transition: all 0.2s ease;
	cursor: pointer;
}

.is-btn--primary {
	background: #222222;
	color: #ffffff;
	border-color: #222222;
}

.is-btn--primary:hover {
	background: #ffffff;
	color: #222222;
}

.is-btn--secondary {
	background: #ffffff;
	color: #222222;
	border-color: #222222;
}

.is-btn--secondary:hover {
	background: #f5f5f5;
}

.is-btn--large {
	padding: 16px 40px;
	font-size: 16px;
	width: 100%;
}

/* 客户评价区 */
.is-testimonials {
	padding: 32px 0;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 32px;
}

.is-section-title {
	font-size: 24px;
	font-weight: 700;
	color: #111111;
	text-align: center;
	margin: 0 0 24px;
}

.is-testimonials__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.is-testimonial-card {
	border: 1px solid #e5e5e5;
	padding: 20px;
	background: #fafafa;
}

.is-testimonial-card__quote {
	font-size: 14px;
	color: #333333;
	line-height: 1.7;
	margin-bottom: 12px;
}

.is-testimonial-card__author {
	font-size: 14px;
	color: #666666;
	font-weight: 600;
}

/* 联系表单区 */
.is-contact {
	padding: 32px 0;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 32px;
}

.is-contact__content { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
/* 已移除联系表单相关样式 */

/* 联系信息 */
.is-contact-info {
	border: 1px solid #e5e5e5;
	padding: 24px 20px;
	background: #fafafa;
}

.is-contact-info__title {
	font-size: 18px;
	font-weight: 700;
	color: #111111;
	margin: 0 0 20px;
}

.is-contact-info__item {
	margin-bottom: 14px;
	font-size: 14px;
}

.is-contact-info__label {
	font-weight: 600;
	color: #222222;
}

.is-contact-info__link {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #222222;
}

.is-contact-info__link:hover {
	color: #666666;
	border-bottom-color: #666666;
}

.is-contact-info__text {
	color: #444444;
}

.is-contact-info__qr {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

.is-contact-info__qr img {
	max-width: 160px;
	height: auto;
	border: 1px solid #e5e5e5;
}

/* 免责声明 - 统一浅灰背景 */
.is-disclaimer {
	padding: 20px;
	border: 1px solid #e5e5e5;
	background: #fafafa;
	margin-bottom: 32px;
}

.is-disclaimer p {
	margin: 0;
	font-size: 13px;
	color: #666666;
	line-height: 1.7;
}

/* 确保整个页面区域背景统一 */
#content.site-content {
	background: #ffffff;
}

/* 覆盖可能的灰色背景 */
body.page-template-immigration-services #content,
body.page-template-immigration-services main,
body.page-template-immigration-services .immigration-services-page {
	background: #ffffff;
}

/* 响应式设计保持一致，移除此处的平板断点 */

