.opex-registration-form {
	max-width: 1180px;
	margin: 0 auto;
	color: #111;
	font-family: 'Poppins', sans-serif;
}

.opex-registration-form *,
.opex-registration-form *::before,
.opex-registration-form *::after {
	box-sizing: border-box;
}

.opex-form-section,
.opex-summary-box,
.opex-form-footer {
	background: #fff;
	border: 1px solid #e8e3de;
	padding: 38px 34px;
	margin-bottom: 26px;
}

.opex-section-kicker {
	margin: 0 0 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #E67937;
}

.opex-section-title {
	margin: 0 0 18px;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 56px;
	line-height: 0.95;
	letter-spacing: 0.5px;
	color: #111;
	font-weight: 400;
}

.opex-section-text {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	max-width: 760px;
}

.opex-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 26px;
}

.opex-company-grid p,
.opex-field-grid p {
	margin: 0;
}

.opex-registration-form label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #111;
}

.opex-registration-form input,
.opex-registration-form select,
.opex-registration-form textarea {
	width: 100%;
	height: 56px;
	padding: 14px 16px;
	border: 1px solid #dbd6d0;
	background: #fff;
	color: #111;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	transition: all 0.2s ease;
	outline: none;
	box-shadow: none;
}

.opex-registration-form textarea {
	height: auto;
	min-height: 130px;
	resize: vertical;
}

.opex-registration-form input:focus,
.opex-registration-form select:focus,
.opex-registration-form textarea:focus {
	border-color: #E67937;
	box-shadow: 0 0 0 1px #E67937;
}

.opex-note {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
}

#opex-participants-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.opex-participant-block {
	border: 1px solid #ebe5df;
	background: #fcfbfa;
	padding: 26px 24px 22px;
}

.opex-participant-title {
	margin: 0 0 18px;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 34px;
	line-height: 1;
	letter-spacing: 0.4px;
	color: #111;
	font-weight: 400;
}

.opex-participant-actions {
	margin: 18px 0 0;
}

.opex-add-wrap,
.opex-submit-wrap,
.opex-checkbox-wrap {
	margin: 0;
}

#opex-add-participant,
.opex-submit-btn,
.opex-remove-participant {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 14px 26px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height: 1;
}

#opex-add-participant {
	background: transparent;
	border: 1px solid #dbd6d0;
	color: #111;
}

#opex-add-participant:hover {
	border-color: #E67937;
	color: #E67937;
}

.opex-submit-btn {
	background: #E67937;
	color: #fff;
}

.opex-submit-btn:hover {
	background: #d66d2f;
	color: #fff;
}

.opex-remove-participant {
	background: transparent;
	border: 1px solid #111;
	color: #111;
	min-height: 48px;
	padding: 10px 18px;
	font-size: 20px;
}

.opex-remove-participant:hover {
	border-color: #E67937;
	color: #E67937;
}

.opex-summary-box {
	border-color: #ead7c8;
	background: linear-gradient(180deg, #fffaf6 0%, #fff 100%);
}

.opex-summary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 12px 0px 20px;
}

.opex-summary-item {
	padding: 22px 20px;
	border: 1px solid #ecd9cb;
	background: #fff;
}

.opex-summary-item strong {
	display: block;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 38px;
	line-height: 1;
	letter-spacing: 0.4px;
	color: #111;
	font-weight: 400;
}

.opex-summary-label {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #E67937;
}

.opex-summary-total {
	border-color: #E67937;
}

.opex-form-footer {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.opex-checkbox-wrap label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #555;
}

.opex-checkbox-wrap input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 2px 0 0;
	accent-color: #E67937;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	margin-bottom: 24px !important;
	border-top-color: #E67937 !important;
	font-family: 'Poppins', sans-serif;
}

@media (max-width: 1024px) {
	.opex-section-title {
		font-size: 46px;
	}

	.opex-field-grid,
	.opex-summary-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.opex-form-section,
	.opex-summary-box,
	.opex-form-footer {
		padding: 24px 20px;
	}

	.opex-section-title {
		font-size: 38px;
	}

	.opex-registration-form input,
	.opex-registration-form select,
	.opex-registration-form textarea {
		height: 52px;
		font-size: 15px;
	}

	#opex-add-participant,
	.opex-submit-btn,
	.opex-remove-participant {
		width: 100%;
	}

	.opex-summary-item strong {
		font-size: 32px;
	}
}

[type=button], [type=submit], button{
	background-color: #d66d2f!important;
	border: 1px solid #d66d2f!important;
	border-radius: none!important;
	color: black!important;
}