.genuine-parts-page {
	background: #f6f8fc;
	color: #0f172a;
	overflow: hidden;
}

.gp-hero {
	position: relative;
	padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3.5rem, 7vw, 6rem);
	background:
		radial-gradient(circle at 15% 18%, rgba(245, 38, 76, .26), transparent 30%),
		radial-gradient(circle at 82% 16%, rgba(48, 120, 255, .30), transparent 32%),
		linear-gradient(135deg, #070914 0%, #101b35 48%, #061225 100%);
	color: #fff;
}

.gp-hero::after {
	content: '';
	position: absolute;
	inset: auto 0 -1px 0;
	height: 110px;
	background: linear-gradient(180deg, rgba(246,248,252,0), #f6f8fc 80%);
	pointer-events: none;
}

.gp-hero__grid,
.gp-intro__grid,
.gp-charger-grid,
.gp-split,
.gp-data-card {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
	gap: clamp(1.75rem, 5vw, 4rem);
	align-items: center;
}

.gp-hero__copy,
.gp-hero__visual {
	position: relative;
	z-index: 2;
}

.gp-eyebrow,
.gp-hero .gp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .46rem .8rem;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	backdrop-filter: blur(12px);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gp-hero h1 {
	max-width: 840px;
	margin: 1.2rem 0 1rem;
	font-size: clamp(2.55rem, 6vw, 5.45rem);
	line-height: .94;
	letter-spacing: -.07em;
}

.gp-hero__lead {
	max-width: 760px;
	font-size: clamp(1.05rem, 2vw, 1.38rem);
	line-height: 1.68;
	color: rgba(255,255,255,.88);
}

.gp-hero__sub {
	max-width: 650px;
	margin: 1rem 0 0;
	font-weight: 800;
	color: #fff;
}

.gp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	margin-top: 1.6rem;
}

.gp-actions--center {
	justify-content: center;
}

.gp-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	margin-top: 1.55rem;
}

.gp-badge-row span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: .45rem .72rem;
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.15);
	font-size: .82rem;
	font-weight: 800;
	color: rgba(255,255,255,.9);
}

.gp-hero__visual {
	min-height: 480px;
	border-radius: 2.1rem;
	background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.03));
	border: 1px solid rgba(255,255,255,.16);
	box-shadow: 0 30px 90px rgba(0,0,0,.35);
	padding: clamp(1rem, 3vw, 1.6rem);
	overflow: hidden;
}

.gp-hero__visual img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-height: 445px;
	object-fit: contain;
	filter: drop-shadow(0 28px 38px rgba(0,0,0,.32));
}

.gp-hero-card {
	position: absolute;
	z-index: 2;
	display: grid;
	gap: .16rem;
	max-width: 250px;
	padding: .85rem 1rem;
	border-radius: 1.1rem;
	background: rgba(255,255,255,.92);
	color: #0f172a;
	box-shadow: 0 18px 42px rgba(0,0,0,.24);
	backdrop-filter: blur(15px);
}

.gp-hero-card strong {
	font-size: .92rem;
}

.gp-hero-card span {
	font-size: .78rem;
	color: #475569;
}

.gp-hero-card--top {
	top: 1.2rem;
	right: 1.1rem;
}

.gp-hero-card--bottom {
	left: 1.2rem;
	bottom: 1.25rem;
}

.gp-intro,
.gp-chargers,
.gp-laptop-parts,
.gp-data-strip,
.gp-final-cta {
	padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.gp-intro h2,
.gp-charger-copy h2,
.gp-split__copy h2,
.gp-data-card h2,
.gp-final-card h2 {
	margin: .55rem 0 1rem;
	font-size: clamp(2rem, 4vw, 3.3rem);
	letter-spacing: -.045em;
	line-height: 1;
}

.gp-intro p,
.gp-charger-copy p,
.gp-split__copy p,
.gp-data-card p,
.gp-final-card p {
	font-size: 1.02rem;
	line-height: 1.75;
	color: #475569;
}

.gp-proof-pills,
.gp-brand-strip {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

.gp-proof-pills span,
.gp-brand-strip span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: .7rem .9rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(15,23,42,.09);
	box-shadow: 0 12px 30px rgba(15,23,42,.06);
	font-weight: 850;
	font-size: .9rem;
}

.gp-heading-wide {
	max-width: 930px;
	margin-inline: auto;
	text-align: center;
}

.gp-categories,
.gp-why,
.gp-replica,
.gp-hassle,
.gp-faq {
	padding: clamp(3rem, 6vw, 5.75rem) 0;
}

.gp-part-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.gp-part-card {
	display: grid;
	grid-template-rows: 170px 1fr;
	min-height: 330px;
	border-radius: 1.45rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(15,23,42,.08);
	box-shadow: 0 16px 42px rgba(15,23,42,.08);
	text-decoration: none;
	color: inherit;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gp-part-card:hover,
.gp-part-card:focus-visible {
	transform: translateY(-5px);
	box-shadow: 0 24px 58px rgba(15,23,42,.13);
	border-color: rgba(241,35,71,.28);
}

.gp-part-card__image {
	position: relative;
	display: grid;
	place-items: center;
	padding: 1.1rem;
	background: radial-gradient(circle at 70% 20%, rgba(241,35,71,.18), transparent 36%), linear-gradient(145deg, #10192f, #071023);
	overflow: hidden;
}

.gp-part-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 16px 22px rgba(0,0,0,.28));
	transform: scale(1.16);
}

.gp-part-card__body {
	display: grid;
	gap: .6rem;
	align-content: start;
	padding: 1.1rem;
}

.gp-part-card strong {
	font-size: 1.02rem;
	letter-spacing: -.015em;
}

.gp-part-card small {
	font-size: .88rem;
	line-height: 1.55;
	color: #64748b;
}

.gp-why-grid,
.gp-drawback-grid,
.gp-hassle-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.gp-why-card,
.gp-drawback-grid article,
.gp-hassle-grid article,
.gp-faq-list details {
	border-radius: 1.35rem;
	background: #fff;
	border: 1px solid rgba(15,23,42,.08);
	box-shadow: 0 14px 38px rgba(15,23,42,.07);
}

.gp-why-card,
.gp-drawback-grid article,
.gp-hassle-grid article {
	padding: 1.25rem;
}

.gp-why-card span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f12347, #ff6b39);
	color: #fff;
	font-weight: 900;
	margin-bottom: 1rem;
}

.gp-why-card h3,
.gp-drawback-grid strong,
.gp-hassle-grid h3 {
	margin: 0 0 .55rem;
	font-size: 1.05rem;
	letter-spacing: -.015em;
}

.gp-why-card p,
.gp-drawback-grid p,
.gp-hassle-grid p {
	margin: 0;
	font-size: .94rem;
	line-height: 1.62;
	color: #64748b;
}

.gp-charger-grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
}

.gp-charger-visual,
.gp-split__visual {
	position: relative;
	min-height: 400px;
	display: grid;
	place-items: center;
	border-radius: 2rem;
	background: radial-gradient(circle at 72% 18%, rgba(241,35,71,.18), transparent 30%), linear-gradient(145deg, #0b1224, #121c34);
	box-shadow: 0 24px 70px rgba(15,23,42,.15);
	overflow: hidden;
}

.gp-charger-visual img,
.gp-split__visual img {
	width: min(88%, 520px);
	height: auto;
	max-height: 360px;
	object-fit: contain;
	filter: drop-shadow(0 24px 34px rgba(0,0,0,.34));
}

.gp-charger-mini {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	display: grid;
	gap: .18rem;
	padding: .85rem 1rem;
	border-radius: 1.1rem;
	background: rgba(255,255,255,.9);
	box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

.gp-charger-mini span {
	font-size: .82rem;
	color: #64748b;
}

.gp-drawback-grid article {
	position: relative;
	padding-top: 1.35rem;
}

.gp-drawback-grid article::before {
	content: '';
	display: block;
	width: 42px;
	height: 4px;
	border-radius: 999px;
	background: #f12347;
	margin-bottom: .9rem;
}

.gp-split {
	grid-template-columns: minmax(310px, .88fr) minmax(0, 1.12fr);
}

.gp-check-list {
	display: grid;
	gap: .7rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.gp-check-list li {
	position: relative;
	padding-left: 2rem;
	font-weight: 800;
	color: #1e293b;
}

.gp-check-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: -.08rem;
	display: grid;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: #e9fff3;
	color: #139457;
	font-size: .82rem;
}

.gp-hassle-grid article span {
	display: inline-flex;
	margin-bottom: .65rem;
	padding: .38rem .58rem;
	border-radius: 999px;
	background: #eef2ff;
	color: #1d4ed8;
	font-size: .76rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.gp-data-card {
	padding: clamp(1.5rem, 4vw, 2.6rem);
	border-radius: 2rem;
	background: #091225;
	color: #fff;
	box-shadow: 0 24px 75px rgba(15,23,42,.18);
	overflow: hidden;
}

.gp-data-card p {
	color: rgba(255,255,255,.78);
}

.gp-data-card img {
	width: min(86%, 420px);
	justify-self: center;
	filter: drop-shadow(0 24px 34px rgba(0,0,0,.32));
}

.gp-faq-list {
	display: grid;
	gap: .75rem;
	max-width: 920px;
	margin: 2rem auto 0;
}

.gp-faq-list details {
	padding: 0;
	overflow: hidden;
}

.gp-faq-list summary {
	cursor: pointer;
	padding: 1rem 1.15rem;
	font-weight: 850;
	list-style: none;
}

.gp-faq-list summary::-webkit-details-marker {
	display: none;
}

.gp-faq-list summary::after {
	content: '+';
	float: right;
	font-size: 1.2rem;
	color: #f12347;
}

.gp-faq-list details[open] summary::after {
	content: '–';
}

.gp-faq-list p {
	margin: 0;
	padding: 0 1.15rem 1.05rem;
	color: #64748b;
	line-height: 1.65;
}

.gp-final-cta {
	background: linear-gradient(135deg, #071023, #111b35);
	color: #fff;
}

.gp-final-card {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.gp-final-card p {
	max-width: 720px;
	margin-inline: auto;
	color: rgba(255,255,255,.78);
}

.gp-final-card .btn--ghost {
	border-color: rgba(255,255,255,.3);
	color: #fff;
}

@media (max-width: 1180px) {
	.gp-part-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.gp-hero__grid,
	.gp-intro__grid,
	.gp-charger-grid,
	.gp-split,
	.gp-data-card {
		grid-template-columns: 1fr;
	}

	.gp-hero {
		padding-top: 3.2rem;
	}

	.gp-hero h1 {
		font-size: clamp(2.35rem, 13vw, 4.2rem);
	}

	.gp-hero__visual {
		min-height: 360px;
		border-radius: 1.55rem;
	}

	.gp-hero__visual img {
		min-height: 320px;
	}

	.gp-part-grid,
	.gp-why-grid,
	.gp-drawback-grid,
	.gp-hassle-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.genuine-parts-page .container {
		width: min(100% - 1.1rem, var(--container, 1180px));
	}

	.gp-hero {
		padding: 2.6rem 0 3rem;
	}

	.gp-hero__lead,
	.gp-hero__sub,
	.gp-intro p,
	.gp-charger-copy p,
	.gp-split__copy p,
	.gp-data-card p,
	.gp-final-card p {
		font-size: .96rem;
		line-height: 1.6;
	}

	.gp-actions,
	.gp-actions--center {
		gap: .55rem;
	}

	.gp-actions .btn {
		flex: 1 1 100%;
		justify-content: center;
		min-height: 46px;
	}

	.gp-badge-row,
	.gp-proof-pills,
	.gp-brand-strip {
		gap: .45rem;
	}

	.gp-badge-row span,
	.gp-proof-pills span,
	.gp-brand-strip span {
		min-height: 34px;
		padding: .45rem .6rem;
		font-size: .76rem;
	}

	.gp-hero__visual,
	.gp-charger-visual,
	.gp-split__visual {
		min-height: 300px;
	}

	.gp-hero-card {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		max-width: none;
		margin-top: .65rem;
	}

	.gp-part-grid,
	.gp-why-grid,
	.gp-drawback-grid,
	.gp-hassle-grid {
		grid-template-columns: 1fr;
	}

	.gp-part-card {
		grid-template-columns: 118px 1fr;
		grid-template-rows: 1fr;
		min-height: 138px;
		border-radius: 1.05rem;
	}

	.gp-part-card__image {
		padding: .65rem;
	}

	.gp-part-card__body {
		padding: .9rem;
	}

	.gp-part-card small {
		font-size: .8rem;
		line-height: 1.45;
	}

	.gp-categories,
	.gp-why,
	.gp-replica,
	.gp-hassle,
	.gp-faq,
	.gp-intro,
	.gp-chargers,
	.gp-laptop-parts,
	.gp-data-strip,
	.gp-final-cta {
		padding: 2.35rem 0;
	}

	.gp-data-card {
		padding: 1.1rem;
		border-radius: 1.25rem;
	}
}

/* v5.8.1: cleaner genuine parts page colours, media-library visuals, larger pictures */
.genuine-parts-page {
	background: #f7f9fd;
}

.genuine-parts-page .section--light,
.genuine-parts-page .gp-intro,
.genuine-parts-page .gp-replica {
	background: #ffffff;
}

.genuine-parts-page .section--muted,
.genuine-parts-page .gp-why,
.genuine-parts-page .gp-hassle,
.genuine-parts-page .gp-faq {
	background: #f2f6fc;
}

.gp-hero {
	background:
		radial-gradient(circle at 78% 18%, rgba(82, 117, 255, .28), transparent 34%),
		radial-gradient(circle at 18% 86%, rgba(100, 116, 255, .14), transparent 34%),
		linear-gradient(135deg, #06101f 0%, #08152a 44%, #0c2042 100%) !important;
	color: #ffffff !important;
}

.gp-hero h1,
.gp-hero .gp-hero__sub,
.gp-final-card h2 {
	color: #ffffff !important;
}

.gp-hero__lead {
	color: rgba(255,255,255,.86) !important;
}

.genuine-parts-page .section__accent,
.genuine-parts-page .gp-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 34px;
	margin: 0 0 .8rem;
	padding: .5rem .8rem;
	border-radius: 999px;
	border: 1px solid rgba(37, 99, 235, .16);
	background: #eef5ff;
	color: #1d4ed8;
	font-size: .78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .09em;
	text-transform: uppercase;
	box-shadow: none;
}

.gp-hero .gp-eyebrow,
.gp-final-card .gp-eyebrow {
	border-color: rgba(255,255,255,.22);
	background: rgba(255,255,255,.11);
	color: #ffffff;
	backdrop-filter: blur(12px);
}

.gp-heading-wide .section__accent {
	margin-inline: auto;
}

.gp-hero__visual--media {
	min-height: 510px;
	padding: 1.2rem;
	background:
		radial-gradient(circle at 74% 30%, rgba(59, 130, 246, .30), transparent 35%),
		linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
}

.gp-hero__visual--media::before {
	content: '';
	position: absolute;
	inset: 1.15rem;
	border-radius: 1.55rem;
	background: linear-gradient(135deg, rgba(15,23,42,.40), rgba(15,23,42,.12));
	border: 1px solid rgba(255,255,255,.12);
}

.gp-hero-media {
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: 1.05rem;
	background: #ffffff;
	box-shadow: 0 22px 44px rgba(0,0,0,.30);
}

.gp-hero-media img,
.gp-hero__visual--media .gp-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	object-fit: cover;
	filter: none;
	transform: none;
}

.gp-hero-media--main {
	left: 9%;
	top: 18%;
	width: 34%;
	height: 50%;
}

.gp-hero-media--board {
	left: 38%;
	top: 10%;
	width: 37%;
	height: 40%;
}

.gp-hero-media--safety {
	left: 27%;
	bottom: 16%;
	width: 34%;
	height: 38%;
}

.gp-hero-media--charger {
	right: 7%;
	bottom: 20%;
	width: 32%;
	height: 34%;
	background: transparent;
	box-shadow: none;
}

.gp-hero-media--charger img,
.gp-hero__visual--media .gp-hero-media--charger img {
	object-fit: contain;
	filter: drop-shadow(0 22px 24px rgba(0,0,0,.32));
}

.gp-hero-card {
	border: 1px solid rgba(226,232,240,.75);
	background: rgba(255,255,255,.94);
}

.gp-part-card__image,
.gp-charger-visual,
.gp-split__visual {
	background:
		radial-gradient(circle at 70% 18%, rgba(59,130,246,.18), transparent 34%),
		linear-gradient(145deg, #0b1428, #13213c) !important;
}

.gp-part-card:hover,
.gp-part-card:focus-visible {
	border-color: rgba(37,99,235,.30);
}

.gp-part-card__image img {
	transform: scale(1.24);
	filter: drop-shadow(0 18px 24px rgba(0,0,0,.28));
}

.gp-why-card span {
	background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
}

.gp-drawback-grid article::before {
	background: linear-gradient(90deg, #ef4444, #f59e0b) !important;
}

.gp-hassle-grid article span {
	background: #eff6ff;
	color: #1e40af;
}

.gp-charger-visual img,
.gp-split__visual img,
.gp-data-card img {
	width: min(94%, 560px);
	max-height: 410px;
}

.gp-final-cta {
	background: linear-gradient(135deg, #06101f, #0c2042) !important;
}

@media (max-width: 900px) {
	.gp-hero__visual--media {
		min-height: 430px;
	}
	.gp-hero-media--main {
		left: 7%;
		top: 20%;
		width: 38%;
		height: 47%;
	}
	.gp-hero-media--board {
		left: 39%;
		top: 10%;
		width: 42%;
		height: 37%;
	}
	.gp-hero-media--safety {
		left: 24%;
		bottom: 18%;
		width: 40%;
		height: 35%;
	}
	.gp-hero-media--charger {
		right: 4%;
		bottom: 17%;
		width: 38%;
		height: 32%;
	}
}

@media (max-width: 640px) {
	.gp-hero__visual--media {
		min-height: 340px;
		border-radius: 1.35rem;
	}
	.gp-hero-media {
		border-radius: .85rem;
	}
	.gp-hero-card {
		position: absolute;
		max-width: 170px;
		padding: .62rem .75rem;
	}
	.gp-hero-card--top {
		top: .8rem;
		right: .8rem;
	}
	.gp-hero-card--bottom {
		left: .8rem;
		bottom: .8rem;
	}
	.gp-hero-card strong {
		font-size: .75rem;
	}
	.gp-hero-card span {
		font-size: .68rem;
	}
	.genuine-parts-page .section__accent,
	.genuine-parts-page .gp-eyebrow {
		min-height: 30px;
		padding: .42rem .65rem;
		font-size: .68rem;
	}
	.gp-part-card__image img {
		transform: scale(1.38);
	}
}


/* v5.8.2 media-image refinements: use real uploaded part photos cleanly. */
.gp-part-card__image {
	background: #fff;
	padding: 0;
}

.gp-part-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: none;
	filter: none;
}

.gp-part-card[href*="laptop-chargers"] .gp-part-card__image,
.gp-part-card:nth-last-child(1) .gp-part-card__image,
.gp-part-card:nth-last-child(2) .gp-part-card__image {
	background: radial-gradient(circle at 70% 18%, rgba(72, 118, 255, .18), transparent 34%), linear-gradient(145deg, #09162e, #122655);
}

.gp-part-card[href*="laptop-chargers"] .gp-part-card__image img,
.gp-part-card:nth-last-child(1) .gp-part-card__image img,
.gp-part-card:nth-last-child(2) .gp-part-card__image img {
	object-fit: contain;
	padding: .8rem;
	filter: drop-shadow(0 16px 22px rgba(0,0,0,.28));
}

.gp-split__visual {
	background: #fff;
	padding: 0;
	min-height: 460px;
	box-shadow: 0 24px 70px rgba(15,23,42,.12);
}

.gp-split__visual img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center;
	filter: none;
}

@media (max-width: 900px) {
	.gp-split__visual {
		min-height: 360px;
	}
}

@media (max-width: 640px) {
	.gp-part-card {
		grid-template-rows: 155px 1fr;
		min-height: 300px;
	}
	.gp-split__visual {
		min-height: 300px;
	}
}
