/* ===================================================================
   ELVION MODERN — design system + homepage
   Modern & bold, dark, product-forward.
   =================================================================== */

:root {
	--elvion-bg:       #0a0c10;
	--elvion-surface:  #12151c;
	--elvion-surface2: #171b24;
	--elvion-line:     rgba(255,255,255,.09);
	--elvion-text:     #eceef2;
	--elvion-muted:    #97a0ad;
	--elvion-accent:   #ff5a1f;
	--elvion-accent2:  #ffab2e;
	--elvion-radius:   16px;
	--elvion-container: 1200px;
	--elvion-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--elvion-font-disp: 'Space Grotesk', var(--elvion-font-body);
}

/* ---- reset-ish / base ---- */
body.elvion {
	margin: 0;
	background: var(--elvion-bg);
	color: var(--elvion-text);
	font-family: var(--elvion-font-body);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.elvion.menu-open { overflow: hidden; }
.elvion h1, .elvion h2, .elvion h3, .elvion h4 { font-family: var(--elvion-font-disp); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 .4em; font-weight: 700; }
.elvion a { color: inherit; }
.elvion img { max-width: 100%; height: auto; }
.elvion-container { width: 100%; max-width: var(--elvion-container); margin: 0 auto; padding: 0 24px; }
.elvion-main { display: block; }

.elvion-skip { position: absolute; left: -999px; }
.elvion-skip:focus { left: 12px; top: 12px; background: var(--elvion-accent); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 200; }

/* ---- buttons ---- */
.elvion-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: var(--elvion-font-body); font-weight: 600; font-size: 15px;
	padding: 12px 22px; border-radius: 999px; text-decoration: none; cursor: pointer;
	border: 1px solid transparent; transition: transform .25s, background .25s, color .25s, border-color .25s, box-shadow .25s;
	white-space: nowrap;
}
.elvion-btn--lg { padding: 15px 30px; font-size: 16px; }
.elvion-btn--accent { background: var(--elvion-accent); color: #fff; box-shadow: 0 12px 30px -12px var(--elvion-accent); }
.elvion-btn--accent:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -14px var(--elvion-accent); }
.elvion-btn--outline { border-color: rgba(255,255,255,.28); color: #fff; }
.elvion-btn--outline:hover { border-color: #fff; transform: translateY(-3px); }
.elvion-btn--ghost { color: var(--elvion-text); border-color: transparent; }
.elvion-btn--ghost:hover { color: var(--elvion-accent); }

/* ---- header ---- */
.elvion-header {
	position: fixed; top: 0; left: 0; right: 0; z-index: 100;
	padding: 20px 0; transition: padding .35s, background .35s, box-shadow .35s, backdrop-filter .35s;
}
.elvion-header.is-stuck {
	padding: 12px 0;
	background: rgba(10,12,16,.82);
	backdrop-filter: blur(14px);
	box-shadow: 0 1px 0 var(--elvion-line);
}
.elvion-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.elvion-brand { display: inline-flex; align-items: center; text-decoration: none; font-family: var(--elvion-font-disp); font-weight: 700; font-size: 24px; letter-spacing: .02em; color: #fff; }
.elvion-brand__dot { color: var(--elvion-accent); }
.elvion-brand img { max-height: 46px; width: auto; }

.elvion-nav { margin-left: auto; }
.elvion-nav__list, .elvion-mobile__list { list-style: none; display: flex; gap: 8px; margin: 0; padding: 0; }
.elvion-nav__list a {
	display: inline-block; text-decoration: none; color: var(--elvion-text); font-weight: 500;
	padding: 8px 16px; border-radius: 999px; transition: color .25s, background .25s; position: relative;
}
.elvion-nav__list a:hover { color: #fff; background: rgba(255,255,255,.06); }
.elvion-nav__list .current-menu-item > a { color: var(--elvion-accent); }
.elvion-header__actions { display: flex; align-items: center; gap: 10px; }
.elvion-header__actions .elvion-btn--ghost { display: none; }

.elvion-burger { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; padding: 10px; }
.elvion-burger span { display: block; height: 2px; background: #fff; border-radius: 2px; margin: 5px 0; transition: transform .3s, opacity .3s; }
.elvion-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.elvion-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.elvion-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.elvion-mobile { position: fixed; inset: 0; z-index: 99; background: rgba(10,12,16,.98); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; }
.elvion-mobile[hidden] { display: none; }
.elvion-mobile__list { flex-direction: column; text-align: center; gap: 6px; }
.elvion-mobile__list a { font-family: var(--elvion-font-disp); font-size: 28px; text-decoration: none; color: #fff; padding: 10px; }
.elvion-mobile__cta { margin-top: 24px; }

/* ===================================================================
   HERO
   =================================================================== */
.elvion-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 120px 0 60px; }
.elvion-hero__bg { position: absolute; inset: -10% 0 0 0; background-size: cover; background-position: center; will-change: transform; }
.elvion-hero__veil { position: absolute; inset: 0; background:
	radial-gradient(1200px 600px at 75% 20%, rgba(255,90,31,.18), transparent 60%),
	linear-gradient(180deg, rgba(10,12,16,.72) 0%, rgba(10,12,16,.86) 55%, var(--elvion-bg) 100%); }
.elvion-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; width: 100%; }
.elvion-hero__copy { max-width: 640px; }
.elvion-eyebrow { display: inline-block; font-weight: 600; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--elvion-accent); margin-bottom: 20px; }
.elvion-hero__title { font-size: clamp(2.6rem, 7vw, 5.2rem); margin-bottom: .35em; }
.elvion-hero__title span { display: block; }
.elvion-hero__accent { background: linear-gradient(100deg, var(--elvion-accent), var(--elvion-accent2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.elvion-hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #c9cfd8; max-width: 540px; }
.elvion-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 40px; }
.elvion-hero__trust { display: flex; gap: 36px; flex-wrap: wrap; }
.elvion-hero__trust div { display: flex; flex-direction: column; }
.elvion-hero__trust strong { font-family: var(--elvion-font-disp); font-size: 2rem; line-height: 1; }
.elvion-hero__trust span { font-size: 13px; color: var(--elvion-muted); margin-top: 4px; }

.elvion-hero__cards { position: relative; height: 460px; }
.elvion-float { position: absolute; margin: 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--elvion-line); box-shadow: 0 40px 80px -30px rgba(0,0,0,.8); background: var(--elvion-surface); animation: elvion-bob 6s ease-in-out infinite; }
.elvion-float img { display: block; width: 100%; height: 100%; object-fit: cover; }
.elvion-float--1 { width: 260px; height: 320px; top: 20px; right: 40px; z-index: 3; animation-delay: 0s; }
.elvion-float--2 { width: 170px; height: 170px; bottom: 30px; right: 210px; z-index: 4; animation-delay: -2s; }
.elvion-float--3 { width: 180px; height: 220px; bottom: 0; right: 0; z-index: 2; animation-delay: -4s; }
@keyframes elvion-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }

.elvion-hero__scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.3); border-radius: 20px; z-index: 3; }
.elvion-hero__scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px; background: #fff; border-radius: 2px; animation: elvion-scroll 1.8s infinite; }
@keyframes elvion-scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 80%,100% { opacity: 0; transform: translateY(14px); } }

/* ===================================================================
   MARQUEE
   =================================================================== */
.elvion-marquee-wrap { padding: 40px 0; border-top: 1px solid var(--elvion-line); border-bottom: 1px solid var(--elvion-line); background: var(--elvion-surface); }
.elvion-marquee__label { text-align: center; color: var(--elvion-muted); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 22px; }
.elvion-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.elvion-marquee__track { display: inline-flex; gap: 60px; white-space: nowrap; animation: elvion-marquee 28s linear infinite; }
.elvion-marquee__item { font-family: var(--elvion-font-disp); font-weight: 700; font-size: 1.5rem; color: rgba(255,255,255,.32); letter-spacing: .04em; }
@keyframes elvion-marquee { to { transform: translateX(-50%); } }

/* ===================================================================
   SECTIONS (shared)
   =================================================================== */
.elvion-section { padding: clamp(64px, 9vw, 120px) 0; }
.elvion-section--alt { background: var(--elvion-surface); }
.elvion-sec-head { max-width: 720px; margin: 0 0 52px; }
.elvion-sec-head h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); }
.elvion-sec-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: none; }

/* categories */
.elvion-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.elvion-cat { position: relative; display: block; border-radius: var(--elvion-radius); overflow: hidden; text-decoration: none; color: #fff; min-height: 380px; border: 1px solid var(--elvion-line); }
.elvion-cat__img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.elvion-cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,8,12,.92) 8%, rgba(6,8,12,.25) 60%, transparent); }
.elvion-cat:hover .elvion-cat__img { transform: scale(1.08); }
.elvion-cat__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; z-index: 2; }
.elvion-cat__body h3 { font-size: 1.5rem; margin-bottom: 6px; }
.elvion-cat__body p { color: #c9cfd8; margin: 0 0 12px; font-size: .95rem; }
.elvion-cat__link { color: var(--elvion-accent); font-weight: 600; transition: letter-spacing .3s; }
.elvion-cat:hover .elvion-cat__link { letter-spacing: .04em; }

/* why */
.elvion-why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.elvion-why__item { background: var(--elvion-surface2); border: 1px solid var(--elvion-line); border-radius: var(--elvion-radius); padding: 30px 26px; transition: transform .4s, border-color .4s; }
.elvion-why__item:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--elvion-accent) 45%, transparent); }
.elvion-why__icon { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; font-size: 22px; border-radius: 14px; background: color-mix(in srgb, var(--elvion-accent) 16%, transparent); color: var(--elvion-accent); margin-bottom: 18px; }
.elvion-why__item h3 { font-size: 1.2rem; }
.elvion-why__item p { color: var(--elvion-muted); font-size: .95rem; margin: 0; }

/* stats */
.elvion-stats { position: relative; background-size: cover; background-position: center; background-attachment: fixed; padding: clamp(60px, 8vw, 100px) 0; }
.elvion-stats__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,16,.9), rgba(10,12,16,.82)); }
.elvion-stats__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.elvion-stat strong { display: block; font-family: var(--elvion-font-disp); font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1; background: linear-gradient(100deg, var(--elvion-accent), var(--elvion-accent2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.elvion-stat span { display: block; margin-top: 10px; color: var(--elvion-muted); font-size: .95rem; letter-spacing: .04em; }

/* steps */
.elvion-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.elvion-step { padding: 28px 24px; border-radius: var(--elvion-radius); border: 1px dashed var(--elvion-line); position: relative; }
.elvion-step__num { font-family: var(--elvion-font-disp); font-size: 2.4rem; font-weight: 700; color: color-mix(in srgb, var(--elvion-accent) 60%, var(--elvion-muted)); opacity: .55; }
.elvion-step h3 { font-size: 1.15rem; margin-top: 8px; }
.elvion-step p { color: var(--elvion-muted); font-size: .92rem; margin: 0; }

/* quotes */
.elvion-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.elvion-quote { margin: 0; background: var(--elvion-surface2); border: 1px solid var(--elvion-line); border-radius: var(--elvion-radius); padding: 30px; }
.elvion-quote__stars { color: var(--elvion-accent2); letter-spacing: 2px; margin-bottom: 14px; }
.elvion-quote blockquote { margin: 0 0 20px; font-size: 1.08rem; line-height: 1.55; }
.elvion-quote figcaption { display: flex; flex-direction: column; }
.elvion-quote figcaption strong { color: #fff; }
.elvion-quote figcaption span { color: var(--elvion-muted); font-size: .88rem; }

/* cta band */
.elvion-cta { position: relative; background-size: cover; background-position: center; padding: clamp(70px, 10vw, 130px) 0; text-align: center; }
.elvion-cta__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,16,.86), rgba(10,12,16,.94)); }
.elvion-cta__inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.elvion-cta__inner h2 { font-size: clamp(1.9rem, 4.5vw, 3.2rem); }
.elvion-cta__inner p { color: #c9cfd8; font-size: 1.15rem; margin-bottom: 30px; }
.elvion-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===================================================================
   FOOTER
   =================================================================== */
.elvion-footer { background: #06080b; border-top: 1px solid var(--elvion-line); padding: 70px 0 0; }
.elvion-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.elvion-footer__brand .elvion-brand__mark { font-family: var(--elvion-font-disp); font-weight: 700; font-size: 26px; color: #fff; }
.elvion-footer__brand p { color: var(--elvion-muted); margin: 14px 0 0; }
.elvion-footer__muted a { color: var(--elvion-muted); text-decoration: none; }
.elvion-footer__muted a:hover { color: var(--elvion-accent); }
.elvion-footer__col h4 { font-size: 1rem; letter-spacing: .04em; margin-bottom: 16px; }
.elvion-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.elvion-footer__col a { color: var(--elvion-muted); text-decoration: none; transition: color .25s; }
.elvion-footer__col a:hover { color: #fff; }
.elvion-footer__bottom { display: flex; justify-content: space-between; gap: 16px; padding: 22px 24px; border-top: 1px solid var(--elvion-line); color: var(--elvion-muted); font-size: .86rem; }

/* back to top */
.elvion-totop { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--elvion-accent); color: #fff; font-size: 20px; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .3s, transform .3s; z-index: 90; }
.elvion-totop.is-visible { opacity: 1; pointer-events: auto; transform: none; }

/* ===================================================================
   REVEAL
   =================================================================== */
.elvion-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.elvion-reveal.is-visible { opacity: 1; transform: none; }
.elvion-cat.elvion-reveal, .elvion-why__item.elvion-reveal, .elvion-step.elvion-reveal, .elvion-quote.elvion-reveal, .elvion-stat.elvion-reveal { transition-delay: calc(var(--i, 0) * 90ms); }

/* ===================================================================
   INNER PAGES — banner, breadcrumb, prose
   The banner's top padding is what clears the fixed header on every
   non-home template, so content can never slide under the logo/menu.
   =================================================================== */
/* Fixed-header clearance lives HERE and nowhere else. Every inner page gets it
   from .elvion-main, so templates never have to think about the fixed header
   (the front page is exempt — its hero is full-bleed). */
body.elvion:not(.elvion-front) .elvion-main { padding-top: 92px; }

.elvion-page-banner {
	position: relative;
	padding: clamp(34px, 4.5vw, 56px) 0 clamp(24px, 3vw, 38px);
	background: linear-gradient(180deg, #0d1018 0%, var(--elvion-bg) 100%);
	border-bottom: 1px solid var(--elvion-line);
	overflow: hidden;
}
.elvion-page-banner__glow {
	position: absolute; top: -40%; right: -10%; width: 640px; height: 640px;
	background: radial-gradient(circle, rgba(255,90,31,.16), transparent 65%);
	pointer-events: none;
}
.elvion-page-banner .elvion-container { position: relative; z-index: 2; }
.elvion-page-banner__title { font-size: clamp(2.1rem, 5.2vw, 3.6rem); margin-bottom: .25em; }
.elvion-page-banner__lead { color: #c2c9d3; font-size: clamp(1rem, 1.5vw, 1.18rem); max-width: 640px; margin: 0; }

.elvion-crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; font-size: .85rem; color: var(--elvion-muted); }
.elvion-crumb a { color: var(--elvion-muted); text-decoration: none; transition: color .25s; }
.elvion-crumb a:hover { color: var(--elvion-accent); }
.elvion-crumb span { color: rgba(255,255,255,.25); }
.elvion-crumb__current { color: var(--elvion-text); }

.elvion-container--narrow { max-width: 820px; }
.elvion-section--tight { padding: clamp(48px, 6vw, 76px) 0; }

/* Readable long-form content on dark (fixes dim/low-contrast body text) */
.elvion-prose { color: #d5dae2; font-size: 1.05rem; line-height: 1.75; }
.elvion-prose > *:first-child { margin-top: 0; }
.elvion-prose h1, .elvion-prose h2, .elvion-prose h3, .elvion-prose h4 { color: #fff; margin: 1.6em 0 .5em; }
.elvion-prose h2 { font-size: 1.75rem; }
.elvion-prose h3 { font-size: 1.35rem; }
.elvion-prose p, .elvion-prose li { color: #d5dae2; }
.elvion-prose strong, .elvion-prose b { color: #fff; }
.elvion-prose a { color: var(--elvion-accent); text-decoration: underline; text-underline-offset: 3px; }
.elvion-prose a:hover { color: var(--elvion-accent2); }
.elvion-prose ul, .elvion-prose ol { padding-left: 1.25em; }
.elvion-prose li { margin: .4em 0; }
.elvion-prose img { border-radius: var(--elvion-radius); }
.elvion-prose blockquote {
	margin: 1.6em 0; padding: 16px 22px;
	border-left: 3px solid var(--elvion-accent);
	background: var(--elvion-surface2); border-radius: 0 12px 12px 0; color: #e3e7ee;
}
.elvion-prose code { background: var(--elvion-surface2); padding: 2px 6px; border-radius: 6px; font-size: .92em; }
.elvion-prose table { width: 100%; border-collapse: collapse; margin: 1.4em 0; }
.elvion-prose th, .elvion-prose td { border: 1px solid var(--elvion-line); padding: 10px 12px; text-align: left; }
.elvion-prose th { background: var(--elvion-surface2); color: #fff; }
.elvion-page-thumb { margin-bottom: 32px; border-radius: var(--elvion-radius); overflow: hidden; }
.elvion-page-thumb img { display: block; width: 100%; height: auto; }

/* Filter chips rendered as links (category pages) */
.elvion-filter__btn { text-decoration: none; display: inline-flex; align-items: center; line-height: 1.2; }

/* ===================================================================
   SINGLE PRODUCT
   =================================================================== */
.elvion-product { padding: clamp(34px, 4.5vw, 56px) 0 clamp(40px, 5vw, 64px); }
.elvion-product__top {
	display: grid; grid-template-columns: 1.05fr .95fr;
	gap: clamp(26px, 4vw, 56px); align-items: start; margin-top: 26px;
}
.elvion-product__media {
	position: relative; border-radius: var(--elvion-radius); overflow: hidden;
	border: 1px solid var(--elvion-line); background: var(--elvion-surface);
	box-shadow: 0 40px 80px -34px rgba(0,0,0,.8);
}
.elvion-product__img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.elvion-product__img--placeholder { background: linear-gradient(135deg, #1a1f2a, #0d1017); }
.elvion-product__badge {
	position: absolute; top: 16px; left: 16px;
	background: var(--elvion-accent); color: #fff; font-size: 11px; font-weight: 700;
	letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px;
}
.elvion-product__cat { text-decoration: none; display: inline-block; margin-bottom: 12px; }
.elvion-product__cat:hover { color: var(--elvion-accent2); }
.elvion-product__title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: .3em; }
.elvion-product__lead { color: #c2c9d3; font-size: 1.12rem; margin: 0 0 18px; }
.elvion-product__price {
	font-family: var(--elvion-font-disp); font-size: 1.9rem; font-weight: 700; margin: 0 0 22px;
	background: linear-gradient(100deg, var(--elvion-accent), var(--elvion-accent2));
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.elvion-product__points { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.elvion-product__points li { position: relative; padding-left: 28px; color: #cfd5de; }
.elvion-product__points li::before {
	content: "✓"; position: absolute; left: 0; top: 0;
	color: var(--elvion-accent); font-weight: 700;
}
.elvion-product__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.elvion-product__call { margin: 18px 0 0; color: var(--elvion-muted); font-size: .95rem; }
.elvion-product__call a { color: var(--elvion-text); text-decoration: none; font-weight: 600; }
.elvion-product__call a:hover { color: var(--elvion-accent); }
.elvion-product__desc { margin-top: clamp(40px, 5vw, 64px); padding-top: clamp(28px, 3vw, 40px); border-top: 1px solid var(--elvion-line); }
.elvion-product__desc h2 { font-size: 1.5rem; margin-bottom: .6em; }

/* ===================================================================
   PAGINATION / EMPTY STATES / SLIM CTA
   =================================================================== */
.elvion-pagination { margin-top: 44px; display: flex; justify-content: center; }
.elvion-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.elvion-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 14px;
	border: 1px solid var(--elvion-line); border-radius: 999px;
	color: var(--elvion-muted); text-decoration: none; transition: all .25s;
}
.elvion-pagination .page-numbers:hover { color: #fff; border-color: var(--elvion-accent); }
.elvion-pagination .page-numbers.current { background: var(--elvion-accent); color: #fff; border-color: var(--elvion-accent); }
.elvion-noresults { text-align: center; padding: 40px 0; color: var(--elvion-muted); }
.elvion-noresults__title { font-size: clamp(1.8rem, 4vw, 2.6rem); color: #fff; margin-bottom: .3em; }
.elvion-noresults p { margin-bottom: 20px; }
.elvion-cta--slim { padding: clamp(54px, 7vw, 84px) 0; }

/* ===================================================================
   SAFETY NET — if any route still renders the parent theme's markup,
   keep it readable on the dark background and clear of the fixed header.
   =================================================================== */
/* Header clearance is handled once on .elvion-main above — parent-theme
   wrappers only need colour correction here, not extra top padding. */
body.elvion .site-content,
body.elvion .content-area,
body.elvion .page-content,
body.elvion .ast-container,
body.elvion .entry-content,
body.elvion .ast-article-post,
body.elvion .ast-article-single { background: transparent; color: var(--elvion-text); }
body.elvion .page-content p,
body.elvion .ast-404-layout-1 p { color: #d5dae2; }
body.elvion .ast-404-layout-1 .page-title { color: #fff; }

/* Search form (404 / results) */
.elvion-search { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 0 auto; max-width: 520px; }
.elvion-search input[type="search"] {
	flex: 1; min-width: 220px; font: inherit; color: var(--elvion-text);
	background: var(--elvion-surface2); border: 1px solid var(--elvion-line);
	border-radius: 999px; padding: 12px 20px; outline: none; transition: border-color .25s;
}
.elvion-search input[type="search"]:focus { border-color: var(--elvion-accent); }
.elvion-search input[type="search"]::placeholder { color: var(--elvion-muted); }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
body.elvion .entry-content p,
body.elvion .entry-content li,
body.elvion .ast-excerpt-container p { color: #d5dae2; }
body.elvion .entry-title,
body.elvion .entry-title a,
body.elvion .ast-archive-title { color: #fff; }
body.elvion .entry-content a { color: var(--elvion-accent); }
body.elvion .ast-separate-container .ast-article-post,
body.elvion .ast-separate-container .ast-article-single {
	background: var(--elvion-surface); border: 1px solid var(--elvion-line);
	border-radius: var(--elvion-radius);
}

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 1024px) {
	.elvion-hero__inner { grid-template-columns: 1fr; }
	.elvion-hero__cards { display: none; }
	.elvion-cats, .elvion-why, .elvion-steps, .elvion-quotes, .elvion-stats__grid { grid-template-columns: repeat(2, 1fr); }
	.elvion-footer__grid { grid-template-columns: 1fr 1fr; }
	.elvion-product__top { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
	.elvion-nav { display: none; }
	.elvion-header__actions .elvion-btn { display: none; }
	.elvion-burger { display: block; }
	.elvion-sec-head--row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
	body.elvion { font-size: 16px; }
	.elvion-cats, .elvion-why, .elvion-steps, .elvion-quotes, .elvion-stats__grid { grid-template-columns: 1fr; }
	.elvion-footer__grid { grid-template-columns: 1fr; }
	.elvion-hero__trust { gap: 24px; }
	.elvion-footer__bottom { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
	.elvion-reveal { opacity: 1 !important; transform: none !important; }
	.elvion-float, .elvion-marquee__track, .elvion-hero__scroll span { animation: none !important; }
	.elvion-stats { background-attachment: scroll; }
	* { scroll-behavior: auto !important; }
}
