/* ===== Theme chrome cleanup on the Audience page ===== */
.mystats-audience-page .entry-title,
.mystats-audience-page .page-title,
.mystats-audience-page main > header,
.mystats-audience-page .wp-block-post-title,
.mystats-audience-page .wp-block-query-title {
	display: none !important;
}

/* Final cascade lock for the animated statement scene and yellow campaign CTAs. */
.mad-promo .mad-promo-statement { --statement-progress:0; position:relative; display:block; place-items:normal; height:230vh; min-height:1500px; padding:0; overflow:clip; }
.mad-promo-statement .mad-promo-statement-stage { position:sticky; top:0; height:100vh; min-height:700px; overflow:hidden; }
.mad-promo-statement .mad-promo-statement-inner { position:absolute; z-index:3; left:max(28px,calc((100vw - 1240px)/2)); top:50%; width:min(54vw,760px); transform:translateY(calc(-50% - (var(--statement-progress)*90px))); opacity:clamp(0,calc(1 - (var(--statement-progress)*1.8)),1); }
.mad-promo-statement .mad-promo-statement-media { position:absolute; z-index:2; left:calc(65% - (65%*var(--statement-progress))); top:calc(14% - (14%*var(--statement-progress))); width:calc(30vw + (70vw*var(--statement-progress))); height:calc(72vh + (28vh*var(--statement-progress))); border-radius:calc(38px*(1 - var(--statement-progress))); overflow:hidden; box-shadow:0 30px 90px rgba(0,10,55,.35); }
.mad-promo-statement .mad-promo-statement-media::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(0,15,60,.02) 30%,rgba(0,15,60,.8) 100%); }
.mad-promo-statement .mad-promo-statement-media img,.mad-promo-statement .mad-promo-statement-media .mad-promo-placeholder { width:100%; height:100%; min-height:0; border-radius:inherit; object-fit:cover; }
.mad-promo-statement .mad-promo-statement-word { position:absolute; z-index:2; left:3vw; bottom:20%; color:#fff; font-size:clamp(74px,15vw,230px); line-height:.75; letter-spacing:-.075em; opacity:clamp(0,calc((var(--statement-progress) - .48)*3),1); transform:translateY(calc((1 - var(--statement-progress))*100px)); }
.mad-promo-statement .mad-promo-statement-benefits { position:absolute; z-index:3; left:4vw; right:4vw; bottom:4%; max-width:none; margin:0; opacity:clamp(0,calc((var(--statement-progress) - .62)*4),1); }
.mad-promo .mad-promo-btn-dark,.mad-promo .mad-promo-btn-outline,.mad-promo .mad-promo-btn-light { background:#ffd140; border-color:#ffd140; color:#101820; }
.mad-promo .mad-promo-btn-dark:hover,.mad-promo .mad-promo-btn-outline:hover,.mad-promo .mad-promo-btn-light:hover { background:#ffe071; border-color:#ffe071; color:#101820; }

/* À propos must remain edge-to-edge and gray after every global CTA rule. */
.mystats-audience { overflow:visible !important; }
.mystats-audience .mad-about { box-sizing:border-box; width:100vw !important; max-width:none !important; left:50%; margin-left:-50vw !important; margin-right:-50vw !important; padding-left:0; padding-right:0; }
.mystats-audience .mad-about-inner { width:100%; max-width:none; }
.mad-about-inner > h2,.mad-about-inner > p,.mad-about-details,.mad-about-stories-head,.mad-about-story-nav { width:min(1180px,calc(100% - 48px)); margin-left:auto; margin-right:auto; }
.mad-about-media { width:100%; max-width:none; border-radius:0; }
.mad-about .mad-promo-btn,.mad-about .mad-promo-btn-dark,.mad-about-story-nav button { background:#3f444b; border-color:#555b63; color:#fff; }
.mad-about .mad-promo-btn:hover,.mad-about .mad-promo-btn-dark:hover,.mad-about-story-nav button:hover { background:#5b6169; border-color:#737982; color:#fff; }

/* Final live-theme footer lock: a grid container cannot generate the empty
 * 36px text line that Vyral was leaving after the Audience shortcode. */
html body.mystats-audience-page .cs-site,
html body.mystats-audience-page .cs-site-primary,
html body.mystats-audience-page .cs-site-content,
html body.mystats-audience-page .cs-content-area,
html body.mystats-audience-page .cs-entry__wrap,
html body.mystats-audience-page .cs-entry__container,
html body.mystats-audience-page .cs-entry__content-wrap {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
html body.mystats-audience-page .entry-content {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
html body.mystats-audience-page .entry-content > .mad-tabs-shell {
	min-width: 0;
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}
html body.mystats-audience-page .cs-footer {
	margin-top: 0 !important;
}

/* Audience page: remove the Vyral theme's blank strip before the real site footer. */
body.mystats-audience-page .cs-site {
	margin-bottom: 0 !important;
}
body.mystats-audience-page .mad-tabs-shell {
	display: block;
	margin-bottom: 0 !important;
}
body.mystats-audience-page .entry-content::after,
body.mystats-audience-page .cs-entry__content-wrap::after {
	display: none !important;
	content: none !important;
}

/* Readable image overlays: bicycle scene and the IMPACT benefits. */
body.mystats-audience-page .mad-promo-security-media::after {
	content: "";
	position: absolute;
	z-index: 4;
	inset: 42% 0 0;
	pointer-events: none;
	background: linear-gradient(180deg, transparent, rgba(0, 8, 24, .68));
}
body.mystats-audience-page .mad-promo-security-media > strong {
	color: #fff !important;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .78), 0 1px 3px rgba(0, 0, 0, .9) !important;
}
body.mystats-audience-page .mad-promo-statement-benefits,
body.mystats-audience-page .mad-promo-statement-benefits strong,
body.mystats-audience-page .mad-promo-statement-benefits i {
	color: #fff !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .9) !important;
}

/* Options flexibles: clean Pay-style white dividers, never theme bullets. */
body.mystats-audience-page .mad-about-options ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border-top: 1px solid rgba(255, 255, 255, .58) !important;
}
body.mystats-audience-page .mad-about-options li {
	margin: 0 !important;
	padding: 24px 0 !important;
	list-style: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, .58) !important;
	color: #fff !important;
}
body.mystats-audience-page .mad-about-options li::before,
body.mystats-audience-page .mad-about-options li::after,
body.mystats-audience-page .mad-about-options li::marker {
	display: none !important;
	content: none !important;
}

/* Keep the animated total readable inside the About donut on every theme. */
body.mystats-audience-page [data-about-donut-number] {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .72) !important;
}

/* WordPress injects hidden STYLE/SCRIPT nodes after the shortcode. With the
 * theme's 36px line-height their surrounding whitespace creates a 40px strip. */
body.mystats-audience-page .entry-content {
	font-size: 0 !important;
	line-height: 0 !important;
}
body.mystats-audience-page .entry-content > .mad-tabs-shell {
	font-size: 16px !important;
	line-height: 1.5 !important;
}

/* Audience page: remove the Vyral theme's blank strip before the real site footer. */
body.mystats-audience-page .cs-site {
	margin-bottom: 0 !important;
}
body.mystats-audience-page .mad-tabs-shell {
	display: block;
	margin-bottom: 0 !important;
}
body.mystats-audience-page .entry-content::after,
body.mystats-audience-page .cs-entry__content-wrap::after {
	display: none !important;
	content: none !important;
}

/* Audience page: remove the Vyral theme's blank strip before the real site footer. */
body.mystats-audience-page .cs-site {
	margin-bottom: 0 !important;
}
body.mystats-audience-page .mad-tabs-shell {
	display: block;
	margin-bottom: 0 !important;
}
body.mystats-audience-page .entry-content::after,
body.mystats-audience-page .cs-entry__content-wrap::after {
	display: none !important;
	content: none !important;
}
.mad-about .mad-promo-btn,.mad-about .mad-promo-btn-dark { min-height:0; padding:10px 18px; font-size:14px; line-height:1.2; }
.mad-about .mad-about-story-nav button { width:38px; height:38px; min-width:38px; padding:0; font-size:17px; line-height:1; }
.mad-about .mad-about-story-nav { gap:10px; }
.mystats-audience .mad-about > .mad-about-inner > h2 {
	box-sizing:border-box; width:min(1180px,calc(100% - 48px)); max-width:none;
	margin-left:auto; margin-right:auto;
}
.mystats-audience .mad-about > .mad-about-inner > p {
	box-sizing:border-box; width:min(1180px,calc(100% - 48px)); max-width:none;
	margin:26px auto 34px; text-align:left;
}
@media(max-width:700px){
	.mystats-audience .mad-about > .mad-about-inner > h2,
	.mystats-audience .mad-about > .mad-about-inner > p { width:calc(100% - 40px); }
}

.mad-about-image-copy {
	position:absolute; z-index:3; left:max(24px,calc((100vw - 1180px)/2)); bottom:7%;
	width:min(720px,58vw); color:#fff; text-shadow:0 3px 28px rgba(0,0,0,.55);
	transform:translateY(calc((1 - var(--about-progress))*34px));
	opacity:clamp(.25,calc(var(--about-progress)*2.4),1);
}
.mad-about-story-visual { grid-row:1 / span 4; grid-column:1; align-self:stretch; min-height:420px; position:relative; overflow:hidden; border-radius:22px; }
.mad-about-story-visual img,.mad-about-story-visual .mad-promo-placeholder { width:100%; height:100%; min-height:420px; object-fit:cover; border-radius:inherit; }
.mad-about-story-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.68)); }
.mad-about-story-visual span { position:absolute; z-index:2; left:22px; bottom:20px; color:#fff; font-size:14px; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }
.mad-about .mad-about-image-copy {
	top:9%; bottom:auto; width:min(680px,55vw); box-sizing:border-box;
	padding:clamp(22px,3vw,38px); border:1px solid rgba(255,255,255,.16); border-radius:24px;
	background:linear-gradient(135deg,rgba(0,0,0,.72),rgba(0,0,0,.34));
	backdrop-filter:blur(8px); text-shadow:0 2px 16px rgba(0,0,0,.72);
}
.mad-about .mad-about-image-copy h2 { font-size:clamp(48px,5.2vw,78px); }
.mad-about .mad-about-image-copy p { max-width:610px !important; font-size:clamp(17px,1.55vw,21px); }
.mad-about > .mad-about-inner > .mad-about-image-copy {
	position:relative; inset:auto; width:min(1180px,calc(100% - 48px));
	margin:0 auto 42px; padding:0; border:0; border-radius:0;
	background:none; backdrop-filter:none; transform:none; opacity:1; text-shadow:none;
}
.mad-about > .mad-about-inner > .mad-about-image-copy h2 { max-width:900px !important; color:#fff; }
.mad-about > .mad-about-inner > .mad-about-image-copy p { max-width:820px !important; margin-top:24px !important; color:rgba(255,255,255,.88); }
.mad-about .mad-about-media::after { background:linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.12)); }
.mad-about .mad-about-media > img { filter:brightness(1.12) saturate(1.03); }
.mad-about .mad-about-details { padding-top:68px; padding-bottom:8px; }
.mad-about .mad-about-growth { padding-top:68px; padding-bottom:72px; }
.mad-about .mad-about-stories { padding-top:42px; padding-bottom:52px; }
.mad-about .mad-about-story-nav { margin-top:18px; }
@media(max-width:700px){
	.mad-about > .mad-about-inner > .mad-about-image-copy { position:relative; inset:auto; width:calc(100% - 40px); margin:0 auto 28px; padding:0; border:0; background:none; }
	.mad-about .mad-about-details { padding-top:48px; }
	.mad-about .mad-about-growth { padding-top:54px; padding-bottom:58px; }
	.mad-about .mad-about-stories { padding-top:30px; padding-bottom:40px; }
	.mad-about .mad-about-image-copy h2 { font-size:42px; }
	.mad-about .mad-about-image-copy p { margin-top:13px !important; font-size:16px; }
	.mad-about-story-visual { grid-row:auto; min-height:310px; }
	.mad-about-story-visual img,.mad-about-story-visual .mad-promo-placeholder { min-height:310px; }
}
.mad-about-image-copy h2 { width:auto !important; max-width:720px !important; margin:0 !important; color:#fff; font-size:clamp(52px,6vw,88px); line-height:.93; letter-spacing:-.06em; }
.mad-about-image-copy p { width:auto !important; max-width:680px !important; margin:22px 0 0 !important; color:#fff; font-size:clamp(18px,2vw,24px); line-height:1.4; }
.mad-about-media > .mad-about-float { left:auto; right:max(24px,calc((100vw - 1180px)/2)); top:6%; bottom:auto; }
.mad-about-stories { padding-top:62px; }
@media(max-width:700px){
	.mad-about-image-copy { left:20px; right:20px; bottom:28px; width:auto; }
	.mad-about-image-copy h2 { font-size:clamp(43px,13vw,66px); }
	.mad-about-image-copy p { font-size:17px; line-height:1.35; }
	.mad-about-media > .mad-about-float { left:auto; right:16px; top:16px; bottom:auto; width:180px; min-height:185px; padding:18px; }
	.mad-about-media > .mad-about-float .mad-about-donut { width:118px; }
	.mad-about-media > .mad-about-float .mad-about-donut strong { font-size:25px; padding:0 20px; }
}
.mad-about .mad-about-float { align-items:center; justify-content:center; text-align:center; }
.mad-about .mad-about-float > span { align-self:center; width:100%; text-align:center; }
.mad-about .mad-about-float > small { display:block; width:100%; margin-inline:auto; text-align:center; }
.mad-about .mad-about-donut { width:min(224px,100%); padding:8px; border-radius:50%; background:radial-gradient(circle,rgba(8,18,29,.9) 0 53%,transparent 54%),repeating-conic-gradient(from -90deg,rgba(255,255,255,.16) 0 1deg,transparent 1deg 12deg); box-shadow:inset 0 0 32px rgba(0,0,0,.24),0 14px 38px rgba(0,0,0,.25); }
.mad-about .mad-about-donut::before { content:""; position:absolute; inset:22%; z-index:1; border:1px solid rgba(255,255,255,.12); border-radius:50%; box-shadow:inset 0 0 25px rgba(87,216,255,.08); }
.mad-about .mad-about-donut::after { inset:25%; background:radial-gradient(circle at 38% 32%,rgba(255,255,255,.12),rgba(9,18,29,.75) 58%); border:1px solid rgba(255,255,255,.1); }
.mad-about .mad-about-donut circle { stroke-width:9; }
.mad-about .mad-about-donut-track { stroke:rgba(255,255,255,.13); }
.mad-about .mad-about-donut-value { stroke:url(#mad-about-ring-gradient); filter:drop-shadow(0 0 7px rgba(87,216,255,.65)); }
.mad-about .mad-about-donut strong { padding:0 34px; font-size:clamp(34px,3.2vw,50px); font-weight:780; text-shadow:0 2px 18px rgba(0,0,0,.6); }
.mad-about .mad-about-donut strong { box-sizing:border-box; max-width:100%; overflow:hidden; white-space:nowrap; text-overflow:clip; }

.mad-about-growth {
	display:grid; grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);
	gap:clamp(70px,10vw,150px); width:min(1180px,calc(100% - 48px)); margin:0 auto;
	padding:clamp(105px,12vw,175px) 0 clamp(110px,11vw,165px); align-items:center;
}
.mad-about-growth-copy h3 { margin:0; color:#fff; font-size:clamp(43px,4.7vw,68px); line-height:.98; letter-spacing:-.052em; }
.mad-about-growth-copy p { margin:30px 0 34px; color:rgba(255,255,255,.88); font-size:19px; line-height:1.48; }
.mad-about-growth-media {
	position:relative; height:700px; border-radius:24px; overflow:hidden;
	transform:translateY(calc((.62 - var(--about-progress))*80px)); will-change:transform;
}
.mad-about-growth-media img,.mad-about-growth-media .mad-promo-placeholder { width:100%; height:100%; min-height:0; object-fit:cover; border-radius:inherit; }
.mad-about-growth-card {
	box-sizing:border-box; position:absolute; left:24px; top:auto; bottom:24px; width:min(235px,calc(100% - 48px)); min-height:215px;
	dis:flex; flex-direction:column; justify-content:center; padding:34px;
	border:1px solid rgba(255,255,255,.42); border-radius:24px;
	background:rgba(38,49,61,.64); backdrop-filter:blur(16px); color:#fff;
	transform:translateY(calc((1 - var(--about-progress))*20px));
	box-shadow:0 25px 65px rgba(0,0,0,.28);
}
.mad-about-growth-card > span { font-size:14px; font-weight:650; }
.mad-about-growth-card > strong { margin:12px 0 16px; font-size:clamp(42px,4vw,58px); line-height:.85; letter-spacing:-.06em; }
.mad-growth-bars { display:flex; height:46px; gap:6px; align-items:end; padding-bottom:8px; border-bottom:1px solid rgba(255,255,255,.35); }
.mad-growth-bars i { flex:1; height:var(--bar,30%); border-radius:8px 8px 2px 2px; background:linear-gradient(#7fffd4,#57d8ff); transform-origin:bottom; animation:madGrowthBar 1.4s cubic-bezier(.2,.8,.2,1) both; }
.mad-growth-bars i:nth-child(1){--bar:25%}.mad-growth-bars i:nth-child(2){--bar:42%;animation-delay:.08s}.mad-growth-bars i:nth-child(3){--bar:58%;animation-delay:.16s}.mad-growth-bars i:nth-child(4){--bar:76%;animation-delay:.24s}.mad-growth-bars i:nth-child(5){--bar:100%;animation-delay:.32s}
.mad-about-growth-card small { margin-top:10px; color:rgba(255,255,255,.7); font-size:11px; line-height:1.25; }
.mad-about-growth-card > span,
.mad-about-growth-card > strong,
.mad-about-growth-card > small { display:block; flex:none; width:100%; box-sizing:border-box; }
.mad-about-growth-card > span { min-height:34px; margin:0; line-height:1.2; }
.mad-about-growth-card > strong {
	clear:both; margin:10px 0 14px; overflow:hidden; text-overflow:ellipsis;
	white-space:nowrap; font-size:clamp(36px,3.6vw,52px);
}
.mad-about .mad-about-story-track > .mad-about-story-nav {
	position:absolute; z-index:5; right:max(24px,calc((100vw - 1180px)/2)); bottom:22px;
	dis:grid; grid-template-columns:42px auto 42px; align-items:center; gap:0;
	width:auto; margin:0; padding:4px; border:1px solid rgba(255,255,255,.13);
	border-radius:12px; background:rgba(28,28,28,.86); backdrop-filter:blur(10px);
	box-shadow:0 8px 24px rgba(0,0,0,.2);
}
.mad-about .mad-about-story-track > .mad-about-story-nav button {
	width:42px; height:34px; min-width:0; padding:0; border:0; border-radius:8px;
	background:transparent; color:#d7d9dc; font-size:17px; font-weight:500;
}
.mad-about .mad-about-story-track > .mad-about-story-nav button:hover { background:#474a4f; color:#fff; transform:none; }
.mad-about .mad-about-story-track > .mad-about-story-nav span { min-width:54px; padding:0 10px; color:#9da1a7; font-size:12px; text-align:center; white-space:nowrap; }
.mad-about .mad-about-story-track > .mad-about-story-nav b { color:#fff; font-size:13px; }
.mad-about .mad-about-options li { padding-right:0; }
.mad-about .mad-about-options li::after { content:none; display:none; }

/* Two exclusive page views and floating selector. */
.mad-tabs-shell[data-active-tab="about"] .mystats-audience > .mad-header,.mad-tabs-shell[data-active-tab="about"] .mystats-audience > .mad-cards,.mad-tabs-shell[data-active-tab="about"] .mystats-audience > .mad-panel,.mad-tabs-shell[data-active-tab="about"] .mystats-audience > .mad-footer { display:none !important; }
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-about,.mad-tabs-shell[data-active-tab="audience"] > .mad-promo { display:none !important; }
.mad-floating-tabs { --tabs-bottom:22px; position:fixed; z-index:999; left:50%; bottom:var(--tabs-bottom); display:flex; gap:4px; padding:5px; border:1px solid rgba(255,255,255,.15); border-radius:16px; background:rgba(13,18,29,.88); backdrop-filter:blur(18px); box-shadow:0 14px 45px rgba(0,0,0,.28); transform:translateX(-50%); transition:bottom .18s ease; }
.mad-floating-tabs button { min-height:42px; padding:10px 20px; border:0; border-radius:11px; background:transparent; color:#b8c0ce; font-size:14px; font-weight:750; cursor:pointer; white-space:nowrap; }
.mad-floating-tabs button.is-active { background:#ffd140; color:#101820; }
.mad-floating-tabs button:not(.is-active):hover { background:rgba(255,255,255,.1); color:#fff; }

/* Dark Pay statistics theme. */
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience { min-height:100vh; background:#071226; color:#fff; }
.mad-tabs-shell[data-active-tab="audience"] .mad-header::before { color:#7dd9ff; }
.mad-tabs-shell[data-active-tab="audience"] .mad-title { color:#fff; }
.mad-tabs-shell[data-active-tab="audience"] .mad-subtitle { color:#aebbd0; }
.mad-tabs-shell[data-active-tab="audience"] .mad-mode-toggle,.mad-tabs-shell[data-active-tab="audience"] .mad-period-toggle { background:#111f39; box-shadow:inset 0 0 0 1px rgba(255,255,255,.1); }
.mad-tabs-shell[data-active-tab="audience"] .mad-mode-btn,.mad-tabs-shell[data-active-tab="audience"] .mad-period-btn { color:#94a2b9; }
.mad-tabs-shell[data-active-tab="audience"] .mad-mode-btn.is-active { background:#e9eef7; color:#071226; }
.mad-tabs-shell[data-active-tab="audience"] .mad-period-btn.is-active { background:#ffd140; color:#101820; }
.mad-tabs-shell[data-active-tab="audience"] .mad-card { border:1px solid rgba(255,255,255,.08); background:#101f3d; color:#fff; }
.mad-tabs-shell[data-active-tab="audience"] .mad-card:nth-child(2) { background:#123449; color:#fff; }
.mad-tabs-shell[data-active-tab="audience"] .mad-card:nth-child(3) { background:#342e16; color:#fff; }
.mad-tabs-shell[data-active-tab="audience"] .mad-card::after { border-color:rgba(125,217,255,.16); box-shadow:0 0 0 24px rgba(125,217,255,.05),0 0 0 48px rgba(125,217,255,.025); }
.mad-tabs-shell[data-active-tab="audience"] .mad-panel { border:1px solid rgba(255,255,255,.08); background:#0e1b34; color:#fff; box-shadow:0 20px 70px rgba(0,0,0,.22); }
.mad-tabs-shell[data-active-tab="audience"] .mad-panel h2,.mad-tabs-shell[data-active-tab="audience"] .mad-panel h3,.mad-tabs-shell[data-active-tab="audience"] .mad-bar-label { color:#fff; }
.mad-tabs-shell[data-active-tab="audience"] .mad-bar-value { color:#a8b5ca; }
.mad-tabs-shell[data-active-tab="audience"] .mad-bar-track { background:#24314a; }
.mad-tabs-shell[data-active-tab="audience"] .mad-footer { color:#8290a8; }
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience { background:#17191f; }
.mad-tabs-shell[data-active-tab="audience"] .mad-header { padding-top:72px; padding-bottom:38px; }
.mad-tabs-shell[data-active-tab="audience"] .mad-header::before { color:#67f5d2; font-size:11px; }
.mad-tabs-shell[data-active-tab="audience"] .mad-title { max-width:760px; font-size:clamp(46px,5.5vw,76px); }
.mad-tabs-shell[data-active-tab="audience"] .mad-subtitle { margin-top:16px; margin-bottom:30px; color:#9198a6; font-size:16px; }
.mad-tabs-shell[data-active-tab="audience"] .mad-mode-toggle,
.mad-tabs-shell[data-active-tab="audience"] .mad-period-toggle { border:1px solid #343842; background:#20232a; box-shadow:none; }
.mad-tabs-shell[data-active-tab="audience"] .mad-mode-btn.is-active { background:#ec3768; color:#fff; }
.mad-tabs-shell[data-active-tab="audience"] .mad-period-btn.is-active { background:#dce948; color:#15171c; }
.mad-tabs-shell[data-active-tab="audience"] .mad-cards { gap:12px; }
.mad-tabs-shell[data-active-tab="audience"] .mad-card,
.mad-tabs-shell[data-active-tab="audience"] .mad-card:nth-child(2),
.mad-tabs-shell[data-active-tab="audience"] .mad-card:nth-child(3) {
	min-height:176px; padding:22px 24px; border:1px solid #343842; border-radius:7px;
	background:#20232a; color:#f2f4f7; box-shadow:0 8px 20px rgba(0,0,0,.16);
}
.mad-tabs-shell[data-active-tab="audience"] .mad-card::after {
	right:22px; bottom:auto; top:28px; width:82px; height:82px;
	border:8px solid #61eed1; border-right-color:#dce948; border-bottom-color:#ec3768;
	box-shadow:none; opacity:.9;
}
.mad-tabs-shell[data-active-tab="audience"] .mad-card:nth-child(2)::after { border-color:#2e7df6; border-right-color:#61eed1; border-bottom-color:#2e7df6; }
.mad-tabs-shell[data-active-tab="audience"] .mad-card-label { color:#969eac; font-size:11px; }
.mad-tabs-shell[data-active-tab="audience"] .mad-card-value { margin-top:26px; font-size:clamp(48px,5vw,68px); }
.mad-tabs-shell[data-active-tab="audience"] .mad-card-value {
	box-sizing:border-box; width:calc(100% - 120px); max-width:calc(100% - 120px);
	overflow:hidden; white-space:nowrap; text-overflow:clip; line-height:.88;
}
@media(max-width:430px){
	.mad-tabs-shell[data-active-tab="audience"] .mad-card-value { width:calc(100% - 105px); max-width:calc(100% - 105px); }
}
.mad-tabs-shell[data-active-tab="audience"] .mad-card-help { color:#8f97a5; }
.mad-tabs-shell[data-active-tab="audience"] .mad-panel {
	margin-top:12px; padding:26px; border:1px solid #343842; border-radius:7px;
	background:#20232a; box-shadow:0 8px 20px rgba(0,0,0,.16);
}
.mad-tabs-shell[data-active-tab="audience"] .mad-bar-row { padding:13px 0; border-color:#343842; }
.mad-tabs-shell[data-active-tab="audience"] .mad-bar-track { height:7px; background:#30343d; }
.mad-tabs-shell[data-active-tab="audience"] .mad-bar-row:nth-child(3n+1) .mad-bar-fill { background:#61eed1 !important; }
.mad-tabs-shell[data-active-tab="audience"] .mad-bar-row:nth-child(3n+2) .mad-bar-fill { background:#dce948 !important; }
.mad-tabs-shell[data-active-tab="audience"] .mad-bar-row:nth-child(3n) .mad-bar-fill { background:#2e7df6 !important; }
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience { padding-left:0; padding-right:0; }
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-header,
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-cards,
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-panel,
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-footer {
	box-sizing:border-box; width:min(1180px,calc(100vw - 48px));
	margin-left:auto; margin-right:auto;
}
@media(max-width:600px){
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-header,
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-cards,
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-panel,
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-footer { width:calc(100vw - 40px); }
}
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-cards,
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-panel {
	width:min(820px,calc(100vw - 48px));
}
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-header,
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-footer {
	width:min(820px,calc(100vw - 48px));
}
.mad-tabs-shell[data-active-tab="audience"] .mad-title,
.mad-tabs-shell[data-active-tab="audience"] .mad-subtitle { max-width:820px; }
.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-cards {
	grid-template-columns:repeat(2,minmax(0,1fr));
}
@media(max-width:680px){
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-cards,
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-panel,
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-header,
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-footer { width:calc(100vw - 40px); }
	.mad-tabs-shell[data-active-tab="audience"] .mystats-audience > .mad-cards { grid-template-columns:1fr; }
}

/* Harmonized dark palette for the complete About view. */
.mad-tabs-shell[data-active-tab="about"] { background:#000; color:#f7f8fa; }
.mad-tabs-shell[data-active-tab="about"] .mystats-audience { padding-bottom:0; background:#000; }
.mad-tabs-shell[data-active-tab="about"] .mad-about { background:#000; }
.mad-tabs-shell[data-active-tab="about"] .mystats-audience > .mad-about { margin-bottom:0 !important; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero { margin-top:0; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo { --promo-ink:#f7f8fa; background:#000; color:#f7f8fa; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero { background:#000; color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero h2,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-split h2,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-security h2,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-dual h2,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-app h2 { color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero p,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-split p,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-security p,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-dual p,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-app p { color:#b8bec8; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-split { background:#0b0c0e; color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-security { background:#000; color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-statement { background:#090a0c; color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-dual { background:#0c0d10; color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-app { background:#050608; color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-choice-tabs { border-color:#3b3e45; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-choice-tabs .mad-promo-dual-card { border-bottom-color:#3b3e45; color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-choice-tabs .mad-promo-dual-card h3 { color:#fff; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-choice-media { background:#181b21; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-btn-dark,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-btn-outline,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-btn-light { background:#ffd140; border-color:#ffd140; color:#101820; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-btn-dark:hover,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-btn-outline:hover,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-btn-light:hover { background:#ffe278; border-color:#ffe278; color:#101820; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo img { filter:brightness(1.04) saturate(.96); }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-statement-media img,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero-media img { filter:brightness(1.1) saturate(1); }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero-stage,
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero-inner { background-color:#000 !important; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero h2 { color:#fff !important; text-shadow:0 2px 24px rgba(0,0,0,.22); }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero p { color:#c4c9d1 !important; }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero-overlay-title { color:#fff; text-shadow:0 4px 28px rgba(0,0,0,.35); }
.mad-tabs-shell[data-active-tab="about"] .mad-promo-hero-overlay-title {
	box-sizing:border-box; padding-bottom:.16em; line-height:.92;
	overflow:visible; white-space:normal;
}

/* Vyral/RegieBBCOM-compatible edge-to-edge reset for the live Audience page. */
body.mystats-audience-page .cs-site-content { margin-top:0 !important; margin-bottom:0 !important; }
body.mystats-audience-page main .cs-container { width:100% !important; max-width:none !important; padding-left:0 !important; padding-right:0 !important; }
body.mystats-audience-page main .cs-content-area,
body.mystats-audience-page .cs-entry__wrap,
body.mystats-audience-page .cs-entry__container,
body.mystats-audience-page .cs-entry__content-wrap,
body.mystats-audience-page .entry-content,
body.mystats-audience-page .mad-tabs-shell {
	box-sizing:border-box !important; width:100% !important; max-width:none !important;
	margin-left:0 !important; margin-right:0 !important; padding-left:0 !important; padding-right:0 !important;
	overflow:visible !important;
}
body.mystats-audience-page .cs-main-content { width:100% !important; max-width:none !important; margin-top:0 !important; }

/* Strong readable contrast against the unified dark About background. */
.mad-tabs-shell[data-active-tab="about"] .mad-about h2,
.mad-tabs-shell[data-active-tab="about"] .mad-about h3,
.mad-tabs-shell[data-active-tab="about"] .mad-about h4,
.mad-tabs-shell[data-active-tab="about"] .mad-promo h2,
.mad-tabs-shell[data-active-tab="about"] .mad-promo h3 { color:#fff !important; }
.mad-tabs-shell[data-active-tab="about"] .mad-about p,
.mad-tabs-shell[data-active-tab="about"] .mad-promo p { color:#c8cdd5 !important; }
.mad-tabs-shell[data-active-tab="about"] .mad-about-options li { color:#f4f5f7 !important; }
.mad-tabs-shell[data-active-tab="about"] .mad-about-growth-card > strong {
	color:#fff !important; font-size:clamp(34px,3.2vw,48px) !important;
	line-height:1 !important; white-space:nowrap; overflow:hidden;
}

/* Tighter, even vertical rhythm on live and local themes. */
.mad-tabs-shell[data-active-tab="about"] .mad-about { padding-top:72px; padding-bottom:54px; }
.mad-tabs-shell[data-active-tab="about"] .mad-about-image-copy { margin-bottom:28px; }
.mad-tabs-shell[data-active-tab="about"] .mad-about-image-copy { text-align:center; }
.mad-tabs-shell[data-active-tab="about"] .mad-about-image-copy h2,
.mad-tabs-shell[data-active-tab="about"] .mad-about-image-copy p {
	margin-left:auto !important; margin-right:auto !important; text-align:center;
}
.mad-tabs-shell[data-active-tab="about"] .mad-about-details { padding-top:48px; }
.mad-tabs-shell[data-active-tab="about"] .mad-about-growth { padding-top:52px; padding-bottom:58px; }
.mad-tabs-shell[data-active-tab="about"] .mad-about-stories { padding-top:28px; padding-bottom:34px; }
@media(max-width:560px){ .mad-floating-tabs button { padding:9px 14px; font-size:13px; } }

/* Unified PayPal-inspired statistics chapter. */
.mystats-audience {
	max-width:1180px; padding-left:24px; padding-right:24px;
	background:#f3f5f8; color:#071638;
}
.mystats-audience .mad-header {
	padding:90px 0 54px; text-align:left;
}
.mystats-audience .mad-header::before {
	content:none; display:none; margin:0;
	color:#415275; font-size:13px; font-weight:800; letter-spacing:.12em;
}
.mystats-audience .mad-title {
	max-width:900px; margin:0; color:#071638;
	font-size:clamp(54px,7vw,96px); line-height:.92; letter-spacing:-.065em;
}
.mystats-audience .mad-subtitle { max-width:650px; margin:24px 0 42px; color:#52617c; font-size:20px; }
.mystats-audience .mad-mode-toggle {
	display:inline-flex; padding:4px; margin-right:12px; border:0; border-radius:12px;
	background:#dfe4ec;
}
.mystats-audience .mad-mode-btn {
	min-height:38px; padding:8px 17px; border:0; border-radius:9px;
	background:transparent; color:#4c5870; font-size:13px; font-weight:750;
}
.mystats-audience .mad-mode-btn.is-active { background:#071638; color:#fff; box-shadow:none; }
.mystats-audience .mad-period-toggle {
	display:inline-flex; vertical-align:middle; gap:2px; padding:4px; border:0; border-radius:12px; background:#e5e9f0;
}
.mystats-audience .mad-period-btn { min-width:43px; height:38px; border:0; border-radius:9px; background:transparent; color:#6c778b; font-size:12px; font-weight:750; }
.mystats-audience .mad-period-btn.is-active { background:#ffd140; color:#101820; box-shadow:none; }
.mystats-audience .mad-cards { gap:18px; margin:0 0 20px; }
.mystats-audience .mad-card {
	position:relative; min-height:230px; padding:30px; border:0; border-radius:24px;
	background:#071638; color:#fff; box-shadow:none; overflow:hidden;
	transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.mystats-audience .mad-card::before { content:none; }
.mystats-audience .mad-card:nth-child(2) { background:#7dd9ff; color:#071638; }
.mystats-audience .mad-card:nth-child(3) { background:#ffd140; color:#101820; }
.mystats-audience .mad-card:hover { transform:translateY(-5px); }
.mystats-audience .mad-card-label { color:inherit; opacity:.72; font-size:13px; letter-spacing:.1em; }
.mystats-audience .mad-card-value { margin-top:auto; color:inherit; font-size:clamp(64px,8vw,104px); line-height:.78; letter-spacing:-.07em; }
.mystats-audience .mad-card-help { color:inherit; opacity:.68; font-size:13px; }
.mystats-audience .mad-panel {
	padding:34px; border:0; border-radius:24px; background:#080f22; color:#fff; box-shadow:none;
}
.mystats-audience .mad-panel h2,.mystats-audience .mad-panel h3 { color:#fff; }
.mystats-audience .mad-bar-label { color:#fff; font-size:14px; }
.mystats-audience .mad-bar-value { color:#bac4d7; }
.mystats-audience .mad-bar-track { height:10px; background:#202b43; border-radius:999px; }
.mystats-audience .mad-bar-fill { border-radius:999px; background:linear-gradient(90deg,#57d8ff,#7fffd4) !important; transition:width .8s cubic-bezier(.2,.8,.2,1); }
.mystats-audience .mad-bar-row:nth-child(even) .mad-bar-fill { background:linear-gradient(90deg,#ffd140,#ffea91) !important; }
.mystats-audience .mad-footer { color:#657087; }
.mystats-audience {
	box-sizing:border-box; width:100vw !important; max-width:none !important;
	left:50%; margin-left:-50vw !important; margin-right:-50vw !important;
	padding-left:max(24px,calc((100vw - 1180px)/2));
	padding-right:max(24px,calc((100vw - 1180px)/2));
}
.mystats-audience > .mad-about {
	width:100vw !important; left:auto; margin-left:calc(-1 * max(24px,calc((100vw - 1180px)/2))) !important;
	margin-right:calc(-1 * max(24px,calc((100vw - 1180px)/2))) !important;
}
.mystats-audience { background:#eef6fb; }
.mystats-audience .mad-card { background:#dff5ff; color:#071638; }
.mystats-audience .mad-card:nth-child(2) { background:#fff4df; color:#071638; }
.mystats-audience .mad-card:nth-child(3) { background:#fff0a8; color:#071638; }
.mystats-audience .mad-card::after {
	content:""; position:absolute; right:-55px; bottom:-75px; width:190px; height:190px;
	border:1px solid rgba(7,22,56,.1); border-radius:50%; box-shadow:0 0 0 24px rgba(255,255,255,.16),0 0 0 48px rgba(255,255,255,.1);
}
.mystats-audience .mad-panel { background:#fff; color:#071638; box-shadow:0 18px 60px rgba(25,62,105,.08); }
.mystats-audience .mad-panel h2,.mystats-audience .mad-panel h3 { color:#071638; }
.mystats-audience .mad-bar-label { color:#071638; }
.mystats-audience .mad-bar-value { color:#66738b; }
.mystats-audience .mad-bar-track { background:#e8edf3; }
.mystats-audience .mad-card,.mystats-audience .mad-panel { border:1px solid rgba(7,22,56,.06); }
.mystats-audience .mad-mode-toggle,.mystats-audience .mad-period-toggle { background:rgba(255,255,255,.76); box-shadow:inset 0 0 0 1px rgba(7,22,56,.08); }
@media(max-width:760px){
	.mystats-audience .mad-header { padding-top:64px; }
	.mystats-audience .mad-mode-toggle { margin-bottom:10px; }
	.mystats-audience .mad-period-toggle { display:flex; overflow-x:auto; }
	.mystats-audience .mad-card { min-height:190px; padding:24px; }
	.mystats-audience .mad-panel { padding:24px 18px; }
}
@media(max-width:700px){
	.mad-about .mad-about-story-track > .mad-about-story-nav { right:16px; bottom:16px; }
}
.mad-about-growth-card > small { clear:both; }
@keyframes madGrowthBar { from{transform:scaleY(0);opacity:0} to{transform:scaleY(1);opacity:1} }
@media(max-width:800px){
	.mad-about-growth { grid-template-columns:1fr; width:calc(100% - 40px); gap:54px; padding-block:90px; }
	.mad-about-growth-media { height:620px; }
}

.mad-about-float { align-items:center; text-align:center; }
.mad-about-float > span { align-self:flex-start; font-size:17px; font-weight:650; }
.mad-about-donut { position:relative; width:min(210px,100%); aspect-ratio:1; margin:12px auto 10px; }
.mad-about-donut svg { display:block; width:100%; height:100%; transform:rotate(-90deg); overflow:visible; }
.mad-about-donut circle { fill:none; stroke-width:13; }
.mad-about-donut-track { stroke:rgba(255,255,255,.2); }
.mad-about-donut-value {
	--donut-progress:0; stroke:#7fffd4; stroke-linecap:round;
	stroke-dasharray:452.39; stroke-dashoffset:calc(452.39*(1 - var(--donut-progress)));
	filter:drop-shadow(0 0 8px rgba(127,255,212,.35));
}
.mad-about-donut::after { content:""; position:absolute; inset:18%; border-radius:50%; background:rgba(9,18,29,.45); backdrop-filter:blur(7px); }
.mad-about-donut strong {
	position:absolute; z-index:2; inset:0; display:flex; align-items:center; justify-content:center;
	margin:0; padding:0 24px; color:#fff; font-size:clamp(30px,3vw,46px); line-height:1;
	letter-spacing:-.055em; white-space:nowrap; font-variant-numeric:tabular-nums;
	transform:scale(.75); opacity:0; transition:transform .7s .15s cubic-bezier(.2,.8,.2,1),opacity .4s .15s;
}
.mad-about-float.is-playing .mad-about-donut strong { transform:scale(1); opacity:1; }
.mad-about-float > small { max-width:190px; color:rgba(255,255,255,.76); }
@media (prefers-reduced-motion:reduce) {
	.mad-about-donut-value { --donut-progress:1; }
	.mad-about-donut strong { transform:none; opacity:1; }
}

/* Allow the viewport-wide About chapter to escape the 1100px statistics wrapper. */
.mystats-audience { overflow:visible; }

/* Complete full-width PayPal Enterprise-style dark section. */
.mystats-audience .mad-about {
	box-sizing:border-box; width:100vw !important; max-width:none !important;
	left:50%; margin-left:-50vw !important; margin-right:-50vw !important;
	padding-left:max(24px,calc((100vw - 980px)/2)); padding-right:max(24px,calc((100vw - 980px)/2));
}
.mad-about-inner { width:100%; max-width:980px; }
.mad-about-details {
	display:grid; grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
	gap:clamp(70px,10vw,150px); padding:clamp(92px,10vw,145px) 0 20px;
	border-bottom:1px solid rgba(255,255,255,.3);
}
.mad-about-details h3 { margin:0; color:#fff; letter-spacing:-.045em; }
.mad-about-detail-copy h3 { max-width:650px; font-size:clamp(44px,5.5vw,76px); line-height:.98; }
.mad-about-detail-copy p { max-width:680px; margin:30px 0 34px; color:rgba(255,255,255,.9); font-size:19px; line-height:1.5; }
.mad-about .mad-promo-btn { display:inline-flex; align-items:center; justify-content:center; padding:15px 26px; border:2px solid #ffd140; border-radius:999px; background:#ffd140; color:#101820; font-weight:750; text-decoration:none; transition:.25s ease; }
.mad-about .mad-promo-btn:hover { background:#ffe071; border-color:#ffe071; transform:translateY(-2px); }
.mad-about-options { padding-top:4px; }
.mad-about-options h3 { padding-bottom:24px; font-size:clamp(27px,3vw,38px); line-height:1.05; }
.mad-about-options ul { margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.45); }
.mad-about-options li { position:relative; padding:24px 34px 24px 0; border-bottom:1px solid rgba(255,255,255,.45); color:#fff; font-size:18px; line-height:1.25; }
.mad-about-options li::after { content:'\2192'; position:absolute; right:2px; top:22px; color:#7fffd4; font-size:24px; }
@media(max-width:700px){
	.mystats-audience .mad-about { padding-left:20px; padding-right:20px; }
	.mad-about-details { grid-template-columns:1fr; gap:64px; padding-top:78px; }
}

/* The dark chapter itself is full-width; only its typography keeps editorial gutters. */
.mystats-audience .mad-about { padding-left:0; padding-right:0; }
.mystats-audience .mad-about-inner { width:100%; max-width:none; }
.mad-about-inner > h2,.mad-about-inner > p,.mad-about-details,.mad-about-stories-head,.mad-about-story-nav { width:min(1180px,calc(100% - 48px)); margin-left:auto; margin-right:auto; }
.mad-about-media { width:100%; height:clamp(600px,62vw,860px); border-radius:0; }
.mad-about-float { left:max(24px,calc((100vw - 1180px)/2)); width:min(310px,32vw); }

.mad-about-stories { padding:clamp(100px,11vw,160px) 0 80px; overflow:hidden; }
.mad-about-stories-head { display:grid; grid-template-columns:1.25fr .75fr; gap:70px; align-items:end; margin-bottom:58px; }
.mad-about-stories-head h3 { margin:0; max-width:720px; color:#fff; font-size:clamp(52px,7vw,100px); line-height:.88; letter-spacing:-.065em; }
.mad-about-stories-head p { margin:0; color:rgba(255,255,255,.82); font-size:19px; line-height:1.45; }
.mad-about-story-track { position:relative; width:100%; min-height:570px; }
.mad-about-story { position:absolute; inset:0; display:grid; grid-template-columns:.7fr 1.3fr; gap:70px; padding:70px max(24px,calc((100vw - 1180px)/2)); background:#171717; opacity:0; transform:translateX(7%); pointer-events:none; transition:opacity .5s ease,transform .7s cubic-bezier(.2,.7,.2,1); }
.mad-about-story.is-active { z-index:1; opacity:1; transform:none; pointer-events:auto; }
.mad-about-story > span { color:#aeb4bd; font-size:15px; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }
.mad-about-story h4 { grid-column:2; margin:0; color:#fff; font-size:clamp(38px,4.6vw,68px); line-height:1; letter-spacing:-.05em; }
.mad-about-story p { grid-column:2; margin:0; max-width:720px; color:rgba(255,255,255,.78); font-size:18px; }
.mad-about-story > strong { grid-column:2; display:flex; align-items:end; gap:20px; color:#fff; font-size:clamp(70px,9vw,130px); line-height:.8; letter-spacing:-.06em; }
.mad-about-story > strong small { max-width:210px; color:#c6cbd1; font-size:16px; line-height:1.25; letter-spacing:0; }
.mad-about-story-nav { display:flex; justify-content:flex-end; align-items:center; gap:16px; margin-top:28px; }
.mad-about-story-nav button,.mad-about .mad-promo-btn { border:1px solid #555b63; background:#3f444b; color:#fff; }
.mad-about .mad-promo-btn:hover,.mad-about-story-nav button:hover { border-color:#737982; background:#5b6169; color:#fff; }
.mad-about-story-nav button { width:52px; height:52px; padding:0; border-radius:50%; font-size:23px; cursor:pointer; transition:.2s ease; }
.mad-about-story-nav span { color:#b6bbc2; font-size:15px; }
@media(max-width:700px){
	.mad-about-inner > h2,.mad-about-inner > p,.mad-about-details,.mad-about-stories-head,.mad-about-story-nav { width:calc(100% - 40px); }
	.mad-about-media { height:560px; }
	.mad-about-float { left:20px; width:calc(100% - 40px); }
	.mad-about-stories-head,.mad-about-story { grid-template-columns:1fr; gap:28px; }
	.mad-about-story-track { min-height:650px; }
	.mad-about-story { padding:48px 20px; }
	.mad-about-story h4,.mad-about-story p,.mad-about-story > strong { grid-column:1; }
}
@media (max-width:900px) {
	.mad-promo .mad-promo-statement { height:205vh; min-height:1300px; }
	.mad-promo-statement .mad-promo-statement-inner { left:20px; top:38%; width:calc(100% - 40px); }
	.mad-promo-statement .mad-promo-statement-media { left:calc(50% - ((86vw + (14vw*var(--statement-progress)))/2)); width:calc(86vw + (14vw*var(--statement-progress))); top:calc(58% - (58%*var(--statement-progress))); height:calc(38vh + (62vh*var(--statement-progress))); }
}
.mystats-audience-page .site-main,
.mystats-audience-page .content-area,
.mystats-audience-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ===== Audience page ===== */
.mystats-audience {
	--mad-ink: #0f172a;
	--mad-slate: #64748b;
	--mad-slate-soft: #94a3b8;
	--mad-line: #e2e8f0;
	--mad-bg-soft: #f8fafc;
	--mad-indigo: #4f46e5;

	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px 80px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
	color: var(--mad-ink);
	overflow: hidden;
}

.mad-header {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 44px;
}

.mad-title {
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.05;
	margin: 0 0 12px;
}

.mad-subtitle {
	font-size: 15px;
	font-weight: 500;
	color: var(--mad-slate);
	margin: 0 0 28px;
}

.mad-mode-toggle {
	display: inline-flex;
	gap: 4px;
	background: transparent;
	border: 1px solid var(--mad-line);
	border-radius: 999px;
	padding: 3px;
	margin-bottom: 14px;
}

.mad-mode-btn {
	appearance: none;
	border: none;
	background: transparent;
	color: var(--mad-slate);
	font-size: 12px;
	font-weight: 700;
	padding: 6px 16px;
	border-radius: 999px;
	cursor: pointer;
	outline: none;
	transition: background .2s, color .2s;
}

.mad-mode-btn.is-active {
	background: var(--mad-indigo);
	color: #fff;
}

.mad-mode-btn:not(.is-active):hover {
	background: rgba(15,23,42,.06);
	color: var(--mad-ink);
}

.mad-mode-btn:focus-visible {
	box-shadow: 0 0 0 2px var(--mad-ink);
}

.mad-period-toggle {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	background: var(--mad-bg-soft);
	border: 1px solid var(--mad-line);
	border-radius: 999px;
	padding: 4px;
}

.mystats-audience [hidden] {
	display: none !important;
}

.mad-period-btn {
	appearance: none;
	border: none;
	background: transparent;
	color: var(--mad-slate);
	font-size: 13px;
	font-weight: 700;
	padding: 9px 20px;
	border-radius: 999px;
	cursor: pointer;
	outline: none;
	transition: background .2s, color .2s, box-shadow .2s;
	text-transform: capitalize;
}

.mad-period-btn.is-active {
	background: var(--mad-ink);
	color: #fff;
	box-shadow: 0 4px 14px rgba(15,23,42,.2);
}

.mad-period-btn:not(.is-active):hover {
	background: rgba(15,23,42,.06);
	color: var(--mad-ink);
}

.mad-period-btn:focus-visible {
	box-shadow: 0 0 0 2px var(--mad-ink);
}

.mad-period-btn.is-disabled {
	color: #cbd5e1;
	cursor: help;
}

@media (min-width: 640px) {
	.mad-period-toggle[data-mode-panel="month"] {
		flex-wrap: nowrap;
	}
	.mad-period-toggle[data-mode-panel="month"] .mad-period-btn {
		padding: 9px 10px;
	}
}

.mad-period-btn.is-disabled:hover {
	background: transparent;
	color: #cbd5e1;
}

.mad-popover {
	position: absolute;
	z-index: 100000;
	transform: translateX(-50%);
	max-width: 280px;
	padding: 12px 14px;
	border: 1px solid #fde68a;
	border-radius: 10px;
	background: #fffbeb;
	color: #92400e;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	animation: mad-popover-in .15s ease;
}

.mad-popover:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background: #fffbeb;
	border-left: 1px solid #fde68a;
	border-top: 1px solid #fde68a;
}

@keyframes mad-popover-in {
	from { opacity: 0; transform: translateX(-50%) translateY(-4px); }
	to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* ===== KPI cards ===== */
.mad-cards {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}

.mad-card {
	position: relative;
	background: #fff;
	border-radius: 18px;
	padding: 24px 22px;
	box-shadow: 0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.03);
	overflow: hidden;
	transition: transform .25s, box-shadow .25s;
}

.mad-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--mad-accent, var(--mad-indigo));
}

.mad-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(15,23,42,.1);
}

.mad-card-label {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: var(--mad-slate-soft);
	margin-bottom: 10px;
}

.mad-card-value {
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -.02em;
	line-height: 1.05;
	margin-bottom: 6px;
	transition: opacity .15s;
}

.mad-card-help {
	font-size: 12px;
	font-weight: 500;
	color: var(--mad-slate);
}

/* ===== Distribution panel ===== */
.mad-panel {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 18px;
	padding: 26px 24px;
	margin-bottom: 16px;
	box-shadow: 0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.03);
}

.mad-panel h2 {
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 20px;
	letter-spacing: -.01em;
}

.mad-bar-row + .mad-bar-row {
	margin-top: 16px;
}

.mad-bar-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 6px;
	font-size: 13px;
}

.mad-bar-label {
	font-weight: 700;
	color: var(--mad-ink);
}

.mad-bar-value {
	font-weight: 700;
	color: var(--mad-slate);
	font-variant-numeric: tabular-nums;
}

.mad-bar-value em {
	font-style: normal;
	color: var(--mad-slate-soft);
	font-weight: 600;
}

.mad-bar-track {
	height: 10px;
	background: var(--mad-bg-soft);
	border-radius: 999px;
	overflow: hidden;
}

.mad-bar-fill {
	height: 100%;
	border-radius: 999px;
	transition: width .8s ease;
}

/* ===== Footer ===== */
.mad-footer {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 36px;
}

.mad-footer p {
	font-size: 12px;
	color: var(--mad-slate-soft);
	font-weight: 500;
}

.mystats-audience.is-loading .mad-card-value,
.mystats-audience.is-loading .mad-bar-value {
	opacity: .35;
}

/* ===== Responsive ===== */
@media (max-width: 720px) {
	.mad-cards {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.mystats-audience {
		padding: 0 16px 56px;
	}
	.mad-cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.mad-card {
		padding: 18px 16px;
	}
	.mad-card-value {
		font-size: 24px;
	}
	.mad-period-btn {
		padding: 8px 14px;
		font-size: 12px;
	}
}

/* ===== Promo section (full width) ===== */
.mad-promo {
	--promo-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	font-family: var(--promo-font);
	overflow: hidden;
	box-sizing: border-box;
}

.mad-promo h2 {
	font-size: clamp(28px, 4.2vw, 48px);
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.05;
	margin: 0 0 16px;
}

.mad-promo p {
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 24px;
	max-width: 480px;
}

.mad-promo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease;
}

.mad-promo-btn:hover {
	transform: translateY(-1px);
}

.mad-promo-btn-dark {
	background: rgba(0,0,0,.08);
	color: #000;
}

.mad-promo-btn-dark:hover {
	background: rgba(0,0,0,.14);
}

.mad-promo-btn-light {
	background: rgba(255,255,255,.2);
	color: #fff;
}

.mad-promo-btn-light:hover {
	background: rgba(255,255,255,.3);
}

.mad-promo-btn-outline {
	background: transparent;
	color: #002991;
	border: 2px solid #002991;
	padding: 12px 26px;
}

.mad-promo-btn-outline:hover {
	background: #002991;
	color: #fff;
}

.mad-promo-placeholder {
	width: 100%;
	height: 100%;
	min-height: 220px;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mad-promo-placeholder-icon {
	width: 34%;
	max-width: 120px;
	filter: drop-shadow(0 8px 20px rgba(0,0,0,.12));
}

/* Hero */
.mad-promo-hero {
	background: #60cdff;
	color: #000;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 40px;
	padding: 80px max(24px, calc((100vw - 1100px) / 2));
}

.mad-promo-hero-media {
	aspect-ratio: 4 / 3;
}

.mad-promo-hero-media img,
.mad-promo-hero-media .mad-promo-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 28px;
}

/* Split */
.mad-promo-split {
	background: #fff;
	color: #000;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 48px;
	padding: 80px max(24px, calc((100vw - 1100px) / 2));
}

.mad-promo-split-media img,
.mad-promo-split-media .mad-promo-placeholder {
	width: 100%;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	border-radius: 28px;
}

/* Stack */
.mad-promo-stack {
	background: #fff;
	color: #000;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 24px 100px;
}

.mad-promo-stack p {
	margin-left: auto;
	margin-right: auto;
}

.mad-promo-stack-media {
	margin-bottom: 32px;
}

.mad-promo-stack-media img,
.mad-promo-stack-media .mad-promo-placeholder {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	border-radius: 28px;
}

/* Dual CTA */
.mad-promo-dual {
	background: #002991;
	color: #fff;
	text-align: center;
	padding: 80px max(24px, calc((100vw - 1100px) / 2));
}

.mad-promo-dual h2 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.mad-promo-dual-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: 900px;
	margin: 40px auto 0;
	text-align: left;
}

.mad-promo-dual-card {
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 24px;
	padding: 28px;
	transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.mad-promo-dual-card:hover {
	transform: translateY(-4px);
	background: rgba(255,255,255,.1);
	border-color: rgba(255,255,255,.28);
}

.mad-promo-dual-media {
	margin-bottom: 20px;
}

.mad-promo-dual-media img,
.mad-promo-dual-media .mad-promo-placeholder {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 18px;
}

.mad-promo-dual-card h3 {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 8px;
}

.mad-promo-dual-card p {
	font-size: 14px;
	color: rgba(255,255,255,.8);
	margin: 0 0 20px;
	max-width: none;
}

.mad-promo-dual-card .mad-promo-btn-outline {
	color: #fff;
	border-color: rgba(255,255,255,.5);
}

.mad-promo-dual-card .mad-promo-btn-outline:hover {
	background: #fff;
	color: #002991;
}

/* App / final CTA */
.mad-promo-app {
	background: #60cdff;
	color: #000;
	text-align: center;
	padding: 80px 24px;
}

.mad-promo-app h2,
.mad-promo-app p {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.mad-promo-app-media {
	max-width: 560px;
	margin: 0 auto 32px;
}

.mad-promo-app-media img,
.mad-promo-app-media .mad-promo-placeholder {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 28px;
}

/* Image hover zoom (media inside media containers) */
.mad-promo-hero-media,
.mad-promo-split-media,
.mad-promo-stack-media,
.mad-promo-dual-media,
.mad-promo-app-media {
	overflow: hidden;
	border-radius: 28px;
}

.mad-promo-dual-media {
	border-radius: 18px;
}

.mad-promo-hero-media img,
.mad-promo-split-media img,
.mad-promo-stack-media img,
.mad-promo-dual-media img,
.mad-promo-app-media img {
	transition: transform .5s ease;
}

.mad-promo-hero-media:hover img,
.mad-promo-split-media:hover img,
.mad-promo-stack-media:hover img,
.mad-promo-dual-media:hover img,
.mad-promo-app-media:hover img {
	transform: scale(1.05);
}

/* Scroll-reveal (fade + rise), mirrors the motion used across paypal.com sections */
.mad-promo [data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}

.mad-promo [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.mad-promo-dual-grid .mad-promo-dual-card {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .6s ease, transform .6s ease, background .25s ease, border-color .25s ease;
}

.mad-promo-dual.is-visible .mad-promo-dual-card {
	opacity: 1;
	transform: translateY(0);
}

.mad-promo-dual.is-visible .mad-promo-dual-card:nth-child(2) {
	transition-delay: .12s;
}

@media (prefers-reduced-motion: reduce) {
	.mad-promo [data-reveal],
	.mad-promo-dual-grid .mad-promo-dual-card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* À propos — faithful dark enterprise composition, immediately before statistics. */
.mystats-audience .mad-about {
	--about-progress:0;
	position:relative; width:100vw; margin:0 calc(50% - 50vw) 72px;
	padding:clamp(88px,9vw,138px) 24px clamp(80px,8vw,120px);
	background:#000; color:#fff; overflow:hidden;
}
.mad-about-inner { width:min(932px,calc(100% - 48px)); margin:0 auto; }
.mad-about h2 { max-width:780px; margin:0; color:#fff; font-size:clamp(52px,6vw,86px); font-weight:800; line-height:.98; letter-spacing:-.055em; }
.mad-about > .mad-about-inner > p { max-width:930px; margin:26px 0 34px; color:#fff; font-size:clamp(19px,2vw,25px); line-height:1.4; }
.mad-about-media {
	position:relative; height:clamp(520px,57vw,650px); border-radius:24px; overflow:hidden;
	transform:translateY(calc((1 - var(--about-progress))*75px)) scale(calc(.94 + (var(--about-progress)*.06)));
	opacity:clamp(0,calc(var(--about-progress)*2.4),1); transform-origin:center top; will-change:transform,opacity;
}
.mad-about-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.22),transparent 55%); }
.mad-about-media img,.mad-about-media .mad-promo-placeholder { width:100%; height:100%; min-height:0; object-fit:cover; border-radius:inherit; }
.mad-about-float {
	position:absolute; z-index:2; left:8%; top:13%; width:min(290px,34%); min-height:250px;
	display:flex; flex-direction:column; justify-content:center; padding:30px; border-radius:22px;
	background:rgba(62,73,86,.78); backdrop-filter:blur(12px); color:#fff;
	transform:translateY(calc((1 - var(--about-progress))*55px));
}
.mad-about-float span { font-size:17px; }
.mad-about-float strong { margin:12px 0; color:#7fffd4; font-size:clamp(46px,5vw,70px); letter-spacing:-.06em; }
.mad-about-float small { font-size:15px; line-height:1.35; }

/* Consistent section rhythm: remove accidental oversized gaps outside scroll scenes. */
.mystats-audience .mad-header { padding-top:64px; }
.mad-promo-split,.mad-promo-security,.mad-promo-dual { margin-block:0; }
.mad-promo-split { padding-top:110px; padding-bottom:110px; }
.mad-promo-dual { padding-top:110px; padding-bottom:120px; }

/* Final cascade lock. */
.mad-promo .mad-promo-statement { --statement-progress:0; position:relative; display:block; place-items:normal; height:230vh; min-height:1500px; padding:0; overflow:clip; }
.mad-promo-statement .mad-promo-statement-stage { position:sticky; top:0; height:100vh; min-height:700px; overflow:hidden; }
.mad-promo-statement .mad-promo-statement-inner { position:absolute; z-index:3; left:max(28px,calc((100vw - 1240px)/2)); top:50%; width:min(54vw,760px); transform:translateY(calc(-50% - (var(--statement-progress)*90px))); opacity:clamp(0,calc(1 - (var(--statement-progress)*1.8)),1); }
.mad-promo-statement .mad-promo-statement-media { position:absolute; z-index:2; left:calc(65% - (65%*var(--statement-progress))); top:calc(14% - (14%*var(--statement-progress))); width:calc(30vw + (70vw*var(--statement-progress))); height:calc(72vh + (28vh*var(--statement-progress))); border-radius:calc(38px*(1 - var(--statement-progress))); overflow:hidden; }
.mad-promo-statement .mad-promo-statement-media img { width:100%; height:100%; object-fit:cover; }
.mad-promo-statement .mad-promo-statement-word { position:absolute; z-index:2; left:3vw; bottom:20%; color:#fff; font-size:clamp(74px,15vw,230px); line-height:.75; letter-spacing:-.075em; opacity:clamp(0,calc((var(--statement-progress) - .48)*3),1); transform:translateY(calc((1 - var(--statement-progress))*100px)); }
.mad-promo-statement .mad-promo-statement-benefits { position:absolute; z-index:3; left:4vw; right:4vw; bottom:4%; max-width:none; margin:0; opacity:clamp(0,calc((var(--statement-progress) - .62)*4),1); }
.mad-promo .mad-promo-btn-dark,.mad-promo .mad-promo-btn-outline,.mad-promo .mad-promo-btn-light { background:#ffd140; border-color:#ffd140; color:#101820; }
.mad-promo .mad-promo-btn-dark:hover,.mad-promo .mad-promo-btn-outline:hover,.mad-promo .mad-promo-btn-light:hover { background:#ffe071; border-color:#ffe071; color:#101820; }

@media (max-width:700px) {
	.mystats-audience .mad-about { margin-bottom:48px; padding:72px 0 64px; }
	.mad-about-inner { width:calc(100% - 40px); }
	.mad-about-media { height:520px; border-radius:20px; }
	.mad-about-float { left:18px; top:auto; bottom:18px; width:calc(100% - 36px); min-height:180px; }
}

/* Cinematic conversion scene: compact editorial card expands into a full-bleed image. */
.mad-promo-statement { --statement-progress:0; position:relative; display:block; height:230vh; min-height:1500px; padding:0; overflow:clip; }
.mad-promo-statement-stage { position:sticky; top:0; height:100vh; min-height:700px; overflow:hidden; }
.mad-promo-statement-inner {
	position:absolute; z-index:3; left:max(28px,calc((100vw - 1240px)/2)); top:50%;
	width:min(54vw,760px); transform:translateY(calc(-50% - (var(--statement-progress)*90px)));
	opacity:clamp(0,calc(1 - (var(--statement-progress)*1.8)),1); will-change:transform,opacity;
}
.mad-promo-statement h2 { max-width:760px; font-size:clamp(54px,6.5vw,98px); line-height:.91; }
.mad-promo-statement-inner .mad-promo-btn { margin-top:34px; }
.mad-promo-statement-media {
	position:absolute; z-index:2; left:calc(65% - (65%*var(--statement-progress))); top:calc(14% - (14%*var(--statement-progress)));
	width:calc(30vw + (70vw*var(--statement-progress))); height:calc(72vh + (28vh*var(--statement-progress)));
	border-radius:calc(38px*(1 - var(--statement-progress))); overflow:hidden; box-shadow:0 30px 90px rgba(0,10,55,.35);
	will-change:left,top,width,height,border-radius;
}
.mad-promo-statement-media::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(0,15,60,.02) 30%,rgba(0,15,60,.8) 100%); }
.mad-promo-statement-media img,.mad-promo-statement-media .mad-promo-placeholder { width:100%; height:100%; min-height:0; border-radius:inherit; object-fit:cover; }
.mad-promo-statement-word { position:absolute; z-index:2; left:3vw; bottom:20%; color:#fff; font-size:clamp(74px,15vw,230px); line-height:.75; letter-spacing:-.075em; opacity:clamp(0,calc((var(--statement-progress) - .48)*3),1); transform:translateY(calc((1 - var(--statement-progress))*100px)); }
.mad-promo-statement .mad-promo-statement-benefits { position:absolute; z-index:3; left:4vw; right:4vw; bottom:4%; max-width:none; margin:0; opacity:clamp(0,calc((var(--statement-progress) - .62)*4),1); }

/* Requested campaign palette: every formerly blue promo button is yellow with black type. */
.mad-promo .mad-promo-btn-dark,
.mad-promo .mad-promo-btn-outline,
.mad-promo .mad-promo-btn-light { background:#ffd140; border-color:#ffd140; color:#101820; }
.mad-promo .mad-promo-btn-dark:hover,
.mad-promo .mad-promo-btn-outline:hover,
.mad-promo .mad-promo-btn-light:hover { background:#ffe071; border-color:#ffe071; color:#101820; }

@media (max-width:900px) {
	.mad-promo-statement { height:205vh; min-height:1300px; }
	.mad-promo-statement-inner { left:20px; top:38%; width:calc(100% - 40px); }
	.mad-promo-statement-media { left:calc(50% - ((86vw + (14vw*var(--statement-progress)))/2)); width:calc(86vw + (14vw*var(--statement-progress))); top:calc(58% - (58%*var(--statement-progress))); height:calc(38vh + (62vh*var(--statement-progress))); }
}
@media (max-width:560px) {
	.mad-promo-statement .mad-promo-statement-benefits { grid-template-columns:1fr; left:20px; right:20px; bottom:3%; }
	.mad-promo-statement .mad-promo-statement-benefits strong { min-height:0; padding:12px 0; flex-direction:row; gap:14px; font-size:18px; }
	.mad-promo-statement .mad-promo-statement-benefits strong + strong { padding-left:0; border-left:0; }
}

@media (max-width: 860px) {
	.mad-promo-hero,
	.mad-promo-split {
		grid-template-columns: 1fr;
		padding: 56px 24px;
		text-align: center;
	}
	.mad-promo-hero p,
	.mad-promo-split p {
		margin-left: auto;
		margin-right: auto;
	}
	.mad-promo-split-media {
		order: -1;
	}
	.mad-promo-dual-grid {
		grid-template-columns: 1fr;
	}
	.mad-promo-stack {
		padding: 8px 20px 72px;
	}
	.mad-promo-dual,
	.mad-promo-app {
		padding: 56px 24px;
	}
}

/* ===== PayPal-inspired editorial refresh ===== */
.mad-promo {
	--promo-blue: #142c8e;
	--promo-sky: #c8f3ff;
	--promo-cyan: #49c7ed;
	--promo-ink: #001435;
	--promo-cream: #fff7e7;
	background: #fff;
	color: var(--promo-ink);
	overflow: clip;
}

.mad-promo h2 {
	font-size: clamp(42px, 6.6vw, 92px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: .94;
}

.mad-promo p {
	font-size: clamp(17px, 1.55vw, 22px);
	line-height: 1.45;
}

.mad-promo-btn {
	min-height: 52px;
	padding: 0 28px;
	border: 2px solid currentColor;
	font-size: 16px;
	font-weight: 750;
	line-height: 1;
	box-shadow: none;
}

.mad-promo-btn-dark,
.mad-promo-btn-light,
.mad-promo-btn-outline {
	background: var(--promo-blue);
	border-color: var(--promo-blue);
	color: #fff;
}

.mad-promo-btn-dark:hover,
.mad-promo-btn-light:hover,
.mad-promo-btn-outline:hover {
	background: #0b215f;
	border-color: #0b215f;
	color: #fff;
}

/* First campaign block: oversized type and a tall editorial image. */
.mad-promo-hero {
	min-height: min(920px, 94vh);
	padding: clamp(70px, 8vw, 120px) max(28px, calc((100vw - 1240px) / 2));
	grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
	gap: clamp(50px, 8vw, 120px);
	background: var(--promo-sky);
	color: var(--promo-ink);
}

.mad-promo-hero-inner {
	position: relative;
	z-index: 2;
}

.mad-promo-hero h2 { max-width: 680px; }
.mad-promo-hero p { max-width: 560px; margin: 28px 0 34px; }
.mad-promo-hero-media { aspect-ratio: 4 / 5; border-radius: 42% 42% 30px 30px; }

.mad-promo-hero-media img,
.mad-promo-hero-media .mad-promo-placeholder {
	border-radius: inherit;
}

/* Second campaign block: white space and a reverse split. */
.mad-promo-split {
	min-height: 820px;
	padding: clamp(80px, 10vw, 150px) max(28px, calc((100vw - 1240px) / 2));
	grid-template-columns: minmax(420px, 1.06fr) minmax(0, .94fr);
	gap: clamp(60px, 9vw, 140px);
	background: #fff;
}

.mad-promo-split-media { transform: rotate(-2deg); }
.mad-promo-split-media img,
.mad-promo-split-media .mad-promo-placeholder {
	aspect-ratio: 4 / 5;
	border-radius: 48% 48% 28px 28px;
}

.mad-promo-split-text h2 { max-width: 640px; }
.mad-promo-split-text p { margin: 28px 0 34px; }

/* Two bold pathways: dense navy canvas with roomy cards. */
.mad-promo-dual {
	padding: clamp(90px, 10vw, 150px) max(28px, calc((100vw - 1240px) / 2));
	background: var(--promo-blue);
}

.mad-promo-dual > h2 {
	max-width: 980px;
	margin-bottom: 66px;
}

.mad-promo-dual-grid {
	max-width: 1120px;
	gap: 30px;
	margin-top: 0;
}

.mad-promo-dual-card {
	display: flex;
	flex-direction: column;
	min-height: 620px;
	padding: 18px 18px 30px;
	border: 0;
	border-radius: 30px;
	background: #fff;
	color: var(--promo-ink);
}

.mad-promo-dual-card:nth-child(2) { background: var(--promo-cream); }
.mad-promo-dual-card:hover { background: #fff; }
.mad-promo-dual-card h3 { padding: 4px 18px 0; font-size: clamp(34px, 3.5vw, 54px); letter-spacing: -.04em; }
.mad-promo-dual-card p { padding: 0 18px; color: #415275; font-size: 17px; }
.mad-promo-dual-card .mad-promo-btn { align-self: flex-start; margin: auto 18px 0; }
.mad-promo-dual-media { border-radius: 22px; }
.mad-promo-dual-media img,
.mad-promo-dual-media .mad-promo-placeholder { height: 310px; border-radius: 22px; }

/* Final app-style block. */
.mad-promo-app {
	position: relative;
	min-height: 900px;
	padding: clamp(80px, 9vw, 130px) 24px 0;
	background: var(--promo-cyan);
	overflow: hidden;
}

.mad-promo-statement {
	display: grid;
	place-items: center;
	min-height: 92vh;
	padding: clamp(90px, 12vw, 170px) max(28px, calc((100vw - 1240px) / 2));
	background: var(--promo-blue);
	color: #fff;
}
.mad-promo-statement-inner { width: 100%; }
.mad-promo-statement-kicker {
	display: inline-flex; margin-bottom: 30px; padding: 10px 16px;
	border: 1px solid rgba(255,255,255,.45); border-radius: 999px;
	font-size: 14px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;
}
.mad-promo-statement h2 {
	max-width: 1120px;
	font-size: clamp(54px, 8.5vw, 124px);
}
.mad-promo-statement p {
	max-width: 760px;
	margin-top: 30px;
	color: rgba(255,255,255,.86);
}
.mad-promo-statement-benefits {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
	max-width: 1120px; margin: 64px 0 42px; border-top: 1px solid rgba(255,255,255,.35);
}
.mad-promo-statement-benefits strong {
	display: flex; flex-direction: column; gap: 24px; min-height: 145px;
	padding: 24px 30px 20px 0; border-bottom: 1px solid rgba(255,255,255,.35);
	font-size: clamp(20px, 2vw, 29px); line-height: 1.1;
}
.mad-promo-statement-benefits strong + strong { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.35); }
.mad-promo-statement-benefits i { font-size: 13px; font-style: normal; opacity: .65; letter-spacing: .12em; }
.mad-promo-statement .mad-promo-btn-light { background: #fff; color: var(--promo-blue); }
.mad-promo-statement .mad-promo-btn-light:hover { background: var(--promo-cyan); transform: translateY(-3px); }

.mad-promo-dual {
	background: #fff;
	color: var(--promo-ink);
}
.mad-promo-dual-card {
	border: 1px solid #d9e2f2;
	box-shadow: none;
}

.mad-promo-app h2 { max-width: 1000px; }
.mad-promo-app p { max-width: 700px; margin-top: 26px; }
.mad-promo-app .mad-promo-btn { margin-bottom: 54px; }
.mad-promo-app-media { max-width: 760px; margin: 0 auto 48px; }
.mad-promo-app-media img,
.mad-promo-app-media .mad-promo-placeholder {
	height: min(520px, 54vw);
	min-height: 360px;
	border-radius: 54px 54px 0 0;
}

/* Rich, self-contained fictional images. Every scene is replaced by the
   selected WordPress media as soon as an administrator chooses one. */
.mad-promo-placeholder {
	position: relative;
	isolation: isolate;
	min-height: 320px;
	background:
		radial-gradient(circle at 72% 18%, rgba(255,255,255,.62) 0 8%, transparent 8.5%),
		linear-gradient(145deg, var(--scene-from), var(--scene-to));
	overflow: hidden;
}

.mad-scene-sun {
	position: absolute;
	top: 9%; right: 10%;
	width: 26%; aspect-ratio: 1;
	border-radius: 50%;
	background: #ffe55f;
	box-shadow: 0 0 0 22px rgba(255,255,255,.13);
}

.mad-scene-shape { position: absolute; display: block; }
.mad-scene-shape-a {
	left: -8%; bottom: -12%; width: 64%; height: 56%;
	border-radius: 50% 50% 20% 20%;
	background: #ff5c8a;
	transform: rotate(14deg);
}
.mad-scene-shape-b {
	right: -12%; bottom: -14%; width: 58%; height: 48%;
	border-radius: 50% 48% 0 0;
	background: #142c8e;
	transform: rotate(-12deg);
}

.mad-scene-person { position: absolute; z-index: 2; left: 22%; bottom: 4%; width: 46%; height: 72%; }
.mad-scene-head {
	position: absolute; top: 0; left: 27%; width: 45%; aspect-ratio: 1;
	border-radius: 48% 48% 44% 44%; background: #9d5e43;
	box-shadow: inset 0 18px 0 #26170f;
}
.mad-scene-body {
	position: absolute; bottom: 0; left: 2%; width: 96%; height: 64%;
	border-radius: 50% 50% 16px 16px; background: #f7f4ef;
}

.mad-scene-orbit {
	position: absolute;
	z-index: 3;
	display: block;
	border: clamp(6px, .9vw, 12px) solid rgba(255,255,255,.92);
	border-radius: 50%;
	box-shadow: 0 20px 55px rgba(0,20,53,.18);
}
.mad-scene-orbit-a { right: 8%; bottom: 12%; width: 28%; aspect-ratio: 1; }
.mad-scene-orbit-b { right: 18%; bottom: 29%; width: 13%; aspect-ratio: 1; background: #ffe55f; }

.mad-scene-device {
	position: absolute; z-index: 3; right: 8%; bottom: 8%;
	width: 31%; height: 52%; border: 8px solid #fff; border-radius: 28px;
	background: #fff; box-shadow: 0 24px 60px rgba(0,20,53,.24);
}
.mad-scene-device i { display: block; height: 78%; border-radius: 18px; background: linear-gradient(160deg,#c8f3ff,#49c7ed); }
.mad-scene-device b { display: block; padding-top: 8px; color: #001435; font-size: clamp(11px, 1.3vw, 18px); text-align: center; }
.mad-scene-label {
	position: absolute; z-index: 5; left: 18px; top: 18px;
	padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.9);
	color: #142c8e; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}

.mad-scene-target { --scene-from: #fff3bb !important; --scene-to: #ffb648 !important; }
.mad-scene-target .mad-scene-shape-a { background: #49c7ed; }
.mad-scene-target .mad-scene-shape-b { background: #6b46c1; }
.mad-scene-people { --scene-from: #dce3ff !important; --scene-to: #7e91ff !important; }
.mad-scene-people .mad-scene-device { transform: rotate(-7deg); }
.mad-scene-handshake { --scene-from: #ffd9ea !important; --scene-to: #ff6aaa !important; }
.mad-scene-handshake .mad-scene-device { transform: rotate(7deg); }
.mad-scene-bell { --scene-from: #bff5ff !important; --scene-to: #38bdf8 !important; }
.mad-scene-bell .mad-scene-person { left: 28%; }

@media (max-width: 900px) {
	.mad-promo [data-reveal],
	.mad-promo-dual-grid .mad-promo-dual-card {
		opacity: 1;
		transform: none;
	}
	.mad-promo-hero,
	.mad-promo-split {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 50px;
		padding: 74px 24px;
		text-align: left;
	}
	.mad-promo-hero p,
	.mad-promo-split p { margin-left: 0; margin-right: 0; }
	.mad-promo-hero-media,
	.mad-promo-split-media { width: min(100%, 620px); margin: 0 auto; transform: none; }
	.mad-promo-dual-grid { grid-template-columns: 1fr; }
	.mad-promo-dual-card { min-height: 560px; }
}

@media (max-width: 560px) {
	.mad-promo-statement-benefits { grid-template-columns: 1fr; margin-top: 44px; }
	.mad-promo-statement-benefits strong { min-height: 100px; padding: 20px 0; }
	.mad-promo-statement-benefits strong + strong { padding-left: 0; border-left: 0; }
	.mad-promo h2 { font-size: clamp(42px, 14vw, 66px); }
	.mad-promo-hero-media,
	.mad-promo-split-media { border-radius: 34% 34% 22px 22px; }
	.mad-promo-dual { padding: 72px 16px; }
	.mad-promo-dual-card { min-height: 520px; }
	.mad-promo-dual-media img,
	.mad-promo-dual-media .mad-promo-placeholder { height: 250px; min-height: 250px; }
	.mad-promo-app { min-height: 760px; padding-left: 18px; padding-right: 18px; }
	.mad-scene-device { border-width: 5px; border-radius: 18px; }
}

/* ===== Scroll choreography: compact image -> full-bleed background ===== */
.mad-promo-hero[data-scroll-scene] {
	--scene-progress: 0;
	display: block;
	height: 230vh;
	min-height: 1500px;
	padding: 0;
	background: var(--promo-cyan);
	overflow: visible;
}

.mad-promo-hero-stage {
	position: sticky;
	top: 0;
	height: 100vh;
	min-height: 680px;
	overflow: hidden;
	background: var(--promo-cyan);
}

.mad-promo-hero-inner {
	position: absolute;
	z-index: 3;
	top: clamp(86px, 12vh, 150px);
	left: 50%;
	width: min(880px, calc(100vw - 48px));
	transform: translate3d(-50%, calc(var(--scene-progress) * -80px), 0);
	text-align: center;
	opacity: calc(1 - (var(--scene-progress) * 1.65));
	pointer-events: auto;
}

.mad-promo-hero-inner h2 { max-width: none; }
.mad-promo-hero-inner p { margin: 24px auto 28px; }

.mad-promo-hero-media {
	position: absolute;
	z-index: 2;
	left: calc(50% - ((42vw + (58vw * var(--scene-progress))) / 2));
	top: calc(48vh - (38vh * var(--scene-progress)));
	width: calc(42vw + (58vw * var(--scene-progress)));
	height: calc(60vh + (40vh * var(--scene-progress)));
	min-width: 470px;
	margin: 0;
	aspect-ratio: auto;
	border-radius: calc(38px * (1 - var(--scene-progress)));
	overflow: hidden;
	will-change: left, top, width, height, border-radius;
}

.mad-promo-hero-media img,
.mad-promo-hero-media .mad-promo-placeholder {
	width: 100%;
	height: 100%;
	min-height: 0;
	border-radius: inherit;
	object-fit: cover;
	transform: scale(calc(1 + (var(--scene-progress) * .09)));
	transition: none;
}

.mad-promo-hero-media:hover img { transform: scale(calc(1 + (var(--scene-progress) * .09))); }

.mad-promo-hero-overlay-title {
	position: absolute;
	z-index: 7;
	left: clamp(20px, 5vw, 80px);
	right: clamp(20px, 5vw, 80px);
	bottom: clamp(30px, 7vh, 90px);
	color: #fff;
	font-size: clamp(58px, 11vw, 168px);
	font-weight: 850;
	letter-spacing: -.065em;
	line-height: .82;
	text-align: left;
	text-shadow: 0 2px 22px rgba(0,20,53,.16);
	opacity: max(0, calc((var(--scene-progress) - .48) * 2.2));
	transform: translate3d(0, calc((1 - var(--scene-progress)) * 90px), 0);
	will-change: transform, opacity;
}

/* The following visuals glide at a slower speed than the page. */
.mad-promo [data-parallax-scene] { --parallax-progress: 0; }
.mad-promo-split-media {
	transform: translate3d(0, calc((.5 - var(--parallax-progress)) * 90px), 0) rotate(-2deg);
	will-change: transform;
}

.mad-promo-security {
	--parallax-progress: 0;
	position: relative;
	min-height: 1180px;
	padding: 110px max(28px, calc((100vw - 1240px) / 2));
	background: #fff;
	overflow: clip;
}
.mad-promo-security-copy {
	position: relative;
	z-index: 1;
	max-width: 850px;
	margin: 0 auto 70px;
	text-align: center;
}
.mad-promo-security-copy p { margin: 26px auto 0; }
.mad-promo-security-media {
	position: relative;
	height: 690px;
	border-radius: 40px;
	overflow: hidden;
	transform: translate3d(0, calc((.5 - var(--parallax-progress)) * 100px), 0) scale(calc(.9 + (var(--parallax-progress) * .1)));
	transform-origin: center;
	will-change: transform;
}
.mad-promo-security-media img,
.mad-promo-security-media .mad-promo-placeholder {
	width: 100%;
	height: 100%;
	min-height: 0;
	border-radius: inherit;
	object-fit: cover;
}
.mad-promo-security-media > strong {
	position: absolute;
	z-index: 6;
	left: 4%;
	right: 4%;
	bottom: 5%;
	color: #fff;
	font-size: clamp(64px, 10vw, 150px);
	font-weight: 850;
	letter-spacing: -.065em;
	line-height: .84;
	text-shadow: 0 4px 26px rgba(0,20,53,.2);
}
.mad-promo-dual-card:first-child {
	transform: translate3d(0, calc((.5 - var(--parallax-progress)) * 54px), 0);
}
.mad-promo-dual-card:nth-child(2) {
	transform: translate3d(0, calc((.5 - var(--parallax-progress)) * -54px), 0);
}

/* Large editorial choice panel, matching PayPal's alternating Send/Receive rhythm. */
.mad-promo-dual { padding-top: 120px; padding-bottom: 140px; }
.mad-promo-dual > h2 { max-width: 1050px; margin: 0 auto 75px; }
.mad-promo-choice-layout {
	display: grid;
	grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr);
	gap: clamp(50px, 8vw, 120px);
	max-width: 1240px;
	margin: 0 auto;
	align-items: center;
}
.mad-promo-choice-tabs { border-top: 1px solid #c9d1e2; }
.mad-promo-choice-tabs .mad-promo-dual-card {
	display: block;
	min-height: 0;
	padding: 30px 0 34px;
	border: 0;
	border-bottom: 1px solid #c9d1e2;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	cursor: pointer;
	opacity: .48;
	transition: opacity .3s ease;
}
.mad-promo-choice-tabs .mad-promo-dual-card:hover,
.mad-promo-choice-tabs .mad-promo-dual-card.is-active { background: transparent; opacity: 1; }
.mad-promo-choice-tabs .mad-promo-dual-card h3 {
	position: relative;
	padding: 0 52px 0 0;
	font-size: clamp(46px, 5vw, 78px);
	line-height: .96;
	letter-spacing: -.055em;
}
.mad-promo-choice-tabs .mad-promo-dual-card h3::after {
	content: '\2192'; position: absolute; right: 0; top: 0; font-size: .65em;
	transform: translateX(-12px); opacity: 0; transition: .3s ease;
}
.mad-promo-choice-tabs .mad-promo-dual-card.is-active h3::after { transform: none; opacity: 1; }
.mad-promo-choice-tabs .mad-promo-dual-card p { max-height: 0; margin: 0; padding: 0; overflow: hidden; opacity: 0; transition: .35s ease; }
.mad-promo-choice-tabs .mad-promo-dual-card .mad-promo-btn { display: none; margin: 24px 0 0; }
.mad-promo-choice-tabs .mad-promo-dual-card.is-active p { max-height: 100px; margin-top: 20px; opacity: 1; }
.mad-promo-choice-tabs .mad-promo-dual-card.is-active .mad-promo-btn { display: inline-flex; }
.mad-promo-choice-media { position: relative; min-height: 720px; border-radius: 34px; overflow: hidden; background: #edf1f8; }
.mad-promo-choice-media .mad-promo-dual-media {
	position: absolute; inset: 0; height: 100%; border-radius: inherit;
	opacity: 0; transform: scale(1.045); transition: opacity .55s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.mad-promo-choice-media .mad-promo-dual-media.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.mad-promo-choice-media .mad-promo-dual-media img,
.mad-promo-choice-media .mad-promo-dual-media .mad-promo-placeholder { width: 100%; height: 100%; min-height: 0; border-radius: inherit; object-fit: cover; }
.mad-promo-app-media {
	transform: translate3d(0, calc((.5 - var(--parallax-progress)) * 100px), 0) scale(calc(.92 + (var(--parallax-progress) * .08)));
	will-change: transform;
}

@media (max-width: 900px) {
	.mad-promo-hero[data-scroll-scene] { height: 205vh; min-height: 1280px; }
	.mad-promo-hero-stage { min-height: 620px; }
	.mad-promo-hero-inner { top: 74px; }
	.mad-promo-hero-media {
		left: calc(50% - ((84vw + (16vw * var(--scene-progress))) / 2));
		top: calc(49vh - (39vh * var(--scene-progress)));
		width: calc(84vw + (16vw * var(--scene-progress)));
		height: calc(55vh + (45vh * var(--scene-progress)));
		min-width: 0;
	}
	.mad-promo-hero-overlay-title { font-size: clamp(54px, 17vw, 92px); }
	.mad-promo-split-media { transform: translate3d(0, calc((.5 - var(--parallax-progress)) * 50px), 0); }
	.mad-promo-security { min-height: 930px; padding: 80px 20px; }
	.mad-promo-security-media { height: 560px; border-radius: 28px; }
	.mad-promo-choice-layout { grid-template-columns: 1fr; gap: 38px; }
	.mad-promo-choice-media { min-height: 560px; grid-row: 1; }
}

@media (max-width: 560px) {
	.mad-promo-choice-media { min-height: 440px; border-radius: 24px; }
	.mad-promo-choice-tabs .mad-promo-dual-card h3 { font-size: 45px; }
}

@media (prefers-reduced-motion: reduce) {
	.mad-promo-hero-inner,
	.mad-promo-hero-media,
	.mad-promo-hero-overlay-title,
	.mad-promo-split-media,
	.mad-promo-dual-card,
	.mad-promo-app-media { will-change: auto; }
}

/* Absolute final overrides — keep after every legacy rule. */
html body.mystats-audience-page .cs-site,
html body.mystats-audience-page .cs-site-primary,
html body.mystats-audience-page .cs-site-content,
html body.mystats-audience-page .cs-content-area,
html body.mystats-audience-page .cs-entry__wrap,
html body.mystats-audience-page .cs-entry__container,
html body.mystats-audience-page .cs-entry__content-wrap {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
html body.mystats-audience-page .entry-content {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
html body.mystats-audience-page .entry-content > .mad-tabs-shell {
	min-width: 0;
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}
html body.mystats-audience-page .cs-footer { margin-top: 0 !important; }
html body.mystats-audience-page .mad-tabs-shell > .mad-promo,
html body.mystats-audience-page .mad-tabs-shell > .mystats-audience {
	margin-bottom: 0 !important;
}
html body.mystats-audience-page .mad-about-details {
	border-bottom: 0 !important;
}
@media (min-width: 769px) {
	html body.mystats-audience-page .entry-content {
		margin-bottom: 0 !important;
	}
}
html body.mystats-audience-page footer.cs-footer,
html body.mystats-audience-page .cs-wrapper > .cs-footer {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.mad-promo .mad-promo-statement { display:block; height:230vh; min-height:1500px; padding:0; }
.mad-promo-statement .mad-promo-statement-stage { position:sticky; top:0; height:100vh; min-height:700px; overflow:hidden; }
.mad-promo-statement .mad-promo-statement-inner { position:absolute; z-index:3; left:max(28px,calc((100vw - 1240px)/2)); top:50%; width:min(54vw,760px); transform:translateY(calc(-50% - (var(--statement-progress)*90px))); opacity:clamp(0,calc(1 - (var(--statement-progress)*1.8)),1); }
.mad-promo-statement .mad-promo-statement-media { position:absolute; z-index:2; left:calc(65% - (65%*var(--statement-progress))); top:calc(14% - (14%*var(--statement-progress))); width:calc(30vw + (70vw*var(--statement-progress))); height:calc(72vh + (28vh*var(--statement-progress))); border-radius:calc(38px*(1 - var(--statement-progress))); overflow:hidden; }
.mad-promo-statement .mad-promo-statement-word { position:absolute; z-index:2; left:3vw; bottom:20%; color:#fff; font-size:clamp(74px,15vw,230px); opacity:clamp(0,calc((var(--statement-progress) - .48)*3),1); }
.mad-promo-statement .mad-promo-statement-benefits { position:absolute; z-index:3; left:4vw; right:4vw; bottom:4%; max-width:none; margin:0; opacity:clamp(0,calc((var(--statement-progress) - .62)*4),1); }
.mad-promo .mad-promo-btn-dark,.mad-promo .mad-promo-btn-outline,.mad-promo .mad-promo-btn-light { background:#ffd140; border-color:#ffd140; color:#101820; }
.mad-promo .mad-promo-btn-dark:hover,.mad-promo .mad-promo-btn-outline:hover,.mad-promo .mad-promo-btn-light:hover { background:#ffe071; border-color:#ffe071; color:#101820; }
.mystats-audience .mad-about { box-sizing:border-box; width:100vw !important; max-width:none !important; left:50%; margin-left:-50vw !important; margin-right:-50vw !important; padding-left:0; padding-right:0; }
.mystats-audience .mad-about-inner { width:100%; max-width:none; }
.mad-about-inner > h2,.mad-about-inner > p,.mad-about-details,.mad-about-stories-head,.mad-about-story-nav { width:min(1180px,calc(100% - 48px)); margin-left:auto; margin-right:auto; }
.mad-about-media { width:100%; max-width:none; border-radius:0; }
.mad-about .mad-promo-btn,.mad-about .mad-promo-btn-dark,.mad-about-story-nav button { background:#3f444b; border-color:#555b63; color:#fff; }
.mad-about .mad-promo-btn:hover,.mad-about .mad-promo-btn-dark:hover,.mad-about-story-nav button:hover { background:#5b6169; border-color:#737982; color:#fff; }
