/* Contact Us — clean, professional layout */

.ct-page {
	--ct-navy: #1a2744;
	--ct-blue: #2c4387;
	--ct-amber: #c45c26;
	--ct-amber-hover: #a84c1e;
	--ct-bg: #f3f5f8;
	--ct-surface: #ffffff;
	--ct-line: #d7dde8;
	--ct-text: #243047;
	--ct-muted: #66758d;
	--ct-radius: 6px;
	--ct-max: 1180px;
	background: var(--ct-bg);
	color: var(--ct-text);
	font-family: "open_sansregular", "Segoe UI", sans-serif;
}

.ct-page a { text-decoration: none; color: inherit; }

.ct-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border-radius: var(--ct-radius);
	border: 1px solid transparent;
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 14px;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.ct-btn-accent { background: var(--ct-amber); color: #fff !important; }
.ct-btn-accent:hover { background: var(--ct-amber-hover); color: #fff !important; }
.ct-btn-primary { background: var(--ct-blue); color: #fff !important; }
.ct-btn-primary:hover { background: #3a5aad; color: #fff !important; }
.ct-btn-whatsapp { background: #128c7e; color: #fff !important; }
.ct-btn-whatsapp:hover { background: #0e7a6e; color: #fff !important; }
.ct-btn-outline-dark {
	background: #fff;
	border-color: var(--ct-line);
	color: var(--ct-navy) !important;
}
.ct-btn-outline-dark:hover {
	border-color: var(--ct-blue);
	color: var(--ct-blue) !important;
}
.ct-btn-submit { min-width: 160px; border: 0; }

.ct-body {
	max-width: var(--ct-max);
	margin: 0 auto;
	padding: 28px 20px 48px;
	box-sizing: border-box;
}

.ct-title {
	margin-bottom: 22px;
}
.ct-title h1 {
	margin: 0 0 6px;
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: clamp(24px, 2.8vw, 32px);
	color: var(--ct-navy);
	background: none;
	padding: 0;
	line-height: 1.2;
}
.ct-title p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--ct-muted);
	max-width: 560px;
}

.ct-main {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, .85fr);
	gap: 18px;
	align-items: start;
	margin-bottom: 18px;
}

.ct-panel {
	background: var(--ct-surface);
	border: 1px solid var(--ct-line);
	border-radius: var(--ct-radius);
	padding: 24px;
}
.ct-panel-head { margin-bottom: 16px; }
.ct-panel-head h2 {
	margin: 0 0 4px;
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 18px;
	color: var(--ct-navy);
	background: none;
	padding: 0;
}
.ct-panel-lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--ct-muted);
}

.ct-alert {
	padding: 12px 14px;
	border-radius: var(--ct-radius);
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 1.45;
}
.ct-alert-ok {
	background: #e8f7ef;
	border: 1px solid #b7e0c8;
	color: #1b6b3a;
}
.ct-alert-err {
	background: #fdecea;
	border: 1px solid #f0c2bd;
	color: #8c2f26;
}

.ct-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 16px;
}
.ct-form label {
	display: grid;
	gap: 6px;
	margin: 0;
}
.ct-form-full { grid-column: 1 / -1; }
.ct-form label span {
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 13px;
	color: var(--ct-navy);
}
.ct-form input,
.ct-form textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--ct-line);
	border-radius: var(--ct-radius);
	background: #fff;
	color: var(--ct-text);
	font-family: inherit;
	font-size: 14px;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.ct-form textarea {
	min-height: 120px;
	resize: vertical;
}
.ct-form input:focus,
.ct-form textarea:focus {
	border-color: #9eb0d4;
	box-shadow: 0 0 0 3px rgba(44,67,135,.12);
}
.ct-form-foot {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 4px;
}
.ct-terms {
	font-size: 13px;
	color: var(--ct-blue) !important;
	text-decoration: underline !important;
}

.ct-aside { display: grid; gap: 14px; }

.ct-detail-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}
.ct-detail-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.ct-detail-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eef2fb;
	color: var(--ct-blue);
	margin-top: 2px;
}
.ct-detail-list strong {
	display: block;
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ct-muted);
	margin-bottom: 2px;
}
.ct-detail-list a,
.ct-detail-list span {
	font-size: 14px;
	line-height: 1.45;
	color: var(--ct-text);
	word-break: break-word;
}
.ct-detail-list a:hover { color: var(--ct-blue); }

.ct-hours {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--ct-line);
	display: grid;
	gap: 2px;
}
.ct-hours strong {
	font-family: "open_sanssemibold", "Segoe UI", sans-serif;
	font-size: 13px;
	color: var(--ct-navy);
}
.ct-hours span {
	font-size: 13px;
	color: var(--ct-muted);
}

.ct-aside-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 16px;
}
.ct-aside-actions .ct-btn:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.ct-map-panel {
	background: var(--ct-surface);
	border: 1px solid var(--ct-line);
	border-radius: var(--ct-radius);
	padding: 8px;
	overflow: hidden;
}
.ct-map {
	overflow: hidden;
	border-radius: 4px;
	background: #e8edf5;
}
.ct-map iframe {
	display: block;
	width: 100%;
	min-height: 300px;
}

@media only screen and (max-width: 980px) {
	.ct-main { grid-template-columns: 1fr; }
	.ct-aside { order: -1; }
}

@media only screen and (max-width: 600px) {
	.ct-body { padding: 20px 14px 40px; }
	.ct-panel { padding: 18px 16px; }
	.ct-form { grid-template-columns: 1fr; }
	.ct-form-foot { flex-direction: column; align-items: stretch; }
	.ct-btn-submit { width: 100%; }
	.ct-aside-actions { grid-template-columns: 1fr; }
}
