/* AC Contacts — matches Contact.html UI */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap');

.acc-contact {
	font-family: 'Noto Sans', sans-serif;
	color: #3A3938;
	box-sizing: border-box;
}

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

.acc-contact ::selection {
	background: #F00018;
	color: #fff;
}

.acc-inner {
	max-width: 860px;
	margin: 0 auto;
}

.acc-hero {
	background: #F4F3EB;
	padding: 56px 48px;
}

.acc-eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #00799E;
	margin-bottom: 14px;
}

.acc-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.1;
	letter-spacing: -0.025em;
	margin: 0 0 12px;
	color: #3A3938;
}

.acc-lead {
	font-size: 19px;
	color: #5F5850;
	margin: 0;
}

.acc-form-section {
	background: #F9F8F3;
	padding: 44px 48px 72px;
}

.acc-categories {
	margin-bottom: 8px;
}

.acc-cat-group {
	margin-bottom: 22px;
}

.acc-cat-heading {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #776F65;
	margin-bottom: 12px;
}

.acc-cat-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.acc-cat-btn {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	border-radius: 14px;
	cursor: pointer;
	background: #fff;
	text-align: left;
	border: 1.5px solid rgba(58, 57, 56, 0.12);
	box-shadow: 0 1px 3px rgba(58, 57, 56, 0.05);
	font-family: inherit;
	color: inherit;
	width: 100%;
}

.acc-cat-btn.is-active {
	border: 2px solid #F00018;
	box-shadow: 0 6px 18px rgba(240, 0, 24, 0.08);
}

.acc-cat-check {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	flex-shrink: 0;
	margin-top: 1px;
	display: grid;
	place-items: center;
	background: #fff;
	border: 1.5px solid rgba(58, 57, 56, 0.25);
}

.acc-cat-btn.is-active .acc-cat-check {
	background: #F00018;
	border-color: #F00018;
}

.acc-cat-label {
	display: block;
	font-size: 15.5px;
	font-weight: 700;
}

.acc-cat-sub {
	display: block;
	font-size: 13px;
	color: #776F65;
	margin-top: 2px;
}

.acc-form-card {
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(58, 57, 56, 0.08);
	box-shadow: 0 1px 3px rgba(58, 57, 56, 0.06), 0 10px 30px rgba(58, 57, 56, 0.06);
	padding: 34px;
	margin-top: 12px;
}

.acc-form-title {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 6px;
}

.acc-form-intro {
	font-size: 15px;
	line-height: 1.5;
	color: #5F5850;
	margin: 0 0 24px;
}

.acc-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.acc-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.acc-field.is-full {
	grid-column: 1 / 3;
}

.acc-field-label {
	font-size: 13.5px;
	font-weight: 700;
}

.acc-inp {
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1.5px solid rgba(58, 57, 56, 0.18);
	background: #fff;
	color: #3A3938;
	width: 100%;
	box-sizing: border-box;
}

.acc-inp:focus {
	outline: none;
	border-color: #F00018;
}

textarea.acc-inp {
	resize: vertical;
	min-height: 84px;
}

.acc-submit {
	margin-top: 24px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: #F00018;
	border: none;
	border-radius: 999px;
	padding: 13px 30px;
	cursor: pointer;
}

.acc-recaptcha-wrap {
	margin-top: 18px;
}

.acc-recaptcha-wrap .g-recaptcha {
	transform-origin: left center;
}

.acc-consent-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 22px;
	text-align: left;
}

.acc-consent-row input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	accent-color: #F00018;
	cursor: pointer;
}

.acc-consent-link {
	font-size: 14px;
	line-height: 1.5;
	color: #00799E;
	text-decoration: underline;
}

.acc-consent-link:hover,
.acc-consent-link:focus {
	color: #005f7a;
}

.acc-trust {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: #776F65;
}

input[type="date"].acc-inp {
	min-height: 46px;
}

.acc-submit:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.acc-form-status {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.45;
	padding: 12px 14px;
	border-radius: 10px;
}

.acc-form-status.is-success {
	background: #e8f6ee;
	color: #0f5132;
}

.acc-form-status.is-error {
	background: #fdebec;
	color: #842029;
}

.acc-form-status:not(.is-success):not(.is-error) {
	background: #f4f3eb;
	color: #5f5850;
}

@media (max-width: 720px) {
	.acc-hero,
	.acc-form-section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.acc-title {
		font-size: 32px;
	}

	.acc-cat-options,
	.acc-fields {
		grid-template-columns: 1fr;
	}

	.acc-field.is-full {
		grid-column: auto;
	}

	.acc-form-card {
		padding: 22px;
	}
}
