*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --groen: #16A34A; --groen-licht: #DCFCE7; --groen-dark: #15803D; --donker: #222222; --grijs: #F7F7F7; --tekst: #484848; --border: #DDDDDD; --wit: #FFFFFF; --shadow: 0 2px 16px rgba(0,0,0,0.10); } html { scroll-behavior: smooth; font-size: 16px; } body { font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif; color: var(--tekst); line-height: 1.6; background: var(--wit); overflow-x: hidden; } /* NAV — AirBnB stijl: wit, licht, clean */ .vv-nav { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 1px 4px rgba(0,0,0,0.06); } .vv-nav-inner { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; } .vv-logo { font-size: 1.3rem; font-weight: 800; color: var(--donker); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; } .vv-logo span { color: var(--groen); } .vv-nav-links { display: flex; gap: 0.75rem; align-items: center; } .vv-btn { display: inline-block; padding: 0.55rem 1.1rem; border-radius: 8px; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.15s; cursor: pointer; border: none; } .vv-btn--ghost { background: transparent; color: var(--donker); border: 1.5px solid var(--border); } .vv-btn--ghost:hover { border-color: var(--donker); background: var(--grijs); } .vv-btn--groen { background: var(--groen); color: #fff; } .vv-btn--groen:hover { background: var(--groen-dark); transform: translateY(-1px); } .vv-btn--wit { background: #fff; color: var(--groen); } .vv-btn--wit:hover { background: var(--groen-licht); } .vv-btn--lg { padding: 0.85rem 1.75rem; font-size: 1rem; border-radius: 10px; } /* HERO — AirBnB stijl: licht, search centraal, foto op de achtergrond */ .vv-hero { background: linear-gradient(160deg, #f0fdf4 0%, #f7f7f7 60%, #ffffff 100%); padding: 4.5rem 1.5rem 3.5rem; border-bottom: 1px solid var(--border); } .vv-hero-inner { max-width: 860px; margin: 0 auto; text-align: center; } .vv-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--groen-licht); border: 1px solid #bbf7d0; color: var(--groen-dark); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.3rem 0.85rem; border-radius: 999px; margin-bottom: 1.25rem; } .vv-hero h1 { font-size: 2.75rem; line-height: 1.12; font-weight: 800; color: var(--donker); letter-spacing: -0.03em; margin-bottom: 1rem; } .vv-hero h1 span { color: var(--groen); } .vv-hero p { font-size: 1.1rem; color: #717171; max-width: 580px; margin: 0 auto 2rem; line-height: 1.6; } .vv-hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } /* SEARCH BAR */ .vv-search-wrap { background: #fff; padding: 1.5rem; } .vv-search-bar { max-width: 860px; margin: 0 auto; background: #fff; border: 1.5px solid var(--border); border-radius: 14px; display: flex; gap: 0; box-shadow: 0 4px 24px rgba(0,0,0,0.08); overflow: hidden; } .vv-search-field { flex: 1; display: flex; flex-direction: column; padding: 0.85rem 1.25rem; border-right: 1px solid var(--border); } .vv-search-field:last-of-type { border-right: none; } .vv-search-field label { font-size: 0.7rem; font-weight: 700; color: var(--donker); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.2rem; } .vv-search-field input, .vv-search-field select { border: none; outline: none; font-size: 0.95rem; color: var(--tekst); background: transparent; font-family: inherit; } .vv-search-btn { background: var(--groen); color: #fff; border: none; padding: 0 1.75rem; font-size: 1rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 0.5rem; transition: background 0.15s; min-width: 130px; justify-content: center; } .vv-search-btn:hover { background: var(--groen-dark); } /* STATS BAR */ .vv-stats { background: #fff; border-bottom: 1px solid var(--border); padding: 1.25rem 1.5rem; } .vv-stats-inner { max-width: 900px; margin: 0 auto; display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; } .vv-stat { text-align: center; } .vv-stat-num { font-size: 1.6rem; font-weight: 800; color: var(--groen); } .vv-stat-label { font-size: 0.8rem; color: #717171; margin-top: 0.1rem; } /* SECTION */ .vv-section { padding: 4rem 1.5rem; background: #ffffff !important; } .vv-section-inner { max-width: 1200px; margin: 0 auto; } .vv-section--gray { background: var(--grijs) !important; } .vv-section-header { text-align: center; margin-bottom: 3rem; } .vv-section-header h2 { font-size: 2rem; font-weight: 800; color: var(--donker); letter-spacing: -0.02em; margin-bottom: 0.6rem; } .vv-section-header p { font-size: 1rem; color: #6B7280; max-width: 560px; margin: 0 auto; } /* LISTINGS GRID */ .vv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } .vv-card { background: var(--wit); border: 1.5px solid var(--border); border-radius: 12px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; text-decoration: none; color: inherit; display: block; } .vv-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: #bbb; } .vv-card-img { width: 100%; height: 200px; object-fit: cover; display: block; } .vv-card-body { padding: 1.25rem; } .vv-card-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 0.65rem; } .vv-tag { font-size: 0.72rem; font-weight: 600; padding: 0.2rem 0.6rem; border-radius: 999px; } .vv-tag--groen { background: var(--groen-licht); color: var(--groen-dark); } .vv-tag--grijs { background: #F1F5F9; color: #475569; } .vv-tag--oranje { background: #FEF3C7; color: #92400E; } .vv-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--donker); margin-bottom: 0.3rem; } .vv-card-loc { font-size: 0.85rem; color: #6B7280; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.3rem; } .vv-card-meta { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--border); padding-top: 0.85rem; margin-top: 0.5rem; } .vv-card-price { font-size: 1.1rem; font-weight: 800; color: var(--donker); } .vv-card-price span { font-size: 0.8rem; font-weight: 500; color: #6B7280; } .vv-card-slots { font-size: 0.78rem; color: var(--groen); font-weight: 600; } .vv-card-amenities { display: flex; gap: 0.4rem; margin-top: 0.65rem; flex-wrap: wrap; } .vv-amenity { font-size: 0.75rem; color: #6B7280; display: flex; align-items: center; gap: 0.2rem; } /* HOW IT WORKS */ .vv-how-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; margin-top: 1rem; } .vv-how-side h3 { font-size: 1.15rem; font-weight: 700; color: var(--donker); margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--groen); display: inline-block; } .vv-steps { display: flex; flex-direction: column; gap: 1.25rem; } .vv-step { display: flex; gap: 1rem; align-items: flex-start; } .vv-step-num { width: 36px; height: 36px; background: var(--groen); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; } .vv-step-body h4 { font-size: 0.95rem; font-weight: 700; color: var(--donker); margin-bottom: 0.2rem; } .vv-step-body p { font-size: 0.87rem; color: #6B7280; line-height: 1.5; } /* SPLIT SECTION */ .vv-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 20px; overflow: hidden; } .vv-split-side { padding: 3rem; } .vv-split-side--gym { background: var(--donker); color: #fff; } .vv-split-side--instructeur { background: var(--groen); color: #fff; } .vv-split-side h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 1rem; } .vv-split-side p { font-size: 0.95rem; opacity: 0.85; margin-bottom: 1.75rem; line-height: 1.6; } .vv-split-list { list-style: none; margin-bottom: 2rem; display: flex; flex-direction: column; gap: 0.6rem; } .vv-split-list li { font-size: 0.9rem; display: flex; align-items: flex-start; gap: 0.5rem; } .vv-split-list li::before { content: "✓"; font-weight: 700; flex-shrink: 0; } /* KICKBACK CALC */ .vv-calc { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 2rem; max-width: 560px; margin: 2.5rem auto 0; } .vv-calc h4 { font-size: 1rem; font-weight: 700; color: var(--donker); margin-bottom: 1.5rem; text-align: center; } .vv-calc-row { display: flex; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; } .vv-calc-row:last-of-type { border-bottom: none; } .vv-calc-total { display: flex; justify-content: space-between; padding: 1rem 0 0; font-size: 1.1rem; font-weight: 700; color: var(--groen); } /* FORM MODAL STYLE — inline signup */ .vv-form-wrap { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 2.5rem; max-width: 540px; margin: 0 auto; box-shadow: 0 8px 40px rgba(0,0,0,0.08); } .vv-form-tabs { display: flex; gap: 0; border-radius: 10px; overflow: hidden; border: 1.5px solid var(--border); margin-bottom: 2rem; } .vv-form-tab { flex: 1; padding: 0.75rem; text-align: center; font-weight: 600; font-size: 0.9rem; cursor: pointer; background: transparent; border: none; color: #6B7280; transition: all 0.15s; } .vv-form-tab.active { background: var(--groen); color: #fff; } .vv-field { margin-bottom: 1rem; } .vv-field label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--donker); margin-bottom: 0.3rem; } .vv-field input, .vv-field select, .vv-field textarea { width: 100%; padding: 0.7rem 1rem; border: 1.5px solid var(--border); border-radius: 8px; font-size: 0.95rem; font-family: inherit; outline: none; transition: border-color 0.15s; } .vv-field input:focus, .vv-field select:focus, .vv-field textarea:focus { border-color: var(--groen); box-shadow: 0 0 0 3px rgba(22,163,74,0.1); } .vv-field textarea { resize: vertical; min-height: 80px; } .vv-submit { width: 100%; padding: 0.95rem; background: var(--groen); color: #fff; border: none; border-radius: 10px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background 0.15s; margin-top: 0.5rem; } .vv-submit:hover { background: var(--groen-dark); } .vv-form-note { font-size: 0.78rem; color: #9CA3AF; text-align: center; margin-top: 0.75rem; } /* FOOTER */ .vv-footer { background: var(--donker); color: #94A3B8; padding: 3rem 1.5rem 2rem; text-align: center; } .vv-footer-logo { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; } .vv-footer-logo span { color: #4ADE80; } .vv-footer p { font-size: 0.85rem; margin-bottom: 1.5rem; } .vv-footer-links { display: flex; justify-content: center; gap: 1.5rem; list-style: none; font-size: 0.85rem; } .vv-footer-links a { color: #64748B; text-decoration: none; } .vv-footer-links a:hover { color: #94A3B8; } .vv-footer-meta { font-size: 0.8rem; color: #475569; margin-top: 1.5rem; } /* Geen attribute-selector grid overrides hier — wordt via JS afgehandeld */