.opx {
	--opx-primary: #165dff;
	--opx-primary-strong: #0b3fb3;
	--opx-accent: #00a7b5;
	--opx-contact: #ff6b4a;
	--opx-ink: #101828;
	--opx-muted: #475467;
	--opx-surface: #f7f9fc;
	--opx-surface-raised: #ffffff;
	--opx-border: #d8dee9;
	--opx-focus: #101828;
	--opx-radius: 8px;
	box-sizing: border-box;
	color: var(--opx-ink);
	font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.opx *,
.opx *::before,
.opx *::after {
	box-sizing: inherit;
}

.opx--withemak {
	--opx-primary: #e34832;
	--opx-primary-strong: #b42f20;
	--opx-accent: #087f73;
	--opx-contact: #c84b6c;
	--opx-ink: #171717;
	--opx-muted: #50545b;
	--opx-surface: #fafaf8;
	--opx-surface-raised: #ffffff;
	--opx-border: #e4e7ec;
	--opx-focus: #171717;
}

.opx-landing,
.opx-demo-hub {
	position: relative;
	width: min(1440px, calc(100vw - 32px)) !important;
	max-width: none !important;
	margin-inline: 0 !important;
	margin-block-start: 0 !important;
	overflow: hidden;
	background: var(--opx-surface);
	border: 1px solid var(--opx-border);
	border-radius: 20px;
	transform: translateX(var(--opx-page-offset, 0));
	container-type: inline-size;
}

body.opx-has-page-experience .wp-block-post-title,
body.opx-has-page-experience .entry-title {
	display: none;
}

body.opx-has-page-experience {
	overflow-x: clip;
}

.opx-eyebrow {
	margin: 0 0 18px;
	color: var(--opx-primary-strong);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.opx-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
	gap: clamp(48px, 7vw, 112px);
	align-items: center;
	min-height: 720px;
	padding: clamp(64px, 8vw, 120px) clamp(28px, 7vw, 108px);
	isolation: isolate;
}

.opx-hero::before {
	position: absolute;
	top: -280px;
	right: -240px;
	z-index: -1;
	width: 760px;
	height: 760px;
	background: radial-gradient(circle, rgb(22 93 255 / 18%) 0, rgb(0 167 181 / 8%) 42%, transparent 70%);
	content: "";
}

.opx-hero__copy {
	position: relative;
	z-index: 2;
}

.opx-hero h1,
.opx-demo-hub__header h1 {
	max-width: 14ch;
	margin: 0;
	color: var(--opx-ink);
	font-size: clamp(48px, 5.2vw, 76px);
	font-weight: 690;
	letter-spacing: -0.055em;
	line-height: 0.98;
	hyphens: none;
	overflow-wrap: normal;
}

.opx-hero__description {
	max-width: 62ch;
	margin: 28px 0 0;
	color: var(--opx-muted);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.65;
}

.opx-button--quiet {
	color: var(--opx-ink);
	background: transparent;
	border-color: var(--opx-border);
}

.opx-button--quiet:hover {
	color: var(--opx-primary-strong);
	background: rgb(255 255 255 / 70%);
	border-color: var(--opx-primary);
}

.opx-button--light {
	flex: 0 0 auto;
	color: var(--opx-primary-strong);
	background: #ffffff;
	border-color: #ffffff;
}

.opx-button--light:hover {
	color: var(--opx-primary-strong);
	background: #eaf0ff;
	border-color: #eaf0ff;
}

.opx-product-visual {
	position: relative;
	min-height: 520px;
	perspective: 1200px;
}

.opx-product-visual__glow {
	position: absolute;
	inset: 8% 0 8% 18%;
	background: linear-gradient(135deg, rgb(22 93 255 / 28%), rgb(0 167 181 / 22%));
	border-radius: 48% 52% 45% 55%;
	filter: blur(48px);
	opacity: 0.72;
}

.opx-app-window {
	position: absolute;
	top: 34px;
	right: 0;
	left: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgb(16 24 40 / 12%);
	border-radius: 16px;
	box-shadow: 0 34px 90px rgb(16 24 40 / 20%);
	transform: rotateY(-5deg) rotateX(2deg);
	transform-origin: center center;
}

.opx-app-window__bar {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 42px;
	padding: 0 14px;
	background: #f3f5f8;
	border-bottom: 1px solid #e4e7ec;
}

.opx-app-window__bar > span {
	width: 8px;
	height: 8px;
	background: #c8ced8;
	border-radius: 50%;
}

.opx-app-window__bar small {
	margin-left: auto;
	color: #667085;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.opx-app-window__body {
	display: grid;
	grid-template-columns: 62px 1fr;
	min-height: 390px;
}

.opx-app-window__body aside {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	padding: 22px 12px;
	color: #ffffff;
	background: #102046;
}

.opx-app-window__body aside strong {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	background: var(--opx-primary);
	border-radius: 9px;
}

.opx-app-window__body aside i {
	display: block;
	width: 19px;
	height: 4px;
	background: rgb(255 255 255 / 42%);
	border-radius: 999px;
}

.opx-app-window__content {
	padding: 28px;
}

.opx-app-window__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.opx-app-window__heading div {
	display: grid;
	gap: 3px;
}

.opx-app-window__heading small,
.opx-stat-row small {
	color: #667085;
	font-size: 10px;
	text-transform: uppercase;
}

.opx-app-window__heading strong {
	font-size: 17px;
}

.opx-app-window__heading > span {
	padding: 8px 11px;
	color: #ffffff;
	background: var(--opx-primary);
	border-radius: 6px;
	font-size: 10px;
	font-weight: 700;
}

.opx-stat-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 24px 0;
}

.opx-stat-row > div {
	position: relative;
	display: grid;
	gap: 4px;
	padding: 14px;
	background: #f7f9fc;
	border: 1px solid #e4e7ec;
	border-radius: 9px;
}

.opx-stat-row strong {
	font-size: 24px;
}

.opx-stat-row i {
	position: absolute;
	right: 12px;
	bottom: 13px;
	width: 22px;
	height: 5px;
	background: var(--opx-accent);
	border-radius: 999px;
	opacity: 0.55;
}

.opx-schedule-row {
	display: grid;
	grid-template-columns: 52px 1fr auto;
	gap: 14px;
	align-items: center;
	min-height: 54px;
	border-top: 1px solid #e4e7ec;
}

.opx-schedule-row time,
.opx-schedule-row b {
	font-size: 11px;
}

.opx-schedule-row > span {
	display: flex;
	gap: 5px;
}

.opx-schedule-row i {
	display: block;
	width: 28px;
	height: 28px;
	background: linear-gradient(145deg, #dbe8ff, #b7cef9);
	border: 2px solid #ffffff;
	border-radius: 50%;
}

.opx-automation-card {
	position: absolute;
	right: -24px;
	bottom: 0;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px;
	align-items: center;
	width: min(390px, 78%);
	padding: 16px;
	background: rgb(255 255 255 / 92%);
	border: 1px solid rgb(22 93 255 / 20%);
	border-radius: 12px;
	box-shadow: 0 18px 52px rgb(16 24 40 / 18%);
	backdrop-filter: blur(12px);
}

.opx-automation-card > span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: linear-gradient(145deg, var(--opx-primary), var(--opx-accent));
	border-radius: 10px;
	font-size: 12px;
	font-weight: 800;
}

.opx-automation-card div {
	display: grid;
	gap: 3px;
}

.opx-automation-card small {
	color: var(--opx-muted);
	font-size: 10px;
}

.opx-automation-card strong {
	font-size: 12px;
}

.opx-automation-card > i {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	color: #ffffff;
	background: #138a61;
	border-radius: 50%;
	font-size: 12px;
	font-style: normal;
}

.opx-capabilities {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border-block: 1px solid var(--opx-border);
}

.opx-capabilities span {
	padding: 18px 12px;
	color: var(--opx-muted);
	border-right: 1px solid var(--opx-border);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.opx-capabilities span:last-child {
	border-right: 0;
}

.opx-section {
	padding: clamp(64px, 8vw, 112px) clamp(28px, 7vw, 108px);
}

.opx-section__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
	gap: 30px 80px;
	align-items: end;
}

.opx-section__heading .opx-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -8px;
}

.opx-section h2,
.opx-final-cta h2 {
	margin: 0;
	color: var(--opx-ink);
	font-size: clamp(34px, 4.6vw, 62px);
	font-weight: 670;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.opx-section__heading > p:last-child,
.opx-product__copy > p,
.opx-final-cta p {
	margin: 0;
	color: var(--opx-muted);
	font-size: 17px;
	line-height: 1.65;
}

.opx-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 64px;
	background: var(--opx-border);
	border: 1px solid var(--opx-border);
	border-radius: 14px;
	overflow: hidden;
}

.opx-service-card {
	min-height: 290px;
	padding: 30px;
	background: var(--opx-surface-raised);
}

.opx-service-card > span,
.opx-demo-path__label {
	color: var(--opx-primary-strong);
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.opx-service-card h3 {
	margin: 86px 0 14px;
	font-size: 23px;
	letter-spacing: -0.025em;
}

.opx-service-card p {
	margin: 0;
	color: var(--opx-muted);
	font-size: 15px;
	line-height: 1.65;
}

.opx-product {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(48px, 8vw, 120px);
	align-items: center;
	color: #ffffff;
	background: #102046;
}

.opx-product h2,
.opx-product .opx-eyebrow {
	color: #ffffff;
}

.opx-product__copy > p {
	margin-top: 24px;
	color: rgb(255 255 255 / 72%);
}

.opx-feature-list {
	display: grid;
	gap: 12px;
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.opx-feature-list li {
	display: flex;
	gap: 12px;
	align-items: center;
}

.opx-feature-list span {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	color: #102046;
	background: #64e2ce;
	border-radius: 50%;
	font-size: 11px;
}

.opx-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: inherit;
	font-weight: 750;
	text-decoration: none;
}

.opx-text-link:hover {
	color: var(--opx-accent);
}

.opx-conversation {
	padding: 22px;
	color: var(--opx-ink);
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 30px 80px rgb(0 0 0 / 24%);
}

.opx-conversation__header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 10px;
	align-items: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #e4e7ec;
}

.opx-conversation__header > span {
	width: 10px;
	height: 10px;
	background: #20b486;
	border-radius: 50%;
}

.opx-conversation__header small {
	color: #138a61;
	font-size: 11px;
}

.opx-bubble {
	width: fit-content;
	max-width: 78%;
	margin-top: 24px;
	padding: 13px 16px;
	font-size: 14px;
	line-height: 1.5;
}

.opx-bubble--visitor {
	margin-left: auto;
	color: #ffffff;
	background: var(--opx-primary);
	border-radius: 12px 12px 2px;
}

.opx-bubble--assistant {
	background: #eef3fb;
	border-radius: 12px 12px 12px 2px;
}

.opx-conversation__action {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 38px;
	padding: 14px;
	color: #0b694b;
	background: #e9f8f2;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
}

.opx-conversation__action span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	color: #ffffff;
	background: #138a61;
	border-radius: 50%;
}

.opx-process h2 {
	max-width: 680px;
}

.opx-process ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: 52px 0 0;
	padding: 0;
	background: var(--opx-border);
	border: 1px solid var(--opx-border);
	border-radius: 12px;
	overflow: hidden;
	list-style: none;
}

.opx-process li {
	display: grid;
	gap: 40px;
	min-height: 190px;
	padding: 26px;
	background: var(--opx-surface-raised);
	font-size: 17px;
	font-weight: 700;
}

.opx-process li span {
	color: var(--opx-primary-strong);
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 11px;
}

.opx-final-cta {
	display: flex;
	gap: 48px;
	align-items: center;
	justify-content: space-between;
	padding: clamp(48px, 6vw, 84px) clamp(28px, 7vw, 108px);
	color: #ffffff;
	background: linear-gradient(120deg, var(--opx-primary-strong), var(--opx-primary));
}

.opx-final-cta h2,
.opx-final-cta .opx-eyebrow {
	color: #ffffff;
}

.opx-final-cta h2 {
	max-width: 800px;
}

.opx-final-cta p:not(.opx-eyebrow) {
	max-width: 700px;
	margin-top: 18px;
	color: rgb(255 255 255 / 76%);
}

.opx-demo-hub {
	padding: clamp(42px, 7vw, 96px);
	background:
		radial-gradient(circle at 100% 0, rgb(22 93 255 / 13%), transparent 36%),
		var(--opx-surface);
}

.opx-demo-hub__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
	align-items: end;
}

.opx-demo-hub__header h1 {
	max-width: 16ch;
	font-size: clamp(44px, 6vw, 76px);
}

.opx-demo-hub__header > div > p:last-child {
	max-width: 750px;
	margin: 24px 0 0;
	color: var(--opx-muted);
	font-size: 18px;
	line-height: 1.65;
}

.opx-reset-countdown {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
	color: var(--opx-muted);
}

.opx-reset-countdown--large {
	min-width: 190px;
	padding: 16px 18px;
	background: rgb(255 255 255 / 84%);
	border: 1px solid var(--opx-border);
	border-radius: 10px;
	box-shadow: 0 12px 36px rgb(16 24 40 / 8%);
}

.opx-reset-countdown__pulse {
	width: 9px;
	height: 9px;
	background: var(--opx-accent);
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgb(0 167 181 / 12%);
	animation: opx-pulse 2s ease-out infinite;
}

.opx-reset-countdown > span:last-child {
	display: grid;
	gap: 2px;
}

.opx-reset-countdown small {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.opx-reset-countdown strong {
	color: var(--opx-ink);
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 17px;
}

.opx-safety-notice {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 13px;
	align-items: center;
	margin-top: 40px;
	padding: 16px 18px;
	color: #6a4b08;
	background: #fff7df;
	border: 1px solid #f0d488;
	border-radius: 10px;
}

.opx-safety-notice > span {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	color: #ffffff;
	background: #a66b00;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}

.opx-safety-notice p {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
}

.opx-demo-paths {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.opx-demo-path {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 480px;
	padding: 26px;
	background: var(--opx-surface-raised);
	border: 1px solid var(--opx-border);
	border-radius: 14px;
	box-shadow: 0 14px 42px rgb(16 24 40 / 6%);
	overflow: hidden;
}

.opx-demo-path h2 {
	margin: 38px 0 14px;
	font-size: clamp(23px, 2.3vw, 30px);
	letter-spacing: -0.035em;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.opx-demo-path > p:not(.opx-demo-path__label) {
	margin: 0;
	color: var(--opx-muted);
	font-size: 14px;
	line-height: 1.6;
}

.opx-demo-path .opx-button {
	min-width: 0;
	width: 100%;
	margin-top: auto;
	padding-inline: 14px;
	overflow-wrap: anywhere;
	text-align: center;
	white-space: normal;
}

.opx-demo-path__preview {
	position: relative;
	min-height: 104px;
	margin: 24px 0;
	overflow: hidden;
	background: #f2f6fd;
	border: 1px solid #e0e8f6;
	border-radius: 9px;
}

.opx-demo-path__preview--client {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 4px 12px;
	align-content: center;
	padding: 18px;
}

.opx-demo-path__preview--client span {
	grid-column: 1 / -1;
	color: #667085;
	font-size: 10px;
	text-transform: uppercase;
}

.opx-demo-path__preview--client i {
	grid-row: 2;
	grid-column: 2;
	color: var(--opx-primary);
	font-style: normal;
}

.opx-demo-path__preview--chat {
	padding: 15px;
}

.opx-demo-path__preview--chat span {
	display: block;
	width: 82%;
	padding: 10px;
	background: #ffffff;
	border-radius: 8px 8px 8px 2px;
	font-size: 11px;
}

.opx-demo-path__preview--chat i {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 18px 2px 0;
	background: var(--opx-accent);
	border-radius: 50%;
}

.opx-role-list {
	display: grid;
	gap: 9px;
	margin: 24px 0;
	padding: 15px;
	background: #f2f6fd;
	border: 1px solid #e0e8f6;
	border-radius: 9px;
}

.opx-role-list strong {
	font-size: 11px;
	text-transform: uppercase;
}

.opx-role-list span {
	padding-top: 8px;
	color: var(--opx-muted);
	border-top: 1px solid #d8e3f4;
	font-size: 11px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.opx-handoff {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.2fr) auto;
	gap: 40px;
	align-items: center;
	margin-top: 24px;
	padding: 30px;
	color: #ffffff;
	background: #102046;
	border-radius: 14px;
}

.opx-demo-accounts {
	margin-top: 24px;
	padding: 30px;
	background: #f7f9fd;
	border: 1px solid var(--opx-border);
	border-radius: 14px;
}

.opx-demo-accounts > header {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr);
	gap: 36px;
	align-items: end;
}

.opx-demo-accounts h2 {
	margin: 7px 0 0;
	font-size: clamp(24px, 3vw, 34px);
	letter-spacing: -0.035em;
}

.opx-demo-accounts > header > p {
	margin: 0;
	color: var(--opx-muted);
	font-size: 14px;
	line-height: 1.6;
}

.opx-demo-accounts__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.opx-demo-account {
	position: relative;
	min-width: 0;
	padding: 18px;
	background: #ffffff;
	border: 1px solid #dfe6f1;
	border-radius: 10px;
}

.opx-demo-account h3 {
	margin: 0 80px 14px 0;
	font-size: 16px;
}

.opx-demo-account > span {
	position: absolute;
	top: 16px;
	right: 16px;
	max-width: 74px;
	overflow: hidden;
	color: var(--opx-primary);
	font-size: 10px;
	font-weight: 800;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.opx-demo-account__field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 5px 10px;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #edf0f5;
}

.opx-demo-account__field > span {
	grid-column: 1 / -1;
	color: var(--opx-muted);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.opx-demo-account__field code {
	min-width: 0;
	overflow: hidden;
	color: var(--opx-ink);
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.opx-demo-account__copy {
	padding: 5px 8px;
	color: var(--opx-primary);
	background: #eef4ff;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-size: 10px;
	font-weight: 800;
}

.opx-demo-accounts__status {
	grid-column: 1 / -1;
	margin: 0;
	padding: 20px;
	color: var(--opx-muted);
	text-align: center;
}

.opx-demo-accounts__hint {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin: 16px 0 0;
	color: var(--opx-muted);
	font-size: 12px;
	line-height: 1.5;
}

.opx-demo-accounts__hint span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 19px;
	height: 19px;
	color: #ffffff;
	background: var(--opx-primary);
	border-radius: 50%;
	font-size: 10px;
}

@media (max-width: 767px) {
	.opx-demo-accounts {
		padding: 22px 18px;
	}

	.opx-demo-accounts > header,
	.opx-demo-accounts__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

.opx-handoff .opx-eyebrow {
	color: #64e2ce;
}

.opx-handoff h2 {
	margin: 0;
	font-size: 26px;
	letter-spacing: -0.03em;
	line-height: 1.12;
}

.opx-handoff ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.opx-handoff li {
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 10px;
	align-items: center;
	color: rgb(255 255 255 / 76%);
	font-size: 12px;
	line-height: 1.45;
}

.opx-handoff li span {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	color: #102046;
	background: #64e2ce;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 800;
}

.opx-handoff .opx-text-link {
	white-space: nowrap;
}

.opx-chat-launcher {
	position: fixed;
	right: max(22px, env(safe-area-inset-right));
	bottom: max(22px, env(safe-area-inset-bottom));
	z-index: 9998;
}

.opx-chat-launcher__button {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	min-height: 54px;
	padding: 10px 17px 10px 10px;
	color: #ffffff;
	background: linear-gradient(130deg, var(--opx-primary-strong), var(--opx-primary));
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 999px;
	box-shadow: 0 16px 42px rgb(11 63 179 / 30%);
	cursor: pointer;
	font-weight: 750;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.opx-chat-launcher__button:hover {
	box-shadow: 0 20px 48px rgb(11 63 179 / 38%);
	transform: translateY(-2px);
}

.opx-chat-launcher__icon {
	display: flex;
	gap: 3px;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: rgb(255 255 255 / 16%);
	border-radius: 50%;
}

.opx-chat-launcher__icon i {
	width: 4px;
	height: 4px;
	background: #ffffff;
	border-radius: 50%;
}

.opx-dialog__bar > div:first-child {
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap: 18px;
	align-items: center;
}

.opx-dialog__bar > div:first-child > .opx-kicker {
	grid-column: 1;
}

.opx-dialog__bar > div:first-child > strong {
	grid-column: 1;
}

.opx-dialog__bar .opx-reset-countdown {
	grid-row: 1 / 3;
	grid-column: 2;
	margin: 0;
}

@keyframes opx-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgb(0 167 181 / 12%); }
	50% { box-shadow: 0 0 0 9px rgb(0 167 181 / 0%); }
}

@keyframes opx-dialog-in {
	from { opacity: 0; transform: translateY(18px) scale(0.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.opx-dialog[open] {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	overflow: hidden;
	animation: opx-dialog-in 180ms ease-out;
}

@container (max-width: 1050px) {
	.opx-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.opx-hero__copy {
		max-width: 780px;
	}

	.opx-product-visual {
		width: min(760px, 94%);
		margin-inline: auto;
	}

	.opx-section__heading,
	.opx-product {
		grid-template-columns: 1fr;
	}

	.opx-conversation {
		width: min(680px, 100%);
	}

	.opx-demo-paths {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.opx-demo-path--team {
		grid-column: 1 / -1;
		min-height: 390px;
	}

	.opx-handoff {
		grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.2fr);
	}

	.opx-handoff .opx-text-link {
		grid-column: 2;
	}
}

@container (max-width: 680px) {
	.opx-demo-hub__header,
	.opx-demo-paths,
	.opx-handoff {
		grid-template-columns: 1fr;
	}

	.opx-demo-path--team,
	.opx-handoff .opx-text-link {
		grid-column: auto;
	}

	.opx-demo-path {
		min-height: 440px;
	}

	.opx-reset-countdown--large {
		width: 100%;
	}

	.opx-handoff .opx-text-link {
		white-space: normal;
	}
}

.opx a,
.opx button {
	font: inherit;
	letter-spacing: 0;
}

.opx button:focus-visible,
.opx a:focus-visible {
	outline: 3px solid var(--opx-focus);
	outline-offset: 3px;
}

.opx-experience {
	display: grid;
	grid-template-columns: minmax(0, 720px);
	gap: clamp(24px, 5vw, 72px);
	align-items: center;
	width: 100%;
	padding: clamp(28px, 5vw, 72px);
	background: var(--opx-surface);
	border-block: 1px solid var(--opx-border);
}

.opx-experience--with-frame {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.opx-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0 0 16px;
	color: var(--opx-primary-strong);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.opx-experience__title {
	margin: 0;
	color: var(--opx-ink);
	font-size: clamp(30px, 4vw, 52px);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: 0;
}

.opx--withemak .opx-experience__title {
	font-family: "Source Serif 4", Georgia, serif;
	font-weight: 600;
}

.opx-experience__description {
	max-width: 62ch;
	margin: 20px 0 0;
	color: var(--opx-muted);
	font-size: 18px;
	line-height: 1.65;
}

.opx-notice {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 10px;
	max-width: 68ch;
	margin: 24px 0 0;
	padding: 14px 0;
	color: var(--opx-muted);
	border-block: 1px solid var(--opx-border);
	font-size: 14px;
	line-height: 1.5;
}

.opx-notice > span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	color: var(--opx-surface-raised);
	background: var(--opx-accent);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 700;
}

.opx-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.opx-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.opx-button:hover {
	transform: translateY(-2px);
}

.opx-button--primary {
	color: #ffffff;
	background: var(--opx-primary);
	border-color: var(--opx-primary);
}

.opx-button--primary:hover {
	color: #ffffff;
	background: var(--opx-primary-strong);
	border-color: var(--opx-primary-strong);
}

.opx-button--secondary {
	color: var(--opx-ink);
	background: var(--opx-surface-raised);
	border-color: var(--opx-border);
}

.opx-button--secondary:hover {
	color: var(--opx-primary-strong);
	border-color: var(--opx-primary);
}

.opx-frame-wrap {
	position: relative;
	width: 100%;
	min-height: 540px;
	overflow: hidden;
	background: var(--opx-surface-raised);
	border: 1px solid var(--opx-border);
	border-radius: var(--opx-radius);
}

.opx-frame {
	display: block;
	width: 100%;
	height: min(76vh, 820px);
	min-height: 540px;
	border: 0;
	opacity: 0;
	transition: opacity 200ms ease;
}

.opx-frame-wrap.is-loaded .opx-frame {
	opacity: 1;
}

.opx-frame-status,
.opx-frame-error {
	position: absolute;
	inset: 50% auto auto 50%;
	z-index: 1;
	width: min(440px, calc(100% - 40px));
	margin: 0;
	padding: 16px;
	color: var(--opx-muted);
	text-align: center;
	transform: translate(-50%, -50%);
}

.opx-frame-error a {
	display: block;
	margin-top: 8px;
	color: var(--opx-primary-strong);
}

.opx-dialog {
	width: min(1240px, calc(100vw - 40px));
	max-width: none;
	height: min(900px, calc(100vh - 40px));
	max-height: none;
	padding: 0;
	color: var(--opx-ink);
	background: var(--opx-surface-raised);
	border: 1px solid var(--opx-border);
	border-radius: var(--opx-radius);
	box-shadow: 0 24px 70px rgb(16 24 40 / 28%);
}

.opx-dialog::backdrop {
	background: rgb(16 24 40 / 68%);
}

.opx-dialog__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 72px;
	padding: 12px 16px 12px 22px;
	border-bottom: 1px solid var(--opx-border);
}

.opx-dialog__bar .opx-kicker {
	display: block;
	min-height: 0;
	margin: 0 0 2px;
	font-size: 11px;
}

.opx-dialog__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.opx-dialog__actions a {
	color: var(--opx-primary-strong);
	font-size: 14px;
	font-weight: 650;
}

.opx-dialog__external {
	display: inline-flex;
	gap: 6px;
	align-items: center;
}

.opx-icon-button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--opx-ink);
	background: transparent;
	border: 1px solid var(--opx-border);
	border-radius: 6px;
	cursor: pointer;
	font-size: 25px;
	line-height: 1;
}

.opx-dialog .opx-frame-wrap {
	height: auto;
	min-height: 0;
	border: 0;
	border-radius: 0;
}

.opx-dialog .opx-frame {
	height: 100%;
	min-height: 0;
}

@media (min-width: 768px) {
	.opx-dialog--chat {
		position: fixed;
		inset: auto max(22px, env(safe-area-inset-right)) max(88px, env(safe-area-inset-bottom)) auto;
		width: min(430px, calc(100vw - 28px));
		height: min(680px, calc(100dvh - 116px));
		margin: 0;
		border-radius: 18px;
		box-shadow: 0 24px 70px rgb(16 24 40 / 30%);
	}

	.opx-dialog--chat::backdrop {
		background: transparent;
	}

	.opx-dialog--chat .opx-dialog__bar {
		min-height: 66px;
		padding: 9px 10px 9px 15px;
	}

	.opx-dialog--chat .opx-dialog__bar > div:first-child {
		min-width: 0;
		column-gap: 8px;
	}

	.opx-dialog--chat .opx-dialog__bar > div:first-child > strong {
		overflow: hidden;
		font-size: 15px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.opx-dialog--chat .opx-dialog__bar .opx-kicker,
	.opx-dialog--chat .opx-reset-countdown small,
	.opx-dialog--chat .opx-reset-countdown__pulse,
	.opx-dialog--chat .opx-dialog__external-label {
		display: none;
	}

	.opx-dialog--chat .opx-reset-countdown {
		padding: 6px 8px;
	}

	.opx-dialog--chat .opx-dialog__external {
		display: grid;
		place-items: center;
		width: 38px;
		height: 38px;
		border: 1px solid var(--opx-border);
		border-radius: 9px;
		text-decoration: none;
	}
}

.opx-contact {
	position: fixed;
	right: max(22px, env(safe-area-inset-right));
	bottom: max(22px, env(safe-area-inset-bottom));
	z-index: 9998;
	display: grid;
	justify-items: end;
	gap: 10px;
	transition: opacity 160ms ease, transform 160ms ease;
}

.opx-contact.is-avoiding-overlap {
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
}

.opx-contact__trigger {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 10px 16px 10px 10px;
	color: #ffffff;
	background: var(--opx-contact);
	border: 0;
	border-radius: 6px;
	box-shadow: 0 12px 32px rgb(16 24 40 / 24%);
	cursor: pointer;
	font-weight: 700;
}

.opx-contact__icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	background: rgb(255 255 255 / 18%);
	border-radius: 4px;
}

.opx-contact__menu {
	width: min(320px, calc(100vw - 40px));
	padding: 10px;
	background: var(--opx-surface-raised);
	border: 1px solid var(--opx-border);
	border-radius: var(--opx-radius);
	box-shadow: 0 18px 48px rgb(16 24 40 / 22%);
}

.opx-contact__menu[hidden] {
	display: none;
}

.opx-contact__title {
	margin: 0;
	padding: 8px 10px 12px;
	color: var(--opx-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.opx-contact__choice {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	padding: 10px;
	color: var(--opx-ink);
	background: transparent;
	border: 0;
	border-top: 1px solid var(--opx-border);
	border-radius: 0;
	cursor: pointer;
	font-weight: 650;
	text-align: left;
	text-decoration: none;
}

.opx-contact__choice:hover {
	color: var(--opx-primary-strong);
	background: var(--opx-surface);
}

.opx-configuration-notice {
	padding: 14px 16px;
	color: var(--opx-muted);
	background: var(--opx-surface);
	border-left: 4px solid var(--opx-primary);
}

@media (max-width: 1050px) {
	.opx-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.opx-hero__copy {
		max-width: 780px;
	}

	.opx-product-visual {
		width: min(760px, 94%);
		margin-inline: auto;
	}

	.opx-section__heading {
		grid-template-columns: 1fr;
	}

	.opx-product {
		grid-template-columns: 1fr;
	}

	.opx-conversation {
		width: min(680px, 100%);
	}

	.opx-demo-paths {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.opx-demo-path--team {
		grid-column: 1 / -1;
		min-height: 390px;
	}

	.opx-handoff {
		grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.2fr);
	}

	.opx-handoff .opx-text-link {
		grid-column: 2;
	}
}

@media (max-width: 767px) {
	.opx-landing,
	.opx-demo-hub {
		width: calc(100vw - 16px) !important;
		border-inline: 0;
		border-radius: 0;
	}

	.opx-hero {
		gap: 40px;
		padding: 52px 20px 46px;
	}

	.opx-hero h1,
	.opx-demo-hub__header h1 {
		font-size: clamp(41px, 13vw, 58px);
	}

	.opx-hero__description {
		margin-top: 22px;
		font-size: 16px;
	}

	.opx-product-visual {
		min-height: 330px;
		width: 100%;
	}

	.opx-app-window {
		top: 10px;
		transform: none;
	}

	.opx-app-window__body {
		grid-template-columns: 42px 1fr;
		min-height: 270px;
	}

	.opx-app-window__body aside {
		gap: 15px;
		padding: 14px 7px;
	}

	.opx-app-window__body aside strong {
		width: 27px;
		height: 27px;
	}

	.opx-app-window__content {
		padding: 16px 13px;
	}

	.opx-app-window__heading > span,
	.opx-stat-row > div:nth-child(3) {
		display: none;
	}

	.opx-stat-row {
		grid-template-columns: repeat(2, 1fr);
		margin: 15px 0;
	}

	.opx-stat-row > div {
		padding: 10px;
	}

	.opx-schedule-row {
		min-height: 42px;
	}

	.opx-schedule-row i {
		width: 20px;
		height: 20px;
	}

	.opx-automation-card {
		right: -6px;
		width: 88%;
		padding: 11px;
	}

	.opx-automation-card > span {
		width: 34px;
		height: 34px;
	}

	.opx-capabilities {
		grid-template-columns: repeat(3, 1fr);
	}

	.opx-capabilities span:nth-child(3) {
		border-right: 0;
	}

	.opx-capabilities span:nth-child(-n+3) {
		border-bottom: 1px solid var(--opx-border);
	}

	.opx-section {
		padding: 64px 20px;
	}

	.opx-section h2,
	.opx-final-cta h2 {
		font-size: 38px;
	}

	.opx-service-grid,
	.opx-process ol {
		grid-template-columns: 1fr;
		margin-top: 36px;
	}

	.opx-service-card {
		min-height: 0;
		padding: 24px;
	}

	.opx-service-card h3 {
		margin-top: 42px;
	}

	.opx-process li {
		grid-template-columns: 38px 1fr;
		gap: 12px;
		align-items: center;
		min-height: 0;
	}

	.opx-final-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 52px 20px;
	}

	.opx-demo-hub {
		padding: 48px 20px;
	}

	.opx-demo-hub__header {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.opx-reset-countdown--large {
		width: 100%;
	}

	.opx-demo-paths {
		grid-template-columns: 1fr;
	}

	.opx-demo-path,
	.opx-demo-path--team {
		grid-column: auto;
		min-height: 440px;
	}

	.opx-handoff {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 24px;
	}

	.opx-handoff .opx-text-link {
		grid-column: auto;
		white-space: normal;
	}

	.opx-chat-launcher {
		right: max(14px, env(safe-area-inset-right));
		bottom: max(14px, env(safe-area-inset-bottom));
	}

	.opx-chat-launcher__button {
		width: 54px;
		padding: 10px;
	}

	.opx-chat-launcher__button > span:last-child {
		display: none;
	}

	.opx-dialog__bar > div:first-child {
		column-gap: 8px;
	}

	.opx-dialog__bar .opx-reset-countdown small,
	.opx-dialog__bar .opx-reset-countdown__pulse {
		display: none;
	}

	.opx-experience {
		grid-template-columns: 1fr;
		padding: 28px 20px;
	}

	.opx-experience__title {
		font-size: 34px;
	}

	.opx-actions,
	.opx-button {
		width: 100%;
	}

	.opx-frame-wrap,
	.opx-frame {
		min-height: 620px;
	}

	.opx-dialog {
		width: 100vw;
		height: 100dvh;
		margin: 0;
		border: 0;
		border-radius: 0;
	}

	.opx-dialog__bar {
		min-height: 64px;
		padding: 8px 10px 8px 14px;
	}

	.opx-dialog__actions a {
		display: none;
	}

	.opx-dialog .opx-frame-wrap {
		height: calc(100% - 64px);
	}

	.opx-contact {
		right: max(14px, env(safe-area-inset-right));
		bottom: max(14px, env(safe-area-inset-bottom));
	}

	.opx-contact__trigger {
		width: 52px;
		padding: 10px;
	}

	.opx-contact__trigger > span:last-child {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.opx *,
	.opx *::before,
	.opx *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Company pages and the editorial sections added in 0.4.0. */
.opx-about-teaser {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
	gap: clamp(48px, 8vw, 120px);
	background: #ffffff;
}

.opx-about-teaser__body > p {
	margin-top: 0;
	color: var(--opx-muted);
	font-size: 19px;
	line-height: 1.75;
}

.opx-about-teaser__body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0;
	padding: 0;
	list-style: none;
}

.opx-about-teaser__body li {
	padding: 9px 13px;
	color: var(--opx-primary-strong);
	background: rgb(22 93 255 / 7%);
	border: 1px solid rgb(22 93 255 / 16%);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.opx-company-page {
	position: relative;
	width: min(1440px, calc(100vw - 32px)) !important;
	max-width: none !important;
	margin-inline: 0 !important;
	margin-block-start: 0 !important;
	overflow: hidden;
	background: var(--opx-surface);
	border: 1px solid var(--opx-border);
	border-radius: 20px;
	transform: translateX(var(--opx-page-offset, 0));
	container-type: inline-size;
}

.opx-hero-media {
	position: relative;
	min-height: 540px;
	margin: 0;
	overflow: hidden;
	background: #dfe8f7;
	border-radius: 18px;
	box-shadow: 0 34px 90px rgb(16 24 40 / 20%);
}

.opx-hero-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 56%, rgb(4 18 44 / 72%));
	content: "";
	pointer-events: none;
}

.opx-hero-media__image {
	width: 100%;
	height: 540px;
	object-fit: cover;
}

.opx-hero-media figcaption {
	position: absolute;
	right: 28px;
	bottom: 28px;
	left: 28px;
	z-index: 1;
	display: grid;
	gap: 3px;
	color: #ffffff;
}

.opx-hero-media figcaption span {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.opx-hero-media figcaption strong {
	font-size: 20px;
}

.opx-demo-teaser {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	gap: clamp(48px, 7vw, 100px);
	align-items: center;
	color: #ffffff;
	background:
		radial-gradient(circle at 82% 16%, rgb(0 211 223 / 24%), transparent 30%),
		linear-gradient(135deg, #10265f 0%, #123d9b 58%, #0d7180 118%);
}

.opx-demo-teaser .opx-eyebrow {
	color: #9de8ef;
}

.opx-demo-teaser h2,
.opx-demo-teaser > div > p {
	color: #ffffff;
}

.opx-demo-teaser > div > p:not(.opx-eyebrow) {
	max-width: 62ch;
	color: rgb(255 255 255 / 80%);
	font-size: 18px;
	line-height: 1.7;
}

.opx-demo-teaser ol {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 16px;
	backdrop-filter: blur(14px);
}

.opx-demo-teaser li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	align-items: center;
	min-height: 84px;
	padding: 18px 22px;
	border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.opx-demo-teaser li:last-child {
	border-bottom: 0;
}

.opx-demo-teaser li span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: #07255d;
	background: #ffffff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}

.opx-office-story {
	display: grid;
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(52px, 8vw, 120px);
	align-items: center;
	background: #ffffff;
}

.opx-office-story--compact {
	background: linear-gradient(180deg, #ffffff, #f4f7fb);
}

.opx-office-story__copy > p:not(.opx-eyebrow) {
	color: var(--opx-muted);
	font-size: 18px;
	line-height: 1.7;
}

.opx-office-location {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin: 30px 0 20px;
	padding-top: 22px;
	border-top: 1px solid var(--opx-border);
}

.opx-office-location > span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: var(--opx-primary);
	border-radius: 50%;
	font-size: 21px;
}

.opx-office-location div {
	display: grid;
	gap: 3px;
}

.opx-office-location small {
	color: var(--opx-muted);
}

.opx-office-gallery {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	grid-template-rows: repeat(2, minmax(170px, 1fr));
	gap: 12px;
	min-height: 480px;
}

.opx-office-gallery__item {
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #dce8f5;
	border-radius: 14px;
}

.opx-office-gallery__item:first-child {
	grid-row: 1 / 3;
}

.opx-office-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.opx-office-gallery__item:hover img {
	transform: scale(1.025);
}

.opx-office-gallery--empty span {
	position: relative;
	display: block;
	min-height: 0;
	background:
		linear-gradient(150deg, rgb(255 255 255 / 34%), transparent 48%),
		linear-gradient(135deg, #a9c0e4, #326ab5);
	border-radius: 14px;
}

.opx-office-gallery--empty span:first-child {
	grid-row: 1 / 3;
	background:
		linear-gradient(160deg, transparent 44%, rgb(4 30 69 / 28%)),
		linear-gradient(130deg, #d6e6f2, #6f9cc8 54%, #214f8f);
}

.opx-office-gallery--empty span:nth-child(2) {
	background: linear-gradient(135deg, #e9d7bd, #b88a5f);
}

.opx-office-gallery--empty span:nth-child(3) {
	background: linear-gradient(135deg, #cae4df, #4e9c91);
}

.opx-team-section {
	background: #f2f6fb;
}

.opx-team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 48px;
}

.opx-team-card {
	padding: 14px 14px 26px;
	background: #ffffff;
	border: 1px solid var(--opx-border);
	border-radius: 16px;
}

.opx-team-card__portrait {
	display: grid;
	place-items: center;
	min-height: 310px;
	margin-bottom: 24px;
	overflow: hidden;
	color: #ffffff;
	background: linear-gradient(145deg, var(--opx-primary), var(--opx-accent));
	border-radius: 11px;
	font-size: 72px;
	font-weight: 750;
}

.opx-team-card__portrait img {
	width: 100%;
	height: 310px;
	object-fit: cover;
}

.opx-team-card h3,
.opx-team-card p,
.opx-team-card > strong,
.opx-team-card > a {
	margin-inline: 12px;
}

.opx-team-card h3 {
	margin-block: 0 4px;
	font-size: 23px;
}

.opx-team-card > strong {
	display: block;
	color: var(--opx-primary-strong);
	font-size: 14px;
}

.opx-team-card p {
	color: var(--opx-muted);
	line-height: 1.6;
}

.opx-team-card > a {
	display: inline-block;
	color: var(--opx-primary-strong);
	font-weight: 700;
}

.opx-section-link {
	display: inline-flex;
	margin-top: 28px;
}

.opx-careers-teaser {
	display: flex;
	gap: 48px;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
}

.opx-careers-teaser > div {
	max-width: 780px;
}

.opx-careers-teaser p:not(.opx-eyebrow) {
	color: var(--opx-muted);
	font-size: 18px;
	line-height: 1.65;
}

.opx-company-hero {
	padding: clamp(72px, 10vw, 144px) clamp(28px, 8vw, 120px) clamp(64px, 8vw, 108px);
	color: #ffffff;
	background:
		radial-gradient(circle at 80% 14%, rgb(0 211 223 / 24%), transparent 28%),
		linear-gradient(135deg, #0c2457, #174ead);
}

.opx-company-hero .opx-eyebrow {
	color: #9de8ef;
}

.opx-company-hero h1 {
	max-width: 15ch;
	margin: 0;
	color: #ffffff;
	font-size: clamp(48px, 6vw, 84px);
	letter-spacing: -0.05em;
	line-height: 1;
}

.opx-company-hero > p:last-child {
	max-width: 700px;
	margin: 28px 0 0;
	color: rgb(255 255 255 / 78%);
	font-size: 19px;
	line-height: 1.7;
}

.opx-company-empty,
.opx-open-application {
	margin: clamp(42px, 7vw, 100px);
	padding: clamp(30px, 5vw, 64px);
	color: var(--opx-muted);
	background: #ffffff;
	border: 1px solid var(--opx-border);
	border-radius: 16px;
	font-size: 18px;
	line-height: 1.7;
}

.opx-open-application .opx-button {
	margin-top: 20px;
}

.opx-job-list {
	display: grid;
	gap: 18px;
	padding: clamp(54px, 8vw, 110px) clamp(28px, 8vw, 120px);
}

.opx-job-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
	gap: 30px 64px;
	align-items: start;
	padding: clamp(28px, 5vw, 54px);
	background: #ffffff;
	border: 1px solid var(--opx-border);
	border-radius: 16px;
}

.opx-job-card h2 {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 48px);
}

.opx-job-card p {
	color: var(--opx-muted);
	line-height: 1.7;
}

.opx-job-card dl {
	display: grid;
	gap: 14px;
	margin: 0;
}

.opx-job-card dl div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--opx-border);
}

.opx-job-card dt {
	color: var(--opx-muted);
}

.opx-job-card dd {
	margin: 0;
	font-weight: 700;
	text-align: right;
}

.opx-job-card__description,
.opx-job-card > .opx-button {
	grid-column: 1 / -1;
}

.opx-job-card > .opx-button {
	justify-self: start;
}

.opx-contact-panel {
	display: flex;
	gap: 48px;
	align-items: center;
	justify-content: space-between;
	padding: clamp(54px, 8vw, 100px) clamp(28px, 8vw, 120px);
	color: #ffffff;
	background: #10265f;
}

.opx-contact-panel > div {
	max-width: 730px;
}

.opx-contact-panel .opx-eyebrow {
	color: #9de8ef;
}

.opx-contact-panel h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(36px, 5vw, 66px);
	letter-spacing: -0.04em;
	line-height: 1;
}

.opx-contact-panel p:not(.opx-eyebrow) {
	color: rgb(255 255 255 / 76%);
	line-height: 1.7;
}

@media (max-width: 1050px) {
	.opx-about-teaser,
	.opx-demo-teaser,
	.opx-office-story {
		grid-template-columns: 1fr;
	}

	.opx-office-story__copy {
		max-width: 760px;
	}

	.opx-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.opx-company-page {
		width: calc(100vw - 16px) !important;
		border-inline: 0;
		border-radius: 0;
	}

	.opx-hero-media,
	.opx-hero-media__image {
		height: 360px;
		min-height: 360px;
	}

	.opx-demo-teaser {
		gap: 34px;
	}

	.opx-about-teaser__body > p {
		font-size: 16px;
	}

	.opx-demo-teaser > div > p:not(.opx-eyebrow),
	.opx-office-story__copy > p:not(.opx-eyebrow),
	.opx-careers-teaser p:not(.opx-eyebrow) {
		font-size: 16px;
	}

	.opx-office-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 260px 150px;
		min-height: 422px;
	}

	.opx-office-gallery__item:first-child,
	.opx-office-gallery--empty span:first-child {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.opx-team-grid {
		grid-template-columns: 1fr;
	}

	.opx-team-card__portrait,
	.opx-team-card__portrait img {
		height: 280px;
		min-height: 280px;
	}

	.opx-careers-teaser,
	.opx-contact-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.opx-company-hero {
		padding: 64px 20px 56px;
	}

	.opx-company-hero h1 {
		font-size: clamp(41px, 13vw, 58px);
	}

	.opx-company-hero > p:last-child {
		font-size: 16px;
	}

	.opx-company-empty,
	.opx-open-application {
		margin: 28px 20px;
	}

	.opx-job-list {
		padding: 48px 20px;
	}

	.opx-job-card {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.opx-job-card__description,
	.opx-job-card > .opx-button {
		grid-column: auto;
	}

	.opx-contact-panel .opx-button {
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.opx-office-gallery__item img {
		transition-duration: 0.01ms !important;
	}
}
