/* ============ E-TİCARET PAKETLERİ — TEMA MARKET ============ */

.maskajans-e-ticaret-paketleri {
	background: #030712;
	color: #fff;
}

.maskajans-e-ticaret-paketleri header:not(.scrolled) {
	background-color: transparent !important;
	backdrop-filter: none;
	border-bottom: none;
}

.maskajans-e-ticaret-paketleri header nav a,
.maskajans-e-ticaret-paketleri header .nav-dropdown-toggle {
	color: rgba(255, 255, 255, 0.65);
}

.maskajans-e-ticaret-paketleri header nav a:hover,
.maskajans-e-ticaret-paketleri header nav a.active,
.maskajans-e-ticaret-paketleri header .nav-dropdown:hover .nav-dropdown-toggle,
.maskajans-e-ticaret-paketleri header .nav-dropdown.open .nav-dropdown-toggle {
	color: #fff;
}

.maskajans-e-ticaret-paketleri .quote-section {
	padding-top: 60px;
}

.etm-gradient-text {
	background: linear-gradient(135deg, #5eead4, #02a6a3, #38bdf8);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Hero — anasayfa ile aynı arka plan */
.etm-hero {
	position: relative;
	overflow: hidden;
	padding: 150px 0 80px;
	text-align: center;
	background: #030712;
	background-image: radial-gradient(ellipse 60% 55% at 50% 0%, #02a6a3 0%, #014e6d 30%, #033056 55%, #030712 80%);
}

.etm-hero-stars {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.etm-hero > .container {
	position: relative;
	z-index: 2;
}

.etm-hero-inner {
	max-width: 920px;
	margin: 0 auto;
}

.etm-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(2, 166, 163, 0.35);
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 22px;
}

.etm-hero-badge i {
	color: #5eead4;
}

.etm-hero h1 {
	font-size: clamp(2.1rem, 5vw, 3.6rem);
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #fff;
	margin-bottom: 18px;
}

.etm-hero-lead {
	font-size: 17px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.68);
	max-width: 640px;
	margin: 0 auto 36px;
}

/* Search + sector panel */
.etm-search-panel {
	background: rgba(10, 10, 18, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 22px;
	padding: 22px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
	text-align: left;
	backdrop-filter: blur(14px);
}

.etm-search-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	margin-bottom: 14px;
}

.etm-search-field {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 16px;
	min-height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	transition: border-color 0.25s, box-shadow 0.25s;
}

.etm-search-field:focus-within {
	border-color: rgba(2, 166, 163, 0.45);
	box-shadow: 0 0 0 4px rgba(2, 166, 163, 0.12);
}

.etm-search-icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(2, 166, 163, 0.14);
	color: #5eead4;
	flex-shrink: 0;
}

.etm-search-field input {
	width: 100%;
	border: none;
	background: transparent;
	font-size: 15px;
	font-family: inherit;
	color: #fff;
	outline: none;
}

.etm-search-field input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.etm-search-btn,
.etm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 22px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: transform 0.25s, box-shadow 0.25s;
	text-decoration: none;
	border: none;
}

.etm-search-btn {
	min-height: 56px;
	background: linear-gradient(135deg, #02a6a3, #0ea5e9);
	color: #fff;
	box-shadow: 0 10px 28px rgba(2, 166, 163, 0.28);
}

.etm-search-btn:hover,
.etm-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(2, 166, 163, 0.34);
}

.etm-btn--primary {
	background: linear-gradient(135deg, #02a6a3, #0ea5e9);
	color: #fff;
	box-shadow: 0 8px 24px rgba(2, 166, 163, 0.22);
}

.etm-btn--ghost {
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.etm-btn--ghost:hover {
	border-color: rgba(2, 166, 163, 0.45);
	color: #5eead4;
}

.etm-btn--demo {
	background: #fff;
	color: #027a78;
	border: 1px solid rgba(2, 166, 163, 0.45);
	box-shadow: 0 8px 20px rgba(2, 166, 163, 0.12);
}

.etm-btn--demo:hover {
	border-color: #02a6a3;
	color: #015e5c;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(2, 166, 163, 0.18);
}

.etm-btn.is-disabled,
.etm-btn--demo.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
	transform: none;
}

/* Tema teklif modal */
body.etm-modal-open {
	overflow: hidden;
}

.etm-quote-modal {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.etm-quote-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.etm-quote-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 7, 18, 0.72);
	backdrop-filter: blur(6px);
}

.etm-quote-modal-dialog {
	position: relative;
	width: min(520px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 28px 28px 24px;
	border-radius: 22px;
	background: linear-gradient(165deg, #0f1228 0%, #080b18 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.etm-quote-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s;
}

.etm-quote-modal-close:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.etm-quote-modal-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5eead4;
	margin-bottom: 8px;
}

.etm-quote-modal-head {
	margin-bottom: 22px;
	padding-right: 36px;
}

.etm-quote-modal-head h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.etm-quote-modal-tema {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.6;
}

.etm-quote-modal-tema strong {
	color: #fff;
}

.etm-quote-form {
	display: grid;
	gap: 14px;
}

.etm-quote-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.etm-quote-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 6px;
}

.etm-quote-required {
	color: #f87171;
}

.etm-quote-field input {
	width: 100%;
	padding: 13px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.etm-quote-field input::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.etm-quote-field input:focus {
	outline: none;
	border-color: rgba(2, 166, 163, 0.55);
	box-shadow: 0 0 0 3px rgba(2, 166, 163, 0.15);
}

.etm-quote-kvkk {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.58);
	cursor: pointer;
}

.etm-quote-kvkk input {
	margin-top: 3px;
	flex-shrink: 0;
}

.etm-quote-kvkk a {
	color: #5eead4;
}

.etm-quote-submit {
	width: 100%;
	margin-top: 4px;
}

.etm-quote-success {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.28);
	color: #86efac;
	font-size: 13px;
	line-height: 1.5;
}

.etm-section--white .etm-btn--demo {
	background: #fff;
	color: #027a78;
	border-color: rgba(2, 166, 163, 0.35);
}

.etm-section--white .etm-btn--demo:hover {
	color: #015e5c;
}

/* Sector accordion */
.etm-sector-panel {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 14px;
}

.etm-sector-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 4px;
	background: none;
	border: none;
	color: #fff;
	font-family: inherit;
	cursor: pointer;
	text-align: left;
}

.etm-sector-toggle-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

.etm-sector-toggle-label i {
	color: #5eead4;
}

.etm-sector-toggle-value {
	margin-left: auto;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.etm-sector-toggle-icon {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	transition: transform 0.3s;
}

.etm-sector-panel.is-open .etm-sector-toggle-icon {
	transform: rotate(180deg);
}

.etm-sector-body {
	overflow: hidden;
}

.etm-sector-body[hidden] {
	display: none;
}

.etm-sector-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	position: relative;
	min-height: 0;
	transition: min-height 0.3s;
}

.etm-sector-layout.has-children-open {
	min-height: 280px;
}

.etm-sector-parents {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.etm-sector-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	transition: all 0.25s;
	text-align: left;
}

.etm-sector-item:hover {
	border-color: rgba(2, 166, 163, 0.35);
	background: rgba(2, 166, 163, 0.08);
}

.etm-sector-item.is-active {
	border-color: rgba(2, 166, 163, 0.5);
	background: rgba(2, 166, 163, 0.14);
	color: #fff;
}

.etm-sector-arrow {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.35);
}

.etm-sector-children {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 4px 0 0;
	background: rgba(8, 10, 16, 0.98);
	border-radius: 14px;
	border: 1px solid rgba(2, 166, 163, 0.2);
	transform: translateX(105%);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}

.etm-sector-children.is-open {
	transform: translateX(0);
	opacity: 1;
	pointer-events: auto;
}

.etm-sector-children-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.etm-sector-children-head strong {
	font-size: 13px;
	font-weight: 600;
	color: #5eead4;
}

.etm-sector-back {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.etm-sector-children-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 10px 12px 12px;
	max-height: 260px;
	overflow-y: auto;
}

.etm-sector-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 11px 12px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	font-family: inherit;
	cursor: pointer;
	transition: all 0.2s;
	text-align: left;
}

.etm-sector-child em {
	font-style: normal;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.4);
}

.etm-sector-child:hover,
.etm-sector-child.is-active {
	border-color: rgba(2, 166, 163, 0.45);
	background: rgba(2, 166, 163, 0.12);
	color: #fff;
}

/* Stats */
.etm-hero-stats {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 32px;
}

.etm-stat-card {
	min-width: 130px;
	padding: 16px 22px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.etm-stat-card strong {
	display: block;
	font-size: 26px;
	font-weight: 700;
	background: linear-gradient(135deg, #5eead4, #38bdf8);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.1;
}

.etm-stat-card span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.48);
	margin-top: 4px;
	display: block;
}

/* Sections */
.etm-section {
	padding: 90px 0;
	position: relative;
}

.etm-section--white {
	background: #fff;
	color: #0f172a;
}

.etm-section--dark {
	background: linear-gradient(165deg, #05040a 0%, #0a0f18 45%, #05040a 100%);
	overflow: hidden;
}

.etm-section-head {
	margin-bottom: 40px;
}

.etm-section-head--center {
	text-align: center;
}

.etm-section-head--center p {
	margin-left: auto;
	margin-right: auto;
}

.etm-section-head--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.etm-section-head--light h2,
.etm-section-head--light p {
	color: #fff;
}

.etm-section-head--light p {
	color: rgba(255, 255, 255, 0.62);
}

.etm-section-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #02a6a3;
	margin-bottom: 10px;
}

.etm-section-head--light .etm-section-kicker {
	color: #5eead4;
}

.etm-section-head h2 {
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	color: #0f172a;
	margin-bottom: 10px;
	letter-spacing: -0.025em;
	font-weight: 400;
}

.etm-section-head p {
	color: #64748b;
	font-size: 16px;
	line-height: 1.65;
	max-width: 580px;
}

.etm-result-count {
	padding: 12px 18px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e8edf5;
	color: #64748b;
	font-size: 14px;
	white-space: nowrap;
}

.etm-result-count strong {
	color: #0f172a;
}

/* Grid + cards on white section */
.etm-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.etm-section--white .etm-card {
	background: #fff;
	border: 1px solid #e8edf5;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.etm-section--white .etm-card-title,
.etm-section--white .etm-card-price {
	color: #0f172a;
}

.etm-section--white .etm-card-excerpt,
.etm-section--white .etm-card-features li {
	color: #64748b;
}

.etm-section--white .etm-btn--ghost {
	background: #fff;
	color: #334155;
	border-color: #e2e8f0;
}

.etm-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.35s, box-shadow 0.35s;
}

.etm-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

.etm-card.is-hidden {
	display: none;
}

.etm-card-media {
	position: relative;
	aspect-ratio: 4 / 3;
	min-height: 220px;
	background: linear-gradient(145deg, #0f172a, #134e4a);
	overflow: hidden;
}

.etm-card-media-link {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.etm-card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.etm-card-title a:hover {
	color: #027a78;
}

.etm-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s;
}

.etm-card:hover .etm-card-img {
	transform: scale(1.05);
}

.etm-card-media-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(5, 4, 10, 0.55) 100%);
}

.etm-card-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.etm-card-placeholder-inner {
	text-align: center;
	color: rgba(255, 255, 255, 0.85);
}

.etm-card-placeholder-inner i {
	display: block;
	font-size: 34px;
	margin-bottom: 8px;
	color: #5eead4;
}

.etm-card-sector,
.etm-card-badge {
	position: absolute;
	top: 14px;
	padding: 6px 11px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	z-index: 2;
}

.etm-card-sector {
	left: 14px;
	background: rgba(255, 255, 255, 0.92);
	color: #0f172a;
}

.etm-card-badge {
	right: 14px;
	background: linear-gradient(135deg, #f59e0b, #ef4444);
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.etm-card-body {
	padding: 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.etm-card-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.3;
}

.etm-card-excerpt {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 14px;
}

.etm-card-features {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: grid;
	gap: 8px;
}

.etm-card-features li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	line-height: 1.45;
}

.etm-card-features i {
	color: #02a6a3;
	font-size: 10px;
	margin-top: 3px;
}

.etm-card-footer {
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #f1f5f9;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.etm-card-price-label {
	display: block;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #94a3b8;
	margin-bottom: 4px;
}

.etm-card-price {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.15;
}

.etm-price-note {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #94a3b8;
	margin-top: 2px;
}

.etm-card-actions {
	display: flex;
	gap: 8px;
}

.etm-card-actions .etm-btn {
	padding: 10px 14px;
	font-size: 13px;
}

/* Services — premium bento */
.etm-services {
	padding: 110px 0;
	background: linear-gradient(165deg, #030308 0%, #060d14 35%, #04060c 70%, #030308 100%);
	overflow: hidden;
	position: relative;
}

.etm-services::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(2, 166, 163, 0.45), rgba(56, 189, 248, 0.35), transparent);
}

.etm-services-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.etm-services-mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 50% at 50% 0%, rgba(2, 166, 163, 0.18) 0%, transparent 58%),
		radial-gradient(ellipse 45% 40% at 90% 60%, rgba(56, 189, 248, 0.1) 0%, transparent 55%),
		radial-gradient(ellipse 40% 35% at 8% 70%, rgba(99, 102, 241, 0.08) 0%, transparent 50%);
	animation: etmMeshShift 18s ease-in-out infinite alternate;
}

.etm-services-stripes {
	position: absolute;
	inset: 0;
	opacity: 0.28;
	background: repeating-linear-gradient(-14deg, transparent, transparent 64px, rgba(2, 166, 163, 0.035) 64px, rgba(2, 166, 163, 0.035) 65px);
	animation: etmStripesDrift 45s linear infinite;
}

.etm-services-glow-line {
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, #02a6a3, #38bdf8, #6366f1);
	opacity: 0.45;
	box-shadow: 0 0 24px rgba(2, 166, 163, 0.35);
}

.etm-services-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(100px);
	opacity: 0.4;
	mix-blend-mode: screen;
}

.etm-services-blob--1 {
	width: 420px;
	height: 420px;
	top: -8%;
	left: 10%;
	background: radial-gradient(circle, rgba(2, 166, 163, 0.55), transparent 70%);
	animation: etmBlob1 24s ease-in-out infinite;
}

.etm-services-blob--2 {
	width: 360px;
	height: 360px;
	bottom: -12%;
	right: 6%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.45), transparent 70%);
	animation: etmBlob2 26s ease-in-out infinite;
}

.etm-services-blob--3 {
	width: 280px;
	height: 280px;
	top: 42%;
	left: 48%;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.35), transparent 70%);
	animation: etmBlob3 20s ease-in-out infinite;
}

.etm-services .container {
	position: relative;
	z-index: 1;
}

.etm-services-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 56px;
}

.etm-services-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 999px;
	background: rgba(2, 166, 163, 0.1);
	border: 1px solid rgba(2, 166, 163, 0.28);
	color: #5eead4;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.etm-services-head h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.03em;
	color: #fff;
	line-height: 1.12;
	margin-bottom: 14px;
}

.etm-services-head p {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.58);
}

.etm-services-showcase {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.etm-service-card {
	position: relative;
	padding: 26px 24px;
	background: rgba(12, 14, 22, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	backdrop-filter: blur(16px);
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s, box-shadow 0.35s;
}

.etm-service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--etm-accent, linear-gradient(90deg, #02a6a3, #38bdf8));
	opacity: 0.85;
}

.etm-service-card-glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 50% 0%, var(--etm-glow, rgba(2, 166, 163, 0.12)), transparent 70%);
	opacity: 0;
	transition: opacity 0.4s;
	pointer-events: none;
}

.etm-service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(2, 166, 163, 0.12);
}

.etm-service-card:hover .etm-service-card-glow {
	opacity: 1;
}

.etm-service-card--accent-teal { --etm-accent: linear-gradient(90deg, #02a6a3, #5eead4); --etm-glow: rgba(2, 166, 163, 0.18); }
.etm-service-card--accent-cyan { --etm-accent: linear-gradient(90deg, #06b6d4, #22d3ee); --etm-glow: rgba(6, 182, 212, 0.16); }
.etm-service-card--accent-blue { --etm-accent: linear-gradient(90deg, #2563eb, #38bdf8); --etm-glow: rgba(37, 99, 235, 0.16); }
.etm-service-card--accent-indigo { --etm-accent: linear-gradient(90deg, #4f46e5, #818cf8); --etm-glow: rgba(79, 70, 229, 0.16); }
.etm-service-card--accent-violet { --etm-accent: linear-gradient(90deg, #7c3aed, #a78bfa); --etm-glow: rgba(124, 58, 237, 0.16); }
.etm-service-card--accent-mint { --etm-accent: linear-gradient(90deg, #14b8a6, #2dd4bf); --etm-glow: rgba(20, 184, 166, 0.16); }

.etm-service-card--featured {
	grid-column: span 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 32px 32px 28px;
	min-height: 220px;
}

.etm-service-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 18px;
}

.etm-service-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

.etm-service-card--featured .etm-service-num {
	margin-bottom: 0;
}

.etm-service-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(2, 166, 163, 0.12);
	border: 1px solid rgba(2, 166, 163, 0.22);
	color: #5eead4;
	font-size: 20px;
	box-shadow: 0 8px 24px rgba(2, 166, 163, 0.15);
	margin-bottom: 16px;
	transition: transform 0.35s, box-shadow 0.35s;
}

.etm-service-card--featured .etm-service-icon {
	width: 64px;
	height: 64px;
	font-size: 26px;
	margin-bottom: 0;
}

.etm-service-card:hover .etm-service-icon {
	transform: scale(1.06);
	box-shadow: 0 12px 32px rgba(2, 166, 163, 0.28);
}

.etm-service-card h3 {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}

.etm-service-card--featured h3 {
	font-size: clamp(1.25rem, 2.5vw, 1.6rem);
	margin-bottom: 12px;
}

.etm-service-card p {
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.58);
	position: relative;
	z-index: 1;
}

.etm-service-card--featured p {
	font-size: 15px;
	max-width: 520px;
}

.etm-service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.etm-service-tags li {
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	color: #5eead4;
	background: rgba(2, 166, 163, 0.1);
	border: 1px solid rgba(2, 166, 163, 0.22);
}

.etm-services-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
	padding: 18px 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.etm-trust-pill {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 16px;
	white-space: nowrap;
}

.etm-trust-pill strong {
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(135deg, #5eead4, #38bdf8);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.etm-trust-pill span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.48);
}

.etm-services-cta {
	margin-top: 40px;
}

.etm-services-cta-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	padding: 28px 32px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(2, 166, 163, 0.12), rgba(56, 189, 248, 0.08));
	border: 1px solid rgba(2, 166, 163, 0.28);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.etm-services-cta-box strong {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 6px;
}

.etm-services-cta-box p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
	margin: 0;
	line-height: 1.5;
}

/* Empty */
.etm-empty {
	text-align: center;
	padding: 48px 24px;
	border-radius: 18px;
}

.etm-empty--light {
	border: 1px dashed #d8e0ea;
	background: #f8fafc;
	color: #64748b;
}

.etm-empty i {
	font-size: 32px;
	color: #94a3b8;
	margin-bottom: 12px;
}

.etm-empty h3 {
	color: #0f172a;
	margin-bottom: 8px;
}

.etm-empty--search {
	margin-top: 24px;
}

@keyframes etmStripesDrift {
	0% { background-position: 0 0; }
	100% { background-position: 120px 60px; }
}

/* Animations */
@keyframes etmMeshShift {
	0% { transform: scale(1) translateY(0); }
	100% { transform: scale(1.05) translateY(-12px); }
}

@keyframes etmBlob1 {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-24px, 18px); }
}

@keyframes etmBlob2 {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(20px, -16px); }
}

@keyframes etmBlob3 {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-16px, -20px); }
}

/* Responsive */
@media (max-width: 1100px) {
	.etm-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.etm-services-showcase {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.etm-service-card--featured {
		grid-column: span 2;
	}

	.etm-card-actions {
		flex-wrap: wrap;
	}
}

@media (max-width: 720px) {
	.etm-hero {
		padding-top: 112px;
	}

	.etm-search-row {
		grid-template-columns: 1fr;
	}

	.etm-search-btn {
		width: 100%;
	}

	.etm-grid {
		grid-template-columns: 1fr;
	}

	.etm-services-showcase {
		grid-template-columns: 1fr;
	}

	.etm-service-card--featured {
		grid-column: span 1;
	}

	.etm-services-trust {
		border-radius: 20px;
		justify-content: flex-start;
	}

	.etm-services-cta-box {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.etm-services-cta-box .btn-primary {
		width: 100%;
		justify-content: center;
	}

	.etm-section {
		padding: 64px 0;
	}

	.etm-section-head--split {
		align-items: flex-start;
	}

	.etm-card-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.etm-card-actions {
		width: 100%;
	}

	.etm-card-actions .etm-btn {
		flex: 1;
	}

	.etm-sector-children {
		position: relative;
		inset: auto;
		transform: none;
		opacity: 1;
		pointer-events: auto;
		margin-top: 10px;
		display: none;
	}

	.etm-sector-children.is-open {
		display: flex;
	}

	.etm-quote-row {
		grid-template-columns: 1fr;
	}

	.etm-quote-modal {
		padding: 16px;
	}

	.etm-quote-modal-dialog {
		padding: 22px 18px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.etm-hero-mesh,
	.etm-hero-blob,
	.etm-services-mesh,
	.etm-services-blob,
	.etm-services-stripes {
		animation: none;
	}
}
