/* Contact v2 — two-panel layout, scoped under .contact-v2 */

.contact-v2 {
	--mint: #a8d5c2;
	--mint-dark: #7bbda5;
	--mint-pale: #d4ece3;
	--charcoal: #181818;
	--charcoal-2: #232323;
	--charcoal-3: #2e2e2e;
	--white: #f7f7f4;
	--muted: rgba(247,247,244,0.45);

	width: 100%;
	margin-top: 0;
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--charcoal);
	color: var(--white);
	font-family: 'Roboto', system-ui, -apple-system, sans-serif;
	letter-spacing: 0.018em;
	position: relative;
}

.contact-v2 *,
.contact-v2 *::before,
.contact-v2 *::after {
	box-sizing: border-box;
}

/* ───────── LEFT PANEL ───────── */
.contact-v2 .left-panel {
	padding: 80px 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.contact-v2 .bg-text {
	position: absolute;
	bottom: -20px; left: -10px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 800;
	font-size: clamp(100px, 14vw, 180px);
	color: rgba(168,213,194,0.04);
	line-height: 1; letter-spacing: -8px;
	user-select: none; pointer-events: none;
	white-space: nowrap;
}

.contact-v2 .left-tag {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
	color: var(--mint); font-weight: 600;
	margin-bottom: 28px;
	animation: cv2-fadeUp 0.7s ease both;
}
.contact-v2 .left-tag::before {
	content: '\00d7';
	font-family: 'Bebas Neue', sans-serif;
	font-size: 16px; font-weight: 800;
}

.contact-v2 .left-heading {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 800;
	font-size: clamp(52px, 5.5vw, 80px);
	line-height: 0.92;
	letter-spacing: -3px;
	margin-bottom: 32px;
	animation: cv2-fadeUp 0.7s 0.1s ease both;
}
.contact-v2 .left-heading .mint { color: var(--mint); }
.contact-v2 .left-heading .outline {
	-webkit-text-stroke: 2px var(--mint);
	color: transparent;
}

.contact-v2 .left-sub {
	font-size: 16px; line-height: 1.75;
	color: rgba(247,247,244,0.6);
	font-weight: 300;
	max-width: 400px;
	margin-bottom: 56px;
	animation: cv2-fadeUp 0.7s 0.2s ease both;
}

/* INFO CARDS */
.contact-v2 .info-row {
	display: flex; flex-direction: column; gap: 16px;
	animation: cv2-fadeUp 0.7s 0.3s ease both;
}

.contact-v2 .info-item {
	display: flex; align-items: center; gap: 16px;
	padding: 18px 24px;
	background: var(--charcoal-2);
	border: 1px solid rgba(168,213,194,0.1);
	border-radius: 12px;
	transition: border-color 0.25s, background 0.25s;
	max-width: 380px;
}
.contact-v2 .info-item:hover {
	border-color: rgba(168,213,194,0.4);
	background: var(--charcoal-3);
}

.contact-v2 .info-icon {
	width: 38px; height: 38px;
	background: rgba(168,213,194,0.12);
	border-radius: 8px;
	display: flex; align-items: center; justify-content: center;
	font-size: 16px; flex-shrink: 0;
}

.contact-v2 .info-label {
	font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
	color: var(--mint); font-weight: 600; margin-bottom: 2px;
}

.contact-v2 .info-value {
	font-size: 14px; color: rgba(247,247,244,0.75); font-weight: 300;
}

/* DECO MARKS */
.contact-v2 .deco {
	position: absolute;
	font-family: 'Bebas Neue', sans-serif; font-weight: 800;
	color: var(--mint); opacity: 0.25;
	user-select: none; pointer-events: none;
}
.contact-v2 .deco-x1 { top: 18%; right: 10%; font-size: 32px; animation: cv2-spin 14s linear infinite; }
.contact-v2 .deco-plus { top: 42%; right: 5%; font-size: 22px; opacity: 0.15; animation: cv2-spin 10s linear infinite reverse; }
.contact-v2 .deco-x2 { bottom: 28%; right: 14%; font-size: 18px; }

/* ───────── RIGHT PANEL ───────── */
.contact-v2 .right-panel {
	background: var(--charcoal-2);
	border-left: 1px solid rgba(168,213,194,0.08);
	padding: 80px 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

/* Mint glow top-right */
.contact-v2 .right-panel::before {
	content: '';
	position: absolute;
	top: -80px; right: -80px;
	width: 280px; height: 280px;
	background: radial-gradient(circle, rgba(168,213,194,0.12) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

.contact-v2 .form-header {
	margin-bottom: 44px;
	animation: cv2-fadeUp 0.7s 0.15s ease both;
}

.contact-v2 .form-eyebrow {
	font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
	color: var(--mint); font-weight: 600; margin-bottom: 10px;
	display: flex; align-items: center; gap: 8px;
}
.contact-v2 .form-eyebrow::after {
	content: '';
	flex: 1; max-width: 40px; height: 1px;
	background: var(--mint); opacity: 0.4;
}

.contact-v2 .form-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(34px, 4vw, 52px); font-weight: 700; letter-spacing: 0;
	line-height: 0.98;
	text-transform: uppercase;
}
.contact-v2 .form-subtitle {
	margin-top: 14px;
	max-width: 520px;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(247,247,244,0.68);
}
.contact-v2 .form-time {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: var(--mint);
}

/* FORM GRID */
.contact-v2 .form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	animation: cv2-fadeUp 0.7s 0.25s ease both;
}

.contact-v2 .form-group {
	display: flex; flex-direction: column; gap: 8px;
}
.contact-v2 .form-group.full {
	grid-column: 1 / -1;
}

.contact-v2 .form-section.full {
	grid-column: 1 / -1;
}
.contact-v2 .form-section-kicker {
	margin: 0 0 6px;
	font-size: 11px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--mint);
	font-weight: 700;
}
.contact-v2 .form-section-title {
	margin: 0;
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.contact-v2 label {
	font-size: 11px; letter-spacing: 2px;
	text-transform: uppercase; color: var(--muted);
	font-weight: 500;
}

.contact-v2 input,
.contact-v2 textarea,
.contact-v2 select {
	background: var(--charcoal);
	border: 1px solid rgba(168,213,194,0.15);
	border-radius: 10px;
	padding: 14px 18px;
	color: var(--white);
	font-family: 'Roboto', sans-serif;
	font-size: 15px; font-weight: 300;
	outline: none;
	transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
	width: 100%;
}
.contact-v2 input::placeholder,
.contact-v2 textarea::placeholder {
	color: rgba(247,247,244,0.22);
}

.contact-v2 input:focus,
.contact-v2 textarea:focus,
.contact-v2 select:focus {
	border-color: var(--mint);
	background: rgba(168,213,194,0.04);
	box-shadow: 0 0 0 3px rgba(168,213,194,0.08);
}

.contact-v2 textarea {
	resize: none; height: 110px; line-height: 1.6;
}

/* SERVICE PILLS */
.contact-v2 .pill-group {
	display: flex; flex-wrap: wrap; gap: 10px;
	grid-column: 1 / -1;
}

.contact-v2 .pill {
	padding: 8px 18px;
	border: 1px solid rgba(168,213,194,0.2);
	border-radius: 100px;
	font-size: 12px; letter-spacing: 0.5px;
	color: rgba(247,247,244,0.55);
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
	font-weight: 400;
}
.contact-v2 .pill:hover {
	border-color: var(--mint); color: var(--mint);
}
.contact-v2 .pill.active {
	background: var(--mint);
	border-color: var(--mint);
	color: var(--charcoal);
	font-weight: 600;
}

.contact-v2 .other-field {
	margin-top: 10px;
}

/* Hidden checkboxes inside pills */
.contact-v2 .pill input[type="checkbox"] {
	position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
}

/* SUBMIT ROW */
.contact-v2 .submit-row {
	grid-column: 1 / -1;
	display: flex; align-items: center; justify-content: space-between;
	margin-top: 8px;
}

.contact-v2 .submit-note {
	font-size: 12px; color: var(--muted); font-weight: 300;
}

.contact-v2 .btn {
	display: inline-flex; align-items: center; gap: 12px;
	background: var(--mint);
	color: var(--charcoal);
	border: none;
	padding: 16px 36px;
	border-radius: 100px;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 13px; font-weight: 700;
	letter-spacing: 1px; text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	position: relative; overflow: hidden;
}
.contact-v2 .btn::before {
	content: '';
	position: absolute; inset: 0;
	background: rgba(255,255,255,0.15);
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}
.contact-v2 .btn:hover::before { transform: translateX(0); }
.contact-v2 .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(168,213,194,0.3);
	background: var(--mint-pale);
}
.contact-v2 .btn:active { transform: translateY(0); }

.contact-v2 .btn-arrow {
	font-size: 18px; transition: transform 0.2s ease;
}
.contact-v2 .btn:hover .btn-arrow { transform: translateX(4px); }

/* FEEDBACK BANNERS */
.contact-v2 .form-feedback {
	margin-bottom: 20px;
	padding: 14px 18px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.5;
	animation: cv2-fadeUp 0.5s ease both;
}
.contact-v2 .form-feedback--success {
	background: rgba(168,213,194,0.12);
	border: 1px solid rgba(168,213,194,0.3);
	color: var(--mint-pale);
}
.contact-v2 .form-feedback--error {
	background: rgba(224,112,112,0.12);
	border: 1px solid rgba(224,112,112,0.3);
	color: #f5b5b5;
}

/* SUCCESS OVERLAY */
.contact-v2 .success-overlay {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 20px;
	padding: 40px;
}

/* ─── FORM SUCCESS SCREEN ─── */
.contact-v2 .form-success-screen {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 24px;
	padding: 80px 40px;
	min-height: 50vh;
	animation: cv2-fadeUp 0.6s ease both;
}

.contact-v2 .success-tick {
	width: 90px;
	height: 90px;
	color: var(--mint);
	animation: cv2-tick-pulse 1.5s ease-in-out infinite;
}

.contact-v2 .success-tick svg {
	width: 100%;
	height: 100%;
}

.contact-v2 .success-heading {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 800;
	letter-spacing: -0.5px;
	color: var(--white);
}

.contact-v2 .success-message {
	font-size: 16px;
	line-height: 1.7;
	color: var(--muted);
	max-width: 400px;
	font-weight: 300;
}

.contact-v2 .success-sub {
	font-size: 14px;
	color: var(--mint);
	font-weight: 500;
	letter-spacing: 0.5px;
}

/* MARQUEE */
.contact-v2 .marquee-container {
	position: absolute;
	bottom: 64px; left: 0; right: 0;
	overflow: hidden;
	opacity: 0.06;
	pointer-events: none;
}
.contact-v2 .marquee-track {
	display: flex; gap: 48px;
	white-space: nowrap;
	animation: cv2-marquee 18s linear infinite;
}
.contact-v2 .marquee-item {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 11px; font-weight: 700;
	letter-spacing: 4px; text-transform: uppercase;
	color: var(--mint);
	flex-shrink: 0;
}

/* ───────── ANIMATIONS ───────── */
@keyframes cv2-fadeUp {
	from { opacity: 0; transform: translateY(28px); }
	to   { opacity: 1; transform: translateY(0); }
}
@keyframes cv2-spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}
@keyframes cv2-popIn {
	from { transform: scale(0.5); opacity: 0; }
	to   { transform: scale(1); opacity: 1; }
}
@keyframes cv2-marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
@keyframes cv2-tick-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50%      { opacity: 0.4; transform: scale(0.92); }
}

/* ───────── RESPONSIVE ───────── */
@media (max-width: 900px) {
	.contact-v2 {
		grid-template-columns: 1fr;
	}
	.contact-v2 .left-panel {
		order: 2;
		padding: 100px 24px 60px;
	}
	.contact-v2 .right-panel {
		order: 1;
		padding: 60px 24px 100px;
		border-left: none;
		border-top: 1px solid rgba(168,213,194,0.08);
	}
	.contact-v2 .form-grid {
		grid-template-columns: 1fr;
	}
	.contact-v2 .deco { display: none; }
	.contact-v2 .bg-text { font-size: clamp(60px, 20vw, 100px); }
}
