/* Prototype — corporate hero στοχεύει σε Figma Make–style split layout */

/*
 * Ύψος hero = ένα viewport (above the fold). Χωρίς admin bar: 100svh/100dvh.
 * Με συνδεδεμένο διαχειριστή: αφαίρεση ύψους admin bar (WP CSS var).
 */
:root {
	--gt-hero-vh: 100svh;
}

@supports (height: 100dvh) {
	:root {
		--gt-hero-vh: 100dvh;
	}
}

body.admin-bar .prototype-hero--energy,
body.admin-bar .prototype-hero--immersive,
body.admin-bar .prototype-hero--split {
	--gt-hero-vh: calc(100svh - var(--wp-admin--admin-bar--height, 32px));
}

@supports (height: 100dvh) {
	body.admin-bar .prototype-hero--energy,
	body.admin-bar .prototype-hero--immersive,
	body.admin-bar .prototype-hero--split {
		--gt-hero-vh: calc(100dvh - var(--wp-admin--admin-bar--height, 32px));
	}
}

/* CTAs: .gt-btn .gt-btn--nav (gastrade.css) */

.prototype-hero__actions.gt-nav__ctas {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
	width: auto;
	justify-content: flex-start;
}

.prototype-hero--text-center .prototype-hero__actions.gt-nav__ctas {
	justify-content: center;
}

.prototype-powering-hero__ctas.gt-nav__ctas,
.gt-demo-hero__ctas.gt-nav__ctas {
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

@media (min-width: 768px) {
	.prototype-powering-hero__ctas.gt-nav__ctas,
	.gt-demo-hero__ctas.gt-nav__ctas {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		width: auto;
	}
}

.gt-land-strategic__copy-overlay .gt-btn {
	width: fit-content;
}

/* —— Energy full-screen hero (React / Figma — Saira, metrics, Lucide) —— */
.prototype-hero--energy {
	/* Ένα μπλε με την επόμενη ενότητα (--gt-navy) */
	--gt-hero-energy-deep: var(--gt-navy, #005282);
	--gt-hero-energy-blend: var(--gt-navy, #005282);
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: var(--gt-hero-vh, 100svh);
	min-height: var(--gt-hero-vh, 100svh);
	max-height: var(--gt-hero-vh, 100svh);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	color: #fff;
	background-color: var(--gt-hero-energy-deep, var(--gt-navy, #005282));
	z-index: 2;
	container-type: size;
	container-name: gt-hero-energy;

	--gt-hero-metric-icon-size: clamp(42px, 8.5svh + 1.8vw, 90px);
	--gt-hero-metric-icon-inner: clamp(32px, 6.5svh + 1.2vw, 72px);
	--gt-hero-metric-divider-size: calc(var(--gt-hero-metric-icon-size) / 2);
}

.prototype-hero-energy__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* Hero background carousel */
.prototype-hero-energy__carousel {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.prototype-hero-energy__carousel-track {
	position: absolute;
	inset: 0;
	isolation: isolate;
}

.prototype-hero-energy__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.85s ease, visibility 0.85s ease;
	z-index: 0;
}

.prototype-hero-energy__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.prototype-hero-energy__slide .prototype-hero-energy__bg-picture,
.prototype-hero-energy__slide .prototype-hero-energy__bg-image,
.prototype-hero-energy__slide .prototype-hero-energy__video {
	position: absolute;
	inset: 0;
}

/* ACF overlay — απενεργοποιημένο (έβαφε τη φωτό μπλε)· gradients από Figma κάτω */
.prototype-hero-energy__media-overlay,
.prototype-hero-energy__carousel-overlay {
	display: none;
}

/* Scroll: σβήνουν overlay εικόνας, gradients, scrim (JS: --hero-scroll-under 1→0) */
.prototype-hero--energy[data-hero-scroll-blend='1'] .prototype-hero-energy__fade-on-scroll {
	opacity: calc(var(--hero-scroll-under, 1) * var(--fade-base, 1));
	will-change: opacity;
}

.prototype-hero-energy__carousel-ui {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.prototype-hero-energy__carousel-dots {
	position: absolute;
	left: 50%;
	bottom: clamp(1.25rem, 4vh, 2.5rem);
	transform: translateX(-50%);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	pointer-events: auto;
	z-index: 1;
}

.prototype-hero-energy__carousel-dot {
	width: 0.5rem;
	height: 0.5rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgb(255 255 255 / 0.45);
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.prototype-hero-energy__carousel-dot.is-active {
	background: var(--gt-brand-cyan);
	transform: scale(1.15);
}

.prototype-hero-energy__carousel-dot:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.prototype-hero-energy__slide {
		transition: none;
	}
}

.prototype-hero-energy__bg-picture {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
}

img.prototype-hero-energy__bg-image,
.prototype-hero-energy__bg-picture img.prototype-hero-energy__bg-image {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	display: block;
}

.prototype-hero-energy__bg-image--fallback {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #0c4a6e 0%, #0f172a 50%, #020617 100%);
}

.prototype-hero-energy__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	pointer-events: none;
	/* Ελαφρύ zoom ώστε να κόβονται μαύρες μπάρες (pillarbox) από το aspect ratio του βίντεο */
	transform: scale(1.14);
	transform-origin: right center;
}

/* Figma 737:2052 — gradients πάνω από εικόνα (χωρίς multiply overlay) */
.prototype-hero-energy__gradients {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background-image:
		linear-gradient(
			180deg,
			rgb(22 31 37 / 0) 59.29%,
			rgb(7 19 26 / 0.5) 88.77%,
			rgb(0 0 0) 100%
		),
		linear-gradient(
			181.03deg,
			rgb(2 35 93 / 0.8) 7.6%,
			rgb(255 255 255 / 0) 48.79%
		);
}

/* Scroll: fade προς σκούρο μπλε (ίδιο με --gt-lop-bg) — opacity από JS */
.prototype-hero-energy__scroll-blend {
	position: absolute;
	inset: 0;
	z-index: 6;
	pointer-events: none;
	opacity: 0;
	will-change: opacity;
	isolation: isolate;
	overflow: hidden;
	background: var(--gt-hero-energy-blend, var(--gt-navy, #005282));
}

/* Κρατάμε flat #005282 — χωρίς δεύτερη απόχρωση */
.prototype-hero-energy__scroll-blend-shader {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.prototype-hero-energy__scroll-blend {
		opacity: 0 !important;
	}

	.prototype-hero-energy__container {
		opacity: 1 !important;
	}
}

/* Energy: scrim αντικαταστάθηκε από .prototype-hero-energy__media-overlay (multiply) */
.prototype-hero-energy__scrim {
	display: none;
}

.prototype-hero__media:has(.prototype-hero__video) .prototype-hero__video {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.prototype-hero__visual-card:has(video) .prototype-hero__visual-img {
	position: relative;
	z-index: 0;
}

.prototype-hero__visual-scrim {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	border-radius: inherit;
}

.prototype-hero-energy__container.container {
	position: relative;
	z-index: 4;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 0;
	padding-bottom: clamp(0.75rem, 2.5svh, 3.5rem);
	padding-inline: 0;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.prototype-hero-energy__container.container {
		padding-bottom: clamp(1rem, 3.25svh, 5rem);
	}
}

/* Τίτλος κάθετα κεντραρισμένος (5.5/12), metrics κάτω αριστερά */
.prototype-hero-energy__stack {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	justify-content: flex-start;
	padding-top: calc(var(--gt-header-shell-h, 110px) + var(--gt-hero-h1-below-menu, 80px));
	box-sizing: border-box;
	gap: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.prototype-hero-energy__stack::before {
	content: none;
	display: none;
}

.prototype-hero-energy__top {
	flex: 0 0 auto;
	display: flex;
	align-items: flex-start;
	align-self: stretch;
	margin-top: 0;
	padding-top: 0;
	min-height: 0;
	width: 100%;
	max-width: 100%;
	transform: none;
	box-sizing: border-box;
}

.prototype-hero-energy__title {
	margin: 0;
	font-family: var(--gt-display-font, var(--gt-font-saira));
	font-weight: 600;
	font-size: clamp(1.5rem, 3vw + 0.5rem, 55px);
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #fff;
}

.prototype-hero-energy__title h1,
.prototype-hero-energy__title h2,
.prototype-hero-energy__title h3,
.prototype-hero-energy__title p {
	font: inherit;
	color: inherit;
}

/* WYSIWYG τίτλος: χωρίς διπλά margins από <p> */
.prototype-hero-heading-wysiwyg p {
	margin: 0;
}

.prototype-hero-heading-wysiwyg p + p {
	margin-top: 0.25em;
}

.prototype-hero-heading-wysiwyg a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.prototype-hero-energy__title.prototype-hero-heading-wysiwyg strong,
.prototype-hero-heading-wysiwyg strong {
	font-weight: 600;
}

.prototype-hero-energy__bottom {
	flex: 0 0 auto;
	margin-top: auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: clamp(0.5rem, 2svh, 1.25rem);
}

.prototype-hero-energy__grid {
	display: block;
	width: 100%;
}

.prototype-hero-energy__metrics {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	gap: clamp(1rem, 2svh, 2rem) clamp(1.25rem, 3vw, 2.5rem);
}

@media (min-width: 1024px) {
	.prototype-hero-energy__top {
		width: calc(100% * 5.5 / 12);
		max-width: calc(100% * 5.5 / 12);
	}

	.prototype-hero-energy__title {
		font-size: 55px;
		line-height: 1.1;
	}

	.prototype-hero-energy__metrics {
		gap: 2rem 2.5rem;
	}
}

.prototype-hero-energy__metric {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.25rem;
}

.prototype-hero-energy__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--gt-hero-metric-icon-size);
	height: var(--gt-hero-metric-icon-size);
	flex-shrink: 0;
}

.prototype-hero-energy__icon-img {
	display: block;
	width: auto;
	height: auto;
	max-width: var(--gt-hero-metric-icon-inner);
	max-height: var(--gt-hero-metric-icon-inner);
	object-fit: contain;
	object-position: center;
	border-radius: 0;
}

.prototype-hero-energy__metric-copy {
	width: 100%;
	text-align: center;
}

.prototype-hero-energy__metric-value {
	font-family: var(--gt-display-font, var(--gt-font-saira));
	font-weight: 600;
	font-size: clamp(1.1rem, 2.2svh + 1.25vw, 2.1rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
}

.prototype-hero-energy__metric-count {
	display: inline;
	white-space: nowrap;
}

.prototype-hero-energy__metric-num {
	font-variant-numeric: tabular-nums;
}

.prototype-hero-energy__metric-label {
	margin-top: 0.0625rem;
	font-size: clamp(0.65rem, 1.35svh, 0.8125rem);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgb(255 255 255 / 0.55);
}

.prototype-hero-energy__divider {
	display: none;
	align-self: flex-start;
	flex-shrink: 0;
	width: auto;
	height: var(--gt-hero-metric-divider-size);
	margin-top: calc((var(--gt-hero-metric-icon-size) - var(--gt-hero-metric-divider-size)) / 2);
	object-fit: contain;
	object-position: center;
	opacity: 0.85;
}

/* Μικρότερα patterns όταν το hero container είναι χαμηλό (laptop / landscape mobile) */
@container gt-hero-energy (max-height: 720px) {
	.prototype-hero-energy__title {
		font-size: clamp(1.75rem, 10cqh + 0.5vw, 3.25rem);
		line-height: 1.12;
	}

	.prototype-hero-energy__metric-value {
		font-size: clamp(1rem, 6cqh, 1.85rem);
	}
}

@container gt-hero-energy (max-height: 560px) {
	.prototype-hero-energy__metrics {
		gap: 0.5rem 0.85rem;
	}
}

@media (min-width: 1024px) {
	.prototype-hero-energy__divider {
		display: block;
	}
}

/* Mobile + tablet: energy hero μόνο — desktop ≥1025px αμετάβλητο */

/* —— Split corporate hero (default · Figma Make corporate) —— */
.prototype-hero--split {
	position: relative;
	box-sizing: border-box;
	height: var(--gt-hero-vh, 100svh);
	min-height: var(--gt-hero-vh, 100svh);
	max-height: var(--gt-hero-vh, 100svh);
	padding: clamp(0.65rem, 2.25svh, 2.5rem) 0 clamp(0.65rem, 2svh, 2.25rem);
	color: #0f172a;
	overflow: hidden;
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 42%, #eef2ff 100%);
	display: flex;
	flex-direction: column;
	container-type: size;
	container-name: gt-hero-split;
}

.prototype-hero__split-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 70% 55% at 92% 18%, rgb(99 102 241 / 0.14), transparent 55%),
		radial-gradient(ellipse 50% 45% at 8% 88%, rgb(14 165 233 / 0.1), transparent 50%),
		radial-gradient(circle at 50% 0%, rgb(255 255 255 / 0.9), transparent 62%);
}

.prototype-hero__split-inner {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.prototype-hero__split-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(0.75rem, 2.5svh, 3rem) clamp(1rem, 4vw, 3rem);
	align-items: center;
	min-height: 0;
}

.prototype-hero--text-center .prototype-hero__copy {
	text-align: center;
}

.prototype-hero--text-center .prototype-hero__actions--split {
	justify-content: center;
}

.prototype-hero--text-center .prototype-hero__highlights {
	justify-content: center;
}

.prototype-hero__copy {
	grid-column: 1 / span 8;
	max-width: none;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.prototype-hero--text-center .prototype-hero__copy {
	margin-inline: auto;
}

.prototype-hero__eyebrow {
	margin: 0 0 20px;
	font-family: var(--gt-ui-font, var(--gt-font-inter));
	font-size: clamp(0.7rem, 1.25svh, 0.8125rem);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4f46e5;
}

.prototype-hero--split .prototype-hero__title {
	width: 100%;
	max-width: none;
}

.prototype-hero__title {
	margin: 0 0 clamp(0.45rem, 1.25svh, 1.125rem);
	font-family: var(--gt-display-font, var(--gt-font-saira));
	font-size: clamp(1.45rem, 3.8svh + 1.8vw, 3.35rem);
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: -0.035em;
	color: #020617;
}

.prototype-hero__lead {
	margin: 0 0 clamp(0.65rem, 1.5svh, 1.75rem);
	font-family: var(--gt-ui-font, var(--gt-font-inter));
	font-size: clamp(0.88rem, 1.5svh + 0.45vw, 1.0625rem);
	line-height: 1.55;
	color: #475569;
	max-width: 38ch;
}

.prototype-hero--text-center .prototype-hero__lead {
	margin-inline: auto;
}

.prototype-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.prototype-hero__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.65rem, 2svh, 2.5rem) clamp(1rem, 3vw, 2.5rem);
	margin: clamp(0.5rem, 1.75svh, 2rem) 0 0;
	padding: 0;
	list-style: none;
}

.prototype-hero__highlight {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 5rem;
}

.prototype-hero__highlight-value {
	font-size: clamp(1.05rem, 2.4svh, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #0f172a;
	line-height: 1.1;
}

.prototype-hero__highlight-label {
	font-size: clamp(0.7rem, 1.35svh, 0.8125rem);
	font-weight: 500;
	color: #64748b;
}

.prototype-hero__visual {
	position: relative;
	grid-column: 9 / span 4;
	justify-self: stretch;
	width: 100%;
	max-width: none;
	min-width: 0;
}

.prototype-hero__visual-card {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	background: #e2e8f0;
	box-shadow:
		0 24px 48px rgb(15 23 42 / 0.12),
		0 0 0 1px rgb(255 255 255 / 0.6) inset;
}

.prototype-hero__visual-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(34svh, 420px);
	aspect-ratio: 4 / 3;
	object-fit: cover;
	vertical-align: middle;
}

.prototype-hero__visual-card video.prototype-hero__visual-img {
	background: #000;
}

.prototype-hero__visual-placeholder {
	aspect-ratio: 4 / 3;
	background: linear-gradient(145deg, #e0e7ff 0%, #c7d2fe 35%, #a5b4fc 100%);
}

.prototype-hero__visual-accent {
	position: absolute;
	right: -12%;
	bottom: -10%;
	width: 55%;
	height: 55%;
	border-radius: 10px;
	background: linear-gradient(135deg, rgb(99 102 241 / 0.35), rgb(56 189 248 / 0.2));
	filter: blur(2px);
	z-index: 0;
}

/* —— Immersive dark hero (εναλλακτικό) —— */
.prototype-hero--immersive {
	position: relative;
	box-sizing: border-box;
	height: var(--gt-hero-vh, 100svh);
	min-height: var(--gt-hero-vh, 100svh);
	max-height: var(--gt-hero-vh, 100svh);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	color: #f1f5f9;
	overflow: hidden;
	container-type: size;
	container-name: gt-hero-immersive;
}

.prototype-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.prototype-hero__img,
.prototype-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.prototype-hero__media--fallback {
	background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 50%, #020617 100%);
}

.prototype-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	/* background: από ACF (corporate hero) */
}

.prototype-hero__media .prototype-hero__img {
	position: relative;
	z-index: 0;
}

.prototype-hero--immersive .prototype-hero__inner {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	align-items: center;
	padding-block: clamp(0.85rem, 2.75svh, 4rem);
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.prototype-hero--immersive-left .prototype-hero__content {
	max-width: 36rem;
	text-align: left;
}

.prototype-hero--immersive-center .prototype-hero__content {
	max-width: 42rem;
	margin-inline: auto;
	text-align: center;
}

.prototype-hero--immersive-center .prototype-hero__actions {
	justify-content: center;
}

.prototype-hero__eyebrow--on-dark {
	color: #a5b4fc;
}

.prototype-hero__title--on-dark {
	color: #f8fafc;
}

.prototype-hero__lead--on-dark {
	color: #cbd5e1;
}

.prototype-hero--immersive .prototype-hero__title {
	font-size: clamp(1.5rem, 4.2svh + 1.75vw, 3.25rem);
	line-height: 0.8;
}

.prototype-hero--immersive .prototype-hero__lead {
	font-size: clamp(0.88rem, 1.55svh + 0.45vw, 1.0625rem);
	line-height: 1.55;
}

.prototype-hero--immersive .prototype-hero__eyebrow {
	font-size: clamp(0.7rem, 1.3svh, 0.8125rem);
}

@container gt-hero-immersive (max-height: 640px) {
	.prototype-hero--immersive .prototype-hero__inner {
		padding-block: clamp(0.5rem, 2cqh, 1.5rem);
	}

	.prototype-hero--immersive .prototype-hero__title {
		font-size: clamp(1.25rem, 11cqh + 1vw, 2.5rem);
		line-height: 0.8;
	}
}

@container gt-hero-split (max-height: 700px) {
	.prototype-hero__title {
		font-size: clamp(1.3rem, 10cqh + 1.2vw, 2.75rem);
		line-height: 0.8;
	}

	.prototype-hero__visual-img {
		max-height: min(28svh, 320px);
	}
}

/* —— CTA Strip —— */
.prototype-cta {
	padding: 2rem 0;
	background: #e2e8f0;
	color: #0f172a;
}

.prototype-cta--accent {
	background: linear-gradient(90deg, #0b4f6c, #0e7490);
	color: #f8fafc;
}

.prototype-cta--accent .prototype-cta__text {
	color: #e2e8f0;
}

.prototype-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.prototype-cta__text {
	margin: 0;
	font-family: var(--gt-ui-font, var(--gt-font-inter));
	font-size: 1.05rem;
	font-weight: 600;
	max-width: 52ch;
}

/* CTA strip: .gt-btn (gastrade.css · Figma 145:4037) */

/* —— Features Grid —— */
.prototype-features {
	padding: clamp(3rem, 6vw, 5rem) 0;
	background: #fff;
	color: #0f172a;
}

.prototype-features__header {
	margin-bottom: 2.5rem;
	max-width: 40rem;
}

@media (min-width: 1024px) {
	.prototype-features > .container {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		column-gap: 1.5rem;
		align-items: start;
	}

	.prototype-features__header {
		grid-column: 1 / span 6;
		max-width: none;
	}

	.prototype-features__grid {
		grid-column: 1 / -1;
	}
}

.prototype-features__title {
	margin: 0 0 0.75rem;
}

.prototype-features__lead {
	margin: 0;
	color: #475569;
	font-size: 1.05rem;
}

.prototype-features__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.75rem;
}

.prototype-features__item {
	padding: 1.5rem;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
}

.prototype-features__icon {
	margin-bottom: 0.85rem;
}

.prototype-features__icon img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
	border-radius: 0;
}

.prototype-features__item-title {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
}

.prototype-features__item-text {
	margin: 0;
	font-size: 0.95rem;
	color: #475569;
}

/* —— Powering Hero (FSRU) — Figma DESIGNS-FOR-TEST node 1-37 / dev export —— */
.prototype-powering-hero {
	position: relative;
	display: flex;
	align-items: stretch;
	/* Figma frame ύψος ~1370px · above-fold target React: min(100vh, 880px) */
	min-height: min(100vh, 55rem);
	min-height: min(100dvh, 55rem);
	color: #fff;
	overflow: clip;
}

.prototype-powering-hero__bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: #002d52;
}

/* Gradient stops όπως SVG radial στο Figma: ~24% #0AA0E3 → ~80% #002D52 */
.prototype-powering-hero__blob {
	position: absolute;
	left: -20%;
	top: -10%;
	width: 140%;
	height: 85%;
	opacity: 0.95;
	background: radial-gradient(ellipse 70% 55% at 45% 35%, #0aa0e3 0%, #036 42%, #002d52 78%);
	pointer-events: none;
}

.prototype-powering-hero__bg-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.28;
}

.prototype-powering-hero__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(0, 26, 46, 0.5) 70%, rgba(0, 26, 38, 0.92) 100%);
	pointer-events: none;
}

.prototype-powering-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: clamp(3.5rem, 9vw, 6.5rem);
	padding-inline: 1rem;
}

/* Ίδιο πλάτος περιεχομένου με React max-w-5xl (1024px) */
.prototype-powering-hero__shell {
	width: 100%;
	max-width: 64rem;
	margin-inline: auto;
}

.prototype-powering-hero__stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.prototype-powering-hero__gateway {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin-bottom: 1rem;
	font-family: var(--gt-display-font, var(--gt-font-saira));
	font-weight: 300;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.95);
}

.prototype-powering-hero__gateway-line {
	display: block;
}

.prototype-powering-hero__gateway-line--accent {
	color: #7dd3fc;
	font-weight: 400;
}

/* Inter Extra Bold 72px / 90px line · tracking ~0.123px */
.prototype-powering-hero__title {
	margin: 0;
	font-family: var(--gt-ui-font, var(--gt-font-inter));
	font-weight: 800;
	font-size: clamp(2.25rem, 5.5vw, 4.5rem);
	line-height: 1.25;
	letter-spacing: 0.008em;
	text-align: center;
	color: #fff;
}

.prototype-powering-hero__title-line {
	display: block;
}

/* Inter Regular 20px / 32.5px · max ~619px · #d4d4d4 */
.prototype-powering-hero__fsru {
	margin: 2rem 0 0;
	max-width: 38.6875rem;
	font-family: var(--gt-ui-font, var(--gt-font-inter));
	font-weight: 400;
	font-size: clamp(1rem, 1.9vw, 1.25rem);
	line-height: 1.625;
	letter-spacing: -0.0225em;
	color: #d4d4d4;
}

.prototype-powering-hero__ctas {
	margin-top: 2.5rem;
}

/* Inter Light 35px / 45px · max ~688px */
.prototype-powering-hero__statement {
	max-width: 43rem;
	margin-top: clamp(3.5rem, 7vw, 6rem);
	margin-inline: auto;
}

/* Ubuntu Light 13px · tracking 5px */
.prototype-powering-hero__eyebrow {
	margin: 0 0 20px;
	font-family: var(--gt-ui-font, var(--gt-font-inter));
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: #fff;
}

.prototype-powering-hero__body {
	margin: 0;
	font-family: var(--gt-ui-font, var(--gt-font-inter));
	font-weight: 300;
	font-size: clamp(1.125rem, 2.75vw, 2.1875rem);
	line-height: 1.286;
	color: #fff;
}
