/*
 * Über-uns widget — the ARGE CANNA association's about section. New widget (no source
 * prototype); the content used to span an entire page, so the layout here is built for
 * a lot of content without reading as a wall of text: generous vertical rhythm between
 * blocks, cards to chunk the three mission pillars, a two-column layout for the two
 * checklists, and a strong closing band. Uses only the plugin's established brand
 * tokens (accent green, Montserrat/Amiko, 10px card radius, checkmark lists) — no new
 * colors or fonts.
 */

.ac-au-section {
	font-family: 'Amiko', sans-serif;
}

.ac-au-section > * + * {
	margin-top: 60px;
}

/* Intro */

.ac-au-kicker {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var( --ac-accent, #2e6741 );
	margin-bottom: 10px;
}

.ac-au-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.15;
	color: #111;
	margin: 0 0 20px;
}

.ac-au-lead {
	font-size: 1.15rem;
	line-height: 1.7;
	color: #333;
	max-width: 800px;
	margin: 0 0 15px;
}

.ac-au-conditions {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	max-width: 800px;
}

.ac-au-conditions li {
	position: relative;
	padding: 4px 0 4px 30px;
	color: #333;
	line-height: 1.6;
}

.ac-au-conditions li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	top: 4px;
	color: var( --ac-accent, #2e6741 );
	font-weight: bold;
}

.ac-au-body {
	max-width: 800px;
	font-size: 1rem;
	line-height: 1.75;
	color: #444;
}

.ac-au-body p {
	margin: 0 0 15px;
}

.ac-au-body p:last-child {
	margin-bottom: 0;
}

/* Pillars */

.ac-au-section-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 800;
	color: #111;
	text-align: center;
	margin: 0 0 40px;
	position: relative;
	padding-bottom: 16px;
}

.ac-au-section-title::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX( -50% );
	width: 60px;
	height: 4px;
	border-radius: 2px;
	background: var( --ac-accent, #2e6741 );
}

.ac-au-pillars {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 260px, 1fr ) );
	gap: 30px;
}

.ac-au-pillar {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba( 0, 0, 0, 0.15 );
	padding: 35px 30px;
	text-align: center;
	transition: transform 0.3s;
}

.ac-au-pillar:hover {
	transform: translateY( -6px );
}

.ac-au-pillar-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var( --ac-accent, #2e6741 );
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
}

.ac-au-pillar-icon svg {
	width: 1em !important;
	height: 1em !important;
	fill: currentColor !important;
}

.ac-au-pillar-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var( --ac-accent, #2e6741 );
	margin: 0 0 12px;
}

.ac-au-pillar-question {
	font-style: italic;
	font-size: 0.95rem;
	color: #555;
	margin: 0 0 14px;
	line-height: 1.5;
}

.ac-au-pillar-text {
	text-align: left;
	font-size: 0.92rem;
	line-height: 1.7;
	color: #555;
	margin: 0;
}

/* Ziele / Aktivitäten */

.ac-au-lists {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 300px, 1fr ) );
	gap: 30px;
}

.ac-au-list-card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba( 0, 0, 0, 0.15 );
	padding: 30px;
}

.ac-au-list-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
	color: #111;
	margin: 0 0 8px;
	padding-bottom: 14px;
	border-bottom: 2px solid #f0f0f0;
}

.ac-au-checklist {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.ac-au-checklist li {
	position: relative;
	padding: 7px 0 7px 28px;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #444;
	border-bottom: 1px solid #f5f5f5;
}

.ac-au-checklist li:last-child {
	border-bottom: none;
}

.ac-au-checklist li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	top: 7px;
	color: var( --ac-accent, #2e6741 );
	font-weight: bold;
}

/* Abschluss */

.ac-au-closing {
	background: var( --ac-accent, #2e6741 );
	border-radius: 10px;
	padding: 50px 30px;
	text-align: center;
	color: #fff;
}

.ac-au-closing-text {
	font-size: 1.15rem;
	font-style: italic;
	opacity: 0.9;
	margin: 0 0 10px;
}

.ac-au-tagline {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 800;
	margin: 0;
}

@media ( max-width: 700px ) {
	.ac-au-heading {
		font-size: 2rem;
	}

	.ac-au-tagline {
		font-size: 1.5rem;
	}

	.ac-au-section > * + * {
		margin-top: 45px;
	}
}
