.mij {
	--mij-ink: #07394a;
	--mij-accent: #ee9b4a;
	--mij-green: #168b62;
	--mij-soft: #f5f8f8;
	--mij-border: #d5e0e3;
	--mij-white: #fff;
	max-width: 1120px;
	margin: 32px auto;
	color: var(--mij-ink);
	font-family: inherit;
	line-height: 1.75;
}

.mij-home-placement {
	display: block;
	clear: both;
	width: 100%;
	padding: clamp(30px, 5vw, 68px) clamp(18px, 4vw, 44px);
	background: linear-gradient(180deg, #f3f7f8 0%, #ffffff 100%);
	scroll-margin-top: 96px;
}

.mij-home-placement__inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.mij-home-placement .mij { margin: 0 auto; }

.mij *, .mij *::before, .mij *::after { box-sizing: border-box; }

.mij__header {
	padding: clamp(24px, 4vw, 48px);
	border-radius: 24px 24px 0 0;
	background: linear-gradient(135deg, #07394a, #0b5269);
	color: var(--mij-white);
}

.mij__header h2 { margin: 4px 0 12px; color: inherit; font-size: clamp(28px, 4vw, 44px); line-height: 1.3; }
.mij__header p { max-width: 760px; margin: 0; }
.mij__eyebrow { color: #ffc98e; font-weight: 800; }

.mij__form {
	padding: clamp(20px, 4vw, 42px);
	border: 1px solid var(--mij-border);
	border-top: 0;
	background: var(--mij-white);
	box-shadow: 0 20px 55px rgba(7, 57, 74, .09);
}

.mij__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.mij__field { display: flex; flex-direction: column; gap: 7px; font-weight: 700; }
.mij__field--wide { grid-column: 1 / -1; }
.mij__field b { color: #b42318; }

.mij input, .mij select {
	width: 100%;
	min-height: 50px;
	padding: 10px 13px;
	border: 1px solid #9eb3ba;
	border-radius: 10px;
	background: #fff;
	color: #172b33;
	font: inherit;
}

.mij input:focus, .mij select:focus, .mij button:focus, .mij a:focus { outline: 3px solid rgba(238, 155, 74, .38); outline-offset: 2px; }

.mij__activity-results {
	display: grid;
	gap: 4px;
	min-height: 66px;
	max-height: 300px;
	padding: 6px;
	overflow-y: auto;
	border: 1px solid #9eb3ba;
	border-radius: 10px;
	background: #fff;
}

.mij__activity-message { margin: 0; padding: 14px 10px; color: #506970; font-weight: 600; }
.mij__activity-option {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #f5f8f8;
	color: #17313a;
	font: inherit;
	font-weight: 700;
	line-height: 1.55;
	text-align: right;
	cursor: pointer;
}
.mij__activity-option:hover, .mij__activity-option:focus { border-color: var(--mij-accent); background: #fff8ef; color: #07394a; }
.mij__activity-option[aria-selected="true"] { border-color: var(--mij-ink); background: #e9f2f4; color: var(--mij-ink); }

.mij__additional { margin: 28px 0 18px; padding: 20px; border: 1px solid var(--mij-border); border-radius: 14px; background: var(--mij-soft); }
.mij__additional legend { padding: 0 8px; font-weight: 800; }
.mij__additional > label { display: inline-flex; align-items: center; gap: 7px; margin-left: 20px; }
.mij__additional input[type="radio"] { width: 20px; min-height: 20px; }
.mij__grid--additional { margin-top: 18px; }

.mij__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 10px 22px;
	border: 1px solid var(--mij-ink);
	border-radius: 11px;
	background: var(--mij-ink);
	color: #fff;
	font: inherit;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.mij__button:hover { filter: brightness(1.08); color: #fff; }
.mij__button--secondary { margin-top: 16px; background: #fff; color: var(--mij-ink); }
.mij__button--ghost { background: transparent; color: var(--mij-ink); }
.mij__button--whatsapp { border-color: #159b62; background: #159b62; }
.mij__button--call { border-color: var(--mij-accent); background: var(--mij-accent); color: #17313a; }

.mij__actions, .mij__result-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mij__total { margin: 20px 0; padding: 14px 18px; border-right: 4px solid var(--mij-accent); border-radius: 9px; background: #fff8ef; }

.mij__extra-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 10px; padding: 10px 12px; border-radius: 9px; background: #fff; }
.mij__remove { border: 0; background: transparent; color: #b42318; font: inherit; font-weight: 800; cursor: pointer; }

.mij__result { scroll-margin-top: 24px; }
.mij__result:empty { display: none; }
.mij__loading, .mij__result-card { margin-top: 28px; padding: clamp(22px, 4vw, 40px); border: 1px solid var(--mij-border); border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgba(7, 57, 74, .08); }
.mij__result-card--review { border-color: #e6bd73; background: #fffaf0; }
.mij__badge { display: inline-block; margin: 0 0 10px; padding: 4px 12px; border-radius: 999px; background: #e8f6ef; color: #126646; font-size: 14px; font-weight: 800; }
.mij__area-summary { font-weight: 800; }
.mij__verified-time { margin: 4px 0 0; color: #596b71; font-size: 14px; }
.mij__required { margin: 22px 0; padding: 20px; border: 2px solid var(--mij-accent); border-radius: 14px; background: #fff8ef; }
.mij__required h4, .mij__steps-title { margin: 0 0 8px; color: var(--mij-ink); }
.mij__required p { margin: 5px 0; }
.mij__required-main { font-size: clamp(22px, 3vw, 30px); font-weight: 900; color: #9a4f0d; }
.mij__required-type { display: inline-block; margin: 6px 0 !important; padding: 5px 12px; border-radius: 999px; background: var(--mij-ink); color: #fff; font-weight: 900; }
.mij__required-note { color: #596b71; font-size: 14px; }
.mij__steps { display: grid; gap: 12px; margin: 22px 0; padding: 0; list-style: none; counter-reset: mij-step; }
.mij__steps li { position: relative; min-height: 52px; padding: 12px 58px 12px 14px; border-radius: 10px; background: var(--mij-soft); counter-increment: mij-step; }
.mij__steps li::before { content: counter(mij-step); position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--mij-accent); color: #18313a; font-weight: 900; }
.mij__disclaimer, .mij__notice { font-size: 14px; color: #506970; }
.mij__notice { padding: 18px clamp(20px, 4vw, 42px); border: 1px solid var(--mij-border); border-top: 0; border-radius: 0 0 24px 24px; background: #f8fbfb; }
.mij__copyright { display: block; margin-top: 8px; color: #6a7d83; }

[hidden] { display: none !important; }

@media (max-width: 720px) {
	.mij-home-placement { padding: 20px 12px 28px; scroll-margin-top: 76px; }
	.mij { margin: 18px 0; }
	.mij-home-placement .mij { margin: 0; }
	.mij__header { padding: 24px 18px; }
	.mij__header h2 { font-size: clamp(25px, 8vw, 34px); }
	.mij__form { padding: 20px 16px; }
	.mij__header, .mij__notice { border-radius: 16px 16px 0 0; }
	.mij__notice { border-radius: 0 0 16px 16px; }
	.mij__grid { grid-template-columns: 1fr; }
	.mij__field--wide { grid-column: auto; }
	.mij__actions, .mij__result-actions { flex-direction: column; }
	.mij__button { width: 100%; }
	.mij__additional { padding: 16px; }
	.mij__activity-results { max-height: 260px; }
	.mij__extra-row { align-items: flex-start; }
body.mij-active .kodee-fab { display: none !important; }
	body.mij-active form.sa-lead-form > div[aria-hidden="true"][style*="-9999px"] {
		position: absolute !important;
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		left: 0 !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		clip-path: inset(50%) !important;
		white-space: nowrap !important;
		border: 0 !important;
		pointer-events: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mij * { scroll-behavior: auto !important; transition: none !important; }
}
