/*
 * maya.css — bespoke styles for the Maya AI landing page (page-maya-ai-tutor.php).
 * Loaded only on /maya-ai-tutor/. Namespace: .usa-maya-*.
 * Design: cinematic navy "product launch" sections alternating with clean light
 * sections; every doc section gets its own treatment. Uses tokens.css palette.
 */

.usa-maya {
	--maya-deep: #0c1a33;
	--maya-deep-2: #122342;
	--maya-ink: #1b2b4a;
	--maya-muted: #55647d;
	--maya-line: rgba(27, 44, 74, 0.12);
	--maya-glow: rgba(255, 126, 0, 0.32);
	overflow-x: clip;
	font-size: 1.02rem;
}

/* ---------- shared primitives ---------- */

.usa-maya-sec { padding-block: clamp(3.25rem, 7vw, 6.25rem); }

.usa-maya-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--usa-orange);
}
.usa-maya-kicker::before {
	content: "";
	width: 26px;
	height: 2px;
	border-radius: 2px;
	background: var(--usa-orange);
}

.usa-maya-h2 {
	margin: 0 0 0.9rem;
	font-size: clamp(1.65rem, 3.4vw, 2.5rem);
	line-height: 1.16;
	letter-spacing: -0.01em;
	color: var(--maya-ink);
}
.usa-maya-h2 em { font-style: normal; color: var(--usa-orange); }

.usa-maya-lead {
	max-width: 62ch;
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	color: var(--maya-muted);
}

.usa-maya-center { text-align: center; }
.usa-maya-center .usa-maya-lead { margin-inline: auto; }

/* dark section base */
.usa-maya-dark {
	position: relative;
	background:
		radial-gradient(1100px 520px at 85% -10%, rgba(255, 126, 0, 0.14), transparent 60%),
		radial-gradient(900px 480px at 8% 108%, rgba(110, 193, 228, 0.1), transparent 60%),
		linear-gradient(150deg, var(--maya-deep) 0%, var(--maya-deep-2) 55%, var(--maya-ink) 100%);
	color: #c8d2e4;
}
.usa-maya-dark .usa-maya-h2 { color: #fff; }
.usa-maya-dark .usa-maya-lead { color: #aab7cf; }

/* buttons */
.usa-maya .usa-btn { border-radius: 12px; }
.usa-maya-btn--xl {
	padding: 15px 34px;
	font-size: 1.02rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	box-shadow: 0 14px 34px rgba(255, 126, 0, 0.34);
}
.usa-maya-btn--ghost {
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.34);
	backdrop-filter: blur(4px);
}
.usa-maya-btn--ghost:hover { background: #fff; color: var(--maya-ink); border-color: #fff; }
.usa-maya-play {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.55rem;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent currentColor;
	vertical-align: -1px;
}

/* reveal on scroll (only when JS present; reduced-motion opts out) */
.usa-maya-js .usa-maya [data-reveal] {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-delay: var(--d, 0s);
}
.usa-maya-js .usa-maya [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.usa-maya-js .usa-maya [data-reveal] { opacity: 1; transform: none; transition: none; }
	.usa-maya *, .usa-maya *::before, .usa-maya *::after { animation: none !important; }
}

/* ==================================================================
   1. HERO
   ================================================================== */

.usa-maya-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(3.5rem, 7vw, 6.5rem) clamp(3.5rem, 6vw, 5.5rem);
	background:
		radial-gradient(1200px 600px at 78% -18%, rgba(255, 126, 0, 0.2), transparent 62%),
		radial-gradient(1000px 620px at -12% 112%, rgba(110, 193, 228, 0.14), transparent 60%),
		linear-gradient(152deg, #0a1730 0%, #10213f 48%, #1b2b4a 100%);
	color: #c8d2e4;
}
.usa-maya-hero::before {
	/* faint dot grid */
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1.6px);
	background-size: 30px 30px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
	pointer-events: none;
}
.usa-maya-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.55;
	pointer-events: none;
	animation: usa-maya-drift 14s ease-in-out infinite alternate;
}
.usa-maya-orb--1 { width: 420px; height: 420px; top: -140px; right: 4%; background: var(--maya-glow); }
.usa-maya-orb--2 { width: 340px; height: 340px; bottom: -160px; left: -6%; background: rgba(110, 193, 228, 0.22); animation-delay: -7s; }
@keyframes usa-maya-drift {
	from { transform: translate3d(0, 0, 0) scale(1); }
	to { transform: translate3d(0, 46px, 0) scale(1.12); }
}

.usa-maya-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4.5rem);
}

.usa-maya-hero .usa-maya-kicker { color: #ffb066; }
.usa-maya-hero .usa-maya-kicker::before { display: none; }
.usa-maya-kicker__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--usa-orange);
	box-shadow: 0 0 0 0 rgba(255, 126, 0, 0.55);
	animation: usa-maya-pulse 2.2s ease-out infinite;
}
@keyframes usa-maya-pulse {
	0% { box-shadow: 0 0 0 0 rgba(255, 126, 0, 0.55); }
	70% { box-shadow: 0 0 0 12px rgba(255, 126, 0, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 126, 0, 0); }
}

.usa-maya-hero__title { margin: 0 0 1.1rem; color: #fff; }
.usa-maya-hero__name {
	display: block;
	font-size: clamp(3.1rem, 8vw, 5.6rem);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.015em;
	background: linear-gradient(120deg, #ffffff 30%, #ffd9ad 75%, #ff9d3f 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.usa-maya-hero__tagline {
	display: block;
	margin-top: 0.7rem;
	font-size: clamp(1.12rem, 2.3vw, 1.55rem);
	font-weight: 600;
	line-height: 1.3;
	color: #eaf0fa;
}
.usa-maya-hero__sub {
	margin: 0 0 0.65rem;
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	color: #c3cee2;
	max-width: 54ch;
}
.usa-maya-hero__desc { margin: 0 0 1.7rem; color: #9fadc7; max-width: 56ch; }
.usa-maya-hero__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 1.4rem; }
.usa-maya-hero__trust {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-size: 0.86rem;
	color: #8fa0bf;
}
.usa-maya-hero__trust::before {
	content: "";
	width: 18px;
	height: 18px;
	flex: none;
	background: var(--usa-orange);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* hero visual: browser frame + floating chat */
.usa-maya-hero__visual { position: relative; min-width: 0; }
.usa-maya-frame {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #0b1526;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 40px 90px rgba(4, 10, 24, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.04);
	transform: rotate(1.4deg);
}
.usa-maya-frame__bar {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.usa-maya-frame__bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, 0.22); }
.usa-maya-frame__bar i:first-child { background: rgba(255, 126, 0, 0.75); }
.usa-maya-frame__bar span {
	margin-left: 10px;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	color: #93a3c0;
	background: rgba(255, 255, 255, 0.06);
	padding: 2px 12px;
	border-radius: 99px;
}
.usa-maya-frame img { width: 100%; height: auto; display: block; }

.usa-maya-float {
	position: absolute;
	max-width: 265px;
	padding: 0.7rem 0.95rem;
	border-radius: 14px;
	font-size: 0.86rem;
	line-height: 1.45;
	box-shadow: 0 18px 40px rgba(4, 10, 24, 0.45);
	animation: usa-maya-float 6s ease-in-out infinite alternate;
}
.usa-maya-float--q {
	top: -26px;
	left: -18px;
	background: #fff;
	color: var(--maya-ink);
	border-bottom-left-radius: 4px;
}
.usa-maya-float--a {
	bottom: -24px;
	right: -10px;
	background: linear-gradient(135deg, #ff8d1a, #ff7e00);
	color: #fff;
	border-bottom-right-radius: 4px;
	animation-delay: -3s;
}
.usa-maya-float--a b { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.85; margin-bottom: 2px; }
@keyframes usa-maya-float {
	from { transform: translateY(-6px); }
	to { transform: translateY(8px); }
}
.usa-maya-typing { display: inline-flex; gap: 3px; margin-left: 4px; vertical-align: middle; }
.usa-maya-typing i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.5;
	animation: usa-maya-blink 1.1s infinite;
}
.usa-maya-typing i:nth-child(2) { animation-delay: 0.18s; }
.usa-maya-typing i:nth-child(3) { animation-delay: 0.36s; }
@keyframes usa-maya-blink {
	0%, 60%, 100% { opacity: 0.35; transform: translateY(0); }
	30% { opacity: 1; transform: translateY(-3px); }
}

/* ==================================================================
   2. THE PROBLEM — five learners, one lesson
   ================================================================== */

.usa-maya-problem { background: #fff; }
.usa-maya-lessonchip {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 2.2rem auto 0;
	padding: 0.6rem 1.5rem;
	border-radius: 99px;
	background: var(--maya-ink);
	color: #fff;
	font-weight: 600;
	font-size: 0.92rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	position: relative;
}
.usa-maya-lessonchip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 2px;
	height: 26px;
	background: linear-gradient(to bottom, var(--maya-ink), transparent);
}
.usa-maya-voices {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
	margin: 2.6rem 0 0;
	padding: 0;
	list-style: none;
}
.usa-maya-voice {
	position: relative;
	margin: 0;
	padding: 1.15rem 1.05rem 1.2rem;
	border: 1px solid var(--maya-line);
	border-radius: 16px 16px 16px 4px;
	background: #f7f9fc;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.usa-maya-voice:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(15, 29, 56, 0.12); border-color: rgba(255, 126, 0, 0.4); }
/* arc stagger toward the lesson chip */
@media (min-width: 861px) {
	.usa-maya-voice:nth-child(1), .usa-maya-voice:nth-child(5) { transform: translateY(1.6rem); }
	.usa-maya-voice:nth-child(2), .usa-maya-voice:nth-child(4) { transform: translateY(0.7rem); }
	.usa-maya-voice:nth-child(1):hover, .usa-maya-voice:nth-child(5):hover { transform: translateY(calc(1.6rem - 6px)); }
	.usa-maya-voice:nth-child(2):hover, .usa-maya-voice:nth-child(4):hover { transform: translateY(calc(0.7rem - 6px)); }
}
.usa-maya-voice__avatar {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 0.65rem;
	border-radius: 50%;
	font-size: 0.72rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, #2d4471, #1b2b4a);
}
.usa-maya-voice:nth-child(2n) .usa-maya-voice__avatar { background: linear-gradient(135deg, #ff9d3f, #ff7e00); }
.usa-maya-voice p { margin: 0; font-size: 0.93rem; color: #3d4c66; line-height: 1.5; }
.usa-maya-voice p strong { color: var(--maya-ink); }

.usa-maya-statement {
	margin: 2.8rem auto 0;
	max-width: 30ch;
	text-align: center;
	font-size: clamp(1.25rem, 2.6vw, 1.8rem);
	font-weight: 600;
	line-height: 1.35;
	color: var(--maya-ink);
}
.usa-maya-statement strong { color: var(--usa-orange); font-weight: 700; }

/* ==================================================================
   3. THE RESPONSE — Meet MAYA + verb flow
   ================================================================== */

.usa-maya-response .usa-maya-meet {
	margin: 1.6rem 0 0.8rem;
	font-size: clamp(2.4rem, 6vw, 4rem);
	font-weight: 700;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.01em;
}
.usa-maya-response .usa-maya-meet em {
	font-style: normal;
	background: linear-gradient(120deg, #ffb066, #ff7e00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.usa-maya-verbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.55rem;
	margin: 2.2rem 0 0;
	padding: 0;
	list-style: none;
}
.usa-maya-verbs li {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-weight: 600;
	font-size: clamp(0.85rem, 1.6vw, 1.02rem);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #eaf0fa;
	padding: 0.7rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.05);
}
.usa-maya-verbs li:last-child {
	background: linear-gradient(135deg, #ff8d1a, #ff7e00);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 26px rgba(255, 126, 0, 0.35);
}
.usa-maya-verbs li + li::before { content: none; }
.usa-maya-verbs .usa-maya-verbs__arrow {
	border: 0;
	background: none;
	padding: 0;
	color: rgba(255, 255, 255, 0.4);
	font-size: 1.1rem;
	letter-spacing: 0;
}
.usa-maya-response__support {
	margin: 2.4rem auto 1.6rem;
	max-width: 52ch;
	text-align: center;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	font-weight: 500;
	color: #dfe7f4;
}
.usa-maya-response__support strong { color: #ffb066; font-weight: 600; }

/* ==================================================================
   4. ADAPTS — interactive chat demo
   ================================================================== */

.usa-maya-adapts { background: #f5f7fb; position: relative; }
.usa-maya-adapts::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(27, 44, 74, 0.06) 1px, transparent 1.6px);
	background-size: 26px 26px;
	pointer-events: none;
}
.usa-maya-adapts .usa-container { position: relative; }
.usa-maya-adapt {
	display: grid;
	grid-template-columns: minmax(260px, 400px) minmax(0, 1fr);
	gap: clamp(1.2rem, 3vw, 2.4rem);
	margin-top: 2.4rem;
	align-items: stretch;
}
.usa-maya-asklist { display: grid; gap: 0.65rem; align-content: start; }
.usa-maya-ask {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid var(--maya-line);
	border-radius: 14px 14px 14px 4px;
	background: #fff;
	font: inherit;
	font-size: 0.95rem;
	color: var(--maya-ink);
	text-align: left;
	cursor: pointer;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.usa-maya-ask:hover { border-color: rgba(255, 126, 0, 0.55); transform: translateX(4px); }
.usa-maya-ask.is-active {
	border-color: var(--usa-orange);
	background: linear-gradient(135deg, rgba(255, 126, 0, 0.1), rgba(255, 126, 0, 0.03));
	box-shadow: 0 10px 26px rgba(255, 126, 0, 0.16);
	transform: translateX(6px);
}
.usa-maya-ask__num {
	display: inline-grid;
	place-items: center;
	flex: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #eef1f7;
	color: var(--maya-ink);
	font-size: 0.78rem;
	font-weight: 700;
	transition: background 0.25s ease, color 0.25s ease;
}
.usa-maya-ask.is-active .usa-maya-ask__num { background: var(--usa-orange); color: #fff; }
.usa-maya-ask q { quotes: "“" "”"; font-weight: 500; }

.usa-maya-stage {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: clamp(1.2rem, 2.6vw, 2rem);
	border-radius: 22px;
	background: linear-gradient(155deg, #101f3d, #1b2b4a);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 26px 60px rgba(15, 29, 56, 0.28);
	min-height: 340px;
}
.usa-maya-stage__head {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #9fadc7;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.usa-maya-stage__dot { width: 8px; height: 8px; border-radius: 50%; background: #61ce70; box-shadow: 0 0 10px rgba(97, 206, 112, 0.8); }
.usa-maya-bubble {
	max-width: 78%;
	padding: 0.9rem 1.15rem;
	border-radius: 16px;
	font-size: 0.98rem;
	line-height: 1.55;
}
.usa-maya-bubble--student {
	align-self: flex-end;
	background: rgba(255, 255, 255, 0.1);
	color: #eaf0fa;
	border-bottom-right-radius: 4px;
}
.usa-maya-bubble--maya {
	align-self: flex-start;
	background: #fff;
	color: #2c3c58;
	border-bottom-left-radius: 4px;
	box-shadow: 0 14px 30px rgba(4, 10, 24, 0.3);
}
.usa-maya-bubble--maya[dir="rtl"] { text-align: right; font-size: 1.08rem; }
.usa-maya-bubble__who {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--usa-orange);
}
.usa-maya-stage__mode {
	margin-top: auto;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem 0.95rem;
	border-radius: 99px;
	border: 1px solid rgba(255, 176, 102, 0.45);
	background: rgba(255, 126, 0, 0.12);
	color: #ffb066;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
/* typing swap animation */
.usa-maya-stage.is-typing .usa-maya-bubble--maya { opacity: 0.35; transform: translateY(6px); }
.usa-maya-stage .usa-maya-bubble--maya { transition: opacity 0.3s ease, transform 0.3s ease; }

.usa-maya-adapts__closing {
	margin: 2.6rem 0 0;
	padding: 1.4rem 1.8rem;
	border-radius: 18px;
	background: var(--maya-ink);
	color: #fff;
	text-align: center;
	font-size: clamp(1.02rem, 2vw, 1.3rem);
	font-weight: 600;
	letter-spacing: 0.02em;
}
.usa-maya-adapts__closing em { font-style: normal; color: #ffb066; }

/* ==================================================================
   5. WATCH — video
   ================================================================== */

/* .usa-embed lives in the (not yet deployed) components.css batch — the page
   carries its own scoped copy so it ships standalone. */
.usa-maya .usa-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: #000; }
.usa-maya .usa-embed iframe,
.usa-maya .usa-embed video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.usa-maya .usa-embed video { object-fit: contain; }

.usa-maya-watch .usa-embed {
	margin-top: 2.2rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 34px 80px rgba(4, 10, 24, 0.55);
}
.usa-maya-watch__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.85rem; margin-top: 1.8rem; }

/* ==================================================================
   6. BENEFITS — six cards
   ================================================================== */

.usa-maya-benefits { background: #fff; }
.usa-maya-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 2.4rem 0 0;
	padding: 0;
	list-style: none;
}
.usa-maya-card {
	position: relative;
	overflow: hidden;
	padding: 1.6rem 1.45rem 1.5rem;
	border: 1px solid var(--maya-line);
	border-radius: 18px;
	background: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.usa-maya-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, #ff7e00, #ffb066);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}
.usa-maya-card:hover { transform: translateY(-7px); box-shadow: 0 22px 46px rgba(15, 29, 56, 0.13); border-color: rgba(255, 126, 0, 0.35); }
.usa-maya-card:hover::before { transform: scaleX(1); }
.usa-maya-card__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 1rem;
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(255, 126, 0, 0.14), rgba(255, 126, 0, 0.05));
	border: 1px solid rgba(255, 126, 0, 0.3);
	color: var(--usa-orange);
}
.usa-maya-card__icon svg { width: 26px; height: 26px; }
.usa-maya-card h3 { margin: 0 0 0.45rem; font-size: 1.1rem; color: var(--maya-ink); }
.usa-maya-card p { margin: 0; font-size: 0.93rem; color: var(--maya-muted); line-height: 1.55; }

/* ==================================================================
   7. JOURNEY — timeline
   ================================================================== */

.usa-maya-journey { background: linear-gradient(180deg, #f5f7fb 0%, #eef2f8 100%); }
.usa-maya-timeline {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
	margin: 3rem 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.usa-maya-timeline::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 4%;
	right: 4%;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 126, 0, 0.15), var(--usa-orange), rgba(255, 126, 0, 0.15));
}
.usa-maya-stop { position: relative; padding-top: 2rem; }
.usa-maya-stop::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--usa-orange);
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px rgba(255, 126, 0, 0.4), 0 6px 14px rgba(255, 126, 0, 0.3);
}
.usa-maya-stop__phase {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--usa-orange);
}
.usa-maya-stop h3 { margin: 0 0 0.3rem; font-size: 1.02rem; line-height: 1.4; color: var(--maya-ink); }
.usa-maya-stop p { margin: 0; font-size: 0.88rem; color: var(--maya-muted); }
.usa-maya-journey__closing {
	margin: 3rem auto 0;
	max-width: 46ch;
	text-align: center;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 500;
	color: var(--maya-ink);
}
.usa-maya-journey__closing strong { color: var(--usa-orange); }

/* ==================================================================
   8. TEACHER + AI — diptych
   ================================================================== */

.usa-maya-model { background: #fff; }
.usa-maya-model .usa-maya-h2 .usa-maya-h2__alt { display: block; color: var(--usa-orange); }
.usa-maya-duo {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1rem, 3vw, 2.2rem);
	margin-top: 2.6rem;
	align-items: stretch;
}
.usa-maya-duo__plus {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff8d1a, #ff7e00);
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 14px 34px rgba(255, 126, 0, 0.45), 0 0 0 8px #fff;
}
.usa-maya-side {
	padding: clamp(1.5rem, 3vw, 2.2rem);
	border-radius: 22px;
}
.usa-maya-side--faculty {
	background: linear-gradient(155deg, #101f3d, #1b2b4a);
	color: #d5deee;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.usa-maya-side--maya {
	background: #fff;
	border: 1px solid rgba(255, 126, 0, 0.4);
	box-shadow: 0 22px 50px rgba(255, 126, 0, 0.1);
}
.usa-maya-side__label {
	display: inline-block;
	margin-bottom: 1.1rem;
	padding: 0.35rem 1rem;
	border-radius: 99px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.usa-maya-side--faculty .usa-maya-side__label { background: rgba(255, 255, 255, 0.1); color: #fff; }
.usa-maya-side--maya .usa-maya-side__label { background: rgba(255, 126, 0, 0.12); color: var(--usa-orange); }
.usa-maya-side h3 { font-size: 1.15rem; margin: 0 0 1rem; }
.usa-maya-side--faculty h3 { color: #fff; }
.usa-maya-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; padding: 0; list-style: none; }
.usa-maya-chips li {
	padding: 0.5rem 1rem;
	border-radius: 99px;
	font-size: 0.88rem;
	font-weight: 500;
}
.usa-maya-side--faculty .usa-maya-chips li { background: rgba(255, 255, 255, 0.09); color: #eaf0fa; border: 1px solid rgba(255, 255, 255, 0.14); }
.usa-maya-side--maya .usa-maya-chips li { background: rgba(255, 126, 0, 0.08); color: #b35a02; border: 1px solid rgba(255, 126, 0, 0.28); }
.usa-maya-model__closing {
	margin: 2.4rem auto 0;
	max-width: 64ch;
	text-align: center;
	font-size: 1.05rem;
	color: var(--maya-muted);
}
.usa-maya-model__closing strong { color: var(--maya-ink); }

/* ==================================================================
   9. AI LITERACY — statement + marquee
   ================================================================== */

.usa-maya-literacy__title {
	margin: 0 0 1.6rem;
	font-size: clamp(1.8rem, 4.6vw, 3.2rem);
	font-weight: 700;
	line-height: 1.14;
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: -0.01em;
}
.usa-maya-literacy__title strong {
	display: block;
	color: #fff;
}
.usa-maya-literacy__title strong em {
	font-style: normal;
	background: linear-gradient(120deg, #ffb066, #ff7e00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.usa-maya-marquee {
	overflow: hidden;
	margin: 2.2rem 0;
	padding-block: 0.4rem;
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.usa-maya-marquee__track {
	display: flex;
	gap: 0.7rem;
	width: max-content;
	animation: usa-maya-marquee 30s linear infinite;
}
.usa-maya-marquee:hover .usa-maya-marquee__track { animation-play-state: paused; }
@keyframes usa-maya-marquee {
	to { transform: translateX(-50%); }
}
.usa-maya-marquee__set { display: flex; gap: 0.7rem; padding: 0; margin: 0; list-style: none; }
.usa-maya-marquee__set li {
	padding: 0.65rem 1.5rem;
	border-radius: 99px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.05);
	color: #dfe7f4;
	font-size: 0.95rem;
	font-weight: 500;
	white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
	.usa-maya-marquee__track { animation: none; width: auto; flex-wrap: wrap; justify-content: center; }
	.usa-maya-marquee__set { flex-wrap: wrap; justify-content: center; }
	.usa-maya-marquee__set[aria-hidden="true"] { display: none; }
}
.usa-maya-literacy__closing {
	margin: 1.8rem auto 0;
	max-width: 46ch;
	text-align: center;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	font-weight: 500;
	color: #dfe7f4;
}
.usa-maya-literacy__closing strong { color: #ffb066; }

/* ==================================================================
   10. LAUNCH — national proof
   ================================================================== */

.usa-maya-launch {
	position: relative;
	background:
		radial-gradient(900px 460px at 50% -14%, rgba(255, 126, 0, 0.18), transparent 60%),
		linear-gradient(165deg, #0a1730 0%, #101f3d 60%, #14264a 100%);
	color: #c8d2e4;
}
.usa-maya-date {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.5rem 1.3rem;
	border-radius: 99px;
	border: 1px solid rgba(255, 176, 102, 0.5);
	background: rgba(255, 126, 0, 0.1);
	color: #ffb066;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 1.4rem;
}
.usa-maya-quote {
	position: relative;
	margin: 2.6rem auto;
	max-width: 780px;
	padding: clamp(1.8rem, 4vw, 2.8rem) clamp(1.5rem, 4vw, 3rem);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}
.usa-maya-quote::before {
	content: "\201C";
	position: absolute;
	top: -0.35em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 6rem;
	line-height: 1;
	font-weight: 700;
	color: var(--usa-orange);
	font-family: Georgia, serif;
}
.usa-maya-quote blockquote {
	margin: 0.8rem 0 1.2rem;
	font-size: clamp(1.25rem, 2.8vw, 1.85rem);
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}
.usa-maya-quote figcaption { font-size: 0.92rem; color: #9fadc7; }
.usa-maya-quote figcaption strong { display: block; color: #ffb066; font-size: 1rem; }

.usa-maya-guests {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.usa-maya-guest {
	display: grid;
	border-radius: 18px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.usa-maya-guest:hover { border-color: rgba(255, 176, 102, 0.45); transform: translateY(-5px); box-shadow: 0 22px 46px rgba(4, 10, 24, 0.5); }
.usa-maya-guest__photo { margin: 0; aspect-ratio: 1 / 1; overflow: hidden; }
.usa-maya-guest__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.usa-maya-guest:hover .usa-maya-guest__photo img { transform: scale(1.04); }
.usa-maya-guest__meta { display: grid; gap: 0.15rem; padding: 1rem 1.15rem 1.15rem; }
.usa-maya-guest strong { display: block; color: #fff; font-size: 0.98rem; line-height: 1.3; }
.usa-maya-guest__meta span { font-size: 0.83rem; color: #9fadc7; line-height: 1.4; }

.usa-maya-launch__video { max-width: 920px; margin: 2.6rem auto 0; }
.usa-maya-launch__vtitle {
	margin: 0 0 1rem;
	text-align: center;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}
.usa-maya-launch__video .usa-embed {
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 34px 80px rgba(4, 10, 24, 0.55);
}

/* ==================================================================
   11. ECOSYSTEM — compact strip (deliberately secondary)
   ================================================================== */

.usa-maya-eco { background: #f5f7fb; padding-block: clamp(2.6rem, 5vw, 4.2rem); }
.usa-maya-eco__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.9rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}
.usa-maya-eco__card {
	display: grid;
	gap: 0.55rem;
	justify-items: center;
	text-align: center;
	padding: 1.15rem 0.8rem 1.05rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--maya-line);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
a.usa-maya-eco__card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(15, 29, 56, 0.12); border-color: rgba(255, 126, 0, 0.4); color: inherit; }
.usa-maya-eco__logo {
	display: grid;
	place-items: center;
	width: 100%;
	height: 52px;
	border-radius: 12px;
	background: linear-gradient(135deg, #101f3d, #1b2b4a);
	overflow: hidden;
}
.usa-maya-eco__logo img { max-height: 40px; width: auto; }
.usa-maya-eco__logo--text { color: #fff; font-weight: 700; font-size: 1rem; letter-spacing: 0.02em; }
.usa-maya-eco__logo--text b { color: var(--usa-orange); }
.usa-maya-eco__card strong { font-size: 0.9rem; color: var(--maya-ink); line-height: 1.25; }
.usa-maya-eco__card span { font-size: 0.78rem; color: var(--maya-muted); }
.usa-maya-eco__card--maya { border-color: rgba(255, 126, 0, 0.5); box-shadow: 0 10px 26px rgba(255, 126, 0, 0.12); }

/* ==================================================================
   12. INSTITUTIONS — conversion panel
   ================================================================== */

.usa-maya-inst {
	background:
		radial-gradient(760px 420px at 92% 108%, rgba(255, 126, 0, 0.22), transparent 62%),
		linear-gradient(150deg, #101f3d 0%, #16294e 55%, #1b2b4a 100%);
	color: #c8d2e4;
}
.usa-maya-props {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 2.4rem 0;
	padding: 0;
	list-style: none;
	counter-reset: maya-prop;
}
.usa-maya-prop {
	counter-increment: maya-prop;
	padding: 1.5rem 1.4rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: border-color 0.3s ease, transform 0.3s ease;
}
.usa-maya-prop:hover { border-color: rgba(255, 176, 102, 0.5); transform: translateY(-5px); }
.usa-maya-prop::before {
	content: "0" counter(maya-prop);
	display: block;
	margin-bottom: 0.7rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(120deg, #ffb066, #ff7e00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.usa-maya-prop h3 { margin: 0 0 0.4rem; font-size: 1.02rem; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }
.usa-maya-prop p { margin: 0; font-size: 0.93rem; color: #aab7cf; }
.usa-maya-inst__line {
	margin: 0 0 1.8rem;
	text-align: center;
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}
.usa-maya-inst__line em { font-style: normal; color: #ffb066; }
.usa-maya-inst__actions { display: flex; justify-content: center; }

/* ==================================================================
   13. VISION
   ================================================================== */

.usa-maya-vision { background: #fff; }
.usa-maya-vision__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.7rem;
	margin: 2.2rem 0;
	padding: 0;
	list-style: none;
}
.usa-maya-vision__chips li {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.7rem 1.35rem;
	border-radius: 99px;
	border: 1px solid var(--maya-line);
	background: #f7f9fc;
	color: var(--maya-ink);
	font-size: 0.95rem;
	font-weight: 500;
	transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}
.usa-maya-vision__chips li:hover { border-color: rgba(255, 126, 0, 0.5); background: rgba(255, 126, 0, 0.06); transform: translateY(-3px); }
.usa-maya-vision__chips li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--usa-orange);
}
.usa-maya-vision__closing {
	margin: 2.2rem auto 0;
	max-width: 34ch;
	text-align: center;
	font-size: clamp(1.3rem, 2.8vw, 1.9rem);
	font-weight: 600;
	line-height: 1.35;
	color: var(--maya-muted);
}
.usa-maya-vision__closing strong { display: block; color: var(--maya-ink); }
.usa-maya-vision__closing strong em { font-style: normal; color: var(--usa-orange); }

/* ==================================================================
   14. MEDIA — slim strip
   ================================================================== */

.usa-maya-media {
	padding-block: clamp(2.2rem, 4vw, 3.2rem);
	background: #101f3d;
	color: #c8d2e4;
}
.usa-maya-media__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
}
.usa-maya-media__title {
	margin: 0;
	font-size: clamp(1.2rem, 2.4vw, 1.7rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}
.usa-maya-media__title em { font-style: normal; color: #ffb066; }
.usa-maya-media__copy { margin: 0.35rem 0 0; font-size: 0.95rem; color: #9fadc7; max-width: 52ch; }

/* ==================================================================
   15. FAQ
   ================================================================== */

.usa-maya-faq { background: #f5f7fb; }
.usa-maya-faq .usa-faq { background: #fff; border-radius: 14px; }
.usa-maya-faq .usa-faq summary { font-size: 1rem; }
.usa-maya-faq__list { max-width: 820px; margin: 2.2rem auto 0; }

/* ==================================================================
   16. FINAL CTA
   ================================================================== */

.usa-maya-final {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-block: clamp(4rem, 9vw, 7.5rem);
	background:
		radial-gradient(1000px 520px at 50% 118%, rgba(255, 126, 0, 0.3), transparent 62%),
		radial-gradient(800px 400px at 8% -12%, rgba(110, 193, 228, 0.12), transparent 60%),
		linear-gradient(165deg, #0a1730 0%, #10213f 55%, #1b2b4a 100%);
	color: #c8d2e4;
}
.usa-maya-final::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1.6px);
	background-size: 30px 30px;
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 70%);
	pointer-events: none;
}
.usa-maya-final .usa-container { position: relative; }
.usa-maya-final__title {
	margin: 0 0 1rem;
	font-size: clamp(1.9rem, 4.6vw, 3.2rem);
	font-weight: 700;
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.55);
}
.usa-maya-final__title strong { display: block; color: #fff; }
.usa-maya-final__copy { margin: 0 auto 2.2rem; max-width: 56ch; color: #aab7cf; font-size: 1.05rem; }
.usa-maya-final__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem; margin-bottom: 3rem; }
.usa-maya-lockup { display: grid; gap: 0.3rem; justify-items: center; padding-top: 2.2rem; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.usa-maya-lockup__name { font-size: 1.6rem; font-weight: 700; color: #fff; letter-spacing: 0.01em; }
.usa-maya-lockup__name b { color: var(--usa-orange); }
.usa-maya-lockup__tag { font-size: 0.95rem; color: #c8d2e4; }
.usa-maya-lockup__dev { font-size: 0.85rem; color: #8fa0bf; }
.usa-maya-final__end {
	margin: 2.4rem 0 0;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #ffb066;
}

/* ==================================================================
   Responsive
   ================================================================== */

@media (max-width: 1100px) {
	.usa-maya-voices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.usa-maya-eco__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.usa-maya-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 2.2rem; }
	.usa-maya-timeline::before { display: none; }
}

@media (max-width: 960px) {
	.usa-maya-hero__inner { grid-template-columns: 1fr; }
	.usa-maya-hero__visual { max-width: 560px; margin-inline: auto; width: 100%; }
	.usa-maya-float--q { left: 0; }
	.usa-maya-float--a { right: 0; }
	.usa-maya-adapt { grid-template-columns: 1fr; }
	.usa-maya-stage { min-height: 300px; }
	.usa-maya-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.usa-maya-guests { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
	.usa-maya-props { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
}

@media (max-width: 860px) {
	.usa-maya-voices { grid-template-columns: 1fr 1fr; max-width: 560px; margin-inline: auto; }
	.usa-maya-voice:nth-child(5) { grid-column: 1 / -1; }
	.usa-maya-duo { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
	.usa-maya-duo__plus { position: static; transform: none; margin: -0.4rem auto; box-shadow: 0 14px 34px rgba(255, 126, 0, 0.45); order: 1; }
	.usa-maya-side--faculty { order: 0; }
	.usa-maya-side--maya { order: 2; }
	.usa-maya-media__inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
	.usa-maya-cards { grid-template-columns: 1fr; }
	.usa-maya-timeline { grid-template-columns: 1fr; padding-left: 1.4rem; }
	.usa-maya-timeline::before {
		display: block;
		top: 4px;
		bottom: 4px;
		left: 8px;
		right: auto;
		width: 2px;
		height: auto;
		background: linear-gradient(180deg, rgba(255, 126, 0, 0.15), var(--usa-orange), rgba(255, 126, 0, 0.15));
	}
	.usa-maya-stop { padding-top: 0; padding-left: 1.2rem; }
	.usa-maya-stop::before { left: -1.85rem; top: 2px; }
	.usa-maya-eco__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.usa-maya-voices { grid-template-columns: 1fr; }
	.usa-maya-voice { transform: none !important; }
	.usa-maya-hero__actions .usa-btn { width: 100%; }
	.usa-maya-final__actions .usa-btn { width: 100%; }
	.usa-maya-watch__actions .usa-btn { width: 100%; }
}
