/*
Theme Name: Ads Report
Theme URI: https://www.borbila.com
Author: Borbila
Author URI: https://www.borbila.com
Description: A custom WordPress theme for public Meta Ads campaign performance reporting.
Version: 1.0.0
Text Domain: ads-report
*/

:root {
	--ar-ink: #0d1728;
	--ar-muted: #667085;
	--ar-soft: #eef5ff;
	--ar-line: #dbe7ff;
	--ar-card: #ffffff;
	--ar-green: #1877f2;
	--ar-green-dark: #0b2f6b;
	--ar-green-light: #5aa0ff;
	--ar-gold: #2f6fed;
	--ar-red: #b42318;
	--ar-shadow: 0 18px 60px rgba(18, 67, 140, 0.12);
	--ar-radius: 3px;
	--ar-container: 1214px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #f7faff;
	color: var(--ar-ink);
	font-family: "Hind Siliguri", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Bengali", "Noto Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

button,
input,
select {
	font: inherit;
}

.ar-page {
	min-height: 100vh;
	background:
		linear-gradient(rgba(199, 222, 249, 0.42) 1px, transparent 1px),
		linear-gradient(90deg, rgba(199, 222, 249, 0.42) 1px, transparent 1px),
		linear-gradient(180deg, #dcecff 0%, #f8fbff 58%, #ffffff 100%);
	background-size: 56px 56px, 56px 56px, auto;
}

.ar-hero,
.ar-report-shell,
.ar-result-message,
.ar-trust-strip,
.ar-landing-section,
.ar-final-cta,
.ar-footer,
.ar-nav-wrap {
	width: min(var(--ar-container), calc(100% - 32px));
	margin: 0 auto;
}

.ar-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-top: 1px solid rgba(13, 37, 76, 0.10);
	border-bottom: 1px solid rgba(13, 37, 76, 0.10);
	background: #eaf4ff;
	backdrop-filter: blur(16px);
}

.ar-nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	min-height: 66px;
}

.ar-hero {
	padding: 72px 19px 74px 0;
}

.ar-main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	flex: 1 1 auto;
}

.ar-main-nav a,
.ar-nav-cta,
.ar-button {
	border-radius: 8px;
	font-weight: 850;
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ar-main-nav a {
	padding: 8px 0;
	color: #48566a;
	font-size: 15px;
	font-weight: 650;
}

.ar-main-nav a:hover {
	background: transparent;
	color: #0f6cf1;
}

.ar-nav-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 40px;
	padding: 0 24px;
	border-radius: 18px;
	background: #0b73ff;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(11, 115, 255, 0.22);
	font-size: 14px;
	white-space: nowrap;
}

.ar-nav-cta:hover {
	transform: translateY(-1px);
	background: #065fda;
}

.ar-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 9px;
	color: var(--ar-ink);
	text-decoration: none;
}

.ar-logo-mark {
	position: relative;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: #0b73ff;
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
}

.ar-logo-mark::after {
	position: absolute;
	right: -2px;
	bottom: 1px;
	display: grid;
	width: 13px;
	height: 13px;
	place-items: center;
	border: 1.5px solid #eaf4ff;
	border-radius: 50%;
	background: #ffffff;
	color: #0b73ff;
	content: "▥";
	font-size: 8px;
	line-height: 1;
}

.ar-logo-text {
	display: grid;
	gap: 1px;
	line-height: 1.05;
}

.ar-logo-text strong {
	color: #101828;
	font-size: 16px;
	font-weight: 850;
	letter-spacing: 0;
}

.ar-logo-text small {
	color: #667085;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.ar-footer .ar-logo > span:not(.ar-logo-mark) {
	color: #101828;
	font-size: 16px;
	font-weight: 850;
}

.ar-eyebrow,
.ar-section-kicker,
.ar-report-kicker {
	color: var(--ar-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ar-search-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 572px);
	align-items: start;
	gap: 68px;
}

@media (min-width: 1021px) {
	.ar-search-panel {
		transform: translateX(20px);
	}
}

.ar-hero-copy h1 {
	max-width: 640px;
	margin: 0;
	color: #07172f;
	font-size: 58px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.ar-hero-copy h1 span {
	display: block;
}

.ar-hero-copy h1 span:first-child {
	white-space: nowrap;
}

.ar-heading-accent {
	color: #0b73ff;
}

.ar-hero-copy p {
	max-width: 650px;
	margin: 24px 0 0;
	color: #66778c;
	font-size: 19px;
	line-height: 1.52;
}

.ar-eyebrow {
	margin: 0 0 14px;
	color: var(--ar-gold);
}

.ar-hero .ar-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 30px;
	margin: 0 0 22px;
	padding: 0 14px;
	border: 1px solid #d7e7fb;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: #0b73ff;
	box-shadow: 0 8px 20px rgba(30, 87, 153, 0.10);
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
}

.ar-hero .ar-eyebrow span {
	display: inline-grid;
	width: 14px;
	height: 14px;
	place-items: center;
	color: #0b73ff;
	font-size: 13px;
	line-height: 1;
}

.ar-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.ar-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 24px;
}

.ar-button-primary {
	min-width: 159px;
	border-radius: 15px;
	background: #0b73ff;
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(11, 115, 255, 0.24);
}

.ar-button-primary:hover,
.ar-button-light:hover {
	transform: translateY(-1px);
}

.ar-button-secondary {
	min-width: 148px;
	border: 1px solid #dbe7f4;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.86);
	color: #07172f;
	box-shadow: 0 12px 26px rgba(20, 47, 86, 0.10);
}

.ar-button-secondary:hover {
	border-color: rgba(24, 119, 242, 0.34);
	background: #ffffff;
}

.ar-trust-points,
.ar-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ar-trust-points {
	margin-top: 29px;
}

.ar-trust-points span,
.ar-badge-row span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid #d7e4f2;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	color: #344054;
	font-size: 13px;
	font-weight: 650;
}

.ar-trust-points span::before {
	display: inline-grid;
	width: 14px;
	height: 14px;
	place-items: center;
	border: 1px solid #32b45a;
	border-radius: 50%;
	color: #32b45a;
	content: "✓";
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
}

.ar-form-card {
	margin-top: 14px;
	padding: 24px;
	border: 1px solid rgba(218, 231, 247, 0.86);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 28px 70px rgba(35, 82, 147, 0.16);
}

.ar-form-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.ar-pill-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #0b73ff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ar-pill-label span {
	display: inline-grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: #eaf3ff;
	color: #0b73ff;
	font-size: 14px;
	line-height: 1;
}

.ar-live-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eaf8ed;
	color: #247d35;
	font-size: 12px;
	font-weight: 750;
	white-space: nowrap;
}

.ar-live-badge::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #35b653;
	content: "";
}

.ar-form-card-header p,
.ar-field-note {
	margin: 0;
	color: var(--ar-muted);
	font-size: 13px;
}

.ar-search-form {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 0.8fr) auto;
	gap: 12px;
	align-items: end;
	padding: 18px;
	border: 1px solid rgba(24, 119, 242, 0.16);
	border-radius: var(--ar-radius);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--ar-shadow);
}

.ar-search-form-card {
	grid-template-columns: 1fr;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ar-field {
	position: relative;
	display: grid;
	gap: 8px;
	min-width: 0;
}

.ar-field label {
	color: #6d7a8d;
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.ar-field input,
.ar-field select {
	width: 100%;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid #dce8f4;
	border-radius: 17px;
	background-color: #f8fbff;
	color: #07172f;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ar-field-campaign input {
	padding-left: 42px;
}

.ar-input-icon {
	position: absolute;
	left: 16px;
	top: 39px;
	width: 13px;
	height: 13px;
	border: 2px solid #7d8da3;
	border-radius: 50%;
	pointer-events: none;
}

.ar-input-icon::after {
	position: absolute;
	right: -5px;
	bottom: -4px;
	width: 7px;
	height: 2px;
	border-radius: 999px;
	background: #7d8da3;
	content: "";
	transform: rotate(45deg);
	transform-origin: left center;
}

.ar-field select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #738198 50%),
		linear-gradient(135deg, #738198 50%, transparent 50%);
	background-position:
		calc(100% - 22px) 50%,
		calc(100% - 17px) 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
}

.ar-field input:focus,
.ar-field select:focus {
	border-color: #9ec9ff;
	box-shadow: 0 0 0 4px rgba(11, 115, 255, 0.12);
}

.ar-demo-id {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 2px;
	color: #66778c;
	font-size: 12px;
	line-height: 1.35;
}

.ar-demo-id span {
	font-weight: 600;
}

.ar-demo-id button,
.ar-demo-id a {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 9px;
	border: 1px solid #dfeaf6;
	border-radius: 3px;
	background: #ffffff;
	color: #0b73ff;
	font: inherit;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
}

.ar-demo-id button {
	cursor: pointer;
}

.ar-demo-id button:hover,
.ar-demo-id a:hover {
	border-color: #b9d7fa;
	background: #f5faff;
}

.ar-custom-dates {
	display: none;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(160px, 1fr));
	gap: 12px;
}

.ar-custom-dates.is-visible {
	display: grid;
}

.ar-submit,
.ar-action-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 850;
	letter-spacing: 0;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ar-submit {
	padding: 0 22px;
	border-radius: 15px;
	background: #0b73ff;
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(11, 115, 255, 0.24);
	white-space: nowrap;
}

.ar-search-form-card .ar-submit {
	width: 100%;
	margin-top: 2px;
}

.ar-submit:hover,
.ar-action-button:hover {
	transform: translateY(-1px);
}

.ar-submit:focus-visible,
.ar-action-button:focus-visible {
	outline: 3px solid rgba(24, 119, 242, 0.35);
	outline-offset: 2px;
}

.ar-form-mini-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 17px;
	padding: 12px;
	border: 1px solid #dce8f4;
	border-radius: 20px;
	background: #f8fbff;
}

.ar-form-mini-stats div {
	display: grid;
	place-items: center;
	min-height: 54px;
	padding: 9px 10px;
	border: 1px solid #e4edf6;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 7px 16px rgba(25, 49, 84, 0.09);
	text-align: center;
}

.ar-form-mini-stats span {
	display: block;
	color: #7c8898;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.ar-form-mini-stats strong {
	display: block;
	margin-top: 2px;
	color: #07172f;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.1;
}

.ar-form-mini-stats div:first-child strong,
.ar-form-mini-stats div:last-child strong {
	color: #0b73ff;
}

.ar-hero .ar-eyebrow,
.ar-hero .ar-button,
.ar-hero .ar-button-primary,
.ar-hero .ar-button-secondary,
.ar-hero .ar-trust-points span,
.ar-hero .ar-form-card,
.ar-hero .ar-search-form,
.ar-hero .ar-field input,
.ar-hero .ar-field select,
.ar-hero .ar-submit,
.ar-hero .ar-form-mini-stats,
.ar-hero .ar-form-mini-stats div,
.ar-hero .ar-live-badge {
	border-radius: 3px;
}

.ar-result-message {
	margin-top: 10px;
	padding: 18px 20px;
	border: 1px solid #f0dac5;
	border-radius: var(--ar-radius);
	background: #fff8ef;
	color: #6d3e12;
	font-weight: 800;
	box-shadow: 0 12px 32px rgba(109, 62, 18, 0.08);
}

.ar-trust-strip {
	padding: 42px 0 20px;
}

.ar-section-intro {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
}

.ar-section-intro-compact {
	margin-bottom: 22px;
}

.ar-section-intro h2,
.ar-showcase-copy h2,
.ar-final-cta h2 {
	margin: 0;
	color: #0d1728;
	font-size: 42px;
	line-height: 1.16;
	letter-spacing: 0;
}

.ar-section-intro p:not(.ar-eyebrow),
.ar-showcase-copy p,
.ar-final-cta p,
.ar-footer p {
	margin: 12px 0 0;
	color: var(--ar-muted);
}

.ar-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.ar-trust-grid div,
.ar-feature-card,
.ar-process-card,
.ar-price-card,
.ar-faq-list details {
	border: 1px solid var(--ar-line);
	border-radius: var(--ar-radius);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 12px 36px rgba(18, 67, 140, 0.06);
}

.ar-trust-grid div {
	padding: 17px;
}

.ar-trust-grid strong {
	display: block;
	color: var(--ar-green-dark);
	font-size: 22px;
	line-height: 1.1;
}

.ar-trust-grid span {
	display: block;
	margin-top: 6px;
	color: var(--ar-muted);
	font-size: 13px;
	font-weight: 700;
}

.ar-badge-row {
	justify-content: center;
	margin-top: 18px;
}

.ar-landing-section {
	padding: 72px 0 0;
}

.ar-feature-grid,
.ar-process-grid,
.ar-pricing-grid {
	display: grid;
	gap: 14px;
}

.ar-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ar-feature-card,
.ar-process-card,
.ar-price-card {
	padding: 22px;
}

.ar-feature-card:hover,
.ar-price-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 46px rgba(18, 67, 140, 0.09);
}

.ar-feature-card,
.ar-price-card {
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ar-feature-icon {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 8px;
	background: #eef5ff;
	color: var(--ar-green);
	font-size: 12px;
	font-weight: 950;
}

.ar-feature-card h3,
.ar-process-card h3,
.ar-price-card h3,
.ar-why-panel h3,
.ar-footer h3 {
	margin: 14px 0 0;
	color: #0d1728;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
}

.ar-feature-card p,
.ar-process-card p,
.ar-price-card p,
.ar-why-panel p,
.ar-benefit-list span,
.ar-faq-list p {
	margin: 10px 0 0;
	color: var(--ar-muted);
}

.ar-process-section {
	padding-top: 64px;
}

.ar-process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ar-process-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--ar-green-dark);
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
}

.ar-showcase-section {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
	align-items: center;
	gap: 42px;
}

.ar-showcase-copy {
	max-width: 480px;
}

.ar-check-list {
	display: grid;
	gap: 9px;
	margin-top: 22px;
}

.ar-check-list span {
	padding: 12px 14px;
	border: 1px solid rgba(24, 119, 242, 0.12);
	border-radius: 8px;
	background: #ffffff;
	color: #344054;
	font-weight: 800;
}

.ar-demo-card {
	padding: 18px;
	border: 1px solid rgba(24, 119, 242, 0.14);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: var(--ar-shadow);
}

.ar-demo-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 18px;
	border-radius: 10px;
	background: linear-gradient(135deg, #0b2f6b, #1877f2);
	color: #ffffff;
}

.ar-demo-top span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.ar-demo-top strong {
	display: block;
	margin-top: 5px;
	font-size: 28px;
	line-height: 1.12;
}

.ar-demo-status {
	flex: 0 0 auto;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #dff8ec !important;
}

.ar-demo-metrics {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.ar-demo-metrics div,
.ar-demo-funnel,
.ar-why-panel,
.ar-benefit-list div {
	border: 1px solid var(--ar-line);
	border-radius: var(--ar-radius);
	background: #f8fbff;
}

.ar-demo-metrics div {
	padding: 13px;
}

.ar-demo-metrics span,
.ar-demo-funnel span {
	display: block;
	color: var(--ar-muted);
	font-size: 12px;
	font-weight: 850;
}

.ar-demo-metrics strong {
	display: block;
	margin-top: 5px;
	font-size: 22px;
	line-height: 1.1;
}

.ar-demo-funnel {
	display: grid;
	gap: 12px;
	margin-top: 12px;
	padding: 16px;
}

.ar-demo-funnel div {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr) 58px;
	align-items: center;
	gap: 10px;
}

.ar-demo-funnel i {
	display: block;
	width: var(--demo-width, 0%);
	min-width: 10px;
	height: 24px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ar-green), var(--ar-green-light));
}

.ar-demo-funnel strong {
	font-size: 13px;
	text-align: right;
}

.ar-why-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 18px;
}

.ar-why-panel {
	padding: 28px;
	background: linear-gradient(135deg, #ffffff, #f1faf5);
}

.ar-benefit-list {
	display: grid;
	gap: 12px;
}

.ar-benefit-list div {
	padding: 18px;
}

.ar-benefit-list strong {
	display: block;
	color: var(--ar-green-dark);
	font-size: 17px;
}

.ar-pricing-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.ar-price-card {
	position: relative;
	background: #ffffff;
}

.ar-price-card.is-recommended {
	border-color: rgba(24, 119, 242, 0.36);
	box-shadow: 0 22px 56px rgba(24, 119, 242, 0.14);
}

.ar-recommended {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--ar-green-dark);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.ar-price-card strong {
	display: block;
	margin-top: 18px;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 0;
}

.ar-price-card ul {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.ar-price-card li {
	color: #33463f;
	font-weight: 750;
}

.ar-price-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: 22px;
	border-radius: 8px;
	background: #eef5ff;
	color: var(--ar-green-dark);
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.ar-price-card.is-recommended .ar-price-button {
	background: var(--ar-green-dark);
	color: #ffffff;
}

.ar-price-button:hover {
	transform: translateY(-1px);
	background: #dbeafe;
}

.ar-price-card.is-recommended .ar-price-button:hover {
	background: #0a3b85;
}

.ar-faq-section {
	padding-bottom: 0;
}

.ar-faq-list {
	display: grid;
	gap: 10px;
	max-width: 860px;
	margin: 0 auto;
}

.ar-faq-list details {
	padding: 0;
	overflow: hidden;
}

.ar-faq-list summary {
	position: relative;
	cursor: pointer;
	padding: 18px 52px 18px 20px;
	color: #0d1728;
	font-weight: 900;
	list-style: none;
}

.ar-faq-list summary::-webkit-details-marker {
	display: none;
}

.ar-faq-list summary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: #eef5ff;
	color: var(--ar-green-dark);
	content: "+";
	font-weight: 950;
	transform: translateY(-50%);
	transition: background 160ms ease, transform 160ms ease;
}

.ar-faq-list details[open] summary::after {
	background: var(--ar-green-dark);
	color: #ffffff;
	content: "-";
}

.ar-faq-list p {
	padding: 0 20px 18px;
}

.ar-final-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 72px;
	padding: 34px;
	border-radius: 12px;
	background: linear-gradient(135deg, #071a3d, #0b2f6b 52%, #1877f2);
	color: #ffffff;
	box-shadow: var(--ar-shadow);
}

.ar-final-cta .ar-eyebrow,
.ar-final-cta h2,
.ar-final-cta p {
	color: #ffffff;
}

.ar-button-light {
	flex: 0 0 auto;
	background: #ffffff;
	color: var(--ar-green-dark);
}

.ar-footer {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(0, 1.5fr);
	gap: 40px;
	padding: 58px 0 34px;
}

.ar-footer-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ar-footer h3 {
	margin-top: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.ar-footer a {
	display: block;
	margin-top: 9px;
	color: #475467;
	font-weight: 750;
	text-decoration: none;
}

.ar-footer a:hover {
	color: var(--ar-green);
}

.ar-footer-bottom {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding-top: 22px;
	border-top: 1px solid var(--ar-line);
	color: var(--ar-muted);
	font-size: 13px;
}

.ar-trust-strip,
.ar-landing-section,
.ar-final-cta {
	position: relative;
}

.ar-trust-strip {
	padding: 80px 0 76px;
	border-top: 1px solid #dbe7f7;
	background: #ffffff;
	box-shadow: 0 0 0 100vmax #ffffff;
	clip-path: inset(0 -100vmax);
}

.ar-landing-section {
	padding: 86px 0;
}

#features,
.ar-showcase-section,
#pricing {
	background: #f6faff;
	box-shadow: 0 0 0 100vmax #f6faff;
	clip-path: inset(0 -100vmax);
}

.ar-process-section,
.ar-why-section,
.ar-faq-section {
	background: #ffffff;
	box-shadow: 0 0 0 100vmax #ffffff;
	clip-path: inset(0 -100vmax);
}

.ar-section-intro {
	max-width: 580px;
	margin: 0 auto 44px;
	text-align: center;
}

.ar-section-intro-compact {
	max-width: 540px;
	margin-bottom: 42px;
}

.ar-section-intro h2,
.ar-showcase-copy h2,
.ar-final-cta h2 {
	margin: 0;
	color: #07172f;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.ar-section-intro p:not(.ar-eyebrow),
.ar-showcase-copy p,
.ar-final-cta p,
.ar-footer p {
	margin: 12px 0 0;
	color: #66778c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

.ar-section-intro > .ar-eyebrow,
.ar-showcase-copy > .ar-eyebrow,
.ar-final-cta .ar-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	margin: 0 0 12px;
	padding: 0 10px;
	border: 1px solid #d9eaff;
	border-radius: 999px;
	background: #ffffff;
	color: #0b73ff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ar-trust-grid,
.ar-feature-grid,
.ar-process-grid,
.ar-pricing-grid {
	display: grid;
	gap: 16px;
}

.ar-trust-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ar-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ar-process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ar-pricing-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.ar-trust-grid div,
.ar-feature-card,
.ar-process-card,
.ar-price-card,
.ar-faq-list details {
	border: 1px solid #dce8f4;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(21, 69, 131, 0.05);
}

.ar-trust-grid div,
.ar-feature-card,
.ar-process-card {
	min-height: 134px;
	padding: 20px;
}

.ar-feature-card,
.ar-process-card,
.ar-price-card {
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ar-feature-card:hover,
.ar-price-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(21, 69, 131, 0.08);
}

.ar-feature-icon {
	position: relative;
	display: inline-grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 999px;
	background: #0b73ff;
	color: #ffffff;
	font-size: 0;
	font-weight: 900;
	line-height: 1;
	overflow: hidden;
}

.ar-feature-icon::before {
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-left-color: transparent;
	border-radius: 50%;
	content: "";
}

.ar-trust-strip {
	padding: 116px 0 108px;
	border-top: 1px solid #dbe7f7;
	background: #ffffff;
}

.ar-trust-strip .ar-section-intro-compact {
	max-width: 760px;
	margin-bottom: 50px;
}

.ar-trust-strip .ar-section-intro h2 {
	color: #07172f;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.26;
	letter-spacing: 0;
}

.ar-trust-strip .ar-section-intro p {
	margin-top: 22px;
	color: #66778c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

.ar-trust-grid {
	gap: 20px;
}

.ar-trust-grid div {
	min-height: 184px;
	padding: 24px 24px 26px;
	border-color: #d9e4f1;
	border-radius: 20px;
	box-shadow: none;
}

.ar-trust-strip .ar-trust-icon {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	margin: 0;
	border-radius: 50%;
	background: #eef7ff;
	color: #0b73ff;
	overflow: visible;
}

.ar-trust-strip .ar-trust-icon::before {
	display: none;
	content: none;
}

.ar-trust-strip .ar-trust-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ar-trust-strip .ar-trust-grid strong {
	margin-top: 19px;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.25;
}

.ar-trust-strip .ar-trust-grid span:not(.ar-feature-icon) {
	margin-top: 9px;
	color: #66778c;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.62;
}

#features {
	padding: 92px 0 98px;
	background: #f6faff;
}

#features .ar-section-intro {
	max-width: 720px;
	margin-bottom: 58px;
}

#features .ar-section-intro > .ar-eyebrow {
	min-height: 26px;
	margin-bottom: 24px;
	padding: 0 14px;
	border-color: #bddcff;
	border-radius: 999px;
	background: #f6faff;
	color: #0b73ff;
	font-size: 12px;
	font-weight: 600;
}

#features .ar-section-intro h2 {
	color: #07172f;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.22;
}

#features .ar-section-intro p:not(.ar-eyebrow) {
	max-width: 650px;
	margin: 20px auto 0;
	color: #66778c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

#features .ar-feature-grid {
	gap: 24px 20px;
}

#features .ar-feature-card {
	min-height: 224px;
	padding: 28px;
	border: 1px solid #d9e4f1;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: none;
}

#features .ar-feature-card:hover {
	transform: none;
	box-shadow: none;
}

#features .ar-feature-svg {
	display: inline-grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 16px;
	background: #0b73ff;
	color: #ffffff;
	overflow: visible;
}

#features .ar-feature-svg::before {
	display: none;
	content: none;
}

#features .ar-feature-svg svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#features .ar-feature-card h3 {
	margin-top: 26px;
	color: #07172f;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
}

#features .ar-feature-card p {
	margin-top: 12px;
	color: #66778c;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.ar-feature-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: #0b73ff;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

.ar-feature-link:hover {
	color: #065fda;
}

.ar-trust-grid strong,
.ar-feature-card h3,
.ar-process-card h3,
.ar-price-card h3,
.ar-why-panel h3,
.ar-footer h3 {
	display: block;
	margin: 15px 0 0;
	color: #07172f;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.25;
	letter-spacing: 0;
}

.ar-trust-grid span:not(.ar-feature-icon),
.ar-feature-card p,
.ar-process-card p,
.ar-price-card p,
.ar-why-panel p,
.ar-benefit-list span,
.ar-faq-list p {
	margin: 8px 0 0;
	color: #66778c;
	font-size: 13px;
	line-height: 1.5;
}

.ar-process-section {
	padding-top: 86px;
}

.ar-process-card {
	position: relative;
}

.ar-process-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: #eaf3ff;
	color: #0b73ff;
	font-size: 11px;
	font-weight: 900;
}

.ar-showcase-section {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: 56px;
}

.ar-showcase-copy {
	max-width: 430px;
}

.ar-check-list {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.ar-check-list span {
	position: relative;
	padding: 13px 16px 13px 42px;
	border: 1px solid #dce8f4;
	border-radius: 8px;
	background: #ffffff;
	color: #344054;
	font-size: 13px;
	font-weight: 750;
}

.ar-check-list span::before {
	position: absolute;
	left: 16px;
	top: 50%;
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 50%;
	background: #eaf3ff;
	color: #0b73ff;
	content: "✓";
	font-size: 11px;
	font-weight: 900;
	transform: translateY(-50%);
}

.ar-demo-card {
	padding: 14px;
	border: 1px solid #dce8f4;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 22px 54px rgba(21, 69, 131, 0.12);
}

.ar-demo-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 16px;
	border-radius: 12px;
	background: #0b73ff;
	color: #ffffff;
}

.ar-demo-top span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
}

.ar-demo-top strong {
	display: block;
	margin-top: 4px;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.15;
}

.ar-demo-status {
	flex: 0 0 auto;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff !important;
	font-size: 10px !important;
}

.ar-demo-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.ar-demo-metrics div,
.ar-demo-funnel,
.ar-why-panel,
.ar-benefit-list div {
	border: 1px solid #dce8f4;
	border-radius: 8px;
	background: #f8fbff;
}

.ar-demo-metrics div {
	min-height: 72px;
	padding: 14px;
	background: #ffffff;
}

.ar-demo-metrics span,
.ar-demo-funnel span {
	display: block;
	color: #66778c;
	font-size: 11px;
	font-weight: 850;
}

.ar-demo-metrics strong {
	display: block;
	margin-top: 5px;
	color: #07172f;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.12;
}

.ar-demo-metrics div:first-child strong {
	color: #0b73ff;
}

.ar-demo-funnel {
	display: grid;
	gap: 10px;
	margin-top: 10px;
	padding: 16px;
}

.ar-demo-funnel div {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr) 54px;
	align-items: center;
	gap: 10px;
}

.ar-demo-funnel i {
	display: block;
	width: var(--demo-width, 0%);
	min-width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #0b73ff;
}

.ar-demo-funnel strong {
	color: #07172f;
	font-size: 12px;
	font-weight: 850;
	text-align: right;
}

.ar-why-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 20px;
}

.ar-why-panel {
	padding: 28px;
	background: #f8fbff;
}

.ar-benefit-list {
	display: grid;
	gap: 12px;
}

.ar-benefit-list div {
	position: relative;
	padding: 18px 18px 18px 54px;
	background: #ffffff;
}

.ar-benefit-list div::before {
	position: absolute;
	left: 18px;
	top: 18px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: #eaf3ff;
	color: #0b73ff;
	content: "✓";
	font-size: 12px;
	font-weight: 900;
}

.ar-benefit-list strong {
	display: block;
	color: #07172f;
	font-size: 14px;
	font-weight: 850;
}

.ar-badge-row {
	justify-content: flex-start;
	margin-top: 18px;
}

.ar-badge-row span {
	min-height: 24px;
	padding: 0 9px;
	border-color: #dce8f4;
	background: #ffffff;
	color: #0b73ff;
	font-size: 11px;
	font-weight: 800;
}

.ar-price-card {
	position: relative;
	padding: 26px;
	background: #ffffff;
}

.ar-price-card.is-recommended {
	border-color: #07172f;
	background: #07172f;
	color: #ffffff;
	box-shadow: 0 24px 54px rgba(7, 23, 47, 0.20);
}

.ar-recommended {
	position: absolute;
	top: -12px;
	left: 50%;
	display: inline-flex;
	margin: 0;
	padding: 5px 11px;
	border-radius: 999px;
	background: #fbbf24;
	color: #07172f;
	font-size: 10px;
	font-weight: 900;
	transform: translateX(-50%);
}

.ar-price-card.is-recommended h3,
.ar-price-card.is-recommended p,
.ar-price-card.is-recommended strong,
.ar-price-card.is-recommended li {
	color: #ffffff;
}

.ar-price-card strong {
	display: block;
	margin-top: 16px;
	color: #07172f;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.ar-price-card ul {
	display: grid;
	gap: 9px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.ar-price-card li {
	position: relative;
	padding-left: 18px;
	color: #344054;
	font-size: 13px;
	font-weight: 650;
}

.ar-price-card li::before {
	position: absolute;
	left: 0;
	color: #26a852;
	content: "✓";
	font-weight: 900;
}

.ar-price-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	margin-top: 22px;
	border-radius: 8px;
	background: #0b73ff;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.ar-price-card.is-recommended .ar-price-button {
	background: #ffffff;
	color: #07172f;
}

.ar-price-button:hover {
	transform: translateY(-1px);
	background: #065fda;
}

.ar-price-card.is-recommended .ar-price-button:hover {
	background: #eaf3ff;
}

.ar-faq-section {
	padding-bottom: 96px;
}

.ar-faq-list {
	display: grid;
	gap: 10px;
	max-width: 640px;
	margin: 0 auto;
}

.ar-faq-list details {
	overflow: hidden;
	background: #ffffff;
}

.ar-faq-list summary {
	position: relative;
	cursor: pointer;
	padding: 14px 44px 14px 18px;
	color: #07172f;
	font-size: 13px;
	font-weight: 850;
	list-style: none;
}

.ar-faq-list summary::-webkit-details-marker {
	display: none;
}

.ar-faq-list summary::after {
	position: absolute;
	top: 50%;
	right: 16px;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 50%;
	background: #eef5ff;
	color: #0b73ff;
	content: "+";
	font-size: 13px;
	font-weight: 950;
	transform: translateY(-50%);
}

.ar-faq-list details[open] summary::after {
	background: #0b73ff;
	color: #ffffff;
	content: "-";
}

.ar-faq-list p {
	padding: 0 18px 14px;
}

.ar-final-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	max-width: 920px;
	margin-top: 84px;
	margin-bottom: 84px;
	padding: 56px 34px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0586ff 0%, #0b73ff 55%, #2563eb 100%);
	color: #ffffff;
	box-shadow: 0 28px 60px rgba(11, 115, 255, 0.22);
	text-align: center;
}

.ar-final-cta .ar-eyebrow {
	border-color: rgba(255, 255, 255, 0.30);
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.ar-final-cta h2,
.ar-final-cta p {
	color: #ffffff;
}

.ar-final-cta p {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.ar-final-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.ar-button-light {
	flex: 0 0 auto;
	min-height: 40px;
	border-radius: 999px;
	background: #ffffff;
	color: #0b73ff;
	font-size: 13px;
}

.ar-button-outline-light {
	min-height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	color: #ffffff;
	font-size: 13px;
}

.ar-footer {
	width: 100%;
	max-width: none;
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(0, 1.5fr);
	gap: 48px;
	padding: 48px max(24px, calc((100vw - var(--ar-container)) / 2)) 30px;
	background: #061225;
	box-shadow: 0 0 0 100vmax #061225;
	clip-path: inset(0 -100vmax);
	color: #d8e4f2;
}

.ar-footer .ar-logo,
.ar-footer .ar-logo > span:not(.ar-logo-mark),
.ar-footer h3 {
	color: #ffffff;
}

.ar-footer p,
.ar-footer a,
.ar-footer-bottom {
	color: #9fb1c7;
}

.ar-footer h3 {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ar-footer a {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
}

.ar-footer a:hover {
	color: #ffffff;
}

.ar-footer-bottom {
	border-top-color: rgba(255, 255, 255, 0.10);
	font-size: 12px;
}

.ar-report-shell {
	margin-top: 18px;
}

.ar-report-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 12px;
}

.ar-action-button {
	padding: 0 14px;
	border: 1px solid var(--ar-line);
	background: #ffffff;
	color: var(--ar-green-dark);
	box-shadow: 0 8px 22px rgba(18, 67, 140, 0.08);
}

.ar-action-button[disabled] {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.ar-export-status {
	min-height: 20px;
	color: var(--ar-muted);
	font-size: 13px;
	font-weight: 700;
}

.ar-report-card {
	display: grid;
	gap: 18px;
	padding: 18px;
	border: 1px solid rgba(18, 67, 140, 0.08);
	border-radius: var(--ar-radius);
	background: #ffffff;
	box-shadow: var(--ar-shadow);
}

.ar-campaign-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
	gap: 24px;
	padding: 28px;
	border-radius: var(--ar-radius);
	background:
		linear-gradient(135deg, rgba(217, 164, 65, 0.18), rgba(217, 164, 65, 0) 36%),
		linear-gradient(135deg, #071a3d 0%, #0b2f6b 62%, #1877f2 100%);
	color: #ffffff;
	overflow: hidden;
}

.ar-campaign-hero.is-excellent {
	background:
		linear-gradient(135deg, rgba(217, 164, 65, 0.24), rgba(217, 164, 65, 0) 34%),
		linear-gradient(135deg, #071a3d 0%, #0b2f6b 50%, #155ed1 100%);
}

.ar-report-kicker {
	margin: 0 0 10px;
	color: #dbeafe;
}

.ar-campaign-hero h2 {
	max-width: 780px;
	margin: 0;
	font-size: 44px;
	line-height: 1.12;
	letter-spacing: 0;
}

.ar-campaign-id {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.82);
}

.ar-campaign-id strong {
	color: #ffffff;
}

.ar-hero-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-content: start;
}

.ar-best-badge {
	grid-column: 1 / -1;
	justify-self: start;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #e0f2fe;
	font-weight: 900;
}

.ar-hero-number {
	min-height: 108px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--ar-radius);
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
}

.ar-hero-number span,
.ar-split-stats span,
.ar-metric-card span,
.ar-funnel-rates span {
	display: block;
	color: var(--ar-muted);
	font-size: 13px;
	font-weight: 800;
}

.ar-hero-number span {
	color: rgba(255, 255, 255, 0.72);
}

.ar-hero-number strong {
	display: block;
	margin-top: 6px;
	color: #ffffff;
	font-size: 34px;
	line-height: 1.12;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.ar-section {
	padding: 22px;
	border: 1px solid var(--ar-line);
	border-radius: var(--ar-radius);
	background: #ffffff;
}

.ar-roas-section {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ar-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.ar-section-heading h3 {
	margin: 0;
	font-size: 40px;
	line-height: 1.12;
	letter-spacing: 0;
}

.ar-section-heading p {
	max-width: 360px;
	margin: 0;
	color: var(--ar-muted);
	font-weight: 800;
	text-align: right;
}

.ar-section-kicker {
	display: block;
	margin-bottom: 8px;
	color: var(--ar-gold);
}

.ar-progress-track {
	position: relative;
	width: 100%;
	height: 14px;
	overflow: hidden;
	border-radius: 999px;
	background: #e8f1ff;
}

.ar-progress-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--progress-width, 0%);
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ar-green) 0%, var(--ar-green-light) 78%, var(--ar-gold) 100%);
}

.ar-progress-labels {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	color: var(--ar-muted);
	font-size: 12px;
	font-weight: 800;
}

.ar-split-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.ar-split-stats > div {
	padding: 16px;
	border: 1px solid var(--ar-line);
	border-radius: var(--ar-radius);
	background: #f8fbff;
}

.ar-split-stats strong,
.ar-funnel-rates strong {
	display: block;
	margin-top: 5px;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.ar-metric-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ar-metric-card {
	min-height: 112px;
	padding: 16px;
	border: 1px solid var(--ar-line);
	border-radius: var(--ar-radius);
	background: #f8fbff;
}

.ar-metric-card strong {
	display: block;
	margin-top: 9px;
	font-size: 30px;
	line-height: 1.12;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.ar-budget-section .ar-section-heading strong {
	color: var(--ar-green);
	font-size: 30px;
	line-height: 1;
}

.ar-budget-track {
	margin-top: 18px;
}

.ar-budget-warning {
	margin: 14px 0 0;
	padding: 12px 14px;
	border-radius: var(--ar-radius);
	background: #fff2f0;
	color: var(--ar-red);
	font-weight: 900;
}

.ar-funnel {
	display: grid;
	gap: 12px;
}

.ar-funnel-row {
	display: grid;
	grid-template-columns: minmax(120px, 170px) minmax(0, 1fr) minmax(70px, auto);
	align-items: center;
	gap: 14px;
}

.ar-funnel-name {
	color: #31453e;
	font-weight: 850;
}

.ar-funnel-track {
	position: relative;
	height: 38px;
	overflow: hidden;
	border-radius: 8px;
	background: #e8f1ff;
}

.ar-funnel-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--bar-width, 0%);
	min-width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #1877f2, #5aa0ff);
}

.ar-funnel-row strong {
	font-size: 18px;
	text-align: right;
	white-space: nowrap;
}

.ar-funnel-rates {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.ar-funnel-rates > div {
	padding: 15px;
	border: 1px solid var(--ar-line);
	border-radius: var(--ar-radius);
	background: #f8fbff;
}

body {
	font-weight: 400;
}

.ar-hero-copy h1,
.ar-section-intro h2,
.ar-showcase-copy h2,
.ar-final-cta h2,
.ar-campaign-hero h2,
.ar-section-heading h3 {
	font-weight: 700;
}

.ar-logo-text strong,
.ar-nav-cta,
.ar-button,
.ar-submit,
.ar-price-card strong,
.ar-hero-number strong,
.ar-metric-card strong,
.ar-split-stats strong,
.ar-funnel-rates strong {
	font-weight: 600;
}

.ar-main-nav a,
.ar-eyebrow,
.ar-pill-label,
.ar-live-badge,
.ar-field label,
.ar-trust-grid strong,
.ar-process-card h3,
.ar-price-card h3,
.ar-why-panel h3,
.ar-benefit-list strong,
.ar-faq-list summary,
.ar-footer h3,
.ar-footer a,
.ar-feature-link,
.ar-form-mini-stats strong,
.ar-form-mini-stats span {
	font-weight: 500;
}

.ar-feature-card h3 {
	font-weight: 600;
}

.ar-hero-copy p,
.ar-section-intro p:not(.ar-eyebrow),
.ar-showcase-copy p,
.ar-final-cta p,
.ar-footer p,
.ar-trust-grid span:not(.ar-feature-icon),
.ar-feature-card p,
.ar-process-card p,
.ar-price-card p,
.ar-why-panel p,
.ar-benefit-list span,
.ar-faq-list p,
.ar-field input,
.ar-field select {
	font-weight: 400;
}

#how-it-works {
	padding: 108px 0 114px;
	background: #ffffff;
}

#how-it-works .ar-section-intro {
	max-width: 760px;
	margin-bottom: 58px;
}

#how-it-works .ar-section-intro > .ar-eyebrow {
	min-height: 28px;
	margin-bottom: 22px;
	padding: 0 14px;
	border-color: #bddcff;
	border-radius: 999px;
	background: #f6fbff;
	color: #0b73ff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

#how-it-works .ar-section-intro h2 {
	max-width: 650px;
	margin: 0 auto;
	color: #07172f;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.28;
}

#how-it-works .ar-section-intro h2 span {
	display: block;
}

#how-it-works .ar-section-intro p:not(.ar-eyebrow) {
	margin-top: 22px;
	color: #66778c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

#how-it-works .ar-process-grid {
	position: relative;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

#how-it-works .ar-process-grid::before {
	position: absolute;
	top: 28px;
	left: 10%;
	right: 10%;
	height: 1px;
	background: #d9e7f8;
	content: "";
}

#how-it-works .ar-process-card {
	position: relative;
	z-index: 1;
	min-height: 192px;
	padding: 24px;
	border: 1px solid #d9e4f1;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(7, 23, 47, 0.07);
}

#how-it-works .ar-process-icon {
	display: inline-grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 16px;
	background: #eef7ff;
	color: #0b73ff;
}

#how-it-works .ar-process-icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#how-it-works .ar-process-step {
	position: absolute;
	top: 44px;
	right: 24px;
	width: auto;
	height: auto;
	background: transparent;
	color: #6aa5ff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

#how-it-works .ar-process-card h3 {
	margin-top: 26px;
	color: #07172f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

#how-it-works .ar-process-card p {
	margin-top: 10px;
	color: #66778c;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.62;
}

#demo-report.ar-showcase-section {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1fr);
	align-items: center;
	gap: 58px;
	padding: 104px 0 102px;
	background: #f6faff;
	box-shadow: 0 0 0 100vmax #f6faff;
	clip-path: inset(0 -100vmax);
}

#demo-report .ar-showcase-copy {
	max-width: 530px;
}

#demo-report .ar-showcase-copy > .ar-eyebrow {
	min-height: 26px;
	margin-bottom: 22px;
	padding: 0 14px;
	border-color: #bddcff;
	background: #f6fbff;
	color: #0b73ff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

#demo-report .ar-showcase-copy h2 {
	max-width: 440px;
	margin: 0;
	color: #07172f;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0;
}

#demo-report .ar-showcase-copy p:not(.ar-eyebrow) {
	max-width: 500px;
	margin-top: 20px;
	color: #66778c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

#demo-report .ar-check-list {
	display: grid;
	gap: 12px;
	margin-top: 32px;
}

#demo-report .ar-check-list > span {
	position: relative;
	display: flex;
	min-height: 70px;
	align-items: center;
	padding: 0 22px 0 64px;
	border: 1px solid #d9e4f1;
	border-radius: 16px;
	background: #ffffff;
	color: #07172f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	box-shadow: none;
}

#demo-report .ar-check-list > span::before {
	display: none;
	content: none;
}

#demo-report .ar-preview-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	display: inline-grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 12px;
	background: #eef7ff;
	color: #0b73ff;
	transform: translateY(-50%);
}

#demo-report .ar-preview-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#demo-report .ar-demo-card {
	overflow: hidden;
	width: 100%;
	max-width: 636px;
	margin-left: auto;
	padding: 0;
	border: 1px solid #d9e4f1;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 24px 56px rgba(21, 69, 131, 0.14);
}

#demo-report .ar-demo-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	min-height: 86px;
	padding: 22px 24px;
	border-radius: 0;
	background: #0b73ff;
	color: #ffffff;
}

#demo-report .ar-demo-top span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#demo-report .ar-demo-top strong {
	display: block;
	margin-top: 5px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.15;
}

#demo-report .ar-demo-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

#demo-report .ar-demo-actions span {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}

#demo-report .ar-demo-actions svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#demo-report .ar-demo-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 24px 24px 12px;
}

#demo-report .ar-demo-metrics div {
	min-height: 82px;
	padding: 18px;
	border: 1px solid #d9e4f1;
	border-radius: 16px;
	background: #f8fbff;
}

#demo-report .ar-demo-metrics span {
	display: block;
	color: #66778c;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

#demo-report .ar-demo-metrics strong {
	display: block;
	margin-top: 10px;
	color: #07172f;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

#demo-report .ar-demo-metrics div:first-child strong {
	color: #2ea44f;
}

#demo-report .ar-demo-funnel {
	display: grid;
	gap: 0;
	margin: 12px 24px 24px;
	padding: 22px;
	border: 1px solid #d9e4f1;
	border-radius: 20px;
	background: #ffffff;
}

#demo-report .ar-demo-funnel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

#demo-report .ar-demo-funnel-header strong {
	color: #07172f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
}

#demo-report .ar-demo-funnel-header span {
	color: #66778c;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

#demo-report .ar-demo-funnel-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px 12px;
}

#demo-report .ar-demo-funnel-row + .ar-demo-funnel-row {
	margin-top: 12px;
}

#demo-report .ar-demo-funnel-row span {
	grid-column: 1;
	grid-row: 1;
	color: #344054;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

#demo-report .ar-demo-funnel-row i {
	position: relative;
	grid-column: 1 / -1;
	grid-row: 2;
	display: block;
	overflow: hidden;
	width: 100%;
	min-width: 0;
	height: 10px;
	border-radius: 999px;
	background: #eaf3ff;
}

#demo-report .ar-demo-funnel-row i::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--demo-width, 0%);
	min-width: 10px;
	border-radius: inherit;
	background: #0b73ff;
	content: "";
}

#demo-report .ar-demo-funnel-row strong {
	grid-column: 2;
	grid-row: 1;
	color: #07172f;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
}

@media (max-width: 1020px) {
	#demo-report.ar-showcase-section {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 78px 0;
	}

	#demo-report .ar-demo-card {
		max-width: none;
		margin-left: 0;
	}
}

@media (max-width: 760px) {
	#demo-report.ar-showcase-section {
		padding: 58px 0;
	}

	#demo-report .ar-showcase-copy h2 {
		font-size: 32px;
		line-height: 1.24;
	}

	#demo-report .ar-demo-top {
		display: grid;
		min-height: 0;
		padding: 20px;
	}

	#demo-report .ar-demo-actions {
		flex-wrap: wrap;
	}

	#demo-report .ar-demo-metrics {
		grid-template-columns: 1fr;
		padding: 18px 18px 10px;
	}

	#demo-report .ar-demo-funnel {
		margin: 10px 18px 18px;
		padding: 18px;
	}

	#demo-report .ar-demo-funnel-row {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 6px 10px;
	}

	#demo-report .ar-demo-funnel-row strong {
		text-align: right;
	}
}

.ar-why-section {
	padding: 98px 0 64px;
	background: #ffffff;
	box-shadow: 0 0 0 100vmax #ffffff;
	clip-path: inset(0 -100vmax);
}

.ar-why-section .ar-section-intro {
	max-width: 650px;
	margin-bottom: 58px;
	text-align: center;
}

.ar-why-section .ar-section-intro > .ar-eyebrow {
	min-height: 28px;
	margin-bottom: 22px;
	padding: 0 14px;
	border-color: #bddcff;
	background: #f6fbff;
	color: #0b73ff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.ar-why-section .ar-section-intro h2 {
	max-width: 640px;
	margin: 0 auto;
	color: #07172f;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0;
}

.ar-why-section .ar-why-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.ar-why-section .ar-why-panel,
.ar-why-section .ar-benefit-list > div {
	border: 1px solid #d9e4f1;
	border-radius: 22px;
	background: #ffffff;
}

.ar-why-section .ar-why-panel {
	min-height: 352px;
	padding: 32px;
	background: linear-gradient(135deg, #f4fbff 0%, #ffffff 72%);
	box-shadow: 0 8px 22px rgba(21, 69, 131, 0.06);
}

.ar-why-section .ar-why-main-icon {
	display: inline-grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 16px;
	background: #0b73ff;
	color: #ffffff;
}

.ar-why-section .ar-why-main-icon svg,
.ar-why-section .ar-benefit-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ar-why-section .ar-why-panel h3 {
	margin: 24px 0 0;
	color: #07172f;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.ar-why-section .ar-why-panel p {
	max-width: 480px;
	margin-top: 14px;
	color: #66778c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.ar-why-section .ar-badge-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 26px;
}

.ar-why-section .ar-badge-row span {
	min-height: 28px;
	padding: 0 13px;
	border: 1px solid #bddcff;
	border-radius: 999px;
	background: #ffffff;
	color: #0b73ff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

.ar-why-section .ar-benefit-list {
	display: grid;
	gap: 16px;
}

.ar-why-section .ar-benefit-list > div {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 18px;
	align-content: center;
	min-height: 122px;
	padding: 24px;
}

.ar-why-section .ar-benefit-list > div::before {
	display: none;
	content: none;
}

.ar-why-section .ar-benefit-icon {
	display: inline-grid;
	grid-row: 1 / span 2;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 16px;
	background: #eef7ff;
	color: #0b73ff;
}

.ar-why-section .ar-benefit-list strong {
	display: block;
	align-self: end;
	color: #07172f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.ar-why-section .ar-benefit-list span:not(.ar-benefit-icon) {
	display: block;
	margin-top: 8px;
	color: #66778c;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

@media (max-width: 1020px) {
	.ar-why-section {
		padding: 78px 0 64px;
	}

	.ar-why-section .ar-why-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.ar-why-section {
		padding: 58px 0;
	}

	.ar-why-section .ar-section-intro h2 {
		font-size: 32px;
		line-height: 1.24;
	}

	.ar-why-section .ar-why-panel {
		min-height: 0;
		padding: 26px;
	}

	.ar-why-section .ar-benefit-list > div {
		grid-template-columns: 40px minmax(0, 1fr);
		padding: 20px;
	}
}

.ar-faq-section {
	padding: 48px 0 80px;
	background: #ffffff;
	box-shadow: 0 0 0 100vmax #ffffff;
	clip-path: inset(0 -100vmax);
}

.ar-faq-section .ar-section-intro {
	max-width: 720px;
	margin-bottom: 46px;
	text-align: center;
}

.ar-faq-section .ar-section-intro > .ar-eyebrow {
	min-height: 28px;
	margin-bottom: 22px;
	padding: 0 13px;
	border-color: #bddcff;
	background: #f6fbff;
	color: #0b73ff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.ar-faq-section .ar-section-intro h2 {
	max-width: 650px;
	margin: 0 auto;
	color: #07172f;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

.ar-faq-section .ar-faq-list {
	display: grid;
	gap: 12px;
	max-width: 704px;
	margin: 0 auto;
}

.ar-faq-section .ar-faq-list details {
	overflow: hidden;
	border: 1px solid #d9e4f1;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: none;
}

.ar-faq-section .ar-faq-list summary {
	position: relative;
	display: flex;
	min-height: 56px;
	align-items: center;
	cursor: pointer;
	padding: 0 58px 0 21px;
	color: #07172f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	list-style: none;
}

.ar-faq-section .ar-faq-list summary::-webkit-details-marker {
	display: none;
}

.ar-faq-section .ar-faq-list summary::after {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 8px;
	height: 8px;
	border-right: 1.8px solid #66778c;
	border-bottom: 1.8px solid #66778c;
	background: transparent;
	content: "";
	transform: translateY(-65%) rotate(45deg);
	transition: transform 160ms ease;
}

.ar-faq-section .ar-faq-list details[open] summary::after {
	background: transparent;
	transform: translateY(-35%) rotate(225deg);
}

.ar-faq-section .ar-faq-list p {
	margin: 0;
	padding: 0 58px 18px 21px;
	color: #66778c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 760px) {
	.ar-faq-section {
		padding: 58px 0;
	}

	.ar-faq-section .ar-section-intro {
		margin-bottom: 32px;
		text-align: center;
	}

	.ar-faq-section .ar-section-intro h2 {
		font-size: 32px;
		line-height: 1.24;
	}

	.ar-faq-section .ar-faq-list summary {
		min-height: 58px;
		padding-left: 18px;
		font-size: 14px;
	}
}

.ar-footer {
	width: 100%;
	max-width: none;
	display: block;
	padding: 30px max(28px, calc((100vw - var(--ar-container)) / 2));
	background: #061225;
	box-shadow: 0 0 0 100vmax #061225;
	clip-path: inset(0 -100vmax);
	color: #d8e4f2;
}

.ar-footer-brand {
	max-width: 520px;
}

.ar-footer-brand .ar-logo {
	display: inline-grid;
	gap: 8px;
	align-items: start;
	color: #ffffff;
}

.ar-footer-brand .ar-logo-mark {
	width: 40px;
	height: 40px;
	box-shadow: 0 12px 26px rgba(11, 115, 255, 0.22);
}

.ar-footer .ar-logo > span:not(.ar-logo-mark) {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.15;
}

.ar-footer p {
	max-width: 500px;
	margin-top: 18px;
	color: #b5c5d9;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.ar-footer-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(130px, 1fr));
	gap: 46px;
}

.ar-footer h3 {
	margin: 0 0 15px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ar-footer a {
	display: block;
	width: fit-content;
	margin-top: 12px;
	color: #a8b8cd;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

.ar-footer a:hover {
	color: #ffffff;
	transform: translateX(2px);
}

.ar-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
	color: #a8b8cd;
	font-size: 12px;
	font-weight: 400;
}

.ar-footer-bottom a,
.ar-footer-credit {
	display: inline;
	width: auto;
	margin: 0;
	color: #a8b8cd;
	font-size: 12px;
	font-weight: 500;
}

.ar-footer-bottom a:hover,
.ar-footer-credit:hover {
	color: #ffffff;
	transform: none;
}

@media (max-width: 1020px) {
	.ar-footer {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.ar-footer-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.ar-footer {
		padding: 28px 24px;
	}

	.ar-footer-links {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ar-footer-bottom {
		display: grid;
	}
}

@media (max-width: 1020px) {
	.ar-search-panel,
	.ar-campaign-hero,
	.ar-showcase-section,
	.ar-why-grid,
	.ar-footer {
		grid-template-columns: 1fr;
	}

	.ar-search-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ar-search-form-card {
		grid-template-columns: 1fr;
	}

	.ar-submit {
		grid-column: 1 / -1;
	}

	.ar-main-nav {
		display: none;
	}

	.ar-trust-grid,
	.ar-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ar-feature-grid,
	.ar-pricing-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ar-showcase-copy {
		max-width: 720px;
	}
}

@media (max-width: 760px) {
	.ar-page {
		padding-bottom: 38px;
	}

	.ar-hero,
	.ar-report-shell,
	.ar-result-message,
	.ar-trust-strip,
	.ar-landing-section,
	.ar-final-cta,
	.ar-footer,
	.ar-nav-wrap {
		width: min(100% - 24px, var(--ar-container));
	}

	.ar-hero {
		padding: 38px 0 34px;
	}

	.ar-nav-wrap {
		min-height: 66px;
	}

	.ar-nav-cta {
		min-height: 38px;
		padding: 0 12px;
		font-size: 13px;
	}

	.ar-hero-copy h1 {
		font-size: 42px;
		line-height: 1.16;
	}

	.ar-hero-copy h1 span:first-child {
		white-space: normal;
	}

	.ar-hero-copy p {
		font-size: 17px;
	}

	.ar-search-form,
	.ar-search-form-card,
	.ar-custom-dates,
	.ar-hero-metrics,
	.ar-split-stats,
	.ar-metric-grid,
	.ar-funnel-rates,
	.ar-trust-grid,
	.ar-feature-grid,
	.ar-process-grid,
	.ar-pricing-grid,
	.ar-demo-metrics,
	.ar-footer-links {
		grid-template-columns: 1fr;
	}

	.ar-form-mini-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ar-landing-section {
		padding-top: 58px;
	}

	.ar-section-intro {
		text-align: left;
	}

	.ar-section-intro h2,
	.ar-showcase-copy h2,
	.ar-final-cta h2 {
		font-size: 32px;
	}

	.ar-demo-top,
	.ar-final-cta {
		display: grid;
	}

	.ar-demo-funnel div {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ar-demo-funnel strong {
		text-align: left;
	}

	.ar-report-card,
	.ar-campaign-hero,
	.ar-section {
		padding: 16px;
	}

	.ar-campaign-hero h2 {
		font-size: 32px;
	}

	.ar-hero-number strong,
	.ar-metric-card strong {
		font-size: 26px;
	}

	.ar-section-heading h3 {
		font-size: 30px;
	}

	.ar-section-heading {
		display: grid;
		gap: 8px;
	}

	.ar-section-heading p {
		max-width: none;
		text-align: left;
	}

	.ar-funnel-row {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.ar-funnel-row strong {
		text-align: left;
	}

	.ar-report-actions {
		justify-content: stretch;
	}

	.ar-action-button {
		flex: 1 1 150px;
	}

	.ar-footer {
		padding-top: 42px;
	}
}

@media (max-width: 420px) {
	.ar-nav-wrap {
		gap: 10px;
	}

	.ar-search-form {
		padding: 14px;
	}

	.ar-hero-copy h1 {
		font-size: 36px;
	}

	.ar-hero-actions,
	.ar-button {
		width: 100%;
	}

	.ar-nav-wrap {
		display: flex;
		grid-template-columns: none;
		justify-content: space-between;
		gap: 8px;
		min-height: 64px;
		padding: 10px 0;
	}

	.ar-nav-cta {
		width: auto;
		min-width: 112px;
		min-height: 38px;
		padding: 0 12px;
		flex: 0 0 auto;
		border-radius: 18px;
	}

	.ar-logo {
		min-width: 0;
		gap: 8px;
	}

	.ar-logo-mark {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}

	.ar-logo-text strong {
		font-size: 14px;
	}

	.ar-logo-text small {
		font-size: 9.5px;
		letter-spacing: 0.45px;
	}

	.ar-form-card,
	.ar-final-cta {
		padding: 16px;
	}

	.ar-demo-id {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.ar-demo-id button,
	.ar-demo-id a {
		justify-content: center;
		width: 100%;
	}

	.ar-form-mini-stats {
		display: none;
	}

	.ar-hero-actions,
	.ar-trust-points {
		display: none;
	}

	.ar-hero-number {
		min-height: 96px;
	}
}

@media (max-width: 1020px) {
	#how-it-works .ar-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#how-it-works .ar-process-grid::before {
		display: none;
	}
}

@media (max-width: 760px) {
	#how-it-works {
		padding: 70px 0 76px;
	}

	#how-it-works .ar-section-intro {
		margin-bottom: 34px;
	}

	#how-it-works .ar-section-intro h2 {
		font-size: 32px;
	}

	#how-it-works .ar-process-grid {
		grid-template-columns: 1fr;
	}

	#how-it-works .ar-process-card {
		min-height: 176px;
	}
}

body {
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

p,
li,
small,
label,
summary,
input,
select,
textarea,
.ar-main-nav a,
.ar-footer a,
.ar-footer-bottom,
.ar-hero-copy p,
.ar-section-intro p:not(.ar-eyebrow),
.ar-showcase-copy p,
.ar-final-cta p,
.ar-feature-card p,
.ar-process-card p,
.ar-why-panel p,
.ar-benefit-list span,
.ar-faq-list p {
	font-weight: 300;
}

.ar-eyebrow,
.ar-pill-label,
.ar-live-badge,
.ar-field label,
.ar-button,
.ar-nav-cta,
.ar-submit,
.ar-feature-link,
.ar-footer-credit {
	font-weight: 400;
}

h1,
h2,
h3,
strong,
.ar-logo-text strong,
.ar-hero-copy h1,
.ar-section-intro h2,
.ar-showcase-copy h2,
.ar-final-cta h2,
.ar-campaign-hero h2,
.ar-section-heading h3,
.ar-feature-card h3,
.ar-process-card h3,
.ar-why-panel h3,
.ar-benefit-list strong,
.ar-faq-list summary,
.ar-demo-metrics strong,
.ar-demo-funnel strong,
.ar-trust-grid strong,
.ar-footer h3 {
	font-weight: 500;
}

.ar-hero-copy h1,
.ar-section-intro h2,
#how-it-works .ar-section-intro h2,
#demo-report .ar-showcase-copy h2,
.ar-why-section .ar-section-intro h2,
.ar-faq-section .ar-section-intro h2,
.ar-final-cta h2 {
	font-weight: 600;
}

.ar-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

@media (max-width: 760px) {
	.ar-hero-copy h1 {
		font-size: 34px;
		font-weight: 600;
		line-height: 1.16;
	}

	.ar-section-intro h2,
	.ar-showcase-copy h2,
	#how-it-works .ar-section-intro h2,
	#demo-report .ar-showcase-copy h2,
	.ar-why-section .ar-section-intro h2,
	.ar-faq-section .ar-section-intro h2,
	.ar-final-cta h2 {
		font-size: 28px;
		font-weight: 600;
		line-height: 1.25;
	}

	.ar-footer-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 10px;
		font-size: 11px;
	}

	.ar-footer-bottom a,
	.ar-footer-credit {
		font-size: 11px;
		white-space: nowrap;
	}
}

@media (max-width: 420px) {
	.ar-hero-copy h1 {
		font-size: 31px;
		line-height: 1.16;
	}

	.ar-section-intro h2,
	.ar-showcase-copy h2,
	#how-it-works .ar-section-intro h2,
	#demo-report .ar-showcase-copy h2,
	.ar-why-section .ar-section-intro h2,
	.ar-faq-section .ar-section-intro h2,
	.ar-final-cta h2 {
		font-size: 26px;
		line-height: 1.24;
	}
}

#features .ar-section-intro h2,
#features .ar-feature-card h3 {
	font-weight: 600;
}

#features .ar-section-intro p:not(.ar-eyebrow),
#features .ar-feature-card p,
.ar-hero-copy p:not(.ar-eyebrow) {
	font-weight: 300;
}

.ar-trust-strip .ar-section-intro-compact {
	max-width: 520px;
	margin-bottom: 38px;
}

.ar-trust-strip .ar-section-intro h2 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.24;
}

.ar-trust-strip .ar-section-intro p {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.55;
}

.ar-page .ar-eyebrow,
.ar-page .ar-pill-label,
.ar-page .ar-live-badge,
.ar-page .ar-feature-link,
.ar-page .ar-button,
.ar-page .ar-nav-cta {
	font-weight: 400;
}

@media (max-width: 760px) {
	#features .ar-section-intro h2 {
		font-size: 28px;
		line-height: 1.25;
	}

	.ar-trust-strip .ar-section-intro h2 {
		font-size: 27px;
		line-height: 1.23;
	}

	.ar-trust-strip .ar-section-intro p {
		font-size: 13px;
		line-height: 1.55;
	}
}

@media (max-width: 420px) {
	#features .ar-section-intro h2 {
		font-size: 26px;
		line-height: 1.24;
	}

	.ar-trust-strip .ar-section-intro h2 {
		font-size: 24px;
		line-height: 1.22;
	}

	.ar-trust-strip .ar-section-intro p {
		font-size: 13px;
	}
}

/* Polished public report result */
.ar-report-shell {
	margin-top: 24px;
}

.ar-report-actions {
	gap: 8px;
	margin-bottom: 14px;
}

.ar-action-button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 0 14px;
	border-color: #d9e6f7;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.92);
	color: #12345e;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 8px 18px rgba(18, 67, 140, 0.06);
}

.ar-action-button:hover {
	border-color: #bdd7f6;
	background: #ffffff;
	color: #0b73ff;
}

.ar-report-card {
	gap: 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ar-campaign-hero {
	position: relative;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
	gap: 26px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 18px;
	background:
		radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.16), transparent 28%),
		linear-gradient(135deg, #071b3f 0%, #0e3f86 58%, #0b73ff 100%);
	box-shadow: 0 18px 52px rgba(11, 47, 107, 0.22);
}

.ar-campaign-hero::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06));
	content: "";
}

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

.ar-report-kicker {
	display: inline-flex;
	width: max-content;
	margin: 0 0 16px;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.10);
	color: #dcecff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
}

.ar-campaign-hero h2 {
	max-width: 680px;
	font-size: clamp(30px, 3.5vw, 44px);
	line-height: 1.12;
	font-weight: 700;
}

.ar-campaign-id {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
}

.ar-hero-metrics {
	gap: 12px;
}

.ar-hero-number {
	min-height: 98px;
	padding: 15px;
	border-color: rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
}

.ar-hero-number span {
	color: rgba(255, 255, 255, 0.70);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.ar-hero-number strong {
	margin-top: 7px;
	font-size: clamp(25px, 2.6vw, 34px);
	font-weight: 650;
}

.ar-section {
	padding: 24px;
	border-color: #d9e7f8;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 28px rgba(18, 67, 140, 0.07);
}

.ar-roas-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
}

.ar-section-heading {
	align-items: center;
	margin-bottom: 20px;
}

.ar-section-kicker {
	margin-bottom: 7px;
	color: #617189;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
}

.ar-section-heading h3 {
	color: #07172f;
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 700;
}

.ar-section-heading p {
	color: #66778c;
	font-size: 14px;
	font-weight: 500;
}

.ar-roas-status {
	display: inline-flex;
	width: max-content;
	max-width: min(100%, 420px);
	align-items: center;
	justify-content: center;
	padding: 7px 11px;
	border: 1px solid #d9e7f8;
	border-radius: 999px;
	background: #f8fbff;
	color: #334155;
	text-align: left;
}

.ar-roas-status.is-positive {
	border-color: #bdebcf;
	background: #f1fbf5;
	color: #11703c;
}

.ar-roas-status.is-warning {
	border-color: #ffe1a8;
	background: #fff9eb;
	color: #8a5a08;
}

.ar-progress-track {
	height: 11px;
	background: #e8f1ff;
}

.ar-progress-fill,
.ar-funnel-fill {
	background: linear-gradient(90deg, #0b73ff, #61a7ff);
	box-shadow: 0 5px 12px rgba(11, 115, 255, 0.22);
}

.ar-progress-labels {
	color: #718198;
	font-size: 11px;
	font-weight: 600;
}

.ar-split-stats {
	gap: 12px;
	margin-top: 18px;
}

.ar-split-stats > div,
.ar-metric-card,
.ar-funnel-rates > div {
	border-color: #deebfa;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff, #f8fbff);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ar-split-stats > div {
	padding: 15px;
}

.ar-split-stats span,
.ar-metric-card span,
.ar-funnel-rates span {
	color: #66778c;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
}

.ar-split-stats strong,
.ar-funnel-rates strong {
	font-size: 23px;
	font-weight: 650;
}

.ar-metric-grid {
	gap: 12px;
}

.ar-metric-card {
	min-height: 104px;
	padding: 15px;
}

.ar-metric-card strong {
	margin-top: 8px;
	color: #07172f;
	font-size: 28px;
	font-weight: 650;
}

.ar-budget-section .ar-section-heading strong {
	color: #0b73ff;
	font-size: 30px;
	font-weight: 650;
}

.ar-budget-track {
	height: 12px;
	margin-top: 18px;
}

.ar-budget-warning {
	border: 1px solid #ffd4cc;
	border-radius: 12px;
	background: #fff5f2;
	color: #a33122;
	font-weight: 600;
}

.ar-funnel {
	gap: 14px;
}

.ar-funnel-row {
	grid-template-columns: minmax(140px, 180px) minmax(0, 1fr) minmax(56px, auto);
	gap: 12px;
	padding: 3px 0;
}

.ar-funnel-name {
	color: #273d36;
	font-size: 14px;
	font-weight: 600;
}

.ar-funnel-track {
	height: 14px;
	border-radius: 999px;
	background: #e8f1ff;
}

.ar-funnel-row strong {
	color: #07172f;
	font-size: 15px;
	font-weight: 650;
}

.ar-funnel-rates {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 20px;
}

.ar-funnel-rates > div {
	padding: 14px;
}

@media (max-width: 1020px) {
	.ar-campaign-hero {
		grid-template-columns: 1fr;
	}

	.ar-funnel-rates {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.ar-report-shell {
		margin-top: 16px;
	}

	.ar-report-actions {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.ar-report-actions::-webkit-scrollbar {
		display: none;
	}

	.ar-action-button {
		flex: 0 0 auto;
		min-height: 38px;
		padding: 0 12px;
		font-size: 12px;
		white-space: nowrap;
	}

	.ar-report-card {
		gap: 12px;
	}

	.ar-campaign-hero {
		gap: 18px;
		padding: 18px;
		border-radius: 16px;
	}

	.ar-report-kicker {
		margin-bottom: 12px;
	}

	.ar-campaign-hero h2 {
		font-size: 30px;
		line-height: 1.18;
	}

	.ar-campaign-id {
		font-size: 13px;
	}

	.ar-hero-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.ar-hero-number {
		min-height: 84px;
		padding: 12px;
		border-radius: 12px;
	}

	.ar-hero-number strong {
		font-size: 24px;
	}

	.ar-section {
		padding: 16px;
		border-radius: 15px;
	}

	.ar-section-heading {
		display: grid;
		gap: 10px;
		margin-bottom: 16px;
	}

	.ar-section-heading h3 {
		font-size: 27px;
	}

	.ar-section-heading p,
	.ar-roas-status {
		justify-self: start;
		text-align: left;
	}

	.ar-split-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.ar-split-stats > div {
		padding: 13px;
	}

	.ar-split-stats strong,
	.ar-funnel-rates strong {
		font-size: 21px;
	}

	.ar-metric-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.ar-metric-card {
		min-height: 86px;
		padding: 13px;
	}

	.ar-metric-card strong {
		font-size: 23px;
	}

	.ar-budget-section .ar-section-heading strong {
		font-size: 26px;
	}

	.ar-funnel-row {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"name value"
			"track track";
		gap: 7px 12px;
		padding: 5px 0;
	}

	.ar-funnel-name {
		grid-area: name;
	}

	.ar-funnel-track {
		grid-area: track;
		height: 12px;
	}

	.ar-funnel-row strong {
		grid-area: value;
		text-align: right;
	}

	.ar-funnel-rates {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.ar-report-shell,
	.ar-result-message {
		width: min(100% - 24px, var(--ar-container));
	}

	.ar-campaign-hero {
		padding: 16px;
	}

	.ar-campaign-hero h2 {
		font-size: 26px;
	}

	.ar-hero-number span,
	.ar-metric-card span,
	.ar-split-stats span,
	.ar-funnel-rates span {
		font-size: 11px;
	}

	.ar-hero-number strong,
	.ar-metric-card strong {
		font-size: 21px;
	}

	.ar-section-heading h3 {
		font-size: 24px;
	}

	.ar-split-stats {
		grid-template-columns: 1fr;
	}

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

	.ar-funnel-rates {
		grid-template-columns: 1fr;
	}
}

/* A4 modal report */
body.ads-report-modal-open {
	overflow: hidden;
}

body.ads-report-modal-open .ar-page > :not(.ar-report-modal) {
	filter: blur(5px);
	pointer-events: none;
	transition: filter .18s ease;
	user-select: none;
}

.ar-report-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	width: 100%;
	height: 100%;
	margin: 0;
	place-items: center;
	padding: 24px;
}

.ar-report-modal.is-hidden {
	display: none;
}

.ar-report-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 18, 38, 0.58);
	backdrop-filter: blur(8px);
}

.ar-report-modal-panel {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(100%, 930px);
	max-height: calc(100vh - 32px);
	grid-template-rows: auto minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	background: #f3f7fd;
	box-shadow: 0 34px 90px rgba(0, 16, 48, 0.36);
	outline: none;
}

.ar-report-modal-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 14px;
	border-bottom: 1px solid #dbe7f5;
	background: rgba(255, 255, 255, 0.94);
}

.ar-report-modal-title {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.ar-report-modal-title span {
	color: #6a788c;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ar-report-modal-title strong {
	overflow: hidden;
	color: #07172f;
	font-size: 15px;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ar-report-modal .ar-report-actions {
	margin: 0;
}

.ar-report-modal .ar-action-button {
	min-height: 34px;
	padding: 0 12px;
	border-color: #d7e5f5;
	background: #ffffff;
	box-shadow: none;
}

.ar-report-modal .ar-report-close {
	border-color: #ffd4cc;
	color: #a33122;
}

.ar-report-modal .ar-export-status {
	min-width: 92px;
	color: #66778c;
	font-size: 12px;
	font-weight: 500;
}

.ar-report-modal-scroll {
	display: grid;
	overflow: auto;
	justify-items: center;
	padding: 22px;
	background:
		linear-gradient(rgba(199, 222, 249, 0.32) 1px, transparent 1px),
		linear-gradient(90deg, rgba(199, 222, 249, 0.32) 1px, transparent 1px),
		#edf5ff;
	background-size: 44px 44px, 44px 44px, auto;
}

.ar-a4-report {
	display: grid;
	width: 100%;
	height: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"hero hero"
		"roas budget"
		"performance performance"
		"funnel funnel"
		"footer footer";
	gap: 12px;
	align-content: start;
	padding: 24px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	color: #0d1728;
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
}

.ar-a4-report.no-budget {
	grid-template-areas:
		"hero hero"
		"roas roas"
		"performance performance"
		"funnel funnel"
		"footer footer";
}

.ar-a4-report .ar-campaign-hero,
.ar-a4-report .ar-performance-section,
.ar-a4-report .ar-funnel-section,
.ar-a4-report .ar-report-footer {
	grid-column: 1 / -1;
}

.ar-a4-report .ar-campaign-hero {
	grid-area: hero;
}

.ar-a4-report .ar-roas-section {
	grid-area: roas;
}

.ar-a4-report .ar-budget-section {
	grid-area: budget;
}

.ar-a4-report .ar-performance-section {
	grid-area: performance;
}

.ar-a4-report .ar-funnel-section {
	grid-area: funnel;
}

.ar-a4-report .ar-report-footer {
	grid-area: footer;
}

.ar-a4-report.no-budget .ar-roas-section {
	grid-column: 1 / -1;
}

.ar-a4-report .ar-campaign-hero {
	min-height: 154px;
	grid-template-columns: minmax(0, 1.05fr) minmax(290px, .95fr);
	gap: 18px;
	padding: 18px;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
}

.ar-a4-report .ar-report-kicker {
	margin-bottom: 10px;
	padding: 4px 9px;
	border-radius: 3px;
	font-size: 10px;
}

.ar-a4-report .ar-campaign-hero h2 {
	max-width: 420px;
	font-size: 31px;
	line-height: 1.1;
}

.ar-a4-report .ar-campaign-id {
	margin-top: 10px;
	font-size: 12px;
}

.ar-a4-report .ar-hero-metrics {
	gap: 8px;
}

.ar-a4-report .ar-hero-number {
	min-height: 66px;
	padding: 10px;
	border-color: rgba(255, 255, 255, 0.12);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: none;
}

.ar-a4-report .ar-hero-number span {
	font-size: 10px;
}

.ar-a4-report .ar-hero-number strong {
	margin-top: 4px;
	font-size: 23px;
	font-weight: 550;
	line-height: 1.05;
}

.ar-a4-report .ar-section {
	padding: 14px;
	border-color: #edf3fb;
	border-radius: 3px;
	background: #ffffff;
	box-shadow: none;
}

.ar-a4-report .ar-roas-section,
.ar-a4-report .ar-split-stats > div,
.ar-a4-report .ar-metric-card,
.ar-a4-report .ar-funnel-rates > div {
	border-color: #edf3fb;
	background: #ffffff;
}

.ar-a4-report .ar-section-heading {
	gap: 10px;
	margin-bottom: 10px;
}

.ar-a4-report .ar-section-kicker {
	margin-bottom: 4px;
	font-size: 9px;
	letter-spacing: .08em;
}

.ar-a4-report .ar-section-heading h3 {
	font-size: 22px;
	font-weight: 550;
	line-height: 1.08;
}

.ar-a4-report .ar-roas-section .ar-section-heading h3 {
	font-size: 30px;
}

.ar-a4-report .ar-roas-status {
	max-width: 230px;
	padding: 5px 8px;
	border-color: #edf3fb;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1.35;
}

.ar-a4-report .ar-progress-track {
	height: 8px;
	border-radius: 3px;
}

.ar-a4-report .ar-progress-fill,
.ar-a4-report .ar-funnel-fill,
.ar-a4-report .ar-funnel-track,
.ar-a4-report .ar-budget-track {
	border-radius: 3px;
}

.ar-a4-report .ar-progress-labels {
	margin-top: 5px;
	font-size: 9px;
}

.ar-a4-report .ar-split-stats {
	gap: 8px;
	margin-top: 10px;
}

.ar-a4-report .ar-split-stats > div {
	padding: 9px;
	border-radius: 3px;
}

.ar-a4-report .ar-split-stats span,
.ar-a4-report .ar-metric-card span,
.ar-a4-report .ar-funnel-rates span {
	font-size: 10px;
}

.ar-a4-report .ar-split-stats strong,
.ar-a4-report .ar-funnel-rates strong {
	margin-top: 3px;
	font-size: 18px;
	font-weight: 550;
}

.ar-a4-report .ar-metric-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.ar-a4-report .ar-metric-card {
	min-height: 58px;
	padding: 10px;
	border-radius: 3px;
}

.ar-a4-report .ar-metric-card strong {
	margin-top: 4px;
	font-size: 22px;
	font-weight: 550;
	line-height: 1.05;
}

.ar-a4-report .ar-budget-section .ar-section-heading strong {
	font-size: 24px;
	font-weight: 550;
}

.ar-a4-report .ar-budget-track {
	height: 9px;
	margin-top: 10px;
}

.ar-a4-report .ar-budget-warning {
	margin-top: 8px;
	padding: 7px 9px;
	border-radius: 3px;
	font-size: 11px;
}

.ar-a4-report .ar-funnel {
	gap: 8px;
}

.ar-a4-report .ar-funnel-row {
	grid-template-columns: minmax(112px, 150px) minmax(0, 1fr) minmax(38px, auto);
	gap: 9px;
	padding: 0;
}

.ar-a4-report .ar-funnel-name {
	font-size: 12px;
}

.ar-a4-report .ar-funnel-track {
	height: 10px;
	border-radius: 3px;
}

.ar-a4-report .ar-funnel-row strong {
	font-size: 12px;
	font-weight: 500;
}

.ar-a4-report .ar-funnel-rates {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
	margin-top: 12px;
}

.ar-a4-report .ar-funnel-rates > div {
	padding: 9px;
	border-radius: 3px;
}

.ar-report-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 9px;
	border-top: 1px solid #dce9f8;
	color: #66778c;
	font-size: 10px;
	font-weight: 500;
}

@media (max-width: 900px) {
	.ar-report-modal {
		padding: 12px;
	}

	.ar-report-modal-panel {
		max-height: calc(100vh - 20px);
		border-radius: 16px;
	}

	.ar-report-modal-toolbar {
		align-items: flex-start;
		padding: 10px;
	}

	.ar-report-modal .ar-report-actions {
		flex: 0 0 auto;
	}

	.ar-report-modal-scroll {
		padding: 12px;
	}

	.ar-a4-report {
		width: 100%;
		height: auto;
		min-height: auto;
		grid-template-columns: 1fr;
		grid-template-areas:
			"hero"
			"roas"
			"budget"
			"performance"
			"funnel"
			"footer";
		gap: 10px;
		padding: 14px;
		overflow: visible;
	}

	.ar-a4-report.no-budget {
		grid-template-areas:
			"hero"
			"roas"
			"performance"
			"funnel"
			"footer";
	}

	.ar-a4-report .ar-campaign-hero,
	.ar-a4-report .ar-roas-section,
	.ar-a4-report .ar-budget-section,
	.ar-a4-report .ar-performance-section,
	.ar-a4-report .ar-funnel-section {
		grid-column: 1 / -1;
	}

	.ar-a4-report .ar-campaign-hero {
		grid-template-columns: 1fr;
	}

	.ar-a4-report .ar-metric-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ar-a4-report .ar-funnel-rates {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.ar-report-modal {
		padding: 8px;
	}

	.ar-report-modal-toolbar {
		display: grid;
		gap: 9px;
	}

	.ar-report-modal .ar-report-actions {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		overflow: visible;
		padding-bottom: 0;
	}

	.ar-report-modal .ar-action-button {
		width: 100%;
		min-height: 32px;
		padding: 0 10px;
		font-size: 12px;
	}

	.ar-report-modal .ar-export-status {
		grid-column: 1 / -1;
		min-width: 0;
		min-height: 16px;
	}

	.ar-report-modal-scroll {
		padding: 9px;
	}

	.ar-a4-report {
		padding: 12px;
		border-radius: 5px;
	}

	.ar-a4-report .ar-campaign-hero {
		padding: 14px;
		border-radius: 14px;
	}

	.ar-a4-report .ar-campaign-hero h2 {
		font-size: 25px;
	}

	.ar-a4-report .ar-hero-metrics,
	.ar-a4-report .ar-split-stats,
	.ar-a4-report .ar-metric-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ar-a4-report .ar-hero-number strong,
	.ar-a4-report .ar-metric-card strong {
		font-size: 19px;
	}

	.ar-a4-report .ar-section-heading {
		display: grid;
	}

	.ar-a4-report .ar-section-heading h3 {
		font-size: 21px;
	}

	.ar-a4-report .ar-roas-status {
		width: 100%;
		max-width: none;
		justify-content: flex-start;
	}

	.ar-a4-report .ar-funnel-row {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"name value"
			"track track";
	}

	.ar-a4-report .ar-funnel-name {
		grid-area: name;
	}

	.ar-a4-report .ar-funnel-track {
		grid-area: track;
	}

	.ar-a4-report .ar-funnel-row strong {
		grid-area: value;
	}
}

.ar-report-sheet-wrap {
	display: block;
	padding: 18px 0 44px;
	border: 1px solid #edf3fb;
	border-radius: 3px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(12, 42, 92, 0.08);
	overflow: visible;
}

.ar-report-sheet-wrap .ar-action-button {
	border-color: #edf3fb;
	box-shadow: none;
}

.ar-report-shell .ar-report-actions {
	width: 100%;
	margin: 18px auto 0;
	padding: 0 24px;
	justify-content: flex-end;
}

.ar-report-shell .ar-export-status {
	order: -1;
	margin-right: auto;
	min-width: 130px;
	color: #66778c;
	font-size: 12px;
	font-weight: 500;
}

.ar-page.has-report .ar-report-shell {
	width: min(var(--ar-container), calc(100% - 32px));
	margin-top: 0;
	padding: 0 0 78px;
	border-top: 0;
}

.ar-page.has-report .ar-trust-strip,
.ar-page.has-report .ar-landing-section,
.ar-page.has-report .ar-final-cta,
.ar-page.has-report #demo-report {
	display: none;
}

.ar-page.has-report .ar-footer {
	margin-top: 0;
}

@media (max-width: 760px) {
	.ar-page.has-report .ar-report-shell {
		width: min(100% - 24px, var(--ar-container));
		margin-top: 0;
		padding: 0 0 46px;
	}

	.ar-page.has-report .ar-report-shell .ar-report-actions {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: stretch;
		overflow: visible;
		padding-bottom: 0;
	}

	.ar-page.has-report .ar-report-shell .ar-action-button {
		width: 100%;
		min-height: 34px;
		padding: 0 8px;
		font-size: 11px;
	}

	.ar-page.has-report .ar-report-shell .ar-export-status {
		grid-column: 1 / -1;
		order: 0;
		margin-right: 0;
		min-width: 0;
		min-height: 16px;
	}
}

body.ads-report-export-mode .ar-a4-report {
	box-shadow: none !important;
}

.ar-page *,
.ar-page *::before,
.ar-page *::after {
	border-radius: 3px !important;
}

@media print {
	@page {
		margin: 12mm;
	}

	body.ads-report-print-mode {
		background: #ffffff;
	}

	body.ads-report-print-mode .ar-hero,
	body.ads-report-print-mode .ar-site-header,
	body.ads-report-print-mode .ar-report-actions,
	body.ads-report-print-mode .ar-result-message,
	body.ads-report-print-mode .ar-trust-strip,
	body.ads-report-print-mode .ar-landing-section,
	body.ads-report-print-mode .ar-final-cta,
	body.ads-report-print-mode .ar-footer {
		display: none !important;
	}

	body.ads-report-print-mode .ar-page {
		padding: 0;
		background: #ffffff;
	}

	body.ads-report-print-mode .ar-report-shell {
		width: 100%;
		margin: 0;
	}

	body.ads-report-print-mode .ar-report-card {
		border: 0;
		border-radius: 0 !important;
		box-shadow: none;
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}

	body.ads-report-print-mode .ar-report-sheet-wrap {
		display: block;
		padding: 0;
		border: 0;
		border-radius: 0 !important;
		background: #ffffff;
		box-shadow: none;
		overflow: visible;
	}

	body.ads-report-print-mode .ar-report-footer {
		margin-top: auto;
	}

	body.ads-report-print-mode .ar-report-actions {
		display: none !important;
	}

	body.ads-report-print-mode .ar-report-card {
		box-shadow: none;
	}

	body.ads-report-print-mode .ar-report-modal {
		position: static;
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
	}

	body.ads-report-print-mode .ar-report-modal-backdrop,
	body.ads-report-print-mode .ar-report-modal-toolbar {
		display: none !important;
	}

	body.ads-report-print-mode .ar-report-modal-panel,
	body.ads-report-print-mode .ar-report-modal-scroll {
		display: block;
		width: 100%;
		max-height: none;
		overflow: visible;
		border: 0;
		background: #ffffff;
		box-shadow: none;
	}
}
