/* Bookio – values measured from the live site (theme vars.css + computed styles at 1440px) */
:root {
	--color-main: #ffb719;
	--color-main-hover: #ffce63;
	--color-main-light: rgb(255 183 25 / 0.2);
	--color-main-lighter: rgb(255 183 25 / 0.15);
	--color-main-lightest: rgb(255 183 25 / 0.1);
	--color-text: #183138;
	--color-black: #121519;
	--color-muted: #576071;
	--color-main-lighter2: #fff5df;
	--color-alt-1: #c34e0f;
	--color-alt-2: #8e3505;
	--color-info: #0037d6;
	--color-success: #28aa2c;
	--color-danger: #ea4335;
	--color-input-border: #d7dde2;
	--gradient-main: linear-gradient(91.05deg, #ff9e03 11.59%, #ffcb52 96.24%);
	--gradient-main-v: linear-gradient(180deg, #ff9e03 0%, #ffcb52 100%);

	--font: "Bevellier", sans-serif;
	--font-text: "Raleway", sans-serif;

	--radius: 40px;
	--radius-alert: 10px 40px; /* the site's signature asymmetric corners */
	--container: 100%;
	--header-h: 80px;
}
/* Around theme: containers are 95% wide up to 1399px, then 1320px */
@media (min-width: 576px) { :root { --container: 95%; } }
@media (min-width: 1400px) { :root { --container: 1320px; } }

@font-face { font-family: "Bevellier"; src: url("/assets/fonts/Bevellier-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Bevellier"; src: url("/assets/fonts/Bevellier-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Bevellier"; src: url("/assets/fonts/Bevellier-Semibold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/assets/fonts/Raleway-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/assets/fonts/Raleway-Italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/assets/fonts/Raleway-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/assets/fonts/Raleway-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway"; src: url("/assets/fonts/Raleway-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
	margin: 0;
	padding-top: var(--header-h);
	font: 400 1rem/1.5 var(--font-text);
	font-variant-numeric: lining-nums;
	color: var(--color-text);
	background: #fff;
	overflow-x: clip;
}
/* The live body is a flex column, so sections margins never collapse into each other. */
main { display: flex; flex-direction: column; }
img { max-width: 100%; height: auto; display: block; }
/* Eleventy Image wraps <img> in <picture>; let the <img> be the layout item. */
picture { display: contents; }
source { display: none; }
a { color: inherit; }
p { margin: 0 0 1.125rem; } /* Around theme */
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--color-main); outline-offset: 2px; }

h1, h2, h3, h4, .h1, .h2, .h4 { font-family: var(--font); font-weight: 600; margin: 0 0 1rem; }
/* Bookio heading scale (stepped, from the live site app.css) */
.h1 { font-size: 3.5rem; line-height: 1.3; }
.h2 { font-size: 2.5rem; line-height: 1.3; }
.h4 { font-size: 1.5rem; line-height: 1.4; }
@media (max-width: 1300px) { .h1 { font-size: 3rem; } .h2 { font-size: 2.3rem; } }
@media (max-width: 1000px) { .h1 { font-size: 2.7rem; } .h2 { font-size: 2rem; } }
@media (max-width: 800px) { .h1 { font-size: 2.4rem; } .h2 { font-size: 1.7rem; } }
@media (max-width: 500px) { .h1 { font-size: 2.2rem; } .h2 { font-size: 1.5rem; } }
@media (max-width: 400px) { .h1 { font-size: 1.9rem; } .h2 { font-size: 1.4rem; } }

/* Icon font from the live site (Around theme). */
@font-face {
	font-family: "around-icons";
	src: url("/assets/fonts/around-icons.woff") format("woff");
	font-display: block;
}
.ai {
	display: inline-block;
	font-family: "around-icons" !important;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1;
	vertical-align: middle;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.ai-arrow-right::before { content: "\e90d"; }
.ai-arrow-left::before { content: "\e90c"; }
.ai-arrow-up::before { content: "\e910"; }
.ai-user::before { content: "\ea1e"; }
.ai-cart::before { content: "\e933"; }
.ai-check::before { content: "\e935"; }
.ai-check-alt::before { content: "\ea3a"; }
.ai-star-filled::before { content: "\e9fe"; }
.ai-chevron-down::before { content: "\e937"; }
.ai-chevron-right::before { content: "\e939"; }
.ai-circle-info::before { content: "\e947"; }
.msym {
	font-family: "Material Symbols Outlined";
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: normal;
	white-space: nowrap;
	direction: ltr;
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}

/* Container; sections add the 8px side gutter (px-2). */
.container { width: 100%; max-width: var(--container); margin-inline: auto; }
.gutter, .section-cta, .section-hero, .section-behind, .brands { padding-inline: 0.5rem; }
.section-title { text-align: center; }
.center { text-align: center; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13.2px 28px;
	border: 1px solid transparent;
	border-radius: var(--radius);
	font: 600 1.25rem/1.4 var(--font);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn .ai { font-size: 1.25rem; margin-inline: 0.5rem; } /* fs-xl ms-2 me-2 */
.btn .msym { font-size: 1.5rem; margin-left: 8px; }
.btn-sm { padding: 9.2px 20px; }
.btn-primary { background: var(--color-main); border-color: var(--color-main); color: var(--color-text); }
.btn-primary:hover { background: var(--color-main-hover); border-color: var(--color-main-hover); }
.btn-dark { background: var(--color-black); border-color: var(--color-black); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-outline { background: #fff; border-color: var(--color-main); color: var(--color-text); }
.btn-outline:hover { background: var(--color-main); }

/* ---------- Boxes ---------- */
.bk-alert { border-radius: var(--radius-alert); border: 1px solid var(--color-main); background: var(--color-main-lightest); padding: 40px 80px; }
.bk-alert-primary { background: var(--gradient-main); border: 0; }
.bk-alert-dark { background: var(--color-text); border: 0; color: #fff; }
@media (max-width: 500px) { .bk-alert { padding: 20px; } }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: #fff; padding: 12px 0; }
.header-bar { display: flex; align-items: center; padding-inline: 0.5rem; }
.logo { display: flex; align-items: center; flex: none; min-width: 160px; min-height: 56px; padding-right: 40px; border-right: 1px solid rgb(24 49 56 / 0.251); }
.logo img { width: 120px; }
@media (max-width: 400px) { .logo { min-width: 0; padding-right: 16px; } }
.header-actions { display: flex; align-items: center; margin-left: auto; }
.header-actions > * { margin: 4px 0 4px 8px; }
.header-cta .ai, .nav-mobile-actions .ai { margin: 0 0.5rem 0 -0.25rem; } /* me-2 ms-n1 */
.nav-link {
	display: flex;
	align-items: center;
	padding: 11.6px 16px;
	font: 600 1.25rem/1.5 var(--font);
	text-decoration: none;
	cursor: pointer;
	list-style: none;
	transition: color 0.2s;
}
.nav-link::-webkit-details-marker { display: none; }
.nav-link .ai { font-size: 25px; margin: 1px -4px 0 3.75px; transition: rotate 0.2s; }
.nav-link:hover, .dropdown[open] > .nav-link { color: var(--color-main); }
.nav-link[aria-current="page"] { cursor: default; } /* .nav-link.active */
.dropdown[open] > .nav-link .ai { rotate: 180deg; }

.lang-pill {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid var(--color-main);
	border-radius: var(--radius);
	background: var(--color-main-lighter);
	font: 600 1.25rem/30px var(--font);
	cursor: pointer;
	list-style: none;
}
.lang-pill::-webkit-details-marker { display: none; }
.lang-pill .ai { font-size: 20px; margin: 1px -4px 0 3px; }
.lang-switch { position: relative; }
.lang-switch .dropdown-panel { right: 0; left: auto; top: calc(100% + 8px); width: 180px; padding: 12px 20px; }
.lang-switch a { display: flex; align-items: center; gap: 10px; padding: 6px 0; text-decoration: none; font-size: 0.9375rem; }
.lang-switch img { width: 24px; height: 18px; object-fit: cover; }
.lang-switch a:hover, .lang-switch [aria-current] { color: #d99500; }
/* Industry pages carry an inline style giving the pill a 10px right margin. */
.page-segment .header-actions > .lang-switch { margin-right: 10px; }

.nav-toggle {
	display: none;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--color-main);
	border-radius: var(--radius);
	background: var(--color-main);
	padding: 0 12px;
	position: relative;
	cursor: pointer;
}
body:has(#site-nav:popover-open) .nav-toggle { background: #fff; }
/* Animated hamburger, as in the Around theme */
.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
	position: absolute;
	width: 1.375rem;
	height: 0.125rem;
	background: var(--color-text);
	transition-property: transform;
}
.navbar-toggler-icon { top: 50%; left: 12px; margin-top: -0.0625rem; transition-duration: 0.075s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.navbar-toggler-icon::before, .navbar-toggler-icon::after { content: ""; display: block; width: 0.9625rem; }
.navbar-toggler-icon::before { top: -0.4375rem; transition: top 0.075s 0.12s ease, opacity 0.075s ease, width 0.15s ease-in-out; }
.navbar-toggler-icon::after { right: 0; bottom: -0.4375rem; transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.15s ease-in-out; }
.nav-toggle:hover .navbar-toggler-icon::before, .nav-toggle:hover .navbar-toggler-icon::after { width: 1.375rem; }
body:has(#site-nav:popover-open) .navbar-toggler-icon { transform: rotate(45deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
body:has(#site-nav:popover-open) .navbar-toggler-icon::before { top: 0; opacity: 0; width: 1.375rem; transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
body:has(#site-nav:popover-open) .navbar-toggler-icon::after { bottom: 0; width: 1.375rem; transform: rotate(-90deg); transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.dropdown-panel {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 10;
	background: #fff;
	border: 1px solid #eef1f4;
	border-radius: 16px;
	box-shadow: 0 7px 50px -6px rgb(19 32 51 / 0.18);
}
.dropdown-panel a { text-decoration: none; }
.dropdown-panel a:hover { color: #d99500; }
.more { font-style: italic; font-size: 0.875rem; }
.more-lg { display: block; margin: 12px 20px 0; font-size: 1.125rem; text-align: center; }
.menu-for { margin: 0 0 4px; padding: 0 20px; font-size: 0.75rem; font-style: italic; }

/* Desktop navigation */
@media (min-width: 992px) {
	.site-nav { display: block; position: static; margin: 0 0 0 20px; padding: 0; border: 0; background: none; overflow: visible; }
	.nav-main { display: flex; }
	.nav-main > li { position: relative; }
	.nav-mobile-actions { display: none; }

	.mega { display: grid; grid-template-columns: 450px 224px; overflow: hidden; }
	.mega-links { columns: 2; column-gap: 0; padding: 20px 0 20px 28px; }
	.mega-links a { display: block; padding: 6px 0; font-size: 0.9375rem; color: #434a57; break-inside: avoid; }
	.mega-image { width: 100%; height: 100%; object-fit: cover; }

	.cascade { width: 282px; padding: 20px 0; }
	.cascade-item { position: relative; display: flex; align-items: center; }
	.cascade-item > a { flex: 1; padding: 6px 0 6px 20px; font-size: 0.9375rem; color: #434a57; }
	.flyout-toggle { display: grid; place-items: center; padding: 6px 16px; border: 0; background: none; cursor: pointer; font-size: 1rem; }
	.cascade-item:hover > a, .cascade-item:focus-within > a, .cascade-item:hover > .flyout-toggle { color: #d99500; }
	.flyout {
		position: absolute;
		left: calc(100% - 4px);
		top: -8px;
		display: none;
		min-width: 190px;
		padding: 16px 20px;
		background: #fff;
		border: 1px solid #eef1f4;
		border-radius: 16px;
		box-shadow: 0 7px 50px -6px rgb(19 32 51 / 0.18);
	}
	.cascade-item:hover > .flyout, .cascade-item:focus-within > .flyout { display: block; }
	.flyout a { display: block; padding: 6px 0; font-size: 0.9375rem; color: #434a57; white-space: nowrap; }
}

/* Mobile navigation: the nav becomes a popover card under the header */
@media (max-width: 991.98px) {
	.nav-toggle { display: grid; }
	.site-nav:popover-open {
		position: fixed;
		inset: 84px 8px auto;
		width: auto;
		max-height: calc(100dvh - 100px);
		margin: 0;
		padding: 0 0 0 20px;
		overflow-y: auto;
		background: #fff;
		border: 1px solid #e3e9ef;
		border-radius: 18px;
		color: var(--color-text);
	}
	.site-nav::backdrop { background: transparent; }
	.nav-main { padding: 12px 20px; }
	.nav-main .nav-link { padding: 8.7px 0; }
	.site-nav .dropdown-panel { position: static; border: 0; box-shadow: none; padding: 4px 0 8px 12px; }
	.mega-image { display: none; }
	.mega-links a, .cascade-item > a, .flyout a { display: block; padding: 6px 0; font-size: 0.9375rem; }
	.menu-for, .more-lg { padding: 0; margin-inline: 0; text-align: left; }
	.cascade-item { display: grid; grid-template-columns: 1fr auto; align-items: center; }
	.flyout-toggle { border: 0; background: none; padding: 6px 8px; font-size: 1rem; }
	.flyout-toggle[aria-expanded="true"] .ai { rotate: 90deg; }
	.flyout { display: none; grid-column: 1 / -1; padding-left: 12px; }
	.flyout-toggle[aria-expanded="true"] + .flyout { display: block; }
	.nav-mobile-actions { display: grid; gap: 4px; margin: 0 16px 20px; }
	.nav-mobile-actions .btn { width: 100%; }
}
@media (max-width: 800px) { .header-cta { display: none; } } /* #topbtn, #loginbtn, inclusive as on the live site */


/* ---------- Bento banners (hero, "Behind Bookio") ---------- */
.section-hero { padding-top: 20px; }
.bento-row { display: flex; }
.bento { position: relative; flex: 0 1 675px; min-width: 0; }
.bento-photo { flex-basis: 773px; margin-left: -9%; }
.bento-row-small .bento-photo { flex-basis: 733px; margin-left: -7.5%; }
.bento-desktop { width: 100%; }
.bento-mobile { display: none; width: 100%; }
.bento-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: min(40px, 5%);
	padding-inline: min(68px, 10%);
	container-type: inline-size;
}
.bento-heading { margin: 0; font-size: min(3.5rem, 10cqw); line-height: 1.28; }
.bento-text { margin: 0; padding-right: 40px; font-size: min(1.4rem, 4.2cqw); font-weight: 600; line-height: 1.5; }
.bento-row-small .bento-text { font-size: min(1rem, 3.4cqw); font-weight: 500; }

@media (max-width: 1000px) {
	.bento-row { flex-direction: column; max-width: min(95%, 640px); }
	.bento, .bento-photo, .bento-row-small .bento-photo { flex: none; margin-left: 0; }
	.bento-desktop { display: none; }
	.bento-mobile { display: block; }
	/* Above the orange panel it tucks under: WebKit (every iPhone browser) leaves a hairline of the
	   masked panel along its bottom edge, which would otherwise show across the photo. */
	.bento-photo { position: relative; z-index: 2; margin-top: -20%; }
	.bento-text-panel { container-type: inline-size; }
	.bento-overlay {
		position: relative;
		inset: auto;
		gap: 16px;
		padding: 32px 24px calc(27cqw + 32px);
		background: var(--gradient-main-v);
		border-radius: 32px 32px 0 0;
		-webkit-mask: linear-gradient(#000 0 0) top / 100% calc(100% - 60cqw) no-repeat, url("/assets/img/bento/bento-v.png") bottom / 100% auto no-repeat;
		mask: linear-gradient(#000 0 0) top / 100% calc(100% - 60cqw) no-repeat, url("/assets/img/bento/bento-v.png") bottom / 100% auto no-repeat;
	}
	.bento-heading { font-size: 2.7rem; }
	.bento-text, .bento-row-small .bento-text { padding-right: 0; font-size: 1.2rem; }
	.bento-row-small .bento-text { font-size: 1rem; }
}
@media (max-width: 800px) { .bento-heading { font-size: 2.4rem; } }
@media (max-width: 500px) { .bento-heading { font-size: 2.2rem; } }
@media (max-width: 400px) { .bento-heading { font-size: 1.9rem; } .bento-text { font-size: 1.05rem; } }

/* ---------- Client logo strip ---------- */
.brands { margin-block: 48px; padding-top: 8px; }
.marquee { --per: 2; display: flex; align-items: flex-start; overflow: hidden; filter: grayscale(1); padding-bottom: 16px; container-type: inline-size; }
@media (min-width: 576px) { .marquee { padding-bottom: 24px; } }
@media (min-width: 600px) { .marquee { --per: 3; } }
@media (min-width: 800px) { .marquee { --per: 4; } }
@media (min-width: 1200px) { .marquee { --per: 5; } }
@media (min-width: 1400px) { .marquee { --per: 6; } }
/* mb-xl-2 on the swiper: kept inside on the homepage (a flex item, so no margin collapsing);
   inside the feature pages container it collapses into the section margin. */
@media (min-width: 1200px) { .brands { padding-bottom: 8px; } .brands-clients { padding-bottom: 0; } }
.marquee-track { display: flex; flex: none; animation: marquee 30s linear infinite; }
.marquee-track { align-items: flex-start; }
.marquee-track li { width: calc(100cqw / var(--per)); display: flex; justify-content: center; }
/* Client logos (feature pages): 60px between slides, logos centred vertically (.companies-swiper) */
.brands-clients .marquee-track { align-items: stretch; }
.brands-clients .marquee-track li { width: calc((100cqw - 60px * (var(--per) - 1)) / var(--per)); margin-right: 60px; align-items: center; }
.marquee-track img { width: 196px; }
@keyframes marquee { to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } .marquee { flex-wrap: wrap; justify-content: center; } }

/* ---------- Values ---------- */
.values-box { padding: 4px 80px 40px; }
@media (max-width: 500px) { .values-box { padding: 4px 20px 20px; } }
.values-box .section-title { margin: 0; padding-top: 8px; }
.section-lead { text-align: center; padding-bottom: 16px; margin-bottom: 16px; }
.values-grid { display: grid; gap: 24px; padding-bottom: 16px; }
@media (min-width: 576px) { .values-grid { grid-template-columns: repeat(2, 1fr); row-gap: 48px; } .values-box .section-title { padding-top: 16px; } }
@media (min-width: 768px) { .values-grid { padding-bottom: 24px; margin-bottom: 16px; } .values-box .section-title { padding-top: 24px; } }
@media (min-width: 992px) { .values-grid { grid-template-columns: repeat(4, 1fr); padding-bottom: 48px; margin-bottom: 0; } .values-box .section-title { margin-top: 8px; } .section-lead { margin-bottom: 24px; } }
@media (min-width: 1200px) { .values-box .section-title { padding-top: 48px; margin-top: 4px; } }
.value-card {
	height: 100%;
	padding: 20px;
	text-align: center;
	border: 1px solid var(--color-main);
	border-radius: var(--radius);
	background: var(--color-main-lighter);
}
.value-icon {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 16px; /* mb-3 mb-sm-4 */
	border-radius: 50%;
	background: var(--color-main);
	font-family: "Material Symbols Outlined";
	font-size: 2rem;
	line-height: 1;
	font-feature-settings: "liga";
}
@media (min-width: 576px) { .value-icon { margin-bottom: 24px; } }
.value-card h3 { margin: 0 0 4px; padding-bottom: 8px; }
.value-card p { margin: 0; font-size: 0.875rem; font-weight: 500; line-height: 1.5; }

/* ---------- CTA band ---------- */
.section-cta { padding-block: 24px 16px; }
.cta-band { display: grid; align-items: start; }
.cta-band .btn { justify-self: end; }
@media (min-width: 768px) { .cta-band { grid-template-columns: calc((100% + 24px) * 8 / 12 - 24px) 1fr; column-gap: 24px; } }
.cta-band h2 { margin: 0; }
@media (max-width: 500px) { .cta-band .btn { justify-self: center; margin-top: 20px; } }

/* ---------- Feature tabs ---------- */
.section-tabs { padding: 8px; border-top: 1px solid transparent; }
.section-tabs > .container { padding: 16px; }
@media (min-width: 576px) { .section-tabs { padding-block: 16px; } }
@media (min-width: 768px) { .section-tabs { padding-block: 24px; } }
@media (min-width: 992px) { .section-tabs { padding-block: 48px; } .section-tabs > .container { margin-block: 16px; } }
@media (min-width: 1200px) { .section-tabs > .container { margin-block: 24px; } }
@media (min-width: 1400px) { .section-tabs > .container { margin-block: 48px; } }
.section-tabs > .container > .h1 { margin-bottom: 24px; }
.tabs { padding-top: 0; }
@media (min-width: 576px) { .tabs { padding-top: 8px; } }
@media (min-width: 768px) { .tabs { padding-top: 0; } }
@media (min-width: 1200px) { .tabs { padding-top: 4px; } }
@media (min-width: 1400px) { .tabs { padding-top: 16px; } }
.tab-list { display: flex; flex-wrap: wrap; gap: 16px; padding-bottom: 16px; margin-bottom: 16px; }
@media (min-width: 1200px) { .tab-list { margin-bottom: 24px; } }
.tab-list li { margin-right: 6px; }
.tab {
	display: block;
	padding: 4px 24px;
	border: 1px solid var(--color-main);
	border-radius: var(--radius);
	background: var(--color-main-light);
	font: 600 1.1rem/1.5 var(--font);
	text-decoration: none;
	white-space: nowrap;
	margin-bottom: -1px; /* .nav-tabs .nav-link */
}
.tab.is-active { background: var(--color-text); border-color: var(--color-text); color: #fff; }
@media (max-width: 500px) { .tab-list { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; } }
.tab-panel { display: grid; column-gap: 24px; align-items: start; }
.tab-panel + .tab-panel { margin-top: 48px; }
.js [role=tabpanel]:not(.is-active) { display: none; }
.tab-panel h3 { margin-bottom: 32px; }
@media (min-width: 768px) {
	.tab-panel { grid-template-columns: repeat(12, 1fr); }
	.tab-text { grid-column: 1 / span 6; }
	.tab-image { grid-column: 7 / -1; }
}
@media (min-width: 992px) { .tab-text { padding-top: 8px; } }
@media (min-width: 1200px) { .tab-image { grid-column: 8 / -1; } .tab-text { padding-top: 16px; } }
@media (max-width: 767.98px) { .tab-image { margin-bottom: 32px; } } /* pb-4 mb-2 */
.tab-image { width: 100%; border-radius: var(--radius); }
.check-list { padding-bottom: 4px; margin-bottom: 16px; } /* pb-1 pb-lg-2 mb-3 */
@media (min-width: 992px) { .check-list { padding-bottom: 8px; } }
.check-list li { display: flex; padding-bottom: 4px; margin-bottom: 16px; font-weight: 500; }
/* ai-check-alt fs-6 mt-n1 me-2 in a 24px yellow circle */
.check { flex: none; align-self: center; width: 24px; height: 24px; margin: -4px 8px 0 0; border-radius: 50%; background: var(--color-main); color: #181818; font-size: 1rem; font-weight: 700; line-height: 1.7; text-align: center; }

/* ---------- Carousel (segments + testimonials) ---------- */
.carousel-track {
	display: grid;
	grid-auto-flow: column;
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide { scroll-snap-align: start; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 48px; }
@media (max-width: 500px) { .carousel-controls { gap: 16px; } }
.carousel-nav { margin: 0; padding: 0; border: 0; background: none; font-size: 2rem; line-height: 0; cursor: pointer; }
.carousel-nav .ai { font-size: 1em; }
.carousel-nav:disabled { opacity: 0.35; cursor: default; }
.carousel-dots { display: flex; align-items: center; }
.carousel-dots button { width: 6px; height: 6px; margin: 0 8px; padding: 0; border: 0; border-radius: 8px; background: var(--color-text); cursor: pointer; transition: width 0.2s; }
.carousel-dots button[aria-current="true"] { width: 24px; background: var(--color-main); }
@media (max-width: 500px) { .carousel-dots button { margin: 0 4px; } }
.no-js .carousel-controls { display: none; }

/* ---------- Industries ---------- */
.section-segments { padding-bottom: 48px; overflow: hidden; }
/* --bleed: how far the carousel runs past the content box (.swiper-overflow) */
.segments-box { --bleed: 80px; --per: 1.4; margin-top: 100px; padding: 48px 80px 40px 60px; }
@media (min-width: 1601px) { .segments-box { --bleed: 180px; } }
@media (max-width: 500px) { .segments-box { --bleed: 20px; } }
@media (min-width: 992px) { .segments-box { margin-top: 16px; } }
@media (min-width: 1200px) { .segments-box { margin-top: 24px; } }
@media (min-width: 1400px) { .segments-box { margin-top: 48px; } }
@media (max-width: 650px) { .segments-box { padding-inline: 20px; } }
@media (max-width: 500px) { .segments-box { padding-bottom: 20px; } }
@media (min-width: 600px) { .segments-box { --per: 2; } }
@media (min-width: 800px) { .segments-box { --per: 3; } }
@media (min-width: 1200px) { .segments-box { --per: 4; } }
.segments-box .section-title { color: #fff; padding: 8px 0; margin-bottom: 16px; }
@media (min-width: 576px) { .segments-box .section-title { padding-top: 24px; } }
@media (min-width: 768px) { .segments-box .section-title { margin-top: 16px; } }
@media (min-width: 992px) { .segments-box .section-title { padding-top: 48px; margin: 0 0 24px; } }
/* The track runs past the box edge into the page gutter, like the original swiper. */
.segments-carousel .carousel-track {
	width: calc(100% + var(--bleed) + 0.5rem);
	gap: 20px;
	grid-auto-columns: calc((100% - (var(--per) - 1) * 20px) / var(--per)); /* 100% = track width */
	padding-block: 8px 16px;
}
.segments-carousel .carousel-track::after { content: ""; width: 80px; } /* slidesOffsetAfter */
@media (min-width: 576px) { .segments-carousel .carousel-track { padding-bottom: 24px; } }
.segments-carousel .carousel-nav { color: #fff; }
.segments-carousel .carousel-dots button { background: #fff; }
.segments-carousel .carousel-dots button[aria-current="true"] { background: var(--color-main); }
.segment-card { position: relative; display: flex; align-items: flex-end; height: 350px; overflow: hidden; border-radius: var(--radius); text-decoration: none; transition: translate 0.25s, box-shadow 0.25s; }
.segment-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.segment-card h3 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 8px 0 12px;
	border-radius: 0 0 4px 14px;
	background: rgb(24 49 56 / 0.5);
	backdrop-filter: blur(10px);
	color: #fff;
	text-align: center;
	font: 500 1.25rem/1.4 var(--font);
}
.segment-card:hover { translate: 0 -6px; box-shadow: 0 12px 30px rgb(0 0 0 / 0.3); }


/* ---------- Numbers + testimonials ---------- */
/* my-*, pt-2 pt-sm-4 + pt-2, pb-4 mb-2 mb-lg-3, py-4, p-3 px-sm-0 py-sm-4 */
.section-proof { padding: 16px 0.5rem 48px; margin-bottom: 4px; }
@media (min-width: 576px) { .section-proof { padding-top: 32px; margin-bottom: 8px; } }
@media (min-width: 992px) { .section-proof { margin-block: 16px; } }
@media (min-width: 1200px) { .section-proof { margin-block: 24px; } }
@media (min-width: 1400px) { .section-proof { margin-block: 48px; } }
.section-proof > .h1 { margin-bottom: 4px; }
.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 56px 8px 24px; }
@media (min-width: 992px) { .stat-row { padding-top: 64px; } }
@media (min-width: 768px) { .stat-row { grid-template-columns: repeat(4, 1fr); } }
/* col d-md-flex justify-content-center text-center text-md-start > p-3 px-sm-0 py-sm-4 */
.stat { position: relative; text-align: center; }
@media (min-width: 768px) { .stat { display: flex; justify-content: center; text-align: left; } }
.stat-inner { display: block; padding: 16px; }
@media (min-width: 576px) { .stat-inner { padding: 24px 0; } }
.stat-value { display: block; font: 600 2.5rem/1.3 var(--font); }
@media (max-width: 1300px) { .stat-value { font-size: 2.3rem; } }
@media (max-width: 1000px) { .stat-value { font-size: 2rem; } }
@media (max-width: 800px) { .stat-value { font-size: 1.7rem; } }
@media (max-width: 500px) { .stat-value { font-size: 1.5rem; } }
@media (max-width: 400px) { .stat-value { font-size: 1.4rem; } }
.stat-label { font-weight: 500; }
/* Industry pages: numbers separated by 60px vertical rules */
.stat-row-separated { padding: 24px 0; margin-bottom: 48px; } /* rounded-5 py-4 mb-5 */
.stat-row-separated .stat-label { font-weight: 400; }
.stat-row-separated .stat:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: 0; height: 60px; translate: 0 -50%; border-right: 1px solid #e3e9ef; }

.testimonials-carousel { padding: 72px 0 8px; } /* swiper pt-4 pb-2 + wrapper pt-5 */
.testimonials-carousel .carousel-track { gap: 24px; grid-auto-columns: 100%; }
@media (min-width: 800px) {
	.testimonials-carousel .carousel-track { grid-auto-columns: calc(50% - 12px); }
}
.testimonial { display: flex; flex-direction: column; gap: 16px; height: 100%; margin: 0; padding: 40px; }
@media (max-width: 500px) { .testimonial { padding: 20px; } }
.stars { color: var(--color-main); }
.stars .ai { font-size: 1.2rem; }
/* 150% (not 1.5): computed once here, so inline font-size changes in quotes keep 21.6px lines */
.testimonial blockquote { margin: 0; font-size: 0.9rem; font-weight: 500; line-height: 150%; }
.testimonial blockquote strong { font-weight: 700; }
.testimonial figcaption { display: flex; align-items: center; gap: 16px; margin-top: auto; }
/* The photo sits in its own box, which may shrink beside a long name, as on the live site. */
.author-photo { display: block; min-width: 0; }
.testimonial figcaption img { width: 60px; max-width: 100%; height: auto; border-radius: 50%; }
.testimonial figcaption strong { display: block; }
.testimonial figcaption small { display: block; font-size: 0.8rem; }

/* ---------- "Behind Bookio" + consultation ---------- */
.section-behind { padding-bottom: 48px; }
.konzult-wrap { padding-block: 8px 48px; }
/* bk-alert padding overridden by pt-sm-2 pb-3 py-md-4 py-lg-5 (!important utilities) */
.konzult { display: flex; align-items: center; gap: 24px; padding: 40px 80px 16px; }
@media (max-width: 500px) { .konzult { padding: 20px 20px 16px; } }
@media (min-width: 576px) { .konzult { padding-top: 8px; } }
@media (min-width: 768px) { .konzult { padding-block: 24px; } }
@media (min-width: 992px) { .konzult { padding-block: 48px; } }
/* Same flex sizing as the original: the photo starts at 80% and both items shrink. */
.konzult-image { align-self: flex-start; width: 80%; margin-left: -30%; }
.konzult .h1 { color: #fff; margin: 0; }
/* The original ul is inline-block with an empty icon ::before line (16px) above the items. */
.dot-list { display: flow-root; width: fit-content; margin: 24px 0 16px; padding-top: 16px; }
.dot-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: 0.9rem; font-weight: 500; line-height: 1; }
.konzult-cta { margin-bottom: 24px; } /* mb-4 */
.dot-list li::before { content: ""; flex: none; width: 16px; height: 16px; border-radius: 50%; background: var(--color-main); }
@media (max-width: 800px) {
	.konzult { flex-direction: column; } /* still centred (d-flex-i-center): without the form the content shrinks */
	.konzult-image { width: 100%; margin-left: 0; }
}

.contact-form .h4 { margin: -4px 0 0; padding-bottom: 24px; color: #fff; }
/* .row.g-4 with .col-sm-6 / .col-sm-12 */
.form-row { display: flex; flex-wrap: wrap; margin: -24px -12px 0; }
.form-col { flex: 0 0 auto; width: 100%; margin-top: 24px; padding-inline: 12px; }
@media (min-width: 576px) { .form-col-half { width: 50%; } }
.form-col-submit { padding-top: 24px; text-align: center; }
.contact-form .hp { position: absolute; left: -9999px; }
.form-status { margin: 16px 0 0; color: #fff; text-align: center; }
.form-status:empty { display: none; }
.contact-form label { display: inline-block; margin-bottom: 5px; font-weight: 500; }
.contact-form input, .contact-form textarea {
	display: block;
	width: 100%;
	padding: 16px 18px;
	border: 1px solid var(--color-input-border);
	border-radius: 18px;
	background: #fff;
	color: #181818;
	font: 600 1rem/1.4 var(--font);
}
.contact-form ::placeholder { color: #9ca3af; }

/* ---------- Footer ---------- */
.site-footer { margin-top: 48px; background: var(--color-text); color: #fff; }
@media (min-width: 576px) { .site-footer { padding-top: 16px; } }
@media (min-width: 768px) { .site-footer { padding-top: 24px; } }
@media (min-width: 992px) { .site-footer { padding-top: 48px; } }
.footer-wrapper { display: flex; justify-content: space-between; align-items: center; padding: 48px 0 24px; }
.footer-links { order: 2; display: flex; padding: 4px 0; font-size: 0.875rem; font-weight: 500; line-height: 1.5; }
.footer-links li { display: contents; } /* the links are the flex items, as on the original */
.footer-links li:first-child a { margin-inline: 48px; } /* mx-5 */
@media (max-width: 767.98px) { .footer-links { margin-bottom: 16px; } }
.footer-links a { display: block; font-size: 0.875rem; font-weight: 500; line-height: 1.5; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.logo-copyright { display: flex; flex-direction: column; gap: 24px; }
.footer-logo { width: auto; height: 40px; }
.site-footer address { margin-bottom: 1rem; }
.copyright { margin: 0; font-size: 0.875rem; }
.copyright a { text-decoration: none; }
.footer-wordmark { padding-bottom: 275px; opacity: 0.1; background: url("/assets/img/logo-white.svg") no-repeat center top / 1920px; }
@media (max-width: 1300px) { .footer-wordmark { padding-bottom: 200px; background-size: 1300px; } }
@media (max-width: 800px) { .footer-wordmark { padding-bottom: 125px; background-size: 800px; } }
@media (max-width: 500px) {
	.footer-wordmark { padding-bottom: 70px; background-size: 400px; }
	.footer-wrapper { flex-direction: column; gap: 32px; text-align: center; }
	.footer-links { order: 0; flex-direction: column; align-items: center; gap: 16px; }
	.logo-copyright { text-align: center; }
	.footer-logo { margin-inline: auto; }
}

/* ---------- Industry (segment) pages ---------- */
/* Spacing used between most sections: mt-4 mt-sm-2 mt-md-3 mt-lg-5 (and mb-*) */
.mt-section { margin-top: 24px; }
.mb-section { margin-bottom: 24px; }
@media (min-width: 576px) { .mt-section { margin-top: 8px; } .mb-section { margin-bottom: 8px; } }
@media (min-width: 768px) { .mt-section { margin-top: 16px; } .mb-section { margin-bottom: 16px; } }
@media (min-width: 992px) { .mt-section { margin-top: 48px; } .mb-section { margin-bottom: 48px; } }
.section-cta-flat { padding-inline: 0.5rem; }
.text-primary { color: var(--color-main); }
.font-alt { font-family: var(--font); }

/* Hero: heading + checklist, slanted photo (.segments / .heading-bento / .bentob) */
.segment-hero { margin-top: calc(100px - var(--header-h)); padding-left: 60px; }
@media (max-width: 1000px) { .segment-hero { padding-inline: 0.5rem; } }
/* (The live ≤650px 20px rule loses to .segments:not(.bk-alert), so 0.5rem applies.) */
.heading-bento { display: flex; }
@media (max-width: 1000px) { .heading-bento { flex-direction: column; } }
.segment-info { position: relative; z-index: 40; width: 80%; }
@media (min-width: 1001px) { .segment-info { padding-right: 50px; } }
@media (max-width: 1000px) { .segment-info { width: 100%; } }
.segment-info .h1 { margin: 0; font-size: 4.5rem; line-height: 1.1; letter-spacing: -1px; }
@media (max-width: 1300px) { .segment-info .h1 { font-size: 3.5rem; } }
@media (max-width: 650px) { .segment-info .h1 { font-size: 2.4rem; letter-spacing: 0; } }
@media (max-width: 400px) { .segment-info .h1 { font-size: 2.1rem; } }
.segment-description { margin-top: 42px; font-weight: 500; line-height: 1.6; }
.segment-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 50px; font-size: 1.2rem; }
@media (max-width: 650px) {
	.segment-description { margin-top: 24px; }
	.segment-checklist { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
}
.segment-checklist-item { display: flex; gap: 8px; }
.sc-icon { display: flex; align-items: center; justify-content: center; width: 32px; min-width: 32px; height: 32px; border-radius: 50%; background: var(--color-main); }
.sc-icon .msym { font-size: 24px; }
.sc-text { font: 500 1.2rem/1.5 var(--font); }
.bentob { position: relative; width: 100%; height: 638px; border-radius: 15px 60px; container-type: size; }
@media (max-width: 1000px) { .bentob { display: none; } }
.bentob-r { position: absolute; top: 0; right: 0; width: calc(100% + 50px); height: 100%; overflow: hidden; border-radius: 0 60px 15px 0; container-type: size; }
.bentob-r__mask { position: absolute; inset: 0; clip-path: polygon(30cqh 0, 100% 0, 100% 100%, 0 100%); }
.bentob-r__image { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.bentob-r > .bentob-mobile-02-left, .bentob-r > .bentob-mobile-02-right { display: inline; }
.bentob-svg-top-left { position: absolute; top: 0; right: calc(100% - 30cqh - 11px); z-index: 5; }
.bentob-svg-bottom-left { position: absolute; bottom: 0; left: -1px; z-index: 5; }
.segment-image { width: 100%; height: 400px; margin-top: 28px; border-radius: var(--radius); object-fit: cover; }
.mobile { display: none; }
@media (max-width: 1000px) { .segment-image.mobile { display: block; height: auto; aspect-ratio: 4 / 3; max-height: 480px; } }

/* Long description: pt-sm-2 pt-lg-3 pt-xl-4 pt-xxl-5 px-2 > container py-5 */
.section-long-desc { padding-inline: 0.5rem; }
.section-long-desc .container { padding-block: 48px; }
@media (min-width: 576px) { .section-long-desc { padding-top: 8px; } }
@media (min-width: 992px) { .section-long-desc { padding-top: 16px; } }
@media (min-width: 1200px) { .section-long-desc { padding-top: 24px; } }
@media (min-width: 1400px) { .section-long-desc { padding-top: 48px; } }
.segment-long-desc { font-size: 1.25rem; font-weight: 500; line-height: 2; }
@media (max-width: 650px) { .segment-long-desc { font-size: 1.05rem; line-height: 1.7; } }

/* Feature cards (.functions .bk-grid-3 .card) */
.functions { padding-inline: 0.5rem; }
.functions .section-title { margin: 0 0 16px; padding: 16px 0; }
@media (min-width: 576px) { .functions .section-title { padding-top: 24px; } }
@media (min-width: 992px) { .functions .section-title { padding-top: 48px; margin-bottom: 24px; } }
@media (min-width: 1200px) { .functions .section-title { margin-top: 16px; } }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 1300px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 800px) { .feature-grid { grid-template-columns: 1fr; } }
.feature-card {
	display: block;
	height: 100%;
	padding: 48px 40px 40px; /* card 32px + inner pt-3 */
	border: 1px solid var(--color-main);
	border-radius: var(--radius);
	background: var(--color-main-lighter);
	text-align: center;
	text-decoration: none;
	transition: transform 0.25s ease-in-out, background-color 0.2s;
}
.feature-card:hover { background-color: var(--color-main-light); transform: translateY(-0.3rem); }
.feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: var(--color-main);
	font: 32px/1 "Material Symbols Outlined";
	font-feature-settings: "liga";
}
.feature-icon .ai { font-size: 1em; }
.feature-card h3 { font: 600 2rem/1.3 var(--font); }
.feature-card p { margin-bottom: 1.5rem; } /* .card-text */
.feature-card p:last-child { margin-bottom: 0; }
.all-features { margin: 48px 0 0; text-align: center; }
.btn-link { display: inline-flex; align-items: center; font-weight: 500; text-decoration: underline; }
.btn-link:hover { color: #000; }

/* Key values: plain columns with outlined icons (row-cols-1 sm-2 lg-3 gx-0 gy-4, col px-5) */
.key-values { padding-inline: 0.5rem; }
.key-values .section-title { margin: 8px 0 0; padding: 16px 0 48px; }
.values-plain { gap: 24px 0; padding: 0; }
@media (min-width: 576px) { .values-plain { grid-template-columns: repeat(2, 1fr); row-gap: 24px; } }
@media (min-width: 768px) { .values-plain { padding-bottom: 0; margin-bottom: 0; } }
@media (min-width: 992px) { .values-plain { grid-template-columns: repeat(3, 1fr); padding-bottom: 0; } }
.values-plain .value-card { height: auto; padding: 0 48px; border: 0; border-radius: 0; background: none; }
.values-plain .value-icon { display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; margin: 0 0 14px; border: 1px solid var(--color-main); background: var(--color-main-lightest); }
.values-plain .value-card p { font-size: 0.875rem; }

/* Testimonials + numbers on a tinted band */
.proof-band { padding-inline: 0.5rem; background: var(--color-main-lightest); }
.proof-band > .container { padding-block: 48px; }
.proof-band .section-title { margin: 0; padding: 4px 0 16px; }
@media (min-width: 576px) { .proof-band .section-title { padding-top: 8px; } }
@media (min-width: 992px) { .proof-band .section-title { padding: 16px 0 24px; } }
.testimonials-band { padding: 48px 0 8px; } /* swiper pb-2 + wrapper pt-5 */

/* Green banner CTA */
.bk-alert-banner { background: linear-gradient(81.2deg, #078741 12%, #34a853 86.02%); border: 0; }
.bk-alert-banner .h2 { color: #fff; }
.btn-light { background: #fff; border-color: #fff; color: var(--color-text); }
.btn-light:hover { background: #181818; color: #fff; }
.btn-nb { border: 0; }

/* ---------- Feature pages ---------- */
/* Text hero: .container.segments.features.d-flex */
.feature-hero { display: flex; gap: 64px; margin-top: calc(100px - var(--header-h)); padding: 60px; }
@media (max-width: 1000px) { .feature-hero { padding-inline: 0.5rem; } } /* .segments:not(.bk-alert) */
@media (max-width: 650px) { .feature-hero { flex-direction: column; } }
@media (max-width: 500px) { .feature-hero { padding-block: 20px; } }
.feature-hero .function-info { flex: 1 1 0; width: auto; padding-right: 0; }
.feature-hero .segment-checklist { grid-template-columns: 1fr; gap: 32px; }
.rs-function { display: inline-flex; margin-bottom: 8px; padding: 0 8px; border-radius: 4px; background: rgb(24 49 56 / 0.15); font-size: 0.9rem; font-weight: 700; }
.function-description { flex: 1 1 0; align-self: flex-end; }

/* "suitable for industries" pills: .feature-cards.container.py-5.my-2.my-lg-3.my-xl-4.my-xxl-5.px-2 */
.industries-section { margin-block: 8px; padding: 48px 0.5rem; }
@media (min-width: 992px) { .industries-section { margin-block: 16px; } }
@media (min-width: 1200px) { .industries-section { margin-block: 24px; } }
@media (min-width: 1400px) { .industries-section { margin-block: 48px; } }
.industries-section > .h1 { margin: 0; }
.industry-cards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; margin-top: 48px; }
@media (max-width: 1300px) { .industry-cards { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (max-width: 1000px) { .industry-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 800px) { .industry-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 650px) { .industry-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }
@media (max-width: 400px) { .industry-cards { grid-template-columns: minmax(0, 1fr); } }
.industry-card {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 100%;
	padding: 12px 16px;
	border: 1px solid var(--color-main);
	border-radius: var(--radius);
	background: var(--color-main-lightest);
	text-decoration: none;
}
.ic-image { width: 40px; min-width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.ic-title { min-width: 0; overflow-wrap: break-word; font-family: var(--font); font-weight: 500; }

/* "Businesses using …": heading, lead, client logos and testimonials in one container */
.clients-section { padding-inline: 0.5rem; }
.clients-section .section-title { margin: 0; }
.clients-lead { text-align: center; padding-bottom: 8px; }
@media (min-width: 576px) { .clients-lead { padding-bottom: 16px; } }
.testimonials-feature { padding: 96px 0 8px; } /* swiper pt-5 pb-2 + wrapper pt-5 */
.stats-section { padding-inline: 0.5rem; }
.stat-row-bare { padding: 0; }

/* ---------- Pricing page ---------- */
/* Plans box: section.container.pricing.px-2 > .bk-alert.px-60 */
.pricing { margin-top: calc(100px - var(--header-h)); padding-inline: 0.5rem; }
.pricing-box { padding-inline: 60px; }
.pricing-header { margin: 4px 0; padding: 8px 0 16px; }
.pricing-header h1 { margin: 0; text-align: center; }
@media (max-width: 500px) { .pricing-box { padding: 20px; } .pricing-header h1 { text-align: left; } }
.b-checks { display: flex; justify-content: center; align-items: center; gap: 32px; padding-top: 24px; }
@media (max-width: 768px) { .b-checks { flex-direction: column; } }
@media (max-width: 500px) { .b-checks { align-items: flex-start; gap: 24px; } }
.b-check { display: flex; align-items: center; gap: 8px; font: 500 1.15rem/1.5 var(--font); }
.b-check .msym { padding: 2px; border-radius: 50%; background: var(--color-main); font-size: 1.6rem; }

/* Services / Restaurants: a two-part pill; the billing switch sits on its right (margin-top: -60px) */
.plan-tabs { position: relative; z-index: 20; display: inline-flex; margin: 48px 0 4px; }
@media (max-width: 800px) { .plan-tabs { display: flex; justify-content: center; } }
.plan-tab {
	display: flex;
	align-items: center;
	padding: 8px 16px;
	border: 1px solid var(--color-main);
	background: var(--color-main-lightest);
	color: #434a57;
	font: 600 1rem/1.5 var(--font-text);
	cursor: pointer;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.plan-tab:first-child { border-radius: 20px 0 0 20px; }
.plan-tab:last-child { border-radius: 0 20px 20px 0; }
.plan-tab.is-active { border-color: var(--color-text); background: var(--color-text); color: #fff; cursor: default; }

/* Monthly / yearly: both prices are in the page, the checked radio picks one (no JS) */
.billing-switch { min-width: 0; margin: -60px 0 0; padding: 20px; border: 0; text-align: right; }
@media (max-width: 800px) { .billing-switch { margin-top: 0; text-align: center; } }
.billing-switch label { position: relative; display: inline-block; margin: 0 16px 5.2px 0; padding-left: 26px; color: var(--color-black); font-weight: 500; cursor: pointer; }
.billing-switch input {
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b4bbc3;
	border-radius: 50%;
	appearance: none;
	cursor: pointer;
}
.billing-switch input:checked { border-color: var(--color-main); background: var(--color-main) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") center / contain; }
.plans-panel:has(input[value="monthly"]:checked) [data-billing="annual"],
.plans-panel:not(:has(input[value="monthly"]:checked)) [data-billing="monthly"] { display: none; }

/* Plan cards: .row.row-cols-1.row-cols-sm-2.row-cols-lg-2.row-cols-xl-5 (3 for restaurants) with g-4-like gutters; cards keep their own height */
.plans { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 24px; padding: 16px 0 24px; }
@media (min-width: 576px) { .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1200px) { .plans-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } .plans-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 32px 12px; border: 4px solid transparent; border-radius: 4px 16px; background: #fff; box-shadow: 0 10px 15px rgb(56 42 24 / 0.15); }
.plan-card.is-popular { border-color: var(--color-main); }
.plan-badge { position: absolute; top: -15px; right: 0; left: 0; width: max-content; margin-inline: auto; padding: 4px 12px; border-radius: 20px; background: var(--color-main); font-size: 0.75rem; font-weight: 700; }
.plan-card .plan-name { margin: 0 0 8px; color: var(--color-black); font: 400 1.5rem/1.3 var(--font); }
.plan-price { margin: 0 0 16px; }
.price-amount { font: 600 calc(1.3rem + 0.6vw)/1.3 var(--font); } /* .h3, fluid below 1200px (Bootstrap RFS) */
@media (min-width: 1200px) { .price-amount { font-size: 1.75rem; } }
.price-currency { color: var(--color-black); font-size: 1.25rem; font-weight: 600; line-height: 1.4; }
.plan-for { margin: 0 0 8px; color: var(--color-alt-1); font-weight: 700; }
.is-popular .plan-for { color: var(--color-alt-2); }
.plan-limit, .plan-features li { margin: 0; color: #606060; font-size: 0.9rem; font-weight: 500; line-height: 1.28; }
.is-popular :is(.plan-limit, .plan-features li) { color: var(--color-text); }
.plan-card hr { height: 0; margin: 10px 0; border: 0; border-top: 1px solid var(--color-main); }
.plan-features-heading { margin: 0 0 8px; font: 700 1rem/1.5 var(--font-text); }
.plan-more { align-self: flex-start; margin: 4px 0 24px; color: var(--color-info); font-size: 0.9rem; font-weight: 700; line-height: 1.28; }
.plan-included { margin-bottom: 4px; padding-bottom: 24px; }
.plan-included li { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding-bottom: 4px; }
.vat-info { margin: 0; font-size: 0.9rem; font-weight: 500; text-align: right; }

/* ✓ / ✗ marks (cards and comparison table) */
.mark { display: inline-block; padding: 3px; border-radius: 50%; color: #fff; font-size: 14px; }
.mark-yes { background: var(--color-success); }
.mark-no { background: var(--color-danger); }
.plan-included .mark { display: block; }

/* Comparison: section.container.pricing-features.py-5.px-md-5.px-2 > .table-responsive-lg */
.pricing-compare { padding: 48px 0.5rem; }
@media (min-width: 768px) { .pricing-compare { padding-inline: 48px; } }
@media (min-width: 576px) { .compare-panel { padding-top: 8px; } }
@media (min-width: 992px) { .compare-panel { padding-top: 16px; } }
.compare-panel > .h2 { margin-bottom: 32px; }
/* The whole panel scrolls sideways below 992px (.table-responsive-lg), heading included, so the
   sticky header stays in place. position: the visually hidden cell labels (absolute) scroll with it. */
.compare-panel { position: relative; }
@media (max-width: 991.98px) { .compare-panel { overflow-x: auto; } }
.compare-table { width: 100%; margin-bottom: 16px; border-collapse: collapse; font-size: 0.9rem; font-weight: 500; text-align: center; white-space: nowrap; }
.compare-table thead { position: sticky; top: 60px; background: #fff; }
.compare-table thead :is(th, td) { padding: 16px 12px; vertical-align: bottom; }
.compare-table thead th { width: 10%; }
.compare-table .plan-name { color: var(--color-black); font: 400 1.6rem/1.4 var(--font); }
.compare-table tbody :is(th, td) { padding: 12px; font-weight: 500; vertical-align: top; }
.compare-table tbody th[scope="row"] { padding-left: 24px; text-align: left; }
/* Striped per category, rounded at the row ends */
.compare-table tbody:not(.has-heading) tr:nth-child(odd) > *,
.compare-table tbody.has-heading tr:nth-child(even) > * { background: var(--color-main-lighter2); }
.compare-table tbody tr > :first-child { border-radius: 18px 0 0 18px; }
.compare-table tbody tr > :last-child { border-radius: 0 18px 18px 0; }
.compare-table .group-heading th { font-size: 1.5rem; line-height: 1.4; text-align: left; }
.category-name { display: block; margin: 24px 0 8px; font: 400 1.6rem/1.4 var(--font); }
.feature-label { display: flex; align-items: center; }
.info { display: block; margin-left: 8px; padding: 0; border: 0; background: none; cursor: pointer; }
.info .ai { display: block; font-size: 1.125rem; }
/* Bootstrap popover look; placed by main.js */
.tip {
	inset: auto;
	width: max-content;
	max-width: 276px;
	margin: 0;
	padding: 16px 20px;
	border: 1px solid #f0f3f6;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 7px 20px rgb(208 208 196 / 0.32);
	color: var(--color-muted);
	font: 400 14px/1.5 var(--font-text);
	white-space: normal;
	text-align: left;
	overflow: visible;
}
/* Arrow (16×8px) outside the 1px border: border-coloured behind, white in front 1px closer, covering the border (Bootstrap) */
.tip::before, .tip::after { content: ""; position: absolute; border: 8px solid transparent; }
.tip[data-placement="right"]::before, .tip[data-placement="right"]::after { top: calc(var(--arrow) - 9px); right: calc(100% + 1px); border-left-width: 0; border-right-color: #f0f3f6; }
.tip[data-placement="right"]::after { right: 100%; border-right-color: #fff; }
.tip[data-placement="left"]::before, .tip[data-placement="left"]::after { top: calc(var(--arrow) - 9px); left: calc(100% + 1px); border-right-width: 0; border-left-color: #f0f3f6; }
.tip[data-placement="left"]::after { left: 100%; border-left-color: #fff; }
.tip[data-placement="top"]::before, .tip[data-placement="top"]::after { left: calc(var(--arrow) - 9px); top: calc(100% + 1px); border-bottom-width: 0; border-top-color: #f0f3f6; }
.tip[data-placement="top"]::after { top: 100%; border-top-color: #fff; }
.tip[data-placement="bottom"]::before, .tip[data-placement="bottom"]::after { left: calc(var(--arrow) - 9px); bottom: calc(100% + 1px); border-top-width: 0; border-bottom-color: #f0f3f6; }
.tip[data-placement="bottom"]::after { bottom: 100%; border-bottom-color: #fff; }

/* ---------- Breadcrumb (Around .breadcrumb) ---------- */
.breadcrumb ol { display: flex; flex-wrap: wrap; margin: 0 0 16px; padding: 0 0 8px; font-size: 0.875rem; font-weight: 500; }
@media (min-width: 992px) { .breadcrumb ol { padding-block: 16px 24px; } }
.breadcrumb li { display: flex; align-items: center; }
.breadcrumb li + li { padding-left: 8px; }
.breadcrumb li + li::before { content: "\e939"; margin-top: 0.15em; padding-right: 8px; color: #858c97; font: 1.2em/1 "around-icons"; } /* chevron-right */
.breadcrumb a { color: #858c97; text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--color-black); }
.breadcrumb [aria-current="page"] { color: var(--color-main); }

/* ---------- Contact page ---------- */
/* section.contact.container.pt-5.pb-5.pb-xxl-3.mt-5 */
.contact-page { margin-top: calc(48px - var(--header-h)); padding-block: 48px; }
@media (min-width: 1400px) { .contact-page { padding-bottom: 16px; } }
.contact-page .breadcrumb ol { padding-inline: 24px; } /* px-4 */
.contact-page h1 { margin: 0; padding-inline: 24px; font-size: 4.5rem; }
@media (max-width: 1300px) { .contact-page h1 { font-size: 3.5rem; } }
@media (max-width: 1000px) { .contact-page h1 { font-size: 3rem; } }
@media (max-width: 800px) { .contact-page h1 { font-size: 2.7rem; } }
@media (max-width: 500px) { .contact-page h1 { font-size: 2.5rem; } }
@media (max-width: 400px) { .contact-page h1 { font-size: 2.1rem; } }
.contact-lead { margin-bottom: 8px; padding: 0 24px 24px; font-size: 1.125rem; }
@media (min-width: 576px) { .contact-lead { margin-bottom: 16px; } }
/* .row.row-cols-1.row-cols-sm-2.row-cols-xl-4.g-4 (no vertical gutter: .contact .col { margin: 0 }) */
.contact-cards { display: grid; grid-template-columns: minmax(0, 1fr); column-gap: 24px; margin-top: -24px; padding-bottom: 8px; }
@media (max-width: 500px) { .contact-cards { padding-inline: 12px; } }
@media (min-width: 576px) { .contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 24px; } }
@media (min-width: 992px) { .contact-cards { padding-bottom: 48px; } }
@media (min-width: 1200px) { .contact-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.contact-card { padding: 38px; border-radius: 36px; background: #fff; color: var(--color-muted); }
@media (max-width: 450px) { .contact-card { padding: 10px 28px; } }
.contact-card .h4 { margin: -4px 0 24px; color: var(--color-text); }
.contact-card address { margin-bottom: 16px; color: var(--color-text); font-size: 1.125rem; font-weight: 500; }
.contact-items li { margin-bottom: 8px; padding-bottom: 4px; }
/* Several rows (Czech opening hours): pb-3 border-bottom, then pt-2 */
.contact-items li:not(:last-child) { padding-bottom: 16px; border-bottom: 1px solid #e3e9ef; }
.contact-items li + li { padding-top: 8px; }
/* Czech: the cards come in groups, each under an h2.h2.px-4.mb-4; the last row has one column */
.contact-group { margin: 0 0 24px; padding-inline: 24px; }
.contact-cards.contact-cards-single { grid-template-columns: minmax(0, 1fr); }
.contact-label { display: block; margin-bottom: 4px; color: #858c97; font-size: 0.875rem; }
.contact-items a { display: flex; color: #434a57; font-size: 1.125rem; text-decoration: none; transition: color 0.2s; }
.contact-items a:hover { color: var(--color-text); }
.hours { display: flex; align-items: center; color: #434a57; font-size: 1.125rem; font-weight: 500; }
.hours-sep { width: 36px; height: 1px; margin-inline: 24px; border-top: 1px solid #e3e9ef; }

/* ---------- Industry and feature indexes ---------- */
/* section.container.pt-5.pb-xxl-3.mt-5.px-2 > breadcrumb, h1.text-center.mb-5, .bk-grid.bk-grid-3.mb-5 */
.index-page { margin-top: calc(48px - var(--header-h)); padding: 48px 0.5rem 0; }
@media (min-width: 1400px) { .index-page { padding-bottom: 16px; } }
.index-page > h1 { margin: 0 0 48px; text-align: center; }
.index-page .feature-grid, .segment-grid { margin-bottom: 48px; }
.segment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
@media (max-width: 1300px) { .segment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 800px) { .segment-grid { grid-template-columns: minmax(0, 1fr); } }
.segment-grid .segment-card h3 { font-size: 1.5rem; font-weight: 600; } /* h3.h5 */


/* ---------- Register page (standalone: no site header or footer) ---------- */
body.page-register { padding-top: 0; }
.register-page { display: flex; flex-direction: column; }
.register-header { display: flex; height: 100px; justify-content: center; align-items: center; }
.register-logo { display: block; width: auto; height: 24px; }
.register-main { flex: 1; flex-direction: row; justify-content: center; align-items: center; }
.register-content { width: 100%; max-width: 648px; padding: 16px; }
@media (min-width: 1025px) { .register-content { max-width: 600px; padding: 24px; } }
.register-content > h1 { text-align: center; }
.register-card { display: flex; flex-direction: column; gap: 32px; padding: 20px 40px 40px; border-radius: 24px; background: #fff; box-shadow: 0 20px 60px rgb(47 28 63 / 0.15); }
.register-notice { display: flex; align-items: center; gap: 0.5rem; margin: 0; padding: 0.375rem 0.625rem; border: 1px solid #bfdbfe; border-radius: 8px; background: #f0f6ff; color: #2563eb; font-size: 0.875rem; font-weight: 600; }
.register-notice .ai { flex: none; font-size: 1rem; }
.register-types { display: flex; gap: 16px; min-width: 0; margin: 0; padding: 0; border: 0; }
@media (max-width: 500px) { .register-types { flex-direction: column; } }
.register-type { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 100%; padding: 12px 16px; border: 2px solid rgb(24 49 56 / 0.25); border-radius: 12px; cursor: pointer; }
.register-type:has(:checked) { border-color: var(--color-main); cursor: default; }
.register-type:has(:focus-visible) { outline: 3px solid var(--color-main); outline-offset: 2px; }
.register-type input { position: absolute; opacity: 0; pointer-events: none; }
.register-check { position: absolute; top: 14px; right: 10px; display: none; align-items: center; justify-content: center; width: 20px; height: 20px; border: 3px solid rgb(255 183 25 / 0.2); border-radius: 50%; outline: 3px solid rgb(255 183 25 / 0.2); background: var(--color-main); font-size: 12px; }
.register-type:has(:checked) .register-check { display: flex; }
.register-check .ai { font-size: 1em; font-weight: 700; }
.register-type img { width: 40px; height: 40px; }
.register-type-name { font: 600 28px/1.48 var(--font); }
.register-help { display: flex; align-items: center; gap: 4px; margin: 0; color: #6a6a6a; font-size: 0.9rem; }
.register-help .ai { font-size: 1em; } /* live: class="ai ai-…" misses the theme's 1.25em */
.register-help button { padding: 0; border: 0; background: none; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; }
.register-continue, .register-dialog-close { display: flex; align-items: center; justify-content: center; width: 100%; padding: 8px 16px; border: 2px solid transparent; border-radius: 16px; background: var(--color-main); color: var(--color-text); font: 600 18px/1.5 var(--font); text-decoration: none; white-space: nowrap; transition: background-color 150ms linear; cursor: pointer; }
.register-continue:hover { background: var(--color-main-hover); }
.register-login { margin: 0; font-size: 14px; text-align: center; }
.register-login a { color: var(--color-text); font-weight: 700; transition: color 0.2s; }
.register-login a:hover { color: #515151; }
.register-trust { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 12px; margin: 0; padding: 24px 0; list-style: none; text-align: center; opacity: 0.5; }
.register-trust-value { display: block; font: 600 1.25rem/1.5 var(--font); }
.register-trust-label { display: block; font-size: 0.75rem; font-weight: 600; }
.register-dialog { width: 95%; max-width: 648px; padding: 0; border: 0; border-radius: 24px; box-shadow: 0 10px 25px rgb(0 0 0 / 0.2); color: var(--color-text); }
.register-dialog::backdrop { background: rgb(0 0 0 / 0.5); backdrop-filter: blur(3px); }
.register-dialog-body { position: relative; display: flex; flex-direction: column; gap: 32px; padding: 40px; }
.register-dialog-body > h2 { margin: 0; text-align: center; }
.register-dialog-body p { margin: 0; }
.register-dialog-body > form:first-child { display: contents; } /* the × is positioned: no flex item, no gap */
.register-dialog-x { position: absolute; top: 12px; right: 12px; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 50%; background: #fff; color: #000; cursor: pointer; }
.register-dialog-x .msym { font-size: 34px; }
.register-dialog-close { border-color: var(--color-main); background: #fff; line-height: 24px; } /* the live <button> inherits 24px */
.register-dialog-close:hover { background: var(--color-main-light); }


/* ---------- Back to top (the Around theme's .btn-scroll-top) ---------- */
/* Hidden until scrolled: scaled to nothing and out of the tab order (visibility, switched after the fade). */
.scroll-top { position: fixed; right: 1rem; bottom: 1rem; z-index: 90; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 0.275rem 1.125rem rgb(18 21 25 / 0.1); color: #434a57; text-decoration: none; opacity: 0; scale: 0; visibility: hidden; transition: scale 0.25s ease-in-out, opacity 0.25s, visibility 0s 0.25s; }
/* White disc 1px inside the ring's edge, as on the live button. */
.scroll-top::before { content: ""; position: absolute; inset: 1px; z-index: -1; border-radius: 50%; background: #fff; }
.scroll-top.is-shown { opacity: 1; scale: 1; visibility: visible; transition-delay: 0s; }
/* The ring: drawn from the right-hand side (rotated like the live one), filled to the scroll position. */
.scroll-top svg { position: absolute; inset: 0; rotate: 90deg; }
.scroll-top circle { fill: none; stroke: var(--color-text); stroke-width: 1.5; stroke-dasharray: 1; stroke-dashoffset: var(--scroll-left, 1); }
.scroll-top .ai { font-size: 20px; }
