/* ──────────────────────────────────────────────
   Petgifts Landing Page — frontend styles
   Fonts: Plus Jakarta Sans (headings) + Inter (body)
   ────────────────────────────────────────────── */

:root {
	--paper:       #ffffff;
	--ink:         #1a1014;
	--ink-soft:    #5a4a4f;
	--line:        #ece5e0;
	--card:        #faf6f1;
	--accent:      #6b1a2e;
	--accent-deep: #4a0e1d;
	--accent-soft: #fbeef1;
	--gold:        #b08850;
	--heading:     'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
	--sans:        'Inter', system-ui, sans-serif;
}

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

.pglp-body {
	margin: 0;
	padding: 0;
	font-family: var(--sans);
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.pglp-page {
	max-width: 1320px;
	margin: 0 auto;
	padding: 56px 32px 80px;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ── Eyebrow ───────────────────────────────────── */
.pglp-eyebrow {
	font-family: var(--sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: lowercase;
	color: var(--accent);
	margin-bottom: 20px;
}
.pglp-eyebrow-gold { color: var(--gold); }

/* ── Hero ──────────────────────────────────────── */
.pglp-hero { position: relative; }

.pglp-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 64px;
	align-items: center;
	min-height: 620px;
}

.pglp-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pglp-hl {
	font-family: var(--heading);
	font-weight: 700;
	font-size: clamp(40px, 5.4vw, 72px);
	line-height: 1.05;
	letter-spacing: -0.03em;
	margin: 0 0 24px;
	text-wrap: balance;
	color: var(--ink);
}

.pglp-hl::first-line {
	font-style: italic;
	color: var(--accent);
}

.pglp-sub {
	font-size: 17.5px;
	line-height: 1.55;
	color: var(--ink-soft);
	max-width: 480px;
	margin: 0 0 36px;
	text-wrap: pretty;
}

.pglp-hero-cta {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 44px;
	flex-wrap: wrap;
}

.pglp-btn-primary {
	background: var(--accent);
	color: #fff;
	padding: 16px 28px;
	border-radius: 999px;
	font-family: var(--sans);
	font-weight: 600;
	font-size: 15px;
	border: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
	box-shadow: 0 8px 24px color-mix(in oklab, var(--accent) 25%, transparent);
}

.pglp-btn-primary:hover {
	color: white;
	transform: translateY(-1px);
	background: var(--accent-deep);
	box-shadow: 0 12px 30px color-mix(in oklab, var(--accent) 35%, transparent);
}

.pglp-btn-ghost {
	color: var(--ink);
	font-family: var(--sans);
	font-weight: 500;
	font-size: 15px;
	padding: 16px 6px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--ink);
	transition: color 0.2s, border-color 0.2s;
}

.pglp-btn-ghost:hover {
	color: var(--accent);
	border-color: var(--accent);
}

.pglp-trust {
	padding-top: 28px;
	border-top: 1px solid var(--line);
	max-width: 480px;
}

.pglp-trust-row {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 14px;
	color: var(--ink-soft);
}

.pglp-avatars { display: flex; }

.pglp-avatars span {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid var(--paper);
	margin-left: -10px;
}

.pglp-avatars span:first-child { margin-left: 0; }

.pglp-trust-row strong {
	color: var(--ink);
	font-weight: 600;
}

/* ── Reveal Slider ─────────────────────────────── */
.pglp-rs { display: flex; flex-direction: column; gap: 22px; }

.pglp-rs-stage {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid var(--line);
	cursor: ew-resize;
	user-select: none;
	touch-action: none;
	background: var(--card);
	box-shadow: 0 30px 60px rgba(28, 10, 16, 0.08);
}

.pglp-rs-stage.is-dragging { cursor: grabbing; }

.pglp-rs-layer {
	position: absolute;
	inset: 0;
}

.pglp-rs-before { z-index: 1; }

.pglp-rs-after {
	z-index: 2;
	will-change: clip-path;
}

.pglp-rs-slot {
	position: absolute;
	inset: 0;
}

.pglp-rs-ph {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.pglp-rs-ph-before-0, .pglp-rs-ph-before-1 {
	background: linear-gradient(135deg, #f3ead8 0%, #e8d9b8 100%);
}

.pglp-rs-ph-after-0, .pglp-rs-ph-after-1 {
	background: linear-gradient(135deg, #fdf6e6 0%, #efdcb1 100%);
}

.pglp-rs-stripes {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(
		-45deg,
		transparent 0,
		transparent 18px,
		rgba(28, 10, 16, 0.04) 18px,
		rgba(28, 10, 16, 0.04) 19px
	);
}

.pglp-rs-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.pglp-rs-svg-wrap {
	position: relative;
	width: 56%;
	max-width: 380px;
	aspect-ratio: 1;
	z-index: 1;
}

.pglp-ph-svg {
	width: 100%;
	height: 100%;
	display: block;
	filter: drop-shadow(0 18px 28px rgba(28, 10, 16, 0.18));
}

.pglp-rs-caption {
	position: absolute;
	bottom: 18px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	z-index: 3;
}

.pglp-rs-caption-left  { left: 18px; }
.pglp-rs-caption-right { right: 18px; align-items: flex-end; }

.pglp-rs-mono {
	font-family: var(--sans);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: #ffffff;
	text-transform: uppercase;
}

.pglp-rs-name {
	font-family: var(--heading);
	font-style: italic;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.pglp-rs-tag {
	position: absolute;
	top: 18px;
	font-family: var(--sans);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.92);
	color: var(--ink);
	padding: 6px 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	backdrop-filter: blur(8px);
	border: 1px solid var(--line);
	z-index: 5;
}

.pglp-rs-tag-left  { left: 18px; }

.pglp-rs-tag-right {
	right: 18px;
	background: var(--accent);
	color: #fff;
	border-color: var(--accent);
}

.pglp-rs-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.7;
	flex-shrink: 0;
}

.pglp-rs-divider {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: rgba(255, 255, 255, 0.85);
	transform: translateX(-1px);
	pointer-events: none;
	box-shadow: 0 0 0 1px rgba(28, 10, 16, 0.08), 0 0 20px rgba(28, 10, 16, 0.15);
	z-index: 4;
}

.pglp-rs-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--accent);
	color: #fff;
	display: grid;
	place-items: center;
	box-shadow: 0 6px 20px rgba(28, 10, 16, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.95);
}

.pglp-rs-picker {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 0 4px;
}

.pglp-rs-picker-lbl {
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-soft);
	white-space: nowrap;
}

.pglp-rs-picker-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	flex: 1;
}

.pglp-rs-pick {
	background: transparent;
	border: 1px solid var(--line);
	color: var(--ink-soft);
	font-family: var(--sans);
	font-size: 13px;
	font-weight: 500;
	padding: 8px 14px;
	border-radius: 999px;
	transition: all 0.2s;
}

.pglp-rs-pick:hover {
	color: var(--ink);
	border-color: var(--ink-soft);
}

.pglp-rs-pick.active {
	background: var(--accent);
	color: #fff;
	border-color: var(--accent);
}


/* ── Product image (simple tabs) ───────────────── */

.pglp-rs-product {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid var(--line);
	background: var(--card);
	box-shadow: 0 30px 60px rgba(28, 10, 16, 0.08);
}

.pglp-rs-product-slot {
	position: absolute;
	inset: 0;
}

.pglp-rs-product-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 24px;
}

/* ── Process Steps ─────────────────────────────── */

.ps-root {
	--ps-burgundy:       #6e1d2c;
	--ps-burgundy-soft:  #8a3845;
	--ps-cream:          #faf6f1;
	--ps-cream-edge:     #efe6da;
	--ps-text:           #2a1416;
	--ps-text-muted:     #6f5358;
	--ps-circle:         72px;
	--ps-circle-mobile:  60px;
	--ps-gap-row:        32px;

	color: var(--ps-text);
	padding: 60px 0 0;
	font-family: var(--sans);
}

.ps-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
}

.ps-item {
	position: relative;
	text-align: center;
	padding: 0 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ps-numWrap {
	position: relative;
	margin-bottom: 22px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.ps-num {
	position: relative;
	width: var(--ps-circle);
	height: var(--ps-circle);
	border-radius: 50%;
	background: var(--ps-burgundy);
	color: var(--ps-cream);
	display: grid;
	place-items: center;
	box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, 0 8px 24px -10px rgba(110,29,44,0.45);
	z-index: 2;
}

.ps-numText {
	font-family: 'Fraunces', 'Plus Jakarta Sans', Georgia, serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
}

.ps-iconBadge {
	position: absolute;
	right: -6px;
	bottom: -6px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--ps-cream);
	color: var(--ps-burgundy);
	border: 1px solid var(--ps-burgundy);
	display: grid;
	place-items: center;
}

.ps-numWrap::before,
.ps-numWrap::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background-image: linear-gradient(90deg, rgba(110,29,44,0.45) 0 4px, transparent 4px 10px);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	z-index: 1;
}

.ps-numWrap::before { left: 0; right: 50%; margin-right: calc(var(--ps-circle) / 2 + 8px); }
.ps-numWrap::after  { left: 50%; right: 0; margin-left: calc(var(--ps-circle) / 2 + 8px); }

.ps-item:first-child .ps-numWrap::before,
.ps-item:last-child  .ps-numWrap::after { display: none; }

.ps-body { max-width: 220px; }

.ps-title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 600;
	color: var(--ps-burgundy);
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.ps-desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: var(--ps-text-muted);
	text-wrap: pretty;
}

@media (max-width: 767px) {
	.ps-root { padding: 32px 20px; }

	.ps-list { grid-template-columns: 1fr; gap: var(--ps-gap-row); }

	.ps-item { flex-direction: row; text-align: left; align-items: flex-start; padding: 0; gap: 18px; }

	.ps-numWrap { width: var(--ps-circle-mobile); flex: 0 0 var(--ps-circle-mobile); margin-bottom: 0; justify-content: flex-start; align-self: flex-start; }

	.ps-num { width: var(--ps-circle-mobile); height: var(--ps-circle-mobile); }

	.ps-numText { font-size: 24px; }

	.ps-iconBadge { width: 28px; height: 28px; right: -4px; bottom: -4px; }

	.ps-numWrap::before { display: none; }
	.ps-numWrap::after {
		top: var(--ps-circle-mobile);
		left: calc(var(--ps-circle-mobile) / 2);
		right: auto;
		bottom: calc(-1 * var(--ps-gap-row));
		width: 1px;
		height: auto;
		margin-left: 0;
		background-image: linear-gradient(0deg, rgba(110,29,44,0.45) 0 4px, transparent 4px 10px);
		background-size: 1px 10px;
		background-repeat: repeat-y;
	}
	.ps-item:last-child .ps-numWrap::after { display: none; }

	.ps-body { max-width: none; flex: 1; padding-top: 6px; }

	.ps-title { font-size: 17px; margin-bottom: 4px; }
	.ps-desc  { font-size: 14px; }
}

/* ── Trust bar (plăți + transport) ─────────────── */
.ps-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 28px 20px 48px;
	flex-wrap: wrap;
}

.ps-trust-group {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.ps-trust-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: var(--ps-text-muted);
	white-space: nowrap;
}

.ps-trust-sep {
	width: 1px;
	height: 36px;
	background: var(--ps-cream-edge);
	flex-shrink: 0;
}

.ps-trust-logos {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.ps-trust-logos img {
	height: 32px;
	width: auto;
	background: #fff;
	border-radius: 8px;
	padding: 5px 9px;
	box-sizing: content-box;
	display: block;
	object-fit: contain;
}

@media (max-width: 600px) {
	.ps-trust { gap: 20px; padding-bottom: 36px; }
	.ps-trust-sep { display: none; }
	.ps-trust-group { justify-content: center; }
}

/* ── Responsive ────────────────────────────────── */
@media (max-width: 1000px) {
	.pglp-hero-grid {
		grid-template-columns: 1fr;
		min-height: auto;
		gap: 40px;
	}

}

@media (max-width: 600px) {
	.pglp-page {
		padding: 32px 20px 60px;
	}

	.pglp-hl {
		font-size: clamp(32px, 9vw, 48px);
	}

	.pglp-sub { font-size: 16px; }

	.pglp-rs-handle {
		width: 44px;
		height: 44px;
	}
}
