:root {
	--dp-blue: #017eff;
	--dp-navy: #292e4c;
	--dp-soft: #f3f3f8;
	--dp-ink: #0c1020;
	--dp-muted: #6f7488;
	--dp-border: #dfe2ef;
	--dp-radius: 28px;
	--dp-shadow: 0 28px 70px rgba(31, 52, 104, 0.14);
}

html {
	scroll-behavior: smooth;
	margin:10px;
}

body {
	margin: 0;
	background: #ffffff;
	color: var(--dp-ink);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif;
}

body:has(.dp-header) {
	padding-top: 62px;
}

body .wp-site-blocks {
	padding: 0;
}

body a {
	color: inherit;
	text-decoration: none;
}

.dp-banner-title{
    font-size: 32px;
    color:#292e4c;
}

/* 头部：增加 safe-area 支持及 backdrop-filter 回退背景 */
.dp-header {
	position: fixed;
	top: max(10px, env(safe-area-inset-top));
	left: max(10px, env(safe-area-inset-left));
	right: max(10px, env(safe-area-inset-right));
	width: auto;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.85); /* 不支持 backdrop-filter 时的回退 */
	border: 1px solid rgba(255, 255, 255, 0.56);
	border-radius: 18px;
}
@supports (backdrop-filter: blur(1px)) {
	.dp-header {
		background: rgba(255, 255, 255, 0.68);
		-webkit-backdrop-filter: blur(22px) saturate(180%);
		backdrop-filter: blur(22px) saturate(180%);
	}
}

.dp-nav a{
    font-size: 14px;
    font-weight: 400;
}

.dp-nav a.active{
    color:#017eff;
}

.dp-site{
    margin-top:0;
}
.dp-header__inner,
.dp-site > section,
.dp-footer {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.dp-footer-card__inner{
    width:1200px;
    margin:0 auto;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 0px;
    opacity: 1;
}

.dp-header__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0 26px;
	position: relative;
}

.dp-logo {
	position: absolute;
	left: 26px;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
}

.dp-catalog-card{
    display: flex;
    flex-direction: column;
}

.dp-catalog-card .dp-catalog-card__btn{
    width:117px;
    height:38px;
    opacity: 1;
    align-items: center;
}

.dp-catalog-card img{
    width:auto;
  aspect-ratio:auto
}

.dp-logo img {
	display: block;
	height: 100%;
}

.dp-nav {
	display: flex;
	justify-content: center;
	gap: 36px;
	font-size: 15px;
	font-weight: 650;
	color: var(--dp-navy);
}

.dp-nav a:hover,
.dp-footer a:hover {
	color: var(--dp-blue);
}

.dp-help {
	display: grid;
	justify-items: end;
	gap: 4px;
	font-size: 11px;
	line-height: 1.2;
	color: var(--dp-muted);
}

.dp-help a,
.dp-phone {
	color: var(--dp-blue);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.dp-site {
	overflow: hidden;
}

.dp-help-banner {
	width: 100%;
	margin: 4px 0 10px;
	padding: 8px 18px;
	border-radius: 12px;
	background:#F3F3F8 !important;
	color: var(--dp-navy);
	box-sizing: border-box;
}

.dp-help-banner__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
}

.dp-help-banner a {
	color: var(--dp-blue);
	font-weight: 750;
	white-space: nowrap;
}

.dp-marquee {
	width: 100%;
	margin: 0 0 10px;
	border-radius: 12px;
	background: var(--dp-navy);
	color: #ffffff;
	padding: 12px 18px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.dp-marquee__track {
	display: inline-flex;
	gap: 34px;
	padding-left: 0;
	font-size: 14px;
	font-weight: 700;
	animation: dp-marquee 18s linear infinite;
	will-change: transform; /* 优化移动端动画性能 */
}


.dp-marquee__track span{
    display: flex;
    align-items: center;
}


@keyframes dp-marquee {
	to { transform: translateX(-33.33%); }
}

.dp-hero {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	min-height: 200px;
	background: #ffffff;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-inline: 0;
	box-sizing: border-box;
}

.dp-footer-card .fc-logo img{
    height: 50px;
    width:57px;
}

.dp-footer-card .fc-contact a{
    float: right;
}

.dp-footer-card .fc-body h2{
    margin-bottom: 0;
}

.dp-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, #F8F8F9 35%, #f5f5f5 50%, transparent 75%);
	background: ;
	z-index: 1;
	pointer-events: none;
}

.dp-hero__content {
	position: relative;
	z-index: 2;
	padding: 35px 0 35px 0;
	width:1180px;
	box-sizing: border-box;
	margin:0 auto;
}

.dp-eyebrow,
.dp-section-title p,
.dp-product span {
	margin: 0 0 12px;
	color: var(--dp-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.dp-eyebrow{
    display: none;
}

.dp-hero h1,
.dp-disclaimer h2,
.dp-card h2,
.dp-section-title h2,
.dp-confidence h2,
.dp-process h2,
.dp-contact h2,
.dp-faq h2,
.dp-final-cta h2 {
	margin: 0;
	color: var(--dp-navy);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", sans-serif;
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.dp-hero h1 {
	font-size: clamp(28px, 4vw, 48px);
}

.dp-hero p:not(.dp-eyebrow) {
	margin: 10px 0 18px;
	color: var(--dp-muted);
	font-size: 16px;
	font-weight: 560;
}

.dp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	border-radius: 999px;
	background: var(--dp-blue);
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dp-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(1, 126, 255, 0.32);
}

.dp-button--light {
	background: #ffffff;
	color: var(--dp-blue);
	box-shadow: none;
}

.dp-hero__visual {
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
	height: 100%;
}

.dp-hero__lab {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
	box-shadow: none;
}

.dp-disclaimer {
	box-sizing: border-box;
	padding: 28px;
	border-radius: 18px;
	background: #FAFAFA;
	margin-top:20px;
}

.dp-disclaimer h2,
.dp-section-title h2,
.dp-process h2,
.dp-contact h2,
.dp-faq h2,
.dp-final-cta h2 {
	font-size: clamp(28px, 3.5vw, 24px);
}

.dp-disclaimer p {
	max-width: 940px;
	margin: 12px 0 0;
	color: #4f5469;
	font-size: 15px;
	line-height: 1.4;
}

.dp-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	padding: 28px 0 0;
}

.dp-card {
	min-height: 200px;
	padding: 10px 28px;
	border-radius: 18px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #FAFAFA !important;
}

/* mask-image 增加回退，避免老设备完全消失 */
.dp-card img {
	position: absolute;
	right: -10px;
	bottom: -10px;
	height: 115%;
	width: auto;
	object-fit: contain;
	pointer-events: none;
	z-index: 0;
}
@supports (mask-image: radial-gradient(circle, black 45%, transparent 75%)) {
	.dp-card img {
		-webkit-mask-image: radial-gradient(ellipse 120% 100% at 65% 100%, black 45%, transparent 75%);
		mask-image: radial-gradient(ellipse 120% 100% at 65% 100%, black 45%, transparent 75%);
	}
}

.dp-card > *:not(img) {
	position: relative;
	z-index: 1;
}

.dp-card--dark {
	background: var(--dp-navy);
}

.dp-card--blue {
	background: linear-gradient(135deg, #017eff 0%, #6db5ff 100%);
}

.dp-catalog-card{
    width:325px;
    padding: 17px 24px 20px;
    box-sizing: border-box;
    background: #FAFAFA;
    border-radius: 25px;
}

.dp-card h2 {
	max-width: 360px;
	font-size: clamp(16px, 3vw, 16px);
	color: #9394a1;
	margin-bottom: 14px;
	font-weight: 400;
}

.dp-card .dp-eyebrow {
	color: #292e4c;
	font-size: 24px;
	display: block;
	width:300px;
	font-weight: 500;
	line-height: 1.4;
}

.dp-card .dp-button {
	min-height: 36px;
	padding: 0 18px;
	font-size: 13px;
	align-self: flex-start;
}

.dp-section-banner {
	width: 100%;
	padding: 24px 0;
	border-radius: 18px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.dp-products {
	padding: 0px 0 50px;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	overflow: hidden;
	width:100% !important;
}

.dp-section-title {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
}

.dp-section-title p {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dp-blue);
}

.dp-section-title h2 {
	margin: auto 0;
	text-align: center;
	white-space: nowrap;
	font-size: clamp(16px, 2vw, 30px);
}

.dp-section-banner {
	width: 100%;
	padding: 24px 0;
	border-radius: 18px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

/* 产品滚动区域 mask 增加回退 */
.dp-product-grid {
	width: 100%;
	overflow: hidden;
	position: relative;
}
@supports (mask-image: linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%)) {
	.dp-product-grid {
		-webkit-mask-image: linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%);
		mask-image: linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%);
	}
}

.dp-product-track {
	display: flex;
	gap: 28px;
	width: max-content;
	animation: dpProductScroll 60s linear infinite;
}
@keyframes dpProductScroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-33.333%); }
}
.dp-product-grid .dp-catalog-card {
	flex: 0 0 325px;
	min-width: 0;
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(230, 230, 234) 100%);
	height: 415px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
}
.dp-product-grid .dp-catalog-card a {
	border-radius: 16px;
}
.dp-product-grid .dp-catalog-card img {
	width:100%;
	height: 238px;
}
.dp-product-grid .dp-catalog-card__body {
	padding: 16px 12px 14px;
}
.dp-product-grid .dp-catalog-card__tag {
	margin-bottom: 10px;
	color:#999;
	margin-top:20px;
}
.dp-product-grid .dp-catalog-card__title {
	font-size: 17px;
	margin-top: 2px;
	font-size: 24px;
	color: #292e4c;
}
.dp-product-grid .dp-catalog-card__btn {
	width: 125px;
	height: 38px;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	margin-top:20px;
}

.dp-product {
	padding: 16px;
	border-radius: 28px;
	background: #ffffff;
	border: 1px solid var(--dp-border);
	box-shadow: 0 18px 44px rgba(31, 52, 104, 0.08);
}

.dp-product img {
	display: block;
	width: 100%;
	aspect-ratio: 1.05;
	object-fit: contain;
	border-radius: 20px;
	background: var(--dp-soft);
}

.dp-product span {
	display: block;
	margin: 18px 0 6px;
	font-size: 11px;
}

.dp-product h3 {
	margin: 0 0 18px;
	min-height: 52px;
	color: var(--dp-navy);
	font-size: 24px;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.dp-product a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	border-radius: 999px;
	background: var(--dp-blue);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

/* dp-confidence 桌面保持 flex 横向，移动端纵向处理在媒体查询中 */
.dp-confidence {
	display: flex;
	justify-content: space-between;
	gap:30px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.dp-confidence__card {
	border-radius: 24px;
	padding: 28px 24px;
	background: var(--dp-navy);
	color: #ffffff;
	
}

.dp-confidence__card--text {
    flex: 0 0 57%;   /* 不伸缩，固定占 57% */
	display: flex;
	flex-direction: column;
	position: relative;
  background:  url('https://framerusercontent.com/images/cSSIkCOYsIvOpsaH9pXp9ZBgO8.svg?width=270&height=150') center/cover no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.dp-confidence__card--text img{
    position: absolute;
    right:0;
    bottom:0;
    height:243px;
    width:273px;
    z-index: 99;
}

.dp-confidence__card--text p{
    font-size:24px !important;
    color:#292e4c;
    z-index: 99;
}
.dp-confidence__card--text h2{
    color:#9394a1 !important;
    font-size:16px !important;
    z-index: 99;
    font-weight: 400;
}

.dp-confidence__card--text .dp-button{
    height: 38px;
    width:128px;
    min-height: 38px;
    background: #367CF6;
    padding:0;
    opacity: 1;
    z-index: 99;
    box-shadow: none;
    margin-top:20px;
}

.dp-confidence__card--text::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #F7F7F7;
  opacity: 0.5; /* 半透明叠加 */
   border-radius: 30px;
}

.dp-confidence__card--icon {
	display: flex;
	flex-direction: column;
	padding: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
    background-color: #fafafa;
    
}

.dp-confidence__icon-text {
	padding-bottom: 6px;
}

.dp-confidence__icon-text h3 {
	margin: 0 0 4px;
	font-size: 24px;
	font-weight: 800;
	color:#292e4c;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.dp-confidence__icon-text p {
	margin: 0;
	color:#292e4c !important;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 400 !important;
}

.dp-confidence__card--icon img {
	width: 180px;
	max-width: none;
	height: auto;
	display: block;
	margin: 0 auto;
	transform: translateY(20%);
}

.dp-confidence p {
	margin: 0 0 6px;
	color: #292e4c;
	font-size: 16px;
	font-weight: 700;
}

.dp-confidence h2 {
	max-width: 780px;
	color: #ffffff;
	font-size: clamp(28px, 4vw, 52px);
	margin-bottom: 18px;
}

.dp-process {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 42px;
	padding: 20px 0 20px;
}

.dp-process__intro h3,
.dp-steps h3 {
	margin: 26px 0 14px;
	color: var(--dp-blue);
	font-size: 22px;
	letter-spacing: -0.02em;
}

.dp-process__intro p,
.dp-step p,
.dp-contact p,
.dp-faq p,
.dp-final-cta p {
	color: var(--dp-muted);
	font-size: 17px;
	line-height: 1.68;
}

.dp-steps h3{
    font-size:32px;
    margin-bottom: 30px;
    color:#292e4c;
    margin-top:10px;
}

.dp-steps {
    width:1180px;
    box-sizing: border-box;
	border-radius: 34px;
}

.dp-step-list{
    display: flex;
    justify-content: space-between;
    gap:20px;
}

.dp-step {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	background: #fafafa;
	border-radius: 30px;
	flex:1;
}

.dp-step strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 99px;
	background: #2A2E4A;
	color: #ffffff;
	margin:20px 0 0 20px;
}

.dp-step h4 {
	margin: 0 0 8px;
	color: var(--dp-navy);
	font-size: 24px;
	letter-spacing: -0.03em;
	margin-left:20px;
}

.dp-step p {
	margin: 0;
	margin-left:20px;
}

/* 图片自适应，避免移动端变形 */
.dp-step img{
    width: 100%;
    height: auto;
    max-height: 237px;
    object-fit: contain;
}

.dp-step:nth-child(2) img{
    width: 63%;
    height: auto;
    margin: 0 auto;
}

.dp-contact,
.dp-faq,
.dp-final-cta {
	box-sizing: border-box;
	padding: 70px 64px;
	border-radius: 42px;
	background: var(--dp-soft);
	text-align: center;
}

.dp-contact p,
.dp-final-cta p {
	margin: 18px auto 16px;
	max-width: 560px;
}

.dp-contact .dp-phone {
	display: block;
	margin-bottom: 24px;
	font-size: clamp(28px, 4vw, 24px);
	letter-spacing: -0.05em;
}

.dp-contact{
    background: none;
    padding-top:30px;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    display: flex;
    justify-content: space-between;
}

.dp-contact div:nth-child(1){
        display: flex;
    flex-direction: column;
    text-align: left;
}

.dp-contact div:nth-child(1) p{
    margin:0;
}

.dp-contact div:nth-child(1) .dp-button{
    height:38px;
    width:105px;
    padding:0;
    min-height: 38px;
    box-shadow: none;
}

.dp-contact div:nth-child(1) img{
    width:314px;
    height:297px;
}

.dp-contact div:nth-child(2){
        display: flex;
    align-items: end;
}

.dp-contact div:nth-child(2) img{
    width:348px;
    width: 449px;
}
.dp-contact p{
    color:#292e4c !important;
    margin-bottom: 10px;
}

.dp-contact h2{
    text-align: left;
    margin-bottom:10px;
    color:#292e4c;
}

.dp-faq {
	margin-top: 34px;
	text-align: left;
	background: #ffffff;
	padding:0;
}

.dp-faq p{
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.dp-faq h2 {
	margin-bottom: 28px;
	text-align: left;
}

.dp-faq details {
	border-top: 1px solid var(--dp-border);
	padding: 10px 0;
}

.dp-faq summary {
	cursor: pointer;
	color: var(--dp-navy);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.dp-final-cta {
	margin-top: 34px;
	margin-bottom: 34px;
	background: var(--dp-navy);
}

.dp-final-cta h2,
.dp-final-cta a {
	color: #ffffff;
}

.dp-final-cta a {
	font-size: 30px;
	font-weight: 850;
}

.dp-footer {
	padding: 40px 0 52px;
	color: var(--dp-muted);
	font-size: 14px;
}

.dp-footer__top {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--dp-border);
}

.dp-footer nav {
	display: flex;
	gap: 28px;
	font-weight: 700;
	color: var(--dp-navy);
}

.dp-footer__copy {
	margin: 24px 0 18px;
	color: var(--dp-navy);
	font-weight: 700;
}

.dp-footer__legal {
	max-width: 1120px;
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
}

.dp-footer-card .fc-header{
    flex-direction: column;
}

.dp-page {
	overflow: hidden;
}

.dp-catalog-layout {
	width: min(1280px, calc(100% - 32px));
	margin: 46px auto 70px;
	display: grid;
	grid-template-columns: 232px 1fr;
	gap: 24px;
	align-items: start;
}

.dp-catalog-nav {
	position: sticky;
	top: 86px;
	padding: 4px 0 24px;
}

.dp-catalog-nav h3 {
	margin: 0 0 22px;
	color: var(--dp-navy);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.dp-catalog-nav a {
	display: block;
	margin: 0 0 18px;
	color: #292e4c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.dp-catalog-nav a.is-active,
.dp-catalog-nav a:hover {
	color: var(--dp-blue);
}

.dp-catalog-main h1 {
	margin: 0;
	color: var(--dp-navy);
	font-size: 32px;
	font-weight: 599;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.dp-catalog-main > p {
	margin: 12px 0 34px;
	color: var(--dp-muted);
	font-size: 16px;
	font-weight: 500;
}

.dp-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 38px 72px;
}

.dp-catalog-card {
	min-width: 0;
}

.dp-catalog-card a {
	display: block;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	text-decoration: none;
}

.dp-catalog-card img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.dp-catalog-card__body {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 22px 16px;
	pointer-events: none;
}

.dp-catalog-card__body a,
.dp-catalog-card__body .dp-catalog-card__btn {
	pointer-events: auto;
}

.dp-catalog-card__tag {
	display: block;
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.dp-catalog-card__title {
	margin: auto 0;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	max-width: 100%;
}

.dp-catalog-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 36px;
	transform: translateY(-20px);
	border-radius: 999px;
	background: var(--dp-blue);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
}

.dp-two-panel {
	width: min(1080px, calc(100% - 32px));
	margin: 32px auto 64px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.dp-panel {
	position: relative;
	overflow: hidden;
	min-height: 270px;
	padding: 42px 44px;
	box-sizing: border-box;
	border-radius: 18px;
}

.dp-panel h2 {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 599;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.dp-panel p {
	max-width: 380px;
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.6;
}

.dp-panel--dark {
	background: var(--dp-navy);
	color: #ffffff;
}
.dp-panel--dark h2 {
	margin-bottom: 14px;
}
.dp-panel--dark p {
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 24px;
}
.dp-panel--dark .dp-phone {
	display: block;
	color: #ffffff;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-bottom: 14px;
	text-decoration: none;
}
.dp-panel--dark .dp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 30px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--dp-navy);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dp-panel--dark .dp-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.dp-panel--lab {
	background: #f3f3f8;
	color: var(--dp-navy);
}

.dp-panel--lab p {
	color: var(--dp-muted);
}

.dp-panel--lab img {
	position: absolute;
	right: -20px;
	bottom: -40px;
	width: 260px;
}

.dp-faq--compact {
	width: min(768px, calc(100% - 32px));
	padding: 0;
	margin: 52px auto 170px;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
}

.dp-faq--compact h1 {
	margin: 0 0 16px;
	color: var(--dp-navy);
	font-size: 32px;
	font-weight: 599;
	letter-spacing: -0.035em;
}

.dp-faq--compact details {
	padding: 17px 0;
	border-top: 1px solid #e1e4ef;
}

.dp-faq--compact summary {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
}

.dp-final-cta--split {
	width: min(928px, calc(100% - 32px));
	margin: 0 auto 0;
	padding: 42px 0 54px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	border-radius: 0;
	background: transparent;
	text-align: left;
}

.dp-final-cta--split h3 {
	margin: 0;
	color: var(--dp-navy);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.dp-final-cta--split p {
	margin: 0 0 10px;
	color: var(--dp-muted);
	font-size: 12px;
	line-height: 1.45;
}

.dp-final-cta--split a {
	color: var(--dp-blue);
	font-size: 18px;
	font-weight: 600;
}

.dp-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 38px 72px;
}

.dp-blog-card img {
	display: block;
	width: 100%;
	aspect-ratio: 138 / 172;
	object-fit: cover;
	border-radius: 0;
	background: #f3f3f8;
}

.dp-blog-card time {
	display: block;
	margin: 18px 0 12px;
	color: var(--dp-blue);
	font-size: 12px;
	font-weight: 600;
}

.dp-blog-card h2 {
	margin: 0;
	color: var(--dp-navy);
	font-size: 24px;
	font-weight: 599;
	line-height: 1.14;
	letter-spacing: -0.035em;
}

.dp-footer-card .fc-body{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border:none;
}

.dp-footer-card .fc-contact{
    background: none;
    border:none;
}

.dp-footer-card .fc-divider{
    display: none;
}

/* ========== 媒体查询：平板 / 中等屏幕 ========== */
@media (max-width: 960px) {
	.dp-header__inner {
		padding: 14px 22px;
	}

	.dp-logo {
		position: static;
		transform: none;
	}

	.dp-nav {
		margin-left: auto;
	}

	.dp-help {
		justify-items: center;
		text-align: center;
	}

	/* 通用列切换 */
	.dp-hero,
	.dp-split,
	.dp-process {
		grid-template-columns: 1fr;
	}

	/* dp-confidence 要改为纵向（其本身是 flex，不能用 grid-template） */
	.dp-confidence {
		flex-direction: column;
	}
	.dp-confidence__card--text {
		flex: 0 0 auto;
		width: 100%;
	}

	.dp-hero {
		min-height: auto;
		padding: 0;
		border-radius: 28px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-inline: 0;
	}


	.dp-hero__content {
		padding: 24px 30px 160px;
		max-width: none;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.dp-hero__visual {
		width: 100%;
		height: 60%;
		top: auto;
		bottom: 0;
	}

	.dp-product-grid,
	.dp-catalog-grid,
	.dp-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dp-catalog-layout {
		grid-template-columns: 1fr;
	}

	.dp-catalog-nav {
		position: static;
		display: flex;
		overflow-x: auto;
		gap: 18px;
		padding-bottom: 12px;
	}

	.dp-catalog-nav h3 {
		flex: 0 0 auto;
		margin: 0 14px 0 0;
	}

	.dp-catalog-nav a {
		flex: 0 0 auto;
		margin: 0;
	}

	.dp-two-panel,
	.dp-final-cta--split {
		grid-template-columns: 1fr;
	}

	.dp-confidence__card {
		border-radius: 18px;
		padding: 18px 16px;
	}

	.dp-confidence__card--icon {
		padding: 12px 10px 0;
	}

	.dp-confidence__card--icon img {
		width: 130px;
		transform: translateY(18%);
	}

	.dp-confidence {
		margin-bottom: 28px;
		min-width: 100%;
		flex-wrap: wrap;
	}
}

/* ========== 手机屏幕 ========== */
@media (max-width: 640px) {
    .dp-footer-card__inner{
        width:100%;
        padding:20px;
    }
    .dp-step{
        flex: initial;
    }
	.dp-steps{
		width:100%
	}
	.dp-step-list{
		flex-wrap:wrap;
	}
	.dp-header {
		left: 12px;
		right: 12px;
		width: auto;
	}

	.dp-marquee {
		width: 100%;
		margin: 0 0 10px;
		border-radius: 10px;
		padding: 10px 14px;
		box-sizing: border-box;
	}

	.dp-header__inner {
		width: 100%;
		min-height: auto;
		padding: 12px 14px;
		gap: 14px;
		justify-content: space-between;
	}

	.dp-logo img {
		width: 150px;
	}

	.dp-nav {
		gap: 14px;
		font-size: 13px;
	}

	.dp-help-banner {
		width: 100%;
		margin: 2px 0 8px;
		padding: 11px 14px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.dp-help-banner__inner {
		flex-wrap: wrap;
		gap: 6px 10px;
		font-size: 13px;
	}

	.dp-section-banner {
		padding: 24px 20px;
		border-radius: 14px;
		margin-bottom: 30px;
	}

	.dp-disclaimer,
	.dp-contact,
	.dp-faq,
	.dp-final-cta {
		padding: 34px 24px;
		border-radius: 28px;
	}

	/* 移动端 confidence 纵向 */
	.dp-confidence {
		flex-direction: column;
	}
	.dp-confidence__card {
		border-radius: 16px;
		padding: 16px 14px;
		flex: 0 0 100%;
	}

	.dp-confidence__card--text{
		min-height: 400px; /* 改为 min-height，避免溢出 */
		height: auto;
	}

	.dp-confidence__card--icon {
		padding: 10px 10px 0;
	}

	.dp-confidence__card--icon img {
		width: 100px;
		transform: translateY(15%);
	}

	/* 不再使用过小的字号 */
	.dp-confidence__icon-text h3 {
		font-size: 16px;
	}

	.dp-confidence__icon-text p {
		font-size: 14px;
	}

	.dp-card {
		padding: 20px;
		border-radius: 18px;
		min-height: 160px;
	}

	.dp-product-grid,
	.dp-catalog-grid,
	.dp-blog-grid {
		grid-template-columns: 1fr;
	}

	.dp-catalog-layout,
	.dp-two-panel,
	.dp-final-cta--split {
		width: min(100% - 24px, 1180px);
	}

	.dp-panel {
		padding: 28px 24px;
	}

	.dp-hero__lab {
		height: 100%;
	}

	/* contact 区域改为纵向堆叠 */
	.dp-contact {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.dp-contact div:nth-child(1),
	.dp-contact div:nth-child(2) {
		align-items: center;
		text-align: center;
	}
	.dp-contact div:nth-child(2) img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}

	.dp-footer__top {
		align-items: flex-start;
		flex-direction: column;
	}
}