/**
 * Landing — PCs Gaming à Medida
 */

.pcs-hero,
.pcs-process,
.pcs-trust,
.pcs-form-section {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.pcs-hero {
	min-height: min(88vh, 820px);
	display: flex;
	align-items: center;
	padding: 8rem 0 5rem;
	background: #0a0e1a;
}

.pcs-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.pcs-hero__eyebrow {
	display: block;
	margin-bottom: 1rem;
}

.pcs-hero__title {
	font-family: var(--font-title);
	font-weight: 800;
	font-size: clamp(1.65rem, 6.2vw, 3rem);
	line-height: 1.15;
	color: #fff;
	margin: 0 0 1.25rem;
	overflow-wrap: break-word;
}

.pcs-hero__lead {
	margin: 0 0 2rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1.02rem, 2vw, 1.15rem);
	line-height: 1.7;
	max-width: 40rem;
	overflow-wrap: break-word;
}

.pcs-section-title {
	font-family: var(--font-title);
	font-weight: 800;
	font-size: clamp(1.4rem, 5vw, 2.15rem);
	color: #fff;
	margin: 0.35rem 0 2rem;
	line-height: 1.2;
	overflow-wrap: break-word;
}

.pcs-process {
	padding: 5.5rem 0;
	background: #0a0e1a;
}

.pcs-process .container,
.pcs-trust .container,
.pcs-form-section__inner {
	position: relative;
	z-index: 1;
}

.pcs-process__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.pcs-process__card {
	padding: 1.35rem 1.2rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
}

.pcs-process__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	margin-bottom: 0.85rem;
	font-weight: 700;
	font-size: 0.9rem;
	color: #fff;
	background: linear-gradient(135deg, #0055ff, #6b21a8);
}

.pcs-process__title {
	font-family: var(--font-title);
	font-size: 1.05rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.55rem;
	line-height: 1.35;
	overflow-wrap: break-word;
}

.pcs-process__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.92rem;
	line-height: 1.6;
	overflow-wrap: break-word;
}

.pcs-trust {
	padding: 5rem 0;
	background: #080c16;
}

.pcs-trust__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.pcs-trust__item {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	padding: 1.2rem 1.15rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(255, 255, 255, 0.035);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.98rem;
	line-height: 1.55;
	min-width: 0;
	overflow-wrap: break-word;
}

.pcs-trust__mark {
	flex-shrink: 0;
	width: 0.65rem;
	height: 0.65rem;
	margin-top: 0.45rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #3b82f6, #a855f7);
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.pcs-form-section {
	padding: 5.5rem 0 6rem;
	background: #0a0e1a;
}

.pcs-form-section__blob {
	position: absolute;
	width: min(640px, 70%);
	height: min(640px, 70vw);
	top: -8%;
	left: -10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 85, 255, 0.16), transparent 68%);
	pointer-events: none;
	filter: blur(10px);
}

.pcs-form-section__inner {
	max-width: 720px;
	min-width: 0;
	box-sizing: border-box;
}

.pcs-form__notice {
	padding: 1rem 1.15rem;
	margin: 0 0 1.5rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(147, 197, 253, 0.28);
	background: rgba(59, 130, 246, 0.1);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	line-height: 1.55;
}

.pcs-form.contact-form label {
	color: rgba(255, 255, 255, 0.62);
}

.pcs-form.contact-form input[type="text"],
.pcs-form.contact-form input[type="email"],
.pcs-form.contact-form input[type="tel"],
.pcs-form.contact-form select,
.pcs-form.contact-form textarea {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: #fff;
	margin-bottom: 1.15rem;
	box-sizing: border-box;
}

.pcs-form.contact-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2393c5fd' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	padding-right: 2.5rem;
}

.pcs-form.contact-form select option {
	color: #111;
	background: #fff;
}

.pcs-form.contact-form input:focus,
.pcs-form.contact-form select:focus,
.pcs-form.contact-form textarea:focus {
	border-color: rgba(59, 130, 246, 0.7);
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}

.pcs-form .contact-consent {
	color: rgba(255, 255, 255, 0.7);
	overflow-wrap: break-word;
}

.pcs-form .contact-consent a {
	color: #93c5fd;
}

.pcs-form .klicaki-service-area-notice {
	color: rgba(255, 255, 255, 0.75);
	background: rgba(59, 130, 246, 0.12);
	border-left-color: #60a5fa;
	overflow-wrap: break-word;
}

.pcs-form__prefs {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	padding: 1.25rem 1.15rem 0.5rem;
	margin: 0.5rem 0 1.5rem;
	background: rgba(255, 255, 255, 0.03);
	min-width: 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

.pcs-form__prefs-legend {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.05rem;
	color: #fff;
	padding: 0 0.35rem;
}

.pcs-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
}

.pcs-form__row > * {
	min-width: 0;
}

.pcs-disks {
	margin: 0.25rem 0 1.25rem;
}

.pcs-disks__label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.62);
	margin-bottom: 0.65rem;
}

.pcs-disk {
	padding: 1rem;
	margin-bottom: 0.75rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.22);
}

.pcs-disk__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.65rem;
}

.pcs-disk__title {
	color: #fff;
	font-size: 0.95rem;
}

.pcs-disk__remove {
	appearance: none;
	border: 0;
	background: transparent;
	color: #fca5a5;
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
	padding: 0.2rem 0.35rem;
}

.pcs-disk__remove:hover,
.pcs-disk__remove:focus-visible {
	color: #fff;
	outline: none;
}

.pcs-disk select {
	margin-bottom: 0.75rem !important;
}

.pcs-disks__add {
	margin: 0.25rem 0 0.5rem !important;
	padding: 0.55rem 0.95rem !important;
	font-size: 0.9rem !important;
}

.pcs-form__submit {
	width: 100%;
	justify-content: center;
}

.pcs-form.is-busy .pcs-form__submit {
	opacity: 0.7;
	pointer-events: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1024px) {
	.pcs-process__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.pcs-hero {
		padding: 7rem 0 3.5rem;
		min-height: auto;
	}

	.pcs-process,
	.pcs-trust {
		padding: 3.5rem 0;
	}

	.pcs-form-section {
		padding: 3.5rem 0 6.5rem;
	}

	.pcs-process__grid,
	.pcs-trust__grid,
	.pcs-form__row {
		grid-template-columns: 1fr;
	}

	.pcs-process__card,
	.pcs-trust__item {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.pcs-form {
		max-width: 100%;
		min-width: 0;
	}

	.pcs-form.contact-form label {
		white-space: normal;
		overflow-wrap: break-word;
		line-height: 1.4;
	}

	.pcs-form.contact-form input[type="text"],
	.pcs-form.contact-form input[type="email"],
	.pcs-form.contact-form input[type="tel"],
	.pcs-form.contact-form select,
	.pcs-form.contact-form textarea {
		font-size: 16px;
		max-width: 100%;
	}

	.pcs-form__prefs {
		padding: 1rem 0.85rem 0.35rem;
		max-width: 100%;
	}

	.pcs-form__notice,
	.pcs-form .klicaki-service-area-notice,
	.pcs-form .contact-consent {
		font-size: 0.9rem;
		max-width: 100%;
	}

	.pcs-form .contact-form__turnstile,
	.pcs-form .cf-turnstile {
		max-width: 100%;
		overflow: hidden;
	}

	.pcs-form .contact-form__turnstile iframe {
		max-width: 100% !important;
	}
}

@media (max-width: 430px) {
	.pcs-form__prefs {
		padding: 0.9rem 0.7rem 0.25rem;
	}
}

@media (max-width: 380px) {
	.pcs-hero__title {
		font-size: clamp(1.45rem, 7.5vw, 1.85rem);
	}

	.pcs-section-title {
		font-size: clamp(1.25rem, 6.5vw, 1.55rem);
	}
}
