/**
 * Webbotica — Website Design & Development detail page
 */

:root {
	--wb-web-primary: var(--color-primary, #496af9);
	--wb-web-primary-dark: #3452d6;
	--wb-web-bg: var(--color-background, #fafaf8);
	--wb-web-surface: var(--color-surface, #ffffff);
	--wb-web-heading: var(--color-heading, #111827);
	--wb-web-copy: var(--color-paragraph, #6b7280);
	--wb-web-border: var(--color-border, #e5e7eb);
	--wb-web-soft-blue: #f2f5ff;
	--wb-web-dark: #111827;
	--wb-web-container: var(--container-width, 1240px);
	--wb-web-gutter: var(--container-padding, 24px);
	--wb-web-radius-sm: 10px;
	--wb-web-radius-md: 16px;
	--wb-web-radius-lg: 22px;
	--wb-web-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
}

.wb-website-page,
.wb-web,
.wb-web * {
	box-sizing: border-box;
}

.wb-web {
	background: #fff;
	color: var(--wb-web-heading);
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow: clip;
}

.wb-web a {
	color: inherit;
}

.wb-web button,
.wb-web input {
	font: inherit;
}

.wb-web__container {
	width: min(calc(100% - (var(--wb-web-gutter) * 2)), var(--wb-web-container));
	margin-inline: auto;
}

.wb-web__eyebrow {
	margin: 0 0 18px;
	color: var(--wb-web-primary);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.2;
}

.wb-web__button {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.wb-web__button:hover {
	transform: translateY(-2px);
}

.wb-web__button:focus-visible,
.wb-web button:focus-visible,
.wb-web a:focus-visible,
.wb-web summary:focus-visible {
	outline: 3px solid rgba(73, 106, 249, 0.28);
	outline-offset: 3px;
}

.wb-web__button--primary {
	background: var(--wb-web-primary);
	color: #fff !important;
}

.wb-web__button--primary:hover {
	background: var(--wb-web-primary-dark);
}

.wb-web__button--text {
	padding-inline: 3px;
	border-radius: 0;
	border-bottom-color: var(--wb-web-heading);
	color: var(--wb-web-heading) !important;
	background: transparent;
}

.wb-web__button--text:hover {
	border-bottom-color: var(--wb-web-primary);
	color: var(--wb-web-primary);
}

.wb-web-heading {
	max-width: 820px;
	margin-bottom: 52px;
}

.wb-web-heading h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.wb-web-heading > p:last-child,
.wb-web-heading--split > p {
	max-width: 680px;
	margin: 24px 0 0;
	color: var(--wb-web-copy);
	font-size: 1.04rem;
	line-height: 1.75;
}

.wb-web-heading--split {
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.7fr);
	gap: 60px;
	align-items: end;
}

.wb-web-heading--split > p {
	margin: 0;
}

.wb-web-section {
	padding: clamp(86px, 10vw, 150px) 0;
	background: #fff;
}

.wb-web-section--tint,
.wb-web-section--dark {
	background: #fff;
	color: var(--wb-web-heading);
}

.wb-web-section--dark .wb-web-heading > p:last-child {
	color: var(--wb-web-copy);
}

[data-reveal] {
	opacity: 1;
	transform: none;
}

.wb-web.is-reveal-ready [data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms ease, transform 650ms ease;
}

.wb-web.is-reveal-ready [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

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

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* Hero */
.wb-web-hero {
	position: relative;
	min-height: min(780px, calc(100svh - 70px));
	display: grid;
	align-items: center;
	padding: clamp(105px, 10vw, 145px) 0 clamp(68px, 7vw, 92px);
	background: #fff;
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
	gap: clamp(48px, 6vw, 88px);
	align-items: center;
}

.wb-web-hero__copy {
	max-width: 625px;
}

.wb-web-hero h1 {
	max-width: 610px;
	margin: 0;
	font-size: clamp(3rem, 4.65vw, 5.15rem);
	font-weight: 700;
	letter-spacing: -0.058em;
	line-height: 0.99;
}

.wb-web-hero__lead {
	max-width: 600px;
	margin: 27px 0 0;
	color: var(--wb-web-copy);
	font-size: clamp(0.98rem, 1.15vw, 1.12rem);
	line-height: 1.72;
}

.wb-web-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	margin-top: 32px;
}

.wb-web-hero__note {
	max-width: 500px;
	margin: 20px 0 0;
	color: #7a8290;
	font-size: 0.8rem;
	line-height: 1.58;
}

.wb-web-hero__visual {
	position: relative;
	min-width: 0;
}

.wb-web-hero-system {
	position: relative;
	width: 100%;
	border: 1px solid #d9dee8;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 24px 64px rgba(17, 24, 39, 0.08);
	overflow: hidden;
}

.wb-web-hero-system::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: var(--wb-web-primary);
}

.wb-web-hero-system__bar {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 4px 20px 0;
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-hero-system__address {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #56606f;
	font-size: 0.76rem;
}

.wb-web-hero-system__address span {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	border: 2px solid var(--wb-web-primary);
	border-radius: 50%;
}

.wb-web-hero-system__address strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wb-web-hero-system__status {
	flex: 0 0 auto;
	padding: 6px 9px;
	border: 1px solid #dbe2ff;
	border-radius: 8px;
	color: var(--wb-web-primary-dark);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.wb-web-hero-system__body {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(190px, 0.85fr);
	gap: 16px;
	padding: 20px;
}

.wb-web-hero-site {
	min-width: 0;
	min-height: 400px;
	border: 1px solid var(--wb-web-border);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.wb-web-hero-site__nav {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 16px;
	border-bottom: 1px solid var(--wb-web-border);
	font-size: 0.58rem;
	letter-spacing: 0.06em;
}

.wb-web-hero-site__nav strong {
	font-size: 0.62rem;
}

.wb-web-hero-site__nav span {
	color: #8b929e;
	font-weight: 600;
	white-space: nowrap;
}

.wb-web-hero-site__content {
	padding: 44px 30px 30px;
}

.wb-web-hero-site__content > small {
	display: block;
	color: var(--wb-web-primary);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.wb-web-hero-site__content > strong {
	max-width: 290px;
	display: block;
	margin-top: 16px;
	font-size: clamp(1.75rem, 2.55vw, 2.45rem);
	letter-spacing: -0.05em;
	line-height: 1.04;
}

.wb-web-hero-site__content > p {
	max-width: 290px;
	margin: 17px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.76rem;
	line-height: 1.65;
}

.wb-web-hero-site__services {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 25px;
}

.wb-web-hero-site__services span {
	min-height: 44px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	border: 1px solid var(--wb-web-border);
	border-radius: 8px;
	color: #596170;
	font-size: 0.66rem;
	font-weight: 700;
}

.wb-web-hero-site__cta {
	width: max-content;
	margin-top: 18px;
	padding: 10px 13px;
	border-radius: 8px;
	background: var(--wb-web-primary);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
}

.wb-web-hero-flow {
	min-width: 0;
	border: 1px solid var(--wb-web-border);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.wb-web-hero-flow > p {
	margin: 0;
	padding: 18px 17px;
	border-bottom: 1px solid var(--wb-web-border);
	color: #8a929f;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.11em;
}

.wb-web-hero-flow > div {
	min-height: 78px;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-content: center;
	column-gap: 8px;
	padding: 12px 15px;
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-hero-flow > div:last-child {
	border-bottom: 0;
}

.wb-web-hero-flow span {
	grid-row: 1 / 3;
	align-self: start;
	color: var(--wb-web-primary);
	font-size: 0.61rem;
	font-weight: 700;
}

.wb-web-hero-flow b {
	font-size: 0.77rem;
	line-height: 1.25;
}

.wb-web-hero-flow small {
	margin-top: 3px;
	color: var(--wb-web-copy);
	font-size: 0.61rem;
	line-height: 1.35;
}

.wb-web-hero-system__footer {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 18px;
	border-top: 1px solid var(--wb-web-border);
	color: #6c7481;
	font-size: 0.65rem;
	font-weight: 700;
}

.wb-web-hero-system__footer i {
	width: 24px;
	height: 1px;
	background: #cfd5df;
}

/* Sticky chapters */
.wb-web-chapters {
	position: sticky;
	top: var(--wb-header-height, 76px);
	z-index: 30;
	border-bottom: 1px solid var(--wb-web-border);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(14px);
}

.wb-web-chapters .wb-web__container {
	position: relative;
	min-height: 58px;
	display: flex;
	align-items: center;
	gap: 26px;
}

.wb-web-chapters__label {
	flex: 0 0 auto;
	color: #8a929f;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wb-web-chapters__toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--wb-web-heading);
}

.wb-web-chapters__toggle svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 180ms ease;
}

.wb-web-chapters__links {
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 20px;
	overflow: visible;
}

.wb-web-chapters a {
	flex: 0 0 auto;
	position: relative;
	padding: 20px 0 18px;
	color: #596170;
	font-size: 0.74rem;
	font-weight: 700;
	text-decoration: none;
}

.wb-web-chapters a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 2px;
	background: var(--wb-web-primary);
	transition: right 180ms ease;
}

.wb-web-chapters a:hover,
.wb-web-chapters a.is-active {
	color: var(--wb-web-heading);
}

.wb-web-chapters a:hover::after,
.wb-web-chapters a.is-active::after {
	right: 0;
}

/* Role */
.wb-web-role-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--wb-web-border);
	border-left: 1px solid var(--wb-web-border);
}

.wb-web-role-grid article {
	min-height: 245px;
	padding: 32px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
	background: #fff;
}

.wb-web-role-grid article > span {
	display: block;
	margin-bottom: 52px;
	color: var(--wb-web-primary);
	font-size: 0.74rem;
	font-weight: 700;
}

.wb-web-role-grid h3 {
	margin: 0;
	font-size: 1.2rem;
	letter-spacing: -0.025em;
}

.wb-web-role-grid p {
	margin: 13px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.9rem;
	line-height: 1.7;
}

.wb-web-journey {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(9, auto);
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 28px 30px;
	border: 1px solid var(--wb-web-border);
	border-radius: var(--wb-web-radius-md);
	background: var(--wb-web-bg);
}

.wb-web-journey div {
	min-width: 110px;
}

.wb-web-journey div > span {
	display: block;
	margin-bottom: 7px;
	color: var(--wb-web-primary);
	font-size: 0.66rem;
	font-weight: 700;
}

.wb-web-journey strong,
.wb-web-journey small {
	display: block;
}

.wb-web-journey strong {
	font-size: 0.86rem;
}

.wb-web-journey small {
	margin-top: 5px;
	color: var(--wb-web-copy);
	font-size: 0.67rem;
}

.wb-web-journey i {
	width: 40px;
	height: 1px;
	background: #ccd2dc;
}

/* Finder */
.wb-web-finder {
	border: 1px solid var(--wb-web-border);
	border-radius: var(--wb-web-radius-lg);
	background: #fff;
	box-shadow: 0 22px 60px rgba(17, 24, 39, 0.06);
	overflow: hidden;
}

.wb-web-finder__top {
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 0 34px;
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-finder__top > div {
	width: min(100%, 390px);
}

.wb-web-finder__step-label {
	display: block;
	margin-bottom: 10px;
	color: #6d7583;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.wb-web-finder__steps {
	display: grid;
	grid-template-columns: repeat(5, 30px);
	gap: 8px;
	align-items: center;
}

.wb-web-finder__steps span {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 1px solid var(--wb-web-border);
	border-radius: 8px;
	background: #fff;
	color: #8a929f;
	font-size: 0.68rem;
	font-weight: 700;
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.wb-web-finder__steps span.is-active {
	border-color: var(--wb-web-primary);
	color: var(--wb-web-primary);
	box-shadow: inset 0 -2px 0 var(--wb-web-primary);
}

.wb-web-finder__steps span.is-complete {
	border-color: var(--wb-web-primary);
	background: var(--wb-web-primary);
	color: #fff;
}

.wb-web-finder__restart {
	border: 0;
	background: transparent;
	color: var(--wb-web-copy);
	font-size: 0.78rem;
	font-weight: 700;
	cursor: pointer;
}

.wb-web-finder__form,
.wb-web-result {
	padding: clamp(28px, 5vw, 60px);
}

.wb-web-finder__question {
	margin: 0;
	padding: 0;
	border: 0;
}

.wb-web-finder__question legend {
	padding: 0;
	font-size: clamp(1.55rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.15;
}

.wb-web-finder__question > p {
	margin: 13px 0 30px;
	color: var(--wb-web-copy);
	font-size: 0.92rem;
	line-height: 1.65;
}

.wb-web-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.wb-web-choice-grid label {
	position: relative;
	display: block;
	cursor: pointer;
}

.wb-web-choice-grid input {
	position: absolute;
	top: 20px;
	left: 18px;
	width: 18px;
	height: 18px;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 1.5px solid #b8c0cc;
	background: #fff;
	cursor: pointer;
}

.wb-web-choice-grid input[type="radio"] {
	border-radius: 50%;
}

.wb-web-choice-grid input[type="checkbox"] {
	border-radius: 5px;
}

.wb-web-choice-grid input[type="radio"]:checked {
	border: 5px solid var(--wb-web-primary);
}

.wb-web-choice-grid input[type="checkbox"]:checked {
	border-color: var(--wb-web-primary);
	background: var(--wb-web-primary);
	box-shadow: inset 0 0 0 4px #fff;
}

.wb-web-choice-grid label > span {
	min-height: 108px;
	display: block;
	padding: 18px 18px 18px 52px;
	border: 1px solid var(--wb-web-border);
	border-radius: 12px;
	transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.wb-web-choice-grid label:hover > span {
	border-color: #bdc8fb;
	transform: translateY(-1px);
}

.wb-web-choice-grid input:checked + span {
	border-color: var(--wb-web-primary);
	box-shadow: inset 0 0 0 1px var(--wb-web-primary);
}

.wb-web-choice-grid b,
.wb-web-choice-grid small {
	display: block;
}

.wb-web-choice-grid b {
	font-size: 0.9rem;
	line-height: 1.35;
}

.wb-web-choice-grid small {
	margin-top: 7px;
	color: var(--wb-web-copy);
	font-size: 0.73rem;
	line-height: 1.55;
}

.wb-web-choice-grid--compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wb-web-choice-grid--compact label > span {
	min-height: 62px;
	display: flex;
	align-items: center;
}

.wb-web-choice-grid--compact input {
	top: 50%;
	transform: translateY(-50%);
}

.wb-web-finder__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	margin-top: 5px;
}

.wb-web-finder__error {
	min-height: 20px;
	margin-top: 16px;
	color: #b42318;
	font-size: 0.8rem;
	font-weight: 600;
}

.wb-web-result__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-result__header h3 {
	margin: 0;
	font-size: clamp(2rem, 4.5vw, 4.2rem);
	letter-spacing: -0.055em;
	line-height: 1;
}

.wb-web-result__header > span {
	flex: 0 0 auto;
	padding: 8px 11px;
	border: 1px solid #dbe2ff;
	border-radius: 8px;
	background: #fff;
	color: var(--wb-web-primary-dark);
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.wb-web-result__summary {
	max-width: 850px;
	margin: 27px 0 38px;
	color: var(--wb-web-copy);
	font-size: 1.04rem;
	line-height: 1.75;
}

.wb-web-result__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--wb-web-border);
	border-left: 1px solid var(--wb-web-border);
}

.wb-web-result__grid > div {
	min-height: 180px;
	padding: 26px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-result h4 {
	margin: 0 0 14px;
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wb-web-result ul {
	margin: 0;
	padding-left: 18px;
}

.wb-web-result li,
.wb-web-result__grid p {
	color: var(--wb-web-copy);
	font-size: 0.86rem;
	line-height: 1.65;
}

.wb-web-result__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 26px;
	margin-top: 34px;
}

.wb-web-result__note {
	max-width: 840px;
	margin: 22px 0 0;
	color: #858c98;
	font-size: 0.75rem;
	line-height: 1.6;
}

/* Platforms */
.wb-web-platforms {
	border: 1px solid var(--wb-web-border);
	border-radius: var(--wb-web-radius-lg);
	background: #fff;
	overflow: hidden;
}

.wb-web-platforms__tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-platforms__tabs button {
	min-height: 68px;
	padding: 0 18px;
	border: 0;
	border-right: 1px solid var(--wb-web-border);
	background: #fff;
	color: var(--wb-web-copy);
	font-size: 0.78rem;
	font-weight: 700;
	cursor: pointer;
}

.wb-web-platforms__tabs button:last-child {
	border-right: 0;
}

.wb-web-platforms__tabs button[aria-selected="true"] {
	background: #fff;
	color: var(--wb-web-heading);
	box-shadow: inset 0 -2px 0 var(--wb-web-primary);
}

.wb-web-platforms__panel {
	padding: clamp(30px, 5vw, 58px);
}

.wb-web-platforms__intro {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-platforms__intro > span {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border: 1px solid #dbe2ff;
	border-radius: 12px;
	background: #fff;
	color: var(--wb-web-primary);
	font-size: 0.75rem;
	font-weight: 700;
}

.wb-web-platforms__intro h3 {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.9rem);
	letter-spacing: -0.045em;
}

.wb-web-platforms__intro p {
	max-width: 780px;
	margin: 13px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.95rem;
	line-height: 1.7;
}

.wb-web-platforms__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 34px;
	border-top: 1px solid var(--wb-web-border);
	border-left: 1px solid var(--wb-web-border);
}

.wb-web-platforms__columns > div {
	min-height: 270px;
	padding: 25px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-platforms h4 {
	margin: 0 0 15px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wb-web-platforms ul {
	margin: 0;
	padding-left: 18px;
}

.wb-web-platforms li,
.wb-web-platforms__columns p {
	color: var(--wb-web-copy);
	font-size: 0.84rem;
	line-height: 1.7;
}

.wb-web-source {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 26px;
	color: var(--wb-web-primary-dark);
	font-size: 0.77rem;
	font-weight: 700;
	text-decoration: none;
}

.wb-web-source:hover {
	text-decoration: underline;
}

.wb-web-context-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
	border-top: 1px solid var(--wb-web-border);
	border-left: 1px solid var(--wb-web-border);
}

.wb-web-context-grid article {
	min-height: 210px;
	padding: 24px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
	background: #fff;
}

.wb-web-context-grid span,
.wb-web-context-grid strong {
	display: block;
}

.wb-web-context-grid span {
	color: var(--wb-web-primary);
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.wb-web-context-grid strong {
	margin-top: 24px;
	font-size: 1rem;
}

.wb-web-context-grid p {
	margin: 10px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.8rem;
	line-height: 1.65;
}

/* Search */
.wb-web-search__layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
	gap: 22px;
}

.wb-web-search__statement {
	/* min-height: 460px; */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(30px, 4vw, 48px);
	border: 1px solid var(--wb-web-border);
	border-radius: var(--wb-web-radius-lg);
	background: #fff;
}

.wb-web-search__statement > span {
	margin-bottom: 10px;
	color: var(--wb-web-primary);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.wb-web-search__statement strong {
	font-size: clamp(1.8rem, 3.2vw, 3rem);
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.wb-web-search__statement p {
	margin: 19px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.9rem;
	line-height: 1.7;
}

.wb-web-source--light {
	color: var(--wb-web-primary-dark);
}

.wb-web-search__signals {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--wb-web-border);
	border-left: 1px solid var(--wb-web-border);
}

.wb-web-search__signals article {
	/* min-height: 220px; */
	padding: 28px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-search__signals span {
	color: var(--wb-web-primary);
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.wb-web-search__signals p {
	color: var(--wb-web-copy);
	font-size: 0.89rem;
	line-height: 1.7;
}

.wb-web-search__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.wb-web-search__links a {
	padding: 20px;
	border: 1px solid var(--wb-web-border);
	border-radius: 12px;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease;
}

.wb-web-search__links a:hover {
	border-color: #6476dc;
	transform: translateY(-2px);
}

.wb-web-search__links strong,
.wb-web-search__links span {
	display: block;
}

.wb-web-search__links strong {
	font-size: 0.85rem;
}

.wb-web-search__links span {
	margin-top: 8px;
	color: var(--wb-web-copy);
	font-size: 0.72rem;
	line-height: 1.5;
}

/* Structure */
.wb-web-sitemap {
	padding: clamp(28px, 5vw, 54px);
	border: 1px solid var(--wb-web-border);
	border-radius: var(--wb-web-radius-lg);
	background: #fff;
}

.wb-web-sitemap__root {
	width: min(100%, 360px);
	margin: 0 auto;
	padding: 22px;
	border: 1px solid var(--wb-web-heading);
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.wb-web-sitemap__root span,
.wb-web-sitemap__root strong {
	display: block;
}

.wb-web-sitemap__root span {
	color: var(--wb-web-primary);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.wb-web-sitemap__root strong {
	margin-top: 8px;
	font-size: 1.05rem;
}

.wb-web-sitemap__line {
	width: 1px;
	height: 45px;
	margin: 0 auto;
	background: #bfc6d0;
}

.wb-web-sitemap__branches {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.wb-web-sitemap__branches::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 12.5%;
	right: 12.5%;
	height: 1px;
	background: #bfc6d0;
}

.wb-web-sitemap__branches article {
	position: relative;
	min-height: 270px;
	padding: 26px;
	border: 1px solid var(--wb-web-border);
	border-radius: 12px;
	background: #fff;
}

.wb-web-sitemap__branches article::before {
	content: "";
	position: absolute;
	top: -22px;
	left: 50%;
	width: 1px;
	height: 21px;
	background: #bfc6d0;
}

.wb-web-sitemap__branches article > span {
	color: var(--wb-web-primary);
	font-size: 0.7rem;
	font-weight: 700;
}

.wb-web-sitemap__branches h3 {
	margin: 36px 0 16px;
	font-size: 1.05rem;
}

.wb-web-sitemap__branches ul,
.wb-web-capabilities ul {
	margin: 0;
	padding-left: 18px;
}

.wb-web-sitemap__branches li,
.wb-web-capabilities li {
	color: var(--wb-web-copy);
	font-size: 0.79rem;
	line-height: 1.75;
}

.wb-web-capabilities {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
	border-top: 1px solid var(--wb-web-border);
	border-left: 1px solid var(--wb-web-border);
}

.wb-web-capabilities article {
	min-height: 310px;
	padding: 28px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-capabilities__icon {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border: 1px solid #dbe2ff;
	border-radius: 10px;
	background: #fff;
}

.wb-web-capabilities svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: var(--wb-web-primary);
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wb-web-capabilities h3 {
	margin: 48px 0 16px;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}

/* Ownership */
.wb-web-layers {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr);
	align-items: center;
}

.wb-web-layers article {
	min-height: 310px;
	display: flex;
	flex-direction: column;
	padding: 28px;
	border: 1px solid var(--wb-web-border);
	border-radius: 14px;
	background: #fff;
}

.wb-web-layers article > span {
	color: var(--wb-web-primary);
	font-size: 0.72rem;
	font-weight: 700;
}

.wb-web-layers h3 {
	margin: 50px 0 12px;
	font-size: 1.45rem;
	letter-spacing: -0.035em;
}

.wb-web-layers p {
	margin: 0;
	color: var(--wb-web-copy);
	font-size: 0.86rem;
	line-height: 1.7;
}

.wb-web-layers small {
	margin-top: auto;
	padding-top: 25px;
	color: #7b8492;
	font-size: 0.71rem;
	font-weight: 700;
}

.wb-web-layers__connector {
	height: 1px;
	background: #bdc5d0;
}

.wb-web-ownership-promise {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 70px;
	margin-top: 60px;
	padding: clamp(32px, 5vw, 58px);
	border: 1px solid var(--wb-web-border);
	border-radius: var(--wb-web-radius-lg);
	background: #fff;
	color: var(--wb-web-heading);
}

.wb-web-ownership-promise h3 {
	max-width: 520px;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.8rem);
	letter-spacing: -0.055em;
	line-height: 1;
}

.wb-web-ownership-promise > div > p:last-child {
	max-width: 540px;
	margin: 22px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.9rem;
	line-height: 1.75;
}

.wb-web-ownership-promise ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--wb-web-border);
}

.wb-web-ownership-promise li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 10px;
	padding: 17px 0;
	border-bottom: 1px solid var(--wb-web-border);
	color: var(--wb-web-copy);
	font-size: 0.84rem;
	line-height: 1.55;
}

.wb-web-ownership-promise li span {
	color: var(--wb-web-primary);
	font-weight: 700;
}

.wb-web-access-table {
	margin-top: 34px;
	border: 1px solid var(--wb-web-border);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.wb-web-access-table > div {
	display: grid;
	grid-template-columns: 0.8fr 1.1fr 1.1fr;
}

.wb-web-access-table > div > * {
	padding: 18px 22px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-access-table > div > *:last-child {
	border-right: 0;
}

.wb-web-access-table > div:last-child > * {
	border-bottom: 0;
}

.wb-web-access-table__head {
	background: #f4f5f7;
	color: #69717e;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.wb-web-access-table strong {
	font-size: 0.79rem;
}

.wb-web-access-table span:not(.wb-web-access-table__head span) {
	color: var(--wb-web-copy);
	font-size: 0.77rem;
	line-height: 1.55;
}

.wb-web-source-row {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}

/* Process */
.wb-web-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--wb-web-border);
	border-left: 1px solid var(--wb-web-border);
}

.wb-web-process article {
	min-height: 220px;
	padding: 27px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-process span {
	color: var(--wb-web-primary);
	font-size: 0.7rem;
	font-weight: 700;
}

.wb-web-process h3 {
	margin: 48px 0 12px;
	font-size: 1.08rem;
}

.wb-web-process p {
	margin: 0;
	color: var(--wb-web-copy);
	font-size: 0.8rem;
	line-height: 1.65;
}

.wb-web-revisions {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
	gap: 60px;
	align-items: start;
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid var(--wb-web-border);
}

.wb-web-revisions__intro h3 {
	margin: 0;
	font-size: clamp(1.8rem, 3.2vw, 3rem);
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.wb-web-revisions__intro > p:last-child {
	margin: 20px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.88rem;
	line-height: 1.7;
}

.wb-web-revisions__comparison {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--wb-web-border);
	border-left: 1px solid var(--wb-web-border);
}

.wb-web-revisions__comparison article {
	min-height: 310px;
	padding: 28px;
	border-right: 1px solid var(--wb-web-border);
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-revisions__comparison span {
	color: var(--wb-web-primary);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.wb-web-revisions__comparison strong {
	display: block;
	margin-top: 62px;
	font-size: 1.25rem;
	letter-spacing: -0.03em;
	line-height: 1.4;
}

.wb-web-revisions__comparison p {
	margin: 15px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.82rem;
	line-height: 1.7;
}

/* Quote */
.wb-web-section--quote {
	background: #fff;
}

.wb-web-quote {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.75fr);
	gap: clamp(60px, 9vw, 120px);
	align-items: start;
}

.wb-web-quote h2 {
	max-width: 750px;
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	letter-spacing: -0.06em;
	line-height: 1;
}

.wb-web-quote__copy > p:not(.wb-web__eyebrow) {
	max-width: 680px;
	margin: 24px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.98rem;
	line-height: 1.75;
}

.wb-web-quote__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
	margin-top: 34px;
}

.wb-web-quote__breakdown {
	border-top: 1px solid var(--wb-web-border);
}

.wb-web-quote__breakdown article {
	position: relative;
	padding: 26px 0 26px 48px;
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-quote__breakdown article > span {
	position: absolute;
	top: 29px;
	left: 0;
	color: var(--wb-web-primary);
	font-size: 0.68rem;
	font-weight: 700;
}

.wb-web-quote__breakdown h3 {
	margin: 0;
	font-size: 1rem;
}

.wb-web-quote__breakdown p {
	margin: 8px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.8rem;
	line-height: 1.65;
}

.wb-web-quote__breakdown a {
	color: var(--wb-web-primary-dark);
	font-weight: 700;
	text-decoration: none;
}

/* FAQ */
.wb-web-faq-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(55px, 9vw, 120px);
	align-items: start;
}

.wb-web-faq-layout .wb-web-heading {
	position: sticky;
	top: calc(var(--wb-header-height, 76px) + 95px);
	margin: 0;
}

.wb-web-faq details {
	border-top: 1px solid var(--wb-web-border);
}

.wb-web-faq details:last-child {
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-faq summary {
	min-height: 80px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 24px;
	gap: 24px;
	align-items: center;
	padding: 20px 0;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
}

.wb-web-faq summary::-webkit-details-marker {
	display: none;
}

.wb-web-faq summary span {
	position: relative;
	width: 20px;
	height: 20px;
}

.wb-web-faq summary span::before,
.wb-web-faq summary span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background: var(--wb-web-heading);
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.wb-web-faq summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.wb-web-faq details[open] summary span::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.wb-web-faq details p {
	max-width: 750px;
	margin: -2px 0 26px;
	padding-right: 48px;
	color: var(--wb-web-copy);
	font-size: 0.86rem;
	line-height: 1.75;
}

/* Final callback */
.wb-web-callback {
	padding: 86px 0 38px;
	background: #fff;
	color: var(--wb-web-heading);
}

.wb-web-callback__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 55px;
	padding-bottom: 56px;
	border-bottom: 1px solid var(--wb-web-border);
}

.wb-web-callback h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4.8rem);
	letter-spacing: -0.06em;
	line-height: 1;
}

.wb-web-callback__inner p:not(.wb-web__eyebrow) {
	max-width: 690px;
	margin: 21px 0 0;
	color: var(--wb-web-copy);
	font-size: 0.92rem;
	line-height: 1.75;
}

.wb-web-callback__inner > a {
	flex: 0 0 auto;
}

.wb-web-callback__privacy {
	width: min(calc(100% - (var(--wb-web-gutter) * 2)), var(--wb-web-container));
	margin: 24px auto 0;
	color: var(--wb-web-copy);
	font-size: 0.71rem;
}

.wb-web-callback__privacy a {
	color: var(--wb-web-primary-dark);
}

/* Responsive */
@media (max-width: 1120px) {
	.wb-web-hero__grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
		gap: 44px;
	}

	.wb-web-hero-system__body {
		grid-template-columns: minmax(0, 1.08fr) minmax(175px, 0.92fr);
	}

	.wb-web-role-grid,
	.wb-web-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wb-web-journey {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 10px;
	}

	.wb-web-journey i {
		display: none;
	}

	.wb-web-platforms__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wb-web-platforms__columns > div:last-child {
		grid-column: 1 / -1;
		min-height: auto;
	}

	.wb-web-context-grid,
	.wb-web-capabilities {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wb-web-sitemap__branches {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wb-web-sitemap__branches::before,
	.wb-web-sitemap__branches article::before {
		display: none;
	}

	.wb-web-layers {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
	}

	.wb-web-layers__connector {
		display: none;
	}

	.wb-web-quote {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
		gap: 55px;
	}
}

@media (max-width: 900px) {
	.wb-web-heading--split,
	.wb-web-hero__grid,
	.wb-web-search__layout,
	.wb-web-ownership-promise,
	.wb-web-revisions,
	.wb-web-quote,
	.wb-web-faq-layout {
		grid-template-columns: 1fr;
	}

	.wb-web-hero {
		min-height: auto;
		padding-top: 112px;
	}

	.wb-web-hero__visual {
		width: min(100%, 680px);
		margin-inline: auto;
	}

	.wb-web-heading--split {
		gap: 22px;
	}

	.wb-web-heading--split > p {
		margin: 0;
	}

	.wb-web-chapters {
		top: 68px;
	}

	.wb-web-chapters__label {
		display: block;
	}

	.wb-web-choice-grid--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* .wb-web-search__statement {
		min-height: 360px;
	} */

	.wb-web-layers {
		grid-template-columns: 1fr;
	}

	.wb-web-layers article {
		min-height: 240px;
	}

	.wb-web-ownership-promise {
		gap: 40px;
	}

	.wb-web-access-table {
		overflow: visible;
	}

	.wb-web-faq-layout .wb-web-heading {
		position: static;
	}

	.wb-web-callback__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	:root {
		--wb-web-gutter: 18px;
	}

	.wb-web-section {
		padding: 35px 0;
	}

	.wb-web-heading {
		margin-bottom: 34px;
	}

	.wb-web-heading h2 {
		font-size: clamp(2rem, 10.5vw, 3.3rem);
	}

	.wb-web-heading > p:last-child,
	.wb-web-heading--split > p {
		margin-top: 18px;
		font-size: 0.92rem;
		line-height: 1.7;
	}

	.wb-web-hero {
		padding: 88px 0 52px;
	}

	.wb-web-hero__grid {
		gap: 34px;
	}

	.wb-web-hero__copy {
		max-width: none;
	}

	.wb-web-hero h1 {
		max-width: 540px;
		font-size: clamp(2.55rem, 11.8vw, 3.45rem);
		letter-spacing: -0.052em;
		line-height: 1.01;
	}

	.wb-web-hero__lead {
		margin-top: 20px;
		font-size: 0.94rem;
		line-height: 1.67;
	}

	.wb-web-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 11px;
		margin-top: 25px;
	}

	.wb-web-hero__actions .wb-web__button--text {
		align-self: flex-start;
	}

	.wb-web-hero__note {
		margin-top: 17px;
		font-size: 0.75rem;
	}

	.wb-web-hero-system {
		border-radius: 15px;
	}

	.wb-web-hero-system__bar {
		height: 52px;
		padding: 4px 14px 0;
	}

	.wb-web-hero-system__status {
		padding: 5px 7px;
		font-size: 0.56rem;
	}

	.wb-web-hero-system__body {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 13px;
	}

	.wb-web-hero-site {
		min-height: 265px;
		border-radius: 11px;
	}

	.wb-web-hero-site__nav {
		min-height: 43px;
		padding-inline: 12px;
	}

	.wb-web-hero-site__nav span {
		display: none;
	}

	.wb-web-hero-site__content {
		padding: 27px 20px 20px;
	}

	.wb-web-hero-site__content > strong {
		max-width: 260px;
		margin-top: 12px;
		font-size: 1.72rem;
	}

	.wb-web-hero-site__content > p {
		margin-top: 12px;
	}

	.wb-web-hero-site__services {
		margin-top: 17px;
	}

	.wb-web-hero-site__services span {
		min-height: 38px;
		padding-inline: 10px;
	}

	.wb-web-hero-site__cta {
		margin-top: 14px;
	}

	.wb-web-hero-flow {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		border-radius: 11px;
	}

	.wb-web-hero-flow > p {
		grid-column: 1 / -1;
		padding: 13px 14px;
	}

	.wb-web-hero-flow > div {
		min-height: 72px;
		grid-template-columns: 24px minmax(0, 1fr);
		padding: 11px 12px;
		border-right: 1px solid var(--wb-web-border);
	}

	.wb-web-hero-flow > div:nth-of-type(2n) {
		border-right: 0;
	}

	.wb-web-hero-flow > div:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.wb-web-hero-flow b {
		font-size: 0.7rem;
	}

	.wb-web-hero-flow small {
		font-size: 0.56rem;
	}

	.wb-web-hero-system__footer {
		min-height: 44px;
		gap: 8px;
		padding-inline: 12px;
		font-size: 0.58rem;
	}

	.wb-web-hero-system__footer i {
		width: 16px;
	}

	.wb-web-chapters {
		position: sticky;
		top: var(--wb-header-height, 68px);
		z-index: 45;
	}

	.wb-web-chapters .wb-web__container {
		min-height: 50px;
		padding-block: 0;
		justify-content: space-between;
		gap: 14px;
	}

	.wb-web-chapters__label {
		display: block;
		font-size: 0.6rem;
		letter-spacing: 0.1em;
	}

	.wb-web-chapters__toggle {
		min-width: 0;
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		gap: 7px;
		padding: 10px 0 10px 12px;
		font-size: 0.72rem;
		font-weight: 700;
		cursor: pointer;
	}

	.wb-web-chapters__toggle span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.wb-web-chapters.is-open .wb-web-chapters__toggle svg {
		transform: rotate(180deg);
	}

	.wb-web-chapters__links {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		border: 1px solid var(--wb-web-border);
		border-top: 0;
		border-radius: 0 0 14px 14px;
		background: #fff;
		box-shadow: 0 18px 34px rgba(17, 24, 39, 0.09);
		overflow: hidden;
	}

	.wb-web-chapters.is-open .wb-web-chapters__links {
		display: grid;
	}

	.wb-web-chapters a {
		min-height: 45px;
		display: flex;
		align-items: center;
		padding: 10px 13px;
		border-right: 1px solid var(--wb-web-border);
		border-bottom: 1px solid var(--wb-web-border);
		font-size: 0.65rem;
		line-height: 1.25;
	}

	.wb-web-chapters a:nth-child(2n) {
		border-right: 0;
	}

	.wb-web-chapters a:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.wb-web-chapters a.is-active {
		color: var(--wb-web-primary-dark);
	}

	.wb-web-chapters a::after {
		display: none;
	}

	.wb-web-role-grid,
	.wb-web-process,
	.wb-web-context-grid,
	.wb-web-capabilities,
	.wb-web-search__signals,
	.wb-web-search__links,
	.wb-web-sitemap__branches,
	.wb-web-revisions__comparison,
	.wb-web-choice-grid,
	.wb-web-choice-grid--compact,
	.wb-web-result__grid,
	.wb-web-platforms__columns {
		grid-template-columns: 1fr;
	}

	.wb-web-role-grid article {
		min-height: 205px;
		padding: 25px;
	}

	.wb-web-role-grid article > span {
		margin-bottom: 34px;
	}

	.wb-web-journey {
		grid-template-columns: 1fr;
		padding: 10px 22px;
	}

	.wb-web-journey div {
		min-width: 0;
		padding: 16px 0;
		border-bottom: 1px solid var(--wb-web-border);
	}

	.wb-web-journey div:last-child {
		border-bottom: 0;
	}

	.wb-web-finder {
		border-radius: 16px;
	}

	.wb-web-finder__top {
		min-height: auto;
		align-items: flex-start;
		padding: 18px 20px;
	}

	.wb-web-finder__top > div {
		width: auto;
	}

	.wb-web-finder__steps {
		grid-template-columns: repeat(5, 26px);
		gap: 6px;
	}

	.wb-web-finder__steps span {
		width: 26px;
		height: 26px;
		border-radius: 7px;
		font-size: 0.62rem;
	}

	.wb-web-finder__form,
	.wb-web-result {
		padding: 28px 20px;
	}

	.wb-web-choice-grid label > span {
		min-height: 92px;
	}

	.wb-web-choice-grid--compact label > span {
		min-height: 58px;
	}

	.wb-web-finder__actions {
		justify-content: space-between;
		gap: 16px;
	}

	.wb-web-result__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.wb-web-result__grid > div {
		min-height: auto;
	}

	.wb-web-platforms__tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: visible;
	}

	.wb-web-platforms__tabs button {
		min-width: 0;
		min-height: 58px;
		padding: 10px 8px;
		border-bottom: 1px solid var(--wb-web-border);
	}

	.wb-web-platforms__tabs button:nth-child(2n) {
		border-right: 0;
	}

	.wb-web-platforms__panel {
		padding: 28px 20px;
	}

	.wb-web-platforms__intro {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.wb-web-platforms__columns > div,
	.wb-web-platforms__columns > div:last-child {
		grid-column: auto;
		min-height: auto;
	}

	.wb-web-context-grid article,
	.wb-web-capabilities article {
		min-height: 220px;
	}

	/* .wb-web-search__statement {
		min-height: 390px;
	} */

	/* .wb-web-search__signals article {
		min-height: 185px;
	} */

	/* .wb-web-search__signals p {
		margin-top: 35px;
	} */

	.wb-web-sitemap {
		padding: 28px 16px;
	}

	.wb-web-sitemap__line,
	.wb-web-sitemap__branches::before,
	.wb-web-sitemap__branches article::before {
		display: none;
	}

	.wb-web-sitemap__branches {
		margin-top: 12px;
	}

	.wb-web-sitemap__branches article {
		min-height: 230px;
	}

	.wb-web-layers article {
		min-height: 230px;
	}

	.wb-web-layers h3 {
		margin-top: 38px;
	}

	.wb-web-ownership-promise {
		padding: 30px 22px;
	}

	.wb-web-access-table {
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.wb-web-access-table__head {
		display: none !important;
	}

	.wb-web-access-table > div:not(.wb-web-access-table__head) {
		display: block;
		margin-bottom: 12px;
		border: 1px solid var(--wb-web-border);
		border-radius: 12px;
		background: #fff;
		overflow: hidden;
	}

	.wb-web-access-table > div:not(.wb-web-access-table__head) > * {
		display: block;
		padding: 15px 17px;
		border-right: 0;
		border-bottom: 1px solid var(--wb-web-border);
	}

	.wb-web-access-table > div:not(.wb-web-access-table__head) > *:last-child {
		border-bottom: 0;
	}

	.wb-web-access-table > div:not(.wb-web-access-table__head) span::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 5px;
		color: var(--wb-web-heading);
		font-size: 0.64rem;
		font-weight: 700;
		letter-spacing: 0.07em;
		text-transform: uppercase;
	}

	.wb-web-process article {
		min-height: 185px;
	}

	.wb-web-process h3 {
		margin-top: 34px;
	}

	.wb-web-revisions {
		gap: 34px;
		margin-top: 48px;
		padding-top: 48px;
	}

	.wb-web-revisions__comparison article {
		min-height: 250px;
	}

	.wb-web-revisions__comparison strong {
		margin-top: 40px;
	}

	.wb-web-quote h2,
	.wb-web-callback h2 {
		font-size: clamp(2.3rem, 12vw, 3.8rem);
	}

	.wb-web-quote__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wb-web-quote__actions .wb-web__button--text {
		align-self: flex-start;
	}

	.wb-web-faq details p {
		padding-right: 0;
	}

	.wb-web-callback {
		padding-top: 72px;
	}

	.wb-web-callback__inner {
		gap: 30px;
	}

	.wb-web-callback__inner > a {
		width: 100%;
	}
}

/* Fallback when the Project Folder template is not installed */
.wb-web-fallback-project {
	padding: 80px 0;
	background: #fff;
	border-top: 1px solid var(--wb-web-border);
}

.wb-web-fallback-project__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 45px;
}

.wb-web-fallback-project h2 {
	max-width: 750px;
	margin: 0;
	font-size: clamp(2rem, 4.5vw, 4.2rem);
	letter-spacing: -0.055em;
	line-height: 1;
}

.wb-web-fallback-project p:not(.wb-web__eyebrow) {
	max-width: 650px;
	margin: 18px 0 0;
	color: var(--wb-web-copy);
	line-height: 1.7;
}

@media (max-width: 680px) {
	.wb-web-fallback-project__inner {
		align-items: stretch;
		flex-direction: column;
	}
}

/* Mobile density refinements */
@media (max-width: 680px) {
	.remove_phone{
		display: none !important;
	}
	.wb-web-section {
		scroll-margin-top: 122px;
	}

	.wb-web-sitemap__branches article {
		min-height: auto;
		display: grid;
		grid-template-columns: 28px minmax(0, 1fr);
		column-gap: 8px;
		align-items: center;
		padding: 20px;
	}

	.wb-web-sitemap__branches article > span {
		grid-column: 1;
		grid-row: 1;
	}

	.wb-web-sitemap__branches h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
	}

	.wb-web-sitemap__branches ul {
		grid-column: 1 / -1;
		margin-top: 15px;
	}

	.wb-web-capabilities article {
		min-height: auto;
		display: grid;
		grid-template-columns: 38px minmax(0, 1fr);
		column-gap: 12px;
		align-items: center;
		padding: 20px;
	}

	.wb-web-capabilities__icon {
		grid-column: 1;
		grid-row: 1;
		width: 38px;
		height: 38px;
		border-radius: 9px;
	}

	.wb-web-capabilities svg {
		width: 19px;
		height: 19px;
	}

	.wb-web-capabilities h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
		font-size: 0.98rem;
		line-height: 1.3;
	}

	.wb-web-capabilities ul {
		grid-column: 1 / -1;
		margin-top: 16px;
	}

	.wb-web-process article {
		min-height: auto;
		display: grid;
		grid-template-columns: 30px minmax(0, 1fr);
		column-gap: 8px;
		align-items: center;
		padding: 20px;
	}

	.wb-web-process span {
		grid-column: 1;
		grid-row: 1;
	}

	.wb-web-process h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
	}

	.wb-web-process p {
		grid-column: 1 / -1;
		margin-top: 12px;
	}
}

/* ==========================================================
   DESKTOP BALANCE PASS — V5
   Keeps the original breathing room while bringing oversized
   typography and disconnected card headings into balance.
========================================================== */
@media (min-width: 901px) {
	/* Preserve generous rhythm; do not force chapters into one viewport. */
	.wb-web-section {
		padding: clamp(56px, 6.5vw, 60px) 0;
	}

	.wb-web-heading {
		max-width: 800px;
		margin-bottom: clamp(38px, 4vw, 50px);
	}

	.wb-web-heading h2 {
		max-width: 740px;
		font-size: clamp(1.95rem, 3.15vw, 3.35rem);
		line-height: 1.07;
	}

	.wb-web-heading > p:last-child,
	.wb-web-heading--split > p {
		max-width: 650px;
		margin-top: 20px;
		font-size: 0.98rem;
		line-height: 1.7;
	}

	.wb-web-heading--split {
		grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.72fr);
		gap: clamp(42px, 5vw, 64px);
	}

	.wb-web-heading--split > p {
		margin-top: 0;
	}

	/* The hero was already approved; keep its original scale and spacing. */

	/* Role cards: number and heading together, with natural card height. */
	.wb-web-role-grid article {
		min-height: 205px;
		display: grid;
		grid-template-columns: 32px minmax(0, 1fr);
		column-gap: 12px;
		align-content: start;
		align-items: baseline;
		padding: 27px 28px;
	}

	.wb-web-role-grid article > span {
		grid-column: 1;
		grid-row: 1;
		margin: 0;
	}

	.wb-web-role-grid h3 {
		grid-column: 2;
		grid-row: 1;
		font-size: 1.12rem;
	}

	.wb-web-role-grid p {
		grid-column: 1 / -1;
		margin-top: 20px;
		font-size: 0.86rem;
		line-height: 1.68;
	}

	.wb-web-journey {
		margin-top: 40px;
		padding: 25px 28px;
	}

	/* Finder: lightly reduce oversized question copy without flattening it. */
	.wb-web-finder__question legend {
		font-size: clamp(1.65rem, 2.35vw, 2.25rem);
	}

	.wb-web-finder__question > p {
		font-size: 0.92rem;
	}

	/* Platform panels retain breathing room, but headings are calmer. */
	.wb-web-platforms__panel {
		padding: clamp(34px, 4vw, 48px);
	}

	.wb-web-platforms__intro h3 {
		font-size: clamp(1.7rem, 2.65vw, 2.65rem);
	}

	/* Sitemap: number and title share a row. */
	.wb-web-sitemap__branches article {
		min-height: 238px;
		display: grid;
		grid-template-columns: 30px minmax(0, 1fr);
		column-gap: 10px;
		align-content: start;
		align-items: baseline;
		padding: 24px;
	}

	.wb-web-sitemap__branches article > span {
		grid-column: 1;
		grid-row: 1;
	}

	.wb-web-sitemap__branches h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
		font-size: 1rem;
	}

	.wb-web-sitemap__branches ul {
		grid-column: 1 / -1;
		margin-top: 20px;
	}

	.wb-web-sitemap__branches li,
	.wb-web-capabilities li {
		font-size: 0.78rem;
		line-height: 1.72;
	}

	/* Capability icon and heading stay together. */
	.wb-web-capabilities article {
		min-height: 260px;
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr);
		column-gap: 14px;
		align-content: start;
		align-items: center;
		padding: 25px 26px;
	}

	.wb-web-capabilities__icon {
		grid-column: 1;
		grid-row: 1;
		width: 42px;
		height: 42px;
	}

	.wb-web-capabilities h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
		font-size: 1rem;
		line-height: 1.35;
	}

	.wb-web-capabilities ul {
		grid-column: 1 / -1;
		margin-top: 22px;
	}

	/* Process numbers and headings share a row. */
	.wb-web-process article {
		min-height: 188px;
		display: grid;
		grid-template-columns: 30px minmax(0, 1fr);
		column-gap: 10px;
		align-content: start;
		align-items: baseline;
		padding: 24px 25px;
	}

	.wb-web-process span {
		grid-column: 1;
		grid-row: 1;
	}

	.wb-web-process h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
		font-size: 1.02rem;
	}

	.wb-web-process p {
		grid-column: 1 / -1;
		margin-top: 18px;
		font-size: 0.78rem;
		line-height: 1.62;
	}

	/* Keep revisions spacious, but avoid the previous oversized gap. */
	.wb-web-revisions {
		gap: 50px;
		margin-top: 48px;
		padding-top: 48px;
	}

	.wb-web-revisions__intro h3 {
		font-size: clamp(1.7rem, 2.75vw, 2.65rem);
	}

	/* Quote headline should feel important, not overpowering. */
	.wb-web-quote h2 {
		font-size: clamp(2.2rem, 4vw, 4rem);
	}
}

/* ==========================================================
   TITLE ALIGNMENT + SECTION RHYTHM — V6
   Keeps the V5 balance while removing awkward title wraps and
   the excessive white gap between Search and Structure.
========================================================== */
@media (min-width: 901px) {
	/* Avoid the isolated “AI.” line while preserving the approved scale. */
	#website-search .wb-web-heading {
		max-width: 960px;
	}

	#website-search .wb-web-heading h2 {
		max-width: 900px;
		text-wrap: balance;
	}

	#website-search .wb-web-heading > p:last-child {
		max-width: 720px;
	}

	/* Give the structure heading enough width and align its supporting copy
	   with the headline rather than the bottom of the entire title block. */
	#website-structure .wb-web-heading--split {
		grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.65fr);
		gap: clamp(42px, 4.8vw, 60px);
		align-items: start;
	}

	#website-structure .wb-web-heading--split > div {
		min-width: 0;
	}

	#website-structure .wb-web-heading h2 {
		max-width: 790px;
		text-wrap: balance;
	}

	#website-structure .wb-web-heading--split > p {
		max-width: 410px;
		justify-self: end;
		padding-top: 42px;
	}

	/* Reduce only the space between these two chapters. Internal card
	   spacing and the rest of the page remain unchanged. */
	/* #website-search {
		padding-bottom: clamp(60px, 5.5vw, 76px);
	}

	#website-structure {
		padding-top: clamp(60px, 5.5vw, 76px);
	} */
}

/* ==========================================================
   STACKED SECTION INTRODUCTIONS + HOSTING COPY — V7
   Section headings and their supporting descriptions now read
   as one vertical introduction instead of competing columns.
========================================================== */
.wb-web-heading--split {
	display: block;
	max-width: 820px;
}

.wb-web-heading--split > div {
	max-width: 760px;
}

.wb-web-heading--split > p {
	max-width: 680px;
	margin: 20px 0 0;
	padding-top: 0;
	justify-self: auto;
}

@media (min-width: 901px) {
	.wb-web-heading--split {
		display: block;
		max-width: 820px;
	}

	.wb-web-heading--split > p,
	#website-structure .wb-web-heading--split > p {
		max-width: 680px;
		margin: 20px 0 0;
		padding-top: 0;
		justify-self: auto;
	}

	#website-structure .wb-web-heading--split {
		display: block;
		max-width: 820px;
	}
}
