/* Cadre de l'app réelle + captures de la page podcasteurs */

.lead-intro .hl { color: #2c0066; }

.pod-page > .page_inner {
	padding-bottom: 0;
}
.pod-page .lead-intro {
	margin-bottom: 1.15em;
}
.pod-page .lead-intro--after {
	margin-top: .55em;
	margin-bottom: 1.5em;
}
.pod-page > .page_inner > .lead-passage {
	margin-top: 1.8em;
	margin-bottom: 1.4em;
}

/* Corps markdown : même famille légère et même échelle que le reste du site */
.page_inner > p:not(.lead-intro):not(.lead-passage):not(.pod-shot-cap) {
	font-family: Exo2-Light, Exo2-Thin, sans-serif;
	font-size: 1.22em;
	line-height: 1.6;
	letter-spacing: -.005em;
}
.page_inner > h3 {
	font-family: Exo2-Light, Exo2-Thin, sans-serif;
	font-size: 1.28em;
	line-height: 1.45;
	letter-spacing: -.005em;
}
.page_inner > ul {
	font-family: Exo2-Light, Exo2-Thin, sans-serif;
	font-size: 1.15em;
	line-height: 1.55;
}
.md-col > .md-root p {
	font-family: Exo2-Light, sans-serif;
	font-size: 1em;
	line-height: 1.55;
}
.md-columns--flow {
	margin-top: 2.2em;
	margin-bottom: .4em;
}
.md-columns--flow .md-col > .md-root p {
	font-family: Exo2-Light, sans-serif;
	font-size: 1.02em;
	line-height: 1.5;
}

.print-only { display: none; }

.pod-hero-demo {
	width: calc(100% - 4em);
	max-width: 100%;
	margin: 0 auto;
	padding: 22px;
	box-sizing: border-box;
}
.pod-hero-demo,
.pod-app-frame {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(10, 10, 15, .12);
	box-shadow: 0 22px 50px rgba(20, 10, 40, .18);
	background: #ecece8;
}
.pod-hero-demo .pod-app-frame,
.pod-shot-frame .pod-app-frame {
	margin: 0;
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: none;
	background: transparent;
}
.pod-app-frame iframe,
.pod-hero-demo iframe {
	display: block;
	width: 100%;
	height: 560px;
	border: 0;
	overflow: auto;
	background: #f7f7f4;
}
.pod-shot-frame {
	width: calc(100% - 4em);
	max-width: 100%;
	margin: 1.6em auto 0;
	padding: 22px;
	box-sizing: border-box;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(10, 10, 15, .1);
	box-shadow: 0 16px 40px rgba(20, 10, 40, .14);
	background: #ecece8;
}
.pod-capture[data-pod-theme="dark"] .pod-hero-demo,
.pod-capture[data-pod-theme="dark"] .pod-shot-frame,
.pod-capture[data-pod-theme="dark"] .pod-app-frame {
	background: #12121a;
	border-color: rgba(10, 10, 15, .12);
}
.pod-capture[data-pod-theme="dark"] iframe {
	background: #0a0a0f;
}
.pod-hero-demo img,
.pod-shot-frame img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.pod-capture[data-pod-theme="light"] img[data-pod-shot="dark"],
.pod-capture[data-pod-theme="dark"] img[data-pod-shot="light"] {
	display: none;
}
.pod-theme-switch {
	display: flex;
	justify-content: center;
	gap: 0;
	width: calc(100% - 4em);
	max-width: 100%;
	margin: .9em auto 0;
}
.pod-hero-demo-wrap .pod-theme-switch {
	margin-bottom: 1.5em;
}
.pod-theme-switch button {
	display: inline-flex;
	align-items: center;
	gap: .4em;
	margin: 0;
	padding: .45em 1.15em;
	border: 1px solid rgba(65, 7, 137, .22);
	background: rgba(255, 255, 255, .7);
	color: rgba(0, 0, 0, .55);
	font-family: Exo2-Light, sans-serif;
	font-size: .92em;
	font-weight: 500;
	letter-spacing: .02em;
	cursor: pointer;
	line-height: 1.2;
}
.pod-theme-switch button:first-child {
	border-radius: 999px 0 0 999px;
}
.pod-theme-switch button:last-child {
	border-radius: 0 999px 999px 0;
	border-left: 0;
}
.pod-theme-switch button.is-active {
	background: rgba(65, 7, 137, .12);
	color: #2c0066;
	border-color: rgba(65, 7, 137, .38);
}
.pod-theme-switch button .iconia {
	font-size: 1.15em;
	line-height: 1;
	color: inherit;
}
.md-dark .pod-theme-switch button {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .28);
	color: rgba(255, 255, 255, .72);
}
.md-dark .pod-theme-switch button.is-active {
	background: rgba(255, 255, 255, .16);
	color: #fff;
	border-color: rgba(255, 255, 255, .42);
}
.pod-shot-cap {
	width: calc(100% - 4em);
	max-width: 100%;
	margin: 1.15em auto 2em;
	font-size: 1.05em;
	line-height: 1.45;
	color: rgba(0, 0, 0, .55);
	text-align: center;
}
.md-dark .pod-shot-cap { color: rgba(255, 255, 255, .7); }

.pod-stat-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 1.4em 0 1.8em;
}
.pod-stat {
	padding: 1.1em 1.15em;
	border-radius: 12px;
	background: rgba(65, 7, 137, .05);
}
.pod-stat-num {
	font-family: Exo2-Light, sans-serif;
	font-size: 2em;
	color: #2c0066;
	line-height: 1.1;
}
.pod-stat-lbl {
	margin-top: .4em;
	font-size: 1em;
	line-height: 1.4;
	color: rgba(0, 0, 0, .62);
}
.md-dark .pod-stat { background: rgba(255, 255, 255, .06); }
.md-dark .pod-stat-num { color: #fff; }
.md-dark .pod-stat-lbl { color: rgba(255, 255, 255, .8); }

/* Section L'offre : cartes de spécification + socle.
   Les sélecteurs portent .pod-page pour passer devant
   `.md-root.spacer-on p { margin-bottom: 0 }` de main.css. */
.pod-page .md-dark .md-root > h1 {
	margin-bottom: .3em;
}
.pod-page .md-dark .md-root > p {
	max-width: 78ch;
	margin-left: auto;
	margin-right: auto;
	font-family: Exo2-Light, Exo2-Thin, sans-serif;
	font-size: 1.16em;
	line-height: 1.65;
	text-align: center;
}
.pod-offer-specs {
	margin: 3.2em 0 0;
}
.pod-page .md-root p.pod-offer-eyebrow {
	margin: 0 0 1.7em;
	font-family: Exo2-Regular, sans-serif;
	font-size: .95em;
	letter-spacing: .12em;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0, 0, 0, .55);
}
.pod-page .md-dark .md-root p.pod-offer-eyebrow {
	color: rgba(255, 255, 255, .92);
}
.pod-offer-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pod-offer-card {
	display: flex;
	flex-direction: column;
	gap: .7em;
	padding: 1.6em 1.2em 1.75em;
	border-radius: 16px;
	border: 1px solid rgba(65, 7, 137, .14);
	background: rgba(65, 7, 137, .05);
}
.md-dark .pod-offer-card {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .08);
}
.pod-offer-ico {
	margin-bottom: .1em;
	font-size: 27px;
	line-height: 1;
	color: #2c0066;
}
.md-dark .pod-offer-ico { color: rgba(255, 255, 255, .95); }
.pod-offer-card-title {
	font-family: Exo2-Regular, sans-serif;
	font-size: 1.04em;
	line-height: 1.32;
	letter-spacing: .005em;
}
.pod-offer-card-txt {
	font-family: Exo2-Light, sans-serif;
	font-size: .95em;
	line-height: 1.55;
	color: rgba(0, 0, 0, .62);
}
.md-dark .pod-offer-card-txt { color: rgba(255, 255, 255, .78); }

.pod-offer-base {
	margin: 2.6em 0 0;
	padding: 2em 1.8em 2.1em;
	border-radius: 18px;
	border: 1px solid rgba(65, 7, 137, .16);
	background: rgba(65, 7, 137, .04);
}
.md-dark .pod-offer-base {
	border-color: rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .06);
}
.pod-page .md-root p.pod-offer-base-title {
	margin: 0 0 1.45em;
	font-family: Exo2-Light, sans-serif;
	font-size: 1.22em;
	line-height: 1.4;
	text-align: center;
}
.pod-offer-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pod-offer-chips li {
	display: inline-flex;
	align-items: center;
	gap: .4em;
	padding: .6em 1em;
	border-radius: 999px;
	border: 1px solid rgba(65, 7, 137, .2);
	background: rgba(65, 7, 137, .05);
	font-family: Exo2-Light, sans-serif;
	font-size: .95em;
	line-height: 1.2;
}
.md-dark .pod-offer-chips li {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .1);
}
.pod-offer-chips .iconia {
	font-size: 19px;
	line-height: 1;
	opacity: .85;
}
.pod-page .md-root p.pod-offer-base-note {
	margin: 1.6em 0 0;
	font-family: Exo2-Light, sans-serif;
	font-size: 1.05em;
	line-height: 1.55;
	text-align: center;
	color: rgba(0, 0, 0, .62);
}
.pod-page .md-dark p.pod-offer-base-note {
	color: rgba(255, 255, 255, .92);
}

.pod-print-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: .35em 0 4em;
}
.pod-print-bar a {
	display: inline-flex;
	align-items: center;
	gap: .5em;
	padding: .75em 1.5em;
	border-radius: 999px;
	border: 1px solid rgba(65, 7, 137, .42);
	background: rgba(65, 7, 137, .14);
	color: #2c0066;
	text-decoration: none;
	font-family: Exo2-Regular, sans-serif;
	font-size: 1.05em;
	letter-spacing: .01em;
	box-shadow: 0 8px 22px rgba(65, 7, 137, .12);
	transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
}
.pod-print-bar a:hover {
	background: rgba(65, 7, 137, .22);
	box-shadow: 0 10px 26px rgba(65, 7, 137, .16);
	transform: translateY(-1px);
	color: #2c0066;
}
.pod-print-bar .iconia {
	font-size: 1.25em;
	line-height: 1;
	color: #2c0066;
}

@media (max-width: 1100px) {
	.pod-offer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
	.pod-stat-row { grid-template-columns: 1fr 1fr; }
	.pod-offer-grid { grid-template-columns: 1fr 1fr; }
	.pod-offer-base { padding: 1.3em 1.1em 1.4em; }
	.pod-hero-demo,
	.pod-shot-frame,
	.pod-shot-cap,
	.pod-theme-switch {
		width: calc(100% - 1.4em);
	}
	.pod-hero-demo,
	.pod-shot-frame {
		padding: 12px;
	}
	.pod-app-frame iframe,
	.pod-hero-demo iframe { height: 500px; }
	.pod-page .lead-intro,
	.pod-page .lead-intro--after {
		font-size: 1.45em;
	}
	.pod-page > .page_inner > .lead-passage {
		font-size: 1.22em;
		margin-top: 1.4em;
		margin-bottom: 1.1em;
	}
}
