/* Ledenkaart — warme content + story onder de kaart */

.od-page {
	background:
		radial-gradient(circle at 12% 8%, rgba(92, 184, 92, 0.12), transparent 36%),
		radial-gradient(circle at 90% 4%, rgba(45, 140, 222, 0.08), transparent 34%),
		var(--datic-bg, #f3f1ed);
}

.od-wrap {
	max-width: 920px;
	margin: 0 auto;
	padding: 1.35rem 1rem 3rem;
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.od-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--datic-mint-deep, #449d44);
}

.od-intro h1 {
	margin: 0 0 0.55rem;
	font-family: var(--datic-display, "Fraunces", Georgia, serif);
	font-size: clamp(1.85rem, 4.5vw, 2.45rem);
	color: var(--datic-ink, #1e1a17);
	line-height: 1.15;
}

.od-lead {
	margin: 0;
	max-width: 36rem;
	color: var(--datic-muted, #6a635c);
	font-size: clamp(1.05rem, 2.2vw, 1.2rem);
	line-height: 1.5;
	font-weight: 500;
}

.od-map-card {
	padding: 0.85rem !important;
	background: #fff;
	border: 1px solid var(--datic-border, #e6e2dc);
	border-radius: var(--datic-radius, 16px);
	box-shadow: 0 12px 32px rgba(30, 26, 23, 0.06);
}

.od-map-card .od-map-status {
	padding: 0 0.25rem;
}

.od-map {
	height: min(62vh, 520px);
	min-height: 320px;
	width: 100%;
	border-radius: calc(var(--datic-radius, 16px) - 4px);
	overflow: hidden;
	background: #ebe8e3;
	border: 1px solid var(--datic-border, #e6e2dc);
}

.od-map-status {
	margin: 0.65rem 0 0;
	font-size: 0.9rem;
	color: var(--datic-muted, #6a635c);
	min-height: 1.25em;
}

.od-story {
	background: #fff;
	border: 1px solid var(--datic-border, #e6e2dc);
	border-radius: var(--datic-radius, 16px);
	padding: 1.35rem 1.25rem 1.5rem;
}

.od-story--tint {
	background:
		radial-gradient(ellipse 60% 50% at 0% 0%, rgba(92, 184, 92, 0.1), transparent 55%),
		#fff;
}

.od-story--accent {
	background:
		linear-gradient(125deg, #1e1a17 0%, #2c3a2e 55%, #243048 100%);
	border-color: transparent;
	color: rgba(255, 255, 255, 0.88);
}

.od-story--accent .od-story__title,
.od-story--accent strong {
	color: #fff;
}

.od-story__title {
	margin: 0 0 0.75rem;
	font-family: var(--datic-display, "Fraunces", Georgia, serif);
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	color: var(--datic-ink, #1e1a17);
	line-height: 1.25;
}

.od-story p {
	margin: 0 0 0.9rem;
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--datic-muted, #6a635c);
	max-width: 42rem;
}

.od-story--accent p {
	color: rgba(255, 255, 255, 0.86);
}

.od-story p:last-child {
	margin-bottom: 0;
}

.od-story strong {
	color: var(--datic-ink, #1e1a17);
	font-weight: 650;
}
.od-story--accent strong {
	color: #fff !important;
}

.od-pull {
	margin: 1rem 0 !important;
	padding: 0.65rem 0 0.65rem 1rem;
	border-left: 3px solid var(--datic-mint, #5cb85c);
	font-family: var(--datic-display, "Fraunces", Georgia, serif);
	font-size: clamp(1.1rem, 2.2vw, 1.35rem);
	font-weight: 560;
	line-height: 1.35;
	color: var(--datic-ink, #1e1a17) !important;
}

.od-pull--sm {
	font-size: clamp(1.02rem, 2vw, 1.2rem) !important;
}

.od-quote {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	background: var(--datic-bg, #f3f1ed);
	border: 1px solid var(--datic-border, #e6e2dc);
	font-family: var(--datic-display, "Fraunces", Georgia, serif);
	font-size: 1.08rem;
	color: var(--datic-ink, #1e1a17);
	max-width: 28rem;
}

.od-split {
	display: grid;
	gap: 1.25rem;
	align-items: center;
}

@media (min-width: 800px) {
	.od-split {
		grid-template-columns: 1.2fr 0.8fr;
		gap: 1.75rem;
	}
}

.od-privacy-card {
	padding: 1.2rem 1.15rem;
	border-radius: 14px;
	background: var(--datic-bg, #f3f1ed);
	border: 1px solid var(--datic-border, #e6e2dc);
	text-align: center;
}

.od-privacy-card__dot {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	margin-bottom: 0.65rem;
	background: var(--datic-mint, #5cb85c);
	box-shadow: 0 0 0 10px rgba(92, 184, 92, 0.18), 0 0 0 20px rgba(92, 184, 92, 0.08);
}

.od-privacy-card strong {
	display: block;
	font-family: var(--datic-display, "Fraunces", Georgia, serif);
	font-size: 1.15rem;
	color: var(--datic-ink, #1e1a17);
	margin-bottom: 0.25rem;
}

.od-privacy-card p {
	margin: 0 !important;
	font-size: 0.9rem !important;
	color: var(--datic-muted, #6a635c) !important;
}

.od-story__cta-line {
	margin: 1rem 0 1.15rem !important;
	font-weight: 650;
	color: #fff !important;
}

.od-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.od-cta .btn {
	border-radius: 999px;
	padding: 0.65rem 1.2rem;
	font-weight: 600;
}

.od-story--accent .btn-outline-secondary {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
	background: transparent;
}

.od-story--accent .btn-outline-secondary:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

/* Leaflet popup */
.od-popup {
	font-family: var(--datic-font, "Outfit", system-ui, sans-serif);
	color: #1e1a17;
	line-height: 1.4;
}

.od-popup__count {
	margin: 0 0 0.65rem;
	font-weight: 600;
}

.od-popup__cta {
	display: inline-block;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	background: #5cb85c;
	color: #fff !important;
	font-weight: 600;
	font-size: 0.88rem;
	text-decoration: none !important;
}

@media (max-width: 640px) {
	.od-map {
		height: 55vh;
		min-height: 280px;
	}
}
