.brand-lockup-footer img {
	padding: 5px;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 12px;
}

/* Keep the consultant card readable at every viewport size. */
.hero-grid > *,
.hero-copy,
.hero-visual {
	min-width: 0;
}

.hero-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding-bottom: 8px;
}

.hero-card {
	width: min(100%, 480px);
	padding: clamp(28px, 7vw, 46px);
	padding-bottom: clamp(50px, 11vw, 68px);
}

.hero-card > * {
	position: relative;
	z-index: 1;
}

.hero-card strong {
	font-size: clamp(27px, 7.2vw, 38px);
	line-height: 1.32;
	overflow-wrap: anywhere;
}

.hero-card p {
	margin-bottom: 14px;
	font-size: clamp(16px, 4.2vw, 19px);
	line-height: 1.55;
}

.credential-id {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.floating-phone {
	position: relative;
	left: auto;
	bottom: auto;
	z-index: 3;
	align-self: center;
	width: min(360px, calc(100% - 28px));
	margin-top: -30px;
	justify-content: center;
}

.floating-phone span {
	min-width: 0;
}

.floating-phone span:not(small) {
	overflow-wrap: anywhere;
}

@media (max-width: 480px) {
	.hero {
		padding-top: 52px;
	}

	.hero-card {
		border-radius: 16px;
	}

	.floating-phone {
		padding: 11px 13px;
		font-size: 16px;
	}
}

@media (min-width: 900px) {
	.hero-visual {
		padding-bottom: 20px;
	}

	.floating-phone {
		transform: translateX(-32px);
	}
}

.blog-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(54px, 8vw, 82px) 0;
	background: var(--navy);
	color: #d4e2e8;
}

.blog-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
	background-size: 26px 26px;
	mask-image: linear-gradient(90deg, transparent, #000 65%);
}

.blog-hero::after {
	content: "৳";
	position: absolute;
	right: 5vw;
	top: -45px;
	color: rgba(255,255,255,.04);
	font: 800 220px/1 var(--font);
}

.blog-hero .container {
	position: relative;
	z-index: 1;
}

.blog-hero h1 {
	max-width: 760px;
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.2;
}

.blog-hero p {
	max-width: 680px;
	margin: 0;
	font-size: 18px;
}

.blog-listing {
	background: var(--wash);
}

.blog-listing .news-card {
	box-shadow: 0 10px 28px rgba(9,36,52,.06);
}

.testimonials {
	background: #fff;
}

.testimonials .section-heading p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.review-card {
	display: flex;
	flex-direction: column;
}

.review-source {
	position: absolute;
	top: 22px;
	right: 22px;
	padding: 5px 10px;
	border-radius: 999px;
	font: 700 12px/1.4 system-ui, sans-serif;
	background: #edf2f5;
	color: var(--navy);
}

.review-source.facebook { background: #e8f1ff; color: #1769d2; }
.review-source.google { background: #fff3df; color: #8b5900; }
.review-source.demo { background: #fff4d8; color: #805800; }
.review-card footer { margin-top: auto; }
.review-original { margin-left: auto; color: var(--green); font-size: 13px; font-weight: 700; }

.reviews-empty {
	max-width: 680px;
	margin: 0 auto;
	padding: 34px;
	text-align: center;
	border: 1px dashed #b8c8cd;
	border-radius: 14px;
	background: var(--wash);
}

.reviews-empty .quote { margin-bottom: 12px; }

.external-reviews {
	margin-top: 30px;
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-radius: 14px;
	background: var(--navy);
	color: #fff;
}

.external-reviews > div:first-child { display: flex; flex-direction: column; }
.external-reviews span { color: #b9cbd3; font-size: 14px; }
.external-review-links { display: flex; flex-wrap: wrap; gap: 10px; }
.external-review { padding: 10px 15px; border-radius: 7px; background: #fff; color: var(--navy); font: 700 14px/1.4 system-ui, sans-serif; }
.external-review.facebook { color: #1769d2; }
.external-review.google { color: #9a6100; }

.service-cta {
	margin-top: 42px;
	padding: clamp(24px, 5vw, 38px);
	border-radius: 14px;
	background: var(--navy);
	color: #d3e1e7;
}

.entry-content .service-cta h2 {
	margin-top: 0;
	color: #fff;
}

.service-cta p:last-child {
	margin-bottom: 0;
}

.service-cta .button {
	color: #fff;
	text-decoration: none;
}
