/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
*/

:root {
	--blue: #263e88;
	--blue-dark: #1a2d63;
	--blue-light: #3452a8;
	--yellow: #ffc50a;
	--yellow-dim: rgba(255, 197, 10, 0.15);
	--yellow-border: rgba(255, 197, 10, 0.35);
	--white: #ffffff;
	--off-white: #f5f6fa;
	--black: #0d0d0d;
	--grey: #f0f1f5;
	--text-muted: rgba(13, 13, 13, 0.5);
	--white-muted: rgba(255, 255, 255, 0.6);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a,
.page-content a {
	text-decoration: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--off-white);
	color: var(--black);
	font-family: "Barlow", sans-serif;
	overflow-x: hidden;
}

/* ── HERO ── */
/*.hero {
	position: relative; 
	min-height: 90vh !important;
	background: var(--blue);
	overflow: hidden !important;
	padding: 3% !important;
	z-index: 1;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: red !important;
	background:
		url("https://dopperspele.co.za/wp-content/uploads/2026/02/12810_LOGO_Dopperspele-New-02-3.png")
			no-repeat right 10% center / 35% auto,
		radial-gradient(
			ellipse at 70% 30%,
			rgba(255, 197, 10, 0.12) 0%,
			transparent 60%
		),
		radial-gradient(
			ellipse at 10% 90%,
			rgba(255, 255, 255, 0.05) 0%,
			transparent 50%
		);
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
	opacity: 0.4;
	pointer-events: none;
	z-index: 1;
}*/

.hero-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5rem 4rem 4rem 5rem;
	position: relative;
	z-index: 1;
}
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--yellow-dim);
	border: 1px solid var(--yellow-border);
	border-radius: 2rem;
	padding: 0.35rem 1rem;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--yellow);
	width: fit-content;
	margin-bottom: 2rem;
	animation: fadeUp 0.8s ease both;
}
.hero-badge::before {
	content: "◆";
	font-size: 0.5rem;
}

.hero-title h2 {
	font-family: "Playfair Display", serif !important;
	font-weight: 900 !important;
	line-height: 0.95 !important;
	color: var(--white) !important;
	animation: fadeUp 0.8s 0.1s ease both !important;
}
.hero-title.line1 h2 {
	font-size: clamp(3.5rem, 6vw, 6rem) !important;
	display: block !important;
}
.hero-title.line2 h2 {
	font-size: clamp(4.5rem, 8vw, 7rem) !important;
	display: block !important;
	color: var(--yellow) !important;
	font-style: italic !important;
}
.hero-title.line3 h2 {
	font-size: clamp(3rem, 5vw, 5rem) !important;
	display: block !important;
}

.hero-tagline {
	margin-top: 1.5rem;
	color: rgba(255, 255, 255, 0.65);
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 34rem;
	animation: fadeUp 0.8s 0.2s ease both;
}

.hero-date-block {
	margin-top: 2.5rem;
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	animation: fadeUp 0.8s 0.3s ease both;
}
.hero-date-block .divider {
	width: 3px;
	height: 60px;
	background: var(--yellow);
	border-radius: 2px;
	flex-shrink: 0;
	margin-top: 4px;
}
.hero-date-text {
	color: var(--white);
}
.hero-date-text .day {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}
.hero-date-text .date-full {
	font-family: "Playfair Display", serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--yellow);
}
.hero-date-text .time {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.08em;
	margin-top: 0.2rem;
}
.hero-date-text .location {
	margin-top: 0.4rem;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
}
.hero-date-text .location a {
	color: var(--yellow);
	text-decoration: underline;
}

.hero-ctas {
	display: flex;
	gap: 1rem;
	margin-top: 2.5rem;
	flex-wrap: wrap;
	animation: fadeUp 0.8s 0.4s ease both;
}
.btn-primary {
	background: var(--yellow);
	color: var(--black);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.85rem 2rem;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition:
		background 0.2s,
		transform 0.15s;
}
.btn-primary:hover {
	background: #e6b000;
	transform: translateY(-2px);
}
.btn-ghost {
	background: transparent;
	color: var(--white);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.85rem 2rem;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition:
		border-color 0.2s,
		color 0.2s,
		background 0.2s,
		transform 0.15s;
}
.btn-ghost:hover {
	border-color: var(--white);
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-2px);
}

.hero-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 4rem 3rem;
	gap: 1.5rem;
}

/* big stat boxes */
.stats-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	width: 100%;
	animation: fadeUp 0.8s 0.5s ease both;
}
.stat-box {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 1.4rem 1.2rem;
	text-align: center;
	transition:
		background 0.2s,
		border-color 0.2s;
}
.stat-box:hover {
	background: rgba(255, 197, 10, 0.1);
	border-color: rgba(255, 197, 10, 0.4);
}
.stat-number p {
	font-family: "Playfair Display", serif !important;
	font-size: 2.8rem !important;
	font-weight: 900 !important;
	color: var(--yellow) !important;
	line-height: 1 !important;
	margin: 0 !important;
}
.stat-label {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 0.4rem;
}

/* amenities row */
.amenities-row {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
	animation: fadeUp 0.8s 0.6s ease both;
	margin-bottom: 30px;
}
.amenity {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.65);
}
.amenity .icon {
	font-size: 1.2rem;
}

/* ── SECTION STYLES ── */
section {
	position: relative;
}

.section-label {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.7rem;
}
.section-label::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--blue);
	opacity: 0.25;
	max-width: 3rem;
}

.section-title {
	font-family: "Playfair Display", serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--black);
}

/* ── SPORTE ── */
#sporte {
	background: var(--white);
	padding: 7rem 5rem;
}
.sporte-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: end;
	margin-bottom: 4rem;
}
.sporte-intro {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(13, 13, 13, 0.6);
	max-width: 36rem;
	margin-top: 1rem;
}

.sports-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1.2rem;
}
.sport-card {
	background: var(--off-white) !important;
	border-radius: 8px !important;
	border: 1px solid rgba(38, 62, 136, 0.1) !important;
	padding: 1.6rem !important;
	transition:
		transform 0.2s,
		box-shadow 0.2s,
		border-color 0.2s;
	position: relative;
	overflow: hidden;
}
.sport-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--blue), var(--yellow));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}
.sport-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(38, 62, 136, 0.12);
	border-color: rgba(38, 62, 136, 0.2);
}
.sport-card:hover::before {
	transform: scaleX(1);
}
.sport-icon {
	font-size: 2rem;
	margin-bottom: 0.8rem;
}
.sport-name {
	font-family: "Playfair Display", serif !important;
	font-size: 1.3rem !important;
	font-weight: 700 !important;
	color: var(--black) !important;
	margin-bottom: 0.5rem !important;
}
.sport-desc {
	font-size: 0.85rem;
	line-height: 1.6;
	color: rgba(13, 13, 13, 0.55);
	font-style: italic;
	margin-bottom: 1rem;
}
.sport-meta {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.sport-players {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--blue);
}
.sport-venue {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.75rem;
	color: rgba(13, 13, 13, 0.4);
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

/* ── ABOUT ── */
#oor {
	background: var(--blue);
	padding: 3% !important;
	position: relative;
	overflow: hidden;
}
#oor::before {
	content: "";
	position: absolute;
	top: -10%;
	right: -5%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(255, 197, 10, 0.08) 0%,
		transparent 70%
	);
	pointer-events: none;
}
#oor .section-label {
	color: var(--yellow);
}
#oor .section-label::after {
	background: var(--yellow);
	opacity: 0.4;
}
#oor .section-title {
	color: var(--white);
}
.about-body p {
	font-size: 1rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.65);
	margin-top: 1.5rem;
}
.about-body p + p {
	margin-top: 1.2rem;
}
.about-body strong {
	color: var(--yellow);
	font-weight: 600;
}
.about-highlight p {
	background: rgba(255, 197, 10, 0.08);
	border-left: 3px solid var(--yellow);
	padding: 1.2rem 1.5rem;
	border-radius: 0 6px 6px 0;
	margin-top: 1.5rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
	line-height: 1.7;
}
.about-right {
	position: relative;
}
.timeline {
	position: relative;
	padding-left: 2.2rem;
}
.timeline::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
}
.timeline-item {
	position: relative;
	margin-bottom: 2rem;
}
.timeline-item::before {
	content: "";
	position: absolute;
	left: -2.35rem;
	top: 0.35rem;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--yellow);
}
.timeline-year {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: var(--yellow);
	text-transform: uppercase;
}
.timeline-text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 0.3rem;
}
.about-gsdp-box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 1.4rem 1.6rem;
	margin-top: 2rem;
}
.about-gsdp-box p {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.6;
}
.about-gsdp-box a {
	color: var(--yellow);
}

/* ── PROGRAM ── */
#program {
	background: var(--grey);
	padding: 3% !important;
}
.program-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 5rem;
	margin-top: 3rem;
	align-items: start;
}
.program-schedule {
	list-style: none;
}
.program-item {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 1rem;
	align-items: start;
	padding: 1.2rem 0;
	border-bottom: 1px solid rgba(13, 13, 13, 0.08);
}
.program-item:last-child {
	border-bottom: none;
}
.program-time {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--blue);
	letter-spacing: 0.05em;
	padding-top: 2px;
}
.program-event {
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--black);
	font-weight: 500;
}
.program-event.highlight {
	font-weight: 700;
	color: var(--blue);
}

.downloads-section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.download-card {
	background: var(--white);
	border-radius: 8px;
	border: 1px solid rgba(38, 62, 136, 0.1);
	padding: 1.3rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: var(--black);
	transition:
		box-shadow 0.2s,
		transform 0.15s,
		border-color 0.2s;
}
.download-card:hover {
	box-shadow: 0 6px 20px rgba(38, 62, 136, 0.1);
	transform: translateX(4px);
	border-color: var(--blue);
}
.download-card .dl-info {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.download-card .dl-icon {
	font-size: 1.5rem;
}
.download-card .dl-title {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
.download-card .dl-type {
	font-size: 0.75rem;
	color: rgba(13, 13, 13, 0.4);
	margin-top: 0.1rem;
}
.download-arrow {
	color: var(--blue);
	font-size: 1.1rem;
	font-weight: 700;
}

/* ── GEMEENTES ── */
#spanne {
	background: var(--off-white);
	padding: 3% !important;
}
.gemeentes-intro {
	font-size: 1rem;
	color: rgba(13, 13, 13, 0.6);
	line-height: 1.7;
	max-width: 40rem;
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.gemeente-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 3rem;
}
.gemeente-chip {
	padding: 0.4rem 1rem;
	border-radius: 2rem;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border: 1.5px solid;
	cursor: default;
	transition:
		transform 0.15s,
		background 0.2s;
}
.gemeente-chip:hover {
	transform: scale(1.05);
}

/* Two-tone chip system using the brand palette */
.chip-1 {
	background: rgba(38, 62, 136, 0.07);
	border-color: rgba(38, 62, 136, 0.3);
	color: #1a2d63;
}
.chip-2 {
	background: rgba(255, 197, 10, 0.1);
	border-color: rgba(255, 197, 10, 0.5);
	color: #7a5c00;
}
.chip-3 {
	background: rgba(13, 13, 13, 0.06);
	border-color: rgba(13, 13, 13, 0.2);
	color: #333;
}
.chip-4 {
	background: rgba(38, 62, 136, 0.12);
	border-color: rgba(38, 62, 136, 0.4);
	color: #263e88;
}
.chip-5 {
	background: rgba(255, 197, 10, 0.07);
	border-color: rgba(200, 150, 0, 0.35);
	color: #6b4f00;
}
.chip-6 {
	background: rgba(13, 13, 13, 0.04);
	border-color: rgba(13, 13, 13, 0.15);
	color: #444;
}
.chip-7 {
	background: rgba(38, 62, 136, 0.05);
	border-color: rgba(38, 62, 136, 0.2);
	color: #2c4699;
}
.chip-8 {
	background: rgba(255, 197, 10, 0.12);
	border-color: rgba(255, 197, 10, 0.45);
	color: #5a4200;
}

.winner-section {
	margin-top: 2rem;
}
.winner-title {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.35);
	margin-bottom: 1rem;
}
.winner-cards {
	display: flex;
	gap: 1rem;
}
.winner-card {
	background: var(--blue);
	color: var(--white);
	border-radius: 8px;
	padding: 1.2rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	min-width: 150px;
	transition: background 0.2s;
}
.winner-card:hover {
	background: var(--blue-dark);
}
.winner-year {
	font-family: "Playfair Display", serif;
	font-size: 1.8rem;
	font-weight: 900;
	color: var(--yellow);
	line-height: 1;
}
.winner-card-label {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 0.2rem;
}

/* ── CONTACT FORM ── */
#kontak {
	background: var(--blue);
	padding: 3% !important;
	position: relative;
	overflow: hidden;
}
#kontak::before {
	content: "";
	position: absolute;
	bottom: -20%;
	right: -10%;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(255, 197, 10, 0.07) 0%,
		transparent 70%
	);
	pointer-events: none;
}
.kontak-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 5rem;
	align-items: start;
	position: relative;
	z-index: 1;
}
#kontak .section-label {
	color: var(--yellow);
}
#kontak .section-label::after {
	background: var(--yellow);
	opacity: 0.4;
}
#kontak .section-title {
	color: white;
}
.kontak-desc {
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
	margin-top: 1rem;
	font-size: 1rem;
}
.kontak-email {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--black);
	text-decoration: none;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 1rem 1.5rem;
	background: var(--yellow);
	border-radius: 6px;
	border: none;
	transition:
		background 0.2s,
		transform 0.15s;
}
.kontak-email:hover {
	background: #e6b000;
	transform: translateY(-2px);
}

.form-card {
	background: white;
	border-radius: 12px;
	padding: 2.5rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.form-title p {
	font-family: "Playfair Display", serif !important;
	font-size: 1.3rem !important;
	font-weight: 700 !important;
	color: var(--black) !important;
	margin-bottom: 1.5rem !important;
}
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.form-group {
	margin-bottom: 1.2rem;
}
.form-group label {
	display: block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.45);
	margin-bottom: 0.4rem;
}
.form-group input,
.form-group select {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1.5px solid rgba(13, 13, 13, 0.12);
	border-radius: 6px;
	font-family: "Barlow", sans-serif;
	font-size: 0.9rem;
	color: var(--black);
	background: var(--off-white);
	transition: border-color 0.2s;
	outline: none;
}
.form-group input:focus,
.form-group select:focus {
	border-color: var(--blue);
}

.checkbox-group {
	margin-bottom: 1.2rem;
}
.checkbox-group .group-label {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(13, 13, 13, 0.45);
	margin-bottom: 0.6rem;
	display: block;
}
.checkbox-options {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.checkbox-option {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.9rem;
	color: var(--black);
	cursor: pointer;
}
.checkbox-option input[type="checkbox"] {
	accent-color: var(--blue);
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.form-group.ander input {
	margin-top: 0.5rem;
}

.btn-submit {
	width: 100%;
	padding: 1rem;
	background: var(--blue);
	color: white;
	border: none;
	border-radius: 6px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 0.5rem;
	transition:
		background 0.2s,
		transform 0.15s;
}
.btn-submit:hover {
	background: var(--black);
	transform: translateY(-2px);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
	.hero {
		grid-template-columns: 1fr;
	}
	.hero-right {
		display: none;
	}
	.hero-left {
		padding: 4rem 2rem 3rem;
	}
	#oor {
		grid-template-columns: 1fr;
		gap: 3rem;
		padding: 5rem 2rem;
	}
	#sporte {
		padding: 5rem 2rem;
	}
	.sporte-header {
		grid-template-columns: 1fr;
	}
	#program {
		padding: 5rem 2rem;
	}
	.program-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
	#spanne {
		padding: 5rem 2rem;
	}
	#kontak {
		padding: 5rem 2rem;
	}
	.kontak-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
	nav {
		display: none;
	}

	.winner-cards {
		flex-direction: column;
	}
}
