/*
Theme Name: AI Website Fix
Theme URI: https://aiwebsitefix.com
Author: AI Website Fix
Author URI: https://aiwebsitefix.com
Description: A lightweight landing page theme for AI Website Fix — human-powered technical precision for DIY business sites.
Version: 1.1.4
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiwebsitefix
*/

.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.grid-bg {
	background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
	background-size: 24px 24px;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

body {
	min-height: max(884px, 100dvh);
}

.contact-form-placeholder {
	border: 2px dashed #c3c6d7;
	border-radius: 0.5rem;
	background: #f6f3f2;
	padding: 3rem 1.5rem;
	text-align: center;
}

.contact-form-placeholder__icon {
	color: #004ac6;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.contact-form-placeholder__title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #1c1b1b;
}

.contact-form-placeholder__text {
	font-size: 0.875rem;
	color: #434655;
	max-width: 28rem;
	margin: 0 auto;
	line-height: 1.5;
}

.coming-soon {
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

.coming-soon__hero {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.coming-soon__content {
	width: 100%;
}

.coming-soon__footer {
	padding: 2rem 1.25rem 2.5rem;
	text-align: center;
}
