@charset "utf-8";
@import "page.css";

:root {
	--dy-cyan: #4d8fff;
	--dy-pink: #206ae4;
	--dy-cyan-dark: #1860d8;
	--dy-pink-dark: #1554c4;
	--dy-cyan-light: #64b5f6;
	--dy-soft-cyan: rgba(77,143,255,.14);
	--dy-soft-pink: rgba(32,106,228,.12);
	--dy-grad: linear-gradient(135deg, #206ae4 0%, #4d8fff 55%, #64b5f6 100%);
	--dy-grad2: linear-gradient(135deg, #206ae4, #4d8fff);
	--dy-dark: #0a0e27;
	--dy-dark2: #0f172a;
}

/* ================== Hero ================== */
.dy-hero {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: radial-gradient(140% 140% at 80% 0%, #0a1f4d 0%, #0a1430 48%, #060a22 100%);
}
.dy-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.dy-hero-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: .4;
}
.dy-hero-blob.b1 { width: 560px; height: 560px; background: #206ae4; top: -250px; right: -160px; opacity: .3; }
.dy-hero-blob.b2 { width: 460px; height: 460px; background: #4d8fff; bottom: -180px; left: -120px; opacity: .24; }
.dy-hero-blob.b3 { width: 280px; height: 280px; background: #64b5f6; top: 48%; right: 26%; opacity: .25; }

.dy-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	width: 100%;
	padding: 80px clamp(20px, 4vw, 60px);
}

.dy-hero-text { flex: 1 1 520px; }
.dy-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.5px;
	color: var(--dy-cyan);
	margin-bottom: 16px;
	text-transform: uppercase;
}
.dy-hero-text h1 {
	margin: 0 0 18px;
	font-size: clamp(42px, 5vw, 62px);
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
	letter-spacing: -1px;
}
.dy-hero-text h1 .dy-grad-text {
	background: var(--dy-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.dy-hero-sub {
	margin: 0 0 14px;
	font-size: clamp(18px, 2vw, 22px);
	color: rgba(255,255,255,.85);
	font-weight: 500;
}
.dy-hero-desc {
	margin: 0 0 30px;
	font-size: 15px;
	color: rgba(255,255,255,.68);
	line-height: 1.8;
	max-width: 520px;
}
.dy-hero-stats {
	display: flex;
	gap: 40px;
	margin-bottom: 34px;
}
.dy-hero-stat .num {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
}
.dy-hero-stat .num span { color: var(--dy-cyan-light); }
.dy-hero-stat .lab {
	margin-top: 8px;
	font-size: 13px;
	color: rgba(255,255,255,.6);
}
.dy-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Buttons */
.dy-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 34px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: .35s cubic-bezier(.2,.7,.2,1);
	cursor: pointer;
}
.dy-btn-fill {
	background: var(--dy-grad);
	color: #fff;
	box-shadow: 0 12px 28px rgba(32,106,228,.34);
}
.dy-btn-fill:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(77,143,255,.42);
	background: #fff;
	color: var(--dy-pink);
}
.dy-btn-fill:hover i { color: var(--dy-pink); }
.dy-btn-ghost {
	color: #fff;
	border: 1.5px solid rgba(255,255,255,.35);
}
.dy-btn-ghost:hover {
	background: rgba(255,255,255,.1);
	border-color: #fff;
	transform: translateY(-3px);
}
.dy-btn-lg { padding: 18px 44px; font-size: 17px; }

/* ================== Phone mockup (抖音 App) ================== */
.dy-hero-visual { flex: 0 0 auto; margin-top: 40px; }
.dy-phone { position: relative; perspective: 1000px; }
.dy-phone-body {
	position: relative;
	width: 310px;
	height: 640px;
	background: linear-gradient(160deg, #2a2a30, #1a1a1e 30%, #111 100%);
	border-radius: 48px;
	padding: 12px;
	box-shadow:
		0 60px 120px rgba(4,4,10,.6),
		0 0 0 2px rgba(180,180,190,.25),
		inset 0 0 0 1px rgba(255,255,255,.06);
}
/* 侧边按键 */
.dy-pb-left { position: absolute; left: -2px; top: 120px; z-index: 5; }
.dy-pb-action {
	width: 3px; height: 28px;
	background: linear-gradient(180deg, #555, #333);
	border-radius: 2px 0 0 2px;
	margin-bottom: 18px;
}
.dy-pb-vol-up {
	width: 3px; height: 40px;
	background: linear-gradient(180deg, #555, #333);
	border-radius: 2px 0 0 2px;
	margin-bottom: 6px;
}
.dy-pb-vol-down {
	width: 3px; height: 40px;
	background: linear-gradient(180deg, #555, #333);
	border-radius: 2px 0 0 2px;
}
.dy-pb-right {
	position: absolute;
	right: -2px;
	top: 140px;
	width: 3px;
	height: 64px;
	background: linear-gradient(180deg, #555, #333);
	border-radius: 0 2px 2px 0;
	z-index: 5;
}
/* 屏幕 */
.dy-phone-screen {
	height: 100%;
	background: #0d0d12;
	border-radius: 38px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
/* 灵动岛 */
.dy-island {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 22px;
	background: #060608;
	border-radius: 30px;
	z-index: 20;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 8px;
}
.dy-island-cam {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1a1a2e;
	border: 1px solid rgba(77,143,255,.4);
	box-shadow: inset 0 0 4px rgba(77,143,255,.5);
}
/* 状态栏 */
.dy-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 22px 6px;
	background: linear-gradient(180deg, rgba(0,0,0,.35), transparent);
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: 15;
}
.dy-bar-time { font-size: 12px; font-weight: 700; color: #fff; letter-spacing: .5px; }
.dy-bar-icons { display: flex; align-items: center; gap: 5px; }
.dy-bar-sig { font-size: 10px; color: #fff; letter-spacing: -1px; }
.dy-bar-icon { font-size: 10px; color: #fff; }
/* 视频流 */
.dy-video {
	position: relative;
	flex: 1;
	background:
		radial-gradient(120% 80% at 30% 20%, #123a6e 0%, transparent 60%),
		linear-gradient(160deg, #0a1f4d 0%, #0a1430 55%, #07101a 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.dy-video::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.55) 100%);
}
.dy-video-tag {
	position: absolute;
	top: 40px; left: 16px;
	z-index: 12;
	font-size: 13px;
	font-weight: 800;
	color: #fff;
	padding: 3px 12px;
	border-radius: 999px;
	background: rgba(32,106,228,.85);
}
.dy-play {
	position: relative;
	z-index: 10;
	width: 64px; height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	background: rgba(255,255,255,.16);
	border: 1.5px solid rgba(255,255,255,.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.dy-progress {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 3px;
	background: rgba(255,255,255,.2);
	z-index: 12;
}
.dy-progress span {
	display: block;
	width: 38%;
	height: 100%;
	background: var(--dy-cyan);
}
/* 右侧操作栏 */
.dy-rail {
	position: absolute;
	right: 12px;
	bottom: 110px;
	z-index: 14;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}
.dy-rail-ava {
	width: 44px; height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, #206ae4, #4d8fff);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	border: 2px solid #fff;
	margin-bottom: 4px;
}
.dy-rail-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	color: #fff;
}
.dy-rail-btn i { font-size: 28px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.4)); }
.dy-rail-btn b { font-size: 11px; font-weight: 700; }
.dy-rail-disc {
	width: 42px; height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #4d8fff, #0a0a0a);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	margin-top: 2px;
	animation: dy-spin 4s linear infinite;
}
@keyframes dy-spin { to { transform: rotate(360deg); } }
/* 文案区 */
.dy-cap {
	position: absolute;
	left: 14px; right: 70px; bottom: 56px;
	z-index: 13;
	color: #fff;
}
.dy-cap b { font-size: 14px; font-weight: 800; }
.dy-cap p { margin: 6px 0 10px; font-size: 12px; line-height: 1.5; color: rgba(255,255,255,.9); }
.dy-cap-card {
	display: flex;
	align-items: center;
	gap: 9px;
	background: rgba(0,0,0,.45);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 12px;
	padding: 8px 10px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.dy-cap-ic {
	width: 34px; height: 34px;
	flex: none;
	border-radius: 9px;
	background: var(--dy-grad);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.dy-cap-txt { flex: 1; font-size: 11.5px; font-weight: 700; color: #fff; line-height: 1.3; }
.dy-cap-go {
	font-size: 10px;
	font-weight: 800;
	color: #fff;
	background: var(--dy-pink);
	padding: 5px 10px;
	border-radius: 999px;
	white-space: nowrap;
}
/* 底部 tab */
.dy-tabbar {
	position: relative;
	z-index: 12;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 8px 0 4px;
	background: #0d0d12;
	border-top: 1px solid rgba(255,255,255,.06);
}
.dy-tabbar span {
	font-size: 11px;
	color: rgba(255,255,255,.55);
	font-weight: 600;
}
.dy-tabbar span.on { color: #fff; }
.dy-tabbar .dy-plus {
	width: 34px; height: 22px;
	border-radius: 8px;
	background: linear-gradient(135deg, #4d8fff, #206ae4);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 800;
}
/* Home 指示条 */
.dy-home-bar {
	width: 100px;
	height: 4px;
	background: #35353f;
	border-radius: 99px;
	margin: 4px auto 6px;
}

/* ================== Tags ================== */
.dy-tags {
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #eef1f7;
	position: sticky;
	top: 0;
	z-index: 50;
}
.dy-wrap {
	width: 100%;
	padding: 0 clamp(16px, 3vw, 40px);
}
.dy-tags-row {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	padding: 12px 0;
	-webkit-overflow-scrolling: touch;
}
.dy-tag-tab {
	flex: none;
	padding: 8px 20px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	text-decoration: none;
	transition: .3s;
	white-space: nowrap;
}
.dy-tag-tab:hover { color: var(--dy-pink); background: #eef4ff; }
.dy-tag-tab.active { background: var(--dy-grad); color: #fff; font-weight: 800; box-shadow: 0 8px 20px rgba(32,106,228,.3); }

/* ================== Section Common ================== */
.dy-sec { padding: 100px 0; }
.dy-sec.dark {
	background: radial-gradient(120% 120% at 80% 0%, #0a1a40 0%, #081026 48%, #060a22 100%);
	color: #fff;
}
.dy-head { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.dy-head .dy-eyebrow { margin-bottom: 12px; }
.dy-head h2 {
	margin: 0 0 14px;
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 800;
	color: #1a1a2e;
	letter-spacing: .5px;
}
.dy-sec.dark .dy-head h2 { color: #fff; }
.dy-head p {
	margin: 0;
	font-size: 15px;
	color: #666;
	line-height: 1.8;
}
.dy-sec.dark .dy-head p { color: rgba(255,255,255,.72); }

/* ================== Why Douyin ================== */
.dy-why0 { background: #f8f7fb; }
.dy-why0-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.dy-why0-card {
	position: relative;
	background: #fff;
	border: 1px solid #ecebf2;
	border-radius: 20px;
	padding: 36px 30px;
	transition: .45s cubic-bezier(.2,.7,.2,1);
	overflow: hidden;
}
.dy-why0-card:hover {
	transform: translateY(-10px);
	border-color: var(--dy-cyan);
	box-shadow: 0 28px 56px rgba(32,106,228,.12);
}
.dy-why0-ic {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #fff;
	border-radius: 18px;
	background: var(--dy-grad);
	margin-bottom: 22px;
	box-shadow: 0 10px 22px rgba(32,106,228,.22);
	transition: .4s;
}
.dy-why0-card:hover .dy-why0-ic { transform: rotate(-6deg) scale(1.06); }
.dy-why0-card h3 { margin: 0 0 10px; font-size: 20px; font-weight: 800; color: #1a1a2e; }
.dy-why0-card p { margin: 0 0 18px; font-size: 14px; line-height: 1.75; color: #666; }
.dy-why0-hl {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding-top: 16px;
	border-top: 1px dashed #ecebf2;
}
.dy-why0-hl .n { font-size: 26px; font-weight: 900; color: var(--dy-pink); line-height: 1; }
.dy-why0-hl .t { font-size: 12px; color: #999; }

/* ================== Data band ================== */
.dy-data-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.dy-data-item {
	position: relative;
	text-align: center;
	padding: 38px 16px;
	border-radius: 20px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: .4s;
}
.dy-data-item:hover { transform: translateY(-6px); border-color: rgba(77,143,255,.4); background: rgba(255,255,255,.08); }
.dy-data-no {
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
	background: var(--dy-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.dy-data-no span { font-size: 22px; }
.dy-data-lab { margin-top: 12px; font-size: 14px; color: rgba(255,255,255,.7); }

/* ================== Capabilities (dark) ================== */
.dy-cap-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.dy-cap-card {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 16px;
	align-items: start;
	padding: 28px 26px;
	border-radius: 20px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: .45s cubic-bezier(.2,.7,.2,1);
	overflow: hidden;
}
.dy-cap-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(180deg, transparent, var(--dy-cyan), var(--dy-pink), transparent);
	transform: scaleY(0);
	transform-origin: top;
	transition: .5s;
}
.dy-cap-card:hover {
	background: rgba(255,255,255,.09);
	border-color: rgba(32,106,228,.5);
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(4,4,10,.5);
}
.dy-cap-card:hover::before { transform: scaleY(1); }
.dy-cap-ic {
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: start;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--dy-cyan);
	border-radius: 14px;
	background: var(--dy-soft-cyan);
	border: 1px solid rgba(77,143,255,.3);
	transition: .45s;
}
.dy-cap-card:hover .dy-cap-ic {
	background: var(--dy-grad);
	color: #fff;
	transform: rotate(-5deg) scale(1.06);
	box-shadow: 0 12px 26px rgba(32,106,228,.38);
}
.dy-cap-card h3 { grid-column: 2; grid-row: 1; margin: 0 0 5px; font-size: 16px; font-weight: 800; color: #fff; }
.dy-cap-card p { grid-column: 2; grid-row: 2; margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.68); }

/* ================== Scenarios ================== */
.dy-scene { background: #f8f7fb; }
.dy-scene-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.dy-scene-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #ecebf2;
	transition: .45s cubic-bezier(.2,.7,.2,1);
}
.dy-scene-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 56px rgba(32,106,228,.12);
	border-color: var(--dy-cyan);
}
.dy-scene-img {
	height: 140px;
	background: linear-gradient(150deg, #0a1f4d, #206ae4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 44px;
	color: #fff;
}
.dy-scene-body { padding: 24px 26px 26px; }
.dy-scene-body h3 { margin: 0 0 8px; font-size: 19px; font-weight: 800; color: #1a1a2e; }
.dy-scene-body p { margin: 0 0 14px; font-size: 13.5px; line-height: 1.7; color: #666; }
.dy-scene-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.dy-scene-tags span {
	padding: 5px 13px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 600;
	background: #eef4ff;
	color: var(--dy-pink);
	transition: .3s;
}
.dy-scene-card:hover .dy-scene-tags span {
	background: var(--dy-grad);
	color: #fff;
}

/* ================== Process (dark) ================== */
.dy-proc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dy-proc-card {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 24px 24px;
	border-radius: 20px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: .45s cubic-bezier(.2,.7,.2,1);
	overflow: hidden;
}
.dy-proc-card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: var(--dy-grad);
	transform: scaleX(0);
	transition: .5s;
}
.dy-proc-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.09); border-color: rgba(32,106,228,.4); }
.dy-proc-card:hover::before { transform: scaleX(1); }
.dy-proc-ic {
	flex: none;
	width: 58px; height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--dy-cyan);
	border-radius: 16px;
	background: var(--dy-soft-cyan);
	border: 1px solid rgba(77,143,255,.3);
	transition: .45s;
}
.dy-proc-card:hover .dy-proc-ic { background: var(--dy-grad); color: #fff; transform: rotate(-5deg) scale(1.06); box-shadow: 0 12px 26px rgba(32,106,228,.38); }
.dy-proc-body { flex: 1; min-width: 0; }
.dy-proc-no {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1px;
	color: var(--dy-cyan);
	background: var(--dy-soft-cyan);
	padding: 3px 11px;
	border-radius: 999px;
	margin-bottom: 9px;
}
.dy-proc-card h3 { margin: 0 0 8px; font-size: 19px; font-weight: 800; color: #fff; }
.dy-proc-card p { margin: 0; font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,.68); }

/* ================== Why Us ================== */
.dy-why { background: #f8f7fb; }
.dy-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.dy-why-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #ecebf2;
	border-radius: 20px;
	padding: 28px 26px;
	transition: .45s cubic-bezier(.2,.7,.2,1);
}
.dy-why-card:hover {
	transform: translateY(-8px);
	border-color: var(--dy-cyan);
	box-shadow: 0 28px 56px rgba(32,106,228,.1);
}
.dy-why-ic {
	width: 50px; height: 50px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	border-radius: 14px;
	background: var(--dy-grad);
	box-shadow: 0 8px 20px rgba(32,106,228,.22);
	transition: .4s;
}
.dy-why-card:hover .dy-why-ic { transform: rotate(-5deg) scale(1.06); }
.dy-why-body h3 { margin: 0 0 6px; font-size: 17px; font-weight: 800; color: #1a1a2e; }
.dy-why-body p { margin: 0; font-size: 13px; line-height: 1.7; color: #666; }
/* 为什么选择我们 · 数据统计带 */
.dy-why-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 50px;
	padding: 36px 20px;
	border-radius: 22px;
	background: var(--dy-grad);
	box-shadow: 0 24px 50px rgba(32,106,228,.26);
}
.dy-why-stat { text-align: center; color: #fff; }
.dy-why-stat b {
	display: block;
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -1px;
}
.dy-why-stat b i { font-size: 18px; font-weight: 800; font-style: normal; margin-left: 2px; }
.dy-why-stat span { display: block; margin-top: 10px; font-size: 14px; color: rgba(255,255,255,.85); }

/* ================== CTA ================== */
.dy-cta {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: radial-gradient(140% 140% at 60% 0%, #0a1f4d 0%, #0a1430 48%, #060a22 100%);
}
.dy-cta-bg { position: absolute; inset: 0; pointer-events: none; }
.dy-cta-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: .3;
}
.dy-cta-blob.c1 { width: 500px; height: 500px; background: #206ae4; top: -200px; right: -100px; }
.dy-cta-blob.c2 { width: 360px; height: 360px; background: #4d8fff; bottom: -140px; left: -80px; opacity: .2; }
.dy-cta-box {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}
.dy-cta-box h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 3.6vw, 42px);
	font-weight: 800;
	color: #fff;
}
.dy-cta-box > p {
	margin: 0 0 36px;
	font-size: 16px;
	color: rgba(255,255,255,.78);
	line-height: 1.7;
}
.dy-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.dy-cta-checks {
	display: flex;
	gap: 36px;
	justify-content: center;
	flex-wrap: wrap;
	color: rgba(255,255,255,.82);
	font-size: 14px;
}
.dy-cta-checks i { color: #43e97b; margin-right: 6px; }

/* ================== Responsive ================== */
@media (max-width: 1100px) {
	.dy-why0-grid,
	.dy-scene-grid,
	.dy-proc-grid { grid-template-columns: repeat(2, 1fr); }
	.dy-cap-grid,
	.dy-why-grid,
	.dy-data-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.dy-hero { min-height: auto; padding: 40px 0 60px; }
	.dy-hero-inner { flex-direction: column; text-align: center; gap: 40px; }
	.dy-hero-text h1 { font-size: 36px; }
	.dy-hero-desc { max-width: 100%; }
	.dy-hero-stats { justify-content: center; gap: 28px; }
	.dy-hero-btns { justify-content: center; }
	.dy-phone-body { width: 260px; height: 540px; }
	.dy-phone-screen { border-radius: 28px; }
	.dy-island { width: 56px; height: 18px; top: 6px; }
	.dy-island-cam { width: 5px; height: 5px; }
	.dy-bar { padding: 10px 18px 4px; }
	.dy-bar-time { font-size: 10px; }
	.dy-play { width: 52px; height: 52px; font-size: 20px; }
	.dy-rail { bottom: 96px; gap: 14px; }
	.dy-rail-ava { width: 38px; height: 38px; font-size: 17px; }
	.dy-rail-btn i { font-size: 24px; }
	.dy-rail-disc { width: 36px; height: 36px; font-size: 15px; }
	.dy-cap { bottom: 48px; }
	.dy-cap-ic { width: 30px; height: 30px; font-size: 14px; }
	.dy-cap-txt { font-size: 10.5px; }
	.dy-cap-go { font-size: 9px; padding: 4px 8px; }
	.dy-home-bar { width: 80px; height: 3px; }
	.dy-pb-action { height: 22px; margin-bottom: 12px; }
	.dy-pb-vol-up, .dy-pb-vol-down { height: 30px; }
	.dy-pb-right { height: 48px; top: 110px; }
	.dy-sec { padding: 64px 0; }
	.dy-head { margin-bottom: 44px; }
	.dy-why0-grid,
	.dy-cap-grid,
	.dy-scene-grid,
	.dy-proc-grid,
	.dy-why-grid,
	.dy-data-grid { grid-template-columns: 1fr; gap: 16px; }
	.dy-why-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 28px 16px; }
	.dy-cta { padding: 70px 0; }
}
@media (max-width: 480px) {
	.dy-hero-text h1 { font-size: 28px; }
	.dy-cta-box h2 { font-size: 26px; }
	.dy-why-stats { gap: 14px; }
	.dy-why-stat b { font-size: 28px; }
}
