.delivery-page-v1{padding:0 0 24px;}
.delivery-page-v1 .dp-wrap{display:flex;flex-direction:column;gap:24px;}

.delivery-page-v1 .dp-hero{
	display:grid;
	grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
	gap:20px;
	align-items:stretch;
}

.delivery-page-v1 .dp-hero-main,
.delivery-page-v1 .dp-hero-side,
.delivery-page-v1 .dp-card,
.delivery-page-v1 .dp-section,
.delivery-page-v1 .dp-tabs-box,
.delivery-page-v1 .dp-cta{
	background:#fff;
	border:1px solid #ececec;
	border-radius:18px;
	box-shadow:0 8px 24px rgba(0,0,0,.05);
}

.delivery-page-v1 .dp-hero-main{padding:28px 30px;}
.delivery-page-v1 .dp-hero-side{padding:24px;}
.delivery-page-v1 .dp-tabs-box{padding:18px 18px 16px;}
.delivery-page-v1 .dp-section{padding:22px;}
.delivery-page-v1 .dp-cta{padding:20px 22px;}

.delivery-page-v1 .dp-badge{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:8px 14px;
	border-radius:999px;
	background:#fff1f1;
	color:#d73a3a;
	font-size:13px;
	font-weight:700;
	line-height:1;
	margin-bottom:16px;
}
.delivery-page-v1 .dp-badge-dot{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#d73a3a;
	display:inline-block;
}

.delivery-page-v1 .dp-title,
.delivery-page-v1 .dp-side-title,
.delivery-page-v1 .dp-section-title{
	font-size:22px;
	line-height:1.3;
	font-weight:700;
	color:#222;
	margin:0 0 14px;
}

.delivery-page-v1 .dp-lead{
	font-size:17px;
	line-height:1.7;
	color:#333;
	margin:0 0 14px;
}
.delivery-page-v1 .dp-muted{
	font-size:15px;
	line-height:1.7;
	color:#666;
	margin:0;
}

.delivery-page-v1 .dp-kpis{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:12px;
	margin-top:22px;
}
.delivery-page-v1 .dp-kpi{
	background:#fafafa;
	border:1px solid #efefef;
	border-radius:14px;
	padding:14px 16px;
}
.delivery-page-v1 .dp-kpi-label{
	display:block;
	font-size:12px;
	line-height:1.2;
	font-weight:800;
	color:#64748b;
	margin-bottom:6px;
}
.delivery-page-v1 .dp-kpi-value{
	display:block;
	font-size:14px;
	line-height:1.35;
	font-weight:800;
	color:#0f172a;
}

.delivery-page-v1 .dp-side-list,
.delivery-page-v1 .dp-list{
	list-style:none !important;
	padding:0 !important;
	margin:0 !important;
}
.delivery-page-v1 .dp-side-list li,
.delivery-page-v1 .dp-list li{
	position:relative !important;
	display:block !important;
	list-style:none !important;
	padding:0 0 0 34px !important;
	margin:0 0 12px 0 !important;
	font-size:14px;
	line-height:1.65;
	color:#444;
}
.delivery-page-v1 .dp-side-list li:last-child,
.delivery-page-v1 .dp-list li:last-child{margin-bottom:0 !important;}
.delivery-page-v1 .dp-side-list li:before,
.delivery-page-v1 .dp-list li:before{
	content:"" !important;
	position:absolute !important;
	left:0 !important;
	top:10px !important;
	width:10px !important;
	height:10px !important;
	margin:0 !important;
	transform:none !important;
	border-radius:50% !important;
	background:#d73a3a !important;
	box-shadow:0 0 0 6px rgba(215,58,58,.12) !important;
}

.delivery-page-v1 .dp-grid-3{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}
.delivery-page-v1 .dp-grid-2{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
}

.delivery-page-v1 .dp-card{padding:22px;}
.delivery-page-v1 .dp-card-top{
	display:flex;
	align-items:flex-start;
	gap:14px;
	margin-bottom:12px;
}
.delivery-page-v1 .dp-icon{
	width:52px;
	height:52px;
	min-width:52px;
	border-radius:14px;
	background:#fff1f1;
	display:flex;
	align-items:center;
	justify-content:center;
}
.delivery-page-v1 .dp-icon svg{
	width:24px;
	height:24px;
	fill:#d73a3a;
}
.delivery-page-v1 .dp-card-title{
	font-size:18px;
	line-height:1.35;
	font-weight:700;
	color:#222;
	margin:0;
}
.delivery-page-v1 .dp-card p{
	margin:0;
	font-size:14px;
	line-height:1.7;
	color:#555;
}

.delivery-page-v1 .dp-tabs-box .tabs{margin-bottom:12px;}
.delivery-page-v1 .dp-tabs-box .tab-content{
	border:1px solid #ececec;
	border-radius:16px;
	padding:16px 18px;
	background:#fff;
}
.delivery-page-v1 .dp-pane p{
	margin:0;
	font-size:14px;
	line-height:1.7;
	color:#555;
}
.delivery-page-v1 .dp-pane b{color:#0f172a;}

.delivery-page-v1 .dp-note{
	margin-top:12px;
	padding:13px 15px;
	border-radius:14px;
	background:#f8fafc;
	border:1px solid #e2e8f0;
	color:#334155;
	font-size:13.5px;
	line-height:1.65;
}

.delivery-page-v1 .dp-section-title{margin-bottom:10px;}
.delivery-page-v1 .dp-section h3{
	margin:14px 0 8px;
	font-size:15px;
	line-height:1.3;
	font-weight:700;
	color:#0f172a;
}
.delivery-page-v1 .dp-section p{
	margin:0;
	font-size:14px;
	line-height:1.7;
	color:#555;
}

.delivery-page-v1 .dp-cta-title{
	font-size:20px;
	line-height:1.3;
	font-weight:700;
	color:#7f1d1d;
	margin:0 0 8px;
}
.delivery-page-v1 .dp-cta-text{
	margin:0;
	font-size:14px;
	line-height:1.7;
	color:#444;
}
.delivery-page-v1 .dp-cta-text a{
	color:#0f172a;
	text-decoration:underline;
}

.delivery-page-v1 .dp-table-wrap{margin-top:12px;}
.delivery-page-v1 .dp-bottom-space{margin-bottom:24px;}

@media (max-width:1100px){
	.delivery-page-v1 .dp-hero,
	.delivery-page-v1 .dp-grid-3{grid-template-columns:1fr 1fr;}
	.delivery-page-v1 .dp-kpis{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:767px){
	.delivery-page-v1 .dp-hero,
	.delivery-page-v1 .dp-grid-3,
	.delivery-page-v1 .dp-grid-2,
	.delivery-page-v1 .dp-kpis{grid-template-columns:1fr;}
	.delivery-page-v1 .dp-hero-main,
	.delivery-page-v1 .dp-hero-side,
	.delivery-page-v1 .dp-tabs-box,
	.delivery-page-v1 .dp-section,
	.delivery-page-v1 .dp-card,
	.delivery-page-v1 .dp-cta{padding:20px;}
	.delivery-page-v1 .dp-title,
	.delivery-page-v1 .dp-side-title,
	.delivery-page-v1 .dp-section-title{font-size:20px;}
	.delivery-page-v1 .dp-lead{font-size:16px;}
}