/* ==========================================================================
   Página de vaga — Grupo Aliança
   Carregada apenas nas páginas de vaga com conteúdo completo.
   ========================================================================== */

/* [hidden] precisa vencer os display: grid/flex declarados adiante — sem isto,
   o bloco de sucesso e o modal aparecem já na carga da página. */
[hidden] {
	display: none !important;
}

/* ----------------------------------------------------------- 1. Hero da vaga */
.job-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(85% 120% at 82% 4%, rgba(22, 142, 207, .28) 0%, rgba(22, 142, 207, 0) 56%),
		radial-gradient(70% 90% at 2% 96%, rgba(7, 95, 143, .26) 0%, rgba(7, 95, 143, 0) 60%),
		linear-gradient(166deg, var(--navy-700) 0%, var(--navy-850) 62%, var(--navy-900) 100%);
	color: #fff;
	padding-block: clamp(2.5rem, 6vw, 4.5rem) clamp(3rem, 6vw, 4.5rem);
}

.job-hero-inner {
	position: relative;
}

.job-hero h1 {
	font-size: clamp(2.3rem, 6.4vw, 4rem);
	line-height: 1.02;
	letter-spacing: -.032em;
	margin-bottom: 1.1rem;
}

.job-hero__claim {
	font-family: var(--font-display);
	font-weight: 750;
	font-size: clamp(1.25rem, 3vw, 1.85rem);
	line-height: 1.25;
	letter-spacing: -.02em;
	color: var(--blue-300);
	max-width: 24ch;
	margin-bottom: 1.35rem;
	text-wrap: balance;
}

.job-hero__lead {
	font-size: clamp(1.02rem, 1.7vw, 1.15rem);
	color: var(--steel);
	max-width: 46rem;
	margin-bottom: 1.9rem;
}

.job-tags--hero {
	margin-bottom: 2.25rem;
}

.job-tags--hero .job-tag {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .14);
	color: var(--steel);
}

.job-tags--hero .job-tag svg {
	color: var(--blue-400);
}

.job-tag--accent {
	background: rgba(22, 142, 207, .16) !important;
	border-color: rgba(51, 165, 224, .42) !important;
	color: #fff !important;
}

/* Ficha rápida */
.job-facts {
	display: grid;
	gap: .875rem;
	margin: 2.75rem 0 0;
	padding-top: 2.25rem;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.job-fact dt {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-family: var(--font-display);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--steel-2);
	margin-bottom: .4rem;
}

.job-fact dt svg {
	width: 15px;
	height: 15px;
	color: var(--blue-400);
}

.job-fact dd {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.08rem;
	color: #fff;
	line-height: 1.3;
}

.job-fact dd small {
	display: block;
	font-family: var(--font-body);
	font-size: .82rem;
	font-weight: 400;
	color: var(--steel-2);
	margin-top: .15rem;
}

/* ------------------------------------------------------- 2. Faixa do ritmo */
.rhythm {
	background: var(--navy-800);
	border-top: 1px solid rgba(255, 255, 255, .07);
	padding-block: clamp(2.25rem, 4.5vw, 3.25rem);
	text-align: center;
}

.rhythm-line {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1rem, 2.1vw, 1.35rem);
	line-height: 1.6;
	letter-spacing: -.01em;
	color: rgba(255, 255, 255, .42);
	max-width: 58rem;
	margin-inline: auto;
}

.rhythm-line span {
	display: inline-block;
	margin-right: .15em;
	transition: color .5s var(--ease);
}

.rhythm-line span:nth-child(1),
.rhythm-line span:nth-child(4),
.rhythm-line span:nth-child(7),
.rhythm-line span:nth-child(10) {
	color: #fff;
}

.rhythm-note {
	margin-top: 1.15rem;
	font-size: .95rem;
	color: var(--blue-300);
}

/* ------------------------------------------------------- 3. Qualificação */
.qualify {
	background: var(--white);
	padding-block: var(--section-y);
	scroll-margin-top: 80px;
}

.qualify-inner {
	display: grid;
	gap: clamp(1.75rem, 4vw, 3.5rem);
}

.qualify .section-head h2 {
	font-size: clamp(2rem, 5vw, 3.15rem);
}

.qualify-text p {
	font-size: clamp(1.02rem, 1.6vw, 1.12rem);
	color: var(--ink-2);
	max-width: 44rem;
}

.qualify-text p + p {
	margin-top: 1.1rem;
}

.pullquote {
	position: relative;
	margin-top: 1.9rem !important;
	padding: 1.15rem 0 1.15rem 1.5rem;
	border-left: 3px solid var(--blue-500);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1.05rem, 2vw, 1.22rem) !important;
	line-height: 1.45;
	color: var(--ink) !important;
	letter-spacing: -.015em;
}

/* --------------------------------------------------- 4. O que esperamos */
.expect {
	background: var(--paper);
	padding-block: var(--section-y);
}

.expect .section-head {
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.expect-grid {
	display: grid;
	gap: 1rem;
}

.expect-item {
	padding: 1.65rem 1.5rem;
	background: var(--white);
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.expect-item:hover {
	transform: translateY(-4px);
	border-color: #C9DBE7;
	box-shadow: var(--shadow-card-hover);
}

.expect-item .ico {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 1.15rem;
	border-radius: 11px;
	background: linear-gradient(150deg, rgba(22, 142, 207, .14), rgba(22, 142, 207, .05));
	border: 1px solid rgba(22, 142, 207, .2);
	color: var(--blue-600);
	transition: transform var(--dur) var(--ease);
}

.expect-item .ico svg {
	width: 21px;
	height: 21px;
}

.expect-item:hover .ico {
	transform: translateY(-3px);
}

.expect-item h3 {
	font-size: 1.08rem;
	margin-bottom: .45rem;
}

.expect-item p {
	font-size: .95rem;
	color: var(--ink-2);
	line-height: 1.55;
}

/* --------------------------------------------------------- 5. Ciclo/jornada */
.journey {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(75% 110% at 85% 0%, rgba(22, 142, 207, .2) 0%, rgba(22, 142, 207, 0) 58%),
		linear-gradient(160deg, var(--navy-700), var(--navy-900));
	color: #fff;
	padding-block: var(--section-y);
}

.journey .section-head {
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.journey .section-head p {
	color: var(--steel);
}

.journey-flow {
	position: relative;
	display: grid;
	gap: .75rem;
	counter-reset: step;
}

.journey-step {
	position: relative;
	display: flex;
	align-items: center;
	gap: .9rem;
	padding: .95rem 1.15rem;
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--radius);
	transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.journey-step:hover {
	background: rgba(22, 142, 207, .13);
	border-color: rgba(51, 165, 224, .4);
	transform: translateY(-2px);
}

.journey-num {
	font-family: var(--font-display);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .06em;
	color: var(--blue-400);
	flex: none;
}

.journey-name {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1rem;
	color: #fff;
	letter-spacing: -.01em;
}

.journey-crm {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	margin-top: 1.35rem;
	padding: 1.05rem 1.25rem;
	background: rgba(22, 142, 207, .1);
	border: 1px dashed rgba(51, 165, 224, .42);
	border-radius: var(--radius);
	font-size: .975rem;
	color: var(--steel) !important;
}

.journey-crm svg {
	width: 20px;
	height: 20px;
	flex: none;
	color: var(--blue-300);
	margin-top: .15rem;
}

.journey-crm b {
	color: #fff;
	font-family: var(--font-display);
	letter-spacing: .04em;
}

/* -------------------------------------------------------------- 6. CRM */
.crm {
	background: var(--white);
	padding-block: var(--section-y);
}

.crm-inner {
	display: grid;
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
}

.crm-copy .eyebrow {
	margin-bottom: 1.1rem;
}

.crm-copy h2 {
	font-size: clamp(1.85rem, 4vw, 2.6rem);
	margin-bottom: 1.15rem;
}

.crm-copy > p {
	font-size: 1.05rem;
	color: var(--ink-2);
	max-width: 40rem;
}

.crm-note {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	margin-top: 1.75rem !important;
	font-size: .93rem !important;
	color: var(--ink-3) !important;
	line-height: 1.55;
}

.crm-note svg {
	width: 18px;
	height: 18px;
	flex: none;
	color: var(--blue-600);
	margin-top: .18rem;
}

.crm-list {
	display: grid;
	gap: .7rem;
	padding: clamp(1.5rem, 3vw, 2rem);
	background: var(--paper);
	border: 1px solid var(--line-light);
	border-radius: var(--radius-l);
}

.crm-list li {
	display: flex;
	align-items: flex-start;
	gap: .7rem;
	font-size: .98rem;
	color: var(--ink);
	font-weight: 700;
}

.crm-list svg {
	width: 18px;
	height: 18px;
	flex: none;
	margin-top: .2rem;
	color: #1B7A4B;
}

/* -------------------------------------------------------- 7. Perfil (fit) */
.fit {
	background: var(--paper);
	padding-block: var(--section-y);
}

.fit .section-head {
	margin-bottom: clamp(2.25rem, 4.5vw, 3rem);
}

.fit-grid {
	display: grid;
	gap: 1.25rem;
}

.fit-col {
	padding: clamp(1.6rem, 3vw, 2.15rem);
	background: var(--white);
	border: 1px solid var(--line-light);
	border-radius: var(--radius-l);
	box-shadow: var(--shadow-card);
}

.fit-col h3 {
	display: flex;
	align-items: center;
	gap: .75rem;
	font-size: 1.12rem;
	margin-bottom: 1.35rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid var(--line-light);
}

.fit-badge {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	flex: none;
	border-radius: 9px;
}

.fit-badge svg {
	width: 17px;
	height: 17px;
}

.fit-col--yes {
	border-color: rgba(27, 122, 75, .28);
}

.fit-col--yes .fit-badge {
	background: rgba(27, 122, 75, .11);
	color: #1B7A4B;
}

.fit-col--no .fit-badge {
	background: var(--paper-2);
	color: var(--ink-3);
}

.fit-col ul {
	display: grid;
	gap: .65rem;
}

.fit-col li {
	display: flex;
	align-items: flex-start;
	gap: .65rem;
	font-size: .975rem;
	line-height: 1.5;
	color: var(--ink-2);
}

.fit-col li svg {
	width: 17px;
	height: 17px;
	flex: none;
	margin-top: .22rem;
}

.fit-col--yes li {
	color: var(--ink);
}

.fit-col--yes li svg {
	color: #1B7A4B;
}

.fit-col--no li svg {
	color: var(--ink-3);
	opacity: .7;
}

.fit-note {
	max-width: 46rem;
	margin: 2rem auto 0;
	padding: 1.25rem 1.5rem;
	background: rgba(22, 142, 207, .06);
	border: 1px solid rgba(22, 142, 207, .18);
	border-radius: var(--radius);
	text-align: center;
	font-size: 1rem;
	color: var(--ink-2);
}

.section-cta {
	display: flex;
	justify-content: center;
	margin-top: 2.25rem;
}

/* ---------------------------------------------------------- 8. Requisitos */
.requirements {
	background: var(--white);
	padding-block: var(--section-y);
}

.requirements .section-head {
	margin-bottom: clamp(2.25rem, 4.5vw, 3rem);
}

.req-grid {
	display: grid;
	gap: 1rem;
}

.req-item {
	display: flex;
	align-items: flex-start;
	gap: 1.1rem;
	padding: 1.5rem;
	background: var(--paper);
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.req-item:hover {
	border-color: rgba(22, 142, 207, .3);
	transform: translateY(-2px);
}

.req-item .ico {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	flex: none;
	border-radius: 12px;
	background: var(--white);
	border: 1px solid var(--line-light);
	color: var(--blue-600);
}

.req-item .ico svg {
	width: 21px;
	height: 21px;
}

.req-item h3 {
	font-size: 1.05rem;
	margin-bottom: .35rem;
}

.req-item p {
	font-size: .95rem;
	color: var(--ink-2);
	line-height: 1.55;
}

.bonus {
	display: flex;
	align-items: flex-start;
	gap: 1.15rem;
	margin-top: 1.75rem;
	padding: clamp(1.5rem, 3vw, 1.9rem);
	background: linear-gradient(140deg, rgba(22, 142, 207, .09), rgba(22, 142, 207, .03));
	border: 1px solid rgba(22, 142, 207, .24);
	border-radius: var(--radius-l);
}

.bonus .ico {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	flex: none;
	border-radius: 12px;
	background: var(--white);
	border: 1px solid rgba(22, 142, 207, .25);
	color: var(--blue-600);
}

.bonus .ico svg {
	width: 21px;
	height: 21px;
}

.bonus h3 {
	font-size: 1.08rem;
	margin-bottom: .4rem;
}

.bonus p {
	font-size: .975rem;
	color: var(--ink-2);
	line-height: 1.55;
}

/* ------------------------------------------------------ 9. Comprometimento */
.commitment {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(80% 120% at 15% 0%, rgba(22, 142, 207, .24) 0%, rgba(22, 142, 207, 0) 58%),
		linear-gradient(150deg, var(--navy-700), var(--navy-900));
	color: #fff;
	padding-block: var(--section-y);
}

.commitment-inner {
	position: relative;
}

.commitment .section-head h2 {
	font-size: clamp(2rem, 5vw, 3.15rem);
}

.commitment .section-head p {
	color: var(--steel);
	font-size: clamp(1.02rem, 1.8vw, 1.15rem);
}

.verbs {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	margin: 2.25rem 0;
}

.verbs li {
	padding: .5rem 1rem;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 100px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .875rem;
	color: var(--steel);
	transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.verbs li:hover {
	background: rgba(22, 142, 207, .18);
	border-color: rgba(51, 165, 224, .45);
	color: #fff;
}

.big-quote {
	margin: 0;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1.3rem, 3.4vw, 2.1rem);
	line-height: 1.3;
	letter-spacing: -.02em;
	color: var(--steel);
	max-width: 34ch;
	text-wrap: balance;
}

.big-quote strong {
	display: inline-block;
	color: #fff;
	font-weight: 800;
}

/* --------------------------------------------------------- 10. Remuneração */
.earnings {
	background: var(--paper);
	padding-block: var(--section-y);
}

.earnings-inner {
	display: grid;
	justify-items: center;
	text-align: center;
}

.earnings .section-head {
	text-align: center;
}

.earnings .section-head .eyebrow {
	justify-content: center;
}

.range {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(.75rem, 2vw, 1.5rem);
	margin: 1.75rem 0 .9rem;
	font-family: var(--font-display);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1;
}

.range-from {
	font-size: clamp(2rem, 6vw, 3.4rem);
	color: var(--ink-3);
}

.range-to {
	font-size: clamp(2.6rem, 8.5vw, 4.75rem);
	background: linear-gradient(105deg, var(--blue-700), var(--blue-500) 55%, var(--blue-400));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.range-arrow {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--white);
	border: 1px solid var(--line-light);
	color: var(--blue-600);
	flex: none;
}

.range-arrow svg {
	width: 20px;
	height: 20px;
}

.range-caption {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(.95rem, 1.8vw, 1.08rem);
	color: var(--ink);
	margin-bottom: 2rem;
}

.earnings-text {
	max-width: 44rem;
}

.earnings-text > p {
	font-size: 1.02rem;
	color: var(--ink-2);
}

.earnings-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: .8rem;
	margin-top: 1.5rem;
	padding: 1.15rem 1.35rem;
	background: var(--white);
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	text-align: left;
	font-size: .93rem !important;
	color: var(--ink-2) !important;
	line-height: 1.55;
}

.earnings-disclaimer svg {
	width: 19px;
	height: 19px;
	flex: none;
	margin-top: .15rem;
	color: var(--blue-600);
}

/* ------------------------------------------------------- 11. Candidatura */
.apply {
	background: var(--white);
	padding-block: var(--section-y);
	scroll-margin-top: 72px;
}

.apply .section-head {
	margin-bottom: clamp(2.25rem, 4.5vw, 3rem);
}

.apply-grid {
	display: grid;
	gap: 1.75rem;
	align-items: start;
}

/* ------------------------------------------------------- 12. Formulário */
.apply-form {
	display: grid;
	gap: 1.75rem;
	padding: clamp(1.35rem, 3.5vw, 2.25rem);
	background: var(--paper);
	border: 1px solid var(--line-light);
	border-radius: var(--radius-l);
	box-shadow: var(--shadow-card);
}

.apply-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.apply-form > fieldset + fieldset {
	padding-top: 1.6rem;
	border-top: 1px solid var(--line-light);
}

.apply-form legend {
	display: flex;
	align-items: center;
	gap: .7rem;
	padding: 0;
	margin-bottom: 1.15rem;
	font-family: var(--font-display);
	font-weight: 750;
	font-size: 1.08rem;
	color: var(--ink);
	letter-spacing: -.015em;
}

.step {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	flex: none;
	border-radius: 8px;
	background: var(--blue-600);
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
}

.fieldset-hint {
	margin: -.5rem 0 1.25rem;
	font-size: .92rem;
	color: var(--ink-3);
	line-height: 1.5;
}

.field {
	display: block;
	margin-bottom: 1.15rem;
}

.field:last-child {
	margin-bottom: 0;
}

.field-row {
	display: grid;
	gap: 0;
}

.field label,
.choice legend {
	display: block;
	margin-bottom: .45rem;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .9rem;
	color: var(--ink);
	line-height: 1.4;
}

.req {
	color: var(--blue-600);
	font-weight: 700;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
	width: 100%;
	padding: .8rem .95rem;
	background: var(--white);
	border: 1px solid #CFDCE6;
	border-radius: 10px;
	font-family: var(--font-body);
	font-size: 1rem;
	color: var(--ink);
	transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
	-webkit-appearance: none;
	appearance: none;
}

.field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2348586E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .85rem center;
	background-size: 18px;
	padding-right: 2.6rem;
}

.field textarea {
	resize: vertical;
	min-height: 6.5rem;
	line-height: 1.55;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	outline: none;
	border-color: var(--blue-500);
	box-shadow: 0 0 0 3px rgba(22, 142, 207, .18);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
	border-color: #C0392B;
	box-shadow: 0 0 0 3px rgba(192, 57, 43, .12);
}

.field-error {
	margin-top: .4rem;
	font-size: .85rem;
	font-weight: 700;
	color: #A5281B;
}

.field-count {
	margin-top: .35rem;
	font-size: .78rem;
	color: var(--ink-3);
	text-align: right;
}

/* Escolhas (rádio) */
.choice {
	margin-bottom: 1.15rem;
}

.choice legend {
	margin-bottom: .55rem;
}

.choice-opts {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.choice-opts label {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0;
	cursor: pointer;
}

.choice-opts input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.choice-opts span {
	display: inline-block;
	padding: .6rem 1.1rem;
	background: var(--white);
	border: 1px solid #CFDCE6;
	border-radius: 100px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .88rem;
	color: var(--ink-2);
	transition: all .2s var(--ease);
}

.choice-opts input:checked + span {
	background: var(--blue-600);
	border-color: var(--blue-600);
	color: #fff;
	box-shadow: 0 6px 16px -8px rgba(22, 142, 207, .8);
}

.choice-opts input:focus-visible + span {
	outline: 3px solid var(--blue-400);
	outline-offset: 2px;
}

/* Upload */
.file-drop {
	position: relative;
	border: 1px dashed #B9CDDC;
	border-radius: var(--radius);
	background: var(--white);
	transition: border-color .2s var(--ease), background-color .2s var(--ease);
}

.file-drop:hover,
.file-drop.is-hover {
	border-color: var(--blue-500);
	background: rgba(22, 142, 207, .04);
}

.file-drop input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.file-face {
	display: flex;
	align-items: center;
	gap: .9rem;
	padding: 1.1rem 1.25rem;
	pointer-events: none;
}

.file-face .ico {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: none;
	border-radius: 11px;
	background: rgba(22, 142, 207, .1);
	color: var(--blue-600);
}

.file-face .ico svg {
	width: 19px;
	height: 19px;
}

.file-text b {
	display: block;
	font-family: var(--font-display);
	font-size: .95rem;
	color: var(--ink);
	word-break: break-word;
}

.file-text small {
	display: block;
	font-size: .82rem;
	color: var(--ink-3);
	margin-top: .1rem;
}

.file-drop.has-file {
	border-style: solid;
	border-color: rgba(27, 122, 75, .45);
	background: rgba(27, 122, 75, .04);
}

.file-drop.has-file .ico {
	background: rgba(27, 122, 75, .12);
	color: #1B7A4B;
}

/* Checkboxes de confirmação */
.confirmations {
	display: grid;
	gap: 1rem;
}

.check {
	display: flex;
	align-items: flex-start;
	gap: .8rem;
	padding: 1rem 1.15rem;
	background: var(--white);
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	cursor: pointer;
	transition: border-color .2s var(--ease), background-color .2s var(--ease);
}

.check:hover {
	border-color: rgba(22, 142, 207, .35);
}

.check input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.check-box {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	flex: none;
	margin-top: .1rem;
	border: 1px solid #B9CDDC;
	border-radius: 6px;
	background: var(--white);
	color: transparent;
	transition: all .2s var(--ease);
}

.check-box svg {
	width: 14px;
	height: 14px;
	stroke-width: 3;
}

.check input:checked ~ .check-box {
	background: var(--blue-600);
	border-color: var(--blue-600);
	color: #fff;
}

.check input:focus-visible ~ .check-box {
	outline: 3px solid var(--blue-400);
	outline-offset: 2px;
}

.check-text {
	font-size: .92rem;
	line-height: 1.5;
	color: var(--ink-2);
}

.check input:checked ~ .check-text {
	color: var(--ink);
}

/* Rodapé do formulário */
.form-foot {
	display: grid;
	gap: .85rem;
	justify-items: center;
}

.btn--block {
	width: 100%;
	min-height: 58px;
	font-size: .95rem;
}

.btn.is-loading {
	pointer-events: none;
	opacity: .75;
}

.btn.is-loading .btn-label::after {
	content: "";
	display: inline-block;
	width: 1em;
	text-align: left;
	animation: dots 1.2s steps(4, end) infinite;
}

@keyframes dots {
	0% { content: ""; }
	25% { content: "."; }
	50% { content: ".."; }
	75% { content: "..."; }
}

.form-note {
	font-size: .85rem;
	color: var(--ink-3);
}

.form-alert {
	padding: 1rem 1.25rem;
	border-radius: var(--radius);
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.5;
}

.form-alert--error {
	background: rgba(192, 57, 43, .08);
	border: 1px solid rgba(192, 57, 43, .28);
	color: #A5281B;
}

/* honeypot */
.hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Sucesso */
.apply-success {
	display: grid;
	justify-items: center;
	text-align: center;
	padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 4vw, 3rem);
	background: var(--paper);
	border: 1px solid rgba(27, 122, 75, .3);
	border-radius: var(--radius-l);
	box-shadow: var(--shadow-card);
}

.apply-success .ico {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin-bottom: 1.6rem;
	border-radius: 18px;
	background: rgba(27, 122, 75, .1);
	border: 1px solid rgba(27, 122, 75, .3);
	color: #1B7A4B;
}

.apply-success .ico svg {
	width: 28px;
	height: 28px;
}

.apply-success h3 {
	font-size: clamp(1.4rem, 3.2vw, 1.85rem);
	margin-bottom: .8rem;
}

.apply-success p {
	max-width: 34rem;
	color: var(--ink-2);
	margin-bottom: 1.9rem;
}

.btn--outline {
	background: transparent;
	color: var(--blue-600);
	border: 1px solid var(--line-light);
	box-shadow: none;
}

.btn--outline:hover {
	background: var(--white);
	border-color: var(--blue-400);
	transform: translateY(-2px);
}

/* --------------------------------------------------------- 13. Coluna lateral */
.apply-aside {
	display: grid;
	gap: 1.25rem;
}

.aside-card {
	padding: 1.6rem 1.5rem;
	background: var(--white);
	border: 1px solid var(--line-light);
	border-radius: var(--radius-l);
	box-shadow: var(--shadow-card);
}

.aside-card h3 {
	display: flex;
	align-items: center;
	gap: .6rem;
	font-size: 1.02rem;
	margin-bottom: 1.15rem;
	padding-bottom: .9rem;
	border-bottom: 1px solid var(--line-light);
}

.aside-card h3 svg {
	width: 18px;
	height: 18px;
	color: var(--blue-600);
}

.aside-card dl {
	display: grid;
	gap: .8rem;
	margin: 0;
}

.aside-card dl > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
}

.aside-card dt {
	font-size: .85rem;
	color: var(--ink-3);
	flex: none;
}

.aside-card dd {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .93rem;
	color: var(--ink);
	text-align: right;
}

.aside-card dd small {
	display: block;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: .78rem;
	color: var(--ink-3);
}

/* Contatos em destaque */
.aside-card--contact {
	background: linear-gradient(160deg, var(--navy-700), var(--navy-900));
	border-color: rgba(255, 255, 255, .1);
}

.aside-card--contact h3 {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, .12);
}

.aside-card--contact h3 svg {
	color: var(--blue-300);
}

.aside-card--contact > p {
	font-size: .93rem;
	color: var(--steel);
	line-height: 1.55;
	margin-bottom: 1.2rem;
}

.aside-card--contact strong {
	color: #fff;
}

.aside-contacts {
	display: grid;
	gap: .6rem;
}

.aside-contacts a {
	display: flex;
	align-items: center;
	gap: .8rem;
	padding: .8rem .9rem;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--radius);
	transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.aside-contacts a:hover {
	background: rgba(255, 255, 255, .09);
	border-color: rgba(124, 203, 242, .4);
	transform: translateX(3px);
}

.aside-contacts .ico {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	flex: none;
	border-radius: 10px;
	background: rgba(22, 142, 207, .18);
	color: var(--blue-300);
}

.aside-contacts .ico svg {
	width: 17px;
	height: 17px;
}

.aside-contacts .label {
	display: block;
	font-family: var(--font-display);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--steel-2);
}

.aside-contacts .value {
	display: block;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .97rem;
	color: #fff;
	line-height: 1.3;
}

.aside-contacts .value--mail {
	font-size: .87rem;
	overflow-wrap: break-word;
}

.aside-contacts a > span:last-child {
	min-width: 0;
}

.aside-hint {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	margin-top: 1.15rem !important;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: .87rem !important;
	color: var(--steel-2) !important;
	line-height: 1.5;
}

.aside-hint svg {
	width: 16px;
	height: 16px;
	flex: none;
	margin-top: .15rem;
	color: var(--blue-400);
}

/* ------------------------------------------------------ 14. CTA sticky mobile */
.sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	background: rgba(6, 11, 33, .96);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-top: 1px solid rgba(255, 255, 255, .12);
	padding-block: .7rem;
	padding-bottom: max(.7rem, env(safe-area-inset-bottom));
	transform: translateY(110%);
	transition: transform .35s var(--ease);
}

.sticky-cta.is-visible {
	transform: none;
}

.sticky-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.sticky-cta__label {
	min-width: 0;
	line-height: 1.25;
}

.sticky-cta__label strong {
	display: block;
	font-family: var(--font-display);
	font-size: .92rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sticky-cta__label small {
	display: block;
	font-size: .78rem;
	color: var(--steel-2);
}

.sticky-cta .btn {
	flex: none;
	min-height: 46px;
	padding: .65rem 1.15rem;
	font-size: .8rem;
}

/* ------------------------------------------------------------ 15. Breakpoints */
@media (min-width: 620px) {
	.field-row {
		grid-template-columns: 1fr 1fr;
		gap: 0 1.15rem;
	}

	.job-facts {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.expect-grid,
	.req-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.qualify-inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
		align-items: start;
	}

	.crm-inner {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
	}

	.fit-grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
	}

	.job-facts {
		grid-template-columns: repeat(4, 1fr);
	}

	.journey-flow {
		grid-template-columns: repeat(7, 1fr);
		gap: .5rem;
	}

	.journey-step {
		flex-direction: column;
		align-items: flex-start;
		gap: .4rem;
		padding: 1.1rem .9rem;
	}

	.journey-step::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -.5rem;
		width: .5rem;
		height: 1px;
		background: rgba(124, 203, 242, .3);
	}

	.journey-step:last-child::after {
		display: none;
	}

	.journey-name {
		font-size: .92rem;
	}

	.apply-grid {
		grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
		gap: 2rem;
	}

	.apply-aside {
		position: sticky;
		top: 96px;
	}

	.sticky-cta {
		display: none;
	}
}

@media (min-width: 1080px) {
	.expect-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.req-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sticky-cta {
		transition: none;
	}
}

/* ==========================================================================
   Blocos acrescentados na consolidação do briefing
   ========================================================================== */

/* Voltar às vagas */
.back-link {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin-bottom: 1.1rem;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .85rem;
	color: var(--steel);
	transition: color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.back-link svg {
	width: 16px;
	height: 16px;
	transition: transform var(--dur) var(--ease);
}

.back-link:hover {
	color: #fff;
}

.back-link:hover svg {
	transform: translateX(-3px);
}

.job-hero__claim span {
	color: #fff;
}

/* -------------------------------------------------- Antes de continuar */
.transparency {
	background: var(--white);
	padding-block: var(--section-y);
}

.transparency-inner {
	display: grid;
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: start;
}

.transparency .section-head h2 {
	font-size: clamp(2rem, 5vw, 3rem);
}

.transparency-lead {
	font-family: var(--font-display) !important;
	font-weight: 750;
	font-size: clamp(1.1rem, 2.2vw, 1.35rem) !important;
	color: var(--ink) !important;
	margin-top: .35rem;
}

.transparency-body > p {
	font-size: clamp(1.02rem, 1.6vw, 1.12rem);
	color: var(--ink-2);
	max-width: 44rem;
	margin-bottom: 1.85rem;
}

.honesty {
	display: grid;
	gap: 1rem;
}

.honesty-card {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.4rem 1.5rem;
	border-radius: var(--radius-l);
	border: 1px solid var(--line-light);
	background: var(--paper);
}

.honesty-card .ico {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	flex: none;
	border-radius: 10px;
}

.honesty-card .ico svg {
	width: 18px;
	height: 18px;
	stroke-width: 2.4;
}

.honesty-card p {
	font-size: .99rem;
	line-height: 1.55;
	color: var(--ink-2);
}

.honesty-card--no .ico {
	background: var(--paper-2);
	color: var(--ink-3);
}

.honesty-card--yes {
	background: linear-gradient(140deg, rgba(22, 142, 207, .09), rgba(22, 142, 207, .03));
	border-color: rgba(22, 142, 207, .26);
}

.honesty-card--yes .ico {
	background: rgba(27, 122, 75, .12);
	color: #1B7A4B;
}

.honesty-card--yes p {
	color: var(--ink);
	font-weight: 700;
}

/* ------------------------------------------------------- Quem queremos */
.profile {
	background: var(--paper);
	padding-block: var(--section-y);
}

.profile .section-head {
	margin-bottom: clamp(2.25rem, 4.5vw, 3rem);
}

.profile-grid {
	display: grid;
	gap: 1.15rem;
}

.profile-card {
	padding: clamp(1.6rem, 3vw, 2rem);
	background: var(--white);
	border: 1px solid var(--line-light);
	border-radius: var(--radius-l);
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.profile-card:hover {
	transform: translateY(-4px);
	border-color: #C9DBE7;
	box-shadow: var(--shadow-card-hover);
}

.profile-card .ico {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 1.25rem;
	border-radius: 12px;
	background: linear-gradient(150deg, rgba(22, 142, 207, .14), rgba(22, 142, 207, .05));
	border: 1px solid rgba(22, 142, 207, .2);
	color: var(--blue-600);
	transition: transform var(--dur) var(--ease);
}

.profile-card:hover .ico {
	transform: translateY(-3px) rotate(-4deg);
}

.profile-card .ico svg {
	width: 22px;
	height: 22px;
}

.profile-card h3 {
	font-size: 1.22rem;
	margin-bottom: .6rem;
}

.profile-card > p {
	font-size: .98rem;
	color: var(--ink-2);
	line-height: 1.6;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--line-light);
}

.profile-card ul {
	display: grid;
	gap: .5rem;
}

.profile-card li {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	font-size: .92rem;
	color: var(--ink-2);
	line-height: 1.45;
}

.profile-card li svg {
	width: 16px;
	height: 16px;
	flex: none;
	margin-top: .18rem;
	color: var(--blue-600);
}

.profile-quote {
	display: flex;
	align-items: flex-start;
	gap: .9rem;
	max-width: 52rem;
	margin: 2.25rem auto 0;
	padding: 1.35rem 1.6rem;
	background: var(--navy-700);
	border-radius: var(--radius-l);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.45;
	color: #fff;
	letter-spacing: -.015em;
}

.profile-quote svg {
	width: 22px;
	height: 22px;
	flex: none;
	margin-top: .15rem;
	color: var(--blue-400);
}

/* -------------------------------------------------- Destaques tipográficos */
.statement {
	background: var(--white);
	padding-block: clamp(3.5rem, 7vw, 5.5rem);
}

.statement-line {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: clamp(1.9rem, 7vw, 4rem);
	line-height: 1.08;
	letter-spacing: -.035em;
	/* #7D93A5 sobre branco = 3.9:1 — passa em AA para texto grande */
	color: #C3D0DA;
	transition: color .8s var(--ease);
}

.statement-line.is-visible {
	color: var(--steel-2);
}

.statement-line--accent {
	background: linear-gradient(100deg, var(--blue-700), var(--blue-500) 60%, var(--blue-400));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* ------------------------------------------------------ Responsabilidades */
.duties {
	background: var(--paper);
	padding-block: var(--section-y);
}

.duties .section-head {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.duties-grid {
	display: grid;
	gap: .65rem;
}

.duty {
	display: flex;
	align-items: center;
	gap: .85rem;
	padding: .9rem 1.1rem;
	background: var(--white);
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	font-size: .96rem;
	color: var(--ink);
	line-height: 1.4;
	transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.duty:hover {
	border-color: rgba(22, 142, 207, .32);
	transform: translateX(3px);
}

.duty .ico {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	flex: none;
	border-radius: 9px;
	background: rgba(22, 142, 207, .09);
	color: var(--blue-600);
}

.duty .ico svg {
	width: 17px;
	height: 17px;
}

.commitment-note {
	margin-top: 1.75rem;
	font-size: 1rem;
	color: var(--steel) !important;
	max-width: 40rem;
}

/* ---------------------------------------------------------- Diferenciais */
.bonus-main {
	font-family: var(--font-display) !important;
	font-weight: 700;
	font-size: 1.05rem !important;
	color: var(--ink) !important;
	margin-bottom: .9rem;
}

.bonus-sub {
	font-size: .9rem !important;
	color: var(--ink-3) !important;
	margin-bottom: .7rem;
}

.bonus-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
}

.bonus-tags li {
	padding: .35rem .8rem;
	background: var(--white);
	border: 1px solid rgba(22, 142, 207, .22);
	border-radius: 100px;
	font-size: .83rem;
	font-weight: 700;
	color: var(--ink-2);
}

.earnings-pull {
	margin-top: 1.35rem !important;
	font-family: var(--font-display) !important;
	font-weight: 700;
	font-size: clamp(1.05rem, 2.2vw, 1.25rem) !important;
	line-height: 1.4;
	color: var(--ink) !important;
	letter-spacing: -.018em;
}

/* ------------------------------------------------------- Autoavaliação */
.selfcheck {
	background: var(--white);
	padding-block: var(--section-y);
}

.selfcheck .section-head {
	margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.selfcheck-list {
	display: grid;
	gap: .6rem;
}

.selfcheck-item {
	display: flex;
	align-items: flex-start;
	gap: .8rem;
	padding: .95rem 1.1rem;
	background: var(--paper);
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	font-size: .97rem;
	line-height: 1.45;
	color: var(--ink-2);
	cursor: pointer;
	transition: all .2s var(--ease);
}

.selfcheck-item:hover {
	border-color: rgba(22, 142, 207, .35);
	background: var(--white);
}

.selfcheck-item input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.selfcheck-item .check-box {
	margin-top: 0;
}

.selfcheck-item input:checked ~ .check-box {
	background: #1B7A4B;
	border-color: #1B7A4B;
	color: #fff;
}

.selfcheck-item input:focus-visible ~ .check-box {
	outline: 3px solid var(--blue-400);
	outline-offset: 2px;
}

.selfcheck-item:has(input:checked) {
	background: rgba(27, 122, 75, .05);
	border-color: rgba(27, 122, 75, .3);
	color: var(--ink);
	font-weight: 700;
}

.selfcheck-result {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
	padding: 1.25rem 1.5rem;
	background: var(--paper);
	border: 1px solid var(--line-light);
	border-radius: var(--radius-l);
	transition: background-color .35s var(--ease), border-color .35s var(--ease);
}

.selfcheck-result.is-strong {
	background: linear-gradient(140deg, rgba(22, 142, 207, .1), rgba(22, 142, 207, .03));
	border-color: rgba(22, 142, 207, .3);
}

.selfcheck-score {
	display: inline-flex;
	align-items: baseline;
	gap: .3rem;
	padding: .5rem .95rem;
	background: var(--white);
	border: 1px solid var(--line-light);
	border-radius: 100px;
	font-family: var(--font-display);
	font-size: .85rem;
	font-weight: 700;
	color: var(--ink-2);
	white-space: nowrap;
}

.selfcheck-score strong {
	font-size: 1.15rem;
	color: var(--blue-600);
}

.selfcheck-result p {
	flex: 1 1 16rem;
	font-size: .98rem;
	color: var(--ink-2);
	line-height: 1.5;
}

.selfcheck-cta {
	display: none;
}

.selfcheck-result.is-strong .selfcheck-cta {
	display: inline-flex;
}

/* --------------------------------------------------------- Formulário extra */
.choice-grid {
	display: grid;
	gap: 0;
	align-items: start;
}

/* mantém os botões Sim/Não alinhados mesmo com perguntas de 1 ou 2 linhas */
@media (min-width: 620px) {
	.choice-grid .choice legend {
		min-height: 2.55rem;
	}
}

.opt {
	font-weight: 400;
	color: var(--ink-3);
	font-size: .82em;
}

.apply-head h2 {
	font-size: clamp(1.75rem, 4.2vw, 2.7rem);
}

.cta-actions {
	justify-content: center;
}

/* ------------------------------------------------------------ Breakpoints */
@media (min-width: 620px) {
	.honesty {
		grid-template-columns: repeat(2, 1fr);
	}

	.profile-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.duties-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.selfcheck-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.choice-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 1.15rem;
	}
}

@media (min-width: 900px) {
	.transparency-inner {
		grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr);
	}

	.profile-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.duties-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ==========================================================================
   Modal de pré-qualificação
   ========================================================================== */
body.has-modal {
	overflow: hidden;
}

.pq-overlay {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
	background: rgba(5, 9, 28, .75);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	animation: pqFade .25s var(--ease);
}

.pq-overlay[hidden] {
	display: none;
}

@keyframes pqFade {
	from { opacity: 0; }
	to { opacity: 1; }
}

.pq-modal {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 44rem;
	max-height: 100dvh;
	background: var(--white);
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -20px 60px -20px rgba(0, 0, 0, .6);
	overflow: hidden;
	animation: pqUp .35s var(--ease);
}

@keyframes pqUp {
	from { transform: translateY(4%); }
	to { transform: none; }
}

/* cabeçalho */
.pq-head {
	flex: none;
	padding: 1.15rem 1.25rem 1rem;
	background: linear-gradient(160deg, var(--navy-700), var(--navy-900));
	color: #fff;
}

.pq-head-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.pq-head .eyebrow {
	margin-bottom: .4rem;
	font-size: .66rem;
}

.pq-head h2 {
	font-size: 1.3rem;
	color: #fff;
}

.pq-close {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	flex: none;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .18);
	color: #fff;
	transition: background-color .2s var(--ease);
}

.pq-close:hover {
	background: rgba(255, 255, 255, .1);
}

.pq-close svg {
	width: 18px;
	height: 18px;
}

.pq-progress-bar {
	height: 5px;
	background: rgba(255, 255, 255, .13);
	border-radius: 4px;
	overflow: hidden;
}

.pq-progress-bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--blue-600), var(--blue-400));
	border-radius: 4px;
	transition: width .45s var(--ease);
}

.pq-progress-text {
	margin-top: .55rem;
	font-size: .8rem;
	color: var(--steel);
}

.pq-progress-text strong {
	color: #fff;
}

/* corpo rolável */
.pq-body {
	flex: 1 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 1.5rem 1.25rem;
	overscroll-behavior: contain;
}

.pq-step[hidden] {
	display: none;
}

.pq-step-lead {
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--line-light);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.02rem;
	color: var(--ink);
}

.pq-intro p {
	font-size: 1rem;
	line-height: 1.6;
	color: var(--ink-2);
	margin-bottom: 1rem;
}

.pq-intro strong {
	color: var(--ink);
}

.pq-highlight {
	padding: 1.1rem 1.25rem;
	background: linear-gradient(140deg, rgba(22, 142, 207, .1), rgba(22, 142, 207, .03));
	border: 1px solid rgba(22, 142, 207, .24);
	border-radius: var(--radius);
	font-family: var(--font-display) !important;
	font-weight: 700;
	color: var(--ink) !important;
	line-height: 1.5 !important;
}

/* perguntas */
.pq-q {
	margin-bottom: 1.75rem;
}

.pq-q:last-child {
	margin-bottom: 0;
}

.pq-q fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.pq-q legend,
.pq-q > label {
	display: block;
	margin-bottom: .65rem;
	padding: 0;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .98rem;
	line-height: 1.45;
	color: var(--ink);
}

.pq-help {
	margin: -.35rem 0 .7rem;
	font-size: .87rem;
	line-height: 1.45;
	color: var(--ink-3);
}

.pq-q textarea,
.pq-q input[type="text"] {
	width: 100%;
	min-height: 48px;
	padding: .8rem .95rem;
	background: var(--white);
	border: 1px solid #CFDCE6;
	border-radius: 10px;
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.55;
	color: var(--ink);
	resize: vertical;
	transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}

.pq-q textarea:focus,
.pq-q input[type="text"]:focus {
	outline: none;
	border-color: var(--blue-500);
	box-shadow: 0 0 0 3px rgba(22, 142, 207, .18);
}

.pq-q.has-error textarea,
.pq-q.has-error input[type="text"] {
	border-color: #C0392B;
}

/* opções */
.pq-opts {
	display: grid;
	gap: .5rem;
}

.pq-opt {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	min-height: 48px;
	padding: .8rem .95rem;
	background: var(--paper);
	border: 1px solid var(--line-light);
	border-radius: 10px;
	cursor: pointer;
	transition: all .18s var(--ease);
}

.pq-opt:hover {
	border-color: rgba(22, 142, 207, .4);
	background: var(--white);
}

.pq-opt input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.pq-opt-mark {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	flex: none;
	margin-top: .05rem;
	border: 1px solid #B9CDDC;
	border-radius: 6px;
	background: var(--white);
	color: transparent;
	transition: all .18s var(--ease);
}

.pq-opt input[type="radio"] ~ .pq-opt-mark {
	border-radius: 50%;
}

.pq-opt-mark svg {
	width: 13px;
	height: 13px;
	stroke-width: 3;
}

.pq-opt input:checked ~ .pq-opt-mark {
	background: var(--blue-600);
	border-color: var(--blue-600);
	color: #fff;
}

.pq-opt input:focus-visible ~ .pq-opt-mark {
	outline: 3px solid var(--blue-400);
	outline-offset: 2px;
}

.pq-opt-text {
	font-size: .96rem;
	line-height: 1.4;
	color: var(--ink-2);
}

.pq-opt:has(input:checked) {
	background: rgba(22, 142, 207, .07);
	border-color: rgba(22, 142, 207, .4);
}

.pq-opt:has(input:checked) .pq-opt-text {
	color: var(--ink);
	font-weight: 700;
}

.pq-opt.is-blocked {
	opacity: .45;
}

/* escala 0–10 */
.pq-scale {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	gap: .3rem;
}

.pq-scale-item {
	position: relative;
	cursor: pointer;
}

.pq-scale-item input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.pq-scale-item span {
	display: grid;
	place-items: center;
	height: 42px;
	background: var(--paper);
	border: 1px solid var(--line-light);
	border-radius: 8px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .85rem;
	color: var(--ink-2);
	transition: all .18s var(--ease);
}

.pq-scale-item input:checked + span {
	background: var(--blue-600);
	border-color: var(--blue-600);
	color: #fff;
	transform: translateY(-2px);
}

.pq-scale-item input:focus-visible + span {
	outline: 3px solid var(--blue-400);
	outline-offset: 2px;
}

.pq-scale-legend {
	display: flex;
	justify-content: space-between;
	margin-top: .5rem;
	font-size: .78rem;
	color: var(--ink-3);
}

/* confirmações */
.pq-confirm-list {
	display: grid;
	gap: .5rem;
	margin-bottom: 1.5rem;
}

.pq-confirm {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
	min-height: 48px;
	padding: .8rem .95rem;
	background: var(--paper);
	border: 1px solid var(--line-light);
	border-radius: 10px;
	font-size: .94rem;
	line-height: 1.45;
	color: var(--ink-2);
	cursor: pointer;
	transition: all .18s var(--ease);
}

.pq-confirm input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.pq-confirm:has(input:checked) {
	background: rgba(27, 122, 75, .06);
	border-color: rgba(27, 122, 75, .32);
	color: var(--ink);
}

.pq-confirm input:checked ~ .check-box {
	background: #1B7A4B;
	border-color: #1B7A4B;
	color: #fff;
}

.check--strong {
	background: linear-gradient(140deg, rgba(22, 142, 207, .09), rgba(22, 142, 207, .03));
	border-color: rgba(22, 142, 207, .3);
}

/* rodapé */
.pq-foot {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .75rem;
	padding: 1rem 1.25rem;
	padding-bottom: max(1rem, env(safe-area-inset-bottom));
	background: var(--paper);
	border-top: 1px solid var(--line-light);
}

.pq-foot .btn {
	flex: 1 1 auto;
	min-height: 50px;
}

.pq-prev {
	flex: 0 0 auto !important;
	min-width: 7rem;
}

.pq-later {
	flex: 1 0 100%;
	text-align: center;
	order: 3;
}

.pq-later button {
	font-size: .87rem;
	color: var(--ink-3);
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: .35rem;
}

.pq-later button:hover {
	color: var(--ink);
}

/* fim */
.pq-done {
	display: grid;
	justify-items: center;
	text-align: center;
	padding: 1rem 0 .5rem;
}

.pq-done .ico {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin-bottom: 1.5rem;
	border-radius: 18px;
	background: rgba(27, 122, 75, .1);
	border: 1px solid rgba(27, 122, 75, .3);
	color: #1B7A4B;
}

.pq-done .ico svg {
	width: 28px;
	height: 28px;
}

.pq-done h3 {
	font-size: 1.5rem;
	margin-bottom: .9rem;
}

.pq-done p {
	max-width: 34rem;
	color: var(--ink-2);
	margin-bottom: 1rem;
	line-height: 1.6;
}

.pq-signature {
	font-family: var(--font-display) !important;
	font-weight: 700;
	color: var(--ink) !important;
	margin-bottom: 1.75rem !important;
}

@media (min-width: 640px) {
	.pq-overlay {
		align-items: center;
		padding: 1.5rem;
	}

	.pq-modal {
		max-height: min(92dvh, 54rem);
		border-radius: 20px;
	}

	.pq-head {
		padding: 1.4rem 1.75rem 1.15rem;
	}

	.pq-body {
		padding: 1.9rem 1.75rem;
	}

	.pq-foot {
		padding: 1.15rem 1.75rem;
		justify-content: flex-end;
	}

	.pq-foot .btn {
		flex: 0 0 auto;
		min-width: 11rem;
	}

	.pq-later {
		flex: 1 1 auto;
		order: 0;
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pq-overlay,
	.pq-modal {
		animation: none;
	}
}
