/* ==========================================================================
   Buyiou — main stylesheet
   ========================================================================== */
:root {
	--bz-blue: #4b6cc8;
	--bz-blue-600: #3a58ad;
	--bz-blue-800: #243a78;
	--bz-blue-50: #eef2fc;
	--bz-blue-100: #dde5f8;
	--bz-coral: #ef4b30;
	--bz-coral-600: #d63b22;
	--bz-coral-50: #fff0ec;
	--bz-sun: #f7c25b;
	--bz-sun-50: #fff7e6;
	--bz-green: #2d9d6b;
	--bz-green-50: #e8f6ef;
	--bz-cream: #fbf8f3;
	--bz-ink: #1d2742;
	--bz-text: #333c52;
	--bz-muted: #5f6880;
	--bz-line: #e6e1d8;
	--bz-white: #fff;
	--bz-radius: 18px;
	--bz-radius-sm: 12px;
	--bz-shadow: 0 1px 2px rgba(29, 39, 66, .06), 0 8px 24px rgba(29, 39, 66, .07);
	--bz-shadow-lg: 0 18px 50px rgba(36, 58, 120, .16);
	--bz-font: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--bz-font-head: "Nunito", "Nunito Sans", system-ui, sans-serif;
	--bz-wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
	margin: 0;
	font-family: var(--bz-font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--bz-text);
	background: var(--bz-cream);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bz-blue-600); text-underline-offset: 3px; }
a:hover { color: var(--bz-coral-600); }
h1, h2, h3, h4 { font-family: var(--bz-font-head); color: var(--bz-ink); line-height: 1.2; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); font-weight: 900; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 800; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--bz-sun); outline-offset: 2px; border-radius: 6px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.bz-skip { position: absolute; left: -999px; top: 8px; background: var(--bz-ink); color: #fff; padding: 10px 16px; border-radius: 10px; z-index: 1000; }
.bz-skip:focus { left: 12px; color: #fff; }

.bz-wrap { width: 100%; max-width: var(--bz-wrap); margin: 0 auto; padding: 0 20px; }
.bz-wrap--narrow { max-width: 820px; }
.bz-center { text-align: center; }

/* Buttons */
.bz-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	font-family: var(--bz-font-head); font-weight: 800; font-size: 1rem; line-height: 1.1;
	padding: .85em 1.4em; border-radius: 999px; border: 2px solid transparent;
	text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
	white-space: nowrap;
}
.bz-btn:hover { transform: translateY(-1px); }
.bz-btn--primary { background: var(--bz-coral); color: #fff; box-shadow: 0 6px 16px rgba(239, 75, 48, .28); }
.bz-btn--primary:hover { background: var(--bz-coral-600); color: #fff; }
.bz-btn--ghost { background: transparent; color: var(--bz-blue-800); border-color: var(--bz-blue-100); }
.bz-btn--ghost:hover { background: var(--bz-blue-50); color: var(--bz-blue-800); }
.bz-btn--light { background: #fff; color: var(--bz-blue-800); }
.bz-btn--light:hover { color: var(--bz-coral-600); }
.bz-btn--sm { font-size: .9rem; padding: .65em 1.1em; }
.bz-btn--lg { font-size: 1.08rem; padding: 1em 1.6em; }
.bz-btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.bz-linkbtn { background: none; border: 0; padding: 0; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; }

.bz-chip {
	display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase;
	color: var(--bz-blue-600); background: var(--bz-blue-50); padding: .3em .75em; border-radius: 999px; text-decoration: none;
}
.bz-chip:hover { background: var(--bz-blue-100); color: var(--bz-blue-800); }
.bz-eyebrow { font-family: var(--bz-font-head); font-weight: 800; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; color: var(--bz-coral); margin-bottom: .6em; }

/* Header */
.bz-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .94); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--bz-line); }
.admin-bar .bz-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .bz-header { top: 0; } }
.bz-header__inner { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.bz-logo { display: inline-flex; flex-shrink: 0; }
.bz-logo__img { height: 40px; width: auto; }
.bz-nav { flex: 1; }
.bz-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; justify-content: center; flex-wrap: wrap; }
.bz-nav__list a { display: block; padding: 8px 12px; border-radius: 10px; font-weight: 700; font-size: .95rem; color: var(--bz-ink); text-decoration: none; }
.bz-nav__list a:hover, .bz-nav__list .current-menu-item > a, .bz-nav__list .current-menu-parent > a { background: var(--bz-blue-50); color: var(--bz-blue-600); }
.bz-nav__list li { position: relative; }
.bz-nav__list .sub-menu { list-style: none; margin: 0; padding: 8px; position: absolute; left: 0; top: 100%; min-width: 250px; background: #fff; border: 1px solid var(--bz-line); border-radius: 14px; box-shadow: var(--bz-shadow-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .15s ease; z-index: 5; }
.bz-nav__list li:hover > .sub-menu, .bz-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.bz-nav__list .menu-item-has-children > a::after { content: ""; display: inline-block; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-3px); margin-left: 8px; }
.bz-nav__search { display: none; }
.bz-header__actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.bz-iconbtn { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--bz-line); background: #fff; color: var(--bz-ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.bz-iconbtn:hover { background: var(--bz-blue-50); }
.bz-menu-toggle { display: none; flex-direction: column; gap: 4px; }
.bz-menu-toggle span { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; transition: .2s; }
.bz-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.bz-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bz-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.bz-searchbar { border-top: 1px solid var(--bz-line); background: #fff; padding: 14px 0; }
.bz-searchbar form, .bz-searchinline { display: flex; gap: 10px; }
.bz-searchbar input, .bz-searchinline input, .bz-nav__search input {
	flex: 1; min-width: 0; font: inherit; padding: .8em 1.1em; border-radius: 999px; border: 2px solid var(--bz-line); background: #fff; color: var(--bz-ink);
}
.bz-searchbar input:focus, .bz-searchinline input:focus { border-color: var(--bz-blue); outline: none; }
.bz-searchinline { max-width: 560px; margin: 18px auto 0; }
.bz-page__head .bz-searchinline { margin-left: 0; }

@media (max-width: 1080px) {
	.bz-header__inner { gap: 12px; }
	.bz-menu-toggle { display: inline-flex; }
	.bz-nav { display: none; position: fixed; inset: 72px 0 0 0; background: #fff; padding: 16px 20px 40px; overflow-y: auto; z-index: 99; }
	.admin-bar .bz-nav { top: 118px; }
	.bz-nav.is-open { display: block; animation: bz-slide .2s ease; }
	@keyframes bz-slide { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
	.bz-nav__list { flex-direction: column; gap: 2px; }
	.bz-nav__list a { padding: 14px 12px; font-size: 1.05rem; border-bottom: 1px solid var(--bz-line); border-radius: 0; }
	.bz-nav__list .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 14px; min-width: 0; }
	.bz-nav__list .sub-menu a { font-weight: 600; font-size: .98rem; }
	.bz-nav__search { display: flex; gap: 8px; margin-top: 18px; }
	.bz-nav__search button { font: inherit; font-weight: 700; border: 0; border-radius: 999px; background: var(--bz-blue); color: #fff; padding: 0 18px; }
	body.bz-menu-open { overflow: hidden; }
}
@media (max-width: 520px) {
	.bz-logo__img { height: 32px; }
	.bz-header__cta { display: none; }
	.bz-search-toggle { display: none; }
	.bz-header__inner { min-height: 64px; }
	.bz-nav { inset: 64px 0 0 0; }
}

/* Main sections */
.bz-main { display: block; min-height: 60vh; }
.bz-section { padding: 72px 0; }
.bz-section--tint { background: #f4efe7; }
.bz-section--blue { background: var(--bz-blue-50); }
.bz-section__head { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.bz-section__head p:last-child { color: var(--bz-muted); margin-bottom: 0; }
.bz-section__head--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; text-align: left; }
.bz-section__head--row p { max-width: 640px; }
.bz-more { font-weight: 800; font-family: var(--bz-font-head); text-decoration: none; white-space: nowrap; }
@media (max-width: 700px) {
	.bz-section { padding: 52px 0; }
	.bz-section__head--row { flex-direction: column; align-items: flex-start; }
}

/* Hero */
.bz-hero { background: radial-gradient(1100px 500px at 90% -10%, var(--bz-blue-100), transparent 60%), radial-gradient(700px 400px at -10% 110%, var(--bz-coral-50), transparent 60%), var(--bz-cream); padding: 64px 0 72px; }
.bz-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.bz-hl { color: var(--bz-blue); background: linear-gradient(transparent 62%, rgba(247, 194, 91, .55) 0); }
.bz-hero__lead { font-size: 1.15rem; color: var(--bz-muted); max-width: 590px; }
.bz-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 22px; }
.bz-hero__trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; font-weight: 700; font-size: .95rem; color: var(--bz-blue-800); }
.bz-hero__card { background: #fff; border-radius: 26px; padding: 28px; box-shadow: var(--bz-shadow-lg); border: 1px solid var(--bz-blue-50); }
.bz-hero__card-title { font-family: var(--bz-font-head); font-weight: 800; font-size: 1.2rem; color: var(--bz-ink); }
.bz-hero__pets { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.bz-petpick { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; padding: 20px 12px; border-radius: 18px; border: 2px solid var(--bz-line); text-decoration: none; color: var(--bz-ink); transition: .15s; background: var(--bz-cream); }
.bz-petpick:hover { border-color: var(--bz-blue); background: var(--bz-blue-50); color: var(--bz-ink); transform: translateY(-2px); }
.bz-petpick__emoji { font-size: 2.6rem; line-height: 1.1; }
.bz-petpick strong { font-family: var(--bz-font-head); font-size: 1.15rem; }
.bz-petpick small { color: var(--bz-muted); font-size: .85rem; line-height: 1.35; }
.bz-hero__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.bz-hero__steps li { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--bz-text); }
.bz-hero__steps span { width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%; background: var(--bz-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: .85rem; font-family: var(--bz-font-head); }
@media (max-width: 900px) {
	.bz-hero { padding: 40px 0 52px; }
	.bz-hero__grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 520px) {
	.bz-hero__ctas .bz-btn { width: 100%; }
	.bz-hero__card { padding: 20px; }
}

/* Feature boxes */
.bz-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 30px; }
.bz-featurebox { background: #fff; border-radius: var(--bz-radius); padding: 24px; box-shadow: var(--bz-shadow); border: 1px solid var(--bz-line); }
.bz-featurebox__icon { font-size: 1.8rem; display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 16px; background: var(--bz-blue-50); margin-bottom: 12px; }
.bz-featurebox p { color: var(--bz-muted); margin: 0; font-size: .97rem; }
@media (max-width: 980px) { .bz-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bz-features { grid-template-columns: 1fr; } }

/* Categories */
.bz-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bz-cat { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto auto; column-gap: 16px; padding: 22px; background: #fff; border-radius: var(--bz-radius); border: 1px solid var(--bz-line); text-decoration: none; color: var(--bz-text); transition: .15s; }
.bz-cat:hover { border-color: var(--bz-blue); box-shadow: var(--bz-shadow); color: var(--bz-text); transform: translateY(-2px); }
.bz-cat__icon { grid-row: 1 / 4; font-size: 1.7rem; width: 56px; height: 56px; border-radius: 16px; background: var(--bz-coral-50); display: flex; align-items: center; justify-content: center; }
.bz-cat__name { font-family: var(--bz-font-head); font-weight: 800; font-size: 1.12rem; color: var(--bz-ink); }
.bz-cat__desc { font-size: .92rem; color: var(--bz-muted); line-height: 1.45; margin: 2px 0 6px; }
.bz-cat__count { font-size: .82rem; font-weight: 700; color: var(--bz-blue-600); }
@media (max-width: 900px) { .bz-cats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .bz-cats { grid-template-columns: 1fr; } }

/* Cards */
.bz-grid { display: grid; gap: 24px; }
.bz-grid--3 { grid-template-columns: repeat(3, 1fr); }
.bz-grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 960px) { .bz-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .bz-grid--3, .bz-grid--2 { grid-template-columns: 1fr; } }
.bz-card { background: #fff; border-radius: var(--bz-radius); overflow: hidden; border: 1px solid var(--bz-line); display: flex; flex-direction: column; transition: .15s; }
.bz-card:hover { box-shadow: var(--bz-shadow); transform: translateY(-2px); }
.bz-card__media { display: block; aspect-ratio: 16 / 10; background: var(--bz-blue-50); overflow: hidden; }
.bz-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bz-card:hover .bz-card__media img { transform: scale(1.04); }
.bz-card__ph { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 3rem; }
.bz-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; align-items: flex-start; }
.bz-card__title { font-size: 1.14rem; margin: 0; }
.bz-card__title a { color: var(--bz-ink); text-decoration: none; }
.bz-card__title a:hover { color: var(--bz-blue-600); }
.bz-card__excerpt { color: var(--bz-muted); font-size: .95rem; margin: 0; line-height: 1.5; }
.bz-card__meta { margin: auto 0 0; font-size: .82rem; color: var(--bz-muted); font-weight: 600; }
.bz-card--compact { flex-direction: row; }
.bz-card--compact .bz-card__media { width: 120px; flex-shrink: 0; aspect-ratio: auto; }
.bz-card--compact .bz-card__body { padding: 14px 16px; gap: 6px; }
.bz-card--compact .bz-card__title { font-size: 1rem; }
.bz-card--compact .bz-chip { font-size: .7rem; }

.bz-featured { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: repeat(3, auto); gap: 18px; }
.bz-card--big { grid-row: 1 / 4; }
.bz-card--big .bz-card__media { aspect-ratio: 16 / 11; }
.bz-card--big .bz-card__title { font-size: 1.5rem; }
.bz-card--row { flex-direction: row; }
.bz-card--row .bz-card__media { width: 38%; flex-shrink: 0; aspect-ratio: auto; min-height: 140px; }
.bz-card--row .bz-card__excerpt { display: none; }
@media (max-width: 900px) {
	.bz-featured { grid-template-columns: 1fr; }
	.bz-card--big { grid-row: auto; }
}
@media (max-width: 480px) {
	.bz-card--row .bz-card__media { width: 110px; min-height: 0; }
	.bz-card--row .bz-card__title { font-size: 1rem; }
	.bz-card--row .bz-card__body { padding: 12px 14px; }
	.bz-card--compact .bz-card__media { width: 96px; }
}

/* Enrichment block (home) */
.bz-enrich { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.bz-enrich__list { display: grid; gap: 14px; }
@media (max-width: 900px) { .bz-enrich { grid-template-columns: 1fr; gap: 32px; } }

/* About */
.bz-about { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: center; max-width: 980px; }
.bz-about__badge { width: 220px; height: 220px; border-radius: 50%; background: var(--bz-blue-50); display: flex; align-items: center; justify-content: center; }
.bz-about__badge img { width: 140px; }
@media (max-width: 720px) { .bz-about { grid-template-columns: 1fr; gap: 20px; } .bz-about__badge { width: 140px; height: 140px; } .bz-about__badge img { width: 90px; } }

/* CTA band */
.bz-cta { background: linear-gradient(120deg, var(--bz-blue-800), var(--bz-blue)); color: #fff; padding: 56px 0; }
.bz-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bz-cta h2 { color: #fff; margin-bottom: .3em; }
.bz-cta p { margin: 0; opacity: .9; }
@media (max-width: 720px) { .bz-cta__inner { flex-direction: column; align-items: flex-start; } }

/* Page / archive headers */
.bz-page__head { padding: 36px 0 28px; background: linear-gradient(180deg, var(--bz-blue-50), var(--bz-cream)); }
.bz-page__head h1 { margin-bottom: .35em; }
.bz-page__lead { font-size: 1.12rem; color: var(--bz-muted); max-width: 760px; }
.bz-page__lead p { margin: 0; }
.bz-archive__icon { font-size: 2.2rem; display: inline-flex; width: 64px; height: 64px; background: #fff; border-radius: 18px; align-items: center; justify-content: center; box-shadow: var(--bz-shadow); margin-bottom: 14px; }
.bz-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; padding: 0; margin: 0 0 14px; font-size: .88rem; color: var(--bz-muted); }
.bz-crumbs li:not(:last-child)::after { content: "›"; margin-left: 6px; }
.bz-crumbs a { color: var(--bz-muted); text-decoration: none; }
.bz-crumbs a:hover { color: var(--bz-blue-600); }
.bz-crumbs [aria-current] { color: var(--bz-ink); font-weight: 600; display: inline-block; max-width: 48ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom; }
.bz-filterbar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; align-items: center; }
.bz-filterbar--sub { margin-top: 10px; font-weight: 700; color: var(--bz-muted); font-size: .92rem; }
.bz-pill { display: inline-block; padding: .5em 1em; border-radius: 999px; background: #fff; border: 1px solid var(--bz-line); color: var(--bz-ink); text-decoration: none; font-weight: 700; font-size: .92rem; }
.bz-pill:hover { border-color: var(--bz-blue); color: var(--bz-blue-600); }
.bz-pill.is-active { background: var(--bz-blue); border-color: var(--bz-blue); color: #fff; }
.bz-pill--soft { background: var(--bz-coral-50); border-color: transparent; }
.bz-pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 40px; }
.bz-pagination .page-numbers { padding: .55em .95em; border-radius: 12px; background: #fff; border: 1px solid var(--bz-line); text-decoration: none; font-weight: 700; color: var(--bz-ink); }
.bz-pagination .current { background: var(--bz-blue); color: #fff; border-color: var(--bz-blue); }

/* Article */
.bz-article__head { padding: 36px 0 26px; }
.bz-article__title { margin: 14px 0 12px; font-size: clamp(1.9rem, 3.8vw, 2.8rem); }
.bz-article__lead { font-size: 1.18rem; color: var(--bz-muted); }
.bz-article__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: .9rem; color: var(--bz-muted); margin: 0; }
.bz-article__meta a { color: var(--bz-ink); font-weight: 700; text-decoration: none; }
.bz-article__figure { margin: 0 auto 36px; max-width: 1100px; }
.bz-article__figure img { width: 100%; border-radius: 24px; aspect-ratio: 1200 / 630; object-fit: cover; }
html { overflow-x: clip; }
.bz-article__layout > *, .bz-grid > *, .bz-enrich > *, .bz-hero__grid > * { min-width: 0; }
.bz-article__layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 56px; max-width: 1100px; padding-bottom: 60px; }
.bz-article__aside { position: relative; }
.bz-article__aside > * + * { margin-top: 18px; }
@media (min-width: 1001px) { .bz-article__aside { align-self: start; position: sticky; top: 96px; } }
.bz-toc { background: #fff; border: 1px solid var(--bz-line); border-radius: var(--bz-radius); padding: 18px 20px; }
.bz-toc summary { font-family: var(--bz-font-head); font-weight: 800; color: var(--bz-ink); cursor: pointer; }
.bz-toc ol { margin: 12px 0 0; padding-left: 20px; font-size: .92rem; display: grid; gap: 7px; }
.bz-toc a { color: var(--bz-text); text-decoration: none; }
.bz-toc a:hover { color: var(--bz-blue-600); }
.bz-sidecta { background: var(--bz-blue-800); color: #e6ecff; border-radius: var(--bz-radius); padding: 20px; font-size: .93rem; }
.bz-sidecta__title { font-family: var(--bz-font-head); font-weight: 800; color: #fff; font-size: 1.1rem; margin-bottom: 6px; }
@media (max-width: 1000px) {
	.bz-article__layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
	.bz-sidecta { display: none; }
	.bz-toc:not([open]) ol { display: none; }
}

/* Content typography */
.bz-content { font-size: 1.08rem; }
.bz-content > * { max-width: 100%; }
.bz-content h2 { margin: 1.8em 0 .6em; scroll-margin-top: 96px; }
.bz-content h3 { margin: 1.5em 0 .5em; font-size: 1.25rem; }
.bz-content ul, .bz-content ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.bz-content li { margin-bottom: .45em; }
.bz-content li::marker { color: var(--bz-coral); font-weight: 700; }
.bz-content a { font-weight: 600; }
.bz-content strong { color: var(--bz-ink); }
.bz-content blockquote { margin: 1.5em 0; padding: 1em 1.4em; border-left: 4px solid var(--bz-blue); background: var(--bz-blue-50); border-radius: 0 12px 12px 0; }
.bz-table { overflow-x: auto; margin: 1.5em 0; border: 1px solid var(--bz-line); border-radius: 14px; background: #fff; }
.bz-content table { width: 100%; border-collapse: collapse; font-size: .96rem; min-width: 520px; }
.bz-content th, .bz-content td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--bz-line); vertical-align: top; }
.bz-content thead th { background: var(--bz-blue-50); color: var(--bz-blue-800); font-family: var(--bz-font-head); font-weight: 800; }
.bz-content tr:last-child td { border-bottom: 0; }
.bz-tip, .bz-note { padding: 18px 20px; border-radius: 16px; margin: 1.6em 0; font-size: 1rem; }
.bz-tip { background: var(--bz-sun-50); border: 1px solid #f5dfae; }
.bz-tip::before { content: "💡 "; }
.bz-note { background: var(--bz-coral-50); border: 1px solid #f7cfc5; }
.bz-note::before { content: "🩺 "; }
.bz-tip p:last-child, .bz-note p:last-child { margin: 0; }
.bz-disclaimer { margin: 40px 0 24px; font-size: .92rem; color: var(--bz-muted); background: #fff; border: 1px dashed var(--bz-line); border-radius: 14px; padding: 16px 18px; }
.bz-inlinecta { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: linear-gradient(120deg, var(--bz-blue-800), var(--bz-blue)); color: #e6ecff; border-radius: 22px; padding: 24px 26px; }
.bz-inlinecta p { margin: 0; }
.bz-inlinecta__title { font-family: var(--bz-font-head); font-weight: 800; color: #fff; font-size: 1.2rem; margin-bottom: 4px !important; }
.bz-inlinecta--spaced { margin-top: 48px; }
@media (max-width: 620px) { .bz-inlinecta { flex-direction: column; align-items: flex-start; } }
.bz-tags { margin: 28px 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: .92rem; }
.bz-tags span { font-weight: 700; color: var(--bz-muted); }
.bz-tags a { background: #fff; border: 1px solid var(--bz-line); border-radius: 999px; padding: .3em .8em; text-decoration: none; color: var(--bz-ink); }
.bz-authorbox { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--bz-line); border-radius: var(--bz-radius); padding: 20px; font-size: .95rem; }
.bz-authorbox img { width: 64px; height: 64px; border-radius: 50%; background: var(--bz-blue-50); padding: 8px; flex-shrink: 0; }
.bz-authorbox p { margin: 0; }
.bz-authorbox__name { font-family: var(--bz-font-head); font-weight: 800; color: var(--bz-ink); margin-bottom: 4px !important; }
.bz-postnav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.bz-postnav a { display: block; background: #fff; border: 1px solid var(--bz-line); border-radius: 14px; padding: 14px 16px; text-decoration: none; color: var(--bz-ink); font-weight: 700; line-height: 1.35; }
.bz-postnav a:hover { border-color: var(--bz-blue); }
.bz-postnav small { display: block; color: var(--bz-muted); font-weight: 600; margin-bottom: 4px; }
.bz-postnav__next { text-align: right; grid-column: 2; }
@media (max-width: 620px) { .bz-postnav { grid-template-columns: 1fr; } .bz-postnav__next { grid-column: auto; text-align: left; } }

/* Pages */
.bz-page .bz-content { padding: 20px 0 70px; }
.bz-content--wide { font-size: 1.02rem; }
.bz-content .wpcf7 { background: #fff; border: 1px solid var(--bz-line); border-radius: var(--bz-radius); padding: 26px; }
.bz-content .wpcf7 label { display: block; font-weight: 700; color: var(--bz-ink); margin-bottom: 14px; }
.bz-content .wpcf7 input[type=text], .bz-content .wpcf7 input[type=email], .bz-content .wpcf7 textarea, .bz-content .wpcf7 select {
	width: 100%; font: inherit; font-weight: 400; margin-top: 6px; padding: .75em 1em; border-radius: 12px; border: 2px solid var(--bz-line); background: var(--bz-cream);
}
.bz-content .wpcf7 input:focus, .bz-content .wpcf7 textarea:focus { border-color: var(--bz-blue); outline: none; background: #fff; }
.bz-content .wpcf7 .wpcf7-acceptance label { font-weight: 400; display: inline; }
.bz-content .wpcf7 input[type=submit] { font-family: var(--bz-font-head); font-weight: 800; font-size: 1rem; border: 0; border-radius: 999px; padding: .9em 1.8em; background: var(--bz-coral); color: #fff; cursor: pointer; }
.bz-content .wpcf7 input[type=submit]:hover { background: var(--bz-coral-600); }
.bz-404 { text-align: center; }
.bz-404__emoji { font-size: 4rem; margin: 0; }
.bz-404__links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }

/* Footer */
.bz-footer { background: #17213b; color: #c5cde3; padding: 60px 0 0; font-size: .95rem; }
.bz-footer a { color: #e3e8f7; text-decoration: none; }
.bz-footer a:hover { color: var(--bz-sun); }
.bz-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; }
.bz-footer .bz-logo { background: #fff; padding: 10px 14px; border-radius: 14px; margin-bottom: 16px; }
.bz-footer .bz-logo__img { height: 32px; }
.bz-footer__title { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.bz-footer ul { list-style: none; margin: 0 0 12px; padding: 0; display: grid; gap: 8px; }
.bz-footer .bz-btn--light { color: var(--bz-blue-800); }
.bz-footer .bz-btn--light:hover { color: var(--bz-coral-600); }
.bz-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 44px; padding: 22px 20px 30px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 30px; font-size: .86rem; }
.bz-footer__bottom p { margin: 0; }
.bz-footer__disclaimer { max-width: 560px; opacity: .85; }
@media (max-width: 900px) { .bz-footer__grid { grid-template-columns: 1fr 1fr; } .bz-footer__brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .bz-footer__grid { grid-template-columns: 1fr; } }

.bz-totop { position: fixed; right: 18px; bottom: 18px; width: 46px; height: 46px; border-radius: 50%; background: var(--bz-blue); color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 1.2rem; font-weight: 800; box-shadow: var(--bz-shadow-lg); opacity: 0; visibility: hidden; transition: .2s; z-index: 90; }
.bz-totop.is-visible { opacity: 1; visibility: visible; }
.bz-totop:hover { color: #fff; background: var(--bz-blue-600); }
body.bz-has-cookiebar .bz-totop { bottom: 110px; }

@media print {
	.bz-header, .bz-footer, .bz-totop, .bz-article__aside, .bz-inlinecta, .bz-cta, .bz-cookie, .bz-section--tint, .bz-crumbs, .bz-page__head .bz-searchinline { display: none !important; }
	body { background: #fff; font-size: 12pt; }
	.bz-page__head { background: none; padding: 0; }
}
