/* ============================================
   Kixx Theme — Main Stylesheet
   ============================================ */

/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
		Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	line-height: 1.6;
	color: #1a1a1a;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* -----------------------------------------------
   Header
   ----------------------------------------------- */

.kixx-header {
	padding: 1rem 2rem;
}

.kixx-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.kixx-nav-list {
	list-style: none;
	display: flex;
	gap: 1.5rem;
}

.kixx-nav-list a {
	text-decoration: none;
	color: inherit;
}

/* -----------------------------------------------
   Main content
   ----------------------------------------------- */

.kixx-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
}

/* -----------------------------------------------
   Footer
   ----------------------------------------------- */

.kixx-footer {
	padding: 2rem;
	margin-top: 4rem;
	border-top: 1px solid #e0e0e0;
}

.kixx-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.kixx-footer-nav-list {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

.kixx-footer-nav-list a {
	text-decoration: none;
	color: inherit;
}

.kixx-footer__copy {
	font-size: 0.875rem;
	color: #666;
}
