:root {
	--gp-font-sans: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--gp-font-mono: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--gp-orange: #f97316;
	--gp-orange-dark: #c2410c;
	--gp-dark: #1f2937;
	--gp-muted: #6b7280;
	--gp-line: #e5e7eb;
	--gp-soft: #f8fafc;
	--gp-white: #ffffff;
	--gp-green: #16a34a;
	--gp-red: #dc2626;
	--gp-teal: #27a7b8;
	--gp-amber: #ffc107;
	--gp-purple: #6f42c1;
	--gp-blue: #3c8dbc;
}

.gp-standalone,
.gp-standalone input,
.gp-standalone select,
.gp-standalone textarea,
.gp-standalone button,
.gp-standalone table,
.gp-standalone th,
.gp-standalone td,
.gp-standalone .btn,
.gp-standalone .card,
.gp-standalone .modal-content,
.gp-standalone .form-control,
.gp-public,
.gp-public input,
.gp-public select,
.gp-public textarea,
.gp-public button,
.gp-public table,
.gp-public th,
.gp-public td,
.gp-public .btn,
.gp-public .form-control {
	font-family: var(--gp-font-sans);
}

.gp-page-header {
	padding: 15px 0 10px;
}

.gp-page-title {
	color: #111827;
	font-size: 2.1rem;
	font-weight: 800;
	margin: 0;
	letter-spacing: -0.025em;
}

.gp-page-subtitle {
	color: #4b5563;
	font-size: 0.95rem;
	margin: 6px 0 0;
}

.gp-card {
	background: var(--gp-white);
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 14px;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
	margin-bottom: 1rem;
	padding: 1.25rem;
}

.gp-panel-card {
	border-top: 3px solid rgba(249, 115, 22, .85);
}

.gp-panel-card h5 {
	color: #111827;
	font-size: 1.08rem;
	font-weight: 700;
	margin: 0 0 .75rem;
	letter-spacing: -0.015em;
}

.gp-card canvas {
	display: block;
	height: 160px !important;
	max-height: 160px;
	min-height: 160px;
	width: 100% !important;
}

.gp-metric {
	min-height: 108px;
	overflow: hidden;
	padding: 14px 56px 14px 16px;
	position: relative;
}

.gp-metric::after {
	color: rgba(0, 0, 0, .14);
	content: attr(data-icon);
	font-family: "Font Awesome 5 Free";
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.gp-metric-teal,
.gp-metric-green,
.gp-metric-red,
.gp-metric-purple,
.gp-metric-amber {
	color: #ffffff !important;
}

.gp-metric-teal {
	background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%) !important;
}

.gp-metric-green {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}

.gp-metric-amber {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
}

.gp-metric-red {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
}

.gp-metric-purple {
	background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%) !important;
}

.gp-metric-teal::after,
.gp-metric-green::after,
.gp-metric-red::after,
.gp-metric-purple::after,
.gp-metric-amber::after {
	color: rgba(255, 255, 255, .16) !important;
}

.gp-metric-teal .gp-metric-label,
.gp-metric-green .gp-metric-label,
.gp-metric-red .gp-metric-label,
.gp-metric-purple .gp-metric-label,
.gp-metric-amber .gp-metric-label,
.gp-metric-teal .gp-metric-value,
.gp-metric-green .gp-metric-value,
.gp-metric-red .gp-metric-value,
.gp-metric-purple .gp-metric-value,
.gp-metric-amber .gp-metric-value,
.gp-metric-teal .gp-metric-note,
.gp-metric-green .gp-metric-note,
.gp-metric-red .gp-metric-note,
.gp-metric-purple .gp-metric-note,
.gp-metric-amber .gp-metric-note {
	color: #ffffff !important;
}

.gp-metric .gp-card-action {
	color: rgba(255, 255, 255, 0.9) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
	width: 100%;
	padding-top: 8px;
	margin-top: 12px;
	display: inline-flex;
}

.gp-card-link:hover .gp-metric .gp-card-action {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.gp-metric-label {
	font-size: .88rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	opacity: 0.9;
}

.gp-metric-value {
	font-family: var(--gp-font-mono);
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1.15;
	margin: 4px 0 6px;
	letter-spacing: -0.02em;
}

.gp-metric-note {
	font-size: 0.82rem;
	opacity: 0.75;
}

.gp-metric .gp-btn {
	padding: .25rem .5rem;
}

.gp-badge {
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	padding: 6px 10px;
}

.gp-badge-ready,
.gp-badge-resolved {
	background: #dcfce7;
	color: #166534;
}

.gp-badge-pre_order,
.gp-badge-processing {
	background: #ffedd5;
	color: #9a3412;
}

.gp-badge-unavailable,
.gp-badge-rejected {
	background: #fee2e2;
	color: #991b1b;
}

.gp-badge-open {
	background: #e0f2fe;
	color: #075985;
}

.gp-badge-quality-a {
	background: #dcfce7;
	color: #15803d;
}

.gp-badge-quality-b {
	background: #fef9c3;
	color: #a16207;
}

.gp-badge-quality-c {
	background: #fee2e2;
	color: #b91c1c;
}

.gp-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.gp-btn {
	border: 0;
	border-radius: .25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 600;
	padding: .375rem .75rem;
	text-decoration: none;
}

.gp-btn-primary {
	background: var(--gp-orange);
	color: #fff;
}

.gp-btn-primary:hover {
	background: var(--gp-orange-dark);
	color: #fff;
}

.gp-btn-muted {
	background: #f3f4f6;
	color: var(--gp-dark);
}

.gp-form-control {
	border: 1px solid var(--gp-line);
	border-radius: 999px;
	padding: 11px 14px;
	width: 100%;
}

.gp-search-field {
	margin: 0;
	position: relative;
}

.gp-search-field i {
	color: var(--gp-muted);
	left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.gp-search-field .gp-form-control {
	padding-left: 42px;
}

.gp-empty {
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: var(--gp-muted);
	padding: 28px;
	text-align: center;
}

.gp-compare-up {
	color: var(--gp-green);
}

.gp-compare-down {
	color: var(--gp-red);
}

.gp-compare-flat {
	color: var(--gp-muted);
}

.gp-filter-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.gp-filter-tabs a {
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: var(--gp-dark);
	font-size: 13px;
	font-weight: 600;
	padding: .375rem .75rem;
	text-decoration: none;
}

.gp-filter-tabs a.active {
	background: var(--gp-orange);
	border-color: var(--gp-orange);
	color: #fff;
}

.gp-public {
	background: var(--gp-white);
	color: var(--gp-dark);
	font-family: var(--gp-font-sans);
	margin: 0;
}

.gp-public-shell {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 18px 42px;
}

.gp-public-nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 18px 0;
}

.gp-public-brand {
	align-items: center;
	color: var(--gp-dark);
	display: flex;
	font-size: 18px;
	font-weight: 900;
	gap: 10px;
	text-decoration: none;
}

.gp-public-brand img {
	border-radius: 50%;
	height: 38px;
	width: 38px;
}

.gp-nav-whatsapp i,
.gp-service-card .gp-btn i,
.gp-filter-grid .gp-btn i {
	font-size: 16px;
}

.gp-floating-whatsapp {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: 18px;
	box-shadow: 0 16px 36px rgba(22, 163, 74, .35);
	color: #fff;
	display: none;
	font-size: 28px;
	height: 58px;
	justify-content: center;
	position: fixed;
	right: 18px;
	text-decoration: none;
	width: 58px;
	z-index: 1000;
}

.gp-floating-whatsapp:hover {
	background: #16a34a;
	color: #fff;
}

.gp-public-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	padding: 22px 0 24px;
}

.gp-public h1 {
	font-size: clamp(34px, 5vw, 58px);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 14px;
}

.gp-public-lead {
	color: var(--gp-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

.gp-public-panel {
	background: var(--gp-soft);
	border: 1px solid var(--gp-line);
	border-radius: 18px;
	padding: 18px;
}

.gp-filter-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)) auto;
	margin: 18px 0 24px;
	position: relative;
}

.gp-filter-grid.is-loading {
	opacity: .7;
}

.gp-filter-grid.is-loading::after {
	align-items: center;
	background: rgba(255, 255, 255, .92);
	border: 1px solid var(--gp-line);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
	color: var(--gp-dark);
	content: "Memuat hasil...";
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	padding: 10px 14px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 2;
}

.gp-result-summary {
	align-items: center;
	color: var(--gp-muted);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
	margin: -8px 0 18px;
}

.gp-result-summary i {
	color: var(--gp-orange);
}

.gp-result-summary a {
	color: var(--gp-orange-dark);
	text-decoration: none;
}

.gp-service-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-service-card {
	background: var(--gp-white);
	border: 1px solid var(--gp-line);
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 18px;
}

.gp-service-title {
	color: var(--gp-dark);
	font-size: 20px;
	font-weight: 900;
	margin: 8px 0 4px;
}

.gp-service-device {
	color: var(--gp-muted);
	font-size: 14px;
	margin-bottom: 16px;
}

.gp-price-row {
	align-items: center;
	border-top: 1px solid var(--gp-line);
	display: flex;
	justify-content: space-between;
	padding: 9px 0;
}

.gp-price-row span:first-child {
	align-items: center;
	color: var(--gp-muted);
	display: inline-flex;
	font-size: 13px;
	gap: 7px;
}

.gp-price-row strong {
	color: var(--gp-dark);
}

.gp-total {
	font-size: 22px;
	font-weight: 900;
}

.gp-service-card .gp-btn {
	margin-top: auto;
}

.gp-not-found {
	min-height: 100vh;
}

.gp-not-found-box {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 90px);
	max-width: 620px;
}

.gp-not-found-code {
	color: var(--gp-orange);
	font-size: 82px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 12px;
}

.gp-not-found h1 {
	font-size: clamp(34px, 6vw, 56px);
	margin-bottom: 12px;
}

.gp-not-found p {
	color: var(--gp-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 24px;
}

@media (max-width: 900px) {
	.gp-public-hero,
	.gp-filter-grid,
	.gp-service-grid {
		grid-template-columns: 1fr;
	}

	.gp-public-panel {
		display: none;
	}
}

@media (max-width: 575px) {
	.gp-public-shell {
		padding: 0 14px 92px;
	}

	.gp-public-nav {
		align-items: center;
		gap: 12px;
	}

	.gp-nav-whatsapp {
		display: none;
	}

	.gp-floating-whatsapp {
		display: inline-flex;
	}

	.gp-filter-grid .gp-btn {
		width: 100%;
	}

	.gp-public h1 {
		font-size: 38px;
	}

	.gp-card {
		padding: 14px;
	}
}

/* Public pricelist modern surface */
.gp-public {
	background:
		radial-gradient(circle at top right, rgba(249, 115, 22, .12), transparent 320px),
		linear-gradient(180deg, #ffffff 0%, #f7f9fc 58%, #ffffff 100%);
	color: #111827;
	font-family: var(--gp-font-sans);
}

.gp-public-shell {
	max-width: 1180px;
	padding: 0 20px 56px;
}

.gp-public-nav {
	padding: 20px 0 16px;
}

.gp-public-brand {
	font-size: 22px;
	letter-spacing: 0;
}

.gp-public-brand img {
	background: #fff;
	box-shadow: 0 10px 26px rgba(249, 115, 22, .22);
	height: 46px;
	width: 46px;
}

.gp-public .gp-btn {
	border-radius: 999px;
	min-height: 44px;
	padding: 10px 18px;
}

.gp-public .gp-btn-primary {
	background: #ff6b18;
	box-shadow: 0 12px 24px rgba(249, 115, 22, .22);
}

.gp-public .gp-btn-primary:hover {
	background: #ea580c;
	transform: translateY(-1px);
}

.gp-public .gp-btn-muted {
	background: #111827;
	color: #fff;
}

.gp-public-hero {
	align-items: center;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 390px;
	min-height: 330px;
	padding: 24px 0 26px;
}

.gp-public-hero-copy {
	max-width: 720px;
}

.gp-public h1 {
	color: #111827;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: .98;
	margin-bottom: 18px;
}

.gp-public-lead {
	color: #4b5563;
	font-size: 18px;
	line-height: 1.65;
	max-width: 680px;
}

.gp-public-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.gp-public-visual {
	min-height: 300px;
	position: relative;
}

.gp-phone-card {
	background: #111827;
	border: 10px solid #1f2937;
	border-radius: 32px;
	box-shadow: 0 30px 70px rgba(17, 24, 39, .22);
	height: 270px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	width: 180px;
}

.gp-phone-card::after {
	background: linear-gradient(145deg, #ff6b18, #ffc107);
	border-radius: 28px;
	bottom: 18px;
	content: "";
	left: 18px;
	position: absolute;
	right: 18px;
	top: 54px;
}

.gp-phone-top {
	background: #0b1220;
	border-radius: 999px;
	height: 8px;
	left: 50%;
	position: absolute;
	top: 18px;
	transform: translateX(-50%);
	width: 58px;
	z-index: 2;
}

.gp-phone-icon {
	align-items: center;
	background: #fff;
	border-radius: 18px;
	color: #ff6b18;
	display: flex;
	font-size: 34px;
	height: 72px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 86px;
	transform: translateX(-50%);
	width: 72px;
	z-index: 2;
}

.gp-phone-line,
.gp-phone-line-short {
	background: rgba(255, 255, 255, .86);
	border-radius: 999px;
	height: 10px;
	left: 38px;
	position: absolute;
	right: 38px;
	top: 180px;
	z-index: 2;
}

.gp-phone-line-short {
	left: 52px;
	right: 52px;
	top: 204px;
}

.gp-public-panel {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 16px;
	bottom: 18px;
	box-shadow: 0 20px 45px rgba(17, 24, 39, .12);
	left: 0;
	padding: 18px;
	position: absolute;
	width: 230px;
}

.gp-filter-grid {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(17, 24, 39, .08);
	gap: 10px;
	grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 1fr)) auto;
	margin: 10px 0 18px;
	padding: 14px;
}

.gp-form-control {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #111827;
	min-height: 44px;
	outline: none;
	padding: 11px 14px;
}

.gp-form-control:focus {
	background: #fff;
	border-color: #ff6b18;
	box-shadow: 0 0 0 3px rgba(249, 115, 22, .14);
}

.gp-search-field i {
	color: #ff6b18;
}

.gp-result-summary {
	justify-content: space-between;
	margin: 4px 4px 18px;
}

.gp-result-summary span:first-child {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.gp-active-filter {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 999px;
	color: #c2410c;
	font-size: 12px;
	padding: 6px 10px;
}

.gp-service-grid {
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gp-service-card {
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
	min-height: 360px;
	padding: 18px;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.gp-service-card:hover {
	border-color: rgba(249, 115, 22, .34);
	box-shadow: 0 26px 55px rgba(17, 24, 39, .12);
	transform: translateY(-2px);
}

.gp-service-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.gp-service-brand {
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.gp-service-title {
	font-size: 22px;
	line-height: 1.18;
	margin-top: 0;
}

.gp-service-device {
	align-items: center;
	color: #4b5563;
	display: inline-flex;
	font-weight: 700;
	gap: 8px;
	margin-bottom: 14px;
}

.gp-total-box {
	background: linear-gradient(135deg, #111827, #263244);
	border-radius: 16px;
	color: #fff;
	margin-bottom: 8px;
	padding: 14px;
}

.gp-total-box span {
	color: rgba(255, 255, 255, .72);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.gp-total-box strong {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
}

.gp-price-row {
	padding: 8px 0;
}

.gp-price-row strong {
	text-align: right;
}

.gp-service-card .gp-btn {
	margin-top: 14px;
	width: 100%;
}

.gp-floating-whatsapp {
	background: #25d366;
	box-shadow: 0 18px 42px rgba(37, 211, 102, .34);
}

@media (max-width: 1024px) {
	.gp-public-hero,
	.gp-filter-grid,
	.gp-service-grid {
		grid-template-columns: 1fr;
	}

	.gp-public-visual {
		display: none;
	}
}

@media (max-width: 575px) {
	.gp-public-shell {
		padding: 0 14px 92px;
	}

	.gp-public-brand {
		font-size: 20px;
	}

	.gp-public h1 {
		font-size: 42px;
	}

	.gp-public-lead {
		font-size: 16px;
	}

	.gp-public-actions {
		display: none;
	}

	.gp-filter-grid {
		border-radius: 18px;
		padding: 12px;
	}

	.gp-service-card {
		min-height: 0;
	}
}

/* Reference-aligned public pricelist */
.gp-public {
	background: #fff;
}

.gp-public *,
.gp-public *::before,
.gp-public *::after {
	box-sizing: border-box;
}

.gp-public-shell {
	max-width: 1280px;
	padding: 0;
}

.gp-public-nav {
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid #f0e5dc;
	border-radius: 24px 24px 0 0;
	box-shadow: 0 12px 36px rgba(15, 23, 42, .08);
	display: grid;
	grid-template-columns: 280px 1fr auto;
	padding: 18px 56px;
	position: sticky;
	top: 0;
	z-index: 20;
}

.gp-public-brand {
	gap: 12px;
}

.gp-public-brand span {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.gp-public-brand strong {
	color: #111827;
	font-size: 26px;
	font-weight: 900;
}

.gp-public-brand strong::first-letter {
	color: inherit;
}

.gp-public-brand small {
	color: #6b7280;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 3px;
	margin-top: 6px;
	text-transform: uppercase;
}

.gp-public-menu {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: center;
}

.gp-public-menu a {
	border-bottom: 2px solid transparent;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 4px;
	text-decoration: none;
}

.gp-public-menu a.active {
	border-color: #ff6b18;
	color: #ff6b18;
}

.gp-public-hero {
	background:
		linear-gradient(90deg, rgba(255, 247, 237, .98), rgba(255, 247, 237, .78)),
		radial-gradient(circle at 72% 76%, #ff9f1c 0 210px, transparent 212px);
	grid-template-columns: minmax(0, 1fr) 520px;
	margin: 0;
	min-height: 460px;
	overflow: hidden;
	padding: 48px 56px 88px;
	position: relative;
}

.gp-public-kicker {
	color: #ff5f00;
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 18px;
}

.gp-public-kicker span::after {
	content: "•";
	margin: 0 8px;
}

.gp-public h1 {
	font-size: clamp(44px, 5vw, 66px);
	line-height: 1.04;
	max-width: 520px;
}

.gp-public h1 strong {
	color: #ff6b18;
	font-weight: 900;
}

.gp-public-lead {
	max-width: 470px;
}

.gp-public-actions {
	display: none;
}

.gp-public-visual {
	display: block;
	min-height: 360px;
}

.gp-hero-arc {
	background: linear-gradient(145deg, #ff8a00, #ffb21a);
	border-radius: 360px 360px 0 0;
	bottom: -96px;
	height: 300px;
	position: absolute;
	right: 56px;
	width: 520px;
}

.gp-phone-stack {
	bottom: 34px;
	height: 360px;
	position: absolute;
	right: 160px;
	width: 310px;
	z-index: 2;
}

.gp-phone-card {
	border: 7px solid #151923;
	border-radius: 24px;
	box-shadow: 0 22px 48px rgba(17, 24, 39, .22);
	height: 250px;
	position: absolute;
	width: 132px;
}

.gp-phone-back {
	background: #2f333a;
	left: 0;
	top: 52px;
	transform: rotate(-9deg);
}

.gp-phone-main {
	background: #111827;
	left: 92px;
	top: 24px;
	transform: rotate(4deg);
	z-index: 3;
}

.gp-phone-side {
	background: linear-gradient(135deg, #d8f7ff, #8ed7ef);
	left: 208px;
	top: 66px;
	transform: rotate(-5deg);
}

.gp-phone-screen {
	background:
		radial-gradient(circle at 30% 20%, #8b5cf6, transparent 28%),
		linear-gradient(145deg, #111827, #4f46e5 35%, #06b6d4 72%, #60a5fa);
	border-radius: 17px;
	bottom: 8px;
	left: 8px;
	position: absolute;
	right: 8px;
	top: 26px;
}

.gp-phone-camera,
.gp-phone-camera-wide {
	background: rgba(0, 0, 0, .72);
	border-radius: 18px;
	height: 58px;
	left: 16px;
	position: absolute;
	top: 16px;
	width: 44px;
}

.gp-phone-camera::before,
.gp-phone-camera::after {
	background: #111827;
	border: 4px solid #4b5563;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 12px;
}

.gp-phone-camera::after {
	top: 32px;
}

.gp-phone-camera-wide {
	border-radius: 10px;
	height: 28px;
	left: 48px;
	top: 38px;
	width: 70px;
}

.gp-hero-shield {
	align-items: center;
	background: linear-gradient(145deg, #ff6b18, #ff9f1c);
	border-radius: 20px;
	box-shadow: 0 16px 34px rgba(249, 115, 22, .32);
	color: #fff;
	display: flex;
	font-size: 28px;
	height: 72px;
	justify-content: center;
	position: absolute;
	right: 120px;
	top: 230px;
	width: 72px;
	z-index: 4;
}

.gp-public-panel {
	display: none;
}

/* ── Filter grid: CSS Grid ── */
.gp-filter-grid {
	background: transparent;
	border: 0;
	box-shadow: none;
	display: grid;
	gap: 16px 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: -64px 56px 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

/* Search row: full width */
.gp-search-field-wrapper {
	grid-column: 1 / -1;
	width: 100%;
}

.gp-filter-col {
	min-width: 0;
}

.gp-search-field .gp-form-control {
	background: #fff;
	border-color: rgba(17, 24, 39, .08);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(17, 24, 39, .12);
	font-size: 16px;
	height: 72px;
	padding-left: 72px;
	padding-right: 168px;
	width: 100%;
}

.gp-search-field i {
	font-size: 22px;
	left: 28px;
}

.gp-search-submit {
	border-radius: 14px !important;
	height: 56px;
	min-height: 56px !important;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 144px;
}

.gp-filter-col .gp-form-control {
	background-color: #fff;
	border-color: rgba(17, 24, 39, .08);
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(17, 24, 39, .08);
	height: 58px;
	padding-left: 20px;
}

.gp-filter-col select.gp-form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px;
	padding-right: 40px !important;
}

.gp-list-heading {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 34px 56px 18px;
}

.gp-list-heading h2 {
	color: #111827;
	font-size: 28px;
	font-weight: 900;
	margin: 0 0 8px;
}

.gp-list-heading p {
	color: #6b7280;
	font-size: 14px;
	margin: 0;
}

.gp-result-summary {
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
}

.gp-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 56px 56px;
}

.gp-service-card {
	border-color: #e9edf2;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
	min-height: 0;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gp-service-head {
	margin-bottom: 10px;
}

.gp-service-title {
	font-size: 20px;
	margin-bottom: 6px;
}

.gp-service-device {
	font-size: 14px;
	margin-bottom: 14px;
}

.gp-total-box {
	background: transparent;
	border-top: 1px solid #e5e7eb;
	border-radius: 0;
	color: #ff5f00;
	display: flex;
	justify-content: space-between;
	margin: 4px 0 8px;
	padding: 12px 0 4px;
}

.gp-total-box span,
.gp-total-box strong {
	color: #ff5f00;
	font-size: 16px;
}

.gp-price-row {
	border-top: 0;
	padding: 6px 0;
}

.gp-price-row span:first-child,
.gp-price-row strong {
	font-size: 13px;
}

.gp-service-card .gp-btn {
	border-radius: 8px;
	height: 46px;
	margin-top: auto;
}

@media (max-width: 1100px) {
	.gp-public-nav {
		grid-template-columns: 1fr auto;
		padding: 16px 24px;
	}

	.gp-public-menu {
		display: none;
	}
}

@media (max-width: 900px) {
	.gp-public-hero {
		grid-template-columns: 1fr;
		padding: 32px 24px 84px;
	}

	.gp-public-visual {
		display: none;
	}

	.gp-filter-grid,
	.gp-list-heading,
	.gp-service-grid {
		margin-left: 24px;
		margin-right: 24px;
	}

	.gp-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 901px) {
	.gp-public-hero {
		grid-template-columns: minmax(0, 1fr) 520px;
	}

	.gp-public-visual {
		display: block;
	}
}

@media (max-width: 700px) {
	.gp-public-shell {
		padding-bottom: 84px;
	}

	.gp-public-nav {
		border-radius: 0;
	}

	.gp-public-brand img {
		height: 42px;
		width: 42px;
	}

	.gp-public-brand strong {
		font-size: 20px;
	}

	.gp-public-brand small {
		font-size: 7px;
		letter-spacing: 2px;
	}

	.gp-nav-whatsapp {
		display: none;
	}

	.gp-public-hero {
		min-height: auto;
		padding: 28px 20px 78px;
	}

	.gp-public-kicker {
		font-size: 13px;
	}

	.gp-public h1 {
		font-size: 34px;
	}

	.gp-public-lead {
		font-size: 14px;
		line-height: 1.55;
	}

	.gp-filter-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin: -54px 20px 0;
	}

	.gp-search-field .gp-form-control {
		height: 54px;
		padding-left: 48px;
		padding-right: 86px;
	}

	.gp-search-field i {
		font-size: 16px;
		left: 18px;
	}

	.gp-search-submit {
		height: 44px;
		min-height: 44px !important;
		right: 5px;
		top: 5px;
		width: 76px !important;
	}

	.gp-filter-col .gp-form-control {
		height: 52px;
	}

	.gp-list-heading {
		display: block;
		margin: 28px 20px 14px;
	}

	.gp-list-heading h2 {
		font-size: 22px;
	}

	.gp-result-summary {
		justify-content: flex-start;
		margin-top: 12px;
	}

	.gp-service-grid {
		grid-template-columns: 1fr;
		margin: 0 20px 36px;
	}

	.gp-floating-whatsapp {
		display: inline-flex;
	}
}

/* Standalone Gadget Point dashboard shell */
.gp-standalone {
	background: #f4f6f9;
	color: #111827;
	font-family: var(--gp-font-sans);
	margin: 0;
	min-height: 100vh;
}

.gp-standalone *,
.gp-standalone *::before,
.gp-standalone *::after {
	box-sizing: border-box;
}

.gp-standalone-sidebar {
	background: #343a40;
	bottom: 0;
	box-shadow: 12px 0 28px rgba(0, 0, 0, .08);
	color: #fff;
	left: 0;
	padding: 22px 18px;
	position: fixed;
	top: 0;
	width: 260px;
	z-index: 10;
	overflow-y: auto;
}

.gp-standalone-brand {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 22px;
	font-weight: 900;
	gap: 12px;
	margin-bottom: 28px;
	text-decoration: none;
}

.gp-standalone-brand:hover {
	color: #fff;
	text-decoration: none;
}

.gp-standalone-brand img {
	background: #fff;
	border-radius: 8px;
	height: 44px;
	width: 44px;
}

.gp-standalone-nav {
	display: grid;
	gap: 7px;
}

.gp-standalone-nav a,
.gp-standalone-back {
	align-items: center;
	border-radius: 12px;
	color: rgba(255, 255, 255, .74);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 12px;
	padding: 12px 14px;
	text-decoration: none;
}

.gp-standalone-nav a:hover,
.gp-standalone-nav a.active {
	background: #17a2b8;
	color: #fff;
	text-decoration: none;
}

.gp-standalone-nav i {
	text-align: center;
	width: 18px;
}

.gp-standalone-back {
	background: rgba(255, 255, 255, .08);
	bottom: 18px;
	left: 18px;
	position: absolute;
	right: 18px;
}

.gp-standalone-back:hover {
	background: rgba(255, 255, 255, .14);
	color: #fff;
	text-decoration: none;
}

.gp-standalone-main {
	margin-left: 260px;
	padding: 24px;
}

.gp-standalone-topbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.gp-standalone-topbar h1 {
	color: #111827;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 4px;
}

.gp-standalone-topbar p {
	color: #6b7280;
	margin: 0;
}

.gp-standalone-user {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: .25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
	display: flex;
	font-weight: 800;
	gap: 12px;
	padding: 10px 12px 10px 18px;
}

.gp-standalone-user a {
	align-items: center;
	background: #f8f9fa;
	border-radius: .25rem;
	color: #343a40;
	display: flex;
	height: 34px;
	justify-content: center;
	text-decoration: none;
	width: 34px;
}

.gp-standalone-hero {
	background: #fff;
	border-radius: .25rem;
	border-top: 3px solid #17a2b8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	color: #343a40;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 26px;
	position: relative;
}

.gp-standalone-hero::after {
	display: none;
}

.gp-standalone-hero h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.12;
	margin: 0 0 10px;
	max-width: 720px;
	position: relative;
	z-index: 1;
}

.gp-standalone-hero p {
	color: #6c757d;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	max-width: 620px;
	position: relative;
	z-index: 1;
}

.gp-standalone-target {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	padding: 18px;
	position: relative;
	z-index: 1;
}

.gp-standalone-target span,
.gp-standalone-target small {
	color: #6c757d;
	display: block;
	font-weight: 800;
}

.gp-standalone-target strong {
	color: #343a40;
	display: block;
	font-size: 28px;
	font-weight: 900;
	margin: 8px 0 14px;
}

.gp-target-track {
	background: #dee2e6;
	border-radius: 999px;
	height: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.gp-target-track div {
	background: #17a2b8;
	border-radius: inherit;
	height: 100%;
}

.gp-standalone-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gp-standalone-content {
	display: grid;
	gap: 16px;
	grid-template-columns: 360px minmax(0, 1fr);
}

.gp-standalone .gp-card {
	border-radius: .25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.gp-standalone .gp-panel-card {
	min-height: 230px;
	border-top: 3px solid rgba(23, 162, 184, .85);
}

@media (max-width: 1100px) {
	.gp-standalone-sidebar {
		position: static;
		width: auto;
	}

	.gp-standalone-back {
		margin-top: 14px;
		position: static;
	}

	.gp-standalone-main {
		margin-left: 0;
	}

	.gp-standalone-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gp-standalone-hero,
	.gp-standalone-content {
		grid-template-columns: 1fr;
	}

	.gp-standalone-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.gp-standalone-sidebar,
	.gp-standalone-main {
		padding: 16px;
	}

	.gp-standalone-nav,
	.gp-standalone-grid {
		grid-template-columns: 1fr;
	}

	.gp-standalone-topbar {
		align-items: flex-start;
		gap: 14px;
		flex-direction: column;
	}

	.gp-standalone-hero {
		padding: 20px;
	}

	.gp-standalone-hero h2 {
		font-size: 26px;
	}
}

/* Final customer pricelist hero with real phone asset */
.gp-public {
	background:
		radial-gradient(circle at 85% 8%, rgba(255, 107, 24, .12), transparent 290px),
		linear-gradient(180deg, #ffffff 0%, #fff7ed 42%, #ffffff 72%);
	overflow-x: hidden;
}

.gp-public-hero {
	background:
		linear-gradient(90deg, rgba(255, 250, 245, .98), rgba(255, 245, 235, .86)),
		radial-gradient(circle at 78% 76%, rgba(255, 159, 28, .95) 0 230px, transparent 232px);
}

.gp-public-hero::before {
	border: 1px solid rgba(255, 107, 24, .14);
	border-radius: 999px;
	color: rgba(255, 107, 24, .16);
	content: "\f013";
	font-family: "Font Awesome 5 Free";
	font-size: 72px;
	font-weight: 900;
	height: 124px;
	left: 40%;
	line-height: 124px;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 124px;
}

.gp-public-hero::after {
	border: 2px solid rgba(255, 107, 24, .14);
	border-radius: 18px;
	content: "";
	height: 94px;
	position: absolute;
	right: 94px;
	top: 72px;
	transform: rotate(8deg);
	width: 54px;
}

.gp-hero-phone-image {
	filter: drop-shadow(0 30px 48px rgba(17, 24, 39, .28));
	max-height: 430px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	position: absolute;
	right: 46px;
	top: 34px;
	width: min(520px, 44vw);
	z-index: 3;
}

.gp-hero-arc {
	background: linear-gradient(145deg, #ff8a00, #ffba2d);
	bottom: -118px;
	height: 330px;
	opacity: .92;
	right: 70px;
	width: 540px;
}

.gp-hero-shield {
	right: 118px;
	top: 270px;
}

.gp-public h1 {
	letter-spacing: 0;
}

.gp-public-lead {
	color: #374151;
}

.gp-list-heading p,
.gp-result-summary,
.gp-price-row span:first-child {
	color: #5f6877;
}

.gp-service-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
		radial-gradient(circle at 95% 22%, rgba(37, 211, 102, .13), transparent 90px);
}

.gp-total-box {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 12px;
	padding: 12px 14px;
}

@media (max-width: 900px) {
	.gp-public-hero::before,
	.gp-public-hero::after {
		display: none;
	}

	.gp-hero-phone-image {
		display: block;
	}
}

@media (max-width: 700px) {
	.gp-public-hero {
		padding-bottom: 210px;
	}

	.gp-public-visual {
		display: block;
		min-height: 0;
		position: static;
	}

	.gp-hero-arc {
		bottom: 20px;
		height: 150px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 280px;
	}

	.gp-hero-phone-image {
		bottom: 24px;
		left: 50%;
		max-height: 210px;
		right: auto;
		top: auto;
		transform: translateX(-50%);
		width: min(310px, 86vw);
	}

	.gp-hero-shield {
		border-radius: 14px;
		font-size: 18px;
		height: 44px;
		right: 42px;
		top: auto;
		bottom: 82px;
		width: 44px;
	}
}

/* Simplified public navbar and always-on WhatsApp shortcut */
.gp-public-nav {
	grid-template-columns: 1fr auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: max(24px, calc((100vw - 1280px) / 2 + 56px));
	padding-right: max(24px, calc((100vw - 1280px) / 2 + 56px));
	width: auto;
}

.gp-public-menu {
	display: none !important;
}

.gp-floating-whatsapp {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 18px 42px rgba(37, 211, 102, .34);
	color: #fff;
	display: inline-flex !important;
	font-size: 28px;
	height: 62px;
	justify-content: center;
	position: fixed;
	right: 22px;
	text-decoration: none;
	width: 62px;
	z-index: 1000;
}

.gp-floating-whatsapp:hover {
	background: #16a34a;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 700px) {
	.gp-public-nav {
		grid-template-columns: 1fr;
	}
}

/* AdminLTE-aligned dashboard styling for Gadget Point routes */
body.hold-transition .gp-page-header,
body.gp-standalone .gp-page-header {
	padding: 0 0 10px;
}

body.hold-transition .gp-page-title,
body.gp-standalone .gp-page-title,
body.gp-standalone .gp-standalone-topbar h1,
body.gp-standalone .gp-standalone-hero h2 {
	color: #343a40;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

body.hold-transition .gp-page-subtitle,
body.gp-standalone .gp-page-subtitle,
body.gp-standalone .gp-standalone-topbar p,
body.gp-standalone .gp-standalone-hero p,
body.gp-standalone .gp-standalone-target span,
body.gp-standalone .gp-standalone-target small,
body.hold-transition .gp-metric-note,
body.gp-standalone .gp-metric-note {
	color: #6c757d;
	font-size: .95rem;
	font-weight: 400;
}

body.hold-transition .gp-card,
body.gp-standalone .gp-card,
body.gp-standalone .gp-standalone-hero,
body.gp-standalone .gp-standalone-target,
body.gp-standalone .gp-standalone-user {
	background: #fff;
	border: 0 solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

body.hold-transition .gp-panel-card,
body.gp-standalone .gp-panel-card,
body.gp-standalone .gp-standalone-hero {
	border-top: 3px solid rgba(23, 162, 184, .85);
}

body.hold-transition .gp-card h5,
body.gp-standalone .gp-card h5,
body.gp-standalone .gp-standalone-target strong {
	color: #343a40;
	font-size: 1rem;
	font-weight: 700;
}

body.hold-transition .gp-metric,
body.gp-standalone .gp-metric {
	min-height: 108px;
	padding: 14px 56px 14px 16px;
}

body.hold-transition .gp-metric-label,
body.gp-standalone .gp-metric-label {
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.25;
}

body.hold-transition .gp-metric-value,
body.gp-standalone .gp-metric-value {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

body.hold-transition .gp-btn,
body.gp-standalone .gp-btn,
body.hold-transition .gp-filter-tabs a,
body.gp-standalone .gp-filter-tabs a {
	border-radius: .25rem;
	font-size: .875rem;
	font-weight: 600;
	padding: .375rem .75rem;
}

body.hold-transition .gp-btn-primary,
body.gp-standalone .gp-btn-primary,
body.hold-transition .gp-filter-tabs a.active,
body.gp-standalone .gp-filter-tabs a.active {
	background: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}

body.hold-transition .gp-btn-primary:hover,
body.gp-standalone .gp-btn-primary:hover {
	background: #138496;
	color: #fff;
}

body.hold-transition .gp-btn-muted,
body.gp-standalone .gp-btn-muted {
	background: #f8f9fa;
	color: #343a40;
}

body.hold-transition .gp-form-control,
body.gp-standalone .gp-form-control {
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: none;
	font-size: 1rem;
	min-height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
}

body.hold-transition .gp-form-control:focus,
body.gp-standalone .gp-form-control:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

body.hold-transition .gp-empty,
body.gp-standalone .gp-empty {
	border: 1px dashed #ced4da;
	border-radius: .25rem;
	padding: 1rem;
}

body.hold-transition .gp-price-row,
body.gp-standalone .gp-price-row {
	border-top-color: #e9ecef;
}

body.hold-transition .gp-badge,
body.gp-standalone .gp-badge {
	border-radius: .25rem;
	font-size: .75rem;
	font-weight: 700;
	padding: .35rem .5rem;
}

body.gp-standalone {
	background: #f4f6f9;
	font-family: var(--gp-font-sans);
}

body.gp-standalone .gp-standalone-sidebar {
	background: #343a40;
	box-shadow: 12px 0 28px rgba(0, 0, 0, .08);
}

body.gp-standalone .gp-standalone-nav a,
body.gp-standalone .gp-standalone-back {
	border-radius: .25rem;
	font-size: .95rem;
	font-weight: 600;
}

body.gp-standalone .gp-standalone-nav a:hover,
body.gp-standalone .gp-standalone-nav a.active {
	background: #17a2b8;
}

body.gp-standalone .gp-standalone-main {
	padding: 24px;
}

body.gp-standalone .gp-standalone-target {
	border: 1px solid #dee2e6;
}

body.gp-standalone .gp-target-track {
	background: #dee2e6;
	border-radius: 999px;
}

body.gp-standalone .gp-target-track div {
	background: #17a2b8;
}

.gp-shell-body {
	overflow-x: hidden;
}

.gp-shell-sidebar {
	padding: 0;
	overflow-y: auto;
}

.gp-shell-brand {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	border-radius: 0;
	gap: 14px;
	margin-bottom: 0;
	padding: 18px 22px;
}

.gp-shell-brand img {
	border-radius: 6px;
	height: 38px;
	width: 38px;
}

.gp-shell-brand span {
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: .01em;
}

.gp-shell-user {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	display: flex;
	gap: 12px;
	margin: 0 10px 6px;
	padding: 16px 14px 18px;
}

.gp-shell-user-avatar img {
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .22);
	height: 42px;
	object-fit: cover;
	width: 42px;
}

.gp-shell-user-meta strong {
	color: #d7dde4;
	display: block;
	font-size: 1rem;
	font-weight: 400;
}

.gp-shell-nav {
	padding: 10px 10px 24px;
}

.gp-shell-nav-title {
	color: rgba(255, 255, 255, .52);
	font-size: .8rem;
	font-weight: 600;
	margin: 18px 18px 8px;
	text-transform: uppercase;
}

.gp-shell-nav-group {
	display: grid;
	gap: 6px;
}

.gp-shell-nav-link {
	align-items: center;
	border-radius: .25rem;
	color: rgba(255, 255, 255, .76);
	display: flex;
	font-size: .95rem;
	font-weight: 400;
	gap: 12px;
	padding: 12px 18px;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease;
}

.gp-shell-nav-link i {
	font-size: 1rem;
	text-align: center;
	width: 18px;
}

.gp-shell-nav-link:hover,
.gp-shell-nav-link.active {
	background: #ffc107;
	color: #1f2328;
	text-decoration: none;
}

.gp-shell-main {
	padding: 0;
}

.gp-shell-topbar {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	padding: 16px 24px;
	position: sticky;
	top: 0;
	z-index: 30;
}

.gp-shell-topbar-left,
.gp-shell-topbar-actions {
	align-items: center;
	display: flex;
	gap: 18px;
}

.gp-shell-menu-toggle {
	background: transparent;
	border: 0;
	color: #6c757d;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0;
}

.gp-shell-branch {
	color: #212529;
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1.1;
}

.gp-shell-logout {
	color: #6c757d;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
}

.gp-shell-logout:hover {
	color: #343a40;
	text-decoration: none;
}

.gp-shell-content {
	padding: 24px;
}

body.gp-shell-collapsed .gp-shell-sidebar {
	width: 84px;
}

body.gp-shell-collapsed .gp-shell-main {
	margin-left: 84px;
}

body.gp-shell-collapsed .gp-shell-brand span,
body.gp-shell-collapsed .gp-shell-user-meta,
body.gp-shell-collapsed .gp-shell-nav-title,
body.gp-shell-collapsed .gp-shell-nav-link span {
	display: none;
}

body.gp-shell-collapsed .gp-shell-brand,
body.gp-shell-collapsed .gp-shell-user,
body.gp-shell-collapsed .gp-shell-nav-link {
	justify-content: center;
}

@media (max-width: 1100px) {
	.gp-shell-topbar {
		padding: 14px 18px;
	}

	.gp-shell-branch {
		font-size: 1.4rem;
	}
}

@media (max-width: 640px) {
	.gp-shell-topbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.gp-shell-topbar-left,
	.gp-shell-topbar-actions {
		width: 100%;
	}

	.gp-shell-topbar-actions {
		justify-content: space-between;
	}

	.gp-shell-content {
		padding: 16px;
	}
}


body.gp-standalone .gp-standalone-main.gp-shell-main {
	padding: 0;
}


body.gp-standalone .gp-shell-main {
	margin: 0 0 0 260px !important;
	max-width: calc(100vw - 260px);
	padding: 0 !important;
	width: calc(100vw - 260px);

}

body.gp-standalone .gp-shell-topbar {
	margin: 0 !important;
	width: 100%;
}

body.gp-shell-collapsed .gp-shell-main {
	margin-left: 84px !important;
	max-width: calc(100vw - 84px);
	width: calc(100vw - 84px);
}

@media (max-width: 1100px) {
	body.gp-standalone .gp-shell-main,
	body.gp-shell-collapsed .gp-shell-main {
		margin-left: 0 !important;
		max-width: 100%;
		width: 100%;
	}
}


.gp-page-title,
body.hold-transition .gp-page-title,
body.gp-standalone .gp-page-title,
body.gp-standalone .gp-standalone-topbar h1,
body.gp-standalone .gp-standalone-hero h2 {
	font-size: 2.35rem;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.1;
}

.gp-page-subtitle {
	font-size: 1.08rem;
	line-height: 1.6;
}

.gp-card h5,
body.hold-transition .gp-card h5,
body.gp-standalone .gp-card h5,
body.gp-standalone .gp-standalone-target strong {
	font-size: 1.1rem;
	font-weight: 800;
}

.gp-home-dashboard .gp-page-header {
	padding-bottom: 18px;
}

.gp-home-overview {
	border-top: 4px solid #17a2b8;
	overflow: hidden;
	padding: 0;
}

.gp-home-overview-body {
	padding: 24px 26px;
}

.gp-home-overview-main {
	padding-right: 12px;
}

.gp-home-overview-title {
	color: #111827;
	font-family: var(--gp-font-mono);
	font-size: 2.65rem;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 8px;
	letter-spacing: -0.03em;
}

.gp-home-overview-profit {
	color: var(--gp-green);
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0;
}

.gp-home-target-panel {
	background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
	border-left: 1px solid #e9ecef;
	height: 100%;
	padding: 24px 26px;
}

.gp-home-target-panel h5,
.gp-home-overview-body h5 {
	color: #4b5563;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.gp-home-side-stat {
	border-top: 4px solid #6f42c1;
	height: calc(100% - 1rem);
}

.gp-home-side-stat .gp-metric-value {
	font-size: 2.1rem;
}

.gp-home-stat-card {
	padding: 20px 22px;
	border: none;
}

.gp-home-detail-card,
.gp-home-chart-card {
	border-top: 4px solid #17a2b8;
}

.gp-home-detail-card h5,
.gp-home-chart-card h5 {
	font-size: 1.1rem;
	font-weight: 800;
}

.gp-home-dashboard .gp-price-row {
	padding: 12px 0;
}

@media (max-width: 991.98px) {
	.gp-home-target-panel {
		border-left: 0;
		border-top: 1px solid #e9ecef;
	}
}

@media (max-width: 767.98px) {
	.gp-page-title,
	body.hold-transition .gp-page-title,
	body.gp-standalone .gp-page-title,
	body.gp-standalone .gp-standalone-topbar h1,
	body.gp-standalone .gp-standalone-hero h2 {
		font-size: 2rem;
	}

	.gp-home-overview-body,
	.gp-home-target-panel {
		padding: 20px;
	}

	.gp-home-overview-title {
		font-size: 1.8rem;
	}
}

/* Pricelist filter QA fix */
.gp-search-field {
	margin: 0;
}

.gp-search-field .gp-form-control {
	height: 72px;
	padding-bottom: 0;
	padding-left: 72px;
	padding-right: 168px;
	padding-top: 0;
}

.gp-filter-col .gp-form-control {
	border-radius: 18px;
	height: 58px;
	padding: 0 20px;
}

.gp-list-heading {
	align-items: end;
	gap: 16px 24px;
	margin-top: 28px;
}

.gp-list-heading p {
	line-height: 1.5;
	max-width: 560px;
}

.gp-result-summary {
	gap: 10px 12px;
}

.gp-service-card {
	padding: 22px;
}

.gp-price-row {
	padding: 10px 0;
}

@media (max-width: 700px) {
	.gp-search-field .gp-form-control {
		height: 54px;
		padding-bottom: 0;
		padding-left: 48px;
		padding-right: 92px;
		padding-top: 0;
	}

	.gp-filter-col .gp-form-control {
		height: 52px;
		padding: 0 16px;
	}

	.gp-search-submit {
		right: 6px;
		top: 5px;
		width: 78px !important;
	}

	.gp-list-heading {
		margin-top: 24px;
	}
}

.gp-card-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.gp-card-link:hover,
.gp-card-link:focus {
	color: inherit;
	text-decoration: none;
}

.gp-card-link .gp-card,
.gp-card-link.gp-card {
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gp-card-link:hover .gp-card,
.gp-card-link:focus .gp-card,
.gp-card-link.gp-card:hover,
.gp-card-link.gp-card:focus {
	box-shadow: 0 12px 28px rgba(17, 24, 39, .14);
	transform: translateY(-3px);
}

.gp-card-link:focus {
	outline: none;
}

.gp-card-action {
	align-items: center;
	color: #17a2b8;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 700;
	gap: 6px;
	margin-top: 12px;
}

.gp-card-link:hover .gp-card-action,
.gp-card-link:focus .gp-card-action {
	color: #138496;
}

.gp-card-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.gp-card-link:hover,
.gp-card-link:focus {
	color: inherit;
	text-decoration: none;
}

.gp-card-link .gp-card,
.gp-card-link.gp-card {
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gp-card-link:hover .gp-card,
.gp-card-link:focus .gp-card,
.gp-card-link.gp-card:hover,
.gp-card-link.gp-card:focus {
	box-shadow: 0 12px 28px rgba(17, 24, 39, .14);
	transform: translateY(-3px);
}

.gp-card-link:focus {
	outline: none;
}

.gp-card-action {
	align-items: center;
	color: #17a2b8;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 700;
	gap: 6px;
	margin-top: 12px;
}

.gp-card-link:hover .gp-card-action,
.gp-card-link:focus .gp-card-action {
	color: #138496;
}

.gp-metric,
.gp-home-stat-card,
body.hold-transition .gp-metric,
body.gp-standalone .gp-metric {
	background: #ffffff !important;
	border: 1px solid #e8edf3;
	border-top-width: 4px;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
	color: #1f2937 !important;
	display: flex;
	flex-direction: column;
	min-height: 214px;
	padding: 26px 26px 22px 26px;
	position: relative;
}

.gp-metric::after,
body.hold-transition .gp-metric::after,
body.gp-standalone .gp-metric::after {
	color: rgba(100, 116, 139, .22) !important;
	font-size: 54px;
	right: 22px;
	top: 36px;
	transform: none;
}

.gp-metric-teal,
.gp-metric-amber,
.gp-metric-green,
.gp-metric-purple,
.gp-metric-red {
	color: #1f2937 !important;
}

.gp-metric-teal,
.gp-home-stat-card.gp-metric-teal {
	border-top-color: #2f80ed !important;
}

.gp-metric-amber,
.gp-home-stat-card.gp-metric-amber {
	border-top-color: #2f80ed !important;
}

.gp-metric-green,
.gp-home-stat-card.gp-metric-green {
	border-top-color: #2f80ed !important;
}

.gp-metric-purple,
.gp-home-stat-card.gp-metric-purple {
	border-top-color: #2f80ed !important;
}

.gp-metric-red,
.gp-home-stat-card.gp-metric-red {
	border-top-color: #2f80ed !important;
}

.gp-metric .gp-metric-value,
.gp-metric-teal .gp-metric-value,
.gp-metric-amber .gp-metric-value,
.gp-metric-green .gp-metric-value,
.gp-metric-purple .gp-metric-value,
.gp-metric-red .gp-metric-value,
body.hold-transition .gp-metric-value,
body.gp-standalone .gp-metric-value {
	color: #1f2f4a !important;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.05;
	margin: 0 0 18px;
}

.gp-metric .gp-metric-label,
.gp-metric-teal .gp-metric-label,
.gp-metric-amber .gp-metric-label,
.gp-metric-green .gp-metric-label,
.gp-metric-purple .gp-metric-label,
.gp-metric-red .gp-metric-label,
body.hold-transition .gp-metric-label,
body.gp-standalone .gp-metric-label {
	color: #1f2f4a !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 8px;
	order: 2;
}

.gp-metric .gp-metric-note,
.gp-metric-teal .gp-metric-note,
.gp-metric-amber .gp-metric-note,
.gp-metric-green .gp-metric-note,
.gp-metric-purple .gp-metric-note,
.gp-metric-red .gp-metric-note,
body.hold-transition .gp-metric-note,
body.gp-standalone .gp-metric-note {
	color: #6b7280 !important;
	font-size: .94rem;
	line-height: 1.45;
	margin-top: 0;
	order: 3;
}

.gp-metric .gp-card-action {
	margin-top: auto;
	padding-top: 16px;
}

.gp-panel-card,
.gp-home-detail-card,
.gp-home-chart-card {
	border: 1px solid #e8edf3;
	border-top: 4px solid #2f80ed;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .07);
}

.gp-panel-card h5,
.gp-home-detail-card h5,
.gp-home-chart-card h5 {
	color: #1f2f4a;
	font-size: 1rem;
	font-weight: 800;
}

.gp-card-link:hover .gp-card,
.gp-card-link:focus .gp-card,
.gp-card-link.gp-card:hover,
.gp-card-link.gp-card:focus {
	box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
	transform: translateY(-4px);
}

@media (max-width: 767.98px) {
	.gp-metric,
	.gp-home-stat-card,
	body.hold-transition .gp-metric,
	body.gp-standalone .gp-metric {
		min-height: 190px;
		padding: 22px 20px 18px 20px;
	}

	.gp-metric::after,
	body.hold-transition .gp-metric::after,
	body.gp-standalone .gp-metric::after {
		font-size: 42px;
		right: 18px;
		top: 26px;
	}

	.gp-metric .gp-metric-value,
	.gp-metric-teal .gp-metric-value,
	.gp-metric-amber .gp-metric-value,
	.gp-metric-green .gp-metric-value,
	.gp-metric-purple .gp-metric-value,
	.gp-metric-red .gp-metric-value {
		font-size: 1.85rem;
	}
}

.gp-card,
.gp-panel-card,
.gp-home-detail-card,
.gp-home-chart-card {
	position: relative;
}

.gp-card:not(.gp-metric)::after {
	color: rgba(100, 116, 139, .18);
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-size: 46px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 22px;
	top: 22px;
}

.gp-metric::after,
body.hold-transition .gp-metric::after,
body.gp-standalone .gp-metric::after {
	font-size: 48px;
}

.gp-metric,
.gp-home-stat-card,
body.hold-transition .gp-metric,
body.gp-standalone .gp-metric {
	min-height: 196px;
	padding: 24px 24px 20px 24px;
}

.gp-metric .gp-metric-value,
.gp-metric-teal .gp-metric-value,
.gp-metric-amber .gp-metric-value,
.gp-metric-green .gp-metric-value,
.gp-metric-purple .gp-metric-value,
.gp-metric-red .gp-metric-value,
body.hold-transition .gp-metric-value,
body.gp-standalone .gp-metric-value {
	font-size: 1.95rem;
	margin: 0 0 14px;
}

.gp-metric .gp-metric-label,
.gp-metric-teal .gp-metric-label,
.gp-metric-amber .gp-metric-label,
.gp-metric-green .gp-metric-label,
.gp-metric-purple .gp-metric-label,
.gp-metric-red .gp-metric-label,
body.hold-transition .gp-metric-label,
body.gp-standalone .gp-metric-label {
	font-size: .92rem;
	margin: 0 0 6px;
}

.gp-metric .gp-metric-note,
.gp-metric-teal .gp-metric-note,
.gp-metric-amber .gp-metric-note,
.gp-metric-green .gp-metric-note,
.gp-metric-purple .gp-metric-note,
.gp-metric-red .gp-metric-note,
body.hold-transition .gp-metric-note,
body.gp-standalone .gp-metric-note {
	font-size: .84rem;
}

.gp-card h5,
body.hold-transition .gp-card h5,
body.gp-standalone .gp-card h5,
body.gp-standalone .gp-standalone-target strong,
.gp-panel-card h5,
.gp-home-detail-card h5,
.gp-home-chart-card h5 {
	font-size: .98rem;
}

.gp-card-action {
	font-size: .8rem;
}

.gp-home-overview-title {
	font-size: 2.25rem;
}

@media (max-width: 767.98px) {
	.gp-card:not(.gp-metric)::after {
		font-size: 38px;
		right: 16px;
		top: 16px;
	}

	.gp-metric,
	.gp-home-stat-card,
	body.hold-transition .gp-metric,
	body.gp-standalone .gp-metric {
		min-height: 176px;
		padding: 20px 18px 18px 18px;
	}

	.gp-metric::after,
	body.hold-transition .gp-metric::after,
	body.gp-standalone .gp-metric::after {
		font-size: 40px;
		right: 18px;
		top: 24px;
	}

	.gp-metric .gp-metric-value,
	.gp-metric-teal .gp-metric-value,
	.gp-metric-amber .gp-metric-value,
	.gp-metric-green .gp-metric-value,
	.gp-metric-purple .gp-metric-value,
	.gp-metric-red .gp-metric-value {
		font-size: 1.7rem;
	}

	.gp-home-overview-title {
		font-size: 1.95rem;
	}
}
/* Card height fit override */
.gp-card-link,
.gp-card-link .gp-card,
.gp-panel-card,
.gp-home-detail-card,
.gp-home-chart-card,
.gp-metric,
.gp-home-stat-card,
body.hold-transition .gp-metric,
body.gp-standalone .gp-metric {
	height: fit-content !important;
	min-height: auto !important;
}

@media (max-width: 767.98px) {
	.gp-panel-card,
	.gp-home-detail-card,
	.gp-home-chart-card,
	.gp-metric,
	.gp-home-stat-card,
	body.hold-transition .gp-metric,
	body.gp-standalone .gp-metric {
		height: fit-content !important;
		min-height: auto !important;
	}
}

/* Gadget Point settings page */
.gp-settings-hero,
.gp-settings-sidecard,
.gp-settings-info-card,
.gp-settings-feature-card {
	min-height: 100%;
}

.gp-settings-lead {
	color: #475569;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 18px;
	max-width: 760px;
}

.gp-settings-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.gp-settings-chip {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #dbe6f1;
	border-radius: 999px;
	color: #334155;
	display: inline-flex;
	font-size: .88rem;
	font-weight: 700;
	gap: 8px;
	padding: 10px 14px;
}

.gp-settings-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gp-settings-page .gp-price-row strong a {
	color: #138496;
	text-decoration: none;
}

.gp-settings-page .gp-price-row strong a:hover {
	text-decoration: underline;
}

.gp-settings-feature-card .gp-metric-note {
	margin-bottom: 18px;
	max-width: 860px;
}

.gp-settings-feature-item {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
	border: 1px solid #e4edf5;
	border-radius: 14px;
	height: 100%;
	padding: 16px;
}

.gp-settings-feature-name {
	color: #1f2937;
	font-size: .95rem;
	font-weight: 800;
	margin-bottom: 10px;
}

.gp-settings-feature-status {
	align-items: center;
	color: #0f766e;
	display: inline-flex;
	font-size: .84rem;
	font-weight: 800;
	gap: 8px;
}

@media (max-width: 767.98px) {
	.gp-settings-chip-row,
	.gp-settings-actions {
		gap: 8px;
	}

	.gp-settings-chip {
		font-size: .82rem;
		width: 100%;
	}
}

/* ── Filter labels (pricelist public) ── */
.gp-filter-label {
	color: #374151;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .01em;
	margin-bottom: 6px;
}

.gp-search-field-wrapper {
	grid-column: 1 / -1;
}

.gp-filter-grid .gp-search-field-wrapper .gp-search-field {
	display: block;
}

.gp-filter-col {
	display: flex;
	flex-direction: column;
}

.gp-filter-col .gp-form-control {
	flex: 1;
}

/* ── Service notes ── */
.gp-service-notes {
	color: #6b7280;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 8px;
	margin-bottom: 12px;
}

/* ── Public Pricelist Pagination ── */
.gp-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 36px;
	width: 100%;
}

.gp-pagination-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 6px;
	background: var(--gp-white);
	padding: 6px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04), 0 1px 2px rgba(15, 23, 42, 0.06);
	border: 1px solid var(--gp-line);
}

.gp-pagination-item {
	display: inline-block;
}

.gp-pagination-link,
.gp-pagination-ellipsis {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	color: var(--gp-dark);
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
}

.gp-pagination-link:hover {
	background: var(--gp-soft);
	color: var(--gp-orange-dark);
}

.gp-pagination-item.gp-active .gp-pagination-link {
	background: var(--gp-orange);
	color: var(--gp-white);
	box-shadow: 0 4px 10px rgba(249, 115, 22, 0.25);
}

.gp-pagination-item.gp-disabled .gp-pagination-link {
	color: #9ca3af;
	cursor: not-allowed;
	pointer-events: none;
}

.gp-pagination-ellipsis {
	color: #9ca3af;
	cursor: default;
}


