/* G-CONNECT Smart Agriculture Packages for Elementor */

.gcep-section,
.gcep-section * {
	box-sizing: border-box;
}

.gcep-section {
	--gcep-cyan: #38cbf2;
	--gcep-cyan-light: #97ebff;
	--gcep-gold: #f5b554;
	--gcep-white: #ffffff;
	--gcep-text: #edf6f9;
	--gcep-muted: #b4c9d0;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
	min-height: 820px;
	padding: 70px 40px;
	background-color: #07131b;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-family: inherit;
}

.gcep-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-color: #07131b;
	opacity: 0.72;
	pointer-events: none;
}

.gcep-section::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 50% 18%, rgba(245, 181, 84, 0.18), transparent 28%),
		linear-gradient(180deg, rgba(3, 11, 17, 0.28) 0%, rgba(3, 11, 17, 0.03) 38%, rgba(2, 8, 13, 0.78) 100%);
	pointer-events: none;
}

.gcep-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.gcep-data-line {
	position: absolute;
	z-index: 1;
	top: 88px;
	left: 8%;
	width: 84%;
	height: 145px;
	opacity: 0.55;
	pointer-events: none;
	background:
		radial-gradient(circle at 7% 42%, rgba(151, 235, 255, 0.95) 0 3px, transparent 4px),
		radial-gradient(circle at 29% 25%, rgba(151, 235, 255, 0.85) 0 3px, transparent 4px),
		radial-gradient(circle at 52% 50%, rgba(151, 235, 255, 0.95) 0 4px, transparent 5px),
		radial-gradient(circle at 75% 20%, rgba(151, 235, 255, 0.85) 0 3px, transparent 4px),
		radial-gradient(circle at 94% 46%, rgba(151, 235, 255, 0.95) 0 3px, transparent 4px);
}

.gcep-data-line::before,
.gcep-data-line::after {
	content: "";
	position: absolute;
	inset: 20px 0 auto;
	height: 86px;
	border-top: 1px dashed rgba(56, 203, 242, 0.55);
	border-radius: 50%;
	transform: rotate(-2deg);
}

.gcep-data-line::after {
	inset: 44px 6% auto;
	height: 62px;
	opacity: 0.55;
	transform: rotate(2deg);
}

.gcep-header {
	position: relative;
	max-width: 1180px;
	margin-bottom: 42px;
}

.gcep-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	max-width: 100%;
	margin-bottom: 22px;
	padding: 10px 22px;
	border: 1px solid rgba(56, 203, 242, 0.55);
	border-radius: 999px;
	background-color: rgba(8, 20, 28, 0.82);
	color: var(--gcep-cyan-light);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.gcep-eyebrow-dot {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--gcep-cyan);
	box-shadow: 0 0 14px rgba(56, 203, 242, 0.9);
}

.gcep-title {
	margin: 0;
	color: var(--gcep-white);
	font-size: clamp(38px, 4.3vw, 68px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.gcep-title-rule {
	display: flex;
	width: min(560px, 66%);
	height: 4px;
	margin: 22px 0 18px;
	background: var(--gcep-cyan);
	box-shadow: 0 0 18px rgba(56, 203, 242, 0.3);
}

.gcep-title-rule span {
	display: block;
	width: 28%;
	margin-left: auto;
	background: var(--gcep-gold);
}

.gcep-subtitle {
	max-width: 980px;
	color: var(--gcep-muted);
	font-size: clamp(17px, 1.4vw, 23px);
	font-weight: 400;
	line-height: 1.58;
}

/* Package cards */
.gcep-packages-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

.gcep-package-card {
	--gcep-accent: #38cbf2;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(56, 203, 242, 0.34);
	border-radius: 28px;
	background-color: rgba(7, 18, 26, 0.9);
	box-shadow: 0 24px 65px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.gcep-package-card:hover {
	transform: translateY(-5px);
	border-color: var(--gcep-accent);
	box-shadow: 0 30px 85px rgba(0, 0, 0, 0.42), 0 0 30px rgba(56, 203, 242, 0.12);
}

.gcep-package-card__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 92px;
	padding: 22px 28px;
	isolation: isolate;
}

.gcep-package-card__top::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(110deg, var(--gcep-accent) 0%, transparent 78%);
	opacity: 0.2;
}

.gcep-package-card__top::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, var(--gcep-accent), transparent 75%);
}

.gcep-package-name {
	min-width: 0;
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 2.1vw, 37px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.025em;
	word-break: break-word;
}

.gcep-package-badge {
	flex: 0 0 auto;
	max-width: 46%;
	padding: 7px 13px;
	border: 1px solid var(--gcep-accent);
	border-radius: 999px;
	color: var(--gcep-accent);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.07em;
	text-align: center;
	text-transform: uppercase;
}

.gcep-package-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px 30px 32px;
}

.gcep-package-subtitle {
	min-height: 58px;
	margin-bottom: 22px;
	color: var(--gcep-cyan-light);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
}

.gcep-counts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.gcep-count-box {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 15px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background-color: rgba(17, 42, 54, 0.9);
}

.gcep-count-number {
	color: var(--gcep-accent);
	font-size: 31px;
	font-weight: 800;
	line-height: 1;
}

.gcep-count-box--optional .gcep-count-number {
	color: var(--gcep-gold);
}

.gcep-count-label {
	min-width: 0;
	color: var(--gcep-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	word-break: break-word;
}

.gcep-features {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 26px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	list-style: none;
}

.gcep-feature {
	display: grid;
	grid-template-columns: 13px minmax(0, 1fr);
	align-items: start;
	gap: 13px;
	margin: 0;
	padding: 0;
	color: var(--gcep-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.48;
}

.gcep-feature > span {
	width: 12px;
	height: 12px;
	margin-top: 6px;
	border-radius: 50%;
	background: var(--gcep-accent);
	box-shadow: 0 0 12px rgba(56, 203, 242, 0.45);
}

/* Shared legends */
.gcep-legend,
.gcep-table-legend {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px 36px;
	width: max-content;
	max-width: 100%;
	margin: 34px auto 0;
	padding: 13px 26px;
	border: 1px solid rgba(56, 203, 242, 0.2);
	border-radius: 28px;
	background-color: rgba(7, 19, 27, 0.86);
	color: var(--gcep-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.gcep-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

/* Comparison tables */
.gcep-comparison-panel {
	overflow: hidden;
	border: 1px solid rgba(56, 203, 242, 0.34);
	border-radius: 28px;
	background-color: rgba(7, 18, 26, 0.92);
	box-shadow: 0 26px 75px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.gcep-table-header,
.gcep-table-row {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) repeat(3, minmax(125px, 0.18fr));
	align-items: stretch;
	border-bottom: 1px solid rgba(106, 155, 172, 0.34);
}

.gcep-table-header {
	min-height: 76px;
	background-color: rgba(13, 38, 50, 0.96);
}

.gcep-table-row {
	min-height: 54px;
}

.gcep-table-row:nth-child(odd) {
	background-color: rgba(17, 40, 51, 0.88);
}

.gcep-table-row:nth-child(even) {
	background-color: rgba(9, 24, 32, 0.88);
}

.gcep-table-cell {
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 12px 18px;
	border-right: 1px solid rgba(106, 155, 172, 0.34);
}

.gcep-table-cell:last-child {
	border-right: 0;
}

.gcep-service-header {
	color: var(--gcep-cyan-light);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.gcep-column-label {
	justify-content: center;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.035em;
	text-align: center;
}

.gcep-column-label--basic {
	color: #6adaa6;
}

.gcep-column-label--standard {
	color: var(--gcep-cyan);
}

.gcep-column-label--professional {
	color: var(--gcep-gold);
}

.gcep-label-short {
	display: none;
}

.gcep-service-cell {
	color: var(--gcep-text);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42;
	overflow-wrap: anywhere;
}

.gcep-status-cell {
	justify-content: center;
}

.gcep-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.gcep-status--included {
	border: 1px solid var(--gcep-cyan);
	border-radius: 50%;
	background-color: rgba(29, 157, 199, 0.45);
	color: var(--gcep-cyan);
	box-shadow: 0 0 14px rgba(56, 203, 242, 0.16);
}

.gcep-status--optional {
	border: 2px solid var(--gcep-gold);
	border-radius: 50%;
	color: var(--gcep-gold);
}

.gcep-status--none {
	color: #91a2a8;
}

.gcep-table-legend {
	width: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: rgba(10, 28, 37, 0.96);
}

@media (max-width: 1180px) {
	.gcep-packages-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcep-package-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: calc(50% - 14px);
		width: 100%;
		justify-self: center;
	}

	.gcep-table-header,
	.gcep-table-row {
		grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(100px, 0.19fr));
	}

	.gcep-column-label {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.gcep-section {
		min-height: auto;
		padding: 48px 18px;
		background-position: center center;
	}

	.gcep-data-line {
		top: 85px;
		left: 3%;
		width: 94%;
		height: 110px;
		opacity: 0.38;
	}

	.gcep-header {
		margin-bottom: 30px;
	}

	.gcep-eyebrow {
		gap: 10px;
		margin-bottom: 18px;
		padding: 9px 15px;
		font-size: 11px;
		letter-spacing: 0.055em;
	}

	.gcep-eyebrow-dot {
		width: 8px;
		height: 8px;
	}

	.gcep-title {
		font-size: clamp(32px, 9vw, 48px);
		line-height: 1.1;
	}

	.gcep-title-rule {
		width: 78%;
		margin: 17px 0 15px;
	}

	.gcep-subtitle {
		font-size: 16px;
		line-height: 1.5;
	}

	.gcep-packages-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.gcep-package-card:last-child:nth-child(odd) {
		grid-column: auto;
		max-width: none;
	}

	.gcep-package-card:hover {
		transform: none;
	}

	.gcep-package-card__top {
		min-height: 78px;
		padding: 19px 20px;
	}

	.gcep-package-name {
		font-size: 28px;
	}

	.gcep-package-badge {
		padding: 6px 10px;
		font-size: 9px;
	}

	.gcep-package-card__body {
		padding: 22px 20px 24px;
	}

	.gcep-package-subtitle {
		min-height: 0;
		margin-bottom: 18px;
		font-size: 18px;
	}

	.gcep-counts {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 22px;
	}

	.gcep-count-box {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 6px;
		padding: 14px 12px;
		border-radius: 13px;
	}

	.gcep-count-number {
		font-size: 27px;
	}

	.gcep-count-label {
		font-size: 11px;
	}

	.gcep-features {
		gap: 11px;
		padding-top: 20px;
	}

	.gcep-feature {
		grid-template-columns: 10px minmax(0, 1fr);
		gap: 10px;
		font-size: 14px;
	}

	.gcep-feature > span {
		width: 10px;
		height: 10px;
		margin-top: 5px;
	}

	.gcep-legend,
	.gcep-table-legend {
		gap: 12px 20px;
		width: 100%;
		padding: 13px 16px;
		font-size: 12px;
	}

	.gcep-comparison-panel {
		border-radius: 20px;
	}

	.gcep-table-header,
	.gcep-table-row {
		grid-template-columns: minmax(0, 1fr) repeat(3, 58px);
	}

	.gcep-table-header {
		min-height: 70px;
	}

	.gcep-table-row {
		min-height: 62px;
	}

	.gcep-table-cell {
		padding: 9px 10px;
	}

	.gcep-service-header {
		font-size: 11px;
		letter-spacing: 0.045em;
	}

	.gcep-label-full {
		display: none;
	}

	.gcep-label-short {
		display: inline;
	}

	.gcep-column-label {
		font-size: 19px;
	}

	.gcep-service-cell {
		font-size: 13px;
		line-height: 1.34;
	}

	.gcep-status {
		width: 30px;
		height: 30px;
		font-size: 17px;
	}
}

@media (max-width: 420px) {
	.gcep-section {
		padding-right: 12px;
		padding-left: 12px;
	}

	.gcep-table-header,
	.gcep-table-row {
		grid-template-columns: minmax(0, 1fr) repeat(3, 46px);
	}

	.gcep-table-cell {
		padding-right: 7px;
		padding-left: 7px;
	}

	.gcep-service-cell {
		font-size: 12px;
	}

	.gcep-status {
		width: 27px;
		height: 27px;
		font-size: 15px;
	}

	.gcep-legend-item {
		gap: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gcep-package-card {
		transition: none;
	}
}
