﻿/*PRIJZEN */

section.checklist {
	background: var(--color-white);
	padding: 2rem 0;
}

	section.checklist h2 {
		font-family: InZpireBold;
		font-size: 2rem;
	}

	section.checklist p {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}

	section.checklist img {
		max-width: 250px;
	}

	section.checklist ul.checklist {
		list-style: none;
		padding-left: 0;
		margin: 1rem 0 0 0;
		font-size: 1.4rem;
		line-height: 2.3rem;
	}

		section.checklist ul.checklist li {
			position: relative;
			padding-left: 30px;
			margin-bottom: 0.5rem;
		}

			section.checklist ul.checklist li::before {
				content: "✔";
				color: #28a745; /* groene kleur */
				position: absolute;
				left: 0;
				top: 0;
				font-weight: bold;
			}

section.tarieven {
	background-color: #d5f4ff;
	border-bottom: 2px solid #e0e0e0;
	padding: 3rem 1rem;
}

	section.tarieven h1 {
		font-size: 2.25rem;
		font-weight: 600;
		text-align: left;
		margin-bottom: 1rem;
	}

	section.tarieven h2 {
		font-size: 2.25rem;
		font-weight: 600;
		text-align: center;
		margin-bottom: 1rem;
	}

	section.tarieven p {
		text-align: center;
		max-width: 800px;
		margin: 0 auto 2rem auto;
		font-size: 1.1rem;
		line-height: 1.6;
	}

		section.tarieven p.align-left {
			text-align: left;
			margin: 1rem 0;
			max-width: 1200px;
		}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.pricing-grid li {
		background: white;
		border: 1px solid #ddd;
		border-radius: 12px;
		padding: 1.5rem 1rem;
		text-align: center;
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
	}

	.pricing-grid h3 {
		font-size: 1.2rem;
		color: #1B75BA;
		margin: 0;
		font-weight: bold;
		border-bottom: 1px solid #CCC;
		padding: 0 0 15px 0;
	}

	.pricing-grid img {
		max-width: 80px;
		margin: 0 auto;
		height: auto;
	}

	.pricing-grid p {
		margin: 0;
		font-size: 1rem;
	}

	.pricing-grid .price {
		font-size: 1.75rem;
		font-weight: bold;
		color: #333;
	}

.asterisk {
	font-size: 0.85em;
	vertical-align: super;
}
