.feature-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr);
	gap: 22px;
	align-items: stretch;
}
.feature-layout > .feature-grid,
.feature-layout > .feature-visual {
	min-width: 0;
}
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.feature-card { position: relative; min-height: 205px; padding: 27px 25px 23px; border: 1px solid #eadfec; background: #fff; box-shadow: 0 10px 24px rgba(104, 67, 97, .06); transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(104, 67, 97, .12); }
.feature-card-accent { background: #fbf4f8; border-color: #efd6e0; }
.feature-mark { display: inline-grid; width: 34px; height: 34px; place-items: center; margin-bottom: 22px; color: #fff; background: var(--primary); font-size: 12px; font-weight: 700; }
.feature-card h3 { margin: 0 0 9px; color: var(--primary-dark); font-size: 19px; }
.feature-card p { margin: 0; color: var(--text-light); font-size: 14px; line-height: 1.8; }
.feature-visual { position: relative; height: 100%; min-height: 0; overflow: hidden; background: #f1e8f1; }
.feature-visual img { width: 100%; height: 100%; min-height: 0; aspect-ratio: 4 / 5; display: block; object-fit: cover; }
.feature-visual div { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 5px; padding: 16px 18px; color: #fff; background: rgba(83, 57, 79, .84); }
.feature-visual span { color: rgba(255, 255, 255, .78); font-size: 13px; }
.scene-visual img { display: block; width: 100%; height: 100%; min-height: 385px; object-fit: cover; filter: saturate(.86) contrast(.96); }
.voice-grid footer { align-items: center; }
.voice-grid footer > img { width: 46px; height: 46px; border: 3px solid #f2dfed; border-radius: 50%; object-fit: cover; }
.voice-grid footer > div { display: flex; flex-wrap: wrap; align-items: center; gap: 3px 9px; }
.voice-grid footer time { width: 100%; color: var(--text-muted); font-size: 11px; }
.about-intro { max-width: var(--max-width); display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 42px; align-items: start; }
.about-logo { width: 300px; height: 300px; aspect-ratio: 1 / 1; border-radius: 0; object-fit: cover; box-shadow: 0 18px 35px rgba(139, 97, 138, .16); }
.about-practice .split-detail { grid-template-columns: minmax(220px, .72fr) minmax(0, 1fr); gap: 52px; }
.practice-image { display: block; width: min(100%, 310px); height: 180px; margin-top: 22px; object-fit: cover; }
.image-caption { display: block; max-width: 310px; margin-top: 8px; color: var(--text-muted); font-size: 12px; }
.mobile-experience-bar, .mobile-experience-popup, .mobile-experience-overlay { display: none; }
.faq-page { max-width: 780px; margin: 0 auto; }
.faq-page .accordion { border-top: 0; }
.faq-page .accordion-item { margin-bottom: 9px; border: 1px solid #efdce8; background: #fff; box-shadow: 0 5px 16px rgba(122, 61, 94, .04); }
.faq-page .accordion-item button { padding: 17px 20px; color: #5f3e57; font-size: 15px; }
.faq-page .accordion-item button:hover { background: #fff8fc; }
.faq-page .accordion-item button span { color: #c9799b; }
.faq-page .accordion-item.active button { color: #a55f7f; background: #fff4fa; }
.faq-page .accordion-item > div { padding: 0 20px 18px; color: #76586c; line-height: 1.8; }
.faq-page .accordion-item > div p { margin: 0 0 9px; }
.faq-page .accordion-item > div a { color: #bd718e; font-size: 13px; font-weight: 700; }
.faq-page + .pagination, .faq-page .pagination { margin-top: 28px; }
.faq-page + .pagination a, .faq-page .page-item, .faq-page .pagination a { border-color: #efd6e5; color: #a55f7f; background: #fffafd; }
.faq-page + .pagination .active, .faq-page .page-num-current { color: #fff; background: #c9799b; border-color: #c9799b; }
.news-page-layout { max-width: var(--max-width); margin: 0 auto; padding: 42px 24px; }
.news-list-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 22px; margin-bottom: 16px; padding: 14px; border: 1px solid #efdce8; background: #fff; box-shadow: 0 7px 18px rgba(122, 61, 94, .05); }
.news-list-img { overflow: hidden; aspect-ratio: 16 / 10; background: #f9edf5; }
.news-list-img img { width: 100%; height: 100%; object-fit: cover; }
.news-list-body { display: flex; flex-direction: column; justify-content: center; }
.news-list-title { margin: 0 0 8px; font-size: 20px; }
.news-list-title a { color: #5f3e57; }
.news-list-title a:hover { color: #bd718e; }
.news-list-desc { margin: 0 0 12px; color: #76586c; line-height: 1.7; }
.news-list-time { color: #bd718e; font-size: 12px; }
.news-page-layout .page-sidebar { width: 280px; }
.news-page-layout .sidebar-card { margin-bottom: 18px; padding: 22px; border: 1px solid #efdce8; background: #fffafd; }
.news-page-layout .sidebar-card h3 { margin: 0 0 12px; color: #5f3e57; font-size: 18px; }
.news-page-layout .like-item { display: flex; flex-direction: column; gap: 2px; padding: 9px 0; border-bottom: 1px solid #f1e3eb; }
.news-page-layout .like-item:last-child { border-bottom: 0; }
.news-page-layout .like-item a { color: #76586c; font-size: 13px; }
.news-page-layout .like-item a:hover { color: #bd718e; }
.news-page-layout .like-item span { color: #a78d9d; font-size: 11px; }
.news-page-layout .pagination { margin-top: 28px; }
@media (max-width: 900px) { .news-page-layout { padding: 28px 17px; } .news-page-layout .page-sidebar { width: auto; } }
@media (max-width: 560px) { .news-list-card { grid-template-columns: 1fr; gap: 13px; } }
.news-detail-layout { max-width: var(--max-width); margin: 0 auto; padding: 42px 24px; }
.article-detail-card { padding: 30px 34px; border: 1px solid #efdce8; background: #fff; box-shadow: 0 7px 20px rgba(122, 61, 94, .05); }
.article-header { padding-bottom: 20px; border-bottom: 1px solid #f0e2ea; }
.article-header h2 { margin: 0 0 10px; color: #5f3e57; font-size: 30px; line-height: 1.4; }
.article-meta { display: flex; flex-wrap: wrap; gap: 16px; color: #bd718e; font-size: 12px; }
.article-detail-card .article-content { padding: 25px 0 30px; color: #76586c; line-height: 1.95; }
.article-detail-card .article-content img { height: auto; margin: 18px auto; }
.article-nav { padding-top: 18px; border-top: 1px solid #f0e2ea; }
.article-nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0; margin: 0; list-style: none; }
.article-nav li { color: #a78d9d; font-size: 13px; }
.article-nav a { color: #a55f7f; }
.news-detail-layout .page-sidebar { width: 280px; }
.news-detail-layout .sidebar-card { margin-bottom: 18px; padding: 22px; border: 1px solid #efdce8; background: #fffafd; }
.news-detail-layout .sidebar-card h3 { margin: 0 0 10px; color: #5f3e57; font-size: 18px; }
.news-detail-layout .sidebar-card p { color: #76586c; font-size: 13px; }
@media (max-width: 900px) { .news-detail-layout { padding: 28px 17px; } .news-detail-layout .page-sidebar { width: auto; } }
@media (max-width: 560px) { .article-detail-card { padding: 22px 18px; } .article-header h2 { font-size: 24px; } .article-nav ul { grid-template-columns: 1fr; gap: 10px; } }
@media (max-width: 900px) {
	.mobile-experience-bar { position: fixed; z-index: 997; right: 0; bottom: 0; left: 0; display: block; padding: 10px 18px; border-top: 1px solid #efd6e5; background: rgba(255, 255, 255, .96); box-shadow: 0 -5px 18px rgba(122, 61, 94, .1); }
	.mobile-experience-button { display: block; width: 100%; padding: 12px 18px; border: 0; border-radius: 24px; color: #fff; background: #c9799b; font-weight: 700; cursor: pointer; }
	.mobile-experience-overlay { position: fixed; z-index: 998; inset: 0; background: rgba(53, 33, 49, .32); }
	.mobile-experience-overlay.active { display: block; }
	.mobile-experience-popup { position: fixed; z-index: 999; right: 18px; bottom: 76px; left: 18px; padding: 16px; border: 1px solid #efd6e5; background: #fffafd; box-shadow: 0 14px 36px rgba(71, 43, 65, .18); }
	.mobile-experience-popup.active { display: block; }
	.mobile-experience-popup p { margin: 0 0 10px; color: #76586c; font-size: 13px; text-align: center; }
	.mobile-experience-popup a { display: block; margin-top: 8px; padding: 10px; border: 1px solid #e8bfd3; color: #a55f7f; text-align: center; }
}
.page-hero.about-hero {
	color: var(--primary-dark);
	background: var(--primary-light);
	border-bottom: 1px solid #f2d68a;
}
.page-hero.about-hero .eyebrow {
	color: var(--primary);
}
.page-hero.about-hero p:not(.eyebrow) {
	color: #76543f;
}
.footer-cta {
	color: #5f3e57;
	background: #f8e6f3;
	border-top: 5px solid #e9b6d0;
}
.footer-cta .eyebrow {
	color: #bd718e;
}
.footer-cta .button-light {
	border-color: #c9799b;
	color: #fff;
	background: #c9799b;
}
.page-hero,
.page-hero.about-hero {
	color: #5f3e57;
	background: linear-gradient(135deg, #fff9fd 0%, #f9eaf6 52%, #f2d9ea 100%);
	border-bottom: 1px solid #eed6e8;
}
.page-hero .eyebrow,
.page-hero.about-hero .eyebrow {
	color: #bd718e;
}
.page-hero p:not(.eyebrow),
.page-hero.about-hero p:not(.eyebrow) {
	color: #76586c;
}
.button-outline:hover {
	border-color: #c9799b;
	color: #fff;
	background: #c9799b;
}

/* FAQ、资讯及正文页沿用 a7 的栏目页布局，限定在对应模板避免影响其它页面。 */
.a7-page { --a7-primary: #6c3fb5; --a7-primary-dark: #4f2a90; --a7-primary-light: #f1ebff; --a7-text: #29233a; --a7-text-light: #766f83; --a7-muted: #a39cab; --a7-border: #e9e5ee; --a7-bg: #f8f7fa; --a7-radius: 8px; --a7-shadow: 0 8px 24px rgba(42, 29, 71, .08); }
.a7-page .page-hero { padding: 52px 0; text-align: center; color: #fff; background: linear-gradient(135deg, #6c3fb5, #8f67d0); border: 0; }
.a7-page .page-hero h1 { max-width: 680px; margin: 0 auto 12px; color: #fff; font-size: 34px; line-height: 1.3; }
.a7-page .page-hero p:not(.eyebrow) { max-width: 680px; margin: 0 auto; color: rgba(255, 255, 255, .85); font-size: 15px; line-height: 1.7; }
.a7-page .page-hero .eyebrow { margin-bottom: 10px; color: rgba(255, 255, 255, .75); }
.a7-page .breadcrumb { display: flex; width: auto; max-width: var(--max-width); align-items: center; gap: 6px; margin: 0 auto; padding: 14px 24px; color: var(--a7-muted); font-size: 13px; flex-wrap: wrap; }
.a7-page .breadcrumb a { color: var(--a7-text-light); }
.a7-page .page-layout { max-width: var(--max-width); margin: 0 auto; padding: 36px 24px; display: flex; gap: 28px; }
.a7-page .page-main { flex: 1; min-width: 0; }
.a7-page .page-sidebar { width: 300px; flex-shrink: 0; }
.a7-page .sidebar-card { margin-bottom: 18px; padding: 22px; border: 0; border-radius: var(--a7-radius); background: var(--a7-bg); box-shadow: none; }
.a7-page .sidebar-card h3 { margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--a7-primary); color: #1a1a2e; font-size: 15px; }
.a7-page .like-item { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 9px 0; border-bottom: 1px dashed var(--a7-border); font-size: 13px; }
.a7-page .like-item a { overflow: hidden; flex: 1; color: var(--a7-text); text-overflow: ellipsis; white-space: nowrap; }
.a7-page .like-item span { color: var(--a7-muted); font-size: 12px; white-space: nowrap; }
.a7-page .news-list-card { display: flex; gap: 20px; margin-bottom: 0; padding: 18px; border: 1px solid var(--a7-border); border-radius: var(--a7-radius); background: #fff; box-shadow: none; transition: all .25s; }
.a7-page .news-list-card + .news-list-card { margin-top: 16px; }
.a7-page .news-list-card:hover { border-color: var(--a7-primary); box-shadow: var(--a7-shadow); transform: translateY(-2px); }
.a7-page .news-list-img { width: 260px; min-width: 260px; height: 170px; aspect-ratio: auto; border-radius: 5px; background: var(--a7-bg); }
.a7-page .news-list-body { min-width: 0; justify-content: center; }
.a7-page .news-list-title { margin-bottom: 10px; color: var(--a7-text); font-size: 17px; }
.a7-page .news-list-title a { color: var(--a7-text); }
.a7-page .news-list-desc { color: var(--a7-text-light); font-size: 14px; }
.a7-page .news-list-time { color: var(--a7-muted); }
.a7-page .faq-page { max-width: var(--max-width); margin: 0 auto; }
.a7-page .faq-page .accordion { max-width: 780px; margin: 0 auto; border-top: 0; }
.a7-page .faq-page .accordion-item { overflow: hidden; margin-bottom: 8px; border: 1px solid var(--a7-border); background: #fff; box-shadow: none; }
.a7-page .faq-page .accordion-item button { padding: 16px 20px; color: var(--a7-text); font-size: 15px; font-weight: 600; }
.a7-page .faq-page .accordion-item > div { padding: 0 20px 18px; color: var(--a7-text-light); font-size: 14px; line-height: 1.75; }
.a7-page .faq-page .accordion-item.active button { color: var(--a7-primary); background: var(--a7-primary-light); }
.a7-page .article-detail-card { padding: 0; border: 0; background: transparent; box-shadow: none; }
.a7-page .article-header { margin-bottom: 28px; padding: 0; border: 0; }
.a7-page .article-header h2 { margin: 0 0 14px; color: #1a1a2e; font-size: 28px; line-height: 1.4; }
.a7-page .article-detail-card .article-content { padding: 0; color: var(--a7-text); font-size: 15px; line-height: 1.9; }
.a7-page .article-detail-card .article-content p { margin-bottom: 14px; }
.a7-page .article-detail-card .article-content h2 { margin: 28px 0 14px; font-size: 22px; }
.a7-page .article-detail-card .article-content h3 { margin: 22px 0 12px; font-size: 18px; }
.a7-page .article-detail-card .article-content img { max-width: 100%; height: auto; margin: 18px auto; border-radius: 5px; }
.a7-page .article-nav { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--a7-border); }
.a7-page .article-nav li, .a7-page .article-nav a { color: var(--a7-text-light); }
.a7-page .article-nav a:hover, .a7-page .like-item a:hover, .a7-page .news-list-title a:hover { color: var(--a7-primary); }
@media (max-width: 768px) { .a7-page .page-layout { flex-direction: column; padding: 24px 16px; } .a7-page .page-sidebar { width: 100%; } .a7-page .page-hero { padding: 34px 16px; } .a7-page .page-hero h1 { font-size: 24px; } .a7-page .news-list-card { flex-direction: column; padding: 14px; } .a7-page .news-list-img { width: 100%; min-width: 100%; height: 190px; } .a7-page .article-header h2 { font-size: 22px; } }

/* 保留 a7 的版式规则，颜色遵循爱听FM既有粉色系。 */
.a7-page { --a7-primary: #c9799b; --a7-primary-dark: #a55f7f; --a7-primary-light: #fff4fa; --a7-text: #5f3e57; --a7-text-light: #76586c; --a7-muted: #a78d9d; --a7-border: #efdce8; --a7-bg: #fffafd; --a7-shadow: 0 8px 24px rgba(122, 61, 94, .08); }
.a7-page .page-hero { background: linear-gradient(135deg, #fff9fd 0%, #f9eaf6 52%, #f2d9ea 100%); border-bottom: 1px solid #eed6e8; }
.a7-page .page-hero h1 { color: #5f3e57; }
.a7-page .page-hero p:not(.eyebrow) { color: #76586c; }
.a7-page .page-hero .eyebrow { color: #bd718e; }
.a7-page .sidebar-card { background: #fffafd; }
.a7-page .sidebar-card h3, .a7-page .article-header h2 { color: #5f3e57; }
.drama-section {
	background: #fff;
}
.drama-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.drama-card {
	overflow: hidden;
	border: 1px solid #efdde8;
	background: #fff;
	box-shadow: 0 10px 24px rgba(122, 61, 94, .07);
}
.drama-cover {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f8eaf4;
}
.drama-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s;
}
.drama-card:hover .drama-cover img {
	transform: scale(1.04);
}
.drama-info {
	padding: 18px 20px 20px;
}
.drama-info h3 {
	margin: 0 0 7px;
	color: var(--primary-dark);
	font-size: 20px;
}
.drama-info p {
	min-height: 25px;
	margin: 0 0 11px;
	color: var(--text-light);
	font-size: 13px;
}
.drama-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #bd718e; font-size: 12px; font-weight: 700; }
.drama-play { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border: 1px solid #edc5d8; border-radius: 999px; color: #a55f7f; background: #fff7fb; }
.drama-play i { font-size: 10px; font-style: normal; }
#drama .drama-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
#drama .drama-cover { aspect-ratio: 3 / 4; }
#drama .drama-info { padding: 14px 16px 16px; }
#drama .drama-info h3 { margin-bottom: 4px; font-size: 18px; }
#drama .drama-info p { min-height: 0; max-height: 44px; margin-bottom: 8px; overflow: hidden; line-height: 1.65; }
.drama-page-section .drama-info { padding: 11px 14px 12px; }
.drama-page-section .drama-info h3 { margin-bottom: 3px; font-size: 17px; }
.drama-page-section .drama-info p { min-height: 0; max-height: 0; margin: 0; line-height: 1.4; overflow: hidden; }
.drama-page-section .drama-meta { margin-top: 7px; }
.trust-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding: 18px 0;
}
.trust-list span {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	padding: 10px 18px 10px 58px;
	border: 1px solid #f0dfe9;
	background: #fffafd;
	box-shadow: 0 5px 14px rgba(122, 61, 94, .04);
	color: var(--text-light);
	font-size: 13px;
	transition: transform .2s, box-shadow .2s;
}
.trust-list span:hover {
	transform: translateY(-2px);
	box-shadow: 0 9px 20px rgba(122, 61, 94, .09);
}
.trust-list span::before {
	position: absolute;
	left: 17px;
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: #d88eaa;
	font-size: 11px;
	font-weight: 700;
}
.trust-list span:nth-child(1)::before { content: "01"; background: #c985a3; }
.trust-list span:nth-child(2)::before { content: "02"; background: #e5ae75; }
.trust-list span:nth-child(3)::before { content: "03"; background: #8ba8bf; }
.trust-list b { display: block; color: var(--primary-dark); font-size: 14px; }
@media (max-width: 900px) {
	.drama-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	#drama .drama-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.trust-list { grid-template-columns: 1fr; gap: 9px; }
}
@media (max-width: 480px) {
	.drama-grid {
		grid-template-columns: 1fr;
	}
	#drama .drama-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) { .feature-layout, .about-intro, .about-practice .split-detail { grid-template-columns: 1fr; } .feature-visual { min-height: 300px; } .feature-visual img { min-height: 300px; } .about-logo { width: min(220px, 100%); height: auto; } }
@media (max-width: 480px) { .feature-grid { grid-template-columns: 1fr; } .feature-card { min-height: 0; } .scene-visual img { min-height: 320px; } }

/* FAQ/资讯栏目页细节 */
.a7-page .news-list-desc { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.a7-page .pagebar { margin-top: 36px; }
.a7-page .pagination { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; }
.a7-page .page-item { display: inline-flex; min-width: 36px; height: 36px; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid #efdce8; border-radius: 4px; color: #a55f7f; background: #fffafd; font-size: 13px; transition: .2s; }
.a7-page .page-item:hover { border-color: #c9799b; color: #fff; background: #c9799b; }
.a7-page .page-item.page-link { color: #a78d9d; font-size: 12px; }
.a7-page .page-item.page-num-current { border-color: #c9799b; color: #fff; background: #c9799b; pointer-events: none; }
.a7-page .faq-page-layout { align-items: flex-start; }
.a7-page .faq-page { max-width: none; margin: 0; }
.a7-page .faq-page .accordion { max-width: none; }
.a7-page .faq-download-card { color: #fff; background: #c9799b; }
.a7-page .faq-download-card h3 { border-color: rgba(255, 255, 255, .45); color: #fff; }
.a7-page .faq-download-card p { margin: 0 0 15px; color: rgba(255, 255, 255, .88); font-size: 13px; line-height: 1.7; }
.a7-page .faq-download-card .button { display: block; border-color: #fff; color: #a55f7f; background: #fff; text-align: center; }
.a7-page .faq-tags-card > div { display: flex; gap: 8px; flex-wrap: wrap; }
.a7-page .faq-tags-card a { padding: 5px 10px; border-radius: 3px; color: #a55f7f; background: #fff4fa; font-size: 12px; }
.a7-page .article-detail-card .article-content img { display: block; width: auto; max-width: 100%; max-height: 520px; object-fit: contain; }
@media (max-width: 768px) { .a7-page .page-item { min-width: 30px; height: 30px; padding: 0 6px; font-size: 11px; } .a7-page .page-item.page-link { padding: 0 7px; font-size: 10px; } .a7-page .article-detail-card .article-content img { max-height: 360px; } }

/* 覆盖资讯页遗留的纵向侧栏列表规则，避免标题越界到主内容区。 */
.a7-page .news-page-layout .page-sidebar { width: 300px; min-width: 300px; }
.a7-page .news-page-layout .sidebar-card { width: 100%; box-sizing: border-box; }
.a7-page .news-page-layout .like-item { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 8px; min-width: 0; }
.a7-page .news-page-layout .like-item a { display: block; min-width: 0; overflow: hidden; color: var(--a7-text); text-overflow: ellipsis; white-space: nowrap; }
.a7-page .news-page-layout .like-item span { flex: 0 0 auto; color: var(--a7-muted); font-size: 12px; }
@media (max-width: 768px) { .a7-page .news-page-layout .page-sidebar { width: 100%; min-width: 0; } }

/* FAQ 与资讯页的英雄区统一使用本站其它栏目页的 page-hero 样式。 */
.a7-page .page-hero { padding: 92px 0 72px; text-align: left; color: #5f3e57; background: linear-gradient(135deg, #fff9fd 0%, #f9eaf6 52%, #f2d9ea 100%); border-bottom: 1px solid #eed6e8; }
.a7-page .page-hero h1 { max-width: 760px; margin: 0 0 15px; color: #5f3e57; font-size: clamp(36px, 5vw, 58px); line-height: 1.2; }
.a7-page .page-hero p:not(.eyebrow) { max-width: 670px; margin: 0; color: #76586c; font-size: 17px; }
.a7-page .page-hero .eyebrow { margin-bottom: 10px; color: #bd718e; }
@media (max-width: 480px) { .a7-page .page-hero { padding: 66px 0 50px; } .a7-page .page-hero h1 { font-size: 37px; } }
