/*!
 * Ambros Academy — Lead Pages design system (v2, "Obsidian Academy").
 * Dark navy throughout, gold accents, owl emblem, blue for webinar/data.
 * Display + body: Cormorant Garamond.
 */

.ambros-page {
	--bg: #050a14;
	--bg-2: #07101e;
	--panel: #0b1526;
	--panel-2: #0f1d35;
	--line: rgba(229, 185, 60, .16);
	--line-soft: rgba(236, 230, 216, .09);
	--hair: rgba(236, 230, 216, .08);

	--cream: #ece6d8;
	--cream-strong: #fdf6e3;
	--muted: #b6af9c;
	--muted-dim: #8c8470;

	--gold: #e5b93c;
	--gold-light: #ffd84a;
	--gold-glow: #fff38a;
	--bronze: #b87a16;
	--blue: #145fd8;
	--blue-light: #3f8bff;
	--blue-dark: #0d2f7a;
	--blue-shadow: #071428;

	--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--font-body: "Cormorant Garamond", Georgia, "Times New Roman", serif;

	--radius: 14px;
	--radius-sm: 8px;
	--radius-pill: 20px;
	--shell: 1200px;

	background: var(--bg);
	color: var(--cream);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.ambros-page *,
.ambros-page *::before,
.ambros-page *::after {
	box-sizing: border-box;
}

/* WordPress block plumbing: flatten the inner-container wrapper + own our spacing.
   Only reset the BLOCK (vertical) margins — resetting inline margins too would kill
   `.ambros-shell { margin-inline: auto }` and pin the whole page to the left. */
.ambros-page .wp-block-group,
.ambros-page .wp-block-buttons,
.ambros-page .wp-block-button,
.ambros-page .wp-block-columns {
	margin-block: 0;
}

.ambros-page .wp-block-group__inner-container {
	display: contents;
}

.ambros-page :where(.wp-block-group, .wp-block-buttons, .wp-block-columns, .ambros-section-head, .ambros-hero-copy, .ambros-stat, .ambros-feature, .ambros-testimonial, .ambros-join-card) > * {
	margin-block: 0;
}

.ambros-shell {
	width: min(var(--shell), calc(100% - 48px));
	margin-inline: auto;
}

/* ----------------------------------------------------------------------------
   Typography
---------------------------------------------------------------------------- */
.ambros-page h1,
.ambros-page h2 {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 600;
	/* Vietnamese stacks diacritics above caps (Ầ, Ô, Ế…); a 1.04 line-height clipped
	   them and made headings look cut off where the next block sat too close. */
	line-height: 1.16;
	letter-spacing: 0;
	color: var(--cream-strong);
	text-wrap: balance;
	padding-bottom: .04em;
}

.ambros-page h1 {
	font-size: clamp(2.6rem, 1.5rem + 4.4vw, 4.4rem);
}

.ambros-page h2 {
	font-size: clamp(2rem, 1.4rem + 2.4vw, 3.05rem);
}

.ambros-page h3 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.15;
	color: var(--cream-strong);
}

.ambros-page p {
	margin: 0;
}

/* Gold gradient run of text (e.g. 2nd headline line) */
.ambros-gold {
	background: linear-gradient(100deg, var(--gold-glow), var(--gold) 45%, var(--bronze));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--gold);
}

.ambros-kicker {
	display: block;
	margin: 0 0 18px;
	color: var(--gold);
	font-family: var(--font-body);
	font-size: .74rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .28em;
}

.ambros-lead {
	max-width: 60ch;
	margin: 22px 0 0;
	color: var(--muted);
	font-size: 1.1rem;
	line-height: 1.7;
}

/* ----------------------------------------------------------------------------
   Sections
---------------------------------------------------------------------------- */
.ambros-section {
	position: relative;
	padding: clamp(56px, 7vw, 110px) 0;
	background: var(--bg);
}

.ambros-band {
	background: linear-gradient(180deg, #071428, #060f22);
	border-top: 1px solid rgba(229, 185, 60, .12);
	border-bottom: 1px solid rgba(229, 185, 60, .12);
}

.ambros-section-head {
	max-width: 720px;
	margin: 0 auto clamp(40px, 5vw, 64px);
	text-align: center;
}

.ambros-section-head .ambros-actions {
	justify-content: center;
	margin-top: 28px;
}

.ambros-section-head .ambros-kicker {
	margin-bottom: 14px;
}

/* ----------------------------------------------------------------------------
   Buttons
---------------------------------------------------------------------------- */
.ambros-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.ambros-hero .ambros-actions {
	justify-content: center;
}

/* Centered action row placed on its own line (e.g. "Xem cộng đồng" under the KOLs).
   Double class beats `.ambros-page .wp-block-buttons { margin-block: 0 }` (the block
   reset), which would otherwise zero out this top margin. */
.ambros-actions.ambros-actions-center {
	justify-content: center;
	margin-top: clamp(48px, 6vw, 72px);
}

.ambros-button,
.ambros-button .wp-block-button__link,
.ambros-button-soft .wp-block-button__link,
.ambros-form button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 12px 26px;
	border: 0;
	border-radius: 6px;
	/* Fallback literals so buttons stay gold even if a block lands outside
	   .ambros-page (where these custom properties are defined). */
	background: linear-gradient(135deg, var(--gold-light, #ffd84a), var(--gold, #e5b93c));
	color: #071428;
	font-family: var(--font-body);
	font-size: .92rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(229, 185, 60, .35);
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.ambros-button:hover,
.ambros-button:hover .wp-block-button__link,
.ambros-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 0 42px rgba(229, 185, 60, .5);
	filter: brightness(1.04);
}

.ambros-button:focus-visible,
.ambros-form button:focus-visible,
.ambros-form input:focus-visible,
.ambros-form select:focus-visible,
.ambros-form textarea:focus-visible {
	outline: 2px solid var(--gold-light);
	outline-offset: 2px;
}

.ambros-button-soft,
.ambros-button-soft .wp-block-button__link {
	background: transparent;
	color: var(--cream-strong);
	border: 1px solid rgba(229, 185, 60, .5);
	box-shadow: none;
}

.ambros-button-soft:hover,
.ambros-button-soft:hover .wp-block-button__link {
	background: rgba(229, 185, 60, .1);
	border-color: var(--gold);
	box-shadow: none;
	filter: none;
}

/* A WordPress button block is just a wrapper around the inner <a>. Strip every
   visual off the wrapper so it never paints a second rectangle behind the link —
   the look lives entirely on .wp-block-button__link. */
.ambros-button.wp-block-button,
.ambros-button-soft.wp-block-button {
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
}

.ambros-button.wp-block-button:hover,
.ambros-button-soft.wp-block-button:hover {
	transform: none;
	box-shadow: none;
}

/* ----------------------------------------------------------------------------
   Hero
---------------------------------------------------------------------------- */
.ambros-hero {
	position: relative;
	padding: clamp(64px, 8vw, 116px) 0 clamp(48px, 6vw, 84px);
	text-align: center;
	background:
		radial-gradient(58% 46% at 50% 24%, rgba(229, 185, 60, .12), transparent 62%),
		radial-gradient(80% 60% at 50% 100%, rgba(20, 95, 216, .12), transparent 60%),
		var(--bg);
	overflow: hidden;
}

.ambros-hero-copy,
.ambros-hero > .ambros-shell {
	max-width: 880px;
	margin-inline: auto;
}

.ambros-hero .ambros-kicker {
	color: var(--gold);
}

.ambros-hero h1 {
	margin-top: 14px;
}

.ambros-hero .ambros-lead {
	margin-inline: auto;
	max-width: 54ch;
	text-align: center;
}

/* Owl emblem medallion */
.ambros-emblem-img {
	display: block;
	width: clamp(96px, 12vw, 132px);
	height: clamp(96px, 12vw, 132px);
	margin: 0 auto 8px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(229, 185, 60, .4), 0 0 60px rgba(229, 185, 60, .28);
}

/* ----------------------------------------------------------------------------
   Hero V2 — split layout (copy on the left, orbiting emblem + stat chips right)
---------------------------------------------------------------------------- */
.ambros-hero-split {
	text-align: left;
	padding: clamp(48px, 6vw, 92px) 0;
	overflow: visible;
}

/* Scope the two-column grid to the hero's OWN shell only. WordPress nests the shell
   inside a .wp-block-group__inner-container, so we match that exact path (and the
   no-wrapper path) — a loose `.ambros-hero-split .ambros-shell` would leak the grid
   onto every shell below if the hero markup ever fails to close cleanly. */
.ambros-hero-split > .ambros-shell,
.ambros-hero-split > .wp-block-group__inner-container > .ambros-shell {
	max-width: var(--shell);
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(32px, 5vw, 60px);
	align-items: center;
}

.ambros-hero-split .ambros-kicker {
	margin-bottom: 20px;
}

.ambros-hero-split h1 {
	margin-top: 0;
}

.ambros-hero-split .ambros-lead {
	margin: 22px 0 0;
	max-width: 30ch;
	text-align: left;
}

.ambros-hero-split .ambros-actions {
	justify-content: flex-start;
}

.ambros-hero-proof {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 30px;
	color: var(--muted-dim);
	font-size: .9rem;
}

.ambros-hero-proof strong {
	color: var(--gold);
	font-variant-numeric: lining-nums;
}

.ambros-hero-avatars {
	display: flex;
	flex: none;
}

.ambros-hero-avatars span {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--blue-dark), var(--blue));
	border: 2px solid var(--bg);
	display: inline-grid;
	place-items: center;
	font-size: .66rem;
	font-weight: 700;
	color: var(--gold-light);
}

.ambros-hero-avatars span + span {
	margin-left: -8px;
}

/* Stage */
.ambros-hero-stage {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 440px;
}

.ambros-orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	aspect-ratio: 1;
	pointer-events: none;
}

.ambros-orbit-1 {
	width: clamp(270px, 30vw, 360px);
	border: 1px solid rgba(229, 185, 60, .25);
	animation: ambros-spin 26s linear infinite;
}

.ambros-orbit-2 {
	width: clamp(224px, 25vw, 300px);
	border: 1px dashed rgba(63, 139, 255, .32);
	animation: ambros-spin 18s linear infinite reverse;
}

.ambros-hero-stage .ambros-emblem-img {
	width: clamp(176px, 20vw, 240px);
	height: auto;
	aspect-ratio: 1;
	margin: 0;
	animation: ambros-glow 4s ease-in-out infinite;
}

.ambros-hero-chip {
	position: absolute;
	padding: 10px 14px;
	border: 1px solid rgba(229, 185, 60, .35);
	border-radius: var(--radius-sm);
	background: rgba(7, 20, 40, .9);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .4);
}

.ambros-hero-chip span {
	display: block;
	font-size: .7rem;
	color: var(--muted-dim);
}

.ambros-hero-chip strong {
	display: block;
	margin-top: 2px;
	font-family: var(--font-display);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	color: var(--gold-light);
}

.ambros-hero-chip-1 {
	top: 26px;
	right: -6px;
	animation: ambros-floaty 5s ease-in-out infinite;
}

.ambros-hero-chip-2 {
	bottom: 40px;
	left: -6px;
	border-color: rgba(63, 139, 255, .42);
	animation: ambros-floaty 6s ease-in-out infinite .8s;
}

.ambros-hero-chip-2 strong {
	color: var(--blue-light);
}

@keyframes ambros-spin {
	from { transform: translate(-50%, -50%) rotate(0); }
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ambros-glow {
	0%, 100% { box-shadow: 0 0 0 1px rgba(229, 185, 60, .4), 0 0 48px rgba(229, 185, 60, .24); }
	50% { box-shadow: 0 0 0 1px rgba(229, 185, 60, .55), 0 0 72px rgba(229, 185, 60, .42); }
}

@keyframes ambros-floaty {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-9px); }
}

/* ----------------------------------------------------------------------------
   Scroll reveal — JS adds .ambros-reveal to content blocks, then .ambros-in when
   they scroll into view. Staggered children get a small per-index delay (set inline).
---------------------------------------------------------------------------- */
.ambros-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
	will-change: opacity, transform;
}

.ambros-reveal.ambros-in {
	opacity: 1;
	transform: none;
}

/* Hero copy + emblem animate in on load (no scroll needed). */
.ambros-hero-text > *,
.ambros-hero-stage {
	animation: ambros-fade-up .8s cubic-bezier(.2, .7, .2, 1) both;
}

.ambros-hero-text > *:nth-child(2) { animation-delay: .08s; }
.ambros-hero-text > *:nth-child(3) { animation-delay: .16s; }
.ambros-hero-text > *:nth-child(4) { animation-delay: .24s; }
.ambros-hero-text > *:nth-child(5) { animation-delay: .32s; }
.ambros-hero-stage { animation-delay: .2s; }

@keyframes ambros-fade-up {
	from { opacity: 0; transform: translateY(28px); }
	to { opacity: 1; transform: none; }
}

/* ----------------------------------------------------------------------------
   Stats band
---------------------------------------------------------------------------- */
.ambros-stats-band {
	padding: 0;
	background: linear-gradient(180deg, #071428, #060f22);
	border-top: 1px solid rgba(229, 185, 60, .18);
	border-bottom: 1px solid rgba(229, 185, 60, .18);
}

.ambros-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.ambros-stat {
	padding: 44px 22px;
	text-align: center;
	border-left: 1px solid rgba(229, 185, 60, .14);
}

.ambros-stat:first-child {
	border-left: 0;
}

.ambros-stat strong {
	display: block;
	font-family: var(--font-display);
	font-size: clamp(2.1rem, 1.5rem + 1.6vw, 2.85rem);
	font-weight: 700;
	line-height: 1;
	color: var(--gold-light);
	font-variant-numeric: lining-nums;
}

.ambros-stat span {
	display: block;
	margin-top: 8px;
	color: var(--muted);
	font-size: .86rem;
}

/* ----------------------------------------------------------------------------
   Pillars (roman-numeral cards)
---------------------------------------------------------------------------- */
.ambros-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

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

.ambros-card {
	display: flex;
	flex-direction: column;
	padding: 30px 24px;
	border: 1px solid rgba(229, 185, 60, .2);
	border-radius: var(--radius-sm);
	background: linear-gradient(180deg, #0a1730, #070f1f);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ambros-card:hover {
	transform: translateY(-4px);
	border-color: rgba(229, 185, 60, .5);
	box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.ambros-card p {
	color: var(--muted);
	line-height: 1.66;
}

/* Pillar numeral = centered gold medallion (circular gold border). Descendant (not `>`)
   selector: WordPress wraps the numeral in a .wp-block-group__inner-container, so a
   direct-child selector never matches; :first-child still pins it to the lead paragraph. */
.ambros-pillar-card {
	align-items: center;
	text-align: center;
}

.ambros-pillar-card span:first-child,
.ambros-pillar-card p:first-child {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 18px;
	border-radius: 50%;
	border: 1px solid rgba(229, 185, 60, .55);
	background: radial-gradient(circle at 50% 30%, rgba(229, 185, 60, .18), rgba(229, 185, 60, .04));
	box-shadow: 0 0 24px rgba(229, 185, 60, .18);
	font-family: var(--font-display);
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1;
	color: var(--gold);
}

.ambros-pillar-card h3 {
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------
   Learning path (two-col: copy + feature grid)
---------------------------------------------------------------------------- */
.ambros-two-col {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: clamp(48px, 6vw, 88px);
	align-items: center;
}

.ambros-two-col .ambros-section-head {
	margin: 0 0 0;
	max-width: none;
	text-align: left;
}

.ambros-two-col .ambros-lead {
	margin-inline: 0;
	text-align: left;
}

.ambros-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ambros-feature {
	padding: 20px 20px;
	border: 1px solid rgba(229, 185, 60, .16);
	border-left: 3px solid var(--gold);
	border-radius: 6px;
	background: rgba(7, 20, 40, .55);
}

.ambros-feature h3 {
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 600;
	color: var(--cream-strong);
}

.ambros-feature p {
	margin-top: 8px;
	color: var(--muted);
	font-size: .9rem;
	line-height: 1.55;
}

/* ----------------------------------------------------------------------------
   KOL cards (circular avatar)
---------------------------------------------------------------------------- */
.ambros-kol-card {
	align-items: center;
	text-align: center;
	padding: 28px 24px;
}

.ambros-kol-image {
	order: 0;
	width: 84px;
	height: 84px;
	margin-bottom: 16px;
	border-radius: 50%;
	overflow: hidden;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--blue-dark), var(--blue));
	box-shadow: 0 0 0 2px var(--gold);
}

.ambros-kol-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ambros-kol-image-placeholder span {
	font-family: var(--font-display);
	font-size: 1.85rem;
	font-weight: 700;
	color: var(--gold-light);
}

.ambros-kol-card h3 {
	order: 1;
	font-size: 1.35rem;
}

.ambros-kol-card > span {
	order: 2;
	margin-top: 6px;
	color: var(--blue-light);
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .02em;
}

.ambros-kol-card p {
	order: 3;
	margin-top: 6px;
	font-size: .84rem;
	color: var(--muted-dim);
}

/* ----------------------------------------------------------------------------
   Testimonials (stars + metric)
---------------------------------------------------------------------------- */
.ambros-testimonials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.ambros-testimonial {
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 100%;
	padding: 30px 26px;
	border: 1px solid rgba(229, 185, 60, .2);
	border-radius: var(--radius-sm);
	background: rgba(5, 5, 5, .5);
}

/* The quote grows to absorb the height difference between short and long
   testimonials, so the author footer always lines up across all cards. */
.ambros-testimonial .ambros-quote {
	flex: 1 1 auto;
}

.ambros-stars {
	color: var(--gold-light);
	font-size: .95rem;
	letter-spacing: 3px;
}

.ambros-testimonial .ambros-quote {
	color: var(--cream);
	font-size: 1rem;
	line-height: 1.7;
	font-style: italic;
}

.ambros-tauthor {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 12px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid var(--hair);
}

.ambros-tauthor strong {
	font-family: var(--font-display);
	font-size: 1.12rem;
	font-weight: 600;
	color: var(--cream-strong);
}

.ambros-tauthor span {
	color: var(--muted-dim);
	font-size: .82rem;
}

.ambros-tauthor em {
	margin-left: auto;
	font-family: var(--font-display);
	color: var(--blue-light);
	font-style: normal;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1;
}

.ambros-fanpage-review {
	align-items: center;
	overflow: hidden;
	text-align: center;
}

.ambros-fanpage-shot {
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	margin: 0 auto 2px;
	flex: 0 0 auto;
	overflow: hidden;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--blue-dark), var(--blue));
	box-shadow: 0 0 0 2px var(--gold);
}

.ambros-fanpage-shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ambros-fanpage-placeholder {
	display: grid;
	place-items: center;
}

.ambros-fanpage-placeholder span {
	display: grid;
	place-items: center;
	color: var(--gold-light);
	font-family: var(--font-display);
	font-size: 1.85rem;
	font-weight: 700;
}

.ambros-fanpage-review .ambros-stars {
	margin-top: 4px;
}

.ambros-fanpage-review .ambros-tauthor {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.ambros-fanpage-link {
	color: var(--gold-light);
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}

.ambros-fanpage-link:hover {
	color: var(--cream-strong);
}

/* Compatibility: existing community page uses <blockquote> testimonials. */
.ambros-testimonials blockquote {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 30px;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius);
	background: linear-gradient(180deg, var(--panel), #0a1322);
}

.ambros-testimonials blockquote p {
	margin: 0;
	color: var(--cream);
	font-size: 1rem;
	font-style: italic;
	line-height: 1.7;
}

.ambros-testimonials blockquote cite {
	margin-top: auto;
	color: var(--gold-light);
	font-family: var(--font-display);
	font-size: 1.12rem;
	font-style: normal;
	font-weight: 600;
}

/* ----------------------------------------------------------------------------
   Webinar CTA band (blue)
---------------------------------------------------------------------------- */
.ambros-cta-band-section {
	padding: clamp(20px, 4vw, 40px) 0 clamp(40px, 6vw, 80px);
}

.ambros-cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 26px;
	padding: clamp(30px, 4vw, 48px);
	border: 1px solid rgba(229, 185, 60, .35);
	border-radius: var(--radius);
	background:
		radial-gradient(60% 120% at 100% 0%, rgba(229, 185, 60, .22), transparent 60%),
		linear-gradient(120deg, #0d2f7a, #071428);
	box-shadow: 0 30px 80px rgba(7, 24, 64, .5);
}

.ambros-cta-band-copy {
	max-width: 60ch;
}

.ambros-cta-band .ambros-kicker {
	color: var(--gold-light);
}

.ambros-cta-band h2 {
	margin: 10px 0 0;
}

.ambros-cta-band p {
	margin-top: 12px;
	color: rgba(236, 230, 216, .82);
}

.ambros-cta-band .ambros-button {
	flex: none;
}

/* ----------------------------------------------------------------------------
   Join / lead form section
---------------------------------------------------------------------------- */
.ambros-join {
	text-align: center;
}

.ambros-join-card {
	width: min(620px, 100%);
	margin: 0 auto;
	padding: clamp(32px, 4vw, 52px);
	border: 1px solid rgba(229, 185, 60, .3);
	border-radius: var(--radius);
	background: linear-gradient(180deg, #0a1730, #070f1f);
	box-shadow: 0 40px 100px rgba(0, 0, 0, .5);
}

.ambros-join-card .ambros-emblem-img {
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
	box-shadow: 0 0 0 1px rgba(229, 185, 60, .4), 0 0 30px rgba(229, 185, 60, .22);
}

.ambros-join-card h2 {
	font-size: clamp(1.8rem, 1.4rem + 1.4vw, 2.3rem);
}

.ambros-join-card > p {
	margin: 12px auto 0;
	max-width: 44ch;
	color: var(--muted);
	font-size: .98rem;
	line-height: 1.6;
}

.ambros-form-note {
	margin-top: 14px;
	color: var(--muted-dim);
	font-size: .8rem;
}

/* ----------------------------------------------------------------------------
   Forms (dark)
---------------------------------------------------------------------------- */
.ambros-form {
	display: grid;
	gap: 14px;
	margin-top: 24px;
	text-align: left;
}

.ambros-form label {
	display: grid;
	gap: 7px;
	color: var(--muted);
	font-size: .85rem;
	font-weight: 500;
}

.ambros-form input,
.ambros-form select,
.ambros-form textarea {
	/* Own the box model here (not just via .ambros-page *) so fields never overflow,
	   even if the form ever renders outside the .ambros-page wrapper. */
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	padding: 14px 16px;
	border: 1px solid rgba(229, 185, 60, .3);
	border-radius: 6px;
	background: rgba(7, 20, 40, .6);
	color: var(--cream-strong);
	font: inherit;
	font-size: .96rem;
	transition: border-color .16s ease, box-shadow .16s ease;
}

.ambros-form input::placeholder,
.ambros-form textarea::placeholder {
	color: #6f7689;
}

.ambros-form input:focus,
.ambros-form select:focus,
.ambros-form textarea:focus {
	outline: 0;
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(229, 185, 60, .16);
}

.ambros-form select {
	appearance: none;
	-webkit-appearance: none;
	padding-right: 42px;
	color: var(--cream-strong);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23b6af9c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px;
}

.ambros-form select option {
	color: #14110a;
}

.ambros-form textarea {
	min-height: 116px;
	resize: vertical;
}

.ambros-form button {
	width: 100%;
	margin-top: 6px;
}

.ambros-form button:disabled {
	cursor: wait;
	opacity: .7;
	transform: none;
	box-shadow: none;
}

.ambros-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ambros-form-status {
	min-height: 20px;
	margin: 0;
	color: var(--muted);
	font-size: .85rem;
	line-height: 1.5;
}

.ambros-form-status[data-state="success"] {
	color: #6fd38a;
	font-weight: 600;
}

.ambros-form-status[data-state="error"] {
	color: #ff8a80;
	font-weight: 600;
}

/* Standalone form-wrap (community/contact) */
.ambros-form-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
	gap: clamp(34px, 5vw, 64px);
	align-items: center;
}

.ambros-form-wrap .ambros-form {
	padding: clamp(26px, 3vw, 34px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, var(--panel-2), var(--panel));
	box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

/* ----------------------------------------------------------------------------
   Modal form (webinar "click to register")
---------------------------------------------------------------------------- */
.ambros-modal-cta {
	margin-top: 8px;
}

.ambros-modal-trigger {
	min-width: 240px;
}

/* Wrapper for the global header modal — only there to scope the dark-theme CSS
   variables; it must not paint or take up space itself. */
.ambros-modal-host {
	background: transparent;
}

.ambros-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	padding: 20px;
}

.ambros-modal.is-open {
	display: grid;
	place-items: center;
}

body.ambros-modal-open {
	overflow: hidden;
}

.ambros-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 14, .8);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.ambros-modal-panel {
	position: relative;
	width: min(520px, 100%);
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, var(--panel-2), var(--panel));
	box-shadow: 0 40px 110px rgba(0, 0, 0, .6);
	animation: ambros-modal-in .22s ease;
}

@keyframes ambros-modal-in {
	from { opacity: 0; transform: translateY(14px) scale(.98); }
	to { opacity: 1; transform: none; }
}

.ambros-modal-x {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--muted);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}

.ambros-modal-x:hover {
	background: rgba(236, 230, 216, .08);
	color: var(--cream-strong);
}

.ambros-modal-title {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-size: clamp(1.7rem, 1.3rem + 1.2vw, 2.1rem);
	font-weight: 600;
	line-height: 1.06;
	color: var(--cream-strong);
}

.ambros-modal-note {
	margin: 0 0 4px;
	color: var(--muted);
	font-size: .92rem;
	line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
	.ambros-modal-panel {
		animation: none;
		transition: none;
	}

	.ambros-page *:not(.ambros-modal-trigger):not(.ambros-boost-results-btn) {
		animation: none;
		transition: none;
	}

	/* Never leave scroll-reveal content stuck invisible when motion is reduced. */
	.ambros-reveal {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* ----------------------------------------------------------------------------
   Webinar page
---------------------------------------------------------------------------- */
.ambros-webinar-hero {
	position: relative;
	padding: clamp(64px, 8vw, 120px) 0 clamp(48px, 6vw, 80px);
	text-align: center;
	background:
		radial-gradient(60% 50% at 50% 20%, rgba(229, 185, 60, .1), transparent 62%),
		var(--bg);
}

.ambros-webinar-hero .ambros-shell {
	max-width: 880px;
}

.ambros-webinar-hero .ambros-kicker,
.ambros-webinar-hero .ambros-lead {
	text-align: center;
	margin-inline: auto;
}

.ambros-webinar-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
	gap: clamp(34px, 5vw, 60px);
	align-items: start;
}

.ambros-webinar-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.ambros-webinar-meta div {
	padding: 18px;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius-sm);
	background: var(--panel);
}

.ambros-webinar-meta span {
	display: block;
	margin-bottom: 7px;
	color: var(--gold);
	font-size: .7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .14em;
}

.ambros-webinar-meta strong {
	display: block;
	color: var(--cream-strong);
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.35;
}

.ambros-webinar-box {
	width: min(660px, 100%);
	margin: 0 auto;
	text-align: center;
	padding: clamp(34px, 4vw, 56px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background:
		radial-gradient(120% 80% at 50% 0%, rgba(63, 139, 255, .12), transparent 60%),
		linear-gradient(180deg, var(--panel-2), var(--panel));
	box-shadow: 0 36px 90px rgba(0, 0, 0, .5);
}

.ambros-webinar-box h2 {
	font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.2rem);
}

.ambros-webinar-box > p {
	margin: 14px auto 24px;
	max-width: 48ch;
	color: var(--muted);
	line-height: 1.6;
}

.ambros-webinar-box .ambros-modal-cta {
	margin-top: 0;
}

.ambros-webinar-box .ambros-modal-trigger {
	width: 100%;
	min-width: 0;
}

.ambros-webinar-box .ambros-form {
	text-align: left;
}

/* Webinar registration panel — sits beside "Bạn sẽ nhận được gì". */
.ambros-webinar-formcard {
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background:
		radial-gradient(120% 80% at 50% 0%, rgba(63, 139, 255, .12), transparent 60%),
		linear-gradient(180deg, var(--panel-2), var(--panel));
	box-shadow: 0 36px 90px rgba(0, 0, 0, .5);
}

.ambros-webinar-formcard h3 {
	margin-bottom: 18px;
	font-size: clamp(1.4rem, 1.1rem + 1vw, 1.75rem);
	color: var(--cream-strong);
}

/* "Thông tin buổi webinar" sits in the left column, under the bullet list. */
.ambros-webinar-meta-title {
	margin-top: 32px;
	margin-bottom: 0;
	font-size: clamp(1.3rem, 1.05rem + 1vw, 1.6rem);
	color: var(--cream-strong);
}

.ambros-webinar-speaker {
	margin-top: 16px;
	color: var(--muted);
}

/* ----------------------------------------------------------------------------
   Contact page
---------------------------------------------------------------------------- */
.ambros-contact-list {
	display: grid;
	gap: 14px;
	margin-top: 28px;
	padding: 28px;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius);
	background: var(--panel);
}

.ambros-contact-list p {
	margin: 0;
	color: var(--muted);
	font-size: 1rem;
}

.ambros-contact-list strong {
	color: var(--cream-strong);
	font-weight: 600;
}

.ambros-contact-list .ambros-button-soft {
	justify-self: flex-start;
	margin-top: 6px;
}

/* ----------------------------------------------------------------------------
   Design-file components — mentor header, courses, webinar, community, contact
---------------------------------------------------------------------------- */
/* Section head with an action button on the right (e.g. mentor preview) */
.ambros-head-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: clamp(32px, 4vw, 48px);
}

.ambros-head-row .ambros-section-head {
	margin: 0;
	max-width: none;
	text-align: left;
}

.ambros-head-row .ambros-actions {
	margin-top: 0;
}

/* Courses — 3 tiered course cards */
.ambros-course-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.ambros-course-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 34px 28px;
	border: 1px solid rgba(229, 185, 60, .25);
	border-radius: 12px;
	background: linear-gradient(180deg, #0a1730, #070f1f);
	transition: transform .2s ease, border-color .2s ease;
}

.ambros-course-card:hover {
	transform: translateY(-4px);
	border-color: rgba(229, 185, 60, .55);
}

.ambros-course-card .ambros-course-tag {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 4px 13px;
	border-radius: var(--radius-pill);
	background: linear-gradient(135deg, var(--gold-light), var(--gold));
	color: #071428;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .03em;
}

.ambros-course-card .ambros-course-level {
	color: var(--blue-light);
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ambros-course-card h3 {
	font-size: 1.7rem;
	margin-bottom: 12px;
}

.ambros-course-card .ambros-course-desc {
	color: var(--muted-dim);
	font-size: .92rem;
	margin-bottom: 20px;
}

.ambros-course-topics {
	flex: 1;
	margin: 0 0 24px;
	padding: 18px 0 0;
	border-top: 1px solid rgba(229, 185, 60, .15);
	list-style: none;
	display: grid;
	gap: 10px;
}

.ambros-course-topics li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: .9rem;
	color: var(--cream);
}

.ambros-course-topics li::before {
	content: "\25C6";
	color: var(--gold);
	font-size: .78rem;
	margin-top: 3px;
}

.ambros-course-card .ambros-button,
.ambros-course-card .ambros-button .wp-block-button__link {
	width: 100%;
}

/* Courses — "everything included" 4-up with gold numerals */
.ambros-included-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.ambros-included {
	text-align: center;
	padding: 0 10px;
}

.ambros-included span:first-child,
.ambros-included p:first-child {
	display: block;
	font-family: var(--font-display);
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--gold);
	margin-bottom: 8px;
}

.ambros-included h3 {
	font-size: 1.18rem;
	margin-bottom: 6px;
}

.ambros-included p {
	color: var(--muted-dim);
	font-size: .85rem;
}

/* Webinar — "what you get" checklist + agenda */
.ambros-webinar-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 4vw, 48px);
	align-items: start;
}

.ambros-webinar-secrets {
	display: grid;
	gap: 18px;
}

.ambros-secret {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	color: var(--cream);
	font-size: .98rem;
	line-height: 1.5;
}

.ambros-secret::before {
	content: "\2713";
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(229, 185, 60, .15);
	border: 1px solid var(--gold);
	color: var(--gold-light);
	display: grid;
	place-items: center;
	font-size: .8rem;
	font-weight: 700;
	margin-top: 1px;
}

.ambros-agenda {
	display: grid;
}

.ambros-agenda-row {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 24px;
	padding: 22px 0;
	border-bottom: 1px solid rgba(229, 185, 60, .14);
}

.ambros-agenda-row > span:first-child,
.ambros-agenda-row > p:first-child {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.5rem;
	color: var(--gold-light);
	line-height: 1.2;
}

.ambros-agenda-row h3 {
	font-size: 1.3rem;
	margin-bottom: 4px;
}

.ambros-agenda-row p {
	color: var(--muted-dim);
	font-size: .9rem;
}

/* Community — mini stat tiles */
.ambros-mini-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.ambros-mini-stat {
	text-align: center;
	padding: 30px 16px;
	border: 1px solid rgba(229, 185, 60, .2);
	border-radius: 10px;
	background: linear-gradient(180deg, #0a1730, #070f1f);
}

.ambros-mini-stat strong {
	display: block;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1;
	color: var(--gold-light);
	font-variant-numeric: lining-nums;
}

.ambros-mini-stat span {
	display: block;
	margin-top: 6px;
	color: var(--muted-dim);
	font-size: .82rem;
}

/* Community — KOL row cards (avatar left, text right) */
.ambros-kol-row {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ambros-kol-row .ambros-kol-card {
	display: grid;
	grid-template-columns: 70px 1fr;
	column-gap: 18px;
	row-gap: 2px;
	align-items: center;
	text-align: left;
	padding: 24px;
}

.ambros-kol-row .ambros-kol-image {
	grid-column: 1;
	grid-row: 1 / 4;
	align-self: center;
	width: 70px;
	height: 70px;
	margin: 0;
}

.ambros-kol-row .ambros-kol-card h3 {
	grid-column: 2;
	grid-row: 1;
	font-size: 1.3rem;
}

.ambros-kol-row .ambros-kol-card > span {
	grid-column: 2;
	grid-row: 2;
	margin-top: 0;
}

.ambros-kol-row .ambros-kol-card p {
	grid-column: 2;
	grid-row: 3;
	margin-top: 2px;
}

/* Community — feedback cards (avatar + quote) */
.ambros-feedback-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ambros-feedback {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 28px 26px;
	border: 1px solid rgba(229, 185, 60, .2);
	border-radius: 10px;
	background: rgba(5, 5, 5, .5);
}

.ambros-feedback .ambros-kol-image {
	width: 54px;
	height: 54px;
	margin: 0;
	flex-shrink: 0;
}

.ambros-feedback .ambros-stars {
	margin-bottom: 8px;
}

.ambros-feedback p {
	color: var(--cream);
	font-style: italic;
	font-size: .96rem;
	line-height: 1.6;
	margin-bottom: 8px;
}

.ambros-feedback strong {
	color: var(--cream-strong);
	font-size: .9rem;
}

/* Contact — info cards + brand card + 2-up form row */
.ambros-contact-cols {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 36px;
	align-items: start;
}

.ambros-contact-cards {
	display: grid;
	gap: 16px;
}

.ambros-contact-card {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 20px 22px;
	border: 1px solid rgba(229, 185, 60, .2);
	border-radius: 10px;
	background: linear-gradient(180deg, #0a1730, #070f1f);
	text-decoration: none;
}

a.ambros-contact-card:hover {
	border-color: rgba(229, 185, 60, .5);
}

.ambros-contact-card .ambros-contact-icon {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: rgba(229, 185, 60, .12);
	border: 1px solid rgba(229, 185, 60, .35);
	display: grid;
	place-items: center;
	font-size: 1.25rem;
	color: var(--gold-light);
}

.ambros-contact-card span {
	display: block;
	color: var(--muted-dim);
	font-size: .76rem;
	letter-spacing: .04em;
	margin-bottom: 2px;
}

.ambros-contact-card strong {
	color: var(--cream-strong);
	font-size: .98rem;
	font-weight: 600;
}

.ambros-contact-brand {
	text-align: center;
	padding: 26px 24px;
	border: 1px solid rgba(229, 185, 60, .3);
	border-radius: 10px;
	background: linear-gradient(135deg, var(--blue-dark), var(--blue-shadow));
}

.ambros-contact-brand .ambros-emblem-img {
	width: 58px;
	height: 58px;
	margin: 0 auto 12px;
}

.ambros-contact-brand b {
	display: block;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.4rem;
	color: var(--cream-strong);
}

.ambros-contact-brand small {
	display: block;
	margin-top: 4px;
	color: rgba(236, 230, 216, .82);
	font-size: .82rem;
}

.ambros-contact-formcard {
	padding: clamp(30px, 4vw, 42px);
	border: 1px solid rgba(229, 185, 60, .3);
	border-radius: var(--radius);
	background: linear-gradient(180deg, #0a1730, #070f1f);
}

.ambros-contact-formcard h2 {
	font-size: clamp(1.6rem, 1.3rem + 1vw, 2.1rem);
}

.ambros-contact-formcard > p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: .95rem;
}

.ambros-contact-formcard .ambros-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

/* ----------------------------------------------------------------------------
   Responsive
---------------------------------------------------------------------------- */
/* Cloudflare Turnstile widget — keep it centered within the form. */
.ambros-captcha {
	display: flex;
	justify-content: center;
	margin: 4px 0 2px;
}

/* Floating scroll-to-top / scroll-to-bottom controls (JS-injected). */
.ambros-scrollbtns {
	position: fixed;
	right: clamp(14px, 3vw, 26px);
	bottom: clamp(16px, 4vw, 30px);
	z-index: 60;
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}

.ambros-scrollbtns.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.ambros-scrollbtn {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(229, 185, 60, .5);
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gold-light, #ffd84a), var(--gold, #e5b93c));
	color: #14110a;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .35), 0 0 18px rgba(229, 185, 60, .25);
	transition: transform .18s ease, opacity .2s ease, box-shadow .18s ease;
}

.ambros-scrollbtn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .4), 0 0 26px rgba(229, 185, 60, .4);
}

.ambros-scrollbtn.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: scale(.7);
}

@media (max-width: 960px) {
	.ambros-pillar-grid,
	.ambros-included-grid,
	.ambros-mini-stats,
	.ambros-course-grid,
	.ambros-kol-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.ambros-card-grid,
	.ambros-testimonials,
	.ambros-two-col,
	.ambros-feature-grid,
	.ambros-webinar-grid,
	.ambros-webinar-cols,
	.ambros-feedback-grid,
	.ambros-contact-cols,
	.ambros-form-wrap,
	.ambros-contact-formcard .ambros-form-row,
	.ambros-hero-split > .ambros-shell,
	.ambros-hero-split > .wp-block-group__inner-container > .ambros-shell {
		grid-template-columns: 1fr;
	}

	.ambros-head-row {
		flex-direction: column;
		align-items: flex-start;
	}

	/* On phones, surface the registration form above "Bạn sẽ nhận được gì". */
	.ambros-webinar-cols .ambros-webinar-formcard {
		order: -1;
	}

	.ambros-hero-split {
		text-align: center;
	}

	.ambros-hero-split .ambros-lead {
		margin-inline: auto;
		max-width: 54ch;
		text-align: center;
	}

	.ambros-hero-split .ambros-actions,
	.ambros-hero-proof {
		justify-content: center;
	}

	.ambros-hero-stage {
		order: -1;
		min-height: 320px;
	}

	.ambros-hero-chip-1 {
		right: 0;
	}

	.ambros-hero-chip-2 {
		left: 0;
	}

	.ambros-two-col .ambros-section-head,
	.ambros-two-col .ambros-lead {
		text-align: center;
	}

	.ambros-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.ambros-stat:nth-child(odd) {
		border-left: 0;
	}

	.ambros-stat:nth-child(n+3) {
		border-top: 1px solid var(--hair);
	}

	.ambros-cta-band {
		text-align: center;
		justify-content: center;
	}

	/* KOLs and the learning-path cards become swipeable, auto-sliding carousels on
	   phones instead of a long vertical stack. JS auto-advances and pauses on touch. */
	.ambros-kol-grid,
	.ambros-kol-row,
	.ambros-feature-grid {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 6px;
		grid-template-columns: none;
	}

	.ambros-kol-grid::-webkit-scrollbar,
	.ambros-kol-row::-webkit-scrollbar,
	.ambros-feature-grid::-webkit-scrollbar {
		display: none;
	}

	.ambros-kol-grid .ambros-kol-card,
	.ambros-kol-row .ambros-kol-card,
	.ambros-feature-grid .ambros-feature {
		flex: 0 0 80%;
		max-width: 80%;
		scroll-snap-align: center;
	}
}

@media (max-width: 540px) {
	.ambros-shell {
		width: calc(100% - 34px);
	}

	.ambros-pillar-grid,
	.ambros-included-grid,
	.ambros-mini-stats,
	.ambros-course-grid,
	.ambros-kol-row {
		grid-template-columns: 1fr;
	}

	.ambros-hero-stage {
		min-height: 280px;
	}

	.ambros-hero-chip strong {
		font-size: 1.1rem;
	}

	/* Pillars were eating the whole screen — shrink card + numeral medallion. */
	.ambros-pillar-card {
		padding: 22px 20px;
	}

	.ambros-pillar-card span:first-child,
	.ambros-pillar-card p:first-child {
		width: 50px;
		height: 50px;
		margin: 0 auto 12px;
		font-size: 1.35rem;
	}

	.ambros-pillar-card h3 {
		font-size: 1.28rem;
	}

	.ambros-kol-grid .ambros-kol-card {
		flex-basis: 84%;
		max-width: 84%;
	}

	.ambros-actions {
		flex-direction: column;
		align-items: stretch;
	}

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

/* ----------------------------------------------------------------------------
   Webinar Boost — adapted from the supplied Ambros_Academy_Boost design.
   The visual language is a confidential market dossier: black ink, archival
   serif headlines, restrained gold rules, one hero artwork and a ledger modal.
---------------------------------------------------------------------------- */
.ambros-webinar-boost {
	--boost-ink: #050505;
	--boost-panel: #0a0a0b;
	--boost-gold: #e5b93c;
	--boost-gold-bright: #ffd84a;
	--boost-gold-deep: #7a4a08;
	--boost-serif: "Noto Serif", "Libre Baskerville", Georgia, serif;
	--boost-sans: "IBM Plex Sans", Arial, sans-serif;
	background: var(--boost-ink);
	font-family: var(--boost-sans);
	font-synthesis: none;
}

.ambros-webinar-landing .ambros-site-header {
	background: rgba(5, 5, 5, .9);
	border-bottom-color: rgba(229, 185, 60, .18);
}

.ambros-webinar-landing .ambros-site-footer {
	background: #050505;
	border-top-color: rgba(229, 185, 60, .18);
}

.ambros-webinar-landing .ambros-scrollbtns {
	display: none !important;
}

.ambros-webinar-boost .ambros-boost-stage {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 100vh;
	background-color: var(--boost-ink);
	background-image:
		linear-gradient(180deg, rgba(5, 5, 5, .91), rgba(5, 5, 5, .975)),
		var(--ambros-webinar-pattern);
	background-position: center, center;
	background-repeat: no-repeat, repeat;
	background-size: cover, 600px 600px;
}

.ambros-webinar-boost .ambros-boost-stage::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 26%, rgba(229, 185, 60, .1), transparent 34%),
		linear-gradient(90deg, rgba(0, 0, 0, .36), transparent 20%, transparent 80%, rgba(0, 0, 0, .36));
}

.ambros-webinar-boost .ambros-boost-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding-block: 34px 18px;
}

.ambros-boost-free {
	display: grid;
	font-family: var(--boost-serif);
	line-height: 1;
}

.ambros-boost-free span {
	color: rgba(255, 255, 255, .82);
	font-size: 1.15rem;
	font-style: italic;
}

.ambros-boost-free strong {
	margin-top: 8px;
	color: var(--boost-gold-bright);
	font-size: clamp(1.9rem, 4vw, 2.55rem);
	letter-spacing: .05em;
}

.ambros-boost-countdown {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 18px;
	border: 1px solid rgba(229, 185, 60, .48);
	border-radius: 6px;
	background: rgba(0, 0, 0, .48);
	box-shadow: 0 0 32px rgba(229, 185, 60, .13);
}

.ambros-boost-countdown > div {
	display: grid;
	min-width: 42px;
	text-align: center;
}

.ambros-boost-countdown strong {
	color: var(--boost-gold-bright);
	font-family: var(--boost-serif);
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.ambros-boost-countdown span {
	margin-top: 7px;
	color: rgba(255, 255, 255, .4);
	font-family: var(--boost-sans);
	font-size: .55rem;
	font-weight: 500;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.ambros-boost-countdown i {
	align-self: flex-start;
	margin-top: 2px;
	color: var(--boost-gold-bright);
	font-family: var(--boost-serif);
	font-size: 1.7rem;
	font-style: normal;
	line-height: 1;
}

.ambros-webinar-boost .ambros-boost-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block: clamp(18px, 4vw, 52px) clamp(70px, 9vw, 120px);
	text-align: center;
	overflow: visible;
}

.ambros-boost-prelude {
	color: rgba(255, 255, 255, .62);
	font-family: var(--boost-serif);
	font-size: clamp(.92rem, 2vw, 1.08rem);
	font-style: italic;
}

.ambros-webinar-boost .ambros-boost-hero h1 {
	max-width: 720px;
	margin-top: 14px;
	padding: 0;
	color: #fff;
	font-family: var(--boost-serif);
	font-size: clamp(1.55rem, 4.2vw, 2.65rem);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -.02em;
	text-transform: uppercase;
}

.ambros-webinar-boost .ambros-boost-hero h1 strong {
	position: relative;
	color: var(--boost-gold-bright);
	font-family: inherit;
	font-style: inherit;
	font-weight: 700;
}

.ambros-webinar-boost .ambros-boost-hero h1 strong:last-of-type::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.12em;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--boost-gold), transparent);
}

.ambros-boost-thesis {
	max-width: 660px;
	margin-top: 24px !important;
	color: rgba(255, 255, 255, .56);
	font-family: var(--boost-serif);
	font-size: .95rem;
	font-style: italic;
	line-height: 1.8;
}

.ambros-boost-thesis strong {
	color: var(--boost-gold-bright);
	font-family: inherit;
	font-style: italic;
	font-weight: 700;
}

.ambros-boost-art {
	position: relative;
	width: min(420px, 78%);
	margin: clamp(22px, 3.5vw, 36px) 0 0;
	border: 2px solid rgba(229, 185, 60, .64);
	border-radius: 6px;
	box-shadow: 0 0 40px rgba(229, 185, 60, .18);
}

.ambros-boost-art::before {
	content: "";
	position: absolute;
	inset: -12px;
	z-index: -1;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(255, 216, 74, .28), transparent 44%, rgba(122, 74, 8, .24));
	filter: blur(16px);
}

.ambros-boost-art img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.ambros-boost-register {
	display: grid;
	justify-items: center;
	gap: 14px;
	margin-top: 28px;
	width: 100%;
}

.ambros-boost-cta-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	max-width: 640px;
	padding-block: 12px;
	overflow: visible;
}

.ambros-webinar-boost .ambros-modal-cta {
	margin: 0;
	flex: 1 1 220px;
}

.ambros-webinar-boost .ambros-modal-trigger,
.ambros-webinar-boost .ambros-boost-results-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 22px;
	border: 1px solid rgba(255, 216, 74, .8);
	border-radius: 5px;
	font-family: var(--boost-serif);
	font-size: .88rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 1.25;
	box-shadow: 0 12px 32px rgba(229, 185, 60, .28);
	transition: box-shadow .2s ease, background .2s ease, color .2s ease, filter .2s ease;
	-webkit-tap-highlight-color: transparent;
	transform: translateZ(0);
	will-change: transform;
}

.ambros-webinar-boost .ambros-modal-trigger.is-hopping,
.ambros-webinar-boost .ambros-boost-results-btn.is-hopping {
	animation: ambros-cta-bounce .9s ease-in-out 5 both;
}

.ambros-webinar-boost .ambros-boost-results-btn.is-hopping {
	animation-delay: .16s;
}

.ambros-webinar-boost .ambros-modal-trigger {
	background: linear-gradient(180deg, var(--boost-gold-bright), var(--boost-gold));
	color: #171104;
}

.ambros-webinar-boost .ambros-boost-results-btn {
	flex: 1 1 220px;
	background: transparent;
	color: var(--boost-gold-bright);
	border-color: rgba(255, 216, 74, .55);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.ambros-webinar-boost .ambros-modal-trigger:hover,
.ambros-webinar-boost .ambros-boost-results-btn:hover {
	box-shadow: 0 16px 42px rgba(255, 216, 74, .4);
	filter: brightness(1.05);
}

.ambros-webinar-boost .ambros-boost-results-btn:hover {
	background: rgba(255, 216, 74, .1);
	color: #fff8df;
}

@keyframes ambros-cta-bounce {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	15% {
		transform: translate3d(0, -12px, 0);
	}

	30% {
		transform: translate3d(0, 0, 0);
	}

	45% {
		transform: translate3d(0, -8px, 0);
	}

	60% {
		transform: translate3d(0, 0, 0);
	}

	75% {
		transform: translate3d(0, -4px, 0);
	}

	90% {
		transform: translate3d(0, 0, 0);
	}
}

.ambros-boost-date {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, .66);
	font-family: var(--boost-serif);
	font-size: .9rem;
}

.ambros-boost-date span,
.ambros-boost-date strong {
	color: var(--boost-gold-bright);
}

.ambros-boost-sheet-panel {
	position: relative;
	width: 100%;
	margin-top: clamp(54px, 8vw, 92px);
	padding: clamp(30px, 5vw, 58px);
	border: 1px solid rgba(229, 185, 60, .28);
	background:
		radial-gradient(circle at 15% 0, rgba(229, 185, 60, .09), transparent 34%),
		rgba(5, 5, 5, .82);
	box-shadow: 0 32px 90px rgba(0, 0, 0, .48);
	text-align: left;
	backdrop-filter: blur(8px);
}

.ambros-boost-sheet-panel::before,
.ambros-boost-sheet-panel::after {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	pointer-events: none;
}

.ambros-boost-sheet-panel::before {
	top: -1px;
	left: -1px;
	border-top: 1px solid var(--boost-gold-bright);
	border-left: 1px solid var(--boost-gold-bright);
}

.ambros-boost-sheet-panel::after {
	right: -1px;
	bottom: -1px;
	border-right: 1px solid var(--boost-gold-bright);
	border-bottom: 1px solid var(--boost-gold-bright);
}

.ambros-boost-sheet-panel .ambros-boost-details-head {
	margin-bottom: clamp(34px, 5vw, 54px);
}

.ambros-boost-copy {
	max-width: 720px;
	margin: 18px auto 0 !important;
	color: rgba(255, 255, 255, .58) !important;
	font-family: var(--boost-sans);
	font-size: .96rem !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.75;
	text-transform: none !important;
}

.ambros-boost-sheet-grid {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	gap: clamp(34px, 6vw, 72px);
	align-items: start;
}

.ambros-boost-sheet-section {
	min-width: 0;
}

.ambros-webinar-boost .ambros-boost-sheet-section h3 {
	margin: 10px 0 24px;
	font-family: var(--boost-serif);
	font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.ambros-boost-sheet-panel .ambros-boost-agenda {
	margin-top: 0;
}

.ambros-boost-sheet-meta {
	margin-top: clamp(40px, 6vw, 64px);
	padding-top: 28px;
	border-top: 1px solid rgba(229, 185, 60, .2);
}

.ambros-boost-sheet-panel .ambros-webinar-meta {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.ambros-boost-sheet-panel .ambros-webinar-meta div {
	padding: 17px 18px;
	border-top: 1px solid rgba(229, 185, 60, .14);
	border-right: 1px solid rgba(229, 185, 60, .12);
}

.ambros-boost-sheet-panel .ambros-webinar-meta div:last-child {
	border-right: 0;
}

.ambros-boost-details {
	position: relative;
	padding: clamp(70px, 9vw, 120px) 0;
	border-top: 1px solid rgba(229, 185, 60, .12);
	background:
		radial-gradient(circle at 20% 0, rgba(229, 185, 60, .07), transparent 30%),
		#080808;
}

.ambros-boost-details-head {
	max-width: 760px;
	margin: 0 auto clamp(44px, 6vw, 70px);
	text-align: center;
}

.ambros-boost-details-head p,
.ambros-boost-ledger-label {
	color: var(--boost-gold);
	font-size: .67rem;
	font-weight: 700;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.ambros-webinar-boost .ambros-boost-details-head h2 {
	margin-top: 14px;
	font-family: var(--boost-serif);
	font-size: clamp(2rem, 5vw, 3.7rem);
	line-height: 1.15;
}

.ambros-boost-detail-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(34px, 6vw, 84px);
	align-items: start;
}

.ambros-webinar-boost .ambros-boost-detail-grid h3 {
	margin-bottom: 26px;
	font-family: var(--boost-serif);
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.ambros-webinar-boost .ambros-secret {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(229, 185, 60, .12);
	color: rgba(255, 255, 255, .72);
	font-family: var(--boost-sans);
}

.ambros-webinar-boost .ambros-secret::before {
	border: 0;
	border-radius: 0;
	background: transparent;
	content: "◆";
	color: var(--boost-gold);
}

.ambros-boost-ledger {
	padding: 30px;
	border: 1px solid rgba(229, 185, 60, .25);
	background: rgba(255, 255, 255, .02);
}

.ambros-webinar-boost .ambros-webinar-meta {
	grid-template-columns: 1fr;
	gap: 0;
	margin-top: 20px;
}

.ambros-webinar-boost .ambros-webinar-meta div {
	padding: 16px 0;
	border: 0;
	border-top: 1px solid rgba(229, 185, 60, .14);
	border-radius: 0;
	background: transparent;
}

.ambros-webinar-boost .ambros-webinar-meta span {
	color: rgba(255, 255, 255, .38);
	font-family: var(--boost-sans);
}

.ambros-webinar-boost .ambros-webinar-meta strong {
	font-family: var(--boost-serif);
}

.ambros-boost-agenda {
	margin-top: clamp(52px, 7vw, 84px);
}

.ambros-webinar-boost .ambros-agenda {
	margin-top: 18px;
	border-top: 1px solid rgba(229, 185, 60, .2);
}

.ambros-webinar-boost .ambros-agenda-row {
	border-color: rgba(229, 185, 60, .14);
}

/* Webinar dossier modal */
.ambros-webinar-modal {
	--boost-panel: #0a0a0b;
	--boost-gold: #e5b93c;
	--boost-gold-bright: #ffd84a;
	--boost-serif: "Noto Serif", "Libre Baskerville", Georgia, serif;
	--boost-sans: "IBM Plex Sans", Arial, sans-serif;
	font-synthesis: none;
	z-index: 2000;
}

.ambros-webinar-modal .ambros-modal-backdrop {
	background: rgba(0, 0, 0, .84);
	backdrop-filter: blur(8px);
}

.ambros-webinar-modal .ambros-modal-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	width: min(520px, 100%);
	max-height: min(90dvh, calc(100vh - 32px));
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 0;
	background: var(--boost-panel);
	box-shadow: 0 44px 120px rgba(0, 0, 0, .82);
}

.ambros-webinar-modal .ambros-modal-x {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 30;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(229, 185, 60, .28);
	border-radius: 8px;
	background: rgba(10, 10, 11, .92);
	color: #fff8df;
	font-size: 24px;
}

.ambros-webinar-modal .ambros-modal-panel::before,
.ambros-webinar-modal .ambros-modal-panel::after {
	content: "";
	position: absolute;
	right: 0;
	z-index: 2;
	width: 30px;
	height: 30px;
	pointer-events: none;
}

.ambros-webinar-modal .ambros-modal-panel::before {
	top: 0;
	border-top: 1px solid rgba(229, 185, 60, .48);
	border-right: 1px solid rgba(229, 185, 60, .48);
}

.ambros-webinar-modal .ambros-modal-panel::after {
	bottom: 0;
	border-right: 1px solid rgba(229, 185, 60, .48);
	border-bottom: 1px solid rgba(229, 185, 60, .48);
}

.ambros-dossier-strip {
	position: absolute;
	inset: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	border-right: 1px solid rgba(229, 185, 60, .2);
	color: rgba(229, 185, 60, .5);
	font-family: var(--boost-sans);
	font-size: .58rem;
	font-weight: 600;
	letter-spacing: .35em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.ambros-dossier-content {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	padding: 38px 30px 34px 76px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.ambros-dossier-head {
	position: relative;
	padding-left: 16px;
}

.ambros-dossier-head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 56px;
	background: var(--boost-gold);
}

.ambros-dossier-head > p {
	color: var(--boost-gold);
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.ambros-webinar-modal .ambros-dossier-head h3 {
	margin-top: 10px;
	font-family: var(--boost-serif);
	font-size: clamp(2rem, 7vw, 2.65rem);
	font-weight: 400;
	line-height: 1.08;
}

.ambros-dossier-head h3 em {
	color: var(--boost-gold-bright);
	font-style: italic;
}

.ambros-dossier-head h3 small {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, .88);
	font-size: .58em;
	font-weight: 400;
}

.ambros-dossier-countdown {
	margin-top: 28px;
}

.ambros-dossier-countdown > span,
.ambros-dossier-entry {
	color: rgba(255, 255, 255, .35);
	font-family: var(--boost-sans);
	font-size: .57rem;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.ambros-dossier-countdown .ambros-boost-countdown {
	justify-content: space-between;
	margin-top: 10px;
	padding: 14px 0;
	border-width: 1px 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ambros-dossier-entry {
	margin-top: 20px;
	text-align: right;
}

.ambros-header-dossier-modal .ambros-dossier-entry {
	margin-top: 28px;
}

.ambros-webinar-modal .ambros-form {
	gap: 19px;
	margin-top: 18px;
}

.ambros-webinar-modal .ambros-form label {
	gap: 5px;
	color: var(--boost-gold);
	font-family: var(--boost-sans);
	font-size: .61rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.ambros-webinar-modal .ambros-field-email {
	order: 2;
}

.ambros-webinar-modal .ambros-field-phone {
	order: 3;
}

.ambros-webinar-modal .cf-turnstile {
	order: 4;
}

.ambros-webinar-modal .ambros-form button {
	order: 5;
}

.ambros-webinar-modal .ambros-form-status {
	order: 6;
}

.ambros-webinar-modal .ambros-form input {
	min-height: 42px;
	padding: 8px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-family: var(--boost-sans);
	font-size: .9rem;
	font-weight: 300;
	letter-spacing: .04em;
}

.ambros-webinar-modal .ambros-form input:focus {
	border-color: var(--boost-gold-bright);
	box-shadow: none;
}

.ambros-webinar-modal .ambros-form button {
	min-height: 54px;
	margin-top: 6px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: #111;
	font-family: var(--boost-sans);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	box-shadow: 6px 6px 0 var(--boost-gold);
}

.ambros-webinar-modal .ambros-form button:hover {
	transform: translate(-2px, -2px);
	box-shadow: 8px 8px 0 var(--boost-gold);
}

.ambros-dossier-privacy {
	margin-top: 20px !important;
	color: rgba(255, 255, 255, .35);
	font-size: .62rem;
	line-height: 1.6;
}

@media (max-width: 760px) {
	.ambros-webinar-boost .ambros-boost-topbar {
		flex-direction: column;
		padding-top: 26px;
		text-align: center;
	}

	.ambros-boost-detail-grid {
		grid-template-columns: 1fr;
	}

	.ambros-boost-sheet-grid {
		grid-template-columns: 1fr;
	}

	.ambros-boost-sheet-panel .ambros-webinar-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ambros-boost-sheet-panel .ambros-webinar-meta div:nth-child(2) {
		border-right: 0;
	}

	.ambros-webinar-boost .ambros-boost-hero h1 {
		font-size: clamp(1.35rem, 6.4vw, 1.95rem);
		max-width: 100%;
		word-break: break-word;
	}

	.ambros-boost-prelude {
		font-size: .86rem;
		padding-inline: 4px;
	}

	.ambros-boost-thesis {
		max-width: 100%;
		margin-top: 14px !important;
		font-size: .84rem;
		line-height: 1.65;
		padding-inline: 4px;
	}

	.ambros-boost-art {
		width: min(300px, 72%);
	}

	.ambros-boost-art::before {
		inset: -8px;
		filter: blur(12px);
	}

	.ambros-boost-register {
		margin-top: 18px;
	}

	.ambros-boost-cta-row {
		flex-direction: column;
		max-width: min(320px, 100%);
		gap: 10px;
	}

	.ambros-webinar-boost .ambros-modal-cta,
	.ambros-webinar-boost .ambros-boost-results-btn {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
	}

	.ambros-webinar-boost .ambros-modal-trigger,
	.ambros-webinar-boost .ambros-boost-results-btn {
		min-height: 48px;
		padding: 12px 14px;
		font-size: .76rem;
		letter-spacing: .04em;
	}

	.ambros-boost-sheet-panel {
		margin-top: clamp(36px, 8vw, 64px);
		width: 100%;
		max-width: 100%;
	}

	.ambros-boost-date {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		font-size: .82rem;
	}
}

@media (max-width: 520px) {
	.ambros-webinar-boost .ambros-shell {
		width: calc(100% - 24px);
		max-width: 100%;
		box-sizing: border-box;
	}

	.ambros-boost-countdown {
		width: 100%;
		max-width: 100%;
		gap: 4px;
		padding-inline: 8px;
		box-sizing: border-box;
	}

	.ambros-boost-countdown > div {
		min-width: 34px;
	}

	.ambros-boost-countdown strong {
		font-size: clamp(1rem, 5vw, 1.25rem);
	}

	.ambros-boost-art {
		margin-top: 18px;
		width: min(240px, 68%);
	}

	.ambros-boost-cta-row {
		max-width: 100%;
	}

	.ambros-boost-sheet-panel {
		padding: 22px 16px;
	}

	.ambros-boost-sheet-panel .ambros-webinar-meta {
		grid-template-columns: 1fr;
	}

	.ambros-boost-sheet-panel .ambros-webinar-meta div {
		padding-inline: 0;
		border-right: 0;
	}

	.ambros-webinar-boost .ambros-agenda-row {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 12px;
	}

	.ambros-webinar-boost .ambros-boost-details-head h2 {
		font-size: clamp(1.15rem, 5.5vw, 1.45rem);
		word-break: break-word;
	}
}

/* Compact webinar / header dossier modal on phones so the close button stays reachable. */
@media (max-width: 640px) {
	.ambros-webinar-modal {
		padding: max(8px, env(safe-area-inset-top, 0px)) 8px max(8px, env(safe-area-inset-bottom, 0px));
		align-items: center;
	}

	.ambros-webinar-modal .ambros-modal-panel {
		width: 100%;
		max-width: 420px;
		max-height: min(88dvh, calc(100svh - 16px));
		border-radius: 12px;
	}

	.ambros-webinar-modal .ambros-modal-x {
		top: 8px;
		right: 8px;
		width: 44px;
		height: 44px;
		font-size: 28px;
		background: rgba(5, 5, 5, .96);
		border-color: rgba(255, 216, 74, .45);
		box-shadow: 0 6px 18px rgba(0, 0, 0, .45);
	}

	.ambros-dossier-strip {
		display: none;
	}

	.ambros-dossier-content {
		padding: 18px 16px 16px;
	}

	.ambros-dossier-head {
		padding-right: 48px;
	}

	.ambros-dossier-head::before {
		height: 34px;
	}

	.ambros-webinar-modal .ambros-dossier-head h3 {
		margin-top: 6px;
		font-size: clamp(1.25rem, 5.6vw, 1.55rem);
		line-height: 1.15;
	}

	.ambros-dossier-head h3 small {
		margin-top: 4px;
		font-size: .55em;
	}

	.ambros-dossier-countdown {
		margin-top: 12px;
	}

	.ambros-dossier-countdown .ambros-boost-countdown {
		gap: 4px;
		margin-top: 6px;
		padding: 8px 0;
	}

	.ambros-dossier-countdown .ambros-boost-countdown > div {
		min-width: 0;
		flex: 1 1 0;
	}

	.ambros-dossier-countdown .ambros-boost-countdown strong {
		font-size: 1rem;
	}

	.ambros-dossier-entry {
		display: none;
	}

	.ambros-webinar-modal .ambros-form {
		gap: 10px;
		margin-top: 10px;
	}

	.ambros-webinar-modal .ambros-form label {
		font-size: .58rem;
		letter-spacing: .14em;
	}

	.ambros-webinar-modal .ambros-form input {
		min-height: 42px;
		padding: 10px 12px;
		font-size: 16px;
	}

	.ambros-webinar-modal .ambros-form button {
		min-height: 44px;
		margin-top: 2px;
		padding: 11px 14px;
		font-size: .82rem;
	}

	.ambros-webinar-modal .cf-turnstile {
		transform: scale(.92);
		transform-origin: left center;
	}

	.ambros-dossier-privacy {
		margin-top: 10px !important;
		font-size: .52rem;
		line-height: 1.45;
	}
}

/* ----------------------------------------------------------------------------
   Results page
---------------------------------------------------------------------------- */
.ambros-results-hero {
	padding: clamp(48px, 7vw, 96px) 0 clamp(24px, 4vw, 44px);
	text-align: center;
	background:
		radial-gradient(55% 48% at 50% 12%, rgba(229, 185, 60, .12), transparent 64%),
		var(--bg);
}

.ambros-results-hero .ambros-shell {
	max-width: 760px;
}

.ambros-results-hero h1 {
	max-width: 18ch;
	margin-inline: auto;
}

.ambros-results-hero .ambros-lead {
	max-width: 42ch;
	margin-inline: auto;
	color: rgba(255, 255, 255, .62);
}

.ambros-results-back {
	margin-top: 28px !important;
}

.ambros-results-back-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border: 1px solid rgba(229, 185, 60, .45);
	border-radius: 5px;
	background: transparent;
	color: var(--gold, #e5b93c);
	font-weight: 600;
	text-decoration: none;
}

.ambros-results-back-btn:hover {
	background: rgba(229, 185, 60, .1);
	color: #fff8df;
}

.ambros-results-gallery-section {
	padding-top: 0;
	padding-bottom: clamp(36px, 6vw, 72px);
}

.ambros-results-shell {
	max-width: 1120px;
}

/* Masonry wall of full, uncropped screenshots — 3 columns on desktop. */
.ambros-results-gallery {
	columns: 3;
	column-gap: clamp(16px, 2.2vw, 24px);
	max-width: 1120px;
	margin-inline: auto;
}

.ambros-results-gallery--1 {
	columns: 1;
	max-width: 480px;
	margin-inline: auto;
}

.ambros-results-gallery--2 {
	columns: 2;
	max-width: 760px;
	margin-inline: auto;
}

.ambros-results-gallery--3 {
	columns: 3;
	max-width: 1120px;
	margin-inline: auto;
}

.ambros-results-shot {
	display: inline-block;
	width: 100%;
	margin: 0 0 clamp(16px, 2.2vw, 24px);
	overflow: hidden;
	border: 1px solid rgba(198, 205, 214, .58);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(10, 12, 16, .78));
	box-shadow:
		0 12px 28px rgba(0, 0, 0, .28),
		0 0 0 1px rgba(255, 255, 255, .035) inset;
	break-inside: avoid;
	page-break-inside: avoid;
	transition: transform .32s cubic-bezier(.2, .75, .25, 1), box-shadow .32s ease, border-color .32s ease;
	vertical-align: top;
}

.ambros-results-shot:hover,
.ambros-results-shot:focus-within {
	transform: translateY(-7px);
	border-color: rgba(238, 242, 247, .92);
	box-shadow:
		0 24px 46px rgba(0, 0, 0, .4),
		0 0 0 1px rgba(229, 185, 60, .13);
}

.ambros-results-shot:focus-within {
	outline: 2px solid rgba(229, 185, 60, .76);
	outline-offset: 4px;
}

.ambros-results-shot-open {
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font: inherit;
	color: inherit;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	cursor: zoom-in;
	text-align: left;
}

.ambros-results-shot-open::after {
	content: "";
	position: absolute;
	inset: -40% auto -40% -55%;
	z-index: 2;
	width: 34%;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .24), transparent);
	transform: skewX(-18deg) translateX(-220%);
	transition: transform .65s cubic-bezier(.2, .7, .25, 1);
}

.ambros-results-shot-open:focus-visible {
	outline: none;
}

.ambros-results-shot-open:hover::after,
.ambros-results-shot-open:focus-visible::after {
	transform: skewX(-18deg) translateX(520%);
}

.ambros-results-shot-frame {
	display: block;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	line-height: 0;
}

.ambros-results-shot img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	background: transparent;
	transition: filter .32s ease;
}

.ambros-results-shot-open:hover img,
.ambros-results-shot-open:focus-visible img {
	filter: brightness(1.045) saturate(1.04);
}

.ambros-results-shot-copy {
	position: relative;
	margin: 0;
	padding: 14px 16px 15px;
	border-top: 1px solid rgba(198, 205, 214, .28);
	background:
		linear-gradient(90deg, rgba(229, 185, 60, .055), transparent 45%),
		rgba(8, 10, 14, .84);
	text-align: left;
}

.ambros-results-shot-caption {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #fff8df;
	font-family: var(--font-display);
	font-size: clamp(.92rem, .86rem + .2vw, 1.05rem);
	font-weight: 600;
	line-height: 1.4;
}

.ambros-results-shot-caption::before {
	content: "";
	flex: 0 0 auto;
	width: 18px;
	height: 2px;
	margin-top: .65em;
	border-radius: 999px;
	background: linear-gradient(90deg, #e5b93c, rgba(229, 185, 60, .22));
	box-shadow: 0 0 12px rgba(229, 185, 60, .24);
}

.ambros-results-cta {
	padding-bottom: clamp(70px, 10vw, 120px);
}

.ambros-results-cta-inner {
	max-width: 680px;
	margin-inline: auto;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(229, 185, 60, .28);
	border-radius: 8px;
	text-align: center;
	background:
		radial-gradient(circle at 20% 0, rgba(229, 185, 60, .1), transparent 42%),
		rgba(8, 8, 8, .72);
}

.ambros-results-cta-inner .ambros-button {
	display: inline-flex;
	margin-top: 8px;
	min-height: 50px;
	padding: 14px 28px;
	border: 1px solid rgba(255, 216, 74, .8);
	border-radius: 5px;
	background: linear-gradient(180deg, #ffd84a, #e5b93c);
	color: #171104;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .06em;
}

/* Viewport-locked lightbox: the image always fits without horizontal/vertical scroll. */
.ambros-results-lightbox {
	z-index: 5000;
	box-sizing: border-box;
	padding: 12px;
	overflow: hidden;
}

.ambros-results-lightbox .ambros-modal-panel,
.ambros-results-lightbox-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-sizing: border-box;
	width: min(900px, calc(100vw - 40px));
	height: min(78vh, 700px);
	height: min(78dvh, 700px);
	min-width: 0;
	min-height: 0;
	max-width: none;
	max-height: none;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ambros-results-lightbox-media {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.ambros-results-lightbox-img {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 8px;
	background: transparent;
}

.ambros-results-lightbox-copy {
	flex: 0 0 auto;
	width: min(640px, calc(100% - 32px));
	max-height: min(22dvh, 180px);
	padding: 11px 15px 13px;
	overflow-y: auto;
	border: 1px solid rgba(198, 205, 214, .38);
	border-radius: 12px;
	background: rgba(8, 10, 14, .9);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
	text-align: left;
}

.ambros-results-lightbox-copy[hidden],
.ambros-results-lightbox-caption[hidden],
.ambros-results-lightbox-description[hidden] {
	display: none;
}

.ambros-results-lightbox .ambros-results-lightbox-caption {
	position: relative;
	margin: 0;
	padding-left: 15px;
	color: #fff8df;
	font-family: var(--font-display);
	font-size: clamp(.78rem, .76rem + .1vw, .9rem);
	font-weight: 600;
	line-height: 1.4;
}

.ambros-results-lightbox .ambros-results-lightbox-caption::before {
	content: "";
	position: absolute;
	top: .12em;
	bottom: .12em;
	left: 0;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffd84a, #a57812);
}

.ambros-results-lightbox-description {
	margin: 7px 0 0;
	padding-left: 15px;
	color: rgba(255, 255, 255, .7);
	font-size: clamp(.7rem, .68rem + .1vw, .8rem);
	line-height: 1.52;
	white-space: pre-line;
}

.ambros-results-lightbox .ambros-modal-x {
	top: 8px;
	right: 8px;
	z-index: 3;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(230, 236, 244, .55);
	border-radius: 999px;
	background: rgba(8, 10, 14, .88);
	color: #fff8df;
}

@media (max-width: 900px) {
	.ambros-results-gallery,
	.ambros-results-gallery--3 {
		columns: 2;
		max-width: 760px;
		margin-inline: auto;
	}
}

@media (max-width: 560px) {
	.ambros-results-gallery,
	.ambros-results-gallery--2,
	.ambros-results-gallery--3 {
		columns: 1;
		max-width: 420px;
		margin-inline: auto;
	}

	.ambros-results-gallery--1 {
		max-width: 360px;
	}

	.ambros-results-lightbox {
		padding: 8px;
	}

	.ambros-results-lightbox .ambros-modal-panel,
	.ambros-results-lightbox-panel {
		gap: 8px;
		width: calc(100vw - 24px);
		height: min(76vh, 620px);
		height: min(76dvh, 620px);
	}

	.ambros-results-lightbox-copy {
		width: calc(100% - 12px);
		max-height: min(24dvh, 170px);
		padding: 10px 12px 12px;
		border-radius: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ambros-results-shot,
	.ambros-results-shot img {
		transition: none;
	}

	.ambros-results-shot-open::after {
		display: none;
	}

	.ambros-results-shot:hover,
	.ambros-results-shot:focus-within {
		transform: none;
	}
}