@charset "utf-8";
/* CSS Document */
.form-group { margin-bottom: 10px; }
.error { color:#ff0000; font-weight:normal; }
.job-card { 
	background-color: var(--surface-color); 
	padding: 20px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04); transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-inner-page {
	position: relative;
	max-height: 400px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 120px 0 60px 0;
}
.hero-inner-page .hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero-inner-page .hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero-inner-page .hero-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-inner-page .hero-background .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, color-mix(in srgb, var(--background-color), transparent 25%) 0%, color-mix(in srgb, var(--background-color), transparent 10%) 500%);
}

.contact-content .contact-form-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, color-mix(in srgb, var(--background-color), transparent 25%) 0%, color-mix(in srgb, var(--background-color), transparent 10%) 500%);
}

.hero-inner-page .container {
	position: relative;
	z-index: 2;
	padding: 40px 15px;
}

.hero-inner-page .hero-badge {
	display: inline-block;
	padding: 8px 20px;
	background: color-mix(in srgb, var(--accent-color), transparent 20%);
	color: var(--contrast-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 50px;
	margin-bottom: 20px;
	backdrop-filter: blur(10px);
	border: 1px solid color-mix(in srgb, var(--accent-color), transparent 60%);
}

.hero-inner-page h1 {
	font-size: 56px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 24px;
}

.hero-inner-page p {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 40px;
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	max-width: 500px;
}

.hero-inner-page .hero-actions {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.hero-inner-page .hero-actions .btn-primary {
	background: var(--accent-color);
	color: var(--contrast-color);
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.hero-inner-page .hero-actions .btn-primary:hover {
	background: color-mix(in srgb, var(--accent-color), black 10%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 40%);
	color: var(--contrast-color);
}

.hero-inner-page .hero-actions .btn-secondary {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.hero-inner-page .hero-actions .btn-secondary i {
	font-size: 24px;
	color: var(--accent-color);
}

.hero-inner-page .hero-actions .btn-secondary:hover {
	color: var(--accent-color);
	transform: translateX(5px);
}

.hero-inner-page .hero-stats {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.hero-inner-page .hero-stats .stat-item {
	text-align: left;
}

.hero-inner-page .hero-stats .stat-item .stat-number {
	display: block;
	font-size: 32px;
	font-weight: 800;
	color: var(--accent-color);
	line-height: 1;
	margin-bottom: 4px;
}

.hero-inner-page .hero-stats .stat-item .stat-label {
	font-size: 14px;
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.hero-inner-page .hero-visual {
	position: relative;
}

.hero-inner-page .feature-card {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	margin-bottom: 20px;
	height: calc(50% - 10px);
}

.hero-inner-page .feature-card:hover {
	transform: translateY(-5px);
}

.hero-inner-page .feature-card i {
	font-size: 32px;
	color: var(--accent-color);
	margin-bottom: 12px;
}

.hero-inner-page .feature-card span {
	font-size: 14px;
	font-weight: 600;
	color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.hero-inner-page .feature-card:last-child {
	margin-bottom: 0;
}

/* Multip Step Form */
/* main card – deep, refined, with subtle gold undertones */
.form-card {
	max-width: 760px;
	width: 100%;
	background: #fcf9f4;  /* soft off-white with warmth */
	border-radius: 3rem 3rem 2.5rem 2.5rem;
	box-shadow: 
		0 35px 65px -15px rgba(50, 45, 35, 0.3),
		inset 0 1px 2px rgba(255, 250, 240, 0.7);
	padding: 2.8rem 2.8rem 2.8rem 2.8rem;
	border: 1px solid rgba(230, 215, 190, 0.7);
	transition: all 0.3s ease;
}

/* progress area – elegant minimalism */
.progress-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.2rem;
	flex-wrap: wrap;
	gap: 1rem 1.8rem;
}

.step-indicators {
	display: flex;
	gap: 0.3rem;
	align-items: center;
}

.step-badge {
	width: 48px;
	height: 48px;
	border-radius: 100px;
	background: #f1ebe4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.25rem;
	font-family: 'Space Grotesk', sans-serif;
	color: #3f5a44;
	box-shadow: 0 2px 0 rgba(0,0,0,0.02);
	transition: all 0.25s ease;
	border: 2px solid #dad3c8;
	background: #fffcf7;
}

.step-badge.active {
	background: #2c4a3e;
	border-color: #c9ad7a;
	color: #f6edd8;
	box-shadow: 0 15px 20px -10px #2b4a3d;
	transform: scale(1.02);
}

.step-badge.completed {
	background: #2c4a3e;
	border-color: #b59b6b;
	color: #eedbbc;
}

.step-badge i {
	font-size: 1.1rem;
	color: #f2e2c6;
}

.progress-track {
	flex: 1;
	height: 6px;
	background: #e2d9ce;
	border-radius: 10px;
	max-width: 220px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.progress-fill {
	height: 6px;
	width: 0%;
	background: linear-gradient(90deg, #3f6a57, #6f8b72, #b7a26b);
	border-radius: 10px;
	transition: width 0.4s cubic-bezier(0.3, 0.8, 0.3, 1);
	box-shadow: 0 0 8px #c2b28b;
}

/* typography: headings with Grotesk, body inter */
.step-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #1e3d30;
	margin-bottom: 0.25rem;
	line-height: 1.2;
}

.step-caption {
	font-size: 1rem;
	color: #5d6f5a;
	margin-bottom: 2.2rem;
	border-left: 4px solid #cfb27c;
	padding-left: 1.2rem;
	font-weight: 350;
	font-style: italic;
}

/* steps animation */
.form-step {
	display: block;
	animation: gentleAppear 0.4s ease;
}

@keyframes gentleAppear {
	0% { opacity: 0.5; transform: translateY(6px); }
	100% { opacity: 1; transform: translateY(0); }
}

.hidden-step {
	display: none;
}

/* form fields – warm & crisp */
.input-group {
	margin-bottom: 2rem;
}

label {
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #43664e;
	display: block;
	margin-bottom: 0.5rem;
	font-family: 'Space Grotesk', sans-serif;
}

.field-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.field-wrapper i {
	position: absolute;
	left: 1.5rem;
	font-size: 1.1rem;
	color: #9b8c70;  /* antique gold */
	transition: color 0.2s;
}

input, select, textarea {
	width: 100%;
	background: #fffdf9;
	border: 2px solid #ddd6c9;
	border-radius: 60px;
	padding: 1.1rem 1.8rem 1.1rem 3.5rem;
	font-size: 1rem;
	font-family: 'Inter', sans-serif;
	color: #1b3329;
	font-weight: 450;
	outline: none;
	transition: all 0.2s;
	box-shadow: 0 4px 10px rgba(130, 100, 70, 0.02);
}

textarea {
	border-radius: 30px;
	padding: 1.2rem 1.8rem;
	resize: vertical;
	min-height: 130px;
}

input:focus, select:focus, textarea:focus {
	border-color: #aa8e62;
	background: #ffffff;
	box-shadow: 0 10px 22px -12px #785e3f, 0 0 0 4px rgba(170, 142, 98, 0.15);
}

.field-wrapper:focus-within i {
	color: #7b623e;
}

/* conditional branch – elegant card */
.conditional-group {
	background: #f2ede3;
	border-radius: 40px;
	padding: 1.8rem 2.2rem;
	margin: 2rem 0 1.5rem 0;
	border: 1px solid #d8cbb8;
	box-shadow: inset 0 2px 4px #fffcf5, 0 8px 12px -8px rgba(90, 70, 40, 0.2);
}

.radio-group {
	display: flex;
	gap: 2rem;
	align-items: center;
	flex-wrap: wrap;
	margin: 1.2rem 0 0.2rem;
}

.radio-option {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	background: #fffcf5;
	padding: 0.5rem 1.5rem 0.5rem 1rem;
	border-radius: 100px;
	border: 1px solid #cbbca3;
	cursor: pointer;
	transition: all 0.15s;
	box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.radio-option input[type="radio"] {
	width: auto;
	margin: 0;
	accent-color: #4e6b55;
	transform: scale(1.1);
}

.radio-option:has(input:checked) {
	background: #e4ddcf;
	border-color: #9d8b6b;
	box-shadow: 0 5px 9px -4px #9a865f;
}

.radio-option span {
	font-weight: 500;
	color: #234432;
}

/* hint / dynamic block */
.context-hint {
	background: #eae2d4;
	border-radius: 100px;
	padding: 0.9rem 2rem;
	margin: 1.8rem 0 0.5rem;
	font-size: 0.98rem;
	color: #335a41;
	border: 1px solid #cbb386;
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.context-hint i {
	color: #9c8741;
	font-size: 1.25rem;
}

/* navigation */
.nav-buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
	gap: 1.2rem;
}

button {
	background: #f6efe5;
	border: none;
	padding: 1rem 2.5rem;
	border-radius: 60px;
	font-weight: 600;
	font-size: 1.05rem;
	font-family: 'Space Grotesk', sans-serif;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	box-shadow: 0 6px 16px rgba(110, 80, 50, 0.1);
	cursor: pointer;
	transition: 0.18s;
	border: 1px solid #d6caba;
	color: #2d4b37;
}

button.primary {
	background: #2f4f3d;
	color: #faf1e0;
	border: 1px solid #4b6b52;
	box-shadow: 0 15px 22px -10px #2e523d;
}

button.primary i {
	color: #eedbbc;
}

button:hover {
	background: #fffbf3;
	border-color: #b39f82;
	transform: translateY(-3px);
}

button.primary:hover {
	background: #3c604b;
	border-color: #ac976e;
	color: #fef8ea;
}

button:active {
	transform: translateY(1px);
	box-shadow: 0 5px 8px rgba(70, 40, 20, 0.1);
}

button:disabled {
	opacity: 0.3;
	pointer-events: none;
	filter: grayscale(0.6);
}

.finish-message {
	background: #eae0d1;
	border-radius: 50px;
	padding: 3rem 2rem;
	text-align: center;
	color: #2e503b;
	border: 2px solid #c2a97c;
	box-shadow: inset 0 0 0 2px #fffcf0;
}

.finish-message i {
	font-size: 3rem;
	color: #5b7a58;
	margin-bottom: 1rem;
}

.finish-message h3 {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	color: #1d3e2b;
}

/* small touches */
.gold-accent {
	color: #a3875b;
}

@media (max-width: 520px) {
	.form-card { padding: 1.8rem; }
	.step-title { font-size: 1.9rem; }
	.radio-group { gap: 0.8rem; }
}