/**
 * Use case: E-Commerce (/use-cases/ecommerce)
 *
 * @package Bringits
 */

.uc-ecommerce-page {
	width: 100%;
	background: #ffffff;
}

.uc-ec-text-light {
	font-weight: 300;
	color: #1b1f1d;
}

.uc-ec-text-bold {
	font-weight: 600;
	color: #1b1f1d;
}

.uc-ec-section-chip span {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #413bb4;
	padding: 8px 24px;
	border-radius: 100px;
	background: #edecf0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.uc-ec-section-chip--on-purple span {
	background: #edecf0;
	color: #413bb4;
}

.uc-ec-section-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1144px;
	margin: 0 auto;
	padding: 0 24px;
	gap: 46px;
	box-sizing: border-box;
}

.uc-ec-section-inner--wide {
	max-width: 1240px;
}

.uc-ec-section-head {
	text-align: center;
	margin-bottom: 0;
	width: 100%;
}

.uc-ec-section-title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.2;
	color: #1f233d;
	margin: 16px 0 0;
}

.uc-ec-section-title--adv {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.uc-ec-section-title--center {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.uc-ec-section-title--tech {
	white-space: normal;
}

/* Mission */
.uc-ec-mission-section {
	background: rgba(244, 249, 255, 0.6);
	padding: 76px 24px 88px;
	overflow: hidden;
	position: relative;
}

.uc-ec-mission-container {
	max-width: 1152px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.uc-ec-mission-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 32px;
	width: 100%;
	max-width: 773px;
}

.uc-ec-mission-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	width: 100%;
}

.uc-ec-chip--mission span {
	background: #262626;
	color: #ffffff;
	border: none;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 8px 24px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.uc-ec-mission-title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(40px, 6vw, 68px);
	line-height: 1.2;
	margin: 0;
	color: #1f233d;
	max-width: 820px;
}

.uc-ec-mission-lead {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #1f233d;
	margin: 24px 0 0;
	max-width: 654px;
}

.uc-ec-mission-description {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #1b1f1d;
	margin: 0;
	max-width: 654px;
}

.uc-ec-mission-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	width: 100%;
	max-width: 560px;
}

.uc-ec-mission-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-decoration: none;
	border-radius: 8px;
	padding: 12px 32px;
	min-height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 2px solid #262626;
	flex: 1 1 200px;
	max-width: 280px;
}

.uc-ec-mission-btn--primary {
	background: #ffd950;
	border-color: #ffd950;
	color: #262626;
}

.uc-ec-mission-btn--secondary {
	background: #ffffff;
	border-color: #262626;
	color: #262626;
}

.uc-ec-mission-btn:focus-visible {
	outline: 2px solid #413bb4;
	outline-offset: 2px;
}

.uc-ec-mission-visual {
	position: absolute;
	inset: 0;
	pointer-events: none;
	max-width: 1200px;
	margin: 0 auto;
}

.uc-ec-float {
	position: absolute;
	border-radius: 50%;
	opacity: 0.9;
}

.uc-ec-float--dot {
	width: 10px;
	height: 10px;
	background: #1b1f1d;
	top: 18%;
	right: 8%;
}

.uc-ec-float--star {
	width: 26px;
	height: 26px;
	background: #1b1f1d;
	top: 42%;
	right: 4%;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.uc-ec-float--cross {
	width: 14px;
	height: 14px;
	background: #1b1f1d;
	bottom: 30%;
	left: 12%;
	clip-path: polygon(20% 0%, 80% 0%, 80% 20%, 100% 20%, 100% 80%, 80% 80%, 80% 100%, 20% 100%, 20% 80%, 0% 80%, 0% 20%, 20% 20%);
}

/* Capabilities */
.uc-ec-capabilities-section {
	padding: 40px 0 54px;
	background: #fff;
}

.uc-ec-cap-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	width: 100%;
}

.uc-ec-cap-card {
	background: #f6f6f6;
	border-radius: 16px;
	padding: 24px 16px 16px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
}

.uc-ec-cap-card-top {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
}

.uc-ec-cap-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ffe4e6;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 19.6px;
	color: #000000;
}

.uc-ec-cap-card-title {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	color: #000000;
	line-height: 30px;
	max-width: 320px;
}

.uc-ec-cap-card-text {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #6d6d6d;
	margin: 0;
	width: 100%;
}

.uc-ec-cap-callout {
	background: #ffffff;
	border-radius: 8px;
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
	margin-top: auto;
}

.uc-ec-cap-callout p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.6px;
	color: #383838;
	margin: 0;
	text-align: center;
	letter-spacing: -0.02em;
}

.uc-ec-cap-cta {
	text-align: center;
	padding-top: 20px;
}

.uc-ec-talk-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-decoration: none;
	color: #262626;
	border: 2px solid #262626;
	border-radius: 8px;
	padding: 10px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	width: 280px;
}

/* Access banner */
.uc-ec-access-section {
	padding: 0 0 54px;
	background: #ffffff;
}

.uc-ec-access-banner {
	max-width: 1144px;
	width: 100%;
	background: #fff5c6;
	border-radius: 32px;
	padding: 48px 117px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.uc-ec-access-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	max-width: 911px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.uc-ec-access-title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(32px, 4.2vw, 48px);
	line-height: 1.17;
	color: #1b1f1d;
	margin: 0;
}

.uc-ec-access-lead {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #1b1f1d;
	margin: 0;
	max-width: 791px;
}

.uc-ec-access-decor {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.uc-ec-access-decor-dot {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #1b1f1d;
	top: 14%;
	right: 16%;
}

.uc-ec-access-decor-star {
	position: absolute;
	width: 26px;
	height: 26px;
	background: #1b1f1d;
	top: 60%;
	right: 14%;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	transform: rotate(-15deg);
}

.uc-ec-access-decor-cross {
	position: absolute;
	width: 14px;
	height: 14px;
	background: #1b1f1d;
	top: 30%;
	left: 9%;
	clip-path: polygon(20% 0%, 80% 0%, 80% 20%, 100% 20%, 100% 80%, 80% 80%, 80% 100%, 20% 100%, 20% 80%, 0% 80%, 0% 20%, 20% 20%);
}

/* Solutions */
.uc-ec-solutions-section {
	padding: 54px 0 64px;
	background: #ffffff;
}

.uc-ec-sol-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 32px 40px;
	max-width: 1144px;
	width: 100%;
	padding-top: 34px;
}

.uc-ec-sol-row:first-of-type {
	padding-top: 0;
}

.uc-ec-sol-row--reverse {
	flex-direction: row-reverse;
}

.uc-ec-sol-text {
	flex: 1 1 300px;
	max-width: 613px;
}

.uc-ec-sol-art {
	flex: 0 0 auto;
	width: 100%;
	max-width: 447px;
}

.uc-ec-sol-h {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(28px, 3.5vw, 40px);
	font-weight: 300;
	line-height: 1.25;
	color: #1b1f1d;
	margin: 0 0 16px;
}

.uc-ec-sol-h--multiline {
	line-height: 1.25;
}

.uc-ec-sol-text p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
	margin: 0;
}

.uc-ec-sol-frame {
	background: #f6f6f6;
	border-radius: 28px;
	min-height: 424px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.uc-ec-sol-img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

/* Schema */
.uc-ec-schema-section {
	padding: 80px 0;
	background: #ffffff;
}

.uc-ec-schema-inner {
	position: relative;
}

.uc-ec-schema-panel-outer {
	max-width: 1144px;
	width: 100%;
	background: #686aff;
	border-radius: 32px;
	padding: 48px 24px 24px;
	box-sizing: border-box;
}

.uc-ec-schema-panel-head {
	text-align: center;
	margin-bottom: 32px;
}

.uc-ec-schema-hero-title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(36px, 5vw, 48px);
	font-weight: 300;
	line-height: 1.15;
	color: #ffffff;
	margin: 16px 0 0;
}

.uc-ec-schema-hero-line {
	display: block;
}

.uc-ec-schema-hero-line--bold {
	font-weight: 600;
}

.uc-ec-schema-hero-lead {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin: 16px auto 0;
	max-width: 791px;
}

/* Orbit area wrapping the code card and marketplace icons */
.uc-ec-schema-orbit-area {
	position: relative;
	width: 100%;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}

.uc-ec-schema-orbit-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: visible;
}

.uc-ec-schema-code-card {
	background: #ffffff;
	border: 8px solid #dae0ff;
	border-radius: 32px;
	padding: 24px 22px 20px;
	max-width: 480px;
	width: 100%;
	height: 309px;
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

/* Orbit marketplace icon circles */
.uc-ec-orbit-icon {
	position: absolute;
	z-index: 3;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15);
	overflow: hidden;
}

.uc-ec-orbit-icon img {
	display: block;
	object-fit: contain;
}

/* Individual icon positions (relative to orbit-area) */
.uc-ec-orbit-icon--ebay    { top: 28%;  left: 14%; }
.uc-ec-orbit-icon--yelp    { top: 50%;  left: 6%;  }
.uc-ec-orbit-icon--wish    { top: 73%;  left: 16%; }
.uc-ec-orbit-icon--amazon  { top: 20%;  right: 8%; }
.uc-ec-orbit-icon--shopify { top: 48%;  right: 6%; }
.uc-ec-orbit-icon--taobao  { top: 70%;  right: 4%; }

.uc-ec-schema-code-label {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #b0b0b0;
	margin: 0 0 12px;
}

.uc-ec-schema-sample {
	margin: 0;
	overflow-x: auto;
}

.uc-ec-schema-sample code {
	font-family: ui-monospace, 'SF Mono', Menlo, monospace;
	font-size: 14px;
	line-height: 1.5;
	color: #262626;
	white-space: pre;
}

.uc-ec-schema-rail {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 36px 48px;
	background: #686aff;
	border-radius: 16px;
}

.uc-ec-schema-rail-item {
	flex: 1 1 0;
	max-width: 200px;
	text-align: center;
	padding: 0 12px;
}

.uc-ec-schema-rail-title {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #ffe988;
	margin: 0 0 8px;
}

.uc-ec-schema-rail-item p {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 19px;
	color: #ffffff;
	margin: 0;
}

.uc-ec-schema-rail-sep {
	display: none;
}

/* Normalization */
.uc-ec-norm-section {
	padding: 48px 0 72px;
	background: #f6f6f6;
}

.uc-ec-norm-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	max-width: 800px;
	width: 100%;
}

.uc-ec-norm-card {
	width: 100%;
	max-width: 377px;
	padding: 20px;
	border-radius: 16px;
	background: #edecf0;
	box-sizing: border-box;
}

.uc-ec-norm-card-title {
	font-family: 'Poppins', sans-serif;
	font-size: 19.6px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #000000;
}

.uc-ec-norm-card p {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14.7px;
	line-height: 19.6px;
	color: #6d6d6d;
	letter-spacing: -0.02em;
}

.uc-ec-norm-cta {
	text-align: center;
	padding-top: 20px;
}

.uc-ec-norm-cta-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 8px;
	padding: 12px 32px;
	min-height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffd950;
}

/* Technical */
.uc-ec-tech-section {
	padding: 54px 0 72px;
	background: #ffffff;
}

.uc-ec-tech-cards {
	max-width: 612px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.uc-ec-tech-card {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: flex-start;
	padding: 24px 24px 24px 44px;
	background: #f6f6f6;
	border-radius: 16px;
	box-sizing: border-box;
}

.uc-ec-tech-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #d6f5e5;
	flex-shrink: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 19.6px;
	color: #000000;
	position: relative;
}

.uc-ec-tech-card-title {
	font-family: 'Poppins', sans-serif;
	font-size: 19.6px;
	font-weight: 600;
	margin: 0 0 7px;
	color: #000000;
}

.uc-ec-tech-card p {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14.7px;
	line-height: 19.6px;
	color: #6d6d6d;
	letter-spacing: -0.02em;
}

@media (max-width: 900px) {
	.uc-ec-mission-visual {
		display: none;
	}

	.uc-ec-cap-grid {
		grid-template-columns: 1fr;
	}

	.uc-ec-sol-row,
	.uc-ec-sol-row--reverse {
		flex-direction: column;
		padding-top: 24px;
	}

	.uc-ec-sol-text,
	.uc-ec-sol-art {
		max-width: 100%;
	}

	.uc-ec-access-banner {
		padding: 36px 24px;
	}

	.uc-ec-access-decor {
		display: none;
	}

	.uc-ec-schema-orbit-area {
		min-height: auto;
		padding: 24px 0;
	}

	.uc-ec-schema-orbit-svg,
	.uc-ec-orbit-icon {
		display: none;
	}

	.uc-ec-schema-code-card {
		max-width: 100%;
	}

	.uc-ec-schema-rail {
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px 16px;
		padding: 32px 24px;
	}

	.uc-ec-schema-rail-item {
		flex: 0 0 calc(50% - 16px);
		max-width: 200px;
	}
}
