/* Hero Section */
.hero-section {
	min-height: 519px;
	position: relative;
	overflow: hidden;
}

.hero-background {
	background: linear-gradient(105deg, #2d3e5f 0%, #3a4f73 30%, #4a6187 60%, #5a739b 100%);
	position: relative;
	min-height: 519px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
}

.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(75deg, #2d3e5f 0%, #3a4f73 50%, #4a6187 100%);
	opacity: 0.2;
	pointer-events: none;
}

.decorative-elements {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.star {
	position: absolute;
	background: white;
	border-radius: 50%;
	opacity: 0.8;
}

.star-1 {
	width: 24px;
	height: 24px;
	top: 80px;
	left: 191px;
}

.star-2 {
	width: 16px;
	height: 16px;
	top: 128px;
	right: 302px;
}

.star-3 {
	width: 20px;
	height: 20px;
	top: 339px;
	left: 381px;
}

.star-4 {
	width: 16px;
	height: 16px;
	top: 375px;
	right: 492px;
}

.hero-content {
	max-width: 896px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.hero-badge {
	display: inline-flex;
	padding: 9px 17px;
	align-items: center;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(2px);
	margin-bottom: 16px;
}

.hero-badge span {
	color: #e8f2ff;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
}

.hero-title {
	font-size: 70px;
	font-weight: 900;
	line-height: 72px;
	letter-spacing: -1.8px;
	background: linear-gradient(90deg, #fff 0%, #e8f2ff 50%, #fff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 32px;
}

.hero-subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: 23px;
	font-weight: 700;
	line-height: 32px;
	max-width: 768px;
	margin: 0 auto 32px;
}

.hero-features {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.feature-tag {
	display: flex;
	padding: 9px 17px;
	align-items: center;
	gap: 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(2px);
}

.feature-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.feature-tag span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.hero-blur-elements {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.blur-element {
	position: absolute;
	border-radius: 50%;
	filter: blur(20px);
}

.blur-1 {
	width: 128px;
	height: 128px;
	top: 40px;
	left: 40px;
	background: linear-gradient(90deg, rgba(45, 62, 95, 0.2) 0%, rgba(74, 97, 135, 0.2) 100%);
}

.blur-2 {
	width: 160px;
	height: 160px;
	bottom: 40px;
	right: 40px;
	background: linear-gradient(90deg, rgba(74, 97, 135, 0.15) 0%, rgba(45, 62, 95, 0.15) 100%);
	filter: blur(32px);
}

.blur-3 {
	width: 96px;
	height: 96px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(90deg, rgba(90, 115, 155, 0.2) 0%, rgba(58, 79, 115, 0.2) 100%);
	filter: blur(12px);
}

/* Main Content */
.main-content {
	padding: 64px 20px 128px;
	background: linear-gradient(180deg, #fbf9f9 0%, #f4ebf3 100%);
}

.content-container {
	max-width: 1368px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

/* Contact Cards */
.contact-cards {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-card {
	padding: 25px;
	border-radius: 16px;
	border: 1px solid rgba(45, 62, 95, 0.2);
	background: linear-gradient(135deg, #fff 0%, #f8fafc 50%, #f1f5f9 100%);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(2px);
}

.card-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.card-icon {
	display: flex;
	padding: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, #2d3e5f 0%, #3a4f73 50%, #4a6187 100%);
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}

.card-icon svg {
	width: 24px;
	height: 24px;
}

.card-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	background: linear-gradient(99deg, #2d3e5f 0%, #3a4f73 50%, #4a6187 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact-card:nth-child(2) .card-title,
.contact-card:nth-child(3) .card-title {
	font-size: 20px;
	line-height: 28px;
}

/* Contact Methods */
.contact-methods {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contact-method {
	display: flex;
	padding: 13px;
	gap: 12px;
	border-radius: 16px;
	border: 1px solid rgba(45, 62, 95, 0.05);
	background: rgba(45, 62, 95, 0.08);
}

.method-icon {
	width: 20px;
	height: 20px;
	margin-top: 4px;
	flex-shrink: 0;
}

.method-icon svg {
	width: 100%;
	height: 100%;
}

.method-content {
	flex: 1;
}

.method-label {
	color: #927b9d;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 2px;
}

.method-value {
	color: #362b3b;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 2px;
}

.method-description {
	color: #927b9d;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

/* Messaging Methods */
.messaging-methods {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 16px;
}

.messaging-method {
	display: flex;
	padding: 13px;
	align-items: center;
	gap: 12px;
	border-radius: 12px;
	border: 1px solid rgba(45, 62, 95, 0.2);
	background: linear-gradient(90deg, #f1f5f9 0%, #e2e8f0 100%);
}

.messaging-method:nth-child(2) {
	background: linear-gradient(90deg, #e2e8f0 0%, #f1f5f9 100%);
}

.method-tag {
	padding: 9px 13px;
	border-radius: 50px;
	border: 1px solid rgba(45, 62, 95, 0.3);
	background: #fff;
	color: #2d3e5f;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
}

.messaging-method .method-value {
	color: #362b3b;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}

/* Availability Info */
.availability-info {
	padding: 17px;
	border-radius: 12px;
	border: 1px solid rgba(45, 62, 95, 0.2);
	background: linear-gradient(90deg, rgba(45, 62, 95, 0.1) 0%, #e2e8f0 100%);
	display: flex;
	gap: 12px;
}

.availability-icon {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	flex-shrink: 0;
}

.availability-icon svg {
	width: 100%;
	height: 100%;
}

.availability-title {
	color: #2d3e5f;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 2px;
}

.availability-description {
	color: #927b9d;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

/* Address Info */
.address-info {
	padding: 17px;
	border-radius: 12px;
	border: 1px solid rgba(45, 62, 95, 0.2);
	background: linear-gradient(90deg, #f8fafc 0%, #f1f5f9 100%);
	margin-bottom: 12px;
}

.company-name {
	color: #2d3e5f;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 4px;
}

.company-legal,
.company-address {
	color: #927b9d;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.important-note {
	padding: 17px;
	border-radius: 12px;
	border: 1px solid rgba(45, 62, 95, 0.2);
	background: linear-gradient(90deg, rgba(45, 62, 95, 0.1) 0%, #e2e8f0 100%);
	color: #927b9d;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.important-note strong {
	color: #2d3e5f;
	font-weight: 700;
}

/* Form Section */
.form-section {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.contact-form-container {
	max-width: 672px;
	padding: 25px 25px 25px 25px;
	border-radius: 16px;
	border: 1px solid rgba(45, 62, 95, 0.2);
	background: linear-gradient(135deg, #fff 0%, #f8fafc 50%, #f1f5f9 100%);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(2px);
}

.contact-form-container .wpcf7-response-output {
	margin: 10px 0 !important;
	text-align: center;
}

.form-header {
	text-align: center;
	margin-bottom: 24px;
	padding-top: 16px;
}

.form-icon-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.form-icon {
	display: flex;
	padding: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, #2d3e5f 0%, #3a4f73 50%, #4a6187 100%);
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}

.form-icon svg {
	width: 24px;
	height: 24px;
}

.form-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -0.75px;
	background: linear-gradient(99deg, #2d3e5f 0%, #3a4f73 50%, #4a6187 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.form-subtitle {
	color: #927b9d;
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	margin-top: 16px;
}

/* Contact Form */
.contact-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Возвращаем обычное поведение для br и p */
.contact-form p {
	display: block !important;
	flex-wrap: unset !important;
}

.contact-form br {
	display: none !important;
}

/* Убираем неожиданные margin у even-лейблов */
.contact-form label:nth-of-type(even) {
	margin-left: 0 !important;
}

.contact-form input,
.contact-form textarea {
	width: 100% !important;
	box-sizing: border-box;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-group.full-width {
	grid-column: span 2;
}

.form-group label {
	width: 100% !important;
	color: #362b3b;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
}

.form-group .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-group input,
.form-group textarea {
	height: 40px;
	padding: 11px 13px;
	border-radius: 14px;
	border: 1px solid rgba(45, 62, 95, 0.2);
	background: #fbf9f9;
	font-family: inherit;
	font-size: 13px;
	color: #362b3b;
	outline: none;
	transition: border-color 0.2s ease;
}

.form-group textarea {
	height: 118px;
	max-height: 320px;
	min-height: 80px;
	resize: vertical;
	padding: 9px 13px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #927b9d;
	font-weight: 400;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #2d3e5f;
}

.contact-form__policy label {
	margin: 0 !important;
}

.contact-form__policy input {
	width: 20px !important;
	height: 20px !important;
	margin: 0 15px 0 0 !important;
}

.contact-form__policy a {
	color: #2d3e5f !important;
	text-decoration: underline;
}

.contact-form__policy a:hover {
	color: #000 !important;
}

.submit-button__wrapper p {
	position: relative;
	display: flex !important;
	align-items: center;
}

.submit-button__wrapper .wpcf7-spinner {
	position: absolute;
	right: 0;
	z-index: 50;
}

.submit-button {
	display: flex !important;
	height: 40px !important;
	padding: 10px 16px !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px !important;
	border-radius: 14px !important;
	background: linear-gradient(94deg, #dc2626 0%, #ef4444 50%, #f87171 100%) !important;
	border: none !important;
	color: #fafafa !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	cursor: pointer !important;
	transition: transform 0.2s ease !important;
}

.submit-button:hover {
	transform: translateY(-1px);
}

.submit-icon {
	width: 16px;
	height: 16px;
}

/* Map Section */
.map-section {
	padding: 25px 1px 1px 1px;
	border-radius: 16px;
	border: 1px solid rgba(45, 62, 95, 0.1);
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(2px);
}

.map-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 24px;
	margin-bottom: 24px;
}

.map-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.map-title {
	color: #362b3b;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.map-container {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.map-container iframe {
	width: 100%;
	height: 400px;
	border: none;
}

.map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(45, 62, 95, 0.05) 0%, rgba(45, 62, 95, 0) 100%);
	pointer-events: none;
}

.map-footer {
	padding: 24px;
	/* background: linear-gradient(180deg, #fbf9f9 0%, #f4ebf3 100%); */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.map-address .company-name {
	color: #2d3e5f;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 2px;
}

.map-address .address {
	color: #927b9d;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.maps-link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #2d3e5f;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	transition: opacity 0.2s ease;
}

.maps-link:hover {
	opacity: 0.8;
}

.maps-link svg {
	width: 16px;
	height: 16px;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.decorative-elements {
		display: none;
	}

	.content-container {
		display: flex;
		flex-direction: column;
		align-items: normal;
		gap: 32px;
	}

	.hero-title {
		font-size: 48px;
		line-height: 52px;
	}

	.hero-subtitle {
		font-size: 18px;
		line-height: 28px;
	}

	.contact-methods__booking span {
		font-size: 14px;
	}

	.messaging-method {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: -1px;
	}

	.hero-subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.hero-features {
		flex-direction: column;
		gap: 16px;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.form-group.full-width {
		grid-column: span 1;
	}

	.main-content {
		padding: 32px 16px 64px;
	}

	.hero-background {
		padding: 40px 16px;
	}

	.map-footer {
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}

	.contact-form-container {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.hero-title {
		font-size: 28px;
		line-height: 32px;
	}

	.form-title {
		font-size: 24px;
		line-height: 28px;
	}

	.contact-card {
		padding: 20px;
	}

	.card-title {
		font-size: 20px;
		line-height: 28px;
	}

	.contact-card:nth-child(2) .card-title,
	.contact-card:nth-child(3) .card-title {
		font-size: 18px;
		line-height: 24px;
	}
}
