.gi-showcase,
.gi-showcase * {
	box-sizing: border-box;
}

.gi-showcase {
	--gi-gold: #e5b92f;
	--gi-gold-bright: #ffd75e;
	--gi-gold-deep: #9f7410;
	--gi-ink: #050505;
	--gi-panel: #111113;
	--gi-text: #f7f4ec;
	--gi-muted: #b9b5aa;
	position: relative;
	isolation: isolate;
	direction: rtl;
	overflow: hidden;
	padding: clamp(64px, 7vw, 104px) max(24px, calc((100vw - 1240px) / 2));
	background:
		radial-gradient(circle at 73% 44%, rgba(229, 185, 47, .12), transparent 31%),
		linear-gradient(145deg, #050505 0%, #0d0d0f 55%, #060606 100%);
	border-block: 1px solid rgba(229, 185, 47, .18);
	color: var(--gi-text);
	font-family: inherit;
}

.gi-showcase::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: .22;
	background-image:
		linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
	background-size: 54px 54px;
	-webkit-mask-image: linear-gradient(to left, #000, transparent 74%);
	mask-image: linear-gradient(to left, #000, transparent 74%);
}

.gi-showcase::after {
	content: "GENERATORS ISRAEL";
	position: absolute;
	inset-inline-start: 4%;
	bottom: -4%;
	z-index: -1;
	color: rgba(255,255,255,.018);
	font-size: clamp(58px, 10vw, 150px);
	font-weight: 900;
	letter-spacing: .03em;
	white-space: nowrap;
}

.gi-showcase__glow {
	position: absolute;
	width: 520px;
	height: 520px;
	inset-inline-start: 18%;
	top: 48%;
	transform: translateY(-50%);
	background: rgba(229, 185, 47, .08);
	filter: blur(110px);
	border-radius: 50%;
	pointer-events: none;
}

.gi-showcase__grid {
	width: min(1240px, 100%);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(340px, .78fr) minmax(520px, 1.35fr);
	align-items: center;
	gap: clamp(24px, 4vw, 70px);
}

.gi-showcase__content {
	position: relative;
	z-index: 4;
}

.gi-showcase__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 9px 14px;
	border: 1px solid rgba(229, 185, 47, .28);
	border-radius: 999px;
	background: rgba(229, 185, 47, .07);
	color: var(--gi-gold-bright);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
}

.gi-showcase__eyebrow-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gi-gold-bright);
	box-shadow: 0 0 0 5px rgba(229,185,47,.1), 0 0 18px rgba(255,215,94,.85);
	animation: gi-showcase-pulse 2.2s ease-in-out infinite;
}

.gi-showcase h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(40px, 4.7vw, 69px);
	font-weight: 900;
	line-height: .99;
	letter-spacing: -.045em;
}

.gi-showcase h2 span {
	display: inline-block;
	margin-top: 10px;
	background: linear-gradient(135deg, #fff2a8 0%, #e5b92f 44%, #aa7510 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 10px 26px rgba(229,185,47,.12));
}

.gi-showcase__lead {
	max-width: 500px;
	margin: 24px 0 0;
	color: var(--gi-muted);
	font-size: clamp(17px, 1.4vw, 20px);
	line-height: 1.75;
}

.gi-showcase__benefits {
	display: grid;
	gap: 11px;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	color: #e8e5dc;
	font-size: 15px;
	font-weight: 650;
}

.gi-showcase__benefits li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gi-showcase__benefits li span {
	display: grid;
	place-items: center;
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
	border-radius: 50%;
	background: linear-gradient(145deg, #ffe06d, #b77e0e);
	box-shadow: 0 7px 20px rgba(229,185,47,.18);
	color: #090909;
	font-size: 13px;
	font-weight: 950;
}

.gi-showcase__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
}

.gi-showcase__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 21px;
	border: 1px solid transparent;
	border-radius: 12px;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 850;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.gi-showcase__button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.gi-showcase__button--gold {
	background: linear-gradient(135deg, #ffe272 0%, #ddb02c 48%, #b67d0d 100%);
	box-shadow: 0 13px 35px rgba(214,163,26,.22), inset 0 1px 0 rgba(255,255,255,.5);
	color: #080808 !important;
}

.gi-showcase__button--ghost {
	border-color: rgba(255,255,255,.14);
	background: rgba(255,255,255,.045);
	color: #fff !important;
}

.gi-showcase__button:hover,
.gi-showcase__button:focus-visible {
	transform: translateY(-3px);
}

.gi-showcase__button--gold:hover,
.gi-showcase__button--gold:focus-visible {
	box-shadow: 0 18px 46px rgba(229,185,47,.34), inset 0 1px 0 rgba(255,255,255,.65);
}

.gi-showcase__button--ghost:hover,
.gi-showcase__button--ghost:focus-visible {
	border-color: rgba(229,185,47,.48);
	background: rgba(229,185,47,.08);
}

.gi-showcase__button:focus-visible,
.gi-showcase__visual:focus-visible {
	outline: 3px solid rgba(255,215,94,.88);
	outline-offset: 4px;
}

.gi-showcase__visual {
	--rx: 0deg;
	--ry: 0deg;
	position: relative;
	display: block;
	min-width: 0;
	padding: 40px 0 32px;
	text-decoration: none !important;
	perspective: 1200px;
	cursor: pointer;
}

.gi-showcase__orbit {
	position: absolute;
	inset: 12% 8% 11%;
	border: 1px solid rgba(229,185,47,.16);
	border-radius: 50%;
	transform: rotate(-9deg);
	box-shadow: inset 0 0 60px rgba(229,185,47,.035), 0 0 90px rgba(229,185,47,.04);
}

.gi-showcase__orbit::before,
.gi-showcase__orbit::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.gi-showcase__orbit::before {
	inset: 8%;
	border: 1px dashed rgba(255,215,94,.14);
	animation: gi-showcase-orbit 24s linear infinite;
}

.gi-showcase__orbit::after {
	width: 10px;
	height: 10px;
	left: 18%;
	top: 5%;
	background: #ffe27a;
	box-shadow: 0 0 24px 7px rgba(255,215,94,.55);
}

.gi-showcase__float {
	position: relative;
	z-index: 2;
	transform-origin: 50% 70%;
	animation: gi-showcase-float 6.8s ease-in-out infinite;
}

.gi-showcase__product {
	position: relative;
	transform: rotateX(var(--rx)) rotateY(var(--ry));
	transform-style: preserve-3d;
	transition: transform .18s ease-out;
	will-change: transform;
}

.gi-showcase__image {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 34px 25px rgba(0,0,0,.58));
	user-select: none;
	-webkit-user-drag: none;
}

.gi-showcase__brand {
	position: absolute;
	left: 57.5%;
	top: 46%;
	display: flex;
	direction: rtl;
	align-items: center;
	gap: 8px;
	transform: translate(-50%, -50%) rotate(-.4deg) translateZ(17px);
	padding: 7px 8px 7px 11px;
	border: 1px solid rgba(255,215,94,.52);
	border-radius: 8px;
	background: linear-gradient(145deg, rgba(7,7,7,.96), rgba(21,18,10,.95));
	box-shadow: 0 8px 22px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.04);
	white-space: nowrap;
}

.gi-showcase__brand-mark {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 9px;
	background: linear-gradient(145deg, #ffe16d, #bd800b);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 5px 14px rgba(229,185,47,.2);
	color: #090909;
	font: 950 25px/1 Arial, sans-serif;
}

.gi-showcase__brand-copy {
	display: grid;
	gap: 1px;
	text-align: right;
}

.gi-showcase__brand-copy strong {
	color: #fff;
	font-size: clamp(11px, 1vw, 15px);
	font-weight: 900;
	line-height: 1.1;
}

.gi-showcase__brand-copy span {
	direction: ltr;
	color: #e5b92f;
	font: 800 clamp(6px, .58vw, 9px)/1.1 Arial, sans-serif;
	letter-spacing: .15em;
}

.gi-showcase__shine {
	position: absolute;
	inset: 7% 8% 11%;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(110deg, transparent 7%, #000 35%, #000 73%, transparent 94%);
	mask-image: linear-gradient(110deg, transparent 7%, #000 35%, #000 73%, transparent 94%);
	pointer-events: none;
}

.gi-showcase__shine::after {
	content: "";
	position: absolute;
	top: -35%;
	left: -50%;
	width: 18%;
	height: 170%;
	transform: rotate(18deg);
	background: linear-gradient(90deg, transparent, rgba(255,236,157,.26), transparent);
	filter: blur(3px);
	animation: gi-showcase-shine 7s ease-in-out infinite 1.2s;
}

.gi-showcase__shadow {
	position: absolute;
	left: 15%;
	right: 9%;
	bottom: 7%;
	height: 8%;
	border-radius: 50%;
	background: rgba(0,0,0,.8);
	filter: blur(20px);
	transform: rotate(-2deg);
}

.gi-showcase__spark {
	position: absolute;
	z-index: 3;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ffe584;
	box-shadow: 0 0 18px 5px rgba(229,185,47,.5);
	animation: gi-showcase-spark 4.8s ease-in-out infinite;
}

.gi-showcase__spark--one { left: 12%; top: 25%; }
.gi-showcase__spark--two { right: 12%; top: 34%; animation-delay: -1.7s; transform: scale(.65); }
.gi-showcase__spark--three { left: 31%; bottom: 18%; animation-delay: -3.1s; transform: scale(.45); }

.gi-showcase__hint {
	position: absolute;
	z-index: 4;
	inset-inline-end: 4%;
	bottom: 6px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border: 1px solid rgba(229,185,47,.22);
	border-radius: 999px;
	background: rgba(8,8,8,.72);
	backdrop-filter: blur(8px);
	color: #e7c45f;
	font-size: 12px;
	font-weight: 800;
	transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.gi-showcase__visual:hover .gi-showcase__hint {
	transform: translateX(-4px);
	border-color: rgba(229,185,47,.5);
	color: #ffe27a;
}

.gi-showcase__visual small {
	position: absolute;
	inset-inline-start: 3%;
	bottom: 9px;
	color: rgba(255,255,255,.35);
	font-size: 10px;
}

@keyframes gi-showcase-float {
	0%, 100% { transform: translateY(0) rotateZ(-.15deg); }
	50% { transform: translateY(-12px) rotateZ(.15deg); }
}

@keyframes gi-showcase-shine {
	0%, 16% { left: -45%; opacity: 0; }
	27% { opacity: .9; }
	48%, 100% { left: 135%; opacity: 0; }
}

@keyframes gi-showcase-orbit {
	to { transform: rotate(360deg); }
}

@keyframes gi-showcase-pulse {
	0%, 100% { opacity: .65; transform: scale(.82); }
	50% { opacity: 1; transform: scale(1); }
}

@keyframes gi-showcase-spark {
	0%, 100% { opacity: .25; translate: 0 7px; }
	50% { opacity: 1; translate: 0 -9px; }
}

@media (max-width: 980px) {
	.gi-showcase {
		padding-block: 66px;
	}

	.gi-showcase__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.gi-showcase__content {
		max-width: 700px;
		margin-inline: auto;
		text-align: center;
	}

	.gi-showcase__lead {
		margin-inline: auto;
	}

	.gi-showcase__benefits {
		width: max-content;
		max-width: 100%;
		margin-inline: auto;
		text-align: right;
	}

	.gi-showcase__actions {
		justify-content: center;
	}

	.gi-showcase__visual {
		width: min(760px, 100%);
		margin-inline: auto;
	}
}

@media (max-width: 620px) {
	.gi-showcase {
		padding: 54px 17px 46px;
		background:
			radial-gradient(circle at 50% 66%, rgba(229,185,47,.13), transparent 34%),
			linear-gradient(160deg, #050505, #0b0b0c 58%, #050505);
	}

	.gi-showcase::before {
		-webkit-mask-image: linear-gradient(#000, transparent 75%);
		mask-image: linear-gradient(#000, transparent 75%);
	}

	.gi-showcase h2 {
		font-size: clamp(37px, 12vw, 52px);
	}

	.gi-showcase__lead {
		font-size: 16px;
		line-height: 1.68;
	}

	.gi-showcase__eyebrow {
		font-size: 11px;
	}

	.gi-showcase__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.gi-showcase__button {
		width: 100%;
	}

	.gi-showcase__visual {
		padding-top: 20px;
		padding-bottom: 43px;
	}

	.gi-showcase__brand {
		left: 57.5%;
		top: 45.5%;
		gap: 5px;
		padding: 4px 5px 4px 7px;
		border-radius: 5px;
	}

	.gi-showcase__brand-mark {
		width: 25px;
		height: 25px;
		border-radius: 5px;
		font-size: 17px;
	}

	.gi-showcase__brand-copy strong {
		font-size: 8px;
	}

	.gi-showcase__brand-copy span {
		font-size: 4.5px;
	}

	.gi-showcase__hint {
		inset-inline-end: 50%;
		bottom: 3px;
		transform: translateX(50%);
	}

	.gi-showcase__visual:hover .gi-showcase__hint {
		transform: translateX(50%);
	}

	.gi-showcase__visual small {
		display: none;
	}
}

@media (hover: none), (pointer: coarse) {
	.gi-showcase__product {
		transform: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gi-showcase *,
	.gi-showcase *::before,
	.gi-showcase *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	.gi-showcase__product {
		transform: none !important;
	}
}

