/* ==================================================
   CP26 CONTENT UPDATE
   Added: 2026-05
   Purpose: Siemens / ProtoTRAK content rewrite
   Scope:
   - SINUMERIK ONE
   - Siemens machine pages
   - CP26 layouts/components
================================================== */

.cp26 .heading-block .sub-text {
  font-size: 0.7em;
}
	
.cp26	.hero-desc h2 {
	text-align: center;
}
	
@media (min-width:768px) {
	.cp26 .hero-desc h2 {
		text-align: initial;
	}
}

@media (min-width: 1600px) {
  .cp26 .hero-desc h2 {
		margin:20px 0;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .cp26 h3.brand-traksi {
  	font-size: 1.8rem !important;
  }
}

.cp26 h3.brand-traksi.brighter {
	position: relative;
	padding-left: 35px;
}

.cp26 h3.brand-traksi.brighter::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.05em;
	width: 26px;
	height: 1em;
	background-color: #00cfc8;
}

.cp26 .tagline-type-2 {
    margin: 20px;
    font-size: 1.5rem;
    line-height: 1.05em;
    font-weight: 700;
}

@media (min-width: 768px) {
	.cp26 .tagline-type-2 {
		margin: 20px 0;
		padding: 2px 0;
		font-size: 3.5rem;
		font-weight: 700;
		line-height: 1.05em;
		text-align: center;
		background: linear-gradient(to right, rgba(10, 20, 25, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(10, 20, 25, 0) 100%);
	}
}

.cp26 .tagline-type-2#traksi-value-msg {
	margin: 0 20px;
	padding: 12px 0;
	text-align: center;
}

@media (min-width: 1200px) {
	.cp26 .tagline-type-2#traksi-value-msg {
		margin-top: -75px;
		padding: 15px;
		position: relative;
		z-index: 5;
	}
}

@media (min-width: 1200px) {
	.cp26 .tagline-type-2#traksi-value-msg {
		margin-top: -75px;
		padding: 15px;
		position: relative;
		z-index: 5;
	}
}

.cp26 section.traksi {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: 1px solid #009999;
	background-color: #0d1a20;
}

.cp26 .section-highlights {
 
}

.cp26 .section-highlights h2 {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.cp26 .section-highlights h2 {
		margin: 20px 0;
		padding: 0;
		font-size: 3.5rem !important;
		font-weight: 700;
		line-height: .9em;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#020b0f+0,000000+100&1+0,1+25,0+75 */
		background: linear-gradient(to right,  rgba(2,11,15,1) 0%,rgba(2,8,11,1) 25%,rgba(1,3,4,0) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
}

.cp26 .section-highlights ul,
.cp26 .section-highlights p {
	font-size: 1.3rem;
}

@media (min-width:1200px) {
	.cp26 .section-highlights ul,
	.cp26 .section-highlights p {
		font-size: 1.8rem;
	}
}

.cp26 section + section {
	margin-top: 45px;
}

.cp26 .btn.btn-primary {
	box-shadow: none;
}

.cp26 .model-number-label {
		/* background-color: #020b0f; */
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0 25px 0 0;
		background:linear-gradient(
        to top,
        rgba(0,16,24,.96) 0%,
        rgba(0,16,24,.75) 45%,
        rgba(0,16,24,0) 100%
    );
}

@media (min-width:1400px) {
	.cp26 .model-number-label {
  	font-size: 1.3rem;
		padding: 3px 50px 3px 0;
		margin-top: -30px;
		height: 75px;
		padding-top: 28px;
		

		font-size: 1.3rem;


		padding: 3px 50px 3px 0;
		margin-top: -82px;
		height: 106px;
		padding-top: 62px;
		z-index: 2;
		position: relative;
    }
	}

.cp26	.img-block img {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

.cp26 .model-comparison-card {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  background: #fff;
}

.cp26 .model-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.cp26 .model-comparison-table th,
.cp26 .model-comparison-table td {
  padding: 1rem 1.25rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.cp26 .model-comparison-table tr:last-child td {
  border-bottom: 0;
}

.cp26 .model-comparison-table th:first-child,
.cp26 .model-comparison-table td:first-child {
  width: 34%;
  text-align: left;
}

.cp26 .model-comparison-table th:nth-child(2),
.cp26 .model-comparison-table td:nth-child(2),
.cp26 .model-comparison-table th:nth-child(3),
.cp26 .model-comparison-table td:nth-child(3) {
  width: 33%;
  text-align: center;
  border-left: 1px solid #e5e5e5;
}

.cp26 .model-comparison-table th {
  font-size: 1.4rem;
  font-weight: 700;
}

.cp26 .model-comparison-table th:not(:first-child) {
  color: #007c7a;
}

.cp26 .model-comparison-table td {
  font-size: 1.25rem;
}

.cp26 .model-heading,
.cp26 .spec-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
}

.cp26 .model-heading {
  font-size: 1.65rem;
}

/* ICON SYSTEM - comparison table */
.cp26 .spec-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  flex: 0 0 50px;
}

.cp26 .spec-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* =========================================================
   PROJECT CP26
   SINUMERIK ONE PAGES
========================================================= */


/* ==================================================
CP26 DESIGN TOKENS
================================================== */

.cp26 {
	--cp26-teal-rgb: 0, 150, 170;

	--cp26-bg-teal-soft: linear-gradient(
		90deg,
		rgba(var(--cp26-teal-rgb), .08),
		rgba(var(--cp26-teal-rgb), .03)
	);

	--cp26-border-teal-soft: rgba(var(--cp26-teal-rgb), .18);
	--cp26-border-teal-medium: rgba(var(--cp26-teal-rgb), .4);
}
.cp26 .eyebrow {
	font-size: 1.3rem;
	font-weight: 700;
}

.cp26 .callout-style-a {
	background-color: #0a1419;
	color: #fff;
}

.cp26 .callout-type-a {
	padding: 18px 35px;
	font-size: 1.6rem;
}

.cp26 .panel-style-a {
	background: var(--cp26-bg-teal-soft);
	border-bottom: 2px solid var(--cp26-border-teal-medium);
	color: #000;
}

.cp26 .panel.type-a {
	padding: 50px
}

.cp26 .panel-style-b {
	border: 2px solid var(--cp26-border-teal-medium);
	border-radius: 12px;
}

.cp26 .feature-panel h2 {
	font-size: clamp(1.8rem, 3vw, 2.5rem) !important;
}

.cp26 .feature-panel p {
	margin: 0;
	padding: 0;
}

/* =========================================================
   FOUNDATION HERO SECTION
========================================================= */

/* ==================================================
	HERO SYSTEM
	Shared hero styling for CP26 pages
================================================== */

.cp26 .foundation-hero-row,
.cp26 .programming-hero-row,
.cp26 .digitalization-hero-row,
.cp26 .automation-hero-row {
	background:
		linear-gradient(
			145deg,
			rgba(10, 20, 25, 1) 0%,
			rgba(10, 20, 25, 1) 14%,
			rgba(10, 20, 25, 0.96) 24%,
			rgba(10, 20, 25, 0.82) 38%,
			rgba(10, 20, 25, 0.45) 56%,
			rgba(10, 20, 25, 0.12) 72%,
			rgba(10, 20, 25, 0) 88%
		),
		var(--cp26-hero-image);

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	min-height: 540px;
	padding: 20px 15px;
}

.cp26 .digitalization-hero-row {
	min-height: 675px;
}

@media (min-width:1200px) {
	.cp26 .digitalization-hero-row {
		min-height: 540px;
	}
}


/* ==================================================
	PAGE-SPECIFIC HERO IMAGES
================================================== */

.cp26 .foundation-hero-row {
	--cp26-hero-image:
		url('/assets/images/products/trak-sinumerik-one-use1-3.webp');
}

.cp26 .programming-hero-row {
	--cp26-hero-image:
		url('/assets/images/products/traksi-sinumerik-one-tcsi.webp');
}

.cp26 .digitalization-hero-row {
	--cp26-hero-image:
		url('/assets/images/products/sinumerik-one-hero-bg-v4.webp');
}

.cp26 .automation-hero-row {
	--cp26-hero-image:
		url('/assets/images/products/trak-automation-hero-v3.webp');
}


/* ==================================================
	DESKTOP HERO ADJUSTMENTS
================================================== */

@media (min-width:992px) {

	.cp26 .foundation-hero-row,
	.cp26 .programming-hero-row,
	.cp26 .digitalization-hero-row,
	.cp26 .automation-hero-row {

		background:
			linear-gradient(
				90deg,
				rgba(10, 20, 25, 1) 0%,
				rgba(10, 20, 25, 1) 14%,
				rgba(10, 20, 25, 0.96) 24%,
				rgba(10, 20, 25, 0.82) 38%,
				rgba(10, 20, 25, 0.45) 56%,
				rgba(10, 20, 25, 0.12) 72%,
				rgba(10, 20, 25, 0) 88%
			),
			var(--cp26-hero-image);

		background-size: cover;
		background-repeat: no-repeat;

		background-position:
			center,
			var(--cp26-hero-position-desktop);
	}

	.cp26 .foundation-hero-row {
		--cp26-hero-position-desktop:
			calc(50% + 190px) center;
	}

	.cp26 .programming-hero-row {
		--cp26-hero-position-desktop:
			calc(50% + 190px) center;
	}

	.cp26 .digitalization-hero-row {
		--cp26-hero-position-desktop:
			calc(50% + 190px) center;
	}

	.cp26 .automation-hero-row {
		--cp26-hero-position-desktop:
			calc(50% + 12px) center;
	}
}

@media (min-width:1600px) {
		img#sinumerik-digitalization-hero {
			max-width: 54%;
		}
	}

/* ==================================================
	SHARED HERO ELEMENTS
================================================== */

.cp26 .accent {
	width: 48px;
	height: 4px;
	background-color: hsl(180, 100%, 37%, 1);
	margin-bottom: 6px;
	border-radius: 2px;
}

.cp26 .hero-text {
	max-width: 550px;
}

.cp26 .foundation-hero-content h1,
.cp26 .programming-hero-content h1,
.cp26 .digitalization-hero-content h1,
.cp26 .automation-hero-content h1 {
	color: #fff !important;
}

.cp26 .heading-sub {
	display: block;
}

.cp26 .t1 {
	margin: 10px 0;
	font-size: 1.7em;
	color: hsl(180, 100%, 37%, 1);
}

.cp26 .t2 {
	margin-top: 1.5rem;
	font-size: 1.3em;
}

.foundation-eyebrow {
	font-size: 1.3rem;
	font-weight: 700;
}

/* ==================================================
	PROGRAMMING, DIGITALIZATION PAGES
	Hero Overlay Highlight Card

	digitalization
================================================== */

.cp26 .programming-highlight,
.cp26 .digitalization-highlight {
	background: transparent;
	position: relative;
	z-index: 3;
	margin: -25px 0 35px; 
}

.cp26 .programming-highlight .container,
.cp26 .digitalization-highlight .container {
	position: relative;
}

.cp26 .programming-highlight-card,
.cp26 .digitalization-highlight-card {
	max-width: 860px;
	margin: 0 auto;
	padding: 15px 35px;
	background: #fff;
	border: 1px solid rgba(10, 20, 25, .14);
	border-left: 8px solid hsl(180, 100%, 37%, 1);
	border-radius: 12px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .16);

	display: flex;
	align-items: center;
	gap: 28px;
}

.cp26 .programming-highlight-icon,
.cp26 .digitalization-highlight-icon {
	width: 58px;
	height: 58px;
	border: 2px solid hsl(180, 100%, 37%, 1);
	border-radius: 50%;
	color: hsl(180, 100%, 37%, 1);

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 1.5rem;
	flex: 0 0 58px;
}

.cp26 .programming-highlight-text,
.cp26 .digitalization-highlight-text {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.35;
	color: #0a1419;
}

@media (max-width: 767.98px) {

	.cp26 .programming-highlight,
	.cp26 .digitalization-highlight {
		margin-top: -45px;
	}

	.cp26 .programming-highlight-card,
	.cp26 .digitalization-highlight-card {
		padding: 24px;
		align-items: flex-start;
		gap: 18px;
		margin: 68px 0 42px;
	}

	.cp26 .programming-highlight-icon,
	.cp26 .digitalization-highlight-icon {
		width: 46px;
		height: 46px;
		font-size: 1.1rem;
		flex-basis: 46px;
	}

	.cp26 .programming-highlight-text,
	.cp26 .digitalization-highlight-text {
		font-size: 1.1rem;
	}
}

/* =========================================================
   FOUNDATION "FIT" SECTION
========================================================= */

.cp26 .foundation-fit .fit-image {
	min-height: 380px;
	background-image: url('/assets/images/products/trak-machine-shop-traksi.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.cp26 .foundation-fit .fit-image {
		min-height: 420px;
	}
}

.cp26 .cp26-icon {
	width: 125px;
	height: 125px;
	color: hsl(180, 100%, 37%);
}

.cp26 .fit-feature-title {
	font-size: 1.05rem !important;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 1rem;
	margin-bottom: 0;
}

.cp26 .foundation-fit .fit-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin-top: 2rem;
	padding-right: 3rem;
}

.cp26 .foundation-fit .fit-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.cp26 .foundation-fit .fit-feature-title {
	font-size: 1rem;
	line-height: 1.35;
	font-weight: 700;
	margin: 1rem 0 0;
}

@media (min-width: 768px) {
	.cp26 .foundation-fit .fit-features {
		grid-template-columns: repeat(4, 1fr);
	}
}







.cp26 .foundation-fit .container {
	position: relative;
}

.fit-content h2 {
	font-size: 2.5rem !important;
}

.cp26 .foundation-fit .fit-bottom-bar {
	  background: #000;
    color: #fff;
    font-size: 1.5rem;
    padding: 18px 35px;
}

.cp26 .foundation-fit .fit-bottom-bar-accent {
	width: 42px;
	height: 4px;
	background: #e1261c;
	margin-bottom: 10px;
}

.cp26 .foundation-sidebar {
	margin-bottom: -63px; /* MOVE BACK TO TOP LINK INTO BG */
	background: #061015;
}

.cp26 .foundation-sidebar .row {
	align-items: stretch;
}

.cp26 .foundation-panel {
	position: relative;
	height: 100%;
	min-height: 400px;
	padding: 56px 48px;
	background: radial-gradient(
	circle at center,
	hsla(180, 100%, 37%, 0.1) 0%,
	hsla(180, 100%, 37%, 0) 75%
);


	color: #fff;
}

.cp26 .foundation-panel-left {
	border-right: 1px solid rgba(255,255,255,.18);
}






.cp26 .foundation-title-wide {
	max-width: none;
	margin-bottom: 18px;
}

.cp26 .foundation-intro {
	max-width: 58ch;
	color: rgba(255,255,255,.86);
	line-height: 1.65;
	margin-bottom: 34px;
}



.cp26 .foundation-graphic img {
	max-width: 175px;
	margin: auto;
}








.cp26 .foundation-stack-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 28px;
	margin-bottom: 36px;
}

.cp26 .foundation-stack-item {
	text-align: center;
	padding: 0 12px;
	position: relative;
}

.cp26 .foundation-stack-item:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: rgba(255,255,255,.16);
}

.cp26 .foundation-stack-icon {
	width: 65px;
	height: 65px;
	margin: 0 auto 18px;
	/* border: 1px solid rgba(255,255,255,.65); */
}

.cp26 .foundation-stack-icon img {
	max-width: 65px;
}

.cp26 .foundation-stack-item h3 {
	font-size: 1rem !important;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin-bottom: 8px;
}

.cp26 .foundation-stack-item p {
	font-size: .9rem;
	line-height: 1.55;
	color: rgba(255,255,255,.76);
	margin-bottom: 0;
}


@media (min-width: 992px) {
	.cp26 .foundation-stack-grid {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 0;
	}

	.cp26 .foundation-stack-item {
		padding: 0 18px;
	}
}





.cp26 .foundation-system-panel {
	padding: 56px 48px; 
	background: linear-gradient(
		90deg,
		rgba(0, 150, 170, .08),
		rgba(0, 150, 170, .03)
	);
}













/* ==================================================
	PROGRAMMING PAGE
	Programming Modes
================================================== */

.cp26 .programming-modes {
	padding: 20px 0 60px;
	background: #fff;
}

.cp26 .programming-modes-header {
	max-width: 760px;
	margin-bottom: 50px;
}

.cp26 .programming-modes h2 {
	margin-bottom: 14px;
}

.cp26 .programming-modes-grid {
	row-gap: 40px;
}

.cp26 .programming-mode-item {
	height: 100%;
	padding-right: 0;
	border-right: 0;
	text-align: center;
}

.cp26 .programming-mode-icon {
	margin-bottom: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: hsl(180, 100%, 37%, 1);
}

.cp26 .programming-mode-item h3 {
	font-size: 1.65rem;
	line-height: 1.15;
	margin-bottom: 3px;
}

.cp26 .programming-mode-copy {
	font-size: 1.12rem;
	line-height: 1.5;
	color: rgba(10, 20, 25, .82);
}


.cp26 .programming-topic-header {
	display: flex;
	align-items: center;
	gap: 17px;
}

.cp26 .programming-topic-icon {
	flex: 0 0 auto;
}

.cp26 .programming-topic-icon img {
	display: block;
	width: 88px;
	height: auto;
}

.cp26 .programming-topic-heading h2 {
	margin-bottom: 8px;
}

.cp26 .programming-topic-heading h2 + div.feature-desc {
	margin-top: -5px;
	font-size: 1.5rem;
	font-weight: 700;
}

.cp26 .programming-topic-heading .feature-desc {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.cp26 .programming-topic-header {
		align-items: flex-start;
		gap: 16px;
	}

	.cp26 .programming-topic-icon img {
		width: 68px;
	}
}

/* ==================================================
	TABLET / DESKTOP
================================================== */

@media (min-width: 992px) {

	.cp26 .programming-modes {
		padding-bottom: 30px;
	}

	.cp26 .programming-mode-item {
		padding-right: 34px;
		border-right: 1px solid rgba(10, 20, 25, .12);
	}

	.cp26 .programming-mode-item-last {
		border-right: 0;
	}
}

/* ==================================================
	PROGRAMMING PAGE
	Programming Mode Details
================================================== */

.cp26 .programming-mode-details {
	padding: 60px 0;
	background: #dedede;
}

.cp26 .programming-mode-detail {
	background: #fff;
	padding: 15px;
}

.cp26 .programming-mode-detail:last-child {
	margin-bottom: 0;
}

.cp26 .programming-mode-detail h2 {
	margin-bottom: 6px;
	color: hsl(180, 100%, 32%, 1);
}

.cp26 .programming-mode-subtitle {
	font-weight: 700;
	margin-bottom: 10px;
	color: #0a1419;
}

/*
.cp26 .programming-mode-detail ul {
	margin-bottom: 0;
	padding-left: 1.1rem;
}
*/

/* ==================================================
	PROGRAMMING MODE DETAILS
	Enhanced Layout
================================================== */

@media (min-width: 768px) {

	.cp26 .programming-mode-detail {
		padding: 40px 40px 20px 40px;
	}
}

@media (min-width: 992px) {

	/*
	.cp26 .programming-mode-details {
		padding: 80px 0;
	}
	*/

	.cp26 .programming-mode-detail {
		margin-bottom: 35px;
	}
}















/* ==================================================
SHOPMILL / SHOPTURN WORKFLOW
MOBILE FIRST
================================================== */

.cp26 .shopturn-workflow-block {
	margin-top: 38px;
	margin-bottom: 42px;
	color: hsl(190, 100%, 25%);
}

.cp26 .shopturn-workflow-block h3 {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 24px;
	color: hsl(190, 100%, 25%);
}

.cp26 .shopturn-workflow-line {
	display: none;
}

.cp26 .shopturn-workflow-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid rgba(0, 110, 130, .35);
	border-bottom: 1px solid rgba(0, 110, 130, .35);
}

.cp26 .shopturn-workflow-item {
	padding: 20px 16px;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	color: hsl(190, 100%, 25%);
}

.cp26 .shopturn-workflow-item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 110, 130, .25);
}

.cp26 .shopturn-role-callout {
	margin-top: 36px;
	padding: 30px 24px;
	border-left: 6px solid hsl(186, 100%, 33%);
	background: linear-gradient(
		90deg,
		rgba(0, 150, 170, .08),
		rgba(0, 150, 170, .03)
	);
	display: grid;
	gap: 24px;
	color: hsl(190, 100%, 25%);
}

.cp26 .shopturn-role-heading {
	font-size: clamp(2rem, 8vw, 3rem);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -.03em;
	/*
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0, 110, 130, .45);
	*/
}

.cp26 .shopturn-role-text {
	font-size: 1rem;
	line-height: 1.65;
	max-width: 52ch;
}


/* ==================================================
TABLET+
================================================== */

@media (min-width: 768px) {

	.cp26 .shopturn-workflow-line {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: center;
		position: relative;
		margin-bottom: 22px;
	}

	.cp26 .shopturn-workflow-line::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: 2px;
		background: hsl(190, 100%, 32%);
		transform: translateY(-50%);
	}

	.cp26 .shopturn-workflow-line span {
		position: relative;
		justify-self: center;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: hsl(190, 100%, 32%);
		z-index: 1;
	}

	.cp26 .shopturn-workflow-grid {
		grid-template-columns: repeat(3, 1fr);
		border: 0;
	}

	.cp26 .shopturn-workflow-item {
		padding: 0 30px;
		font-size: 1.15rem;
	}

	.cp26 .shopturn-workflow-item:not(:last-child) {
		border-bottom: 0;
		border-right: 1px solid rgba(0, 110, 130, .25);
	}

	.cp26 .shopturn-role-callout {
		grid-template-columns: minmax(320px, 1.1fr) 1.4fr;
		align-items: center;
		gap: 56px;
		padding: 42px 48px;
	}

	.cp26 .shopturn-role-text {
		font-size: 1.2rem;
		line-height: 1.7;
	}

}















/* ==================================================
CP26 ONE CONTROL SECTION
Mobile first
================================================== */

.cp26 .one-control-section {
	/*
	padding: 44px 0;
	background-color: #f4f4f4;
	*/
}

.cp26 .one-control-panel {
	position: relative;
	overflow: hidden;
	padding: 32px 26px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 68% 45%, rgba(0, 188, 188, .18), transparent 34%),
		linear-gradient(90deg, #08181f 0%, #09212a 48%, #06141a 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 14px 34px rgba(0,0,0,.20),
		0 4px 12px rgba(0,0,0,.12),
		inset 0 0 0 1px rgba(0,188,188,.18);
	color: #fff;
}

.cp26 .one-control-panel::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 16px;
	pointer-events: none;
}

.cp26 .one-control-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle, rgba(0,188,188,.24) 1px, transparent 1px);
	background-size: 18px 18px;
	opacity: .12;
	pointer-events: none;
}

.cp26 .one-control-content,
.cp26 .one-control-visual {
	position: relative;
	z-index: 1;
}

.cp26 .one-control-content h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 800;
	line-height: 1;
}

.cp26 .one-control-content p {
	max-width: 38ch;
	margin-bottom: 28px;
	color: rgba(255,255,255,.9);
	font-size: 1.2rem;
	line-height: 1.55;
}

.cp26 .one-control-benefits {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.12);
}

.cp26 .one-control-benefit {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.cp26 .one-control-benefit-icon {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	color: hsl(180, 100%, 37%);
	filter: drop-shadow(0 0 8px rgba(0,188,188,.35));
}

.cp26 .one-control-visual {
	margin: -15px 0;
	text-align: center;
}

@media (min-width: 1200px) {
	.cp26 .one-control-visual {
		margin: -35px 0;
	}
}

.cp26 .one-control-visual img {
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	height: auto;
}

/* Medium */
@media (min-width: 768px) {
	.cp26 .one-control-panel {
		padding: 42px 44px;
	}

	.cp26 .one-control-benefits {
		grid-template-columns: repeat(3, 1fr);
		gap: 18px;
	}

	.cp26 .one-control-benefit {
		align-items: flex-start;
	}

	.cp26 .one-control-benefit:not(:last-child) {
		border-right: 1px solid rgba(255,255,255,.16);
		padding-right: 18px;
	}
}

/* Large */
@media (min-width: 992px) {
	.cp26 .one-control-section {
		padding: 48px 0 54px;
	}

	.cp26 .one-control-panel {
		padding: 46px 54px;
	}
}


.cp26 .rmvm-panel {
	padding: 56px 48px; 
	background: linear-gradient(
		90deg,
		rgba(0, 150, 170, .08),
		rgba(0, 150, 170, .03)
	);
}









/* ==================================================
CONTOUR EDITOR FEATURE PANELS
================================================== */

.cp26 .programming-contour-editor .contour-card-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	height: 100%;
}

@media (max-width: 767px) {
	.cp26 .programming-contour-editor .contour-card-row {
		grid-template-columns: 1fr;
	}
}

.cp26 .programming-contour-editor .contour-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 25px 10px;
	/*
	border: 1px solid rgba(0, 150, 170, .16);
	border-radius: 12px;
	background: rgba(255, 255, 255, .32);
	box-shadow: none;
	*/
}

.cp26 .programming-contour-editor .contour-card-icon {
	width: 104px;
	height: 104px;
	margin: 0 auto 28px;
	border-radius: 50%;
	background: rgba(0, 150, 170, .07);
	flex-shrink: 0;
}

.cp26 .programming-contour-editor .contour-card .accent {
	width: 42px;
	height: 3px;
	margin: 0 0 18px;
	background: hsl(180, 100%, 37%);
	border-radius: 999px;
	flex-shrink: 0;
}

.cp26 .programming-contour-editor .contour-card h3 {
	font-size: 1.05rem;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .035em;
	color: hsl(180, 100%, 30%);
	margin-bottom: 14px;
}

.cp26 .programming-contour-editor .contour-card p {
	font-size: .98rem;
	line-height: 1.45;
	margin-bottom: 0;
}

.cp26 .programming-contour-editor .contour-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: hsl(180, 100%, 30%);
}

.cp26 .programming-contour-editor .contour-card-icon svg {
	width: 58px;
	height: 58px;
	display: block;
}
















/* ==================================================
PROGRAM SIMULATION FLOW
================================================== */

.cp26 .programming-simulations .simulation-flow {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding-left: 72px;
}

.cp26 .programming-simulations .simulation-flow::before {
	content: "";
	position: absolute;
	top: 32px;
	bottom: 32px;
	left: 31px;
	width: 2px;
	background: rgba(0, 150, 170, .35);
}

.cp26 .programming-simulations .simulation-step {
	position: relative;
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.cp26 .programming-simulations .simulation-icon {
	position: absolute;
	left: -72px;
	top: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid rgba(0, 150, 170, .18);
	background: rgba(0, 150, 170, .07);
}

.cp26 .programming-simulations .simulation-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: hsl(180, 100%, 37%);
	transform: translate(-50%, -50%);
}

.cp26 .programming-simulations .simulation-step-copy {
	border-bottom: 1px dashed rgba(0, 150, 170, .25);
	padding-bottom: 24px;
}

.cp26 .programming-simulations .simulation-step:last-child .simulation-step-copy {
	border-bottom: 0;
	padding-bottom: 0;
}

.cp26 .programming-simulations .simulation-step h3 {
	font-size: 1.25rem;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .035em;
	color: hsl(180, 100%, 30%);
	margin-bottom: 8px;
}

.cp26 .programming-simulations .simulation-step p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0;
}


/* ==================================================
   AUTOMATION PAGE
================================================== */

/* ==================================================
   LNS QUICK LOAD SERVO 80+
================================================== */

.cp26 .lns-feature {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
	overflow: hidden;

	background:
		radial-gradient(circle at 20% 40%, hsla(180, 100%, 37%, .18), transparent 34%),
		linear-gradient(135deg, #071115 0%, #09161b 45%, #050d12 100%);
}

.cp26 .lns-feature::before {
	content: "";
	position: absolute;
	inset: 0;

	background:
		linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);

	background-size: 42px 42px;

	opacity: .22;
	pointer-events: none;
}

.cp26 .lns-visual,
.cp26 .lns-copy {
	position: relative;
	z-index: 2;
}

.cp26 .lns-visual {
	position: relative;
	min-height: 280px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.cp26 .lns-machine {
	position: relative;
	z-index: 2;

	width: 100%;
	max-width: 760px;

	filter:
		drop-shadow(0 30px 45px rgba(0,0,0,.5))
		contrast(1.03)
		saturate(.96);
}

.cp26 .lns-screen-wrap {
	position: absolute;

	left: 39%;
	bottom: 12px;

	width: 58%;
	max-width: 474px;

	z-index: 3;

	/*
	transform:
		perspective(1400px)
		rotateX(3deg)
		rotateY(-9deg);
		*/

	box-shadow:
		0 24px 40px rgba(0,0,0,.45),
		0 0 40px hsla(180, 100%, 37%, .16);
}

.cp26 .lns-screen {
	display: block;
	width: 100%;

	border:
		1px solid rgba(255,255,255,.18);
}

.cp26 .lns-glow {
	position: absolute;

	left: 14%;
	bottom: 20px;

	width: 340px;
	height: 340px;

	background:
		radial-gradient(circle, hsla(180, 100%, 37%, .22), transparent 70%);

	filter: blur(28px);

	z-index: 1;
}

.cp26 .lns-copy {
	position: relative;

	padding: 75px 30px;

	background:
		linear-gradient(
			180deg,
			rgba(10,18,24,.82),
			rgba(5,12,16,.82)
		);

	border:
		1px solid rgba(255,255,255,.12);

	backdrop-filter: blur(10px);

	box-shadow:
		0 22px 60px rgba(0,0,0,.35);
}

.cp26 .lns-copy::before {
	content: "";

	position: absolute;

	top: 24px;
	left: 30px;

	width: 42px;
	height: 3px;

	background:
		hsl(180, 100%, 37%);
}

.cp26 .lns-copy h2 {
	margin:
		18px 0 16px;

	color: #fff;

	font-size:
		clamp(2rem, 4vw, 3.25rem);

	line-height: 1.05;
}

.cp26 .lns-intro {
	margin-bottom: 34px;

	font-size: 1.05rem;
	line-height: 1.65;

	color:
		rgba(255,255,255,.88);
}

.cp26 .lns-feature-list {
	display: grid;
	gap: 24px;
}

.cp26 .lns-feature-item {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 18px;
	align-items: start;
}

.cp26 .lns-feature-item h3 {
	margin: 0 0 6px;

	color: #fff;

	font-size: 1.05rem;
	font-weight: 700;
}

.cp26 .lns-feature-item p {
	margin: 0;

	line-height: 1.55;

	color:
		rgba(255,255,255,.82);
}

.cp26 .lns-icon {
	width: 54px;
	height: 54px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;

	border:
		1px solid hsla(180, 100%, 37%, .6);

	background:
		hsla(180, 100%, 37%, .08);
}

.cp26 .lns-icon svg {
	width: 26px;
	height: 26px;

	fill: none;

	stroke:
		hsl(180, 100%, 37%);

	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (min-width: 992px) {

	.cp26 .lns-feature {
		grid-template-columns:
			minmax(0, 1.15fr)
			minmax(380px, .85fr);

		align-items: center;

		padding:
			0;
	}

	.cp26 .lns-visual {
		min-height: 520px;
	}

	.cp26 .lns-screen-wrap {
		left: 37%;
		bottom: 14px;
		width: 60%;
	}

}








/* ==================================================
CP26 AUTOMATION FEATURE SPLIT SECTION -VERSABUILT
================================================== */

.cp26 .automation-feature {
  overflow: hidden;
  margin: 0;
}

.cp26 .automation-feature-light {
  background: #fff;
  color: #111827;
}

.cp26 .automation-feature-copy {
  padding: 3rem 1.5rem;
}

.cp26 .automation-feature .eyebrow {
  margin-bottom: 1rem;
  color: hsl(180, 100%, 30%);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cp26 .automation-feature h2 {
  margin-bottom: 1.25rem;
  font-weight: 800;
  line-height: 1.08;
}

.cp26 .automation-feature p {
  max-width: 28rem;
  margin-bottom: 1.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.cp26 .automation-check-list {
  display: grid;
  gap: 1.1rem;
  max-width: 31rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cp26 .automation-check-list li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.45;
  font-weight: 500;
}

.cp26 .automation-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .05rem;
  width: 1.55rem;
  height: 1.55rem;
  background: url("/assets/images/products/teal-check-circle-icon.svg") center / contain no-repeat;
}






.cp26 .automation-feature-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.cp26 .automation-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;

  object-fit: cover;
  object-position: center;
}

/* DESKTOP ANGLE ONLY */

@media (min-width: 992px) {

  .cp26 .automation-feature-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 140px;
    height: 100%;

    background: #fff;

    clip-path: polygon(
      0 0,
      100% 0,
      35% 100%,
      0 100%
    );

    z-index: 2;
    pointer-events: none;
  }

}













/* ==================================================
CP26 AUTOMATION READY INTERFACE
================================================== */

.cp26 .automation-ready-interface {
  background: #f4f4f4;
  padding: 0;
}

.cp26 .ari-panel {
  position: relative;
  overflow: hidden;
  padding: 3rem 1.5rem;
  background:
    radial-gradient(circle at 72% 55%, hsla(180, 100%, 37%, .18), transparent 36%),
    linear-gradient(135deg, #071116 0%, #0a1419 55%, #03080b 100%);
  color: #fff;
}

.cp26 .ari-copy {
  position: relative;
  z-index: 2;
}

.cp26 .ari-copy .eyebrow {
  margin-bottom: .8rem;
  color: hsl(180, 100%, 37%);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cp26 .ari-copy h2 {
  margin-bottom: .9rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
}

.cp26 .ari-copy p {
  max-width: 24rem;
  margin-bottom: 1.6rem;
  color: rgba(255,255,255,.88);
  font-size: 1.05rem;
  line-height: 1.45;
}

.cp26 .ari-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.5rem;
}

.cp26 .ari-feature-grid div {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: .75rem;
  align-items: center;
  color: rgba(255,255,255,.92);
  line-height: 1.3;
}

.cp26 .ari-feature-grid img {
  width: 2.1rem;
  height: 2.1rem;
  padding: .35rem;
  border: 1px solid hsla(180, 100%, 37%, .75);
  border-radius: 50%;
  color: hsl(180, 100%, 37%);
}

.cp26 .ari-hardware-stage {
  position: relative;
  min-height: 360px;
}

.cp26 .ari-lines {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  opacity: .75;
}

.cp26 .ari-box {
  position: absolute;
  z-index: 2;
  display: block;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.45));
}

.cp26 .ari-box-main {
  right: 0;
  bottom: 0;
  width: 68%;
}

.cp26 .ari-box-secondary {
  left: 3%;
  top: 8%;
  width: 36%;
  transform: rotate(-2deg);
}

@media (min-width: 768px) {
  .cp26 .ari-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .cp26 .ari-panel {
    padding: 4rem 3.25rem;
  }

  .cp26 .ari-copy h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
  }

  .cp26 .ari-hardware-stage {
    min-height: 420px;
  }
}