.eq-doi-shell {
	padding: 2rem 1rem 3rem;
	background: linear-gradient(90deg, transparent 0, transparent 50%, #0f6d87 50%, #0f6d87 100%);
}

.eq-doi {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem 3rem 2.5rem;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 30px rgba(15, 38, 61, 0.06);
	color: #102a43;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.eq-doi__brand-bar {
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 10px;
	border-radius: 20px 20px 0 0;
	background: linear-gradient(90deg, #ffffff 0 50%, #0f6d87 50% 100%);
}

.eq-doi__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
	margin-bottom: 2rem;
	padding-top: 1rem;
}

.eq-doi__header-copy {
	max-width: 860px;
}

.eq-doi__eyebrow {
	margin: 0 0 0.35rem;
	color: #0aa88a;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.eq-doi__header h2 {
	margin: 0 0 0.75rem;
	color: #00a68b;
	font-size: clamp(1.65rem, 3vw, 2.2rem);
	font-weight: 400;
	line-height: 1.1;
}

.eq-doi__header p,
.eq-doi__section-text,
.eq-doi__notice-list,
.eq-doi__review-item {
	line-height: 1.6;
}

.eq-doi__logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	width: min(320px, 100%);
}

.eq-doi__logo-image {
	display: block;
	max-width: 100%;
	max-height: 56px;
}

.eq-doi__panel[hidden] {
	display: none;
}

.eq-doi__step-meta {
	margin-bottom: 0.75rem;
	color: #0f6d87;
	font-size: 0.92rem;
	font-weight: 600;
	text-transform: uppercase;
}

.eq-doi__section-title {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
	font-weight: 500;
	color: #102a43;
}

.eq-doi__section-text,
.eq-doi__helper,
.eq-doi__review-empty {
	color: #486581;
}

.eq-doi__notice,
.eq-doi__fieldset,
.eq-doi__repeatable-item,
.eq-doi__review-section {
	border: 1px solid #d6e8ee;
	border-radius: 18px;
	background: #fbfdfe;
	padding: 1rem 1.2rem;
}

.eq-doi__notice,
.eq-doi__fieldset {
	padding: 1rem 1.1rem;
	margin: 1rem 0;
}

.eq-doi__choice-grid,
.eq-doi__grid {
	display: grid;
	gap: 0.5rem 0.75rem;
}

.eq-doi__choice-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eq-doi__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 1.1rem;
}

.eq-doi__choice,
.eq-doi__toggle-card {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	padding: 0.65rem 0.8rem;
	background: #f8fbfd;
	border: 1px solid #d5dfeb;
	border-radius: 16px;
	margin-bottom: 0.5rem;
}

.eq-doi__checkbox {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	padding: 0.7rem 0;
}

.eq-doi__field,
.eq-doi__textarea-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.eq-doi__field input,
.eq-doi__field select,
.eq-doi__textarea-field textarea {
	width: 100%;
	padding: 0.8rem 0.95rem;
	border: 1px solid #cbd5e1;
	border-radius: 18px;
	background: #fdfefe;
	font-size: 0.9rem;
	color: #243b53;
	box-sizing: border-box;
}

.eq-doi__field input:focus,
.eq-doi__field select:focus,
.eq-doi__textarea-field textarea:focus {
	outline: none;
	border-color: #0f6d87;
	box-shadow: 0 0 0 3px rgba(15, 109, 135, 0.14);
}

.eq-doi__field--invalid input,
.eq-doi__field--invalid select,
.eq-doi__choice-grid--invalid {
	border-color: #c2410c;
	box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.08);
}

.eq-doi__field-error,
.eq-doi__section-error {
	margin: 0;
	color: #b45309;
	font-size: 0.92rem;
}

.eq-doi__repeatable {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.eq-doi__repeatable[hidden] {
	display: none;
}

.eq-doi__repeatable-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.eq-doi__repeatable-item {
	padding: 0.85rem;
}

.eq-doi__repeatable-head,
.eq-doi__review-head,
.eq-doi__actions {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
}

.eq-doi__review-head {
	padding-bottom: 0.25rem;
}

.eq-doi__review-head h4 {
	margin: 0;
	line-height: 1.3;
}

.eq-doi__review-body {
	padding-top: 0.1rem;
}

.eq-doi__choice-grid--compact,
.eq-doi__textarea-field,
.eq-doi__actions {
	margin-top: 0.5rem;
}

.eq-doi__review-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.eq-doi__flash {
	margin-bottom: 1.5rem;
	padding: 1rem 1.15rem;
	border-radius: 16px;
}

.eq-doi__flash--success {
	background: #ecfdf5;
	border: 1px solid #86efac;
	color: #166534;
}

.eq-doi__flash--error {
	background: #fff7ed;
	border: 1px solid #fdba74;
	color: #9a3412;
}

.eq-doi__back,
.eq-doi__button,
.eq-doi__add-button,
.eq-doi__remove-button,
.eq-doi__edit-button {
	cursor: pointer;
}

.eq-doi__button,
.eq-doi__add-button,
.eq-doi__remove-button,
.eq-doi__edit-button {
	padding: 0.85rem 1rem;
	border-radius: 14px;
	font-size: 0.95rem;
}

.eq-doi__button {
	border: 0;
	background: #0f6d87;
	color: #fff;
	font-weight: 600;
}

.eq-doi__button--submit {
	background: #0b8c78;
}

.eq-doi__add-button,
.eq-doi__remove-button,
.eq-doi__edit-button {
	border: 1px solid #b9cadb;
	background: #fff;
	color: #102a43;
	align-self: flex-start;
	min-width: 60px;
	line-height: 1;
}

.eq-doi__back {
	border: 0;
	background: transparent;
	color: #102a43;
	padding: 0.65rem 0;
}

@media (max-width: 900px) {
	.eq-doi {
		padding: 1.5rem;
	}

	.eq-doi__header,
	.eq-doi__repeatable-head,
	.eq-doi__review-head,
	.eq-doi__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.eq-doi__grid,
	.eq-doi__choice-grid {
		grid-template-columns: 1fr;
	}

	.eq-doi__button {
		width: 100%;
	}
}
