/* WowSmile contact page (template-contact.php). Uses tokens from wowsmile.css and base from home.css. */

.wsc-hero { padding: 64px 0 40px; background: linear-gradient(180deg, var(--ws-surface) 0%, #fff 100%); }
.wsc-hero h1 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.05; font-weight: 700; margin: 0 0 14px; }
.wsc-hero p { font-size: 18px; margin: 0; }

.wsc-main { padding: 24px 0 96px; }
.wsc-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }

.wsc-form { padding: 40px; border: 1px solid var(--ws-line); border-radius: 24px; background: #fff; }
.wsc-form h2 { font-size: 26px; margin: 0 0 24px; }
.wsc-form form { display: grid; gap: 18px; }
.wsc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wsc-field { display: grid; gap: 7px; margin: 0; }
.wsc-field span { font: 600 14px var(--ws-font-h); color: var(--ws-ink); }
.wsc-field em { font-style: normal; font-weight: 400; color: var(--ws-ink-soft); }
.wsc-field input, .wsc-field textarea {
	width: 100%; padding: 14px 16px; border: 1.5px solid var(--ws-line); border-radius: 8px; background: #fff;
	font: 400 16px var(--ws-font-b); color: var(--ws-ink); transition: border-color .2s ease, box-shadow .2s ease;
}
.wsc-field textarea { resize: vertical; min-height: 150px; }
.wsc-field input:focus, .wsc-field textarea:focus { outline: none; border-color: var(--ws-accent); box-shadow: 0 0 0 3px var(--ws-surface-2); }
.wsc-form .wsh-btn { justify-self: start; border: 0; cursor: pointer; }
.wsc-privacy { font-size: 13px !important; margin: 0; color: var(--ws-ink-soft); }
.wsc-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.wsc-note { padding: 14px 18px; border-radius: 8px; margin-bottom: 20px; font-size: 15px; }
.wsc-note--ok { background: #e6f4ed; color: #145c3c; }
.wsc-note--err { background: #fbeceb; color: #8a2f27; }

.wsc-info { display: grid; gap: 18px; }
.wsc-card { padding: 28px; border-radius: 20px; background: var(--ws-surface); }
.wsc-card h3, .wsc-company h3 { font: 700 18px var(--ws-font-h); color: var(--ws-ink); margin: 0 0 16px; }
.wsc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.wsc-list li { display: grid; gap: 2px; font-size: 16px; color: var(--ws-ink); }
.wsc-list span { font-size: 13px; color: var(--ws-ink-soft); }
.wsc-list a { color: var(--ws-accent); font-weight: 600; text-decoration: none; }
.wsc-links { list-style: none; margin: 0; padding: 0; }
.wsc-links li + li { border-top: 1px solid var(--ws-line); }
.wsc-links a { display: grid; gap: 2px; padding: 14px 28px 14px 0; position: relative; text-decoration: none; }
.wsc-links a::after { content: '\2192'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--ws-accent); transition: transform .2s ease; }
.wsc-links a:hover::after { transform: translate(3px, -50%); }
.wsc-links strong { font: 600 16px var(--ws-font-h); color: var(--ws-ink); }
.wsc-links span { font-size: 14px; color: var(--ws-ink-soft); }
.wsc-card--help { background: #fff; border: 1px solid var(--ws-line); }
.wsc-company { padding: 0 28px; }
.wsc-company p { font-size: 14px !important; line-height: 1.6; }

@media (max-width: 999px) {
	.wsc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 689px) {
	.wsc-hero { padding: 36px 0 24px; }
	.wsc-hero p { font-size: 16px; }
	.wsc-main { padding: 8px 0 56px; }
	.wsc-form { padding: 24px 20px; }
	.wsc-row { grid-template-columns: 1fr; }
	.wsc-form .wsh-btn { width: 100%; }
	.wsc-card { padding: 22px; }
	.wsc-company { padding: 0 4px; }
}
