@charset "UTF-8";
/* Ratgers.org — site-specifiek. UTF-8 zonder BOM. */

.ratgers-logo-tld {
	color: var(--accent-color);
}

.ratgers-header-logo {
	height: 40px;
	width: auto;
	object-fit: contain;
}

.ratgers-about-figure {
	margin: 0 0 1.25rem;
	padding: 0.65rem;
	text-align: center;
	background: var(--ratgers-muted);
	border: 1px solid var(--ratgers-border);
	border-radius: var(--ratgers-radius);
}

.ratgers-about-photo {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: min(220px, 38vw);
	object-fit: contain;
}

@media (min-width: 768px) {
	.ratgers-about-photo {
		max-height: min(260px, 32vh);
	}
}

@media (min-width: 992px) {
	.ratgers-about-figure {
		margin-bottom: 0;
	}

	.ratgers-about-photo {
		max-height: min(300px, 42vh);
	}
}

/* Hero */
.ratgers-hero {
	padding: 5rem 0 4rem;
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #172554 100%);
	color: #f8fafc;
}

.ratgers-hero h1,
.ratgers-hero h2 {
	color: #ffffff;
}

.ratgers-hero p {
	color: rgba(248, 250, 252, 0.9);
}

.ratgers-hero a:not(.btn-get-started) {
	color: #93c5fd;
}

.ratgers-hero a:not(.btn-get-started):hover {
	color: #bfdbfe;
}

.ratgers-hero__inner {
	display: grid;
	gap: 2rem 3rem;
	align-items: start;
}

@media (min-width: 768px) {
	.ratgers-hero__inner {
		grid-template-columns: 1fr 1fr;
	}
}

.ratgers-hero__main h1 {
	margin-bottom: 1rem;
}

.ratgers-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.ratgers-hero__actions .btn-get-started {
	margin: 0;
}

/* Netwerk-kaarten: altijd zichtbaar (geen hover-overlay uit template) */
.portfolio .portfolio-content.portfolio-content--icon {
	display: flex;
	flex-direction: column;
	background: var(--ratgers-card);
	border: 1px solid var(--ratgers-border);
	border-radius: var(--ratgers-radius);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	min-height: 100%;
}

.portfolio .portfolio-content.portfolio-content--icon .portfolio-card-visual {
	flex: 0 0 auto;
	min-height: 152px;
	padding: 1.25rem 1rem 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: linear-gradient(160deg, #eff6ff 0%, #dbeafe 55%, #e0e7ff 100%);
}

.portfolio-card-visual--finance {
	background: linear-gradient(160deg, #ecfdf5 0%, #a7f3d0 55%, #d1fae5 100%);
}

.portfolio-card-visual--sport {
	background: linear-gradient(160deg, #fff7ed 0%, #fed7aa 55%, #fdba74 100%);
}

.portfolio-card-visual--web {
	background: linear-gradient(160deg, #eff6ff 0%, #93c5fd 55%, #bfdbfe 100%);
}

.portfolio-card-visual--creative {
	background: linear-gradient(160deg, #f5f3ff 0%, #c4b5fd 55%, #ddd6fe 100%);
}

.portfolio-card-visual--coming {
	background: linear-gradient(160deg, #f8fafc 0%, #cbd5e1 55%, #e2e8f0 100%);
}

.portfolio-card-visual .ratgers-icon--card {
	width: 100%;
	max-width: 7.5rem;
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
	filter: drop-shadow(0 6px 14px rgba(15, 23, 42, 0.12));
	transition: transform 0.25s ease;
}

.portfolio .portfolio-content.portfolio-content--icon:hover .ratgers-icon--card {
	transform: scale(1.05);
}

.portfolio .portfolio-content.portfolio-content--icon .portfolio-info {
	opacity: 1 !important;
	visibility: visible !important;
	position: static !important;
	inset: auto !important;
	z-index: 1;
	display: block !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	background: var(--ratgers-card) !important;
	padding: 1rem 1.15rem 1.2rem !important;
	text-align: left;
}

.portfolio .portfolio-content.portfolio-content--icon .portfolio-info h3 {
	color: var(--heading-color) !important;
	font-weight: 600 !important;
	font-size: 1.05rem !important;
	display: block !important;
	width: 100%;
	margin-bottom: 0.35rem;
}

.portfolio .portfolio-content.portfolio-content--icon .portfolio-info p {
	color: var(--ratgers-muted-foreground) !important;
	font-size: 0.9rem !important;
	line-height: 1.45 !important;
	display: block !important;
	width: 100%;
	text-align: left !important;
	margin-bottom: 0.65rem;
}

.portfolio .portfolio-content.portfolio-content--icon .portfolio-info > div {
	display: flex;
	gap: 0.5rem;
}

.portfolio .portfolio-content.portfolio-content--icon .portfolio-info .details-link {
	position: static !important;
	left: auto !important;
	font-size: 1.35rem !important;
	line-height: 1 !important;
	color: var(--accent-color) !important;
}

.portfolio .portfolio-content.portfolio-content--icon .portfolio-info .details-link:hover {
	color: var(--ratgers-primary-hover, #1d4ed8) !important;
}

.portfolio .portfolio-content.portfolio-content--icon:hover .portfolio-info {
	opacity: 1 !important;
}

.portfolio-item--fiscale .portfolio-info {
	border-top: 3px solid #0d9488;
}

.portfolio-badge {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #0f766e;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.portfolio-soon {
	display: inline-block;
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.65rem;
	border-radius: calc(var(--ratgers-radius) - 0.25rem);
	font-size: 0.8rem;
	font-weight: 600;
	background: #dbeafe;
	color: #1d4ed8;
}

.details-link--secondary {
	margin-left: 0;
}

.about-pillars {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
}

.about-pillars li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.65rem;
	color: var(--default-color);
}

.about-pillars .ratgers-icon-slot {
	flex-shrink: 0;
}

.ratgers-alert {
	border-radius: var(--ratgers-radius);
	padding: 0.85rem 1rem;
	margin-bottom: 1rem;
}

.ratgers-alert--success {
	background: #ecfdf5;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.ratgers-alert--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.captcha-box {
	background: #ffffff;
	border: 1px solid var(--ratgers-border);
	border-radius: var(--ratgers-radius);
	padding: 1rem;
}

.captcha-box label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: var(--heading-color);
}

.captcha-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.captcha-question {
	font-weight: 600;
	padding: 0.5rem 0.85rem;
	background: var(--ratgers-muted);
	border: 1px solid var(--ratgers-border);
	border-radius: calc(var(--ratgers-radius) - 0.2rem);
	color: var(--heading-color);
}

.captcha-input {
	max-width: 5rem;
}

.footer-studio {
	font-size: 0.95rem;
	color: var(--ratgers-muted-foreground);
}

.about-initial {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
	color: var(--accent-color);
}

.about .content h2 {
	color: var(--heading-color);
}

.about .content p {
	color: var(--default-color);
}

.page-title h1 {
	letter-spacing: -0.02em;
}

/* SVG-iconen (assets/img/icons) */
.ratgers-icon {
	display: block;
	object-fit: contain;
}

.ratgers-icon--inline {
	width: 1.35rem;
	height: 1.35rem;
	display: inline-block;
	vertical-align: -0.3em;
}

.ratgers-icon--nav {
	width: 0.95rem;
	height: 0.95rem;
	display: inline-block;
	vertical-align: -0.15em;
}

.ratgers-icon--action {
	width: 1.75rem;
	height: 1.75rem;
	display: inline-block;
}

.ratgers-icon-slot--inline {
	display: inline-block;
	line-height: 0;
}

.ratgers-icon-slot--nav {
	display: inline-block;
	line-height: 0;
	margin-left: 0.2rem;
}

.about-pillars .ratgers-icon-slot {
	flex-shrink: 0;
	margin-right: 0.35rem;
}

.portfolio .portfolio-content.portfolio-content--icon .portfolio-info .details-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.navmenu a.nav-external .ratgers-icon-slot--nav {
	vertical-align: middle;
}
