.elementor-kit-7{--e-global-color-primary:#B01E2D;--e-global-color-secondary:#1F3F6D;--e-global-color-text:#0E0E0E;--e-global-color-accent:#F4F5F7;--e-global-color-bd334b0:#C8A24D;--e-global-color-305a038:#1A1F26;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;color:#222222;font-size:17px;font-weight:400;line-height:1.6em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );border-radius:999px 999px 999px 999px;padding:14px 24px 14px 24px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-accent );box-shadow:0px 8px 24px 0px rgba(30.999999999999993, 63.000000000000014, 109, 0.35);border-radius:999px 999px 999px 999px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );font-size:17px;font-weight:500;}.elementor-kit-7 a:hover{color:var( --e-global-color-bd334b0 );}.elementor-kit-7 h1{color:var( --e-global-color-accent );font-size:48px;font-weight:700;line-height:1.2em;letter-spacing:-0.5px;}.elementor-kit-7 h2{color:var( --e-global-color-accent );font-size:36px;font-weight:600;line-height:1.25em;letter-spacing:-0.4px;}.elementor-kit-7 h3{color:var( --e-global-color-accent );font-size:26px;font-weight:600;letter-spacing:-0.2px;}.elementor-kit-7 h4{color:#111111;font-size:20px;font-weight:500;line-height:1.4em;}.elementor-kit-7 h5{color:#222222;font-size:18px;font-weight:500;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:60px;--container-default-padding-right:24px;--container-default-padding-bottom:60px;--container-default-padding-left:24px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:16px;}.elementor-kit-7 h1{font-size:32px;}.elementor-kit-7 h2{font-size:26px;}.elementor-kit-7 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:40px;--container-default-padding-right:16px;--container-default-padding-bottom:40px;--container-default-padding-left:16px;}}/* Start custom CSS *//**
 * Dak Kampioenen – Site CSS (basis voor alle pagina's)
 * Variabelen, reset, top-bar, hero-basis, section-headers, containers, koppen overrides.
 * Gebruik: Voeg toe aan WordPress Site Instellingen > Custom CSS
 */
.elementor-widget-container *, .elementor-element *, .e-con *, .e-con-inner *, .elementor-section * { box-sizing: border-box !important; }

:root {
    --color-primary: #B01E2D;
    --color-secondary: #1F3F6D;
    --color-dark: #0E0E0E;
    --color-light: #F4F5F7;
    --color-accent: #C8A24D;
    --color-gray: #1A1F26;
    --color-success: #10b981;
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 40px;
    --space-xl: 60px;
    --space-2xl: 80px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.06);
    --shadow-card-hover: 0 12px 32px rgba(0, 0, 0, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: hidden; }
body {
    font-family: 'Inter', sans-serif !important;
    color: #ffffff !important;
    background: var(--color-dark) !important;
    overflow-x: hidden;
}
img, svg, video, iframe { max-width: 100%; height: auto; }

/* === ELEMENTOR KOPPEN OVERRIDES (voor alle pagina's) === */
.elementor-widget-container h1, .elementor-element h1, .e-con h1, .elementor-section h1,
.elementor-widget-container .elementor-heading-title, .elementor-element .elementor-heading-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
}
.elementor-widget-container h2, .elementor-element h2, .e-con h2, .elementor-section h2 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
}
.elementor-widget-container h3, .elementor-element h3, .e-con h3, .elementor-section h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
}

/* === ELEMENTOR KNOPPEN OVERRIDES === */
.elementor-widget-container .btn, .elementor-element .btn, .e-con .btn, .elementor-section .btn,
.elementor-widget-container button, .elementor-element button,
.elementor-widget-container .elementor-button, .elementor-element .elementor-button {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;
    border-radius: var(--radius-md) !important;
    transition: all 0.3s !important;
}

/* Top Bar */
.top-bar {
    background: var(--color-primary);
    color: white;
    padding: var(--space-sm) 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.top-bar a { color: white; text-decoration: none; margin-left: 8px; font-weight: 800; }
.top-bar-icon { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; margin-right: 6px; color: white; }
.top-bar-icon svg { width: 16px; height: 16px; fill: currentColor; }

/* Hero (basis – gecentreerd; home overschrijft met grid) */
.hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: var(--space-2xl) var(--space-md) 100px;
    position: relative;
    z-index: 10;
    overflow: visible !important;
}
.hero::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="g" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23g)"/></svg>');
    opacity: 0.5;
}
.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 var(--space-md);
    width: 100%;
    box-sizing: border-box;
}
.hero-content { text-align: center; max-width: 800px; margin: 0 auto; width: 100%; box-sizing: border-box; }
.hero-label {
    display: inline-block;
    background: rgba(176, 30, 45, 0.12);
    color: var(--color-primary);
    padding: var(--space-xs) var(--space-md);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: var(--space-md);
    border: 1px solid rgba(176, 30, 45, 0.25);
}
.hero h1, .elementor-widget-container .hero h1, .elementor-element .hero h1, h1.hero {
    font-size: 42px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin-bottom: var(--space-md) !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}
.hero p, .elementor-widget-container .hero p, .elementor-element .hero p {
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: #b0b0b0 !important;
    margin-bottom: var(--space-md) !important;
    font-family: 'Inter', sans-serif !important;
}

/* Section headers (herbruikbaar) */
.section-header { text-align: center; margin-bottom: var(--space-xl); }
.section-label {
    display: inline-block;
    background: rgba(176, 30, 45, 0.08);
    color: var(--color-primary);
    padding: var(--space-xs) var(--space-md);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: var(--space-sm);
}
.section-title, .elementor-widget-container .section-title, .elementor-element .section-title, h2.section-title {
    font-size: 42px !important;
    font-weight: 900 !important;
    color: var(--color-dark) !important;
    margin-bottom: var(--space-sm) !important;
    font-family: 'Inter', sans-serif !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}
.section-subtitle, .elementor-widget-container .section-subtitle, .elementor-element .section-subtitle, p.section-subtitle {
    font-size: 17px !important;
    line-height: 1.6 !important;
    color: #5c636a !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    font-family: 'Inter', sans-serif !important;
}

/* CTA / form-sectie layout (tekst + form-card) */
.cta-form-section, .cta-section { background: var(--color-light); padding: var(--space-2xl) var(--space-md); }
.cta-form-container, .cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: var(--space-xl);
    align-items: start;
}
.cta-form-container > *, .cta-container > * { min-width: 0; }
.cta-text h2, .cta-content h2 { font-size: 42px !important; font-weight: 900 !important; color: var(--color-dark) !important; margin-bottom: var(--space-md) !important; font-family: 'Inter', sans-serif !important; }
.cta-text p, .cta-content p { font-size: 17px !important; line-height: 1.7 !important; color: #5c636a !important; font-family: 'Inter', sans-serif !important; }

@media (max-width: 768px) {
    .hero { padding: 60px 0 80px !important; }
    .hero h1 { font-size: 36px !important; }
    .section-title { font-size: 32px !important; }
    .cta-form-container, .cta-container { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
    .cta-form-container, .cta-container { grid-template-columns: 1fr; }
}/* End custom CSS */