/* xdown — front styles (v1.7 light) */

:root {
	--xd-bg: #ffffff;
	--xd-bg-elevated: #f5f7fa;
	--xd-surface: #ffffff;
	--xd-text: #12151c;
	--xd-muted: #5f6b7a;
	--xd-accent: #b8f53d;
	--xd-accent-ink: #12151c;
	--xd-border: rgba(18, 21, 28, 0.1);
	--xd-danger: #e11d48;
	--xd-radius: 16px;
	--xd-font-display: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
	--xd-font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
	--xd-shadow: 0 10px 30px rgba(18, 21, 28, 0.06);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--xd-font-body);
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--xd-text);
	background-color: var(--xd-bg);
	background-image:
		radial-gradient(900px 480px at 90% -8%, rgba(184, 245, 61, 0.22), transparent 58%),
		radial-gradient(700px 420px at -8% 12%, rgba(120, 160, 255, 0.08), transparent 55%);
	background-attachment: fixed;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--xd-text);
	text-decoration: none;
}

a:hover {
	color: color-mix(in srgb, var(--xd-text) 70%, #3d7a00);
}

.xd-brand,
.xd-brand:hover,
.xd-brand__mark {
	color: var(--xd-text);
	text-decoration: none;
}

.xd-brand__dot {
	display: inline-block;
	width: 0.55em;
	height: 0.55em;
	border-radius: 50%;
	background: var(--xd-accent);
	margin-right: 0.35em;
	vertical-align: 0.05em;
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--xd-accent) 28%, transparent);
}

.xd-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.xd-skip {
	position: absolute;
	left: -9999px;
}

.xd-skip:focus {
	left: 1rem;
	top: 1rem;
	z-index: 1000;
	background: var(--xd-accent);
	color: var(--xd-accent-ink);
	padding: 0.5rem 0.75rem;
	border-radius: 8px;
	font-weight: 600;
}

.xd-container {
	width: min(1120px, calc(100% - 2rem));
	margin-inline: auto;
}

/* Header */
.xd-header {
	position: sticky;
	top: 0;
	z-index: 40;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.86);
	border-bottom: 1px solid var(--xd-border);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.xd-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 0.95rem 0;
}

.xd-brand__mark {
	display: inline-flex;
	align-items: center;
	font-family: var(--xd-font-display);
	font-weight: 800;
	font-size: 1.2rem;
	letter-spacing: -0.04em;
	color: var(--xd-text);
}

.xd-brand .custom-logo-link img {
	max-height: 36px;
	width: auto;
}

.xd-nav {
	margin-left: auto;
}

.xd-nav__list {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.xd-nav__list a {
	display: inline-flex;
	align-items: center;
	color: var(--xd-muted);
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	transition: color 0.2s, background 0.2s;
}

.xd-nav__list a:hover {
	color: var(--xd-text);
	background: var(--xd-bg-elevated);
}

.xd-nav__list .current-menu-item a,
.xd-nav__list .current_page_item a {
	color: var(--xd-text);
	background: transparent;
	box-shadow: inset 0 -3px 0 var(--xd-accent);
	border-radius: 0;
}

.xd-lang {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	border: 1px solid var(--xd-border);
	background: var(--xd-surface);
	color: var(--xd-text);
	font-weight: 700;
	font-size: 0.88rem;
	line-height: 1;
	box-shadow: 0 1px 2px rgba(18, 21, 28, 0.04);
}

.xd-icon {
	width: 1.1em;
	height: 1.1em;
	flex-shrink: 0;
}

.xd-icon--sm {
	width: 0.85em;
	height: 0.85em;
}

/* Hero */
.xd-hero {
	position: relative;
	min-height: min(82vh, 740px);
	display: flex;
	align-items: center;
	padding: 4.25rem 0 3.75rem;
	overflow: hidden;
}

.xd-hero__atmosphere {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.xd-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(72px);
	opacity: 0.7;
}

.xd-hero__orb--a {
	width: min(520px, 70vw);
	height: min(520px, 70vw);
	top: -14%;
	right: -6%;
	background: radial-gradient(circle, rgba(184, 245, 61, 0.45) 0%, transparent 70%);
	animation: xd-float 12s ease-in-out infinite;
}

.xd-hero__orb--b {
	width: min(380px, 50vw);
	height: min(380px, 50vw);
	bottom: 8%;
	left: -8%;
	background: radial-gradient(circle, rgba(140, 170, 255, 0.2) 0%, transparent 70%);
	animation: xd-float 14s ease-in-out 2s infinite reverse;
}

.xd-hero__grid {
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background-image:
		linear-gradient(rgba(18, 21, 28, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 21, 28, 0.06) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse 70% 55% at 40% 40%, #000 15%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 70% 55% at 40% 40%, #000 15%, transparent 75%);
}

@keyframes xd-float {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-14px, 12px); }
}

.xd-hero__content {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.xd-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1.35rem;
	padding: 0.5rem 1.05rem;
	border-radius: 999px;
	border: 1px solid var(--xd-border);
	background: var(--xd-surface);
	box-shadow: 0 1px 2px rgba(18, 21, 28, 0.05);
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--xd-text);
	animation: xd-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.xd-hero__badge .xd-icon {
	color: #6a9a12;
}

.xd-hero__title {
	font-family: var(--xd-font-display);
	font-weight: 800;
	font-size: clamp(2.3rem, 5.6vw, 3.6rem);
	letter-spacing: -0.045em;
	line-height: 1.05;
	margin: 0 0 0.85rem;
	color: var(--xd-text);
	animation: xd-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.xd-hero__tagline {
	margin: 0 auto 2.1rem;
	color: var(--xd-muted);
	font-size: 1.08rem;
	max-width: 46ch;
	animation: xd-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}

@keyframes xd-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* Form — glass on light */
.xd-form {
	animation: xd-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.xd-form__row {
	display: flex;
	gap: 0.55rem;
	align-items: center;
	padding: 0.45rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--xd-border);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: var(--xd-shadow);
}

.xd-form__icon {
	margin-left: 0.85rem;
	color: var(--xd-muted);
}

.xd-input {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 3.1rem;
	padding: 0.85rem 0.5rem 0.85rem 0.35rem;
	border-radius: 12px;
	border: 1px solid transparent;
	background: transparent;
	color: var(--xd-text);
	font: inherit;
	outline: none;
	transition: background 0.2s, box-shadow 0.2s;
}

.xd-input::placeholder {
	color: color-mix(in srgb, var(--xd-muted) 85%, transparent);
}

.xd-input:focus {
	background: rgba(18, 21, 28, 0.03);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--xd-accent) 70%, transparent);
}

.xd-form__hint {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin: 0.95rem 0 0;
	font-size: 0.88rem;
	color: var(--xd-muted);
	line-height: 1.45;
}

.xd-form__hint .xd-icon {
	color: #6a9a12;
}

.xd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 3.1rem;
	padding: 0.75rem 1.35rem;
	border-radius: 12px;
	border: 1px solid transparent;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.15s ease, filter 0.2s, background 0.2s, border-color 0.2s, opacity 0.2s, color 0.2s;
}

.xd-btn:active {
	transform: scale(0.98);
}

.xd-btn--primary {
	background: var(--xd-accent);
	color: var(--xd-accent-ink);
	flex-shrink: 0;
}

.xd-btn--primary:hover {
	filter: brightness(0.97);
	text-decoration: none;
	color: var(--xd-accent-ink);
}

.xd-btn--ghost {
	background: transparent;
	border-color: var(--xd-border);
	color: var(--xd-text);
}

.xd-btn--ghost:hover {
	border-color: color-mix(in srgb, var(--xd-text) 22%, transparent);
	background: var(--xd-bg-elevated);
	text-decoration: none;
}

.xd-btn--outline {
	min-height: 2.55rem;
	padding: 0.55rem 1.05rem;
	border-radius: 999px;
	border: 1px solid var(--xd-border);
	background: var(--xd-surface);
	color: var(--xd-text);
	font-size: 0.92rem;
	box-shadow: 0 1px 2px rgba(18, 21, 28, 0.04);
}

.xd-btn--outline:hover {
	border-color: color-mix(in srgb, var(--xd-text) 25%, transparent);
	background: var(--xd-bg-elevated);
	text-decoration: none;
	color: var(--xd-text);
}

.xd-btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

/* Result */
.xd-result {
	margin-top: 1.75rem;
	padding: 1.25rem;
	border-radius: var(--xd-radius);
	background: var(--xd-surface);
	border: 1px solid var(--xd-border);
	box-shadow: var(--xd-shadow);
	animation: xd-rise 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.xd-result.is-error {
	border-color: color-mix(in srgb, var(--xd-danger) 40%, transparent);
	color: #9f1239;
	background: #fff1f2;
}

.xd-result__grid {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 1.15rem;
	align-items: start;
}

.xd-result__thumb {
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--xd-bg-elevated);
}

.xd-result__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xd-result__title {
	font-family: var(--xd-font-display);
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 0.85rem;
	letter-spacing: -0.02em;
}

.xd-result__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.xd-result__note {
	margin: 0.85rem 0 0;
	font-size: 0.82rem;
	color: var(--xd-muted);
}

/* Sections */
.xd-section {
	padding: 5rem 0;
	border-top: 1px solid var(--xd-border);
}

.xd-section__title {
	font-family: var(--xd-font-display);
	font-size: clamp(1.7rem, 3vw, 2.2rem);
	font-weight: 750;
	letter-spacing: -0.035em;
	margin: 0 0 0.5rem;
}

.xd-section__lead {
	margin: 0 0 2.5rem;
	color: var(--xd-muted);
	max-width: 36ch;
	font-size: 1.02rem;
}

.xd-section__lead--tight {
	margin-bottom: 0;
}

/* Eyebrow label */
.xd-eyebrow {
	margin: 0 0 0.6rem;
	font-family: var(--xd-font-display);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #6a9a12;
}

/* Features ribbon */
.xd-features {
	position: relative;
	z-index: 1;
	padding: 0 0 1rem;
}

.xd-features__list {
	list-style: none;
	margin: 0;
	padding: 1.6rem 1.75rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	background: var(--xd-surface);
	border: 1px solid var(--xd-border);
	border-radius: var(--xd-radius);
	box-shadow: var(--xd-shadow);
}

.xd-features__item {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}

.xd-features__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	border-radius: 12px;
	background: color-mix(in srgb, var(--xd-accent) 32%, #fff);
	color: #4d7c0f;
}

.xd-features__icon .xd-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.xd-features__item strong {
	display: block;
	font-family: var(--xd-font-display);
	font-size: 0.98rem;
	font-weight: 750;
	letter-spacing: -0.015em;
	margin-bottom: 0.15rem;
}

.xd-features__item div > span {
	display: block;
	color: var(--xd-muted);
	font-size: 0.85rem;
	line-height: 1.45;
}

/* Home mid: how + side */
.xd-home-mid__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 3rem;
	align-items: start;
}

.xd-home-mid__side {
	display: grid;
	gap: 1.5rem;
}

.xd-card {
	background: var(--xd-surface);
	border: 1px solid var(--xd-border);
	border-radius: var(--xd-radius);
	box-shadow: var(--xd-shadow);
	padding: 1.6rem 1.75rem;
}

/* How — 3-step timeline */
.xd-how .xd-section__title {
	margin-bottom: 2.25rem;
}

.xd-how__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	position: relative;
}

.xd-how__list::before {
	content: "";
	position: absolute;
	top: 2.1rem;
	left: 12%;
	right: 12%;
	border-top: 2px dashed color-mix(in srgb, var(--xd-accent) 65%, var(--xd-border));
}

.xd-how__list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.35rem;
	padding: 0;
	position: relative;
}

.xd-how__marker {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	background: var(--xd-surface);
	border: 1px solid var(--xd-border);
	box-shadow: 0 4px 14px rgba(18, 21, 28, 0.06);
	color: #4d7c0f;
	margin-bottom: 0.7rem;
}

.xd-how__marker .xd-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.xd-how__num {
	position: absolute;
	top: -0.45rem;
	right: -0.45rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: var(--xd-accent);
	color: var(--xd-accent-ink);
	font-family: var(--xd-font-display);
	font-weight: 800;
	font-size: 0.82rem;
	box-shadow: 0 0 0 3px var(--xd-bg);
}

.xd-how__list strong {
	font-family: var(--xd-font-display);
	font-size: 1.05rem;
	font-weight: 750;
	letter-spacing: -0.02em;
}

.xd-how__list li > span:last-child {
	color: var(--xd-muted);
	font-size: 0.9rem;
	line-height: 1.5;
	max-width: 24ch;
}

/* Stats card */
.xd-stats__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.1rem;
}

.xd-stats__list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
}

.xd-stats__list strong {
	font-family: var(--xd-font-display);
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1;
}

.xd-stats__list span {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--xd-muted);
	font-size: 0.88rem;
}

.xd-stats__list .xd-icon {
	color: #6a9a12;
}

/* FAQ */
.xd-faq__item {
	border-top: 1px solid var(--xd-border);
	padding: 1.05rem 0;
}

.xd-faq__item:last-child {
	border-bottom: 1px solid var(--xd-border);
}

.xd-faq__item summary {
	cursor: pointer;
	font-weight: 650;
	font-size: 0.98rem;
	list-style: none;
	letter-spacing: -0.01em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.xd-faq__item summary::-webkit-details-marker {
	display: none;
}

.xd-faq__item summary::after {
	content: "";
	flex-shrink: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 2px solid var(--xd-muted);
	border-bottom: 2px solid var(--xd-muted);
	transform: rotate(45deg);
	transition: transform 0.2s;
	margin-top: -0.2rem;
}

.xd-faq__item[open] summary::after {
	transform: rotate(225deg);
	margin-top: 0.2rem;
}

.xd-faq__item p {
	margin: 0.7rem 0 0;
	color: var(--xd-muted);
	font-size: 0.92rem;
	line-height: 1.55;
	max-width: 52ch;
}

/* Blog grid 4 × (media 4/8) */
.xd-blog-teaser__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.75rem;
}

.xd-blog-teaser__head .xd-section__title {
	margin: 0 0 0.35rem;
}

.xd-blog-teaser__all {
	flex-shrink: 0;
}

.xd-post-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.xd-post-card {
	margin: 0;
	min-width: 0;
}

.xd-post-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
	border-radius: var(--xd-radius);
	overflow: hidden;
	background: var(--xd-surface);
	border: 1px solid var(--xd-border);
	box-shadow: 0 4px 16px rgba(18, 21, 28, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s;
}

.xd-post-card__link:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(18, 21, 28, 0.08);
	border-color: color-mix(in srgb, var(--xd-text) 18%, transparent);
	color: inherit;
}

.xd-post-card__media {
	display: block;
	aspect-ratio: 4 / 8;
	background: var(--xd-bg-elevated);
	overflow: hidden;
}

.xd-post-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xd-post-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(145deg, color-mix(in srgb, var(--xd-accent) 55%, #fff) 0%, var(--xd-bg-elevated) 55%, #e8eef8 100%);
}

.xd-post-card__body {
	display: grid;
	gap: 0.35rem;
	padding: 1rem 1.05rem 1.15rem;
}

.xd-post-card__date {
	font-size: 0.78rem;
	color: var(--xd-muted);
	letter-spacing: 0.01em;
}

.xd-post-card__title {
	font-family: var(--xd-font-display);
	font-weight: 750;
	font-size: 1.05rem;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.xd-post-card__excerpt {
	color: var(--xd-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

/* Layout blog */
.xd-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 2.5rem;
	padding: 3rem 0 4rem;
}

.xd-layout--single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 760px;
}

.xd-page-head {
	margin-bottom: 1.75rem;
}

.xd-page-head__title {
	font-family: var(--xd-font-display);
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	letter-spacing: -0.03em;
	margin: 0;
}

.xd-page-head__meta {
	margin: 0 0 0.4rem;
	color: var(--xd-muted);
	font-size: 0.9rem;
}

.xd-prose {
	color: color-mix(in srgb, var(--xd-text) 92%, var(--xd-muted));
}

.xd-prose > *:first-child {
	margin-top: 0;
}

.xd-article__thumb {
	margin: 0 0 1.5rem;
	border-radius: var(--xd-radius);
	overflow: hidden;
}

.xd-sidebar .xd-widget {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--xd-border);
}

.xd-widget__title {
	font-family: var(--xd-font-display);
	font-size: 1rem;
	margin: 0 0 0.75rem;
}

/* Ads */
.xd-ad {
	display: flex;
	justify-content: center;
	margin: 1rem auto;
	max-width: 100%;
	overflow: hidden;
}

.xd-ad:empty {
	display: none;
}

.xd-ad--sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	margin: 0;
	padding: 0.5rem;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid var(--xd-border);
}

.xd-ad--header {
	padding: 0.75rem 1rem 0;
}

/* Age gate */
.xd-age-gate {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 1.25rem;
	background:
		radial-gradient(600px 400px at 50% 30%, rgba(184, 245, 61, 0.18), transparent 60%),
		rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.xd-age-gate[hidden] {
	display: none !important;
}

.xd-age-gate__panel {
	width: min(420px, 100%);
	padding: 2rem 1.75rem;
	border-radius: var(--xd-radius);
	background: #fff;
	border: 1px solid var(--xd-border);
	box-shadow: 0 24px 60px rgba(18, 21, 28, 0.12);
	animation: xd-rise 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.xd-age-gate__brand {
	font-family: var(--xd-font-display);
	font-weight: 800;
	font-size: 1.65rem;
	margin: 0 0 0.65rem;
	letter-spacing: -0.04em;
}

.xd-age-gate__panel h2 {
	font-family: var(--xd-font-display);
	margin: 0 0 0.65rem;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
}

.xd-age-gate__panel p,
.xd-age-gate__text {
	color: var(--xd-muted);
	margin: 0 0 1.35rem;
	line-height: 1.55;
}

.xd-age-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

body.xd-age-locked {
	overflow: hidden;
}

/* Footer */
.xd-footer {
	margin-top: 1rem;
	background: var(--xd-surface);
	border-top: 1px solid var(--xd-border);
}

.xd-footer__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 2rem;
	padding: 1.35rem 0;
}

.xd-footer__disclaimer {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--xd-muted);
	font-size: 0.88rem;
	margin: 0;
	line-height: 1.5;
}

.xd-footer__disclaimer .xd-icon {
	color: #6a9a12;
}

.xd-footer__copy {
	margin: 0;
	font-size: 0.85rem;
	color: var(--xd-muted);
	flex-shrink: 0;
}

.xd-pagination {
	margin-top: 2rem;
}

.xd-pagination .nav-links {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px) {
	.xd-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xd-post-card__media {
		aspect-ratio: 4 / 5;
	}
}

@media (max-width: 900px) {
	.xd-features__list {
		grid-template-columns: 1fr 1fr;
		gap: 1.35rem;
	}

	.xd-home-mid__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.xd-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.xd-header__inner {
		flex-wrap: wrap;
	}

	.xd-nav {
		order: 3;
		width: 100%;
		margin-left: 0;
	}

	.xd-nav__list {
		gap: 0.25rem;
		flex-wrap: wrap;
	}

	.xd-hero {
		min-height: auto;
		padding: 3rem 0 2.75rem;
	}

	.xd-form__row {
		flex-wrap: wrap;
		padding: 0.5rem;
		border-radius: 16px;
	}

	.xd-form__icon {
		margin-left: 0.6rem;
	}

	.xd-form__row .xd-input {
		flex: 1 1 calc(100% - 3rem);
	}

	.xd-form__row .xd-btn {
		width: 100%;
	}

	.xd-footer__bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.6rem;
	}

	.xd-section {
		padding: 3.5rem 0;
	}

	.xd-blog-teaser__head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.xd-result__grid {
		grid-template-columns: 1fr;
	}

	.xd-features__list {
		grid-template-columns: 1fr;
		padding: 1.35rem 1.4rem;
	}

	.xd-how__list {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.xd-how__list::before {
		display: none;
	}

	.xd-card {
		padding: 1.35rem 1.4rem;
	}

	.xd-post-grid {
		grid-template-columns: 1fr;
	}

	.xd-post-card__media {
		aspect-ratio: 16 / 10;
	}

	.xd-age-gate__actions {
		flex-direction: column;
	}

	.xd-age-gate__actions .xd-btn {
		width: 100%;
	}
}
