/*
 * Оформлення теми «Архітектор Нового Світанку».
 * Перенесено зі статичних макетів програми та сторінок модулів.
 */

:root {
	--ans-ink: #1a1614;
	--ans-ink-soft: #3d3530;
	--ans-ink-muted: #7a6f6a;
	--ans-ink-ghost: #b8aea8;
	--ans-parchment: #f5f0ea;
	--ans-parchment-deep: #ede6dc;
	--ans-night: #212a42;
	--ans-night-mid: #4a4460;
	--ans-dawn: #c98a54;
	--ans-dawn-soft: #e0ab73;
	--ans-gold: #c9a84c;
	--ans-gold-light: #e8d48a;
	--ans-border: rgba(26, 22, 20, 0.12);
	--ans-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
	--ans-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd, ul, ol {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ans-parchment);
	color: var(--ans-ink);
	font-family: var(--ans-sans);
	font-weight: 300;
	line-height: 1.7;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--ans-dawn);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
	border: 0;
}

.ans-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	padding: 12px 20px;
	background: var(--ans-night);
	color: var(--ans-gold-light);
	font-size: 13px;
	text-decoration: none;
}

.ans-skip-link:focus {
	left: 0;
}

:focus-visible {
	outline: 2px solid var(--ans-dawn);
	outline-offset: 3px;
}

/* --- Верхня панель ---------------------------------------------------- */

.ans-topbar {
	background: var(--ans-night);
}

.ans-topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 32px;
}

.ans-topbar a,
.ans-topbar-brand {
	color: rgba(245, 240, 234, 0.6);
	text-decoration: none;
	font-size: 12.5px;
}

.ans-topbar a:hover,
.ans-topbar a:focus {
	color: var(--ans-gold-light);
}

.ans-topbar-brand {
	color: var(--ans-parchment);
	font-family: var(--ans-serif);
	font-size: 18px;
}

.ans-topbar-brand img {
	max-height: 44px;
	width: auto;
}

.ans-topbar-pill {
	font-size: 10.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ans-gold-light);
	border: 0.5px solid rgba(232, 212, 138, 0.35);
	padding: 6px 13px;
}

.ans-menu-toggle {
	display: none;
	background: none;
	border: 0.5px solid rgba(245, 240, 234, 0.25);
	color: rgba(245, 240, 234, 0.7);
	font: inherit;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 8px 14px;
	cursor: pointer;
}

.ans-nav ul {
	display: flex;
	gap: 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ans-nav a {
	font-size: 12.5px;
	letter-spacing: 0.04em;
}

/* --- Кнопки ------------------------------------------------------------ */

.ans-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 36px;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.25s, transform 0.25s, color 0.25s;
}

.ans-btn--gold {
	background: var(--ans-gold);
	color: var(--ans-night);
}

.ans-btn--gold:hover,
.ans-btn--gold:focus {
	background: var(--ans-gold-light);
	transform: translateY(-1px);
}

.ans-btn--dawn {
	background: var(--ans-dawn);
	color: var(--ans-parchment);
}

.ans-btn--dawn:hover,
.ans-btn--dawn:focus {
	background: var(--ans-ink);
}

.ans-btn--night {
	background: var(--ans-night);
	color: var(--ans-gold-light);
	padding: 18px 48px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.ans-btn--night:hover,
.ans-btn--night:focus {
	background: var(--ans-ink);
	transform: translateY(-2px);
}

/* --- Спільні заголовки секцій ----------------------------------------- */

.ans-eyebrow {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ans-ink-muted);
	text-align: center;
	margin-bottom: 16px;
}

.ans-eyebrow--light {
	color: var(--ans-gold-light);
	opacity: 0.65;
}

.ans-section-title {
	font-family: var(--ans-serif);
	font-size: clamp(30px, 5vw, 52px);
	font-weight: 300;
	text-align: center;
	color: var(--ans-ink);
	letter-spacing: -0.01em;
	margin-bottom: 24px;
	line-height: 1.15;
}

.ans-section-title--light {
	color: var(--ans-parchment);
}

/* --- Перший екран ------------------------------------------------------ */

.ans-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 24px 60px;
	overflow: hidden;
	background: linear-gradient(180deg, var(--ans-night) 0%, var(--ans-night-mid) 48%, var(--ans-dawn) 100%);
}

.ans-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 45% at 50% 88%, rgba(232, 212, 138, 0.28) 0%, transparent 70%),
		radial-gradient(ellipse 40% 60% at 20% 15%, rgba(74, 68, 96, 0.25) 0%, transparent 60%);
}

.ans-hero-horizon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30%;
	height: 0.5px;
	background: rgba(245, 240, 234, 0.15);
}

.ans-hero-sun {
	position: absolute;
	left: 50%;
	bottom: 30%;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 50%, rgba(232, 212, 138, 0.9) 0%, rgba(201, 138, 84, 0.5) 55%, transparent 75%);
	transform: translate(-50%, 45%);
	animation: ans-rise 2.4s ease-out both;
	pointer-events: none;
}

@keyframes ans-rise {
	from { transform: translate(-50%, 75%); opacity: 0; }
	to { transform: translate(-50%, 45%); opacity: 1; }
}

.ans-hero-content {
	position: relative;
	text-align: center;
	max-width: 720px;
}

.ans-hero-content > * {
	animation: ans-fade-up 0.8s ease both;
}

@keyframes ans-fade-up {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

.ans-hero-eyebrow {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ans-gold-light);
	opacity: 0.75;
	margin-bottom: 28px;
	animation-delay: 0.1s;
}

.ans-hero-title {
	font-family: var(--ans-serif);
	font-size: clamp(48px, 8.5vw, 88px);
	font-weight: 300;
	line-height: 1.05;
	color: var(--ans-parchment);
	letter-spacing: -0.02em;
	margin-bottom: 12px;
	animation-delay: 0.2s;
}

.ans-hero-title em {
	font-style: italic;
	color: var(--ans-gold-light);
}

.ans-hero-subtitle {
	font-family: var(--ans-serif);
	font-size: clamp(18px, 3vw, 26px);
	font-weight: 300;
	font-style: italic;
	color: rgba(245, 240, 234, 0.6);
	margin-bottom: 40px;
	animation-delay: 0.35s;
}

.ans-hero-desc {
	font-size: 15px;
	color: rgba(245, 240, 234, 0.7);
	max-width: 520px;
	margin: 0 auto 52px;
	line-height: 1.8;
	animation-delay: 0.5s;
}

.ans-hero .ans-btn {
	animation-delay: 0.65s;
}

.ans-hero-stats {
	display: flex;
	gap: 44px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 72px;
	padding-top: 40px;
	border-top: 0.5px solid rgba(245, 240, 234, 0.15);
	animation-delay: 0.8s;
}

.ans-hero-stat-num {
	font-family: var(--ans-serif);
	font-size: 34px;
	font-weight: 300;
	color: var(--ans-gold-light);
	line-height: 1;
}

.ans-hero-stat-label {
	font-size: 10.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(245, 240, 234, 0.45);
	margin-top: 6px;
}

/* --- Обіцянка ---------------------------------------------------------- */

.ans-promise {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 24px;
}

.ans-promise-quote {
	position: relative;
	padding-left: 28px;
	font-family: var(--ans-serif);
	font-size: clamp(24px, 3.6vw, 38px);
	font-weight: 300;
	font-style: italic;
	line-height: 1.35;
}

.ans-promise-quote::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 2px;
	background: var(--ans-dawn);
}

.ans-promise-text p {
	font-size: 15px;
	color: var(--ans-ink-soft);
	line-height: 1.8;
	margin-bottom: 16px;
}

/* --- Вступний місяць --------------------------------------------------- */

.ans-free {
	display: flex;
	justify-content: center;
	padding: 0 24px 100px;
}

.ans-free-inner {
	width: 100%;
	max-width: 640px;
	text-align: center;
	padding: 56px 48px;
	background: var(--ans-parchment-deep);
	border: 1px solid var(--ans-dawn);
}

.ans-free-tag {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ans-dawn);
	border: 0.5px solid var(--ans-dawn);
	padding: 6px 14px;
	margin-bottom: 24px;
}

.ans-free-title {
	font-family: var(--ans-serif);
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 400;
	margin-bottom: 18px;
}

.ans-free-desc {
	font-size: 14.5px;
	color: var(--ans-ink-soft);
	line-height: 1.8;
	max-width: 480px;
	margin: 0 auto 24px;
}

.ans-free-list {
	list-style: none;
	max-width: 420px;
	margin: 0 auto 24px;
	padding: 0;
	text-align: left;
}

.ans-free-list li {
	position: relative;
	font-size: 13.5px;
	color: var(--ans-ink-muted);
	padding: 9px 0 9px 20px;
	border-bottom: 0.5px solid var(--ans-border);
}

.ans-free-list li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: var(--ans-dawn);
}

.ans-free-note {
	font-size: 13px;
	font-style: italic;
	color: var(--ans-ink-muted);
	margin-bottom: 28px;
}

/* --- Вступ до програми і рівні ----------------------------------------- */

.ans-program-intro {
	background: var(--ans-night);
	padding: 90px 24px 20px;
	text-align: center;
}

.ans-program-desc {
	max-width: 580px;
	margin: 0 auto 20px;
	font-size: 14px;
	color: rgba(245, 240, 234, 0.55);
	line-height: 1.8;
}

.ans-levels {
	background: var(--ans-night);
	padding: 40px 24px 100px;
}

.ans-levels-wrap {
	max-width: 940px;
	margin: 56px auto 0;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.ans-level-header {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 0.5px solid rgba(245, 240, 234, 0.15);
}

.ans-level-num {
	font-family: var(--ans-serif);
	font-size: 44px;
	color: rgba(201, 168, 76, 0.3);
	line-height: 1;
}

.ans-level-name {
	font-family: var(--ans-serif);
	font-size: 28px;
	font-weight: 300;
	color: var(--ans-parchment);
}

.ans-level-range {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ans-dawn-soft);
	opacity: 0.8;
	margin-left: auto;
}

.ans-modules-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}

.ans-module-card {
	border: 0.5px solid rgba(245, 240, 234, 0.1);
	padding: 28px 26px;
	transition: background 0.3s;
}

.ans-module-card:hover {
	background: rgba(201, 168, 76, 0.04);
}

.ans-module-tag {
	font-size: 10.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ans-dawn-soft);
	opacity: 0.85;
	margin-bottom: 10px;
}

.ans-module-title {
	font-family: var(--ans-serif);
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 10px;
}

.ans-module-title a {
	color: var(--ans-parchment);
	text-decoration: none;
}

.ans-module-title a:hover,
.ans-module-title a:focus {
	color: var(--ans-gold-light);
}

.ans-module-desc {
	font-size: 12.5px;
	color: rgba(245, 240, 234, 0.5);
	line-height: 1.65;
	margin-bottom: 18px;
}

.ans-module-link {
	display: inline-block;
	font-size: 11.5px;
	letter-spacing: 0.05em;
	color: var(--ans-gold-light);
	text-decoration: none;
	border-bottom: 0.5px solid rgba(232, 212, 138, 0.4);
	padding-bottom: 2px;
}

.ans-module-link:hover,
.ans-module-link:focus {
	opacity: 0.6;
}

/* --- Результати -------------------------------------------------------- */

.ans-outcomes {
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 24px;
}

.ans-outcomes-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
	margin-top: 56px;
}

.ans-outcome {
	padding: 36px 32px;
	border: 0.5px solid var(--ans-border);
	background: var(--ans-parchment-deep);
}

.ans-outcome-icon {
	font-family: var(--ans-serif);
	font-size: 32px;
	font-style: italic;
	color: var(--ans-dawn);
	margin-bottom: 16px;
}

.ans-outcome-title {
	font-family: var(--ans-sans);
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 8px;
}

.ans-outcome-desc {
	font-size: 14px;
	color: var(--ans-ink-muted);
	line-height: 1.7;
}

/* --- Кому підійде ------------------------------------------------------ */

.ans-forwhom {
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 24px;
}

.ans-forwhom .ans-eyebrow,
.ans-outcomes .ans-eyebrow {
	text-align: center;
}

.ans-forwhom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	margin-top: 48px;
}

.ans-forwhom-col-title {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ans-ink-muted);
	margin-bottom: 20px;
}

.ans-forwhom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ans-forwhom li {
	position: relative;
	font-size: 14px;
	color: var(--ans-ink-soft);
	line-height: 1.6;
	padding: 10px 0 10px 22px;
	border-bottom: 0.5px solid var(--ans-border);
}

.ans-forwhom-col--yes li::before {
	content: '+';
	position: absolute;
	left: 0;
	color: var(--ans-dawn);
	font-weight: 500;
}

.ans-forwhom-col--no li::before {
	content: '–';
	position: absolute;
	left: 0;
	color: var(--ans-ink-ghost);
}

/* --- Питання ----------------------------------------------------------- */

.ans-faq-section {
	background: var(--ans-ink);
	padding: 100px 24px;
}

.ans-module-page .ans-faq-section {
	background: var(--ans-ink);
	padding: 64px 24px;
}

.ans-faq-wrap {
	max-width: 760px;
	margin: 56px auto 0;
}

.ans-faq-item {
	border-bottom: 0.5px solid rgba(245, 240, 234, 0.1);
}

.ans-faq-item summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	cursor: pointer;
	list-style: none;
	padding: 26px 4px;
	font-size: 15px;
	color: rgba(245, 240, 234, 0.85);
}

.ans-faq-item summary::-webkit-details-marker {
	display: none;
}

.ans-faq-item summary::after {
	content: '+';
	font-family: var(--ans-serif);
	font-size: 22px;
	color: var(--ans-gold);
	flex-shrink: 0;
	transition: transform 0.2s;
}

.ans-faq-item[open] summary::after {
	transform: rotate(45deg);
}

.ans-faq-item p {
	font-size: 13.5px;
	color: rgba(245, 240, 234, 0.5);
	line-height: 1.8;
	padding: 0 4px 26px;
	max-width: 640px;
}

.ans-level-note {
	max-width: 640px;
	margin: 0 auto 32px;
	padding: 22px 24px;
	background: rgba(232, 212, 138, 0.06);
	border: 0.5px solid rgba(232, 212, 138, 0.25);
	font-size: 13px;
	color: var(--ans-gold-light);
	text-align: center;
}

/* --- Фінальний заклик -------------------------------------------------- */

.ans-cta {
	position: relative;
	overflow: hidden;
	padding: 120px 24px;
	text-align: center;
}

.ans-cta::before {
	content: '☀';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--ans-serif);
	font-size: 360px;
	font-weight: 300;
	line-height: 1;
	color: rgba(26, 22, 20, 0.03);
	pointer-events: none;
}

.ans-cta--module {
	padding: 80px 24px;
}

.ans-cta--module::before {
	content: none;
}

.ans-cta-title {
	position: relative;
	font-family: var(--ans-serif);
	font-size: clamp(30px, 5.5vw, 60px);
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 20px;
}

.ans-cta--module .ans-cta-title {
	font-size: clamp(24px, 4vw, 38px);
}

.ans-cta-title em {
	font-style: italic;
	color: var(--ans-dawn);
}

.ans-cta-sub {
	position: relative;
	font-size: 15px;
	color: var(--ans-ink-muted);
	max-width: 460px;
	margin: 0 auto 48px;
}

.ans-cta--module .ans-cta-sub {
	font-size: 13.5px;
	max-width: 400px;
	margin-bottom: 32px;
}

.ans-cta .ans-btn {
	position: relative;
}

/* --- Сторінка модуля --------------------------------------------------- */

.ans-module-hero {
	background: linear-gradient(180deg, var(--ans-night) 0%, var(--ans-night-mid) 55%, var(--ans-dawn) 135%);
	padding: 70px 24px 56px;
	text-align: center;
}

.ans-module-badges {
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 26px;
}

.ans-badge {
	display: inline-block;
	font-size: 10.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ans-parchment);
	opacity: 0.55;
	border: 0.5px solid rgba(245, 240, 234, 0.25);
	padding: 6px 14px;
	text-decoration: none;
}

a.ans-badge:hover,
a.ans-badge:focus {
	opacity: 0.9;
}

.ans-badge--gold {
	color: var(--ans-gold-light);
	opacity: 0.85;
	border-color: rgba(232, 212, 138, 0.4);
}

.ans-module-hero-title {
	font-family: var(--ans-serif);
	font-size: clamp(34px, 6.5vw, 58px);
	font-weight: 300;
	line-height: 1.1;
	color: var(--ans-parchment);
	margin-bottom: 14px;
}

.ans-module-hero-subtitle {
	font-family: var(--ans-serif);
	font-size: clamp(16px, 2.4vw, 21px);
	font-style: italic;
	color: rgba(245, 240, 234, 0.6);
	max-width: 520px;
	margin: 0 auto 28px;
}

.ans-module-hero-desc {
	font-size: 14px;
	color: rgba(245, 240, 234, 0.7);
	line-height: 1.85;
	max-width: 480px;
	margin: 0 auto 38px;
}

.ans-module-facts {
	display: flex;
	gap: 36px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 46px;
	padding-top: 28px;
	border-top: 0.5px solid rgba(245, 240, 234, 0.15);
}

.ans-module-fact-num {
	font-family: var(--ans-serif);
	font-size: 24px;
	color: var(--ans-gold-light);
}

.ans-module-fact-label {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(245, 240, 234, 0.45);
	margin-top: 3px;
}

.ans-section {
	max-width: 680px;
	margin: 0 auto;
	padding: 64px 24px;
}

.ans-section--wide {
	max-width: 820px;
}

.ans-section .ans-section-title {
	font-size: clamp(24px, 4vw, 36px);
	margin-bottom: 36px;
}

.ans-syllabus-item {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 18px;
	align-items: baseline;
	padding: 15px 0;
	border-bottom: 0.5px solid var(--ans-border);
}

.ans-syllabus-week {
	font-family: var(--ans-serif);
	font-size: 13px;
	color: var(--ans-dawn);
}

.ans-syllabus-title {
	font-size: 14px;
	font-weight: 500;
}

.ans-syllabus-tag {
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ans-ink-muted);
	margin-top: 4px;
}

.ans-weekformat {
	background: var(--ans-parchment-deep);
	border: 0.5px solid var(--ans-border);
	padding: 28px 32px;
}

.ans-weekformat-title {
	font-size: 12.5px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--ans-ink-muted);
	margin-bottom: 16px;
}

.ans-weekformat-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ans-weekformat-tag {
	font-size: 12.5px;
	color: var(--ans-ink-soft);
	background: var(--ans-parchment);
	border: 0.5px solid var(--ans-border);
	padding: 8px 14px;
}

.ans-rhythm-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
}

.ans-rhythm-item {
	padding: 26px 24px;
	border: 0.5px solid var(--ans-border);
	background: var(--ans-parchment-deep);
}

.ans-rhythm-step {
	font-size: 10.5px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ans-dawn);
	margin-bottom: 10px;
}

.ans-rhythm-title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 6px;
}

.ans-rhythm-desc {
	font-size: 13.5px;
	color: var(--ans-ink-muted);
	line-height: 1.7;
}

.ans-pathnav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	max-width: 680px;
	margin: 0 auto;
	padding: 0 24px 48px;
	font-size: 12px;
}

.ans-pathnav a {
	color: var(--ans-ink-muted);
	text-decoration: none;
}

.ans-pathnav a:hover,
.ans-pathnav a:focus {
	color: var(--ans-dawn);
}

/* --- Архів рівнів ------------------------------------------------------ */

.ans-archive-hero {
	background: var(--ans-night);
	padding: 80px 24px 24px;
	text-align: center;
}

.ans-archive-desc {
	max-width: 580px;
	margin: 0 auto;
	font-size: 14px;
	color: rgba(245, 240, 234, 0.55);
	line-height: 1.8;
}

.ans-empty {
	color: rgba(245, 240, 234, 0.6);
	text-align: center;
	font-size: 14px;
}

.ans-empty a {
	color: var(--ans-gold-light);
}

/* --- Звичайні сторінки і записи ---------------------------------------- */

.ans-page-title {
	font-family: var(--ans-serif);
	font-size: clamp(30px, 5vw, 46px);
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 24px;
}

.ans-prose {
	font-size: 15px;
	color: var(--ans-ink-soft);
}

.ans-prose p,
.ans-prose ul,
.ans-prose ol,
.ans-prose figure,
.ans-prose blockquote {
	margin-bottom: 18px;
}

.ans-prose h2,
.ans-prose h3 {
	font-family: var(--ans-serif);
	font-weight: 400;
	color: var(--ans-ink);
	margin: 32px 0 12px;
}

.ans-prose h2 {
	font-size: 28px;
}

.ans-prose h3 {
	font-size: 22px;
}

.ans-prose blockquote {
	border-left: 2px solid var(--ans-dawn);
	padding-left: 20px;
	font-style: italic;
}

.ans-prose ul,
.ans-prose ol {
	padding-left: 20px;
}

.ans-featured {
	margin-bottom: 24px;
}

.ans-teaser {
	padding: 24px 0;
	border-bottom: 0.5px solid var(--ans-border);
}

.ans-teaser h2 {
	font-family: var(--ans-serif);
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 8px;
}

.ans-teaser h2 a {
	color: var(--ans-ink);
	text-decoration: none;
}

.ans-teaser h2 a:hover,
.ans-teaser h2 a:focus {
	color: var(--ans-dawn);
}

.pagination,
.ans-page-links {
	display: flex;
	gap: 14px;
	justify-content: center;
	margin-top: 32px;
	font-size: 13px;
}

/* --- Підвал ------------------------------------------------------------ */

.ans-footer {
	background: var(--ans-night);
	border-top: 0.5px solid rgba(245, 240, 234, 0.08);
	padding: 40px 24px;
	text-align: center;
}

.ans-footer-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	margin: 0 auto;
}

.ans-footer a {
	font-size: 13px;
	color: rgba(245, 240, 234, 0.4);
	text-decoration: none;
}

.ans-footer a:hover,
.ans-footer a:focus {
	color: var(--ans-gold-light);
}

.ans-footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --- Адаптив ----------------------------------------------------------- */

@media (max-width: 900px) {
	.ans-modules-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.ans-promise {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ans-outcomes-grid,
	.ans-forwhom-grid,
	.ans-modules-grid,
	.ans-rhythm-grid {
		grid-template-columns: 1fr;
	}

	.ans-forwhom-grid {
		gap: 32px;
	}

	.ans-hero-stats {
		gap: 28px;
	}

	.ans-level-header {
		flex-wrap: wrap;
	}

	.ans-level-range {
		margin-left: 0;
	}

	.ans-menu-toggle {
		display: inline-block;
	}

	.ans-nav {
		display: none;
		flex-basis: 100%;
	}

	.ans-nav.is-open {
		display: block;
	}

	.ans-nav ul {
		flex-direction: column;
		gap: 12px;
		padding: 12px 0;
	}
}

@media (max-width: 480px) {
	.ans-topbar-inner {
		flex-direction: column;
		text-align: center;
		padding: 18px 20px;
	}

	.ans-hero-stats {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.ans-free-inner {
		padding: 40px 24px;
	}

	.ans-pathnav {
		flex-direction: column;
		text-align: center;
	}

	.ans-cta::before {
		font-size: 220px;
	}
}
