/* Elegant Minimal Template */

body.pi9cn-template-elegant-minimal {
	background: #fafaf8;
	color: #1a1a2e;
	font-family: 'Inter', system-ui, sans-serif;
}

/* Nav */
.em-nav {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 100;
	background: rgba(250,250,248,0.95);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(0,0,0,0.06);
}

.em-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}

.em-logo { height: 32px; object-fit: contain; }

.em-logo-text {
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--primary);
}

.em-powered {
	font-size: 0.75rem;
	color: #888;
	text-decoration: none;
}

.em-powered:hover { color: var(--primary); }

/* Hero */
.em-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 120px 0 80px;
	overflow: hidden;
}

.em-hero-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.12;
}

.em-hero-content {
	position: relative;
	z-index: 2;
	max-width: 680px;
}

.em-eyebrow {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--secondary);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.em-eyebrow::before {
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	background: var(--secondary);
}

.em-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(2.5rem, 6vw, 5rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.01em;
	color: var(--primary);
	margin-bottom: 20px;
}

.em-tagline {
	font-size: 1.1rem;
	color: #555;
	line-height: 1.7;
	max-width: 540px;
	margin-bottom: 40px;
}

.em-countdown-wrap {
	margin-bottom: 40px;
}

.em-countdown-wrap .pi9cn-cd-num {
	color: var(--primary);
}

.em-countdown-wrap .pi9cn-countdown-unit {
	background: white;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
	padding: 14px 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.em-countdown-wrap .pi9cn-cd-label { color: #888; }
.em-countdown-wrap .pi9cn-countdown-sep { color: #888; }

.em-lead-wrap { max-width: 540px; }

.em-lead-wrap .pi9cn-lead-row input {
	background: white;
	border: 1px solid rgba(0,0,0,0.15);
	color: #1a1a2e;
}

.em-lead-wrap .pi9cn-lead-row input::placeholder { color: #999; opacity: 1; }

.em-lead-wrap .pi9cn-lead-row input:focus {
	outline: 2px solid var(--primary);
	border-color: transparent;
}

.em-lead-wrap .pi9cn-lead-submit {
	background: var(--primary);
}

.em-lead-wrap .pi9cn-lead-consent { color: #888; }

.em-cta {
	display: inline-block;
	margin-top: 16px;
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	background: var(--primary);
	color: white;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: opacity 0.2s;
}

.em-cta:hover { opacity: 0.85; }

/* Sections */
.em-section { padding: 80px 0; }

.em-about { background: white; border-top: 1px solid rgba(0,0,0,0.06); }

.em-about-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	align-items: start;
}

.em-about-text {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #444;
}

.em-about-text p { margin-bottom: 1em; }
.em-about-text h2, .em-about-text h3 { color: var(--primary); font-family: 'Playfair Display', serif; margin-bottom: 0.5em; }

.em-about-social .pi9cn-social-link {
	background: rgba(0,0,0,0.06);
	color: #333;
}

.em-about-social .pi9cn-social-link:hover { background: var(--primary); color: white; }

.em-faq { background: #fafaf8; }

.em-faq .pi9cn-faq-heading {
	font-family: 'Playfair Display', serif;
	color: var(--primary);
}

.em-faq .pi9cn-faq-item { border-color: rgba(0,0,0,0.08); }
.em-faq .pi9cn-faq-question { color: #1a1a2e; }
.em-faq .pi9cn-faq-answer { color: #555; }

/* Footer */
.em-footer {
	background: var(--primary);
	color: rgba(255,255,255,0.8);
	padding: 24px 0;
}

.em-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.85rem;
}

.em-footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
.em-footer a:hover { color: white; }

@media (max-width: 768px) {
	.em-about-grid { grid-template-columns: 1fr; }
	.em-footer-inner { flex-direction: column; gap: 8px; text-align: center; }
}
