.yw-cooperation-page .yw-cooperation {
	max-width: 960px;
	padding-bottom: 48px;
}

.yw-cooperation__hero {
	margin: 8px 0 28px;
}

.yw-cooperation__title {
	margin: 0 0 12px;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1.2;
}

.yw-cooperation__lead {
	margin: 0;
	color: var(--yw-muted);
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 52em;
}

.yw-cooperation__intro {
	margin-bottom: 28px;
}

.yw-cooperation__section {
	margin-bottom: 36px;
}

.yw-cooperation__section-title {
	margin: 0 0 16px;
	font-size: 1.25rem;
}

.yw-cooperation__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.yw-cooperation-card {
	padding: 18px 20px;
	border: 1px solid var(--yw-border, #e8e8ef);
	border-radius: 12px;
	background: var(--yw-surface, #fff);
}

.yw-cooperation-card__name {
	margin: 0 0 8px;
	font-size: 1.05rem;
}

.yw-cooperation-card__price {
	margin: 0 0 10px;
	font-weight: 700;
	color: var(--yw-primary, #4f46e5);
	font-size: 1rem;
}

.yw-cooperation-card__desc {
	margin: 0;
	color: var(--yw-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}

.yw-cooperation-contact {
	padding: 22px 24px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.06), rgba(79, 70, 229, 0.02));
	border: 1px solid rgba(79, 70, 229, 0.12);
}

.yw-cooperation-contact__list {
	margin: 0 0 14px;
}

.yw-cooperation-contact__item {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 8px 16px;
	margin-bottom: 10px;
}

.yw-cooperation-contact__item dt {
	margin: 0;
	font-weight: 600;
	color: var(--yw-muted);
	font-size: 0.9rem;
}

.yw-cooperation-contact__item dd {
	margin: 0;
	font-size: 1rem;
}

.yw-cooperation-contact__wechat {
	padding: 2px 8px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.04);
	font-size: 0.95rem;
}

.yw-cooperation-contact__hint,
.yw-cooperation-contact__note {
	margin: 0 0 12px;
	color: var(--yw-muted);
	font-size: 0.9rem;
	line-height: 1.6;
}

.yw-cooperation-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.yw-cooperation-audience {
	margin: 0;
	padding-left: 1.2em;
	color: var(--yw-text);
	line-height: 1.8;
}

@media (max-width: 640px) {
	.yw-cooperation-contact__item {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}
