/**
 * TCH Presupuesto — estilos del formulario del shortcode
 */

.tch-hidden {
	display: none !important;
}

.tch-presupuesto-wrap {
	--tch-accent: #c45c26;
	--tch-border: #e0dbd6;
	--tch-muted: #5c5652;
	max-width: 44rem;
	margin: 1.5rem 0;
	padding: 1.25rem 1.5rem;
	background: #fff;
	border: 1px solid var(--tch-border);
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.tch-presupuesto-title {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
}

.tch-presupuesto-intro {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	color: var(--tch-muted);
	line-height: 1.45;
}

.tch-presupuesto-form label {
	display: block;
	font-size: 0.88rem;
	margin-bottom: 0.2rem;
	color: var(--tch-muted);
}

.tch-presupuesto-form input[type="text"],
.tch-presupuesto-form input[type="number"],
.tch-presupuesto-form select {
	width: 100%;
	max-width: 100%;
	padding: 0.45rem 0.55rem;
	margin-bottom: 0.75rem;
	border: 1px solid var(--tch-border);
	border-radius: 6px;
	font-size: 0.95rem;
	box-sizing: border-box;
}

.tch-radio-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.tch-radio-row label {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	cursor: pointer;
	color: var(--tch-muted);
}

.tch-nota {
	font-size: 0.82rem;
	color: var(--tch-muted);
	margin-top: -0.4rem;
	margin-bottom: 0.6rem;
}

.tch-fieldset {
	border: none;
	margin: 0 0 1rem;
	padding: 0;
}

.tch-fieldset legend {
	font-weight: 600;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--tch-accent);
	margin-bottom: 0.5rem;
}

.tch-actions {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--tch-border);
}

.tch-btn {
	padding: 0.55rem 1.1rem;
	border-radius: 8px;
	border: none;
	font-size: 0.95rem;
	cursor: pointer;
	font-weight: 600;
}

/* CTA principal: naranja plano, texto negro, bordes rectos, sin efecto al pasar el ratón */
.tch-presupuesto-wrap .tch-btn.tch-btn-primary,
.tch-btn.tch-btn-primary {
	padding: 0.45rem 0.65rem;
	border-radius: 0;
	border: 1px solid #000 !important;
	background: #ff7300 !important;
	color: #000 !important;
	font-weight: 500;
	box-shadow: none !important;
	transition: none !important;
}

.tch-presupuesto-wrap .tch-btn.tch-btn-primary:hover,
.tch-presupuesto-wrap .tch-btn.tch-btn-primary:focus,
.tch-presupuesto-wrap .tch-btn.tch-btn-primary:active,
.tch-btn.tch-btn-primary:hover,
.tch-btn.tch-btn-primary:focus,
.tch-btn.tch-btn-primary:active {
	background: #ff7300 !important;
	color: #000 !important;
	border-color: #000 !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 1 !important;
	transform: none !important;
	text-decoration: none !important;
}

.tch-btn.tch-btn-primary:focus-visible {
	outline: none;
}

.tch-btn-secondary {
	background: var(--tch-border);
	color: inherit;
}

.tch-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.tch-btn.tch-btn-primary:disabled {
	opacity: 0.55;
}

.tch-presupuesto-msg {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: var(--tch-muted);
	white-space: pre-wrap;
}

.tch-presupuesto-msg.tch-error {
	color: #b00020;
}
