.bdw-wrapper {
	background-color: #EEF2FC;
	padding: 0px;
	border-radius: 24px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.bdw-inner { max-width: 1400px; margin: 0 auto; }
.bdw-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 900px) { .bdw-grid { grid-template-columns: 1fr; } }

.bdw-badge-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	background: #fff; border: 1px solid currentColor;
	border-radius: 999px; padding: 8px 16px;
	font-size: 13px; font-weight: 700; letter-spacing: .04em;
	margin-bottom: 20px;
}

.bdw-heading { font-weight: 800; line-height: 1.15; font-size: 44px; margin: 0 0 20px; }
.bdw-heading-dark { color: #0B1730; }
.bdw-accent { color: #2F5CFF; }

.bdw-body-text { color: #5B6474; font-size: 16px; line-height: 1.6; }
.bdw-intro { max-width: 520px; margin-bottom: 24px; }
.bdw-list-intro { font-size: 18px; margin-bottom: 20px; color: #0B1730; }

.bdw-services { display: flex; flex-direction: column; gap: 12px; }
.bdw-service-row {
	display: grid; grid-template-columns: 48px 1fr 1.3fr; align-items: center;
	gap: 16px; background: #fff; border-radius: 14px; padding: 16px 20px; box-shadow:0 4px 18px rgba(16, 24, 40, 0.06); 
}
.bdw-service-icon {
	width: 44px; height: 44px; border-radius: 12px;
	display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.bdw-service-heading { font-weight: 700; color: #0B1730; font-size: 16px; }
.bdw-service-description { font-size: 14px; text-align:justify; }
@media (max-width: 640px) { .bdw-service-row { grid-template-columns: 40px 1fr; } .bdw-service-description { grid-column: 1 / -1; } }

.bdw-phone-stage { position: relative; display: flex; justify-content: center; padding: 40px 20px; }
.bdw-phone {
	width: 280px; background: #0B1730; border-radius: 40px; padding: 12px;
	box-shadow: 0 30px 60px rgba(11,23,48,.25);
}
.bdw-phone-screen { background: #fff; border-radius: 28px; overflow: hidden; }
.bdw-phone-topbar {
	background: #2F5CFF; color: #fff; display: flex; align-items: center; gap: 12px;
	padding: 20px 18px 40px; font-weight: 700; font-size: 15px;
}
.bdw-phone-card {
	background: #fff; margin: -26px 14px 0; border-radius: 16px; padding: 16px;
	box-shadow: 0 10px 24px rgba(11,23,48,.08); position: relative; z-index: 2;
}
.bdw-phone-card-title { font-weight: 700; font-size: 13px; color: #0B1730; margin-bottom: 8px; }
.bdw-phone-chart { color: #2F5CFF; height: 60px; margin-bottom: 10px; }
.bdw-phone-chart svg { width: 100%; height: 100%; }
.bdw-phone-metrics { display: flex; justify-content: space-between; }
.bdw-metric-label { font-size: 11px; color: #8A93A6; }
.bdw-metric-value { font-size: 14px; font-weight: 700; color: #0B1730; }
.bdw-metric-up { color: #22A45D; font-size: 12px; }

.bdw-phone-stats { padding: 16px 14px 6px; display: flex; flex-direction: column; gap: 8px; }
.bdw-stat-row {
	display: grid; grid-template-columns: 14px 1fr auto 20px; align-items: center; gap: 8px;
	background: #F5F8FF; border-radius: 10px; padding: 10px 12px; font-size: 13px;
}
.bdw-stat-dot { width: 8px; height: 8px; border-radius: 50%; background: #2F5CFF; }
.bdw-stat-label { color: #0B1730; font-weight: 600; }
.bdw-stat-value { font-weight: 700; color: #0B1730; }
.bdw-stat-check { color: #22A45D; }
.bdw-phone-nav {
	display: flex; justify-content: space-around; padding: 14px 8px;
	border-top: 1px solid #EEF1F8; font-size: 10px; color: #2F5CFF; font-weight: 600;
}
.bdw-nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.bdw-float-badge {
	position: absolute; display: flex; flex-direction: column; align-items: center; gap: 6px;
	background: #fff; border-radius: 50%; width: 110px; height: 110px;
	justify-content: center; box-shadow: 0 10px 24px rgba(11,23,48,.1); text-align: center;
	font-size: 12px; font-weight: 700;
}
.bdw-float-icon { font-size: 18px; }
.bdw-pos-top-center { top: -10px; left: 50%; transform: translateX(-50%); }
.bdw-pos-top-left { top: 20%; left: -10px; }
.bdw-pos-top-right { top: 20%; right: -10px; }
.bdw-pos-bottom-left { bottom: 5%; left: -10px; }
.bdw-pos-bottom-right { bottom: 5%; right: -10px; }
@media (max-width: 640px) { .bdw-float-badge { display: none; } }

.bdw-cta-bar {
	margin-top: 50px; background: #efefef; border-radius: 20px; padding: 28px 32px;
	display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: center; gap: 24px;
}
.bdw-cta-left { display: flex; gap: 16px; align-items: flex-start; }
.bdw-cta-icon {
	width: 48px; height: 48px; border-radius: 50%; background: #2F5CFF; color: #fff;
	display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px;
}
.bdw-cta-heading { font-weight: 800; font-size: 17px; margin-bottom: 4px; }
.bdw-cta-description { font-size: 14px; }
.bdw-cta-middle { font-size: 18px; font-weight: 700; border-left: 1px solid #E5E9F2; border-right: 1px solid #E5E9F2; padding: 0 24px; }
.bdw-cta-btn {
	display: inline-flex; align-items: center; gap: 10px; background: #2F5CFF; color: #fff;
	text-decoration: none; font-weight: 700; padding: 14px 26px; border-radius: 999px;
	white-space: nowrap;
}
.bdw-cta-btn:hover { background:#fff !important; }
@media (max-width: 900px) {
	.bdw-cta-bar { grid-template-columns: 1fr; text-align: left; }
	.bdw-cta-middle { border: none; padding: 0; }
}
