/* Winterstalling Landing Page – Bakker IJlst */

/* Full-width breakout */
.ws-hero, .ws-usps, .ws-prijzen, .ws-werkwijze, .ws-extra, .ws-gallerij, .ws-faq, .ws-formulier-section, .ws-cta {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

/* ===== HERO ===== */
.ws-hero { position: relative; display: flex; align-items: center; justify-content: center; min-height: 520px; margin-top: 0; overflow: hidden; }
.ws-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.ws-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(160deg, rgba(1,75,154,0.92) 0%, rgba(27,54,153,0.85) 100%); z-index: 1; }
.ws-hero-inner { position: relative; z-index: 2; padding: 80px 0; color: #fff; }
.ws-hero-badge { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); padding: 6px 18px; border-radius: 50px; font-size: 14px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 20px; backdrop-filter: blur(4px); }
.ws-hero-badge i { margin-right: 6px; }
.ws-hero h1 { font-size: 52px; font-weight: 800; line-height: 1.15; margin: 0 0 16px; color: #fff; max-width: 700px; }
.ws-hero-text { font-size: 18px; line-height: 1.6; opacity: 0.9; max-width: 600px; margin-bottom: 30px; }
.ws-hero-text p { color: #fff; margin: 0; }
.ws-hero-actions { display: flex; gap: 14px; margin-bottom: 50px; flex-wrap: wrap; }
.ws-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--maincolor); padding: 14px 28px; border-radius: 6px; font-size: 16px; font-weight: 700; transition: all 0.25s ease; }
.ws-btn-primary:hover { background: var(--subcolor); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.2); }
.ws-btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); padding: 12px 26px; border-radius: 6px; font-size: 16px; font-weight: 600; transition: all 0.25s ease; }
.ws-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; }
.ws-hero-stats { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.ws-hero-stat-number { display: block; font-size: 22px; font-weight: 800; }
.ws-hero-stat-label { display: block; font-size: 13px; opacity: 0.75; margin-top: 2px; }
.ws-hero-stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.3); }

/* ===== SECTION HEADERS ===== */
.ws-section-header { text-align: center; max-width: 650px; margin: 0 auto 50px; }
.ws-section-label { display: inline-block; background: rgba(1,75,154,0.08); color: var(--maincolor); padding: 5px 16px; border-radius: 50px; font-size: 13px; font-weight: 700; margin-bottom: 14px; letter-spacing: 0.3px; }
.ws-section-label i { margin-right: 5px; }
.ws-section-header h2 { font-size: 34px; font-weight: 800; color: var(--maincolor); margin: 0 0 12px; }
.ws-section-header p { font-size: 16px; color: #666; margin: 0; line-height: 1.6; }
.ws-section-header-light h2 { color: #fff; }
.ws-section-header-light p { color: rgba(255,255,255,0.8); }
.ws-section-label-light { background: rgba(255,255,255,0.15); color: #fff; }

/* ===== USPs ===== */
.ws-usps { padding: 80px 0; }
.ws-usps-intro { text-align: center; max-width: 700px; margin: 0 auto 50px; }
.ws-usps-intro h2 { font-size: 34px; font-weight: 800; color: var(--maincolor); margin: 0 0 14px; }
.ws-usps-intro p { font-size: 16px; color: #555; line-height: 1.7; margin: 0; }
.ws-usps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ws-usp-card { text-align: center; padding: 32px 20px; border-radius: 12px; border: 1px solid #e8ecf3; background: #fff; transition: all 0.3s ease; }
.ws-usp-card:hover { transform: translateY(-4px); box-shadow: 0 12px 35px rgba(1,75,154,0.08); border-color: var(--subcolor); }
.ws-usp-icon { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--maincolor), var(--tricolor)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 18px; }
.ws-usp-card h3 { font-size: 18px; font-weight: 700; color: var(--maincolor); margin: 0 0 8px; }
.ws-usp-card p { font-size: 14px; color: #666; margin: 0; line-height: 1.6; }

/* ===== PRICING CARDS ===== */
.ws-prijzen { padding: 80px 0; background: #f5f7fb; }
.ws-pricing-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 880px; margin: 0 auto; }
.ws-pricing-card { background: #fff; border: 2px solid #e0e4ec; border-radius: 16px; padding: 36px 30px; position: relative; transition: all 0.3s ease; }
.ws-pricing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(1,75,154,0.1); }
.ws-pricing-card-featured { border-color: var(--maincolor); box-shadow: 0 8px 30px rgba(1,75,154,0.12); }
.ws-pricing-card-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--maincolor); color: #fff; padding: 5px 20px; border-radius: 50px; font-size: 13px; font-weight: 700; }
.ws-pricing-card-header { text-align: center; margin-bottom: 24px; }
.ws-pricing-card-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(1,75,154,0.08); color: var(--maincolor); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 14px; }
.ws-pricing-card-featured .ws-pricing-card-icon { background: var(--maincolor); color: #fff; }
.ws-pricing-card-header h3 { font-size: 22px; font-weight: 700; color: #222; margin: 0 0 4px; }
.ws-pricing-card-header p { font-size: 14px; color: #888; margin: 0; }
.ws-pricing-card-price { text-align: center; padding: 20px 0; border-top: 1px solid #eef1f6; border-bottom: 1px solid #eef1f6; margin-bottom: 20px; }
.ws-pricing-card-amount { font-size: 42px; font-weight: 800; color: var(--maincolor); }
.ws-pricing-card-unit { display: block; font-size: 14px; color: #888; margin-top: 2px; }
.ws-pricing-card-features { list-style: none; padding: 0; margin: 0 0 20px; }
.ws-pricing-card-features li { padding: 8px 0; font-size: 15px; color: #444; display: flex; align-items: center; gap: 10px; }
.ws-pricing-card-features li i { color: #27ae60; font-size: 14px; flex-shrink: 0; }
.ws-pricing-card-note { background: #f8f9fc; padding: 10px 14px; border-radius: 6px; font-size: 13px; color: #666; margin-bottom: 20px; }
.ws-pricing-card-note i { color: var(--maincolor); margin-right: 4px; }
.ws-pricing-card-btn { display: block; text-align: center; background: var(--maincolor); color: #fff; padding: 14px; border-radius: 8px; font-size: 16px; font-weight: 700; transition: all 0.25s ease; }
.ws-pricing-card-btn:hover { background: var(--tricolor); color: #fff; transform: translateY(-1px); }
.ws-pricing-calc-hint { text-align: center; margin-top: 30px; background: #fff; border: 1px dashed var(--subcolor); padding: 14px 20px; border-radius: 8px; font-size: 14px; color: #555; }
.ws-pricing-calc-hint i { color: var(--maincolor); margin-right: 6px; }
.ws-pricing-calc-hint a { color: var(--maincolor); font-weight: 700; text-decoration: underline; }

/* ===== WERKWIJZE ===== */
.ws-werkwijze { padding: 80px 0; }
.ws-steps { max-width: 700px; margin: 0 auto; }
.ws-step { display: flex; gap: 24px; align-items: flex-start; }
.ws-step-number { width: 52px; height: 52px; border-radius: 50%; background: var(--maincolor); color: #fff; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ws-step-content h3 { font-size: 19px; font-weight: 700; color: #222; margin: 4px 0 6px; }
.ws-step-content p { font-size: 15px; color: #666; margin: 0; line-height: 1.6; }
.ws-step-connector { width: 3px; height: 36px; background: var(--subcolor); margin-left: 24px; border-radius: 3px; }

/* ===== EXTRA DIENSTEN ===== */
.ws-extra { padding: 80px 0; background: #f5f7fb; }
.ws-extra-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ws-extra-card { background: #fff; border: 1px solid #e0e4ec; border-radius: 12px; padding: 30px 22px; text-align: center; transition: all 0.3s ease; }
.ws-extra-card:hover { transform: translateY(-4px); box-shadow: 0 12px 35px rgba(1,75,154,0.08); border-color: var(--subcolor); }
.ws-extra-card-icon { width: 54px; height: 54px; border-radius: 12px; background: rgba(1,75,154,0.07); color: var(--maincolor); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 16px; }
.ws-extra-card h3 { font-size: 16px; font-weight: 700; color: #222; margin: 0 0 8px; }
.ws-extra-card p { font-size: 13px; color: #666; margin: 0 0 14px; line-height: 1.5; }
.ws-extra-card-price { background: var(--maincolor); color: #fff; padding: 6px 16px; border-radius: 50px; font-size: 14px; font-weight: 700; display: inline-block; }

/* ===== FOTO GALLERIJ ===== */
.ws-gallerij { padding: 80px 0; }
.ws-gallerij-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ws-gallerij-item { display: block; position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; }
.ws-gallerij-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; display: block; }
.ws-gallerij-item:hover img { transform: scale(1.06); }
.ws-gallerij-overlay { position: absolute; inset: 0; background: rgba(1,75,154,0.0); display: flex; align-items: center; justify-content: center; transition: background 0.3s ease; }
.ws-gallerij-item:hover .ws-gallerij-overlay { background: rgba(1,75,154,0.4); }
.ws-gallerij-overlay i { color: #fff; font-size: 28px; opacity: 0; transition: opacity 0.3s ease; }
.ws-gallerij-item:hover .ws-gallerij-overlay i { opacity: 1; }

/* ===== FAQ ===== */
.ws-faq { padding: 80px 0; background: #f5f7fb; }
.ws-faq-list { max-width: 780px; margin: 0 auto; }
.ws-faq-item { border: 1px solid #e0e4ec; border-radius: 10px; margin-bottom: 10px; overflow: hidden; transition: border-color 0.3s ease; background: #fff; }
.ws-faq-item.active { border-color: var(--maincolor); }
.ws-faq-vraag { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; font-size: 16px; font-weight: 600; color: #222; transition: all 0.2s ease; gap: 12px; }
.ws-faq-vraag:hover { background: #f8f9fc; }
.ws-faq-vraag i { color: var(--maincolor); transition: transform 0.3s ease; font-size: 13px; flex-shrink: 0; }
.ws-faq-item.active .ws-faq-vraag i { transform: rotate(180deg); }
.ws-faq-antwoord { display: none; padding: 0 22px 20px; font-size: 15px; color: #555; line-height: 1.7; }
.ws-faq-item.active .ws-faq-antwoord { display: block; }
.ws-faq-antwoord p { margin: 0; }

/* ===== FORMULIER ===== */
.ws-formulier-section { padding: 80px 0; background: var(--maincolor); color: #fff; }
.ws-form-wrapper { max-width: 800px; margin: 0 auto; }
.ws-form-section { background: #fff; border: 1px solid #e0e4ec; border-radius: 10px; padding: 25px 28px; margin-bottom: 16px; }
.ws-form-section h2 { font-size: 18px; color: var(--maincolor); margin: 0 0 4px; padding-bottom: 12px; border-bottom: 2px solid var(--subcolor); display: flex; align-items: center; gap: 10px; }
.ws-form-section h2 i { font-size: 16px; color: var(--subcolor); }
.ws-hint { font-size: 13px; color: #666; margin: 0 0 14px; }
.ws-row { display: flex; gap: 14px; }
.ws-row-3 { display: flex; gap: 14px; }
.ws-field { flex: 1 1 0; margin-bottom: 10px; }
.ws-field-wide { flex: 1 1 100%; }
.ws-field-full { width: 100%; margin-bottom: 10px; }
.ws-field-grow { flex: 2 1 0; }
.ws-field label { display: block; font-size: 13px; font-weight: 600; color: #333; margin-bottom: 3px; }
.ws-field label .req { color: #c0392b; }
.ws-field input, .ws-field textarea, .ws-field select { width: 100%; padding: 10px 14px; font-size: 15px; border: 1px solid #ccd0d9; border-radius: 5px; box-sizing: border-box; font-family: inherit; transition: border-color 0.2s ease; background: #fff; }
.ws-field input:focus, .ws-field textarea:focus { outline: none; border-color: var(--maincolor); box-shadow: 0 0 0 2px rgba(1,75,154,0.1); }
.ws-field input[readonly] { background: #f0f2f7; color: var(--maincolor); font-weight: 700; cursor: default; }
.ws-field input.ws-field-invalid, .ws-field textarea.ws-field-invalid { border-color: #c0392b; background: #fdf2f2; }

/* Radio / checkbox cards */
.ws-radio-group { display: flex; flex-direction: column; gap: 10px; }
.ws-radio-card { cursor: pointer; display: block; }
.ws-radio-card input[type="radio"] { display: none; }
.ws-radio-inner { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 2px solid #e0e4ec; border-radius: 8px; transition: all 0.2s ease; background: #fafbfd; }
.ws-radio-card input:checked + .ws-radio-inner { border-color: var(--maincolor); background: rgba(1,75,154,0.03); box-shadow: 0 0 0 1px var(--maincolor); }
.ws-radio-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--subcolor); color: var(--maincolor); display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.ws-radio-card input:checked + .ws-radio-inner .ws-radio-icon { background: var(--maincolor); color: #fff; }
.ws-radio-text { flex: 1; }
.ws-radio-text strong { display: block; font-size: 15px; color: #222; }
.ws-radio-text span { display: block; font-size: 12px; color: #888; margin-top: 1px; }
.ws-radio-price { font-size: 17px; font-weight: 700; color: var(--maincolor); white-space: nowrap; }
.ws-checkbox-group { display: flex; flex-direction: column; gap: 8px; }
.ws-checkbox-card { cursor: pointer; display: block; }
.ws-checkbox-card input[type="checkbox"] { display: none; }
.ws-checkbox-inner { display: flex; align-items: center; gap: 14px; padding: 13px 18px; border: 2px solid #e0e4ec; border-radius: 8px; transition: all 0.2s ease; background: #fafbfd; }
.ws-checkbox-card input:checked + .ws-checkbox-inner { border-color: var(--maincolor); background: rgba(1,75,154,0.03); }
.ws-checkbox-inner::before { content: '\f096'; font-family: 'FontAwesome'; font-size: 18px; color: #ccc; flex-shrink: 0; width: 22px; text-align: center; }
.ws-checkbox-card input:checked + .ws-checkbox-inner::before { content: '\f14a'; color: var(--maincolor); }
.ws-checkbox-text { flex: 1; }
.ws-checkbox-text strong { display: block; font-size: 14px; color: #222; }
.ws-checkbox-text span { font-size: 12px; color: #888; }
.ws-checkbox-price { font-size: 14px; font-weight: 700; color: var(--maincolor); white-space: nowrap; }

/* Pricing inside form */
.ws-form-pricing-section { background: var(--tricolor) !important; border-color: var(--tricolor) !important; color: #fff; }
.ws-form-pricing-section h2 { color: #fff !important; border-bottom-color: rgba(255,255,255,0.25) !important; }
.ws-form-pricing-section h2 i { color: var(--subcolor) !important; }
.ws-form-pricing-section .ws-hint { color: rgba(255,255,255,0.7) !important; }
.ws-form-pricing-table { margin-top: 8px; }
.ws-form-pricing-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 14px; }
.ws-form-pricing-row:last-child { border-bottom: none; }
.ws-form-pricing-subtotal { font-weight: 600; }
.ws-form-pricing-total { border-top: 2px solid rgba(255,255,255,0.4); border-bottom: none; padding-top: 12px; margin-top: 4px; font-size: 18px; font-weight: 700; }
.ws-form-pricing-total .ws-form-pricing-value { font-size: 22px; }
.ws-nacalculatie-note { margin-top: 12px; font-size: 12px; color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.1); padding: 10px 14px; border-radius: 5px; }

/* Terms + submit */
.ws-terms-section { background: #fafbfd !important; }
.ws-checkbox-terms { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 14px; line-height: 1.5; color: #333; }
.ws-checkbox-terms input[type="checkbox"] { margin-top: 3px; width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--maincolor); }
.ws-checkbox-terms a { color: var(--maincolor); text-decoration: underline; }
.ws-checkbox-terms .req { color: #c0392b; }
.ws-submit-wrapper { text-align: center; margin: 24px 0; }
.ws-submit-btn { background: #fff; color: var(--maincolor); border: none; padding: 16px 44px; font-size: 18px; font-weight: 700; border-radius: 8px; cursor: pointer; transition: all 0.25s ease; font-family: inherit; display: inline-flex; align-items: center; gap: 10px; }
.ws-submit-btn:hover { background: var(--subcolor); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.2); }
.ws-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.ws-submit-spinner { font-size: 16px; color: #fff; padding: 16px 0; }
.ws-message { padding: 20px 25px; border-radius: 10px; margin-top: 20px; text-align: center; }
.ws-message i { font-size: 28px; display: block; margin-bottom: 8px; }
.ws-message strong { display: block; font-size: 18px; margin-bottom: 4px; }
.ws-message p { margin: 5px 0 0; font-size: 14px; }
.ws-message-success { background: #eafaf1; border: 1px solid #27ae60; color: #1e7e34; }
.ws-message-success strong { color: #1e7e34; }
.ws-message-success i { color: #27ae60; }
.ws-message-error { background: #fdf2f2; border: 1px solid #c0392b; color: #922b21; }
.ws-message-error strong { color: #922b21; }
.ws-message-error i { color: #c0392b; }
.ws-message-error a { color: #922b21; font-weight: 600; }

/* ===== CTA STRIP ===== */
.ws-cta { padding: 60px 0; background: #f0f3f9; }
.ws-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.ws-cta-text h2 { font-size: 26px; font-weight: 700; color: var(--maincolor); margin: 0 0 4px; }
.ws-cta-text p { font-size: 15px; color: #666; margin: 0; }
.ws-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ws-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 8px; font-size: 15px; font-weight: 600; transition: all 0.25s ease; }
.ws-cta-btn-phone { background: var(--maincolor); color: #fff; }
.ws-cta-btn-phone:hover { background: var(--tricolor); color: #fff; }
.ws-cta-btn-mail { background: #fff; color: var(--maincolor); border: 2px solid var(--maincolor); }
.ws-cta-btn-mail:hover { background: var(--maincolor); color: #fff; }

/* ===== RESPONSIVE ===== */
html { scroll-behavior: smooth; }

@media screen and (max-width: 1100px) {
    .ws-usps-grid, .ws-extra-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-gallerij-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 768px) {
    .ws-hero { min-height: 420px; }
    .ws-hero h1 { font-size: 34px; }
    .ws-hero-text { font-size: 16px; }
    .ws-hero-stats { gap: 20px; }
    .ws-hero-stat-divider { display: none; }
    .ws-section-header h2, .ws-usps-intro h2 { font-size: 26px; }
    .ws-pricing-cards { grid-template-columns: 1fr; max-width: 440px; }
    .ws-usps-grid { grid-template-columns: 1fr 1fr; }
    .ws-extra-grid { grid-template-columns: 1fr 1fr; }
    .ws-gallerij-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-cta-inner { flex-direction: column; text-align: center; }
    .ws-cta-actions { justify-content: center; }
    .ws-form-section { padding: 20px 18px; }
    .ws-row, .ws-row-3 { flex-direction: column; gap: 0; }
    .ws-radio-inner { flex-wrap: wrap; gap: 10px; }
    .ws-radio-price { width: 100%; text-align: right; }
    .ws-submit-btn { width: 100%; justify-content: center; }
    .ws-usps, .ws-prijzen, .ws-werkwijze, .ws-extra, .ws-gallerij, .ws-faq, .ws-formulier-section { padding: 50px 0; }
}
@media screen and (max-width: 500px) {
    .ws-hero h1 { font-size: 28px; }
    .ws-hero-actions { flex-direction: column; }
    .ws-btn-primary, .ws-btn-outline { justify-content: center; width: 100%; box-sizing: border-box; }
    .ws-usps-grid, .ws-extra-grid { grid-template-columns: 1fr; }
    .ws-gallerij-grid { grid-template-columns: 1fr 1fr; }
    .ws-hero-stats { flex-direction: column; align-items: flex-start; }
    .ws-pricing-card-amount { font-size: 34px; }
    .ws-cta-actions { flex-direction: column; width: 100%; }
    .ws-cta-btn { justify-content: center; width: 100%; box-sizing: border-box; }
}
