/* Contact V1 */
.ctc.v1 {

	.ctc-v1-card {
	
		background-color:hsl(from var(--inner-theme) h s l / 0.9);
		backdrop-filter: blur(4px);
		background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(54, 134, 247, 0.21) 100%);


		@media screen and (min-width:1280px) {
			& {
				margin-bottom: 2rem;
			}
		}

		.ctc-v1-frm .input-text {
			select {
				option {
					background-color: #ffffff;
				}
			}
		}
	}

	/* ===== Left column: heading + mascot ===== */
	.ctc-v1-lft {
		gap: 1.5rem;
	}

	.ctc-v1-ttl {
		font-size: clamp(3rem, 5.2vw, 6.25rem);
		line-height: 1;
		text-align: center;
	}

	.ctc-v1-msc {
		flex: 1;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
		margin-bottom: -3rem;
		
		
		@media screen and (min-width:1280px) {

			& {
				margin-bottom: calc(-4 * var(--pd-v));
				position: absolute;
				top: 90%;
				left: 50%;
				transform: translate(-50%, -50%) scale(1.25);
			}
		}

		img {
			max-width: 26.2rem;
			width: 100%;
			height: auto;
			display: block;
		}
	}

	/* ===== Right column: form panel ===== */
	.ctc-v1-frm {
		padding: 2rem;
		gap: 1.25rem;

		&.bg-bx.ulk-bg {
			background-color: #C92C0C;
		}

		.input-text {
			:is(input, select, textarea)::placeholder {
				font-size: 0.875rem;
				font-weight: 500;
				letter-spacing: 0.175rem;
				text-transform: uppercase;
				color: #191919;
				opacity: 1;
			}

			/* Address map pin: muted */
			&.has-icn > svg {
				fill: #191919;
				opacity: 0.5;
			}
		}
	}

	.ctc-v1-legal {
		font-size: 0.875rem;
		line-height: 1.5;

		a {
			text-decoration: underline;
		}
	}

	/* ===== Responsive ===== */
	@media screen and (max-width: 1279px) {
		.ctc-v1-lft {
			min-height: 22rem;
		}
	}

}
