.acustodio-modern-digital {
	background: #f4f6f8;
	color: #08111f;
}

.acustodio-modern-digital #contents,
.acustodio-modern-digital .elementor-location-single,
.acustodio-modern-digital .elementor {
	background: #f4f6f8;
}

.ad-page {
	overflow: hidden;
	font-family: Poppins, Arial, sans-serif;
}

.ad-container {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.ad-hero {
	position: relative;
	padding: 72px 0 34px;
	background:
		radial-gradient(circle at 76% 18%, rgba(232, 34, 42, 0.18), transparent 30%),
		linear-gradient(135deg, #f9fafb 0%, #eef2f6 48%, #f6f7f9 100%);
}

.ad-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 42px;
	align-items: center;
}

.ad-kicker,
.ad-section-heading > span,
.ad-cta-panel > span {
	display: block;
	margin-bottom: 12px;
	color: #e5222a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ad-hero h1,
.ad-section-heading h2,
.ad-cta-panel h2 {
	margin: 0;
	color: #071123;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
}

.ad-hero h1 {
	max-width: 780px;
	font-size: clamp(40px, 5vw, 68px);
}

.ad-hero p {
	max-width: 650px;
	margin: 22px 0 0;
	color: #526071;
	font-size: 17px;
	line-height: 1.8;
}

.ad-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.ad-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ad-button:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.ad-button-primary {
	background: #e5222a;
	color: #fff;
	box-shadow: 0 18px 35px rgba(229, 34, 42, 0.24);
}

.ad-button-secondary {
	background: #111927;
	color: #fff;
}

.ad-hero-visual {
	position: relative;
	min-height: 430px;
}

.ad-hero-image {
	position: absolute;
	inset: 18px 0 0 0;
	width: 100%;
	height: calc(100% - 18px);
	object-fit: cover;
	border: 1px solid rgba(12, 20, 34, 0.12);
	border-radius: 12px;
	box-shadow: 0 28px 70px rgba(24, 34, 49, 0.2);
	background: #101827;
}

.ad-dashboard {
	position: absolute;
	inset: 18px 0 0 0;
	padding: 28px;
	border: 1px solid rgba(12, 20, 34, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88)),
		linear-gradient(135deg, rgba(229, 34, 42, 0.12), transparent);
	box-shadow: 0 28px 70px rgba(24, 34, 49, 0.16);
}

.ad-dashboard::before {
	content: "";
	position: absolute;
	right: 34px;
	top: 34px;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: conic-gradient(#e5222a 0 64%, #111927 64% 82%, #dfe6ee 82% 100%);
	box-shadow: inset 0 0 0 24px #fff;
}

.ad-dashboard-top {
	display: flex;
	gap: 10px;
	margin-bottom: 26px;
}

.ad-dashboard-top span {
	width: 44px;
	height: 9px;
	border-radius: 999px;
	background: #d9e0e8;
}

.ad-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 270px;
}

.ad-dashboard-grid i {
	min-height: 106px;
	border-radius: 8px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #e1e6ed;
}

.ad-dashboard-grid i:nth-child(1) {
	background:
		linear-gradient(90deg, #e5222a 0 58%, transparent 58%),
		linear-gradient(#fff, #fff);
	background-size: 100% 10px, auto;
	background-position: 18px 70px, 0 0;
	background-repeat: no-repeat;
}

.ad-dashboard-grid i:nth-child(2) {
	background:
		radial-gradient(circle at 50% 42%, #111927 0 27px, transparent 28px),
		radial-gradient(circle at 50% 42%, #e5222a 0 40px, transparent 41px),
		#fff;
}

.ad-dashboard-grid i:nth-child(3) {
	background:
		linear-gradient(90deg, #111927 0 46%, transparent 46%),
		linear-gradient(90deg, #e5222a 0 70%, transparent 70%),
		linear-gradient(90deg, #95a3b6 0 55%, transparent 55%),
		#fff;
	background-size: 86% 9px;
	background-position: 16px 28px, 16px 54px, 16px 80px;
	background-repeat: no-repeat;
}

.ad-dashboard-grid i:nth-child(4) {
	background:
		linear-gradient(135deg, transparent 45%, #e5222a 46% 51%, transparent 52%),
		linear-gradient(45deg, transparent 46%, #111927 47% 52%, transparent 53%),
		#fff;
}

.ad-dashboard-chart {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 328px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: end;
	gap: 14px;
	height: 146px;
	padding: 22px;
	border-radius: 8px;
	background: #111927;
}

.ad-dashboard-chart span {
	display: block;
	border-radius: 6px 6px 0 0;
	background: linear-gradient(180deg, #ff3b42, #e5222a);
}

.ad-dashboard-chart span:nth-child(1) { height: 48%; }
.ad-dashboard-chart span:nth-child(2) { height: 72%; }
.ad-dashboard-chart span:nth-child(3) { height: 54%; }
.ad-dashboard-chart span:nth-child(4) { height: 88%; }

.ad-section {
	padding: 70px 0;
}

.ad-metrics {
	padding: 28px 0 50px;
}

.ad-metric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.ad-metric {
	padding: 22px;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(20, 29, 43, 0.08);
}

.ad-metric strong {
	display: block;
	color: #e5222a;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
}

.ad-metric span {
	display: block;
	margin-top: 8px;
	color: #5b6878;
	font-size: 13px;
	font-weight: 700;
}

.ad-section-heading {
	max-width: 830px;
	margin-bottom: 28px;
}

.ad-section-heading h2,
.ad-cta-panel h2 {
	font-size: clamp(32px, 4vw, 50px);
}

.ad-channel-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ad-channel-card {
	padding: 0 0 24px;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(19, 31, 46, 0.08);
	overflow: hidden;
}

.ad-channel-visual {
	position: relative;
	height: 172px;
	background: #101827;
	overflow: hidden;
}

.ad-channel-visual::before,
.ad-channel-visual::after {
	content: "";
	position: absolute;
}

.ad-channel-card h3 {
	margin: 22px 22px 10px;
	color: #061123;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.25;
}

.ad-channel-card p {
	margin: 0 22px;
	color: #5b6878;
	font-size: 14px;
	line-height: 1.75;
}

.ad-visual-seo {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
		#101827;
	background-size: 34px 34px;
}

.ad-visual-seo span {
	position: absolute;
	left: 24px;
	right: 24px;
	height: 12px;
	border-radius: 999px;
	background: #fff;
}

.ad-visual-seo span:nth-child(1) { top: 34px; right: 92px; }
.ad-visual-seo span:nth-child(2) { top: 66px; background: #e5222a; }
.ad-visual-seo span:nth-child(3) { top: 98px; right: 132px; }
.ad-visual-seo span:nth-child(4) { top: 130px; right: 76px; opacity: 0.55; }

.ad-visual-social {
	background: linear-gradient(135deg, #f8fafc, #e9eef5);
}

.ad-visual-social span {
	position: absolute;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
}

.ad-visual-social span:nth-child(1) {
	left: 24px;
	top: 24px;
	width: 86px;
	height: 86px;
	background: linear-gradient(135deg, #e5222a 0 48%, #111927 48% 100%);
}

.ad-visual-social span:nth-child(2) { left: 124px; top: 28px; width: 126px; height: 15px; }
.ad-visual-social span:nth-child(3) { left: 124px; top: 60px; width: 164px; height: 15px; }
.ad-visual-social span:nth-child(4) { left: 124px; top: 96px; width: 80px; height: 36px; background: #e5222a; }

.ad-visual-ads {
	background: linear-gradient(135deg, #111927, #3a1016);
}

.ad-visual-ads::before {
	left: 30px;
	top: 32px;
	width: 118px;
	height: 76px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 130px 24px 0 rgba(255, 255, 255, 0.18);
}

.ad-visual-ads span {
	position: absolute;
	background: #e5222a;
	border-radius: 999px;
}

.ad-visual-ads span:nth-child(1) { left: 52px; top: 58px; width: 74px; height: 10px; }
.ad-visual-ads span:nth-child(2) { left: 52px; top: 82px; width: 48px; height: 10px; }
.ad-visual-ads span:nth-child(3) { right: 44px; bottom: 34px; width: 86px; height: 12px; background: #fff; }
.ad-visual-ads span:nth-child(4) { right: 88px; top: 42px; width: 46px; height: 46px; border-radius: 50%; }

.ad-visual-content {
	background: #f7f9fc;
}

.ad-visual-content::before {
	left: 34px;
	top: 26px;
	width: 92px;
	height: 120px;
	border-radius: 7px;
	background:
		linear-gradient(#e5222a, #e5222a) 18px 24px / 48px 9px no-repeat,
		linear-gradient(#111927, #111927) 18px 52px / 58px 8px no-repeat,
		linear-gradient(#cbd5e1, #cbd5e1) 18px 76px / 42px 8px no-repeat,
		#fff;
	box-shadow: 118px 0 0 #fff, 236px 0 0 #fff;
}

.ad-visual-content span {
	position: absolute;
	right: 34px;
	bottom: 30px;
	width: 132px;
	height: 12px;
	border-radius: 999px;
	background: #e5222a;
}

.ad-visual-email {
	background: linear-gradient(135deg, #fff, #e9eef5);
}

.ad-visual-email::before {
	left: 36px;
	right: 36px;
	top: 36px;
	height: 100px;
	border: 4px solid #111927;
	border-radius: 8px;
	background:
		linear-gradient(30deg, transparent 49%, #e5222a 50% 53%, transparent 54%),
		linear-gradient(150deg, transparent 49%, #e5222a 50% 53%, transparent 54%),
		#fff;
}

.ad-visual-email span {
	position: absolute;
	border-radius: 999px;
	background: #d7dee8;
}

.ad-visual-email span:nth-child(1) { left: 64px; bottom: 26px; width: 72px; height: 10px; }
.ad-visual-email span:nth-child(2) { left: 152px; bottom: 26px; width: 92px; height: 10px; }
.ad-visual-email span:nth-child(3) { display: none; }
.ad-visual-email span:nth-child(4) { display: none; }

.ad-visual-analytics {
	background: #101827;
}

.ad-visual-analytics span {
	position: absolute;
	bottom: 28px;
	width: 38px;
	border-radius: 6px 6px 0 0;
	background: linear-gradient(180deg, #ff4a50, #e5222a);
}

.ad-visual-analytics span:nth-child(1) { left: 42px; height: 58px; }
.ad-visual-analytics span:nth-child(2) { left: 98px; height: 94px; }
.ad-visual-analytics span:nth-child(3) { left: 154px; height: 74px; }
.ad-visual-analytics span:nth-child(4) { left: 210px; height: 118px; background: #fff; }

.ad-visual-analytics::before {
	right: 34px;
	top: 30px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: conic-gradient(#e5222a 0 72%, #fff 72% 100%);
}

.ad-playbook {
	background: #fff;
}

.ad-playbook-inner {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
	gap: 34px;
	align-items: center;
}

.ad-playbook-visual img {
	display: block;
	width: 100%;
	border: 1px solid #dfe5ec;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 58px rgba(19, 31, 46, 0.14);
}

.ad-step-grid {
	display: grid;
	gap: 14px;
}

.ad-step {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	column-gap: 18px;
	padding: 22px;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	background: #f8fafc;
}

.ad-step strong {
	grid-row: span 2;
	color: #e5222a;
	font-size: 31px;
	font-weight: 900;
	line-height: 1;
}

.ad-step h3 {
	margin: 0 0 8px;
	color: #08111f;
	font-size: 20px;
	font-weight: 900;
}

.ad-step p {
	margin: 0;
	color: #5b6878;
	line-height: 1.7;
}

.ad-proof {
	background: #f4f6f8;
}

.ad-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ad-proof-card {
	overflow: hidden;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(19, 31, 46, 0.08);
}

.ad-proof-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #101827;
}

.ad-proof-body {
	padding: 22px;
}

.ad-proof-body h3 {
	margin: 0 0 10px;
	color: #061123;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.25;
}

.ad-proof-body p {
	margin: 0 0 14px;
	color: #5b6878;
	font-size: 14px;
	line-height: 1.75;
}

.ad-proof-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.ad-proof-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 6px;
	background: #fff0f1;
	color: #e5222a;
	font-size: 12px;
	font-weight: 900;
}

.ad-cta {
	padding-bottom: 94px;
}

.ad-cta-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
	gap: 48px;
	align-items: center;
	min-height: 420px;
	padding: 56px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 84% 20%, rgba(229, 34, 42, 0.35), transparent 28%),
		linear-gradient(135deg, #101827, #171d29 52%, #3a1117);
	color: #fff;
	box-shadow: 0 30px 70px rgba(16, 24, 39, 0.2);
	overflow: hidden;
}

.ad-cta-panel::before {
	content: none;
}

.ad-cta-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 0 40%, rgba(18, 10, 16, 0.28) 58%, rgba(18, 10, 16, 0.78) 100%);
	pointer-events: none;
}

.ad-cta-panel > span,
.ad-cta-panel > h2,
.ad-cta-panel > p,
.ad-cta-panel > img {
	position: relative;
	z-index: 1;
	grid-column: 2;
}

.ad-cta-panel > img {
	grid-column: 1;
	grid-row: 1 / span 3;
	display: block;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 26px 55px rgba(0, 0, 0, 0.28);
	background: #101827;
}

.ad-cta-panel h2 {
	color: #fff;
}

.ad-cta-panel p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.8;
}

@media (max-width: 1024px) {
	.ad-hero-inner,
	.ad-playbook-inner,
	.ad-cta-panel {
		grid-template-columns: 1fr;
	}

	.ad-cta-panel > span,
	.ad-cta-panel > h2,
	.ad-cta-panel > p,
	.ad-cta-panel > img {
		grid-column: 1;
	}

	.ad-cta-panel > img {
		grid-row: auto;
	}

	.ad-hero-visual {
		min-height: 360px;
	}

	.ad-channel-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.ad-container {
		width: min(100% - 28px, 1160px);
	}

	.ad-hero {
		padding-top: 46px;
	}

	.ad-hero h1 {
		font-size: 38px;
	}

	.ad-metric-grid,
	.ad-channel-grid,
	.ad-proof-grid {
		grid-template-columns: 1fr;
	}

	.ad-hero-visual {
		min-height: 300px;
	}

	.ad-dashboard {
		inset: 0;
	}

	.ad-dashboard-chart {
		left: 28px;
		right: 28px;
		height: 108px;
	}

	.ad-dashboard::before {
		width: 86px;
		height: 86px;
		box-shadow: inset 0 0 0 18px #fff;
	}

	.ad-step {
		grid-template-columns: 1fr;
	}

	.ad-step strong {
		margin-bottom: 12px;
	}

	.ad-cta-panel {
		min-height: auto;
		padding: 32px;
	}

	.ad-cta-panel::before {
		min-height: 210px;
	}
}
