:root {
	--ink: #242334;
	--muted: #686677;
	--pink: #ff5d91;
	--pink-dark: #f33f79;
	--orange: #ff9b42;
	--yellow: #ffc83d;
	--green: #2fd47d;
	--green-dark: #18af61;
	--blue: #13b7e5;
	--red: #ff4449;
	--cream: #fff9e9;
	--mint: #ebfff5;
	--rose: #fff0f5;
	--sky: #ebf9ff;
	--white: #fff;
	--border: rgba(36, 35, 52, .1);
	--shadow-sm: 0 10px 30px rgba(36, 35, 52, .09);
	--shadow-lg: 0 24px 70px rgba(36, 35, 52, .16);
	--radius-sm: 16px;
	--radius: 26px;
	--radius-lg: 42px;
	--container: 1180px;
}

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

a {
	color: inherit;
	text-decoration-thickness: .08em;
	text-underline-offset: .16em;
}

button,
input,
textarea,
select { font: inherit; }

h1,
h2,
h3,
h4 {
	margin: 0 0 .65em;
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;
	line-height: 1.08;
	letter-spacing: -.035em;
}

h1 { font-size: clamp(2.65rem, 7vw, 5.75rem); }
h2 { font-size: clamp(2.15rem, 4.6vw, 3.85rem); }
h3 { font-size: clamp(1.22rem, 2vw, 1.5rem); }

p { margin: 0 0 1.35em; }

.container {
	width: min(calc(100% - 40px), var(--container));
	margin-inline: auto;
}

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

.skip-link {
	position: fixed;
	z-index: 9999;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	border-radius: 10px;
	color: var(--white);
	background: var(--ink);
	transform: translateY(-160%);
}

.skip-link:focus { transform: none; }

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 3px solid var(--pink);
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: 84px;
	gap: 26px;
}

.brand {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.brand img {
	width: 145px;
	height: auto;
	max-height: 62px;
	object-fit: contain;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-left: auto;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav a {
	position: relative;
	display: block;
	padding: 29px 0 26px;
	font-size: .93rem;
	font-weight: 800;
	text-decoration: none;
}

.site-nav a::after {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	height: 3px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--pink), var(--orange));
	content: "";
	transform: scaleX(0);
	transition: transform .2s ease;
}

.site-nav a:hover::after,
.site-nav .current-menu-item a::after { transform: scaleX(1); }

.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 11px;
	border: 0;
	border-radius: 14px;
	background: var(--rose);
}

.menu-toggle > span:not(.screen-reader-text) {
	display: block;
	height: 3px;
	margin: 4px 0;
	border-radius: 9px;
	background: var(--ink);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 11px 20px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-weight: 850;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 7px 18px rgba(36, 35, 52, .1);
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(36, 35, 52, .15);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
	outline: 4px solid rgba(19, 183, 229, .35);
	outline-offset: 3px;
}

.button--large {
	min-height: 55px;
	padding: 14px 25px;
}

.button--block { width: 100%; }
.button--primary { color: var(--white); background: linear-gradient(135deg, var(--pink), #ff7b79); }
.button--green { color: #06351e; background: var(--green); }
.button--youtube { color: var(--white); background: var(--red); }
.header-youtube--mobile { display: none; }
.site-nav .header-youtube--desktop {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: row;
	flex-wrap: nowrap;
	min-height: 44px;
	padding: 10px 18px;
	line-height: 1;
	white-space: nowrap;
}
.site-nav .header-youtube--desktop::after { display: none; }
.header-youtube svg { display: block; flex: 0 0 auto; }
.button--ghost { border-color: rgba(36, 35, 52, .18); background: var(--white); }
.button--glass { border-color: rgba(255, 255, 255, .74); color: var(--white); background: rgba(255, 255, 255, .12); backdrop-filter: blur(12px); }

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 28px;
}

.hero {
	position: relative;
	display: grid;
	min-height: calc(100svh - 84px);
	overflow: hidden;
	isolation: isolate;
	align-items: center;
	color: var(--ink);
	background: #fff;
}

body.admin-bar .hero {
	min-height: calc(100svh - 116px);
}

.hero__media,
.hero__shade {
	position: absolute;
	z-index: -2;
	inset: 0;
}

.hero__media {
	background: #fff url("hero-kiwi-dinosaurio.webp") right center / auto 100% no-repeat;
}

.hero__shade {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 32%, rgba(255, 255, 255, .48) 51%, rgba(255, 255, 255, .04) 69%),
		linear-gradient(0deg, rgba(255, 255, 255, .22), transparent 38%);
}

.hero__content {
	padding-block: 100px 120px;
}

.hero__content h1 {
	max-width: 700px;
	margin-bottom: 24px;
	text-shadow: 0 5px 25px rgba(255, 255, 255, .55);
}

.hero__lead {
	max-width: 670px;
	color: #504d5e;
	font-size: clamp(1.08rem, 2vw, 1.32rem);
	line-height: 1.55;
}

.hero__mobile-character {
	display: none;
}

.hero .eyebrow {
	color: #b5265b;
}

.hero .button--glass {
	border-color: rgba(36, 35, 52, .2);
	color: var(--ink);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 10px 26px rgba(36, 35, 52, .08);
}

.hero__scroll {
	position: absolute;
	right: 50%;
	bottom: 25px;
	display: grid;
	width: 45px;
	height: 45px;
	border: 1px solid rgba(36, 35, 52, .18);
	border-radius: 50%;
	color: var(--ink);
	background: rgba(255, 255, 255, .76);
	box-shadow: 0 8px 24px rgba(36, 35, 52, .1);
	place-items: center;
	text-decoration: none;
	transform: translateX(50%);
}

.eyebrow {
	margin-bottom: 14px;
	color: var(--yellow);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.eyebrow--pink { color: var(--pink-dark); }
.eyebrow--orange { color: #df741b; }
.eyebrow--blue { color: #007fa6; }
.eyebrow--green { color: #0c9550; }

.section { padding-block: clamp(76px, 9vw, 132px); }
.section--mint { background: var(--mint); }
.section--cream { background: var(--cream); }
.section--rose { background: var(--rose); }
.section--sky { background: var(--sky); }

.section-heading {
	max-width: 780px;
	margin-bottom: 46px;
}

.section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.section-heading > p:last-child { color: var(--muted); }

.cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.cards-grid--archive { align-items: stretch; }

.content-card {
	overflow: hidden;
	border: 1px solid rgba(36, 35, 52, .07);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: var(--shadow-sm);
	transition: transform .22s ease, box-shadow .22s ease;
}

.content-card:hover {
	transform: translateY(-7px);
	box-shadow: var(--shadow-lg);
}

.content-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #f0eced;
}

.content-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.content-card:hover .content-card__media img { transform: scale(1.035); }

.content-card__badge {
	position: absolute;
	top: 13px;
	left: 13px;
	padding: 6px 11px;
	border-radius: 999px;
	color: var(--ink);
	background: rgba(255, 255, 255, .93);
	font-size: .75rem;
	font-weight: 900;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}

.content-card__play {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: grid;
	width: 43px;
	height: 43px;
	padding-left: 3px;
	border-radius: 50%;
	color: var(--white);
	background: var(--pink);
	box-shadow: 0 8px 22px rgba(255, 93, 145, .42);
	place-items: center;
}

.content-card__body { padding: 20px 21px 22px; }
.content-card__body h3 { margin-bottom: 9px; font-size: 1.16rem; }
.content-card__body h3 a { text-decoration: none; }
.content-card__body p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.content-card--coloring .content-card__media {
	background: #fff;
}
.content-card--coloring .content-card__media img {
	object-fit: contain;
}
.content-card__download {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 17px;
	color: #a80f52;
	font-size: .87rem;
	font-weight: 900;
	text-decoration: none;
}
.content-card__download span {
	display: grid;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	color: #fff;
	background: var(--pink);
	place-items: center;
}
.content-card__download:hover { color: var(--ink); }
.section-cta { margin: 38px 0 0; text-align: center; }

.split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(45px, 7vw, 100px);
	align-items: center;
}

.split--intro { grid-template-columns: .92fr 1.08fr; }
.split--parents { grid-template-columns: 1.1fr .9fr; }

.character-stage {
	position: relative;
	min-height: 480px;
	display: grid;
	place-items: center;
}

.character-stage img {
	position: relative;
	z-index: 2;
	max-height: 600px;
	object-fit: contain;
	filter: drop-shadow(0 24px 24px rgba(36, 35, 52, .15));
}

.character-stage::before {
	position: absolute;
	width: 75%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--rose);
	content: "";
}

.character-stage--dino::before { background: var(--mint); }

.shape {
	position: absolute;
	z-index: 1;
	border-radius: 50%;
}

.shape--one { top: 12%; left: 3%; width: 70px; height: 70px; background: var(--yellow); }
.shape--two { right: 6%; bottom: 10%; width: 44px; height: 44px; background: var(--pink); }

.reading-copy p:not(.eyebrow) { color: var(--muted); }

.check-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 35px;
	font-weight: 750;
}

.check-list li::before {
	position: absolute;
	top: .05em;
	left: 0;
	display: grid;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #085c33;
	background: #c8f9df;
	content: "✓";
	font-size: .82rem;
	place-items: center;
}

.topic-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 34px;
}

.topic-card {
	display: flex;
	min-height: 142px;
	padding: 18px;
	border-radius: 20px;
	color: var(--white);
	background: var(--topic-color);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--topic-color) 35%, transparent);
	flex-direction: column;
	text-decoration: none;
	transition: transform .2s ease;
}

.topic-card:hover { transform: translateY(-5px) rotate(-.5deg); }
.topic-card__icon { font-size: 2rem; line-height: 1; }
.topic-card strong { margin-top: auto; font-size: 1.05rem; }
.topic-card small { opacity: .87; }

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

.feature-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.feature-card {
	padding: 30px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: var(--shadow-sm);
}

.feature-card > span {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 24px;
	border-radius: 16px;
	color: var(--pink-dark);
	background: var(--rose);
	font-size: 1.35rem;
	font-weight: 900;
	place-items: center;
}

.feature-card h3 { margin-bottom: 10px; }
.feature-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.feature-grid--five .feature-card { padding: 25px 20px; }
.feature-grid--five .feature-card h3 { font-size: 1.08rem; }

.trust-stack {
	display: grid;
	gap: 16px;
}

.trust-card {
	display: grid;
	padding: 24px;
	border: 1px solid var(--border);
	border-radius: 22px;
	background: var(--white);
	box-shadow: var(--shadow-sm);
	grid-template-columns: auto 1fr;
	gap: 18px;
}

.trust-card > span {
	display: grid;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	background: var(--mint);
	place-items: center;
	font-size: 1.5rem;
}

.trust-card strong { display: block; margin-bottom: 4px; }
.trust-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.final-cta {
	overflow: hidden;
	background: linear-gradient(135deg, #fff3f8 0%, #fff8e5 52%, #ebfaff 100%);
}

.final-cta__inner {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 60px;
	align-items: center;
}

.final-cta__inner img {
	max-height: 540px;
	margin-inline: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 28px rgba(36, 35, 52, .14));
}

.final-cta__inner--center { display: block; max-width: 760px; text-align: center; }

.site-footer {
	padding: 70px 0 26px;
	border-top: 3px solid var(--yellow);
	background: #fffae9;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.1fr .8fr 1fr;
	gap: 70px;
}

.brand--footer img { width: 180px; }
.site-footer h2 { margin-bottom: 18px; font-size: 1rem; letter-spacing: 0; }
.site-footer p { color: var(--muted); font-size: .9rem; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 7px; }
.footer-links a { color: var(--muted); font-size: .9rem; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 50px;
	padding-top: 24px;
	border-top: 1px solid var(--border);
}
.site-footer__bottom p { margin: 0; }
.site-footer__bottom span { color: var(--pink); }
.footer-cookie-settings {
	padding: 0;
	border: 0;
	color: var(--muted);
	background: transparent;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}
.footer-cookie-settings:hover { color: var(--ink); }

.cookie-consent {
	position: fixed;
	z-index: 1000;
	right: 18px;
	bottom: 18px;
	left: 18px;
}

.cookie-consent[hidden],
.cookie-preferences[hidden] { display: none; }

.cookie-consent__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	width: min(1180px, 100%);
	margin-inline: auto;
	padding: 25px 28px;
	border: 1px solid rgba(36, 35, 52, .12);
	border-radius: 26px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 24px 70px rgba(36, 35, 52, .24);
	backdrop-filter: blur(18px);
}

.cookie-consent__copy h2 {
	margin-bottom: 7px;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.cookie-consent__copy p:not(.eyebrow) {
	max-width: 760px;
	margin-bottom: 7px;
	color: var(--muted);
	font-size: .91rem;
	line-height: 1.55;
}

.cookie-consent__copy a {
	color: #951049;
	font-size: .86rem;
	font-weight: 800;
}

.cookie-consent__actions,
.cookie-preferences__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cookie-consent__actions { justify-content: flex-end; }
.cookie-consent__actions .button { min-height: 44px; padding: 10px 16px; font-size: .86rem; }

.cookie-preferences {
	position: fixed;
	z-index: 1100;
	inset: 0;
	display: grid;
	padding: 24px;
	overflow-y: auto;
	place-items: center;
}

.cookie-preferences__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(20, 19, 31, .58);
	backdrop-filter: blur(6px);
}

.cookie-preferences__dialog {
	position: relative;
	z-index: 1;
	width: min(760px, 100%);
	max-height: calc(100vh - 48px);
	padding: clamp(25px, 4vw, 42px);
	overflow-y: auto;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .3);
}

.cookie-preferences__dialog > p { color: var(--muted); }
.cookie-preferences__close {
	position: absolute;
	top: 17px;
	right: 17px;
	display: grid;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	color: var(--ink);
	background: var(--rose);
	font-size: 1.6rem;
	cursor: pointer;
	place-items: center;
}

.cookie-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 15px;
	padding: 18px;
	border: 1px solid var(--border);
	border-radius: 18px;
	background: #fffcf7;
}

.cookie-option h3 { margin-bottom: 4px; font-size: 1rem; }
.cookie-option p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.cookie-switch {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: .79rem;
	font-weight: 850;
	white-space: nowrap;
}
.cookie-switch input {
	width: 22px;
	height: 22px;
	accent-color: var(--pink);
}

.cookie-details {
	margin-top: 18px;
	padding: 15px 18px;
	border-radius: 16px;
	background: var(--mint);
}
.cookie-details summary { font-weight: 850; cursor: pointer; }
.cookie-table-wrap { margin-top: 14px; overflow-x: auto; }
.cookie-details table { width: 100%; border-collapse: collapse; font-size: .76rem; }
.cookie-details th,
.cookie-details td { padding: 9px; border-bottom: 1px solid rgba(36,35,52,.12); text-align: left; vertical-align: top; }
.cookie-preferences__actions { justify-content: flex-end; margin-top: 24px; }
body.cookie-panel-open { overflow: hidden; }

.empty-state {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(220px, 380px) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	padding: 35px;
	border: 1px dashed rgba(36, 35, 52, .18);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, .7);
}

.empty-state img { max-height: 330px; margin: auto; object-fit: contain; }
.empty-state--center { max-width: 850px; margin: auto; }

.archive-hero,
.standard-page__header,
.single-hero {
	padding: clamp(70px, 9vw, 120px) 0;
	text-align: center;
	background:
		radial-gradient(circle at 18% 25%, rgba(255, 200, 61, .25), transparent 18%),
		radial-gradient(circle at 82% 30%, rgba(19, 183, 229, .18), transparent 22%),
		linear-gradient(135deg, var(--rose), var(--cream));
}

.archive-hero h1,
.standard-page__header h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.archive-hero p:last-child,
.standard-page__header p:last-child { max-width: 720px; margin-inline: auto; color: var(--muted); font-size: 1.12rem; }
.archive-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 270px;
	gap: 45px;
	align-items: center;
	text-align: left;
}
.archive-hero__inner p:last-child { margin-inline: 0; }
.archive-hero__inner > img { max-height: 260px; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(36, 35, 52, .13)); }
.archive-content { min-height: 600px; background: #fffafd; }

.archive-seo {
	color: var(--ink);
	background: var(--white);
}

.seo-band {
	padding-block: clamp(78px, 8vw, 118px);
}

.seo-band--white { background: var(--white); }
.seo-band--cream { background: var(--cream); }
.seo-band--mint { background: var(--mint); }
.seo-band--rose { background: var(--rose); }
.seo-band--sky { background: var(--sky); }

.seo-split {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
	gap: clamp(44px, 7vw, 92px);
	align-items: center;
}

.seo-split--reverse {
	grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
}

.seo-copy h2,
.seo-heading h2 {
	font-size: clamp(2.15rem, 4vw, 3.65rem);
}

.seo-copy > p:not(.eyebrow),
.seo-heading > p:not(.eyebrow) {
	color: var(--muted);
	font-size: 1.06rem;
	line-height: 1.75;
}

.seo-heading {
	max-width: 820px;
	margin-bottom: 44px;
}

.seo-heading > p:last-child {
	max-width: 690px;
}

.seo-character {
	position: relative;
	display: grid;
	min-height: 390px;
	overflow: hidden;
	border: 1px solid rgba(36, 35, 52, .06);
	border-radius: var(--radius-lg);
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, .96) 0 29%, transparent 61%),
		linear-gradient(145deg, rgba(255, 95, 147, .18), rgba(19, 183, 229, .18));
	box-shadow: var(--shadow-sm);
	place-items: center;
}

.seo-character--idea { background: radial-gradient(circle at 50% 48%, #fff 0 29%, transparent 61%), linear-gradient(145deg, #e5fff2, #fff3ca); }
.seo-character--stories { background: radial-gradient(circle at 50% 48%, #fff 0 29%, transparent 61%), linear-gradient(145deg, #f4eaff, #ffe9f2); }
.seo-character--reading { background: radial-gradient(circle at 50% 48%, #fff 0 29%, transparent 61%), linear-gradient(145deg, #e7f9ff, #fff3d8); }

.seo-character img {
	position: relative;
	z-index: 1;
	width: auto;
	max-height: 370px;
	padding: 18px 20px 0;
	object-fit: contain;
	filter: drop-shadow(0 22px 24px rgba(36, 35, 52, .14));
}

.seo-check-list {
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.seo-check-list li {
	position: relative;
	padding-left: 31px;
	font-weight: 750;
}

.seo-check-list li::before {
	position: absolute;
	top: .05em;
	left: 0;
	display: grid;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	color: #075330;
	background: var(--green);
	content: "✓";
	font-size: .72rem;
	place-items: center;
}

.seo-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.seo-topic-card {
	position: relative;
	display: block;
	min-height: 235px;
	padding: 27px;
	overflow: hidden;
	border: 1px solid rgba(36, 35, 52, .07);
	border-radius: var(--radius);
	color: var(--ink);
	background: color-mix(in srgb, var(--seo-accent) 13%, white);
	box-shadow: var(--shadow-sm);
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.seo-topic-card::after {
	position: absolute;
	right: -34px;
	bottom: -46px;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--seo-accent) 24%, transparent);
	content: "";
}

.seo-topic-card:hover {
	box-shadow: var(--shadow);
	transform: translateY(-5px);
}

.seo-topic-card > span {
	display: block;
	margin-bottom: 17px;
	font-size: 2.35rem;
}

.seo-topic-card h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.seo-topic-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--muted);
	font-size: .91rem;
	line-height: 1.6;
}

.seo-mini-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-block: 28px;
}

.seo-mini-grid article {
	padding: 20px;
	border: 1px solid rgba(36, 35, 52, .07);
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, .8);
	box-shadow: var(--shadow-sm);
}

.seo-mini-grid strong {
	display: block;
	margin-bottom: 7px;
}

.seo-mini-grid p {
	margin: 0;
	color: var(--muted);
	font-size: .84rem;
	line-height: 1.55;
}

.seo-faq-layout {
	display: grid;
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
	gap: clamp(42px, 7vw, 90px);
	align-items: start;
}

.seo-faq-layout .seo-heading {
	position: sticky;
	top: 118px;
	margin-bottom: 0;
}

.seo-faq details {
	border-bottom: 1px solid rgba(36, 35, 52, .12);
	background: rgba(255, 255, 255, .7);
}

.seo-faq details:first-child {
	border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

.seo-faq details:last-child {
	border-bottom: 0;
	border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.seo-faq summary {
	padding: 23px 25px;
	cursor: pointer;
	font-weight: 900;
	list-style: none;
}

.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after { float: right; color: var(--pink); content: "+"; font-size: 1.35rem; }
.seo-faq details[open] summary::after { content: "−"; }
.seo-faq details p { padding: 0 25px 24px; margin: 0; color: var(--muted); line-height: 1.7; }
.seo-faq a { color: #9d2453; font-weight: 800; }

.filter-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 48px;
}

.filter-pills a {
	padding: 9px 17px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--white);
	font-size: .88rem;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(36, 35, 52, .05);
}

.filter-pills a:hover,
.filter-pills .is-active { border-color: var(--pink); color: var(--white); background: var(--pink); }

.pagination { margin-top: 45px; text-align: center; }
.pagination .nav-links { display: inline-flex; gap: 8px; }
.pagination .page-numbers {
	display: grid;
	min-width: 44px;
	height: 44px;
	padding: 0 10px;
	border: 1px solid var(--border);
	border-radius: 50%;
	background: var(--white);
	place-items: center;
	text-decoration: none;
}
.pagination .current { color: var(--white); background: var(--pink); }

.single-hero { padding-block: 60px; text-align: left; }
.single-hero__inner { display: grid; grid-template-columns: 1fr 260px; align-items: center; }
.single-hero h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.single-hero__lead { max-width: 800px; color: var(--muted); font-size: 1.13rem; }
.single-hero__inner > img { max-height: 240px; object-fit: contain; }

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 55px;
	padding-block: 70px 110px;
	align-items: start;
}

.article-aside {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 16px;
}

.aside-card,
.resource-cta {
	padding: 28px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--cream);
}

.aside-card h2 { font-size: 1.4rem; }
.aside-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.resource-cta { margin-top: 40px; text-align: center; background: var(--mint); }
.resource-cta h2 { font-size: 1.75rem; }

.video-shell {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	margin-bottom: 10px;
	border-radius: var(--radius);
	background: #16151d;
	box-shadow: var(--shadow-lg);
}

.video-shell > img,
.video-shell iframe {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.video-shell__button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 82px;
	height: 82px;
	padding: 0 0 0 6px;
	border: 0;
	border-radius: 50%;
	color: var(--white);
	background: var(--pink);
	box-shadow: 0 12px 34px rgba(255, 93, 145, .45);
	cursor: pointer;
	font-size: 1.7rem;
	place-items: center;
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
}
.video-shell__button:hover { transform: translate(-50%, -50%) scale(1.08); }
.privacy-note { color: var(--muted); font-size: .8rem; text-align: center; }

.prose {
	color: #484657;
	font-size: 1.04rem;
}

.prose > * { max-width: 760px; margin-inline: auto; }
.prose h2,
.prose h3 { margin-top: 1.8em; color: var(--ink); }
.prose h2 { font-size: clamp(1.75rem, 3vw, 2.45rem); }
.prose a { color: #b5265b; }
.prose img,
.article-image { border-radius: var(--radius); }
.prose--page { padding-block: 70px 110px; }

.not-found {
	padding-block: 90px;
	background: var(--cream);
}
.not-found__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.not-found__inner img { max-height: 500px; object-fit: contain; }

.personalized-hero {
	padding-block: clamp(70px, 8vw, 110px);
	background: linear-gradient(135deg, #fff0f6 0%, #fff9e9 100%);
}
.personalized-hero h1 { font-size: clamp(2.65rem, 5.4vw, 5rem); }
.personalized-hero__visual { position: relative; }
.personalized-hero__visual img { max-height: 620px; margin: auto; object-fit: contain; filter: drop-shadow(0 25px 30px rgba(36,35,52,.13)); }
.personalized-hero__label {
	position: absolute;
	right: 7%;
	bottom: 7%;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--white);
	box-shadow: var(--shadow-sm);
	font-weight: 900;
}

.mini-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 30px;
}
.mini-faq-grid article { padding: 20px; border: 1px solid var(--border); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); }
.mini-faq-grid strong { display: block; margin-bottom: 7px; }
.mini-faq-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: kiwi-process;
}
.process-grid li { position: relative; padding: 28px 22px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); text-align: center; }
.process-grid li > span { display: grid; width: 48px; height: 48px; margin: -52px auto 20px; border: 6px solid var(--white); border-radius: 50%; color: var(--white); background: var(--pink); box-sizing: content-box; place-items: center; font-weight: 900; }
.process-grid h3 { font-size: 1.1rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.accordion { max-width: 820px; margin: 0 auto; }
.accordion details { border-bottom: 1px solid var(--border); background: var(--white); }
.accordion summary { padding: 20px 6px; cursor: pointer; font-weight: 850; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { float: right; color: var(--pink); content: "+"; font-size: 1.4rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding: 0 6px 20px; margin: 0; color: var(--muted); }

.blog-hero {
	overflow: hidden;
	padding: clamp(64px, 8vw, 104px) 0;
	background:
		radial-gradient(circle at 16% 18%, rgba(255, 200, 61, .28), transparent 22%),
		radial-gradient(circle at 82% 32%, rgba(92, 218, 164, .22), transparent 25%),
		linear-gradient(135deg, #fff0f6, #fff9e9);
}
.blog-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 390px); gap: 54px; align-items: center; }
.blog-hero h1 { max-width: 780px; font-size: clamp(3rem, 6vw, 5.5rem); }
.blog-hero p:last-child { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 1.14rem; }
.blog-hero__inner > img { max-height: 330px; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(36, 35, 52, .12)); }
.blog-index { min-height: 560px; padding: 76px 0 110px; background: #fffafd; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.blog-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.blog-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--cream); }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-card__media--character { background: radial-gradient(circle at 50% 60%, #fff 0 28%, transparent 60%), linear-gradient(135deg, var(--rose), var(--cream)); }
.blog-card__media--character img { padding: 12px 20px 0; object-fit: contain; }
.blog-card:hover .blog-card__media img { transform: scale(1.035); }
.blog-card__body { padding: 24px 24px 27px; }
.blog-card__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; margin-bottom: 13px; color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.blog-card__meta a { color: #b5265b; text-decoration: none; }
.blog-card h2 { margin-bottom: 11px; font-size: clamp(1.3rem, 2vw, 1.62rem); line-height: 1.2; }
.blog-card h2 a { color: var(--ink); text-decoration: none; }
.blog-card__body > p { color: var(--muted); font-size: .92rem; }
.blog-card__link { color: #b5265b; font-size: .9rem; font-weight: 900; text-decoration: none; }
.blog-article__hero { padding: clamp(70px, 8vw, 110px) 0 88px; text-align: center; background: radial-gradient(circle at 20% 24%, rgba(255, 200, 61, .25), transparent 20%), radial-gradient(circle at 82% 32%, rgba(19, 183, 229, .17), transparent 24%), linear-gradient(135deg, var(--rose), var(--cream)); }
.blog-article__heading { max-width: 940px; }
.blog-article__heading .eyebrow a { color: inherit; text-decoration: none; }
.blog-article__hero h1 { font-size: clamp(2.6rem, 5.5vw, 5rem); }
.blog-article__lead { max-width: 780px; margin-inline: auto; color: var(--muted); font-size: 1.17rem; }
.blog-article__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; color: var(--muted); font-size: .84rem; }
.blog-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 55px; padding-block: 70px 110px; align-items: start; }
.blog-article__cover { overflow: hidden; margin: 0 0 45px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.blog-article__cover img { width: 100%; height: auto; }
.blog-prose { font-size: 1.08rem; line-height: 1.8; }
.blog-prose > * { margin-inline: 0; }
.blog-prose blockquote { padding: 22px 26px; border-left: 5px solid var(--pink); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--rose); color: var(--ink); }
.blog-prose ul li + li, .blog-prose ol li + li { margin-top: .45em; }
.blog-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--border); }
.blog-tags a { padding: 7px 13px; border-radius: 999px; color: #8e2450; background: var(--rose); font-size: .82rem; font-weight: 800; text-decoration: none; }
.blog-category-list { margin: 0; padding: 0; list-style: none; }
.blog-category-list li + li { margin-top: 8px; }
.blog-category-list a { color: #8e2450; font-weight: 800; text-decoration: none; }
.blog-aside-character {
	display: grid;
	min-height: 260px;
	overflow: hidden;
	border-radius: var(--radius);
	background: radial-gradient(circle, #fff 0 28%, transparent 62%), linear-gradient(145deg, var(--mint), var(--cream));
	place-items: center;
}
.blog-aside-character img { width: 100%; max-height: 290px; padding: 12px 18px 0; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(36, 35, 52, .12)); }
.post-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 44px; }
.post-navigation > div:last-child { text-align: right; }
.post-navigation a { display: block; height: 100%; padding: 18px; border: 1px solid var(--border); border-radius: var(--radius-sm); color: var(--ink); font-weight: 850; text-decoration: none; }
.post-navigation a:hover { border-color: var(--pink); background: var(--rose); }
.post-navigation span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }

@media (max-width: 1100px) {
	.site-header__inner { gap: 16px; }
	.site-nav { gap: 13px; }
	.site-nav__list { gap: 14px; }
	.site-nav a { font-size: .8rem; }
	.site-nav .header-youtube--desktop { padding: 9px 13px; }
	.feature-grid--five { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 920px) {
	.header-youtube--mobile {
		display: inline-flex;
		flex: 0 0 auto;
		flex-direction: row;
		flex-wrap: nowrap;
		min-height: 40px;
		margin-left: auto;
		padding: 8px 12px;
		font-size: .78rem;
		line-height: 1;
		white-space: nowrap;
	}
	.menu-toggle { display: block; margin-left: 0; cursor: pointer; }
	.site-nav {
		display: block;
		position: fixed;
		top: 84px;
		right: 0;
		left: 0;
		max-height: calc(100vh - 84px);
		padding: 16px 20px 28px;
		overflow-y: auto;
		background: rgba(255,255,255,.98);
		box-shadow: 0 25px 50px rgba(36,35,52,.14);
		visibility: hidden;
		opacity: 0;
		transform: translateY(-10px);
		transition: opacity .2s ease, transform .2s ease, visibility .2s;
	}
	.site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
	.site-nav__list { display: block; }
	.site-nav a { padding: 14px 6px; font-size: 1rem; }
	.site-nav a::after { bottom: 8px; }
	.site-nav .header-youtube--desktop { display: none; }
	.split,
	.split--intro,
	.split--parents,
	.final-cta__inner,
	.not-found__inner { grid-template-columns: 1fr; }
	.split--worlds .character-stage { order: 2; }
	.character-stage { min-height: 390px; }
	.cards-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.site-footer__grid > :first-child { grid-column: 1 / -1; }
	.article-layout { grid-template-columns: 1fr; }
	.article-aside { position: static; grid-template-columns: 1fr 1fr; }
	.archive-hero__inner { grid-template-columns: minmax(0, 1fr) 220px; }
	.blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.blog-article__layout { grid-template-columns: 1fr; }
	.feature-grid--five { grid-template-columns: repeat(2, 1fr); }
	.process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 52px; }
	.seo-split,
	.seo-split--reverse,
	.seo-faq-layout { grid-template-columns: 1fr; }
	.seo-split--reverse .seo-character { order: 2; }
	.seo-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.seo-faq-layout .seo-heading { position: static; }
	.cookie-consent__inner { grid-template-columns: 1fr; gap: 18px; }
	.cookie-consent__actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.container { width: min(calc(100% - 28px), var(--container)); }
	.site-header__inner { min-height: 72px; }
	.site-nav { top: 72px; max-height: calc(100vh - 72px); }
	.brand img { width: 125px; max-height: 54px; }
	.header-youtube--mobile {
		min-height: 38px;
		padding: 7px 9px;
		font-size: .7rem;
	}
	.header-youtube--mobile svg { width: 17px; height: 12px; }
	.hero {
		min-height: calc(100svh - 72px);
		align-items: start;
		background: #fff9ed;
	}
	body.admin-bar .hero { min-height: calc(100svh - 118px); }
	.hero__media {
		background:
			radial-gradient(circle at 88% 18%, rgba(19,183,229,.28), transparent 25%),
			radial-gradient(circle at 8% 74%, rgba(255,95,147,.2), transparent 27%),
			linear-gradient(155deg, #fff 0%, #fff8e7 47%, #e9fff4 100%);
	}
	.hero__shade { background: none; }
	.hero__content { padding-block: 40px 68px; }
	.hero__content .eyebrow { margin-bottom: 10px; font-size: .68rem; letter-spacing: .12em; }
	.hero__content h1 {
		margin-bottom: 15px;
		font-size: clamp(2.35rem, 10.5vw, 2.65rem);
		line-height: .98;
		text-shadow: none;
	}
	.hero__title-line { white-space: nowrap; }
	.hero__lead {
		margin-bottom: 0;
		font-size: .96rem;
		line-height: 1.48;
		text-shadow: none;
	}
	.hero__mobile-character {
		position: relative;
		display: grid;
		height: 300px;
		margin-block: 4px -4px;
		place-items: center;
	}
	.hero__mobile-character::before {
		position: absolute;
		width: 320px;
		height: 150px;
		border-radius: 50%;
		background: linear-gradient(135deg, rgba(255,95,147,.19), rgba(19,183,229,.2));
		content: "";
		filter: blur(2px);
		transform: rotate(-5deg);
	}
	.hero__mobile-character img {
		position: relative;
		z-index: 1;
		width: auto;
		max-height: 320px;
		object-fit: contain;
		filter: drop-shadow(0 14px 16px rgba(36,35,52,.16));
	}
	.hero .button-row { margin-top: 8px; }
	body.admin-bar .hero__mobile-character { height: 280px; }
	body.admin-bar .hero__mobile-character img { max-height: 300px; }
	.button-row { align-items: stretch; flex-direction: column; }
	.button-row .button { width: 100%; }
	.cards-grid,
	.feature-grid,
	.feature-grid--five,
	.topic-grid,
	.mini-faq-grid,
	.process-grid,
	.site-footer__grid,
	.article-aside { grid-template-columns: 1fr; }
	.blog-hero__inner,
	.blog-grid,
	.post-navigation { grid-template-columns: 1fr; }
	.archive-hero__inner { grid-template-columns: 1fr; gap: 24px; text-align: center; }
	.archive-hero__inner p:last-child { margin-inline: auto; }
	.archive-hero__inner > img { max-height: 210px; }
	.blog-hero { padding-block: 58px; text-align: center; }
	.blog-hero__inner { gap: 24px; }
	.blog-hero__inner > img { max-height: 220px; }
	.blog-index { padding-block: 58px 82px; }
	.blog-article__hero { padding-block: 58px 66px; }
	.blog-article__layout { padding-block: 45px 80px; }
	.post-navigation > div:last-child { text-align: left; }
	.character-stage { min-height: 330px; }
	.section { padding-block: 72px; }
	.feature-card { padding: 25px; }
	.empty-state { grid-template-columns: 1fr; padding: 25px; text-align: center; }
	.site-footer__grid > :first-child { grid-column: auto; }
	.site-footer__bottom { align-items: flex-start; flex-direction: column; }
	.cookie-consent { right: 8px; bottom: 8px; left: 8px; }
	.cookie-consent__inner { max-height: calc(100vh - 16px); padding: 20px; overflow-y: auto; border-radius: 20px; }
	.cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.cookie-consent__actions .button:last-child { grid-column: 1 / -1; }
	.cookie-preferences { padding: 8px; }
	.cookie-preferences__dialog { max-height: calc(100vh - 16px); padding: 24px 18px; border-radius: 20px; }
	.cookie-option { grid-template-columns: 1fr; gap: 12px; }
	.cookie-preferences__actions { display: grid; grid-template-columns: 1fr; }
	.cookie-preferences__actions .button { width: 100%; }
	.single-hero__inner { grid-template-columns: 1fr; }
	.single-hero__inner > img { display: none; }
	.article-layout { padding-block: 45px 80px; }
	.video-shell { margin-inline: -7px; border-radius: 18px; }
	.video-shell__button { width: 64px; height: 64px; font-size: 1.35rem; }
	.process-grid { row-gap: 52px; }
	.seo-band { padding-block: 64px; }
	.seo-topic-grid,
	.seo-mini-grid { grid-template-columns: 1fr; }
	.seo-topic-card { min-height: auto; }
	.seo-character { min-height: 285px; }
	.seo-character img { max-height: 270px; }
	.seo-faq summary { padding: 20px; }
	.seo-faq details p { padding: 0 20px 21px; }
}

@media (max-width: 640px) and (max-height: 760px) {
	.hero__content { padding-block: 30px 58px; }
	.hero__mobile-character,
	body.admin-bar .hero__mobile-character { height: 205px; }
	.hero__mobile-character::before { width: 250px; height: 120px; }
	.hero__mobile-character img,
	body.admin-bar .hero__mobile-character img { max-height: 225px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
