/* All selectors are scoped to the landing root or its dedicated standalone body. */
body.aristeem-work-landing-page {
	margin: 0;
	background: #ffffff;
}

.aristeem-work-landing {
	--awl-blue: #3175d8;
	--awl-blue-dark: #135cbf;
	--awl-pale: #dcebff;
	--awl-ink: #090a0d;
	--awl-copy: #25272c;
	--awl-muted: #5f6671;
	--awl-line: #dfe3e8;
	--awl-container: 1120px;
	box-sizing: border-box;
	min-width: 0;
	color: var(--awl-ink);
	background: #ffffff;
	font-family: Urbanist, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

.aristeem-work-landing *,
.aristeem-work-landing *::before,
.aristeem-work-landing *::after { box-sizing: border-box; }

.aristeem-work-landing a { color: inherit; text-decoration: none; }

.aristeem-work-landing section[id],
.aristeem-work-landing footer[id] { scroll-margin-top: 96px; }

.aristeem-work-landing__container { width: min(calc(100% - 48px), var(--awl-container)); margin: 0 auto; }

.aristeem-work-landing__skip-link { position: absolute; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: #111827; border-radius: 6px; transform: translateY(-160%); }
.aristeem-work-landing__skip-link:focus { transform: translateY(0); outline: 2px solid #fff; outline-offset: 2px; }

.aristeem-work-landing__header { position: sticky; z-index: 20; top: 0; color: var(--awl-ink); background: #fff; box-shadow: 0 1px 0 rgba(19, 30, 45, .04); }
body.admin-bar .aristeem-work-landing__header { top: 32px; }
.aristeem-work-landing__header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 18px; }
.aristeem-work-landing__brand { display: inline-flex; flex: 0 0 auto; }
.aristeem-work-landing__brand img { display: block; width: 176px; height: auto; object-fit: contain; }
.aristeem-work-landing__space-switcher { display: flex; align-items: center; gap: 10px; margin-right: auto; font-size: 15px; font-weight: 600; }
.aristeem-work-landing__space-switcher a { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 12px; border-radius: 8px; }
.aristeem-work-landing__space-switcher img { display: block; flex: 0 0 auto; width: 24px; height: 24px; object-fit: contain; }
.aristeem-work-landing__space-switcher a.is-active { color: #2f82df; background: #e5f2ff; }
.aristeem-work-landing__nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; font-size: 16px; font-weight: 400; color: #15191f; }
.aristeem-work-landing__nav a, .aristeem-work-landing__footer a { transition: color .2s ease; }
.aristeem-work-landing__nav a:hover, .aristeem-work-landing__footer a:hover { color: #87b7ff; }
.aristeem-work-landing__header-action, .aristeem-work-landing__button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 20px; border: 1px solid #1381e8; border-radius: 8px; color: #fff; background: #087de0; font-size: 14px; font-weight: 600; line-height: 1.35; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.aristeem-work-landing .aristeem-work-landing__header-action,
.aristeem-work-landing .aristeem-work-landing__button { color: #fff; }
.aristeem-work-landing .aristeem-work-landing__header-action--outline { color: #087de0; background: #fff; }
.aristeem-work-landing .aristeem-work-landing__header-action--outline:hover,
.aristeem-work-landing .aristeem-work-landing__header-action--outline:focus-visible,
.aristeem-work-landing .aristeem-work-landing__header-action--outline:active { color: #fff; background: var(--awl-blue-dark); }
.aristeem-work-landing__header-action:hover, .aristeem-work-landing__button:hover { background: var(--awl-blue-dark); box-shadow: 0 8px 18px rgba(24, 99, 201, .24); transform: translateY(-1px); }
.aristeem-work-landing a:focus-visible, .aristeem-work-landing button:focus-visible { outline: 3px solid #146cd8; outline-offset: 3px; }

.aristeem-work-landing__hero { background: linear-gradient(110deg, #fbfdff 5%, #d7ebff 100%); }
.aristeem-work-landing__hero-inner { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 540px; align-items: center; gap: 34px; padding-top: 52px; padding-bottom: 52px; }
.aristeem-work-landing__hero-copy { position: relative; z-index: 1; }
.aristeem-work-landing .aristeem-work-landing__hero-copy h1 { margin: 0 0 24px; font-size: clamp(38px, 2.9vw, 40px); line-height: 1.08; letter-spacing: -.02em; font-weight: 900; }
.aristeem-work-landing__hero-copy mark { padding: 0 3px; color: #087bde; background: #e5f3ff; }
.aristeem-work-landing .aristeem-work-landing__hero-copy p { max-width: 450px; margin: 0 0 30px; color: #262c34; font-size: 16px; line-height: 1.45; }
.aristeem-work-landing__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.aristeem-work-landing__hero-actions .aristeem-work-landing__button { min-height: 46px; padding: 0 24px; font-size: 14px; }
.aristeem-work-landing .aristeem-work-landing__button--light { color: #087de0; background: rgba(255,255,255,.62); }
.aristeem-work-landing__button--light:hover,
.aristeem-work-landing__button--light:focus-visible,
.aristeem-work-landing__button--light:active { color: #fff; background: var(--awl-blue-dark); }
.aristeem-work-landing__hero-figure { position: relative; margin: 0; min-width: 0; }
.aristeem-work-landing__hero-figure img { display: block; width: 100%; height: auto; }
.aristeem-work-landing__hero-figure figcaption { position: absolute; right: 1%; bottom: 0; display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 18px; border-radius: 999px; color: #313944; background: #fff; box-shadow: 0 5px 18px rgba(29, 69, 116, .10); font-size: 11px; white-space: nowrap; }
.aristeem-work-landing__hero-figure figcaption span { color: #818891; }
.aristeem-work-landing__hero-figure figcaption strong { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; }
.aristeem-work-landing__hero-figure figcaption img { width: 24px; height: 24px; object-fit: contain; }
.aristeem-work-landing__scroll-cue { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 62px; color: #363c44; background: #fff; font-size: 10px; }
.aristeem-work-landing__scroll-cue span { width: 10px; height: 17px; border: 1px solid currentColor; border-radius: 8px; }

.aristeem-work-landing__configured { padding: 64px 0 72px; }
.aristeem-work-landing__configured-layout { display: grid; grid-template-columns: 1.7fr .85fr; align-items: center; gap: 30px; max-width: 1120px; margin: 0 auto; }
.aristeem-work-landing__configured-layout > img { display: block; width: 100%; height: auto; min-width: 0; }
.aristeem-work-landing__configured-layout ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.aristeem-work-landing__configured-layout li { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 12px; }
.aristeem-work-landing__configured-layout li > img { display: block; width: 48px; height: 48px; object-fit: contain; }
.aristeem-work-landing .aristeem-work-landing__configured-layout p { margin: 0; font-size: 15px; line-height: 1.28; }

.aristeem-work-landing__intro { padding: 64px 0 78px; }
.aristeem-work-landing__intro-copy { max-width: 820px; margin: 0 auto 26px; text-align: center; }
.aristeem-work-landing__eyebrow { margin: 0 0 10px; color: #4f7fb7; font-size: 11px; font-weight: 700; letter-spacing: .11em; }
.aristeem-work-landing h1, .aristeem-work-landing h2, .aristeem-work-landing h3, .aristeem-work-landing p { margin-top: 0; }
.aristeem-work-landing .aristeem-work-landing__intro-copy h2 { max-width: 800px; margin: 0 auto 10px; font-size: clamp(32px, 2.5vw, 34px); line-height: 1.1; letter-spacing: -.02em; font-weight: 700; }
.aristeem-work-landing__intro-copy > p:last-child { max-width: 740px; margin: 0 auto; color: #343943; font-size: 15px; line-height: 1.4; }
.aristeem-work-landing__benefits-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.aristeem-work-landing__cloud-figure, .aristeem-work-landing__applications-figure, .aristeem-work-landing__steps-figure { position: relative; margin: 0; overflow: hidden; }
.aristeem-work-landing__cloud-figure { min-height: 430px; background: #cfe9ff; }
.aristeem-work-landing__cloud-figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; transition: opacity .22s ease; }
.aristeem-work-landing__cloud-figure img.is-switching,
.aristeem-work-landing__steps-figure img.is-switching { opacity: .24; }
.aristeem-work-landing__benefits { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, minmax(0, 1fr)); color: #fff; background: #087de0; }
.aristeem-work-landing__benefits button { position: relative; min-width: 0; min-height: 0; padding: 20px 22px; border: 1px solid rgba(255,255,255,.34); color: #fff; background: transparent; font: inherit; text-align: left; cursor: pointer; transition: background-color .2s ease, box-shadow .2s ease; }
.aristeem-work-landing__benefits button:hover { background: rgba(255,255,255,.09); }
.aristeem-work-landing__benefits button.is-active { background: #096fc7; box-shadow: inset 4px 0 0 #fff; }
.aristeem-work-landing__benefits strong { display: block; margin-bottom: 9px; font-size: 15px; line-height: 1.12; }
.aristeem-work-landing__benefits span { display: block; max-width: 210px; color: #eef6ff; font-size: 13px; line-height: 1.32; }

.aristeem-work-landing__applications { padding: 0 0 90px; }
.aristeem-work-landing__section-heading { max-width: 760px; margin-bottom: 26px; }
.aristeem-work-landing .aristeem-work-landing__section-heading h2, .aristeem-work-landing .aristeem-work-landing__blog-heading h2 { margin: 0 0 10px; font-size: clamp(32px, 2.5vw, 34px); line-height: 1.1; letter-spacing: -.02em; font-weight: 700; }
.aristeem-work-landing .aristeem-work-landing__section-heading p { margin-bottom: 0; color: #303640; font-size: 15px; line-height: 1.4; }
.aristeem-work-landing__applications-layout { display: grid; grid-template-columns: minmax(0, 1fr) 352px; gap: 38px; align-items: stretch; }
.aristeem-work-landing__applications-copy .aristeem-work-landing__section-heading { margin-bottom: 28px; }
.aristeem-work-landing__application-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; align-content: start; }
.aristeem-work-landing__app-group { min-width: 0; padding: 12px 14px; border-radius: 4px; }
.aristeem-work-landing__app-group--active { background: var(--awl-pale); }
.aristeem-work-landing .aristeem-work-landing__app-group h3 { margin: 0 0 8px; font-size: 15px; line-height: 1.1; font-weight: 700; }
.aristeem-work-landing__app-group--active h3 { color: #4d81bc; }
.aristeem-work-landing__app-group div { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.aristeem-work-landing__app-group a, .aristeem-work-landing__blog-filters button { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 16px; border: 1px solid #d5d9df; border-radius: 999px; background: #fff; font: inherit; font-size: 12px; line-height: 1; white-space: nowrap; transition: border-color .2s ease, background .2s ease; }
.aristeem-work-landing__app-group a:hover { border-color: #76a9eb; background: #f2f8ff; }
.aristeem-work-landing__applications-figure { min-height: 568px; background: #0d1722; }
.aristeem-work-landing__applications-figure::after, .aristeem-work-landing__steps-figure::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); pointer-events: none; }
.aristeem-work-landing__applications-figure img, .aristeem-work-landing__steps-figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.aristeem-work-landing__applications-figure figcaption, .aristeem-work-landing__steps-figure figcaption { position: absolute; z-index: 1; bottom: 22px; left: 22px; color: #fff; font-size: 20px; font-weight: 700; line-height: .95; letter-spacing: -.03em; }
.aristeem-work-landing__info-note { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0 0; padding: 10px 13px; border-radius: 4px; color: #4a7cae; background: #e2f0ff; font-size: 11px; line-height: 1.3; }
.aristeem-work-landing__info-note span { display: grid; flex: 0 0 auto; place-items: center; width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-weight: 700; }

.aristeem-work-landing__steps { padding: 52px 0 78px; }
.aristeem-work-landing__section-heading--center { max-width: 820px; margin: 0 auto 26px; text-align: center; }
.aristeem-work-landing .aristeem-work-landing__section-heading--center h2 { font-size: clamp(32px, 2.5vw, 34px); }
.aristeem-work-landing__steps-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; align-items: stretch; }
.aristeem-work-landing__steps-figure { min-height: 390px; background: #132033; }
.aristeem-work-landing__steps-figure img { opacity: 1; transition: opacity .22s ease; }
.aristeem-work-landing__steps-figure figcaption { font-size: 20px; }
.aristeem-work-landing__steps-list { display: grid; grid-template-rows: repeat(5, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-left: 1px solid #e0e4e9; }
.aristeem-work-landing__steps-list li { min-height: 0; margin: 0; padding: 0; }
.aristeem-work-landing__steps-list button { display: grid; grid-template-columns: 34px 1fr; align-items: start; width: 100%; height: 100%; min-height: 74px; gap: 8px; padding: 11px 16px; border: 0; border-left: 2px solid transparent; color: inherit; background: #fff; font: inherit; text-align: left; cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
.aristeem-work-landing__steps-list button:hover { background: #f3f8ff; }
.aristeem-work-landing__steps-list button.is-active { border-left-color: var(--awl-blue); background: var(--awl-pale); }
.aristeem-work-landing__steps-list span { color: #161a20; font-size: 26px; line-height: 1; font-weight: 400; }
.aristeem-work-landing__steps-list strong { display: block; margin-bottom: 4px; font-size: 13px; line-height: 1.15; }
.aristeem-work-landing .aristeem-work-landing__steps-list p { margin: 0; color: #30353e; font-size: 12px; line-height: 1.3; }

.aristeem-work-landing__blog { padding: 0 0 72px; }
.aristeem-work-landing__blog-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.aristeem-work-landing .aristeem-work-landing__blog-heading h2 { margin: 0; }
.aristeem-work-landing__blog-heading a { color: #4a83be; font-size: 11px; text-decoration: underline; }
.aristeem-work-landing__blog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.aristeem-work-landing__blog-filters button { cursor: pointer; color: var(--awl-ink); }
.aristeem-work-landing__blog-filters button.is-active, .aristeem-work-landing__blog-filters button:hover { border-color: #7baee6; color: #407dbb; background: #edf6ff; }
.aristeem-work-landing__blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.aristeem-work-landing__blog-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid #eff1f4; background: #fff; box-shadow: 0 5px 12px rgba(18, 30, 54, .08); }
.aristeem-work-landing__blog-card > img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.aristeem-work-landing__blog-card > div { display: flex; flex: 1; flex-direction: column; padding: 16px 18px 18px; }
.aristeem-work-landing .aristeem-work-landing__blog-card p { margin: 0 0 9px; color: #4d83bb; font-size: 10px; line-height: 1.15; text-decoration: underline; }
.aristeem-work-landing .aristeem-work-landing__blog-card h3 { min-height: 48px; margin: 0 0 8px; font-size: 18px; line-height: 1.15; letter-spacing: -.015em; font-weight: 600; }
.aristeem-work-landing__blog-card span { display: block; min-height: 30px; color: #313740; font-size: 10px; line-height: 1.23; }
.aristeem-work-landing__blog-card a { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 30px; margin-top: 15px; padding: 0 13px; border: 1px solid #d7dde4; border-radius: 4px; font-size: 10px; transition: border-color .2s ease, background .2s ease; }
.aristeem-work-landing__blog-card a:hover { border-color: #70a5e5; background: #f1f7ff; }

.aristeem-work-landing__cta { padding: 0 0 18px; text-align: center; }
.aristeem-work-landing__cta-device { position: relative; max-width: 980px; margin: 0 auto; }
.aristeem-work-landing__cta-device > img { display: block; width: 100%; height: auto; }
.aristeem-work-landing__cta-screen { position: absolute; top: 29%; left: 50%; width: 34%; transform: translateX(-50%); color: #fff; }
.aristeem-work-landing .aristeem-work-landing__cta-screen h2 { margin: 0 0 12px; font-size: clamp(20px, 2.35vw, 30px); line-height: 1.05; letter-spacing: -.03em; font-weight: 700; text-align: center; }
.aristeem-work-landing__cta-screen > div { display: flex; justify-content: center; gap: 7px; }
.aristeem-work-landing__cta .aristeem-work-landing__button { min-height: 25px; padding: 0 10px; font-size: 8px; }
.aristeem-work-landing .aristeem-work-landing__button--secondary { border-color: #4b76bd; color: #d9e9ff; background: rgba(0,0,0,.2); }
.aristeem-work-landing .aristeem-work-landing__button--secondary:hover,
.aristeem-work-landing .aristeem-work-landing__button--secondary:focus-visible,
.aristeem-work-landing .aristeem-work-landing__button--secondary:active { color: #fff; background: var(--awl-blue-dark); }
.aristeem-work-landing__partners { display: flex; align-items: center; justify-content: center; gap: 36px; margin-top: 2px; }
.aristeem-work-landing__partners img { display: block; width: 100px; height: 80px; object-fit: contain; }

.aristeem-work-landing__footer { padding: 26px 0 22px; color: #151b28; background: linear-gradient(103deg, #ffffff 5%, #cce9ff 100%); }
.aristeem-work-landing__footer-inner { display: grid; gap: 14px; }
.aristeem-work-landing__footer-top { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.aristeem-work-landing__footer-top img { display: block; width: 160px; height: auto; object-fit: contain; }
.aristeem-work-landing__footer-top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: 13px; font-weight: 600; }
.aristeem-work-landing__socials { display: flex; align-items: center; justify-content: center; gap: 10px; }
.aristeem-work-landing__socials a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: #087de0; transition: transform .2s ease, background .2s ease; }
.aristeem-work-landing__socials a:hover { color: #fff; background: #0968bd; transform: translateY(-2px); }
.aristeem-work-landing__socials .dashicons { width: 20px; height: 20px; font-size: 20px; }
.aristeem-work-landing__legal { text-align: center; }
.aristeem-work-landing .aristeem-work-landing__legal p { margin: 0; font-size: 13px; line-height: 1.45; }

@media (max-width: 1024px) {
	.aristeem-work-landing__nav { gap: 15px; font-size: 14px; }
	.aristeem-work-landing__space-switcher { display: none; }
	.aristeem-work-landing .aristeem-work-landing__hero-copy h1 { font-size: 36px; }
	.aristeem-work-landing .aristeem-work-landing__intro-copy h2,
	.aristeem-work-landing .aristeem-work-landing__section-heading h2,
	.aristeem-work-landing .aristeem-work-landing__section-heading--center h2,
	.aristeem-work-landing .aristeem-work-landing__blog-heading h2 { font-size: 32px; }
	.aristeem-work-landing__benefits button { padding: 14px; }
	.aristeem-work-landing__benefits strong { font-size: 12px; }
	.aristeem-work-landing__benefits span { font-size: 10px; }
	.aristeem-work-landing__applications-layout { grid-template-columns: minmax(0, 1fr) 320px; }
	.aristeem-work-landing__application-groups { gap: 10px 14px; }
}

@media (max-width: 820px) {
	.aristeem-work-landing__header-inner { min-height: 66px; }
	.aristeem-work-landing__nav, .aristeem-work-landing__header-action--outline { display: none; }
	.aristeem-work-landing__header-action { margin-left: auto; }
	.aristeem-work-landing__hero-inner, .aristeem-work-landing__configured-layout { grid-template-columns: 1fr; }
	.aristeem-work-landing__hero-inner { padding-top: 54px; padding-bottom: 58px; }
	.aristeem-work-landing .aristeem-work-landing__hero-copy h1 { font-size: 30px; }
	.aristeem-work-landing__hero-copy { max-width: 620px; text-align: center; margin: 0 auto; }
	.aristeem-work-landing .aristeem-work-landing__hero-copy p { margin-left: auto; margin-right: auto; }
	.aristeem-work-landing__hero-actions { justify-content: center; }
	.aristeem-work-landing__hero-figure { max-width: 680px; margin: 0 auto; }
	.aristeem-work-landing__configured-layout { max-width: 700px; }
	.aristeem-work-landing__configured-layout ul { grid-template-columns: 1fr 1fr; }
	.aristeem-work-landing__intro { padding: 54px 0 66px; }
	.aristeem-work-landing__benefits-grid, .aristeem-work-landing__applications-layout, .aristeem-work-landing__steps-layout { grid-template-columns: 1fr; }
	.aristeem-work-landing__cloud-figure { min-height: 360px; }
	.aristeem-work-landing__benefits { min-height: 300px; }
	.aristeem-work-landing__applications-figure { min-height: 360px; }
	.aristeem-work-landing__steps-figure { min-height: 350px; }
	.aristeem-work-landing__steps-list { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; border: 0; }
	.aristeem-work-landing__steps-list li { min-height: 108px; border-bottom: 1px solid #e0e4e9; }
	.aristeem-work-landing__steps-list button { min-height: 108px; }
	.aristeem-work-landing__blog-grid { gap: 16px; }
	.aristeem-work-landing__footer-top { align-items: flex-start; flex-direction: column; }
	.aristeem-work-landing__footer-top nav { justify-content: flex-start; }
}

@media (max-width: 782px) {
	body.admin-bar .aristeem-work-landing__header { top: 46px; }
}

@media (max-width: 600px) {
	.aristeem-work-landing__container { width: min(calc(100% - 32px), var(--awl-container)); }
	.aristeem-work-landing__header-inner { min-height: 64px; }
	.aristeem-work-landing__brand img { width: 144px; height: auto; }
	.aristeem-work-landing__header-action { min-height: 30px; padding: 0 11px; font-size: 9px; }
	.aristeem-work-landing__hero-inner { padding-top: 42px; padding-bottom: 42px; gap: 34px; }
	.aristeem-work-landing__hero-copy { text-align: left; }
	.aristeem-work-landing .aristeem-work-landing__hero-copy h1 { font-size: 30px; font-weight: 800; }
	.aristeem-work-landing__hero-actions { justify-content: flex-start; }
	.aristeem-work-landing__hero-figure figcaption { position: static; display: grid; grid-template-columns: repeat(2, auto); justify-content: center; gap: 8px 18px; min-height: 0; margin-top: 8px; padding: 10px 14px; white-space: normal; }
	.aristeem-work-landing__hero-figure figcaption > span { grid-column: 1 / -1; text-align: center; }
	.aristeem-work-landing__configured { padding: 54px 0 58px; }
	.aristeem-work-landing__configured-layout ul { grid-template-columns: 1fr; }
	.aristeem-work-landing__configured-layout li { grid-template-columns: 42px 1fr; }
	.aristeem-work-landing__configured-layout li > img { width: 42px; height: 42px; }
	.aristeem-work-landing__intro { padding: 46px 0 62px; }
	.aristeem-work-landing .aristeem-work-landing__intro-copy h2 { font-size: 26px; }
	.aristeem-work-landing__intro-copy { margin-bottom: 24px; text-align: left; }
	.aristeem-work-landing__intro-copy h1, .aristeem-work-landing__intro-copy > p:last-child { margin-left: 0; }
	.aristeem-work-landing__cloud-figure { min-height: 240px; }
	.aristeem-work-landing__benefits { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; }
	.aristeem-work-landing__benefits button { min-height: 96px; padding: 15px 18px; }
	.aristeem-work-landing__benefits span { max-width: none; font-size: 12px; }
	.aristeem-work-landing__applications { padding-bottom: 65px; }
	.aristeem-work-landing .aristeem-work-landing__section-heading h2, .aristeem-work-landing .aristeem-work-landing__section-heading--center h2 { font-size: 26px; }
	.aristeem-work-landing__applications-layout { gap: 20px; }
	.aristeem-work-landing__application-groups { grid-template-columns: 1fr; }
	.aristeem-work-landing__applications-figure { min-height: 242px; }
	.aristeem-work-landing__applications-figure figcaption, .aristeem-work-landing__steps-figure figcaption { bottom: 16px; left: 16px; font-size: 18px; }
	.aristeem-work-landing__steps { padding: 18px 0 66px; }
	.aristeem-work-landing__steps-figure { min-height: 242px; }
	.aristeem-work-landing__steps-list { grid-template-columns: 1fr; grid-template-rows: none; }
	.aristeem-work-landing__steps-list li { min-height: 0; }
	.aristeem-work-landing__steps-list button { min-height: 82px; }
	.aristeem-work-landing__blog { padding-bottom: 56px; }
	.aristeem-work-landing__blog-heading { margin-bottom: 16px; }
	.aristeem-work-landing .aristeem-work-landing__blog-heading h2 { font-size: 26px; }
	.aristeem-work-landing__blog-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 7px; }
	.aristeem-work-landing__blog-filters button { flex: 0 0 auto; }
	.aristeem-work-landing__blog-grid { grid-template-columns: 1fr; gap: 16px; }
	.aristeem-work-landing .aristeem-work-landing__blog-card h3, .aristeem-work-landing__blog-card span { min-height: 0; }
	.aristeem-work-landing__cta-device { max-width: 390px; }
	.aristeem-work-landing__cta-screen { top: 30%; width: 42%; }
	.aristeem-work-landing .aristeem-work-landing__cta-screen h2 { margin-bottom: 7px; font-size: 16px; }
	.aristeem-work-landing__cta .aristeem-work-landing__button { min-height: 22px; padding: 0 7px; font-size: 7px; }
	.aristeem-work-landing__partners { flex-wrap: wrap; gap: 8px 28px; margin-top: 0; }
	.aristeem-work-landing__partners img { width: 88px; height: 64px; }
	.aristeem-work-landing__footer { padding: 22px 0 20px; }
	.aristeem-work-landing__footer-top nav { gap: 14px 17px; font-size: 11px; }
	.aristeem-work-landing .aristeem-work-landing__legal p { font-size: 11px; }
}

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