@charset "UTF-8";
/*
 * BuyCloudExpress :: Signal Field
 * Part 1 of 2: tokens, reset, typography, layout, controls, header, footer.
 * Part 2 (views.css) carries the page-level compositions.
 */

/* ==========================================================================
   1. Fonts (self-hosted, variable, latin + latin-ext)
   ========================================================================== */

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("../fonts/spacegrotesk-var-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Space Grotesk";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("../fonts/spacegrotesk-var-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 100 700;
	font-display: swap;
	src: url("../fonts/plexsans-var-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "IBM Plex Sans";
	font-style: normal;
	font-weight: 100 700;
	font-display: swap;
	src: url("../fonts/plexsans-var-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/plexmono-500-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "IBM Plex Mono";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/plexmono-500-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ==========================================================================
   2. Tokens
   ========================================================================== */

:root {
	/* Ground steps. Depth is carried by these four plus light, not by shadow. */
	--bce-bg: #050a0d;
	--bce-bg-lift: #081218;
	--bce-surface: #0c171b;
	--bce-surface-2: #0f1d23;
	--bce-elevated: #12242a;
	--bce-line: #1c3138;
	--bce-line-strong: #26454e;

	/* Ink */
	--bce-ink: #f2fbf8;
	--bce-muted: #9db4b2;

	/* The locked action colour, and the one commercial support colour. */
	--bce-accent: #00e5a0;
	--bce-accent-dim: #00c489;
	--bce-accent-ink: #04231a;
	--bce-ember: #ff8a3d;

	/* Luminous structure. These are gradient stops only: never a fill on an
	   interactive control, never a link colour, never a flat background. */
	--bce-cyan: #22d3ee;
	--bce-violet: #7c6bff;
	--bce-magenta: #f45bd8;

	/* The aurora: the soft field behind heroes and section heads. */
	--bce-aurora: radial-gradient(58% 46% at 76% 8%, rgba(34, 211, 238, 0.16) 0%, transparent 70%),
		radial-gradient(52% 44% at 12% 0%, rgba(0, 229, 160, 0.13) 0%, transparent 68%),
		radial-gradient(64% 58% at 96% 82%, rgba(124, 107, 255, 0.15) 0%, transparent 72%);

	/* Gradient hairlines for card and panel edges. */
	--bce-edge: linear-gradient(155deg, rgba(34, 211, 238, 0.32), rgba(124, 107, 255, 0.16) 52%, rgba(28, 49, 56, 0.85));
	--bce-edge-hot: linear-gradient(155deg, rgba(34, 211, 238, 0.72), rgba(124, 107, 255, 0.4) 52%, rgba(0, 229, 160, 0.34));

	/* Glows. Soft, wide, under 30% alpha, and only on actions or focus. */
	--glow-accent: 0 10px 30px -12px rgba(0, 229, 160, 0.5);
	--glow-accent-hot: 0 14px 38px -10px rgba(0, 229, 160, 0.68);
	--glow-soft: 0 20px 56px -26px rgba(34, 211, 238, 0.4);

	/* Per-card provider hue. Overridden inline; mint is the neutral default. */
	--bce-hue: var(--bce-accent);

	/* Type */
	--bce-font-heading: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
	--bce-font-body: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
	--bce-font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

	--fs-display: clamp(2.55rem, 1.35rem + 4.1vw, 4.5rem);
	--fs-h1: clamp(2.05rem, 1.42rem + 2.4vw, 3.2rem);
	--fs-h2: clamp(1.7rem, 1.3rem + 1.65vw, 2.45rem);
	--fs-h3: clamp(1.22rem, 1.06rem + 0.62vw, 1.5rem);
	--fs-h4: 1.125rem;
	--fs-body: 1.0625rem;
	--fs-sm: 0.9375rem;
	--fs-xs: 0.8125rem;

	--lh-display: 1.03;
	--lh-heading: 1.12;
	--lh-sub: 1.22;
	--lh-body: 1.65;

	/* Space */
	--s-1: 4px;
	--s-2: 8px;
	--s-3: 12px;
	--s-4: 16px;
	--s-5: 24px;
	--s-6: 32px;
	--s-7: 48px;
	--s-8: 64px;
	--s-9: 96px;
	--s-10: 128px;

	/* Section rhythm, density dial 0.42 */
	--section-y: clamp(64px, 7.5vw, 112px);

	/* Shape. One rule: controls pill, cards 20, inputs and chips 12, media 16. */
	--r-sm: 12px;
	--r-md: 20px;
	--r-media: 16px;
	--r-pill: 999px;

	/* Frame */
	--wrap: 1240px;
	--wrap-narrow: 860px;
	--gutter: 24px;
	--header-h: 68px;
	/* Breathing room above and below the floating capsule, and the capsule's
	   own maximum width. Both feed the sticky offsets below. */
	--header-gap: 16px;
	--header-max: 1140px;
	--header-total: calc(var(--header-h) + var(--header-gap) * 2);

	--shadow-float: 0 24px 48px -24px rgba(0, 0, 0, 0.72);
	--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--dur: 0.28s;
}

@media (max-width: 640px) {
	:root {
		--gutter: 20px;
		--header-h: 60px;
		--header-gap: 12px;
	}
}

/* ==========================================================================
   3. Reset and base
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-total) + 20px);
}

body {
	margin: 0;
	background: var(--bce-bg);
	color: var(--bce-ink);
	font-family: var(--bce-font-body);
	font-size: var(--fs-body);
	font-weight: 400;
	line-height: var(--lh-body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/* clip, not hidden: `overflow-x: hidden` on the body turns it into a scroll
	   container and breaks the sticky header. */
	overflow-x: clip;
}

img,
svg,
video,
canvas {
	max-width: 100%;
	height: auto;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bce-font-heading);
	font-weight: 700;
	line-height: var(--lh-heading);
	letter-spacing: -0.018em;
	margin: 0 0 var(--s-4);
	color: var(--bce-ink);
	text-wrap: balance;
}

h1 {
	font-size: var(--fs-h1);
	line-height: var(--lh-display);
}
h2 {
	font-size: var(--fs-h2);
}
h3 {
	font-size: var(--fs-h3);
	line-height: var(--lh-sub);
}
h4 {
	font-size: var(--fs-h4);
	line-height: var(--lh-sub);
}

p {
	margin: 0 0 var(--s-4);
}

a {
	color: var(--bce-ink);
	text-decoration-color: color-mix(in srgb, var(--bce-accent) 55%, transparent);
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	transition: color var(--dur) var(--ease), text-decoration-color var(--dur) var(--ease);
}

a:hover {
	color: var(--bce-accent);
	text-decoration-color: var(--bce-accent);
}

strong,
b {
	font-weight: 600;
	color: var(--bce-ink);
}

small {
	font-size: var(--fs-xs);
}

hr {
	border: 0;
	border-top: 1px solid var(--bce-line);
	margin: var(--s-7) 0;
}

code,
kbd,
samp,
pre {
	font-family: var(--bce-font-mono);
	font-size: 0.92em;
}

code {
	background: var(--bce-elevated);
	border: 1px solid var(--bce-line);
	border-radius: 6px;
	padding: 0.12em 0.4em;
	color: var(--bce-ink);
}

pre {
	background: var(--bce-surface);
	border: 1px solid var(--bce-line);
	border-radius: var(--r-sm);
	padding: var(--s-4);
	overflow-x: auto;
}

pre code {
	background: none;
	border: 0;
	padding: 0;
}

blockquote {
	margin: var(--s-6) 0;
	padding: var(--s-2) 0 var(--s-2) var(--s-5);
	border-left: 2px solid var(--bce-accent);
	color: var(--bce-ink);
}

blockquote p:last-child {
	margin-bottom: 0;
}

::selection {
	background: var(--bce-accent);
	color: var(--bce-accent-ink);
}

/* Focus: one visible ring everywhere, 2px offset. */
:focus-visible {
	outline: 2px solid var(--bce-accent);
	outline-offset: 2px;
	border-radius: 4px;
}

:focus:not(:focus-visible) {
	outline: none;
}

.bce-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.bce-skip {
	position: absolute;
	top: -100px;
	left: var(--s-4);
	z-index: 999;
	background: var(--bce-accent);
	color: var(--bce-accent-ink);
	font-weight: 600;
	padding: var(--s-3) var(--s-5);
	border-radius: var(--r-pill);
	text-decoration: none;
	transition: top var(--dur) var(--ease);
}

.bce-skip:focus {
	top: var(--s-3);
	color: var(--bce-accent-ink);
}

/* ==========================================================================
   4. Layout primitives
   ========================================================================== */

.bce-wrap {
	width: 100%;
	max-width: calc(var(--wrap) + var(--gutter) * 2);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.bce-wrap--narrow {
	max-width: calc(var(--wrap-narrow) + var(--gutter) * 2);
}

.bce-section {
	padding-block: var(--section-y);
	position: relative;
}

.bce-section--tight {
	padding-block: clamp(48px, 5vw, 72px);
}

/* A lifted band. Alternating these separates sections without a divider and
   gives the page a sense of depth as it scrolls. */
.bce-section--lift {
	background: var(--bce-bg-lift);
}

.bce-section--lift::before,
.bce-section--lift::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.22) 28%, rgba(124, 107, 255, 0.2) 72%, transparent);
	pointer-events: none;
}

.bce-section--lift::before {
	top: 0;
}

.bce-section--lift::after {
	bottom: 0;
}

/* An ambient wash behind a section head, used sparingly on feature sections. */
.bce-section--aurora > .bce-wrap {
	position: relative;
	z-index: 1;
}

.bce-section--aurora::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--bce-aurora);
	opacity: 0.6;
	pointer-events: none;
}

.bce-section__head {
	max-width: 62ch;
	margin-bottom: var(--s-7);
}

.bce-section__head p {
	color: var(--bce-muted);
	margin-bottom: 0;
	font-size: 1.0625rem;
}

.bce-section__head h2 {
	margin-bottom: var(--s-3);
}

/* An eyebrow. Rationed to one per three sections by the direction. */
.bce-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--s-2);
	font-family: var(--bce-font-mono);
	font-size: var(--fs-xs);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bce-accent);
	margin-bottom: var(--s-4);
}

.bce-eyebrow::before {
	content: "";
	width: 22px;
	height: 1px;
	background: var(--bce-accent);
	flex: none;
}

.bce-lede {
	font-size: clamp(1.0625rem, 1rem + 0.3vw, 1.22rem);
	color: var(--bce-muted);
	max-width: 62ch;
}

.bce-divider {
	height: 1px;
	background: var(--bce-line);
	border: 0;
	margin: 0;
}

/* ==========================================================================
   5. Controls
   ========================================================================== */

.bce-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--s-2);
	font-family: var(--bce-font-body);
	font-size: var(--fs-sm);
	font-weight: 600;
	line-height: 1;
	padding: 14px 24px;
	border-radius: var(--r-pill);
	border: 1px solid transparent;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	transition: transform var(--dur) var(--ease), background-color var(--dur) var(--ease),
		border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}

.bce-btn:active {
	transform: translateY(1px);
}

.bce-btn--primary {
	background: var(--bce-accent);
	color: var(--bce-accent-ink);
	box-shadow: var(--glow-accent);
}

.bce-btn--primary:hover {
	background: var(--bce-accent-dim);
	color: var(--bce-accent-ink);
	box-shadow: var(--glow-accent-hot);
	transform: translateY(-1px);
}

.bce-btn--primary:active {
	transform: translateY(1px);
	box-shadow: var(--glow-accent);
}

/* Secondary: a gradient hairline drawn in the border box, so the stroke can
   carry cyan and violet without either becoming a fill. */
.bce-btn--ghost {
	color: var(--bce-ink);
	border-color: transparent;
	background-image: linear-gradient(var(--bce-surface), var(--bce-surface)), var(--bce-edge);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}

.bce-btn--ghost:hover {
	color: var(--bce-ink);
	background-image: linear-gradient(var(--bce-elevated), var(--bce-elevated)), var(--bce-edge-hot);
	transform: translateY(-1px);
}

.bce-btn--ghost:active {
	transform: translateY(1px);
}

.bce-btn--solid {
	background: var(--bce-elevated);
	color: var(--bce-ink);
	border-color: var(--bce-line);
}

.bce-btn--solid:hover {
	background: var(--bce-line);
	color: var(--bce-ink);
}

.bce-btn--lg {
	padding: 17px 30px;
	font-size: 1rem;
}

.bce-btn--sm {
	padding: 10px 18px;
	font-size: var(--fs-xs);
}

.bce-btn--block {
	width: 100%;
}

.bce-btn__arrow {
	transition: transform var(--dur) var(--ease);
}

.bce-btn:hover .bce-btn__arrow {
	transform: translateX(3px);
}

.bce-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: var(--r-sm);
	border: 1px solid var(--bce-line);
	background: var(--bce-surface);
	color: var(--bce-muted);
	font-size: var(--fs-xs);
	font-family: var(--bce-font-mono);
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.bce-chip--hue {
	color: var(--bce-hue);
	border-color: color-mix(in srgb, var(--bce-hue) 34%, var(--bce-line));
	background: color-mix(in srgb, var(--bce-hue) 9%, var(--bce-surface));
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
select,
textarea {
	width: 100%;
	background: var(--bce-surface);
	border: 1px solid var(--bce-line);
	border-radius: var(--r-sm);
	color: var(--bce-ink);
	font-family: var(--bce-font-body);
	font-size: var(--fs-sm);
	padding: 12px 14px;
	transition: border-color var(--dur) var(--ease);
	appearance: none;
}

textarea {
	min-height: 150px;
	resize: vertical;
	line-height: 1.6;
}

select {
	background-image: linear-gradient(45deg, transparent 50%, var(--bce-muted) 50%),
		linear-gradient(135deg, var(--bce-muted) 50%, transparent 50%);
	background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 40px;
}

input::placeholder,
textarea::placeholder {
	color: var(--bce-muted);
	opacity: 1;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--bce-accent);
	outline: 2px solid var(--bce-accent);
	outline-offset: 2px;
}

label {
	display: block;
	font-size: var(--fs-sm);
	font-weight: 500;
	margin-bottom: var(--s-2);
	color: var(--bce-ink);
}

/* ==========================================================================
   6. Header
   ========================================================================== */

/* ---- Band 1: the utility bar --------------------------------------------
   Thin, factual, and it scrolls away. Only the header capsule below it sticks,
   so the bar costs nothing in vertical space once the visitor starts reading. */

.bce-utility {
	position: relative;
	z-index: 121;
	background: var(--bce-bg-lift);
	border-bottom: 1px solid var(--bce-line);
	font-size: var(--fs-xs);
	overflow: hidden;
}

.bce-utility::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 229, 160, 0.09), rgba(34, 211, 238, 0.07) 42%, rgba(124, 107, 255, 0.09) 100%);
	pointer-events: none;
}

.bce-utility__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-5);
	min-height: 38px;
}

.bce-utility__facts {
	display: flex;
	align-items: center;
	gap: var(--s-5);
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.bce-utility__facts li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--bce-muted);
	white-space: nowrap;
	font-family: var(--bce-font-mono);
	letter-spacing: 0.02em;
}

.bce-utility__facts svg {
	width: 14px;
	height: 14px;
	flex: none;
	color: var(--bce-accent);
}

.bce-utility__facts li:nth-child(2) svg {
	color: var(--bce-cyan);
}

.bce-utility__facts li:nth-child(3) svg {
	color: var(--bce-violet);
}

.bce-utility__facts strong {
	color: var(--bce-ink);
	font-weight: 500;
}

.bce-utility__aside {
	display: flex;
	align-items: center;
	gap: var(--s-4);
	flex: none;
}

.bce-utility__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--bce-muted);
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--dur) var(--ease);
}

.bce-utility__link:hover {
	color: var(--bce-accent);
}

.bce-utility__link svg {
	width: 15px;
	height: 15px;
	flex: none;
}

/* The support channel gets a little more presence than a plain link. */
.bce-utility__telegram {
	color: var(--bce-ink);
	font-weight: 500;
}

.bce-utility__telegram svg {
	color: var(--bce-cyan);
	transition: transform var(--dur) var(--ease);
}

.bce-utility__telegram:hover svg {
	transform: translateY(-1px);
}

/* Utility bar collapse: facts trim to two at 900px and one at 620px, and the
   aside keeps only the support channel. */
@media (max-width: 900px) {
	.bce-utility__facts li:nth-child(n + 3) {
		display: none;
	}

	.bce-utility__aside .bce-utility__link:not(.bce-utility__telegram) {
		display: none;
	}
}

@media (max-width: 620px) {
	.bce-utility__facts li:nth-child(n + 2) {
		display: none;
	}

	.bce-utility__inner {
		min-height: 34px;
	}
}

/* ---- Band 2: the header capsule ---------------------------------------- */

/* The capsule floats: page background stays visible above it and below it, and
   it never spans the full viewport width. */
.bce-header {
	position: sticky;
	top: 0;
	z-index: 120;
	padding-block: var(--header-gap);
	transition: padding-block var(--dur) var(--ease);
	/* Own compositing layer: keeps the floating capsule from leaving repaint
	   trails over the page as it scrolls beneath. */
	will-change: transform;
	isolation: isolate;
}

/* Once scrolling starts, a scrim in the page's own background colour sits
   behind the gaps so content passing underneath does not collide with the
   capsule edges. It is the page background, not a new surface. */
.bce-header::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		var(--bce-bg) 0%,
		color-mix(in srgb, var(--bce-bg) 88%, transparent) 58%,
		transparent 100%
	);
	opacity: 0;
	transition: opacity var(--dur) var(--ease);
}

.bce-header.is-stuck::before {
	opacity: 1;
}

.bce-header__bar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: var(--s-5);
	height: var(--header-h);
	/* Narrower than the content wrap, so the capsule reads as a floating
	   object rather than a full-width bar. */
	max-width: var(--header-max);
	margin-inline: auto;
	padding-inline: var(--s-5);
	border-radius: var(--r-pill);
	/* Solid, not blurred. A backdrop-filter on a sticky element forces a GPU
	   pass on every scroll frame and corrupts painting in some compositors.
	   The gradient hairline is drawn in the border box instead. */
	border: 1px solid transparent;
	background-image: linear-gradient(var(--bce-surface), var(--bce-surface)), var(--bce-edge);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.8);
	transition: box-shadow var(--dur) var(--ease);
}

.bce-header.is-stuck {
	padding-block: calc(var(--header-gap) - 4px);
}

.bce-header.is-stuck .bce-header__bar {
	box-shadow: var(--shadow-float), var(--glow-soft);
}

/* Brand lockup: inline mark plus live text, so it scales and stays selectable. */
.bce-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	flex: none;
	color: var(--bce-ink);
}

.bce-brand:hover {
	color: var(--bce-ink);
}

.bce-brand svg {
	width: 30px;
	height: 30px;
	flex: none;
	border-radius: 8.4px;
}

.bce-brand__text {
	font-family: var(--bce-font-heading);
	font-weight: 700;
	font-size: 1.115rem;
	letter-spacing: -0.028em;
	line-height: 1;
	white-space: nowrap;
}

.bce-brand__text em {
	font-style: normal;
	color: var(--bce-accent);
}

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

.bce-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 14px;
	border-radius: var(--r-pill);
	font-size: var(--fs-sm);
	font-weight: 500;
	color: var(--bce-muted);
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}

.bce-nav__link::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 4px;
	height: 2px;
	border-radius: 2px;
	background: var(--bce-accent);
	transform: scaleX(0);
	transform-origin: left center;
	opacity: 0;
	transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}

.bce-nav__link:hover,
.bce-nav__item.is-open > .bce-nav__link {
	color: var(--bce-ink);
	background: var(--bce-elevated);
}

.bce-nav__link:hover::after,
.bce-nav__item.is-open > .bce-nav__link::after {
	transform: scaleX(1);
	opacity: 0.55;
}

.bce-nav__link[aria-current="page"],
.bce-nav__item.is-current > .bce-nav__link {
	color: var(--bce-ink);
}

.bce-nav__link[aria-current="page"]::after,
.bce-nav__item.is-current > .bce-nav__link::after {
	transform: scaleX(1);
	opacity: 1;
}

.bce-nav__caret {
	width: 9px;
	height: 9px;
	flex: none;
	transition: transform var(--dur) var(--ease);
}

.bce-nav__item.is-open .bce-nav__caret {
	transform: rotate(180deg);
}

.bce-nav__item {
	position: relative;
}

.bce-header__tools {
	display: flex;
	align-items: center;
	gap: var(--s-2);
	flex: none;
}

.bce-iconbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: var(--r-pill);
	border: 1px solid var(--bce-line);
	background: transparent;
	color: var(--bce-ink);
	cursor: pointer;
	position: relative;
	text-decoration: none;
	transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease),
		color var(--dur) var(--ease);
}

.bce-iconbtn:hover {
	background: var(--bce-elevated);
	border-color: var(--bce-accent);
	color: var(--bce-accent);
	transform: translateY(-1px);
}

.bce-iconbtn svg {
	width: 18px;
	height: 18px;
}

/* The support channel in the header: a stroked pill that reads as a channel
   rather than as the primary action, which stays mint. */
.bce-header__telegram {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 16px;
	border-radius: var(--r-pill);
	border: 1px solid transparent;
	background-image: linear-gradient(var(--bce-surface), var(--bce-surface)), var(--bce-edge);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	color: var(--bce-ink);
	font-size: var(--fs-sm);
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: transform var(--dur) var(--ease), background-image var(--dur) var(--ease);
}

.bce-header__telegram svg {
	width: 17px;
	height: 17px;
	flex: none;
	color: var(--bce-cyan);
	transition: transform var(--dur) var(--ease);
}

.bce-header__telegram:hover {
	color: var(--bce-ink);
	transform: translateY(-1px);
	background-image: linear-gradient(var(--bce-elevated), var(--bce-elevated)), var(--bce-edge-hot);
}

.bce-header__telegram:hover svg {
	transform: translateY(-1px);
}

/* Telegram in the header keeps its label wherever there is room. Between
   1080px and 620px the capsule is too tight for it, so the control goes
   icon-only with an aria-label, and the utility bar above still shows the full
   "Chat on Telegram" text. Below 620px it leaves the capsule entirely; the
   utility bar and the drawer both carry it with a label. */
@media (max-width: 1079px) {
	.bce-header__telegram span {
		display: none;
	}

	.bce-header__telegram {
		padding: 0;
		width: 40px;
		justify-content: center;
	}
}

@media (max-width: 619px) {
	.bce-header__telegram {
		display: none;
	}
}

.bce-cart__count {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border-radius: var(--r-pill);
	background: var(--bce-accent);
	color: var(--bce-accent-ink);
	font-family: var(--bce-font-mono);
	font-size: 11px;
	font-weight: 500;
	line-height: 19px;
	text-align: center;
}

.bce-cart__count[data-count="0"] {
	display: none;
}

/* Mega menu: the cloud catalogue */
.bce-mega {
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	transform: translate(-50%, -6px);
	width: min(920px, calc(100vw - var(--gutter) * 2));
	border: 1px solid transparent;
	border-radius: var(--r-md);
	background-image:
		linear-gradient(var(--bce-surface), var(--bce-surface)),
		var(--bce-edge);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	box-shadow: var(--shadow-float), var(--glow-soft);
	padding: var(--s-5);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease),
		visibility 0s linear var(--dur);
}

.bce-nav__item.is-open .bce-mega {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
	transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease),
		visibility 0s linear 0s;
}

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

.bce-mega__item {
	display: flex;
	align-items: center;
	gap: var(--s-3);
	padding: 10px var(--s-3);
	border-radius: var(--r-sm);
	text-decoration: none;
	color: var(--bce-ink);
	transition: background-color var(--dur) var(--ease);
}

.bce-mega__item:hover {
	background: color-mix(in srgb, var(--bce-hue) 14%, var(--bce-elevated));
	color: var(--bce-ink);
	transform: translateX(2px);
}

.bce-mega__item {
	transition: background-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.bce-mega__item:hover .bce-mega__mark {
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--bce-hue) 40%, transparent),
		0 8px 20px -10px color-mix(in srgb, var(--bce-hue) 70%, transparent);
}

.bce-mega__mark {
	transition: box-shadow var(--dur) var(--ease);
}

.bce-mega__mark {
	width: 34px;
	height: 34px;
	flex: none;
	display: grid;
	place-items: center;
	border-radius: 10px;
	color: var(--bce-hue);
	background: color-mix(in srgb, var(--bce-hue) 13%, transparent);
	border: 1px solid color-mix(in srgb, var(--bce-hue) 26%, transparent);
}

.bce-mega__mark svg {
	width: 19px;
	height: 19px;
}

.bce-mega__item > span:not([class]) {
	min-width: 0;
	flex: 1;
}

.bce-mega__name {
	display: block;
	font-weight: 600;
	font-size: var(--fs-sm);
	line-height: 1.3;
}

.bce-mega__meta {
	display: block;
	font-family: var(--bce-font-mono);
	font-size: 11.5px;
	color: var(--bce-muted);
	line-height: 1.4;
}

.bce-mega__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-4);
	margin-top: var(--s-4);
	padding-top: var(--s-4);
	border-top: 1px solid var(--bce-line);
}

.bce-mega__foot p {
	margin: 0;
	color: var(--bce-muted);
	font-size: var(--fs-xs);
	max-width: 46ch;
}

/* Mobile toggle */
.bce-burger {
	display: none;
}

.bce-burger__box {
	display: block;
	width: 17px;
	height: 12px;
	position: relative;
}

.bce-burger__box span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}

.bce-burger__box span:nth-child(1) {
	top: 0;
}
.bce-burger__box span:nth-child(2) {
	top: 5px;
}
.bce-burger__box span:nth-child(3) {
	top: 10px;
}

.bce-burger[aria-expanded="true"] .bce-burger__box span:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}
.bce-burger[aria-expanded="true"] .bce-burger__box span:nth-child(2) {
	opacity: 0;
}
.bce-burger[aria-expanded="true"] .bce-burger__box span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

/* Mobile drawer */
.bce-drawer {
	position: fixed;
	inset: 0;
	z-index: 130;
	visibility: hidden;
	pointer-events: none;
}

.bce-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
}

.bce-drawer__scrim {
	position: absolute;
	inset: 0;
	background: rgba(3, 8, 10, 0.72);
	opacity: 0;
	transition: opacity var(--dur) var(--ease);
	border: 0;
	padding: 0;
	width: 100%;
	cursor: pointer;
}

.bce-drawer.is-open .bce-drawer__scrim {
	opacity: 1;
}

.bce-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(400px, 90vw);
	height: 100%;
	background: var(--bce-surface);
	border-left: 1px solid var(--bce-line);
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform var(--dur) var(--ease);
}

.bce-drawer.is-open .bce-drawer__panel {
	transform: translateX(0);
}

.bce-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-4);
	padding: var(--s-4) var(--s-5);
	border-bottom: 1px solid var(--bce-line);
	flex: none;
}

.bce-drawer__body {
	flex: 1;
	overflow-y: auto;
	padding: var(--s-5);
	overscroll-behavior: contain;
}

.bce-drawer__foot {
	flex: none;
	padding: var(--s-5);
	border-top: 1px solid var(--bce-line);
	display: grid;
	gap: var(--s-3);
}

.bce-mnav {
	list-style: none;
	margin: 0 0 var(--s-5);
	padding: 0;
	display: grid;
	gap: 2px;
}

.bce-mnav > li > a,
.bce-mnav__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-3);
	width: 100%;
	padding: 13px var(--s-3);
	border: 0;
	border-radius: var(--r-sm);
	background: transparent;
	color: var(--bce-ink);
	font-family: var(--bce-font-heading);
	font-weight: 500;
	font-size: 1.06rem;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: background-color var(--dur) var(--ease);
}

.bce-mnav > li > a:hover,
.bce-mnav__toggle:hover {
	background: var(--bce-elevated);
	color: var(--bce-ink);
}

.bce-mnav__toggle svg {
	width: 11px;
	height: 11px;
	flex: none;
	color: var(--bce-muted);
	transition: transform var(--dur) var(--ease);
}

.bce-mnav__toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.bce-mnav__sub {
	list-style: none;
	margin: 0;
	padding: 0 0 var(--s-3) 0;
	display: none;
}

.bce-mnav__sub.is-open {
	display: block;
}

.bce-mnav__sub a {
	display: flex;
	align-items: center;
	gap: var(--s-3);
	padding: 10px var(--s-3);
	border-radius: var(--r-sm);
	text-decoration: none;
	color: var(--bce-ink);
	font-size: var(--fs-sm);
}

.bce-mnav__sub a:hover {
	background: color-mix(in srgb, var(--bce-hue) 13%, var(--bce-elevated));
	color: var(--bce-ink);
}

.bce-mnav__sub .bce-mega__mark {
	width: 30px;
	height: 30px;
	border-radius: 9px;
}

.bce-mnav__sub .bce-mega__mark svg {
	width: 17px;
	height: 17px;
}

.bce-mnav__price {
	margin-left: auto;
	font-family: var(--bce-font-mono);
	font-size: var(--fs-xs);
	color: var(--bce-muted);
}

/* Search overlay */
.bce-search {
	position: fixed;
	inset: 0;
	z-index: 140;
	display: grid;
	place-items: start center;
	padding: clamp(70px, 14vh, 140px) var(--gutter) var(--gutter);
	background: rgba(3, 8, 10, 0.82);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	/* visibility is stepped, not interpolated: it flips on immediately when
	   opening and is delayed until the fade finishes when closing. Animating it
	   leaves the panel unfocusable while the transition runs. */
	transition: opacity var(--dur) var(--ease), visibility 0s linear var(--dur);
}

.bce-search.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity var(--dur) var(--ease), visibility 0s linear 0s;
}

.bce-search__panel {
	width: min(680px, 100%);
	background: var(--bce-surface);
	border: 1px solid var(--bce-line-strong);
	border-radius: var(--r-md);
	box-shadow: var(--shadow-float);
	padding: var(--s-5);
	transform: translateY(-10px);
	transition: transform var(--dur) var(--ease);
}

.bce-search.is-open .bce-search__panel {
	transform: translateY(0);
}

.bce-search__field {
	display: flex;
	align-items: center;
	gap: var(--s-3);
	background: var(--bce-bg);
	border: 1px solid var(--bce-line);
	border-radius: var(--r-sm);
	padding: 0 var(--s-4);
}

.bce-search__field:focus-within {
	border-color: var(--bce-accent);
}

.bce-search__field svg {
	width: 18px;
	height: 18px;
	color: var(--bce-muted);
	flex: none;
}

.bce-search__field input {
	border: 0;
	background: none;
	padding: 15px 0;
	font-size: 1.06rem;
}

.bce-search__field input:focus {
	outline: none;
}

.bce-search__hint {
	margin: var(--s-4) 0 0;
	font-size: var(--fs-xs);
	color: var(--bce-muted);
}

.bce-search__quick {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s-2);
	margin-top: var(--s-3);
}

.bce-search__quick a {
	text-decoration: none;
	color: var(--bce-muted);
}

.bce-search__quick a:hover {
	color: var(--bce-accent);
}

/* Header responsive collapse: nav and search move into the drawer under 1080px. */
@media (max-width: 1079px) {
	.bce-nav,
	.bce-header__tools .bce-iconbtn--search {
		display: none;
	}

	.bce-burger {
		display: inline-flex;
	}

	.bce-header__tools {
		margin-left: auto;
	}
}

/* Under 720px the header CTA moves into the drawer footer, where it is already
   repeated. Its label cannot wrap, so leaving it here sets a hard minimum width
   the bar cannot shrink below. */
@media (max-width: 719px) {
	.bce-header__cta {
		display: none;
	}
}

/* At the narrowest sizes the lockup and controls step down so the bar fits
   inside a 320px viewport without a horizontal scrollbar. */
@media (max-width: 420px) {
	.bce-header__bar {
		gap: var(--s-3);
		padding-inline: var(--s-3);
	}

	.bce-brand svg {
		width: 26px;
		height: 26px;
		border-radius: 7.3px;
	}

	.bce-brand__text {
		font-size: 1rem;
	}

	.bce-iconbtn {
		width: 36px;
		height: 36px;
	}

	.bce-header__tools {
		gap: 6px;
	}
}

@media (min-width: 1080px) {
	.bce-drawer {
		display: none;
	}
}

/* ==========================================================================
   7. Footer
   ========================================================================== */

.bce-footer {
	position: relative;
	background: linear-gradient(to bottom, var(--bce-bg-lift), #04080b 70%);
	margin-top: var(--section-y);
	overflow: hidden;
	isolation: isolate;
}

/* A luminous seam along the top edge, so the footer reads as a deliberate
   final band rather than the page simply stopping. */
.bce-footer::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 1px;
	z-index: 2;
	background: linear-gradient(90deg, transparent, rgba(0, 229, 160, 0.55) 18%, rgba(34, 211, 238, 0.45) 50%, rgba(124, 107, 255, 0.5) 82%, transparent);
}

.bce-footer > .bce-wrap {
	position: relative;
	z-index: 2;
}

/* ---- Animated ambient field --------------------------------------------
   Three wide, heavily blurred blooms drifting on very long cycles. Only
   transform and opacity animate, so this stays on the compositor and costs
   nothing per frame on the main thread. */

.bce-footer__field {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.bce-footer__field span {
	position: absolute;
	display: block;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.5;
	will-change: transform;
}

.bce-footer__field span:nth-child(1) {
	width: 46vw;
	height: 46vw;
	max-width: 620px;
	max-height: 620px;
	left: -8%;
	top: -34%;
	background: radial-gradient(circle, rgba(0, 229, 160, 0.5), transparent 68%);
	animation: bce-float-a 42s ease-in-out infinite alternate;
}

.bce-footer__field span:nth-child(2) {
	width: 40vw;
	height: 40vw;
	max-width: 540px;
	max-height: 540px;
	right: -6%;
	top: -20%;
	background: radial-gradient(circle, rgba(34, 211, 238, 0.45), transparent 68%);
	animation: bce-float-b 55s ease-in-out infinite alternate;
}

.bce-footer__field span:nth-child(3) {
	width: 52vw;
	height: 52vw;
	max-width: 700px;
	max-height: 700px;
	left: 34%;
	bottom: -46%;
	background: radial-gradient(circle, rgba(124, 107, 255, 0.42), transparent 70%);
	animation: bce-float-c 64s ease-in-out infinite alternate;
}

@keyframes bce-float-a {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		transform: translate3d(14%, 10%, 0) scale(1.12);
	}
}

@keyframes bce-float-b {
	from {
		transform: translate3d(0, 0, 0) scale(1.08);
	}
	to {
		transform: translate3d(-12%, 14%, 0) scale(0.95);
	}
}

@keyframes bce-float-c {
	from {
		transform: translate3d(0, 0, 0) scale(0.96);
	}
	to {
		transform: translate3d(-10%, -12%, 0) scale(1.14);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bce-footer__field span {
		animation: none;
	}
}

/* Support channel card in the footer brand column. */
.bce-footer__telegram {
	display: inline-flex;
	align-items: center;
	gap: var(--s-3);
	margin-top: var(--s-6);
	padding: 13px var(--s-5) 13px 13px;
	border-radius: var(--r-sm);
	border: 1px solid transparent;
	background-image: linear-gradient(var(--bce-surface), var(--bce-surface)), var(--bce-edge);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	text-decoration: none;
	color: var(--bce-ink);
	transition: transform var(--dur) var(--ease), background-image var(--dur) var(--ease),
		box-shadow var(--dur) var(--ease);
}

.bce-footer__telegram:hover {
	color: var(--bce-ink);
	transform: translateY(-2px);
	background-image: linear-gradient(var(--bce-elevated), var(--bce-elevated)), var(--bce-edge-hot);
	box-shadow: var(--glow-soft);
}

.bce-footer__telegram-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: none;
	border-radius: 12px;
	color: var(--bce-cyan);
	background: radial-gradient(120% 120% at 30% 15%, rgba(34, 211, 238, 0.26), rgba(34, 211, 238, 0.08));
	border: 1px solid rgba(34, 211, 238, 0.3);
	transition: transform var(--dur) var(--ease);
}

.bce-footer__telegram:hover .bce-footer__telegram-icon {
	transform: translateY(-1px);
}

.bce-footer__telegram strong {
	display: block;
	font-size: var(--fs-sm);
	font-weight: 600;
	line-height: 1.3;
}

.bce-footer__telegram small {
	display: block;
	font-size: var(--fs-xs);
	color: var(--bce-muted);
	line-height: 1.45;
	margin-top: 1px;
}

.bce-footer__top {
	display: grid;
	/* Brand, then the provider list across two tracks, then Learn and Company. */
	grid-template-columns: minmax(0, 1.35fr) repeat(4, minmax(0, 0.62fr));
	gap: var(--s-8) var(--s-6);
	padding-block: clamp(56px, 7vw, 92px) clamp(40px, 5vw, 64px);
}

.bce-footer__brand .bce-brand {
	margin-bottom: var(--s-4);
}

.bce-footer__brand .bce-brand svg {
	width: 34px;
	height: 34px;
	border-radius: 9.5px;
}

.bce-footer__brand .bce-brand__text {
	font-size: 1.2rem;
}

.bce-footer__brand p {
	color: var(--bce-muted);
	font-size: var(--fs-sm);
	max-width: 40ch;
	line-height: 1.7;
}

.bce-footer__col h3 {
	font-size: var(--fs-xs);
	font-family: var(--bce-font-mono);
	font-weight: 500;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--bce-ink);
	margin-bottom: var(--s-5);
	padding-bottom: var(--s-3);
	position: relative;
}

/* A short accent rule under each column heading, in place of a full divider. */
.bce-footer__col h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 26px;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--bce-accent), rgba(34, 211, 238, 0.5));
}

.bce-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 11px;
}

/* Ten providers in one column makes the footer lopsided, so that list runs in
   two columns and the four footer columns end up roughly level. */
.bce-footer__col--wide {
	grid-column: span 2;
}

.bce-footer__links--split {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px var(--s-5);
}

@media (max-width: 900px) {
	.bce-footer__col--wide {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.bce-footer__links--split {
		grid-template-columns: minmax(0, 1fr);
	}
}

.bce-footer__col a {
	position: relative;
	display: inline-block;
	color: var(--bce-muted);
	font-size: var(--fs-sm);
	text-decoration: none;
	transition: color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.bce-footer__col a:hover {
	color: var(--bce-ink);
	transform: translateX(3px);
}

/* A mint marker slides in on hover rather than a colour change alone. */
.bce-footer__col a::before {
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	border-radius: 2px;
	background: var(--bce-accent);
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.bce-footer__col a:hover::before {
	opacity: 1;
	transform: translateX(0);
}

.bce-footer__bottom {
	border-top: 1px solid var(--bce-line);
	padding-block: var(--s-5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-4);
}

.bce-footer__bottom p {
	margin: 0;
	color: var(--bce-muted);
	font-size: var(--fs-xs);
}

.bce-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s-4);
	list-style: none;
	margin: 0;
	padding: 0;
}

.bce-footer__legal a {
	color: var(--bce-muted);
	font-size: var(--fs-xs);
	text-decoration: none;
}

.bce-footer__legal a:hover {
	color: var(--bce-accent);
}

.bce-footer__disclaimer {
	border-top: 1px solid var(--bce-line);
	padding-block: var(--s-5);
	color: var(--bce-muted);
	font-size: var(--fs-xs);
	max-width: 92ch;
}

.bce-footer__disclaimer p {
	margin: 0;
}

/* Footer collapse: 5 tracks at desktop, 2 columns at 900px, 1 at 560px. */
@media (max-width: 1080px) {
	.bce-footer__top {
		grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
		gap: var(--s-7) var(--s-6);
	}

	.bce-footer__col--wide {
		grid-column: span 2;
	}
}

@media (max-width: 900px) {
	.bce-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bce-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.bce-footer__top {
		grid-template-columns: minmax(0, 1fr);
	}

	.bce-footer__col--wide {
		grid-column: 1 / -1;
	}
}

/* ==========================================================================
   8. Floating support control
   ========================================================================== */

.bce-support {
	position: fixed;
	right: clamp(16px, 3vw, 28px);
	bottom: clamp(16px, 3vw, 28px);
	z-index: 110;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 20px 13px 16px;
	border-radius: var(--r-pill);
	background: var(--bce-accent);
	color: var(--bce-accent-ink);
	font-weight: 600;
	font-size: var(--fs-sm);
	text-decoration: none;
	box-shadow: var(--shadow-float);
	opacity: 0;
	transform: translateY(16px) scale(0.96);
	pointer-events: none;
	transition: opacity 0.5s var(--ease), transform 0.5s var(--ease),
		background-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

/* Enters once, settles, and then stays still. No looping attention-seeking. */
.bce-support.is-in {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.bce-support:hover {
	box-shadow: var(--glow-accent-hot), var(--shadow-float);
}

.bce-support:hover {
	background: var(--bce-accent-dim);
	color: var(--bce-accent-ink);
}

.bce-support svg {
	width: 19px;
	height: 19px;
	flex: none;
}

@media (max-width: 560px) {
	/* The label stays: an unlabelled paper plane is not self-explanatory. It is
	   the padding and type scale that give way instead. */
	.bce-support {
		gap: 8px;
		padding: 12px 16px 12px 13px;
		font-size: 0.8125rem;
	}

	.bce-support svg {
		width: 17px;
		height: 17px;
	}
}

/* ==========================================================================
   9. Motion
   ========================================================================== */

.bce-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.62s var(--ease), transform 0.62s var(--ease);
	transition-delay: var(--reveal-delay, 0s);
}

.bce-reveal.is-in {
	opacity: 1;
	transform: none;
}

/* If the observer never runs, content must still be visible. */
.no-js .bce-reveal {
	opacity: 1;
	transform: none;
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}

	.bce-reveal {
		opacity: 1 !important;
		transform: none !important;
	}

	.bce-support {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}
}
