/**
 * Landing — Workstations Profissionais
 */

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

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

.ws-hero__inner,
.ws-types .container,
.ws-explain .container,
.ws-process .container,
.ws-trust .container,
.ws-form-section__inner {
	position: relative;
	z-index: 1;
}

.ws-hero__inner { max-width: 760px; }

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

.ws-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;
}

.ws-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: 42rem;
	overflow-wrap: break-word;
}

.ws-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;
}

.ws-types,
.ws-process { padding: 5.5rem 0; background: #0a0e1a; }

.ws-types__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
	gap: 1rem;
}

.ws-type-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);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.ws-type-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: linear-gradient(135deg, #0055ff, #6b21a8);
	color: #fff;
	font-size: 1.25rem;
}

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

.ws-type-card__desc {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.92rem;
	line-height: 1.55;
	flex: 1;
	overflow-wrap: break-word;
}

.ws-type-card__tags {
	list-style: none;
	margin: 0.25rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.ws-type-card__tags li {
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	border: 1px solid rgba(168, 85, 247, 0.35);
	background: rgba(107, 33, 168, 0.2);
	color: #e9d5ff;
}

.ws-explain { padding: 5rem 0; background: #080c16; }

.ws-explain__list {
	display: grid;
	gap: 1rem;
	max-width: 760px;
}

.ws-explain__item {
	padding: 1.15rem 1.25rem 1.15rem 1.35rem;
	border-left: 3px solid #a855f7;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0 0.75rem 0.75rem 0;
}

.ws-explain__title {
	font-family: var(--font-title);
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.45rem;
}

.ws-explain__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
	line-height: 1.6;
}

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

.ws-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);
}

.ws-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);
}

.ws-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;
}

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

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

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

.ws-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;
}

.ws-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);
}

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

.ws-form-section__blob {
	position: absolute;
	width: min(640px, 70%);
	height: min(640px, 70vw);
	top: -8%;
	right: -10%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(107, 33, 168, 0.18), transparent 68%);
	pointer-events: none;
	filter: blur(10px);
	max-width: none;
}

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

.ws-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;
}

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

.ws-form.contact-form input[type="text"],
.ws-form.contact-form input[type="email"],
.ws-form.contact-form input[type="tel"],
.ws-form.contact-form select,
.ws-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;
}

.ws-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;
}

.ws-form.contact-form select option,
.ws-form.contact-form select optgroup {
	color: #111;
	background: #fff;
}

.ws-form.contact-form input:focus,
.ws-form.contact-form select:focus,
.ws-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);
}

.ws-form .contact-consent {
	color: rgba(255, 255, 255, 0.7);
	overflow-wrap: break-word;
}
.ws-form .contact-consent a { color: #93c5fd; }

.ws-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;
}

.ws-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;
}

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

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

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

.ws-form__hint {
	margin: -0.55rem 0 1.1rem;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.45;
}

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

.ws-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;
}

.ws-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);
}

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

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

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

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

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

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

.ws-form__submit { width: 100%; justify-content: center; }
.ws-form.is-busy .ws-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) {
	.ws-process__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
	.ws-hero { padding: 7rem 0 3.5rem; min-height: auto; }
	.ws-types,
	.ws-explain,
	.ws-process,
	.ws-trust { padding: 3.5rem 0; }
	.ws-form-section {
		padding: 3.5rem 0 6.5rem;
	}
	.ws-process__grid,
	.ws-trust__grid,
	.ws-form__row { grid-template-columns: 1fr; }
	.ws-type-card,
	.ws-process__card,
	.ws-trust__item,
	.ws-explain__item { padding-left: 1rem; padding-right: 1rem; }

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

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

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

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

	.ws-form__prefs-legend {
		font-size: 0.98rem;
		line-height: 1.35;
		overflow-wrap: break-word;
	}

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

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

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

	.ws-disk {
		padding: 0.85rem;
		max-width: 100%;
		box-sizing: border-box;
	}
}

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

@media (max-width: 380px) {
	.ws-hero__title { font-size: clamp(1.45rem, 7.5vw, 1.85rem); }
	.ws-section-title { font-size: clamp(1.25rem, 6.5vw, 1.55rem); }
	.ws-type-card__tags { gap: 0.3rem; }
}
